/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
/* line 14, ../sass/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

/* line 18, ../sass/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
/* line 24, ../sass/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0; }

/* line 25, ../sass/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

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

/* line 27, ../sass/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize; }

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

/* line 31, ../sass/_flexslider.scss */
html[xmlns] .slides {
  display: block; }

/* line 32, ../sass/_flexslider.scss */
* html .slides {
  height: 1%; }

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

/* FlexSlider Default Theme
*********************************/
/* line 42, ../sass/_flexslider.scss */
.flexslider {
  margin: 0 0 60px;
  background: #000;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

/* line 43, ../sass/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

/* line 44, ../sass/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px; }

/* line 45, ../sass/_flexslider.scss */
.flexslider .slides {
  zoom: 1; }

/* line 47, ../sass/_flexslider.scss */
.carousel li {
  margin-right: 5px; }

/* Direction Nav */
/* line 51, ../sass/_flexslider.scss */
.flex-direction-nav {
  *height: 0; }

/* line 52, ../sass/_flexslider.scss */
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url('../img/bg_direction_nav.png?1696248640') no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease; }

/* line 53, ../sass/_flexslider.scss */
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px; }

/* line 54, ../sass/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -36px; }

/* line 55, ../sass/_flexslider.scss */
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px; }

/* line 56, ../sass/_flexslider.scss */
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px; }

/* line 57, ../sass/_flexslider.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

/* line 58, ../sass/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
/* line 61, ../sass/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 10px; }

/* line 62, ../sass/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

/* line 63, ../sass/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: transparent;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border: 1px solid white; }

/* line 64, ../sass/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: white; }

/* line 65, ../sass/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: white;
  cursor: default; }

/* line 67, ../sass/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

/* line 68, ../sass/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

/* line 69, ../sass/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

/* line 70, ../sass/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1; }

/* line 71, ../sass/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  /* line 74, ../sass/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  /* line 75, ../sass/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 11, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 29, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 40, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, ../sass/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 63, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
/* line 73, ../sass/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 107, ../sass/_normalize.scss */
h1 {
  font-size: 2em; }

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

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 123, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 132, ../sass/_normalize.scss */
dfn {
  font-style: italic; }

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 150, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 162, ../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 172, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 180, ../sass/_normalize.scss */
small {
  font-size: 80%; }

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

/* line 196, ../sass/_normalize.scss */
sup {
  top: -0.5em; }

/* line 200, ../sass/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 212, ../sass/_normalize.scss */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 220, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 232, ../sass/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 244, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 255, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

/*
 * Re-set default cursor for disabled elements.
 */
/* line 305, ../sass/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 315, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 348, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 359, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 372, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 11, ../sass/_base.scss */
html {
  font-size: 100%;
  background-color: black; }

/* line 15, ../sass/_base.scss */
body {
  line-height: 1.5;
  color: #404040;
  font-size: 0.875em;
  font-family: "Lato", sans-serif;
  font-weight: 400; }

/* line 21, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #47bab7;
  font-family: "Lato", sans-serif;
  font-weight: 700;
 }

/* line 26, ../sass/_base.scss */
small {
  display: block;
  text-align: left; }

