@charset "UTF-8";
/*
Theme Name: United Apartments
Text Domain: unitedapts
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,
html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}

body {
  box-sizing: border-box;
}

body * {
  box-sizing: inherit;
}

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

h1 {
  font-size: 4.5em;
  color: #ffffff;
}

h2 {
  font-size: 3.5em;
  font-weight: 300;
  letter-spacing: 5px;
  color: #274364;
}

h3 {
  font-size: 2em;
  color: #274364;
  font-weight: 400;
  margin: 0.75em 0;
  letter-spacing: 2px;
}

ul {
  color: #274364;
}

img.image {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.image {
  height: 500px;
  width: 100%;
}

.nav-width {
  width: 95%;
  margin: 0 auto;
}

.main-width {
  width: 75%;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #274364;
  font-weight: 700;
  border-bottom: 1px solid #274364;
  transition: 0.75s ease all;
}
a:hover {
  opacity: 0.5;
}

a:link, a:visited, a:active {
  text-decoration: none;
}

p {
  font-weight: 400;
  margin: 0.5em 0;
  color: #274364;
  max-width: 100%;
}

.square-transparent-button {
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #ffffff;
  margin: 1em;
  transition: 0.75s ease all;
}
.square-transparent-button a {
  display: block;
  padding: 1em;
  border-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
.square-transparent-button.navy a {
  color: #274364;
}
.square-transparent-button.blue a {
  color: #0682BA;
}
.square-transparent-button.teal a {
  color: #339AA5;
}
.square-transparent-button.green a {
  color: #139664;
}
.square-transparent-button:hover {
  background: #ffffff;
}
.square-transparent-button:hover a {
  opacity: 1;
}

.square-solid-button {
  background: #ffffff;
  border: 2px solid #ffffff;
  margin: 1em;
  transition: 0.75s ease all;
}
.square-solid-button a {
  text-align: center;
  display: block;
  text-transform: uppercase;
  padding: 1em;
  border-bottom: 0;
}
.square-solid-button.navy a {
  color: #274364;
}
.square-solid-button.blue a {
  color: #0682BA;
}
.square-solid-button.teal a {
  color: #339AA5;
}
.square-solid-button.green a {
  color: #139664;
}
.square-solid-button:hover {
  background: rgba(255, 255, 255, 0.8);
}
.square-solid-button:hover a {
  opacity: 1;
}

.square-colored-button {
  margin: 1em;
  transition: 0.75s ease all;
}
.square-colored-button a {
  display: block;
  padding: 1em;
  text-align: center;
  border-bottom: 0;
  text-transform: uppercase;
}
.square-colored-button a:hover {
  opacity: 1;
}
.square-colored-button.navy {
  background: #274364;
  border: 2px solid #274364;
}
.square-colored-button.navy a {
  color: #ffffff;
}
.square-colored-button.navy:hover {
  background: rgba(39, 67, 100, 0.6);
}
.square-colored-button.blue {
  background: #0682BA;
  border: 2px solid #0682BA;
}
.square-colored-button.blue a {
  color: #ffffff;
}
.square-colored-button.blue:hover {
  background: rgba(6, 130, 186, 0.6);
}
.square-colored-button.teal {
  background: #339AA5;
  border: 2px solid #339AA5;
}
.square-colored-button.teal a {
  color: #ffffff;
}
.square-colored-button.teal:hover {
  background: rgba(51, 154, 165, 0.6);
}
.square-colored-button.green {
  background: #139664;
  border: 2px solid #139664;
}
.square-colored-button.green a {
  color: #ffffff;
}
.square-colored-button.green:hover {
  background: rgba(19, 150, 100, 0.6);
}

.square-colored-trans-button {
  margin: 1em;
  transition: 0.75s ease all;
}
.square-colored-trans-button a {
  display: block;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 0;
}
.square-colored-trans-button a:hover {
  opacity: 1;
}
.square-colored-trans-button.navy {
  background: rgba(39, 67, 100, 0.6);
  border: 2px solid #274364;
}
.square-colored-trans-button.navy a {
  color: #ffffff;
}
.square-colored-trans-button.navy:hover {
  background: #274364;
}
.square-colored-trans-button.blue {
  background: rgba(6, 130, 186, 0.6);
  border: 2px solid #0682BA;
}
.square-colored-trans-button.blue a {
  color: #ffffff;
}
.square-colored-trans-button.blue:hover {
  background: #0682BA;
}
.square-colored-trans-button.teal {
  background: rgba(51, 154, 165, 0.6);
  border: 2px solid #339AA5;
}
.square-colored-trans-button.teal a {
  color: #ffffff;
}
.square-colored-trans-button.teal:hover {
  background: #339AA5;
}
.square-colored-trans-button.green {
  background: rgba(19, 150, 100, 0.6);
  border: 2px solid #139664;
}
.square-colored-trans-button.green a {
  color: #ffffff;
}
.square-colored-trans-button.green:hover {
  background: #139664;
}

/*intro styles*/
.intro-section {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.intro-section.front-page {
  height: 89vh;
}
.intro-section.interior-page {
  height: 50vh;
  background: linear-gradient(to right, #139664, #0682BA);
}
.intro-section.interior-page .title {
  margin: auto;
}

.title-slogan-section {
  margin: auto;
}
.title-slogan-section p {
  color: #ffffff;
}

.site-slogan,
.sub-title {
  font-weight: 300;
  font-size: 1.5em;
  font-style: italic;
  margin: 10px;
  letter-spacing: 5px;
}

.sub-title {
  margin: 1em 0;
}

.title {
  font-size: 4.5em;
  color: #ffffff;
  letter-spacing: 4px;
  margin: 0.5em;
  text-transform: uppercase;
}

.cta-section {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 1.5em 0;
}

.cta-section-mobile {
  display: none;
}

.cta-item {
  width: 25%;
  padding: 1em 2em;
  border-right: 1px solid #ffffff;
}
.cta-item:last-child {
  border-right: 0;
}
.cta-item a {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  justify-content: center;
  transition: 0.75s ease all;
  border-bottom: 0;
  color: #ffffff;
}
.cta-item a:hover {
  opacity: 0.5;
}
.cta-item img {
  margin-right: 1em;
  height: 72px;
}
.cta-item.interior a {
  font-size: 1em;
}
.cta-item.interior img {
  height: 50px;
}

/*Home Slide Show*/
.slide-overlay {
  background-color: rgba(44, 42, 42, 0.1);
  width: 100%;
  height: 85vh;
  position: absolute;
  z-index: -1;
}

.small-carousel {
  display: flex;
}
.small-carousel .item {
  flex: 30%;
  height: 40vh;
}

/*section styles*/
.section-container,
.fw-whitebutton-section {
  height: 100vh;
  display: flex;
  align-items: center;
}
.section-container .center-align,
.fw-whitebutton-section .center-align {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-container .center-align .sub-title,
.fw-whitebutton-section .center-align .sub-title {
  color: #ffffff;
}
.section-container .center-align p,
.fw-whitebutton-section .center-align p {
  color: #ffffff;
}
.section-container.homepage .left-align .sub-title,
.fw-whitebutton-section.homepage .left-align .sub-title {
  color: #274364;
}
.section-container.homepage .center-align .sub-title,
.fw-whitebutton-section.homepage .center-align .sub-title {
  color: #ffffff;
}
.section-container.social-feed,
.fw-whitebutton-section.social-feed {
  height: auto;
}

.link-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4em 0;
  max-width: 100%;
  width: 100%;
}
.link-container .square-transparent-button,
.link-container .square-colored-button,
.link-container .square-colored-trans-button,
.link-container .square-solid-button {
  width: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-container .square-transparent-button a,
.link-container .square-colored-button a,
.link-container .square-colored-trans-button a,
.link-container .square-solid-button a {
  width: 100%;
}

.two-column {
  display: flex;
  margin: 3.5em 0;
}
.two-column img {
  width: 60%;
}
.two-column .text-area-wrap {
  display: flex;
  align-items: center;
  margin-left: -145px;
  width: 51%;
  z-index: 1;
}
.two-column .text-transparent,
.two-column .text-white {
  padding: 2em 4em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.two-column .text-transparent {
  background: rgba(51, 154, 165, 0.8);
}
.two-column .text-transparent p {
  color: #ffffff;
}
.two-column .text-white p {
  color: #8A8A8A;
}
.two-column.no-overlap .image-area-wrap,
.two-column.no-overlap .text-area-wrap {
  width: 50%;
}
.two-column.no-overlap .text-area-wrap {
  margin-left: 0;
}

/*interior page containers*/
.page-padding {
  padding: 4em 0;
}

/*BLog styles*/
.list-item-wrapper {
  border: 1px solid #274364;
}

h3.list-name {
  text-transform: uppercase;
}

.blog-date {
  text-transform: uppercase;
  font-weight: 700;
}

.blog-recent-wrapper {
  border-top: 1px solid #274364;
  margin-top: 2em;
}
.blog-recent-wrapper ul {
  list-style-type: none;
}
.blog-recent-wrapper ul li {
  font-size: 1.25em;
  margin: 1em 0;
}

.blog-item-wrap {
  display: flex;
}
.blog-item-wrap .square-colored-button {
  margin: 1em 0;
}

.site-header {
  background: #ffffff;
}

.nav-banner-bar {
  display: flex;
  justify-content: space-between;
  padding: 1.5em 0;
}

.logo-area {
  width: 149px;
}

.logo {
  border-bottom: 0;
}
.logo:hover {
  opacity: 1;
}

.nav-item-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.portal-area-container {
  display: flex;
  justify-content: space-between;
}

.sticky-portal-container {
  display: none;
}

.top-menu-containers {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.round-button {
  margin: 0 0.5em;
}
.round-button:last-child {
  margin-right: 0;
}
.round-button.teal a p {
  background: #339AA5;
  border: 2px solid #339AA5;
}
.round-button.teal a span {
  background: rgba(51, 154, 165, 0.4);
  border: 2px solid #339AA5;
}
.round-button.teal a:hover {
  opacity: 1;
}
.round-button a {
  display: flex;
  align-items: center;
  border-radius: 25px;
  transition: 0.5s ease all;
  border-bottom: 0;
}
.round-button a p {
  margin: 0;
  padding: 0.5em 1.25em;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  font-weight: 700;
  color: #ffffff;
}
.round-button a span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 0.3em;
  height: auto;
  width: auto;
}
.round-button a span i {
  font-size: 1.5em;
  color: #ffffff;
}
.round-button a:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 0px 0px 0 rgba(0, 0, 0, 0.3);
}

.navigation-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navigation-list li {
  padding: 0.75em 0.75em 0 0.75em;
}
.navigation-list li:last-child {
  padding-right: 0;
}
.navigation-list li:first-child {
  padding-left: 0;
}
.navigation-list li a {
  color: #0682BA;
  transition: 0.5s ease all;
  border-bottom: 0;
  text-transform: uppercase;
}
.navigation-list li a:hover {
  color: #274364;
  opacity: 1;
}
.navigation-list li.menu-item-has-children {
  position: relative;
}
.navigation-list li.menu-item-has-children:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #0682BA;
  transition: 0.5s ease all;
}
.navigation-list li.menu-item-has-children ul.sub-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease;
  margin: 0;
  top: 2.25em;
  padding: 0;
  width: 200px;
  display: flex;
  flex-direction: column;
  z-index: 2;
  list-style-type: none;
}
.navigation-list li.menu-item-has-children ul.sub-menu li {
  background-color: #F2F2F2;
  padding: 0;
  transition: 0.5s ease;
  margin: 0.15em 0;
}
.navigation-list li.menu-item-has-children ul.sub-menu li a {
  display: flex;
  padding: 0.5em 0.75em;
  color: #0682BA;
}
.navigation-list li.menu-item-has-children ul.sub-menu li:hover {
  background-color: #ECE9E9;
}
.navigation-list li.menu-item-has-children ul.sub-menu li:hover a {
  color: #274364;
}
.navigation-list li.menu-item-has-children ul.sub-menu:last-child {
  right: 0;
}
.navigation-list li.menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
}
.navigation-list li.menu-item-has-children:hover:after,
.navigation-list li.menu-item-has-children:hover a {
  color: #274364;
}

