@charset "UTF-8";
/*!
	Theme Name: Eleanor Harford Real Estate Theme	
	Author: Evenson Graphics - 021780525
	Author URI: http://evensongraphics.co.nz
	Version: 1.0
	Tags: custom-menu, editor-style, theme-options, threaded-comments, translation-ready,responsive, mobile ready
	*/
/* 

Built on Rock Hammer by Stuff and Nonsense
URL: http://stuffandnonsense.co.uk/projects/rock-hammer/ 

*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, partials/_normalise.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, partials/_normalise.scss */
body {
  margin: 0; }

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 50, partials/_normalise.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 63, partials/_normalise.scss */
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.
 */
/* line 73, partials/_normalise.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 85, partials/_normalise.scss */
a {
  background: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 105, partials/_normalise.scss */
abbr[title] {
  border-bottom: 1px dotted; }

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 122, partials/_normalise.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 131, partials/_normalise.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 140, partials/_normalise.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 149, partials/_normalise.scss */
small {
  font-size: 80%; }

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

/* line 165, partials/_normalise.scss */
sup {
  top: -0.5em; }

/* line 169, partials/_normalise.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 180, partials/_normalise.scss */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 188, partials/_normalise.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 199, partials/_normalise.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 207, partials/_normalise.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 217, partials/_normalise.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 225, partials/_normalise.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 248, partials/_normalise.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
/* line 262, partials/_normalise.scss */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
/* line 273, partials/_normalise.scss */
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.
 */
/* line 286, partials/_normalise.scss */
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.
 */
/* line 298, partials/_normalise.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 330, partials/_normalise.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 342, partials/_normalise.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 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).
 */
/* line 353, partials/_normalise.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 366, partials/_normalise.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 375, partials/_normalise.scss */
fieldset {
  border: 1px solid #c0c0c0;
  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.
 */
/* line 386, partials/_normalise.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
/* line 395, partials/_normalise.scss */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 404, partials/_normalise.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 415, partials/_normalise.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 420, partials/_normalise.scss */
td,
th {
  padding: 0; }

/*# sourceMappingURL=_normalise.css.map */
* {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  background: white;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f2f2f2;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #3f3f3f; }

.no-js-warning, .chromeframe {
  background-color: #df0000;
  padding: 10px;
  color: white;
  display: block; }
  .no-js-warning a, .chromeframe a {
    color: yellow; }

body:after {
  content: '320';
  display: none; }
  @media (min-width: 480px) {
    body:after {
      content: 'bp2'; } }
  @media (min-width: 600px) {
    body:after {
      content: 'bp3'; } }
  @media (min-width: 768px) {
    body:after {
      content: 'bp4'; } }
  @media (min-width: 900px) {
    body:after {
      content: 'bp5'; } }
  @media (min-width: 1100px) {
    body:after {
      content: 'bp6'; } }

.m-hide {
  display: none !important;
  visibility: hidden; }

[role="contentinfo"] {
  padding: 1.5em 12px; }

hr {
  clear: both;
  display: block;
  margin: 3em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf; }

img {
  max-width: 100%;
  border-width: 0;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

.img-rounded {
  border-radius: 4px; }

.img-polaroid {
  padding: 12px;
  background-color: white;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.img-circle {
  border-radius: 500px; }

figure {
  margin-bottom: 1.5em; }
  figure img {
    margin-bottom: 0.375em; }
  figure figcaption {
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    color: black; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #7f7f7f; }

h1,
.h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 0.75em; }

h2,
.h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 0.75em; }

h3,
.h3 {
  font-size: 20.8px;
  font-size: 2.08rem;
  line-height: 1.3;
  margin-bottom: 1em; }

h4,
.h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1.5em; }

h5,
.h5 {
  font-size: 18.4px;
  font-size: 1.84rem;
  margin-bottom: 1.5em; }

h6,
.h6 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase; }

p,
ol,
ul,
dl,
address {
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  margin-top: 0; }

small {
  font-size: 12.8px;
  font-size: 1.28rem; }

ul,
ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 24px; }
  ul li,
  ol li {
    margin-bottom: 0.75em; }

nav li, ul.nav li {
  margin-bottom: 0; }

li ul,
li ol {
  list-style-type: none;
  margin: 1.5em 0;
  font-size: 16px;
  font-size: 1.6rem; }

ul.inline,
ol.inline {
  list-style-type: none;
  margin-left: 0; }
  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px; }

blockquote {
  margin: 0 0 1.5em 0;
  padding: 12px;
  background-color: #f2f2f2;
  font-style: italic;
  font-family: Georgia, Palatino, "Times New Roman", Times, serif;
  font-size: 19px;
  font-size: 1.9rem; }
  blockquote small:before {
    content: '\00A0 \2014'; }
  blockquote small:after {
    content: ''; }
  blockquote.pull-right {
    float: right;
    background-color: transparent; }
    blockquote.pull-right p, blockquote.pull-right small {
      text-align: right;
      font-style: normal;
      font-family: "Open Sans", Helvetica, Arial, sans-serif; }
    blockquote.pull-right small:before {
      content: ''; }
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }
  blockquote p.from {
    font-style: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem; }
  blockquote cite {
    font-style: normal; }

q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

dl,
dd {
  margin-bottom: 1.5em; }

dt {
  font-weight: bold; }

.dl-horizontal:after {
  content: "";
  display: table;
  clear: both; }
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 30.38869258%; }
.dl-horizontal dd {
  margin-left: 32.99289258%; }

