/*
Theme Name: Rosewood (rmWebPro)
Text Domain: rosewood
Template: rmcore
Author: Rent Manager
Author URI: https://www.rentmanager.com
Description: Custom theme created by Rent Manager
Version: 1.1.5
License: Proprietary, non-distributed
*/
body {
  box-sizing: border-box; }

body * {
  box-sizing: inherit; }

img {
  max-width: 100%;
  height: auto; }

/*Responsive Layout*/
html {
  padding: 0;
  margin: 0;
  background: #FFF; }

body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #515151; }
  @media (max-width: 800px) {
    body {
      font-size: 14px; } }

p {
  padding: 0;
  margin: 10px 0 15px 0; }

.intro {
  font-size: 1.2em; }

.note {
  font-size: .9em;
  font-style: italic; }

.centered {
  text-align: center; }

.testimonial {
  font-size: 1.3em;
  font-style: italic;
  text-align: center; }

.quote-credit {
  font-size: .8em;
  font-weight: bold; }

a {
  text-decoration: none;
  transition: all .2s;
  outline: none !important; }

.entry-content p a {
  text-decoration: underline;
  color: inherit; }

.button {
  display: inline-block;
  padding: 4px 12px;
  text-decoration: none;
  text-transform: uppercase; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2; }

h1 {
  font-size: 50px;
  padding: 20px 0;
  margin: 0; }
  @media (max-width: 800px) {
    h1 {
      font-size: 30px; } }
  h1.page-title {
    color: #FFF;
    text-align: center; }

h2 {
  font-size: 30px;
  padding: 15px 0 8px 0;
  margin: 0; }
  @media (max-width: 800px) {
    h2 {
      font-size: 20px; } }
  h2.section-header {
    margin-top: 80px;
    text-align: center;
    padding: 10px 30px;
    font-weight: 400; }

h3 {
  font-size: 24px;
  padding: 10px 0 5px 0;
  margin: 0; }
  @media (max-width: 800px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-size: 18px;
  padding: 8px 0;
  margin: 0; }

h5 {
  font-size: 17px;
  padding: 10px 0 3px 0;
  margin: 0; }

h6 {
  font-size: 15px;
  padding: 6px 0;
  margin: 0; }

h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover,
h6 a,
h5 a:hover {
  text-decoration: none; }

img,
a img,
.entry-content img {
  border: none;
  max-width: 100%;
  height: auto; }

.alignright,
img.alignright {
  float: right;
  padding: 0;
  margin: 0 0 20px 30px;
  max-width: 40%; }

.alignleft,
img.alignleft {
  float: left;
  padding: 0;
  margin: 0 15px 10px 0;
  max-width: 40%; }

.aligncenter,
img.aligncenter {
  display: block;
  margin: 20px auto; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

.gallery-caption {
  font-size: .9em; }

.sticky {
  border: 2px solid;
  padding: 10px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.bypostauthor {
  border-top: 5px solid; }

ul.styled-list,
.entry-content ul {
  padding-left: 30px;
  margin: 0; }
  ul.styled-list li,
  .entry-content ul li {
    margin: 3px 0;
    padding: 0; }

/*positioning*/
.page-content {
  background: #F3F3F3; }

.full-width-row {
  padding: 50px; }

.row,
.entry-content > .wp-block-row {
  max-width: 1200px;
  width: 100%;
  padding: 35px 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box; }
  .caldera-grid .row, .caldera-grid
  .entry-content > .wp-block-row {
    padding: 0;
    margin: 0; }

.entry-content, .row {
  padding: 35px 100px; }
  @media (max-width: 1601px) {
    .entry-content, .row {
      padding-right: 25px;
      padding-left: 25px; } }

.entry-content{
  padding-top: 0;
}

.row {
  display: block; }

.social-links {
  display: flex;
  font-size: 1.2em; }
  .social-links a {
    margin: 5px; }

/*Forms*/
.search-form form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 26px 0; }
  @media (max-width: 800px) {
    .search-form form {
      justify-content: space-between;
      padding: 20px; } }

label {
  display: block;
  padding: 0;
  position: relative;
  box-sizing: border-box; }
  @media screen and (min-width: 800px) {
    label {
      margin: 0 10px 0 0; } }
  .search-form label {
    width: 15%; }
    @media (max-width: 800px) {
      .search-form label {
        width: 49%;
        margin: 0 0 5px 0; } }

label.full-width {
  width: 100%; }
  label.full-width select {
    width: 20%; }

    /* Hero Slider */
.hero-slider {
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0; }
  .hero-slider .slide-image {
    position: relative;
    height: 550px; }
  .hero-slider .slide-description-container {
    width: 100%;
    height: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end; }
    @media only screen and (min-width: 55rem) {
      .hero-slider .slide-description-container {
        height: auto; } }
  .hero-slider .slide-description {
    position: relative;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    width: 100%; }
    @media only screen and (min-width: 55rem) {
      .hero-slider .slide-description {
        top: 150px;
        margin: 2em;
      width:64%; } }
  .hero-slider p {
    font-size: 1em; }

.hero {
  height: 550px; }

.hero-slider.owl-carousel.owl-drag .owl-item {
  padding: 0; }

.hero-slider.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 50%; }
  .hero-slider.owl-carousel .owl-nav .owl-prev, .hero-slider.owl-carousel .owl-nav .owl-next {
    padding: 0.5rem 1rem;
    background: transparent;
    font-size: 1.75rem; }
    .hero-slider.owl-carousel .owl-nav .owl-prev:hover, .hero-slider.owl-carousel .owl-nav .owl-next:hover {
      background: transparent; }

    .hero-slider.owl-carousel .owl-nav {
        display: flex;
        flex-flow: row wrap;}

/* input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea {
  font-size: .9em;
  width: 100%;
  display: block;
  padding: 12px;
  margin: 0;
  border-radius: 0;
  appearance: none;
  border: none;
  box-sizing: border-box; }
  @media (max-width: 800px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    select,
    textarea {
      width: 100%; } }

input[type="search"] {
  background: #EEE url(images/search.png) no-repeat;
  background-position: right center;
  font-size: 1em;
  line-height: 1.6;
  padding: 6px 12px; }
  @media (max-width: 800px) {
    input[type="search"] {
      display: none; } }

input[type="submit"] {
  appearance: none;
  padding: 20px 40px;
  margin: 0;
  border-radius: 0;
  transition: all .2s;
  font-weight: bold;
  font-size: .9em;
  text-transform: uppercase;
  box-sizing: border-box;
  border-style: none; }
  @media (max-width: 800px) {
    input[type="submit"] {
      width: 100%; } }
  input[type="submit"]:hover {
    cursor: pointer; }
 */
.req {
  color: red; }

/*Theme Flexible Content Sections*/
.section:nth-child(even) {
  background: #FFF; }

/*Slider*/
.slider-container {
  display: block;
  position: relative; }

.slider {
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
  overflow: hidden; }
  .slider img {
    width: 100%; }

.slider-overlay {
  position: absolute;
  bottom: -100px;
  display: block;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  padding: 20px 5%;
  background: #FFF;
  text-align: center;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 9999; }
  @media (max-width: 800px) {
    .slider-overlay {
      position: static;
      width: auto;
      margin: 0;
      padding: 20px;
      box-shadow: none; } }
  .slider-overlay h1.slider-title {
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-size: 2.5em; }
    @media (max-width: 800px) {
      .slider-overlay h1.slider-title {
        font-size: 1.5em; } }

.flex-direction-nav a {
  width: 40px !important;
  height: 50px !important; }

.slider-spacer {
  display: block;
  height: 100px;
  width: 100%; }
  @media (max-width: 800px) {
    .slider-spacer {
      display: none; } }

/*Buttons*/
.buttons-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 50px 0; }
  .buttons-container a {
    display: block;
    border-right: solid 1px #BBB;
    padding: 0 10%;
    text-align: center; }
    @media (max-width: 800px) {
      .buttons-container a {
        padding: 0 25px; } }
    .buttons-container a:last-child {
      border: none; }
    .buttons-container a span.fa {
      display: block;
      width: 80px;
      height: 80px;
      line-height: 80px;
      border-radius: 50%;
      margin: 0 auto;
      padding: 0;
      color: #FFF;
      border: solid 2px #FFF;
      transition: background .5s;
      overflow: hidden;
      box-sizing: border-box; }
      @media (max-width: 800px) {
        .buttons-container a span.fa {
          width: 60px;
          height: 60px;
          line-height: 60px; } }
    .buttons-container a span.intro {
      display: block;
      margin-top: 10px;
      font-size: 1.5em; }
      @media (max-width: 800px) {
        .buttons-container a span.intro {
          font-size: 1.1em; } }

/*2-column image + text*/
.two-column-with-image .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 800px) {
    .two-column-with-image .row {
      flex-direction: column; } }

.two-column-with-image img,
.two-column-with-image .col-right {
  width: 48%;
  height: auto; }
  @media (max-width: 800px) {
    .two-column-with-image img,
    .two-column-with-image .col-right {
      width: auto;
      max-width: 100%; } }

/*Featured Properties Slider*/
.featured-properties {
  border: none;
  padding: 0;
  background: none; }

div.featured-property {
  height: 40vh !important;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  text-align: center;
  margin: 40px 0; }
  @media (max-width: 800px) {
    div.featured-property {
      height: 20vh !important; } }
  div.featured-property .featured-property-overlay {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -24px;
    z-index: 99999; }
    div.featured-property .featured-property-overlay a {
      display: inline-block;
      padding: 8px 20px;
      background: #FFF;
      font-size: 20px;
      text-transform: uppercase;
      box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
      z-index: 99999; }
      @media (max-width: 800px) {
        div.featured-property .featured-property-overlay a {
          font-size: 16px;
          padding: 8px 12px; } }

.owlCarousel {
  position: relative; }

.owl-nav {
  position: absolute;
  top: 15vh;
  width: 100%; }
  @media screen and (max-width: 800px) {
    .owl-nav {
      top: 7vh; } }
  .owl-nav span {
    display: none; }

.owl-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  position: absolute;
  left: -2vw;
  color: #fff;
  font-size: 4em; }
  @media screen and (min-width: 800px) {
    .owl-prev:before {
      left: 2vw; } }

