/* ::A.GOLSTON (03/13/2015) */

/* -----------------------------------------::FONTS
----------------------------------------- */
@font-face {
  font-family: 'maven-pro';
  font-weight: normal;
  font-style: normal;
  src: url('_maven-pro.eot');
  src: url('_maven-prod41d.eot?#iefix') format('embedded-opentype'), url('_maven-pro.woff2') format('woff2'), url('_maven-pro.woff') format('woff'), url('_maven-pro.ttf') format('truetype'), url('../themes/watermark/prop/main/shared/stylesheets/_maven-pro.svg#maven-pro') format('svg');
}
@font-face {
  font-family: 'maven-pro-bold';
  font-weight: normal;
  font-style: normal;
  src: url('_maven-pro-bold.eot');
  src: url('../themes/watermark/prop/main/shared/stylesheets/_maven-pro-boldd41d.eot?#iefix') format('embedded-opentype'), url('../themes/watermark/prop/main/shared/stylesheets/_maven-pro-bold.woff2') format('woff2'), url('_maven-pro-bold.woff') format('woff'), url('../themes/watermark/prop/main/shared/stylesheets/_maven-pro-bold.ttf') format('truetype'), url('../themes/watermark/prop/main/shared/stylesheets/_maven-pro-bold.svg#maven-pro-bold') format('svg');
}
@font-face {
  font-family: 'montserrat';
  font-weight: normal;
  font-style: normal;
  src: url('_montserrat.eot');
  src: url('_montserratd41d.eot?#iefix') format('embedded-opentype'), url('../themes/watermark/prop/main/shared/stylesheets/_montserrat.woff2') format('woff2'), url('_montserrat.woff') format('woff'), url('../themes/watermark/prop/main/shared/stylesheets/_montserrat.ttf') format('truetype'), url('../themes/watermark/prop/main/shared/stylesheets/_montserrat.svg#montserrat') format('svg');
}
@font-face {
  font-family: 'muli';
  font-weight: normal;
  font-style: normal;
  src: url('_muli.eot');
  src: url('../themes/watermark/prop/main/shared/stylesheets/_mulid41d.eot?#iefix') format('embedded-opentype'), url('_muli.woff2') format('woff2'), url('_muli.woff') format('woff'), url('_muli.ttf') format('truetype'), url('../themes/watermark/prop/main/shared/stylesheets/_muli.svg#muli') format('svg');
}
@font-face {
  font-family: 'rosario-italic';
  font-weight: normal;
  font-style: normal;
  src: url('_rosario-italic.eot');
  src: url('_rosario-italicd41d.eot?#iefix') format('embedded-opentype'), url('_rosario-italic.woff2') format('woff2'), url('_rosario-italic.woff') format('woff'), url('_rosario-italic.ttf') format('truetype'), url('../themes/watermark/prop/main/shared/stylesheets/_rosario-italic.svg#rosario-italic') format('svg');
}

/* -----------------------------------------::BASE
----------------------------------------- */
html, body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.xlrow {
  max-width: 100%;
  width: 100%;
}
.column, .columns, .row .row, .large-block-grid-1, .large-block-grid-2, .large-block-grid-3, .large-block-grid-4, .large-block-grid-5, .large-block-grid-6, .large-block-grid-7, .large-block-grid-8, .large-block-grid-9, .large-block-grid-10, .large-block-grid-11, .large-block-grid-12, .small-block-grid-1, .small-block-grid-2, .small-block-grid-3, .small-block-grid-4, .small-block-grid-5, .small-block-grid-6, .small-block-grid-7, .small-block-grid-8, .small-block-grid-9, .small-block-grid-10, .small-block-grid-11, .small-block-grid-12, .large-block-grid-1 > li, .large-block-grid-2 > li, .large-block-grid-3 > li, .large-block-grid-4 > li, .large-block-grid-5 > li, .large-block-grid-6 > li, .large-block-grid-7 > li, .large-block-grid-8 > li, .large-block-grid-9 > li, .large-block-grid-10 > li, .large-block-grid-11 > li, .large-block-grid-12 > li, .small-block-grid-1 > li, .small-block-grid-2 > li, .small-block-grid-3 > li, .small-block-grid-4 > li, .small-block-grid-5 > li, .small-block-grid-6 > li, .small-block-grid-7 > li, .small-block-grid-8 > li, .small-block-grid-9 > li, .small-block-grid-10 > li, .small-block-grid-11 > li, .small-block-grid-12 > li {
  margin: 0;
  padding: 0;
}
ul, li, ol, dl {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
a, li:hover, :before, :after {
  transition: all .25s ease-in-out 0;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-animation: .25s;
  animation: .25s;
}
input, label, select, option, textarea {
  height: auto;
  font-size: inherit;
}
select {
  border: 0 !important; /* Removes border */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: '';
  background: transparent url(../themes/watermark/prop/main/shared/stylesheets/site_media/img/down.html) no-repeat 90% center\0;
}
select::-ms-expand {
  display: none;
}
textarea:focus, input:focus, button:focus, a:focus {
  outline: none !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
html.lt-ie9 .inline-block {
  margin-right: 1px;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.none {
  display: none;
}
.visible {
  visibility: visible;
}
.hidden {
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table; /* http://css-tricks.com/snippets/css/clear-fix/ */
}
.hide-for-touch {
  display: block !important;
}

/* -----------------------------------------::COLORS
----------------------------------------- */
.bg-blue-light {
  background-color: #325a73;
  min-height: 24px;
}
body#home .bg-blue-light {
  min-height: 0;
}
.bg-blue-medium {
  background-color: #353a40;
}
.bg-blue-dark {
  background-color: #060606;
}
.bg-tan-light {
  background-color: #ccb776;
}
.bg-tan-dark {
  background-color: #bdb6a4;
}
body#floorplans .bg-tan-dark, body#gallery .bg-tan-dark, body#gallery-inter .bg-tan-dark {
  padding: 18px 0 22px 0;
}
body#neighborhood .bg-tan-dark {
  padding: 18px 0 0 0;
}
.bg-light-black {
  background-color: #343a3f;
  height: 7px;
  margin-bottom: 20px;
}
.bg-white {
  background-color: #fff;
  height: 7px;
}
.bg-white-dark {
  background-color: #ede6cf;
}
.bg-white-dark-image {
  background-repeat: repeat-x;
  background-image: url('../images/bg/bg-white-dark.png');
}

