@font-face {
  font-family: 'Brandon Grotesque';
  src: url("../fonts/woff/brandongrotesque.woff2") format("woff2"), url("../fonts/woff/brandongrotesque.woff") format("woff"); }
@font-face {
  font-family: 'Freight Pro Text';
  src: url("../fonts/woff/freightprotext.woff2") format("woff2"), url("../fonts/woff/freightprotext.woff") format("woff"); }
@font-face {
  font-family: 'Brandon Text';
  src: url("../fonts/woff/brandontext.woff2") format("woff2"), url("../fonts/woff/brandontext.woff") format("woff"); }
/*// Color UI

$ui-colors: (
	default: $marron,
	success: $green,
	error: #f00,
	warning: $marron
);*/
/** BROWSER COMPATIBILTY **/
/** FLEX **/
/*@if variable-exists(font-url--google){
	@import url($font-url--google);
}

@function em($target, $context: $base__font-size){
	@return ($target / $context) * 1em;
}

%clearfix {
	&:after {
		content: "";
		display: table;
		clear: both;
	}
}

%pseudos {
	display: block;
	content: '';
	position: absolute;
}*/
/* Spacing */
.mar-top--xs {
  margin-top: 8px; }
.mar-top--sm {
  margin-top: 16px; }
.mar-top--md {
  margin-top: 32px; }
.mar-top--lg {
  margin-top: 48px; }
.mar-top--xl {
  margin-top: 64px; }
.mar-top--xxl {
  margin-top: 80px; }
.mar-bottom--xs {
  margin-bottom: 8px; }
.mar-bottom--sm {
  margin-bottom: 16px; }
.mar-bottom--md {
  margin-bottom: 32px; }
.mar-bottom--lg {
  margin-bottom: 48px; }
.mar-bottom--xl {
  margin-bottom: 64px; }
.mar-bottom--xxl {
  margin-bottom: 80px; }
.mar-left--xs {
  margin-left: 8px; }
.mar-left--sm {
  margin-left: 16px; }
.mar-left--md {
  margin-left: 32px; }
.mar-left--lg {
  margin-left: 48px; }
.mar-left--xl {
  margin-left: 64px; }
.mar-left--xxl {
  margin-left: 80px; }
.mar-right--xs {
  margin-right: 8px; }
.mar-right--sm {
  margin-right: 16px; }
.mar-right--md {
  margin-right: 32px; }
.mar-right--lg {
  margin-right: 48px; }
.mar-right--xl {
  margin-right: 64px; }
.mar-right--xxl {
  margin-right: 80px; }

.pad-top--xs {
  padding-top: 8px; }
.pad-top--sm {
  padding-top: 16px; }
.pad-top--md {
  padding-top: 32px; }
.pad-top--lg {
  padding-top: 48px; }
.pad-top--xl {
  padding-top: 64px; }
.pad-top--xxl {
  padding-top: 80px; }
.pad-bottom--xs {
  padding-bottom: 8px; }
.pad-bottom--sm {
  padding-bottom: 16px; }
.pad-bottom--md {
  padding-bottom: 32px; }
.pad-bottom--lg {
  padding-bottom: 48px; }
.pad-bottom--xl {
  padding-bottom: 64px; }
.pad-bottom--xxl {
  padding-bottom: 80px; }
.pad-left--xs {
  padding-left: 8px; }
.pad-left--sm {
  padding-left: 16px; }
.pad-left--md {
  padding-left: 32px; }
.pad-left--lg {
  padding-left: 48px; }
.pad-left--xl {
  padding-left: 64px; }
.pad-left--xxl {
  padding-left: 80px; }
.pad-right--xs {
  padding-right: 8px; }
.pad-right--sm {
  padding-right: 16px; }
.pad-right--md {
  padding-right: 32px; }
.pad-right--lg {
  padding-right: 48px; }
.pad-right--xl {
  padding-right: 64px; }
.pad-right--xxl {
  padding-right: 80px; }

.width-auto {
  width: auto; }

.overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  z-index: 1; }

