/* ==========================================================================
   RESETS & FONTS ###########################################################
   ========================================================================== */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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;
}

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

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 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 */
  -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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a[href^=tel] {
  color: inherit;
}

/* ==========================================================================
   COMPASS / SASS IMPORTS & VARIABLES #######################################
   ========================================================================== */
/* ==========================================================================
   Mobile / Default Site CSS ################################################
   ========================================================================== */
/* ===============
   Mobile: General
   =============== */
body {
  font: 16px/26px "Lato", Helvetica, Helvetica Neue, Arial;
  background: #01456A;
  -webkit-text-size-adjust: none;
  color: #555555;
}

p {
  max-height: 100000px; /* FIX android from ignoring text adjust */
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #01456A;
}

strong {
  font-weight: 700;
}

/* ==============
   MOBILE: Header
   ============== */
.header-container {
  border-bottom: 15px solid #01456A;
}
.header-container .logowrap {
  padding: 20px 0px 0px 0px;
}
.header-container .logowrap .logocontainer {
  margin: 0px auto 0px auto;
}
.header-container .logowrap .logocontainer .logoleft {
  width: 100%;
  text-align: center;
}
.header-container .logowrap .logocontainer .logoleft img {
  max-width: 344px;
  width: 90%;
}
.header-container .logowrap .logocontainer .logoright {
  width: 100%;
  text-transform: uppercase;
  color: #ffffff;
  height: 100%;
  text-align: center;
}
.header-container .logowrap .logocontainer .logoright .sitetext {
  font-size: 1em;
  font-family: "Tinos", serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  margin: 20px 0px 0px 0px;
  background: #01456A;
  padding: 10px 0px 10px 0px;
}
.header-container .logowrap .logocontainer .logoright .sitetext span {
  color: #5bc9ef;
}
.header-container .logowrap .logocontainer .logoright .sitetext a {
  color: inherit;
  text-decoration: none;
}
.header-container nav {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0px auto;
}
.header-container nav ul {
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.header-container nav ul li {
  display: inline-block;
  padding: 7px 0px 7px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  background: #01456A;
  -webkit-box-shadow: 0px 0px 2px #000000;
          box-shadow: 0px 0px 2px #000000;
}
.header-container nav ul li:hover {
  background: #5bc9ef;
}
.header-container nav ul li:hover a {
  color: #01456A;
}
.header-container nav ul li:last-child {
  margin: 0px 0px 0px 0px;
}
.header-container nav ul li a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
.header-container nav ul .active {
  background: #5bc9ef;
}
.header-container nav ul .active a {
  color: #01456A;
}

.print {
  display: none;
}
.print img {
  width: 100%;
}

/* ==============
   MOBILE: Body
   ============== */
.main-container {
  border-bottom: 7px solid #5bc9ef;
  background: url("../images/bkg.png") center top repeat-x #cfd1d1;
  padding: 0px 0px 50px 0px;
}
.main-container section {
  padding: 0px 4% 0px 4%;
  width: 92%;
  max-width: 1000px;
  margin: 0px auto 0px auto;
}
.main-container .homehead {
  background: none;
  width: 160px;
  margin: -1px 0px 20px 0px;
  padding: 0px 0px 5px 0px;
  border-radius: 0 0 10px 10px;
}
.main-container .homehead p {
  margin: 0px 0px 0px 0px;
  color: #ffffff;
  text-align: center !important;
  font-family: "Tenor Sans", sans-serif;
  visibility: hidden;
}
.main-container .home .homeleft {
  width: 100%;
}
.main-container .home .homeleft h1 {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #01456A;
  margin: 20px 0px 20px 0px;
}
.main-container .home .homeleft p {
  text-align: justify;
}
.main-container .home .homeleft .topwrap {
  -webkit-box-shadow: 0 0 5px #666666;
          box-shadow: 0 0 5px #666666;
}
.main-container .home .homeleft .firsthome {
  width: 100%;
  float: left;
  color: #ffffff;
  margin: 0px 0px 20px 0px;
}
.main-container .home .homeleft .firsthome .listimage {
  border-bottom: 5px solid #5bc9ef;
  position: relative;
}
.main-container .home .homeleft .firsthome .listimage img {
  width: 100%;
}
.main-container .home .homeleft .firsthome .listimage h2 {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #ffffff;
  background: url("../images/redsquare.png") center center;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
}
.main-container .home .homeleft .firsthome .listdetails {
  background: #01456A;
  padding: 3%;
}
.main-container .home .homeleft .firsthome .listdetails a {
  color: #ffffff;
  text-decoration: none;
}
.main-container .home .homeleft .firsthome .listdetails a:hover {
  color: #5bc9ef;
}
.main-container .home .homeleft .firsthome .listdetails h2 {
  margin: 0px 0px 10px 0px;
  font-weight: 900;
  color: #ffffff;
}
.main-container .home .homeleft .firsthome .listdetails .detailleft {
  float: left;
  width: 50%;
}
.main-container .home .homeleft .firsthome .listdetails .detailright {
  float: right;
  width: 50%;
  text-align: right;
  font-family: "Tinos", serif;
  font-style: italic;
  font-size: 1.2em;
}
.main-container .home .homeleft .firsthome .addinfo p {
  color: #555555;
}
.main-container .home .homeleft .secondhome {
  float: left;
  width: 48%;
  color: #ffffff;
}
.main-container .home .homeleft .secondhome:last-child {
  margin: 0px 0px 0px 4%;
}
.main-container .home .homeleft .secondhome .listimage {
  border-bottom: 5px solid #5bc9ef;
  position: relative;
}
.main-container .home .homeleft .secondhome .listimage img {
  width: 100%;
}
.main-container .home .homeleft .secondhome .listimage h2 {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #ffffff;
  background: url("../images/redsquare.png") center center;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
}
.main-container .home .homeleft .secondhome .listdetails {
  background: #01456A;
  padding: 3%;
}
.main-container .home .homeleft .secondhome .listdetails a {
  color: #ffffff;
  text-decoration: none;
}
.main-container .home .homeleft .secondhome .listdetails a:hover {
  color: #5bc9ef;
}
.main-container .home .homeleft .secondhome .listdetails h2 {
  font-size: 0.9em;
  margin: 0px 0px 5px 0px;
  font-weight: 900;
  color: #ffffff;
}
.main-container .home .homeleft .secondhome .listdetails .detailleft {
  float: left;
  width: 50%;
  font-size: 0.8em;
}
.main-container .home .homeleft .secondhome .listdetails .detailright {
  float: right;
  width: 50%;
  text-align: right;
  font-family: "Tinos", serif;
  font-style: italic;
  font-size: 0.8em;
}
.main-container .home .homeright {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px #666666;
          box-shadow: 0 0 5px #666666;
  padding: 10px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
}
.main-container .home .homeright .homerighttop, .main-container .home .homeright .homerightmiddle, .main-container .home .homeright .homerightbottom {
  width: 92%;
}
.main-container .home .homeright .homerighttop {
  width: 92%;
  padding: 30px 4% 0px 4%;
}
.main-container .home .homeright .homerighttop h1 {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #01456A;
  margin: 20px 0px 20px 0px;
}
.main-container .home .homeright .homerighttop p {
  text-align: justify;
}
.main-container .home .homeright .homerighttop img {
  display: block;
  margin: 0px auto 0px auto;
  width: 95%;
  max-width: 372px;
}
.main-container .home .homeright .homerightmiddle {
  background: #01456A;
  border-top: 5px solid #5bc9ef;
  border-bottom: 5px solid #5bc9ef;
  color: #ffffff;
  text-align: center;
  width: 92%;
  padding: 15px 4% 15px 4%;
}
.main-container .home .homeright .homerightmiddle a {
  text-decoration: none;
  color: #5bc9ef;
}
.main-container .home .homeright .homerightmiddle p {
  margin: 4px 0px 4px 0px;
}
.main-container .home .homeright .homerightbottom {
  text-align: center;
  width: 92%;
  padding: 15px 4% 15px 4%;
}
.main-container .home .homeright .homerightbottom .memberships {
  width: 100%;
}
.main-container .home .homeright .homerightbottom .memberships .memberbox {
  float: left;
  width: 25%;
}
.main-container .home .homeright .homerightbottom .memberships .memberbox img {
  width: 100%;
}
.main-container .listingspage .listingswrap .listings_box {
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px #666666;
          box-shadow: 0 0 5px #666666;
  margin: 0px 0px 20px 0px;
}
.main-container .listingspage .listingswrap .listings_box .listings_box_left {
  width: 100%;
}
.main-container .listingspage .listingswrap .listings_box .listings_box_left img {
  width: 100%;
}
.main-container .listingspage .listingswrap .listings_box .listings_box_right {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px 10px 10px;
}
.main-container .listingspage .listingswrap .listings_box .listings_box_right a {
  color: #01456A;
  text-decoration: none;
}
.main-container .listingspage .listingswrap .listings_box .listings_box_right a:hover {
  color: #5bc9ef;
}
.main-container .listingspage .listingswrap .listings_box .listings_box_right h2 {
  margin: 0px 0px 10px 0px;
  font-weight: 700;
}
.main-container .listingspage .listingswrap .listings_box .listings_box_right p {
  font-size: 0.9em;
  margin: 0px 0px 10px 0px;
}
.main-container .listingspage .listingswrap .listings_box .listings_box_right table {
  font-size: 0.9em;
}
.main-container .listingspage .listingswrap .listings_box .listings_box_right table tr td {
  line-height: 1.5em;
  vertical-align: top;
}
.main-container .listingspage .listingswrap .listings_box .listings_box_right table tr td:first-child {
  padding: 0px 10px 0px 0px;
  font-weight: 700;
}
.main-container .associations a {
  color: #01456A;
  font-weight: 700;
  text-decoration: none;
}

.disclaimers {
  text-align: center;
  padding: 30px 0 0 0;
}
.disclaimers a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #01456A;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 10px 0;
}
.disclaimers a:last-child {
  margin: 0;
}

