@font-face {
  font-family: "Barlow-Light";
  src: url("../../fonts/barlow/Barlow-Light.otf");
}
@font-face {
  font-family: "Barlow-Regular";
  src: url("../../fonts/barlow/Barlow-Regular.otf");
}
@font-face {
  font-family: "Barlow-SemiBold";
  src: url("../../fonts/barlow/Barlow-SemiBold.otf");
}
@font-face {
  font-family: "Barlow-Medium";
  src: url("../../fonts/barlow/Barlow-Medium.otf");
}
@font-face {
  font-family: "Barlow-Bold";
  src: url("../../fonts/barlow/Barlow-Bold.otf");
}
@font-face {
  font-family: "Barlow-Black";
  src: url("../../fonts/barlow/Barlow-Black.otf");
}
@font-face {
  font-family: "Barlow-Italic";
  src: url("../../fonts/barlow/Barlow-Italic.otf");
}
@font-face {
  font-family: "Barlow-Thin";
  src: url("../../fonts/barlow/Barlow-Thin.otf");
}
@font-face {
  font-family: "BarlowCondensed-Black";
  src: url("../../fonts/barlow/BarlowCondensed-Black.otf");
}
@font-face {
  font-family: "BarlowCondensed-ExtraBold";
  src: url("../../fonts/barlow/BarlowCondensed-ExtraBold.otf");
}
@font-face {
  font-family: "BarlowCondensed-Bold";
  src: url("../../fonts/barlow/BarlowCondensed-Bold.otf");
}
@font-face {
  font-family: "BarlowCondensed-SemiBold";
  src: url("../../fonts/barlow/BarlowCondensed-SemiBold.otf");
}
@font-face {
  font-family: "BarlowCondensed-Medium";
  src: url("../../fonts/barlow/BarlowCondensed-Medium.otf");
}
@font-face {
  font-family: "BarlowCondensed-Regular";
  src: url("../../fonts/barlow/BarlowCondensed-Regular.otf");
}
@font-face {
  font-family: "BarlowCondensed-Light";
  src: url("../../fonts/barlow/BarlowCondensed-Light.otf");
}
@font-face {
  font-family: "BarlowCondensed-Thin";
  src: url("../../fonts/barlow/BarlowCondensed-Thin.otf");
}
@font-face {
  font-family: "BarlowCondensed-Italic";
  src: url("../../fonts/barlow/BarlowCondensed-Italic.otf");
}
@font-face {
  font-family: 'FontAwesome5ProRegular';
  src: url("../../fonts/fontawesome/Font-Awesome-5-Pro-Regular-400.otf") format("opentype");
}
/* style CSS */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
body {
  font-family: "Barlow-Regular" !important;
}
h1, h2, h3, h4, h5, h6 {
  /* font-family: $bold; */
  font-weight: normal !important;
  margin-bottom: 22px;
}
h1, h2, h3, h4 {
  font-family: "Barlow-Bold";
  font-weight: normal;
}
h1 {
  font-size: 60px;
  line-height: 66px;
  color: #043759 !important;
}
h2 {
  font-size: 48px;
  line-height: 52px;
  color: #043759 !important;
}
h3 {
  font-family: "BarlowCondensed-SemiBold";
  font-size: 48px;
  line-height: 52px;
  color: #043759 !important;
}
h4 {
  font-size: 36px;
  line-height: 40px;
  color: #043759 !important;
}
h5 {
  font-family: "Barlow-Regular";
  font-size: 28px;
  line-height: 32px;
  color: #005f9f !important;
}
h6 {
  font-family: "Barlow-Bold";
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #043759 !important;
}
.content-text h6 {
  color: #005f9f !important;
}
.uppercase {
  text-transform: uppercase;
}
.content-text h3.uppercase {
  color: #484e54 !important !important;
}
.clear {
  clear: both;
}
.none {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.section-heading {
  width: auto;
  margin-bottom: 30px;
  border-bottom: 2px solid #e4e7eb;
}
.section-heading h1 {
  font-family: "Barlow-Bold";
  font-size: 48px;
  line-height: 52px;
  color: #043759;
  margin-bottom: 20px !important;
}
.heading-row {
  margin-bottom: 60px;
}
.element-title h2 {
  font-family: "Barlow-Regular";
  font-size: 20px;
  line-height: 23px;
  color: #7a8087;
}
.site-text {
  margin-bottom: 40px;
}
.site-text h2 {
  font-family: "Barlow-Bold";
  font-size: 20px;
  line-height: 23px;
  color: #484e54 !important;
  margin-bottom: 14px;
}
.site-text p {
  font-family: "Barlow-Regular";
  font-size: 16px;
  line-height: 23px;
  color: #484e54 !important;
  margin-bottom: 14px;
}
.site-text p strong {
  font-family: "Barlow-Bold";
  font-weight: normal;
  color: #484e54 !important;
}
.site-text a {
  font-family: "Barlow-Regular";
  font-weight: normal;
  font-size: 16px;
  color: #00a666;
  display: inline-block;
}
.site-text a:hover {
  font-family: "Barlow-Bold";
  color: #00a666;
  text-decoration: none;
}
.site-text a.copy-link {
  font-family: "Barlow-Bold";
  font-weight: normal;
  font-size: 16px;
  color: #005f9f;
  text-decoration: underline;
  display: inline-block;
}
.site-text a.copy-link:hover {
  color: #298bcc;
}
.page-headline h1 {
  /* background: url("../../images/underline.png") no-repeat left bottom; */
  padding-bottom: 10px;
}
.h1_divider {
  position: relative;
  padding-bottom: 7px;
}
.h1_divider:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #005f9f;
  width: 100%;
  height: 2px;
  content: "";
  max-width: 401px;
}
.page-headline h5 {
  color: #043759 !important;
}
.grey-button-row {
  background: #f2f4f5;
}
/* Buttons CSS */
.custom_btn a {
  display: inline-block;
  position: relative;
  font-size: 19px;
  line-height: 1.4;
  min-width: 160px;
  padding: 8px 28px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  font-family: "Barlow-Bold";
  font-weight: normal;
  border-radius: 6px;
  letter-spacing: 2px;
  margin: 10px 0px;
}
.custom_btn.small_btn a {
  padding: 2px 18px;
  min-width: 100px;
}
.blue_btn a {
  background: #298bcc;
  color: #fff;
  border-color: #298bcc;
}
.blue_btn a:hover {
  background: #005f9f;
  color: #fff;
  border-color: #005f9f;
}
.blue_btn a:active {
  background: #043759;
  border-color: #043759;
}
.blue_btn_bordered a {
  color: #298bcc;
  border-color: #298bcc;
}
.blue_btn_bordered a:hover {
  background: #005f9f;
  color: #fff !important;
  border-color: #005f9f;
}
.blue_btn_bordered a:active {
  background: #043759;
  border-color: #043759;
}
.skyblue_btn a {
  background: #59d8ff;
  color: #fff;
  border-color: #59d8ff;
}
.skyblue_btn a:hover {
  background: #00b6f0;
  color: #fff;
  border-color: #00b6f0;
}
.skyblue_btn a:active {
  background: #009ac9;
  border-color: #009ac9;
}
.skyblue_btn_bordered a {
  color: #59d8ff;
  border-color: #59d8ff;
}
.skyblue_btn_bordered a:hover {
  background: #00b6f0;
  color: #fff;
  border-color: #00b6f0;
}
.skyblue_btn_bordered a:active {
  background: #009ac9;
  border-color: #009ac9;
}
.yellow_btn a {
  background: #fcbd32;
  color: #fff;
  border-color: #fcbd32;
}
.yellow_btn a:hover {
  background: #e8ad2e;
  color: #fff;
  border-color: #e8ad2e;
}
.yellow_btn a:active {
  background: #cc9829;
  border-color: #cc9829;
}
.yellow_btn_bordered a {
  color: #fcbd32;
  border-color: #fcbd32;
}
.yellow_btn_bordered a:hover {
  background: #e8ad2e;
  color: #fff;
  border-color: #e8ad2e;
}
.yellow_btn_bordered a:active {
  background: #cc9829;
  border-color: #cc9829;
}
/* /Buttons CSS */
/* Cards CSS */
.card-post-wrapper {
  box-shadow: 0px 0px 8px #dedede;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.09);
}
.card-feature-image {
  width: 128px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.card-feature-content {
  width: 216px;
  float: left;
  margin-left: 24px;
  padding: 25px 0px 18px;
}
.card-feature-content h1 {
  font-family: "Barlow-Bold";
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #005f9f !important;
  margin-bottom: 6px;
  margin-top: 35px;
}
.card-feature-content h2 {
  font-family: "Barlow-Bold";
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #005f9f !important;
  margin-bottom: 6px !important;
  margin-top: 17px;
}
.card-feature-content p {
  font-family: "Barlow-Regular";
  font-size: 16px;
  line-height: 23px;
  color: #7a8087;
}
.card-feature-content a {
  font-size: 16px;
  color: #00a666;
}
/* /Cards CSS */
/* Icon Boxes */
.nm-feature {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  color: #484e54 !important;
  background: #f2f4f5;
  border-color: #f2f4f5;
  border-radius: 3px;
}
.nm-feature .nm-feature-icon {
  font-size: 36px !important;
  line-height: 36px !important;
  margin-bottom: 10px !important;
}
.nm-feature h2 {
  font-size: 18px !important;
  line-height: 1.2 !important;
  margin-bottom: 0px !important;
}
.nm-feature.blue_box {
  background: #ebf7ff;
}
.nm-feature:hover {
  color: #005f9f;
  background: none;
  border-color: #005f9f;
}
.nm-feature:active {
  color: #005f9f;
  background: #79c2f2;
  border-color: #79c2f2;
}
.square_box, .rectangle_box {
  margin: 20px 0px;
}
.square_box .col-sm-2 .nm-feature {
  width: 150px;
  height: 130px;
  margin: 0px auto;
}
.rectangle_box .nm-feature {
  width: 100%;
  height: 130px;
  height: auto;
  min-height: 130px;
  cursor: pointer;
}
.nm-feature.layout-icon_left .nm-feature-icon {
  /* position:relative !important; */
  left: 40px !important;
  top: 50% !important;
  transform: translateY(-50%);
  display: inline-block;
}
.nm-feature.layout-icon_left .nm-feature-content {
  display: inline-block;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  width: 60%;
}
.nm-feature.layout-icon_left.icon-style-simple {
  padding-left: 100px;
}
.rectangle_box .nm-feature h2 {
  font-size: 20px !important;
}
.nm-feature.layout-icon_left .nm-feature-content .wpb_text_column {
  margin-top: 0px;
}
.nm-feature .nm-feature-icon {
  color: #7a8087;
}
.nm-feature h2 {
  color: #484e54 !important;
}
.nm-feature:hover .nm-feature-icon, .nm-feature:active .nm-feature-icon {
  color: #298bcc;
}
.nm-feature:hover h2, .nm-feature:active h2 {
  color: #005f9f !important;
}
/* /Icon Boxes */
/* carousel style */
.carousel-row {
  margin-bottom: 50px;
}
.slick-next.slick-arrow .fa.fa-angle-right::before {
  content: '' !important;
  background: url(../../images/right-arrow.png) no-repeat;
  width: 20px;
  height: 30px;
  display: block;
}
.slick-prev.slick-arrow .fa.fa-angle-left::before {
  content: '' !important;
  background: url(../../images/left-arrow.png) no-repeat;
  width: 20px;
  height: 30px;
  display: block;
}
.wpcp-carousel-section.nav-vertical-center .slick-next {
  right: -10px !important;
}
.wpcp-carousel-section.nav-vertical-center .slick-prev {
  left: 0px !important;
}
.carousel-row .slick-prev, .carousel-row .slick-arrow, .slick-prev, .slick-arrow {
  opacity: 1 !important;
}
/* carousel style */
.staff_left h2 {
  color: #005f9f !important;
  font-size: 36px;
  text-align: right;
  margin-bottom: 0px;
}
.staff_left {
  width: 40%;
  max-width: 260px;
  padding-right: 30px;
}
.staff_right {
  width: 60%;
  max-width: 600px;
  padding-left: 30px;
  font-size: 18px;
  font-family: "Barlow-Regular";
  border-left: 1px solid #aeb4bb;
  line-height: 1.8;
  color: #484e54 !important;
}
.staff-contact-wrapper .staff_left, .staff-contact-wrapper .staff_right {
  display: inline-block;
  vertical-align: top;
}
.staff_right p, .staff_right span, .staff_right a, .staff_right strong {
  color: #484e54 !important;
}
.staff_right a {
  text-decoration: underline;
}
.staff-name-designtion {
  font-size: 20px;
}
.staff-name-designtion strong {
  font-family: "Barlow-Bold";
  /* background: url(../../images/black-dot.png) no-repeat center right; */
  /* padding-right: 15px; */
  margin-right: 6px;
}
.staff-name-designtion > span > span {
  padding-right: 7px;
}
.staff_right i {
  padding-right: 13px;
}
.staff-phone, .staff-envelope {
  display: inline-block;
}
.staff-phone {
  padding-right: 30px;
}
.staff-address {
  display: block;
  line-height: 1.4;
  padding-top: 8px;
}
.staff-address div {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
}
.multi-contact h2 {
  opacity: 0;
}
.multi-contact_right .staff-name-designtion {
  padding-top: 20px;
}
.carousel-sldr {
  padding: 0px 50px;
}
.vc_images_carousel .vc_carousel-control .icon-prev:before {
  content: '' !important;
  background: url(../../images/left-arrow.png) no-repeat;
  width: 20px;
  height: 30px;
  display: block;
}
.vc_images_carousel .vc_carousel-control .icon-next:before {
  content: '' !important;
  background: url(../../images/right-arrow.png) no-repeat;
  width: 20px;
  height: 30px;
  display: block;
}
.vc_images_carousel .vc_carousel-control.vc_right {
  right: -60px !important;
  opacity: 1 !important;
  display: block !important;
}
.vc_images_carousel .vc_carousel-control.vc_left {
  left: -50px !important;
  opacity: 1 !important;
  display: block !important;
}
/* Carousel */
.carousel_row {
  padding-left: 15px !important;
  padding-right: 15px !important;
  max-width: 1210px;
}
.carousel_1_col {
  max-width: 500px !important;
}
.carousel_3_col {
  max-width: 1060px !important;
}
.carousel_4_col {
  max-width: 1191px !important;
}
.carousel_row .owl-next::before {
  font-family: "FontAwesome5ProRegular" !important;
  font-weight: 400 !important;
  content: "\f054" !important;
}
.carousel_row .owl-prev::before {
  font-family: "FontAwesome5ProRegular" !important;
  font-weight: 400 !important;
  content: "\f053" !important;
}
.grey_box {
  display: flex;
  align-items: center;
}
.rectangle_box .nm-feature-icon {
  margin-bottom: 0 !important;
}
.grey_box.icon_Center {
  display: block;
}
.icon_Left .nm-feature-content {
  padding-left: 20px;
  text-align: left;
}
.icon_Left .nm-feature-icon {
  padding-left: 15px;
}
.import_test p {
  color: #005f9f;
}
.page-top-title.less-margin {
  margin-bottom: 34px;
}
.team-text h1 {
  font-size: 20px;
  line-height: 24px;
  color: #298bcc !important;
  font-family: "Barlow-Regular";
  font-weight: normal;
  margin-bottom: 4px;
}
.team-text h1 strong {
  font-family: "Barlow-Bold";
  font-weight: normal;
  color: #005f9f;
}
.team-text h3 {
  margin-bottom: 14px;
}
.team-text h3, .team-text h3 a {
  font-family: "Barlow-Bold";
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #005f9f !important;
  text-decoration: underline;
}
.site-text.team-text {
  margin-bottom: 0;
}
.team-text ul {
  padding-left: 18px;
}
.site-text li {
  font-family: "Barlow-Regular";
  font-size: 16px;
  line-height: 23px;
  color: #484e54 !important;
  margin-bottom: 10px;
}
.team-title-row {
  border-bottom: 2px solid #e4e7eb;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.team-feature-image {
  margin-bottom: 20px;
}
.meet-kilmarnock-section .team-row {
  width: 980px;
  margin: 0 auto 40px;
}
.site-text.highlight-text {
  margin-bottom: 0px;
}
.highlight-text h5 {
  margin-bottom: 14px;
}
.highlight-text h5 strong {
  font-family: "Barlow-Bold";
  font-weight: normal;
  font-size: 28px;
}
.highlight-text p {
  font-size: 20px;
  color: #7a8087 !important;
}
.subheading-rows.level-row {
  margin-top: 40px;
}
.site-text.level-heading {
  margin-bottom: 10px;
}
.level-heading {
  text-align: center;
}
.level-heading h5 {
  font-family: "Barlow-SemiBold";
  font-size: 20px;
  color: #484e54 !important;
  font-weight: normal;
  margin-bottom: 4px;
}
.level-heading p {
  font-family: "Barlow-Regular";
  font-size: 16px;
  line-height: 20px;
  color: #484e54;
}
.foia-row-margin {
  margin-top: 40px;
}
.site-link {
  width: auto;
}
.site-link a {
  font-family: "Barlow-Bold";
  font-weight: normal;
  font-size: 19px;
  color: #298bcc;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.site-text.team-text li {
  magin-bottom: 6px;
  line-height: 21px;
}
.half_shell_image {
  width: 100%;
  max-width: 430px;
}
.park_carousel .owl-ca-carousel .owl-dots.disabled, .park_carousel .owl-ca-carousel .owl-nav.disabled {
  display: block;
}
.popup_acknowledge {
  cursor: pointer;
}
body .tax_forms {
  max-width: 660px;
}
.success-story-wrap .swiper-button-prev {
  background: url("../../images/left-arrow.png") no-repeat center;
  background-size: 100%;
  width: 14px;
  height: 25px;
  opacity: 1 !important;
}
.success-story-wrap .swiper-button-next {
  background: url("../../images/right-arrow.png") no-repeat center;
  background-size: 100%;
  width: 14px;
  height: 25px;
  opacity: 1 !important;
}
.success-story-wrap .swiper-container {
  overflow: visible !important;
}
.success-story-wrap .swiper-button-prev {
  left: 22%;
}
.success-story-wrap .swiper-button-next {
  right: 22%;
}
.success-story-wrap .swiper-slide {
  text-align: left;
}
.success-story-wrap .swiper-slide-prev, .success-story-wrap .swiper-slide-next {
  opacity: 0.5;
  pointer-events: none;
}
.success-story-wrapper {
  background: #f5f7fa;
  padding: 0px 45px 0px 0px;
  width: 690px;
  margin: 0 auto;
  min-height: 298px;
}
.story-content {
  text-align: left;
}
.image-left-wrpr {
  max-width: 230px;
  width: 100%;
  margin-right: 50px;
  display: inline-block;
  vertical-align: middle;
  max-height: 300px;
  height: 100%;
}
.text-right-wrpr {
  display: inline-block;
  max-width: 350px;
  width: 100%;
  vertical-align: middle;
  text-align: left;
}
.image-left-wrpr img {
  max-width: 100%;
  max-height: 100%;
  /* width: 230px; */
  height: 300px;
}
.story-content h2 {
  font-size: 16px;
  line-height: 25px;
  color: #007bff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-family: 'OpenSans-Regular';
  font-weight: normal;
}
.story-content h1 {
  font-size: 20px;
  line-height: 1.2;
  color: #005f9f !important;
  font-family: "Barlow-Bold";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 14px;
  padding: 20px 0px;
}
.story-content p {
  font-size: 16px;
  line-height: 25px;
  color: #484e54;
  margin-bottom: 14px;
  font-family: "Barlow-Regular";
  font-weight: normal;
}
.swiper-slide .story-content .more-link {
  position: absolute;
  bottom: 50px;
}
/* Custom Notification */
.custom-notifctn-text-wrpr {
  max-width: 1280px;
  margin: 0px auto;
}
.custom-notification-text {
  text-align: center;
}
.custom-notification-text .custom-notifctn-button, .custom-notification-text p {
  vertical-align: middle;
  display: inline-block;
}
.custom-notification-text p {
  margin-bottom: 0px;
  font-size: 15px;
}
.custom-notifctn-button {
  margin-left: 20px;
}
.notifctn-close {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.custom-notifctn-text-wrpr {
  position: relative;
}
.custom-notification-text p {
  font-style: italic;
  font-family: "Barlow-Italic";
}
.custom-notification-text div.custom-notifctn-button a {
  font-size: 13px;
  border: 1.5px solid !important;
  margin: 7px;
}
.red-notification .custom-notification-text div.custom-notifctn-button a:hover {
  background: white !important;
  border-color: white !important;
  color: #e2181a !important;
}
.red-notification {
  background: #e2181a;
}
.red-notification * {
  color: white !important;
  border-color: white !important;
}
.yellow-notification {
  background: #fcbd32;
}
.yellow-notification * {
  color: #000 !important;
  border-color: #000 !important;
}
.yellow-notification .custom-notification-text div.custom-notifctn-button a:hover {
  background: #000 !important;
  border-color: #000 !important;
  color: #fcbd32 !important;
}
.notifctn-close i {
  font-size: 16px;
}
.post-heading h2 {
  padding-bottom: 14px;
  margin-bottom: 32px !important;
  border-bottom: 2px solid #e4e7eb;
}
.content-text p {
  margin-bottom: 20px !important;
}
.page-content-outer-row.post-row {
  margin-bottom: 54px;
}
.page-top-title {
  margin-bottom: 35px;
}
.contact-cta-row {
  margin-bottom: 40px;
}
.staff-content {
  margin-bottom: 6px;
}
.staff-content p {
  font-size: 18px;
  color: #484e54 !important;
}
.staff-content p strong {
  font-family: "Barlow-Bold";
  font-weight: normal;
  background: url("images/bullet.png") no-repeat right top 11px;
  background-size: 5px;
  padding-right: 10px;
  margin-right: 10px;
}
.staff-content i {
  font-size: 18px;
  color: #484e54 !important;
  margin-right: 10px;
}
.staff-content em {
  font-size: 18px;
  color: #484e54 !important;
  font-style: normal;
  margin-right: 20px;
}
.staff-content em a {
  color: #484e54 !important;
  text-decoration: underline;
}
.staff-title {
  border-right: 1px solid #b2b8be;
  width: 220px;
  float: right;
  padding: 6px 0px;
}
.staff-title h2 {
  font-size: 38px;
  color: #005f9f !important;
  text-align: center;
}
.staff-title i {
  color: #005f9f;
  margin-right: 12px !important;
}
.staff-contact-container {
  text-align: center;
}
.staff-contact-container .staff_right {
  text-align: left;
}
.page-title h1 {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: solid #005f9f 2px;
}
.booklet_section {
  padding: 40px 0px;
}
.booklet_section_inner {
  padding: 0px 0px 40px 0px;
  max-width: 750px !important;
  margin: auto !important;
}
.booklet_section_inner p {
  font-size: 18px;
  padding-bottom: 25px;
}
.banner_orders_wrap {
  max-width: 680px !important;
  margin: auto !important;
}
.banner_orders_wrap p {
  font-family: "Barlow-Italic";
  color: #043759;
  font-size: 27px;
  line-height: 1.4;
  padding: 60px 0px;
}
.location-link {
  width: auto;
}
.location-link ul {
  text-align: center;
}
.location-link li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.location-link li a {
  font-family: "Barlow-Bold";
  font-size: 16px;
  color: #298bcc;
  text-transform: uppercase;
}
.lower-link {
  margin-top: 30px;
}
.address-content p strong {
  font-family: "Barlow-Bold";
  font-weight: normal;
}
.carousel_row .address-content p strong {
  font-size: 18px;
}
.baylor-park-page {
  margin-top: 70px;
  margin-bottom: 70px;
}
.site-list {
  width: autol;
}
.site-list ul {
  padding-left: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.site-list li strong {
  font-family: "Barlow-Bold";
  color: #298bcc;
  font-weight: normal;
}
.site-list li {
  font-family: "Barlow-Regular";
  font-size: 16px;
  line-height: 23px;
  color: #484e54 !important !important;
  margin-bottom: 14px;
  display: block;
}
.baylor-park-page .site-text a {
  text-decoration: underline;
}
.park-button-row {
  width: 340px;
  margin: 20px auto 0 !important;
}
.park-button-row .nm_column.nm_column_inner {
  padding: 0;
}
.site-text.dark-link a {
  color: #484e54 !important;
  font-family: "Barlow-Bold";
  text-decoration: underline;
}
.site-text.dark-link a:hover {
  text-decoration: underline;
}
.banner-image.desktop-view {
  display: block;
}
.banner-image.mobile-view {
  display: none;
}
.entry-content strong {
  font-family: "Barlow-Bold";
  font-weight: normal;
}
.tickets_purchase {
  padding-top: 16px;
}
.trolly_image {
  margin-top: -60px;
}
.park_carousel {
  max-width: 400px !important;
}
.park_carousel .owl-prev, .park_carousel .owl-next {
  top: 15px !important;
}
.page-content-section ul {
  margin-bottom: 22px;
}
.vc_custom_1565089312111 {
  margin-bottom: 0 !important;
}
.christmas_park_intro {
  padding-bottom: 0 !important;
}
.rate_of_taxation {
  display: none !important;
}
.visitors_slider .gambit-carousel-anything.has-arrows .owl-nav .owl-prev:before, .visitors_slider .gambit-carousel-anything.owl-ca-theme.has-arrows .owl-prev:before, .visitors_slider .gambit-carousel-posts.has-arrows .owl-prev:before, .visitors_slider .gambit-carousel-posts.owl-ca-theme.has-arrows .owl-prev:before {
  font-family: "FontAwesome", "Font Awesome 5 Pro" !important;
  content: "\f104" !important;
}
.visitors_slider .gambit-carousel-anything.has-arrows .owl-next:before, .visitors_slider .gambit-carousel-anything.owl-ca-theme.has-arrows .owl-next:before, .visitors_slider .gambit-carousel-posts.has-arrows .owl-next:before, .visitors_slider .gambit-carousel-posts.owl-ca-theme.has-arrows .owl-next:before {
  font-family: "FontAwesome", "Font Awesome 5 Pro" !important;
  content: "\f105" !important;
}
.christmas-in-the-park-posts h1 {
  font-family: "BarlowCondensed-SemiBold";
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px !important;
}
.christmas-in-the-park-posts h2 {
  font-size: 18px;
}
.christmas-in-the-park-posts p {
  font-size: 18px;
  line-height: 1.5;
}
.christmas-in-the-park-posts .col-sm-6:first-child {
  padding-right: 70px;
}
.nm-header-inner .nm-header-row.nm-row .nm-header-col {
  background-color: white;
  padding: 0px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: none;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link .mega-description-group .mega-menu-title {
  text-transform: uppercase;
  font-family: "Barlow-Bold";
  font-size: 15px;
  line-height: 0.9;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link .mega-description-group .mega-menu-description {
  font-family: "Barlow-Italic";
  color: #7a8087;
  font-size: 12px;
}
.nm-top-bar .nm-menu {
  margin-right: -15px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link .mega-description-group .mega-menu-title i {
  color: #005f9f;
  margin-left: 5px;
  font-size: 14px !important;
  line-height: 1.1;
}
.nm-header.menu-centered .nm-main-menu {
  width: 75%;
  text-align: right;
}
.nm-header.menu-centered .nm-right-menu {
  display: none;
}
.serch-frm {
  float: right;
  margin-right: 10px;
  background: #59d8ff;
  padding: 0px;
  width: 200px;
  line-height: 2.5;
}
.serch-frm {
  width: 360px;
}
div.asp_m.ajaxsearchpro .probox .proclose svg {
  box-shadow: none !important;
  fill: #59d8ff !important;
}
#ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
  padding: 1px;
  border: solid #59d8ff 1px;
}
.asp_results_top {
  display: none !important;
}
#ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_2 .probox .promagnifier, div.asp_m.asp_m_1 .probox .promagnifier {
  background: none !important;
}
.nav-online-pymnts a {
  color: #59d8ff !important;
  font-family: "Barlow-Bold";
}
#nm-top-menu a:hover {
  color: #59d8ff !important;
}
#nm-top-menu a i {
  margin-right: 3px;
}
.serch-frm button.search-submit, .serch-frm input {
  background: transparent;
  border: 0px solid;
  color: #043759 !important;
}
.serch-frm input {
  /* max-width: 60px; */
  padding: 0px 0px 0px 10px;
}
.nm-top-bar .nm-menu {
  padding-bottom: 3px;
  float: right;
  background: #043759;
  padding-right: 10px !important;
}
.nm-top-bar {
  background: transparent;
  margin-bottom: 7px;
}
.nm-header {
  padding-top: 7px;
  padding-bottom: 7px;
}
.nm-top-bar .nm-menu li {
  line-height: 2.5;
}
.serch-frm input::-webkit-input-placeholder {
  /* Edge */
  color: #043759;
  opacity: 1;
}
.serch-frm input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #043759;
  opacity: 1;
}
.serch-frm input::placeholder {
  color: #043759;
  opacity: 1;
}
.custom-breadcrumb {
  position: absolute;
  z-index: 12;
  top: 230px;
  color: white;
  display: none;
}
.custom-breadcrumb span {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.custom-breadcrumb a {
  color: white;
  text-transform: uppercase;
  font-family: "Barlow-Regular" !important;
  font-size: 13px;
}
.current-item {
  font-family: "Barlow-Bold";
}
.custom-breadcrumb i {
  font-size: 10px;
  padding: 0px 15px 0px 10px;
}
.header-transparency-light .custom-breadcrumb {
  display: block !important;
}
.blue-heading h2 {
  color: #005f9f !important;
  font-size: 36px;
  line-height: 1.4;
}
.content-text.medium-text p {
  font-size: 18px;
}
.page-top-title-2 {
  margin-bottom: 40px;
}
.square_box, .rectangle_box {
  margin: 20px auto;
}
.numbered-list li strong {
  color: #298bcc;
}
.numbered-list ul {
  padding-left: 30px;
}
.numbered-list li {
  list-style: none !important;
  margin-bottom: 15px;
}
.how-to-get-started {
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  background-size: contain;
  padding-bottom: 480px !important;
  max-width: 1260px;
  position: relative;
  margin: 0 auto;
}
.how-to-get-started-border:after {
  content: "";
  position: absolute;
  height: 3px;
  background: #005f9f;
  width: 100%;
}
section.vc_section.how-to-get-started-border {
  padding-top: 0 !important;
}
.christmas-in-the-park-posts .skyblue-heading h2 {
  color: #00b6f0 !important;
  font-size: 28px;
  margin-top: 30px;
}
.christmas-in-the-park-posts.music-shell-posts h2 {
  font-size: 20px;
  color: #043759 !important;
  line-height: 1.3;
}
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1:after {
  content: '\f228';
  font-family: 'dashicons';
  font-size: 40px;
  color: #2e302f;
}
.tax_location {
  text-align: center;
  padding-top: 40px;
}
.tax_location h6 {
  color: #005f9f !important;
  font-size: 20px;
  font-family: "Barlow-Regular";
  font-weight: 400 !important;
  margin-bottom: 15px;
}
.tax_location strong {
  color: #484e54 !important !important;
  font-family: "Barlow-Bold";
  font-size: 18px;
  text-decoration: underline;
  font-weight: 400 !important;
}
.tax_forms_wrap {
  padding: 70px 0px 90px 0px !important;
}
.tax_forms {
  padding: 50px 0px;
}
.tax_forms .site-text {
  margin-bottom: 10px;
}
.tax_forms .custom_btn.small_btn a {
  padding: 2px 13px;
  min-width: 220px;
  margin-bottom: 10px;
  font-size: 16px;
}
.tax_notification p {
  color: #484e54 !important;
  font-size: 14px;
  font-family: "Barlow-Italic";
}
.office_location {
  text-align: center;
  padding-bottom: 40px;
}
.office_location h6 {
  color: #005f9f !important;
  font-size: 36px;
  font-family: "Barlow-Bold";
  font-weight: 400 !important;
  margin-bottom: 25px;
}
.office_location strong {
  color: #484e54 !important;
  font-family: "Barlow-Bold";
  font-size: 16px;
  font-weight: 400 !important;
}
.external_links a {
  font-size: 16px;
  color: #298bcc;
  font-family: "Barlow-Bold";
}
.office_diary > .nm_column > .vc_column-inner > .wpb_wrapper {
  margin-bottom: 25px;
}
.office_diary strong {
  font-family: "Barlow-Bold";
  font-size: 18px;
  color: #484e54 !important;
  line-height: 1;
}
.office_diary a {
  color: #298bcc;
  font-size: 18px;
  line-height: 1;
  text-decoration: underline;
}
.office_diary:last-of-type {
  margin-bottom: 2em !important;
}
.page-content-section.bottom_border > .nm-row:last-child {
  position: relative;
  padding-bottom: 100px;
}
.page-content-section.bottom_border > .nm-row:last-child:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 96%;
  left: 2%;
  height: 2px;
  background: #e4e7eb;
}
.popup_acknowledge_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background: rgba(72, 78, 84, 0.8);
  overflow-y: scroll;
}
.popup_acknowledge_innerwrap {
  position: relative;
  width: 90%;
  max-width: 870px !important;
  background: #fff;
  margin: 40px auto;
  padding: 50px 24px;
  border-radius: 4px;
}
.popup_acknowledge_close {
  position: absolute;
  top: -45px;
  right: -10px;
  font-size: 16px;
  cursor: pointer;
  color: #7a8087;
}
.decline_text a {
  display: inline-block;
  margin-top: 20px;
  color: #484e54 !important;
  text-decoration: underline;
}
body .interior_hero {
  padding: 240px;
}
.page-top-title h5 {
  color: #043759 !important;
  padding-bottom: 30px;
  line-height: 35px;
}
.contact-cta-row h5 {
  color: #7a8087 !important;
  font-size: 24px;
}
.music-shell-posts .site-text {
  margin-bottom: 14px;
}
.carousel_row .address-content {
  max-width: 490px;
}
.grey_link {
  color: #484e54 !important;
  font-family: "Barlow-Bold" !important;
  text-decoration: underline;
}
.grey_link:hover {
  color: #005f9f !important;
}
.rectangle_box .nm-feature * {
  cursor: pointer !important;
}
.rectangle_box.feature-boxes .col-sm-2 {
  padding-left: 8px;
  padding-right: 8px;
}
.rectangle_box .col-sm-2 .nm-feature h2 {
  font-size: 18px !important;
  padding-top: 4px;
}
.pay-out-water em {
  font-family: "Barlow-Italic";
  font-size: 14px;
  color: #7a8087;
}
.pay-out-water p {
  line-height: 1.4;
}
.code-red .site-text h2 {
  margin-bottom: 5px;
}
.code-red .col-sm-4 .wpb_text_column.site-text {
  min-height: 130px;
  margin-bottom: 0;
}
.county_contact {
  max-width: 590px;
}
.content_right > div {
  flex-direction: row-reverse;
}
.content_right.christmas-in-the-park-posts .col-sm-6:first-child {
  padding-right: 15px;
}
.content_right.christmas-in-the-park-posts .col-sm-6:last-child {
  padding-right: 70px;
}
.chamber_right_p {
  padding-left: 40px;
}
.farmer_market_p {
  padding-left: 68px;
}
.force_carousel {
  margin-bottom: 20px;
}
.force_carousel .owl-nav.disabled {
  display: block;
}
.town_center_intro .town-center-park-logo {
  max-width: 400px;
  width: 100%;
}
/* .town-center-park-slider-column .owl-nav {
 width: 86%;
 margin: 10px auto 0;
 } */