abbr[title] {
  border-bottom: 1px dotted #bfbfbf;
  cursor: help; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

ins {
  background-color: #f2f2f2;
  color: #3f3f3f;
  text-decoration: none; }

mark {
  background-color: #f2f2f2;
  color: #3f3f3f;
  font-style: italic;
  font-weight: bold; }

pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 12.8px;
  font-size: 1.28rem;
  line-height: 1.5em;
  color: #404040; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub,
sup {
  position: relative;
  font-size: 12.8px;
  font-size: 1.28rem;
  line-height: 0;
  vertical-align: baselineheight; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

.lead {
  font-size: 18.4px;
  font-size: 1.84rem; }

.secondary {
  font-size: 13.9130434783px;
  font-size: 1.3913043478rem; }

.tertiary {
  font-size: 12.8px;
  font-size: 1.28rem; }

.amp {
  font-family: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua"); }

.footnotes li {
  margin-bottom: 0.75em;
  font-family: Georgia, Palatino, "Times New Roman", Times, serif;
  font-size: 12.3076923077px;
  font-size: 1.2307692308rem;
  line-height: 1.4; }

/*footnotes*/
.spaced {
  letter-spacing: 1px; }

a {
  text-decoration: none;
  color: #c0272d; }
  a:visited {
    color: #961e23; }
  a:hover {
    text-decoration: underline;
    color: #961e23; }
  a:focus {
    outline: thin dotted;
    color: #6b1619; }
  a:hover, a:active {
    outline: 0; }

::-moz-selection {
  background-color: #ea969a;
  color: #485c85;
  text-shadow: none; }

::selection {
  background-color: #ea969a;
  color: #485c85;
  text-shadow: none; }

.pagination {
  margin: 0 0 1.5em 0; }

.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0; }

.pagination ul > li {
  display: inline; }

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 11px;
  font-family: Georgia, Palatino, "Times New Roman", Times, serif;
  font-size: 12.8px;
  font-size: 1.28rem;
  line-height: 1.5em;
  text-decoration: none;
  background-color: white;
  border: 1px solid #cccccc;
  border-left-width: 0;
  color: #c0272d; }

.pagination ul > li > a:hover {
  background-color: #f2f2f2;
  color: #3f3f3f; }

.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #485c85;
  color: white;
  text-decoration: none;
  cursor: default; }

.pagination ul > .active > a:hover {
  background-color: #485c85; }

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  background-color: transparent;
  color: #7f7f7f;
  cursor: default; }

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  background-color: #f2f2f2;
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #3f3f3f; }

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  background-color: #f2f2f2;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #3f3f3f; }

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

.pagination-right {
  text-align: right; }

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 8px 22px;
  font-size: 16px;
  font-size: 1.6rem; }

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 4px 11px;
  font-size: 14px;
  font-size: 1.4rem; }

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 2px 5px;
  font-size: 12px;
  font-size: 1.2rem; }

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: Georgia, Palatino, "Times New Roman", Times, serif; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em; }
  .table th,
  .table td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #bfbfbf;
    font-size: 12.8px;
    font-size: 1.28rem;
    line-height: 1.5em;
    text-align: left; }
  .table th {
    font-weight: bold; }
  .table thead th {
    vertical-align: bottom; }
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #bfbfbf; }
  .table tbody tr td,
  .table tbody tr th {
    -webkit-transition: background-color 0.25s 0 ease;
    transition: background-color 0.25s 0 ease; }
  .table tbody tr:hover td,
  .table tbody tr:hover th {
    background-color: #f2f2f2; }

.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #bfbfbf;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed; }
  .table-bordered th,
  .table-bordered td {
    border-left: 1px solid #bfbfbf; }
  .table-bordered caption + thead tr:first-child th,
  .table-bordered caption + tbody tr:first-child th,
  .table-bordered caption + tbody tr:first-child td,
  .table-bordered colgroup + thead tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child td,
  .table-bordered thead:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f2f2f2; }

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f2f2f2; }

.well {
  min-height: 20px;
  padding: 12px;
  margin-bottom: 1.5em;
  background-color: #f2f2f2;
  border: 2px solid #d8d8d8;
  border-radius: 4px;
  box-shadow: inset 0 1px 12px #d8d8d8;
  color: #3f3f3f; }
  .well p:last-child {
    margin-bottom: 0; }

.well--large {
  padding: 24px;
  box-shadow: inset 0 1px 24px #d8d8d8; }

.well--small {
  padding: 6px;
  box-shadow: inset 0 1px 6px #d8d8d8; }

form {
  margin: 0 0 1.5em 0;
  font-family: Georgia, Palatino, "Times New Roman", Times, serif; }
  form p {
    margin-bottom: 0.75em; }
  form ul {
    list-style-type: none;
    margin: 0 0 1.5em 0;
    padding: 0; }
  form br {
    display: none; }

fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0; }
  fieldset:last-of-type {
    margin-bottom: 0; }

legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0 0 0.75em 0;
  border: 0;
  color: #3f3f3f;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5em;
  white-space: normal; }
  legend small {
    font-size: 1.125em;
    color: #595959; }

label,
input,
button,
select,
textarea {
  font-family: Georgia, Palatino, "Times New Roman", Times, serif; }

label {
  display: block;
  margin-bottom: 0.375em;
  font-size: 14px;
  font-size: 1.4rem; }

select,
textarea,
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"] {
  display: inline-block;
  margin-bottom: 0.3em;
  padding: 6px 11px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: inherit;
  border-radius: 4px;
  vertical-align: middle; }

input[type="text"], input[type="number"],
input[type="email"], input[type="search"],
input[type="tel"] {
  -webkit-appearance: none; }

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
  display: -webkit-inline-flex; }

input,
textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  height: auto;
  resize-x: none; }