.owl-next:before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: -2vw;
  color: #fff;
  font-size: 4em; }
  @media screen and (min-width: 800px) {
    .owl-next:before {
      right: 2vw; } }
    .linkbtn{
      color: #FFF;
      text-decoration: underline;
    }

    .linkbtn:hover{
      text-decoration: none;
    }

/*2-column text with 3-column list*/
.text-and-list h2 {
  margin-bottom: 10px; }

.text-and-list h3 {
  text-align: center;
  margin: 25px 0 10px 0; }

.col2 {
  column-count: 2;
  column-gap: 30px; }
  @media (max-width: 800px) {
    .col2 {
      column-count: 1; } }
  .col2 p {
    padding: 0;
    margin: 0 0 10px 0;
    text-align: justify; }
    @media (max-width: 800px) {
      .col2 p {
        text-align: left; } }

ul.col3 {
  padding: 0;
  margin: 12px -1.5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 800px) {
    ul.col3 {
      flex-direction: column;
      margin: 12px 0;
      padding-bottom: 30px; } }
  ul.col3 li {
    flex-basis: 30%;
    width: 30%;
    margin: 4px 1.5%; }
    @media (max-width: 800px) {
      ul.col3 li {
        flex-basis: auto;
        width: auto;
        margin: 4px 0; } }