/* line 30, ../sass/_base.scss */
a {
  text-decoration: none;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  color: #47bab7; }
  /* line 18, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  a:visited {
    color: #47bab7; }
  /* line 21, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  a:focus {
    color: #318381; }
  /* line 24, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  a:hover {
    color: #318381; }
  /* line 27, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  a:active {
    color: #318381; }

/* line 37, ../sass/_base.scss */
strong, b {
  font-family: "Lato", sans-serif;
  font-weight: 700; }

/* line 41, ../sass/_base.scss */
em, i {
  font-family: "Lato", sans-serif;
  font-style: italic; }

/* line 44, ../sass/_base.scss */
.screen-reader-text, .ir {
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }

/* line 49, ../sass/_base.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 50, ../sass/_base.scss */
.back {
  width: 15.03268%;
  float: right;
  margin-right: 0;
  *margin-left: -1.5em;
  display: inline;
  margin-top: 1em; }

/* line 52, ../sass/_base.scss */
blockquote {
  margin-left: 0;
  font-size: 1.5em;
  padding-left: 1em;
  color: #47bab7;
  border-left: 0.3em solid #47bab7; }
  /* line 58, ../sass/_base.scss */
  blockquote p {
    margin-top: 0;
    margin-bottom: 0; }

/* line 65, ../sass/_base.scss */
.form-inner {
  padding-top: 1em;
  *zoom: 1;
  max-width: 70em;
  _width: 70em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: auto;
  margin-right: auto; }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .form-inner:after {
    content: "";
    display: table;
    clear: both; }

/* line 69, ../sass/_base.scss */
form {
  background-color: #47bab7;
  width: 100%;
  float: left;
  margin-right: 1.96078%;
  display: inline; }

/* line 73, ../sass/_base.scss */
label {
  cursor: pointer; }

/* line 75, ../sass/_base.scss */
input[type],
textarea {
  padding: 0.3em; }

/* line 79, ../sass/_base.scss */
table {
  width: 100%;
  background-color: #bfbfbf;
  border: 0.1em solid #4d4d4d; }
  /* line 84, ../sass/_base.scss */
  table caption {
    font-weight: bold; }
  /* line 85, ../sass/_base.scss */
  table thead {
    color: white;
    text-align: left;
    text-align: center;
    background-color: black; }
    /* line 91, ../sass/_base.scss */
    table thead th {
      border-color: #4d4d4d; }
  /* line 93, ../sass/_base.scss */
  table th, table td {
    padding: 0.5em;
    border: 0.1em solid #4d4d4d; }
  /* line 94, ../sass/_base.scss */
  table td {
    text-align: left; }
  /* line 96, ../sass/_base.scss */
  table th[scope="row"] {
    font-weight: normal; }
  /* line 97, ../sass/_base.scss */
  table th[scope="rowgroup"] {
    vertical-align: middle; }
  /* line 98, ../sass/_base.scss */
  table th[scope="row"],
  table th[scope="rowgroup"] {
    text-align: left; }
  /* line 101, ../sass/_base.scss */
  table tbody tr:nth-of-type(even) {
    background-color: black; }
  /* line 104, ../sass/_base.scss */
  table tfoot {
    color: white;
    font-size: 75%;
    background-color: black; }
    /* line 109, ../sass/_base.scss */
    table tfoot td {
      text-align: center; }

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?1696324582');
  src: url('../fonts/icomoon.eot?&1696324582#iefix') format("embedded-opentype"), url('../fonts/icomoon.woff?1696324582') format("woff"), url('../fonts/icomoon.ttf?1696324582') format("truetype"), url('../fonts/icomoon.svg?1696324582#icomoon') format("svg");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 147, ../sass/_base.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 162, ../sass/_base.scss */
.icon-twitter:before {
  content: "\e000"; }

/* line 165, ../sass/_base.scss */
.icon-navigate_next:before {
  content: "\e901"; }

/* line 168, ../sass/_base.scss */
.icon-picture_as_pdf:before {
  content: "\e900"; }

/* line 171, ../sass/_base.scss */
.icon-facebook-with-circle:before {
  content: "\e909"; }

/* line 174, ../sass/_base.scss */
.icon-cross:before {
  content: "\e911"; }

/* line 182, ../sass/_base.scss */
.icon-alone {
  display: inline-block;
  /* Fix for clickability issue in WebKit */ }

/* line 185, ../sass/_base.scss */
.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px; }

/* line 191, ../sass/_base.scss */
.tc {
  text-align: center; }

/* line 195, ../sass/_base.scss */
.mt10 {
  margin-top: 10px; }

/* line 199, ../sass/_base.scss */
.mb10 {
  margin-bottom: 10px; }

/* line 9, ../sass/_layout.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 12, ../sass/_layout.scss */
.container {
  margin: 0 auto;
  *zoom: 1;
  max-width: 70em;
  _width: 70em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: auto;
  margin-right: auto; }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .container:after {
    content: "";
    display: table;
    clear: both; }

/* line 17, ../sass/_layout.scss */
.hero {
  padding-left: 0;
  padding-right: 0; }

/* line 18, ../sass/_layout.scss */
[role="main"] {
  padding-bottom: 1em;
  background-color: white; }

/* line 22, ../sass/_layout.scss */
header[role="banner"] {
  color: white;
  background-color: black; }
  /* line 25, ../sass/_layout.scss */
  header[role="banner"] .container {
    position: relative; }

/* line 27, ../sass/_layout.scss */
.container .inner {
  padding: 1em 0;
  margin-left: -1em;
  padding-left: 1em;
  margin-right: -1em;
  padding-right: 1em;
  *zoom: 1;
  background-color: white; }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .container .inner:after {
    content: "";
    display: table;
    clear: both; }

/* line 33, ../sass/_layout.scss */
aside[role="complementary"] {
  *zoom: 1;
  background-color: white; }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  aside[role="complementary"]:after {
    content: "";
    display: table;
    clear: both; }

/* line 37, ../sass/_layout.scss */
footer[role="contentinfo"] {
  color: white;
  padding: 1em 0;
  background-color: black;
  border-top: 0.4em solid #47bab7; }

/* line 11, ../sass/_modules.scss */
.notice-header {
  background-color: #47bab7;
  padding: 10px 0; }
  /* line 14, ../sass/_modules.scss */
  .notice-header .container {
    display: flex;
    gap: 10px; }
    /* line 17, ../sass/_modules.scss */
    .notice-header .container p {
      flex-grow: 1;
      margin: 0;
      text-align: center; }
    /* line 22, ../sass/_modules.scss */
    .notice-header .container .close-btn {
      font-size: 18px;
      cursor: pointer; }
    /* line 26, ../sass/_modules.scss */
    .notice-header .container:after {
      display: none; }

/* line 32, ../sass/_modules.scss */
header[role="banner"] {
  padding: 1.5em 0 1.4em;
  position: fixed;
  width: 100%;
  z-index: 11; }
  /* line 37, ../sass/_modules.scss */
  header[role="banner"] .logo {
    width: 70%; }
  /* line 40, ../sass/_modules.scss */
  header[role="banner"] .contact-details {
    color: #47bab7;
    display: none; }
    /* line 43, ../sass/_modules.scss */
    header[role="banner"] .contact-details div {
      margin-right: 1em; }
      /* line 45, ../sass/_modules.scss */
      header[role="banner"] .contact-details div:last-child {
        margin-right: 0; }

/* line 49, ../sass/_modules.scss */
.feature-button {
  display: block;
  text-align: center;
  padding: 0.4em 0;
  color: white;
  text-transform: uppercase;
  background-color: orange;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  border: 0.1em solid #ffaa0f;
  color: white;
  width: 40.52288%;
  float: right;
  margin-right: 0;
  *margin-left: -1.5em;
  display: inline;
  color: white;
  width: auto;
  padding: 0.4em; }
  /* line 18, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .feature-button:visited {
    color: white; }
  /* line 21, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .feature-button:focus {
    color: #d9d9d9; }
  /* line 24, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .feature-button:hover {
    color: #d9d9d9; }
  /* line 27, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .feature-button:active {
    color: #d9d9d9; }
  /* line 18, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .feature-button:visited {
    color: white; }
  /* line 21, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .feature-button:focus {
    color: #e69500; }
  /* line 24, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .feature-button:hover {
    color: #e69500; }
  /* line 27, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .feature-button:active {
    color: #e69500; }

/* line 57, ../sass/_modules.scss */
.page {
  padding-top: 7em; }
  /* line 60, ../sass/_modules.scss */
  .page .feature-button {
    float: none; }

/* line 64, ../sass/_modules.scss */
.button {
  display: block;
  text-align: center;
  padding: 0.4em 0;
  color: white;
  text-transform: uppercase;
  background-color: #47bab7;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  border: 0.1em solid #52bebb;
  color: white; }
  /* line 18, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .button:visited {
    color: white; }
  /* line 21, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .button:focus {
    color: #d9d9d9; }
  /* line 24, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .button:hover {
    color: #d9d9d9; }
  /* line 27, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .button:active {
    color: #d9d9d9; }

/* line 65, ../sass/_modules.scss */
.button-onthemarket {
  float: right; }

/* line 68, ../sass/_modules.scss */
.more {
  width: 6em;
  clear: both;
  float: right;
  margin-top: 1em;
  text-transform: uppercase; }

/* line 75, ../sass/_modules.scss */
.vcard {
  padding-left: 0;
  list-style: none; }
  /* line 78, ../sass/_modules.scss */
  .vcard ul {
    padding-left: 0;
    list-style: none; }

/* line 83, ../sass/_modules.scss */
.pagination {
  *zoom: 1;
  border-top: 0.15em solid #47bab7;
  padding-top: 0.5em; }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .pagination:after {
    content: "";
    display: table;
    clear: both; }
  /* line 87, ../sass/_modules.scss */
  .pagination .button {
    padding-left: 1em;
    padding-right: 1em; }
    /* line 90, ../sass/_modules.scss */
    .pagination .button.prev {
      float: left; }
    /* line 93, ../sass/_modules.scss */
    .pagination .button.next {
      float: right; }

/* line 99, ../sass/_modules.scss */
nav[role="navigation"] {
  clear: both;
  *zoom: 1;
  text-transform: uppercase; }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  nav[role="navigation"]:after {
    content: "";
    display: table;
    clear: both; }
  /* line 103, ../sass/_modules.scss */
  nav[role="navigation"] ul {
    clear: right;
    margin-top: 0;
    padding-left: 0;
    list-style: none; }
    /* line 108, ../sass/_modules.scss */
    .js nav[role="navigation"] ul {
      display: none; }
  /* line 110, ../sass/_modules.scss */
  nav[role="navigation"] li {
    border-top: 0.1em solid #262626;
    border-bottom: 0.1em solid #595959; }
    /* line 113, ../sass/_modules.scss */
    nav[role="navigation"] li:last-child {
      border-bottom: none; }
  /* line 115, ../sass/_modules.scss */
  nav[role="navigation"] a {
    color: white;
    display: block;
    line-height: 3;
    padding-left: 1em;
    background-color: #404040; }
    /* line 121, ../sass/_modules.scss */
    nav[role="navigation"] a:hover {
      background-color: #4d4d4d; }
  /* line 123, ../sass/_modules.scss */
  nav[role="navigation"] button {
    top: -0.3em;
    right: 0.7em;
    border: none;
    font-size: 2em;
    position: absolute;
    padding: 0 0 0.10em 0.30em;
    color: white;
    background-color: transparent; }
    /* line 132, ../sass/_modules.scss */
    .no-js nav[role="navigation"] button {
      display: none; }

/* line 137, ../sass/_modules.scss */
.article-list {
  padding-left: 0;
  list-style: none; }
  /* line 140, ../sass/_modules.scss */
  .article-list h3 {
    margin-top: 0; }
  /* line 141, ../sass/_modules.scss */
  .article-list li {
    padding-top: 2.5em;
    padding-bottom: 0.5em;
    *zoom: 1;
    border-bottom: 0.15em solid #47bab7; }
    /* line 38, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
    .article-list li:after {
      content: "";
      display: table;
      clear: both; }
    /* line 146, ../sass/_modules.scss */
    .article-list li:last-child {
      border-bottom: none; }

/* line 150, ../sass/_modules.scss */
.header-quotes {
  *zoom: 1; }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .header-quotes:after {
    content: "";
    display: table;
    clear: both; }

/* line 153, ../sass/_modules.scss */
aside[role="complementary"] {
  font-size: 0.8em; }
  /* line 155, ../sass/_modules.scss */
  aside[role="complementary"] h3 {
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 0; }

/* line 162, ../sass/_modules.scss */
.link-callouts img {
  margin-bottom: 1.5em; }

/* line 164, ../sass/_modules.scss */
footer[role="contentinfo"] small {
  clear: both;
  text-align: center; }

/* line 170, ../sass/_modules.scss */
.contact-form {
  padding-bottom: 1em;
  margin-bottom: 2em;
  background-color: #47bab7; }
  /* line 174, ../sass/_modules.scss */
  .contact-form small {
    margin-top: -2.5em;
    width: 57.51634%;
    float: left;
    margin-right: 1.96078%;
    display: inline; }
  /* line 178, ../sass/_modules.scss */
  .contact-form h3 {
    color: white; }
  /* line 179, ../sass/_modules.scss */
  .contact-form .radio-btns {
    *zoom: 1; }
    /* line 180, ../sass/_modules.scss */
    .contact-form .radio-btns label {
      display: block; }
    /* line 38, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
    .contact-form .radio-btns:after {
      content: "";
      display: table;
      clear: both; }
    /* line 182, ../sass/_modules.scss */
    .contact-form .radio-btns span, .contact-form .radio-btns label {
      float: left;
      padding-right: 1em; }

/* line 187, ../sass/_modules.scss */
.form-stacked > div {
  margin-bottom: 1em; }
/* line 188, ../sass/_modules.scss */
.form-stacked label {
  display: none; }
/* line 189, ../sass/_modules.scss */
.form-stacked p {
  padding-bottom: 1.5em; }
/* line 190, ../sass/_modules.scss */
.form-stacked .block input {
  width: 100%; }
/* line 191, ../sass/_modules.scss */
.form-stacked .button {
  display: block;
  text-align: center;
  padding: 0.4em 0;
  color: white;
  text-transform: uppercase;
  background-color: orange;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  border: 0.1em solid #ffaa0f;
  color: white;
  width: 40.52288%;
  float: right;
  margin-right: 0;
  *margin-left: -1.5em;
  display: inline;
  color: white; }
  /* line 18, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .form-stacked .button:visited {
    color: white; }
  /* line 21, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .form-stacked .button:focus {
    color: #d9d9d9; }
  /* line 24, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .form-stacked .button:hover {
    color: #d9d9d9; }
  /* line 27, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .form-stacked .button:active {
    color: #d9d9d9; }
  /* line 18, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .form-stacked .button:visited {
    color: white; }
  /* line 21, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .form-stacked .button:focus {
    color: #e69500; }
  /* line 24, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .form-stacked .button:hover {
    color: #e69500; }
  /* line 27, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
  .form-stacked .button:active {
    color: #e69500; }

/* line 199, ../sass/_modules.scss */
footer[role="contentinfo"] {
  text-align: center; }
  /* line 201, ../sass/_modules.scss */
  footer[role="contentinfo"] .links {
    padding-left: 0;
    list-style: none; }
    /* line 204, ../sass/_modules.scss */
    footer[role="contentinfo"] .links:first-child {
      display: none; }
    /* line 205, ../sass/_modules.scss */
    footer[role="contentinfo"] .links a {
      color: white; }
      /* line 18, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
      footer[role="contentinfo"] .links a:visited {
        color: white; }
      /* line 21, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
      footer[role="contentinfo"] .links a:focus {
        color: #318381; }
      /* line 24, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
      footer[role="contentinfo"] .links a:hover {
        color: #318381; }
      /* line 27, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
      footer[role="contentinfo"] .links a:active {
        color: #318381; }
  /* line 207, ../sass/_modules.scss */
  footer[role="contentinfo"] .twitter {
    position: relative;
    color: white; }
    /* line 209, ../sass/_modules.scss */
    footer[role="contentinfo"] .twitter span {
      color: #47bab7;
      font-size: 1.6em;
      position: absolute;
      left: -1.2em;
      top: -0.2em; }
    /* line 18, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
    footer[role="contentinfo"] .twitter:visited {
      color: white; }
    /* line 21, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
    footer[role="contentinfo"] .twitter:focus {
      color: #318381; }
    /* line 24, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
    footer[role="contentinfo"] .twitter:hover {
      color: #318381; }
    /* line 27, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
    footer[role="contentinfo"] .twitter:active {
      color: #318381; }

/* line 220, ../sass/_modules.scss */
.ts-address {
  width: 100%;
  padding-left: 0px; }

/* line 225, ../sass/_modules.scss */
.mb-address {
  width: 310px; }

/* line 230, ../sass/_modules.scss */
.address-ul {
  margin-left: -20px;
  list-style: none; }

/* line 235, ../sass/_modules.scss */
.flexslider {
  width: 100%;
  float: left;
  margin-right: 1.96078%;
  display: inline; }

/* line 239, ../sass/_modules.scss */
.usp {
  display: none; }

/* line 241, ../sass/_modules.scss */
.img-links {
  list-style: none;
  *zoom: 1;
  max-width: 70em;
  _width: 70em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1; }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .img-links:after {
    content: "";
    display: table;
    clear: both; }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .img-links:after {
    content: "";
    display: table;
    clear: both; }
  /* line 246, ../sass/_modules.scss */
  .img-links li {
    float: left;
    margin-right: 1em;
    width: 49.01961%;
    float: left;
    margin-right: 1.96078%;
    display: inline; }
    /* line 194, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_grid.scss */
    .img-links li:last-child {
      float: right;
      margin-right: 0;
      *margin-left: -1.5em; }
  /* line 252, ../sass/_modules.scss */
  .img-links .on-the-market {
    width: 100%;
    display: block;
    min-height: 65px;
    background-image: url('../img/on-the-market.png?1696248640');
    background-size: 100%;
    background-repeat: no-repeat; }
    /* line 259, ../sass/_modules.scss */
    .svg .img-links .on-the-market {
      background-image: url('../img/on-the-market.svg?1696248640'); }
  /* line 261, ../sass/_modules.scss */
  .img-links .tpo {
    width: 100%;
    display: block;
    min-height: 50px;
    background-image: url('../img/ombusman.png?1696248640');
    background-size: contain;
    background-repeat: no-repeat; }

/* line 272, ../sass/_modules.scss */
.cat-list h3 {
  border-bottom: 0.075em solid #47bab7;
  padding-bottom: 0.15em; }
/* line 277, ../sass/_modules.scss */
.cat-list ul {
  font-size: 1.25em; }

/* line 282, ../sass/_modules.scss */
ul.pdf-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e6e6e6; }
  /* line 288, ../sass/_modules.scss */
  ul.pdf-list li {
    border-bottom: 1px solid #e6e6e6; }
    /* line 291, ../sass/_modules.scss */
    ul.pdf-list li a {
      display: block;
      padding: 7px 10px; }
      /* line 295, ../sass/_modules.scss */
      ul.pdf-list li a:hover, ul.pdf-list li a:focus {
        background: #f2f2f2; }
      /* line 299, ../sass/_modules.scss */
      ul.pdf-list li a:active {
        background: #47bab7;
        color: white; }
      /* line 304, ../sass/_modules.scss */
      ul.pdf-list li a span {
        margin-right: 7px;
        font-size: 1.6em;
        vertical-align: middle; }
        /* line 309, ../sass/_modules.scss */
        ul.pdf-list li a span.icon-navigate_next {
          float: right; }

/* line 317, ../sass/_modules.scss */
.team-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 324, ../sass/_modules.scss */
  .team-row div {
    display: inline-block;
    width: 48%;
    vertical-align: top; }
    @media (max-width: 500px) {
      /* line 330, ../sass/_modules.scss */
      .team-row div:nth-of-type(2n) {
        margin-left: 2%; }
      /* line 334, ../sass/_modules.scss */
      .team-row div:nth-of-type(n + 3) {
        margin-top: 10px; } }
    @media (min-width: 501px) {
      /* line 324, ../sass/_modules.scss */
      .team-row div {
        width: 29%; }
        /* line 344, ../sass/_modules.scss */
        .team-row div:nth-of-type(3n - 1) {
          margin: 0 2%; }
        /* line 348, ../sass/_modules.scss */
        .team-row div:nth-of-type(n + 4) {
          margin-top: 10px; } }

/* line 355, ../sass/_modules.scss */
.banner-image {
  margin: 0 auto; }

@media (min-width: 33em) {
  /* line 14, ../sass/_states.scss */
  body {
    font-size: 1em; }

  /* line 17, ../sass/_states.scss */
  .form-inner h3 {
    margin-top: -0.05em; }

  /* line 18, ../sass/_states.scss */
  .usp {
    display: block;
    margin-top: 0;
    color: white;
    font-size: 1.1em;
    padding-top: 1em;
    margin-left: -1em;
    padding-left: 1em;
    margin-right: -1em;
    padding-right: 1em;
    background-size: 30%;
    padding-bottom: 3.5em;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    float: right;
    margin-right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url('../img/ts-logo.png?1696248640'); }
    /* line 32, ../sass/_states.scss */
    .svg .usp {
      background-image: url('../img/ts-logo.svg?1696248640'); }

  /* line 34, ../sass/_states.scss */
  header[role="banner"] {
    position: static; }
    /* line 36, ../sass/_states.scss */
    header[role="banner"] .logo {
      width: 32.02614%;
      float: left;
      margin-right: 1.96078%; }
    /* line 39, ../sass/_states.scss */
    header[role="banner"] nav[role="navigation"] {
      padding-top: 30px; }
      /* line 42, ../sass/_states.scss */
      header[role="banner"] nav[role="navigation"] button {
        top: 2.5em; }
    /* line 44, ../sass/_states.scss */
    header[role="banner"] .contact-details {
      display: block;
      font-size: 1.05em;
      width: 66.01307%;
      float: right;
      margin-right: 0; }
      /* line 48, ../sass/_states.scss */
      header[role="banner"] .contact-details div {
        float: right;
        margin-left: 1.5em;
        margin-right: 0; }

  /* line 56, ../sass/_states.scss */
  .article-list .media {
    *zoom: 1; }
    /* line 38, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
    .article-list .media:after {
      content: "";
      display: table;
      clear: both; }
    /* line 21, ../sass/_mixins.scss */
    .article-list .media .media-object {
      width: 32.02614%;
      float: left;
      margin-right: 1.96078%; }
    /* line 24, ../sass/_mixins.scss */
    .article-list .media .media-body {
      width: 66.01307%;
      float: right;
      margin-right: 0; }
      /* line 26, ../sass/_mixins.scss */
      .article-list .media .media-body p:first-of-type {
        margin-top: 0; }

  /* line 60, ../sass/_states.scss */
  .article-list .meta .post-date {
    width: 40.52288%;
    float: left;
    margin-right: 1.96078%;
    margin-top: 0; }
  /* line 61, ../sass/_states.scss */
  .article-list .meta .post-tax {
    width: 57.51634%;
    float: right;
    margin-right: 0;
    margin-top: 0;
    text-align: right; }

  /* line 63, ../sass/_states.scss */
  [class^="quote"] {
    width: 48%;
    float: left;
    margin-right: 0.5em; }
    /* line 67, ../sass/_states.scss */
    [class^="quote"]:last-child {
      margin-right: 0; }

  /* line 69, ../sass/_states.scss */
  .contact-form {
    width: 100%;
    float: left;
    margin-right: 1.96078%; }

  /* line 72, ../sass/_states.scss */
  .link-callouts,
  .cat-list {
    width: 49.01961%;
    float: right;
    margin-right: 0; }

  /* line 77, ../sass/_states.scss */
  footer[role="contentinfo"] {
    text-align: left; }
    /* line 79, ../sass/_states.scss */
    footer[role="contentinfo"] .contact-details {
      min-height: 260px;
      font-size: 0.875em;
      width: 49.01961%;
      float: left;
      margin-right: 1.96078%; }
      /* line 83, ../sass/_states.scss */
      footer[role="contentinfo"] .contact-details .vcard {
        width: 49.01961%;
        float: left;
        margin-right: 1.96078%; }
        /* line 85, ../sass/_states.scss */
        footer[role="contentinfo"] .contact-details .vcard:nth-of-type(2) {
          width: 49.01961%;
          float: right;
          margin-right: 0; }
        /* line 86, ../sass/_states.scss */
        footer[role="contentinfo"] .contact-details .vcard:last-child {
          width: 49.01961%;
          float: right;
          margin-right: 0; }
    /* line 89, ../sass/_states.scss */
    footer[role="contentinfo"] small {
      text-align: left; }
    /* line 90, ../sass/_states.scss */
    footer[role="contentinfo"] .link-lists {
      width: 49.01961%;
      float: right;
      margin-right: 0; }
      /* line 92, ../sass/_states.scss */
      footer[role="contentinfo"] .link-lists .links {
        font-size: 0.875em;
        width: 49.01961%;
        float: left;
        margin-right: 1.96078%; }
        /* line 95, ../sass/_states.scss */
        footer[role="contentinfo"] .link-lists .links:first-child {
          padding-left: 17.33333%;
          display: block; }
        /* line 96, ../sass/_states.scss */
        footer[role="contentinfo"] .link-lists .links:last-child {
          width: 49.01961%;
          float: right;
          margin-right: 0; }
    /* line 99, ../sass/_states.scss */
    footer[role="contentinfo"] .img-links {
      width: 49.01961%;
      float: right;
      margin-right: 0; }

  /* line 101, ../sass/_states.scss */
  .vcard.turner-scott-lettings {
    padding-top: 4em;
    background-image: url('../img/ts-logo.png?1696248640');
    background-size: 75% auto;
    background-repeat: no-repeat; }
    /* line 106, ../sass/_states.scss */
    .svg .vcard.turner-scott-lettings {
      background-image: url('../img/ts-logo.svg?1696248640'); }

  /* line 109, ../sass/_states.scss */
  .page {
    padding-top: 0; }

  /* line 110, ../sass/_states.scss */
  .img-links li:first-child {
    padding-left: 13.5%; }

  /* line 112, ../sass/_states.scss */
  .mb-address {
    float: none;
    margin-left: -40px; }

  /* line 117, ../sass/_states.scss */
  .ts-address {
    float: none; } }
@media (min-width: 46em) {
  /* line 125, ../sass/_states.scss */
  nav[role="navigation"] {
    padding-top: 20px !important; }
    /* line 128, ../sass/_states.scss */
    nav[role="navigation"] button {
      top: 1.5em !important; } }
@media (min-width: 62em) {
  /* line 136, ../sass/_states.scss */
  header[role="banner"] + .container {
    padding-top: 3em; }

  /* line 137, ../sass/_states.scss */
  body {
    background: url('../img/main-bg.jpg?1696248640');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 7.5em; }

  /* line 143, ../sass/_states.scss */
  .flexslider {
    width: 66.01307%;
    float: left;
    margin-right: 1.96078%; }

  /* line 146, ../sass/_states.scss */
  .usp {
    min-height: 364px;
    background-size: 50%;
    background-position: 90% 95%;
    width: 32.02614%;
    float: right;
    margin-right: 0; }

  /* line 152, ../sass/_states.scss */
  [role="main"] {
    width: 66.01307%;
    float: left;
    margin-right: 1.96078%; }

  /* line 153, ../sass/_states.scss */
  aside[role="complementary"] {
    width: 32.02614%;
    float: right;
    margin-right: 0; }

  /* line 156, ../sass/_states.scss */
  .contact-form {
    width: 100%;
    float: left;
    margin-right: 1.96078%; }

  /* line 159, ../sass/_states.scss */
  .link-callouts,
  .cat-list {
    width: 100%;
    float: left;
    margin-right: 1.96078%; }

  /* line 163, ../sass/_states.scss */
  .mb-address {
    float: right; }

  /* line 166, ../sass/_states.scss */
  .ts-address {
    float: left; } }
@media (min-width: 66em) {
  /* line 174, ../sass/_states.scss */
  nav[role="navigation"] {
    position: absolute;
    right: 1.5em;
    bottom: -2em; }
    /* line 178, ../sass/_states.scss */
    nav[role="navigation"] ul {
      margin-top: 1em;
      *zoom: 1; }
      /* line 38, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
      nav[role="navigation"] ul:after {
        content: "";
        display: table;
        clear: both; }
      /* line 181, ../sass/_states.scss */
      .js nav[role="navigation"] ul {
        display: block; }
    /* line 183, ../sass/_states.scss */
    nav[role="navigation"] li {
      float: left;
      margin-left: 0;
      border-top: none;
      margin-right: 2em;
      border-bottom: none; }
      /* line 189, ../sass/_states.scss */
      nav[role="navigation"] li:last-child {
        margin-right: 0; }
    /* line 191, ../sass/_states.scss */
    nav[role="navigation"] a {
      display: inline;
      line-height: 2;
      padding-left: 0;
      padding-bottom: 0.2em;
      background-color: transparent; }
      /* line 197, ../sass/_states.scss */
      nav[role="navigation"] a:hover, nav[role="navigation"] a.active {
        background-color: transparent;
        border-bottom: 0.2em solid #47bab7; }
    /* line 202, ../sass/_states.scss */
    nav[role="navigation"] button {
      display: none; } }

