/*
Theme Name: Uptown (rmWebPro)
Text Domain: uptown
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: 15px;
  line-height: 1.6;
  color: black; }
  @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; }

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

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

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

h2 {
  font-size: 2.5em;
  padding: 15px 0 8px 0;
  margin: 0;
  color: #1A4971;}
  @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 {
  list-style-type: none;
  padding: 10px 0;
  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 {
  display: block;
  max-width: 1200px;
  width: 100%;
  padding: 35px 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box; }
  @media (max-width: 800px) {
    .row {
      padding-right: 25px;
      padding-left: 25px; } }
  .caldera-grid .row {
    padding: 0;
    margin: 0; }

.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;
  flex-wrap: wrap;
  padding: 26px 0; }


label {
  display: block;
  padding: 0;
  position: relative;
  box-sizing: border-box; }

  .search-form label {
    width: 22%; 
	border-right: 1px solid black;}
    @media (max-width: 925px) {
      .search-form label {
        width: 33%; } }
	@media (max-width: 600px) {
      .search-form label {
        width: 100%; } }

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

.search-form input[type="text"],
input[type="tel"],
input[type="search"],
select,
textarea {
font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea {
  font-size: .9em;
  width: 100%;
  display: block;
  padding: 20px 12px;
  margin: 0;
  border-radius: 0;
  appearance: none;
  border: none;
  box-sizing: border-box;
  text-transform: uppercase;
}
  @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; }


select.numeric-filter {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    0px 1.5em;
  background-repeat: no-repeat;
  background-position-y: center; 
}



select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/*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%;
  display: none;}
  @media screen and (max-width: 800px) {
    .owl-nav {
      display:none; } }
  .owl-nav span {
    display: none; }

.owl-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  position: absolute;
  left: -2vw;
  color: #fff;
  font-size: 6em; }
  @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: 6em; }
  @media screen and (min-width: 800px) {
    .owl-next:before {
      right: 2vw; } }

/*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: 1100px) {
	  .page-header .row {
		  margin-top: 10px;
	  }}

.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: 1px;
    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;
  padding: 25px;
  position: absolute;
}
  @media (max-width: 800px) {
    .logo {
      margin: 0 auto; } }
  .logo img {
    max-width: 250px;
    max-height: 100px;
    height: auto; }
    @media (max-width: 800px) {
      .logo img {
        max-width: 150px;
        max-height: 65px; } }
  .logo h1 {
    display: none; }
    .logo h1.no-logo-image {
      display: block;
      font-size: 2em;
      text-transform: uppercase;
      padding: 0;
      margin: 0; }

@media (max-width: 1100px) {
  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;
    margin: 0 0 0 20px;
    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;
      margin: 10px 20px;
      font-weight: 700;
      text-transform: capitalize;
      border-bottom: 1px 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 {
    color: #515151!important;
    border-bottom: 1px solid #515151!important;
    padding-bottom: 2px; }
    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; }

/* Header Jennifer's Theme*/
.quick-actions {
  display: flex;
  background: #F5821F!important;}
  .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; }
  @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;
  font-weight: 700; }
  @media (max-width: 900px) {
    .contact-us-options {
      display:none; } }
  .contact-us-options div {
    margin-bottom: 10px; }

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

.portal-btns {
  width: 45%;
  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;
  font-weight: 700;
  margin-left: -1em;}

  .portal-btns__skewed-bg {
    position: absolute;

    height: 100%;
    z-index: -1; }
  @media (max-width: 900px) {
	  .portal-btns {
		  width: 100%;
	  }}
    @media screen and (min-width: 900px) {
      .portal-btns__skewed-bg {
        transform: skewX(-40deg);
		width: calc(100% + 3rem);
        top: 0;
        left: -1rem; } }

.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: center; }

/*FOOTER*/
.page-footer {
  display: flex;
  justify-content: space-around;
  padding: 3em 50px;
  flex-wrap: wrap;
  background-color: #FBFCFC; }
  @media screen and (min-width: 800px) {
    .page-footer {
      padding: 3em 100px; } }

.footer-column-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-content: center; }
  @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;
  padding-top: 20px; }
  @media screen and (min-width: 800px) {
    .footer-column-right {
      width: 50%;
      text-align: right; } }

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

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

