/* 
padding: calc(10px + 5vh) 0%;

292928  charcoal
535352  grey
dbae2f  yellow
2996bc  blue 
27a9cd  blue light

h1
font-size: clamp(2.3rem, 6.8vw, 3.1rem);
line-height: clamp(2.3rem, 6.8vw, 3.1rem);

h2
font-size: clamp(2.3rem, 6.8vw, 3.1rem);
line-height: clamp(2.3rem, 6.8vw, 3.1rem);

h3
font-size: clamp(1.7rem, 3.8vw, 1.9rem);
line-height: clamp(1.7rem, 3.8vw, 1.9rem);

p
font-size: clamp(1.1em, 3.5vw, 1.25em);
line-height: clamp(1.2em, 3.5vw, 1.4em);
*/

html {
  /* height: 100%; */
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
  font-size: 1.3em;
  /* line-height: 28px; */
  /* background: #153242; */
  font-family: "Lato", sans-serif;
}

/* Globals */
* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  /* line-height: initial; */
  font-family: "Encode Sans Condensed", sans-serif;
}

h1,
h2 {
  color: #2d4d72;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 6px;
}

a {
  /* text-decoration: none; */
  color: #1757a1;
}

article a:link {
  text-decoration: underline;
  color: #c8571f;
  transition: all .3s ease;
}

article a:hover {
  filter: saturate(3);
}

/* p:has(> img.aligncenter) {
    text-align: center;
} */

.clickable {
  cursor: pointer;
  display: block;
}

.wrapper {
  position: relative;
  width: 100%;
  /* max-width:1400px; */
  margin: 0px auto 0px auto;
  /* font-size: 0.9em; */
  padding: 0 0em;
}

article.wrapper.content {
  position: relative;
  margin-bottom: 3em;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.flex>.one-third {
  width: 38.33%;
}

.flex>.two-third {
  width: CALC(61.66% - 1em);
}

.button,
.gold_button,
#gform_submit_button_1 {
  display: inline-block;
  position: relative;
  padding: 10px 20px 10px 21px;
  color: #ffffff;
  background: #2d4d72;
  font-size: 1.1em;
  margin-top: 10px;
  /* border: 3px solid #dbae2f; */
  border-radius: 40px !important;
  box-shadow: 2px 2px 10px #00000045;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: normal;
  text-decoration: none;
  transition: 0.5;
}

#gform_submit_button_1 {
  background: #2d4d72 !important;
}

.button:after {
  content: '\f061';
  font-family: "FontAwesome";
  /* content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»'; */
  margin-left: 10px;
  font-size: larger;
  /* color: #2996bc; */
  font-weight: 400;
  opacity: 0.5;
  text-decoration: none !important;
}

.button:hover {
  background: #dbae2f3d;
  background: #1958a2;
}


header .logo {
  /* position: absolute; */
  left: 40px;
  top: -36px;
  display: flex;
  align-items: center;
}

header .logo img {
  filter: drop-shadow(2px 2px 3px #00000080);
  /* color: #00000080; */
}

@media (max-width: 990px) {
  .wrapper {
    margin-top: -20px;
  }
}

@media (max-width:780px) {
  h1 {
    margin: 8px 0px;
  }
}

/* POPUP for mailing list signup ==========================*/
.popup {
  z-index: 1001;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: 1;
  flex-basis: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  margin-top: 0px;
  padding-top: 0px;
  border-radius: 0px;
  opacity: 0;
  transition: 0.0s;
  transform: scale(0.8);
}

.popup:before {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #0e0e0e8a;
  border-radius: 3px;
  transform: scale(0.6);
  /* border-radius: 20%; */
  transition: 0.3s;
}

.popup.selected {
  pointer-events: all;
  backdrop-filter: blur(6px);
  opacity: 1;
  transition: 0.3s;
  transform: scale(1);
}

.popup.selected:before {
  position: absolute;
  content: '';
  background: #0e0e0e8a;
  border-radius: 3px;
  transform: scale(1);
  transition: 0.3s;
}

.popup h2 {
  position: relative;
  color: white;
  font-size: clamp(1.5rem, 4.6vw, 2.7rem);
}

.popup .close {
  position: absolute;
  left: 20px;
  top: 20px;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 32px;
  line-height: 26px;
  cursor: pointer;
}

.popup p {
  position: relative;
  color: white;
}

.popup .gf_browser_chrome {
  overflow: auto;
}

.popup .mailing-list {
  display: block;
  position: relative;
}

.popup .mailing-list input {
  font-size: 1em !important;
  min-height: 2.2em !important;
  line-height: 2.1em !important;
  background-color: #fff;
  margin: 10px;
  border: none;
  /* border: 1px solid #000 !important; */
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.11);
}

.popup .mailing-list button {
  position: relative;
  padding: 7px 20px 7px 21px !important;
}

/* ----------------------------- */
/*HEADER======================================*/

header {
  position: relative;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  /* background-color: black; */
}

.home header {
  transition: background 0.3s;
}

.header {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0;
}

.header .upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 10px 17px;
  /* background: #2929288a; */
  backdrop-filter: blur(6px);
  max-width: 1500px;
  margin: 0 auto;
  transition: 0.3s;
}

.upper .logo {
  display: inline-block;
  z-index: 11;
  max-width: 691px;
  height: auto;
  color: white;
  /* margin: 12px 0px 15px; */
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.63);
  border-radius: 50%;
  transition: 0.3s;
}

.upper .logo img {
  display: inline-block;
  width: 507px;
  height: auto;
  transition: 0.3s;
}

.upper .logo:hover img {
  /* animation: pulse 1s 0.3s !important;
  -webkit-animation: pulse 0.5s 0.3s !important; */
}



.sticky .upper {
  /* padding: 8px 10px 0px !important; */
}

.sticky .upper .logo {
  /* max-width: 385px; */
  /* width: 59%; */
}

.sticky .upper .logo img {
  /* width: 100%; */
}

.topnav {
  color: #2996bc;
  display: flex;
  align-items: center;
}

.topnav a {
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  padding: 9px 24px;
  border: 3px solid #dbae2f;
  border-radius: 30px;
  font-size: x-large;
  text-decoration: none;
  transition: 0.3s;
}

.topnav a:hover {
  background: #dbae2f4d;
}

.sticky .topnav a {
  /* font-size: large; */
  /* padding: 3px 10px; */
}