/*********** Contact ***********/
.contactleft {
  width: 100%;
}
.contactleft p {
  margin: 0px 0px 40px 0px;
}
.contactleft p .phone {
  letter-spacing: 5px;
}
.contactleft p a {
  color: #5bc9ef;
}

.contactright {
  width: 100%;
  padding: 0px 0px 0px 0px;
}
.contactright form {
  width: 100%;
}
.contactright form label {
  display: block;
  font-weight: 700;
  color: #01456A;
}
.contactright form .name input, .contactright form .name select, .contactright form .name textarea, .contactright form .email input, .contactright form .email select, .contactright form .email textarea, .contactright form .message input, .contactright form .message select, .contactright form .message textarea, .contactright form .subject input, .contactright form .subject select, .contactright form .subject textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px 0px 10px 0px;
  background: #dddddd;
  border: 1px solid #01456A;
  color: #000000;
  padding: 5px;
}
.contactright form .name textarea, .contactright form .email textarea, .contactright form .message textarea, .contactright form .subject textarea {
  height: 180px;
}
.contactright form .formfoot .captcha {
  float: left;
  width: 100%;
  margin: 0px 0px 30px 0px;
}
.contactright form .formfoot .captcha input {
  width: 166px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 0px 0px 0px;
  background: #dddddd;
  border: 1px solid #01456A;
  color: #000000;
  padding: 5px;
}
.contactright form .formfoot .submission {
  width: 100%;
  padding: 26px 0px 0px 0px;
}
.contactright form .formfoot .submission input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: none;
  padding: 5px;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
  background: #5bc9ef;
  color: #000000;
}
.contactright form .formfoot .submission input:hover {
  background: #01456A;
  color: #ffffff;
}