@media (max-width: 767px) {
  .hidden-mob {
    display: none; } }

@media (min-width: 768px) {
  .only-mob {
    display: none; } }

.invis-desktop {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (min-width: 768px) {
    .invis-desktop {
      /*opacity: 0;*/ } }

.dots {
  width: 100%;
  background-image: linear-gradient(to right, #868686 28%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  margin: 7px 4px; }

.nowrap {
  white-space: nowrap; }

.dash {
  margin: 0px 4px; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box; }

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Freight Pro Text", serif;
  background: #fbfbfb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  color: #45464E; }

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

h1, h2, h3, h4, h5 {
/*  font-family: "Brandon Grotesque", serif;*/
  font-weight: 500; }

p, a {
  font-family: "Freight Pro Text", serif; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.font-size--xs {
  font-size: 12px; }
.font-size--sm {
  font-size: 16px; }
.font-size--md {
  font-size: 20px; }
.font-size--lg {
  font-size: 32px; }
.font-size--xl {
  font-size: 48px; }
.font-size--xxl {
  font-size: 64px; }

.text-action {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Brandon Grotesque", serif; }

.hdln-1,
.hdln-2 {
  font-family: "Freight Pro Text", serif; }

.hdln-1 {
  font-size: 32px;
  margin-bottom: 16px; }
  .hdln-1 .icon {
    margin-right: 16px; }
  @media (min-width: 768px) {
    .hdln-1 {
      font-size: 38px;
      white-space: nowrap; } }

.hdln-2 {
  font-size: 32px;
  margin-bottom: 14px; }

.txt-style-1 {
  color: #475C7F;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Brandon Grotesque", serif;
  font-weight: bold;
  letter-spacing: 0.04em; }

.link {
  text-decoration: underline;
  color: #475C7F; }
  .link:hover {
    color: #2c384e;
    text-decoration: underline; }

.txt-color-base {
  color: #45464E !important; }

.border-bottom {
  border-bottom: solid 1px #EEEEEE !important; }

.container {
  max-width: 1240px; }

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 48px;
  /*&__logo {
  	width: 162px;
  	@media(min-width: $tablet){
  		width: 218px;
  	}
  }*/ }
  .header__logo {
    width: auto;
    height: 56px;
    text-align: center;
    padding: 12px 22px;
    background: #a32035;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .header__logo img {
      height: 28px; }
    @media (max-width: 767px) {
      .header__logo {
        height: 48px; }
        .header__logo img {
          height: 21px; } }
  @media (max-width: 767px) {
    .header {
      padding: 0px 8px; } }

footer {
  padding: 50px 0px; }

/*// Grid

.container {
	width: 90%;
	margin: 0px auto;
	max-width: 1240px;
}*/
.flex-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .flex-cont--tablet {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .flex-cont--desktop {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 1200px) {
    .flex-cont--large {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 1400px) {
    .flex-cont--extra {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.flex-item {
  flex-basis: 100%; }

.flex-col--1 {
  flex-basis: calc(100% - 0px);
  margin: 0px 24px; }
.flex-col--2 {
  flex-basis: calc(50% - 12px);
  margin: 0px 12px; }
.flex-col--3 {
  flex-basis: calc(33.3333333333% - 16px);
  margin: 0px 8px; }
.flex-col--4 {
  flex-basis: calc(25% - 18px);
  margin: 0px 6px; }
.flex-col--5 {
  flex-basis: calc(20% - 19.2px);
  margin: 0px 4.8px; }
.flex-col--6 {
  flex-basis: calc(16.6666666667% - 20px);
  margin: 0px 4px; }
.flex-col--7 {
  flex-basis: calc(14.2857142857% - 20.5714285714px);
  margin: 0px 3.4285714286px; }
.flex-col--8 {
  flex-basis: calc(12.5% - 21px);
  margin: 0px 3px; }
.flex-col--9 {
  flex-basis: calc(11.1111111111% - 21.3333333333px);
  margin: 0px 2.6666666667px; }
.flex-col--10 {
  flex-basis: calc(10% - 21.6px);
  margin: 0px 2.4px; }
.flex-col--11 {
  flex-basis: calc(9.0909090909% - 21.8181818182px);
  margin: 0px 2.1818181818px; }
.flex-col--12 {
  flex-basis: calc(8.3333333333% - 22px);
  margin: 0px 2px; }
@media (min-width: 768px) {
  .flex-col--tablet--1 {
    flex-basis: calc(100% - 0px);
    margin: 0px 24px; } }
@media (min-width: 768px) {
  .flex-col--tablet--2 {
    flex-basis: calc(50% - 12px);
    margin: 0px 12px; } }
@media (min-width: 768px) {
  .flex-col--tablet--3 {
    flex-basis: calc(33.3333333333% - 16px);
    margin: 0px 8px; } }
@media (min-width: 768px) {
  .flex-col--tablet--4 {
    flex-basis: calc(25% - 18px);
    margin: 0px 6px; } }
@media (min-width: 768px) {
  .flex-col--tablet--5 {
    flex-basis: calc(20% - 19.2px);
    margin: 0px 4.8px; } }
@media (min-width: 768px) {
  .flex-col--tablet--6 {
    flex-basis: calc(16.6666666667% - 20px);
    margin: 0px 4px; } }
@media (min-width: 768px) {
  .flex-col--tablet--7 {
    flex-basis: calc(14.2857142857% - 20.5714285714px);
    margin: 0px 3.4285714286px; } }
@media (min-width: 768px) {
  .flex-col--tablet--8 {
    flex-basis: calc(12.5% - 21px);
    margin: 0px 3px; } }
@media (min-width: 768px) {
  .flex-col--tablet--9 {
    flex-basis: calc(11.1111111111% - 21.3333333333px);
    margin: 0px 2.6666666667px; } }
@media (min-width: 768px) {
  .flex-col--tablet--10 {
    flex-basis: calc(10% - 21.6px);
    margin: 0px 2.4px; } }
@media (min-width: 768px) {
  .flex-col--tablet--11 {
    flex-basis: calc(9.0909090909% - 21.8181818182px);
    margin: 0px 2.1818181818px; } }
@media (min-width: 768px) {
  .flex-col--tablet--12 {
    flex-basis: calc(8.3333333333% - 22px);
    margin: 0px 2px; } }
@media (min-width: 992px) {
  .flex-col--desktop--1 {
    flex-basis: calc(100% - 0px);
    margin: 0px 24px; } }
@media (min-width: 992px) {
  .flex-col--desktop--2 {
    flex-basis: calc(50% - 12px);
    margin: 0px 12px; } }
@media (min-width: 992px) {
  .flex-col--desktop--3 {
    flex-basis: calc(33.3333333333% - 16px);
    margin: 0px 8px; } }
@media (min-width: 992px) {
  .flex-col--desktop--4 {
    flex-basis: calc(25% - 18px);
    margin: 0px 6px; } }
@media (min-width: 992px) {
  .flex-col--desktop--5 {
    flex-basis: calc(20% - 19.2px);
    margin: 0px 4.8px; } }
@media (min-width: 992px) {
  .flex-col--desktop--6 {
    flex-basis: calc(16.6666666667% - 20px);
    margin: 0px 4px; } }
@media (min-width: 992px) {
  .flex-col--desktop--7 {
    flex-basis: calc(14.2857142857% - 20.5714285714px);
    margin: 0px 3.4285714286px; } }
@media (min-width: 992px) {
  .flex-col--desktop--8 {
    flex-basis: calc(12.5% - 21px);
    margin: 0px 3px; } }
@media (min-width: 992px) {
  .flex-col--desktop--9 {
    flex-basis: calc(11.1111111111% - 21.3333333333px);
    margin: 0px 2.6666666667px; } }
@media (min-width: 992px) {
  .flex-col--desktop--10 {
    flex-basis: calc(10% - 21.6px);
    margin: 0px 2.4px; } }
@media (min-width: 992px) {
  .flex-col--desktop--11 {
    flex-basis: calc(9.0909090909% - 21.8181818182px);
    margin: 0px 2.1818181818px; } }
@media (min-width: 992px) {
  .flex-col--desktop--12 {
    flex-basis: calc(8.3333333333% - 22px);
    margin: 0px 2px; } }

.burger {
  display: inline-block;
  width: 33px;
  float: right;
  position: relative; }
  .burger div {
    width: 100%;
    height: 4px;
    background: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: 0.6s; }
  .burger :last-child {
    margin-bottom: 0px; }
  .burger.open div {
    position: absolute;
    top: 10px;
    position: absolute; }
  .burger.open :nth-child(1) {
    transform: rotate(45deg); }
  .burger.open :nth-child(2) {
    transform: rotate(-45deg); }
  .burger.open :nth-child(3) {
    display: none; }
  @media (min-width: 768px) {
    .burger {
      display: none; } }

.side_nav {
  background: #475C7F;
  flex: 0 0 316px;
  padding: 80px 0px 48px 0px; }
  .side_nav__links {
    list-style: none;
    margin: 0px 0px 48px 0px;
    padding: 0px; }
  .side_nav__link {
    border-bottom: solid 1px #596e92; }
    .side_nav__link a {
      display: inline-block;
      padding: 0px 48px;
      height: 64px;
      vertical-align: middle;
      color: #fff;
      width: 100%;
      text-transform: uppercase;
      font-family: "Brandon Grotesque", serif;
      font-weight: 500;
      font-size: 12px;
      transition: background 0.3s;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .side_nav__link a:hover {
        background: #3F516F; }
    .side_nav__link span {
      vertical-align: middle;
      letter-spacing: 0.1em; }
    .side_nav__link i {
      margin-right: 8px; }
    .side_nav__link--active {
      background: #3F516F;
      position: relative; }
      .side_nav__link--active:before {
        content: url("/images/icons/chev-right.png");
        display: inline-block;
        position: absolute;
        background: #E7EBEE;
        right: 0px;
        top: 0px;
        height: 64px;
        width: 24px;
        text-align: center;
        padding-top: 21px; }
    .side_nav__link--last {
      border: none; }
  .side_nav__header__title {
    text-transform: uppercase;
    font-family: "Brandon Grotesque", serif;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0px; }
  .side_nav__header__user {
    text-transform: uppercase;
    font-family: "Brandon Grotesque", serif;
    font-weight: 500; }
  .side_nav__header, .side_nav__footer {
    padding-left: 48px;
    color: #fff; }
  .side_nav__footer {
    padding-right: 48px; }
    .side_nav__footer__title {
      text-transform: uppercase;
      font-family: "Brandon Grotesque", serif;
      font-size: 12px;
      letter-spacing: 0.1em;
      border-bottom: solid 1px #E7EBEE;
      padding-bottom: 5px; }
    .side_nav__footer__remove-account {
      text-transform: uppercase;
      font-family: "Brandon Grotesque", serif;
      font-size: 12px;
      letter-spacing: 0.1em;
      color: #fff; }
    .side_nav__footer .icon--bin {
      margin-left: -5px;
      margin-right: 8px; }
  @media (max-width: 767px) {
    .side_nav {
      display: none;
      position: absolute;
      z-index: 10;
      width: 100%;
      height: 100vh;
      overflow: scroll;
      padding-top: 40px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .side_nav {
      flex: 0 0 64px;
      width: 64px;
      padding: 0px; }
      .side_nav__header {
        display: none; }
      .side_nav__link a {
        width: 64px;
        display: block;
        padding: 14px 0px 0px 0px;
        text-align: center; }
        .side_nav__link a span {
          display: none; }
      .side_nav__link--active:before {
        width: 14px; }
      .side_nav__footer {
        display: none; } }

.social-links img {
  margin-right: 8px; }

.main-section {
  background: #E7EBEE;
  width: 100%;
  padding: 24px; }
  .main-section__inner {
    background: #fff;
    width: 100%;
    min-height: 100%;
    padding: 24px; }
    @media (max-width: 767px) {
      .main-section__inner {
        padding: 20px; } }
  @media (max-width: 767px) {
    .main-section {
      padding: 8px; } }

/*=====================
// Placeholders
*======================*/
.panel, .panel--shadow {
  padding: 16px;
  border: solid 1px #DCDCDC;
  border-bottom: solid 3px #DCDCDC;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 32px; }

.burger_menu {
  width: 24px;
  height: 20px; }
  .burger_menu div {
    width: 100%;
    background: #45464E;
    height: 4px;
    margin-bottom: 4px;
    border-radius: 4px; }

.btn {
  background: #9A1F30;
  padding: 0px 20px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Brandon Text";
  font-size: 12px;
  border-radius: 5px;
  font-weight: 600; }
  .btn:hover {
    color: #fff;
    background: #5a121c; }
  .btn-blue {
    background: #52596C; }
    .btn-blue:hover {
      background: #313541; }
  .btn-full {
    width: 100%; }

.form .form__input, .form .form__select {
  font-size: 16px;
  background: #F7F7F7;
  border: none;
  border-radius: 0px;
  width: 100%;
  height: 48px;
  line-height: 1em;
  color: #A0A1A6;
  padding: 0px 16px; }
  .form .form__input:focus, .form .form__select:focus {
    outline: none;
    background: #E8ECEF; }
.form__label {
  display: block;
  color: #D0D0D2;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Brandon Grotesque", serif;
  letter-spacing: 0.06em; }
  .form__label--style2 {
    display: block;
    color: #D0D0D2;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Brandon Grotesque", serif;
    letter-spacing: 0.06em;
    color: #45464E;
    border-bottom: solid 1px #DCDCDC;
    padding-bottom: 8px;
    margin-bottom: 0px;
    white-space: nowrap;
    font-size: 11px; }
.form__input-group {
  margin-bottom: 24px; }
.form__select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #F7F7F7 url("/images/icons/small-down.png") no-repeat right 1.25rem center !important; }
  .form__select:disabled {
    padding: 10px;
    height: 44px;
    background: #F7F7F7 !important; }
  .form__select--blue-chev {
    background: #F7F7F7 url("/images/icons/small-down-blue.png") no-repeat right 1.25rem center !important; }
.form__textarea {
  font-size: 16px;
  background: #F7F7F7;
  border: none;
  border-radius: 0px;
  width: 100%;
  height: 48px;
  line-height: 1em;
  color: #A0A1A6;
  padding: 16px 8px;
  height: 140px; }
  .form__textarea:focus {
    outline: none;
    background: #E8ECEF; }

.panel--shadow {
  box-shadow: 0px 2px 1px #DCDCDC; }

.img--framed {
  border: solid 1px #F7F7F7;
  padding: 16px; }
.img--avatar {
  border-radius: 100%;
  display: block; }

.icon-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .icon-group__icon {
    margin: 0px 8px;
    transition: 0.3s; }
    .icon-group__icon--first {
      margin-left: 0px; }
    .icon-group__icon--last {
      margin-right: 0px; }
    .icon-group__icon span {
      display: inline-block;
      margin-left: 8px;
      color: #9A1F30; }
    .icon-group__icon:hover {
      filter: brightness(0.5); }

.icon {
  width: 28px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle; }
  .icon--account {
    background-image: url("/images/icons/account.png"); }
  .icon--account-red {
    background-image: url("/images/icons/account_red.png"); }
  .icon--document {
    background-image: url("/images/icons/document.png"); }
  .icon--document-red {
    background-image: url("/images/icons/document_red.png"); }
  .icon--money {
    background-image: url("/images/icons/money.png"); }
  .icon--money-red {
    background-image: url("/images/icons/money_red.png"); }
  .icon--property_search {
    background-image: url("/images/icons/property_search.png"); }
  .icon--property_search_red {
    background-image: url("/images/icons/property_search_red.png"); }
  .icon--property_search2 {
    background-image: url("/images/icons/property_search2.png"); }
  .icon--property_search2_red {
    background-image: url("/images/icons/property_search2_red.png"); }
  .icon--heart-white {
    background-image: url("/images/icons/heart.png"); }
  .icon--heart-red {
    width: 30px;
    background-image: url("/images/icons/heart_red.png"); }
  .icon--property {
    background-image: url("/images/icons/property.png"); }
  .icon--property-red {
    background-image: url("/images/icons/property-red.png"); }
  .icon--property-green {
    background-image: url("/images/icons/property-green.png"); }
  .icon--people {
    background-image: url("/images/icons/people.png"); }
  .icon--people-red {
    background-image: url("/images/icons/people-red.png"); }
  .icon--email {
    background-image: url("/images/icons/email.png"); }
  .icon--email-red {
    background-image: url("/images/icons/email-red.png"); }
  .icon--phone-white {
    background-image: url("/images/icons/phone-white.png"); }
  .icon--phone-red {
    background-image: url("/images/icons/phone-red.png"); }
  .icon--bin {
    background-image: url("/images/icons/rubbish_bin.png"); }

.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-bottom: solid 1px #EEEEEE; }
  @media (max-width: 991px) {
    .page-header {
      display: block; } }

.property-card {
  background: #F7F7F7;
  position: relative;
  margin-bottom: 24px; }
  .property-card--sold:before {
    content: 'NO LONGER AVAILABLE';
    position: absolute;
    background-color: rgba(177, 7, 55, 0.8);
    background-image: url("/images/icons/sold.png");
    background-repeat: no-repeat;
    background-position: 50% calc(50% - 16px);
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-family: "Brandon Grotesque", serif;
    font-size: 11px; }
  .property-card__remove {
    z-index: 9;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #F7F7F7;
    background-image: url("/images/icons/cross_red.png");
    background-repeat: no-repeat;
    background-position: 50%;
    transition: 0.3s;
    cursor: pointer; }
    .property-card__remove:hover {
      background-color: #e0e0e0; }
  .property-card__img {
    width: 100%; }
  .property-card__details {
    padding: 24px; }
  .property-card__price {
    font-size: 32px;
    line-height: 1em; }
    .property-card__price span {
      font-size: 16px; }
  .property-card__town, .property-card__title {
    margin: 0px;
    font-size: 16px; }
  .property-card__icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .property-card__icon {
    margin-right: 10px; }
    .property-card__icon span {
      font-family: "Brandon Grotesque", serif;
      font-size: 10px; }
    .property-card__icon--last {
      margin: 0px; }
  .property-card__btn {
    display: block;
    background: #DCDCDC;
    text-transform: uppercase;
    text-align: center;
    color: #475C7F !important;
    font-family: 'Brandon Text';
    font-size: 10px;
    line-height: 40px;
    cursor: pointer;
    transition: 0.3s; }
    .property-card__btn:hover {
      background: #475C7F;
      color: #fff !important; }

.document {
  background: #F7F7F7;
  margin-bottom: 30px; }
  .document--sm {
    margin-bottom: 15px; }
  .document__details {
    text-align: center;
    padding: 24px; }
    .document__details--sm {
      text-align: center;
      padding: 16px; }
  .document__title {
    font-size: 16px;
    margin: 16px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .document__title--sm {
      font-size: 14px;
      margin: 10px 0px 0px 0px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .document__date {
    font-size: 10px;
    font-family: "Brandon Grotesque", serif;
    color: #526789; }
  .document__btn {
    background: #dedede;
    font-size: 10px;
    color: #526789;
    font-family: "Brandon Grotesque", serif;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    transition: 0.3s; }
    .document__btn--sm {
      height: 24px;
      line-height: 24px; }
      @media (max-width: 991px) {
        .document__btn--sm {
          font-size: 8px; } }
    .document__btn:hover {
      background: #475C7F;
      font-size: 10px;
      color: #fff; }

.filters {
  margin-top: 25px; }
  .filters__select {
    height: 40px;
    border-radius: 0px;
    border: solid 1px #EEEEEE;
    display: inline-block;
    width: 152px;
    background: #fff url("/images/icons/small-down-blue.png") no-repeat right 1.25rem center !important; }
    @media (max-width: 767px) {
      .filters__select {
        width: 100%;
        margin-bottom: 10px; } }
  .filters__word {
    line-height: 40px;
    padding: 0px 8px;
    display: inline-block; }
  .filters__input {
    display: inline-block;
    border: solid 1px #EEEEEE;
    width: 124px !important;
    height: 40px;
    line-height: 40px;
    border-radius: 0px !important;
    background-image: url("/images/icons/datepicker.png");
    background-repeat: no-repeat;
    background-position: 16px 50%;
    padding-left: 34px; }
  .filters__btn {
    height: 40px;
    border-radius: 0px;
    padding: 0px 16px;
    line-height: 40px;
    vertical-align: bottom;
    margin-left: -4px;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.03em; }
    @media (max-width: 767px) {
      .filters__btn {
        width: 100%;
        margin-top: 10px; } }
  @media (max-width: 767px) {
    .filters {
      text-align: center; } }

.statements {
  /*@include flex;
  @include justify_content(space-between);
  flex-wrap: wrap;*/ }
  .statements__item {
    /*display: inline-block;*/
    /*margin-right: 25px;*/
    /*width: calc( 50% - 15px );*/
    /*width: 100%;
    @media(min-width: 470px){
    	width: calc( 50% - 15px );
    }
    @media(min-width: $tablet){
    	width: calc( 25% - 15px );
    }	
    @media(min-width: $large){
    	width: calc( 20% - 15px );
    }	*/ }

.table-section .table {
  border-collapse: separate;
  border-spacing: 0 8px; }
  .table-section .table th, .table-section .table td {
    border: none;
    padding: 5px 15px;
    white-space: nowrap; }
  .table-section .table tr {
    background: #F7F7F7;
    margin-bottom: 10px; }
  .table-section .table td {
    font-size: 14px; }
    .table-section .table td.txt-style-1 {
      font-size: 10px;
      padding: 8px 15px; }
  .table-section .table thead th {
    text-transform: uppercase;
    font-size: 10px;
    color: #475C7F;
    font-family: "Brandon Grotesque", serif;
    font-weight: 100; }
  .table-section .table thead tr {
    background: transparent; }

.form-lightbox:before {
  opacity: 0;
  transition: 0.3s; }
.form-lightbox.edit:before {
  content: '';
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1; }
.form-lightbox__inner {
  position: relative;
  background: #fff;
  padding: 24px 0px; }
.form-lightbox__header {
  padding: 0px 32px;
  display: block;
  border: none; }
  @media (max-width: 767px) {
    .form-lightbox__header {
      padding: 0px 8px; } }
.form-lightbox__body {
  padding: 32px;
  background: #F7F7F7; }
  .form-lightbox__body.edit {
    background: #fff;
    padding: 0px 32px; }
  @media (max-width: 767px) {
    .form-lightbox__body {
      padding: 8px; } }
.form-lightbox__item {
  margin-bottom: 24px; }
.form-lightbox__cross {
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
  cursor: pointer; }

.view-prop-btn {
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .view-prop-btn {
      margin: 0px 16px 0px 0px; } }

.custom-radio .custom-radio__label,
.custom-radio .custom-radio__box {
  display: inline-block;
  vertical-align: middle; }
.custom-radio .custom-radio__box {
  width: 16px;
  height: 16px;
  border: solid 1px #9FA0A3;
  margin-left: 5px; }
.custom-radio input {
  display: none; }
  .custom-radio input:checked ~ .custom-radio__box {
    background: url("/images/icons/radio-tick.png") no-repeat 50%; }
  .custom-radio input:disabled ~ .custom-radio__box {
    border: solid 1px #e1e1e2; }
  .custom-radio input:disabled:checked ~ .custom-radio__box {
    border: solid 1px #e1e1e2;
    background: url("/images/icons/radio-tick-disabled.png") no-repeat 50%; }

.big-checkbox {
  display: block; }
  .big-checkbox .big-checkbox__inner {
    background: #F5F5F5;
    transition: 0.3s;
    height: 57px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 16px; }
  .big-checkbox .big-checkbox__label {
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Brandon Grotesque", serif;
    margin-right: auto;
    margin-left: 6px; }
  .big-checkbox .big-checkbox__circle {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: solid 1px #707070;
    min-width: 16px; }
  .big-checkbox input {
    display: none; }
    .big-checkbox input:checked ~ .big-checkbox__inner {
      background: #4ADCBB; }
      .big-checkbox input:checked ~ .big-checkbox__inner .big-checkbox__img {
        filter: brightness(5); }
      .big-checkbox input:checked ~ .big-checkbox__inner .big-checkbox__circle {
        border: solid 1px #fff;
        background: url("/images/icons/tick-white.png") no-repeat 50% 50%; }
      .big-checkbox input:checked ~ .big-checkbox__inner .big-checkbox__label {
        color: #fff; }
    .big-checkbox input:disabled ~ .big-checkbox__inner {
      background: #E3E3E3; }
      .big-checkbox input:disabled ~ .big-checkbox__inner .big-checkbox__circle {
        display: none; }
      .big-checkbox input:disabled ~ .big-checkbox__inner .big-checkbox__label,
      .big-checkbox input:disabled ~ .big-checkbox__inner .big-checkbox__img {
        opacity: 0.3;
        color: #45464E; }
      .big-checkbox input:disabled ~ .big-checkbox__inner .big-checkbox__label {
        margin: 0px; }
    .big-checkbox input:disabled:checked ~ .big-checkbox__inner {
      background: #4ADCBB; }
      .big-checkbox input:disabled:checked ~ .big-checkbox__inner .big-checkbox__label,
      .big-checkbox input:disabled:checked ~ .big-checkbox__inner .big-checkbox__img {
        opacity: 1; }
      .big-checkbox input:disabled:checked ~ .big-checkbox__inner .big-checkbox__label {
        color: #fff; }
      .big-checkbox input:disabled:checked ~ .big-checkbox__inner .big-checkbox__img {
        filter: brightness(5); }

.person-card {
  background: #F7F7F7;
  padding: 24px;
  margin-bottom: 24px; }
  .person-card p {
    margin: 0px; }
  .person-card__item {
    margin-bottom: 24px; }
  .person-card__item--last {
    margin: 0px; }
  .person-card__icon {
    margin: 0px auto 24px auto;
    display: block; }
  .person-card__label {
    display: block;
    color: #45464E;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Brandon Text";
    letter-spacing: 0.06em;
    border-bottom: solid 1px #E8E9E9;
    padding-bottom: 8px;
    line-height: 1em;
    font-weight: 100;
    margin-bottom: 8px; }

.marketing-pref-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #DC0040;
  width: 100%;
  height: 48px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Brandon Text";
  font-size: 12px;
  letter-spacing: 0.06em;
  border-radius: 5px;
  cursor: pointer; }
  .marketing-pref-btn__circle {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: solid 1px #fff;
    min-width: 16px;
    margin-right: 8px;
    background: url("/images/icons/tick-white.png") no-repeat 50% 50%; }
  .marketing-pref-btn.is_approved {
    background: #4ADCBB; }

.info-group__label {
  display: block;
  color: #45464E;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Brandon Text";
  letter-spacing: 0.06em;
  border-bottom: solid 1px #E8E9E9;
  padding-bottom: 8px;
  line-height: 1em;
  font-weight: 100;
  margin-bottom: 8px; }

.branch__details {
  flex-basis: 50%;
  background: #F7F7F7;
  padding: 24px; }
.branch__map {
  background: green;
  flex-basis: 50%; }
  @media (max-width: 767px) {
    .branch__map {
      height: 500px; } }
.branch__title {
  font-size: 32px;
  margin: 0px; }
.branch__address {
  font-size: 12px;
  margin-bottom: 32px; }
@media (min-width: 992px) {
  .branch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; } }

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

/*# sourceMappingURL=style.css.map */