/*Sticky Header*/
.sticky {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  animation: smoothScroll 0.7s;
}
.sticky .nav-item-wrapper {
  padding: 0.75em 3em;
  align-items: center;
}
.sticky .nav-item-wrapper .navigation-list li {
  padding-top: 0;
}
.sticky .nav-item-wrapper .navigation-list li.menu-item-has-children ul.sub-menu {
  top: 1.5em;
}
.sticky img {
  height: 75px;
  width: auto;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.sticky-hide {
  display: none;
}

.sticky-show {
  display: flex;
}

.sticky-portal-container {
  background: #274364;
  justify-content: center;
}
.sticky-portal-container a {
  display: flex;
  transition: 0.5s ease all;
  margin: 0.5em 1em;
}
.sticky-portal-container a p {
  font-weight: 700;
  color: #ffffff;
}
.sticky-portal-container a span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sticky-portal-container a span i {
  font-size: 1.5em;
  color: #ffffff;
}
.sticky-portal-container a:hover {
  opacity: 0.5;
}

.site-footer {
  background: linear-gradient(to right, #139664, #0682ba);
}

.bottom-footer {
  display: flex;
  justify-content: space-between;
  padding: 1.5em 0;
  color: #ffffff;
}

.footer-left img {
  height: 71px;
  width: auto;
}

.footer-right .footer-item:first-child {
  margin-top: 0;
}

.footer-item {
  display: flex;
  flex-direction: column;
  margin: 1em 0;
}
.footer-item a {
  font-weight: 400;
  margin: 0.25em 0;
  transition: 0.75s ease all;
  color: #ffffff;
  border-bottom: 0;
  text-transform: uppercase;
}
.footer-item a:hover {
  opacity: 0.5;
}
.footer-item p {
  color: #ffffff;
  margin: 0.25em 0;
}
.footer-item:last-child {
  margin-bottom: 0;
}
.footer-item.social-area {
  flex-direction: row;
  justify-content: flex-end;
}
.footer-item.social-area i {
  font-size: 1.75em;
}

.office-hour-item {
  text-align: right;
  margin: 0.5em 0;
}
.office-hour-item:first-child {
  margin-top: 0;
}
.office-hour-item:last-child {
  margin-bottom: 0;
}

.copyright-area {
  text-align: right;
}
.copyright-area .copyright-item {
  margin: 0.25em 0;
}
.copyright-area a {
  transition: 0.75s ease all;
  color: #ffffff;
  border-bottom: 0;
}
.copyright-area a:hover {
  opacity: 0.5;
}
.copyright-area img {
  padding-right: 0 !important;
}

.rmchat-shortcode {
  position: relative;
}

.rmWebChatOuterContainer {
  position: fixed;
  right: 0;
  bottom: 52px;
  z-index: 1;
}

.rmWebChatQueueButton {
  padding: 1em;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  transition: 0.5s ease all;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.rmWebChatQueueButton:hover {
  box-shadow: none;
  color: #8A8A8A !important;
}

/* Gutenberg alignment sample */
.main-wrapper {
  overflow: hidden;
}

.entry-content .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content .alignwide {
  margin-left: -4em;
  margin-right: -4em;
  width: auto;
}

.block-padding,
.fw-whitebutton-section,
.wp-block-table,
.wp-block-columns,
.wp-block-cover,
.wp-block-gallery {
  margin: 4em 0;
}

.wp-block-cover h2 {
  margin: 0 auto;
}

.wp-block-table {
  color: #274364;
}

a.fbx-link {
  border-bottom: 0;
}

iframe {
  width: 100% !important;
}

.wp-block-button {
  margin: 1em 0;
}

/*Two column & Google Map*/
.wp-block-column .block-padding {
  margin: 0;
}

/*Accordion*/
.list-item.accordion {
  display: block;
  margin: 1em 0;
}
.list-item.accordion .accordion-toggle a.accordion-title {
  padding: 1.5em 3em;
  background: #ECE9E9;
  transition: 0.3s ease all;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0px;
  margin: 0;
  text-transform: uppercase;
}
.list-item.accordion .accordion-toggle a.accordion-title p {
  font-weight: 700;
}
.list-item.accordion .accordion-toggle a.accordion-title:hover {
  opacity: 1;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
}
.list-item.accordion .accordion-toggle.open a i {
  transform: rotate(180deg);
}
.list-item.accordion .accordion-content {
  padding: 2em;
  display: none;
  border-bottom: 2px solid #274364;
}

/*fw button section*/
.fw-whitebutton-section {
  display: flex !important;
}
.fw-whitebutton-section h1,
.fw-whitebutton-section h2,
.fw-whitebutton-section h3,
.fw-whitebutton-section h4,
.fw-whitebutton-section ul,
.fw-whitebutton-section p {
  color: #ffffff;
}
.fw-whitebutton-section a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.fw-whitebutton-section ul {
  text-align: left;
}

/*Contact form styles*/
.gform_wrapper h3.gform_title {
  display: none;
}
.gform_wrapper label.gfield_label {
  color: #274364;
}
.gform_wrapper select,
.gform_wrapper input,
.gform_wrapper textarea {
  border: 1px solid #274364;
  color: #274364;
}
.gform_wrapper input[type=submit] {
  background-color: #274364;
  color: #ffffff;
  padding: 1em 4em;
  border: 2px solid #274364;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  transition: 0.75s ease all;
}
.gform_wrapper input[type=submit]:hover {
  cursor: pointer;
  background-color: rgba(39, 67, 100, 0.6);
}

.blocks-gallery-item figure a div {
  width: auto;
  height: 350px;
}

.wp-block-image div {
  width: auto;
  height: 250px;
}

/*property map*/
.map-legend-wrapper {
  display: flex;
  margin: 2em 0;
}

.map-wrapper {
  width: 80%;
  height: 550px;
}

#map-canvas {
  width: 100%;
  height: 100%;
  top: 0;
}

.legend-wrapper {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 2em;
}

.legend-item {
  display: flex;
  align-items: center;
  margin: 1em 0;
  flex-wrap: wrap;
  justify-content: center;
}
.legend-item img {
  margin-right: 0.25em;
}
.legend-item.apartment p {
  color: #139664;
}
.legend-item.commercial p {
  color: #339AA5;
}
.legend-item.house p {
  color: #0682BA;
}
.legend-item p {
  font-weight: 700;
  font-size: 1.15em;
}

.map-property-detail img {
  height: 225px;
}
.map-property-detail h3 {
  color: #274364;
  font-size: 1.15em;
  font-weight: 300;
}
.map-property-detail.house a {
  border: 2px solid #0682BA;
  color: #0682BA;
}
.map-property-detail.apartment a {
  border: 2px solid #139664;
  color: #139664;
}
.map-property-detail.commercial a {
  border: 2px solid #339AA5;
  color: #339AA5;
}
.map-property-detail a {
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.15em;
  transition: 0.75s ease all;
}
.map-property-detail a:hover {
  color: #8A8A8A;
  border: 2px solid #8A8A8A;
  opacity: 1;
}

/*Page loader*/
#loader {
  position: absolute;
  left: 50%;
  top: 60%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #E6E6E7;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  border-top: 16px solid #274364;
}
#loader.apartment {
  border-top: 16px solid #139664;
}
#loader.commercial {
  border-top: 16px solid #339AA5;
}
#loader.house {
  border-top: 16px solid #0682BA;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content-container {
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.loader-wrapper {
  height: 10em;
  position: relative;
  background: #F1F1F2;
}

