body {
    font-family: 'HelveticaNeueLT Light';
    color: #505a61;
    line-height: 1.3;
}
/** Wordpress Styles **/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    float: left;
    margin: 0 0.5em 0.5em 0;
}
.alignright {
    float: right;
    margin: 0 0 0.5em 0.5em;
}
.ginput_container { position: relative; }

/** Common **/
.noMargin { margin: 0 !important; }
.alignRight { text-align: right !important; }
.clear { clear: both; }

/* Responsive */
.showMobile { display: none; }

/* Inputs */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select,
span.customSelect,
textarea {
    font-family: 'HelveticaNeueLT Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #7e7e7e;
    font-size: 0.875em;
    padding: 0.675em;
    background-color: #e6e7e8;
    border: 1px solid #cbcccd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 0 3px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 0 3px rgba(0,0,0,0.2) inset;
    box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 0 3px rgba(0,0,0,0.2) inset;
}
input[type="text"]:focus, input[type="text"].modified,
input[type="password"]:focus, input[type="password"].modified,
input[type="email"]:focus, input[type="email"].modified,
input[type="number"]:focus, input[type="number"].modified,
select:focus, select.modified,
select:focus + span.customSelect, select.modified + span.customSelect,
textarea:focus, textarea.modified {
    background-color: #FFF;
    color: #000;
    border: 1px solid #cbcccd;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
span.customSelect {
    background: #e6e7e8 url('../img/icon-select-arrow.png') no-repeat right center;
    -webkit-background-size: auto 100%; 
    -moz-background-size: auto 100%; 
    -o-background-size: auto 100%; 
    background-size: auto 100%; 
    -webkit-background-size: contain; 
    -moz-background-size: contain; 
    -o-background-size: contain; 
    background-size: contain;
}
.svg span.customSelect { background-image: url('../img/icon-select-arrow.svg'); }
select:focus + span.customSelect, select.modified + span.customSelect { background-color: #FFF; }

/* Gravity Forms Styles */
.gfield {
    float: left;
    width: 48%;
    margin-bottom: 1.5em;
}
.gfield textarea { height: 8em; }
.gfield.clear { margin-right: 4%; }
.gfield.double {
    float: none;
    width: 100%;
    margin-right: 0;
}
.gfield label { display: none; }
.gform_button {
    display: block;
    width: 48%;
    margin-left: 52%;
    background-color: #7a7a7a;
    color: #FFF;
    text-transform: uppercase;
    padding: 0.75em;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.gform_button:hover { background-color: #444; }
.gform_button:active { background-color: #222; }
.gform_body:after {
    content: "";
    display: table;
    clear: both;
    visibility: hidden;
}
.gfield_error {
    margin-bottom: 0;
}
.gfield_error input[type="text"],
.gfield_error input[type="password"],
.gfield_error input[type="email"],
.gfield_error input[type="number"],
.gfield_error select,
.gfield_error select + span.customSelect,
.gfield_error textarea {
    border-color: #FF0000;
    background-color: #FFCCCC;
    margin-bottom: 0.25em;
}
.gfield_error .validation_message {
    font-size: 0.75em;
    line-height: 1;
    color: #FF0000;
    margin-bottom: 0.75em;
}
.gform_footer { position: relative; }
.gform_ajax_spinner {
    position: absolute;
    left: 0;
    bottom: 12px;
}

/* Content */
.row {
    width: 102%;
    position: relative;
    left: -1%;
}
.row .col {
    float: left;
    margin: 0 1%;
}
.row .col5 { width: 3%; }
.row .col10 { width: 8%; }
.row .col15 { width: 13%; }
.row .col20 { width: 18%; }
.row .col25 { width: 23%; }
.row .col30 { width: 28%; }
.row .col33 { width: 31.3333%; }
.row .col35 { width: 33%; }
.row .col40 { width: 38%; }
.row .col45 { width: 43%; }
.row .col50 { width: 48%; }
.row .col55 { width: 53%; }
.row .col60 { width: 58%; }
.row .col65 { width: 63%; }
.row .col66 { width: 64.6666%; }
.row .col70 { width: 68%; }
.row .col75 { width: 73%; }
.row .col80 { width: 78%; }
.row .col85 { width: 83%; }
.row .col90 { width: 88%; }
.row .col95 { width: 93%; }
.row .col100 { width: 98%; }
.row .colClear { clear: both; }

/** Page Styles **/
/* Default Styles */
.pageStyles p {
    font-size: 0.875em;
    margin-bottom: 1em;
}
.pageStyles pre, .pageStyles code { font-family: "Courier 10 Pitch", Courier, monospace; }
.pageStyles img {
	max-width: 100%;
	height: auto;
}
.pageStyles h1 {
    font-family: 'HelveticaNeueLT Bold';
    font-size: 1.75em;
    margin-bottom: 0.5em;
}
.pageStyles h2 {
    font-family: 'HelveticaNeueLT Bold';
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
.pageStyles h3 {
    text-transform: uppercase;
    font-size: 1.25em;
    margin-bottom: 1.25em;
}
.pageStyles h4 {
    font-size: 1em;
    margin-bottom: 1.375em;
}
.pageStyles h5 {
    font-family: 'HelveticaNeueLT Bold';
    font-size: 1em;
    text-transform: uppercase;
}
.pageStyles h6 {
    font-size: 0.875em;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.pageStyles a {
    color: #9a1b28;
    text-decoration: none;
}
.pageStyles a:hover { color: #505a61; }
.pageStyles ul, .pageStyles ol {
    padding-left: 2em;
    margin-bottom: 1.5em;
}
.pageStyles li {
    font-size: 0.875em;
    list-style-position: outside;
    margin-bottom: 0.125em;
}
.pageStyles ul li { list-style-type: disc; }
.pageStyles ol li { list-style-type: decimal; }

/* Layout */
#siteContent { position: relative; }
.centeredContent {
    padding: 0 20px;
    width: 940px;
    margin: 0 auto;
}
.logo {
    display: block;
    width: 220px;
    height: 78px;
    background: transparent url('../img/logo.png') no-repeat center center;
    background-size: auto 100%;
    -webkit-background-size: auto 100%; 
    -moz-background-size: auto 100%; 
    -o-background-size: auto 100%; 
    background-size: auto 100%; 
    -webkit-background-size: contain; 
    -moz-background-size: contain; 
    -o-background-size: contain; 
    background-size: contain;
}
.svg .logo { background-image: url('../img/logo.svg'); }
.logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
    overflow: hidden;
}
.logo.lg {
    margin: 0 auto;
    width: 470px;
    height: 170px;
    background-image: url('../img/logo-lg.png');
    text-indent: -999em;
    overflow: hidden;
}
.svg .logo.lg { background-image: url('../img/logo-lg.svg'); }

/* Header */
#header {
    margin: 5em 0 0.75em;
}
#header .logo { float: left; }

/* Nav */
.nav li { float: left; }
.nav li a {
    display: block;
    text-align: center;
    text-decoration: none;
    margin-left: 1em;
    letter-spacing: 0.056em;
    white-space: nowrap;
}
.nav li.current-menu-item a,
.nav li a:hover {
    font-family: 'HelveticaNeueLT Bold';
    letter-spacing: 0;
}

#nav {
    float: left;
    margin-top: 3.675em;
    width: 680px;
}
#nav ul { float: right; }

/* Footer */
#footer { margin: 2.5em 0 4em; }
#footer p { font-size: 0.75em; }
#footer .privacyLink { text-align: right; }
#footer img {
    position: relative;
    top: -0.5em;
}
#navFooter a { margin: 0 1em 0 0; }

/* Cover */
#coverSplash {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FFF;
    padding: 0 2em;
    z-index: 900;
}
#coverSplashInner {
    display: none;
}
#coverSplashInner .logo.lg {
    margin: 12em auto 4em;
}
#coverSplashInner h5 {
    text-align: center;
    font-size: 1.25em;
}