/*Icons and text*/
.icon-list .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 800px) {
    .icon-list .icons {
      padding-top: 40px; } }
  .icon-list .icons .icon-listing {
    width: 44%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 0 40px 0; }
    @media (max-width: 800px) {
      .icon-list .icons .icon-listing {
        width: auto; } }
    .icon-list .icons .icon-listing h3 {
      padding-top: 0; }
    .icon-list .icons .icon-listing a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100px;
      width: 100px;
      flex-basis: 100px;
      flex-shrink: 0;
      text-align: center;
      color: #FFF;
      padding: 0;
      margin-right: 40px; }
      @media (max-width: 800px) {
        .icon-list .icons .icon-listing a {
          width: 80px;
          height: 80px;
          flex-basis: 80px;
          margin-right: 20px; } }

/*Blog Page Styling*/
.blog-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .blog-page .blog-posts {
    flex: 2; }
  .blog-page .blog-sidebar {
    flex: 1;
    padding: 50px;
    max-width: 300px;
    background-color: #fff; }
    .blog-page .blog-sidebar input[type="text"], .blog-page .blog-sidebar input[type="email"], .blog-page .blog-sidebar input[type="tel"], .blog-page .blog-sidebar input[type="search"], .blog-page .blog-sidebar select, .blog-page .blog-sidebar textarea, .blog-page .blog-sidebar input[type="submit"] {
      border: 1px solid;
      color: #000;
      margin: 5px; }
  .blog-page .article-nav {
    background-color: #fff; }

.article-nav {
  width: 100%; }

.searchform input[type="text"], .searchform input[type="email"], .searchform input[type="tel"], .searchform input[type="search"], .searchform select, .searchform textarea, .searchform input[type="submit"],
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="tel"],
.comment-form input[type="search"],
.comment-form select,
.comment-form textarea,
.comment-form input[type="submit"] {
  border: 1px solid;
  color: #000;
  margin: 5px; }

.category-info {
  width: 90%;
  margin: 0 auto;
  text-align: center; }

/*Header*/
.page-header {
  background: #FFF; }
  .page-header .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    position: relative; }
    @media (max-width: 800px) {
      .page-header .row {
        flex-direction: column;
        padding-top: 25px;
        padding-bottom: 25px; } }

.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto; }

