/*
    Theme Name: Respublica 2019
    Theme URI: http://publica.agency
    Description: Respublica Student Living custom wordpress theme.
    Version: 1.0.0
    Author: Elsabe Bester (elsabe@publica.co.za)
    Author URI: http://publica.agency
    Tags: HTML5, CSS3, jQuery, Materialize

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    CUSTOM CSS
\*------------------------------------*/
html,body {
    height:100%;
    /*background:#fff;*/
    color:#484849;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    line-height: 1.8em;
    overflow-x:none;
}
::-moz-selection { /* Code for Firefox */
  background: #ebedf0;
}
::selection {
  background: #ebedf0;
}
p {
    margin-bottom: 30px;
}
a {
    transition: all 1s;
    color: #484849;
    /*font-weight:bold;*/
}
nav a {
    text-transform: uppercase;
}
h1,h2,h3,h4,h5 {
    font-weight:normal;
    color:#484849;
}
h1 {
    font-family: 'Noto Serif', serif;
    position: relative;
    font-size: 35px;
    text-align: left;
}
body.home h1 {
  text-align: center;
}
h2 {
  font-family: 'Noto Serif', serif;

  font-size: 38px;
  line-height: 25px;
  margin-bottom: 36px;
  text-align: center;
  position: relative;
  background:#fff;
  z-index:1;
}
h2 span {
  background:#fff;
  width: 100%;
  display: block;
}
h2:before {
  opacity:0;
  content:" ";
  position: absolute;
  height:2px;
  background: #000;
  display: block;
  width:100%;
  left:0;
  top:15px;
  z-index:-1;
  transition: all 1s;
}
h2.init:before  {
  opacity: 1;
}

h3 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 36px;
}
body.home h3 {
  font-size: 20px;
    text-align: center;
  }

h4 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 36px;
}

h5 {
  font-family: 'Noto Serif', serif;
  font-size: 27px;
  line-height: 25px;
  margin: 50px 0;
  text-align: left;
  position: relative;
  background:#fff;
  z-index:1;
}
h5 span {
  background:#fff;
  width: 100%;
  display: block;
}
h5:before {
  opacity:0;
  content:" ";
  position: absolute;
  height:2px;
  background: #000;
  display: block;
  width:100%;
  left:0;
  top:15px;
  z-index:-1;

  transition: all 1s;
}
h5.init:before  {
  opacity: 1;
}

img {
  max-width: 100%;
  height:auto;
}
.wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
}

iframe {
      max-width: 100%;
}
.filmposts iframe {
  height:260px;
}

main {
    min-height: 100%;
    padding: 0;
    background-color: #fff;
}

/*input[type="submit"],
.btn, .btn-large, .btn-small {
  color:#fff;
  text-transform: uppercase;
  background-color: #00a0f0;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 600;
  padding: 20px 65px;
  box-shadow: none;
  line-height: 2px;
      letter-spacing: .5px;
  transition: all 0.5s;
}
.btn:focus, .btn-large:focus, .btn-small:focus,
.btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: #0091d9;
  box-shadow: none;
}*/


/* General button style (reset) */
.btn, .btn-large, .btn-small {
  cursor: pointer;
  background: #00a0f0;
  border: none;
  color: #fff;
  padding: 20px 45px;
  display: inline-block;
  /*margin: 15px 30px;*/
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 4px;
  font-size: 12px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  letter-spacing: .5px;
  box-shadow: none;
  height: 42px;
  border-radius: 40px;
  min-width:170px;
  max-width:100%;
}
.btn:focus, .btn-large:focus, .btn-small:focus,
body.hasHover .btn:hover, body.hasHover .btn-large:hover, body.hasHover .btn-small:hover {
  background-color: #0091d9;
  box-shadow: none;
}
.btn:before {
   content: attr(data-before);
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 20px 65px;
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.open:hover {
  background-color:#fff!important;
}


.btn span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden;
  height: 42px;
}

.btn:before {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px 45px;
}

.btn:active:before {
  color: #703b87;
}

body.hasHover .btn:hover span {
  color:#000;
  -webkit-transform: translateY(500%);
  -moz-transform: translateY(500%);
  -ms-transform: translateY(500%);
  transform: translateY(500%);
}

.btn:before {
  left: 0;
  top: -100%;
}

body.hasHover .btn:hover:before {
  top: 0;
}

.btn.open {
  background:#fff;
  color:#000;
}


article ul {
      margin-left: 20px;
      list-style-type: disc!important;
}
article ul li {
      list-style-type: disc!important;
}
article ul.collapsible,
article ul.collapsible li  {
  margin:0;
  list-style-type: none!important;
}

.collapsible-header,
.collapsible-body {
  padding-left:0;
  padding-right:0;
}

.collapsible {
  border:none;
  box-shadow: none;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
#header {
  position: relative;
  height:180px;
  background: #171917;
  overflow: hidden;
}

#header:after {
  display: none;
    content: " ";
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #fff;
    opacity: 0.3;
    /*display: block;*/
    width: 100%;
    z-index: 99;
}
body.nav-open #header:after {
  background: #000;
}