/*********** SINGLE LISTING PAGE ************/
.listing h2 span {
  color: red;
}

.listinggallerywrap .listinggalleryleft {
  width: 100%;
}
.listinggallerywrap .listinggalleryleft img {
  width: 100%;
}
.listinggallerywrap .listinggalleryright {
  width: 100%;
  margin: 5px 0px 0px 0px;
}
.listinggallerywrap .listinggalleryright .listingthumb {
  float: left;
  width: 20%;
  margin: 0px 0px 5px 0px;
}
.listinggallerywrap .listinggalleryright .listingthumb img {
  width: 95%;
  display: block;
  margin: 0px auto 0px auto;
}
.listinggallerywrap .listinggalleryright .listingthumb img:hover {
  cursor: pointer;
}

.listingdetails {
  margin: 30px 0px 0px 0px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #01456A;
}
.listingdetails td, .listingdetails th {
  border-top: 1px solid #01456A;
  padding: 4px 4px 4px 4px;
}
.listingdetails td a, .listingdetails th a {
  color: #5bc9ef;
}
.listingdetails .trcenter {
  color: #01456A;
  font-weight: 900;
}

.listingfoot {
  width: 100%;
  max-width: 500px;
  margin: 30px auto 0px auto;
  background: #ffffff;
  border: 1px solid #01456A;
}
.listingfoot .listfootleft {
  width: 30%;
  float: left;
}
.listingfoot .listfootleft img {
  width: 100%;
}
.listingfoot .listfootright {
  width: 65%;
  float: right;
}
.listingfoot .memberships {
  width: 100%;
  padding: 10px 0px 10px 0px;
  clear: both;
}
.listingfoot .memberships .memberbox {
  float: left;
  width: 25%;
}
.listingfoot .memberships .memberbox img {
  width: 100%;
}

