@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@font-face {
  font-family: "site-icon";
  src: url("../fonts/icon-fonts/site-icon.eot?kapdfw");
  src: url("../fonts/icon-fonts/site-icon.eot?kapdfw#iefix") format("embedded-opentype"), url("../fonts/icon-fonts/site-icon.ttf?kapdfw") format("truetype"), url("../fonts/icon-fonts/site-icon.woff?kapdfw") format("woff"), url("../fonts/icon-fonts/site-icon.svg?kapdfw#site-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=site-icon-], [class*=" site-icon-"] {
  speak: never;
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-icon-bookmark-long-border:before {
  content: "\e918";
}

.site-icon-bookmark-long-fill:before {
  content: "\e918";
}

.site-icon-bookmark-short-border:before {
  content: "\e918";
}

.site-icon-bookmark-short-fill:before {
  content: "\e918";
}

.site-icon-youtube:before {
  content: "\e914";
}

.site-icon-twitter-x:before {
  content: "\e916";
}

.site-icon-email:before {
  content: "\e912";
}

.site-icon-search:before {
  content: "\e905";
}

.site-icon-clock:before {
  content: "\e911";
}

.site-icon-tiktok:before {
  content: "\e903";
}

.site-icon-arrow-down:before {
  content: "\e907";
}

.site-icon-arrow-left:before {
  content: "\e908";
}

.site-icon-arrow-right:before {
  content: "\e909";
}

.site-icon-arrow-up:before {
  content: "\e90a";
}

.site-icon-arrow-back:before {
  content: "\e90b";
}

.site-icon-arrow-next:before {
  content: "\e90c";
}

.site-icon-arrow-play:before {
  content: "\e90d";
}

.site-icon-instagram:before {
  content: "\e906";
}

.site-icon-linkedin:before {
  content: "\e900";
}

.site-icon-twitter:before {
  content: "\e901";
}

.site-icon-facebook:before {
  content: "\e902";
}

.site-icon-close:before {
  content: "\e90f";
}

.site-icon-location:before {
  content: "\e910";
}

.site-icon-vimeo:before {
  content: "\e913";
}

.site-icon-youtube-icon:before {
  content: "\e90e";
}

.site-icon-flickr:before {
  content: "\e904";
}

.site-icon-button:before {
  content: "\e919";
}

.site-color-text {
  color: #3C4555 !important;
}
.site-color-text-wrapper .cms-feature-title {
  color: #3C4555 !important;
}
.site-color-primary {
  color: #001848 !important;
}
.site-color-primary-wrapper .cms-feature-title {
  color: #001848 !important;
}
.site-color-secondary {
  color: #A39161 !important;
}
.site-color-secondary-wrapper .cms-feature-title {
  color: #A39161 !important;
}
.site-color-light {
  color: rgba(58, 36, 22, 0.2) !important;
}
.site-color-light-wrapper .cms-feature-title {
  color: rgba(58, 36, 22, 0.2) !important;
}
.site-color-black {
  color: #000000 !important;
}
.site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.site-color-white {
  color: #ffffff !important;
}
.site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}

.site-bg-text, .site-bg-text-wrapper, .site-bg .cms-feature-title {
  background: #3C4555 !important;
}
.site-bg-primary, .site-bg-primary-wrapper, .site-bg .cms-feature-title {
  background: #001848 !important;
}
.site-bg-secondary, .site-bg-secondary-wrapper, .site-bg .cms-feature-title {
  background: #A39161 !important;
}
.site-bg-light, .site-bg-light-wrapper, .site-bg .cms-feature-title {
  background: #B71918 !important;
}
.site-bg-black, .site-bg-black-wrapper, .site-bg .cms-feature-title {
  background: #000000 !important;
}
.site-bg-white, .site-bg-white-wrapper, .site-bg .cms-feature-title {
  background: #ffffff !important;
}

.x-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none;
}

html {
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 29px;
  color: #3C4555;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif !important;
  overflow-x: hidden;
}

pre, code, kbd, samp, tt, input, textarea, select, option, optgroup, button, td, blockquote, cite, small, big, .marker, q {
  font-family: "Lato", sans-serif !important;
}

.site-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 600px) {
  .site-container {
    padding: 0 5%;
  }
}
@media (min-width: 1500px) {
  .site-container {
    padding: 0 8%;
  }
}
@media (min-width: 1950px) {
  .site-container {
    max-width: 1920px;
    padding: 0;
  }
}

ol {
  list-style-position: inside;
}

li {
  color: inherit;
}

.site-main-wrapper .site-sub-wrapper {
  width: 100%;
  clear: both;
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article {
  display: block;
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  float: left;
  padding-right: 120px;
}
@media (max-width: 766px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
    padding: 0;
    float: none;
  }
}
.site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
  float: right;
}
@media (max-width: 766px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
    float: none;
  }
}
@media (min-width: 767px) {
  .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
    width: calc(100% - 490px);
  }
}

h1 {
  font-size: 81px;
  line-height: 108px;
  font-family: "Playfair Display";
  font-weight: 700;
  color: #001848;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

h2 {
  font-size: 81px;
  line-height: 108px;
  font-family: "Playfair Display";
  font-weight: 700;
  color: #001848;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  h2 {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 41px;
  line-height: 54px;
  font-family: "Playfair Display";
  font-weight: 700;
  color: #001848;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 30px;
  line-height: 40px;
  font-family: "Playfair Display";
  font-weight: 700;
  color: #001848;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}

h5 {
  font-size: 14px;
  line-height: 24px;
  font-family: "Playfair Display";
  font-weight: 700;
  color: #001848;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
@media (max-width: 599px) {
  h5 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
  }
}

h6 {
  font-size: 20px;
  line-height: 25px;
  font-family: "Playfair Display";
  font-weight: 700;
  color: #001848;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  h6 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

a {
  text-decoration: none;
  color: #3C4555;
}
a:hover, a:focus {
  color: #3C4555;
}

p {
  margin: 0 0 10px;
}

strong {
  font-weight: bold;
}

hr {
  margin: 0 auto 10px;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.site-button-primary, .site-form-payment-wrapper .site-payment-buttons button,
.site-form-data .site-form-buttons .site-form-button,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
  background: #ffffff;
  font-size: 14px;
  font-weight: 700 !important;
  padding: 10px 30px 10px 50px;
  border: none;
  text-align: center;
  color: #3C4555;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Lato", sans-serif;
  border-radius: 35px;
  position: relative;
  box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.site-button-primary:hover, .site-form-payment-wrapper .site-payment-buttons button:hover,
.site-form-data .site-form-buttons .site-form-button:hover,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
  background: #001848;
  color: #ffffff;
}
.site-button-primary:before, .site-form-payment-wrapper .site-payment-buttons button:before,
.site-form-data .site-form-buttons .site-form-button:before,
.site-form-data .site-form-field .file-upload-wrapper .file-upload-button:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 45%;
  width: 13px;
  height: 13px;
  background-image: url("/Templates/RegentsAustin/images/gold-swish.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.site-button-secondary, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button {
  background: #001848;
  font-size: 14px;
  font-weight: 700 !important;
  padding: 10px 30px 10px 50px;
  border: none;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Lato", sans-serif;
  border-radius: 35px;
  position: relative;
  box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.site-button-secondary:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover {
  background: #A39161;
  color: #ffffff;
}
.site-button-secondary:before, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 45%;
  width: 13px;
  height: 13px;
  background-image: url("/Templates/RegentsAustin/images/gold-swish.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.site-button-tertiary {
  background: #A39161;
  font-size: 14px;
  font-weight: 700 !important;
  padding: 10px 30px 10px 50px;
  border: none;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Lato", sans-serif;
  border-radius: 35px;
  position: relative;
  box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.site-button-tertiary:hover {
  background: #001848;
  color: #ffffff;
}
.site-button-tertiary:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 45%;
  width: 13px;
  height: 13px;
  background-image: url("/Templates/RegentsAustin/images/gold-swish.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.site-button-tertiary:before {
  filter: grayscale(100%) brightness(1000%);
}
.site-button-tertiary:hover:before {
  filter: none;
}

.site-bookmark-button {
  position: relative;
  background: #ffffff;
  font-size: 14px;
  font-weight: 700 !important;
  padding: 10px 30px 10px 50px;
  border: none;
  text-align: center;
  color: #001848;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Lato", sans-serif;
  border-radius: 35px;
  position: relative;
  box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.site-bookmark-button:hover {
  background: #ffffff;
  color: #A39161;
}
.site-bookmark-button:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 45%;
  width: 13px;
  height: 13px;
  background-image: url("/Templates/RegentsAustin/images/gold-swish.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.site-bookmark-button:hover {
  background: #001848;
}
.site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}

.site-button-primary-full {
  background: #ffffff;
  font-size: 14px;
  font-weight: 700 !important;
  padding: 10px 30px 10px 50px;
  border: none;
  text-align: center;
  color: #3C4555;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Lato", sans-serif;
  border-radius: 35px;
  position: relative;
  box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
}
.site-button-primary-full:hover {
  background: #001848;
  color: #ffffff;
}
.site-button-primary-full:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 45%;
  width: 13px;
  height: 13px;
  background-image: url("/Templates/RegentsAustin/images/gold-swish.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.site-button-primary-full:before {
  display: none;
}

.site-button-secondary-full {
  background: #001848;
  font-size: 14px;
  font-weight: 700 !important;
  padding: 10px 30px 10px 50px;
  border: none;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Lato", sans-serif;
  border-radius: 35px;
  position: relative;
  box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
}
.site-button-secondary-full:hover {
  background: #A39161;
  color: #ffffff;
}
.site-button-secondary-full:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 45%;
  width: 13px;
  height: 13px;
  background-image: url("/Templates/RegentsAustin/images/gold-swish.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.site-button-secondary-full:before {
  display: none;
}

.site-button-tertiary-full {
  background: #A39161;
  font-size: 14px;
  font-weight: 700 !important;
  padding: 10px 30px 10px 50px;
  border: none;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Lato", sans-serif;
  border-radius: 35px;
  position: relative;
  box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
}
.site-button-tertiary-full:hover {
  background: #001848;
  color: #ffffff;
}
.site-button-tertiary-full:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 45%;
  width: 13px;
  height: 13px;
  background-image: url("/Templates/RegentsAustin/images/gold-swish.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.site-button-tertiary-full:before {
  display: none;
}

.site-textarea {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #B71918;
  font-size: 16px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Lato", sans-serif;
  max-width: 100%;
}

input.site-textbox, .site-search-wrapper .site-search-block.site-search-option1 .site-search-data input.site-search-input, .site-search-wrapper .site-search-block.site-search-option .site-search-data input.site-search-input {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #B71918;
  font-size: 16px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Lato", sans-serif;
  max-width: 100%;
}

select.site-select {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #B71918;
  font-size: 16px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Lato", sans-serif;
  max-width: 100%;
}

main#site-main {
  min-height: 300px;
  overflow-x: hidden;
}
main#site-main .site-page-title {
  margin-top: 20px;
  color: #001848;
}

#site-header {
  background: transparent;
  position: absolute;
  z-index: 999;
  width: 100%;
}
#site-header .site-header-logo .site-slide {
  width: 50px !important;
}
@media (min-width: 768px) {
  #site-header .site-header-logo .site-slide {
    width: 95px !important;
  }
}
@media (min-width: 768px) {
  #site-header .site-header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#site-header .site-header-logo .cms-feature-datablock a {
  margin-left: 25px;
  font-size: 14px;
  line-height: 24px;
  font-family: "Playfair Display";
  font-weight: 700;
  color: #001848;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  color: #ffffff;
}
@media (max-width: 599px) {
  #site-header .site-header-logo .cms-feature-datablock a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  #site-header .site-header-logo .cms-feature-datablock a {
    margin-left: 50px;
  }
}
#site-header .site-header-logo .cms-feature-datablock a:after {
  width: 0;
  background-color: #ffffff;
}
#site-header .site-header-logo .cms-feature-datablock a:hover:after {
  width: 100%;
}
@media (max-width: 600px) {
  #site-header .site-header-logo #site-header-quicklinks {
    position: absolute;
    top: 0;
    right: 60px;
  }
  #site-header .site-header-logo #site-header-quicklinks a {
    font-size: 12px;
  }
}
#site-header .site-header-logo #site-header-quicklinks a.menu {
  display: none;
}
@media (min-width: 1024px) {
  #site-header .site-header-logo #site-header-quicklinks a.menu {
    display: inline-block;
  }
}
#site-header .site-header-block .site-menu-toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 99999;
  position: absolute;
  top: 20% !important;
  right: 5%;
}
@media (min-width: 1024px) {
  #site-header .site-header-block .site-menu-toggle {
    top: 35% !important;
    right: 3%;
  }
}
@media (min-width: 1024px) {
  #site-header .site-header-block .site-menu-toggle {
    top: 35% !important;
    right: 3%;
  }
}
@media (min-width: 1500px) {
  #site-header .site-header-block .site-menu-toggle {
    right: 6.5%;
  }
}
@media (min-width: 2048px) {
  #site-header .site-header-block .site-menu-toggle {
    right: 2%;
  }
}
@media (min-width: 2160px) {
  #site-header .site-header-block .site-menu-toggle {
    right: 4%;
  }
}
@media (min-width: 2304px) {
  #site-header .site-header-block .site-menu-toggle {
    right: 7%;
  }
}
@media (min-width: 2400px) {
  #site-header .site-header-block .site-menu-toggle {
    right: 11.3%;
  }
}
#site-header .site-header-block .site-menu-toggle img {
  width: 13px;
}
@media (min-width: 1366px) {
  #site-header .site-header-block .site-menu-toggle:hover {
    transform: scale(1.15);
  }
}
#site-header .site-header-block .site-menu-toggle:after {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
}
@media (min-width: 1024px) {
  #site-header .site-header-block .site-menu-toggle:after {
    font-size: 16px;
  }
}
#site-header .site-header-block .site-menu-toggle.active-menu-toggle img {
  visibility: hidden;
}
#site-header .site-header-block .site-menu-toggle.active-menu-toggle:after {
  content: "\e905";
}
#site-header .site-header-block .site-menu-toggle.active-menu-toggle span {
  display: none;
}

body.cms-page-is-in-edit-mode .site-header {
  position: static !important;
  padding-top: 50px !important;
}
body.cms-page-is-in-edit-mode .site-header-logo .cms-feature-datablock a {
  color: #000000 !important;
}
@media (min-width: 1440px) {
  body.cms-page-is-in-edit-mode #site-header .site-header-block .site-menu-toggle {
    top: 23% !important;
  }
}
@media (min-width: 1920px) {
  body.cms-page-is-in-edit-mode #site-header .site-header-block .site-menu-toggle {
    top: 19% !important;
  }
}
@media (min-width: 2000px) {
  body.cms-page-is-in-edit-mode #site-header .site-header-block .site-menu-toggle {
    top: 16% !important;
  }
}
body.cms-page-is-in-edit-mode #site-header .site-header-block .site-menu-toggle img {
  filter: invert(1);
}

#site-header-quicklinks {
  position: relative;
  padding-top: 20px;
}

body:not(.cms-page-is-in-edit-mode) .dropdown-quicklinks {
  position: absolute;
  transition: all 0.5s ease;
  opacity: 0;
}
@media (max-width: 600px) {
  body:not(.cms-page-is-in-edit-mode) .dropdown-quicklinks {
    right: -35px;
  }
}
body:not(.cms-page-is-in-edit-mode) .dropdown-quicklinks.active {
  opacity: 1;
}

#site-footer {
  background: #001848;
  padding: 20px 0;
}
@media (max-width: 820px) {
  #site-footer .cms-text-feature-content h5, #site-footer .cms-text-feature-content p {
    text-align: left !important;
  }
  #site-footer .cms-feature-wrapper {
    margin: 0 !important;
  }
}
#site-footer p {
  margin: 0 !important;
}
#site-footer a {
  font-weight: normal;
}
#site-footer a:after {
  width: 0;
  background: #ffffff;
}
#site-footer a:hover:after {
  width: 100%;
}
#site-footer #site-footer-logo {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (min-width: 768px) {
  #site-footer #site-footer-logo {
    margin-top: 100px;
  }
}
@media (min-width: 1366px) {
  #site-footer #site-footer-logo {
    flex-wrap: nowrap;
  }
}
#site-footer #site-footer-logo .cms-text-feature-content img {
  margin: -18px 0px 0px 0px !important;
}
#site-footer #site-footer-logo .footer-logo .site-slider-image-block {
  width: 78px;
}
@media (min-width: 1200px) {
  #site-footer #site-footer-logo .footer-logo .site-slider-image-block {
    width: 128px;
  }
}
#site-footer #site-footer-logo td {
  padding-right: 50px !important;
}
@media (min-width: 768px) {
  #site-footer #site-footer-additional {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  #site-footer #site-footer-additional .cms-text-feature:first-child {
    max-width: 50%;
  }
}
#site-footer #site-footer-additional .cms-text-feature:first-child p {
  font-size: 10px;
  line-height: 18px;
}
#site-footer #site-footer-journey {
  margin: 50px 0;
  padding: 20px 0;
}
@media (min-width: 768px) {
  #site-footer #site-footer-journey {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  #site-footer #site-footer-journey {
    margin: 75px 0 50px 0;
  }
}
#site-footer #site-footer-journey h4 {
  font-size: 25px;
  line-height: 40px;
}
@media (min-width: 375px) {
  #site-footer #site-footer-journey h4 {
    font-size: 30px;
  }
}
#site-footer .custom-footer-gallery-wrapper {
  padding: 45px 0;
  border-top: 1px dashed #A39161;
  border-bottom: 1px dashed #A39161;
}
@media (min-width: 1024px) {
  #site-footer .custom-footer-gallery-wrapper {
    padding: 75px 0 30px;
  }
}
#site-footer .custom-footer-gallery-wrapper .site-slide {
  transition: all 0.3s ease;
}
#site-footer .custom-footer-gallery-wrapper .site-slide .site-slider-image-block {
  overflow: hidden;
}
#site-footer .custom-footer-gallery-wrapper .site-slide .site-slider-image-block img {
  min-height: 347px;
  height: 347px;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
#site-footer .custom-footer-gallery-wrapper .site-slide h3 {
  font-size: 33px;
  line-height: 40px;
  position: relative;
}
@media (min-width: 1440px) {
  #site-footer .custom-footer-gallery-wrapper .site-slide h3 {
    width: -moz-max-content;
    width: max-content;
  }
}
#site-footer .custom-footer-gallery-wrapper .site-slide h3:after {
  content: "";
  height: 1px;
  width: 0%;
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  background: #ffffff;
  transition: all ease 0.5s;
}
#site-footer .custom-footer-gallery-wrapper .site-slide:hover h3:after {
  width: 100%;
}
#site-footer .custom-footer-gallery-wrapper .site-slide:hover img {
  transform: scale(1.1);
}
@media (min-width: 1024px) {
  #site-footer .custom-footer-gallery-wrapper .site-slide:not(.slick-current) {
    transform: scale(0.8);
    transform-origin: top right;
  }
  #site-footer .custom-footer-gallery-wrapper .site-slide:not(.slick-current) h3 {
    font-size: 26px;
  }
}
#site-footer .custom-footer-gallery-wrapper .site-slider-caption {
  position: static !important;
  background-color: transparent !important;
  padding: 30px 0 60px !important;
}
#site-footer .custom-footer-gallery-wrapper .site-slider-caption .site-container {
  padding: 0 !important;
}
#site-footer .custom-footer-gallery-wrapper .site-slider-caption .site-slider-capton-data {
  text-align: left;
}
#site-footer .custom-footer-gallery-wrapper .site-slider-caption .site-slider-capton-data img {
  margin-top: 30px;
  max-width: 13px;
}
@media (max-width: 820px) {
  #site-footer .custom-footer-gallery-wrapper .site-slick-wrapper {
    opacity: 1;
    visibility: visible;
  }
}

#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  transform: rotate(180deg);
  opacity: 0;
  transition: opacity 0.5s ease;
  cursor: pointer;
}
#back-to-top.fixed {
  opacity: 1;
}
#back-to-top img {
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease;
}
@media (min-width: 1400px) {
  #back-to-top img {
    width: 70px;
    height: 70px;
  }
  #back-to-top img:hover {
    transform: scale(1.1);
  }
}

@media (min-width: 767px) {
  .site-sidebar {
    width: 490px;
  }
}

.cms-page-is-in-preview-mode .site-page-wrapper {
  margin: 45px 0 0;
}

.cms-user-logged .site-page-wrapper {
  margin: 72px 0 0;
}

.site-breadcrumbs-wrapper {
  background: #f9f9f9;
  padding: 15px 0;
  border-bottom: 1px solid #B71918;
  color: #3C4555;
  margin: 0 0 20px;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active:after {
  display: none;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
  color: #001848;
  position: relative;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #A39161;
  left: 0;
  bottom: -5px;
  transition: all ease 0.5s;
}
.site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
  width: 100%;
}