.footer-column-right .menu a {
  color: #515151; }

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

.footer-logo {
  margin: 2em auto;
  text-align: center; }
  @media screen and (min-width: 800px) {
    .footer-logo {
      margin: 0 0 2em 0; } }

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

.footer-column-right ul li.current_page_item a {
    color: #515151!important;
    border-bottom: 1px solid #515151!important;
    padding-bottom: 2px;
}





.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; }
  @media screen and (min-width: 800px) {
    .hero-background-image {
      height: 675px; } }

.hero-inner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 600px; }
  .hero-inner-content h2 {
    position: relative;
    padding: 0;
    font-size: 2.8em;
    flex: 1;
    display: flex;
    align-items: center; }
    @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; }
  .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; }
      @media screen and (min-width: 800px) {
        .search-container form label.half-width {
          max-width: 230px; } }
    .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: capitalize;
    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;
  margin-bottom: 5%; }

.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; }

@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 {
  margin: 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 {
      width: 50%; } }
.card-hor-2-col .cta-link {
  border: 2px solid black;
  max-width: 250px;
  text-align: center;
  padding: .25em;
  text-transform: capitalize;
  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 {
      width: 47%; } }
  .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: capitalize; }
    .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; }

.block-slider .owl-theme .owl-dots .owl-dot.active span, .main-menu ul li a:hover {
	background: none!important;
}

.main-menu ul li a:hover {
	color: #1a4971!important;
	border-bottom: 1px solid #1a4971!important;
}

.social a {
	color: #1a4971!important;
	background-color: #fff!important;
}

.social a:hover {
	color: white!important;
}


/*Hero Styles - */

.hero-content {
	color: white;
	max-width: 925px; 
	padding: 150px 100px 200px;
}
  @media screen and (max-width: 500px) {  
.hero-content {
		padding: 150px 50px 200px;
	  }}
.hero-background {
  display: flex;
  align-items: center;
  margin-top: 3px; }
  @media screen and (min-width: 800px) {
    .hero-background-image {
      height: 675px; } }

.hero-buttons {
	padding-top: 7%;
}

.hero-button-one {
	padding: 1em 2em;
    border: 2px solid;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 800;
	margin-right: 5%;
}
  @media screen and (max-width: 750px) {
	  .hero-button-one {
	  margin-right: 0;
	  }} 
.hero-button-two {
	padding: 1em 2em;
    border: 2px solid #f5821f;
	text-transform: uppercase;
	font-weight: 800;
	border-radius: 5px;
}
.hero-button-two:hover {
	background-color: #fff;
	color: #f5821f!important;
}
.hero-sub-title {
	text-transform: uppercase;
}
.div-button-1{
	display:inline;
}
.div-button-2{
	display:inline;
}
  @media screen and (max-width: 750px) {
	  .div-button-1 {
	display:block;
}
.div-button-2 {
	display:block;
	margin-top: 5%;
	  }}


/*Icon Grid*/
.grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 30px; }

.grid-item {
  padding: 15px;
  margin: 30px 15px;
  flex-basis: 17%; }
  @media only screen and (max-width: 60em) {
    .grid-item {
      padding: 5px;
      margin: 25px 10px; } }
  @media only screen and (max-width: 1250px) {
    .grid-item {
      flex-basis: 100%;
	  padding: 0 14em;} }
@media only screen and (max-width: 800px) {
    .grid-item {
	  padding: 0 10em;} }
@media only screen and (max-width: 600px) {
    .grid-item {
	  padding: 0 5em;} }

.grid-img {
  color: white;
  text-align: center; }
  .grid-img .fa, .grid-img .fas {
    text-shadow: 2px 2px 5px #333; }

.grid-content {
  color: white;
  text-align: center;
  text-shadow: 2px 2px 5px #333;
  padding-top: 4%;
}

.grid-content p {
  line-height: 1.7em; }

.fa-4x {
	font-size: 8em!important;
}

/*Footer form*/
.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
}
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.last {
    margin-right: 0 !important;
    clear: right;
}
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}