.sticky:before {
  content: '';
  /* z-index: 2; */
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 300px;
  /* background: linear-gradient(#2d4d72, transparent); */
  pointer-events: none;
}

/* .topnav a:last-of-type:after {
    position: relative;
    display: inline-block;
    content:'';
    background:url(images/slice.png);
    background-size: 100%;
    background-position: center;
    width: 30px;
    height: 30px;
    margin-left: 7px;
} */

@media (max-width:990px) {
  .upper .logo img {
    max-width: 400px;
    width: 100%;
  }
}

@media (max-width:780px) {
  .upper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 10px 10px !important;
  }

  .upper .logo {
    position: relative;
    top: -4px;
    left: 0px;
  }

  .sticky {
    /* margin-top: 10px; */
    position: fixed;
  }

  .sticky .upper .logo {
    top: 0px;
    display: none;
  }

  .topnav {
    display: none;
    justify-content: flex-start;
    position: relative;
    width: 100%;
  }

  .sticky .topnav {
    display: none;
  }
}

@media (max-width:400px) {
  .header .logo {
    /* top:-18px; */
  }

  .header .logo img {
    /* width: 151px; */
  }
}


/* Nav========================================= */
.header .lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0 10px;
}

header nav {
  position: relative;
  display: flex;
  z-index: 10;
  width: 100%;
  max-width: 936px;
  padding: 0px 0%;
  margin: 0 auto;
  background: #252525;
  border-radius: 50px;
}

header nav.sticky {
  position: fixed;
  top: 0px;
}

header nav .mobileMenu {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  line-height: 2.7em;
}

header nav div {
  display: flex;
  justify-content: center;
  width: 100%;
}

header nav div>ul {
  list-style: none;
  display: flex;
  margin: 0 20px 0px 20px;
  padding: 0;
  width: 100%;
  max-width: 920px;
  border-radius: 4px;
}

header nav div>ul>li {
  position: relative;
  display: inline-block;
  flex-grow: 1;
  /* border-left: 1px solid #cfcfcf; */
}

header nav div>ul>li>a {
  display: block;
  text-align: center;
  padding: 10px 9px;
  font-size: 1em;
  /* line-height: 2.2em; */
  color: #302315;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  transition: 0.3s;
}

header nav div>ul>li:hover a {
  background: #3f4243;
  /* box-shadow: inset 0px 0px 0px 2px black; */
}

header nav div>ul>li ul {
  height: 0;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 7px 0 0px 0;
  /* width: 190px; */
  left: 0;
  top: 44px;
  overflow: hidden;
  transition: 0.2s;
}

header nav div>ul>li ul li {
  position: relative;
  margin: 0;
  float: left;
  margin: 1px 1% 1px 0px;
  width: 100%;
}

header nav div>ul>li ul li a {
  position: relative;
  display: block;
  line-height: 19px;
  padding: 0;
  text-align: left;
  padding-left: 13px !important;
  /* font-weight: bold !important; */
  /* font-size: 1.1em; */
  color: rgba(255, 255, 255, 0);
  border-radius: 3px;
  text-wrap: nowrap;
}

header nav div>ul>li:hover ul li a {
  background: #464a4b;
  letter-spacing: 0;
  color: #302315 !important;
  color: #ffffff !important;
  text-decoration: none;
  transition: 0.3s;
}


header nav div>ul>li ul li:hover a {
  background: #252525;
  color: #ffffff !important;
}

header nav div>ul>li:hover ul {
  height: 250px;
  transition: 0.4s;
}

header nav div>ul>li:hover ul li a {
  padding: 0.6em 1em;
}

.sticky nav div>ul>li>a {
  /* padding: 2px 5px; */
  /* font-size: 0.9em; */
}

header nav .reservations {
  display: none;
  position: relative;
  z-index: 1;
  font-size: 1.2em;
  border-radius: 30px;
  color: black;
  background-color: #ebb61d;
  white-space: nowrap;
  margin: 6px 8px;
  padding: 4px 17px;
  /* text-shadow: 1px 1px 4px #000000d9; */
  /* min-width: 215px; */
  text-decoration: none;
}

header nav .reservations:after {
  display: none;
  /* display: inline-block; */
  content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»';
  color: #ffd14e;
  padding-left: 8px;
  font-size: larger;
  text-shadow: none;
}

header nav .reservations:hover {
  background-color: #f8bb0c;
}

@media (max-width:1090px) {

  header nav {
    width: 100%;
  }

  header nav div>ul>li>a {
    /* font-size: 0.85em; */
  }

  header nav div>ul>li>a {
    /* padding: 3px 0 1px; */
    /* white-space: nowrap; */
  }
}