.logo {
    text-align: center;
    position: relative;
    z-index:101;
    width: 100%;
}

.logo img {
    /*max-width: 170px;*/
    float: none;
    margin-right: 0;
    padding: 25px 20px 0;
}

.logo-dark {
  display:none;
}

body.home p {
  max-width:1050px;
  margin:auto;
}
body.home .homepage-keyareas-p {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width:100%;
}
body.home .homepage-keyareas-p img {
  display: block;
  margin:auto;
  margin-bottom:55px;
  margin-top:25px;
}

body.home .image_section {
  margin-bottom:100px;
}


/*------------------------------------*\
    Sidebar
\*------------------------------------*/
.sidebar h4,
.sidebar .sidebar-title {
  font-size:25px;
  margin-top:0;
  text-transform: none;
}
.sidebar h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom:0;
}
.sidebar a {
  font-size: 14px;
  color:#484849;
}
.current-menu-item {
  position: relative;
}
.current-menu-item:after {
  content: " ";
  background: transparent url('img/pagination_right.png') no-repeat;
  background-size: contain;
  height:19px;
  width:20px;
  display:inline-block;
  vertical-align: middle;
  margin-left:15px;
}
#nav-container-content .current-menu-item:after,
#footer .current-menu-item:after {
  display:none;
}


/*------------------------------------*\
    Navigation
\*------------------------------------*/
#main-container {
  opacity:0;
}


body.admin-bar #nav-container {
  top:32px;
}

#nav-container {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index: 14;
    margin-left:-2000px;
    margin-top: 180px;
    padding: 0 25px;
    overflow-x:hidden;
    padding-bottom:100px;
    text-align: center;
  }

  #nav-container a {
    font-weight:normal;
    font-size:14px;
    line-height: 16px
  }

  #nav-container .heading a {
    font-size:25px;
    line-height: 40px;
    cursor: text;
  }

  #nav-container h3 {
    font-size:16px;
    font-weight: normal;
    text-transform: uppercase;
    line-height:14px;
    text-align: center;
    margin: 11px 0 10px;
  }
  #nav-container .heading {
    font-size:25px;
    line-height: 29px;
    text-align: center;
    margin: 11px 0 10px;
  }

  #navigation-left-elements {
      padding: 50px 0 100px;
      min-height: 500px;
  }
    #nav-container .rp-page-contact-us,
    #nav-container .rp-page-lifestyle {
      margin-top: -7px;
    }

    #nav-container .rp-page-view-our-latest-promos {
      margin-bottom: 20px;
      padding-bottom:15px;
    }
    #nav-container .rp-page-testimonials,
    #nav-container .rp-page-roscommon-house {
      margin-bottom:20px;
    }


  .main-menu-res, .main-menu-two-a,
  .main-menu-two, .main-menu-one,
  .main-menu-col {
    width:100%;
  }
  .main-menu-two {
    /*margin-top:-11px;*/
  }

  .main-menu-three {
    padding-left:0;
    margin-top: 21px;
  }

.main-menu-res {
  display:none;
  background:#ededed;
  padding:22px 25px;
}
.main-menu-res-one {
  padding-bottom:0;
}
.main-menu-res-two {
    padding-top: 11px;
    margin-top: -22px;

}

.main-menu-res br,
.main-menu-res a {
}
.residence-menu-list-items {
  display:none;
  background:#dadada;
  font-style: italic;
  padding:15px 25px;
  margin:22px 0;
}
#nav-container-content {
  padding:0;
}
#nav-container-content .simplebar-content {
  position: relative;
}

#nav-container li {
  opacity:0;
  font-size:14px;
  line-height:25px;
  background:#ededed;
  display:none;
}
#nav-container li.heading {
  background:#fff;
  display:block;
}
#nav-container li.heading + li {
    padding-top: 15px;
}
#menu-item-3656,
#menu-item-3305,
.main-menu-two ul li:last-child,
.main-menu-three ul li:last-child {
  padding-bottom:15px;
}
.main-menu-two-a {
  margin-bottom: -17px;
}
.main-menu-two-a ul {
  margin-top:0;
}
.main-menu-one {
  margin-bottom:-5px;
}

#content-container {
  /*margin:auto 37px;*/
  margin: auto 20px;
}

.apply-now {
  position:absolute;
  top: 36px;
  right: 36px;
  z-index:101;
  width:175px;
  /*padding: 20px 30px;*/
}
.apply-now.open {
  background:#fff;
  color:#171917;
}
body.hasHover .apply-now.open:hover {
  box-shadow: none;
}

body.admin-bar .apply-now {
  top:36px;
}


.apply-now {
  top: 115px;
  display:none;
}

/*------------------------------------*\
    Right Panel
\*------------------------------------*/

#right-panel {
    display:none;
    position: absolute;
    opacity: 1;
    right: 0;
    background: #171917;
    width: 100%;
    height: 500px;
    top: 100%;
    z-index: 1;
}
#right-panel form {
  padding:0 85px;
}
#right-panel a {
  color:#fff;
}
body.home #right-panel {
  display:block;
}

#right-panel .select-wrapper input.select-dropdown {
  color:#fff;
  margin-bottom:60px;
  border-bottom: 1px solid #fff;
}
#right-panel .select-wrapper:after {
  color:#fff;
}

