@charset "UTF-8";
/*! 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; }

/*=====================================================
BREAKPOINTS
=====================================================*/
/*=====================================================
COLOURS
=====================================================*/
/*=====================================================
ELEMENT VARIABLES
=====================================================*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*=====================================================
GENERAL
=====================================================*/
.notbrochure {
  display: none !important; }

body, body * {
  box-sizing: border-box; }

body {
  margin-bottom: 0;
  overflow-x: hidden;
  background-color: #194e5d; }

section {
  position: relative;
  padding: 3rem 0;
  background-size: cover; }

section.banner {
  padding-top: 4rem; }
  @media only screen and (min-width: 1100px) {
    section.banner {
      padding-top: 6.5rem; } }
  @media only screen and (min-width: 1280px) {
    section.banner {
      padding-top: 6.5rem; } }
  @media only screen and (min-width: 1450px) {
    section.banner {
      padding-top: 7.5rem; } }

.greysection {
  background-color: whitesmoke; }

.centered {
  text-align: center;
  max-width: 700px;
  margin: auto; }

.whitesection {
  background-color: white; }

.bluesection {
  background-color: #003B4C;
  color: white; }
  .bluesection h1, .bluesection h2, .bluesection h3 {
    color: white; }
  .bluesection .subheading {
    color: #ccd7db; }

.greensection {
  background-color: #5F7361;
  color: white; }
  .greensection h1, .greensection h2, .greensection h3 {
    color: white; }
  .greensection .subheading {
    color: #dfe3df; }
  .greensection input[type="text"], .greensection select, .greensection textarea {
    border-color: white;
    color: #888; }

.blacksection {
  background-color: black;
  color: white; }
  .blacksection h1, .blacksection h2, .blacksection h3 {
    color: white; }
  .blacksection .subheading {
    color: #dfe3df; }
  .blacksection input[type="text"], .blacksection select, .blacksection textarea {
    border-color: white;
    color: #888; }

.orangesection {
  background-color: #BD4700;
  color: white; }

.content_area ul {
  padding-left: 30px; }

/*--------------Forms--------------*/
input, select, textarea {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-width: 2px;
  line-height: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0 10px;
  display: inline-block;
  min-width: 255px;
  max-width: 400px;
  width: 100%;
  border-top: 1px solid #A9A9A9;
  border-left: 1px solid #A9A9A9;
  border-bottom: 1px solid #A9A9A9;
  border-right: 1px solid #A9A9A9;
  outline: none; }

input[type="checkbox"] {
  width: auto;
  height: auto;
  margin-top: 0.5rem; }

textarea {
  line-height: 1.5;
  padding-top: 0.5rem; }

*::-webkit-input-placeholder {
  color: #888; }

*:-moz-placeholder {
  /* FF 4-18 */
  color: #888; }

*::-moz-placeholder {
  /* FF 19+ */
  color: #888; }

*:-ms-input-placeholder {
  /* IE 10+ */
  color: #888; }

/*=====================================================
NAV
=====================================================*/
header#main_header {
  display: none; }
  @media only screen and (min-width: 1100px) {
    header#main_header {
      position: fixed;
      background-color: #003B4C;
      padding: 0;
      display: block;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 9998; } }

.logo_container {
  display: inline-block;
  vertical-align: middle;
  padding: 1rem 0 1rem 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 992px) {
    .logo_container {
      padding: 1.75rem 0 1.75rem 1.75rem; } }

.logo_container:hover {
  opacity: 0.8; }

.logo_image {
  height: 1rem;
  width: auto;
  display: block; }
  @media only screen and (min-width: 992px) {
    .logo_image {
      height: 1.125rem; } }
  @media only screen and (min-width: 1280px) {
    .logo_image {
      height: 1.5rem; } }
  @media only screen and (min-width: 1450px) {
    .logo_image {
      height: 2rem; } }

ul#main_menu {
  display: none; }
  @media only screen and (min-width: 992px) {
    ul#main_menu {
      display: inline-block;
      line-height: 1;
      position: relative;
      list-style: none;
      margin: 0;
      display: inline-block;
      vertical-align: middle;
      padding-left: 15px; } }
  @media only screen and (min-width: 1280px) {
    ul#main_menu {
      padding-left: 30px; } }

ul#main_menu > li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  font-size: 1rem;
  padding: 0.75rem 0; }
  @media only screen and (min-width: 1280px) {
    ul#main_menu > li {
      margin-right: 15px; } }
  @media only screen and (min-width: 1338px) {
    ul#main_menu > li {
      font-size: 1.125rem; } }

ul#main_menu li > ul {
  display: none; }

@media only screen and (min-width: 992px) {
  ul#main_menu li:hover > ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background-color: #002935; } }

ul#main_menu > li > a {
  display: block;
  font-weight: 300;
  color: white; }
  ul#main_menu > li > a:visited {
    color: white; }
  ul#main_menu > li > a:focus {
    color: white; }
  ul#main_menu > li > a:hover {
    color: #d07e4c; }
  ul#main_menu > li > a:active {
    color: white; }

ul#main_menu li > ul > li {
  display: block; }

ul#main_menu li > ul > li > a {
  display: block;
  padding: 0.75rem 20px;
  color: white;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.25; }
  ul#main_menu li > ul > li > a:visited {
    color: white; }
  ul#main_menu li > ul > li > a:focus {
    color: white; }
  ul#main_menu li > ul > li > a:hover {
    color: white; }
  ul#main_menu li > ul > li > a:active {
    color: white; }
  ul#main_menu li > ul > li > a:hover {
    background-color: #BD4700; }

#icons_block {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0; }

.search_block {
  float: left;
  position: relative;
  background-color: #f2f2f2;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 60px;
  overflow: hidden; }
  @media only screen and (min-width: 1450px) {
    .search_block {
      width: 80px; } }

.search_icon_container {
  position: relative;
  cursor: pointer;
  width: 60px;
  float: left;
  background-color: #BD4700;
  text-align: center;
  height: 4.6rem;
  line-height: 4.6rem;
  overflow: hidden;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 1280px) {
    .search_icon_container {
      height: 5rem;
      line-height: 5rem; } }
  @media only screen and (min-width: 1450px) {
    .search_icon_container {
      width: 80px;
      height: 5.5rem;
      line-height: 5.5rem; } }

.search_icon_container i {
  display: inline-block;
  font-size: 1.25rem;
  color: white;
  margin-top: 0; }
  @media only screen and (min-width: 1450px) {
    .search_icon_container i {
      font-size: 1.75rem;
      margin-top: 0rem; } }

.search_icon_container.login_icon_container {
  background-color: #5F7361; }
  .search_icon_container.login_icon_container:hover {
    background-color: #677a68; }

.search_block:hover {
  width: 70px; }
  @media only screen and (min-width: 1450px) {
    .search_block:hover {
      width: 90px; } }

.search_block.active, .search_block.active:hover {
  width: 560px; }
  @media only screen and (min-width: 1450px) {
    .search_block.active, .search_block.active:hover {
      width: 575px; } }

.searchform.headerform {
  width: 460px;
  position: absolute;
  left: 80px;
  top: 1rem;
  padding-top: 0.2rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 1280px) {
    .searchform.headerform {
      top: 1.25rem;
      padding-top: 0; } }
  @media only screen and (min-width: 1450px) {
    .searchform.headerform {
      left: 100px;
      top: 1.5rem; } }

.search_section .searchform .cta {
  margin-top: 0.5rem; }

.header_search_input {
  width: 140px;
  display: inline-block;
  vertical-align: top;
  	/*border-top: 2px solid white;
      border-left: 2px solid white;
      border-bottom: 2px solid white;
      border-right: 2px solid white;*/
  margin-right: 5px;
  min-width: 0; }

.header_search_drop {
  width: 140px;
  display: inline-block;
  vertical-align: top;
  	/*border-top: 2px solid white;
      border-left: 2px solid white;
      border-bottom: 2px solid white;
      border-right: 2px solid white;*/
  margin-right: 5px;
  min-width: 0; }

.header_search_buttons {
  display: inline-block;
  vertical-align: top; }
  .header_search_buttons .cta {
    min-width: 0; }

.header_search_buttons button {
  margin-top: 0; }

.headerform .button_container button {
  margin-top: 10px; }

.searchform.headerform .button_container:first-child {
  padding-right: 5px; }

.searchform .button_container:last-child {
  padding-left: 5px; }

.ui-tooltip {
  background-color: white;
  left: -100px;
  box-shadow: none !important;
  padding: 0.25rem 10px; }

/*---MINI HEADER---*/
@media only screen and (min-width: 992px) {
  header#main_header.mini-header .logo_container {
    padding: 1rem 0 1rem 1.75rem; } }
header#main_header.mini-header .searchform.headerform {
  top: 0.25rem;
  padding-top: 0.05rem; }
  @media only screen and (min-width: 1280px) {
    header#main_header.mini-header .searchform.headerform {
      top: 0.5rem; } }
  @media only screen and (min-width: 1450px) {
    header#main_header.mini-header .searchform.headerform {
      top: 0.75rem; } }
