@font-face {
  font-family: "Javacom";
  src: url("Javacom.woff2") format("woff2"), url("Javacom.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Georgia";
  src: url("Georgia-Bold.woff2") format("woff2"),
    url("Georgia-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Georgia";
  src: url("Georgia.woff2") format("woff2"), url("Georgia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Georgia";
  src: url("Georgia-Italic.woff2") format("woff2"),
    url("Georgia-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Georgia";
  src: url("Georgia-BoldItalic.woff2") format("woff2"),
    url("Georgia-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}

html{
  overflow-x: hidden;
}

body {
  font-family: "Georgia", sans-serif;
  font-weight: normal;
  font-style: normal;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1 !important;
}
.menu-header-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.5rem;
}

#overlay-menu {
  background: white;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
}

.menu-container {
  display: none;
  flex-direction: row;
  justify-content: space-around;
}

#menu-container .uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #686868;
  font-weight: bold;
}

#menu-container .uk-navbar-nav > li > a {
  color: #686868;
  font-weight: bold;
}

#menu-container .uk-navbar-nav > li > a:before {
  display: none;
}
#menu-icon-open {
  cursor: pointer;
}
#menu-icon-close {
  fill: black;
  font-weight: 900;
  height: 50px;
  width: 50px;
  cursor: pointer;
}

.tm-navbar-container {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 2;
}
.home .slideshow {
  /* margin-top: -7rem !important; */
}

.uk-sticky-placeholder {
    position: absolute;
    width: 100%;
}

.home .custom-our-guiding-statements-mod {
  margin-top: 0 !important;
}

.home .slideshow .uk-overlay-panel {
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
  width: 100%;
  justify-content: center;
  padding: 0;
}

.home .slideshow .uk-overlay-panel h2 {
  font-size: 6rem;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 1rem;
  color: #563216;
}
.home .slideshow .uk-overlay-panel h3 {
  font-style: italic;
}
.home .slideshow .uk-overlay-panel .uk-button {
  font-weight: bold;
  font-style: italic;
  padding: 0.5rem 1.5rem;
}
.home .slideshow .uk-overlay-panel p {
  color: #012d17;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: italic;
}

.pages-overlay h1 {
  font-style: italic;
  font-size: 4rem;
 
}

body.rd-resort-map .pages-overlay h1 {
 color:#ffffff;
}

.pages-overlay p {
  font-weight: normal;
  font-style: italic;
  font-size: 1.5rem;
}
.pages-overlay a {
  text-decoration: none !important;
}
.login-button {
  background-color: #14a8e2;
  padding: 0.4rem 0.9rem;
  border-radius: 8px;
  color: white;
  transition: all 0.3s ease-in-out;
}
.login-button:hover {
  background-color: #16a0d7;
  color: white;
}
.admission-button {
  background-color: #fcb855;
  color: black;
  padding: 0 1.1rem;
  border-radius: 10px;
  font-size: 3rem;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  border: none;
  line-height: 65px;
}
.admission-button.uk-button::before {
  background: #046241;
}
.admission-button:hover {
  color: fff;
}

body:not(.home) .tm-content-text,
body:not(.home) .uk-article-title {
  padding: 0 2rem;
}

.uk-article-title > .line {
  display: block;
  width: 50px;
  height: 5px;
  margin: 0 auto 30px auto;
  background-color: transparent;
}

.White h3,
.White h2,
.Violet h3,
.Violet h3,
.Violet h2,
.Purple h3,
.Purple h2,
.Blue h3,
.Blue h2,
.Gray h2,
.Gray h3 {
  font-size: 2.4rem;
  /* font-family: sans-serif; */
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px){
  .tm-content-text h2.uk-article-title{
     font-size: 2.4rem; 
  }
}

.White .uk-article-title > .line,
.Cream .uk-article-title > .line {
  background-color: #1d145f;
}

.Violet .uk-article-title > .line,
.Purple .uk-article-title > .line,
.Blue .uk-article-title > .line {
  background-color: #ffea61;
}
.Violet h3,
.Violet h2,
.Purple h3,
.Purple h2 {
  color: #ffea61;
  font-size: 3rem;
  margin-bottom: 4rem;
}

.Blue h3,
.Blue h2 {
  color: #ffea61;
}
.Gray .uk-article-title > .line {
  background-color: #ffc34b;
}
.Gray h2,
.Gray h3 {
  color: #ffc34b;
}
.Cream p {
  color: #adbcc4;
}

.uk-article + .uk-article {
  margin-top: 0;
}

.slider {
  padding: 8rem 3rem;
}
.slider .uk-slideshow {
  margin-top: 3rem;
}
.custom-our-certifications {
  padding: 3rem 5rem;
}
.slider .uk-dotnav > * > * {
  background: rgb(255 255 255 / 51%);
  border-color: #ffffff;
  border: 0;
  width: 55px;
  border-radius: 0;
  height: 5px;
}

.White .slider .uk-dotnav > * > * {
  background: rgb(232 232 232);
}
.White .slider .uk-dotnav-contrast > .uk-active > * {
  background: #a3a3a3;
}

.slider .uk-dotnav-contrast > .uk-active > * {
  background: #ffffff;
}

.home .uk-container {
  max-width: 1900px;
}
@media (min-width: 800px) {
  .uk-container {
    max-width: 1900px;
    padding: 0;
  }
}

.menu-items {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.menu-items .navbar ul {
  display: flex;
  flex-direction: column;
  text-align: end;
}

.menu-items .navbar ul {
  display: flex;
  flex-direction: column;
  text-align: end;
}
.menu-items .navbar ul li {
  margin-right: 0;
}

.custom-our-certifications {
  background-color: #e6e6e6;
  padding: 4rem 0;
}

.home .custom-our-certifications .uk-panel-teaser img {
  background: white;
  padding: 2rem;
}

#tm-footer {
  background-color: #EADECB;
  color: white;
  padding: 2rem 2rem 0 4rem;
}

.blog-content-contact-us #tm-footer {
  color: white;
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  padding:  40px;
}
.blog-content-contact-us {
    background: #EADECB;
}

@media screen and (max-width: 768px){
  #tm-footer {
    padding: 1.5rem ;
  }
}

#tm-footer ul {
  text-align: start;
}
#tm-footer ul li:first-of-type a {
  color: white;
}

#tm-footer ul li a, 
#tm-footer ul li span{
  color: #ffffff82;
  text-transform: initial;
  font-size: 16px;
}
footer.tm-footer p.primary.uk-text-bold {
  margin: 10px 0;
  font-family: 'Georgia';
  font-size: 15px;
}
.tm-main-top + .tm-content,
.tm-content + .tm-main-bottom {
  padding-top: 0;
}
.slider .uk-overlay-panel {
  position: relative;
}

/* About us */
.about-us .uk-slideshow .uk-overlay-panel,
.programs .uk-slideshow .uk-overlay-panel,
.admissions .uk-slideshow .uk-overlay-panel,
.alumni .uk-slideshow .uk-overlay-panel,
.hawk-store .uk-slideshow .uk-overlay-panel {
  display: flex;
  align-items: end;
  background: transparent;
}

