.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;
  transition: margin-top 250ms linear; }

.pgwSlider .ps-caption {
  position: absolute;
  width: 100%;
  padding: 12px;
  background: rgba(0, 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 > ul, ul.pgwSlider.listOnTheLeft {
  float: left; }

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

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

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

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

.pgwSlider > ul > li img, ul.pgwSlider > li img {
  width: 100%;
  min-height: 100%;
  display: block;
  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, 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, 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 > ul > li, ul.pgwSlider.wide > 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 > ul, ul.pgwSlider.narrow {
  width: 100%; }

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

.pgwSlider.narrow.listOnTheLeft > ul > li, ul.pgwSlider.narrow.listOnTheLeft > 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; }

.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 {
  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%;
  -webkit-transform-style: preserve-3d; }

.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;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.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 {
  -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 {
  animation-duration: 1s;
  animation-fill-mode: both; }

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

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

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

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

  100% {
    opacity: 0; } }

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

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

.owl-carousel .owl-item img.owl-lazy {
  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;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-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;
  transition: opacity .4s ease; }

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

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

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

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

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  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-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  box-sizing: border-box; }

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

html {
  line-height: normal; }

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

@media print {
  body p {
    font-size: 10px; } }
input[type=button], input[type=submit], input[type=text], textarea {
  -webkit-appearance: none;
  border-radius: 0; }

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

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

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

.ay-button__primary {
  -ms-flex-align: center;
  align-items: center;
  background-color: #00205b;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s all;
  width: 100%; }

@media print {
  .ay-button__primary {
    font-size: 16px; } }
.ay-button__primary:active, .ay-button__primary:focus, .ay-button__primary:hover {
  background-color: #32b8df;
  cursor: pointer; }

.ay-button__primary--arrow {
  margin-bottom: 25px;
  text-align: left;
  padding-left: 30px;
  font-size: 30px;
  font-weight: 300; }

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

@media screen and (max-width: 480px) {
  .ay-button__primary--arrow {
    padding: 15px 20px;
    font-size: 24px; } }
.ay-button__secondary {
  -ms-flex-align: center;
  align-items: center;
  background-color: #32b8df;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s all;
  width: 100%; }

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

.ay-button__arrow {
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9e9e9;
  color: #797979 !important;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  font-size: 1.125em;
  margin-bottom: 12px;
  padding: .625em;
  position: relative;
  text-decoration: none;
  transition: .4s all;
  width: 100%; }

@media screen and (max-width: 480px) {
  .ay-button__arrow {
    font-size: 1.25em;
    height: auto;
    padding: 1.5625em .625em; } }
.ay-button__arrow a {
  color: #797979;
  text-decoration: none; }

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

.ay-button__arrow:active, .ay-button__arrow:focus, .ay-button__arrow:hover {
  background: #00205b;
  color: white !important;
  cursor: pointer;
  text-decoration: none; }

.ay-button__arrow:after {
  background: #32b8df url(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; } }
.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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%; }

.layout-column_column-1 .ay-multiple-button-wrap a {
  background: #00205b;
  color: #32b8df;
  font-size: 1.875em;
  padding: 20px;
  text-decoration: none;
  width: 420px; }

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap {
  background: #00205b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 420px; }

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap a {
  background: #00205b;
  color: #32b8df;
  font-size: 1.875em;
  padding: 20px;
  text-decoration: none;
  width: 420px; }

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap a span {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 100;
  width: 300px; }

.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 {
  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: -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-size: 16px;
  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-carousel {
  max-height: 700px;
  width: 100%;
  height: 700px;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto; }

@media screen and (max-width: 800px) {
  .ay-carousel {
    height: 100%;
    overflow: visible;
    margin-bottom: 140px; } }
.ay-carousel .aySlider {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
  font-size: 0; }

.ay-carousel .aySlider li {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all .75s;
  line-height: 0;
  font-size: 0; }

.ay-carousel .aySlider li.active, .ay-carousel .aySlider li.nice-select.open {
  opacity: 1;
  z-index: 5; }

.ay-carousel .aySlider li.active:nth-child(4) a span.outer, .ay-carousel .aySlider li.nice-select.open:nth-child(4) a span.outer {
  background: #da291c; }

@media screen and (max-width: 800px) {
  .ay-carousel .aySlider li.active:nth-child(4) a span.outer, .ay-carousel .aySlider li.nice-select.open:nth-child(4) a span.outer {
    background: #da291c; } }
.ay-carousel .aySlider li.active:nth-child(3) a span.outer, .ay-carousel .aySlider li.nice-select.open:nth-child(3) a span.outer {
  background: #6fab37; }

@media screen and (max-width: 800px) {
  .ay-carousel .aySlider li.active:nth-child(3) a span.outer, .ay-carousel .aySlider li.nice-select.open:nth-child(3) a span.outer {
    background: #6fab37; } }
.ay-carousel .aySlider li.active:nth-child(2) a span.outer, .ay-carousel .aySlider li.nice-select.open:nth-child(2) a span.outer {
  background: #f48b3b; }

@media screen and (max-width: 800px) {
  .ay-carousel .aySlider li.active:nth-child(2) a span.outer, .ay-carousel .aySlider li.nice-select.open:nth-child(2) a span.outer {
    background: #f48b3b; } }
.ay-carousel .aySlider li.active:nth-child(1) a span.outer, .ay-carousel .aySlider li.nice-select.open:nth-child(1) a span.outer {
  background: #32b8df; }

@media screen and (max-width: 800px) {
  .ay-carousel .aySlider li.active:nth-child(1) a span.outer, .ay-carousel .aySlider li.nice-select.open:nth-child(1) a span.outer {
    background: #32b8df; } }
.ay-carousel .aySlider a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  text-decoration: none;
  background-position: center center; }

@media screen and (max-width: 800px) {
  .ay-carousel .aySlider a {
    height: calc(100% + 140px);
    overflow: visible;
    background-position: left -130px; } }
.ay-carousel .aySlider a span.outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 20%;
  background-color: #00205b;
  font-family: "Open Sans",sans-serif;
  font-size: 26px;
  font-weight: 100;
  max-height: 140px !important;
  margin: 0 auto;
  top: 140px;
  line-height: 40px;
  transition: all .5s;
  width: 100%; }

@media screen and (max-width: 1000px) {
  .ay-carousel .aySlider a span.outer {
    font-size: 23px;
    line-height: normal; } }
@media screen and (max-width: 800px) {
  .ay-carousel .aySlider a span.outer {
    background: #00205b;
    height: 130px;
    max-height: 100%;
    position: relative;
    top: -10px;
    width: 100%; } }
@media screen and (max-width: 650px) {
  .ay-carousel .aySlider a span.outer {
    font-size: 20px; } }
@media screen and (max-width: 480px) {
  .ay-carousel .aySlider a span.outer {
    font-size: 17px;
    top: -30px;
    height: 100px; } }
.ay-carousel .aySlider a span.outer span.inner {
  display: inline-block;
  margin-right: 20%;
  padding-left: 1em;
  max-width: 1000px; }

@media screen and (max-width: 800px) {
  .ay-carousel .aySlider a span.outer span.inner {
    max-width: 100%;
    margin-left: 15px; } }
@media screen and (max-width: 480px) {
  .ay-carousel .aySlider a span.outer span.inner {
    margin-left: 0;
    margin-right: 8%; } }
.ay-carousel .ay-carousel--nav-holder {
  position: absolute;
  z-index: 10;
  width: 20%;
  left: 80%;
  height: 100%;
  overflow: hidden; }

.ay-carousel .ay-carousel--nav {
  position: relative;
  z-index: 10;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  height: calc(20% * 10);
  width: 100%;
  max-width: 167px;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 1;
  line-height: 0;
  font-size: 0;
  outline: 0; }

@media screen and (max-width: 800px) {
  .ay-carousel .ay-carousel--nav {
    opacity: 0;
    z-index: 1; } }
.ay-carousel .ay-carousel--nav li {
  height: calc(10% - 0px);
  border: 2px solid #fff;
  width: 100%;
  border-bottom: none;
  margin: 0;
  padding: 0;
  outline: 0; }

.ay-carousel .ay-carousel--nav li a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  color: transparent;
  position: relative;
  transition: opacity .5s;
  opacity: 1;
  text-transform: uppercase; }

.ay-carousel .ay-carousel--nav li a.active, .ay-carousel .ay-carousel--nav li a.nice-select.open, .ay-carousel .ay-carousel--nav li a:hover {
  opacity: 1; }

.ay-carousel .ay-carousel--nav li a.active:before, .ay-carousel .ay-carousel--nav li a.nice-select.open:before {
  display: block;
  background: rgba(0, 32, 91, 0.65);
  content: "";
  height: 100%;
  vertical-align: bottom; }

.ay-carousel .ay-carousel--nav li a.active:after, .ay-carousel .ay-carousel--nav li a.nice-select.open:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNC4yIDE3LjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0LjIgMTcuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLjgsOUwxLjcsMC44djE2LjNMMTIuOCw5eiIvPg0KPC9zdmc+DQo=) no-repeat;
  background-position: center right;
  background-size: 10px;
  bottom: 20px;
  color: #fff;
  content: "Read More";
  display: block;
  font-family: "Open Sans",sans-serif;
  padding-right: 12px;
  position: absolute;
  right: 10px;
  text-align: right;
  width: 100%;
  line-height: normal;
  font-size: 14px; }

.ay-carousel .ay-carousel--nav li:nth-child(4) a.active:before, .ay-carousel .ay-carousel--nav li:nth-child(4) a.nice-select.open:before, .ay-carousel .ay-carousel--nav li:nth-child(9) a.active:before, .ay-carousel .ay-carousel--nav li:nth-child(9) a.nice-select.open:before {
  background: rgba(218, 41, 28, 0.65); }

.ay-carousel .ay-carousel--nav li:nth-child(3) a.active:before, .ay-carousel .ay-carousel--nav li:nth-child(3) a.nice-select.open:before, .ay-carousel .ay-carousel--nav li:nth-child(8) a.active:before, .ay-carousel .ay-carousel--nav li:nth-child(8) a.nice-select.open:before {
  background: rgba(111, 171, 55, 0.65); }

.ay-carousel .ay-carousel--nav li:nth-child(2) a.active:before, .ay-carousel .ay-carousel--nav li:nth-child(2) a.nice-select.open:before, .ay-carousel .ay-carousel--nav li:nth-child(7) a.active:before, .ay-carousel .ay-carousel--nav li:nth-child(7) a.nice-select.open:before {
  background: rgba(244, 139, 59, 0.65); }

.ay-carousel .ay-carousel--nav li:nth-child(1) a.active:before, .ay-carousel .ay-carousel--nav li:nth-child(1) a.nice-select.open:before, .ay-carousel .ay-carousel--nav li:nth-child(6) a.active:before, .ay-carousel .ay-carousel--nav li:nth-child(6) a.nice-select.open:before {
  background: rgba(50, 184, 223, 0.65); }

.ay-carousel .ay-carousel--nav__mobile {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #fff;
  border-left: none;
  border-right: none;
  background: #00205b;
  width: 100%;
  height: 25px;
  overflow: hidden;
  opacity: 0;
  transition: all .5s;
  bottom: 0; }

@media screen and (max-width: 800px) {
  .ay-carousel .ay-carousel--nav__mobile {
    opacity: 1;
    z-index: 10; } }
.ay-carousel .ay-carousel--nav__mobile li {
  width: calc(22% - 2px);
  border-right: 2px solid #fff;
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  overflow: hidden;
  transition: all .5s; }

.ay-carousel .ay-carousel--nav__mobile li.active, .ay-carousel .ay-carousel--nav__mobile li.nice-select.open, .ay-carousel .ay-carousel--nav__mobile li:hover {
  background: #32b8df; }

.ay-carousel .ay-carousel--nav__mobile li:nth-child(1) {
  -ms-flex-order: 5;
  order: 5;
  margin-right: -15px;
  border-right: none;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.ay-carousel .ay-carousel--nav__mobile li:nth-child(2) {
  -ms-flex-order: 4;
  order: 4; }

.ay-carousel .ay-carousel--nav__mobile li:nth-child(3) {
  -ms-flex-order: 3;
  order: 3; }

.ay-carousel .ay-carousel--nav__mobile li:nth-child(4) {
  -ms-flex-order: 2;
  order: 2; }

.ay-carousel .ay-carousel--nav__mobile li:nth-child(5) {
  -ms-flex-order: 1;
  order: 1;
  margin-left: -15px; }

.ay-carousel .ay-carousel--nav__mobile li a {
  color: transparent;
  display: block;
  height: 25px;
  width: 100%;
  -ms-transform: skew(20deg);
  transform: skew(20deg); }

.ay-pre-carousel {
  position: relative;
  width: 100%; }

@media screen and (max-width: 480px) {
  .ay-pre-carousel {
    margin-top: 135px; } }
.ay-pre-carousel:after {
  content: "";
  background: rgba(211, 211, 211, 0.75);
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0; }

@media screen and (max-height: 768px) and (min-width: 801px) {
  .ay-pre-carousel:after {
    height: 464px; } }
.ay-pre-carousel#five-tall:target .ay-carousel__v2 {
  height: 582px; }

.ay-carousel-nav-aligner {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  position: relative;
  margin: auto; }

.ay-carousel__v2 {
  max-height: 700px;
  width: 100%;
  height: 581px;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  transition: height .5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media screen and (max-height: 768px) and (min-width: 801px) {
  .ay-carousel__v2 {
    height: 464px; } }
@media screen and (max-width: 800px) {
  .ay-carousel__v2 {
    height: 380px; } }
.ay-carousel__v2 .aySlider {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
  font-size: 0; }

.ay-carousel__v2 .aySlider li {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all .75s;
  line-height: 0;
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  color: #fff;
  text-decoration: none;
  background-position: center center; }

@media screen and (max-width: 800px) {
  .ay-carousel__v2 .aySlider li {
    display: block;
    height: 262px; } }
.ay-carousel__v2 .aySlider li span.outer {
  opacity: 0;
  min-height: 115px; }

@media screen and (max-width: 800px) {
  .ay-carousel__v2 .aySlider li span.outer {
    position: absolute;
    top: 262px; } }
.ay-carousel__v2 .aySlider li.active, .ay-carousel__v2 .aySlider li.nice-select.open {
  opacity: 1;
  z-index: 5; }

.ay-carousel__v2 .aySlider li.active span.outer, .ay-carousel__v2 .aySlider li.nice-select.open span.outer {
  bottom: 0;
  opacity: 1; }

.ay-carousel__v2 .aySlider li.active:nth-child(5n+5) span.outer, .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+5) span.outer {
  background: #00205b; }

@media screen and (max-width: 800px) {
  .ay-carousel__v2 .aySlider li.active:nth-child(5n+5) span.outer, .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+5) span.outer {
    background: #00205b; } }
.ay-carousel__v2 .aySlider li.active:nth-child(5n+4) span.outer, .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+4) span.outer {
  background: #da291c; }

@media screen and (max-width: 800px) {
  .ay-carousel__v2 .aySlider li.active:nth-child(5n+4) span.outer, .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+4) span.outer {
    background: #da291c; } }
.ay-carousel__v2 .aySlider li.active:nth-child(5n+3) span.outer, .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+3) span.outer {
  background: #6fab37; }

@media screen and (max-width: 800px) {
  .ay-carousel__v2 .aySlider li.active:nth-child(5n+3) span.outer, .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+3) span.outer {
    background: #6fab37; } }
.ay-carousel__v2 .aySlider li.active:nth-child(5n+2) span.outer, .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+2) span.outer {
  background: #f48b3b; }

@media screen and (max-width: 800px) {
  .ay-carousel__v2 .aySlider li.active:nth-child(5n+2) span.outer, .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+2) span.outer {
    background: #f48b3b; } }
.ay-carousel__v2 .aySlider li.active:nth-child(5n+1) span.outer, .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+1) span.outer {
  background: #32b8df; }

@media screen and (max-width: 800px) {
  .ay-carousel__v2 .aySlider li.active:nth-child(5n+1) span.outer, .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+1) span.outer {
    background: #32b8df; } }
.ay-carousel__v2 .aySlider a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  text-decoration: none;
  background-position: center center; }

@media screen and (max-width: 800px) {
  .ay-carousel__v2 .aySlider a {
    height: calc(100% + 140px);
    overflow: visible;
    background-position: left -130px; } }
.ay-carousel__v2 .aySlider span.outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 20.25%;
  background-color: #00205b;
  font-family: "Open Sans",sans-serif;
  font-size: 24px;
  font-weight: 100;
  max-height: 116.4px !important;
  margin: 0 auto;
  top: 140px;
  line-height: 40px;
  transition: all .5s;
  width: 100%; }

@media screen and (max-height: 768px) and (min-width: 801px) {
  .ay-carousel__v2 .aySlider span.outer {
    height: 25%; } }
@media screen and (max-width: 1000px) {
  .ay-carousel__v2 .aySlider span.outer {
    font-size: 23px;
    line-height: normal; } }
@media screen and (max-width: 800px) {
  .ay-carousel__v2 .aySlider span.outer {
    background: #00205b;
    height: 130px;
    max-height: 100%;
    position: relative;
    top: -10px;
    width: 100%; } }
@media screen and (max-width: 650px) {
  .ay-carousel__v2 .aySlider span.outer {
    font-size: 20px; } }
@media screen and (max-width: 480px) {
  .ay-carousel__v2 .aySlider span.outer {
    font-size: 17px;
    top: -30px;
    height: 100px; } }
.ay-carousel__v2 .aySlider span.outer span.inner {
  display: block;
  margin: auto;
  width: calc(100% - 200px);
  padding-right: 200px;
  max-width: 1300px; }

.ay-carousel__v2 .aySlider span.outer span.inner a.ay-inner-read-more {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block !important;
  width: auto !important; }

.ay-carousel__v2 .aySlider span.outer span.inner a.ay-inner-read-more:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNC4yIDE3LjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0LjIgMTcuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLjgsOUwxLjcsMC44djE2LjNMMTIuOCw5eiIvPg0KPC9zdmc+DQo=) no-repeat;
  background-position: center right;
  background-size: 10px;
  bottom: 20px;
  color: #fff;
  content: "";
  display: inline-block;
  text-align: right;
  width: 12px;
  height: 12px;
  line-height: normal;
  font-size: 14px;
  margin-bottom: -2px; }

@media screen and (max-width: 480px) {
  .ay-carousel__v2 .aySlider span.outer span.inner a.ay-inner-read-more {
    font-size: 13px;
    margin-left: 8px; } }
@media screen and (max-width: 1500px) {
  .ay-carousel__v2 .aySlider span.outer span.inner {
    width: 100%;
    padding-right: 15%; } }
@media screen and (max-width: 1300px) {
  .ay-carousel__v2 .aySlider span.outer span.inner {
    width: calc(100% - 84px); } }
@media screen and (max-width: 800px) {
  .ay-carousel__v2 .aySlider span.outer span.inner {
    max-width: 100%;
    padding-right: 0;
    margin-left: 15px; } }
@media screen and (max-width: 480px) {
  .ay-carousel__v2 .aySlider span.outer span.inner {
    margin-left: 25px;
    margin-right: 8%; } }
.ay-carousel__v2 .ay-carousel--nav-holder {
  position: absolute;
  z-index: 10;
  width: 200px;
  right: 0;
  height: calc(100%);
  border-bottom: 1px solid #fff;
  overflow: hidden; }

@media screen and (max-width: 800px) {
  .ay-carousel__v2 .ay-carousel--nav-holder {
    display: none; } }
.ay-carousel__v2 .ay-carousel--nav {
  position: relative;
  transition: all .25s;
  z-index: 10;
  left: 0;
  display: block;
  width: 100%;
  max-width: 202px;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 1;
  line-height: 0;
  font-size: 0;
  outline: 0; }

@media screen and (max-width: 800px) {
  .ay-carousel__v2 .ay-carousel--nav {
    opacity: 0;
    z-index: 1; } }
.ay-carousel__v2 .ay-carousel--nav li {
  height: 116px;
  border: 2px solid #fff;
  width: 200px;
  border-bottom: none;
  margin: 0;
  padding: 0;
  outline: 0; }

.ay-carousel__v2 .ay-carousel--nav li a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  color: transparent;
  position: relative;
  transition: opacity .5s;
  opacity: 1;
  text-transform: uppercase; }

.ay-carousel__v2 .ay-carousel--nav li a.active, .ay-carousel__v2 .ay-carousel--nav li a.nice-select.open, .ay-carousel__v2 .ay-carousel--nav li a:hover {
  opacity: 1; }

.ay-carousel__v2 .ay-carousel--nav li a.active:before, .ay-carousel__v2 .ay-carousel--nav li a.nice-select.open:before {
  display: block;
  background: rgba(0, 32, 91, 0.65);
  content: "";
  height: 100%;
  vertical-align: bottom; }

.ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+5) a.active:before, .ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+5) a.nice-select.open:before {
  background: rgba(0, 32, 91, 0.65); }

.ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+4) a.active:before, .ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+4) a.nice-select.open:before {
  background: rgba(218, 41, 28, 0.65); }

.ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+3) a.active:before, .ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+3) a.nice-select.open:before {
  background: rgba(111, 171, 55, 0.65); }

.ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+2) a.active:before, .ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+2) a.nice-select.open:before {
  background: rgba(244, 139, 59, 0.65); }

.ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+1) a.active:before, .ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+1) a.nice-select.open:before {
  background: rgba(50, 184, 223, 0.65); }

@keyframes swiper {
  0% {
    color: #da291c;
    opacity: 1;
    display: block;
    z-index: 15; }

  20% {
    color: rgba(218, 41, 28, 0.75);
    opacity: 1;
    display: block;
    z-index: 15; }

  40% {
    color: #da291c;
    opacity: 1;
    display: block;
    z-index: 15; }

  60% {
    color: rgba(218, 41, 28, 0.75);
    opacity: 1;
    display: block;
    z-index: 15; }

  80% {
    color: #da291c;
    opacity: 1;
    display: block;
    z-index: 15; } }

@media print {
  a[href]:after {
    content: none !important; } }
.ay-block__single {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.5625em;
  padding: 3em;
  max-width: 680px;
  width: 100%; }

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

.ay-block__key-facts, .ay-block__light {
  background: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  color: #797979;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  margin-bottom: 1.5625em;
  width: 100%; }

@media print {
  .ay-block__key-facts, .ay-block__light {
    padding-left: 0;
    box-shadow: none; } }
.ay-block__light--content {
  padding: 1.5625em 1.875em .8125em 1.875em;
  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: #32b8df;
  text-decoration: none; }

@media screen and (max-width: 1000px) {
  .ay-block__light--content {
    padding: 30px 20px 10px 20px;
    font-size: 14px; } }
@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: 10px; } }
.ay-block__light--heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase; }

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

@media screen and (max-width: 480px) {
  .ay-block__light--heading--blue {
    margin-bottom: 5px; } }
.ay-block__light--heading--green {
  color: #6fab37;
  margin-bottom: 10px; }

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

.ay-block__light--link {
  color: #da291c !important;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0;
  text-decoration: none !important;
  text-transform: uppercase; }

.ay-block__light--link::after {
  background-image: url(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: 10px; }

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

.ay-block__light__title {
  color: #f8f8f8;
  font-size: 30px;
  padding: 12px 30px; }

@media screen and (max-width: 1000px) {
  .ay-block__light__title {
    padding: 15px 20px;
    font-size: 24px; } }
@media print {
  .ay-block__light__title {
    font-size: 24px; } }
.ay-block__light__title--blue {
  background: #32b8df; }

.ay-block__light__title--green {
  background: #6fab37; }

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

.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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px; }

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

.ay-block__full-color--green {
  background: #6fab37; }

.ay-block__full-color--orange {
  background: #f48b3b; }

.ay-block__full-color--gray {
  background: #797979; }

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

.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 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 30px;
  font-weight: 250;
  padding: 12px 30px 12px 30px;
  word-spacing: 1px; }

@media print {
  .ay-block__full-color__title {
    color: #000;
    background: 0 0;
    font-size: 24px; } }
@media screen and (max-width: 1000px) {
  .ay-block__full-color__title {
    padding: 15px 20px;
    font-size: 24px; } }
@media screen and (max-width: 480px) {
  .ay-block__full-color__title {
    line-height: 130%; } }
.ay-block__full-color--content {
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  padding: 1.5625em 1.875em .8125em 1.875em;
  width: 100%; }

.ay-block__full-color--content a {
  color: #fff;
  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: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Open Sans",sans-serif;
  font-size: 17px;
  min-height: 150px;
  text-decoration: none;
  width: 100%; }

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

@media screen and (max-width: 1000px) {
  .ay-block__cta, .ay-block__quote {
    -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: #da291c;
  background-image: url(images/block-video.png); }

@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: #da291c;
  background-image: url(images/block-download.png);
  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: 15px;
  display: block;
  margin-top: 10px;
  text-decoration: none;
  text-transform: uppercase; }

@media screen and (max-width: 480px) {
  .ay-block__cta--link {
    font-size: 14px; } }
.ay-block__cta--link::after {
  background-image: url(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 {
  padding-bottom: 15px; }

.ay-block__key-facts--stats {
  border-bottom: 2px solid #797979;
  display: -ms-flexbox;
  display: flex;
  -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: #70ab37;
  font-size: 38px;
  font-weight: 400;
  line-height: 59px; }

@media screen and (max-width: 768px) {
  .ay-block__key-facts--stats--fact-header {
    font-size: 22px;
    line-height: 40px; } }
@media screen and (max-width: 480px) {
  .ay-block__key-facts--stats--fact-header {
    font-size: 24px;
    line-height: 120%; } }
@media screen and (max-width: 320px) {
  .ay-block__key-facts--stats--fact-header {
    font-size: 18px; } }
.ay-block__key-facts--stats--fact-label {
  color: #797979;
  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: -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: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 22px;
  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: #797979;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.6; }

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

.ay-block__key-facts--heading {
  font-size: 20px;
  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: #6fab37; }

.ay-block__key-facts--link {
  color: #da291c;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  text-decoration: none;
  text-transform: uppercase; }

.ay-block__key-facts--link::after {
  background-image: url(images/arrow-right-red.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: 14px; } }
.ay-block__key-facts__title {
  background-color: #70ab37;
  color: #f8f8f8;
  font-size: 30px;
  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: 24px; } }
@media print {
  .ay-block__key-facts__title {
    font-size: 24px; } }
.ay-block__key-facts__title--green {
  background: #6fab37;
  opacity: .8; }

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

@media screen and (max-width: 1000px) {
  .ay-block__key-facts--content {
    padding: 10px 20px 10px 20px; } }
.ay-block__quote {
  background-color: #00205b;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 30px 0; }

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

.ay-block__quote--name::before {
  background-image: url(images/block-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: 28px;
  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: 20px; } }
@media screen and (max-width: 768px) {
  .ay-block__quote__content {
    padding-left: 25px; } }
@media print {
  .ay-block__quote__content {
    font-size: 18px; } }
.ay-block__image {
  background-color: #32b8df; }

.ay-block__image__content {
  background: url(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(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: -ms-flexbox;
  display: flex;
  -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;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  color: #797979;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 15px;
  line-height: 150%;
  padding: .5em 0 2.5em 0; }

.ay-block-infograph__heading {
  color: #32b8df;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  .ay-block-infograph__heading {
    line-height: 1.4;
    margin-bottom: 10px; } }
.ay-block-infograph__row {
  display: -ms-flexbox;
  display: flex;
  margin: 30px 20px 0 20px;
  width: auto; }

@media screen and (max-width: 768px) {
  .ay-block-infograph__row {
    -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 {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -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 #e9e9e9;
  padding: .9375em 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: -ms-flexbox;
  display: flex; }

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

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

.ay-media-post__main--content a {
  color: inherit;
  text-decoration: none; }

.ay-media-post__main--content a:hover {
  color: #32b8df; }

.ay-media-post__main--content a:hover .ay-media-post__main--subtitle {
  color: #797979; }

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

.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: #c4c4c4;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: .5em; }

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

.ay-block-media-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.ay-block-media-contact__cover {
  background-color: #4a4a4a;
  color: #fff;
  padding: 2.5em 2.5em .625em 2.5em; }

.ay-block-media-contact__cover a {
  color: #32b8df;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: .625em; }

@media screen and (max-width: 480px) {
  .ay-block-media-contact__cover {
    font-size: 1.125em;
    padding: 1.25em; } }
.ay-block-media-contact__profile {
  line-height: 150%;
  padding-bottom: 1.25em; }

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

@media screen and (max-width: 480px) {
  .ay-block-media-contact__h2 {
    padding-left: 2em; } }
.ay-block-media-contact__h3 {
  color: #fff;
  font-weight: 100;
  font-size: 1.4375em;
  margin-bottom: .3125em; }

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

.ay-block-media-contact__footer {
  background-color: #e9e9e9;
  color: #797979;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4375em;
  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: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.ay-block-media-contact__footer-links__item {
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.3%;
  -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: .25em;
    width: 100%;
    max-width: 100%; } }
.ay-block-media-contact__footer-links__item a {
  color: #797979;
  position: relative;
  text-decoration: none;
  background: url(images/arrow-right-darker.svg) no-repeat;
  background-size: 13px;
  background-position: center left;
  padding-left: 18px;
  font-size: 18px; }

@media screen and (max-width: 768px) {
  .ay-block-media-contact__footer-links__item a {
    background-size: 12px;
    font-size: 16px; } }
@media screen and (max-width: 480px) {
  .ay-block-media-contact__footer-links__item a {
    padding-right: 1.25em; } }
@media screen and (max-width: 480px) {
  .ay-block-media-contact__footer {
    font-size: .8125em;
    padding-left: 1.25em; } }
@media screen and (max-width: 768px) {
  .ay-block-media-contact {
    font-size: 1.0625em; } }
@media screen and (max-width: 480px) {
  .ay-block-media-contact {
    -ms-flex-direction: column;
    flex-direction: column;
    -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: #00205b;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 30px 0 30px 0; }

.ay-block__blogger-title {
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  padding: 1.25em 1.875em 1em 1em; }

@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.375em; } }
@media print {
  .ay-block__blogger-title {
    font-size: 18px; } }
.ay-block__blogger-title:before {
  background-image: url(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: #32b8df;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase; }

.ay-block__blogger-more::after {
  background-image: url(images/arrow-right-blue.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 3em 3em 1.875em; }

@media screen and (max-width: 768px) {
  .ay-block__blogger-content {
    display: none; } }
.ay-block__blogger-content__item {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: .625em;
  text-decoration: none;
  font-size: 19px; }

@media screen and (max-width: 480px) {
  .ay-block__blogger-content__item {
    font-size: 18px; } }
.ay-block__blogger-content__item small {
  font-weight: 700;
  font-size: 12px; }

@media print {
  .ay-block__blogger-content__item {
    font-size: 16px; } }
@media screen and (max-width: 480px) {
  .ay-block__blogger-content {
    padding-left: 1.875em; } }
.ay-media-post-multi {
  padding: 1.5625em 1.875em .8125em 1.875em;
  line-height: 1.5em;
  background: #fff;
  border-top: 10px solid #32b8df;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  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; }

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

.ay-media-post-multi ul li a {
  text-decoration: none;
  color: #797979;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 450px) {
  .ay-media-post-multi ul li a {
    -ms-flex-direction: column;
    flex-direction: column; } }
.ay-media-post-multi ul li a aside {
  width: 160px;
  min-width: 100px;
  margin-right: 20px; }

@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;
  object-fit: cover; }

.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 {
  margin-top: -6px; }

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

.ay-media-post-multi__blurb--date {
  color: #797979;
  display: block;
  font-size: 13px;
  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 {
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: none; }

.ay-media-post__main.ay-video-post .ay-video-post__header {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #e9e9e9;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: 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(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-careers-landing__full-bleed-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: #e9e9e9;
  text-decoration: none;
  margin-bottom: 25px; }

.ay-careers-landing__full-bleed-links .h3 {
  color: #8f8f8f;
  padding: 0 0 0 .9375em;
  font-weight: 300;
  font-size: 1.875em;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 0; }

@media screen and (max-width: 480px) {
  .ay-careers-landing__full-bleed-links .h3 {
    font-size: 1.25em; } }
.ay-careers-landing__full-bleed-links svg {
  height: 4.75em;
  background: #da291c;
  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.125em; } }
.ay-careers-landing__full-bleed-links svg use {
  height: 1em;
  fill: #fff;
  stroke: #fff; }

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

  .ay-careers-landing__full-bleed-links svg path {
    height: .625em;
    width: .625em;
    fill: #fff; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ay-careers-landing__full-bleed-links svg {
    width: 4.75em;
    padding: 23px 34px 34px; }

  .ay-careers-landing__full-bleed-links svg path {
    height: .625em;
    width: .625em;
    fill: #fff;
    display: block; } }
.ay-careers-landing__expandable {
  background: #f6f6f6;
  margin-bottom: 25px; }

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

@media screen and (max-width: 768px) {
  .ay-careers-landing__expandable--header {
    -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: 1em;
  line-height: 1.5em; }

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

.ay-careers-landing__expandable--header-text__readmore {
  text-transform: uppercase;
  text-decoration: none;
  font-size: .8125em;
  font-weight: 400;
  outline: 0;
  -ms-flex-align: center;
  align-items: center;
  color: #32b8df !important; }

.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: .9375em;
  margin-top: 2px;
  transition: all .5s;
  -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: .5625em;
    width: .5625em;
    -ms-transform: translateY(-6px) rotate(0);
    transform: translateY(-6px) rotate(0);
    overflow: visible; }

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

  .ay-careers-landing__expandable--header-text__readmore svg path {
    fill: #32b8df; } }
.ay-careers-landing__expandable--header-text__readmore svg use {
  height: .9375em;
  fill: #32b8df;
  stroke: transparent; }

.ay-careers-landing__expandable--header-text h4 {
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 400; }

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

.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 {
  -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 {
    -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 {
    -ms-transform: translate(8px, -4px) rotate(90deg);
    transform: translate(8px, -4px) rotate(90deg); } }
.ay-careers-landing__expandable--body {
  padding: 35px;
  font-size: 1em;
  line-height: 1.5em;
  display: none; }

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

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+1) blockquote p {
  color: #da291c; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+1) blockquote ::-moz-selection {
  background: #da291c;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+1) blockquote ::selection {
  background: #da291c;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+1) blockquote ::-moz-selection {
  background: #da291c;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+2) blockquote p {
  color: #6fab37; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+2) blockquote ::-moz-selection {
  background: #6fab37;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+2) blockquote ::selection {
  background: #6fab37;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+2) blockquote ::-moz-selection {
  background: #6fab37;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+3) blockquote p {
  color: #32b8df; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+3) blockquote ::-moz-selection {
  background: #32b8df;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+3) blockquote ::selection {
  background: #32b8df;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+3) blockquote ::-moz-selection {
  background: #32b8df;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+4) blockquote p {
  color: #f48b3b; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+4) blockquote ::-moz-selection {
  background: #f48b3b;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+4) blockquote ::selection {
  background: #f48b3b;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+4) blockquote ::-moz-selection {
  background: #f48b3b;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+5) blockquote p {
  color: #00205b; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+5) blockquote ::-moz-selection {
  background: #00205b;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+5) blockquote ::selection {
  background: #00205b;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item:nth-child(5n+5) blockquote ::-moz-selection {
  background: #00205b;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--red blockquote p {
  color: #da291c; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--red blockquote ::-moz-selection {
  background: #da291c;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--red blockquote ::selection {
  background: #da291c;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--red blockquote ::-moz-selection {
  background: #da291c;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--green blockquote p {
  color: #6fab37; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--green blockquote ::-moz-selection {
  background: #6fab37;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--green blockquote ::selection {
  background: #6fab37;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--green blockquote ::-moz-selection {
  background: #6fab37;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--light-blue blockquote p {
  color: #32b8df; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--light-blue blockquote ::-moz-selection {
  background: #32b8df;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--light-blue blockquote ::selection {
  background: #32b8df;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--light-blue blockquote ::-moz-selection {
  background: #32b8df;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--orange blockquote p {
  color: #f48b3b; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--orange blockquote ::-moz-selection {
  background: #f48b3b;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--orange blockquote ::selection {
  background: #f48b3b;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--orange blockquote ::-moz-selection {
  background: #f48b3b;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--blue blockquote p {
  color: #00205b; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--blue blockquote ::-moz-selection {
  background: #00205b;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--blue blockquote ::selection {
  background: #00205b;
  color: #fff; }

.ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--blue blockquote ::-moz-selection {
  background: #00205b;
  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 > p:before {
  content: ""; }

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

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

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

.ay-careers--current-opportunities a {
  color: #32b8df;
  text-decoration: none; }

.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.875em .9375em; } }
.ay-careers--current-opportunities__filter-holder label {
  display: block;
  text-transform: uppercase;
  color: #32b8df;
  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(images/arrow-select.svg) no-repeat 97% center;
  background-size: 25px;
  padding: 1.125em;
  font-size: .8125em;
  color: #8f8f8f;
  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: #00205b; }

.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: 18px;
  outline: 0; }

@media screen and (max-width: 480px) {
  .ay-careers--current-opportunities__table thead tr th {
    font-size: 13px;
    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(images/arrow-sort.svg) no-repeat 97%;
  width: 20px;
  height: 20px;
  display: inline-block;
  transition: all .5s;
  -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 {
  -ms-transform: translateY(2px) rotate(0);
  transform: translateY(2px) rotate(0); }

.ay-careers--current-opportunities__table thead tr th.tablesorter-headerAsc div:after {
  -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 {
  transition: background .5s;
  border-bottom: 1px solid #a9a19c;
  padding: 20px 14px;
  width: calc(30%);
  font-size: 16px;
  vertical-align: center; }

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

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

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

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

  .ay-careers--current-opportunities__table tbody tr td:last-child {
    width: calc(33.3%); } }
@media screen and (max-width: 480px) {
  .ay-careers--current-opportunities__table tbody tr td {
    padding: 12px 10px;
    font-size: 13px;
    width: auto; } }
.ay-careers--current-opportunities__table tbody tr td a {
  color: #32b8df;
  text-decoration: none; }

@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: 32px;
    margin-bottom: 25px; } }
.ay-careers-post .h3, .ay-careers-post h3 {
  font-weight: 700;
  margin: 30px 0 5px 0;
  font-size: 18px; }

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

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

@media screen and (max-width: 480px) {
  .ay-careers-post__subtitle {
    padding-top: 80px;
    font-size: 1.25em; } }
.ay-careers-post__boiler {
  border-top: 1px solid #ccc;
  padding: 1.875em 0;
  margin-top: 2em; }

.ay-careers-post small {
  font-weight: 600;
  font-size: .75em;
  color: #797979;
  margin-bottom: .625em;
  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 #c4c4c4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  left: -85px;
  padding-top: 1.25em;
  position: absolute;
  top: 10px;
  width: 55px; }

@media screen and (max-width: 480px) {
  .ay-careers-post__social {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    width: 100%; } }
@media print {
  .ay-careers-post__social {
    display: none; } }
.ay-careers-post__social--icon {
  color: #c4c4c4;
  display: block;
  fill: transparent;
  height: 30px;
  margin-bottom: 12px;
  max-width: 50px;
  position: relative;
  width: 100%; }

.ay-careers-post__social--icon:hover {
  color: #dc260a; }

.ay-careers-post .ay-jobform {
  display: -ms-flexbox;
  display: flex;
  -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: -ms-flexbox;
  display: flex;
  -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 {
    -ms-flex-direction: column;
    flex-direction: column; } }
.ay-careers-post .ay-resume .ay-form-button {
  border: none;
  color: #fff;
  cursor: pointer;
  max-width: 160px;
  padding: .3em;
  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: #797979; }

.ay-careers-post .ay-resume .ay-form-button__submit-resume {
  background: #32b8df; }

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

.ay-job__email-share:hover:before {
  content: attr(data-title);
  position: absolute;
  line-height: normal;
  font-size: 10px;
  margin-top: 8px;
  top: 0;
  left: -75px;
  width: 100px;
  color: #dc260a; }

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

.ay-job__twitter-share:hover:before {
  content: attr(data-title);
  position: absolute;
  font-size: 10px;
  line-height: normal;
  margin-top: 8px;
  top: 0;
  left: -82px;
  width: auto;
  color: #dc260a; }

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

.ay-job__fb-share:hover:before {
  content: attr(data-title);
  position: absolute;
  font-size: 10px;
  line-height: normal;
  margin-top: 8px;
  top: 0;
  left: -92px;
  width: auto;
  color: #dc260a; }

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

.ay-job__googleplus-share:hover:before {
  content: attr(data-title);
  position: absolute;
  font-size: 10px;
  line-height: normal;
  margin-top: 8px;
  top: 0;
  left: -104px;
  width: auto;
  color: #dc260a; }

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

.ay-job__linkedin-share:hover:before {
  content: attr(data-title);
  position: absolute;
  font-size: 10px;
  line-height: normal;
  margin-top: 8px;
  top: 0;
  left: -90px;
  width: auto;
  color: #dc260a; }

.ay-primary-colors--light {
  background-color: #fff; }

.ay-primary-colors--medium-light {
  background-color: #32b8df; }

.ay-primary-colors--medium {
  background-color: #da291c; }

.ay-primary-colors--medium-dark {
  background-color: #a9a19c; }

.ay-primary-colors--dark {
  background-color: #00205b; }

.ay-secondary-colors--light {
  background-color: #f48b3b; }

.ay-secondary-colors--medium {
  background-color: #6fab37; }

.ay-main {
  background: url(images/pattern.png);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: .625em 0;
  width: 100%;
  -ms-flex-align: center;
  align-items: center; }

.ay-column {
  color: #797979;
  display: block;
  max-width: 1300px;
  width: auto; }

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

@media screen and (max-width: 480px) {
  .ay-column {
    -ms-flex-direction: column;
    flex-direction: column; } }
.ay-column__single {
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 rgba(50, 50, 50, 0.3);
  margin: 2em auto;
  padding: 5.3125em 100px;
  position: relative;
  width: calc(100%);
  overflow: visible; }

@media print {
  .ay-column__single {
    padding: .625em;
    margin: .625em auto;
    box-shadow: none;
    font-size: 10px; } }
@media screen and (max-width: 768px) {
  .ay-column__single {
    padding: 3.75em 8%; } }
@media screen and (max-width: 480px) {
  .ay-column__single {
    padding: 1.25em 1.25em; } }
.ay-column__single--full {
  padding: 0; }

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

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

.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; }

@media screen and (max-width: 480px) {
  .ay-column__single .ay-subtitle {
    line-height: 1.3;
    margin-bottom: 0; } }
.ay-column__single a {
  color: #32b8df;
  text-decoration: none; }

.ay-column__single a:hover {
  text-decoration: none; }

.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: 10px; } }
.ay-column__double {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: calc(100% - 2.8em);
  margin: 1em auto;
  margin-top: 0; }

.ay-column__double::after {
  clear: both;
  content: "";
  display: table; }

@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;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }

.ay-column__double--col1:last-child {
  margin-right: 0; }

@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 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  padding: .5em 0 1em 0;
  margin-top: 1em; }

.ay-column__double--col2:last-child {
  margin-right: 0; }

@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.25em;
    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 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }

  .ay-column__double--col1:last-child, .ay-column__double--col2:last-child {
    margin-right: 0; } }
.ay-column__triple {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
    -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: calc(100%);
    -ms-flex-order: 2;
    order: 2; } }
@media print {
  .ay-column__triple--col1 {
    width: calc(100%); } }
.ay-column__triple--col2 {
  width: 420px; }

@media screen and (max-width: 931px) {
  .ay-column__triple--col2 {
    width: 100%;
    margin-right: 0;
    -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;
    -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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.rcAll {
  width: 420px; }

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

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

  .ay-column__triple--col2 {
    -ms-flex-order: 1;
    order: 1; }

  .ay-column__triple--col3 {
    margin-left: 0;
    -ms-flex-order: 3;
    order: 3; } }
#ay .ay-column.ay-column__triple.portlet-layout {
  -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-contact-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }

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

  .ay-contact-main .ay-subtitle:after {
    content: "";
    background: url(images/arrow-right-blue.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(images/arrow-right-blue.svg) no-repeat;
    display: inline-block;
    height: 20px;
    left: 8px;
    position: relative;
    top: 3px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 15px; }

  .ay-contact-main .ay-subtitle--mobile + .ay-contact {
    display: block; } }
.ay-contact {
  color: #6d6d6d;
  margin-bottom: 50px;
  -moz-column-count: 4;
  column-count: 4;
  display: block;
  width: 100%; }

@media screen and (max-width: 768px) {
  .ay-contact {
    -moz-column-count: 2;
    column-count: 2;
    text-align: center;
    display: none; } }
@media screen and (max-width: 480px) {
  .ay-contact {
    -moz-column-count: 1;
    column-count: 1;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    text-align: center; } }
.ay-contact-subtitle {
  font-weight: 700;
  color: #6d6d6d;
  font-size: 16px; }

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

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

.ay-contact-info a {
  color: #32b8df;
  text-decoration: underline; }

@media screen and (max-width: 768px) {
  .ay-contact-info li:nth-child(2) a {
    color: #6d6d6b;
    text-decoration: none; } }
@media screen and (max-width: 768px) {
  .ay-contact-list {
    -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: 35px; } }
.ay-contact-boiler {
  background-color: #00205b;
  color: #fff;
  margin-bottom: 40px;
  padding: 1.875em; }

.ay-contact-boiler__title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600; }

@media screen and (max-width: 768px) {
  .ay-contact-boiler__title {
    text-align: center;
    font-size: 18px; } }
@media print {
  .ay-contact-boiler__title {
    font-size: 18px; } }
.ay-contact-boiler__contact {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 20px;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 768px) {
  .ay-contact-boiler__contact {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px; } }
@media print {
  .ay-contact-boiler__contact {
    font-size: 16px; } }
.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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (max-width: 768px) {
  .ay-contact-cta {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px; } }
.ay-contact-button {
  max-width: 230px;
  font-size: 18px; }

@media screen and (max-width: 768px) {
  .ay-contact-button {
    font-size: 14px;
    text-align: center; } }
@media screen and (max-width: 768px) {
  .ay-button__primary--arrow:after {
    height: 18px; } }
.ay-contact-footnote {
  font-size: .75em;
  color: #797979; }

@media screen and (max-width: 768px) {
  .ay-contact-footnote {
    display: none; } }
.ay-contact-popup {
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  max-width: 540px;
  padding: 30px 20px;
  position: relative;
  width: 100%; }

.ay-contact-popup__close {
  color: #ccc;
  font-size: 30px;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.ay-contact-form input[type=text] {
  border: none;
  border-bottom: 1px solid #797979;
  font-size: 14px;
  padding: 20px 0 0 0;
  position: relative;
  margin-bottom: 10px; }

.ay-contact-form input[type=text]::-webkit-input-placeholder {
  color: #797979;
  opacity: 1; }

.ay-contact-form input[type=text]:-ms-input-placeholder {
  color: #797979;
  opacity: 1; }

.ay-contact-form input[type=text]::placeholder {
  color: #797979;
  opacity: 1; }

.ay-contact-form input[type=text]:focus {
  outline: 0;
  box-shadow: none; }

.ay-contact-form textarea {
  color: #797979;
  font-size: 14px;
  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: #e9e9e9 url(images/arrow-select.svg) no-repeat 97% center;
  background-size: 15px;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #797979;
  font-size: .8125em;
  outline: 0;
  padding: .75em; }

.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: 14px;
  font-weight: 600;
  margin: 20px 0;
  max-width: 40%;
  padding: 10px 5px; }

.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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  margin-bottom: 15px; }

.ay-lightbox {
  display: none; }

.ay-lightbox--on {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -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 {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -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(images/arrow-right-blue.svg) no-repeat;
  height: 19px;
  width: 20px;
  margin: 0 26px; }

.owl-prev {
  background: url(images/arrow-right-blue.svg) no-repeat;
  height: 19px;
  margin: 0 26px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 20px; }

.owl-prev:hover {
  cursor: pointer;
  background: url(images/arrow-right-blue.svg) no-repeat;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.owl-dots {
  counter-reset: slides-num;
  -ms-flex-align: center;
  align-items: center;
  color: #a9a19c;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  -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: 17px; }

.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: 17px; }

.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 {
  -ms-flex-align: center;
  align-items: center;
  background: url(images/pattern.png);
  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: 20px 0;
  width: 100%; }

.ay-card {
  background-color: #fff;
  border-bottom: 7px solid #32b8df;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  min-height: 241px;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px 25px; }

.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: #999;
  font-weight: 700;
  font-size: 11px;
  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: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-top: 8px;
  margin-bottom: 15px; }

.ay-card-row .ay-card-title {
  font-size: 24px;
  font-weight: 100;
  color: #32b8df;
  margin-bottom: 10px;
  line-height: 126%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis; }

@media screen and (max-width: 1200px) {
  .ay-card-row .ay-card-title {
    font-size: 26px;
    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: 25px;
    line-height: normal;
    overflow: visible; } }
@media screen and (max-width: 480px) {
  .ay-card-row .ay-card-title {
    font-size: 20px;
    line-height: 22px;
    overflow: hidden; } }
@media print {
  .ay-card-row .ay-card-title {
    font-size: 18px; } }
.ay-card-row .ay-card-title:hover {
  text-decoration: underline;
  cursor: pointer; }

.ay-card-row .ay-card-title__link {
  color: #32b8df;
  text-decoration: none; }

.ay-card-row .ay-card-post {
  font-weight: 100;
  color: #999;
  overflow: hidden;
  font-family: "Open Sans",sans-serif;
  width: 100%; }

.ay-card-row .ay-card-post .ay-card-caption {
  display: block;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  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-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: -ms-flexbox;
    display: flex;
    height: auto; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .owl-nav {
    padding: 16px; } }
.ay-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding: 3em calc(50% - 650px);
  width: 100%; }

@media print {
  .ay-footer {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 1.25em 0; } }
@media screen and (max-width: 480px) {
  .ay-footer {
    padding: 2em calc(50% - 650px); } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width: 1299px) {
  .ay-footer {
    padding: .1875em 0;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto; } }
@supports (-ms-ime-align: auto) {
  @media all and (max-width: 1299px) {
    .ay-footer {
      padding: .1875em 0; } } }
.ay-footer__primary {
  display: -ms-flexbox;
  display: flex; }

@media print {
  .ay-footer__primary {
    width: 50%; } }
@media screen and (max-width: 1366px) {
  .ay-footer__primary {
    margin: 0 20px; } }
@media screen and (max-width: 1000px) {
  .ay-footer__primary {
    -ms-flex-pack: center;
    justify-content: center; } }
@media screen and (max-width: 375px) {
  .ay-footer__primary {
    padding: 0 1em;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
.ay-footer__primary h4 img {
  width: 191.25px; }

@media screen and (max-width: 1150px) {
  .ay-footer__primary h4 img {
    width: 180px; } }
@media screen and (max-width: 480px) {
  .ay-footer__primary h4 img {
    width: 150px; } }
@media screen and (max-width: 320px) {
  .ay-footer__primary h4 img {
    width: 150px; } }
@media print {
  .ay-footer__primary h4 img {
    max-width: 75%;
    width: 100%; } }
.ay-footer__secondary {
  display: -ms-flexbox;
  display: flex; }

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

  .ay-footer__secondary p {
    text-align: right;
    width: 100%; } }
@media screen and (max-width: 1366px) {
  .ay-footer__secondary {
    margin: 0 20px; } }
.ay-footer-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 2;
  flex-grow: 2;
  font-family: "Open Sans",sans-serif;
  margin: 25px 0 0 0;
  padding: 0; }

.ay-footer-links p {
  margin-bottom: 0; }

@media screen and (max-width: 1171px) {
  .ay-footer-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media screen and (max-width: 1000px) {
  .ay-footer-links {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; } }
.ay-footer-links ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0; }

@media print {
  .ay-footer-links ul {
    display: none; } }
@media screen and (max-width: 1000px) {
  .ay-footer-links ul {
    -ms-flex-pack: center;
    justify-content: center; } }
@media screen and (max-width: 480px) {
  .ay-footer-links ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.ay-footer-links ul li {
  list-style: none; }

.ay-footer-links ul li:before {
  color: #797979;
  content: "|";
  display: inline-block;
  font-size: 13px; }

@media screen and (max-width: 480px) {
  .ay-footer-links ul li:before {
    font-size: 12px; } }
@media screen and (max-width: 1171px) {
  .ay-footer-links ul li:first-child:before {
    content: ""; } }
@media screen and (max-width: 1000px) {
  .ay-footer-links ul li {
    text-align: center; }

  .ay-footer-links ul li:first-child:before {
    content: ""; } }
.ay-footer-links ul li a {
  color: #32b8df;
  font-size: 13px;
  font-weight: 600;
  padding: 0 5px;
  position: relative;
  text-decoration: none; }

@media screen and (max-width: 1150px) {
  .ay-footer-links ul li a {
    font-size: 12px; } }
@media screen and (max-width: 480px) {
  .ay-footer-links ul li a {
    font-size: 11px;
    padding: 0 5px; } }
.ay-footer-links ul li a:hover {
  text-decoration: underline; }

.ay-footer-copyright {
  color: #797979;
  font-weight: 700;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding-right: 10px;
  margin: 0; }

@media screen and (max-width: 1150px) {
  .ay-footer-copyright {
    font-size: 13px; } }
@media screen and (max-width: 1000px) {
  .ay-footer-copyright {
    padding: 0;
    text-align: center;
    width: 100%; } }
@media screen and (max-width: 480px) {
  .ay-footer-copyright {
    font-size: 12px; } }
.ay-footer__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media print {
  .ay-footer__social {
    display: none; } }
@media screen and (max-width: 1150px) {
  .ay-footer__social {
    margin-top: 20px; } }
.ay-footer__social-links {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0; }

.ay-footer__social-links-mobile {
  display: none; }

@media screen and (max-width: 1000px) {
  .ay-footer__social-links {
    display: none; } }
@media screen and (max-width: 1000px) {
  .ay-footer__social-links-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    top: 10px; } }
.ay-footer__social-links li {
  list-style: none;
  margin: 0 5px;
  display: inline-block; }

@media screen and (max-width: 1150px) {
  .ay-footer__social-links li {
    margin: 0 3px; } }
@media screen and (max-width: 768px) {
  .ay-footer__social-links li {
    margin: 0 3px; } }
.ay-footer__social-links li a {
  display: inline-block; }

.ay-footer__social-links li a img {
  width: 40px; }

@media screen and (max-width: 1150px) {
  .ay-footer__social-links li a img {
    width: 28px; } }
@media screen and (max-width: 480px) {
  .ay-footer__social-links li a img {
    width: 24px; } }
.ay-footer__properties {
  margin: 0;
  padding: 0; }

.ay-footer__properties li {
  list-style: none; }

.ay-footer__properties li a {
  -ms-flex-align: center;
  align-items: center;
  color: #797979;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-decoration: none;
  padding-left: 15px; }

@media screen and (max-width: 1150px) {
  .ay-footer__properties li a {
    font-size: 13px; } }
@media screen and (max-width: 480px) {
  .ay-footer__properties li a {
    font-size: 14px; } }
.ay-footer__properties li a img {
  margin-left: 10px;
  width: 40px; }

@media screen and (max-width: 1150px) {
  .ay-footer__properties li a img {
    width: 28px; } }
@media screen and (max-width: 480px) {
  .ay-footer__properties li a img {
    width: 24px; } }
.ay-footer__properties-mobile {
  display: none; }

@media screen and (max-width: 1000px) {
  .ay-footer__properties {
    display: none; }

  .ay-footer__properties-mobile {
    display: block;
    position: relative;
    margin-bottom: 3px; } }
.ay-footer .ay-footer-mobile-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 50px; }

@media screen and (max-width: 375px) {
  .ay-footer .ay-footer-mobile-social {
    margin: 0; } }
@media (max-width: 1000px) {
  .mobile-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 200px;
    height: auto;
    -ms-flex-align: start;
    align-items: flex-start; }

  .mobile-wrapper .ay-header {
    -ms-flex-order: 2;
    order: 2;
    position: absolute;
    top: 41px;
    z-index: 20; }

  .mobile-wrapper .ay-top-nav {
    -ms-flex-order: 1;
    order: 1;
    z-index: 30; } }
.mobile-wrapper {
  position: relative; }

@media screen and (max-width: 480px) {
  .mobile-wrapper {
    min-height: 0; } }
@media print {
  .mobile-wrapper {
    min-height: 120px; } }
.ay-header {
  z-index: 211;
  display: -ms-flexbox;
  display: flex;
  height: 142px;
  max-width: 100%;
  position: relative;
  width: 100%; }

@media print {
  .ay-header {
    height: auto; } }
@media screen and (max-width: 1000px) {
  .ay-header {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto; } }
.ay-header:before {
  background: #32b8df;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%; }

@media print {
  .ay-header:before {
    background: 0 0; } }
@media screen and (max-width: 768px) {
  .ay-header:before {
    width: 70%; } }
@media screen and (max-width: 480px) {
  .ay-header:before {
    display: none;
    background: 0 0; } }
.ay-header:after {
  background: #f5f5f5;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 0; }

@media screen and (max-width: 768px) {
  .ay-header:after {
    width: 30%; } }
@media screen and (max-width: 480px) {
  .ay-header:after {
    display: none;
    background: 0 0; } }
.ay-header-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%; }

@media screen and (max-width: 1000px) {
  .ay-header-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto; } }
.ay-header__left {
  -ms-flex-align: center;
  align-items: center;
  background: #32b8df url(images/ay-header-cut.png) right no-repeat;
  display: -ms-flexbox;
  display: flex;
  max-width: 990px;
  position: relative;
  width: 100%;
  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: #32b8df; } }
@media screen and (max-width: 700px) {
  .ay-header__left {
    background: #32b8df; } }
@media screen and (max-width: 480px) {
  .ay-header__left {
    height: 100%;
    min-height: 100px; } }
.ay-header h1 {
  line-height: normal; }

.ay-header-logo {
  display: block;
  font-size: 0;
  height: auto;
  width: 250px; }

@media screen and (max-width: 1300px) {
  .ay-header-logo {
    width: 240px;
    margin-left: 42px; } }
@media screen and (max-width: 1200px) {
  .ay-header-logo {
    width: 230px; } }
@media screen and (max-width: 1080px) {
  .ay-header-logo {
    width: 180px;
    margin-left: 20px; } }
@media screen and (max-width: 1000px) {
  .ay-header-logo {
    height: auto;
    margin-left: 20px;
    width: 200px; } }
@media screen and (max-width: 768px) {
  .ay-header-logo {
    height: auto;
    margin-left: 20px;
    width: 160px; } }
@media screen and (max-width: 480px) {
  .ay-header-logo {
    width: 140px; } }
@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:before {
  border-left: 1px solid #fff;
  content: "";
  left: 0;
  position: absolute;
  top: -1px;
  height: 100%; }

.ay-header-options h3 {
  line-height: 100%;
  margin-left: -2px;
  position: relative;
  top: 8px; }

@media screen and (max-width: 480px) {
  .ay-header-options h3 {
    position: relative;
    top: 3px; } }
@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: #fff;
  font-size: 14px; }

@media screen and (max-width: 1000px) {
  .ay-header-options__language-location {
    font-size: 13px; } }
.ay-header-options__language-location a {
  text-decoration: none;
  color: #fff; }

.ay-header-options__language-location a:hover {
  text-decoration: underline; }

.ay-header-options__global {
  color: #fff;
  font-size: 14px;
  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(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: 12px; } }
@media screen and (max-width: 480px) {
  .ay-header-options__global {
    font-size: 12px; } }
.ay-header-options h3 {
  font-size: 42px;
  color: #fff; }

.ay-header-options h3 a {
  color: #fff;
  text-decoration: none; }

@media screen and (max-width: 1200px) {
  .ay-header-options h3 {
    font-size: 36px; } }
@media screen and (max-width: 768px) {
  .ay-header-options h3 {
    font-size: 29px; } }
@media screen and (max-width: 480px) {
  .ay-header-options h3 {
    font-size: 20px; } }
.ay-header__right {
  background: #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  max-width: 310px;
  padding-left: 20px;
  position: relative;
  width: 100%;
  z-index: 1;
  -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;
  z-index: 10; }

@media screen and (max-width: 1000px) {
  .ay-header__right__wrapper {
    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 {
  position: relative;
  margin-left: -30px;
  margin-top: 28px;
  height: auto; }

@media screen and (max-width: 1000px) {
  .ay-header__right__secondary {
    width: 100%;
    margin: 0; } }
.ay-header-utility {
  color: #797979;
  display: -ms-flexbox;
  display: flex;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 100;
  height: auto;
  list-style: none;
  margin: 0;
  max-width: 100%;
  width: auto;
  -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: #32b8df;
  text-decoration: underline; }

.ay-quick-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (max-width: 1200px) {
  .ay-quick-links {
    padding-right: 15px; } }
@media screen and (max-width: 1000px) {
  .ay-quick-links {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: auto; } }
.ay-quick-links__item {
  display: inline-block;
  margin: 0;
  min-width: 107px;
  position: relative;
  width: 100%; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__item {
    line-height: normal;
    margin: 0;
    position: static;
    width: 100%; } }
@media screen and (max-width: 480px) {
  .ay-quick-links__item {
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    width: 100%; } }
.ay-quick-links__item > a {
  background-position: top center;
  background-size: 64px;
  color: #797979;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .02em;
  height: auto;
  overflow: hidden;
  padding-top: 72px;
  text-align: center;
  text-decoration: none;
  width: 100%; }

.ay-quick-links__item > a:hover {
  background-position: top center;
  background-size: 64px;
  color: #000; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__item > a:hover {
    color: #fff; } }
@media screen and (max-width: 1000px) {
  .ay-quick-links__item > a {
    color: #fff;
    display: block;
    height: 100%;
    margin: 0;
    min-width: 0;
    padding: 10px 0;
    width: 100%; } }
@media screen and (max-width: 480px) {
  .ay-quick-links__item > a {
    font-size: 12px;
    padding: 12px; } }
@media screen and (max-width: 375px) {
  .ay-quick-links__item > a {
    font-size: 11px;
    padding: 12px 8px; } }
.ay-quick-links__item:last-child {
  min-width: 112px; }

.ay-quick-links__item:last-child a {
  margin-right: 0; }

.ay-quick-links__form {
  border-bottom: 1px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 12px 0 0 0;
  padding: .1875em 0;
  width: 100%;
  max-width: 704px; }

.ay-quick-links__form input[type=text] {
  background: 0 0;
  border: none;
  color: #fff;
  padding-left: .5em;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__form input[type=text] {
    padding-left: 0; } }
.ay-quick-links__form input[type=text]:focus {
  outline: 0;
  box-shadow: none; }

.ay-quick-links__form input[type=text]::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: .03em;
  font-size: 14px;
  opacity: 1; }

.ay-quick-links__form input[type=text]:-ms-input-placeholder {
  color: #fff;
  letter-spacing: .03em;
  font-size: 14px;
  opacity: 1; }

.ay-quick-links__form input[type=text]::placeholder {
  color: #fff;
  letter-spacing: .03em;
  font-size: 14px;
  opacity: 1; }

.ay-quick-links__form input[type=submit] {
  background: #32b8df 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: -3px;
  color: #fff;
  padding: 5px 10px;
  position: relative;
  width: 1.8em; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__form input[type=submit] {
    width: 2em; } }
.ay-select-dropdown {
  background: url(images/arrow-select-white.svg) no-repeat 98% center;
  background-size: 15px;
  display: block;
  border-bottom: 1px solid #fff;
  height: 40px;
  margin: 0;
  overflow: hidden;
  padding: 3px 0;
  max-width: 704px;
  position: relative;
  text-transform: uppercase;
  width: 100%; }

.ay-select-dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: 0 0;
  color: #fff;
  border: none;
  padding-left: .5em;
  font-size: 14px;
  height: 40px;
  width: 300px; }

.ay-select-dropdown select option {
  background: #00205b; }

@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(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 {
  color: #32b8df; }

.ay-select-actual:focus {
  outline: 0; }

.ay-select-actual option {
  background-color: #fff;
  border: none;
  color: #00205b;
  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: #fff;
  background: 0 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  line-height: 32px;
  letter-spacing: .03em;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  text-indent: 10px;
  width: 100%;
  color: #fff; }

@media screen and (max-width: 1000px) {
  .ay-select-dropdown__text {
    text-indent: 0; } }
.ay-select-dropdown__text:after {
  background: url(images/arrow-right.svg) no-repeat;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size: 12px;
  content: '';
  height: 14px;
  position: absolute;
  right: 6px;
  top: 10px;
  width: 14px; }

.ay-select-dropdown__content a {
  color: #00205b;
  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: 16px; } }
.ay-select-dropdown__content {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #00205b;
  line-height: 32px;
  list-style-type: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  top: 34px;
  transition: all .25s ease;
  visibility: hidden;
  width: 100%;
  z-index: 10; }

.ay-select-dropdown__content a {
  display: block; }

.ay-select-dropdown__content a:hover {
  background-color: #32b8df;
  color: #fff; }

.ay-select-dropdown__toggle {
  z-index: 2; }

.ay-select-dropdown__toggle:hover ~ .ay-select-dropdown__text {
  color: #32b8df; }

.ay-select-dropdown__toggle:focus ~ .ay-select-dropdown__text {
  background: 0 0;
  color: #32b8df;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.8);
  z-index: 2; }

.ay-select-dropdown__toggle:focus ~ .ay-select-dropdown__text:after {
  -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; }

.ay-quick-links__properties {
  background-image: url(images/Properties_Green.svg), url(images/Properties_Blue_RO.svg);
  background-repeat: no-repeat,no-repeat;
  background-position: top center,top center;
  background-size: 64px, 0 !important; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__properties {
    background: #6fab37;
    min-height: 0; } }
.ay-quick-links__properties:hover {
  background-image: url(images/Properties_Blue_RO.svg), url(images/Properties_Green.svg);
  background-repeat: no-repeat,no-repeat;
  background-position: top center,top center;
  background-size: 64px, 0 !important; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__properties:hover {
    background: #00205b; } }
.ay-quick-links__item--properties:hover .ay-quick-links__properties {
  background: url(images/Properties_Blue_RO.svg) no-repeat;
  background-position: top center;
  background-size: 64px; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__item--properties:hover .ay-quick-links__properties {
    background: #00205b; } }
.ay-quick-links__offices {
  background-image: url(images/Offices_Red.svg), url(images/Offices_Blue_RO.svg);
  background-repeat: no-repeat,no-repeat;
  background-position: top center,top center;
  background-size: 64px, 0 !important; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__offices {
    background: #da291c;
    min-height: 0; } }
.ay-quick-links__offices:hover {
  background-image: url(images/Offices_Blue_RO.svg), url(images/Offices_Red.svg);
  background-repeat: no-repeat,no-repeat;
  background-position: top center,top center;
  background-size: 64px, 0 !important; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__offices:hover {
    background: #00205b; } }
.ay-quick-links__item--offices:hover .ay-quick-links__offices {
  background: url(images/Offices_Blue_RO.svg) no-repeat;
  background-position: top center;
  background-size: 64px; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__item--offices:hover .ay-quick-links__offices {
    background: #00205b; } }
.ay-quick-links__proff {
  background-image: url(images/Professionals_Orange.svg), url(images/Professionals_Blue_RO.svg);
  margin-right: 0;
  background-repeat: no-repeat,no-repeat;
  background-position: top center,top center;
  background-size: 64px, 0 !important; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__proff {
    background: #f48b3b;
    min-height: 0; } }
.ay-quick-links__proff:hover {
  background-image: url(images/Professionals_Blue_RO.svg), url(images/Professionals_Orange.svg);
  background-position: top center,top center;
  background-size: 64px, 0 !important; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__proff:hover {
    background: #00205b; } }
.ay-quick-links__item--proff:hover .ay-quick-links__proff {
  background: url(images/Professionals_Blue_RO.svg) no-repeat;
  background-position: top center;
  background-size: 64px; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__item--proff:hover .ay-quick-links__proff {
    background: #00205b; } }
.ay-dd-cities {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box; }

@media screen and (max-width: 1000px) {
  .ay-dd-cities {
    -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: 11px;
    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: 11px;
    font-weight: 400;
    margin-left: 40px; } }
.ay-quicklinks-mobile__close {
  background: url(images/close-button.svg) no-repeat;
  background-size: 15px;
  background-position: center center;
  border: none;
  display: none;
  font-size: 20px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 12px;
  width: 35px; }

@media screen and (max-width: 768px) {
  .ay-quicklinks-mobile__close {
    display: block; } }
.ay-quick-links__dd-short {
  background-color: #00205b;
  display: none;
  margin-left: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  padding: 1.875em;
  position: absolute;
  top: 112px;
  width: 200px; }

.ay-quick-links__dd-short ul {
  margin: 0;
  padding: 0; }

.ay-quick-links__dd-short a {
  text-decoration: none; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__dd-short {
    padding: 1.875em 1.875em 1.875em 4.0625em;
    top: 38px;
    width: 100%; } }
@media screen and (max-width: 768px) {
  .ay-quick-links__dd-short {
    padding-left: 1.875em; } }
@media screen and (max-width: 480px) {
  .ay-quick-links__dd-short {
    top: 37px;
    border: none; } }
.ay-quick-links__dd-short:after {
  background: url(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: -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 #fff;
  padding-top: 10px;
  margin-top: 8px;
  margin-bottom: 0; }

.ay-quick-links__dd-short li a {
  color: #fff;
  display: inline-block;
  padding: 2px 0;
  text-align: left;
  font-size: 14px; }

@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: #32b8df; }

.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 #fff;
  padding-bottom: 10px;
  margin-bottom: 8px; }

.ay-quick-links__dd-medium {
  background-color: #00205b;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  padding: 1.875em;
  position: absolute;
  right: -30px;
  top: 113px;
  width: 350px; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__dd-medium {
    right: 0;
    top: 38px;
    width: 100%; } }
@media screen and (max-width: 480px) {
  .ay-quick-links__dd-medium {
    top: 37px; } }
.ay-quick-links__dd-medium h3 {
  font-size: 16px;
  font-weight: 600;
  padding-left: .4em; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__dd-medium h3 {
    padding-left: 0; } }
.ay-quick-links__dd-medium:after {
  background: url(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: -ms-flexbox;
  display: flex; }

.ay-quick-links__dd-wide {
  background-color: #00205b;
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 22px 20px 59px 40px;
  position: absolute;
  right: -140px;
  top: 113px;
  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 {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    right: 0;
    width: 100%;
    top: 38px; } }
@media screen and (max-width: 480px) {
  .ay-quick-links__dd-wide {
    top: 37px;
    border: none;
    padding: 1.875em .625em; } }
.ay-quick-links__dd-wide .ay-office-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
  -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: 0;
    padding-bottom: .5em;
    margin-bottom: .5em;
    width: 100%; } }
.ay-quick-links__dd-wide .ay-office-menu:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 2px solid #ddd;
  transition: all .3s;
  min-height: 400px; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__dd-wide .ay-office-menu:before {
    border: none; } }
.ay-quick-links__dd-wide .ay-office-menu__us {
  -ms-flex: 3 0 0px;
  flex: 3 0 0; }

.ay-quick-links__dd-wide .ay-office-menu__other, .ay-quick-links__dd-wide .ay-office-menu__us {
  padding-top: 32px; }

@media screen and (max-width: 768px) {
  .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: #32b8df;
  text-decoration: none;
  margin-bottom: 10px;
  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: 14px;
  color: #32b8df;
  font-weight: 600; }

.ay-quick-links__dd-wide .ay-office-menu__subtitle > a {
  color: #32b8df;
  text-decoration: none; }

.ay-quick-links__dd-wide .ay-office-menu__subtitle > a:hover {
  text-decoration: none; }

@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 {
  -moz-column-count: 3;
  column-count: 3;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  margin: 0; }

@media screen and (max-width: 768px) {
  .ay-quick-links__dd-wide .ay-office-menu__list {
    -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 {
  -moz-column-count: 1;
  column-count: 1; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__dd-wide .ay-office-menu__list--ca {
    -moz-column-count: 3;
    column-count: 3; }

  .ay-quick-links__dd-wide .ay-office-menu__list--ca li {
    width: 100% !important; } }
.ay-quick-links__dd-wide .ay-office-menu__list--other {
  -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 {
    -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 {
    -moz-column-count: 2;
    column-count: 2; } }
@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 a {
  color: #fff;
  text-decoration: none;
  font-size: 14px; }

.ay-quick-links__dd-wide .ay-office-menu__list li a:hover {
  color: #32b8df; }

.ay-quick-links__dd-wide:after {
  background: url(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 > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 14px; } }
@media screen and (max-width: 375px) {
  .ay-quick-links__dd-wide .mCS-dir-rtl > .mCSB_inside > .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 > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 0; } }
.ay-quick-links__dd-wide--show {
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1000px) {
  .ay-quick-links__dd-wide--show {
    display: inline-block; } }
.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: -ms-flexbox;
  display: flex;
  -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: .625em;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  width: 100%; }

.ay-quick-links__dd-column--show {
  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: 14px;
  font-size: .875em;
  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: 14px;
    line-height: normal; } }
@media screen and (max-width: 320px) {
  .ay-quick-links__dd-column--global .ay-quick-links__item--global {
    font-size: 12px; } }
.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: .875em;
    line-height: 170%;
    padding-bottom: 5px;
    position: relative; }

  .ay-quick-links__dd-column .ay-quick-links__item--country a:after {
    background: url(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: .75em;
    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: .875em;
    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: .75em;
    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: .75em; }

@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 {
  color: #32b8df; }

.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)"; }

.ay-country-menu {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  display: none;
  height: auto;
  padding: 3.75em;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  max-width: 1300px;
  overflow: hidden;
  width: 100%;
  z-index: 210;
  margin: -50px auto 0; }

@media screen and (max-width: 1000px) {
  .ay-country-menu {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 250px; } }
@media screen and (max-width: 768px) {
  .ay-country-menu {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 208px;
    padding: 20px 0; } }
@media screen and (max-width: 480px) {
  .ay-country-menu {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    top: 191px; } }
.ay-country-menu__show {
  display: -ms-flexbox;
  display: flex; }

.ay-country-menu__close-button {
  color: #32b8df;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100; }

.ay-country-menu__column {
  height: auto;
  min-height: 430px;
  width: 25%;
  overflow: hidden;
  padding: 0 20px 0 0;
  position: relative;
  top: 0; }

@media screen and (max-width: 1000px) {
  .ay-country-menu__column {
    margin: 0;
    min-height: 300px; } }
@media screen and (max-width: 768px) {
  .ay-country-menu__column {
    margin-bottom: 20px; } }
@media screen and (max-width: 480px) {
  .ay-country-menu__column {
    width: auto;
    min-height: 0; } }
.ay-country-menu__column h4.ay-country-menu__column--title {
  margin-left: 30px;
  margin-top: 40px;
  text-transform: none; }

@media screen and (max-width: 480px) {
  .ay-country-menu__column h4.ay-country-menu__column--title {
    margin: 0 0 10px 20px; } }
.ay-country-menu__column .ay-office-menu__global {
  margin-left: 30px;
  font-weight: 700;
  color: #32b8df;
  font-size: 1.125em;
  z-index: 1; }

@media screen and (max-width: 480px) {
  .ay-country-menu__column .ay-office-menu__global {
    margin-left: 20px;
    margin-bottom: 20px;
    display: block; } }
.ay-country-menu__column .ay-office-menu__global:hover {
  text-decoration: none; }

.ay-country-menu__column:nth-child(2) .ay-country-menu__column--title {
  margin-top: 20px; }

@media screen and (max-width: 480px) {
  .ay-country-menu__column:nth-child(2) .ay-country-menu__column--title {
    margin: 0 0 10px 20px; } }
.ay-country-menu__column:nth-child(2) .ay-country-menu__column--list {
  -moz-column-count: 1;
  column-count: 1; }

@media screen and (max-width: 480px) {
  .ay-country-menu__column:nth-child(2) .ay-country-menu__column--list {
    -moz-column-count: 2;
    column-count: 2; } }
.ay-country-menu__column:nth-child(2) .ay-country-menu__column--list .ay-office-menu__global {
  margin-left: 30px;
  margin-bottom: 20px; }

.ay-country-menu__column:nth-child(3) {
  width: 75%; }

.ay-country-menu__column:nth-child(3) .ay-country-menu__column--list {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -moz-column-width: 30%;
  column-width: 30%;
  float: none; }

@media screen and (max-width: 570px) {
  .ay-country-menu__column:nth-child(3) .ay-country-menu__column--list {
    -moz-column-count: 2;
    column-count: 2; } }
@media screen and (max-width: 508px) {
  .ay-country-menu__column:nth-child(3) .ay-country-menu__column--list {
    -moz-column-count: 1;
    column-count: 1; } }
.ay-country-menu__column:nth-child(2) {
  padding-right: 80px; }

@media screen and (max-width: 480px) {
  .ay-country-menu__column:nth-child(2) {
    padding-right: 0; } }
.ay-country-menu__column:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  border-left: 2px solid #a9a19c;
  transition: all .3s; }

@media screen and (max-width: 480px) {
  .ay-country-menu__column:before {
    content: none; } }
.ay-country-menu__column--title {
  margin-left: 2.1875em;
  text-transform: none; }

.ay-country-menu__column--title-link {
  color: #32b8df;
  font-weight: 700;
  text-decoration: none;
  text-transform: none; }

@media screen and (max-width: 480px) {
  .ay-country-menu__column--title-link {
    margin-bottom: 10px; } }
.ay-country-menu__column--list {
  float: left;
  margin: 0;
  padding: 0 0 0 30px; }

@media screen and (max-width: 480px) {
  .ay-country-menu__column--list {
    padding-left: 20px; } }
.ay-country-menu__column--list li {
  list-style: none; }

.ay-country-menu__column--list li a {
  font-size: 14px;
  color: #999;
  text-decoration: none;
  cursor: pointer; }

.ay-country-menu__column--list li a:hover {
  color: #32b8df; }

@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 {
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .ay-header {
    width: 100%; }

  .ay-quick-links__item {
    width: 33.3%; } }
@media screen and (-ms-high-contrast: active) and (max-width: 1000px) {
  .ay-quick-links__item > a {
    width: 100%; } }
.ay-header__left.ay-click-out:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  display: block;
  z-index: 2000; }

.ay-quick-links {
  z-index: 1900; }

.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;
  box-sizing: border-box;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 35px;
  line-height: 33px;
  outline: 0;
  padding: 0 10px;
  position: relative;
  text-align: left !important;
  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:hover {
  border-color: #fff; }

.nice-select:active, .nice-select:focus {
  border-color: #fff; }

.nice-select:after {
  background: url(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%;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all .2s ease-in-out;
  width: 11px; }

.nice-select.open:after {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 5px; }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -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: 12px;
  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;
  box-shadow: none;
  box-sizing: border-box;
  color: #00205b;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -ms-transform: scale(0.75) translateY(-17.5px);
  transform: scale(0.75) translateY(-17.5px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.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;
  transition: all .2s; }

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
  background-color: #32b8df; }

.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; }

#___gcse_0 .gs-title a, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #32b8df;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  line-height: 100%; }

.h1, h1 {
  font-size: 3.9em; }

.h2, h2 {
  font-size: 1.875em;
  line-height: 120%;
  padding: 0; }

@media print {
  .h2, h2 {
    font-size: 18px; } }
.h3, h3 {
  font-size: 1.6875em;
  line-height: 120%; }

@media print {
  .h3, h3 {
    font-size: 18px; } }
#___gcse_0 .gs-title a, .h4, h4 {
  font-size: 1.125em;
  color: #32b8df;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0; }

@media print {
  #___gcse_0 .gs-title a, .h4, h4 {
    font-size: 16px; } }
.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-size: 1.0625em;
  color: #32b8df;
  font-weight: 400;
  padding: 0; }

.h5 ~ p, h5 ~ p {
  margin-top: 5px; }

.h6, h6 {
  color: #32b8df;
  font-weight: 400; }

.ay-hr {
  border: 0;
  height: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 2.25em 0; }

.ay-subtitle {
  border-bottom: 1px solid #ccc;
  font-size: 45px;
  margin-bottom: .625em;
  padding-bottom: .3125em;
  line-height: 1.5; }

@media print {
  .ay-subtitle {
    font-size: 24px; } }
.ay-hero {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  margin: 6px 0;
  height: 450px;
  overflow: hidden;
  width: 100%; }

@media screen and (max-width: 768px) {
  .ay-hero {
    -ms-flex-direction: column;
    flex-direction: column;
    height: 700px; } }
.ay-hero__content {
  width: 50%;
  padding: 2.5em 2.8125em 2.5em 2.5em; }

@media screen and (max-width: 1000px) {
  .ay-hero__content {
    padding: 1.875em; } }
@media screen and (max-width: 768px) {
  .ay-hero__content {
    width: 100%; } }
.ay-hero__title {
  color: #32b8df;
  font-size: 34px;
  line-height: 120%; }

@media screen and (max-width: 1200px) {
  .ay-hero__title {
    font-size: 32px; } }
@media screen and (max-width: 1000px) {
  .ay-hero__title {
    font-size: 28px; } }
@media print {
  .ay-hero__title {
    font-size: 24px; } }
.ay-hero__title--link {
  color: #da291c !important;
  display: block;
  font-size: .9375em;
  font-weight: 600;
  margin: 1.25em 0;
  text-decoration: none;
  text-transform: uppercase; }

.ay-hero__title--link::after {
  background-image: url(images/arrow-right-red.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: -ms-flexbox;
  display: flex;
  -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%;
  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: .9375em;
  width: 45px; }

@media screen and (max-width: 1000px) {
  .ay-hero__icon {
    width: 35px;
    height: 35px;
    margin-bottom: .625em; } }
.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 {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 40px;
  pointer-events: visible; }

.ay-hero-slider .owl-stage-outer {
  margin-bottom: 10px; }

.imagery-holder h2 + p + p + p, .imagery-holder h3 + p + div + p + p, .imagery-holder h3 + p + p + p {
  font-weight: 900;
  margin-bottom: 2.5em; }

.imagery-holder img {
  width: 100%; }

#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 > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children, .jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-anchor > .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 > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .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;
  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 > 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 > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==);
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a, .vakata-context .vakata-context-separator > 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;
  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;
  box-shadow: 0 0 0; }

.vakata-context li > a > 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 > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > 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 > 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 > 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 > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > 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 {
  transition: background-color .15s,box-shadow .15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #ccc; }

.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #ccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: 0 0;
  color: #666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: 0 0;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><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'/></filter></svg>#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;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: 0 0; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==) left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-clicked, .jstree-default > .jstree-wholerow-ul .jstree-hovered {
  background: 0 0;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  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(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 > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default > .jstree-no-dots .jstree-node {
  background: 0 0; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .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 > .jstree-checkbox, .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default .jstree-checked > .jstree-checkbox:hover, .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><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'/></filter></svg>#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%); }

.jstree-default > .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 > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default.jstree-rtl > .jstree-no-dots .jstree-node {
  background: 0 0; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(images/throbber.gif) center center no-repeat; }

.jstree-default .jstree-file {
  background: url(images/32px.png) -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url(images/32px.png) -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .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(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(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 > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-small > .jstree-no-dots .jstree-node {
  background: 0 0; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .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 > .jstree-checkbox, .jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small .jstree-checked > .jstree-checkbox:hover, .jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><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'/></filter></svg>#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%); }

.jstree-default-small > .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 > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node {
  background: 0 0; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .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 > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(images/throbber.gif) center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url(images/32px.png) -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url(images/32px.png) -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .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(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(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 > .jstree-ocl {
  background-position: -128px 0; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0; }

.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-large > .jstree-no-dots .jstree-node {
  background: 0 0; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .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 > .jstree-checkbox, .jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox {
  background-position: -224px 0; }

.jstree-default-large .jstree-checked > .jstree-checkbox:hover, .jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><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'/></filter></svg>#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%); }

.jstree-default-large > .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 > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node {
  background: 0 0; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .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 > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(images/throbber.gif) center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url(images/32px.png) -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url(images/32px.png) -256px 0 no-repeat; }

.jstree-default-large > .jstree-container-ul > .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(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 > i {
    background: 0 0;
    width: 40px;
    height: 40px; }

  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url(images/40px.png);
    background-position: 0 -200px;
    background-size: 120px 240px; }

  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url(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(images/40px.png); }

  .jstree-default-responsive .jstree-leaf > .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 > .jstree-container-ul > .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 > .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 > .jstree-ocl, .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: 0 0; }

  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important; }

  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }

  .jstree-default-responsive.jstree-rtl .jstree-closed > .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 > .jstree-checkbox, .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover, .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover {
    background-position: 0 -80px; }

  .jstree-default-responsive .jstree-anchor > .jstree-undetermined, .jstree-default-responsive .jstree-anchor > .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 > .jstree-striped {
    background: 0 0; }

  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.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 > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666; }

  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666;
    border-top: 0; }

  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }

  .jstree-default-responsive .jstree-checkbox, .jstree-default-responsive .jstree-icon, .jstree-default-responsive .jstree-node, .jstree-default-responsive .jstree-node > .jstree-ocl, .jstree-default-responsive .jstree-themeicon {
    background-image: url(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 > .jstree-ocl {
    background-position: -40px -120px; }

  .jstree-default-responsive .jstree-last > .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(images/40px.png) 0 -160px no-repeat;
    background-size: 120px 240px; }

  .jstree-default-responsive .jstree-folder {
    background: url(images/40px.png) -40px -40px no-repeat;
    background-size: 120px 240px; }

  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }
.ay-bios-header {
  border-bottom: 1px solid #ccc;
  font-size: 45px;
  margin-bottom: .5em;
  padding-bottom: .5em; }

@media print {
  .ay-bios-header {
    font-size: 24px; } }
.ay-bios-list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ay-bio {
  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 {
  font-size: .9375em;
  font-weight: 300;
  position: relative;
  top: -4px; }

.ay-bio__info-name {
  color: #32b8df; }

.ay-bio__info-title {
  color: #797979; }

.ay-bios-wrapper__primary {
  margin: 0 0 2.5em 0; }

.ay-bios-wrapper__primary .ay-bio__info-name, .ay-bios-wrapper__primary .ay-bios-header {
  color: #32b8df; }

.ay-bios-wrapper__secondary {
  margin: 0 0 2.5em 0; }

.ay-bios-wrapper__secondary .ay-bio__info-name, .ay-bios-wrapper__secondary .ay-bios-header {
  color: #f48b3b; }

.ay-bios-wrapper__tertiary {
  margin: 0 0 2.5em 0; }

.ay-bios-wrapper__tertiary .ay-bio__info-name, .ay-bios-wrapper__tertiary .ay-bios-header {
  color: #6fab37; }

.ay-bios-wrapper__tertiary .ay-bios-subtitle {
  font-size: 24px;
  color: #6fab37;
  margin: 0 0 .9375em 0; }

.ay-bios-wrapper__tertiary--country {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 25px; }

.ay-ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
  line-height: 1.5; }

.ay-ul__unstyled li {
  margin: 0 0 .625em 0; }

.ay-ul__unstyled li:before {
  content: "";
  display: none; }

.ay-ul__styled {
  list-style: none;
  margin: 10px 0 10px 20px;
  padding: 0;
  position: relative; }

.ay-ul__styled li {
  margin: 0;
  padding: 0 0 6px 10px;
  position: relative;
  line-height: 1.5em;
  text-indent: -10px; }

.ay-ul__styled li:before {
  content: "-";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: -8px; }

.ay-unordered-row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

@media screen and (max-width: 768px) {
  .ay-unordered-row {
    -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-logo {
  width: 260px;
  height: auto; }

.ay-bm-logo {
  width: 180px;
  height: auto; }

.ay-logo--FR {
  width: 260px;
  height: auto; }

.ay-motion-banner {
  display: -ms-flexbox;
  display: flex;
  background-color: #00205b;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0;
  max-width: 1300px;
  margin: auto; }

.ay-top-nav {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 205; }

.ay-top-nav .ay-top-nav__megamenu.ay-top-nav__megamenu--wide[style*="display: block;"] {
  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 {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
    background-color: #f9f9f9; } }
.ay-top-nav__open > a {
  color: #32b8df !important; }

.ay-top-nav .ay-top-nav-active > a {
  color: #da291c; }

.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 > a {
  color: #999; }

.ay-top-nav .ay-top-nav__langauge-select li a {
  display: inline;
  font-size: 14px;
  font-weight: 700;
  padding: 0; }

.ay-top-nav .ay-top-nav__langauge-select li a.current_language {
  color: #001f5b; }

.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: #001f5b; }

.ay-top-nav .ay-top-nav__langauge-select li a.ay-top-nav-close {
  float: right;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMTEuMzEgMTExLjMxIj48ZGVmcz48c3R5bGU+LmNscy0xLC5jbHMtMntmaWxsOm5vbmU7c3Ryb2tlOiMwMDFmNWI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5jbHMtMXtzdHJva2Utd2lkdGg6MTZweDt9LmNscy0ye3N0cm9rZS13aWR0aDoxNXB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+Y2xvc2UtYnV0dG9uPC90aXRsZT48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI1LjY2IiB5MT0iNS42NiIgeDI9IjEwNS42NiIgeTI9IjEwNS42NiIvPjxsaW5lIGNsYXNzPSJjbHMtMiIgeDE9IjEwNS42NiIgeTE9IjUuNjYiIHgyPSI1LjY2IiB5Mj0iMTA1LjY2Ii8+PC9zdmc+);
  display: block;
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
  margin-top: 1px; }

.ay-top-nav__navbar {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -ms-flexbox;
  display: flex;
  -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 #32b8df; } }
.ay-top-nav__navbar .ay-top-nav__item:hover > a {
  background-color: #00205b;
  color: #fff; }

@media screen and (max-width: 1000px) {
  .ay-top-nav__navbar .ay-top-nav__item:hover > a {
    background-color: transparent;
    color: #32b8df; } }
.ay-top-nav__navbar .ay-top-nav__search {
  margin-left: 30px;
  max-width: 320px;
  width: 100%; }

.ay-top-nav__navbar .ay-top-nav__search.no-tennant {
  max-width: none; }

.ay-top-nav__navbar .ay-top-nav__search.no-tennant .ay-header-search-login__search {
  border-right: none;
  width: 100%;
  -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] {
  width: 27px;
  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 {
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    border: none;
    height: auto;
    -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: 20px;
    height: 100%;
    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:-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: #32b8df;
    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: 20px;
    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%; } }
@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 #a9a19c;
    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 #a9a19c;
    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.125em;
    width: 90%; } }
.ay-top-nav__navbar li {
  display: inline-block;
  font-weight: 300;
  position: relative;
  letter-spacing: .04em; }

@media screen and (max-width: 1000px) {
  .ay-top-nav__navbar li {
    display: block; } }
.ay-top-nav__navbar li > a {
  color: #797979;
  font-size: 16px;
  padding: 1em 2em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  transition: .2s all; }

@media screen and (max-width: 1200px) {
  .ay-top-nav__navbar li > a {
    padding: 1em 1.5em; } }
@media screen and (max-width: 1000px) {
  .ay-top-nav__navbar li > a {
    display: block;
    font-size: 20px;
    width: 100%; } }
@media screen and (max-width: 768px) {
  .ay-top-nav__navbar li > a {
    display: inline-block;
    padding: 1em;
    width: auto; } }
@media screen and (max-width: 1000px) {
  .ay-top-nav__navbar li > a:hover {
    color: #32b8df;
    background-color: transparent; } }
.ay-top-nav__megamenu {
  background-color: #f8f8f8;
  display: none;
  overflow: hidden;
  padding: 30px 15px;
  position: absolute;
  top: 52px;
  width: auto;
  z-index: 205; }

@media screen and (max-width: 1000px) {
  .ay-top-nav__megamenu {
    background-color: #f9f9f9;
    margin-bottom: 20px;
    min-width: 0;
    padding: 0 0 0 5px;
    position: relative;
    top: 0; }

  .ay-top-nav__megamenu:before {
    border-left: 2px solid #a9a19c;
    margin-left: 15px;
    content: "";
    height: 100%;
    position: absolute;
    top: 6px;
    transition: .3s all; }

  .ay-top-nav__megamenu:hover:before {
    border-left: 2px solid #32b8df; } }
.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 {
    -ms-flex-direction: column;
    flex-direction: column; } }
@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: 0 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; } }
.ay-top-nav__megamenu--column:before {
  border-left: 2px solid #a9a19c;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: all .3s; }

@media screen and (max-width: 1000px) {
  .ay-top-nav__megamenu--column:before {
    display: none; } }
.ay-top-nav__megamenu--column:hover:before {
  border-left: 2px solid #32b8df; }

@media screen and (max-width: 1000px) {
  .ay-top-nav__megamenu--column:hover:before {
    display: none; } }
.ay-top-nav__megamenu--column-title {
  font-size: 17px;
  color: #797979;
  font-weight: 400;
  margin: 0;
  padding: 0 0 5px 20px;
  text-decoration: none;
  text-transform: none; }

@media screen and (max-width: 1000px) {
  .ay-top-nav__megamenu--column-title {
    padding: 0 0 5px 20px;
    font-weight: 600; } }
.ay-top-nav .ay-dropdown__title--link {
  color: #797979;
  font-size: 17px;
  font-weight: 400;
  padding: 0;
  text-decoration: none; }

.ay-top-nav .ay-dropdown__title--link:hover {
  background-color: transparent;
  color: #32b8df; }

.ay-top-nav__megamenu--two-column {
  float: left;
  height: auto;
  margin-left: 10px;
  min-height: 230px;
  overflow: hidden;
  padding: 0 10px 0 0;
  position: relative;
  top: 0;
  width: 40%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@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; } }
.ay-top-nav__megamenu--two-column h4 {
  width: 100%; }

.ay-top-nav__megamenu--two-column ul {
  max-width: 400px;
  width: 50%; }

.ay-top-nav__megamenu--two-column ul li > 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: 20px; } }
.ay-top-nav__megamenu--two-column ul:last-of-type li:first-child > a {
  font-weight: 600; }

.ay-top-nav__megamenu--two-column ul:last-of-type li:first-child > a + ul {
  width: 100%; }

.ay-top-nav__megamenu--two-column ul:last-of-type li:first-child > a + ul li {
  padding-left: 0; }

.ay-top-nav__megamenu--two-column ul:last-of-type li:first-child > a + ul li a {
  font-weight: 100;
  padding-left: 0; }

.ay-top-nav__megamenu--two-column ul:last-of-type li:first-child > span + ul {
  width: 100%; }

.ay-top-nav__megamenu--two-column ul:last-of-type li:first-child > span + ul li {
  padding-left: 0; }

.ay-top-nav__megamenu--two-column ul:last-of-type li:first-child > span + ul li a {
  font-weight: 100;
  padding-left: 0; }

.ay-top-nav__megamenu--two-column:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  border-left: 2px solid #a9a19c;
  transition: all .3s; }

@media screen and (max-width: 1000px) {
  .ay-top-nav__megamenu--two-column:before {
    display: none; } }
.ay-top-nav__megamenu--two-column:hover:before {
  border-left: 2px solid #32b8df; }

@media screen and (max-width: 1000px) {
  .ay-top-nav__megamenu--two-column:hover:before {
    display: none; } }
.ay-top-nav__megamenu--list {
  margin: 0;
  padding: 0; }

.ay-top-nav__megamenu--list ul {
  width: 100%; }

.ay-top-nav__megamenu--list li:hover > a {
  color: #32b8df; }

.ay-top-nav__megamenu--list li {
  display: block;
  padding-left: 20px;
  line-height: normal; }

.ay-top-nav__megamenu--list li > span {
  font-weight: 500;
  color: #666;
  margin-top: 3px;
  display: block; }

.ay-top-nav__megamenu--list li * {
  outline: 0; }

.ay-top-nav__megamenu--list li :focus {
  outline: 0; }

.ay-top-nav__megamenu--list li a {
  text-transform: none;
  padding: .32em;
  font-size: 13px; }

@media screen and (max-width: 1000px) {
  .ay-top-nav__megamenu--list li a {
    padding: .6em .32em; } }
.ay-top-nav__megamenu--list li a:hover {
  color: #32b8df; }

.ay-top-nav__megamenu--list li > ul {
  margin: 0;
  padding: 0; }

.ay-top-nav__megamenu--list li > ul li {
  padding-left: 20px;
  position: relative; }

.ay-top-nav__megamenu--list li > ul li a {
  padding-left: 0; }

.ay-top-nav__pull {
  display: none; }

@media screen and (max-width: 1000px) {
  .ay-top-nav__pull {
    -ms-flex-align: center;
    align-items: center;
    background-color: #32b8df;
    border-bottom: 2px solid #fff;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    height: 40px;
    padding: 10px 20px 10px 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(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 {
  display: none; }

@media screen and (max-width: 1000px) {
  .ay-top-nav__mobile-landing-link {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }

  .ay-top-nav__mobile-landing-link a {
    background: url(images/arrow-right-dark.svg) no-repeat;
    background-size: 14px;
    background-position: center center;
    font-size: 12px;
    display: block;
    padding: .5em 2em;
    text-indent: -9999px;
    transition: all .5s;
    -ms-transform: rotate(0);
    transform: rotate(0);
    outline: 0; } }
.ay-top-nav__tenantlogin {
  background-image: url(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;
  display: none;
  font-size: 14px;
  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 {
    display: block; } }
.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) {
  .ay-top-nav__navbar .ay-top-nav__search {
    height: 40px;
    -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;
    box-shadow: none;
    background: #e9e9e9;
    width: 85%;
    max-width: none;
    -webkit-appearance: none;
    border-radius: 0; }

  .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; } }
@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 {
    transition: all .5s;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    outline: 0; }

  .ay-top-nav__item.ay-top-nav__open .ay-top-nav__mobile-landing-link a:focus {
    outline: 0; } }
.ay-news-release {
  width: 70%;
  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: 32px;
    margin-bottom: 25px; } }
.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 > h3.ay-news-release__subtitle {
  font-size: 1.375em;
  color: #797979;
  font-weight: 700;
  margin: .875em 0; }

@media screen and (max-width: 480px) {
  .ay-news-release__content > h3.ay-news-release__subtitle {
    font-size: 1.25em; } }
.ay-news-release__boiler {
  border-top: 1px solid #ccc;
  padding: 1.875em 0;
  margin-top: 2em; }

.ay-news-release small {
  font-weight: 600;
  font-size: .75em;
  color: #797979;
  margin-bottom: .625em;
  display: block;
  text-transform: uppercase; }

.ay-news-release p {
  margin-top: 0; }

.ay-news-release__content {
  position: relative; }

.ay-news-release__social {
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c4c4c4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  left: -85px;
  padding-top: 1.25em;
  position: absolute;
  top: 10px;
  width: 55px; }

@media print {
  .ay-news-release__social {
    display: none; } }
@media screen and (max-width: 480px) {
  .ay-news-release__social {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    top: 0; } }
.ay-news-release__social--icon {
  color: #c4c4c4;
  display: block;
  fill: transparent;
  height: 30px;
  margin-bottom: 12px;
  width: 100%; }

.ay-news-release__social--icon:hover {
  color: #32b8df; }

.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: #ccc;
  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: #32b8df; }

.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: -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 {
    -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: #00205b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
    -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: 35px;
  text-align: left; }

@media screen and (max-width: 768px) {
  .ay-slider .item .ay-slider__caption h3 {
    font-size: 25px; } }
.ay-slider .item .ay-slider__caption--link {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 0;
  text-decoration: none;
  margin: 15px 0;
  text-align: left; }

.ay-slider .item .ay-slider__caption--link:after {
  content: '';
  background: url(/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: #6fab37; }

.ay-slider .ay-slide-3 .ay-slider__caption {
  background: #32b8df; }

.ay-info-card {
  background-color: #00205b;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.75em 1.75em;
  max-width: 1300px;
  margin: auto; }

.ay-info-card__main {
  display: -ms-flexbox;
  display: flex; }

.ay-info-card__main ul.ay-ul {
  margin: 0 0 10px 0; }

.ay-info-card__main h3 {
  color: #32b8df;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.7em; }

@media screen and (max-width: 768px) {
  .ay-info-card__main h3 {
    font-size: 30px; } }
.ay-info-card__main h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  .ay-info-card__main h4 {
    font-size: 16px; } }
@media screen and (max-width: 768px) {
  .ay-info-card__main {
    -ms-flex-direction: column;
    flex-direction: column; } }
.ay-info-card__main__col1 {
  border-right: 1px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -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: #32b8df; }

@media screen and (max-width: 768px) {
  .ay-info-card__main__col1 h4 span {
    display: block; } }
.ay-info-card__main__col1__list {
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  .ay-info-card__main__col1__list {
    border-bottom: 1px solid #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 40px; } }
.ay-info-card__main__col1__list .ay-ul {
  font-size: 18px;
  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: -ms-flexbox;
  display: flex;
  -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: 24px;
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  .ay-info-card__main__col2 .ay-ul {
    font-size: 18px;
    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: none; }

.ay-info-card__main__col2 .ay-ul li a:after {
  content: '';
  background: url(/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 {
  color: #32b8df; }

.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: #32b8df;
  text-decoration: none; }

.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: #32b8df;
  color: #fff;
  padding: 12px 20px 15px 20px;
  margin: 0 0 25px 0;
  font-size: 18px; }

.ay-copy-highlight a {
  color: #fff;
  text-decoration: underline; }

.ay-office-services-links a {
  font-size: 1.125em;
  color: #797979; }

.ay-tri-column--inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 25px; }

@media screen and (max-width: 740px) {
  .ay-tri-column--inner {
    -ms-flex-direction: column;
    flex-direction: column; } }
.ay-tri-column--inner .ay-ul {
  margin: 5px 0;
  width: 100%;
  -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: -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 {
    -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: #32b8df;
  text-decoration: none; }

.ay-office-intro a:hover {
  text-decoration: underline; }

.ay-office-intro__img {
  display: block;
  -ms-flex: 7;
  flex: 7;
  min-height: 580px;
  overflow: hidden;
  width: 100%; }

@media screen and (max-width: 1000px) {
  .ay-office-intro__img {
    -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 {
  object-fit: cover;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: 8; }

.ay-office-intro__sidebar {
  background-color: #00205b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  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: #6fab37;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -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 h3 {
  font-size: 27px; }

.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: 34px;
  font-weight: 300;
  color: #fff;
  line-height: 120%; }

@media print {
  .ay-office-intro__sidebar.ay-office-intro__sidebar-green h1 {
    font-size: 24px; } }
.ay-office-intro__sidebar a.ay-kit-link {
  text-decoration: none; }

@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: #32b8df;
  font-size: 22px;
  margin-bottom: 15px; }

.ay-office-intro__sidebar h3 {
  color: #fff;
  font-size: 16px;
  margin: 0 0 6px 0; }

.ay-office-intro__sidebar h4 {
  color: #32b8df;
  font-size: 16px;
  margin-bottom: 10px; }

.ay-office-intro__sidebar h4 span {
  display: block; }

.ay-office-intro__sidebar .boiler-subtitle {
  font-size: 22px;
  color: #32b8df;
  font-weight: 300;
  margin-bottom: 5px; }

.ay-office-intro__sidebar__boiler {
  color: #fff;
  line-height: 1.5;
  font-size: 14px;
  padding-right: 34px; }

.ay-office-intro__sidebar__map-link {
  color: #32b8df;
  text-decoration: none;
  margin-bottom: 15px; }

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

.ay-office-intro__sidebar__menu-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: none;
  position: relative;
  font-weight: 600; }

.ay-office-intro__sidebar__menu-list li a:after {
  content: '';
  background: url(/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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

@media screen and (max-width: 1000px) {
  .ay-office-intro__address-list {
    -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 {
    -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: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  .ay-office-intro__address .contact-numbers {
    -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: #00205b;
  padding: 20px 20px 0 20px; }

#ay-office-information .ay-office-info-multiples__header h3 {
  padding-bottom: 20px; }

#ay-office-information .ay-office-info-multiples__header h3 a {
  color: #32b8df;
  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 #32b8df;
  display: inline-block;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: all .5s; }

#ay-office-information .ay-office-info-multiples__header h3 a.open:after {
  -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: -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: 15px; }

#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(/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;
  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: #00205b !important; }

#ay-office-information .ay-office-info-multiples__offices-details--rmd, #ay-office-information .ay-office-info-multiples__offices-details--rmd + dd {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px; }

#ay-office-information .ay-office-info-multiples__offices-details--mholder {
  display: -ms-flexbox;
  display: flex; }

#ay-office-information .ay-office-info-multiples__offices-details--mholder .ay-office-info-multiples__offices-details--md {
  -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 {
  -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: #32b8df;
  margin: 20px 0 0 0;
  padding: 0;
  font-weight: 700; }

#ay-office-information .ay-office-info-multiples__offices-details dl dt + dd a {
  color: #32b8df;
  text-decoration: none; }

#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: #32b8df;
  text-decoration: none; }

#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: #797979;
  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 {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

#ay-office-information:target .ay-office-info-multiples__header h3 a.open:after {
  -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:hover {
  text-decoration: none; }

.ay-office-intro-link-bottom a:hover strong {
  text-decoration: underline; }

.ay-office-intro-link-bottom a strong {
  display: block;
  font-size: 22px;
  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 #32b8df;
  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 {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.ay-office-intro__sidebar.ay-office-intro__sidebar-green.ay-mini-site-intro h1 {
  font-size: 26px;
  font-weight: 500; }

.ay-office-intro__sidebar.ay-office-intro__sidebar-green.ay-mini-site-intro p {
  color: #fff;
  font-size: 15px;
  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: 14px; }

.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: 17px;
  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-spec-list {
  display: inline-block; }

.ay-spec-list:after {
  content: ", "; }

.ay-spec-list:last-child:after {
  content: ""; }

.ay-proff-card {
  display: -ms-flexbox;
  display: flex;
  color: #797979;
  max-width: 600px;
  width: 100%; }

@media screen and (max-width: 768px) {
  .ay-proff-card {
    -ms-flex-direction: column;
    flex-direction: column; } }
.ay-proff-card__profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 1.875em; }

@media screen and (max-width: 768px) {
  .ay-proff-card__profile {
    margin: 15px 0 0 0; } }
.ay-proff-card__profile .ay-button__proff {
  background: #32b8df;
  color: #fff;
  font-size: 18px;
  max-width: 180px;
  margin: 20px 0;
  padding: 10px; }

.ay-proff-card__profile .ay-button__proff:hover {
  background: #00205b; }

.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%; }

@media screen and (max-width: 768px) {
  .ay-proff-card__img {
    max-width: none;
    width: auto; } }
.ay-proff-card__img img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%; }

@media screen and (max-width: 768px) {
  .ay-proff-card__img img {
    width: auto;
    max-width: 100%; } }
.ay-proff-card__name {
  font-size: 48px;
  color: #32b8df; }

@media print {
  .ay-proff-card__name {
    font-size: 24px; } }
@media screen and (max-width: 768px) {
  .ay-proff-card__name {
    font-size: 32px; } }
.ay-proff-card__title {
  font-size: 1.25em;
  color: #797979;
  font-weight: 600; }

.ay-proff-card__title span {
  font-weight: 100; }

.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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  max-width: 500px; }

@media screen and (max-width: 768px) {
  .ay-proff-card__info {
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px; } }
.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: #32b8df; }

.ay-proff-card__info li a {
  color: #797979; }

.ay-proff-bio {
  position: relative;
  border-top: 2px solid #ccc;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -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 {
    -ms-flex-align: start;
    align-items: flex-start;
    -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: 10px;
    margin-left: -70px;
    margin-top: 8px;
    width: auto;
    color: #dc260a; } }
@media screen and (max-width: 768px) {
  .ay-proff-bio__social--item:hover:before {
    content: attr(data-title);
    position: absolute;
    font-size: 10px;
    margin-left: -30px;
    margin-top: 40px;
    width: auto;
    background: #fff;
    padding: 5px;
    color: #dc260a; } }
@media screen and (min-width: 768px) {
  .ay-proff-bio__social--item:nth-child(1):hover:before {
    margin-left: -72px; } }
@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: #c4c4c4;
  display: block;
  height: 30px;
  margin-bottom: 12px;
  width: 100%;
  fill: transparent; }

@media screen and (max-width: 768px) {
  .ay-proff-bio__social--icon {
    width: 30px;
    margin-right: 10px; } }
.ay-proff-bio__social--icon:hover {
  color: #dc260a; }

.ay-ul__proff {
  margin-right: 4.375em;
  margin-top: 0;
  line-height: 1.5em; }

.ay-ul__proff strong {
  color: #32b8df; }

.ay-ul__proff a {
  color: #32b8df; }

.ay-ul__proff a.nostyle {
  color: #797979;
  text-decoration: none; }

.ay-ul__proff a.nostyle:hover {
  color: #32b8df; }

.ay-proff-contact__social {
  display: inline-block;
  color: #797979 !important;
  text-decoration: none; }

.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: #6fab37;
  color: #fff;
  font-size: 34px;
  padding: 15px 48px;
  text-align: left; }

@media screen and (max-width: 480px) {
  .ay-prop__title {
    padding: 15px 20px;
    font-size: 24px; } }
.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: -ms-flexbox;
    display: flex;
    -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: 16px;
    border-bottom: none;
    display: block; }

  .ay-prop tr td:first-child {
    -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 #ccc; }

.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) {
    -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) {
    -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;
    -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) {
    -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: #32b8df;
  text-decoration: none; }

@media screen and (max-width: 1000px) {
  .ay-prop td {
    font-size: 14px; } }
@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: -ms-flexbox;
  display: flex;
  -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 {
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -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: 13px;
    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;
    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.25em 0 0 0;
    margin: 0; } }
.ay-search-proff-sort .ay-search__filter-holder select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e9e9e9 url(images/arrow-select.svg) no-repeat 97% center;
  background-size: 15px;
  border-radius: 0;
  border: none;
  color: #797979;
  font-size: .8125em;
  outline: 0;
  padding: 0 .75em;
  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: 16px; } }
.ay-search-proff-sort input[type=search] {
  background: 0 0;
  border: 1px solid #ccc;
  color: #797979;
  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: 16px;
  opacity: 1; }

.ay-search-proff-sort input[type=search]:-ms-input-placeholder {
  color: #797979;
  font-size: 16px;
  opacity: 1; }

.ay-search-proff-sort input[type=search]::placeholder {
  color: #797979;
  font-size: 16px;
  opacity: 1; }

@media screen and (max-width: 480px) {
  .ay-search-proff-sort input[type=search] {
    font-size: 16px; } }
.ay-search-proff-sort input.ay-search-proff-sort__submit {
  background: #797979 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: 15px;
  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 > tbody > tr td:nth-child(2) {
  white-space: pre; }

.ay-search-proff-table > tbody > tr td table tr td:nth-child(2) {
  white-space: normal; }

.ay-search-proff-table > tr {
  border-bottom: 2px solid #ccc; }

@media screen and (max-width: 1000px) {
  .ay-search-proff-table > tr {
    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: 14px; }

  .ay-search-proff-table td:first-child {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 0; } }
.ay-search-proff-table td a {
  color: #32b8df;
  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 td a[href^="tel:"] {
  color: #797979;
  cursor: text; }

.ay-search-proff-table td a[href^="tel:"]:hover {
  text-decoration: none; }

.ay-search-proff-table__header {
  background-color: #00205b; }

@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: #00205b;
  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: -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: 18px;
    padding-left: 15px; }

  .ay-search-proff-table__name-image tr td:first-child {
    border: none;
    -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: #00205b;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 30px; } }
.aui.mobile #ay .ay-phone-type:after {
  content: " (" attr(title) ")"; }

@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: -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: calc(100% / 5); }

  .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: calc(100%);
    margin-left: calc(100% / 5);
    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, 0.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-title-header {
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #eee;
  color: #32b8df;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding: 1.875em; }

@media screen and (max-width: 480px) {
  .ay-title-header {
    padding: .9375em; } }
@media print {
  .ay-title-header {
    text-align: left;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0 0 0; } }
.ay-title-header__title {
  font-size: 3.9375em; }

@media screen and (max-width: 768px) {
  .ay-title-header__title {
    line-height: 110%;
    font-size: 2.6875em; } }
@media screen and (max-width: 480px) {
  .ay-title-header__title {
    font-size: 2.1875em;
    margin-top: 140px;
    padding: 10px 15px; } }
@media print {
  .ay-title-header__title {
    font-size: 24px; } }
.ay-title-header__subtitle {
  font-size: 3.9375em; }

@media screen and (max-width: 768px) {
  .ay-title-header__subtitle {
    line-height: 110%;
    font-size: 2.6875em; } }
@media screen and (max-width: 480px) {
  .ay-title-header__subtitle {
    font-size: 2.1875em;
    padding: 10px 15px; } }
@media print {
  .ay-title-header__subtitle {
    font-size: 24px; } }
.ay-title-header__breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-top: .375em;
  padding: 0;
  width: 100%; }

@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: inline-block;
  margin: 5px;
  line-height: normal; }

@media screen and (max-width: 480px) {
  .ay-breadcrumb {
    margin: 0 5px 0 0; } }
.ay-breadcrumb__item {
  background: url(images/arrow-breadcrumb.svg) no-repeat;
  background-position: right center;
  background-size: 10px;
  color: #c4c4c4;
  font-size: .9375em;
  padding-right: 18px;
  text-decoration: none;
  text-transform: uppercase; }

@media screen and (max-width: 480px) {
  .ay-breadcrumb__item {
    font-size: 11px;
    background-size: 8px;
    padding-right: 12px; } }
.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: 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;
    -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: #32b8df; }

@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;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: #797979; }

@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;
    -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;
    -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: #32b8df; }

.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: #797979; }

@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;
    -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;
    -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: #32b8df; }

.ay-pagination--pagination-list li a, .gsc-cursor li a {
  color: #797979;
  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: #797979; }

.ay-quick-search {
  background-color: #fff;
  border-bottom: 7px solid #00205b;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  padding: 30px 40px 0 40px;
  max-width: 1300px;
  margin: 20px auto 0; }

.ay-quick-search__title {
  font-size: 30px;
  color: #00205b;
  border-bottom: 1px solid #00205b;
  padding-bottom: 14px;
  margin-bottom: 25px; }

.ay-quick-search__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: #00205b;
  font-weight: 600;
  font-size: 16px;
  font-weight: 700; }

.ay-quick-search__block__subtitle {
  color: #00205b;
  font-size: 15px;
  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: #797979;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
  text-decoration: none; }

.ay-quick-search__block__list--item:after {
  content: "";
  background: url(images/arrow-right-darker.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: rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -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: #868686;
  color: #fff;
  font-size: 30px;
  padding: 12px 47px; }

@media screen and (max-width: 480px) {
  .ay-research-reports__title {
    font-size: 28px;
    padding: 12px 20px; } }
@media print {
  .ay-research-reports__title {
    font-size: 24px; } }
.ay-research-reports__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 520px;
  padding: 3.75em 0;
  width: 100%; }

@media screen and (max-width: 1000px) {
  .ay-research-reports__list {
    -ms-flex-pack: center;
    justify-content: center; } }
.ay-research-reports__item {
  color: #868686;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: .625em .625em 1.5625em .625em;
  max-width: 220px;
  width: 100%; }

@media screen and (max-width: 480px) {
  .ay-research-reports__item {
    text-align: center;
    margin-bottom: 1.875em;
    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: 16px;
  text-decoration: none;
  line-height: 120%; }

@media screen and (max-width: 480px) {
  .ay-research-reports__item--link {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; } }
.ay-research-reports__item--link span {
  line-height: 1.5; }

.ay-research-reports__item--link img {
  box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.5);
  display: block;
  height: 216px;
  margin-bottom: .75em;
  max-width: 100%;
  width: 166px; }

.ay-research-reports__subtitle {
  color: #868686;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 17px; }

.ay-research-quicklinks {
  margin-bottom: 30px; }

.ay-research-quicklinks__title {
  background: #f48b3b;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  padding: 15px 30px;
  text-transform: uppercase; }

@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: 20px; } }
.ay-research-quicklinks-icon {
  width: 30px;
  height: 30px;
  fill: transparent;
  margin-right: 10px; }

@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: .875em 0; }

.ay-research-quicklinks__links {
  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: 20px;
  padding: 0 .625em;
  line-height: 1.5; }

@media screen and (max-width: 1024px) {
  .ay-research-quicklinks__links--item {
    font-size: 16px; } }
@media screen and (max-width: 480px) {
  .ay-research-quicklinks__links--item {
    font-size: 14px;
    padding: 0;
    width: 50%; } }
.ay-research-quicklinks__links--item:first-child {
  border-right: 1px solid #666; }

@media screen and (max-width: 480px) {
  .ay-research-quicklinks__links--item:first-child {
    margin-right: 20px; } }
.ay-research-quicklinks__links--item a {
  color: #797979;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 480px) {
  .ay-research-quicklinks__links--item a {
    -ms-flex-align: center;
    align-items: center; } }
.ay-header-search-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  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 {
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #cbcbcb;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-right: 5px;
  width: 60%; }

.ay-header-search-login__search input[type=search] {
  background-color: #f5f5f5;
  border: none;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-right: 3px;
  max-width: 150px;
  padding: .3em;
  height: 25px;
  width: 100%; }

.ay-header-search-login__search input[type=submit] {
  background: url(images/magnify-button.svg) no-repeat;
  background-size: 27px;
  background-position: center center;
  border: none;
  cursor: pointer;
  height: 30px;
  opacity: .8;
  text-indent: -9999px;
  width: 39px; }

.ay-header-search-login__login {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  background: url(images/lock.svg) no-repeat;
  background-size: 27px;
  border: none;
  color: #797979;
  font-size: 11px;
  font-weight: 300;
  height: 30px;
  opacity: .8;
  margin-left: 8px;
  padding-left: 38px;
  text-decoration: none;
  width: 40%; }

@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 {
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  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;
  box-shadow: none;
  border: none;
  height: 34px;
  padding-left: .625em;
  width: 100%;
  font-family: "Open Sans",sans-serif;
  font-weight: 300; }

.ay-search input[type=submit] {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMDMgMTAzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDMgMTAzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9DQoJLnN0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yXyk7fQ0KCS5zdDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNF8pO30NCgkuc3Qze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzZfKTtmaWxsOiM2QzZFNzA7fQ0KPC9zdHlsZT4NCjxnIGNsYXNzPSJzdDAiPg0KCTxnPg0KCQk8ZGVmcz4NCgkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeD0iMC4xIiB5PSIwLjEiIHdpZHRoPSIxMDIuOSIgaGVpZ2h0PSIxMDIuOSIvPg0KCQk8L2RlZnM+DQoJCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPg0KCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4NCgkJPC9jbGlwUGF0aD4NCgkJPGcgY2xhc3M9InN0MSI+DQoJCQk8ZGVmcz4NCgkJCQk8cGF0aCBpZD0iU1ZHSURfM18iIGQ9Ik02NS4zLDc4LjFDNTguNiw4Mi41LDUwLjcsODUsNDIuMiw4NUMxOC45LDg1LDAuMSw2NiwwLjEsNDIuNWMwLTIzLjQsMTguOC00Mi40LDQyLjEtNDIuNA0KCQkJCQljMjMuMiwwLDQyLjEsMTksNDIuMSw0Mi40YzAsOC4yLTIuMywxNS44LTYuMywyMi4zbDI0LjMsMjQuNWMxLjMsMS4zLDAuMiw0LjQtMi40LDdsLTMuNiwzLjdjLTIuNiwyLjYtNS43LDMuNy03LDIuNEw2NS4zLDc4LjENCgkJCQkJeiBNNzAuMyw0Mi41YzAtMTUuNy0xMi42LTI4LjMtMjguMS0yOC4zQzI2LjcsMTQuMiwxNCwyNi45LDE0LDQyLjVjMCwxNS43LDEyLjYsMjguNCwyOC4yLDI4LjRDNTcuNyw3MC45LDcwLjMsNTguMiw3MC4zLDQyLjUiDQoJCQkJCS8+DQoJCQk8L2RlZnM+DQoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzRfIj4NCgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8zXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCQkJPC9jbGlwUGF0aD4NCgkJCTxnIGNsYXNzPSJzdDIiPg0KCQkJCTxkZWZzPg0KCQkJCQk8cmVjdCBpZD0iU1ZHSURfNV8iIHg9IjAuMSIgeT0iMC4xIiB3aWR0aD0iMTAyLjkiIGhlaWdodD0iMTAyLjkiLz4NCgkJCQk8L2RlZnM+DQoJCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF82XyI+DQoJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzVfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+DQoJCQkJPC9jbGlwUGF0aD4NCgkJCQk8cmVjdCB4PSItMjUuNiIgeT0iLTI1LjYiIGNsYXNzPSJzdDMiIHdpZHRoPSIxNTQuMyIgaGVpZ2h0PSIxNTQuMyIvPg0KCQkJPC9nPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat;
  background-size: 15px;
  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:-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: -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]:-ms-input-placeholder {
    opacity: 1;
    color: #797979; }

  .ay-search__mobile input[type=search]::placeholder {
    opacity: 1;
    color: #797979; } }
.ay-search-main {
  padding: 6.25em 12%; }

@media screen and (max-width: 768px) {
  .ay-search-main {
    padding: 0 0 1.25em 0; } }
.ay-search-main .ay-search input[type=search]::-webkit-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.25em; }

@media screen and (max-width: 768px) {
  .ay-search__mobile-holder {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -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.125em 0; }

.ay-search__mobile-holder .ay-search input::-webkit-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: 13px;
  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.875em 0 0 0; } }
.ay-search__mobile-holder .ay-search__filter-holder select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e9e9e9 url(images/arrow-select.svg) no-repeat 97% center;
  background-size: 15px;
  border-radius: 0;
  border: none;
  color: #797979;
  font-size: .8125em;
  outline: 0;
  padding: .75em;
  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: #00205b;
  width: 100%;
  display: inline-block; }

.ay-search-table thead th {
  color: #fff;
  font-size: 14px;
  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; }

.ay-search-table thead .ay-search-table__sort--active {
  color: #32b8df; }

#___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 #ccc;
  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: #da291c;
  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(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-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 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start; }

@media screen and (max-width: 1024px) {
  .ay-services-banner__main {
    -ms-flex-align: center;
    align-items: center;
    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;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: .5em 0 0 0;
    width: 100%; } }
.ay-services-banner__link {
  -ms-flex-align: center;
  align-items: center;
  display: block;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  top: 0;
  -ms-transform: skew(-38.5deg);
  transform: skew(-38.5deg);
  width: calc(33.3% - 0px); }

.ay-services-banner__link:nth-child(1) {
  margin-left: -25px;
  margin-right: 20px; }

@media screen and (max-width: 1024px) {
  .ay-services-banner__link:nth-child(1) {
    margin: 0 0 15px 0; } }
@media screen and (max-width: 1024px) {
  .ay-services-banner__link {
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    height: 150px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
    max-width: 100%;
    min-height: 130px;
    padding: 10px 30px 10px 30px;
    position: relative;
    text-decoration: none;
    -ms-transform: none;
    transform: none;
    width: 100%; } }
.ay-services-banner__link h3 {
  -ms-transform: skew(38.5deg);
  transform: skew(38.5deg);
  color: #fff;
  color: transparent;
  font-size: 50px;
  font-weight: 100; }

@media screen and (max-width: 1024px) {
  .ay-services-banner__link h3 {
    font-size: 32px;
    z-index: 3;
    color: #fff;
    font-weight: 300;
    position: relative;
    padding-bottom: 10px;
    -ms-transform: none;
    transform: none; }

  .ay-services-banner__link h3 br {
    display: none; } }
.ay-services-banner__link h3:after {
  display: none; }

@media screen and (max-width: 1024px) {
  .ay-services-banner__link__1 {
    display: -ms-flexbox;
    display: flex;
    background: url(images/services1.jpg) no-repeat;
    background-size: cover;
    max-width: 100%;
    position: relative;
    width: 100%;
    left: 0; }

  .ay-services-banner__link__1:before {
    background: rgba(134, 181, 92, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; } }
@media screen and (max-width: 1024px) {
  .ay-services-banner__link__2 {
    display: -ms-flexbox;
    display: flex;
    background: url(images/services2.jpg) no-repeat;
    background-size: cover;
    max-width: 100%;
    position: relative;
    width: 100%;
    margin-left: 0; }

  .ay-services-banner__link__2:before {
    background: rgba(244, 139, 59, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; } }
.ay-services-banner__link__3 {
  position: relative;
  left: 20px; }

@media screen and (max-width: 1024px) {
  .ay-services-banner__link__3 {
    background: url(images/services3.jpg) no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    max-width: 100%;
    width: 100%; }

  .ay-services-banner__link__3:before {
    background: rgba(50, 184, 223, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; } }
.ay-service {
  -ms-flex-item-align: center;
  align-self: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 200px;
  -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) {
  -ms-flex-align: center;
  align-items: center;
  margin-left: 80px;
  width: 200px; }

.ay-service:nth-child(3) {
  width: 320px;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.875em; }

@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%;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 115px; }

  .ay-service:first-child {
    background: url(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, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }

  .ay-service:nth-child(2) {
    background: url(images/services2.jpg) no-repeat;
    background-size: cover;
    max-width: 100%;
    position: relative;
    width: 100%;
    margin-left: 0;
    -ms-flex-align: start;
    align-items: flex-start; }

  .ay-service:nth-child(2):before {
    background: rgba(244, 139, 59, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }

  .ay-service:nth-child(3) {
    -ms-flex-align: start;
    align-items: flex-start;
    background: url(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, 0.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: 40px;
  font-weight: 300;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  z-index: 5; }

@media screen and (max-width: 1100px) {
  .ay-service h3 {
    font-size: 35px; } }
@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: 32px;
    left: 0;
    padding-left: 20px; }

  .ay-service h3 br {
    display: none; } }
@media screen and (max-width: 480px) {
  .ay-service h3 {
    font-size: 25px;
    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 {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  width: 100%; }

@media screen and (max-width: 768px) {
  .ay-services-main {
    margin-top: .625em;
    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 {
    -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:first-child {
  margin-right: 14px; }

@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: calc(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%;
  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 .current {
  background: rgba(50, 184, 223, 0.9); }

.ay-case-study-slider-main #sync2 .current img {
  opacity: .3; }

.ay-case-study-slider-main #sync2 .cs-item {
  height: 100px; }

@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 {
  cursor: pointer; }

.ay-case-study-slider-main #sync2 .cs-item img {
  display: block;
  height: 100%;
  max-height: 100%; }

.ay-case-study--single-image {
  max-width: 1300px;
  width: 100%;
  max-height: 450px;
  overflow-y: hidden;
  display: -ms-flexbox;
  display: flex;
  -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: calc(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: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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: #32b8df;
  color: #fff;
  font-size: 24px;
  padding: 0 30px 0 50px;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.ay-case-study--single-image figcaption .ay-title-edge-blue__end {
  background: transparent url(images/edge-blue.svg) no-repeat;
  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: -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: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin: auto; }

@media screen and (max-width: 1000px) {
  .ay-case-study .ay-case-study--columns-holder__inner {
    -ms-flex-direction: column;
    flex-direction: column; } }
@media print {
  .ay-case-study .ay-case-study--columns-holder__inner {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column; } }
.ay-case-study--columns {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  .ay-case-study--columns {
    -ms-flex-direction: column;
    flex-direction: column; } }
.ay-case-study--columns__column {
  width: calc(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: #32b8df;
  font-size: 115%;
  line-height: inherit;
  padding-right: 15px; }

@media print {
  .ay-case-study--columns__column.ay-case-study-col-1 {
    font-size: 16px; } }
.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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding-top: 1.25em;
  width: 55px;
  margin-right: 30px; }

@media screen and (max-width: 768px) {
  .ay-side__social {
    -ms-flex-align: start;
    align-items: flex-start;
    -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 {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  pointer-events: visible; }

.ay-projects-carousel .ay-project {
  display: -ms-flexbox;
  display: flex;
  -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: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column; }

.ay-projects-carousel .ay-project__details {
  background-color: #32b8df;
  color: #fff;
  height: 65px;
  padding: 0 12px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  transition: .2s all;
  width: 100%;
  z-index: 3; }

.ay-projects-carousel .ay-project__details h3 {
  color: #fff;
  font-size: 16px;
  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: -ms-flexbox;
  display: flex; }

.ay-title-edge h2 {
  background: #00205b;
  color: #fff;
  font-size: 24px;
  height: 70px;
  padding: 18px 20px 0 50px;
  position: relative;
  z-index: 1; }

@media screen and (max-width: 768px) {
  .ay-title-edge h2 {
    height: 60px;
    padding: 14px 20px 0 30px;
    font-size: 22px; } }
.ay-title-edge__end {
  background: url(/images/edge.svg) no-repeat;
  background-size: 77px;
  left: -1px;
  position: relative;
  width: 77px; }

@media screen and (max-width: 768px) {
  .ay-title-edge__end {
    background-size: 66px; } }
.ay-title-edge-blue {
  display: -ms-flexbox;
  display: flex; }

.ay-title-edge-blue h2 {
  background: #32b8df;
  color: #fff;
  font-size: 24px;
  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: 22px; } }
.ay-title-edge-blue__end {
  background: url(/images/edge-blue.svg) no-repeat;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: #32b8df;
  color: #fff;
  height: 65px;
  padding: 0 12px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  transition: .2s all;
  width: 100%;
  z-index: 3; }

.ay-services-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding: .2em; }

.ay-services-form__title {
  font-size: 20px;
  color: #32b8df;
  font-weight: 700;
  margin-bottom: 10px; }

.ay-services-form__subtitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid #797979;
  color: #797979;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 5px;
  width: 100%; }

.ay-services-form__main {
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -ms-flexbox;
  display: flex;
  -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 #ccc;
  font-size: 14px;
  max-width: 300px;
  padding: 2px 10px;
  width: 100%; }

@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: 16px;
    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 #ccc;
  font-size: 14px;
  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: 16px;
    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(images/arrow-select.svg) no-repeat 97% center;
  background-size: 15px;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #797979;
  font-size: .8125em;
  outline: 0;
  padding: .5em;
  max-width: 300px;
  width: 100%; }

@media screen and (max-width: 768px) {
  .ay-services-form__main select {
    padding: 6px 10px;
    font-size: 16px;
    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__button {
  -ms-flex-align: center;
  align-items: center;
  background-color: #32b8df;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s all;
  width: 100%;
  max-width: 100px;
  margin-right: 180px; }

@media screen and (max-width: 768px) {
  .ay-services-form__button {
    margin: 0;
    -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: #00205b;
  cursor: pointer; }

.ay-services-form__label {
  color: #797979;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  -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 {
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 0;
    margin: 0 0 10px 0;
    font-size: 16px; } }
.ay-services-form span {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  max-width: 550px;
  width: 100%;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (max-width: 768px) {
  .ay-services-form span {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column; } }
.ay-services-form__inputs {
  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: 14px;
    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: 13px; } }
@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;
  box-shadow: 1px 1px 12px 0 rgba(50, 50, 50, 0.3); }

.ay-case-study__version-3 .ay-title-edge {
  margin-bottom: 25px; }

@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: #32b8df;
  font-size: 14px;
  font-weight: 600;
  margin-left: auto;
  margin-right: 37px; }

.ay-case-study__version-3--grouping {
  margin: 0;
  padding: 0 20px;
  width: 100%;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  position: relative;
  display: block;
  width: calc(100% - 15px); }

.ay-case-study__version-3--grouping a[data-status]:before {
  content: attr(data-status);
  position: absolute;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0 15px 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: 0;
  left: 0;
  height: 0;
  color: transparent;
  border-top: 54px solid #da322a;
  border-right: 53px solid transparent; }

.ay-case-study__version-3--grouping a.green[data-status]:before {
  border-top: 54px solid #6fab37; }

.ay-case-study__version-3--grouping a[data-status]:after {
  content: attr(data-status);
  text-transform: uppercase;
  padding: 15px 0 15px 25px;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0; }

.ay-case-study__version-3--grouping a:hover .ay-case-study__version-3--cover {
  opacity: 1; }

.ay-case-study__version-3--grouping a:hover figure figcaption {
  opacity: 0; }

.ay-case-study__version-3--cover {
  padding: 15px;
  margin: 0;
  background: rgba(50, 184, 223, 0.95);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10; }

@media screen and (max-width: 850px) {
  .ay-case-study__version-3--cover {
    -ms-flex-pack: center;
    justify-content: center; } }
@media screen and (max-width: 670px) {
  .ay-case-study__version-3--cover {
    -ms-flex-pack: justify;
    justify-content: space-between; } }
@media screen and (max-width: 470px) {
  .ay-case-study__version-3--cover {
    -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: #00205b; }

.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: 25px;
  line-height: 35px;
  font-weight: 700; }

.ay-case-study__version-3--cover dd:first-child dd {
  font-size: 25px;
  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 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: #00205b;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 15px;
  text-align: right;
  transition: opacity .5s;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -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 {
  -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 {
    -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 {
    -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 {
  -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-statements {
  background-color: #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.ay-statements--inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 3.75em 0;
  width: 100%;
  max-width: 1300px; }

@media all and (max-width: 1036px) {
  .ay-statements--inner {
    -ms-flex-pack: distribute;
    justify-content: space-around; } }
@media screen and (max-width: 768px) {
  .ay-statements--inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width: 1299px) {
  .ay-statements--inner {
    padding: 3.75em 0; } }
@supports (-ms-ime-align: auto) {
  @media all and (max-width: 1299px) {
    .ay-statements--inner {
      padding: 3.75em 0; } } }
.ay-statement {
  -ms-flex-align: center;
  align-items: center;
  color: #797979;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0;
  text-align: center;
  width: 30.333%; }

@media screen and (max-width: 768px) {
  .ay-statement {
    margin-bottom: 2.5em;
    width: 100%; } }
.ay-statement h4 {
  color: #797979;
  font-size: 34px;
  font-weight: 400;
  color: #4a4a4a;
  font-family: "Open Sans",sans-serif;
  margin-bottom: .625em;
  text-transform: initial; }

@media print {
  .ay-statement h4 {
    font-size: 24px; } }
.ay-statement__post {
  color: #797979;
  font-size: 1.0625em;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
  width: 260px; }

@media screen and (max-width: 768px) {
  .ay-statement__post {
    width: 270px;
    line-height: 1.6; } }
@media print {
  .ay-statement__post {
    font-size: 10px; } }
.ay-statement-img {
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-bottom: 30px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ay-statement-img {
    height: auto;
    max-height: 200px; } }
.ay-statement-1 img {
  max-width: 160px; }

@media print {
  .ay-statement-1 img {
    width: 100%;
    max-width: 50%; } }
.ay-statement-2 {
  margin-left: 25px;
  margin-right: 25px; }

.ay-statement-2 img {
  max-width: 230px; }

@media print {
  .ay-statement-2 img {
    width: 100%;
    max-width: 50%; } }
.ay-statement-3 img {
  max-width: 168px; }

@media print {
  .ay-statement-3 img {
    width: 100%;
    max-width: 50%; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ay-statement__post {
    padding-bottom: 60px; } }
.ay-subpage-banner {
  background: url(images/subpage-banner.jpg) no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  height: 238px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 18px auto;
  width: 100%; }

@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: -ms-flexbox;
  display: flex;
  -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: #797979;
  font-size: 14px;
  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 #32b8df;
  content: '';
  display: inline-block;
  height: 3px;
  left: 100px;
  max-width: 880px;
  position: absolute;
  top: 20px;
  width: 100%; }

.ay-timeline__event h4 {
  background: url(/images/timeline-block.svg) no-repeat;
  background-size: 92px;
  background-position: 0 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  line-height: 1.875em;
  left: 30px;
  padding: 2px 15px;
  position: absolute;
  width: 100px;
  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: #e9e9e9 url(images/arrow-select.svg) no-repeat 99% center;
  background-size: 15px;
  border-radius: 0;
  border: none;
  color: #797979;
  line-height: 1;
  font-size: .8125em;
  outline: 0;
  padding: .75em;
  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-404-wrapper {
  background: white url(images/ay-404-bg.png) no-repeat right top;
  background-size: contain;
  box-shadow: 1px 1px 12px 0 rgba(50, 50, 50, 0.3);
  margin: 2em auto;
  padding: 5.3125em 100px;
  position: relative;
  width: calc(100%);
  overflow: visible;
  max-width: 1300px;
  min-height: 325px;
  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: #0af;
  text-decoration: none; }

.ay-404-wrapper--inner-text h2 {
  font-weight: 500;
  padding-bottom: 15px; }

.ay-404-wrapper--inner-text__search {
  background-color: #f5f5f5;
  border: none;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-right: 3px;
  max-width: 250px;
  padding: .3em;
  height: 25px;
  width: 100%; }

.ay-simple-window-shade {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  width: 100%; }

.ay-simple-window-shade span {
  display: block;
  width: 100%; }

.ay-simple-window-shade[data-open-title]:before {
  -ms-flex-order: 2;
  order: 2;
  content: "\a" attr(data-open-title);
  display: block;
  white-space: normal;
  color: #32b8df;
  width: auto;
  font-size: 18px;
  margin-right: 5px; }

.ay-simple-window-shade.open[data-open-title]:before {
  content: attr(data-close-title); }

.ay-simple-window-shade[data-open-title]:after {
  content: "";
  transition: all .5s;
  display: inline-block;
  width: 12px;
  height: 12px;
  -ms-flex-order: 3;
  order: 3;
  background: url(images/arrow-right-dark.svg) no-repeat right top;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.ay-simple-window-shade.open[data-open-title]:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.ay-simple-window-shade + div, .ay-simple-window-shade + p {
  display: none; }

a.ay-simple-window-shade {
  color: #32b8df;
  text-decoration: none; }

#___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: 16px;
  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: 14px;
  padding: 10px 0 1.8em; }

#___gcse_0 .gs-fileFormat, #___gcse_0 .gs-fileFormatType {
  color: #da291c;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase; }

#___gcse_0 .gs-fileFormatType::after {
  background-image: url(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: 14px;
  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: 14px;
  text-decoration: none; }

/*# sourceMappingURL=main.css.map */
.aui .dockbar .info-items {
  z-index: 1000; }

body.controls-visible #ay .lfr-meta-actions {
  padding-top: 0em;
  padding-bottom: 3em; }

.aui.ie11-0.win #ay .ay-header-logo img {
  width: 100%; }

#ay {
  /*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
  /* Document
   ========================================================================== */
 /**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
  /* Sections
   ========================================================================== */
 /**
* Add the correct display in IE 9-.
*/
 /**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
  /* Grouping content
   ========================================================================== */
 /**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
 /**
* Add the correct margin in IE 8.
*/
 /**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
 /**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
  /* Text-level semantics
   ========================================================================== */
 /**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
 /**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
 /**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
 /**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
 /**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
 /**
* Add the correct font style in Android 4.3-.
*/
 /**
* Add the correct background and color in IE 9-.
*/
 /**
* Add the correct font size in all browsers.
*/
 /**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
  /* Embedded content
   ========================================================================== */
 /**
* Add the correct display in IE 9-.
*/
 /**
* Add the correct display in iOS 4-7.
*/
 /**
* Remove the border on images inside links in IE 10-.
*/
 /**
* Hide the overflow in IE.
*/
  /* Forms
   ========================================================================== */
 /**
* Remove the margin in Firefox and Safari.
*/
 /**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
 /**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
 /**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
 /**
* Remove the inner border and padding in Firefox.
*/
 /**
* Restore the focus styles unset by the previous rule.
*/
 /**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
 /**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
 /**
* Remove the default vertical scrollbar in IE.
*/
 /**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
 /**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
 /**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
 /**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
 /**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
  /* Interactive
   ========================================================================== */
 /*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
 /*
* Add the correct display in all browsers.
*/
  /* Scripting
   ========================================================================== */
 /**
* Add the correct display in IE 9-.
*/
 /**
* Add the correct display in IE.
*/
  /* Hidden
   ========================================================================== */
 /**
* Add the correct display in IE 10-.
*/
  /*
Elements

A constituent part of a block that can't be used outside of it.

Styleguide Elements
*/
  /*
Buttons

Styleguide Buttons
*/
  /*
Primary Button

Markup: buttons.hbs 

Styleguide Buttons.Primary-Button
*/
  /*
Multiple Function Button

Markup: multiple-use-button.hbs 

Styleguide Buttons.Multiple-Use-Button
*/
  /*
Primary Button with Arrow

Markup: primary-button-arrow.hbs 

Styleguide Buttons.Primary-Button-Arrow
*/
  /*
Secondary Button with Arrow Color

Markup: secondary-button-arrow.hbs 

Styleguide Buttons.Secondary-Button-Arrow
*/
  /*
Carousel

Markup: carousel.hbs 

Styleguide Carousel
*/
  /*
Carousel Version 2

Markup: carousel-v2.hbs 

Styleguide Carousel Version 2
*/
  /*
Blocks

Styleguide Blocks
*/
  /*
Blocks Light

Markup: blocks-light.hbs

Styleguide Blocks.Blocks-Light
*/
  /*
Blocks Full Color

Markup: blocks-full-color.hbs

Styleguide Blocks.Blocks-Full-color
*/
  /*
Blocks CTA 

Blocks for Call-to-Action elements

Styleguide Blocks.Blocks-Call-to-Action
*/
  /*
Blocks CTA - Download

Markup: blocks-cta-download.hbs

Styleguide Blocks.Blocks-Call-to-Action.Blocks-Download
*/
  /*
Blocks CTA - Video

Markup: blocks-cta-video.hbs

Styleguide Blocks.Blocks-Call-to-Action.Blocks-Video
*/
  /*
Blocks Key Facts

Markup: blocks-key-facts.hbs

Styleguide Blocks.Blocks-Key-facts
*/
  /*
Blocks Quote

Markup: blocks-quote.hbs

Styleguide Blocks.Blocks-Quote
*/
  /*
Blocks Image

Markup: blocks-image.hbs

Styleguide Blocks.Blocks-Image
*/
  /*
Blocks Infograph

Markup: blocks-infograph.hbs

Styleguide Blocks.Infograph
*/
  /*
Blocks Media

Markup: blocks-media.hbs

Styleguide Blocks.Media
*/
  /*
Blocks Media Contact

Markup: blocks-media-contact.hbs

Styleguide Blocks.Media.Blocks-Media-Contact
*/
  /*
Blocks Blogger

Markup: blocks-blogger.hbs

Styleguide Blocks.Blogger
*/
  /*
Blocks Media Post Multi

Markup: blocks-media-post-multi.hbs

Styleguide Blocks.Blocks-Media-Post-Multi
*/
  /*
Blocks Video Post

Markup: blocks-video-post.hbs

Styleguide Blocks.blocks-video-post
*/
  /* start of fix for firefox bug */
  /* end of fix for firefox bug */
  /*
Careers Landing

Markup: careers.hbs 

Styleguide Careers Landing

Styleguide Careers.Careers-Langing

*/
  /*
Testimonials

Markup: careers-testimonials.hbs 

Styleguide Testimonials

Styleguide Careers.Careers-Testimonials

*/
  /*
Current Opportunities

Markup: careers-current-opportunities.hbs 

Styleguide Current Opportunities

Styleguide Careers.Careers-Current-Opportunities

*/
  /*
Careers Job Listing & Form

Markup: careers-listing-form.hbs 

Styleguide Careers.Careers-Listing-Form

*/
  /*
Primary Colors

Markup: colors.hbs 

Styleguide Colors.Primary-Colors
*/
  /*
Secondary Colors

Markup: secondary-colors.hbs 

Styleguide Colors.Secondary-Colors
*/
  /*
Columns

Markup: columns.hbs 

Styleguide Columns
*/
  /*
Single Column

Markup: single-column.hbs 

Styleguide Columns.Single-Column
*/
  /*
Two Column

Markup: two-column.hbs 

Styleguide Columns.Two-Column
*/
  /*
One-Two Column (Specialized 60-30)

Markup: one-two-column.hbs 

Styleguide Columns.One-Two-Column
*/
  /*
Contact List

Markup: contact.hbs 

Styleguide Contact.List
*/
  /*
Contact Us - Numbers

Markup: contact-us.hbs 

Styleguide Contact.Contact-Us
*/
  /*
Contact Us - Form

Markup: contact-form.hbs 

Styleguide Contact.Contact-Form
*/
  /*
Single Card

Markup: cards-single.hbs 

Styleguide Cards.Single-Card
*/
  /*
Cards Set

Markup: cards.hbs 

Styleguide Cards.Cards-Set
*/
  /*
Footer

Markup: footer.hbs 

Styleguide Footer
*/
  /*
Full Header

Markup: header.hbs 

Styleguide Header.Full-Header
*/
  /*
Header Quick Links

Markup: header-quick-links.hbs 

Styleguide Header.Quick-Links
*/
  /*
Header Utility Links

Markup: header-utility-links.hbs 

Styleguide Header.Utility-Links



*/
  /* ------------------------------------------------------ */
  /* ------------------------------------------------------ */
  /* ------------------------------------------------------ */
  /*.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar[disable]{
    pointer-events: none;
}*/
  /* and so on... */
  /*
.mCS-my-theme .mCSB_scrollTools .mCSB_dragger[disabled]:hover .mCSB_dragger_bar [disabled]:hover{
  background-color: #fff; background-color: rgba(255,255,255,0.85);
  filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
}*/
  /*
Headings

Markup: headings.hbs 

Styleguide Headings
*/
  /*
Hero

Markup: hero.hbs 

Styleguide Hero
*/
  /*
Imagery Sizes

Markup: imagery.hbs 

Styleguide Imagery 
*/
  /*
jsTree

Markup: jsTree.hbs 

Styleguide jsTree
*/
  /* jsTree default theme */
  /*
Leadership

Markup: leadership.hbs 

Styleguide Leadership
*/
  /*
Layout

Markup: layout.hbs 

Styleguide Layout
*/
  /*
About Layout

Markup: about.hbs 

Styleguide Layout.About
*/
  /*
Services

Markup: layout-services.hbs 

Styleguide Layout.Layout-Services
*/
  /*
List

Markup: lists.hbs 

Styleguide Lists
*/
  /*
List Unstyled

Markup: lists-unstyled.hbs 

Styleguide Lists.Unstyled
*/
  /*
Primary Logo

Markup: logo.hbs 

Styleguide Logos.Primary-Logo
*/
  /*
Secondary Logo

Markup: bm-logo.hbs 

Styleguide Logos.Secondary-Logo
*/
  /*
French Canadian Logo

Markup: logo-fr.hbs 

Styleguide Logos.French-CA-Logo
*/
  /*
Motion Banner

Markup: motion-banner.hbs 

Styleguide Motion Banner
*/
  /*
Navigation

Markup: navigation.hbs

Styleguide Navigation
*/
  /*
Navigation Active Link

Markup: navigation-active.hbs

Styleguide Navigation.Navigation-Active
*/
  /*
News Releases

Markup: news-releases.hbs

Styleguide News Releases
*/
  /*
Office Page

Markup: office.hbs

Styleguide Office.Office
*/
  /*
Office Carousel

Markup: office-carousel.hbs

Styleguide Office.Office-Carousel
*/
  /*
Office Info

Markup: office-info.hbs

Styleguide Office.Office-Info
*/
  /*
Office Copy

Markup: office-copy.hbs

Styleguide Office.Office-Copy
*/
  /*
Office Services

Markup: office-services.hbs

Styleguide Office.Office-Services
*/
  /*
Office Info Updated

Markup: office-info-updated.hbs

Styleguide Office.Office-Info-Updated
*/
  /*
Office Intro Multi Office

Markup: office-intro-multi.hbs

Styleguide Office.Office-Multi-Office
*/
  /*
Office Intro Additional Link

Markup: office-info-link-bottom.hbs

Styleguide Office.Office-Intro-Link-Bottom
*/
  /*
Office Intro Mini-Site

Markup: office-intro-mini-site.hbs

Styleguide Office.Office-Intro-Mini-Site
*/
  /*
Professionals

Markup: professionals.hbs

Styleguide Professionals
*/
  /*
Professionals Card

Markup: professionals-card.hbs

Styleguide Professionals.Proff-Card
*/
  /*
Professionals Contact

Markup: professionals-contact.hbs

Styleguide Professionals.Proff-Contact
*/
  /*
Professionals Properties

Markup: professionals-properties.hbs

Styleguide Professionals.Proff-Properties
*/
  /*
Professionals Page Example

Markup: professionals-page.hbs

Styleguide Professionals.Proff-Page
*/
  /*
Professionals Search

Markup: professionals-search.hbs

Styleguide Professionals.Search
*/
  /*
Page Title

Markup: page-title.hbs 

Styleguide Page Title
*/
  /*
Page Title Breadcrumbs

Markup: page-title-breadcrumbs.hbs 

Styleguide Page Title.Page-Title-Breadcrumbs
*/
  /*
Pagination

Markup: pagination.hbs 

Styleguide Pagination

*/
  /*
Quick Search

Markup: quick-search.hbs 

Styleguide Quick Search
*/
  /*
Research Page

Markup: research.hbs 

Styleguide Research.Page
*/
  /*
Research Reports

Markup: research-reports.hbs 

Styleguide Research.Reports
*/
  /*
Research Quick Links

Markup: research-quicklinks.hbs 

Styleguide Research.Quicklinks
*/
  /*
Search Results

Markup: search-results.hbs 

Styleguide Search.Search-Results
*/
  /*
Search + Login Header

Markup: search-header.hbs 

Styleguide Search.Search-Header
*/
  /*
Basic Search Field

Markup: search-field.hbs 

Styleguide Search.Search-Field
*/
  /*
Search Results

Markup: search-results.hbs 

Styleguide Search.Search-Results
*/
  /*
Services Banner

Markup: services.hbs 

Styleguide Services.Banner
*/
  /*
Services Wrapper

Markup: services-wrapper.hbs 

Styleguide Services.Services-Wrapper
*/
  /*
Services Case Study

Markup: services-case-study.hbs 

Styleguide Services.Case-Study
*/
  /*
Services Projects

Markup: services-projects.hbs 

Styleguide Services.Services-Projects
*/
  /* 
Services Case Study Single Link

Markup: services-case-study-single-link.hbs

Styleguide Services.Services-Case-Study-Single-Link

*/
  /*
Services Forms

Markup: services-forms.hbs 

Styleguide Services.Services-Forms
*/
  /* 
Services Case Study Version 3

Markup: services-case-study-version-3.hbs

Styleguide Services.Services-Case-Version-3

*/
  /*
Statements

Markup: statements.hbs 

Styleguide Statements 
*/
  /*
Subpage Banner

Markup: subpage-banner.hbs 

Styleguide Subpage Banner
*/
  /*
Timeline

Markup: timeline.hbs 

Styleguide Timeline
*/
  /*
Form Elements

Markup: forms.hbs 

Styleguide Forms
*/
  /*
404 page

Markup: 404.hbs 

Styleguide 404.page
*/
  /*
Simple Window Shade

Markup: simple-window-shade.hbs 

Styleguide Simple.Window.Shade
*/
  /* Pagination */ }

#ay html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

#ay article,
#ay aside,
#ay footer,
#ay header,
#ay nav,
#ay section {
  display: block; }

#ay h1 {
  font-size: 2em;
  margin: 0.67em 0; }

#ay figcaption,
#ay figure,
#ay main {
  /* 1 */
  display: block; }

#ay figure {
  margin: 1em 40px; }

#ay hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

#ay pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

#ay a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

#ay abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

#ay b,
#ay strong {
  font-weight: inherit; }

#ay b,
#ay strong {
  font-weight: bolder; }

#ay code,
#ay kbd,
#ay samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

#ay dfn {
  font-style: italic; }

#ay mark {
  background-color: #ff0;
  color: #000; }

#ay small {
  font-size: 80%; }

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

#ay sub {
  bottom: -0.25em; }

#ay sup {
  top: -0.5em; }

#ay audio,
#ay video {
  display: inline-block; }

#ay audio:not([controls]) {
  display: none;
  height: 0; }

#ay img {
  border-style: none; }

#ay svg:not(:root) {
  overflow: hidden; }

#ay button,
#ay input,
#ay optgroup,
#ay select,
#ay textarea {
  margin: 0; }

#ay button,
#ay input {
  /* 1 */
  overflow: visible; }

#ay button,
#ay select {
  /* 1 */
  text-transform: none; }

#ay button,
#ay html [type="button"],
#ay [type="reset"],
#ay [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

#ay legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

#ay progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

#ay textarea {
  overflow: auto; }

#ay [type="checkbox"],
#ay [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

#ay [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

#ay [type="search"]::-webkit-search-cancel-button,
#ay [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

#ay ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

#ay details,
#ay menu {
  display: block; }

#ay summary {
  display: list-item; }

#ay canvas {
  display: inline-block; }

#ay template {
  display: none; }

#ay [hidden] {
  display: none; }

#ay html {
  box-sizing: border-box; }

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

#ay html {
  line-height: normal; }

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

@media print {
  #ay body p {
    font-size: 10px; } }
#ay textarea,
#ay input[type="text"],
#ay input[type="button"],
#ay input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

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

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

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

#ay .ay-button__primary {
  -ms-flex-align: center;
  align-items: center;
  background-color: #00205B;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s all;
  width: 100%; }

@media print {
  #ay .ay-button__primary {
    font-size: 16px; } }
#ay .ay-button__primary:hover,
#ay .ay-button__primary:focus,
#ay .ay-button__primary:active {
  background-color: #32B8DF;
  cursor: pointer; }

#ay .ay-button__primary--arrow {
  margin-bottom: 25px;
  text-align: left;
  padding-left: 30px;
  font-size: 30px;
  font-weight: 300; }

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

@media screen and (max-width: 480px) {
  #ay .ay-button__primary--arrow {
    padding: 15px 20px;
    font-size: 24px; } }
#ay .ay-button__secondary {
  -ms-flex-align: center;
  align-items: center;
  background-color: #32B8DF;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s all;
  width: 100%; }

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

#ay .ay-button__arrow {
  -ms-flex-align: center;
  align-items: center;
  background-color: #E9E9E9;
  color: #797979 !important;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  font-size: 1.125em;
  margin-bottom: 12px;
  padding: 0.625em;
  position: relative;
  text-decoration: none;
  transition: .4s all;
  width: 100%; }

@media screen and (max-width: 480px) {
  #ay .ay-button__arrow {
    font-size: 1.25em;
    height: auto;
    padding: 1.5625em 0.625em; } }
#ay .ay-button__arrow a {
  color: #797979;
  text-decoration: none; }

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

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

#ay .ay-button__arrow:after {
  background: #32b8df url("/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 .ay-button__arrow:after {
    width: 35px;
    background-size: 13px; } }
#ay .child-menu-item.menu-item-header {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase; }

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

#ay .layout-column_column-1 .ay-multiple-button-wrap a {
  background: #00205B;
  color: #32B8DF;
  font-size: 1.875em;
  padding: 20px;
  text-decoration: none;
  width: 420px; }

#ay .ay-column__triple--col2.portlet-column .ay-multiple-button-wrap {
  background: #00205B;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 420px; }

#ay .ay-column__triple--col2.portlet-column .ay-multiple-button-wrap a {
  background: #00205B;
  color: #32B8DF;
  font-size: 1.875em;
  padding: 20px;
  text-decoration: none;
  width: 420px; }

#ay .ay-column__triple--col2.portlet-column .ay-multiple-button-wrap a span {
  color: #FFF;
  display: block;
  font-size: 16px;
  font-weight: 100;
  width: 300px; }

#ay .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 .ay-column__triple--col2.portlet-column .ay-multiple-button-wrap .ay-multiple-button-quick-finder h3 {
  font-weight: 500; }

#ay .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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

#ay .ay-column__triple--col2.portlet-column .ay-multiple-button-wrap .ay-multiple-button-quick-finder ul li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  padding: 0; }

#ay .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 .ay-carousel {
  max-height: 700px;
  width: 100%;
  height: 700px;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel {
    height: 100%;
    overflow: visible;
    margin-bottom: 140px; } }
#ay .ay-carousel .aySlider {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
  font-size: 0; }

#ay .ay-carousel .aySlider li {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all .75s;
  line-height: 0;
  font-size: 0; }

#ay .ay-carousel .aySlider li.active,
#ay .ay-carousel .aySlider li.nice-select.open {
  opacity: 1;
  z-index: 5; }

#ay .ay-carousel .aySlider li.active:nth-child(4) a span.outer,
#ay .ay-carousel .aySlider li.nice-select.open:nth-child(4) a span.outer {
  background: #da291c; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel .aySlider li.active:nth-child(4) a span.outer,
  #ay .ay-carousel .aySlider li.nice-select.open:nth-child(4) a span.outer {
    background: #da291c; } }
#ay .ay-carousel .aySlider li.active:nth-child(3) a span.outer,
#ay .ay-carousel .aySlider li.nice-select.open:nth-child(3) a span.outer {
  background: #6fab37; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel .aySlider li.active:nth-child(3) a span.outer,
  #ay .ay-carousel .aySlider li.nice-select.open:nth-child(3) a span.outer {
    background: #6fab37; } }
#ay .ay-carousel .aySlider li.active:nth-child(2) a span.outer,
#ay .ay-carousel .aySlider li.nice-select.open:nth-child(2) a span.outer {
  background: #f48b3b; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel .aySlider li.active:nth-child(2) a span.outer,
  #ay .ay-carousel .aySlider li.nice-select.open:nth-child(2) a span.outer {
    background: #f48b3b; } }
#ay .ay-carousel .aySlider li.active:nth-child(1) a span.outer,
#ay .ay-carousel .aySlider li.nice-select.open:nth-child(1) a span.outer {
  background: #32b8df; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel .aySlider li.active:nth-child(1) a span.outer,
  #ay .ay-carousel .aySlider li.nice-select.open:nth-child(1) a span.outer {
    background: #32b8df; } }
#ay .ay-carousel .aySlider a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  text-decoration: none;
  background-position: center center; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel .aySlider a {
    height: calc(100% + 140px);
    overflow: visible;
    background-position: left -130px; } }
#ay .ay-carousel .aySlider a span.outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 20%;
  background-color: #00205b;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 100;
  max-height: 140px !important;
  margin: 0 auto;
  top: 140px;
  line-height: 40px;
  transition: all .5s;
  width: 100%; }

@media screen and (max-width: 1000px) {
  #ay .ay-carousel .aySlider a span.outer {
    font-size: 23px;
    line-height: normal; } }
@media screen and (max-width: 800px) {
  #ay .ay-carousel .aySlider a span.outer {
    background: #00205b;
    height: 130px;
    max-height: 100%;
    position: relative;
    top: -10px;
    width: 100%; } }
@media screen and (max-width: 650px) {
  #ay .ay-carousel .aySlider a span.outer {
    font-size: 20px; } }
@media screen and (max-width: 480px) {
  #ay .ay-carousel .aySlider a span.outer {
    font-size: 17px;
    top: -30px;
    height: 100px; } }
#ay .ay-carousel .aySlider a span.outer span.inner {
  display: inline-block;
  margin-right: 20%;
  padding-left: 1em;
  max-width: 1000px; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel .aySlider a span.outer span.inner {
    max-width: 100%;
    margin-left: 15px; } }
@media screen and (max-width: 480px) {
  #ay .ay-carousel .aySlider a span.outer span.inner {
    margin-left: 0;
    margin-right: 8%; } }
#ay .ay-carousel .ay-carousel--nav-holder {
  position: absolute;
  z-index: 10;
  width: 20%;
  left: 80%;
  height: 100%;
  overflow: hidden; }

#ay .ay-carousel .ay-carousel--nav {
  position: relative;
  z-index: 10;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  height: calc(20% * 10);
  width: 100%;
  max-width: 167px;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 1;
  /* transition: all .5s; */
  line-height: 0;
  font-size: 0;
  outline: none; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel .ay-carousel--nav {
    opacity: 0;
    z-index: 1; } }
#ay .ay-carousel .ay-carousel--nav li {
  height: calc(10% - 0px);
  border: 2px solid #fff;
  width: 100%;
  border-bottom: none;
  margin: 0;
  padding: 0;
  outline: none; }

#ay .ay-carousel .ay-carousel--nav li a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  color: transparent;
  position: relative;
  transition: opacity .5s;
  opacity: 1;
  text-transform: uppercase; }

#ay .ay-carousel .ay-carousel--nav li a:hover,
#ay .ay-carousel .ay-carousel--nav li a.active,
#ay .ay-carousel .ay-carousel--nav li a.nice-select.open {
  opacity: 1; }

#ay .ay-carousel .ay-carousel--nav li a.active:before,
#ay .ay-carousel .ay-carousel--nav li a.nice-select.open:before {
  display: block;
  background: rgba(0, 32, 91, 0.65);
  content: "";
  height: 100%;
  vertical-align: bottom; }

#ay .ay-carousel .ay-carousel--nav li a.active:after,
#ay .ay-carousel .ay-carousel--nav li a.nice-select.open:after {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNC4yIDE3LjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0LjIgMTcuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLjgsOUwxLjcsMC44djE2LjNMMTIuOCw5eiIvPg0KPC9zdmc+DQo=") no-repeat;
  background-position: center right;
  background-size: 10px;
  bottom: 20px;
  color: #fff;
  content: "Read More";
  display: block;
  font-family: "Open Sans", sans-serif;
  padding-right: 12px;
  position: absolute;
  right: 10px;
  text-align: right;
  width: 100%;
  line-height: normal;
  font-size: 14px; }

#ay .ay-carousel .ay-carousel--nav li:nth-child(9) a.active:before,
#ay .ay-carousel .ay-carousel--nav li:nth-child(9) a.nice-select.open:before,
#ay .ay-carousel .ay-carousel--nav li:nth-child(4) a.active:before,
#ay .ay-carousel .ay-carousel--nav li:nth-child(4) a.nice-select.open:before {
  background: rgba(218, 41, 28, 0.65); }

#ay .ay-carousel .ay-carousel--nav li:nth-child(8) a.active:before,
#ay .ay-carousel .ay-carousel--nav li:nth-child(8) a.nice-select.open:before,
#ay .ay-carousel .ay-carousel--nav li:nth-child(3) a.active:before,
#ay .ay-carousel .ay-carousel--nav li:nth-child(3) a.nice-select.open:before {
  background: rgba(111, 171, 55, 0.65); }

#ay .ay-carousel .ay-carousel--nav li:nth-child(7) a.active:before,
#ay .ay-carousel .ay-carousel--nav li:nth-child(7) a.nice-select.open:before,
#ay .ay-carousel .ay-carousel--nav li:nth-child(2) a.active:before,
#ay .ay-carousel .ay-carousel--nav li:nth-child(2) a.nice-select.open:before {
  background: rgba(244, 139, 59, 0.65); }

#ay .ay-carousel .ay-carousel--nav li:nth-child(6) a.active:before,
#ay .ay-carousel .ay-carousel--nav li:nth-child(6) a.nice-select.open:before,
#ay .ay-carousel .ay-carousel--nav li:nth-child(1) a.active:before,
#ay .ay-carousel .ay-carousel--nav li:nth-child(1) a.nice-select.open:before {
  background: rgba(50, 184, 223, 0.65); }

#ay .ay-carousel .ay-carousel--nav__mobile {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #fff;
  border-left: none;
  border-right: none;
  background: #00205b;
  width: 100%;
  height: 25px;
  overflow: hidden;
  opacity: 0;
  transition: all .5s;
  bottom: 0; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel .ay-carousel--nav__mobile {
    opacity: 1;
    z-index: 10; } }
#ay .ay-carousel .ay-carousel--nav__mobile li {
  width: calc(22% - 2px);
  border-right: 2px solid #fff;
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  overflow: hidden;
  transition: all .5s;
  /* &:first-child {
          margin-left: -15px;
        }

        &:last-child {
          
          
          align-self: flex-end;
        } */ }

#ay .ay-carousel .ay-carousel--nav__mobile li.active,
#ay .ay-carousel .ay-carousel--nav__mobile li.nice-select.open,
#ay .ay-carousel .ay-carousel--nav__mobile li:hover {
  background: #32B8DF; }

#ay .ay-carousel .ay-carousel--nav__mobile li:nth-child(1) {
  -ms-flex-order: 5;
  order: 5;
  margin-right: -15px;
  border-right: none;
  -ms-flex-item-align: end;
  align-self: flex-end; }

#ay .ay-carousel .ay-carousel--nav__mobile li:nth-child(2) {
  -ms-flex-order: 4;
  order: 4; }

#ay .ay-carousel .ay-carousel--nav__mobile li:nth-child(3) {
  -ms-flex-order: 3;
  order: 3; }

#ay .ay-carousel .ay-carousel--nav__mobile li:nth-child(4) {
  -ms-flex-order: 2;
  order: 2; }

#ay .ay-carousel .ay-carousel--nav__mobile li:nth-child(5) {
  -ms-flex-order: 1;
  order: 1;
  margin-left: -15px; }

#ay .ay-carousel .ay-carousel--nav__mobile li a {
  color: transparent;
  display: block;
  height: 25px;
  width: 100%;
  -ms-transform: skew(20deg);
  transform: skew(20deg); }

#ay .ay-pre-carousel {
  position: relative;
  width: 100%; }

@media screen and (max-width: 480px) {
  #ay .ay-pre-carousel {
    margin-top: 135px; } }
#ay .ay-pre-carousel:after {
  content: "";
  background: rgba(211, 211, 211, 0.75);
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0; }

@media screen and (max-height: 768px) and (min-width: 801px) {
  #ay .ay-pre-carousel:after {
    height: 464px; } }
#ay .ay-pre-carousel#five-tall:target .ay-carousel__v2 {
  height: 582px; }

#ay .ay-carousel-nav-aligner {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  position: relative;
  margin: auto; }

#ay .ay-carousel__v2 {
  max-height: 700px;
  width: 100%;
  height: 581px;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  transition: height 500ms;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari*/
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

@media screen and (max-height: 768px) and (min-width: 801px) {
  #ay .ay-carousel__v2 {
    height: 464px; } }
@media screen and (max-width: 800px) {
  #ay .ay-carousel__v2 {
    height: 380px; } }
#ay .ay-carousel__v2 .aySlider {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
  font-size: 0; }

#ay .ay-carousel__v2 .aySlider li {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all .75s;
  line-height: 0;
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  color: #fff;
  text-decoration: none;
  background-position: center center; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel__v2 .aySlider li {
    display: block;
    height: 262px; } }
#ay .ay-carousel__v2 .aySlider li span.outer {
  opacity: 0;
  min-height: 115px; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel__v2 .aySlider li span.outer {
    position: absolute;
    top: 262px; } }
#ay .ay-carousel__v2 .aySlider li.active,
#ay .ay-carousel__v2 .aySlider li.nice-select.open {
  opacity: 1;
  z-index: 5; }

#ay .ay-carousel__v2 .aySlider li.active span.outer,
#ay .ay-carousel__v2 .aySlider li.nice-select.open span.outer {
  bottom: 0;
  opacity: 1; }

#ay .ay-carousel__v2 .aySlider li.active:nth-child(5n+5) span.outer,
#ay .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+5) span.outer {
  background: #00205b; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel__v2 .aySlider li.active:nth-child(5n+5) span.outer,
  #ay .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+5) span.outer {
    background: #00205b; } }
#ay .ay-carousel__v2 .aySlider li.active:nth-child(5n+4) span.outer,
#ay .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+4) span.outer {
  background: #da291c; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel__v2 .aySlider li.active:nth-child(5n+4) span.outer,
  #ay .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+4) span.outer {
    background: #da291c; } }
#ay .ay-carousel__v2 .aySlider li.active:nth-child(5n+3) span.outer,
#ay .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+3) span.outer {
  background: #6fab37; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel__v2 .aySlider li.active:nth-child(5n+3) span.outer,
  #ay .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+3) span.outer {
    background: #6fab37; } }
#ay .ay-carousel__v2 .aySlider li.active:nth-child(5n+2) span.outer,
#ay .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+2) span.outer {
  background: #f48b3b; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel__v2 .aySlider li.active:nth-child(5n+2) span.outer,
  #ay .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+2) span.outer {
    background: #f48b3b; } }
#ay .ay-carousel__v2 .aySlider li.active:nth-child(5n+1) span.outer,
#ay .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+1) span.outer {
  background: #32b8df; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel__v2 .aySlider li.active:nth-child(5n+1) span.outer,
  #ay .ay-carousel__v2 .aySlider li.nice-select.open:nth-child(5n+1) span.outer {
    background: #32b8df; } }
#ay .ay-carousel__v2 .aySlider a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  text-decoration: none;
  background-position: center center; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel__v2 .aySlider a {
    height: calc(100% + 140px);
    overflow: visible;
    background-position: left -130px; } }
#ay .ay-carousel__v2 .aySlider span.outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 20.25%;
  background-color: #00205b;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 100;
  max-height: 116.4px !important;
  margin: 0 auto;
  top: 140px;
  line-height: 40px;
  transition: all .5s;
  width: 100%; }

@media screen and (max-height: 768px) and (min-width: 801px) {
  #ay .ay-carousel__v2 .aySlider span.outer {
    height: 25%; } }
@media screen and (max-width: 1000px) {
  #ay .ay-carousel__v2 .aySlider span.outer {
    font-size: 23px;
    line-height: normal; } }
@media screen and (max-width: 800px) {
  #ay .ay-carousel__v2 .aySlider span.outer {
    background: #00205b;
    height: 130px;
    max-height: 100%;
    position: relative;
    top: -10px;
    width: 100%; } }
@media screen and (max-width: 650px) {
  #ay .ay-carousel__v2 .aySlider span.outer {
    font-size: 20px; } }
@media screen and (max-width: 480px) {
  #ay .ay-carousel__v2 .aySlider span.outer {
    font-size: 17px;
    top: -30px;
    height: 100px; } }
#ay .ay-carousel__v2 .aySlider span.outer span.inner {
  display: block;
  margin: auto;
  width: calc(100% - 200px);
  padding-right: 200px;
  max-width: 1300px; }

#ay .ay-carousel__v2 .aySlider span.outer span.inner a.ay-inner-read-more {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block !important;
  width: auto !important; }

#ay .ay-carousel__v2 .aySlider span.outer span.inner a.ay-inner-read-more:after {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNC4yIDE3LjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0LjIgMTcuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLjgsOUwxLjcsMC44djE2LjNMMTIuOCw5eiIvPg0KPC9zdmc+DQo=") no-repeat;
  background-position: center right;
  background-size: 10px;
  bottom: 20px;
  color: #fff;
  content: "";
  display: inline-block;
  text-align: right;
  width: 12px;
  height: 12px;
  line-height: normal;
  font-size: 14px;
  margin-bottom: -2px; }

@media screen and (max-width: 480px) {
  #ay .ay-carousel__v2 .aySlider span.outer span.inner a.ay-inner-read-more {
    font-size: 13px;
    margin-left: 8px; } }
@media screen and (max-width: 1500px) {
  #ay .ay-carousel__v2 .aySlider span.outer span.inner {
    width: 100%;
    padding-right: 15%; } }
@media screen and (max-width: 1300px) {
  #ay .ay-carousel__v2 .aySlider span.outer span.inner {
    width: calc(100% - 84px); } }
@media screen and (max-width: 800px) {
  #ay .ay-carousel__v2 .aySlider span.outer span.inner {
    max-width: 100%;
    padding-right: 0;
    margin-left: 15px; } }
@media screen and (max-width: 480px) {
  #ay .ay-carousel__v2 .aySlider span.outer span.inner {
    margin-left: 25px;
    margin-right: 8%; } }
#ay .ay-carousel__v2 .ay-carousel--nav-holder {
  position: absolute;
  z-index: 10;
  width: 200px;
  right: 0;
  height: calc(100%);
  border-bottom: 1px solid #fff;
  overflow: hidden; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel__v2 .ay-carousel--nav-holder {
    display: none; } }
#ay .ay-carousel__v2 .ay-carousel--nav {
  position: relative;
  transition: all .25s;
  z-index: 10;
  left: 0;
  display: block;
  /*height: 116px; //calc(17% * 12 );
    @media screen and (max-height: 768px) {
      height: 115px //calc(21% * 12 );
    }*/
  width: 100%;
  max-width: 202px;
  margin: 0;
  padding: 0;
  list-style: none;
  /* -webkit-flex-direction: column;
    flex-direction: column; */
  opacity: 1;
  /* transition: all .5s; */
  line-height: 0;
  font-size: 0;
  outline: none; }

@media screen and (max-width: 800px) {
  #ay .ay-carousel__v2 .ay-carousel--nav {
    opacity: 0;
    z-index: 1; } }
#ay .ay-carousel__v2 .ay-carousel--nav li {
  height: 116px;
  border: 2px solid #fff;
  width: 200px;
  border-bottom: none;
  margin: 0;
  padding: 0;
  outline: none; }

#ay .ay-carousel__v2 .ay-carousel--nav li a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  color: transparent;
  position: relative;
  transition: opacity .5s;
  opacity: 1;
  text-transform: uppercase;
  /*
        &.active:after {
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNC4yIDE3LjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0LjIgMTcuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLjgsOUwxLjcsMC44djE2LjNMMTIuOCw5eiIvPg0KPC9zdmc+DQo=) no-repeat;
          background-position: center right;
          background-size: 10px;
          bottom: 20px;
          color: #fff;
          content: "Read More";
          display: block;
          font-family: $base-font;
          padding-right: 12px;
          position: absolute;
          right: 10px;
          text-align: right;
          width: 100%;
          line-height: normal;
          font-size: 14px;
        }*/ }

#ay .ay-carousel__v2 .ay-carousel--nav li a:hover,
#ay .ay-carousel__v2 .ay-carousel--nav li a.active,
#ay .ay-carousel__v2 .ay-carousel--nav li a.nice-select.open {
  opacity: 1; }

#ay .ay-carousel__v2 .ay-carousel--nav li a.active:before,
#ay .ay-carousel__v2 .ay-carousel--nav li a.nice-select.open:before {
  display: block;
  background: rgba(0, 32, 91, 0.65);
  content: "";
  height: 100%;
  vertical-align: bottom; }

#ay .ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+5) a.active:before,
#ay .ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+5) a.nice-select.open:before {
  background: rgba(0, 32, 91, 0.65); }

#ay .ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+4) a.active:before,
#ay .ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+4) a.nice-select.open:before {
  background: rgba(218, 41, 28, 0.65); }

#ay .ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+3) a.active:before,
#ay .ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+3) a.nice-select.open:before {
  background: rgba(111, 171, 55, 0.65); }

#ay .ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+2) a.active:before,
#ay .ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+2) a.nice-select.open:before {
  background: rgba(244, 139, 59, 0.65); }

#ay .ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+1) a.active:before,
#ay .ay-carousel__v2 .ay-carousel--nav li:nth-child(5n+1) a.nice-select.open:before {
  background: rgba(50, 184, 223, 0.65); }

@keyframes swiper {
  0% {
    color: #da291c;
    opacity: 1;
    display: block;
    z-index: 15; }

  20% {
    color: rgba(218, 41, 28, 0.75);
    opacity: 1;
    display: block;
    z-index: 15; }

  40% {
    color: #da291c;
    opacity: 1;
    display: block;
    z-index: 15; }

  60% {
    color: rgba(218, 41, 28, 0.75);
    opacity: 1;
    display: block;
    z-index: 15; }

  80% {
    color: #da291c;
    opacity: 1;
    display: block;
    z-index: 15; } }

@media print {
  #ay a[href]:after {
    content: none !important; } }
#ay .ay-block__single {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.5625em;
  padding: 3em;
  max-width: 680px;
  width: 100%; }

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

#ay .ay-block__light,
#ay .ay-block__key-facts {
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  color: #797979;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  margin-bottom: 1.5625em;
  width: 100%; }

@media print {
  #ay .ay-block__light,
  #ay .ay-block__key-facts {
    padding-left: 0;
    box-shadow: none; } }
#ay .ay-block__light--content {
  padding: 1.5625em 1.875em 0.8125em 1.875em;
  line-height: 1.5em; }

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

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

#ay .ay-block__light--content a {
  color: #32B8DF;
  text-decoration: none; }

@media screen and (max-width: 1000px) {
  #ay .ay-block__light--content {
    padding: 30px 20px 10px 20px;
    font-size: 14px; } }
@media screen and (max-width: 768px) {
  #ay .ay-block__light--content {
    padding-bottom: 30px; } }
@media print {
  #ay .ay-block__light--content {
    padding: 0; } }
#ay .ay-block__light--content .h2,
#ay .ay-block__light--content .h3,
#ay .ay-block__light--content h2,
#ay .ay-block__light--content h3 {
  margin-bottom: 20px; }

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

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

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

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

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

@media print {
  #ay .ay-block__light--content p {
    font-size: 10px; } }
#ay .ay-block__light--heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase; }

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

@media screen and (max-width: 480px) {
  #ay .ay-block__light--heading--blue {
    margin-bottom: 5px; } }
#ay .ay-block__light--heading--green {
  color: #6fab37;
  margin-bottom: 10px; }

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

#ay .ay-block__light--link {
  color: #da291c !important;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0;
  text-decoration: none !important;
  text-transform: uppercase; }

#ay .ay-block__light--link::after {
  background-image: url("/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: 10px; }

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

#ay .ay-block__light__title {
  color: #f8f8f8;
  font-size: 30px;
  padding: 12px 30px; }

@media screen and (max-width: 1000px) {
  #ay .ay-block__light__title {
    padding: 15px 20px;
    font-size: 24px; } }
@media print {
  #ay .ay-block__light__title {
    font-size: 24px; } }
#ay .ay-block__light__title--blue {
  background: #32B8DF; }

#ay .ay-block__light__title--green {
  background: #6fab37; }

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

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

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

#ay .ay-block__full-color {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px; }

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

#ay .ay-block__full-color--green {
  background: #6fab37; }

#ay .ay-block__full-color--orange {
  background: #F48B3B; }

#ay .ay-block__full-color--gray {
  background: #797979; }

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

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

@media print {
  #ay .ay-block__full-color {
    color: #000;
    background: transparent; } }
#ay .ay-block__full-color__title {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 30px;
  font-weight: 250;
  padding: 12px 30px 12px 30px;
  word-spacing: 1px; }

@media print {
  #ay .ay-block__full-color__title {
    color: #000;
    background: transparent;
    font-size: 24px; } }
@media screen and (max-width: 1000px) {
  #ay .ay-block__full-color__title {
    padding: 15px 20px;
    font-size: 24px; } }
@media screen and (max-width: 480px) {
  #ay .ay-block__full-color__title {
    line-height: 130%; } }
#ay .ay-block__full-color--content {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  padding: 1.5625em 1.875em 0.8125em 1.875em;
  width: 100%; }

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

@media screen and (max-width: 1000px) {
  #ay .ay-block__full-color--content {
    padding: 19px 25px 19px 25px; } }
@media screen and (max-width: 480px) {
  #ay .ay-block__full-color--content {
    line-height: 1.65em; } }
#ay .ay-block__cta,
#ay .ay-block__quote {
  background-position: 30px 30px;
  background-repeat: no-repeat;
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  min-height: 150px;
  text-decoration: none;
  width: 100%; }

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

@media screen and (max-width: 1000px) {
  #ay .ay-block__cta,
  #ay .ay-block__quote {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0px; } }
@media screen and (max-width: 768px) {
  #ay .ay-block__cta,
  #ay .ay-block__quote {
    background-position: 25px 30px; } }
#ay .ay-block__cta--video {
  background-color: #DA291C;
  background-image: url("/ay-theme/resources/images/block-video.png"); }

@media screen and (max-width: 1000px) {
  #ay .ay-block__cta--video {
    padding: 0px 30px 30px 0px; } }
@media screen and (max-width: 480px) {
  #ay .ay-block__cta--video {
    padding-right: 20px; } }
#ay .ay-block__cta__content {
  padding: 80px 39px 25px 30px; }

@media screen and (max-width: 768px) {
  #ay .ay-block__cta__content {
    padding-left: 25px;
    padding-bottom: 0;
    margin-top: 8px; } }
#ay .ay-block__cta__content--download {
  background-color: #DA291C;
  background-image: url("/ay-theme/resources/images/block-download.png");
  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 .ay-block__cta__content--download {
    margin-left: 0px; } }
@media screen and (max-width: 768px) {
  #ay .ay-block__cta__content--download {
    background-position: 25px 30px;
    padding-left: 25px;
    width: 100%; } }
@media screen and (max-width: 480px) {
  #ay .ay-block__cta__content--download {
    padding-right: 20px; } }
#ay .ay-block__cta__content--download:first-child {
  margin-left: 0px; }

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

@media screen and (max-width: 480px) {
  #ay .ay-block__cta--link {
    font-size: 14px; } }
#ay .ay-block__cta--link::after {
  background-image: url("/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 .ay-block__key-facts {
  padding-bottom: 15px; }

#ay .ay-block__key-facts--stats {
  border-bottom: 2px solid #797979;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  padding-bottom: 30px; }

@media screen and (max-width: 1000px) {
  #ay .ay-block__key-facts--stats {
    line-height: 1; } }
@media screen and (max-width: 480px) {
  #ay .ay-block__key-facts--stats {
    padding-bottom: 10px;
    margin-bottom: 10px; } }
#ay .ay-block__key-facts--stats--fact-header {
  color: #70AB37;
  font-size: 38px;
  font-weight: 400;
  line-height: 59px; }

@media screen and (max-width: 768px) {
  #ay .ay-block__key-facts--stats--fact-header {
    font-size: 22px;
    line-height: 40px; } }
@media screen and (max-width: 480px) {
  #ay .ay-block__key-facts--stats--fact-header {
    font-size: 24px;
    line-height: 120%; } }
@media screen and (max-width: 320px) {
  #ay .ay-block__key-facts--stats--fact-header {
    font-size: 18px; } }
#ay .ay-block__key-facts--stats--fact-label {
  color: #797979;
  margin-top: -10px;
  line-height: 1.3; }

@media screen and (max-width: 1000px) {
  #ay .ay-block__key-facts--stats--fact-label {
    padding-top: 5px; } }
@media screen and (max-width: 480px) {
  #ay .ay-block__key-facts--stats--fact-label {
    font-size: 65%;
    padding-top: 10px; } }
#ay .ay-block__key-facts--stats--row {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-block__key-facts--stats--row {
    margin-bottom: 20px; } }
#ay .ay-block__key-facts--stats--row--item {
  color: #6fab37;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 22px;
  padding-right: 35px; }

@media screen and (max-width: 480px) {
  #ay .ay-block__key-facts--stats--row--item {
    padding-right: 5%; } }
#ay .ay-block__key-facts__list {
  font-weight: bold;
  list-style: none;
  padding: 0;
  margin-top: -2px;
  margin-left: 0; }

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

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

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

#ay .ay-block__key-facts--heading {
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
  text-transform: uppercase;
  padding-bottom: 10px; }

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

#ay .ay-block__key-facts--link {
  color: #da291c;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  text-decoration: none;
  text-transform: uppercase; }

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

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

@media screen and (max-width: 480px) {
  #ay .ay-block__key-facts--link {
    line-height: 1;
    font-size: 14px; } }
#ay .ay-block__key-facts__title {
  background-color: #70AB37;
  color: #f8f8f8;
  font-size: 30px;
  padding: 12px 30px; }

@media screen and (max-width: 1000px) {
  #ay .ay-block__key-facts__title {
    padding: 10px 20px; } }
@media screen and (max-width: 1000px) {
  #ay .ay-block__key-facts__title {
    padding: 15px 20px;
    font-size: 24px; } }
@media print {
  #ay .ay-block__key-facts__title {
    font-size: 24px; } }
#ay .ay-block__key-facts__title--green {
  background: #6fab37;
  opacity: 0.8; }

#ay .ay-block__key-facts--content {
  padding: 0.75em 1.875em 1.875em 1.875em; }

@media screen and (max-width: 1000px) {
  #ay .ay-block__key-facts--content {
    padding: 10px 20px 10px 20px; } }
#ay .ay-block__quote {
  background-color: #00205B;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0px 0px 30px 0px; }

#ay .ay-block__quote--name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  margin: 30px 30px 20px 30px;
  text-transform: uppercase; }

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

@media screen and (max-width: 768px) {
  #ay .ay-block__quote--name {
    margin-left: 25px; } }
#ay .ay-block__quote__content {
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
  padding: 0px 30px 48px 30px; }

@media screen and (max-width: 1000px) {
  #ay .ay-block__quote__content {
    font-size: 20px; } }
@media screen and (max-width: 768px) {
  #ay .ay-block__quote__content {
    padding-left: 25px; } }
@media print {
  #ay .ay-block__quote__content {
    font-size: 18px; } }
#ay .ay-block__image {
  background-color: #32B8DF; }

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

@media print {
  #ay .ay-block__image__content {
    display: none; } }
@media screen and (max-width: 480px) {
  #ay .ay-block__image__content {
    height: 268px;
    background-position: center center; } }
#ay .ay-block__image__content-two {
  background: url("/ay-theme/resources/images/block-image-2.png");
  background-size: cover;
  height: 637px; }

@media screen and (max-width: 480px) {
  #ay .ay-block__image__content-two {
    height: 268px; } }
#ay .ay-block__image--only {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 2em 0;
  overflow: hidden; }

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

@media print {
  #ay .ay-block__image--only img {
    max-width: 50%;
    width: 100%; } }
#ay .ay-block-infograph {
  background-color: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  color: #797979;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 15px;
  line-height: 150%;
  padding: 0.5em 0 2.5em 0; }

#ay .ay-block-infograph__heading {
  color: #32B8DF;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  #ay .ay-block-infograph__heading {
    line-height: 1.4;
    margin-bottom: 10px; } }
#ay .ay-block-infograph__row {
  display: -ms-flexbox;
  display: flex;
  margin: 30px 20px 0 20px;
  width: auto; }

@media screen and (max-width: 768px) {
  #ay .ay-block-infograph__row {
    -ms-flex-direction: column;
    flex-direction: column; } }
#ay .ay-block-infograph__item {
  width: 80%; }

@media screen and (max-width: 768px) {
  #ay .ay-block-infograph__item {
    width: 100%;
    text-align: center; } }
#ay .ay-block-infograph__item:last-child {
  padding: 0px 20px 0px 50px; }

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

@media screen and (max-width: 768px) {
  #ay .ay-block-infograph__item:first-child {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    text-align: center;
    width: 100%; } }
#ay .ay-block-infograph__icon {
  display: block;
  height: 100px;
  width: 100%;
  margin-top: 5px;
  fill: transparent; }

@media screen and (max-width: 768px) {
  #ay .ay-block-infograph__icon {
    display: inline-block;
    height: 80px;
    margin: 0 0 20px 0; } }
#ay .ay-media-post {
  border-bottom: 2px solid #E9E9E9;
  padding: 0.9375em 0; }

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

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

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

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

#ay .ay-media-post__main--content h5 {
  line-height: 1.3; }

#ay .ay-media-post__main--content a {
  color: inherit;
  text-decoration: none; }

#ay .ay-media-post__main--content a:hover {
  color: #32B8DF; }

#ay .ay-media-post__main--content a:hover .ay-media-post__main--subtitle {
  color: #797979; }

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

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

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

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

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

#ay .ay-media-post__title {
  color: #C4C4C4;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5em; }

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

#ay .ay-block-media-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

#ay .ay-block-media-contact__cover {
  background-color: #4A4A4A;
  color: #fff;
  padding: 2.5em 2.5em 0.625em 2.5em; }

#ay .ay-block-media-contact__cover a {
  color: #32B8DF;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 0.625em; }

@media screen and (max-width: 480px) {
  #ay .ay-block-media-contact__cover {
    font-size: 1.125em;
    padding: 1.25em; } }
#ay .ay-block-media-contact__profile {
  line-height: 150%;
  padding-bottom: 1.25em; }

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

@media screen and (max-width: 480px) {
  #ay .ay-block-media-contact__h2 {
    padding-left: 2em; } }
#ay .ay-block-media-contact__h3 {
  color: #fff;
  font-weight: 100;
  font-size: 1.4375em;
  margin-bottom: 0.3125em; }

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

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

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

@media screen and (max-width: 480px) {
  #ay .ay-block-media-contact__footer--icon {
    width: 40px;
    height: 40px; } }
#ay .ay-block-media-contact__footer-links {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

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

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

@media screen and (max-width: 480px) {
  #ay .ay-block-media-contact__footer-links__item {
    margin-right: 0.25em;
    width: 100%;
    max-width: 100%; } }
#ay .ay-block-media-contact__footer-links__item a {
  color: #797979;
  position: relative;
  text-decoration: none;
  background: url("/ay-theme/resources/images/arrow-right-darker.svg") no-repeat;
  background-size: 13px;
  background-position: center left;
  padding-left: 18px;
  font-size: 18px; }

@media screen and (max-width: 768px) {
  #ay .ay-block-media-contact__footer-links__item a {
    background-size: 12px;
    font-size: 16px; } }
@media screen and (max-width: 480px) {
  #ay .ay-block-media-contact__footer-links__item a {
    padding-right: 1.25em; } }
@media screen and (max-width: 480px) {
  #ay .ay-block-media-contact__footer {
    font-size: 0.8125em;
    padding-left: 1.25em; } }
@media screen and (max-width: 768px) {
  #ay .ay-block-media-contact {
    font-size: 1.0625em; } }
@media screen and (max-width: 480px) {
  #ay .ay-block-media-contact {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start; } }
@media screen and (max-width: 1500px) and (min-width: 1000px) {
  #ay .ie10 .ay-block__cta__content--download {
    width: 48%; } }
#ay .ay-block__blogger {
  background-color: #00205B;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 30px 0 30px 0; }

#ay .ay-block__blogger-title {
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  padding: 1.25em 1.875em 1em 1em; }

@media screen and (max-width: 768px) {
  #ay .ay-block__blogger-title {
    padding: 1em;
    line-height: 1.3; } }
@media screen and (max-width: 480px) {
  #ay .ay-block__blogger-title {
    font-size: 1.375em; } }
@media print {
  #ay .ay-block__blogger-title {
    font-size: 18px; } }
#ay .ay-block__blogger-title:before {
  background-image: url("/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 .ay-block__blogger-title:before {
    margin-right: 15px; } }
@media screen and (max-width: 480px) {
  #ay .ay-block__blogger-title:before {
    margin-right: 10px; } }
#ay .ay-block__blogger-title:hover {
  text-decoration: none; }

#ay .ay-block__blogger-more {
  color: #32B8DF;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase; }

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

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

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

@media screen and (max-width: 768px) {
  #ay .ay-block__blogger-content {
    display: none; } }
#ay .ay-block__blogger-content__item {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.625em;
  text-decoration: none;
  font-size: 19px; }

@media screen and (max-width: 480px) {
  #ay .ay-block__blogger-content__item {
    font-size: 18px; } }
#ay .ay-block__blogger-content__item small {
  font-weight: bold;
  font-size: 12px; }

@media print {
  #ay .ay-block__blogger-content__item {
    font-size: 16px; } }
@media screen and (max-width: 480px) {
  #ay .ay-block__blogger-content {
    padding-left: 1.875em; } }
#ay .ay-media-post-multi {
  padding: 1.5625em 1.875em .8125em 1.875em;
  line-height: 1.5em;
  background: #FFF;
  border-top: 10px solid #32B8DF;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5625em; }

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

#ay .ay-media-post-multi ul li {
  margin-bottom: .85em; }

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

#ay .ay-media-post-multi ul li a {
  text-decoration: none;
  color: #797979;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 450px) {
  #ay .ay-media-post-multi ul li a {
    -ms-flex-direction: column;
    flex-direction: column; } }
#ay .ay-media-post-multi ul li a aside {
  width: 160px;
  min-width: 100px;
  margin-right: 20px; }

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

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

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

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

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

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

#ay .ay-media-post__main.ay-video-post {
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: none; }

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

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

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

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

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

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

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

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

#ay .ay-careers-landing__full-bleed-links .h3 {
  color: #8f8f8f;
  padding: 0 0 0 0.9375em;
  font-weight: 300;
  font-size: 1.875em;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 0; }

@media screen and (max-width: 480px) {
  #ay .ay-careers-landing__full-bleed-links .h3 {
    font-size: 1.25em; } }
#ay .ay-careers-landing__full-bleed-links svg {
  height: 4.75em;
  background: #DA291C;
  padding: 23px;
  -ms-flex-item-align: start;
  align-self: flex-start; }

@media screen and (max-width: 480px) {
  #ay .ay-careers-landing__full-bleed-links svg {
    padding: 15px;
    height: 3.125em; } }
#ay .ay-careers-landing__full-bleed-links svg use {
  height: 1em;
  fill: #fff;
  stroke: #FFF; }

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

  #ay .ay-careers-landing__full-bleed-links svg path {
    height: 0.625em;
    width: 0.625em;
    fill: #FFF; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #ay .ay-careers-landing__full-bleed-links svg {
    width: 4.75em;
    padding: 23px 34px 34px; }

  #ay .ay-careers-landing__full-bleed-links svg path {
    height: 0.625em;
    width: 0.625em;
    fill: #FFF;
    display: block; } }
#ay .ay-careers-landing__expandable {
  background: #f6f6f6;
  margin-bottom: 25px; }

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

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

  #ay .ay-careers-landing__expandable--header-image {
    width: 100%;
    height: 200px; } }
#ay .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 .ay-careers-landing__expandable--header-image {
    width: 100%;
    height: 245px;
    max-width: 100%; } }
#ay .ay-careers-landing__expandable--header-text {
  padding: 35px;
  font-size: 1em;
  line-height: 1.5em; }

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

#ay .ay-careers-landing__expandable--header-text__readmore {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8125em;
  font-weight: 400;
  outline: none;
  -ms-flex-align: center;
  align-items: center;
  color: #32B8DF !important; }

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

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

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

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

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

  #ay .ay-careers-landing__expandable--header-text__readmore svg path {
    fill: #32B8DF; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #ay .ay-careers-landing__expandable--header-text__readmore svg {
    height: 0.5625em;
    width: 0.5625em;
    -ms-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
    overflow: visible; }

  #ay .ay-careers-landing__expandable--header-text__readmore svg path {
    fill: #32B8DF; } }
#ay .ay-careers-landing__expandable--header-text__readmore svg use {
  height: 0.9375em;
  fill: #32B8DF;
  stroke: transparent; }

#ay .ay-careers-landing__expandable--header-text h4 {
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 400; }

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

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

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

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

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

@supports (-ms-ime-align: auto) {
  #ay .ay-careers-landing__expandable--open svg {
    -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 .ay-careers-landing__expandable--open svg {
    -ms-transform: translate(8px, -4px) rotate(90deg);
    transform: translate(8px, -4px) rotate(90deg); } }
#ay .ay-careers-landing__expandable--body {
  padding: 35px;
  font-size: 1em;
  line-height: 1.5em;
  display: none; }

#ay .ay-careers-testimonials--list {
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style: none; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+1) blockquote p {
  color: #DA291C; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+1) blockquote ::-moz-selection {
  background: #DA291C;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+1) blockquote ::selection {
  background: #DA291C;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+1) blockquote ::-moz-selection {
  background: #DA291C;
  /* Gecko Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+2) blockquote p {
  color: #6fab37; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+2) blockquote ::-moz-selection {
  background: #6fab37;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+2) blockquote ::selection {
  background: #6fab37;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+2) blockquote ::-moz-selection {
  background: #6fab37;
  /* Gecko Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+3) blockquote p {
  color: #32B8DF; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+3) blockquote ::-moz-selection {
  background: #32B8DF;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+3) blockquote ::selection {
  background: #32B8DF;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+3) blockquote ::-moz-selection {
  background: #32B8DF;
  /* Gecko Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+4) blockquote p {
  color: #F48B3B; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+4) blockquote ::-moz-selection {
  background: #F48B3B;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+4) blockquote ::selection {
  background: #F48B3B;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+4) blockquote ::-moz-selection {
  background: #F48B3B;
  /* Gecko Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+5) blockquote p {
  color: #00205B; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+5) blockquote ::-moz-selection {
  background: #00205B;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+5) blockquote ::selection {
  background: #00205B;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item:nth-child(5n+5) blockquote ::-moz-selection {
  background: #00205B;
  /* Gecko Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--red blockquote p {
  color: #DA291C; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--red blockquote ::-moz-selection {
  background: #DA291C;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--red blockquote ::selection {
  background: #DA291C;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--red blockquote ::-moz-selection {
  background: #DA291C;
  /* Gecko Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--green blockquote p {
  color: #6fab37; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--green blockquote ::-moz-selection {
  background: #6fab37;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--green blockquote ::selection {
  background: #6fab37;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--green blockquote ::-moz-selection {
  background: #6fab37;
  /* Gecko Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--light-blue blockquote p {
  color: #32B8DF; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--light-blue blockquote ::-moz-selection {
  background: #32B8DF;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--light-blue blockquote ::selection {
  background: #32B8DF;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--light-blue blockquote ::-moz-selection {
  background: #32B8DF;
  /* Gecko Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--orange blockquote p {
  color: #F48B3B; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--orange blockquote ::-moz-selection {
  background: #F48B3B;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--orange blockquote ::selection {
  background: #F48B3B;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--orange blockquote ::-moz-selection {
  background: #F48B3B;
  /* Gecko Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--blue blockquote p {
  color: #00205B; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--blue blockquote ::-moz-selection {
  background: #00205B;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--blue blockquote ::selection {
  background: #00205B;
  /* WebKit/Blink Browsers */
  color: #FFF; }

#ay .ay-careers-testimonials--list__testimonial-item.ay-testimonial-color--blue blockquote ::-moz-selection {
  background: #00205B;
  /* Gecko Browsers */
  color: #FFF; }

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

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

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

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

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

#ay .ay-careers-testimonials--list__testimonial-item p {
  font-size: 18px;
  line-height: 1.8; }

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

#ay .ay-careers--current-opportunities a {
  color: #32B8DF;
  text-decoration: none; }

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

@media screen and (max-width: 768px) {
  #ay .ay-careers--current-opportunities__filter-holder {
    width: 100%;
    background: #FFF;
    padding: 1.875em 0.9375em; } }
#ay .ay-careers--current-opportunities__filter-holder label {
  display: block;
  text-transform: uppercase;
  color: #32B8DF;
  margin-bottom: 15px; }

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

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

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

@media screen and (max-width: 768px) {
  #ay .ay-careers--current-opportunities__filter-holder select {
    width: 99%; } }
#ay .ay-careers--current-opportunities__table {
  margin-bottom: 50px;
  width: 100%;
  border-collapse: collapse; }

@media screen and (max-width: 768px) {
  #ay .ay-careers--current-opportunities__table {
    background: #FFF; } }
@media screen and (max-width: 480px) {
  #ay .ay-careers--current-opportunities__table {
    margin-bottom: 0; } }
#ay .ay-careers--current-opportunities__table thead tr {
  background: #00205B; }

#ay .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: 18px;
  outline: none; }

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

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

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

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

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

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

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

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

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

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

  #ay .ay-careers--current-opportunities__table tbody tr td:last-child {
    width: calc(33.3%); } }
@media screen and (max-width: 480px) {
  #ay .ay-careers--current-opportunities__table tbody tr td {
    padding: 12px 10px;
    font-size: 13px;
    width: auto; } }
#ay .ay-careers--current-opportunities__table tbody tr td a {
  color: #32B8DF;
  text-decoration: none; }

@media screen and (max-width: 768px) {
  #ay .ay-careers--current-opportunities__table tbody tr td a {
    color: #797979; } }
#ay .ay-careers-post {
  width: 70%;
  margin: 20px auto;
  position: relative; }

@media screen and (max-width: 480px) {
  #ay .ay-careers-post {
    width: 100%; } }
@media print {
  #ay .ay-careers-post {
    width: 100%; } }
#ay .ay-careers-post .h2,
#ay .ay-careers-post h2 {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 120%; }

@media screen and (max-width: 768px) {
  #ay .ay-careers-post .h2,
  #ay .ay-careers-post h2 {
    font-size: 32px;
    margin-bottom: 25px; } }
#ay .ay-careers-post .h3,
#ay .ay-careers-post h3 {
  font-weight: bold;
  margin: 30px 0 5px 0;
  font-size: 18px; }

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

#ay .ay-careers-post__subtitle {
  font-size: 1.375em;
  color: #797979;
  font-weight: bold;
  margin-bottom: 0.875em; }

@media screen and (max-width: 480px) {
  #ay .ay-careers-post__subtitle {
    padding-top: 80px;
    font-size: 1.25em; } }
#ay .ay-careers-post__boiler {
  border-top: 1px solid #CCC;
  padding: 1.875em 0;
  margin-top: 2em; }

#ay .ay-careers-post small {
  font-weight: 600;
  font-size: 0.75em;
  color: #797979;
  margin-bottom: 0.625em;
  display: block; }

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

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

@media screen and (max-width: 480px) {
  #ay .ay-careers-post__content {
    padding-top: 80px; } }
#ay .ay-careers-post__social {
  border-top: 1px solid #C4C4C4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  left: -85px;
  padding-top: 1.25em;
  position: absolute;
  top: 10px;
  width: 55px; }

@media screen and (max-width: 480px) {
  #ay .ay-careers-post__social {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    width: 100%; } }
@media print {
  #ay .ay-careers-post__social {
    display: none; } }
#ay .ay-careers-post__social--icon {
  color: #C4C4C4;
  display: block;
  fill: transparent;
  height: 30px;
  margin-bottom: 12px;
  max-width: 50px;
  position: relative;
  width: 100%; }

#ay .ay-careers-post__social--icon:hover {
  color: #dc260a; }

#ay .ay-careers-post .ay-jobform {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px; }

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

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

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

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

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

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

@media screen and (max-width: 480px) {
  #ay .ay-careers-post .ay-resume__upload {
    -ms-flex-direction: column;
    flex-direction: column; } }
#ay .ay-careers-post .ay-resume .ay-form-button {
  border: none;
  color: #FFF;
  cursor: pointer;
  max-width: 160px;
  padding: .3em;
  width: 100%; }

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

#ay .ay-careers-post .ay-resume .ay-form-button__submit-resume {
  background: #32B8DF; }

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

#ay .ay-job__email-share:hover:before {
  content: attr(data-title);
  position: absolute;
  line-height: normal;
  font-size: 10px;
  margin-top: 8px;
  top: 0;
  left: -75px;
  width: 100px;
  color: #dc260a; }

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

#ay .ay-job__twitter-share:hover:before {
  content: attr(data-title);
  position: absolute;
  font-size: 10px;
  line-height: normal;
  margin-top: 8px;
  top: 0;
  left: -82px;
  width: auto;
  color: #dc260a; }

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

#ay .ay-job__fb-share:hover:before {
  content: attr(data-title);
  position: absolute;
  font-size: 10px;
  line-height: normal;
  margin-top: 8px;
  top: 0;
  left: -92px;
  width: auto;
  color: #dc260a; }

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

#ay .ay-job__googleplus-share:hover:before {
  content: attr(data-title);
  position: absolute;
  font-size: 10px;
  line-height: normal;
  margin-top: 8px;
  top: 0;
  left: -104px;
  width: auto;
  color: #dc260a; }

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

#ay .ay-job__linkedin-share:hover:before {
  content: attr(data-title);
  position: absolute;
  font-size: 10px;
  line-height: normal;
  margin-top: 8px;
  top: 0;
  left: -90px;
  width: auto;
  color: #dc260a; }

#ay .ay-primary-colors--light {
  background-color: #fff; }

#ay .ay-primary-colors--medium-light {
  background-color: #32B8DF; }

#ay .ay-primary-colors--medium {
  background-color: #DA291C; }

#ay .ay-primary-colors--medium-dark {
  background-color: #A9A19C; }

#ay .ay-primary-colors--dark {
  background-color: #00205B; }

#ay .ay-secondary-colors--light {
  background-color: #F48B3B; }

#ay .ay-secondary-colors--medium {
  background-color: #6fab37; }

#ay .ay-main {
  background: url("/ay-theme/resources/images/pattern.png");
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.625em 0;
  width: 100%;
  -ms-flex-align: center;
  align-items: center; }

#ay .ay-column {
  color: #797979;
  display: block;
  max-width: 1300px;
  width: auto; }

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

@media screen and (max-width: 480px) {
  #ay .ay-column {
    -ms-flex-direction: column;
    flex-direction: column; } }
#ay .ay-column__single {
  background-color: #fff;
  box-shadow: 1px 1px 12px 0px rgba(50, 50, 50, 0.3);
  margin: 2em auto;
  padding: 5.3125em 100px;
  position: relative;
  width: calc(100%);
  overflow: visible; }

@media print {
  #ay .ay-column__single {
    padding: 0.625em;
    margin: 0.625em auto;
    box-shadow: none;
    font-size: 10px; } }
@media screen and (max-width: 768px) {
  #ay .ay-column__single {
    padding: 3.75em 8%; } }
@media screen and (max-width: 480px) {
  #ay .ay-column__single {
    padding: 1.25em 1.25em; } }
#ay .ay-column__single--full {
  padding: 0; }

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

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

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

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

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

@media screen and (max-width: 480px) {
  #ay .ay-column__single .ay-subtitle {
    line-height: 1.3;
    margin-bottom: 0; } }
#ay .ay-column__single a {
  color: #32B8DF;
  text-decoration: none; }

#ay .ay-column__single a:hover {
  text-decoration: none; }

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

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

@media print {
  #ay .ay-column__single p {
    font-size: 10px; } }
#ay .ay-column__double {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: calc(100% - 2.8em);
  margin: 1em auto;
  margin-top: 0px; }

#ay .ay-column__double::after {
  clear: both;
  content: "";
  display: table; }

@media print {
  #ay .ay-column__double {
    width: inherit; } }
#ay .ay-column__double .h2,
#ay .ay-column__double h2 {
  margin-bottom: 12px; }

#ay .ay-column__double--col1 {
  padding: .5em 0 1em 0;
  margin-top: 1em;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }

#ay .ay-column__double--col1:last-child {
  margin-right: 0; }

@media screen and (max-width: 768px) {
  #ay .ay-column__double--col1 {
    width: 100%;
    margin: 0;
    float: none;
    padding-left: 0; } }
@media screen and (max-width: 480px) {
  #ay .ay-column__double--col1 {
    display: block;
    padding: 3px; } }
@media print {
  #ay .ay-column__double--col1 {
    clear: both;
    width: 100%;
    padding: 0; } }
#ay .ay-column__double--col2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  padding: .5em 0 1em 0;
  margin-top: 1em; }

#ay .ay-column__double--col2:last-child {
  margin-right: 0; }

@media screen and (max-width: 768px) {
  #ay .ay-column__double--col2 {
    width: 100%;
    margin: 0;
    float: none;
    padding-right: 0; } }
@media screen and (max-width: 480px) {
  #ay .ay-column__double--col2 {
    margin-bottom: 1.25em;
    display: block;
    padding: 3px; } }
@media print {
  #ay .ay-column__double--col2 {
    clear: both;
    width: 100%; } }
@media screen and (max-width: 480px) {
  #ay .ay-column__double--col1,
  #ay .ay-column__double--col2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }

  #ay .ay-column__double--col1:last-child,
  #ay .ay-column__double--col2:last-child {
    margin-right: 0; } }
#ay .ay-column__triple {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.5625em; }

@media screen and (max-width: 1300px) {
  #ay .ay-column__triple {
    margin-left: 42px;
    margin-right: 30px;
    max-width: calc(100% - 72px); } }
@media screen and (max-width: 1079px) {
  #ay .ay-column__triple {
    margin-left: 0; } }
@media screen and (max-width: 999px) {
  #ay .ay-column__triple {
    margin-left: 0;
    margin-right: 0;
    max-width: calc(100% - 40px); } }
@media print {
  #ay .ay-column__triple {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column; } }
#ay .ay-column__triple--col1 {
  width: calc(100% - 438px);
  height: 100%; }

@media screen and (max-width: 930px) {
  #ay .ay-column__triple--col1 {
    width: calc(100%);
    -ms-flex-order: 2;
    order: 2; } }
@media print {
  #ay .ay-column__triple--col1 {
    width: calc(100%); } }
#ay .ay-column__triple--col2 {
  width: 420px; }

@media screen and (max-width: 931px) {
  #ay .ay-column__triple--col2 {
    width: 100%;
    margin-right: 0;
    -ms-flex-order: 1;
    order: 1; } }
@media print {
  #ay .ay-column__triple--col2 {
    width: 100%; } }
#ay .ay-column__triple--col3 {
  width: 420px;
  margin-left: auto; }

@media screen and (max-width: 931px) {
  #ay .ay-column__triple--col3 {
    width: 100%;
    margin-left: 0;
    margin-top: 0 !important;
    -ms-flex-order: 3;
    order: 3; } }
@media print {
  #ay .ay-column__triple--col3 {
    width: 100%; } }
#ay .aui.firefox #ay .ay-column__triple--col1 {
  height: auto; }

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

#ay .rcAll {
  width: 420px; }

@media screen and (max-width: 930px) {
  #ay .ay-column__triple--col1 {
    width: calc(100%);
    -ms-flex-order: 2;
    order: 2; }

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

  #ay .ay-column__triple--col2 {
    -ms-flex-order: 1;
    order: 1; }

  #ay .ay-column__triple--col3 {
    margin-left: 0;
    -ms-flex-order: 3;
    order: 3; } }
#ay #ay .ay-column.ay-column__triple.portlet-layout {
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 1300px) {
  #ay #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 .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 .ay-column.ay-column__triple.portlet-layout {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px); } }
#ay .ay-contact-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }

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

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

  #ay .ay-contact-main .ay-subtitle--mobile + .ay-contact {
    display: block; } }
#ay .ay-contact {
  color: #6D6D6D;
  margin-bottom: 50px;
  -moz-column-count: 4;
  column-count: 4;
  display: block;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-contact {
    -moz-column-count: 2;
    column-count: 2;
    text-align: center;
    display: none; } }
@media screen and (max-width: 480px) {
  #ay .ay-contact {
    -moz-column-count: 1;
    column-count: 1;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    text-align: center; } }
#ay .ay-contact-subtitle {
  font-weight: bold;
  color: #6D6D6D;
  font-size: 16px; }

#ay .ay-contact-location {
  page-break-inside: avoid;
  break-inside: avoid; }

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

#ay .ay-contact-info a {
  color: #32B8DF;
  text-decoration: underline; }

@media screen and (max-width: 768px) {
  #ay .ay-contact-info li:nth-child(2) a {
    color: #6D6D6B;
    text-decoration: none; } }
@media screen and (max-width: 768px) {
  #ay .ay-contact-list {
    -ms-flex-order: 1;
    order: 1;
    cursor: pointer; } }
@media screen and (max-width: 480px) {
  #ay .ay-contact-list .ay-subtitle {
    line-height: 1.3;
    font-size: 35px; } }
#ay .ay-contact-boiler {
  background-color: #00205B;
  color: #FFF;
  margin-bottom: 40px;
  padding: 1.875em; }

#ay .ay-contact-boiler__title {
  color: #FFF;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600; }

@media screen and (max-width: 768px) {
  #ay .ay-contact-boiler__title {
    text-align: center;
    font-size: 18px; } }
@media print {
  #ay .ay-contact-boiler__title {
    font-size: 18px; } }
#ay .ay-contact-boiler__contact {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 20px;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 768px) {
  #ay .ay-contact-boiler__contact {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px; } }
@media print {
  #ay .ay-contact-boiler__contact {
    font-size: 16px; } }
#ay .ay-contact-boiler__contact__person {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0; }

@media screen and (max-width: 768px) {
  #ay .ay-contact-boiler__contact__person {
    margin: 0 0 10px 0;
    text-align: center; } }
#ay .ay-contact-boiler__contact__person a {
  text-decoration: underline; }

#ay .ay-contact-boiler__contact__person a:hover {
  text-decoration: none; }

#ay .ay-contact-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (max-width: 768px) {
  #ay .ay-contact-cta {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px; } }
#ay .ay-contact-button {
  max-width: 230px;
  font-size: 18px; }

@media screen and (max-width: 768px) {
  #ay .ay-contact-button {
    font-size: 14px;
    text-align: center; } }
@media screen and (max-width: 768px) {
  #ay .ay-button__primary--arrow:after {
    height: 18px; } }
#ay .ay-contact-footnote {
  font-size: 0.75em;
  color: #797979; }

@media screen and (max-width: 768px) {
  #ay .ay-contact-footnote {
    display: none; } }
#ay .ay-contact-popup {
  background-color: #FFF;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  max-width: 540px;
  padding: 30px 20px;
  position: relative;
  width: 100%; }

#ay .ay-contact-popup__close {
  color: #CCC;
  font-size: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 10px;
  text-decoration: none; }

@media screen and (max-width: 768px) {
  #ay .ay-contact-wrapper {
    height: 510px;
    overflow-y: auto; } }
#ay .ay-contact-form {
  margin: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

#ay .ay-contact-form input[type="text"] {
  border: none;
  border-bottom: 1px solid #797979;
  font-size: 14px;
  padding: 20px 0 0 0;
  position: relative;
  margin-bottom: 10px; }

#ay .ay-contact-form input[type="text"]::-webkit-input-placeholder {
  color: #797979;
  opacity: 1; }

#ay .ay-contact-form input[type="text"]:-ms-input-placeholder {
  color: #797979;
  opacity: 1; }

#ay .ay-contact-form input[type="text"]::placeholder {
  color: #797979;
  opacity: 1; }

#ay .ay-contact-form input[type="text"]:focus {
  outline: none;
  box-shadow: none; }

#ay .ay-contact-form textarea {
  color: #797979;
  font-size: 14px;
  margin-top: 20px;
  padding: 20px 10px; }

#ay .ay-contact-form textarea:focus {
  outline: none; }

#ay .ay-contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e9e9e9 url("/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: 0.8125em;
  outline: none;
  padding: 0.75em; }

#ay .ay-contact-form select::-moz-focus-inner {
  border: 0; }

#ay .ay-contact-form select option::-moz-focus-inner {
  border: 0; }

#ay .ay-contact-form .ay-button__primary {
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0;
  max-width: 40%;
  padding: 10px 5px; }

#ay .ay-primary-countrycontacts {
  margin: 25px 0 50px 0; }

@media screen and (max-width: 480px) {
  #ay .ay-primary-countrycontacts {
    margin: 10px 0; } }
#ay .ay-primary-countrycontacts__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  margin-bottom: 15px; }

#ay .ay-lightbox {
  display: none; }

#ay .ay-lightbox--on {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 480px) {
  #ay .ay-lightbox--on {
    padding: 50px 0 0 0; } }
#ay .ay-lightbox .ay-contact-popup {
  display: none; }

#ay .ay-cards-slider {
  width: 99%; }

#ay .ay-cards-slider .owl-nav {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  pointer-events: visible; }

#ay .ay-cards-single-row .owl-dots {
  margin-top: -32px; }

#ay .owl-stage-outer {
  margin-bottom: 10px; }

@media screen and (max-width: 480px) {
  #ay .owl-stage-outer {
    margin-bottom: 10px; } }
#ay .owl-next {
  background: url("/ay-theme/resources/images/arrow-right-blue.svg") no-repeat;
  height: 19px;
  width: 20px;
  margin: 0 26px; }

#ay .owl-prev {
  background: url("/ay-theme/resources/images/arrow-right-blue.svg") no-repeat;
  height: 19px;
  margin: 0 26px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 20px; }

#ay .owl-prev:hover {
  cursor: pointer;
  background: url("/ay-theme/resources/images/arrow-right-blue.svg") no-repeat;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

#ay .owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  -ms-flex-align: center;
  align-items: center;
  color: #a9a19c;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -34px;
  pointer-events: none;
  /* position: absolute; */
  /* top: 94.5%; */
  width: 100%; }

#ay .owl-dots:after {
  content: counter(slides-num);
  /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
  display: inline-block;
  font-size: 17px; }

#ay .owl-dot {
  display: inline-block;
  counter-increment: slides-num; }

#ay .owl-dot span {
  display: none; }

#ay .owl-dot.active:before,
#ay .owl-dot.nice-select.open:before {
  content: counter(slides-num) " / ";
  padding: 0 5px 0 0;
  /* Use the same counter to get current item. */
  display: inline-block;
  font-size: 17px; }

#ay .ay-card-thumb__img {
  display: block;
  height: 160px;
  vertical-align: middle;
  max-width: 160px; }

@media screen and (max-width: 480px) {
  #ay .ay-card-thumb__img {
    height: 100px;
    width: auto;
    max-width: 100%; } }
#ay .ay-cards {
  -ms-flex-align: center;
  align-items: center;
  background: url("/ay-theme/resources/images/pattern.png");
  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: 20px 0;
  width: 100%; }

#ay .ay-card {
  background-color: #FFF;
  border-bottom: 7px solid #32B8DF;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  min-height: 241px;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px 25px; }

#ay .ay-card.single {
  max-width: 650px; }

#ay .ay-card p {
  margin-bottom: 0;
  padding-bottom: 0; }

@media screen and (max-width: 1000px) {
  #ay .ay-card {
    min-height: 215px;
    padding: 10px 20px;
    width: auto; } }
@media screen and (max-width: 480px) {
  #ay .ay-card {
    min-height: 150px; } }
#ay .ay-card-date {
  margin: 0;
  padding: 0;
  color: #999;
  font-weight: bold;
  font-size: 11px;
  line-height: 30px;
  text-transform: uppercase; }

@media screen and (max-width: 480px) {
  #ay .ay-card-date {
    line-height: normal;
    padding-top: 5px; } }
#ay .ay-card-row {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-top: 8px;
  margin-bottom: 15px; }

#ay .ay-card-row .ay-card-title {
  font-size: 24px;
  font-weight: 100;
  color: #32B8DF;
  margin-bottom: 10px;
  line-height: 126%;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis; }

@media screen and (max-width: 1200px) {
  #ay .ay-card-row .ay-card-title {
    font-size: 26px;
    line-height: 32px; } }
@media screen and (max-width: 1000px) {
  #ay .ay-card-row .ay-card-title {
    margin-top: 0; } }
@media screen and (max-width: 768px) {
  #ay .ay-card-row .ay-card-title {
    font-size: 25px;
    line-height: normal;
    overflow: visible; } }
@media screen and (max-width: 480px) {
  #ay .ay-card-row .ay-card-title {
    font-size: 20px;
    line-height: 22px;
    overflow: hidden; } }
@media print {
  #ay .ay-card-row .ay-card-title {
    font-size: 18px; } }
#ay .ay-card-row .ay-card-title:hover {
  text-decoration: underline;
  cursor: pointer; }

#ay .ay-card-row .ay-card-title__link {
  color: #32B8DF;
  text-decoration: none; }

#ay .ay-card-row .ay-card-post {
  font-weight: 100;
  color: #999;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  width: 100%; }

#ay .ay-card-row .ay-card-post .ay-card-caption {
  display: block;
  font-size: 14px;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis; }

@media screen and (max-width: 480px) {
  #ay .ay-card-row .ay-card-post .ay-card-caption {
    display: none; } }
#ay .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 .ay-card-thumb {
    display: -ms-flexbox;
    display: flex;
    height: auto; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #ay .owl-nav {
    padding: 16px; } }
#ay .ay-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding: 3em calc(50% - 650px);
  width: 100%; }

@media print {
  #ay .ay-footer {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 1.25em 0; } }
@media screen and (max-width: 480px) {
  #ay .ay-footer {
    padding: 2em calc(50% - 650px); } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width: 1299px) {
  #ay .ay-footer {
    padding: 0.1875em 0;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto; } }
@supports (-ms-ime-align: auto) {
  @media all and (max-width: 1299px) {
    #ay .ay-footer {
      padding: 0.1875em 0; } } }
#ay .ay-footer__primary {
  display: -ms-flexbox;
  display: flex; }

@media print {
  #ay .ay-footer__primary {
    width: 50%; } }
@media screen and (max-width: 1366px) {
  #ay .ay-footer__primary {
    margin: 0 20px; } }
@media screen and (max-width: 1000px) {
  #ay .ay-footer__primary {
    -ms-flex-pack: center;
    justify-content: center; } }
@media screen and (max-width: 375px) {
  #ay .ay-footer__primary {
    padding: 0 1em;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
#ay .ay-footer__primary h4 img {
  width: 191.25px; }

@media screen and (max-width: 1150px) {
  #ay .ay-footer__primary h4 img {
    width: 180px; } }
@media screen and (max-width: 480px) {
  #ay .ay-footer__primary h4 img {
    width: 150px; } }
@media screen and (max-width: 320px) {
  #ay .ay-footer__primary h4 img {
    width: 150px; } }
@media print {
  #ay .ay-footer__primary h4 img {
    max-width: 75%;
    width: 100%; } }
#ay .ay-footer__secondary {
  display: -ms-flexbox;
  display: flex; }

@media print {
  #ay .ay-footer__secondary {
    width: 100%; }

  #ay .ay-footer__secondary p {
    text-align: right;
    width: 100%; } }
@media screen and (max-width: 1366px) {
  #ay .ay-footer__secondary {
    margin: 0 20px; } }
#ay .ay-footer-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 2;
  flex-grow: 2;
  font-family: "Open Sans", sans-serif;
  margin: 25px 0 0 0;
  padding: 0; }

#ay .ay-footer-links p {
  margin-bottom: 0; }

@media screen and (max-width: 1171px) {
  #ay .ay-footer-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media screen and (max-width: 1000px) {
  #ay .ay-footer-links {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; } }
#ay .ay-footer-links ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0; }

@media print {
  #ay .ay-footer-links ul {
    display: none; } }
@media screen and (max-width: 1000px) {
  #ay .ay-footer-links ul {
    -ms-flex-pack: center;
    justify-content: center; } }
@media screen and (max-width: 480px) {
  #ay .ay-footer-links ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
#ay .ay-footer-links ul li {
  list-style: none; }

#ay .ay-footer-links ul li:before {
  color: #797979;
  content: "|";
  display: inline-block;
  font-size: 13px; }

@media screen and (max-width: 480px) {
  #ay .ay-footer-links ul li:before {
    font-size: 12px; } }
@media screen and (max-width: 1171px) {
  #ay .ay-footer-links ul li:first-child:before {
    content: ""; } }
@media screen and (max-width: 1000px) {
  #ay .ay-footer-links ul li {
    text-align: center; }

  #ay .ay-footer-links ul li:first-child:before {
    content: ""; } }
#ay .ay-footer-links ul li a {
  color: #32B8DF;
  font-size: 13px;
  font-weight: 600;
  padding: 0 5px;
  position: relative;
  text-decoration: none; }

@media screen and (max-width: 1150px) {
  #ay .ay-footer-links ul li a {
    font-size: 12px; } }
@media screen and (max-width: 480px) {
  #ay .ay-footer-links ul li a {
    font-size: 11px;
    padding: 0 5px; } }
#ay .ay-footer-links ul li a:hover {
  text-decoration: underline; }

#ay .ay-footer-copyright {
  color: #797979;
  font-weight: bold;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding-right: 10px;
  margin: 0; }

@media screen and (max-width: 1150px) {
  #ay .ay-footer-copyright {
    font-size: 13px; } }
@media screen and (max-width: 1000px) {
  #ay .ay-footer-copyright {
    padding: 0;
    text-align: center;
    width: 100%; } }
@media screen and (max-width: 480px) {
  #ay .ay-footer-copyright {
    font-size: 12px; } }
#ay .ay-footer__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media print {
  #ay .ay-footer__social {
    display: none; } }
@media screen and (max-width: 1150px) {
  #ay .ay-footer__social {
    margin-top: 20px; } }
#ay .ay-footer__social-links {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0; }

#ay .ay-footer__social-links-mobile {
  display: none; }

@media screen and (max-width: 1000px) {
  #ay .ay-footer__social-links {
    display: none; } }
@media screen and (max-width: 1000px) {
  #ay .ay-footer__social-links-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    top: 10px; } }
#ay .ay-footer__social-links li {
  list-style: none;
  margin: 0 5px;
  display: inline-block; }

@media screen and (max-width: 1150px) {
  #ay .ay-footer__social-links li {
    margin: 0 3px; } }
@media screen and (max-width: 768px) {
  #ay .ay-footer__social-links li {
    margin: 0 3px; } }
#ay .ay-footer__social-links li a {
  display: inline-block; }

#ay .ay-footer__social-links li a img {
  width: 40px; }

@media screen and (max-width: 1150px) {
  #ay .ay-footer__social-links li a img {
    width: 28px; } }
@media screen and (max-width: 480px) {
  #ay .ay-footer__social-links li a img {
    width: 24px; } }
#ay .ay-footer__properties {
  margin: 0;
  padding: 0; }

#ay .ay-footer__properties li {
  list-style: none; }

#ay .ay-footer__properties li a {
  -ms-flex-align: center;
  align-items: center;
  color: #797979;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-decoration: none;
  padding-left: 15px; }

@media screen and (max-width: 1150px) {
  #ay .ay-footer__properties li a {
    font-size: 13px; } }
@media screen and (max-width: 480px) {
  #ay .ay-footer__properties li a {
    font-size: 14px; } }
#ay .ay-footer__properties li a img {
  margin-left: 10px;
  width: 40px; }

@media screen and (max-width: 1150px) {
  #ay .ay-footer__properties li a img {
    width: 28px; } }
@media screen and (max-width: 480px) {
  #ay .ay-footer__properties li a img {
    width: 24px; } }
#ay .ay-footer__properties-mobile {
  display: none; }

@media screen and (max-width: 1000px) {
  #ay .ay-footer__properties {
    display: none; }

  #ay .ay-footer__properties-mobile {
    display: block;
    position: relative;
    margin-bottom: 3px; } }
#ay .ay-footer .ay-footer-mobile-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 50px; }

@media screen and (max-width: 375px) {
  #ay .ay-footer .ay-footer-mobile-social {
    margin: 0; } }
@media (max-width: 1000px) {
  #ay .mobile-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 200px;
    height: auto;
    /* optional */
    -ms-flex-align: start;
    align-items: flex-start; }

  #ay .mobile-wrapper .ay-header {
    -ms-flex-order: 2;
    order: 2;
    position: absolute;
    top: 41px;
    z-index: 20; }

  #ay .mobile-wrapper .ay-top-nav {
    -ms-flex-order: 1;
    order: 1;
    z-index: 30; } }
#ay .mobile-wrapper {
  position: relative; }

@media screen and (max-width: 480px) {
  #ay .mobile-wrapper {
    min-height: 0; } }
@media print {
  #ay .mobile-wrapper {
    min-height: 120px; } }
#ay .ay-header {
  z-index: 211;
  display: -ms-flexbox;
  display: flex;
  height: 142px;
  max-width: 100%;
  position: relative;
  width: 100%; }

@media print {
  #ay .ay-header {
    height: auto; } }
@media screen and (max-width: 1000px) {
  #ay .ay-header {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto; } }
#ay .ay-header:before {
  background: #32B8DF;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%; }

@media print {
  #ay .ay-header:before {
    background: none; } }
@media screen and (max-width: 768px) {
  #ay .ay-header:before {
    width: 70%; } }
@media screen and (max-width: 480px) {
  #ay .ay-header:before {
    display: none;
    background: none; } }
#ay .ay-header:after {
  background: #f5f5f5;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 0; }

@media screen and (max-width: 768px) {
  #ay .ay-header:after {
    width: 30%; } }
@media screen and (max-width: 480px) {
  #ay .ay-header:after {
    display: none;
    background: none; } }
#ay .ay-header-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%; }

@media screen and (max-width: 1000px) {
  #ay .ay-header-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto; } }
#ay .ay-header__left {
  -ms-flex-align: center;
  align-items: center;
  background: #32b8df url("/ay-theme/resources/images/ay-header-cut.png") right no-repeat;
  display: -ms-flexbox;
  display: flex;
  max-width: 990px;
  position: relative;
  width: 100%;
  z-index: 1; }

@media print {
  #ay .ay-header__left {
    background: none; } }
@media screen and (max-width: 1000px) {
  #ay .ay-header__left {
    max-width: none;
    height: 110px;
    background: #32B8DF; } }
@media screen and (max-width: 700px) {
  #ay .ay-header__left {
    background: #32B8DF; } }
@media screen and (max-width: 480px) {
  #ay .ay-header__left {
    height: 100%;
    min-height: 100px; } }
#ay .ay-header h1 {
  line-height: normal; }

#ay .ay-header-logo {
  display: block;
  font-size: 0px;
  height: auto;
  width: 250px; }

@media screen and (max-width: 1300px) {
  #ay .ay-header-logo {
    width: 240px;
    margin-left: 42px; } }
@media screen and (max-width: 1200px) {
  #ay .ay-header-logo {
    width: 230px; } }
@media screen and (max-width: 1080px) {
  #ay .ay-header-logo {
    width: 180px;
    margin-left: 20px; } }
@media screen and (max-width: 1000px) {
  #ay .ay-header-logo {
    height: auto;
    margin-left: 20px;
    width: 200px; } }
@media screen and (max-width: 768px) {
  #ay .ay-header-logo {
    height: auto;
    margin-left: 20px;
    width: 160px; } }
@media screen and (max-width: 480px) {
  #ay .ay-header-logo {
    width: 140px; } }
@media print {
  #ay .ay-header-logo img {
    max-width: 75%;
    width: 100%; } }
#ay .ay-header-options {
  margin: 0 0 0 30px;
  position: relative;
  padding: 5px 0 17px 25px; }

@media print {
  #ay .ay-header-options {
    display: none; } }
@media screen and (max-width: 1080px) {
  #ay .ay-header-options {
    padding: 0 0 7px 25px; } }
@media screen and (max-width: 480px) {
  #ay .ay-header-options {
    padding: 0 0 0 20px;
    height: 50px; } }
#ay .ay-header-options:before {
  border-left: 1px solid #FFF;
  content: "";
  left: 0;
  position: absolute;
  top: -1px;
  height: 100%; }

#ay .ay-header-options h3 {
  line-height: 100%;
  margin-left: -2px;
  position: relative;
  top: 8px; }

@media screen and (max-width: 480px) {
  #ay .ay-header-options h3 {
    position: relative;
    top: 3px; } }
@media screen and (max-width: 1000px) {
  #ay .ay-header-options {
    margin-left: 15px;
    padding-left: 15px; } }
@media screen and (max-width: 480px) {
  #ay .ay-header-options {
    width: auto;
    margin-left: 10px;
    padding-left: 10px; } }
#ay .ay-header-options__language-location {
  color: #fff;
  font-size: 14px; }

@media screen and (max-width: 1000px) {
  #ay .ay-header-options__language-location {
    font-size: 13px; } }
#ay .ay-header-options__language-location a {
  text-decoration: none;
  color: #fff; }

#ay .ay-header-options__language-location a:hover {
  text-decoration: underline; }

#ay .ay-header-options__global {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  text-decoration: none;
  top: 5px; }

#ay .ay-header-options__global:hover {
  text-decoration: underline; }

#ay .ay-header-options__global:after {
  background: url("/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 .ay-header-options__global:after {
    font-size: 12px; } }
@media screen and (max-width: 480px) {
  #ay .ay-header-options__global {
    font-size: 12px; } }
#ay .ay-header-options h3 {
  font-size: 42px;
  color: #FFF; }

#ay .ay-header-options h3 a {
  color: #FFF;
  text-decoration: none; }

@media screen and (max-width: 1200px) {
  #ay .ay-header-options h3 {
    font-size: 36px; } }
@media screen and (max-width: 768px) {
  #ay .ay-header-options h3 {
    font-size: 29px; } }
@media screen and (max-width: 480px) {
  #ay .ay-header-options h3 {
    font-size: 20px; } }
#ay .ay-header__right {
  background: #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  max-width: 310px;
  padding-left: 20px;
  position: relative;
  width: 100%;
  z-index: 1;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media print {
  #ay .ay-header__right {
    display: none; } }
@media screen and (max-width: 1300px) {
  #ay .ay-header__right {
    margin-right: 30px;
    padding-left: 0; } }
@media screen and (max-width: 1000px) {
  #ay .ay-header__right {
    max-width: none;
    padding-top: 0;
    margin-right: 20px; } }
#ay .ay-header__right__wrapper {
  height: 142px;
  position: relative;
  z-index: 10; }

@media screen and (max-width: 1000px) {
  #ay .ay-header__right__wrapper {
    display: -ms-flexbox;
    display: flex;
    left: 0;
    width: 100%;
    height: auto; } }
#ay .ay-header__right__primary {
  position: relative; }

@media screen and (max-width: 1000px) {
  #ay .ay-header__right__primary {
    display: none; } }
#ay .ay-header__right__secondary {
  position: relative;
  margin-left: -30px;
  margin-top: 28px;
  height: auto; }

@media screen and (max-width: 1000px) {
  #ay .ay-header__right__secondary {
    width: 100%;
    margin: 0; } }
#ay .ay-header-utility {
  color: #797979;
  display: -ms-flexbox;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 100;
  height: auto;
  list-style: none;
  margin: 0;
  max-width: 100%;
  width: auto;
  -ms-flex-pack: end;
  justify-content: flex-end; }

#ay .ay-header-utility-login {
  /* margin-right: 25px; */ }

#ay .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: 0px 3px;
  color: #797979;
  padding-left: 15px;
  text-decoration: none;
  text-indent: -9999px; }

#ay .ay-header-utility-login a:hover {
  text-decoration: underline; }

#ay .ay-header-utility-lang {
  margin-left: 25px;
  margin-right: 7px; }

#ay .ay-header-utility-lang a {
  color: #797979;
  text-decoration: none; }

#ay .ay-header-utility-lang a:active,
#ay .ay-header-utility-lang a:hover,
#ay .ay-header-utility-lang a:focus,
#ay .ay-header-utility-lang a.active,
#ay .ay-header-utility-lang a.nice-select.open {
  color: #32B8DF;
  text-decoration: underline; }

#ay .ay-quick-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (max-width: 1200px) {
  #ay .ay-quick-links {
    padding-right: 15px; } }
@media screen and (max-width: 1000px) {
  #ay .ay-quick-links {
    background: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: auto; } }
#ay .ay-quick-links__item {
  display: inline-block;
  margin: 0;
  min-width: 107px;
  position: relative;
  width: 100%; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__item {
    line-height: normal;
    margin: 0;
    position: static;
    width: 100%; } }
@media screen and (max-width: 480px) {
  #ay .ay-quick-links__item {
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    width: 100%; } }
#ay .ay-quick-links__item > a {
  background-position: top center;
  background-size: 64px;
  color: #797979;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .02em;
  height: auto;
  overflow: hidden;
  padding-top: 72px;
  text-align: center;
  text-decoration: none;
  width: 100%; }

#ay .ay-quick-links__item > a:hover {
  background-position: top center;
  background-size: 64px;
  color: #000; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__item > a:hover {
    color: #FFF; } }
@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__item > a {
    color: #FFF;
    display: block;
    height: 100%;
    margin: 0;
    min-width: 0;
    padding: 10px 0;
    width: 100%; } }
@media screen and (max-width: 480px) {
  #ay .ay-quick-links__item > a {
    font-size: 12px;
    padding: 12px; } }
@media screen and (max-width: 375px) {
  #ay .ay-quick-links__item > a {
    font-size: 11px;
    padding: 12px 8px; } }
#ay .ay-quick-links__item:last-child {
  min-width: 112px; }

#ay .ay-quick-links__item:last-child a {
  margin-right: 0; }

#ay .ay-quick-links__form {
  border-bottom: 1px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 12px 0 0 0;
  padding: 0.1875em 0;
  width: 100%;
  max-width: 704px; }

#ay .ay-quick-links__form input[type="text"] {
  background: none;
  border: none;
  color: #fff;
  padding-left: .5em;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__form input[type="text"] {
    padding-left: 0; } }
#ay .ay-quick-links__form input[type="text"]:focus {
  outline: none;
  box-shadow: none; }

#ay .ay-quick-links__form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: .03em;
  font-size: 14px;
  opacity: 1; }

#ay .ay-quick-links__form input[type="text"]:-ms-input-placeholder {
  color: #fff;
  letter-spacing: .03em;
  font-size: 14px;
  opacity: 1; }

#ay .ay-quick-links__form input[type="text"]::placeholder {
  color: #fff;
  letter-spacing: .03em;
  font-size: 14px;
  opacity: 1; }

#ay .ay-quick-links__form input[type="submit"] {
  background: #32b8df 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: -3px;
  color: #fff;
  padding: 5px 10px;
  position: relative;
  width: 1.8em; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__form input[type="submit"] {
    width: 2em; } }
#ay .ay-select-dropdown {
  background: url("/ay-theme/resources/images/arrow-select-white.svg") no-repeat 98% center;
  background-size: 15px;
  display: block;
  border-bottom: 1px solid #FFF;
  height: 40px;
  margin: 0;
  overflow: hidden;
  padding: 3px 0;
  max-width: 704px;
  position: relative;
  text-transform: uppercase;
  width: 100%; }

#ay .ay-select-dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  color: #FFF;
  border: none;
  padding-left: .5em;
  font-size: 14px;
  height: 40px;
  width: 300px; }

#ay .ay-select-dropdown select option {
  background: #00205B; }

@media screen and (max-width: 480px) {
  #ay .ay-select-dropdown select {
    margin: 0; } }
#ay .ay-select-dropdown select:focus {
  outline: none; }

#ay .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("/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 .ay-select-actual:hover {
  color: #32B8DF; }

#ay .ay-select-actual:focus {
  outline: none; }

#ay .ay-select-actual option {
  background-color: #fff;
  border: none;
  color: #00205b;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; }

#ay .ay-select-actual option:first-child {
  border-top: 1px solid #ccc; }

#ay .ay-select-actual option:last-child {
  border-bottom: 1px solid #ccc; }

#ay select.ay-select-actual::-ms-expand {
  display: none; }

#ay .ay-select-dropdown__text {
  color: #fff;
  background: none;
  border-bottom: 1px solid white;
  cursor: pointer;
  line-height: 32px;
  letter-spacing: .03em;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  text-indent: 10px;
  width: 100%;
  color: #fff; }

@media screen and (max-width: 1000px) {
  #ay .ay-select-dropdown__text {
    text-indent: 0; } }
#ay .ay-select-dropdown__text:after {
  background: url("/ay-theme/resources/images/arrow-right.svg") no-repeat;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size: 12px;
  content: '';
  height: 14px;
  position: absolute;
  right: 6px;
  top: 10px;
  width: 14px; }

#ay .ay-select-dropdown__content a {
  color: #00205B;
  padding: 0;
  text-decoration: none; }

#ay .ay-select-dropdown__toggle {
  background: none;
  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 .ay-select-dropdown__toggle:focus {
  outline: 0; }

@media screen and (max-width: 480px) {
  #ay .ay-select-dropdown__toggle {
    font-size: 16px; } }
#ay .ay-select-dropdown__content {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #00205B;
  line-height: 32px;
  list-style-type: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  top: 34px;
  transition: all .25s ease;
  visibility: hidden;
  width: 100%;
  z-index: 10; }

#ay .ay-select-dropdown__content a {
  display: block; }

#ay .ay-select-dropdown__content a:hover {
  background-color: #32B8DF;
  color: #fff; }

#ay .ay-select-dropdown__toggle {
  z-index: 2; }

#ay .ay-select-dropdown__toggle:hover ~ .ay-select-dropdown__text {
  color: #32B8DF; }

#ay .ay-select-dropdown__toggle:focus ~ .ay-select-dropdown__text {
  background: none;
  color: #32B8DF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.8);
  z-index: 2; }

#ay .ay-select-dropdown__toggle:focus ~ .ay-select-dropdown__text:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

#ay .ay-select-dropdown:focus + .ay-select-dropdown {
  display: none; }

#ay .ay-select-dropdown__content.open:hover,
#ay .ay-select-dropdown__toggle:focus ~ .ay-select-dropdown__content {
  opacity: 1;
  visibility: visible;
  top: 34px;
  z-index: 80; }

#ay .ay-quick-links__properties {
  background-image: url("/ay-theme/resources/images/Properties_Green.svg"), url("/ay-theme/resources/images/Properties_Blue_RO.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, top center;
  background-size: 64px, 0 !important; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__properties {
    background: #6fab37;
    min-height: 0; } }
#ay .ay-quick-links__properties:hover {
  background-image: url("/ay-theme/resources/images/Properties_Blue_RO.svg"), url("/ay-theme/resources/images/Properties_Green.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, top center;
  background-size: 64px, 0 !important; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__properties:hover {
    background: #00205B; } }
#ay .ay-quick-links__item--properties:hover .ay-quick-links__properties {
  background: url("/ay-theme/resources/images/Properties_Blue_RO.svg") no-repeat;
  background-position: top center;
  background-size: 64px; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__item--properties:hover .ay-quick-links__properties {
    background: #00205B; } }
#ay .ay-quick-links__offices {
  background-image: url("/ay-theme/resources/images/Offices_Red.svg"), url("/ay-theme/resources/images/Offices_Blue_RO.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, top center;
  background-size: 64px, 0 !important; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__offices {
    background: #DA291C;
    min-height: 0; } }
#ay .ay-quick-links__offices:hover {
  background-image: url("/ay-theme/resources/images/Offices_Blue_RO.svg"), url("/ay-theme/resources/images/Offices_Red.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, top center;
  background-size: 64px, 0 !important; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__offices:hover {
    background: #00205B; } }
#ay .ay-quick-links__item--offices:hover .ay-quick-links__offices {
  background: url("/ay-theme/resources/images/Offices_Blue_RO.svg") no-repeat;
  background-position: top center;
  background-size: 64px; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__item--offices:hover .ay-quick-links__offices {
    background: #00205B; } }
#ay .ay-quick-links__proff {
  background-image: url("/ay-theme/resources/images/Professionals_Orange.svg"), url("/ay-theme/resources/images/Professionals_Blue_RO.svg");
  margin-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: top center, top center;
  background-size: 64px, 0 !important; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__proff {
    background: #F48B3B;
    min-height: 0; } }
#ay .ay-quick-links__proff:hover {
  background-image: url("/ay-theme/resources/images/Professionals_Blue_RO.svg"), url("/ay-theme/resources/images/Professionals_Orange.svg");
  background-position: top center, top center;
  background-size: 64px, 0 !important; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__proff:hover {
    background: #00205B; } }
#ay .ay-quick-links__item--proff:hover .ay-quick-links__proff {
  background: url("/ay-theme/resources/images/Professionals_Blue_RO.svg") no-repeat;
  background-position: top center;
  background-size: 64px; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__item--proff:hover .ay-quick-links__proff {
    background: #00205B; } }
#ay .ay-dd-cities {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box; }

@media screen and (max-width: 1000px) {
  #ay .ay-dd-cities {
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 220px;
    direction: rtl;
    direction: rtl; }

  #ay .ay-dd-cities .ay-quick-links__dd-column {
    height: auto;
    padding-left: 0;
    border-left: none;
    padding-right: 10px; }

  #ay .ay-dd-cities .ay-quick-links__dd-column li {
    line-height: 1.6em; } }
@media screen and (max-width: 1000px) and (max-width: 375px) {
  #ay .ay-dd-cities {
    margin-left: 0; } }
@media screen and (max-width: 1000px) and (max-width: 320px) {
  #ay .ay-dd-cities .ay-quick-links__dd-column li {
    font-size: 11px;
    font-weight: normal;
    margin-left: 40px; } }
@media screen and (max-width: 1000px) {
  #ay .ay-dd-cities .ay-quick-links__dd-column {
    height: auto;
    padding-left: 0;
    border-left: none;
    padding-right: 10px; }

  #ay .ay-dd-cities .ay-quick-links__dd-column li {
    line-height: 1.6em; }

  #ay .ay-dd-cities .ay-quick-links__dd-column li a {
    font-weight: normal; }

  #ay .ay-dd-cities .ay-quick-links__dd-column .ay-quick-links__item--country a {
    font-weight: bold; }

  #ay .ay-dd-cities .ay-quick-links__dd-column .ay-quick-links__item--country img {
    margin-top: -36px;
    margin-right: 40px;
    width: 40px; }

  #ay .ay-dd-cities .ay-quick-links__dd-column .ay-quick-links__item--city a {
    font-weight: bold; } }
@media screen and (max-width: 320px) {
  #ay .ay-dd-cities .ay-quick-links__dd-column li {
    font-size: 11px;
    font-weight: normal;
    margin-left: 40px; } }
#ay .ay-quicklinks-mobile__close {
  background: url("/ay-theme/resources/images/close-button.svg") no-repeat;
  background-size: 15px;
  background-position: center center;
  border: none;
  display: none;
  font-size: 20px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 12px;
  width: 35px; }

@media screen and (max-width: 768px) {
  #ay .ay-quicklinks-mobile__close {
    display: block; } }
#ay .ay-quick-links__dd-short {
  background-color: #00205B;
  display: none;
  margin-left: 0px;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  padding: 1.875em;
  position: absolute;
  top: 112px;
  width: 200px; }

#ay .ay-quick-links__dd-short ul {
  margin: 0;
  padding: 0; }

#ay .ay-quick-links__dd-short a {
  text-decoration: none; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__dd-short {
    padding: 1.875em 1.875em 1.875em 4.0625em;
    top: 38px;
    width: 100%; } }
@media screen and (max-width: 768px) {
  #ay .ay-quick-links__dd-short {
    padding-left: 1.875em; } }
@media screen and (max-width: 480px) {
  #ay .ay-quick-links__dd-short {
    top: 37px;
    border: none; } }
#ay .ay-quick-links__dd-short:after {
  background: url("/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 .ay-quick-links__dd-short:after {
    background: none; } }
#ay .ay-quick-links__dd-short--show {
  display: -ms-flexbox;
  display: flex; }

#ay .ay-quick-links__dd-short li {
  list-style: none;
  min-width: 0;
  width: auto; }

#ay .ay-quick-links__dd-short li.separator {
  border-top: 1px solid #fff;
  padding-top: 10px;
  margin-top: 8px;
  margin-bottom: 0; }

#ay .ay-quick-links__dd-short li a {
  color: #fff;
  display: inline-block;
  padding: 2px 0;
  text-align: left;
  font-size: 14px; }

@media screen and (max-width: 480px) {
  #ay .ay-quick-links__dd-short li a {
    padding: 6px 0; } }
#ay .ay-quick-links__dd-short li a:hover {
  color: #32B8DF; }

#ay .ay-quick-links__dd-short li.top-border {
  border-top: 1px solid #fff;
  padding-top: 10px;
  margin-top: 8px; }

#ay .ay-quick-links__dd-short li.bottom-border {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 8px; }

#ay .ay-quick-links__dd-medium {
  background-color: #00205B;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  padding: 1.875em;
  position: absolute;
  right: -30px;
  top: 113px;
  width: 350px; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__dd-medium {
    right: 0;
    top: 38px;
    width: 100%; } }
@media screen and (max-width: 480px) {
  #ay .ay-quick-links__dd-medium {
    top: 37px; } }
#ay .ay-quick-links__dd-medium h3 {
  font-size: 16px;
  font-weight: 600;
  padding-left: .4em; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__dd-medium h3 {
    padding-left: 0; } }
#ay .ay-quick-links__dd-medium:after {
  background: url("/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 .ay-quick-links__dd-medium:after {
    background: none; } }
#ay .ay-quick-links__dd-medium--show {
  display: -ms-flexbox;
  display: flex; }

#ay .ay-quick-links__dd-wide {
  background-color: #00205B;
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 22px 20px 59px 40px;
  position: absolute;
  right: -140px;
  top: 113px;
  width: 1100px;
  z-index: 250; }

@media screen and (max-width: 1170px) {
  #ay .ay-quick-links__dd-wide {
    width: 980px; } }
@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__dd-wide {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    right: 0;
    width: 100%;
    top: 38px; } }
@media screen and (max-width: 480px) {
  #ay .ay-quick-links__dd-wide {
    top: 37px;
    border: none;
    padding: 1.875em 0.625em; } }
#ay .ay-quick-links__dd-wide .ay-office-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
  -ms-flex: 1 0 0px;
  flex: 1 0 0; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__dd-wide .ay-office-menu {
    border-bottom: 1px solid #FFF;
    min-height: 0;
    padding-bottom: .5em;
    margin-bottom: .5em;
    width: 100%; } }
#ay .ay-quick-links__dd-wide .ay-office-menu:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  border-left: 2px solid #ddd;
  transition: all 0.3s;
  min-height: 400px; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__dd-wide .ay-office-menu:before {
    border: none; } }
#ay .ay-quick-links__dd-wide .ay-office-menu__us {
  -ms-flex: 3 0 0px;
  flex: 3 0 0; }

#ay .ay-quick-links__dd-wide .ay-office-menu__us,
#ay .ay-quick-links__dd-wide .ay-office-menu__other {
  padding-top: 32px; }

@media screen and (max-width: 768px) {
  #ay .ay-quick-links__dd-wide .ay-office-menu__us,
  #ay .ay-quick-links__dd-wide .ay-office-menu__other {
    padding-top: 15px; } }
#ay .ay-quick-links__dd-wide .ay-office-menu__global {
  color: #32B8DF;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 600; }

#ay .ay-quick-links__dd-wide .ay-office-menu__global:hover {
  text-decoration: underline; }

#ay .ay-quick-links__dd-wide .ay-office-menu__subtitle {
  font-size: 14px;
  color: #32B8DF;
  font-weight: 600; }

#ay .ay-quick-links__dd-wide .ay-office-menu__subtitle > a {
  color: #32B8DF;
  text-decoration: none; }

#ay .ay-quick-links__dd-wide .ay-office-menu__subtitle > a:hover {
  text-decoration: none; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__dd-wide .ay-office-menu__subtitle {
    margin-bottom: 12px; } }
#ay .ay-quick-links__dd-wide .ay-office-menu__list {
  -moz-column-count: 3;
  column-count: 3;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  margin: 0px; }

@media screen and (max-width: 768px) {
  #ay .ay-quick-links__dd-wide .ay-office-menu__list {
    -moz-column-count: 2;
    column-count: 2; } }
@media screen and (max-width: 768px) {
  #ay .ay-quick-links__dd-wide .ay-office-menu__list {
    margin-bottom: 10px; } }
#ay .ay-quick-links__dd-wide .ay-office-menu__list--ca {
  -moz-column-count: 1;
  column-count: 1; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__dd-wide .ay-office-menu__list--ca {
    -moz-column-count: 3;
    column-count: 3; }

  #ay .ay-quick-links__dd-wide .ay-office-menu__list--ca li {
    width: 100% !important; } }
#ay .ay-quick-links__dd-wide .ay-office-menu__list--other {
  -moz-column-count: 1;
  column-count: 1;
  margin-bottom: 20px; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__dd-wide .ay-office-menu__list--other {
    -moz-column-count: 3;
    column-count: 3; }

  #ay .ay-quick-links__dd-wide .ay-office-menu__list--other li {
    width: 100% !important; } }
@media screen and (max-width: 768px) {
  #ay .ay-quick-links__dd-wide .ay-office-menu__list--other {
    -moz-column-count: 2;
    column-count: 2; } }
@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__dd-wide .ay-office-menu__list li {
    width: 33.33333%; } }
@media screen and (max-width: 768px) {
  #ay .ay-quick-links__dd-wide .ay-office-menu__list li {
    width: 100%; } }
@media screen and (max-width: 480px) {
  #ay .ay-quick-links__dd-wide .ay-office-menu__list li {
    padding: 6px 0; } }
#ay .ay-quick-links__dd-wide .ay-office-menu__list li a {
  color: #FFF;
  text-decoration: none;
  font-size: 14px; }

#ay .ay-quick-links__dd-wide .ay-office-menu__list li a:hover {
  color: #32B8DF; }

#ay .ay-quick-links__dd-wide:after {
  background: url("/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 .ay-quick-links__dd-wide:after {
    display: none; } }
#ay .ay-quick-links__dd-wide img {
  display: none; }

@media screen and (max-width: 1000px) {
  #ay .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 .ay-quick-links__dd-wide img {
    padding-right: 20px; } }
@media screen and (max-width: 480px) {
  #ay .ay-quick-links__dd-wide img {
    padding-top: 30px;
    height: 55px; } }
@media screen and (max-width: 320px) {
  #ay .ay-quick-links__dd-wide img {
    margin-top: -25px;
    padding-right: 10px; } }
@media screen and (max-width: 400px) {
  #ay .ay-quick-links__dd-wide .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 14px; } }
@media screen and (max-width: 375px) {
  #ay .ay-quick-links__dd-wide .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 22px; } }
@media screen and (max-width: 320px) {
  #ay .ay-quick-links__dd-wide {
    padding-left: 0px;
    padding-right: 0px; }

  #ay .ay-quick-links__dd-wide .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 0px; } }
#ay .ay-quick-links__dd-wide--show {
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__dd-wide--show {
    display: inline-block; } }
#ay .ay-quick-links__dd-wide .neighbourhood--list {
  padding-left: 10px; }

#ay .ay-quick-links__dd-wide .neighbourhood--list li {
  line-height: 1em; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__dd-wide .neighbourhood--list {
    padding-left: 5px; } }
#ay .ay-quick-links__dd-column {
  border-left: 1px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -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 .ay-quick-links__dd-column a {
  padding-bottom: 0.625em;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  width: 100%; }

#ay .ay-quick-links__dd-column--show {
  display: -ms-flexbox;
  display: flex; }

#ay .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 .ay-quick-links__dd-column--global {
    margin-right: 5px;
    padding-left: 55px;
    padding-right: 5px; } }
@media screen and (max-width: 500px) {
  #ay .ay-quick-links__dd-column--global {
    margin-right: 30px;
    padding-left: 20px;
    padding-right: 0; } }
@media screen and (max-width: 375px) {
  #ay .ay-quick-links__dd-column--global {
    padding-left: 15px;
    min-width: 120px;
    line-height: normal; } }
#ay .ay-quick-links__dd-column--global .ay-quick-links__item--global:last-child a {
  border-bottom: none; }

#ay .ay-quick-links__dd-column--global .ay-quick-links__item--global a {
  border-bottom: 1px solid #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875em;
  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 .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 .ay-quick-links__dd-column--global .ay-quick-links__item--global {
    font-size: 14px;
    line-height: normal; } }
@media screen and (max-width: 320px) {
  #ay .ay-quick-links__dd-column--global .ay-quick-links__item--global {
    font-size: 12px; } }
#ay .ay-quick-links__dd-column .ay-quick-links__item--country {
  display: none;
  position: relative; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__dd-column .ay-quick-links__item--country {
    display: block; }

  #ay .ay-quick-links__dd-column .ay-quick-links__item--country a {
    display: inline-block;
    font-size: 0.875em;
    line-height: 170%;
    padding-bottom: 5px;
    position: relative; }

  #ay .ay-quick-links__dd-column .ay-quick-links__item--country a:after {
    background: url("/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 .ay-quick-links__dd-column .ay-quick-links__item--country a {
    font-size: 0.75em;
    padding-bottom: 0; } }
#ay .ay-quick-links__dd-column .ay-quick-links__item--city {
  display: none; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__dd-column .ay-quick-links__item--city {
    display: block; }

  #ay .ay-quick-links__dd-column .ay-quick-links__item--city a {
    font-size: 0.875em;
    line-height: 170%;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px; } }
@media screen and (max-width: 1000px) and (max-width: 375px) {
  #ay .ay-quick-links__dd-column .ay-quick-links__item--city a {
    font-size: 0.75em;
    line-height: normal; } }
#ay .ay-quick-links__dd-column li {
  width: auto;
  min-width: none;
  list-style: none;
  line-height: 1.3em; }

#ay .ay-quick-links__dd-column li a {
  color: #fff;
  padding: 0;
  text-align: left;
  font-size: 0.75em; }

@media screen and (max-width: 1000px) {
  #ay .ay-quick-links__dd-column li a {
    font-weight: bold; } }
@media screen and (max-width: 320px) {
  #ay .ay-quick-links__dd-column li a {
    font-weight: normal; } }
#ay .ay-quick-links__dd-column li a:hover {
  color: #32B8DF; }

#ay .mCS-my-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #32b8df;
  width: 6px;
  height: 70px; }

#ay .mCS-my-theme .mCSB_scrollTools .mCSB_draggerRail {
  background-color: white; }

#ay .mCS-my-theme .mCSB_scrollTools {
  opacity: 1; }

#ay .mCS-my-theme .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
#ay .mCS-my-theme .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #32b8df;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

#ay .ay-country-menu {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  display: none;
  height: auto;
  padding: 3.75em;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  max-width: 1300px;
  overflow: hidden;
  width: 100%;
  z-index: 210;
  margin: -50px auto 0; }

@media screen and (max-width: 1000px) {
  #ay .ay-country-menu {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 250px; } }
@media screen and (max-width: 768px) {
  #ay .ay-country-menu {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 208px;
    padding: 20px 0; } }
@media screen and (max-width: 480px) {
  #ay .ay-country-menu {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    top: 191px; } }
#ay .ay-country-menu__show {
  display: -ms-flexbox;
  display: flex; }

#ay .ay-country-menu__close-button {
  color: #32B8DF;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100; }

#ay .ay-country-menu__column {
  height: auto;
  min-height: 430px;
  width: 25%;
  overflow: hidden;
  padding: 0 20px 0 0;
  position: relative;
  top: 0; }

@media screen and (max-width: 1000px) {
  #ay .ay-country-menu__column {
    margin: 0;
    min-height: 300px; } }
@media screen and (max-width: 768px) {
  #ay .ay-country-menu__column {
    margin-bottom: 20px; } }
@media screen and (max-width: 480px) {
  #ay .ay-country-menu__column {
    width: auto;
    min-height: 0; } }
#ay .ay-country-menu__column h4.ay-country-menu__column--title {
  margin-left: 30px;
  margin-top: 40px;
  text-transform: none; }

@media screen and (max-width: 480px) {
  #ay .ay-country-menu__column h4.ay-country-menu__column--title {
    margin: 0 0 10px 20px; } }
#ay .ay-country-menu__column .ay-office-menu__global {
  margin-left: 30px;
  font-weight: bold;
  color: #32b8df;
  font-size: 1.125em;
  z-index: 1; }

@media screen and (max-width: 480px) {
  #ay .ay-country-menu__column .ay-office-menu__global {
    margin-left: 20px;
    margin-bottom: 20px;
    display: block; } }
#ay .ay-country-menu__column .ay-office-menu__global:hover {
  text-decoration: none; }

#ay .ay-country-menu__column:nth-child(2) .ay-country-menu__column--title {
  margin-top: 20px; }

@media screen and (max-width: 480px) {
  #ay .ay-country-menu__column:nth-child(2) .ay-country-menu__column--title {
    margin: 0 0 10px 20px; } }
#ay .ay-country-menu__column:nth-child(2) .ay-country-menu__column--list {
  /* width:20%; */
  -moz-column-count: 1;
  column-count: 1; }

@media screen and (max-width: 480px) {
  #ay .ay-country-menu__column:nth-child(2) .ay-country-menu__column--list {
    -moz-column-count: 2;
    column-count: 2; } }
#ay .ay-country-menu__column:nth-child(2) .ay-country-menu__column--list .ay-office-menu__global {
  margin-left: 30px;
  margin-bottom: 20px; }

#ay .ay-country-menu__column:nth-child(3) {
  width: 75%; }

#ay .ay-country-menu__column:nth-child(3) .ay-country-menu__column--list {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -moz-column-width: 30%;
  column-width: 30%;
  float: none; }

@media screen and (max-width: 570px) {
  #ay .ay-country-menu__column:nth-child(3) .ay-country-menu__column--list {
    -moz-column-count: 2;
    column-count: 2; } }
@media screen and (max-width: 508px) {
  #ay .ay-country-menu__column:nth-child(3) .ay-country-menu__column--list {
    -moz-column-count: 1;
    column-count: 1; } }
#ay .ay-country-menu__column:nth-child(2) {
  padding-right: 80px; }

@media screen and (max-width: 480px) {
  #ay .ay-country-menu__column:nth-child(2) {
    padding-right: 0; } }
#ay .ay-country-menu__column:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0px;
  border-left: 2px solid #a9a19c;
  transition: all 0.3s; }

@media screen and (max-width: 480px) {
  #ay .ay-country-menu__column:before {
    content: none; } }
#ay .ay-country-menu__column--title {
  margin-left: 2.1875em;
  text-transform: none; }

#ay .ay-country-menu__column--title-link {
  color: #32B8DF;
  font-weight: bold;
  text-decoration: none;
  text-transform: none; }

@media screen and (max-width: 480px) {
  #ay .ay-country-menu__column--title-link {
    margin-bottom: 10px; } }
#ay .ay-country-menu__column--list {
  float: left;
  margin: 0;
  padding: 0 0 0 30px; }

@media screen and (max-width: 480px) {
  #ay .ay-country-menu__column--list {
    padding-left: 20px; } }
#ay .ay-country-menu__column--list li {
  list-style: none; }

#ay .ay-country-menu__column--list li a {
  font-size: 14px;
  color: #999;
  text-decoration: none;
  cursor: pointer; }

#ay .ay-country-menu__column--list li a:hover {
  color: #32B8DF; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #ay .ay-header-utility-login a {
    background-size: 89px;
    padding-left: 54px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #ay {
    /* IE10+ CSS styles go here */ }

  #ay .ay-header-wrapper {
    -ms-flex-pack: justify;
    justify-content: space-between; }

  #ay .ay-header {
    width: 100%; }

  #ay .ay-quick-links__item {
    width: 33.3%; } }
@media screen and (-ms-high-contrast: active) and (max-width: 1000px) {
  #ay .ay-quick-links__item > a {
    width: 100%; } }
#ay .ay-header__left.ay-click-out:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: block;
  z-index: 2000; }

#ay .ay-quick-links {
  z-index: 1900; }

#ay .ay-quick-links__focused,
#ay .ay-quick-links.ay-quick-links__item--proff {
  z-index: 2500; }

#ay .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: none;
  border: none;
  border-bottom: 1px solid #FFF;
  box-sizing: border-box;
  clear: both;
  color: #FFF;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 35px;
  line-height: 33px;
  outline: none;
  padding: 0 10px;
  position: relative;
  text-align: left !important;
  transition: all 0.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; }

#ay .nice-select:hover {
  border-color: #FFF; }

#ay .nice-select:active,
#ay .nice-select:focus {
  border-color: #FFF; }

#ay .nice-select:after {
  background: url("/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%;
  /* transform-origin: 66% 66%; */
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all .2s ease-in-out;
  width: 11px; }

#ay .nice-select.open:after {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 5px; }

#ay .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

#ay .nice-select.disabled {
  border-color: #FFF;
  color: #FFF;
  pointer-events: none; }

#ay .nice-select.disabled:after {
  border-color: #FFF; }

#ay .nice-select.wide {
  width: 100%; }

#ay .nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

#ay .nice-select.right {
  float: right; }

#ay .nice-select.right .list {
  left: auto;
  right: 0; }

#ay .nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

#ay .nice-select.small:after {
  height: 4px;
  width: 4px; }

#ay .nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

#ay .nice-select .list {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #CCC;
  box-shadow: none;
  box-sizing: border-box;
  color: #00205B;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -ms-transform: scale(0.75) translateY(-17.5px);
  transform: scale(0.75) translateY(-17.5px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 300px; }

#ay .nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

#ay .nice-select .list li:first-child {
  display: none; }

#ay .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 30px;
  list-style: none;
  outline: none;
  padding: 0 10px;
  text-align: left;
  transition: all 0.2s; }

#ay .nice-select .option:hover,
#ay .nice-select .option.focus,
#ay .nice-select .option.selected.focus {
  background-color: #32B8DF; }

#ay .nice-select .option:hover {
  color: #fff; }

#ay .nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

#ay .no-csspointerevents .nice-select .list {
  display: none; }

#ay .no-csspointerevents .nice-select.open .list {
  display: block; }

#ay h1,
#ay h2,
#ay h3,
#ay h4,
#ay h5,
#ay h6,
#ay .h1,
#ay .h2,
#ay .h3,
#ay .h4,
#ay #___gcse_0 .gs-title a,
#ay .h5,
#ay .h6 {
  color: #32B8DF;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  line-height: 100%; }

#ay .h1,
#ay h1 {
  font-size: 3.9em; }

#ay .h2,
#ay h2 {
  font-size: 1.875em;
  line-height: 120%;
  padding: 0; }

@media print {
  #ay .h2,
  #ay h2 {
    font-size: 18px; } }
#ay .h3,
#ay h3 {
  font-size: 1.6875em;
  line-height: 120%; }

@media print {
  #ay .h3,
  #ay h3 {
    font-size: 18px; } }
#ay .h4,
#ay #___gcse_0 .gs-title a,
#ay h4 {
  font-size: 1.125em;
  color: #32B8DF;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0; }

@media print {
  #ay .h4,
  #ay #___gcse_0 .gs-title a,
  #ay h4 {
    font-size: 16px; } }
#ay .h4--gray,
#ay h4--gray {
  color: #797979; }

#ay .h4 ~ p,
#ay #___gcse_0 .gs-title a ~ p,
#ay h4 ~ p {
  margin-top: 5px; }

#ay .h4 ~ ul,
#ay #___gcse_0 .gs-title a ~ ul,
#ay .h5 ~ ul,
#ay h4 ~ ul,
#ay h5 ~ ul {
  margin-top: 15px; }

#ay .h5,
#ay h5 {
  font-size: 1.0625em;
  color: #32B8DF;
  font-weight: normal;
  padding: 0; }

#ay .h5 ~ p,
#ay h5 ~ p {
  margin-top: 5px; }

#ay h6,
#ay .h6 {
  color: #32B8DF;
  font-weight: normal; }

#ay .ay-hr {
  border: 0;
  height: 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin: 2.25em 0; }

#ay .ay-subtitle {
  border-bottom: 1px solid #CCC;
  font-size: 45px;
  margin-bottom: 0.625em;
  padding-bottom: 0.3125em;
  line-height: 1.5; }

@media print {
  #ay .ay-subtitle {
    font-size: 24px; } }
#ay .ay-hero {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  margin: 6px 0;
  height: 450px;
  overflow: hidden;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-hero {
    -ms-flex-direction: column;
    flex-direction: column;
    height: 700px; } }
#ay .ay-hero__content {
  width: 50%;
  padding: 2.5em 2.8125em 2.5em 2.5em; }

@media screen and (max-width: 1000px) {
  #ay .ay-hero__content {
    padding: 1.875em; } }
@media screen and (max-width: 768px) {
  #ay .ay-hero__content {
    width: 100%; } }
#ay .ay-hero__title {
  color: #32B8DF;
  font-size: 34px;
  line-height: 120%; }

@media screen and (max-width: 1200px) {
  #ay .ay-hero__title {
    font-size: 32px; } }
@media screen and (max-width: 1000px) {
  #ay .ay-hero__title {
    font-size: 28px; } }
@media print {
  #ay .ay-hero__title {
    font-size: 24px; } }
#ay .ay-hero__title--link {
  color: #DA291C !important;
  display: block;
  font-size: 0.9375em;
  font-weight: 600;
  margin: 1.25em 0;
  text-decoration: none;
  text-transform: uppercase; }

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

#ay .ay-hero__img {
  width: 50%;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  #ay .ay-hero__img {
    width: 100%;
    height: auto; } }
#ay .ay-hero__img img {
  display: block;
  max-width: 100%;
  object-fit: cover; }

@media screen and (max-width: 768px) {
  #ay .ay-hero__img img {
    width: 100%; } }
#ay .ay-hero__icon {
  display: block;
  fill: transparent;
  height: 45px;
  margin-bottom: 0.9375em;
  width: 45px; }

@media screen and (max-width: 1000px) {
  #ay .ay-hero__icon {
    width: 35px;
    height: 35px;
    margin-bottom: 0.625em; } }
#ay .ay-hero-slider {
  margin: 0 auto;
  max-width: 1300px;
  overflow: hidden;
  position: relative;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-hero-slider {
    margin-bottom: 20px; } }
#ay .ay-hero-slider .owl-carousel .owl-item img {
  max-width: 100%;
  width: 100%; }

#ay .ay-hero-slider .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

#ay .ay-hero-slider .owl-dots {
  margin-top: -30px;
  height: 22px; }

#ay .ay-hero-slider .owl-nav {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 40px;
  pointer-events: visible; }

#ay .ay-hero-slider .owl-stage-outer {
  margin-bottom: 10px; }

#ay .imagery-holder h2 + p + p + p,
#ay .imagery-holder h3 + p + p + p,
#ay .imagery-holder h3 + p + div + p + p {
  font-weight: 900;
  margin-bottom: 2.5em; }

#ay .imagery-holder img {
  width: 100%; }

#ay #ay-loc-select-tree-wrap {
  margin-bottom: 20px; }

#ay .jstree-node,
#ay .jstree-children,
#ay .jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

#ay .jstree-node {
  white-space: nowrap; }

#ay .jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

#ay .jstree-anchor:focus {
  outline: 0; }

#ay .jstree-anchor,
#ay .jstree-anchor:link,
#ay .jstree-anchor:visited,
#ay .jstree-anchor:hover,
#ay .jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

#ay .jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

#ay .jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

#ay .jstree-ocl {
  cursor: pointer; }

#ay .jstree-leaf > .jstree-ocl {
  cursor: default; }

#ay .jstree .jstree-open > .jstree-children {
  display: block; }

#ay .jstree .jstree-closed > .jstree-children,
#ay .jstree .jstree-leaf > .jstree-children {
  display: none; }

#ay .jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

#ay .jstree-no-icons .jstree-themeicon,
#ay .jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

#ay .jstree-hidden,
#ay .jstree-node.jstree-hidden {
  display: none; }

#ay .jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

#ay .jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

#ay .jstree-rtl .jstree-node {
  margin-left: 0; }

#ay .jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

#ay .jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

#ay .jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

#ay .jstree-wholerow-ul .jstree-anchor,
#ay .jstree-wholerow-ul .jstree-icon {
  position: relative; }

#ay .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; }

#ay .jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */ }

#ay .vakata-context {
  display: none; }

#ay .vakata-context,
#ay .vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

#ay .vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

#ay .vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

#ay .vakata-context li {
  list-style: none; }

#ay .vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

#ay .vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

#ay .vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

#ay .vakata-context li > a:focus {
  outline: 0; }

#ay .vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

#ay .vakata-context .vakata-context-separator > a,
#ay .vakata-context .vakata-context-separator > a:hover {
  background: white;
  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;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

#ay .vakata-context .vakata-contextmenu-disabled a,
#ay .vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

#ay .vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

#ay .vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

#ay .vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

#ay .vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

#ay .vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

#ay .vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

#ay .vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

#ay .vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

#ay .vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

#ay .vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#ay #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; }

#ay #jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#ay #jstree-dnd .jstree-icon,
#ay #jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#ay #jstree-dnd .jstree-ok {
  background: green; }

#ay #jstree-dnd .jstree-er {
  background: red; }

#ay #jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

#ay .jstree-default .jstree-node,
#ay .jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

#ay .jstree-default .jstree-anchor,
#ay .jstree-default .jstree-animated,
#ay .jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

#ay .jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

#ay .jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

#ay .jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

#ay .jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

#ay .jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

#ay .jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

#ay .jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

#ay .jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=http://www.w3.org/2000/svg><filter id=jstree-grayscale><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/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

#ay .jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

#ay .jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

#ay .jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

#ay .jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

#ay .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

#ay .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

#ay .jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

#ay .jstree-default > .jstree-wholerow-ul .jstree-hovered,
#ay .jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

#ay .jstree-default .jstree-wholerow {
  box-sizing: border-box; }

#ay .jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

#ay .jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

#ay .jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

#ay .jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

#ay .jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

#ay .jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

#ay .jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

#ay .jstree-default .jstree-wholerow {
  height: 24px; }

#ay .jstree-default .jstree-node,
#ay .jstree-default .jstree-icon {
  background-image: url("/ay-theme/resources/images/32px.png"); }

#ay .jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

#ay .jstree-default .jstree-last {
  background: transparent; }

#ay .jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

#ay .jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

#ay .jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

#ay .jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

#ay .jstree-default > .jstree-no-dots .jstree-node,
#ay .jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

#ay .jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

#ay .jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

#ay .jstree-default .jstree-disabled {
  background: transparent; }

#ay .jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

#ay .jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

#ay .jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

#ay .jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

#ay .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
#ay .jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

#ay .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
#ay .jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

#ay .jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

#ay .jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

#ay .jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=http://www.w3.org/2000/svg><filter id=jstree-grayscale><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/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

#ay .jstree-default > .jstree-striped {
  background-size: auto 48px; }

#ay .jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

#ay .jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

#ay .jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

#ay .jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

#ay .jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

#ay .jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
#ay .jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

#ay .jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

#ay .jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

#ay .jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

#ay .jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("/ay-theme/resources/images/throbber.gif") center center no-repeat; }

#ay .jstree-default .jstree-file {
  background: url("/ay-theme/resources/images/32px.png") -100px -68px no-repeat; }

#ay .jstree-default .jstree-folder {
  background: url("/ay-theme/resources/images/32px.png") -260px -4px no-repeat; }

#ay .jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#ay #jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#ay #jstree-dnd.jstree-default .jstree-ok,
#ay #jstree-dnd.jstree-default .jstree-er {
  background-image: url("/ay-theme/resources/images/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#ay #jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#ay #jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#ay #jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

#ay .jstree-default .jstree-ellipsis {
  overflow: hidden; }

#ay .jstree-default .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 29px);
  text-overflow: ellipsis;
  overflow: hidden; }

#ay .jstree-default .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px); }

#ay .jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

#ay .jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

#ay .jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

#ay .jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

#ay .jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

#ay .jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

#ay .jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

#ay .jstree-default-small .jstree-wholerow {
  height: 18px; }

#ay .jstree-default-small .jstree-node,
#ay .jstree-default-small .jstree-icon {
  background-image: url("/ay-theme/resources/images/32px.png"); }

#ay .jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

#ay .jstree-default-small .jstree-last {
  background: transparent; }

#ay .jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

#ay .jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

#ay .jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

#ay .jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

#ay .jstree-default-small > .jstree-no-dots .jstree-node,
#ay .jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

#ay .jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

#ay .jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

#ay .jstree-default-small .jstree-disabled {
  background: transparent; }

#ay .jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

#ay .jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

#ay .jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

#ay .jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

#ay .jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
#ay .jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

#ay .jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
#ay .jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

#ay .jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

#ay .jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

#ay .jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=http://www.w3.org/2000/svg><filter id=jstree-grayscale><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/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

#ay .jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

#ay .jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

#ay .jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

#ay .jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

#ay .jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

#ay .jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

#ay .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
#ay .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

#ay .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

#ay .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

#ay .jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

#ay .jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("/ay-theme/resources/images/throbber.gif") center center no-repeat; }

#ay .jstree-default-small .jstree-file {
  background: url("/ay-theme/resources/images/32px.png") -103px -71px no-repeat; }

#ay .jstree-default-small .jstree-folder {
  background: url("/ay-theme/resources/images/32px.png") -263px -7px no-repeat; }

#ay .jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#ay #jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#ay #jstree-dnd.jstree-default-small .jstree-ok,
#ay #jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("/ay-theme/resources/images/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#ay #jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#ay #jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#ay #jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

#ay .jstree-default-small .jstree-ellipsis {
  overflow: hidden; }

#ay .jstree-default-small .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 23px);
  text-overflow: ellipsis;
  overflow: hidden; }

#ay .jstree-default-small .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px); }

#ay .jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

#ay .jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

#ay .jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

#ay .jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

#ay .jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

#ay .jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

#ay .jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

#ay .jstree-default-large .jstree-wholerow {
  height: 32px; }

#ay .jstree-default-large .jstree-node,
#ay .jstree-default-large .jstree-icon {
  background-image: url("/ay-theme/resources/images/32px.png"); }

#ay .jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

#ay .jstree-default-large .jstree-last {
  background: transparent; }

#ay .jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

#ay .jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

#ay .jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

#ay .jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

#ay .jstree-default-large > .jstree-no-dots .jstree-node,
#ay .jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

#ay .jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

#ay .jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

#ay .jstree-default-large .jstree-disabled {
  background: transparent; }

#ay .jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

#ay .jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

#ay .jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

#ay .jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

#ay .jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
#ay .jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

#ay .jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
#ay .jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

#ay .jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

#ay .jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

#ay .jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=http://www.w3.org/2000/svg><filter id=jstree-grayscale><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/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

#ay .jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

#ay .jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

#ay .jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

#ay .jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

#ay .jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

#ay .jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

#ay .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
#ay .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

#ay .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

#ay .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

#ay .jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

#ay .jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("/ay-theme/resources/images/throbber.gif") center center no-repeat; }

#ay .jstree-default-large .jstree-file {
  background: url("/ay-theme/resources/images/32px.png") -96px -64px no-repeat; }

#ay .jstree-default-large .jstree-folder {
  background: url("/ay-theme/resources/images/32px.png") -256px 0px no-repeat; }

#ay .jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#ay #jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#ay #jstree-dnd.jstree-default-large .jstree-ok,
#ay #jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("/ay-theme/resources/images/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#ay #jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#ay #jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#ay #jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

#ay .jstree-default-large .jstree-ellipsis {
  overflow: hidden; }

#ay .jstree-default-large .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 37px);
  text-overflow: ellipsis;
  overflow: hidden; }

#ay .jstree-default-large .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px); }

#ay .jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

#ay .jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #ay #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }

  #ay #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }

  #ay #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("/ay-theme/resources/images/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }

  #ay #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("/ay-theme/resources/images/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }

  #ay #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }
@media (max-width: 768px) {
  #ay .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }

  #ay .jstree-default-responsive .jstree-icon {
    background-image: url("/ay-theme/resources/images/40px.png"); }

  #ay .jstree-default-responsive .jstree-node,
  #ay .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }

  #ay .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }

  #ay .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }

  #ay .jstree-default-responsive .jstree-icon,
  #ay .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }

  #ay .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }

  #ay .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent; }

  #ay .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }

  #ay .jstree-default-responsive .jstree-ocl,
  #ay .jstree-default-responsive .jstree-themeicon,
  #ay .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }

  #ay .jstree-default-responsive .jstree-leaf > .jstree-ocl,
  #ay .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent; }

  #ay .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }

  #ay .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }

  #ay .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }

  #ay .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }

  #ay .jstree-default-responsive .jstree-checkbox,
  #ay .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }

  #ay .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  #ay .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  #ay .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  #ay .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }

  #ay .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  #ay .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }

  #ay .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }

  #ay .jstree-default-responsive > .jstree-striped {
    background: transparent; }

  #ay .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }

  #ay .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }

  #ay .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }

  #ay .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }

  #ay .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }

  #ay .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }

  #ay .jstree-default-responsive .jstree-node,
  #ay .jstree-default-responsive .jstree-icon,
  #ay .jstree-default-responsive .jstree-node > .jstree-ocl,
  #ay .jstree-default-responsive .jstree-themeicon,
  #ay .jstree-default-responsive .jstree-checkbox {
    background-image: url("/ay-theme/resources/images/40px.png");
    background-size: 120px 240px; }

  #ay .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }

  #ay .jstree-default-responsive .jstree-last {
    background: transparent; }

  #ay .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }

  #ay .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }

  #ay .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }

  #ay .jstree-default-responsive .jstree-file {
    background: url("/ay-theme/resources/images/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }

  #ay .jstree-default-responsive .jstree-folder {
    background: url("/ay-theme/resources/images/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }

  #ay .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }
#ay .ay-bios-header {
  border-bottom: 1px solid #CCC;
  font-size: 45px;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em; }

@media print {
  #ay .ay-bios-header {
    font-size: 24px; } }
#ay .ay-bios-list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#ay .ay-bio {
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding: 5px 10px 5px 0; }

@media screen and (max-width: 768px) {
  #ay .ay-bio {
    width: 50%; } }
@media screen and (max-width: 480px) {
  #ay .ay-bio {
    width: 100%; } }
#ay .ay-bio__img {
  margin-right: 20px;
  max-width: 80px;
  min-width: 80px;
  width: 100%; }

#ay .ay-bio__img img {
  height: auto;
  display: block; }

#ay .ay-bio__info {
  font-size: 0.9375em;
  font-weight: 300;
  position: relative;
  top: -4px; }

#ay .ay-bio__info-name {
  color: #32B8DF; }

#ay .ay-bio__info-title {
  color: #797979; }

#ay .ay-bios-wrapper__primary {
  margin: 0 0 2.5em 0; }

#ay .ay-bios-wrapper__primary .ay-bios-header,
#ay .ay-bios-wrapper__primary .ay-bio__info-name {
  color: #32B8DF; }

#ay .ay-bios-wrapper__secondary {
  margin: 0 0 2.5em 0; }

#ay .ay-bios-wrapper__secondary .ay-bios-header,
#ay .ay-bios-wrapper__secondary .ay-bio__info-name {
  color: #F48B3B; }

#ay .ay-bios-wrapper__tertiary {
  margin: 0 0 2.5em 0; }

#ay .ay-bios-wrapper__tertiary .ay-bios-header,
#ay .ay-bios-wrapper__tertiary .ay-bio__info-name {
  color: #6fab37; }

#ay .ay-bios-wrapper__tertiary .ay-bios-subtitle {
  font-size: 24px;
  color: #6fab37;
  margin: 0 0 0.9375em 0; }

#ay .ay-bios-wrapper__tertiary--country {
  border-bottom: 1px solid #CCC;
  padding-bottom: 30px;
  margin-bottom: 25px; }

#ay .ay-ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
  line-height: 1.5; }

#ay .ay-ul__unstyled li {
  margin: 0 0 0.625em 0; }

#ay .ay-ul__unstyled li:before {
  content: "";
  display: none; }

#ay .ay-ul__styled {
  list-style: none;
  margin: 10px 0 10px 20px;
  padding: 0;
  position: relative; }

#ay .ay-ul__styled li {
  margin: 0;
  padding: 0 0 6px 10px;
  position: relative;
  line-height: 1.5em;
  text-indent: -10px; }

#ay .ay-ul__styled li:before {
  content: "-";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: -8px; }

#ay .ay-unordered-row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-unordered-row {
    -ms-flex-direction: column;
    flex-direction: column; } }
#ay .ay-unordered-row ul {
  list-style: none;
  line-height: 1.5;
  margin: 0 20px 0 0;
  padding: 0; }

#ay .ay-unordered-row ul:last-child {
  margin-right: 0; }

@media screen and (max-width: 768px) {
  #ay .ay-unordered-row ul {
    margin: 0 0 1em 0; } }
#ay .ay-logo {
  width: 260px;
  height: auto; }

#ay .ay-bm-logo {
  width: 180px;
  height: auto; }

#ay .ay-logo--FR {
  width: 260px;
  height: auto; }

#ay .ay-motion-banner {
  display: -ms-flexbox;
  display: flex;
  background-color: #00205B;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0;
  max-width: 1300px;
  margin: auto; }

#ay .ay-top-nav {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 205; }

#ay .ay-top-nav .ay-top-nav__megamenu.ay-top-nav__megamenu--wide[style*="display: block;"] {
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto; }

#ay .ay-top-nav .ay-top-nav__megamenu--two-column ul {
  height: 100%; }

@media print {
  #ay .ay-top-nav {
    display: none; } }
@media screen and (max-width: 1000px) {
  #ay .ay-top-nav {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
    background-color: #f9f9f9; } }
#ay .ay-top-nav__open > a {
  color: #32B8DF !important; }

#ay .ay-top-nav .ay-top-nav-active > a {
  color: #DA291C; }

#ay .ay-top-nav .ay-top-nav__langauge-select {
  padding: 0;
  margin: 0; }

#ay .ay-top-nav .ay-top-nav__langauge-select li {
  color: #999; }

#ay .ay-top-nav .ay-top-nav__langauge-select li:hover > a {
  color: #999; }

#ay .ay-top-nav .ay-top-nav__langauge-select li a {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  padding: 0; }

#ay .ay-top-nav .ay-top-nav__langauge-select li a.current_language {
  color: #001F5B; }

#ay .ay-top-nav .ay-top-nav__langauge-select li a.active,
#ay .ay-top-nav .ay-top-nav__langauge-select li a.nice-select.open {
  color: #001F5B; }

#ay .ay-top-nav .ay-top-nav__langauge-select li a.ay-top-nav-close {
  float: right;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMTEuMzEgMTExLjMxIj48ZGVmcz48c3R5bGU+LmNscy0xLC5jbHMtMntmaWxsOm5vbmU7c3Ryb2tlOiMwMDFmNWI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5jbHMtMXtzdHJva2Utd2lkdGg6MTZweDt9LmNscy0ye3N0cm9rZS13aWR0aDoxNXB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+Y2xvc2UtYnV0dG9uPC90aXRsZT48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI1LjY2IiB5MT0iNS42NiIgeDI9IjEwNS42NiIgeTI9IjEwNS42NiIvPjxsaW5lIGNsYXNzPSJjbHMtMiIgeDE9IjEwNS42NiIgeTE9IjUuNjYiIHgyPSI1LjY2IiB5Mj0iMTA1LjY2Ii8+PC9zdmc+");
  display: block;
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
  margin-top: 1px; }

#ay .ay-top-nav__navbar {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__navbar {
    display: none; }

  #ay .ay-top-nav__navbar:hover:before {
    border-left: 2px solid #32B8DF; } }
#ay .ay-top-nav__navbar .ay-top-nav__item:hover > a {
  background-color: #00205B;
  color: #FFF; }

@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__navbar .ay-top-nav__item:hover > a {
    background-color: transparent;
    color: #32B8DF; } }
#ay .ay-top-nav__navbar .ay-top-nav__search {
  margin-left: 30px;
  max-width: 320px;
  width: 100%; }

#ay .ay-top-nav__navbar .ay-top-nav__search.no-tennant {
  max-width: none; }

#ay .ay-top-nav__navbar .ay-top-nav__search.no-tennant .ay-header-search-login__search {
  border-right: none;
  width: 100%;
  -ms-flex-pack: end;
  justify-content: flex-end; }

#ay .ay-top-nav__navbar .ay-top-nav__search.no-tennant .ay-header-search-login__search input[type=search] {
  max-width: 228px; }

#ay .ay-top-nav__navbar .ay-top-nav__search.no-tennant .ay-header-search-login__search input[type=submit] {
  width: 27px;
  margin-left: 6px; }

@media screen and (max-width: 1300px) {
  #ay .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 .ay-top-nav__navbar .ay-top-nav__search.no-tennant .ay-header-search-login__search input[type=submit] {
    margin-right: 40px;
    width: 36px; } }
#ay .ay-top-nav__navbar .ay-top-nav__search.no-tennant .ay-header-search-login__login {
  display: none; }

@media screen and (max-width: 1100px) {
  #ay .ay-top-nav__navbar .ay-top-nav__search {
    max-width: 230px; } }
@media screen and (max-width: 1000px) {
  #ay .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 .ay-top-nav__navbar .ay-search {
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    border: none;
    height: auto;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    max-width: 100%;
    padding: 0;
    top: 0;
    width: 100%; }

  #ay .ay-top-nav__navbar .ay-search input[type="search"] {
    color: #909090;
    font-size: 20px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 1em .8em;
    position: relative;
    -webkit-appearance: none;
    -webkit-border-radius: 0; }

  #ay .ay-top-nav__navbar .ay-search input::-webkit-input-placeholder {
    color: #999; }

  #ay .ay-top-nav__navbar .ay-search input:-ms-input-placeholder {
    color: #999; }

  #ay .ay-top-nav__navbar .ay-search input::placeholder {
    color: #999; }

  #ay .ay-top-nav__navbar .ay-search input[type="submit"] {
    background-color: #32B8DF;
    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: 20px;
    height: auto;
    margin-top: 0px;
    padding: 1em;
    right: 0;
    top: 0;
    width: 68px; } }
@media screen and (max-width: 1000px) and (max-width: 768px) {
  #ay .ay-top-nav__navbar .ay-search input[type="submit"] {
    font-size: inherit;
    background-size: 28px;
    padding: 1.4em;
    position: relative;
    margin: 0; } }
#ay .ay-top-nav__navbar .ay-top-nav__item--language {
  display: none; }

@media screen and (max-width: 768px) {
  #ay .ay-top-nav__navbar .ay-top-nav__item.ay-top-nav__search {
    margin: 0;
    display: inline-block;
    width: 100%; } }
@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__navbar {
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }

  #ay .ay-top-nav__navbar .ay-top-nav__item--language {
    font-weight: 700;
    display: block;
    padding: 1.5em 1em;
    border-bottom: 2px solid #a9a19c;
    padding-left: 1em; } }
@media screen and (max-width: 1000px) and (max-width: 480px) {
  #ay .ay-top-nav__navbar .ay-top-nav__item--language {
    padding-left: 0; } }
@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__navbar .ay-top-nav__item {
    border-bottom: 2px solid #A9A19C;
    position: relative; }

  #ay .ay-top-nav__navbar .ay-top-nav__item li:last-child {
    border-bottom: none; } }
@media screen and (max-width: 768px) {
  #ay .ay-top-nav__navbar {
    margin: 0 auto;
    padding-bottom: 3.125em;
    width: 90%; } }
#ay .ay-top-nav__navbar li {
  display: inline-block;
  font-weight: 300;
  position: relative;
  letter-spacing: .04em; }

@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__navbar li {
    display: block; } }
#ay .ay-top-nav__navbar li > a {
  color: #797979;
  font-size: 16px;
  padding: 1em 2em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  transition: .2s all; }

@media screen and (max-width: 1200px) {
  #ay .ay-top-nav__navbar li > a {
    padding: 1em 1.5em; } }
@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__navbar li > a {
    display: block;
    font-size: 20px;
    width: 100%; } }
@media screen and (max-width: 768px) {
  #ay .ay-top-nav__navbar li > a {
    display: inline-block;
    padding: 1em;
    width: auto; } }
@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__navbar li > a:hover {
    color: #32B8DF;
    background-color: transparent; } }
#ay .ay-top-nav__megamenu {
  background-color: #f8f8f8;
  display: none;
  overflow: hidden;
  padding: 30px 15px;
  position: absolute;
  top: 52px;
  width: auto;
  z-index: 205; }

@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__megamenu {
    background-color: #f9f9f9;
    margin-bottom: 20px;
    min-width: 0;
    padding: 0 0 0 5px;
    position: relative;
    top: 0; }

  #ay .ay-top-nav__megamenu:before {
    border-left: 2px solid #A9A19C;
    margin-left: 15px;
    content: "";
    height: 100%;
    position: absolute;
    top: 6px;
    transition: .3s all; }

  #ay .ay-top-nav__megamenu:hover:before {
    border-left: 2px solid #32B8DF; } }
#ay .ay-top-nav__megamenu--wide {
  min-width: 1000px;
  display: none; }

@media screen and (max-width: 1160px) and (min-width: 1000px) {
  #ay .ay-top-nav__megamenu--wide {
    min-width: 820px; } }
@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__megamenu--wide {
    -ms-flex-direction: column;
    flex-direction: column; } }
@media screen and (max-width: 1160px) and (min-width: 1000px) {
  #ay .ay-top-nav__megamenu--wide .ay-top-nav__megamenu--column {
    width: 22%; } }
#ay .ay-top-nav__megamenu--wide.equal-width .ay-top-nav__megamenu--column {
  width: 32.3%; }

#ay .ay-top-nav__megamenu--normal {
  min-width: 200px;
  white-space: nowrap; }

#ay .ay-top-nav__megamenu--normal .ay-top-nav__megamenu--column {
  height: auto;
  min-height: 0;
  width: 100%; }

#ay .ay-top-nav__megamenu--column {
  float: left;
  height: auto;
  margin-left: 10px;
  overflow: hidden;
  padding: 0 10px 0 0;
  position: relative;
  top: 0;
  width: 30%; }

@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__megamenu--column {
    float: none;
    min-height: 0; } }
#ay .ay-top-nav__megamenu--column:before {
  border-left: 2px solid #a9a19c;
  content: "";
  height: 100%;
  position: absolute;
  top: 0px;
  transition: all 0.3s; }

@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__megamenu--column:before {
    display: none; } }
#ay .ay-top-nav__megamenu--column:hover:before {
  border-left: 2px solid #32b8df; }

@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__megamenu--column:hover:before {
    display: none; } }
#ay .ay-top-nav__megamenu--column-title {
  font-size: 17px;
  color: #797979;
  font-weight: 400;
  margin: 0;
  padding: 0 0 5px 20px;
  text-decoration: none;
  text-transform: none; }

@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__megamenu--column-title {
    padding: 0 0 5px 20px;
    font-weight: 600; } }
#ay .ay-top-nav .ay-dropdown__title--link {
  color: #797979;
  font-size: 17px;
  font-weight: 400;
  padding: 0;
  text-decoration: none; }

#ay .ay-top-nav .ay-dropdown__title--link:hover {
  background-color: transparent;
  color: #32b8df; }

#ay .ay-top-nav__megamenu--two-column {
  float: left;
  height: auto;
  margin-left: 10px;
  min-height: 230px;
  overflow: hidden;
  padding: 0 10px 0 0;
  position: relative;
  top: 0;
  width: 40%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 1160px) and (min-width: 1000px) {
  #ay .ay-top-nav__megamenu--two-column {
    width: 52%; } }
@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__megamenu--two-column {
    display: block; } }
#ay .ay-top-nav__megamenu--two-column h4 {
  width: 100%; }

#ay .ay-top-nav__megamenu--two-column ul {
  max-width: 400px;
  width: 50%; }

#ay .ay-top-nav__megamenu--two-column ul li > ul li a:before {
  display: none; }

@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__megamenu--two-column ul:first-of-type {
    float: none; } }
#ay .ay-top-nav__megamenu--two-column ul:last-of-type li {
  /* padding-left: 0; */ }

@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__megamenu--two-column ul:last-of-type li {
    padding-left: 20px; } }
#ay .ay-top-nav__megamenu--two-column ul:last-of-type li:first-child > a {
  font-weight: 600; }

#ay .ay-top-nav__megamenu--two-column ul:last-of-type li:first-child > a + ul {
  width: 100%; }

#ay .ay-top-nav__megamenu--two-column ul:last-of-type li:first-child > a + ul li {
  padding-left: 0; }

#ay .ay-top-nav__megamenu--two-column ul:last-of-type li:first-child > a + ul li a {
  font-weight: 100;
  padding-left: 0; }

#ay .ay-top-nav__megamenu--two-column ul:last-of-type li:first-child > span + ul {
  width: 100%; }

#ay .ay-top-nav__megamenu--two-column ul:last-of-type li:first-child > span + ul li {
  padding-left: 0; }

#ay .ay-top-nav__megamenu--two-column ul:last-of-type li:first-child > span + ul li a {
  font-weight: 100;
  padding-left: 0; }

#ay .ay-top-nav__megamenu--two-column:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0px;
  border-left: 2px solid #a9a19c;
  transition: all 0.3s; }

@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__megamenu--two-column:before {
    display: none; } }
#ay .ay-top-nav__megamenu--two-column:hover:before {
  border-left: 2px solid #32b8df; }

@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__megamenu--two-column:hover:before {
    display: none; } }
#ay .ay-top-nav__megamenu--list {
  margin: 0;
  padding: 0; }

#ay .ay-top-nav__megamenu--list ul {
  width: 100%; }

#ay .ay-top-nav__megamenu--list li:hover > a {
  color: #32B8DF; }

#ay .ay-top-nav__megamenu--list li {
  display: block;
  padding-left: 20px;
  line-height: normal; }

#ay .ay-top-nav__megamenu--list li > span {
  font-weight: 500;
  color: #666;
  margin-top: 3px;
  display: block; }

#ay .ay-top-nav__megamenu--list li * {
  outline: none; }

#ay .ay-top-nav__megamenu--list li *:focus {
  outline: none; }

#ay .ay-top-nav__megamenu--list li a {
  text-transform: none;
  padding: .32em;
  font-size: 13px; }

@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__megamenu--list li a {
    padding: .6em .32em; } }
#ay .ay-top-nav__megamenu--list li a:hover {
  color: #32B8DF; }

#ay .ay-top-nav__megamenu--list li > ul {
  margin: 0;
  padding: 0; }

#ay .ay-top-nav__megamenu--list li > ul li {
  padding-left: 20px;
  position: relative; }

#ay .ay-top-nav__megamenu--list li > ul li a {
  padding-left: 0; }

#ay .ay-top-nav__pull {
  display: none; }

@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__pull {
    -ms-flex-align: center;
    align-items: center;
    background-color: #32B8DF;
    border-bottom: 2px solid #fff;
    color: #FFF;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    height: 40px;
    padding: 10px 20px 10px 46px;
    position: relative;
    text-decoration: none;
    width: 100%; } }
@media screen and (max-width: 1000px) and (max-width: 320px) {
  #ay .ay-top-nav__pull {
    padding: 10px 10px 10px 30px; } }
@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__pull:after {
    content: "";
    background: url("/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 .ay-top-nav__pull:after {
    left: 10px; } }
@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__mobile-landing-item {
    pointer-events: none; } }
#ay .ay-top-nav__mobile-landing-link {
  display: none; }

@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__mobile-landing-link {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }

  #ay .ay-top-nav__mobile-landing-link a {
    background: url("/ay-theme/resources/images/arrow-right-dark.svg") no-repeat;
    background-size: 14px;
    background-position: center center;
    font-size: 12px;
    display: block;
    padding: .5em 2em;
    text-indent: -9999px;
    transition: all .5s;
    -ms-transform: rotate(0);
    transform: rotate(0);
    outline: none; } }
#ay .ay-top-nav__tenantlogin {
  background-image: url("/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;
  display: none;
  font-size: 14px;
  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 .ay-top-nav__tenantlogin {
    display: block; } }
#ay .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 .ay-top-nav__tenantlogin::after {
    left: -20px;
    width: 15px; } }
@media screen and (max-width: 1000px) {
  #ay .ay-top-nav__navbar .ay-top-nav__search {
    height: 40px;
    -ms-flex-align: center;
    align-items: center; }

  #ay .ay-top-nav__navbar .ay-top-nav__search .ay-header-search-login {
    height: 40px; }

  #ay .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 .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 .ay-top-nav__navbar .ay-top-nav__search .ay-header-search-login .ay-header-search-login__search input[type="search"] {
    border: none;
    box-shadow: none;
    background: #e9e9e9;
    width: 85%;
    max-width: none;
    -webkit-appearance: none;
    border-radius: 0; }

  #ay .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; } }
@media screen and (max-width: 1000px) {
  #ay .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 .ay-top-nav__item.ay-top-nav__open .ay-top-nav__mobile-landing-link a {
    transition: all .5s;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    outline: none; }

  #ay .ay-top-nav__item.ay-top-nav__open .ay-top-nav__mobile-landing-link a:focus {
    outline: none; } }
#ay .ay-news-release {
  width: 70%;
  margin: 20px auto;
  position: relative;
  min-height: 480px; }

@media print {
  #ay .ay-news-release {
    width: 98%; } }
@media screen and (max-width: 480px) {
  #ay .ay-news-release {
    width: 100%; } }
#ay .ay-news-release .h2,
#ay .ay-news-release h2 {
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 15px; }

@media screen and (max-width: 768px) {
  #ay .ay-news-release .h2,
  #ay .ay-news-release h2 {
    font-size: 32px;
    margin-bottom: 25px; } }
#ay .ay-news-release .h3,
#ay .ay-news-release h3 {
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 0; }

#ay .ay-news-release img {
  max-width: 100%;
  max-height: 345px; }

#ay .ay-news-release__content > h3.ay-news-release__subtitle {
  font-size: 1.375em;
  color: #797979;
  font-weight: bold;
  margin: 0.875em 0; }

@media screen and (max-width: 480px) {
  #ay .ay-news-release__content > h3.ay-news-release__subtitle {
    font-size: 1.25em; } }
#ay .ay-news-release__boiler {
  border-top: 1px solid #CCC;
  padding: 1.875em 0;
  margin-top: 2em; }

#ay .ay-news-release small {
  font-weight: 600;
  font-size: 0.75em;
  color: #797979;
  margin-bottom: 0.625em;
  display: block;
  text-transform: uppercase; }

#ay .ay-news-release p {
  margin-top: 0; }

#ay .ay-news-release__content {
  position: relative; }

#ay .ay-news-release__social {
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #C4C4C4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  left: -85px;
  padding-top: 1.25em;
  position: absolute;
  top: 10px;
  width: 55px; }

@media print {
  #ay .ay-news-release__social {
    display: none; } }
@media screen and (max-width: 480px) {
  #ay .ay-news-release__social {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    top: 0; } }
#ay .ay-news-release__social--icon {
  color: #C4C4C4;
  display: block;
  fill: transparent;
  height: 30px;
  margin-bottom: 12px;
  width: 100%; }

#ay .ay-news-release__social--icon:hover {
  color: #32B8DF; }

#ay .ay-slider {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }

#ay .ay-slider .owl-dots {
  counter-reset: inherit;
  height: 40px;
  margin-top: 10px;
  pointer-events: auto;
  position: relative;
  top: 0;
  width: 100%; }

#ay .ay-slider .owl-dots:after {
  content: '';
  display: inline-block; }

#ay .ay-slider .owl-dot {
  background: #CCC;
  border-radius: 100%;
  counter-increment: inherit;
  height: 20px;
  margin: 0 10px;
  width: 20px; }

#ay .ay-slider .owl-dot.active,
#ay .ay-slider .owl-dot.nice-select.open {
  background: #32B8DF; }

#ay .ay-slider .owl-dot.active:before,
#ay .ay-slider .owl-dot.nice-select.open:before {
  content: '';
  padding: 0 5px 0 0;
  display: inline-block; }

#ay .ay-slider .owl-dot span {
  display: block; }

#ay .ay-slider .owl-stage-outer {
  margin: 0; }

#ay .ay-slider .item {
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 600px; }

@media screen and (max-width: 768px) {
  #ay .ay-slider .item {
    -ms-flex-direction: column;
    flex-direction: column; } }
#ay .ay-slider .item .ay-slider__img {
  display: block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-slider .item .ay-slider__img {
    height: 400px;
    width: 100%; } }
@media print {
  #ay .ay-slider .item .ay-slider__img {
    display: none; } }
#ay .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 .ay-slider .item .ay-slider__caption {
  background: #00205B;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -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 .ay-slider .item .ay-slider__caption {
    height: auto;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px 15px 30px 20px;
    width: 100%; } }
#ay .ay-slider .item .ay-slider__caption h3 {
  color: #FFF;
  font-size: 35px;
  text-align: left; }

@media screen and (max-width: 768px) {
  #ay .ay-slider .item .ay-slider__caption h3 {
    font-size: 25px; } }
#ay .ay-slider .item .ay-slider__caption--link {
  color: #FFF;
  display: inline-block;
  font-size: 15px;
  padding: 0;
  text-decoration: none;
  margin: 15px 0;
  text-align: left; }

#ay .ay-slider .item .ay-slider__caption--link:after {
  content: '';
  background: url("/ay-theme/resources/images/arrow-right.svg") no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  left: 10px;
  top: 1px; }

#ay .ay-slider .ay-slide-2 .ay-slider__caption {
  background: #6fab37; }

#ay .ay-slider .ay-slide-3 .ay-slider__caption {
  background: #32B8DF; }

#ay .ay-info-card {
  background-color: #00205B;
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.75em 1.75em;
  max-width: 1300px;
  margin: auto; }

#ay .ay-info-card__main {
  display: -ms-flexbox;
  display: flex; }

#ay .ay-info-card__main ul.ay-ul {
  margin: 0 0 10px 0; }

#ay .ay-info-card__main h3 {
  color: #32B8DF;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.7em; }

@media screen and (max-width: 768px) {
  #ay .ay-info-card__main h3 {
    font-size: 30px; } }
#ay .ay-info-card__main h4 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  #ay .ay-info-card__main h4 {
    font-size: 16px; } }
@media screen and (max-width: 768px) {
  #ay .ay-info-card__main {
    -ms-flex-direction: column;
    flex-direction: column; } }
#ay .ay-info-card__main__col1 {
  border-right: 1px solid #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding-left: 15px; }

@media screen and (max-width: 768px) {
  #ay .ay-info-card__main__col1 {
    width: 100%;
    border: none; } }
#ay .ay-info-card__main__col1 h4 span {
  color: #32B8DF; }

@media screen and (max-width: 768px) {
  #ay .ay-info-card__main__col1 h4 span {
    display: block; } }
#ay .ay-info-card__main__col1__list {
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  #ay .ay-info-card__main__col1__list {
    border-bottom: 1px solid #FFF;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 40px; } }
#ay .ay-info-card__main__col1__list .ay-ul {
  font-size: 18px;
  line-height: 1.7em;
  margin: 0 0 10px 0; }

#ay .ay-info-card__main__col1__list .ay-ul:first-child {
  margin-right: 70px; }

#ay .ay-info-card__main__col1__list .ay-ul li {
  line-height: 1.5; }

@media screen and (max-width: 768px) {
  #ay .ay-info-card__main__col1__list .ay-ul {
    line-height: 1.8em;
    margin: 0;
    width: 100%; } }
#ay .ay-info-card__main__col2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 60px 0 40px;
  width: 50%; }

@media screen and (max-width: 768px) {
  #ay .ay-info-card__main__col2 {
    width: 100%;
    padding: 20px 0 0 0; } }
#ay .ay-info-card__main__col2 .ay-ul {
  font-size: 24px;
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  #ay .ay-info-card__main__col2 .ay-ul {
    font-size: 18px;
    margin: 0 0 20px 0; } }
#ay .ay-info-card__main__col2 .ay-ul li {
  line-height: 150%; }

#ay .ay-info-card__main__col2 .ay-ul li a {
  color: #FFF;
  text-decoration: none; }

#ay .ay-info-card__main__col2 .ay-ul li a:after {
  content: '';
  background: url("/ay-theme/resources/images/arrow-right.svg") no-repeat;
  display: inline-block;
  height: 20px;
  left: 10px;
  position: relative;
  top: 1px;
  width: 20px; }

#ay .ay-info-card__main__col2 .ay-ul li a:hover {
  color: #32B8DF; }

#ay .ay-info-card__main__col2 p {
  line-height: 1.5em;
  margin-top: 0; }

#ay .ay-info-card__main__col2 p a {
  color: #FFF; }

#ay .ay-info-card__map {
  margin-top: 15px; }

@media screen and (max-width: 768px) {
  #ay .ay-info-card__map {
    display: none; } }
#ay .ay-info-card__map a {
  color: #32B8DF;
  text-decoration: none; }

#ay .ay-info-card__map a:hover {
  text-decoration: underline; }

#ay .ay-info-card__map--mobile {
  display: none; }

@media screen and (max-width: 768px) {
  #ay .ay-info-card__map--mobile {
    display: block;
    margin: 0; } }
#ay .ay-copy-highlight {
  background: #32B8DF;
  color: #FFF;
  padding: 12px 20px 15px 20px;
  margin: 0 0 25px 0;
  font-size: 18px; }

#ay .ay-copy-highlight a {
  color: #FFF;
  text-decoration: underline; }

#ay .ay-office-services-links a {
  font-size: 1.125em;
  color: #797979; }

#ay .ay-tri-column--inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 25px; }

@media screen and (max-width: 740px) {
  #ay .ay-tri-column--inner {
    -ms-flex-direction: column;
    flex-direction: column; } }
#ay .ay-tri-column--inner .ay-ul {
  margin: 5px 0;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 740px) {
  #ay .ay-tri-column--inner .ay-ul {
    margin-bottom: 15px; } }
#ay .ay-tri-column--inner .ay-ul:last-child {
  margin: 0; }

#ay .ay-tri-column--inner .ay-ul li {
  line-height: 200%; }

#ay .ay-office-intro {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  overflow: hidden;
  position: relative;
  width: 100%; }

@media screen and (max-width: 1000px) {
  #ay .ay-office-intro {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto; } }
@media screen and (max-width: 480px) {
  #ay .ay-office-intro {
    margin-top: 140px; } }
#ay .ay-office-intro a {
  color: #32B8DF;
  text-decoration: none; }

#ay .ay-office-intro a:hover {
  text-decoration: underline; }

#ay .ay-office-intro__img {
  display: block;
  -ms-flex: 7;
  flex: 7;
  min-height: 580px;
  overflow: hidden;
  width: 100%; }

@media screen and (max-width: 1000px) {
  #ay .ay-office-intro__img {
    -ms-flex: 1;
    flex: 1;
    height: 300px; } }
@media screen and (max-width: 768px) {
  #ay .ay-office-intro__img {
    min-height: 0; } }
#ay .ay-office-intro__img img {
  object-fit: cover;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: 8; }

#ay .ay-office-intro__sidebar {
  background-color: #00205b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  font-weight: 300;
  padding: 80px 20px 30px 30px;
  position: relative;
  z-index: 7;
  width: 420px; }

#ay .ay-office-intro__sidebar.ay-office-intro__sidebar-green {
  background-color: #6fab37;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 20px 20px 30px;
  width: 420px; }

#ay .ay-office-intro__sidebar.ay-office-intro__sidebar-green a {
  color: #FFF;
  display: block; }

#ay .ay-office-intro__sidebar.ay-office-intro__sidebar-green a h3 {
  font-size: 27px; }

#ay .ay-office-intro__sidebar.ay-office-intro__sidebar-green a p {
  margin-top: 0; }

@media screen and (max-width: 1000px) {
  #ay .ay-office-intro__sidebar.ay-office-intro__sidebar-green {
    width: 100%; } }
#ay .ay-office-intro__sidebar.ay-office-intro__sidebar-green h1 {
  font-size: 34px;
  font-weight: 300;
  color: #FFF;
  line-height: 120%; }

@media print {
  #ay .ay-office-intro__sidebar.ay-office-intro__sidebar-green h1 {
    font-size: 24px; } }
#ay .ay-office-intro__sidebar a.ay-kit-link {
  text-decoration: none; }

@media screen and (max-width: 1000px) {
  #ay .ay-office-intro__sidebar {
    padding: 30px;
    width: 100%; } }
@media print {
  #ay .ay-office-intro__sidebar {
    width: 100%; } }
#ay .ay-office-intro__sidebar .ay-ul {
  line-height: .8;
  color: #fff;
  margin: 0 0 12px 0; }

#ay .ay-office-intro__sidebar h2 {
  color: #32B8DF;
  font-size: 22px;
  margin-bottom: 15px; }

#ay .ay-office-intro__sidebar h3 {
  color: #fff;
  font-size: 16px;
  margin: 0 0 6px 0; }

#ay .ay-office-intro__sidebar h4 {
  color: #32B8DF;
  font-size: 16px;
  margin-bottom: 10px; }

#ay .ay-office-intro__sidebar h4 span {
  display: block; }

#ay .ay-office-intro__sidebar .boiler-subtitle {
  font-size: 22px;
  color: #32B8DF;
  font-weight: 300;
  margin-bottom: 5px; }

#ay .ay-office-intro__sidebar__boiler {
  color: #fff;
  line-height: 1.5;
  font-size: 14px;
  padding-right: 34px; }

#ay .ay-office-intro__sidebar__map-link {
  color: #32B8DF;
  text-decoration: none;
  margin-bottom: 15px; }

#ay .ay-office-intro__sidebar__map-link:hover {
  text-decoration: underline; }

#ay .ay-office-intro__sidebar__menu-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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 .ay-office-intro__sidebar__menu-list {
    max-width: 100%; } }
#ay .ay-office-intro__sidebar__menu-list li {
  padding: 2px 0;
  width: auto;
  margin: 0 10px 0 0; }

#ay .ay-office-intro__sidebar__menu-list li:last-child {
  margin-right: 0; }

#ay .ay-office-intro__sidebar__menu-list li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-weight: 600; }

#ay .ay-office-intro__sidebar__menu-list li a:after {
  content: '';
  background: url("/ay-theme/resources/images/arrow-right.svg") no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  left: 5px;
  top: 1px; }

#ay .ay-office-intro__sidebar__menu-list li a:hover {
  text-decoration: underline; }

#ay .ay-office-intro__address-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

@media screen and (max-width: 1000px) {
  #ay .ay-office-intro__address-list {
    -ms-flex-direction: row;
    flex-direction: row; } }
@media screen and (max-width: 768px) {
  #ay .ay-office-intro__address-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media screen and (max-width: 700px) {
  #ay .ay-office-intro__address-list {
    -ms-flex-direction: column;
    flex-direction: column; } }
#ay .ay-office-intro__address {
  color: #fff;
  list-style: none;
  margin: 5px 0 10px 0;
  padding: 0; }

@media screen and (max-width: 1000px) {
  #ay .ay-office-intro__address:first-child {
    margin-right: 5%; } }
@media screen and (max-width: 768px) {
  #ay .ay-office-intro__address {
    width: 46%; } }
@media screen and (max-width: 700px) {
  #ay .ay-office-intro__address {
    width: 100%;
    margin-bottom: 20px; }

  #ay .ay-office-intro__address:first-child {
    margin-right: 0; } }
#ay .ay-office-intro__address .org {
  font-weight: 600;
  margin-bottom: 4px; }

#ay .ay-office-intro__address .viewmap {
  margin-bottom: 10px; }

#ay .ay-office-intro__address .contact-numbers {
  font-weight: 600;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  #ay .ay-office-intro__address .contact-numbers {
    -ms-flex-direction: column;
    flex-direction: column; } }
#ay .ay-office-intro__address .contact-numbers__phone {
  margin-right: 8px; }

@media screen and (max-width: 768px) {
  #ay .ay-office-intro__address .contact-numbers__phone {
    margin: 0 0 4px 0; } }
#ay .ay-office-intro__address .tel {
  margin: 0 3px; }

#ay #ay-office-information .ay-office-info-multiples {
  margin-bottom: 1.5625em; }

@media print {
  #ay #ay-office-information .ay-office-info-multiples {
    display: none; } }
#ay #ay-office-information .ay-office-info-multiples__header {
  background: #00205B;
  padding: 20px 20px 0 20px; }

#ay #ay-office-information .ay-office-info-multiples__header h3 {
  padding-bottom: 20px; }

#ay #ay-office-information .ay-office-info-multiples__header h3 a {
  color: #32B8DF;
  text-decoration: none; }

#ay #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 #32B8DF;
  display: inline-block;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all .5s; }

#ay #ay-office-information .ay-office-info-multiples__header h3 a.open:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

#ay #ay-office-information .ay-office-info-multiples__quick-links {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff; }

#ay #ay-office-information .ay-office-info-multiples__quick-links li {
  margin: 0;
  padding: 0;
  font-size: 15px; }

#ay #ay-office-information .ay-office-info-multiples__quick-links li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase; }

#ay #ay-office-information .ay-office-info-multiples__quick-links li a:after {
  content: '';
  background: url("/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 #ay-office-information .ay-office-info-multiples__offices-details {
  height: 0;
  overflow: hidden;
  background: #fff;
  transition: all .5s;
  padding: 0 20px 0 20px; }

#ay #ay-office-information .ay-office-info-multiples__offices-details.open {
  height: auto; }

#ay #ay-office-information .ay-office-info-multiples__offices-details--rmd {
  color: #00205B !important; }

#ay #ay-office-information .ay-office-info-multiples__offices-details--rmd,
#ay #ay-office-information .ay-office-info-multiples__offices-details--rmd + dd {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px; }

#ay #ay-office-information .ay-office-info-multiples__offices-details--mholder {
  display: -ms-flexbox;
  display: flex; }

#ay #ay-office-information .ay-office-info-multiples__offices-details--mholder .ay-office-info-multiples__offices-details--md {
  -ms-flex-order: 2;
  order: 2; }

#ay #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 #ay-office-information .ay-office-info-multiples__offices-details--mholder .ay-office-info-multiples__offices-details--md:after {
  content: ")"; }

#ay #ay-office-information .ay-office-info-multiples__offices-details--mholder .ay-office-info-multiples__offices-details--md + dd {
  -ms-flex-order: 1;
  order: 1; }

#ay #ay-office-information .ay-office-info-multiples__offices-details--rmd,
#ay #ay-office-information .ay-office-info-multiples__offices-details--md {
  display: inline-block; }

#ay #ay-office-information .ay-office-info-multiples__offices-details--rmd + dd,
#ay #ay-office-information .ay-office-info-multiples__offices-details--md + dd {
  display: inline-block;
  font-weight: 700; }

#ay #ay-office-information .ay-office-info-multiples__offices-details--digits {
  font-weight: normal; }

#ay #ay-office-information .ay-office-info-multiples__offices-details dl {
  margin: 0;
  padding: 0; }

#ay #ay-office-information .ay-office-info-multiples__offices-details dl dt {
  color: #32B8DF;
  margin: 20px 0 0 0;
  padding: 0;
  font-weight: 700; }

#ay #ay-office-information .ay-office-info-multiples__offices-details dl dt + dd a {
  color: #32B8DF;
  text-decoration: none; }

#ay #ay-office-information .ay-office-info-multiples__offices-details dl dt + dd dl dt {
  margin-top: 0; }

#ay #ay-office-information .ay-office-info-multiples__offices-details dl dd {
  margin: 0;
  padding: 0; }

#ay #ay-office-information .ay-office-info-multiples__offices-details dl dd a {
  color: #32B8DF;
  text-decoration: none; }

#ay #ay-office-information .ay-office-info-multiples__offices-details dl dd a:hover {
  text-decoration: underline; }

#ay #ay-office-information .ay-office-info-multiples__offices-details dl dd a.tel {
  color: #797979;
  font-weight: normal; }

#ay #ay-office-information .ay-office-info-multiples__offices-details dl dd a[href*="google"] {
  margin-bottom: 10px;
  display: block;
  font-weight: normal; }

#ay #ay-office-information:target .ay-office-info-multiples__header h3 a:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

#ay #ay-office-information:target .ay-office-info-multiples__header h3 a.open:after {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ay #ay-office-information:target .ay-office-info-multiples__offices-details {
  height: auto;
  overflow: hidden;
  padding: 20px; }

#ay #ay-office-information:target .ay-office-info-multiples__offices-details.open {
  height: 0; }

#ay .ay-office-intro-link-bottom {
  border-top: 1px solid #FFF;
  margin-bottom: 0;
  margin-top: auto;
  padding-top: 15px; }

#ay .ay-office-intro-link-bottom a:hover {
  text-decoration: none; }

#ay .ay-office-intro-link-bottom a:hover strong {
  text-decoration: underline; }

#ay .ay-office-intro-link-bottom a strong {
  display: block;
  font-size: 22px;
  font-weight: 300; }

#ay .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 #32b8df;
  border-bottom: 6px solid transparent;
  margin-left: 5px; }

#ay .ay-office-intro-link-bottom a span {
  display: block;
  color: #FFF; }

#ay .ay-office-intro__sidebar.ay-office-intro__sidebar-green.ay-mini-site-intro {
  -ms-flex-pack: start;
  justify-content: flex-start; }

#ay .ay-office-intro__sidebar.ay-office-intro__sidebar-green.ay-mini-site-intro h1 {
  font-size: 26px;
  font-weight: 500; }

#ay .ay-office-intro__sidebar.ay-office-intro__sidebar-green.ay-mini-site-intro p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px; }

#ay .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: 14px; }

#ay .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 .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 .ay-office-intro__sidebar.ay-office-intro__sidebar-green.ay-mini-site-intro .ay-mini-site-contacts-list dt {
  text-transform: uppercase; }

#ay .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: 17px;
  font-weight: 600; }

#ay .ay-office-intro__sidebar.ay-office-intro__sidebar-green.ay-mini-site-intro .ay-mini-site-contacts-list dd + dt {
  margin-top: 16px; }

#ay .ay-spec-list {
  display: inline-block; }

#ay .ay-spec-list:after {
  content: ", "; }

#ay .ay-spec-list:last-child:after {
  content: ""; }

#ay .ay-proff-card {
  display: -ms-flexbox;
  display: flex;
  color: #797979;
  max-width: 600px;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-proff-card {
    -ms-flex-direction: column;
    flex-direction: column; } }
#ay .ay-proff-card__profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 1.875em; }

@media screen and (max-width: 768px) {
  #ay .ay-proff-card__profile {
    margin: 15px 0 0 0; } }
#ay .ay-proff-card__profile .ay-button__proff {
  background: #32B8DF;
  color: #FFF;
  font-size: 18px;
  max-width: 180px;
  margin: 20px 0;
  padding: 10px; }

#ay .ay-proff-card__profile .ay-button__proff:hover {
  background: #00205B; }

#ay .ay-proff-card__profile .ay-button__proff:after {
  height: 16px; }

#ay .ay-proff-card__name {
  margin-top: -10px; }

#ay .ay-proff-card__img {
  display: block;
  max-width: 180px;
  overflow: hidden;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-proff-card__img {
    max-width: none;
    width: auto; } }
#ay .ay-proff-card__img img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-proff-card__img img {
    width: auto;
    max-width: 100%; } }
#ay .ay-proff-card__name {
  font-size: 48px;
  color: #32B8DF; }

@media print {
  #ay .ay-proff-card__name {
    font-size: 24px; } }
@media screen and (max-width: 768px) {
  #ay .ay-proff-card__name {
    font-size: 32px; } }
#ay .ay-proff-card__title {
  font-size: 1.25em;
  color: #797979;
  font-weight: 600; }

#ay .ay-proff-card__title span {
  font-weight: 100; }

#ay .ay-proff-card__title--mobile {
  display: none; }

@media screen and (max-width: 768px) {
  #ay .ay-proff-card__title--mobile {
    display: block; } }
#ay .ay-proff-card__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  max-width: 500px; }

@media screen and (max-width: 768px) {
  #ay .ay-proff-card__info {
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px; } }
#ay .ay-proff-card__info ul {
  margin: 20px 0 0 0; }

#ay .ay-proff-card__info li {
  line-height: 1.5em; }

#ay .ay-proff-card__info li strong {
  color: #32B8DF; }

#ay .ay-proff-card__info li a {
  color: #797979; }

#ay .ay-proff-bio {
  position: relative;
  border-top: 2px solid #CCC;
  margin-top: 30px;
  padding-top: 5px; }

@media screen and (max-width: 768px) {
  #ay .ay-proff-bio {
    margin-top: 90px; } }
#ay .ay-proff-bio ul {
  margin: 0 0 0 20px;
  padding: 0; }

#ay .ay-proff-bio ul:first-child {
  margin-top: 20px; }

@media screen and (max-width: 480px) {
  #ay .ay-proff-bio ul {
    margin-left: 12px; }

  #ay .ay-proff-bio ul li:before {
    margin-left: 0;
    margin-right: 0; } }
#ay .ay-proff-bio__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  left: -65px;
  position: absolute;
  top: 25px;
  width: 55px; }

@media print {
  #ay .ay-proff-bio__social {
    display: none; } }
@media screen and (max-width: 768px) {
  #ay .ay-proff-bio__social {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    width: 100%;
    top: -50px; } }
@media screen and (min-width: 768px) {
  #ay .ay-proff-bio__social--item:hover:before {
    content: attr(data-title);
    position: absolute;
    font-size: 10px;
    margin-left: -70px;
    margin-top: 8px;
    width: auto;
    color: #dc260a; } }
@media screen and (max-width: 768px) {
  #ay .ay-proff-bio__social--item:hover:before {
    content: attr(data-title);
    position: absolute;
    font-size: 10px;
    margin-left: -30px;
    margin-top: 40px;
    width: auto;
    background: #fff;
    padding: 5px;
    color: #dc260a; } }
@media screen and (min-width: 768px) {
  #ay .ay-proff-bio__social--item:nth-child(1):hover:before {
    margin-left: -72px; } }
@media screen and (max-width: 768px) {
  #ay .ay-proff-bio__social--item:nth-child(1):hover:before {
    margin-left: -20px; } }
@media screen and (min-width: 768px) {
  #ay .ay-proff-bio__social--item:nth-child(3):hover:before {
    margin-left: -40px; } }
@media screen and (max-width: 768px) {
  #ay .ay-proff-bio__social--item:nth-child(3):hover:before {
    margin-left: -10px; } }
#ay .ay-proff-bio__social--icon {
  color: #C4C4C4;
  display: block;
  height: 30px;
  margin-bottom: 12px;
  width: 100%;
  fill: transparent; }

@media screen and (max-width: 768px) {
  #ay .ay-proff-bio__social--icon {
    width: 30px;
    margin-right: 10px; } }
#ay .ay-proff-bio__social--icon:hover {
  color: #dc260a; }

#ay .ay-ul__proff {
  margin-right: 4.375em;
  margin-top: 0;
  line-height: 1.5em; }

#ay .ay-ul__proff strong {
  color: #32B8DF; }

#ay .ay-ul__proff a {
  color: #32B8DF; }

#ay .ay-ul__proff a.nostyle {
  color: #797979;
  text-decoration: none; }

#ay .ay-ul__proff a.nostyle:hover {
  color: #32B8DF; }

#ay .ay-proff-contact__social {
  display: inline-block;
  color: #797979 !important;
  text-decoration: none; }

#ay .ay-proff-contact__social--icon {
  display: inline-block;
  fill: transparent;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  position: relative;
  top: 3px; }

#ay .ay-prop__title {
  background-color: #6fab37;
  color: #FFF;
  font-size: 34px;
  padding: 15px 48px;
  text-align: left; }

@media screen and (max-width: 480px) {
  #ay .ay-prop__title {
    padding: 15px 20px;
    font-size: 24px; } }
#ay .ay-prop {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-prop {
    display: block; } }
@media screen and (max-width: 768px) {
  #ay .ay-prop tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #CCC;
    padding: 20px; }

  #ay .ay-prop tr td {
    font-size: 16px;
    border-bottom: none;
    display: block; }

  #ay .ay-prop tr td:first-child {
    -ms-flex-order: 1;
    order: 1;
    width: 40%;
    padding: 0; }

  #ay .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 .ay-prop tr td:first-child img {
    width: 130px;
    margin-bottom: 5px; } }
#ay .ay-prop td {
  padding: 20px 5px;
  border-bottom: 1px solid #CCC; }

#ay .ay-prop td:first-child {
  width: 20%;
  padding-left: 48px; }

#ay .ay-prop td:nth-child(2) {
  width: 30%; }

@media screen and (max-width: 768px) {
  #ay .ay-prop td:nth-child(2) {
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    padding: 10px 0 0 0; } }
@media screen and (max-width: 480px) {
  #ay .ay-prop td:nth-child(2) {
    padding-top: 0; } }
#ay .ay-prop td:nth-child(3) {
  width: 25%; }

@media screen and (max-width: 768px) {
  #ay .ay-prop td:nth-child(3) {
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    padding: 0; } }
@media screen and (max-width: 480px) {
  #ay .ay-prop td:nth-child(3) {
    width: 100%;
    margin-left: 0; } }
#ay .ay-prop td:nth-child(4) {
  width: 15%; }

@media screen and (max-width: 768px) {
  #ay .ay-prop td:nth-child(4) {
    font-weight: 600;
    height: 20px;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    width: 30%; } }
@media screen and (max-width: 480px) {
  #ay .ay-prop td:nth-child(4) {
    width: 100%;
    margin-left: 0; } }
#ay .ay-prop td:nth-child(5) {
  width: 10%; }

@media screen and (max-width: 768px) {
  #ay .ay-prop td:nth-child(5) {
    -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 .ay-prop td:nth-child(5) {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    height: auto; } }
#ay .ay-prop td a {
  color: #32B8DF;
  text-decoration: none; }

@media screen and (max-width: 1000px) {
  #ay .ay-prop td {
    font-size: 14px; } }
@media screen and (max-width: 1000px) {
  #ay .ay-prop-img {
    max-width: 100%;
    height: auto; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width: 768px) {
  #ay .ay-prop tr td:first-child {
    width: 30%; } }
#ay .ay-search-proff-sort {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 768px) {
  #ay .ay-search-proff-sort {
    display: none; } }
#ay .ay-search-proff-sort__mobile {
  display: none; }

@media screen and (max-width: 768px) {
  #ay .ay-search-proff-sort__mobile {
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 21px 20px 21px;
    padding: 20px 8%;
    width: auto; }

  #ay .ay-search-proff-sort__mobile .ay-search {
    height: 38px; }

  #ay .ay-search-proff-sort__mobile .ay-button__secondary {
    font-size: 13px;
    font-weight: normal;
    margin: 20px 0 0 0;
    padding: 10px 0;
    width: 40%; } }
@media screen and (max-width: 480px) {
  #ay .ay-search-proff-sort__mobile {
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none; } }
#ay .ay-search-proff-sort .ay-search__filter-holder {
  width: 100%;
  margin: 0 10px; }

@media screen and (max-width: 768px) {
  #ay .ay-search-proff-sort .ay-search__filter-holder {
    background: #FFF;
    padding: 1.25em 0 0 0;
    margin: 0; } }
#ay .ay-search-proff-sort .ay-search__filter-holder select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e9e9e9 url("/ay-theme/resources/images/arrow-select.svg") no-repeat 97% center;
  background-size: 15px;
  border-radius: 0;
  border: none;
  color: #797979;
  font-size: 0.8125em;
  outline: none;
  padding: 0 0.75em;
  width: 100%;
  line-height: normal;
  min-height: 32px; }

#ay .ay-search-proff-sort .ay-search__filter-holder select::-moz-focus-inner {
  border: 0; }

#ay .ay-search-proff-sort .ay-search__filter-holder select option::-moz-focus-inner {
  border: 0; }

@media screen and (max-width: 768px) {
  #ay .ay-search-proff-sort .ay-search__filter-holder select {
    width: 100%; } }
@media screen and (max-width: 480px) {
  #ay .ay-search-proff-sort .ay-search__filter-holder select {
    font-size: 16px; } }
#ay .ay-search-proff-sort input[type="search"] {
  background: none;
  border: 1px solid #CCC;
  color: #797979;
  height: 32px;
  padding-left: .6em;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  margin-right: 10px;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-search-proff-sort input[type="search"] {
    background: #e9e9e9;
    border: none; } }
#ay .ay-search-proff-sort input[type="search"]::-webkit-input-placeholder {
  color: #797979;
  font-size: 16px;
  opacity: 1; }

#ay .ay-search-proff-sort input[type="search"]:-ms-input-placeholder {
  color: #797979;
  font-size: 16px;
  opacity: 1; }

#ay .ay-search-proff-sort input[type="search"]::placeholder {
  color: #797979;
  font-size: 16px;
  opacity: 1; }

@media screen and (max-width: 480px) {
  #ay .ay-search-proff-sort input[type="search"] {
    font-size: 16px; } }
#ay .ay-search-proff-sort input.ay-search-proff-sort__submit {
  background: #797979 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 .ay-search-proff-sort input.ay-search-proff-sort__submit {
    display: none; } }
#ay .ay-search-proff-table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
  width: 100%; }

@media screen and (max-width: 1000px) {
  #ay .ay-search-proff-table {
    margin: 0 30px;
    width: auto; } }
@media screen and (max-width: 480px) {
  #ay .ay-search-proff-table {
    margin: 0; } }
#ay .ay-search-proff-table caption {
  width: 100%;
  text-align: left;
  padding: 1em 0; }

@media screen and (max-width: 1000px) {
  #ay .ay-search-proff-table caption {
    padding-bottom: 0; } }
#ay .ay-search-proff-table > tbody > tr td:nth-child(2) {
  white-space: pre; }

#ay .ay-search-proff-table > tbody > tr td table tr td:nth-child(2) {
  white-space: normal; }

#ay .ay-search-proff-table > tr {
  border-bottom: 2px solid #CCC; }

@media screen and (max-width: 1000px) {
  #ay .ay-search-proff-table > tr {
    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 .ay-search-proff-table tr {
    border-bottom: 1px solid #CCC;
    display: block;
    padding: 20px 0; } }
#ay .ay-search-proff-table td {
  padding: 10px;
  vertical-align: middle; }

@media screen and (max-width: 1000px) {
  #ay .ay-search-proff-table td {
    display: inline-block;
    width: 100%;
    padding: 1px 0 1px 0;
    font-size: 14px; }

  #ay .ay-search-proff-table td:first-child {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 0; } }
#ay .ay-search-proff-table td a {
  color: #32B8DF;
  text-decoration: none; }

#ay .ay-search-proff-table td a:hover {
  text-decoration: underline; }

#ay .ay-search-proff-table td a.no-break {
  white-space: pre; }

#ay .ay-search-proff-table td a[href^="tel:"] {
  color: #797979;
  cursor: text; }

#ay .ay-search-proff-table td a[href^="tel:"]:hover {
  text-decoration: none; }

#ay .ay-search-proff-table__header {
  background-color: #00205B; }

@media screen and (max-width: 1000px) {
  #ay .ay-search-proff-table__header {
    display: none;
    padding: 0 !important;
    border: none !important; } }
#ay .ay-search-proff-table__header td {
  background-color: #00205B;
  color: #FFF;
  padding: 10px; }

@media screen and (max-width: 1000px) {
  #ay .ay-search-proff-table__header td {
    display: none;
    padding: 0; } }
#ay .ay-search-proff-table__name-image {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto; }

@media screen and (max-width: 1000px) {
  #ay .ay-search-proff-table__name-image {
    width: 100%;
    margin-bottom: 10px; } }
#ay .ay-search-proff-table__name-image tr {
  border-bottom: none; }

@media screen and (max-width: 1000px) {
  #ay .ay-search-proff-table__name-image tr {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0; } }
#ay .ay-search-proff-table__name-image tr td {
  vertical-align: top; }

#ay .ay-search-proff-table__name-image tr td img {
  max-width: 45px; }

#ay .ay-search-proff-table__name-image tr td img[src=""],
#ay .ay-search-proff-table__name-image tr td img[error="true"] {
  display: none; }

@media screen and (max-width: 1000px) {
  #ay .ay-search-proff-table__name-image tr td {
    padding-left: 0;
    width: 80%;
    font-size: 18px;
    padding-left: 15px; }

  #ay .ay-search-proff-table__name-image tr td:first-child {
    border: none;
    -ms-flex-order: 0;
    order: 0;
    width: 20%;
    padding: 0;
    margin: 0; }

  #ay .ay-search-proff-table__name-image tr td img {
    max-width: 100%;
    width: 100%; } }
#ay .ay-search-proff-table__name-image tr td:first-child {
  padding-left: 0; }

#ay .ay-search-proff-table__title--mobile {
  display: none; }

@media screen and (max-width: 1000px) {
  #ay .ay-search-proff-table__title--mobile {
    background-color: #00205B;
    color: #FFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px; } }
#ay .aui.mobile #ay .ay-phone-type:after {
  content: " (" attr(title) ")"; }

@media screen and (min-width: 768px) {
  #ay .aui body:not(.dockbar-ready) #ay #ayAltLayout:target .ay-search-proff-table.ay-services--case-studies-list tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }

  #ay .aui body:not(.dockbar-ready) #ay #ayAltLayout:target .ay-search-proff-table.ay-services--case-studies-list tr td {
    width: calc(100% / 5); }

  #ay .aui body:not(.dockbar-ready) #ay #ayAltLayout:target .ay-search-proff-table.ay-services--case-studies-list tr td:last-child {
    /* position:absolute; */
    display: none; }

  #ay .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: calc(100%);
    margin-left: calc(100% / 5);
    margin-top: -16px; }

  #ay .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; }

  #ay .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, 0.03); }

  #ay .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; }

  #ay .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 .ay-proff-bio__social--icon {
    width: 60px; } }
#ay .ay-title-header {
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #eee;
  color: #32B8DF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding: 1.875em; }

@media screen and (max-width: 480px) {
  #ay .ay-title-header {
    padding: 0.9375em; } }
@media print {
  #ay .ay-title-header {
    text-align: left;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0 0 0; } }
#ay .ay-title-header__title {
  font-size: 3.9375em; }

@media screen and (max-width: 768px) {
  #ay .ay-title-header__title {
    line-height: 110%;
    font-size: 2.6875em; } }
@media screen and (max-width: 480px) {
  #ay .ay-title-header__title {
    font-size: 2.1875em;
    margin-top: 140px;
    padding: 10px 15px; } }
@media print {
  #ay .ay-title-header__title {
    font-size: 24px; } }
#ay .ay-title-header__subtitle {
  font-size: 3.9375em; }

@media screen and (max-width: 768px) {
  #ay .ay-title-header__subtitle {
    line-height: 110%;
    font-size: 2.6875em; } }
@media screen and (max-width: 480px) {
  #ay .ay-title-header__subtitle {
    font-size: 2.1875em;
    padding: 10px 15px; } }
@media print {
  #ay .ay-title-header__subtitle {
    font-size: 24px; } }
#ay .ay-title-header__breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-top: 0.375em;
  padding: 0;
  width: 100%; }

@media screen and (max-width: 480px) {
  #ay .ay-title-header__breadcrumbs {
    margin: 6px 0 0 0;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media print {
  #ay .ay-title-header__breadcrumbs {
    display: none; } }
#ay .ay-breadcrumb {
  display: inline-block;
  margin: 5px;
  line-height: normal; }

@media screen and (max-width: 480px) {
  #ay .ay-breadcrumb {
    margin: 0 5px 0 0; } }
#ay .ay-breadcrumb__item {
  background: url("/ay-theme/resources/images/arrow-breadcrumb.svg") no-repeat;
  background-position: right center;
  background-size: 10px;
  color: #C4C4C4;
  font-size: 0.9375em;
  padding-right: 18px;
  text-decoration: none;
  text-transform: uppercase; }

@media screen and (max-width: 480px) {
  #ay .ay-breadcrumb__item {
    font-size: 11px;
    background-size: 8px;
    padding-right: 12px; } }
#ay .ay-breadcrumb__item:hover {
  text-decoration: underline; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #ay .ay-title-header__title {
    width: 100%; } }
#ay .ay-pagination,
#ay .gsc-cursor-box.gs-bidi-start-align {
  display: block;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-pagination,
  #ay .gsc-cursor-box.gs-bidi-start-align {
    margin-top: 20px; } }
#ay .ay-pagination--pagination-list,
#ay .gsc-cursor {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 0; }

@media screen and (max-width: 768px) {
  #ay .ay-pagination--pagination-list,
  #ay .gsc-cursor {
    background: #FFF;
    -ms-flex-pack: center;
    justify-content: center; } }
#ay .ay-pagination--pagination-list li,
#ay .gsc-cursor li {
  margin-left: 5px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #32B8DF; }

@media screen and (max-width: 768px) {
  #ay .ay-pagination--pagination-list li,
  #ay .gsc-cursor li {
    width: auto; } }
#ay .ay-pagination--pagination-list li:first-child,
#ay .gsc-cursor li:first-child {
  margin-right: 15px;
  margin-left: 0;
  -ms-flex-item-align: start;
  align-self: flex-start; }

#ay .ay-pagination--pagination-list li:first-child svg,
#ay .gsc-cursor li:first-child svg {
  width: 30px;
  padding: 5px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: #797979; }

@media screen and (max-width: 768px) {
  #ay .ay-pagination--pagination-list li:first-child svg,
  #ay .gsc-cursor li:first-child svg {
    width: 38px;
    padding: 10px; } }
@supports (-ms-ime-align: auto) {
  #ay .ay-pagination--pagination-list li:first-child svg,
  #ay .gsc-cursor li:first-child svg {
    height: 0px;
    width: 30px;
    padding: 4px 9px 26px 9px;
    -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 .ay-pagination--pagination-list li:first-child svg,
  #ay .gsc-cursor li:first-child svg {
    height: 0px;
    width: 30px;
    padding: 4px 9px 26px 9px;
    -ms-transform: translateX(10px) rotate(180deg);
    transform: translateX(10px) rotate(180deg);
    overflow: hidden;
    fill: #fff; } }
#ay .ay-pagination--pagination-list li:first-child svg use,
#ay .gsc-cursor li:first-child svg use {
  fill: #FFF; }

#ay .ay-pagination--pagination-list li:first-child a svg,
#ay .gsc-cursor li:first-child a svg {
  background: #32B8DF; }

#ay .ay-pagination--pagination-list li:last-child,
#ay .gsc-cursor li:last-child {
  margin-left: 15px;
  margin-right: 0; }

#ay .ay-pagination--pagination-list li:last-child svg,
#ay .gsc-cursor li:last-child svg {
  width: 30px;
  padding: 5px;
  background: #797979; }

@media screen and (max-width: 768px) {
  #ay .ay-pagination--pagination-list li:last-child svg,
  #ay .gsc-cursor li:last-child svg {
    width: 38px;
    padding: 10px; } }
#ay .ay-pagination--pagination-list li:last-child svg use,
#ay .gsc-cursor li:last-child svg use {
  fill: #FFF; }

@supports (-ms-ime-align: auto) {
  #ay .ay-pagination--pagination-list li:last-child svg,
  #ay .gsc-cursor li:last-child svg {
    height: 0px;
    width: 30px;
    padding: 4px 9px 26px 9px;
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    overflow: hidden;
    fill: #fff; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #ay .ay-pagination--pagination-list li:last-child svg,
  #ay .gsc-cursor li:last-child svg {
    height: 0px;
    width: 30px;
    padding: 4px 9px 26px 9px;
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    overflow: hidden;
    fill: #fff; } }
#ay .ay-pagination--pagination-list li:last-child a svg,
#ay .gsc-cursor li:last-child a svg {
  background: #32B8DF; }

#ay .ay-pagination--pagination-list li a,
#ay .gsc-cursor li a {
  color: #797979;
  text-decoration: none; }

#ay .ay-pagination--pagination-list li.ay-pagination--pagination-list__ellipsis:after,
#ay .gsc-cursor li.ay-pagination--pagination-list__ellipsis:after {
  content: "...";
  color: #797979; }

#ay .ay-quick-search {
  background-color: #fff;
  border-bottom: 7px solid #00205B;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  padding: 30px 40px 0px 40px;
  max-width: 1300px;
  margin: 20px auto 0; }

#ay .ay-quick-search__title {
  font-size: 30px;
  color: #00205B;
  border-bottom: 1px solid #00205B;
  padding-bottom: 14px;
  margin-bottom: 25px; }

#ay .ay-quick-search__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#ay .ay-quick-search__block {
  width: 265px;
  margin-right: 40px;
  margin-bottom: 20px; }

#ay .ay-quick-search__block__title {
  color: #00205B;
  font-weight: 600;
  font-size: 16px;
  font-weight: bold; }

#ay .ay-quick-search__block__subtitle {
  color: #00205B;
  font-size: 15px;
  font-weight: 600;
  margin-top: 8px; }

#ay .ay-quick-search__block__list {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0; }

#ay .ay-quick-search__block__list--item {
  color: #797979;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
  text-decoration: none; }

#ay .ay-quick-search__block__list--item:after {
  content: "";
  background: url("/ay-theme/resources/images/arrow-right-darker.svg") no-repeat;
  background-size: 9px;
  display: inline-block;
  height: 12px;
  margin-left: 8px;
  position: relative;
  top: 2px;
  width: 15px; }

#ay .ay-quick-search__block__list--item:hover {
  text-decoration: underline; }

#ay .ay-research-reports {
  background-color: rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  width: 100%; }

@media screen and (max-width: 480px) {
  #ay .ay-research-reports {
    margin: 30px 0 30px 0; } }
#ay .ay-research-reports__title {
  background-color: #868686;
  color: #fff;
  font-size: 30px;
  padding: 12px 47px; }

@media screen and (max-width: 480px) {
  #ay .ay-research-reports__title {
    font-size: 28px;
    padding: 12px 20px; } }
@media print {
  #ay .ay-research-reports__title {
    font-size: 24px; } }
#ay .ay-research-reports__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 520px;
  padding: 3.75em 0;
  width: 100%; }

@media screen and (max-width: 1000px) {
  #ay .ay-research-reports__list {
    -ms-flex-pack: center;
    justify-content: center; } }
#ay .ay-research-reports__item {
  color: #868686;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0.625em 0.625em 1.5625em 0.625em;
  max-width: 220px;
  width: 100%; }

@media screen and (max-width: 480px) {
  #ay .ay-research-reports__item {
    text-align: center;
    margin-bottom: 1.875em;
    max-width: 100%; }

  #ay .ay-research-reports__item span {
    max-width: 250px; } }
#ay .ay-research-reports__item:nth-child(even) {
  margin-right: 0; }

#ay .ay-research-reports__item--link {
  color: inherit;
  display: block;
  font-size: 16px;
  text-decoration: none;
  line-height: 120%; }

@media screen and (max-width: 480px) {
  #ay .ay-research-reports__item--link {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; } }
#ay .ay-research-reports__item--link span {
  line-height: 1.5; }

#ay .ay-research-reports__item--link img {
  box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.5);
  display: block;
  height: 216px;
  margin-bottom: 0.75em;
  max-width: 100%;
  width: 166px; }

#ay .ay-research-reports__subtitle {
  color: #868686;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 17px; }

#ay .ay-research-quicklinks {
  margin-bottom: 30px; }

#ay .ay-research-quicklinks__title {
  background: #F48B3B;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  padding: 15px 30px;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  #ay .ay-research-quicklinks__title {
    padding: 1em; } }
@media screen and (max-width: 480px) {
  #ay .ay-research-quicklinks__title {
    padding: 12px 20px;
    font-size: 20px; } }
#ay .ay-research-quicklinks-icon {
  width: 30px;
  height: 30px;
  fill: transparent;
  margin-right: 10px; }

@media screen and (max-width: 480px) {
  #ay .ay-research-quicklinks-icon {
    margin-right: 10px;
    width: 24px;
    height: 24px; } }
#ay .ay-research-quicklinks__content {
  background-color: #EEE;
  padding: 0.875em 0; }

#ay .ay-research-quicklinks__links {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-research-quicklinks__links {
    padding: 0 0 0 1em; } }
@media screen and (max-width: 480px) {
  #ay .ay-research-quicklinks__links {
    width: auto;
    padding-left: 5px; } }
#ay .ay-research-quicklinks__links--item {
  font-size: 20px;
  padding: 0 0.625em;
  line-height: 1.5; }

@media screen and (max-width: 1024px) {
  #ay .ay-research-quicklinks__links--item {
    font-size: 16px; } }
@media screen and (max-width: 480px) {
  #ay .ay-research-quicklinks__links--item {
    font-size: 14px;
    padding: 0;
    width: 50%; } }
#ay .ay-research-quicklinks__links--item:first-child {
  border-right: 1px solid #666; }

@media screen and (max-width: 480px) {
  #ay .ay-research-quicklinks__links--item:first-child {
    margin-right: 20px; } }
#ay .ay-research-quicklinks__links--item a {
  color: #797979;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 480px) {
  #ay .ay-research-quicklinks__links--item a {
    -ms-flex-align: center;
    align-items: center; } }
#ay .ay-header-search-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 25px;
  position: relative;
  width: auto; }

#ay .ay-header-search-login input:focus,
#ay .ay-header-search-login select:focus,
#ay .ay-header-search-login button:focus {
  outline: none; }

#ay .ay-header-search-login__search {
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #CBCBCB;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-right: 5px;
  width: 60%; }

#ay .ay-header-search-login__search input[type="search"] {
  background-color: #f5f5f5;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-right: 3px;
  max-width: 150px;
  padding: .3em;
  height: 25px;
  width: 100%; }

#ay .ay-header-search-login__search input[type="submit"] {
  background: url("/ay-theme/resources/images/magnify-button.svg") no-repeat;
  background-size: 27px;
  background-position: center center;
  border: none;
  cursor: pointer;
  height: 30px;
  opacity: .8;
  text-indent: -9999px;
  width: 39px; }

#ay .ay-header-search-login__login {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  background: url("/ay-theme/resources/images/lock.svg") no-repeat;
  background-size: 27px;
  border: none;
  color: #797979;
  font-size: 11px;
  font-weight: 300;
  height: 30px;
  opacity: .8;
  margin-left: 8px;
  padding-left: 38px;
  text-decoration: none;
  width: 40%; }

@media screen and (max-width: 1100px) {
  #ay .ay-header-search-login__login {
    line-height: 1.3; } }
#ay .ay-header-search-login__login:hover {
  text-decoration: none;
  color: #797979; }

#ay .ay-search {
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  top: 4px;
  width: 100%; }

#ay .ay-search input:focus,
#ay .ay-search select:focus,
#ay .ay-search button:focus {
  outline: none; }

#ay .ay-search input[type="search"] {
  background: none;
  box-shadow: none;
  border: none;
  height: 34px;
  padding-left: 0.625em;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

#ay .ay-search input[type="submit"] {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMDMgMTAzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDMgMTAzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9DQoJLnN0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yXyk7fQ0KCS5zdDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNF8pO30NCgkuc3Qze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzZfKTtmaWxsOiM2QzZFNzA7fQ0KPC9zdHlsZT4NCjxnIGNsYXNzPSJzdDAiPg0KCTxnPg0KCQk8ZGVmcz4NCgkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeD0iMC4xIiB5PSIwLjEiIHdpZHRoPSIxMDIuOSIgaGVpZ2h0PSIxMDIuOSIvPg0KCQk8L2RlZnM+DQoJCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPg0KCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4NCgkJPC9jbGlwUGF0aD4NCgkJPGcgY2xhc3M9InN0MSI+DQoJCQk8ZGVmcz4NCgkJCQk8cGF0aCBpZD0iU1ZHSURfM18iIGQ9Ik02NS4zLDc4LjFDNTguNiw4Mi41LDUwLjcsODUsNDIuMiw4NUMxOC45LDg1LDAuMSw2NiwwLjEsNDIuNWMwLTIzLjQsMTguOC00Mi40LDQyLjEtNDIuNA0KCQkJCQljMjMuMiwwLDQyLjEsMTksNDIuMSw0Mi40YzAsOC4yLTIuMywxNS44LTYuMywyMi4zbDI0LjMsMjQuNWMxLjMsMS4zLDAuMiw0LjQtMi40LDdsLTMuNiwzLjdjLTIuNiwyLjYtNS43LDMuNy03LDIuNEw2NS4zLDc4LjENCgkJCQkJeiBNNzAuMyw0Mi41YzAtMTUuNy0xMi42LTI4LjMtMjguMS0yOC4zQzI2LjcsMTQuMiwxNCwyNi45LDE0LDQyLjVjMCwxNS43LDEyLjYsMjguNCwyOC4yLDI4LjRDNTcuNyw3MC45LDcwLjMsNTguMiw3MC4zLDQyLjUiDQoJCQkJCS8+DQoJCQk8L2RlZnM+DQoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzRfIj4NCgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8zXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCQkJPC9jbGlwUGF0aD4NCgkJCTxnIGNsYXNzPSJzdDIiPg0KCQkJCTxkZWZzPg0KCQkJCQk8cmVjdCBpZD0iU1ZHSURfNV8iIHg9IjAuMSIgeT0iMC4xIiB3aWR0aD0iMTAyLjkiIGhlaWdodD0iMTAyLjkiLz4NCgkJCQk8L2RlZnM+DQoJCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF82XyI+DQoJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzVfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+DQoJCQkJPC9jbGlwUGF0aD4NCgkJCQk8cmVjdCB4PSItMjUuNiIgeT0iLTI1LjYiIGNsYXNzPSJzdDMiIHdpZHRoPSIxNTQuMyIgaGVpZ2h0PSIxNTQuMyIvPg0KCQkJPC9nPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=") no-repeat;
  background-size: 15px;
  background-position: center center;
  border: none;
  cursor: pointer;
  height: 100px;
  opacity: .8;
  text-indent: -9999px;
  width: 39px; }

#ay .ay-search input::-webkit-input-placeholder {
  color: transparent; }

#ay .ay-search input:-ms-input-placeholder {
  color: transparent; }

#ay .ay-search input::placeholder {
  color: transparent; }

#ay .ay-search__mobile {
  display: none; }

@media screen and (max-width: 768px) {
  #ay .ay-search__mobile {
    display: -ms-flexbox;
    display: flex;
    margin: 0 24px 15px 24px;
    height: 36px;
    width: auto; }

  #ay .ay-search__mobile input[type="search"]::-webkit-input-placeholder {
    opacity: 1;
    color: #797979; }

  #ay .ay-search__mobile input[type="search"]:-ms-input-placeholder {
    opacity: 1;
    color: #797979; }

  #ay .ay-search__mobile input[type="search"]::placeholder {
    opacity: 1;
    color: #797979; } }
#ay .ay-search-main {
  padding: 6.25em 12%; }

@media screen and (max-width: 768px) {
  #ay .ay-search-main {
    padding: 0 0 1.25em 0; } }
#ay .ay-search-main .ay-search input[type="search"]::-webkit-input-placeholder {
  opacity: 1;
  color: #797979; }

#ay .ay-search-main .ay-search input[type="search"]:-ms-input-placeholder {
  opacity: 1;
  color: #797979; }

#ay .ay-search-main .ay-search input[type="search"]::placeholder {
  opacity: 1;
  color: #797979; }

@media screen and (max-width: 768px) {
  #ay .ay-search-main .ay-search {
    display: none; } }
#ay .ay-search__mobile-holder {
  display: none;
  padding: 1.25em; }

@media screen and (max-width: 768px) {
  #ay .ay-search__mobile-holder {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
    margin: 0 auto;
    max-width: 100%;
    width: calc(100% - 2.8em); } }
#ay .ay-search__mobile-holder .ay-search {
  background: #e9e9e9;
  padding: 1.125em 0; }

#ay .ay-search__mobile-holder .ay-search input::-webkit-input-placeholder {
  color: #797979;
  opacity: 1; }

#ay .ay-search__mobile-holder .ay-search input:-ms-input-placeholder {
  color: #797979;
  opacity: 1; }

#ay .ay-search__mobile-holder .ay-search input::placeholder {
  color: #797979;
  opacity: 1; }

#ay .ay-search__mobile-holder .ay-button__secondary {
  font-size: 13px;
  font-weight: normal;
  margin: 20px 0 0 0;
  padding: 10px 0;
  width: 40%; }

@media screen and (max-width: 768px) {
  #ay .ay-search__mobile-holder .ay-search__filter-holder {
    width: 100%;
    background: #FFF;
    padding: 1.875em 0 0 0; } }
#ay .ay-search__mobile-holder .ay-search__filter-holder select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e9e9e9 url("/ay-theme/resources/images/arrow-select.svg") no-repeat 97% center;
  background-size: 15px;
  border-radius: 0;
  border: none;
  color: #797979;
  font-size: 0.8125em;
  outline: none;
  padding: 0.75em;
  line-height: .95; }

#ay .ay-search__mobile-holder .ay-search__filter-holder select::-moz-focus-inner {
  border: 0; }

#ay .ay-search__mobile-holder .ay-search__filter-holder select option::-moz-focus-inner {
  border: 0; }

@media screen and (max-width: 768px) {
  #ay .ay-search__mobile-holder .ay-search__filter-holder select {
    width: 100%; } }
#ay .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 .ay-search-table {
    display: block;
    overflow: hidden;
    margin: 0; } }
#ay .ay-search-table thead {
  background-color: #00205B;
  width: 100%;
  display: inline-block; }

#ay .ay-search-table thead th {
  color: #FFF;
  font-size: 14px;
  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 .ay-search-table thead th {
    width: auto; } }
@media screen and (max-width: 768px) {
  #ay .ay-search-table thead th {
    display: table-row;
    with: auto; }

  #ay .ay-search-table thead th:first-child {
    display: table-cell;
    overflow: hidden;
    padding: 10px 0 10px 20px;
    width: 100%; }

  #ay .ay-search-table thead th:nth-child(2),
  #ay .ay-search-table thead th:nth-child(3),
  #ay .ay-search-table thead th:nth-child(4),
  #ay .ay-search-table thead th:nth-child(5) {
    display: none;
    text-indent: -9999px;
    padding: 0;
    overflow: hidden;
    width: 0; } }
#ay .ay-search-table thead .ay-search-table__sort {
  color: #FFF; }

#ay .ay-search-table thead .ay-search-table__sort--active {
  color: #32B8DF; }

#ay .ay-search-table__results,
#ay #___gcse_0 .gsc-result-info {
  padding: 1.5em 0; }

@media screen and (max-width: 768px) {
  #ay .ay-search-table__results,
  #ay #___gcse_0 .gsc-result-info {
    padding: 1em 1.5em; } }
@media screen and (max-width: 768px) {
  #ay .ay-search-results {
    padding: 0 1.5em; } }
#ay .ay-search-results__row,
#ay #___gcse_0 .gs-bidi-start-align.gs-snippet {
  padding: 1.8em 0;
  border-bottom: 1px solid #CCC;
  line-height: 1.5em; }

@media screen and (max-width: 768px) {
  #ay .ay-search-results__row,
  #ay #___gcse_0 .gs-bidi-start-align.gs-snippet {
    padding: 1em 0; } }
#ay .ay-search-results__row .ay-link-download,
#ay #___gcse_0 .gs-bidi-start-align.gs-snippet .ay-link-download {
  color: #da291c;
  display: block;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  #ay .ay-search-results__row .ay-link-download,
  #ay #___gcse_0 .gs-bidi-start-align.gs-snippet .ay-link-download {
    padding-top: 12px; } }
#ay .ay-search-results__row .ay-link-download::after,
#ay #___gcse_0 .gs-bidi-start-align.gs-snippet .ay-link-download::after {
  background-image: url("/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; }

#ay .ay-search-results .h4,
#ay .ay-search-results #___gcse_0 .gs-title a,
#ay #___gcse_0 .gs-title .ay-search-results a {
  font-weight: 600;
  text-transform: none; }

#ay .ay-services-banner {
  margin: 0 auto .4em auto;
  max-width: 1300px;
  position: relative;
  overflow: hidden;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-services-banner {
    margin: 0 auto; } }
#ay .ay-services-banner__image {
  max-width: 100%;
  display: block; }

@media screen and (max-width: 1024px) {
  #ay .ay-services-banner__image {
    display: none; } }
@media print {
  #ay .ay-services-banner__image {
    display: none; } }
#ay .ay-services-banner__main {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start; }

@media screen and (max-width: 1024px) {
  #ay .ay-services-banner__main {
    -ms-flex-align: center;
    align-items: center;
    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;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: .5em 0 0 0;
    width: 100%; } }
#ay .ay-services-banner__link {
  -ms-flex-align: center;
  align-items: center;
  display: block;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  top: 0;
  -ms-transform: skew(-38.5deg);
  transform: skew(-38.5deg);
  width: calc(33.3% - 0px); }

#ay .ay-services-banner__link:nth-child(1) {
  margin-left: -25px;
  margin-right: 20px; }

@media screen and (max-width: 1024px) {
  #ay .ay-services-banner__link:nth-child(1) {
    margin: 0 0 15px 0; } }
@media screen and (max-width: 1024px) {
  #ay .ay-services-banner__link {
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    height: 150px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
    max-width: 100%;
    min-height: 130px;
    padding: 10px 30px 10px 30px;
    position: relative;
    text-decoration: none;
    -ms-transform: none;
    transform: none;
    width: 100%; } }
#ay .ay-services-banner__link h3 {
  -ms-transform: skew(38.5deg);
  transform: skew(38.5deg);
  color: white;
  color: transparent;
  font-size: 50px;
  font-weight: 100; }

@media screen and (max-width: 1024px) {
  #ay .ay-services-banner__link h3 {
    font-size: 32px;
    z-index: 3;
    color: #FFF;
    font-weight: 300;
    position: relative;
    padding-bottom: 10px;
    -ms-transform: none;
    transform: none; }

  #ay .ay-services-banner__link h3 br {
    display: none; } }
#ay .ay-services-banner__link h3:after {
  display: none; }

@media screen and (max-width: 1024px) {
  #ay .ay-services-banner__link__1 {
    display: -ms-flexbox;
    display: flex;
    background: url("/ay-theme/resources/images/services1.jpg") no-repeat;
    background-size: cover;
    max-width: 100%;
    position: relative;
    width: 100%;
    left: 0; }

  #ay .ay-services-banner__link__1:before {
    background: rgba(134, 181, 92, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; } }
@media screen and (max-width: 1024px) {
  #ay .ay-services-banner__link__2 {
    display: -ms-flexbox;
    display: flex;
    background: url("/ay-theme/resources/images/services2.jpg") no-repeat;
    background-size: cover;
    max-width: 100%;
    position: relative;
    width: 100%;
    margin-left: 0; }

  #ay .ay-services-banner__link__2:before {
    background: rgba(244, 139, 59, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; } }
#ay .ay-services-banner__link__3 {
  position: relative;
  left: 20px; }

@media screen and (max-width: 1024px) {
  #ay .ay-services-banner__link__3 {
    background: url("/ay-theme/resources/images/services3.jpg") no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    max-width: 100%;
    width: 100%; }

  #ay .ay-services-banner__link__3:before {
    background: rgba(50, 184, 223, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; } }
#ay .ay-service {
  -ms-flex-item-align: center;
  align-self: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 200px;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 230px; }

#ay .ay-service:first-child {
  left: 30px;
  position: relative; }

@media screen and (max-width: 900px) {
  #ay .ay-service:first-child {
    left: 0; } }
#ay .ay-service:nth-child(2) {
  -ms-flex-align: center;
  align-items: center;
  margin-left: 80px;
  width: 200px; }

#ay .ay-service:nth-child(3) {
  width: 320px;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.875em; }

@media screen and (max-width: 1200px) {
  #ay .ay-service:nth-child(3) {
    margin-right: 0; } }
@media screen and (max-width: 1024px) {
  #ay .ay-service {
    margin: .5em 0;
    width: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 115px; }

  #ay .ay-service:first-child {
    background: url("/ay-theme/resources/images/services1.jpg") no-repeat;
    background-size: cover;
    max-width: 100%;
    position: relative;
    width: 100%;
    left: 0; }

  #ay .ay-service:first-child:before {
    background: rgba(134, 181, 92, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }

  #ay .ay-service:nth-child(2) {
    background: url("/ay-theme/resources/images/services2.jpg") no-repeat;
    background-size: cover;
    max-width: 100%;
    position: relative;
    width: 100%;
    margin-left: 0;
    -ms-flex-align: start;
    align-items: flex-start; }

  #ay .ay-service:nth-child(2):before {
    background: rgba(244, 139, 59, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }

  #ay .ay-service:nth-child(3) {
    -ms-flex-align: start;
    align-items: flex-start;
    background: url("/ay-theme/resources/images/services3.jpg") no-repeat;
    background-size: cover;
    max-width: 100%;
    position: relative;
    width: 100%; }

  #ay .ay-service:nth-child(3):before {
    background: rgba(50, 184, 223, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; } }
@media screen and (max-width: 768px) {
  #ay .ay-service {
    height: auto;
    padding: 65px 0 10px 0; } }
#ay .ay-service h3 {
  font-size: 40px;
  font-weight: 300;
  color: #FFF;
  position: relative;
  padding-bottom: 10px;
  z-index: 5; }

@media screen and (max-width: 1100px) {
  #ay .ay-service h3 {
    font-size: 35px; } }
@media screen and (max-width: 900px) {
  #ay .ay-service h3 {
    left: 30px;
    z-index: 3; } }
@media screen and (max-width: 1024px) {
  #ay .ay-service h3 {
    bottom: 20px;
    font-size: 32px;
    left: 0;
    padding-left: 20px; }

  #ay .ay-service h3 br {
    display: none; } }
@media screen and (max-width: 480px) {
  #ay .ay-service h3 {
    font-size: 25px;
    bottom: 10px; } }
#ay .ay-service h3:after {
  background: #FFF;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  width: 40px; }

#ay .ay-service:first-child h3 {
  position: relative;
  left: 50px; }

@media screen and (max-width: 1024px) {
  #ay .ay-service:first-child h3 {
    left: 0;
    padding-left: 20px; } }
#ay .ay-services-main {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-services-main {
    margin-top: 0.625em;
    padding: 1em; } }
#ay .ay-services-main .ay-flex-grid {
  max-width: 1300px;
  width: 100%;
  margin: 10px 0; }

@media screen and (max-width: 1024px) {
  #ay .ay-services-main .ay-flex-grid {
    -ms-flex-direction: column;
    flex-direction: column; } }
@media screen and (max-width: 768px) {
  #ay .ay-services-main .ay-flex-grid {
    margin-top: 0; } }
#ay .ay-services-main .ay-flex-grid .ay-button__primary:first-child {
  margin-right: 14px; }

@media screen and (max-width: 1024px) {
  #ay .ay-services-main .ay-flex-grid .ay-button__primary:first-child {
    margin: 0 0 8px 0; } }
#ay .ay-case-study-full-wrap {
  max-width: 1300px;
  margin: auto; }

#ay .ay-case-study-full-wrap .owl-dots.disabled {
  display: none; }

#ay .ay-case-study-slider-main-outer {
  width: calc(100%);
  max-width: 1215px;
  padding-left: 85px; }

@media screen and (max-width: 768px) {
  #ay .ay-case-study-slider-main-outer {
    padding-left: 0; } }
@media print {
  #ay .ay-case-study-slider-main-outer {
    padding-left: 0; } }
#ay .ay-case-study-slider-main {
  width: 100%; }

#ay .ay-case-study-slider-main .owl-stage-outer {
  margin-bottom: 10px; }

#ay .ay-case-study-slider-main #sync1 .cs-item {
  height: 450px;
  position: relative; }

@media screen and (max-width: 768px) {
  #ay .ay-case-study-slider-main #sync1 .cs-item {
    height: 250px; } }
#ay .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 .ay-case-study-slider-main #sync1 .cs-item .ay-case-study-slider__caption {
    display: none; } }
#ay .ay-case-study-slider-main #sync1 .cs-item img {
  display: block;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
  z-index: 2;
  position: relative; }

@media screen and (max-width: 768px) {
  #ay .ay-case-study-slider-main #sync1 .cs-item img {
    max-width: 100%; } }
@media print {
  #ay .ay-case-study-slider-main #sync1 .cs-item img {
    max-width: 600px; } }
#ay .ay-case-study-slider-main #sync2 .current {
  background: rgba(50, 184, 223, 0.9); }

#ay .ay-case-study-slider-main #sync2 .current img {
  opacity: .3; }

#ay .ay-case-study-slider-main #sync2 .cs-item {
  height: 100px; }

@media screen and (max-width: 768px) {
  #ay .ay-case-study-slider-main #sync2 .cs-item {
    height: 45px; } }
#ay .ay-case-study-slider-main #sync2 .cs-item:hover {
  cursor: pointer; }

#ay .ay-case-study-slider-main #sync2 .cs-item img {
  display: block;
  height: 100%;
  max-height: 100%; }

#ay .ay-case-study--single-image {
  max-width: 1300px;
  width: 100%;
  max-height: 450px;
  overflow-y: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 75px;
  margin: 0;
  position: relative; }

@media screen and (max-width: 768px) {
  #ay .ay-case-study--single-image {
    padding: 0; } }
@media print {
  #ay .ay-case-study--single-image {
    padding-left: 0;
    max-width: 650px; } }
#ay .ay-case-study--single-image img {
  width: calc(100%); }

#ay .ay-case-study--single-image img[src=""] {
  height: 65px;
  visibility: hidden; }

#ay .ay-case-study--single-image + .ay-case-study {
  margin-top: 20px; }

#ay .ay-case-study--single-image figcaption {
  margin: 0;
  position: absolute;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  top: 0; }

@media print {
  #ay .ay-case-study--single-image figcaption {
    display: none; } }
#ay .ay-case-study--single-image figcaption .ay-case-study--title-blue-bg {
  background: #32B8DF;
  color: #fff;
  font-size: 24px;
  padding: 0 30px 0 50px;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

#ay .ay-case-study--single-image figcaption .ay-title-edge-blue__end {
  background: transparent url("/ay-theme/resources/images/edge-blue.svg") no-repeat;
  background-size: 77px;
  margin-left: 0;
  width: 77px;
  height: 70px;
  display: inline-block; }

#ay .ay-case-study {
  margin: 35px 0 60px;
  max-width: 1300px;
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  #ay .ay-case-study {
    margin-top: 15px;
    padding-top: 0px;
    margin: 0 auto; } }
#ay .ay-case-study .ay-case-study--columns-holder {
  width: 100%; }

#ay .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 .ay-case-study .ay-case-study--columns-holder img {
    min-width: 30%; } }
#ay .ay-case-study .ay-case-study--columns-holder__inner {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin: auto; }

@media screen and (max-width: 1000px) {
  #ay .ay-case-study .ay-case-study--columns-holder__inner {
    -ms-flex-direction: column;
    flex-direction: column; } }
@media print {
  #ay .ay-case-study .ay-case-study--columns-holder__inner {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column; } }
#ay .ay-case-study--columns {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  #ay .ay-case-study--columns {
    -ms-flex-direction: column;
    flex-direction: column; } }
#ay .ay-case-study--columns__column {
  width: calc(50%); }

@media screen and (max-width: 1000px) {
  #ay .ay-case-study--columns__column {
    width: 100%; } }
@media print {
  #ay .ay-case-study--columns__column {
    width: 100%; } }
#ay .ay-case-study--columns__column.ay-case-study-col-1 {
  color: #32B8DF;
  font-size: 115%;
  line-height: inherit;
  padding-right: 15px; }

@media print {
  #ay .ay-case-study--columns__column.ay-case-study-col-1 {
    font-size: 16px; } }
#ay .ay-case-study--columns__column.ay-case-study-col-1 li {
  padding-left: 0;
  margin-left: 0; }

#ay .ay-case-study--columns__column.ay-case-study-col-1 li:before {
  display: none; }

#ay .ay-side__social {
  border-top: 1px solid #C4C4C4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding-top: 1.25em;
  width: 55px;
  margin-right: 30px; }

@media screen and (max-width: 768px) {
  #ay .ay-side__social {
    -ms-flex-align: start;
    align-items: flex-start;
    -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 .ay-side__social a {
    margin-right: 10px; } }
@media print {
  #ay .ay-side__social {
    display: none; } }
#ay .ay-side__social--icon {
  display: block;
  color: #C4C4C4;
  fill: transparent;
  height: 30px;
  margin-bottom: 12px;
  max-width: 40px;
  width: 30px; }

#ay .ay-side__social--icon:hover {
  color: #DA291C; }

#ay .ay-projects-carousel {
  margin: 20px auto;
  width: 100%;
  max-width: 900px; }

@media screen and (max-width: 768px) {
  #ay .ay-projects-carousel {
    max-width: 350px;
    width: 100%;
    padding: 0 10px; } }
#ay .ay-projects-carousel .owl-stage-outer {
  margin-bottom: 15px; }

#ay .ay-projects-carousel .owl-nav {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  pointer-events: visible; }

#ay .ay-projects-carousel .ay-project {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 250px;
  max-width: 300px;
  position: relative;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-projects-carousel .ay-project {
    max-width: 350px;
    height: 300px; } }
#ay .ay-projects-carousel .ay-project__thumb {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column; }

#ay .ay-projects-carousel .ay-project__details {
  background-color: #32B8DF;
  color: #FFF;
  height: 65px;
  padding: 0 12px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  transition: .2s all;
  width: 100%;
  z-index: 3; }

#ay .ay-projects-carousel .ay-project__details h3 {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0; }

#ay .ay-projects-carousel .ay-project__details h3:first-child {
  margin-bottom: 4px;
  font-weight: 600; }

#ay .ay-title-edge {
  display: -ms-flexbox;
  display: flex; }

#ay .ay-title-edge h2 {
  background: #00205B;
  color: #FFF;
  font-size: 24px;
  height: 70px;
  padding: 18px 20px 0 50px;
  position: relative;
  z-index: 1; }

@media screen and (max-width: 768px) {
  #ay .ay-title-edge h2 {
    height: 60px;
    padding: 14px 20px 0 30px;
    font-size: 22px; } }
#ay .ay-title-edge__end {
  background: url("/ay-theme/resources/images/edge.svg") no-repeat;
  background-size: 77px;
  left: -1px;
  position: relative;
  width: 77px; }

@media screen and (max-width: 768px) {
  #ay .ay-title-edge__end {
    background-size: 66px; } }
#ay .ay-title-edge-blue {
  display: -ms-flexbox;
  display: flex; }

#ay .ay-title-edge-blue h2 {
  background: #32B8DF;
  color: #FFF;
  font-size: 24px;
  height: 70px;
  padding: 18px 30px 0 50px;
  position: relative;
  z-index: 1; }

@media screen and (max-width: 768px) {
  #ay .ay-title-edge-blue h2 {
    height: 60px;
    padding: 14px 20px 0 30px;
    font-size: 22px; } }
#ay .ay-title-edge-blue__end {
  background: url("/ay-theme/resources/images/edge-blue.svg") no-repeat;
  background-size: 77px;
  left: -1px;
  position: relative;
  width: 77px; }

@media screen and (max-width: 768px) {
  #ay .ay-title-edge-blue__end {
    background-size: 66px; } }
#ay #fifty:target .ay-services-scs-link {
  width: 50%; }

#ay #seventyfive:target .ay-services-scs-link {
  width: 75%; }

#ay .ay-title-edge + .ay-services-scs-link {
  margin-top: 20px; }

#ay .ay-services-scs-link {
  text-decoration: none;
  display: block;
  width: 33%; }

#ay .ay-services-scs-link figure {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 20px 0;
  padding: 0; }

#ay .ay-services-scs-link figure span {
  display: block; }

#ay .ay-services-scs-link figure img {
  width: 100%; }

#ay .ay-services-scs-link figure figcaption {
  position: absolute;
  bottom: 0;
  background-color: #32B8DF;
  color: #FFF;
  height: 65px;
  padding: 0 12px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  transition: .2s all;
  width: 100%;
  z-index: 3; }

#ay .ay-services-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding: .2em; }

#ay .ay-services-form__title {
  font-size: 20px;
  color: #32B8DF;
  font-weight: bold;
  margin-bottom: 10px; }

#ay .ay-services-form__subtitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid #797979;
  color: #797979;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 5px;
  width: 100%; }

#ay .ay-services-form__main {
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-services-form__main {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start; } }
#ay .ay-services-form__main input[type="text"],
#ay .ay-services-form__main input[type="email"] {
  border: 1px solid #CCC;
  font-size: 14px;
  max-width: 300px;
  padding: 2px 10px;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-services-form__main input[type="text"],
  #ay .ay-services-form__main input[type="email"] {
    padding: 6px 10px;
    font-size: 16px;
    max-width: 100%; } }
#ay .ay-services-form__main input[type="text"]:focus,
#ay .ay-services-form__main input[type="email"]:focus {
  outline: none; }

#ay .ay-services-form__main textarea {
  border: 1px solid #CCC;
  font-size: 14px;
  height: 100px;
  padding: 2px 10px;
  max-width: 300px;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-services-form__main textarea {
    padding: 6px 10px;
    font-size: 16px;
    max-width: 100%; } }
#ay .ay-services-form__main textarea:focus {
  outline: none; }

#ay .ay-services-form__main select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e9e9e9 url("/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: 0.8125em;
  outline: none;
  padding: 0.5em;
  max-width: 300px;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-services-form__main select {
    padding: 6px 10px;
    font-size: 16px;
    max-width: 100%; } }
#ay .ay-services-form__main select::-moz-focus-inner {
  border: 0; }

#ay .ay-services-form__main select option::-moz-focus-inner {
  border: 0; }

#ay .ay-services-form__button {
  -ms-flex-align: center;
  align-items: center;
  background-color: #32B8DF;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s all;
  width: 100%;
  max-width: 100px;
  margin-right: 180px; }

@media screen and (max-width: 768px) {
  #ay .ay-services-form__button {
    margin: 0;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 150px;
    padding: 15px; } }
#ay .ay-services-form__button:hover,
#ay .ay-services-form__button:focus,
#ay .ay-services-form__button:active {
  background-color: #00205B;
  cursor: pointer; }

#ay .ay-services-form__label {
  color: #797979;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: bold;
  -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 .ay-services-form__label {
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 0;
    margin: 0 0 10px 0;
    font-size: 16px; } }
#ay .ay-services-form span {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  max-width: 550px;
  width: 100%;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media screen and (max-width: 768px) {
  #ay .ay-services-form span {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column; } }
#ay .ay-services-form__inputs {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px; }

@media screen and (max-width: 768px) {
  #ay .ay-services-form__inputs {
    max-width: 100%; } }
#ay .ay-services-form__inputs input[type="text"],
#ay .ay-services-form__inputs input[type="email"] {
  width: 50%;
  margin-right: 10px; }

#ay .ay-services-form__inputs select {
  width: 50%; }

#ay .ay-services--case-studies-list td {
  width: 16.666%;
  vertical-align: top;
  display: table-cell;
  word-wrap: break-word; }

#ay .ay-services--case-studies-list td:nth-child(2) {
  white-space: inherit !important; }

@media screen and (max-width: 1000px) {
  #ay .ay-services--case-studies-list td {
    font-size: 14px;
    display: block;
    word-wrap: inherit;
    width: auto; } }
@media screen and (max-width: 900px) {
  #ay .ay-services--case-studies-list .ay-search-proff-table__header td {
    font-size: 13px; } }
@media screen and (max-width: 1000px) {
  #ay .ay-services--case-studies-list .ay-search-proff-table__header {
    display: none; } }
#ay .ay-case-study__version-3 {
  background: #FFF;
  max-width: 900px;
  width: 100%;
  margin-bottom: 1.5625em;
  box-shadow: 1px 1px 12px 0px rgba(50, 50, 50, 0.3); }

#ay .ay-case-study__version-3 .ay-title-edge {
  margin-bottom: 25px; }

@media screen and (max-width: 768px) {
  #ay .ay-case-study__version-3 .ay-title-edge h2 {
    padding: 14px 0 0 30px; } }
#ay .ay-case-study__version-3 .ay-title-edge .ay-case-study-view-all-listings {
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #32b8df;
  font-size: 14px;
  font-weight: 600;
  margin-left: auto;
  margin-right: 37px; }

#ay .ay-case-study__version-3--grouping {
  margin: 0;
  padding: 0 20px;
  width: 100%;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#ay .ay-case-study__version-3--grouping li {
  position: relative;
  width: 50%;
  margin-bottom: 15px; }

@media screen and (max-width: 1300px) {
  #ay .ay-case-study__version-3--grouping li {
    width: 100%; } }
@media screen and (max-width: 931px) {
  #ay .ay-case-study__version-3--grouping li {
    width: 50%; } }
@media screen and (max-width: 670px) {
  #ay .ay-case-study__version-3--grouping li {
    width: 100%; } }
#ay .ay-case-study__version-3--grouping a {
  text-decoration: none;
  color: #FFF;
  position: relative;
  display: block;
  width: calc(100% - 15px); }

#ay .ay-case-study__version-3--grouping a[data-status]:before {
  content: attr(data-status);
  position: absolute;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0 15px 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: 0;
  left: 0;
  height: 0;
  color: transparent;
  border-top: 54px solid #da322a;
  border-right: 53px solid transparent; }

#ay .ay-case-study__version-3--grouping a.green[data-status]:before {
  border-top: 54px solid #6fab37; }

#ay .ay-case-study__version-3--grouping a[data-status]:after {
  content: attr(data-status);
  text-transform: uppercase;
  padding: 15px 0 15px 25px;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0; }

#ay .ay-case-study__version-3--grouping a:hover .ay-case-study__version-3--cover {
  opacity: 1; }

#ay .ay-case-study__version-3--grouping a:hover figure figcaption {
  opacity: 0; }

#ay .ay-case-study__version-3--cover {
  padding: 15px;
  margin: 0;
  background: rgba(50, 184, 223, 0.95);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10; }

@media screen and (max-width: 850px) {
  #ay .ay-case-study__version-3--cover {
    -ms-flex-pack: center;
    justify-content: center; } }
@media screen and (max-width: 670px) {
  #ay .ay-case-study__version-3--cover {
    -ms-flex-pack: justify;
    justify-content: space-between; } }
@media screen and (max-width: 470px) {
  #ay .ay-case-study__version-3--cover {
    -ms-flex-pack: center;
    justify-content: center; } }
#ay .ay-case-study__version-3--cover dl {
  margin: 0;
  padding: 0; }

#ay .ay-case-study__version-3--cover dl dt {
  color: #00205B; }

#ay .ay-case-study__version-3--cover dt,
#ay .ay-case-study__version-3--cover dd {
  margin: 0;
  padding: 0; }

#ay .ay-case-study__version-3--cover dd:first-child dt {
  color: #FFF;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700; }

#ay .ay-case-study__version-3--cover dd:first-child dd {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px; }

@media screen and (max-width: 850px) {
  #ay .ay-case-study__version-3--cover dd:last-child {
    display: none; } }
@media screen and (max-width: 670px) {
  #ay .ay-case-study__version-3--cover dd:last-child {
    display: block; } }
@media screen and (max-width: 470px) {
  #ay .ay-case-study__version-3--cover dd:last-child {
    display: none; } }
#ay .ay-case-study__version-3--cover dd:last-child dt,
#ay .ay-case-study__version-3--cover dd:last-child dd {
  display: inline; }

#ay .ay-case-study__version-3--cover dd:last-child dd:after {
  content: "";
  display: block;
  margin-bottom: 5px; }

#ay .ay-case-study__version-3 figure {
  padding: 0;
  margin: 0; }

#ay .ay-case-study__version-3 figure img {
  width: 100%; }

#ay .ay-case-study__version-3 figure figcaption {
  background: #00205B;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 15px;
  text-align: right;
  transition: opacity .5s;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end; }

#ay .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 .ay-column.ay-column__single.ay-column__single--blank.portlet-column.portlet-column-only .ay-case-study__version-3 {
  max-width: 1300px; }

#ay .ay-column.ay-column__single.ay-column__single--blank.portlet-column.portlet-column-only .ay-case-study__version-3--grouping {
  -ms-flex-pack: start;
  justify-content: flex-start; }

#ay .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 .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 .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 .ay-column.ay-column__single.ay-column__single--blank.portlet-column.portlet-column-only .ay-case-study__version-3--cover {
    -ms-flex-pack: justify;
    justify-content: space-between; } }
@media screen and (max-width: 505px) {
  #ay .ay-column.ay-column__single.ay-column__single--blank.portlet-column.portlet-column-only .ay-case-study__version-3--cover {
    -ms-flex-pack: center;
    justify-content: center; } }
#ay .ay-column.ay-column__single.ay-column__single--blank.portlet-column.portlet-column-only .ay-case-study__version-3--cover dd:last-child {
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 840px) {
  #ay .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 .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 .ay-statements {
  background-color: #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

#ay .ay-statements--inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 3.75em 0;
  width: 100%;
  max-width: 1300px; }

@media all and (max-width: 1036px) {
  #ay .ay-statements--inner {
    -ms-flex-pack: distribute;
    justify-content: space-around; } }
@media screen and (max-width: 768px) {
  #ay .ay-statements--inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width: 1299px) {
  #ay .ay-statements--inner {
    padding: 3.75em 0; } }
@supports (-ms-ime-align: auto) {
  @media all and (max-width: 1299px) {
    #ay .ay-statements--inner {
      padding: 3.75em 0; } } }
#ay .ay-statement {
  -ms-flex-align: center;
  align-items: center;
  color: #797979;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0;
  text-align: center;
  width: 30.333%; }

@media screen and (max-width: 768px) {
  #ay .ay-statement {
    margin-bottom: 2.5em;
    width: 100%; } }
#ay .ay-statement h4 {
  color: #797979;
  font-size: 34px;
  font-weight: 400;
  color: #4A4A4A;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0.625em;
  text-transform: initial; }

@media print {
  #ay .ay-statement h4 {
    font-size: 24px; } }
#ay .ay-statement__post {
  color: #797979;
  font-size: 1.0625em;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  width: 260px; }

@media screen and (max-width: 768px) {
  #ay .ay-statement__post {
    width: 270px;
    line-height: 1.6; } }
@media print {
  #ay .ay-statement__post {
    font-size: 10px; } }
#ay .ay-statement-img {
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-bottom: 30px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #ay .ay-statement-img {
    /* IE10+ CSS styles go here */
    height: auto;
    max-height: 200px; } }
#ay .ay-statement-1 img {
  max-width: 160px; }

@media print {
  #ay .ay-statement-1 img {
    width: 100%;
    max-width: 50%; } }
#ay .ay-statement-2 {
  margin-left: 25px;
  margin-right: 25px; }

#ay .ay-statement-2 img {
  max-width: 230px; }

@media print {
  #ay .ay-statement-2 img {
    width: 100%;
    max-width: 50%; } }
#ay .ay-statement-3 img {
  max-width: 168px; }

@media print {
  #ay .ay-statement-3 img {
    width: 100%;
    max-width: 50%; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #ay .ay-statement__post {
    padding-bottom: 60px; } }
#ay .ay-subpage-banner {
  background: url("/ay-theme/resources/images/subpage-banner.jpg") no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  height: 238px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 18px auto;
  width: 100%; }

@media screen and (max-width: 768px) {
  #ay .ay-subpage-banner {
    height: 175px; } }
@media screen and (max-width: 480px) {
  #ay .ay-subpage-banner {
    height: 124px; } }
@media print {
  #ay .ay-subpage-banner {
    height: 0; } }
#ay .ay-timeline {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }

@media screen and (max-width: 768px) {
  #ay .ay-timeline {
    margin: 0 10px 0 0; } }
#ay .ay-timeline__event {
  color: #797979;
  font-size: 14px;
  margin: 8px auto;
  max-width: 960px;
  padding: 40px 0 0 170px;
  position: relative;
  width: 100%;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  #ay .ay-timeline__event {
    margin: 10px 0;
    padding: 50px 20px;
    width: auto; } }
#ay .ay-timeline__event:before {
  border-top: 3px solid #32B8DF;
  content: '';
  display: inline-block;
  height: 3px;
  left: 100px;
  max-width: 880px;
  position: absolute;
  top: 20px;
  width: 100%; }

#ay .ay-timeline__event h4 {
  background: url("/ay-theme/resources/images/timeline-block.svg") no-repeat;
  background-size: 92px;
  background-position: 0 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  line-height: 1.875em;
  left: 30px;
  padding: 2px 15px;
  position: absolute;
  width: 100px;
  top: 0; }

@media screen and (max-width: 768px) {
  #ay .ay-timeline__event h4 {
    left: 20px; } }
#ay .ay-select-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e9e9e9 url("/ay-theme/resources/images/arrow-select.svg") no-repeat 99% center;
  background-size: 15px;
  border-radius: 0;
  border: none;
  color: #797979;
  line-height: 1;
  font-size: 0.8125em;
  outline: none;
  padding: 0.75em;
  width: 100%; }

#ay .ay-select-field::-moz-focus-inner {
  border: 0; }

#ay .ay-select-field option::-moz-focus-inner {
  border: 0; }

#ay #ay-search-on-page-mobile {
  width: 100%; }

#ay .ay-404-wrapper {
  background: white url("/ay-theme/resources/images/ay-404-bg.png") no-repeat right top;
  background-size: contain;
  box-shadow: 1px 1px 12px 0px rgba(50, 50, 50, 0.3);
  margin: 2em auto;
  padding: 5.3125em 100px;
  position: relative;
  width: calc(100%);
  overflow: visible;
  max-width: 1300px;
  min-height: 325px;
  transition: background .5s; }

@media screen and (max-width: 1340px) {
  #ay .ay-404-wrapper {
    margin-left: 42px;
    margin-right: 30px;
    max-width: calc(100% - 72px); } }
@media screen and (max-width: 850px) {
  #ay .ay-404-wrapper {
    background-position: 120% top; } }
@media screen and (max-width: 770px) {
  #ay .ay-404-wrapper {
    background-position: 140% top; } }
@media screen and (max-width: 730px) {
  #ay .ay-404-wrapper {
    background-position: 155% top; } }
@media screen and (max-width: 705px) {
  #ay .ay-404-wrapper {
    background-position: 175% top; } }
@media screen and (max-width: 675px) {
  #ay .ay-404-wrapper {
    background-position: 195% top; } }
@media screen and (max-width: 640px) {
  #ay .ay-404-wrapper {
    background-position: 215% top; } }
@media screen and (max-width: 630px) {
  #ay .ay-404-wrapper {
    background-image: none; } }
@media screen and (max-width: 480px) {
  #ay .ay-404-wrapper {
    margin-top: 180px; } }
#ay .ay-404-wrapper--inner-text {
  max-width: 420px; }

#ay .ay-404-wrapper--inner-text a {
  color: #0af;
  text-decoration: none; }

#ay .ay-404-wrapper--inner-text h2 {
  font-weight: 500;
  padding-bottom: 15px; }

#ay .ay-404-wrapper--inner-text__search {
  background-color: #f5f5f5;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-right: 3px;
  max-width: 250px;
  padding: .3em;
  height: 25px;
  width: 100%; }

#ay .ay-simple-window-shade {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  width: 100%; }

#ay .ay-simple-window-shade span {
  display: block;
  width: 100%; }

#ay .ay-simple-window-shade[data-open-title]:before {
  -ms-flex-order: 2;
  order: 2;
  content: "\a" attr(data-open-title);
  display: block;
  white-space: normal;
  color: #32B8DF;
  width: auto;
  font-size: 18px;
  margin-right: 5px; }

#ay .ay-simple-window-shade.open[data-open-title]:before {
  content: attr(data-close-title); }

#ay .ay-simple-window-shade[data-open-title]:after {
  content: "";
  transition: all .5s;
  display: inline-block;
  width: 12px;
  height: 12px;
  -ms-flex-order: 3;
  order: 3;
  background: url("/ay-theme/resources/images/arrow-right-dark.svg") no-repeat right top;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

#ay .ay-simple-window-shade.open[data-open-title]:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

#ay .ay-simple-window-shade + p,
#ay .ay-simple-window-shade + div {
  display: none; }

#ay a.ay-simple-window-shade {
  color: #32B8DF;
  text-decoration: none; }

#ay #___gcse_0 .gsc-webResult.gsc-result {
  border-left: none; }

#ay #___gcse_0 .gsc-webResult.gsc-result:hover {
  border-left: 0; }

#ay #___gcse_0 .gsc-result-info {
  color: #797979;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: normal; }

#ay #___gcse_0 .gs-title {
  text-decoration: none; }

#ay #___gcse_0 .gs-title a {
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: none; }

#ay #___gcse_0 .gs-bidi-start-align.gs-snippet {
  color: #797979;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 10px 0 1.8em; }

#ay #___gcse_0 .gs-fileFormat,
#ay #___gcse_0 .gs-fileFormatType {
  color: #DA291C;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase; }

#ay #___gcse_0 .gs-fileFormatType::after {
  background-image: url("/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; }

#ay #___gcse_0 .gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
  display: none; }

#ay #___gcse_0 .gs-image {
  padding-right: 10px; }

#ay .gsc-cursor-box.gs-bidi-start-align {
  border-top: none; }

#ay .gsc-cursor-page.gsc-cursor-current-page {
  color: #32B8DF;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 5px;
  padding-bottom: 0;
  text-shadow: none; }

#ay .gsc-cursor-page {
  color: #797979;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-decoration: none; }

#ay h1 {
  /* extended */ }

#ay #wrapper {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0; }

#ay .portlet-body li {
  line-height: normal; }

#ay .portlet-body .ay-unordered-row ul li {
  line-height: 1.5; }

#ay .journal-article-header-edit fieldset {
  border: none; }

#ay .article-form-edit .input-large {
  width: 100%;
  height: 2em; }

#ay .article-form-edit .lfr-input-text {
  width: 100%;
  height: 2em; }

#ay .article-form-edit textarea.input-large {
  height: 8em; }

html.aui,
body {
  height: 100%; }

.aui body {
  font-family: "Open Sans", sans-serif; }

@media print {
  html.aui .portlet-dockbar {
    display: none !important; } }
@media print {
  .aui #ay .columns-1.ay-column.ay-column__single {
    padding-top: 0;
    padding-bottom: 0; } }
.aui #ay .portlet-login {
  background: #ffffff; }

.aui #ay .portlet-login input[type="text"],
.aui #ay .portlet-login input[type="password"] {
  box-shadow: none;
  height: auto;
  width: 100%;
  max-width: 350px;
  min-width: 275px; }

.aui body[signed-out] #layout-column_column-1.portlet-column-content.empty,
.aui body[signed-out] #layout-column_column-2.portlet-column-content.empty,
.aui body[signed-out] #layout-column_column-3.portlet-column-content.empty,
.aui body[signed-out] #layout-column_column-4.portlet-column-content.empty {
  padding: 0; }

.aui body #ay.ay-body-background {
  background: transparent url("/ay-theme/resources/images/pattern.png") repeat scroll 0 0; }

@media print {
  .aui body #ay.ay-body-background {
    background: none; } }
.aui #ay .portlet-layout {
  width: 100%; }

@media (max-width: 767px) {
  .aui body {
    padding-left: 0;
    padding-right: 0; } }
.aui #ay .ay-cards {
  margin-left: auto;
  margin-right: auto;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.aui #ay .ay-cards .ay-cards-slider {
  width: calc(100%); }

@media screen and (max-width: 1300px) {
  .aui #ay .ay-cards {
    margin-left: 41px;
    margin-right: 36px;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .aui #ay .ay-cards .ay-cards-slider {
    width: calc(100% - 73px); } }
@media screen and (max-width: 1080px) {
  .aui #ay .ay-cards {
    margin-left: 20px;
    margin-right: 20px;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .aui #ay .ay-cards .ay-cards-slider {
    width: calc(99% - 55px); } }
@media screen and (max-width: 999px) {
  .aui #ay .ay-cards {
    width: calc(100% - 22px); }

  .aui #ay .ay-cards .ay-cards-slider {
    width: calc(99% - 9px); } }
@media screen and (max-width: 768px) {
  .aui #ay .ay-cards .ay-cards-slider {
    width: calc(99% - 9px); } }
@media screen and (max-width: 1300px) {
  .aui #ay .ay-services-banner,
  .aui #ay .ay-services-main .ay-flex-grid {
    margin-left: 40px;
    margin-right: 30px;
    width: calc(99% - 62px); } }
@media screen and (max-width: 1080px) {
  .aui #ay .ay-services-banner,
  .aui #ay .ay-services-main .ay-flex-grid {
    margin-left: 2px;
    margin-right: 30px;
    width: calc(99% - 56px); } }
@media screen and (max-width: 999px) {
  .aui #ay .ay-services-banner,
  .aui #ay .ay-services-main .ay-flex-grid {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px); } }
@media screen and (max-width: 768px) {
  .aui #ay .ay-services-banner,
  .aui #ay .ay-services-main .ay-flex-grid {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 10px); } }
@media screen and (max-width: 1300px) {
  .aui #ay .ay-motion-banner {
    margin-left: 42px;
    margin-right: 24px;
    max-width: calc(100% - 74px); }

  .aui #ay .ay-motion-banner canvas {
    max-width: 100%; } }
@media screen and (max-width: 1080px) {
  .aui #ay .ay-motion-banner {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 66px); }

  .aui #ay .ay-motion-banner #dom_overlay_container {
    max-width: calc(100% - 40px); } }
@media screen and (max-width: 999px) {
  .aui #ay .ay-motion-banner {
    max-width: calc(100% - 40px); } }
@media screen and (max-width: 768px) {
  .aui #ay .ay-motion-banner {
    margin-left: 20px;
    margin-right: 15px;
    max-width: calc(100% - 40px); } }
@media screen and (max-width: 1300px) {
  .aui #ay .ay-statements--inner {
    margin-left: 40px;
    margin-right: 30px; } }
@media screen and (max-width: 1080px) {
  .aui #ay .ay-statements--inner {
    margin-left: 20px;
    margin-right: 20px; } }
@media screen and (max-width: 999px) {
  .aui #ay .ay-statements--inner {
    margin-left: 20px;
    margin-right: 20px; } }
@media screen and (max-width: 1300px) {
  .aui #ay .ay-footer {
    margin-left: 24px;
    margin-right: 30px;
    max-width: calc(100% - 45px); } }
@media screen and (max-width: 1080px) {
  .aui #ay .ay-footer {
    margin-left: 0;
    margin-right: 20px;
    max-width: calc(100% - 26px); } }
@media screen and (max-width: 999px) {
  .aui #ay .ay-footer {
    max-width: 100%; }

  .aui #ay .ay-footer .ay-footer__primary h4,
  .aui #ay .ay-footer .ay-footer-mobile-social {
    width: 50%; }

  .aui #ay .ay-footer .ay-footer__social-links.ay-footer__social-links-mobile li:last-child {
    margin-right: 0; } }
@media screen and (max-width: 1300px) {
  .aui #ay .columns-1.ay-column.ay-column__single,
  .aui #ay .ay-column.ay-column__single,
  .aui #ay .ay-column.ay-column__double.portlet-layout,
  .aui #ay .ay-quick-search {
    margin-left: 42px;
    margin-right: 30px;
    max-width: calc(100% - 72px); } }
@media screen and (max-width: 1080px) {
  .aui #ay .columns-1.ay-column.ay-column__single,
  .aui #ay .ay-column.ay-column__single,
  .aui #ay .ay-column.ay-column__double.portlet-layout,
  .aui #ay .ay-quick-search {
    margin-left: 20px;
    margin-right: 40px;
    max-width: calc(100% - 68px); } }
@media screen and (max-width: 999px) {
  .aui #ay .columns-1.ay-column.ay-column__single,
  .aui #ay .ay-column.ay-column__single,
  .aui #ay .ay-column.ay-column__double.portlet-layout,
  .aui #ay .ay-quick-search {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px); } }
.aui .ay-column__single p {
  margin-top: 16px; }

/* override for professional detail page */
.aui #ay .ay-proff-card {
  max-width: none; }

.aui #ay .ay-proff-card__profile {
  width: 100%; }

.aui #ay .ay-proff-card__name {
  padding-bottom: 11px; }

.aui #ay .ay-proff-card__title {
  line-height: 1.28em; }

.aui #ay .ay-proff-card__info .ay-ul {
  width: 48%; }

@media screen and (max-width: 480px) {
  .aui #ay .ay-proff-card__info .ay-ul {
    width: 100%; } }
.aui #ay .ay-proff-card__info .ay-ul:first-child {
  margin-right: 10px; }

.aui #ay .ay-proff-card__info .ay-ul:last-child {
  width: 50%; }

@media screen and (max-width: 480px) {
  .aui #ay .ay-proff-card__info .ay-ul:last-child {
    width: 100%; } }
.aui #ay mark {
  background: rgba(255, 255, 0, 0.5);
  color: inherit; }

.aui #ay .ay-proff-bio__social--item:hover:before {
  margin-top: 5px; }

.aui #ay .ay-column__single .ay-proff-bio p,
.aui #ay .ay-column__single .ay-proff-bio ul li {
  font-size: 16px;
  line-height: 1.5; }

.aui #ay .ay-column__single .ay-proff-bio h2 {
  margin-bottom: 15px;
  font-size: 18px; }

.aui #ay #column-3.ay-column__double--col2 {
  margin-right: 0; }

.aui #ay .ay-office-intro__sidebar ul.ay-ul {
  line-height: .8; }

.aui[lang='fr-CA'] #ay .ay-top-nav__navbar li > a {
  white-space: nowrap; }

.aui[lang='fr-CA'] #ay .ay-top-nav__navbar li div ul li > a {
  white-space: normal; }

.aui[lang='fr-CA'] #ay .ay-top-nav__megamenu.ay-top-nav__megamenu--wide {
  margin-left: -150px;
  min-width: 1150px; }

@media screen and (max-width: 1000px) {
  .aui[lang='fr-CA'] #ay .ay-top-nav__megamenu.ay-top-nav__megamenu--wide {
    margin-left: 0;
    min-width: 0; } }
.aui.ie11[lang='fr-CA'] #ay .ay-top-nav__megamenu.ay-top-nav__megamenu--wide {
  margin-left: -155px;
  min-width: 1155px; }

@media screen and (max-width: 1000px) {
  .aui.ie11[lang='fr-CA'] #ay .ay-top-nav__megamenu.ay-top-nav__megamenu--wide {
    margin-left: 0;
    min-width: 0; } }
.aui[lang='de-DE'] #ay .ay-top-nav__navbar li > a {
  white-space: nowrap; }

@media print {
  .aui #ay .portlet-borderless-bar {
    display: none; } }
.aui #ay .article-form-edit {
  background: #ffffff;
  padding: 20px; }

.aui #ay .article-form-edit .icon-circle-arrow-left::before {
  margin-top: -6px;
  vertical-align: top; }

.aui #ay .article-form-edit .journal-article-wrapper-content a.cke_button {
  height: auto; }

.aui #ay .article-form-edit .journal-article-wrapper-content button,
.aui #ay .article-form-edit .journal-article-wrapper-content input,
.aui #ay .article-form-edit .journal-article-wrapper-content optgroup,
.aui #ay .article-form-edit .journal-article-wrapper-content select,
.aui #ay .article-form-edit .journal-article-wrapper-content textarea {
  font-size: 14px; }

.aui #ay .portlet-body ul:not([class]),
.aui #ay .portlet-body ul.ay-ul__styled,
.aui #ay .portlet-body ul.ay_ul.ay-ul__styled {
  list-style: none;
  padding: 0;
  line-height: 1.5;
  margin: 10px 0 10px 20px; }

.aui #ay .portlet-body ul:not([class]) li,
.aui #ay .portlet-body ul.ay-ul__styled li,
.aui #ay .portlet-body ul.ay_ul.ay-ul__styled li {
  margin: 0 0 0 -10px;
  padding: 0 0 6px 10px;
  text-indent: -10px;
  position: relative;
  line-height: 1.5em; }

.aui #ay .portlet-body ul:not([class]) li:before,
.aui #ay .portlet-body ul.ay-ul__styled li:before,
.aui #ay .portlet-body ul.ay_ul.ay-ul__styled li:before {
  font-weight: normal;
  content: "-";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 0; }

.aui #ay .portlet-body ul:not([class]) li ul,
.aui #ay .portlet-body ul.ay-ul__styled li ul,
.aui #ay .portlet-body ul.ay_ul.ay-ul__styled li ul {
  margin-left: 10px; }

.aui.safari #ay .ay-research-reports__item {
  width: calc(50% - 20px); }

@media screen and (min-width: 780px) and (max-width: 1141px) {
  .aui.safari #ay .ay-research-reports__item {
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 504px) {
  .aui.safari #ay .ay-research-reports__item {
    width: 100%; } }
.aui[lang="de-DE"] #ay .ay-carousel__v2 .ay-carousel--nav li a.active:after,
.aui[lang="de-DE"] #ay .ay-carousel__v2 .ay-carousel--nav li a.nice-select.open:after {
  content: "Mehr"; }

.aui[lang="fr-CA"] #ay .ay-carousel__v2 .ay-carousel--nav li a.active:after,
.aui[lang="fr-CA"] #ay .ay-carousel__v2 .ay-carousel--nav li a.nice-select.open:after {
  content: "Lire la suite"; }

.aui #ay .portlet-boundary_ReportsSubscriptionForm_WAR_ayresearchreportsubscriptionsportlet_ {
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  padding: 30px 40px;
  position: relative;
  width: 100%; }

.aui #ay .portlet-boundary_ReportsSubscriptionForm_WAR_ayresearchreportsubscriptionsportlet_ input[type="text"] {
  height: auto;
  width: 100%;
  box-shadow: none;
  padding-bottom: 10px; }

.aui #ay .portlet-boundary_ReportsSubscriptionForm_WAR_ayresearchreportsubscriptionsportlet_ .ay-contact-form input[type="hidden"] + span {
  display: block;
  margin: 20px 0 5px 0; }

.aui #ay .portlet-boundary_ReportsSubscriptionForm_WAR_ayresearchreportsubscriptionsportlet_ .ay-contact-form span:last-child {
  display: block;
  margin: 10px 0 20px 0; }

.aui #ay .portlet-boundary_ReportsSubscriptionForm_WAR_ayresearchreportsubscriptionsportlet_ .ay-jobform .ay-button__primary {
  width: auto;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 10px 25px; }

.aui #ay .portlet-boundary_ReportsSubscriptionForm_WAR_ayresearchreportsubscriptionsportlet_ .ay-jobform .ay-button__primary + span {
  display: block;
  margin-top: 10px; }

.aui #ay .columns-1.ay-column__single .ay-block__light,
.aui #ay .columns-1.ay-column__single .ay-block__key-facts {
  box-shadow: none;
  background: transparent; }

.aui #ay .columns-1.ay-column__single .ay-block__light h3.ay-block__light__title,
.aui #ay .columns-1.ay-column__single .ay-block__key-facts h3.ay-block__light__title {
  display: none; }

.aui #ay .columns-1.ay-column__single .ay-block__light .ay-block__light--content,
.aui #ay .columns-1.ay-column__single .ay-block__key-facts .ay-block__light--content {
  padding: 0; }

#ay .ay-column.ay-column__double.portlet-layout .ay-adt-editlink {
  display: none; }

@media screen and (max-width: 767px) {
  .aui #ay .ay-search-proff-table.ay-services--case-studies-list tr td:before {
    content: attr(data-mobile-title) ":";
    padding-right: 5px; } }
.aui.ie11 #ay .ay-services-scs-link figure,
.aui.ie11 #ay .ay-services-scs-link figure .ay-case-study--title-blue-bg,
.aui.ie11 #ay .ay-statements,
.aui.ie11 #ay .ay-motion-banner-wrapper,
.aui.ie10 #ay .ay-motion-banner-wrapper,
.aui.ie10 #ay .ay-block__image--only,
.aui.ie11 #ay .ay-block__image--only {
  display: block; }

body[controls-visible] #ay .portlet-asset-publisher .asset-full-content.no-title .lfr-meta-actions,
body.controls-visible #ay .portlet-asset-publisher .asset-full-content.no-title .lfr-meta-actions {
  margin-top: 3em;
  display: block; }

body.controls-hidden[controls-visible] #ay .portlet-asset-publisher .asset-full-content.no-title .lfr-meta-actions {
  display: none; }

.aui #ay .ay-search-main {
  padding: 6.25em 0; }