.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  /*Adjust the padding-bottom for the height of the video*/
}
a.cta__button {
  color: #fff !important;
}
.section--light .cta__button--icon.component__button--2:hover,
.section--light .cta__button.component__button--2:hover,
.section--light .cta__link--icon.component__button--2:hover {
  color: #a62f28 !important;
}
.section--light .cta__button--icon.component__button--1:hover,
.section--light .cta__button.component__button--1:hover,
.section--light .cta__link--icon.component__button--1:hover {
  color: #a62f28 !important;
}

.section--dark .map-a .map-search__submit {
  color: #fff;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo__image img {
    width: 250px !important;
}

img {
  height: auto !important;
}

.col-2 {
  width: 49%;
  padding: 1%;
  display: inline-block;
  vertical-align: top;
}

.columns-2 {
  columns: 2;
}

.hours_spacer {
  width: 120px;
  display: inline-block;
}

.grid.grid--btns {
  display: flex;
  flex-wrap: wrap;
}

.grid.grid--btns p {
  width: 33%;
  color: #fff;
  text-align: center;
}

.grid.grid--btns p a {
  width: 200px;
  color: #fff;
  background: #236ca5;
  display: inline-block;
  padding: 10px;
  transition: 0.3s;
}

.grid.grid--btns p a:hover {
  background: #1c3762;
  text-decoration: none;
}

.grid.grid--staff {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  text-align: center;
}

.wrap__page-content ul,
.wrap__page-content ol,
.wrap__editable ul,
.wrap__editable ol,
.wrap__editable-content ul,
.wrap__editable-content ol,
.staff-member ul,
.staff-member ol,
.editable ul,
.editable ol,
.form ul,
.form ol,
.editable ul + *,
.editable ol + *,
.editable__container ul + *,
.editable__container ol + * {
  clear: none;
}

.clearfix {
  clear: both;
}

@media (max-width: 1024px) {
  .grid.grid--btns p {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .col-2 {
    width: 100%;
    padding: 0;
  }

  .grid.grid--btns p {
    width: 100%;
  }

  .columns-2 {
    columns: 1;
  }

  .bx-wrapper .bx-controls {
    padding: 0;
  }
}

/*------------------------split section changes------------------------*/
.split_section {
  display: flex;
  flex-direction: row;
  clear: both;
}

.split_section_box {
  width: 50%;
}

.split_left {
  order: 0;
}

.split_right {
  order: 1;
}

.split_image {
  position: relative;
}

.split_image img {
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  object-fit: cover;
}

.split_image div[data-component-name] {
  position: unset;
}

.split_text {
  padding: 20px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.split_text .cta {
  text-align: center;
}

.split_text a.cta__button {
  background: #236ca5;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  margin-top: 10px;
  display: inline-block;
  min-width: 200px;
  transition: 0.3s;
}

.split_text a.cta__button:hover {
  background: #1c3762;
  text-decoration: unset;
}

@media (max-width: 767px) {
  .split_section {
    flex-direction: column;
  }

  .split_section_box {
    width: 100%;
  }

  .split_left,
  .split_right {
    order: 0;
  }

  .split_image {
    height: 300px;
  }

  .split_text {
    min-height: unset;
  }
}
/*-----------------------end split section changes---------------------*/

.staff-member {
  border: none;
  display: flex;
}

.staff-member__image {
  min-width: unset;
  max-width: unset;
}
.wrap__staff .staff-member__image {
  min-height: 185px;
}
.col-2 {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding: 1%;
}
p.rightside {
  padding-left: 15px;
  float: right;
  width: auto;
}
p.rightside img {
  padding: 5px;
  width: 250px;
  margin: 5px;
}
p.leftside img {
  padding: 5px;
  width: 250px;
  margin: 5px;
}
p.leftside {
  padding-right: 15px;
  float: left;
  width: auto;
}
@media (max-width: 767px) {
  .col-2 {
    display: block;
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 519px) {
  p.leftside {
    float: none !important;
    text-align: center;
    padding-right: 0px !important;
  }
  p.leftside img {
    float: none !important;
    display: block;
    text-align: center;
    margin: auto;
    padding-right: 0px !important;
  }
  .rightside {
    float: none !important;
    text-align: center;
    padding-left: 0px !important;
  }

  p.rightside img {
    float: none !important;
    display: block;
    text-align: center;
    margin: auto;
    padding-left: 0px !important;
  }
}