.back {
  text-align: center;
}
.back a {
  color: #01456A;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .listingdetails td, .listingdetails th {
    display: block;
  }
}
/* ==============
   MOBILE: Footer
   ============== */
.footer-container footer {
  color: #cfd1d1;
  padding: 0px 4% 0px 4%;
  width: 92%;
  max-width: 1000px;
  margin: 0px auto 0px auto;
}
.footer-container footer nav .footnav {
  padding: 0px 0px 0px 0px;
}
.footer-container footer nav .footnav li {
  text-align: center;
  width: 100%;
}
.footer-container footer nav .footnav li a {
  color: #5bc9ef;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Tenor Sans", sans-serif;
}
.footer-container footer nav .footnav li a:hover {
  color: #ffffff;
}
.footer-container footer p {
  font-size: 0.7em;
  text-align: center;
}
.footer-container footer p span {
  display: block;
}
.footer-container footer p a {
  color: inherit;
}

/* ==========================================================================
   Tablet ###################################################################
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* ===============
     TABLET: General
     =============== */
  /* ===============
     TABLET: Header
     =============== */
  .header-container .logowrap {
    padding: 20px 0px 20px 0px;
  }
  .header-container .logowrap .logocontainer .logoright .sitetext {
    font-size: 1.4em;
  }
  .header-container nav {
    width: 92%;
    padding: 0px 4% 0px 4%;
  }
  .header-container nav ul li {
    padding: 5px 10px 5px 10px;
    margin: 0px 10px 0px 0px;
    width: auto;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header-container nav ul li:hover {
    background: #01456A;
  }
  .header-container nav ul li:hover a {
    color: #ffffff;
  }
  .header-container nav ul li a {
    font-size: 0.8em;
  }
  .header-container nav ul .active {
    background: #01456A;
  }
  .header-container nav ul .active a {
    color: #ffffff;
  }
  /* ===============
     TABLET: Body
     =============== */
  .main-container .homehead {
    background: #01456A;
  }
  .main-container .homehead p {
    visibility: visible;
  }
  /********* Contact **********/
  .contactright form .formfoot {
    margin: 0px 0px 0px 0px;
  }
  .contactright form .formfoot .captcha {
    width: 60%;
  }
  .contactright form .formfoot .submission {
    float: right;
    width: 40%;
  }
  .contactright form .formfoot .submission input:first-child {
    margin: 0px 0px 10px 0px;
  }
  .listingfoot .memberships {
    width: 65%;
    float: right;
    padding: 0px 0px 0px 0px;
    clear: none;
  }
  /* ===============
     TABLET: Footer
     =============== */
} /* END TABLET */
/* ==========================================================================
   Desktop ##################################################################
   ========================================================================== */