/* -----------------------------------------::TYPOGRAPHY
----------------------------------------- */
body {
  font-family: sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
p:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
p, li {
  color: #525050;
  font-family: 'muli', sans-serif;
  font-size: 17px;
  line-height: 30px;
}
h1 {
  color: #ede6cf;
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 7px 19px 30px 0;
  text-align: center;
  text-transform: uppercase;
}
body#home h1 {
  color: #525050;
  padding: 19px;
}
h2 {
  color: #1c1c1c;
  font-family: 'muli', sans-serif;
  font-size: 36px;
  font-weight: normal;
  margin: 0 0 20px 0;
  text-align: center;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

/* -----------------------------------------::MISC
----------------------------------------- */
#fancybox-close {
  display: inline !important;
  visibility: visible !important;
}
.cursor a {
  cursor: pointer
}

/* -----------------------------------------::BUTTON
----------------------------------------- */
.tabs dd {
  display: table;
  float: none;
  list-style: none;
  margin: 0 auto 20px auto !important;
  position: relative;
}
.tabs dd a {
  margin: 0 10px 0 0;
}
.btn a, .tabs dd a {
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #34393f;
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 12px;
  padding: 18px 27px 14px 27px;
  text-transform: uppercase;
  -moz-border-radius: 50px;
  -webkit-border-riadius: 50px;
}
body#home .btn a {
  background-color: #ede7cf;
}
.btn a:hover, .tabs dd>a:hover, .tabs .tab-title>a:hover, .tabs dd.active a, .tabs .tab-title.active a, body#home .btn a:hover, .panel-nav li.active a {
  background-color: #34393f;
  border-radius: 50px;
  border: 2px solid transparent;
  color: #fff;
}
.btn2 a, .btn2 {
  border: 2px solid #315a72;
  color: #315a72;
  display: table;
  font-family: 'rosario-italic', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .5px;
  margin: 10px 0;
  padding: 18px 30px;
  text-align: center;
  text-transform: lowercase;
  width: 100%;
  transition: all .25s ease-in-out 0;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-animation: .25s;
  animation: .25s;
}
body#contact .btn2 {
  float: right;
}
.btn2 a:hover, .btn2:hover {
  background-color: #315a72;
  border: 2px solid transparent;
  color: #fff;
}

/* Nav Amenities */
.nav-amenities-container {
  background-image: url('../images/bg/bg-nav-amenities.png');
  background-position: top left;
  background-repeat: repeat-x;
}
.nav-amenities {
  background-color: #cdb776;
}
.nav-amenities-title {
  padding: 15px 0 0 0;
}
.nav-amenities-title p {
  color: #110000;
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.nav-amenities-title h1 {
  color: #110000;
  font-family: 'rosario-italic', sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: normal;
  line-height: 31px;
  padding: 0 0 27px 0;
  text-align: center;
  text-transform: lowercase;
}
.nav-amenities-arrow {
  background-image: url('../images/bg/bg-nav-amenities-arrow.png');
  background-position: top center;
  background-repeat: no-repeat;
  height: 55px;
  margin-bottom: -55px;
  opacity: 1;
  position: relative;
  z-index: 10;
}
.nav-amenities-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 252px;
  opacity: .75;
}
.nav-amenities-img-border {
  border: solid #cdb776 15px;
  opacity: .25;
  height: 100%;
}

/* -----------------------------------------::OFF CANVAS
----------------------------------------- */
.left-off-canvas-menu {
  background-color: #bcb6a4;
}
.left-off-canvas-menu a {
  color: #fff;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
}
.left-off-canvas-menu ul li {
  transition: all .25s ease-in-out 0;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-animation: .25s;
  animation: .25s;
}
.left-off-canvas-menu ul li:hover, .left-off-canvas-menu ul li.active, .left-off-canvas-menu ul li.active:hover {
  color: #fff !important;
  background-color: #62a5cc !important;
}
.left-off-canvas-menu ul {
  background-color: #343a3f;
  list-style-type: none;
  list-style: none;
}
.left-off-canvas-menu li {
  border-bottom: solid 1px #31475a;
  color: #fff;
  display: inline-block;
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 14px;
  padding-left: 20px;
  text-transform: uppercase;
  width: 100%;
}
.left-off-canvas-toggle {
  color: #62a5cc;
  display: inline-block;
  float: left;
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 40px;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}
.left-off-canvas-toggle:hover, .left-off-canvas-toggle:active li, .left-off-canvas-toggle:focus {
  color: #fff;
}