#right-panel .hi-res-university-complex-submit {
  text-align: center;
}
#right-panel .btn {
  color: #484849;
  background: #fff;

}
#right-panel .right-panel-header {
  height:120px;
  background: #00a0f0;
  display:none;
}

#right-panel .right-panel-footer {
    width:100%;
  position:relative;
  padding:25px 0 20px 0;
  bottom:20px;
  font-size:13px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}
#right-panel form {
  padding:30px;
}


/*------------------------------------*\
    Menu Toggle
\*------------------------------------*/

#menu-toggle {
  width: 51px;
  height:65px;
  position: absolute;
  top: 100px;
  left:20px;
  cursor: pointer;
  z-index:20;
  transition: left 1s, background-color 2s;
}

body.admin-bar #menu-toggle {
  /*top: 16px;*/
}

#menu-toggle span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left:0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#menu-toggle span:nth-child(1) {
  top: 28px;
  height:2px;
  width:51px;
}

#menu-toggle span:nth-child(2) {
  top: 40px;
  height:2px;
  width:38px;
  left:6px;
}

#menu-toggle span:nth-child(3) {
  top: 52px;
  height:2px;
  width:51px;
}

body.hasHover #menu-toggle:hover span:nth-child(1) {
  left:-8px;
}
body.hasHover #menu-toggle:hover span:nth-child(3) {
  left:8px;
}
body.hasHover #menu-toggle:hover span:nth-child(2) {
  left:4px;
}

body.nav-open #menu-toggle span:nth-child(1) {
  top:42px;
  left:0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.nav-open #menu-toggle span:nth-child(2) {
  display:none;
}

body.nav-open #menu-toggle span:nth-child(3) {
  top:42px;
  left:0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

 /* hover close */
body.nav-open.hasHover #menu-toggle:hover span:nth-child(1) {
    left:0px;
      -webkit-transform: rotate(-35deg);
      -moz-transform: rotate(-35deg);
      -o-transform: rotate(-35deg);
      transform: rotate(-35deg);
}
body.nav-open.hasHover #menu-toggle:hover span:nth-child(3) {
    left:0px;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
}


/*------------------------------------*\
    Footer
\*------------------------------------*/
#footer {
    width:100%;
    margin:100px 0;
    text-align: center;
    font-size:14px;
    padding: 0px 20px;
}
#footer a {
  font-weight:normal;
}
#footer .line {
    display:none;
    border-top: solid 7px #00a0f0;
}
#footer .footer-contact-content .line {
  display: block;
}
#footer h2 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size:16px;
  text-transform: uppercase;
  line-height:40px;
  margin-bottom:23px;
  padding-left:0;
  margin-top:38px;
}
#footer h2 span {
  margin:0;
  padding:0;
}
#footer h2:before {
  display:none;
}

#footer .footer-nav {
  display:none;
}

#footer .copyright p {
  margin:0;
}

#footer .heading {
  text-align: left;
  font-size:16px;
  text-transform: uppercase;
  line-height:40px;
  margin:38px 0 23px;
  cursor: none;
}

/*------------------------------------*\
    Page
\*------------------------------------*/
  .page-sidebar-container {
    display:none;
  }
  .row .col.page-content-container {
    width:100%;
  }
  .hero-present .page-heading {
    display:none;
  }
  .hero-present {
    margin-top:85px;

  }

  .hero-present .page-heading + h3 {
    margin-top:0;
  }

  .careers-respublica .image_section {
    background-position:1000px 1000px;
  }



  .template_column_1,
  .template_column_2 {
        width: 100%!important;
        padding:0;
  }

  .row .col.template_column_1 {
    padding:0;
  }

/*------------------------------------*\
    Lifestyle
\*------------------------------------*/
  body.lifestyle article a {
    display:inline-block;
    width:100%;
        font-size: 25px;
    line-height: 30px;
    margin-bottom: 36px;
  }
 body.lifestyle article a img {
    width:100%;
    padding-right:20px;
    margin-bottom:20px;
 }

/*------------------------------------*\
    Residence
\*------------------------------------*/
.residence-welcome h1 {
  margin-bottom: 70px;
  font-size:28px;
  text-align: center;
}

.residence-information {
  padding-bottom: 80px;
  border-bottom: 1px solid #000;
  margin-bottom: 70px;
  position: relative;
  background: none;
}
.residence-information table th {
  text-transform: uppercase;
  width:30%;
  font-size:13px;
  padding:0;
  position: relative;
}
.residence-information table th:before {
    content: " ";
    position: absolute;
    height: 1px;
    background: #f5f5f6;
    display: block;
    width: 100%;
    left: 0;
    top: 13px;
    z-index: 1;
    transition: all 1s;
}
.residence-information table th span {
    position:absolute;
    top:0;
    left:0;
    background: #fff;
    padding: 0 25px 0 0;
    z-index:4;
}
.residence-information table td {
  text-transform: uppercase;
  font-size:13px;
  padding:0 0 0 17px;
}
.residence-information table tr {
  border:none;
}