.rule-of-park-section {
  max-height: 430px;
}
.rule-of-park-section .col-sm-6 {
  max-height: 430px;
  overflow: hidden;
}
.park_events .col-sm-4 {
  padding-left: 25px;
  padding-right: 25px;
}
.park_events .col-sm-4 .event-feature-image {
  min-height: 233px;
  display: flex;
  align-items: center;
}
.event-post a.more-link:hover {
  color: #00a666 !important;
}
.events-menus li {
  margin-bottom: 10px;
}
.park-rule-text h3 {
  color: #484e54 !important;
}
.event-section .event-post.site-text h6 {
  margin-bottom: 4px !important;
}
/*New changes 02-08-2019 */
.site-text.subheading h5 {
  padding-bottom: 0 !important;
}
.site-text.subheading h1 {
  margin-bottom: 32px;
}
.site-text.subheading p {
  margin-bottom: 22px;
}
.carousel-sldr .vc_item div, .carousel-sldr .vc_item div img {
  width: 95% !important;
  text-align: center;
}
.site-text.para-text {
  margin-bottom: 20px;
}
div.park-rule-column {
  padding: 20px 120px;
}
.blue-heading.subheading h2 {
  margin-bottom: 8px;
}
.blue-heading.subheading h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: #7a8087 !important;
  font-family: "Barlow-SemiBold";
}
.card-post-wrapper {
  background: #fff;
}
.page-content-section.event-section {
  background-position: center bottom !important;
  background-size: 840px !important;
}
.top-headline-row {
  margin-bottom: 40px;
}
div.no-margin {
  margin: 0 !important;
}
div.banner-logo-row {
  height: 102px !important;
  position: relative;
  bottom: -190px;
}
.home-banner-logo {
  margin-top: -96px;
}
.higher-text p {
  font-family: "Barlow-Regular";
  font-size: 24px;
  line-height: 35px;
  color: #484e54 !important;
}
.top-highlight-row {
  margin-bottom: 70px;
}
.site-text.content-text h1 {
  font-family: "BarlowCondensed-SemiBold";
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px !important;
}
.about_kilmarnock .page-top-title h5 {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.gd_place-template .geodir-bubble-meta-top {
  display: none;
}
/* 03AUG2019 */
.footer_address {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Barlow-Regular";
}
.footer_address h6 {
  font-family: "Barlow-Bold";
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: normal;
  color: inherit !important;
  text-transform: uppercase;
}
.footer_timing {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Barlow-Regular";
}
.footer_timing strong {
  font-family: "Barlow-Bold";
  margin-bottom: 0px;
  font-weight: normal;
  color: #79c2f2;
  display: inline-block;
  padding-right: 2px;
}
.footer_contacts {
  color: #79c2f2;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Barlow-Regular";
  margin-top: 40px;
}
.footer_contacts a {
  color: #79c2f2;
}
.foo_with_icon {
  position: relative;
  padding-left: 20px;
  padding-bottom: 3px;
}
.foo_with_icon i {
  position: absolute;
  left: 0px;
  line-height: 1.4;
}
.nm-footer-widgets {
  padding-top: 35px;
}
.widget ul li {
  margin-bottom: 5px;
}
.nm-footer-block-grid > li {
  padding-bottom: 35px;
}
.nm-footer .nm-footer-block-grid a {
  font-size: 16px;
}
.nm-footer .widget_nav_menu ul.menu > li:not(.light_menu_wo) > ul.sub-menu {
  margin: 3px 0 3px 20px;
}
.nm-footer .widget_nav_menu ul.menu > li:not(.light_menu_wo) > ul.sub-menu > li {
  margin-bottom: 0px;
}
.nm-footer .widget_nav_menu ul.menu > li:not(.light_menu_wo) > ul.sub-menu > li a {
  font-size: 14px;
}
.nm-footer .widget_nav_menu ul.menu > li.light_menu > a {
  font-family: "Barlow-Bold";
  color: #79c2f2;
}
.nm-footer .widget_nav_menu ul.menu > li.light_menu > a:hover {
  color: #fff;
}
.light_menu.light_menu_wo > ul.sub-menu {
  margin: 0px;
}
.light_menu.light_menu_wo > ul.sub-menu > li {
  margin-bottom: 0px;
}
.footer_logos_wrap {
  text-align: center;
  padding: 25px 0px 6px 0px;
  border-top: solid #054d7d 1px;
}
.footer_logos_wrap img {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 30px;
}
.footer_logos_wrap img:nth-child(2) {
  margin-top: -15px;
}
.footer_newsletter_wrap {
  vertical-align: middle;
  background: #ebf7ff;
  border-top: solid 4px #fff;
  padding: 20px 0px;
}
.newsletter_form_wrapper {
  margin: 4px 0px 0px 0px !important;
}
.newsletter_form_wrapper label.gfield_label {
  display: none !important;
}
.newsletter_form .gform_body {
  display: inline-block;
  width: 60% !important;
}
.newsletter_form .gform_footer {
  display: inline-block;
  width: 39% !important;
  margin: 0px !important;
  padding: 0px !important;
}
.newsletter_form input[type="text"] {
  border: 1px solid #79c2f2 !important;
  padding: 8px 4px !important;
  top: -1px;
  position: relative;
  background: none;
}
.newsletter_form .gfield_error input[type="text"] {
  border-bottom: solid red 1px !important;
}
.newsletter_form input[type="submit"] {
  background: #79c2f2;
  color: #fff;
  margin-right: 0px !important;
  padding: 12px 15px;
  font-size: 16px !important;
  font-family: "Barlow-Bold";
  font-weight: normal;
  letter-spacing: 1px;
}
.newsletter_form ul.gform_fields li.gfield {
  padding-right: 0px !important;
  margin-top: 0 !important;
}
.newsletter_form .validation_error, .gform_wrapper .newsletter_form .validation_message {
  display: none !important;
}
.newsletter_form .gform_body {
  margin-right: -3px;
}
.gform_wrapper .newsletter_form li.gfield.gfield_error {
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  min-width: 100% !important;
}
#gform_ajax_spinner_1 {
  position: absolute;
}
.footer_newsletter_wrap2 .wpb_wrapper {
  font-family: "Barlow-Italic";
  color: #484e54 !important;
  font-size: 20px;
  padding: 6px 0px 0px 0px;
}
body .gform_wrapper .newsletter_form .top_label div.ginput_container {
  margin-top: 0px !important;
}
.nm-footer-bar-inner {
  padding: 0px !important;
}
/* /03AUG2019 */
.i_want_to h5 {
  color: #aeb4bb !important;
  font-size: 20px;
  font-family: "Barlow-SemiBold";
  margin-bottom: 0px;
}
.i_want_to h1 {
  color: #484e54 !important;
  font-family: "BarlowCondensed-SemiBold";
  font-size: 60px;
  margin-bottom: 30px !important;
}
.i_want_to .grey_box.nm-feature:hover {
  background: #fff !important;
  border-color: #fff !important;
}
.first_col h4.mega-block-title {
  position: relative;
  background: #005f9f;
  color: #fff !important;
  font-family: "Barlow-Bold" !important;
  letter-spacing: 1px;
  font-size: 20px !important;
}
.first_col h4.mega-block-title:before {
  position: absolute;
  font-family: "FontAwesome", "Font Awesome 5 Pro";
  color: inherit;
  font-size: inherit;
  left: 15px;
  top: 0;
}
.first_col1 h4.mega-block-title:before {
  content: "\f015";
}
.first_col2 h4.mega-block-title:before {
  content: "\f5c1";
}
.first_col3 h4.mega-block-title:before {
  content: "\f0b1";
}
.first_col4 h4.mega-block-title:before {
  content: "\f19c";
}
.first_col5 h4.mega-block-title:before {
  content: "\f5db";
}
.first_col img {
  margin-bottom: 8px;
}
.first_col .custom-html-widget {
  line-height: 1.4;
}
.nm-main-menu #nm-main-menu-ul > .mega-menu-wrap > ul > li > ul > li > ul > li > ul > li > a {
  font-family: "Barlow-Bold" !important;
}
.nm-main-menu #nm-main-menu-ul > .mega-menu-wrap > ul > li > ul > li > ul > li > ul > li > ul {
  margin-left: 15px !important;
}
/* Gravity Form CSS */
.label_size label.gfield_label {
  min-height: 36px;
  line-height: 1.4;
}
.gform_wrapper li select {
  padding: 5px !important;
}
.gform_wrapper div.ginput_container_address span.address_state {
  margin-right: 10px !important;
}
.gform_wrapper div.ginput_container_address span.address_city, .gform_wrapper div.ginput_container_address span.address_state, .gform_wrapper div.ginput_container_address span.address_zip {
  width: 32.2%;
}
.gform_wrapper div.ginput_container_address.ginput_complex span.address_zip.ginput_left {
  margin-right: 0px !important;
  padding-right: 0px !important;
}
.page-banner-row.home-banner-section {
  height: 535px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 180px;
}
.story-content h1 {
  white-space: initial !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
}
.wha_happened .col-sm-4 .card-post-row {
  margin-bottom: 35px;
}
.wha_happened .card-post-row {
  width: 33.33%;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 20px;
}
.wha_happened button.slick-next.slick-arrow:after, .home_upcoming button.slick-next.slick-arrow:after {
  font-family: "FontAwesome5ProRegular" !important;
  font-weight: 400 !important;
  content: "\f054" !important;
  color: #7a8087;
  font-size: 15px;
  position: absolute;
  right: 0;
}
.wha_happened button.slick-prev.slick-arrow:after, .home_upcoming button.slick-prev.slick-arrow:after {
  font-family: "FontAwesome5ProRegular" !important;
  font-weight: 400 !important;
  content: "\f053" !important;
  color: #7a8087;
  font-size: 15px;
  position: absolute;
  left: 0;
}
.wha_happened .slick-arrow, .home_upcoming .slick-arrow {
  display: flex !important;
  align-content: center;
}
.wha_happened button.slick-prev.slick-arrow, .home_upcoming button.slick-prev.slick-arrow {
  color: transparent;
  left: -10px !important;
}
.wha_happened button.slick-next.slick-arrow, .home_upcoming button.slick-next.slick-arrow {
  color: transparent;
  right: -10px !important;
}
.home_upcoming .card-post-row {
  width: 50%;
  display: inline-block;
  padding: 0 15px 22px;
}
body .home_upcoming {
  max-width: 900px;
}
.carousel_row .owl-prev {
  left: -30px !important;
  right: auto;
}
.carousel_row .owl-next {
  right: -30px !important;
  left: auto !important;
}
.carousel_row .owl-item img {
  max-width: 330px;
}
.accordion-content {
  color: #484e54 !important;
  font-family: "Barlow-Regular";
  line-height: 23px !important;
}
a.with_arrow:after {
  content: "\f105";
  position: relative;
  margin-left: 5px;
  font-family: "FontAwesome", "Font Awesome 5 Pro";
}
a.with_arrow:hover:after {
  font-weight: bold;
}
div.pp_default .pp_nav .currentTextHolder {
  display: none;
}
.visitors_content {
  float: right;
  padding: 0 40px;
  max-width: 640px;
}
.visitors_content * {
  color: #484e54;
  font-family: "Barlow-Regular" !important;
  font-size: 18px;
  line-height: 28px;
}
.visitors_slider .vc_images_carousel .vc_carousel-control.vc_left {
  left: 30px !important;
}
.visitors_slider .vc_images_carousel .vc_carousel-control.vc_right {
  right: 20px !important;
}
.visitors_slider .vc_images_carousel .vc_carousel-control .icon-prev:before, .visitors_slider .vc_images_carousel .vc_carousel-control .icon-next:before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.visitors_slider .owl-ca-carousel {
  padding: 0 !important;
}
.visitors_slider .owl-prev {
  left: 40px !important;
}
.visitors_slider .owl-next {
  right: 40px !important;
}
.visitor-carousal .owl-nav, .owl-theme .owl-nav {
  margin: 0px;
}
.gfield_html h5 {
  margin-top: 35px;
}
/* Slider Arrows */
.owl-nav, .owl-theme .owl-nav {
  position: absolute;
  margin-top: 0px;
  top: 50% !important;
  width: calc(100% - 10px);
  transform: translate(-50%, -50%);
  height: 35px;
  left: 50%;
}
#carousel-anything-1 .owl-prev, #carousel-anything-1 .owl-next {
  top: 0px !important;
}
.gd-badge-meta, .gd-rating-info-wrap, .geodir-post-fav {
  display: none !important;
}
.gd-list-item-right i.fas {
  font-weight: 400;
}
.search_box {
  display: flex;
  justify-content: center;
}
input.search_value {
  font-size: 20px;
}
.search_button {
  font-size: 20px;
  padding-left: 20px;
}
.ajax_loader {
  display: none;
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 80px;
}
.listings_wrapper {
  min-height: 440px;
  transition: 500ms all;
}
.geodir-listings .gd-list-item-right + a {
  color: #005f9f;
  font-family: "Barlow-Bold";
  font-size: 16px;
  margin-top: 15px;
  display: inline-block;
}
.bus-drctory h2 {
  font-size: 34px;
}
.business-breadcrumb .custom-breadcrumb span {
  color: #7a8087;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.business-breadcrumb .custom-breadcrumb a {
  color: #7a8087;
  text-transform: uppercase;
  font-family: "Barlow-Regular" !important;
  font-size: 13px;
}
.business-breadcrumb .custom-breadcrumb {
  position: relative;
  z-index: 12;
  top: auto;
  color: #7a8087;
  display: block;
}
.business-breadcrumb {
  padding-top: 15px;
}
.bus-drctory {
  margin-bottom: 20px;
  margin-top: 20px;
}
.buzz-cats-filter .geodir-categories-container ul {
  display: inline-block;
  width: auto;
  min-width: 140px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0;
  vertical-align: top;
}
.buzz-cats-filter {
  text-align: center;
}
.buzz-cats-filter .geodir-categories-container {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.buzz-cats-filter .search_box {
  display: inline-block;
  vertical-align: middle;
}
.buzz-cats-filter .search_value, .buzz-cats-filter .search_button {
  display: inline-block;
  vertical-align: middle;
}
.buzz-cats-filter .geodir-categories-container ul li .gd-cptcat-cat-left, .buzz-cats-filter .geodir-categories-container ul li {
  background: transparent !important;
}
.buzz-cats-filter .geodir-categories-container ul li a .gd-cptcat-icon img {
  margin-top: 7px;
  height: 65%;
}
.buzz-cats-filter {
  padding-bottom: 35px;
}
.buzz-cats-filter .geodir-categories-container ul li .gd-cptcat-cat-right a {
  font-size: 18px;
}
body ul.geodir-category-list-view.geodir-gridview > li {
  width: calc(25% - 3px);
  padding: 15px 26px !important;
}
.geodir-image-container ul.geodir-images li {
  min-height: 180px;
}
.geodir-image-container ul.geodir-images li, .geodir-image-container ul.geodir-images li img {
  border-radius: 0px !important;
}
.geodir-post-title h3.geodir-entry-title {
  line-height: 1.2;
  padding: 16px 0px 0px 0px;
}
.geodir-post-title .geodir-entry-title a {
  color: #484e54 !important;
  font-family: "Barlow-Bold";
  font-size: 20px;
}
.geodir-listings .geodir_post_taxomomies, .single-gd_place .geodir_post_taxomomies {
  padding: 0px 0px 5px 0px;
}
.geodir-listings .geodir_post_taxomomies .geodir-category a {
  color: #00a666;
}
body ul.geodir-category-list-view li .gd-list-item-right .geodir-field-post_content {
  color: #484e54 !important;
  font-family: "Barlow-Regular";
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
}
.geodir-listings .gd-badge-meta, single-gd_place .gd-badge-meta {
  float: none;
  display: inline-block !important;
}
.geodir-listings .gd-list-item-right .geodir_post_meta, .single-gd_place .geodir_post_meta {
  padding-left: 40px;
  color: #484e54 !important;
  font-family: "Barlow-Regular";
  font-size: 16px;
  line-height: 1.4;
}
.single-gd_place .geodir_post_meta {
  font-size: 18px;
}
.geodir-listings .gd-list-item-right .geodir_post_meta a, .single-gd_place .geodir_post_meta a {
  color: inherit;
}
.geodir-listings .gd-list-item-right .geodir_post_meta.geodir-field-post_content, .single-gd_place .geodir_post_meta.geodir-field-post_content {
  padding-left: 0px;
}
.geodir-listings .gd-list-item-right .geodir_post_meta .geodir_post_meta_icon, .single-gd_place .geodir_post_meta .geodir_post_meta_icon {
  position: absolute;
  left: 0px;
  color: #8f9aa6;
}
.geodir-listings .gd_place > a, .single-gd_place .gd_place > a {
  color: #005f9f;
  font-family: "Barlow-Bold";
  font-size: 16px;
  margin-top: 15px;
  display: inline-block;
}
.geodir-listings .gd_place > a:hover, .single-gd_place .gd_place > a:hover {
  color: #298bcc;
}
.buzz-cats-filter .geodir-categories-container ul li .gd-cptcat-cat-right a {
  text-align: left;
}
.buzz-cats-filter .search_value {
  font-size: 18px;
  padding: 10px;
  border: solid #7a8087 1px;
  border-radius: 3px;
  height: 50px;
  min-width: 270px;
}
.buzz-cats-filter .search_button {
  background: #005f9f;
  border-radius: 3px;
  font-size: 24px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
  padding-left: 0px;
  cursor: pointer;
}
.buzz-cats-filter .geodir-categories-container ul li .gd-cptcat-cat-right {
  width: auto;
}
.hometown_heros_content {
  padding: 0px 40px !important;
}
.listings_wrapper .gd-badge-meta-visit-site, .single-gd_place .gd-badge-meta-visit-site {
  display: block !important;
  margin-top: 10px;
}
.listings_wrapper .gd-badge-meta-visit-site .gd-badge, .single-gd_place .gd-badge-meta-visit-site .gd-badge {
  padding-left: 0;
}
.gd-badge-meta.email_row, .single-gd_place .gd-badge-meta.email_row {
  display: block !important;
  text-indent: 30px;
  margin-top: -8px;
}
.gd-badge-meta.email_row div {
  color: #484e54 !important;
  font-family: "Barlow-Regular";
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  padding-top: 0;
}
.single-gd_place .gd-badge-meta.email_row div {
  font-size: 18px;
}
.gd-badge-meta-visit-site span.gd-secondary {
  color: #00a666;
  font-size: 16px;
  padding-left: 20px;
}
.single-gd_place .gd-badge-meta-visit-site span.gd-secondary {
  font-size: 18px;
}
.geodir_post_meta.geodir-field-post_category {
  padding-left: 0 !important;
  margin-top: 0 !important;
}
.geodir_post_meta.geodir-field-post_category a {
  font-size: 14px !important;
  color: #00a666 !important;
  pointer-events: none;
}
.social_row {
  padding-left: 40px;
}
.gd-badge-meta-visit-site i {
  font-size: 16px;
}
.single-gd_place .gd-badge-meta-visit-site i {
  font-size: 18px;
}
.social_row .gd-badge-meta {
  margin-right: 0;
}
.social_row .gd-badge-meta .gd-badge {
  padding-left: 0;
}
.listings_wrapper .geodir-post-content-container, .single-gd_place .geodir-post-content-container {
  margin-bottom: 10px;
}
.gd-bubble .geodir-entry-title {
  position: relative !important;
  background: none !important;
  line-height: 1 !important;
  margin-top: -10px !important;
  padding: 0 0 8px 0 !important;
}
.gd-bubble .geodir-entry-title a {
  font-family: "Barlow-Bold" !important;
  font-size: 18px !important;
  color: #298bcc !important;
}
.gd-bubble .geodir-bubble_image {
  display: none;
}
.gd-bubble .geodir-field-post_title {
  display: none !important;
}
.gd-bubble .geodir-bubble_desc .geodir-output-location .geodir_post_meta {
  padding-left: 35px !important;
  color: #484e54 !important;
  font-family: "Barlow-Regular";
  font-size: 14px;
  line-height: 1.4;
  margin-top: 0;
}
.gd-bubble .geodir-bubble_desc .geodir-output-location .geodir_post_meta a {
  color: inherit;
}
.gd-bubble .geodir_post_meta .geodir_post_meta_icon {
  position: absolute;
  left: 0px;
  color: #8f9aa6;
}
.gd-bubble .geodir-field-address br {
  display: none !important;
}
.gd-bubble .geodir_post_meta_title {
  display: none !important;
}
#gd_map_canvas_directory .gm-style-iw.gm-style-iw-c {
  height: 100% !important;
  min-height: 130px !important;
}
.gm-style .gm-style-iw-c {
  border-radius: 5px;
}
.geodir_post_meta i {
  font-weight: 400;
}
/*** Individual Listings ***/
.single-gd_place .geodir-post-slider {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.details_right {
  width: 68%;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
.single-gd_place .gd-badge-meta, .single-gd_place .gd-rating-info-wrap, .single-gd_place .geodir-post-fav {
  float: none;
  display: inline-block !important;
}
.single-gd_place .geodir-post-meta-container, .single-gd_place .geodir-post-address-container {
  position: relative;
}
.single-gd_place .geodir-post-meta-container {
  margin-top: 7px;
}
.details_image {
  margin-top: 29px;
}
.gd_place-template .nm-page-sidebar .col-content {
  float: left;
  padding-top: 3px;
}
.single-gd_place .geodir_post_meta.geodir-field-post_category a {
  font-size: 18px !important;
  padding-left: 17px;
  pointer-events: none;
}
.gd_place-template .custom-breadcrumb a {
  /* breadcrumbs need to be clickable */
}
.gd_place-template .custom-breadcrumb a:hover {
  text-decoration: underline;
}
.single-gd_place .geodir_post_meta_icon.geodir-i-taxonomy {
  position: relative;
}
.single-gd_place .social_row {
  padding-left: 42px;
}
.details_content {
  border-top: 1px solid #e4e7eb;
  padding-top: 36px;
  margin-top: 42px;
}
.details_content p {
  font-size: 16px;
}
.single-gd_place h2.geodir-entry-title {
  margin-bottom: 0;
}
.single-gd_place h2.geodir-entry-title a {
  font-size: 24px;
  color: #043759 !important;
}
.social_row .gd-badge-meta.gd-badge-alignleft {
  margin-bottom: 0;
}
.not_transprent_crumbs .custom-breadcrumb span {
  color: #7a8087;
}
.not_transprent_crumbs .custom-breadcrumb {
  display: block;
  position: static;
  margin-top: 19px;
}
/* Pagination */
.geodir-pagination ul.page-numbers li {
  display: inline-block;
  float: none;
  margin-left: -3px;
  vertical-align: top;
}
li span.page-numbers.current {
  background: #298bcc;
  color: white !important;
  padding: 5px 15px;
}
.geodir-pagination ul.page-numbers li:first-child span, .geodir-pagination ul.page-numbers li:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.geodir-pagination ul.page-numbers li:first-child {
  padding: 0px !important;
}
.page-numbers li a, .page-numbers li span {
  font-size: 13px;
  color: inherit;
  padding: 5px 15px;
  color: #298bcc;
  display: block;
}
.geodir-loop-paging-container.geodir-paging-setup {
  text-align: center;
}
.geodir-pagination ul.page-numbers {
  border-top: 0px #eee solid;
}
ul.page-numbers {
  margin: 30px 0px 50px 0px !important;
}
a.prev.page-numbers {
  padding-left: 15px !important;
}
.geodir-pagination ul.page-numbers li {
  padding: 0px !important;
}
.page-numbers a {
  cursor: pointer;
}
.page-id-91 {
  opacity: 0;
}
ul.gd-cptcat-ul.gd-cptcat-parent.all_link {
  min-width: 40px;
}
@media screen and (max-width: 800px) {
  body ul.geodir-category-list-view > li {
    width: calc(48% - 2px) !important;
  }
}
.christmas-in-the-park-posts .skyblue-heading h2 {
  line-height: 34px;
  margin-bottom: 10px;
}
.desktop-view {
  display: block !important;
}
.mobile-view {
  display: none !important;
}
.rectangle_box.feature-boxes .nm-feature.layout-centered .nm-feature-icon, .rectangle_box.feature-boxes .nm-feature.layout-centered .nm-feature-icon img {
  margin: 0 !important;
}
.display-none {
  display: none !important;
}
.baylor-park-page .site-list ul {
  padding-left: 30px;
}
.desktop-view {
  display: block;
}
.mobile-view {
  display: none;
}
.mobile_search {
  display: none !important;
}
/* Responsive CSS */
@media screen and (max-width: 1300px) {
  div.park-rule-column {
    padding: 20px 60px;
  }
  .home-banner-logo img {
    max-width: 600px;
  }
  .home-banner-logo {
    margin-top: -75px;
  }
  .page-banner-row .banner-image .vc_single_image-wrapper img {
    height: auto !important;
  }
  div.banner-logo-row {
    bottom: -170px;
  }
}
@media screen and (max-width: 1200px) {
  .touch.header-fixed .nm-header, .has-top-bar.header-fixed .nm-header {
    position: relative;
  }
  .banner-image .vc_single_image-wrapper {
    position: relative;
  }
  .banner-image .vc_single_image-wrapper img {
    position: relative;
    height: 160px;
    width: auto;
    max-width: initial;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .custom-breadcrumb {
    top: 230px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1240px) {
  .feature-post-row .nm_column.col-sm-4 {
    width: 50% !important;
  }
  .card-post-row {
    margin-bottom: 20px !important;
  }
  .success-story-wrap .success-story-wrapper {
    width: auto !important;
    padding: 45px 50px 50px;
  }
}
@media screen and (max-width: 1000px) {
  .icon_Left .nm-feature-icon {
    padding-left: 0;
  }
  .rectangle_box.feature-boxes .col-sm-3 {
    width: 50%;
    margin-bottom: 10px;
  }
  .rectangle_box.feature-boxes .col-sm-2 {
    width: 33.33%;
    margin-bottom: 10px;
  }
  .notifctn-close {
    right: -15px;
    top: 8px;
    transform: translateY(0%);
  }
  .custom-notifctn-text-wrpr {
    width: 85%;
    padding: 10px 20px;
  }
  .custom-notifctn-button {
    margin-left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .mobile_search {
    display: block !important;
  }
  .mobile_search ul.mega-sub-menu {
    display: block !important;
  }
  .mobile_search a.mega-menu-link {
    display: none !important;
  }
  .mobile_search .serch-frm {
    width: 100%;
    margin: 0;
  }
  .mobile_search input.orig, .mobile_search input::placeholder {
    color: #043759 !important;
  }
  .mobile_search #ajaxsearchpro1_1 .probox .promagnifier .innericon svg, .mobile_search #ajaxsearchpro1_2 .probox .promagnifier .innericon svg, .mobile_search div.asp_m.asp_m_1 .probox .promagnifier .innericon svg {
    fill: #043759 !important;
  }
  .mobile_search .mega-menu-item {
    padding: 0 !important;
  }
  .ajaxsearchpro {
    width: 100% !important;
  }
}
@media screen and (max-width: 960px) {
  .rectangle_box .nm-feature {
    min-height: 100px;
  }
  div.banner-logo-row {
    bottom: -150px;
  }
  .page-banner-row.home-banner-section {
    height: 375px;
  }
  .event-section .featured-post-row {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .nm-row.upper-event-section {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .nm-header.menu-centered .nm-main-menu {
    display: block;
    position: absolute;
    right: 0px;
  }
  .nm-header.menu-centered .nm-main-menu .mega-toggle-label span {
    display: none !important;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle {
    background: none !important;
  }
  .nm-header.menu-centered .nm-main-menu {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle {
    line-height: 1.7;
    height: auto;
  }
  .nm-main-menu > ul {
    display: block;
  }
  #mega-menu-main-menu {
    overflow-x: scroll !important;
    max-height: calc(100vh - 80px) !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    border-bottom: solid #e4e7eb 1px;
    margin: 0px 10px;
    padding: 10px 0 0px 0;
    min-height: 65px;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:last-child > a.mega-menu-link {
    border-bottom-width: 0px;
    padding-bottom: 0px;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link .mega-description-group {
    /* display:block; */
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: inline-block;
    font-size: 30px;
  }
  .first_col {
    display: none !important;
  }
  .home-banner-logo img {
    max-width: 500px;
  }
  .home-banner-logo {
    margin-top: -54px;
  }
  .no-column {
    display: none !important;
  }
  .top-highlight-row .icon-image, .top-highlight-row .icon-image figure, .top-highlight-row .icon-image figure img {
    width: 57.2%;
  }
  .success-story-wrap .success-story-wrapper {
    width: auto !important;
    padding: 45px 40px 50px;
  }
}
@media screen and (max-width: 860px) {
  .feature-post-row .nm_column.col-sm-4 {
    width: 100% !important;
  }
  .how-to-get-started {
    padding-bottom: 340px !important;
  }
}
@media screen and (max-width: 768px) {
  body .grey_box {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }
  .rule-of-park-section .col-sm-6, .rule-of-park-section {
    max-height: none;
  }
  .park-rule-column {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  .flex_switch_no_child {
    flex-direction: column-reverse;
  }
  .flex_switch > .nm-row {
    flex-direction: column-reverse;
  }
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 16px !important;
  }
  .page-title h1, .page-headline h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .page-headline h5 {
    font-size: 24px;
    line-height: 26px;
  }
  .card-post-row {
    margin-bottom: 20px !important;
  }
  .staff-contact-wrapper .staff_left {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .staff-contact-wrapper .staff_left h2 {
    text-align: center;
    font-size: 36px;
  }
  .staff-contact-wrapper .staff_right {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 20px;
    border-left: none;
    border-top: 1px solid #aeb4bb;
    text-align: center;
  }
  .left-slider-column {
    margin-bottom: 20px;
  }
  .history-content-wrapper.content-column-margin {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .christmas-in-the-park-posts .col-sm-6:first-child, .christmas-in-the-park-posts.content_right .col-sm-6:last-child {
    padding-right: 15px;
  }
  .stage-feature-image {
    margin-bottom: 30px;
    margin: 0 auto;
  }
  div.park-rule-column {
    padding: 20px 40px;
  }
  .event-section .featured-post-row {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .nm-row.upper-event-section {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  div.event-feature-image {
    text-align: left !important;
  }
  .tag-title-row .nm_column.col-sm-2 {
    width: 18% !important;
    float: left !important;
  }
  .tag-title-row .nm_column.col-sm-10 {
    width: 80% !important;
    float: right !important;
  }
  .rectangle_box .nm_column.col-sm-3 {
    margin-bottom: 10px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
  }
  .vc_section.event-section {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }
  div.featured-post-row {
    margin-bottom: 40px;
  }
  .page-content-section .top-logo-row {
    margin-bottom: 14px !important;
  }
  .event-section .featured-post-row .site-text {
    margin-bottom: 10px;
  }
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
  h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .post-heading h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 26px !important;
  }
  .section-heading h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .page-title h4 {
    font-size: 40px;
    line-height: 46px;
  }
  .christmas-in-the-park-posts h1 {
    font-size: 40px;
    line-height: 44px;
    text-align: center;
  }
  .rectangle_box.feature-boxes {
    margin: 0;
  }
  .rectangle_box.feature-boxes.businesses_boxes {
    margin-top: 24px;
  }
  .rectangle_box.feature-boxes .nm_column.wpb_column.col-sm-4 {
    margin-bottom: 16px;
  }
  section.how-to-get-started {
    background: none !important;
    padding-bottom: 0 !important;
  }
  .numbered-list ul {
    padding-left: 0;
  }
  .page-content-row .feature-image {
    margin-bottom: 16px;
  }
  .christmas-feature {
    margin-bottom: 24px;
  }
  .buy-ticket-column .site-text {
    margin-bottom: 16px;
  }
  .buy-ticket-column .blue_btn_bordered p {
    text-align: center !important;
  }
  .owl-ca-carousel {
    padding: 0px 25px;
  }
  .staff-name-designtion strong {
    display: block;
    line-height: 1;
  }
  .staff-name-designtion > span > span {
    display: none;
  }
  .custom_btn a {
    letter-spacing: 1.5px;
  }
  .btn-mobile .custom_btn a {
    margin-bottom: 30px !important;
  }
  .mb-60 .custom_btn a {
    margin-bottom: 95px !important;
  }
  .page-content-outer-row.post-row {
    margin-bottom: 0px;
    margin-top: 60px;
  }
  .hometown_heros_content {
    padding: 0px !important;
  }
  .banner_orders_wrap p {
    font-size: 22px;
    padding: 40px 0px;
  }
  .custom_btn p {
    text-align: center !important;
  }
  .bus-drctory h2 {
    font-size: 30px;
    margin-bottom: 0 !important;
  }
  .business-breadcrumb {
    padding-top: 0px !important;
  }
  .geodir-categories-container {
    margin-bottom: 20px !important;
  }
  .buzz-cats-filter .search_value {
    height: 40px;
  }
  .buzz-cats-filter .search_button {
    font-size: 18px;
    width: 43px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
  }
  section.buzz-cats-filter {
    padding-bottom: 30px;
    padding-top: 20px !important;
  }
  .office_location h6 {
    font-size: 30px;
    line-height: 36px;
  }
  .nm-row.location-row1, .nm-row.location-row2 {
    margin-bottom: 50px !important;
  }
  .office_location {
    padding-bottom: 22px !important;
  }
  .nm-row.office_diary {
    padding-bottom: 0 !important;
  }
  .country-section1.page-content-section, .country-section2.page-content-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .country-section3.page-content-section {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }
  .page-content-section.bottom_border > .nm-row.office_diary:last-child {
    padding-bottom: 80px !important;
  }
  .page-top-title {
    margin-bottom: 10px;
  }
  .park_row {
    margin-top: 54px !important;
  }
  .contact-cta-row {
    margin-bottom: 20px;
  }
  .contact-cta-row h5 {
    font-size: 20px;
  }
  .christmas-in-the-park-posts p {
    font-size: 16px;
    line-height: 1.4;
  }
  .christmas-in-the-park-posts.mobile-view {
    padding-bottom: 0 !important;
  }
  .trolly_image {
    margin-top: -10px;
  }
  .christmas-in-the-park-posts h2 {
    font-size: 16px;
  }
  .christmas_intro p {
    font-size: 18px;
  }
  .christmas-in-the-park-posts.music-shell-posts h2 {
    margin-top: 16px;
  }
  body .christmas-in-the-park-posts {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .christmas_intro .site-text {
    margin-bottom: 0;
  }
  .christmas-in-the-park-posts .skyblue-heading h2 {
    font-size: 20px;
  }
  .tax_wrapper {
    margin-bottom: 60px !important;
  }
  .stand_alone_title h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .code-red .custom_btn p {
    text-align: left !important;
  }
  .page-content-section .top-logo-row.town_center_intro, .page-content-section .top-logo-row.town_center_intro .town-center-park-slider-column {
    margin-bottom: 0 !important;
  }
  .feature-image-column {
    margin-bottom: 30px;
  }
  .feature-content-column {
    text-align: center;
  }
  .history-content-wrapper .site-text.para-text {
    text-align: center;
    margin-top: 20px;
  }
  body section.christmas-in-the-park-posts.mobile-view {
    padding-top: 15px !important;
    padding-bottom: 60px !important;
  }
  .feature-image-column .feature-image, .feature-image-column .feature-image img {
    text-align: center !important;
  }
  .site-text.park-rule-text.para-text {
    text-align: center !important;
  }
  .park-rule-column.nm_column {
    padding-top: 40px !important;
    padding-bottom: 60px !important;
  }
  .geodir-post-title h3.geodir-entry-title {
    margin-bottom: 0 !important;
  }
  .visitors_content {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    width: auto !important;
  }
  .park-button-row {
    width: 100%;
  }
  .town-center-park-slider-column .owl-nav {
    width: 100%;
  }
  .page-content-section.bottom_border > .nm-row.office_diary:last-child {
    padding-bottom: 25px !important;
  }
  .carousel_row .address-content {
    margin: 0 auto;
  }
  .shoping-section .site-text p {
    text-align: left;
  }
  .vc_custom_1564750829060 .site-text p {
    text-align: left;
  }
  .park_carousel {
    max-width: 100% !important;
    align-items: center;
  }
  .park_carousel > .vc_column-inner, .force_carousel > .vc_column-inner {
    max-width: 400px;
    margin: auto;
  }
  .baylor-park-page .site-list ul {
    padding-left: 0;
  }
  .single-gd_place .geodir-post-slider {
    width: 100%;
  }
  .single-gd_place .geodir-image-container ul.geodir-images li img {
    object-fit: inherit;
    height: auto;
    width: auto;
    min-width: 0;
    margin: 0;
  }
  .single-gd_place .geodir-image-container ul.geodir-images li:after {
    /* margin-top: 56%; */
    margin-top: 0;
  }
  .tax_divider {
    margin-top: 20px;
  }
  .rectangle_box.feature-boxes .col-sm-2 {
    width: 50%;
    display: inline-block;
  }
  .code_red_logo {
    margin-bottom: 20px;
  }
  .code-red .col-sm-4 .wpb_text_column.site-text {
    min-height: 0 !important;
    margin-bottom: 10px;
  }
  .code-red .custom_btn p {
    margin-bottom: 20px;
  }
  body .code-red {
    padding-bottom: 59px !important;
  }
  body .download-code-red-wrpr .col-sm-8 {
    width: 100%;
  }
  body .download-code-red-wrpr .col-sm-4 {
    width: 100%;
    max-width: 400px;
    margin: 110px auto 0;
  }
  .download-code-red {
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .pay-out-water {
    max-width: 90% !important;
    margin: 0 auto 40px;
  }
  .how-to-pay-wrapr .col-sm-8 {
    padding-left: 15px !important;
  }
  .team-row .wpb_single_image.vc_align_center {
    text-align: left !important;
    margin-top: 40px;
  }
  .external_links .small_btn {
    margin-bottom: 13px;
  }
  .content_right > div {
    flex-direction: column-reverse;
  }
  .content_left > div {
    flex-direction: column-reverse;
  }
  .chamber_right_p {
    padding-left: 15px;
  }
  .farmer_market_p {
    padding-left: 15px;
  }
  .farm_market_image {
    width: 100%;
    max-width: 400px;
  }
  .farm_market_carousel {
    padding-top: 15px;
    padding-bottom: 50px !important;
  }
  .town_center_intro .town-center-park-logo {
    margin: 0 auto 30px;
  }
  .town-center-park-feature .grey_box .nm-feature-icon {
    padding-left: 20px;
  }
  .event-section .tag-title-row h5 {
    padding-top: 12px;
  }
  .event-section .feature-icon {
    min-width: 99px;
  }
  .event-section .feature-icon.mt {
    margin-top: -14px !important;
  }
  .event-section .feature-title h5 strong {
    display: block;
  }
  .park_events .col-sm-4 .event-feature-image {
    min-height: 0;
  }
  .park_events .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .details_right {
    width: 100%;
  }
  .higher-text p {
    text-align: left;
    margin-top: 20px;
  }
  .footer_newsletter_wrap1, .footer_newsletter_wrap2 {
    text-align: center;
  }
  .newsletter_form_wrapper {
    text-align: center;
  }
  .newsletter_form_wrapper .gform_wrapper form {
    text-align: center;
    max-width: none !important;
    margin: 0 auto;
    width: auto;
    display: inline-block;
  }
  .newsletter_form_wrapper form.newsletter_form {
    display: inline-block;
  }
  section.vc_section.shoping-section {
    background-position: left center !important;
    padding: 60px 20px !important;
  }
  .shoping-section .site-text {
    text-align: center;
  }
  .default-logo {
    margin-bottom: 20px;
  }
  .top-headline-row .site-text {
    text-align: center !important;
  }
  .site-text.content-text h1 {
    font-size: 40px;
  }
  .page-banner-row.home-banner-section {
    background: url(/wp-content/uploads/2019/08/Mobile-Homepage-Header-Image.jpg);
    background-size: cover;
    background-position: center;
    height: 290px;
    min-height: 0;
    margin-bottom: 90px;
  }
  div.banner-logo-row {
    bottom: -50px;
  }
  .mobile-left {
    text-align: left !important;
  }
  .gd_place-template .geodir-image-container ul li {
    text-align: center;
  }
  .gd_place-template .geodir-image-container ul li img {
    position: relative;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  .home-banner-logo img {
    max-width: 360px;
  }
  div.banner-logo-row {
    height: 72px !important;
  }
  .home-banner-logo {
    margin-top: -40px;
  }
  .nm-footer-bar .menu {
    text-align: center !important;
  }
  .nm-footer-bar-right .nm-footer-bar-text {
    padding-top: 0px;
  }
}
@media screen and (max-width: 641px) {
  .newsletter_form input[type="submit"] {
    padding: 7px 15px;
  }
}
@media screen and (max-width: 560px) {
  .custom-notification-text p {
    line-height: 1.4;
    font-size: 14px;
  }
  .banner-image.desktop-view {
    display: none !important;
  }
  .banner-image.mobile-view {
    display: block !important;
  }
  section .blue-heading h2 {
    font-size: 30px;
    line-height: 32px;
  }
  section .page-top-title-2 {
    margin-bottom: 20px;
  }
  .page-top-title {
    margin-bottom: 10px;
  }
  .visitor-carousal.page-content-section {
    padding: 0px !important;
  }
  .visitors_content {
    padding: 0 20px;
  }
  .page-content-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .stage-feature-image {
    margin-bottom: 20px;
  }
  .featured-post-row .section-heading h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .park-rule-text h3 {
    font-size: 36px;
  }
  .tag-title-row .nm_column.col-sm-2 {
    width: 20% !important;
    float: left !important;
  }
  .tag-title-row .nm_column.col-sm-10 {
    width: 76% !important;
    float: right !important;
  }
  .tag-title-row .feature-title h5 {
    font-size: 22px;
    line-height: 26px;
  }
  body ul.geodir-category-list-view.geodir-gridview > li, body ul.geodir-category-list-view > li {
    width: 100% !important;
    padding: 0 5px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 60px !important;
  }
  .social_row {
    padding-left: 0px !important;
  }
  .single-gd_place .social_row {
    padding-left: 0 !important;
  }
  .office_location h6 {
    font-size: 26px;
    line-height: 32px;
  }
  body .interior_hero {
    padding: 120px;
  }
  .custom-breadcrumb {
    top: 103px;
  }
  .content-text.medium-text p {
    font-size: 16px;
  }
  body .page-content-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .page-content-section.how-to-get-started {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-top-title h5 {
    padding-top: 6px;
    font-size: 22px;
  }
  body .park_contact {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  body .page-content-section.christmas_park_intro {
    padding-bottom: 0 !important;
  }
  .carousel_row .address-content p strong {
    font-size: 16px;
  }
  .carousel_outer.page-content-section {
    padding-bottom: 20px !important;
  }
  .baylor-park-page.page-content {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .park_carousel {
    padding-left: 0;
    padding-right: 0;
  }
  .gd-get-directions > .gd-directions-right {
    margin-top: 20px !important;
  }
  .gd-get-directions > .gd-directions-right [type="button"] {
    width: auto !important;
  }
  .gd_place-template-templates .nm-page-wrap-inner {
    padding-bottom: 70px;
  }
  .hometown_hero {
    position: relative;
  }
  .hometown_hero:after {
    content: "";
    background: rgba(13, 69, 110, .68) !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  body .about_kilmarnock {
    padding-bottom: 0 !important;
  }
  body .kilmarnock_blocks {
    padding-bottom: 0 !important;
  }
  .single-gd_place h2.geodir-entry-title {
    line-height: 1;
  }
  div.banner-logo-row {
    height: 58px !important;
  }
  .home-banner-logo {
    margin-top: -21px;
  }
  .home-banner-logo img {
    max-width: 250px;
  }
  .success-story-wrap .swiper-slide {
    margin-right: 30px !important;
  }
  .gform_wrapper h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px !important;
  }
  .page-title h1, .page-headline h1 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .page-headline h5 {
    font-size: 22px;
    line-height: 24px;
  }
  .music-shell-posts.see-all-btn {
    padding-top: 10px !important;
    padding-bottom: 70px !important;
  }
  .featured-post-row .section-heading h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .event-section .featured-post-row .section-heading h1 {
    font-size: 36px;
  }
  .tag-title-row .nm_column.col-sm-2 {
    width: 25% !important;
  }
  .tag-title-row .nm_column.col-sm-10 {
    width: 73% !important;
    padding-left: 0 !important;
    padding-right: 8px !important;
  }
  .tag-title-row .feature-title h5 {
    font-size: 20px;
    line-height: 24px;
  }
  section.how-to-get-started {
    padding-top: 0 !important;
  }
  .christmas-in-the-park-posts h1 {
    font-size: 34px;
    line-height: 38px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
  .event-section .feature-title {
    width: 86%;
    float: right;
  }
  section .blue-heading h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .blue-heading.subheading h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .higher-text p {
    font-size: 20px;
    line-height: 30px;
  }
  .site-text.content-text h1 {
    font-size: 40px;
  }
  .gform_wrapper div.ginput_container_address span.address_city, .gform_wrapper div.ginput_container_address span.address_state, .gform_wrapper div.ginput_container_address span.address_zip {
    width: 100%;
  }
  body .section-heading h1 {
    line-height: 35px;
  }
}
@media screen and (max-width: 460px) {
  .card-post-wrapper .card-feature-image {
    width: 100px;
  }
  .card-post-wrapper .card-feature-content {
    width: 200px;
    margin-left: 16px;
  }
  .card-feature-content p {
    display: none;
  }
  .card-feature-content h1 {
    font-size: 18px;
    line-height: 22px;
  }
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .post-heading h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px !important;
  }
  .section-heading h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .page-title h4 {
    font-size: 30px;
    line-height: 36px;
  }
  .rectangle_box.feature-boxes .icon_Left .nm-feature-icon {
    padding-left: 0px;
  }
  .buzz-cats-filter .search_value {
    font-size: 16px;
    min-width: 200px;
  }
  .buzz-cats-filter .search_button {
    margin-left: 4px !important;
  }
  .buzz-cats-filter .geodir-categories-container ul li .gd-cptcat-cat-right a {
    font-size: 16px;
  }
  .testing {
    margin: 0;
  }
  .buzz-cats-filter .geodir-categories-container ul li a .gd-cptcat-icon img {
    margin-top: 10px;
    height: 58%;
  }
  .geodir-categories-container ul li .gd-cptcat-cat-right a {
    padding-left: 4px;
  }
  .buzz-cats-filter .geodir-categories-container ul {
    min-width: 120px !important;
  }
  .bus-drctory {
    margin-top: 0px !important;
  }
  #nm-header-placeholder.nm-header-placeholder {
    height: auto !important;
  }
  .stand_alone_title h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 400px) {
  .site-text.content-text h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 360px) {
  .card-post-wrapper .card-feature-content {
    width: 170px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%5C%2F%22%2C%22sources%22%3A%5B%22wp-content%5C%2Fthemes%5C%2Fsavoy-child%5C%2Flibrary%5C%2Fscss%5C%2F_style.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fsavoy-child%5C%2Flibrary%5C%2Fscss%5C%2Fcompiled_styles.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fsavoy-child%5C%2Flibrary%5C%2Fscss%5C%2F_from-theme-style.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fsavoy-child%5C%2Flibrary%5C%2Fscss%5C%2F_stylesheet.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fsavoy-child%5C%2Flibrary%5C%2Fscss%5C%2F_directory.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fsavoy-child%5C%2Flibrary%5C%2Fscss%5C%2F_responsive.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAEA%3BAAAA%3BkDAAA%3BAAAA%3BAAKA%3BAAAA%3BoDAAA%3BAAAA%3BAAKA%3BAAAA%3BqDAAA%3BAAAA%3BAAKA%3BAAAA%3BmDAAA%3BAAAA%3BAAKA%3BAAAA%3BiDAAA%3BAAAA%3BAAKA%3BAAAA%3BkDAAA%3BAAAA%3BAAKA%3BAAAA%3BmDAAA%3BAAAA%3BAAKA%3BAAAA%3BiDAAA%3BAAAA%3BAAMA%3BAAAA%3B2DAAA%3BAAAA%3BAAKA%3BAAAA%3B%2BDAAA%3BAAAA%3BAAKA%3BAAAA%3B0DAAA%3BAAAA%3BAAKA%3BAAAA%3B8DAAA%3BAAAA%3BAAKA%3BAAAA%3B4DAAA%3BAAAA%3BAAKA%3BAAAA%3B6DAAA%3BAAAA%3BAAKA%3BAAAA%3B2DAAA%3BAAAA%3BAAKA%3BAAAA%3B0DAAA%3BAAAA%3BAAKA%3BAAAA%3B4DAAA%3BAAAA%3BAAIA%3BAAAA%3B4FAAA%3BAAAA%3BACvFD%2CeAAA%3BAD8FC%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%2C2CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAWA%3BAAAA%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BiCAAA%3BAAAA%3BAAQA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAASA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BACtSD%2CiBAAA%3BAD2SC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAmBA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BwBAAA%3BAAAA%3BACjaD%2CkBAAA%3BAAAA%2CeAAA%3BADwaC%3BAAAA%3B%3B%3B%3BkDAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAUA%3BAAAA%3BiBAAA%3BAAAA%3BAC9dD%2CgBAAA%3BAAAA%2CgBAAA%3BADueC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAAQA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BACvkBD%2CiBAAA%3BAAAA%2CoBAAA%3BAD%2BkBC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAC3mBD%2CoBAAA%3BADonBC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAWA%3BAAAA%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAOA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B4BAAA%3BAAAA%3BACruBD%2CcAAA%3BAD6uBC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAGA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAQA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAASA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAASA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASA%3BAAAA%3BeAAA%3BAAAA%3BAClgCD%2CyBAAA%3BADygCC%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%2BBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BiCAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAEplCA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAKA%3BAAAA%2CiCAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAQA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B6BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BAAOA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%3BiCAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2C8BAAA%3BAAAA%3BAAEC%3BAAAA%2CuBAAA%3BAAAA%3BAAED%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C%2BBAAA%3BAAAA%3BACtMA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%3B8BAAA%3BAAAA%3BAAQA%3BAAAA%3B8BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BiCAAA%3BAAAA%3BAAQA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAOA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAOA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%3B6BAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAQA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B8BAAA%3BAAAA%3BAAOA%3BAAAA%2CwCAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAKA%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B6BAAA%3BAAAA%3BAAMA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B6BAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3BcAAA%3BAAAA%3BAFreD%3B%3B%3BKAAA%3BAE8eC%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2CgCAAA%3BAAAA%3BAFvgBD%2C2BAAA%3BAE6gBC%3BAAAA%2C%2BBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BiCAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BiCAAA%3BAAAA%3BAAOA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAFplBD%2CeAAA%3BAEylBC%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%2CqCAAA%3BAAAA%3BAAGA%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%2C0CAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUA%3BAAAA%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAASA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAMA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2C0BAAA%3BAAAA%3BAFlwBD%2CgBAAA%3BAEuwBC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAMA%3BAAAA%3BgCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3BSAAA%3BAAAA%3BAAQA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CwCAAA%3BAAAA%3BAAGA%3BAAAA%2C%2BBAAA%3BAAAA%3BAFl0BD%2CsBAAA%3BAEw0BC%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2C0BAAA%3BAAAA%3BAAKA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAOA%3BAAAA%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3BUAAA%3BAAAA%3BAAUA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BmDAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%3BkCAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAF79BD%2CmBAAA%3BAEo%2BBC%3BAAAA%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAUA%3BAAAA%2CsBAAA%3BAAAA%3BAC5%2BBA%3BAAAA%2C2BAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAWA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAQA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CqCAAA%3BAAAA%3BAAKA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%2C2BAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3BmCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAASA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAaA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B2BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAASA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%2BBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAH3YD%2C6BAAA%3BAGiZC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAASA%3BAAAA%3BmCAAA%3BAAAA%3BAAOA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%2CwCAAA%3BAAAA%3BAAGI%3BAAAA%2C6BAAA%3BAAAA%3BAAGJ%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAH1eD%2CgBAAA%3BAGifC%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%3B4CAAA%3BAAAA%3BAAOA%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAASA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAKA%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%2CsCAAA%3BAAAA%3BAAAA%3BAC9iBJ%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2C2BAAA%3BAAAA%3BAJ5BD%2CoBAAA%3BAIiCC%3BAACC%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAGG%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACC%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAASA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%3B4BAAA%3BAAAA%3BAAAA%3BAAKD%3BAACI%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAKH%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAKA%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAKA%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAID%3BAACI%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAGH%3BAAAA%3BkCAAA%3BAAAA%3BAAIA%3BAAAA%3BkCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAKA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%2CqCAAA%3BAAAA%3BAAAA%3BAAKD%3BAACI%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAGH%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAIG%3BAAAA%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAGH%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAASA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3BkCAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3BiCAAA%3BAAAA%3BAAIA%3BAAAA%3BiCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAGG%3BAAAA%2CqBAAA%3BAAAA%3BAAGH%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3BiCAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CkCAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2C0BAAA%3BAAAA%3BAAGG%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAGH%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAGA%3BAAAA%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3BiCAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAGA%3BAAAA%2CiCAAA%3BAAAA%3BAAGA%3BAAAA%3BoCAAA%3BAAAA%3BAAKA%3BAAAA%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAGG%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%2CgCAAA%3BAAAA%3BAAIH%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAGA%3BAAAA%3BoCAAA%3BAAAA%3BAAIG%3BAAAA%2CgCAAA%3BAAAA%3BAACH%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAID%3BAACI%3BAAAA%2C2BAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAGH%3BAAAA%2CoCAAA%3BAAAA%3BAAGG%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CoCAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkCAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAGA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAEI%3BAAAA%2CiCAAA%3BAAAA%3BAAEJ%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3BqBAAA%3BAAAA%3BAAIH%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAOA%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%3BkCAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CkCAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGG%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAQA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CgCAAA%3BAAAA%3BAACH%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CkCAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAID%3BAACI%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BoBAAA%3BAAAA%3BAAIH%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAIG%3BAAAA%2CoBAAA%3BAAAA%3BAAGH%3BAAAA%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BAAQA%3BAAAA%2CiCAAA%3BAAAA%3BAAGG%3BAAAA%2C%2BBAAA%3BAAAA%3BAAGH%3BAAAA%3BsBAAA%3BAAAA%3BAAIG%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CoCAAA%3BAAAA%3BAAGA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAASA%3BAAAA%2CiCAAA%3BAAAA%3BAAGA%3BAAAA%2CiCAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGH%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CkCAAA%3BAAAA%3BAAGG%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACC%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%3BiCAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3BoCAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIG%3BAAAA%2CoBAAA%3BAAAA%3BAAGH%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BkCAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAOG%3BAAAA%3BiBAAA%3BAAAA%3BAAIH%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAGG%3BAAAA%2CgBAAA%3BAAAA%3BAAKH%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGG%3BAAAA%2CcAAA%3BAAAA%3BAAGH%3BAAAA%3BgBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAGG%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACC%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%22%7D */