/* -----------------------------------------::HEADER
----------------------------------------- */
.header-wrap {
  position: relative;
}
.header-container {
  background-color: #59434d;
  width: 100%;
  z-index: 951;
}
.header {
  padding: 0 43px 20px 51px;
}

/* Logo */
.logo {
  padding-top: 6px;
}
.logo img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* Callouts (Header) */
.callout-phone, .callout-phone a {
  color: #fff;
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  margin: -8px 0 3px 0;
  padding-right: 8px;
  text-align: center;
}

/* Social Media */
.nav-info {
  text-align: center;
}
.nav-social {
  display: table;
  margin: 10px auto 0 auto;
  text-align: center;
}
.nav-social ul {
  float: right;
}
.nav-social li {
  display: inline-block;
  float: left;
  height: 18px;
  margin: 0 7px;
  width: 18px;
}
.social-link {
  transition: all .25s ease-in-out 0;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-animation: .25s;
  animation: .25s;
}
.social-link.facebook, .social-link.facebook:hover, .social-link.twitter, .social-link.twitter:hover, .social-link.googleplus, .social-link.googleplus:hover, .social-link.pinterest, .social-link.pinterest:hover, .social-link.instagram, .social-link.instagram:hover {
  background-repeat: no-repeat;
  background-size: contain;
}
.social-link.facebook {
  background-image: url('../images/icons/icon-facebook.png');
}
.social-link.facebook:hover {
  background-image: url('../images/icons/icon-facebook-hover.png');
}
.social-link.twitter {
  background-image: url('../images/icons/icon-twitter.png');
}
.social-link.twitter:hover {
  background-image: url('../images/icons/icon-twitter-hover.png');
}
.social-link.instagram {
  background-image: url('../images/icons/icon-instagram.png');
}
.social-link.instagram:hover {
  background-image: url('../images/icons/icon-instagram-hover.png');
}
.social-link.pinterest {
  background-image: url('../images/icons/icon-pinterest.png');
}
.social-link.pinterest:hover {
  background-image: url('../images/icons/icon-pinterest-hover.png');
}
.social-link.googleplus {
  background-image: url('../images/icons/icon-googleplus.png');
}
.social-link.googleplus:hover {
  background-image: url('../images/icons/icon-googleplus-hover.png');
}

/* -----------------------------------------::SLIDESHOW
----------------------------------------- */
.slideshow {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 370px;
  margin: 0 auto;
  max-height: 370px;
  max-width: 100%;
}
.slideshow img {
  height: auto;
  width: 100%;
}
.slick-list p {
  color: #747478;
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 12px;
}
.slideshow-content {
  height: 335px;
  margin: 0 auto;
}
.slick-dots {
  display: none !important;
}
body#home .slick-dots {
  display: block !important;
}
.slick-dots {
  z-index: 600;
  bottom: 6px;
}
.slick-dots li button:before {
  color: #fff;
  font-size: 50px;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #6892ab;
}

/* -----------------------------------------::PANEL
----------------------------------------- */
.panel-container-home {
  left: 50.75%;
  position: absolute;
  top: 503px;
  width: 575px;
  z-index: 901;
}
.panel-container-amen {
  left: 50.75%;
  position: absolute;
  top: 150px;
  width: 575px;
  z-index: 901;
}
.panel-container-con {
  display: block;
  margin-top: -100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 901;
}
.panel {
  background: #ede6cf;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  margin-bottom: 0;
  padding: 20px;
}
.panel p, .panel li {
  color: #525050;
  font-family: 'muli', sans-serif;
  font-size: 17px;
}
.panel li:before {
  font-size: 9px !important;
  vertical-align: top !important;
}
body#floorplans .panel {
  text-align: center;
}
.panel-nav {
  text-align: center;
}
.panel-nav a {
  display: block;
  margin: 0 0 20px 0;
}
.panel-nav ul {
  display: table;
  margin: 0 auto;
}
body#gallery .panel-nav ul, body#gallery-inter .panel-nav ul {
  margin: 20px auto 0 auto;
}
.panel-nav li {
  line-height: normal;
}
.panel-content {
}

/* -----------------------------------------::LAYOUT
----------------------------------------- */
.content {
  padding: 20px 20px 0 20px;
}
body#contact .content {
  padding: 0 20px 0 20px;
}
.content p, .content ul {
  margin-bottom: 15px;
}
.content p {
  text-align: left;
}
.content h1 {
  font-weight: 600;
}
.content li {
  text-indent: -15px;
  margin-left: 15px;
}
.content li:before {
  color: #525050;
  content: "●";
  font-size: 9px;
  padding: 0 4px 0 0;
  vertical-align: top;
}
.content a {
  color: #fff;
}
.content a:hover {
  border-bottom: solid 2px #fff;
  color: #fff;
}

/* Sidebar */
.sidebar-container {
}
.sidebar p, .sidebar a, .sidebar li {
  color: #525050;
  font-family: 'muli', sans-serif;
  font-size: 14px;
  line-height: 27px;
  margin: 0;
  text-align: center;
  text-indent: inherit;
}
.sidebar a:hover {
  color: #525050;
  border-bottom: none;
}
.phone li, .fax li {
  display: inline-block;
  float: left;
}
.sidebar li:before {
  display: none;
}