.about-us .uk-slideshow .uk-overlay-panel h2,
.programs .uk-slideshow .uk-overlay-panel h2,
.admissions .uk-slideshow .uk-overlay-panel h2,
.alumni .uk-slideshow .uk-overlay-panel h2,
.hawk-store .uk-slideshow .uk-overlay-panel h2 {
  color: white;
  font-size: 5.5rem;
  font-weight: bold;
  margin-right: 4rem;
}

.about-us .slideshow-about,
.admissions .slideshow-admissions,
.programs .slideshow-programs,
.alumni .slideshow-alumni,
.hawk-store .slideshow-hawk-store {
  margin-top: -7rem;
}
.about-us .library .slider .uk-slideshow {
  margin-top: 0;
}

/* .contact:not(.uk-offcanvas-page) .tm-navbar-default.tm-navbar-container,
body:not(.uk-offcanvas-page) .tm-navbar-default.tm-navbar-container.uk-active {
  background-color: #fff;
  box-shadow: 0px 0px 9px -4px rgba(0, 0, 0, 0.2);
} */

.tm-isblog:not(.blog-content-homepage) h2 {
  font-size: 35px;
}
body .tm-navbar-default.tm-navbar-container.uk-active {
  background-color: #fff;
  box-shadow: 0px 0px 9px -4px rgba(0, 0, 0, 0.2);
}
.contact
  .menu-header
  .menu-header-actions
  .tm-logo-small
  > img:not(.uk-hidden) {
  display: none;
}
.contact .menu-header .menu-header-actions .tm-logo-small > img.uk-hidden {
  display: block !important;
  visibility: visible !important;
}
.contact
  .menu-header
  .menu-header-actions
  .uk-navbar-toggle
  > .burger-icon
  > .burger-container
  > span {
  background-color: #4d4d4d;
}
.contact .uk-form-stacked .uk-form-controls {
  position: relative;
}
.contact .uk-form-stacked .uk-form-controls > label {
  position: absolute;
  font-weight: 100;
  color: #807f7f;
  left: 10px;
  top: 5px;
}

.contact .uk-form-stacked .uk-form-controls > input,
.contact .uk-form-stacked .uk-form-controls > textarea {
  width: 100%;
    padding: 15px 20px 20px 10px;
    border: 1px solid #d4d4d4;
    margin-bottom: -1px;
    box-sizing: border-box;
}
.contact .uk-form-stacked .uk-form-controls > textarea {
  height: 110px;
}
.uk-form-stacked .uk-form-controls > input,
.uk-form-stacked .uk-form-controls > textarea {
  border: none;
  background: white;
  width: 100%;
}
.uk-form-stacked .uk-form-label {
  font-weight: 500;
  color: #573113;
}
.contact .uk-form-stacked .uk-form-controls > input:focus + label,
.contact .uk-form-stacked .uk-form-controls > textarea:focus + label {
  font-weight: bold;
}
.tm-navbar-default.tm-navbar-container.uk-active
  .tm-logo-small
  > img:not(.uk-hidden) {
  display: none;
}
.tm-navbar-default.tm-navbar-container.uk-active .tm-logo-small > img.uk-hidden,
.tm-navbar-default.tm-navbar-container .tm-navbar-right {
  display: block !important;
  visibility: visible !important;
}

body.uk-offcanvas-page .tm-navbar-default.tm-navbar-container {
  z-index: 999;
}

#offcanvas ul.uk-nav.uk-nav-offcanvas {
  text-align: left;
  position: relative;
}
#offcanvas ul.uk-nav.uk-nav-offcanvas li a {
  text-transform: none;
  color: #d2af64;
  background: transparent;
  font-size: 16px;
  line-height: 28px;
  font-family: "Georgia";
  font-weight: 500;
}
#offcanvas ul.uk-nav.uk-nav-offcanvas li.uk-active > a,
#offcanvas ul.uk-nav.uk-nav-offcanvas li:hover > a,
#offcanvas ul.uk-nav.uk-nav-offcanvas > li.uk-parent > ul.uk-nav-sub > li > a {
  color: #fff;
}
/*#offcanvas ul.uk-nav.uk-nav-offcanvas > li + li {
  margin-top: 20px;
}*/

#offcanvas ul.uk-nav.uk-nav-offcanvas > li.uk-parent > ul.uk-nav-sub {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#offcanvas ul.uk-nav.uk-nav-offcanvas > li.uk-parent > ul.uk-nav-sub > li > a {
  white-space: nowrap;
}

#offcanvas ul.uk-nav.uk-nav-offcanvas > li.uk-parent:hover > .uk-nav-sub {
  visibility: visible;
  opacity: 1;
  transform: translateX(0px);
}