textarea,
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"] {
  background-color: white;
  border: 2px solid #bfbfbf; }
  textarea:hover,
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="datetime"]:hover,
  input[type="datetime-local"]:hover,
  input[type="date"]:hover,
  input[type="month"]:hover,
  input[type="time"]:hover,
  input[type="week"]:hover,
  input[type="number"]:hover,
  input[type="email"]:hover,
  input[type="url"]:hover,
  input[type="search"]:hover,
  input[type="tel"]:hover,
  input[type="color"]:hover {
    border-color: #a5a5a5; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus {
    border-color: #7f7f7f;
    outline: 0;
    outline: thin dotted \ 9; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \ 9;
  line-height: normal; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select {
  padding: 0;
  width: 90%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7f7f7f; }
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7f7f7f; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7f7f7f; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7f7f7f; }

.radio,
.checkbox {
  min-height: 1.5em;
  font-size: 16px;
  font-size: 1.6rem; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-right: 12px; }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 12px; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 150px; }

.input-large {
  width: 210px; }

.input-xlarge {
  width: 270px; }

.input-xxlarge {
  width: 530px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  opacity: .25; }

.form-actions {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 0.5em 24px 1.5em; }
  .form-actions:after {
    content: "";
    display: table;
    clear: both; }

[placeholder]:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity .5s .5s ease;
          transition: opacity .5s .5s ease; }

.help-block,
.help-inline {
  color: #595959;
  font-size: 12.8px;
  font-size: 1.28rem;
  line-height: 1.4; }

.help-block {
  display: block;
  margin-bottom: 0.75em; }

.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 12px; }

.help-block,
.help-inline {
  color: #595959; }

.help-block {
  display: block;
  margin-bottom: 0.75em; }

.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 24px; }

.form-horizontal {
  /*controls*/
  /*input*/ }
  .form-horizontal .control-group {
    margin-bottom: 1.5em; }
    .form-horizontal .control-group:after {
      content: "";
      display: table;
      clear: both; }
  .form-horizontal .control-label {
    float: left;
    width: 49%;
    padding-top: 5px;
    padding-right: 24px;
    text-align: right;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .form-horizontal .controls {
    *display: inline-block;
    margin-left: 49%;
    *margin-left: 0;
    *padding-left: 24px; }
    .form-horizontal .controls:first-child {
      *padding-left: 24px; }
  .form-horizontal .help-block {
    margin-bottom: 0; }
  .form-horizontal input + .help-block,
  .form-horizontal select + .help-block,
  .form-horizontal textarea + .help-block {
    margin-top: 0.75em; }
  .form-horizontal .form-actions {
    padding-left: 49%; }

.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle; }
.form-horizontal .hide {
  display: none; }
.form-horizontal label,
.form-horizontal .btn-group {
  display: inline-block; }
.form-horizontal .control-group {
  margin-bottom: 0.75em; }
.form-horizontal legend + .control-group {
  margin-top: 1.5em;
  -webkit-margin-top-collapse: separate; }

/*form-horizontal*/
input.search-query {
  margin-bottom: 0;
  padding-right: 14px;
  padding-right: 4px \ 9;
  padding-left: 14px;
  padding-left: 4px \9;
  border-radius: 0; }

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0; }

.form-search .input-append .search-query {
  border-radius: 14px, 0, 0, 14px; }

.form-search .input-append .btn, .form-search .input-append #submit, .form-search .input-append input[type="submit"], .form-search .input-append #nav-below a, #nav-below .form-search .input-append a, .form-search .input-append a.post-edit-link, .form-search .input-append .comment-reply-link {
  border-radius: 0, 14px, 14px, 0; }

.form-search .input-prepend .search-query {
  border-radius: 0, 14px, 14px, 0; }

.form-search .input-prepend .btn, .form-search .input-prepend #submit, .form-search .input-prepend input[type="submit"], .form-search .input-prepend #nav-below a, #nav-below .form-search .input-prepend a, .form-search .input-prepend a.post-edit-link, .form-search .input-prepend .comment-reply-link {
  border-radius: 14px, 0, 0, 14px; }

.form-search {
  /*radio*/ }
  .form-search input,
  .form-search textarea,
  .form-search select {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-search .hide {
    display: none; }
  .form-search label,
  .form-search .btn-group {
    display: inline-block; }
  .form-search .radio,
  .form-search .checkbox {
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-search .radio input[type="radio"],
  .form-search .checkbox input[type="checkbox"] {
    float: left; }
    .form-search .radio input[type="radio"] margin,
    .form-search .checkbox input[type="checkbox"] margin {
      right: 3px;
      left: 0; }
  .form-search .control-group {
    margin-bottom: 0.75em; }
  .form-search legend + .control-group {
    margin-top: 1.5em;
    -webkit-margin-top-collapse: separate; }

/*form-search*/
.btn, #submit, input[type="submit"], #nav-below a, a.post-edit-link, .comment-reply-link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 11px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-weight: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #c0272d;
  border: 1px solid #961e23;
  border-bottom-color: #801a1e;
  border-radius: 4px;
  cursor: pointer; }
  .btn:hover, #submit:hover, input[type="submit"]:hover, #nav-below a:hover, a.post-edit-link:hover, .comment-reply-link:hover, .btn:active, #submit:active, input[type="submit"]:active, #nav-below a:active, a.post-edit-link:active, .comment-reply-link:active {
    background-color: #801a1e;
    color: white;
    text-decoration: none; }

