@charset "UTF-8";
/*
  @include break-mobile {
  }
  @include break-sm {
  }
  etc
*/
.primary-color {
  color: #072c70 !important;
}
.secondary-color {
  color: #e4a100 !important;
}
.bg-dark-gray {
  color: #fff;
  background-color: #2b2c2b !important;
}
.bg-dark-gray * {
  color: #fff;
}
.bg-dark-gray a:hover {
  color: #fff;
}
.bg-xdark-gray {
  color: #fff;
  background-color: #504843 !important;
}
.bg-xdark-gray * {
  color: #fff;
}
.bg-xdark-gray a:hover {
  color: #fff;
}
.bg-primary-color {
  color: #fff;
  background-color: #072c70 !important;
}
.bg-primary-color * {
  color: #fff;
}
.bg-primary-color a:hover {
  color: #fff;
}
.bg-primary-light {
  background-color: #16469e !important;
}
.bg-primary-light p a {
  color: #504843;
  text-decoration: none;
}
.bg-primary-light p a:hover, .bg-primary-light p a:focus {
  color: #fff;
}
.bg-primary-dull {
  color: #fff;
  background-color: #053557 !important;
}
.bg-primary-dull * {
  color: #fff;
}
.bg-primary-dull a:hover {
  color: #fff;
}
.bg-primary-dark {
  color: #fff;
  background-color: #0a2454 !important;
}
.bg-primary-dark * {
  color: #fff;
}
.bg-primary-dark a:hover {
  color: #fff;
}
.bg-secondary-color {
  background-color: #e4a100 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-xlight-gray {
  background-color: #f2eee7 !important;
}
.bg-light-gray {
  background-color: #ebe5da !important;
}
.bg-secondary-light {
  background-color: #f1ae0c !important;
}
.bg-accent-color {
  background-color: #b5472c !important;
}
.bg-accent-dark {
  color: #fff;
  background-color: #923a24 !important;
}
.bg-accent-dark * {
  color: #fff;
}
.bg-accent-dark a:hover {
  color: #fff;
}
.bg-train {
  color: #fff;
  background: #ddd6cc url("../img/bg-tanker-1920-burnt-3.jpg") center center/cover no-repeat;
}
.bg-train * {
  color: #fff;
}
.bg-train a:hover {
  color: #fff;
}
.bg-concrete {
  background: #ebe5da url("../img/bg-hero-crete-1920.jpg") center center/cover no-repeat;
}
.border-card-secondary .card {
  border-top: 6px solid #e4a100 !important;
}
.fw-600 {
  font-weight: 600;
}
.fw-800 {
  font-weight: 800;
}
.text-md {
  font-size: 1.25rem;
  color: #2b2c2b;
}
@media (min-width: 576px) {
  .text-md {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .text-md {
    font-size: 1.5rem;
  }
}
/* 

Bootstrap Provides: 

.fw-lighter:         lighter;
.fw-light:           300;
.fw-normal:          400;
.fw-bold:            700;
.fw-bolder:          bolder;

https://getbootstrap.com/docs/5.1/utilities/text/

*/
.placeholder {
  padding: 120px 0;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .placeholder {
    padding: 180px 0;
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .placeholder {
    padding: 240px 0;
    font-size: 6rem;
  }
}
@media (min-width: 992px) {
  .two-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
  }
}
@media (min-width: 1200px) {
  .two-col {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
.clean-list a {
  text-decoration: none;
}
@media (min-width: 576px) {
  .container.sm-max, .container-lg.sm-max {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container.md-max, .container-lg.md-max {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container.lg-max, .container-lg.lg-max {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container.xl-max, .container-lg.xl-max {
    max-width: 1140px;
  }
}
.flex-md-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-md-3 > div {
  margin-bottom: 15px;
}
.flex-md-3 > div h3 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .flex-md-3 {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-md-3 > div {
    width: 210px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .flex-md-3 > div {
    width: 290px;
  }
}
@media (min-width: 1200px) {
  .flex-md-3 > div {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .two-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
  }
}
@media (min-width: 1200px) {
  .two-col {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
.list-3 {
  margin-bottom: 60px;
  -webkit-columns: 150px 3;
  -moz-columns: 150px 3;
  columns: 150px 3;
}
.chevy a, a.chevy, .card .chevy {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-right: 15px;
  line-height: 40px;
  transition: 0.2s;
  text-decoration: none;
}
.chevy a::before, a.chevy::before, .card .chevy::before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10px' height='16px' fill='%23923a24' viewBox='0 0 320 512'><path d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z' /></svg>");
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  transition: 0.2s;
}
.chevy a:hover, a.chevy:hover, .card .chevy:hover {
  text-decoration: none;
}
.chevy a:hover::before, a.chevy:hover::before, .card .chevy:hover::before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10px' height='16px' fill='%23ba5927' viewBox='0 0 320 512'><path d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z' /></svg>");
  transform: translateX(2px);
}
.check-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.check-list li {
  font-weight: 600;
  margin-bottom: 10px;
}
.check-list li::before {
  color: #072c70;
  content: "✔ ";
  padding-right: 10px;
}
@media (min-width: 992px) {
  .check-list {
    font-size: 1.5rem;
  }
  .check-list li {
    margin-bottom: 20px;
  }
  .check-list.md-max {
    max-width: 720px;
  }
}
.wp-block-yoast-how-to-block.three-up {
  padding: 15px;
  margin: 0 auto;
}
.wp-block-yoast-how-to-block.three-up .schema-how-to-description {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
.wp-block-yoast-how-to-block.three-up .schema-how-to-steps {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0;
  list-style: none;
}
.wp-block-yoast-how-to-block.three-up .schema-how-to-step {
  padding: 0 15px;
  font-size: 1rem;
}
.wp-block-yoast-how-to-block.three-up .schema-how-to-step strong {
  display: block;
  font-size: 1.125rem;
  color: #0a2454;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .wp-block-yoast-how-to-block.three-up .schema-how-to-step {
    flex: 0 0 auto;
    width: 50%;
    font-size: 1.125rem;
  }
  .wp-block-yoast-how-to-block.three-up .schema-how-to-step strong {
    font-size: 1.25rem;
    color: #0a2454;
  }
}
@media (min-width: 992px) {
  .wp-block-yoast-how-to-block.three-up {
    max-width: 960px;
  }
  .wp-block-yoast-how-to-block.three-up .schema-how-to-step {
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .wp-block-yoast-how-to-block.three-up {
    max-width: 1140px;
  }
  .wp-block-yoast-how-to-block.three-up .schema-how-to-description {
    font-size: 1.75rem;
    margin-bottom: 45px;
  }
  .wp-block-yoast-how-to-block.three-up .schema-how-to-step {
    font-size: 1.25rem;
  }
  .wp-block-yoast-how-to-block.three-up .schema-how-to-step strong {
    font-size: 1.375rem;
    color: #0a2454;
  }
}
@media (min-width: 1400px) {
  .wp-block-yoast-how-to-block.three-up {
    max-width: 1320px;
  }
}
.mt-full {
  margin-top: 60px !important;
}
@media (min-width: 576px) {
  .mt-full {
    margin-top: 75px !important;
  }
}
@media (min-width: 768px) {
  .mt-full {
    margin-top: 90px !important;
  }
}
@media (min-width: 992px) {
  .mt-full {
    margin-top: 105px !important;
  }
}
@media (min-width: 1200px) {
  .mt-full {
    margin-top: 120px !important;
  }
}
@media (min-width: 1400px) {
  .mt-full {
    margin-top: 135px !important;
  }
}
.mb-full {
  margin-bottom: 60px !important;
}
@media (min-width: 576px) {
  .mb-full {
    margin-bottom: 75px !important;
  }
}
@media (min-width: 768px) {
  .mb-full {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 992px) {
  .mb-full {
    margin-bottom: 105px !important;
  }
}
@media (min-width: 1200px) {
  .mb-full {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1400px) {
  .mb-full {
    margin-bottom: 135px !important;
  }
}
.my-full {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
@media (min-width: 576px) {
  .my-full {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
}
@media (min-width: 768px) {
  .my-full {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
}
@media (min-width: 992px) {
  .my-full {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
}
@media (min-width: 1200px) {
  .my-full {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1400px) {
  .my-full {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
}
.mt-half {
  margin-top: 30px !important;
}
@media (min-width: 576px) {
  .mt-half {
    margin-top: 37.5px !important;
  }
}
@media (min-width: 768px) {
  .mt-half {
    margin-top: 45px !important;
  }
}
@media (min-width: 992px) {
  .mt-half {
    margin-top: 52.5px !important;
  }
}
@media (min-width: 1200px) {
  .mt-half {
    margin-top: 60px !important;
  }
}
@media (min-width: 1400px) {
  .mt-half {
    margin-top: 67.5px !important;
  }
}
.mb-half {
  margin-bottom: 30px !important;
}
@media (min-width: 576px) {
  .mb-half {
    margin-bottom: 37.5px !important;
  }
}
@media (min-width: 768px) {
  .mb-half {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 992px) {
  .mb-half {
    margin-bottom: 52.5px !important;
  }
}
@media (min-width: 1200px) {
  .mb-half {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1400px) {
  .mb-half {
    margin-bottom: 67.5px !important;
  }
}
.my-half {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
@media (min-width: 576px) {
  .my-half {
    margin-top: 37.5px !important;
    margin-bottom: 37.5px !important;
  }
}
@media (min-width: 768px) {
  .my-half {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}
@media (min-width: 992px) {
  .my-half {
    margin-top: 52.5px !important;
    margin-bottom: 52.5px !important;
  }
}
@media (min-width: 1200px) {
  .my-half {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1400px) {
  .my-half {
    margin-top: 67.5px !important;
    margin-bottom: 67.5px !important;
  }
}
.pt-full {
  padding-top: 60px !important;
}
@media (min-width: 576px) {
  .pt-full {
    padding-top: 75px !important;
  }
}
@media (min-width: 768px) {
  .pt-full {
    padding-top: 90px !important;
  }
}
@media (min-width: 992px) {
  .pt-full {
    padding-top: 105px !important;
  }
}
@media (min-width: 1200px) {
  .pt-full {
    padding-top: 120px !important;
  }
}
@media (min-width: 1200px) {
  .pt-full {
    padding-top: 120px !important;
  }
}
@media (min-width: 1400px) {
  .pt-full {
    padding-top: 135px !important;
  }
}
.pb-full {
  padding-bottom: 60px !important;
}
@media (min-width: 576px) {
  .pb-full {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 768px) {
  .pb-full {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 992px) {
  .pb-full {
    padding-bottom: 105px !important;
  }
}
@media (min-width: 1200px) {
  .pb-full {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1400px) {
  .pb-full {
    padding-bottom: 135px !important;
  }
}
.py-full {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (min-width: 576px) {
  .py-full {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}
@media (min-width: 768px) {
  .py-full {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media (min-width: 992px) {
  .py-full {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
}
@media (min-width: 1200px) {
  .py-full {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1400px) {
  .py-full {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
}
.pt-half {
  padding-top: 30px !important;
}
@media (min-width: 576px) {
  .pt-half {
    padding-top: 37.5px !important;
  }
}
@media (min-width: 768px) {
  .pt-half {
    padding-top: 45px !important;
  }
}
@media (min-width: 992px) {
  .pt-half {
    padding-top: 52.5px !important;
  }
}
@media (min-width: 1200px) {
  .pt-half {
    padding-top: 60px !important;
  }
}
@media (min-width: 1400px) {
  .pt-half {
    padding-top: 67.5px !important;
  }
}
.pb-half {
  padding-bottom: 30px !important;
}
@media (min-width: 576px) {
  .pb-half {
    padding-bottom: 37.5px !important;
  }
}
@media (min-width: 768px) {
  .pb-half {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 992px) {
  .pb-half {
    padding-bottom: 52.5px !important;
  }
}
@media (min-width: 1200px) {
  .pb-half {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1400px) {
  .pb-half {
    padding-bottom: 67.5px !important;
  }
}
.py-half {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
@media (min-width: 576px) {
  .py-half {
    padding-top: 37.5px !important;
    padding-bottom: 37.5px !important;
  }
}
@media (min-width: 768px) {
  .py-half {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media (min-width: 992px) {
  .py-half {
    padding-top: 52.5px !important;
    padding-bottom: 52.5px !important;
  }
}
@media (min-width: 1200px) {
  .py-half {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1400px) {
  .py-half {
    padding-top: 67.5px !important;
    padding-bottom: 67.5px !important;
  }
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.125rem;
  padding-top: 74px;
}
@media (min-width: 576px) {
  body {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 90px;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 800;
  line-height: 1.25;
  color: #072c70;
}
.bg-light-gray h1, .bg-light-gray h2, .bg-light-gray h3, .bg-light-gray h4, .bg-light-gray h5, .bg-light-gray h6, .bg-light-gray .h1, .bg-light-gray .h2, .bg-light-gray .h3, .bg-light-gray .h4, .bg-light-gray .h5, .bg-light-gray .h6 {
  color: #0a2454;
}
h2, h3, h4, h5, h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h2 {
  font-size: 1.75rem;
}
@media (min-width: 576px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.5rem;
  }
}
a {
  transition: 0.1s;
  font-weight: 600;
  color: #072c70;
}
a:hover, a:focus {
  color: #16469e;
}
.card {
  border-radius: 0;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 0;
}
.chev-img {
  position: relative;
}
.chev-img::after {
  content: "";
  display: block;
  background: url("../img/chevron-60-red.png") center top no-repeat;
  width: 60px;
  height: 31px;
  position: absolute;
  top: 45px;
  right: -30px;
  z-index: 1111;
}
.btn {
  color: #ffffff;
  font-weight: 700;
  transition: all 0.2s ease;
  border-radius: 8px;
  padding: 12px 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn:hover {
  cursor: pointer;
  color: #ffffff;
  filter: brightness(110%);
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.btn-primary {
  border: none;
  background: linear-gradient(135deg, #16469e 0%, #072c70 100%);
  color: #ffffff;
  box-shadow: 0 4px 6px rgba(7, 44, 112, 0.2);
  font-weight: 600;
}
.btn-primary:hover, .btn-primary:focus {
  background: linear-gradient(135deg, #16469e 0%, #072c70 100%) !important;
}
.btn-secondary {
  border: none;
  background: linear-gradient(135deg, #f1ae0c 0%, #d99d0b 100%);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(217, 157, 11, 0.2);
}
.btn-secondary:hover, .btn-secondary:focus {
  background: linear-gradient(135deg, #f1ae0c 0%, #d99d0b 100%) !important;
}
.btn-white {
  border: none;
  color: #072c70;
  background-color: #ffffff;
}
.btn-white:hover, .btn-white:focus {
  color: #16469e !important;
  background-color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25) !important;
  text-decoration: none;
  transform: translateY(-1px);
}
.btn-white.btn-lg {
  border-radius: 31px;
}
.btn-lg {
  font-size: 1.25rem;
  line-height: 26px;
  padding: 18px 32px;
}
.btn-outline {
  border: 2px solid #0a2454;
  color: #0a2454;
  background-color: #f2eee7;
  border-radius: 27px;
  text-transform: uppercase;
  font-size: 1rem;
}
.btn-outline:hover {
  color: #072c70;
  border: 2px solid #e4a100;
  background-color: #e4a100;
}
.btn-outline.btn-lg {
  border-radius: 33px;
}
blockquote {
  padding-left: 15px;
  border-left: 4px solid #ccc;
}
.socials {
  padding: 0;
  list-style: none;
  display: block;
  height: 35px;
  max-width: 290px;
}
.socials li a {
  text-align: center;
  padding: 0;
  margin: 0;
  width: 48px;
  height: 40px;
}
.socials li a svg {
  height: 35px;
  fill: #ddd6cc;
}
.socials li a:hover svg {
  fill: #072c70;
}
header.navbar {
  padding: 0;
  z-index: 1900;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.125);
}
header.navbar .container-lg {
  position: relative;
  z-index: initial;
  background-color: #ffffff;
  padding: 15px 0 15px 15px;
}
header.navbar .navbar-brand {
  padding: 0;
  margin-right: 0;
  width: 253px;
  overflow: hidden;
}
header.navbar .navbar-brand svg {
  fill: #072c70;
}
header.navbar .navbar-brand:hover svg {
  fill: #16469e;
}
header.navbar .phone-link {
  display: none;
}
@media (min-width: 370px) {
  header.navbar .navbar-brand {
    margin-right: 15px;
  }
}
@media (min-width: 420px) {
  header.navbar .navbar-brand {
    margin-right: 15px;
  }
  header.navbar .phone-link {
    display: block;
    padding: 7px 0;
  }
  header.navbar .phone-link svg {
    width: 30px;
    height: 30px;
  }
  header.navbar .phone-link span {
    display: none;
  }
}
@media (min-width: 480px) {
  header.navbar .navbar-brand {
    margin-right: 15px;
  }
}
@media (min-width: 576px) {
  header.navbar .phone-link {
    padding: 13px 0 11px;
  }
  header.navbar .phone-link span {
    display: inline-block;
  }
  header.navbar .phone-link svg {
    display: none;
  }
}
@media (min-width: 992px) {
  header.navbar .container-lg {
    padding: 15px;
  }
  header.navbar .navbar-brand {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  header.navbar .phone-link svg {
    display: inline-block;
    width: 20px;
    height: 20px;
  }
}
.navbar-toggler {
  padding: 10px 15px;
  width: 60px;
  height: 44px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 330ms ease-out;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.navbar-toggler .line-menu {
  background-color: #0a2454;
  border-radius: 2px;
  width: 100%;
  height: 4px;
}
.navbar-toggler .line-menu.half {
  width: 100%;
}
.navbar-toggler .line-menu.start {
  transition: all 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}
.navbar-toggler .line-menu.end {
  align-self: flex-end;
  transition: all 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}
.navbar-toggler:hover {
  cursor: pointer;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler[aria-expanded="true"] {
  transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .line-menu.start {
  transform: rotate(-90deg) translateX(5px);
}
.navbar-toggler[aria-expanded="true"] .line-menu.half {
  width: 50%;
}
.navbar-toggler[aria-expanded="true"] .line-menu.end {
  transform: rotate(-90deg) translateX(-5px);
}
.nav-link {
  text-align: center;
  font-weight: 700;
  width: 100%;
  margin: 0 auto 5px;
  background-color: #eee;
  border-radius: 2px;
  padding: 9px 15px 7px;
  transition: 0.1s;
  color: #072c70;
  font-size: 1rem;
}
.nav-link:hover, .nav-link:focus {
  color: #16469e;
}
@media (min-width: 992px) {
  .nav-link {
    width: auto;
    font-size: 1rem;
    padding: 9px 10px 7px;
    margin-bottom: 0 !important;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  #menu-primary > .nav-item {
    margin: 0 5px;
  }
}
@media (min-width: 1200px) {
  #menu-primary > .nav-item {
    margin: 0 10px;
  }
}
@media (min-width: 1400px) {
  #menu-primary > .nav-item {
    margin: 0 15px;
  }
}
#main-nav {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  transform: translateY(-420px);
  background: #ffffff;
  transition: transform 0.2s ease-out;
  z-index: -1;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.125);
}
#main-nav.show {
  transform: translateY(0);
}
#main-nav .navbar-nav {
  width: 90%;
  margin: 30px auto 0;
  text-align: center;
}
#main-nav .navbar-nav > li:last-child {
  margin-bottom: 30px;
}
#main-nav .navbar-nav .dropdown-item {
  white-space: normal;
  font-weight: 600;
  font-size: 1rem;
  color: #072c70;
}
#main-nav .navbar-nav .dropdown-item:hover {
  color: #16469e;
  background-color: transparent;
}
#main-nav .navbar-nav .dropdown-menu {
  margin-bottom: 5px;
}
@media (min-width: 420px) {
  #main-nav .navbar-nav {
    width: 250px;
  }
}
@media (min-width: 576px) {
  #main-nav {
    width: 347px;
    right: 15px;
    left: auto;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #main-nav {
    z-index: 1040;
    width: auto;
    transform: translateY(0);
    position: static;
    box-shadow: none;
    padding-bottom: 0;
    background-color: transparent;
  }
  #main-nav .dropdown-menu {
    text-align: left;
    left: -6px;
    border: none;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.5);
  }
  #main-nav .dropdown-menu a {
    font-weight: 600;
    padding: 6px 14px;
  }
  #main-nav .navbar-nav > li {
    margin-bottom: 0 !important;
  }
  #main-nav .navbar-nav > li:first-child, #main-nav .navbar-nav > li:last-child {
    display: none;
  }
  #main-nav .navbar-nav {
    width: auto;
    position: relative;
    text-align: left;
    margin: 0;
  }
  #main-nav .navbar-nav .dropdown-item {
    white-space: nowrap;
  }
}
.phone-link {
  height: 44px;
  padding: 13px 0 11px;
  margin-right: 6px;
  font-weight: 700;
  line-height: 20px;
  font-size: 1rem;
  margin-left: auto;
  color: #072c70;
  text-decoration: none;
  display: none;
  transition: all 0.1s ease-in-out;
}
.phone-link svg {
  margin-right: 4px;
  margin-bottom: 4px;
  fill: #072c70;
  transition: all 0.1s ease-in-out;
}
.phone-link:hover {
  color: #16469e;
  text-decoration: none;
}
.phone-link:hover svg {
  fill: #16469e;
}
@media (min-width: 420px) {
  .phone-link {
    margin-right: 10px;
  }
  .phone-link svg {
    margin-right: 6px;
  }
}
@media (min-width: 480px) {
  .phone-link {
    margin-right: 20px;
  }
  .phone-link svg {
    margin-right: 8px;
  }
}
@media (min-width: 1200px) {
  .phone-link {
    display: block;
    margin-right: 35px;
  }
}
.site-footer {
  background-color: #0a2454;
}
.site-footer .footer-brand {
  display: block;
  width: 300px;
  transition: transform 0.2s ease;
}
.site-footer .footer-brand img {
  border-radius: 0;
}
.site-footer .footer-brand:hover, .site-footer .footer-brand:focus {
  transform: translateY(-1px);
}
.site-footer .phone-link {
  margin-top: 11px;
  margin-left: 0;
  transition: color 0.1s ease-in-out;
  display: block !important;
}
.site-footer .phone-link svg {
  fill: #ebe5da;
}
.site-footer .phone-link:hover, .site-footer .phone-link:focus {
  text-decoration: none;
  transform: translateY(-1px);
}
.site-footer .phone-link:hover span, .site-footer .phone-link:focus span {
  color: #ebe5da;
}
.site-footer .phone-link:hover svg, .site-footer .phone-link:focus svg {
  fill: #ebe5da;
}
.site-footer .trust-badge {
  width: 120px;
  height: 120px;
  margin: 15px;
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .site-footer .trust-badge {
    width: 180px;
    height: 180px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-brand {
    max-width: 292px;
  }
}
.copyright {
  text-align: center;
  font-size: 0.875rem;
}
.copyright p {
  padding-top: 4px;
  line-height: 36px;
  margin-bottom: 0;
  font-weight: 400;
}
.copyright .socials {
  margin: 0 -10px 0 0;
}
.copyright .socials li a {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: 0.1s;
}
.copyright .socials li a svg {
  fill: #fff;
  height: 28px;
}
.copyright .socials li a:hover {
  transform: translateY(-1px);
}
.copyright .socials li a:hover svg {
  fill: #fff;
}
@media (min-width: 768px) {
  .copyright {
    text-align: right;
    margin-top: 0;
  }
  .copyright .socials {
    margin-top: 0;
    margin-right: -10px;
  }
}
.showit {
  display: none;
  color: #fff;
  font-weight: 600;
}
.showit:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .showit {
    display: inline;
  }
}
.showme {
  display: none;
}
#search-modal {
  background-color: rgba(0, 0, 0, 0.5);
}
#search-modal .modal-content {
  background-color: transparent;
  border: none;
}
#searchform {
  position: relative;
  z-index: 1111;
}
#searchform svg {
  fill: #fff;
  width: 55px;
  height: 55px;
  margin-top: 3px;
}
#searchform input {
  font-size: 22px;
  line-height: 40px;
  padding: 11px 10px 9px;
  height: 60px;
  border: none;
  border-radius: 3px;
  margin: 0 15px;
}
#searchform .btn-outline {
  color: #fff;
  border: 3px solid #fff;
  line-height: 30px;
}
#searchform .btn-outline:hover {
  color: #072c70;
  background: #fff;
}
.post-grid .col-sm-6 {
  margin-bottom: 30px;
}
.panel {
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  height: 100%;
  overflow: hidden;
  background-color: #f2eee7;
  border-radius: 22px;
}
.panel h2 {
  margin: 25px 15px 25px 25px;
  font-size: 1.25rem;
  color: #0a2454;
  transition: color 0.2s ease-in-out;
}
.panel p {
  font-size: 1rem;
  margin-bottom: 25px;
}
.panel img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.panel:hover, .panel:active {
  text-decoration: none;
  background-color: #fff;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.125));
  transform: translateY(-2px);
}
.panel:hover h2, .panel:active h2 {
  color: #072c70;
}
.panel:hover .chevy svg, .panel:active .chevy svg {
  fill: #16469e;
  padding-left: 2px;
  padding-right: 0;
}
.panel:hover .category, .panel:active .category {
  color: #e4a100;
}
.bg-geo .panel {
  background-color: #fff;
}
.pager {
  margin: 0 auto 45px;
}
@media (min-width: 768px) {
  .pager {
    margin-bottom: 75px;
  }
}
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wp-pagenavi span {
  border: none;
  background-color: #ebe5da;
  display: inline-block;
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.wp-pagenavi span.current {
  font-weight: 700;
  color: #2b2c2b;
  background-color: #ebe5da;
  min-width: 44px;
}
.wp-pagenavi span.extend {
  padding: 0 5px;
}
.wp-pagenavi {
  border-radius: 22px;
}
.wp-pagenavi a {
  text-decoration: none;
  border: none;
  background-color: #ebe5da;
  display: inline-block;
  text-align: center;
  padding: 0 12px;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
  font-weight: 600;
  color: #072c70;
}
.wp-pagenavi a:hover {
  color: #e4a100;
  background-color: #ebe5da;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
  transform: translateY(-1px);
}
.nexpre {
  margin: 30px 0;
}
.nexpre span {
  display: inline-block;
  width: 50px;
}
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignleft, img.alignleft {
  margin-right: 10px;
  display: inline;
  float: left;
}
.cat {
  margin-bottom: 1rem;
  font-weight: 700;
}
.cat > a:first-child {
  padding-left: 12px;
}
.post-categories {
  display: inline;
  padding: 0 0 0 10px;
  margin: 0;
  list-style: none;
}
.post-categories li {
  display: inline;
}
.title-bar {
  background-color: #ebe5da;
}
.title-bar img {
  width: 100%;
  min-height: 240px;
  max-height: 320px;
  object-fit: cover;
  margin-bottom: 30px;
}
.title-bar h1, .title-bar h2 {
  width: 100%;
  color: #072c70;
}
@media (min-width: 576px) {
  .title-bar hgroup {
    width: 100%;
    padding-right: 45px;
  }
  .title-bar img {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .title-bar {
    margin-bottom: 45px;
  }
  .title-bar img {
    width: 33.3333%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .title-bar img {
    width: 40%;
    max-height: 405px;
  }
}
@media (min-width: 1200px) {
  .title-bar h1 {
    font-size: 4rem;
  }
  .title-bar img {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .title-bar {
    padding-top: 0 !important;
  }
  .title-bar .container-lg {
    padding: 0;
  }
  .title-bar hgroup {
    padding: 0 15px;
  }
}
.content-con h2, .content-con h3, .content-con h4, .content-con h5, .content-con h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.content-con > :first-child {
  margin-top: 0 !important;
}
.content-con .wp-block-image {
  margin: 0;
}
.content-con figure.alignright {
  float: right;
  max-width: 50%;
  padding-top: 8px;
}
.content-con .author {
  padding: 30px 15px 15px;
  margin: 60px -15px 45px;
}
.content-con .author img {
  width: 270px;
  height: 270px;
  margin-bottom: 15px;
  border-radius: 50%;
}
.content-con .author address {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
}
.content-con .author address a {
  font-weight: 700;
}
.content-con .author p {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .content-con .author img {
    width: 180px;
    height: 180px;
    margin-right: 15px;
  }
  .content-con .author address {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .content-con {
    font-size: 1.125rem;
    line-height: 2;
  }
  .content-con .author {
    padding: 30px;
  }
  .content-con .author img {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .content-con {
    max-width: 690px;
    margin: 0 auto 0 0;
  }
}
.cat {
  margin-top: 60px;
  margin-bottom: 1rem;
  font-weight: 500;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  color: #2b2c2b;
  font-size: 1rem;
}
.cat a {
  font-weight: 400;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: none;
}
.cat a:first-child {
  padding-left: 10px;
}
.post-categories {
  display: inline;
  padding: 0 0 0 10px;
  margin: 0;
  list-style: none;
}
.post-categories li {
  display: inline;
}
.nav-posts {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 15px 0;
  border-top: 1px solid #ebe5da;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
}
.nav-posts h5 {
  font-size: 1rem;
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 15px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .nav-posts {
    text-align: left;
  }
}
.nav-posts a {
  text-decoration: none;
}
.ss-widget {
  width: 100%;
}
.ss-widget .socials {
  margin: 45px auto 0;
  position: relative;
  height: 65px;
  width: 192px;
  border-top: 1px solid #ebe5da;
  padding-top: 15px;
}
.ss-widget .socials li:first-child {
  position: absolute;
  width: 50px;
  background: #fff;
  text-align: center;
  top: -14px;
  color: #ddd6cc;
  font-weight: 700;
  font-size: 12px;
  padding: 5px;
}
.ss-widget .socials li a {
  margin-bottom: 10px;
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
}
.ss-widget .socials li a svg {
  height: 48px;
  fill: #ddd6cc;
}
.ss-widget .socials li a svg.overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 36px;
  height: 36px;
  fill: #fff;
}
.ss-widget .socials li a:hover {
  cursor: pointer;
}
.ss-widget .socials li a:hover svg {
  fill: #e4a100;
}
.ss-widget .socials li a:hover svg.overlay {
  fill: #fff;
}
@media (min-width: 992px) {
  .ss-widget {
    width: 120px;
    margin-top: -26px;
  }
  .ss-widget .socials {
    width: 48px;
    height: auto;
    margin: 35px 0 0;
    padding: 105px 0 0 0;
    border: none;
  }
  .ss-widget .socials li:first-child {
    position: static;
    padding: 2px 1px 8px 0;
  }
}
@media (min-width: 1200px) {
  .ss-widget {
    width: 210px;
  }
}
.frm_forms {
  margin: -15px;
}
.frm_forms .frm_half {
  width: 100%;
  padding: 0 15px;
}
.frm_forms .frm12 {
  padding: 0 15px;
}
.frm_forms #frm_field_6_container {
  margin-bottom: 0;
}
.frm_forms #frm_field_12_container {
  margin-bottom: 0;
}
.frm_forms #frm_field_14_container {
  padding: 0 15px;
  margin-right: auto;
}
.frm_forms #frm_field_10_container {
  margin-bottom: 30px;
}
.frm_forms #frm_field_23_container {
  padding: 0 15px;
}
@media (min-width: 576px) {
  .frm_forms .frm_half {
    width: 50%;
  }
}
.frm_forms.frm_style_formidable-style.with_frm_style {
  max-width: none !important;
}
.frm_verify {
  display: none;
}
.frm_forms .frm_submit {
  margin: 0 auto 0 0;
}
.frm_forms .frm_submit .frm_button_submit.frm_final_submit {
  border: none;
  height: 50px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  background-color: #072c70;
  color: #fff;
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  border-radius: 4px;
}
.frm_forms .frm_submit .frm_button_submit.frm_final_submit:hover {
  color: #fff;
  text-decoration: none;
  background-color: #16469e;
  box-shadow: 2px 2px 6px rgba(53, 65, 69, 0.5);
}
.frm_forms .frm_submit .frm_button_submit.frm_final_submit:focus, .frm_forms .frm_submit .frm_button_submit.frm_final_submit:active, .frm_forms .frm_submit .frm_button_submit.frm_final_submit:visited {
  color: inherit;
}
.frm_forms .frm_submit .frm_button_submit.frm_final_submit:disabled, .frm_forms .frm_submit .frm_button_submit.frm_final_submit[disabled] {
  background-color: #ebe5da !important;
  cursor: default !important;
  box-shadow: none !important;
}
@media (min-width: 480px) {
  .frm_forms .frm_submit {
    margin: 0 0 0 auto;
  }
}
.frm_forms .frm_top_container label.frm_primary_label, .frm_forms .frm_hidden_container label.frm_primary_label, .frm_forms .frm_pos_top {
  display: block;
  float: none;
  width: auto;
}
.frm_forms label.frm_primary_label {
  max-width: 100%;
}
.frm_forms .frm_blank_field label, .frm_forms .frm_error {
  color: #800;
}
.frm_forms label.frm_primary_label {
  color: #666;
  font-weight: 700;
  margin: 0;
  padding: 0 0 2px 5px;
  width: auto;
  display: block;
  font-size: 0.875rem;
}
.frm_forms .frm_form_field {
  margin: 0 0 30px;
}
.frm_forms input[type=text], .frm_forms input[type=password], .frm_forms input[type=email], .frm_forms input[type=number], .frm_forms input[type=url], .frm_forms input[type=tel], .frm_forms input[type=file], .frm_forms input[type=search], .frm_forms select {
  height: 44px;
  padding: 7px;
  line-height: 30px;
}
.frm_forms input[type=text], .frm_forms input[type=password], .frm_forms input[type=email], .frm_forms input[type=number], .frm_forms input[type=url], .frm_forms input[type=tel], .frm_forms input[type=phone], .frm_forms input[type=search], .frm_forms select, .frm_forms textarea, .frm_forms .frm_form_fields_style, .frm_forms .frm_scroll_box .frm_opt_container, .frm_forms .frm_form_fields_active_style, .frm_forms .frm_form_fields_error_style, .frm_forms .chosen-container-multi .chosen-choices, .frm_forms .chosen-container-single .chosen-single {
  color: #333;
  background-color: #ffffff;
  border: 1px solid #2b2c2b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  padding: 7px;
  outline: none;
  font-weight: normal;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.125) inset;
}
.frm_forms input[type=text], .frm_forms input[type=password], .frm_forms input[type=email], .frm_forms input[type=number], .frm_forms input[type=url], .frm_forms input[type=tel], .frm_forms input[type=search], .frm_forms select, .frm_forms textarea, .frm_forms .chosen-container {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.frm_forms p.description, .frm_forms div.description, .frm_forms div.frm_description, .frm_forms .frm-show-form > div.frm_description, .frm_forms .frm_error {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  font-style: normal;
  max-width: 100%;
}
.frm_forms .frm_blank_field input[type=text], .frm_forms .frm_blank_field input[type=password], .frm_forms .frm_blank_field input[type=url], .frm_forms .frm_blank_field input[type=tel], .frm_forms .frm_blank_field input[type=number], .frm_forms .frm_blank_field input[type=email], .frm_forms .frm_blank_field textarea, .frm_forms .frm_blank_field .mce-edit-area iframe, .frm_forms .frm_blank_field select, .frm_forms .frm_form_fields_error_style, .frm_forms .frm_blank_field .frm-g-recaptcha iframe, .frm_forms .frm_blank_field .g-recaptcha iframe, .frm_forms .frm_blank_field .chosen-container-multi .chosen-choices, .frm_forms .frm_blank_field .chosen-container-single .chosen-single, .frm_forms .frm_form_field :invalid {
  color: #800;
  background-color: #ffffff;
  border: 1px solid #800;
}
.frm_forms .frm_screen_reader {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.frm_forms .frm_screen_reader.frm_hidden {
  display: initial;
}
.frm_forms .frm_form_field .grecaptcha-badge, .frm_forms .frm_hidden, .frm_forms .frm_remove_form_row.frm_hidden, .frm_forms .with_frm_style .frm_button.frm_hidden {
  display: none;
}
.frm_forms form input.frm_verify {
  display: none !important;
}
.frm_forms input:not(:placeholder-shown) {
  background-color: #fff !important;
}
.frm_forms input:placeholder-shown {
  background-color: #f1f2f3 !important;
}
.frm_forms textarea:not(:placeholder-shown) {
  background-color: #fff !important;
}
.frm_forms textarea:placeholder-shown {
  background-color: #f1f2f3 !important;
}
.frm_forms .form-field {
  position: relative;
}
.frm_forms label {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1rem;
}
.frm_forms textarea {
  height: 160px;
  width: 100%;
}
.frm_forms .frm_form_field {
  position: relative;
}
.frm_forms .frm_error {
  position: absolute;
  top: 1px;
  right: 15px;
}
.frm_forms .frm_fields_container {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0;
}
.frm_forms h2 {
  font-size: 1.75rem;
  max-width: 390px;
  text-align: center;
}
.frm_forms .frm_checkbox {
  float: left;
  margin-right: 15px;
}
.frm_forms .frm_checkbox label {
  margin: 10px 0 0 3px;
}
.frm_forms .frm_checkbox:last-child {
  margin-right: 0;
}
.frm_forms .frm_radio {
  float: left;
  margin-right: 10px;
}
.frm_forms .frm_radio label {
  margin: 12px 0 0 8px;
}
.frm_forms .frm_scale {
  float: left;
  margin-right: 15px;
}
.frm_forms .frm_scale label {
  margin: 10px 0 0 3px;
}
.frm_forms .frm_primary_label {
  margin-top: 0 !important;
  color: #666;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 1rem;
  padding: 2px 0 0 8px;
}
.frm_message p {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  padding: 60px 0;
}
@font-face {
  font-family: "s11-fp";
  src: url("../../../plugins/formidable/fonts/s11-fp.eot?v=3");
  src: local("☺"), url("../../../plugins/formidable/fonts/s11-fp.woff?v=3") format("woff"), url("../../../plugins/formidable/fonts/s11-fp.ttf?v=3") format("truetype"), url("../../../plugins/formidable/fonts/s11-fp.svg?v=3") format("svg");
  font-weight: normal;
  font-style: normal;
}
#ui-datepicker-div {
  display: none;
  z-index: 999999 !important;
  margin-left: -25px;
  margin-top: 5px;
  border-radius: 6px;
  overflow: hidden;
}
#ui-datepicker-div .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-next {
  padding-left: 2px;
  padding-top: 3px;
}
@media (min-width: 480px) {
  #ui-datepicker-div {
    margin-left: 10px;
  }
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 35%;
  background-color: #fff;
  float: none;
  height: 44px;
  margin-right: 5px;
  border-radius: 3px;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month:hover, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year:hover {
  cursor: pointer;
}
.ui-datepicker select.ui-datepicker-month {
  margin-right: 3px;
}
.ui-datepicker-month, .ui-datepicker-year {
  max-width: 100%;
  max-height: 2rem;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-datepicker .ui-widget-header, .ui-datepicker .ui-datepicker-header {
  background-color: #2b2c2b !important;
  color: #ffffff !important;
}
.ui-datepicker td.ui-datepicker-today {
  background-color: red !important;
}
.ui-datepicker td.ui-datepicker-today a {
  color: #fff !important;
}
.ui-datepicker td.ui-datepicker-current-day, .ui-datepicker td .ui-state-hover, .ui-datepicker thead {
  background-color: #ddd6cc !important;
  color: #ffffff !important;
}
.ui-datepicker td.ui-datepicker-current-day .ui-state-default {
  color: #ffffff !important;
}
#contacter .frm_submit {
  width: 100%;
  text-align: center;
}
#contacter .frm_opt_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#contacter .frm_radio {
  float: none;
  margin: 0 10px;
  width: auto;
}
#contacter .frm_radio label {
  font-weight: 400;
}
@media (min-width: 768px) {
  #contacter .frm_opt_container {
    flex-direction: row;
  }
}
.wp-block-button {
  color: #fff;
  margin-bottom: 1.5em;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-button.alignright {
  text-align: right;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border: none;
  height: 60px;
  padding: 22px 32px;
  font-size: 16px;
  line-height: 16px;
  box-shadow: 2px 2px 6px rgba(53, 65, 69, 0.5);
  font-weight: 600;
  background-color: #072c70;
  color: #fff;
  text-transform: uppercase;
  margin-left: 15px;
  border-radius: 4px;
}
.wp-block-button.is-style-squared .wp-block-button__link:hover {
  text-decoration: none;
  background-color: #16469e;
  box-shadow: none;
}
.wp-block-button.is-style-squared .wp-block-button__link:focus, .wp-block-button.is-style-squared .wp-block-button__link:active, .wp-block-button.is-style-squared .wp-block-button__link:visited {
  color: inherit;
}
.is-style-outline {
  color: #072c70;
}
.is-style-outline .wp-block-button__link {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.125rem;
  line-height: 26px;
  padding: 12px 24px;
  margin: 0;
  min-height: 50px;
  display: inline-block;
  border-radius: 0.25rem;
  transition: 0.1s;
  background-color: transparent;
  border: 2px solid currentcolor;
  color: #072c70;
  border: 2px solid #072c70;
  line-height: 24px;
  font-weight: 900;
}
.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: #072c70;
  border-color: #072c70;
  cursor: pointer;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .is-style-outline .wp-block-button__link {
    border-width: 3px;
  }
}
.wp-block-media-text {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .wp-block-media-text {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wp-block-media-text {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .wp-block-media-text {
    max-width: 1320px;
  }
}
.wp-block-media-text {
  -ms-grid-columns: 100% !important;
  grid-template-columns: 100% !important;
  align-items: center;
}
.wp-block-media-text .wp-block-media-text__media {
  padding: 0 15px;
  display: none;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 15px;
  word-break: break-word;
  grid-column: 1;
}
.wp-block-media-text .wp-block-media-text__content h2, .wp-block-media-text .wp-block-media-text__content h3 {
  margin-top: 0;
  color: #072c70 !important;
  font-weight: 800 !important;
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
  display: grid;
  margin-bottom: 30px;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content, .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}
.wp-block-media-text .wp-block-media-text__media {
  -ms-grid-row-align: start !important;
  align-self: start !important;
  position: relative;
}
.wp-block-media-text .wp-block-media-text__media::after {
  content: "";
  display: block;
  background: url("../img/chevron-60-red.png") center top no-repeat;
  width: 60px;
  height: 31px;
  position: absolute;
  top: 45px;
  left: -15px;
  z-index: 1111;
}
.wp-block-media-text .wp-block-media-text__content {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
@media (min-width: 576px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .wp-block-media-text {
    -ms-grid-columns: 1fr 50% !important;
    grid-template-columns: 1fr 50% !important;
  }
  .wp-block-media-text .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content {
    -ms-grid-row: 1 !important;
    grid-row: 1 !important;
    margin-bottom: 0 !important;
  }
  .wp-block-media-text .wp-block-media-text__media {
    display: grid;
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
  }
  .wp-block-media-text .wp-block-media-text__content {
    -ms-grid-column: 2 !important;
    grid-column: 2 !important;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 2 !important;
    grid-column: 2 !important;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media::after {
    left: auto;
    right: -15px;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
  }
}
@media (min-width: 992px) {
  .wp-block-media-text .wp-block-media-text__media {
    border-radius: 22px;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 10%;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 15px;
    padding-right: 10%;
  }
}
.wp-block-media-text .wp-block-media-text__content li a {
  color: #504843;
}
.wp-block-media-text .wp-block-media-text__content li a:focus, .wp-block-media-text .wp-block-media-text__content li a:hover {
  color: #16469e;
}
.wp-block-media-text.third-right h1 {
  font-size: calc(1.5rem + 2vw);
}
@media (min-width: 992px) {
  .wp-block-media-text.third-right h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-media-text.third-right {
    grid-template-columns: 1fr 35% !important;
  }
  .wp-block-media-text.third-right h1 {
    font-size: 2.75rem;
  }
}
.wp-block-media-text.third-left h1 {
  font-size: calc(1.5rem + 2vw);
}
@media (min-width: 992px) {
  .wp-block-media-text.third-left h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-media-text.third-left {
    grid-template-columns: 35% 1fr !important;
  }
  .wp-block-media-text.third-left h2 {
    font-size: 2.25rem;
  }
}
.wp-block-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.wp-block-table th {
  color: #fff;
  background-color: #072c70;
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table table td, .wp-block-table table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.wp-block-image .alignright {
  width: 100%;
}
@media (min-width: 576px) {
  .wp-block-image .alignright {
    width: 40%;
    padding: 15px 0 10px 15px;
  }
}
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignleft, img.alignleft {
  margin-right: 10px;
  display: inline;
  float: left;
}
.acf-hero-unit {
  background: #ddd6cc url("../img/bg-hero-crete-1920.jpg") left center/cover no-repeat;
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
.acf-hero-unit h1 {
  font-size: 1.75rem;
  color: #0a2454;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.acf-hero-unit span {
  font-size: 1.375rem;
  text-transform: uppercase;
  color: #0a2454;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.acf-hero-unit img {
  max-width: 450px;
  position: relative;
}
@media (min-width: 370px) {
  .acf-hero-unit h1 {
    font-size: 2rem;
  }
}
@media (min-width: 480px) {
  .acf-hero-unit h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 576px) {
  .acf-hero-unit h1 {
    max-width: 600px;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .acf-hero-unit {
    padding: 100px 0 120px;
  }
}
@media (min-width: 1200px) {
  .acf-hero-unit h1 {
    margin-bottom: 2rem;
    max-width: 600px;
  }
  .acf-hero-unit img {
    max-width: 550px;
  }
}
@media (min-width: 1400px) {
  .acf-hero-unit h1 {
    margin-bottom: 2rem;
    max-width: 715px;
  }
  .acf-hero-unit img {
    max-width: 500px;
  }
}
.acf-title-bar h1 {
  font-size: 2.5rem;
  color: #0a2454;
}
@media (min-width: 576px) {
  .acf-title-bar h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .acf-title-bar h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .acf-title-bar h1 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .acf-title-bar h1 {
    font-size: 4rem;
  }
}
.acf-form-wrapper h2, .acf-form-wrapper h3 {
  color: #2b2c2b;
}
.acf-form-wrapper h2, .acf-form-wrapper h3 {
  font-size: 1.5rem;
}
.acf-form-wrapper a {
  text-decoration: none;
}
.acf-call-to-action {
  position: relative;
  overflow: hidden;
}
.acf-call-to-action h3 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #0a2454;
  text-transform: uppercase;
  font-weight: 700;
}
.acf-call-to-action p {
  color: #0a2454;
  font-size: 1.25rem;
  margin: 0 auto 30px;
  max-width: 650px;
}
@media (min-width: 576px) {
  .acf-call-to-action h3 {
    font-size: 2.5rem;
  }
  .acf-call-to-action p {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .acf-call-to-action h3 {
    font-size: 3rem;
  }
  .acf-call-to-action p {
    font-size: 1.5rem;
    max-width: 720px;
    margin-bottom: 45px;
  }
}
.acf-recent-posts h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.acf-recent-posts .card {
  margin-bottom: 30px;
  text-decoration: none;
  color: #ebe5da;
  background-color: #f2eee7;
}
.acf-recent-posts .card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.acf-recent-posts .card .card-title {
  margin: 0 0 5px;
  font-size: 1.25rem;
  color: #0a2454;
}
.acf-recent-posts .card:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.125);
  background-color: #fff;
}
.acf-recent-posts .card:hover .card-title {
  color: #16469e;
}
.acf-recent-posts .btn {
  margin: 15px auto 15px;
  display: block;
  width: 150px;
}
.acf-icon-columns h2 {
  margin: 0 0 60px;
  font-size: 2rem !important;
  text-align: center;
  color: #0a2454;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.acf-icon-columns .row {
  margin-bottom: -15px;
}
.acf-icon-columns .row .col-sm-6 {
  margin-bottom: 30px;
}
.acf-icon-columns .row svg {
  height: 60px;
  fill: #0a2454;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.acf-icon-columns .row h3 {
  font-size: 1rem;
  max-width: 100%;
  text-align: center;
  margin-bottom: 50px;
  color: #0a2454;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1400px) {
  .acf-icon-columns .col-xxl-2 h3 {
    font-size: 1.125rem;
  }
}
.acf-icon-columns.bg-train .row svg {
  fill: #fff;
}
.bg-train .acf-icon-columns h2, .bg-train .acf-icon-columns h3 {
  color: #fff;
}
.bg-train .acf-icon-columns svg {
  fill: #fff;
}
.acf-five-star-reviews .carousel-inner {
  border-radius: 6px;
  margin: 0 auto;
}
.acf-five-star-reviews .carousel-item {
  flex-direction: column;
  padding-bottom: 50px;
}
.acf-five-star-reviews .carousel-item p {
  display: block;
  max-width: 930px;
  margin: 0 auto;
  padding: 15px 45px;
  text-align: center;
}
.acf-five-star-reviews .carousel-item .t-stars {
  height: 40px;
}
.acf-five-star-reviews .carousel-item .t-stars svg {
  fill: #072c70;
  width: 30px;
  margin: 0 5px;
}
.acf-five-star-reviews .carousel-indicators button {
  background: rgba(204, 204, 204, 0.5);
}
.acf-five-star-reviews .carousel-indicators button.active {
  background: #ccc;
}
.acf-five-star-reviews .carousel-control-prev {
  margin-left: -15px;
}
.acf-five-star-reviews .carousel-control-next {
  margin-right: -15px;
}
.acf-five-star-reviews .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.acf-five-star-reviews .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
@media (min-width: 480px) {
  .acf-five-star-reviews .t-con {
    min-height: 400px;
  }
}
@media (min-width: 576px) {
  .acf-five-star-reviews .carousel-item p {
    padding: 15px 75px;
  }
}
@media (min-width: 768px) {
  .acf-five-star-reviews .t-con {
    min-height: 300px;
  }
  .acf-five-star-reviews .carousel-control {
    width: 60px;
  }
}
@media (min-width: 992px) {
  .acf-five-star-reviews .t-con {
    min-height: 180px;
  }
}
.acf-card-columns .row {
  margin-bottom: -30px;
}
.acf-card-columns .row > div {
  margin-bottom: 30px;
}
.acf-card-columns .card {
  overflow: hidden;
  border: none;
  height: 100%;
  position: relative;
  padding-bottom: 10px;
  background-color: #ebe5da;
  clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}
.acf-card-columns img {
  width: 100%;
  height: 231px;
  object-fit: cover;
}
.acf-card-columns .card-title {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  color: #072c70;
  text-transform: uppercase;
  font-weight: 700;
}
.acf-card-columns .card-text {
  font-weight: 400;
  color: #504843;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
.acf-card-columns.text-condensed img {
  height: 150px;
}
.acf-card-columns.text-condensed .card-title {
  font-size: 1.25rem;
}
.acf-card-columns.text-condensed .card-text {
  font-size: 1rem;
}
.acf-card-columns a {
  transition: 0.2s;
  text-decoration: none;
}
.acf-card-columns a:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.125);
}
.acf-card-columns a:hover .card-title {
  color: #16469e;
}
.acf-card-columns a:hover .in-link {
  color: #b5472c;
  text-decoration: none;
}
.acf-card-columns a:hover .in-link::before {
  transform: translateX(2px);
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10px' height='16px' fill='%23ba5927' viewBox='0 0 320 512'><path d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z' /></svg>");
}
.acf-card-columns a.card:hover {
  background-color: #f2eee7;
}
.acf-card-columns .chevy.in-link {
  color: #923a24;
  position: absolute;
  bottom: 16px;
  font-size: 1.125rem;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .acf-card-columns .col-xxl-25 {
    flex-basis: 20%;
  }
}
.acf-lightbox-gallery .row {
  margin-bottom: -30px;
}
.acf-lightbox-gallery .col-6 {
  margin-bottom: 30px;
}
.acf-lightbox-gallery .col-6 a {
  display: block;
  position: relative;
  transition: 0.2s;
  overflow: hidden;
  padding-bottom: 100%;
}
.acf-lightbox-gallery .col-6 a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acf-lightbox-gallery .col-6 a:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}
.gallery-lightbox .carousel {
  height: 100%;
  background: #000;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}
.gallery-lightbox .carousel-inner {
  height: 100%;
}
.gallery-lightbox .carousel-caption {
  z-index: 9999;
}
.gallery-lightbox .carousel-item {
  height: 100%;
}
.gallery-lightbox .carousel-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  box-shadow: inset 0px -90px 90px 0px rgba(0, 0, 0, 0.5);
}
.gallery-lightbox .carousel-indicators {
  z-index: 15000;
}
.gallery-lightbox .carousel-control-next, .gallery-lightbox .carousel-control-prev {
  z-index: 10000;
}
.gallery-lightbox img {
  max-width: 1200px;
  max-height: 800px;
  display: block;
}
.gallery-lightbox p {
  font-size: 1.25rem;
  font-weight: 400;
}
.gallery-lightbox .modal-dialog {
  background: #000;
  height: 85%;
  max-width: 1600px;
  margin: 100px 0 0 15px;
}
.gallery-lightbox .modal-dialog .modal-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
}
@media (min-width: 1600px) {
  .gallery-lightbox .modal-dialog {
    max-width: 1300px;
    margin: 100px auto 0;
  }
}
.gallery-lightbox .modal-backdrop {
  background-color: #000;
}
.gallery-lightbox .modal-backdrop .show {
  opacity: 0.9;
}
@media (max-width: 575px) {
  .acf-lightbox-gallery .col-6 {
    padding: 2px;
  }
}
.acf-bootstrap-accordion h3 {
  margin-top: 0px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fohiopr.wpenginepowered.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_utilities.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_includes.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_utilities-spacing.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_global.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_index.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_single.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_gutenberg-custom.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_acf-hero-unit.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_acf-title-bar.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_acf-form-wrapper.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_acf-call-to-action.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_acf-recent-posts.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_acf-icon-columns.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_acf-five-star-reviews.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_acf-card-columns.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_acf-lightbox-gallery.scss%22%2C%22wp-content%2Fthemes%2Fflexy-ohio-pr%2Fscss%2F_acf-bootstrap-accordion.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAXE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAhBE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAArBE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAqBJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAxCE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAwCJ%3BAAAA%3BAAAA%3BAAAA%3BAA7CE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAA6CJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAA1EE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAA0EJ%3BAAAA%3BAAAA%3BAAAA%3BAA%2FEE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAA%2BEJ%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACrDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF3EF%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BACwJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuGA%3BAAAA%3BAAAA%3BACzHA%3BADoIE%3BAAAA%3BAAAA%3BAAAA%3BAC9HF%3BADoIE%3BAAAA%3BAAAA%3BAAAA%3BAC9HF%3BADoIE%3BAAAA%3BAAAA%3BAAAA%3BAC9HF%3BADoIE%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BACpKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6KE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvKF%3BAD8KE%3BAAAA%3BAAAA%3BAAAA%3BACxKF%3BAD8KE%3BAAAA%3BAAAA%3BAAAA%3BACpLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9PF%3BAAAA%3BAAAA%3BAAAA%3BADwQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvTF%3BADgUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzTJ%3BAAAA%3BAAAA%3BAAAA%3BADoUE%3BAAAA%3BAAAA%3BAAAA%3BAC9TF%3BAAAA%3BAAAA%3BAAAA%3BADsUE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FEF%3BAAAA%3BAAAA%3BADuDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5DF%3BAAAA%3BAAAA%3BADoCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzCF%3BAAAA%3BAAAA%3BAAAA%3BADiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChBF%3BAAAA%3BAAAA%3BADRE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACGF%3BAAAA%3BAAAA%3BAD3BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsBF%3BAAAA%3BAAAA%3BAAAA%3BAD9CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkDF%3BAAAA%3BAAAA%3BAD1EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACwEF%3BAAAA%3BAAAA%3BADhGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2FF%3BAAAA%3BAAAA%3BAAAA%3BADnHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoHF%3BAAAA%3BAAAA%3BAD5IE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuIF%3BAAAA%3BAAAA%3BAD%2FJE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0JF%3BAAAA%3BAAAA%3BAAAA%3BADlLE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEtFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF8DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE1DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAFEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BACvOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAHsBA%3BAGjBE%3BAAAA%3BAAAA%3BAAAA%3BAHuBF%3BAGhBE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAHSJ%3BAGFE%3BAAAA%3BAAAA%3BAAAA%3BAHQF%3BAGDE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAHMJ%3BAGGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAHDF%3BAGQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAHvGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGwHE%3BAAAA%3BAAAA%3BAAAA%3BAHlHF%3BAGwHE%3BAAAA%3BAAAA%3BAAAA%3BAHlHF%3BAGwHE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAHtMF%3BAG4ME%3BAAAA%3BAAAA%3BAAAA%3BAHhMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGyME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAH9RF%3BAAAA%3BAAAA%3BAAAA%3BAGsSE%3BAAAA%3BAAAA%3BAAAA%3BAHhSF%3BAAAA%3BAAAA%3BAAAA%3BAGwSE%3BAAAA%3BAAAA%3BAAAA%3BAHhRF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIrFF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAJqBF%3BAIfE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJqBF%3BAIbE%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAJnCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI%2BCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJxDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImEF%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAC5LF%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAqBF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BALJE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAC9KF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAN0DA%3BAMrDE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BANuDF%3BAAAA%3BAAAA%3BAAAA%3BAMjDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANuDF%3BAMjDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANuDF%3BAMjDE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BANzBF%3BAM%2BBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAN9BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMsCE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BANlCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM6CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANhFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM2FA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAN3IV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMsJE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANtJJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOrFF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAP6CA%3BAOzCE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPJF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8BA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAPzRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOmSF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAPlVF%3BAOuVE%3BAAAA%3BAAAA%3BAAAA%3BAC%2FYJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARAF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQiBF%3BAAAA%3BAAAA%3BAAAA%3BARjBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQqBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BARjGA%3BAQwGI%3BAAAA%3BAAAA%3BAAAA%3BARlGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ0GE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR5HJ%3BAQmIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BARhKA%3BAQoKE%3BAAAA%3BAAAA%3BAAAA%3BAR9JF%3BAAAA%3BAAAA%3BAAAA%3BAQoKE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BARjLA%3BAQqLE%3BAAAA%3BAAAA%3BAAAA%3BAR%2FKF%3BAAAA%3BAAAA%3BAAAA%3BAQqLE%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BARrOA%3BAQyOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAT2BA%3BASrBE%3BAAAA%3BAAAA%3BAAAA%3BATiCF%3BAS3BE%3BAAAA%3BAAAA%3BAAAA%3BATiCF%3BAS3BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATuCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAS%2FBE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BATgCF%3BAS1BE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACrEF%3BAAAA%3BAAAA%3BAAAA%3BAVkEA%3BAU7DE%3BAAAA%3BAAAA%3BAAAA%3BAVmEF%3BAU9DE%3BAAAA%3BAAAA%3BAAAA%3BAVoEF%3BAU%2FDE%3BAAAA%3BAAAA%3BAAAA%3BAVqEF%3BAUhEE%3BAAAA%3BAAAA%3BAAAA%3BACpBF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACPF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZuDA%3BAY%2FCE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAZuDF%3BAYjDE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdmEF%3BAcvDI%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACrDA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAfqBA%3BAejBE%3BAAAA%3BAAAA%3BAAAA%3BAfuBF%3BAelBE%3BAAAA%3BAAAA%3BAAAA%3BAfwBF%3BAenBE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAfsBF%3BAenBE%3BAAAA%3BAAAA%3BAAAA%3BAC3DF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBSA%3BAgBAE%3BAAAA%3BAAAA%3BAAAA%3BAC1FF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjByBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBbA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAUJ%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAClGF%3BAAAA%3BAAAA%22%7D */