:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

a {
  text-decoration: none;
}

.banner_fullwidth {
  background-image: linear-gradient(#021544, #021544);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.subnavigation_4fr {
  background-color: #021544;
  background-image: linear-gradient(90deg, #00000059, #162e51);
  padding: 100px 20px;
}

.navigation_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.item_div {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 28px 24px;
  transition: color .3s, background-color .3s;
  box-shadow: 0 10px 30px #2222221a;
}

.item_div:hover {
  color: #fff;
  background-color: #0000;
}

.item_text {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.content_grid {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content_grid_interior {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.h2.center {
  color: #fff;
  text-align: center;
}

.right_content {
  background-image: url('../images/AdobeStock_503299055_min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.right_content.v2 {
  background-image: url('../images/AdobeStock_503299055_min_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.left_content {
  flex-flow: column;
  justify-content: center;
  padding: 60px 60px 80px 40px;
  display: flex;
}

.text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.text.center {
  text-align: center;
}

.text.center.white {
  color: #fff;
  line-height: 1.5;
}

.line {
  background-color: #000;
  width: 80px;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.line.center {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.item_description {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.content_solid_background {
  background-color: #f5f7fc;
  padding-top: 60px;
  padding-bottom: 60px;
}

.icon_div {
  flex-flow: row;
  justify-content: center;
  height: 50px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.icon_image {
  z-index: 1;
  position: absolute;
}

.list_container {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.content_image_background {
  background-color: #021544;
  background-image: linear-gradient(#021544cc, #021544cc), url('../images/AdobeStock_651327443_min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 100px 20px;
}

.vc_width_650 {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.content_grid_4x4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 60px;
}

.content_div {
  border: 1px solid #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.content_div._1 {
  border-top-width: 0;
  border-left-width: 0;
}

.content_div._2 {
  border-top-width: 0;
  border-right-width: 0;
}

.content_div._3 {
  border-bottom-width: 0;
  border-left-width: 0;
}

.content_div._4 {
  border-bottom-width: 0;
  border-right-width: 0;
}

.text_large {
  color: #f5f5f5;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.icon_image_hover {
  position: absolute;
}

.container_div_1140 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.mt_subnavigation_4fr {
  background-color: #ebe4dd;
  background-image: none;
  border-top: 8px solid #d87128;
  padding: 100px 20px;
}

.mt_item_div {
  color: #000;
  background-image: url('../images/Ysleta-Mission-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 280px;
  padding: 28px 24px;
  transition: opacity .2s, background-color .3s, color .3s;
  display: flex;
  position: relative;
  box-shadow: 0 10px 30px #2222221a;
}

.mt_item_div._2 {
  background-image: url('../images/Casa-Ronquillo-1.jpg');
}

.mt_item_div._3 {
  background-image: url('../images/old-county-jail.jpg');
}

.mt_item_div._4 {
  background-image: url('../images/Los-portales_min.jpg');
}

.mt_item_div._5 {
  background-image: url('../images/Presido-Chapel.jpg');
}

.mt_item_div._6 {
  background-image: url('../images/IMG_6239.JPG');
}

.mt_item_div._7 {
  background-image: url('../images/Socorro-Mission.jpg');
}

.mt_item_div._8 {
  background-image: url('../images/Min_AdobeStock_184598187.jpg');
}

.mt_item_text {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Urwgothic Demi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.mt_content_image_background {
  background-color: #021544;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_613909469.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top: 8px solid #d87128;
  padding: 80px 20px;
}

.mt_content_solid_background {
  background-color: #fff;
  padding: 80px 20px;
}

.mt_h2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urwgothic Book, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.mt_h2.center {
  color: #fff;
  text-align: center;
}

.mt_h2.mt_center {
  color: #6d5843;
  text-align: center;
  font-weight: 500;
}

.mt_overlay {
  z-index: 0;
  opacity: .6;
  background-color: #000;
  transition: opacity .35s;
  position: absolute;
  inset: 0%;
}

.mt_overlay:hover {
  opacity: .75;
}

.mt_line {
  background-color: #000;
  width: 80px;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.mt_line.center {
  background-color: #cd9607;
  margin-left: auto;
  margin-right: auto;
}

.mt_nav {
  background-color: #201c17;
  border-bottom: 8px solid #cd9608;
  padding-top: 30px;
  padding-bottom: 30px;
}

.mt_nav_link {
  color: #ebe4dd;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.mt_nav_link.w--current {
  color: #cd9608;
}

.mt_nav_container {
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.mt_brand {
  flex: 1;
}

.mt_footer {
  background-color: #201c17;
  padding-top: 60px;
  padding-bottom: 60px;
}

.mt_footer_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container_div_1360 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.mt_text {
  color: #f5f5f5;
  text-align: center;
  font-family: Fraunces, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.mt_banner_test {
  background-color: #fff;
  background-image: url('../images/AdobeStock_613909469.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  height: 700px;
  display: flex;
}

.mt_h1_test {
  color: #0071ad;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-family: Agrandir, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.mt_h1_div_test {
  background-color: #fff;
  width: 800px;
  padding: 24px 28px;
  box-shadow: 0 0 30px #00000026;
}

.mt_h1_large {
  font-size: 64px;
}

.mt_banner_fullwidth {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 8px solid #cd9608;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navigation_grid {
    grid-template-columns: 1fr 1fr;
  }

  .content_grid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .vc_width_650 {
    width: auto;
  }

  .content_grid_4x4 {
    grid-template-columns: 1fr;
  }

  .content_div._1 {
    border-right-width: 0;
  }

  .content_div._2 {
    border-left-width: 0;
  }

  .content_div._3 {
    border-top-width: 0;
    border-bottom-width: 1px;
    border-right-width: 0;
  }

  .content_div._4 {
    border-top-width: 0;
    border-left-width: 0;
  }

  .mt_nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mt_banner_test {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mt_h1_test {
    font-size: 32px;
  }

  .mt_h1_div_test {
    background-color: #fff;
  }

  .mt_icon {
    color: #cd9608;
  }

  .nav-menu {
    background-color: #3d3126;
  }

  .mt_banner_fullwidth {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navigation_grid, .content_grid_interior {
    grid-template-columns: 1fr;
  }

  .left_content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mt_banner_test {
    height: 700px;
  }
}

@media screen and (max-width: 479px) {
  .mt_h1_test {
    font-size: 24px;
  }
}

#w-node-b6086370-fcf4-60b1-bc73-1963ad61ba67-42ed7852, #w-node-ceedba6b-8cc1-060b-8514-be16cdd081ba-42ed7852, #w-node-d9164d42-d998-1c18-45ff-1f36014143d4-42ed7852, #w-node-_9790c622-284e-d3fa-8411-c7dad3b01c71-42ed7852, #w-node-cfeb2151-6044-b179-3609-c704d606c103-42ed7852 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf20623b-689b-517f-6759-3ba884192e11-213e4606 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c923ff3d-c39f-c123-5360-1b7b76a9ea9b-213e4606 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9fa5bc4b-77d9-39f7-a376-c068e72083a8-213e4606, #w-node-_10ee8316-e489-9c45-7b66-c91fa59d1a64-213e4606, #w-node-_0263f558-309e-aa4e-957e-95bb17ec0070-213e4606 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_00f4810f-8618-5115-8b3d-5edb2674bf06-213e4606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05e618cb-4872-9891-d543-151458157b8d-b5348d06 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_05e618cb-4872-9891-d543-151458157b95-b5348d06, #w-node-_05e618cb-4872-9891-d543-151458157b9d-b5348d06, #w-node-_05e618cb-4872-9891-d543-151458157ba1-b5348d06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-c923ff3d-c39f-c123-5360-1b7b76a9ea9b-213e4606, #w-node-_9fa5bc4b-77d9-39f7-a376-c068e72083a8-213e4606, #w-node-_10ee8316-e489-9c45-7b66-c91fa59d1a64-213e4606, #w-node-_05e618cb-4872-9891-d543-151458157b8d-b5348d06, #w-node-_05e618cb-4872-9891-d543-151458157b95-b5348d06, #w-node-_05e618cb-4872-9891-d543-151458157b9d-b5348d06, #w-node-_05e618cb-4872-9891-d543-151458157ba1-b5348d06 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Urwgothic Book';
  src: url('../fonts/URWGothic-Book.ttf') format('truetype'), url('../fonts/URWGothic-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgothic';
  src: url('../fonts/URWGothic-BookOblique.ttf') format('truetype'), url('../fonts/URWGothic-DemiOblique.ttf') format('truetype'), url('../fonts/URWGothic-DemiOblique.otf') format('opentype'), url('../fonts/URWGothic-BookOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgothic Demi';
  src: url('../fonts/URWGothic-Demi.ttf') format('truetype'), url('../fonts/URWGothic-Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-TextBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-WideLight.otf') format('opentype'), url('../fonts/Agrandir-GrandLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir Narrow';
  src: url('../fonts/Agrandir-Narrow.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-WideBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir Tight';
  src: url('../fonts/Agrandir-Tight.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-GrandHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}