@media (min-width: 3000px) {
  .site-navigation-wrapper #site-navigation ul.site-nav-block {
    position: relative;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li {
    margin: 0 25px 0 0;
    display: inline-block;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a {
    text-transform: uppercase;
    color: #ffffff;
    display: block;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block > li:hover > .site-subnav-wrapper {
    display: block;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper {
    display: none;
    position: absolute;
    background: rgba(58, 36, 22, 0.2);
    z-index: 1000;
    padding: 10px 20px;
    top: 100%;
    min-width: 130px;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li {
    display: block;
    margin: 0 0 5px;
  }
  .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li a {
    color: #ffffff;
  }
  .site-navigation-wrapper #site-navigation .site-nav-linktext, .site-navigation-wrapper #site-navigation .site-nav-linktext {
    display: none;
  }
}
@media (max-width: 2999px) {
  .site-menu-toggle {
    display: block;
    cursor: pointer;
  }
  .site-navigation-wrapper {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #001848;
    padding: 0 5%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media (max-width: 2999px) and (min-width: 1366px) {
  .site-navigation-wrapper {
    overflow: hidden;
  }
}
@media (max-width: 2999px) {
  .site-navigation-wrapper .custom-search {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
    margin: 40px 0 0 0;
  }
}
@media (max-width: 2999px) and (min-width: 1024px) {
  .site-navigation-wrapper .custom-search {
    margin: 50px 15px 0 15px;
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 2999px) {
  .site-navigation-wrapper .custom-search #site-navigation-logo .site-slide, .site-navigation-wrapper .custom-search #site-navigation-logo .slick-track {
    min-width: 171px;
  }
}
@media (max-width: 2999px) and (min-width: 768px) {
  .site-navigation-wrapper .custom-search #site-navigation-logo .site-slide, .site-navigation-wrapper .custom-search #site-navigation-logo .slick-track {
    min-width: 376px;
  }
}
@media (max-width: 2999px) {
  .site-navigation-wrapper .custom-search #site-navigation-logo img {
    width: 171px;
  }
}
@media (max-width: 2999px) and (min-width: 768px) {
  .site-navigation-wrapper .custom-search #site-navigation-logo img {
    width: 266px;
  }
}
@media (max-width: 2999px) and (min-width: 1440px) {
  .site-navigation-wrapper .custom-search #site-navigation-logo img {
    width: 376px;
  }
}
@media (max-width: 2999px) {
  .site-navigation-wrapper .header-flex {
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: start;
    width: 100%;
  }
}
@media (max-width: 2999px) and (min-width: 768px) {
  .site-navigation-wrapper .header-flex {
    height: 70%;
    top: 25%;
  }
}
@media (max-width: 2999px) and (min-width: 1200px) {
  .site-navigation-wrapper .header-flex {
    top: 30%;
  }
}
@media (max-width: 2999px) {
  .site-navigation-wrapper .header-flex .site-navigation {
    max-width: 90%;
    border-top: 1px dashed #A39161;
    border-bottom: 1px dashed #A39161;
    padding: 25px 0;
  }
}
@media (max-width: 2999px) and (min-width: 1024px) {
  .site-navigation-wrapper .header-flex .site-navigation {
    max-width: 50%;
  }
}
@media (max-width: 2999px) and (min-width: 1440px) {
  .site-navigation-wrapper .header-flex .site-navigation {
    padding: 35px 0;
  }
}
@media (max-width: 2999px) and (min-width: 1600px) {
  .site-navigation-wrapper .header-flex .site-navigation {
    padding: 50px 0;
  }
}
@media (max-width: 2999px) {
  .site-navigation-wrapper #site-navigation-background {
    display: none;
    position: relative;
    background-color: #001433 !important;
    max-width: 456px;
    height: 100vh;
    top: -25%;
    right: -64%;
    padding-top: 15%;
  }
}
@media (max-width: 2999px) and (min-width: 1440px) {
  .site-navigation-wrapper #site-navigation-background {
    display: block;
  }
}
@media (max-width: 2999px) and (min-width: 1680px) {
  .site-navigation-wrapper #site-navigation-background {
    top: -20%;
    padding-top: 20%;
  }
}
@media (max-width: 2999px) and (min-width: 1440px) {
  .site-navigation-wrapper #site-navigation-background .slick-track, .site-navigation-wrapper #site-navigation-background .site-slider-image-block {
    min-width: 456px;
  }
}
@media (max-width: 2999px) {
  .site-navigation-wrapper #site-navigation-quicklinks {
    padding: 25px 0;
  }
}
@media (max-width: 2999px) and (min-width: 1200px) {
  .site-navigation-wrapper #site-navigation-quicklinks {
    padding-bottom: 10px;
  }
}
@media (max-width: 2999px) {
  .site-navigation-wrapper #site-navigation-quicklinks a {
    font-family: "Playfair Display" !important;
    font-weight: 900;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #A39161;
    margin-right: 30px;
  }
}
@media (max-width: 2999px) and (min-width: 1366px) {
  .site-navigation-wrapper #site-navigation-quicklinks a {
    margin-right: 50px;
  }
}
@media (max-width: 2999px) {
  .site-navigation-wrapper #site-navigation-quicklinks a:after {
    background-color: #A39161;
    bottom: 0;
    width: 0%;
  }
  .site-navigation-wrapper #site-navigation-quicklinks a:hover:after {
    width: 100%;
  }
}
@media (max-width: 2999px) and (min-width: 1366px) {
  .site-navigation-wrapper ul.site-nav-block {
    max-width: 50%;
  }
}
@media (max-width: 2999px) {
  .site-navigation-wrapper ul.site-nav-block .site-nav-home {
    display: none;
  }
  .site-navigation-wrapper ul.site-nav-block > li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .site-navigation-wrapper ul.site-nav-block > li > a {
    color: #ffffff !important;
    position: relative;
    color: #ffffff !important;
    line-height: 50px;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    font-family: "Playfair Display";
    font-weight: 700;
    color: #001848;
    margin-bottom: 10px;
  }
}
@media (max-width: 2999px) and (max-width: 599px) {
  .site-navigation-wrapper ul.site-nav-block > li > a {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 2999px) and (max-width: 1366px) {
  .site-navigation-wrapper ul.site-nav-block > li > a {
    font-size: 26px;
  }
}
@media (max-width: 2999px) {
  .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a, .site-navigation-wrapper ul.site-nav-block > li.site-nav-active-parent > a {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    line-height: 50px;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    font-family: "Playfair Display";
    font-weight: 700;
    color: #001848;
    margin-bottom: 10px;
  }
}
@media (max-width: 2999px) and (max-width: 599px) {
  .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a, .site-navigation-wrapper ul.site-nav-block > li.site-nav-active-parent > a {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 2999px) and (max-width: 1366px) {
  .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a, .site-navigation-wrapper ul.site-nav-block > li.site-nav-active-parent > a {
    font-size: 26px;
  }
}
@media (max-width: 2999px) {
  .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a:after, .site-navigation-wrapper ul.site-nav-block > li.site-nav-active-parent > a:after {
    bottom: 0px !important;
  }
  .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a:hover:after, .site-navigation-wrapper ul.site-nav-block > li.site-nav-active-parent > a:hover:after {
    bottom: 0px !important;
  }
  .site-navigation-wrapper ul.site-nav-block li {
    display: block;
    position: relative;
    text-transform: none;
    line-height: 180%;
  }
}
@media (max-width: 2999px) and (min-width: 1680px) {
  .site-navigation-wrapper ul.site-nav-block li {
    padding: 5px 0;
  }
}
@media (max-width: 2999px) and (min-width: 1920px) {
  .site-navigation-wrapper ul.site-nav-block li {
    padding: 7px 0;
  }
}
@media (max-width: 2999px) {
  .site-navigation-wrapper ul.site-nav-block li a:after {
    content: "";
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    background: #ffffff;
    transition: all ease 0.5s;
  }
  .site-navigation-wrapper ul.site-nav-block li a:hover:after, .site-navigation-wrapper ul.site-nav-block li a:focus:after {
    width: 100%;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    display: block;
    position: absolute;
    right: 0;
    top: -15px;
    color: #ffffff;
    cursor: pointer;
  }
}
@media (max-width: 2999px) and (min-width: 1366px) {
  .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    top: 0;
  }
}
@media (max-width: 2999px) {
  .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
    content: url("/Templates/RegentsAustin/images/arrow-white.svg");
    font-size: 40px;
    display: block;
    transition: 0.5s ease all;
    transform: scale(1.5);
  }
}
@media (max-width: 2999px) and (min-width: 1440px) {
  .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
    font-size: 30px;
  }
}
@media (max-width: 2999px) {
  .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transition: 0.5s ease all;
    content: url("/Templates/RegentsAustin/images/arrow-gold.svg");
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.5s;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 10px 0 0;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 2px 0;
    font-size: 18px;
  }
}
@media (max-width: 2999px) and (min-width: 1366px) {
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding: 8px 0;
  }
}
@media (max-width: 2999px) {
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
    font-weight: 400;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: #ffffff !important;
    font-family: "Playfair Display" !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.7;
    position: relative;
  }
}
@media (max-width: 2999px) and (min-width: 1366px) {
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    font-size: 20px;
  }
}
@media (max-width: 2999px) {
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:after {
    content: "";
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    background: #ffffff;
    transition: all ease 0.5s;
  }
  .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover:after, .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:focus:after {
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .site-navigation-wrapper .site-nav-block .site-subnav-wrapper {
    position: fixed;
    left: 35%;
    top: 39%;
  }
}
@media (min-width: 1400px) {
  .site-navigation-wrapper .site-nav-block .site-subnav-wrapper {
    top: 44%;
  }
}
@media (min-width: 1600px) {
  .site-navigation-wrapper .site-nav-block .site-subnav-wrapper {
    top: 42%;
  }
}
@media (min-width: 2000px) {
  .site-navigation-wrapper .site-nav-block .site-subnav-wrapper {
    top: 40%;
  }
}

#site-header .site-header-block .site-menu-toggle.fixed {
  position: fixed !important;
  top: 10% !important;
  transition: all 1s ease;
  background-color: #A39161;
  width: 50px;
  height: 50px;
}

.custom-sidebar-wrapper .site-sidebar-menu {
  display: block;
}

@media (min-width: 1440px) {
  .custom-sidebar-wrapper {
    padding-right: 50px !important;
  }
}
@media (min-width: 2560px) {
  .custom-sidebar-wrapper {
    padding-right: 160px !important;
  }
}
.custom-sidebar-wrapper .cms-feature-title {
  font-family: "Lato", sans-serif !important;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 22px !important;
  line-height: 37px !important;
  letter-spacing: 1px;
  background-color: #A39161;
  color: #ffffff !important;
  margin-bottom: 0 !important;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(58, 36, 22, 0.2);
}
@media (min-width: 1440px) {
  .custom-sidebar-wrapper .cms-feature-title {
    padding: 20px 40px;
  }
}

.site-sidebar-menu {
  background: #A39161;
  position: relative;
  min-height: 270px;
  display: none;
  padding: 20px 20px;
}
@media (min-width: 1440px) {
  .site-sidebar-menu {
    padding: 20px 40px;
  }
}
@media (max-width: 766px) {
  .site-sidebar-menu {
    display: none;
  }
}
.site-sidebar-menu ul {
  padding: 0;
}
.site-sidebar-menu ul.site-nav-block > li > a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  display: block;
  padding: 10px 20px 10px 0;
}
.site-sidebar-menu ul li.site-nav-item {
  display: block;
}
.site-sidebar-menu ul li.site-nav-item.level1 {
  display: none;
}
.site-sidebar-menu ul li.site-nav-item.level1.site-nav-active-path {
  display: block;
}
.site-sidebar-menu ul.site-subnav-block li > a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
  transition: padding 0.5s ease;
  padding-left: 10px;
}
.site-sidebar-menu ul.site-subnav-block li > a:hover {
  padding-left: 20px;
}
.site-sidebar-menu ul.site-subnav-block li.level3 {
  padding-left: 20px;
}
.site-sidebar-menu ul.site-subnav-block li.level3:before {
  content: "-";
  position: absolute;
  left: 10px;
  color: #ffffff;
  transition: left 0.5s ease;
}
.site-sidebar-menu ul.site-subnav-block li.level3:hover:before {
  left: 20px;
}
.site-sidebar-menu ul li {
  display: block;
  position: relative;
}
.site-sidebar-menu ul li.site-nav-active > a, .site-sidebar-menu ul li.site-subnav-active > a {
  position: relative;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 800;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand {
  display: block;
  position: absolute;
  right: 0;
  top: -1px;
  color: #3C4555;
  cursor: pointer;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand:before {
  content: url("/Templates/RegentsAustin/images/arrow-white.svg") !important;
  display: block;
  transition: all ease 0.5s;
}
.site-sidebar-menu ul li .site-subnav-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: all ease 0.5s;
}
.site-sidebar-menu ul li .site-subnav-wrapper-active {
  max-height: 1000px;
}

@media (min-width: 1500px) and (max-width: 1600px) {
  body.content-page .pin-spacer {
    width: 420px !important;
  }
}
@media (min-width: 1900px) {
  body.content-page .pin-spacer {
    width: 470px !important;
  }
}

.site-social-facebook:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-instagram:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-twitter:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-youtube:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-linkedin:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.site-social-tiktok:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906" !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.hide-post-title h3.site-display-title {
  display: none;
}

.mfp-arrow {
  background: #001848;
  color: #A39161;
  border: 1px solid #001848;
  border-radius: 100%;
}
.mfp-arrow:after {
  color: #A39161;
  font-size: 40px;
  line-height: 40px;
}
.mfp-arrow:hover {
  background: #A39161;
  color: #001848;
  border: 1px solid #A39161;
}
.mfp-arrow:hover:after {
  color: #001848;
}
.mfp-arrow.mfp-arrow-left:after {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
}
.mfp-arrow.mfp-arrow-right:after {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
}

.mfp-image-holder .mfp-content .mfp-close {
  background: #001848;
  color: #A39161;
  border: 1px solid #001848;
  border-radius: 100%;
}
.mfp-image-holder .mfp-content .mfp-close:after {
  color: #A39161;
  font-size: 15px;
}
.mfp-image-holder .mfp-content .mfp-close:hover {
  background: #A39161;
  color: #001848;
  border: 1px solid #A39161;
}
.mfp-image-holder .mfp-content .mfp-close:hover:after {
  color: #001848;
}

.custom-hero-wrapper {
  margin-bottom: 150px !important;
}
@media (min-width: 1440px) {
  .custom-hero-wrapper {
    margin-bottom: 250px !important;
  }
}
.custom-hero-wrapper .site-slider-image-block {
  height: 76vh;
}
@media (min-width: 768px) {
  .custom-hero-wrapper .site-slider-image-block {
    height: 600px;
  }
}
.custom-hero-wrapper .site-slider-image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-hero-wrapper .site-slider .site-slide .site-slider-caption {
  background-color: transparent !important;
  bottom: 0% !important;
  position: absolute !important;
}
@media (min-width: 1024px) {
  .custom-hero-wrapper .site-slider .site-slide .site-slider-caption {
    bottom: 10% !important;
  }
}
.custom-hero-wrapper .site-slider-more-desc {
  display: none;
  bottom: 100% !important;
  position: absolute !important;
  left: 0%;
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .custom-hero-wrapper .site-slider-more-desc {
    display: block;
  }
}
.custom-hero-wrapper .site-slider-more-desc h5 {
  white-space: nowrap;
  opacity: 0.8;
}
.custom-hero-wrapper .site-slider-more-desc h5:after {
  content: url("/Templates/RegentsAustin/images/arrow-down.png");
  display: inline-flex;
  position: absolute;
  left: 160px;
  top: -92.5px;
  transform: rotate(-90deg) scale(0.35);
}

@media (max-width: 768px) {
  .custom-hero-banner-wrapper .site-slider-image-block {
    height: 76vh;
  }
}
.custom-hero-banner-wrapper .site-slider-image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .custom-hero-banner-wrapper .site-slider-image-block img {
    height: 100% !important;
  }
}
.custom-hero-banner-wrapper .site-slider .site-slide .site-slider-caption {
  background-color: transparent !important;
  bottom: 0% !important;
  position: absolute !important;
}
@media (min-width: 1024px) {
  .custom-hero-banner-wrapper .site-slider .site-slide .site-slider-caption {
    bottom: 10% !important;
  }
}
.custom-hero-banner-wrapper .site-slider-more-desc {
  display: none;
  bottom: 100% !important;
  position: absolute !important;
  left: 0%;
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .custom-hero-banner-wrapper .site-slider-more-desc {
    display: block;
  }
}
.custom-hero-banner-wrapper .site-slider-more-desc h5 {
  white-space: nowrap;
  opacity: 0.8;
}
.custom-hero-banner-wrapper .site-slider-more-desc h5:after {
  content: url("/Templates/RegentsAustin/images/arrow-down.png");
  display: inline-flex;
  position: absolute;
  left: 160px;
  top: -92.5px;
  transform: rotate(-90deg) scale(0.35);
}

