/* Some utility classses */
.flex {
  display: flex;
}
.flexwrap {
  flex-wrap: wrap;
}
.dark-green-btn.green-btn {
  background-color: #919800;
}
.dark-green-btn.green-btn:hover, .dark-green-btn.green-btn:active, .dark-green-btn.green-btn:focus {
  background-color: #b5be00;
}
#gform_4 .ginput_counter {
  display: none;
}
@media (min-width: 761px) {
  .desktop-hidden {
    display: none !important;
  }
  .desktop-hidden * {
    display: none !important;
    padding: 0 !important;
  }
}
#redesign .header {
  position: relative;
  display: block;
}
#redesign .header #headerTriangle {
  position: absolute;
  left: 0;
  top: 0;
  width: 560px;
  height: 700px;
  background-image: url("../images/top-corner.png");
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
#redesign .header #headerLogo {
  position: absolute;
  z-index: 19;
  left: 162px;
  top: 45px;
}
@media (max-width: 1024px) {
  #redesign .header #headerLogo {
    left: 44px;
    top: 25px;
  }
  #redesign .header #headerLogo img {
    width: 106px;
  }
}
@media (max-width: 600px) {
  #redesign .header #headerLogo {
    left: 24px;
    top: 16px;
  }
  #redesign .header #headerLogo img {
    width: 60px;
  }
}
#redesign .mobileHeader {
  display: none;
}
#redesign #headerNav {
  z-index: 1;
  position: static;
  display: block;
}
#redesign #headerNav #searchform {
  max-width: 366px;
  margin-bottom: 50px;
}
@media (max-width: 760px) {
  #redesign #headerNav #searchform {
    margin-bottom: 20px;
  }
}
#redesign #headerNav #searchform label {
  display: none;
}
#redesign #headerNav #searchform #s {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url("library/images/magnifying-glass.svg");
  background-position: 12px center;
  padding: 12px 12px 12px 47px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  box-sizing: border-box;
}
#redesign #headerNav #menuToggleHolder {
  position: absolute;
  right: 0;
  z-index: 20;
  left: auto;
  background-color: transparent;
  top: 0;
}
#redesign #headerNav #menuToggleHolder #menuToggleContent {
  position: relative;
  pointer-events: none;
  text-align: right;
  z-index: 2;
  padding: 0 30px 0 122px;
}
@media (max-width: 600px) {
  #redesign #headerNav #menuToggleHolder #menuToggleContent {
    padding: 0;
  }
}
#redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggleText {
  color: #fff;
  display: inline-block;
  font-size: 1.4em;
  letter-spacing: initial;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 56px;
  vertical-align: middle;
  margin-right: 13px;
}
@media (max-width: 600px) {
  #redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggleText.closed {
    display: none;
  }
}
#redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggle {
  width: 56px;
  height: 56px;
  display: inline-block;
  vertical-align: middle;
  border: none;
}
@media (max-width: 600px) {
  #redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggle {
    height: 62px;
    width: 62px;
  }
}
#redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggle:not(.open) {
  background-image: none;
}
#redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggle:not(.open) .hamburger {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 25px;
}
@media (max-width: 600px) {
  #redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggle:not(.open) .hamburger {
    margin: auto;
  }
}
#redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggle:not(.open) .hamburger span {
  background-color: white;
  display: block;
  height: 4px;
  margin-bottom: 5px;
  width: 25px;
}
#redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggle.open {
  background-image: url("library/images/menu-icon-close.png");
  background-position: unset;
  background-size: cover;
  height: 25px;
  margin-right: 31px;
  width: 25px;
}
#redesign #headerNav #menuToggleHolder #menuToggleContent #menuToggle.open:hover {
  background-color: rgba(181, 190, 0, 0.4);
  cursor: pointer;
}
#redesign #headerNav #menuToggleHolder #menuToggleSkew {
  background-color: #b5be00;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 245px;
  right: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1;
}
@media (max-width: 600px) {
  #redesign #headerNav #menuToggleHolder #menuToggleSkew {
    right: 0;
    clip-path: none;
    width: 62px;
  }
}
#redesign #headerNav #menuToggleHolder #menuToggleSkew:hover {
  background-color: #868D1E;
  cursor: pointer;
}
#redesign #headerNav #menuToggleHolder #menuToggleSkew:hover + #menuToggleContent #menuToggle {
  background-color: initial;
}
#redesign #headerNav #menuToggleHolder #menuToggleSkew:hover + #menuToggleContent #menuToggle.open {
  background-color: rgba(181, 190, 0, 0.4);
}
@media (max-width: 600px) {
  #redesign #headerNav #menuToggleHolder.open #menuToggleSkew {
    background-color: transparent;
    width: 145px;
  }
}
#redesign #headerNav #mainMenu {
  position: absolute;
  display: none;
  right: 0;
  z-index: 19;
  background-color: rgba(82, 83, 73, 0.97);
  padding: 70px 60px 70px 70px;
  bottom: initial;
  top: 0;
  width: 78.375%;
}
@media (max-width: 1100px) {
  #redesign #headerNav #mainMenu {
    padding: 70px 50px;
  }
}
@media (max-width: 1000px) {
  #redesign #headerNav #mainMenu {
    width: 100%;
  }
}
@media (max-width: 760px) {
  #redesign #headerNav #mainMenu {
    background-color: #525349;
    height: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
}
#redesign #headerNav #mainMenu #searchform #s::placeholder, #redesign #headerNav #mainMenu #searchform #s::-webkit-input-placeholder {
  color: #fff;
  font-size: 13px;
}
@media (max-width: 760px) {
  #redesign #headerNav #mainMenu #searchform #s::placeholder, #redesign #headerNav #mainMenu #searchform #s::-webkit-input-placeholder {
    font-size: 15px;
  }
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 761px) {
  #redesign #headerNav #mainMenu #mainMenuHolder .nav {
    row-gap: 57px;
  }
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav::before {
  display: none;
}
@media (min-width: 761px) {
  #redesign #headerNav #mainMenu #mainMenuHolder .nav .desktop-hidden {
    display: none;
  }
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li {
  font-size: 18px;
  padding-left: 0;
  width: 25%;
}
@media (max-width: 760px) {
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li {
    flex-basis: 100%;
    line-height: 1;
    margin-top: 24px;
    padding-bottom: 0;
  }
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li.menu-item-has-children > a {
    padding-right: 0;
    position: relative;
  }
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li.menu-item-has-children > a::before {
    background-color: #525349;
    content: "";
    display: inline-block;
    height: 25px;
    margin-left: 4px;
    padding-left: 6px;
    padding-right: 6px;
    position: absolute;
    right: 0;
    top: 1px;
    transition: all 0.4s;
    width: 10px;
  }
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li.menu-item-has-children > a::after {
    background-color: #525349;
    content: url("library/images/caret.svg");
    display: none;
    margin-left: 4px;
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
    top: 1px;
    transition: all 0.4s;
  }
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li.menu-item-has-children > a.open {
    background-image: url("library/images/rectangle-green.png");
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li.menu-item-has-children > a.open::after {
    transform: rotate(90deg);
  }
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li:hover {
  background: none;
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li > a {
  display: block;
  line-height: 1.25;
  padding: 0 12px 0 4px;
  position: absolute;
}
@media (max-width: 760px) {
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li > a {
    font-size: 20px;
    position: initial;
  }
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li > a:hover {
  background-image: url("library/images/rectangle-green.png");
  background-position: left bottom;
  background-repeat: repeat-x;
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li > a .mobilenavarrow {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  transition: all 0.4s;
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li:first-child {
  margin-top: 15px;
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li ul.sub-menu {
  background-color: initial;
  margin-top: 30px;
  padding: 0 4px;
  position: initial;
  visibility: initial;
}
@media (max-width: 760px) {
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li ul.sub-menu {
    display: none;
    margin-top: 0;
    padding-left: 32px;
    padding-top: 12px;
  }
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li ul.sub-menu li {
  margin-bottom: 12px;
  margin-top: 0;
}
@media (max-width: 760px) {
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li ul.sub-menu li:last-of-type {
    margin-bottom: 0;
  }
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li ul.sub-menu li a {
  display: inline-block;
  font-size: 15px;
  overflow-wrap: anywhere;
  padding: 0 2px;
  white-space: break-spaces;
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li ul.sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#redesign #headerNav #mainMenu #mainMenuHolder .nav > li ul.sub-menu li a .mobilenavarrow {
  display: none;
}
@media (max-width: 760px) {
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li.menu-item-has-children > a .mobilenavarrow {
    display: block;
  }
  #redesign #headerNav #mainMenu #mainMenuHolder .nav > li.menu-item-has-children > a.open .mobilenavarrow {
    transform: rotate(90deg);
  }
}
.flex-cta-banner {
  background-color: #C2DFA2;
  margin: 25px 0 0;
  padding: 25px 35px;
}
.flex-cta-banner .primary-text {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
.flex-cta-banner .primary-text span {
  margin-right: 8px;
}
.flex-cta-banner .primary-text .button {
  display: inline-block;
  margin-top: 0;
}
body.page-template-default .related-services, body.single-qd_news .related-services {
  background: #00839B;
  color: #fff;
  padding: 40px 0;
  box-sizing: border-box;
  position: relative;
}
body.page-template-default .related-services .section-title, body.single-qd_news .related-services .section-title {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.25;
  margin: 0 24px;
  text-align: center;
  text-transform: uppercase;
}
body.page-template-default .related-services .related-services-slider, body.single-qd_news .related-services .related-services-slider {
  margin: 40px 30px 30px 30px;
}
body.page-template-default .related-services .related-services-slider .slick-list .slick-track, body.single-qd_news .related-services .related-services-slider .slick-list .slick-track {
  display: flex;
}
body.page-template-default .related-services .related-services-slider .slick-list .slick-track > div, body.single-qd_news .related-services .related-services-slider .slick-list .slick-track > div {
  position: relative;
  height: 465px;
  cursor: pointer;
  margin: 0 15px;
}
body.page-template-default .related-services .related-services-slider .slick-list .slick-track > div .slide-background, body.single-qd_news .related-services .related-services-slider .slick-list .slick-track > div .slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.page-template-default .related-services .related-services-slider .slick-list .slick-track > div .title-holder, body.single-qd_news .related-services .related-services-slider .slick-list .slick-track > div .title-holder {
  background: rgba(0, 0, 0, 0.6);
  padding: 12px 20px;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  min-height: 67px;
}
body.page-template-default .related-services .related-services-slider .slick-list .slick-track > div .title-holder h4, body.single-qd_news .related-services .related-services-slider .slick-list .slick-track > div .title-holder h4 {
  font-size: 22px;
  line-height: 110%;
  font-weight: 700;
  margin: 0;
}
body.page-template-default .related-services .related-services-slider .slick-list .slick-track > div .title-holder h4 span, body.single-qd_news .related-services .related-services-slider .slick-list .slick-track > div .title-holder h4 span {
  display: inline-block;
  font-size: 16px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 17px;
  min-width: fit-content;
}
body.page-template-default .related-services .slider-navigation, body.single-qd_news .related-services .slider-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
body.page-template-default .related-services .slider-navigation .slick-prev, body.single-qd_news .related-services .slider-navigation .slick-prev {
  transform: rotate(180deg);
}
body.page-template-default .home-projects, body.single-qd_news .home-projects {
  margin-bottom: 40px;
  position: relative;
}
body.page-template-default .home-projects .section-title, body.single-qd_news .home-projects .section-title {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.25;
  margin: 40px 24px;
  text-align: center;
  text-transform: uppercase;
}
body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide {
  margin: 0 40px;
  position: relative;
}
@media (max-width: 1046px) {
  body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide {
    margin: 0 62px;
  }
}
@media (max-width: 900px) {
  body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide {
    margin: 0;
  }
}
body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide .overlay, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide .overlay {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide img, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide img {
  height: 464px;
  object-fit: cover;
  width: 100%;
}
body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  line-height: 1.25;
  padding: 0 20px;
  position: absolute;
  width: 100%;
}
body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box .project-name, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box .project-name {
  color: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  margin-right: 20px;
}
body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:hover, body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:active, body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:focus, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:hover, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:active, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:focus {
  color: #f7b334;
}
body.page-template-default .home-projects .all-projects .slick-list .slick-track .slick-slide.slick-current .overlay, body.single-qd_news .home-projects .all-projects .slick-list .slick-track .slick-slide.slick-current .overlay {
  display: none;
}
body.page-template-default .home-projects .slider-navigation, body.single-qd_news .home-projects .slider-navigation {
  position: absolute;
  top: 45%;
  width: 100%;
}
body.page-template-default .home-projects .slider-navigation .slick-prev, body.single-qd_news .home-projects .slider-navigation .slick-prev {
  position: absolute;
  left: 20%;
  cursor: pointer;
}
@media (max-width: 900px) {
  body.page-template-default .home-projects .slider-navigation .slick-prev, body.single-qd_news .home-projects .slider-navigation .slick-prev {
    display: none;
  }
}
body.page-template-default .home-projects .slider-navigation .slick-prev img, body.single-qd_news .home-projects .slider-navigation .slick-prev img {
  transform: rotate(180deg);
}
body.page-template-default .home-projects .slider-navigation .slick-next, body.single-qd_news .home-projects .slider-navigation .slick-next {
  position: absolute;
  right: 20%;
  cursor: pointer;
}
@media (max-width: 900px) {
  body.page-template-default .home-projects .slider-navigation .slick-next, body.single-qd_news .home-projects .slider-navigation .slick-next {
    display: none;
  }
}
body.page-template-default .home-projects .slider-navigation .slick-next, body.single-qd_news .home-projects .slider-navigation .slick-next {
  right: 20%;
}
@media (max-width: 1479px) {
  body.page-template-default .home-projects .slider-navigation .slick-next, body.single-qd_news .home-projects .slider-navigation .slick-next {
    right: 17%;
  }
}
@media (max-width: 1249px) {
  body.page-template-default .home-projects .slider-navigation .slick-next, body.single-qd_news .home-projects .slider-navigation .slick-next {
    right: 15%;
  }
}
@media (max-width: 1119px) {
  body.page-template-default .home-projects .slider-navigation .slick-next, body.single-qd_news .home-projects .slider-navigation .slick-next {
    right: 14px;
  }
}
@media (max-width: 900px) {
  body.page-template-default .home-projects .slider-navigation .slick-next, body.single-qd_news .home-projects .slider-navigation .slick-next {
    right: 37%;
  }
}
@media (max-width: 625px) {
  body.page-template-default .home-projects .slider-navigation .slick-next, body.single-qd_news .home-projects .slider-navigation .slick-next {
    right: 31%;
  }
}
body.page-template-default .home-projects .slider-navigation .slick-prev, body.single-qd_news .home-projects .slider-navigation .slick-prev {
  left: 20%;
  z-index: 1;
}
@media (max-width: 1479px) {
  body.page-template-default .home-projects .slider-navigation .slick-prev, body.single-qd_news .home-projects .slider-navigation .slick-prev {
    left: 17%;
  }
}
@media (max-width: 1249px) {
  body.page-template-default .home-projects .slider-navigation .slick-prev, body.single-qd_news .home-projects .slider-navigation .slick-prev {
    left: 15%;
  }
}
@media (max-width: 1119px) {
  body.page-template-default .home-projects .slider-navigation .slick-prev, body.single-qd_news .home-projects .slider-navigation .slick-prev {
    left: 14px;
  }
}
@media (max-width: 900px) {
  body.page-template-default .home-projects .slider-navigation .slick-prev, body.single-qd_news .home-projects .slider-navigation .slick-prev {
    left: 37%;
  }
}
@media (max-width: 625px) {
  body.page-template-default .home-projects .slider-navigation .slick-prev, body.single-qd_news .home-projects .slider-navigation .slick-prev {
    left: 31%;
  }
}
body.page-template-default .home-projects .dots, body.single-qd_news .home-projects .dots {
  text-align: center;
}
body.page-template-default .home-projects .dots .slick-dots, body.single-qd_news .home-projects .dots .slick-dots {
  display: inline-block;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
body.page-template-default .home-projects .dots .slick-dots button, body.single-qd_news .home-projects .dots .slick-dots button {
  background-color: #aaa99f;
  border-color: transparent;
  border-radius: 4px;
  font-size: 0;
  height: 15px;
  margin: 0 4px;
  width: 15px;
}
body.page-template-default .home-projects .dots .slick-dots li.slick-active button, body.single-qd_news .home-projects .dots .slick-dots li.slick-active button {
  background-color: #8a264f;
}
body.page-template-default .home-projects .cta, body.single-qd_news .home-projects .cta {
  margin: 40px auto 0;
  max-width: 1116px;
  padding: 0 24px;
  text-align: center;
}
body.page-template-default .home-projects .cta a, body.single-qd_news .home-projects .cta a {
  color: #1d3f5a;
  font-size: 16px;
  font-weight: 600;
}
body.page-template-default .home-projects .cta a:hover, body.page-template-default .home-projects .cta a:active, body.page-template-default .home-projects .cta a:focus, body.single-qd_news .home-projects .cta a:hover, body.single-qd_news .home-projects .cta a:active, body.single-qd_news .home-projects .cta a:focus {
  color: #00839b;
}
.home .redesign #content {
  margin-bottom: 0;
}
.home .redesign img {
  max-width: 100%;
}
.home .redesign .slick-slider .slick-arrow {
  background-color: transparent;
  background-repeat: no-repeat;
  border-color: transparent;
  font-size: 0;
  height: 30px;
  position: absolute;
  top: 45%;
  width: 15px;
}
@media (max-width: 900px) {
  .home .redesign .slick-slider .slick-arrow {
    bottom: -8px;
    top: initial;
  }
}
.home .redesign .slick-slider .slick-arrow.slick-prev {
  background-image: url("library/images/arrow-green-left.svg");
  left: 10px;
}
.home .redesign .slick-slider .slick-arrow.slick-prev:hover, .home .redesign .slick-slider .slick-arrow.slick-prev:active, .home .redesign .slick-slider .slick-arrow.slick-prev:focus {
  background-image: url("library/images/arrow-light-green-left.svg");
}
@media (max-width: 1200px) {
  .home .redesign .slick-slider .slick-arrow.slick-prev {
    left: 14px;
  }
}
@media (max-width: 900px) {
  .home .redesign .slick-slider .slick-arrow.slick-prev {
    left: 37%;
  }
}
@media (max-width: 625px) {
  .home .redesign .slick-slider .slick-arrow.slick-prev {
    left: 31%;
  }
}
@media (max-width: 425px) {
  .home .redesign .slick-slider .slick-arrow.slick-prev {
    left: 26%;
  }
}
.home .redesign .slick-slider .slick-arrow.slick-next {
  background-image: url("library/images/arrow-green-right.svg");
  right: 10px;
}
.home .redesign .slick-slider .slick-arrow.slick-next:hover, .home .redesign .slick-slider .slick-arrow.slick-next:active, .home .redesign .slick-slider .slick-arrow.slick-next:focus {
  background-image: url("library/images/arrow-light-green-right.svg");
}
@media (max-width: 1200px) {
  .home .redesign .slick-slider .slick-arrow.slick-next {
    right: 14px;
  }
}
@media (max-width: 900px) {
  .home .redesign .slick-slider .slick-arrow.slick-next {
    right: 37%;
  }
}
@media (max-width: 625px) {
  .home .redesign .slick-slider .slick-arrow.slick-next {
    right: 31%;
  }
}
@media (max-width: 425px) {
  .home .redesign .slick-slider .slick-arrow.slick-next {
    right: 26%;
  }
}
.home .redesign .slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.home .redesign .slick-slider .slick-dots button {
  background-color: #aaa99f;
  border-color: transparent;
  border-radius: 4px;
  font-size: 0;
  height: 15px;
  margin: 0 4px;
  width: 15px;
}
.home .redesign .slick-slider .slick-dots li.slick-active button {
  background-color: #8a264f;
}
.home .redesign #mainstage {
  display: block !important;
  min-height: initial;
  min-width: initial;
}
.home .redesign #mainstage #skewBoxHolder {
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: auto;
  justify-content: center;
  margin: 0;
  min-height: 50vw;
  position: relative;
  width: auto;
}
.home .redesign #mainstage #skewBoxHolder video {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.home .redesign #mainstage #skewBoxHolder .skewBox {
  display: none;
}
.home .redesign #mainstage #skewBoxHolder #textHolder {
  background-color: initial;
  display: flex;
  justify-content: center;
  padding: 200px 0;
  position: initial;
  -webkit-transform: none;
  transform: none;
  z-index: 1;
}
@media (max-width: 600px) {
  .home .redesign #mainstage #skewBoxHolder #textHolder {
    padding: 100px 0;
  }
}
.home .redesign #mainstage #skewBoxHolder #textHolder .stageText .link-box {
  margin-top: 18px;
}
@media (max-width: 600px) {
  .home .redesign #mainstage #skewBoxHolder #textHolder .stageText a {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.home .redesign #mainstage #skewBoxHolder #textHolder h1 {
  background-image: url("library/images/blue-bar-bg.png");
  background-repeat-y: no-repeat;
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
  max-width: 560px;
  font-size: 8em;
  line-height: 92px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
}
@media (max-width: 900px) {
  .home .redesign #mainstage #skewBoxHolder #textHolder h1 {
    background-size: contain;
    font-size: 60px;
    line-height: 1.32;
  }
}
@media (max-width: 600px) {
  .home .redesign #mainstage #skewBoxHolder #textHolder h1 {
    font-size: 28px;
  }
}
.home .redesign #mobileMainstage {
  display: none;
}
.home .redesign .home-intro {
  font-size: 32px;
  font-weight: 200;
  line-height: 1.4;
  margin: auto;
  max-width: 1116px;
  padding: 0 24px;
}
@media (max-width: 900px) {
  .home .redesign .home-intro {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .home .redesign .home-intro {
    font-size: 20px;
  }
}
.home .redesign .home-intro strong {
  color: #00839b;
}
.home .redesign .home-featured-posts {
  background-color: #ededed;
  position: relative;
  padding-bottom: 54px;
  padding-top: 36px;
}
.home .redesign .home-featured-posts .trap-amp {
  background-image: url("library/images/ampersand-bg.svg");
  background-position-y: bottom;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 44%;
}
@media (max-width: 900px) {
  .home .redesign .home-featured-posts .trap-amp {
    display: none;
  }
}
.home .redesign .home-featured-posts .title-box {
  margin: auto;
  max-width: 1116px;
  padding: 0 24px;
  position: relative;
}
.home .redesign .home-featured-posts .title-box .section-title {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  left: 58px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
}
@media (max-width: 1200px) {
  .home .redesign .home-featured-posts .title-box .section-title {
    left: 50px;
  }
}
.home .redesign .home-featured-posts .all-posts {
  margin: auto;
  max-width: 1116px;
  padding: 0 24px;
}
.home .redesign .home-featured-posts .all-posts .slick-list {
  margin: 0 36px;
}
@media (max-width: 1200px) {
  .home .redesign .home-featured-posts .all-posts .slick-list {
    margin: 0 26px;
  }
}
.home .redesign .home-featured-posts .all-posts .post {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .home .redesign .home-featured-posts .all-posts .post {
    flex-wrap: wrap;
  }
}
.home .redesign .home-featured-posts .all-posts .post .text-box {
  margin-right: 32px;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .home .redesign .home-featured-posts .all-posts .post .text-box {
    flex-basis: 100%;
    margin-bottom: 43px;
    margin-right: 0;
  }
}
.home .redesign .home-featured-posts .all-posts .post .text-box .excerpt-read-more {
  display: none;
}
.home .redesign .home-featured-posts .all-posts .post .text-box .post-title {
  color: #8a264f;
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .home .redesign .home-featured-posts .all-posts .post .text-box .post-title {
    font-size: 24px;
  }
}
.home .redesign .home-featured-posts .all-posts .post .text-box p {
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 32px;
  margin-top: 8px;
}
@media (max-width: 600px) {
  .home .redesign .home-featured-posts .all-posts .post .text-box p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .home .redesign .home-featured-posts .all-posts .post .text-box .dark-green-btn {
    font-size: 12px;
  }
}
.home .redesign .home-featured-posts .all-posts .post .img-box {
  flex-shrink: 0;
  width: 468px;
}
@media (max-width: 900px) {
  .home .redesign .home-featured-posts .all-posts .post .img-box {
    flex-basis: 100%;
    max-width: unset;
    padding-top: 56.25%;
    position: relative;
  }
}
.home .redesign .home-featured-posts .all-posts .post .img-box img {
  height: 275px;
  object-fit: cover;
  width: 468px;
}
@media (max-width: 900px) {
  .home .redesign .home-featured-posts .all-posts .post .img-box img {
    height: 100%;
    max-width: unset;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.home .redesign .home-featured-posts .cta {
  margin: 40px auto 0;
  max-width: 1116px;
  padding: 0 24px;
  text-align: center;
}
.home .redesign .home-featured-posts .cta a {
  color: #1d3f5a;
  font-size: 16px;
  font-weight: 600;
}
.home .redesign .home-featured-posts .cta a:hover, .home .redesign .home-featured-posts .cta a:active, .home .redesign .home-featured-posts .cta a:focus {
  color: #00839b;
}
.home .redesign .home-people-culture {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture {
    background-color: #00839b;
  }
}
.home .redesign .home-people-culture .primary {
  display: flex;
  width: 100%;
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .primary {
    flex-wrap: wrap;
  }
}
.home .redesign .home-people-culture .img-box {
  flex-shrink: 0;
  height: 500px;
  position: relative;
  width: 890px;
}
@media (max-width: 1350px) {
  .home .redesign .home-people-culture .img-box {
    flex-basis: 55%;
    width: initial;
  }
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .img-box {
    flex-basis: 100%;
    flex-shrink: initial;
    height: initial;
    margin: 0 60px;
    order: 1;
    position: relative;
    padding-top: 56.25%;
  }
}
@media (max-width: 500px) {
  .home .redesign .home-people-culture .img-box {
    margin: 0 24px;
  }
}
.home .redesign .home-people-culture .img-box img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .img-box img {
    position: absolute;
    top: 0;
  }
}
.home .redesign .home-people-culture .img-box .caption {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
  color: #fff;
  font-size: 13px;
  left: 0;
  line-height: 1.25;
  margin: 0;
  max-width: 400px;
  padding: 11px 60px;
  position: absolute;
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .img-box .caption {
    padding: 11px 60px 11px 30px;
  }
}
@media (max-width: 500px) {
  .home .redesign .home-people-culture .img-box .caption {
    background-color: initial;
    clip-path: none;
    max-width: initial;
    padding: 11px 0;
    position: initial;
  }
}
.home .redesign .home-people-culture .text-box {
  background-color: #00839b;
  color: #fff;
  max-height: 500px;
  padding: 53px 7.5% 53px 36px;
  position: relative;
}
@media (max-width: 1600px) {
  .home .redesign .home-people-culture .text-box {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .home .redesign .home-people-culture .text-box {
    padding-right: 48px;
  }
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .text-box {
    flex-basis: 100%;
    padding: 53px 60px 40px;
    order: 0;
  }
}
@media (max-width: 500px) {
  .home .redesign .home-people-culture .text-box {
    padding: 53px 24px 30px;
  }
}
.home .redesign .home-people-culture .text-box .heading-small {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0;
  text-transform: uppercase;
}
.home .redesign .home-people-culture .text-box .heading-large {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 7px;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .home .redesign .home-people-culture .text-box .heading-large {
    font-size: 24px;
  }
}
.home .redesign .home-people-culture .text-box .primary-copy {
  font-size: 18px;
  line-height: 1.444;
  margin-top: 7px;
}
@media (max-width: 500px) {
  .home .redesign .home-people-culture .text-box .primary-copy {
    font-size: 16px;
  }
}
.home .redesign .home-people-culture .spotlight-box {
  display: flex;
  height: 129px;
  margin-top: 42px;
}
.home .redesign .home-people-culture .spotlight-box.mobile {
  margin: 76px 60px;
  order: 2;
  width: calc(100% - 120px);
}
@media (min-width: 1001px) {
  .home .redesign .home-people-culture .spotlight-box.mobile {
    display: none;
  }
}
@media (max-width: 700px) {
  .home .redesign .home-people-culture .spotlight-box.mobile {
    background-color: #ededed;
    display: initial;
    height: initial;
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .home .redesign .home-people-culture .spotlight-box.mobile {
    margin: 24px 24px 54px;
    width: calc(100% - 48px);
  }
}
.home .redesign .home-people-culture .spotlight-box.desktop {
  left: -120px;
  position: relative;
  width: calc(100% + 120px);
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .spotlight-box.desktop {
    display: none;
  }
}
.home .redesign .home-people-culture .spotlight-box p {
  margin: 0;
}
.home .redesign .home-people-culture .spotlight-box .section-label {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  flex-shrink: 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  width: 58px;
}
@media (max-width: 700px) {
  .home .redesign .home-people-culture .spotlight-box .section-label {
    background-color: initial;
    width: initial;
  }
}
.home .redesign .home-people-culture .spotlight-box .section-label span {
  display: inline-block;
  position: absolute;
  right: -14px;
  top: 56px;
  transform: rotate(270deg);
}
@media (max-width: 700px) {
  .home .redesign .home-people-culture .spotlight-box .section-label span {
    position: initial;
    transform: initial;
  }
}
.home .redesign .home-people-culture .spotlight-box .post-title {
  align-items: center;
  background-color: #ededed;
  display: flex;
  padding: 0 55px;
}
@media (max-width: 1200px) {
  .home .redesign .home-people-culture .spotlight-box .post-title {
    padding: 0 45px;
  }
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .spotlight-box .post-title {
    flex-grow: 1;
  }
}
@media (max-width: 700px) {
  .home .redesign .home-people-culture .spotlight-box .post-title {
    margin: 30px 0;
    padding: 0;
  }
}
.home .redesign .home-people-culture .spotlight-box .post-title a {
  color: #1d3f5a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.home .redesign .home-people-culture .spotlight-box .post-title a:hover, .home .redesign .home-people-culture .spotlight-box .post-title a:active, .home .redesign .home-people-culture .spotlight-box .post-title a:focus {
  color: #00839b;
}
.home .redesign .home-people-culture .spotlight-box img {
  flex-shrink: 0;
  object-fit: cover;
  object-position: top;
  width: 202px;
}
@media (max-width: 700px) {
  .home .redesign .home-people-culture .spotlight-box img {
    height: 129px;
  }
}
.home .redesign .home-people-culture .cta-bar {
  align-items: center;
  background-color: #1d3f5a;
  color: #fff;
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  padding: 26px;
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .cta-bar {
    flex-direction: column;
    padding: 22px 26px 30px;
    order: 3;
  }
}
.home .redesign .home-people-culture .cta-bar .cta-text {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 1000px) {
  .home .redesign .home-people-culture .cta-bar .cta-text {
    margin-top: 0;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .home .redesign .home-people-culture .cta-bar .cta-text {
    font-size: 20px;
  }
}
.home .redesign .home-people-culture .cta-bar .dark-green-btn {
  margin-left: 20px;
}
.home .redesign .home-projects {
  margin-bottom: 53px;
}
.home .redesign .home-projects .section-title {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.25;
  margin: 40px 24px;
  text-align: center;
  text-transform: uppercase;
}
.home .redesign .home-projects .all-projects .slick-next {
  right: 20%;
}
@media (max-width: 1479px) {
  .home .redesign .home-projects .all-projects .slick-next {
    right: 17%;
  }
}
@media (max-width: 1249px) {
  .home .redesign .home-projects .all-projects .slick-next {
    right: 15%;
  }
}
@media (max-width: 1119px) {
  .home .redesign .home-projects .all-projects .slick-next {
    right: 14px;
  }
}
@media (max-width: 900px) {
  .home .redesign .home-projects .all-projects .slick-next {
    right: 37%;
  }
}
@media (max-width: 625px) {
  .home .redesign .home-projects .all-projects .slick-next {
    right: 31%;
  }
}
.home .redesign .home-projects .all-projects .slick-prev {
  left: 20%;
  z-index: 1;
}
@media (max-width: 1479px) {
  .home .redesign .home-projects .all-projects .slick-prev {
    left: 17%;
  }
}
@media (max-width: 1249px) {
  .home .redesign .home-projects .all-projects .slick-prev {
    left: 15%;
  }
}
@media (max-width: 1119px) {
  .home .redesign .home-projects .all-projects .slick-prev {
    left: 14px;
  }
}
@media (max-width: 900px) {
  .home .redesign .home-projects .all-projects .slick-prev {
    left: 37%;
  }
}
@media (max-width: 625px) {
  .home .redesign .home-projects .all-projects .slick-prev {
    left: 31%;
  }
}
.home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide {
  margin: 0 40px;
  position: relative;
}
@media (max-width: 1046px) {
  .home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide {
    margin: 0 62px;
  }
}
@media (max-width: 900px) {
  .home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide {
    margin: 0;
  }
}
.home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide .overlay {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide img {
  height: 464px;
  object-fit: cover;
  width: 100%;
}
.home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  line-height: 1.25;
  padding: 0 20px;
  position: absolute;
  width: 100%;
}
.home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box .project-name {
  color: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  margin-right: 20px;
}
.home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:hover, .home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:active, .home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide .text-box a:focus {
  color: #f7b334;
}
.home .redesign .home-projects .all-projects .slick-list .slick-track .slick-slide.slick-current .overlay {
  display: none;
}
.home .redesign .home-projects .cta {
  margin: 40px auto 0;
  max-width: 1116px;
  padding: 0 24px;
  text-align: center;
}
.home .redesign .home-projects .cta a {
  color: #1d3f5a;
  font-size: 16px;
  font-weight: 600;
}
.home .redesign .home-projects .cta a:hover, .home .redesign .home-projects .cta a:active, .home .redesign .home-projects .cta a:focus {
  color: #00839b;
}
div.hero_careers_outer {
  display: block;
  position: relative;
  width: 100%;
  height: 50vw;
  background-color: #323232;
}
@media (max-width: 1300px) {
  div.hero_careers_outer {
    height: 650px;
  }
}
@media (max-width: 600px) {
  div.hero_careers_outer {
    height: 330px;
  }
}
div.hero_careers_outer div.all_hero_images {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.hero_careers_outer div.all_hero_images div.hero_image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
div.hero_careers_outer div.all_hero_images div.hero_image:first-of-type {
  display: block;
}
div.hero_careers_outer div.hero_careers_inner {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
div.hero_careers_outer div.hero_careers_inner div.hero_careers_inner_inner {
  display: block;
  position: relative;
  font-size: 0;
}
div.hero_careers_outer div.hero_careers_inner div.hero_careers_inner_inner h1 {
  display: inline-block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(transparent 0%, transparent 38%, #1D3F5A 38%, #1D3F5A 100%);
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 4px;
  margin: 0 0 0 0;
}
@media (max-width: 900px) {
  div.hero_careers_outer div.hero_careers_inner div.hero_careers_inner_inner h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 600px) {
  div.hero_careers_outer div.hero_careers_inner div.hero_careers_inner_inner h1 {
    font-size: 28px;
    line-height: 28px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
div.hero_careers_outer div.hero_careers_inner div.hero_careers_inner_inner a.cta {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 14px 24px 14px 24px;
  color: #51534a;
  font-size: 15px;
  line-height: 15px;
  font-weight: 800;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 28px;
}
@media (max-width: 600px) {
  div.hero_careers_outer div.hero_careers_inner div.hero_careers_inner_inner a.cta {
    font-size: 12px;
    line-height: 12px;
    padding: 6px 12px 6px 12px;
    margin-top: 17px;
  }
}
div.careers_intro_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  div.careers_intro_outer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
div.careers_intro_outer div.careers_intro_inner {
  display: block;
  position: relative;
  width: auto;
  margin-left: 270px;
  margin-right: 270px;
  text-align: left;
}
@media (max-width: 1400px) {
  div.careers_intro_outer div.careers_intro_inner {
    margin-left: 162px;
    margin-right: 162px;
  }
}
@media (max-width: 1024px) {
  div.careers_intro_outer div.careers_intro_inner {
    margin-left: 44px;
    margin-right: 44px;
  }
}
@media (max-width: 600px) {
  div.careers_intro_outer div.careers_intro_inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
div.careers_intro_outer div.careers_intro_inner h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #8a264f;
  margin-bottom: 30px;
  margin-top: 0;
}
div.careers_intro_outer div.careers_intro_inner div.cii_content {
  display: block;
  position: relative;
  text-align: left;
}
div.careers_intro_outer div.careers_intro_inner div.cii_content p {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #7e7f74;
}
div.careers_intro_outer div.careers_intro_inner div.cii_content *:last-child {
  margin-bottom: 0;
}
div.tai_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  div.tai_outer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
div.tai_outer div.tai_inner {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  width: 100%;
  text-align: left;
}
@media (max-width: 900px) {
  div.tai_outer div.tai_inner {
    display: block;
  }
}
div.tai_outer div.tai_inner div.tai_left {
  display: block;
  position: relative;
  width: 50%;
  flex: 0 0 50%;
  text-align: left;
  background-color: #00839b;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 270px;
  padding-right: 100px;
}
@media (max-width: 1400px) {
  div.tai_outer div.tai_inner div.tai_left {
    padding-left: 162px;
    width: 65%;
    flex: 0 0 65%;
  }
}
@media (max-width: 1024px) {
  div.tai_outer div.tai_inner div.tai_left {
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 900px) {
  div.tai_outer div.tai_inner div.tai_left {
    width: auto;
    flex: none;
  }
}
@media (max-width: 600px) {
  div.tai_outer div.tai_inner div.tai_left {
    padding-left: 24px;
    padding-right: 24px;
  }
}
div.tai_outer div.tai_inner div.tai_left h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}
div.tai_outer div.tai_inner div.tai_left div.tai_content {
  display: block;
  position: relative;
  text-align: left;
}
div.tai_outer div.tai_inner div.tai_left div.tai_content p {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}
div.tai_outer div.tai_inner div.tai_left div.tai_content *:last-child {
  margin-bottom: 0;
}
div.tai_outer div.tai_inner div.tai_right {
  display: block;
  position: relative;
  width: 50%;
  flex: 0 0 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1400px) {
  div.tai_outer div.tai_inner div.tai_right {
    width: 35%;
    flex: 0 0 35%;
    aspect-ratio: 1.7777777778;
  }
}
@media (max-width: 900px) {
  div.tai_outer div.tai_inner div.tai_right {
    width: auto;
    flex: none;
  }
}
div.icons_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  div.icons_outer {
    margin-top: 30px;
  }
}
div.icons_outer div.icons_inner {
  display: block;
  position: relative;
  width: auto;
  text-align: left;
  margin-left: 270px;
  margin-right: 270px;
  /*@media (max-width: 1940px) {
			width: 1100px;	
		}
		
		@media (max-width: 1440px) {
			width: 800px;
		}
		
		@media (max-width: 1140px) {
			width: 500px;
		}
		
		@media (max-width: 1024px) {
			width: auto;
			margin-left: 44px;
			margin-right: 44px;
		}
		
		@media (max-width: 600px) {
			margin-left: 25px;
			margin-right: 25px;
		}*/
}
@media (max-width: 1400px) {
  div.icons_outer div.icons_inner {
    margin-left: 162px;
    margin-right: 162px;
  }
}
@media (max-width: 1024px) {
  div.icons_outer div.icons_inner {
    margin-left: 44px;
    margin-right: 44px;
  }
}
@media (max-width: 600px) {
  div.icons_outer div.icons_inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
div.icons_outer div.icons_inner div.icons_header {
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 600px) {
  div.icons_outer div.icons_inner div.icons_header {
    text-align: center;
  }
}
div.icons_outer div.icons_inner div.icons_header h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #8a264f;
  margin-top: 0;
  margin-bottom: 30px;
}
div.icons_outer div.icons_inner div.icons_header div.icons_content {
  display: block;
  position: relative;
  text-align: left;
}
div.icons_outer div.icons_inner div.icons_header div.icons_content p {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #7e7f74;
}
div.icons_outer div.icons_inner div.icons_header div.icons_content *:last-child {
  margin-bottom: 0;
}
div.icons_outer div.icons_inner div.all_icons {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 50px;
}
@media (max-width: 600px) {
  div.icons_outer div.icons_inner div.all_icons {
    display: block;
  }
}
div.icons_outer div.icons_inner div.all_icons div.icon {
  display: block;
  position: relative;
  width: calc(20% - 80px);
  flex: 0 0 calc(20% - 80px);
  text-align: center;
  margin-right: 100px;
}
div.icons_outer div.icons_inner div.all_icons div.icon:nth-of-type(5n) {
  margin-right: 0;
}
@media (max-width: 1600px) {
  div.icons_outer div.icons_inner div.all_icons div.icon {
    width: calc(20% - 40px);
    flex: 0 0 calc(20% - 40px);
    margin-right: 50px;
  }
}
@media (max-width: 900px) {
  div.icons_outer div.icons_inner div.all_icons div.icon {
    width: calc(33.333% - 33.333px);
    flex: 0 0 calc(33.333% - 33.333px);
    margin-right: 50px;
  }
  div.icons_outer div.icons_inner div.all_icons div.icon:nth-of-type(5n) {
    margin-right: 50px;
  }
  div.icons_outer div.icons_inner div.all_icons div.icon:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  div.icons_outer div.icons_inner div.all_icons div.icon {
    width: auto;
    flex: none;
    margin-right: 0;
  }
  div.icons_outer div.icons_inner div.all_icons div.icon:nth-of-type(5n) {
    margin-right: 0;
  }
}
div.icons_outer div.icons_inner div.all_icons div.icon div.icon_container {
  display: flex;
  position: relative;
  width: 100%;
  height: 100px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
div.icons_outer div.icons_inner div.all_icons div.icon div.icon_container img.icon_image {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100px;
}
div.icons_outer div.icons_inner div.all_icons div.icon p.icon_caption {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #7e7f74;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
div.cta_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #1d3f5a;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}
div.cta_outer div.cta_inner {
  display: block;
  position: relative;
  width: auto;
  text-align: left;
  margin-left: 270px;
  margin-right: 270px;
}
@media (max-width: 1400px) {
  div.cta_outer div.cta_inner {
    margin-left: 162px;
    margin-right: 162px;
  }
}
@media (max-width: 1024px) {
  div.cta_outer div.cta_inner {
    margin-left: 44px;
    margin-right: 44px;
  }
}
@media (max-width: 600px) {
  div.cta_outer div.cta_inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
div.cta_outer div.cta_inner h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}
div.cta_outer div.cta_inner div.cta_content {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
}
div.cta_outer div.cta_inner div.cta_content p {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}
div.cta_outer div.cta_inner div.cta_content *:last-child {
  margin-bottom: 0;
}
div.cta_outer div.cta_inner a.button {
  display: inline-block;
  position: relative;
  background-color: #919800;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 14px 24px 14px 24px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 800;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.video_carousel_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
div.video_carousel_outer div.video_carousel_inner {
  display: flex;
  position: relative;
  width: 100%;
  text-align: center;
}
@media (max-width: 800px) {
  div.video_carousel_outer div.video_carousel_inner {
    display: block;
  }
}
div.video_carousel_outer div.video_carousel_inner div.vc_left {
  display: block;
  position: relative;
  width: 70%;
  flex: 0 0 70%;
  aspect-ratio: 1.7777777778;
  background-color: #323232;
  overflow: hidden;
  /*a.play {
				display: block;
				position: absolute;
				top: calc(50% - 48px);
				left: calc(50% - 68px);
				z-index: 10;
				text-decoration: none;
				color: inherit;	
			}*/
  /*video {
				display: block;
				position: absolute;
				z-index: 0;
				background-repeat: no-repeat;
				background-size: cover;
				top: 50%;
				left: 50%;
				min-width: 100%;
				min-height: 100%;
				width: auto;
				height: auto;
				-ms-transform: translateX(-50%) translateY(-50%);
				-moz-transform: translateX(-50%) translateY(-50%);
				-webkit-transform: translateX(-50%) translateY(-50%);
				transform: translateX(-50%) translateY(-50%); 
			}*/
}
@media (max-width: 800px) {
  div.video_carousel_outer div.video_carousel_inner div.vc_left {
    width: auto;
    flex: none;
  }
}
div.video_carousel_outer div.video_carousel_inner div.vc_left iframe {
  width: 100%;
  height: 100%;
}
div.video_carousel_outer div.video_carousel_inner div.vc_right {
  display: block;
  position: relative;
  width: 30%;
  flex: 0 0 30%;
  background-color: #ededed;
}
@media (max-width: 800px) {
  div.video_carousel_outer div.video_carousel_inner div.vc_right {
    display: none;
  }
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ededed;
  aspect-ratio: 0.7638888889;
  overflow-y: scroll;
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 25px 75px 25px 75px;
  text-decoration: none;
  color: inherit;
  background-color: #ededed;
  border-bottom: 1px solid #1d3f5a;
}
@media (max-width: 1300px) {
  div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item {
    padding: 25px 35px 25px 35px;
  }
}
@media (max-width: 1024px) {
  div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item {
    padding: 20px 20px 20px 20px;
  }
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item:last-of-type {
  border-bottom: 0;
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item p.name {
  font-size: 18px;
  line-height: 26px;
  color: #51534a;
  font-weight: 700;
  margin: 0 0 0 0;
}
@media (max-width: 1024px) {
  div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item p.name {
    font-size: 16px;
    line-height: 22px;
  }
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item p.position {
  font-size: 18px;
  line-height: 26px;
  color: #51534a;
  font-weight: 400;
  margin: 0 0 0 0;
}
@media (max-width: 1024px) {
  div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item p.position {
    font-size: 16px;
    line-height: 22px;
  }
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item p.type {
  font-size: 18px;
  line-height: 26px;
  color: #51534a;
  font-weight: 400;
  margin: 0 0 0 0;
}
@media (max-width: 1024px) {
  div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item p.type {
    font-size: 16px;
    line-height: 22px;
  }
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item.selected {
  background-image: url("/images/and_pattern.png");
  background-repeat: repeat;
  /*border-bottom: 0;*/
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item.selected p.name {
  color: #fff;
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item.selected p.position {
  color: #fff;
}
div.video_carousel_outer div.video_carousel_inner div.vc_right div.all_video_list_items a.video_list_item.selected p.type {
  color: #fff;
}
div.video_carousel_outer div.video_carousel_inner div.vc_mobile_nav {
  display: none;
  position: relative;
  width: auto;
  text-align: center;
  box-sizing: border-box;
  padding-left: 22px;
  padding-right: 22px;
}
@media (max-width: 800px) {
  div.video_carousel_outer div.video_carousel_inner div.vc_mobile_nav {
    display: block;
  }
}
div.video_carousel_outer div.video_carousel_inner div.vc_mobile_nav select#vc_mobile_nav_select {
  font-size: 18px;
  margin: 12px 0 12px 0;
  background-color: white !important;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #aaa99f;
  border-radius: 10px;
}
div.acc_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #ededed;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  div.acc_outer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
div.acc_outer div.acc_inner {
  display: block;
  position: relative;
  width: auto;
  margin-left: 270px;
  margin-right: 270px;
  /*@media (max-width: 1400px) {
			width: auto;
			margin-left: 44px;
			margin-right: 44px;	
		}
		
		@media (max-width: 600px) {
			margin-left: 24px;
			margin-right: 24px;
		}*/
}
@media (max-width: 1400px) {
  div.acc_outer div.acc_inner {
    margin-left: 162px;
    margin-right: 162px;
  }
}
@media (max-width: 1024px) {
  div.acc_outer div.acc_inner {
    margin-left: 44px;
    margin-right: 44px;
  }
}
@media (max-width: 600px) {
  div.acc_outer div.acc_inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
div.acc_outer div.acc_inner div.acc_header {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
}
div.acc_outer div.acc_inner div.acc_header h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #8a264f;
  margin-top: 0;
  margin-bottom: 30px;
}
div.acc_outer div.acc_inner div.acc_header div.acc_content {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
}
div.acc_outer div.acc_inner div.acc_header div.acc_content p {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #7e7f74;
}
div.acc_outer div.acc_inner div.acc_header div.acc_content *:last-child {
  margin-bottom: 0;
}
div.acc_outer div.acc_inner div.acc {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  width: 100%;
  text-align: center;
}
@media (max-width: 1100px) {
  div.acc_outer div.acc_inner div.acc {
    display: block;
  }
}
div.acc_outer div.acc_inner div.acc div.acc_left {
  display: block;
  position: relative;
  width: 50%;
  flex: 0 0 50%;
  text-align: left;
  background-color: #d9d9d9;
}
@media (max-width: 1100px) {
  div.acc_outer div.acc_inner div.acc div.acc_left {
    width: auto;
    flex: none;
  }
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 10px 30px 10px 30px;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item p.label {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #7e7f74;
  font-weight: 700;
  margin: 0 0 0 0;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item div.desc {
  display: none;
  position: relative;
  margin: 3px 0 0 0;
  /*padding-bottom: 100px;*/
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item div.desc * {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item div.desc *:last-child {
  margin-bottom: 0;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item:hover {
  cursor: pointer;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item:hover p.label {
  color: #1d3f5a;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item:first-of-type {
  padding-top: 20px;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item:last-of-type {
  padding-bottom: 20px;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item.selected {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1d3f5a;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item.selected:hover {
  cursor: default;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item.selected p.label {
  color: #fff;
}
div.acc_outer div.acc_inner div.acc div.acc_left div.acc_item.selected div.desc {
  display: block;
}
div.acc_outer div.acc_inner div.acc div.acc_right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 50%;
  flex: 0 0 50%;
  background-color: #d9d9d9;
  /*img {
					display: block;
					position: relative;
					max-width: 358px;
					max-height: 192px;
				}*/
}
@media (max-width: 1100px) {
  div.acc_outer div.acc_inner div.acc div.acc_right {
    width: auto;
    flex: none;
  }
}
div.acc_outer div.acc_inner div.acc div.acc_right div.acc_right_image {
  display: block;
  position: relative;
  width: 100%;
  /*height: 100%;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1.361774744;
}
@media (max-width: 1100px) {
  div.acc_outer div.acc_inner div.acc div.acc_right div.acc_right_image {
    width: 100%;
    /*aspect-ratio: 4/3;*/
  }
}
div.three_boxes_header_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  div.three_boxes_header_outer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
div.three_boxes_header_outer div.three_boxes_header_inner {
  display: block;
  position: relative;
  width: auto;
  text-align: center;
  margin-left: 270px;
  margin-right: 270px;
  /*@media (max-width: 1400px) {
			width: auto;
			margin-left: 162px;
			margin-right: 162px;
		}
		
		@media (max-width: 1024px) {
			margin-left: 44px;
			margin-right: 44px;	
		}
		
		@media (max-width: 600px) {
			margin-left: 24px;
			margin-right: 24px;
		}*/
}
@media (max-width: 1400px) {
  div.three_boxes_header_outer div.three_boxes_header_inner {
    margin-left: 162px;
    margin-right: 162px;
  }
}
@media (max-width: 1024px) {
  div.three_boxes_header_outer div.three_boxes_header_inner {
    margin-left: 44px;
    margin-right: 44px;
  }
}
@media (max-width: 600px) {
  div.three_boxes_header_outer div.three_boxes_header_inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
div.three_boxes_header_outer div.three_boxes_header_inner div.tb_header {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
}
@media (max-width: 800px) {
  div.three_boxes_header_outer div.three_boxes_header_inner div.tb_header {
    text-align: center;
  }
}
div.three_boxes_header_outer div.three_boxes_header_inner div.tb_header h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #8a264f;
  margin-top: 0;
  margin-bottom: 50px;
}
div.three_boxes_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  div.three_boxes_outer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
div.three_boxes_outer div.three_boxes_inner {
  display: block;
  position: relative;
  width: auto;
  margin-left: 270px;
  margin-right: 270px;
  text-align: center;
  /*@media (max-width: 1400px) {
			width: auto;
			margin-left: 162px;
			margin-right: 162px;
		}
		
		@media (max-width: 1024px) {
			margin-left: 44px;
			margin-right: 44px;	
		}
		
		@media (max-width: 600px) {
			margin-left: 24px;
			margin-right: 24px;
		}*/
}
@media (max-width: 1400px) {
  div.three_boxes_outer div.three_boxes_inner {
    margin-left: 162px;
    margin-right: 162px;
  }
}
@media (max-width: 1024px) {
  div.three_boxes_outer div.three_boxes_inner {
    margin-left: 44px;
    margin-right: 44px;
  }
}
@media (max-width: 600px) {
  div.three_boxes_outer div.three_boxes_inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
div.three_boxes_outer div.three_boxes_inner div.three_boxes {
  display: flex;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 800px) {
  div.three_boxes_outer div.three_boxes_inner div.three_boxes {
    display: block;
  }
}
div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box {
  display: block;
  position: relative;
  /*width: 350px;
				flex: 0 0 350px;*/
  width: calc(33.333% - 80px);
  flex: 0 0 calc(33.333% - 80px);
  text-align: center;
  margin-right: 120px;
  box-sizing: border-box;
}
div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box:last-of-type {
  margin-right: 0;
}
@media (max-width: 1400px) {
  div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box {
    width: calc(33.333% - 40px);
    flex: 0 0 calc(33.333% - 40px);
    margin-right: 60px;
  }
}
@media (max-width: 800px) {
  div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box {
    width: auto;
    flex: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
  div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box:last-of-type {
    margin-bottom: 0;
  }
}
div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box p.label {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #00839b;
  margin-top: 0;
  margin-bottom: 20px;
}
div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box div.icon_container {
  display: flex;
  position: relative;
  width: 100%;
  height: 150px;
  justify-content: center;
  align-items: center;
}
div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box div.icon_container img.icon_image {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box p.caption {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #7e7f74;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 800px) {
  div.three_boxes_outer div.three_boxes_inner div.three_boxes div.box p.caption {
    text-align: center;
  }
}
div.biwc_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  div.biwc_outer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
div.biwc_outer div.biwc_inner {
  display: block;
  position: relative;
  width: auto;
  margin-left: 270px;
  margin-right: 270px;
  text-align: left;
  /*@media (max-width: 1400px) {
			width: auto;
			margin-left: 162px;
			margin-right: 162px;
		}
		
		@media (max-width: 1024px) {
			margin-left: 44px;
			margin-right: 44px;	
		}
		
		@media (max-width: 600px) {
			margin-left: 24px;
			margin-right: 24px;
		}*/
}
@media (max-width: 1400px) {
  div.biwc_outer div.biwc_inner {
    margin-left: 162px;
    margin-right: 162px;
  }
}
@media (max-width: 1024px) {
  div.biwc_outer div.biwc_inner {
    margin-left: 44px;
    margin-right: 44px;
  }
}
@media (max-width: 600px) {
  div.biwc_outer div.biwc_inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
div.biwc_outer div.biwc_inner h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}
div.biwc_outer div.biwc_inner div.biwc_content {
  display: block;
  position: relative;
  text-align: left;
}
div.biwc_outer div.biwc_inner div.biwc_content p {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}
div.biwc_outer div.biwc_inner div.biwc_content *:last-child {
  margin-bottom: 0;
}
div.small_cta_outer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #1d3f5a;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
div.small_cta_outer div.small_cta_inner {
  display: block;
  position: relative;
  width: auto;
  text-align: center;
  margin-left: 270px;
  margin-right: 270px;
  /*@media (max-width: 1400px) {
			width: auto;
			margin-left: 162px;
			margin-right: 162px;
		}
		
		@media (max-width: 1200px) {
			text-align: center;	
		}
		
		@media (max-width: 1024px) {
			margin-left: 44px;
			margin-right: 44px;	
		}
		
		@media (max-width: 600px) {
			margin-left: 24px;
			margin-right: 24px;
		}*/
}
@media (max-width: 1400px) {
  div.small_cta_outer div.small_cta_inner {
    margin-left: 162px;
    margin-right: 162px;
  }
}
@media (max-width: 1024px) {
  div.small_cta_outer div.small_cta_inner {
    margin-left: 44px;
    margin-right: 44px;
  }
}
@media (max-width: 600px) {
  div.small_cta_outer div.small_cta_inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
div.small_cta_outer div.small_cta_inner h3 {
  display: inline-block;
  position: relative;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  div.small_cta_outer div.small_cta_inner h3 {
    display: block;
    padding-right: 0;
    text-align: center;
  }
}
div.small_cta_outer div.small_cta_inner a.button {
  display: inline-block;
  position: relative;
  background-color: #919800;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 14px 24px 14px 24px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 800;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1200px) {
  div.small_cta_outer div.small_cta_inner a.button {
    margin-bottom: 20px;
  }
}
body.page-id-34 div.gform_wrapper form div.gform_body ul.gform_fields li.gfield select {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 11px 18px 10px 18px;
  background-color: #eee;
}
body.page-id-34 div.gform_wrapper form div.gform_body ul.gform_fields li.gfield#field_1_9 {
  background-color: #eee;
  box-sizing: border-box;
  padding: 11px 18px 10px 18px;
}
body.page-id-34 div.gform_wrapper form div.gform_body ul.gform_fields li.gfield#field_1_9 label {
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}
body.page-id-34 div.gform_wrapper form div.gform_body ul.gform_fields li.gfield#field_1_9 div.ginput_container_fileupload input[type=file] {
  font-size: 16px;
}
body.page-id-14049 div.gform_wrapper form div.gform_body ul.gform_fields li.gfield select {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 11px 18px 10px 18px;
  background-color: #eee;
}
body.page-id-14049 div.gform_wrapper form div.gform_body ul.gform_fields li.gfield#field_4_8 {
  background-color: #eee;
  box-sizing: border-box;
  padding: 11px 18px 10px 18px;
}
body.page-id-14049 div.gform_wrapper form div.gform_body ul.gform_fields li.gfield#field_4_8 label {
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}
body.page-id-14049 div.gform_wrapper form div.gform_body ul.gform_fields li.gfield#field_4_8 div.ginput_container_fileupload input[type=file] {
  font-size: 16px;
}
body.tax-qd_people_cat #leftSidebar + #main {
  margin-left: 400px;
}
body.tax-qd_people_cat .entry-content {
  max-width: 100%;
}
body.tax-qd_people_cat .entry-content h1 {
  margin-left: 0;
}
body.tax-qd_people_cat .entry-content .ppl-list-alm {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson {
  flex-basis: calc(33.333% - 32px);
  max-width: 285px;
  float: none;
  clear: unset;
  margin-bottom: 64px;
  min-height: auto;
  height: auto;
}
@media only screen and (max-width: 900px) {
  body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson {
    flex-basis: calc(50% - 16px);
  }
}
body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson .personPhoto {
  border-radius: unset;
}
body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson .personPhoto img {
  margin-bottom: 0;
}
body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson .personText {
  text-align: left;
  margin-top: 15px;
}
body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson .personText .personName {
  font-size: 24px;
  color: #00839B;
  line-height: 1em;
  margin-bottom: 12px;
  font-weight: 700;
}
body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson .personText .personTitle {
  font-style: normal;
  font-size: 20px;
  line-height: 130%;
}
body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson .personText .social-icons {
  margin-top: 12px;
}
body.tax-qd_people_cat .entry-content .ppl-list-alm .singlePerson .personText .social-icons a {
  position: relative;
  display: inline-block;
  margin-right: 16px;
}
body.single-wpsl_stores #leftSidebar h3 {
  text-align: left;
  font-size: 22px;
}
body.single-wpsl_stores #leftSidebar .job-title {
  text-align: left;
  line-height: 110%;
}
body.single-wpsl_stores #leftSidebar .wpsl-locations-details {
  text-align: left;
}
body.single-wpsl_stores #leftSidebar .wpsl-contact-details {
  text-align: left;
}
body.single-wpsl_stores #leftSidebar a.white-btn {
  margin-top: 10px;
}
body.single-wpsl_stores .hidden-form {
  background: #EEEEEE;
}
body.single-wpsl_stores .hidden-form h3 {
  font-size: 34px;
  color: #00839B;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}
body.single-wpsl_stores .hidden-form .gform_body input[type=text], body.single-wpsl_stores .hidden-form .gform_body textarea {
  background: #fff !important;
}
body.single-wpsl_stores .hidden-form .fancybox-button svg path {
  fill: #00839B;
}
#projectList .alm-listing {
  display: flex;
  flex-wrap: wrap;
}
#projectList .alm-listing .singleProject a {
  text-decoration: none;
}
#projectList .alm-listing .singleProject a:hover {
  text-decoration: underline;
  color: white;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.smeinc.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fbones%2Fscss%2Fwp-scss.scss%22%2C%22wp-content%2Fthemes%2Fbones%2Fscss%2F_global.scss%22%2C%22wp-content%2Fthemes%2Fbones%2Fscss%2Fparts%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fbones%2Fscss%2Fparts%2F_flex-cta-banner.scss%22%2C%22wp-content%2Fthemes%2Fbones%2Fscss%2Fparts%2F_market-additions-2023.scss%22%2C%22wp-content%2Fthemes%2Fbones%2Fscss%2Fpages%2F_home.scss%22%2C%22wp-content%2Fthemes%2Fbones%2Fscss%2Fpages%2F_careers.scss%22%2C%22wp-content%2Fthemes%2Fbones%2Fscss%2Fpages%2F_contact.scss%22%2C%22wp-content%2Fthemes%2Fbones%2Fscss%2Fpages%2F_spark_internship_handbook.scss%22%2C%22wp-content%2Fthemes%2Fbones%2Fscss%2Fpages%2F_our-team-overview.scss%22%2C%22wp-content%2Fthemes%2Fbones%2Fscss%2Fpages%2F_single-location.scss%22%2C%22wp-content%2Fthemes%2Fbones%2Fscss%2Fpages%2F_projects-overview.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAClBG%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAWhB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUxB%3BAAKM%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BACranB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACZP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcG%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BACpRI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAQpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAChuBpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiCA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC50CG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BACtBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BACjCP%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5DJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BACxCF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%22%7D */