/* Slides */
/* Slideshow */
.slideshow {
    position: relative;
    height: 470px;
}
.slideshow .slides {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.slideshow.normal {
    margin-bottom: 1em;
}
.slideshow .slides .slide {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
.slideshow .slides .slide .image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent none no-repeat center center;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
}
.slideshow .slideNav {
    display: block;
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 104;
}
.slideshow .slideNav.right {
    left: auto;
    right: 1em;
}
.slideshow .navSlideControl {
    display: block;
    float: left;
    background-color: #9c9c9c;
    height: 0.75em;
    width: 0.75em;
    margin: 0 0.5em 0 0;
    border: 1px solid #707070;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    text-indent: -999em;
    overflow: hidden;
}
.slideshow .slideNav.right .navSlideControl {
    margin: 0 0 0 0.5em;
}
.slideshow .navSlideControl.selected,
.slideshow .navSlideControl:hover {
    background-color: #FFF;
    text-decoration: none;
}
.slideshow  .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #505a61;
    color: #FFF;
    padding: 0.75em;
    text-align: center;
    z-index: 103;
}
.slideshow .caption span { font-size: 1.125em; }

.slideshow.contentCol {
    float: left;
    width: 580px;
    margin: 0;
}
.slideshowContent {
    float: left;
    display: table;
    width: 320px;
    height: 470px;
    background-color: #505a61;
    color: #FFF;
}
.slideshowContent .contentInner {
    display: table-cell;
    padding: 1.5em;
    vertical-align: middle;
}
.slideshowContent p {
    font-size: 0.875em;
    line-height: 1.3;
    margin: 0;
}

