.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  #main_header h2 {
    text-align: left;
  }
}
@media (max-width: 768px) {
  #main_header h1,
  #main_header h2 {
    font-size: 20px;
    color: #313131;
  }
  body {
    background: #f0eee3;
  }
  #main_nav,
  body:before {
    display: none;
  }
  .mobile_menu {
    display: inline-block;
    width: 100%;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.2em;
    background-color: none !important;
    color: #313131;
    behavior: url('/gridmedia/js/pie.htc');
  }
}
/****** Tablet & Standard Browsers ******/
@media (min-width: 768px) {
  #main_header h1,
  #main_header h2 {
    color: #ffffff;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 40px;
  }
  #main_header h2 {
    text-align: right;
  }
  body {
    background: url('/gridmedia/images/bg.jpg') no-repeat;
    background-size: cover;
  }
  /****** Amenities Page ******/
  .asterisk_listed_amenities {
    margin-left: 10px;
  }
  #amenities_page li {
    margin-left: 13px;
    line-height: 1.4em;
    font-size: 1em;
    list-style-type: disc;
  }
  #amenities_sitemap {
    min-height: 520px;
    padding-bottom: 40px;
    margin-top: 40px;
  }
  #amenity_lists ul {
    margin: 0px 0px 9px 0px;
  }
  #highlighted_amenities {
    display: inline-block;
    width: 300px;
  }
  #highlighted_amenities li {
    color: #ffffff;
    line-height: 2em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style-image: url('../images/camera.png');
    margin-left: 28px;
  }
  #highlighted_amenities h2 {
    color: #ffffff;
    font-size: 1.3em;
    margin: 20px 0 10px 20px;
    text-align: center;
  }
  .zoom_tour_links a {
    text-decoration: none;
  }
  /****** Main Nav ******/
  .current {
    background-color: #8C3410;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    behavior: url('/gridmedia/js/pie.htc');
    -webkit-box-shadow: 0px -3px 3px #323232;
    -moz-box-shadow: 0px -3px 3px #323232;
    box-shadow: 0px -3px 3px #323232;
    behavior: url('/gridmedia/js/pie.htc');
    -webkit-box-shadow: 0px -3px 3px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 0px -3px 3px rgba(50, 50, 50, 0.45);
    box-shadow: 0px -3px 3px rgba(50, 50, 50, 0.45);
    behavior: url('/gridmedia/js/pie.htc');
    color: #ffffff !important;
  }
  #main_nav {
    display: block;
  }
  #main_nav ul {
    margin: 3px 0 0;
  }
  #main_nav li {
    display: inline-block;
    font-size: 0.9em;
    margin: auto -1px;
  }
  #main_nav a {
    display: block;
    color: #8b340e ;
    padding: 2px;
    text-align: center;
  }
  #main_nav a:hover {
    background-color: #A3461F;
    color: #FFE1A1;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    behavior: url('/gridmedia/js/pie.htc');
    text-decoration: none;
  }
  .mobile_menu {
    display: none;
  }
  body:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 220px;
    background-color: #d66401;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  #main_header h1,
  #main_header h2 {
    font-size: 30px;
    line-height: 50px;
  }
  #main_header h2 {
    text-align: right;
  }
  #main_nav li {
    font-size: 1em;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  #main_header h1,
  #main_header h2 {
    font-size: 35px;
  }
  #main_nav li {
    padding: 0 10px;
  }
  #main_nav a {
    display: block;
    text-align: center;
  }
}
@media (min-width: 1300px) {
  #gallery {
    left: 50% !important;
    margin-left: -600px;
  }
}
/****** Base Styles -all browsers/devices -  ******/
html,
body {
  overflow-x: hidden;
}
html {
  font: 400 1em/1.4em Helvetica, Arial, sans-serif;
}
body {
  font: inherit !important;
}
.container-fluid {
  padding: 20px;
}
select {
  background-color: none !important;
}
a {
  text-decoration: none;
  cursor: pointer;
}
#main_header h2,
#main_header h1 {
  font-family: 'Josefin Sans', 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: .02em;
}
#main_header h1 {
  font-family: 'Radley', 'Josefin Sans', 'Open Sans', sans-serif;
}
.background {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  behavior: url('/gridmedia/js/pie.htc');
  margin-bottom: 20px;
  padding: 1% 2%;
}
h2 {
  font-family: 'Josefin Sans', 'Open Sans', sans-serif;
  margin: 0px;
  font-weight: 400;
}
h3,
h4,
h5,
a {
  font-family: 'Open Sans', Gills Sans, Gill Sans MT, sans-serif;
  font-weight: 400;
  letter-spacing: 0.07em;
}
li {
  line-height: 1.4em;
  list-style-type: none;
  margin: 0px;
}
ul {
  font-weight: 200;
  font-size: .8em;
}
p {
  font: 300 0.9em/1.4em Helvetica, Arial, sans-serif;
  letter-spacing: .01em;
  max-width: 600px;
}
.main_content_background {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
}
.primary_background {
  background-color: #e1dfd3;
}
.secondary_background {
  background-color: #609bbd;
  background-color: rgba(96, 155, 189, 0.8);
}
.tertiary_background {
  background-color: #d3a57a;
  background-color: rgba(211, 165, 122, 0.8);
}
.senary_background {
  background-color: #aabbc6;
}
.quaternary_background {
  background-color: #cbce9e;
  background-color: rgba(203, 206, 158, 0.8);
}
/****** Amenities Page ******/
#amenities_page #amenities_main {
  background-color: #c46717;
  color: #ffffff;
}
#amenities_page #amenities_main h2 {
  color: #f2a203;
}
#amenities_page #amenities_sitemap {
  background-color: transparent;
}
#amenities_page #amenities_lists {
  background-color: #b4ce61;
  color: #ffffff;
}
#amenities_page #amenities_lists h2 {
  text-align: center;
}
#amenities_page #amenities_lists header {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  border-bottom: 1px solid #ffffff;
}
/****** Blog ******/
#share {
  text-align: center;
}
#blog_home h2 a {
  color: #313131;
}
#blog_home h2 a:hover {
  text-decoration: none;
}
#blog_home article {
  margin-left: 0px;
}
.post_header h3 {
  color: #609bbd;
  color: rgba(96, 155, 189, 0.8);
}
/******** Contact ********/
.asteriskField {
  color: #609bbd;
  color: rgba(96, 155, 189, 0.8);
}
.contact_info {
  border-left: solid 1px #ffffff;
  font-size: 1,1em;
  list-style-type: none;
  text-align: left;
  margin-left: 10px;
}
#contact_main {
  background-color: #c46717;
  color: #ffffff;
}
#contact_main h1,
#contact_main h2,
#contact_main h3,
#contact_main h4,
#contact_main h5,
#contact_main h6 {
  color: #f2a203;
  text-transform: uppercase;
}
#contact_form {
  background-color: #f2a203;
  color: #313131;
}
#contact_form h1,
#contact_form h2,
#contact_form h3,
#contact_form h4,
#contact_form h5,
#contact_form h6 {
  color: #c46717;
}
#contact_sidebar {
  background-color: #b4ce61;
  color: #313131;
}
#contact_sidebar h1,
#contact_sidebar h2,
#contact_sidebar h3,
#contact_sidebar h4,
#contact_sidebar h5,
#contact_sidebar h6 {
  color: #ffffff;
}
#contact_page h3 {
  margin-bottom: 5px;
  padding-left: 30px;
}
#contact_us form {
  padding-left: 0px;
  margin-left: 0px;
}
#contact_page .contact_form > form {
  padding-left: 30px;
}
#div_comment_form {
  display: inline-block;
}
#div_appointment_form {
  display: none;
}
#div_success_popup {
  display: none;
}
#div_success_popup a {
  color: #d3a57a;
  color: rgba(211, 165, 122, 0.8);
}
.field_styles legend {
  display: none;
}
.form-horizontal .form-actions {
  background: none;
  border-top: none;
}
#ui-datepicker-div {
  display: none;
}
/****** Directions ******/
#map_canvas {
  margin-bottom: 20px;
}
#directions_page {
  background-color: #c46717;
  color: #ffffff;
}
#directions_page h2 {
  color: #f2a203;
}
/******** Footer ********/
footer ul {
  text-align: center;
}
footer li {
  display: inline-block;
}
/****** Gallery Page ******/
#gallery_container {
  position: relative;
}
#gallery_container .scale {
  width: 100%;
  height: auto;
  max-height: 800px;
}
#gallery {
  background-color: #ffffff;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  max-height: 800px;
}
#gallery img {
  margin: 0 auto;
  position: absolute;
  top: 0;
}
#gallery_icons {
  background-color: #e1dfd3;
  height: 50px;
  margin-bottom: 50px;
}
#gallery_icons ul {
  width: 310px;
  margin: 10px auto;
}
#gallery_icons li {
  display: inline-block;
  background: url("/gridmedia/images/bk_gallery_controls.png") no-repeat;
  margin: 0 25px;
  cursor: pointer;
}
#gallery_icons li#prev {
  background-position: 0px 0px;
  width: 27px;
  height: 20px;
}
#gallery_icons li#pause {
  background-position: -87px 0px;
  width: 18px;
  height: 26px;
}
#gallery_icons li#play {
  background-position: -165px 0px;
  width: 20px;
  height: 27px;
}
#gallery_icons li#next {
  background-position: -245px 0px;
  width: 27px;
  height: 20px;
}
#gallery-tabs {
  position: relative;
  top: -22px;
  margin-left: 5px;
  margin-bottom: 0px;
}
#gallery-tabs a {
  background-color: #e1dfd3;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  behavior: url('/gridmedia/js/pie.htc');
  color: #313131;
  padding: 5px 20px 0px 20px;
}
#gallery-tabs.hidden {
  display: block !important;
}
#gallery-thumbs img {
  border: solid 5px #ffffff;
  opacity: .6;
}
#gallery-thumbs img:hover {
  opacity: 1;
  border: solid 5px #313131;
}
#gallery-thumbs li {
  display: inline-block;
  margin: 10px;
}
.hidden {
  display: none !important;
  visibility: inherit;
}
.selected a {
  background-color: #609bbd;
  background-color: rgba(96, 155, 189, 0.8);
}
.shown {
  display: block !important;
}
/****** Home Page ******/
#aside_nav {
  margin-top: 20px;
  text-align: center;
}
#aside_nav a {
  color: #ffffff;
  font-size: 1.2em;
}
#aside_nav section {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  behavior: url('/gridmedia/js/pie.htc');
  padding: 1%;
  margin-bottom: 10px;
}
#aside_nav section:first-of-type {
  background-color: #aabbc6;
  background-color: rgba(170, 187, 198, 0.8);
}
#aside_nav section:nth-of-type(2) {
  background-color: #bcae92;
  background-color: rgba(188, 174, 146, 0.8);
}
#aside_nav section:nth-of-type(3) {
  background-color: #e1dfd3;
  background-color: rgba(225, 223, 211, 0.8);
}
#refer {
  background: url('/gridmedia/images/home_icons.png') no-repeat -296px -2px;
  width: 59px;
  height: 71px;
  float: left;
}
#apply {
  background: url('/gridmedia/images/home_icons.png') no-repeat -95px -1px;
  width: 71px;
  height: 73px;
  float: left;
}
#brochure {
  background: url('/gridmedia/images/home_icons.png') no-repeat -205px -6px;
  width: 67px;
  height: 63px;
  float: left;
}
#home_content a {
  background-color: #ffffff;
  color: #609bbd;
  color: rgba(96, 155, 189, 0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url('/gridmedia/js/pie.htc');
}
#home_content a:hover {
  background-color: #bcae92;
  color: #ffffff;
  text-decoration: none;
}
#home_content article {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  behavior: url('/gridmedia/js/pie.htc');
  padding: 10px;
  margin-bottom: 15px;
}
#home_content article h3 {
  color: #67899F;
}
#home_content h3 {
  color: #ffffff;
  font-family: 'Josefin Sans', 'Open Sans', sans-serif;
}
#home_content p {
  margin-bottom: 10px;
}
#home_content section {
  padding: 0px 2% 15px 2%;
}
#home_content .home_col1 article,
#home_content .home_col2 article {
  min-height: 275px;
  padding-bottom: 45px;
  position: relative;
}
#home_content .home_col1 article a.background,
#home_content .home_col2 article a.background {
  position: absolute;
  bottom: 0;
  left: 20px;
}
#home_content .home_col1 .row1 p,
#home_content .home_col2 .row1 p {
  color: #ffffff;
}
#home_content .home_col1 .row1 a.background,
#home_content .home_col2 .row1 a.background {
  background-color: #ffffff;
}
#home_content .home_col1 .row2,
#home_content .home_col2 .row2 {
  background-color: transparent;
}
#home_content .home_col1 .row2 p,
#home_content .home_col2 .row2 p {
  color: #313131;
}
#home_content .home_col1 .row2 a.background,
#home_content .home_col2 .row2 a.background {
  color: #ffffff;
}
#home_content .home_col1 .row1 {
  background-color: #f2a203;
}
#home_content .home_col1 .row1 h3 {
  color: #c46717;
}
#home_content .home_col1 .row1 a.background {
  color: #f2a203;
}
#home_content .home_col1 .row2 h3 {
  color: #f2a203;
}
#home_content .home_col1 .row2 a.background {
  background-color: #f2a203;
}
#home_content .home_col2 .row1 {
  background-color: #c46717;
}
#home_content .home_col2 .row1 h3 {
  color: #f2a203;
}
#home_content .home_col2 .row1 a.background {
  color: #c46717;
}
#home_content .home_col2 .row2 h3 {
  color: #c46717;
}
#home_content .home_col2 .row2 a.background {
  background-color: #c46717;
}
#home_content a.background {
  color: #ffffff;
  background-color: #AAA;
}
#home_content a.background:hover {
  color: #313131;
  background-color: #D0CCB3;
}
#home_content .home_bg1 {
  background-color: #f2a203;
}
#home_content .home_bg2 {
  background-color: #c46717;
}
#home_content .home_bg3 {
  background-color: #b4ce61;
}
#home_content .home_bg4 {
  background-color: #7aaa3a;
}
#home_content .home_col3 article {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  behavior: url('/gridmedia/js/pie.htc') !important;
  min-height: 80px !important;
  text-align: center;
}
#home_content .home_col3 article:first-child {
  -webkit-border-radius: 7px 7px 0 0 !important;
  -moz-border-radius: 7px 7px 0 0 !important;
  border-radius: 7px 7px 0 0 !important;
  behavior: url('/gridmedia/js/pie.htc') !important;
}
#home_content .home_col3 a,
#home_content .home_col3 a:hover {
  background-color: transparent;
  color: #ffffff;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  behavior: url('/gridmedia/js/pie.htc') !important;
}
#home_content .home_col3 .home_bg1 {
  background-color: #15754f;
}
#home_content .home_col3 .home_bg2 {
  background-color: #7aaa3a;
}
#home_content .home_col3 .home_bg4 {
  background-color: #165076;
  padding: 5px;
}
#home_content .home_col3 .home_bg4 #promo {
  margin: 0;
  padding: 0;
  min-height: 70px;
  color: #ffffff !important;
  border: 1px dashed #ffffff;
}
#home_content .home_col3 .home_bg4 #promo h1,
#home_content .home_col3 .home_bg4 #promo h2,
#home_content .home_col3 .home_bg4 #promo h3,
#home_content .home_col3 .home_bg4 #promo h4,
#home_content .home_col3 .home_bg4 #promo h5,
#home_content .home_col3 .home_bg4 #promo h6 {
  background: none !important;
}
#home_content .home_col3 .home_bg4 #promo a div {
  margin: 5px;
  border-bottom: 1px solid #ffffff;
}
#home_sub_header,
#sub_header {
  color: #bcae92;
  text-align: center;
  padding-bottom: 10px;
  text-transform: uppercase;
}
/****** Refer a Friend ******/
#id_ripple {
  display: none;
}
.refer-a-friend input,
.refer-a-friend textarea {
  margin-bottom: 20px;
}
a.refer-a-friend-button {
  display: none;
}
.refer-a-friend input[type="submit"] {
  display: block;
}
/******** Residents Page ********/
#residents_page section {
  margin-bottom: 40px;
}
#residents_page header h2,
#resident_sub_section h3 {
  color: #609bbd;
  color: rgba(96, 155, 189, 0.8);
}
.section_spotlight {
  margin: 5px 0 40px;
}
.section_spotlight h3 {
  color: #ffffff;
}
.section_spotlight .spotlight {
  cursor: pointer;
}
.section_spotlight article {
  width: 215px;
  height: auto;
  margin: 10px;
  padding-left: 6px;
  display: inline-block;
  vertical-align: top;
}
.section_spotlight article p {
  width: 100%;
}
.section_spotlight article img {
  width: 100%;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -o-background-clip: border;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  overflow: hidden;
  behavior: url('/gridmedia/js/pie.htc');
}
.section_spotlight article .background {
  padding: 10px;
  color: #ffffff;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  behavior: url('/gridmedia/js/pie.htc');
}
.section_spotlight .animation {
  font-size: 19px;
  color: #FFFFFF;
}
.section_spotlight .animation p {
  height: 230px;
}
.hide {
  display: none;
  margin-bottom: 10px;
  height: 235px;
}
.section_spotlight article .background .hide button {
  margin-top: 5px;
  position: relative;
  bottom: 0;
  top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
}
.section_spotlight article img {
  margin-bottom: -8px;
}
.section_spotlight article p a {
  color: #fda740;
}
.section_spotlight article p a:hover {
  color: #FFFFFF;
}
/****** Service Request ******/
#div_service_request h3 {
  color: #ffffff;
  margin-bottom: 10px;
}
#div_success_popup {
  display: none;
}
#service_request_contact_info h2 {
  margin-bottom: 10px;
}
#service_request_contact_info address {
  font: 1em 'Open Sans', Gills Sans, Gill Sans MT, sans-serif;
}
#service_request_contact_info h3,
#service_request_contact_info h4 {
  margin-top: 10px;
  color: #d3a57a;
  color: rgba(211, 165, 122, 0.8);
}
.form-actions {
  background-color: none;
}
.form-actions .btn {
  margin: 10px 0 0 10px;
  width: 90px;
}
#div_service_request .controls {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
/* Marquee styles */
.marquee {
  margin: 60px 0 30px 0;
  text-shadow: 1px 1px 1px #000;
  z-index: 30;
}
.marquee-xl div div {
  font-family: 'Josefin Sans', 'Open Sans', sans-serif;
  font-size: 33px;
  line-height: 33px;
  height: 35px;
}
.marquee-l div div {
  font-family: 'Josefin Sans', 'Open Sans', sans-serif;
  font-size: 31px;
  line-height: 31px;
  height: 33px;
}
.marquee-m div div {
  font-family: 'Josefin Sans', 'Open Sans', sans-serif;
  font-size: 29px;
  line-height: 29px;
  height: 31px;
}
.marquee-s div div {
  font-family: 'Josefin Sans', 'Open Sans', sans-serif;
  font-size: 27px;
  line-height: 27px;
  height: 29px;
}
#marquee_container {
  padding: 5px 0 0 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
#marquee_container > div {
  min-height: 10px !important;
}
/****** browser larger than 1900px ******/
@media (min-width: 1900px) {
  #aside_subheader h2 {
    font-size: 2em;
  }
  #aside_nav section a {
    font-size: 1.5em;
  }
  #aside_nav section div {
    background: url('/gridmedia/images/sub_nav_sprite_HD.png') no-repeat;
  }
  #aside_nav section div#refer {
    background-position: 0 0;
    width: 136px;
    height: 136px;
  }
  #aside_nav section div#apply {
    background-position: -636px 0;
    width: 136px;
    height: 144px;
  }
  #aside_nav section div#coupons {
    background-position: -1272px 0;
    width: 136px;
    height: 136px;
  }
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2.8em;
  }
  h3 {
    font-size: 2.2em;
  }
  label,
  li {
    font-size: 1.1em;
  }
  p {
    font-size: 1.4em;
    max-width: 800px;
  }
  #main_nav li {
    font-size: 1.3em;
  }
  .nav_background {
    height: 90px;
  }
  footer {
    font-size: 1.1em;
  }
}