/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
* {margin: 0; padding: 0;}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ 
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #FFFFFF;}

/**
 * Remove default margin.
 */
body {
	margin: 0; 
}
  
.float-left {float: left;}
.float-right {float: right;}

.sr-only {
	position: absolute; 
	left: -9999em; 
	width: 1px;
  	height: 1px;
  	padding: 0;
  	margin: -1px;
  	overflow: hidden;}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:0;
    height:0;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #000;
    background-color:#EEE;
    left: auto;
    top: 0 !important;
    width: 250px;
    height: auto;
    overflow:auto;
    padding:15px;
	margin: 0 !important;
    border-radius: 15px;
    border:4px solid #333;
    text-align:center;
    font-size:20px;
    z-index:999;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 150%; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Fonts
========================================================================== */

/*@font-face {
	font-family: 'Din Pro';
	src: url('../fonts/dinpro-webfont.eot');
	src: url('../fonts/dinpro-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/dinpro-webfont.woff') format('woff'),
		 url('../fonts/dinpro-webfont.ttf') format('truetype'),
		 url('../fonts/dinpro-webfont.svg#dinproregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Din Pro Light';
	src: url('../fonts/dinpro-light-webfont.eot');
	src: url('../fonts/dinpro-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/dinpro-light-webfont.woff') format('woff'),
		 url('../fonts/dinpro-light-webfont.ttf') format('truetype'),
		 url('../fonts/dinpro-light-webfont.svg#dinproregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Din Pro Medium';
    src: url('../fonts/dinpro-medium-webfont.eot');
    src: url('../fonts/dinpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinpro-medium-webfont.woff') format('woff'),
         url('../fonts/dinpro-medium-webfont.ttf') format('truetype'),
         url('../fonts/dinpro-medium-webfont.svg#din_promedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Din Pro MItalic';
    src: url('../fonts/dinpro-mediumitalic-webfont.eot');
    src: url('../fonts/dinpro-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinpro-mediumitalic-webfont.woff') format('woff'),
         url('../fonts/dinpro-mediumitalic-webfont.ttf') format('truetype'),
         url('../fonts/dinpro-mediumitalic-webfont.svg#din_promedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

.type-red {color: #0E8171;}
.amp-font {font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  max-width: 100%; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  /*margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;*/ }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clear {clear: both;}
.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }

span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

p {
  /*-ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;*/
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
.last-col {
  float: right;
  padding-right: 0 !important; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
/*@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; } }
/* Portrait tablet to landscape 
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; } }
 /*Landscape to small desktop 
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }

  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; } }
*/

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
BUTTON DEFAULTS
*********************/
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "futura-pt";
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    color: white;
    text-decoration: none; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, .comment-reply-link, #submit {
  background-color: #2980b9; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    background-color: #2574a8; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
    background-color: #2472a4; }

/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 35px;
  line-height: 25px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 13px;
  color: #000000;
  vertical-align: middle;
  box-shadow: none;
  border: solid 1px #000000;
  width: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #f7f8fa; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: white;
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: white;
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: transparent; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: 97.5% center;
  height: 35px; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "futura-pt";
  font-weight: 300;
  font-size: 100%;
  /*line-height: 1.5;
  color: #0E8171;*/
  color: #000000;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased; }
  
.alignright {float: right;}
.alignleft {float: left;}

/********************
WORDPRESS BODY CLASSES
********************/
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a {text-decoration: none !important;}
a, a:visited {
  color: #0E8171;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #0E8171; }
  a:link, a:visited:link { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 52px;
  color: #0E8171;
  /*line-height: 1.333em;*/ }

h2, .h2 {
  font-size: 44px;
  color: #0E8171;
  line-height: 125%;
  /*margin-bottom: 0.375em;*/ }

h3, .h3 {
  font-size: 21px;
  margin: 0 0 5px 0; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }
  
.single h1,
.single .h1,
.single h2,
.single .h2,
.archive h1,
.archive .h1,
.archive h2,
.archive .h2,
.blog h1,
.blog .h1,
.blog h2,
.blog .h2 {font-size: 30px;}

/*********************
HEADER STYLES
*********************/
.header {
  background-color: rgba(255,255,255,.7);
  height: 74px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100; }
  
#inner-header {height: 74px;}

#logo {
  margin: 0.75em 0 0;
  width: 100px;
  float: left; }
  #logo a {
    color: white; }
	
#appointment {background: #008171; float: right; height: 74px; padding: 0 20px; text-align: center; margin: 0 0 0 10px;}
#appointment .schedule {display: block; color: #FFFFFF; font-size: 10px; font-weight: 500; margin: 17px 0 0;}
#appointment a {display: block; color: #FFFFFF; font-size: 22px; font-weight: 500;}

/*********************
NAVIGATION STYLES
*********************/

.nav {
  border-bottom: 0;
  float: right;
  margin: 20px 0 0; }
  .nav li { }
    .nav li a {
	  display: block;
      color: #646567;
      text-decoration: none;
      padding: 0 0.75em;
	  font-size: 21px;
	  font-weight: 500;
     }
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
      padding-left: 30px; }
	  
/*.sub-menu .green {border-right: solid 1px #666666;}*/

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {margin: 0;}
#content.availability, .single #content, .archive #content, .blog #content {padding-top: 100px; margin: 0 0 30px 0;}
#content.availability, #content.contact {background-color: #FFFFFF; margin: 0; padding-top: 105px; padding-bottom: 50px;}
#content.contact {padding-bottom: 0;}
#content.availability {padding-top: 140px; padding-bottom: 50px;}
#content.availability .wrap, #content.floorplans .wrap, #content.team .wrap {width: 96%;}
#content.floorplans {margin: 0 0 100px;}