header#main_header.mini-header .search_icon_container {
  height: 3.1rem;
  line-height: 3.1rem; }
  @media only screen and (min-width: 1280px) {
    header#main_header.mini-header .search_icon_container {
      height: 3.5rem;
      line-height: 3.5rem; } }
  @media only screen and (min-width: 1450px) {
    header#main_header.mini-header .search_icon_container {
      width: 80px;
      height: 3.95rem;
      line-height: 3.95rem; } }

/*---MOBILE MENU---*/
header#mobile_header {
  display: block;
  background-color: #003B4C;
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999; }
  @media only screen and (min-width: 1100px) {
    header#mobile_header {
      display: none; } }

.topheader {
  background-color: #003B4C;
  z-index: 9999;
  position: relative;
  padding: 0.5rem 20px; }

.mobile_logo_container {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.mobile_logo_image {
  position: relative;
  display: block;
  height: 2rem; }

#mobile_header > ul#mobile_menu {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #003B4C;
  padding-bottom: 0.75rem;
  max-height: 100vh;
  overflow: scroll;
  z-index: 0; }

ul#mobile_menu li {
  display: block; }

ul#mobile_menu li > ul {
  display: none; }

ul#mobile_menu li a {
  display: block;
  color: white;
  padding: 0.25rem 0; }
  ul#mobile_menu li a:visited {
    color: white; }
  ul#mobile_menu li a:focus {
    color: white; }
  ul#mobile_menu li a:hover {
    color: #d07e4c; }
  ul#mobile_menu li a:active {
    color: white; }

#nav_button {
  position: relative;
  width: 22px;
  margin-right: 15px;
  height: 2rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle; }

.nav_bar {
  background-color: white;
  height: 2px;
  width: 22px;
  position: absolute;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s; }

.nav_bar_top {
  top: 0.4rem; }

.nav_bar_top.active {
  top: 0.9rem;
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg); }

.nav_bar_middle {
  top: 0.9rem; }

.nav_bar_middle.active {
  opacity: 0;
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.nav_bar_bottom {
  top: 1.4rem; }

.nav_bar_bottom.active {
  top: 0.9rem;
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg); }

.mobile_icon_container {
  height: 100%;
  line-height: 1;
  width: 48px;
  position: absolute;
  top: 0;
  right: 48px; }

.mobile_icon_container.mobile_search_icon_container {
  right: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .mobile_icon_container.mobile_search_icon_container.active {
    margin-right: 250px; }

.mobile_icon_container i {
  position: absolute;
  top: 50%;
  margin-top: -0.625rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.25rem; }

.mobile_search_form_container {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  height: 120%;
  width: 250px;
  background-color: #BD4700;
  top: 0;
  z-index: 9999;
  left: 100%;
  text-align: center;
  padding: 20px; }
  .mobile_search_form_container.active {
    margin-left: -250px; }

.mobile_search_form_container input[type="text"] {
  border-color: white; }

.mobile_search_form_container h2 {
  color: white;
  font-size: 1rem; }

.mobile_search_form_container .cta {
  background-color: #c35919;
  border-color: #aa3f00;
  min-width: 0;
  width: 100%;
  display: block; }

.mobile_search_form_container .searchform .button_container:first-child {
  padding-right: 5px; }
.mobile_search_form_container .searchform .button_container:last-child {
  padding-left: 5px; }

.mobile_close {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  color: white;
  height: 2rem;
  width: 22px;
  top: 50%;
  margin-top: -1rem; }

/*=====================================================
HOME
=====================================================*/
/*---HERO---*/
.slider, .slide, .testimonial {
  outline: none; }

section.hero_section {
  padding: 0;
  background-color: white; }

.slider {
  margin-bottom: 0;
  min-height: 400px; }

.hero_section .slide {
  color: white;
  padding: 3rem 0 5rem;
  min-height: 400px;
  padding-top: 4rem; }
  @media only screen and (min-width: 1100px) {
    .hero_section .slide {
      padding-top: 7.75rem; } }
  @media only screen and (min-width: 1280px) {
    .hero_section .slide {
      padding-top: 8rem; } }
  @media only screen and (min-width: 1450px) {
    .hero_section .slide {
      padding-top: 8.5rem; } }

.w-container.slide_container {
  overflow: visible; }

.slide {
  background-size: cover; }

.slide .slide_content {
  opacity: 0;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s; }

.hero_section .slide.slick-active .slide_content {
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -moz-transition: 1s 1s;
  -o-transition: 1s 1s;
  -webkit-transition: 1s;
  -webkit-transition-delay: 1s;
  transition: 1s 1s; }

.slide h2 {
  color: white;
  font-size: 2rem;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 992px) {
    .slide h2 {
      font-size: 3rem; } }

.slide_description {
  position: relative;
  padding: 0 0 1rem;
  display: block;
  max-width: 450px; }
  .slide_description a {
    color: white; }
    .slide_description a:visited {
      color: white; }
    .slide_description a:focus {
      color: white; }
    .slide_description a:hover {
      color: #BD4700; }
    .slide_description a:active {
      color: white; }

.slide.whiteslide {
  color: #003B4C; }
  .slide.whiteslide h2 {
    color: #003B4C; }
  .slide.whiteslide .slide_description {
    color: #003B4C; }

.slide_bullet {
  padding-left: 60px;
  position: relative;
  margin-bottom: 0.25rem; }
  .slide_bullet i {
    position: absolute;
    left: 0;
    top: 0.25rem; }

.slide_bullets {
  max-width: 450px;
  opacity: 0;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -moz-transition: 1s 1.5s;
  -o-transition: 1s 1.5s;
  -webkit-transition: 1s;
  -webkit-transition-delay: 1.5s;
  transition: 1s 1.5s;
  margin-bottom: 1rem; }

.slide.slick-active .slide_bullets {
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px); }

.preload .banner .slide_bullets {
  opacity: 0;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px); }

.banner .slide_bullets {
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px); }

.hero_section .slick-dots {
  top: -20px;
  background-color: transparent;
  padding: 0rem 20px;
  z-index: 10;
  text-align: left;
  width: 100%;
  max-width: 1300px;
  background-color: transparent;
  position: relative;
  height: 30px;
  margin: auto;
  margin-top: -50px; }

.hero_section .slick-dots li button:before {
  color: white;
  opacity: 0.5; }

.hero_section .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1; }

.skyline_wrapper {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 100px; }

.skyline_container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  margin: auto;
  height: 100px; }

#skyline {
  position: absolute;
  width: 45%;
  bottom: 0px;
  right: 15%;
  margin-right: 20px; }

#wheel {
  position: absolute;
  width: 15%;
  bottom: 5px;
  right: 0;
  -moz-animation: spin 20s infinite linear;
  -webkit-animation: spin 20s infinite linear;
  animation: spin 20s infinite linear;
  margin-right: 20px; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.body_skyline {
  margin-bottom: 1rem; }
  .body_skyline #wheel {
    position: relative;
    bottom: 0;
    margin-right: 0;
    margin-left: -2%;
    width: 21%; }
  .body_skyline #skyline {
    position: relative;
    bottom: 0;
    right: 0;
    width: 68%; }