.header-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px; }
  @media (max-width: 800px) {
    .header-top {
      margin-bottom: 0;
      margin-top: 20px; } }

.portal-btns {
  margin-left: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .portal-btns .button {
    margin-left: 12px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent; }
    @media (max-width: 800px) {
      .portal-btns .button {
        margin: 0 5px;
        font-size: 16px; } }

.logo {
  display: block;
  margin: 0 20px 0 0;
  background: #fff;
  z-index: 999; }
  @media (max-width: 800px) {
    .logo {
      margin: 0 auto;
      position: relative; } }
  .logo img {
    max-height: 100px;
    height: auto; }
    @media (max-width: 800px) {
      .logo img {
        max-height: 65px; } }
  .logo h1 {
    display: none; }
    .logo h1.no-logo-image {
      display: block;
      font-size: 2em;
      text-transform: uppercase;
      padding: 0;
      margin: 0; }

nav.main-menu {
  position: relative;
  z-index: 999999; }
  @media (max-width: 800px) {
    nav.main-menu {
      display: none; } }
  nav.main-menu ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 0;
    margin: 0; }
    nav.main-menu ul li {
      padding: 0;
      position: relative;
      /*Add arrows for menu items that have sub-items*/
      /*Remove arrows for sub-items*/ }
      nav.main-menu ul li a {
        display: block;
        white-space: nowrap;
        padding: 10px 20px;
        font-weight: 400;
        text-transform: uppercase;
        border-bottom: 2px solid transparent; }
      nav.main-menu ul li.no-link {
        /*Make menu items not clickable*/
        /*Make sub-items clickable*/ }
        nav.main-menu ul li.no-link a {
          pointer-events: none; }
        nav.main-menu ul li.no-link li a {
          pointer-events: all; }
      nav.main-menu ul li.current_page_item a {
        border-color: #515151;
        pointer-events: none; }
      nav.main-menu ul li.current_page_item ul a {
        border-color: transparent;
        pointer-events: all; }
      nav.main-menu ul li.menu-item-has-children a::after {
        content: ""; }
      nav.main-menu ul li.menu-item-has-children li a::after {
        content: ""; }
      nav.main-menu ul li ul {
        display: none;
        opacity: 0;
        transition: all .3s; }
      nav.main-menu ul li:hover ul {
        opacity: 1;
        background: #FFF;
        position: absolute;
        top: 100%;
        left: -12px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        z-index: 999; }
        nav.main-menu ul li:hover ul li {
          margin: 0; }
          nav.main-menu ul li:hover ul li a {
            padding: 5px 10px;
            margin: 0; }

body #wprmenu_bar {
  background-color: transparent;
  position: absolute;
  top: 0;
  height: auto;
  padding: 15px 16px;
  width: auto; }

body.admin-bar #mg-wprm-wrap.cbp-spmenu.custom, body.admin-bar #wprmenu_bar {
  top: 0 !important; }