.loader-wrapper.detail-load {
  margin: 1em 0;
  background: #ffffff;
}

#pageLoader {
  display: none;
}

/*Listing Page*/
.prop-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.list-item-container {
  margin: 1em;
  display: flex;
  flex-direction: column;
  flex-basis: calc( (100% - 6em) / 3);
}
.list-item-container .square-colored-button {
  margin: 1em 0 0 0;
}

.list-item-wrapper {
  text-align: center;
  flex: 1 1 auto;
}
.list-item-wrapper p.navy-light {
  color: #274364;
  font-weight: 300;
}
.list-item-wrapper h3 {
  font-size: 1.25em;
  font-weight: 700;
}

.apart-list .list-item-wrapper {
  border: 1px solid #139664;
}
.apart-list a, .apart-list h3, .apart-list p {
  color: #139664;
}
.apart-list .list-sub-item a {
  color: #139664;
  font-weight: 400;
  transition: 0.75s ease all;
  border-bottom: 1px solid #139664;
}
.apart-list .list-sub-item a:hover {
  opacity: 0.5;
}

.comm-list .list-item-wrapper {
  border: 1px solid #339AA5;
}
.comm-list a, .comm-list h3, .comm-list p {
  color: #339AA5;
}
.comm-list .list-sub-item a {
  color: #339AA5;
  font-weight: 400;
  transition: 0.75s ease all;
  border-bottom: 1px solid #339AA5;
}
.comm-list .list-sub-item a:hover {
  opacity: 0.5;
}