/*btn*/
.btn:first-child, #submit:first-child, input[type="submit"]:first-child, #nav-below a:first-child, a.post-edit-link:first-child, .comment-reply-link:first-child {
  *margin-left: 0; }

.btn-disabled {
  opacity: .5;
  cursor: default; }

.btn-error {
  background-color: #b01400;
  border-color: #7d0e00;
  border-bottom-color: #4a0800;
  color: white; }
  .btn-error:visited, .btn-error:active, .btn-error:hover {
    background-color: #7d0e00;
    color: #f2f2f2; }

/*btn-error*/
.btn-info {
  background-color: #d8dca2;
  border-color: #c8ce7d;
  border-bottom-color: #b9c058;
  color: #585c23; }
  .btn-info:visited, .btn-info:active, .btn-info:hover {
    background-color: #c8ce7d;
    color: #474a1c; }

/*btn-info*/
.btn-inverse {
  background-color: #414141;
  border-color: #272727;
  border-bottom-color: #0e0e0e;
  color: white; }
  .btn-inverse:visited, .btn-inverse:active, .btn-inverse:hover {
    background-color: #343434;
    color: #f2f2f2; }

/*btn-inverse*/
.btn-primary, a.post-edit-link, #gform_submit_button_3, .gform_button {
  background-color: #485c85;
  border-color: #364564;
  border-bottom-color: #242e43;
  color: white; }
  .btn-primary:visited, a.post-edit-link:visited, #gform_submit_button_3:visited, .gform_button:visited, .btn-primary:active, a.post-edit-link:active, #gform_submit_button_3:active, .gform_button:active, .btn-primary:hover, a.post-edit-link:hover, #gform_submit_button_3:hover, .gform_button:hover {
    background-color: #43557b;
    color: #f2f2f2; }

/*btn-primary*/
.btn-success {
  background-color: #bcd4de;
  border-color: #9abecd;
  border-bottom-color: #9abecd;
  color: #335868; }
  .btn-success:visited, .btn-success:active, .btn-success:hover {
    background-color: #abc9d6;
    color: #2b4a57; }

/*btn-success*/
.btn-warning {
  background-color: #b01400;
  border-color: #7d0e00;
  border-bottom-color: #4a0800;
  color: white; }
  .btn-warning:visited, .btn-warning:active, .btn-warning:hover {
    background-color: #971100;
    color: #f2f2f2; }

/*btn-warning*/
.btn-extlarge {
  padding: 11px 22px;
  font-size: 32px;
  font-size: 3.2rem;
  border-width: 2px;
  border-radius: 8px; }

.btn.btn-large, .btn-large#submit, input.btn-large[type="submit"], #nav-below a.btn-large, a.btn-large.post-edit-link, .btn-large.comment-reply-link {
  *padding-top: 7px;
  *padding-bottom: 7px; }

/*btn.btn-large*/
.btn-large {
  padding: 11px 18px;
  font-size: 20px;
  font-size: 2rem;
  line-height: inherit;
  border-width: 2px;
  border-radius: 8px; }

.btn-small, .comment-reply-link {
  padding: 5px 10px;
  font-size: 10.6666666667px;
  font-size: 1.0666666667rem; }

.btn-mini, a.post-edit-link {
  padding: 3px 5px;
  font-size: 9.1428571429px;
  font-size: 0.9142857143rem; }

.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.5em; }
  .btn-group .btn, .btn-group #submit, .btn-group input[type="submit"], .btn-group #nav-below a, #nav-below .btn-group a, .btn-group a.post-edit-link, .btn-group .comment-reply-link {
    position: relative;
    float: left;
    margin-left: -1px;
    border-radius: 0; }
  .btn-group .btn:first-child, .btn-group #submit:first-child, .btn-group input[type="submit"]:first-child, .btn-group #nav-below a:first-child, #nav-below .btn-group a:first-child, .btn-group a.post-edit-link:first-child, .btn-group .comment-reply-link:first-child {
    margin-left: 0;
    border-radius: 2px, 0, 2px, 0; }
  .btn-group .btn:last-child, .btn-group #submit:last-child, .btn-group input[type="submit"]:last-child, .btn-group #nav-below a:last-child, #nav-below .btn-group a:last-child, .btn-group a.post-edit-link:last-child, .btn-group .comment-reply-link:last-child {
    border-radius: 0, 2px, 0, 2px; }
  .btn-group .btn.large:first-child, .btn-group .large#submit:first-child, .btn-group input.large[type="submit"]:first-child, .btn-group #nav-below a.large:first-child, #nav-below .btn-group a.large:first-child, .btn-group a.large.post-edit-link:first-child, .btn-group .large.comment-reply-link:first-child {
    margin-left: 0;
    border-radius: 4px, 0, 4px, 0; }
  .btn-group .btn.large:last-child, .btn-group .large#submit:last-child, .btn-group input.large[type="submit"]:last-child, .btn-group #nav-below a.large:last-child, #nav-below .btn-group a.large:last-child, .btn-group a.large.post-edit-link:last-child, .btn-group .large.comment-reply-link:last-child {
    border-radius: 0, 4px, 0, 4px; }