.custom-admissions-steps-wrapper .site-slider-caption {
  background-color: transparent !important;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .custom-admissions-steps-wrapper .site-slider-tab-content-list .site-slider-tab-content {
    padding: 0 4% !important;
  }
}
.custom-admissions-steps-wrapper .site-slider .slick-arrow.slick-prev, .custom-admissions-steps-wrapper .site-slider .slick-arrow.slick-next {
  margin: 0 -10%;
}
@media (max-width: 900px) {
  .custom-admissions-steps-wrapper .site-slider .slick-arrow.slick-prev, .custom-admissions-steps-wrapper .site-slider .slick-arrow.slick-next {
    top: 100%;
  }
}
@media (max-width: 600px) {
  .custom-admissions-steps-wrapper .site-slider .slick-arrow.slick-prev {
    left: -15px;
    background-color: #A39161;
    border-radius: 100%;
    height: 50px;
    width: 50px;
  }
  .custom-admissions-steps-wrapper .site-slider .slick-arrow.slick-prev:before {
    font-family: "site-icon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908" !important;
    color: #ffffff !important;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    top: 0;
    font-size: 20px !important;
  }
  .custom-admissions-steps-wrapper .site-slider .slick-arrow.slick-next {
    right: -15px;
    background-color: #A39161;
    border-radius: 100%;
    height: 50px;
    width: 50px;
  }
  .custom-admissions-steps-wrapper .site-slider .slick-arrow.slick-next:before {
    font-family: "site-icon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909" !important;
    color: #ffffff !important;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    top: 0;
    font-size: 20px !important;
  }
  .custom-admissions-steps-wrapper .site-slider .slick-arrow.slick-next, .custom-admissions-steps-wrapper .site-slider .slick-arrow.slick-prev {
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .custom-admissions-steps-wrapper .site-slide:not(.slick-current) {
    transform: scale(0.8) !important;
    transition: transform 0.5s ease;
  }
}

.custom-icons-gallery-wrapper .site-slider-caption {
  background-color: transparent !important;
  padding-bottom: 20px;
}
.custom-icons-gallery-wrapper .site-slider-image-block img {
  max-height: 200px;
  width: auto !important;
  margin: 0 auto;
}
.custom-icons-gallery-wrapper .site-slider .slick-arrow.slick-prev, .custom-icons-gallery-wrapper .site-slider .slick-arrow.slick-next {
  margin: 0 -10%;
}
@media (max-width: 900px) {
  .custom-icons-gallery-wrapper .site-slider .slick-arrow.slick-prev, .custom-icons-gallery-wrapper .site-slider .slick-arrow.slick-next {
    top: 100%;
  }
}
@media (max-width: 600px) {
  .custom-icons-gallery-wrapper .site-slider .slick-arrow.slick-prev {
    left: -15px;
    background-color: #A39161;
    border-radius: 100%;
    height: 50px;
    width: 50px;
  }
  .custom-icons-gallery-wrapper .site-slider .slick-arrow.slick-prev:before {
    font-family: "site-icon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908" !important;
    color: #ffffff !important;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    top: 0;
    font-size: 20px !important;
  }
  .custom-icons-gallery-wrapper .site-slider .slick-arrow.slick-next {
    right: -15px;
    background-color: #A39161;
    border-radius: 100%;
    height: 50px;
    width: 50px;
  }
  .custom-icons-gallery-wrapper .site-slider .slick-arrow.slick-next:before {
    font-family: "site-icon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909" !important;
    color: #ffffff !important;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    top: 0;
    font-size: 20px !important;
  }
  .custom-icons-gallery-wrapper .site-slider .slick-arrow.slick-next, .custom-icons-gallery-wrapper .site-slider .slick-arrow.slick-prev {
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .custom-icons-gallery-wrapper .site-slide:not(.slick-current) {
    transform: scale(0.4) !important;
    transition: transform 0.5s ease;
  }
}

.custom-overlay-wrapper .site-slider-image-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

body.cms-page-is-in-edit-mode .site-hero-banner svg {
  display: none;
}

.site-hero-banner svg, .custom-hero-default-wrapper svg {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 90vw;
}
@media (min-width: 600px) {
  .site-hero-banner svg, .custom-hero-default-wrapper svg {
    width: 60%;
    top: 45%;
  }
}
@media (min-width: 800px) {
  .site-hero-banner svg, .custom-hero-default-wrapper svg {
    top: 40%;
  }
}
@media (min-width: 1024px) and (min-height: 768px) {
  .site-hero-banner svg, .custom-hero-default-wrapper svg {
    width: 50%;
    top: 60%;
  }
}
@media (min-width: 1024px) and (min-height: 1000px) {
  .site-hero-banner svg, .custom-hero-default-wrapper svg {
    display: none;
  }
}
@media (min-width: 1050px) {
  .site-hero-banner svg, .custom-hero-default-wrapper svg {
    display: none;
  }
}
@media (min-width: 1440px) {
  .site-hero-banner svg, .custom-hero-default-wrapper svg {
    display: block;
    width: auto;
    top: 50%;
  }
}
@media (min-width: 1680px) {
  .site-hero-banner svg, .custom-hero-default-wrapper svg {
    top: 44%;
  }
}
@media (min-width: 1920px) and (min-height: 1000px) {
  .site-hero-banner svg, .custom-hero-default-wrapper svg {
    top: 44%;
  }
}
@media (min-width: 1920px) and (min-height: 1080px) {
  .site-hero-banner svg, .custom-hero-default-wrapper svg {
    top: 42%;
  }
}
@media (min-width: 2560px) {
  .site-hero-banner svg, .custom-hero-default-wrapper svg {
    top: 35%;
  }
}

body.hide-window .site-hero-banner svg {
  display: none !important;
}
body.hide-window .site-hero-banner .custom-hero-wrapper {
  margin-bottom: 40px !important;
}
@media (min-width: 1440px) {
  body.hide-window .site-hero-banner .custom-hero-wrapper {
    margin-bottom: 150px !important;
  }
}

body.cms-page-is-in-edit-mode .site-hero-banner {
  padding-top: 50px !important;
}

.cms-gallery-feature-wrapper.site-multi-slide-slider-wrapper .site-slider-image-block::after {
  display: none;
}
@media (max-width: 898px) {
  .cms-gallery-feature-wrapper.site-multi-slide-slider-wrapper .site-slider-caption {
    padding: 20px !important;
    position: relative !important;
    left: 20px !important;
    right: 20px !important;
  }
}
.cms-gallery-feature-wrapper .site-slide .site-slider-image-block {
  overflow: hidden;
}
.cms-gallery-feature-wrapper .site-slide .site-slider-image-block .site-slider-image {
  transition: all 1.5s ease-in-out;
}
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h2 {
  font-size: 50px;
  line-height: 50px;
}
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h1,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h2,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h3,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h4,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h5,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h6 {
  color: #ffffff;
}
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h1:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h2:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h3:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h4:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h5:last-child,
.cms-gallery-feature-wrapper .site-slide .site-slider-caption:not(.site-custom-float-gallery .site-slider-caption):not(.site-custom-numbers-gallery .site-slider-caption) h6:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-image-wrapper .site-thumbnail-link {
  overflow: hidden;
}
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-image-wrapper .site-thumbnail-image {
  transition: all 1.5s ease-in-out;
}
.cms-gallery-feature-wrapper .site-thumbnail-block:hover .site-thumbnail-image {
  scale: 1;
}
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h2 {
  font-size: 50px;
  line-height: 40px;
}
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h1,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h2,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h3,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h4,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h5,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h6 {
  color: #ffffff;
}
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h1:last-child,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h2:last-child,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h3:last-child,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h4:last-child,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h5:last-child,
.cms-gallery-feature-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h6:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-img {
  overflow: hidden;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-img .site-slider-image {
  width: 100%;
  transition: all 1.5s ease-in-out;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide:hover .site-slider-image {
  scale: 1;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h2 {
  font-size: 50px;
  line-height: 40px;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h1,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h2,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h3,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h4,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h5,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h6 {
  color: #ffffff;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h1:last-child,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h2:last-child,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h3:last-child,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h4:last-child,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h5:last-child,
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-caption h6:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-desc {
  height: 90%;
  overflow-y: auto;
  margin: 0;
  left: 50%;
  transform: scale(0) translateX(-50%);
  top: 5%;
  transition: 0.5s ease all;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-desc .site-slider-popup-close {
  background: #001848;
  color: #A39161;
  border: 1px solid #001848;
  border-radius: 100%;
  transition: all 0.5s ease;
  cursor: pointer;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-desc .site-slider-popup-close::before {
  display: none;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-desc .site-slider-popup-close::after {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910" !important;
  color: #A39161;
  font-size: 20px;
  line-height: 45px;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-desc .site-slider-popup-close:hover {
  background: #A39161;
  color: #001848;
  border: 1px solid #A39161;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .slick-slide .site-slider-pop-desc .site-slider-popup-close:hover:after {
  color: #001848;
}
.cms-gallery-feature-wrapper.site-slider-popup-wrapper .site-active-slider-pop-wrapper .site-slider-pop-desc {
  width: 75%;
  transform: scale(1) translateX(-50%);
  transition: 0.5s ease all;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide {
  cursor: pointer;
  position: relative;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide:hover {
  transition: all 0.5s ease;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide:hover::before {
  opacity: 1;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide:hover::after {
  opacity: 1;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide.slick-current {
  transition: all 0.5s ease;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide.slick-current::before {
  opacity: 1;
}
.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide.slick-current::after {
  opacity: 1;
}
.cms-gallery-feature-wrapper .site-slider-tab-content-list {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .cms-gallery-feature-wrapper .site-slider-tab-content-list {
    padding-top: 40px;
  }
}
.cms-gallery-feature-wrapper .site-slider-tab-content-list h1,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h2,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h3,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h4,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h5,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h6 {
  color: #3C4555;
}
.cms-gallery-feature-wrapper .site-slider-tab-content-list h1:last-child,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h2:last-child,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h3:last-child,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h4:last-child,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h5:last-child,
.cms-gallery-feature-wrapper .site-slider-tab-content-list h6:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content {
  padding: 0 150px;
}
@media (max-width: 599px) {
  .cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content {
    padding: 0 !important;
  }
}
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content table {
  width: 100% !important;
  margin: 0 auto;
}
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content h2,
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content h3,
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content h4,
.cms-gallery-feature-wrapper .site-slider-tab-content-list .site-slider-tab-content h5 {
  color: #001848;
}
.cms-gallery-feature-wrapper .site-slider-pop-caption {
  background: none;
}
.cms-gallery-feature-wrapper ul:not(.slick-dots):not(.cms-feature-link-desc ul),
.cms-gallery-feature-wrapper ol {
  list-style-position: outside;
}
.cms-gallery-feature-wrapper ul:not(.slick-dots):not(.cms-feature-link-desc ul) li,
.cms-gallery-feature-wrapper ol li {
  line-height: 29px;
  font-size: 16px;
}
.cms-gallery-feature-wrapper ul:not(.slick-dots):not(.cms-feature-link-desc ul) li::marker,
.cms-gallery-feature-wrapper ol li::marker {
  color: #001848;
  font-weight: 700;
}
.cms-gallery-feature-wrapper ul:not(.slick-dots):not(.cms-feature-link-desc ul) {
  padding: 0;
}
.cms-gallery-feature-wrapper ul:not(.slick-dots):not(.cms-feature-link-desc ul) li {
  background: url("../images/bulletpoint.png") 0% 5px no-repeat;
  padding-left: 40px;
  margin-bottom: 10px;
}

.site-custom-no-gradient-wrapper .site-slider-image-block::after {
  display: none !important;
}
.site-custom-no-gradient-wrapper .site-slider-caption {
  background: none !important;
}

.slick-arrow.slick-prev::before {
  font-size: 24px !important;
  line-height: 34px !important;
  border: none !important;
  content: url("/Templates/RegentsAustin/images/arrow-left.png") !important;
  position: absolute;
  top: 23%;
}
.slick-arrow.slick-next::before {
  font-size: 24px !important;
  line-height: 34px !important;
  border: none !important;
  content: url("/Templates/RegentsAustin/images/arrow-right.png") !important;
  position: absolute;
  top: 23%;
}
.slick-arrow::before {
  background: transparent !important;
  color: #A39161 !important;
  transform: none !important;
}
.slick-arrow:hover::before {
  color: #ffffff !important;
}

.slick-dots li button::before {
  background: #ffffff !important;
  border: none !important;
  border: 1px #A39161 solid !important;
}
.slick-dots li.slick-active button::before {
  background: #A39161 !important;
  border: none !important;
}

.arrows-center-wrapper .site-slider .slick-arrow.slick-prev, .arrows-center-wrapper .site-slider .slick-arrow.slick-next, .arrows-center-wrapper .site-display-list .slick-arrow.slick-prev, .arrows-center-wrapper .site-display-list .slick-arrow.slick-next {
  top: 100%;
  margin: 0 10%;
}
@media (min-width: 400px) {
  .arrows-center-wrapper .site-slider .slick-arrow.slick-prev, .arrows-center-wrapper .site-slider .slick-arrow.slick-next, .arrows-center-wrapper .site-display-list .slick-arrow.slick-prev, .arrows-center-wrapper .site-display-list .slick-arrow.slick-next {
    margin: 0 15%;
  }
}
@media (min-width: 700px) {
  .arrows-center-wrapper .site-slider .slick-arrow.slick-prev, .arrows-center-wrapper .site-slider .slick-arrow.slick-next, .arrows-center-wrapper .site-display-list .slick-arrow.slick-prev, .arrows-center-wrapper .site-display-list .slick-arrow.slick-next {
    margin: 0 30%;
  }
}
@media (min-width: 1000px) {
  .arrows-center-wrapper .site-slider .slick-arrow.slick-prev, .arrows-center-wrapper .site-slider .slick-arrow.slick-next, .arrows-center-wrapper .site-display-list .slick-arrow.slick-prev, .arrows-center-wrapper .site-display-list .slick-arrow.slick-next {
    margin: 0 32.5%;
  }
}
@media (min-width: 1200px) {
  .arrows-center-wrapper .site-slider .slick-arrow.slick-prev, .arrows-center-wrapper .site-slider .slick-arrow.slick-next, .arrows-center-wrapper .site-display-list .slick-arrow.slick-prev, .arrows-center-wrapper .site-display-list .slick-arrow.slick-next {
    margin: 0 37.5%;
  }
}
@media (min-width: 1400px) {
  .arrows-center-wrapper .site-slider .slick-arrow.slick-prev, .arrows-center-wrapper .site-slider .slick-arrow.slick-next, .arrows-center-wrapper .site-display-list .slick-arrow.slick-prev, .arrows-center-wrapper .site-display-list .slick-arrow.slick-next {
    margin: 0 39%;
  }
}
@media (min-width: 1900px) {
  .arrows-center-wrapper .site-slider .slick-arrow.slick-prev, .arrows-center-wrapper .site-slider .slick-arrow.slick-next, .arrows-center-wrapper .site-display-list .slick-arrow.slick-prev, .arrows-center-wrapper .site-display-list .slick-arrow.slick-next {
    margin: 0 40%;
  }
}
@media (min-width: 2000px) {
  .arrows-center-wrapper .site-slider .slick-arrow.slick-prev, .arrows-center-wrapper .site-slider .slick-arrow.slick-next, .arrows-center-wrapper .site-display-list .slick-arrow.slick-prev, .arrows-center-wrapper .site-display-list .slick-arrow.slick-next {
    margin: 0 42%;
  }
}

.arrows-white-wrapper .slick-arrow.slick-prev:before {
  content: url("/Templates/RegentsAustin/images/arrow-white-prev.png") !important;
}
.arrows-white-wrapper .slick-arrow.slick-next:before {
  content: url("/Templates/RegentsAustin/images/arrow-white-next.png") !important;
}

.site-slider .slick-arrow.slick-prev, .site-slider .slick-arrow.slick-next {
  width: 74px;
  height: 74px;
}
.site-slider .slick-arrow.slick-prev:hover:before, .site-slider .slick-arrow.slick-next:hover:before {
  transform: scale(1.075) !important;
}

#svgPath {
  transform: scale(0.55);
  transform-origin: 25% 0%;
}
@media (min-width: 380px) {
  #svgPath {
    transform-origin: 35% 0%;
  }
}
@media (min-width: 400px) {
  #svgPath {
    transform-origin: 60% 0%;
  }
}
@media (min-width: 420px) {
  #svgPath {
    transform-origin: 75% 0%;
  }
}
@media (min-width: 600px) {
  #svgPath {
    transform: scale(1);
  }
}

.cms-text-feature .cms-text-feature-data {
  line-height: normal;
}
.cms-text-feature .cms-text-feature-data .cms-feature-title {
  font-size: 30px;
  line-height: 40px;
  font-family: "Playfair Display";
  font-weight: 700;
  color: #001848;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .cms-text-feature .cms-text-feature-data .cms-feature-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
.cms-text-feature .cms-text-feature-data img {
  margin: 20px 0;
}
.cms-text-feature .cms-text-feature-data p {
  line-height: 29px;
  font-size: 16px;
}
.cms-text-feature .cms-text-feature-data p a:not(.site-button-primary):not(.site-button-secondary):not(.site-button-tertiary):not(.site-button-primary-full):not(.site-button-secondary-full):not(.site-button-tertiary-full):not(.link-no-styling) {
  text-decoration: none;
  font-weight: 800;
  color: #3C4555;
  position: relative;
}
.cms-text-feature .cms-text-feature-data p a:not(.site-button-primary):not(.site-button-secondary):not(.site-button-tertiary):not(.site-button-primary-full):not(.site-button-secondary-full):not(.site-button-tertiary-full):not(.link-no-styling):after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  background: #001848;
  transition: all ease 0.5s;
}
.cms-text-feature .cms-text-feature-data p a:not(.site-button-primary):not(.site-button-secondary):not(.site-button-tertiary):not(.site-button-primary-full):not(.site-button-secondary-full):not(.site-button-tertiary-full):not(.link-no-styling):hover, .cms-text-feature .cms-text-feature-data p a:not(.site-button-primary):not(.site-button-secondary):not(.site-button-tertiary):not(.site-button-primary-full):not(.site-button-secondary-full):not(.site-button-tertiary-full):not(.link-no-styling):focus {
  color: #3C4555;
}
.cms-text-feature .cms-text-feature-data p a:not(.site-button-primary):not(.site-button-secondary):not(.site-button-tertiary):not(.site-button-primary-full):not(.site-button-secondary-full):not(.site-button-tertiary-full):not(.link-no-styling):hover:after, .cms-text-feature .cms-text-feature-data p a:not(.site-button-primary):not(.site-button-secondary):not(.site-button-tertiary):not(.site-button-primary-full):not(.site-button-secondary-full):not(.site-button-tertiary-full):not(.link-no-styling):focus:after {
  width: 0%;
}
.cms-text-feature .cms-text-feature-data ul, .cms-text-feature .cms-text-feature-data ol {
  list-style-position: outside;
}
.cms-text-feature .cms-text-feature-data ul li, .cms-text-feature .cms-text-feature-data ol li {
  line-height: 29px;
  font-size: 16px;
}
.cms-text-feature .cms-text-feature-data ul {
  padding: 0;
  list-style-type: none;
}
.cms-text-feature .cms-text-feature-data ul li:not(.site-nav-item):not(.site-subnav-item) {
  position: relative;
  padding-left: 25px;
}
.cms-text-feature .cms-text-feature-data ul li:not(.site-nav-item):not(.site-subnav-item):before {
  content: "";
  position: absolute;
  left: 0;
  top: 12.5px;
  width: 15px;
  height: 15px;
  background-image: url("/Templates/RegentsAustin/images/gold-swish.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.cms-text-feature .cms-text-feature-data ul li:not(.site-nav-item):not(.site-subnav-item) h5 {
  padding-top: 4px;
}
.cms-text-feature .cms-text-feature-data ul:has([class^=site-social-]) {
  padding: 0;
}
.cms-text-feature .cms-text-feature-data ul:has([class^=site-social-]) li {
  list-style: none;
  display: inline-block;
  padding-left: 9px !important;
  padding-top: 4px;
  transition: all 0.3s ease;
  background-color: #A39161;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  margin-right: 10px;
}
.cms-text-feature .cms-text-feature-data ul:has([class^=site-social-]) li:before {
  display: none !important;
}
.cms-text-feature .cms-text-feature-data ul:has([class^=site-social-]) li:hover {
  transform: translateY(-5px);
  background-color: #ffffff;
}
.cms-text-feature .cms-text-feature-data ul:has([class^=site-social-]) li:hover a {
  color: #A39161;
}
.cms-text-feature .cms-text-feature-data ul:has([class^=site-social-]) li a {
  color: #ffffff;
}
.cms-text-feature .cms-text-feature-data ul:has([class^=site-social-]) li a:before {
  font-size: 20px;
}
.cms-text-feature .cms-text-feature-data table.site-table-tabbed tr:has(th) {
  display: block !important;
  text-align: left;
  border: 0;
}
.cms-text-feature .cms-text-feature-data table.site-table-tabbed tr:has(th) th {
  background: #ffffff;
  margin: 0 20px 0 0;
  padding: 20px 20px;
  display: inline-block;
  color: #001848;
  font-size: 20px;
  font-weight: 700;
  font-family: "Playfair Display";
  text-transform: none;
  cursor: pointer;
  border: 1px #001848 solid;
  border-bottom: 0;
}
.cms-text-feature .cms-text-feature-data table.site-table-tabbed tr:has(th) th:hover {
  background: #001848;
  color: #ffffff;
}
.cms-text-feature .cms-text-feature-data table.site-table-tabbed tr:has(th) th.active {
  background: #001848;
  color: #ffffff;
}
.cms-text-feature .cms-text-feature-data table.site-table-tabbed tr {
  background: #ffffff;
  border: 1px #001848 solid;
  display: none;
}
.cms-text-feature .cms-text-feature-data table.site-table-tabbed tr.active {
  display: block;
}
.cms-text-feature .cms-text-feature-data table.site-table-tabbed tr td {
  background: #ffffff;
  margin: 0;
  padding: 20px;
  border: 0;
}
.cms-text-feature .cms-text-feature-data body.cms-page-is-in-edit-mode table.site-table-tabbed tr {
  display: block;
}

.bg-primary {
  background-color: #001848 !important;
}
.bg-primary a {
  color: #ffffff !important;
}
.bg-primary a:after {
  background-color: #ffffff !important;
}

.bg-secondary {
  background-color: #A39161 !important;
}
.bg-secondary a:not(.site-button-primary):not(.site-button-secondary) {
  color: #ffffff !important;
}
.bg-secondary a:not(.site-button-primary):not(.site-button-secondary):after {
  background-color: #ffffff !important;
}

.bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body:not(.cms-page-is-in-edit-mode) .animate-element {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

var {
  color: #A39161 !important;
}

.iframe-resize,
.iframe-resize-video {
  position: relative;
  border-radius: 10px;
  aspect-ratio: 16/9;
}
.iframe-resize iframe,
.iframe-resize video,
.iframe-resize-video iframe,
.iframe-resize-video video {
  position: relative;
  z-index: 3;
  aspect-ratio: 16/9;
  width: 100% !important;
  height: auto !important;
}

body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  background: white;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 500px;
  width: 90%;
  padding: 30px;
  border: 1px solid #d9dade;
  outline: none;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  cursor: pointer;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:before {
  content: "X";
  font-weight: bold;
  font-size: 20px;
  transition: all ease 0.5s;
  display: block;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:hover,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:hover,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:hover {
  border: 1px solid #001848;
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:hover::before {
  transform: scale(0.7);
}
@media (min-width: 600px) {
  body:not(.cms-page-is-in-edit-mode) .popup-wrapper.hide-desktop {
    display: none;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .popup-wrapper.hide-mobile {
    display: none;
  }
}

body.cms-page-is-published .popup-wrapper .site-wide-popup {
  pointer-events: none;
  outline: none;
}
body.cms-page-is-published .popup-wrapper .site-wide-popup .site-popup-close {
  pointer-events: all;
}

body:not(.cms-page-is-in-edit-mode) .play-video-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(3, 34, 76, 0.7);
  z-index: 100000;
  height: 100%;
  width: 100%;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active {
  display: block;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup {
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #001848;
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border: 5px solid #ffffff;
  font-size: 20px;
  z-index: 20;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup::before {
  content: "X";
  display: block;
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper .video-popup {
  position: absolute;
  width: 100%;
  max-width: 900px;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper .video-popup {
    width: 90%;
  }
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper .video-popup iframe {
    width: 100% !important;
    height: 200px !important;
  }
}
body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section .video-popup {
  width: 100%;
  max-width: 900px;
  background: #ffffff;
  line-height: 0;
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section .video-popup {
    width: 90%;
  }
  body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section .video-popup iframe {
    width: 100% !important;
    height: 200px !important;
  }
}

.custom-events-wrapper .slick-track {
  margin-bottom: 50px;
}
.custom-events-wrapper .site-display-data-block {
  border-top: 2px solid #A39161;
  padding-top: 20px;
  display: flex;
}
.custom-events-wrapper .site-display-data-block .custom-post-content-wrapper {
  padding-left: 20px;
}
.custom-events-wrapper .site-display-data-block .site-display-date {
  display: none;
}
.custom-events-wrapper .site-display-data-block .custom-date-container {
  width: 60px;
  justify-content: center;
  align-items: center;
}
.custom-events-wrapper .site-display-data-block .custom-date-container .custom-day {
  display: none;
}
.custom-events-wrapper .site-display-data-block .custom-date-container .custom-date {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #001848;
  width: 100%;
  text-align: center;
}
.custom-events-wrapper .site-display-data-block .custom-date-container .custom-month {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  padding: 10px 0;
  width: 100%;
  color: #A39161;
  text-align: center;
}
.custom-events-wrapper .site-display-data-block .custom-date-container .custom-year {
  display: none;
}
.custom-events-wrapper .site-display-data-block .site-display-title {
  font-weight: 700 !important;
  font-size: 25px;
  line-height: 33px;
  padding-bottom: 10px;
}
.custom-events-wrapper .site-display-data-block .site-display-title a {
  color: #001848 !important;
}
.custom-events-wrapper .site-display-data-block .site-display-desc {
  padding-left: 20px;
}
.custom-events-wrapper .site-display-data-block .site-display-desc p {
  font-family: "Playfair Display";
  font-weight: 700 !important;
  font-size: 17px;
  line-height: 10px;
  color: #001848 !important;
}
.custom-events-wrapper .site-display-data-block .site-display-desc p .marker {
  display: none;
}

.custom-flexbox-gallery-wrapper {
  width: 100%;
  padding: 0;
  flex: none;
}
@media (min-width: 768px) {
  .custom-flexbox-gallery-wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .custom-flexbox-gallery-wrapper {
    padding: 0 50px;
  }
}
.custom-flexbox-gallery-wrapper .custom-flexbox-gallery {
  overflow: hidden;
}
@media (min-width: 768px) {
  .custom-flexbox-gallery-wrapper .custom-flexbox-gallery {
    height: 50vh;
  }
}
@media (min-width: 1024px) {
  .custom-flexbox-gallery-wrapper .custom-flexbox-gallery {
    height: 75vh;
  }
}
.custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper {
  margin: 0 -15px;
}
.custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper .site-slide {
  height: 400px;
}
@media (min-width: 1000px) {
  .custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper .site-slide.hovered .site-slider-more-desc {
    opacity: 1;
  }
  .custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper .site-slide.hovered .site-slider-image-block:before {
    opacity: 1;
  }
}
.custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper .site-slide .site-slider-image-block {
  height: 100%;
}
.custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper .site-slide .site-slider-image-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(163, 145, 97, 0.5);
  opacity: 0;
  transition: all 0.3s ease;
}
.custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper .site-slide .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper .site-slide .site-slider-caption {
  background: none !important;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block {
  display: none !important;
}
@media (min-width: 768px) {
  .custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper {
    height: calc(100% + 30px) !important;
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper .site-slide {
    width: calc(33.3% - 30px);
    height: calc(40% - 30px);
    margin: 15px;
  }
  .custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper .site-slide:nth-child(1) {
    height: calc(60% - 30px);
    margin-top: 0;
  }
  .custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper .site-slide:nth-child(2) {
    margin-bottom: 0;
  }
  .custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper .site-slide:nth-child(3) {
    margin-top: 0;
  }
  .custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper .site-slide:nth-child(4) {
    margin-bottom: 0;
    height: calc(60% - 30px);
  }
  .custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper .site-slide:nth-child(5) {
    margin-top: 0;
    height: calc(60% - 30px);
  }
  .custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper .site-slide .site-slider-image-block {
    width: 100%;
    height: 100%;
    transition: transform 2s ease;
  }
  .custom-flexbox-gallery-wrapper .custom-flexbox-gallery .site-slick-wrapper .site-slide .site-slider-image-block .site-slider-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.custom-flexbox-gallery-wrapper .site-slider-more-desc {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 2560px) {
  .custom-flexbox-gallery-wrapper .site-slider-more-desc {
    padding: 50px 100px;
  }
}
.custom-flexbox-gallery-wrapper .site-slider-more-desc h1,
.custom-flexbox-gallery-wrapper .site-slider-more-desc h2,
.custom-flexbox-gallery-wrapper .site-slider-more-desc h3,
.custom-flexbox-gallery-wrapper .site-slider-more-desc h4,
.custom-flexbox-gallery-wrapper .site-slider-more-desc h5,
.custom-flexbox-gallery-wrapper .site-slider-more-desc h6 {
  color: #ffffff;
}
@media (max-width: 1800px) {
  .custom-flexbox-gallery-wrapper .site-slider-more-desc h4 {
    font-size: 24px;
  }
}
.custom-flexbox-gallery-wrapper .site-slider-more-desc img {
  margin: 0 auto 10px auto;
  display: none;
}
@media (min-width: 1000px) {
  .custom-flexbox-gallery-wrapper .site-slider-more-desc img {
    display: block;
  }
}

.custom-flexbox-gallery-popup-wrapper {
  width: 100%;
  padding: 0;
  flex: none;
}
@media (min-width: 768px) {
  .custom-flexbox-gallery-popup-wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .custom-flexbox-gallery-popup-wrapper {
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  .custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup {
    height: 50vh;
  }
}
@media (min-width: 1024px) {
  .custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup {
    height: 75vh;
  }
}
.custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup .site-slick-wrapper .site-slide {
  height: 400px;
}
@media (min-width: 1000px) {
  .custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup .site-slick-wrapper .site-slide.hovered .site-slider-caption-block {
    opacity: 1;
    cursor: pointer;
  }
  .custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup .site-slick-wrapper .site-slide.hovered .site-slider-image-block:before {
    opacity: 1;
  }
}
.custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup .site-slick-wrapper .site-slide .site-slider-image-block {
  height: 100%;
}
.custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup .site-slick-wrapper .site-slide .site-slider-image-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(163, 145, 97, 0.5);
  opacity: 0;
  transition: all 0.3s ease;
}
.custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup .site-slick-wrapper .site-slide .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup .site-slick-wrapper .site-slide .site-slider-caption {
  background: none !important;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup .site-slick-wrapper {
    height: calc(100% + 30px) !important;
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup .site-slick-wrapper .site-slide {
    width: calc(33.3% - 30px);
    height: calc(40% - 30px);
    margin: 15px;
  }
  .custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup .site-slick-wrapper .site-slide:nth-child(1) {
    height: calc(60% - 30px);
    margin-top: 0;
  }
  .custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup .site-slick-wrapper .site-slide:nth-child(2) {
    margin-bottom: 0;
  }
  .custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup .site-slick-wrapper .site-slide:nth-child(3) {
    margin-top: 0;
  }
  .custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup .site-slick-wrapper .site-slide:nth-child(4) {
    margin-bottom: 0;
    height: calc(60% - 30px);
  }
  .custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup .site-slick-wrapper .site-slide:nth-child(5) {
    margin-top: 0;
    height: calc(60% - 30px);
  }
  .custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup .site-slick-wrapper .site-slide .site-slider-image-block {
    width: 100%;
    height: 100%;
    transition: transform 2s ease;
  }
  .custom-flexbox-gallery-popup-wrapper .custom-flexbox-gallery-popup .site-slick-wrapper .site-slide .site-slider-image-block .site-slider-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.custom-flexbox-gallery-popup-wrapper .site-slider-caption-block {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.custom-flexbox-gallery-popup-wrapper .site-slider-more-desc {
  display: none;
}
.custom-flexbox-gallery-popup-wrapper .site-slider-more-desc h1,
.custom-flexbox-gallery-popup-wrapper .site-slider-more-desc h2,
.custom-flexbox-gallery-popup-wrapper .site-slider-more-desc h3,
.custom-flexbox-gallery-popup-wrapper .site-slider-more-desc h4,
.custom-flexbox-gallery-popup-wrapper .site-slider-more-desc h5,
.custom-flexbox-gallery-popup-wrapper .site-slider-more-desc h6 {
  color: #ffffff;
}
@media (max-width: 1800px) {
  .custom-flexbox-gallery-popup-wrapper .site-slider-more-desc h4 {
    font-size: 24px;
  }
}
.custom-flexbox-gallery-popup-wrapper .site-slider-more-desc img {
  margin: 0 auto 50px auto;
  display: none;
}
@media (min-width: 1000px) {
  .custom-flexbox-gallery-popup-wrapper .site-slider-more-desc img {
    display: block;
  }
}
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: #A39161;
  display: none;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  .custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list {
    overflow: scroll;
    padding-top: 75px;
  }
}
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
@media (min-width: 600px) {
  .custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content {
    position: absolute !important;
  }
}
@media (min-width: 1200px) {
  .custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content {
    padding: 0 20%;
  }
}
@media (max-width: 600px) {
  .custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner {
    height: 100vh;
  }
}
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner h1,
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner h2,
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner h3,
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner h4,
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner h5,
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner h6,
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner p {
  color: #ffffff !important;
}
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner img {
  margin: 20px auto 40px auto;
}
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table {
  background-color: #3C4555;
  text-align: left;
  white-space: normal;
}
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table tr {
  display: block;
  padding: 0;
}
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td {
  pointer-events: none;
  padding: 0;
}
@media (max-width: 800px) {
  .custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td {
    display: block !important;
  }
}
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h1,
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h2,
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h3,
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h4,
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h5,
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h6,
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td p {
  color: #ffffff !important;
}
@media (min-width: 800px) {
  .custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(1) {
    display: table-cell;
    width: 40%;
  }
}
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(1) img {
  max-height: 50%;
  width: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 800px) {
  .custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(1) img {
    height: 65vh;
  }
}
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) {
  padding: 20px;
}
@media (min-width: 800px) {
  .custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) {
    display: table-cell;
    width: 50%;
    padding: 50px;
    position: relative;
  }
}
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) h4, .custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) h5 {
  margin-bottom: 15px;
}
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) .site-button-primary, .custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) button {
  pointer-events: all;
}
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  opacity: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .close {
    right: 10%;
    top: 10%;
  }
}
@media (min-width: 1600px) {
  .custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .close {
    right: 20%;
    top: 20%;
  }
}
.custom-flexbox-gallery-popup-wrapper .site-slider-tab-content-list .site-slider-tab-content .close:before {
  content: url("/Templates/RegentsAustin/images/close.png") !important;
  transform: scale(0.3);
}
.custom-flexbox-gallery-popup-wrapper.arrows-center-wrapper .site-slider .slick-arrow.slick-prev, .custom-flexbox-gallery-popup-wrapper.arrows-center-wrapper .site-slider .slick-arrow.slick-next {
  top: 115%;
}

.custom-flexbox-gallery-sml-wrapper {
  width: 100%;
  padding: 0;
  flex: none;
}
@media (min-width: 768px) {
  .custom-flexbox-gallery-sml-wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .custom-flexbox-gallery-sml-wrapper {
    padding: 0 50px;
  }
}
.custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml {
  overflow: hidden;
}
@media (min-width: 768px) {
  .custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml {
    height: 50vh;
  }
}
@media (min-width: 1024px) {
  .custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml {
    height: 75vh;
  }
}
.custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml .site-slick-wrapper {
  margin: 0 -15px;
}
.custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml .site-slick-wrapper .site-slide {
  height: 400px;
}
@media (min-width: 1000px) {
  .custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml .site-slick-wrapper .site-slide.hovered .site-slider-more-desc {
    opacity: 1;
  }
  .custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml .site-slick-wrapper .site-slide.hovered .site-slider-image-block:before {
    opacity: 1;
  }
}
.custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml .site-slick-wrapper .site-slide .site-slider-image-block {
  height: 100%;
}
.custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml .site-slick-wrapper .site-slide .site-slider-image-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(163, 145, 97, 0.5);
  opacity: 0;
  transition: all 0.3s ease;
}
.custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml .site-slick-wrapper .site-slide .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml .site-slick-wrapper .site-slide .site-slider-caption {
  background: none !important;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block {
  display: none !important;
}
@media (min-width: 768px) {
  .custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml .site-slick-wrapper {
    height: calc(100% + 30px) !important;
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml .site-slick-wrapper .site-slide {
    width: calc(50% - 30px);
    height: calc(40% - 30px);
    margin: 15px;
  }
  .custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml .site-slick-wrapper .site-slide:nth-child(1) {
    height: calc(60% - 30px);
    margin-top: 0;
  }
  .custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml .site-slick-wrapper .site-slide:nth-child(2) {
    margin-bottom: 0;
  }
  .custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml .site-slick-wrapper .site-slide:nth-child(3) {
    margin-top: 0;
  }
  .custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml .site-slick-wrapper .site-slide:nth-child(4) {
    margin-bottom: 0;
    height: calc(60% - 30px);
  }
  .custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml .site-slick-wrapper .site-slide .site-slider-image-block {
    width: 100%;
    height: 100%;
    transition: transform 2s ease;
  }
  .custom-flexbox-gallery-sml-wrapper .custom-flexbox-gallery-sml .site-slick-wrapper .site-slide .site-slider-image-block .site-slider-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.custom-flexbox-gallery-sml-wrapper .site-slider-more-desc {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 2560px) {
  .custom-flexbox-gallery-sml-wrapper .site-slider-more-desc {
    padding: 50px 100px;
  }
}
.custom-flexbox-gallery-sml-wrapper .site-slider-more-desc h1,
.custom-flexbox-gallery-sml-wrapper .site-slider-more-desc h2,
.custom-flexbox-gallery-sml-wrapper .site-slider-more-desc h3,
.custom-flexbox-gallery-sml-wrapper .site-slider-more-desc h4,
.custom-flexbox-gallery-sml-wrapper .site-slider-more-desc h5,
.custom-flexbox-gallery-sml-wrapper .site-slider-more-desc h6 {
  color: #ffffff;
}
.custom-flexbox-gallery-sml-wrapper .site-slider-more-desc h4 {
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 1920px) {
  .custom-flexbox-gallery-sml-wrapper .site-slider-more-desc h4 {
    font-size: 24px;
    line-height: 35px;
  }
}
.custom-flexbox-gallery-sml-wrapper .site-slider-more-desc img {
  margin: 0 auto 10px auto;
  display: none;
}
@media (min-width: 1000px) {
  .custom-flexbox-gallery-sml-wrapper .site-slider-more-desc img {
    display: block;
  }
}

.custom-flex-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
  display: flex !important;
  flex-direction: column-reverse;
  margin-bottom: 40px !important;
}
@media (min-width: 1440px) {
  .custom-flex-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    flex-direction: row-reverse;
    margin-bottom: 0 !important;
  }
  .custom-flex-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide.hovered .site-slider-more-desc {
    opacity: 1;
  }
  .custom-flex-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide.hovered .site-slider-image-block:before {
    opacity: 1;
  }
}
.custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-image-block .site-slider-image {
  height: 100% !important;
}
.custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption {
  position: relative !important;
  background-color: transparent !important;
  padding: 0 !important;
}
@media (min-width: 1440px) {
  .custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption {
    width: 50% !important;
  }
}
@media (min-width: 1440px) {
  .custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-caption-block {
    width: 75%;
    padding: 4% 40px;
  }
}
@media (min-width: 1920px) {
  .custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-caption-block {
    padding: 10% 40px;
  }
}
@media (min-width: 2560px) {
  .custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-caption-block {
    padding: 12% 40px;
  }
}
.custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0 !important;
}
.custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  color: inherit !important;
  text-align: left !important;
}
.custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 20px;
}
@media (min-width: 1366px) {
  .custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc {
    top: 0%;
  }
}
@media (min-width: 1680px) {
  .custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc {
    top: 10%;
  }
}
@media (min-width: 2560px) {
  .custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc {
    top: 20%;
    padding: 50px 100px;
  }
}
.custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc h1,
.custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc h2,
.custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc h3,
.custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc h4,
.custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc h5,
.custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc h6 {
  color: #ffffff;
}
@media (min-width: 1366px) {
  .custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc {
    left: 100%;
  }
}
.custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc img {
  margin: 0 auto 50px auto;
  display: none;
}
@media (min-width: 1440px) {
  .custom-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-more-desc img {
    display: block;
  }
}
@media (min-width: 1440px) {
  .custom-flex-gallery-wrapper .site-slider-image-block {
    width: 50% !important;
  }
}
.custom-flex-gallery-wrapper .site-slider-image-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(163, 145, 97, 0.5);
  opacity: 0;
  transition: all 0.3s ease;
}
@media (min-width: 1366px) {
  .custom-flex-gallery-wrapper .site-slider-image-block:before {
    left: 50%;
    width: 50%;
  }
}

@media (min-width: 1440px) {
  .custom-flex-gallery-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    flex-direction: row;
  }
  .custom-flex-gallery-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block:before {
    left: 0%;
  }
  .custom-flex-gallery-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-more-desc {
    left: -100%;
  }
}
.custom-flex-window-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
  display: flex !important;
  flex-direction: column-reverse;
  margin-top: 20px !important;
}
@media (min-width: 1366px) {
  .custom-flex-window-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    flex-direction: row-reverse;
    margin-bottom: 0 !important;
    margin-top: 40px !important;
  }
}
.custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption {
  position: relative !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption h1,
.custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption h2,
.custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption h3,
.custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption h4,
.custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption h5,
.custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption h6,
.custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption p {
  color: #001848 !important;
}
@media (min-width: 1366px) {
  .custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption {
    width: 50% !important;
  }
}
@media (min-width: 1366px) {
  .custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption .site-slider-caption-block {
    width: 80%;
  }
}
.custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0 !important;
}
.custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  color: inherit !important;
  text-align: left !important;
}
.custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data blockquote {
  padding: 0 !important;
}
@media (max-width: 600px) {
  .custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data blockquote h1,
  .custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data blockquote h2,
  .custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data blockquote h3,
  .custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data blockquote h4,
  .custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data blockquote h5,
  .custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data blockquote h6,
  .custom-flex-window-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data blockquote p {
    text-align: left !important;
  }
}
@media (min-width: 1366px) {
  .custom-flex-window-wrapper .site-slider-image-block {
    width: 50% !important;
  }
}
.custom-flex-window-wrapper .site-slider-image-block img {
  max-width: 100vw;
  width: 100vw !important;
  height: 430px;
  -webkit-clip-path: url("#svgPath");
          clip-path: url("#svgPath");
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 50px auto 0 auto;
}
@media (min-width: 600px) {
  .custom-flex-window-wrapper .site-slider-image-block img {
    width: 570px !important;
    height: 766px;
  }
}
@media (min-width: 1440px) {
  .custom-flex-window-wrapper .site-slider-image-block img {
    float: right;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  .custom-flex-window-wrapper .site-slider-image-block img {
    width: 679px !important;
    height: 766px;
  }
}

@media (min-width: 1366px) {
  .custom-flex-window-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    flex-direction: row;
  }
}
@media (min-width: 1366px) and (min-width: 1366px) {
  .custom-flex-window-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-caption-block {
    margin-left: 20%;
  }
}
@media (min-width: 1366px) and (min-width: 1440px) {
  .custom-flex-window-wrapper.reverse-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide .site-slider-image-block img {
    float: left;
  }
}
@media (min-width: 1440px) {
  .custom-gallery-wrapper {
    width: 95vw !important;
  }
}
.custom-gallery-wrapper .custom-gallery {
  padding: 75px 0 200px 0;
}
@media (min-width: 1024px) {
  .custom-gallery-wrapper .custom-gallery {
    padding: 150px 0 200px 0;
  }
}
.custom-gallery-wrapper .custom-gallery .slick-list {
  max-height: 474px;
}
.custom-gallery-wrapper .custom-gallery .slick-list .site-slide {
  max-height: 474px;
}
.custom-gallery-wrapper .custom-gallery .slick-list .site-slide img, .custom-gallery-wrapper .custom-gallery .slick-list .site-slide video {
  min-height: 474px;
  height: 474px;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.custom-gallery-wrapper .slick-prev, .custom-gallery-wrapper .slick-next {
  top: 120% !important;
}

.custom-gallery-window-wrapper.cms-gallery-feature-wrapper.site-multi-slide-slider-wrapper .site-slider-caption {
  left: 0 !important;
  right: 0 !important;
  padding: 0 !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .custom-gallery-window-wrapper.cms-gallery-feature-wrapper.site-multi-slide-slider-wrapper .site-slider-caption {
    position: relative;
    bottom: 120px;
  }
}
.custom-gallery-window-wrapper .site-slider-image-block img, .custom-gallery-window-wrapper .site-slider-image-block video, .custom-gallery-window-wrapper .site-slider-video-block img, .custom-gallery-window-wrapper .site-slider-video-block video {
  max-width: 100vw;
  width: 100vw !important;
  height: 390px;
  -webkit-clip-path: url("#svgPath");
          clip-path: url("#svgPath");
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 50px auto 0 auto;
}
@media (min-width: 600px) {
  .custom-gallery-window-wrapper .site-slider-image-block img, .custom-gallery-window-wrapper .site-slider-image-block video, .custom-gallery-window-wrapper .site-slider-video-block img, .custom-gallery-window-wrapper .site-slider-video-block video {
    width: 570px !important;
    height: 766px;
  }
}
.custom-gallery-window-wrapper .site-slider-image-block:before, .custom-gallery-window-wrapper .site-slider-video-block:before {
  content: url("/Templates/RegentsAustin/images/play-icon.png");
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 68px;
  height: 68px;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 600px) {
  .custom-gallery-window-wrapper .site-slider-image-block:before, .custom-gallery-window-wrapper .site-slider-video-block:before {
    top: 420px;
  }
}
.custom-gallery-window-wrapper .site-slider-caption {
  background-color: transparent !important;
}
.custom-gallery-window-wrapper .site-slider-caption .site-slider-capton-data h1,
.custom-gallery-window-wrapper .site-slider-caption .site-slider-capton-data h2,
.custom-gallery-window-wrapper .site-slider-caption .site-slider-capton-data h3,
.custom-gallery-window-wrapper .site-slider-caption .site-slider-capton-data h4,
.custom-gallery-window-wrapper .site-slider-caption .site-slider-capton-data h5,
.custom-gallery-window-wrapper .site-slider-caption .site-slider-capton-data h6,
.custom-gallery-window-wrapper .site-slider-caption .site-slider-capton-data p {
  color: #001848 !important;
}
.custom-gallery-window-wrapper .slick-prev, .custom-gallery-window-wrapper .slick-next {
  top: 110% !important;
}
@media (min-width: 600px) {
  .custom-gallery-window-wrapper .slick-prev, .custom-gallery-window-wrapper .slick-next {
    top: 90% !important;
  }
}

.custom-popup-gallery-wrapper.cms-gallery-feature-wrapper.site-multi-slide-slider-wrapper .site-slider-caption {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
}
.custom-popup-gallery-wrapper.cms-gallery-feature-wrapper .site-slider-tab-list .site-slide {
  cursor: default;
}
.custom-popup-gallery-wrapper .site-slider-image-block img {
  max-width: 100vw;
  width: 88vw !important;
  height: 350px;
  -webkit-clip-path: url("#svgPath");
          clip-path: url("#svgPath");
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 600px) {
  .custom-popup-gallery-wrapper .site-slider-image-block img {
    width: 570px !important;
    height: 766px;
  }
}
@media (min-width: 1440px) {
  .custom-popup-gallery-wrapper .site-slider-image-block img {
    -webkit-clip-path: url("#svgPathSmall");
            clip-path: url("#svgPathSmall");
    width: 410px !important;
    height: 456px;
  }
}
@media (min-width: 1600px) {
  .custom-popup-gallery-wrapper .site-slider-image-block img {
    width: 440px !important;
  }
}
@media (min-width: 1920px) {
  .custom-popup-gallery-wrapper .site-slider-image-block img {
    width: 500px !important;
    height: 550px;
  }
}
@media (min-width: 2560px) {
  .custom-popup-gallery-wrapper .site-slider-image-block img {
    width: 600px !important;
    height: 650px;
  }
}
.custom-popup-gallery-wrapper .site-slider-caption {
  position: absolute !important;
  background-color: transparent !important;
  text-align: center !important;
}
@media (min-width: 768px) {
  .custom-popup-gallery-wrapper .site-slider-caption .site-slider-capton-data {
    padding: 40px !important;
  }
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: #d8dadd;
  display: none;
}
@media (max-width: 800px) {
  .custom-popup-gallery-wrapper .site-slider-tab-content-list {
    overflow: scroll;
  }
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner {
  position: relative;
  margin: 15% auto;
}
@media (min-width: 390px) {
  .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner {
    margin: 25% auto;
  }
}
@media (min-width: 768px) {
  .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner {
    max-width: 80vw;
    margin: 10% auto;
  }
}
@media (min-width: 1024px) {
  .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner {
    max-width: 90vw;
  }
}
@media (min-width: 1440px) {
  .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner {
    max-width: 1100px;
    margin: 12.5% auto;
  }
}
@media (min-width: 2560px) {
  .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner {
    margin: 7.5% auto;
  }
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table {
  background-color: #3C4555;
  text-align: left;
  white-space: normal;
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table tr {
  display: block;
  padding: 0;
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td {
  pointer-events: none;
  padding: 0;
}
@media (max-width: 800px) {
  .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td {
    display: block !important;
  }
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h1,
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h2,
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h3,
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h4,
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h5,
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td h6,
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td p {
  color: #ffffff !important;
}
@media (min-width: 800px) {
  .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(1) {
    display: table-cell;
    width: 40%;
  }
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(1) img {
  max-height: 50%;
  width: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 800px) {
  .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(1) img {
    height: 65vh;
  }
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) {
  padding: 20px;
}
@media (min-width: 800px) {
  .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) {
    display: table-cell;
    width: 50%;
    padding: 50px;
    position: relative;
  }
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) h4, .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) h5 {
  margin-bottom: 15px;
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) .site-button-primary, .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .inner table td:nth-child(2) button {
  pointer-events: all;
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 100px;
  height: 100px;
  opacity: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.custom-popup-gallery-wrapper .site-slider-tab-content-list .site-slider-tab-content .close:before {
  content: url("/Templates/RegentsAustin/images/close.png") !important;
  transform: scale(0.3);
}
.custom-popup-gallery-wrapper.arrows-center-wrapper .site-slider .slick-arrow.slick-prev, .custom-popup-gallery-wrapper.arrows-center-wrapper .site-slider .slick-arrow.slick-next {
  top: 120%;
}
.custom-popup-gallery-wrapper.arrows-center-wrapper .custom-popup-gallery {
  margin-bottom: 50%;
}
@media (min-width: 1000px) {
  .custom-popup-gallery-wrapper.arrows-center-wrapper .custom-popup-gallery {
    margin-bottom: 15%;
  }
}

.custom-testimonial-gallery-wrapper {
  margin-bottom: 125px !important;
}
.custom-testimonial-gallery-wrapper .site-slider .site-slide .site-slider-image-block .site-slider-image {
  display: none;
}
.custom-testimonial-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
  min-height: 100px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1366px) {
  .custom-testimonial-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    min-height: 300px;
  }
}
.custom-testimonial-gallery-wrapper .site-slider .site-slide .site-slider-caption {
  position: relative !important;
  background-color: transparent !important;
  padding: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
@media (min-width: 1366px) {
  .custom-testimonial-gallery-wrapper .site-slider .site-slide .site-slider-caption {
    padding: 0 20% !important;
  }
}
@media (min-width: 1920px) {
  .custom-testimonial-gallery-wrapper .site-slider .site-slide .site-slider-caption {
    padding: 0 25% !important;
  }
}
.custom-testimonial-gallery-wrapper .site-slider .site-slide .site-slider-caption blockquote {
  padding: 0 !important;
}
.custom-testimonial-gallery-wrapper .site-slider .site-slide .site-slider-caption blockquote h4 {
  color: #001848 !important;
}
.custom-testimonial-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-container {
  padding: 0 !important;
}

.custom-testimonial-gallery-alt-wrapper {
  margin-bottom: 125px !important;
}
.custom-testimonial-gallery-alt-wrapper .site-slider .site-slide .site-slider-image-block .site-slider-image {
  display: none;
}
.custom-testimonial-gallery-alt-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
  min-height: 100px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1366px) {
  .custom-testimonial-gallery-alt-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    min-height: 300px;
  }
}
.custom-testimonial-gallery-alt-wrapper .site-slider .site-slide .site-slider-caption {
  position: relative !important;
  background-color: transparent !important;
  padding: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
@media (min-width: 1366px) {
  .custom-testimonial-gallery-alt-wrapper .site-slider .site-slide .site-slider-caption {
    padding: 0 10% !important;
  }
}
@media (min-width: 1920px) {
  .custom-testimonial-gallery-alt-wrapper .site-slider .site-slide .site-slider-caption {
    padding: 0 15% !important;
  }
}
.custom-testimonial-gallery-alt-wrapper .site-slider .site-slide .site-slider-caption blockquote {
  padding: 0 !important;
}
.custom-testimonial-gallery-alt-wrapper .site-slider .site-slide .site-slider-caption blockquote h4 {
  color: #001848 !important;
}
.custom-testimonial-gallery-alt-wrapper .site-slider .site-slide .site-slider-caption .site-container {
  padding: 0 !important;
}
@media (max-width: 700px) {
  .custom-testimonial-gallery-alt-wrapper.arrows-center-wrapper .site-slider .slick-arrow.slick-prev, .custom-testimonial-gallery-alt-wrapper.arrows-center-wrapper .site-slider .slick-arrow.slick-next {
    top: 130% !important;
  }
}

.custom-vertical-gallery-wrapper {
  background-color: #001848;
}
@media (min-width: 1280px) {
  .custom-vertical-gallery-wrapper.site-col-full-width-wrapper {
    width: 95vw !important;
    min-height: 75vh;
  }
}
@media (max-width: 600px) {
  .custom-vertical-gallery-wrapper .site-slider .slick-arrow.slick-prev, .custom-vertical-gallery-wrapper .site-slider .slick-arrow.slick-next {
    top: 165px;
  }
}
.custom-vertical-gallery-wrapper .site-slider {
  width: 100%;
  max-width: 100%;
}
.custom-vertical-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
  display: flex !important;
  flex-direction: column;
  padding: 20px;
}
@media (min-width: 1280px) {
  .custom-vertical-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    flex-direction: row;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 2560px) {
  .custom-vertical-gallery-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    justify-content: end;
  }
}
.custom-vertical-gallery-wrapper .site-slider .site-slide .site-slider-caption {
  position: relative !important;
  background-color: transparent !important;
  padding: 20px 0 !important;
}
@media (min-width: 1280px) {
  .custom-vertical-gallery-wrapper .site-slider .site-slide .site-slider-caption {
    width: 70% !important;
    padding: 0 !important;
  }
}
@media (min-width: 1280px) {
  .custom-vertical-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-caption-block {
    width: 100%;
    padding: 10% 150px 10% 10px;
  }
}
.custom-vertical-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0 !important;
}
.custom-vertical-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  text-align: left !important;
}
@media (min-width: 1280px) {
  .custom-vertical-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
    width: 100%;
  }
}
.custom-vertical-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h1,
.custom-vertical-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h2,
.custom-vertical-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h3,
.custom-vertical-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h4,
.custom-vertical-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h5,
.custom-vertical-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h6 {
  color: #ffffff;
  margin: 20px 0;
}
@media (max-width: 600px) {
  .custom-vertical-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data table {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .custom-vertical-gallery-wrapper .site-slider-image-block {
    width: 50% !important;
    padding: 100px 40px 100px 130px;
    height: 30%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 2560px) {
  .custom-vertical-gallery-wrapper .site-slider-image-block {
    width: 30% !important;
  }
}

body.cms-page-is-in-edit-mode .cms-feature-wrapper {
  position: relative;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail {
  position: absolute;
  background: #001848;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: 0;
  display: flex;
  padding: 0 10px;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count {
  margin: 0 10px 0 0;
  position: relative;
  padding: 0 12px 0 0;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-count:before {
  content: "";
  background: #ffffff;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row {
  margin: 0 0 0 10px;
  position: relative;
  padding: 0 0 0 12px;
}
body.cms-page-is-in-edit-mode .cms-feature-wrapper .site-feature-detail .site-feature-row:before {
  content: "";
  background: #ffffff;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
body.cms-page-is-in-edit-mode .site-row-container {
  position: relative;
}
body.cms-page-is-in-edit-mode .site-row-container:after {
  content: "New Row";
  display: block;
  margin: 40px 0;
  position: relative;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  background: #A39161;
  padding: 5px 10px;
  text-align: center;
  color: #ffffff;
}
body.cms-page-is-in-edit-mode .site-row-container:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #dfdfdf;
  margin: 40px 0;
}

.site-row-container {
  float: left;
  width: 100%;
}

body.cms-page-is-in-edit-mode #site-main-content-wrapper {
  float: left;
  width: 100%;
}
body.cms-page-is-in-edit-mode #site-main-grid-block {
  padding-top: 60px;
  float: left;
  width: 100%;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-1-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-2-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-3-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-4-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-5-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-6-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-7-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-8-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-9-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-10-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-11-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-col-12-wrapper {
  padding: 30px;
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-1-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-2-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-3-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-4-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-5-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-6-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-7-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-8-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-9-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-10-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-11-wrapper {
  padding: 0 20px;
}
body.cms-page-is-in-edit-mode #site-main-grid-block .site-grid-example .site-col-12-wrapper {
  padding: 0 20px;
}

.site-col-1-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-1-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-2-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-2-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-3-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-3-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-4-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-4-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-5-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-5-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-6-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-6-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-7-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-7-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-8-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-8-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-9-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-9-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-10-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-10-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-11-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-11-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

.site-col-12-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 799px) {
  .site-col-12-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}

#site-main-grid-block {
  display: block;
}
@media (max-width: 599px) {
  #site-main-grid-block .site-row-container {
    margin: 0;
  }
}
#site-main-grid-block .cms-feature-wrapper {
  float: left;
  width: 100%;
  max-width: 100%;
}
#site-main-grid-block .cms-feature-wrapper.site-right-block-wrapper {
  float: right;
  clear: right;
}
#site-main-grid-block .site-clear-grid-wrapper {
  clear: both;
}
#site-main-grid-block .site-col-12-wrapper {
  max-width: 100%;
}
#site-main-grid-block .site-col-11-wrapper {
  max-width: 91.666667%;
}
#site-main-grid-block .site-col-10-wrapper {
  max-width: 83.333333%;
}
#site-main-grid-block .site-col-9-wrapper {
  max-width: 75%;
}
#site-main-grid-block .site-col-8-wrapper {
  max-width: 66.666667%;
}
#site-main-grid-block .site-col-7-wrapper {
  max-width: 58.333333%;
}
#site-main-grid-block .site-col-6-wrapper {
  max-width: 50%;
}
#site-main-grid-block .site-col-5-wrapper {
  max-width: 41.666667%;
}
#site-main-grid-block .site-col-4-wrapper {
  max-width: 33.333333%;
}
#site-main-grid-block .site-col-3-wrapper {
  max-width: 25%;
}
#site-main-grid-block .site-col-2-wrapper {
  max-width: 16.666667%;
}
#site-main-grid-block .site-col-1-wrapper {
  max-width: 8.333333%;
}
#site-main-grid-block .site-col-full-width-wrapper {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
  max-width: none;
  clear: both;
}
@media (max-width: 1199px) {
  #site-main-grid-block .site-col-full-width-wrapper {
    width: 100vw;
  }
}
#site-main-grid-block .site-grid-example {
  padding-top: 20px;
  padding-bottom: 20px;
}
#site-main-grid-block .site-grid-example .site-col-1-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-1-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-1-wrapper span {
  border: 1px solid rgba(58, 36, 22, 0.2);
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-2-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-2-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-2-wrapper span {
  border: 1px solid rgba(58, 36, 22, 0.2);
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-3-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-3-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-3-wrapper span {
  border: 1px solid rgba(58, 36, 22, 0.2);
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-4-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-4-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-4-wrapper span {
  border: 1px solid rgba(58, 36, 22, 0.2);
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-5-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-5-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-5-wrapper span {
  border: 1px solid rgba(58, 36, 22, 0.2);
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-6-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-6-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-6-wrapper span {
  border: 1px solid rgba(58, 36, 22, 0.2);
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-7-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-7-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-7-wrapper span {
  border: 1px solid rgba(58, 36, 22, 0.2);
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-8-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-8-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-8-wrapper span {
  border: 1px solid rgba(58, 36, 22, 0.2);
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-9-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-9-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-9-wrapper span {
  border: 1px solid rgba(58, 36, 22, 0.2);
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-10-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-10-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-10-wrapper span {
  border: 1px solid rgba(58, 36, 22, 0.2);
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-11-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-11-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-11-wrapper span {
  border: 1px solid rgba(58, 36, 22, 0.2);
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}
#site-main-grid-block .site-grid-example .site-col-12-wrapper {
  text-align: center;
}
#site-main-grid-block .site-grid-example .site-col-12-wrapper.grid-example-no-space span {
  margin: 0;
}
#site-main-grid-block .site-grid-example .site-col-12-wrapper span {
  border: 1px solid rgba(58, 36, 22, 0.2);
  display: block;
  padding: 15px;
  margin: 0 0 30px;
}

.custom-search button {
  display: none;
}
.custom-search .site-search-data {
  z-index: 20;
}
@media (min-width: 1440px) {
  .custom-search .site-search-data {
    margin-right: 9%;
  }
}
@media (min-width: 1680px) {
  .custom-search .site-search-data {
    margin-right: 13%;
  }
}
@media (min-width: 1920px) {
  .custom-search .site-search-data {
    margin-right: 16%;
  }
}
@media (min-width: 2000px) {
  .custom-search .site-search-data {
    margin-right: 21%;
  }
}
.custom-search .site-search-input {
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-top: none;
  border-right: none;
  border-left: none;
  width: 100%;
  color: #ffffff;
  font-family: "Playfair Display" !important;
}
@media (min-width: 768px) {
  .custom-search .site-search-input {
    padding-bottom: 10px;
    width: 226px;
  }
}
.custom-search .site-search-input::-moz-placeholder {
  color: #ffffff;
  font-size: 12px;
  font-family: "Playfair Display";
  line-height: 30px;
  opacity: 0.7;
  text-align: left;
}
.custom-search .site-search-input::placeholder {
  color: #ffffff;
  font-size: 12px;
  font-family: "Playfair Display";
  line-height: 30px;
  opacity: 0.7;
  text-align: left;
}
@media (min-width: 768px) {
  .custom-search .site-search-input::-moz-placeholder {
    font-size: 20px;
  }
  .custom-search .site-search-input::placeholder {
    font-size: 20px;
  }
}
.custom-search .site-search-input:focus-visible {
  outline: none;
}

.site-search-wrapper .site-search-icon {
  color: #ffffff;
  font-size: 25px;
}
.site-search-wrapper .site-search-icon i {
  font-weight: 700;
  cursor: pointer;
}
.site-search-wrapper .site-search-block {
  opacity: 0;
  visibility: hidden;
}
.site-search-wrapper .site-search-block-active {
  opacity: 1;
  visibility: visible;
}
.site-search-wrapper .site-search-block-active.site-search-option {
  width: 300px !important;
}
.site-search-wrapper .site-search-block-active.site-search-option1 {
  max-height: 86px !important;
}
.site-search-wrapper .site-search-block-active.site-search-option2 {
  right: 0 !important;
}
.site-search-wrapper .site-search-block.site-search-option {
  position: absolute;
  right: 40px;
  z-index: 1000;
  top: 12px;
  width: 0;
  transition: all ease 0.6s;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-input {
  border-radius: 25px !important;
  border: 3px solid #A39161 !important;
  transition: all ease 0.6s;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button {
  background: transparent;
  font-size: 14px;
  font-weight: 700 !important;
  padding: 10px 30px 10px 50px;
  border: none;
  text-align: center;
  color: #001848;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Lato", sans-serif;
  border-radius: 35px;
  position: relative;
  box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.2);
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
  position: absolute;
  right: 0;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:hover {
  background: transparent;
  color: #A39161;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 45%;
  width: 13px;
  height: 13px;
  background-image: url("/Templates/RegentsAustin/images/gold-swish.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905" !important;
  font-size: 30px;
  font-weight: 700;
}
.site-search-wrapper .site-search-block.site-search-option1 {
  position: absolute;
  right: 0;
  top: 100%;
  background: rgba(58, 36, 22, 0.2);
  z-index: 1000;
  padding: 20px;
  width: 400px;
  height: auto;
  max-height: 0;
  transition: all ease 0.3s;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data {
  display: flex;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button {
  background: #001848;
  font-size: 14px;
  font-weight: 700 !important;
  padding: 10px 30px 10px 50px;
  border: none;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Lato", sans-serif;
  border-radius: 35px;
  position: relative;
  box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.2);
  font-size: 0;
  padding: 0 10px;
  letter-spacing: 0;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:hover {
  background: #A39161;
  color: #001848;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 45%;
  width: 13px;
  height: 13px;
  background-image: url("/Templates/RegentsAustin/images/gold-swish.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905" !important;
  font-size: 30px;
  font-weight: 700;
}
.site-search-wrapper .site-search-block.site-search-option2 {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  z-index: 1000;
  transition: all ease 0.5s;
}
.site-search-wrapper .site-search-block.site-search-option2 .site-search-data {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.site-search-wrapper .site-search-block.site-search-option2 .site-search-input {
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  max-width: 400px;
  width: 100%;
  color: #ffffff;
  font-size: 25px;
  padding: 0 0 10px;
  margin: 0 10px 0 0;
}
.site-bookmark-wrapper .site-bookmark-block {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-icon {
  width: 60px;
  height: 95px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.4);
  background: #ffffff;
  border: 5px solid #ffffff;
  text-align: center;
  padding: 10px 0 0 0;
  position: relative;
  align-self: end;
  margin: 0 0 10px;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-icon .site-bookmark-count {
  margin: 0 0 0;
  font-size: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #A39161;
  width: 30px;
  height: 30px;
  z-index: 1;
  color: #001848;
  border-radius: 100%;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-icon:after {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915" !important;
  font-size: 45px;
  color: #001848;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-close {
  position: absolute;
  background: #A39161;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 20px;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 20px;
  text-align: center;
  color: black;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-close:after {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    padding: 70px 20px 50px 20px;
    z-index: 1001;
  }
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-wrapper.site-bookmark-list-popup {
    opacity: 1;
    visibility: visible;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list {
  display: flex;
}
@media (min-width: 1000px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list {
    overflow: auto;
    padding: 50px 0 10px;
    width: calc(100vw - 200px);
    margin: 0 0 0 10px;
  }
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list {
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 100%;
    overflow: scroll;
  }
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list.site-bookmark-list-popup {
    opacity: 1;
    visibility: visible;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem {
  width: 65px;
  height: 95px;
  margin: 0 10px 0 0;
  position: relative;
  max-width: 65px;
  flex: 0 0 65px;
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem {
    max-width: 25%;
    padding: 10px;
    height: 250px;
    float: left;
    margin: 0;
    flex: 0 0 25%;
  }
}
@media (max-width: 599px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem {
    max-width: 33.3%;
    height: 150px;
    float: left;
    flex: 0 0 33.3%;
  }
}
@media (min-width: 1000px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem:hover .site-bookmark-list-block {
    translate: 0 -30px;
  }
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem:hover .site-bookmark-remove-button {
    opacity: 1;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem .site-bookmark-list-block {
  border: 5px solid #ffffff;
  position: relative;
  background: #001848;
  height: 100%;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.4);
  translate: 0;
  transition: all ease 0.5s;
  overflow: hidden;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem .site-bookmark-list-block .site-bookmark-image {
  width: 100%;
  height: 100%;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem .site-bookmark-list-block .site-bookmark-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block:before {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block .site-bookmark-title {
  font-size: 11px;
  line-height: 14px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 7px;
  left: 7px;
  right: 7px;
  text-align: center;
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block .site-bookmark-title {
    -webkit-line-clamp: 4;
    bottom: 10px;
    line-height: 18px;
  }
}
@media (max-width: 599px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block .site-bookmark-title {
    -webkit-line-clamp: 2;
    bottom: 10px;
    line-height: 18px;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block .site-bookmark-title a {
  color: #ffffff;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-remove-button {
  position: absolute;
  font-size: 0;
  background: none;
  color: black;
  bottom: 0;
  width: 20px;
  height: 20px;
  line-height: 18px;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #000000;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0;
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-remove-button {
    top: 20px;
    z-index: 10;
    bottom: auto;
    opacity: 1;
    right: 20px;
    left: auto;
    background: #ffffff;
    color: #001848;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-remove-button:after {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-remove-button:hover {
  background: #A39161;
}

blockquote {
  background-color: transparent;
}
blockquote var {
  font-size: 41px;
  line-height: 54px;
  font-family: "Playfair Display";
  font-weight: 700;
  color: #001848;
  margin-bottom: 20px;
  font-family: "Playfair Display" !important;
  font-style: normal;
}
@media (max-width: 599px) {
  blockquote var {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
blockquote cite {
  color: #A39161;
  letter-spacing: 3px !important;
}

.blockquote-secondary {
  white-space: normal !important;
  width: 100% !important;
  position: relative;
  background-color: #A39161;
}
.blockquote-secondary td {
  color: #001848;
  padding: 50px;
}

.blockquote-tertiary {
  white-space: normal !important;
  width: 100% !important;
  position: relative;
  background-color: #001848;
}
.blockquote-tertiary td {
  color: #001848;
  padding: 50px;
}

.blockquote-image {
  white-space: normal !important;
  width: 100% !important;
  position: relative;
}
.blockquote-image td {
  color: #001848;
  padding: 50px;
  position: relative;
}
.blockquote-image td .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  margin: 0 !important;
}
.blockquote-image td:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
  padding-left: 190px;
  padding-right: 190px;
}
@media (max-width: 1499px) {
  body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
    padding: 0 50px;
  }
}
@media (max-width: 1023px) {
  body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
    padding: 0 20px;
  }
}

.site-form-payment-wrapper .site-form-product-payment-block .site-form-product-payment-data {
  background: #f9f9f9;
}
.site-form-payment-wrapper .site-form-title {
  color: #001848;
  font-family: "Playfair Display";
  font-size: 16px;
}
.cms-text-feature table tr {
  background: transparent;
}
.cms-text-feature table tr th {
  background: #001848;
}
.cms-text-feature table tr:nth-child(2n) {
  background: rgba(58, 36, 22, 0.2);
}
@media (max-width: 599px) {
  .cms-text-feature table tr:nth-child(2n) {
    background: none;
  }
}

@media (max-width: 599px) {
  table.site-table-mobile > thead > tr > td p, table.site-table-mobile > thead > tr > th p, table.site-table-mobile > tbody > tr > td p, table.site-table-mobile > tbody > tr > th p {
    margin: 0 0 20px !important;
  }
}

table.site-table-no-scroll {
  display: table !important;
}

table.site-table-mobile-stack {
  border-collapse: collapse;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  white-space: normal;
}
table.site-table-mobile-stack tr {
  background-color: transparent;
  border: 1px solid rgba(58, 36, 22, 0.2);
  padding: 5px;
}
table.site-table-mobile-stack th,
table.site-table-mobile-stack td {
  padding: 0.625em;
  text-align: center;
  word-wrap: break-word;
}
table.site-table-mobile-stack th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: gothamblack;
}
@media (max-width: 599px) {
  table.site-table-mobile-stack {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    display: table !important;
  }
  table.site-table-mobile-stack caption {
    font-size: 1.3em;
  }
  table.site-table-mobile-stack thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.site-table-mobile-stack tr {
    display: block;
    margin-bottom: 0.625em;
    background: none !important;
  }
  table.site-table-mobile-stack td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right !important;
  }
  table.site-table-mobile-stack td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #001848;
  }
  table.site-table-mobile-stack td:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 599px) {
  table.site-table-row-border {
    width: 100% !important;
  }
}
table.site-table-row-border tr {
  border-bottom: 1px solid rgba(58, 36, 22, 0.2);
}
table.site-table-row-border tr td h1, table.site-table-row-border tr td h2, table.site-table-row-border tr td h3, table.site-table-row-border tr td h4, table.site-table-row-border tr td h5, table.site-table-row-border tr td h6, table.site-table-row-border tr td p {
  margin: 0 !important;
}
@media (max-width: 599px) {
  table.site-table-row-border.site-table-mobile > thead > tr > td h1, table.site-table-row-border.site-table-mobile > thead > tr > td h2, table.site-table-row-border.site-table-mobile > thead > tr > td h3, table.site-table-row-border.site-table-mobile > thead > tr > td h4, table.site-table-row-border.site-table-mobile > thead > tr > td h5, table.site-table-row-border.site-table-mobile > thead > tr > td h6, table.site-table-row-border.site-table-mobile > thead > tr > td p, table.site-table-row-border.site-table-mobile > thead > tr > th h1, table.site-table-row-border.site-table-mobile > thead > tr > th h2, table.site-table-row-border.site-table-mobile > thead > tr > th h3, table.site-table-row-border.site-table-mobile > thead > tr > th h4, table.site-table-row-border.site-table-mobile > thead > tr > th h5, table.site-table-row-border.site-table-mobile > thead > tr > th h6, table.site-table-row-border.site-table-mobile > thead > tr > th p, table.site-table-row-border.site-table-mobile > tbody > tr > td h1, table.site-table-row-border.site-table-mobile > tbody > tr > td h2, table.site-table-row-border.site-table-mobile > tbody > tr > td h3, table.site-table-row-border.site-table-mobile > tbody > tr > td h4, table.site-table-row-border.site-table-mobile > tbody > tr > td h5, table.site-table-row-border.site-table-mobile > tbody > tr > td h6, table.site-table-row-border.site-table-mobile > tbody > tr > td p, table.site-table-row-border.site-table-mobile > tbody > tr > th h1, table.site-table-row-border.site-table-mobile > tbody > tr > th h2, table.site-table-row-border.site-table-mobile > tbody > tr > th h3, table.site-table-row-border.site-table-mobile > tbody > tr > th h4, table.site-table-row-border.site-table-mobile > tbody > tr > th h5, table.site-table-row-border.site-table-mobile > tbody > tr > th h6, table.site-table-row-border.site-table-mobile > tbody > tr > th p {
    margin: 0 !important;
  }
}

.icon-text {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 3px;
  display: inline-table !important;
}
.icon-text td {
  padding: 0 !important;
}
.icon-text img {
  margin: 0 auto;
  width: 70px !important;
  height: 70px !important;
}

table:not(.site-table-mobile).icon-text {
  display: inline-table !important;
}

table.custom-table-right {
  white-space: normal !important;
  padding: 0 0 40px 0;
}
@media (min-width: 768px) {
  table.custom-table-right {
    min-height: 65vh;
  }
}
@media (min-width: 1024px) {
  table.custom-table-right {
    margin-left: 5% !important;
    width: 95%;
    min-height: 75vh;
    padding: 0;
  }
}
table.custom-table-right tr:first-child td:first-child {
  display: none;
  width: 10%;
}
@media (min-width: 1024px) {
  table.custom-table-right tr:first-child td:first-child {
    display: table-cell;
  }
}
table.custom-table-right tr {
  background: transparent !important;
  padding: 40px 0;
  display: block;
}
@media (min-width: 1024px) {
  table.custom-table-right tr {
    display: table-row;
    vertical-align: top;
  }
}
table.custom-table-right td {
  width: 100%;
  position: relative;
  text-align: left;
  color: #ffffff;
  line-height: 29px;
  display: block;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  table.custom-table-right td {
    padding: 30px;
    display: table-cell;
    width: 20%;
  }
}
@media (min-width: 1440px) {
  table.custom-table-right td {
    padding: 50px;
    width: 30%;
  }
}
@media (min-width: 1920px) {
  table.custom-table-right td {
    padding: 70px;
    width: 25%;
  }
}
table.custom-table-right td h1, table.custom-table-right td h2, table.custom-table-right td h3, table.custom-table-right td h4, table.custom-table-right td h5, table.custom-table-right td h6, table.custom-table-right td p {
  color: #ffffff;
}
table.custom-table-right td img {
  margin: 0 !important;
}
table.custom-table-right td:last-child {
  width: 100%;
}
@media (min-width: 1024px) {
  table.custom-table-right td:last-child {
    width: 20%;
  }
}
@media (min-width: 1920px) {
  table.custom-table-right td:last-child {
    width: 25%;
  }
}
@media (min-width: 1920px) {
  table.custom-table-right td:last-child {
    padding: 70px 50px;
  }
}

table.custom-table-left {
  white-space: normal !important;
  padding: 0 0 40px 0;
}
@media (min-width: 768px) {
  table.custom-table-left {
    min-height: 100vh;
  }
}
@media (min-width: 1024px) {
  table.custom-table-left {
    width: 95%;
    min-height: 75vh;
    padding: 0;
  }
}
table.custom-table-left tr {
  background: transparent !important;
  padding: 40px 0;
  display: block;
}
@media (min-width: 1024px) {
  table.custom-table-left tr {
    display: table-row;
    vertical-align: top;
  }
}
table.custom-table-left td {
  width: 100%;
  position: relative;
  text-align: left;
  color: #ffffff;
  line-height: 29px;
  display: block;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  table.custom-table-left td {
    padding: 30px;
    display: table-cell;
    width: 20%;
  }
}
@media (min-width: 1440px) {
  table.custom-table-left td {
    padding: 50px;
    width: 30%;
  }
}
@media (min-width: 1920px) {
  table.custom-table-left td {
    padding: 70px;
    width: 25%;
  }
}
table.custom-table-left td h1, table.custom-table-left td h2, table.custom-table-left td h3, table.custom-table-left td h4, table.custom-table-left td h5, table.custom-table-left td h6, table.custom-table-left td p {
  color: #ffffff;
}
table.custom-table-left td h1, table.custom-table-left td h2, table.custom-table-left td h3, table.custom-table-left td h4, table.custom-table-left td h5, table.custom-table-left td h6 {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  table.custom-table-left td h1, table.custom-table-left td h2, table.custom-table-left td h3, table.custom-table-left td h4, table.custom-table-left td h5, table.custom-table-left td h6 {
    margin-top: 0;
  }
}
table.custom-table-left td img {
  margin: 0 !important;
}
table.custom-table-left td:first-child {
  width: 100%;
}
@media (min-width: 1024px) {
  table.custom-table-left td:first-child {
    width: 20%;
  }
}
@media (min-width: 1920px) {
  table.custom-table-left td:first-child {
    width: 15%;
  }
}
@media (min-width: 1920px) {
  table.custom-table-left td:first-child {
    padding: 70px 50px;
  }
}

.custom-cta-table {
  white-space: normal !important;
}
@media (min-width: 1440px) {
  .custom-cta-table {
    margin-left: 5% !important;
    min-height: 75vh;
  }
}
.custom-cta-table td {
  width: 20%;
  position: relative;
}
.custom-cta-table td:first-child {
  background-color: #A39161;
  vertical-align: top;
  padding: 0 15px 60px 15px;
}
@media (min-width: 768px) {
  .custom-cta-table td:first-child {
    width: 50%;
    padding: 0 50px 100px 50px;
  }
}
@media (min-width: 1366px) {
  .custom-cta-table td:first-child {
    width: 40%;
  }
}
.custom-cta-table td:first-child h1, .custom-cta-table td:first-child h2, .custom-cta-table td:first-child h3, .custom-cta-table td:first-child h4, .custom-cta-table td:first-child h5, .custom-cta-table td:first-child h6 {
  margin-bottom: 50px !important;
}
.custom-cta-table td:first-child a.site-button-primary {
  margin-top: 20px;
}
@media (min-width: 1440px) {
  .custom-cta-table td:first-child {
    padding: 0 50px;
  }
}
@media (min-width: 1440px) {
  .custom-cta-table td:first-child p {
    width: 90%;
  }
}
.custom-cta-table td:nth-child(n+2) {
  display: none;
}
@media (min-width: 1366px) {
  .custom-cta-table td:nth-child(n+2) {
    display: table-cell;
  }
}
.custom-cta-table td:nth-child(n+2) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .custom-cta-table td:nth-child(2) {
    display: table-cell;
  }
}

table:not(.site-table-mobile) {
  display: table !important;
  white-space: initial;
}

.table-events-wrapper .table-events {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.table-events-wrapper table {
  border-top: 2px solid #A39161;
  width: 100%;
}
@media (min-width: 1024px) {
  .table-events-wrapper table {
    width: 30%;
  }
}
@media (min-width: 1366px) {
  .table-events-wrapper table {
    width: 31%;
  }
}
.table-events-wrapper table tr td {
  font-family: "Playfair Display" !important;
  color: #001848;
  padding-top: 20px;
}
.table-events-wrapper table tr td:first-child {
  width: 20%;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
.table-events-wrapper table tr td:first-child .marker {
  display: block;
  background-color: transparent;
  font-family: "Playfair Display" !important;
  color: #A39161;
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  padding: 10px 0;
}
.table-events-wrapper table tr td:last-child {
  text-align: left;
  width: 80%;
}
.table-events-wrapper table tr td:last-child h3 {
  font-weight: 700 !important;
  font-size: 25px;
  line-height: 33px;
  padding-bottom: 10px;
}
.table-events-wrapper table tr td:last-child a {
  color: #001848;
}
.table-events-wrapper table tr td:last-child p {
  font-weight: 700 !important;
  font-size: 17px;
  line-height: 10px;
}

@media (min-width: 700px) and (max-width: 1199px) {
  table.smaller h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  table.smaller h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  table.smaller h5 {
    font-size: 10px;
    line-height: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  table.smaller h5 {
    font-size: 10px;
    line-height: 15px;
  }
}

table.site-table-tabs .site-tbl-tab-header-wrapper {
  display: flex;
  flex-wrap: wrap;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-1 > tr {
  max-width: calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-2 > tr {
  max-width: calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-3 > tr {
  max-width: calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-4 > tr {
  max-width: calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-5 > tr {
  max-width: calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-6 > tr {
  max-width: calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-7 > tr {
  max-width: calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-8 > tr {
  max-width: calc(100% / 8);
  flex: 0 0 calc(100% / 8);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-9 > tr {
  max-width: calc(100% / 9);
  flex: 0 0 calc(100% / 9);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-10 > tr {
  max-width: calc(100% / 10);
  flex: 0 0 calc(100% / 10);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-11 > tr {
  max-width: calc(100% / 11);
  flex: 0 0 calc(100% / 11);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-12 > tr {
  max-width: calc(100% / 12);
  flex: 0 0 calc(100% / 12);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header {
  display: flex;
  background: #ffffff;
  border: 1px solid #001848;
}
table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header th {
  background: none !important;
  cursor: pointer;
  width: 100%;
  align-self: center;
  color: #001848;
  padding: 20px 30px;
}
table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover {
  background: #001848;
}
table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover th {
  background: none;
  color: #ffffff;
}
table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active {
  background: #001848;
  color: #ffffff;
}
table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active th {
  background: none;
  color: #ffffff;
}
@media (max-width: 899px) {
  table.site-table-tabs .site-tbl-tab-header-wrapper {
    display: none;
  }
}
table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
  display: none;
}
table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc.site-tbl-tab-desc-active {
  display: block;
}
@media (max-width: 899px) {
  table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
    display: block !important;
  }
}
table.site-table-tabs .site-tbl-tab-accordion-title {
  display: none;
  color: #001848 !important;
  text-align: left;
  border: 1px solid rgba(84, 88, 90, 0.2) !important;
  transition: 0.5s ease all;
  width: 100%;
  border-radius: 0px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  padding: 40px 40px 40px 20px !important;
  margin: 0 0 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
table.site-table-tabs .site-tbl-tab-accordion-title:after {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon";
  content: "\e92f" !important;
  position: absolute;
  right: 20px;
  font-size: 15px;
  font-weight: 100 !important;
  top: 0;
  display: block;
  height: 16px;
  bottom: 0;
  margin: auto;
  line-height: 16px;
  transition: all ease 0.5s;
}
@media (max-width: 899px) {
  table.site-table-tabs .site-tbl-tab-accordion-title {
    display: block;
  }
}
table.site-table-tabs .site-tbl-tab-accordion-title.site-tbl-tab-accordion-title-active::after {
  display: block;
  transform: rotate(90deg);
}
table.site-table-tabs .site-tbl-tab-desc-block {
  text-align: left;
  padding: 20px;
}
@media (min-width: 900px) {
  table.site-table-tabs .site-tbl-tab-desc-block {
    border-bottom: 1px #001848 solid;
    padding: 40px;
  }
}
@media (max-width: 899px) {
  table.site-table-tabs .site-tbl-tab-desc-block {
    display: none;
  }
  table.site-table-tabs .site-tbl-tab-desc-block > tr {
    margin: 0 0 20px;
    display: block;
    background: none;
  }
}
@media (min-width: 900px) {
  table.site-table-tabs .site-tbl-tab-desc-block {
    display: block !important;
  }
}

table.site-table-tabs.alt .site-tbl-tab-header {
  border-right: 1px solid #001848;
  border-left: none;
  border-top: none;
  border-bottom: none;
}
table.site-table-tabs.alt .site-tbl-tab-header:first-child {
  border-left: 1px solid #001848;
}

table {
  border: none;
}
table.site-table-accordion tr {
  font-size: 16px;
  line-height: 29px;
  background: #ffffff !important;
  border-top: 1px solid rgba(58, 36, 22, 0.2) !important;
}
@media (max-width: 599px) {
  table.site-table-accordion tr {
    padding: 0 !important;
    display: table-row !important;
  }
}
table.site-table-accordion tr th {
  color: #001848 !important;
  text-align: left;
  background: none !important;
  font-family: "Lato", sans-serif;
  border: none;
  padding: 20px !important;
}
table.site-table-accordion tr td {
  text-align: left;
  width: 100%;
  display: block;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header {
  font-size: 16px;
  line-height: 29px;
  background: #ffffff !important;
  border-top: 1px solid rgba(58, 36, 22, 0.2) !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #001848 !important;
  text-align: left;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: transparent !important;
  border-top: 1px solid rgba(58, 36, 22, 0.2) !important;
  color: #3C4555 !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: #3C4555 !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
  background: #A39161 !important;
  border-top: 1px solid rgba(58, 36, 22, 0.2) !important;
  color: #ffffff !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: #ffffff !important;
}
table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper {
  padding: 20px;
}
@media (min-width: 768px) {
  table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper {
    padding: 40px;
  }
}
table.site-table-accordion.site-table-accordion-arrow-first th {
  padding: 20px 40px !important;
}

.site-pagination {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 20px 0 0;
}
.site-pagination li {
  padding: 0;
  text-align: center;
}
.site-pagination li a {
  color: #ffffff;
  padding: 7px 15px;
  min-width: 40px;
  height: 40px;
  border: 1px solid #f9f9f9;
  background: #001848;
}
.site-pagination li.site-pagination-active a, .site-pagination li:hover a {
  background: #A39161;
  color: #ffffff;
}

@media (min-width: 1200px) {
  #svgPathSmall {
    transform: scale(0.7) translateX(10px);
  }
}
@media (min-width: 1600px) {
  #svgPathSmall {
    transform: scale(0.7) translateX(30px);
  }
}
@media (min-width: 1920px) {
  #svgPathSmall {
    transform: scale(0.85) translateX(15px);
  }
}
@media (min-width: 2000px) {
  #svgPathSmall {
    transform: scale(1) translateX(20px);
  }
}

.error-template {
  background: #FCFCFF;
}
.error-template .site-error-page {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 699px) {
  .error-template .site-error-page {
    position: static;
    transform: translateY(0%);
  }
}
.error-template .error-msg {
  position: relative;
}
.error-template .error-msg .error-no {
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 300px;
  line-height: 290px;
  color: #001848;
}
@media (max-width: 767px) {
  .error-template .error-msg .error-no {
    font-size: 210px;
    line-height: 210px;
  }
}
@media (max-width: 399px) {
  .error-template .error-msg .error-no {
    font-size: 160px;
    line-height: 170px;
  }
}
.error-template .error-msg .error-not-found {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #001848;
}
@media (max-width: 599px) {
  .error-template .error-msg .error-not-found {
    font-size: 30px;
    margin: 10px 0 0;
  }
}
.error-template .error-msg .error-desc {
  width: 100%;
  max-width: 1150px;
  margin: 50px auto 0;
  font-size: 22px;
  line-height: 35px;
  padding: 20px;
}
.error-template .error-buttons {
  margin: 50px 0;
}
@media (max-width: 599px) {
  .error-template .error-buttons {
    margin: 30px 0 50px;
  }
}
.error-template .error-buttons .error-social-link {
  margin: 50px 0 0;
}
.error-template .error-buttons .error-social-link .error-footer-social {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(58, 36, 22, 0.2);
  line-height: 60px;
  margin: 0 10px;
  background: none;
  transition: all ease 0.5s;
}
.error-template .error-buttons .error-social-link .error-footer-social a {
  color: #001848;
  display: block;
}
.error-template .error-buttons .error-social-link .error-footer-social:hover {
  background: #A39161;
}
.error-template .error-buttons .error-social-link .error-footer-social i {
  font-size: 25px;
}

.empty-template body.cms-user-logged .site-coming-soon-wrapper {
  height: calc(100vh - 72px);
}
.empty-template body.cms-user-logged.cms-page-is-in-preview-mode .site-coming-soon-wrapper {
  height: calc(100vh - 45px);
}
.empty-template .site-coming-soon-wrapper {
  background: linear-gradient(127deg, #ffffff 50%, #202020 50%);
  height: 100vh;
  max-height: 100vh;
}
.empty-template .site-coming-soon-wrapper .site-container {
  height: 100%;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text {
  width: 100%;
  max-width: 650px;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text .site-coming-soon-title {
  font-family: "Playfair Display";
  text-transform: uppercase;
  font-size: 80px;
  font-weight: bold;
  line-height: 100px;
  color: #A39161;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text .site-coming-soon-desc {
  color: #000000;
  font-size: 20px;
  position: relative;
  padding: 20px 0 0;
  line-height: 35px;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text .site-coming-soon-desc::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  background: black;
  top: 0;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-image {
  text-align: right;
}
.empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-image img {
  width: 85%;
  border-radius: 100%;
}

body.home-page {
  overflow-x: hidden;
}
body.home-page .site-hero-banner {
  background-color: #A39161;
}
body.home-page .site-hero-banner .scroll-discover {
  white-space: nowrap;
  opacity: 0.8;
  display: none;
  bottom: 25% !important;
  position: fixed !important;
  left: 0%;
  transform: rotate(90deg);
  color: #ffffff;
}
@media (min-width: 1366px) {
  body.home-page .site-hero-banner .scroll-discover {
    display: block;
  }
}
body.home-page .site-hero-banner .scroll-discover:after {
  content: url("/Templates/RegentsAustin/images/arrow-down.png");
  display: inline-flex;
  position: absolute;
  left: 135px;
  top: -92.5px;
  transform: rotate(-90deg) scale(0.35);
}
body.home-page .site-hero-main {
  position: relative;
}

#window {
  transform: scale(0.9) translate(90vw, 0);
}
@media (min-width: 380px) {
  #window {
    transform: scale(1.2) translate(65vw, -10vh);
  }
}
@media (min-width: 390px) {
  #window {
    transform: scale(1.2) translate(65vw, 0);
  }
}
@media (min-width: 400px) {
  #window {
    transform: scale(1.2) translate(65vw, 0vh);
  }
}
@media (min-width: 600px) {
  #window {
    transform: scale(1.2) translate(65vw, 7.5vh);
  }
}
@media (min-width: 1024px) {
  #window {
    transform: scale(1) translate(85vw, 0);
  }
}
@media (min-width: 1366px) {
  #window {
    transform: scale(1.1) translate(75vw, 7.5vh);
  }
}
@media (min-width: 1600px) {
  #window {
    transform: scale(1.25) translate(65vw, 7.5vh);
  }
}
@media (min-width: 1920px) {
  #window {
    transform: scale(1.25) translate(67.5vw, 7.5vh);
  }
}
@media (min-width: 2560px) {
  #window {
    transform: scale(1.5) translate(55.5vw, 7.5vh);
  }
}

.home-intro-wrapper .site-slider .site-slide .site-slider-caption {
  background-color: transparent !important;
  padding: 0 !important;
  text-align: left !important;
  z-index: 10 !important;
  position: absolute !important;
  bottom: 15%;
  right: 27.5%;
}
@media (min-width: 430px) {
  .home-intro-wrapper .site-slider .site-slide .site-slider-caption {
    bottom: 20%;
  }
}
@media (min-width: 1440px) {
  .home-intro-wrapper .site-slider .site-slide .site-slider-caption {
    width: 75%;
    right: 25%;
  }
}
@media (min-width: 1920px) {
  .home-intro-wrapper .site-slider .site-slide .site-slider-caption {
    width: 80%;
    right: 20%;
  }
}
.home-intro-wrapper .site-slider .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0 !important;
}
.home-intro-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  text-align: left;
}
.home-intro-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h2 {
  font-size: 40px !important;
  line-height: 26px !important;
}
@media (min-width: 768px) {
  .home-intro-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h2 {
    font-size: 80px !important;
    line-height: 60px !important;
  }
}
.home-intro-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data p {
  max-width: 70vw;
  float: right;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .home-intro-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data p {
    margin-top: 50px;
    max-width: 500px;
    font-size: inherit;
    line-height: inherit;
  }
}
.home-intro-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h1,
.home-intro-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h2,
.home-intro-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h3,
.home-intro-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h4,
.home-intro-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h5,
.home-intro-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h6,
.home-intro-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data p {
  color: #ffffff !important;
  text-align: right;
}
.home-intro-wrapper .site-slider-image-block {
  position: relative;
  width: 150%;
}
@media (min-width: 768px) {
  .home-intro-wrapper .site-slider-image-block {
    width: 110%;
  }
}
@media (min-width: 1024px) {
  .home-intro-wrapper .site-slider-image-block {
    width: 112%;
  }
}
@media (min-width: 2560px) {
  .home-intro-wrapper .site-slider-image-block {
    width: 125%;
  }
}
.home-intro-wrapper .site-slider-image-block img {
  -webkit-clip-path: url("#window");
          clip-path: url("#window");
  max-height: 100vh;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-intro-wrapper .site-slider-image-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(163, 145, 97);
  z-index: -1;
}

.home-commitment-wrapper {
  background-color: #A39161;
  padding: 20px;
}
.home-commitment-wrapper .home-commitment {
  padding: 50px 0 0 0;
}
@media (min-width: 1024px) {
  .home-commitment-wrapper .home-commitment {
    padding: 150px 0 0 0;
  }
}
.home-commitment-wrapper .home-commitment h1,
.home-commitment-wrapper .home-commitment h2,
.home-commitment-wrapper .home-commitment h3,
.home-commitment-wrapper .home-commitment h4,
.home-commitment-wrapper .home-commitment h5,
.home-commitment-wrapper .home-commitment h6,
.home-commitment-wrapper .home-commitment p {
  color: #ffffff;
}

.home-video-wrapper {
  background-color: #A39161;
}
@media (max-width: 600px) {
  .home-video-wrapper {
    height: 100vh;
  }
}
@media (max-width: 600px) {
  .home-video-wrapper .site-slider-video-block video {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-video-wrapper div div:last-child, .home-video-wrapper .site-feature-bottom-no-space-wrapper > div div:last-child {
  margin-bottom: -8px !important;
}
.home-video-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  padding: 0 !important;
}
.home-video-wrapper .site-slider .site-slide .site-slider-caption {
  background-color: transparent !important;
  padding: 0 !important;
  position: absolute !important;
  bottom: 15% !important;
  left: 2.5% !important;
}
@media (min-width: 2560px) {
  .home-video-wrapper .site-slider .site-slide .site-slider-caption {
    left: 17.5% !important;
  }
}
@media (min-width: 1024px) {
  .home-video-wrapper .site-slider .site-slide .site-slider-caption .site-slider-caption-block {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .home-video-wrapper .site-slider .site-slide .site-slider-caption .site-slider-caption-block {
    width: 30%;
  }
}
.home-video-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h1,
.home-video-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h2,
.home-video-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h3,
.home-video-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h4,
.home-video-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h5,
.home-video-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h6,
.home-video-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data p,
.home-video-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data a {
  color: #ffffff !important;
  text-align: left;
}
.home-video-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h2 {
  margin-bottom: 25px;
  font-size: 40px !important;
  line-height: 53px !important;
}
@media (min-width: 1366px) {
  .home-video-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h2 {
    margin-bottom: 50px;
    font-size: 81px !important;
    line-height: 107px !important;
  }
}
.home-video-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h5 {
  position: relative;
  margin-top: 50px;
}
@media (min-width: 1440px) {
  .home-video-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h5 {
    margin-top: 75px;
  }
}
.home-video-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h5:after {
  content: url("/Templates/RegentsAustin/images/dot.png");
  display: inline-flex;
  position: absolute;
  margin-left: -45px;
  top: -90px;
  transform: scale(0.35);
}

.home-shield-wrapper {
  min-height: 100vh;
  padding: 20px;
  width: 100vw;
}
.home-shield-wrapper .home-shield {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .home-shield-wrapper .home-shield {
    margin-top: 0;
  }
}
.home-shield-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
  display: flex !important;
  flex-direction: column-reverse;
  margin-bottom: 40px !important;
  justify-content: space-evenly;
  height: 100vh;
}
@media (min-width: 700px) and (max-width: 1000px) {
  .home-shield-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    height: 75vh;
  }
}
@media (min-width: 1024px) {
  .home-shield-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    flex-direction: row-reverse;
    margin-bottom: 0 !important;
    padding: 25vh 5%;
    justify-content: space-between;
  }
}
.home-shield-wrapper .site-slider .site-slide .site-slider-caption {
  position: relative !important;
  background-color: transparent !important;
  padding: 0 !important;
  text-align: left !important;
}
@media (min-width: 700px) and (max-width: 1000px) {
  .home-shield-wrapper .site-slider .site-slide .site-slider-caption {
    padding: 10% !important;
  }
}
@media (min-width: 1000px) {
  .home-shield-wrapper .site-slider .site-slide .site-slider-caption {
    width: 50%;
  }
}
.home-shield-wrapper .site-slider .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0 !important;
}
.home-shield-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  text-align: left;
}
.home-shield-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h1,
.home-shield-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h2,
.home-shield-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h3,
.home-shield-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h4,
.home-shield-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h5,
.home-shield-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h6,
.home-shield-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data p {
  color: #001848 !important;
}
.home-shield-wrapper .site-slider-image-block {
  overflow: visible !important;
}
.home-shield-wrapper .site-slider-image-block:before, .home-shield-wrapper .site-slider-image-block:after {
  content: "";
  position: absolute;
  background-color: transparent;
  z-index: 10;
  width: 40%;
  height: 1px;
  top: 47.1%;
  left: 30%;
  border-bottom: 2px dashed #A39161;
  display: none;
  transition: opacity 0.3s ease;
  opacity: var(--pseudo-opacity, 0);
}
@media (min-width: 1400px) {
  .home-shield-wrapper .site-slider-image-block:before, .home-shield-wrapper .site-slider-image-block:after {
    display: block;
    top: 47.5%;
  }
}
@media (min-width: 1600px) {
  .home-shield-wrapper .site-slider-image-block:before, .home-shield-wrapper .site-slider-image-block:after {
    top: 47.7%;
  }
}
@media (min-width: 1800px) {
  .home-shield-wrapper .site-slider-image-block:before, .home-shield-wrapper .site-slider-image-block:after {
    top: 48%;
  }
}
.home-shield-wrapper .site-slider-image-block:after {
  width: 1px;
  height: 80%;
  left: 50%;
  top: 10%;
  border-right: 2px dashed #A39161;
}
.home-shield-wrapper .site-slider-image-block img {
  max-width: 300px;
  width: 300px;
  margin: 50px auto;
}
@media (min-width: 768px) {
  .home-shield-wrapper .site-slider-image-block img {
    max-width: 360px;
    width: 360px;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .home-shield-wrapper .site-slider-image-block img {
    margin: -15px auto 0 auto;
    width: 500px;
    max-width: 500px;
  }
}
@media (min-width: 1600px) {
  .home-shield-wrapper .site-slider-image-block img {
    margin: 20px auto 0 auto;
  }
}
@media (min-width: 1900px) {
  .home-shield-wrapper .site-slider-image-block img {
    margin: 30px auto 0 auto;
  }
}
@media (min-width: 2000px) {
  .home-shield-wrapper .site-slider-image-block img {
    margin: 75px auto 0 auto;
  }
}
@media (min-width: 1440px) {
  .home-shield-wrapper .site-slider-image-block {
    width: 50%;
  }
}

body.home-page:not(.cms-page-is-in-edit-mode) main#site-main {
  overflow-x: visible;
}
@media (min-width: 700px) {
  body.home-page:not(.cms-page-is-in-edit-mode) .site-home-gallery {
    width: 100%;
    height: 100vh;
    position: relative;
  }
}
body.home-page:not(.cms-page-is-in-edit-mode) .site-hero-addtional {
  position: relative;
}
body.home-page:not(.cms-page-is-in-edit-mode) .home-flex-gallery-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  display: none;
}
@media (min-width: 700px) {
  body.home-page:not(.cms-page-is-in-edit-mode) .home-flex-gallery-wrapper {
    display: block;
    position: absolute;
  }
}
@media (max-width: 600px) {
  body.home-page:not(.cms-page-is-in-edit-mode) .home-shield-wrapper {
    max-width: 100vh;
  }
}
@media (min-width: 700px) {
  body.home-page:not(.cms-page-is-in-edit-mode) .home-shield-wrapper {
    position: absolute;
    z-index: 10;
  }
}
body.home-page:not(.cms-page-is-in-edit-mode) .home-shield-text-wrapper {
  position: absolute;
  bottom: 3.5%;
  right: 3.5%;
  width: 25vw;
  position: fixed;
  opacity: 0;
}

.home-flex-gallery-wrapper {
  min-height: 100vh;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .home-flex-gallery-wrapper {
    opacity: 0;
  }
}
.home-flex-gallery-wrapper:first-child {
  cursor: initial;
}
.home-flex-gallery-wrapper:first-child .site-slider-image-block:before {
  content: none;
}
.home-flex-gallery-wrapper .site-slide:before {
  content: url("/Templates/RegentsAustin/images/tab-white.png");
  position: absolute;
  transform: scale(0.1);
  transform-origin: 0% 0%;
  left: 0;
  top: 40%;
  z-index: 10;
  display: none;
}
@media (min-width: 1200px) {
  .home-flex-gallery-wrapper .site-slide:before {
    top: 30%;
    transform: scale(0.2);
    display: block;
  }
}
.home-flex-gallery-wrapper .site-slider-image-block {
  min-height: 100vh;
}
.home-flex-gallery-wrapper .site-slider-image-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 69, 85, 0.7);
}
.home-flex-gallery-wrapper .site-slider-image-block img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption {
  background-color: transparent !important;
  padding: 0 !important;
  position: absolute !important;
}
@media (min-width: 1024px) {
  .home-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-caption-block {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .home-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-caption-block {
    width: 40%;
  }
}
.home-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h1,
.home-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h2,
.home-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h3,
.home-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h4,
.home-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h5,
.home-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h6,
.home-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data p {
  color: #ffffff !important;
}
.home-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data a {
  display: none !important;
}
.home-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h2 {
  margin-bottom: 25px;
  font-size: 40px !important;
  line-height: 53px !important;
}
@media (min-width: 1366px) {
  .home-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h2 {
    margin-bottom: 50px;
    font-size: 81px !important;
    line-height: 81px !important;
  }
}
.home-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h5 {
  position: relative;
  margin-top: 50px;
  padding-left: 100px;
}
@media (min-width: 1440px) {
  .home-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h5 {
    margin-top: 75px;
  }
}
.home-flex-gallery-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h5:before {
  content: url("/Templates/RegentsAustin/images/dot.png");
  display: inline-flex;
  position: absolute;
  margin-left: -160px;
  top: -92.5px;
  animation: pulse 3s infinite;
}
.home-flex-gallery-wrapper.home-flex-gallery-slide-entry-wrapper .site-slide:before {
  display: none;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(0.35); /* Initial and end scale */
  }
  50% {
    transform: scale(0.4); /* Peak scale */
  }
}
.home-flex-gallery-slide-entry-wrapper {
  z-index: 7;
}

.home-flex-gallery-slide-one-wrapper {
  z-index: 5;
}
.home-flex-gallery-slide-one-wrapper .site-slider-image-block img {
  opacity: 0;
}
.home-flex-gallery-slide-one-wrapper .site-slider-image-block:before {
  display: none !important;
}
.home-flex-gallery-slide-one-wrapper .site-slider .site-slide .site-slider-caption {
  top: 10%;
}
@media (min-width: 1024px) {
  .home-flex-gallery-slide-one-wrapper .site-slider .site-slide .site-slider-caption {
    left: 40%;
  }
}
@media (min-width: 1440px) {
  .home-flex-gallery-slide-one-wrapper .site-slider .site-slide .site-slider-caption {
    left: 50%;
  }
}
.home-flex-gallery-slide-one-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  text-align: left;
}
@media (min-width: 1024px) {
  .home-flex-gallery-slide-one-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
    text-align: right;
  }
}
.home-flex-gallery-slide-one-wrapper .home-flex-gallery-slide-one:before {
  content: url("/Templates/RegentsAustin/images/topleft-559-optimized.webp");
  position: absolute;
  z-index: 999;
  bottom: 0;
  right: 0;
  transform-origin: bottom right;
  transform: scale(0.2);
}
@media (min-width: 1440px) {
  .home-flex-gallery-slide-one-wrapper .home-flex-gallery-slide-one:before {
    transform: scale(0.3);
  }
}

.home-flex-gallery-slide-two-wrapper {
  z-index: 4;
}
.home-flex-gallery-slide-two-wrapper .site-slider .site-slide .site-slider-caption {
  top: 10%;
}
@media (min-width: 1024px) {
  .home-flex-gallery-slide-two-wrapper .site-slider .site-slide .site-slider-caption {
    left: 10%;
  }
}
.home-flex-gallery-slide-two-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  text-align: left;
}
.home-flex-gallery-slide-two-wrapper .home-flex-gallery-slide-two:before {
  content: url("/Templates/RegentsAustin/images/topright-558.png");
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  transform-origin: bottom left;
  transform: scale(0.2);
}
@media (min-width: 1440px) {
  .home-flex-gallery-slide-two-wrapper .home-flex-gallery-slide-two:before {
    transform: scale(0.3);
  }
}

.home-flex-gallery-slide-three-wrapper {
  z-index: 3;
}
.home-flex-gallery-slide-three-wrapper .site-slider .site-slide .site-slider-caption {
  bottom: 10%;
}
@media (min-width: 1024px) {
  .home-flex-gallery-slide-three-wrapper .site-slider .site-slide .site-slider-caption {
    left: 10%;
  }
}
.home-flex-gallery-slide-three-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  text-align: left;
}
.home-flex-gallery-slide-three-wrapper .home-flex-gallery-slide-three:before {
  content: url("/Templates/RegentsAustin/images/bottomright-561.png");
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  transform-origin: top left;
  transform: scale(0.2);
}
@media (min-width: 1440px) {
  .home-flex-gallery-slide-three-wrapper .home-flex-gallery-slide-three:before {
    transform: scale(0.3);
  }
}

.home-flex-gallery-slide-four-wrapper {
  z-index: 2;
}
.home-flex-gallery-slide-four-wrapper .site-slider .site-slide .site-slider-caption {
  bottom: 10%;
}
@media (min-width: 1024px) {
  .home-flex-gallery-slide-four-wrapper .site-slider .site-slide .site-slider-caption {
    left: 40%;
  }
}
@media (min-width: 1440px) {
  .home-flex-gallery-slide-four-wrapper .site-slider .site-slide .site-slider-caption {
    left: 50%;
  }
}
.home-flex-gallery-slide-four-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  text-align: left;
}
@media (min-width: 1024px) {
  .home-flex-gallery-slide-four-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
    text-align: right;
  }
}
.home-flex-gallery-slide-four-wrapper .home-flex-gallery-slide-four:before {
  content: url("/Templates/RegentsAustin/images/bottomleft-560.png");
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  transform-origin: top right;
  transform: scale(0.2);
}
@media (min-width: 1440px) {
  .home-flex-gallery-slide-four-wrapper .home-flex-gallery-slide-four:before {
    transform: scale(0.3);
  }
}

.home-flex-gallery-slide-two-wrapper .site-slide:before, .home-flex-gallery-slide-three-wrapper .site-slide:before {
  content: url("/Templates/RegentsAustin/images/tab-white-right.png");
  transform-origin: 100% 0%;
  right: 4px;
}
@media (min-width: 390px) {
  .home-flex-gallery-slide-two-wrapper .site-slide:before, .home-flex-gallery-slide-three-wrapper .site-slide:before {
    right: 3px;
  }
}
@media (min-width: 400px) {
  .home-flex-gallery-slide-two-wrapper .site-slide:before, .home-flex-gallery-slide-three-wrapper .site-slide:before {
    right: 1px;
  }
}
@media (min-width: 430px) {
  .home-flex-gallery-slide-two-wrapper .site-slide:before, .home-flex-gallery-slide-three-wrapper .site-slide:before {
    transform-origin: 105% 0%;
    right: 20px;
  }
}
@media (min-width: 768px) {
  .home-flex-gallery-slide-two-wrapper .site-slide:before, .home-flex-gallery-slide-three-wrapper .site-slide:before {
    right: -5px;
  }
}
@media (min-width: 1024px) {
  .home-flex-gallery-slide-two-wrapper .site-slide:before, .home-flex-gallery-slide-three-wrapper .site-slide:before {
    right: -22px;
  }
}
@media (min-width: 1180px) {
  .home-flex-gallery-slide-two-wrapper .site-slide:before, .home-flex-gallery-slide-three-wrapper .site-slide:before {
    transform-origin: 110% 0%;
    right: 17px;
  }
}
@media (min-width: 1366px) {
  .home-flex-gallery-slide-two-wrapper .site-slide:before, .home-flex-gallery-slide-three-wrapper .site-slide:before {
    right: 15px;
  }
}
@media (min-width: 1440px) {
  .home-flex-gallery-slide-two-wrapper .site-slide:before, .home-flex-gallery-slide-three-wrapper .site-slide:before {
    right: 10px;
  }
}
@media (min-width: 1680px) {
  .home-flex-gallery-slide-two-wrapper .site-slide:before, .home-flex-gallery-slide-three-wrapper .site-slide:before {
    right: 8px;
  }
}
@media (min-width: 1920px) {
  .home-flex-gallery-slide-two-wrapper .site-slide:before, .home-flex-gallery-slide-three-wrapper .site-slide:before {
    right: 0;
  }
}
@media (min-width: 2560px) {
  .home-flex-gallery-slide-two-wrapper .site-slide:before, .home-flex-gallery-slide-three-wrapper .site-slide:before {
    right: -10px;
  }
}

.home-flex-gallery-mobile-wrapper {
  position: relative;
}
.home-flex-gallery-mobile-wrapper .site-slide .site-slider-image-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 69, 85, 0.7);
}
.home-flex-gallery-mobile-wrapper .site-slide:nth-of-type(1) .site-slider-image-block:before {
  content: none;
}
.home-flex-gallery-mobile-wrapper .site-slide:nth-of-type(2) .site-slider-caption {
  top: 10%;
}
.home-flex-gallery-mobile-wrapper .site-slide:nth-of-type(2) .site-slider-caption .site-slider-capton-data {
  text-align: left;
}
.home-flex-gallery-mobile-wrapper .site-slide:nth-of-type(2) .site-slider-image-block:after {
  content: url("/Templates/RegentsAustin/images/topleft-559-optimized.webp");
  position: absolute;
  z-index: 999;
  bottom: 0;
  right: 0;
  transform-origin: bottom right;
  transform: scale(0.2);
}
.home-flex-gallery-mobile-wrapper .site-slide:nth-of-type(3) .site-slider-caption {
  top: 10%;
}
.home-flex-gallery-mobile-wrapper .site-slide:nth-of-type(3) .site-slider-caption .site-slider-capton-data {
  text-align: left;
}
.home-flex-gallery-mobile-wrapper .site-slide:nth-of-type(3) .site-slider-image-block:after {
  content: url("/Templates/RegentsAustin/images/topright-558.png");
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  transform-origin: bottom left;
  transform: scale(0.2);
}
.home-flex-gallery-mobile-wrapper .site-slide:nth-of-type(4) .site-slider-caption {
  bottom: 10%;
}
.home-flex-gallery-mobile-wrapper .site-slide:nth-of-type(4) .site-slider-caption .site-slider-capton-data {
  text-align: left;
}
.home-flex-gallery-mobile-wrapper .site-slide:nth-of-type(4) .site-slider-image-block:after {
  content: url("/Templates/RegentsAustin/images/bottomright-561.png");
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  transform-origin: top left;
  transform: scale(0.2);
}
.home-flex-gallery-mobile-wrapper .site-slide:nth-of-type(5) .site-slider-caption {
  bottom: 10%;
}
.home-flex-gallery-mobile-wrapper .site-slide:nth-of-type(5) .site-slider-caption .site-slider-capton-data {
  text-align: left;
}
.home-flex-gallery-mobile-wrapper .site-slide:nth-of-type(5) .site-slider-image-block:after {
  content: url("/Templates/RegentsAustin/images/bottomleft-560.png");
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  transform-origin: top right;
  transform: scale(0.2);
}
.home-flex-gallery-mobile-wrapper .site-slider .slick-arrow.slick-prev {
  left: -30px;
  background-color: #A39161;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}
.home-flex-gallery-mobile-wrapper .site-slider .slick-arrow.slick-prev:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
  color: #ffffff !important;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  top: 0;
  font-size: 20px !important;
}
.home-flex-gallery-mobile-wrapper .site-slider .slick-arrow.slick-next {
  right: -30px;
  background-color: #A39161;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}
.home-flex-gallery-mobile-wrapper .site-slider .slick-arrow.slick-next:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  color: #ffffff !important;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  top: 0;
  font-size: 20px !important;
}

body.home-page:not(.cms-page-is-in-edit-mode) .home-flex-gallery-wrapper {
  display: none;
  position: relative;
}
@media (min-width: 1200px) {
  body.home-page:not(.cms-page-is-in-edit-mode) .home-flex-gallery-wrapper {
    display: block;
    position: absolute;
  }
}
body.home-page:not(.cms-page-is-in-edit-mode) .home-flex-gallery-wrapper.home-flex-gallery-mobile-wrapper {
  display: block;
  position: relative;
  opacity: 1;
}
@media (min-width: 1200px) {
  body.home-page:not(.cms-page-is-in-edit-mode) .home-flex-gallery-wrapper.home-flex-gallery-mobile-wrapper {
    display: none;
  }
}

body.home-page.cms-page-is-in-edit-mode .home-flex-gallery-wrapper {
  opacity: 1;
}

.iframe-content-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
  display: flex !important;
  flex-direction: column-reverse;
  margin-bottom: 40px !important;
}
@media (min-width: 1440px) {
  .iframe-content-wrapper .site-slider:not(.gallery-bg-image):not(.site-gallery-parallax):not(.site-gallery-bg) .site-slide {
    flex-direction: row-reverse;
    margin-bottom: 0 !important;
  }
}
.iframe-content-wrapper .site-slider .site-slide .site-slider-caption {
  position: relative !important;
  background-color: transparent !important;
  padding: 0 !important;
}
@media (min-width: 1440px) {
  .iframe-content-wrapper .site-slider .site-slide .site-slider-caption {
    width: 50% !important;
  }
}
.iframe-content-wrapper .site-slider .site-slide .site-slider-caption .site-slider-caption-block {
  padding: 30px 0;
}
@media (min-width: 1440px) {
  .iframe-content-wrapper .site-slider .site-slide .site-slider-caption .site-slider-caption-block {
    padding: 20% 15% 20% 20%;
  }
}
@media (min-width: 1920px) {
  .iframe-content-wrapper .site-slider .site-slide .site-slider-caption .site-slider-caption-block {
    padding: 20% 15% 20% 20%;
  }
}
.iframe-content-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data {
  text-align: left !important;
}
.iframe-content-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h1,
.iframe-content-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h2,
.iframe-content-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h3,
.iframe-content-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h4,
.iframe-content-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h5,
.iframe-content-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data h6 {
  color: #001848 !important;
}
.iframe-content-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data p {
  color: #3C4555 !important;
}
.iframe-content-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data .site-button-primary, .iframe-content-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .iframe-content-wrapper .site-slider .site-slide .site-slider-caption .site-slider-capton-data button {
  margin-top: 50px;
}
@media (min-width: 1440px) {
  .iframe-content-wrapper .site-slider-image-block {
    width: 50% !important;
  }
}
.iframe-content-wrapper .cms-text-feature-data {
  padding: 30px 20px;
  text-align: left !important;
}
@media (min-width: 1440px) {
  .iframe-content-wrapper .cms-text-feature-data {
    padding: 20% 15% 20% 20%;
  }
}
@media (min-width: 1920px) {
  .iframe-content-wrapper .cms-text-feature-data {
    padding: 20% 15% 20% 20%;
  }
}
.iframe-content-wrapper .cms-text-feature-data h1,
.iframe-content-wrapper .cms-text-feature-data h2,
.iframe-content-wrapper .cms-text-feature-data h3,
.iframe-content-wrapper .cms-text-feature-data h4,
.iframe-content-wrapper .cms-text-feature-data h5,
.iframe-content-wrapper .cms-text-feature-data h6 {
  color: #001848 !important;
}
.iframe-content-wrapper .cms-text-feature-data p {
  color: #3C4555 !important;
}
.iframe-content-wrapper .cms-text-feature-data .site-button-primary, .iframe-content-wrapper .cms-text-feature-data .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .iframe-content-wrapper .cms-text-feature-data button {
  margin-top: 50px;
}

.iframe-content-gallery-wrapper {
  padding: 0 !important;
}
.iframe-content-gallery-wrapper .site-slider-image-block img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.custom-iframe-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: 9999;
  background-color: #ffffff;
  display: none;
  pointer-events: none;
}
.custom-iframe-popup .close {
  opacity: 0;
  width: 68px;
  height: 68px;
  transition: all 0.5s ease;
  position: fixed;
  right: 30px;
  top: 75px;
  z-index: 99999;
}
@media (min-width: 1200px) {
  .custom-iframe-popup .close {
    top: 30px;
    left: 30px;
    width: 200px;
    height: 200px;
    cursor: pointer;
  }
}
.custom-iframe-popup .close:before {
  content: url("/Templates/RegentsAustin/images/close-gold.png");
}
.custom-iframe-popup iframe {
  height: 100%;
}

@media (min-width: 1500px) and (max-width: 1600px) {
  body.home-iframe .pin-spacer {
    max-width: 750px !important;
  }
}

.home-footer-text-wrapper {
  padding: 0 20px;
}

body.home-page.cms-page-is-in-edit-mode .home-flex-gallery-wrapper {
  margin-top: 75px !important;
}

.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper {
  width: 100%;
  clear: both;
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article {
  display: block;
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  float: right;
  padding-left: 120px;
}
@media (max-width: 766px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
    padding: 0;
    float: none;
  }
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
  float: left;
}
@media (max-width: 766px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
    float: none;
  }
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  padding-right: 0 !important;
}
@media (min-width: 767px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
    width: calc(100% - 490px);
  }
}

.search-result-page .site-search-data {
  display: flex;
  border: 1px solid #ffffff;
}
.search-result-page .site-search-data .site-search-input {
  background: transparent;
  border-radius: 0;
  outline: none;
  border: 1px solid transparent;
  font-size: 16px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Lato", sans-serif;
  background: #ffffff;
  color: #3C4555 !important;
}
.search-result-page .site-search-data .site-search-button {
  display: none !important;
  background: transparent;
  font-size: 14px;
  font-weight: 700 !important;
  padding: 10px 30px 10px 50px;
  border: none;
  text-align: center;
  color: #001848;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  min-height: 46px;
  line-height: 46px;
  font-family: "Lato", sans-serif;
  border-radius: 35px;
  position: relative;
  box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.2);
  font-size: 0;
  padding: 0 20px;
  letter-spacing: 0;
  background: none !important;
  height: 50px !important;
  line-height: 50px;
  margin: 0 !important;
  outline: none;
}
.search-result-page .site-search-data .site-search-button:hover {
  background: transparent;
  color: #3C4555;
}
.search-result-page .site-search-data .site-search-button:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 45%;
  width: 13px;
  height: 13px;
  background-image: url("/Templates/RegentsAustin/images/gold-swish.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.search-result-page .site-search-data .site-search-button:before {
  font-family: "site-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905" !important;
  font-size: 30px;
  font-weight: bold;
}
.search-result-page .site-page-title-block {
  text-align: center;
  max-width: none;
  margin: 140px 0 60px 0;
  color: #001848 !important;
}
.search-result-page .sr-search-wrapper {
  background: #A39161;
  text-align: center;
  padding: 50px 0;
  margin: 0 0 30px;
  position: sticky;
  top: 0;
}
.search-result-page .sr-search-wrapper .sr-search-area {
  margin: 0 auto 30px;
  max-width: 900px;
  width: 100%;
}
@media (min-width: 768px) {
  .search-result-page .sr-search-wrapper .sr-search-area {
    padding: 0 150px;
  }
}
.search-result-page .sr-search-wrapper .sr-search-area .custom-search {
  border-bottom: 1px solid #B71918;
  position: relative;
  margin: 0 20px 50px 20px;
}
@media (min-width: 1024px) {
  .search-result-page .sr-search-wrapper .sr-search-area .custom-search {
    margin: 0 50px 50px 50px;
  }
}
.search-result-page .sr-search-wrapper .sr-search-area .custom-search:before {
  position: absolute;
  right: 0;
}
.search-result-page .sr-search-wrapper .sr-links-area a {
  margin-right: 25px;
}
@media (min-width: 768px) {
  .search-result-page .sr-search-wrapper .sr-links-area a {
    margin-right: 50px;
  }
}
@media (max-width: 599px) {
  .search-result-page .sr-search-wrapper .sr-links-area a:first-child {
    margin-bottom: 10px;
  }
}
.search-result-page .sr-search-wrapper .sr-links-area a.site-button-secondary:hover, .search-result-page .sr-search-wrapper .sr-links-area .site-search-wrapper .site-search-block.site-search-option2 a.site-search-button:hover, .site-search-wrapper .site-search-block.site-search-option2 .search-result-page .sr-search-wrapper .sr-links-area a.site-search-button:hover {
  background-color: #ffffff;
  color: #001848;
}
.search-result-page #sr-wrapper .sr-title {
  margin: 40px 0 30px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}
.search-result-page #sr-wrapper .sr-title span {
  text-transform: uppercase;
  font-weight: bold;
}
.search-result-page #sr-wrapper .sr-data .sr-block {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #A39161;
  margin: 0 0 25px;
  padding: 0 0 25px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a {
  color: #001848;
  font-family: "Lato", sans-serif;
  font-size: 20px;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a:hover {
  color: #3C4555;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a:hover::after {
  display: none;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-link a {
  color: #999;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-link a:hover {
  color: #3C4555;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-link a:hover::after {
  display: none;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-content {
  margin: 10px 0 0;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-content .sr-hit {
  font-weight: bold;
  color: #000000;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-tag-list {
  margin: 20px 0 0;
  color: #3C4555;
}
.search-result-page #sr-wrapper .sr-data .sr-block .sr-tag-list .sr-tag {
  display: inline-block;
  margin: 0 2px 2px 0;
  background-color: rgba(58, 36, 22, 0.2);
  padding: 6px 20px;
  color: #3C4555;
  font-size: 10.67px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  min-height: 40px;
  line-height: 27px;
}

.cms-bb-search-wrapper .cms-bb-search-block-wrapper {
  clear: both;
  display: block;
  overflow: hidden;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title {
  display: none;
  background: #001848;
  color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title:hover {
  background: #A39161;
  color: #000000;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title {
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-close {
  position: absolute;
  top: 60px;
  right: 20px;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-close::before {
  content: "X";
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation {
  display: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 40px 0 25px;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation:after {
  content: "";
  display: block;
  background: white;
  z-index: 1;
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation:before {
  content: "";
  height: 1px;
  width: 120px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: rgba(58, 36, 22, 0.2);
  margin: auto;
  z-index: -2;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation {
    display: block;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-desc {
    right: -100%;
    position: fixed;
    width: 90%;
    background: #ffffff;
    height: 100vh;
    top: 0;
    border: 1px solid rgba(58, 36, 22, 0.2);
    padding: 100px 10px 10px;
    margin: auto;
    transition: all ease 0.5s;
  }
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-desc.cms-bb-search-block-desc-active {
    right: 0%;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block {
  float: left;
  display: flex;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block {
    display: block;
    float: none;
    margin: 0 0 20px;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-role-search-title {
  display: none;
  font-size: 13px;
  color: black;
  line-height: 46px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  margin: 0 0 5px;
  text-align: center;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-role-search-title {
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter {
  margin: 0 5px 0 0;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter {
    margin: 0;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-search-filter-block {
    margin: 0 0 15px;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-directory-search-box {
  background: #ffffff;
  border-radius: 0;
  outline: none;
  border: 1px solid #B71918;
  font-size: 16px;
  height: 46px;
  width: 100%;
  padding: 10px;
  font-family: "Lato", sans-serif;
  width: 300px;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-directory-search-box {
    width: 100%;
    display: block;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-button a.directory-button {
    width: 100%;
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block {
  float: right;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block {
    float: none;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter {
  display: flex;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter {
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter .cms-bb-role-filter-title {
  font-size: 13px;
  color: black;
  line-height: 46px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter .cms-bb-role-filter-title {
    margin: 0 0 5px;
    text-align: center;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter select {
  width: 300px;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter select {
    width: 100%;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper {
  margin: 20px 0 0;
  clear: both;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list {
  margin: 0 -15px;
  opacity: 1;
  transition: opacity ease 0.5s;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list.cms-bb-result-list-active {
  opacity: 1;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
  width: 20%;
  padding: 0 15px 30px;
}
@media (max-width: 1599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 33.3%;
  }
}
@media (max-width: 999px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 100%;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data {
  border: 1px solid #B71918;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data a:hover {
  color: #A39161 !important;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block {
  margin: 0 0 20px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 1499px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
    height: 375px;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc {
  margin: 20px;
  text-align: center;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-data-title {
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 14px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-name {
  font-size: 22px;
  line-height: 32px;
  color: #001848;
  margin: 0 0 10px;
  font-family: "Playfair Display";
  font-weight: normal;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-preferredName {
  font-size: 12px;
  line-height: 17px;
  color: #001848;
  margin: -5px 0 10px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-job-title {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  color: #001848;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin: -5px 0 15px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-address {
  font-size: 12px;
  line-height: 17px;
  color: #001848;
  margin: 0 0 10px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-address .cms-bb-directory-address-block {
  margin: 15px 0 0;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-address .cms-bb-directory-address-type {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 5px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships {
  font-size: 14px;
  line-height: 23px;
  color: #001848;
  margin: 0 0 10px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-block {
  margin: 0 0 5px;
  display: inline;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-block:after {
  content: ",";
  margin: 0 4px 0 0;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-block:last-child:after {
  display: none;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-type {
  text-transform: lowercase;
  font-size: 14px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-directory-custom-block {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 23px;
  color: #001848;
  font-family: "Lato", sans-serif;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-directory-custom-block a {
  color: #3C4555;
  border-bottom: 1px solid #3C4555;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-directory-custom-block a:hover {
  color: #A39161;
  border-bottom: 1px solid #A39161;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-contact {
  display: flex;
  justify-content: space-between;
  background: #B71918;
  padding: 5px 20px;
  font-weight: normal;
  color: #000000;
  font-weight: bold;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-contact a {
  color: #000000;
}

.site-bb-image-round .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block {
  padding: 30px 0 0;
  text-align: center;
}
.site-bb-image-round .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
  width: 225px;
  height: 225px;
  border-radius: 100%;
  margin: auto;
  border: 1px solid #B71918;
}

@media (min-width: 600px) {
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 100%;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data {
    display: flex;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block {
    width: 300px;
    flex: 0 0 300px;
    margin: 0;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
    width: 100%;
    height: 350px;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc-wrapper, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc-wrapper .cms-bb-directory-desc, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc-wrapper .cms-bb-directory-desc {
    text-align: left;
    margin: 15px 20px 10px;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 100%;
  }
  .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1399px) {
  .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 100%;
  }
}
/*.cms-bb-search-wrapper  {

    .cms-bb-search-block {
        //background: #f7f7f7;
        //padding: $gutter*2;
        margin: 0 0 $gutter*2;

        .cms-bb-search-block {

            .cms-bb-search-filter {
                flex: 0 0 500px;
                max-width: 500px;
                padding: 0 $gutter+5;
            }
        }

        .cms-bb-search-button {
            text-align: center;
            margin: $gutter*2 0 0;
        }

        .vc-search-filter-sport_events {
            //display: flex;
            //justify-content: space-between;
            display: block;
            overflow: hidden;

            .vc-search-filter-sport-title {
                line-height: 26px;
                padding: 0 0 1px;
            }

            .sport_events-categories {
                margin: 0 $gutter 0 0;

                @include maxbp($r_1000) {
                    margin: 0 0 $gutter;
                }
            }

            .sport_events-search-button {
                margin: $gutter*3 0 0;

                @include maxbp($r_1000) {
                    margin: $gutter*2 0 0;
                }
            }

            .vc-search-filter-sport-dropdown-block {
                margin: 0 $gutter 0 0;

                @include maxbp($r_1000) {
                    margin: 0 0 $gutter;
                }
            }

            .vc-search-filter-sport-dropdown {
                //display: none;
                width: 300px !important;

                @include maxbp($r_1000) {
                    margin: 0 0 $gutter;
                    width: 100% !important;
                }

                @include input;
                height: auto;
                max-height: 46px;
                overflow: hidden;
                transition: all ease 0.5s;
                background: url("../images/bottom-arrow.svg") no-repeat 96% 17px;

                &.vc-search-filter-sport-dropdown-active {
                    max-height: 400px;
                }

                a {
                    display: block;
                    line-height: 25px;
                }
            }
        }

        .cms-bb-filter-buttons {
            margin: 0;
            a {

                @include maxbp($mobile) {
                    display: block;
                }

                &.cms-bb-search-button-active {
                    color: $m2;
                }
            }
        }
    }

    .vc-search-filter-sport-left {
        float: left;
        display: flex;

        @include maxbp($r_1000) {
            float: none;
            display: block;
        }
    }

    .vc-search-filter-sport-right {
        float: right;
        display: flex;
        justify-content: flex-end;

        @include maxbp($r_1000) {
            float: none;
            display: block;
        }

        .cms-bb-filter-picker {
            margin: $gutter*3 0 0;

            @include maxbp($r_1000) {
                margin: $gutter 0 0;
            }

            input.cms-bb-date-picker {
                @include input;
                color: $m1;


                @include maxbp($mobile) {
                    background: url("../images/calender.png") no-repeat;
                    background-size: 25px;
                    background-position: center right;
                }

                &::-webkit-inner-spin-button, &::-webkit-calendar-picker-indicator {
                    //display: none;
                    //-webkit-appearance: none;
                }
            }
        }

    }

    .cms-bb-result-wrapper  {

        .cms-bb-sports-title {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 0 $gutter;
            color: $m1;

            .cms-bb-sports-name-title , .cms-bb-sports-grade-title, .cms-bb-sports-jersey-number-title {
                @extend h5;
                text-transform: uppercase;
                margin: 0 0 $gutter/2;
            }


        }

        .cms-bb-sports-name, .cms-bb-sports-name-title {
            flex: 0 0 40%;
        }

        .cms-bb-sports-jersey-number, .cms-bb-sports-grade, .cms-bb-sports-jersey-number-title, .cms-bb-sports-grade-title {
            flex: 0 0 30%;
            text-align: center;
        }

        .cms-bb-result-list {

            .cms-bb-sports-result {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                margin: 0 0 $gutter;
                color: $m1;
                font-family: $serif;
                font-weight: normal;
            }

            &.cms-directory-result-list {
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                margin: 0 -15px;

                .cms-bb-result-item.cms-bb-directory-result {
                    max-width: 20%;
                    flex: 0 0 20%;
                    padding: $gutter+5;

                    @include maxbp($laptop) {
                        max-width: 25%;
                        flex: 0 0 25%;
                    }

                    @include maxbp($tablet_l) {
                        max-width: 33.3%;
                        flex: 0 0 33.3%;
                    }

                    @include maxbp($mobile) {
                        max-width: 100%;
                        flex: 0 0 100%;
                    }

                    .cms-bb-result-item-data {
                        border: 1px solid #e9e9e9;

                        .cms-bb-directory-image-block {
                            margin: 0 0 $gutter*3;

                            .cms-bb-directory-image {
                                width: 100%;
                                height: 300px;
                                object-fit: cover;
                                object-position: top;
                            }
                        }

                        .cms-bb-directory-desc {
                            text-align: center;
                            margin: $gutter*2;

                            .cms-bb-directory-name {
                                font-size: 32px;
                                line-height: 40px;
                                color: $m1;
                                margin: 0 0 $gutter;
                                font-family: $sans-serif;
                                font-weight: normal;

                            }

                            .cms-bb-directory-preferredName {
                                margin: 0 0 $gutter;
                                display: none;
                            }

                            .cms-bb-directory-jobtitle {
                                color: $m2;
                                text-transform: uppercase;
                                font-size: 13px;
                                font-weight: normal;
                                font-family: gothamblack;
                                margin: 0 0 10px;
                                word-wrap: break-word;
                            }
                        }

                        .cms-bb-directory-contact {
                            display: flex;
                            justify-content: space-between;
                            background: $s3;
                            padding: $gutter/2 $gutter*2;
                            font-weight: normal;
                            font-family: gothamblack;
                        }
                    }
                }
            }

            &.cms-sport_events-result-list {
                .cms-bb-sport_events-result {
                    border: 1px solid $s1;
                    padding: $gutter*2;
                    margin: 0 0 $gutter*2;
                    display: flex;
                    overflow: hidden;
                    align-items: center;

                    @include maxbp($mobile) {
                        display: block;
                    }

                    .cms-bb-sport_events-date-wrapper {
                        width: 50px;
                        text-align: center;
                        color: $m2;
                        font-family: $serif;

                        @include maxbp($mobile) {
                            width: 100%;
                            display: flex;
                        }

                        .cms-bb-sport_events-day {
                            .cms-bb-sport_events-fullday {
                                display: none;
                            }

                            @include maxbp($mobile) {
                                position: relative;
                                margin: 0 $gutter/2 0 0;
                                padding: 0 $gutter/2 0 0;

                                &:after {
                                    content: ",";
                                    position: absolute;
                                    right: 0;
                                    bottom: 0;
                                }
                            }
                        }



                        .cms-bb-sport_events-month {
                            text-transform: uppercase;
                        }

                        .cms-bb-sport_events-date {
                            font-size: 30px;
                            margin: $gutter/2 0;

                            @include maxbp($mobile) {
                                font-size: 14px;
                                line-height: 23px;
                                margin: 0;
                                margin: 0 $gutter/2;
                            }
                        }
                    }

                    .cms-bb-sport_events-data {
                        width: calc(100% - 220px);
                        padding: 0 $gutter 0 $gutter*3;

                        @include maxbp($mobile) {
                            width: 100%;
                            padding: $gutter 0 0;
                        }

                        .cms-bb-sport_events-homeaway {
                            margin: 0 0 $gutter;
                            font-family: $serif;
                            font-size: 14px;
                            text-transform: uppercase;
                            color: $m1;
                        }

                        .cms-bb-sport_events-opponent {
                            font-family: $serif;
                            font-size: 20px;
                            margin: 0 0 $gutter;
                        }

                        .cms-bb-sport_events-desc {
                            margin: 0 0 $gutter;
                        }

                        .cms-bb-sport_events-detail-block {
                            .cms-bb-sport_events-location-block {
                                //display: flex;
                                display: block;

                                @include maxbp($mobile) {
                                    display: block;
                                }

                                .cms-bb-sport_events-time {
                                    margin: 0 $gutter $gutter 0;
                                    display: inline-block;
                                    vertical-align: top;

                                    span {
                                        position: relative;
                                        padding-left: $gutter*3;

                                        &:before {
                                            @include icon-code("\e911");
                                            @include icon-fonts();
                                            position: absolute;
                                            left: 10px;
                                        }
                                    }

                                    @include maxbp($mobile) {
                                        margin: 0 0 $gutter;
                                    }
                                }

                                .cms-bb-sport_events-address {
                                    position: relative;
                                    padding-left: $gutter*3;
                                    display: inline-block;
                                    margin: 0 0 $gutter;
                                    vertical-align: top;

                                    &:before {
                                        @include icon-code("\e910");
                                        @include icon-fonts();
                                        position: absolute;
                                        left: 10px;
                                    }
                                }

                                .cms-bb-sport_events-destination {
                                    position: relative;
                                    padding: 0 0 0 $gutter*2;
                                    margin: 0 0 0 $gutter;

                                    &:before {
                                        content: "";
                                        width: 8px;
                                        height: $gutter/5;
                                        display: block;
                                        background: $m1;
                                        position: absolute;
                                        left: 0;
                                        top: 7px;
                                        margin: auto;
                                    }
                                }
                            }

                            .cms-bb-sport_events-map-block {
                                margin: $gutter/2 0 0;
                            }
                        }
                    }

                    .cms-bb-sport_events-game-outcome-wrapper {
                        display: flex;
                        justify-content: end;
                        width: 170px;
                        font-family: $serif;
                        color: $m1;
                        font-size: 20px;

                        @include maxbp($mobile) {
                            width: 100%;
                            justify-content: flex-start;
                        }

                        .cms-bb-sport_events-game-outcome {
                            margin: 0 $gutter+5 0 0;


                        }

                        .cms-bb-sport_events-game-score {
                            .cms-bb-sport_events-game-us {

                            }

                            .cms-bb-sport_events-game-opponent {
                                position: relative;
                                padding: 0 0 0 $gutter;
                                margin: 0 0 0 $gutter/5;

                                &:before {
                                    content: "";
                                    width: $gutter/2;
                                    height: $gutter/5;
                                    display: block;
                                    background: $m1;
                                    position: absolute;
                                    left: 0;
                                    top: 0;
                                    bottom: 0;
                                    margin: auto;
                                }
                            }
                        }
                    }

                    &.cms-bb-sport_events-home {
                        background: $m1;

                        .cms-bb-sport_events-opponent, .cms-bb-sport_events-desc, .cms-bb-sport_events-game-outcome-wrapper, .cms-bb-sport_events-homeaway, .cms-bb-sport_events-date-wrapper {
                            color: $white;

                            .cms-bb-sport_events-game-opponent {
                                &:before {
                                    background: $white;
                                }
                            }
                        }

                        .cms-bb-highlighter-link {
                            border: 1px solid transparent;
                            &:hover {
                                border: 1px solid $white;
                                background: none;
                            }
                        }

                        .cms-bb-light-highlighter {
                            background: #11375E;
                            color: $white;
                        }

                    }

                    &.cms-bb-sport_events-away {
                        background: #FAFAFA;
                        border: none;
                    }
                }
            }

            .cms-bb-highlighter {
                background: $m1;
                color: $white;
                padding: 4px 10px 5px;
                border-radius: 14px;
                display: inline-block;
                font-size: 13px;
            }

            .cms-bb-highlighter-link {
                background: $m2;
                color: $white;
                padding: 4px 10px 5px;
                border-radius: 14px;
                display: inline-block;
                font-size: 13px;

                a {
                    color: $white;
                }

                &:hover {
                    background: $m1;
                }
            }

            .cms-bb-light-highlighter {
                background: #EBEDEA;
                color: $m1;
                padding: 4px 10px 5px;
                border-radius: 14px;
                display: inline-block;
                font-size: 13px;

                @include maxbp($mobile) {
                    display: block;
                    width: 100%;
                }
            }
        }
    }
}

.site-pagination {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: $gutter*2 0 0;

    li {
        padding: 0;
        text-align: center;

        a {
            color: $white;
            padding: 7px 15px;
            min-width: 40px;
            height: 40px;
            border: 1px solid $s3;
            background: $m1;
        }

        &.site-pagination-active, &:hover {
            a {
                background: $m2;
                color: $white;
            }
        }
    }
}

.cms-page-is-in-preview-mode {
    &.Veracrossdata-page {
        margin: 50px 0 0;
    }
}

.cms-bb-search-directory-filters {
    display: flex;
    justify-content: center;

    @include maxbp($mobile) {
        display: block;
    }

    .cms-bb-search-filter {
        margin: 0 $gutter;
        max-width: 400px;
        width: 100%;
    }
}
*//*# sourceMappingURL=style.css.map */