/* Burger Button*/
body .tm-navbar-container .uk-navbar-toggle {
  position: relative;
}
body .tm-navbar-container .uk-navbar-toggle .burger-icon {
  position: absolute;
  /* padding: 13px 0px; */
  /* height: 48px; */
  /* width: 48px; */
  left: 10px;
  top: 10px;
  transform: scale(0.8);
}
body .tm-navbar-container .uk-navbar-toggle .burger-icon .burger-container {
  position: relative;
  height: 28px;
  width: 36px;
}
body .tm-navbar-container .uk-navbar-toggle .burger-bun-top,
body .tm-navbar-container .uk-navbar-toggle .burger-bun-bot,
body .tm-navbar-container .uk-navbar-toggle .burger-filling {
  position: absolute;
  display: block;
  height: 3px;
  width: 32px;
  border-radius: 2px;
  background: #563216;
}
.tm-navbar-default.tm-navbar-container.uk-active .burger-container > span,
body.uk-offcanvas-page
  .tm-navbar-default.tm-navbar-container
  .burger-container
  > span {
  background-color: #4d4d4d;
}
body .tm-navbar-container .uk-navbar-toggle::after {
  display: none;
}
body .tm-navbar-container .uk-navbar-toggle {
  padding-left: 20px;
  height: 45px;
  width: 205px;
}
body:not(.uk-offcanvas-page)
  .tm-navbar-container
  .uk-navbar-toggle
  .burger-icon
  .burger-container
  .burger-bun-top {
  -webkit-animation: bun-top-in 0.6s linear normal;
  animation: bun-top-in 0.6s linear normal;
  animation-fill-mode: none;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body
  .tm-navbar-container
  .uk-navbar-toggle
  .burger-icon
  .burger-container
  .burger-bun-top {
  top: 0;
  transform-origin: 32px 2px;
}
body:not(.uk-offcanvas-page)
  .tm-navbar-container
  .uk-navbar-toggle
  .burger-icon
  .burger-container
  .burger-filling {
  -webkit-animation: burger-fill-in 0.6s linear normal;
  animation: burger-fill-in 0.6s linear normal;
  animation-fill-mode: none;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body
  .tm-navbar-container
  .uk-navbar-toggle
  .burger-icon
  .burger-container
  .burger-filling {
  top: 12px;
}

body:not(.uk-offcanvas-page)
  .tm-navbar-container
  .uk-navbar-toggle
  .burger-icon
  .burger-container
  .burger-bun-bot {
  -webkit-animation: bun-bot-in 0.6s linear normal;
  animation: bun-bot-in 0.6s linear normal;
  animation-fill-mode: none;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body
  .tm-navbar-container
  .uk-navbar-toggle
  .burger-icon
  .burger-container
  .burger-bun-bot {
  bottom: 0;
  transform-origin: 34px 2px;
}

body.uk-offcanvas-page
  .tm-navbar-container
  .uk-navbar-toggle
  .burger-icon
  .burger-container
  .burger-bun-top {
  -webkit-animation: bun-top-out 0.6s linear normal;
  animation: bun-top-out 0.6s linear normal;
  animation-fill-mode: none;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.uk-offcanvas-page
  .tm-navbar-container
  .uk-navbar-toggle
  .burger-icon
  .burger-container
  .burger-filling {
  -webkit-animation: burger-fill-out 0.6s linear normal;
  animation: burger-fill-out 0.6s linear normal;
  animation-fill-mode: none;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body.uk-offcanvas-page
  .tm-navbar-container
  .uk-navbar-toggle
  .burger-icon
  .burger-container
  .burger-bun-bot {
  -webkit-animation: bun-bot-out 0.6s linear normal;
  animation: bun-bot-out 0.6s linear normal;
  animation-fill-mode: none;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.uk-offcanvas-page .tm-navbar-container .uk-navbar-toggle {
}

@-webkit-keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    top: 0;
    transform: rotate(15deg);
  }
  80% {
    left: -5px;
    top: 0;
    transform: rotate(-60deg);
  }
  100% {
    left: -5px;
    top: 1px;
    transform: rotate(-45deg);
  }
}

@keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    top: 0;
    transform: rotate(15deg);
  }
  80% {
    left: -5px;
    top: 0;
    transform: rotate(-60deg);
  }
  100% {
    left: -5px;
    top: 1px;
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes bun-bot-out {
  0% {
    left: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    transform: rotate(-15deg);
  }
  80% {
    left: -5px;
    transform: rotate(60deg);
  }
  100% {
    left: -5px;
    transform: rotate(45deg);
  }
}
@keyframes bun-bot-out {
  0% {
    left: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    transform: rotate(-15deg);
  }
  80% {
    left: -5px;
    transform: rotate(60deg);
  }
  100% {
    left: -5px;
    transform: rotate(45deg);
  }
}
@-webkit-keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    transform: rotate(-45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(-60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(15deg);
  }
  100% {
    left: 0;
    bot: 1px;
    transform: rotate(0deg);
  }
}
@keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    transform: rotate(-45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(-60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(15deg);
  }
  100% {
    left: 0;
    bot: 1px;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes bun-bot-in {
  0% {
    left: -5px;
    transform: rotate(45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(-15deg);
  }
  100% {
    left: 0;
    transform: rotate(0deg);
  }
}
@keyframes bun-bot-in {
  0% {
    left: -5px;
    transform: rotate(45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(60deg);
  }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(-15deg);
  }
  100% {
    left: 0;
    transform: rotate(0deg);
  }
}

@-webkit-keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  80% {
    width: 36px;
    left: -6px;
  }
  100% {
    width: 36px;
    left: 0px;
  }
}

@keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  80% {
    width: 32px;
    left: -6px;
  }
  100% {
    width: 32px;
    left: 0px;
  }
}
@-webkit-keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px;
  }
  20% {
    width: 42px;
    left: -6px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  100% {
    width: 0;
    left: 36px;
  }
}
@keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px;
  }
  20% {
    width: 42px;
    left: -6px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  100% {
    width: 0;
    left: 36px;
  }
}

div#daily-schedule .uk-width-medium-6-10,
.prepare-for-the-admissions-process .uk-width-medium-6-10,
.alumni .educating-the-mind-without-educating .uk-width-medium-6-10,
.admissions .admissions-form .uk-width-medium-6-10,
.about-us .pcis-facts .uk-width-medium-6-10,
.hawk-store .products-list .uk-width-medium-6-10,
.hawk-store .support-your-school-team .uk-width-medium-6-10 {
  width: 100%;
  left: 0;
}

div#daily-schedule .uk-width-medium-4-10,
.prepare-for-the-admissions-process .uk-width-medium-4-10,
.alumni .educating-the-mind-without-educating .uk-width-medium-4-10,
.admissions .admissions-form .uk-width-medium-4-10,
.about-us .pcis-facts .uk-width-medium-4-10,
.hawk-store .products-list .uk-width-medium-4-10,
.hawk-store .support-your-school-team .uk-width-medium-4-10 {
  display: none;
}

div#daily-schedule .tm-content,
.prepare-for-the-admissions-process .tm-content,
.alumni .educating-the-mind-without-educating .tm-content {
  padding: 4rem 0;
}

.admissions .admissions-form .tm-content-text {
  padding: 0;
}
.admissions .admissions-form .tm-content-text .form-container {
  margin-top: 3rem;
  padding: 0 5rem;
}
.admissions .admissions-form .tm-content-text .form-container h2 {
  color: #4d4d4d;
  margin-bottom: 0;
}

.admissions .prepare-for-the-admissions-process .White {
  background-color: #e6e6e6 !important;
  min-height: 100vh;
}

.about-us .pcis-facts .White {
  background-color: #e6e6e6 !important;
  padding: 3rem 5rem;
}

.admissions .prepare-for-the-admissions-process .White h2,
.about-us .pcis-facts .White .White h2 {
  color: #0e0e0e;
}

.hawk-store .products-list {
  padding: 3rem 0;
}

.hawk-store .support-your-school-team .Blue {
  min-height: 75vh;
}

.hawk-store .support-your-school-team .uk-overlay-panel {
  position: relative;
  padding: 0;
}

.educating-the-mind-without-educating h3 {
  font-family: anandaregular;
  font-size: 4rem;
  color: #106da3;
  font-weight: 500;
}

.educating-the-mind-without-educating .White p {
  color: #1d145f;
  font-size: 2rem;
  color: #106da3;
}

.slideshow .uk-cover-background {
  background-position: top;
}

@media screen and (min-width: 768px){
  .mb-negative-5 {
    bottom: -5rem !important;
  }
}

.p6 {
  padding: 6rem;
}

.tm-footer .primary *,
.primary {
  color: #563216 !important;
}

/*  .primary *,
.primary {
  color: #012D17 !important;
} */
.secondary {
  color: #adbcc4 !important;
}
.home #begin-your-next-great-experience {
  margin-top: 0 !important;
}
.alt-title {
  font-size: 3rem;
  font-weight: 500;
}


.white .alt-title,
.cream h2,
.cream .alt-title,
.olive .alt-title,
.olive h2
 {
  color: #012D17;
}

.olive p {
  color: #4e3822;
}
.cute {
    display: block;
    font-size: 2.3rem;
    font-family: "Javacom" !important;
    font-weight: normal;
    font-style: normal;
    line-height: 1.8em;
}
.bg-light {
  background-color: #cce1e8;
}

.logo-footer {
  max-width: 150px;
  object-fit: contain;
  width: 100%;
}
.logos {
  max-width: 400px;
  object-fit: contain;
  width: 100%;
  margin-top: -70px;
}

div#offers .item {
  padding: 5rem;
}

div#offers .item:nth-child(odd) {
  background-color: transparent;
}