/*btn.btn-group*/
.btn-toolbar {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 0.75em; }
  .btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

/*btn.btn-toolbar*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  margin-top: 10px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(128, 128, 128, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(128, 128, 128, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(128, 128, 128, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(128, 128, 128, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0 5px 0 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  cursor: pointer; }

.flex-control-thumbs .flex-active {
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
.flex-centered .slides {
  width: 100% !important;
  text-align: center; }

.flex-centered .slides li {
  display: inline-block !important;
  *display: inline !important;
  float: none !important; }

/*! responsive-nav.js v1.0.14 by @viljamis */
.js nav[role=navigation] {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }
  @media (min-width: 768px) {
    .js nav[role=navigation] {
      max-height: none;
      clip: auto;
      position: static !important; } }
  .js nav[role=navigation] .opened {
    max-height: 9999px; }

.nav-toggle {
  position: absolute;
  top: 0;
  right: 1em;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0.75em 12px;
  color: white;
  background: #354565 url(images/menu-icon.png) no-repeat center center;
  background: none, #354565 url(images/menu-icon.svg) no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 999; }
  @media (min-width: 768px) {
    .nav-toggle {
      display: none; } }

.navigation-toggle {
  display: none; }

nav[role=navigation] {
  background-color: #354565;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media (min-width: 768px) {
    nav[role=navigation] {
      background-color: rgba(53, 69, 101, 0.3); } }

nav[role=navigation].active {
  max-height: 25em; }

#navigation-toggle {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    #navigation-toggle {
      margin: 0;
      border-width: 0; } }
  #navigation-toggle ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      #navigation-toggle ul {
        margin: 0 auto; } }
  @media (min-width: 768px) {
    #navigation-toggle li {
      display: inline-block;
      margin: 0 12px 0 0; } }
  #navigation-toggle a {
    display: block;
    padding: .8em;
    border-bottom: 1px solid #232e44;
    color: white;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      #navigation-toggle a {
        border-width: 0;
        font-size: 15px;
        font-size: 1.5rem; } }
    #navigation-toggle a:hover {
      color: #e6e6e6;
      text-decoration: none; }

/*  !Nav Dropdown==============================	 */
#navigation-toggle li ul {
  margin-left: 1em; }
@media (min-width: 768px) {
  #navigation-toggle {
    overflow: visible; }
    #navigation-toggle li {
      position: relative; }
      #navigation-toggle li:hover {
        background-color: #232e44; }
      #navigation-toggle li:first-child:hover {
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px; }
      #navigation-toggle li:last-child:hover {
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px; }
    #navigation-toggle li ul {
      display: none;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 100%;
      z-index: 1001; }
    #navigation-toggle li ul ul {
      top: 0;
      left: 100%; }
    #navigation-toggle ul li:hover > ul {
      border-left: 0;
      display: block; }
    #navigation-toggle li ul li {
      margin: 0;
      border-bottom: 1px solid #232e44; }
      #navigation-toggle li ul li:last-of-type {
        border-bottom: none; }
    #navigation-toggle li ul li a {
      background: #354565;
      text-align: left;
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
      line-height: 2.181818182;
      padding: 8px 12px;
      width: 200px;
      white-space: normal; }
      #navigation-toggle li ul li a:hover {
        background-color: #232e44; } }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 20px;
  background: #000; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: bottom left; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: bottom right; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: bottom center; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  margin: 5px 0; }
  @media (min-width: 600px) {
    .alignright {
      float: right;
      margin: 5px 0 20px 20px; } }

.alignleft {
  margin: 5px 0; }
  @media (min-width: 600px) {
    .alignleft {
      float: left;
      margin: 5px 20px 20px 0; } }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.wp-post-image {
  margin-bottom: 1em; }

.wp-video-shortcode {
  margin-bottom: 1em; }

/*  !WP Buttons ======================== */
aside.sidebar #searchform {
  position: relative; }
  aside.sidebar #searchform #searchsubmit {
    position: absolute;
    right: 10px;
    top: 20%;
    border: 0;
    background: url(images/search-icon.svg) no-repeat center center;
    font-size: 0;
    height: 22px;
    width: 22px; }
    html.no-svg aside.sidebar #searchform #searchsubmit {
      background: url(images/search-icon.png) no-repeat center center; }

#nav-below {
  padding: 1em; }
  #nav-below:after {
    content: "";
    display: table;
    clear: both; }

#nav-below a[rel="next"] {
  float: right; }

a.post-edit-link {
  margin: 1em; }
  a.post-edit-link:visited {
    color: white; }

/* ! Blog & Comments =================*/
.entry-meta, .entry-utility, .comment-meta {
  font-size: 80%;
  margin-bottom: 1em; }

.entry-utility {
  border-top: 1px solid #485c85;
  margin-bottom: 2em;
  margin-top: 1em;
  clear: both; }

li.comment {
  list-style: none;
  margin-bottom: 2em; }

ul.children {
  border-left: 6px solid #f2f2f2; }

p.form-allowed-tags {
  display: none !important;
  visibility: hidden; }

[role="banner"]:after {
  content: "";
  display: table;
  clear: both; }

#skip, .screen-reader-text {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  #skip.focusable:active, #skip.focusable:focus, .screen-reader-text.focusable:active, .screen-reader-text.focusable:focus {
    position: static;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible; }

