/* color */
/*font*/
/* color */
/*font*/
/* color */
/*font*/
/* Checkboxes, radios */
/*! angularjs-slider - v7.0.0 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervi.eu>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2019-02-23 */
.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rzslider.noanimate * {
  transition: none !important;
}

.rzslider.with-legend {
  margin-bottom: 40px;
}

.rzslider[disabled] {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}

.rzslider[disabled] .rz-draggable {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-selection {
  background: #8b91a2;
}

.rzslider[disabled] .rz-tick {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-tick.rz-selected {
  background: #8b91a2;
}

.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
  transition: all linear 0.3s;
}

.rzslider .rz-draggable {
  cursor: move;
}

.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  border-radius: 2px;
}

.rzslider .rz-bar-wrapper.rz-transparent .rz-bar {
  background: transparent;
}

.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar {
  background: #df002d;
}

.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar {
  background: #03a688;
}

.rzslider .rz-selection {
  z-index: 2;
  background: #0db9f0;
  border-radius: 2px;
  transition: background-color linear 0.3s;
}

.rzslider .rz-restricted {
  z-index: 3;
  background: #ff0000;
  border-radius: 2px;
}

.rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #0db9f0;
  border-radius: 16px;
  transition: all linear 0.3s;
}

.rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
  content: "";
}

.rzslider .rz-pointer:hover:after {
  background-color: #ffffff;
}

.rzslider .rz-pointer.rz-active {
  z-index: 4;
}

.rzslider .rz-pointer.rz-active:after {
  background-color: #451aff;
}

.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
  transition: all linear 0.3s;
}

.rzslider .rz-bubble.rz-limit {
  color: #55637d;
  transition: none;
}

.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.rzslider .rz-ticks-values-under .rz-tick-value {
  top: auto;
  bottom: -32px;
}

.rzslider .rz-tick {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-left: 11px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%;
  transition: background-color linear 0.3s;
}

.rzslider .rz-tick.rz-selected {
  background: #0db9f0;
}

.rzslider .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}

.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  transform: translate(-50%, 0);
}

.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline;
}

.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px;
}

.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}

.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important;
}

.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px;
}

.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
}

.rzslider.rz-vertical .rz-tick {
  margin-top: 11px;
  margin-left: auto;
  vertical-align: middle;
}

.rzslider.rz-vertical .rz-tick-value {
  top: auto;
  left: 24px;
  transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-tick-legend {
  top: auto;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  right: 24px;
  bottom: auto;
  left: auto;
}


/* imports */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');*/
/*@font-face {
  font-family: 'ea-icon';
  src:
    url('/Content/fonts/ea-icon.ttf?4unqub') format('truetype'),
    url('/Content/fonts/ea-icon.woff?4unqub') format('woff'),
    url('/Content/fonts/ea-icon.svg?4unqub#ea-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
[ng-cloak], .ng-cloak {
  display: none !important;
}

html {
  -ms-overflow-style: scrollbar;
}

/*html default*/
body {
  background-color: #F8F9FA;
  color: #636A6B;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.375em;
  /* IE image interpolation fix */
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
body p {
  margin: 0 0 1em 0;
}
body a, body img {
  outline: none;
}
body img {
  -ms-interpolation-mode: bicubic;
}

/* Live Chat */
#livechat-compact-container {
  display: none;
}

/* Headings */
.h-base, h5, h4, h3, h2, h1 {
  font-family: inherit;
  margin: 0.15em 0 0.35em 0;
}

h1 {
  font-size: 1.75em;
  font-weight: 300;
  color: #2C3335;
  line-height: 1.125em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.45em;
  }
}

h2 {
  font-size: 1.25em;
  font-weight: 300;
  color: #868F91;
  line-height: 1.265em;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.25em;
  }
}

h3 {
  font-size: 1.125em;
  font-weight: 400;
  color: #868F91;
  line-height: 1.417em;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.5em;
  }
}

h4 {
  font-size: 1.05em;
  font-weight: 400;
  color: #2C3335;
  line-height: 1.222em;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.125em;
  }
}

h5 {
  font-weight: 400;
  font-size: 1em;
  color: #2C3335;
}

/* Links */
a {
  color: #2978B8;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #3D90D4;
  text-decoration: underline;
}
a:active, a:focus {
  color: #2978B8;
  text-decoration: underline;
}

a.toggle {
  font-weight: 700;
}

/* Unordered Lists */
ul {
  list-style-type: none;
  margin: 10px 0 20px 0;
  padding: 0;
}
ul > li {
  margin: 0 0 0.75em 0;
}

/* Description Lists */
/*dl {
    list-style-type: none;
    margin: 10px 0 20px 0;
    padding: 0;

    > dt {
        color: $gray1;
        margin: 0 0 0.75em 0;
    }

    > dd {
        color: $gray2;
        margin: 0 0 0.75em 0;
    }
}*/
/* Text Blocks */
.heading-copy {
  text-align: left;
}
@media (min-width: 768px) {
  .heading-copy {
    font-size: 1.25em;
    line-height: 1.5em;
  }
}

.disclaimer, small {
  font-size: 12px;
  line-height: 1.2;
}

/* Buttons */
.btn-base, .btn-mini, .btn-xs, .btn-sm, .btn-md, .btn-lg {
  background-color: #fff;
  border: 1px solid #2978B8;
  border-radius: 2px;
  color: #2978B8;
  font-family: inherit;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-base:hover, .btn-mini:hover, .btn-xs:hover, .btn-sm:hover, .btn-md:hover, .btn-lg:hover {
  border-color: #3D90D4;
  color: #3D90D4;
}
.btn-base:active, .btn-mini:active, .btn-xs:active, .btn-sm:active, .btn-md:active, .btn-lg:active, .btn-base:focus, .btn-mini:focus, .btn-xs:focus, .btn-sm:focus, .btn-md:focus, .btn-lg:focus {
  border-color: #2978B8;
  color: #2978B8;
}

.btn-reverse {
  background-color: #2978B8;
  border: 1px solid #2978B8;
  color: #fff;
  font-weight: 400;
}
.btn-reverse:hover {
  background-color: #3D90D4;
  color: #fff;
}
.btn-reverse:active, .btn-reverse:focus {
  background-color: #2978B8;
  color: #fff;
}

.btn-lg {
  font-size: 1.21875em;
  padding: 15px 30px;
}
@media (min-width: 768px) {
  .btn-lg {
    font-size: 1.625em;
    padding: 30px 60px;
  }
}

.btn-md {
  font-size: 1em;
  padding: 15px 30px;
}
@media (min-width: 768px) {
  .btn-md {
    font-size: 1.125em;
    padding: 25px 60px;
    font-weight: 300;
  }
}

.btn-sm {
  font-size: 0.875em;
  padding: 12px 30px;
}
@media (min-width: 768px) {
  .btn-sm {
    font-size: 1.125em;
  }
}

.btn-xs {
  font-size: 0.875em;
  padding: 8px 20px;
}
@media (min-width: 768px) {
  .btn-xs {
    font-size: 0.875em;
  }
}

.btn-mini {
  font-size: 0.625em;
  padding: 6px 20px;
}

.btn-fit-1, .btn-group-full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-fit-2 {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.btn-fit-3 {
  width: 33%;
  padding-left: 0;
  padding-right: 0;
}

.btn-close {
  padding: 0.8em;
  background-image: url("https://media.equityapartments.com/image/upload/v1451511827/Content/icon-close.png");
  background-size: cover;
  cursor: pointer;
}
.btn-close.reverse {
  background-position-y: 100%;
}
.btn-close span {
  display: none;
}

.unit-availablility-close {
  float: none;
  margin-left: 85vw;
  margin-bottom: 2em;
  margin-top: 1vh;
  position: relative;
  width: 50px;
  height: 50px;
  background-position-y: 0px;
  background-size: 50px 100px;
  padding: 0;
  display: block;
  z-index: 999999999;
}
.unit-availablility-close img {
  height: 70px;
  transform: rotate(180deg);
  padding: 7px;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .unit-availablility-close {
    position: absolute;
    top: 1vh;
    right: 1vw;
    margin: 0;
    width: 3vw;
    height: 3vw;
    background-size: 100%;
  }
}

/* Icons */
.icon-base, .icon-xs, .icon-md, .icon-lg, .icon-xl {
  color: #868F91;
}

.icon-xl {
  height: 100px;
  width: 100px;
}

.icon-lg {
  height: 56px;
  width: 56px;
}

.icon-md {
  height: 30px;
  width: 30px;
}

.icon-xs {
  height: 16px;
  width: 16px;
}

/*.ea-icon {*/
/* use !important to prevent issues with browser extensions that change fonts */
/*font-family: 'ea-icon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;*/
/* Better Font Rendering =========== */
/*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    &.tour3d:before {
        content: "\e900";
    }
    &.apply:before {
        content: "\e901";
    }
    &.contact:before {
        content: "\e902";
        font-size: 0.8em;
    }
    &.photo:before {
        content: "\e903";
    }
    &.video:before {
        content: "\e904";
    }
}*/
/* Checkboxes, radios */
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  right: 0;
  top: 2px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 2px;
  font-size: 13px;
  color: #555555;
  margin-top: -2px;
  padding-left: 1px;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type=checkbox]:focus + label::before,
.checkbox input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=radio]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type=checkbox]:disabled + label,
.checkbox input[type=radio]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox]:disabled + label::before,
.checkbox input[type=radio]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type=checkbox]:checked + label::after,
.checkbox-primary input[type=radio]:checked + label::after {
  color: #337ab7;
}