.house-list .list-item-wrapper {
  border: 1px solid #0682BA;
}
.house-list a, .house-list h3, .house-list p {
  color: #0682BA;
}
.house-list .list-sub-item a {
  color: #0682BA;
  font-weight: 400;
  transition: 0.75s ease all;
  border-bottom: 1px solid #0682BA;
}
.house-list .list-sub-item a:hover {
  opacity: 0.5;
}

.list-item-image {
  height: 300px;
  padding: 0.75em;
}
.list-item-image img, .list-item-image .image {
  width: 100%;
  height: 100%;
}

.list-sub-item {
  margin: 0.5em 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list-sub-item a {
  display: block;
}
.list-sub-item p {
  margin: 0;
}

/*detail styles*/
.detail-container {
  padding: 0 !important;
}
.detail-container .section-container {
  height: auto;
}

.detail-h3 {
  color: #ffffff;
  margin: 0.25em 0;
}

.prop-detail-tabs {
  width: 100%;
  z-index: 0;
}

.prop-wrapper.apartment h2 {
  color: #139664;
}
.prop-wrapper.apartment .title-color-block {
  background-color: #139664;
}
.prop-wrapper.apartment .title-color-block h2, .prop-wrapper.apartment .title-color-block p {
  color: #ffffff;
  margin: 0.25em 0;
}
.prop-wrapper.apartment .content-color-block p, .prop-wrapper.apartment .content-color-block h3 {
  color: #139664;
}
.prop-wrapper.house h2 {
  color: #0682BA;
}
.prop-wrapper.house .title-color-block {
  background-color: #0682BA;
}
.prop-wrapper.house .title-color-block h2, .prop-wrapper.house .title-color-block p {
  color: #ffffff;
  margin: 0.25em 0;
}
.prop-wrapper.house .content-color-block p, .prop-wrapper.house .content-color-block h3 {
  color: #0682BA;
}
.prop-wrapper.commercial h2 {
  color: #339AA5;
}
.prop-wrapper.commercial .title-color-block {
  background-color: #339AA5;
}
.prop-wrapper.commercial .title-color-block h2, .prop-wrapper.commercial .title-color-block p {
  color: #ffffff;
  margin: 0.25em 0;
}
.prop-wrapper.commercial .content-color-block p, .prop-wrapper.commercial .content-color-block h3 {
  color: #339AA5;
}

.owl-carousel .owl-item img.detail-owl-image {
  height: 400px;
}

#gallery-slider .owl-nav {
  display: flex;
  justify-content: center;
  margin: 1em 0;
}
#gallery-slider .owl-nav i {
  font-size: 1.5em;
  transition: 0.75s ease all;
}
#gallery-slider .owl-nav i:hover {
  opacity: 0.5;
}