.no-js-warning {
  background-color: #df0000;
  padding: 10px;
  color: white;
  display: block; }
  .no-js-warning a {
    color: yellow; }

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  max-width: 1200px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

header.header {
  background: #485c85;
  color: white;
  padding: 1em 0; }
  header.header:after {
    content: "";
    display: table;
    clear: both; }

@media (min-width: 480px) {
  .home header.header {
    background: #485c85 url(images/header-bg.jpg) bottom right no-repeat;
    background-size: contain; } }

header.header .container {
  position: relative; }

.home .nav-toggle {
  top: 0;
  right: 0; }

@media (min-width: 600px) {
  header.header .photo {
    background: url(images/eleanor-harford-real-estate-agent-wellington.png) left top no-repeat;
    position: absolute;
    z-index: 0;
    top: -1em;
    width: 50%;
    left: 0;
    bottom: -1em;
    background-size: cover; } }
@media (min-width: 768px) {
  header.header .photo {
    width: 35%;
    top: 3em; } }
@media (min-width: 900px) {
  header.header .photo {
    top: -1em;
    width: 327px; } }

a.logo {
  display: block;
  color: white;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
  font-weight: 300;
  font-size: 26px;
  font-size: 2.6rem; }
  a.logo:hover {
    color: white;
    text-decoration: none; }

.site-description {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 0.4em; }

.name-logo {
  width: 83.0508474576%;
  float: left;
  margin-right: 1.6949152542%; }
  @media (min-width: 768px) {
    .name-logo {
      margin-top: 1em; } }
  @media (min-width: 900px) {
    .name-logo {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%; } }

.nav-wrapper {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 1em;
  right: 1em; }
  @media (min-width: 768px) {
    .nav-wrapper {
      position: static; } }

@media (min-width: 768px) {
  .home #navigation-toggle {
    border-radius: 6px;
    margin-bottom: 1em; } }
@media (min-width: 900px) {
  .home #navigation-toggle {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 33.8983050847%;
    margin-top: 1em;
    margin-bottom: 1em; } }
@media (min-width: 1100px) {
  .home #navigation-toggle {
    width: 57.6271186441%;
    float: left;
    margin-right: 1.6949152542%; } }

#navigation-toggle {
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    #navigation-toggle {
      border-radius: 6px;
      margin-bottom: 2em; } }
  @media (min-width: 900px) {
    #navigation-toggle {
      width: 66.1016949153%;
      float: right;
      margin-right: 0;
      margin-top: 1em; } }
  @media (min-width: 1100px) {
    #navigation-toggle {
      width: 57.6271186441%;
      float: right;
      margin-right: 0;
      margin-top: 1em; } }

#content {
  clear: both;
  padding: 2em 0; }
  #content:after {
    content: "";
    display: table;
    clear: both; }

.page-sidebar {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 768px) {
    .page-sidebar {
      clear: none;
      width: 59.3220338983%;
      float: left;
      margin-right: 1.6666666667%;
      background-color: white; } }

@media (min-width: 768px) {
  .single-properties .page-sidebar {
    width: 61.0169491525%;
    float: left;
    margin-right: 1.6393442623%; } }

@media (min-width: 900px) {
  .page-template-listings-page-php .page-sidebar, .tax-property_type .page-sidebar {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%; } }

aside.sidebar {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    aside.sidebar {
      clear: none;
      width: 32.2033898305%;
      float: right;
      margin-right: 0; } }
  aside.sidebar ul {
    list-style: none;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
    padding-left: 0;
    margin-top: 0; }

@media (min-width: 768px) {
  .single-properties aside.sidebar {
    width: 32.2033898305%;
    float: right;
    margin-right: 0; } }
.single-properties aside.sidebar .btn, .single-properties aside.sidebar #submit, .single-properties aside.sidebar input[type="submit"], .single-properties aside.sidebar #nav-below a, #nav-below .single-properties aside.sidebar a, .single-properties aside.sidebar a.post-edit-link, .single-properties aside.sidebar .comment-reply-link {
  margin-bottom: 2em; }

@media (min-width: 900px) {
  .page-template-listings-page-php aside.sidebar, .tax-property_type aside.sidebar {
    clear: none;
    width: 23.7288135593%;
    float: right;
    margin-right: 0; } }

.home .entry-content {
  position: relative;
  z-index: 1; }
  .home .entry-content h1 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 300;
    margin-bottom: 0;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7); }
  .home .entry-content h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 300;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7); }
  @media (min-width: 600px) {
    .home .entry-content {
      width: 66.1016949153%;
      float: right;
      margin-right: 0; }
      .home .entry-content h1 {
        font-size: 44px;
        font-size: 4.4rem;
        margin-bottom: 0em; }
      .home .entry-content h2 {
        font-size: 26px;
        font-size: 2.6rem; } }
  @media (min-width: 768px) {
    .home .entry-content {
      width: 66.1016949153%;
      float: right;
      margin-right: 0; }
      .home .entry-content h1 {
        font-size: 58px;
        font-size: 5.8rem;
        letter-spacing: -0.05em; }
      .home .entry-content h2 {
        font-size: 29px;
        font-size: 2.9rem; } }
  @media (min-width: 900px) {
    .home .entry-content {
      width: 66.1016949153%;
      float: right;
      margin-right: 0; }
      .home .entry-content h1 {
        font-size: 72px;
        font-size: 7.2rem; }
      .home .entry-content h2 {
        font-size: 30px;
        font-size: 3rem; } }
  @media (min-width: 1100px) {
    .home .entry-content h1 {
      font-size: 82px;
      font-size: 8.2rem; }
    .home .entry-content h2 {
      font-size: 32px;
      font-size: 3.2rem; } }