div#offers .item:nth-child(even) {
  background-color: #b8bba0;
}

div#offers .item:nth-child(even) p {
  color: #fff;
}

div#offers .item a {
  color: #012d17;
  font-weight: 500;
}

div#offers .item h2 {
  color: #594130;
  font-weight: bold;
}
.uk-offcanvas-bar {
  width: 400px;
  background-color: #333d29;
}
.donate-btn {
  background-color: #006837;
  color: white;
  font-size: 3rem;
  padding: 2rem 5rem;
  border-radius: 20px;
  display: inline-block;
}
.donate-btn:hover {
  background-color: #004012;
  text-decoration: none;
  color: white;
}
.uk-button:not(.uk-button-link):before {
  background: #012d17;
  top: 0;
}
.slideshow .uk-slideshow .uk-button:hover {
  color: white !important;
}
.wallness-page .pages-overlay {
  background-position: bottom;
}
.amenities-page .pages-overlay {
  background-position: center;
}

.pages-overlay {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 600px;
}

.tm-isblog.dining-page .pages-overlay{
    background-position: center;
}

.pages-overlay .uk-overlay-panel {
  color: #563216;
  position: unset;
}

.uk-article > :last-child {
  margin-bottom: 0 !important;
}

.tab-menu {
  justify-content: space-between;
  padding: 3rem 0rem;
  /* border-top: 1px solid #4e3822; */
  /* margin-top: 2rem; */
}
.tab-menu a {
  color: #006837  !important;
  font-weight: 500;
      font-family: "Javacom";
    font-weight: normal;
    font-style: normal;
    line-height: 1.8em;
}
.suites-page .tab-menu  a {
  border-bottom: 2px solid transparent;
  padding-bottom: 1rem;
}
.tab-menu .uk-active a,
.tab-menu a:hover {
  /* border-bottom: 4px solid green; */
  /* padding-bottom: 1rem; */
}
.tab-menu a {
  font-size: 20px;
}

/*#tennis .imagen {
  margin-bottom: -6rem;
}*/

#begin-your-next-great-experience h2.uk-article-title.uk-text-center {
  text-align: right !important;
}

@media screen and (min-width: 768px){
  #multiple-facilities,
  #enjoy-a-place-full-of-amenities,
  #where-sunrise,
  #begin-your-next-great-experience {
     padding: 0 0;
  }
}

.item p{
  color:#adbcc4;
}
.item a {
  color: #006837;
  font-style: italic;
  font-weight: 700;
}
.item-olive p {
  color: #fff;
}

.item {
  padding: 2rem 0;
}

.item h2 {
  font-size: 3rem;
}
.suites-page .tm-bottom-a {
  padding-bottom: 0;
}
.dining-page .tab-menu a {
    font-family: "Javacom";
}
/* Estilos especiÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ficos para tabletas y dispositivos moviles */
@media (min-width: 768px) {

  .item {
    padding: 5rem 0;
  }

  #offcanvas .uk-container {
    padding: 6rem 6.3rem;
  }
  /* #offcanvas ul.uk-nav.uk-nav-offcanvas > li.uk-parent > ul.uk-nav-sub {
    position: absolute;
    top: 0;
    right: 11rem;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transform: translateX(15px);
  } */
  #offcanvas .uk-panel img.logo {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .experience-page .pages-overlay {
    background-position: right;
  }
  .uk-article-title {
    font-size: 32px;
  }

  .p6 {
    padding: 0;
  }
  .mb-negative-5 {
    margin-bottom: 0rem !important;
  }
  .alt-title {
    font-size: 2rem;
  }
  .cute {
    font-size: 1.5rem;
  }
  body.uk-offcanvas-page .tm-navbar-default.tm-navbar-container {
    background-color: #fff;
  }
  #offcanvas .uk-container {
    padding: 6rem 2.5rem;
  }
  #offcanvas .uk-nav-offcanvas ul.uk-nav-sub {
    /* padding-right: 13px; */
    /* padding-left: 0; */
    /* display: none; */
  }
  #offcanvas ul.uk-nav.uk-nav-offcanvas > li + li {
    margin-top: 10px;
  }
  #offcanvas .uk-offcanvas-bar .uk-panel {
    display: none;
  }
  #offcanvas .uk-offcanvas-bar > .uk-container > .uk-flex {
    justify-content: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
  }
  body.uk-offcanvas-page
    .tm-navbar-default
    .menu-header
    .menu-header-actions
    .tm-logo-small {
    opacity: 1;
  }
  body.uk-offcanvas-page
    .tm-navbar-default
    .menu-header
    .menu-header-actions
    .tm-logo-small
    > img:not(.uk-hidden) {
    display: none;
  }
  body.uk-offcanvas-page
    .tm-navbar-default
    .menu-header
    .menu-header-actions
    .tm-logo-small
    > img.uk-hidden {
    display: block !important;
    visibility: visible !important;
  }
  /* .tm-format-simple .tm-content-media > img {
    max-height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  } */
  #puntacana-international-school .tm-format-simple .tm-content-media > img {
    object-position: center;
  }
  .tm-format-simple .uk-panel .tm-content {
    /* padding: 40px 20px; */
  }
  .tm-format-simple .uk-panel .tm-content > .uk-article-title {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .uk-visible-large {
    display: flex !important;
  }
  .home .welcome {
    margin-bottom: 7rem;
  }
  .home .welcome .description {
    padding: 20px 0rem;
  }
  .home .welcome img {
    height: 100%;
    object-fit: cover;
  }
  .home .slideshow .uk-overlay-panel h2 {
    font-size: 2rem;
    line-height: 1.1;
    margin-top: 3rem;
  }
  .login-button {
    display: none;
  }
  .buttons {
    padding: 1rem;
  }
  .home .admission-button {
    font-size: 1rem;
  }
  .menu-header-actions {
    padding: 0px;
  }

  .Blue h3,
  .Blue h2,
  .Violet h3,
  .Violet h2,
  .White h3,
  .White h2,
  .Purple h3,
  .Purple h2 {
    font-size: 1.5rem;
  }
  .tm-content-text {
    padding: 0 10px;
  }

  body:not(.home) .tm-content-text, body:not(.home) .uk-article-title{
    padding: 10px  10px;
  }
  
  .uk-article .uk-container {
    /* padding: 0 50px; */
  }
  .uk-grid > * {
    /* padding-left: 0; */
  }
  .uk-container {
    padding: 0px 10px;
  }

  .our-guiding-statements img,
  .faculty-and-staff img,
  .library img,
  .student-services-department img {
    min-height: 500px;
    object-fit: cover;
  }
  .student-services-department img {
    min-height: 536px;
  }
  .library img {
    min-height: 585px;
  }
  .slider,
  .about-us .pcis-facts .White {
    padding: 3rem 2rem;
  }
  .uk-slideshow .uk-overlay-panel h2 {
    font-size: 2.5rem !important;
  }
  .slider .uk-dotnav > * > * {
    width: 33px;
  }
  .tm-navbar-default .menu-header .menu-header-actions .tm-logo-small > img {
    max-width: 200px;
  }
  .tm-navbar-default.tm-navbar-container .tm-navbar-right {
    top: -15px;
    right: 0;
  }
  #nwea-map-growth > figure > img,
  #student-council > figure > img,
  #extra-curricular-activities > figure > img {
    min-height: 540px;
    object-fit: cover;
  }
  .admissions .admissions-form .tm-content-text .form-container {
    padding: 0;
  }
}