@media (max-width:780px) {
  .header .lower {
    font-size: 0.9em;
  }

  header nav .reservations {
    display: block;
    /* font-size: 1.2em; */
  }

  header nav {
    float: none;
    top: -1px;
    padding: 0px 0% 0px 0%;
  }

  header nav .mobileMenu {
    z-index: 1;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    background: #2c2c2c;
    top: 0px;
    height: 54px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 30px;
  }

  header nav .mobileMenu span.menu {
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    margin-left: 4px;
  }

  nav.selected .mobileMenu {
    border-radius: 0px;
  }

  .nav__icon {
    display: inline-block;
    width: 25px;
    margin-left: 0px;
    margin-top: 25px;
    height: 4px;
    background-color: #ffffff;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }

  .nav__icon:before,
  .nav__icon:after {
    content: '';
    display: block;
    width: 25px;
    height: 4px;
    position: absolute;
    background: #ffffff;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }

  .nav__icon:before {
    margin-top: -8px;
  }

  .nav__icon:after {
    margin-top: 8px;
  }

  header nav.selected .nav__icon {
    background: rgba(0, 0, 0, 0);
  }

  header nav.selected .nav__icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  header nav.selected .nav__icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  header nav div>ul {
    position: absolute;
    display: block;
    left: 0px;
    padding: 45px 0px 0 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    /* border-bottom: 10px solid blue; */
    padding: 56px 0px 0 0;
  }

  header nav.selected div>ul {
    border-bottom: solid 8px #dbae2f;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.67);
    width: 100%;
  }

  header nav.selected div>ul>li {
    float: left;
    width: 100%;
  }

  header nav.selected div>ul>li a {
    font-size: 1.1em;
    color: #ffffffba !important;
    !i;
    !;
    line-height: 2.3em;
    text-align: left;
    background: #2c2c2c;
    font-weight: normal;
    box-shadow: none !important;
    width: 100%;
  }

  header nav.selected div>ul>li {
    display: block;
    margin-top: 1px;
    width: 100%;
  }

  header nav div>ul>li:before {
    display: none;
  }

  header nav div>ul>li {
    display: none;
    margin-top: 0px !important;
    border-top: 1px solid #6c5618 !important;
  }

  header nav div>ul>li>a {
    position: relative;
    padding: 0 22px 0 22px;
    color: #494747 !important;
    /* background: #292929 !important; */
    font-weight: bold;
    text-shadow: none !important;
  }

  header nav div>ul>li>a:before {
    display: none;
    position: absolute;
    z-index: 10;
    content: "\f0d8";
    font-family: fontAwesome;
    left: 33px;
    bottom: -18px;
    font-size: 1.2em;
    color: #a6a4a4;
  }

  header nav div>ul>li ul {
    width: 100%;
    display: none;
    height: inherit !important;
    position: relative;
    top: 0px !important;
    padding: 0px;
    background: #1b1b1b;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  header nav div>ul>li.parent a:before,
  header nav div>ul>li.opened a:before {
    display: block;
  }

  header nav div>ul>li ul li {
    /* min-width: 50%; */
    /* width: 190px; */
    flex-grow: 1;
    margin: 0;
  }

  header nav div>ul>li ul li.fullWidth {
    width: 100%;
  }

  header nav div>ul>li ul li a,
  header nav div>ul>li ul li:hover a {
    padding: 0px 22px 0px 35px !important;
    letter-spacing: 0px;
    background: none !important;
    /* color: #292929 !important; */
    /* font-size: 17px !important; */
    border-top: 1px solid #3d3212;
    border-right: 1px solid #a7a5a5;
    border-radius: 0px;
    text-decoration: none;
  }

  header nav div>ul>li:hover ul li a {
    /* color: #292929 !important; */
  }

  header nav .reservations {
    padding: 7px 17px;
  }
}

@media (max-width:380px) {
  header nav .mobileMenu span.menu {
    display: none;
  }

  header nav {
    /* font-size: smaller; */
  }
}

/* MAIN content ============================ */


main {
  position: relative;
  z-index: 9;
  flex-grow: 1;
  overflow: hidden;
  margin-top: 10px;
  padding-top: 20px;
}

.home main {
  margin-top: -150px;
}

.interior h1 {
  text-align: center;
  margin-bottom: 0px;
}

.interior a[href$=".pdf"] {
  position: relative;
  padding-left: 42px;
}

.interior a[href$=".pdf"]:before {
  position: absolute;
  left: 4px;
  top: 50%;
  font-size: 1.5em;
  transform: translateY(-50%);
  content: "\f1c1";
  /* position: absolute; */
  font-family: "FontAwesome";
  color: red;
}

@media (max-width:1100px) {
  .home main {
    margin-top: -110px;
  }
}

@media (max-width:980px) {
  .home main {
    margin-top: -80px;
  }
}

/* Blue Section ============================= */
.back_blue {
  position: absolute;
  z-index: -1;
  left: 0px;
  right: 0px;
  top: 70px;
  bottom: 40px;
  background-color: #2d4d72;
}

.diagonal_blue {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 2px;
  overflow: visible;
}

.diagonal_blue:before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(-10vw + 1px);
  width: 100%;
  height: 10vw;
  background: #2d4d72;
  clip-path: polygon(0 60%, 0% 100%, 100% 100%);
}


.blue_section {
  position: relative;
  /* background-color: red; */
}

/* .blue_section:before {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border-radius: 3px;
  transform: scale(0.6);

  background-color: #2d4d72;
  transition: 0.3s;
} */

.blue_section .centered {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 40px 4%;
  padding: 0px 3%;
  color: white;
  max-width: 1340px;
  min-height: 290px;
}

.blue_section .centered h2 {
  font-weight: 400;
  color: white;
  width: 49%;
  min-width: 235px;
  margin: 18px 0px;
}

.blue_section .centered p {
  margin: 10px 5%;
  font-size: 1.07em;
}

.blue_section .centered img {
  /* width: 28%; */
  max-width: 312px;
  height: auto;
}

@media (max-width:1100px) {
  .back_blue {
    top: 40px;
    bottom: 10px;
  }

  .blue_section .centered img {
    width: 35%;
    max-width: 232px;
    min-width: 180px;
  }
}

@media (max-width:980px) {

  .back_blue {
    top: 0px;
    bottom: 70px;
  }

  .blue_section .centered {
    flex-direction: column;
  }

  .blue_section .centered h2 {
    width: 100%;
    text-align: center;
  }
}

/* video-wrapper ========================== */
.video-wrapper {

  /* height:40vw; */
  min-height: 450px;
  max-height: 825px;
}

.video-wrapper video {
  width: 100%;

  /* height:50vw; */
  /* max-height: 460px; */
  /* min-height: 390px; */
}

@media (min-width:820px) {
  .video-wrapper {
    display: block;
  }

  .slides_w_video {
    display: none;
  }
}

@media (max-width:819px) {
  .video-wrapper {
    display: none;
  }

  .slides_w_video {
    display: block;
  }
}

/*BANNER IMAGES============================*/
body:not(.home) .dynamic-headers {
  height: 150px;
}

.dynamic-headers {
  position: relative;
}

.dynamic-headers:after {
  content: '';
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 300px;
  background: linear-gradient(#2d4d72, transparent);
}

body:not(.home) .dynamic-headers img {
  display: none !important;
  /* dimi00 with image header*/
}

.home_header_back {
  background-size: cover;
  background-position: center center;
}

.rslides {
  margin: 0 auto !important;
}

.rslides li {
  background-size: cover;
  background-position: center center;
}

.rslides img {
  object-fit: cover;
  min-height: 375px;
  max-height: 490px;
  height: 40vw;
}

body:not(.home) .rslides img {
  object-fit: cover;
  /* object-position: bottom; */
}


.service_slides img {
  min-height: 450px;
  max-height: 700px;
}

header .rslides_nav {
  opacity: 1;
  position: absolute;
  z-index: 150;
  top: 0px;
  width: 9%;
  min-width: 50px;
  max-width: 141px;
  height: 100%;
  font-size: 37px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  cursor: pointer;
  overflow: hidden;
  text-indent: 1000px;
  transition: 0.3s;
}

.home header .rslides_nav {
  opacity: 1;
}

header .rslides_nav.next {
  background-image: url(images/right.png);
  background-size: 30px;
  right: 0px;
  background-position: 45% 58%;
}

header .rslides_nav.prev {
  background-image: url(images/left.png);
  background-size: 30px;
  left: 0px;
  background-position: 48% 58%;
}

header .roomImages:hover .rslides_nav {
  opacity: 1;
}

header .rslides_tabs {
  position: absolute;
  z-index: 100;
  list-style: none;
  padding: 0px;
  left: 0px;
  bottom: 9px;
  width: 100%;
  text-align: center;
}

header .rslides_tabs li {
  display: inline-block;
  width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  max-height: 14px;
  border-radius: 30px !important;
  background: rgba(0, 0, 0, 0.51);
  margin: 0px 5px;
  overflow: hidden;
  text-indent: 100px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.28);
}

header .rslides_tabs li.rslides_here {
  background: rgba(0, 0, 0, 0.82);
}

header .rslides_tabs li a {
  text-decoration: none;
  display: block;
}

#map {
  height: 550px;
}

/*overlay*/
.overlay {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 9;
  margin-top: 210px;
  /* text-align: center; */
  font-weight: 500;
  overflow: hidden;
  transition: 0.3s;
}

.overlay .center {
  position: relative;
  display: flex;
  flex-direction: row;
  /* justify-content: flex-end; */
  align-items: flex-start;
  max-width: 1340px;
  /* width: 60%; */
  padding: 5px 3% 5px 3%;
  /* margin:0 auto; */
  /* text-align: left; */
}

.overlay .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
  width: 60%;
}

