@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Work+Sans:wght@700&display=swap");
@font-face {
  font-family: "ABC Arizona Bold";
  font-weight: 700;
  src: url("../_fonts/ABCArizonaFlare-Bold.woff2") format("woff2"), url("../_fonts/ABCArizonaFlare-Bold.woff") format("woff");
}
@font-face {
  font-family: "ABC Arizona Medium";
  font-weight: 500;
  src: url("../_fonts/ABCArizonaFlare-Medium.woff2") format("woff2"), url("../_fonts/ABCArizonaFlare-Medium.woff") format("woff");
}
html {
  width: 100vw;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0px 0 0 0;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 300;
  color: #192123;
}

a,
.button,
button,
.link_like,
header,
header > *,
a *,
h3,
.site_logo img,
.slick-dots li {
  transition: all 0.3s ease-in-out;
}
a:after, a:before, a *,
.button:after,
.button:before,
.button *,
button:after,
button:before,
button *,
.link_like:after,
.link_like:before,
.link_like *,
header:after,
header:before,
header *,
header > *:after,
header > *:before,
header > * *,
a *:after,
a *:before,
a * *,
h3:after,
h3:before,
h3 *,
.site_logo img:after,
.site_logo img:before,
.site_logo img *,
.slick-dots li:after,
.slick-dots li:before,
.slick-dots li * {
  transition: all 0.3s ease-in-out;
}

h1, .h1 {
  font-family: "ABC Arizona Bold";
  font-weight: 500;
  font-size: 50px;
  line-height: 155%;
  /* 65.1px */
  letter-spacing: 2.1px;
  text-transform: uppercase;
  margin: 100px 0;
}

h2, .h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #192123;
  letter-spacing: 2.2px;
}