#main {position: relative;}
#main li {list-style: none; /*list-style-position: outside; list-style-type: disc;*/ margin: 0 0 5px 0; color: #050000; font-size: 18px;}
#main li::before {content: "\2022"; color: #0E8171;}
#main ol li {list-style-type: lower-latin;}
#main ol li li {list-style-type: lower-roman; margin: 0 0 5px 25px;}
#main.residence {margin: 25px 0 30px 0;}
#main.residence p {font-size: 17px; color: #6b6969;}
#main.availabilities {float: right; background-color: #FFFFFF; border-left: 1px solid #1d9989; /*width: 600px;*/ width: 66%; margin: 0 0 65px 0; /*padding: 40px 0;*/}
#main.availabilities #availabilities-inner {padding: 35px;}
#main.green {margin: 25px 0 30px 0;}
#main.green p, #main.green li {color: #444444; font-size: 16px;}
#main.green p {line-height: 150%;}
#main.green h2 {font-size: 36px; margin: 0 0 10px 0;}
#main.green h3 {color: #99CC00; font-size: 25px; margin: 0 0 23px;}
#main.contact {background-color: rgba(255,255,255,.6); width: 600px; margin: 0;}
#main.contact #contact-inner {padding: 35px;}
#main.contact p {color: #000;}
/*#content.availability .wrap,*/ #content.contact .wrap {width: 90%;}
/*.home #main{width: 1000px; margin: 0 auto;}*/
.anchors {position: absolute; left: 0; top: -74px;}

.hentry { }
  .hentry header {
    border-bottom: 1px solid #eaedf2;
    padding: 1em 0;}
  .hentry .article-header {
	margin: 0 0 1em 0 }
  .hentry footer {
    padding: 1.5em;
    border-top: 1px solid #eaedf2; }
    .hentry footer p {
      margin: 0; }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0; }