.overlay .left .box {
  border-radius: 30px;
  border: 2px solid #2d4d72;
  padding: 32px 29px;
}

.overlay .left .box h1 {
  margin: 0px 0px 20px;
  font-size: 1.7em;
}

.overlay .left .box p {
  margin: 0px;
}

.overlay .left .bottom {
  margin: 0px 30px;
  max-width: 510px;
}

.overlay .left .bottom h2 {
  font-size: 1.3em;
}

.overlay .left .bottom a {
  display: inline-flex;
  flex-direction: row;
  align-items: anchor-center;
  margin-top: 25px;
  gap: 20px;
  color: black;
  font-weight: normal;
  padding: 10px 44px 10px 30px;
  background: #E3AC18;
  background: linear-gradient(320deg, rgba(227, 172, 24, 1) 0%, rgba(241, 189, 33, 1) 100%);
}

.overlay .left .bottom a:hover {
  background: linear-gradient(320deg, rgb(233, 180, 36) 0%, rgb(240, 191, 46) 100%);
}

.overlay .left .bottom a .right {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.overlay .left .bottom a:before {
  content: "\f095";
  /* position: absolute; */
  font-family: "FontAwesome";
  font-size: 2.1em;
  color: #00000059;
}

.overlay .left .bottom a span {
  display: inline;
  color: #735809;
  font-style: italic;
  font-size: smaller;
  font-family: "Lato", sans-serif;
}

.overlay .left .bottom a strong {
  display: inline;
  font-weight: 400;
  font-size: 1.2em;
}

.overlay .right {
  width: 30%;
}

.overlay .right .mobileOnly {
  display: none;
}

@media (max-width:980px) {
  .overlay {
    margin-top: 130px;
  }

  .overlay .center {
    align-items: end;
  }

  .overlay .left {
    margin: 50px 0px 150px;
  }
}

@media (max-width:860px) {
  .overlay .center {
    flex-direction: column-reverse;
    padding: 35px 3% 5px 3%;
  }

  .overlay .left {
    z-index: 1;
    width: 100%;
    margin-bottom: 30px;
    margin: 31px 0px 130px;
  }

  .overlay .left .box {
    background-color: white;
  }

  .overlay .right {
    width: 100%;
    text-align: center;
  }

  .overlay .right .mobileOnly {
    display: block;
    display: flex;
    justify-content: center;
    gap: 1px 20px;
    flex-wrap: wrap;
  }

  .overlay .right .mobileOnly a {
    display: block;
  }

  .overlay .right .mobileOnly a {
    display: inline;
  }

  .overlay .right img {
    display: none;
    width: 80%;
    max-width: 350px;
    height: auto;
  }

  .overlay .left .box h1 {
    font-size: 1.4em;
  }


}

@media (max-width:500px) {
  .overlay .left .bottom {
    margin: 0px 0px;
  }
}

@media (max-width:380px) {
  .overlay .left .bottom a {
    padding: 10px 24px 10px 18px;
  }
}

/* ----------------------------- */
nav ul li.admin-link {}

nav ul li.admin-link.logout {}

/* ResponsiveSlides--------------------------------------------- */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  /* height: 40vw; */
  /* max-height:600px; */
  /* min-height:300px; */
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: 42vw;
  float: left;
  width: 100%;
  border: 0;
}

/* ResponsiveSlides--------------------------------------------- */
.rslides {
  position: absolute;
  /* border: 2px solid red; */
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  /* height:50vw; */
  /* max-height: 640px; */
  /* min-height:300px; */
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: 100%;
  float: left;
  width: 100%;
  border: 0;
}

/* CTA's ==================================== */
.cta {
  /* max-width: 2050px; */
  overflow: hidden;
  margin: 0px auto;
}

.cta .centered {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 40px 4%;
  padding: 70px 0% 70px 3%;
  /* color: white; */
  max-width: 1340px;
  gap: 10px;
}

.cta:nth-of-type(1) .centered {
  padding-top: 33px;
}

.cta .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* width: 100%; */
}

.cta .left .image-container {
  position: relative;
  z-index: 1;
}

.cta .left .image-container:before {
  content: '';
  z-index: -1;
  position: absolute;
  left: -60px;
  right: 60px;
  top: -45px;
  bottom: -45px;
  border-radius: 20px;
  background: #eceff2;
}

.cta .left img {
  min-width: 360px;
  max-width: 510px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  aspect-ratio: 3/2.4;
  object-fit: cover;
}



.cta .right {
  display: flex;
  flex-direction: column;
  padding: 20px 5%;
  width: 60%;
}