.slideshow-programs .uk-slideshow > .uk-active::before,
.slideshow-about .uk-slideshow > .uk-active::before,
.slideshow-admissions .uk-slideshow > .uk-active::before,
.slideshow-alumni .uk-slideshow > .uk-active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(125, 185, 232, 0) 0%,
    rgb(8 38 72 / 75%) 100%
  );
  top: 0;
  z-index: 1;
}

.slideshow-alumni .uk-slideshow > .uk-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(125, 185, 232, 0) 0%,
    rgb(8 38 72 / 42%) 100%
  );
  bottom: 0;
  z-index: 0;
  left: 0;
}

.uk-panel.mod-suite-items .uk-content img {
    width: 100%;
    max-width: 270px;
}

/* animacion svg */

.circle {
  fill: none;
  stroke: #106da3;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.circle-dash {
  fill: none;
  stroke: #106da3;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.check {
  fill: none;
  stroke: #7fbc03;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.check-dash {
  fill: none;
  stroke: #7fbc03;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.check {
  stroke-dasharray: 60 100;
  animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
  -webkit-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
  -moz-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
  -o-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
  opacity: 0;
}

@-webkit-keyframes check {
  from {
    stroke-dashoffset: 60;
    opacity: 1;
  }

  to {
    stroke-dashoffset: 00;
    opacity: 1;
  }
}

@-moz-keyframes check {
  from {
    stroke-dashoffset: 60;
    opacity: 1;
  }

  to {
    stroke-dashoffset: 00;
    opacity: 1;
  }
}

@keyframes check {
  from {
    stroke-dashoffset: 60;
    opacity: 1;
  }

  to {
    stroke-dashoffset: 00;
    opacity: 1;
  }
}

.check-dash {
  stroke-dasharray: 10 100;
  animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
  -webkit-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
  -moz-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
  -o-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
}

@-webkit-keyframes check-dash {
  from {
    stroke-dashoffset: 120;
  }

  to {
    stroke-dashoffset: 45;
  }
}

@-moz-keyframes check-dash {
  from {
    stroke-dashoffset: 120;
  }

  to {
    stroke-dashoffset: 45;
  }
}

@keyframes check-dash {
  from {
    stroke-dashoffset: 120;
  }

  to {
    stroke-dashoffset: 45;
  }
}

.circle {
  stroke-dasharray: 300 300;
  animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
  -webkit-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
  -moz-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
  -o-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
  opacity: 0;
}

@-webkit-keyframes circle {
  from {
    stroke-dashoffset: 300;
    opacity: 1;
  }

  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@-moz-keyframes circle {
  from {
    stroke-dashoffset: 300;
    opacity: 1;
  }

  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes circle {
  from {
    stroke-dashoffset: 300;
    opacity: 1;
  }

  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

.circle-dash {
  stroke-dasharray: 10 300;
  animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
  -webkit-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
  -moz-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
  -o-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
  opacity: 0;
}

@-webkit-keyframes circledash {
  from {
    stroke-dashoffset: 320;
    opacity: 1;
  }

  to {
    stroke-dashoffset: 20;
    opacity: 1;
  }
}

@-moz-keyframes circledash {
  from {
    stroke-dashoffset: 320;
    opacity: 1;
  }

  to {
    stroke-dashoffset: 20;
    opacity: 1;
  }
}

@keyframes circledash {
  from {
    stroke-dashoffset: 320;
    opacity: 1;
  }

  to {
    stroke-dashoffset: 20;
    opacity: 1;
  }
}


.uk-panel.mod-suite-items .uk-slideshow, 
.uk-panel.mod-suite-items .uk-slideshow > li {
  max-height: 635px;
}
.tm-isblog.gallery-page #gallery .learn-more
{
  display: none;
}

.home  .tm-content-text {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (min-width: 768px){
  #begin-your-next-great-experience .tm-content-text h2.uk-article-title {
    font-size: 3.2rem;
  }
}

.slideshow .uk-overlay-panel h2 + p + h3 {
  font-size: 50px;
}

.slideshow .uk-overlay-panel h2 + p + h3 > span {
  font-size: 24px;
}

.home .tm-sections {
  padding-top: 30px;
}

.home .tm-sections .tm-content-media > img {
  position: relative;
  z-index: 9;
}

.slideshow .uk-overlay-panel > div.uk-margin > div > h3 {
    color: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 0%);
    font-size: 46px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 200px;
}

.slideshow .uk-overlay-panel > div.uk-margin > div > h3 > span:first-child {
    font-size: 20px;
    margin-right: 15px;
}

.slideshow .uk-overlay-panel > div.uk-margin, .slideshow .uk-overlay-panel > div.uk-margin > div {
    height: 100%;
}

.slideshow .uk-overlay-panel > div.uk-margin > div {
    display: flex;
    align-items: center;
    
}

.slideshow .uk-overlay-panel > div.uk-margin > div > h3 > span:last-child {
    font-size: 20px;
    margin-left: 5px;
    position: absolute;
    right: -15px;
    top: 5px;
}

.menu-footer .menu > li > a, .menu-footer .menu > li > span, .menu-footer .menu > li > a, .menu-footer .menu > li > span + ul > li > a {
    color: #573113 !important;
    padding: 0px 5px;
    transition:all 0.3s;
}

.menu-footer .menu > li > a, .menu-footer .menu > li > span {
    font-weight: 500;
    font-family: 'Georgia';
}

.menu-footer > div:first-child > ul > li:not(li:nth-child(2),li:nth-child(3),li:nth-child(4),li:nth-child(5)),
.menu-footer > div:last-child > ul > li:not(li:nth-child(6),li:nth-child(7),li:nth-child(8),li:nth-child(9)) {
    display: none;
}

.menu-footer li.divider > ul {
    position: absolute;
    background: #e2d0b2;
    padding: 15px;
    top: -50px;
    left: 50px;
    border: 2px solid #573113;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out 0.1s;
}

.menu-footer li.divider:hover >  ul  {
    z-index: 1;
    opacity: 1;
}

.menu-footer .menu > li > span + ul > li > a {
    font-size: 14px;
}

.menu-footer ul.nav.menu.mod-list > li {
    margin-bottom: 5px;
}

.menu-footer .menu > li > a:hover, .menu-footer .menu > li > span:hover, .menu-footer .menu > li > a:hover {
    background: #573113;
    color: #ffffff !important;
}

@media screen and (max-width: 510px){
  .pages-overlay h1 {
    font-size: 2.5rem;
  }
  
  .tab-menu {
      justify-content: center;
  }
  
  .item h2 {
      font-size: 2.2rem;
  }
  
  .mod-suite-items ul.uk-thumbnav > li > a > img {
      width: 100%;
      max-width: 80px;
  }
  .blog-content-wellness .uk-width-medium-3-5 > div.uk-grid > div {
    padding-left: 0px;
  }
  .blog-content-homepage  .uk-text-right {
    text-align: left !important;
  }
  
  .menu-footer ul.nav.menu.mod-list > li {
      text-align: center;
  }
  .blog-content-sustainable-development .uk-grid.uk-grid-width-medium-1-4 > div {
      padding-left: 0px;
      margin-bottom:15px;
  }
  .blog-content-press-awards .uk-container-center.uk-grid {
    padding: 0px 15px;
  }

  .blog-content-press-awards .uk-container-center.uk-grid > div {
      padding-left: 0px;
  }

  .blog-content-press-awards .uk-container-center.uk-grid > div h2 {
      font-size: 30px;
  }
  .blog-content-dining .uk-grid > * {
    padding-left: 0px;
  }

  .blog-content-dining .uk-grid h2 {
      font-size: 30px;
  }
}

 #begin-your-next-great-experience p,
 .blog-content-homepage p.text-primary{color:#4D4D4D;}

.blog-content-homepage p {
    font-weight: 400;
}

.tm-footer .uk-form-controls > input {
    height: 30px;
    border-radius: 5px;
}

.tm-footer .uk-form-controls > textarea {
    height: 50px;
    border-radius: 5px;
    resize: none;
}

.tm-footer .uk-margin > .uk-button {
    border-radius: 5px;
    font-weight: 500;
    width: 100%;
    max-width: 120px;
    height: 40px;
    font-family: 'Georgia';
  font-weight: bold;
  font-style: italic;
}

.tm-footer .uk-form-controls > textarea::placeholder, .tm-footer .uk-form-controls > input::placeholder {
    color: #573113;
  
}

.tm-footer .uk-form-controls > textarea, .tm-footer .uk-form-controls > input {
    color: #573113;
    font-size: 14px;
    padding: 5px 10px;
}

footer.tm-footer p {
    font-weight: 500;
}
#begin-your-next-great-experience >div.uk-grid {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
#begin-your-next-great-experience .tm-content-media.uk-panel.mb-negative-5 {
    bottom: 0rem !important;
}


.tab-menu > li > a {
  text-transform: capitalize;
}

.blog-content-experience .uk-grid.tm-format-simple {
  align-items: center;
}

@media screen and (min-width: 796px){
  .blog-content-experience .uk-grid.tm-format-simple > div.texto {
    padding: 75px 0px;
  }
  .blog-content-experience  #tennis .uk-grid.tm-format-simple > div.texto {
    padding: 170px 0px;
  }
  .blog-content-experience #tennis .tm-content-media.uk-panel.mb-negative-5 {
    bottom: -10rem !important;
  }
}