/* Header Jennifer's Theme*/
.quick-actions {
  display: flex; }
  .quick-actions .email, .quick-actions .phone {
    transition: all .3s ease;
    margin: 0 1em; }
    @media screen and (min-width: 800px) {
      .quick-actions .email, .quick-actions .phone {
        margin: 0 auto; } }
    .quick-actions .email:hover, .quick-actions .phone:hover {
      transform: scale(1.1); }
  .quick-actions .social {
    display: flex; }
    .quick-actions .social a {
      font-family: Open Sans;
      margin: 0 5px;
      padding: .3rem .5rem;
      text-align: center;
      min-width: 40px;
      transition: all .3s ease; }
      .quick-actions .social a:hover {
        transform: scale(1.1); }
  @media (max-width: 800px) {
    .quick-actions {
      flex-direction: column; } }

.contact-us-options {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 1em; }
  @media (max-width: 800px) {
    .contact-us-options {
      width: 100%;
      justify-content: flex-end; } }
  .contact-us-options div {
    margin-bottom: 10px; }

.email i {
  margin-right: .5rem; }

.portal-btns {
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 5;
  font-size: 1.05em;
  flex-wrap: wrap;
  padding: 1em; }
  @media (max-width: 800px) {
    .portal-btns {
      width: 100%;
      margin-left: 0; } }
  .portal-btns__skewed-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1; }
    @media screen and (min-width: 800px) {
      .portal-btns__skewed-bg {
          clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 2% 100%);
        top: 0;
        width: 100%; } }

.row,
.entry-content > .wp-block-row {
  width: 100%;
  max-width: inherit; }

/* nav.main-menu {
  font-size: 1.2em; } */

.page-footer .row {
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

/*FOOTER*/
.page-footer {
  display: flex;
  justify-content: space-around;
  padding: 3em 25px;
  flex-wrap: wrap; }
  @media screen and (min-width: 1601px) {
    .page-footer {
      padding: 3em 100px; } }

.footer-column-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between; }
  @media screen and (min-width: 800px) {
    .footer-column-left {
      width: 50%; } }

.footer-column-right {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between; }
  @media screen and (min-width: 800px) {
    .footer-column-right {
      width: 50%;
      text-align: right; } }

.footer-column-left .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 800px) {
    .footer-column-left .menu {
      justify-content: flex-start; } }

.footer-column-left .menu li {
  list-style: none;
  text-transform: uppercase;
  margin: 10px 15px; }
  @media screen and (min-width: 800px) {
    .footer-column-left .menu li {
      margin: 10px 30px 10px 0; } }

.footer-affiliations {
  margin-top: 2em;
  text-align: center; }
  @media screen and (min-width: 800px) {
    .footer-affiliations {
      text-align: left; } }

.footer-logo {
  margin: 2em auto; }
  @media screen and (min-width: 800px) {
    .footer-logo {
      margin: 0 0 2em 0; } }
  .footer-logo img {
    padding: .5rem 1rem; }

.footer-copyright {
  margin-bottom: 2em; }

.affiliation-icon {
  height: 50px;
  width: auto;
  margin: 0 .5em; }

p {
  line-height: 2; }

.main-menu ul li a {
  color: initial; }

/* Gutenberg alignment sample */
@media screen and (min-width: 68em) {
  .main-wrapper {
    overflow: hidden; }
  .main {
    max-width: 60em;
    margin: 0 auto; }
  .entry-content .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2);
    margin-right: calc( -100vw / 2 + 100% / 2);
    max-width: 100vw; }
  .entry-content .alignwide {
    margin-left: -4em;
    margin-right: -4em;
    max-width: 68em; } }

/* Gutenberg custom color sample */
.has-branding-color {
  color: #f53333; }

.has-branding-background-color {
  background-color: #f53333; }

/*Hero Image Gutenberg Styles*/
.hasBGIMG {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.hero-background-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 3px;
  position: relative; }
  @media screen and (min-width: 800px) {
    .hero-background-image {
      height: 675px; } }

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0; }

.hero-inner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 10; }
  @media screen and (min-width: 800px) {
    .hero-inner-content {
      max-width: 600px; } }
  .hero-inner-content h2 {
    position: relative;
    padding: 0;
    font-size: 2.8em;
    flex: 1;
    display: flex;
    align-items: center;
    color: #fff; }
    @media (max-width: 800px) {
      .hero-inner-content h2 {
        position: inherit;
        margin: 2em auto;
        width: 80%;
        min-height: 30vh;
        justify-content: center; } }

.search-container {
  padding: 2em 50px;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 800px) {
    .search-container {
      width: 80%;
      margin: 2em auto; } }
  .search-container h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.6em; }
  .search-container form {
    margin: 1em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.2em; }
    .search-container form label {
      width: 100%;
      margin-bottom: 5px; }
    .search-container form input[type="text"], .search-container form select {
      background-color: #cecece;
      color: #000;
      padding: 10px; }
    .search-container form input[type="submit"] {
      margin: 1.5em auto; }