.cta .right h2 {
  color: #2d4d72;
  font-size: 1.6em;
}

.cta .right p {
  margin: 10px 0px;
}

.cta .right .buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: unset;
  font-size: xx-large;
  margin-top: 20px;
  font-family: "Encode Sans Condensed", sans-serif;
}

.cta .right .buttons .call {
  display: inline-flex;
  flex-direction: column;
  align-items: baseline;
  color: black;
  font-weight: normal;
  padding: 10px 74px 10px 30px;
  border: 3px solid #e6e6e6;
  background: white;
  box-shadow: unset;
  transition: border-color 0.3s ease;
}

.cta .right .buttons .call:after {
  display: none;
}

.cta .right .buttons .call span {
  color: #7f7f7f;
  display: inline;
  font-style: italic;
  font-size: 0.6em;
  font-family: "Lato", sans-serif;
}

.cta .right .buttons .call strong {
  color: black;
  display: inline;
  font-weight: 400;
  font-size: 0.7em;
}

.cta .right .buttons .call:hover {
  border: 3px solid #dbae2f;
}

.cta .right .buttons .learn_more {
  display: flex;
  align-items: anchor-center;
  gap: 20px;
  font-size: smaller;
  padding: 20px 50px;
}

.cta .right .buttons .learn_more:hover {
  background: #376294;
}

.cta .right .buttons .learn_more:after {
  /* display: none; */
  /* content: '\f175'; */
}

/* EVEN ROW --------------- */
.cta:nth-child(even) {
  background: #eceff2;
}

.cta:nth-child(even) .centered {
  flex-direction: row-reverse;
  padding: 80px 3% 80px 0%;
}

.cta:nth-child(even) .left .image-container:before {
  left: 60px;
  right: -60px;
  background: #2d4d72;
}

.cta:nth-child(even) .left img {}

@media (max-width:1280px) {
  .cta .centered {
    padding: 30px 0% 30px 3%;
  }

  .cta:nth-of-type(1) .centered {
    padding-top: 0px;
  }

  .cta .right .buttons {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }

  .cta .right h2 {
    margin-top: 0px;
  }

  .cta .buttons>span {
    display: none;
  }

  .cta:nth-child(even) .centered {
    padding: 40px 3% 40px 0%;
  }
}

@media (max-width:800px) {
  .cta .centered {
    flex-direction: column !important;
    padding: 60px 0% 30px 3%;
  }

  .cta:nth-of-type(1) .centered {
    padding-top: 80px;
  }

  .cta:nth-child(even) .centered {
    padding: 80px 3% 50px 0%;
  }

  .cta .left .image-container {
    width: 90%;
    max-width: 580px;
  }

  .cta .right {
    padding: 78px 5% 20px 5%;
    width: 100%;
  }

  .cta .right h2 {
    margin: 0px 0px 5px;

  }


}

/* Additonal Service CTA =============================== */
.additional_services {
  background-color: #eceff2;
  padding: 20px;
}

.additional_services h2 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 10px;
}

.additional_services .centered {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 40px 4%;
  padding: 70px 2% 30px 2%;
  /* color: white; */
  max-width: 1340px;
  gap: 8%;
}

.additional_services .service {
  position: relative;
  width: 30%;
  text-decoration: none;
  text-align: end;
}

.additional_services .service img {
  height: auto;
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 4/3;
  margin-top: -50px;
}

.additional_services .service .white_box {
  background-color: white;
  padding: 10px 8%;
  border-radius: 22px;
  box-shadow: 1px 1px 18px #00000026;
  transition: 0.3s;
}

.additional_services .service:hover .white_box {
  box-shadow: 1px 1px 18px #edb81e69;
}

.additional_services .service .white_box .contentCTA {
  position: relative;
  text-align: left;
}

.additional_services .service .white_box .contentCTA h3 {
  position: relative;
  color: #2d4d72;
  text-align: center;
  margin: 15px 0;
}

.additional_services .service .white_box .contentCTA p {
  opacity: 0.5;
  color: black;
}

.additional_services .service .learn_more {
  display: inline-block;
  text-align: right;
  padding: 5px 15px;
  margin: 10px 0px;
  background: #edb91f;
  color: black;
  border-radius: 40px !important;
  box-shadow: 2px 2px 10px #00000045;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: normal;
  text-decoration: none;
}

.additional_services .service .learn_more:hover {
  /* text-decoration: underline; */
}

@media (max-width:1100px) {
  .additional_services .centered {
    gap: 5%;
  }
}

