@charset "UTF-8";
/*!

Stewart Ehoff

ACKNOWLEDGEMENTS
normalize.css | MIT License | https://github.com/necolas/normalize.css
Bootstrap | Apache License 2.0 | https://github.com/twitter/bootstrap

*/
/* ====== VARIABLES  ====== */
/* ======
VARIABLES
	- Colour Palette
	- Typography
	- Layout
====== */
/* PALETTE */
/* TYPOGRAPHY */
/* LAYOUT */
/* ====== MIXINS  ====== */
/* ======
MIXINS
====== */
/**
 * Output font size using rem and fallback
 *
   `@include font-size(10px);`
 *
 */
/**
 * Output font size using rem and colour
 *
   `@include font-size-colour (10px, ffffff);`
 *
 */
/**
 * Output uppercase with some letter spacing
 *
   `@include uppercase(0.1em);`
 *
 */
/**
 * Output vendor-prefixed rules
 *
   `@include prefix(border-radius, 4px);`
 *
 */
/**
 * Output clearfix rules
 *
   `@include clearfix();`
 *
 */
/**
 * Output media query block
 *
   `@include media-query(min, 640px);`
 *
 */
/**
 * Output media query block
 *
   `@include media-query-height(min, 640px);`
 *
 */
/**
 * Output media query block with min and max limits
 *
   `@include media-query-bracket(640px, 960px);`
 *
 */
/**
 * Output rule for offscreen image replacement
 *
   `@include offscreen();`
 *
 */
/**
 * Output color using rgba and fallback
 *
   `@include alpha(border-color, rgba(black,0.1), white);`
 *
 */
/**
 * Output percentage using px
 *
   `@include pxtopercent(500px, 1000px);`
 *
 */
/**
 * Set the opacity for all browsers and provide a filter fallback for IE8.
 *
   `@include opacity(0.8);`
 *
 */
/**
 * Center-align a block level element
 *
   `@include center-block;`
 *
 */
/**
 * Absolute Positioned
 *
   `@include abs-pos(10px, 10px, 5px, 15px);`
 *
 */
/**
 * Vertical Align anything
 *
   `@include vertical-align();`
 *
 */
/* ====== NORMALIZE  ====== */
/* ======
NORMALIZE
  - HTML5 display definitions
  - Base
  - Links
  - Typography
  - Embedded content
  - Figures
  - Forms
  - Tables
====== */
/*==========================================================================
$  HTML5 display definitions
==========================================================================*/
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
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.
 */
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
 */
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.
 */
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.
 */
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],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* ====== RESET  ====== */
/* ======
RESET
    - Stuff
====== */
/*================================================================================
$ STUFF
================================================================================*/
/**
* LetÔÇÖs make the box model all nice, shall weÔÇª?
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
a, u, ins {
  text-decoration: none; }

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/**
 * So that `alt` text is visually offset if images donÔÇÖt load.
 */
img {
  font-style: italic; }

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none; }

/*

HELPERS

*/
/*
 * Clearfix
 */