.house #gallery-slider .owl-nav i {
  color: #0682BA;
}
.house .ui-tabs-nav {
  border-bottom: 2px solid #0682BA !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}
.house .block-tabs-link-container.ui-tabs-active {
  border-top: 2px solid #0682BA !important;
}
.house .block-tabs-link-container.ui-tabs-active .block-tabs-link {
  color: #0682BA !important;
}
.house .two-column .text-transparent {
  background: rgba(6, 130, 186, 0.8);
}
.house .two-column .text-transparent p {
  font-weight: 300;
}
.house .two-column .text-transparent a {
  color: #ffffff;
  font-weight: 300;
  border-bottom: 1px solid #ffffff;
}

.email-text-wrap {
  word-break: break-all;
}

.commercial #gallery-slider .owl-nav i {
  color: #339AA5;
}
.commercial .ui-tabs-nav {
  border-bottom: 2px solid #339AA5 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}
.commercial .block-tabs-link-container.ui-tabs-active {
  border-top: 2px solid #339AA5 !important;
}
.commercial .block-tabs-link-container.ui-tabs-active .block-tabs-link {
  color: #339AA5 !important;
}
.commercial .two-column .text-transparent {
  background: rgba(51, 154, 165, 0.8);
}
.commercial .two-column .text-transparent p {
  font-weight: 300;
}
.commercial .two-column .text-transparent a {
  color: #ffffff;
  font-weight: 300;
  border-bottom: 1px solid #ffffff;
}

.detail-map-wrapper {
  width: 60%;
  height: 600px;
}
.detail-map-wrapper #detail-map-canvas {
  width: 100%;
  height: 100%;
}