.page-title-default {
	font-size: 80px;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.page-title-availabilities {
	color: #020202;
	font-size: 40px;
    margin: 0 0 25px;
    text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}
  
.byline {
  color: #6b6969;
  font-style: italic;
  margin: 10px 0 0; }

/* entry content */
.entry-content { }
  .entry-content p {
    margin: 0 0 1.5em; }
  .entry-content table {
    width: 100%;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #6b6969;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr { }
    .entry-content tr:nth-child(even) { }
  .entry-content td {
    font-size: 18px;
	padding: 12px 20px;
	text-align: center;
	border-top: 1px solid #1D9989;
	white-space: nowrap;
	width: 33%; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
	font-size: 18px;
    font-weight: 300;
	padding: 12px 20px;
	text-align: center;
	white-space: nowrap;
	font-weight: 400;
	width: 33%;
	text-transform: uppercase; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #2980b9;
    font-style: italic;
    color: #6b6969; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }
	
	.entry-content .featured {float: left; margin: 0 1em 1em 0;}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }
  
.featured-image {width: 100%; height: auto;}  
.bleed {width: 1200px; margin: 0 0 0 -100px;}  
.indent {padding: 0 0 0 105px;}
.redbox {background-color: #0E8171; color: #FFF; margin: -6px -100px 0; padding: 20px 100px;}
.redbox-indent {background-color: #0E8171; color: #FFF; margin: -6px -100px 0; padding: 20px 100px 20px 205px;}
.red-banner {background-color: #0E8171; color: #FFF; margin: -6px 0 0 0; padding: 10px 0;}
.redbox h2, .redbox-indent h2, .red-banner h2 {color: #FFF;}

.column33 {width: 30%; margin: 30px 0 0 3%; float: right; font-size: 16px; color: #0E8171;}

.stretch {width: 1000px;}

#featured-image/*, #transportation, #explore*/ {position: relative;}
.down-arrow {
	position: absolute;
	bottom: 15px;
	left: 48%;
	width: 58px; 
	height: 32px;
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
}
/*.red-arrow2 {
	width: 40px; 
	height: 25px;
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
}
.red-arrow3 {
	position: absolute;
	bottom: 30px;
	left: 48%;
	width: 46px; 
	height: 31px;
	background-image: url(../images/arrow-down-shadow.png);
	background-repeat: no-repeat;
}
.red-arrow4 {
	width: 40px; 
	height: 25px;
	background-image: url("/wp-content/uploads/2014/07/arrow-down.png");
	background-repeat: no-repeat;
	display: block;
}
.home .red-arrow {
    background-image: url("/wp-content/uploads/2014/07/arrow-down.png");
}*/
.ms-parent-id-3 > .master-slider {
    background: none !important;
}
#snipe {z-index: 99; position: absolute; top: 0; right: 0; background-color: #0E8171;}
#snipe.avail {top: -66px; background-color: #0E8171; border-radius: 0 0 15px 15px;}
#snipe a {display: block; color: #FFF; font-size: 20px; padding: 10px 20px; font-weight: 400;}
#snipe.avail a {color: #0E8171; font-size: 17px; color: #FFFFFF;}

.wrap-tiles {position: relative; width: auto; max-width: 1400px; min-width: 1000px; margin: 0 auto;}
.column-50, .column-half {position:relative; float: left; width: 50%;}
.grid-cell {position: relative; padding: 15px; text-align: center;}
.grid-cell img {max-width: 100%; height: auto;}
.grid-cell p {font-weight: 400;}
.text-container, .photo-overlay {position: absolute; top: 15px; left: 15px; bottom: 15px; right: 15px;}
.text-container {padding: 10px;}
.verticaltxt {display: table-cell; vertical-align: middle; font-weight: 400;}
.tagline {display: table; height: 100%; width: 100%;}
.tagline2 {color: #FFFFFF; font-size: 32px; text-align: center;}
.tagline3 {color: #FFFFFF; font-size: 32px; text-align: center;}
a.contact-link {display: inline-block; padding: 0 35px 0 0; background: url(../images/arrow-link.png) no-repeat right center; color: #FFFFFF; font-weight: 400;}

.nav li.resident-portal a {
      color: #0E8171;
	  font-weight: 400;
}

/* Residences Page */

#residences-amenities {width: 635px; float: right;}
#residences-amenities-c1 {float: left;}
#residences-amenities-c1 a img {display: block; margin: 80px 0 40px 160px;}
#residences-amenities-c2 {width: 310px; float: right;}
#residences-kitchen {width: 342px; float: left;}
#residences-featured {float: right; position: relative; width: 635px;}
#residences-pets {width: 255px; position: absolute; top: -122px; right: 220px;}
#chair {width: 325px; float: left; margin: 315px 0 0 -55px;}
#flower { display: none; position: absolute; right: -75px; top: -200px;}
#fixtures {position: absolute; left: -215px; top: -300px;}
.yellow-panel {margin: 42px 0 0 0;}
.residence-title {font-size: 46px; color: #6b6969; font-weight: 300;}
.residence-title span {font-size: 57px; color: #0C9985;}

/* Amenities Page */

#amenities-column1 {width: 620px; float: left; margin: 30px 0 0 0;}
#amenities-column2 {width: 350px; float: right; margin: 30px 0 0 0;}
#amenities-column1 p, #amenities-column2 p {font-size: 19px; color: #6b6969;}
.amenities-list {float: left; margin: 0 0 0 15px;}
.amenities-title1, .amenities-title2 {color: #6b6969; font-size: 46px;}
.amenities-title1 span {font-size: 57px;}
.amenities-title2 span {font-size: 49px;}
.entry-content p.avail-disclaimer {text-align: right; font-size: 17px; margin: 60px 0 0 0;}

/* LIC Page */

#lic-column1 {width: 650px; float: left; margin: 30px 0 0 0;}
#lic-column2 {width: 300px; float: right; margin: 30px 0 0 0;}
#lic-column1 p, #lic-column2 p {font-size: 19px; color: #6b6969;}
.lic-title {color: #6b6969; font-size: 46px;}
.lic-title span {font-size: 57px;}

/*#lic-neighborhood-c1 {float: left; width: 370px; margin: 40px 0 0 0;}
#lic-neighborhood-c2 {float: right; width: 590px; margin: 40px 0 0 0;}
#lic-neighborhood-photo1 {margin: 45px 0 0 0;}
#lic-neighborhood-photo2 {margin: 0 0 20px 0;}
#lic-neighborhood-fleamarket {float: left; width: 315px;}
#lic-neighborhood-cultural {float: right; width: 235px;}
#climbing {float: left; margin: 0 0 30px 0;}
#lic-view {float: left;}
#lic-scaling-up {width: 250px; float: right; margin: 0 50px 0 0;}
#lic-thumbnail-restaurant {float: left; width: 255px; margin: -20px 0 0 0;}
#lic-restaurant-text {float: left; width: 204px; margin: 90px 0 0 25px;}
#lic-outdoors {float: right;}
#map {position: relative; display: block; width: 1000px; height: 849px; margin: 30px 0 0 0; background-image: url(../images/luna-neighborhood-map.jpg); background-repeat: no-repeat;}
#map a {position: absolute; left: 349px; top: 279px; width: 410px; height: 535px; border: solid 2px #0E8171;}*/

#map {position: relative; margin: 30px 0 0 0;}

.mapplic-levels {
    width: 180px;
	right: auto !important;
	left: 0;
}
.mapplic-levels-select {
    padding: 0 !important;
	display: none !important;
}
.mapplic-levels a {
    background-color: #6b6969 !important;
}
.mapplic-levels a.disabled {
    background-color: #0E8171 !important;
    cursor: default;
}
.mapplic-levels .mapplic-levels-up {
    background-image: url("../images/map-arrow-up-white.png") !important;
    border-bottom: 1px solid #eee;
}
.mapplic-levels .mapplic-levels-down {
    background-image: url("../images/map-arrow-down-white.png") !important;
    border-top: 1px solid #eee;
}
.mapplic-levels-select {
    font-size: 14px !important;
	color: #0E8171;
	text-align: center;
    /*margin: 0;
    outline: medium none;
    padding: 6px 2px;*/
}

.mapplic-tooltip {
	max-width: none !important;
}
.mapplic-tooltip-title {
    color: #444;
    font-size: 16px !important;
    font-weight: normal;
    margin: 7px 12px !important;
}
.mapplic-tooltip-close {position: absolute; right: 12px; top: 8px;}
.mapplic-clear-button {
    display: none;
}
.mapplic-pin {
    height: 10px !important;
	width: 10px !important;
    margin-left: -5px !important;
    margin-top: -5px !important;
}

.mapplic-element, .mapplic-container {
    overflow: visible !important;
}

#map-title {position: absolute; top: 40px; left: 40px; z-index: 2000;}

/*.crescent-grill {top: 19.35% !important;}
.dutch-kills {top: 20.05% !important;}
.crescent-grill .mapplic-tooltip-triangle, .dutch-kills .mapplic-tooltip-triangle {
    background-image: url("../images/tooltip-triangle-inverted.png") !important;
    bottom: auto !important;
	top: -6px !important;
}*/

#team-divider {position: absolute; top: 0; left: 469px; bottom: 0; border-right: solid 7px #EEEEEE; z-index: 99;}
.team-row {position: relative; margin: 0 0 60px; /*border-bottom: solid 1px #0E8171;*/}
.team-logo {position: absolute; top: 0; left: 0; bottom: 0; width: 33%; background-repeat: no-repeat; background-position: center center; border-right: solid 1px #000;}
.team-text {padding: 0 0 0 33%; min-height: 280px;}
.team-text p {color: #020202;}
.team-text-inner {padding: 25px 100px 30px 40px;}
.team-title {color: #020202; font-size: 30px; font-weight: 300; text-transform: uppercase; margin: 0 0 10px;}

.progress {font-size: 100px; color: #CCC; text-align:center; padding: 100px 0;}

.green-image {margin: 80px 0 35px -20px;}
#green-column1 {float: left; width: 540px;}
#green-column2 {float: right; width: 400px;}

/* Availabilities */

#availabilities-sidebar {float: left; /*width: 375px;*/ width: 33%; text-align: right; text-align: center; font-size: 38px; padding: 80px 0; /*border-right: solid 1px #008171;*/}
#availabilities-sidebar .grid-cell {padding: 0;}
#availabilities-sidebar .halfcell {width: 50%; float: right;}
#availabilities-sidebar .text-container { padding: 0; bottom: 0; left: 0; right: 0; top: 0;}
.availtag1 {color: #FFFFFF; font-size: 45px; text-align: center; text-transform: uppercase;}
.availtag2, a.available-link {color: #FFFFFF; font-size: 23px; font-weight: 300; text-align: center; text-transform: uppercase;}

.hentry header.availability-header {
	position: relative;
	background-color: #0E8171; 
	padding: 15px 0; 
	border-bottom: none;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	-ms-box-shadow: 3px 3px 3px #666;
	-o-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	/*z-index: 900;*/
}
.availability-title {font-size: 36px; color: #FFF; text-align: center; text-transform: uppercase;}

.listing-info {position: relative; color: #050505; width: 33%; float: left; margin: 80px 0 0 0; text-align: center;}
.listing-info p {margin: 0;}
.listing-info a {color: #050505;}
.listing-unit, .listing-layout, .listing-amenities, /*.listing-pricing,*/ .listing-date, .listing-links, .listing-dimensions {padding: 25px 0; /*border-bottom: solid 1px #0E8171;*/}
.listing-unit {/*border-top: solid 1px #0E8171;*/}
.listing-unit .residence {font-size: 25px;color: #050505; font-weight: 300;}
.listing-unit .unit {font-size: 50px; line-height: 110%; word-break: keep-all; display: block;}
.listing-layout .layout-info {font-size: 20px;}
.listing-amenities .amenities {font-size: 20px;}
.listing-pricing .pricing {font-size: 30px;}
.listing-date .available-date {}
.listing-divider {background: url(../images/icon-header.png) no-repeat center bottom; padding: 25px 0;}
.listing-links .listing-link {font-size: 15px; display: block; line-height: 200%;}
.listing-dimensions {font-size: 12px;}
.apply-title {}
.avail-schedule {color: #FFF; padding: 5px 10px; background-color: #0E8171; border-radius : 5px; -moz-border-radius : 5px; -webkit-border-radius : 5px; -ms-border-radius : 5px; -o-border-radius : 10px;}
.avail-schedule:hover {color: #FFF; }
.avail-button {display: block; position: absolute; top: -30px; right: 50px;}

.floorplan {position: relative; width: 66%; float: right; margin: 80px 0 0;}
.floorplan-image {display: block; margin: 0 auto; max-width: 100%;}

.listing-prev, .listing-next {
    background-position: center center;
    background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 300px;
	width: 20px;
	height: 32px;
	text-indent: -9999em;
}
.listing-prev {
	background-image: url("../images/arrow-prev.png");
	left: -40px;
}
.listing-next {
	background-image: url("../images/arrow-next.png");
	right: -40px;
}

/* Contact Page */

#contact-sidebar {float: left; width: 315px; text-align: right;}
#contact-sidebar .grid-cell {padding: 0;}

#contact-thumb {width: 260px; float: right; margin: 25px 50px 0 0;}
#lunaform, #penthouseform {display: block;}
.form-label {color: #000; font-size: 15px;}
.field-wrap {/**height: 120px; min-height: 120px;*/padding: 0 0 15px;}
/*.price-range {margin: 32px 0 0 0;}*/
.marketing-type {margin: 14px 0 0 0;}
.checkbox-column {float: left; width: 24%;}
.checkbox-column1 {float: left; width: 45%;}
.checkbox-column2 {float: right; width: 45%;}
.checkbox-column1 span, .checkbox-column2 span, .checkbox-column span {color: #000; display: inline-block; font-size: 15px; margin: 0 0 0 5px;}
.submit {
    background-color: #0e8171;
	color: #FFFFFF;
	border: none;
    cursor: pointer;
    display: block;
    font-size: 18px;
	font-weight: 300;
    height: 40px;
	line-height: 40px;
    width: 170px;
	text-align: center;
	float: right;
    margin: -8px 0 0 0;
}
.contact-column1 {width: 235px; float: left;}
.contact-column2 {width: 275px; float: right;}
.contact-title {text-transform: uppercase; font-size: 27px; margin: 0 0 0 -5px;}
.contact-text {float: right; margin: 25px 30px 0 0;}
.contact-text p {font-size: 18px;}
.contact-info {font-size: 29px; color: #000000;}

.verticaltxt {
    display: table-cell;
    font-weight: 400;
    vertical-align: middle;
	text-shadow: 2px 2px 4px #000;
}
.tabledisplay {
    display: table;
    height: 100%;
    width: 100%;
}
.tabledisplay .verticaltxt {
    font-weight: 300;
    text-align: center;
}

input.error {margin-bottom: 0;}
label.error {margin-bottom: 14px; color: red; display: block;}
label.error br {display: none;}
.ui-widget-header {background: none !important; border: none !important; color: #0E8171 !important;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {background: none !important; border: none !important; color: #868686 !important;}
.ui-datepicker td span, .ui-datepicker td a {text-align: center !important;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {background: none !important; border: none !important; color: #0E8171 !important;}
.form-field input#datepicker {
	background-image: url(../images/calendar.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	text-indent: 15px;
}

#thankyou-message {
    color: #0E8171;
	font-size: 17px;
    line-height: 200%;
    text-align: center;
	margin: 50px 0 100px 0;
}
#thankyou-message p {
    line-height: 200%;
}
#thankyou-message a {
    color: #0E8171;
}
.thanks {
    font-size: 55px;
    font-weight: 300;
    text-transform: uppercase;
}
.thanks2 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

/* Penthouses Page */

#penthouseform {padding: 10px; text-align: left;}
#penthouseform .form-label {font-size: 14px;}
#penthouseform label.error {
    color: red;
    display: inline-block;
    float: left;
    margin-bottom: 5px;
	font-size: 14px;
    margin-top: -27px;
	padding-left: 12px;
}
#penthouseform .submit {
    background-color: #66b299;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 17px;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    margin: 5px 0 0;
    text-align: center;
    width: 100px;
}
#penthouseform input {
	margin-bottom: 5px;
}

/* Responsive Tile Pages */

.tile-row {display: block; position: relative;}
.tile-row .verticaltxt {text-shadow: none; font-weight: 300;}
.tile-row .page-title {color: #050000; font-weight: 300; font-size: 55px; line-height: 125%; padding: 0 20px 15px; margin: 0 0 15px; background: url(../images/icon-header.png) no-repeat center bottom; text-transform: uppercase;}
.tile-row .tile-header {color: #050000; font-weight: 300; font-size: 40px; line-height: 125%; padding: 0 20px 15px; margin: 0 0 15px; background: url(../images/icon-header.png) no-repeat center bottom; text-transform: uppercase;}
.tile-row p {color: #050000; font-weight: 400; font-size: 18px; line-height: 150%; padding: 0 20px; margin: 0 0 10px;}
.tile-row .tile-subheader, .tile-row .tile-subheader p, .tile-row .tile-subheader a, .tile-row a.subhead-link, .subhead-link {color: #050000 !important; font-weight: 300; font-size: 30px !important; line-height: 125%; padding: 0 20px; margin: 0 0 15px;}
.tile-row ul {display: inline-block; text-align:left;} 

.tile-banner {display: block; position: relative;}
.tile-banner img {display: block; width: 100%;}
.tile-banner .banner-caption {position: absolute; top: 40%; left: 25%; font-weight: 300; font-size: 40px; color: #020202; text-transform: uppercase;}
.tile-column-main-left {display: inline-block; position: absolute; /*float: left; width: 40%;*/ top: 0; bottom: 0; left: 0; right: 60%; text-align: center;}
.tile-column-main-right {display: inline-block; position: relative; float: right; width: 60%;}
.tile-column-main-right img, .tile-column2 img {width: 100%; height: auto; display: block;}
.tile-column1 {display: inline-block; position: absolute; /*float: left; width: 44%;*/ top: 0; bottom: 0; left: 0; right: 56%; text-align: center;}
.tile-column2 {display: inline-block; position: relative; width: 56%; float: right;}
.tile-row:nth-child(odd) .tile-column1 {left: 56%; right: 0;}
.tile-row:nth-child(odd) .tile-column2 {float: left;}

#content.residences .tile-column1 {top: 0; bottom: 0; left: 68%; right: 0;}
#content.residences .tile-column2 {width: 68%; float: left;}
#content.residences .tile-row:nth-child(odd) .tile-column1 {left: 0; right: 68%;}
#content.residences .tile-row:nth-child(odd) .tile-column2 {float: right;}

#content.amenities .tile-column1 {top: 0; bottom: 0; left: 0; right: 68%;}
#content.amenities .tile-column2 {width: 68%; float: right;}
#content.amenities .tile-row:nth-child(odd) .tile-column1 {left: 68%; right: 0;}
#content.amenities .tile-row:nth-child(odd) .tile-column2 {float: left;}

#content.neighborhood .tile-column1 {top: 0; bottom: 0; left: 0; right: 68%;}
#content.neighborhood .tile-column2 {width: 68%; float: right;}
#content.neighborhood .tile-row:nth-child(odd) .tile-column1 {left: 68%; right: 0;}
#content.neighborhood .tile-row:nth-child(odd) .tile-column2 {float: left;}
#content.neighborhood .tile-row:nth-child(3) .tile-column1 {left: 56%;}
#content.neighborhood .tile-row:nth-child(3) .tile-column2 {width: 56%;}

.tile-content-additional {display: block; position: relative; overflow:hidden;}
.tile-content-additional .mapplic-map {left: 0 !important; /*width: 100% !important;*/}
.tile-content-additional #map {margin: 0;}

.page-title-bar {color: #050000; font-weight: 300; font-size: 40px; line-height: 125%; padding: 0 20px 15px; margin: 0 0 15px; background: url(../images/icon-header.png) no-repeat center bottom; text-transform: uppercase; text-align: center;}

.availability .page-title-bar {font-size: 30px; padding: 0 20px 25px;}

/* Sliders */

.ms-parent-id-4 > .master-slider {
    background: none !important;
}
.ms-bullets {opacity: 1 !important; z-index: 99;}

.ms-slide-info.ms-dir-h, .ms-dir-h {
    min-height: 0 !important;
	text-align: right;
}
.ms-skin-light-3 .ms-bullets.ms-dir-h {
    right: 30% !important;
}
.ms-inner-controls-cont {}
.ms-skin-light-3 .ms-nav-next {
    background: url("../images/arrow-next.png") repeat scroll center center rgba(0, 0, 0, 0) !important;
    /*left: auto !important;*/
    right: 0 !important;
}
.ms-skin-light-3 .ms-nav-prev {
    background: url("../images/arrow-prev.png") repeat scroll center center rgba(0, 0, 0, 0) !important;
    left: 0 !important;
}
.ms-skin-light-3 .ms-nav-next, .ms-skin-light-3 .ms-nav-prev {
	width: 41px !important;
    height: 75px !important;
}
.ms-skin-light-3 .ms-bullet {
    background: url("../images/light-skin-3.png") no-repeat scroll -31px -114px rgba(0, 0, 0, 0) !important;
    height: 20px !important;
    margin: 3px !important;
    width: 20px !important;
}
.ms-skin-light-3 .ms-bullet-selected {
    background-position: -31px -81px !important;
}
.rendering-artist, .rendering-title {margin: 0 30px 0 0;}
.rendering-title {color: #FFF; font-size: 24px;}
.rendering-artist {color: #FFF; font-size: 11px;}

.single .entry-content p, .archive .entry-content p, .blog .entry-content p {color: #444444;}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: white;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  #main .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #0E8171; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #0E8171;
      color: white; }
  .pagination .current {
    cursor: default;
    color: #6b6969; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: white;
      color: #6b6969; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */ }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #6b6969;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: white; }
  .comment.even {
    background: #f8f9fa; }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #6b6969;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #5c6b80; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em; }

/* comment submit button */
#submit {
  float: right;
  font-size: 1em; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */ }

.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }

/*********************
FOOTER STYLES
*********************/
#footer-nav {}
.footer {
  clear: both;
  background-color: #FFF;
  border-top: solid 1px #0E8171;
  color: #030303;
  font-size: 13.5px; }
.footer .nav {
  border-bottom: 0;
  float: left;
  margin: 0;
  width: auto;
  padding: 20px 0 0; }
.footer .nav li a {
      color: #030303;
      padding: 0.75em;
	  font-size: 16px;
	  line-height: 15px;
	  font-style: normal;
}
.footer .nav li.apply-now a {
      color: #0E8171;
      padding: 0.75em 0.75em 0.75em 0;
	  font-size: 19px;
	  font-weight: 400;
	  text-transform: uppercase;
}
.footer a {color: #030303; font-style: italic;}
.footer .wrap {margin: 0 auto; width: 100%; padding: 0 2em;}
.footer .social-icons {padding: 0.75em 0.21em;}
.footer .social-icons a {display: block; font-size: 0 !important; width: 19px; height: 20px;}
.footer .icon-facebook a {
	background-image: url(../images/luna-social-icon-facebook.png);
	background-repeat: no-repeat;
}
.footer .icon-twitter a {
	background-image: url(../images/luna-social-icon-twitter.png);
	background-repeat: no-repeat;
}
.footer .icon-google a {
	background-image: url(../images/luna-social-icon-googleplus.png);
	background-repeat: no-repeat;
}
.footer .icon-instagram a {
	background-image: url(../images/luna-social-icon-instagram.png);
	background-repeat: no-repeat;
}
.footer .icon-eqh a {
	background-image: url(../images/luna-logo-equal-house.png);
	background-repeat: no-repeat;
}
.copyright {padding: 0;}
.copyright span {display: inline-block;}
.marketing-logos {margin: 24px 0 0 0; max-width: 135px;}
.st_sharethis {float: left; padding: 30px 0.3em 0.7em;}
.stButton .sharethis {
    background-image: url(../images/luna-social-icon-sharethis.png) !important;
}
.stButton .chicklets {
    height: 20px !important;
    line-height: 20px !important;
	margin-left: -3px;
}
/* end .footer-links */

/* ==========================================================================
   Mobile
   ========================================================================== */
   
.mobile-only {display: none;}
.nav-footer-mobile {display: none !important;}
.icon-large {display: none !important;}


/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul { }
      .menu ul li { }
        .menu ul li a {  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content { }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
}
/*********************
TABLET & SMALLER LAPTOPS
*********************/
/* @media only screen and (min-width: 768px) {
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 760px; }

  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    border: 0;
    }
    .nav ul {
      margin-top: 0; }
    .nav li {
      float: left;
      position: relative;
	  }
      .nav li a {
        border-bottom: 0;
        }
        .nav li a:hover, .nav li a:focus, .nav li.current-menu-item a, .nav li.current_page_item a {
          color: #0E8171;
          text-decoration: none; }
      .nav li ul.sub-menu,
      .nav li ul.children {
        margin-top: -4px;
        /*border: 1px solid #ccc;*/
        border-top: 0;
        position: absolute;
        visibility: hidden;
        z-index: 8999;
		width: 600px;
       }
        .nav li ul.sub-menu li,
        .nav li ul.children li { }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            font-size: 16px;
			padding-left: 15px;
            border-right: 0;
            display: inline-block;
			float: left;
            /*width: 180px;
            border-right: 1px solid #666;*/ }
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-right: 0; }
          .nav li ul.sub-menu li ul,
          .nav li ul.children li ul {
            top: 0;
            left: 100%; }
      .nav li:hover > ul {
        top: auto;
        visibility: visible; }
		.nav li ul.sub-menu li a,
		.nav li ul.children li a {
		  color: #646567;
		  }
		  .nav li ul.sub-menu li.current-menu-item a,
		  .nav li ul.sub-menu li a:hover,
		  .nav li ul.sub-menu li.current_page_item a,
		  .nav li ul.sub-menu li a:hover,
		  .nav li ul.children li.current-menu-item a,
		  .nav li ul.children li a:hover,
		  .nav li ul.children li.current_page_item a,
		  .nav li ul.children li a:hover {
			color: #0E8171;
		  }

   /*end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /*.sidebar {
    margin-top: 2.2em; }

  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em; }

  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }
    .widget ul li {
      margin-bottom: 0.75em;
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }

  /*********************
  FOOTER STYLES
  *********************/
  .footer-links ul li { }

  /* end .footer-links  }*/
/*********************
DESKTOP
*********************/
.wrap {position: relative; width: 1000px;} 
#inner-header.wrap {width: 100%; padding: 0 0 0 2em;}
/*.wrap-avail {position: relative; width: 1000px; margin: -65px auto 0 auto;} */

@media (max-width: 1200px) {
	.tagline2 {font-size: 27px;}
	.tagline3 {font-size: 27px;}
}
@media (min-width: 1200px) {
	#penthouseform label.error {
		margin-bottom: 15px;
		font-size: 14px;
		margin-top: -36px;
		padding-left: 12px;
	}
	#penthouseform .submit {
		margin: 5px 0 0;
	}
	#penthouseform input {
		margin-bottom: 15px;
	}
	.ms-skin-light-3 .ms-bullets.ms-dir-h {
		right: 20% !important;
	}
}

@media only screen and (min-width: 1030px) {
  /*.wrap { width: 1000px; } */
}
@media (max-width: 1024px) {
	.tagline2 {font-size: 28px;}
	.tagline3 {font-size: 19px;}
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) { }
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { }

/*********************
Tablets
*********************/
@media (max-width: 768px)  {

.availtag1 {font-size: 30px;}

}

/*********************
SMARTPHONES (Portrait and Landscape)
*********************/
@media (max-width: 768px)  {

/*h1, h2, h3, h4, h5, h6 {padding-left: 12px; padding-right: 12px;}*/
h1, .h1, h2, .h2, #main.green h2, .availtag1 {font-size: 30px;}
.page-title-default {font-size: 40px;}

ul.column-50 {
    float: none;
    padding: 0;
    width: auto;
}

.mobile-only {display: block;}
.desktop-only {display: none;}
.menu-toggle {
    float: right;
    margin: 0.75em 0.75em 0 0;
    width: auto;
}
.red-arrow, .red-arrow2, .red-arrow3, .red-arrow4 {display: none;}

.ms-bullets, .ms-skin-light-3 .ms-nav-next, .ms-skin-light-3 .ms-nav-prev {display: none;}

.wrap {
    position: relative;
    width: 100%;
}

.indent {
    padding: 0;
}

.header {
    background-color: #fff;
    height: auto;
    position: relative;
    top: auto;
	/*padding: 0 0 0.75em 0;*/
    width: 100%;
    z-index: 100;
	border-bottom: none !important;
}
#inner-header {
    height: auto;
	padding: 0 !important;
}
#appointment {
    background: #6b6969;
    float: none;
    height: auto;
    padding: 15px;
    text-align: center;
    margin: 0;
}
#appointment .schedule {margin: 0;}
#logo {
    float: left;
    margin: 0.75em 0 0 0.75em;
    width: auto;
}

#main, .home #main {
    margin: 0 auto;
    width: 100%;
}
#main li {
    margin: 0 0 5px 20px;
}

#content {
    margin: 0 0 20px;
}

#mobile-menu .nav {
    border-bottom: 0 none;
    float: none;
    margin: 0.75em 0 0;
	width: 100%;
}
#mobile-menu .nav li, #footer-nav .nav li {
    float: none;
    position: relative;
}
#mobile-menu .nav li ul.sub-menu, .nav li ul.children {
    margin-top: 0;
    position: relative;
    width: 100%;
}

#mobile-menu li, #footer-nav li {
	display: block;
	position: relative;
    float: none;
	width: 100%;
}
#mobile-menu li a {
    font-size: 16px;
	color: #FFF;
	background-color: #0E8171;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	clear: both;
    margin: 0 0 -1px 0;
	padding: 10px 0.75em;
	width: 100%;
	display: block;
}
.footer {
    border-top: none;
}
#footer-nav li a {
    font-size: 16px;
	color: #FFF;
	background-color: #6b6969;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	clear: both;
    margin: 0 0 -1px 0;
	padding: 10px 0.75em;
	width: 100%;
	display: block;
}
.footer #footer-nav .nav li.apply-now a {
    color: #FFF;
	background-color: #0E8171;
    font-size: 17px;
    padding: 10px 0.75em;
    text-transform: uppercase;
}
.footer .wrap {padding: 0;}
#mobile-menu li ul li a {
    font-size: 14px;
	color: #0E8171;
	background-color: #FFF;
	border-top: solid 1px #0E8171;
	border-bottom: solid 1px #0E8171;
	text-indent: 15px;
}
#mobile-menu li ul{clear:both; display: none;}
#mobile-menu li:hover ul {display: block;}
#mobile-menu li ul li {clear:both; width: 100%;}

.dropdown a {
	background-image: url(/images/mobile-bg-menu-dropdown.png);
	background-repeat: no-repeat;
	background-position: 96% center;
}
.dropdown .sub-menu a {
	background: none;
}

#footer-nav {
    border-bottom: none;
    border-top: none;
}
.mobile-footer .social-icons {
    display: none !important;
}
.st_sharethis {
    float: none;
    padding: 0;
}
.stButton {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 56px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
.stButton .chicklets {
    height: 56px !important;
	width: 56px !important;
    line-height: 56px !important;
    margin-left: 0;
}
.stButton .sharethis {
    background-image: url("../images/luna-social-icon-mobile-sharethis.png") !important;
}
#mobile-social {padding: 1.75em 0 0 0;}
#mobile-social ul {margin: 0 auto; width: 304px; text-align: center;}
#mobile-social li {display: inline-block; float: none; margin: 0 10px;}
.footer .nav {
    border-bottom: 0 none;
    float: none;
    margin: 0;
	padding: 0;
    width: 100%;
}
.copyright {
    padding: 0.75em;
	text-align: center;
}
.copyright p, .copyright a {
    line-height: 200%;
    margin: 0;
    text-align: center;
}
.copyright span {
    display: inline-block;
    padding: 5px 0 0;
}
.marketing-logos {
    margin: 10px auto;
}

.ms-slide-info {
    position: absolute;
	top: 10px !important; 
}

#snipe {width: 100%; position: relative; top: auto; right: auto; background-color: #0E8171;}
#snipe.avail {top: auto; border-radius: 0 0 0 0;}
#snipe a {display: block; color: #FFF; padding: 10px 20px;}
#snipe.avail a {color: #FFFFFF;}

.wrap-tiles {width: 100%; min-width: 0; max-width: 100%;}
.column-half {width: 100%; float: none;}
.tagline2 {font-size: 16px;}
.tagline3 {font-size: 16px;}
.tagline3 .verticaltxt {padding: 0;}
a.contact-link {
    background: none;
    padding: 0;
}

#inner-content {padding: 0 12px;}
#inner-content.wrap {width: 100% !important;}

/* Residences Page */

#residences-amenities {width: 100%; float: none;}
#residences-amenities-c1 {width: 100%; float: none; margin: 0;}
#residences-amenities-c1 img {width: auto; height: auto; display: block; margin: 0 auto;}
#residences-amenities-c1 a img {width: auto; height: auto; display: block; margin: 30px auto;}
#residences-amenities-c2 {width: 100%; float: none;}
#residences-amenities-c2 img {max-width: 100%; height: auto; display: block; margin: 0 auto;}
#residences-kitchen {width: 100%; float: none;}
#residences-kitchen img {max-width: 100%; height: auto; display: block; margin: 0 auto;}
#residences-featured {width: auto; float: none; margin: 20px 0; position: relative;}
#residences-featured img {width: 100%; height: auto;}
#residences-featured p {padding-left: 0; padding-right: 0;}
#residences-pets {width: 100%; float: none; position: relative; bottom: auto; right: auto;}
#residences-pets img {width: auto; height: auto; display: block; margin: 100px auto 0;}
#fixtures {position: relative; left: auto; top: auto;}

/* Amenities Page */

#amenities-column1, #amenities-column2 {float: none; margin: 20px 0 0; width: auto;}
#amenities-column1 img, #amenities-column2 img {max-width: 100%; height: auto;}

/* Availabilities */

#content.availability {margin-top: 0; padding: 30px 0 0;}
#content.floorplans {margin: 0 0 30px; padding: 0;}
#availabilities-sidebar {
    float: none;
    padding: 0;
	margin: 0 0 20px;
    /*text-align: right;*/
    width: auto;
}
#main.availabilities {
    float: none;
    margin: 0 0 65px;
    width: auto;
	border-left: none;
}
#main.availabilities #availabilities-inner {
    padding: 15px;
}

.listing-info {
    color: #0E8171;
    float: none;
    margin: 20px 0 0;
	padding: 0;
    position: relative;
    width: 100%;
}
.floorplan {
    float: none;
    margin: 20px 0;
	padding: 0;
    position: relative;
    width: 100%;
}
.listing-prev, .listing-next {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    position: relative;
    top: auto;
    width: 20px;
	margin: 20px 0 0;
}
.listing-prev {left: auto; width: 50%; float: left;}
.listing-next {right: auto; width: 50%; float: right;}
.entry-content th {padding: 15px 10px 15px 10px;}
.entry-content td {padding: 7px 10px 7px 10px; /*min-height: 75px;*/ white-space: normal;}
.entry-content th, .entry-content td, .entry-content td a {font-size: 13px;}
.entry-content td a {display: block; height: 100%; font-size: 13px;}
.avail-button {
    display: block;
    position: relative;
    right: auto;
    top: auto;
}
.avail-button img {display: block; max-width: 100%; margin: 0 auto;}

/* LIC Page */
#lic-column1, #lic-column2 {float: none; margin: 20px 0 0; width: auto;}
#lic-column1 img, #lic-column2 img {max-width: 100%; height: auto;}

/*#lic-neighborhood-c1 {float: none; width: 100%; margin: 40px 0 0 0;}
#lic-neighborhood-c2 {float: none; width: 100%; margin: 40px 0 0 0;}
#lic-neighborhood-photo1 {margin: 20px 0 0 0; width: 100%;}
#lic-neighborhood-photo2 {margin: 0 0 20px 0; width: 100%;}
#lic-neighborhood-fleamarket {float: none; width: 100%;}
#lic-neighborhood-fleamarket img {display: block; margin: 20px auto;}
#lic-neighborhood-cultural {float: none; width: 100%;  padding: 15px 0 40px;}
#lic-neighborhood-cultural img {display: block; margin: 0 auto;}
#climbing {float: none; margin: 0 0 30px 0; width: 100%;}
#lic-view {float: none; width: 100%;}
#lic-scaling-up {float: none; width: 100%; margin: 0;}
#lic-scaling-up img {display: block; margin: 0 auto 30px;}
#lic-thumbnail-restaurant {float: none; width: 100%; margin: 0;}
#lic-thumbnail-restaurant img {display: block; margin: 0 auto 30px}
#lic-restaurant-text {float: none; width: 100%; margin: 0;}
#lic-outdoors {float: none; width: 100%;}*/

#map, #mapplic1 {width: 100% !important;}
.mapplic-element, .mapplic-container {overflow: hidden !important;}

#map-title {position: absolute; top: 20px; left: 20px; z-index: 2000;}
#map-title img {max-width: 40%;}

/* Green Page */

.green-image {
    margin: 20px auto;
	display: block;
	max-width: 97%;
}
#green-column1 {float: none; width: 100%;}
#green-column2 {float: none; width: 100%;}
#main.green h3 {
    margin: 30px 0 15px;
}

/* Team Page */

.team-row {
    border-bottom: solid 1px #000000;
    padding: 0 0 40px;
	margin: 0;
}
.team-row:last-child {
    border-bottom: none;
    padding: 0;
}
.team-logo {
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	height: 300px;
	border: none;
}
.team-text {
    padding: 300px 0 0 0;
}
.team-text-inner {
    padding: 0 0 15px;
}
#team-wrap {
    border-bottom: none;
    margin: 0;
    position: relative;
}

/* Contact Page */

#content.contact {margin: 0; padding: 30px 0 0 0;}
#contact-sidebar {
    float: none;
    padding: 0;
	margin: 0 0 20px;
    text-align: right;
    width: auto;
}
#main.contact {
    float: none;
    margin: 0 0 25px;
    width: auto;
}
#main.contact #contact-inner {
    padding: 15px;
}
#contact-bottombar {width: auto; margin: 0 0 15px;}
#contact-bottombar img {max-width: 100%; height: auto; margin: 0 0 15px;}

.contact-column1 {
    float: none;
    width: 100%;
	padding: 0;
}
.contact-column2 {
    float: none;
    width: 100%;
	padding: 0;
}
#contact-thumb {
    float: none;
    margin: 25px 0 160px;
    width: 100%;
}
#contact-thumb img {display: block; margin: 20px auto !important;}
.field-wrap {min-height: 0;}
.price-range {margin: 65px 0 0;}
.contact-info {font-size: 20px;}

.checkbox-column {
    float: none;
    width: 100%;
    display: block;
    margin: 0 0 5px;
}
.submit {
    display: block;
    width: 100%;
    float: none;
    margin: 10px 0 0 0;
}


.tile-row .page-title {font-size: 40px;}
.tile-row .tile-header {font-size: 30px;}
.tile-row .tile-subheader {font-size: 25px;}
.tile-row p {font-size: 15px;}

.tile-column-main-left, 
.tile-column-main-right, 
.tile-column1, 
.tile-column2,
.tile-row:nth-child(odd) .tile-column1,
.tile-row:nth-child(odd) .tile-column2,
#content.residences .tile-column1,
#content.residences .tile-column2,
#content.residences .tile-row:nth-child(odd) .tile-column1,
#content.residences .tile-row:nth-child(odd) .tile-column2,
#content.amenities .tile-column1,
#content.amenities .tile-column2,
#content.amenities .tile-row:nth-child(odd) .tile-column1,
#content.amenities .tile-row:nth-child(odd) .tile-column2,
#content.neighborhood .tile-column1,
#content.neighborhood .tile-column2,
#content.neighborhood .tile-row:nth-child(odd) .tile-column1,
#content.neighborhood .tile-row:nth-child(odd) .tile-column2,
#content.neighborhood .tile-row:nth-child(3) .tile-column1,
#content.neighborhood .tile-row:nth-child(3) .tile-column2 {display: block; position: relative; top: auto; bottom: auto; left: auto; right: auto; float: none; width: auto;}

.tile-column-main-left, .tile-column1 {padding: 50px 0;}

.tile-banner {display: block; position: relative; overflow: hidden; margin: 20px 0 0;}
.tile-banner img {display: block; width: 150%;}
.tile-banner .banner-caption {position: absolute; top: 30%; left: 0; right: 0; font-size: 35px; text-align: center;}

}

@media (min-width : 769px) {
	#mobile-menu.mobile-only {display: none !important;}
}

@media (min-width : 769px) and (max-width: 999px) {
	.tile-row .page-title {font-size: 34px;}
	.tile-row .tile-header {font-size: 26px;}
	.tile-row .tile-subheader {font-size: 22px;}
	.tile-row p {font-size: 15px;}
}

/*********************
PRINT STYLESHEET
*********************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