h3, .h3 {
  font-family: "ABC Arizona Medium";
  font-weight: normal;
  font-size: 70px;
  font-style: normal;
  line-height: 118.8%;
  /* 83.16px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

h4, .h4 {
  font-family: "ABC Arizona Medium";
  font-weight: normal;
  font-size: 50px;
  font-style: normal;
  line-height: 118.8%;
  /* 83.16px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin: 0;
}

h6, .h6 {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #192123;
  letter-spacing: 2.2px;
}

h6.tag {
  display: inline-block;
  padding: 0.1em 0.3em;
}

main {
  padding-top: 150px;
}

a.button, a.button_outline, button, input[type=submit], input[type=button] {
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  display: block;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
  background-color: #192123;
  border: 1.5px solid transparent;
  color: white;
  letter-spacing: 2.2px;
  padding: 2px 3px 2px 4px;
  text-align: center;
  white-space: nowrap;
}
a.button.button_outline, a.button_outline.button_outline, button.button_outline, input[type=submit].button_outline, input[type=button].button_outline {
  border: 1.5px solid #192123;
  color: #192123;
  background-color: transparent;
}
a.button.button_outline:hover, a.button_outline.button_outline:hover, button.button_outline:hover, input[type=submit].button_outline:hover, input[type=button].button_outline:hover {
  transform: scale(1.05);
}
a.button.button_inline, a.button_outline.button_inline, button.button_inline, input[type=submit].button_inline, input[type=button].button_inline {
  display: inline-block;
}
a.button.button_large, a.button_outline.button_large, button.button_large, input[type=submit].button_large, input[type=button].button_large {
  font-size: 20px;
}
a.button:hover, a.button_outline:hover, button:hover, input[type=submit]:hover, input[type=button]:hover {
  transform: scale(1.05);
}

a.button:not(.button_outline) {
  border-color: transparent !important;
}

a {
  color: #192123;
  text-decoration: underline;
}
a.no_underline {
  text-decoration: none;
}
a.cc-btn {
  text-decoration: none;
  text-transform: uppercase;
}

a.underline {
  color: #192123;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
a.underline:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #192123;
  transition: all 0.3s ease-in-out;
}
a.underline:hover:after {
  width: 100%;
}

.color_linen {
  color: #F5F5EB !important;
}

.color_white {
  color: white !important;
}

.color_charcoal {
  color: #192123 !important;
}

.color_plum {
  color: #7E0045 !important;
}

.color_peach {
  color: #F6C1B9 !important;
}

.color_teal_dark {
  color: #192123 !important;
}

.color_mint {
  color: #ACDED1 !important;
}

.color_red {
  color: #DA3C3B !important;
}

.color_green {
  color: #AFD96B !important;
}

.bg_linen {
  background-color: #F5F5EB !important;
}

.bg_white {
  background-color: white !important;
  color: #192123;
}

.bg_charcoal {
  background-color: #192123 !important;
  color: #F6C1B9;
}

.bg_plum {
  background-color: #7E0045 !important;
  color: #F6C1B9;
}

.bg_peach {
  background-color: #F6C1B9 !important;
  color: #192123;
}

.bg_teal_dark {
  background-color: #192123 !important;
  color: #ACDED1;
}

.bg_mint {
  background-color: #ACDED1 !important;
  color: #192123;
}

.bg_red {
  background-color: #DA3C3B !important;
  color: #F6C1B9;
}

.bg_green {
  background-color: #AFD96B !important;
  color: #192123;
}

.bg_tint {
  background-color: #F5F5EB !important;
}

.highlight_color_linen em, .highlight_color_linen i {
  color: #F5F5EB !important;
}

.highlight_color_white em, .highlight_color_white i {
  color: white !important;
}

.highlight_color_charcoal em, .highlight_color_charcoal i {
  color: #192123 !important;
}

.highlight_color_plum em, .highlight_color_plum i {
  color: #7E0045 !important;
}

.highlight_color_peach em, .highlight_color_peach i {
  color: #F6C1B9 !important;
}

.highlight_color_teal_dark em, .highlight_color_teal_dark i {
  color: #192123 !important;
}

.highlight_color_mint em, .highlight_color_mint i {
  color: #ACDED1 !important;
}

.highlight_color_red em, .highlight_color_red i {
  color: #DA3C3B !important;
}

.highlight_color_green em, .highlight_color_green i {
  color: #AFD96B !important;
}

.highlight_bg_linen em, .highlight_bg_linen i {
  background-color: #F5F5EB !important;
}

.highlight_bg_white em, .highlight_bg_white i {
  background-color: white !important;
}

.highlight_bg_charcoal em, .highlight_bg_charcoal i {
  background-color: #192123 !important;
}

.highlight_bg_plum em, .highlight_bg_plum i {
  background-color: #7E0045 !important;
}

.highlight_bg_peach em, .highlight_bg_peach i {
  background-color: #F6C1B9 !important;
}

.highlight_bg_teal_dark em, .highlight_bg_teal_dark i {
  background-color: #192123 !important;
}

.highlight_bg_mint em, .highlight_bg_mint i {
  background-color: #ACDED1 !important;
}

.highlight_bg_red em, .highlight_bg_red i {
  background-color: #DA3C3B !important;
}

.highlight_bg_green em, .highlight_bg_green i {
  background-color: #AFD96B !important;
}

.accent_linen h1, .accent_linen h2, .accent_linen h3, .accent_linen h6 {
  color: #F5F5EB;
  border-color: #F5F5EB !important;
}

.accent_white h1, .accent_white h2, .accent_white h3, .accent_white h6 {
  color: white;
  border-color: white !important;
}

.accent_charcoal h1, .accent_charcoal h2, .accent_charcoal h3, .accent_charcoal h6 {
  color: #192123;
  border-color: #192123 !important;
}

.accent_plum h1, .accent_plum h2, .accent_plum h3, .accent_plum h6 {
  color: #7E0045;
  border-color: #7E0045 !important;
}

.accent_peach h1, .accent_peach h2, .accent_peach h3, .accent_peach h6 {
  color: #F6C1B9;
  border-color: #F6C1B9 !important;
}

.accent_teal_dark h1, .accent_teal_dark h2, .accent_teal_dark h3, .accent_teal_dark h6 {
  color: #192123;
  border-color: #192123 !important;
}

.accent_mint h1, .accent_mint h2, .accent_mint h3, .accent_mint h6 {
  color: #ACDED1;
  border-color: #ACDED1 !important;
}

.accent_red h1, .accent_red h2, .accent_red h3, .accent_red h6 {
  color: #DA3C3B;
  border-color: #DA3C3B !important;
}

.accent_green h1, .accent_green h2, .accent_green h3, .accent_green h4, .accent_green h5, .accent_green h6 {
  color: #AFD96B;
  border-color: #AFD96B !important;
}

.border_linen {
  border-color: #F5F5EB !important;
}

.border_white {
  border-color: white !important;
}

.border_charcoal {
  border-color: #192123 !important;
}

.border_plum {
  border-color: #7E0045 !important;
}

.border_peach {
  border-color: #F6C1B9 !important;
}

.border_teal_dark {
  border-color: #192123 !important;
}

.border_mint {
  border-color: #ACDED1 !important;
}

.border_red {
  border-color: #DA3C3B !important;
}

.cborder_green {
  border-color: #AFD96B !important;
}

header.header_page {
  height: 53vw;
  max-height: 764px;
}
header.header_page picture {
  width: 100%;
  height: 100%;
}
header.header_page picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header.header_page .heading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header_page .heading h1 {
  font-size: 105px;
  border: none;
  line-height: 100%;
}
header.header_page .heading h1 > span {
  display: block;
  padding: 5px 30px;
  margin: 20px 0;
  text-align: center;
}

ul.list_accordions {
  padding: 0;
  list-style: none;
}
ul.list_accordions li {
  padding-left: 35px;
  margin-bottom: 15px;
}
ul.list_accordions li:before {
  font: var(--fa-font-sharp-light);
  content: "\f078";
  border: 1px solid;
  border-color: inherit;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 6px;
  transition: all 0.3s ease-in-out;
}
ul.list_accordions li .a {
  cursor: pointer;
  font-family: "ABC Arizona Medium";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: block;
  line-height: 130%;
  transition: all 0.3s ease-in-out;
}
ul.list_accordions li .a:hover {
  opacity: 0.5;
}
ul.list_accordions li .b {
  display: none;
}
ul.list_accordions li.active:before {
  transform: rotate(180deg);
}

.dru_popup {
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.dru_popup .dru_popup_inner {
  background-color: #ffffff;
  box-shadow: 4px 4px 12px 8px rgba(0, 0, 0, 0.1);
  padding: 50px;
  width: calc(100% - 40px);
  max-width: 1100px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.dru_popup.active {
  opacity: 1;
  z-index: 999;
}

html.dru_popup_active, html.dru_popup_active body {
  height: auto;
}

/**************************************************
* DRUPHIE CSS STANDARDS - v20230926
**************************************************/
body {
  overflow-x: hidden;
  max-width: 100vw;
}
body * {
  position: relative;
}
body picture {
  display: block;
}
body picture img {
  display: block;
}
body .contained {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1384px;
  position: relative;
}
body .contained.max_1030 {
  max-width: 1030px;
}
body .contained.max_1000 {
  max-width: 1000px;
}
body .contained.max_900 {
  max-width: 900px;
}
body .contained.max_800 {
  max-width: 800px;
}
body .contained.max_768 {
  max-width: 768px;
}
body .contained.max_756 {
  max-width: 756px;
}
body .contained.max_700 {
  max-width: 700px;
}
body .contained.max_650 {
  max-width: 650px;
}
body .contained.max_600 {
  max-width: 600px;
}
body .contained.max_500 {
  max-width: 500px;
}
body .contained img {
  max-width: 100%;
  height: auto;
}
body .contained_half {
  width: 100%;
  max-width: 650px;
}
body * {
  box-sizing: border-box;
}
body .clear_both {
  clear: both;
}
body .hidden {
  display: none;
}
body pre {
  max-width: 800px;
}
body .flex_cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .flex_cols.flex_column {
  flex-direction: column;
}
body .flex_cols.flex_column_reverse {
  flex-direction: column-reverse;
}
body .flex_cols.flex_row_reverse {
  flex-direction: row-reverse;
}
body .flex_cols.center_everything {
  align-items: center;
  align-content: center;
  justify-content: center;
}
body .flex_cols.align_items_center {
  align-items: center;
  align-content: center;
}
body .flex_cols.flex_start {
  justify-content: flex-start;
}
body .flex_cols.flex_end {
  justify-content: flex-end;
}
body .flex_cols.space_around {
  justify-content: space-around;
}
body .flex_cols.justify_center {
  justify-content: center;
}
body .flex_cols > div > div p:last-child {
  margin-bottom: 0;
}
body .border_radius_0 {
  border-radius: 0px;
}
body .border_radius_1 {
  border-radius: 1px;
}
body .border_radius_2 {
  border-radius: 2px;
}
body .border_radius_3 {
  border-radius: 3px;
}
body .border_radius_4 {
  border-radius: 4px;
}
body .border_radius_5 {
  border-radius: 5px;
}
body .border_radius_6 {
  border-radius: 6px;
}
body .border_radius_7 {
  border-radius: 7px;
}
body .border_radius_8 {
  border-radius: 8px;
}
body .border_radius_9 {
  border-radius: 9px;
}
body .border_radius_10 {
  border-radius: 10px;
}
body .border_radius_15 {
  border-radius: 15px;
}
body .border_radius_20 {
  border-radius: 20px;
}
body .border_radius_25 {
  border-radius: 25px;
}
body .border_radius_30 {
  border-radius: 30px;
}
body .border_radius_35 {
  border-radius: 35px;
}
body .border_radius_40 {
  border-radius: 40px;
}
body .border_radius_45 {
  border-radius: 45px;
}
body .border_radius_50 {
  border-radius: 50px;
}
body .width_5 {
  width: calc(5% - 20px);
}
body .width_6 {
  width: calc(6% - 20px);
}
body .width_7 {
  width: calc(7% - 20px);
}
body .width_8 {
  width: calc(8% - 20px);
}
body .width_9 {
  width: calc(9% - 20px);
}
body .width_10 {
  width: calc(10% - 20px);
}
body .width_15 {
  width: calc(15% - 20px);
}
body .width_16 {
  width: calc(16.6666666667% - 20px);
}
body .width_20 {
  width: calc(20% - 20px);
}
body .width_25 {
  width: calc(25% - 20px);
}
body .width_30 {
  width: calc(30% - 20px);
}
body .width_33 {
  width: calc(33.33% - 20px);
}
body .width_35 {
  width: calc(35% - 20px);
}
body .width_40 {
  width: calc(40% - 20px);
}
body .width_45 {
  width: calc(45% - 20px);
}
body .width_50 {
  width: calc(50% - 20px);
}
body .width_55 {
  width: calc(50% - 20px);
}
body .width_60 {
  width: calc(60% - 20px);
}
body .width_65 {
  width: calc(65% - 20px);
}
body .width_70 {
  width: calc(70% - 20px);
}
body .width_75 {
  width: calc(75% - 20px);
}
body .width_80 {
  width: calc(80% - 20px);
}
body .width_85 {
  width: calc(85% - 20px);
}
body .width_90 {
  width: calc(90% - 20px);
}
body .width_100 {
  width: 100%;
}
body .weight_100 {
  font-weight: 100;
}
body .weight_200 {
  font-weight: 200;
}
body .weight_300 {
  font-weight: 300;
}
body .weight_400 {
  font-weight: 400;
}
body .weight_500 {
  font-weight: 500;
}
body .weight_600 {
  font-weight: 600;
}
body .weight_700 {
  font-weight: 700;
}
body .margin_0 {
  margin: 0px !important;
}
body .margin_10 {
  margin: 10px !important;
}
body .margin_20 {
  margin: 20px !important;
}
body .margin_30 {
  margin: 30px !important;
}
body .margin_40 {
  margin: 40px !important;
}
body .margin_50 {
  margin: 50px !important;
}
body .margin_60 {
  margin: 60px !important;
}
body .margin_70 {
  margin: 70px !important;
}
body .margin_80 {
  margin: 80px !important;
}
body .margin_90 {
  margin: 90px !important;
}
body .margin_100 {
  margin: 100px !important;
}
body .margin_150 {
  margin: 150px !important;
}
body .margin_200 {
  margin: 200px !important;
}
body .margin_right_0 {
  margin-right: 0px !important;
}
body .margin_right_10 {
  margin-right: 10px !important;
}
body .margin_right_20 {
  margin-right: 20px !important;
}
body .margin_right_30 {
  margin-right: 30px !important;
}
body .margin_right_40 {
  margin-right: 40px !important;
}
body .margin_right_50 {
  margin-right: 50px !important;
}
body .margin_right_60 {
  margin-right: 60px !important;
}
body .margin_right_70 {
  margin-right: 70px !important;
}
body .margin_right_80 {
  margin-right: 80px !important;
}
body .margin_right_90 {
  margin-right: 90px !important;
}
body .margin_right_100 {
  margin-right: 100px !important;
}
body .margin_left_0 {
  margin-left: 0px !important;
}
body .margin_left_10 {
  margin-left: 10px !important;
}
body .margin_left_20 {
  margin-left: 20px !important;
}
body .margin_left_30 {
  margin-left: 30px !important;
}
body .margin_left_40 {
  margin-left: 40px !important;
}
body .margin_left_50 {
  margin-left: 50px !important;
}
body .margin_left_60 {
  margin-left: 60px !important;
}
body .margin_left_70 {
  margin-left: 70px !important;
}
body .margin_left_80 {
  margin-left: 80px !important;
}
body .margin_left_90 {
  margin-left: 90px !important;
}
body .margin_left_100 {
  margin-left: 100px !important;
}
body .margin_top_0 {
  margin-top: 0px !important;
}
body .margin_top_10 {
  margin-top: 10px !important;
}
body .margin_top_20 {
  margin-top: 20px !important;
}
body .margin_top_30 {
  margin-top: 30px !important;
}
body .margin_top_40 {
  margin-top: 40px !important;
}
body .margin_top_50 {
  margin-top: 50px !important;
}
body .margin_top_60 {
  margin-top: 60px !important;
}
body .margin_top_70 {
  margin-top: 70px !important;
}
body .margin_top_80 {
  margin-top: 80px !important;
}
body .margin_top_90 {
  margin-top: 90px !important;
}
body .margin_top_100 {
  margin-top: 100px !important;
}
body .margin_bottom_0 {
  margin-bottom: 0px !important;
}
body .margin_bottom_10 {
  margin-bottom: 10px !important;
}
body .margin_bottom_20 {
  margin-bottom: 20px !important;
}
body .margin_bottom_30 {
  margin-bottom: 30px !important;
}
body .margin_bottom_40 {
  margin-bottom: 40px !important;
}
body .margin_bottom_50 {
  margin-bottom: 50px !important;
}
body .margin_bottom_60 {
  margin-bottom: 60px !important;
}
body .margin_bottom_70 {
  margin-bottom: 70px !important;
}
body .margin_bottom_80 {
  margin-bottom: 80px !important;
}
body .margin_bottom_90 {
  margin-bottom: 90px !important;
}
body .margin_bottom_100 {
  margin-bottom: 100px !important;
}
body .margin_bottom_200 {
  margin-bottom: 200px !important;
}
body .padding_0 {
  padding: 0px !important;
}
body .padding_5 {
  padding: 5px !important;
}
body .padding_10 {
  padding: 10px !important;
}
body .padding_20 {
  padding: 20px !important;
}
body .padding_30 {
  padding: 30px !important;
}
body .padding_40 {
  padding: 40px !important;
}
body .padding_50 {
  padding: 50px !important;
}
body .padding_60 {
  padding: 60px !important;
}
body .padding_70 {
  padding: 70px !important;
}
body .padding_80 {
  padding: 80px !important;
}
body .padding_90 {
  padding: 90px !important;
}
body .padding_100 {
  padding: 100px !important;
}
body .padding_150 {
  padding: 150px !important;
}
body .padding_200 {
  padding: 200px !important;
}
body .padding_300 {
  padding: 300px !important;
}
body .padding_top_0 {
  padding-top: 0px !important;
}
body .padding_top_5 {
  padding-top: 5px !important;
}
body .padding_top_10 {
  padding-top: 10px !important;
}
body .padding_top_20 {
  padding-top: 20px !important;
}
body .padding_top_30 {
  padding-top: 30px !important;
}
body .padding_top_40 {
  padding-top: 40px !important;
}
body .padding_top_50 {
  padding-top: 50px !important;
}
body .padding_top_60 {
  padding-top: 60px !important;
}
body .padding_top_70 {
  padding-top: 70px !important;
}
body .padding_top_80 {
  padding-top: 80px !important;
}
body .padding_top_90 {
  padding-top: 90px !important;
}
body .padding_top_100 {
  padding-top: 100px !important;
}
body .padding_top_150 {
  padding-top: 150px !important;
}
body .padding_top_200 {
  padding-top: 200px !important;
}
body .padding_top_300 {
  padding-top: 300px !important;
}
body .padding_bottom_0 {
  padding-bottom: 0px !important;
}
body .padding_bottom_5 {
  padding-bottom: 5px !important;
}
body .padding_bottom_10 {
  padding-bottom: 10px !important;
}
body .padding_bottom_20 {
  padding-bottom: 20px !important;
}
body .padding_bottom_30 {
  padding-bottom: 30px !important;
}
body .padding_bottom_40 {
  padding-bottom: 40px !important;
}
body .padding_bottom_50 {
  padding-bottom: 50px !important;
}
body .padding_bottom_60 {
  padding-bottom: 60px !important;
}
body .padding_bottom_70 {
  padding-bottom: 70px !important;
}
body .padding_bottom_80 {
  padding-bottom: 80px !important;
}
body .padding_bottom_90 {
  padding-bottom: 90px !important;
}
body .padding_bottom_100 {
  padding-bottom: 100px !important;
}
body .padding_bottom_150 {
  padding-bottom: 150px !important;
}
body .padding_bottom_200 {
  padding-bottom: 200px !important;
}
body .padding_bottom_300 {
  padding-bottom: 300px !important;
}
body .padding_left_0 {
  padding-left: 0px !important;
}
body .padding_left_1 {
  padding-left: 1px !important;
}
body .padding_left_2 {
  padding-left: 2px !important;
}
body .padding_left_3 {
  padding-left: 3px !important;
}
body .padding_left_4 {
  padding-left: 4px !important;
}
body .padding_left_5 {
  padding-left: 5px !important;
}
body .padding_left_6 {
  padding-left: 6px !important;
}
body .padding_left_7 {
  padding-left: 7px !important;
}
body .padding_left_8 {
  padding-left: 8px !important;
}
body .padding_left_9 {
  padding-left: 9px !important;
}
body .padding_left_10 {
  padding-left: 10px !important;
}
body .padding_left_20 {
  padding-left: 20px !important;
}
body .padding_left_30 {
  padding-left: 30px !important;
}
body .padding_left_40 {
  padding-left: 40px !important;
}
body .padding_left_50 {
  padding-left: 50px !important;
}
body .padding_left_60 {
  padding-left: 60px !important;
}
body .padding_left_70 {
  padding-left: 70px !important;
}
body .padding_left_80 {
  padding-left: 80px !important;
}
body .padding_left_90 {
  padding-left: 90px !important;
}
body .padding_left_100 {
  padding-left: 100px !important;
}
body .padding_left_110 {
  padding-left: 110px !important;
}
body .padding_left_120 {
  padding-left: 120px !important;
}
body .padding_left_130 {
  padding-left: 130px !important;
}
body .padding_left_140 {
  padding-left: 140px !important;
}
body .padding_left_150 {
  padding-left: 150px !important;
}
body .padding_right_0 {
  padding-right: 0px !important;
}
body .padding_right_1 {
  padding-right: 1px !important;
}
body .padding_right_2 {
  padding-right: 2px !important;
}
body .padding_right_3 {
  padding-right: 3px !important;
}
body .padding_right_4 {
  padding-right: 4px !important;
}
body .padding_right_5 {
  padding-right: 5px !important;
}
body .padding_right_6 {
  padding-right: 6px !important;
}
body .padding_right_7 {
  padding-right: 7px !important;
}
body .padding_right_8 {
  padding-right: 8px !important;
}
body .padding_right_9 {
  padding-right: 9px !important;
}
body .padding_right_10 {
  padding-right: 10px !important;
}
body .padding_right_20 {
  padding-right: 20px !important;
}
body .padding_right_30 {
  padding-right: 30px !important;
}
body .padding_right_40 {
  padding-right: 40px !important;
}
body .padding_right_50 {
  padding-right: 50px !important;
}
body .padding_right_60 {
  padding-right: 60px !important;
}
body .padding_right_70 {
  padding-right: 70px !important;
}
body .padding_right_80 {
  padding-right: 80px !important;
}
body .padding_right_90 {
  padding-right: 90px !important;
}
body .padding_right_100 {
  padding-right: 100px !important;
}
body .padding_right_110 {
  padding-right: 110px !important;
}
body .padding_right_120 {
  padding-right: 120px !important;
}
body .padding_right_130 {
  padding-right: 130px !important;
}
body .padding_right_140 {
  padding-right: 140px !important;
}
body .padding_right_150 {
  padding-right: 150px !important;
}
body .align_left {
  text-align: left !important;
}
body .align_center {
  text-align: center !important;
}
body .align_right {
  text-align: right !important;
}
body img.img_width_10 {
  width: 10% !important;
  height: auto;
}
body img.img_width_20 {
  width: 20% !important;
  height: auto;
}
body img.img_width_25 {
  width: 25% !important;
  height: auto;
}
body img.img_width_30 {
  width: 30% !important;
  height: auto;
}
body img.img_width_33 {
  width: 33.33% !important;
  height: auto;
}
body img.img_width_35 {
  width: 35% !important;
  height: auto;
}
body img.img_width_40 {
  width: 40% !important;
  height: auto;
}
body img.img_width_45 {
  width: 45% !important;
  height: auto;
}
body img.img_width_50 {
  width: 50% !important;
  height: auto;
}
body img.img_width_55 {
  width: 50% !important;
  height: auto;
}
body img.img_width_60 {
  width: 60% !important;
  height: auto;
}
body img.img_width_65 {
  width: 65% !important;
  height: auto;
}
body img.img_width_70 {
  width: 70% !important;
  height: auto;
}
body img.img_width_80 {
  width: 80% !important;
  height: auto;
}
body img.img_width_90 {
  width: 90% !important;
  height: auto;
}
body img.img_width_100 {
  width: 100% !important;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .desktop_only {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .mobile_only {
    display: none !important;
  }

  .tablet_only {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .hide_on_mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 640px) {
  body .desktop_only, body .hide_on_tablet {
    display: none !important;
  }
  body .show_on_tablet {
    display: initial !important;
  }
  body .flex_cols.tablet_align_items_top {
    align-items: flex-start;
    align-content: flex-start;
  }
  body .flex_cols.tablet_align_items_center {
    align-items: center;
    align-content: center;
  }
  body .flex_cols.tablet_align_items_bottom {
    align-items: flex-end;
    align-content: flex_end;
  }
  body .flex_cols.tablet_flex_start {
    justify-content: flex-start;
  }
  body .flex_cols.tablet_flex_end {
    justify-content: flex-end;
  }
  body .flex_cols.tablet_flex_column {
    flex-direction: column;
  }
  body .flex_cols.tablet_flex_column_reverse {
    flex-direction: column-reverse;
  }
  body .flex_cols.tablet_center {
    justify-content: center;
  }
  body .tablet_flex_column {
    flex-direction: column;
  }
  body .tablet_flex_column_reverse {
    flex-direction: column-reverse;
  }
  body .tablet_width_10 {
    width: calc(10% - 20px) !important;
  }
  body .tablet_width_15 {
    width: calc(15% - 20px) !important;
  }
  body .tablet_width_16 {
    width: calc(16.6666666667% - 20px) !important;
  }
  body .tablet_width_17 {
    width: calc(17% - 20px) !important;
  }
  body .tablet_width_18 {
    width: calc(18% - 20px) !important;
  }
  body .tablet_width_19 {
    width: calc(19% - 20px) !important;
  }
  body .tablet_width_20 {
    width: calc(20% - 20px) !important;
  }
  body .tablet_width_21 {
    width: calc(21% - 20px) !important;
  }
  body .tablet_width_22 {
    width: calc(22% - 20px) !important;
  }
  body .tablet_width_23 {
    width: calc(23% - 20px) !important;
  }
  body .tablet_width_24 {
    width: calc(24% - 20px) !important;
  }
  body .tablet_width_25 {
    width: calc(25% - 20px) !important;
  }
  body .tablet_width_30 {
    width: calc(30% - 20px) !important;
  }
  body .tablet_width_33 {
    width: calc(33.33% - 20px) !important;
  }
  body .tablet_width_35 {
    width: calc(35% - 20px) !important;
  }
  body .tablet_width_40 {
    width: calc(40% - 20px) !important;
  }
  body .tablet_width_45 {
    width: calc(45% - 20px) !important;
  }
  body .tablet_width_50 {
    width: calc(50% - 20px) !important;
  }
  body .tablet_width_55 {
    width: calc(50% - 20px) !important;
  }
  body .tablet_width_60 {
    width: calc(60% - 20px) !important;
  }
  body .tablet_width_65 {
    width: calc(65% - 20px) !important;
  }
  body .tablet_width_70 {
    width: calc(70% - 20px) !important;
  }
  body .tablet_width_80 {
    width: calc(80% - 20px) !important;
  }
  body .tablet_width_90 {
    width: calc(90% - 20px) !important;
  }
  body .tablet_width_100 {
    width: 100%;
  }
  body .tablet_margin_0 {
    margin: 0px !important;
  }
  body .tablet_margin_10 {
    margin: 10px !important;
  }
  body .tablet_margin_20 {
    margin: 20px !important;
  }
  body .tablet_margin_30 {
    margin: 30px !important;
  }
  body .tablet_margin_40 {
    margin: 40px !important;
  }
  body .tablet_margin_50 {
    margin: 50px !important;
  }
  body .tablet_margin_60 {
    margin: 60px !important;
  }
  body .tablet_margin_70 {
    margin: 70px !important;
  }
  body .tablet_margin_80 {
    margin: 80px !important;
  }
  body .tablet_margin_90 {
    margin: 90px !important;
  }
  body .tablet_margin_100 {
    margin: 100px !important;
  }
  body .tablet_margin_150 {
    margin: 150px !important;
  }
  body .tablet_margin_200 {
    margin: 200px !important;
  }
  body .tablet_margin_right_0 {
    margin-right: 0px !important;
  }
  body .tablet_margin_right_10 {
    margin-right: 10px !important;
  }
  body .tablet_margin_right_20 {
    margin-right: 20px !important;
  }
  body .tablet_margin_right_30 {
    margin-right: 30px !important;
  }
  body .tablet_margin_right_40 {
    margin-right: 40px !important;
  }
  body .tablet_margin_right_50 {
    margin-right: 50px !important;
  }
  body .tablet_margin_right_60 {
    margin-right: 60px !important;
  }
  body .tablet_margin_right_70 {
    margin-right: 70px !important;
  }
  body .tablet_margin_right_80 {
    margin-right: 80px !important;
  }
  body .tablet_margin_right_90 {
    margin-right: 90px !important;
  }
  body .tablet_margin_right_100 {
    margin-right: 100px !important;
  }
  body .tablet_margin_left_0 {
    margin-left: 0px !important;
  }
  body .tablet_margin_left_10 {
    margin-left: 10px !important;
  }
  body .tablet_margin_left_20 {
    margin-left: 20px !important;
  }
  body .tablet_margin_left_30 {
    margin-left: 30px !important;
  }
  body .tablet_margin_left_40 {
    margin-left: 40px !important;
  }
  body .tablet_margin_left_50 {
    margin-left: 50px !important;
  }
  body .tablet_margin_left_60 {
    margin-left: 60px !important;
  }
  body .tablet_margin_left_70 {
    margin-left: 70px !important;
  }
  body .tablet_margin_left_80 {
    margin-left: 80px !important;
  }
  body .tablet_margin_left_90 {
    margin-left: 90px !important;
  }
  body .tablet_margin_left_100 {
    margin-left: 100px !important;
  }
  body .tablet_margin_top_0 {
    margin-top: 0px !important;
  }
  body .tablet_margin_top_1 {
    margin-top: 1px !important;
  }
  body .tablet_margin_top_5 {
    margin-top: 5px !important;
  }
  body .tablet_margin_top_10 {
    margin-top: 10px !important;
  }
  body .tablet_margin_top_20 {
    margin-top: 20px !important;
  }
  body .tablet_margin_top_30 {
    margin-top: 30px !important;
  }
  body .tablet_margin_top_40 {
    margin-top: 40px !important;
  }
  body .tablet_margin_top_50 {
    margin-top: 50px !important;
  }
  body .tablet_margin_top_60 {
    margin-top: 60px !important;
  }
  body .tablet_margin_top_70 {
    margin-top: 70px !important;
  }
  body .tablet_margin_top_80 {
    margin-top: 80px !important;
  }
  body .tablet_margin_top_90 {
    margin-top: 90px !important;
  }
  body .tablet_margin_top_100 {
    margin-top: 100px !important;
  }
  body .tablet_margin_top_200 {
    margin-top: 200px !important;
  }
  body .tablet_margin_top_250 {
    margin-top: 250px !important;
  }
  body .tablet_margin_top_300 {
    margin-top: 300px !important;
  }
  body .tablet_margin_bottom_0 {
    margin-bottom: 0px !important;
  }
  body .tablet_margin_bottom_1 {
    margin-bottom: 1px !important;
  }
  body .tablet_margin_bottom_5 {
    margin-bottom: 5px !important;
  }
  body .tablet_margin_bottom_10 {
    margin-bottom: 10px !important;
  }
  body .tablet_margin_bottom_20 {
    margin-bottom: 20px !important;
  }
  body .tablet_margin_bottom_30 {
    margin-bottom: 30px !important;
  }
  body .tablet_margin_bottom_40 {
    margin-bottom: 40px !important;
  }
  body .tablet_margin_bottom_50 {
    margin-bottom: 50px !important;
  }
  body .tablet_margin_bottom_60 {
    margin-bottom: 60px !important;
  }
  body .tablet_margin_bottom_70 {
    margin-bottom: 70px !important;
  }
  body .tablet_margin_bottom_80 {
    margin-bottom: 80px !important;
  }
  body .tablet_margin_bottom_90 {
    margin-bottom: 90px !important;
  }
  body .tablet_margin_bottom_100 {
    margin-bottom: 100px !important;
  }
  body .tablet_margin_bottom_200 {
    margin-bottom: 200px !important;
  }
  body .tablet_margin_bottom_250 {
    margin-bottom: 250px !important;
  }
  body .tablet_margin_bottom_300 {
    margin-bottom: 200px !important;
  }
  body .tablet_padding_0 {
    padding: 0px !important;
  }
  body .tablet_padding_5 {
    padding: 5px !important;
  }
  body .tablet_padding_10 {
    padding: 10px !important;
  }
  body .tablet_padding_20 {
    padding: 20px !important;
  }
  body .tablet_padding_30 {
    padding: 30px !important;
  }
  body .tablet_padding_40 {
    padding: 40px !important;
  }
  body .tablet_padding_50 {
    padding: 50px !important;
  }
  body .tablet_padding_60 {
    padding: 60px !important;
  }
  body .tablet_padding_70 {
    padding: 70px !important;
  }
  body .tablet_padding_80 {
    padding: 80px !important;
  }
  body .tablet_padding_90 {
    padding: 90px !important;
  }
  body .tablet_padding_100 {
    padding: 100px !important;
  }
  body .tablet_padding_150 {
    padding: 150px !important;
  }
  body .tablet_padding_200 {
    padding: 200px !important;
  }
  body .tablet_padding_300 {
    padding: 300px !important;
  }
  body .tablet_padding_top_0 {
    padding-top: 0px !important;
  }
  body .tablet_padding_top_5 {
    padding-top: 5px !important;
  }
  body .tablet_padding_top_10 {
    padding-top: 10px !important;
  }
  body .tablet_padding_top_20 {
    padding-top: 20px !important;
  }
  body .tablet_padding_top_30 {
    padding-top: 30px !important;
  }
  body .tablet_padding_top_40 {
    padding-top: 40px !important;
  }
  body .tablet_padding_top_50 {
    padding-top: 50px !important;
  }
  body .tablet_padding_top_60 {
    padding-top: 60px !important;
  }
  body .tablet_padding_top_70 {
    padding-top: 70px !important;
  }
  body .tablet_padding_top_80 {
    padding-top: 80px !important;
  }
  body .tablet_padding_top_90 {
    padding-top: 90px !important;
  }
  body .tablet_padding_top_100 {
    padding-top: 100px !important;
  }
  body .tablet_padding_top_150 {
    padding-top: 150px !important;
  }
  body .tablet_padding_top_200 {
    padding-top: 200px !important;
  }
  body .tablet_padding_top_300 {
    padding-top: 300px !important;
  }
  body .tablet_padding_bottom_0 {
    padding-bottom: 0px !important;
  }
  body .tablet_padding_bottom_10 {
    padding-bottom: 10px !important;
  }
  body .tablet_padding_bottom_20 {
    padding-bottom: 20px !important;
  }
  body .tablet_padding_bottom_30 {
    padding-bottom: 30px !important;
  }
  body .tablet_padding_bottom_40 {
    padding-bottom: 40px !important;
  }
  body .tablet_padding_bottom_50 {
    padding-bottom: 50px !important;
  }
  body .tablet_padding_bottom_60 {
    padding-bottom: 60px !important;
  }
  body .tablet_padding_bottom_70 {
    padding-bottom: 70px !important;
  }
  body .tablet_padding_bottom_80 {
    padding-bottom: 80px !important;
  }
  body .tablet_padding_bottom_90 {
    padding-bottom: 90px !important;
  }
  body .tablet_padding_bottom_100 {
    padding-bottom: 100px !important;
  }
  body .tablet_padding_bottom_150 {
    padding-bottom: 150px !important;
  }
  body .tablet_padding_bottom_200 {
    padding-bottom: 200px !important;
  }
  body .tablet_padding_bottom_300 {
    padding-bottom: 300px !important;
  }
  body .tablet_padding_left_0 {
    padding-left: 0px !important;
  }
  body .tablet_padding_left_10 {
    padding-left: 10px !important;
  }
  body .tablet_padding_left_20 {
    padding-left: 20px !important;
  }
  body .tablet_padding_left_30 {
    padding-left: 30px !important;
  }
  body .tablet_padding_left_40 {
    padding-left: 40px !important;
  }
  body .tablet_padding_left_50 {
    padding-left: 50px !important;
  }
  body .tablet_padding_left_60 {
    padding-left: 60px !important;
  }
  body .tablet_padding_left_70 {
    padding-left: 70px !important;
  }
  body .tablet_padding_left_80 {
    padding-left: 80px !important;
  }
  body .tablet_padding_left_90 {
    padding-left: 90px !important;
  }
  body .tablet_padding_left_100 {
    padding-left: 100px !important;
  }
  body .tablet_padding_left_110 {
    padding-left: 110px !important;
  }
  body .tablet_padding_left_120 {
    padding-left: 120px !important;
  }
  body .tablet_padding_left_130 {
    padding-left: 130px !important;
  }
  body .tablet_padding_left_140 {
    padding-left: 140px !important;
  }
  body .tablet_padding_left_150 {
    padding-left: 150px !important;
  }
  body .tablet_padding_left_200 {
    padding-left: 200px !important;
  }
  body .tablet_padding_left_300 {
    padding-left: 300px !important;
  }
  body .tablet_padding_right_0 {
    padding-right: 0px !important;
  }
  body .tablet_padding_right_10 {
    padding-right: 10px !important;
  }
  body .tablet_padding_right_20 {
    padding-right: 20px !important;
  }
  body .tablet_padding_right_30 {
    padding-right: 30px !important;
  }
  body .tablet_padding_right_40 {
    padding-right: 40px !important;
  }
  body .tablet_padding_right_50 {
    padding-right: 50px !important;
  }
  body .tablet_padding_right_60 {
    padding-right: 60px !important;
  }
  body .tablet_padding_right_70 {
    padding-right: 70px !important;
  }
  body .tablet_padding_right_80 {
    padding-right: 80px !important;
  }
  body .tablet_padding_right_90 {
    padding-right: 90px !important;
  }
  body .tablet_padding_right_100 {
    padding-right: 100px !important;
  }
  body .tablet_padding_right_110 {
    padding-right: 110px !important;
  }
  body .tablet_padding_right_120 {
    padding-right: 120px !important;
  }
  body .tablet_padding_right_130 {
    padding-right: 130px !important;
  }
  body .tablet_padding_right_140 {
    padding-right: 140px !important;
  }
  body .tablet_padding_right_150 {
    padding-right: 150px !important;
  }
  body .tablet_padding_right_200 {
    padding-right: 200px !important;
  }
  body .tablet_padding_right_300 {
    padding-right: 300px !important;
  }
  body .tablet_align_left {
    text-align: left !important;
  }
  body .tablet_align_center {
    text-align: center !important;
  }
  body .tablet_align_right {
    text-align: right !important;
  }
}
@media screen and (max-width: 640px) {
  body .desktop_only {
    display: none !important;
  }
  body .mobile_flex_cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body .mobile_flex_cols > div p:last-child {
    margin-bottom: 0;
  }
  body .flex_cols.mobile_align_items_top, body .mobile_flex_cols.mobile_align_items_top {
    align-items: flex-start;
    align-content: flex-start;
  }
  body .flex_cols.mobile_align_items_center, body .mobile_flex_cols.mobile_align_items_center {
    align-items: center;
    align-content: center;
  }
  body .flex_cols.mobile_align_items_bottom, body .mobile_flex_cols.mobile_align_items_bottom {
    align-items: flex-end;
    align-content: flex_end;
  }
  body .flex_cols.mobile_flex_start, body .mobile_flex_cols.mobile_flex_start {
    justify-content: flex-start;
  }
  body .flex_cols.mobile_flex_end, body .mobile_flex_cols.mobile_flex_end {
    justify-content: flex-end;
  }
  body .flex_cols.mobile_flex_row, body .mobile_flex_cols.mobile_flex_row {
    flex-direction: row;
  }
  body .flex_cols.mobile_flex_row_reverse, body .mobile_flex_cols.mobile_flex_row_reverse {
    flex-direction: row-reverse;
  }
  body .flex_cols.mobile_flex_column, body .mobile_flex_cols.mobile_flex_column {
    flex-direction: column;
  }
  body .flex_cols.mobile_flex_column_reverse, body .mobile_flex_cols.mobile_flex_column_reverse {
    flex-direction: column-reverse;
  }
  body .flex_cols.mobile_center, body .mobile_flex_cols.mobile_center {
    justify-content: center;
  }
  body .mobile_flex_column {
    flex-direction: column;
  }
  body .mobile_flex_column_reverse {
    flex-direction: column-reverse;
  }
  body .mobile_margin_0 {
    margin: 0px !important;
  }
  body .mobile_margin_10 {
    margin: 10px !important;
  }
  body .mobile_margin_20 {
    margin: 20px !important;
  }
  body .mobile_margin_30 {
    margin: 30px !important;
  }
  body .mobile_margin_40 {
    margin: 40px !important;
  }
  body .mobile_margin_50 {
    margin: 50px !important;
  }
  body .mobile_margin_60 {
    margin: 60px !important;
  }
  body .mobile_margin_70 {
    margin: 70px !important;
  }
  body .mobile_margin_80 {
    margin: 80px !important;
  }
  body .mobile_margin_90 {
    margin: 90px !important;
  }
  body .mobile_margin_100 {
    margin: 100px !important;
  }
  body .mobile_margin_150 {
    margin: 150px !important;
  }
  body .mobile_margin_200 {
    margin: 200px !important;
  }
  body .mobile_width_10 {
    width: calc(10% - 20px) !important;
  }
  body .mobile_width_15 {
    width: calc(15% - 20px) !important;
  }
  body .mobile_width_16 {
    width: calc(16.6666666667% - 20px) !important;
  }
  body .mobile_width_17 {
    width: calc(17% - 20px) !important;
  }
  body .mobile_width_18 {
    width: calc(18% - 20px) !important;
  }
  body .mobile_width_19 {
    width: calc(19% - 20px) !important;
  }
  body .mobile_width_20 {
    width: calc(20% - 20px) !important;
  }
  body .mobile_width_21 {
    width: calc(21% - 20px) !important;
  }
  body .mobile_width_22 {
    width: calc(22% - 20px) !important;
  }
  body .mobile_width_23 {
    width: calc(23% - 20px) !important;
  }
  body .mobile_width_24 {
    width: calc(24% - 20px) !important;
  }
  body .mobile_width_25 {
    width: calc(25% - 20px) !important;
  }
  body .mobile_width_30 {
    width: calc(30% - 20px) !important;
  }
  body .mobile_width_33 {
    width: calc(33.33% - 20px) !important;
  }
  body .mobile_width_35 {
    width: calc(35% - 20px) !important;
  }
  body .mobile_width_40 {
    width: calc(40% - 20px) !important;
  }
  body .mobile_width_45 {
    width: calc(45% - 20px) !important;
  }
  body .mobile_width_50 {
    width: calc(50% - 20px) !important;
  }
  body .mobile_width_55 {
    width: calc(50% - 20px) !important;
  }
  body .mobile_width_60 {
    width: calc(60% - 20px) !important;
  }
  body .mobile_width_65 {
    width: calc(65% - 20px) !important;
  }
  body .mobile_width_70 {
    width: calc(70% - 20px) !important;
  }
  body .mobile_width_75 {
    width: calc(75% - 20px) !important;
  }
  body .mobile_width_80 {
    width: calc(80% - 20px) !important;
  }
  body .mobile_width_90 {
    width: calc(90% - 20px) !important;
  }
  body .mobile_width_100 {
    width: 100%;
  }
  body .mobile_margin_right_0 {
    margin-right: 0px !important;
  }
  body .mobile_margin_right_10 {
    margin-right: 10px !important;
  }
  body .mobile_margin_right_20 {
    margin-right: 20px !important;
  }
  body .mobile_margin_right_30 {
    margin-right: 30px !important;
  }
  body .mobile_margin_right_40 {
    margin-right: 40px !important;
  }
  body .mobile_margin_right_50 {
    margin-right: 50px !important;
  }
  body .mobile_margin_right_60 {
    margin-right: 60px !important;
  }
  body .mobile_margin_right_70 {
    margin-right: 70px !important;
  }
  body .mobile_margin_right_80 {
    margin-right: 80px !important;
  }
  body .mobile_margin_right_90 {
    margin-right: 90px !important;
  }
  body .mobile_margin_right_100 {
    margin-right: 100px !important;
  }
  body .mobile_margin_left_0 {
    margin-left: 0px !important;
  }
  body .mobile_margin_left_10 {
    margin-left: 10px !important;
  }
  body .mobile_margin_left_20 {
    margin-left: 20px !important;
  }
  body .mobile_margin_left_30 {
    margin-left: 30px !important;
  }
  body .mobile_margin_left_40 {
    margin-left: 40px !important;
  }
  body .mobile_margin_left_50 {
    margin-left: 50px !important;
  }
  body .mobile_margin_left_60 {
    margin-left: 60px !important;
  }
  body .mobile_margin_left_70 {
    margin-left: 70px !important;
  }
  body .mobile_margin_left_80 {
    margin-left: 80px !important;
  }
  body .mobile_margin_left_90 {
    margin-left: 90px !important;
  }
  body .mobile_margin_left_100 {
    margin-left: 100px !important;
  }
  body .mobile_margin_top_0 {
    margin-top: 0px !important;
  }
  body .mobile_margin_top_1 {
    margin-top: 1px !important;
  }
  body .mobile_margin_top_5 {
    margin-top: 5px !important;
  }
  body .mobile_margin_top_10 {
    margin-top: 10px !important;
  }
  body .mobile_margin_top_20 {
    margin-top: 20px !important;
  }
  body .mobile_margin_top_30 {
    margin-top: 30px !important;
  }
  body .mobile_margin_top_40 {
    margin-top: 40px !important;
  }
  body .mobile_margin_top_50 {
    margin-top: 50px !important;
  }
  body .mobile_margin_top_60 {
    margin-top: 60px !important;
  }
  body .mobile_margin_top_70 {
    margin-top: 70px !important;
  }
  body .mobile_margin_top_80 {
    margin-top: 80px !important;
  }
  body .mobile_margin_top_90 {
    margin-top: 90px !important;
  }
  body .mobile_margin_top_100 {
    margin-top: 100px !important;
  }
  body .mobile_margin_top_200 {
    margin-top: 200px !important;
  }
  body .mobile_margin_top_250 {
    margin-top: 250px !important;
  }
  body .mobile_margin_top_300 {
    margin-top: 300px !important;
  }
  body .mobile_margin_bottom_0 {
    margin-bottom: 0px !important;
  }
  body .mobile_margin_bottom_1 {
    margin-bottom: 1px !important;
  }
  body .mobile_margin_bottom_5 {
    margin-bottom: 5px !important;
  }
  body .mobile_margin_bottom_10 {
    margin-bottom: 10px !important;
  }
  body .mobile_margin_bottom_20 {
    margin-bottom: 20px !important;
  }
  body .mobile_margin_bottom_30 {
    margin-bottom: 30px !important;
  }
  body .mobile_margin_bottom_40 {
    margin-bottom: 40px !important;
  }
  body .mobile_margin_bottom_50 {
    margin-bottom: 50px !important;
  }
  body .mobile_margin_bottom_60 {
    margin-bottom: 60px !important;
  }
  body .mobile_margin_bottom_70 {
    margin-bottom: 70px !important;
  }
  body .mobile_margin_bottom_80 {
    margin-bottom: 80px !important;
  }
  body .mobile_margin_bottom_90 {
    margin-bottom: 90px !important;
  }
  body .mobile_margin_bottom_100 {
    margin-bottom: 100px !important;
  }
  body .mobile_margin_bottom_200 {
    margin-bottom: 200px !important;
  }
  body .mobile_margin_bottom_250 {
    margin-bottom: 250px !important;
  }
  body .mobile_margin_bottom_300 {
    margin-bottom: 200px !important;
  }
  body .padding_top_0 {
    padding-top: 0px !important;
  }
  body .padding_top_10 {
    padding-top: 5px !important;
  }
  body .padding_top_20 {
    padding-top: 10px !important;
  }
  body .padding_top_30 {
    padding-top: 15px !important;
  }
  body .padding_top_40 {
    padding-top: 20px !important;
  }
  body .padding_top_50 {
    padding-top: 25px !important;
  }
  body .padding_top_60 {
    padding-top: 30px !important;
  }
  body .padding_top_70 {
    padding-top: 35px !important;
  }
  body .padding_top_80 {
    padding-top: 40px !important;
  }
  body .padding_top_90 {
    padding-top: 45px !important;
  }
  body .padding_top_100 {
    padding-top: 50px !important;
  }
  body .padding_top_150 {
    padding-top: 75px !important;
  }
  body .padding_top_200 {
    padding-top: 100px !important;
  }
  body .padding_top_300 {
    padding-top: 150px !important;
  }
  body .padding_bottom_0 {
    padding-bottom: 0px !important;
  }
  body .padding_bottom_10 {
    padding-bottom: 5px !important;
  }
  body .padding_bottom_20 {
    padding-bottom: 10px !important;
  }
  body .padding_bottom_30 {
    padding-bottom: 15px !important;
  }
  body .padding_bottom_40 {
    padding-bottom: 20px !important;
  }
  body .padding_bottom_50 {
    padding-bottom: 25px !important;
  }
  body .padding_bottom_60 {
    padding-bottom: 30px !important;
  }
  body .padding_bottom_70 {
    padding-bottom: 35px !important;
  }
  body .padding_bottom_80 {
    padding-bottom: 40px !important;
  }
  body .padding_bottom_90 {
    padding-bottom: 45px !important;
  }
  body .padding_bottom_100 {
    padding-bottom: 50px !important;
  }
  body .padding_bottom_150 {
    padding-bottom: 75px !important;
  }
  body .padding_bottom_200 {
    padding-bottom: 100px !important;
  }
  body .padding_bottom_300 {
    padding-bottom: 150px !important;
  }
  body .mobile_padding_0 {
    padding: 0px !important;
  }
  body .mobile_padding_5 {
    padding: 5px !important;
  }
  body .mobile_padding_10 {
    padding: 10px !important;
  }
  body .mobile_padding_20 {
    padding: 20px !important;
  }
  body .mobile_padding_30 {
    padding: 30px !important;
  }
  body .mobile_padding_40 {
    padding: 40px !important;
  }
  body .mobile_padding_50 {
    padding: 50px !important;
  }
  body .mobile_padding_60 {
    padding: 60px !important;
  }
  body .mobile_padding_70 {
    padding: 70px !important;
  }
  body .mobile_padding_80 {
    padding: 80px !important;
  }
  body .mobile_padding_90 {
    padding: 90px !important;
  }
  body .mobile_padding_100 {
    padding: 100px !important;
  }
  body .mobile_padding_150 {
    padding: 150px !important;
  }
  body .mobile_padding_200 {
    padding: 200px !important;
  }
  body .mobile_padding_300 {
    padding: 300px !important;
  }
  body .mobile_padding_top_0 {
    padding-top: 0px !important;
  }
  body .mobile_padding_top_5 {
    padding-top: 5px !important;
  }
  body .mobile_padding_top_10 {
    padding-top: 10px !important;
  }
  body .mobile_padding_top_20 {
    padding-top: 20px !important;
  }
  body .mobile_padding_top_30 {
    padding-top: 30px !important;
  }
  body .mobile_padding_top_40 {
    padding-top: 40px !important;
  }
  body .mobile_padding_top_50 {
    padding-top: 50px !important;
  }
  body .mobile_padding_top_60 {
    padding-top: 60px !important;
  }
  body .mobile_padding_top_70 {
    padding-top: 70px !important;
  }
  body .mobile_padding_top_80 {
    padding-top: 80px !important;
  }
  body .mobile_padding_top_90 {
    padding-top: 90px !important;
  }
  body .mobile_padding_top_100 {
    padding-top: 100px !important;
  }
  body .mobile_padding_top_150 {
    padding-top: 150px !important;
  }
  body .mobile_padding_top_200 {
    padding-top: 200px !important;
  }
  body .mobile_padding_top_300 {
    padding-top: 300px !important;
  }
  body .mobile_padding_bottom_0 {
    padding-bottom: 0px !important;
  }
  body .mobile_padding_bottom_5 {
    padding-bottom: 5px !important;
  }
  body .mobile_padding_bottom_10 {
    padding-bottom: 10px !important;
  }
  body .mobile_padding_bottom_20 {
    padding-bottom: 20px !important;
  }
  body .mobile_padding_bottom_30 {
    padding-bottom: 30px !important;
  }
  body .mobile_padding_bottom_40 {
    padding-bottom: 40px !important;
  }
  body .mobile_padding_bottom_50 {
    padding-bottom: 50px !important;
  }
  body .mobile_padding_bottom_60 {
    padding-bottom: 60px !important;
  }
  body .mobile_padding_bottom_70 {
    padding-bottom: 70px !important;
  }
  body .mobile_padding_bottom_80 {
    padding-bottom: 80px !important;
  }
  body .mobile_padding_bottom_90 {
    padding-bottom: 90px !important;
  }
  body .mobile_padding_bottom_100 {
    padding-bottom: 100px !important;
  }
  body .mobile_padding_bottom_150 {
    padding-bottom: 150px !important;
  }
  body .mobile_padding_bottom_200 {
    padding-bottom: 200px !important;
  }
  body .mobile_padding_bottom_300 {
    padding-bottom: 300px !important;
  }
  body .mobile_padding_left_0 {
    padding-left: 0px !important;
  }
  body .mobile_padding_left_10 {
    padding-left: 10px !important;
  }
  body .mobile_padding_left_20 {
    padding-left: 20px !important;
  }
  body .mobile_padding_left_30 {
    padding-left: 30px !important;
  }
  body .mobile_padding_left_40 {
    padding-left: 40px !important;
  }
  body .mobile_padding_left_50 {
    padding-left: 50px !important;
  }
  body .mobile_padding_left_60 {
    padding-left: 60px !important;
  }
  body .mobile_padding_left_70 {
    padding-left: 70px !important;
  }
  body .mobile_padding_left_80 {
    padding-left: 80px !important;
  }
  body .mobile_padding_left_90 {
    padding-left: 90px !important;
  }
  body .mobile_padding_left_100 {
    padding-left: 100px !important;
  }
  body .mobile_padding_left_110 {
    padding-left: 110px !important;
  }
  body .mobile_padding_left_120 {
    padding-left: 120px !important;
  }
  body .mobile_padding_left_130 {
    padding-left: 130px !important;
  }
  body .mobile_padding_left_140 {
    padding-left: 140px !important;
  }
  body .mobile_padding_left_150 {
    padding-left: 150px !important;
  }
  body .mobile_padding_left_200 {
    padding-left: 200px !important;
  }
  body .mobile_padding_left_300 {
    padding-left: 300px !important;
  }
  body .mobile_padding_right_0 {
    padding-right: 0px !important;
  }
  body .mobile_padding_right_10 {
    padding-right: 10px !important;
  }
  body .mobile_padding_right_20 {
    padding-right: 20px !important;
  }
  body .mobile_padding_right_30 {
    padding-right: 30px !important;
  }
  body .mobile_padding_right_40 {
    padding-right: 40px !important;
  }
  body .mobile_padding_right_50 {
    padding-right: 50px !important;
  }
  body .mobile_padding_right_60 {
    padding-right: 60px !important;
  }
  body .mobile_padding_right_70 {
    padding-right: 70px !important;
  }
  body .mobile_padding_right_80 {
    padding-right: 80px !important;
  }
  body .mobile_padding_right_90 {
    padding-right: 90px !important;
  }
  body .mobile_padding_right_100 {
    padding-right: 100px !important;
  }
  body .mobile_padding_right_110 {
    padding-right: 110px !important;
  }
  body .mobile_padding_right_120 {
    padding-right: 120px !important;
  }
  body .mobile_padding_right_130 {
    padding-right: 130px !important;
  }
  body .mobile_padding_right_140 {
    padding-right: 140px !important;
  }
  body .mobile_padding_right_150 {
    padding-right: 150px !important;
  }
  body .mobile_padding_right_200 {
    padding-right: 200px !important;
  }
  body .mobile_padding_right_300 {
    padding-right: 300px !important;
  }
  body .mobile_align_left {
    text-align: left !important;
  }
  body .mobile_align_center {
    text-align: center !important;
  }
  body .mobile_align_right {
    text-align: right !important;
  }
}
/************************************************************************
* SITE HEADER
************************************************************************/
header.header_site {
  padding: 78px 0 20px 0;
  background-color: white;
  z-index: 101;
}
header.header_site .site_logo {
  display: block;
  margin: -20px 5px 0 5px;
}
header.header_site .site_logo img {
  width: auto;
  height: 70px;
}
header.header_site .width_logo {
  width: 23%;
}
header.header_site nav {
  margin: 5px 0;
}
header.header_site nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.header_site nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: block;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  color: #192123;
  letter-spacing: 1.76px;
  padding: 3px 5px;
  border: 2px solid transparent;
}
header.header_site nav ul li a:hover {
  transform: scale(1.05);
}
header.header_site nav ul li a.active {
  border: 2px solid #192123;
}
header.header_site nav.left {
  margin-left: -5px;
}
header.header_site nav.left li {
  margin: 0 25px 0 0;
}
header.header_site nav.right li {
  margin: 0 0 0 25px;
}

/****************************************
HANDLE HEADER APPEAR ON SCROLL UP
****************************************/
body.dru_stick_header, body.dru_hide_header {
  padding-top: 0px;
}
body.dru_stick_header header.header_site, body.dru_hide_header header.header_site {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding-top: 78px;
}
body.dru_hide_header header.header_site {
  transform: translateY(-160px);
}
body.dru_stick_header header.header_site {
  padding-top: 30px;
  background-color: rgba(255, 255, 255, 0.9);
}
body.dru_stick_header.dru_zero_scroll header.header_site {
  padding-top: 76px;
}

footer.module_footer {
  color: #192123;
  font-size: 16px;
}
footer.module_footer .site_logo img {
  width: 230px;
  height: auto;
}
footer.module_footer > .contained {
  border-top: 1.5px solid #192123;
}
footer.module_footer h5 {
  font-family: "PT Serif", serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 25px 0;
}
footer.module_footer p a {
  color: #192123;
  text-decoration: underline;
}
footer.module_footer .site_logo {
  margin: 0 30px 0;
}
footer.module_footer .site_logo img {
  width: 209px;
  height: auto;
}
footer.module_footer nav {
  margin: 5px 0;
  height: 100%;
}
footer.module_footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 266px;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}
footer.module_footer nav ul li {
  margin-bottom: 14px;
}
footer.module_footer nav ul li.li_last_item {
  margin-top: 20px;
}
footer.module_footer nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: block;
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  color: #192123;
  letter-spacing: 1.25px;
  padding: 2px 4px;
  text-align: center;
}
footer.module_footer nav ul li a:hover {
  transform: scale(1.05);
}
footer.module_footer .social_links {
  list-style: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
footer.module_footer .social_links li {
  display: inline-block;
}
footer.module_footer .social_links li a {
  display: block;
  width: 26px;
  height: 26px;
  color: #192123;
  font-size: 0;
  position: relative;
  margin-right: 5px;
}
footer.module_footer .social_links li a:after {
  position: absolute;
  font: var(--fa-font-brands);
  font-size: 26px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\f39f";
  z-index: 6;
}
footer.module_footer .social_links li a:hover:after {
  color: #F6C1B9;
}
footer.module_footer .social_links li a[href*=facebook]:after {
  content: "\f39e";
  transform: scale(0.85) translateX(20%);
}
footer.module_footer .social_links li a[href*=instagram]:after {
  content: "\f16d";
}
footer.module_footer .social_links li a[href*=linkedin]:after {
  content: "\f0e1";
}
footer.module_footer .social_links li a[href*=twitter]:after {
  content: "\e61b";
}
footer.module_footer .social_links li a[href*=youtube]:after {
  content: "\f167";
}

.page_module.module_cardLinks {
  background-color: #F5F5EB;
}
.page_module.module_cardLinks .single_card {
  width: calc(50% - 20px);
  padding: 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  align-items: center;
  text-decoration: none;
}
.page_module.module_cardLinks .single_card picture {
  width: 100%;
  height: 23vw;
  max-height: 486px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.page_module.module_cardLinks .single_card picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_module.module_cardLinks .single_card .heading {
  flex-grow: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_module.module_cardLinks .single_card .heading h3 {
  margin: 0;
  padding: 0 10px;
  text-align: center;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  transition: none;
  font-size: 40px;
  color: #192123;
  letter-spacing: 2px;
}
.page_module.module_cardLinks .single_card h6 {
  margin: 20px 0 0 0;
}
.page_module.module_cardLinks .single_card .underline {
  display: inline-block;
  position: relative;
}
.page_module.module_cardLinks .single_card .underline :after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #192123;
  transition: all 0.3s ease-in-out;
}
.page_module.module_cardLinks .single_card:hover img, .page_module.module_cardLinks .single_card:hover h6 {
  transform: scale(1.1);
}
.page_module.module_cardLinks .single_card:hover .underline:after {
  width: 100%;
}

.page_module.module_cardCarousel h4 {
  font-family: "ABC Arizona Medium";
}
.page_module.module_cardCarousel .contained.swiper_cards {
  overflow: hidden;
}
.page_module.module_cardCarousel .swiper-slide {
  width: 425px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}
.page_module.module_cardCarousel .swiper-slide picture {
  width: 100%;
  max-height: 320px;
  height: 19vw;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.page_module.module_cardCarousel .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_module.module_cardCarousel .swiper-slide picture:hover {
  opacity: 0.8;
}
.page_module.module_cardCarousel .swiper-slide h6 {
  padding: 2px 6px;
  font-size: 20px;
  margin: 0;
  width: auto;
  display: inline-block;
}
.page_module.module_cardCarousel .swiper-slide p {
  color: #192123;
  width: calc(100% - 30px);
}
.page_module.module_cardCarousel .swiper_cards_scrollbar {
  height: 17px;
  margin: 40px auto 5px auto;
  border-radius: 0;
  position: relative;
}
.page_module.module_cardCarousel .swiper_cards_scrollbar:before {
  content: "";
  height: 1.5px;
  background-color: #192123;
  position: absolute;
  left: 0;
  top: 7.75px;
  right: 0;
}
.page_module.module_cardCarousel .swiper-scrollbar-drag {
  background-color: #ACDED1;
  cursor: ew-resize;
  border-radius: 0;
}

.page_module.module_statement .contained,
.page_module.module_statementImage .contained,
.page_module.module_statementText .contained {
  padding: 125px 0;
}
.page_module.module_statement .bg_white,
.page_module.module_statementImage .bg_white,
.page_module.module_statementText .bg_white {
  color: #192123;
}
.page_module.module_statement .bg_white h2 em span, .page_module.module_statement .bg_white h2 i span, .page_module.module_statement .bg_white h3 em span, .page_module.module_statement .bg_white h3 i span, .page_module.module_statement .bg_white h4 em span, .page_module.module_statement .bg_white h4 i span,
.page_module.module_statementImage .bg_white h2 em span,
.page_module.module_statementImage .bg_white h2 i span,
.page_module.module_statementImage .bg_white h3 em span,
.page_module.module_statementImage .bg_white h3 i span,
.page_module.module_statementImage .bg_white h4 em span,
.page_module.module_statementImage .bg_white h4 i span,
.page_module.module_statementText .bg_white h2 em span,
.page_module.module_statementText .bg_white h2 i span,
.page_module.module_statementText .bg_white h3 em span,
.page_module.module_statementText .bg_white h3 i span,
.page_module.module_statementText .bg_white h4 em span,
.page_module.module_statementText .bg_white h4 i span {
  color: white;
  background-color: #192123;
}
.page_module.module_statement .bg_charcoal,
.page_module.module_statementImage .bg_charcoal,
.page_module.module_statementText .bg_charcoal {
  color: #F6C1B9;
}
.page_module.module_statement .bg_charcoal h2 em span, .page_module.module_statement .bg_charcoal h2 i span, .page_module.module_statement .bg_charcoal h3 em span, .page_module.module_statement .bg_charcoal h3 i span, .page_module.module_statement .bg_charcoal h4 em span, .page_module.module_statement .bg_charcoal h4 i span,
.page_module.module_statementImage .bg_charcoal h2 em span,
.page_module.module_statementImage .bg_charcoal h2 i span,
.page_module.module_statementImage .bg_charcoal h3 em span,
.page_module.module_statementImage .bg_charcoal h3 i span,
.page_module.module_statementImage .bg_charcoal h4 em span,
.page_module.module_statementImage .bg_charcoal h4 i span,
.page_module.module_statementText .bg_charcoal h2 em span,
.page_module.module_statementText .bg_charcoal h2 i span,
.page_module.module_statementText .bg_charcoal h3 em span,
.page_module.module_statementText .bg_charcoal h3 i span,
.page_module.module_statementText .bg_charcoal h4 em span,
.page_module.module_statementText .bg_charcoal h4 i span {
  color: #192123;
  background-color: #F6C1B9;
}
.page_module.module_statement .bg_plum,
.page_module.module_statementImage .bg_plum,
.page_module.module_statementText .bg_plum {
  color: #F6C1B9;
}
.page_module.module_statement .bg_plum h2 em span, .page_module.module_statement .bg_plum h2 i span, .page_module.module_statement .bg_plum h3 em span, .page_module.module_statement .bg_plum h3 i span, .page_module.module_statement .bg_plum h4 em span, .page_module.module_statement .bg_plum h4 i span,
.page_module.module_statementImage .bg_plum h2 em span,
.page_module.module_statementImage .bg_plum h2 i span,
.page_module.module_statementImage .bg_plum h3 em span,
.page_module.module_statementImage .bg_plum h3 i span,
.page_module.module_statementImage .bg_plum h4 em span,
.page_module.module_statementImage .bg_plum h4 i span,
.page_module.module_statementText .bg_plum h2 em span,
.page_module.module_statementText .bg_plum h2 i span,
.page_module.module_statementText .bg_plum h3 em span,
.page_module.module_statementText .bg_plum h3 i span,
.page_module.module_statementText .bg_plum h4 em span,
.page_module.module_statementText .bg_plum h4 i span {
  color: #7E0045;
  background-color: #F6C1B9;
}
.page_module.module_statement .bg_peach,
.page_module.module_statementImage .bg_peach,
.page_module.module_statementText .bg_peach {
  color: #192123;
}
.page_module.module_statement .bg_peach h2 em span, .page_module.module_statement .bg_peach h2 i span, .page_module.module_statement .bg_peach h3 em span, .page_module.module_statement .bg_peach h3 i span, .page_module.module_statement .bg_peach h4 em span, .page_module.module_statement .bg_peach h4 i span,
.page_module.module_statementImage .bg_peach h2 em span,
.page_module.module_statementImage .bg_peach h2 i span,
.page_module.module_statementImage .bg_peach h3 em span,
.page_module.module_statementImage .bg_peach h3 i span,
.page_module.module_statementImage .bg_peach h4 em span,
.page_module.module_statementImage .bg_peach h4 i span,
.page_module.module_statementText .bg_peach h2 em span,
.page_module.module_statementText .bg_peach h2 i span,
.page_module.module_statementText .bg_peach h3 em span,
.page_module.module_statementText .bg_peach h3 i span,
.page_module.module_statementText .bg_peach h4 em span,
.page_module.module_statementText .bg_peach h4 i span {
  color: #F6C1B9;
  background-color: #192123;
}
.page_module.module_statement .bg_teal_dark,
.page_module.module_statementImage .bg_teal_dark,
.page_module.module_statementText .bg_teal_dark {
  color: #ACDED1;
}
.page_module.module_statement .bg_teal_dark h2 em span, .page_module.module_statement .bg_teal_dark h2 i span, .page_module.module_statement .bg_teal_dark h3 em span, .page_module.module_statement .bg_teal_dark h3 i span, .page_module.module_statement .bg_teal_dark h4 em span, .page_module.module_statement .bg_teal_dark h4 i span,
.page_module.module_statementImage .bg_teal_dark h2 em span,
.page_module.module_statementImage .bg_teal_dark h2 i span,
.page_module.module_statementImage .bg_teal_dark h3 em span,
.page_module.module_statementImage .bg_teal_dark h3 i span,
.page_module.module_statementImage .bg_teal_dark h4 em span,
.page_module.module_statementImage .bg_teal_dark h4 i span,
.page_module.module_statementText .bg_teal_dark h2 em span,
.page_module.module_statementText .bg_teal_dark h2 i span,
.page_module.module_statementText .bg_teal_dark h3 em span,
.page_module.module_statementText .bg_teal_dark h3 i span,
.page_module.module_statementText .bg_teal_dark h4 em span,
.page_module.module_statementText .bg_teal_dark h4 i span {
  color: #192123;
  background-color: #ACDED1;
}
.page_module.module_statement .bg_mint,
.page_module.module_statementImage .bg_mint,
.page_module.module_statementText .bg_mint {
  color: #192123;
}
.page_module.module_statement .bg_mint h2 em span, .page_module.module_statement .bg_mint h2 i span, .page_module.module_statement .bg_mint h3 em span, .page_module.module_statement .bg_mint h3 i span, .page_module.module_statement .bg_mint h4 em span, .page_module.module_statement .bg_mint h4 i span,
.page_module.module_statementImage .bg_mint h2 em span,
.page_module.module_statementImage .bg_mint h2 i span,
.page_module.module_statementImage .bg_mint h3 em span,
.page_module.module_statementImage .bg_mint h3 i span,
.page_module.module_statementImage .bg_mint h4 em span,
.page_module.module_statementImage .bg_mint h4 i span,
.page_module.module_statementText .bg_mint h2 em span,
.page_module.module_statementText .bg_mint h2 i span,
.page_module.module_statementText .bg_mint h3 em span,
.page_module.module_statementText .bg_mint h3 i span,
.page_module.module_statementText .bg_mint h4 em span,
.page_module.module_statementText .bg_mint h4 i span {
  color: #ACDED1;
  background-color: #192123;
}
.page_module.module_statement .bg_red,
.page_module.module_statementImage .bg_red,
.page_module.module_statementText .bg_red {
  color: #F6C1B9;
}
.page_module.module_statement .bg_red h2 em span, .page_module.module_statement .bg_red h2 i span, .page_module.module_statement .bg_red h3 em span, .page_module.module_statement .bg_red h3 i span, .page_module.module_statement .bg_red h4 em span, .page_module.module_statement .bg_red h4 i span,
.page_module.module_statementImage .bg_red h2 em span,
.page_module.module_statementImage .bg_red h2 i span,
.page_module.module_statementImage .bg_red h3 em span,
.page_module.module_statementImage .bg_red h3 i span,
.page_module.module_statementImage .bg_red h4 em span,
.page_module.module_statementImage .bg_red h4 i span,
.page_module.module_statementText .bg_red h2 em span,
.page_module.module_statementText .bg_red h2 i span,
.page_module.module_statementText .bg_red h3 em span,
.page_module.module_statementText .bg_red h3 i span,
.page_module.module_statementText .bg_red h4 em span,
.page_module.module_statementText .bg_red h4 i span {
  color: #DA3C3B;
  background-color: #F6C1B9;
}
.page_module.module_statement .bg_green,
.page_module.module_statementImage .bg_green,
.page_module.module_statementText .bg_green {
  color: #192123;
}
.page_module.module_statement .bg_green h2 em span, .page_module.module_statement .bg_green h2 i span, .page_module.module_statement .bg_green h3 em span, .page_module.module_statement .bg_green h3 i span, .page_module.module_statement .bg_green h4 em span, .page_module.module_statement .bg_green h4 i span,
.page_module.module_statementImage .bg_green h2 em span,
.page_module.module_statementImage .bg_green h2 i span,
.page_module.module_statementImage .bg_green h3 em span,
.page_module.module_statementImage .bg_green h3 i span,
.page_module.module_statementImage .bg_green h4 em span,
.page_module.module_statementImage .bg_green h4 i span,
.page_module.module_statementText .bg_green h2 em span,
.page_module.module_statementText .bg_green h2 i span,
.page_module.module_statementText .bg_green h3 em span,
.page_module.module_statementText .bg_green h3 i span,
.page_module.module_statementText .bg_green h4 em span,
.page_module.module_statementText .bg_green h4 i span {
  color: #AFD96B;
  background-color: #192123;
}
.page_module.module_statement h2,
.page_module.module_statementImage h2,
.page_module.module_statementText h2 {
  font-size: 68px;
  line-height: 130%;
  margin: 0 auto;
  border: none;
  padding: 0;
  display: inline-block;
}
.page_module.module_statement h3,
.page_module.module_statementImage h3,
.page_module.module_statementText h3 {
  font-size: 62px;
  line-height: 130%;
  margin: 0 auto;
  display: inline-block;
}
.page_module.module_statement h4,
.page_module.module_statementImage h4,
.page_module.module_statementText h4 {
  margin: 0 0 50px 0;
}
.page_module.module_statement h2 em, .page_module.module_statement h2 i, .page_module.module_statement h3 em, .page_module.module_statement h3 i,
.page_module.module_statementImage h2 em,
.page_module.module_statementImage h2 i,
.page_module.module_statementImage h3 em,
.page_module.module_statementImage h3 i,
.page_module.module_statementText h2 em,
.page_module.module_statementText h2 i,
.page_module.module_statementText h3 em,
.page_module.module_statementText h3 i {
  display: block;
  margin: 0 auto;
}
.page_module.module_statement h2 em span, .page_module.module_statement h2 i span, .page_module.module_statement h3 em, .page_module.module_statement h3 i span,
.page_module.module_statementImage h2 em span,
.page_module.module_statementImage h2 i span,
.page_module.module_statementImage h3 em,
.page_module.module_statementImage h3 i span,
.page_module.module_statementText h2 em span,
.page_module.module_statementText h2 i span,
.page_module.module_statementText h3 em,
.page_module.module_statementText h3 i span {
  display: block;
  font-style: normal;
  margin: 1rem 0;
}
.page_module.module_statement h2 em span:first-child, .page_module.module_statement h2 i span:first-child, .page_module.module_statement h3 em:first-child, .page_module.module_statement h3 i span:first-child,
.page_module.module_statementImage h2 em span:first-child,
.page_module.module_statementImage h2 i span:first-child,
.page_module.module_statementImage h3 em:first-child,
.page_module.module_statementImage h3 i span:first-child,
.page_module.module_statementText h2 em span:first-child,
.page_module.module_statementText h2 i span:first-child,
.page_module.module_statementText h3 em:first-child,
.page_module.module_statementText h3 i span:first-child {
  margin-top: 0;
}
.page_module.module_statement h2 em span:last-child, .page_module.module_statement h2 i span:last-child, .page_module.module_statement h3 em:last-child, .page_module.module_statement h3 i span:last-child,
.page_module.module_statementImage h2 em span:last-child,
.page_module.module_statementImage h2 i span:last-child,
.page_module.module_statementImage h3 em:last-child,
.page_module.module_statementImage h3 i span:last-child,
.page_module.module_statementText h2 em span:last-child,
.page_module.module_statementText h2 i span:last-child,
.page_module.module_statementText h3 em:last-child,
.page_module.module_statementText h3 i span:last-child {
  margin-bottom: 0;
}
.page_module.module_statement h4 em span, .page_module.module_statement h4 i span,
.page_module.module_statementImage h4 em span,
.page_module.module_statementImage h4 i span,
.page_module.module_statementText h4 em span,
.page_module.module_statementText h4 i span {
  display: inline-block;
  padding: 0 10px;
  font-style: normal;
}
.page_module.module_statement br,
.page_module.module_statementImage br,
.page_module.module_statementText br {
  display: none;
}
.page_module.module_statement u,
.page_module.module_statementImage u,
.page_module.module_statementText u {
  margin: 0;
  width: auto;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1.5px solid #192123;
}
.page_module.module_statement.module_statementImage .contained,
.page_module.module_statementImage.module_statementImage .contained,
.page_module.module_statementText.module_statementImage .contained {
  padding: 0;
}
.page_module.module_statement.module_statementImage h3,
.page_module.module_statementImage.module_statementImage h3,
.page_module.module_statementText.module_statementImage h3 {
  font-size: 50px;
}
.page_module.module_statement.module_statementImage .columnImage picture,
.page_module.module_statementImage.module_statementImage .columnImage picture,
.page_module.module_statementText.module_statementImage .columnImage picture {
  width: 100%;
  height: 100%;
}
.page_module.module_statement.module_statementImage .columnImage picture img,
.page_module.module_statementImage.module_statementImage .columnImage picture img,
.page_module.module_statementText.module_statementImage .columnImage picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_module.module_statement.module_statementText .width_50,
.page_module.module_statementImage.module_statementText .width_50,
.page_module.module_statementText.module_statementText .width_50 {
  width: 50%;
}
.page_module.module_statement.module_statementText .left_col h3, .page_module.module_statement.module_statementText .right_col h3,
.page_module.module_statementImage.module_statementText .left_col h3,
.page_module.module_statementImage.module_statementText .right_col h3,
.page_module.module_statementText.module_statementText .left_col h3,
.page_module.module_statementText.module_statementText .right_col h3 {
  font-size: 51px;
}
.page_module.module_statement.module_statementText .left_col h4, .page_module.module_statement.module_statementText .right_col h4,
.page_module.module_statementImage.module_statementText .left_col h4,
.page_module.module_statementImage.module_statementText .right_col h4,
.page_module.module_statementText.module_statementText .left_col h4,
.page_module.module_statementText.module_statementText .right_col h4 {
  font-size: 35px;
}
.page_module.module_statement.module_statementText .left_col p, .page_module.module_statement.module_statementText .left_col ul, .page_module.module_statement.module_statementText .left_col li, .page_module.module_statement.module_statementText .right_col p, .page_module.module_statement.module_statementText .right_col ul, .page_module.module_statement.module_statementText .right_col li,
.page_module.module_statementImage.module_statementText .left_col p,
.page_module.module_statementImage.module_statementText .left_col ul,
.page_module.module_statementImage.module_statementText .left_col li,
.page_module.module_statementImage.module_statementText .right_col p,
.page_module.module_statementImage.module_statementText .right_col ul,
.page_module.module_statementImage.module_statementText .right_col li,
.page_module.module_statementText.module_statementText .left_col p,
.page_module.module_statementText.module_statementText .left_col ul,
.page_module.module_statementText.module_statementText .left_col li,
.page_module.module_statementText.module_statementText .right_col p,
.page_module.module_statementText.module_statementText .right_col ul,
.page_module.module_statementText.module_statementText .right_col li {
  font-size: 18px;
  line-height: 142%;
}
.page_module.module_statement.module_statementText .left_col:before, .page_module.module_statement.module_statementText .right_col:before,
.page_module.module_statementImage.module_statementText .left_col:before,
.page_module.module_statementImage.module_statementText .right_col:before,
.page_module.module_statementText.module_statementText .left_col:before,
.page_module.module_statementText.module_statementText .right_col:before {
  content: "";
  width: 50vw;
  background-color: inherit;
  position: absolute;
  left: -50vw;
  top: 0;
  bottom: 0;
  right: 0;
}
.page_module.module_statement.module_statementText .left_col.right_col:before, .page_module.module_statement.module_statementText .right_col.right_col:before,
.page_module.module_statementImage.module_statementText .left_col.right_col:before,
.page_module.module_statementImage.module_statementText .right_col.right_col:before,
.page_module.module_statementText.module_statementText .left_col.right_col:before,
.page_module.module_statementText.module_statementText .right_col.right_col:before {
  left: auto;
  right: -50vw;
}

.page_module.module_divider hr {
  margin: 70px 0;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1.5px solid #192123;
}

.page_module.module_singleColumn .column1 h2 {
  margin: 0 0 80px 0;
}
.page_module.module_singleColumn .column1 p {
  max-width: 920px;
  margin: 0 auto 20px auto;
  font-size: 18px;
  line-height: 153%;
}
.page_module.module_singleColumn .column1 figure.image {
  text-align: center;
}
.page_module.module_singleColumn .column1 h1 {
  margin: 0 0 20px 0;
}

.page_module.module_team header h4 {
  display: inline-block;
  padding: 0 5px;
  margin: 0 0 50px 0;
}
.page_module.module_team .swiper_team {
  overflow: hidden;
}
.page_module.module_team .swiper_team_next,
.page_module.module_team .swiper_team_prev {
  position: absolute;
  z-index: 20;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid white;
  cursor: pointer;
  top: 50%;
  margin-top: -30px;
}
.page_module.module_team .swiper_team_next:before,
.page_module.module_team .swiper_team_prev:before {
  font: var(--fa-font-sharp-light);
  font-size: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\f104";
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page_module.module_team .swiper_team_next.swiper_team_prev,
.page_module.module_team .swiper_team_prev.swiper_team_prev {
  left: 20px;
}
.page_module.module_team .swiper_team_next.swiper_team_next,
.page_module.module_team .swiper_team_prev.swiper_team_next {
  right: 20px;
  transform: rotate(180deg);
}
.page_module.module_team .swiper_team_next.swiper-button-disabled,
.page_module.module_team .swiper_team_prev.swiper-button-disabled {
  display: none;
}
.page_module.module_team .swiper-slide {
  height: auto;
}
.page_module.module_team .swiper-slide .meta {
  position: absolute;
  bottom: 25px;
  margin-left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  font-size: 20px;
  padding: 2px 8px;
  text-align: center;
  white-space: nowrap;
}
.page_module.module_team .swiper-slide picture {
  height: 100%;
  width: 100%;
}
.page_module.module_team .swiper-slide picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page_module.module_map .width_50 {
  width: 50%;
  height: 678px;
}
.page_module.module_map iframe {
  display: block;
}
.page_module.module_map h4 {
  margin: 0 0 30px 0;
}
.page_module.module_map p {
  max-width: 1074px;
  margin: 0 auto 20px auto;
  font-size: 18px;
  line-height: 140%;
}
.page_module.module_map a {
  color: #192123 !important;
  text-decoration: underline;
}

.page_module.module_photoCarousel .swiper_carousel {
  overflow: hidden;
}
.page_module.module_photoCarousel .swiper-slide {
  width: 100%;
  height: 53vw;
  max-height: 764px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_module.module_photoCarousel .swiper-slide picture {
  width: 100%;
  height: 100%;
}
.page_module.module_photoCarousel .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_module.module_photoCarousel h6 {
  border: none;
  position: absolute;
  top: 20px;
  padding: 3px 5px;
  left: 50%;
  transform: translateX(-50%);
}
.page_module.module_photoCarousel h2 {
  border: none;
  text-align: center;
  font-size: 150px;
  line-height: 110%;
  margin: 0;
  padding-top: 110px;
}

.page_module.module_imageText .columnImage {
  height: calc(50vw - 45px);
  max-height: 612px;
  border-left: 20px solid white;
}
.page_module.module_imageText .columnImage.swiper_images {
  overflow: hidden;
}
.page_module.module_imageText .columnImage picture {
  width: 100%;
  height: 100%;
}
.page_module.module_imageText .columnImage picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_module.module_imageText .imageOnLeft .columnImage {
  border-right: 20px solid white;
  border-left: none;
}
.page_module.module_imageText .swiper_images_pagination {
  bottom: 35px;
  z-index: 20;
  text-align: center;
}
.page_module.module_imageText .swiper_images_pagination .swiper-pagination-bullet {
  background-color: white;
  opacity: 0.5;
}
.page_module.module_imageText .swiper_images_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.page_module.module_imageText .columnContent h1, .page_module.module_imageText .columnContent h2, .page_module.module_imageText .columnContent h3, .page_module.module_imageText .columnContent h4, .page_module.module_imageText .columnContent h5, .page_module.module_imageText .columnContent h6 {
  margin: 0 0 30px 0;
}
.page_module.module_imageText .columnContent h4 {
  font-size: 35px;
  margin: 1rem 0 2rem 0;
}
.page_module.module_imageText .columnContent h4 em span, .page_module.module_imageText .columnContent h4 i span {
  display: inline-block;
  font-style: normal;
  padding: 0 0.5rem;
  margin-right: -0.7rem;
}
.page_module.module_imageText .columnContent p {
  max-width: 530px;
}

.page_module.module_faqs .width_50 {
  width: 50%;
}
.page_module.module_faqs .left_col:before, .page_module.module_faqs .right_col:before {
  content: "";
  width: 50vw;
  background-color: inherit;
  position: absolute;
  left: -50vw;
  top: 0;
  bottom: 0;
  right: 0;
}
.page_module.module_faqs .left_col.right_col:before, .page_module.module_faqs .right_col.right_col:before {
  left: auto;
  right: -50vw;
}
.page_module.module_faqs h1 {
  font-size: 38px;
  line-height: 1.3;
  margin: 0 0 30px 0;
}
.page_module.module_faqs h4 {
  font-size: 30px;
  padding-bottom: 10px;
}
.page_module.module_faqs ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.page_module.module_faqs ul li {
  margin-bottom: 30px;
}
.page_module.module_faqs ul li .b {
  max-width: 750px;
}

.page_module.module_textImageTiles h4 {
  font-size: 30px;
  letter-spacing: 0.8px;
  line-height: 134%;
  border-bottom: 2px solid #192123;
  width: auto;
  display: inline-block;
  padding-bottom: 8px;
  margin: 0 0 20px 0;
}
.page_module.module_textImageTiles p, .page_module.module_textImageTiles ul, .page_module.module_textImageTiles li {
  font-size: 18px;
  line-height: 142%;
  max-width: 550px;
}
.page_module.module_textImageTiles p:first-child, .page_module.module_textImageTiles ul:first-child, .page_module.module_textImageTiles li:first-child {
  margin-top: 0;
}
.page_module.module_textImageTiles p:last-child, .page_module.module_textImageTiles ul:last-child, .page_module.module_textImageTiles li:last-child {
  margin-bottom: 0;
}
.page_module.module_textImageTiles .image_grid {
  display: flex;
  justify-content: space-between;
}
.page_module.module_textImageTiles .image_grid .image_wrapper {
  max-height: 525px;
  height: 33vw;
}
.page_module.module_textImageTiles .image_grid .image_wrapper picture {
  width: 100%;
  height: 100%;
}
.page_module.module_textImageTiles .image_grid .image_wrapper picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_module.module_textImageTiles .image_grid .image_wrapper.image_wrapper_1 {
  width: calc(50% - 5px);
}
.page_module.module_textImageTiles .image_grid .image_wrapper.image_wrapper_2 {
  width: calc(25% - 5px);
}
.page_module.module_textImageTiles .image_grid .image_wrapper.image_wrapper_3 {
  width: calc(25% - 5px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.page_module.module_textImageTiles .image_grid .image_wrapper.image_wrapper_3 picture {
  height: calc(50% - 5px);
}

.page_module.module_propertyCarousel h2 {
  font-size: 50px;
  border: none;
  margin: 0 auto;
}
.page_module.module_propertyCarousel .swiper-slide {
  text-align: center;
}
.page_module.module_propertyCarousel .swiper-slide picture {
  max-width: 670px;
  max-height: 490px;
  width: 100%;
  height: 32vw;
  margin: 0 auto;
}
.page_module.module_propertyCarousel .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_module.module_propertyCarousel .swiper-slide h3 {
  font-size: 35px;
}
.page_module.module_propertyCarousel .swiper-slide h6 {
  display: inline-block;
  padding: 1px 5px;
  margin: 0 10px 0 0;
  height: 26px;
}
.page_module.module_propertyCarousel .swiper-slide .button {
  height: 26px;
  top: -1px;
  margin: 0 0 0 10px;
}

.page_module.module_notices h3 {
  font-size: 50px;
  margin: 0 0 30px 0;
}
.page_module.module_notices a {
  color: inherit;
  font-weight: bold;
}
.page_module.module_notices .style_border {
  border: 1.5px solid #192123;
}
.page_module.module_notices .style_none p, .page_module.module_notices .style_none ul, .page_module.module_notices .style_none ol {
  color: #192123;
}

.page_module.module_photoGallery h6 {
  display: inline-block;
  padding: 10px 10px;
}
.page_module.module_photoGallery .swiper-slide picture {
  width: 100%;
  height: 30vw;
  display: flex;
  align-items: center;
}
.page_module.module_photoGallery .swiper-slide picture img {
  width: 90%;
  height: 70%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.page_module.module_photoGallery .swiper-slide.swiper-slide-active picture img {
  width: 100%;
  height: 100%;
  margin: 0 0;
}
.page_module.module_photoGallery .swiper-slide.swiper-slide-prev picture img {
  margin: 0 0 0 auto;
}
.page_module.module_photoGallery .swiper_gal_pagination {
  padding-top: 50px;
  display: inline-block;
  text-align: center;
}
.page_module.module_photoGallery .swiper_gal_pagination .swiper-pagination-bullet-active {
  background-color: #192123;
}
.page_module.module_photoGallery .swiper_arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid white;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 99;
  top: 50%;
  margin-top: -50px;
}
.page_module.module_photoGallery .swiper_arrow.swiper_gal_prev {
  left: 0px;
}
.page_module.module_photoGallery .swiper_arrow.swiper_gal_next {
  right: 0px;
}

.page_module.module_videoBanner > .contained {
  height: 53vw;
  max-height: 744px;
  overflow: hidden;
  color: white;
}
.page_module.module_videoBanner > .contained video {
  width: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 53vw;
  max-height: 744px;
}

.page_module.module_photoBanner > .contained {
  height: 53vw;
  max-height: 744px;
  overflow: hidden;
  color: white;
}
.page_module.module_photoBanner > .contained .module_title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(25, 33, 35, 0.1);
}
.page_module.module_photoBanner > .contained .module_title h1 {
  font-size: 105px;
  line-height: 114px;
  margin: 0 0 30px 0;
  padding: 30px 0;
  text-align: center;
  font-family: "ABC Arizona Medium";
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}
.page_module.module_photoBanner > .contained picture {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 53vw;
  max-height: 744px;
}
.page_module.module_photoBanner > .contained picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_module.module_lodgeListings {
  background-color: #F5F5EB;
}
.page_module.module_lodgeListings .swiper_lodge_listing {
  overflow: hidden;
  padding-bottom: 30px;
}
.page_module.module_lodgeListings .swiper_lodge_listing .swiper_images_pagination {
  bottom: -10px;
  height: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.page_module.module_lodgeListings .swiper_lodge_listing .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.5);
}
.page_module.module_lodgeListings .swiper_lodge_listing .status {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  z-index: 2;
  padding: 8px 8px;
  font-family: "ABC Arizona Medium";
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
.page_module.module_lodgeListings .swiper_lodge_listing picture {
  width: 100%;
  height: 20.1vw;
  max-height: 323px;
}
.page_module.module_lodgeListings .swiper_lodge_listing picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_module.module_lodgeListings h3 {
  font-size: 32px;
  margin: 15px 0 20px 0;
}
.page_module.module_lodgeListings h3 a {
  display: inline-block;
  text-decoration: none;
}
.page_module.module_lodgeListings h3 a:hover {
  transform: scale(1.05);
}
.page_module.module_lodgeListings a {
  color: #192123;
}

.page_module.module_latestNews h6 {
  margin: 100px 0;
}
.page_module.module_latestNews article.header {
  padding: 100px 0;
  height: 744px;
}
.page_module.module_latestNews article.header h1 {
  font-size: 105px;
  line-height: 114px;
  margin: 0 0 30px 0;
  padding: 30px 0;
  text-align: center;
  font-family: "ABC Arizona Medium";
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}
.page_module.module_latestNews article.header.bg_white, .page_module.module_latestNews article.header.bg_peach, .page_module.module_latestNews article.header.bg_mint {
  color: #192123;
}
.page_module.module_latestNews article.header.bg_white .button_outline, .page_module.module_latestNews article.header.bg_peach .button_outline, .page_module.module_latestNews article.header.bg_mint .button_outline {
  border-color: #192123;
  color: #192123;
}
.page_module.module_latestNews article.header.bg_charcoal, .page_module.module_latestNews article.header.bg_plum, .page_module.module_latestNews article.header.bg_teal_dark, .page_module.module_latestNews article.header.bg_mint, .page_module.module_latestNews article.header.bg_red, .page_module.module_latestNews article.header.bg_green {
  color: white;
}
.page_module.module_latestNews article.header.bg_charcoal .button_outline, .page_module.module_latestNews article.header.bg_plum .button_outline, .page_module.module_latestNews article.header.bg_teal_dark .button_outline, .page_module.module_latestNews article.header.bg_mint .button_outline, .page_module.module_latestNews article.header.bg_red .button_outline, .page_module.module_latestNews article.header.bg_green .button_outline {
  border-color: white;
  color: white;
}
.page_module.module_latestNews section.article_loop {
  overflow: hidden;
  position: relative;
}
.page_module.module_latestNews section.article_loop .swiper_news_scrollbar {
  height: 17px;
  margin: 40px auto 5px auto;
  border-radius: 0;
}
.page_module.module_latestNews section.article_loop .swiper_news_scrollbar:before {
  content: "";
  height: 1.5px;
  background-color: #192123;
  position: absolute;
  left: 0;
  top: 7.75px;
  right: 0;
}
.page_module.module_latestNews section.article_loop .swiper-scrollbar-drag {
  background-color: #192123;
  cursor: ew-resize;
  border-radius: 0;
}
.page_module.module_latestNews section.article_loop article {
  margin-bottom: 70px;
}
.page_module.module_latestNews section.article_loop article picture {
  width: 100%;
  height: 30vw;
  max-height: 400px;
  overflow: hidden;
}
.page_module.module_latestNews section.article_loop article picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_module.module_latestNews section.article_loop article picture:hover img {
  transform: scale(1.05);
}
.page_module.module_latestNews section.article_loop article .heading {
  height: 30vw;
  max-height: 400px;
  padding: 30px;
}
.page_module.module_latestNews section.article_loop article .heading h4 {
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  border-color: inherit;
  padding: 20px 0;
}
.page_module.module_latestNews section.article_loop article .heading:hover h4 {
  transform: scale(1.05);
}

body.entry_about-us header.header_site nav ul li a.active,
body.parenty_about-us header.header_site nav ul li a.active {
  background-color: #ACDED1;
}

body.entry_on-the-estate header.header_site nav ul li a.active,
body.parent_on-the-estate header.header_site nav ul li a.active {
  background-color: #192123;
  color: #ACDED1;
}

body.entry_things-to-do header.header_site nav ul li a.active,
body.parent_things-to-do header.header_site nav ul li a.active {
  background-color: #7E0045;
  color: #ACDED1;
}

body.entry_projects header.header_site nav ul li a.active,
body.parent_projects header.header_site nav ul li a.active {
  background-color: #F6C1B9;
}

body.entry_news header.header_site nav ul li a.active,
body.parent_news header.header_site nav ul li a.active {
  background-color: #ACDED1;
}

body.section_news h1 {
  margin: 100px 0 0px 0;
}
body.section_news h2 {
  margin-top: 0;
}
body.section_news article header.entry_header {
  height: 744px;
}
body.section_news article header.entry_header > picture {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
body.section_news article header.entry_header > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.section_news article header.entry_header > div {
  display: inline-block;
  width: auto;
}
body.section_news article header.entry_header h1 {
  font-size: 90px;
}
body.section_news article header.entry_header h1, body.section_news article header.entry_header h2 {
  margin: 0;
  border: none;
  text-align: center;
  padding: 0;
  line-height: 1.1;
  display: inline;
}
body.section_news header.header {
  padding: 100px 0;
  height: 744px;
}
body.section_news header.header h1 {
  font-size: 105px;
  line-height: 114px;
  margin: 0 0 30px 0;
  padding: 30px 0;
  text-align: center;
  font-family: "ABC Arizona Medium";
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}
body.section_news header.header.bg_white, body.section_news header.header.bg_peach, body.section_news header.header.bg_mint {
  color: #192123;
}
body.section_news header.header.bg_white .button_outline, body.section_news header.header.bg_peach .button_outline, body.section_news header.header.bg_mint .button_outline {
  border-color: #192123;
  color: #192123;
}
body.section_news header.header.bg_charcoal, body.section_news header.header.bg_plum, body.section_news header.header.bg_teal_dark, body.section_news header.header.bg_mint, body.section_news header.header.bg_red, body.section_news header.header.bg_green {
  color: white;
}
body.section_news header.header.bg_charcoal .button_outline, body.section_news header.header.bg_plum .button_outline, body.section_news header.header.bg_teal_dark .button_outline, body.section_news header.header.bg_mint .button_outline, body.section_news header.header.bg_red .button_outline, body.section_news header.header.bg_green .button_outline {
  border-color: white;
  color: white;
}
body.section_news .intro {
  font-size: 20px;
}
body.section_news .image_wrapper {
  font-size: 14px;
}
body.section_news .image_wrapper picture {
  width: 100%;
  margin-bottom: 10px;
}
body.section_news .image_wrapper picture img {
  width: 100%;
  height: auto;
}
body.section_news blockquote {
  padding: 30px;
}
body.section_news blockquote p {
  font-size: 26px;
  margin: 0 0 20px 0;
}
body.section_news blockquote cite {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-style: normal;
}

body.category_short-breaks {
  /*
  .swiper_lodge_listing { 
      overflow: hidden; 
      padding-bottom:70px;

      .swiper_arrow {
          width:34px;
          height:34px;
          border-radius:50%;
          border:2px solid white;
          color:white;
          cursor:pointer;
          display:flex;
          align-items:center;
          justify-content:center;
          position:absolute;
          z-index:99;
          top:50%;
          margin-top:-50px;
          &.swiper_images_prev { left:5px; }
          &.swiper_images_next { right:5px; }
      }
      .swiper_images_pagination { bottom:15px; min-height:30px; position:absolute;  left:50%; transform:translateX(-50%); text-align:center; }
      .swiper-pagination-bullet-active { background-color:rgba(0,0,0,0.5);}
      .status {
          position:absolute;
          left:0;
          bottom:60px; 
          right:0;
          z-index:2;
          padding:8px 8px;
          font-family: $font_heading_medium;
          font-size:22px;
          text-transform:uppercase;
          letter-spacing:1.1px;

      }
      picture {
          width:100%;
          height:22vw;
          max-height:400px;
          img {
              width:100%;
              height: 100%;
              object-fit: cover;
          }
      }
      video {
          width:100%;
          height:22vw;
          max-height:400px;
          object-fit:cover;
      }


  }

  */
}
body.category_short-breaks .header_lodge {
  position: relative;
}
body.category_short-breaks .header_lodge picture {
  display: block;
  width: 100%;
  height: 30vw;
  max-height: 570px;
}
body.category_short-breaks .header_lodge picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.category_short-breaks .header_lodge h1 {
  font-size: 38px;
  font-family: "ABC Arizona Medium";
}
body.category_short-breaks .popup_close {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 30px;
  color: #192123;
  opacity: 0.3;
  z-index: 5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
body.category_short-breaks .popup_close:hover {
  transform: rotate(180deg);
  opacity: 1;
}
body.category_short-breaks .contained.swiper_lodge_wrapper {
  overflow: hidden;
}
body.category_short-breaks .swiper-slide picture {
  width: 100%;
  height: 40vw;
  max-height: 420px;
  display: flex;
  align-items: center;
}
body.category_short-breaks .swiper-slide picture img {
  width: 80%;
  height: 70%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
body.category_short-breaks .swiper-slide .video_wrapper {
  width: 100%;
  height: 40vw;
  max-height: 420px;
  display: flex;
  align-items: center;
}
body.category_short-breaks .swiper-slide .video_wrapper video {
  width: 80%;
  height: 70%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
body.category_short-breaks .swiper-slide.swiper-slide-active picture img,
body.category_short-breaks .swiper-slide.swiper-slide-active .video_wrapper video {
  width: 100%;
  height: 100%;
}
body.category_short-breaks .swiper-slide.swiper-slide-prev picture img,
body.category_short-breaks .swiper-slide.swiper-slide-prev .video_wrapper video {
  margin: 0 0 0 auto;
}
body.category_short-breaks .swiper_photos_pagination {
  padding-top: 50px;
  display: inline-block;
}
body.category_short-breaks .swiper_photos_pagination .swiper-pagination-bullet-active {
  background-color: #192123;
}
body.category_short-breaks .swiper_arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid white;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 99;
  top: 50%;
  margin-top: 0px;
}
body.category_short-breaks .swiper_arrow.swiper_photos_prev {
  left: 73px;
}
body.category_short-breaks .swiper_arrow.swiper_photos_next {
  right: 73px;
}
body.category_short-breaks p {
  line-height: 1.4;
}
body.category_short-breaks .lodge_features {
  border-top: 1.5px solid #192123;
  border-bottom: 1.5px solid #192123;
}
body.category_short-breaks .lodge_features ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 768px;
  display: inline-flex;
  justify-content: space-between;
}
body.category_short-breaks .lodge_features ul li {
  display: inline-flex;
  text-align: center;
  align-items: center;
}
body.category_short-breaks .lodge_features ul li img {
  width: auto;
  height: 25px;
  margin: 0 10px;
}
body.category_short-breaks .lodge_facilities ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.category_short-breaks .lodge_facilities ul li {
  display: inline-block;
  text-align: left;
  padding: 0 10px 8px 0;
}
body.category_short-breaks .lodge_reviews .swiper_reviews {
  overflow: hidden;
}
body.category_short-breaks .lodge_reviews h4 {
  font-size: 28px;
  letter-spacing: 2px;
}
body.category_short-breaks .lodge_reviews .swiper_reviews_scrollbar {
  height: 17px;
  margin: 40px auto 5px auto;
  border-radius: 0;
}
body.category_short-breaks .lodge_reviews .swiper_reviews_scrollbar:before {
  content: "";
  height: 1.5px;
  background-color: #192123;
  position: absolute;
  left: 0;
  top: 7.75px;
  right: 0;
}
body.category_short-breaks .lodge_reviews .swiper-scrollbar-drag {
  background-color: #192123;
  cursor: ew-resize;
  border-radius: 0;
}

body.category_for-sale main {
  background-color: #F5F5EB;
  padding: 200px 0 100px 0;
}
body.category_for-sale main .lodge_inner {
  background-color: white;
  padding: 50px;
  overflow: hidden;
}
body.category_for-sale main .lodge_inner h1 {
  font-size: 38px;
}
body.category_for-sale main .lodge_inner .popup_close {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 30px;
  color: #192123;
  opacity: 0.3;
  z-index: 5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
body.category_for-sale main .lodge_inner .popup_close:hover {
  transform: rotate(180deg);
  opacity: 1;
}
body.category_for-sale main .lodge_inner .swiper-slide picture {
  width: 100%;
  height: 30vw;
  max-height: 518px;
  display: flex;
  align-items: center;
}
body.category_for-sale main .lodge_inner .swiper-slide picture img {
  width: 80%;
  height: 70%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
body.category_for-sale main .lodge_inner .swiper-slide .video_wrapper {
  width: 100%;
  height: 30vw;
  max-height: 518px;
  display: flex;
  align-items: center;
}
body.category_for-sale main .lodge_inner .swiper-slide .video_wrapper video {
  width: 80%;
  height: 70%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
body.category_for-sale main .lodge_inner .swiper-slide.swiper-slide-active picture img,
body.category_for-sale main .lodge_inner .swiper-slide.swiper-slide-active .video_wrapper video {
  width: 100%;
  height: 100%;
}
body.category_for-sale main .lodge_inner .swiper-slide.swiper-slide-prev picture img,
body.category_for-sale main .lodge_inner .swiper-slide.swiper-slide-prev .video_wrapper video {
  margin: 0 0 0 auto;
}
body.category_for-sale main .lodge_inner .swiper_photos_pagination {
  padding-top: 50px;
  display: inline-block;
}
body.category_for-sale main .lodge_inner .swiper_photos_pagination .swiper-pagination-bullet-active {
  background-color: #192123;
}
body.category_for-sale main .lodge_inner .swiper_arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid white;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 99;
  top: 50%;
  margin-top: 0px;
}
body.category_for-sale main .lodge_inner .swiper_arrow.swiper_photos_prev {
  left: 0px;
}
body.category_for-sale main .lodge_inner .swiper_arrow.swiper_photos_next {
  right: 0px;
}
body.category_for-sale main .lodge_inner .link_prev,
body.category_for-sale main .lodge_inner .link_next {
  color: #192123;
  text-decoration: none;
  padding-top: 20px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: left 0;
  display: inline-block;
  min-width: 40px;
}
body.category_for-sale main .lodge_inner .link_prev.link_prev,
body.category_for-sale main .lodge_inner .link_next.link_prev {
  background-image: url(../_img/arrow_left.svg);
}
body.category_for-sale main .lodge_inner .link_prev.link_next,
body.category_for-sale main .lodge_inner .link_next.link_next {
  background-image: url(../_img/arrow_right.svg);
  background-position: right 0;
}
body.category_for-sale main .lodge_inner .link_prev:hover,
body.category_for-sale main .lodge_inner .link_next:hover {
  transform: scale(1.05);
}

body.type_legal main h1 {
  font-size: 38px;
  margin: 0 0 30px 0;
  font-family: "ABC Arizona Medium";
}
body.type_legal main h2 {
  font-size: 35px;
  margin: 0 0 30px 0;
  font-family: "ABC Arizona Medium";
  letter-spacing: 0;
}
body.type_legal main h3 {
  font-size: 30px;
  margin: 0 0 30px 0;
}
body.type_legal main p {
  font-size: 18px;
  line-height: 25px;
}

form fieldset {
  border: none;
  margin: 0 0 30px 0;
}
form label {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #192123;
  letter-spacing: 2.2px;
}
form input, form textarea, form select {
  width: 100%;
  border: 1.5px solid #192123;
  padding: 10px;
  font-family: "PT Serif", serif;
  font-size: 16px;
  margin-top: 10px;
}
form textarea {
  height: 250px;
}

.form_thanks {
  padding: 50px;
  background-color: #192123;
  color: white;
}
.form_thanks * {
  color: white;
}

header.header_site .width_35 {
  width: calc(37% - 20px);
}

@media only screen and (max-width: 1360px) and (min-width: 1025px) {
  header.header_site .width_35 {
    width: calc(40% - 20px);
  }

  header.header_site .width_20 {
    width: calc(18% - 20px);
  }

  header.header_site nav ul li a {
    font-size: 14px;
  }

  .page_module.module_faqs h3 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1180px) {
  header.header_site nav ul li a {
    font-size: 12px;
  }

  .page_module.module_faqs h3 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 1025px) {
  .hide_on_desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body.dru_stick_header header.header_site {
    height: 100px;
    padding: 30px 0 0 0;
  }

  header.header_site .width_logo {
    width: 100%;
  }

  header.header_site .site_logo {
    display: inline-block;
    margin: 0;
  }

  header.header_site .site_logo img {
    width: 156px;
    height: auto;
  }

  body.dru_stick_header.dru_zero_scroll header.header_site {
    padding-top: 48px;
  }

  main {
    padding-top: 110px;
  }

  .menu_toggle {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    transition: all 0.3s ease-in-out;
  }
  .menu_toggle:before {
    font: var(--fa-font-sharp-regular);
    content: "\f0c9";
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
  }
  .menu_toggle:hover {
    transform: scale(1.05);
  }

  .flyout_menu {
    position: fixed;
    background-color: white;
    top: 100px;
    left: 0px;
    right: 0px;
    height: calc(100vh - 100px);
    z-index: 9999;
    transition: all 0.6s ease-in-out;
    transform: translateX(101vw);
    padding-top: 30px;
  }
  .flyout_menu nav {
    margin: 0 auto;
    width: calc(100vw - 40px);
  }
  .flyout_menu nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .flyout_menu nav ul li {
    margin: 10px 0;
    text-align: center;
  }
  .flyout_menu nav ul li a {
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    color: #192123;
    letter-spacing: 1.76px;
    padding: 2px 4px;
  }
  .flyout_menu nav ul li a:hover {
    color: #7E0045;
    transform: scale(1.05);
  }

  html.flyout_menu_active {
    height: auto;
    overflow: hidden;
  }
  html.flyout_menu_active body.dru_stick_header header.header_site {
    background-color: white;
  }
  html.flyout_menu_active .flyout_menu {
    transform: translateX(0);
  }
  html.flyout_menu_active .menu_toggle:before {
    content: "\f00d";
  }

  .page_module.module_photoBanner > .contained .module_title h1 {
    font-size: 70px;
    line-height: 85px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 640px) {
  .hide_on_tablet {
    display: none !important;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 50px;
  }

  h4 {
    font-size: 40px;
  }

  h6 {
    font-size: 12px;
  }

  a.button, a.button_outline {
    font-size: 12px;
    line-height: 20px;
  }

  footer.module_footer .site_logo img {
    width: 200px;
    margin: 0;
  }

  footer.module_footer nav ul {
    width: 120px;
  }

  footer.module_footer nav ul li {
    width: 100%;
  }

  footer.module_footer nav ul li a {
    font-size: 12px;
    text-align: right;
  }

  footer.module_footer nav ul li.li_last_item {
    margin-top: 0px;
  }

  .page_module.module_statement h3, .page_module.module_statementImage h3, .page_module.module_statementText h3 {
    font-size: 46px;
  }

  .page_module.module_cardCarousel .swiper-slide h6 {
    font-size: 14px;
  }

  .page_module.module_statement.module_statementImage h3, .page_module.module_statementImage.module_statementImage h3, .page_module.module_statementText.module_statementImage h3 {
    font-size: 26px;
  }

  .page_module.module_cardLinks .single_card .heading h3 {
    font-size: 30px;
  }

  header.header_page .heading h1 {
    font-size: 70px;
  }

  .page_module.module_propertyCarousel .swiper-slide h6.tag {
    line-height: 20px;
    padding: 3px 5px;
  }

  .page_module.module_propertyCarousel .swiper-slide .button {
    top: 0;
  }

  body.section_property .dru_popup_inner h6, body.type_property .dru_popup_inner h6 {
    font-size: 18px;
  }

  .page_module.module_latestNews article.header {
    height: auto;
  }

  .page_module.module_latestNews article.header h1 {
    font-size: 70px;
    line-height: 1.3;
  }

  .page_module.module_latestNews section.article_loop article .heading {
    padding: 15px;
  }

  .page_module.module_latestNews section.article_loop article .heading h4 {
    font-size: 26px;
    letter-spacing: 2px;
    padding: 10px 0;
    width: 100%;
  }

  body.section_news article header.entry_header {
    height: 50vw;
  }

  .page_module.module_lodgeListings .swiper_lodge_listing picture {
    height: 40vw;
  }

  body.category_short-breaks .header_lodge picture {
    height: 50vw;
  }

  body.category_short-breaks .swiper_lodge_listing picture {
    height: 45vw;
    max-height: none;
  }
}
@media only screen and (max-width: 640px) {
  .hide_on_mobile {
    display: none !important;
  }

  body {
    font-size: 16px;
  }

  nav.footer {
    text-align: center;
  }

  .page_module.module_divider hr {
    margin: 30px 0;
  }

  footer.module_footer nav ul {
    align-items: center;
    margin-bottom: 30px;
  }

  footer.module_footer nav ul li.li_last_item {
    margin-top: 0;
  }

  footer.module_footer .site_logo img {
    width: 207px;
  }

  footer.module_footer .social_links {
    margin: 10px auto 20px 0;
  }

  footer.module_footer p, footer.module_footer h5 {
    font-size: 12px;
  }

  body.section_homepage header.header_page,
body.section_homepage header.header_page video#home_video,
.page_module.module_photoBanner > .contained picture,
.page_module.module_photoBanner > .contained,
.page_module.module_videoBanner > .contained video,
.page_module.module_videoBanner > .contained {
    height: 600px;
    max-height: 1000px;
  }

  body.section_homepage header.header_page > .content picture img {
    max-height: 50vw;
  }

  .page_module.module_photoBanner > .contained .module_title h1 {
    font-size: 48px;
    line-height: 59px;
    border: none;
    padding: 0;
  }

  hr.hide_on_desktop {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1.5px solid #192123;
    margin: 30px 25px;
  }

  h1 {
    border: none;
    margin: 35px 0;
    font-size: 29px;
    letter-spacing: 1.45px;
  }

  h2 {
    border: none;
    margin: 20px auto;
    font-size: 16px;
    letter-spacing: 1.45px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 28px;
    letter-spacing: 1.4px;
  }

  h6 {
    margin: 20px auto;
    font-size: 16px;
  }

  .page_module.module_singleColumn h6 {
    max-width: 250px;
  }

  .page_module.module_cardLinks {
    padding-top: 0 !important;
  }

  .page_module.module_cardLinks .contained,
.page_module.module_cardLinks .single_card.defaultToColourBlock .contained {
    width: 100%;
  }
  .page_module.module_cardLinks .contained .single_card,
.page_module.module_cardLinks .single_card.defaultToColourBlock .contained .single_card {
    width: 100%;
    padding: 50px 25px 35px 25px;
    height: auto;
    max-height: none;
    margin-bottom: 0px;
  }
  .page_module.module_cardLinks .contained .single_card h4,
.page_module.module_cardLinks .single_card.defaultToColourBlock .contained .single_card h4 {
    font-size: 38px;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .page_module.module_cardLinks .contained .single_card h4.size_small,
.page_module.module_cardLinks .single_card.defaultToColourBlock .contained .single_card h4.size_small {
    font-size: 37px;
  }
  .page_module.module_cardLinks .contained .single_card h6,
.page_module.module_cardLinks .single_card.defaultToColourBlock .contained .single_card h6 {
    margin-top: 35px;
    background-color: transparent !important;
    color: #192123 !important;
  }
  .page_module.module_cardLinks .contained .single_card picture,
.page_module.module_cardLinks .single_card.defaultToColourBlock .contained .single_card picture {
    position: relative;
    opacity: 1;
    width: 100%;
    height: 92vw;
  }
  .page_module.module_cardLinks .contained .single_card picture img,
.page_module.module_cardLinks .single_card.defaultToColourBlock .contained .single_card picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page_module.module_cardLinks .contained .single_card:nth-of-type(even),
.page_module.module_cardLinks .single_card.defaultToColourBlock .contained .single_card:nth-of-type(even) {
    background-color: #192123;
    color: white;
  }
  .page_module.module_cardLinks .contained .single_card:nth-of-type(even) h6,
.page_module.module_cardLinks .single_card.defaultToColourBlock .contained .single_card:nth-of-type(even) h6 {
    color: white !important;
  }

  .page_module.module_lodgeListings .swiper_lodge_listing picture {
    height: 100vw;
    max-height: none;
  }

  .page_module.module_statement h3, .page_module.module_statementImage h3, .page_module.module_statementText h3 {
    font-size: 38px;
  }

  .page_module.module_statement .contained, .page_module.module_statementImage .contained, .page_module.module_statementText .contained {
    padding: 25px 0;
  }

  .page_module.module_cardCarousel .contained.swiper_cards {
    width: calc(100vw - 20px);
    margin: 0 0px 0 20px;
  }

  .page_module.module_cardCarousel .contained.swiper_cards h6 {
    padding: 0;
  }

  .page_module.module_cardCarousel .swiper-slide picture {
    width: 100%;
    height: calc(100vw - 50px);
    max-height: calc(100vw - 50px);
  }

  .page_module.module_statement h4 {
    font-size: 29px;
  }
  .page_module.module_statement h4 span {
    /* width:100%; */
    padding: 0;
  }

  .page_module.module_map p {
    font-size: 15px;
    line-height: 1.7;
  }

  header.header_page {
    height: 500px;
  }
  header.header_page .heading_small {
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.header_page .heading_small h6 {
    margin: 0;
  }
  header.header_page .heading_small h6 span {
    padding: 2px 6px;
  }
  header.header_page .heading h1 {
    font-size: 52px;
    font-family: "ABC Arizona Medium";
  }
  header.header_page .heading h1.size_small {
    font-size: 40px;
  }
  header.header_page .heading h1 > span {
    margin: 5px 0;
    padding: 5px;
  }

  .page_module.module_singleColumn .column1 p {
    font-size: 15px;
  }

  .page_module.module_singleColumn .column1 h6 {
    font-size: 18px;
  }

  .page_module.module_singleColumn .column1 h2 {
    margin-bottom: 50px;
  }

  .page_module.module_statement.module_statementImage h3, .page_module.module_statementImage.module_statementImage h3, .page_module.module_statementText.module_statementImage h3 {
    font-size: 33px;
  }

  .page_module.module_statementImage .contained {
    width: 100%;
  }

  .page_module.module_statement h2 em, .page_module.module_statement h2 i, .page_module.module_statement h3 em, .page_module.module_statement h3 i, .page_module.module_statementImage h2 em, .page_module.module_statementImage h2 i, .page_module.module_statementImage h3 em, .page_module.module_statementImage h3 i, .page_module.module_statementText h2 em, .page_module.module_statementText h2 i, .page_module.module_statementText h3 em, .page_module.module_statementText h3 i {
    margin: 5px 0;
  }

  .page_module.module_team header h4 {
    font-size: 35px;
  }

  .page_module.module_team .swiper-slide picture {
    height: 90vw;
  }

  .page_module.module_team .swiper_team_next, .page_module.module_team .swiper_team_prev {
    width: 37px;
    height: 37px;
    border: 1.5px solid white;
  }
  .page_module.module_team .swiper_team_next:before, .page_module.module_team .swiper_team_prev:before {
    font-size: 30px;
  }

  .page_module.module_team .swiper_team_prev {
    display: none !important;
  }

  .page_module.module_map .mobile_width_100 {
    width: 100%;
    height: auto;
  }
  .page_module.module_map .mobile_width_100.column1 {
    padding: 50px 35px;
  }
  .page_module.module_map .mobile_width_100.column1 h4 {
    font-size: 35px;
  }
  .page_module.module_map .mobile_width_100.column1 p {
    font-size: 16px;
  }
  .page_module.module_map .mobile_width_100 iframe {
    height: 100vw;
  }

  .page_module.module_statement h2,
.page_module.module_statementImage h2,
.page_module.module_statementText h2 {
    font-size: 33px;
  }
  .page_module.module_statement h4,
.page_module.module_statementImage h4,
.page_module.module_statementText h4 {
    margin: 0 0 25px 0;
    display: inline-block;
  }
  .page_module.module_statement h3 em, .page_module.module_statement h3 i, .page_module.module_statement h4 em, .page_module.module_statement h4 i,
.page_module.module_statementImage h3 em,
.page_module.module_statementImage h3 i,
.page_module.module_statementImage h4 em,
.page_module.module_statementImage h4 i,
.page_module.module_statementText h3 em,
.page_module.module_statementText h3 i,
.page_module.module_statementText h4 em,
.page_module.module_statementText h4 i {
    display: block;
    margin: 0.3em 0;
  }
  .page_module.module_statement h3 em span, .page_module.module_statement h3 i span, .page_module.module_statement h4 em span, .page_module.module_statement h4 i span,
.page_module.module_statementImage h3 em span,
.page_module.module_statementImage h3 i span,
.page_module.module_statementImage h4 em span,
.page_module.module_statementImage h4 i span,
.page_module.module_statementText h3 em span,
.page_module.module_statementText h3 i span,
.page_module.module_statementText h4 em span,
.page_module.module_statementText h4 i span {
    width: 100%;
  }
  .page_module.module_statement.module_statementText .left_col p, .page_module.module_statement.module_statementText .left_col ul, .page_module.module_statement.module_statementText .left_col ol,
.page_module.module_statementImage.module_statementText .left_col p,
.page_module.module_statementImage.module_statementText .left_col ul,
.page_module.module_statementImage.module_statementText .left_col ol,
.page_module.module_statementText.module_statementText .left_col p,
.page_module.module_statementText.module_statementText .left_col ul,
.page_module.module_statementText.module_statementText .left_col ol {
    font-size: 15px;
  }

  .page_module.module_imageText .flex_cols.imageOnLeft,
.page_module.module_imageText .flex_cols.imageOnLRight,
.page_module.module_imageText .flex_cols {
    flex-direction: column-reverse;
  }
  .page_module.module_imageText .flex_cols.imageOnLeft .columnContent h4,
.page_module.module_imageText .flex_cols.imageOnLRight .columnContent h4,
.page_module.module_imageText .flex_cols .columnContent h4 {
    font-size: 29px;
  }
  .page_module.module_imageText .flex_cols.imageOnLeft .columnImage, .page_module.module_imageText .flex_cols.imageOnLeft .columnImage picture,
.page_module.module_imageText .flex_cols.imageOnLRight .columnImage,
.page_module.module_imageText .flex_cols.imageOnLRight .columnImage picture,
.page_module.module_imageText .flex_cols .columnImage,
.page_module.module_imageText .flex_cols .columnImage picture {
    height: calc(100vw - 50px);
    border-right: none;
    border-left: none;
  }

  .page_module.module_statement.module_statementText .width_50, .page_module.module_statementImage.module_statementText .width_50, .page_module.module_statementText.module_statementText .width_50 {
    width: 100%;
  }

  .page_module.module_statement.module_statementText .left_col:before, .page_module.module_statement.module_statementText .right_col:before, .page_module.module_statementImage.module_statementText .left_col:before, .page_module.module_statementImage.module_statementText .right_col:before, .page_module.module_statementText.module_statementText .left_col:before, .page_module.module_statementText.module_statementText .right_col:before {
    width: 100vw;
    left: -25px !important;
    right: 0 !important;
  }

  .page_module.module_notices h3 {
    font-size: 29px;
    letter-spacing: 0.5px;
    margin: 0 0 25px 0;
  }
  .page_module.module_notices .flex_cols > div {
    margin-bottom: 20px;
  }
  .page_module.module_notices .flex_cols > div:last-child {
    margin-bottom: 0;
  }

  .page_module.module_propertyCarousel .swiper-slide picture {
    width: 100%;
    height: calc(100vw - 80px);
  }

  .page_module.module_propertyCarousel h2 {
    font-size: 40px;
    font-family: "ABC Arizona Medium";
  }

  .page_module.module_propertyCarousel .swiper-slide h3 {
    font-size: 22px;
    letter-spacing: 1.1px;
  }

  .page_module.module_propertyCarousel .swiper-slide h6 {
    padding: 4px 5px 3px 5px;
  }

  .page_module.module_propertyCarousel .swiper-slide .button {
    margin-top: 0px;
  }

  .page_module.module_propertyCarousel .swiper_property_next,
.page_module.module_propertyCarousel .swiper_property_prev {
    position: absolute;
    z-index: 20;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1.5px solid white;
    cursor: pointer;
    top: 50%;
    margin-top: -60px;
  }
  .page_module.module_propertyCarousel .swiper_property_next:before,
.page_module.module_propertyCarousel .swiper_property_prev:before {
    font: var(--fa-font-sharp-light);
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\f104";
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .page_module.module_propertyCarousel .swiper_property_next.swiper_property_prev,
.page_module.module_propertyCarousel .swiper_property_prev.swiper_property_prev {
    left: 0px;
  }
  .page_module.module_propertyCarousel .swiper_property_next.swiper_property_next,
.page_module.module_propertyCarousel .swiper_property_prev.swiper_property_next {
    right: -10px;
    transform: rotate(180deg);
  }
  .page_module.module_propertyCarousel .swiper_property_next.swiper-button-disabled,
.page_module.module_propertyCarousel .swiper_property_prev.swiper-button-disabled {
    display: none;
  }

  .page_module.module_textImageTiles .image_grid {
    flex-wrap: wrap;
  }

  .page_module.module_textImageTiles .image_grid .image_wrapper.image_wrapper_1 {
    width: 100%;
    height: calc(100vw - 50px);
    margin-bottom: 5px;
  }

  .page_module.module_textImageTiles .image_grid .image_wrapper.image_wrapper_2 {
    width: calc(50vw - 27.5px);
    height: calc(100vw - 50px);
  }

  .page_module.module_textImageTiles .image_grid .image_wrapper.image_wrapper_3 {
    width: calc(50vw - 27.5px);
    height: calc(100vw - 50px);
  }

  .page_module.module_textImageTiles .image_grid .image_wrapper.image_wrapper_3 picture {
    height: calc(50vw - 27.5px);
  }

  .dru_popup .dru_popup_inner {
    padding: 50px 25px;
  }

  body.section_property .dru_popup_inner h1, body.type_property .dru_popup_inner h1 {
    font-size: 22px;
  }

  body.section_property .dru_popup_inner .swiper-slide picture img, body.type_property .dru_popup_inner .swiper-slide picture img {
    width: 100%;
    height: 90%;
  }

  body.section_property .dru_popup_inner .swiper-slide picture, body.type_property .dru_popup_inner .swiper-slide picture {
    height: 56vw;
  }

  body.section_property .dru_popup_inner .swiper_arrow.swiper_photos_prev, body.type_property .dru_popup_inner .swiper_arrow.swiper_photos_prev {
    left: 10px;
  }

  body.section_property .dru_popup_inner .swiper_arrow.swiper_photos_next, body.type_property .dru_popup_inner .swiper_arrow.swiper_photos_next {
    right: 10px;
  }

  body.section_property .dru_popup_inner .swiper_photos_pagination, body.type_property .dru_popup_inner .swiper_photos_pagination {
    padding-top: 25px;
  }

  body.section_property .dru_popup_inner .flex_cols.details .width_33:nth-child(2), body.type_property .dru_popup_inner .flex_cols.details .width_33:nth-child(2) {
    border-left: none;
    border-right: none;
  }

  body.section_property .dru_popup_inner .link_prev,
body.section_property .dru_popup_inner .link_next {
    margin-top: 6px;
    height: 15px;
  }

  body.section_property .dru_popup_inner .button, body.type_property .dru_popup_inner .button {
    font-size: 16px;
  }

  .page_module.module_faqs .width_50 h3 {
    margin: 0 auto;
    font-size: 32px;
  }

  ul.list_accordions li .a {
    font-size: 24px;
  }

  .page_module.module_faqs h3 em, .page_module.module_faqs h3 i {
    margin: 0.3em 0;
  }

  body.category_short-breaks .header_lodge picture {
    width: calc(100vw - 40px);
    margin: 0 auto;
    height: 600px;
  }

  body.category_short-breaks .header_lodge h1 {
    font-size: 34px;
    line-height: 1.3;
  }

  body.category_short-breaks .lodge_features ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  body.category_short-breaks .lodge_features ul li {
    width: calc(33.3333% - 10px);
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body.category_short-breaks .lodge_features ul li picture {
    display: inline-block;
    height: 30px;
    margin-bottom: 20px;
    margin-right: 0px;
  }

  body.category_short-breaks .popup_close {
    right: 0px;
    top: -40px;
  }

  body.category_short-breaks .swiper_lodge_listing picture {
    height: 100vh;
  }

  body.category_short-breaks .lodge_facilities ul li {
    display: block;
  }

  body.category_short-breaks .lodge_reviews h4 {
    font-size: 24px;
  }

  body.category_short-breaks .lodge_reviews .swiper_reviews {
    width: calc(100vw - 20px);
    margin: 0 0 0 20px;
  }

  body.category_for-sale main {
    background-color: white;
    padding-top: 110px;
  }

  body.category_for-sale main .lodge_inner {
    padding: 0;
  }

  body.category_for-sale main .lodge_inner .popup_close {
    right: 0px;
  }

  body.category_for-sale .lodge_inner .header_lodge h1 {
    font-size: 34px;
    line-height: 1.3;
  }

  body.category_for-sale .lodge_inner .swiper_lodge_wrapper,
body.category_for-sale .lodge_inner .lodge_text_wrapper {
    width: 100%;
  }

  body.category_for-sale main .lodge_inner .swiper-slide picture,
body.category_for-sale main .lodge_inner .swiper-slide .video_wrapper,
body.category_short-breaks main .swiper-slide picture,
body.category_short-breaks main .swiper-slide .video_wrapper {
    height: 72vw;
  }

  body.category_for-sale main .lodge_inner .swiper_arrow.swiper_photos_prev,
body.category_short-breaks main .swiper_arrow.swiper_photos_prev {
    left: 10px;
    margin-top: -30px;
  }

  body.category_for-sale main .lodge_inner .swiper_arrow.swiper_photos_next,
body.category_short-breaks main .swiper_arrow.swiper_photos_next {
    right: 10px;
    margin-top: -30px;
  }

  body.category_for-sale main .lodge_inner .swiper_photos_pagination,
body.category_short-breaks main .swiper_photos_pagination {
    margin-top: 20px;
    padding-top: 0px;
  }

  body.category_for-sale main .lodge_inner .swiper-slide picture img,
body.category_for-sale main .lodge_inner .swiper-slide .video_wrapper video,
body.category_short-breaks main .swiper-slide picture img,
body.category_short-breaks main .swiper-slide .video_wrapper video {
    width: 100%;
    height: 100%;
  }

  body.category_for-sale main .lodge_inner .link_prev.link_next, body.category_for-sale main .lodge_inner .link_next.link_next {
    padding-top: 0;
    padding-right: 30px;
    margin-top: 30px;
    background-size: auto 10px;
    background-position: right center;
  }

  .page_module.module_latestNews h6 {
    margin: 50px 0;
  }

  .page_module.module_latestNews section.article_loop article .heading,
.page_module.module_latestNews section.article_loop article picture {
    height: calc(85vw - 60px);
    max-height: calc(100vw - 50px);
  }

  .page_module.module_latestNews article.header h1 {
    font-size: 48px;
    line-height: 59px;
    border: none;
    padding: 0;
  }

  .page_module.module_latestNews article.header {
    height: auto;
    padding: 30px 10px;
  }

  .page_module.module_latestNews section.article_loop {
    width: calc(100vw - 20px);
    margin-left: 20px;
    margin-right: 0;
  }

  body.section_news article header.entry_header {
    height: 600px;
  }

  body.section_news header.header h1 {
    font-size: 38px;
    line-height: 47px;
    border: none;
    padding: 0;
  }

  body.section_news header.header {
    height: auto;
    padding: 30px 10px;
  }

  ul.list_accordions li .a:hover {
    opacity: 1;
  }

  body.type_legal main > .contained.bg_linen {
    width: 100%;
  }

  .page_module.module_faqs > .contained.bg_linen {
    width: 100%;
  }
  .page_module.module_faqs > .contained.bg_linen h1 {
    padding: 0 20px;
  }

  body.type_legal main > .contained.bg_linen {
    width: 100%;
  }

  body.type_legal main p {
    font-size: 15px;
    line-height: 1.5;
  }

  body.type_legal main h1 {
    line-height: 1.3;
  }

  body.type_legal main h3 {
    font-size: 24px;
    letter-spacing: 2px;
    text-align: left !important;
  }

  .page_module.module_cardLinks .single_card .underline {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .flyout_menu nav ul li {
    text-align: left;
  }

  .page_module.module_photoGallery .swiper-slide picture {
    height: 100vw;
  }

  .page_module.module_photoGallery .swiper_arrow {
    top: 45%;
  }

  .page_module.module_photoGallery .swiper_arrow.swiper_gal_prev {
    left: 5px;
  }

  .page_module.module_photoGallery .swiper_arrow.swiper_gal_next {
    right: 5px;
  }
}
@media only screen and (max-width: 500px) {
  .page_module.module_imageText .flex_cols.imageOnLeft .columnContent h4, .page_module.module_imageText .flex_cols.imageOnLRight .columnContent h4 {
    font-size: 26px;
  }
}
