﻿@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHh30AXC-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format('truetype');
}
body {
  background: #fff;
  margin: 0;
  padding: 0;
}
body,
td,
th {
  font-size: 15px;
  font-family: "Open Sans", Arial, Gadget, sans-serif;
  color: #434343;
  font-weight: 400;
  line-height: 180%;
}
header,
section,
footer,
aside,
article,
figure {
  display: block;
}
.header-wrap {
  cwidth: 100%;
  background-color: #fff;
}
.logo-container {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 999;
}
/* Home Slide Styles */
.slider-wrap {
  background: #dfdfdf;
  height: 500px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.testimonials-container .slider-wrap {
  background: transparent !important;
  height: 350px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.slider-inner {
  padding: 0px !important;
}
.slider-title {
  font-size: 40px;
  padding: 0px 20px 20px 20px;
  display: block;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 70%;
  text-align: left;
  line-height: 50px;
}
.slider-items .sub-text {
  font-size: 16px;
  font-weight: 300;
  display: block;
  color: #fff;
  padding: 0px 20px 20px 20px;
}
.homeslide-padding {
  padding: 150px 0;
}
/* SubPage Slide Styles */
.subpage-slider-wrap {
  background: #dfdfdf;
  height: 260px;
  overflow: hidden;
  width: 100%;
  display: block;
  padding-top: 100px;
}
.subpage-slider-title {
  font-size: 40px;
  padding: 0px 20px 20px 20px;
  display: block;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 100%;
  text-align: left;
  line-height: 50px;
}
/* Home Page - Basic Section */
section.basic-section {
  display: block;
  width: 100%;
  min-height: 420px;
  background: url(../images/room-background.jpg) no-repeat center bottom;
  padding: 50px 0px 120px;
  text-align: center;
  background-size: cover;
}
.basic-inner {
  width: 70%;
  margin: auto;
}
/* Home Page - 3 Module Section (service, custom, living space*/
.modules-title {
  font-size: 18px;
  font-weight: 700;
  padding-top: 30px;
}
.modules-title:after {
  display: block;
  width: 15%;
  margin: 20px auto 0px;
  height: 4px;
  background-color: #ef662f;
  content: " ";
}
.modules-title-small {
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  padding: 20px 20px 0;
}
.modules-description {
  text-align: center;
  padding: 18px 20px 40px;
  font-size: 16px;
  line-height: 130%;
}
.modules-img-container {
  display: block;
  padding: 0;
  margin: 0;
}
/* Home Page - Location Search Section */
section.location-search {
  display: block;
  width: 100%;
  min-height: 300px;
  background: url(../images/form-section-background.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 50px 0px 70px;
  text-align: center;
  color: #fff;
}
.location-form {
  display: block;
  padding: 0 0px 20px 40px;
}
.location-form input,
.location-form select {
  display: block;
  float: left;
  padding: 10px 15px;
  margin-right: 10px;
  width: 23%;
  /*background: rgb(255,255,255);
	background: rgba(255,255,255, .7);*/
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  height: 38px;
  color: #2f2f2f;
  font-family: "Lato", "Arial Black", Gadget, sans-serif;
  font-weight: 400;
  border: none;
  -webkit-appearance: none;
}
.location-form select {
  padding: 10px 15px;
  -webkit-appearance: menulist;
  border: none;
}
.location-form select:disabled {
  background-color: #e5ebf0;
}
section.location-search h2,
section.location-search .contact-link {
  color: #ffffff;
}
.location-form input[type="submit"],
.location-form button.submit {
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px;
  background: #ef662f;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  -webkit-appearance: none;
}
.location-form input[type="submit"]:hover,
.location-form button.submit:hover {
  background: #003867;
  text-decoration: none;
  color: #fff;
  -webkit-appearance: none;
}
.location-form input[type="submit"]:disabled,
.location-form button.submit:disabled {
  background-color: #bd7b61;
}
.location-form select {
  border: 1px solid #b7b7b7;
}
.no-background section.location-search {
  background: none;
  color: #434343;
}
.no-background section.location-search h2,
.no-background section.location-search a {
  color: #434343;
}
/* Home Page - Home Sweet Home Section */
section.home-sweet-home {
  display: block;
  width: 100%;
  min-height: 500px;
  background: #ebe6db url(../images/home-sweethome-background.jpg) no-repeat right top;
  background-size: cover;
  padding: 70px 0px 70px;
  text-align: left;
  color: #434343;
}
/* Home Page - Get to Know Us Section */
section.get-to-know {
  display: block;
  width: 100%;
  min-height: 300px;
  background: #f3f3f3 url(../images/lines-background.jpg) repeat-x center top;
  padding: 70px 0px 50px;
  text-align: center;
  color: #434343;
  padding-bottom: 15px solid #003867;
}
/* About Us Page */
section.doubleblue-section {
  display: block;
  width: 100%;
  min-height: 300px;
  background: #f3f3f3 url(../images/blue-double-color-bg.gif) repeat-y center top;
  background-size: 100%;
  padding: 50px 0px;
  text-align: center;
  color: #fff;
}
.half-left {
  width: 46%;
  padding: 0 3%;
  float: left;
  text-align: center;
  margin: auto;
}
.half-right {
  width: 46%;
  padding: 0 3%;
  float: right;
  text-align: center;
  margin: auto;
}
.double-site-width {
  width: 980px;
  max-width: 100%;
}
.bio-name {
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
}
.bio-title {
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
}
.bio-name:after {
  display: block;
  width: 15%;
  margin: 20px auto 0px;
  height: 4px;
  background-color: #ef662f;
  content: " ";
}
.bio-description {
  text-align: center;
  padding: 18px 0px 40px;
  font-size: 16px;
  line-height: 130%;
  width: 100%;
  max-width: 210px;
  margin: auto;
}
.staff-bios {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
  row-gap: 50px;
}
.staff-bio {
  background-color: #ffffff;
}
.logos a {
  display: inline-block;
}
.seventy-percent {
  width: 70%;
  text-align: left;
  float: left;
  display: block;
  padding-right: 20px;
}
.testimony-ceo {
  width: 25%;
  float: right;
  text-align: center;
  border-bottom: 6px solid #ef662f;
  border-top: 6px solid #ef662f;
  font-size: 20px;
  color: #ef662f;
  font-weight: 600;
  padding: 30px 20px;
  margin-top: 60px;
}
.testimony-ceo .title-desc {
  font-weight: 400;
  font-size: 18px;
  color: #ef662f;
  display: block;
}
/* Our Approach Page */
section.blue-section {
  display: block;
  width: 100%;
  min-height: 180px;
  background: #003867;
  padding: 50px 0px 50px;
  text-align: center;
}
section.approach-grey {
  display: block;
  width: 100%;
  min-height: 250px;
  background: #f3f3f3;
  padding: 50px 0px 30px;
  text-align: left;
}
section.approach-white {
  display: block;
  width: 100%;
  min-height: 250px;
  background: #fff;
  padding: 50px 0px 30px;
  text-align: left;
}
.approach-img {
  display: block;
  float: left;
  width: 100px;
  margin-right: 50px;
}
.approach-description {
  display: block;
  float: left;
  margin-right: 30px;
  max-width: 800px;
  width: 90%;
}
.approach-subtext {
  font-size: 14px;
  font-weight: 700;
  color: #f47d1e;
  display: block;
}
.orange-subtext {
  font-size: 14px;
  font-weight: 700;
  color: #f47d1e;
  display: block;
}
.approach-description h2 {
  color: #434343;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
section.testimonials-container {
  display: block;
  width: 100%;
  min-height: 300px;
  background: #f3f3f3 url(../images/approach-testimonial-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 50px 0px;
  text-align: center;
  color: #fff;
}
.testimonials-module {
  width: 33%;
  padding: 2%;
  float: left;
  font-size: 13px;
  line-height: 20px;
}
.testimony-first {
  padding-left: 0px !important;
  padding-right: 4%;
}
.testimony-last {
  padding-right: 0px !important;
  padding-left: 4%;
}
.testimonial-text {
  display: block;
  padding-bottom: 20px;
}
.testimonial-text:after {
  display: block;
  width: 15%;
  margin: 20px auto 0px;
  height: 4px;
  background-color: #ef662f;
  content: " ";
}
.approad-half-left {
  display: block;
  width: 65%;
  min-height: 420px;
  background: #f3f3f3 url(../images/approach-half-left.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0px;
  text-align: center;
  color: #fff;
  float: left;
}
.approad-half-right {
  display: block;
  width: 35%;
  min-height: 420px;
  padding: 70px 0px;
  text-align: center;
  color: #fff;
  float: right;
  background: transparent;
}
.team-approach {
  width: 50%;
  margin-right: 120px;
  text-align: left;
  float: right;
}
.team-approach-wrap {
  background: #f3f3f3 url(../images/approach-half-right.jpg) no-repeat right top;
  background-size: contain;
  display: block;
}
/* Furnished Apartment Page */
.pets-on-property {
  display: block;
  width: 100%;
  min-height: 420px;
  background: #dfe4e8 url(../images/pets-background.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0px;
  text-align: left;
}
section.ammenities {
  display: block;
  width: 100%;
  min-height: 420px;
  background: #f3f3f3;
  padding: 30px 0px 50px;
  text-align: center;
}
.list-with-arrow ul {
  display: block;
  list-style: none;
  margin: 0;
  margin-left: 30px;
  padding: 0;
}
.list-with-arrow ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 5px 5px 5px 18px;
  background: url(../images/blue-right-arrow.png) no-repeat left center;
  text-align: left;
  line-height: 18px;
}
.list-with-arrow.half-list ul li {
  width: 50%;
  float: left;
}
.list-with-arrow.third-list > ul > li {
  width: 32%;
  float: left;
  padding-right: 1%;
  background: none;
  font-weight: 700;
}
.list-with-arrow.third-list ul li {
  width: 32%;
  float: left;
  padding-right: 1%;
}
.list-with-arrow.third-list > ul > li > ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.list-with-arrow.third-list > ul > li > ul > li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 5px 5px 5px 18px;
  background: url(../images/blue-right-arrow.png) no-repeat left 8px;
  text-align: left;
  line-height: 18px;
  font-weight: normal;
  width: 100%;
  float: none;
}
.personalized-copy {
  font-size: 11px;
  font-style: italic;
  padding-top: 30px;
  clear: both;
  display: block;
  line-height: 17px;
}
.boardslide {
  display: block;
  cursor: pointer;
  transition: all 0.5s ease-out;
  text-align: left;
  line-height: 22px;
  padding: 15px 10px 15px 40px;
  border-top: 1px solid #a1a1a1;
  color: #434343;
  font-size: 16px;
  font-family: "Lato", "Arial Black", Gadget, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  background: url(../images/icon-plus.png) no-repeat left 15px;
}
.boardslide:first-child {
  border-top: none;
}
.openboard {
  background: url(../images/icon-minus.png) no-repeat left 15px;
}
/*.boardslide:before { content: "+"; float: left;font-size: 16px; transition: all .5s ease-out; font-weight: 900; height: 20px; width: 20px; border-radius: 50%; background: #004873; text-align: center; vertical-align: middle; color: #fff; line-height: 20px; padding-left:1px; margin-right: 20px;}
.openboard:before { content: "-"; float: left;font-size: 16px; transition: all .5s ease-out; font-weight: 900;background: #f47d1e;  }*/
.theboard {
  text-align: left;
  padding: 0px 20px 25px 40px;
  margin-top: -10px;
}
/* Contact Us Page */
.general-contact {
  text-align: left;
  float: left;
  width: 40%;
}
.general-contact img {
  display: inline-block;
  margin: 10px 5px;
  transition: all 0.5s ease-out;
}
.contact-us-right-blue {
  text-align: left;
  float: left;
  width: 55%;
  margin-left: 5%;
}
.general-contact a:hover {
  color: #ef662f !important;
}
.general-contact img:hover {
  opacity: 0.6;
}
section.were-hiring {
  display: block;
  width: 100%;
  min-height: 420px;
  background: #daf6fa url(../images/were-hiring-background.jpg) no-repeat 20% top;
  background-size: cover;
  padding: 50px 0px;
  text-align: left;
}
/* Business Travel */
section.business-travel {
  display: block;
  width: 100%;
  min-height: 420px;
  background: #d8d8da url(../images/business-travel-section-bg.jpg) no-repeat right bottom;
  background-size: cover;
  padding: 50px 0px;
  text-align: left;
}
.table-wrap {
  width: 100%;
  margin-top: 30px;
}
.table-head {
  background-color: white;
  color: #434343;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.table-head .corphotel-item {
  padding: 0px;
  min-height: 40px;
  line-height: normal;
}
.table-items {
  text-align: left;
  width: 100%;
  display: table;
  font-weight: 700;
  font-size: 14px;
  color: #434343;
}
.table-items:nth-child(odd) {
  background: #b7c7d5;
}
.table-items:nth-child(even) {
  background: #e5ebf0;
}
.corphotel-item {
  float: left;
  padding: 0px;
}
.corphotel-item.item-description {
  width: 56% !important;
  text-align: left;
  padding-top: 10px;
  padding-left: 10px;
  border-top: 1px solid #fff;
}
.corphotel-item.item-furnished {
  width: 22% !important;
  text-align: center;
  border: 1px solid #fff;
  border-bottom: 0px solid transparent;
  min-height: 51px;
}
.corphotel-item.item-hotel {
  width: 22% !important;
  text-align: center;
  border-top: 1px solid #fff;
}
.orange-background {
  background: rgba(239, 102, 47, 0.8);
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px;
}
/* Insurance Housing*/
section.insurance-housing {
  display: block;
  width: 100%;
  min-height: 420px;
  background: #dfe6eb url(../images/insurance-housing-background.jpg) no-repeat right center;
  background-size: cover;
  padding: 50px 0px;
  text-align: left;
}
.form-title {
  color: #fff;
  padding: 10px 10px 10px 20px;
  background: #003867;
  margin-bottom: 5px;
}
.insurance-form-section {
  display: block;
  clear: both;
  padding: 15px 0 45px 2%;
}
/* Reservations*/
section.apartment-sourcing {
  display: block;
  width: 100%;
  min-height: 350px;
  background: #efedee url(../images/reservations-globe.jpg) no-repeat right center;
  background-size: cover;
  padding: 50px 0px;
  text-align: left;
}
section.pay-lease {
  display: block;
  width: 100%;
  min-height: 420px;
  background: #f3f4f6 url(../images/reservations-paylease.jpg) no-repeat right bottom;
  background-size: cover;
  padding: 50px 0px;
  text-align: left;
}
#pet-questions {
  display: none;
}
/* Sourcing Solutions */
.not-just-beauty {
  display: block;
  width: 100%;
  min-height: 350px;
  background: #dcddd8 url(../images/notjustbeauty-background.jpg) no-repeat center top;
  background-size: 100%;
  padding: 350px 0px 50px;
  text-align: left;
}
.not-just-beauty .left-section {
  width: 55%;
  text-align: left;
  float: left;
  display: block;
  padding-right: 10%;
}
.not-just-beauty .right-section {
  width: 30%;
  text-align: left;
  float: left;
  display: block;
  margin-top: 70px;
}
/* Search Result */
.search-result-row {
  display: block;
  padding: 20px 0 10px;
  clear: both;
  border-top: 1px solid #cccbc5;
}
.search-image {
  display: inline-block;
  float: left;
  text-align: left;
  max-width: 190px;
  padding-right: 20px;
  width: 20%;
}
.search-location {
  display: inline-block;
  float: left;
  text-align: center;
  max-width: 190px;
  padding: 10px;
  width: 20%;
}
.search-icons {
  display: inline-block;
  float: right;
  text-align: right;
  border-left: 1px solid #cccbc5;
  max-width: 590px;
  width: 60%;
  padding: 13px 0;
}
.search-icons a img {
  display: inline-block;
  float: left;
  padding-left: 20px;
}
.search-icons a.button {
  margin-top: 10px;
  margin-left: 20px;
  width: 47%;
}
/* Refer A Friend */
.referafriend-form {
  display: block;
  clear: both;
  padding: 15px 0 45px 2%;
}
/* Government Federal Housing  */
.twocolumn-wrap {
  display: inline-block;
  width: 85%;
  margin: 30px auto;
  text-align: left;
}
.twocolumn-wrap .half-left {
  text-align: left;
  width: 42%;
  padding: 0 3%;
}
.twocolumn-wrap .half-right {
  width: 50%;
  padding: 0 3%;
  text-align: left;
}
.section-lodging {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.section-lodging ul {
  margin: 0;
  padding: 0px;
  margin-left: 20px;
}
.section-lodging .inner-content {
  padding: 0px 40px 40px;
}
.military-lodging {
  width: 50%;
  width: calc(50% - 40px);
  padding: 0px;
  text-align: left;
  float: left;
  margin-right: 40px;
  box-sizing: border-box;
  background: #f4f4f4;
  min-height: 800px;
}
.government-lodging {
  width: 50%;
  width: calc(50% - 40px);
  padding: 0px;
  text-align: left;
  float: left;
  margin-right: 40px;
  min-height: 800px;
  box-sizing: border-box;
  background: #f4f4f4;
}
.military-lodging img,
.government-lodging img {
  max-width: 100%;
}
.gov-img-text-bg {
  height: 271px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  background: url(../images/government-lodging-background.jpg) no-repeat center;
  background-size: cover;
}
.mil-img-text-bg {
  height: 271px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  background: url(../images/military-lodging-background.jpg) no-repeat center;
  background-size: cover;
}
.centertext {
  position: relative;
  top: calc(50% - 20px) !important;
  left: 0% !important;
  transform: translate(0%, 0%) !important;
  display: inline-block;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}
.twocolumn-wrap ul {
  margin: 0;
}
.global-service-wrap {
  background: #f3f3f3 url(../images/global-service-background.jpg) no-repeat right top;
  background-size: cover;
  display: block;
}
.gov-contract-wrap {
  background: #f3f3f3 url(../images/government-contracts-background.jpg) no-repeat right bottom;
  background-size: cover;
  display: block;
}
.global-half {
  width: 55%;
}
/* End Government Federal Housing  */
/* Footer */
footer {
  display: block;
  width: 100%;
  min-height: 500px;
  background: #363636;
  padding: 50px 0px 30px;
  text-align: left;
  color: #aeadad;
  border-bottom: 25px solid #003867;
}
.footer-title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 30px;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  display: block;
  padding: 0;
}
footer ul li a {
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  color: #aeadad;
  font-size: 12px;
}
footer ul li a:hover {
  color: #fff;
}
footer a {
  color: #aeadad;
}
footer a:hover {
  color: #fff;
}
.footer-connect-form.form input[type="text"],
.footer-connect-form.form input[type="email"] {
  display: block;
  float: none;
  padding: 10px 15px;
  width: 90%;
  background: #737373;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  border: none;
  color: #fff !important;
  font-weight: 300;
  border-radius: 4px;
  margin: 0 0 5px 0;
  -webkit-appearance: none;
}
.footer-connect-form label {
  display: block;
  padding: 0;
}
.footer-connect-form input[type="submit"] {
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px;
  background: #737373;
  text-align: center;
  font-weight: 300;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 25px;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border: none;
}
.footer-connect-form input[type="submit"]:hover {
  background: #003867;
  text-decoration: none;
  color: #fff;
}
.copyright {
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #fff;
}
footer ul.footersocial {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  clear: both;
  margin: 30px 0px 20px;
}
footer ul.footersocial li {
  float: left !important;
  display: inline-block !important;
  padding: 10px 20px;
  font-size: 14px;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
}
footer ul.footersocial li a {
  font-size: 16px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}
footer ul.footersocial li a:hover {
  opacity: 0.7;
}
footer .modules-one-third {
  padding-bottom: 30px;
}
/* Location Details */
.location {
  text-align: left;
  margin: auto;
  width: 980px;
  max-width: 100%;
}
.location h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccbc5;
  margin-bottom: 20px;
}
.location .box {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
}
.location ul.amenity-list {
  list-style-type: none;
  margin: 1em 0 0 0;
  padding: 0;
}
.location .plans {
  margin-top: 1em;
  display: table;
  width: 100%;
}
.location .plan {
  display: table-row;
  width: 100%;
  border-top: 1px solid #cccbc5;
}
.location .plan div {
  border-top: 1px solid #cccbc5;
  display: table-cell;
  vertical-align: middle;
  padding: 1em 0;
}
.location .plan div.plan-title {
  width: 100%;
}
.location .button {
  padding: 10px 40px;
  text-transform: none;
}
.location .thumbs {
  margin-top: 2em;
}
.location img.thumb {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 20%;
  width: 20%;
  margin-right: 2%;
  margin-bottom: 1em;
  cursor: pointer;
  border: 1px solid #cccbc5;
}
.location .divider,
.location .divider-r {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccbc5;
  margin-bottom: 20px;
}
.location .divider-r {
  display: none;
}
.location .photo-box {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  width: 66%;
}
.location .info-box {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  width: 33%;
}
.location .description-box {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  width: 40%;
  padding-right: 40px;
}
.location .amenity-box {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  width: 30%;
  padding-right: 40px;
}
.location .amenity-box.last {
  padding-right: 0;
}
/* ============== 
  Misc CSS
================= */
.site-width {
  width: 980px;
  max-width: 100%;
}
.nav-site-width {
  width: 1110px;
  max-width: 100%;
}
.center-div {
  margin: auto !important;
}
section:after {
  content: "";
  display: block;
  clear: both;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.clear-both {
  clear: both;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.sub-title {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
a {
  color: #003867;
  text-decoration: none;
}
a:hover {
  color: #ef662f;
}
h2 {
  font-weight: 600;
  font-size: 20px;
  font-family: "Lato", "Arial Black", Gadget, sans-serif;
}
.h2-no-bottom-margin {
  padding-bottom: 0px;
  margin-bottom: 10px;
}
img {
  max-width: 100%;
  height: auto;
}
.white-text {
  color: #fff !important;
}
.white-background {
  background: #fff !important;
}
.first-module {
  margin-left: 0 !important;
}
.last-module {
  margin-right: 0 !important;
}
section {
  display: block;
  width: 100%;
  min-height: 420px;
  background: #fff;
  padding: 50px 0px 70px;
  text-align: center;
}
section.grey-section {
  display: block;
  width: 100%;
  min-height: 420px;
  background: #e7e5e5;
  padding: 50px 0px 70px;
  text-align: center;
}
.modules-one-fourth {
  width: 25%;
  margin: 2%;
  max-width: 215px;
  float: left;
}
.modules-one-third {
  width: 30%;
  margin: 2%;
  max-width: 274px;
  float: left;
}
.modules-one-half {
  width: 44%;
  margin: 2%;
  max-width: 450px;
  float: left;
}
.modules-two-thirds {
  width: 65%;
  margin: 2%;
  max-width: 520px;
  float: left;
}
.eighty-percent-container {
  width: 80%;
  margin: auto;
}
.twenty-five-percent {
  width: 28%;
}
.invisible-text {
  color: transparent !important;
}
.no-mobile {
  display: block;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2f2f2f;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #2f2f2f;
}
::-ms-input-placeholder {
  /* IE 10+ */
  color: #2f2f2f;
}
::-moz-placeholder {
  /* Firefox 18- */
  color: #2f2f2f;
}
.button-container {
  padding: 10px 0 8px 20px;
  display: block;
  text-align: left;
}
.button-container .button {
  padding: 15px 30px;
  font-size: 17px;
  background: #ef662f;
}
.button {
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px;
  background: #ef662f;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  -webkit-appearance: none;
}
.button:hover {
  background: #003867;
  text-decoration: none;
  color: #fff;
  -webkit-appearance: none;
}
.white-button {
  background: #fff;
  color: #000;
}
.grey-button {
  background: #a6a6a6 !important;
  color: #fff;
}
.longer-button {
  padding: 13px 50px !important;
}
.social-btn {
  background-color: #ffffff;
  color: #003867;
  width: 48px;
  height: 48px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  display: inline-block;
  text-align: center;
  line-height: 58px;
  margin: 10px 5px;
  transition: all 0.5s ease-out;
  font-size: 16px;
}
.form {
  /* Forms */
}
.form input.error,
.form select.error {
  border: 1px solid red !important;
}
.form label.error {
  display: none !important;
}
.form input[type="submit"],
.form input[type="button"],
.form button.submit {
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px;
  background: #ef662f;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  -webkit-appearance: none;
  border: none;
}
.form label {
  cursor: pointer;
  padding-right: 30px;
  display: inline-block;
  padding-top: 20px;
}
.form input[type="checkbox"] {
  display: none;
}
.form input[type="checkbox"] + label:before {
  border: 1px solid #ccc;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  margin: 0 15px 0 0;
  padding: 0;
  vertical-align: top;
  height: 24px;
  width: 24px;
  border-radius: 3px;
}
.form input[type="checkbox"]:checked + label:before {
  background: #fff;
  color: #666;
  content: "\2713";
  text-align: center;
  border: 1px solid #ccc;
  padding-top: 4px;
  height: 20px;
}
.form input[type="radio"] {
  display: none;
}
.form input[type="radio"] + label:before {
  border: 1px solid #ccc;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  margin: 0 15px 0 0;
  padding: 0;
  vertical-align: top;
  height: 24px;
  width: 24px;
  border-radius: 3px;
}
.form input[type="radio"]:checked + label:before {
  background: #fff;
  color: #666;
  content: "\2713";
  text-align: center;
  border: 1px solid #ccc;
  padding-top: 4px;
  height: 20px;
}
.form input,
.form textarea,
.form select {
  margin-top: 15px;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="date"],
.form textarea {
  float: left;
  border-radius: 2px;
  border: 1px solid #b7b7b7;
  display: block;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #2f2f2f;
  font-weight: 400;
  -webkit-appearance: none;
  margin-right: 10px;
}
.contact-us-form-container {
  padding-left: 40px;
}
.contact-us-form-container input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}
.contact-us-form-container input[type="radio"]:checked + label:after {
  font-weight: bold;
}
select.dropdown {
  display: block;
  float: left;
  margin-right: 10px;
  width: 23%;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  height: 38px;
  color: #2f2f2f;
  font-family: "Lato", "Arial Black", Gadget, sans-serif;
  font-weight: 400;
  border-radius: 2px;
  border: 1px solid #b7b7b7 !important;
  -webkit-appearance: none;
  padding: 10px 15px;
  -webkit-appearance: menulist;
  border: none;
}
.input-half {
  width: 46% !important;
  margin-right: 10px !important;
}
.input-full {
  width: 93% !important;
  margin-right: 10px !important;
}
.mobile-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  section.pay-lease {
    background: #f3f4f6 url(../images/reservations-paylease.jpg) no-repeat 65% bottom;
    padding: 50px 0px 20px;
  }
  .not-just-beauty {
    padding: 220px 0px 50px;
  }
}
@media screen and (max-width: 960px) {
  .location {
    width: 98%;
    padding: 2%;
  }
  .location .plan {
    display: block;
    width: 100%;
    border-top: 1px solid #cccbc5;
  }
  .location .plan div {
    border: none;
    display: block;
    padding: 1em 0;
  }
  .location .plan div.plan-title {
    padding-bottom: 0;
    border-top: 1px solid #cccbc5;
    width: 100%;
  }
  .location .description-box {
    width: 100%;
    padding-right: 0px;
  }
  .location .divider-r {
    display: block;
  }
  .location .amenity-box {
    width: 50%;
  }
  .site-width {
    width: 98%;
    max-width: 100%;
    padding: 2%;
  }
  .approach-description {
    display: block;
    float: left;
    margin-right: 30px;
    max-width: 800px;
    width: 75%;
  }
  section.pay-lease {
    background: #f3f4f6 url(../images/reservations-paylease.jpg) no-repeat 50% bottom;
    padding: 10px 0px 20px;
    background-size: 120%;
  }
  .search-icons a.button {
    margin-top: 10px;
    margin-left: 20px;
    width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .modules-one-third {
    width: 46% !important;
    max-width: 50%;
    margin: auto !important;
    /*float: none !important;*/
  }
  .slider-title {
    max-width: 90%;
  }
  .site-width {
    width: 98%;
    max-width: 100%;
    padding: 2%;
  }
  .modules-one-fourth {
    width: 45%;
    margin: 2% !important;
    max-width: 50%;
    float: left;
  }
  .modules-one-fourth img {
    width: 100%;
    max-width: 100%;
  }
  .approach-description {
    display: block;
    float: left;
    margin-right: 30px;
    max-width: 800px;
    width: 65%;
    margin: auto;
  }
  .mobile-only {
    display: block;
    clear: both;
  }
  section.were-hiring {
    display: block;
    width: 100%;
    min-height: 420px;
    background: #daf6fa url(../images/were-hiring-background.jpg) no-repeat 25% top;
    background-size: cover;
    padding: 50px 0px;
    text-align: left;
  }
  section.business-travel {
    display: block;
    width: 100%;
    min-height: 420px;
    background: #d8d8da url(../images/business-travel-section-bg.jpg) no-repeat right top;
    background-size: 100%;
    padding: 370px 0 50px;
    text-align: left;
  }
  section.business-travel .modules-one-half {
    width: 90% !important;
    max-width: 96%;
    margin: auto !important;
    float: none !important;
  }
  section.insurance-housing {
    display: block;
    width: 100%;
    min-height: 420px;
    background: #bcd5e9 url(../images/insurance-housing-background.jpg) no-repeat right top;
    background-size: 100%;
    padding: 280px 0px 50px;
    text-align: left;
  }
  section.apartment-sourcing {
    display: block;
    width: 100%;
    min-height: 350px;
    background: #efedee url(../images/reservations-globe-mobile.jpg) no-repeat right top;
    background-size: 100%;
    padding: 130px 0 50px 0px;
    text-align: left;
  }
  section.pay-lease {
    background: #f3f4f6 url(../images/reservations-paylease.jpg) no-repeat 65% bottom;
    padding: 50px 0px 60px;
    background-size: 150%;
  }
  section.insurance-housing .modules-one-half {
    width: 90% !important;
    max-width: 96%;
    margin: auto !important;
    float: none !important;
  }
  .modules-two-thirds {
    width: 90% !important;
    max-width: 96%;
    margin: auto !important;
    float: none !important;
  }
  .ammenities .no-mobile {
    display: none !important;
  }
  .not-just-beauty {
    padding: 130px 0px 50px;
  }
  .not-just-beauty .left-section {
    width: 98%;
    text-align: left;
    float: left;
    display: block;
    padding-right: 0%;
  }
  .not-just-beauty .right-section {
    width: 98%;
    text-align: left;
    float: left;
    display: block;
    margin-top: 00px;
  }
  .search-image {
    width: 50%;
  }
  .search-location {
    width: 50%;
  }
  .search-icons {
    display: inline-block;
    float: left;
    text-align: left;
    border-left: none;
    max-width: 100%;
    width: 90%;
    padding: 13px 0;
  }
  .search-icons a.button {
    width: 47%;
  }
  .testimonials-container .slider-wrap {
    height: 400px;
  }
  .team-approach {
    width: 70%;
    margin: auto;
    text-align: left;
    margin-right: 120px;
  }
  .approad-half-left {
    display: block;
    width: 100%;
    min-height: 420px;
    float: none;
  }
}
@media screen and (max-width: 667px) {
  .location .plan {
    display: table-row;
    width: 100%;
    border-top: 1px solid #cccbc5;
  }
  .location .plan div {
    border-top: 1px solid #cccbc5;
    display: table-cell;
    vertical-align: middle;
    padding: 1em 0;
  }
  .location .plan div.plan-title {
    width: 100%;
  }
  .location .photo-box {
    width: 100%;
  }
  .location .info-box {
    padding-top: 2em;
    width: 100%;
  }
  .location .amenity-box {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 2em;
  }
  .modules-one-third {
    width: 94%;
    max-width: 100%;
    float: none;
    margin: 2% auto !important;
  }
  .modules-img-container img {
    width: 100%;
    height: auto;
  }
  .location-form input,
  .location-form select {
    width: 45%;
    margin: 5px;
  }
  .location-form select {
    -webkit-appearance: none;
  }
  .approach-img {
    display: block;
    float: none;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .approach-description {
    display: block;
    float: left;
    margin-right: 30px;
    max-width: 800px;
    width: 98%;
    margin: auto;
  }
  .approach-description {
    display: block;
    float: none;
    margin-right: 30px;
    max-width: 800px;
    width: 90%;
    margin: auto;
    text-align: left;
  }
  .approach-subtext {
    font-size: 14px;
    font-weight: 700;
    color: #f47d1e;
    width: 100%;
    display: block;
    margin: auto;
    text-align: left;
  }
  .orange-subtext {
    font-size: 14px;
    font-weight: 700;
    color: #f47d1e;
    width: 100%;
    display: block;
    margin: auto;
    text-align: left;
  }
  .testimonials-module {
    width: 96%;
    padding: 2%;
    padding-bottom: 40px;
    float: left;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    margin: auto;
  }
  .testimony-first {
    padding-left: 0px !important;
    padding-right: 0;
  }
  .testimony-last {
    padding-right: 0px !important;
    padding-left: 0;
  }
  .approad-half-left {
    display: block;
    width: 100%;
    min-height: 420px;
    float: none;
  }
  .approad-half-right {
    display: block;
    width: 100%;
    min-height: 420px;
    float: none;
  }
  .team-approach {
    width: 80%;
    margin: auto;
    text-align: left;
    float: left;
    padding-left: 30px;
  }
  .corphotel-item.item-description {
    padding: 3px 0 3px 10px;
  }
  .table-items {
    text-align: left;
    width: 100%;
    display: table;
    font-weight: 400;
    font-size: 13px;
    color: #434343;
    line-height: normal;
  }
  .corphotel-item .fa-2x {
    font-size: 1em !important;
  }
  .orange-background {
    padding: 15px 10px;
  }
  section.business-travel {
    padding: 340px 0 50px;
  }
  section.insurance-housing {
    padding: 250px 0px 50px;
  }
  section.apartment-sourcing {
    padding: 340px 0px 50px;
  }
  .list-with-arrow.third-list ul li {
    width: 100%;
    float: left;
    padding-top: 25px;
  }
  .list-with-arrow.half-list ul li {
    width: 100%;
    float: left;
  }
  section.ammenities p {
    text-align: left;
  }
  section.ammenities h2 {
    text-align: left;
  }
  .approach-subtext {
    text-align: left !important;
  }
}
@media screen and (max-width: 570px) {
  .location .photo-container {
    text-align: center;
  }
  .location .photo-container #main-photo {
    margin: auto 0;
  }
  .modules-one-third {
    width: 94%;
    max-width: 100%;
    float: none;
    margin: 2% auto !important;
  }
  .modules-img-container img {
    width: 100%;
    height: auto;
  }
  .location-form input,
  .location-form select {
    width: 45%;
    margin: 5px;
  }
  .location-form select {
    -webkit-appearance: none;
  }
  .modules-one-half {
    width: 96%;
    margin: 2% auto;
    max-width: 100%;
    float: none;
  }
  section.home-sweet-home {
    display: block;
    width: 100%;
    min-height: 500px;
    background: #ebe6db url(../images/home-sweethome-background-mobile.jpg) no-repeat center top;
    background-size: 100%;
    padding: 380px 0px 70px;
    text-align: left;
    color: #434343;
  }
  .pets-on-property {
    display: block;
    width: 100%;
    min-height: 420px;
    background: #dfe4e8 url(../images/pets-background-mobile.jpg) no-repeat center top;
    background-size: 100%;
    padding: 300px 0px 50px;
    text-align: left;
  }
  section.were-hiring {
    background: #daf6fa url(../images/were-hiring-background-mobile.jpg) no-repeat left top;
    background-size: 100%;
    padding: 240px 0px 20px;
    text-align: left;
  }
  section.doubleblue-section {
    background: none !important;
    padding: 0px !important;
  }
  .half-left {
    width: 100%;
    padding: 5% 8%;
    float: none;
    text-align: center;
    margin: auto;
  }
  .half-right {
    width: 100%;
    padding: 5% 8%;
    float: right;
    text-align: center;
    margin: auto;
  }
  .double-site-width {
    width: 100%;
  }
  .staff-bios {
    grid-template-columns: repeat(1, 1fr);
  }
  .seventy-percent {
    width: 98%;
    text-align: left;
    float: left;
    display: block;
    padding-right: 0px;
    text-align: center;
    margin: auto;
  }
  .twenty-five-percent {
    width: 98%;
  }
  .testimony-ceo {
    width: 98%;
    float: none;
    text-align: center;
    margin: 40px auto 0 auto;
    clear: both;
  }
  .no-mobile {
    display: none;
  }
  .mobile-only {
    display: block;
    clear: both;
  }
  .general-contact {
    text-align: left;
    float: none;
    width: 98%;
    margin: auto;
  }
  .contact-us-right-blue {
    text-align: left;
    float: none;
    width: 98%;
    margin: auto;
  }
  .contact-us-form-container {
    padding-left: 0px;
  }
  .contact-us-form-container label {
    padding-right: 10px;
  }
  section.business-travel {
    padding: 220px 0 50px;
  }
  section.insurance-housing {
    padding: 210px 0px 50px;
  }
  section.apartment-sourcing {
    padding: 300px 0px 50px;
  }
  .search-icons a.button {
    width: 100%;
  }
  .refer-a-friend-section .site-width {
    width: 87%;
    padding: 2% 5%;
  }
  .referafriend-form {
    width: 100%;
  }
  .referafriend-form .input-half {
    width: 90% !important;
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 480px) {
  .slider-title {
    max-width: 90%;
    margin: auto;
    font-size: 28px;
  }
  .button-container {
    width: 90%;
    margin: auto;
  }
  .basic-inner {
    width: 90%;
    margin: auto;
  }
  .location-form {
    padding: 0 0px 20px 10px;
  }
  .location-form input,
  .location-form select {
    width: 100%;
    margin: 5px 0;
  }
  section.home-sweet-home {
    padding: 250px 0px 70px;
  }
  .modules-one-fourth {
    width: 98%;
    margin: 2% auto !important;
    max-width: 98%;
    float: none !important;
  }
  .input-half {
    width: 98% !important;
    margin-right: 0px !important;
  }
  .input-full {
    width: 98% !important;
    margin-right: 0px !important;
  }
  section.apartment-sourcing {
    padding: 180px 0px 50px;
  }
  .form input,
  .form textarea,
  .form select {
    width: 98% !important;
  }
  section.pay-lease {
    padding: 50px 0px 100px;
  }
}
@media screen and (max-width: 414px) {
  section.home-sweet-home {
    padding: 280px 0px 70px;
  }
  section.apartment-sourcing {
    padding: 220px 0px 50px;
  }
  .not-just-beauty {
    padding: 80px 0px 50px;
  }
  .testimonials-container .slider-wrap {
    height: 780px;
  }
}
@media screen and (max-width: 414px) {
  .testimonials-container .slider-wrap {
    height: 850px;
  }
}
@media screen and (max-width: 320px) {
  .location .plan {
    display: block;
    width: 100%;
    border-top: 1px solid #cccbc5;
  }
  .location .plan div {
    border: none;
    display: block;
    padding: 1em 0;
  }
  .location .plan div.plan-title {
    padding-bottom: 0;
    border-top: 1px solid #cccbc5;
    width: 100%;
  }
  section.home-sweet-home {
    padding: 220px 0px 70px;
  }
  section.business-travel {
    padding: 205px 0 50px;
  }
  section.insurance-housing {
    padding: 180px 0px 50px;
  }
  section.apartment-sourcing {
    padding: 180px 0px 50px;
  }
  .referafriend-form .input-half {
    width: 84% !important;
    margin-right: 0px !important;
  }
}
/* Flatpickr styling fix */
.flatpickr-calendar input[type="text"],
.flatpickr-calendar input[type="email"],
.flatpickr-calendar input[type="date"],
.flatpickr-calendar textarea {
  float: none !important;
}
/* Hidden Labels Styling*/
.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}