.checkbox-danger input[type=checkbox]:checked + label::after,
.checkbox-danger input[type=radio]:checked + label::after {
  color: #d9534f;
}

.checkbox-info input[type=checkbox]:checked + label::after,
.checkbox-info input[type=radio]:checked + label::after {
  color: #5bc0de;
}

.checkbox-warning input[type=checkbox]:checked + label::after,
.checkbox-warning input[type=radio]:checked + label::after {
  color: #f0ad4e;
}

.checkbox-success input[type=checkbox]:checked + label::after,
.checkbox-success input[type=radio]:checked + label::after {
  color: #5cb85c;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type=radio] {
  opacity: 0;
  z-index: 1;
}
.radio input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type=radio]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}
.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type=radio] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type=radio]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type=radio]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type=radio] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type=radio]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type=radio]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type=radio] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type=radio]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type=radio]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type=radio] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type=radio]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type=radio]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type=radio] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type=radio]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type=radio]:checked + label::after {
  background-color: #5cb85c;
}

.chip, .chip-style {
  display: inline-block;
  margin: 0 0.25em 1em 0;
  font-size: 0.875em;
}
.chip a, .chip-style a {
  padding: 0.5em;
  border: 1px solid #808080;
  border-radius: 1.5em;
  background-color: #fff;
}
.chip a.selected, .chip-style a.selected {
  color: #fff;
  border-color: #000;
  background-color: #3D90D4;
}
.chip a.disabled, .chip-style a.disabled {
  border-color: #808080;
  background-color: #808080;
}

input[type=checkbox].styled:checked + label:after,
input[type=radio].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "\f00c";
}
input[type=checkbox] .styled:checked + label::before,
input[type=radio] .styled:checked + label::before {
  color: #fff;
}
input[type=checkbox] .styled:checked + label::after,
input[type=radio] .styled:checked + label::after {
  color: #fff;
}

.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutter > [class^=col-],
.row.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutter .row.show-gutter {
  margin-right: 15px;
  margin-left: 15px;
}
.row.no-gutter .row.show-gutter > [class^=col-],
.row.no-gutter .row.show-gutter > [class*=col-] {
  padding-right: -15px;
  padding-left: -15px;
}

.uib-daypicker .btn {
  border: 0;
}
.uib-daypicker table {
  margin: 0 auto;
}
.uib-daypicker .btn-sm {
  padding: 1em;
}

.outset-panel {
  background-color: #fff;
  padding: 1.5em;
}

/* CONTENT PAGE STYLE HELPERS */
.cp-ul {
  list-style-type: disc;
  margin-left: 2em;
}

.cp-table {
  border: 1px solid #000;
  margin: 2em;
}
.cp-table th {
  background-color: #ccc;
  border: 1px solid #000;
  padding: 1em;
}
.cp-table td {
  vertical-align: top;
  border: 1px solid #000;
  padding: 1em;
}