.residence-institute {
  padding-top: 40px;
  text-align: center;
}
.residence-institute img {
  float:none;
}

.residence-tour-tab {
  padding: 0px;
  border:1px solid #f5f5f6;
  border-top:none;
}
.residence-tour-tab iframe {
  width:100%;
  max-width:100%;
  height: 350px;
}

.residence-tour-tab .arve-wrapper {
  max-width: 100%!important;
  margin-bottom:0!important;
}

.residence_key_information {
  /*margin-bottom: 68px;*/
  margin:80px 0;
}
.residence_key_information h2 {
    margin-bottom: 65px;
    font-size:28px;
}
.residence_key_information table tr {
  border:none;
}
.residence_key_information table td {
  vertical-align: middle;
    padding: 10px 0;
    line-height: 18px;
}

.key-info-icon {
  min-width:90px;
  text-align: center;
}

.residence_find_us {
  margin:80px 0;
}
.residence_find_us h2 {
    margin-bottom: 95px;
}
.residence_gallery h2 {
  margin-bottom: 95px;
}
.residence_gallery .ngg-navigation span.current,
.residence_gallery .ngg-navigation a.page-numbers {
  background: none;
  border:1px solid #ccc;
  color:#BBB;
  font-weight: normal;
}
body.hasHover .residence_gallery .ngg-navigation span.current:hover,
body.hasHover .residence_gallery .ngg-navigation a.page-numbers:hover {
  background:none;
  color:#000!important;
}
.residence_gallery .ngg-navigation span.current {
  font-weight:bold;
  color:#000;
  transition:all 0.5s;
}
.ngg-navigation a.next {
    background: #fff url(img/select_arrow_right_dark.png) no-repeat right center !important;  /* shows image */

}
.ngg-navigation a.prev {
    background: #fff url(img/select_arrow_left_dark.png) no-repeat left center !important;  /* shows image */
}
.ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.next, .ngg-navigation span.prev {
    height: 100px;                        /* be sure to set height & width */
    width:  600px;
    color:#fff!important;
    padding:0;

    /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
body.hasHover .residence_gallery .ngg-navigation a.next:hover,
body.hasHover .residence_gallery .ngg-navigation a.prev:hover,
.residence_gallery .ngg-navigation span.next,
.residence_gallery .ngg-navigation span.prev {
    color: #fff !important;
}

.tabs {
  margin-top: 50px;
  margin-bottom:0px;
  height:62px;
  border-left: 1px solid #f5f5f6;
  border-right: 1px solid #f5f5f6;
}
.tabs .tab {
  height:62px;
}

.residence-title {
  font-size: 28px;
  text-align: center;
  color:#00a0f0;
  line-height: 30px;
  margin-bottom:10px;
}
.residence-subtitle {
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  margin-bottom:50px;
}
.tabs .tab a {
  font-size:13px;
  border-top:7px solid #f5f5f6;
  font-size:13px;
  font-weight: 600;
  background:#f5f5f6;
  color:#484849;
  transition: all 0.5s;
}
body.hasHover .tabs .tab a:hover {
  border-top: 7px solid #efeff1;
  background: #efeff1;
  color:#484849;
}
.tabs .tab a.active {
  border-top: 7px solid #00a0f0;
  background:#fff;
  color:#484849;
}
.tabs .indicator {
  background-color:transparent;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
  background: #fff;
}


.call-to-action {
  background: #f5f5f6;
  padding: 30px 24px;
  margin-top: 30px;
}
.call-to-action h1 {
  margin:0;
  font-size:30px;
  text-align: center;
}
.call-to-action h3 {
  margin:12px 0 30px;
  font-size:18px;
  text-align:center;
}
.call-to-action .row {
  margin-bottom:0;
}
.call-to-action .apply-now-button {
  font-size: 15px;
  padding: 32px 55px;
  margin-top: 7px;
  height:70px;
  text-align: center;
}
.call-to-action .col.m3 {
  text-align: center!important;
}
.call-to-action .apply-now-button:before {
  height:70px;
  padding: 32px 55px;
}

body.home h2 {
  margin-top:90px;
}
body.home .residence-detail-list h3{
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.residence-detail-list {
  padding-bottom:75px;
}

.residence-detail-list .column {
  width:100%;
}

.residence-detail-list-item {
  width:100%;
  position: relative;
  text-align: center;
  margin-top:10px;
}
.residence-detail-list-item-right,
.residence-detail-list-item span {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index:4;
}
.residence-detail-list-item span {
  font-weight:bold;
  /*padding-right:20px;*/
  width:100%;
}
.residence-detail-list-item-right {
  font-size: 13px;
  text-transform: uppercase;
  right:0;
}
.residence-detail-list-item .line {
  display:none;
  position:absolute;
  background: #f5f5f6;
  width: 100%;
  height:1px;
  left: 0;
  top: 14px;
  z-index: 1;
  transition: all 1s;
}
.residence-detail-apply {
  border-left: 1px solid #f5f5f6;
  padding-left:20px;
  margin-left:20px;
  /*padding-right: 35px;*/
}
.self-check-in {
  position: relative;
  padding-bottom: 35px;

  margin-bottom: 150px;
  margin-top: 95px;
  max-width: 1300px;
  margin: auto;
}
.self-check-in-image {

}
.self-check-in-content {
  /*position: absolute;*/
  right:0;
  top:100px;
/*  background:#f5f5f6;
  width:730px;
  padding:90px;
  text-align: center;
*/
    background: #f5f5f6;
    width: 100%;
    padding: 30px;
    text-align: center;
}
.self-check-in-content h1 {
  /*font-size: 40px;*/
  /*margin-bottom:55px;*/
  font-size: 30px;
  margin-top:0;
  margin-bottom:35px;
}
body.home .self-check-in-content h3 {
  /*font-size: 25px;*/
  /*line-height: 40px;*/
  font-size:16px;
  line-height: 22px;

  margin-bottom: 45px;
}
.self-check-in-content .apply-now-button {
    font-size: 15px;
    padding: 35px 60px;
    margin-top: 7px;
}
.self-check-in-content .apply-now-button:before {
    padding: 34px 45px;
  }

/*------------------------------------*\
    Testimonial
\*------------------------------------*/
.testimonial-block {
  margin-bottom:50px;
}
.testimonial-author {
  font-style: italic;
}


/*------------------------------------*\
    Social Icons
\*------------------------------------*/
#nav-container .social-icons-container {
    display:none;
    position: absolute;
    margin: auto;
    bottom:0;
    padding: 25px 0;
    text-align: center;
    background: #fff;
    width: 100%;
    left: 0;
    z-index:1000;
}
body.nav-open  #nav-container .social-icons-container  {
  display:none;
}
.social-icons-container  a {
    width:37px;
    height:37px;
    line-height: 3px;
    text-align: center;
    display:inline-block;
}
#nav-container  .social-icons-container a {
    margin: 7px 6px;
}
#footer .social-icons-container {
  margin: 45px 0;
}
#footer  .social-icons-container a {
    margin: 0px -2px;
    transform: scale(0.8);
}
.social-icons {
    vertical-align: middle;
    background: url('img/social_sprite.png') no-repeat;
}