@media (max-width:820px) {
  .additional_services .centered {
    /* flex-direction: column; */
    padding: 40px 2% 0px 2%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .additional_services .service {
    width: 47.4%;
    max-width: 470px;
    margin: 40px 0px;
  }

  .additional_services h2 {
    margin: 10px 0;
  }
}

@media (max-width:520px) {
  .additional_services .centered {
    flex-direction: column;
    padding: 40px 2% 0px 2%;
  }

  .additional_services .service {
    width: 100%;
    max-width: 300px;
    margin: 40px 0px;
  }
}

/* Testimonial====================================== */
.testimonial {
  position: relative;
  background-color: #2d4d72;
  padding: 32px 4% 86px 4%;
  border-bottom: 1px solid white;
  /* background-image: url(images/tesimonials.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat; */
}

body:not(.home) .testimonial {
  padding: 0px 4% 45px 4%;
}

.testimonial .centered {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin: 0 auto;
  padding: 0px 3% 0px calc(120px + 3%);
  color: white;
  max-width: 840px;
}

body:not(.home) .testimonial .centered {
  padding: 60px 3% 60px calc(120px + 3%);
}


.testimonial .centered .contentCTA {
  position: relative;
  /* background-color: white; */
}

.testimonial .centered h2 {
  display: block;
  color: #ffffff75;
  font-size: 1.1em;
  margin: 0px;
  - left: 2;
  padding-left: 20px;
}

.testimonial .centered .contentCTA p {
  position: relative;
  font-size: 0.9em;
  background: white;
  color: #2d4d72;
  padding: 40px 5% 40px 100px;
  border-radius: 6px;
  margin: 13px 0px;
}

.testimonial .centered .contentCTA p:before {
  position: absolute;
  content: '';
  right: 20px;
  top: -21px;
  background-image: url(images/quote.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 100px;
}

.testimonial .centered .contentCTA img {
  width: 220px;
  position: absolute;
  z-index: 1;
  height: auto;
  top: 50%;
  left: -39px;
  transform: translate(-50%, -50%);
}

.testimonial .centered .contentCTA h3:nth-of-type(1) {
  position: absolute;
  bottom: -48px;
  right: 10px;
  color: #e7c41b;
  font-size: 1em;
}

.testimonial .centered .contentCTA h3:nth-of-type(2) {
  position: absolute;
  bottom: -76px;
  right: 10px;
  font-size: 1em;
}

@media (max-width:630px) {
  .testimonial {
    padding: 0px 4% 76px 4% !important;
  }

  .testimonial .centered {
    padding: 0px 3% !important;
  }

  body:not(.home) .testimonial .centered {
    padding: 80px 3% 20px calc(120px + 3%);
    margin: 40px auto;
  }

  .home .testimonial .centered .contentCTA {
    margin-top: -30px;
  }

  .testimonial .centered .contentCTA img {
    position: relative;
    top: unset;
    left: unset;
    transform: translate(4%, 40%) !important;
  }

  .testimonial .centered .contentCTA p {
    padding: 40px 5% 40px 5%;
  }
}

/* .testimonial:before {
  position: absolute;
  LEFT:0PX;

  color: white;
  content: '';
} */

/* Contact Us ============================ */

.customer_service {
  position: relative;
  z-index: 1;
  border-top: 2px solid #2d4d72;
  background: #e1e6eb;
}

.customer_service .top {
  background-image: url(images/customer_service.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
}

.customer_service .top .centered {
  display: flex;
  flex-direction: column;
  max-width: 1071px;
  margin: 0 auto;
  padding: 45px 255px 45px 20px;
  font-size: x-large;
}

.customer_service .top h2 {
  font-size: 1.6em;
  text-align: left;
  margin: 0px;
}

.customer_service .top p {

  font-size: inherit;
}

.customer_service .bottom {
  background-color: #2d4d72;
  color: white;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  padding: 13px 18px;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.7em;
  gap: 8px 22px;
  flex-wrap: wrap;
  border-bottom: 1px solid white;
}

.customer_service .bottom strong {
  position: relative;
  font-weight: normal;
}

.customer_service .bottom span {
  position: relative;
  /* margin: 0px 15px 0px 0px; */
}

.customer_service .bottom a.tel {
  text-decoration: none;
  color: white;
  /* margin: 0 10px; */
}

.customer_service .bottom a.button {
  display: flex;
  position: relative;
  background: #edb91f;
  color: black;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 0.8em;
  padding: 8px 25px 8px 25px;
  white-space: nowrap;
}

.customer_service .bottom a.button:hover {
  position: relative;
  background: #f7c52f;
}

.customer_service .bottom a.button:after {
  color: #000000ba;
}

/* @media (max-width:960px) {
  .customer_service .bottom {
    flex-direction: column;
  }
} */

@media (max-width:960px) {
  .customer_service .bottom {
    font-size: 1.4em;
  }

}

@media (max-width:890px) {
  .customer_service .top .centered {
    font-size: 1em;
  }

}

@media (max-width:630px) {
  .customer_service {
    /* margin-top: 50px; */
  }

  .customer_service .top {
    position: relative;
    background-image: none;
  }

  .customer_service .top:before {
    content: '';
    position: absolute;
    right: 50%;
    top: -1px;
    transform: translate(45%, -50%);
    border-radius: 100px;
    width: 170px;
    height: 170px;
    background-color: white;
    background-image: url(images/customer_service.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    border: 3px solid #2d4d72;
  }

  .customer_service .top h2 {
    text-align: center;
  }

  .customer_service .top .centered {
    padding: 115px 20px 17px 20px;
  }

}

/* Main Interior COntent ===================== */
.interior {
  position: relative;
}

.interior .centered {
  /* display: flex; */
  flex-direction: column;
  /* align-items: center; */
  margin: 0 auto;
  padding: 20px 40px 50px;
  max-width: 980px;
  gap: 28px;
}

.interior .centered h1 {
  text-align: center;
  min-width: 320px;
  font-size: 1.7em;
}

.interior .centered ul,
.new_section .centered ul {
  list-style: none;
}

.interior .centered ul li,
.new_section .centered ul li {
  display: flex;
  align-items: anchor-center;
}

.interior .centered ul li:before,
.new_section .centered ul li:before {
  display: block;
  content: '';
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0px 10px 0px 0px;
  border-radius: 20px;
  background-color: #00000030;
}

.interior a {
  /* white-space: nowrap; */
}

/* FAQ CTA ================================= */
.faq_cta {
  display: flex;
  background-image: url(images/faq.jpg);
  background-size: 660px;
  background-position: left center;
  background-repeat: no-repeat;
}



.faq_cta .left {
  width: 50%;
  padding: 0px;
  /* background-image: url(images/faq.jpg);
  background-size: 660px;
  background-position: left center;
  background-repeat: no-repeat; */
}

@media (max-width:1100px) {
  .faq_cta {
    background-size: 56%;
    /* background-position: right center; */
  }
}

@media (max-width:760px) {
  .interior .centered {

    padding: 20px 17px 50px;

  }
}

/* .faq_cta .left img {
  width: 100%;
  max-width: 500px;
  height: auto;
} */

.faq_cta .right {
  display: flex;
  align-items: anchor-center;
  width: 50%;
  max-width: 600px;
  padding: 30px 20px 60px 20px;
}

.faq_cta .right .contentCTA {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 20px;
}

.faq_cta .right .contentCTA h3 {
  display: flex;
  align-items: baseline;
  position: relative;
  font-size: 1.4em;
  color: #2d4d72;
  margin: 23px 0px 0px 0px;
  /* font-family: "Lato", sans-serif; */
}

.faq_cta .right .contentCTA h3:before {
  content: "Q";
  /* font-family: "FontAwesome"; */
  border-radius: 50px;
  color: white;
  font-size: 0.8em;
  padding: 5px 11px 15px;
  background-color: #2d4d72;
  margin-right: 11px;
  width: 21px;
  height: 21px;
  font-family: "Lato", sans-serif;
}

.faq_cta .right .contentCTA p {
  font-size: 0.9em;
  margin: 0px 0px;
}

@media (max-width:700px) {
  .faq_cta {
    flex-direction: column;
    background-size: 89%;
    background-position: top left;
  }


  .faq_cta .left {

    height: 52vw;
    max-width: 500px;
    background-size: 99%;
  }

  .faq_cta .right {
    width: 100%;
    max-width: 700px;
    padding: 0px 20px 60px 20px;
  }
}

/* @media (max-width:520px) {
  .faq_cta .left {
    height: 210px;
  }

} */

/* Blog CTA ============================== */

.blog_cta {
  position: relative;
  padding: 32px 5%;
  background-color: #2d4d72;
  border-top: 4px solid #2d4d72;
  /* border-radius: 100px; */
  background-image: url(images/home_header_back.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.blog_cta:before {
  content: '';
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #2d4d7217;
}

.blog_cta .centered {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  border-radius: 130px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 50px;
  background-color: #2d4d72;
}

.blog_cta .centered .content {
  padding: 20px 32px;
}

.blog_cta .centered .content h2 {
  font-size: 1.6em;
  margin: 0px;
  color: white;
}

.blog_cta .centered .content p {
  font-size: 0.9em;
  color: white;
}

.blog_cta .readmore {
  display: inline-block;
  position: relative;
  padding: 16px 31px;
  color: #000;
  background: #fff;
  font-size: 1.1em;
  border-radius: 40px;
  box-shadow: 2px 2px 10px #00000045;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.5;
}

.blog_cta .readmore:hover {
  background: #fffbee;
}

@media (max-width:700px) {
  .blog_cta {
    padding: 2px 5% 35px 5%;
    background: #2d4d72;
  }

  .blog_cta .centered {
    flex-direction: column;
    padding: 0px 0px;
    background-color: transparent;
  }

  .blog_cta .centered .content h2 {
    text-align: center;
  }

}



/* Footer ================================== */

footer {
  background-color: #151515;
  color: #919191;
  padding: 20px 0% 10px 0%;
  text-align: center;
  font-size: smaller;
}

.assoc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  gap: 20px;
  margin-top: 10px;
}

.assoc a {
  position: relative;
  width: 100%;
  max-width: 344px;
}

.assoc img {
  width: 100%;
  height: auto;
}

.footerNav {}

.footerNav ul {
  list-style: none;
  max-width: 625px;
  padding: 0px 17px;
  margin: 32px auto 0px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* gap: 20px; */
}

.footerNav ul li {
  display: inline-block;
  border-right: 1px solid #ffffff6b;
  flex-grow: 1;
  padding: 0px 7px;
  margin: 5px 0px;
}

.footerNav ul li:last-of-type {
  border-right: none;
}

.footerNav ul li a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width:800px) {
  .assoc {
    flex-direction: column;
    gap: 7px;
  }

  .assoc a {
    max-width: 294px;
  }
}


/* Product Page ========================= */

img.product_img {
  float: right;
  width: 40%;
  max-width: 320px;
  margin: 0 20px;
  height: auto;
  max-height: 530px;
  object-fit: contain;
}

@media (max-width:450px) {
  img.product_img {
    display: block;
    float: none;
    margin: 0px auto;
    width: 75%;
    max-width: 186px;
  }

}


/* Product Page ========================= */
.products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 0px 20px;
  margin: -30px auto 30px;
  max-width: 1200px;
  /* min-height: 460px; */
}

.products .product {
  width: 30%;
  min-width: 168px;
  max-width: 340px;
  text-align: center;
  margin: 20px 0px;
}

.products .product a {
  display: flex;
  flex-direction: column;
  align-items: anchor-center;
  text-decoration: none;
  padding: 5px 0px;
}

.products .product a img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 12px;
}

.products .product .button {
  display: flex;
  align-items: anchor-center;
  gap: 20px;
  font-size: smaller;
  font-size: 1.1em;
  background: #2d4d72;
  padding: 13px 26px;
  margin: 31px 0px 10px 0px;
  transition: color 0.3s;
}

.products .product a:hover .button {
  background: #366ba8;
}

.products .product a span {
  position: relative;
}

.products .product ul {
  list-style: none;
  padding: 0px 11px;
  margin: 0px auto;
  max-width: 162px;
}

.products .product ul li {
  position: relative;
  display: flex;
  align-items: anchor-center;
}

.products .product ul li:before {
  display: block;
  content: '';
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0px 10px 0px 0px;
  border-radius: 20px;
  background-color: #00000030;
}

.products .product ul li a {
  padding: 4px 0px;
  color: black;
  flex-direction: row;
  white-space: nowrap;
}

.products .product ul li a:hover {
  text-decoration: underline;
}


@media (max-width:630px) {
  .products {
    justify-content: space-around;
    margin: -30px auto 100px;
  }
}

/* Product Page========================= */
.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px 10px;
}

.brand img {
  display: flex;
  flex-direction: row;
  align-items: anchor-center;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0px 0px;
  padding: 0px 20px;
  border-radius: 52px;
  /* border: 2px solid red; */
  box-shadow: 1px 2px 10px #0000001a;
  background: white;
}

.branding {
  display: flex;
  flex-direction: row;
  align-items: anchor-center;
  justify-content: space-between;
  gap: 20px;
  margin: 40px auto 14px;
  max-width: 1170px;
  width: 97%;
  padding: 6px 36px 6px 24px;
  border-radius: 70px;
  /* border: 2px solid red; */
  box-shadow: 1px 2px 10px #0000001a;
  background: white;
  /* overflow: hidden; */
}

.branding a {
  position: relative;
  display: block;
  /* overflow: hidden; */
}

.branding a img {
  border-radius: 10px;
}

.branding a:before {
  position: absolute;
  content: '\00AB  go back';
  top: -20px;
  left: 20px;
  color: black;
  font-size: 0.9em;
  font-style: italic;
  transform: translateY(0px);
  opacity: 0;
  transition: 0.3s;
}

.branding a:hover:before {
  transform: translateY(-17px);
  opacity: 0.5;
}

.branding h1 {
  margin: 5px 0px;
  font-size: 1.6em;
}

.page-child .interior table {
  border: none;
  width: 100%;
}

.page-child .interior table tr {}

.page-child .interior table td {
  background-color: #ededed;
  border: none;
  padding: 0px 30px;
  font-size: smaller;
}

@media (max-width:660px) {
  .branding {
    flex-direction: column;
    background-color: transparent;
    box-shadow: unset;
  }

  .branding a:before {
    top: 7px;
  }

  .branding img {
    display: flex;
    flex-direction: row;
    align-items: anchor-center;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0px 0px;
    padding: 0px 20px;
    border-radius: 40px;
    /* border: 2px solid red; */
    box-shadow: 1px 2px 10px #0000001a;
    background: white;
    width: 100%;
  }

  .branding h1 {
    min-width: unset !important;
  }

  .page-child .interior table tr {
    display: flex;
    flex-direction: column;
  }

  .page-child .interior table td {
    width: 100%;
  }
}


/* Brand Page ========================== */

ul.breadcrumbs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 1px;
  list-style: none;
  padding: 0px 14px;
  margin: 15px auto 10px;
  /* max-width: 394px; */
  font-size: smaller;
}