/* color */
/*font*/
/* color */
/*font*/
/* Checkboxes, radios */
/* Profile Set-Up CSS */
@media (min-width: 768px) {
  .profile-setup-page {
    background: #abdcff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #abdcff 0%, #0497ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #abdcff 0%, #0497ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #abdcff 0%, #0497ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
@media (min-width: 768px) {
  .profile-setup-page .header-container {
    background-color: white;
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
}
.profile-setup-page .profile-setup {
  background-color: white;
  padding-left: 2em !important;
  padding-right: 2em !important;
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup {
    font-size: 16px;
  }
}
.profile-setup-page .profile-setup .header-hr {
  margin-top: 0px;
}
.profile-setup-page .profile-setup hr {
  border-color: black;
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup hr {
    margin: 0em -2em;
    border-color: #868F91;
  }
}
.profile-setup-page .profile-setup a {
  text-decoration: underline;
  color: #2978B8;
}
.profile-setup-page .profile-setup a:hover {
  color: #3D90D4;
}
.profile-setup-page .profile-setup .header {
  color: #868F91;
  padding: 0.5em 0em;
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .header {
    font-size: 2em;
    margin: 0px 30px 15px 30px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .header-background {
    background-color: #eeeeee;
    margin: 0em -2em;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .header-hr {
    display: none;
  }
}
.profile-setup-page .profile-setup .subheader {
  color: #123045;
  font-weight: 500;
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .subheader {
    font-size: 1.5em;
    margin-top: 10px;
  }
}
.profile-setup-page .profile-setup .required-asterisk {
  color: #c92b22;
  font-weight: 400;
}
.profile-setup-page .profile-setup .required-field-label {
  font-style: italic;
}
@media (min-width: 768px) {
  .profile-setup-page .profile-setup .description-line-break {
    display: none;
  }
}
.profile-setup-page .profile-setup textarea {
  resize: none;
}
.profile-setup-page .profile-setup .profile-setup-section-content {
  margin-top: 1em;
}
.profile-setup-page .profile-setup .about-text-box {
  border: 1px solid #868F91;
  width: 100%;
  margin-top: 15px;
  padding: 15px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .about-text-box {
    background-color: #eeeeee;
  }
}
.profile-setup-page .profile-setup .about-text-box:focus {
  outline: none;
  border: 2px solid #2978B8;
}
.profile-setup-page .profile-setup .description-required {
  font-weight: 500;
  color: #636A6B;
  margin-bottom: 10px;
  display: inline;
}
.profile-setup-page .profile-setup .preference-row {
  margin-bottom: 1.5em;
}
.profile-setup-page .profile-setup .preference-label {
  color: #636A6B;
  font-weight: 500;
  margin-top: 0.5em;
}
.profile-setup-page .profile-setup .add-photo-wrapper {
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .add-photo-wrapper {
    border: 1px solid #E3E3E3;
    padding: 0px 0px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup #addPhotoButton {
    text-align: left;
  }
}
.profile-setup-page .profile-setup .profile-image {
  text-align: center;
  width: 96px;
  height: 96px;
  display: inline-block;
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .profile-image {
    display: inline-block;
    width: 25%;
    height: 100%;
  }
}
.profile-setup-page .profile-setup .add-photo-label {
  text-align: center;
  color: #2978B8;
  font-weight: 500;
  margin: 0px 0px 0px 20px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .add-photo-label {
    display: inline-block;
  }
}
.profile-setup-page .profile-setup .optional-label {
  text-align: center;
  color: #868F91;
  font-size: 15px;
  font-style: italic;
  display: inline-block;
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .optional-label {
    display: none;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .first-name-wrapper {
    padding: 0px 0px;
  }
}
.profile-setup-page .profile-setup .first-name-text-box {
  border: 1px solid #868F91;
  width: 100%;
  margin-top: 0.5em;
  padding: 20px;
}
.profile-setup-page .profile-setup .first-name-text-box:focus {
  outline: none;
  border: 2px solid #2978B8;
}
.profile-setup-page .profile-setup .your-pets-checkboxes-wrapper {
  margin-bottom: 2em;
}
.profile-setup-page .profile-setup .pet-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.profile-setup-page .profile-setup .pet-checkbox-label {
  margin: 0px -2px 0px -2px;
  padding: 15px 30px;
  border: 1px solid #868F91;
  border-radius: 2px;
  font-weight: normal;
  font-size: 16px;
  font-weight: 500;
  color: #2978B8;
}
@media (max-width: 1200px) {
  .profile-setup-page .profile-setup .pet-checkbox-label {
    padding: 15px 15px;
  }
}
@media (max-width: 992px) {
  .profile-setup-page .profile-setup .pet-checkbox-label {
    padding: 15px 0px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .pet-checkbox-label {
    padding: 15px 15px;
  }
}
.profile-setup-page .profile-setup .pet-checkbox:checked + .pet-checkbox-label {
  background-color: #2978B8;
  color: white;
  padding: 15px 25px 15px 15px;
}
@media (max-width: 1200px) {
  .profile-setup-page .profile-setup .pet-checkbox:checked + .pet-checkbox-label {
    padding: 15px 5px;
  }
}
@media (max-width: 992px) {
  .profile-setup-page .profile-setup .pet-checkbox:checked + .pet-checkbox-label {
    padding: 15px 0px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .pet-checkbox:checked + .pet-checkbox-label {
    padding: 15px 5px;
  }
}
.profile-setup-page .profile-setup .pet-checkbox:checked + .pet-checkbox-label .fa-check {
  -webkit-text-stroke: 2px #2978B8;
  display: inline-block;
  padding-right: 5px;
}
.profile-setup-page .profile-setup .own-pet-checkbox-label.cat {
  padding: 15px 45px;
}
@media (max-width: 1200px) {
  .profile-setup-page .profile-setup .own-pet-checkbox-label.cat {
    padding: 15px 30px;
  }
}
@media (max-width: 992px) {
  .profile-setup-page .profile-setup .own-pet-checkbox-label.cat {
    padding: 15px 15px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .own-pet-checkbox-label.cat {
    padding: 15px 30px;
  }
}
.profile-setup-page .profile-setup .own-pet-checkbox-label.dog {
  padding: 15px 44px;
}
@media (max-width: 1200px) {
  .profile-setup-page .profile-setup .own-pet-checkbox-label.dog {
    padding: 15px 29px;
  }
}
@media (max-width: 992px) {
  .profile-setup-page .profile-setup .own-pet-checkbox-label.dog {
    padding: 15px 15px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .own-pet-checkbox-label.dog {
    padding: 15px 30px;
  }
}
.profile-setup-page .profile-setup .own-pet-checkbox-label.no-pets {
  padding: 15px 30px;
}
@media (max-width: 1200px) {
  .profile-setup-page .profile-setup .own-pet-checkbox-label.no-pets {
    padding: 15px 15px;
  }
}
@media (max-width: 992px) {
  .profile-setup-page .profile-setup .own-pet-checkbox-label.no-pets {
    padding: 15px 8px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .own-pet-checkbox-label.no-pets {
    padding: 15px 15px;
  }
}
.profile-setup-page .profile-setup .pet-checkbox:checked + .own-pet-checkbox-label.cat {
  padding: 15px 35px;
}
@media (max-width: 1200px) {
  .profile-setup-page .profile-setup .pet-checkbox:checked + .own-pet-checkbox-label.cat {
    padding: 15px 20px;
  }
}
@media (max-width: 992px) {
  .profile-setup-page .profile-setup .pet-checkbox:checked + .own-pet-checkbox-label.cat {
    padding: 15px 10px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .pet-checkbox:checked + .own-pet-checkbox-label.cat {
    padding: 15px 20px;
  }
}
.profile-setup-page .profile-setup .pet-checkbox:checked + .own-pet-checkbox-label.dog {
  padding: 15px 34px;
}
@media (max-width: 1200px) {
  .profile-setup-page .profile-setup .pet-checkbox:checked + .own-pet-checkbox-label.dog {
    padding: 15px 19px;
  }
}
@media (max-width: 992px) {
  .profile-setup-page .profile-setup .pet-checkbox:checked + .own-pet-checkbox-label.dog {
    padding: 15px 10px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .pet-checkbox:checked + .own-pet-checkbox-label.dog {
    padding: 15px 20px;
  }
}
.profile-setup-page .profile-setup .pet-checkbox:checked + .own-pet-checkbox-label.no-pets {
  padding: 15px 25px 15px 15px;
}
@media (max-width: 1200px) {
  .profile-setup-page .profile-setup .pet-checkbox:checked + .own-pet-checkbox-label.no-pets {
    padding: 15px 5px;
  }
}
@media (max-width: 992px) {
  .profile-setup-page .profile-setup .pet-checkbox:checked + .own-pet-checkbox-label.no-pets {
    padding: 15px 4px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .pet-checkbox:checked + .own-pet-checkbox-label.no-pets {
    padding: 15px 4px;
  }
}
.profile-setup-page .profile-setup .pet-checkbox-label .fa-check {
  display: none;
}
.profile-setup-page .profile-setup #genderRadioGroup label {
  float: left;
  width: auto;
  margin: 0px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #868F91;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-weight: normal;
  color: #444444;
  display: block;
  color: #2978B8;
  font-weight: 500;
  padding: 15px 0px;
}
.profile-setup-page .profile-setup #genderRadioGroup label .any {
  padding-left: 44px;
  padding-right: 44px;
}
@media (max-width: 1200px) {
  .profile-setup-page .profile-setup #genderRadioGroup label .any {
    padding-left: 29px;
    padding-right: 29px;
  }
}
@media (max-width: 992px) {
  .profile-setup-page .profile-setup #genderRadioGroup label .any {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup #genderRadioGroup label .any {
    padding-left: 29px;
    padding-right: 29px;
  }
}
.profile-setup-page .profile-setup #genderRadioGroup label .female {
  padding-left: 33px;
  padding-right: 33px;
}
@media (max-width: 1200px) {
  .profile-setup-page .profile-setup #genderRadioGroup label .female {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 992px) {
  .profile-setup-page .profile-setup #genderRadioGroup label .female {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup #genderRadioGroup label .female {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.profile-setup-page .profile-setup #genderRadioGroup label .male {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .profile-setup-page .profile-setup #genderRadioGroup label .male {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 992px) {
  .profile-setup-page .profile-setup #genderRadioGroup label .male {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup #genderRadioGroup label .male {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.profile-setup-page .profile-setup #genderRadioGroup label input {
  display: none;
}
.profile-setup-page .profile-setup #genderRadioGroup label input:checked + span {
  background-color: #2978B8;
  color: white;
}
.profile-setup-page .profile-setup #genderRadioGroup label input:checked + span .fa-check {
  -webkit-text-stroke: 2px #2978B8;
  display: inline-block;
  padding-right: 5px;
}
.profile-setup-page .profile-setup #genderRadioGroup label input:checked + .any {
  padding: 16px 36px 17px 30px;
}
@media (max-width: 1200px) {
  .profile-setup-page .profile-setup #genderRadioGroup label input:checked + .any {
    padding: 16px 21px 17px 15px;
  }
}
@media (max-width: 992px) {
  .profile-setup-page .profile-setup #genderRadioGroup label input:checked + .any {
    padding: 16px 16px 17px 10px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup #genderRadioGroup label input:checked + .any {
    padding: 16px 21px 17px 15px;
  }
}
.profile-setup-page .profile-setup #genderRadioGroup label input:checked + .female {
  padding: 16px 25px 17px 19px;
}
@media (max-width: 1200px) {
  .profile-setup-page .profile-setup #genderRadioGroup label input:checked + .female {
    padding: 16px 10px 17px 4px;
  }
}
@media (max-width: 992px) {
  .profile-setup-page .profile-setup #genderRadioGroup label input:checked + .female {
    padding: 16px 12px 17px 8px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup #genderRadioGroup label input:checked + .female {
    padding: 16px 10px 17px 4px;
  }
}
.profile-setup-page .profile-setup #genderRadioGroup label input:checked + .male {
  padding: 16px 31px 17px 26px;
}
@media (max-width: 1200px) {
  .profile-setup-page .profile-setup #genderRadioGroup label input:checked + .male {
    padding: 16px 16px 17px 11px;
  }
}
@media (max-width: 992px) {
  .profile-setup-page .profile-setup #genderRadioGroup label input:checked + .male {
    padding: 16px 15px 17px 15px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup #genderRadioGroup label input:checked + .male {
    padding: 16px 16px 17px 11px;
  }
}
.profile-setup-page .profile-setup #genderRadioGroup .fa-check {
  display: none;
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .earliest-move-in-date-picker {
    margin: 10px 0px 0px 15px !important;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .earliest-move-in-date-picker .move-in-earliest-date-wrapper {
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .latest-move-in-date-picker {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.profile-setup-page .profile-setup .move-in-date-picker {
  display: inline-block;
  margin: 0em 15px 1.5em 15px;
  width: 140px;
  padding: 0px 0px;
}
.profile-setup-page .profile-setup .move-in-date-text-box {
  height: 34px;
  width: 100px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #868F91;
  border-right: none;
  padding: 27px 0px;
}
.profile-setup-page .profile-setup .date-picker {
  display: inline-block;
}
@media (min-width: 768px) {
  .profile-setup-page .profile-setup .date-picker {
    margin-top: -1px;
  }
}
.profile-setup-page .profile-setup .date-picker .glyphicon-calendar {
  color: #2978B8;
}
.profile-setup-page .profile-setup .date-picker-button {
  border: 1px solid #868F91;
  border-left: none;
  border-radius: 0px;
  margin-left: -10px !important;
  padding: 16px 15px 14px 10px;
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .nearby-community-label {
    margin-bottom: 15px;
  }
}
.profile-setup-page .profile-setup .nearby-community-radio-group {
  padding-left: 5px;
}
.profile-setup-page .profile-setup .nearby-community-radio-btn {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 0px 0px 5px 0px;
}
.profile-setup-page .profile-setup .nearby-community-radio-btn input[type=radio] {
  display: none;
}
.profile-setup-page .profile-setup .nearby-community-radio-btn label {
  color: #2C3335;
  font-size: 14px;
  font-weight: 400;
}
.profile-setup-page .profile-setup .nearby-community-radio-btn label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #2978B8;
  background-color: transparent;
}
.profile-setup-page .profile-setup .nearby-community-radio-btn input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: #2978B8;
}
.profile-setup-page .profile-setup .find-a-roommate-button {
  color: white;
  background-color: #2978B8;
  display: inline-block;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 20px;
  border: none;
  margin-top: 1.5em;
}
.profile-setup-page .profile-setup .find-a-roommate-button:hover {
  background-color: #3D90D4;
}
.profile-setup-page .profile-setup .profile-setup-section-bottom {
  text-align: center;
  padding: 10px 150px;
  line-height: 1.5em;
}
@media (max-width: 1200px) {
  .profile-setup-page .profile-setup .profile-setup-section-bottom {
    padding: 10px 100px;
  }
}
@media (max-width: 992px) {
  .profile-setup-page .profile-setup .profile-setup-section-bottom {
    padding: 10px 80px;
  }
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup .profile-setup-section-bottom {
    padding: 10px 10px;
  }
}
@media (max-width: 480px) {
  .profile-setup-page .profile-setup .profile-setup-section-bottom {
    padding: 10px 0px;
  }
}
.profile-setup-page .profile-setup .profile-setup-section-bottom .notice-label {
  color: #636A6B;
  font-weight: 400;
}
.profile-setup-page .profile-setup .validation-message {
  color: red;
  font-size: 14px;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.profile-setup-page .profile-setup #profilePicModal .modal-header {
  border-bottom: none;
  margin: 2em;
}
.profile-setup-page .profile-setup #profilePicModal .modal-title {
  font-size: 26px;
  font-weight: 300;
  color: #2C3335;
}
.profile-setup-page .profile-setup #profilePicModal .modal-body {
  border: 6px dashed #E3E3E3;
  margin: 2em;
  text-align: center;
}
.profile-setup-page .profile-setup #profilePicModal .modal-body .profile-photo-img {
  width: 100%;
  padding-left: -3px;
}
.profile-setup-page .profile-setup #profilePicModal .modal-body .profile-photo-img-hidden {
  display: none;
}
.profile-setup-page .profile-setup #profilePicModal .modal-body .rotate-image-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.profile-setup-page .profile-setup #profilePicModal .modal-body .rotate-image-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.profile-setup-page .profile-setup #profilePicModal .modal-body .rotate-image-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.profile-setup-page .profile-setup #profilePicModal .modal-body #photoModalButtonWrapper {
  margin: 3em;
}
.profile-setup-page .profile-setup #profilePicModal .modal-body .photo-modal-body-button {
  color: #2C3335;
  background-color: white;
  padding: 10px 50px;
  border: 2px solid #636A6B;
  font-weight: 400;
  font-size: 16px;
  margin: 1em;
}
@media (max-width: 480px) {
  .profile-setup-page .profile-setup #profilePicModal .modal-body .photo-modal-body-button {
    margin: 1em 0em;
    padding: 10px 10px;
  }
}
.profile-setup-page .profile-setup #profilePicModal .modal-body .choose-photo-button {
  cursor: pointer;
}
@media (max-width: 480px) {
  .profile-setup-page .profile-setup #profilePicModal .modal-body .choose-photo-button {
    margin: 1em 0em;
    padding: 10px 10px;
  }
}
.profile-setup-page .profile-setup #profilePicModal .modal-body input[type=file] {
  display: none;
}
.profile-setup-page .profile-setup #profilePicModal .modal-body .take-photo-button {
  padding: 10px 60px;
}
@media (max-width: 768px) {
  .profile-setup-page .profile-setup #profilePicModal .modal-body .take-photo-button {
    display: none;
  }
}
.profile-setup-page .profile-setup #profilePicModal .modal-body #captureButton {
  color: #2C3335;
  background-color: white;
  font-weight: 500;
  padding: 10px 25px;
  border: 2px solid #636A6B;
}
.profile-setup-page .profile-setup #profilePicModal .cropper-container, .profile-setup-page .profile-setup #profilePicModal .cropper-bg {
  background-image: url("data:image/png;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==");
}
.profile-setup-page .profile-setup #profilePicModal .cropper-crop-box, .profile-setup-page .profile-setup #profilePicModal .cropper-view-box {
  border-radius: 50%;
}
.profile-setup-page .profile-setup #profilePicModal .cropper-view-box {
  box-shadow: 0 0 0 2px #fff;
  outline: 0;
}
.profile-setup-page .profile-setup #profilePicModal .cropper-crop-box .cropper-point {
  width: 6px;
  height: 6px;
}
.profile-setup-page .profile-setup #profilePicModal .cropper-crop-box .point-e, .profile-setup-page .profile-setup #profilePicModal .cropper-crop-box .point-w, .profile-setup-page .profile-setup #profilePicModal .cropper-crop-box .point-n, .profile-setup-page .profile-setup #profilePicModal .cropper-crop-box .point-s {
  background-color: transparent;
}
.profile-setup-page .profile-setup #profilePicModal .cropper-crop-box .point-ne, .profile-setup-page .profile-setup #profilePicModal .cropper-crop-box .point-nw, .profile-setup-page .profile-setup #profilePicModal .cropper-crop-box .point-se {
  background-color: white;
}
.profile-setup-page .profile-setup #profilePicModal .cropper-crop-box .point-sw {
  background-color: white;
}
.profile-setup-page .profile-setup #profilePicModal .cropper-crop-box .cropper-line {
  background-color: transparent;
  opacity: 1;
  width: 1px;
}
.profile-setup-page .profile-setup #profilePicModal .cropper-crop-box .line-e {
  border-left: 1px dashed gray;
}
.profile-setup-page .profile-setup #profilePicModal .cropper-crop-box .line-w {
  border-right: 1px dashed gray;
}
.profile-setup-page .profile-setup #profilePicModal .cropper-crop-box .line-n {
  border-top: 1px dashed gray;
  width: 100%;
}
.profile-setup-page .profile-setup #profilePicModal .cropper-crop-box .line-s {
  border-bottom: 1px dashed gray;
  width: 100%;
}
.profile-setup-page .profile-setup #profilePicModal .modal-footer {
  border-top: none;
  text-align: right;
  margin: 2em;
}
.profile-setup-page .profile-setup #profilePicModal .modal-footer .submit-photo-button {
  color: white;
  background-color: #2C3335;
  padding: 15px 60px;
  border: none;
  font-weight: 500;
  font-size: 16px;
}
.profile-setup-page .profile-setup #profilePicModal .modal-title {
  display: inline-block;
}
.profile-setup-page .profile-setup #profilePicModal .close-modal {
  display: inline-block;
  font-size: 30px;
  margin: -1em -1em 0em 0em;
}
.profile-setup-page .profile-setup ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
  color: #868F91;
  font-size: 15px;
}
.profile-setup-page .profile-setup ::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
  color: #868F91;
  font-size: 15px;
}
.profile-setup-page .profile-setup :-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
  color: #868F91;
  font-size: 15px;
}
.profile-setup-page .profile-setup :-moz-placeholder { /* Firefox 18- */
  font-style: italic;
  color: #868F91;
  font-size: 15px;
}