/* Footer */
footer {
  display: inline-block;
  padding: 30px;
}
footer a, footer li {
  color: #fff;
  font-family: 'montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
}
footer a:hover {
  color: #315a72;
}
.footer-nav a:hover, .footer-nav .active a, .footer-info .active a {
  color: #315a72;
}
.footer-info a:hover {
  color: #fff;
}
.footer-nav {
  text-align: center;
}
.footer-nav ul {
  display: table;
  margin: 0 auto;
}
.footer-nav li {
  display: inline-block;
  text-transform: capitalize;
}
.footer-nav li:before {
  color: #fff;
  content: "|";
  font-family: sans-serif;
  font-size: 14px;
  margin: 0 5px;
}
.footer-nav li:first-child:before {
  display: none;
}
.footer-info li {
  display: block;
  text-align: center;
}
.footer-mapit li {
  text-align: center;
}
.footer-privacy {
  text-align: center;
}
.footer-privacy ul {
  display: table;
  margin: 0 auto;
}
.footer-privacy li {
  display: inline-block;
  float: left;
}
.footer-privacy a {
  color: #bcb6a4;
  font-size: 11px;
  text-transform: uppercase;
}
.footer-privacy a:hover {
  color: #ede6cf;
}
.footer-privacy li:before {
  color: #fff;
  content: "|";
  font-family: sans-serif;
  font-size: 14px;
  margin: 0 5px;
}
.footer-privacy li:first-child:before {
  display: none;
}
.footer-leaselabs {
  color: #5e9cc0;
  font-family: 'maven-pro', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.footer-leaselabs li, .footer-leaselabs a {
  font-size: 11px;
}
.footer-leaselabs a, .footer-leaselabs a:hover {
  color: #5e9cc0;
}
.footer-leaselabs img {
  margin-right: 10px;
}

/* Map It */
.mapit {
  border: solid 2px #5e9cc0;
  color: #5e9cc0;
  display: inline-block;
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  margin: 20px 0;
  padding: 21px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all .25s ease-in-out 0;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-animation: .25s;
  animation: .25s;
}
.mapit:hover {
  background-color: #5e9cc0;
  border: solid 2px transparent;
  color: #fff;
}

/* -----------------------------------------::FLOORPLANS
----------------------------------------- */
table tr td {
  padding-left: 10px;
  padding-right: 10px;
}
.fp-slideshow-wrap {
  padding: 24px 20px 20px 20px;
  margin: 10px auto;
  /* display: flex;
  */
}
.fp-slideshow li {
  background-color: transparent !important;
  width: 97% !important;
}
.fp-slideshow {
  min-height: 486px;
}
.fpdescription, .fpdescription li {
  color: #525050;
  font-family: 'muli', sans-serif;
  font-size: 17px;
  line-height: 30px;
}
.fpdescription li {
  text-indent: -15px;
}
.fpdescription li:before {
  color: #525050;
  content: "●";
  font-size: 9px;
  padding: 0 3px 0 0;
  vertical-align: top;
}
.floorplans #feature > .row .columns {
  padding: 0 0.9375rem;
}
.floorplans-content {
  display: block;
}
.floorplans-content p, .fpbedbath p, .fpdescription p {
  color: #343a3f;
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 20px;
  margin: 0;
  text-transform: uppercase;
}
.floorplans-content h2 {
  color: #343a3f;
  font-family: 'montserrat' sans-serif;
  font-size: 30px;
  line-height: 20px;
  margin: 37px 0 13px 0;
  text-align: left;
  text-transform: lowercase;
}
.fpdescription p {
  margin: 0 auto 20px auto;
}
.fpbedbath {
  margin-bottom: 30px;
}
.fpdescription {
  margin-bottom: 60px;
}
.fpbuttons {
  display: block;
}
.floor-image-wrap {
  bottom: 0;
  height: 440px !important;
  width: 100%;
  z-index: 500;
}
.floor-image {
  padding: 20px 0;
  position: relative;
  height: 100%;
}
.floorplans-image {
  border: solid 15px #ddcea2;
  max-width: 590px;
  min-height: 420px;
  padding: 14px;
}
.floorplans-image, .img-container {
  position: relative;
}
.floorplans-image a {
  color: #343a3f;
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
.floorplans-image a:hover {
  color: #5995b8;
}
.floorplans-image img, .img-container img {
  display: block;
  margin: 0 auto;
}
.btn-floorplans-slider {
  display: none;
}
.btn-floorplans-slider span {
  display: none;
}
#pager-nav {
  margin-top: 20px;
  max-width: 74.25em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 500;
}
.btn-slide-nav {
  background-position: center;
  background-repeat: no-repeat;
  margin: -275px 0 0 0;
  opacity: 1;
  width: 36px;
}
.resp-tabs-list li:last-child {
  border-right: 0;
}
.resp-tabs-list li a {
  font-size: 14px;
  text-transform: uppercase;
}
body#floorplans .resp-tab-content {
  padding: 0 !important;
  clear: both;
}
body#floorplans .resp-tabs-container {
  margin-bottom: 0;
}
body#floorplans .resp-tabs-list a {
  color: #747478;
  font-size: 18px;
  font-weight: 400;
}
body#floorplans .resp-tabs-list li {
  cursor: pointer;
  display: inline;
  margin: 0 auto;
  padding: 0 5px 0 0;
}
body#floorplans .resp-tabs-list li p {
  background-color: #ede7cf;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #34393f;
  display: initial;
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 12px;
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
  max-width: 200px;
  animation: .25s;
  transition-duration: .25s;
  transition: all .25s ease-in-out 0;
  -moz-border-radius: 50px;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-animation: .25s;
  -webkit-border-riadius: 50px;
  -webkit-transition-duration: .25s;
}
body#floorplans .resp-tabs-list li p:hover, body#floorplans .resp-tab-active p {
  background-color: #34393f !important;
  border: 2px solid transparent !important;
  color: #fff !important;
}
body#floorplans .resp-accordion p {
  background-color: #ede7cf;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #34393f;
  display: block;
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 12px;
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
  -moz-border-radius: 50px;
  -webkit-border-riadius: 50px;
}
body#floorplans .resp-accordion p:hover {
  background-color: #343a3f;
  border: 2px solid transparent;
  color: #fff;
  text-align: center;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-animation: .25s;
  -webkit-transition-duration: .25s;
  animation: .25s;
  transition-duration: .25s;
  transition: all .25s ease-in-out 0;
}
body#floorplans .resp-tab-content {
  padding: 10px 0 32px 0;
}
body#floorplans .resp-tabs-list {
  margin: 17px 0 37px 50px;
}

