<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  line-height: 18px;
  cursor: pointer;
  z-index: 5000;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.ui-selectmenu-button {
  position: relative;
  display: block;
  width: auto !important;
  height: 40px;
  line-height: 40px;
  border: thin solid #d1d1d1;
  font-size: 14px;
  text-align: left;
  color: #53565a;
  background: #fff;
  transition: all 0.2s;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #292C2D;
}
.ui-selectmenu-button::placeholder {
  color: #292C2D;
}
.ui-selectmenu-button .ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #292C2D;
}
.ui-selectmenu-button:hover .ui-icon {
  border-top-color: #0a406b;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  height: 100%;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button .ui-selectmenu-text strong {
  font-weight: 700;
}

.ui-selectmenu-menu {
  position: absolute;
  z-index: 9999999;
  display: none;
  max-height: 258px;
  overflow: auto;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu li .ui-menu-item-wrapper {
  padding: 10px 20px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  color: #000;
}
.ui-selectmenu-menu li .ui-state-active {
  background: #eee;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .blog-page.template-1 #photos .slideshow-button.previous {
    right: 20px;
  }
  .blog-page.template-1 #photos .slideshow-button.next {
    right: 20px;
  }
}
.blog-page.template-1 .single-post-back-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 160px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}
.blog-page.template-1 .single-post-back-button .back-to {
  font-size: 20px;
  color: #205172;
}
.blog-page.template-1 .single-post-back-button .back-to:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .single-post-back-button {
    width: 140px;
    height: 60px;
    line-height: 60px;
  }
  .blog-page.template-1 .single-post-back-button .back-to {
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap {
  width: 25%;
  background-color: #f7f7f7;
  padding: 100px 40px 80px;
  box-sizing: border-box;
  min-width: 350px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap {
    width: 100%;
    margin-top: 60px;
    padding: 60px 40px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap {
    min-width: auto;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form {
    height: 50px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label {
  flex: 1;
  height: 100%;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 18px;
  color: #757171;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
    padding: 0 10px;
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
  width: 80px;
  height: 100%;
  border-radius: 0;
  background-color: #205172;
  border: none;
  cursor: pointer;
  color: transparent;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit:hover {
  background-color: #5d995d;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    background-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    width: 60px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form svg {
  position: absolute;
  right: 26px;
  top: 17px;
  display: block;
  pointer-events: none;
  fill: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    right: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .widget-title {
  font: 400 28px/1.2em "BrandonGrotesque", Arial, sans-serif;
  color: #757171;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .widget-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories {
  margin-bottom: 20px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 0;
  vertical-align: top;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin: 0 10px 20px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
  font: 700 16px/1.7em "Nexa Rust Script L", sans-serif;
  color: #205172;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
    font-size: 15px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #54baba;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:hover, .blog-page.template-1 .sidebar-wrap .blog-categories ul li a.active {
  opacity: 0.8;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu {
  display: block;
  margin-top: 10px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li {
  display: block;
  width: auto;
  margin: 0 15px 10px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li a {
  font-size: 14px;
  line-height: 1.5;
  color: #757171;
}
@media only screen and (max-width: 1300px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul {
  margin: 0;
  list-style: none;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link-wrap {
  width: 50%;
  position: relative;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link {
  font: 700 18px/1em "BrandonGrotesque", Arial, sans-serif;
  color: #205172;
  text-decoration: none;
  padding-right: 40px;
  position: relative;
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: 0;
  margin: 2px 0 0 -11px;
  border: 1px solid #757171;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active {
  color: #4a4a4a;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active:after {
  transform: translateY(-50%) rotate(135deg);
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months {
  width: 50%;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item {
  display: none;
  margin-bottom: 10px;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item:last-child {
  margin-bottom: 0;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a {
  font: 700 14px/1 "BrandonGrotesque", Arial, sans-serif;
  color: #5d995d;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a:hover {
  color: #205172;
}
.blog-page.template-1 .recent-posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
  width: 75%;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  right: auto;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #d5d5d5;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    flex: 1;
  }
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
  font: normal 42px/1em "Nexa Rust Script L", sans-serif;
  color: #205172;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1440px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 34px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
  display: block;
  position: absolute;
  right: 80px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}

.footer {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  position: relative;
  background-color: #0a406b;
  padding: 50px 0 30px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 20px;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #5d995d;
}
.footer .back-to-home {
  font-size: 16px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.footer .back-to-home:after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 9px;
  width: 9px;
  transform: translateY(-50%) rotate(135deg);
  transition: border-color 100ms ease-in-out;
}
.footer .back-to-home:hover:after {
  border-color: #5d995d;
}
.footer .center-column {
  max-width: 1280px;
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .footer .center-column {
    padding: 0 20px;
  }
}
.footer .footer-top-bar {
  display: flex;
  flex-flow: row;
  width: 100%;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-bar {
    display: block;
    padding-bottom: 0;
  }
}
.footer .footer-block {
  text-align: left;
}
.footer .footer-block.block-1 {
  margin-right: 2%;
  width: 53%;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer-block.block-1 {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}
.footer .footer-block.block-1 .logo-footer {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  font-size: 0;
  width: 189px;
  height: auto;
  margin-right: 9vw;
  margin-bottom: 30px;
  z-index: 1;
}
.footer .footer-block.block-1 .logo-footer img {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-block.block-1 .logo-footer {
    margin-right: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .footer-block.block-1 .logo-footer {
    margin-right: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-block.block-1 .logo-footer {
    width: 150px;
    text-align: center;
    margin: 0 auto 30px;
    display: block;
  }
}
.footer .footer-block.block-2 {
  display: flex;
  justify-content: space-between;
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .footer .footer-block.block-2 {
    display: block;
    width: 100%;
    justify-content: unset;
    text-align: center;
  }
}
.property-65 .footer .footer-block.block-2 {
  width: auto !important;
}
.property-65 .footer .footer-block.block-3 {
  width: 104px;
  height: 100%;
  margin-right: 10px;
  padding-top: 26px;
}
.property-65 .footer .footer-block.block-3 img {
  display: inline-block;
  width: 100%;
  max-width: 105px;
}
@media only screen and (max-width: 767px) {
  .property-65 .footer .footer-block.block-3 {
    text-align: center;
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
}
.footer .footer-menu,
.footer .footer-main-menu,
.footer .footer-quick-links {
  margin-bottom: 10px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.footer .footer-menu li,
.footer .footer-main-menu li,
.footer .footer-quick-links li {
  display: block;
  margin-bottom: 10px;
}
.footer .footer-menu li a,
.footer .footer-main-menu li a,
.footer .footer-quick-links li a {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
}
.footer .footer-menu li a:hover, .footer .footer-menu li a.active,
.footer .footer-main-menu li a:hover,
.footer .footer-main-menu li a.active,
.footer .footer-quick-links li a:hover,
.footer .footer-quick-links li a.active {
  color: #5d995d;
}
@media only screen and (max-width: 767px) {
  .footer .footer-quick-links {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
  }
}
.footer .footer-menu {
  margin-right: 2vw;
}
@media only screen and (max-width: 767px) {
  .footer .footer-menu {
    width: 100% !important;
    margin: 0px !important;
  }
}
.footer .footer-quick-links li a,
.footer .footer-menu li a {
  font-size: 16px;
}
.footer .footer-bottom-bar {
  border-top: 1px solid #3b6689;
}
.footer .footer-bottom-bar .footer-hotel-names {
  font-size: 0;
  margin: 40px 0 0;
  display: inline-block;
  text-align: center;
}
.footer .footer-bottom-bar .footer-hotel-names li {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: #8394a8;
  max-width: 150px;
  margin: 0 10px 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.footer .footer-bottom-bar .footer-hotel-names li:hover {
  color: #fff;
}
.footer .footer-bottom-bar .footer-hotel-names li a {
  color: #8394a8;
}
.footer .footer-bottom-bar .footer-hotel-names li a:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-bar .footer-hotel-names {
    margin: 20px 0 10px;
  }
  .footer .footer-bottom-bar .footer-hotel-names li {
    max-width: none;
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
  }
}
.footer .footer-bottom-bar .copyright {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
  color: #8394a8;
  margin-top: 20px;
}
.property .footer .copyright {
  color: #fff;
}
.property .footer .contact-info {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin: 25px auto 0;
}
@media only screen and (max-width: 767px) {
  .property .footer .contact-info {
    margin: 15px auto 0;
  }
}
.property .footer .footer-top-bar {
  width: 100%;
  justify-content: space-between;
  padding: 0 20px 30px 20px;
}
@media only screen and (max-width: 1023px) {
  .property .footer .footer-top-bar {
    padding: 0;
  }
}
.property .footer .footer-block.block-1 {
  width: 35%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .property .footer .footer-block.block-1 {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-block.block-1 {
    width: 100%;
  }
}
.property .footer .footer-block.block-1 .block-inner {
  width: 236px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .property .footer .footer-block.block-1 .block-inner {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-block.block-1 .block-inner {
    width: 150px;
    margin: 0 auto 15px;
  }
}
.property .footer .footer-block.block-1 .logo-footer {
  width: 236px;
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .property .footer .footer-block.block-1 .logo-footer {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-block.block-1 .logo-footer {
    width: 150px;
    margin: 0 auto 30px;
  }
}
.property .footer .footer-block.block-2 {
  width: 63%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .property .footer .footer-block.block-2 {
    width: 68%;
  }
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-block.block-2 {
    width: 100%;
  }
}
.property .footer .footer-menu {
  margin-right: 2%;
  width: 89%;
}
.property .footer .footer-menu.narrow {
  width: 79%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .property .footer .footer-menu {
    margin-right: 5%;
  }
}
.property .footer .footer-menu ul {
  -moz-column-count: 2;
  column-count: 2;
  display: flex;
  flex-flow: wrap;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-menu ul {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.property .footer .footer-menu ul li {
  display: block;
  width: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-menu ul li {
    width: 100%;
  }
}
.property .footer .footer-quick-links {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-quick-links {
    width: 100%;
  }
}
.property .footer .additional-logo {
  width: 30%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .property .footer .additional-logo {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.property .footer .additional-logo a {
  display: block;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .property .footer .additional-logo a {
    max-width: 150px;
    margin: 0 auto;
  }
}
.property .footer .additional-logo a:hover {
  opacity: 0.5;
}
.property .footer .additional-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.property .footer .tripadvisor-logo {
  display: block;
  margin: auto;
  width: 100px;
}
.property .footer .tripadvisor-logo img {
  width: 100%;
}
.property .footer .footer-middle-bar {
  margin: 30px 0;
}
.property .footer .footer-middle-bar .logos-list {
  width: 100%;
  text-align: center;
}
.property .footer .footer-middle-bar .logos-list li {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-middle-bar .logos-list li {
    margin: 20px 0;
  }
}
.property .footer .footer-middle-bar .logos-list li a {
  display: block;
}
.property .footer .footer-middle-bar .logos-list li .disney-neighbor {
  background: url(../images/wdw-good-neighbor-hotel-white.svg);
  background-size: cover;
  font-size: 0;
  padding-top: 47%;
  width: 132px;
  margin: 0 auto;
}
.property .footer .footer-middle-bar .logos-list li .four-diamond {
  background: url(../images/4diamond.svg);
  background-size: cover;
  font-size: 0;
  padding-top: 93%;
  width: 132px;
  margin: 0 auto;
}
.property .footer .logo-footer + .contact-info {
  margin-top: 0;
}

.blog-page.template-1 .read-more-link {
  font: 700 16px/1.6em "BrandonGrotesque", Arial, sans-serif;
  color: #5d995d;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-page.template-1 .read-more-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5d995d;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .read-more-link.white {
  color: #fff;
}
.blog-page.template-1 .read-more-link.white:after {
  background: #fff;
}
.blog-page.template-1 .read-more-link:hover {
  opacity: 0.8;
}
.blog-page.template-1 .read-more-link:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.blog-page.template-1 .posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.blog-page.template-1 .posts-content-wrap .one-post {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 30px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-left: 0;
  top: auto;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number a {
  color: #5d995d;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 100%;
  padding: 0 80px 0 0;
  background: transparent;
  flex: 1;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
    padding-right: 0;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
  margin-top: -80px;
  width: 100%;
  background: #fff;
  padding: 30px 40px 40px 40px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    margin-top: 0;
    padding: 20px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author a {
  color: #5d995d;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date {
  padding-right: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date a {
  color: #5d995d;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  padding-left: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
  font: 500 22px/1.3em "BrandonGrotesque", Arial, sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
    font-size: 18px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title a {
  color: #757171;
  text-decoration: none;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title a:hover {
  color: #205172;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
  font-size: 18px;
  line-height: 1.6em;
  color: #231f20;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
    font-size: 16px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link {
  margin-top: 20px;
}

.single-blog-post .page-content-wrapper .content-col .main-content.single-post .blog-date {
  margin-bottom: 20px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post .subtitle {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post h1 {
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post h2 {
  text-transform: none;
  font-size: 20px;
  line-height: 1.5;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post iframe {
  width: 100%;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;
}
.single-blog-post .tags {
  display: inline-block;
  vertical-align: top;
  font-family: "Nexa Rust Script L", sans-serif;
}
.single-blog-post .tags h5 {
  font: 500 20px/1.2 "Nexa Rust Script L", sans-serif;
  color: #525252;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.single-blog-post .tags ul {
  margin: 0 0 15px 0;
  list-style: none;
  display: inline-block;
}
.single-blog-post .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.single-blog-post .tags ul li:before {
  content: none;
}
.single-blog-post .tags ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #54baba;
}
.single-blog-post .tags ul li a:hover {
  color: #525252;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-list-view #header-blog {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-list-view #header-blog {
    height: 130px;
  }
}
.blog-list-view .blog-posts-wrapper {
  padding-top: 200px;
}
@media only screen and (max-width: 1023px) {
  .blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}

.property-54.blog-page #header-blog .top-bar {
  position: absolute;
  top: 10px;
  left: 48px;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .property-54.blog-page #header-blog .top-bar {
    left: 22px;
  }
}
.property-54.blog-page #header-blog .top-bar::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0%;
  left: -22px;
  margin: 0px 0 0 0px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(226deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  transition: all 400ms ease 0ms;
}
@media only screen and (max-width: 767px) {
  .property-54.blog-page #header-blog .top-bar::before {
    top: -3px;
  }
}

.blog-page.template-1 .page-content:after {
  clear: both;
  content: "";
  display: table;
}
.blog-page.template-1 .page-content hr {
  display: block;
  height: 1px;
  margin: 20px auto;
  border: none;
  background: #ccc;
  color: #ccc;
}
.blog-page.template-1 .page-content h1, .blog-page.template-1 .page-content h2, .blog-page.template-1 .page-content h3, .blog-page.template-1 .page-content h4, .blog-page.template-1 .page-content h5 {
  font-family: "BrandonGrotesque", Arial, sans-serif;
}
.blog-page.template-1 .page-content h1, .blog-page.template-1 .page-content .h1-like {
  font: 400 50px/1 "Nexa Rust Script L", sans-serif;
  color: #205172;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .page-content h1, .blog-page.template-1 .page-content .h1-like {
    font-size: 24px;
  }
}
.blog-page.template-1 .page-content h4, .blog-page.template-1 .page-content h5, .blog-page.template-1 .page-content h6 {
  color: #205172;
}
.blog-page.template-1 .page-content h2, .blog-page.template-1 .page-content h3 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 22px;
  font-weight: normal;
  text-transform: uppercase;
  color: #757171;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .page-content h2, .blog-page.template-1 .page-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.blog-page.template-1 .page-content h4 {
  font-size: 22px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .page-content h4 {
    font-size: 18px;
  }
}
.blog-page.template-1 .page-content strong {
  font-weight: bold;
}
.blog-page.template-1 .page-content em {
  font-style: italic;
}
.blog-page.template-1 .page-content u {
  text-decoration: underline;
}
.blog-page.template-1 .page-content sup, .blog-page.template-1 .page-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.blog-page.template-1 .page-content sup {
  top: -0.5em;
}
.blog-page.template-1 .page-content sub {
  bottom: -0.25em;
}
.blog-page.template-1 .page-content p, .blog-page.template-1 .page-content table {
  overflow: visible;
}
.blog-page.template-1 .page-content p {
  font-size: 18px;
  color: #383838;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .page-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.blog-page.template-1 .page-content ol {
  list-style: decimal inside;
}
.blog-page.template-1 .page-content ul {
  list-style: none;
}
.blog-page.template-1 .page-content ol, .blog-page.template-1 .page-content ul {
  margin-left: 30px;
}
.blog-page.template-1 .page-content ol ol, .blog-page.template-1 .page-content ol ul, .blog-page.template-1 .page-content ul ul, .blog-page.template-1 .page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-page.template-1 .page-content ol li, .blog-page.template-1 .page-content ul li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .page-content {
    text-align: center;
  }
  .blog-page.template-1 .page-content ol, .blog-page.template-1 .page-content ul {
    margin-left: 0;
  }
  .blog-page.template-1 .page-content .sitemap ol, .blog-page.template-1 .page-content .sitemap ul {
    margin-left: 20px;
  }
  .blog-page.template-1 .page-content ol ol, .blog-page.template-1 .page-content ol ul, .blog-page.template-1 .page-content ul ul, .blog-page.template-1 .page-content ul ol {
    font-size: 90%;
  }
}
.blog-page.template-1 .page-content ul &gt; li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #003E66;
  border-radius: 100%;
}
.blog-page.template-1 .page-content ul &gt; li:hover:before {
  background-color: #5990B4;
}
.blog-page.template-1 .page-content td, .blog-page.template-1 .page-content th, .blog-page.template-1 .page-content caption {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.blog-page.template-1 .page-content th, .blog-page.template-1 .page-content caption {
  vertical-align: bottom;
  padding-top: 0;
  padding-bottom: 20px;
  font: 22px/1 "Nexa Rust Script L", sans-serif;
  color: #003E66;
}
.blog-page.template-1 .page-content td {
  border-top: 1px solid #f7fcfc;
  background: #f2f7f7;
}
.blog-page.template-1 .page-content .even td {
  background: #edf5f5;
}
.blog-page.template-1 .page-content table p {
  margin: 10px 0;
}
.blog-page.template-1 .page-content img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .page-content .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.blog-page.template-1 .page-content .socials {
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .page-content .socials {
    text-align: center;
  }
}
.blog-page.template-1 .page-content .socials iframe {
  display: inline-block;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  body &gt; *:not(#content) {
    display: none;
  }
  #content-submenu {
    display: none;
  }
  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
</pre></body></html>