.breadcrumbs li {
  position: relative;
}

.breadcrumbs li a {
  /* display: block; */
  font-size: 1em;
  color: #456a94;
  white-space: nowrap;
  padding: 2px 11px;
}

.breadcrumbs li strong {
  /* display: block; */
  color: #a0b6cf;
  font-weight: normal;
  border: 1px solid #b0bcca;
  border-radius: 20px;
  padding: 2px 10px;
}

.breadcrumbs li a:hover {
  color: #000;
}

.product_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  padding: 0px;
  margin: 0px auto 0pc;
  max-width: 1280px;
  justify-content: space-evenly;
  /* margin-top: 20px; */
}

.product_list li {
  display: flex;
  list-style: none;
  align-items: end;
  width: 24%;
  /* min-width: 210px; */
  max-width: 190px;
  text-align: center;
  margin: 0px 0px 20px 0px;
}

.page-id-301 .product_list {
  max-width: 970px;
}

.product_list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 5px 0px;
}

.product_list li a:before {
  content: 'CLICK TO VIEW';
  opacity: 0;
  color: black;
  margin-bottom: 5px;
  font-size: smaller;
  transform: translateY(-80%);
  transition: 0.3s;
}

.product_list li a:hover:before {
  opacity: 1;
  transform: translateY(0%);
}