.social-icons.facebook-icon {
    background-position: 0px 0px;
}
#footer .social-icons.facebook-icon {
    margin-left:0;
}
.social-icons.twitter-icon {
    background-position: -48px 0px;
}
.social-icons.youtube-icon {
    background-position: -96px 0px;
}
.social-icons.instagram-icon {
    background-position: -145px 0px;
}

/*------------------------------------*\
    PAGINATION
\*------------------------------------*/
.pagination-block {
  border-top:1px solid #000;
  border-bottom: 1px solid #000;
  width:135px;
  height:70px;
  line-height: 70px;
  margin-top:60px;
}
.pagination-next a,
.pagination-previous a {
  width:30px;
  height:70px;
  vertical-align: middle;
}
.pagination-previous a {
  float:left;
  margin-left:20px;
  background:transparent url('img/pagination_left.png') no-repeat 50%;
}
body.hasHover .pagination-previous a:hover {
  margin-left: 5px;
}
.pagination-next a {
  float:right;
  margin-right:20px;
  background:transparent url('img/pagination_right.png') no-repeat 50%;
}
body.hasHover .pagination-next a:hover {
  margin-right: 5px;
}

/*------------------------------------*\
    SINGLE
\*------------------------------------*/
.article-hero {
  width:100%;
  height:auto;
  height:500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
#hero-image {
  min-height:100%;
}
body.home #hero-image {
  margin-bottom:595px;
}

.residence-hero {
  padding-bottom:30px;
}

/*------------------------------------*\
    HI-RES
\*------------------------------------*/
  .header-right {
    margin-top: 20px;
    width: 100%;
    float: none;
    position: absolute;
    bottom: 0;
    height: 75px;
    border-top:solid 1px #fff;
}


body.login .entry-title-spacer {
  display:none;
}
body.login .entry-title-content {
  width:100%;
}
 .entry-title-content {
  padding-bottom: 25px;
  padding-top: 15px;
}

#hi-res-city-search-form {
  min-width:300px;
}

.rev_slider .select-wrapper input.select-dropdown {
  color:#fff;
  border-bottom: 2px solid #fff;
  font-size: 17px;
}

/* If there is styling needed to position the ifram */
.student_manager_widget {
    /*display: none;*/
    height: 45px;
    position: absolute;
    right: -26px;
    top: 0;
    border: none;
    padding: 0;
    margin-top:3px;
    width:372px;
    z-index:101;
}
.hi-res-widget-dark {
  display:none;
}
body.admin-bar .student_manager_widget {
  /*margin-top:26px;*/
}


/*------------------------------------*\
    FORM
\*------------------------------------*/
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
  background-color: #000;
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
  border-color: #000;
}
.dropdown-content li>a, .dropdown-content li>span {
  color:#000;
}
.select-wrapper .caret {
  display:none;
}
.select-wrapper:after {
  content:" ";
  width:20px;
  height:20px;
  position:absolute;
  top: 15px;
  right: 0;
  font-size: 26px;
  font-weight: normal;
  background: transparent url(img/select_arrow.png) no-repeat 50% 50%;
}
.datepicker-controls .select-wrapper:after {
  display:none;
}
.datepicker-controls .select-month input {
    width: 105px;
}