.apartment #gallery-slider .owl-nav i {
  color: #139664;
}
.apartment .ui-tabs-nav {
  border-bottom: 2px solid #139664 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}
.apartment .block-tabs-link-container.ui-tabs-active {
  border-top: 2px solid #139664 !important;
}
.apartment .block-tabs-link-container.ui-tabs-active .block-tabs-link {
  color: #139664 !important;
}
.apartment .two-column .text-transparent {
  background: rgba(19, 150, 100, 0.8);
}
.apartment .two-column .text-transparent p {
  font-weight: 300;
}
.apartment .two-column .text-transparent a {
  color: #ffffff;
  font-weight: 300;
  border-bottom: 1px solid #ffffff;
}

a.directions {
  display: flex !important;
  align-items: center;
  border-bottom: 0 !important;
}
a.directions span {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25em;
  margin-right: 1em;
}
a.directions .list-sub-item {
  align-items: flex-start;
}

.prop-wrapper {
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: "Lato", sans-serif !important;
}
.prop-wrapper .text-transparent {
  z-index: 1;
}

.ui-tabs-nav {
  width: 100%;
  border-radius: 0 !important;
  padding: 4em 0 0 0 !important;
  background: #F2F2F2 !important;
  display: flex;
  justify-content: center;
}

.ui-tabs-sticky {
  flex-direction: row;
  top: 8.5em;
  padding-top: 0 !important;
  border-bottom: 0 !important;
  position: fixed;
  z-index: 1;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  animation: smoothScroll 0.7s;
}

.block-tabs-link-container {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 0.1em !important;
  background: #ECE9E9 !important;
  border-top: 0 !important;
}
.block-tabs-link-container .block-tabs-link {
  padding: 1.5em 3em !important;
  color: #A1A0A0 !important;
  border-bottom: 0;
  text-transform: uppercase;
  outline: none;
}
.block-tabs-link-container.ui-tabs-active {
  margin-bottom: -2px !important;
  background: #ffffff !important;
}
.block-tabs-link-container:first-child, .block-tabs-link-container:last-child {
  border-right: none !important;
}

#js-amenity-section {
  padding: 2em 0 4em 0;
}