/* Page Styles */
.page { margin-top: 2.5em; }
.pageInner { margin: 0 1em; }

/* Floor Plans Page */
#pageFloorplans .floorMapsWrap {
    padding: 2em 0;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
}
#pageFloorplans .floorMap {
    position: relative;
    margin-bottom: 2em;
}
#pageFloorplans .floorMap .floorMapInner {
    text-align: center;
}
#pageFloorplans .floorMap .floorMapInner img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    z-index: 100;
}
#pageFloorplans .floorMap .floorMapInner img.mask {
    position: relative;
    z-index: 101;
}

#pageFloorplans .floorMapInfo {
    margin-top: 2em;
    text-align: center;
}
#pageFloorplans .floorMapThumb {
    text-align: center;
    margin-bottom: 1em;
}
#pageFloorplans .floorMapThumb img {
    border: 1px solid #666;
    max-width: 100%;
    height: auto;
}
#pageFloorplans h5 {
    font-family: 'HelveticaNeueLT Bold';
    text-align: center;
    font-size: 1.125em;
    margin-bottom: 1em;
    text-transform: uppercase;
}
#pageFloorplans .floorNav a {
    color: #464646;
    text-decoration: underline;
}
#pageFloorplans .floorNav a:hover,
#pageFloorplans .floorNav a.selected {
    color: #ad172b;
}
#pageAvailability { margin-top: 5em; }

/* Team Page */
#pageTeam { margin-top: 5em; }
#pageTeam .team { margin-bottom: 2em; }
#pageTeam .team .teamLogo { text-align: right; }
#pageTeam .team .teamLogo img {
    max-width: 100%;
    height: auto;
}

/* Availability Page */
#pageAvailability { min-height: 400px; }
#pageAvailability .col { text-align: center; }
#pageAvailability .row {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
#pageAvailability .availability { border-bottom: 1px solid #464646; }
#pageAvailability .key {
    font-family: 'HelveticaNeueLT Bold';
    text-transform: uppercase;
}
#pageAvailability .value { font-size: 0.875em; }
#pageAvailability a { text-transform: uppercase; }