.dropdown-content {
  max-height:300px;
  background:#000;
  color:#fff;
  padding: 20px 0px 18px;
  top: 50px!important;
}
.dropdown-content li {
  min-height: auto;
}
.rev_slider .dropdown-content {
  background:#000;
  background:rgba(0,0,0,0.6);

}
.dropdown-content li>a, .dropdown-content li>span {
  padding:10px 26px;
  color:#fff;
}
body.hasHover .dropdown-content li>a, .dropdown-content li>span:hover:after {
  content: " ";
  display:inline-block;
  height:20px;
  width:20px;
  color:#fff;
  position: absolute;
  right: 15px;
  background: transparent url(img/select_arrow_right.png) no-repeat 50% 50%
}
.dropdown-content li:nth-child(1) {
  display:none;
}
.submit-btn {
  position: relative;
  background:none;
  border:none;
  height: 50px;
  padding-right:35px;
  font-size:16px;
  outline: none;
  cursor: pointer;
}
.submit-btn-container {
  margin-right:50px;
}
.submit-btn-container:after {
  content: " ";
  position:absolute;
  right:50px;
  top:0;
  width:30px;
  height:50px;
  background:transparent url(img/book_now_arrow.png) no-repeat 50%;
  transition:all 1s;
}
body.hasHover .submit-btn-container:hover:after {
  right:40px;
}


/*------------------------------------*\
    AJAX / Transitions
\*------------------------------------*/
.ajax-loader {
    display:none;
    position:absolute;
    top:0;
    left:0;
    margin-top:0px;
    background-color: #4bbcde;
    z-index:100;
}
.ajax-loader.progress .indeterminate {
    background-color: #02a6d5;
}

/*------------------------------------*\
    ANIMATION
\*------------------------------------*/
@keyframes line_animation {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes line_vertical_animation {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes vertical_line_animation {
    from {
        height:0;
    }
    to {
        height:100%;
    }
}


/*------------------------------------*\
    Responsive
\*------------------------------------*/


/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
https://css-tricks.com/responsive-data-tables/
*/
@media
only screen and (max-width: 601px)  {

  /* Force table to not be like tables anymore */
  .residence_key_information table,  .residence_key_information  thead,  .residence_key_information  tbody,  .residence_key_information  th,  .residence_key_information td,  .residence_key_information tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .residence_key_information thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

   .residence_key_information tr { border: 1px solid #ccc; }

   .residence_key_information td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    width:100% ;
  }

   .residence_key_information td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

   .residence_key_information td.key-info-icon {
        display: none;
  }

}


@media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
}

@media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */

  /*------------------------------------*\
      HEADER 480px
  \*------------------------------------*/
/*  .logo {
    position: absolute;
    text-align: left;
    margin-left: 110px;
  }*/
/*  .logo img {
    max-width:100%;
    margin-right:0;
    float:none;
    padding-top: 36px;
  }
*/



  #right-panel .right-panel-content {
    margin:50px 60px;
  }

  #nav-container {
        padding: 50px 60px 100px;
  }
  .main-menu-res {
    padding-left: 60px;
    padding-right: 60px;
  }

  /*------------------------------------*\
      RESIDENCE 480px
  \*------------------------------------*/

  .residence-detail-list-item .line {
    display:block;
  }
  .residence-detail-list-item {
    margin-top:0;
    text-align: left;
  }
  .residence-menu-list-items {
    padding:15px 60px;
  }
  .residence-detail-list-item-right {
    position: absolute;
  }
  body.home .residence-detail-list h3 {
    text-align: left;
    font-size:25px;
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .residence-detail-list-item span {
    padding-right:20px;
    font-weight:normal;
  }
  .residence-detail-list-item-right {
    padding-left:20px;
  }

  .residence-detail-apply {
    padding-right:35px;
  }

}


/* Medium Screens */
@media (min-width:601px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */

  h2 {
      font-size:40px;
      text-align: left;
      padding-left: 120px;
  }
  h2 span {
      background: #fff;
      display: inline-block;
      width:auto;
      padding: 0 20px;
  }
  .residence_key_information h2 {
      margin-bottom: 95px;
      font-size:40px;
  }
  h5 {
        text-align: left;
      padding-left: 120px;
  }
  h5 span {
      background: #fff;
      display: inline-block;
      width:auto;
      padding: 0 20px;
  }

  /*------------------------------------*\
      HEADER 601px
  \*------------------------------------*/
  #menu-toggle {
      left:52px;
  }