.blog-content-experience .uk-grid.tm-format-simple > div.texto > div.uk-panel {
  width: 100%;
  
}

.blog-content-experience .uk-grid.tm-format-simple > div.texto.uk-text-right > div.uk-panel {
  margin-right: 0;
  margin-left: auto;
}

.blog-content-experience .tm-content-media.uk-panel.mb-negative-5 {
  bottom: 0px !important;
}

body:not(.home) a.tm-logo-small  > img.logo-home,
body.home  .tm-navbar-default:not(.uk-active) a > img.logo {
  display: none;
}

body.home .tm-navbar-container:not(.uk-active) .uk-navbar-toggle .burger-bun-top,
body.home .tm-navbar-container:not(.uk-active) .uk-navbar-toggle .burger-bun-bot,
body.home .tm-navbar-container:not(.uk-active) .uk-navbar-toggle .burger-filling {
  background: #ffffff;
}

body.home .tm-navbar-default:not(.uk-active) .tm-navbar-right + div > a {
  color: #ffffff !important;
}

div#offcanvas {
  background: transparent;
}

.suites-page ul.uk-slideshow > li > div {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

#begin-your-next-great-experience h2.alt-title {
    width: 100%;
    max-width: 410px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

#begin-your-next-great-experience .imagen {
    max-width: 1320px;
    margin: 0 auto;
    margin-bottom: 100px;
}


body.home #you-can-taste-our-variety .uk-panel.uk-flex,
body.home #experience-all-tortuga-bay .uk-panel.uk-flex {
  align-items: flex-start;
}

.uk-article > div:not(#begin-your-next-great-experience)  div.uk-grid > div > .uk-width-5-6.uk-width-medium-1-2 {
  width: 100%;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px){
  
  div#begin-your-next-great-experience {
    background-image: url('../../../images/background-lineas-r-l.png');
    background-position: 50% 94%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  #experience-all-tortuga-bay {
    background-image: url('../../../images/background-lineas-r-l.png');
    background-position: 50% 105%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 300px;
  }
  
  
  
  div#you-can-taste-our-variety{
    background-image: url('../../../images/background-lineas-l-r.png');
    background-position: 0%  105%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 150px;
  }
  
  .home .blog-content-homepage .uk-panel.uk-flex {
      background: transparent !important;
  }

  .uk-grid.menu-footer {
      width: 100%;
      max-width: 442px;
  }

  .tm-footer .uk-container.uk-container-center {
      max-width: 1340px;
      padding: 0px 20px;
  }

  div#effortless {
    background-image: url('../../../images/background-lineas-r-l.png');
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  div#silvia-tb {
    background-image: url('../../../images/background-lineas-l-r.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top:0px; 
  }
  
}

.blog-content-faq h1.uk-article-title {
  padding: 0;
  font-size: 45px;
}


@media screen and (max-width: 768px){
.tm-isblog:not(.blog-content-homepage) h2 {
    font-size: 35px;
}

.blog-content-faq h1.uk-article-title {
    font-size: 26px;
}

.blog-content-faq h1.uk-article-title {   
    font-size: 32px;
}
}


.blog-content-homepage article.uk-article .uk-container {
  width: 100%;
  max-width: 1740px;
}

.uk-container-small {
  width: 100%;
  max-width: 1310px;
  padding: 0px 40px;
}

@media screen and (max-width: 510px){
  .uk-container-small{
    padding: 0px 20px;
  }
}

@media screen and  (max-width: 767px) {
  .uk-visible-large {
    display: none !important;
  }
}
/* div#restaurant  a, */
.tab-menu li > a,
 .tab-menu li > span,
  .tab-menu li > span a,
  .btn-dining-bot > a {
    position: relative;
    text-decoration: none;
    width: max-content;
    text-transform: capitalize;
}

/*div#restaurant  a{
     
    font-style: italic;
    font-weight: 700;
}
 div#restaurant  a:hover{
    text-decoration: none;
   
}*/


/* div#restaurant  a::before, */
.tab-menu li > a:before,
 .tab-menu li > span::before,
 .btn-dining-bot > a::before {
    content: '';
    position: absolute;
    left: 0;
    height: 4px;
    background: #006837;
    bottom: -10px;
    width: 0%;
    transition: all 0.3s ease-in-out 0.1s;
}


div#restaurant  a:hover::before,
.tab-menu li > a:hover::before,
.tab-menu li > span:hover::before,
.tab-menu li.uk-active > a::before,
.btn-dining-bot > a:hover::before {
    width: 100%;
}

/* .blog-content-dining p.secondary,
.tm-isblog.especial-offers p.secondary{
  color: #006837 !important;
}
 */