.clearfix,
.cf,
.nav,
.nav--inline,
.nav--stacked,
.nav--tabbed,
.nav--breadcrumb,
.tab__body,
.container,
.grid {
  zoom: 1; }
  .clearfix:before, .clearfix:after,
  .cf:before,
  .nav:before,
  .nav--inline:before,
  .nav--stacked:before,
  .nav--tabbed:before,
  .nav--breadcrumb:before,
  .tab__body:before,
  .container:before,
  .grid:before,
  .cf:after,
  .nav:after,
  .nav--inline:after,
  .nav--stacked:after,
  .nav--tabbed:after,
  .nav--breadcrumb:after,
  .tab__body:after,
  .container:after,
  .grid:after {
    content: "";
    display: table; }
  .clearfix:after,
  .cf:after,
  .nav:after,
  .nav--inline:after,
  .nav--stacked:after,
  .nav--tabbed:after,
  .nav--breadcrumb:after,
  .tab__body:after,
  .container:after,
  .grid:after {
    clear: both; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/* 
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

.visible {
  display: block !important;
  visibility: visible; }

/*
 * For menu toggling
 */
.is-closed {
  border: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important; }

.is-open {
  height: auto;
  overflow: visible; }

/*
 * Breakpoint based hiding
 */
.palm {
  display: none !important; }

.lap {
  display: none !important; }

.not-desk {
  display: none !important; }

@media screen and (min-width: 0px) {
  .desk {
    display: none !important; }

  .not-desk {
    display: inherit !important; }

  .lap {
    display: none !important; }

  .not-lap {
    display: inherit !important; }

  .palm {
    display: inherit !important; }

  .not-palm {
    display: none !important; } }
@media screen and (min-width: 600px) and (max-width: 899px) {
  .desk {
    display: none !important; }

  .not-desk {
    display: inherit !important; }

  .lap {
    display: inherit !important; }

  .not-lap {
    display: none !important; }

  .palm {
    display: none !important; }

  .not-palm {
    display: inherit !important; } }
@media screen and (min-width: 900px) {
  .desk {
    display: inherit !important; }

  .not-desk {
    display: none !important; }

  .lap {
    display: none !important; }

  .not-lap {
    display: inherit !important; }

  .palm {
    display: none !important; }

  .not-palm {
    display: inherit !important; } }
/*
    * Overrides for emergency use only ;)
*/
.float--right, .fr {
  float: right !important; }

.float--left, .fl {
  float: left !important; }

.text--left {
  text-align: left  !important; }

.text--center {
  text-align: center !important; }

.text--right {
  text-align: right !important; }

.flush {
  margin: 0 !important; }

.flush--top {
  margin-top: 0 !important; }

.flush--right {
  margin-right: 0 !important; }

.flush--bottom {
  margin-bottom: 0 !important; }

.flush--left {
  margin-left: 0 !important; }

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.clear--both, .cb {
  clear: both !important; }

/* ====== BASE ====== */
/* ======
BASE
    - Classes 
    - Elements
    - Special Element Classes
    - Global Sections
    - General Layout
====== */
/*================================================================================
$ CLASSES
================================================================================*/
*, *:before, *:after {
  margin: 0;
  padding: 0; }

html {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  -ms-font-smoothing: subpixel-antialiased;
  -o-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: auto;
  -ms-text-size-adjust: auto; }

body {
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: normal;
  left: 0;
  min-width: 320px;
  position: relative;
  top: 0; }

/*================================================================================
$ ELEMENTS
================================================================================*/
h1, h2, h3, h4, h5, h6, hgroup, p, blockquote, address, ul, ol, dl, table, fieldset, figure, figcaption, details, pre {
  margin-bottom: 10px; }

h1 {
  font-family: "Roboto", "Roboto", Geneva, sans-serif;
  font-size: 48px; }

h2 {
  font-family: "Roboto", "Roboto", Geneva, sans-serif;
  font-size: 36px; }

h3 {
  font-family: "Roboto", "Roboto", Geneva, sans-serif;
  font-size: 30px; }

h4 {
  font-family: "Roboto", "Roboto", Geneva, sans-serif;
  font-size: 26px; }

h5 {
  font-family: "Roboto", "Roboto", Geneva, sans-serif;
  font-size: 24px; }

h6 {
  font-family: "Roboto", "Roboto", Geneva, sans-serif;
  font-size: 18px; }

p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5; }
  p:last-child {
    margin-bottom: 0 !important; }

a {
  color: royalblue;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }
  a:hover, a:focus, a:active {
    color: royalblue;
    outline: none;
    text-decoration: underline;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s; }

ul {
  list-style: inside;
  margin-left: 0; }

li {
  font-family: "Roboto", "Roboto", Geneva, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25;
  margin-top: 5px; }
  li:first-child {
    margin-top: 0; }

input, textarea {
  -webkit-appearance: none;
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: royalblue;
  cursor: text;
  font-style: italic;
  min-width: 0;
  padding: 5px;
  width: 100%; }

input:focus, textarea:focus {
  background-color: #ffffff;
  color: royalblue; }