/* body#floorplans .panel h1 {
  font-size: 20px;
  padding: 0;
}
*/
/* -----------------------------------------::Amenities
----------------------------------------- */


/* -----------------------------------------::Gallery
----------------------------------------- */
.gallery-container {
  height: 538px;
  padding: 15px;
}
.gallery {
  padding: 20px 0;
}
.gallery ul {
  margin: 0 auto;
}
.gallery li {
  padding: 5px;
  cursor: pointer;
}
.gallery img {
  border: solid #cdb776 17px;
  height: inherit;
  margin-right: 16px;
  margin: 0 auto 25px auto;
  width: 100%;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-animation: .25s;
  -webkit-transition-duration: .25s;
  animation: .25s;
  transition-duration: .25s;
  transition: all .25s ease-in-out 0;
}
.gallery .slide div:hover img {
  border: solid #315a72 17px;
}

/* .galler-cross {
  height: 0;
}
.gallery .slide div:hover .galler-cross:before {
  bottom: 180px;
  color: #fff;
  content: "┼";
  font-size: 50px;
  left: 122px;
  position: relative;
}
*/
body#gallery .slick-slider {
  margin-bottom: 0;
}
.slick-next, .slick-prev {
  height: 85px;
  width: 47px;
}
.slick-next {
  right: -46px;
}
.slick-prev {
  left: -46px;
}
.slick-next:before, .slick-prev:before {
  content: "";
}
.slick-next, .slick-next:hover, .slick-next:active {
  background-image: url('../images/btns/btn-next.png') !important;
  opacity: 1;
}
.slick-prev, .slick-prev:hover, .slick-prev:active {
  background-image: url('../images/btns/btn-prev.png') !important;
  opacity: 1;
}

/* -----------------------------------------::Neighborhood
----------------------------------------- */
.map-wrap {
  position: relative;
}
.map-container {
  border: solid 15px #cdb776;
}
#map {
  height: 560px;
  margin: 0;
  -webkit-transition: height .25s; /* Safari */
  transition: height .25s;
}
#map img {
  background: none !important;
  border: 0 !important;
  height: auto !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
}
body#neighborhood .resp-tabs-container {
  margin: 20px;
}

/* Markers */
.markers {
  padding: 20px 10px !important;
}
.marker {
  background-position: left;
  background-repeat: no-repeat;
  color: transparent;
  height: 70px;
  margin-top: -10px;
  width: 40px;
  float: left;
}
.name {
  color: #525050;
  display: block;
  font-family: 'muli', sans-serif;
  font-size: 13px;
  height: 60px;
  margin: 0 0 0 40px;
  padding: 20px 0 0 10px;
}
.number {
  display: none;
}
.poi {
  margin-bottom: 35px;
}

/* Google */
.gm-style-iw {
  height: auto !important;
  min-height: 80px;
  min-width: 250px;
  overflow: visible !important;
  width: auto !important;
}
.gmaps_info_window p, .gmaps_info_window span {
  color: #343a3f;
  font-family: 'muli', sans-serif;
  font-size: 13px;
  line-height: normal;
  margin: 0;
  text-align: left;
}
.gmaps_info_window b {
  color: #5995b8;
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 13px;
  margin: 0;
}
.gmaps_info_window h2, .gmaps_info_window h4 {
  color: #5995b8;
  display: inline-block;
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 13px;
  height: inherit;
  line-height: normal;
  margin: 0 0 0 -4px;
  padding: 0 0 0 5px;
}
.gmaps_info_window .cta, .gmaps_info_window .cta:hover, .gmaps_info_window .cta a, .gmaps_info_window .cta a:hover {
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  text-transform: none;
}
.gmaps_info_window .cta, .gmaps_info_window .cta a {
  color: #cdb776;
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 13px;
  margin: 5px 0 0 0;
}
.gmaps_info_window a:before {
  color: #5995b8;
  content: "|";
  font-family: sans-serif;
  font-weight: 400;
  padding: 0 4px 0 0;
  vertical-align: bottom;
}
.gmaps_info_window a:first-child:before {
  display: none;
}