.blog-content-dining  p.primary,
.tm-isblog.especial-offers p.primary{
  font-style: italic !important;
}

.uk-container-min {
  width: 100%;
  max-width: 960px;
}

.padding-content {
  /* padding: 0px 20px; */
}

.blog-content-dining a {
  font-family: 'Georgia';
  font-weight:400;
  font-size: 18px;
}

#padel .uk-grid.tm-format-simple ,
#golf .tm-format-simple,
#eco .tm-format-simple {
    align-items: center;
}

/* .blog-content-experience .uk-grid.tm-format-simple > div.texto > .uk-panel {
  align-items: flex-start;
}
 */

.blog-content-experience .tm-format-simple  > div.imagen {
  padding: 0px;
}

.blog-content-experience .tm-format-simple > div.texto {
  padding: 0px !important;
 
}

.content-items {
  width: 100%;
  max-width: 480px;
}


@media screen and (min-width: 768px){
  .mod-suite-items > div:nth-child(even) >  .uk-grid > div:last-child {
    left: -60%;
    display: flex;
    align-items: center;
  }

  .mod-suite-items > div:nth-child(even) >  .uk-grid > div:first-child {
      left: 40%;
  }

  .mod-suite-items > div:nth-child(even) >  .uk-grid > div:last-child {
      position:relative;
  }

  .mod-suite-items > div:nth-child(even) >  .uk-grid > div:first-child {
      position:relative;
  }

  .mod-suite-items > div:nth-child(even) > .uk-grid > div:last-child > .content-items {
      margin-right: 0;
      margin-left: auto;
  }

  .mod-suite-items {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    padding: 0px 40px;
  }

}

.mod-suite-items .uk-slidenav-position > a {
  font-style: normal;
  background: rgb(255 255 255 / 80%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: #006837;
}

.mod-suite-items .uk-slidenav-position > a:hover {
  background: #ffffff;
}

.img-sustdev > img {
  width: 100%;
  min-height: 540px;
  object-fit: cover;
}

.blog-content-press-awards div#press-awards > div.uk-grid > div {
  width: 100%;
}

.blog-content-press-awards div#press-awards > div.uk-grid {
  flex-wrap: wrap-reverse;
}

.mod-suite-items .pos-content {
  width: 100%;
  max-width: 330px;
}

body.experience-page .tm-content-text {
  width: 100%;max-width: 100%;
  padding: 0px 2rem;
}

.blog-content-experience > article.uk-article > div.dep > div:nth-child(even) .tm-content-text {
    margin-left: auto;
    margin-right: 0;
}


.blog-content-experience a.primary,a.primary.my-id {
    font-style: italic;
    font-weight: 700;
}
.tm-navbar-right  + div > a {
  font-size: 17px;
}

p a {
  font-family: 'Georgia';
}

.blog-content-weddings-2 .tm-content-text {
  width: 100%;
  max-width: 380px;
  padding: 0px 2rem !important;
}

.blog-content-weddings-2 .tm-content > h2{
  padding: 0px ;
}

body.uk-offcanvas-page .burger-container > span {
  background: #ffffff !important;
}

.tm-isblog.dining-page h2 {
  font-style: italic;
}

.tm-isblog.dining-page h2.uk-margin-large-bottom{
    margin-bottom: 40px !important;
}

#offcanvas ul.uk-nav.uk-nav-offcanvas > .uk-parent.uk-active > ul.uk-nav-sub {
  display: block !important;
  visibility: visible !important;
}

.suites-page .item-white .uk-width-medium-2-5 {
  display: flex;
  align-items: center;
}
.suites-page .pages-overlay{
  background-position: center;
}

.suites-page div#restaurant a::before, .tab-menu li > a:before, .tab-menu li > span::before, .btn-dining-bot > a::before {
    background: transparent;
}

.faq .pages-overlay{
      background-position: center;
}

.tm-footer .primary *, .primary, h2 {
    color: #006837 !important;
}

.tm-footer .primary, .tm-footer span.primary a {
    color: #563216 !important;
}

.menu-header a{
  color: #563216 !important;
}

@media (max-width: 750px) {
  .logos{
    margin-top: 0;
    padding: 2rem 0rem;;
  }

  .center{
        justify-content: center;
  }
  body.home .tm-navbar-default .menu-header-custom > a {
    margin-right: 0 !important;
    display: block;
    text-align: right;
  }
  body .tm-navbar-container .uk-navbar-toggle{
      width: 108px; 
  }
  .uk-margin-right {
  }
  body.home .tm-navbar-default .menu-header-custom {
    padding-right: 10px;
  }
}

.amenities-page .tm-navbar-container .uk-navbar-toggle .burger-bun-top, .amenities-page .tm-navbar-container .uk-navbar-toggle .burger-bun-bot, .amenities-page .tm-navbar-container .uk-navbar-toggle .burger-filling {
    background: white;
}

.amenities-page  img.logo{
  display: none ;
}

.amenities-page .logo-home{
  display: block !important;
}

.amenities-page .menu-header a {
    color: #ffffff !important;
}

.amenities-page  .pages-overlay .uk-overlay-panel {
    color: #ffffff;
    position: unset;
}

.experience-page .pages-overlay {
    background-position: center;
}

.experience-page .tm-navbar-container .uk-navbar-toggle .burger-bun-top, .experience-page .tm-navbar-container .uk-navbar-toggle .burger-bun-bot, .experience-page .tm-navbar-container .uk-navbar-toggle .burger-filling {
    background: white;
}

.experience-page  img.logo{
  display: none ;
}

.experience-page .logo-home{
  display: block !important;
}

.experience-page .menu-header a {
    color: #ffffff !important;
}

.experience-page  .pages-overlay .uk-overlay-panel {
    color: #ffffff;
    position: unset;
}

/*  */

.development .pages-overlay {
    background-position: center;
}

.development .tm-navbar-container .uk-navbar-toggle .burger-bun-top, .development .tm-navbar-container .uk-navbar-toggle .burger-bun-bot, .development .tm-navbar-container .uk-navbar-toggle .burger-filling {
    background: white;
}

.development  img.logo{
  display: none ;
}

.development .logo-home{
  display: block !important;
}

.development .menu-header a {
    color: #ffffff !important;
}

.development  .pages-overlay .uk-overlay-panel {
    color: #ffffff;
    position: unset;
}

.especial-offers .pages-overlay {
    background-position: center;
}

/*  */
.contact .pages-overlay {
    background-position: bottom;
}
   

.contact .pages-overlay p {
    font-weight: bold;
    font-size: 1.1rem;
}

/*  */

.press-page .pages-overlay {
   background-position: center;
}


.press-page .pages-overlay h1 {
    color: #ffffff;
}

/*  */
.wallness-page .tm-navbar-container .uk-navbar-toggle .burger-bun-top, .wallness-page .tm-navbar-container .uk-navbar-toggle .burger-bun-bot, .wallness-page .tm-navbar-container .uk-navbar-toggle .burger-filling {
    background: white;
}

.wallness-page  img.logo{
  display: none ;
}

.wallness-page .logo-home{
  display: block !important;
}

.wallness-page .menu-header a {
    color: #ffffff !important;
}