ul.amenities {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #ffffff;
  max-width: 100%;
}
ul.amenities li {
  margin: 1em;
}
ul.amenities li i {
  font-size: 1.5em;
}

/*tab items*/
#tabs-floorplans .section-content,
#tabs-video-tour .section-content,
#tabs-3d-tour .section-content,
#tabs-site-plan .section-content {
  margin: 4em auto;
}

.title-color-block {
  padding: 1em;
  text-align: center;
}
.title-color-block p {
  font-size: 1.5em;
}

.content-color-block {
  padding: 4em;
  background-color: #ECE9E9;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content-color-block iframe {
  height: 500px;
}
.content-color-block a {
  border-bottom: 0;
}
.content-color-block a:hover {
  opacity: 1;
}
.content-color-block .color-block-content-wrapper {
  width: 30%;
  margin: 1em;
  text-align: center;
}
.content-color-block .color-block-content-wrapper img {
  width: 100%;
  height: auto;
}
.content-color-block .color-block-content-wrapper h3 {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
}

.detail-image .image {
  height: 500px;
}

/*Application Styles*/
label {
  color: #274364;
  margin: 0.25em;
}

select, input {
  border: 1px solid #274364;
  color: #274364;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  padding: 5px 4px;
  margin: 0.5em;
}

.field-group,
.international-student,
.internationalSchoolInfo,
.studentInfo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.full-width {
  width: 100%;
  margin: 1em;
}

.text-margin {
  margin: 1em;
}

.field-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  margin: 1em;
  flex: 1 1 auto;
}
.field-item input, .field-item select {
  margin: 0.25em 0;
}
.field-item.full-width {
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 0.5em;
}

.otherCitizen input {
  margin: 1em;
}

.note-item {
  width: 100%;
}

.captcha-img {
  margin: 1em;
}

input.submit-btn[type=submit] {
  background-color: #274364;
  color: #ffffff;
  padding: 1em 4em;
  border: 2px solid #274364;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  transition: 0.75s ease all;
  margin: 1em;
}
input.submit-btn[type=submit]:hover {
  cursor: pointer;
  background-color: rgba(39, 67, 100, 0.6);
}

.cmxform2 {
  color: #444;
}
.cmxform2 legend, .cmxform2 h4, .cmxform2 label {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0px;
}
.cmxform2 legend, .cmxform2 h4 {
  font-weight: 500;
  text-transform: uppercase;
}
.cmxform2 legend {
  font-size: 2em;
  color: #274364;
  margin: 0.5em 0;
}
.cmxform2 h4 {
  font-size: 1.5em;
}
.cmxform2 label {
  font-size: 1.5em;
  color: #444;
}
.cmxform2 input, .cmxform2 select, .cmxform2 textarea {
  border-radius: 4px;
  border: solid 1px #CCC;
  color: #444;
}
.cmxform2 p {
  color: #444;
}
.cmxform2 input, .cmxform2 select {
  height: 45px;
}
.cmxform2 input[type=checkbox] {
  height: auto;
}
.cmxform2 .field-item {
  width: 25%;
}
.cmxform2 .field-item.full-width {
  width: 100%;
}
.cmxform2 fieldset {
  padding: 0;
  margin: 1.5rem 0;
  border: 0;
}
.cmxform2 input.submit-btn[type=submit] {
  height: auto;
  border-radius: 0;
}

/*roommate list styles*/
#roommateFilter .field-item {
  width: 15%;
}
#roommateFilter.alignfull {
  padding: 1em 4em;
}

#roommate-list-content.alignfull {
  padding: 0 4em;
}

.list-title-container {
  display: flex;
  justify-content: space-between;
}
.list-title-container p {
  margin: 0.5em;
  width: 12%;
  font-weight: 700;
  letter-spacing: normal;
}
.list-title-container p.small-column {
  width: 7%;
}