/* Vertical tabs */
.tabs-wrap {
  background-color: #f6f3e1;
}
.resp-tabs-wrap {
  background-color: transparent;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
body#neighborhood .resp-tabs-list {
  display: none;
}
h2.resp-accordion {
  background-color: #ede7cf;
  border-radius: 50px;
  color: #34393f;
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  -moz-border-radius: 50px;
  -webkit-border-riadius: 50px;
  transition: all .25s ease-in-out 0;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-animation: .25s;
  animation: .25s;
}
h2.resp-accordion a {
  color: #34393f;
  padding: 20px;
}
h2.resp-accordion:hover a {
  color: #fff;
}
body#neighborhood h2.resp-accordion {
  border: solid #fff 2px;
  margin-bottom: 20px;
}
body#neighborhood h2.resp-accordion:hover {
  background-color: #34393f;
}

/* -----------------------------------------::RESIDENT
----------------------------------------- */
.cell-centered, .cell-right {
  border-top: solid 1px #cdb776;
  padding-top: 20px;
}
.cell-left {
  margin: 0 auto;
}
.cell-centered, .cell-right {
  margin: 30px auto 0 auto;
}
.cell-title, .cell-title p, .cell-title a, .cell-title a:hover {
  color: #343a3f;
  font-family: 'montserrat', sans-serif;
  font-size: 30px;
}
.cell-title p {
  color: #525050;
  margin: 0 !important;
}
.cell-text p {
  font-family: 'muli', sans-serif;
  font-size: 17px;
}
.comming-soon {
  color: #315a72;
  font-family: 'rosario-italic', sans-serif;
  font-size: 20px;
  text-transform: lowercase;
  margin: 25% 0 0 0;
  font-weight: 600;
}

/* -----------------------------------------::CONTACT (See wufoo css page:watermark-prop-2015)
----------------------------------------- */
/* Placeholder Text */::-webkit-input-placeholder {
  color: #525050;
  text-transform: uppercase;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #525050;
  text-transform: uppercase;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #525050;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  color: #525050;
  text-transform: uppercase;
}