#wpcf7-f1549-o1 {
	width: 30%;
}

@media only screen and (max-width: 1600px) {
#wpcf7-f1549-o1 {
	width: 50%;
	}}
@media only screen and (max-width: 1130px) {
#wpcf7-f1549-o1 {
	width: 70%;
	}}
	@media only screen and (max-width: 900px) {
#wpcf7-f1549-o1 {
	width: 100%;
	}
}



div.div-footer-button {
	text-align: center;
}
.footer-button {
	padding: 1em 7em!important;
    border: 2px solid #f5821f;
    text-transform: uppercase!important;
    font-weight: 800!important;
    border-radius: 5px!important;
	margin-left: 10%!important;
}
	@media only screen and (max-width: 900px) {
		.footer-button {
			margin-left: 0!important;
		}}

.footer-form {
	padding-bottom: 5%!important;
}
.footer-sub-heading {
	margin-top: -40px!important;
}
.footer-main-heading {
	padding-top: 5%;
}
.message {
	width: 100%!important;
}
/*Image Accent Color block css*/
.image-accent-color-container {
  min-height: 100vh;
  height: auto;
  position: relative; }

.image-accent-color-wrapper {
  display: flex;
  height: 100vh; }

.image-accent-color.image-side {
  width: 35%; }

.image-accent-color.color-side {
  width: 65%; }

.image-accent-color.content-side {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  display: flex;
  align-items: center; }

.image-accent-color-border {
  border-width: 2px;
  border-style: solid;
  width: 100%; }

.image-accent-color-content {
  margin: 1.5em; }

/*Block: Two Column image & text*/
div.two-column-text-box {
	display: inline-block;
    width: 50%;
    padding-right: 10%;
}
div.two-column-image {
	width: 40%;
    min-height: 600px;
    display: inline-block;
}
.div-two-column-button {
    text-align: center;
    padding-top: 5%;
}

@media only screen and (max-width: 1100px) {
	div.two-column-text-box {
    width: 99%;
	padding: 0;
}
div.two-column-image {
	width: 99%;
	}
}

@media only screen and (max-width: 800px) {
	.two-column-link {
		padding: 2em 2em;
	}}

/* blog reel */
.blog-reel {
	margin-left: auto;
    margin-right: auto;
    padding: 35px 100px;
}

li.wp-block-post {
	padding-left: 4%;
    padding-right: 4%;
}
@media only screen and (max-width: 1400px) {
	li.wp-block-post {
	padding-left: 0;
    padding-right: 0;
	}}

@media (max-width: 1000px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
		width: 100%!important
	}}

li.wp-block-post a {
	text-align: center;
}

.read-more {
	padding: .5em 0;
    border: 2px solid #1A4971;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 5px;    
	background: #1A4971;
    color: #fff!important;
	width: 100%!important;
	margin-top: 15px;
	margin-bottom: 25px;
}
.read-more:hover {
	background-color: #fff;
	color: #1A4971!important;
}

/* blog post */
div.post-content {
	padding: 3% 20%;
}
@media only screen and (max-width: 700px) {
	div.post-content {
	padding: 3% 5%;
	}}

article.post .hero-background {
	height: 500px;
}

.post-h1 {
	color: white;
	text-transform: capitalize;
	padding: 0 20%;
}

/*team post*/

article.team .hero-background {
	height: 500px;
}

/* Section Two Column */
.column-container, .column-container .column {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.max-wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  width: 100%;
  max-width: 1450px; }
  @media only screen and (min-width: 35rem) {
    .max-wrap {
      padding: 0 2rem; } }

span.max-wrap {
  display: block; }

.rm-pt {
  padding-top: 0; }

.accent-wrap form.unit-search select, .accent-wrap form.property-search select {
  border-color: transparent; }