.data-table-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 0;
}
.data-table-row p {
  margin: 0.5em;
  width: 12%;
  border-right: 2px solid #ffffff;
  letter-spacing: normal;
}
.data-table-row p a {
  word-break: break-all;
}
.data-table-row p.small-column {
  width: 7%;
}
.data-table-row p:last-child {
  border-right: 0;
}
.data-table-row:nth-child(odd) {
  background-color: #F2F2F2;
}

.mobile-list-title {
  display: none;
}

@media (max-width: 1200px) {
  .content-color-block .color-block-content-wrapper {
    width: 40%;
  }
}
@media (max-width: 1100px) {
  .ui-tabs-nav {
    display: flex;
    flex-direction: column;
  }

  .section-container, .fw-whitebutton-section {
    height: auto;
  }

  .list-title-container {
    display: none;
  }

  .data-table-row {
    flex-direction: column;
  }
  .data-table-row p {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 1em;
    border-right: none;
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  .data-table-row p.small-column {
    width: 100%;
  }
  .data-table-row p:last-child {
    border-bottom: none;
  }
  .data-table-row:nth-child(even) p {
    border-bottom: 1px solid #F2F2F2;
  }

  .mobile-list-title {
    display: block;
    font-weight: bold;
  }

  #roommateFilter .field-item {
    width: 30%;
  }
}
@media (max-width: 1000px) {
  .site-slogan,
.sub-title, h2 {
    font-size: 2.5em;
  }

  .title, h1 {
    font-size: 3.5em;
  }

  h3 {
    font-size: 1.5em;
  }

  .cta-item a {
    font-size: 1em;
    flex-direction: column;
  }
  .cta-item img {
    margin-right: 0;
    margin-bottom: 1em;
    height: 62px;
  }

  /* flex - column-reverse*/
  .map-legend-wrapper {
    flex-direction: column-reverse;
  }

  /* flex - column*/
  .two-column,
.bottom-footer {
    flex-direction: column;
  }

  /*flex - align center*/
  .bottom-footer,
.footer-item {
    align-items: center;
  }

  /* flex - justify center*/
  .footer-item.social-area {
    justify-content: center;
  }

  .footer-left,
.footer-right,
.office-hour-item,
.copyright-area {
    text-align: center;
  }

  .two-column img {
    width: 100%;
  }
  .two-column .text-area-wrap {
    width: 100%;
    margin-left: 0;
  }
  .two-column.no-overlap .text-area-wrap,
.two-column.no-overlap .image-area-wrap {
    width: 100%;
  }

  .map-wrapper,
.detail-map-wrapper {
    width: 100%;
    height: 400px;
  }

  .legend-wrapper {
    width: 100%;
    padding: 0;
    flex-direction: row;
  }

  .legend-item {
    margin: 1em;
  }
  .legend-item p {
    font-size: 1em;
  }

  .link-container .square-transparent-button,
.link-container .square-colored-button,
.link-container .square-colored-trans-button,
.link-container .square-solid-button {
    width: 40%;
  }

  .list-item-container {
    flex-basis: calc( (100% - 4em) / 2);
  }
}
@media (max-width: 750px) {
  .intro-section.interior-page {
    height: 100vh;
  }

  .cta-section {
    display: none;
  }

  .cta-section-mobile {
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 2;
    background: #274364;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }

  .cta-item {
    border-right: 0;
    width: inherit;
    padding: 1em 0.25em;
  }
  .cta-item a {
    font-size: 0.65em;
  }
  .cta-item img {
    height: 30px;
  }
  .cta-item:last-child {
    border-bottom: 0;
  }

  .main-width {
    width: 90%;
  }

  .legend-wrapper {
    flex-direction: column;
  }

  .title, h1 {
    font-size: 2.5em;
    text-align: center;
  }

  .sub-title, h2, .site-slogan {
    font-size: 2em;
    text-align: center;
  }

  .link-container .square-transparent-button,
.link-container .square-colored-button,
.link-container .square-colored-trans-button,
.link-container .square-solid-button {
    width: 100%;
  }

  .two-column .text-transparent,
.two-column .text-white {
    padding: 2em;
  }

  .list-item-container {
    flex-basis: 100%;
  }

  .content-color-block {
    padding: 1em;
  }
  .content-color-block .color-block-content-wrapper {
    width: 100%;
  }

  .field-item, .cmxform2 .field-item {
    width: 100%;
  }

  #roommate-list-content.alignfull,
#roommateFilter.alignfull {
    padding: 1em;
  }

  #roommateFilter .field-item {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