input.input-text:focus, select:focus, textarea:focus {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #313131; }

input[type="submit"], input[type="text"] {
  line-height: normal !important; }

input[type="checkbox"] {
  -webkit-appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio; }

label {
  color: royalblue;
  cursor: text;
  margin: 0; }

table {
  margin: 10px 0; }

tr {
  border-bottom: 1px solid #F7F6F6; }
  tr:first-child {
    border-top: 1px solid #F7F6F6; }

th, td {
  padding: 5px;
  text-align: left;
  vertical-align: middle; }

th {
  background-color: #EEEEEE;
  border-left: 1px solid #ffffff;
  color: royalblue; }
  th:first-child {
    border-left: none; }

td {
  border-right: 1px solid #F7F6F6;
  color: #313131; }
  td:first-child {
    border-left: 1px solid #F7F6F6; }

iframe {
  border: none; }

.primary {
  color: royalblue; }

.secondary {
  color: royalblue; }

.primary-bg {
  background-color: royalblue; }

.secondary-bg {
  background-color: royalblue; }

.white-bg {
  background-color: #ffffff;
  border-top: 2px solid royalblue;
  border-bottom: 2px solid royalblue; }

.all-break {
  zoom: 1; }
  .all-break:before, .all-break:after {
    content: "";
    display: table; }
  .all-break:after {
    clear: both; }

@media screen and (min-width: 0) and (max-width: 599px) {
  .palm-break {
    zoom: 1; }
    .palm-break:before, .palm-break:after {
      content: "";
      display: table; }
    .palm-break:after {
      clear: both; } }
@media screen and (min-width: 600px) and (max-width: 899px) {
  .lap-break {
    zoom: 1; }
    .lap-break:before, .lap-break:after {
      content: "";
      display: table; }
    .lap-break:after {
      clear: both; } }
@media screen and (min-width: 900px) and (max-width: 119999px) {
  .desk-break {
    zoom: 1; }
    .desk-break:before, .desk-break:after {
      content: "";
      display: table; }
    .desk-break:after {
      clear: both; } }
/*================================================================================
$ SPECIAL ELEMENT CLASSES
================================================================================*/
.no-display {
  display: none !important; }

.hide-element {
  visibility: hidden; }

/*================================================================================
$ GLOBAL SECTIONS
================================================================================*/
.bg-section {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media screen and (min-width: 0) and (max-width: 899px) {
    .bg-section {
      background-attachment: scroll;
      background-repeat: no-repeat;
      background-color: #ffffff;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .bg-section {
      background-attachment: scroll;
      background-repeat: no-repeat;
      background-color: #ffffff;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }

.page {
  background: url("../images/page-bg.jpg") no-repeat center right fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/*================================================================================
$ GENERAL LAYOUT
================================================================================*/
/* ====== BUTTONS  ====== */
/* ======
BUTTONS
    - Buttons
====== */
/*==========================================================================
$	BUTTONS
==========================================================================*/
input[type="submit"], button, .button, .button-inverted, .btn {
  background-color: royalblue;
  border: 2px solid royalblue;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  -webkit-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
  -moz-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
  -ms-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
  -o-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
  transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s; }
  input[type="submit"] a, button a, .button a, .button-inverted a, .btn a {
    color: #ffffff; }
  input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus, input[type="submit"].active, button:hover, button:active, button:focus, button.active, .button:hover, .button-inverted:hover, .button:active, .button-inverted:active, .button:focus, .button-inverted:focus, .button.active, .active.button-inverted, .btn:hover, .btn:active, .btn:focus, .btn.active {
    background-color: transparent;
    border: 2px solid #ffffff;
    text-decoration: none;
    -webkit-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
    -moz-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
    -ms-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
    -o-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
    transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s; }
    input[type="submit"]:hover a, input[type="submit"]:active a, input[type="submit"]:focus a, input[type="submit"].active a, button:hover a, button:active a, button:focus a, button.active a, .button:hover a, .button-inverted:hover a, .button:active a, .button-inverted:active a, .button:focus a, .button-inverted:focus a, .button.active a, .active.button-inverted a, .btn:hover a, .btn:active a, .btn:focus a, .btn.active a {
      text-decoration: none; }

.button-inverted {
  background-color: #ffffff;
  border-color: royalblue; }
  .button-inverted a {
    color: royalblue; }
  .button-inverted:hover, .button-inverted:active, .button-inverted:focus, .button-inverted.active {
    background-color: royalblue;
    border-color: #ffffff;
    text-decoration: none;
    -webkit-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
    -moz-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
    -ms-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
    -o-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
    transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s; }
    .button-inverted:hover a, .button-inverted:hover p, .button-inverted:active a, .button-inverted:active p, .button-inverted:focus a, .button-inverted:focus p, .button-inverted.active a, .button-inverted.active p {
      color: #ffffff;
      text-decoration: none; }

.button-wrapper {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  display: inline-block;
  padding: 12px; }

/* ====== OBJECTS ====== */
/* ======
OBJECTS
  - Navs
  - Icons
  - Grid
====== */
/*================================================================================
$ NAVS
================================================================================*/
.nav, .nav--inline, .nav--stacked, .nav--tabbed, .nav--breadcrumb {
  margin-left: 0;
  list-style: none; }
  .nav > li, .nav--inline > li, .nav--stacked > li, .nav--tabbed > li, .nav--breadcrumb > li {
    float: left; }
    .nav > li + li, .nav--inline > li + li, .nav--stacked > li + li, .nav--tabbed > li + li, .nav--breadcrumb > li + li {
      margin-left: 10px; }
    .nav > li > a, .nav--inline > li > a, .nav--stacked > li > a, .nav--tabbed > li > a, .nav--breadcrumb > li > a {
      display: inline-block; }
    .nav > li.active > a, .nav--inline > li.active > a, .nav--stacked > li.active > a, .nav--tabbed > li.active > a, .nav--breadcrumb > li.active > a {
      cursor: default; }

.nav--inline > li {
  display: inline-block;
  float: none; }

.nav--stacked > li {
  display: block;
  float: none;
  margin: 0; }
  .nav--stacked > li + li {
    margin-left: 0; }
  .nav--stacked > li > a {
    display: block; }

.nav--tabbed {
  margin-bottom: 10px;
  border-bottom: 1px solid #CCCCCC; }
  .nav--tabbed > li {
    margin-bottom: -1px; }
    .nav--tabbed > li + li {
      margin-left: 5px; }
    .nav--tabbed > li > a {
      background: #f2f2f2;
      border: 1px solid #CCCCCC;
      border-bottom: none;
      border-radius: 9px 9px 0 0;
      -webkit-font-smoothing: antialiased;
      font-weight: bold;
      padding: 5px;
      text-decoration: none; }
    .nav--tabbed > li.active > a {
      background: none;
      border-bottom: 1px solid #ffffff;
      color: inherit; }

.tabbed--full {
  text-align: center; }
  .tabbed--full > li + li {
    margin-left: 0; }
  .tabbed--full > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: block; }
  .tabbed--full > li:first-child > a {
    -webkit-border-radius: 9px 0 0 0;
    -moz-border-radius: 9px 0 0 0;
    -ms-border-radius: 9px 0 0 0;
    -o-border-radius: 9px 0 0 0;
    border-radius: 9px 0 0 0; }
  .tabbed--full > li:last-child > a {
    -webkit-border-radius: 0 9px 0 0;
    -moz-border-radius: 0 9px 0 0;
    -ms-border-radius: 0 9px 0 0;
    -o-border-radius: 0 9px 0 0;
    border-radius: 0 9px 0 0; }

.tabbed-2 > li {
  width: 50%; }

.tabbed-3 > li {
  width: 33.33333%; }

.tabbed-4 > li {
  width: 25%; }

.tab__body {
  margin-bottom: 10px; }
  .tab__body > :last-child {
    margin-bottom: 0; }

.nav--breadcrumb > li + li {
  margin-left: 5px; }
  .nav--breadcrumb > li + li:before {
    content: "ÔåÆ";
    display: inline-block;
    margin-right: 5px; }
@media screen and (max-width: 599px) {
  .nav--breadcrumb > li {
    display: none; }
    .nav--breadcrumb > li:nth-last-child(2) {
      display: block;
      float: none; }
    .nav--breadcrumb > li a {
      display: block; }
  .nav--breadcrumb > li + li {
    margin-left: 0; }
    .nav--breadcrumb > li + li:before {
      content: "ÔåÉ";
      float: left; } }

/*================================================================================
$ ICONS
================================================================================*/
[class^="icon-"] span, [class*=" icon-"] span {
  position: absolute;
  left: -9999px; }

/*================================================================================
$ GRID
================================================================================*/
.wrapper {
  clear: both;
  width: 100%; }

.container {
  list-style: none;
  margin: 0 auto;
  max-width: 980px;
  padding-left: 5px;
  padding-right: 5px;
  width: auto; }
  @media screen and (min-width: 600px) {
    .container {
      padding-right: 10px;
      padding-left: 10px; } }

.grid {
  margin-left: -4%; }
  @media screen and (min-width: 900px) {
    .grid {
      margin-left: -2%; } }

.grid--padded-top, .grid--padded {
  padding-top: 10px; }

.grid--padded-bottom, .grid--padded {
  padding-bottom: 10px; }

[class*=span], .grid__cell {
  float: left;
  display: inline;
  min-height: 1px;
  padding-left: 4%;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 900px) {
    [class*=span], .grid__cell {
      padding-left: 2%; } }

@media screen and (max-width: 599px) {
  .palm-1-1 {
    width: 100%; }

  .palm-2-1 {
    width: 50%; }

  .palm-2-2 {
    width: 100%; }

  .palm-3-1 {
    width: 33.33333%; }

  .palm-3-2 {
    width: 66.66667%; }

  .palm-3-3 {
    width: 100%; }

  .palm-4-1 {
    width: 25%; }

  .palm-4-2 {
    width: 50%; }

  .palm-4-3 {
    width: 75%; }

  .palm-4-4 {
    width: 100%; } }
@media screen and (min-width: 600px) and (max-width: 899px) {
  .lap-1-1 {
    width: 100%; }

  .lap-2-1 {
    width: 50%; }

  .lap-2-2 {
    width: 100%; }

  .lap-3-1 {
    width: 33.33333%; }

  .lap-3-2 {
    width: 66.66667%; }

  .lap-3-3 {
    width: 100%; }

  .lap-4-1 {
    width: 25%; }

  .lap-4-2 {
    width: 50%; }

  .lap-4-3 {
    width: 75%; }

  .lap-4-4 {
    width: 100%; }

  .lap-5-1 {
    width: 20%; }

  .lap-5-2 {
    width: 40%; }

  .lap-5-3 {
    width: 60%; }

  .lap-5-4 {
    width: 80%; }

  .lap-5-5 {
    width: 100%; }

  .lap-6-1 {
    width: 16.66667%; }

  .lap-6-2 {
    width: 33.33333%; }

  .lap-6-3 {
    width: 50%; }

  .lap-6-4 {
    width: 66.66667%; }

  .lap-6-5 {
    width: 83.33333%; }

  .lap-6-6 {
    width: 100%; }

  .lap-7-1 {
    width: 14.28571%; }

  .lap-7-2 {
    width: 28.57143%; }

  .lap-7-3 {
    width: 42.85714%; }

  .lap-7-4 {
    width: 57.14286%; }

  .lap-7-5 {
    width: 71.42857%; }

  .lap-7-6 {
    width: 85.71429%; }

  .lap-7-7 {
    width: 100%; }

  .lap-8-1 {
    width: 12.5%; }

  .lap-8-2 {
    width: 25%; }

  .lap-8-3 {
    width: 37.5%; }

  .lap-8-4 {
    width: 50%; }

  .lap-8-5 {
    width: 62.5%; }

  .lap-8-6 {
    width: 75%; }

  .lap-8-7 {
    width: 87.5%; }

  .lap-8-8 {
    width: 100%; } }
@media screen and (min-width: 900px) {
  .desk-1-1 {
    width: 100%; }

  .desk-2-1 {
    width: 50%; }

  .desk-2-2 {
    width: 100%; }

  .desk-3-1 {
    width: 33.33333%; }

  .desk-3-2 {
    width: 66.66667%; }

  .desk-3-3 {
    width: 100%; }

  .desk-4-1 {
    width: 25%; }

  .desk-4-2 {
    width: 50%; }

  .desk-4-3 {
    width: 75%; }

  .desk-4-4 {
    width: 100%; }

  .desk-6-1 {
    width: 16.66667%; }

  .desk-6-2 {
    width: 33.33333%; }

  .desk-6-3 {
    width: 50%; }

  .desk-6-4 {
    width: 66.66667%; }

  .desk-6-5 {
    width: 83.33333%; }

  .desk-6-6 {
    width: 100%; }

  .desk-7-1 {
    width: 14.28571%; }

  .desk-7-2 {
    width: 28.57143%; }

  .desk-7-3 {
    width: 42.85714%; }

  .desk-7-4 {
    width: 57.14286%; }

  .desk-7-5 {
    width: 71.42857%; }

  .desk-7-6 {
    width: 85.71429%; }

  .desk-7-7 {
    width: 100%; }

  .desk-8-1 {
    width: 12.5%; }

  .desk-8-2 {
    width: 25%; }

  .desk-8-3 {
    width: 37.5%; }

  .desk-8-4 {
    width: 50%; }

  .desk-8-5 {
    width: 62.5%; }

  .desk-8-6 {
    width: 75%; }

  .desk-8-7 {
    width: 87.5%; }

  .desk-8-8 {
    width: 100%; } }
/* ====== FOOTER  ====== */
/* ======
FOOTER
    - General
====== */
/*==========================================================================
$	GENERAL
==========================================================================*/
.footer {
  background: url("../images/footer-pattern.png");
  background-color: #313131;
  margin: 0;
  padding: 35px; }
  .footer .footer-content {
    margin: 0 auto;
    max-width: 1200px;
    text-align: left; }
  .footer p {
    color: #ffffff;
    font-size: 14px; }

/* ====== GENERAL  ====== */
/* ======
GENERAL
	- Bootstrap Overrides
	- Containers
    - General
====== */
/*==========================================================================
$	BOOTSTRAP OVERRIDES
==========================================================================*/
/*==========================================================================
$	CONTAINERS
==========================================================================*/
.main-content-container {
  padding-top: 100px; }

.bottom-container {
  margin-bottom: 50px; }

.block-container {
  background-color: #313131;
  text-align: center; }

.info-container {
  background-color: #ffffff;
  text-align: center; }
  .info-container h1 {
    border-bottom: 4px solid royalblue;
    color: #313131;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    text-align: center; }

.icon-container {
  background-color: #4D4D4D;
  text-align: center; }
  .icon-container h1 {
    border-bottom: 4px solid royalblue;
    color: #ffffff;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    text-align: center; }
  .icon-container .icon-row {
    margin: 0 auto; }

.form-container {
  max-width: 900px; }

.services-container {
  padding-bottom: 25px; }

/*==========================================================================
$	GENERAL
==========================================================================*/
.pattern-bg {
  background: url("../images/preview-pattern.png");
  background-color: #F7F6F6; }

.text-content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px; }

.paragraph-content {
  margin: 0 auto 50px;
  max-width: 900px; }
  .paragraph-content * {
    text-align: left; }
    @media screen and (max-width: 849px) {
      .paragraph-content * {
        padding: 0 5px; } }

.services-content {
  margin: 0 auto 60px;
  max-width: 1200px; }
  .services-content p {
    text-align: left; }

.txt-overlay {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 10%;
  width: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }
  @media screen and (max-width: 799px) {
    .txt-overlay {
      width: 100%;
      padding-top: 50px; } }
  .txt-overlay .text-container {
    margin: 50px; }

/* ====== HEADER  ====== */
/* ======
HEADER
	- Bootstrap Overrides
    - General
====== */
/*==========================================================================
$	BOOTSTRAP OVERRIDES
==========================================================================*/
.navbar {
  background-color: rgba(0, 0, 0, 0.4);
  background: url("../images/footer-pattern.png");
  border: none;
  border-radius: 0px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  /*==========================================================================
  $	GENERAL
  ==========================================================================*/ }
  .navbar .navbar-brand {
    border-bottom: 1px solid transparent;
    color: #ffffff;
    font-family: 'Times New Roman';
    font-size: 20px;
    -webkit-transition: border-bottom 0.5s ease-in-out 0s, color 0.25s ease-in-out 0s;
    -moz-transition: border-bottom 0.5s ease-in-out 0s, color 0.25s ease-in-out 0s;
    -ms-transition: border-bottom 0.5s ease-in-out 0s, color 0.25s ease-in-out 0s;
    -o-transition: border-bottom 0.5s ease-in-out 0s, color 0.25s ease-in-out 0s;
    transition: border-bottom 0.5s ease-in-out 0s, color 0.25s ease-in-out 0s; }
    .navbar .navbar-brand:hover, .navbar .navbar-brand :focus, .navbar .navbar-brand :active {
      border-bottom: 1px solid #ffffff;
      color: royalblue;
      -webkit-transition: border-bottom 0.5s ease-in-out 0s color 0.25s ease-in-out 0s;
      -moz-transition: border-bottom 0.5s ease-in-out 0s color 0.25s ease-in-out 0s;
      -ms-transition: border-bottom 0.5s ease-in-out 0s color 0.25s ease-in-out 0s;
      -o-transition: border-bottom 0.5s ease-in-out 0s color 0.25s ease-in-out 0s;
      transition: border-bottom 0.5s ease-in-out 0s color 0.25s ease-in-out 0s; }
  .navbar .nav li, .navbar .nav--inline li, .navbar .nav--stacked li, .navbar .nav--tabbed li, .navbar .nav--breadcrumb li {
    border-bottom: 1px solid transparent;
    margin: 0 0 5px 10px;
    -webkit-transition: border-bottom 0.5s ease-in-out 0s;
    -moz-transition: border-bottom 0.5s ease-in-out 0s;
    -ms-transition: border-bottom 0.5s ease-in-out 0s;
    -o-transition: border-bottom 0.5s ease-in-out 0s;
    transition: border-bottom 0.5s ease-in-out 0s; }
    .navbar .nav li:hover, .navbar .nav--inline li:hover, .navbar .nav--stacked li:hover, .navbar .nav--tabbed li:hover, .navbar .nav--breadcrumb li:hover, .navbar .nav li :focus, .navbar .nav--inline li :focus, .navbar .nav--stacked li :focus, .navbar .nav--tabbed li :focus, .navbar .nav--breadcrumb li :focus, .navbar .nav li :active, .navbar .nav--inline li :active, .navbar .nav--stacked li :active, .navbar .nav--tabbed li :active, .navbar .nav--breadcrumb li :active {
      border-bottom: 1px solid #ffffff;
      -webkit-transition: border-bottom 0.5s ease-in-out 0s;
      -moz-transition: border-bottom 0.5s ease-in-out 0s;
      -ms-transition: border-bottom 0.5s ease-in-out 0s;
      -o-transition: border-bottom 0.5s ease-in-out 0s;
      transition: border-bottom 0.5s ease-in-out 0s; }
      .navbar .nav li:hover a, .navbar .nav--inline li:hover a, .navbar .nav--stacked li:hover a, .navbar .nav--tabbed li:hover a, .navbar .nav--breadcrumb li:hover a, .navbar .nav li :focus a, .navbar .nav--inline li :focus a, .navbar .nav--stacked li :focus a, .navbar .nav--tabbed li :focus a, .navbar .nav--breadcrumb li :focus a, .navbar .nav li :active a, .navbar .nav--inline li :active a, .navbar .nav--stacked li :active a, .navbar .nav--tabbed li :active a, .navbar .nav--breadcrumb li :active a {
        color: royalblue; }
    .navbar .nav li:first-child, .navbar .nav--inline li:first-child, .navbar .nav--stacked li:first-child, .navbar .nav--tabbed li:first-child, .navbar .nav--breadcrumb li:first-child {
      margin: 0; }
    @media screen and (max-width: 767px) {
      .navbar .nav li, .navbar .nav--inline li, .navbar .nav--stacked li, .navbar .nav--tabbed li, .navbar .nav--breadcrumb li {
        margin: 0;
        width: 100%; } }
    .navbar .nav li a, .navbar .nav--inline li a, .navbar .nav--stacked li a, .navbar .nav--tabbed li a, .navbar .nav--breadcrumb li a {
      color: #ffffff;
      font-size: 16px; }

/* ====== CONTACT  ====== */
/* ======
CONTACT
	- Bootstrap Overrides
    - General
====== */
/*==========================================================================
$	BOOTSTRAP OVERRIDES
==========================================================================*/
.contact {
  /*==========================================================================
  $	GENERAL
  ==========================================================================*/ }
  .contact .paragraph-content {
    text-align: left; }
    .contact .paragraph-content h4 {
      color: royalblue;
      text-align: left; }
  .contact .lotzone {
    position: relative;
    top: 10px; }
  .contact .form-container {
    margin: 0 auto;
    max-width: 1200px; }
    @media screen and (max-width: 749px) {
      .contact .form-container form {
        margin: 0 auto;
        max-width: 400px; } }
    @media screen and (max-width: 400px) {
      .contact .form-container form {
        max-width: 300px; } }
    .contact .form-container input, .contact .form-container textarea {
      border: 1px solid royalblue;
      margin-bottom: 10px;
      max-width: 500px; }

/* ====== INDEX  ====== */
/* ======
INDEX
	- Bootstrap Overrides
    - General
====== */
/*==========================================================================
$	BOOTSTRAP OVERRIDES
==========================================================================*/
.index {
  /*==========================================================================
  $	GENERAL
  ==========================================================================*/ }
  .index .navbar {
    background-color: rgba(0, 0, 0, 0.4);
    background-image: none; }
  .index .header-container h1, .index .header-container h3, .index .header-container h4, .index .header-container h6 {
    color: #ffffff; }
  .index .header-container h1 {
    font-family: 'Proxima Nova'; }
  .index .header-container h4, .index .header-container h6 {
    font-family: 'Noto Serif', serif; }
  .index .jumbotron {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../images/index-bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0; }
    @media screen and (max-width: 799px) {
      .index .jumbotron {
        height: 800px; } }
  .index .weekly-auction h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
  .index .icon-row {
    color: #ffffff;
    max-width: 1200px;
    padding: 30px 0; }
    .index .icon-row .col-md-2 {
      background-color: transparent;
      cursor: pointer;
      margin-right: 10px;
      min-height: 206px;
      padding: 20px;
      -webkit-transition: background-color 0.5s ease-in-out 0s;
      -moz-transition: background-color 0.5s ease-in-out 0s;
      -ms-transition: background-color 0.5s ease-in-out 0s;
      -o-transition: background-color 0.5s ease-in-out 0s;
      transition: background-color 0.5s ease-in-out 0s; }
      @media screen and (max-width: 991px) {
        .index .icon-row .col-md-2 {
          min-height: 0; } }
      .index .icon-row .col-md-2:hover {
        background-color: rgba(255, 255, 255, 0.1);
        -webkit-transition: background-color 0.5s ease-in-out 0s;
        -moz-transition: background-color 0.5s ease-in-out 0s;
        -ms-transition: background-color 0.5s ease-in-out 0s;
        -o-transition: background-color 0.5s ease-in-out 0s;
        transition: background-color 0.5s ease-in-out 0s; }
    .index .icon-row .content-wrapper {
      max-width: 200px;
      margin: 0 auto; }
    .index .icon-row h5 {
      font-family: "Roboto", "Roboto", Geneva, sans-serif;
      font-size: 22px;
      font-weight: 300; }
  .index .title-svg {
    display: inline-block;
    vertical-align: bottom; }
    .index .title-svg .svg-wrapper {
      cursor: default;
      margin: 0 20px 0 0; }
  .index .svg-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 32px;
    display: block;
    font-size: 32px;
    height: 64px;
    line-height: 62px;
    margin: 0 auto 20px;
    padding: 16px;
    text-align: center;
    width: 64px;
    -webkit-transition: border 0.25s ease-in-out 0s;
    -moz-transition: border 0.25s ease-in-out 0s;
    -ms-transition: border 0.25s ease-in-out 0s;
    -o-transition: border 0.25s ease-in-out 0s;
    transition: border 0.25s ease-in-out 0s; }
    .index .svg-wrapper:hover {
      border-color: royalblue;
      -webkit-transition: border 0.25s ease-in-out 0s;
      -moz-transition: border 0.25s ease-in-out 0s;
      -ms-transition: border 0.25s ease-in-out 0s;
      -o-transition: border 0.25s ease-in-out 0s;
      transition: border 0.25s ease-in-out 0s; }
      .index .svg-wrapper:hover .svg {
        fill: royalblue;
        -webkit-transition: fill 0.25s ease-in-out 0s;
        -moz-transition: fill 0.25s ease-in-out 0s;
        -ms-transition: fill 0.25s ease-in-out 0s;
        -o-transition: fill 0.25s ease-in-out 0s;
        transition: fill 0.25s ease-in-out 0s; }
  .index .svg {
    display: block;
    fill: #ffffff;
    max-height: 30px;
    max-width: 30px;
    -webkit-transition: fill 0.25s ease-in-out 0s;
    -moz-transition: fill 0.25s ease-in-out 0s;
    -ms-transition: fill 0.25s ease-in-out 0s;
    -o-transition: fill 0.25s ease-in-out 0s;
    transition: fill 0.25s ease-in-out 0s; }
  .index .services-content {
    color: #ffffff;
    margin-top: 60px;
    text-align: left; }
    .index .services-content .services-block {
      margin-bottom: 30px; }
      @media screen and (max-width: 849px) {
        .index .services-content .services-block {
          margin-bottom: 10px; } }
      .index .services-content .services-block h2 {
        border-bottom: 4px solid royalblue;
        display: inline-block;
        font-family: "Roboto", "Roboto", Geneva, sans-serif;
        font-weight: 300; }
      .index .services-content .services-block .text-content {
        margin-top: 20px;
        max-width: 1200px;
        padding: 0; }
        .index .services-content .services-block .text-content p {
          font-weight: 300; }

/* ====== PREVIEW ====== */
/* ======
PREVIEW
	- Bootstrap Overrides
    - General
====== */
/*==========================================================================
$	BOOTSTRAP OVERRIDES
==========================================================================*/
.preview {
  /*==========================================================================
  $	GENERAL
  ==========================================================================*/ }
  .preview .lot-row {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
  .preview .lot {
    float: left;
    margin-bottom: 50px;
    width: 100%; }
    @media screen and (max-width: 849px) {
      .preview .lot {
        margin-top: 10px; } }
    .preview .lot .lot-wrapper {
      padding: 20px; }
      .preview .lot .lot-wrapper .left-col {
        float: left;
        width: 40%; }
        .preview .lot .lot-wrapper .left-col .lot-title h3 {
          border-bottom: 4px solid royalblue;
          display: inline-block;
          font-family: 'Noto Serif', serif;
          font-style: italic; }
        .preview .lot .lot-wrapper .left-col .lot-image-wrapper {
          background-color: rgba(0, 0, 0, 0.25);
          border: 1px solid rgba(0, 0, 0, 0.25);
          border-radius: 2px;
          margin: 20px 0 0 20px;
          padding: 20px 10px;
          text-align: center; }
          .preview .lot .lot-wrapper .left-col .lot-image-wrapper .lot-image {
            max-width: 400px;
            width: 100%; }
      .preview .lot .lot-wrapper .right-col {
        border-bottom: 4px solid royalblue;
        float: left;
        margin-left: 5%;
        margin-right: 5%;
        padding-bottom: 20px;
        width: 50%; }
        .preview .lot .lot-wrapper .right-col .text-wrapper {
          margin-top: 80px; }
          .preview .lot .lot-wrapper .right-col .text-wrapper p {
            font-family: 'Noto Serif', serif; }
            .preview .lot .lot-wrapper .right-col .text-wrapper p span {
              font-size: 32px;
              font-style: italic; }
  .preview .weekly-auction h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }

/* ====== TOP SALEROOM ====== */
/* ======
TOP SALEROOM
	- Bootstrap Overrides
    - General
====== */
/*==========================================================================
$	BOOTSTRAP OVERRIDES
==========================================================================*/
.top-saleroom {
  /*==========================================================================
  $	GENERAL
  ==========================================================================*/ }
  .top-saleroom .paragraph-content {
    text-align: left; }
  .top-saleroom .banner-image {
    width: 100%; }

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