.white-wrap {
  background-color: #ffffff;
  color: #3a3a3a; }

.gray-wrap {
  background-color: #eeeeee;
  color: #3a3a3a; }

.background-image-section {
  color: #ffffff; }
  .background-image-section button[class*='linkbtn'] {
    color: #ffffff; }
    .background-image-section button[class*='linkbtn']:hover {
      border-color: #ffffff; }

.left-justified {
  text-align: left; }

.center-justified {
  text-align: center; }

.right-justified {
  text-align: right; }

.column-container {
  justify-content: center; }
  @media only screen and (min-width: 55rem) {
    .column-container {
      margin-left: -2rem;
      margin-right: -2rem; } }
  .column-container .column {
    flex: 1 1 300px;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1rem;
    margin: 1rem;
	justify-content: center;}
    .column-container .column > *:not(a) {
      width: 100%; }
  .column-container .col-image {
    margin-bottom: 1rem;
    height: 350px;
    width: 100%; }
  .column-container p {
    margin-top: 0; }

.accent-wrap .column-container p {
	text-align: center;
}

.white-wrap .column-container p {
	text-align: center;
}

.accent-wrap {
	border-color: transparent;
	background-color: rgba(245,130,31,0.5);
}
.accent-wrap .column-container p {
	text-align: center;
}

.you-tube {
	text-align:center;
	padding: 7% 0;
}

.wp-block-heading {
	padding-left: 100px;
	padding-right: 100px;
}

.meet-the-team {
		padding-left: 100px;
	padding-right: 100px;
}

.wp-block-post-title a {
	color: black;
}

.no-listings-available {
	text-align: center;
	padding: 100px 0;
}

footer .sub-menu {
	display: none;
}

.project-hero {
	padding: 25px 0px;
}

.post-subheading {
	padding: 0 20%;
}

.project-detail-image {
	background-size: cover;
	background-position: center;
	min-height: 300px;
}

.project_info-list {
	display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.project_info-list li span {
	padding: 0.5em;
    flex-grow: 1;
}
.project_info-title {
box-sizing: border-box;
    padding: 0.5em;
    text-transform: uppercase;
	}
.project_info-detail {
	margin: 0 0.2em;
}

.project_info-list li {
	list-style-type: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #bbb;
    box-sizing: border-box;
	flex-direction: column;
}

.project-main-section {
	padding-top: 100px; 
}

.project-detail-image {
	flex-basis: 30%!important;
}

/*Project Lisitngs*/
.project_listings {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-bottom: 5%;
}
.project_listing-wrapper {
	display: flex;
    flex-wrap: wrap;
    margin: 2em;
    align-items: stretch;
    width: calc(100% - 4.2em);
    border: 0.1em solid;
    box-sizing: border-box;
    border-color: #bbb;
    max-width: 600px;
}
@media only screen and (min-width: 1200px) {
.project_listing-wrapper {
    width: calc(50% - 4.2em);
	}}
@media only screen and (min-width: 1700px) {
.project_listing-wrapper {
    width: calc(33.33% - 4.2em);
}}
.project_listing-wrapper .project_header-section {
    flex-basis: 100%;
    padding: 0;
}
.project_listing-wrapper .project_section {
    padding: 1em;
    flex-grow: 1;
}
.project_detail-wrapper *, .project_listing-wrapper * {
    box-sizing: border-box;
}
.project_main-prop-image {
    width: 100%;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
.font2 {
    font-family: Montserrat!important;
}
.bg-color1 {
    background-color: #1a4971;
    color: #FFF!important;
}
.project_listing-wrapper h2 {
    width: 100%;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 400;
    text-align: center;
}
.project_listing_header {
    color: white;
    font-size: 1.5em;
}
.project_sub-header {
    text-align: center;
}
.project_listing_sub_header {
    padding: 10px 80px;
}
.project_listing-wrapper .project_detail-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0 1em 1em 1em;
    box-sizing: border-box;
    align-items: flex-end;
}
.project_listing-wrapper .project_detail-button-wrapper a {
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    margin: 5px;
}

.two-column-section {
	padding-top: 25px;
}

.lightbox {
	top: 200px!important;
}

.message-textarea {
	    font-family: arial;
    font-weight: 400;
}