/*Portfolio Items Block */
.portfolio-block {
  text-align: center;
  padding: 2em 0; }

.portfolio-block__content {
  width: 80%;
  margin: 3em auto; }
  .portfolio-block__content > p {
    text-transform: uppercase;
    margin-bottom: 10px; }
  .portfolio-block__content h2 {
    padding: 0 0 15px; }

.portfolio-container {
  display: flex;
  justify-content: space-between;
  margin: 2em; }
  @media (max-width: 800px) {
    .portfolio-container {
      flex-direction: column; } }

.portfolio-items {
  width: 32%;
  height: 500px;
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  @media (max-width: 800px) {
    .portfolio-items {
      width: 100%;
      height: auto; } }

.link-text {
  background-color: #fff;
  padding: 1em 2em;
  margin: 30vh 2em 2em;
  text-align: center;
  transition: all .3s ease;
  width: 90%; }
  @media screen and (min-width: 800px) {
    .link-text {
      margin: 2em; } }

/*Stats Block */
.stats-background {
  padding: 2em 0;
  display: flex;
  justify-content: center;
  border-bottom-width: 10px;
  border-bottom-style: solid; }

.stats-container {
  display: flex;
  width: 80%;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 800px) {
    .stats-container {
      width: 100%; } }

.stat-item {
  width: 100%;
  text-align: center;
  margin: 2em; }
  @media screen and (min-width: 800px) {
    .stat-item {
      flex: 1; } }

i.stat-icon {
  font-size: 4em; }
  @media (max-width: 800px) {
    i.stat-icon {
      width: 100%; } }

.stat-number {
  font-size: 2.5em; }

.stat-title {
  font-size: 2em; }

.stat-item:nth-child(even) {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 2em 0;
  margin: 0 2em; }
  @media screen and (min-width: 800px) {
    .stat-item:nth-child(even) {
      border-left: 2px solid white;
      border-right: 2px solid white;
      border-top: none;
      border-bottom: none;
      padding: 0; } }

/* Two Column Link Block */
.two-column-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.two-column-link__text {
  width: 100%; }
  @media screen and (min-width: 800px) {
    .two-column-link__text {
      width: 60%; } }
  .two-column-link__text h3 {
    font-size: 1.8em; }

.two-column-link__cta {
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 800px) {
    .two-column-link__cta {
      width: 40%; } }

.two-column-link__cta-button {
  padding: 1em;
  border: 2px solid;
  display: inline-block; }

/*Gutenberg Styles - Text Feature Box*/
.text-feature-box .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.tfb-primary-content {
  width: 65%; }
  .tfb-primary-content h2 {
    text-align: center; }

.tfb-feature-box {
  width: 24%;
  border: 2px solid;
  padding: 1em;
  text-align: center;
  display: flex;
    flex-direction: column;
    justify-content: center; }

@media (max-width: 800px) {
  .tfb-primary-content {
    width: 100%; }
  .tfb-feature-box {
    width: 100%; } }

/*Gutenberg Styles - Text Feature Box*/
.card-hor-2-col .col-container {
  marign: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.card-hor-2-col .section-title {
  text-align: center;
  border-bottom: .5em solid #3c6cae;
  margin: 0 auto;
  margin-bottom: 1.5em;
  width: 33%; }
  @media (max-width: 800px) {
    .card-hor-2-col .section-title {
      width: 75%; } }

.card-hor-2-col .individual-col {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  background-color: #efefef;
  width: 48%;
  align-items: center; }
  @media (max-width: 800px) {
    .card-hor-2-col .individual-col {
      width: 100%;
      margin: 1em 0; } }

.card-hor-2-col .text-container {
  width: 100%;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 1200px) {
    .card-hor-2-col .text-container {
      flex: 1; } }

.card-hor-2-col .cta-link {
  border: 2px solid black;
  max-width: 250px;
  text-align: center;
  padding: .25em;
  text-transform: uppercase;
  display: inline-block;
  margin: 2em 0 1em; }

.card-hor-2-col .image-container {
  width: 100%;
  background-size: cover;
  position: relative; }
  .card-hor-2-col .image-container img {
    display: block; }
  @media (min-width: 1200px) {
    .card-hor-2-col .image-container {
      flex: 1;
      margin-left: 1rem; } }
  .card-hor-2-col .image-container:before {
    content: ' ';
    width: 5px;
    height: 50%;
    background-color: #3c6cae;
    display: block;
    position: absolute;
    top: 25%;
    left: -2.5px; }

/*Gutenberg Styles - Slider Gallery*/
.slider-container .owl-carousel .slider-item {
  width: 75%;
  margin: 0 auto; }

.slider-container .owl-nav {
  margin: 0;
  top: 0;
  display: flex;
  justify-content: space-around; }

.slider-container .owl-prev:before, .slider-container .owl-next:before {
  color: red; }

.gallery-container {
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .gallery-container li {
    margin: 1em;
    width: 22%; }
    .gallery-container li img {
      display: block;
      object-fit: cover;
      width: 100%;
      height: 100%;
      max-height: 250px; }
    @media (max-width: 800px) {
      .gallery-container li {
        width: 100%; } }

/*Gutenberg Styles - */
.accordion-container {
  cursor: pointer; }
  .accordion-container .accordion-item {
    background-color: lightgrey;
    margin: .5em 0; }
  .accordion-container .accordion-item-title {
    background-color: darkgrey; }
  .accordion-container .accordion-item-body {
    padding: .5em;
    transition: all .3s ease; }
  .accordion-container i {
    transition: all .3s ease;
    margin: .33em; }
  .accordion-container .expanded {
    transform: rotatez(90deg); }

/*Form Wide Section*/
.form-wide-section .form-wide-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap; }
  @media (max-width: 800px) {
    .form-wide-section .form-wide-top {
      flex-direction: column; } }
  .form-wide-section .form-wide-top .col {
    flex-basis: 47%;
    flex-grow: 1;
    flex-shrink: 0;
    position: relative; }
    @media (max-width: 800px) {
      .form-wide-section .form-wide-top .col {
        width: auto;
        flex-basis: auto;
        flex-grow: 0; } }
    .form-wide-section .form-wide-top .col:last-of-type {
      margin-left: 10px; }
      @media (max-width: 800px) {
        .form-wide-section .form-wide-top .col:last-of-type {
          margin: 10px 0; } }

.form-wide-section .caldera-grid {
  padding: 30px 15px 30px 30px; }
  .form-wide-section .caldera-grid .btn {
    float: right;
    font-weight: 600; }

.form-wide-section .form-wide-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }
  .form-wide-section .form-wide-list .form-wide-list-item {
    width: 45%;
    flex-basis: 45%;
    padding: 15px 0; }
    @media (max-width: 800px) {
      .form-wide-section .form-wide-list .form-wide-list-item {
        width: 100%;
        flex-basis: 100%; } }
    .form-wide-section .form-wide-list .form-wide-list-item h4 {
      padding: 0;
      margin: 0;
      text-transform: uppercase; }
    .form-wide-section .form-wide-list .form-wide-list-item p {
      padding: 4px 0 0 0;
      margin: 0; }

.form-wide-section iframe {
  width: 100%;
  height: 300px;
  margin-top: 30px; }

/*Card Vertical 3 Col*/
.card-vertical-3-col-container .layout-title {
  padding: 1em;
  margin: 0;
  text-align: center; }

.card-vertical-3-col-container p {
  color: #333333; }

.card-vertical-3-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px; }
  .card-vertical-3-col .card-vertical-col {
    width: 100%;
    padding: 15px;
    margin: 15px;
    background: #FFF;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    text-align: center; }
    @media screen and (min-width: 800px) {
      .card-vertical-3-col .card-vertical-col {
        width: 30%; } }
    .card-vertical-3-col .card-vertical-col h4 {
      margin: .5em 0; }
    .card-vertical-3-col .card-vertical-col span.title {
      text-transform: uppercase;
      font-weight: bold; }
    .card-vertical-3-col .card-vertical-col img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      object-position: center; }
    .card-vertical-3-col .card-vertical-col a {
      border-bottom: 2px solid;
      display: inline-block;
      margin: 10px 0;
      padding: 5px 10px;
      transition: all .3s ease; }

/*2-column with contact*/
.two-column-with-contact {
  position: relative; }

.two-column-with-contact-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: calc(100% + 25px);
  height: calc(100% + 25px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
  margin-top: -15px;
  margin-left: -15px; }

.two-column-with-contact-content {
  color: #fff; }
  .two-column-with-contact-content .social-links a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px; }

body .caldera-grid label {
  display: none; }

body .caldera-grid .col-sm-12 {
  width: 100%; }

body .caldera-grid .btn {
  border: none;
  font-weight: bold;
  font-size: .9em;
  border-radius: 0; }

body .caldera-grid input.form-control::-webkit-input-placeholder,
body .caldera-grid textarea.form-control::-webkit-input-placeholder {
  color: #000; }

body .caldera-grid input.form-control::-moz-placeholder,
body .caldera-grid textarea.form-control::-moz-placeholder {
  color: #000; }

body .caldera-grid input.form-control:-ms-input-placeholder,
body .caldera-grid textarea.form-control:-ms-input-placeholder {
  color: #000; }

body .caldera-grid input.form-control::-ms-input-placeholder,
body .caldera-grid textarea.form-control::-ms-input-placeholder {
  color: #000; }

body .caldera-grid input.form-control:-moz-placeholder,
body .caldera-grid textarea.form-control:-moz-placeholder {
  color: #000; }

  .wp-block-cover, .wp-block-cover-image {
    padding-left: 0;
    padding-right: 0;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

.section.two-column-with-contact {
  position: relative;
  font-size: 1.15em;
  width: calc(100% + 10px); }
  .section.two-column-with-contact:before {
    content: '';
    background-color: #fff;
    height: 35px;
    width: 100%;
    top: -38px;
    z-index: 999999;
    position: absolute; }
  .section.two-column-with-contact .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 100px; }
    .section.two-column-with-contact .row .col-left {
      flex: 2;
      margin-right: 50px; }
      @media (max-width: 800px) {
        .section.two-column-with-contact .row .col-left {
          flex: auto;
          text-align: center;
          margin-right: 0; } }
    .section.two-column-with-contact .row .contentBlockTop-Container {
      margin-bottom: 2em; }
    .section.two-column-with-contact .row .contentBlockBottom-Container .socialIcons {
      font-size: 2em; }
  .section.two-column-with-contact img,
  .section.two-column-with-contact .col-right {
    flex: 2; }
    @media (max-width: 800px) {
      .section.two-column-with-contact img,
      .section.two-column-with-contact .col-right {
        width: 100%;
        margin-top: 1em;
        flex: auto; } }
    .section.two-column-with-contact img .caldera-grid .row,
    .section.two-column-with-contact .col-right .caldera-grid .row {
      margin: 0 auto;
      padding: 0;
      max-width: 350px; }
      .section.two-column-with-contact img .caldera-grid .row div,
      .section.two-column-with-contact .col-right .caldera-grid .row div {
        width: 100%; }
  .section.two-column-with-contact h3 {
    padding: 10px; }

.rental-search form {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end; }
  .rental-search form label {
    width: 100%;
    max-width: 200px;
    margin: .5rem 1rem; }
    .rental-search form label select, .rental-search form label input {
      border: 1px solid; }
  .rental-search form input[type="submit"] {
    padding: 12.5px 40px;
    margin: 0 auto;
    display: block; }
    @media screen and (max-width: 800px) {
      .rental-search form input[type="submit"] {
        margin: 1.5em auto; } }

@media screen and (max-width: 1601px) {
  .wp-block-columns .wp-block-columns {
    flex-wrap: wrap; } }

@media screen and (max-width: 1601px) {
  .wp-block-columns .wp-block-columns .wp-block-column {
    flex-basis: 100%; } }

@media screen and (min-width: 1601px) {
  .wp-block-columns .wp-block-columns .wp-block-column {
    flex-basis: calc(50% - 16px); } }

@media screen and (max-width: 800px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100%;
    flex-grow: 1; }
    .hero-slider.owl-carousel .owl-nav .owl-prev, .hero-slider.owl-carousel .owl-nav .owl-next{
      font-size: 1rem;
    }
    .owl-prev:before{
    left:1vw;
  }
  .owl-next:before{
    right:1vw;
  } }