/*---SEARCH---*/
.search_subheading {
  padding-bottom: 1rem; }

.searchform {
  display: block;
  width: 100%;
  max-width: none;
  margin: auto;
  max-width: 500px; }

.searchform input {
  max-width: 100%;
  min-width: 60px; }

.searchform select {
  max-width: 100%;
  min-width: 60px; }

.searchform .input_set label {
  min-width: 60px; }

.searchform .button_container {
  width: 50%;
  display: inline-block; }

.searchform .button_container:first-child {
  padding-right: 10px; }

.searchform .button_container:last-child {
  padding-left: 10px; }

.button_container button {
  width: 100%;
  display: block;
  margin-top: 15px; }

.button_container .cta {
  min-width: 0; }

.advanced {
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 1rem 0 0 0; }

.advanced.active .fa {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.advanced.active .fa {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.advanced_content {
  display: none;
  opacity: 0.01;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.advanced_content.active {
  opacity: 1;
  -moz-transition: opacity 0.5s 0.3s;
  -o-transition: opacity 0.5s 0.3s;
  -webkit-transition: opacity 0.5s;
  -webkit-transition-delay: 0.3s;
  transition: opacity 0.5s 0.3s; }

.input_set {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.input_set label {
  display: inline-block;
  min-width: 255px; }

.advanced_content label {
  display: inline-block;
  float: left;
  width: 40%;
  text-align: left;
  line-height: 2.5rem; }

.advanced_content input, .advanced_content select {
  float: right;
  width: 60%; }

/*---BENEFITS---*/
.benefit {
  display: block;
  text-align: center;
  padding: 1rem 20px;
  border: 1px solid white;
  cursor: pointer;
  color: #888; }
  .benefit:visited {
    color: #888; }
  .benefit:focus {
    color: #888; }
  .benefit:hover {
    color: #888; }
  .benefit:active {
    color: #888; }

.greysection .benefit {
  border: 1px solid #f5f5f5; }

.benefit:hover {
  border: 1px solid #e5e5e5; }

.benefit i {
  font-size: 5rem;
  width: auto;
  display: block;
  line-height: 1;
  margin-bottom: 1rem; }

.benefit_icon {
  height: 5rem; }

.benefit h3.title {
  display: block;
  font-size: 1.5rem;
  color: #888;
  margin-bottom: 0.25rem;
  margin-top: 0.5rem; }

/*---PROMOTIONS---*/
.promotions {
  padding-bottom: 2rem; }

.promotion {
  color: #888; }
  .promotion:visited {
    color: #888; }
  .promotion:focus {
    color: #888; }
  .promotion:hover {
    color: #888; }
  .promotion:active {
    color: #888; }

.promo_image {
  position: relative;
  display: block; }

.promo_image:hover img {
  opacity: 0.8; }

.promo_image img {
  width: 100%;
  height: auto;
  display: block; }

.promo_image h3 {
  background-color: rgba(0, 59, 76, 0.4);
  color: white;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.25rem 10px;
  margin: 0; }

.promotion .promo_description {
  width: 100%;
  display: block;
  text-align: center;
  padding: 1rem 20px;
  font-size: 0.875rem; }
  @media only screen and (min-width: 768px) {
    .promotion .promo_description {
      font-size: 1rem; } }

/*---TESTIMONIALS---*/
.testimonials {
  margin-top: 2rem;
  background-color: white;
  padding: 20px;
  position: relative;
  color: #888; }
  .testimonials:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
    border-color: transparent white transparent transparent; }
  @media only screen and (min-width: 768px) {
    .testimonials {
      margin-top: 4rem; } }

span.person {
  font-weight: 600;
  display: block; }

.slick-dots li.slick-active button:before {
  color: white; }

.greysection .slick-dots li.slick-active button:before {
  color: #003B4C; }

/*---FEATURED---*/
.featured {
  padding-bottom: 2rem; }

.featured_container {
  margin-bottom: 1rem;
  color: #888;
  padding: 0 10px;
  outline: none !important; }
  .featured_container:visited {
    color: #888; }
  .featured_container:focus {
    color: #888; }
  .featured_container:hover {
    color: #888; }
  .featured_container:active {
    color: #888; }

.featured_property {
  position: relative;
  margin-bottom: 0;
  cursor: pointer; }

.featured_image {
  display: block;
  width: 100%;
  height: auto; }

.featured_image:hover {
  opacity: 0.8; }

.featured_property h3 {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  display: block;
  text-align: left;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.25rem 10px;
  margin: 0; }

.featured_container .featured_property_specs {
  display: inline-block;
  line-height: 1;
  float: right; }

.featured_property_specs i {
  margin-right: 5px; }

.featured_property_specs img {
  height: 1rem;
  width: auto;
  display: inline-block;
  margin: 0;
  margin-right: 5px; }

.count {
  display: inline-block;
  margin-right: 15px; }

.featured_price {
  float: left;
  padding-left: 10px; }

.featured_container .featured_price {
  padding-top: 1rem;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .featured_container .featured_price {
      max-width: 70%; } }

/*---Countdown---*/
#countdown {
  color: white;
  font-size: 2.5rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    #countdown {
      font-size: 3rem; } }

#countdown span {
  display: inline-block;
  width: 60px; }
  @media only screen and (min-width: 768px) {
    #countdown span {
      font-size: 3rem;
      width: 80px; } }

/*=====================================================
FOOTER
=====================================================*/
footer {
  background-color: #003B4C;
  padding: 2rem 0;
  text-align: center;
  line-height: 1;
  font-size: 1.5rem; }

#footerlogo {
  display: block;
  width: auto;
  height: 2.5rem;
  margin: 0 auto 1rem; }

footer a {
  color: white; }
  footer a:visited {
    color: white; }
  footer a:focus {
    color: white; }
  footer a:hover {
    color: #dea37f; }
  footer a:active {
    color: white; }

.footer_phone {
  display: block;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 992px) {
    .footer_phone {
      display: inline-block;
      vertical-align: top; }
      .footer_phone:first-child:after {
        content: "\f111";
        line-height: 1.5rem;
        font-size: 0.5rem;
        display: inline-block;
        margin: 0 30px;
        vertical-align: top; } }

.footer_phone_location {
  font-size: 1rem;
  display: block;
  padding-bottom: 0.5rem; }
  @media only screen and (min-width: 768px) {
    .footer_phone_location {
      display: inline-block;
      padding-bottom: 0rem; } }

.footer_phone i {
  margin-right: 5px;
  margin-left: 0px; }
  @media only screen and (min-width: 768px) {
    .footer_phone i {
      margin-left: 20px; } }

.footer_social {
  margin: 10px;
  display: inline-block; }

.footer_socials {
  display: block; }
  @media only screen and (min-width: 768px) {
    .footer_socials {
      margin-right: 40px;
      display: inline-block;
      vertical-align: middle; } }

.lower_info {
  display: inline-block;
  padding-top: 0rem; }

.copyright, a.footerterms, a.footerterms:active, a.footerterms:visited {
  display: inline-block;
  font-size: 0.65rem;
  line-height: 1.25rem;
  color: #888; }

a.footerterms:hover {
  color: white; }

.accreditations {
  display: block;
  padding-top: 0.5rem; }
  @media only screen and (min-width: 768px) {
    .accreditations {
      display: inline-block;
      vertical-align: middle;
      padding-top: 0; } }

.accreditation {
  display: inline-block;
  margin-right: 10px; }
  .accreditation:hover {
    opacity: 0.8; }

.accreditation_logo {
  height: 25px;
  width: auto; }

/*=====================================================
CONTACT
=====================================================*/
.map {
  display: block;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  position: relative;
  height: 250px; }

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  display: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
  cursor: pointer; }
  .map iframe:first-child {
    display: block; }

.contact_method {
  position: relative;
  display: block;
  padding-left: 40px;
  padding-bottom: 0.75rem; }
  .contact_method a {
    color: #888; }
    .contact_method a:visited {
      color: #888; }
    .contact_method a:focus {
      color: #888; }
    .contact_method a:hover {
      color: #888; }
    .contact_method a:active {
      color: #888; }

.contact_method > i {
  position: absolute;
  display: block;
  top: 0.25rem;
  left: 0; }

.office {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 1rem; }
  @media only screen and (min-width: 992px) {
    .office:first-child {
      margin-top: 0; } }
  .office:hover {
    background-color: #e7e7e7; }

.office_address {
  display: block; }

.office .contact_method {
  padding-bottom: 0; }
  .office .contact_method a {
    display: block;
    font-size: 0.875rem;
    margin-top: 0.5rem; }

.office h4 {
  font-weight: normal;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.5rem; }

#contact_form {
  max-width: 500px;
  margin: auto; }

#contact_form input, #contact_form textarea {
  margin-bottom: 1rem; }

#contact_form textarea {
  height: 6rem;
  color: #888; }

.padded {
  padding-top: 1rem; }

/*=====================================================
PAGE
=====================================================*/
.topsection {
  padding-top: 3rem; }
  @media only screen and (min-width: 1100px) {
    .topsection {
      padding-top: 8rem; } }

.banner {
  min-height: 250px;
  color: white;
  background-size: cover;
  background-position: center; }

.banner_content {
  width: 100%;
  max-width: 600px;
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s; }
  .banner_content h1 {
    color: white; }

.preload .banner_content {
  opacity: 0;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s; }

/*=====================================================
BUY2
=====================================================*/
.step_container {
  background-color: black;
  padding: 20px;
  color: white;
  text-align: center;
  margin-top: 2rem; }

.step_number {
  width: 100%;
  max-width: 60px;
  margin-top: -2rem; }

h3.step_title {
  margin-top: 0.5rem;
  color: white; }

.fixedBG {
  background-attachment: fixed; }

.darksection {
  color: white; }

.blockquote {
  font-size: 2.5rem;
  text-indent: 60px;
  position: relative; }

.light .blockquote {
  color: #003B4C; }

.blockquote:before {
  content: "\201C";
  font-size: 100px;
  position: absolute;
  left: 0px;
  top: -1rem; }

/*=====================================================
RESULTS
=====================================================*/
.main_photo {
  width: 100%; }

.heading_search_term {
  white-space: nowrap; }

.sort {
  display: block;
  height: 2.5rem span;
    height-display: inline-block;
    height-line-height: 2.5rem;
    height-font-size: 0.875rem;
    height-margin-right: 10px; }
  .sort select {
    display: inline-block;
    height: 2.5rem;
    width: auto;
    border-color: #cecece;
    min-width: 0; }

.input_set .split_group {
  padding-bottom: 1rem; }
  .input_set .split_group:last-child {
    padding-bottom: 0; }

.input_set .split_group span {
  line-height: 2rem;
  display: inline-block;
  float: left;
  width: 25%;
  font-size: 0.875rem; }

.input_set .split_group input[type="text"], .input_set .split_group input[type="email"], .input_set .split_group select, .input_set .split_group textarea {
  display: inline-block;
  float: left;
  width: 75%; }

.results {
  position: relative;
  padding: 0;
  margin-top: -5.5rem; }
  @media only screen and (min-width: 992px) {
    .results {
      margin-top: -5.5rem; } }

.w-row.visible, .w-container.visible {
  overflow: visible;
  position: relative; }

.etabs {
  margin: 0;
  padding: 0;
  text-align: left;
  padding-left: 20px; }

.tab {
  display: inline-block;
  background: #f5f5f5;
  margin-left: 2px; }

.tab a {
  line-height: 2.5rem;
  display: block;
  padding: 0 20px; }

.tab.active {
  background: #fff; }

.tab a.active {
  font-weight: bold; }

.tab_content {
  padding-top: 3rem;
  outline: none; }

.listing_result {
  border-bottom: 1px solid #eee;
  padding: 1.5rem 0; }
  .listing_result:first-child {
    padding-top: 0; }
  .listing_result:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.listing_result h2 {
  font-size: 1.75rem;
  margin-bottom: 0.25rem; }

.listing_image {
  display: block;
  width: 100%;
  max-width: 500px; }
  .listing_image:hover {
    opacity: 0.8; }
  @media only screen and (min-width: 992px) {
    .listing_image {
      max-width: 100%; } }

.listing_image_link {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  margin: auto;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 992px) {
    .listing_image_link {
      width: 38%;
      display: inline-block;
      float: left;
      margin-bottom: 0; } }

.listing_detail {
  display: block;
  padding-bottom: 0rem; }
  @media only screen and (min-width: 992px) {
    .listing_detail {
      padding-left: 20px;
      width: 62%;
      float: left;
      display: inline-block;
      padding-bottom: 0; } }

.listing_price {
  font-weight: bold; }

.listing_links a {
  margin-bottom: 0.5rem; }
  .listing_links a:last-child {
    margin-bottom: 0; }

.featured_property_specs {
  padding: 1rem 0 0.25rem;
  display: block; }

.filters {
  background-color: whitesmoke;
  padding: 0.75rem 20px;
  position: relative;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 992px) {
    .filters {
      padding: 1.5rem 20px;
      margin-bottom: 0; } }

.backtotop {
  display: none; }
  @media only screen and (min-width: 992px) {
    .backtotop {
      display: block;
      margin: 1rem 0; } }

.filters h4 {
  position: relative;
  margin-bottom: 0; }

.filters h4:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 992px) {
    .filters h4:after {
      display: none; } }

.filters h4.expanded:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

input.filtercheckbox {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-left: 5px;
  min-width: 0; }

label.filtercheckboxlabel {
  display: inline-block;
  width: 85%;
  float: left;
  font-size: 0.875rem;
  padding-top: 0.2rem;
  padding-left: 10px;
  min-width: 0; }

#filters_form {
  padding-top: 1rem;
  display: none; }
  @media only screen and (min-width: 992px) {
    #filters_form {
      display: block; } }

#map_view img {
  width: 100%; }

.notifications {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  color: #003B4C; }
  .notifications:visited {
    color: #003B4C; }
  .notifications:focus {
    color: #003B4C; }
  .notifications:hover {
    color: #BD4700; }
  .notifications:active {
    color: #003B4C; }
  .notifications i {
    margin-right: 10px; }

.soldbanner {
  position: absolute;
  max-width: 25%;
  width: 100px;
  height: auto !important;
  top: 0;
  left: 0; }

/*=====================================================
SINGLE LISTING
=====================================================*/
section.gallery {
  padding: 0;
  padding-top: 3rem; }
  @media only screen and (min-width: 992px) {
    section.gallery {
      padding-top: 3rem; } }
  @media only screen and (min-width: 1100px) {
    section.gallery {
      padding-top: 4.5rem; } }
  @media only screen and (min-width: 1280px) {
    section.gallery {
      padding-top: 5.5rem; } }

.slider-for {
  margin-bottom: 0; }

.slider-for .slide img {
  height: 100%;
  width: auto; }

.slider-for .slide {
  position: relative;
  opacity: 0.1;
  margin-bottom: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  height: 250px;
  width: auto; }
  @media only screen and (min-width: 768px) {
    .slider-for .slide {
      height: 400px; } }
  @media only screen and (min-width: 992px) {
    .slider-for .slide {
      height: 550px; } }
  @media only screen and (min-width: 1450px) {
    .slider-for .slide {
      height: 700px; } }

.slider-for .slide.slick-current {
  opacity: 1; }

.slider-for .slick-prev {
  left: 0;
  z-index: 9999; }

.slider-for .slick-next {
  right: 0;
  z-index: 9999; }

.slider-nav {
  display: none;
  background-color: #f5f5f5;
  padding: 1.5rem 0; }
  @media only screen and (min-width: 992px) {
    .slider-nav {
      display: block;
      margin-bottom: 0; } }

.slider-nav img {
  margin-right: 20px;
  outline: none;
  opacity: 0.4;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  height: 100px;
  width: auto; }

.slider-nav img.slick-current {
  opacity: 1; }

.slider-nav .slick-track {
  margin: auto; }

.slick-prev:before, .slick-next:before {
  background-color: transparent;
  font-family: FontAwesome;
  display: block;
  text-align: center;
  line-height: 2.5rem;
  color: #888;
  font-size: 0.875rem; }

.slick-prev, .slick-next {
  background-color: white;
  line-height: 2.5rem;
  height: 2.5rem;
  width: 2rem;
  margin-top: -1rem; }
  .slick-prev:hover, .slick-next:hover {
    background-color: white; }
  @media only screen and (min-width: 992px) {
    .slick-prev, .slick-next {
      margin-top: -1.25rem; } }

.slick-prev:before {
  content: '\f0d9'; }

.slick-next:before {
  content: '\f0da'; }

.slick-prev:focus, .slick-next:focus {
  background-color: white; }

.slick-disabled {
  opacity: 0; }

.slide_count {
  position: absolute;
  display: none;
  bottom: 20px;
  right: 20px;
  background-color: white;
  font-size: 14px;
  line-height: 26px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  padding: 0 10px;
  font-weight: 600;
  opacity: 0;
  -moz-transition: 0.7s 0.5s;
  -o-transition: 0.7s 0.5s;
  -webkit-transition: 0.7s;
  -webkit-transition-delay: 0.5s;
  transition: 0.7s 0.5s; }

.slide_count.visible {
  display: block; }

.slick-current .slide_count {
  opacity: 1; }

.single_h1 {
  margin-bottom: 0rem; }

.single_price {
  font-size: 1.5rem;
  display: inline-block; }

.single_specs {
  display: block; }
  @media only screen and (min-width: 768px) {
    .single_specs {
      border-left: 2px solid #f5f5f5;
      display: inline-block;
      margin-left: 20px;
      padding-left: 20px; } }

/*---------Responsive Tabs Plugin-------------*/
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-bottom: 1px solid #ccc; }
  .r-tabs .r-tabs-tab a {
    display: block;
    padding: 0.5rem 10px; }

.r-tabs-tab.r-tabs-state-active {
  border: 1px solid #ccc;
  border-bottom: 1px solid white;
  background-color: white; }

.r-tabs .r-tabs-panel {
  padding: 1.5rem 10px;
  display: none;
  border-top: 1px solid #ccc;
  margin-top: -1px; }

.r-tabs .r-tabs-accordion-title {
  display: none;
  background-color: #5F7361;
  position: relative;
  line-height: 3rem;
  border-bottom: 1px solid white; }
  .r-tabs .r-tabs-accordion-title a {
    color: white;
    display: block;
    padding: 0 40px 0 20px; }
    .r-tabs .r-tabs-accordion-title a:visited {
      color: white; }
    .r-tabs .r-tabs-accordion-title a:focus {
      color: white; }
    .r-tabs .r-tabs-accordion-title a:hover {
      color: white; }
    .r-tabs .r-tabs-accordion-title a:active {
      color: white; }
    .r-tabs .r-tabs-accordion-title a:after {
      content: "\f0d7";
      font-family: FontAwesome;
      position: absolute;
      right: 20px;
      top: 1rem;
      line-height: 1rem;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }

.r-tabs-accordion-title.r-tabs-state-active a:after {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none; }

  .r-tabs .r-tabs-accordion-title {
    display: block; } }
#responsiveTabs {
  margin-top: 1.5rem; }

.single_actions {
  margin-top: 4rem;
  margin-bottom: 1rem;
  padding-left: 20px;
  background-color: #f5f5f5;
  padding: 1.5rem 20px; }

.action_group {
  position: relative;
  display: block;
  padding-left: 40px;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  cursor: pointer; }

.action_phone {
  font-weight: 600; }

.action_group i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.5;
  width: 30px;
  text-align: center; }

span.share {
  display: block; }

span.share_title {
  display: block; }

a.social_share {
  display: inline-block;
  color: white;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 5px;
  background-color: grey;
  text-align: center;
  cursor: pointer; }
  a.social_share:visited {
    color: white; }
  a.social_share:focus {
    color: white; }
  a.social_share:hover {
    color: white; }
  a.social_share:active {
    color: white; }
  a.social_share.facebook {
    background-color: #3765A3; }
  a.social_share.twitter {
    background-color: #5EA9DD; }
  a.social_share:hover {
    opacity: 0.8; }

#responsiveTabs .map {
  height: 300px !important; }

.acf-map {
  width: 100%;
  height: 300px;
  margin: 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

img.epc {
  width: 100%;
  max-width: 800px;
  display: inline-block; }

img.floorplan {
  width: 100%;
  max-width: 600px; }

.schoolmap {
  width: 100%; }

.features_list {
  display: block;
  padding-left: 0 !important; }

.features_list li {
  float: left;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  width: 100%; }
  .features_list li:before {
    font-family: FontAwesome;
    content: '\f111';
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 1.5rem;
    font-size: 0.5rem; }
  @media only screen and (min-width: 992px) {
    .features_list li {
      width: 33.33%; } }

/*=====================================================
PAGE
=====================================================*/
.page_sidebar {
  margin-top: 2rem; }
  @media only screen and (min-width: 992px) {
    .page_sidebar {
      margin-top: 0;
      padding-left: 40px; } }

.page_resources {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 1rem; }

.page_resources ul {
  margin: 0; }

.page_resources ul li {
  list-style: none; }
  .page_resources ul li a {
    display: block;
    padding-bottom: 0.5rem; }
  .page_resources ul li:last-child a {
    padding-bottom: 0; }

.sidebar_desc {
  display: block;
  padding-bottom: 0.75rem;
  margin-top: -0.5rem; }

.page_cta {
  margin-top: 1rem; }

h4.page_link {
  padding: 0 0 1rem;
  margin: 0; }

h4.page_link:last-child {
  padding-bottom: 0; }

.page_testimonials {
  background-color: #f5f5f5;
  margin-top: 1rem; }
  .page_testimonials:after {
    border-color: transparent #f5f5f5 transparent transparent; }
  .page_testimonials .slick-dots li.slick-active button:before {
    color: #f5f5f5; }

/*=====================================================
VALUATION
=====================================================*/
.valuation_form {
  max-width: 800px;
  display: block;
  margin: auto;
  padding-top: 2rem;
  display: none;
  opacity: 0.1;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.valuation_form.active {
  opacity: 1;
  -moz-transition: opacity 0.5s 0.3s;
  -o-transition: opacity 0.5s 0.3s;
  -webkit-transition: opacity 0.5s;
  -webkit-transition-delay: 0.3s;
  transition: opacity 0.5s 0.3s; }

.valuation_form .input_set {
  padding: 5px 10px; }

.valuation_form textarea {
  height: 60px; }

.valuation_form .wpcf7-submit {
  float: right; }

/*=====================================================
LANDLORDS
=====================================================*/
.features {
  margin: auto; }

.feature_column {
  background-color: white;
  text-align: center;
  margin-top: 1rem; }
  .feature_column table {
    width: 100%; }
  .feature_column th, .feature_column td {
    padding: 0.5rem 20px;
    border: 1px solid #f5f5f5; }
  .feature_column th {
    background-color: #5F7361;
    color: white;
    font-size: 1.125rem; }
  .feature_column td {
    font-size: 0.875rem; }

.additional_benefits {
  font-size: 0.75rem;
  display: block;
  font-weight: normal; }

.pricing_matrix {
  display: none; }
  @media only screen and (min-width: 992px) {
    .pricing_matrix {
      margin-top: 1.5rem;
      display: table;
      text-align: center;
      background-color: white;
      width: 100%; }
      .pricing_matrix th, .pricing_matrix td {
        padding: 0.5rem 20px;
        width: 25%; }
      .pricing_matrix th {
        background-color: #5F7361;
        color: white;
        font-size: 1.125rem; }
      .pricing_matrix td {
        font-size: 0.875rem;
        border: 1px solid #f5f5f5; } }

.pricing_matrix .fa-times {
  opacity: 0.2; }

.package_descriptions {
  border-top: none; }

.package_descriptions th {
  font-size: 0.875rem;
  font-weight: normal;
  padding-top: 0;
  border-top: 0; }

.package_titles, .package_titles th {
  border-bottom: 0; }

.package_titles th {
  padding-bottom: 0; }

.feature_heading {
  width: 25%;
  min-width: 200px; }

.matrix_mobile {
  display: block; }
  @media only screen and (min-width: 992px) {
    .matrix_mobile {
      display: none; } }

.service_description {
  text-align: left; }

/*=====================================================
BLOG
=====================================================*/
.blog_thumb {
  width: 100%;
  height: auto; }
  .blog_thumb:hover {
    opacity: 0.75; }

.roll_thumb {
  width: 100%;
  height: auto; }

.blog_entry {
  padding: 2rem 0;
  border-bottom: 1px solid #f5f5f5; }
  .blog_entry:first-child {
    padding-top: 0; }
  .blog_entry:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.blog_entry img {
  max-width: 100%;
  height: auto; }

.blog_header {
  min-height: 12rem;
  overflow: hidden;
  background-color: white; }
  @media only screen and (min-width: 992px) {
    .blog_header {
      min-height: 18rem; } }

.header_image {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 105%;
  height: 105%;
  background-size: cover;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.8; }

.w-col.overflow, .w-row.overflow, .w-container.overflow {
  overflow: visible; }

.blog_image {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin-top: -10rem; }

.blog_share {
  padding-top: 1rem; }

/*=====================================================
TEAM
=====================================================*/
.team_member {
  background-color: white;
  margin-bottom: 1rem; }

.person_info {
  padding: 2rem 20px; }

.bio_photo {
  width: 100%;
  height: auto; }

/*=====================================================
TESTIMONIALS
=====================================================*/
.single_testimonial {
  padding: 1.5rem 20px;
  background-color: #f5f5f5;
  margin-bottom: 2.5rem;
  position: relative; }
  .single_testimonial:last-child {
    margin-bottom: 1.5rem; }
  .single_testimonial:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #f5f5f5 transparent transparent;
    position: absolute;
    top: 100%;
    right: 40px; }

.single_testimonial:nth-child(odd) {
  background-color: #5F7361;
  color: white; }
  .single_testimonial:nth-child(odd):after {
    border-width: 20px 20px 0 0;
    border-color: #5f7361 transparent transparent transparent;
    right: auto;
    left: 40px; }

.author {
  display: block;
  font-weight: bold;
  padding-top: 0.5rem; }

/*=====================================================
MY EO
=====================================================*/
.myestateologysection {
  padding-top: 0; }

.myestateologysection #responsiveTabs {
  line-height: 1.5;
  margin-top: 3rem; }
  @media only screen and (min-width: 769px) {
    .myestateologysection #responsiveTabs {
      margin-top: -2.5rem; } }

.myestateologysection .r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
  background-color: #f5f5f5;
  border: none;
  margin-right: 2px; }
  .myestateologysection .r-tabs .r-tabs-tab:last-child {
    margin-right: 0px; }

.myestateologysection .r-tabs .r-tabs-tab a {
  padding: inherit 10px; }

.myestateologysection .r-tabs .r-tabs-panel {
  border: none;
  padding: 3rem  0 0 0; }

.myestateologysection .r-tabs .r-tabs-tab.r-tabs-state-active {
  background-color: white; }

.tab_banner {
  padding-bottom: 5rem; }

.cta.remove, .cta.dldoc {
  margin-left: 0; }
  @media only screen and (min-width: 992px) {
    .cta.remove, .cta.dldoc {
      float: right;
      margin-left: 20px; } }

#settingsform {
  padding-top: 1rem; }

.myeoformcol {
  padding-bottom: 1.5rem; }

.doc_group {
  padding-bottom: 3rem; }
  .doc_group:last-child {
    padding-bottom: 0; }

.doc_group h3 {
  padding: 0;
  margin: 1rem 0 0 0; }

.fileicon {
  display: inline-block;
  margin-right: 10px; }

.myestateologysection .listing_result:last-child {
  padding-bottom: 1.5rem; }
  @media only screen and (min-width: 992px) {
    .myestateologysection .listing_result:last-child {
      padding-bottom: 0; } }

.lineresult > span {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem; }
  @media only screen and (min-width: 992px) {
    .lineresult > span {
      padding-bottom: 0; } }

.centeredtestimonials {
  max-width: 600px;
  margin: 0 auto 30px; }

#contact_form.myeo_form {
  margin: 0; }
  #contact_form.myeo_form .cta {
    max-width: 400px; }

/*=====================================================
FAQ
=====================================================*/
.question {
  font-weight: bold; }

.answer {
  display: none; }

.q_and_a {
  cursor: pointer;
  padding-bottom: 1rem; }

.q_and_a:last-child {
  padding-bottom: 0; }

@media only screen and (min-width: 768px) {
  .sidebar_col {
    border-left: 4px solid #e7e7e6;
    padding-left: 40px; } }
/*=====================================================
INTERNATIONAL
=====================================================*/
.property_row {
  background-color: #f5f5f5; }
  .property_row:nth-child(even) {
    background-color: white; }

.cta i {
  display: inline-block;
  margin-right: 10px; }

/*=====================================================
PHOTOGRAPHY
=====================================================*/
/* ---- grid ---- */
/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- grid-item ---- */
.grid-item {
  width: 47.5%;
  float: left;
  /* vertical gutter */
  margin-bottom: 20px;
  border-right: 10px solid white; }
  @media only screen and (min-width: 768px) {
    .grid-item {
      width: 30%; } }
  @media only screen and (min-width: 992px) {
    .grid-item {
      width: 20%; } }

.grid-item img {
  width: 100%;
  height: auto; }

.content_area img {
  max-width: 100%;
  height: auto; }

img.aligncenter.size-large {
  display: block;
  width: 100%;
  height: auto; }

.lowersection {
  text-align: center;
  background-size: cover; }
  .lowersection.hasbg {
    color: white; }
    .lowersection.hasbg h2, .lowersection.hasbg h3 {
      color: white; }

/*=====================================================
PHOTOGRAPHY
=====================================================*/
/* ---- grid ---- */
/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- grid-item ---- */
.grid-item {
  width: 47.5%;
  float: left;
  /* vertical gutter */
  margin-bottom: 20px;
  border-right: 10px solid white; }
  @media only screen and (min-width: 768px) {
    .grid-item {
      width: 30%; } }
  @media only screen and (min-width: 992px) {
    .grid-item {
      width: 20%; } }

.grid-item img {
  width: 100%;
  height: auto; }

.content_area img {
  max-width: 100%;
  height: auto; }

img.aligncenter.size-large {
  display: block;
  width: 100%;
  height: auto; }

.lowersection {
  text-align: center;
  background-size: cover; }
  .lowersection.hasbg {
    color: white; }
    .lowersection.hasbg h2, .lowersection.hasbg h3 {
      color: white; }

/*=====================================================
ABOUT
=====================================================*/
.underground_container {
  position: absolute;
  width: 100%;
  top: -3rem;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .underground_container {
      top: -5rem; } }

.underground {
  height: 6rem; }
  @media only screen and (min-width: 992px) {
    .underground {
      height: 10rem; } }

@font-face {
  font-family: 'fontello';
  src: url("../../font/fontello.eot?96431653");
  src: url("../../font/fontello.eot?96431653#iefix") format("embedded-opentype"), url("../../font/fontello.woff?96431653") format("woff"), url("../../font/fontello.ttf?96431653") format("truetype"), url("../../font/fontello.svg?96431653#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../../font/fontello.svg?96431653#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-eye:before {
  content: '\e800'; }

/* '¯áÇ' */
.icon-search_line:before {
  content: '\e801'; }

/* '¯áü' */
.icon-location_line:before {
  content: '\e802'; }

/* '¯áé' */
.icon-time_line:before {
  content: '\e803'; }

/* '¯áâ' */
.icon-glasses_line:before {
  content: '\e804'; }

/* '¯áä' */
.icon-settings_line:before {
  content: '\e805'; }

/* '¯áà' */
.icon-profile_line:before {
  content: '\e806'; }

/* '¯áå' */
.icon-mail:before {
  content: '\e807'; }

/* '¯áç' */
.icon-speech-bubble_line:before {
  content: '\e808'; }

/* '¯áê' */
.icon-camera_line:before {
  content: '\e809'; }

/* '¯áë' */
.icon-zoom-in_line:before {
  content: '\e80a'; }

/* '¯áè' */
.icon-zoom-out_line:before {
  content: '\e80b'; }

/* '¯áï' */
.icon-star_line:before {
  content: '\e80c'; }

/* '¯áî' */
.icon-phone_line:before {
  content: '\e80d'; }

/* '¯áì' */
i[class^="icon-"]:before, i[class*=" icon-"]:before {
  margin: 0; }

html {
  font-size: 18px; }

body {
  font-family: "brandon-grotesque",sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #888; }

p:last-child {
  margin-bottom: 0; }

a {
  text-decoration: none;
  color: #BD4700; }
  a:visited {
    color: inherit; }
  a:focus {
    color: inherit; }
  a:hover {
    color: #dea37f; }
  a:active {
    color: inherit; }

h1, h2, h3, h4, h5, h6 {
  display: block;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-weight: normal; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0; }

h1 {
  color: #003B4C;
  font-size: 2rem;
  line-height: 1.25; }
  @media only screen and (min-width: 992px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  color: #003B4C;
  font-size: 1.5rem;
  line-height: 1.25; }
  @media only screen and (min-width: 992px) {
    h2 {
      font-size: 2.5rem; } }

h3 {
  font-size: 1.125rem;
  line-height: 1.25;
  color: #003B4C; }
  @media only screen and (min-width: 992px) {
    h3 {
      font-size: 1.5rem; } }

h4 {
  font-size: 1.125rem;
  line-height: 1.25;
  color: #194e5d; }
  @media only screen and (min-width: 992px) {
    h4 {
      font-size: 1.125rem; } }

.subheading {
  font-size: 1.125rem;
  display: block;
  margin-top: -0.5rem; }
  @media only screen and (min-width: 992px) {
    .subheading {
      font-size: 1.5rem; } }

strong {
  font-weight: bold !important; }

em {
  font-style: italic; }

ul {
  padding-left: 0; }

.cta {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: white;
  border: 2px solid #BD4700;
  background-color: #BD4700;
  line-height: 1.25rem;
  padding: 0.75rem 20px;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  margin-top: 0.5rem;
  display: block;
  margin: auto;
  min-width: 170px;
  max-width: 380px;
  text-align: center; }
  .cta:visited {
    color: white; }
  .cta:focus {
    color: white; }
  .cta:hover {
    color: white; }
  .cta:active {
    color: white; }
  .cta:hover {
    background-color: #ca6b33;
    color: white; }
  .cta.wide {
    min-width: 150px;
    max-width: 100%; }
  .cta.block {
    display: block; }
  @media only screen and (min-width: 992px) {
    .cta {
      padding: 0.5rem 20px;
      display: inline-block;
      margin: initial; } }

.cta.alt {
  background-color: #003B4C;
  border-color: #001d26; }
  .cta.alt:hover {
    background-color: #194e5d; }

/*--------------------------------------------------------------
Webflow Grid System
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .w-container .w-row {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 20px; }

  .w-col {
    padding-left: 10px;
    padding-right: 10px; } }
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table; }

.w-clearfix:after {
  clear: both; }

.w-container {
  margin-left: auto;
  margin-right: auto; }

.w-container {
  max-width: 1280px;
  overflow: hidden; }

.w-container.fullwidth {
  max-width: 100%; }

.w-container:before,
.w-container:after {
  content: " ";
  display: table; }

.w-container:after {
  clear: both; }

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px; }

.w-row:before,
.w-row:after {
  content: " ";
  display: table; }

.w-row:after {
  clear: both; }

.w-row .w-row {
  margin-left: -10px;
  margin-left: -10px;
  padding: 0; }

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.w-col .w-col {
  padding-left: 10px;
  padding-right: 10px; }

.w-col-1 {
  width: 8.33333333%; }

.w-col-2 {
  width: 16.66666667%; }

.w-col-3 {
  width: 25%; }

.w-col-4 {
  width: 33.33333333%; }

.w-col-5 {
  width: 41.66666667%; }

.w-col-6 {
  width: 50%; }

.w-col-7 {
  width: 58.33333333%; }

.w-col-8 {
  width: 66.66666667%; }

.w-col-9 {
  width: 75%; }

.w-col-10 {
  width: 83.33333333%; }

.w-col-11 {
  width: 91.66666667%; }

.w-col-12 {
  width: 100%; }

.w-col-push-1 {
  left: 8.33333333%; }

.w-col-push-2 {
  left: 16.66666667%; }

.w-col-push-3 {
  left: 25%; }

.w-col-push-4 {
  left: 33.33333333%; }

.w-col-push-5 {
  left: 41.66666667%; }

.w-col-push-6 {
  left: 50%; }

.w-col-push-7 {
  left: 58.33333333%; }

.w-col-push-8 {
  left: 66.66666667%; }

.w-col-push-9 {
  left: 75%; }

.w-col-push-10 {
  left: 83.33333333%; }

.w-col-push-11 {
  left: 91.66666667%; }

.w-col-pull-1 {
  right: 8.33333333%; }

.w-col-pull-2 {
  right: 16.66666667%; }

.w-col-pull-3 {
  right: 25%; }

.w-col-pull-4 {
  right: 33.33333333%; }

.w-col-pull-5 {
  right: 41.66666667%; }

.w-col-pull-6 {
  right: 50%; }

.w-col-pull-7 {
  right: 58.33333333%; }

.w-col-pull-8 {
  right: 66.66666667%; }

.w-col-pull-9 {
  right: 75%; }

.w-col-pull-10 {
  right: 83.33333333%; }

.w-col-pull-11 {
  right: 91.66666667%; }

.w-col-offset-1 {
  margin-left: 8.33333333%; }

.w-col-offset-2 {
  margin-left: 16.66666667%; }

.w-col-offset-3 {
  margin-left: 25%; }

.w-col-offset-4 {
  margin-left: 33.33333333%; }

.w-col-offset-5 {
  margin-left: 41.66666667%; }

.w-col-offset-6 {
  margin-left: 50%; }

.w-col-offset-7 {
  margin-left: 58.33333333%; }

.w-col-offset-8 {
  margin-left: 66.66666667%; }

.w-col-offset-9 {
  margin-left: 75%; }

.w-col-offset-10 {
  margin-left: 83.33333333%; }

.w-col-offset-11 {
  margin-left: 91.66666667%; }

.w-hidden-main {
  display: none !important; }

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 100%;
    padding: 0 10px; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: none !important; }

  .w-col-medium-1 {
    width: 8.33333333%; }

  .w-col-medium-2 {
    width: 16.66666667%; }

  .w-col-medium-3 {
    width: 25%; }

  .w-col-medium-4 {
    width: 33.33333333%; }

  .w-col-medium-5 {
    width: 41.66666667%; }

  .w-col-medium-6 {
    width: 50%; }

  .w-col-medium-7 {
    width: 58.33333333%; }

  .w-col-medium-8 {
    width: 66.66666667%; }

  .w-col-medium-9 {
    width: 75%; }

  .w-col-medium-10 {
    width: 83.33333333%; }

  .w-col-medium-11 {
    width: 91.66666667%; }

  .w-col-medium-12 {
    width: 100%; }

  .w-col-medium-push-1 {
    left: 8.33333333%; }

  .w-col-medium-push-2 {
    left: 16.66666667%; }

  .w-col-medium-push-3 {
    left: 25%; }

  .w-col-medium-push-4 {
    left: 33.33333333%; }

  .w-col-medium-push-5 {
    left: 41.66666667%; }

  .w-col-medium-push-6 {
    left: 50%; }

  .w-col-medium-push-7 {
    left: 58.33333333%; }

  .w-col-medium-push-8 {
    left: 66.66666667%; }

  .w-col-medium-push-9 {
    left: 75%; }

  .w-col-medium-push-10 {
    left: 83.33333333%; }

  .w-col-medium-push-11 {
    left: 91.66666667%; }

  .w-col-medium-pull-1 {
    right: 8.33333333%; }

  .w-col-medium-pull-2 {
    right: 16.66666667%; }

  .w-col-medium-pull-3 {
    right: 25%; }

  .w-col-medium-pull-4 {
    right: 33.33333333%; }

  .w-col-medium-pull-5 {
    right: 41.66666667%; }

  .w-col-medium-pull-6 {
    right: 50%; }

  .w-col-medium-pull-7 {
    right: 58.33333333%; }

  .w-col-medium-pull-8 {
    right: 66.66666667%; }

  .w-col-medium-pull-9 {
    right: 75%; }

  .w-col-medium-pull-10 {
    right: 83.33333333%; }

  .w-col-medium-pull-11 {
    right: 91.66666667%; }

  .w-col-medium-offset-1 {
    margin-left: 8.33333333%; }

  .w-col-medium-offset-2 {
    margin-left: 16.66666667%; }

  .w-col-medium-offset-3 {
    margin-left: 25%; }

  .w-col-medium-offset-4 {
    margin-left: 33.33333333%; }

  .w-col-medium-offset-5 {
    margin-left: 41.66666667%; }

  .w-col-medium-offset-6 {
    margin-left: 50%; }

  .w-col-medium-offset-7 {
    margin-left: 58.33333333%; }

  .w-col-medium-offset-8 {
    margin-left: 66.66666667%; }

  .w-col-medium-offset-9 {
    margin-left: 75%; }

  .w-col-medium-offset-10 {
    margin-left: 83.33333333%; }

  .w-col-medium-offset-11 {
    margin-left: 91.66666667%; }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto; } }
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: none !important; }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0; }

  .w-col {
    width: 100%;
    left: auto;
    right: auto; }

  .w-col-small-1 {
    width: 8.33333333%; }

  .w-col-small-2 {
    width: 16.66666667%; }

  .w-col-small-3 {
    width: 25%; }

  .w-col-small-4 {
    width: 33.33333333%; }

  .w-col-small-5 {
    width: 41.66666667%; }

  .w-col-small-6 {
    width: 50%; }

  .w-col-small-7 {
    width: 58.33333333%; }

  .w-col-small-8 {
    width: 66.66666667%; }

  .w-col-small-9 {
    width: 75%; }

  .w-col-small-10 {
    width: 83.33333333%; }

  .w-col-small-11 {
    width: 91.66666667%; }

  .w-col-small-12 {
    width: 100%; }

  .w-col-small-push-1 {
    left: 8.33333333%; }

  .w-col-small-push-2 {
    left: 16.66666667%; }

  .w-col-small-push-3 {
    left: 25%; }

  .w-col-small-push-4 {
    left: 33.33333333%; }

  .w-col-small-push-5 {
    left: 41.66666667%; }

  .w-col-small-push-6 {
    left: 50%; }

  .w-col-small-push-7 {
    left: 58.33333333%; }

  .w-col-small-push-8 {
    left: 66.66666667%; }

  .w-col-small-push-9 {
    left: 75%; }

  .w-col-small-push-10 {
    left: 83.33333333%; }

  .w-col-small-push-11 {
    left: 91.66666667%; }

  .w-col-small-pull-1 {
    right: 8.33333333%; }

  .w-col-small-pull-2 {
    right: 16.66666667%; }

  .w-col-small-pull-3 {
    right: 25%; }

  .w-col-small-pull-4 {
    right: 33.33333333%; }

  .w-col-small-pull-5 {
    right: 41.66666667%; }

  .w-col-small-pull-6 {
    right: 50%; }

  .w-col-small-pull-7 {
    right: 58.33333333%; }

  .w-col-small-pull-8 {
    right: 66.66666667%; }

  .w-col-small-pull-9 {
    right: 75%; }

  .w-col-small-pull-10 {
    right: 83.33333333%; }

  .w-col-small-pull-11 {
    right: 91.66666667%; }

  .w-col-small-offset-1 {
    margin-left: 8.33333333%; }

  .w-col-small-offset-2 {
    margin-left: 16.66666667%; }

  .w-col-small-offset-3 {
    margin-left: 25%; }

  .w-col-small-offset-4 {
    margin-left: 33.33333333%; }

  .w-col-small-offset-5 {
    margin-left: 41.66666667%; }

  .w-col-small-offset-6 {
    margin-left: 50%; }

  .w-col-small-offset-7 {
    margin-left: 58.33333333%; }

  .w-col-small-offset-8 {
    margin-left: 66.66666667%; }

  .w-col-small-offset-9 {
    margin-left: 75%; }

  .w-col-small-offset-10 {
    margin-left: 83.33333333%; }

  .w-col-small-offset-11 {
    margin-left: 91.66666667%; } }
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: inherit !important; }

  .w-hidden-tiny {
    display: none !important; }

  .w-col {
    width: 100%; }

  .w-col-tiny-1 {
    width: 8.33333333%; }

  .w-col-tiny-2 {
    width: 16.66666667%; }

  .w-col-tiny-3 {
    width: 25%; }

  .w-col-tiny-4 {
    width: 33.33333333%; }

  .w-col-tiny-5 {
    width: 41.66666667%; }

  .w-col-tiny-6 {
    width: 50%; }

  .w-col-tiny-7 {
    width: 58.33333333%; }

  .w-col-tiny-8 {
    width: 66.66666667%; }

  .w-col-tiny-9 {
    width: 75%; }

  .w-col-tiny-10 {
    width: 83.33333333%; }

  .w-col-tiny-11 {
    width: 91.66666667%; }

  .w-col-tiny-12 {
    width: 100%; }

  .w-col-tiny-push-1 {
    left: 8.33333333%; }

  .w-col-tiny-push-2 {
    left: 16.66666667%; }

  .w-col-tiny-push-3 {
    left: 25%; }

  .w-col-tiny-push-4 {
    left: 33.33333333%; }

  .w-col-tiny-push-5 {
    left: 41.66666667%; }

  .w-col-tiny-push-6 {
    left: 50%; }

  .w-col-tiny-push-7 {
    left: 58.33333333%; }

  .w-col-tiny-push-8 {
    left: 66.66666667%; }

  .w-col-tiny-push-9 {
    left: 75%; }

  .w-col-tiny-push-10 {
    left: 83.33333333%; }

  .w-col-tiny-push-11 {
    left: 91.66666667%; }

  .w-col-tiny-pull-1 {
    right: 8.33333333%; }

  .w-col-tiny-pull-2 {
    right: 16.66666667%; }

  .w-col-tiny-pull-3 {
    right: 25%; }

  .w-col-tiny-pull-4 {
    right: 33.33333333%; }

  .w-col-tiny-pull-5 {
    right: 41.66666667%; }

  .w-col-tiny-pull-6 {
    right: 50%; }

  .w-col-tiny-pull-7 {
    right: 58.33333333%; }

  .w-col-tiny-pull-8 {
    right: 66.66666667%; }

  .w-col-tiny-pull-9 {
    right: 75%; }

  .w-col-tiny-pull-10 {
    right: 83.33333333%; }

  .w-col-tiny-pull-11 {
    right: 91.66666667%; }

  .w-col-tiny-offset-1 {
    margin-left: 8.33333333%; }

  .w-col-tiny-offset-2 {
    margin-left: 16.66666667%; }

  .w-col-tiny-offset-3 {
    margin-left: 25%; }

  .w-col-tiny-offset-4 {
    margin-left: 33.33333333%; }

  .w-col-tiny-offset-5 {
    margin-left: 41.66666667%; }

  .w-col-tiny-offset-6 {
    margin-left: 50%; }

  .w-col-tiny-offset-7 {
    margin-left: 58.33333333%; }

  .w-col-tiny-offset-8 {
    margin-left: 66.66666667%; }

  .w-col-tiny-offset-9 {
    margin-left: 75%; }

  .w-col-tiny-offset-10 {
    margin-left: 83.33333333%; }

  .w-col-tiny-offset-11 {
    margin-left: 91.66666667%; } }