/* -----------------------------------------::MEDIA QUERIES (Screens)
----------------------------------------- */
@media only screen and (min-width:560px) {
  .panel-nav li {
    display: inline-block;
  }
  .panel-nav a {
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .footer-privacy a {
    letter-spacing: 1px;
  }
}
@media only screen and (min-width:642px) {
  h1, h2 {
    text-align: left;
  }
  h2 {
    font-size: 36px;
    margin: 0 0 0 0;
  }
  body#home .content h1 {
    display: block;
    max-width: 450px;
    text-align: center;
  }
  body#home .content h2 {
    float: left;
    margin-right: 57px;
    max-width: 450px;
    text-align: center;
  }

  /* Misc */
  .cursor a {
    cursor: default;
  }
  .btn2 a, .btn2 {
    width: inherit;
  }

  /* Button */
  .tabs dd {
    float: left;
    margin-bottom: 0 !important;
  }

  /* Header */
  .header-container {
    background-color: transparent;
    position: absolute;
  }
  .callout-phone {
    font-size: 12px;
  }
  body#floorplans .header-container, body#gallery .header-container, body#gallery-inter .header-container, body#neighborhood .header-container {
    background-color: #bcb6a4;
    position: relative;
  }

  /* Slideshow */
  .slideshow {
    height: 595px;
    margin: 0 auto;
    max-height: 595px;
    max-width: 100%;
  }

  /* Nav Amenities */
  .nav-amenities:hover {
    background-color: #cdb776;
  }
  .nav-amenities-title p, .nav-amenities-title h1, .nav-amenities-img, .nav-amenities-img-border, .nav-amenities-arrow {
    transition: all .25s ease-in-out 0;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-animation: .25s;
    animation: .25s;
  }
  .nav-amenities-title p {
    color: #fff;
  }
  .nav-amenities:hover .nav-amenities-title p {
    color: #110000;
  }
  .nav-amenities-title h1 {
    color: #fff !important;
  }
  .nav-amenities:hover .nav-amenities-title h1 {
    color: #110000 !important;
    font-size: 30px;
  }
  .nav-amenities-arrow {
    opacity: 0;
  }
  .nav-amenities:hover .nav-amenities-arrow {
    opacity: 1;
  }
  .nav-amenities-img {
    opacity: 1;
  }
  .nav-amenities:hover .nav-amenities-img {
    opacity: .75;
  }
  .nav-amenities-img-border {
    border: solid #1f4667 15px;
  }
  .nav-amenities:hover .nav-amenities-img-border {
    border: solid #cdb776 15px;
  }

  /* Footer */
  .footer-privacy, .footer-leaselabs {
    margin-top: 20px;
  }
  .floorplans-image img, .img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
  }

  /* Layout */
  .content {
    padding: 20px 30px 0 30px;
  }

  /* Panel */
  .panel {
    padding-bottom: 20px;
  }
  body#gallery .panel-nav ul, body#gallery-inter .panel-nav ul {
    float: left;
    margin: 0 0 24px 0;
  }
  .panel-content li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 45%;
  }

  /* Cells */
  .cell-left {
    margin-right: 1px;
  }
  .cell-centered {
    margin: 0 auto;
  }
  .cell-right {
    margin-top: 0;
    margin-left: 1px;
  }
  .cell-image img {
    height: 200px;
    width: 267px;
  }

  /* Nav Amenities */
  .nav-amenities-title h1, .nav-amenities:hover .nav-amenities-title h1 {
    font-size: 18px;
  }
  .nav-amenities {
    background-color: transparent;
    margin: 0 auto;
    max-width: 305px;
  }

  /* Modal */
  dialog, .reveal-modal {
    margin: 0 auto;
    width: 80%;
  }

  /* Gallery */
  .gallery {
    padding: 20px 58px 0 58px;
  }
  .gallery img {
    height: 236px;
    width: 266px;
  }

  /* Neighborhood */
  .tabs-wrap {
    background-color: transparent;
  }
  .resp-tabs-wrap {
    padding: 10px !important;
    margin-bottom: 15px !important;
    background-color: #f6f3e1;
  }
  body#neighborhood .resp-tabs-list {
    display: block;
  }
  body#neighborhood .resp-tabs-list li a {
    display: block;
    margin: 0 3px;
    padding: 10px 8px;
    /* width: inherit;
    */
  }
  h2.resp-accordion {
    padding: 10px 40px;
  }
  .name {
    font-size: 14px;
    padding: 22px 0 0 14px;
  }

  /* Residents */
  .comming-soon {
    text-align: center;
  }

  /* Floor plans */
  .floor-plans-bed-bath {
    margin: 0 0 5px 0;
  }
  .fpdescription p {
    margin: 0 auto 10px auto;
  }
  .fpbedbath, .fpdescription {
    margin-bottom: 10px;
  }
  .fpdescription, .fpdescription li {
    font-size: 13px;
  }
  body#floorplans .panel h1 {
    font-size: 14px;
    padding: 7px 19px 30px 0;
  }

  /* Sidebar */
  .sidebar p, .sidebar a, .sidebar li {
    text-align: left;
  }
  .sidebar ul {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width:855px) {
  /* Cells */
  .cell-left, .cell-centered, .cell-right {
    display: table;
  }
  body#neighborhood .resp-tabs-list li a {
    padding: 10px;
    /* width: 135px;
    */
  }
}
@media only screen and (min-width:1000px) {
  /* Floorplans */
  .fpdescription p {
    margin: 0 auto 20px auto;
  }
  .fpbedbath {
    margin-bottom: 30px;
  }
  .fpdescription {
    margin-bottom: 60px;
  }
  .fpbuttons a {
    display: inline-block;
    float: left;
    margin-left: 10px;
  }
  .fpbuttons a:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width:1000px) {
  .cell-left {
    float: left;
  }
  .cell-right {
    float: right;
  }
  .call-out {
    padding: 5px 0;
  }
  .call-out h2 {
    text-align: right;
  }
}
@media only screen and (min-width:1026px) {
  /* Header */
  .header {
    padding: 16px 43px 20px 51px;
  }

  /* Logo */
  .logo img {
    margin-bottom: 0;
  }

  /* Nav */
  nav ul {
    float: right;
    margin-top: 6px;
  }
  nav li {
    display: inline-block;
    float: left;
    margin: 0 0 0 10px;
    position: relative;
    text-align: center;
  }
  nav li a {
    color: #fff;
    display: inline-block;
    font-family: 'maven-pro-bold', sans-serif;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
  }
  nav li a:hover, nav li a:active, nav li.active a {
    color: #62a5cc;
  }
  nav li:after {
    background: transparent;
    bottom: 26px;
    content: " ";
    height: 0px;
    left: 0;
    position: absolute;
    width: 100%;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  nav li:hover:after, nav li.active:after {
    height: 5px;
    background: #62a5cc;
  }
  .callout-leasing p {
    color: #69b4e0;
    font-family: 'maven-pro-bold', sans-serif;
    font-size: 12px;
    line-height: normal;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
  }
  .nav-amenities-title h1, .nav-amenities:hover .nav-amenities-title h1 {
    font-size: 30px;
  }

  /* Social Media */
  .nav-social li {
    margin: 0 5px;
  }

  /* Panel */
  body#amenities .panel {
    padding: 20px 70px 20px 20px;
  }
  body#home .panel {
    background: transparent;
  }
  .panel-nav a {
    display: inline;
  }
  .panel-content li {
    margin-right: 0;
    width: 100%;
  }

  /* Nav */
  .nav-second-container {
    display: inline-block;
    float: right;
    margin: 0;
  }
  .nav-social {
    display: inline-block;
    float: right;
    margin: 0;
  }
  .social li {
    margin: 0 5px;
  }

  /* Callouts (Header) */
  .callout-phone {
    text-align: right;
  }

  /* Layout */
  .form-right {
    float: right;
  }

  /* Slideshow */
  body#residents .slideshow {
    height: 840px !important;
    max-height: 840px !important;
  }

  /* Footer */
  footer {
    display: block;
  }
  .footer {
    background-image: url('../images/bg/bg-footer.png');
    background-repeat: repeat-x;
  }
  .footer-nav, .footer-privacy {
    text-align: left;
  }
  .footer-nav ul {
    display: inline-block;
    float: left;
    width: 38%;
  }
  .footer-nav li {
    display: block;
    float: none;
  }
  .footer-nav li:before {
    display: none;
  }
  .footer-privacy {
    margin-top: 54px;
  }
  .footer-privacy ul {
    float: left;
  }
  .footer-leaselabs {
    margin-top: 39px;
  }

  /* Map It */
  .mapit {
    float: right;
    margin: 0 42px 0 0;
  }

  /* Floor Plans */
  .fpdescription, .fpdescription li {
    font-size: 17px;
  }
  .resp-tabs-border {
    border-left: solid 1px #dfd9d1;
    border-right: solid 1px #dfd9d1;
  }
  .floor-plans-cta a {
    min-width: 250px;
  }

  /* Gallery */
  body#gallery .panel-nav, body#gallery-inter .panel-nav {
    margin-top: 15px;
  }

  /* Location */
  .markers {
    padding: 24px 37px !important;
  }

  /* Residents */
  .cell-container {
    bottom: 75px;
    height: 325px;
    margin: -404px auto 50px auto;
    position: relative;
  }
  .cell {
    background-color: #ede6cf;
    border-bottom: none;
    height: 400px;
    padding: 30px 50px;
  }
  .cell-centered, .cell-right {
    border-top: none;
    margin-top: 0;
  }
  .cell-title, .cell-title p, .cell-title a, .cell-title a:hover {
    font-size: 25px;
  }
  .cell-text p {
    height: 210px;
  }

  /* Contact */
  .form_recaptcha, #submit_button {
    float: right;
  }
  #flash, #thank-you, #flash li, #thank-you li {
    text-align: right;
  }
}
@media only screen and (min-width:1250px) {
  /* Layout */
  .content {
    padding: 24px 20px 0 20px;
  }

  /* Nav */
  nav li {
    margin: 0 0 0 20px;
  }
  nav li a {
    letter-spacing: 1px;
  }

  /* Social Media */
  .nav-info {
    text-align: center;
  }
  .nav-social li {
    margin: 0 0 0 15px;
  }
  body#amenities .panel {
    padding: 20px 63px;
  }

  /* Panel */
  .panel-container-home {
    left: 54.75%;
  }
  .panel-container-amen {
    left: 54.75%;
  }

  /* Residents */
  .cell-container {
    margin: -410px auto 50px auto;
  }
  .cell-title, .cell-title p, .cell-title a, .cell-title a:hover {
    font-size: 30px;
  }
  .cell {
    padding: 40px 50px;
  }
  .cell-text p {
    height: 188px;
  }
}
@media only screen and (min-width:1275px) {
  .cell {
    width: 425px;
  }
  .btn-next img {
    margin-right: -148px;
  }
}
@media only screen and (min-width:1320px) {
  /* layout */
  body#contact .content {
    padding: 0 30px 20px 30px;
  }

  /* footer */
  footer {
    padding: 46px 0 25px 0;
  }
  footer a, footer li {
    font-size: 14px;
  }
  body#neighborhood .resp-tabs-list li a {
    /*margin: 0 1%;
    width: 190px;*/
  }
}