.home .entry-content h2 {
  margin-bottom: 0.5em; }
.home .entry-content h3 {
  margin-bottom: 0.5em; }
.home .entry-content p {
  margin-bottom: 0.5em; }
.home .entry-content a {
  color: #ffffff; }
  .home .entry-content a:hover {
    color: #e6e6e6; }

.cta {
  padding: 0.5em;
  background-color: #5a73a6;
  background-color: rgba(255, 255, 255, 0.15);
  font-family: "Oswald", "Impact", "Arial Narrow", sans-serif;
  border-radius: 6px;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  line-height: 1.4; }
  @media (min-width: 900px) {
    .cta {
      font-size: 26px;
      font-size: 2.6rem; } }
  .cta .btn, .cta #submit, .cta input[type="submit"], .cta #nav-below a, #nav-below .cta a, .cta a.post-edit-link, .cta .comment-reply-link {
    margin-left: 1em;
    background-color: #c0272d;
    border: 0;
    color: white;
    vertical-align: top;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem; }
    .cta .btn:hover, .cta #submit:hover, .cta input[type="submit"]:hover, .cta #nav-below a:hover, #nav-below .cta a:hover, .cta a.post-edit-link:hover, .cta .comment-reply-link:hover {
      background-color: #961e23; }
    @media (min-width: 600px) {
      .cta .btn, .cta #submit, .cta input[type="submit"], .cta #nav-below a, #nav-below .cta a, .cta a.post-edit-link, .cta .comment-reply-link {
        font-size: 16px;
        font-size: 1.6rem; } }

.properties-grid {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .properties-grid:after {
    content: "";
    display: table;
    clear: both; }
  .properties-grid:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 600px) {
    .properties-grid {
      padding: 1em; } }

.property-grid {
  background-color: #f2f2f2;
  padding: 1em;
  border: 1px solid #bfbfbf;
  margin-bottom: 1em;
  position: relative; }
  .property-grid:after {
    content: "";
    display: table;
    clear: both; }
  .property-grid .grid-thumb {
    display: block; }
  .property-grid p {
    font-size: 14px;
    font-size: 1.4rem; }
  @media (min-width: 600px) {
    .property-grid .grid-thumb {
      width: 40.6779661017%;
      float: left;
      margin-right: 1.6949152542%; } }
  @media (min-width: 768px) {
    .property-grid {
      width: 31.0344827586%;
      float: left; }
      .property-grid:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .property-grid:nth-child(3n + 2) {
        margin-left: 34.4827586207%;
        margin-right: -100%;
        clear: none; }
      .property-grid:nth-child(3n + 3) {
        margin-left: 68.9655172414%;
        margin-right: -100%;
        clear: none; }
      .property-grid .grid-thumb {
        width: 100%;
        margin-right: 0; } }