@media only screen and (min-width: 768px) {
  /* ===============
     DESKTOP: General
     =============== */
  /* ===============
     DESKTOP: Header
     =============== */
  .header-container .logowrap {
    background: url("../images/logobg.png") repeat-x center center;
    padding: 40px 0px 20px 0px;
  }
  .header-container .logowrap .logocontainer {
    width: 92%;
    max-width: 1000px;
    padding: 0px 4% 0px 4%;
  }
  .header-container .logowrap .logocontainer .logoleft {
    float: left;
    width: 50%;
    text-align: left;
  }
  .header-container .logowrap .logocontainer .logoleft img {
    width: 95%;
  }
  .header-container .logowrap .logocontainer .logoright {
    float: right;
    width: 50%;
  }
  .header-container .logowrap .logocontainer .logoright .sitetext {
    text-align: right;
    margin: 51px 0px 0px 0px;
    background: none;
    padding: 0px 0px 0px 0px;
  }
  .header-container nav ul {
    text-align: right;
  }
  .header-container nav ul li a {
    font-size: 1em;
  }
  /* ===============
     DESKTOP: Body
     =============== */
  .main-container .home .homeleft {
    float: left;
    width: 50%;
  }
  .main-container .home .homeright {
    float: right;
    width: 45%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  .main-container .listingspage .listingswrap .listings_box .listings_box_left {
    float: left;
    width: 50%;
  }
  .main-container .listingspage .listingswrap .listings_box .listings_box_right {
    float: right;
    width: 50%;
  }
  /********* Contact **********/
  /********** SINGLE LISTING PAGE ***********/
  .listinggallerywrap .listinggalleryleft {
    float: left;
    width: 66%;
  }
  .listinggallerywrap .listinggalleryright {
    float: right;
    width: 32%;
    margin: 0px 0px 0px 0px;
  }
  .listinggallerywrap .listinggalleryright .listingthumb {
    width: 33%;
  }
  .listingdetails .trcenter {
    padding: 4px 15px 4px 4px;
  }
  /* ===============
     DESKTOP: Footer
     =============== */
  .footer-container footer nav .footnav {
    width: 100%;
    max-width: 800px;
    margin: 1em auto 1em auto;
  }
  .footer-container footer nav .footnav li {
    width: 20%;
    display: inline-block;
  }
  .footer-container footer p {
    text-align: left;
  }
} /* END DESKTOP*/
/* ==========================================================================
   Helper classes ###########################################################
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles #############################################################
   ========================================================================== */
@media print {
  * {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: none;
  }
  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: 1cm 0.5cm 0.5cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .listing h2 span {
    color: red !important;
  }
  .header-container {
    display: none;
  }
  .print {
    display: block !important;
  }
  .main-container {
    border-bottom: none;
  }
  .footer-container {
    display: none;
  }
  .homehead {
    display: none;
  }
  .listinggalleryleft {
    float: left !important;
    width: 58% !important;
  }
  .listinggalleryright {
    float: right !important;
    width: 40% !important;
    margin: 0px 0px 0px 0px;
  }
  .listinggalleryright .listingthumb {
    width: 25% !important;
  }
  .listingdetails {
    font-size: 0.7em !important;
    border: none !important;
  }
  .listingdetails td, .listingdetails th {
    border-top: none !important;
    margin: 0px 0px 5px 0px !important;
  }
  .listingfoot {
    max-width: 45% !important;
    line-height: 23px !important;
  }
  .back {
    font-size: 0.7em;
  }
  .printbutton {
    display: none;
  }
}
/* ==========================================================================
   Additional CSS Imports ###################################################
   ========================================================================== */