.product_list li a img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.product_list li a span {
  position: relative;
  background: #2d4d72;
  line-height: 1em;
  width: 100%;
  margin-top: -42px;
  border: 1px solid #b2bdcb;
  white-space: nowrap;
  box-shadow: 1px -5px 19px -2px #b0cbe98c;
  transition: 0.3s;
}

.product_list li a:hover span {
  background: #315c8d;
  box-shadow: 1px -5px 37px -2px #b1cff1;
}

@media (max-width:660px) {
  .product_list li {
    width: 49%;
    max-width: unset;
  }
}

@media (max-width:660px) {
  .product_list li {
    width: 49%;
    max-width: 170px;
  }
}

/* blog_list archive ================================== */
.blog_list {
  display: flex;
}

.blog_list .blogitem {
  display: flex;
  padding: 20px 54px 20px 24px;
  border-radius: 120px;
  /* border: 2px solid red; */
  box-shadow: 1px 2px 10px #0000001a;
  background: white;
}

.blog_list .blogitem a.blog_thumb {
  display: flex;
  align-items: anchor-center;
  position: relative;
}

.blog_list .blogitem a.blog_thumb img {
  width: 120px;
  height: auto;
}

.blog_list .blogitem .right {}

.blog_list .blogitem .right h2 {
  margin: 5px 0px;
  margin-right: 23px;
}

.blog_list .blogitem .right p {
  margin: 5px 6px 5px 6px;
}

@media (max-width:660px) {
  .blog_list .blogitem {
    flex-direction: column;
    padding: 20px 28px 67px 28px;
  }

}



/* Single New Post================== */
.single .button:after {
  display: none;
}


/* GSAP ANIMATION RELATED  ============== */
.product_list li,
.products .product,
.interior .centered>* {
  visibility: hidden;
}

/* FAQ interior CTA ================ */
.faq_cta_interior {
  position: relative;
  display: flex;
  flex-direction: column;
  /* background-image: url(images/faq.jpg); */
  background-size: 400px;
  background-position: left top;
  background-repeat: no-repeat;
  /* padding-top: 150px; */
  border-top: 2px solid gray;
  background: #1a6fb3;
}

.faq_cta_interior>span {
  position: absolute;
  left: -50px;
  bottom: -120px;
  font-size: 20em;
  color: white;
  opacity: 0.1;
  filter: blur(6px);
}

.faq_cta_interior .image {
  display: flex;
  /* background-color: #fdfdfd; */
}

.faq_cta_interior .image img {
  width: 100%;
  max-width: 350px;
  height: auto;
  /* opacity: 0.8; */
}

.faq_cta_interior h2 {
  margin: 0 auto;
  padding: 30px 40px 0px;
  width: 100%;
  max-width: 980px;
  font-weight: bold;
  color: white;
  text-align: center;
}

.faq_cta_interior .centered2 {
  margin: 0 auto;
  max-width: 1020px;
  padding: 20px 4% 60px 4%;
  color: white;
}


.faq_cta_interior .contentCTA {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 20px;
}

.faq_cta_interior .contentCTA h3 {
  display: flex;
  align-items: baseline;
  position: relative;
  font-size: 1.4em;
  color: #2d4d72;
  margin: 23px 0px 0px 0px;
  /* font-family: "Lato", sans-serif; */
}

.faq_cta_interior .contentCTA h3:before {
  content: "Q";
  /* font-family: "FontAwesome"; */
  border-radius: 50px;
  color: white;
  font-size: 0.8em;
  padding: 5px 11px 15px;
  background-color: #2d4d72;
  margin-right: 11px;
  width: 21px;
  height: 21px;
  font-family: "Lato", sans-serif;
}

.faq_cta_interior .contentCTA div {
  color: black;
  font-size: 1em;
  margin: 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


/* Indoor Installations gallery */

.gallery2 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 50px;
}

.gallery2 img {
  object-fit: cover;
  object-position: center;
  display: block;
  height: 100%;
  width: 100%;
  flex-grow: 1;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  filter: invert(0%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
  border-radius: 3px;
  box-shadow: 3px 2px 10px -4px rgba(0, 0, 0, 0.8);
  transform: scale(1);
  max-width: 100%;
  max-width: 288px;
  width: 33% !important;
}

@media (max-width:760px) {
  .new_section .centered {
    padding: 20px 0px 50px;
  }

}