/**********************************************************************************************************************
 *  EHS 2015 Website
 *
 *      @Section: Applies to all page sections
 *      **Search for @ symbol or @Section: to search by category
 *
***********************************************************************************************************************/
/**************************************************************************************************
 *
 *  @Section: Varaibles
 *
***************************************************************************************************/
/**************************************************************************************************
 *
 *  @Section: Mixins
 *
***************************************************************************************************/
.clear {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.btn-hover-effect {
  transition: all 0.2s ease;
}
svg {
  position: absolute;
  left: 0;
}
.center-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.center-horizontal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.center-both {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/**************************************************************************************************
 *
 *  @Section: Imports
 *
***************************************************************************************************/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=6f07e693f4250b01ef55)
 * Config saved to config.json and https://gist.github.com/6f07e693f4250b01ef55
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: "lato", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "lato", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #c2c2c2;
  margin: 15px 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #525354;
  outline: 0;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.icon {
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  max-width: inherit !important;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .gallery-slides img {
  width: auto;
  height: auto;
  margin: auto;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  box-sizing: content-box;
  /*fix other elements on the page moving (on Chrome)*/
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
  display: none;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  width: 41px;
  height: 41px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
}
.bx-wrapper .bx-prev {
  left: 10px;
  background-position: 0px -2038px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 49px;
  height: 49px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0px -2087px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 49px;
  height: 49px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background-position: 0px -1989px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 50px;
  height: 49px;
}
.bx-wrapper .bx-next:hover {
  background-position: 0px -2136px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 50px;
  height: 50px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  text-indent: -9999px;
  z-index: 10;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(https://studenthousing.imgix.net/img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(https://studenthousing.imgix.net/img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: -30px;
  font-size: 1.6rem;
  left: 0;
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #000000;
  display: block;
  font-size: 1.6rem;
}
.gridder {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
}
.gridder-list {
  display: inline-block;
  vertical-align: top;
}
.gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.gridder-content {
  display: none;
}
.gridder-list {
  width: 15.83333%;
}
.gridder-list:nth-child(n) {
  margin-bottom: 1%;
  margin-right: 1%;
}
.gridder-list:nth-of-type(6n) {
  margin-right: 0;
  margin-bottom: 0;
}
/*! jQuery UI - v1.12.1 - 2017-09-27
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, selectmenu.css, button.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default!important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: transparent;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: transparent;
  padding: 1px;
}
#cboxLoadingGraphic {
  background: url(https://studenthousing.imgix.net/img/loading.gif?auto=format&lossless=false&fm=webp,jpeg&q=80) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}
#cboxClose:hover {
  background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
#cboxContent {
  margin-top: 0;
}
#cboxContent #cboxLoadedContent {
  padding: 0;
  margin-top: 0;
  border-radius: 3px;
}
#cboxOverlay {
  background: #000000;
}
#cboxClose {
  position: absolute;
  content: '';
  z-index: 1000;
  top: 20px;
  right: 20px;
  background-color: transparent;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 21px;
}
#cboxClose:hover {
  background-position: 0px -491px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 21px;
}
@media only screen and (max-width: 767px) {
  #cboxContent #cboxLoadedContent .modal-style iframe {
    height: 50vh;
  }
}
footer .footer-top {
  background: #FFC600;
}
footer .footer-top ul {
  margin: auto;
}
footer .footer-top ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
footer .footer-top ul li {
  float: left;
  width: 33.33%;
  text-align: center;
}
footer .footer-top ul li:hover {
  opacity: 0.75;
}
footer .footer-top h3 {
  color: #FFFFFF;
  font-family: "leitura-news", serif;
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 10px;
}
footer .footer-top p,
footer .footer-top .footer-link {
  color: #FFFFFF;
  font-family: "lato", sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  width: 80%;
  margin: auto;
}
footer .footer-top .footer-link {
  margin-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #FFFFFF;
  font-family: "lato-black", "lato", sans-serif;
}
footer .footer-top .footer-link:after {
  content: '';
  position: relative;
  width: 10px;
  height: 14px;
  margin-left: 5px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -407px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 17px;
  height: 21px;
  display: inline-block;
}
footer .footer-bottom {
  background: #fab600;
}
footer .footer-bottom .container {
  width: 97%;
  max-width: inherit;
  padding: 20px 0;
}
footer .footer-bottom .footer-logo {
  position: relative;
  max-width: 100px;
  margin-right: 20px;
  float: left;
}
footer .footer-bottom .footer-logo:after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  margin: auto;
  top: 10px;
  bottom: 5px;
  right: -10px;
  background-color: #FFFFFF;
}
footer .footer-bottom .social-icons {
  float: left;
  margin-top: 10px;
}
footer .footer-bottom .social-icons:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
footer .footer-bottom ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
footer .footer-bottom ul li {
  float: left;
  margin-right: 10px;
}
footer .footer-bottom ul li:last-child {
  margin-right: 0;
}
footer .footer-bottom .contact {
  float: right;
}
footer .footer-bottom p,
footer .footer-bottom p a,
footer .footer-bottom li {
  font-size: 1.6rem;
  color: #FFFFFF;
  font-family: "lato", sans-serif;
}
footer .footer-bottom p.copyright,
footer .footer-bottom p a.copyright,
footer .footer-bottom li.copyright {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  footer .footer-top {
    background-color: #fab600;
  }
  footer .footer-top ul li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footer-top ul li:hover {
    opacity: 1;
  }
  footer .footer-top ul li:last-child {
    margin-bottom: 0;
  }
  footer .footer-top ul li > a {
    width: 100%;
  }
  footer .footer-top ul li .footer-link:after {
    display: none;
  }
  footer .footer-bottom {
    padding-top: 50px;
  }
  footer .footer-bottom .social-icons {
    margin-top: 10px;
    float: none;
  }
  footer .footer-bottom .social-icons .social-icon {
    background-image: url(https://studenthousing.imgix.net/img/sprites/sprite-social.png);
    background-size: 59px;
    background-repeat: no-repeat;
  }
  footer .footer-bottom .social-icons .social-icon.fb {
    width: 57px;
    height: 41px;
    background-position: -1px -1px;
  }
  footer .footer-bottom .social-icons .social-icon.twitter {
    width: 57px;
    height: 41px;
    background-position: -1px -87px;
  }
  footer .footer-bottom .social-icons .social-icon.instagram {
    width: 57px;
    height: 41px;
    background-position: -1px -44px;
  }
  footer .footer-bottom .social-icons .social-icon.youtube {
    width: 57px;
    height: 41px;
    background-position: -1px -130px;
  }
  footer .footer-bottom ul {
    text-align: center;
    margin-top: 0;
  }
  footer .footer-bottom ul li {
    float: none;
    display: inline-block;
  }
  footer .footer-bottom ul li.footer-search {
    display: inline-block !important;
  }
  footer .footer-bottom ul li .search-icon {
    display: block;
    width: 37px;
    height: 38px;
    padding: 0;
    background-image: url(https://studenthousing.imgix.net/img/search-mobile-footer.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  footer .footer-bottom ul li:first-child {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer-logo-container {
    padding: 20px 0;
    background-color: #FFC600;
  }
  footer .footer-logo-container .footer-logo {
    position: relative;
    background: url(https://studenthousing.imgix.net/img/logo-ehs-white.png) no-repeat top;
    padding-top: 0;
    display: block;
    width: 110px;
    height: 38px;
    margin: auto;
    background-size: contain;
  }
  footer .footer-logo-container .footer-logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 320px) {
  footer .footer-bottom .social-icons .social-icon {
    background-image: url('https://studenthousing.imgix.net/img/sprite.png');
    background-size: inherit;
  }
  footer .footer-bottom .social-icons .social-icon.fb {
    background-position: 0px -1179px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 36px;
    height: 28px;
  }
  footer .footer-bottom .social-icons .social-icon.twitter {
    background-position: 0px -927px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 36px;
    height: 28px;
  }
  footer .footer-bottom .social-icons .social-icon.instagram {
    background-position: 0px -1095px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 36px;
    height: 28px;
  }
  footer .footer-bottom .social-icons .social-icon.youtube {
    background-position: 0px -871px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 36px;
    height: 28px;
  }
  footer .footer-bottom ul li .search-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
  }
}
/**********************************************************************************************************************
 *  EHS 2015 Website
 *
 *      @Section: Applies to all page sections
 *      **Search for @ symbol or @Section: to search by category
 *
***********************************************************************************************************************/
/**************************************************************************************************
 *
 *  @Section: Global Styles
 *
***************************************************************************************************/
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  background: #FFFFFF;
  font-family: "lato", sans-serif;
  color: #000000;
  transition: all 0.2s ease-out;
}
body.no-overflow {
  overflow: hidden;
}
body.show-overlay .overlay {
  display: block;
}
.overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.4s opacity 0.2s ease-out;
}
.overlay.super-overlay {
  z-index: 26;
}
section {
  position: relative;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  color: #000000;
  font-family: "leitura-news", serif;
}
h5 {
  color: #646464;
  font-family: "lato", sans-serif;
}
h1 {
  font-size: 7.5rem;
}
h2 {
  font-size: 6rem;
}
h3 {
  font-size: 4.5rem;
}
h4 {
  font-size: 3.2rem;
}
h5 {
  font-size: 2.5rem;
}
ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
p {
  margin-bottom: 0;
}
em {
  font-family: "lato-italic", "lato", sans-serif;
}
a {
  outline: none;
}
a:active,
a:focus {
  outline: none;
}
.lead {
  display: block;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0;
  letter-spacing: 4px;
  font-family: "lato-black", "lato", sans-serif;
}
.container {
  position: relative;
  padding: 60px 0;
  width: 75%;
  margin: auto;
  max-width: 1100px;
}
.mobile {
  display: none;
}
#scroll-top {
  display: none;
  cursor: pointer;
  right: 20px;
  font-size: 1rem;
  z-index: 20;
}
#scroll-top:hover p {
  opacity: 1;
}
#scroll-top p {
  opacity: 0;
  text-transform: uppercase;
  font-family: "lato-black", "lato", sans-serif;
}
#scroll-top:before {
  content: '';
  width: 48px;
  height: 19px;
  margin: 0 auto 10px;
  background-position: 0px -762px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 56px;
  height: 27px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
}
.quote-container .quote .quote-text {
  top: 40%;
}
.quote-container .quote.red {
  background: #FC4D50;
}
.quote-container .quote.blue {
  background: #05abc2;
}
.quote-container .quote.yellow {
  background-color: #FFC600;
}
.quote-container .quote.green {
  background: #27A05B;
}
.quote-container .quote.purple {
  background: #85319d;
}
.quote-container .quote.teal {
  background: #07BEA3;
}
.quote-container .quote.orange {
  background: #FF8A00;
}
#promobar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: none;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  padding: 16px 40px;
  background-color: #FFC600;
  color: #FFFFFF;
  font-family: "lato-black", "lato", sans-serif;
}
@media only screen and (max-width: 767px) {
  #promobar {
    padding: 10px 40px;
  }
}
#promobar .promo-close {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  cursor: pointer;
  background-image: url(https://studenthousing.imgix.net/img/icon-x-white.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  #promobar {
    display: none;
  }
}
#promobar .promobar_second_text {
  display: none;
}
.reviews {
  overflow: visible;
  background-color: #ECECEC;
}
.reviews .container {
  width: 95%;
  max-width: 1180px;
}
.reviews .hero {
  background-image: url(https://studenthousing.imgix.net/img/hero-faq.jpg);
}
.reviews .hero .content-arrow {
  border-bottom: 5vh solid #ECECEC;
}
.reviews-container {
  overflow: visible;
}
.reviews-container .container {
  width: 95%;
  max-width: 1180px;
}
.reviews-container .actions {
  margin: 10px auto;
  text-align: center;
}
.marketing-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.marketing-popup .popup-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
}
.marketing-popup .popup-box {
  width: 600px;
  max-width: 90%;
  padding: 30px;
  border-radius: 10px;
  z-index: 1;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .marketing-popup .popup-box {
    padding: 15px;
  }
}
.marketing-popup .popup-box .left,
.marketing-popup .popup-box .right {
  display: inline-block;
  vertical-align: middle;
}
.marketing-popup .popup-box .left {
  width: 40%;
  margin-right: 5%;
}
.marketing-popup .popup-box .left img {
  width: 100%;
}
.marketing-popup .popup-box .right {
  width: 55%;
  margin-left: -4px;
}
.marketing-popup .popup-box .right h3 {
  font-size: 4.2rem;
  margin-bottom: 10px;
  padding-right: 20px;
  font-family: "lato-black", "lato", sans-serif;
}
@media only screen and (max-width: 767px) {
  .marketing-popup .popup-box .right h3 {
    font-size: 2.2rem;
  }
}
.marketing-popup .popup-box .right p {
  font-size: 2.6rem;
  margin-bottom: 20px;
  color: #646464;
  font-family: "lato", sans-serif;
}
@media only screen and (max-width: 767px) {
  .marketing-popup .popup-box .right p {
    font-size: 1.8rem;
  }
}
.marketing-popup .popup-box .right a {
  display: block;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ef463e;
  font-family: "lato-black", "lato", sans-serif;
}
@media only screen and (max-width: 767px) {
  .marketing-popup .popup-box .right a {
    font-size: 1.4rem;
  }
}
.marketing-popup .popup-box .popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  display: block;
  background-image: url(https://studenthousing.imgix.net/img/sprites/sprite-close.png);
  width: 20px;
  height: 21px;
  background-position: -3px -3px;
  background-repeat: no-repeat;
  background-size: 26px;
}
.marketing-popup .popup-box .popup-close:hover {
  background-position: -3px -30px;
}
/**************************************************************************************************
 *
 *  @Section: Hero
 *
***************************************************************************************************/
.hero {
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
}
.hero.large {
  height: 78vh;
  max-height: 740px;
}
.hero.medium {
  height: 45vw;
}
@media only screen and (min-width: 1600px) {
  .hero.medium {
    max-height: 625px;
  }
}
.hero.medium .text-hero h1 {
  font-size: 12rem;
  font-size: 18.5vw;
}
.hero.medium .text-hero h1.hero-h1-small {
  font-size: 11.5vw;
}
.hero.small {
  height: 31vw;
}
@media only screen and (min-width: 1600px) {
  .hero.small {
    max-height: 550px;
  }
}
.hero.small .text-hero h1 {
  font-size: 12rem;
  font-size: 13.75vw;
}
.hero .text-hero {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.hero .text-hero p,
.hero .text-hero h1 {
  color: #FFFFFF;
}
.hero .text-hero p {
  font-size: 3rem;
  margin-bottom: 30px;
  font-family: "lato-black", "lato", sans-serif;
}
.hero .text-hero h1 {
  line-height: 0.8;
  text-transform: uppercase;
  font-family: "league-gothic", sans-serif;
  font-size: 42rem;
  font-size: 32.25vw;
}
.hero .text-hero h1 + p {
  font-family: "leitura-news", serif;
  font-size: 3.5vw;
  margin-top: 20px;
  margin-bottom: 0;
}
.hero .text-hero h1,
.hero .text-hero .img-container {
  display: inline-block;
  vertical-align: middle;
}
.hero .text-hero .img-container {
  width: 100%;
}
.hero .text-hero .img-container.request-more-info-btn {
  cursor: pointer;
}
.hero .text-hero .img-container img {
  width: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.hero .text-hero .img-container + p {
  margin: 0;
}
.hero .text-hero .btn {
  margin-top: 20px;
}
.hero .hero-slider {
  padding: 0;
  margin: 0;
}
.hero .hero-slider li {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.hero .hero-slider li .text-hero p {
  margin-bottom: 0;
}
.hero .hero-slider li .text-hero .btn {
  padding: 20px 35px;
  border-radius: 6px;
}
.hero .hero-arrow {
  position: absolute;
  bottom: 10vh;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.hero .hero-arrow:hover p {
  opacity: 1;
}
.hero .hero-arrow:hover:after {
  opacity: 0;
}
.hero .hero-arrow p {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
  font-family: "lato-black", "lato", sans-serif;
  transition: all 0.2s ease-out;
}
.hero .hero-arrow:after {
  content: '';
  opacity: 1;
  display: block;
  background-image: url(https://studenthousing.imgix.net/img/hero-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 47px;
  height: 19px;
  margin: auto;
  transition: all 0.2s ease-out;
}
/**************************************************************************************************
 *
 *  @Section: Section Intro
 *
***************************************************************************************************/
.section-intro {
  background-color: #FFFFFF;
  text-align: center;
}
.section-intro .container {
  width: 60%;
  padding: 60px 0;
}
.section-intro a {
  display: inline;
  word-wrap: break-word;
  color: #05abc2;
  font-family: "lato-bold", "lato", sans-serif;
}
.section-intro a:hover {
  color: #01839f;
}
.section-intro h3,
.section-intro h4 {
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "leitura-news", serif;
}
.section-intro h3 {
  font-size: 6rem;
}
.section-intro h4 {
  font-size: 4.5rem;
}
.section-intro p {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 10px;
  font-family: "lato", sans-serif;
  color: #646464;
}
.section-intro p:last-child {
  margin-bottom: 0;
}
.section-intro .arrow {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 4px;
  color: #ef463e;
  text-transform: uppercase;
  cursor: pointer;
  margin: 60px auto 0;
  font-family: "lato-black", "lato", sans-serif;
}
.section-intro .arrow:after {
  content: '';
  position: relative;
  top: 0;
  margin: 0 auto;
  margin-top: 10px;
  background-position: -4px -4px;
  width: 24px;
  height: 11px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -157px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 32px;
  height: 19px;
  transition: all 0.2s ease-out;
}
.section-intro .arrow:hover:after {
  top: 3px;
}
.copy-container a {
  display: inline;
  word-wrap: break-word;
  color: #05abc2;
  font-family: "lato-bold", "lato", sans-serif;
}
.copy-container a:hover {
  color: #01839f;
}
/**************************************************************************************************
 *
 *  @Section: Quote Section
 *
***************************************************************************************************/
.quote-container {
  position: relative;
  height: 35vw;
  min-height: 200px;
  max-height: 400px;
  overflow: hidden;
}
.quote-container .quote-image,
.quote-container .quote {
  position: relative;
  height: 100%;
  float: left;
  width: 50%;
  overflow: hidden;
}
.quote-container .quote-image img,
.quote-container .quote img {
  width: auto;
  min-width: 101%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.quote-container .quote-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
}
.quote-container .quote .quote-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 70%;
  top: 40%;
  left: 55%;
}
.quote-container .quote .quote-text:before {
  content: '';
  display: block;
  position: absolute;
  top: -16px;
  left: -72%;
  width: 70%;
  height: 510px;
  background: url(https://studenthousing.imgix.net/img/quote.png) no-repeat top left;
  max-width: 1162px;
  max-height: 510px;
  background-size: contain;
}
.quote-container .quote .quote-text > * {
  color: #FFFFFF;
}
.quote-container .quote .quote-text > p {
  position: relative;
  font-size: 3.2rem;
  font-size: 2.3vw;
  line-height: 1.4;
  margin-bottom: 5px;
  font-family: "leitura-news", serif;
}
.quote-container .quote .quote-text > p.small {
  font-size: 2.6rem;
  font-size: 1.8vw;
}
.quote-container .quote .quote-text .quote-student,
.quote-container .quote .quote-text .quote-college {
  font-size: 1.8rem;
  display: inline-block;
}
.quote-container .quote .quote-text .btn {
  margin-top: 10px;
}
.quote-container.callout {
  height: 40vw;
  max-height: 550px;
}
.quote-container.callout .quote-text {
  width: 80%;
  top: 45%;
  left: 45%;
}
.quote-container.callout .quote-text:before {
  display: none;
}
.quote-container.callout .quote-text .line-small {
  margin: 10px 0;
}
.quote-container.callout .quote-text h3 {
  font-size: 3.5vw;
}
.quote-container.callout .quote-text > p {
  font-size: 1.8rem;
  font-size: 1.5vw;
  font-family: "lato", sans-serif;
}
.quote-container.callout .quote-text > p.small {
  font-size: 1.5vw;
}
.quote-container.callout .quote-text .btn {
  font-size: 1.25vw;
}
.quote-container + section {
  top: -1px;
}
.bx-wrapper:first-child .bx-viewport {
  margin-bottom: 30px;
}
.bx-wrapper .bx-caption {
  position: relative;
  bottom: inherit;
}
.bx-wrapper .bx-caption span {
  text-align: left;
}
.video-container {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 56.25% 0 0;
  position: relative;
  z-index: 10;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**************************************************************************************************
 *
 *  @Section: Links
 *
***************************************************************************************************/
a {
  text-decoration: none;
  color: #383838;
  display: inline-block;
}
a:hover {
  text-decoration: none;
  color: #646464;
}
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}
a.explore-more {
  color: #FC4D50;
  text-transform: uppercase;
  font-size: 16px;
}
a.explore-more span.carrot {
  width: 26px;
  height: 12px;
  margin: 0 auto;
  margin-top: 10px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -157px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 32px;
  height: 19px;
}
a.explore-more span.carrot:hover {
  background-position: 0px -138px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 32px;
  height: 19px;
}
.socialmedia {
  display: block;
  width: 28px;
  height: 20px;
}
.socialmedia.fb {
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -1179px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 36px;
  height: 28px;
}
.socialmedia.fb:hover {
  background-position: 0px -843px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 36px;
  height: 28px;
}
.socialmedia.twitter {
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -927px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 36px;
  height: 28px;
}
.socialmedia.twitter:hover {
  background-position: 0px -899px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 36px;
  height: 28px;
}
.socialmedia.instagram {
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -1095px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 36px;
  height: 28px;
}
.socialmedia.instagram:hover {
  background-position: 0px -1123px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 36px;
  height: 28px;
}
.socialmedia.youtube {
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -871px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 36px;
  height: 28px;
}
.socialmedia.youtube:hover {
  background-position: 0px -1067px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 36px;
  height: 28px;
}
/**************************************************************************************************
 *
 *  @Section: Buttons
 *
***************************************************************************************************/
.btn {
  text-transform: uppercase;
  padding: 13px 30px;
  font-size: 1.6rem;
  outline: none !important;
  box-shadow: none !important;
  letter-spacing: 1px;
  line-height: 1;
  font-family: "lato-black", "lato", sans-serif;
  color: #FFFFFF;
  transition: all 0.2s ease-out;
}
.btn:hover,
.btn:focus {
  color: #FFFFFF;
}
.btn.yellow {
  background: #FFC600;
}
.btn.yellow:hover {
  background: #fab600;
}
.btn.red {
  background: #FC4D50;
}
.btn.red:hover {
  background: #ec3f42;
}
.btn.green {
  background: #27A05B;
}
.btn.green:hover {
  background: #198849;
}
.btn.blue {
  background: #05abc2;
}
.btn.blue:hover {
  background: #01839f;
}
.btn.gray {
  background: #919191;
}
.btn.gray:hover {
  background: #ECECEC;
}
.btn.purple {
  background: #85319d;
}
.btn.purple:hover {
  background: #532370;
}
.btn.teal {
  background: #07BEA3;
}
.btn.teal:hover {
  background: #019B87;
}
.btn.transparent {
  background: transparent;
  border: 3px solid #FFFFFF;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.btn.transparent:hover {
  background: #FFFFFF;
  color: #000000;
}
/**************************************************************************************************
 *
 *  @Section: Form Styles
 *
***************************************************************************************************/
form .form-group {
  position: relative;
  width: 100%;
}
form .form-group .form-row {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
form .form-group .form-row.multiple-radio-row.multi-row label.error {
  bottom: -64px !important;
}
form .form-group .form-row.center {
  text-align: center;
}
form .form-group .form-row.radio-row {
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
}
form .form-group .form-row:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
form .form-group .form-row:last-child {
  margin-bottom: 0;
}
form .form-group:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
form label {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "lato-black", "lato", sans-serif;
}
form label.error {
  white-space: nowrap;
  font-size: 1.2rem !important;
  text-transform: none !important;
  color: #FC4D50 !important;
  font-family: "lato", sans-serif !important;
  position: absolute !important;
  margin-bottom: 0 !important;
  bottom: -16px !important;
  cursor: default !important;
  float: none !important;
  letter-spacing: 0 !important;
}
form label.error:before,
form label.error:after {
  display: none !important;
}
form .half-right + label.error {
  left: 52.5%;
}
form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='zip'],
form input[type='number'],
form input[type='tel'],
form input[type='date'],
form textarea {
  width: 100%;
  margin: 0;
  padding: 12px 20px;
  height: inherit;
  font-size: 1.5rem;
  border: 1px solid #cecece;
  font-family: "lato", sans-serif;
  color: #000000;
  -webkit-appearance: none;
}
form input[type='text'].half-left,
form input[type='email'].half-left,
form input[type='password'].half-left,
form input[type='zip'].half-left,
form input[type='number'].half-left,
form input[type='tel'].half-left,
form input[type='date'].half-left,
form textarea.half-left,
form input[type='text'].half-right,
form input[type='email'].half-right,
form input[type='password'].half-right,
form input[type='zip'].half-right,
form input[type='number'].half-right,
form input[type='tel'].half-right,
form input[type='date'].half-right,
form textarea.half-right {
  width: 47.5%;
  float: left;
}
form input[type='text'].half-left,
form input[type='email'].half-left,
form input[type='password'].half-left,
form input[type='zip'].half-left,
form input[type='number'].half-left,
form input[type='tel'].half-left,
form input[type='date'].half-left,
form textarea.half-left {
  margin-right: 5%;
}
form input[type='text'].error,
form input[type='email'].error,
form input[type='password'].error,
form input[type='zip'].error,
form input[type='number'].error,
form input[type='tel'].error,
form input[type='date'].error,
form textarea.error {
  border: 3px solid #FFC600;
}
form input[type='text']::-webkit-input-placeholder,
form input[type='email']::-webkit-input-placeholder,
form input[type='password']::-webkit-input-placeholder,
form input[type='zip']::-webkit-input-placeholder,
form input[type='number']::-webkit-input-placeholder,
form input[type='tel']::-webkit-input-placeholder,
form input[type='date']::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  font-family: "lato-bold", "lato", sans-serif;
  color: #919191;
}
form input[type='text']:-moz-placeholder,
form input[type='email']:-moz-placeholder,
form input[type='password']:-moz-placeholder,
form input[type='zip']:-moz-placeholder,
form input[type='number']:-moz-placeholder,
form input[type='tel']:-moz-placeholder,
form input[type='date']:-moz-placeholder,
form textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: "lato-bold", "lato", sans-serif;
  color: #919191;
}
form input[type='text']::-moz-placeholder,
form input[type='email']::-moz-placeholder,
form input[type='password']::-moz-placeholder,
form input[type='zip']::-moz-placeholder,
form input[type='number']::-moz-placeholder,
form input[type='tel']::-moz-placeholder,
form input[type='date']::-moz-placeholder,
form textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "lato-bold", "lato", sans-serif;
  color: #919191;
}
form input[type='text']:-ms-input-placeholder,
form input[type='email']:-ms-input-placeholder,
form input[type='password']:-ms-input-placeholder,
form input[type='zip']:-ms-input-placeholder,
form input[type='number']:-ms-input-placeholder,
form input[type='tel']:-ms-input-placeholder,
form input[type='date']:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  font-family: "lato-bold", "lato", sans-serif;
  color: #919191;
}
form input::-ms-clear {
  display: none;
  visibility: hidden;
  margin: -9999px;
  color: transparent;
  width: 0;
  height: 0;
}
form input::-ms-clear:active,
form input::-ms-clear:hover,
form input::-ms-clear:focus {
  display: none;
  visibility: hidden;
  margin: -9999px;
  color: transparent;
  width: 0;
  height: 0;
}
form textarea {
  height: 150px;
  resize: none;
}
form input[type='radio'],
form input[type='checkbox'] {
  opacity: 0;
  margin: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  float: left;
}
form input[type='radio'] + label,
form input[type='radio'] + label.error + label,
form input[type='checkbox'] + label {
  display: block;
  float: left;
  cursor: pointer;
  font-size: 2rem;
  margin-bottom: 0;
}
form input[type='radio'] + label:before,
form input[type='radio'] + label.error + label:before,
form input[type='checkbox'] + label:before {
  content: '';
  margin: 0;
  margin-right: 10px;
  margin-left: -28px;
  clear: none;
  vertical-align: bottom;
  background-position: 0px 0px;
  display: inline-block;
}
form input.red-radio[type='radio'] + label:before,
form input.red-radio[type='radio'] + label.error + label:before {
  width: 25px;
  height: 25px;
  background-image: url(https://studenthousing.imgix.net/img/sprites/sprite-radio.png);
  background-size: 25px;
}
form input.red-radio[type='radio']:checked + label:before,
form input.red-radio[type='radio']:checked + label.error + label:before {
  background-position: 0px -25px;
}
form .red-radio-btn {
  position: relative;
  float: left;
  width: 33.33%;
  margin-bottom: 0;
}
form .red-radio-btn:not(:first-child) span {
  border-left: none !important;
}
form .red-radio-btn:nth-child(4) span {
  border-left: 1px solid #FC4D50 !important;
}
form .red-radio-btn:nth-child(4) input.error + span {
  border-left: 3px solid #FFC600 !important;
}
form .red-radio-btn:first-child span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
form .red-radio-btn:last-child span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
form .red-radio-btn:nth-child(3) span {
  border-top-right-radius: 3px;
}
form .red-radio-btn:nth-child(4) span {
  border-bottom-left-radius: 3px;
}
form .red-radio-btn:nth-child(n+4) span {
  border-top: none !important;
  border-top-right-radius: 0;
}
form .red-radio-btn span {
  border: 1px solid #FC4D50;
  text-align: center;
  padding: 15px 0px;
  display: block;
  line-height: 1;
  text-transform: none;
  font-size: 1.4rem;
  letter-spacing: normal;
  cursor: pointer;
  background-color: transparent;
  color: #FC4D50;
  font-family: "lato", sans-serif;
}
form .red-radio-btn span:hover {
  color: #FFFFFF;
  background-color: #FC4D50;
}
form .red-radio-btn input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
form .red-radio-btn input:checked + span {
  background-color: #FC4D50;
  color: #FFFFFF;
}
form .red-radio-btn input:checked + label.error + span {
  background-color: #FC4D50;
  color: #FFFFFF;
}
form .red-radio-btn input.error + label + span,
form .red-radio-btn input.error + span {
  border: 3px solid #FFC600;
}
form select {
  position: absolute;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  z-index: -5;
}
form select.valid + label {
  display: none !important;
}
form .ui-autocomplete-input {
  float: left;
  width: 80%;
  width: calc(100% - 50px);
  margin: 0;
  border-right: none;
  -webkit-appearance: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
form button.ui-button {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0;
  border: 0;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #FFFFFF !important;
  border: 1px solid #c5c5c5 !important;
  border-left: none !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-image: url(https://studenthousing.imgix.net/img/dropdown.png) !important;
  outline: none;
}
.ui-selectmenu-button {
  position: relative;
  width: 100% !important;
  padding: 0;
  margin: 0;
  outline: none;
  border: 1px solid #cecece;
  background: #FFFFFF !important;
}
.ui-selectmenu-button span.ui-icon {
  position: absolute;
  width: 10px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-position: inherit;
  background-image: url(https://studenthousing.imgix.net/img/dropdown.png) !important;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 16px 20px;
  line-height: 1;
  font-size: 1.5rem;
  font-family: "lato-bold", "lato", sans-serif;
  color: #919191;
}
select.error + label + .ui-selectmenu-button {
  border: 3px solid #FFC600;
}
select.valid + label + .ui-selectmenu-button {
  border: 1px solid #cecece;
}
select.error + label + .ui-autocomplete-input {
  border: 3px solid #FFC600;
}
select.valid + label + .ui-autocomplete-input {
  border: 1px solid #cecece;
}
.ui-selectmenu-menu .ui-menu {
  border-top: none;
  max-height: 30vh;
  overflow: scroll;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item div {
  padding: 12px 20px;
  line-height: 1;
  font-size: 1.5rem;
  font-family: "lato-bold", "lato", sans-serif;
  color: #555555;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item div.ui-state-focus,
.ui-selectmenu-menu .ui-menu .ui-menu-item div.ui-state-active,
.ui-selectmenu-menu .ui-menu .ui-menu-item div.ui-state-hover {
  border: none;
  color: #FFFFFF;
  background-color: #FC4D50;
}
.ui-menu {
  border-top: none;
  max-height: 30vh;
  overflow: scroll;
}
.ui-menu .ui-menu-item div,
.ui-menu .ui-menu-item a {
  padding: 12px 20px;
  line-height: 1;
  font-size: 1.5rem;
  font-family: "lato-bold", "lato", sans-serif;
  color: #555555;
}
.ui-menu .ui-menu-item div.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item div.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item div.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-hover {
  border: none;
  color: #FFFFFF;
  background-color: #FC4D50;
}
.ui-menu .ui-menu-item a {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .ui-menu .ui-menu-item a:hover {
    border: none;
    color: #FFFFFF;
    background-color: #FC4D50;
  }
}
/**************************************************************************************************
 *
 *  @Section: Map Section
 *
***************************************************************************************************/
.map {
  background-image: url(https://studenthousing.imgix.net/img/bg-map.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 10vw;
  padding-bottom: 45%;
}
.map .map-text {
  position: absolute;
  width: 40%;
  max-width: 480px;
  left: 15%;
  z-index: 10;
}
.map .map-text h5 {
  font-size: 6rem;
  margin-bottom: 20px;
  color: #000000;
  font-family: "leitura-news", serif;
}
.map .map-text p {
  font-size: 2.2rem;
  color: #646464;
  font-family: "lato", sans-serif;
}
/**************************************************************************************************
 *
 *  @Section: Modal
 *
***************************************************************************************************/
.modal-style {
  padding: 55px 60px;
  overflow-y: scroll;
  border-bottom: 6px solid #FC4D50;
  background-color: #FFFFFF;
}
.modal-style h3 {
  line-height: 0.8;
  margin-bottom: 15px;
}
.modal-style .intro-text {
  font-size: 2.2rem;
  margin-bottom: 40px;
}
.modal-style .rules {
  font-size: 1.6rem;
  font-family: "lato-black", "lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.modal-style a {
  display: inline-block;
  color: #FC4D50;
}
.modal-style a:hover {
  color: #ec3f42;
}
.modal-style ul {
  list-style: disc;
  padding-left: 20px;
}
.modal-style ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.modal-style ul li {
  float: left;
  width: 48.5%;
  margin-bottom: 10px;
}
.modal-style ul li:nth-child(odd) {
  clear: both;
  margin-right: 3%;
}
/**************************************************************************************************
 *
 *  @Section: Images and Other
 *
***************************************************************************************************/
img {
  width: 100%;
  height: auto;
  display: block;
}
.line-small {
  display: block;
  height: 3px;
  background: #FFFFFF;
  width: 134px;
  margin: 0 auto;
}
.line-small.black {
  background: #000000;
}
.line-small-blue {
  display: block;
  height: 6px;
  background: #05abc2;
  width: 134px;
}
.line-gray {
  position: relative;
  float: left;
  display: block;
  height: 2px;
  background: #ECECEC;
  width: 100%;
}
.title-page-header {
  font-family: "league-gothic", sans-serif;
  text-transform: uppercase;
  font-size: 35rem !important;
  margin-top: -40px;
}
@media (max-width: 1200px) {
  .title-page-header {
    font-size: 20rem !important;
    margin-top: -30px;
  }
}
@media (max-width: 768px) {
  .title-page-header {
    font-size: 15rem !important;
    margin-top: 0px;
  }
}
@media (max-width: 430px) {
  .title-page-header {
    font-size: 8rem !important;
    margin-top: 0px;
  }
}
.content-arrows {
  position: absolute;
  top: 0;
  width: 100%;
  height: 7.5vh;
  z-index: 10;
}
.content-arrows .border {
  height: 100%;
  float: left;
  width: 51%;
  display: block;
  position: absolute;
  border-bottom: 7vh solid #FFFFFF;
}
.content-arrows .border.arrow-left {
  left: 0;
  border-left: 51vw solid transparent;
}
.content-arrows .border.arrow-right {
  right: 0;
  border-right: 51vw solid transparent;
}
.content-arrows.bottom {
  bottom: -1px;
  top: inherit;
  border-bottom: none;
}
.content-arrows.white .border.arrow-left {
  border-left: 51vw solid #FFFFFF;
}
.content-arrows.white .border.arrow-right {
  border-right: 51vw solid #FFFFFF;
}
.content-arrows.gray .border.arrow-left {
  border-left: 51vw solid #ECECEC;
}
.content-arrows.gray .border.arrow-right {
  border-right: 51vw solid #ECECEC;
}
.content-arrows.opposite:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.content-arrows.opposite .border {
  border-top: 7vh solid transparent;
  border-bottom: none;
}
.content-arrows.map-arrow {
  top: -1px;
}
.content-arrows.map-arrow .border.arrow-left {
  border-left: 50.05vw solid #ec3f42;
}
.content-arrows.map-arrow .border.arrow-right {
  border-right: 50.05vw solid #ec3f42;
}
.content-arrow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 7vh;
  border-left: 50.05vw solid transparent;
  border-right: 50.05vw solid transparent;
  border-bottom: 7vh solid #FFFFFF;
  box-sizing: border-box;
  z-index: 10;
}
.content-arrow.bottom {
  bottom: -1px;
  top: inherit;
}
.content-arrow.ca-community {
  top: -7vh;
}
.content-arrow.opposite {
  border-left: 50.05vw solid #FFFFFF;
  border-right: 50.05vw solid #FFFFFF;
  border-top: 7vh solid transparent;
  border-bottom: none;
}
.content-arrow.inverse {
  border-left: 50.05vw solid #FFFFFF;
  border-right: 50.05vw solid #FFFFFF;
  border-top: 7vh solid transparent;
  border-bottom: none;
}
.content-arrow.map-arrow {
  top: -1px;
  border-left: 50.05vw solid #ec3f42;
  border-right: 50.05vw solid #ec3f42;
}
.jumbotron {
  margin-bottom: 0;
  background: #FFFFFF;
}
.bold-upper {
  text-transform: uppercase;
  font-family: "lato-bold", "lato", sans-serif;
  color: #000000;
}
.sticky-options {
  display: none;
}
/**************************************************************************************************
 *
 *  @Section: Featured Residence
 *
***************************************************************************************************/
.featured-residence {
  margin: -8vw 0 50px 0;
}
.featured-residence .featured-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
.featured-residence .featured-container > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.featured-residence .featured-container img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.featured-residence .featured-container .featured-residence-body {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.featured-residence .featured-container .featured-residence-body .summer {
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.featured-residence .featured-container .featured-residence-body .summer:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  width: 80%;
  height: 3px;
  background-color: #FFFFFF;
}
.featured-residence .featured-container .featured-residence-body .lead {
  font-size: 1.8rem;
  color: #FFFFFF;
}
.featured-residence .featured-container .featured-residence-body .line-small {
  margin: 15px auto 45px;
}
.featured-residence .featured-container .featured-residence-body .residence-title {
  font-family: "league-gothic", sans-serif;
  text-transform: uppercase;
  font-size: 22rem;
  font-size: 13vw;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 0.8;
}
.featured-residence .featured-container .featured-residence-body h2 {
  font-size: 4rem;
  color: #FFFFFF;
  font-family: "leitura-news", serif;
}
.featured-residence .featured-info .map-container {
  position: relative;
  width: 35%;
  margin: 0 5%;
  margin-top: -3vw;
  float: left;
}
.featured-residence .featured-res-desc {
  width: 55%;
  float: left;
  padding-top: 30px;
}
.featured-residence .featured-res-desc h4 {
  margin-bottom: 10px;
}
.featured-residence .featured-res-desc p {
  font-size: 1.8rem;
  color: #5c5c5c;
}
.featured-residence .featured-res-desc .btn {
  display: inline-block;
  margin-top: 20px;
}
.featured-residence .featured-res-desc .btn.first {
  margin-right: 5%;
}
.featured-residence .padding-container {
  padding: 0 0px 0 55px;
}
/**************************************************************************************************
 *
 *  @Section: Accordion
 *
***************************************************************************************************/
.accordion-container {
  width: 100%;
  margin: auto;
}
.accordion-container .accordion-item {
  background-color: #FFFFFF;
  margin-bottom: 20px;
}
.accordion-container .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-container .accordion-item.expanded > h4:after {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 11px;
}
.accordion-container .accordion-item.expanded .faq-text,
.accordion-container .accordion-item.expanded .room-desc,
.accordion-container .accordion-item.expanded .options-container {
  max-height: 5000px;
  height: auto;
  transition: 0.2s 0.2s ease-out;
}
.accordion-container .accordion-item > h4 {
  padding: 25px 70px 25px 30px;
  position: relative;
  cursor: pointer;
  font-size: 2.4rem;
  font-family: "lato-bold", "lato", sans-serif;
}
.accordion-container .accordion-item > h4:after {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: 0px -1236px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
}
.accordion-container .accordion-item .faq-text,
.accordion-container .accordion-item .room-desc,
.accordion-container .accordion-item .options-container {
  padding: 0 0 0 30px;
  max-height: 0;
  max-width: 90%;
  overflow: hidden;
  transition: 0.5s 0.2s ease-out;
}
.accordion-container .accordion-item .faq-text {
  font-size: 1.7rem;
}
.accordion-container .accordion-item .faq-text:before,
.accordion-container .accordion-item .faq-text:after {
  content: '';
  display: block;
}
.accordion-container .accordion-item .faq-text:before {
  padding-top: 15px;
}
.accordion-container .accordion-item .faq-text:after {
  padding-bottom: 25px;
}
.accordion-container .accordion-item .room-desc:before {
  content: '';
  display: block;
  padding-top: 15px;
}
.accordion-container .accordion-item .options-container:after {
  content: '';
  display: block;
  padding-bottom: 15px;
}
.accordion-container .accordion-item .faq-text p,
.accordion-container .accordion-item .room-desc p {
  margin-bottom: 10px;
}
.accordion-container .accordion-item .faq-text p.date,
.accordion-container .accordion-item .room-desc p.date {
  font-weight: bold;
}
.accordion-container .accordion-item .faq-text p:last-child,
.accordion-container .accordion-item .room-desc p:last-child {
  margin-bottom: 0;
}
.accordion-container .accordion-item .faq-text a,
.accordion-container .accordion-item .room-desc a {
  display: inline;
  word-wrap: break-word;
  color: #FC4D50;
}
.accordion-container .accordion-item .faq-text a:hover,
.accordion-container .accordion-item .room-desc a:hover {
  text-decoration: underline;
}
.accordion-container .accordion-item .faq-text ul,
.accordion-container .accordion-item .room-desc ul {
  padding-left: 20px;
  margin-bottom: 10px;
  list-style-type: disc;
}
.accordion-container .accordion-item .faq-text ul li,
.accordion-container .accordion-item .room-desc ul li {
  margin-bottom: 10px;
}
.accordion-container .accordion-item .faq-text ul li:last-child,
.accordion-container .accordion-item .room-desc ul li:last-child {
  margin-bottom: 0;
}
.accordion-container .accordion-item .faq-text table,
.accordion-container .accordion-item .room-desc table {
  width: 90% !important;
  max-width: 100%;
}
.accordion-container .accordion-item .faq-text table td,
.accordion-container .accordion-item .room-desc table td {
  max-width: 100%;
}
.accordion-container .accordion-item .faq-text table img,
.accordion-container .accordion-item .room-desc table img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}
.accordion-container .accordion-item .faq-desc {
  font-size: 1.8rem;
  font-family: "lato", sans-serif;
  color: #000000;
}
/**************************************************************************************************
 *
 *  @Section: Search
 *
***************************************************************************************************/
#searchbox {
  display: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 30;
  width: 100%;
  max-height: 320px;
  padding: 10px 0;
  background: #FFFFFF;
}
#searchbox .search-logo {
  position: relative;
  width: 110px;
  height: 38px;
  display: block;
  float: left;
  background: url('https://studenthousing.imgix.net/img/logo-ehs-yellow.png') no-repeat center;
  background-size: contain;
}
#searchbox .search-close {
  position: absolute;
  top: 15px;
  right: 3px;
  cursor: pointer;
  display: block;
  background-image: url(https://studenthousing.imgix.net/img/sprites/sprite-close.png);
  width: 20px;
  height: 21px;
  background-position: -3px -3px;
  background-repeat: no-repeat;
  background-size: 26px;
}
#searchbox .search-close:hover {
  background-position: -3px -30px;
}
#searchbox .container {
  width: 97%;
  max-width: inherit;
  padding: 0;
}
#searchbox .container.body {
  padding: 20px 0 0;
}
#searchbox form {
  position: relative;
}
#searchbox form input {
  height: 64px;
  font-size: 34px;
  line-height: 36px;
  border: 0;
  box-shadow: none;
  border-bottom: 2px solid #ECECEC;
}
#searchbox form input.search-btn {
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#searchbox form input.search-btn:focus,
#searchbox form input.search-btn:hover,
#searchbox form input.search-btn:active {
  outline: none;
}
#searchbox ::-webkit-input-placeholder {
  font-style: italic;
}
#searchbox :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
#searchbox ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
#searchbox :-ms-input-placeholder {
  font-style: italic;
}
/**************************************************************************************************
 *
 *  @Section: Map
 *
***************************************************************************************************/
.map #residence-map {
  width: 100%;
  height: 90vh;
}
.gm-style-iw > div > div > div {
  width: 100% !important;
}
.gm-style-iw > div > div > div h4 {
  display: block;
  text-transform: uppercase;
  font-size: 5rem;
  color: #05abc2;
  line-height: 1;
  margin: 0 0 10px;
  font-family: "league-gothic", sans-serif;
}
.gm-style-iw > div > div > div p {
  font-size: 1.6rem;
  color: #000000;
  margin-bottom: 10px;
}
.gm-style-iw > div > div > div p:last-child {
  margin-bottom: 0;
}
/**************************************************************************************************
 *
 *  @Section: Other Residences
 *
***************************************************************************************************/
.other-residences {
  text-align: center;
}
.other-residences h3 {
  margin-bottom: 30px;
}
.other-residences .residences-teasers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.other-residences .residences-teasers:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.other-residences .residences-teasers li {
  position: relative;
  display: inline-block;
  width: 24.5%;
  height: 0;
  padding-bottom: 24.5%;
  overflow: hidden;
}
.other-residences .residences-teasers li:last-child {
  margin-right: 0;
}
.other-residences .residences-teasers li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.other-residences .residences-teasers li > a:after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.other-residences .residences-teasers li > a img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.other-residences .residences-teasers li > a:hover:after {
  display: block;
}
.other-residences .residences-teasers li img {
  width: auto;
  min-width: 101%;
  min-height: 101%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.other-residences .residences-teasers li .caption {
  width: 90%;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.other-residences .residences-teasers li .caption .summer {
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.other-residences .residences-teasers li .caption .summer:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  width: 80%;
  height: 2px;
  background-color: #FFFFFF;
}
.other-residences .residences-teasers li .caption h2 {
  text-transform: uppercase;
  font-size: 3.1vw;
  margin-bottom: 10px;
  font-family: "league-gothic", sans-serif;
  color: #FFFFFF;
}
.other-residences .residences-teasers li .caption .lead {
  color: #FFFFFF;
}
.section-intro + .other-residences .container {
  padding-top: 0;
}
/**************************************************************************************************
 *
 *  @Section: Press Releases
 *
***************************************************************************************************/
.press-releases h3 {
  margin-bottom: 50px;
}
.press-releases .press-item {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  border-bottom: 6px solid #05abc2;
  margin-bottom: 50px;
  min-height: 250px;
}
.press-releases .press-item span.date {
  color: #aeaeae;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-family: "lato-bold", "lato", sans-serif;
}
.press-releases .press-item h4 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin: 10px 0;
}
.press-releases .press-item h4.small {
  font-size: 2rem;
}
.press-releases .press-item p.description-teaser {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.press-releases .press-item a {
  margin: 15px 0;
  color: #05abc2;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: "lato-bold", "lato", sans-serif;
}
.press-releases .press-item.featured {
  margin-right: 0;
  min-height: inherit;
}
.press-releases .press-item.featured .img-container {
  position: relative;
  float: left;
  height: auto;
  padding-bottom: 40%;
  overflow: hidden;
  width: 40% !important;
}
.press-releases .press-item.featured .img-container img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.press-releases .press-item.featured .press-item-content {
  float: left;
  width: 100%;
}
.press-releases .press-item.featured .img-container + .press-item-content {
  width: 60%;
}
.press-releases .press-item .press-item-content {
  padding: 40px;
}
.press-releases .btn-container {
  text-align: center;
  clear: both;
}
/**************************************************************************************************
 *
 *  @Section: Contact Section
 *
***************************************************************************************************/
.have-more-questions,
.already-student {
  background: #FFFFFF;
}
.have-more-questions .container,
.already-student .container {
  text-align: center;
  padding: 40px 0;
}
.have-more-questions .container p,
.already-student .container p {
  margin: 8px 0 25px;
  font-size: 2.2rem;
}
/**************************************************************************************************
 *
 *  @Section: LivePerson
 *
***************************************************************************************************/
.liveperson-container {
  position: fixed;
  bottom: 0;
  right: 100px;
  z-index: 50;
  transition: right 0.5s ease-out;
}
.liveperson-container.form-open {
  position: fixed !important;
  right: 20px;
  bottom: 0 !important;
}
.liveperson-container .lpPoweredBy,
.liveperson-container .lpEmtStarRating {
  display: none;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer {
  display: block;
  background-color: #FC4D50;
  padding: 11px 24px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  padding: 13px 30px;
  font-size: 1.6rem;
  outline: none !important;
  box-shadow: none !important;
  letter-spacing: 1px;
  line-height: 1;
  font-family: "lato-black", "lato", sans-serif;
  color: #FFFFFF;
  transition: all 0.2s ease-out;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer:hover,
.liveperson-container #lpEHSChatBtnHere .LPMcontainer:focus {
  color: #FFFFFF;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer.yellow {
  background: #FFC600;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer.yellow:hover {
  background: #fab600;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer.red {
  background: #FC4D50;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer.red:hover {
  background: #ec3f42;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer.green {
  background: #27A05B;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer.green:hover {
  background: #198849;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer.blue {
  background: #05abc2;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer.blue:hover {
  background: #01839f;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer.gray {
  background: #919191;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer.gray:hover {
  background: #ECECEC;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer.purple {
  background: #85319d;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer.purple:hover {
  background: #532370;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer.teal {
  background: #07BEA3;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer.teal:hover {
  background: #019B87;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer.transparent {
  background: transparent;
  border: 3px solid #FFFFFF;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer.transparent:hover {
  background: #FFFFFF;
  color: #000000;
}
.liveperson-container #lpEHSChatBtnHere .LPMcontainer .LPMlabel {
  font-size: 1.5rem !important;
  font-family: "lato-black", "lato", sans-serif !important;
}
.liveperson-container .LPMcontainer {
  width: 150px !important;
}
.liveperson-container .LPMcontainer:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 18px;
  margin: auto;
  vertical-align: middle;
  background-image: url(https://studenthousing.imgix.net/img/chat.png);
  background-size: contain;
  width: 18px;
  height: 16px;
}
.liveperson-container img[id^="lpChatBtnImgID"] {
  display: none;
}
/**************************************************************************************************
 *
 *  @Section: Gallery
 *
***************************************************************************************************/
.gallery-container {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.gallery-slides-pager li a img {
  max-height: 100px;
  min-height: 100px;
}
.studentlife-gallery h3 {
  text-align: center;
  margin: 0 0 20px;
}
/**************************************************************************************************
 *
 *  @Section: Legal Pages
 *
***************************************************************************************************/
.privacy-policy .hero {
  background-image: url(https://studenthousing.imgix.net/img/hero-privacy-policy.jpg);
}
.privacy-policy .content .container {
  width: 65%;
  margin: auto;
}
.privacy-policy .content .legal-section {
  margin-bottom: 30px;
}
.privacy-policy .content .legal-section:last-child {
  margin-bottom: 0;
}
.privacy-policy .content p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.privacy-policy .content p:last-child {
  margin-bottom: 0;
}
.privacy-policy .content h4 {
  margin-bottom: 10px;
}
/**************************************************************************************************
 *
 *  @Section: Team Section
 *
***************************************************************************************************/
.team h3 {
  text-align: center;
  margin-bottom: 30px;
}
.team ul {
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.team ul.hasSelectedItem li.selectedItem {
  cursor: default;
}
.team ul.hasSelectedItem li.selectedItem:hover:before {
  visibility: hidden;
}
.team ul.hasSelectedItem li.selectedItem:before {
  visibility: hidden;
}
.team ul.hasSelectedItem li.selectedItem:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 10%;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #FFFFFF;
}
.team ul.hasSelectedItem li.selectedItem:hover .rollover-text {
  display: none;
}
.team ul.hasSelectedItem li:hover:before {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.49);
}
.team ul.hasSelectedItem li:before {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.49);
}
.team ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.team ul li {
  display: inline-block;
  width: 33.33%;
  height: 0;
  padding-bottom: 33.33%;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
}
.team ul li.more,
.team ul li.less {
  margin: 20px 33.33% 0 !important;
  height: auto;
  padding-bottom: 13px;
  color: #FFFFFF;
  background-color: #05abc2;
}
.team ul li.more:before,
.team ul li.less:before {
  display: none;
}
.team ul li.more:after,
.team ul li.less:after {
  content: '';
  margin-left: 10px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -103px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 17px;
  display: inline-block;
}
.team ul li.less:after {
  background-position: 0px -86px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 17px;
  display: inline-block;
}
.team ul li:before {
  content: '';
  visibility: hidden;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 0.2s ease-out;
}
@media only screen and (min-width: 767px) {
  .team ul li:hover .rollover-text {
    display: block;
  }
  .team ul li:hover:before {
    visibility: visible;
    background-color: rgba(5, 171, 194, 0.9);
  }
}
.team ul li img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.team ul li .rollover-text {
  display: none;
  z-index: 10;
  width: 100%;
  text-align: center;
  max-width: 90%;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.team ul li .rollover-text > * {
  color: #FFFFFF;
}
.team ul li .rollover-text .member {
  font-size: 3.2rem;
  margin-bottom: 10px;
  font-family: "leitura-news", serif;
}
.team ul li .rollover-text .title {
  display: block;
  font-size: 2.2rem;
  font-family: "lato-bold", "lato", sans-serif;
}
.team ul li .rollover-text .member-desc {
  line-height: 1.5;
}
.team .btn-container {
  text-align: center;
  margin: 30px auto 0;
}
.team .btn-container .view-all,
.team .btn-container .view-less {
  margin: auto;
  display: block;
}
.team .btn-container .view-all:after,
.team .btn-container .view-less:after {
  content: '';
  margin-left: 10px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -103px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 17px;
  display: inline-block;
}
.team .btn-container .view-less {
  display: none;
}
.team .btn-container .view-less:after {
  background-position: 0px -86px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 17px;
  display: inline-block;
}
.gridder-show {
  background-color: #FFFFFF;
}
.gridder-show .gridder-navigation {
  position: absolute;
  width: 100%;
}
.gridder-show .gridder-navigation .prev,
.gridder-show .gridder-navigation .next {
  display: none;
}
.gridder-show .gridder-navigation .gridder-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 30px;
  right: 30px;
  z-index: 20;
}
.gridder-show .gridder-navigation .gridder-close:before,
.gridder-show .gridder-navigation .gridder-close:after {
  content: '';
  background-color: #919191;
  display: block;
  width: 25px;
  height: 3px;
}
.gridder-show .gridder-navigation .gridder-close:hover:before,
.gridder-show .gridder-navigation .gridder-close:hover:after {
  background-color: #000000;
}
.gridder-show .gridder-navigation .gridder-close:before {
  transform: rotate(43deg) translate3d(3px, 6px, 0);
}
.gridder-show .gridder-navigation .gridder-close:after {
  margin-top: 10px;
  transform: rotate(-45deg) translate3d(3px, -6px, 0);
}
.gridder-show .gridder-expanded-content {
  display: block;
  position: relative;
  left: 0;
  padding: 30px;
  visibility: visible;
  background-color: #FFFFFF;
  overflow: hidden;
  transition: 0.2s height ease-out;
}
.gridder-show .gridder-expanded-content h4 {
  margin-bottom: 8px;
}
.gridder-show .gridder-expanded-content .lead {
  margin-bottom: 10px;
  letter-spacing: inherit;
  text-transform: inherit;
  font-size: 2.2rem;
  font-family: "lato-bold", "lato", sans-serif;
}
.gridder-show .gridder-expanded-content p {
  font-size: 1.6rem;
  margin-bottom: 10px;
  max-width: 92%;
  line-height: 1.4;
  color: #646464;
}
.gridder-show .gridder-expanded-content p:last-child {
  margin-bottom: 0;
}
/**************************************************************************************************
 *
 *  @Section: Instagram
 *
***************************************************************************************************/
.instagram {
  text-align: center;
}
.instagram .instagram-icon {
  width: 32px;
  height: 32px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -1335px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 40px;
  height: 40px;
}
.instagram .lead {
  margin: 20px 0;
}
.instagram .line-small {
  width: 80px;
}
.instagram h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "lato-black", "lato", sans-serif;
}
.instagram .instagram-body,
.instagram .media-grid,
.instagram iframe {
  margin-top: 4%;
  padding: 0 60px;
  list-style-type: none;
}
.instagram .instagram-body:after,
.instagram .media-grid:after,
.instagram iframe:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.instagram .instagram-body li,
.instagram .media-grid li,
.instagram iframe li {
  float: left;
  width: 31.33%;
  max-height: 325px;
  margin-right: 3%;
  margin-bottom: 30px;
}
.instagram .instagram-body li:nth-child(3n+3),
.instagram .media-grid li:nth-child(3n+3),
.instagram iframe li:nth-child(3n+3) {
  margin-right: 0;
}
/**************************************************************************************************
 *
 *  @Section: Sidebar Nav
 *
***************************************************************************************************/
.sidebar-nav {
  display: none;
  width: 100%;
  max-width: 280px;
  position: absolute;
  top: 0;
}
.sidebar-nav.fixed {
  position: fixed;
  top: 65px;
}
.sidebar-nav.bottom {
  position: absolute;
  bottom: 60px;
  top: inherit;
}
.sidebar-nav ul {
  background: #FFFFFF;
  border-bottom: 6px solid #85319d;
  padding: 25px;
}
.sidebar-nav ul li {
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1.8rem;
  color: #919191;
  font-family: "lato-bold", "lato", sans-serif;
}
.sidebar-nav ul li.active {
  color: #000000;
}
/**************************************************************************************************
 *
 *  @Section: Questions & Feedback
 *
***************************************************************************************************/
.questions-feedback .container {
  padding-top: 0;
}
.questions-feedback .questions-feedback-container {
  text-align: center;
  padding: 40px 0;
  background-color: #FFFFFF;
}
.questions-feedback .questions-feedback-container h3 {
  margin: 0 0 30px;
}
.questions-feedback .questions-feedback-container p {
  font-size: 2.2rem;
  max-width: 70%;
  margin: auto;
}
.questions-feedback .questions-feedback-container p a {
  color: #FC4D50;
  font-family: "lato-bold", "lato", sans-serif;
}
.questions-feedback .questions-feedback-container .btn {
  margin: 30px 0 0;
}
/**************************************************************************************************
 *
 *  @Section: WYSIWYG Formatting
 *
***************************************************************************************************/
.content-formatted ul,
.content-formatted ol {
  padding-left: 40px;
  margin-bottom: 15px;
}
.content-formatted ul {
  list-style-type: disc;
}
.content-formatted ul li ul {
  list-style-type: circle;
}
.content-formatted ul li ul li ul {
  list-style-type: square;
}
.content-formatted ol {
  list-style-type: decimal;
}
/**************************************************************************************************
 *
 *  @Section: OlaPic Custom Styles
 *
***************************************************************************************************/
.olapic-section {
  margin-top: -11%;
}
.olapic-section.olapic-gallery {
  margin-top: -6%;
}
/**************************************************************************************************
 *
 *  @Section: Global Media Queries
 *
***************************************************************************************************/
@media only screen and (min-width: 1300px) {
  .hero .text-hero h1 + p {
    font-size: 4.5rem;
  }
  .hero.medium .text-hero h1 {
    font-size: 24rem;
  }
  .hero.medium .text-hero h1.hero-h1-small {
    font-size: 14rem;
  }
  .hero.small .text-hero h1 {
    font-size: 17rem;
  }
  .hero .hero-slider li .text-hero h1 {
    font-size: 42rem;
  }
  .quote-container .quote .quote-text > p {
    font-size: 3.2rem;
  }
  .quote-container .quote .quote-text > p.small {
    font-size: 2.6rem;
  }
  .quote-container.callout .quote .quote-text h3 {
    font-size: 4.5rem;
  }
  .quote-container.callout .quote .quote-text > p {
    font-size: 1.8rem;
  }
  .quote-container.callout .quote .quote-text .btn {
    font-size: 1.4rem;
  }
  .featured-residence .featured-container .featured-residence-body .residence-title {
    font-size: 18rem;
  }
  .other-residences .residences-teasers li .caption h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #scroll-top.bottom p {
    opacity: 1;
  }
}
@media (min-device-width: 800px) and (max-device-width: 1280px) {
  #scroll-top.bottom p {
    opacity: 1;
  }
}
@media only screen and (max-height: 700px) {
  .hero .text-hero .img-container img {
    max-height: 45vh;
  }
  .hero .text-hero p {
    margin: 20px auto 0;
  }
  .hero + .section-intro .container {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body.no-overflow {
    width: 100%;
  }
  h1 {
    font-size: 6.5rem;
  }
  h2 {
    font-size: 5rem;
  }
  h3 {
    font-size: 3.5rem;
  }
  h4 {
    font-size: 2.2rem;
  }
  .container {
    width: 90%;
    padding: 30px 0;
  }
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .modal-style {
    padding: 30px 20px;
  }
  .modal-style .intro-text {
    font-size: 1.8rem;
  }
  .modal-style ul li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-style ul li:nth-child(odd) {
    margin-right: 0;
  }
  .modal-style ul li:last-child {
    margin-bottom: 0;
  }
  .modal-style ul li span {
    color: #FC4D50;
  }
  .btn.yellow:hover {
    background: #FFC600;
  }
  .btn.red:hover {
    background: #FC4D50;
  }
  .btn.green:hover {
    background: #27A05B;
  }
  .btn.blue:hover {
    background: #05abc2;
  }
  .btn.purple:hover {
    background: #85319d;
  }
  .btn.teal:hover {
    background: #07BEA3;
  }
  .btn.transparent:hover {
    background: transparent;
    color: #FFFFFF;
  }
  form .form-group .half-left + label.error {
    top: 54px;
  }
  form .form-group .half-right + label.error {
    left: 0;
  }
  form .form-group .form-row.multiple-radio-row .red-radio-btn {
    margin-bottom: 0;
  }
  form input[type='text'],
  form input[type='email'],
  form input[type='password'],
  form input[type='zip'],
  form input[type='number'],
  form input[type='tel'],
  form input[type='date'],
  form textarea {
    outline: none;
  }
  form input[type='text']:focus,
  form input[type='email']:focus,
  form input[type='password']:focus,
  form input[type='zip']:focus,
  form input[type='number']:focus,
  form input[type='tel']:focus,
  form input[type='date']:focus,
  form textarea:focus,
  form input[type='text']:hover,
  form input[type='email']:hover,
  form input[type='password']:hover,
  form input[type='zip']:hover,
  form input[type='number']:hover,
  form input[type='tel']:hover,
  form input[type='date']:hover,
  form textarea:hover,
  form input[type='text']:active,
  form input[type='email']:active,
  form input[type='password']:active,
  form input[type='zip']:active,
  form input[type='number']:active,
  form input[type='tel']:active,
  form input[type='date']:active,
  form textarea:active {
    outline: none;
  }
  form input[type='text'].half-left,
  form input[type='email'].half-left,
  form input[type='password'].half-left,
  form input[type='zip'].half-left,
  form input[type='number'].half-left,
  form input[type='tel'].half-left,
  form input[type='date'].half-left,
  form textarea.half-left,
  form input[type='text'].half-right,
  form input[type='email'].half-right,
  form input[type='password'].half-right,
  form input[type='zip'].half-right,
  form input[type='number'].half-right,
  form input[type='tel'].half-right,
  form input[type='date'].half-right,
  form textarea.half-right {
    float: none;
    width: 100%;
  }
  form input[type='text'].half-left,
  form input[type='email'].half-left,
  form input[type='password'].half-left,
  form input[type='zip'].half-left,
  form input[type='number'].half-left,
  form input[type='tel'].half-left,
  form input[type='date'].half-left,
  form textarea.half-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  form .red-radio-btn span {
    font-size: 3vw;
  }
  form .red-radio-btn span:hover {
    background-color: transparent;
    color: #FC4D50;
  }
  #scroll-top {
    position: absolute;
  }
  #scroll-top:before {
    position: relative;
    top: 5px;
  }
  #scroll-top.bottom p {
    opacity: 1;
  }
  .content-arrows {
    height: 5vh;
  }
  .content-arrows .border {
    border-bottom: 5vh solid #FFFFFF;
  }
  .content-arrows.opposite .border {
    border-top: 5vh solid transparent;
  }
  .content-arrows.map-arrow {
    top: -1px;
  }
  .content-arrows.map-arrow .border.arrow-left {
    border-left: 51vw solid #ec3f42;
  }
  .content-arrows.map-arrow .border.arrow-right {
    border-right: 51vw solid #ec3f42;
  }
  .content-arrow {
    height: 5vh;
    border-bottom: 5vh solid #FFFFFF;
  }
  .content-arrow.map-arrow {
    border-bottom: 5vh solid transparent;
  }
  .content-arrow.inverse {
    border-top: 5vh solid #FFFFFF;
  }
  .content-arrow.opposite {
    border-top: 5vh solid transparent;
  }
  .hero.large {
    max-height: 350px;
  }
  .hero.medium {
    height: 80vw;
  }
  .hero.small {
    height: 60vw;
  }
  .hero .text-hero p {
    font-size: 2rem;
    font-size: 5vw;
  }
  .hero .text-hero h1 + p {
    font-size: 2rem;
    font-size: 5vw;
  }
  .hero .hero-slider {
    height: auto;
  }
  .hero .hero-slider li {
    height: 50vh;
  }
  .hero .hero-arrow {
    display: none;
  }
  .section-intro .container {
    width: 90%;
    padding: 40px 0;
  }
  .section-intro .container h3 {
    font-size: 3rem;
  }
  .section-intro .container h2 {
    font-size: 2.5rem;
  }
  .section-intro .container p {
    font-size: 1.8rem;
  }
  .section-intro .arrow {
    font-size: 1.4rem;
  }
  .quote-container {
    height: auto;
    min-height: inherit;
    max-height: inherit;
  }
  .quote-container .quote-image {
    display: none;
  }
  .quote-container .quote {
    width: 100%;
    float: none;
  }
  .quote-container .quote .quote-text {
    top: inherit;
    left: inherit;
    transform: none;
    position: relative;
    width: 60%;
    padding: 40px 0;
    margin: auto;
  }
  .quote-container .quote .quote-text:before {
    width: 150%;
    left: -155%;
    top: 24px;
  }
  .quote-container .quote .quote-text > p {
    font-size: 4.5vw;
    line-height: 1.3;
  }
  .quote-container .quote .quote-text > p.small {
    font-size: 3.5vw;
  }
  .quote-container .quote .quote-text .quote-student,
  .quote-container .quote .quote-text .quote-college {
    font-size: 1.4rem;
  }
  .quote-container .quote:before {
    width: 24%;
    height: 34%;
  }
  .quote-container.callout {
    height: auto;
    max-height: inherit;
    text-align: center;
  }
  .quote-container.callout .quote {
    padding: 50px 5%;
  }
  .quote-container.callout .quote-text {
    position: relative;
    padding-top: 0;
    transform: none;
    top: inherit;
    left: inherit;
    width: 100%;
  }
  .quote-container.callout .quote-text .line-small {
    margin: 10px auto;
  }
  .quote-container.callout .quote-text h3 {
    font-size: 3.5rem;
  }
  .quote-container.callout .quote-text > p {
    font-size: 1.8rem;
    font-family: "lato", sans-serif;
  }
  .quote-container.callout .quote-text .btn {
    font-size: 1.4rem;
  }
  #searchbox .container {
    width: 93%;
  }
  #searchbox form input {
    font-size: 1.8rem;
  }
  .map {
    background-image: url(https://studenthousing.imgix.net/img/bg-map-mobile.jpg);
    padding-bottom: 72%;
    padding-top: inherit;
    overflow: hidden;
  }
  .map .map-text {
    width: 65%;
    top: 15%;
    left: 10%;
  }
  .map .map-text h5 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .map .map-text p {
    font-size: 1.8rem;
  }
  .other-residences .container {
    width: 100%;
    padding: 0;
  }
  .other-residences h3 {
    display: none;
  }
  .other-residences .residences-teasers li {
    float: none;
    display: block;
    width: 100%;
    padding-bottom: 67%;
    margin: 0 0 3px;
  }
  .other-residences .residences-teasers li:last-child {
    margin-bottom: 0;
  }
  .other-residences .residences-teasers li:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
  .other-residences .residences-teasers li .caption {
    width: 100%;
  }
  .other-residences .residences-teasers li .caption h2 {
    font-size: 16.5rem;
    font-size: 18.5vw;
  }
  .other-residences .residences-teasers li .caption .lead {
    margin-bottom: 20px;
  }
  .other-residences .residences-teasers li .caption .links:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
  }
  .other-residences .residences-teasers li .caption .links .btn {
    display: inline-block;
    padding: 13px 5vw;
  }
  .other-residences .residences-teasers li .caption .links .btn.first {
    margin-right: 5%;
  }
  .other-residences .residences-teasers li a:hover:after {
    display: none;
  }
  .other-residences .residences-teasers li a img {
    top: 0;
    left: 0;
    transform: none;
  }
  .featured-residence {
    margin: 0;
  }
  .featured-residence .container {
    width: 100%;
    padding: 0;
  }
  .featured-residence .container .featured-container {
    padding-bottom: 67%;
    margin-bottom: 4px;
  }
  .featured-residence .container .featured-container:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
  .featured-residence .container .featured-container .featured-residence-body {
    z-index: 2;
  }
  .featured-residence .container .featured-container .featured-residence-body .lead,
  .featured-residence .container .featured-container .featured-residence-body .line-small {
    display: none;
  }
  .featured-residence .container .featured-container .featured-residence-body .residence-title {
    font-size: 16.5rem;
    font-size: 17vw;
  }
  .featured-residence .container .featured-container .featured-residence-body .links:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
  }
  .featured-residence .container .featured-container .featured-residence-body .links .btn {
    display: inline-block;
    padding: 13px 5vw;
  }
  .featured-residence .container .featured-container .featured-residence-body .links .btn:first-child {
    margin-right: 5%;
  }
  .featured-residence .container .featured-container .featured-residence-body h2 {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: 4px;
    font-family: "lato-black", "lato", sans-serif;
  }
  .featured-residence .container .featured-info {
    display: none;
  }
  .featured-residence + .quote-container {
    display: none;
  }
  .press-releases .press-item {
    float: none;
    width: 100%;
    min-height: inherit;
  }
  .press-releases .press-item.featured .img-container,
  .press-releases .press-item.featured .press-item-content {
    float: none;
    width: 100% !important;
  }
  .press-releases .press-item.featured .press-item-content .description-teaser {
    display: none;
  }
  .accordion-container .accordion-item h4 {
    font-size: 2rem;
    max-width: 90%;
  }
  .accordion-container .accordion-item h4:after {
    right: -5%;
  }
  .accordion-container .accordion-item .options-container .btn {
    float: none;
    width: 100%;
    margin: 10px 0 0;
  }
  .accordion-container .accordion-item .faq-text a {
    display: inline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .gallery-container .bx-wrapper:nth-child(2) .bx-controls {
    display: none;
  }
  .liveperson-container {
    right: auto;
    bottom: 175px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .liveperson-container #lpEHSChatBtnHere .LPMcontainer {
    padding: 13px 30px;
    color: #000000;
    background-color: #FFFFFF;
    font-size: 1.6rem;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }
  .have-more-questions .container p {
    font-size: 1.8rem;
  }
  .sticky-options {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    z-index: 21;
    transition: all 0.2s ease-out;
  }
  .sticky-options.fade {
    opacity: 0;
  }
  .sticky-options a {
    float: left;
    border-radius: 0;
    font-size: 1.4rem;
  }
  .sticky-options a:first-child {
    width: 60%;
  }
  .sticky-options a:last-child {
    width: 40%;
    background: rgba(0, 0, 0, 0.8);
  }
  .sticky-options a:last-child:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .sticky-options a:last-child span {
    position: relative;
    top: -2px;
  }
  .sticky-options a:last-child span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    margin: auto;
    width: 100%;
    height: 3px;
    background-color: #FFFFFF;
  }
  .privacy-policy .content .container {
    width: 90%;
  }
  .team ul {
    background-color: #FFFFFF;
  }
  .team ul li {
    float: none;
    width: 100%;
    padding-bottom: 100%;
    margin-top: 20px;
  }
  .team ul li.more,
  .team ul li.less {
    margin: 20px 0 0 !important;
    color: #FFFFFF;
  }
  .team ul li:before {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .team ul li:first-child {
    margin-top: 0;
  }
  .team ul li.selectedItem {
    cursor: default;
  }
  .team ul li.selectedItem:before {
    visibility: hidden;
  }
  .team ul li.selectedItem .rollover-text {
    display: none;
  }
  .team ul li img {
    position: relative;
  }
  .team ul li .rollover-text {
    display: block;
  }
  .sidebar-nav {
    width: 100% !important;
    padding: 20px 5%;
    background-color: #FFFFFF;
    border-bottom: 1px solid #ECECEC;
    max-width: inherit;
    z-index: 10;
  }
  .sidebar-nav.expanded ul {
    max-height: 1000px;
    overflow: auto;
  }
  .sidebar-nav.fixed {
    width: 100%;
  }
  .sidebar-nav .current-category {
    font-size: 2rem;
    display: inline-block !important;
    color: #919191;
  }
  .sidebar-nav .current-category:after {
    content: '';
    margin-left: 10px;
    background-position: 0px -120px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 23px;
    height: 18px;
    background-image: url('https://studenthousing.imgix.net/img/sprite.png');
    display: inline-block;
    vertical-align: middle;
  }
  .sidebar-nav ul {
    padding: 0;
    border-bottom: none;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-out;
  }
  .sidebar-nav ul li {
    font-size: 2rem;
  }
  .sidebar-nav ul li:first-child:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
  }
  .questions-feedback .container {
    width: 100%;
    padding: 0;
  }
  .questions-feedback .questions-feedback-container {
    padding: 40px 5%;
  }
  .questions-feedback .questions-feedback-container p {
    max-width: 100%;
  }
  .olapic-section {
    margin-top: -2%;
  }
  .olapic-section.olapic-gallery {
    margin-top: -10%;
  }
  .olapic-section.olapic-gallery.press-item-content {
    margin: 0 0 30px 0;
  }
}
.yotpo-display-wrapper {
  width: 100%;
  max-width: inherit !important;
}
.yotpo-pictures-gallery-title {
  display: none;
}
@media only screen and (max-width: 320px) {
  .sticky-options a:first-child,
  .sticky-options a:last-child {
    width: 50%;
  }
  .sticky-options a,
  .sticky-options span {
    font-size: 1.3rem;
  }
}
/**************************************************************************************************
 *
 *  @Section: Header & Nav Styles
 *
***************************************************************************************************/
header {
  position: fixed;
  z-index: 25;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  height: 65px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  transition: all 0.2s ease-out;
}
header.top {
  top: 0 !important;
}
header.student-life-header {
  height: 80px;
}
header.student-life-header.scrolling .header-logo {
  background-image: url(https://studenthousing.imgix.net/img/logo-ehs-sl-yellow.png);
}
header.student-life-header.scrolling .header-logo-container p {
  color: #FFC600;
}
header.student-life-header.scrolling .nav-right li.nav-residence.active:after {
  background-color: #ECECEC;
}
header.student-life-header.scrolling .nav-right li.nav-residence p {
  color: #000000;
}
header.student-life-header.scrolling .nav-right li.nav-residence p:before {
  background-color: #000000;
}
header.student-life-header.scrolling .nav-right li.nav-residence p:after {
  background-position: 0px -69px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 17px;
  display: inline-block;
}
header.student-life-header .header-logo-container {
  float: left;
}
header.student-life-header .header-logo-container a.active:after {
  display: none;
}
header.student-life-header .header-logo-container p {
  font-size: 1.9rem;
  color: #FFFFFF;
  font-family: "leitura-news", serif;
  transition: 0.5s 0.2s ease-out;
}
header.student-life-header .header-logo {
  width: 105px;
  height: 57px;
  background-image: url(https://studenthousing.imgix.net/img/logo-ehs-sl-white.png);
}
header.student-life-header ul li a {
  padding: 25px 0;
}
header.student-life-header .nav-right li {
  margin-right: 20px;
  vertical-align: middle;
}
header.student-life-header .nav-right li.nav-residence {
  position: relative;
}
header.student-life-header .nav-right li.nav-residence.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8px;
  width: 100%;
  width: calc(100% - 45px);
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 1024px) {
  header.student-life-header .nav-right li.nav-residence:hover .residence-subnav {
    max-height: 500px;
  }
}
header.student-life-header .nav-right li.nav-residence p {
  position: relative;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 18px 0;
  letter-spacing: 1px;
  cursor: pointer;
  color: #FFFFFF;
  font-family: "lato-bold", "lato", sans-serif;
  transition: color 0.2s ease-out;
}
header.student-life-header .nav-right li.nav-residence p:hover {
  color: #FFC600;
}
header.student-life-header .nav-right li.nav-residence p:before {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block;
  width: 2px;
  height: 14px;
  margin-right: 20px;
  background-color: #FFFFFF;
  transition: all 0.2s ease-out;
}
header.student-life-header .nav-right li.nav-residence p:after {
  content: '';
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -35px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 17px;
  display: inline-block;
  margin-left: 10px;
}
header.student-life-header .nav-right li.nav-residence .residence-subnav {
  position: absolute;
  right: 0;
  text-align: left;
  overflow: hidden;
  max-height: 0;
  background-color: #FFFFFF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  transition: 0.5s 0.2s ease-out;
}
header.student-life-header .nav-right li.nav-residence .residence-subnav li {
  display: block;
  margin: 0;
}
header.student-life-header .nav-right li.nav-residence .residence-subnav li:first-child {
  border-top: 1px solid #ECECEC;
}
header.student-life-header .nav-right li.nav-residence .residence-subnav li:last-child {
  border-bottom: 1px solid #ECECEC;
}
header.student-life-header .nav-right li.nav-residence .residence-subnav li a {
  width: 100%;
  padding: 10px 20px;
  white-space: nowrap;
  font-size: 1.5rem;
  letter-spacing: 0;
  text-transform: inherit;
  color: #000000;
}
header.student-life-header .nav-right li.nav-residence .residence-subnav li a:hover {
  color: #FFFFFF;
  background-color: #FFC600;
}
header.student-life-header .nav-right li.nav-residence .residence-subnav li a.active {
  display: none;
}
header.student-life-header .nav-right li:last-child {
  margin-right: 0;
}
header.scrolling {
  background: #FFFFFF;
  filter: none;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
header.scrolling .header-logo {
  background: url('https://studenthousing.imgix.net/img/logo-ehs-yellow.png') no-repeat center;
  background-size: contain;
}
header.scrolling .btn-container .btn {
  color: #FFFFFF;
}
header.scrolling .phone-btn {
  position: relative;
  cursor: pointer;
  top: 18px;
  margin-left: 20px;
}
header.scrolling .phone-btn .phone-icon {
  background-position: 0px -1151px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 28px;
}
header.scrolling .phone-btn:after {
  border-bottom: 10px solid #FFC600;
}
header.scrolling .phone-btn .phone-tooltip {
  background-color: #FFC600;
}
header.scrolling .search-btn .search-icon {
  background-position: 0px -630px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 26px;
  height: 26px;
}
header.scrolling ul li a {
  color: #383838;
}
header.scrolling ul li a.active:after {
  background-color: #ECECEC;
}
header.scrolling ul.nav-right .nav-book.nav-active {
  color: #FFC600;
}
header.scrolling ul.nav-right .nav-book.nav-active:after {
  background-color: #FFC600;
}
header.scrolling ul.nav-right .nav-book:after {
  background-color: #000000;
}
header.scrolling ul.nav-right .nav-request.nav-active {
  background-color: #fab600;
}
header.scrolling .open-mobile-nav {
  color: #383838;
}
header.scrolling .open-mobile-nav .bar {
  background-color: #383838;
}
header .container {
  width: 97%;
  padding: 0;
  margin: 6px auto;
  max-width: inherit;
}
header .mobile-nav-container {
  display: none;
}
header .header-logo {
  position: relative;
  top: 4px;
  float: left;
  background: url('https://studenthousing.imgix.net/img/logo-ehs-white.png') no-repeat top;
  padding-top: 0;
  display: block;
  width: 110px;
  height: 38px;
  background-size: contain;
  transition: 0.5s 0.2s ease-out;
}
header .header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .nav-container:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
header ul.nav-left {
  float: left;
  margin-left: 20px;
}
header ul.nav-left li {
  margin-right: 20px;
}
header ul.nav-left li:last-child {
  margin-right: 0;
}
header ul.nav-left .mobile {
  display: none;
}
header ul.nav-right {
  float: right;
}
header ul.nav-right .phone-text {
  margin-left: 15px;
}
header ul.nav-right .phone-btn {
  display: none;
}
header ul.nav-right .nav-book:after {
  content: '';
  position: absolute;
  bottom: 14px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #FFFFFF;
  transition: all 0.2s ease-out;
}
header ul li {
  display: inline-block;
}
header ul li a {
  position: relative;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 18px 0;
  letter-spacing: 1px;
  color: #FFFFFF;
  font-family: "lato-bold", "lato", sans-serif;
  transition: all 0.2s ease-out;
}
header ul li a.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}
header ul li a:hover,
header ul li a:focus {
  color: #FFC600;
}
header .btn-container {
  vertical-align: top;
  margin-left: 10px;
  margin-top: 8px;
}
header .btn-container .btn {
  font-size: 1.4rem;
  padding: 11px 24px;
}
header .btn-container .btn:not(:first-child) {
  margin-left: 10px;
}
header .btn-container .btn:hover {
  color: #FFFFFF;
}
header .phone-btn {
  position: relative;
  cursor: pointer;
  top: 18px;
  margin-left: 20px;
}
header .phone-btn .phone-icon {
  padding: 0;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -1011px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 28px;
  transition: none;
}
header .phone-btn .phone-icon:hover {
  background-position: 0px -1151px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 28px;
}
header .phone-btn:hover:after {
  opacity: 1;
  visibility: visible;
}
header .phone-btn:hover .phone-tooltip {
  opacity: 1;
  visibility: visible;
}
header .phone-btn:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  padding-top: 40%;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  transition: all 0.2s ease-out;
}
header .phone-btn .phone-tooltip {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 30vw;
  max-width: 205px;
  top: 175%;
  right: -40px;
  background-color: #FFFFFF;
  padding: 10px;
  transition: all 0.2s ease-out;
}
header .phone-btn .phone-tooltip p a {
  padding: 0;
  color: #FC4D50;
}
header .phone-btn .phone-tooltip p a:hover {
  color: #ec3f42;
}
header .search-btn {
  position: relative;
  top: 4px;
  margin-left: 20px;
}
header .search-btn .search-icon {
  padding: 0;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -682px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 26px;
  height: 26px;
  transition: none;
}
header .search-btn .search-icon:hover {
  background-position: 0px -630px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 26px;
  height: 26px;
}
header .open-mobile-nav {
  display: none;
}
/**************************************************************************************************
 *
 *  @Section: Media Queries
 *
***************************************************************************************************/
@media only screen and (max-width: 1150px) {
  header ul.nav-left li {
    margin-right: 10px;
  }
  header ul li a {
    font-size: 1.25rem;
    padding: 20px 0;
  }
  header ul li.btn-container .btn {
    padding: 11px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  header.student-life-header {
    height: 65px;
  }
  header.student-life-header.scrolling .header-logo {
    background: url(https://studenthousing.imgix.net/img/logo-ehs-yellow.png) no-repeat top;
    background-size: contain;
  }
  header.student-life-header .header-logo {
    width: 90px;
    height: 32px;
    background: url(https://studenthousing.imgix.net/img/logo-ehs-white.png);
    background-size: contain;
  }
  header.student-life-header.open .nav-container ul li p {
    font-size: 6rem;
    font-size: 5vh;
    padding: 2.4vh 0;
    font-family: "leitura-news", serif;
    text-transform: capitalize;
    width: 100%;
    color: #000000;
  }
  header.student-life-header ul.mobile-nav-container {
    width: 93.5% !important;
  }
  header.student-life-header ul.mobile-nav-container li:last-child {
    position: absolute;
    top: 10px;
    right: 0;
    margin: auto;
  }
  header.student-life-header ul li a {
    padding: 0;
  }
  header.student-life-header .header-logo-container.desktop {
    display: none;
  }
  header.student-life-header .header-logo-container .header-logo {
    margin: 0;
    top: inherit;
  }
  header.student-life-header .header-logo-container p {
    display: none;
  }
  header.student-life-header .nav-right li.nav-residence p:before {
    display: none;
  }
  header.student-life-header .nav-right li.nav-residence p:after {
    width: 18px;
    max-height: 40px;
    height: 5vh;
    background-image: url(https://studenthousing.imgix.net/img/dropdown-black.png);
    margin-left: 20px;
    background-size: contain;
    vertical-align: middle;
    background-position: inherit;
  }
  header.student-life-header .nav-right li.nav-residence.open .residence-subnav {
    max-height: 500px;
  }
  header.student-life-header .nav-right li.nav-residence .residence-subnav {
    position: relative;
  }
  header.student-life-header .nav-right li.nav-residence .residence-subnav li {
    text-align: center;
    border: none !important;
  }
  header.student-life-header .nav-right li.nav-residence .residence-subnav li a {
    font-size: 1.7rem;
    font-size: 2.9vh;
    padding: 1.5vh 20px;
    text-transform: uppercase;
    font-family: "lato-bold", "lato", sans-serif;
  }
  header .container {
    width: 100%;
    padding: 10px 0;
    margin: auto;
  }
  header .mobile-nav-container {
    position: relative;
    display: block;
  }
  header .mobile-nav-container.left,
  header .mobile-nav-container.right {
    width: 46.5%;
  }
  header .mobile-nav-container.left {
    float: left;
    left: 3.5%;
  }
  header .mobile-nav-container.right {
    float: right;
    text-align: right;
    right: 3.5%;
  }
  header .mobile-nav-container li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  header .mobile-nav-container li:last-child {
    margin-right: 0;
  }
  header .mobile-nav-container li a {
    vertical-align: middle;
    padding: 18px 0;
  }
  header .search-icon {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    top: 12px;
    padding: 0 !important;
    background-image: url(https://studenthousing.imgix.net/img/search-mobile.png);
    background-size: contain;
  }
  header .phone {
    position: relative;
    display: block;
    top: 12px;
    padding: 0 !important;
    background-image: url(https://studenthousing.imgix.net/img/mobile-phone.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 25px;
  }
  header.scrolling,
  header.open {
    background-color: #FFFFFF;
  }
  header.scrolling .header-logo,
  header.open .header-logo {
    background: url('https://studenthousing.imgix.net/img/logo-ehs-yellow.png') no-repeat center;
    background-size: contain;
  }
  header.scrolling .open-mobile-nav,
  header.open .open-mobile-nav {
    color: #FFFFFF;
  }
  header.scrolling .open-mobile-nav .bar,
  header.open .open-mobile-nav .bar {
    background-color: #FFC600;
  }
  header.scrolling .search-icon,
  header.open .search-icon {
    background-image: url(https://studenthousing.imgix.net/img/search-mobile-yellow.png);
    background-size: contain;
    z-index: 20;
  }
  header.scrolling .phone,
  header.open .phone {
    background-image: url(https://studenthousing.imgix.net/img/mobile-phone-yellow.png);
    background-size: contain;
    z-index: 20;
  }
  header.scrolling ul li a {
    color: #FFFFFF;
  }
  header.open {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  }
  header.open .nav-container {
    background-color: rgba(255, 255, 255, 0.94);
    visibility: visible;
  }
  header.open .nav-container ul {
    top: 0;
    visibility: visible;
    opacity: 1;
    /* margin-top: 0; */
    transform: perspective(600px) rotateX(0deg);
  }
  header.open .nav-container ul li a {
    color: #000000;
  }
  header .header-logo {
    position: relative;
    width: 90px;
    height: 32px;
    top: -5px;
    z-index: 10;
    transition: none;
  }
  header .header-logo.desktop {
    display: none;
  }
  header .nav-container {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    padding: 62px 0 0;
    top: 0px;
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    background: none;
    transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  }
  header .nav-container ul {
    text-align: center;
    position: relative;
    visibility: hidden;
    top: -10%;
    width: 100%;
    padding: 0;
    opacity: 0;
    transform: perspective(600px) rotateX(10deg);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
  }
  header .nav-container ul.nav-left,
  header .nav-container ul.nav-right {
    margin-top: 20px;
    float: none;
    margin: 0;
  }
  header .nav-container ul.nav-left li,
  header .nav-container ul.nav-right li {
    margin: 0;
  }
  header .nav-container ul.nav-left .btn-container,
  header .nav-container ul.nav-right .btn-container {
    width: 90%;
    margin: 20px auto;
  }
  header .nav-container ul.nav-left .btn-container .btn,
  header .nav-container ul.nav-right .btn-container .btn {
    font-size: 6rem;
    font-size: 4vh;
    font-family: "leitura-news", serif;
    text-transform: capitalize;
    padding: 1.5vh 0;
    letter-spacing: 1px;
    margin: 0;
    color: #FFFFFF;
  }
  header .nav-container ul.nav-left .btn-container .btn.nav-request,
  header .nav-container ul.nav-right .btn-container .btn.nav-request {
    padding: 3vh 0;
  }
  header .nav-container ul.nav-right .phone-text {
    display: none;
  }
  header .nav-container ul.nav-right .nav-book {
    width: auto;
  }
  header .nav-container ul.nav-right .nav-book:after {
    height: 4px;
    background-color: #000000;
  }
  header .nav-container ul.nav-right li a.nav-request.active {
    background-color: #fab600;
  }
  header .nav-container ul.nav-right li a.nav-book.active {
    background-color: rgba(230, 230, 230, 0.9);
    width: 100%;
  }
  header .nav-container ul li {
    float: none;
    display: block;
  }
  header .nav-container ul li a {
    font-size: 6rem;
    font-size: 5vh;
    padding: 3vh 0;
    font-family: "leitura-news", serif;
    text-transform: capitalize;
    width: 100%;
  }
  header .nav-container ul li a.active {
    background-color: rgba(230, 230, 230, 0.9);
  }
  header .nav-container ul li a.active:after {
    display: none;
  }
  header .open-mobile-nav {
    position: relative;
    display: block;
    color: #FFFFFF;
    z-index: 10;
    cursor: pointer;
  }
  header .open-mobile-nav .bar {
    background-color: #FFFFFF;
    display: block;
    width: 25px;
    height: 3px;
    margin-top: 3px;
    transition: all 0.2s ease-out;
  }
  header .open-mobile-nav .bar:first-child {
    margin-top: 0;
  }
  header .open-mobile-nav.open .bar:first-child {
    transform: rotate(45deg) translate3d(3px, 6px, 0);
  }
  header .open-mobile-nav.open .bar:nth-child(2) {
    opacity: 0;
  }
  header .open-mobile-nav.open .bar:last-child {
    transform: rotate(-45deg) translate3d(3px, -6px, 0);
  }
}
/**************************************************************************************************
 *
 *  @Section: Home Page Styles
 *
***************************************************************************************************/
.home-page .hero.large {
  height: 100vh;
  max-height: inherit;
}
.home-page .hero .text-hero {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.home-page .section-intro .container {
  padding: 150px 0;
}
.home-page .image-collage .collage-container .collage-row {
  height: 30vw;
  max-height: 260px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.home-page .image-collage .collage-container .collage-row li {
  height: 100%;
}
.home-page .image-collage .collage-container .collage-row li .left-images,
.home-page .image-collage .collage-container .collage-row li .right-images {
  float: left;
  height: 100%;
}
.home-page .image-collage .collage-container .collage-row .div-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
}
.home-page .image-collage .collage-container .collage-row.row-1 .left-images {
  width: 70%;
}
.home-page .image-collage .collage-container .collage-row.row-1 .right-images {
  width: 30%;
}
.home-page .image-collage .collage-container .collage-row.row-1 .right-images .div-image {
  height: 50%;
}
.home-page .image-collage .collage-container .collage-row.row-2 li {
  float: left;
}
.home-page .image-collage .collage-container .collage-row.row-2 li:first-child,
.home-page .image-collage .collage-container .collage-row.row-2 li:nth-child(2) {
  width: 20%;
}
.home-page .image-collage .collage-container .collage-row.row-2 li:last-child {
  width: 60%;
}
.home-page .image-collage .collage-container .quote-container .content-arrows {
  display: none;
}
.home-page .quote-container .quote .quote-text {
  top: 40%;
}
.home-page .map {
  width: 100%;
  height: 0;
  padding: 0 0 45%;
  margin-top: -7vw;
  overflow: inherit;
}
.home-page .map .map-text {
  top: 20%;
}
.home-page .map svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .home-page .map svg {
    display: none;
  }
}
.home-page .map svg g {
  cursor: pointer;
}
.home-page .map svg g path {
  stroke: transparent;
  transition: all 0.2s ease-out;
}
.home-page .map svg g path {
  fill: transparent;
}
.home-page .map svg g g path {
  stroke: transparent !important;
}
.home-page .map svg g g path.st3 {
  fill: #05abc2;
}
.home-page .map svg g g path.st4 {
  fill: #FFFFFF !important;
}
.home-page .map svg g g path.st5 {
  fill: #FFC600;
}
.home-page .map svg g g path.st6 {
  fill: #07BEA3;
}
.home-page .map svg .uptown:hover path {
  stroke: #05ABC2;
}
.home-page .map svg .uptown:hover g path {
  fill: #01839f;
}
.home-page .map svg .midtown:hover path {
  stroke: #FFC601;
}
.home-page .map svg .midtown:hover g path {
  fill: #fab600;
}
.home-page .map svg .downtown:hover path {
  stroke: #06BEA3;
}
.home-page .map svg .downtown:hover g path {
  fill: #019B87;
}
.home-page .map .region-modal {
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  z-index: 20;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
.home-page .map .region-modal.active {
  visibility: visible;
  opacity: 1;
}
.home-page .map .region-modal .modal-content {
  position: relative;
  cursor: default;
  margin: auto;
  width: 80vw;
  max-width: 950px;
  padding: 40px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  border-bottom: 9px solid #FFC600;
  background-color: #FFFFFF;
  transition: all 0.2s ease-out;
}
.home-page .map .region-modal .modal-content:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.home-page .map .region-modal .modal-content .close-loc {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 10;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 21px;
}
.home-page .map .region-modal .modal-content .close-loc:hover {
  background-position: 0px -491px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 21px;
}
.home-page .map .region-modal .modal-content h4 {
  margin-bottom: 40px;
}
.home-page .map .region-modal .modal-content .building-list {
  position: relative;
}
.home-page .map .region-modal .modal-content .building-list:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.home-page .map .region-modal .modal-content .building-list li {
  position: relative;
  float: left;
  width: 48%;
  margin-bottom: 40px;
}
.home-page .map .region-modal .modal-content .building-list li:nth-child(odd) {
  margin-right: 4%;
  clear: both;
}
.home-page .map .region-modal .modal-content .building-list li:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.home-page .map .region-modal .modal-content .building-list li .building-image,
.home-page .map .region-modal .modal-content .building-list li .building-info {
  float: left;
}
.home-page .map .region-modal .modal-content .building-list li .building-image {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 30%;
  padding-bottom: 30%;
}
.home-page .map .region-modal .modal-content .building-list li .building-image img {
  width: auto;
  min-width: 100%;
  min-height: 101%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.home-page .map .region-modal .modal-content .building-list li .building-info {
  width: 70%;
  padding: 20px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-page .map .region-modal .modal-content .building-list li .building-info .lead {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.home-page .map .region-modal .modal-content .building-list li .building-info h6 {
  line-height: 0.8;
  font-size: 2.3vw;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "league-gothic", sans-serif;
}
.home-page .map .region-modal .modal-content .building-list li .building-info p {
  margin-bottom: 15px;
}
.home-page .map .region-modal .modal-content .building-list li .building-info a {
  display: block;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
  font-family: "lato-black", "lato", sans-serif;
}
.home-page .map .region-modal .modal-content .btn-container {
  text-align: center;
}
.home-page .our-community {
  height: 100vh;
  max-height: 700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url(https://studenthousing.imgix.net/img/community.jpg?auto=format&lossless=false&fm=webp,jpeg&q=80);
}
.home-page .our-community a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-page .our-community .community-body {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.home-page .our-community .community-body h2 {
  text-transform: uppercase;
  font-size: 21rem;
  font-size: 15.5vw;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-family: "league-gothic", sans-serif;
}
/**************************************************************************************************
 *
 *  @Section: Global Media Queries
 *
***************************************************************************************************/
@media only screen and (min-width: 1300px) {
  .home-page .map .region-modal .modal-content .building-list li .building-info h6 {
    font-size: 3.4rem;
  }
  .home-page .our-community .community-body h2 {
    font-size: 21rem;
  }
}
@media only screen and (max-width: 1024px) {
  .home-page .section-intro .container {
    width: 70%;
    padding: 100px 0;
  }
  .home-page .map .map-text h5 {
    font-size: 4.5vw;
  }
  .home-page .map .map-text p {
    font-size: 2vw;
  }
  .home-page .map .region-modal .modal-content .building-list li .building-info .lead,
  .home-page .map .region-modal .modal-content .building-list li .building-info p,
  .home-page .map .region-modal .modal-content .building-list li .building-info a {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .home-page .section-intro,
  .home-page .image-collage,
  .home-page .quote {
    display: none;
  }
  .home-page .hero.large {
    max-height: 50vh;
  }
  .home-page .hero .content-arrow {
    display: none;
  }
  .home-page .section-intro .container {
    padding: 40px 0;
  }
  .home-page .map {
    margin-top: 0;
    padding-bottom: 72%;
  }
  .home-page .map .map-text {
    left: 10%;
  }
  .home-page .map .map-text h5 {
    font-size: 3rem;
  }
  .home-page .map .map-text p {
    font-size: 1.6rem;
  }
  .home-page .map .region-modal {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .home-page .map .map-text {
    width: 75%;
  }
}
/**************************************************************************************************
 *
 *  @Section: About Us Page Styles
 *
***************************************************************************************************/
.about {
  background-color: #ECECEC;
}
.about .hero {
  background-image: url(https://studenthousing.imgix.net/img/hero-about.jpg?auto=format&lossless=false&fm=webp,jpeg&q=80);
}
.about .hero .content-arrow {
  border-bottom: 10px solid #ECECEC;
}
.about .section-intro {
  background-color: #ECECEC;
}
.about .section-intro + .team > .container {
  padding-top: 0;
}
.about .team .grid {
  display: none;
  transition: all 0.2s ease-out;
}
.about .content-arrow.opposite {
  border-left: 50.05vw solid #ECECEC;
  border-right: 50.05vw solid #ECECEC;
}
.about .press-releases .press-item-container:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.about .press-releases .press-item {
  float: left;
  width: 48.5%;
  margin-right: 3%;
}
.about .press-releases .press-item:last-child {
  margin-right: 0;
}
.about .press-releases .press-item.featured {
  width: 100%;
  margin-right: 0;
}
/**************************************************************************************************
 *
 *  @Section: Media Queries
 *
***************************************************************************************************/
@media only screen and (max-width: 767px) {
  .about {
    background-color: #FFFFFF;
  }
  .about .hero .content-arrow {
    border-bottom: 5vh solid #FFFFFF;
  }
  .about .section-intro {
    background-color: #FFFFFF;
  }
  .about .press-releases .press-item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .about .press-releases .press-item:last-child {
    margin-right: 0;
  }
}
/**************************************************************************************************
 *
 *  @Section: Buildings Landing Page Styles
 *
***************************************************************************************************/
.buildings .hero {
  background-image: url(https://studenthousing.imgix.net/img/hero-locations.jpg?auto=format&lossless=false&fm=webp,jpeg&q=80);
}
.buildings .hero .text-hero h1,
.buildings .hero .text-hero p {
  color: #000000;
}
.buildings .hero .text-hero h1 + p {
  font-size: 2rem;
  width: 55%;
  margin: 20px auto 0;
  font-family: "lato", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .buildings .hero .text-hero h1 + p {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .buildings .hero .text-hero h1 + p {
    font-size: 2rem;
  }
}
.buildings .featured-residence-container {
  position: relative;
}
.buildings .featured-residence {
  margin: 0;
}
.buildings .featured-residence:nth-child(even) {
  background-color: #ECECEC;
}
.buildings .featured-residence .featured-container > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.buildings .featured-residence .featured-info .map-container {
  position: relative;
  width: 35%;
  margin-right: 5%;
  margin-left: 5%;
  margin-top: -3vw;
  float: left;
}
.buildings .featured-residence .padding-container {
  padding: 0 0px 0 55px;
}
/**************************************************************************************************
 *
 *  @Section: Media Queries
 *
***************************************************************************************************/
@media only screen and (max-width: 767px) {
  .buildings .hero {
    margin-top: 65px;
  }
  .buildings .hero .text-hero {
    top: 55%;
  }
  .buildings .hero .text-hero h1 + p {
    width: 80%;
  }
}
/**************************************************************************************************
 *
 *  @Section: building-details Page Styles
 *
***************************************************************************************************/
.building-details .building-nav li.active a {
  color: #FFFFFF !important;
}
.building-details.red .rooms .rooms-container .season-filter li span {
  color: #FC4D50;
}
.building-details.red .rooms .rooms-container .season-filter li:hover,
.building-details.red .rooms .rooms-container .season-filter li.active {
  background-color: #FC4D50;
}
.building-details.red .featured-amenity {
  background-color: #ec3f42;
}
.building-details.red .featured-amenity + .map .content-arrows.map-arrow {
  background-color: #ec3f42;
}
.building-details.red .featured-amenity + .map .content-arrows.map-arrow .border.arrow-left {
  border-left: 50.05vw solid #ec3f42;
}
.building-details.red .featured-amenity + .map .content-arrows.map-arrow .border.arrow-right {
  border-right: 50.05vw solid #ec3f42;
}
.building-details.red .content-arrows.map-arrow {
  background-color: #FC4D50;
}
.building-details.red .content-arrows.map-arrow .border.arrow-left {
  border-left: 50.05vw solid #FC4D50;
}
.building-details.red .content-arrows.map-arrow .border.arrow-right {
  border-right: 50.05vw solid #FC4D50;
}
.building-details.red .gm-style-iw > div > div > div h4 {
  color: #FC4D50;
}
.building-details.teal .rooms .rooms-container .season-filter li span {
  color: #07BEA3;
}
.building-details.teal .rooms .rooms-container .season-filter li:hover,
.building-details.teal .rooms .rooms-container .season-filter li.active {
  background-color: #07BEA3;
}
.building-details.teal .featured-amenity {
  background-color: #019B87;
}
.building-details.teal .featured-amenity + .map .content-arrows.map-arrow {
  background-color: #019B87;
}
.building-details.teal .featured-amenity + .map .content-arrows.map-arrow .border.arrow-left {
  border-left: 50.05vw solid #019B87;
}
.building-details.teal .featured-amenity + .map .content-arrows.map-arrow .border.arrow-right {
  border-right: 50.05vw solid #019B87;
}
.building-details.teal .content-arrows.map-arrow {
  background-color: #07BEA3;
}
.building-details.teal .content-arrows.map-arrow .border.arrow-left {
  border-left: 50.05vw solid #07BEA3;
}
.building-details.teal .content-arrows.map-arrow .border.arrow-right {
  border-right: 50.05vw solid #07BEA3;
}
.building-details.teal .gm-style-iw > div > div > div h4 {
  color: #07BEA3;
}
.building-details.green .rooms .rooms-container .season-filter li span {
  color: #27A05B;
}
.building-details.green .rooms .rooms-container .season-filter li:hover,
.building-details.green .rooms .rooms-container .season-filter li.active {
  background-color: #27A05B;
}
.building-details.green .featured-amenity {
  background-color: #198849;
}
.building-details.green .featured-amenity + .map .content-arrows.map-arrow {
  background-color: #198849;
}
.building-details.green .featured-amenity + .map .content-arrows.map-arrow .border.arrow-left {
  border-left: 50.05vw solid #198849;
}
.building-details.green .featured-amenity + .map .content-arrows.map-arrow .border.arrow-right {
  border-right: 50.05vw solid #198849;
}
.building-details.green .content-arrows.map-arrow {
  background-color: #27A05B;
}
.building-details.green .content-arrows.map-arrow .border.arrow-left {
  border-left: 50.05vw solid #27A05B;
}
.building-details.green .content-arrows.map-arrow .border.arrow-right {
  border-right: 50.05vw solid #27A05B;
}
.building-details.green .gm-style-iw > div > div > div h4 {
  color: #27A05B;
}
.building-details.blue .rooms .rooms-container .season-filter li span {
  color: #05abc2;
}
.building-details.blue .rooms .rooms-container .season-filter li:hover,
.building-details.blue .rooms .rooms-container .season-filter li.active {
  background-color: #05abc2;
}
.building-details.blue .featured-amenity {
  background-color: #01839f;
}
.building-details.blue .featured-amenity + .map .content-arrows.map-arrow {
  background-color: #01839f;
}
.building-details.blue .featured-amenity + .map .content-arrows.map-arrow .border.arrow-left {
  border-left: 50.05vw solid #01839f;
}
.building-details.blue .featured-amenity + .map .content-arrows.map-arrow .border.arrow-right {
  border-right: 50.05vw solid #01839f;
}
.building-details.blue .content-arrows.map-arrow {
  background-color: #05abc2;
}
.building-details.blue .content-arrows.map-arrow .border.arrow-left {
  border-left: 50.05vw solid #05abc2;
}
.building-details.blue .content-arrows.map-arrow .border.arrow-right {
  border-right: 50.05vw solid #05abc2;
}
.building-details.blue .gm-style-iw > div > div > div h4 {
  color: #05abc2;
}
.building-details.purple .rooms .rooms-container .season-filter li span {
  color: #85319d;
}
.building-details.purple .rooms .rooms-container .season-filter li:hover,
.building-details.purple .rooms .rooms-container .season-filter li.active {
  background-color: #85319d;
}
.building-details.purple .featured-amenity {
  background-color: #532370;
}
.building-details.purple .featured-amenity + .map .content-arrows.map-arrow {
  background-color: #532370;
}
.building-details.purple .featured-amenity + .map .content-arrows.map-arrow .border.arrow-left {
  border-left: 50.05vw solid #532370;
}
.building-details.purple .featured-amenity + .map .content-arrows.map-arrow .border.arrow-right {
  border-right: 50.05vw solid #532370;
}
.building-details.purple .content-arrows.map-arrow {
  background-color: #85319d;
}
.building-details.purple .content-arrows.map-arrow .border.arrow-left {
  border-left: 50.05vw solid #85319d;
}
.building-details.purple .content-arrows.map-arrow .border.arrow-right {
  border-right: 50.05vw solid #85319d;
}
.building-details.purple .gm-style-iw > div > div > div h4 {
  color: #85319d;
}
.building-details.orange .rooms .rooms-container .season-filter li span {
  color: #FF8A00;
}
.building-details.orange .rooms .rooms-container .season-filter li:hover,
.building-details.orange .rooms .rooms-container .season-filter li.active {
  background-color: #FF8A00;
}
.building-details.orange .featured-amenity {
  background-color: #F08200;
}
.building-details.orange .featured-amenity + .map .content-arrows.map-arrow {
  background-color: #F08200;
}
.building-details.orange .featured-amenity + .map .content-arrows.map-arrow .border.arrow-left {
  border-left: 50.05vw solid #F08200;
}
.building-details.orange .featured-amenity + .map .content-arrows.map-arrow .border.arrow-right {
  border-right: 50.05vw solid #F08200;
}
.building-details.orange .content-arrows.map-arrow {
  background-color: #FF8A00;
}
.building-details.orange .content-arrows.map-arrow .border.arrow-left {
  border-left: 50.05vw solid #FF8A00;
}
.building-details.orange .content-arrows.map-arrow .border.arrow-right {
  border-right: 50.05vw solid #FF8A00;
}
.building-details.orange .gm-style-iw > div > div > div h4 {
  color: #FF8A00;
}
.building-details header {
  position: absolute;
  background: #FFFFFF;
}
.building-details .reviews {
  background-color: #FFFFFF;
}
.building-details .reviews .container {
  padding: 0;
}
.building-details .building-nav-container {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 15px 1.5%;
  z-index: 10;
  transition: all 0.2s ease-out;
}
.building-details .building-nav-container:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.building-details .building-nav-container .building-nav {
  text-align: center;
}
.building-details .building-nav-container .building-nav li {
  display: inline-block;
  margin-right: 5%;
}
.building-details .building-nav-container .building-nav li:last-child {
  margin-right: 0;
}
.building-details .building-nav-container .building-nav li a {
  font-size: 2.4rem;
  color: rgba(0, 0, 0, 0.4);
  font-family: "leitura-news", serif;
}
.building-details .building-nav-container .building-nav li a:hover {
  color: #FFFFFF;
}
.building-details .hero {
  padding-top: 136px;
  box-sizing: content-box;
}
.building-details .hero .text-hero {
  top: 55%;
}
.building-details .hero .text-hero .summer,
.building-details .hero .text-hero .sub-heading {
  display: none;
  margin: 0 auto 30px;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 4px;
  color: #FFFFFF;
  font-family: "lato-black", "lato", sans-serif;
}
.building-details .hero .text-hero .summer:after,
.building-details .hero .text-hero .sub-heading:after {
  content: '';
  display: block;
  width: 75%;
  height: 3px;
  margin: 8px auto 0;
  background-color: #FFFFFF;
}
.building-details .hero .text-hero .summer {
  display: inline-block;
}
.building-details .hero .text-hero .sub-heading {
  margin: 20px 0;
}
.building-details .hero .text-hero .sub-heading:after {
  display: none;
}
.building-details .hero .text-hero h1 {
  font-size: 31rem;
  font-size: 14.5vw;
  display: block;
}
.building-details .hero .text-hero p {
  font-size: 4.5rem;
  margin: 20px auto 0;
  font-family: "leitura-news", serif;
}
.building-details .hero .text-hero .btn {
  padding: 20px 35px;
  border-radius: 6px;
}
.building-details .feature-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 14;
  box-shadow: none;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0);
  transition: 0.5s box-shadow ease-out;
}
.building-details .feature-nav .container {
  width: 97%;
  padding: 20px 0 0;
  border-bottom: 2px solid #e6e6e6;
  transition: all 0.2s ease-out;
}
.building-details .feature-nav .logo {
  position: absolute;
  top: 10px;
  background: url('https://studenthousing.imgix.net/img/logo-ehs-yellow.png') no-repeat top;
  padding-top: 0;
  display: block;
  width: 110px;
  height: 38px;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  left: -100%;
  margin: 0;
  transition: all 0.2s ease-out;
}
.building-details .feature-nav .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.building-details .feature-nav.fixed {
  z-index: 25;
  position: fixed;
  top: 0;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
.building-details .feature-nav.fixed .container {
  max-width: inherit;
  border-bottom: 2px solid #FFFFFF;
}
.building-details .feature-nav.fixed .filter {
  width: 65%;
  float: left;
  padding-left: 110px;
}
.building-details .feature-nav.fixed .filter li.active p:after {
  bottom: -10px;
}
.building-details .feature-nav.fixed .logo {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.building-details .feature-nav.fixed .nav-links {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.building-details .feature-nav .filter {
  padding: 0 0 20px;
  margin: 0;
  width: 100%;
  transition: all 0.2s ease-out;
}
.building-details .feature-nav .filter:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.building-details .feature-nav .filter li {
  float: left;
  width: 20%;
  text-align: center;
  cursor: pointer;
}
.building-details .feature-nav .filter li p,
.building-details .feature-nav .filter li a {
  position: relative;
  font-size: 1.8rem;
  display: inline-block;
  color: #919191;
  font-family: "lato", sans-serif;
}
.building-details .feature-nav .filter li a {
  width: 100%;
}
.building-details .feature-nav .filter li:hover p {
  color: #000000;
}
.building-details .feature-nav .filter li.active p {
  color: #000000;
}
.building-details .feature-nav .filter li.active p:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  border-bottom: 4px solid #e6e6e6;
  transition: all 0.2s ease-out;
}
.building-details .feature-nav .nav-links {
  opacity: 0;
  visibility: hidden;
  width: 35%;
  position: absolute;
  top: 15px;
  right: -100%;
  text-align: right;
  padding: 0 0 10px;
  margin: 0;
  transition: all 0.2s ease-out;
}
.building-details .feature-nav .nav-links:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.building-details .feature-nav .nav-links li {
  display: inline-block;
}
.building-details .feature-nav .nav-links li a.nav-book {
  position: relative;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-right: 10px;
  color: #000000;
  font-family: "lato-bold", "lato", sans-serif;
  transition: all 0.2s ease-out;
}
.building-details .feature-nav .nav-links li a.nav-book:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #000000;
  transition: all 0.2s ease-out;
}
.building-details .feature-nav .nav-links li.btn-container {
  white-space: nowrap;
}
.building-details .feature-nav .nav-links li.btn-container .btn {
  font-size: 1.4rem;
  padding: 11px 24px;
}
.building-details .feature-nav .nav-links li.btn-container .btn:hover {
  color: #FFFFFF;
}
.building-details .feature-nav .nav-links li.phone-btn {
  position: relative;
  cursor: pointer;
  top: 6px;
  margin-left: 15px;
}
.building-details .feature-nav .nav-links li.phone-btn .phone-icon {
  padding: 0;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -1151px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 28px;
  transition: none;
}
.building-details .feature-nav .nav-links li.phone-btn:hover:after {
  opacity: 1;
  visibility: visible;
}
.building-details .feature-nav .nav-links li.phone-btn:hover .phone-tooltip {
  opacity: 1;
  visibility: visible;
}
.building-details .feature-nav .nav-links li.phone-btn:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  padding-top: 40%;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFC600;
  transition: all 0.2s ease-out;
}
.building-details .feature-nav .nav-links li.phone-btn .phone-tooltip {
  position: absolute;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 30vw;
  max-width: 205px;
  top: 175%;
  right: -40px;
  background-color: #FFC600;
  padding: 10px;
  transition: all 0.2s ease-out;
}
.building-details .feature-nav .nav-links li.phone-btn .phone-tooltip p a {
  padding: 0;
  color: #FC4D50;
}
.building-details .feature-nav .nav-links li.phone-btn .phone-tooltip p a:hover {
  color: #ec3f42;
}
.building-details .highlights > .container {
  padding-top: 100px;
}
.building-details .highlights .highlight-desc,
.building-details .highlights .highlight-img {
  float: left;
}
.building-details .highlights .highlight-desc {
  width: 50%;
  margin-right: 5%;
}
.building-details .highlights .highlight-desc h3 {
  margin-bottom: 20px;
  font-size: 3.8rem;
}
.building-details .highlights .highlight-desc > p {
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #383838;
}
.building-details .highlights .highlight-desc > p:last-child {
  margin-bottom: 0;
}
.building-details .highlights .highlight-desc .lead {
  margin-bottom: 20px;
}
.building-details .highlights .highlight-desc .features {
  padding: 0;
  margin: 20px 0 0;
}
.building-details .highlights .highlight-desc .features:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.building-details .highlights .highlight-desc .features li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
.building-details .highlights .highlight-desc .features li p {
  padding-top: 50px;
  font-size: 1.6rem;
}
.building-details .highlights .highlight-desc .features li:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  background-size: 49px;
  background-image: url(https://studenthousing.imgix.net/img/sprites/sprite-great-for.png);
  background-repeat: no-repeat;
}
.building-details .highlights .highlight-desc .features li.tree-lined:before {
  width: 30px;
  height: 40px;
  background-position: -3px -555px;
}
.building-details .highlights .highlight-desc .features li.internships-financial:before {
  width: 18px;
  height: 40px;
  background-position: -3px -371px;
}
.building-details .highlights .highlight-desc .features li.internships-east-side:before {
  width: 40px;
  height: 40px;
  background-position: -3px -187px;
}
.building-details .highlights .highlight-desc .features li.internships-garment:before {
  width: 41px;
  height: 40px;
  background-position: -3px -233px;
}
.building-details .highlights .highlight-desc .features li.views:before {
  width: 39px;
  height: 38px;
  background-position: -3px -601px;
}
.building-details .highlights .highlight-desc .features li.central-park:before {
  width: 43px;
  height: 40px;
  background-position: -3px -95px;
}
.building-details .highlights .highlight-desc .features li.trips:before {
  width: 28px;
  height: 40px;
  background-position: -3px -509px;
}
.building-details .highlights .highlight-desc .features li.high-line:before {
  width: 29px;
  height: 40px;
  background-position: -3px -279px;
}
.building-details .highlights .highlight-desc .features li.downtown-access:before {
  width: 19px;
  height: 40px;
  background-position: -3px -141px;
}
.building-details .highlights .highlight-desc .features li.historic-streets:before {
  width: 29px;
  height: 40px;
  background-position: -3px -325px;
}
.building-details .highlights .highlight-desc .features li.museum:before {
  width: 42px;
  height: 40px;
  background-position: -3px -417px;
}
.building-details .highlights .highlight-desc .features li.shopping:before {
  width: 43px;
  height: 40px;
  background-position: -3px -463px;
}
.building-details .highlights .highlight-desc .features li.brooklyn-access:before {
  width: 40px;
  height: 40px;
  background-position: -3px -49px;
}
.building-details .highlights .highlight-desc .features li.shows:before {
  width: 41px;
  height: 40px;
  background-position: -3px -3px;
}
.building-details .highlights .highlight-img {
  width: 45%;
}
.building-details .highlights + .gallery > .container {
  padding-top: 0;
}
.building-details .gallery + .rooms > .container {
  padding-top: 0;
}
.building-details .rooms > .container {
  width: 60%;
}
.building-details .rooms .room-intro {
  text-align: center;
}
.building-details .rooms .room-intro h2 {
  font-size: 5.3rem;
  margin-bottom: 35px;
}
.building-details .rooms .room-intro p {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #646464;
}
.building-details .rooms .room-intro p:last-child {
  margin-bottom: 0;
}
.building-details .rooms .wings {
  display: none;
  background-color: #FC4D50;
}
.building-details .rooms .wings ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.building-details .rooms .wings ul li {
  width: 28%;
  margin-right: 8%;
  float: left;
  text-align: center;
}
.building-details .rooms .wings ul li:last-child {
  margin-right: 0;
}
.building-details .rooms .wings ul li h4,
.building-details .rooms .wings ul li p {
  color: #FFFFFF;
}
.building-details .rooms .wings ul li h4 {
  margin-bottom: 5px;
}
.building-details .rooms .wings ul li p {
  font-size: 1.6rem;
}
.building-details .rooms .rooms-container {
  background-color: #f1f1f1;
}
.building-details .rooms .rooms-container .season-filter-container {
  margin-bottom: 40px;
}
.building-details .rooms .rooms-container .season-filter-container.count-1 .season-filter {
  text-align: center;
}
.building-details .rooms .rooms-container .season-filter-container.count-1 .season-filter li {
  float: none;
  display: inline-block;
  cursor: default;
}
.building-details .rooms .rooms-container .season-filter-container.count-2 .season-filter {
  width: 50%;
  margin: auto;
}
.building-details .rooms .rooms-container .season-filter-container.count-2 .season-filter li {
  width: 50%;
}
.building-details .rooms .rooms-container .season-filter-container.count-3 .season-filter {
  width: 60%;
  margin: auto;
}
.building-details .rooms .rooms-container .season-filter-container.count-3 .season-filter li {
  width: 33.33%;
}
.building-details .rooms .rooms-container .season-filter-container.count-4 .season-filter {
  width: 70%;
  margin: auto;
}
.building-details .rooms .rooms-container .season-filter-container.count-4 .season-filter li {
  width: 25%;
}
.building-details .rooms .rooms-container .season-filter-container.count-5 .season-filter {
  width: 80%;
  margin: auto;
}
.building-details .rooms .rooms-container .season-filter-container.count-5 .season-filter li {
  width: 20%;
}
.building-details .rooms .rooms-container .season-filter {
  padding: 0;
  margin: 0 0 40px;
  border-radius: 3px;
}
.building-details .rooms .rooms-container .season-filter:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.building-details .rooms .rooms-container .season-filter li {
  width: 16.667%;
  float: left;
  text-align: center;
  cursor: pointer;
  padding: 15px 0;
}
.building-details .rooms .rooms-container .season-filter li:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.building-details .rooms .rooms-container .season-filter li:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.building-details .rooms .rooms-container .season-filter li:not(:last-child) {
  border-right: none !important;
}
.building-details .rooms .rooms-container .season-filter li:hover,
.building-details .rooms .rooms-container .season-filter li.active {
  background-color: #FC4D50;
}
.building-details .rooms .rooms-container .season-filter li:hover .lead,
.building-details .rooms .rooms-container .season-filter li.active .lead {
  color: #FFFFFF;
}
.building-details .rooms .rooms-container .season-filter li .lead {
  letter-spacing: 0;
  font-size: 1.3vw;
  color: #FC4D50;
  font-family: "lato-bold", "lato", sans-serif;
}
.building-details .rooms .rooms-container .accordion-container {
  width: 90%;
  margin: auto;
}
.building-details .rooms .rooms-container .accordion-container .accordion-item {
  border-bottom: 6px solid #FC4D50;
}
.building-details .rooms .rooms-container .accordion-container .accordion-item h4 {
  font-size: 3.2rem;
  font-family: "leitura-news", serif;
}
.building-details .rooms .rooms-container .accordion-container .accordion-item h4 .lead {
  color: #FFC600;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.building-details .rooms .rooms-container .accordion-container .accordion-item .room-desc {
  font-size: 1.8rem;
}
.building-details .rooms .rooms-container .accordion-container .accordion-item .options-container:before {
  content: '';
  display: block;
  margin-top: 40px;
}
.building-details .rooms .rooms-container .accordion-container .accordion-item .options-container:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.building-details .rooms .rooms-container .accordion-container .accordion-item .options-container .options {
  padding: 0;
  margin: 0;
  float: left;
  clear: both;
}
.building-details .rooms .rooms-container .accordion-container .accordion-item .options-container .options .date {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-family: "lato-bold", "lato", sans-serif;
}
.building-details .rooms .rooms-container .accordion-container .accordion-item .options-container .options li {
  display: inline-block;
  margin-right: 10px;
}
.building-details .rooms .rooms-container .accordion-container .accordion-item .options-container .options li .type {
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: "lato-black", "lato", sans-serif;
  color: #FC4D50;
}
.building-details .rooms .rooms-container .accordion-container .accordion-item .options-container .options li .rate {
  color: #717171;
  font-size: 1.6rem;
}
.building-details .rooms .rooms-container .accordion-container .accordion-item .options-container .options li:last-child {
  margin-right: 0;
}
.building-details .rooms .rooms-container .accordion-container .accordion-item .options-container .btn {
  float: right;
}
.building-details .rooms .rooms-container .unsure {
  margin-top: 40px;
  padding: 50px;
  text-align: center;
  background-color: #FFFFFF;
}
.building-details .rooms .rooms-container .unsure p {
  margin: 8px 0 25px;
  font-size: 2.2rem;
}
.building-details .rooms .rooms-container .unsure .btn {
  min-width: 160px;
}
.building-details .rooms .rooms-container .unsure .btn:first-of-type {
  margin-right: 20px;
}
.building-details .amenities {
  background-color: #e0404f;
  color: #FFFFFF;
}
.building-details .amenities .container {
  padding: 60px 0 20px;
}
.building-details .amenities h4,
.building-details .amenities h3 {
  margin-bottom: 30px;
  color: #FFFFFF;
}
.building-details .amenities ul {
  margin: 0;
  padding: 0;
  column-count: 3;
}
.building-details .amenities ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.building-details .amenities ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  margin-right: 5%;
  font-size: 1.6rem;
  padding-left: 47px;
}
.building-details .amenities ul li:nth-child(3n+3) {
  margin-right: 0;
}
.building-details .amenities ul li:nth-child(3n+4) {
  clear: both;
}
.building-details .amenities ul li.strike p {
  text-decoration: line-through;
}
.building-details .amenities ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 25px;
  max-height: 25px;
}
.building-details .amenities ul li.security:before {
  width: 20px;
  height: 25px;
  background-position: -1px -561px;
}
.building-details .amenities ul li.fridge:before {
  width: 18px;
  height: 24px;
  background-position: -1px -160px;
}
.building-details .amenities ul li.atm:before {
  width: 26px;
  height: 22px;
  background-position: -1px -26px;
}
.building-details .amenities ul li.bathroom:before {
  width: 23px;
  height: 23px;
  background-position: -1px -50px;
}
.building-details .amenities ul li.bike-storage:before {
  width: 27px;
  height: 19px;
  background-position: -1px -75px;
}
.building-details .amenities ul li.ac:before {
  width: 19px;
  height: 23px;
  background-position: -1px -1px;
}
.building-details .amenities ul li.communal-kitchen:before {
  width: 21px;
  height: 24px;
  background-position: -1px -96px;
}
.building-details .amenities ul li.fitness-center:before {
  width: 24px;
  height: 14px;
  background-position: -1px -122px;
}
.building-details .amenities ul li.flat-screen:before {
  width: 23px;
  height: 20px;
  background-position: -1px -138px;
}
.building-details .amenities ul li.furnished:before {
  width: 23px;
  height: 20px;
  background-position: -1px -633px;
}
.building-details .amenities ul li.game-room:before {
  width: 23px;
  height: 23px;
  background-position: -1px -186px;
}
.building-details .amenities ul li.hard-key:before {
  width: 13px;
  height: 27px;
  background-position: -1px -211px;
}
.building-details .amenities ul li.hydration:before {
  width: 19px;
  height: 28px;
  background-position: -1px -240px;
}
.building-details .amenities ul li.ice-machine:before {
  width: 21px;
  height: 20px;
  background-position: -1px -270px;
}
.building-details .amenities ul li.kitchen:before {
  width: 23px;
  height: 23px;
  background-position: -1px -292px;
}
.building-details .amenities ul li.key-card:before {
  width: 23px;
  height: 18px;
  background-position: -1px -341px;
}
.building-details .amenities ul li.laundry:before {
  width: 22px;
  height: 25px;
  background-position: -1px -361px;
}
.building-details .amenities ul li.mail-room:before {
  width: 23px;
  height: 17px;
  background-position: -1px -414px;
}
.building-details .amenities ul li.microwave:before {
  width: 25px;
  height: 19px;
  background-position: -1px -433px;
}
.building-details .amenities ul li.premium-tv:before {
  width: 19px;
  height: 23px;
  background-position: -1px -483px;
}
.building-details .amenities ul li.private-bathroom:before {
  width: 23px;
  height: 23px;
  background-position: -1px -508px;
}
.building-details .amenities ul li.live-in-staff:before {
  width: 22px;
  height: 24px;
  background-position: -1px -388px;
}
.building-details .amenities ul li.public-ipad:before {
  width: 18px;
  height: 22px;
  background-position: -1px -317px;
}
.building-details .amenities ul li.screening-room:before {
  width: 16px;
  height: 26px;
  background-position: -1px -533px;
}
.building-details .amenities ul li.kitchenette:before {
  width: 22px;
  height: 22px;
  background-position: -1px -588px;
}
.building-details .amenities ul li.small-size-fridge:before {
  width: 21px;
  height: 19px;
  background-position: -1px -612px;
}
.building-details .amenities ul li.study-room:before {
  width: 22px;
  height: 23px;
  background-position: -1px -655px;
}
.building-details .amenities ul li.phone-service:before {
  width: 23px;
  height: 27px;
  background-position: -1px -454px;
}
.building-details .amenities ul li.vending-machine:before {
  width: 21px;
  height: 25px;
  background-position: -1px -680px;
}
.building-details .amenities ul li.wifi:before {
  width: 24px;
  height: 41px;
  background-position: -1px -707px;
}
.building-details .featured-amenity {
  color: #FFFFFF;
  background-color: #ec3f42;
}
.building-details .featured-amenity .container {
  padding: 40px 0 0;
}
.building-details .featured-amenity .img-container {
  float: left;
  width: 45%;
  margin-right: 5%;
}
.building-details .featured-amenity .img-container img {
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.building-details .featured-amenity .info-container {
  float: left;
  width: 50%;
}
.building-details .featured-amenity .info-container .lead {
  margin-bottom: 20px;
}
.building-details .featured-amenity .info-container h4 {
  color: #FFFFFF;
}
.building-details .featured-amenity .info-container h4:after {
  content: '';
  display: block;
  width: 33%;
  height: 6px;
  margin: 20px 0;
  background-color: #FFFFFF;
}
.building-details .featured-amenity .info-container p {
  font-size: 1.8rem;
}
.building-details .map {
  padding: 0;
}
.building-details .map:hover .featured-location {
  opacity: 0;
}
.building-details .map .content-arrows {
  height: 7vh;
}
.building-details .map .featured-location {
  opacity: 1;
  position: absolute;
  padding: 20px;
  background-color: #FFFFFF;
  width: 35%;
  top: 20%;
  left: 5%;
  transition: all 0.2s ease-out;
}
.building-details .map .featured-location .lead {
  color: #FC4D50;
}
.building-details .map .featured-location h3 {
  margin: 20px 0 10px;
}
.building-details .map .featured-location p {
  font-size: 1.8rem;
  color: #595959;
}
.building-details .map #residence-map {
  margin-top: 7vh;
}
.building-details .neighborhood .neighborhood-images {
  margin-bottom: 50px;
}
.building-details .neighborhood .neighborhood-images:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.building-details .neighborhood .neighborhood-images li {
  position: relative;
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
.building-details .neighborhood .neighborhood-images li:after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 28px;
  hight: 20px;
  background-position: 0px -1095px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 36px;
  height: 28px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
}
.building-details .neighborhood .neighborhood-images li:last-child {
  margin-right: 0;
}
.building-details .neighborhood .transport-list {
  margin-top: 30px;
}
.building-details .neighborhood .transport-list li {
  float: left;
  width: 26.667%;
  margin-right: 10%;
}
.building-details .neighborhood .transport-list li:last-child {
  margin-right: 0;
}
.building-details .neighborhood .transport-list li .lead {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 3px solid #FC4D50;
}
.building-details .neighborhood .transport-list li p {
  color: #666666;
  margin-bottom: 5px;
  font-size: 1.8rem;
}
.building-details .neighborhood .transport-list li p:last-child {
  margin-bottom: 0;
}
.building-details .neighborhood .transport-list li .subway-route {
  margin-bottom: 20px;
}
.building-details .neighborhood .transport-list li .subway-route:last-child {
  margin-bottom: 0;
}
.building-details .neighborhood .transport-list li .subway-route:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.building-details .neighborhood .transport-list li .subway-route .subway-lines,
.building-details .neighborhood .transport-list li .subway-route .subway-walk {
  float: left;
}
.building-details .neighborhood .transport-list li .subway-route .subway-lines {
  width: 30%;
}
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line span {
  margin: 0;
  font-size: 14px;
  color: #FFFFFF;
  font-family: "lato-bold", "lato", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 52%;
}
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-1,
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-2,
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-3 {
  background-color: #f23225;
}
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-4,
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-5,
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-6 {
  background-color: #07783e;
}
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-7 {
  background-color: #b40176;
}
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-a,
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-c,
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-e {
  background-color: #2c2a70;
}
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-b,
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-d,
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-f,
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-m {
  background-color: #f46e29;
}
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-g {
  background-color: #9dc44b;
}
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-j,
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-z {
  background-color: #855023;
}
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-n,
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-q,
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-r,
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-w {
  background-color: #ffc82d;
}
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-n span,
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-q span,
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-r span,
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-w span {
  color: #000000;
}
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-l,
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-s {
  background-color: #848a88;
}
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-p {
  width: auto;
  border-radius: 5px;
  width: 60px;
  border: 2px solid #000000;
}
.building-details .neighborhood .transport-list li .subway-route .subway-lines .subway-line.subway-p span {
  color: #000000;
}
.building-details .neighborhood .transport-list li .subway-route .subway-walk {
  width: 70%;
}
.building-details .neighborhood .transport-list li .neighborhood-route {
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
}
.building-details .neighborhood .transport-list li .neighborhood-route:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://studenthousing.imgix.net/img/sprites/sprite-commute.png);
  background-size: 20px;
  background-repeat: no-repeat;
}
.building-details .neighborhood .transport-list li .neighborhood-route.walk:before {
  width: 17px;
  height: 23px;
  background-position: -1px -50px;
}
.building-details .neighborhood .transport-list li .neighborhood-route.train:before {
  width: 18px;
  height: 25px;
  background-position: -1px -23px;
}
.building-details .neighborhood .transport-list li .neighborhood-route.bus:before {
  width: 18px;
  height: 25px;
  background-position: -1px 3px;
}
.building-details .neighborhood .transport-list li .neighborhood-route:last-child {
  margin-bottom: 0;
}
.building-details .neighborhood .guidelines {
  text-align: center;
  background-color: #f5f5f5;
}
.building-details .neighborhood .guidelines p {
  margin: 15px 0 35px;
  font-size: 2.2rem;
}
.building-details .neighborhood .guidelines .guide-downloads {
  margin-bottom: 40px;
}
.building-details .neighborhood .guidelines .guide-downloads:last-child {
  margin-bottom: 0;
}
.building-details .neighborhood .guidelines .guide-downloads:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.building-details .neighborhood .guidelines .guide-downloads span {
  margin-bottom: 20px;
}
.building-details .neighborhood .guidelines .btn {
  min-width: 160px;
}
.building-details .neighborhood .guidelines .btn:first-of-type {
  margin-right: 20px;
}
/**************************************************************************************************
 *
 *  @Section: Media Queries
 *
***************************************************************************************************/
@media only screen and (min-width: 1300px) {
  .building-details .hero .text-hero h1 {
    font-size: 19rem;
  }
  .building-details .rooms .rooms-container .season-filter li .lead {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1175px) {
  .building-details .feature-nav .logo {
    top: 14px;
    width: 96px;
    height: 34px;
  }
  .building-details .feature-nav.fixed .container {
    margin: auto;
    padding: 15px 0 10px;
  }
  .building-details .feature-nav.fixed .filter {
    width: 60%;
    padding: 9px 0;
    padding-left: 110px;
  }
  .building-details .feature-nav.fixed .filter li p {
    font-size: 1.5vw;
  }
  .building-details .feature-nav.fixed .nav-links {
    width: 40%;
  }
  .building-details .feature-nav.fixed .nav-links li a.nav-book {
    font-size: 1.3vw;
  }
  .building-details .feature-nav.fixed .nav-links li.btn-container .btn {
    font-size: 1.3vw;
    padding: 11px 1.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  .building-details .building-nav-container .building-nav li a {
    font-size: 1.7rem;
  }
}
@media only screen and (max-height: 800px) {
  .building-details .hero .building-nav {
    padding: 10px 0;
  }
  .building-details .hero .building-nav li a {
    font-size: 2rem;
  }
  .building-details .hero .text-hero {
    top: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .building-details .building-nav li.active {
    display: none;
  }
  .building-details .building-nav-container {
    padding: 20px 5%;
    text-align: left;
  }
  .building-details .building-nav-container.expanded .building-nav {
    overflow: auto;
    max-height: 1000px;
  }
  .building-details .building-nav-container .current-building {
    position: relative;
    font-size: 2.2rem;
    color: #FFFFFF;
    font-family: "leitura-news", serif;
  }
  .building-details .building-nav-container .current-building:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 25px;
    background-image: url(https://studenthousing.imgix.net/img/dropdown-white.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .building-details .building-nav-container .building-nav {
    padding: 0;
    overflow: hidden;
    text-align: left;
    max-height: 0;
    transition: all 0.2s ease-out;
  }
  .building-details .building-nav-container .building-nav:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
  }
  .building-details .building-nav-container .building-nav li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .building-details .building-nav-container .building-nav li:last-child {
    margin-bottom: 0;
  }
  .building-details .building-nav-container .building-nav li a {
    font-size: 2.2rem;
  }
  .building-details .building-nav-container .building-nav li a:hover {
    color: rgba(0, 0, 0, 0.4);
  }
  .building-details .hero {
    padding-top: 128px;
  }
  .building-details .hero .text-hero {
    top: 60%;
  }
  .building-details .hero .text-hero h1 {
    font-size: 16vw;
  }
  .building-details .hero .text-hero p {
    font-size: 2rem;
  }
  .building-details .feature-nav.expanded .filter {
    max-height: 1000px;
    overflow: auto;
  }
  .building-details .feature-nav .container {
    width: 100%;
    margin: 0;
    padding: 20px 5%;
  }
  .building-details .feature-nav.fixed {
    padding: 0;
  }
  .building-details .feature-nav.fixed .container {
    width: 100%;
    margin: 0;
    padding: 20px 5%;
  }
  .building-details .feature-nav.fixed .nav-links {
    opacity: 0;
    visibility: hidden;
  }
  .building-details .feature-nav.fixed .filter {
    width: 100%;
    float: none;
    padding: 0;
  }
  .building-details .feature-nav.fixed .filter li p {
    font-size: 2rem;
  }
  .building-details .feature-nav .current {
    font-size: 2rem;
    display: inline-block !important;
    color: #919191;
  }
  .building-details .feature-nav .current:after {
    content: '';
    margin-left: 10px;
    width: 13px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(https://studenthousing.imgix.net/img/arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .building-details .feature-nav .filter {
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }
  .building-details .feature-nav .filter li {
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .building-details .feature-nav .filter li:first-child:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
  }
  .building-details .feature-nav .filter li.active p:after {
    display: none;
  }
  .building-details .highlights .highlight-desc,
  .building-details .highlights .highlight-img {
    width: 100%;
    float: none;
  }
  .building-details .highlights .highlight-desc .features {
    display: none;
  }
  .building-details .highlights .highlight-img {
    display: none;
  }
  .building-details .gallery {
    background-color: #ECECEC;
  }
  .building-details .rooms .container {
    width: 90%;
  }
  .building-details .rooms .room-intro h2 {
    font-size: 5rem;
    margin-bottom: 10px;
  }
  .building-details .rooms .room-intro p {
    font-size: 1.6rem;
  }
  .building-details .rooms .wings ul li {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .building-details .rooms .wings ul li:last-child {
    margin-bottom: 0;
  }
  .building-details .rooms .rooms-container .season-filter-container {
    margin-bottom: 30px;
  }
  .building-details .rooms .rooms-container .season-filter-container.expanded .current-season {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .building-details .rooms .rooms-container .season-filter-container.expanded .season-filter {
    overflow: auto;
    max-height: 1000px;
    box-shadow: 0px 11px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .building-details .rooms .rooms-container .current-season {
    position: relative;
    font-size: 2rem;
    border-radius: 5px;
    padding: 20px;
    font-family: "lato-bold", "lato", sans-serif;
    color: #FFFFFF;
    transition: all 0.2s ease-out;
  }
  .building-details .rooms .rooms-container .current-season:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 25px;
    background-image: url(https://studenthousing.imgix.net/img/dropdown-white.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .building-details .rooms .rooms-container .season-filter {
    width: 100% !important;
    overflow: hidden;
    max-height: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    background-color: #FFFFFF;
    border: none !important;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    transition: all 0.2s ease-out;
  }
  .building-details .rooms .rooms-container .season-filter li {
    float: none;
    width: 100% !important;
    border-right: none !important;
  }
  .building-details .rooms .rooms-container .season-filter li .lead {
    font-size: 2rem;
  }
  .building-details .rooms .rooms-container .accordion-container {
    width: 100%;
  }
  .building-details .rooms .rooms-container .accordion-container .accordion-item h4 {
    font-size: 2.5rem;
  }
  .building-details .rooms .rooms-container .unsure {
    padding: 20px;
  }
  .building-details .rooms .rooms-container .unsure .btn {
    display: block;
    font-size: 3.3vw;
  }
  .building-details .rooms .rooms-container .unsure .btn:first-of-type {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .building-details .gallery + .rooms > .container {
    padding-top: 30px;
  }
  .building-details .amenities ul {
    column-count: 2;
  }
  .building-details .amenities ul li {
    padding-left: 35px;
  }
  .building-details .amenities ul li:nth-child(3n+3) {
    margin-right: 5%;
  }
  .building-details .amenities ul li:nth-child(3n+4) {
    clear: none;
  }
  .building-details .amenities ul li:nth-child(2n) {
    margin-right: 0;
  }
  .building-details .amenities ul li:nth-child(2n+1) {
    clear: both;
  }
  .building-details .featured-amenity .container {
    padding: 30px 0;
  }
  .building-details .featured-amenity .img-container,
  .building-details .featured-amenity .info-container {
    float: none;
    width: 100%;
  }
  .building-details .featured-amenity .img-container {
    margin-bottom: 20px;
  }
  .building-details .featured-amenity .img-container img {
    width: auto;
  }
  .building-details .featured-amenity .info-container h4 {
    margin-bottom: 20px;
  }
  .building-details .featured-amenity .info-container h4:after {
    height: 4px;
  }
  .building-details .neighborhood-mobile {
    height: 0;
    padding-bottom: 100%;
    background-image: url(https://studenthousing.imgix.net/img/bg-view-map.jpg?auto=format&lossless=false&fm=webp,jpeg&q=80);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .building-details .neighborhood-mobile .text-container {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .building-details .neighborhood-mobile .text-container h3 {
    margin-bottom: 20px;
    color: #FFFFFF;
  }
  .building-details .map,
  .building-details .neighborhood {
    display: none;
  }
}
.olapic-building-details {
  margin-top: -30px;
}
/**************************************************************************************************
 *
 *  @Section: FAQs Page Styles
 *
***************************************************************************************************/
.faqs {
  background: #ECECEC;
}
.faqs.student-life .container.breadcrumb {
  text-align: left;
  width: 75%;
  padding-top: 0;
}
.faqs .hero {
  background-image: url(https://studenthousing.imgix.net/img/hero-faq.jpg?auto=format&lossless=false&fm=webp,jpeg&q=80);
}
.faqs .hero .content-arrow {
  border-bottom: 5vh solid #ECECEC;
}
.faqs .section-intro {
  background-color: #ECECEC;
}
.faqs .content .container {
  padding-top: 0;
}
.faqs .content .left-column {
  position: relative;
  float: left;
  width: 26%;
}
.faqs .content .right-column {
  width: 72%;
  float: right;
}
.faqs .content .right-column .faq-category {
  margin-bottom: 65px;
}
.faqs .content .right-column .faq-category:last-child {
  margin-bottom: 0;
}
.faqs .content .right-column .faq-category h3 {
  padding-top: 5px;
  font-family: "leitura-news", serif;
  font-size: 3.2rem;
  margin-bottom: 25px;
}
.faqs .content .right-column .faq-category .accordion-container .accordion-item.expanded h4:after {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 11px;
}
.faqs .content .right-column .faq-category .accordion-container .accordion-item h4:after {
  background-position: 0px -1236px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
/**************************************************************************************************
 *
 *  @Section: Media Queries
 *
***************************************************************************************************/
@media only screen and (max-width: 767px) {
  .faqs.student-life .container.breadcrumb {
    width: 90%;
  }
  .faqs.student-life .sidebar-nav ul {
    border-bottom: none !important;
  }
  .faqs.student-life .hero.small .text-hero h1 {
    font-size: 12rem;
    font-size: 13.75vw;
  }
  .faqs.student-life .hero .content-arrow {
    border-bottom: 5vh solid #FFFFFF;
  }
  .faqs .hero.small .text-hero h1 {
    font-size: 12rem;
  }
  .faqs .hero .content-arrow {
    border-bottom: 5vh solid #FFFFFF;
  }
  .faqs .section-intro {
    background-color: #FFFFFF;
  }
  .faqs .content .container {
    width: 100%;
  }
  .faqs .content .left-column,
  .faqs .content .right-column {
    width: 100%;
    float: none;
  }
  .faqs .content .right-column {
    width: 90%;
    margin: 90px auto 0;
  }
  .faqs .content .right-column .faq-category h3 {
    text-align: center;
  }
}
/**************************************************************************************************
 *
 *  @Section: Jobs Page Styles
 *
***************************************************************************************************/
.jobs {
  background: #FFFFFF;
}
.jobs .hero {
  background-image: url(https://studenthousing.imgix.net/img/hero-jobs.jpg?auto=format&lossless=false&fm=webp,jpeg&q=80);
}
.jobs .content {
  margin-bottom: 40px;
}
.jobs .content .container {
  padding: 0;
}
.jobs .content .job-item {
  margin: 0 0 60px;
  padding: 50px 0 0;
}
.jobs .content .job-item.expanded .right-column .job-accordion-container .job .job-specifics {
  max-height: 5000px;
  overflow: auto;
}
.jobs .content .job-item:first-child {
  border-top: 2px solid #ECECEC;
}
.jobs .content .job-item h3 {
  margin-bottom: 20px;
}
.jobs .content .job-item .line-gray {
  margin-top: 15px;
  margin-bottom: 30px;
}
.jobs .content .job-item .job-details {
  border-bottom: 3px solid #ECECEC;
  margin-bottom: 40px;
  padding: 20px 0;
}
.jobs .content .job-item .job-details:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.jobs .content .job-item .left-column {
  float: left;
  width: 20%;
}
.jobs .content .job-item .left-column .details {
  margin-bottom: 40px;
}
.jobs .content .job-item .left-column p {
  font-size: 1.6rem;
  margin-bottom: 5px;
  word-wrap: break-word;
}
.jobs .content .job-item .left-column p a {
  display: block;
  word-wrap: break-word;
}
.jobs .content .job-item .left-column p:last-child {
  margin-bottom: 0;
}
.jobs .content .job-item .left-column p.bold-upper {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-family: "lato-black", "lato", sans-serif;
}
.jobs .content .job-item .right-column {
  float: right;
  width: 80%;
}
.jobs .content .job-item .right-column .job-accordion-container {
  width: 100%;
}
.jobs .content .job-item .right-column .job-accordion-container .job {
  padding: 0px 30px 40px 32px;
}
.jobs .content .job-item .right-column .job-accordion-container .job:last-child {
  margin-bottom: 0;
}
.jobs .content .job-item .right-column .job-accordion-container .job .job-specifics {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s max-height ease-in-out;
}
.jobs .content .job-item .right-column .job-accordion-container .job .job-desc {
  font-size: 1.8rem;
  line-height: 1.4;
}
.jobs .content .job-item .right-column .job-accordion-container .job .spec-header {
  font-size: 1.6rem;
  text-transform: uppercase;
  border-top: 2px solid #ECECEC;
  margin: 20px 0 10px;
  padding-top: 20px;
  font-family: "lato-bold", "lato", sans-serif;
}
.jobs .content .job-item .right-column .job-accordion-container .job ul {
  list-style: disc;
  column-count: 2;
  column-gap: 1.5rem;
}
.jobs .content .job-item .right-column .job-accordion-container .job ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.jobs .content .job-item .right-column .job-accordion-container .job ul li {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5rem 20px;
  width: 95%;
  font-size: 1.6rem;
}
.jobs .content .job-item .right-column .job-accordion-container .job ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
}
.jobs .content .job-item .job-cta {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.jobs .content .job-item .job-cta .btn {
  margin: 0px 20px;
}
.jobs .content .job-item .job-cta .btn.view-more-job:after {
  content: '';
  width: 16px;
  height: 12px;
  margin-left: 10px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -103px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.jobs .content .job-item .job-cta .btn.view-more-job.active:after {
  background-position: 0px -86px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 17px;
  display: inline-block;
}
/**************************************************************************************************
 *
 *  @Section: Media Queries
 *
***************************************************************************************************/
@media only screen and (max-width: 767px) {
  .jobs .content .job-item .right-column,
  .jobs .content .job-item .left-column {
    float: none;
    width: 100%;
  }
  .jobs .content .job-item .job-cta .btn {
    float: none;
    width: 100%;
    margin: 0;
  }
  .jobs .content .job-item .job-cta .btn:first-child {
    margin-bottom: 10px;
  }
  .jobs .content .job-item .right-column .job-accordion-container .job {
    padding: 0 0 30px;
  }
  .jobs .content .job-item .right-column .job-accordion-container .job ul {
    column-count: 1;
    column-gap: 0;
  }
  .jobs .content .job-item .right-column .job-accordion-container .job ul li {
    float: none;
    width: 100%;
  }
  .jobs .content .job-item .right-column .job-accordion-container .job ul li:last-child {
    margin-bottom: 0;
  }
}
/**************************************************************************************************
 *
 *  @Section: Student Life Page Styles
 *
***************************************************************************************************/
.student-life.original header.student-life-header .nav-right li.nav-residence-separator {
  color: white;
  margin: 0 10px 0 -10px;
}
.student-life.original .hero {
  background-image: url(https://studenthousing.imgix.net/img/hero-student-life.jpg);
}
.student-life.original .section-intro .container {
  padding: 100px 0 150px;
}
.student-life.original .content-arrow.opposite {
  border-left: 50.05vw solid #ECECEC;
  border-right: 50.05vw solid #ECECEC;
}
.student-life.original .feedback-featured {
  overflow: inherit;
  background: #ECECEC;
  position: relative;
  width: 100%;
}
.student-life.original .feedback-featured:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.student-life.original .feedback-featured .container {
  padding: 60px 0 6vh;
}
.student-life.original .feedback-featured:last-child .container {
  padding-bottom: 60px;
}
.student-life.original .feedback-featured .student-feedback {
  position: relative;
  float: left;
  max-width: 30%;
  margin: -12vh 5% 20px;
  background: #FFFFFF;
}
.student-life.original .feedback-featured .student-feedback .img-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.student-life.original .feedback-featured .student-feedback .img-container:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(https://studenthousing.imgix.net/img/quote-overlay-small.png);
  background-size: cover;
  width: 100%;
  height: 100%;
}
.student-life.original .feedback-featured .student-feedback .img-container img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.student-life.original .feedback-featured .student-feedback p,
.student-life.original .feedback-featured .student-feedback .quote-student {
  padding: 20px;
}
.student-life.original .feedback-featured .student-feedback .quote-student {
  padding-top: 0;
}
.student-life.original .feedback-featured .student-feedback p {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-family: "leitura-news", serif;
}
.student-life.original .feedback-featured .student-feedback .quote-student {
  font-size: 1.6rem;
}
.student-life.original .feedback-featured .text-feedback {
  width: 60%;
}
.student-life.original .feedback-featured .text-feedback h3 {
  line-height: 1.2;
}
.student-life.original .feedback-featured .text-feedback .line-small {
  height: 6px;
  float: left;
  margin: 20px 0;
  background: #000000;
}
.student-life.original .feedback-featured .text-feedback p {
  font-size: 2rem;
  margin-top: 50px;
}
.student-life.original .feedback-featured.yellow {
  background: #FFC600 url(https://studenthousing.imgix.net/img/student-life-yellow-hero.jpg) no-repeat bottom;
  background-size: 100% auto;
  margin-bottom: 0;
}
.student-life.original .feedback-featured.yellow .text-feedback h3,
.student-life.original .feedback-featured.yellow .text-feedback p {
  color: #FFFFFF;
}
.student-life.original .feedback-featured.yellow .text-feedback .line-small {
  background: #FFFFFF;
}
.student-life.original .feedback-featured:nth-of-type(odd) .student-feedback {
  float: left;
}
.student-life.original .feedback-featured:nth-of-type(odd) .text-feedback {
  float: right;
}
.student-life.original .feedback-featured:nth-of-type(even) .student-feedback {
  float: right;
}
.student-life.original .feedback-featured:nth-of-type(even) .text-feedback {
  float: left;
}
.student-life.original .studentlife-gallery {
  text-align: center;
}
.student-life.original .studentlife-gallery p {
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "lato-bold", "lato", sans-serif;
}
.student-life.original .studentlife-gallery .line-small {
  background: #000000;
  height: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100px;
}
.student-life.original .studentlife-gallery h3 {
  margin-bottom: 30px;
}
.student-life.original .students-feedback {
  background: #ECECEC;
}
.student-life.original .students-feedback .student-feedback {
  position: relative;
  display: block;
  float: left;
  width: 33.32%;
  min-height: 425px;
  vertical-align: top;
  margin-bottom: 15px;
  background: #FFFFFF;
}
.student-life.original .students-feedback .student-feedback:nth-child(2n+1) {
  clear: both;
  margin-right: 2%;
}
.student-life.original .students-feedback .student-feedback .img-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.student-life.original .students-feedback .student-feedback .img-container:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(https://studenthousing.imgix.net/img/quote-overlay-small.png);
  background-size: cover;
  width: 100%;
  height: 100%;
}
.student-life.original .students-feedback .student-feedback .img-container img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.student-life.original .students-feedback .student-feedback p,
.student-life.original .students-feedback .student-feedback .quote-student {
  padding: 20px;
}
.student-life.original .students-feedback .student-feedback .quote-student {
  padding-top: 0;
}
.student-life.original .students-feedback .student-feedback p {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-family: "leitura-news", serif;
}
.student-life.original .students-feedback .student-feedback .quote-student {
  font-size: 1.6rem;
}
.student-life.original .students-feedback .student-feedback.wide {
  width: 64.68%;
}
.student-life.original .students-feedback .student-feedback.wide .img-container {
  padding-bottom: 35%;
}
.student-life.original .students-feedback .student-feedback.wide .img-container:after {
  background-image: url(https://studenthousing.imgix.net/img/quote-overlay-large.png);
  height: 110%;
}
/**************************************************************************************************
 *
 *  @Section: Student Life Landing Styles
 *
***************************************************************************************************/
.student-life.home {
  background-color: #ECECEC;
}
.student-life.home .section-intro {
  background-color: #ECECEC;
}
.student-life.home .hero {
  background-image: url(https://studenthousing.imgix.net/img/hero-student-life-landing.jpg);
  background-position: 100% -40px;
}
.student-life.home .hero .content-arrow {
  border-bottom: 10px solid #ECECEC;
}
.student-life.home .select-residence .select-residence-container {
  position: relative;
  border-radius: 3px;
  background-color: #FFFFFF;
  border: 1px solid #cecece;
}
.student-life.home .select-residence .select-residence-container p {
  position: relative;
  width: 100%;
  padding: 14px 20px;
  font-size: 1.5rem;
  color: #919191;
  font-family: "lato-bold", "lato", sans-serif;
}
.student-life.home .select-residence .select-residence-container p:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-position: inherit;
  background-image: url(https://studenthousing.imgix.net/img/dropdown.png);
}
.student-life.home .select-residence .select-residence-container.open .residences {
  max-height: 500px;
}
.student-life.home .select-residence .select-residence-container .residences {
  overflow: hidden;
  max-height: 0;
  transition: all 0.2s ease-out;
}
.student-life.home .select-residence .select-residence-container .residences li {
  font-size: 1.5rem;
  font-family: "lato-bold", "lato", sans-serif;
}
.student-life.home .select-residence .select-residence-container .residences li a {
  width: 100%;
  padding: 14px 20px;
  color: #555555;
}
.student-life.home .select-residence .select-residence-container .residences li a:hover {
  color: #FFFFFF;
  background-color: #FC4D50;
}
.student-life.home .other-residences .container {
  padding: 0;
}
.student-life.home .other-residences .residences-teasers li {
  width: 25.5%;
  padding-bottom: 25.5%;
}
.student-life.home .other-residences .residences-teasers li .caption {
  z-index: 10;
}
/**************************************************************************************************
 *
 *  @Section: Student Life Discounts Styles
 *
***************************************************************************************************/
.student-life.discounts .ui-menu .ui-menu-item.ui-state-focus {
  background-color: #FFC600;
}
.student-life.discounts .hero {
  background-image: url(https://studenthousing.imgix.net/img/hero-discounts.jpg);
}
.student-life.discounts .hero .content-arrow {
  border-bottom: 10px solid #FFFFFF;
}
.student-life.discounts .discount-list {
  background-color: #ECECEC;
}
.student-life.discounts .discount-list .filter {
  width: 75%;
  margin: auto;
}
.student-life.discounts .discount-list .discount-list-container {
  margin-top: 70px;
}
.student-life.discounts .discount-list .discount-list-container:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.student-life.discounts .discount-list .discount-list-container li {
  position: relative;
  padding: 40px 60px;
  background-color: #FFFFFF;
}
.student-life.discounts .discount-list .discount-list-container li:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  width: calc(100% - 120px);
  height: 3px;
  background-color: #ECECEC;
}
.student-life.discounts .discount-list .discount-list-container li:first-child:before {
  display: none;
}
.student-life.discounts .discount-list .discount-list-container li:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.student-life.discounts .discount-list .discount-list-container li.has-image .image-container {
  display: block;
  float: left;
  width: 18%;
  margin-right: 2%;
}
.student-life.discounts .discount-list .discount-list-container li.has-image .image-container img {
  width: auto;
  max-width: 100%;
}
.student-life.discounts .discount-list .discount-list-container li.has-image .discount-info {
  float: left;
  width: 80%;
}
.student-life.discounts .discount-list .discount-list-container li.btn-container {
  background-color: transparent;
  text-align: center;
}
.student-life.discounts .discount-list .discount-list-container li.btn-container.more,
.student-life.discounts .discount-list .discount-list-container li.btn-container.less {
  height: auto;
}
.student-life.discounts .discount-list .discount-list-container li.btn-container.more .btn:before,
.student-life.discounts .discount-list .discount-list-container li.btn-container.less .btn:before {
  display: none;
}
.student-life.discounts .discount-list .discount-list-container li.btn-container.more .btn:after,
.student-life.discounts .discount-list .discount-list-container li.btn-container.less .btn:after {
  content: '';
  margin-left: 10px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -103px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 17px;
  display: inline-block;
}
.student-life.discounts .discount-list .discount-list-container li.btn-container.less .btn:after {
  background-position: 0px -86px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 17px;
  display: inline-block;
}
.student-life.discounts .discount-list .discount-list-container li .image-container {
  display: none;
}
.student-life.discounts .discount-list .discount-list-container li .discount-info h4 {
  margin-bottom: 10px;
}
.student-life.discounts .discount-list .discount-list-container li .discount-info p {
  display: block;
  font-size: 1.8rem;
}
.student-life.discounts .discount-list .discount-list-container li .discount-info p a {
  text-decoration: underline;
  font-weight: bold;
}
.student-life.discounts .discount-list .discount-list-container li .discount-info table {
  margin-top: 20px;
}
.student-life.discounts .discount-list .discount-list-container li .discount-info table th,
.student-life.discounts .discount-list .discount-list-container li .discount-info table td {
  font-size: 1.8rem;
  font-weight: normal;
}
.student-life.discounts .discount-list .discount-list-container li .discount-info table th {
  padding-right: 20px;
  padding-bottom: 10px;
  text-decoration: underline;
}
.student-life.discounts .discount-list .discount-list-container li .discount-info table th:last-child {
  padding-right: 0;
}
.student-life.discounts .discount-list .discount-list-container li .discount-info .location-info {
  margin-top: 20px;
}
.student-life.discounts .discount-list .discount-list-container li .discount-info .location-info .location,
.student-life.discounts .discount-list .discount-list-container li .discount-info .location-info .phone,
.student-life.discounts .discount-list .discount-list-container li .discount-info .location-info .website {
  position: relative;
}
.student-life.discounts .discount-list .discount-list-container li .discount-info .location-info .location:before,
.student-life.discounts .discount-list .discount-list-container li .discount-info .location-info .phone:before,
.student-life.discounts .discount-list .discount-list-container li .discount-info .location-info .website:before {
  content: '';
  vertical-align: middle;
  margin-right: 10px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
}
.student-life.discounts .discount-list .discount-list-container li .discount-info .location-info .location,
.student-life.discounts .discount-list .discount-list-container li .discount-info .location-info .phone {
  margin-bottom: 10px;
}
.student-life.discounts .discount-list .discount-list-container li .discount-info .location-info .location:before {
  background-position: 0px -656px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 20px;
  height: 26px;
  display: inline-block;
}
.student-life.discounts .discount-list .discount-list-container li .discount-info .location-info .phone:before {
  background-position: 0px -789px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 17px;
  height: 27px;
  display: inline-block;
}
.student-life.discounts .discount-list .discount-list-container li .discount-info .location-info .website {
  left: -5px;
}
.student-life.discounts .discount-list .discount-list-container li .discount-info .location-info .website:before {
  background-position: 0px -176px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 25px;
  height: 21px;
  display: inline-block;
}
.student-life.newsletter .hero .content-arrow {
  border-bottom: 10px solid #ECECEC;
}
.student-life.events .hero .content-arrow {
  border-bottom: 10px solid #FFFFFF;
}
/**************************************************************************************************
 *
 *  @Section: Student Life Building Styles
 *
***************************************************************************************************/
.student-life.building {
  background-color: #ECECEC;
}
.student-life.building .hero {
  background-image: url(https://studenthousing.imgix.net/img/placeholder-clark-hero.jpg);
}
.student-life.building .hero .content-arrow {
  border-bottom: 10px solid #ECECEC;
}
.student-life.building .section-intro {
  background-color: #ECECEC;
}
.student-life.building .section-intro .container {
  padding: 30px 0;
}
@media only screen and (min-width: 767px) {
  .student-life.building .content {
    padding-bottom: 150px;
  }
}
.student-life.building .content .container {
  padding-top: 0;
}
.student-life.building .faq-container {
  height: 0;
  padding: 0;
}
.student-life.building .left-column {
  position: relative;
  float: left;
  width: 26%;
}
.student-life.building .sidebar-nav {
  z-index: 20;
}
.student-life.building .sidebar-nav ul {
  border-bottom: 6px solid #FC4D50;
}
.student-life.building .sidebar-nav.fixed {
  top: 80px;
}
.student-life.building .building-section {
  width: 72%;
  float: right;
  margin-bottom: 40px;
}
.student-life.building .building-section:last-child {
  margin-bottom: 0;
}
.student-life.building .building-section h3 {
  padding-top: 5px;
  margin-bottom: 40px;
}
.student-life.building.red .team ul li:hover:before {
  background-color: rgba(252, 77, 80, 0.9);
}
.student-life.building.red .team ul li.more {
  background: #FC4D50;
}
.student-life.building.red .team ul li.less {
  background: #FC4D50;
}
.student-life.building.blue .team ul li:hover:before {
  background-color: rgba(5, 171, 194, 0.9);
}
.student-life.building.blue .team ul li.more {
  background: #05abc2;
}
.student-life.building.blue .team ul li.less {
  background: #05abc2;
}
.student-life.building.green .team ul li:hover:before {
  background-color: rgba(39, 160, 91, 0.9);
}
.student-life.building.green .team ul li.more {
  background: #27A05B;
}
.student-life.building.green .team ul li.less {
  background: #27A05B;
}
.student-life.building.teal .team ul li:hover:before {
  background-color: rgba(7, 190, 163, 0.9);
}
.student-life.building.teal .team ul li.more {
  background: #07BEA3;
}
.student-life.building.teal .team ul li.less {
  background: #07BEA3;
}
.student-life.building.purple .team ul li:hover:before {
  background-color: rgba(133, 49, 157, 0.9);
}
.student-life.building.purple .team ul li.more {
  background: #85319d;
}
.student-life.building.purple .team ul li.less {
  background: #85319d;
}
.student-life.building .team h3 {
  font-size: 3.2rem;
  text-align: left;
}
.student-life.building .building-entry {
  position: relative;
  background-color: #FFFFFF;
  border-bottom: 6px solid #FC4D50;
}
.student-life.building .building-entry.welcome {
  padding: 40px;
  border-bottom: none;
}
.student-life.building .building-entry.welcome h3,
.student-life.building .building-entry.welcome p {
  margin: 0;
}
.student-life.building .building-entry.welcome p {
  font-size: 2.2rem;
}
.student-life.building .building-entry.policies {
  border-bottom: none;
}
.student-life.building .building-entry.policies .text-container p,
.student-life.building .building-entry.policies .text-container h4,
.student-life.building .building-entry.policies .text-container a {
  color: #FFFFFF;
}
.student-life.building .building-entry.column {
  border-bottom: none !important;
  background-color: inherit;
}
.student-life.building .building-entry.column .half {
  float: left;
  width: 47.5%;
  margin-right: 5%;
  border-bottom: 6px solid #FC4D50;
  background-color: #FFFFFF;
}
.student-life.building .building-entry.column .half:nth-child(odd) {
  clear: both;
}
.student-life.building .building-entry.column .half:nth-child(even) {
  margin-right: 0;
}
.student-life.building .building-entry.column .half .text-container {
  width: 100%;
}
.student-life.building .building-entry.community {
  margin: 0;
  padding: 0;
  column-count: 2;
}
.student-life.building .building-entry.community > div {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  margin-right: 5%;
}
.student-life.building .building-entry.community > div h4,
.student-life.building .building-entry.community > div p,
.student-life.building .building-entry.community > div a {
  color: #FFFFFF;
}
.student-life.building .building-entry.community > div .text-container {
  width: 100%;
}
.student-life.building .building-entry.full .text-container {
  width: 100%;
}
.student-life.building .building-entry.full .half {
  position: relative;
  float: left;
  width: 50%;
}
.student-life.building .building-entry.full .half:first-child {
  padding-right: 7%;
}
.student-life.building .building-entry.full .half:last-child {
  padding-left: 7%;
}
.student-life.building .building-entry.full .half:last-child p {
  margin: 0;
}
.student-life.building .building-entry.full .half:last-child:before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  left: 0;
  background-color: #ECECEC;
}
.student-life.building .building-entry:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.student-life.building .building-entry hr {
  width: 25%;
  height: 6px;
  border: none;
  margin: 20px 0;
  background-color: #000000;
}
.student-life.building .building-entry p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.student-life.building .building-entry p a {
  color: #FC4D50;
}
.student-life.building .building-entry.photo-left .text-container {
  float: right;
}
.student-life.building .building-entry.photo-left .img-container {
  left: 0;
}
.student-life.building .building-entry.photo-right .text-container {
  float: left;
}
.student-life.building .building-entry.photo-right .img-container {
  right: 0;
}
.student-life.building .building-entry .img-container {
  position: absolute;
  height: 100%;
  width: 30%;
  overflow: hidden;
}
.student-life.building .building-entry .img-container img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.student-life.building .building-entry .text-container {
  width: 70%;
  padding: 40px;
}
.student-life.building .building-entry .text-container:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.student-life.building .building-entry .text-container h4,
.student-life.building .building-entry .text-container p {
  margin-bottom: 10px;
}
.student-life.building .building-entry .text-container a {
  display: inline-block;
  margin: 0 20px 10px 0;
  text-transform: uppercase;
  color: #FC4D50;
  font-family: "lato-black", "lato", sans-serif;
}
.student-life.building .building-entry .text-container a:last-child {
  margin: 0;
}
.student-life.building .map .building-pin {
  top: 11%;
  right: 42%;
}
.student-life.building .map .building-pin .pin.red {
  background-image: url(https://studenthousing.imgix.net/img/map-pin-red.png);
}
.student-life.building .map .building-pin .pin.blue {
  background-image: url(https://studenthousing.imgix.net/img/map-pin-blue.png);
}
.student-life.building .map .building-pin .pin.green {
  background-image: url(https://studenthousing.imgix.net/img/map-pin-green.png);
}
.student-life.building .map .building-pin .pin.teal {
  background-image: url(https://studenthousing.imgix.net/img/map-pin-teal.png);
}
.student-life.building .map .building-pin .pin.purple {
  background-image: url(https://studenthousing.imgix.net/img/map-pin-purple.png);
}
.student-life.building .map .building-pin .pin.orange {
  background-image: url(https://studenthousing.imgix.net/img/map-pin-orange.png);
}
.student-life.building .map {
  width: 100%;
  float: none;
  position: relative;
  margin: 0 0 60px;
  padding: 0 0 39%;
  background-size: cover;
  background-position: center;
}
.student-life.building .map .building-pin {
  position: absolute;
  cursor: pointer;
}
.student-life.building .map .building-pin.active .building-hover .close-loc {
  visibility: visible;
  opacity: 1;
}
.student-life.building .map .building-pin:hover .pin:after,
.student-life.building .map .building-pin.active .pin:after {
  opacity: 1;
  visibility: visible;
}
.student-life.building .map .building-pin:hover .building-hover,
.student-life.building .map .building-pin.active .building-hover {
  opacity: 1;
  visibility: visible;
}
.student-life.building .map .building-pin .pin {
  display: block;
  max-width: 25px;
  max-height: 39px;
  width: 2vw;
  height: 3.5vw;
  background-repeat: no-repeat;
  background-size: contain;
}
.student-life.building .map .building-pin .pin:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid #FFFFFF;
  transition: all 0.2s ease-out;
}
.student-life.building .map .building-pin .building-hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  cursor: default;
  width: 55vw;
  max-width: 745px;
  top: 135%;
  right: 0;
  margin: auto;
  left: -19vw;
  z-index: 10;
  background-color: #FFFFFF;
  transition: all 0.2s ease-out;
}
.student-life.building .map .building-pin .building-hover:before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 30px;
  width: 100%;
  background: transparent;
}
.student-life.building .map .building-pin .building-hover:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.student-life.building .map .building-pin .building-hover .close-loc {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 10;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -512px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 21px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.student-life.building .map .building-pin .building-hover .close-loc:hover {
  background-position: 0px -491px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 21px;
  height: 21px;
}
.student-life.building .map .building-pin .building-hover .building-info {
  padding: 40px;
  right: 0;
}
.student-life.building .map .building-pin .building-hover .building-info .lead {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.student-life.building .map .building-pin .building-hover .building-info h3 {
  margin-bottom: 10px;
}
.student-life.building .map .building-pin .building-hover .building-info hr {
  width: 25%;
  height: 6px;
  border: none;
  margin: 30px 0;
}
.student-life.building .map .building-pin .building-hover .building-info p {
  font-size: 1.6rem;
  color: #4c4c4c;
}
.student-life.building .map .building-pin .building-hover .building-info p a {
  display: block;
  word-wrap: break-word;
}
.student-life.building .map .building-pin .building-hover .building-info p.note {
  font-size: 1.3rem;
  margin-top: 20px;
}
.student-life.building .map .building-pin .building-hover .building-info .office-info:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.student-life.building .map .building-pin .building-hover .building-info .office-info .contact,
.student-life.building .map .building-pin .building-hover .building-info .office-info .hours {
  position: relative;
  float: left;
  width: 50%;
}
.student-life.building .map .building-pin .building-hover .building-info .office-info .contact {
  padding-right: 7%;
}
.student-life.building .map .building-pin .building-hover .building-info .office-info .hours {
  padding-left: 7%;
}
.student-life.building .map .building-pin .building-hover .building-info .office-info .hours:before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  left: 0;
  background-color: #ECECEC;
}
.student-life.building .resident-app {
  float: none;
  width: 100%;
  padding: 60px 0;
  background-color: #FFFFFF;
}
.student-life.building .resident-app .container {
  padding: 0;
}
.student-life.building .resident-app .app-dl-container {
  width: 65%;
  margin-right: 5%;
  float: left;
}
.student-life.building .resident-app .app-dl-container h3 {
  padding: 0;
  margin-bottom: 30px;
}
.student-life.building .resident-app .app-dl-container p {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.student-life.building .resident-app .app-dl-container .app-container a {
  display: inline-block;
  vertical-align: middle;
}
.student-life.building .resident-app .app-dl-container .app-container a:first-child {
  margin-right: 20px;
}
.student-life.building .resident-app .img-container {
  width: 30%;
  float: right;
}
.student-life.building .safety-security .ss-head {
  padding: 40px 60px;
  background-color: #FC4D50;
  color: #FFFFFF;
}
.student-life.building .safety-security .ss-head .btn {
  background-color: #FFFFFF;
  color: #FC4D50;
}
.student-life.building .safety-security .ss-head h3 {
  color: #FFFFFF;
  margin-bottom: 25px;
}
.student-life.building .safety-security .ss-head p.intro {
  font-size: 2.2rem;
  margin-bottom: 25px;
}
.student-life.building .safety-security .ss-information {
  padding: 40px 60px;
  background-color: #FFFFFF;
}
.student-life.building .safety-security .ss-information:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.student-life.building .safety-security .ss-information .lead {
  margin-bottom: 10px;
}
.student-life.building .safety-security .ss-information p strong {
  font-family: "lato-bold", "lato", sans-serif;
}
.student-life.building .safety-security .ss-information .emergency-info,
.student-life.building .safety-security .ss-information .other-info {
  float: left;
  width: 48%;
}
.student-life.building .safety-security .ss-information .emergency-info {
  position: relative;
  margin-right: 4%;
}
.student-life.building .safety-security .ss-information .emergency-info:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #ECECEC;
}
.student-life.building .safety-security .ss-information .info-hours {
  margin-bottom: 30px;
}
.student-life.building .safety-security .ss-information .info-hours:last-child {
  margin-bottom: 0;
}
/**************************************************************************************************
 *
 *  @Section: Template Page Styles
 *
***************************************************************************************************/
.student-life.template .hero {
  background-image: url(https://studenthousing.imgix.net/img/template-hero-img.jpg);
}
.student-life.newsletter .hero {
  background-image: url(https://studenthousing.imgix.net/img/sl-hero-newsletter-landing.jpg);
}
.student-life.press-detail .hero {
  background-image: url(https://studenthousing.imgix.net/img/sl-hero-newsletter-detail.jpg);
}
.student-life.maintenance .hero {
  background-image: url(https://studenthousing.imgix.net/img/sl-hero-maitenance.jpg);
}
.student-life.maintenance .hero.small .text-hero h1 {
  font-size: 10.75vw;
}
.student-life.ra .hero {
  background-image: url(https://studenthousing.imgix.net/img/hero-resident-advisors.jpg);
}
.student-life.events .hero {
  background-image: url(https://studenthousing.imgix.net/img/sl-hero-events.jpg);
}
.student-life.faqs .hero {
  background-image: url(https://studenthousing.imgix.net/img/template-hero-img.jpg);
}
@media only screen and (min-width: 767px) {
  .student-life.faqs .content {
    padding-bottom: 220px;
  }
}
.student-life.faqs.st-george-towers .content .faq-text a {
  color: #FC4D50;
}
.student-life.faqs.new-yorker .content .faq-text a {
  color: #05abc2;
}
.student-life.faqs.third-avenue .content .faq-text a {
  color: #27A05B;
}
.student-life.faqs.john-street .content .faq-text a {
  color: #07BEA3;
}
.student-life.faqs.marymount .content .faq-text a {
  color: #85319d;
}
.student-life.faqs.cooper-square .content .faq-text a {
  color: #FF8A00;
}
.student-life a.back {
  color: #05abc2;
  font-size: 1.6rem;
  font-family: "lato-bold", "lato", sans-serif;
}
.template.ra .ra-subpages h4 {
  margin: -20px 0 20px 0;
  text-align: center;
}
/**************************************************************************************************
 *
 *  @Section: Media Queries
 *
***************************************************************************************************/
@media only screen and (max-width: 1275px) {
  .student-life.building .map {
    padding: 0 0 49%;
    background-size: 124%;
  }
}
@media only screen and (max-width: 1024px) {
  .student-life.building .building-entry.column .half {
    width: 100%;
    margin: 0;
    float: none;
  }
  .student-life.building .building-entry.column .half:first-child {
    margin-bottom: 40px;
  }
  .student-life.building .map {
    margin-bottom: 40px;
    padding: 0 0 60%;
    overflow: visible;
    background-size: 150%;
    background-position: center;
  }
  .student-life.building .map .building-pin .pin {
    width: 7vw;
    height: 10.5vw;
  }
  .student-life.building .map .building-pin .building-hover .building-info {
    padding: 20px;
  }
  .student-life.building .map .building-pin .building-hover .building-info h3 {
    font-size: 4vw;
  }
  .student-life.building .map .building-pin .building-hover .building-info .lead {
    font-size: 1.2rem;
  }
  .student-life.building .map .building-pin .building-hover .building-info p {
    font-size: 1.4rem;
  }
  .student-life.building .map .building-pin .building-hover .building-info hr {
    margin: 15px 0;
  }
  .student-life.building.st-george-towers .map .building-pin {
    right: 38%;
  }
  .student-life.building.new-yorker .map .building-pin {
    right: 40%;
    top: 12%;
  }
  .student-life.building.third-avenue .map .building-pin {
    right: 38%;
    top: 12%;
  }
  .student-life.building.john-street .map .building-pin {
    right: 36.5%;
  }
  .student-life.building.marymount .map .building-pin {
    right: 39.25%;
    top: 11.5%;
  }
  .student-life.building.cooper-square .map .building-pin {
    right: 37.75%;
  }
}
@media only screen and (max-width: 1024px) {
  .student-life header .nav-container {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .student-life.original header.student-life-header .nav-right li.nav-residence-separator {
    display: none;
  }
  .student-life.original .section-intro .container {
    padding: 40px 0;
  }
  .student-life.original .feedback-featured {
    background: #ECECEC;
    max-height: auto;
    text-align: center;
  }
  .student-life.original .feedback-featured .container {
    width: 75%;
  }
  .student-life.original .feedback-featured .text-feedback {
    width: 100%;
  }
  .student-life.original .feedback-featured .text-feedback h3 {
    font-size: 3.5rem;
  }
  .student-life.original .feedback-featured .text-feedback .line-small {
    margin: 20px auto;
    float: none;
  }
  .student-life.original .feedback-featured .text-feedback p {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .student-life.original .feedback-featured .student-feedback {
    margin: 20px auto 0;
    max-width: inherit;
    text-align: left;
  }
  .student-life.original .feedback-featured:nth-of-type(odd) .student-feedback,
  .student-life.original .feedback-featured:nth-of-type(even) .student-feedback,
  .student-life.original .feedback-featured:nth-of-type(odd) .text-feedback,
  .student-life.original .feedback-featured:nth-of-type(even) .text-feedback {
    float: none;
  }
  .student-life.original .students-feedback .container {
    width: 75%;
  }
  .student-life.original .students-feedback .student-feedback {
    float: none;
    width: 100%;
    min-height: inherit;
    max-height: inherit;
  }
  .student-life.original .students-feedback .student-feedback:last-child {
    margin-bottom: 0;
  }
  .student-life.original .students-feedback .student-feedback:nth-child(2n+1) {
    margin-right: 0;
  }
  .student-life.original .students-feedback .student-feedback.wide {
    width: 100%;
    max-height: inherit;
  }
  .student-life.original .students-feedback .student-feedback.wide .img-container {
    padding-bottom: 70%;
  }
  .student-life.original .students-feedback .student-feedback.wide .img-container:after {
    background-image: url(https://studenthousing.imgix.net/img/quote-overlay-small.png);
  }
  .student-life.home .hero {
    background-position: inherit;
  }
  .student-life.home .quote-container .quote .quote-text {
    padding: 0;
  }
  .student-life.home .quote-container .content-arrows {
    display: none;
  }
  .student-life.discounts .discount-list .filter {
    width: 100%;
  }
  .student-life.discounts .discount-list .discount-list-container {
    margin-top: 50px;
  }
  .student-life.discounts .discount-list .discount-list-container li {
    padding: 20px 30px;
  }
  .student-life.discounts .discount-list .discount-list-container li:before {
    width: calc(100% - 60px);
  }
  .student-life.discounts .discount-list .discount-list-container li:first-child:before {
    display: none;
  }
  .student-life.discounts .discount-list .discount-list-container li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
  }
  .student-life.discounts .discount-list .discount-list-container li .discount-info p a {
    text-decoration: underline;
  }
  .student-life.discounts .discount-list .discount-list-container li.has-image .image-container {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .student-life.discounts .discount-list .discount-list-container li.has-image .image-container img {
    margin: auto;
  }
  .student-life.discounts .discount-list .discount-list-container li.has-image .discount-info {
    float: none;
    width: 100%;
  }
  .student-life.building .building-section .building-entry.community {
    column-count: 1;
  }
  .student-life.building .building-section .building-entry.community .ss-head {
    float: left;
    width: 100%;
  }
  .student-life.building .hero {
    margin-bottom: 0;
  }
  .student-life.building .hero .content-arrow {
    display: none;
  }
  .student-life.building .section-intro {
    background-color: #ECECEC;
  }
  .student-life.building .section-intro .container {
    padding: 0;
  }
  .student-life.building .building-section.map {
    background-size: cover;
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .student-life.building .building-section.map .building-pin {
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
  }
  .student-life.building .building-section.map .building-pin .pin {
    display: none;
  }
  .student-life.building .building-section.map .building-pin .building-hover {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    width: 90%;
    margin: auto;
  }
  .student-life.building .building-section.map .building-pin .building-hover .building-info {
    padding: 20px;
  }
  .student-life.building .building-section.map .building-pin .building-hover .building-info h3 {
    font-size: 3.5rem;
  }
  .student-life.building .building-section.map .building-pin .building-hover .building-info p {
    font-size: 1.6rem;
  }
  .student-life.building .building-section.map .building-pin .building-hover .building-info .office-info .contact,
  .student-life.building .building-section.map .building-pin .building-hover .building-info .office-info .hours {
    float: none;
    width: 100%;
    padding: 0;
  }
  .student-life.building .building-section.map .building-pin .building-hover .building-info .office-info .contact {
    margin-bottom: 20px;
  }
  .student-life.building .building-section.map .building-pin .building-hover .building-info .office-info .hours:before {
    display: none;
  }
  .student-life.building .faq-container {
    margin-bottom: 65px;
  }
  .student-life.building .left-column,
  .student-life.building .right-column {
    width: 100%;
    float: none;
  }
  .student-life.building .faq-container {
    width: 100%;
  }
  .student-life.building .content .container {
    padding: 0;
  }
  .student-life.building .sidebar-nav.fixed {
    top: 65px;
  }
  .student-life.building .sidebar-nav ul {
    border-bottom: none !important;
  }
  .student-life.building .building-section {
    width: 100%;
    margin: 0 auto 0;
    padding: 0 0 40px;
  }
  .student-life.building .building-section h3 {
    text-align: center;
  }
  .student-life.building .building-section.resident-app {
    width: 90%;
    padding: 0;
  }
  .student-life.building .building-section.resident-app .container {
    width: 100%;
  }
  .student-life.building .building-section.resident-app .building-section {
    margin: 0;
  }
  .student-life.building .building-section.resident-app .app-dl-container,
  .student-life.building .building-section.resident-app .img-container {
    width: 100%;
    display: block;
    margin: 0;
  }
  .student-life.building .building-section.resident-app .app-dl-container {
    padding: 20px;
  }
  .student-life.building .building-section.resident-app .app-dl-container .app-container a {
    max-width: 45%;
  }
  .student-life.building .building-section.safety-security {
    margin-bottom: 40px;
  }
  .student-life.building .building-section.safety-security .ss-head {
    padding: 20px;
  }
  .student-life.building .building-section.safety-security .ss-head .btn {
    max-width: 100%;
    white-space: inherit;
  }
  .student-life.building .building-section.safety-security .ss-information {
    padding: 20px;
  }
  .student-life.building .building-section.safety-security .ss-information .emergency-info,
  .student-life.building .building-section.safety-security .ss-information .other-info {
    width: 100%;
    float: none;
  }
  .student-life.building .building-section.safety-security .ss-information .emergency-info {
    margin-bottom: 20px;
  }
  .student-life.building .building-section.safety-security .ss-information .emergency-info:after {
    display: none;
  }
  .student-life.building .welcome-container {
    width: 100%;
  }
  .student-life.building .building-entry.welcome {
    padding: 20px;
  }
  .student-life.building .building-entry.welcome h3 {
    margin-bottom: 10px;
  }
  .student-life.building .building-entry.welcome hr {
    display: none;
  }
  .student-life.building .building-entry.events-discounts .half {
    height: auto !important;
  }
  .student-life.building .building-entry.full .half {
    width: 100%;
    margin: 0;
    float: none;
  }
  .student-life.building .building-entry.full .half:first-child {
    padding: 0 0 20px;
  }
  .student-life.building .building-entry.full .half:last-child {
    padding: 0;
  }
  .student-life.building .building-entry.full .half:last-child:before {
    position: relative;
    width: 100%;
    height: 2px;
    margin-bottom: 20px;
  }
  .student-life.building .building-entry .img-container {
    position: relative;
    width: 100%;
  }
  .student-life.building .building-entry .img-container img {
    width: 100%;
    position: relative;
    transform: none;
    top: inherit;
    left: inherit;
    min-width: inherit;
    min-height: inherit;
  }
  .student-life.building .building-entry .text-container {
    float: none;
    width: 100%;
    padding: 20px;
  }
}
/**************************************************************************************************
 *
 *  @Section: NYU Styles and Landing Pages
 *
***************************************************************************************************/
.nyu .section-intro h3,
.landing-page .section-intro h3 {
  margin-bottom: 10px;
}
.nyu .section-intro h5,
.landing-page .section-intro h5 {
  width: 50vw;
  margin: auto;
}
.nyu .section-intro hr,
.landing-page .section-intro hr {
  content: '';
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1px;
  margin: 30px 0 0;
  border-color: #ececec;
}
.nyu .section-intro p,
.landing-page .section-intro p {
  color: #000000;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.2rem;
}
.nyu .section-intro img,
.landing-page .section-intro img {
  max-width: 100%;
}
.nyu .section-intro .btn.yellow,
.landing-page .section-intro .btn.yellow {
  margin-top: 20px;
}
.nyu .section-intro + .copy-container .container,
.landing-page .section-intro + .copy-container .container {
  padding-top: 0;
}
.nyu .copy-container,
.landing-page .copy-container {
  color: #000000;
}
.nyu .copy-container h1,
.landing-page .copy-container h1,
.nyu .copy-container h2,
.landing-page .copy-container h2,
.nyu .copy-container h3,
.landing-page .copy-container h3,
.nyu .copy-container h4,
.landing-page .copy-container h4,
.nyu .copy-container h5,
.landing-page .copy-container h5,
.nyu .copy-container h6,
.landing-page .copy-container h6 {
  margin-bottom: 10px;
  color: #000000;
}
.nyu .copy-container ul,
.landing-page .copy-container ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}
.nyu .copy-container ul li,
.landing-page .copy-container ul li {
  margin-bottom: 10px;
}
.nyu .copy-container ul li:last-child,
.landing-page .copy-container ul li:last-child {
  margin-bottom: 0;
}
.nyu .copy-container img,
.landing-page .copy-container img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.nyu .copy-container a,
.landing-page .copy-container a {
  text-decoration: underline;
  color: #000000;
}
.nyu .copy-container p,
.landing-page .copy-container p {
  margin-bottom: 10px;
  font-size: 2.2rem;
}
.nyu .copy-container strong,
.landing-page .copy-container strong {
  font-family: "lato-bold", "lato", sans-serif;
}
.nyu .copy-container em,
.landing-page .copy-container em {
  font-style: italic;
}
.nyu .copy-container table,
.landing-page .copy-container table {
  max-width: 100%;
}
.nyu .amenities .container,
.landing-page .amenities .container {
  padding: 60px 0 20px;
}
.nyu .amenities h4,
.landing-page .amenities h4,
.nyu .amenities h3,
.landing-page .amenities h3 {
  margin-bottom: 30px;
}
.nyu .amenities ul,
.landing-page .amenities ul {
  margin: 0;
  padding: 0;
  column-count: 3;
}
.nyu .amenities ul:after,
.landing-page .amenities ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.nyu .amenities ul li,
.landing-page .amenities ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  margin-right: 5%;
  font-size: 1.6rem;
  padding-left: 47px;
}
.nyu .amenities ul li:nth-child(3n+3),
.landing-page .amenities ul li:nth-child(3n+3) {
  margin-right: 0;
}
.nyu .amenities ul li:nth-child(3n+4),
.landing-page .amenities ul li:nth-child(3n+4) {
  clear: both;
}
.nyu .amenities ul li.strike p,
.landing-page .amenities ul li.strike p {
  text-decoration: line-through;
}
.nyu .amenities ul li img,
.landing-page .amenities ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 25px;
  max-height: 25px;
}
.nyu .amenities ul li.security:before,
.landing-page .amenities ul li.security:before {
  width: 20px;
  height: 25px;
  background-position: -1px -561px;
}
.nyu .amenities ul li.fridge:before,
.landing-page .amenities ul li.fridge:before {
  width: 18px;
  height: 24px;
  background-position: -1px -160px;
}
.nyu .amenities ul li.atm:before,
.landing-page .amenities ul li.atm:before {
  width: 26px;
  height: 22px;
  background-position: -1px -26px;
}
.nyu .amenities ul li.bathroom:before,
.landing-page .amenities ul li.bathroom:before {
  width: 23px;
  height: 23px;
  background-position: -1px -50px;
}
.nyu .amenities ul li.bike-storage:before,
.landing-page .amenities ul li.bike-storage:before {
  width: 27px;
  height: 19px;
  background-position: -1px -75px;
}
.nyu .amenities ul li.ac:before,
.landing-page .amenities ul li.ac:before {
  width: 19px;
  height: 23px;
  background-position: -1px -1px;
}
.nyu .amenities ul li.communal-kitchen:before,
.landing-page .amenities ul li.communal-kitchen:before {
  width: 21px;
  height: 24px;
  background-position: -1px -96px;
}
.nyu .amenities ul li.fitness-center:before,
.landing-page .amenities ul li.fitness-center:before {
  width: 24px;
  height: 14px;
  background-position: -1px -122px;
}
.nyu .amenities ul li.flat-screen:before,
.landing-page .amenities ul li.flat-screen:before {
  width: 23px;
  height: 20px;
  background-position: -1px -138px;
}
.nyu .amenities ul li.furnished:before,
.landing-page .amenities ul li.furnished:before {
  width: 23px;
  height: 20px;
  background-position: -1px -633px;
}
.nyu .amenities ul li.game-room:before,
.landing-page .amenities ul li.game-room:before {
  width: 23px;
  height: 23px;
  background-position: -1px -186px;
}
.nyu .amenities ul li.hard-key:before,
.landing-page .amenities ul li.hard-key:before {
  width: 13px;
  height: 27px;
  background-position: -1px -211px;
}
.nyu .amenities ul li.hydration:before,
.landing-page .amenities ul li.hydration:before {
  width: 19px;
  height: 28px;
  background-position: -1px -240px;
}
.nyu .amenities ul li.ice-machine:before,
.landing-page .amenities ul li.ice-machine:before {
  width: 21px;
  height: 20px;
  background-position: -1px -270px;
}
.nyu .amenities ul li.kitchen:before,
.landing-page .amenities ul li.kitchen:before {
  width: 23px;
  height: 23px;
  background-position: -1px -292px;
}
.nyu .amenities ul li.key-card:before,
.landing-page .amenities ul li.key-card:before {
  width: 23px;
  height: 18px;
  background-position: -1px -341px;
}
.nyu .amenities ul li.laundry:before,
.landing-page .amenities ul li.laundry:before {
  width: 22px;
  height: 25px;
  background-position: -1px -361px;
}
.nyu .amenities ul li.mail-room:before,
.landing-page .amenities ul li.mail-room:before {
  width: 23px;
  height: 17px;
  background-position: -1px -414px;
}
.nyu .amenities ul li.microwave:before,
.landing-page .amenities ul li.microwave:before {
  width: 25px;
  height: 19px;
  background-position: -1px -433px;
}
.nyu .amenities ul li.premium-tv:before,
.landing-page .amenities ul li.premium-tv:before {
  width: 19px;
  height: 23px;
  background-position: -1px -483px;
}
.nyu .amenities ul li.private-bathroom:before,
.landing-page .amenities ul li.private-bathroom:before {
  width: 23px;
  height: 23px;
  background-position: -1px -508px;
}
.nyu .amenities ul li.live-in-staff:before,
.landing-page .amenities ul li.live-in-staff:before {
  width: 22px;
  height: 24px;
  background-position: -1px -388px;
}
.nyu .amenities ul li.public-ipad:before,
.landing-page .amenities ul li.public-ipad:before {
  width: 18px;
  height: 22px;
  background-position: -1px -317px;
}
.nyu .amenities ul li.screening-room:before,
.landing-page .amenities ul li.screening-room:before {
  width: 16px;
  height: 26px;
  background-position: -1px -533px;
}
.nyu .amenities ul li.kitchenette:before,
.landing-page .amenities ul li.kitchenette:before {
  width: 22px;
  height: 22px;
  background-position: -1px -588px;
}
.nyu .amenities ul li.small-size-fridge:before,
.landing-page .amenities ul li.small-size-fridge:before {
  width: 21px;
  height: 19px;
  background-position: -1px -612px;
}
.nyu .amenities ul li.study-room:before,
.landing-page .amenities ul li.study-room:before {
  width: 22px;
  height: 23px;
  background-position: -1px -655px;
}
.nyu .amenities ul li.phone-service:before,
.landing-page .amenities ul li.phone-service:before {
  width: 23px;
  height: 27px;
  background-position: -1px -454px;
}
.nyu .amenities ul li.vending-machine:before,
.landing-page .amenities ul li.vending-machine:before {
  width: 21px;
  height: 25px;
  background-position: -1px -680px;
}
.nyu .amenities ul li.wifi:before,
.landing-page .amenities ul li.wifi:before {
  width: 24px;
  height: 41px;
  background-position: -1px -707px;
}
.nyu .amenities .featured-amenity,
.landing-page .amenities .featured-amenity {
  background-color: #ec3f42;
}
.nyu .amenities .featured-amenity .container,
.landing-page .amenities .featured-amenity .container {
  padding: 40px 0 0;
}
.nyu .amenities .featured-amenity .img-container,
.landing-page .amenities .featured-amenity .img-container {
  float: left;
  width: 45%;
  margin-right: 5%;
}
.nyu .amenities .featured-amenity .img-container img,
.landing-page .amenities .featured-amenity .img-container img {
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.nyu .amenities .featured-amenity .info-container,
.landing-page .amenities .featured-amenity .info-container {
  float: left;
  width: 50%;
}
.nyu .amenities .featured-amenity .info-container .lead,
.landing-page .amenities .featured-amenity .info-container .lead {
  margin-bottom: 20px;
}
.nyu .amenities .featured-amenity .info-container h4:after,
.landing-page .amenities .featured-amenity .info-container h4:after {
  content: '';
  display: block;
  width: 33%;
  height: 6px;
  margin-top: 20px;
  background-color: #FFFFFF;
}
.nyu .amenities .featured-amenity .info-container p,
.landing-page .amenities .featured-amenity .info-container p {
  font-size: 1.8rem;
}
.nyu .instagram,
.landing-page .instagram {
  text-align: center;
}
.nyu .instagram .instagram-icon,
.landing-page .instagram .instagram-icon {
  width: 32px;
  height: 32px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -1335px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 40px;
  height: 40px;
}
.nyu .instagram .lead,
.landing-page .instagram .lead {
  margin: 20px 0;
}
.nyu .instagram .line-small,
.landing-page .instagram .line-small {
  width: 80px;
}
.nyu .instagram h4,
.landing-page .instagram h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "lato-black", "lato", sans-serif;
}
.nyu .instagram .instagram-body,
.landing-page .instagram .instagram-body,
.nyu .instagram .media-grid,
.landing-page .instagram .media-grid,
.nyu .instagram iframe,
.landing-page .instagram iframe {
  margin-top: 4%;
  padding: 0 60px;
  list-style-type: none;
}
.nyu .instagram .instagram-body:after,
.landing-page .instagram .instagram-body:after,
.nyu .instagram .media-grid:after,
.landing-page .instagram .media-grid:after,
.nyu .instagram iframe:after,
.landing-page .instagram iframe:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.nyu .instagram .instagram-body li,
.landing-page .instagram .instagram-body li,
.nyu .instagram .media-grid li,
.landing-page .instagram .media-grid li,
.nyu .instagram iframe li,
.landing-page .instagram iframe li {
  float: left;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
}
.nyu .instagram .instagram-body li:nth-child(3n+3),
.landing-page .instagram .instagram-body li:nth-child(3n+3),
.nyu .instagram .media-grid li:nth-child(3n+3),
.landing-page .instagram .media-grid li:nth-child(3n+3),
.nyu .instagram iframe li:nth-child(3n+3),
.landing-page .instagram iframe li:nth-child(3n+3) {
  margin-right: 0;
}
/**************************************************************************************************
 *
 *  @Section: Media Queries
 *
***************************************************************************************************/
@media only screen and (max-width: 767px) {
  .nyu .amenities ul,
  .landing-page .amenities ul {
    column-count: 2;
  }
  .nyu .amenities ul li,
  .landing-page .amenities ul li {
    padding-left: 35px;
  }
  .nyu .amenities ul li:nth-child(3n+3),
  .landing-page .amenities ul li:nth-child(3n+3) {
    margin-right: 5%;
  }
  .nyu .amenities ul li:nth-child(3n+4),
  .landing-page .amenities ul li:nth-child(3n+4) {
    clear: none;
  }
  .nyu .amenities ul li:nth-child(2n),
  .landing-page .amenities ul li:nth-child(2n) {
    margin-right: 0;
  }
  .nyu .amenities ul li:nth-child(2n+1),
  .landing-page .amenities ul li:nth-child(2n+1) {
    clear: both;
  }
  .nyu .amenities .featured-amenity .container,
  .landing-page .amenities .featured-amenity .container {
    padding: 30px 0;
  }
  .nyu .amenities .featured-amenity .img-container,
  .landing-page .amenities .featured-amenity .img-container,
  .nyu .amenities .featured-amenity .info-container,
  .landing-page .amenities .featured-amenity .info-container {
    float: none;
    width: 100%;
  }
  .nyu .amenities .featured-amenity .img-container,
  .landing-page .amenities .featured-amenity .img-container {
    margin-bottom: 20px;
  }
  .nyu .amenities .featured-amenity .img-container img,
  .landing-page .amenities .featured-amenity .img-container img {
    width: auto;
  }
  .nyu .amenities .featured-amenity .info-container h4,
  .landing-page .amenities .featured-amenity .info-container h4 {
    margin-bottom: 20px;
  }
  .nyu .amenities .featured-amenity .info-container h4:after,
  .landing-page .amenities .featured-amenity .info-container h4:after {
    height: 4px;
  }
}
/**************************************************************************************************
 *
 *  @Section: Lateral Form Styles
 *
***************************************************************************************************/
.cd-panel,
.ehs-app-form-cdpanel {
  position: fixed;
  top: 65px;
  left: 0;
  height: 100%;
  width: auto;
  visibility: hidden;
  transition: visibility 0s 0.6s;
  z-index: 50;
}
.cd-panel .panel-container,
.ehs-app-form-cdpanel .panel-container {
  position: relative;
}
.cd-panel .step,
.ehs-app-form-cdpanel .step {
  position: relative;
}
.cd-panel.top,
.ehs-app-form-cdpanel.top {
  top: 0;
}
.cd-panel.top .cd-panel-container,
.ehs-app-form-cdpanel.top .cd-panel-container {
  top: 0;
}
.cd-panel.ehs-conversion-form,
.ehs-app-form-cdpanel.ehs-conversion-form {
  top: 0;
}
.cd-panel.ehs-conversion-form.alternate,
.ehs-app-form-cdpanel.ehs-conversion-form.alternate {
  top: inherit;
  bottom: 0;
  width: 100%;
  height: auto;
}
.cd-panel.ehs-conversion-form.alternate .cd-panel-container,
.ehs-app-form-cdpanel.ehs-conversion-form.alternate .cd-panel-container {
  top: inherit;
  bottom: 0;
  min-height: inherit;
  max-height: inherit;
  border-top: 10px solid #FFC600;
}
.cd-panel.ehs-conversion-form.alternate .cd-panel-container .cd-panel-content.default,
.ehs-app-form-cdpanel.ehs-conversion-form.alternate .cd-panel-container .cd-panel-content.default {
  display: none;
}
.cd-panel.ehs-conversion-form.alternate .cd-panel-container .cd-panel-content.alternate,
.ehs-app-form-cdpanel.ehs-conversion-form.alternate .cd-panel-container .cd-panel-content.alternate {
  display: block;
}
.cd-panel.ehs-conversion-form .cd-panel-container,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container {
  top: 0;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content {
  top: 0;
  padding: 50px 3% 20px;
  background-color: #FFFFFF;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .map-container,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content .map-container {
  position: relative;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .map-container .map-bg,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content .map-container .map-bg {
  background-image: url(https://studenthousing.imgix.net/img/form-map.jpg?auto=format&lossless=false&fm=webp,jpeg&q=80);
  height: 0;
  padding-bottom: 68%;
  background-size: cover;
  background-repeat: no-repeat;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .map-container .btn-container,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content .map-container .btn-container {
  position: absolute;
  top: 0;
  width: 55%;
  padding: 40px 30px;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .map-container .btn-container .btn,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content .map-container .btn-container .btn {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.2vw;
  padding: 15px 1vw;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .map-container .btn-container .btn.transparent,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content .map-container .btn-container .btn.transparent {
  border: 3px solid #000000;
  color: #000000;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .map-container .btn-container .btn:last-child,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content .map-container .btn-container .btn:last-child {
  margin-bottom: 0;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .instagram-container,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content .instagram-container {
  padding: 25px 0;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .social-icons li,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content .social-icons li {
  display: inline-block;
  vertical-align: middle;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .social-icons li p,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content .social-icons li p {
  font-size: 1.6rem;
  margin: 0;
  font-family: "lato-bold", "lato", sans-serif;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .social-icons li .social-icon,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content .social-icons li .social-icon {
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-size: inherit;
  margin: 0 7px;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .social-icons li .social-icon.fb,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content .social-icons li .social-icon.fb {
  background-position: 0px -708px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 17px;
  height: 27px;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .social-icons li .social-icon.twitter,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content .social-icons li .social-icon.twitter {
  background-position: 0px -604px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 29px;
  height: 26px;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .social-icons li .social-icon.instagram,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content .social-icons li .social-icon.instagram {
  background-position: 0px -579px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 25px;
  height: 25px;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .social-icons li .social-icon.youtube,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content .social-icons li .social-icon.youtube {
  background-position: 0px -554px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 32px;
  height: 25px;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate {
  display: none;
  padding-top: 10px;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate h3,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate h3 {
  font-size: 2.8rem;
  padding-right: 20px;
  margin: 0 0 10px;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate > p,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate > p {
  font-size: 1.5rem;
  margin: 0 0 20px;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate .mobile-popup-footer,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate .mobile-popup-footer {
  padding-left: 35px;
  position: relative;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate .mobile-popup-footer img,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate .mobile-popup-footer img {
  position: absolute;
  width: 20px;
  top: 0;
  left: 0;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate .mobile-popup-footer h6,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate .mobile-popup-footer h6 {
  font-size: 8vw;
  font-weight: bold;
  line-height: 1;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate .mobile-popup-footer h6 a,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate .mobile-popup-footer h6 a {
  color: #000000;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate .mobile-popup-footer p,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate .mobile-popup-footer p {
  color: gray;
  font-size: 1.6rem;
  margin: 10px 0 0;
}
.cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate .mobile-popup-footer p a,
.ehs-app-form-cdpanel.ehs-conversion-form .cd-panel-container .cd-panel-content.alternate .mobile-popup-footer p a {
  color: gray;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: initial;
  text-decoration-style: initial;
  -webkit-text-decoration-color: initial;
  text-decoration-color: initial;
}
.cd-panel.ehs-request-form.from-conversion,
.ehs-app-form-cdpanel.ehs-request-form.from-conversion {
  top: 0;
}
.cd-panel.ehs-request-form.from-conversion .cd-panel-container,
.ehs-app-form-cdpanel.ehs-request-form.from-conversion .cd-panel-container {
  top: 0;
}
.cd-panel.ehs-request-form.from-conversion .cd-panel-container .cd-panel-content,
.ehs-app-form-cdpanel.ehs-request-form.from-conversion .cd-panel-container .cd-panel-content,
.cd-panel.ehs-request-form.from-conversion .cd-panel-container .thank-you,
.ehs-app-form-cdpanel.ehs-request-form.from-conversion .cd-panel-container .thank-you {
  top: 0;
}
.cd-panel.ehs-request-form.from-conversion .cd-panel-container .cd-panel-content .conversion-info,
.ehs-app-form-cdpanel.ehs-request-form.from-conversion .cd-panel-container .cd-panel-content .conversion-info,
.cd-panel.ehs-request-form.from-conversion .cd-panel-container .thank-you .conversion-info,
.ehs-app-form-cdpanel.ehs-request-form.from-conversion .cd-panel-container .thank-you .conversion-info {
  display: block;
}
.cd-panel.ehs-request-form.from-conversion .cd-panel-container .cd-panel-content .default-form,
.ehs-app-form-cdpanel.ehs-request-form.from-conversion .cd-panel-container .cd-panel-content .default-form,
.cd-panel.ehs-request-form.from-conversion .cd-panel-container .thank-you .default-form,
.ehs-app-form-cdpanel.ehs-request-form.from-conversion .cd-panel-container .thank-you .default-form {
  display: none !important;
}
.cd-panel.ehs-request-form .cd-panel-container .cd-panel-content .conversion-info,
.ehs-app-form-cdpanel.ehs-request-form .cd-panel-container .cd-panel-content .conversion-info,
.cd-panel.ehs-request-form .cd-panel-container .thank-you .conversion-info,
.ehs-app-form-cdpanel.ehs-request-form .cd-panel-container .thank-you .conversion-info {
  display: none;
}
.ehs-request-form.from-conversion .cd-panel-container .cd-panel-content .conversion-info,
.ehs-request-form.from-conversion .cd-panel-container .thank-you .conversion-info {
  display: block;
}
.ehs-request-form.from-conversion .cd-panel-container .cd-panel-content .default-form,
.ehs-request-form.from-conversion .cd-panel-container .thank-you .default-form {
  display: none !important;
}
.ehs-request-form .cd-panel-container .cd-panel-content .conversion-info {
  display: none;
}
.cd-panel.is-visible,
.ehs-app-form-cdpanel.is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}
.cd-panel-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
  cursor: pointer;
  /* image replacement */
  background-image: url(https://studenthousing.imgix.net/img/sprites/sprite-close.png);
  width: 20px;
  height: 21px;
  background-position: -3px -3px;
  background-repeat: no-repeat;
  background-size: 26px;
}
.cd-panel-close:hover {
  background-position: -3px -30px;
}
.cd-panel-container {
  position: fixed;
  width: 50% !important;
  min-height: 100vh;
  max-height: 100%;
  overflow-y: scroll;
  top: 65px;
  border-top: 1px solid #e0e0e0;
  background: #FFFFFF;
  z-index: 1;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.from-right .cd-panel-container {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.is-visible .cd-panel-container {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}
.cd-panel-content,
.thank-you {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px 10% 70px;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
  padding-bottom: 150px;
}
.cd-panel-content p,
.thank-you p {
  margin: 20px 0;
  font-family: "lato", sans-serif;
  font-size: 1.9rem;
  color: #363636;
}
.cd-panel-content p a,
.thank-you p a {
  display: inline;
  color: #FC4D50;
}
.help-block {
  position: relative;
  margin: 10px 0 0 !important;
  font-size: 1.2rem !important;
}
.help-block.note {
  margin: 0 0 10px !important;
  font-size: 1.2rem;
  color: #555555;
}
.help-block.help-icon {
  padding-left: 40px;
}
.help-block.help-icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
}
.help-block.star:before {
  background-position: 0px -955px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 28px;
  height: 28px;
}
.help-block.question:before {
  background-position: 0px -983px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 28px;
  height: 28px;
}
.cost {
  float: right;
  width: 32%;
}
.cost:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.cost .price {
  position: relative;
}
.cost .price.today:before {
  content: "*";
  color: #424242;
  position: absolute;
  left: -10px;
  top: 2px;
}
.cost .price:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.cost .price p,
.cost .price span {
  font-size: 1.3rem;
}
.cost .price p {
  margin: 0;
  float: left;
}
.cost .price span {
  float: right;
}
.deadline-policy {
  background-color: #ECECEC;
  padding: 30px 40px;
  margin: 30px 0;
}
.deadline-policy > p {
  margin: 0 0 20px;
  display: block;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 3px;
  font-family: "lato-black", "lato", sans-serif;
}
.deadline-policy ul {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 50px;
}
.deadline-policy ul li {
  margin-bottom: 10px;
}
.deadline-policy ul li:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.deadline-policy ul li:last-child {
  margin-bottom: 0;
}
.deadline-policy ul li p {
  font-size: 1.5rem;
  margin: 0;
  display: inline-block;
}
.deadline-policy ul li p.semester {
  font-family: "lato-bold", "lato", sans-serif;
}
.deadline-policy .policy p {
  margin: 0 0 10px;
  line-height: 1.5;
}
.deadline-policy .policy p:last-child {
  margin-bottom: 0;
}
.room-selection h4 {
  margin-bottom: 20px;
}
.room-selection .room-info {
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-bottom: 6px solid #FC4D50;
  padding: 30px;
}
.room-selection .room-info ul {
  margin-bottom: 25px;
}
.room-selection .room-info ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.room-selection .room-info ul li {
  margin-bottom: 20px;
}
.room-selection .room-info ul li:last-child {
  margin-bottom: 0;
}
.room-selection .room-info ul li span,
.room-selection .room-info ul li p {
  font-size: 2rem;
}
.room-selection .room-info ul li span {
  display: inline-block;
  width: 40%;
}
.room-selection .room-info ul li p {
  display: inline-block;
  margin: 0;
}
.room-selection .room-info .total-due {
  border-top: 1px solid #cecece;
  padding-top: 20px;
  width: 100%;
}
.room-selection .room-info .total-due:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.room-selection .room-info .total-due span,
.room-selection .room-info .total-due p {
  font-size: 2rem;
  font-family: "lato-bold", "lato", sans-serif;
}
.room-selection .room-info .total-due span {
  float: left;
}
.room-selection .room-info .total-due p {
  float: right;
  margin: 0;
}
.student-room-info {
  margin-bottom: 50px;
}
.student-room-info:first-child {
  margin-top: 20px;
}
.student-room-info:last-child {
  margin-bottom: 0;
}
.student-room-info h4 {
  margin-bottom: 20px;
}
.student-room-info .info-container {
  background-color: #ECECEC;
  padding: 30px 40px;
}
.student-room-info .info-container ul {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
}
.student-room-info .info-container ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.student-room-info .info-container ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.student-room-info .info-container ul li {
  margin-bottom: 20px;
}
.student-room-info .info-container ul li:last-child {
  margin-bottom: 0;
}
.student-room-info .info-container ul li span,
.student-room-info .info-container ul li p {
  vertical-align: top;
  font-size: 1.5rem;
}
.student-room-info .info-container ul li span {
  display: inline-block;
  width: 30%;
  font-family: "lato-bold", "lato", sans-serif;
}
.student-room-info .info-container ul li p {
  display: inline-block;
  margin: 0;
  width: 65%;
}
.app-print {
  margin: 20px 0;
}
.app-print:before {
  content: '';
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -1207px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 35px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.grand-total-due {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #cecece;
}
.grand-total-due ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.grand-total-due ul li {
  margin-bottom: 20px;
}
.grand-total-due ul li:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.grand-total-due ul li:last-child {
  margin-bottom: 0;
}
.grand-total-due ul li p,
.grand-total-due ul li span {
  font-size: 2.5rem;
  font-family: "lato-bold", "lato", sans-serif;
}
.grand-total-due ul li span {
  float: left;
}
.grand-total-due ul li p {
  float: right;
  margin: 0;
}
.thank-you {
  display: none;
  text-align: center;
}
.thank-you .guide-downloads {
  margin-bottom: 40px;
}
.thank-you span {
  margin-bottom: 20px;
}
.thank-you h2:before,
.thank-you h3:before {
  content: '';
  margin: 0 auto 20px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -2290px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 89px;
  height: 89px;
}
.thank-you p {
  font-size: 2.2rem;
}
.thank-you p a {
  font-family: "lato-bold", "lato", sans-serif;
}
.thank-you .help-block {
  font-size: 1.5rem;
}
.thank-you .btn {
  font-size: 1.1vw;
  margin-right: 20px;
}
.thank-you .btn.home {
  margin-top: 20px;
}
.thank-you .btn:last-child {
  margin-right: 0;
}
.thank-you .conversion-info p {
  margin: 0 0 10px;
}
.thank-you .conversion-info a {
  font-size: 2rem;
  color: #FC4D50;
  font-family: "lato-bold", "lato", sans-serif;
}
.form-group {
  margin: 20px 0;
}
.form-group h4 {
  margin-bottom: 20px;
}
.form-row.cards input {
  float: left;
  width: 67%;
  margin-right: 3%;
}
.form-row.cards .card-types {
  float: right;
  width: 30%;
}
.form-row.cards .card-types p {
  font-size: 1.2rem;
  margin: 0 0 5px;
}
.form-row.cards .card-types img {
  max-width: 100%;
  width: auto;
}
.form-row.form-errors {
  color: #FC4D50;
  font-weight: bold;
  display: none;
}
.steps {
  margin: 0;
  border-bottom: 2px solid #e6e6e6;
}
.steps:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.steps li {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
}
.steps li.disabled:hover a {
  color: #919191;
  cursor: default;
}
.steps li a {
  padding: 20px 0;
  position: relative;
  font-size: 2rem;
  display: inline-block;
  cursor: pointer;
  outline: none;
  color: #919191;
  font-family: "lato", sans-serif;
}
.steps li a span {
  display: none;
}
.steps li:hover a {
  color: #000000;
}
.steps li.current a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 4px solid #e6e6e6;
}
.name-other {
  display: none;
}
.title {
  display: none;
}
.actions ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.actions ul li {
  text-align: right;
}
.actions ul li.disabled {
  display: none;
}
.actions ul li.disabled .btn {
  cursor: default;
  background-color: #ECECEC;
}
.actions ul li:first-child {
  float: left;
}
.actions ul li:first-child a {
  background: #919191;
}
.actions ul li:first-child a:hover {
  background: #8e8e8e;
}
.step1 .actions ul li.disabled {
  display: none;
}
/**************************************************************************************************
 *
 *  @Section: On Page Styles
 *
***************************************************************************************************/
.book-now .overlay,
.request-more-info .overlay,
.contact .overlay,
.contact-form .overlay {
  display: none !important;
}
.book-now .cd-panel-container,
.request-more-info .cd-panel-container,
.contact .cd-panel-container,
.contact-form .cd-panel-container {
  width: 100% !important;
  max-width: 1100px;
  position: relative;
  top: inherit;
  margin: 65px auto 0;
}
.book-now .cd-panel-close,
.request-more-info .cd-panel-close,
.contact .cd-panel-close,
.contact-form .cd-panel-close {
  display: none;
}
.book-now .cd-panel-content,
.request-more-info .cd-panel-content,
.contact .cd-panel-content,
.contact-form .cd-panel-content,
.book-now .thank-you,
.request-more-info .thank-you,
.contact .thank-you,
.contact-form .thank-you {
  padding: 50px 10%;
}
/**************************************************************************************************
 *
 *  @Section: Media Queries
 *
***************************************************************************************************/
@media only screen and (min-width: 1300px) {
  .thank-you .btn {
    font-size: 1.4rem;
  }
  .cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .map-container .btn-container .btn {
    font-size: 1.6rem;
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .cd-panel-container {
    width: 75% !important;
  }
}
@media only screen and (max-width: 992px) {
  .cd-panel-container {
    width: 100% !important;
  }
}
@media only screen and (max-width: 900px) {
  .steps li a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .map-container .btn-container {
    position: relative;
    top: inherit;
    width: 100%;
    padding: 20px 0;
  }
  .cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .map-container .btn-container:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
  }
  .cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .map-container .btn-container .btn {
    float: left;
    width: 48.5%;
    margin-right: 2%;
    font-size: 2.5vw;
  }
  .cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .map-container .btn-container .btn:nth-child(2n) {
    margin-right: 0;
  }
  .cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .social-icons {
    text-align: center;
  }
  .cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .social-icons li p {
    font-size: 2.3rem;
    margin: 0 0 10px;
  }
  .cd-panel.ehs-conversion-form .cd-panel-container .cd-panel-content .social-icons li:first-child {
    width: 100%;
    display: block;
  }
  .cd-panel-close {
    position: fixed;
    top: 10px;
    right: 10px;
  }
  .cd-panel-container {
    width: 100% !important;
    position: relative;
  }
  .cost {
    float: none;
    clear: both;
    width: 70%;
    margin: 10px auto 0;
  }
  .room-selection .room-info ul li span,
  .room-selection .room-info ul li p {
    width: 100%;
    font-size: 1.6rem;
  }
  .room-selection .room-info .total-due span,
  .room-selection .room-info .total-due p {
    font-size: 1.6rem;
  }
  .student-room-info .info-container ul li span,
  .student-room-info .info-container ul li p {
    width: 100%;
  }
  .thank-you {
    display: none;
    text-align: center;
  }
  .thank-you .btn {
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto 10px;
  }
  .thank-you .btn:last-child {
    margin-bottom: 0;
  }
  .form-group {
    margin: 35px 0;
  }
  .form-group label {
    margin-bottom: 10px;
  }
  .form-row.cards input {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .actions ul li a {
    font-size: 1.2rem;
    font-size: 3.5vw;
    padding: 12px 15px;
  }
  .deadline-policy {
    padding: 20px;
  }
  .steps li a {
    font-size: 3.2vw;
  }
  .ehs-request-form .thank-you {
    display: none;
    text-align: center;
  }
  .ehs-request-form .thank-you h2:before,
  .ehs-request-form .thank-you h3:before {
    display: none;
  }
}
/**************************************************************************************************
 *
 *  @Section: Press Releases Page Styles
 *
***************************************************************************************************/
.press-releases {
  background: #ECECEC;
}
.press-releases .hero {
  background-image: url(https://studenthousing.imgix.net/img/hero-press-releases.jpg?auto=format&lossless=false&fm=webp,jpeg&q=80);
}
.press-releases .content-arrow {
  border-bottom: 7vh solid #ECECEC;
}
.pagination,
.pager {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  border-top: 2px solid #c2c2c2;
  text-align: center;
}
.pagination li,
.pager li {
  display: inline-block;
  margin: 0 2px;
  padding-top: 6px;
  width: 40px;
  border-top: 4px solid #ECECEC;
}
.pagination li:first-child span,
.pager li:first-child span,
.pagination li:first-child a,
.pager li:first-child a,
.pagination li:last-child span,
.pager li:last-child span,
.pagination li:last-child a,
.pager li:last-child a {
  text-indent: -9999px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
}
.pagination li:first-child span,
.pager li:first-child span,
.pagination li:first-child a,
.pager li:first-child a {
  background-position: 0px -218px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 17px;
  height: 21px;
  display: inline-block;
}
.pagination li:last-child span,
.pager li:last-child span,
.pagination li:last-child a,
.pager li:last-child a {
  background-position: 0px -365px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 17px;
  height: 21px;
  display: inline-block;
}
.pagination li a,
.pager li a,
.pagination li span,
.pager li span {
  color: #aeaeae;
  font-size: 1.7rem;
}
.pagination li a:hover,
.pager li a:hover {
  color: #000000;
}
.pagination li.active,
.pager li.active {
  border-top: 4px solid #05abc2;
}
.pagination li.active a,
.pager li.active a,
.pagination li.active span,
.pager li.active span {
  color: #000000;
  font-family: "lato-bold", "lato", sans-serif;
}
/**************************************************************************************************
 *
 *  @Section: Media Queries
 *
***************************************************************************************************/
@media only screen and (min-width: 1300px) {
  .press-releases .content .container .press-item {
    width: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  .press-releases .content .container .press-item {
    width: 48%;
  }
  .press-releases .content .container .press-item.featured .press-img-teaser {
    max-width: 372px;
    height: 360px;
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .pagination li {
    width: 34px;
  }
  .pagination li span,
  .pagination li a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .press-releases .hero .content-arrow {
    border-bottom: 5vh solid #ECECEC;
  }
}
/**************************************************************************************************
 *
 *  @Section: Press Release Detail Page Styles
 *
***************************************************************************************************/
.press-detail,
.template {
  background: #FFFFFF;
}
.press-detail .hero,
.template .hero {
  background-image: url(https://studenthousing.imgix.net/img/hero-press-detail.jpg?auto=format&lossless=false&fm=webp,jpeg&q=80);
}
.press-detail .content .container a.back,
.template .content .container a.back {
  color: #05abc2;
  font-size: 1.6rem;
  font-family: "lato-bold", "lato", sans-serif;
}
.press-detail .content .container a.back:before,
.template .content .container a.back:before {
  content: '';
  width: 9px;
  height: 13px;
  margin-right: 5px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -197px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 17px;
  height: 21px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.press-detail .content .container .press-item,
.template .content .container .press-item {
  position: relative;
  display: block;
  padding: 0;
}
.press-detail .content .container .press-item p,
.template .content .container .press-item p,
.press-detail .content .container .press-item li,
.template .content .container .press-item li {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.press-detail .content .container .press-item p strong,
.template .content .container .press-item p strong,
.press-detail .content .container .press-item li strong,
.template .content .container .press-item li strong {
  font-family: "lato-bold", "lato", sans-serif;
}
.press-detail .content .container .press-item p em,
.template .content .container .press-item p em,
.press-detail .content .container .press-item li em,
.template .content .container .press-item li em {
  font-family: 'lato-italic';
}
.press-detail .content .container .press-item p em strong,
.template .content .container .press-item p em strong,
.press-detail .content .container .press-item li em strong,
.template .content .container .press-item li em strong,
.press-detail .content .container .press-item p strong em,
.template .content .container .press-item p strong em,
.press-detail .content .container .press-item li strong em,
.template .content .container .press-item li strong em {
  font-family: 'latobold-italic';
}
.press-detail .content .container .press-item p:last-child,
.template .content .container .press-item p:last-child,
.press-detail .content .container .press-item li:last-child,
.template .content .container .press-item li:last-child {
  margin-bottom: 0;
}
.press-detail .content .container .press-item .press-item-header img.press-img,
.template .content .container .press-item .press-item-header img.press-img {
  margin: 20px 0;
  width: auto;
  max-width: 100%;
  max-height: 450px;
}
.press-detail .content .container .press-item .press-item-header span.date,
.template .content .container .press-item .press-item-header span.date {
  display: block;
  color: #aeaeae;
  text-transform: uppercase;
  font-size: 1.7rem;
  margin: 20px 0;
  font-family: "lato-bold", "lato", sans-serif;
}
.press-detail .content .container .press-item .press-item-header h3,
.template .content .container .press-item .press-item-header h3 {
  font-size: 3.4rem;
  line-height: 4rem;
  margin: 10px 0;
  margin-bottom: 30px;
}
.press-detail .content .container .press-item .press-item-content,
.template .content .container .press-item .press-item-content,
.press-detail .content .container .press-item .press-item-footer,
.template .content .container .press-item .press-item-footer {
  margin: 30px 0;
}
.press-detail .content .container .press-item .press-item-content h1,
.template .content .container .press-item .press-item-content h1,
.press-detail .content .container .press-item .press-item-footer h1,
.template .content .container .press-item .press-item-footer h1,
.press-detail .content .container .press-item .press-item-content h2,
.template .content .container .press-item .press-item-content h2,
.press-detail .content .container .press-item .press-item-footer h2,
.template .content .container .press-item .press-item-footer h2,
.press-detail .content .container .press-item .press-item-content h3,
.template .content .container .press-item .press-item-content h3,
.press-detail .content .container .press-item .press-item-footer h3,
.template .content .container .press-item .press-item-footer h3,
.press-detail .content .container .press-item .press-item-content h4,
.template .content .container .press-item .press-item-content h4,
.press-detail .content .container .press-item .press-item-footer h4,
.template .content .container .press-item .press-item-footer h4,
.press-detail .content .container .press-item .press-item-content h5,
.template .content .container .press-item .press-item-content h5,
.press-detail .content .container .press-item .press-item-footer h5,
.template .content .container .press-item .press-item-footer h5,
.press-detail .content .container .press-item .press-item-content h6,
.template .content .container .press-item .press-item-content h6,
.press-detail .content .container .press-item .press-item-footer h6,
.template .content .container .press-item .press-item-footer h6 {
  margin-bottom: 15px;
}
.press-detail .content .container .press-item .press-item-content h1,
.template .content .container .press-item .press-item-content h1,
.press-detail .content .container .press-item .press-item-footer h1,
.template .content .container .press-item .press-item-footer h1 {
  font-size: 4rem;
}
.press-detail .content .container .press-item .press-item-content h2,
.template .content .container .press-item .press-item-content h2,
.press-detail .content .container .press-item .press-item-footer h2,
.template .content .container .press-item .press-item-footer h2 {
  font-size: 3.5rem;
}
.press-detail .content .container .press-item .press-item-content h3,
.template .content .container .press-item .press-item-content h3,
.press-detail .content .container .press-item .press-item-footer h3,
.template .content .container .press-item .press-item-footer h3 {
  font-size: 3rem;
}
.press-detail .content .container .press-item .press-item-content h4,
.template .content .container .press-item .press-item-content h4,
.press-detail .content .container .press-item .press-item-footer h4,
.template .content .container .press-item .press-item-footer h4 {
  font-size: 2.5rem;
}
.press-detail .content .container .press-item .press-item-content h5,
.template .content .container .press-item .press-item-content h5,
.press-detail .content .container .press-item .press-item-footer h5,
.template .content .container .press-item .press-item-footer h5 {
  font-size: 2rem;
}
.press-detail .content .container .press-item .press-item-content h6,
.template .content .container .press-item .press-item-content h6,
.press-detail .content .container .press-item .press-item-footer h6,
.template .content .container .press-item .press-item-footer h6 {
  font-size: 1.5rem;
}
.press-detail .content .container .press-item .press-item-content img,
.template .content .container .press-item .press-item-content img,
.press-detail .content .container .press-item .press-item-footer img,
.template .content .container .press-item .press-item-footer img {
  width: auto;
  max-width: 100%;
}
.press-detail .content .container .press-item .press-item-content > div,
.template .content .container .press-item .press-item-content > div,
.press-detail .content .container .press-item .press-item-footer > div,
.template .content .container .press-item .press-item-footer > div {
  font-size: 1.8rem;
}
.press-detail .content .container .press-item .press-item-content > div strong,
.template .content .container .press-item .press-item-content > div strong,
.press-detail .content .container .press-item .press-item-footer > div strong,
.template .content .container .press-item .press-item-footer > div strong {
  font-family: "lato-bold", "lato", sans-serif;
}
.press-detail .content .container .press-item .press-item-content > div em,
.template .content .container .press-item .press-item-content > div em,
.press-detail .content .container .press-item .press-item-footer > div em,
.template .content .container .press-item .press-item-footer > div em {
  font-family: 'lato-italic';
}
.press-detail .content .container .press-item .press-item-content > div em strong,
.template .content .container .press-item .press-item-content > div em strong,
.press-detail .content .container .press-item .press-item-footer > div em strong,
.template .content .container .press-item .press-item-footer > div em strong,
.press-detail .content .container .press-item .press-item-content > div strong em,
.template .content .container .press-item .press-item-content > div strong em,
.press-detail .content .container .press-item .press-item-footer > div strong em,
.template .content .container .press-item .press-item-footer > div strong em {
  font-family: 'latobold-italic';
}
.press-detail .content .container .press-item .press-item-content > div:last-child,
.template .content .container .press-item .press-item-content > div:last-child,
.press-detail .content .container .press-item .press-item-footer > div:last-child,
.template .content .container .press-item .press-item-footer > div:last-child {
  margin-bottom: 0;
}
.press-detail .content .container .press-item .press-item-content table,
.template .content .container .press-item .press-item-content table,
.press-detail .content .container .press-item .press-item-footer table,
.template .content .container .press-item .press-item-footer table {
  width: 90% !important;
  max-width: 100%;
}
.press-detail .content .container .press-item .press-item-content table td,
.template .content .container .press-item .press-item-content table td,
.press-detail .content .container .press-item .press-item-footer table td,
.template .content .container .press-item .press-item-footer table td {
  max-width: 100%;
}
.press-detail .content .container .press-item .press-item-content table img,
.template .content .container .press-item .press-item-content table img,
.press-detail .content .container .press-item .press-item-footer table img,
.template .content .container .press-item .press-item-footer table img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}
.press-detail .content .container .press-item a,
.template .content .container .press-item a {
  color: #05abc2;
  font-family: "lato-bold", "lato", sans-serif;
}
.press-detail .pagination-detail,
.template .pagination-detail {
  position: relative;
  border-top: 2px solid #ECECEC;
  padding-top: 15px;
  text-align: center;
}
.press-detail .pagination-detail ul.pag-links:after,
.template .pagination-detail ul.pag-links:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
.press-detail .pagination-detail ul.pag-links li,
.template .pagination-detail ul.pag-links li {
  float: left;
}
.press-detail .pagination-detail ul.pag-links li.prev:before,
.template .pagination-detail ul.pag-links li.prev:before,
.press-detail .pagination-detail ul.pag-links li.next:after,
.template .pagination-detail ul.pag-links li.next:after {
  content: '';
  width: 9px;
  height: 13px;
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
}
.press-detail .pagination-detail ul.pag-links li.prev,
.template .pagination-detail ul.pag-links li.prev {
  position: relative;
  float: left;
}
.press-detail .pagination-detail ul.pag-links li.prev:before,
.template .pagination-detail ul.pag-links li.prev:before {
  margin-right: 5px;
  background-position: 0px -218px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 17px;
  height: 21px;
  display: inline-block;
}
.press-detail .pagination-detail ul.pag-links li.back,
.template .pagination-detail ul.pag-links li.back {
  float: none;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 25px;
}
.press-detail .pagination-detail ul.pag-links li.back a,
.template .pagination-detail ul.pag-links li.back a {
  background-image: url('https://studenthousing.imgix.net/img/sprite.png');
  background-position: 0px -1302px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 33px;
  height: 33px;
}
.press-detail .pagination-detail ul.pag-links li.next,
.template .pagination-detail ul.pag-links li.next {
  position: relative;
  float: right;
}
.press-detail .pagination-detail ul.pag-links li.next:after,
.template .pagination-detail ul.pag-links li.next:after {
  margin-left: 5px;
  background-position: 0px -365px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 17px;
  height: 21px;
  display: inline-block;
}
.press-detail .pagination-detail ul.pag-links li a,
.template .pagination-detail ul.pag-links li a {
  color: #8e8e8e;
  font-size: 1.8rem;
}
.template.red .content .container a.back {
  color: #FC4D50;
}
.template.red .content .container .press-item a {
  color: #FC4D50;
}
.template.red .line-small-blue {
  background: #FC4D50;
}
.template.teal .content .container a.back {
  color: #07BEA3;
}
.template.teal .content .container .press-item a {
  color: #07BEA3;
}
.template.teal .line-small-blue {
  background: #07BEA3;
}
.template.green .content .container a.back {
  color: #27A05B;
}
.template.green .content .container .press-item a {
  color: #27A05B;
}
.template.green .line-small-blue {
  background: #27A05B;
}
.template.blue .content .container a.back {
  color: #05abc2;
}
.template.blue .content .container .press-item a {
  color: #05abc2;
}
.template.blue .line-small-blue {
  background: #05abc2;
}
.template.purple .content .container a.back {
  color: #85319d;
}
.template.purple .content .container .press-item a {
  color: #85319d;
}
.template.purple .line-small-blue {
  background: #85319d;
}
.template.orange .content .container a.back {
  color: #FF8A00;
}
.template.orange .content .container .press-item a {
  color: #FF8A00;
}
.template.orange .line-small-blue {
  background: #FF8A00;
}
.template .content .container a.back:before {
  content: none;
}
/**************************************************************************************************
 *
 *  @Section: Media Queries
 *
***************************************************************************************************/
@media only screen and (min-width: 1300px) {
  .press-detail .hero .text-hero h1 {
    font-size: 12rem;
  }
}
.admin-topbar {
  bottom: 0;
  top: inherit;
  margin: 0;
  border-bottom: none !important;
}
.admin-topbar .navbar-nav li .dropdown-menu {
  top: inherit;
  bottom: 100%;
}
.admin-topbar .navbar-nav li .dropdown-menu a {
  color: #000000 !important;
}
.admin-topbar #toolbar {
  padding-right: 20px;
}
.admin-topbar #toolbar li img {
  display: none;
}
.loggeduser .ehs-main-menu {
  top: 50px;
}
.loggeduser .admin-topbar {
  background: #000000;
  height: 50px;
  border-bottom: 1px solid #383838;
}
.loggeduser .admin-topbar .navbar-collapse.in {
  background: #000000;
}
.loggeduser .admin-topbar .navbar-nav {
  margin-top: 4px;
}
.loggeduser .admin-topbar .navbar-nav li a {
  color: #FFFFFF;
  font-size: 1.2rem;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .loggeduser .admin-topbar .navbar-collapse.in {
    position: absolute;
    width: 100%;
    top: -360%;
  }
}
/**************************************************************************************************
 *
 *  @Section: Search Results Page Styles
 *
***************************************************************************************************/
.search .hero {
  background-image: url(https://studenthousing.imgix.net/img/hero-search.jpg);
}
.search table.gsc-search-box {
  position: relative;
}
.search .gsc-input-box {
  height: inherit;
  border: none;
  background: inherit;
}
.search .gsib_a {
  padding: 0;
}
.search .gsib_b {
  display: none;
}
.search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0;
}
.search .gsc-search-box-tools .gsc-search-box .gsc-input input {
  width: 100%;
  margin: 0 !important;
  padding: 12px 20px 12px 10% !important;
  height: inherit !important;
  font-size: 3rem !important;
  border-bottom: 1px solid #ececec !important;
  font-family: "lato-italic", "lato", sans-serif !important;
  color: #646464 !important;
  background: #FFFFFF !important;
  box-shadow: none;
}
.search .gsc-search-box-tools .gsc-search-box .gsc-input input::-webkit-input-placeholder {
  font-style: italic;
}
.search .gsc-search-box-tools .gsc-search-box .gsc-input input:-moz-placeholder {
  font-style: italic;
}
.search .gsc-search-box-tools .gsc-search-box .gsc-input input::-moz-placeholder {
  font-style: italic;
}
.search .gsc-search-box-tools .gsc-search-box .gsc-input input:-ms-input-placeholder {
  font-style: italic;
}
.search .gsc-search-box-tools .gsc-search-box .gsc-input > input:hover,
.search .gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box-hover {
  box-shadow: none;
}
.search .gsc-search-box-tools .gsc-search-box .gsc-input > input:focus,
.search .gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box-focus {
  box-shadow: none;
}
.search .gsc-search-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.search .gsc-search-button input {
  background-image: url(https://studenthousing.imgix.net/img/search-large.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  outline: none;
}
.search .gsc-search-button input:hover,
.search .gsc-search-button input:focus {
  border: none;
  outline: none;
  background-color: transparent;
  background-image: url(https://studenthousing.imgix.net/img/search-large.png);
}
.search .gsc-above-wrapper-area {
  border: none;
}
.search .gsc-result-info {
  font-size: 1.2rem;
  color: #05abc2;
  font-family: "lato-black", "lato", sans-serif;
}
.search .gsc-selected-option-container {
  background: transparent;
  border: 1px solid #ececec;
  min-width: 80px;
}
.search .gcsc-branding {
  display: none;
}
.search .gsc-results {
  width: 100%;
  padding: 0;
}
.search .gsc-table-result,
.search .gsc-thumbnail-inside,
.search .gsc-url-top {
  padding: 0;
}
.search .gs-result a.gs-visibleUrl,
.search .gs-result .gs-visibleUrl {
  font-size: 1.3rem;
  color: #8e8e8e;
  font-family: "lato-italic", "lato", sans-serif;
}
.search .gs-title,
.search .gs-title b,
.search .gs-title strong {
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: #05abc2 !important;
  font-family: "lato-black", "lato", sans-serif !important;
}
.search .gsc-thumbnail-inside,
.search .gsc-url-top {
  margin-bottom: 10px;
}
.search .gs-webResult .gs-snippet,
.search .gs-imageResult .gs-snippet,
.search .gs-fileFormatType {
  font-size: 1.7rem;
  font-family: "lato", sans-serif;
}
.search .gs-no-results-result .gs-snippet,
.search .gs-error-result .gs-snippet {
  border: none;
  background-color: #FFFFFF;
}
.search .gsc-cursor-box {
  margin: 20px 0;
  position: relative;
  display: block;
  text-align: right !important;
  width: 100%;
  border-top: 2px solid #c2c2c2;
  text-align: center;
}
.search .gsc-cursor-box .gsc-cursor-page {
  display: inline-block !important;
  text-align: center;
  margin: 0 2px;
  padding-top: 6px;
  width: 40px;
  font-size: 1.7rem;
  border-top: 4px solid #ECECEC;
  color: #8e8e8e !important;
  font-family: "lato", sans-serif;
}
.search .gsc-cursor-box .gsc-cursor-page:last-child {
  margin-right: 0;
}
.search .gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: none !important;
  color: #000000 !important;
}
.search .gsc-cursor-box .gsc-cursor-page:hover {
  color: #000000;
}
.search .gsc-cursor-box .gsc-cursor-page:focus {
  outline: none;
}
.search .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  top: 0;
  border-top: 4px solid #05abc2;
  color: #000000 !important;
  font-family: "lato-black", "lato", sans-serif;
}
@media only screen and (max-width: 767px) {
  .gsc-cursor-box .gsc-cursor-page:nth-child(n+6) {
    display: none !important;
  }
}
