.hidden,
.screen-reader-text {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

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

.outer, .contact-bar, .footer, .site-final, .providers-list {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%; }

.inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  max-width: 1170px; }
  .inner:before, .inner:after {
    display: table;
    content: ""; }
  .inner:after {
    clear: both; }

/*! normalize.css v3.0.2 | 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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.
 */
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.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

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

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

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

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

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

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

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

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
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/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
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.
 */
input[type="checkbox"],
input[type="radio"] {
  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`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@-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,
body {
  background-color: #184365;
  font-size: 100%;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  background: white;
  color: #363636;
  font-family: "Source Sans Pro", Helvetica, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-smoothing: antialiased;
  font-weight: 400;
  height: auto;
  line-height: 1.5;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  -webkit-font-smoothing: subpixel-antialiased; }

* {
  box-sizing: border-box; }

h1,
.h1,
h2,
.h2,
.property-wrapper .price,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Source Sans Pro", Helvetica, "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1;
  margin: 0 0 .625em 0; }

h1,
.h1 {
  color: #194d78;
  font-size: 2em;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.2em; }
  @media screen and (min-width: 56em) {
    h1,
    .h1 {
      font-size: 3em; } }

h2,
.h2,
.property-wrapper .price {
  color: #194d78;
  font-size: 1.25em;
  font-weight: 400; }
  @media screen and (min-width: 56em) {
    h2,
    .h2,
    .property-wrapper .price {
      font-size: 1.5em; } }

h3,
.h3 {
  color: #194d78;
  font-size: 1em;
  font-weight: 400; }
  @media screen and (min-width: 56em) {
    h3,
    .h3 {
      font-size: 1.125em; } }

p {
  color: #363636;
  font-size: 1em;
  margin-top: 0; }

hr {
  background: #e8e8e8;
  border: 0;
  clear: both;
  display: block;
  height: 2px; }

.leadin {
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 2.5em; }

.tagline {
  color: #8fab48;
  font-size: 1.125em;
  font-weight: 600; }

ul,
ol {
  margin: 0 0 1.5em 3em;
  padding: 0; }
  ul li,
  ol li {
    line-height: 1.5;
    margin: .25em 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0;
    padding-top: 0; }

dl {
  line-height: 1.5;
  margin: 0 0 1em 0; }
  dl dt {
    font-size: 1em; }
  dl dd {
    font-size: 1em;
    margin-bottom: .5em; }
    @media screen and (min-width: 39em) {
      dl dd {
        font-size: 1.125em; } }

a,
a:visited {
  color: #8fab48;
  text-decoration: none;
  transition: color 0.25s ease-in-out; }
  a:hover, a:active, a:focus,
  a:visited:hover,
  a:visited:active,
  a:visited:focus {
    color: #718739; }

figure {
  margin: 0;
  padding: 0;
  max-width: none;
  width: auto; }

img {
  height: auto;
  width: 100%; }

::-webkit-selection {
  background-color: rgba(24, 67, 101, 0.1); }

::-moz-selection {
  background-color: rgba(24, 67, 101, 0.1); }

::selection {
  background-color: rgba(24, 67, 101, 0.1); }

textarea::-webkit-selection,
input::-webkit-selection {
  background-color: #184365;
  color: #6ca3ce; }

textarea::-moz-selection,
input::-moz-selection {
  background-color: #184365;
  color: #6ca3ce; }

textarea::selection,
input::selection {
  background-color: #184365;
  color: #6ca3ce; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 100%; }

label {
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  display: block;
  color: #363636;
  font-size: .75em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: .312em; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="date"],
textarea,
select {
  border: 2px solid gainsboro;
  border-radius: 5px;
  color: dimgray;
  cursor: pointer;
  display: block;
  height: 50px;
  margin-bottom: 1.25em;
  padding: .625em .75em;
  transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  width: 100%; }
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="number"]:hover,
  input[type="tel"]:hover,
  input[type="date"]:hover,
  textarea:hover,
  select:hover {
    border-color: #c9c9c9;
    color: #363636;
    outline: none; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  textarea:focus,
  textarea:active,
  select:focus,
  select:active {
    border-color: #bcbcbc;
    color: #363636;
    outline: none; }

textarea {
  min-height: 9em;
  max-height: 20em;
  margin-bottom: 1.25em;
  resize: vertical; }

select {
  background-color: white;
  display: block;
  max-width: none;
  color: #363636;
  margin-bottom: 1.25em; }

input[type="submit"] {
  background-color: #8fab48;
  border: 2px solid #809940;
  border-radius: 0.313em;
  color: white;
  display: inline-block;
  padding: .5em 1.25em .6em;
  font-weight: 400;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out; }
  input[type="submit"]:focus {
    outline: none; }
  input[type="submit"]:hover, input[type="submit"]:active {
    background-color: #809940;
    border-color: #78903d; }
  input[type="submit"]:active {
    position: relative;
    top: 1px; }

.site-header {
  *zoom: 1;
  border-bottom: 0.25em solid #e8e8e8;
  position: relative; }
  .site-header:before, .site-header:after {
    display: table;
    content: ""; }
  .site-header:after {
    clear: both; }

.contact-bar {
  *zoom: 1;
  background-color: #194d78;
  padding: .5em 0; }
  .contact-bar:before, .contact-bar:after {
    display: table;
    content: ""; }
  .contact-bar:after {
    clear: both; }
  .contact-bar img {
    height: 0.638em;
    width: auto; }
  .contact-bar ul,
  .contact-bar li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .contact-bar ul {
    float: right;
    margin-right: 1.25em; }
  .contact-bar li {
    display: inline-block;
    margin-left: 1.25em; }
  .contact-bar a {
    font-weight: 400;
    color: #6ca3ce; }
  .contact-bar a,
  .contact-bar a:visited {
    margin-left: 0.625em;
    color: #6ca3ce;
    transition: color 0.25s ease-in-out; }
    .contact-bar a:hover,
    .contact-bar a:visited:hover {
      color: white; }
    .contact-bar a:active,
    .contact-bar a:visited:active {
      color: white;
      position: relative;
      top: 1px; }

.site-branding {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 39em) {
    .site-branding {
      float: left; } }

.site-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  float: left;
  height: 4em;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 8em; }
  @media only screen and (min-width: 39em) {
    .site-title {
      margin-bottom: 0; } }

.site-description {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer {
  background-color: #194d78;
  padding-top: 2.500em;
  padding-bottom: 2.500em; }
  .footer .footer-logo {
    margin-bottom: 1.25em;
    margin-right: auto;
    width: 8em; }
    @media only screen and (min-width: 39em) {
      .footer .footer-logo {
        float: left;
        margin-right: 3em;
        margin-bottom: 0;
        width: 8em; } }
  .footer p {
    color: white;
    font-size: 1.313em;
    margin: 0;
    margin-bottom: 1.25em; }
    @media only screen and (min-width: 39em) {
      .footer p {
        text-align: left;
        margin-bottom: 0.322em; } }
  .footer ul {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer ul:before, .footer ul:after {
      display: table;
      content: ""; }
    .footer ul:after {
      clear: both; }
    @media only screen and (min-width: 39em) {
      .footer ul {
        text-align: left; } }
  .footer li {
    display: inline-block;
    width: 55%; }
    @media only screen and (min-width: 39em) {
      .footer li {
        width: auto;
        margin-right: 1.875em; } }
    .footer li img {
      display: inline-block;
      height: auto;
      margin-right: 0.625em;
      width: 1.250em; }
    .footer li a {
      display: inline-block;
      color: white; }

.site-final {
  background-color: #184365;
  padding-top: 1em;
  padding-bottom: 1em; }
  .site-final ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1; }
    .site-final ul:before, .site-final ul:after {
      display: table;
      content: ""; }
    .site-final ul:after {
      clear: both; }
    @media only screen and (min-width: 48em) {
      .site-final ul {
        float: left;
        width: 50%; } }
  .site-final li {
    font-size: 14px;
    font-size: 0.875rem; }
    @media only screen and (min-width: 39em) {
      .site-final li {
        float: left; }
        .site-final li:after {
          color: #6ca3ce;
          content: '\00b7';
          margin-left: .625em;
          margin-right: .625em; }
        .site-final li:last-of-type:after {
          content: '';
          margin-left: 0;
          margin-right: 0; } }
  .site-final a {
    font-weight: 400;
    color: #6ca3ce; }
  .site-final a,
  .site-final a:visited {
    color: #6ca3ce;
    transition: color 0.25s ease-in-out; }
    .site-final a:hover,
    .site-final a:visited:hover {
      color: white; }
    .site-final a:active,
    .site-final a:visited:active {
      color: white;
      position: relative;
      top: 1px; }

.site-credits {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem; }
  @media only screen and (min-width: 48em) {
    .site-credits {
      float: right;
      padding-top: .25em;
      text-align: right;
      width: 50%; } }
  .site-credits:after {
    content: ""; }

.nav-collapse ul {
  display: block;
  width: 100%; }

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav-collapse.opened {
  max-height: 9999px; }

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

@media screen and (min-width: 39em) {
  .js .nav-collapse {
    position: relative; }

  .js .nav-collapse.closed {
    max-height: none; }

  .nav-toggle {
    display: none; } }
.menu-icon {
  font-size: 16px;
  font-size: 1rem;
  background-color: whitesmoke;
  border: 0.125em solid #dbdbdb;
  border-radius: 5px;
  color: #194d78;
  cursor: pointer;
  float: right;
  font-weight: 600;
  margin-top: -4.35em;
  margin-bottom: 1em;
  padding: .5em 1em;
  position: relative;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  z-index: 2; }
  .menu-icon:hover {
    background-color: white;
    border-color: #cfcfcf;
    color: #194d78; }
  @media only screen and (min-width: 39em) {
    .menu-icon {
      display: none !important; } }
  .menu-icon .icon-nav {
    float: left;
    height: 1em;
    margin-top: .2em;
    margin-right: .625em;
    position: relative;
    width: 1em; }
  .menu-icon.active {
    background-color: white;
    border-color: #cfcfcf; }

@media only screen and (min-width: 39em) {
  .nav-collapse {
    float: right;
    width: 26em; } }
@media only screen and (min-width: 48em) {
  .nav-collapse {
    width: 34em; } }

.nav-main {
  *zoom: 1;
  border-top: 3px solid #e8e8e8;
  clear: both;
  padding-top: 0.625em;
  padding-bottom: 0.625em; }
  .nav-main:before, .nav-main:after {
    display: table;
    content: ""; }
  .nav-main:after {
    clear: both; }
  @media only screen and (min-width: 39em) {
    .nav-main {
      border-top: 0;
      padding-top: 0;
      padding-bottom: 0;
      text-align: right; } }
  .nav-main ul,
  .nav-main li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-main li {
    margin-bottom: 0.321em;
    text-align: center; }
    @media only screen and (min-width: 39em) {
      .nav-main li {
        display: inline-block;
        font-size: 15px;
        font-size: 0.9375rem;
        margin-left: 1.5em;
        margin-bottom: 0; } }
    @media only screen and (min-width: 48em) {
      .nav-main li {
        font-size: 16px;
        font-size: 1rem;
        margin-left: 2em; } }
    @media only screen and (min-width: 56em) {
      .nav-main li {
        margin-left: 2.5em; } }
  .nav-main a {
    color: #acacac;
    font-size: 1.125em;
    font-weight: 400;
    transition: color 0.25s ease-in-out; }
    .nav-main a:hover {
      color: #797979;
      transition: color 0.25s ease-in-out; }
    @media only screen and (min-width: 39em) {
      .nav-main a {
        display: inline-block;
        padding-top: 2.25em;
        padding-bottom: 1.75em; } }

.welcome-page .nav-link-welcome a,
.properties-page .nav-link-properties a,
.properties-details-page .nav-link-properties a,
.about-page .nav-link-about a,
.contact-page .nav-link-contact a {
  color: #8fab48;
  font-weight: 600; }

@media only screen and (min-width: 39em) {
  .nav-main .selected {
    background-image: url("../images/icons/navigation-blip.png");
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-size: 1em .5em; } }
.nav-main .selected a {
  color: #8fab48;
  font-weight: 600; }

.opening-pitch-wrapper {
  *zoom: 1; }
  .opening-pitch-wrapper:before, .opening-pitch-wrapper:after {
    display: table;
    content: ""; }
  .opening-pitch-wrapper:after {
    clear: both; }
  @media only screen and (min-width: 30em) {
    .opening-pitch-wrapper {
      margin: 0 -1em 0 -1em; } }

.opening-pitch-section h1 {
  margin-bottom: 0.221em; }
.opening-pitch-section .tagline {
  margin-top: 0;
  margin-bottom: 1em; }
.opening-pitch-section .leadin {
  margin-top: 0; }
  @media only screen and (min-width: 39em) {
    .opening-pitch-section .leadin {
      width: 75%; } }

.opening-pitch {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1em; }
  .opening-pitch:before, .opening-pitch:after {
    display: table;
    content: ""; }
  .opening-pitch:after {
    clear: both; }
  .opening-pitch li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2em; }
    @media only screen and (min-width: 30em) {
      .opening-pitch li {
        float: left;
        padding: 0 1em 0 1em;
        width: 50%; } }
    @media only screen and (min-width: 56em) {
      .opening-pitch li {
        float: left;
        margin-bottom: .321em;
        width: 25%; } }
  .opening-pitch img {
    box-shadow: 0 0.5em 0 -0.25em #eeeeee;
    border: 1px solid #e8e8e8;
    padding: .25em;
    border: 1px solid #e8e8e8;
    margin-bottom: 1em;
    padding: .25em; }
    .opening-pitch img img {
      display: block; }
  .opening-pitch h3 {
    margin-bottom: 0.321em; }
  .opening-pitch p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 0; }

.closing-pitch-section {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 2.5em;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  position: relative; }
  .closing-pitch-section h2 {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%; }
    @media only screen and (min-width: 39em) {
      .closing-pitch-section h2 {
        margin-left: 5%;
        margin-right: auto;
        text-align: left; } }
    @media only screen and (min-width: 48em) {
      .closing-pitch-section h2 {
        float: left;
        margin-left: 50%;
        margin-right: auto;
        padding-right: 5%;
        padding-left: 2.5%;
        width: 50%; } }
  .closing-pitch-section .closing-pitch-wrapper {
    margin-left: 5%;
    margin-right: 5%; }
    @media only screen and (min-width: 39em) {
      .closing-pitch-section .closing-pitch-wrapper {
        margin-left: 5%;
        margin-right: 5%; } }
    @media only screen and (min-width: 48em) {
      .closing-pitch-section .closing-pitch-wrapper {
        float: right;
        margin: 0;
        padding-left: 2.5%;
        padding-right: 5%;
        width: 50%; } }
    @media only screen and (min-width: 64em) {
      .closing-pitch-section .closing-pitch-wrapper {
        width: 50%;
        float: right; } }
  .closing-pitch-section p {
    font-weight: 400;
    overflow: hidden; }
  .closing-pitch-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    margin-bottom: 1.5em; }
  .closing-pitch-section li::before {
    background-image: url("../images/icons/tick.svg");
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: .9375em;
    margin-right: 0.625em;
    margin-bottom: -.1em;
    width: .9375em; }
  .closing-pitch-section .cta-container-primary {
    display: block; }
    @media only screen and (min-width: 30em) {
      .closing-pitch-section .cta-container-primary {
        text-align: left; } }
  .closing-pitch-section .image-wrapper {
    box-shadow: 0 0.5em 0 -0.25em #eeeeee;
    border: 1px solid #e8e8e8;
    padding: .25em;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 1em; }
    .closing-pitch-section .image-wrapper img {
      display: block; }
    @media only screen and (min-width: 39em) {
      .closing-pitch-section .image-wrapper {
        margin-bottom: 1.25em; } }
    @media only screen and (min-width: 48em) {
      .closing-pitch-section .image-wrapper {
        margin: 0;
        padding: 0;
        box-shadow: inset -1px 0 0 white;
        background-image: url("../images/content/closing-pitch-bg.jpg");
        background-size: cover;
        background-position: right 50%;
        background-repeat: no-repeat;
        border: 0;
        position: absolute;
        top: 0;
        right: 50%;
        bottom: 0;
        left: 0; }
        .closing-pitch-section .image-wrapper img {
          display: none !important; } }

.providers-list {
  padding-bottom: 1em;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .providers-list {
      text-align: left; } }
  .providers-list ul,
  .providers-list li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .providers-list h2 {
    margin-bottom: 0.625em; }
  .providers-list p {
    margin-bottom: 2.5em;
    margin-top: 0; }
    @media only screen and (min-width: 56em) {
      .providers-list p {
        width: 66.6666666667%; } }
    @media only screen and (min-width: 64em) {
      .providers-list p {
        width: 33.3333333333%;
        float: left; } }
  .providers-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    *zoom: 1; }
    .providers-list ul:before, .providers-list ul:after {
      display: table;
      content: ""; }
    .providers-list ul:after {
      clear: both; }
    @media only screen and (min-width: 64em) {
      .providers-list ul {
        float: left;
        padding-left: 2em;
        width: 66.6666666667%; } }
  .providers-list li {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 1.25em;
    width: 41.6666666667%; }
    @media only screen and (min-width: 39em) {
      .providers-list li {
        float: left;
        padding: 0 1.25em 0 1.25em;
        width: 33.3333333333%; } }
    @media only screen and (min-width: 56em) {
      .providers-list li {
        float: left;
        width: 33.3333333333%; } }

.intro-section {
  margin-bottom: 3em; }

@media only screen and (min-width: 48em) {
  .text-wrapper {
    float: left;
    padding-right: 1.875em;
    width: 58.3333333333%; } }

@media only screen and (min-width: 48em) {
  .sales-pitch {
    float: left;
    margin-top: -7em;
    width: 41.6666666667%; } }

.testimonials-section .section-title {
  margin: 0 auto 1.25em auto;
  text-align: center; }
  .testimonials-section .section-title h1 {
    font-size: 2.250em; }
  .testimonials-section .section-title .tagline {
    margin: 0 auto 2.5em auto;
    max-width: 83.3333333333%; }
    @media only screen and (min-width: 48em) {
      .testimonials-section .section-title .tagline {
        max-width: 66.6666666667%; } }

.testimonials {
  *zoom: 1; }
  .testimonials:before, .testimonials:after {
    display: table;
    content: ""; }
  .testimonials:after {
    clear: both; }
  @media only screen and (min-width: 39em) {
    .testimonials {
      margin-left: -1em;
      margin-right: -1em; } }

.contact-form-wrapper {
  *zoom: 1;
  margin-bottom: 2em; }
  .contact-form-wrapper:before, .contact-form-wrapper:after {
    display: table;
    content: ""; }
  .contact-form-wrapper:after {
    clear: both; }

.contact-form {
  *zoom: 1;
  margin-bottom: 1.875em; }
  .contact-form:before, .contact-form:after {
    display: table;
    content: ""; }
  .contact-form:after {
    clear: both; }
  @media only screen and (min-width: 48em) {
    .contact-form {
      float: left;
      margin-bottom: 0;
      width: 66.6666666667%; } }

.contact-callout {
  *zoom: 1;
  text-align: center; }
  .contact-callout:before, .contact-callout:after {
    display: table;
    content: ""; }
  .contact-callout:after {
    clear: both; }
  @media only screen and (min-width: 48em) {
    .contact-callout {
      float: left;
      text-align: left;
      width: 33.3333333333%; } }

.property-focus-section {
  margin-top: 1.25em; }

@media only screen and (min-width: 56em) {
  .property-details {
    *zoom: 1;
    float: left;
    padding-right: 1.875em;
    width: 66.6666666667%; }
    .property-details:before, .property-details:after {
      display: table;
      content: ""; }
    .property-details:after {
      clear: both; } }

@media only screen and (min-width: 56em) {
  .supporting-content {
    *zoom: 1;
    float: left;
    width: 33.3333333333%; }
    .supporting-content:before, .supporting-content:after {
      display: table;
      content: ""; }
    .supporting-content:after {
      clear: both; } }

.column-1 {
  *zoom: 1;
  margin-bottom: 1.875em; }
  .column-1:before, .column-1:after {
    display: table;
    content: ""; }
  .column-1:after {
    clear: both; }
  @media only screen and (min-width: 48em) {
    .column-1 {
      float: left;
      margin-bottom: 0;
      padding-right: 5em;
      width: 66.6666666667%; } }

.contact-callout {
  *zoom: 1;
  text-align: center; }
  .contact-callout:before, .contact-callout:after {
    display: table;
    content: ""; }
  .contact-callout:after {
    clear: both; }
  @media only screen and (min-width: 48em) {
    .contact-callout {
      float: left;
      text-align: left;
      width: 33.3333333333%; } }

.splash {
  background-image: url("../images/content/splash-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #ccc;
  margin-bottom: 2.5em;
  position: relative;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 20em) {
    .splash {
      height: 25em; } }
  @media only screen and (min-width: 39em) {
    .splash {
      height: 37.5em; } }
  .splash .splash-cta-wrapper {
    margin-top: 8em; }
    @media only screen and (min-width: 39em) {
      .splash .splash-cta-wrapper {
        margin-top: 22em;
        padding: 0;
        text-align: left; } }
    .splash .splash-cta-wrapper h1 {
      color: white;
      margin-bottom: .25em;
      font-size: 2em;
      font-weight: 600; }
      @media only screen and (min-width: 39em) {
        .splash .splash-cta-wrapper h1 {
          font-size: 3em;
          margin-bottom: .125em; } }
      @media only screen and (min-width: 48em) {
        .splash .splash-cta-wrapper h1 {
          font-size: 3.5em; } }
    .splash .splash-cta-wrapper h2 {
      color: white;
      font-weight: 400;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: .625em;
      line-height: 1.3; }
      @media only screen and (min-width: 39em) {
        .splash .splash-cta-wrapper h2 {
          font-size: 1.500em;
          margin-left: 0;
          max-width: 16em; } }
      @media only screen and (min-width: 48em) {
        .splash .splash-cta-wrapper h2 {
          max-width: none; } }
  .splash .cta-container-primary {
    display: inline-block; }

.title-splash {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #cccccc;
  margin-bottom: 3em;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  width: 100%; }
  .title-splash h1 {
    color: white;
    margin-bottom: 0.160em; }
  .title-splash p {
    color: white;
    font-weight: 400;
    font-size: 1.125em;
    margin: 0; }
    @media only screen and (min-width: 48em) {
      .title-splash p {
        max-width: 58.3333333333%; } }

.Welcome-page .title-splash {
  background-image: url("../images/content/splash-about.jpg"); }

.properties-page .title-splash {
  background-image: url("../images/content/splash-properties.jpg"); }

.about-page .title-splash, .default-page .title-splash {
  background-image: url("../images/content/splash-about.jpg"); }

.contact-page .title-splash {
  background-image: url("../images/content/splash-contact.jpg"); }

.cta-container-primary {
  text-align: center; }
  .cta-container-primary a,
  .cta-container-primary a:visited {
    background-color: #8fab48;
    border: 2px solid #809940;
    border-radius: 0.313em;
    color: white;
    display: inline-block;
    padding: .5em 1.25em .6em;
    font-weight: 400;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out; }
    .cta-container-primary a:hover, .cta-container-primary a:active,
    .cta-container-primary a:visited:hover,
    .cta-container-primary a:visited:active {
      background-color: #809940;
      border-color: #78903d; }
    .cta-container-primary a:active,
    .cta-container-primary a:visited:active {
      position: relative;
      top: 1px; }

.cta-container-primary-small {
  text-align: center; }
  .cta-container-primary-small a,
  .cta-container-primary-small a:visited {
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #8fab48;
    border: 2px solid #809940;
    border-radius: 0.313em;
    color: white;
    display: inline-block;
    padding: .5em 1.25em;
    font-weight: 400;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out; }
    .cta-container-primary-small a:hover, .cta-container-primary-small a:active,
    .cta-container-primary-small a:visited:hover,
    .cta-container-primary-small a:visited:active {
      background-color: #809940;
      border-color: #78903d; }
    .cta-container-primary-small a:active,
    .cta-container-primary-small a:visited:active {
      position: relative;
      top: 1px; }

.cta-container-secondary {
  text-align: center; }
  .cta-container-secondary a,
  .cta-container-secondary a:visited {
    background-color: #c9d4dd;
    border-radius: 0.313em;
    color: #546f86;
    border: 2px solid #b9c8d3;
    display: block;
    font-weight: 400;
    padding: .5em 1.25em .6em;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out; }
    .cta-container-secondary a:hover, .cta-container-secondary a:active,
    .cta-container-secondary a:visited:hover,
    .cta-container-secondary a:visited:active {
      background-color: #d9e0e7;
      color: #546f86;
      border-color: #b9c8d3; }

.property-wrapper {
  *zoom: 1;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative; }
  .property-wrapper:before, .property-wrapper:after {
    display: table;
    content: ""; }
  .property-wrapper:after {
    clear: both; }
  .property-wrapper:first-of-type {
    padding-top: 0; }
  .property-wrapper:last-of-type {
    border-bottom: 0; }
  .property-wrapper .image-wrapper {
    border: 1px solid #e8e8e8;
    padding: .25em;
    box-shadow: 0 0.5em 0 -0.25em #eeeeee;
    margin-bottom: 1em;
    width: 100%; }
    .property-wrapper .image-wrapper img {
      display: block; }
    @media only screen and (min-width: 30em) {
      .property-wrapper .image-wrapper {
        float: left;
        margin-bottom: 0;
        width: 33.3333333333%; } }
    .property-wrapper .image-wrapper img {
      display: block; }
  .property-wrapper .content-wrapper {
    *zoom: 1; }
    .property-wrapper .content-wrapper:before, .property-wrapper .content-wrapper:after {
      display: table;
      content: ""; }
    .property-wrapper .content-wrapper:after {
      clear: both; }
    @media only screen and (min-width: 30em) {
      .property-wrapper .content-wrapper {
        float: left;
        padding-left: 2.5%;
        width: 66.6666666667%; } }
  .property-wrapper p {
    font-size: 13px;
    font-size: 0.8125rem; }
    @media only screen and (min-width: 56em) {
      .property-wrapper p {
        font-size: 14px;
        font-size: 0.875rem; } }
  .property-wrapper h2 {
    margin-bottom: 0.321em;
    font-weight: 600; }
    @media only screen and (min-width: 56em) {
      .property-wrapper h2 {
        float: left; } }
    .property-wrapper h2 a,
    .property-wrapper h2 a:visited {
      color: #194d78; }
      .property-wrapper h2 a:hover,
      .property-wrapper h2 a:visited:hover {
        color: #8fab48; }
  .property-wrapper .price {
    color: #194d78;
    font-family: "Source Sans Pro", Helvetica, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.321em; }
    @media only screen and (min-width: 56em) {
      .property-wrapper .price {
        float: right;
        margin-bottom: 0; } }
  .property-wrapper .property-tagline {
    clear: both;
    color: #6a6a6a;
    font-weight: 400;
    margin-top: 0; }
  .property-wrapper .cta-container-primary-small {
    text-align: left; }

.enquiry-cta {
  *zoom: 1;
  background-color: #fafafa;
  border: 2px solid #f2f2f2;
  border-radius: 0.313em;
  margin-bottom: 1.25em;
  padding: 1.25em;
  text-align: center;
  /*
  .cta-container-secondary {
  	padding-right: .25em;
  	float: left;
  	width: $span-1-2;

  	a{
  		display: block;
  	}
  }
  */ }
  .enquiry-cta:before, .enquiry-cta:after {
    display: table;
    content: ""; }
  .enquiry-cta:after {
    clear: both; }
  @media only screen and (min-width: 56em) {
    .enquiry-cta {
      padding: .75em; } }
  @media only screen and (min-width: 64em) {
    .enquiry-cta {
      padding: 1em; } }
  .enquiry-cta h3 {
    margin-bottom: .625em; }
  .enquiry-cta .cta-container-primary a {
    display: block; }

.local-area {
  *zoom: 1;
  background-color: #fafafa;
  border: 2px solid #f2f2f2;
  border-radius: 0.313em;
  margin-bottom: 1.25em;
  padding: 1.250em; }
  .local-area:before, .local-area:after {
    display: table;
    content: ""; }
  .local-area:after {
    clear: both; }
  @media only screen and (min-width: 56em) {
    .local-area {
      padding: .75em; } }
  @media only screen and (min-width: 64em) {
    .local-area {
      padding: 1em; } }
  .local-area #map-canvas {
    height: 300px;
    width: 100%;
    margin-bottom: 1.25em; }
  .local-area p {
    font-size: 14px;
    font-size: 0.875rem; }

.availability {
  *zoom: 1;
  background-color: #fafafa;
  border: 2px solid #f2f2f2;
  border-radius: 0.313em;
  margin-bottom: 1.25em;
  padding: 1.250em; }
  .availability:before, .availability:after {
    display: table;
    content: ""; }
  .availability:after {
    clear: both; }
  @media only screen and (min-width: 56em) {
    .availability {
      padding: .75em; } }
  @media only screen and (min-width: 64em) {
    .availability {
      padding: 1em; } }
  .availability .cta-container-primary,
  .availability .cta-container-secondary {
    margin-bottom: .625em; }
    .availability .cta-container-primary a,
    .availability .cta-container-secondary a {
      clear: both;
      display: block;
      width: 100%; }
  .availability p {
    font-size: 14px;
    font-size: 0.875rem; }

.share-property {
  *zoom: 1;
  background-image: url("../images/content/share-property.svg");
  background-repeat: no-repeat;
  background-position: right 0;
  padding: 1.25em; }
  .share-property:before, .share-property:after {
    display: table;
    content: ""; }
  .share-property:after {
    clear: both; }
  .share-property h2 {
    font-size: 1.875em;
    font-weight: 600;
    color: #8fab48;
    line-height: 1.2;
    margin-bottom: 0; }
  .share-property p {
    color: #194d78;
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: .5em; }
  .share-property fieldset input {
    margin-bottom: .5em; }
  .share-property label {
    font-size: 14px;
    font-size: 0.875rem; }
  .share-property .form-actions {
    padding-top: .25em; }

.property-details-wrapper .back-link {
  color: #acacac;
  display: inline-block;
  margin-bottom: .825em; }
  .property-details-wrapper .back-link:hover {
    color: #797979; }
.property-details-wrapper h1 {
  margin-bottom: .160em;
  font-size: 2.250em; }
.property-details-wrapper .property-area {
  color: #acacac;
  font-weight: 400;
  margin: 0; }
.property-details-wrapper .property-price {
  color: #8fab48;
  font-size: 1.125em;
  font-weight: 400;
  margin-top: 0; }
  .property-details-wrapper .property-price .sep {
    margin-left: .25em;
    margin-right: .25em; }
.property-details-wrapper h3 {
  font-weight: 600; }
.property-details-wrapper p {
  margin-bottom: 1.25em; }
.property-details-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
  margin-bottom: 2.5em; }
  .property-details-wrapper ul:before, .property-details-wrapper ul:after {
    display: table;
    content: ""; }
  .property-details-wrapper ul:after {
    clear: both; }
@media only screen and (min-width: 39em) {
  .property-details-wrapper li {
    float: left;
    width: 50%; } }
.property-details-wrapper li::before {
  background-image: url("../images/icons/tick.svg");
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: .9375em;
  margin-right: 0.625em;
  margin-bottom: -.1em;
  width: .9375em; }

.carousel-wrapper {
  border: 1px solid #e8e8e8;
  padding: .25em;
  box-shadow: 0 0.5em 0 -0.25em #eeeeee;
  position: relative;
  margin-bottom: 1.25em; }
  .carousel-wrapper img {
    display: block; }

.cycle-slideshow {
  overflow: hidden; }

.cycle-slideshow img {
  display: none; }

.cycle-slideshow img.first {
  display: block; }

.next,
.prev {
  background-image: url("../images/icons/arrow-right.svg");
  background-position: center center;
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  height: 2.5em;
  margin-top: -1.25em;
  transition: background-color 0.25s ease-in-out;
  right: 0;
  top: 50%;
  width: 2.5em;
  z-index: 101; }
  .next:hover,
  .prev:hover {
    background-color: white;
    transition: background-color 0.25s ease-in-out; }
  .next:active,
  .prev:active {
    margin-top: -1.2em; }

.prev {
  background-image: url("../images/icons/arrow-left.svg");
  left: 0;
  right: auto; }

.cycle-pager {
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  left: 1.5em;
  bottom: .875em;
  z-index: 101; }

.cycle-pager span {
  background: rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 100%;
  color: white;
  cursor: pointer;
  display: inline-block;
  height: .875em;
  margin-right: .5em;
  overflow: hidden;
  text-indent: -99em;
  width: .875em;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out; }
  .cycle-pager span:hover {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: white; }

.cycle-pager .cycle-pager-active {
  background: white;
  border-color: white; }
  .cycle-pager .cycle-pager-active:hover {
    background: white;
    border-color: white; }

@media only screen and (min-width: 39em) {
  .contact-form-wrapper fieldset {
    width: 50%;
    float: left;
    padding-right: 1.875em; } }
.contact-form-wrapper label {
  font-size: 0.875em;
  font-weight: 400; }
.contact-form-wrapper .form-actions {
  float: right; }
  .contact-form-wrapper .form-actions input[type="submit"] {
    float: right; }
.contact-form-wrapper .form-text-area {
  width: 100%; }

#form1_confirm_email {
  display: none; }

.contact-callout-wrapper a {
  color: #194d78; }
.contact-callout-wrapper h2 {
  font-size: 1.875em;
  line-height: 1.25em; }
  @media only screen and (min-width: 39em) {
    .contact-callout-wrapper h2 {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 83.3333333333%; } }
  @media only screen and (min-width: 48em) {
    .contact-callout-wrapper h2 {
      width: 100%; } }
.contact-callout-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .contact-callout-wrapper ul {
      text-align: left; } }
.contact-callout-wrapper li {
  display: inline-block;
  margin-right: 1.25em;
  color: #194d78; }
  .contact-callout-wrapper li img {
    height: 1em;
    margin-right: 0.625em;
    width: auto; }
  .contact-callout-wrapper li a {
    font-size: 1.125em;
    font-weight: 400; }
.contact-callout-wrapper img {
  height: auto;
  margin-right: .625em;
  width: 100%; }
  @media only screen and (min-width: 39em) {
    .contact-callout-wrapper img {
      height: auto;
      width: 66.6666666667%; } }
  @media only screen and (min-width: 48em) {
    .contact-callout-wrapper img {
      height: auto;
      width: 100%; } }

.testimonial-wrapper {
  margin-bottom: 3.750em; }
  @media only screen and (min-width: 39em) {
    .testimonial-wrapper {
      float: left;
      padding-left: 1em;
      padding-right: 1em;
      width: 50%; } }
  @media only screen and (min-width: 64em) {
    .testimonial-wrapper {
      float: left;
      padding-left: 1em;
      padding-right: 1em;
      width: 33.3333333333%; } }
  .testimonial-wrapper blockquote {
    border: 1px solid #e8e8e8;
    border-radius: 0.313em;
    background-color: #f4f4f4;
    margin: 0;
    padding: 1.250em;
    position: relative; }
    .testimonial-wrapper blockquote:after {
      background-image: url("../images/misc/speech-bubble-point.png");
      background-size: cover;
      background-repeat: no-repeat;
      bottom: -30px;
      content: '';
      height: 1.875em;
      left: 30px;
      position: absolute;
      width: 1.875em; }
    .testimonial-wrapper blockquote h3 {
      margin-bottom: 0; }
    .testimonial-wrapper blockquote p {
      font-weight: 400;
      margin-top: 0;
      margin-bottom: .625em; }
    .testimonial-wrapper blockquote blockquote {
      margin: 0;
      padding: 0; }

.sales-pitch-wrapper {
  background-color: #194d78;
  background: linear-gradient(#225d8f 0%, #164165 100%);
  border: 2px solid #184365;
  border-radius: 0.313em;
  padding: 2em;
  color: white; }
  .sales-pitch-wrapper h2 {
    color: white;
    font-size: 2em;
    font-weight: 600; }
    @media only screen and (min-width: 39em) {
      .sales-pitch-wrapper h2 {
        font-size: 2.250em; } }
  .sales-pitch-wrapper p {
    color: white;
    font-size: 1em;
    margin-bottom: 1.25em;
    overflow: hidden; }
    @media only screen and (min-width: 39em) {
      .sales-pitch-wrapper p {
        font-size: 1.125em; } }
  .sales-pitch-wrapper ul {
    list-style: none;
    margin-left: 0em;
    margin-bottom: 2.2em; }
  .sales-pitch-wrapper li {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 1.3em;
    min-height: 1.88em;
    display: block; }
    @media only screen and (min-width: 39em) {
      .sales-pitch-wrapper li {
        min-height: none; } }
  .sales-pitch-wrapper li::before {
    background-image: url("../images/icons/tick-box.svg");
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 1.875em;
    margin-right: 0.625em;
    margin-bottom: -.5em;
    width: 1.875em;
    float: left; }
  .sales-pitch-wrapper .cta-container-primary a {
    width: 100%; }