/*  .logo {
      position:absolute;
      text-align: left;
      margin-left:140px;
  }
*/


  /*------------------------------------*\
      PAGE 601px
  \*------------------------------------*/

  .row .col.page-content-container {
    width:100%;
  }

  body.lifestyle article a {
    width:50%;
  }

  .template_column_1,
  .template_column_2 {
        width: 50%!important;
  }

  /*------------------------------------*\
      HOME 601px
  \*------------------------------------*/
  .self-check-in-image {
    width:80%;
  }
  .self-check-in-content {
    width:80%;
    padding: 50px;
    position:absolute;
  }
  .self-check-in {
    padding-bottom:150px;
  }

  /*------------------------------------*\
      HI-RES 601px
  \*------------------------------------*/
  .student_manager_widget {
    display:block;
  }

  /*------------------------------------*\
      Footer 601px
  \*------------------------------------*/
  #footer .copyright p {
    margin-bottom:20px;
  }
  #footer {
    text-align: left;
  }
  #footer .footer-nav {
    display:block;
  }

  #footer h2 {
    text-align: left;
  }
  #footer .line {
    display:block;
  }

  /*------------------------------------*\
      Residence 601px
  \*------------------------------------*/
  .residence-information {
    background:transparent url('img/key.png') no-repeat right bottom;
    padding-bottom:140px;
    margin-bottom: -25px;
    border:none;
  }

  .call-to-action .apply-now-button {
    font-size: 15px;
    /*padding: 32px 22px;*/
  }



}


@media (max-width:1025px) {
  section.image_section {
    padding-right: 0!important;
    background: none!important;
    margin-bottom:80px!important;;
    min-height:0!important;
  }

    body.home section.image_section {
      margin-bottom:0!important;
    }
  }
}


@media (min-width:768px) { /* tablet portrait */

  /*------------------------------------*\
      HOME 768px
  \*------------------------------------*/
  body.home #header {
    background-color:transparent;
  }
  body.home .wrapper {
        margin-top: -180px;
  }

  body.home .homepage-keyareas-p {
    width:32.5%;
    padding:20px;
  }
  /*------------------------------------*\
      residence 768px
  \*------------------------------------*/
  .residence-tour-tab {
      padding: 37px 37px 32px 37px;
  }

  .residence-tour-tab iframe {
    height:486px;
  }


}

@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */

  h1 {
    font-size:40px;
    text-align: left;
  }
  .page-heading {
    margin-top:115px;
    margin-bottom:70px;
  }
  h2 {
    font-size:40px;
    text-align: left;
    padding-left: 120px;
  }


  h2 span {
      background: #fff;
      display: inline-block;
      width:auto;
      padding: 0 20px;
  }

  h5 {
    font-size:27px;
    text-align: left;
    padding-left: 120px;
  }
  h5 span {
      background: #fff;
      display: inline-block;
      width:auto;
      padding: 0 20px;
  }

  #content-container {
    margin: 0 50px;
  }
  #footer {
    padding: 0 50px;
  }

  /*------------------------------------*\
      HEADER 801px
  \*------------------------------------*/

  body.home .homepage-keyareas-p {
    width:32.5%;
    padding:20px;
  }


   .apply-now {
      display:block;
    }


  #hero-image {
    margin-bottom: 95px!important;
  }

  #header:after {
    display:block;
  }

  body.nav-open  #nav-container .social-icons-container  {
    display:block;
  }

  /*------------------------------------*\
    Right Panel
  \*------------------------------------*/
  #right-panel {
    display:block;
      position: fixed;
      top: 0;
      right: -500px;
      height: 100%;
      background: #171917;
      width: 450px;
      z-index: 100;
  }
  #right-panel .right-panel-header {
    display:block;
  }
  #right-panel .right-panel-footer {
    bottom:18px;
    position: absolute;
  }


  /*------------------------------------*\
      PAGE 801px
  \*------------------------------------*/

  .page-sidebar-container {
    display:block;
    width:25%;
  }
  .row .col.page-content-container {
    width:75%;
  }


  /*------------------------------------*\
      HOME 801px
  \*------------------------------------*/
  .self-check-in-content {
    position: absolute;
    right:0;
    top:100px;
    background:#f5f5f6;

    padding:90px;
    text-align: center;
  }

  /*------------------------------------*\
      FOOTER 801px
  \*------------------------------------*/
    #footer .footer-contact-content .line,
    #footer .footer-nav-content .line {
      display:block;
    }

  /*------------------------------------*\
      HI-RES 801px
  \*------------------------------------*/


  /*------------------------------------*\
      Residence 801px
  \*------------------------------------*/
  .residence-title,
  .residence-welcome h1 {
      font-size: 35px;
      padding-right:12px;
      text-align: left;
  }
  .residence-subtitle {
      line-height:30px;
      padding-right:12px;
      margin-bottom:40px;
      text-align: right;
    }
    .residence-title {
      margin-top: 100px;
      text-align: right;
    }
    .residence_key_information h2 {
      margin-bottom: 95px;
      font-size:40px;
  }
  .residence_key_information table td {
    padding:0;
  }

  .call-to-action .apply-now-button {
    font-size: 15px;
    padding: 32px 22px;
  }
  .call-to-action h3 {
      margin-bottom: 0;
    }


}