/* color */
/*font*/
/* color */
/*font*/
/* Checkboxes, radios */
/* Roommate FAQs CSS */
@media (min-width: 768px) {
  .roommate-faqs-page {
    background: #abdcff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #abdcff 0%, #0497ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #abdcff 0%, #0497ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #abdcff 0%, #0497ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
@media (min-width: 768px) {
  .roommate-faqs-page .header-container {
    background-color: white;
    padding-left: 3em !important;
    padding-right: 3em !important;
  }
}
.roommate-faqs-page .roommate-faqs-container {
  margin-top: -1em !important;
  background-color: white;
}
.roommate-faqs-page .roommate-faqs-container .global-header-hr {
  margin: 0em 3em;
}
@media (max-width: 768px) {
  .roommate-faqs-page .roommate-faqs-container .global-header-hr {
    margin: 0em 1em;
  }
}
.roommate-faqs-page .roommate-faqs-container .roommate-faqs {
  padding: 2em 3em 4em 3em;
  background: white;
  margin-bottom: -1em;
}
@media (max-width: 768px) {
  .roommate-faqs-page .roommate-faqs-container .roommate-faqs {
    padding: 2em 1.5em 4em 1.5em;
  }
}
.roommate-faqs-page .roommate-faqs-container .roommate-faqs .header {
  font-size: 2.25em;
  color: #636A6B;
  margin-bottom: 0.75em;
}
.roommate-faqs-page .roommate-faqs-container .roommate-faqs .subheading-header {
  color: black;
  font-size: 23px;
  margin-bottom: 1em;
  line-height: 1.25em;
}
.roommate-faqs-page .roommate-faqs-container .roommate-faqs .subheading-number {
  color: #2C3335;
  font-size: 21px;
  display: inline-block;
  margin: 0em 0.25em 0em 0.25em;
  font-weight: 400;
}
.roommate-faqs-page .roommate-faqs-container .roommate-faqs .subheading-desc {
  color: #636A6B;
  font-size: 20px;
  display: inline-block;
  font-weight: 400;
  margin-left: -70px;
  margin-bottom: 1em;
}
@media (max-width: 1200px) {
  .roommate-faqs-page .roommate-faqs-container .roommate-faqs .subheading-desc {
    margin-left: -55px;
  }
}
@media (max-width: 992px) {
  .roommate-faqs-page .roommate-faqs-container .roommate-faqs .subheading-desc {
    margin-left: -40px;
  }
}
@media (max-width: 768px) {
  .roommate-faqs-page .roommate-faqs-container .roommate-faqs .subheading-desc {
    font-size: 18px;
    margin-left: -20px;
  }
}
@media (max-width: 480px) {
  .roommate-faqs-page .roommate-faqs-container .roommate-faqs .subheading-desc {
    margin-left: 0px;
    margin-top: -2px;
    line-height: 1.25em;
  }
}
@media (max-width: 768px) {
  .roommate-faqs-page .roommate-faqs-container .roommate-faqs .subheading-hr {
    margin: 0px;
  }
}
.roommate-faqs-page .roommate-faqs-container .roommate-faqs hr {
  border-color: #868F91;
}
.roommate-faqs-page .roommate-faqs-container .roommate-faqs .q-and-a {
  padding: 1.5em 0.5em 0px 0.5em;
}
@media (max-width: 768px) {
  .roommate-faqs-page .roommate-faqs-container .roommate-faqs .q-and-a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .roommate-faqs-page .roommate-faqs-container .roommate-faqs .q-and-a .row {
    padding: 0px 5px;
  }
}
.roommate-faqs-page .roommate-faqs-container .roommate-faqs .q-and-a .question-icon {
  display: none;
  color: #2C3335;
}
@media (max-width: 768px) {
  .roommate-faqs-page .roommate-faqs-container .roommate-faqs .q-and-a .question-icon {
    display: block;
    padding: 0px 5px 0px 0px;
  }
}
.roommate-faqs-page .roommate-faqs-container .roommate-faqs .q-and-a .question-icon {
  padding: 0px 5px;
  display: none;
  font-size: 24px;
}
@media (max-width: 768px) {
  .roommate-faqs-page .roommate-faqs-container .roommate-faqs .q-and-a .question-icon {
    display: block;
  }
}
.roommate-faqs-page .roommate-faqs-container .roommate-faqs .q-and-a .question-wrapper {
  padding: 0px 20px 0px 20px;
}
@media (min-width: 768px) {
  .roommate-faqs-page .roommate-faqs-container .roommate-faqs .q-and-a .question-wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .roommate-faqs-page .roommate-faqs-container .roommate-faqs .q-and-a .question-wrapper {
    padding: 0px 5px;
  }
}
.roommate-faqs-page .roommate-faqs-container .roommate-faqs .q-and-a .question-wrapper .question {
  color: #636A6B;
  font-style: italic;
  margin-bottom: 5px;
}
.roommate-faqs-page .roommate-faqs-container .roommate-faqs .q-and-a .question-wrapper .answer {
  color: #636A6B;
}
.roommate-faqs-page .roommate-faqs-container .roommate-faqs .q-and-a .question-wrapper hr {
  border-color: #BFC4C5;
}

/* color */
/*font*/
/* color */
/*font*/
/* Checkboxes, radios */
/* Roommate Matches CSS */
@media (min-width: 768px) {
  .roommate-matches-page {
    background: #abdcff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #abdcff 0%, #0497ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #abdcff 0%, #0497ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #abdcff 0%, #0497ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.roommate-matches-page .header-hr {
  margin-top: -1em;
}
@media (min-width: 768px) {
  .roommate-matches-page .header-container {
    background-color: white;
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
@media (min-width: 768px) {
  .roommate-matches-page .roommate-matches {
    background-color: white;
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
.roommate-matches-page .roommate-matches .header-section {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .header-section {
    display: block;
  }
}
.roommate-matches-page .roommate-matches .left-header-wrapper {
  display: flex;
  align-items: center;
}
.roommate-matches-page .roommate-matches .right-header-wrapper {
  padding-left: 70px;
  vertical-align: middle;
}
.roommate-matches-page .roommate-matches .right-header-wrapper .num-matches-header {
  color: #636A6B;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .right-header-wrapper {
    padding: 0px 40px;
  }
  .roommate-matches-page .roommate-matches .right-header-wrapper h2 {
    font-size: 36px;
    margin-top: 1em;
    margin-bottom: 5px;
  }
  .roommate-matches-page .roommate-matches .right-header-wrapper .num-matches-header {
    color: #636A6B;
    font-size: 18px;
  }
}
.roommate-matches-page .roommate-matches .greeting-message {
  font-style: italic;
  color: #636A6B;
  font-size: 20px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .profile-image {
    margin-left: 20px;
    width: 70px;
    height: 70px;
  }
}
.roommate-matches-page .roommate-matches .manage-profile-button {
  color: #2978B8;
  background: none;
  border: none;
  font-weight: 400;
  font-size: 15px;
  padding: 0px;
  outline: none;
}
.roommate-matches-page .roommate-matches .disable-profile-button:hover {
  color: #3D90D4;
  text-decoration: underline;
}
.roommate-matches-page .roommate-matches #manageProfileLineBreak {
  display: none;
}
@media (max-width: 1200px) {
  .roommate-matches-page .roommate-matches #manageProfileLineBreak {
    display: block;
  }
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches #manageProfileLineBreak {
    display: none;
  }
}
.roommate-matches-page .roommate-matches .left-column-box {
  border: 1px solid #E3E3E3;
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .left-column-box {
    margin: 15px;
  }
}
.roommate-matches-page .roommate-matches .left-column-box .select-box {
  padding: 10px 0px;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .left-column-box .select-box {
    width: 100%;
    text-align: center;
    margin-left: 10px;
  }
}
.roommate-matches-page .roommate-matches .left-column-box .report-malicious-activity-anchor {
  padding: 10px 20px;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .left-column-box .report-malicious-activity-anchor {
    text-align: center;
  }
}
.roommate-matches-page .roommate-matches .alert-message-text {
  padding: 20px 20px 20px 0px;
  font-style: italic;
  font-size: 15px;
}
@media (max-width: 1200px) {
  .roommate-matches-page .roommate-matches .alert-message-text {
    padding: 20px 20px 20px 15px;
  }
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .alert-message-text {
    padding: 20px 20px 20px 5px;
  }
}
.roommate-matches-page .roommate-matches .alert-message-icon {
  padding: 20px 20px 30px 20px;
}
@media (max-width: 1200px) {
  .roommate-matches-page .roommate-matches .alert-message-icon {
    padding: 20px 5px 20px 20px;
  }
}
@media (max-width: 992px) {
  .roommate-matches-page .roommate-matches .alert-message-icon {
    padding: 20px 0px 20px 15px;
  }
}
@media (max-width: 992px) {
  .roommate-matches-page .roommate-matches .alert-message-icon {
    padding: 12px 0px 12px 5px;
    width: 50px;
    height: 50px;
  }
}
.roommate-matches-page .roommate-matches .filter-box {
  display: block;
}
.roommate-matches-page .roommate-matches .filter-box .filter-box-header {
  font-weight: 500;
  color: #153042;
  margin: 10px 0px;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .filter-box .filter-box-header {
    display: none;
  }
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .filter-box .filter-switch-list-wrapper {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .filter-box .filter-box-switch-wrapper {
    width: 50%;
  }
}
.roommate-matches-page .roommate-matches .filter-box .filter-box-switch-wrapper .filter-box-switch {
  display: inline-block;
}
@media (max-width: 1200px) {
  .roommate-matches-page .roommate-matches .filter-box .filter-box-switch-wrapper .filter-box-switch {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .filter-box .filter-box-switch-wrapper .filter-box-switch {
    width: 90px;
    margin-left: -20px;
  }
}
.roommate-matches-page .roommate-matches .filter-box .filter-box-switch-wrapper .filter-box-switch-label {
  display: inline-block;
}
@media (max-width: 1200px) {
  .roommate-matches-page .roommate-matches .filter-box .filter-box-switch-wrapper .filter-box-switch-label {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .filter-box .filter-box-switch-wrapper .filter-box-switch-label {
    width: 110px;
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .filter-box .filter-box-switch-wrapper {
    display: inline-block;
  }
}
.roommate-matches-page .roommate-matches .filter-box .filter-box-content {
  padding: 10px 20px;
}
.roommate-matches-page .roommate-matches .filter-box .filter-box-content .filter-box-switch-label {
  font-size: 15px;
  font-weight: 500;
  color: #636A6B;
}
.roommate-matches-page .roommate-matches .filter-box .filter-box-content .filter-box-switch {
  transform: scale(0.6);
  margin-top: -6px;
  min-width: 90px;
  /* Rounded sliders */
}
@media (max-width: 1200px) {
  .roommate-matches-page .roommate-matches .filter-box .filter-box-content .filter-box-switch {
    display: inline-block;
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .roommate-matches-page .roommate-matches .filter-box .filter-box-content .filter-box-switch {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .filter-box .filter-box-content .filter-box-switch {
    vertical-align: top;
    margin-top: 0px;
  }
}
@media (max-width: 475px) {
  .roommate-matches-page .roommate-matches .filter-box .filter-box-content .filter-box-switch {
    margin-left: -2px;
  }
}
.roommate-matches-page .roommate-matches .filter-box .filter-box-content .filter-box-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.roommate-matches-page .roommate-matches .filter-box .filter-box-content .filter-box-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.roommate-matches-page .roommate-matches .filter-box .filter-box-content .filter-box-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #BBB;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.roommate-matches-page .roommate-matches .filter-box .filter-box-content .filter-box-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.roommate-matches-page .roommate-matches .filter-box .filter-box-content .filter-box-switch input:checked + .slider {
  background-color: #60b837;
}
.roommate-matches-page .roommate-matches .filter-box .filter-box-content .filter-box-switch input:focus + .slider {
  box-shadow: 0 0 1px #60b837;
}
.roommate-matches-page .roommate-matches .filter-box .filter-box-content .filter-box-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.roommate-matches-page .roommate-matches .filter-box .filter-box-content .filter-box-switch .slider.round {
  border-radius: 34px;
}
.roommate-matches-page .roommate-matches .filter-box .filter-box-content .filter-box-switch .slider.round:before {
  border-radius: 50%;
}
.roommate-matches-page .roommate-matches .filter-box .filter-box-content .filter-by-community-select-box {
  margin: 10px 0px;
  font-weight: 400;
  color: black;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .filter-box .filter-box-content .filter-by-community-select-box {
    display: inline-block;
  }
}
.roommate-matches-page .roommate-matches .roommate-match {
  border: 1px solid #E3E3E3;
  margin: 10px;
  padding: 20px;
  display: flex;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match {
    display: block;
    margin: 15px;
  }
}
@media (max-width: 992px) {
  .roommate-matches-page .roommate-matches .roommate-match {
    padding: 10px;
  }
}
.roommate-matches-page .roommate-matches .roommate-match hr {
  border-width: 3px;
  margin: 10px 0px;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match hr {
    margin: 0px 0px 15px 0px;
  }
}
.roommate-matches-page .roommate-matches .roommate-match .potential-roommate-image {
  padding: 0px;
  margin: 0px 0px 0px 15px;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match .potential-roommate-image {
    width: 70px;
    height: 70px;
  }
}
.roommate-matches-page .roommate-matches .roommate-match .roommate-name-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match .roommate-name-wrapper {
    margin-bottom: 0px;
  }
}
.roommate-matches-page .roommate-matches .roommate-match .roommate-name-wrapper .first-name {
  font-weight: 500;
  color: #153042;
  font-size: 1.125em;
  margin-bottom: 4px;
  word-wrap: break-word;
}
.roommate-matches-page .roommate-matches .roommate-match .roommate-name-wrapper .date-joined {
  font-size: 14px;
}
.roommate-matches-page .roommate-matches .roommate-match .mobile-left-margin {
  width: 85px;
  display: none;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match .mobile-left-margin {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match .left-col-wrapper {
    display: inline-block;
  }
}
.roommate-matches-page .roommate-matches .roommate-match .left-col-icon {
  padding: 12px 5px 0px 5px;
  margin: 0px 0px 0px 15px;
}
@media (max-width: 1200px) {
  .roommate-matches-page .roommate-matches .roommate-match .target-move-in-icon {
    padding: 24px 2px 0px 2px;
    width: 25px;
  }
}
@media (max-width: 992px) {
  .roommate-matches-page .roommate-matches .roommate-match .target-move-in-icon {
    padding: 24px 0px 0px 0px;
    width: 25px;
  }
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match .target-move-in-icon {
    padding: 0px 0px 0px 0px;
    margin-bottom: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  .roommate-matches-page .roommate-matches .roommate-match .preferred-location-icon {
    padding: 12px 2px 0px 2px;
    width: 25px;
  }
}
@media (max-width: 992px) {
  .roommate-matches-page .roommate-matches .roommate-match .preferred-location-icon {
    padding: 24px 0px 0px 0px;
    width: 25px;
  }
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match .preferred-location-icon {
    padding: 0px 0px 0px 0px;
    margin-bottom: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
  }
}
.roommate-matches-page .roommate-matches .roommate-match .left-col-content-wrapper {
  padding: 0px 0px 0px 8px;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match .left-col-content-wrapper {
    display: inline-block;
  }
}
.roommate-matches-page .roommate-matches .roommate-match .left-col-content-wrapper .left-col-subheading {
  font-size: 14px;
  color: #636A6B;
  font-weight: 500;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match .left-col-content-wrapper .left-col-subheading {
    font-size: 13px;
  }
}
.roommate-matches-page .roommate-matches .roommate-match .left-col-content-wrapper .left-col-content {
  font-size: 15px;
  color: #868F91;
  font-weight: 400;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match .left-col-content-wrapper .left-col-content {
    font-size: 13px;
  }
}
.roommate-matches-page .roommate-matches .roommate-match .left-col-content-wrapper .left-col-content-flexible {
  font-style: italic;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match .top-section-mobile-divider {
    display: none;
  }
}
.roommate-matches-page .roommate-matches .roommate-match .contact-button {
  text-align: center;
  background: none;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 50px;
  margin: 20px 10px 0px -10px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1200px) {
  .roommate-matches-page .roommate-matches .roommate-match .contact-button {
    padding: 10px 20px;
  }
}
@media (max-width: 992px) {
  .roommate-matches-page .roommate-matches .roommate-match .contact-button {
    padding: 10px 0px;
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match .contact-button {
    margin: 10px 5px;
  }
}
.roommate-matches-page .roommate-matches .roommate-match .contact-button-wide {
  display: inline-block;
  background-color: white;
  color: #2978B8;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match .contact-button-wide {
    display: none;
  }
}
.roommate-matches-page .roommate-matches .roommate-match .contact-button-wide .contact-button-content {
  border: 1px solid #2978B8;
  padding: 10px 20px;
}
@media (max-width: 992px) {
  .roommate-matches-page .roommate-matches .roommate-match .contact-button-wide .contact-button-content {
    padding: 10px 30px;
  }
}
.roommate-matches-page .roommate-matches .roommate-match .contact-button-wide .contact-button-content:hover {
  text-decoration: none;
}
.roommate-matches-page .roommate-matches .roommate-match .contact-button-wide .contact-button-content:focus {
  text-decoration: none;
}
.roommate-matches-page .roommate-matches .roommate-match .contact-button-mobile {
  display: none;
  margin-left: 0px;
  margin-bottom: 0px;
  background-color: #2978B8;
  color: white;
  text-decoration: none;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match .contact-button-mobile {
    display: inline-block;
  }
}
.roommate-matches-page .roommate-matches .roommate-match .request-sent-wide {
  display: inline-block;
  background-color: white;
  color: #60b837;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match .request-sent-wide {
    display: none;
  }
}
.roommate-matches-page .roommate-matches .roommate-match .request-sent-mobile {
  display: none;
  margin-left: 0px;
  margin-bottom: 0px;
  background-color: #60b837;
  color: white;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match .request-sent-mobile {
    display: inline-block;
  }
}
.roommate-matches-page .roommate-matches .roommate-match .divider {
  border-left: 1px solid #E3E3E3;
  padding: 0px;
  margin: 0px 30px;
}
.roommate-matches-page .roommate-matches .roommate-match .preference-label-wrapper {
  margin: 15px 0px 20px 0px;
}
.roommate-matches-page .roommate-matches .roommate-match .preference-label {
  background-color: #f8f9fa;
  border-radius: 35px;
  padding: 5px 15px;
  font-weight: 500;
  font-size: 14px;
}
.roommate-matches-page .roommate-matches .roommate-match .preference-label .preference-image {
  width: 15px;
  height: 15px;
  margin: 0px 5px 5px 0px;
}
.roommate-matches-page .roommate-matches .roommate-match .mobile-divider {
  display: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .roommate-matches-page .roommate-matches .roommate-match .mobile-divider {
    display: block;
  }
}
.roommate-matches-page .roommate-matches .roommate-match .about-roommate {
  font-size: 15px;
}
.roommate-matches-page .roommate-matches .roommate-match .about-roommate .about-roommate-header {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
  color: #636A6B;
}
.roommate-matches-page .roommate-matches .roommate-match a.read-more, .roommate-matches-page .roommate-matches .roommate-match a.read-less {
  cursor: pointer;
  color: black;
  font-size: 11px;
  font-weight: 400;
}
.roommate-matches-page .roommate-matches .roommate-match span.more-text {
  display: none;
}
.roommate-matches-page .roommate-matches .roommate-match span.more-text.show {
  display: inline !important;
}

.contact-modal {
  padding: 15px 25px;
}
.contact-modal .header {
  font-weight: 400;
  font-size: 22px;
  color: #868F91;
  margin-top: 15px;
}
.contact-modal hr {
  margin-top: 10px;
}
.contact-modal .control-label {
  color: black;
  margin-bottom: 10px;
}
.contact-modal .form-control {
  border: 1px solid black;
  border-radius: 0px;
  font-style: italic;
  padding: 8px;
  color: #636A6B;
}
.contact-modal .error-message {
  display: inline-block;
}
.contact-modal .character-counter {
  width: 100%;
  text-align: right;
  display: inline-block;
}
.contact-modal .disclaimer-note {
  display: inline-block;
  font-size: 14px;
  width: 50%;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contact-modal .disclaimer-note {
    width: 100%;
  }
}
.contact-modal .contact-button {
  text-align: center;
  background: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 30px;
  display: inline-block;
  border: 1px solid #2978B8;
  color: #2978B8;
  position: absolute;
  right: 0;
  margin: 15px 15px 0px 15px;
}
@media (max-width: 768px) {
  .contact-modal .contact-button {
    width: calc(100% + 20px);
    background-color: #2978B8;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: -10px;
  }
}
.contact-modal .contact-button .contact-button-img {
  margin-bottom: 4px;
  margin-right: 4px;
  width: 22px;
  height: 22px;
  display: inline-block;
}
@media (max-width: 768px) {
  .contact-modal .contact-button .contact-button-img {
    display: none;
  }
}
.contact-modal .contact-button .contact-button-img-mobile {
  display: none;
}
@media (max-width: 768px) {
  .contact-modal .contact-button .contact-button-img-mobile {
    display: inline-block;
  }
}
.contact-modal .contact-button .contact-button-text {
  display: inline-block;
}
@media (max-width: 768px) {
  .contact-modal .contact-button .contact-button-text {
    color: white;
  }
}
.contact-modal .contact-button:hover {
  color: #3D90D4;
}
.contact-modal .confirmation-msg {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contact-modal .confirmation-msg {
    text-align: center;
  }
}
.contact-modal .confirmation-msg .confirmation-img {
  display: none;
}
@media (max-width: 768px) {
  .contact-modal .confirmation-msg .confirmation-img {
    display: inline-block;
  }
}
.contact-modal .confirmation-msg .confirmation-header {
  color: #868F91;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .contact-modal .confirmation-msg .confirmation-header {
    color: black;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.25em;
    margin: 25px 0px;
  }
}
.contact-modal .confirmation-msg .desktop-horizontal-rule {
  display: block;
  border-color: #BFC4C5;
}
@media (max-width: 768px) {
  .contact-modal .confirmation-msg .desktop-horizontal-rule {
    display: none;
  }
}
.contact-modal .confirmation-msg .confirmation-description {
  color: #636A6B;
  font-weight: 400;
}
@media (max-width: 768px) {
  .contact-modal .confirmation-msg .confirmation-description {
    color: #2C3335;
    font-size: 17px;
    line-height: 1.5em;
  }
}
.contact-modal .confirmation-msg .close-modal-button-wrapper {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .contact-modal .confirmation-msg .close-modal-button-wrapper {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .contact-modal .confirmation-msg .close-modal-button-wrapper {
    margin-left: -25px;
  }
}
.contact-modal .confirmation-msg .close-modal-button-wrapper .close-modal-button {
  background: none;
  outline: none;
  background-color: white;
  border: 1px solid #2978B8;
  color: #2978B8;
  padding: 10px 40px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .contact-modal .confirmation-msg .close-modal-button-wrapper .close-modal-button {
    background-color: #2978B8;
    border: none;
    width: calc(100% + 50px);
    color: white;
    padding: 20px 40px;
    font-size: 20px;
    margin-bottom: -15px;
  }
}
.contact-modal #disableProfileModal {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .contact-modal #disableProfileModal {
    margin-bottom: 50px;
  }
}

/* color */
/*font*/
/* color */
/*font*/
/* Checkboxes, radios */
/* Roommate SRP CSS */
@media (min-width: 768px) {
  .roommate-srp-page {
    background: #abdcff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #abdcff 0%, #0497ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #abdcff 0%, #0497ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #abdcff 0%, #0497ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.roommate-srp-page .header-container {
  width: 100%;
}
@media (min-width: 768px) {
  .roommate-srp-page .header-container {
    background-color: white;
    padding-left: 6em !important;
    padding-right: 6em !important;
  }
}
@media (max-width: 768px) {
  .roommate-srp-page .header-container {
    margin-bottom: 1em;
    background-color: white;
  }
}
.roommate-srp-page .header-container .nav {
  padding-top: 1.125em;
  padding-bottom: 0.75em;
  text-align: right;
}
.roommate-srp-page .header-container .nav a {
  color: #2C3335;
  text-transform: uppercase;
  font-size: 14px;
}
.roommate-srp-page .header-container .nav .dropdown-menu {
  right: 0;
  top: 2.25em;
  left: inherit;
}
.roommate-srp-page .roommate-srp-container {
  margin-top: -1em !important;
  background-color: white;
  width: 100%;
}
@media (max-width: 768px) {
  .roommate-srp-page .roommate-srp-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.roommate-srp-page .roommate-srp-container .global-header-hr {
  margin: 1em 6em 0em 6em;
}
@media (max-width: 768px) {
  .roommate-srp-page .roommate-srp-container .global-header-hr {
    margin: 0em;
  }
}
.roommate-srp-page .roommate-srp-container .roommate-srp {
  padding: 2em 3em 0em 3em;
  background: white;
  margin-bottom: -1em;
}
@media (max-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp {
    padding: 1em 1.5em 4em 1.5em;
    background-color: #F4F4F4;
  }
}
@media (min-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .top-section {
    margin-left: 3em;
    margin-right: 3em;
  }
}
@media (max-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .top-section .top-section-left {
    padding: 2em 1em;
    margin: 0.25em;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    background-color: white;
  }
}
.roommate-srp-page .roommate-srp-container .roommate-srp .top-section .top-section-left .find-roommate-in-label {
  color: #2C3335;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .top-section .top-section-left .neighborhood-header {
  color: #2C3335;
  font-size: 45px;
  line-height: 1em;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .top-section .top-section-left .select-neighborhood-dropdown button {
  text-transform: none;
  border: none;
  padding-left: 0px;
  margin-top: 0.5em;
  font-size: 1.125em;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .top-section .top-section-left .find-a-roommate-button {
  background: none;
  border: none;
  outline: none;
  color: white;
  background-color: #2978B8;
  padding: 16px 40px;
  font-weight: 500;
  font-size: 20px;
  margin-top: 1.5em;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .top-section .top-section-left .find-a-roommate-button {
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
  }
}
.roommate-srp-page .roommate-srp-container .roommate-srp .top-section .top-section-left .find-a-roommate-button:hover {
  background-color: #3D90D4;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .top-section .top-section-left .how-it-works {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .top-section .top-section-left .how-it-works {
    display: none;
  }
}
.roommate-srp-page .roommate-srp-container .roommate-srp .top-section .top-section-left .how-it-works .plus {
  display: inline-block;
  text-decoration: none;
  font-size: 26px;
}
@media (max-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .top-section .top-section-right {
    display: none;
  }
}
.roommate-srp-page .roommate-srp-container .roommate-srp .top-section .top-section-right .easy-label {
  font-style: italic;
  font-size: 20px;
  color: #2C3335;
  margin-bottom: 20px;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .top-section .top-section-right .row {
  padding: 0px 15px;
  display: flex;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .top-section .top-section-right .row .number-label {
  width: 35px;
  height: 35px;
  background-image: linear-gradient(0deg, #6abcf9 1%, #0974d9 100%);
  border-radius: 25px;
  color: white;
  font-weight: 700;
  text-align: center;
  padding-top: 7px;
  font-size: 16px;
  padding-left: 13px;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .top-section .top-section-right .row .info-label {
  font-size: 16px;
  color: #636A6B;
  font-weight: 400;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-right: 0px;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .top-section .top-section-right .divider {
  background-color: #868F91;
  width: 2px;
  height: 15px;
  margin: 6px 0px 6px 17px;
}
@media (max-width: 992px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .top-section .top-section-right .divider {
    margin-top: 0px;
  }
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section {
  margin: 4em -3em 0em -3em;
}
@media (max-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .middle-section {
    margin: 0.5em -3em;
  }
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .container-map {
  overflow: hidden;
}
@media (min-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .container-map {
    border-top: 0.1em solid #E3E3E3;
    border-bottom: 0.1em solid #E3E3E3;
  }
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .col-map {
  height: 50vh;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .col-map {
    height: 70vh;
  }
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .col-list {
  -webkit-box-shadow: -5px 0 16px -2px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: -5px 0 16px -2px rgba(0, 0, 0, 0.38);
  box-shadow: -5px 0 16px -2px rgba(0, 0, 0, 0.38);
}
@media (min-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .col-list {
    height: 70vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .no-results {
  padding: 30px;
  overflow: visible;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property {
  position: relative;
  border: 0.1em solid #E3E3E3;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property {
    padding: 0.5em;
    margin: 1em;
    background-color: white;
  }
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property h3 {
  color: #3D90D4;
  font-size: 1.25em;
  line-height: 1.25em;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property h4 {
  color: #3D90D4;
  font-style: italic;
  font-size: 1em;
  line-height: 1em;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property img {
  width: 100%;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property p {
  margin-bottom: 0;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property p[data-phone] {
  font-size: 0.875em;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .potential-roommates-mobile-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: -2.5em;
  margin-top: -0.55em;
}
@media (min-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .potential-roommates-mobile-wrapper {
    display: none;
  }
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .potential-roommates-mobile-wrapper .potential-roommates-mobile {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 60%;
  padding: 0.5em;
  background-color: #5c5c5c;
  color: #d6d6d6;
  font-weight: 500;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .potential-roommates-desktop {
  display: inline-block;
  margin-top: 0.5em;
  margin-right: 1em;
}
@media (max-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .potential-roommates-desktop {
    display: none;
  }
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .potential-roommates-desktop .number-of-roommates {
  display: inline-block;
  font-size: 36px;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .potential-roommates-desktop .potential-roommates-label {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5em;
  margin-left: 0.5em;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .property-image {
  text-align: center;
  padding: 0;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .property-image a {
  width: 100%;
  overflow: hidden;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .property-image a img {
  min-width: 25em;
  margin-left: -25%;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .property-image .btn-contact {
  margin-top: -1em;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .property-image .btn-contact a {
  width: 100%;
  padding: 0.8em;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .property-info {
  padding-top: 1em;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .property-info .find-a-roommate-button {
  background-color: white;
  outline: none;
  border: 2px solid #2978B8;
  color: #2978B8;
  font-weight: 500;
  padding: 5px 15px;
  margin: 0.5em 0em;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .property-info .find-a-roommate-button {
    width: 100%;
    background-color: #2978B8;
    color: white;
    padding: 12px 0px;
    font-size: 16px;
    text-align: center;
  }
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .property-info .find-a-roommate-button:hover {
  background-color: #f4f4f4;
}
@media (max-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .property-info .find-a-roommate-button:hover {
    background-color: #3D90D4;
    border-color: #3D90D4;
  }
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .map-hover-target .map-marker {
  z-index: 1;
  position: absolute;
  top: 1.25em;
  left: 1.25em;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property ul {
  margin-bottom: 0;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property li {
  position: relative;
  font-size: 0.875em;
  line-height: 1.4;
  margin-bottom: 0;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property li p, .roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property li a, .roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property li i {
  float: left;
  clear: left;
  font-weight: 400;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .carousel img {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .carousel .carousel-control {
  background-image: none;
  color: #3D90D4;
  filter: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .carousel .carousel-control {
    font-size: 20px;
  }
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .carousel .carousel-control.left {
  min-width: 40px;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .carousel .carousel-control.left::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 0.1em solid transparent;
  border-left: 0.1em solid #F8F9FA;
  border-bottom: 0.1em solid #F8F9FA;
  transform: translateY(-100%) translateX(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(44, 51, 53, 0.25);
  position: absolute;
  top: 50%;
}
@media (min-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .carousel .carousel-control.left::before {
    transform: translateY(-50%) rotate(45deg);
  }
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .carousel .carousel-control.right {
  min-width: 40px;
}
.roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .carousel .carousel-control.right::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 0.1em solid transparent;
  border-right: 0.1em solid #F8F9FA;
  border-top: 0.1em solid #F8F9FA;
  transform: translateY(-100%) translateX(-50%) rotate(45deg);
  box-shadow: 2px -2px 2px rgba(44, 51, 53, 0.25);
  position: absolute;
  top: 50%;
}
@media (min-width: 768px) {
  .roommate-srp-page .roommate-srp-container .roommate-srp .middle-section .property .carousel .carousel-control.right::before {
    transform: translateY(-50%) translateX(-100%) rotate(45deg);
  }
}
.roommate-srp-page .bottom-section {
  padding: 4em 3em 1em 3em;
  background-color: white;
}
@media (max-width: 768px) {
  .roommate-srp-page .bottom-section {
    display: none;
  }
}
.roommate-srp-page .bottom-section .subheader {
  font-size: 20px;
  color: #2C3335;
  font-weight: 400;
}
.roommate-srp-page .bottom-section .city-description {
  font-size: 16px;
  font-weight: 400;
  color: #636A6B;
  margin-top: 10px;
}
.roommate-srp-page .bottom-section .city-image {
  width: 100%;
}
.roommate-srp-page .bottom-section .bottom-section-divider {
  margin: 40px 0px;
  border-color: #868F91;
}
.roommate-srp-page .bottom-section .other-neighborhoods-list {
  padding-right: 20px;
}
.roommate-srp-page .bottom-section .other-neighborhoods-list .other-neighborhood {
  margin-top: -12px;
}
.roommate-srp-page .bottom-section .other-neighborhoods-list .other-neighborhood .neighborhood-label {
  color: #2978B8;
}
.roommate-srp-page .bottom-section .other-neighborhoods-list .other-neighborhood .neighborhood-label:hover {
  color: #3D90D4;
}
.roommate-srp-page .bottom-section .other-neighborhoods-list .other-neighborhood .roommate-count-label {
  color: #2C3335;
  text-align: right;
}