.property-grid .entry-content {
  margin-top: 0.8em;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.sold-property {
  position: relative; }

.sold {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 40%; }

.property-details {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .property-details {
      clear: none;
      width: 57.6271186441%;
      float: right;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .property-details {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

a.read-more {
  display: block;
  overflow: hidden;
  margin: 0.6em auto;
  background-color: #c0272d;
  border-radius: 4px;
  color: white;
  max-width: 200px;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  padding: 2px 6px; }
  a.read-more:hover {
    background-color: #961e23;
    text-decoration: none; }

.archive a.read-more, .category a.read-more {
  float: right; }

.listed-on {
  font-size: 12px;
  font-size: 1.2rem; }

.properties {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2em;
  background-color: #f2f2f2;
  border: 1px solid #bfbfbf;
  padding: 1em; }
  .properties:after {
    content: "";
    display: table;
    clear: both; }
  .properties p {
    font-size: 14px;
    font-size: 1.4rem; }

.properties .property-thumb {
  margin-bottom: 0;
  /*
  	@include mq($bp5){
  		width: 270px;
  	}
  	@include mq($bp6){
  		width: 320px;
  	}
  */ }
  @media (min-width: 600px) {
    .properties .property-thumb {
      width: 40.6779661017%;
      float: left;
      margin-right: 1.6949152542%; } }

.properties .entry-content {
  margin-top: 0.8em;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.properties .property-details {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .properties .property-details {
      clear: none;
      width: 57.6271186441%;
      float: right;
      margin-right: 0; } }

.tax-property_type .agent-details {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 1.2em;
  padding-bottom: 1em; }
  .tax-property_type .agent-details p {
    font-size: 14px;
    font-size: 1.4rem; }
  .tax-property_type .agent-details a {
    display: inline-block; }

.tax-property_type .agent-pic {
  max-width: 80px; }

.property-title {
  margin-bottom: 0.3em; }

.enquire-btn {
  display: none; }
  @media (min-width: 768px) {
    .enquire-btn {
      display: block; } }

p.address {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700; }
  p.address:after {
    content: "";
    display: table;
    clear: both; }
  p.address span {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400; }
    @media (min-width: 600px) {
      p.address span {
        float: right;
        display: inline-block; } }

.single-properties .entry-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2em; }

.slides {
  max-height: 405px;
  overflow: hidden; }

.additional-features {
  margin-bottom: 0.5em; }
  @media (min-width: 768px) {
    .additional-features {
      margin-bottom: 2em; } }

.well.open-home p {
  margin-bottom: 0.5em;
  font-size: 14px;
  font-size: 1.4rem; }
.well.open-home strong {
  font-size: 16px;
  font-size: 1.6rem; }
.well.open-home span {
  display: inline-block;
  margin-right: 1em; }

.lightbox {
  display: none; }
  @media (min-width: 768px) {
    .lightbox {
      position: absolute;
      display: block;
      bottom: 0;
      right: 0;
      color: white;
      background: rgba(0, 0, 0, 0.6);
      font-size: 13px;
      font-size: 1.3rem;
      padding: 2px 8px; }
      .lightbox:hover {
        color: white; } }

.acf-map {
  width: 100%;
  height: 270px;
  border: #ccc solid 1px;
  margin: 20px 0; }
  .acf-map img {
    max-width: none; }
  @media (min-width: 600px) {
    .acf-map {
      height: 350px; } }
  @media (min-width: 900px) {
    .acf-map {
      height: 400px; } }

.details {
  margin-bottom: 1em; }
  .details p {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #bfbfbf; }
    .details p:last-child {
      border-bottom: none; }

.share {
  margin: 1em 0;
  border-top: 1px #7f7f7f solid;
  border-bottom: 1px #7f7f7f solid;
  padding: 0.4em 0;
  text-align: center;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.map-features {
  clear: both; }
  .map-features:after {
    content: "";
    display: table;
    clear: both; }

.agent-details {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #bfbfbf; }
  .agent-details p {
    margin-bottom: 0.5em;
    font-size: 15px;
    font-size: 1.5rem; }
  .agent-details strong {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 1em;
    display: block; }
  .agent-details small {
    display: block;
    margin-bottom: 1em; }

.agent-pic {
  float: left;
  margin-right: 1em; }

blockquote.testimonial {
  padding-left: 50px;
  padding-right: 30px; }
  blockquote.testimonial:before {
    content: '‟';
    font-size: 58px;
    font-size: 5.8rem;
    display: inline-block;
    color: #bfbfbf;
    font-family: Georgia, Palatino, "Times New Roman", Times, serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    bottom: -17px;
    left: -10px; }
  blockquote.testimonial p {
    display: inline;
    margin-bottom: none; }
  blockquote.testimonial p.from {
    display: block;
    margin-top: 1em; }

footer.footer {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1em;
  padding: 1em 0;
  background-color: #595959;
  color: white; }
  footer.footer blockquote {
    background-color: transparent;
    padding-top: 0;
    font-size: 16px;
    font-size: 1.6rem; }
    footer.footer blockquote p {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 0; }
  footer.footer a {
    color: white; }
    footer.footer a:hover {
      color: white; }

footer .social-media-icons {
  margin-bottom: 1em;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  	/*
  @include mq($bp4){
  		@include span(3);
  	}
  */ }
  footer .social-media-icons p {
    margin-bottom: 0.1em;
    font-size: 12px;
    font-size: 1.2rem; }
  footer .social-media-icons a {
    display: inline-block;
    margin: 7px; }
    footer .social-media-icons a:after {
      content: "";
      display: table;
      clear: both; }

.sm-icon {
  fill: #bfbfbf; }

.footer-text, .footer-text-two, .footer-text-three {
  text-align: center; }
  .footer-text p, .footer-text-two p, .footer-text-three p {
    font-size: 14px;
    font-size: 1.4rem; }

@media (min-width: 768px) {
  .footer-text {
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%;
    text-align: left; } }

.footer-text-two {
  padding-top: 0.6em; }
  @media (min-width: 768px) {
    .footer-text-two {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%;
      text-align: left; } }

.footer-text-three {
  padding-top: 0.6em; }
  @media (min-width: 768px) {
    .footer-text-three {
      width: 23.7288135593%;
      float: right;
      margin-right: 0; } }

.footer-image {
  margin-bottom: 2em; }

.copyright {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1em;
  text-align: center;
  color: #f2f2f2; }

.eg-link {
  font-size: 10px;
  font-size: 1rem;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-right: 2em;
  text-align: right; }

.gform_validation_container {
  display: none; }

.gform_wrapper .ginput_complex .ginput_left {
  width: 49%;
  float: left; }

.gform_wrapper .ginput_complex .ginput_right {
  width: 49%;
  float: right; }

.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
  display: block;
  margin: 3px 0;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.5pt; }

@media (min-width: 480px) {
  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 47%; } }

.ginput_complex:after {
  content: "";
  display: table;
  clear: both; }

.sf-field-post-meta-price h4:after {
  content: 'Leave lower price at zero to include properties with no price eg. auctions';
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.searchandfilter {
  padding-bottom: 1em;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 1em; }
  .searchandfilter:after {
    content: "";
    display: table;
    clear: both; }
  .searchandfilter .range-max {
    max-width: 110px !important; }
  .searchandfilter .range-min {
    max-width: 110px !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  @page {
    margin: 0.5cm; }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }

  p {
    orphans: 3;
    widows: 3; }

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

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

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

  img {
    max-width: 100% !important;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  .btn, #submit, input[type="submit"], #nav-below a, a.post-edit-link, .comment-reply-link {
    display: none !important; }

  .share {
    display: none !important; }

  .enquire-form {
    display: none; }

  .acf-map {
    page-break-inside: avoid; } }