.wallness-page  .pages-overlay .uk-overlay-panel {
    color: #ffffff;
    position: unset;
}

.especial-offers .pages-overlay {
    background-position: center;
}


.contact a.uk-text-bold.primary.namastay-widget-button,
.contact .uk-container h1 {
    color: #fff !important; 
    text-shadow: 10px 10px 10px black;
}

.contact .uk-container p,
.contact .uk-container p > span > a {
  color: #573113;
}


@media screen and (min-width: 768px){
    .gallery-masonry {
      margin: 0;
    }
    .gallery-masonry > div {
      margin: 5px;
      padding: 0;
      width: calc(33.33% - 15px);
      height: 300px;
    }
    .gallery-masonry > div:is(:nth-child(2), :nth-child(6), :nth-child(12), :nth-child(16), :nth-child(22), :nth-child(26), :nth-child(32), :nth-child(36), :nth-child(42), :nth-child(46), :nth-child(52), :nth-child(56), :nth-child(62), :nth-child(66), :nth-child(72), :nth-child(76), :nth-child(82), :nth-child(86), :nth-child(92), :nth-child(96)) {
      width: calc(66% - 12px);
    }
    .gallery-masonry > div, .gallery-masonry > div * {
      height: 300px;
      object-fit: cover;
    }
}

@media screen and (max-width: 1350px){
    .tm-content-text{
        width: 75% !important;
    }

    
}

.tm-amities-roon.uk-flex.uk-grid {
    flex-wrap:nowrap;
}


#press-awards .uk-slideshow li > div{
  background-size: inherit !important;
}

.tm-prearrival .uk-width-medium-1-3>label,
.tm-prearrival .uk-width-medium-1-4>label {
    padding-top: 20px;
    display:flex;
    justify-content: center
}

.tm-prearrival p.uk-text-bold {
    font-size: 14px;
    padding: 5px;
}

.tm-prearrival h3.uk-text-center {
    font-size: 20px;
}

.tm-prearrival .uk-grid .uk-width-medium-1-3.tm-form2 .uk-panel-box {
    border-radius: 5px;
}

.tm-prearrival .uk-grid .uk-width-medium-1-2>p,
.tm-prearrival .uk-width-medium-1-3>p:nth-child(1) {
    padding-top: 15px;
}

.tm-prearrival .uk-width-medium-1-1.uk-text-center .uk-button {
    margin-top: 20px;
}

/*Prearrival*/
.tm-prearrival .uk-panel-box:not(.uk-panel-box-primary):not(.uk-panel-box-secondary) {
  border: 1px solid #ffffff;
}


.tm-prearrival div#tm-top-a,
.tm-prearrival .uk-block.tm-block-main.uk-block-default.uk-block-large {
    background: #fff;
}

.tm-prearrival .uk-panel-box {
    background: #ffffff;
    border-radius: 10px;
}

.tm-prearrival h3.uk-text-center {
    font-weight: bold;
}

.tm-prearrival .uk-panel-box>p:nth-child(2),
.tm-prearrival .uk-width-medium-1-3>p:nth-child(1) {
    font-weight: bold;
}

.tm-prearrival div#form1 .uk-width-1-3 > ul,
.tm-prearrival div#form1 .uk-width-1-4 > ul {
    list-style-type: none;
    padding: 0;
    background: none;
}

.tm-prearrival div#form1 .uk-width-medium-1-3.tm-form > ul,
.tm-prearrival div#form1 .uk-width-medium-1-4.tm-form > ul {
    list-style-type: none;
    padding: 0;
    background: none;
}

.tm-prearrival div#form1 .uk-width-medium-1-3.tm-form input,
.tm-prearrival div#form1 .uk-width-medium-1-4.tm-form input {
    background: none;
    border-bottom: 1px solid #262626;
}

.tm-prearrival .uk-width-medium-1-3>label,
.tm-prearrival .uk-width-medium-1-4>label {
    font-weight: 700;
}

.tm-prearrival p.uk-text-bold {
    background: #9ea9a7;
    color: #fff;
    padding-left: 15px;
}

.tm-prearrival .uk-grid .uk-width-medium-1-3.tm-form2 .uk-panel-box {
    background: #9ea9a7;
    height: 100%;
    border-radius: 10px
}

.tm-prearrival .uk-grid .uk-width-medium-1-3.tm-form2 .uk-panel-box>p,
.tm-prearrival .uk-grid .uk-width-medium-1-3.tm-form2 .uk-panel-box>label {
    color: #fff
}

.tm-prearrival .uk-grid .uk-width-medium-1-3.tm-form2 .uk-panel-box>label {
    font-size: 14px;
}

.tm-prearrival .uk-grid .uk-width-medium-1-3.tm-form2 .uk-panel-box>img {
    width: 100%;
}

.tm-prearrival .uk-grid .uk-width-medium-1-3.tm-form2 .uk-panel-box input[type="checkbox"] {
    border: 1px solid #ffffff;
}

.uk-form input[type=checkbox]:checked:before,
.uk-form input[type=checkbox]:indeterminate:before {
    color: #612b2b;
}

.tm-prearrival div#form3 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto
}

.tm-prearrival div#panel3 {
    background: #9ea9a7;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.tm-prearrival .uk-grid .uk-width-medium-1-2>p {
    color: #fff;
    margin: 0;
}

.tm-prearrival div#panel4 {
    width: 100%;
    max-width: 80px;
}

.tm-prearrival div#panel4 .uk-panel-box {
    padding: 5px;
    background: #616b6b;
    margin-right: 15px;
    border-radius: 5px
}

.tm-prearrival div#form4 label {
    color: #fff;
    padding-left: 5px;
}

.tm-prearrival .uk-width-medium-1-1.uk-text-center .uk-button {
    margin-top: 20px;
}

#form1 .uk-width-1-1.uk-text-center {
    padding-top: 15px;
    padding-bottom: 20px
}

body.hidden-banner .yoo-zoo figure.uk-overlay.pages-overlay {
  max-height: 230px;
}

.es-prearrival .uk-container.uk-container-center.uk-margin-large-top.uk-margin-large-bottom.uk-width-medium-1-2 {
    width: 70%;
}

.es-prearrival h2.uk-text-center,
.es-prearrival h3.uk-text-center,
.es-prearrival h4,
.es-prearrival p.uk-text-center ,
.es-prearrival .uk-form legend,
.es-prearrival .uk-form textarea,
.es-prearrival .uk-form label{
    font-family: sans-serif;
}

.es-prearrival .uk-width-medium-1-3 .uk-panel.uk-panel-box {
    height: 100%;
    padding: 0;
    border-radius: 15px
}

.es-prearrival .uk-width-medium-1-3 .uk-panel.uk-panel-box img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}

.es-prearrival .uk-width-medium-1-3 .uk-panel.uk-panel-box .uk-container {
   padding: 30px;
}


.tm-isblog.press-page #press-awards .content-items h2.primary {
  display: none;
}
@media screen and (min-width: 768px){
    .tm-isblog.press-page #press-awards {
      padding-top: 4rem;
    }
  
  
}

a.tm-button-1 {
    background-color: #006837 !important
}

a.tm-button-1:hover {
    background-color: #003e21 !important
}