@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */

  #content-container {
    margin: 0 80px;
  }
  #footer {
    padding: 0 80px;
  }

  /*------------------------------------*\
      HEADER 1025px
  \*------------------------------------*/
  #header {
    height:120px;
  }
  .apply-now {
        top: 19px;
  }

  body.nav-open #menu-toggle span {
    background:#000;
  }

  .logo {
    width:auto;
    text-align: left;
    margin-left: 138px;
    z-index: 99;
  }
  .logo img {
      width:auto;
      margin-right:0px;
      padding-top: 32px;
  }

  body.nav-open .logo img {
    display:none;
  }
  body.nav-open img.logo-dark{
    display:block;
  }

    body.home .wrapper {
        margin-top: -120px;
  }
      #menu-toggle {
    top:20px;
  }

  .hero-present {
    margin-top: 150px;
  }

  #nav-container {
      position:fixed;
      margin-left:-2000px;
      padding: 100px 0 0 0 ;
      text-align: left;
      z-index: 14;
      margin-top:0;
  }

  #nav-container-content {
    background:transparent  url(img/nav-background.png) no-repeat;;
    background-position:  right bottom;
    background-size:contain;
    width:100%;
    padding:0 155px;
    position: relative;
    height: calc( 100% - 100px );
  }

  #nav-container .heading {
    text-align: left;
    line-height: 40px;
    margin:28px 0 9px;
  }

  #nav-container h3 {
    text-align: left;
    font-size:16px;
    font-weight: normal;
    text-transform: uppercase;
    line-height:14px;
    margin: 40px 0 10px;
  }

  #nav-container li {
    display: block;
    background: transparent;
  }

  #nav-container .navigation-residence-list h3:nth-child(1) {
    margin-top: 18px;
  }
  .residence-menu-list-items {
    display: block;
    background: #fff;
    font-style: normal;
    padding: 0;
    margin: 22px 0;
}

  .main-menu-col {
    vertical-align: top;
    width:20%;
    display:inline-block;
  }
  .main-menu-two,
  .main-menu-one {
    width:38%;
  }
  .main-menu-res-two {
    margin-top:0;
  }
  .main-menu-three {
        padding-left: 45px;
        margin-top:0;
  }
  .main-menu-two-a,
  .main-menu-res {
    vertical-align: top;
    width:49%;
    display:inline-block;
    background: none;
    padding:0;
  }
    #nav-container-content {
      background:none;
    }

    .residence-menu-list-items {
      display:block;
    }

    #nav-container #menu-item-3502,
    #nav-container #menu-item-3657 {
      margin-top:11px;
    }


  /*------------------------------------*\
      HI-RES 1025px
  \*------------------------------------*/
  .header-right {
      float:right;
      margin-top:37px;
      padding-right:40px;
      overflow: hidden;
      margin-top: 20px;
      width: auto;
      position: relative;
      height: auto;
      border: none;
      overflow: visible;
  }


  .student_manager_widget {
    top: 8px;
    right: 205px;
    margin-top: 0;
    max-width: 100000px;
  }
  body.nav-open .hi-res-widget-dark {
    display:block;
  }

    /*------------------------------------*\
      HOME 1025px
  \*------------------------------------*/
  .self-check-in-content h1 {
    font-size: 40px;
    margin-bottom:55px;
    margin-top:0;
  }
  body.home .self-check-in-content h3 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom:95px;
    /*margin-bottom:95px;*/
  }

  /*------------------------------------*\
      RESIDENCE 1025px
  \*------------------------------------*/
  .residence-detail-list .column {
    width:50%;
  }
  .call-to-action .apply-now-button {
    padding: 32px 40px;
  }
    .call-to-action h1 {
      text-align: left;
  }
  .call-to-action h3 {
      text-align: right;
  }

}

@media (min-width:1281px) { /* hi-res laptops and desktops */
   /*------------------------------------*\
      HOME 1281px
  \*------------------------------------*/
  .self-check-in-content {
      width:730px;
  }
  #footer  .social-icons-container a {
    margin: 0 4px;
    transform:scale(1);
  }
  body.home .homepage-keyareas-p {
    width:32.5%;
    padding:60px;
  }

  /*------------------------------------*\
      RESIDENCE 1281px
  \*------------------------------------*/
  .residence-information {
    margin-bottom: -80px;
  }
  .call-to-action {
      background: #f5f5f6;
      padding: 60px 70px;
      margin-top: 100px;
  }
  .call-to-action h1 {
      margin: 0;
      font-size: 40px;
      text-align: left;
  }
  .call-to-action h3 {
      font-size: 20px;
      text-align: right;
      margin: 12px 0 0;
  }
  .call-to-action .apply-now-button {
    padding: 32px 60px;
  }
  .residence-institute {
    position: absolute;
    right:0;
    top:0;
    padding:0;
  }
  .residence-institute img {
    float:right;
  }




}

@media (min-width:1450px) { /* hi-res laptops and desktops */

}

/* Large screens */





  @media only screen and (min-height: 910px) and (min-width:801px)  {
    .main-menu-two,
    .main-menu-one {
      width:30%;
    }
  .main-menu-two-a, .main-menu-res {
      vertical-align: top;
      width: 49%;
      display: inline-block;
      background: none;
      padding: 0;
  }
    #nav-container-content {
      background:transparent  url(img/nav-background.png) no-repeat;;
      background-position:  right bottom;
      background-size:contain;
    }
  }
.youtube_link>div,
.youtube_links>div {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0;
}

.youtube_link>div>iframe,
.youtube_links>div>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}