/* base styles */
p, h1, h2, h3, h4, h5, h6, a, li, span, date {
  font-family: "myriad-pro";
  font-weight: 400;
  color: #767676; }

p, a, li, span, date {
  font-size: 16px; }

::selection {
  background: #df1d24;
  color: #fff; }

::-moz-selection {
  background: #df1d24;
  color: #fff; }

.visible {
  overflow: visible; }

.hidden {
  overflow: hidden; }

.center-text {
  text-align: center; }

.right {
  float: right; }

.left {
  float: left; }

img.right {
  margin: 0 0 30px 30px; }

img.left {
  margin: 0 30px 30px 0; }

.container {
  margin: 30px 0; }

.inner-wrap {
  margin: 20px 0 30px; }

.bold p {
  font-weight: bold; }

/* typography */
h1, h1 a {
  font-weight: 900;
  font-size: 28px; }

h2, h2 a {
  font-weight: 900;
  font-size: 24px; }

h3, h3 a {
  font-weight: 900;
  font-size: 20px; }

h4, h4 a {
  font-weight: 900;
  font-size: 18px; }

a {
  color: #df1d24; }
  a:hover {
    color: #e7484e; }

.blog-title {
  font-size: 40px;
  color: #000;
  margin: 0; }

.article-title, .article-title a {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 700;
  color: #df1d24; }

.article-title a {
  font-size: 24px;
  margin: 10px 0; }

.home-article-title {
  font-size: 28px; }

.credits a {
  font-size: 10px; }

.underline {
  text-decoration: underline; }

ul li {
  list-style-position: outside;
  margin-left: 18px; }

/* buttons, images, shadows, social & logos */
.btn {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  font-style: italic;
  display: inline-block; }

.btn-large {
  color: #000;
  padding: 12px 60px;
  margin: 10px 0 0;
  box-shadow: 5px 5px 0 #df1d24;
  -moz-box-shadow: 5px 5px 0 #df1d24;
  -webkit-box-shadow: 5px 5px 0 #df1d24; }
  .btn-large:hover {
    box-shadow: 4px 4px 0 #df1d24;
    -moz-box-shadow: 4px 4px 0 #df1d24;
    -webkit-box-shadow: 4px 4px 0 #df1d24;
    color: #1a1a1a; }

.btn-small {
  color: #df1d24;
  padding: 8px 20px;
  border: 1px solid #d4d4d4;
  box-shadow: 3px 3px 0 #e1e1e1;
  -moz-box-shadow: 3px 3px 0 #e1e1e1;
  -webkit-box-shadow: 3px 3px 0 #e1e1e1;
  text-align: center; }
  .btn-small:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
    background: #df1d24;
    border: none;
    margin: 0 0 2px; }

.btn-circle {
  padding: 75px 0;
  width: 200px;
  height: 200px;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  color: #767676;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  box-shadow: 5px 5px 0 #df1d24;
  -moz-box-shadow: 5px 5px 0 #df1d24;
  -webkit-box-shadow: 5px 5px 0 #df1d24;
  margin: 0 auto 20px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .btn-circle span {
    font-size: 16px;
    display: block;
    padding: 5px 0 0;
    font-style: italic; }
  .btn-circle:hover {
    background: #df1d24;
    color: #fff;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
    .btn-circle:hover span {
      color: #fff; }

.btn-small-circle {
  width: 130px;
  height: 130px;
  padding: 46px 0 0;
  font-size: 18px;
  box-shadow: 3px 3px 0 #df1d24;
  -moz-box-shadow: 3px 3px 0 #df1d24;
  -webkit-box-shadow: 3px 3px 0 #df1d24; }

.space-circle {
  margin: 40px 20px 0; }
  @media screen and (max-width: 767px) {
    .space-circle {
      margin: 30px auto; } }

.touch-circle {
  padding: 56px 0 0; }

.space-logo {
  margin: 30px auto; }

/* facebook button */
.fb {
  width: 32px;
  height: 32px;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(images/facebook.png) no-repeat;
  background-position: 0 0;
  float: right; }
  .fb:hover {
    background-position: 0 -32px; }

/* global styles */
.mini-logo {
  width: 27px;
  height: 23px;
  display: block;
  text-indent: -9999px;
  background: url(images/mini-logo.png) no-repeat; }

.white-shadow {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }

.date {
  font-family: "myriad-pro";
  font-size: 13px;
  font-style: italic;
  color: #df1d24; }

.white-highlight {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  -moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  -webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8); }

.full-width-img {
  display: block;
  margin: 0 auto;
  min-width: 100%;
  height: 500px;
  max-width: none; }

.raised-50 {
  margin-top: -50px;
  background: #fff;
  padding: 30px;
  box-shadow: 5px 5px 0 #df1d24;
  -moz-box-shadow: 5px 5px 0 #df1d24;
  -webkit-box-shadow: 5px 5px 0 #df1d24; }

.push-20-down {
  margin: 0 0 20px; }

.pad-30 {
  padding: 30px; }

.pad-30-bottom {
  padding: 0 0 30px; }

@media screen and (max-width: 1000px) {
  .hide-1000 {
    display: none; } }

.text-right {
  float: right; }
  .text-right p {
    text-align: right; }

/* banner */
.banner-text {
  position: absolute;
  top: 20px;
  width: 80%;
  margin: 40px 10% 0; }
  @media screen and (max-width: 970px) {
    .banner-text {
      margin: 30px 0 0;
      width: auto; } }

.banner-h {
  text-shadow: 5px 5px 0 #df1d24;
  -moz-text-shadow: 5px 5px 0 #df1d24;
  -webkit-text-shadow: 5px 5px 0 #df1d24;
  font-weight: 900;
  color: #fff; }

.banner-p {
  text-shadow: 2px 2px 0 #e43138;
  -moz-text-shadow: 2px 2px 0 #e43138;
  -webkit-text-shadow: 2px 2px 0 #e43138;
  display: block;
  color: #fff;
  width: 65%;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 1125px) {
    .banner-p {
      width: 65%; } }

.intro-text p, .intro-text p a {
  font-size: 20px;
  color: #767676; }

.address {
  margin-bottom: 15px;
  color: #ea5e63;
  font-size: 14px; }

.available {
  color: #df1d24;
  font-size: 24px;
  font-weight: 900;
  margin: 0 5px; }

.available-icon {
  font-family: "myriad-pro";
  font-weight: 700;
  background: #df1d24;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 10px 0 0;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  position: absolute;
  top: -70px;
  right: 35px;
  font-size: 20px; }
  .available-icon:after {
    content: 'Availabilty';
    font-size: 12px;
    color: #767676;
    position: absolute;
    top: 50px;
    left: -6px; }

.available-home {
  top: -21px;
  right: 0; }

/* body */
body {
  background: url(images/texture-bg.png) repeat;
  padding: 70px 0 0; }
  @media screen and (max-width: 767px) {
    body {
      padding: 100px 0 0; } }
  @media screen and (max-width: 320px) {
    body {
      padding: 130px 0 0; } }

/* header */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: top 0.4s ease-in-out;
  -webkit-transition: top 0.4s ease-in-out;
  -moz-transition: top 0.4s ease-in-out; }

.main-header-border {
  border-top: 3px solid #df1d24;
  background: #fff;
  border-bottom: 1px solid #e1e1e1; }

.main-header-logo {
  width: 222px;
  height: 31px;
  display: block;
  text-indent: -9999px;
  background: url(images/horizontal-LOGO.png) no-repeat;
  margin: 22px 0 22px -4px; }
  @media screen and (max-width: 767px) {
    .main-header-logo {
      margin: 15px auto; } }

.main-header-nav {
  padding: 27px 0;
  margin: 0 -15px 0 0; }
  .main-header-nav ul {
    float: right; }
    .main-header-nav ul li {
      float: left;
      padding: 0 15px;
      line-height: 16px;
      list-style-type: none;
      border-right: 1px solid #e1e1e1;
      margin: 0; }
      .main-header-nav ul li.last {
        border: none; }
      .main-header-nav ul li.active a {
        color: #df1d24; }
      .main-header-nav ul li a {
        color: #515050;
        white-space: nowrap; }
        .main-header-nav ul li a:hover {
          color: #000;
          text-decoration: underline; }
        @media screen and (max-width: 800px) {
          .main-header-nav ul li a {
            font-size: 14px; } }
        @media screen and (max-width: 767px) {
          .main-header-nav ul li a {
            font-size: 16px; } }
      @media screen and (max-width: 767px) {
        .main-header-nav ul li {
          float: none;
          display: inline;
          border: none; } }
    @media screen and (max-width: 767px) {
      .main-header-nav ul {
        float: none;
        text-align: center; } }
  @media screen and (max-width: 767px) {
    .main-header-nav {
      padding: 5px 0;
      margin: 0; } }

.header-spaces-wrap {
  background: #df1d24;
  padding: 10px 0;
  width: 100%;
  margin: 0 -13px 0 0;
  display: none;
  transition: display 0.3s ease-in-out;
  -webkit-transition: display 0.3s ease-in-out;
  -moz-transition: display 0.3s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7); }

.header-spaces {
  float: right;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .header-spaces {
      float: none;
      text-align: center; } }

.header-spaces-li {
  float: left;
  padding: 0 0 0 25px;
  line-height: 16px;
  list-style-type: none; }
  .header-spaces-li a {
    font-size: 14px;
    color: #fff; }
    .header-spaces-li a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .header-spaces-li {
      float: none;
      display: inline;
      padding: 0 5px; } }

/* logo space */
.large-logo {
  width: 247px;
  height: 83px;
  display: block;
  margin: 60px 0 60px -29px;
  text-indent: -9999px;
  background: url(images/large-logo.png) no-repeat; }
  @media screen and (max-width: 970px) {
    .large-logo {
      margin: 60px 0; } }
  @media screen and (max-width: 550px) {
    .large-logo {
      margin: 60px auto 20px; } }

.inner-logo {
  margin: 70px 0 0; }

/* home-banner */
.home-banner-set, .space-banner-set {
  position: relative; }

.home-banner-set {
  height: 500px; }
  @media screen and (max-width: 550px) {
    .home-banner-set {
      display: none; } }

.home-banner {
  position: absolute;
  background: #df1d24;
  height: 500px;
  overflow: hidden;
  width: 100%; }

.space-art {
  position: absolute;
  top: 160px;
  right: 20px;
  z-index: 2;
  background: white url(images/space-for-the-arts.png) no-repeat 42px center;
  width: 270px;
  height: 75px;
  padding: 30px 70px;
  box-shadow: 5px 5px 0 #df1d24;
  -moz-box-shadow: 5px 5px 0 #df1d24;
  -webkit-box-shadow: 5px 5px 0 #df1d24;
  font-family: "bree";
  font-weight: 200;
  font-size: 22px;
  color: #515050; }
  @media screen and (max-width: 550px) {
    .space-art {
      display: none; } }

.home-banner-h {
  font-size: 100px;
  line-height: 85px;
  width: 40%;
  margin-bottom: 20px; }
  @media screen and (max-width: 1125px) {
    .home-banner-h {
      width: auto; } }
  @media screen and (max-width: 868px) {
    .home-banner-h {
      font-size: 80px; } }

.home-banner-logo {
  position: absolute;
  bottom: 0;
  right: 20px; }

/* space slides */
.section-hg {
  text-align: center;
  margin: 35px auto 35px; }
  .section-hg h1 {
    font-size: 45px;
    color: #000; }
  .section-hg h2 {
    font-size: 16px;
    color: #000; }

.space-slides-item {
  background: #fff;
  padding: 40px 20px;
  border: 1px solid #ececec;
  height: 358px; }
  @media screen and (max-width: 1000px) {
    .space-slides-item {
      height: auto; } }

.space-slides-article {
  margin: 0 0 0 30px; }
  .space-slides-article h1 {
    font-size: 28px; }
    @media screen and (max-width: 580px) {
      .space-slides-article h1 {
        width: 200px; } }
  .space-slides-article p {
    font-size: 14px; }
  .space-slides-article a {
    margin: 0 25px 10px 0; }
    .space-slides-article a:hover {
      margin: 0 27px 12px 0; }
  @media screen and (max-width: 580px) {
    .space-slides-article {
      margin: 0; } }

.space-slides-list {
  text-align: center;
  margin: 50px auto; }

.slider {
  position: relative;
  width: 100%;
  overflow: hidden; }

.slider-inner {
  width: 10000px;
  position: relative; }
  .slider-inner.activated {
    transition: left 1s ease-in-out;
    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out; }

.slider-item {
  float: left;
  width: 1000px;
  margin-right: 50px; }
  @media screen and (max-width: 1000px) {
    .slider-item {
      width: 580px; } }
  @media screen and (max-width: 580px) {
    .slider-item {
      width: 300px;
      margin-left: -20px;
      height: 475px; } }

.space-slides-list-item {
  list-style-type: none;
  display: inline-block;
  padding: 5px 20px;
  color: #000;
  margin: 0 0 5px;
  white-space: nowrap; }
  .space-slides-list-item a {
    color: #515050; }
  .space-slides-list-item.active {
    background: #df1d24; }
    .space-slides-list-item.active a {
      color: #fff; }
    .space-slides-list-item.active:hover a {
      color: #f2f2f2; }
  .space-slides-list-item:hover a {
    color: #df1d24; }

.responsive-slider-nav {
  width: 100%;
  padding: 0 20px; }

.slider-next, .slider-prev {
  /* remove this for responsive */
  display: none;
  background: #fff;
  border: 1px solid #e1e1e1;
  width: 150px;
  height: 40px;
  text-indent: -9999px;
  z-index: 10; }
  @media screen and (max-width: 580px) {
    .slider-next, .slider-prev {
      display: inline-block; } }

.slider-next {
  float: right; }

.slider-prev {
  float: left; }

/* news & events */
.news-events-home {
  padding: 0 0 30px; }

.news-item {
  margin-bottom: 20px;
  padding: 0 15px 0 0; }
  .news-item p {
    font-size: 14px;
    margin: 20px 0; }
  .news-item span {
    display: block;
    font-size: 13px;
    color: #aeaeae;
    margin: 5px 0; }
  .news-item h1 {
    margin: 0 0 5px; }
    .news-item h1 a {
      font-size: 22px;
      font-weight: 700; }
  .news-item em {
    font-size: 12px; }

/* initiatives call */
.initiatives-call {
  background: url(images/BANNER_HOME_INITIATIVES.jpg) no-repeat top center;
  background-width: 100%;
  padding: 0 0 30px; }

.what-we-do {
  width: 100%;
  background: url(images/BANNER_OUR_STORY.jpg) no-repeat top center;
  background-width: 100%;
  padding: 0 0 30px; }

.initiatives-call-text {
  margin: 0 0 40px; }
  .initiatives-call-text p {
    font-size: 14px; }

.initiatives-btns {
  text-align: center; }
  .initiatives-btns a {
    margin: 0 5px 10px;
    display: inline-block; }
    .initiatives-btns a:hover {
      margin: 0 5px 10px; }
      @media screen and (max-width: 550px) {
        .initiatives-btns a:hover {
          margin: 0 0 12px; } }
    @media screen and (max-width: 550px) {
      .initiatives-btns a {
        display: block;
        margin: 0 auto 10px; } }

/* call-to-action */
.call-to-action {
  background: #fff;
  padding: 50px 0; }

/* footer */
.footer {
  padding: 50px 0;
  background: #df1d24; }
  .footer p {
    font-size: 12px;
    color: #fff; }
  .footer .btn-small {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 0 10px; }
    .footer .btn-small:hover {
      background: #000;
      color: #fff;
      margin: 0 0 12px; }

.footer-img {
  display: block;
  margin: 0 0 20px; }

/* spaces */
.space-banner-set {
  height: 400px; }
  @media screen and (max-width: 550px) {
    .space-banner-set {
      height: 300px; } }

.space-banner {
  position: absolute;
  background: #df1d24;
  height: 400px;
  overflow: hidden;
  width: 100%; }
  @media screen and (max-width: 550px) {
    .space-banner {
      height: 300px; } }

.space-banner-img {
  height: 400px; }
  @media screen and (max-width: 550px) {
    .space-banner-img {
      height: 300px; } }

.space-banner-text {
  top: 140px; }
  @media screen and (max-width: 550px) {
    .space-banner-text {
      top: 20px; } }

.space-banner-h {
  font-size: 80px;
  text-shadow: 3px 3px 0 #df1d24;
  -moz-text-shadow: 3px 3px 0 #df1d24;
  -webkit-text-shadow: 3px 3px 0 #df1d24; }
  @media screen and (max-width: 767px) and (min-width: 551px) {
    .space-banner-h {
      font-size: 45px; } }
  @media screen and (max-width: 550px) {
    .space-banner-h {
      margin-top: 20px;
      font-size: 30px; } }

.init-banner-h {
  font-size: 45px;
  margin-top: 50px;
  color: #df1d24;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none; }
  @media screen and (max-width: 767px) and (min-width: 551px) {
    .init-banner-h {
      font-size: 35px; } }
  @media screen and (max-width: 550px) {
    .init-banner-h {
      margin-top: 20px;
      font-size: 30px; } }

.init-banner-p {
  color: #df1d24;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none; }

.space-nav {
  margin: 26px 0 0 0; }
  .space-nav ul {
    margin: 0;
    padding: 0; }
    .space-nav ul li {
      list-style-type: none; }
      .space-nav ul li a {
        transition: margin-left 0.2s linear;
        -webkit-transition: margin-left 0.2s linear;
        -moz-transition: margin-left 0.2s linear;
        background: #fff;
        padding: 5px 10px;
        position: relative;
        margin: 0 0 5px;
        display: block; }
        .space-nav ul li a:hover {
          background: #df1d24;
          color: #fff;
          z-index: 1;
          margin-left: -5px; }
        .space-nav ul li a.active {
          background: #000;
          color: #fff; }

.wait-list {
  margin: -5px 0 0; }

/* availability */
.availability-wrap {
  margin: 50px 0;
  text-align: center; }

.availability-h {
  font-size: 36px;
  color: #000;
  text-shadow: 2px 2px 0 white;
  -moz-text-shadow: 2px 2px 0 white;
  -webkit-text-shadow: 2px 2px 0 white; }

/* sidebar */
.sidebar-h {
  color: #df1d24; }

/* blog sidebar */
.blog-nav-h {
  margin: 5px 0 0; }

.blog-nav {
  margin: 15px 0 0 0; }
  .blog-nav ul {
    margin: 0;
    padding: 0; }
    .blog-nav ul li {
      list-style-type: none; }
      .blog-nav ul li a {
        padding: 5px 0 5px 10px;
        position: relative;
        margin: 0 0 5px;
        display: block; }
        .blog-nav ul li a:hover {
          background: #df1d24;
          color: #fff;
          z-index: 1; }
          .blog-nav ul li a:hover span {
            color: #fff; }
        .blog-nav ul li a.active {
          background: #000;
          color: #fff; }

/* inquiries */
.inquiries-list {
  margin: 0 0 30px; }

.block-grid {
  overflow: visible; }

.inquiries-item {
  position: relative;
  margin: 0 auto 25px;
  list-style-type: none;
  float: left !important; }
  .inquiries-item a {
    color: #fff;
    padding: 10px 12px;
    display: block;
    background: #df1d24;
    font-size: 18px; }

.inquiries-key-contact {
  padding: 15px 0 0 10px;
  list-style-type: none;
  margin: 0; }
  .inquiries-key-contact h1 {
    font-weight: normal;
    color: #df1d24;
    font-size: 24px;
    margin: 0; }
  .inquiries-key-contact span {
    color: #000;
    font-size: 13px;
    padding: 0 0 10px; }
  .inquiries-key-contact p {
    margin: 0; }

.space-contact {
  border-left: 2px solid #df1d24;
  padding: 0 0 0 15px; }
  .space-contact p {
    font-size: 16px; }

.inquiries-available {
  position: absolute;
  top: -14px;
  right: 15px;
  background: #fff;
  border: 1px solid #df1d24;
  color: #df1d24;
  width: 28px;
  height: 28px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  padding: 4px;
  text-align: center;
  font-size: 12px; }

.resident-icon {
  display: inline-block;
  margin-right: 8px; }

/* map */
.map iframe {
  width: 100%; }

/* video */
.videos iframe {
  width: 100%; }

/* resident list */
.resident-list ul li {
  list-style-type: none;
  padding: 0 10px 0 0;
  width: 210px;
  margin: 0 10px 40px 0;
  float: left;
  min-height: 75px; }
  .resident-list ul li strong {
    display: block; }

/* sponsors list */
.sponsors-list ul li {
  width: 152px;
  margin: 0 30px 0 0;
  float: left;
  list-style-type: none; }

/* faq item */
.faq-item {
  margin: 0 0 10px; }

/* resource list */
.resource-icon {
  float: left;
  font-size: 20px;
  color: #000;
  transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  margin: 2px 10px 0 -30px; }

.resource-legend {
  text-align: right;
  margin: -90px 0 50px; }
  .resource-legend p {
    margin: 0;
    font-size: 14px; }
  @media screen and (max-width: 655px) {
    .resource-legend {
      display: none; } }

.resource-list ul li {
  margin: 0 0 40px 0;
  padding-left: 30px;
  float: left !important;
  max-height: 120px; }
  .resource-list ul li:hover .resource-icon {
    color: #df1d24; }
  .resource-list ul li a h1 {
    margin: 0 0 5px;
    font-size: 20px;
    color: #df1d24;
    font-weight: normal; }
  .resource-list ul li small {
    font-size: 13px;
    line-height: 0.8; }
.resource-list h1 {
  margin: 30px 0 25px;
  font-size: 32px; }

.testi p {
  font-style: italic;
  color: #ed7579;
  font-size: 22px;
  line-height: 35px; }
.testi em {
  text-align: right;
  color: #515050; }

/* wufoo styling */
.apply-for-space {
  background: url(images/FORM_BG.jpg) no-repeat;
  background-size: 100%; }

.wufoo {
  margin-top: 40px; }
  .wufoo input {
    margin: 0 10px 0 0; }
  .wufoo .desc {
    font-size: 18px; }
  .wufoo li {
    list-style-type: none;
    margin: 0 0 20px; }