/* /////////////////////////////
///////// PLUGINS /////////////
//////////////////////////// */
.resp-tabs-list li a, .resp-tab-item li {
  border-radius: 50px;
  border: 2px solid #fff;
  color: #34393f;
  /* display: initial;
  display: inline-block;
  float: left;
  */
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 12px;
  /* margin: 0 1%;
  padding: 10px 20px;
  */
  text-align: center;
  text-transform: uppercase;
  /* width: 190px;
  */
  -moz-border-radius: 50px;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-animation: .25s;
  -webkit-border-riadius: 50px;
  -webkit-transition-duration: .25s;
  animation: .25s;
  transition-duration: .25s;
  transition: all .25s ease-in-out 0;
}
.resp-tabs-list li {
  padding: 5px 0;
}
.resp-tabs-list li:first-child {
  margin-right: 0;
}
.resp-tabs-list li a:hover, .resp-tab-active a {
  background-color: #34393f !important;
  border: 2px solid transparent !important;
  color: #fff !important;
}
.resp-tabs-list li:last-child {
  border-right: 0;
}
h2.resp-accordion {
  background-color: #ede7cf;
  border-radius: 50px;
  clear: both;
  cursor: pointer;
  cursor: pointer;
  display: none;
  float: left;
  font-family: 'maven-pro-bold', sans-serif;
  font-size: 12px;
  margin: 0 0 20px 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-animation: .25s;
  -webkit-transition-duration: .25s;
  animation: .25s;
  transition-duration: .25s;
  transition: all .25s ease-in-out 0;
}
h2.resp-accordion a {
  color: #34393f;
  border-radius: 50px;
}
h2.resp-accordion a:hover {
  color: #fff;
}
.resp-tab-content {
  display: none;
}

/* Vertical Tabs */
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-container {
  border-radius: 4px;
  clear: none;
  float: left;
  min-height: 250px;
  padding: 0;
  width: 68%;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border-right: none;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  position: relative;
  z-index: 1;
}

/* Accordion Atyles */
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
}
.resp-jfit {
  margin: 0;
  width: 100%;
}
.resp-tab-content-active {
  display: block;
}
#intro-cont h1 {
  margin-bottom: 33px;
  margin-top: -20px;
}
@media only screen and (max-width:320px) {
  .orbit-container, .slide-container {
    max-height: 150px;
    position: relative;
  }
}
@media only screen and (max-width:640px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-accordion a {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    clear: none;
    float: none;
    min-height: initial;
    width: 100%;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .small-block-grid-1 > li {
    padding-left: 17px;
  }
  #right-bar .medium-block-grid-2 {
    padding-left: 20px;
  }
  #right-bar .medium-block-grid-2 li {
    padding: 6px 8px;
  }
  .resp-tabs-list li, .resp-tabs-list li a {
    letter-spacing: 0px;
    margin: 0;
  }
}

/* Here your can change the breakpoint to set the accordion, when screen resolution changed */
@media only screen and (max-width:640px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    clear: none;
    float: none;
    min-height: initial;
    width: 100%;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .small-block-grid-1 > li {
    padding-left: 17px;
  }
  #right-bar .medium-block-grid-2 {
    padding-left: 20px;
  }
  #right-bar .medium-block-grid-2 li {
    padding: 6px 8px;
  }
}