@charset "UTF-8";
/*!

Stewart Ehoff and Jamie Loake at STAR Digital

ACKNOWLEDGEMENTS
normalize.css | MIT License | https://github.com/necolas/normalize.css
inuit.css | Apache License 2.0 | https://github.com/csswizardry/inuit.css
HTML5 Boilerplate | https://github.com/h5bp/html5-boilerplate
Bootstrap | Apache License 2.0 | https://github.com/twitter/bootstrap
Helium | https://github.com/cbrauckmuller/helium
Font Awesome | SIL Open Font License, MIT License, CC BY 3.0 License | https://github.com/FortAwesome/Font-Awesome

*/
@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);
/* ====== VARIABLES ====== */
/* ======
VARIABLES
	- Color Pallete
	- Colors
	- Typography
	- Layout
====== */
/*================================================================================
$ COLOR PALLETE
================================================================================*/
/*================================================================================
$ COLORS
================================================================================*/
/*================================================================================
$ TYPOGRAPHY
================================================================================*/
/*================================================================================
$ LAYOUT
================================================================================*/
/* ====== MIXINS ====== */
/* ====== NORMALIZE ====== */
/* ======
NORMALIZE
  - HTML5 Display Definitions
  - Base
  - Links
  - Typography
  - Embedded Content
  - Figures
  - Forms
  - Tables
====== */
/*================================================================================
$ HTML5 DISPLAY DEFINITIONS
================================================================================*/
article, aside, details, figcaption, figure, footer, header, hgroup,
main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

/*================================================================================
$ BASE
================================================================================*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

/*================================================================================
$ LINKS
================================================================================*/
a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

/*================================================================================
$ TYPOGRAPHY
================================================================================*/
h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*================================================================================
$ EMBEDDED CONTENT
================================================================================*/
img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

/*================================================================================
$ FIGURES
================================================================================*/
figure {
  margin: 0; }

/*================================================================================
$ FORMS
================================================================================*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

/*================================================================================
$ TABLES
================================================================================*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ====== RESET ====== */
/* ======
RESET
  - Reset Styles
====== */
/*================================================================================
$ RESET STYLES
================================================================================*/
*, *: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; }

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

abbr[title], dfn[title] {
  cursor: help; }

a, u, ins {
  text-decoration: none; }

ins {
  border-bottom: 1px solid; }

img {
  font-style: italic; }

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

/* ====== HELPERS ====== */
.clearfix, #valuation-form form ul, .cf, nav ul, nav ol, .field {
  zoom: 1; }
  .clearfix:before, #valuation-form form ul:before, .clearfix:after, #valuation-form form ul:after, .cf:before, nav ul:before, nav ol:before, .field:before, .cf:after, nav ul:after, nav ol:after, .field:after {
    content: "";
    display: table; }
  .clearfix:after, #valuation-form form ul:after, .cf:after, nav ul:after, nav ol:after, .field:after {
    clear: both; }

.hidden, .no-display {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

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

.is-closed {
  border: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important; }

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

.txt-left * {
  list-style: outside;
  text-align: justify; }
  @media screen and (max-width: 1023px) {
    .txt-left * {
      padding-left: 0px; } }

.text-align-left * {
  text-align: left; }

.txt-center {
  text-align: center; }
  .txt-center * {
    text-align: center; }

.txt-right * {
  text-align: right; }

.justify-center {
  text-align: justify;
  margin: 0 auto; }

.cursor {
  cursor: pointer; }

.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; } }
.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; }

/* ====== EXTEND CLASSES ====== */
/* ======
EXTEND CLASSES
	- General Extend Classes
	- Width Extends
	- Font Weight Extends
	- Font Style Extends
====== */
/*================================================================================
$ GENERAL EXTEND CLASSES
================================================================================*/
/*================================================================================
$ WIDTH EXTENDS
================================================================================*/
.fl-100 {
  float: left;
  width: 100%; }

.fl-75 {
  float: left;
  width: 75%; }

.fl-50 {
  float: left;
  width: 50%; }

.fl-33 {
  float: left;
  width: 33.3333%; }

.fl-25 {
  float: left;
  width: 25%; }

/*================================================================================
$ FONT WEIGHT EXTENDS
================================================================================*/
.fw-300 {
  font-weight: 300; }

.fw-600 {
  font-weight: 600; }

/*================================================================================
$ FONT STYLE EXTENDS
================================================================================*/
.style-italic {
  font-style: italic; }

.style-normal, legend, label .small, label .caption, .options label, label.check {
  font-style: normal; }

/*================================================================================
$ LAYOUT EXTENDS
================================================================================*/
.vert-top {
  display: inline-block;
  vertical-align: top; }

.vert-middle {
  display: inline-block;
  vertical-align: middle; }

.vert-bottom {
  display: inline-block;
  vertical-align: bottom; }

/* ====== STAR BASE ====== */
/* ======
STAR BASE
    - Root
    - Paragraphs
    - Links
    - Headings
    - Headings - Media Queries
    - Lists
    - Sectioning
    - Quotes
    - Preformatted
    - Tables
    - Forms
    - Form Elements
    - Inline
    - Media
====== */
/*================================================================================
$ ROOT
================================================================================*/
*, *: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;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 100%;
  line-height: 1.2;
  min-height: 100%;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
  -webkit-text-size-adjust: auto;
  -ms-text-size-adjust: auto; }

body {
  background-color: #FFFFFF;
  color: #4e4e4e;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  min-width: 320px;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  @media screen and (min-width: 1024px) and (max-width: 1399px) {
    body {
      font-size: 18px; } }
  @media screen and (min-width: 480px) and (max-width: 1023px) {
    body {
      font-size: 18px; } }
  @media screen and (max-width: 479px) {
    body {
      font-size: 14px; } }
  body:after {
    content: 'palm';
    display: none; }
    @media screen and (min-width: 600px) {
      body:after {
        content: 'lap'; } }
    @media screen and (min-width: 900px) {
      body:after {
        content: 'desk'; } }
    @media screen and (min-width: 1200px) {
      body:after {
        content: 'wide'; } }

/*================================================================================
$ PARAGRAPHS
================================================================================*/
p {
  line-height: 1.5;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 100; }
  p:first-child {
    margin-top: 0; }
  p.no-margin {
    margin: 0; }

.lede {
  color: #666666;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  margin-bottom: 10px; }

small, .small, .caption {
  color: #f1f1f1;
  font-size: 14px;
  font-family: "proxima-nova", Arial, sans-serif; }

.caption {
  padding-top: 5px;
  margin-bottom: 5px; }

/*================================================================================
$ LINKS
================================================================================*/
a {
  color: #203963;
  cursor: pointer;
  outline: none;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #2c4f8a;
    cursor: pointer;
    outline: none;
    text-decoration: underline; }

/*================================================================================
$ HEADINGS
================================================================================*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, hgroup {
  font-family: "proxima-nova", Arial, sans-serif;
  margin-bottom: 10px; }

h1, .h1 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 48px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased; }

h2, .h2 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 44px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased; }

h3, .h3 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased; }

h4, .h4 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased; }

h5, .h5 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 24px;
  font-weight: 300; }

h6, .h6 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 20px;
  font-weight: lighter;
  -webkit-font-smoothing: antialiased; }

/*================================================================================
$ HEADINGS - MEDIA QUERIES
================================================================================*/
@media screen and (min-width: 1024px) and (max-width: 1399px) {
  h1, .h1 {
    font-size: 48px; }

  h2, .h2 {
    font-size: 40px; }

  h3, .h3 {
    font-size: 36px; }

  h4, .h4 {
    font-size: 28px; }

  h5, .h5 {
    font-size: 24px; }

  h6, .h6 {
    font-size: 20px; } }
@media screen and (min-width: 480px) and (max-width: 1023px) {
  h1, .h1 {
    font-size: 48px; }

  h2, .h2 {
    font-size: 30px; }

  h3, .h3 {
    font-size: 26px; }

  h4, .h4 {
    font-size: 20px; }

  h5, .h5 {
    font-size: 20px; }

  h6, .h6 {
    font-size: 20px; } }
@media screen and (max-width: 479px) {
  h1, .h1 {
    font-size: 48px; }

  h2, .h2 {
    font-size: 24px; }

  h3, .h3 {
    font-size: 22px; }

  h4, .h4 {
    font-size: 18px; }

  h5, .h5 {
    font-size: 20px; }

  h6, .h6 {
    font-size: 20px; } }
/*================================================================================
$ LISTS
================================================================================*/
ul, ol, dl {
  list-style: inside;
  margin-left: 10px;
  text-align: center; }

li {
  line-height: 1.2;
  font-weight: 300; }
  li:first-child {
    margin-top: 0; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }
nav a {
  display: block; }

dd + dt {
  padding-top: 5px; }

/*================================================================================
$ SECTIONING
================================================================================*/
hr {
  border: none;
  border-bottom: 1px solid #EEEEEE;
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 5px; }

/*================================================================================
$ QUOTES
================================================================================*/
blockquote {
  margin-left: 10px;
  margin-right: 10px; }

blockquote + figcaption:before {
  content: "—"; }

/*================================================================================
$ PREFORMATTED
================================================================================*/
pre {
  margin-left: 10px;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

pre code, pre samp {
  line-height: 1.2; }

/*================================================================================
$ TABLES
================================================================================*/
table {
  margin: 10px 0;
  width: 100%; }

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

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

th {
  background-color: #EEEEEE;
  border-left: 1px solid #FFFFFF;
  color: #4e4e4e; }
  th:first-child {
    border-left: none; }

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

caption {
  color: #666666;
  font-style: 14px;
  margin-bottom: 5px;
  padding-top: 5px; }

[colspan] {
  text-align: center; }

[colspan="1"] {
  text-align: left; }

[rowspan] {
  vertical-align: middle; }

[rowspan="1"] {
  vertical-align: top; }

.numerical {
  text-align: right; }

/*================================================================================
$ FORMS
================================================================================*/
form > :last-child {
  margin-bottom: 0; }

fieldset {
  border: none;
  margin-bottom: 10px; }

legend {
  color: #666666;
  font-size: 18px;
  margin-bottom: 5px;
  padding-top: 5px; }

.field {
  list-style: none;
  margin-bottom: 10px; }

.options {
  list-style: none;
  margin: 0; }

/*================================================================================
$ FORM ELEMENTS
================================================================================*/
label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px; }

button, input, select, textarea {
  line-height: 1.2;
  outline: none;
  vertical-align: middle; }

input[type="text"], input[type="email"], input[type="password"], input[type="number"],
input[type="search"], input[type="url"], input[type="text"], .text, .input-text, textarea {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  cursor: text;
  font-size: 18px;
  line-height: normal;
  max-width: 100%;
  padding: 5px;
  width: 100%; }
  input[type="text"]:focus, input[type="text"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="number"]:focus, input[type="number"]:active,
  input[type="search"]:focus,
  input[type="search"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="text"]:focus, input[type="text"]:active, .text:focus, .text:active, .input-text:focus, .input-text:active, textarea:focus, textarea:active {
    border-color: #203963;
    color: #203963;
    outline: none; }

input[type="radio"], input[type="checkbox"] {
  margin-right: 5px; }

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

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

textarea {
  height: auto;
  min-width: 100%; }

[disabled] {
  background: #f2f2f2;
  cursor: default; }

.options label, label.check {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0; }

abbr[title="Required"] {
  border: 0;
  color: #f00;
  font-size: 18px;
  font-weight: bold; }

input + .caption, select + .caption, textarea + .caption {
  display: block;
  margin-bottom: 0; }

.form__actions {
  border-top: 1px solid #EEEEEE;
  margin-top: 10px;
  padding-top: 10px; }

.error label {
  color: #cc0000; }
.error .text, .error select, .error textarea {
  border-color: #cc0000; }
.error .error__message {
  display: block; }

.error__message {
  background-color: #cc0000;
  color: #FFFFFF;
  display: none;
  font-size: 14px;
  padding: 5px; }

::-webkit-input-placeholder {
  font-weight: lighter; }

:-moz-placeholder {
  /* Firefox 18- */
  font-weight: lighter; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: lighter; }

:-ms-input-placeholder {
  font-weight: lighter; }

/*================================================================================
$ INLINE
================================================================================*/
abbr {
  color: #666666; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #f8f8f8;
  cursor: help; }

mark, .mark {
  background: #ffc;
  padding: 0 2px; }

ins {
  background: #f2f2f2;
  padding: 0 2px; }

del {
  text-decoration: line-through; }

code, samp {
  color: #696;
  font-family: Inconsolata, Consolas, Monaco, monospace; }

samp {
  background-color: #f2f2f2;
  padding: 5px; }

kbd {
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  color: #666666;
  font-family: inherit;
  font-size: 90%;
  line-height: 90%;
  margin: 0 2px;
  padding: 5px; }

sub {
  font-size: smaller;
  line-height: 90%;
  vertical-align: sub; }

sup {
  font-size: smaller;
  line-height: 90%;
  vertical-align: super; }

/*================================================================================
$ MEDIA
================================================================================*/
img, video, embed {
  border: none;
  height: auto;
  max-width: 100%; }

iframe {
  border: none;
  outline: none; }

figure img {
  display: block; }

figcaption {
  clear: left;
  color: #666666;
  font-size: 14px;
  padding: 5px; }

/* ====== BUTTONS ====== */
/* ======
BUTTONS
	- General Buttons
	- Colour Buttons
	- Extra Buttons
    - Button Padding
====== */
/*================================================================================
$ GENERAL BUTTONS
================================================================================*/
button, input[type="submit"], .button, .btn {
  background-color: #203963;
  border-radius: 20px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.2;
  padding: 8px 50px;
  text-align: center;
  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;
  vertical-align: middle;
  width: auto; }
  @media screen and (max-width: 699px) {
    button, input[type="submit"], .button, .btn {
      margin-bottom: 15px; } }
  button:hover, button:active, button:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus, .button:hover, .button:active, .button:focus, .btn:hover, .btn:active, .btn:focus {
    background-color: transparent;
    border-color: #203963;
    color: #203963;
    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, input[type="submit"], .button, .btn {
  background-color: #f46800;
  border-radius: 20px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.2;
  padding: 8px 50px;
  text-align: center;
  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;
  vertical-align: middle;
  width: auto; }
  @media screen and (max-width: 699px) {
    button, input[type="submit"], .button, .btn {
      margin-bottom: 15px; } }
  button:hover, button:active, button:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus, .button:hover, .button:active, .button:focus, .btn:hover, .btn:active, .btn:focus {
    background-color: transparent;
    border-color: #203963;
    color: #203963;
    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; }

/* ====== FOOTER ====== */
/* ======
FOOTER
	- Bootstrap Override
	- General
	- List Section
	- Auction Marketer Details Section
	- Small Print Section
====== */
.footer {
  background-color: #376082;
  float: left;
  width: 100%;
  /*================================================================================
  $ BOOTSTRAP OVERRIDE
  ================================================================================*/
  /*================================================================================
  $ GENERAL
  ================================================================================*/
  /*================================================================================
  $ LIST SECTION
  ================================================================================*/
  /*================================================================================
  $ AUCTION MARKETER DETAILS SECTION
  ================================================================================*/
  /*================================================================================
  $ SOCIAL ICONS SECTION
  ================================================================================*/
  /*================================================================================
  $ SMALL PRINT SECTION
  ================================================================================*/ }
  .footer p {
    color: #FFFFFF;
    font-weight: 100; }
  .footer .footer-container {
    padding: 20px;
    margin: 0 auto;
    max-width: 715px; }
  .footer .list-section {
    padding-bottom: 10px; }
    .footer .list-section ul li {
      display: inline-block;
      list-style: none;
      padding-left: 5%;
      width: auto; }
      .footer .list-section ul li:first-child {
        padding-left: 0; }
      .footer .list-section ul li a {
        color: #FFFFFF;
        font-size: 13px;
        font-weight: lighter;
        text-decoration: none;
        text-transform: uppercase; }
  .footer .am-details-section {
    text-align: center;
    padding-bottom: 30px; }
    .footer .am-details-section a {
      color: #FFFFFF;
      display: block;
      font-size: 16px;
      font-weight: 100; }
  .footer .text-section {
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 0; }
    .footer .text-section a {
      color: #FFFFFF;
      font-size: 16px;
      font-weight: 100; }
  .footer .social-icons {
    height: 45px;
    text-align: center;
    margin-top: -15px; }
    .footer .social-icons ul {
      display: inline-block; }
      .footer .social-icons ul .item {
        display: inline-block;
        padding: 0 2px; }
        .footer .social-icons ul .item img {
          width: 30px; }
  .footer .small-print-section {
    text-align: center; }
    .footer .small-print-section p {
      font-size: 14px; }
  .footer .footer-links {
    width: 100%;
    background-color: #003664;
    height: 45px;
    position: relative; }
    @media screen and (max-width: 449px) {
      .footer .footer-links {
        height: 60px; } }
    .footer .footer-links .footer-list {
      padding-top: 8px;
      margin-bottom: 0; }
      .footer .footer-links .footer-list .list-item {
        display: inline-block; }
        .footer .footer-links .footer-list .list-item a {
          color: white;
          font-family: "proxima-nova", Arial, sans-serif;
          font-weight: light;
          font-size: 13px;
          padding: 0 10px; }

/* ====== GENERAL ====== */
/* ======
GENERAL
	- Bootstrap Override
	- General
	- Dropdown Arrow
	- Auctioneers Block Content
	- Link Content
	- Get In Touch
====== */
/*================================================================================
$ BOOTSTRAP OVERRIDE
================================================================================*/
.col-lg-8, .col-lg-4 {
  padding: 0; }

/*================================================================================
$ GENERAL
================================================================================*/
h1 {
  color: #203963;
  font-size: 64px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 599px) {
    h1 {
      font-size: 42px; } }

h3 {
  color: #4d4d4d;
  font-size: 30px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase; }

ul {
  margin-bottom: 30px; }
  @media screen and (max-width: 559px) {
    ul {
      list-style: none; } }
  ul li {
    color: #4d4d4d;
    font-weight: 100;
    line-height: 1.5;
    text-align: left; }
    @media screen and (max-width: 559px) {
      ul li {
        list-style: none !important; } }

.content-section {
  overflow: hidden;
  position: relative;
  padding: 2% 2%;
  width: 100%; }
  @media screen and (max-width: 599px) {
    .content-section {
      height: auto;
      min-height: 0;
      padding: 4% 4%; } }

.text-content p {
  margin-bottom: 30px; }

p.medium {
  font-weight: 300; }
p.semibold {
  font-weight: 500; }

.error {
  margin-bottom: 10px; }

/*================================================================================
$ FORM STYLES
================================================================================*/
form {
  margin: 30px auto;
  max-width: 650px; }
  form ul li {
    list-style: none; }
    form ul li.buttons {
      margin-top: 20px;
      text-align: center; }
      @media screen and (max-width: 599px) {
        form ul li.buttons {
          margin-top: 30px; } }

/*================================================================================
$ DROPDOWN ARROW
================================================================================*/
.dropdown-button {
  bottom: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%; }
  @media screen and (max-width: 599px) {
    .dropdown-button {
      display: none; } }

/*================================================================================
$ AUCTIONEERS BLOCK CONTENT
================================================================================*/
.auctioneers-wrapper {
  text-align: center; }
  .auctioneers-wrapper .auction-block {
    border: 1px solid #DADADA;
    display: inline-block;
    height: 106px;
    margin: 0 0 10px 10px;
    position: relative;
    text-align: center;
    width: 180px; }
    .auctioneers-wrapper .auction-block img {
      left: 50%;
      padding: 20px;
      position: absolute;
      top: 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%); }

/*================================================================================
$ LINK CONTENT
================================================================================*/
.link-content a {
  color: #203963;
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase; }
  .link-content a p {
    display: inline-block;
    line-height: 1.25; }
    .link-content a p:hover {
      text-decoration: underline; }
    .link-content a p.semibold {
      font-weight: 500; }
    .link-content a p span {
      font-size: 18px;
      font-weight: bold; }
      .link-content a p span:hover {
        text-decoration: none; }

/*================================================================================
$ GET IN TOUCH
================================================================================*/
.get-in-touch {
  background-color: rgba(32, 57, 99, 0.8) !important;
  height: auto;
  min-height: 0;
  padding: 10% 4%; }
  @media screen and (max-width: 599px) {
    .get-in-touch {
      height: auto; } }
  .get-in-touch h1, .get-in-touch p {
    color: #FFFFFF;
    text-align: center; }
  .get-in-touch .text-content {
    margin: 5% auto;
    max-width: 850px; }
    .get-in-touch .text-content p {
      font-weight: 100; }
  .get-in-touch .icon-row {
    margin: 50px auto 0;
    max-width: 600px; }
    .get-in-touch .icon-row .icon {
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      width: 32%; }

.content-section {
  max-width: 1200px;
  margin: 0 auto; }

u {
  text-decoration: underline; }

/*================================================================================
$ CONTACT OVERLAY
================================================================================*/
.contact-overlay-container, .contact-overlay-container-casestudies {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
  padding-left: 50%;
  padding-top: 2%; }
  @media screen and (max-width: 799px) {
    .contact-overlay-container, .contact-overlay-container-casestudies {
      padding-top: 10%; } }
  @media screen and (max-width: 449px) {
    .contact-overlay-container, .contact-overlay-container-casestudies {
      padding-top: 5%; } }
  .contact-overlay-container .contact-overlay-content, .contact-overlay-container-casestudies .contact-overlay-content {
    position: relative;
    padding: 40px 20px;
    padding-bottom: 10px;
    width: 95%;
    max-width: 550px;
    height: auto;
    min-height: 1px;
    max-height: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 37px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 37px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 37px -1px rgba(0, 0, 0, 0.75);
    background-color: white; }
    @media screen and (max-width: 999px) {
      .contact-overlay-container .contact-overlay-content, .contact-overlay-container-casestudies .contact-overlay-content {
        width: 175%;
        padding-top: 15%; } }
    @media screen and (max-width: 449px) {
      .contact-overlay-container .contact-overlay-content, .contact-overlay-container-casestudies .contact-overlay-content {
        width: 175%;
        padding-top: 25%; } }
    .contact-overlay-container .contact-overlay-content .title, .contact-overlay-container-casestudies .contact-overlay-content .title {
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 26px;
      font-weight: 400;
      color: #003664;
      margin: 0;
      text-transform: none; }
      @media screen and (max-width: 449px) {
        .contact-overlay-container .contact-overlay-content .title, .contact-overlay-container-casestudies .contact-overlay-content .title {
          font-size: 30px; } }
    .contact-overlay-container .contact-overlay-content h5.title, .contact-overlay-container-casestudies .contact-overlay-content h5.title {
      font-size: 20px;
      color: #003664; }
    .contact-overlay-container .contact-overlay-content .close-button, .contact-overlay-container-casestudies .contact-overlay-content .close-button {
      position: absolute;
      color: red;
      right: 25px;
      top: 25px;
      cursor: pointer;
      opacity: 0.7;
      font-size: 22px;
      font-weight: bold; }
    .contact-overlay-container .contact-overlay-content form, .contact-overlay-container-casestudies .contact-overlay-content form {
      padding: 0 10%;
      margin-top: 10px; }
      .contact-overlay-container .contact-overlay-content form fieldset.fieldset-two .field_container, .contact-overlay-container-casestudies .contact-overlay-content form fieldset.fieldset-two .field_container {
        width: 50%;
        float: left;
        position: relative;
        height: 25px; }
        .contact-overlay-container .contact-overlay-content form fieldset.fieldset-two .field_container label, .contact-overlay-container-casestudies .contact-overlay-content form fieldset.fieldset-two .field_container label {
          position: absolute;
          left: 30px;
          top: 5px;
          font-size: 14px;
          font-weight: normal; }
        .contact-overlay-container .contact-overlay-content form fieldset.fieldset-two .field_container input, .contact-overlay-container-casestudies .contact-overlay-content form fieldset.fieldset-two .field_container input {
          position: absolute;
          left: 0px;
          top: 1px; }
          @media screen and (max-width: 599px) {
            .contact-overlay-container .contact-overlay-content form fieldset.fieldset-two .field_container input, .contact-overlay-container-casestudies .contact-overlay-content form fieldset.fieldset-two .field_container input {
              width: 8%; } }
      .contact-overlay-container .contact-overlay-content form fieldset.fieldset-two .field_container-input, .contact-overlay-container-casestudies .contact-overlay-content form fieldset.fieldset-two .field_container-input {
        margin-top: 15px;
        width: 100%;
        clear: both;
        float: left; }
        .contact-overlay-container .contact-overlay-content form fieldset.fieldset-two .field_container-input label, .contact-overlay-container-casestudies .contact-overlay-content form fieldset.fieldset-two .field_container-input label {
          font-family: "proxima-nova", Arial, sans-serif;
          font-size: 14px;
          font-weight: 400;
          color: #4d4d4d;
          text-transform: none; }
      .contact-overlay-container .contact-overlay-content form fieldset.fieldset-three .field_container, .contact-overlay-container-casestudies .contact-overlay-content form fieldset.fieldset-three .field_container {
        width: 100%;
        position: relative;
        height: 25px; }
        .contact-overlay-container .contact-overlay-content form fieldset.fieldset-three .field_container label, .contact-overlay-container-casestudies .contact-overlay-content form fieldset.fieldset-three .field_container label {
          position: absolute;
          left: 30px;
          top: 5px;
          font-size: 14px;
          font-weight: normal; }
        .contact-overlay-container .contact-overlay-content form fieldset.fieldset-three .field_container input, .contact-overlay-container-casestudies .contact-overlay-content form fieldset.fieldset-three .field_container input {
          position: absolute;
          left: 0px;
          top: 1px; }
          @media screen and (max-width: 599px) {
            .contact-overlay-container .contact-overlay-content form fieldset.fieldset-three .field_container input, .contact-overlay-container-casestudies .contact-overlay-content form fieldset.fieldset-three .field_container input {
              width: 8%; } }
      .contact-overlay-container .contact-overlay-content form input, .contact-overlay-container .contact-overlay-content form textarea, .contact-overlay-container .contact-overlay-content form button, .contact-overlay-container-casestudies .contact-overlay-content form input, .contact-overlay-container-casestudies .contact-overlay-content form textarea, .contact-overlay-container-casestudies .contact-overlay-content form button {
        width: 100%;
        padding: 5px 10px;
        margin: 5px auto;
        border: 1px solid #E5E5E5;
        color: #003664;
        font-size: 14px; }
        .contact-overlay-container .contact-overlay-content form input:focus, .contact-overlay-container .contact-overlay-content form textarea:focus, .contact-overlay-container .contact-overlay-content form button:focus, .contact-overlay-container-casestudies .contact-overlay-content form input:focus, .contact-overlay-container-casestudies .contact-overlay-content form textarea:focus, .contact-overlay-container-casestudies .contact-overlay-content form button:focus {
          border: 1px solid #003664; }
        .contact-overlay-container .contact-overlay-content form input.number, .contact-overlay-container .contact-overlay-content form textarea.number, .contact-overlay-container .contact-overlay-content form button.number, .contact-overlay-container-casestudies .contact-overlay-content form input.number, .contact-overlay-container-casestudies .contact-overlay-content form textarea.number, .contact-overlay-container-casestudies .contact-overlay-content form button.number {
          margin-bottom: 10px; }
        .contact-overlay-container .contact-overlay-content form input.submit, .contact-overlay-container .contact-overlay-content form textarea.submit, .contact-overlay-container .contact-overlay-content form button.submit, .contact-overlay-container-casestudies .contact-overlay-content form input.submit, .contact-overlay-container-casestudies .contact-overlay-content form textarea.submit, .contact-overlay-container-casestudies .contact-overlay-content form button.submit {
          width: 50%;
          border: 1px solid #f46800;
          background-color: #f46800;
          position: relative;
          left: 50%;
          color: white;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          margin-top: 20px; }
          .contact-overlay-container .contact-overlay-content form input.submit:hover, .contact-overlay-container .contact-overlay-content form textarea.submit:hover, .contact-overlay-container .contact-overlay-content form button.submit:hover, .contact-overlay-container-casestudies .contact-overlay-content form input.submit:hover, .contact-overlay-container-casestudies .contact-overlay-content form textarea.submit:hover, .contact-overlay-container-casestudies .contact-overlay-content form button.submit:hover {
            background-color: white;
            color: #f46800; }
      .contact-overlay-container .contact-overlay-content form textarea, .contact-overlay-container-casestudies .contact-overlay-content form textarea {
        color: #003664;
        border: 1px solid #E5E5E5;
        padding: 5px 10px;
        height: 90px;
        min-width: 100%;
        resize: none;
        width: 100%; }
        .contact-overlay-container .contact-overlay-content form textarea:focus, .contact-overlay-container-casestudies .contact-overlay-content form textarea:focus {
          border: 1px solid #003664; }

form label.error {
  font-size: 15px;
  margin: 0;
  color: red;
  font-weight: 400;
  font-family: "proxima-nova", Arial, sans-serif; }
form#contact-download__brochure label.error {
  width: 100%;
  text-align: center; }
form#contact-contact_form {
  text-shadow: 0px 0px 10px white; }
form#header-auction_alerts label.error {
  background-color: white;
  padding: 2px 15px;
  box-shadow: 5px 5px black;
  border-radius: 5px;
  text-align: center; }

.grecaptcha-badge {
  visibility: hidden; }

/* ====== HEADER ====== */
/* ======
HEADER
	- Email Signup Bar
	- Bootstrap Override
	- General
====== */
.top-header-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }

/*================================================================================
$ NAVBAR EMAIL SIGNUP
================================================================================*/
.header-email-signup {
  background-color: #e9bb27;
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #003664; }
  .header-email-signup form {
    margin: initial;
    max-width: initial; }
  @media screen and (max-width: 724px) {
    .header-email-signup {
      height: 100px; } }
  .header-email-signup .email-container {
    margin: 0 auto;
    max-width: 960px; }
    .header-email-signup .email-container p.text {
      font-size: 17px;
      width: 50%;
      float: left;
      background-color: transparent;
      background: transparent;
      color: #003664;
      font-family: "proxima-nova", Arial, sans-serif;
      border: 0;
      margin-top: 2px;
      line-height: 18px; }
      @media screen and (max-width: 849px) {
        .header-email-signup .email-container p.text {
          font-size: 14px;
          margin-top: 2px;
          width: 48%; } }
      @media screen and (max-width: 724px) {
        .header-email-signup .email-container p.text {
          width: 100%; } }
      @media screen and (max-width: 599px) {
        .header-email-signup .email-container p.text {
          width: 100%;
          font-size: 12px; } }
    .header-email-signup .email-container .input-container {
      width: 22.5%;
      padding: 0 10px;
      float: left; }
      .header-email-signup .email-container .input-container input.signup-field-email {
        width: 100%;
        margin-top: 9px;
        padding-left: 0;
        border: 0;
        background-color: transparent;
        border-bottom: 1px solid #003664;
        color: #003664;
        font-size: 15px; }
        .header-email-signup .email-container .input-container input.signup-field-email::-webkit-input-placeholder {
          color: #003664; }
        .header-email-signup .email-container .input-container input.signup-field-email:-moz-placeholder {
          color: #003664; }
        .header-email-signup .email-container .input-container input.signup-field-email::-moz-placeholder {
          color: #003664; }
        .header-email-signup .email-container .input-container input.signup-field-email:-ms-input-placeholder {
          color: #003664; }
      @media screen and (max-width: 849px) {
        .header-email-signup .email-container .input-container {
          width: 20%;
          padding-left: 0; } }
      @media screen and (max-width: 724px) {
        .header-email-signup .email-container .input-container {
          width: 40%;
          padding: 0 10px; }
          .header-email-signup .email-container .input-container input {
            font-size: 14px; } }
    .header-email-signup .email-container .input-container-two {
      width: 22.5%;
      padding: 0 10px;
      float: left; }
      .header-email-signup .email-container .input-container-two input.signup-field-company {
        width: 100%;
        margin-top: 9px;
        padding-left: 0;
        border: 0;
        background-color: transparent;
        border-bottom: 1px solid #003664;
        color: #003664;
        font-size: 15px; }
        .header-email-signup .email-container .input-container-two input.signup-field-company::-webkit-input-placeholder {
          color: #003664; }
        .header-email-signup .email-container .input-container-two input.signup-field-company:-moz-placeholder {
          color: #003664; }
        .header-email-signup .email-container .input-container-two input.signup-field-company::-moz-placeholder {
          color: #003664; }
        .header-email-signup .email-container .input-container-two input.signup-field-company:-ms-input-placeholder {
          color: #003664; }
      @media screen and (max-width: 849px) {
        .header-email-signup .email-container .input-container-two {
          width: 20%;
          padding-left: 0; } }
      @media screen and (max-width: 724px) {
        .header-email-signup .email-container .input-container-two {
          width: 40%;
          padding: 0 10px; }
          .header-email-signup .email-container .input-container-two input {
            font-size: 14px; } }
    .header-email-signup .email-container .input-container-three {
      width: 5%;
      float: left;
      padding-top: 15px;
      padding-left: 10px; }
      .header-email-signup .email-container .input-container-three .submit-button {
        color: #003664;
        cursor: pointer;
        background-color: transparent;
        color: #003664;
        font-weight: 500;
        padding: 0;
        border: none;
        border-radius: initial; }
        @media screen and (max-width: 599px) {
          .header-email-signup .email-container .input-container-three .submit-button {
            position: relative;
            left: -10px; } }

/*================================================================================
$ NAVBAR
================================================================================*/
.navbar {
  background-color: #003664;
  border-radius: 0;
  border: none;
  position: relative;
  width: 100%;
  z-index: 10;
  margin-bottom: 0;
  /*================================================================================
  $ NAVBAR HOVER
  ================================================================================*/
  	/*
  	er-statistics-container">
          <div class="hover-content">
            <span class="text"><strong>AUCTION</strong> MARKETER <span class="blue-text">LIVE</span>
            <span class="plus-icon">+</span>
          </div>
         */
  /*================================================================================
  $ BOOTSTRAP OVERRIDE
  ================================================================================*/
  /*================================================================================
  $ GENERAL
  ================================================================================*/ }
  .navbar .navbar-brand-number {
    font-size: 20px;
    font-weight: 100;
    width: 50%;
    position: absolute;
    top: 15px;
    left: 60px;
    color: white;
    height: auto;
    font-family: "proxima-nova", Arial, sans-serif; }
  .navbar .navbar-brand {
    padding: 0 0 0 15px; }
    .navbar .navbar-brand img {
      width: 30px;
      padding-top: 8px;
      float: left; }
    .navbar .navbar-brand .navbar-number {
      float: left;
      color: white;
      font-family: "proxima-nova", Arial, sans-serif;
      padding-top: 15px;
      padding-left: 20px;
      font-weight: lighter; }
  .navbar .icon-bar {
    background-color: #FFFFFF !important; }
  .navbar .navbar-header .navbar-toggle span.icon-bar:hover, .navbar .navbar-header .navbar-toggle span.icon-bar:focus, .navbar .navbar-header .navbar-toggle span.icon-bar:active {
    background-color: #FFFFFF; }
  @media screen and (max-width: 859px) {
    .navbar li {
      margin-bottom: 5px; }
      .navbar li:hover, .navbar li:focus, .navbar li:active {
        background-color: #FFFFFF; }
      .navbar li:first-child {
        margin-top: 5px; } }
  .navbar li a {
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 100;
    padding: 18px 0 10px 0;
    text-align: center;
    text-transform: capitalize; }
    @media screen and (max-width: 859px) {
      .navbar li a {
        font-size: 16px; }
        .navbar li a:hover, .navbar li a:focus, .navbar li a:active {
          color: #203963 !important; } }
    .navbar li a .nav-block {
      font-family: "proxima-nova", Arial, sans-serif; }
      .navbar li a .nav-block:hover, .navbar li a .nav-block:focus, .navbar li a .nav-block:active {
        border-bottom: 1px solid #FFFFFF; }
    .navbar li a .divider {
      color: #FFFFFF;
      font-size: 13px;
      padding: 15px 15px; }
      @media screen and (max-width: 1169px) {
        .navbar li a .divider {
          padding: 15px 5px; } }
      @media screen and (max-width: 999px) {
        .navbar li a .divider {
          display: none; } }
      @media screen and (max-width: 999px) {
        .navbar li a .divider.last-span {
          display: none; } }
  @media screen and (max-width: 999px) {
    .navbar li.contact-number {
      display: none; } }
  .navbar li .social-icon {
    padding: 16px 0px 16px 5px; }

/*================================================================================
$ AUCTION RIBBON
================================================================================*/
.auction-stats-total {
  background-color: #d3c194;
  padding-bottom: 10px; }
  .auction-stats-total.desktop {
    display: block; }
    @media screen and (max-width: 1049px) {
      .auction-stats-total.desktop {
        display: none; } }
  .auction-stats-total.mobile {
    background-color: #b39358;
    display: none;
    padding: 0; }
    @media screen and (max-width: 1049px) {
      .auction-stats-total.mobile {
        display: block; } }
  .auction-stats-total .auction-stats-wrapper {
    margin: 0 auto;
    max-width: 1700px;
    width: 90%; }
    @media screen and (max-width: 1049px) {
      .auction-stats-total .auction-stats-wrapper {
        overflow: hidden;
        width: 100%; } }
  .auction-stats-total p {
    color: #FFFFFF;
    font-family: "proxima-nova", Arial, sans-serif;
    line-height: 1.2;
    margin: 0; }
  .auction-stats-total span {
    color: #FFFFFF;
    font-family: "proxima-nova", Arial, sans-serif; }
  .auction-stats-total .stats-text-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
    top: 5px;
    vertical-align: top; }
    .auction-stats-total .stats-text-wrapper p {
      font-size: 24px;
      font-weight: light; }
      @media screen and (max-width: 1349px) {
        .auction-stats-total .stats-text-wrapper p {
          font-size: 18px; } }
    .auction-stats-total .stats-text-wrapper span {
      font-size: 24px;
      font-weight: 500; }
      @media screen and (max-width: 1349px) {
        .auction-stats-total .stats-text-wrapper span {
          font-size: 18px; } }
  .auction-stats-total img {
    display: inline-block; }
  .auction-stats-total .auction-stats-title {
    font-size: 28px;
    text-align: right; }
    @media screen and (max-width: 1049px) {
      .auction-stats-total .auction-stats-title {
        padding: 0 10px;
        text-align: center;
        width: 100%; } }
    @media screen and (max-width: 1349px) {
      .auction-stats-total .auction-stats-title {
        font-size: 20px; } }
    .auction-stats-total .auction-stats-title span {
      font-size: 28px;
      font-weight: 500; }
      @media screen and (max-width: 1049px) {
        .auction-stats-total .auction-stats-title span {
          font-size: 16px; } }
    @media screen and (max-width: 1049px) {
      .auction-stats-total .auction-stats-title p, .auction-stats-total .auction-stats-title span {
        cursor: pointer;
        font-size: 16px; } }
    @media screen and (max-width: 1049px) {
      .auction-stats-total .auction-stats-title p {
        background-image: url("/images/banner-white-down-arrow.svg");
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 16px; } }
    @media screen and (max-width: 1049px) {
      .auction-stats-total .auction-stats-title.active p {
        background-image: url("/images/banner-white-up-arrow.svg");
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 16px; } }
  .auction-stats-total .auction-stats {
    float: left;
    padding-top: 10px;
    width: 22.5%; }
    @media screen and (max-width: 1049px) {
      .auction-stats-total .auction-stats {
        float: none;
        padding: 5px 10px;
        width: 100%; } }
    .auction-stats-total .auction-stats p {
      line-height: 1.2; }
      @media screen and (max-width: 1049px) {
        .auction-stats-total .auction-stats p {
          margin: 0 auto;
          max-width: 450px;
          text-align: left; } }
    .auction-stats-total .auction-stats.auction-stats-center {
      width: 18%; }
  .auction-stats-total .auction-stats-total-no-bids {
    text-align: right; }
    @media screen and (max-width: 1049px) {
      .auction-stats-total .auction-stats-total-no-bids span {
        padding-right: 5px; } }
  .auction-stats-total .auction-stats-total-bidders {
    text-align: left; }
    @media screen and (max-width: 1049px) {
      .auction-stats-total .auction-stats-total-bidders span {
        padding-left: 5px; } }
    .auction-stats-total .auction-stats-total-bidders .stats-text-wrapper {
      text-align: left; }
      .auction-stats-total .auction-stats-total-bidders .stats-text-wrapper p:first-child {
        display: inline-block; }
      .auction-stats-total .auction-stats-total-bidders .stats-text-wrapper span {
        padding-left: 10px; }
  .auction-stats-total .auction-stats-total-bid-value {
    text-align: center; }
    @media screen and (max-width: 1049px) {
      .auction-stats-total .auction-stats-total-bid-value {
        text-align: left; } }
    .auction-stats-total .auction-stats-total-bid-value .pound-sign {
      display: inline-block;
      padding-right: 5px; }
  .auction-stats-total .auction-stats-total-registers {
    position: relative;
    text-align: left;
    top: 10px; }
    @media screen and (max-width: 1349px) {
      .auction-stats-total .auction-stats-total-registers {
        top: 0; } }
    @media screen and (max-width: 1049px) {
      .auction-stats-total .auction-stats-total-registers {
        text-align: center; } }
    .auction-stats-total .auction-stats-total-registers p {
      font-size: 16px;
      font-weight: light; }
      @media screen and (max-width: 1349px) {
        .auction-stats-total .auction-stats-total-registers p {
          font-size: 16px; } }
      @media screen and (max-width: 1049px) {
        .auction-stats-total .auction-stats-total-registers p {
          font-size: 14px; } }
      .auction-stats-total .auction-stats-total-registers p span {
        font-weight: 500; }
  .auction-stats-total .collapse-content {
    max-height: 0; }
    .auction-stats-total .collapse-content.active {
      max-height: 9999px !important; }
    .auction-stats-total .collapse-content p, .auction-stats-total .collapse-content span {
      font-size: 14px !important; }
  .auction-stats-total .first-line-wrapper {
    background-color: #d3c194;
    float: none;
    width: 100%; }
    .auction-stats-total .first-line-wrapper .first-line-container {
      margin: 0 auto;
      max-width: 450px;
      text-align: left; }
      @media screen and (max-width: 449px) {
        .auction-stats-total .first-line-wrapper .first-line-container {
          padding: 0 10px; } }
      .auction-stats-total .first-line-wrapper .first-line-container .auction-stats-center {
        display: inline-block;
        float: none;
        padding: 5px 0;
        width: auto; }
        .auction-stats-total .first-line-wrapper .first-line-container .auction-stats-center p, .auction-stats-total .first-line-wrapper .first-line-container .auction-stats-center span {
          font-size: 14px !important;
          display: inline-block; }
        .auction-stats-total .first-line-wrapper .first-line-container .auction-stats-center span {
          font-weight: 500; }

/* ====== NAVIGATION ====== */
body .top-header-wrapper .navbar .navbar-nav li.desktop-hide {
  display: none; }
@media screen and (max-width: 999px) {
  body .top-header-wrapper .navbar .navbar-nav li.desktop-hide {
    display: block; }
  body .top-header-wrapper .navbar .navbar-nav li.mobile-hide {
    display: none; } }
@media screen and (min-width: 1000) {
  body .top-header-wrapper .navbar .navbar-nav {
    height: 50px; }
    body .top-header-wrapper .navbar .navbar-nav li {
      height: 50px; } }
body .top-header-wrapper .navbar .navbar-nav li.dropdown {
  position: relative; }
  body .top-header-wrapper .navbar .navbar-nav li.dropdown .nav-dropdown {
    display: none; }
  body .top-header-wrapper .navbar .navbar-nav li.dropdown:hover .nav-dropdown {
    display: block;
    position: absolute;
    width: 150px;
    background-color: #003664;
    top: 50px;
    border-top: 1px solid white;
    left: -42px; }
    body .top-header-wrapper .navbar .navbar-nav li.dropdown:hover .nav-dropdown .dropdown-items {
      padding: 8px;
      text-decoration: none; }
      body .top-header-wrapper .navbar .navbar-nav li.dropdown:hover .nav-dropdown .dropdown-items span:hover {
        text-decoration: none; }
@media screen and (max-width: 999px) {
  body .top-header-wrapper .navbar .navbar-nav li.dropdown {
    display: none; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  @media screen and (max-width: 769px) {
    .slick-track {
      left: 145px; } }
  @media screen and (max-width: 449px) {
    .slick-track {
      left: 15px; } }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
    @media screen and (max-width: 449px) {
      .slick-slide img {
        width: 80%; } }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* ====== CASE STUDIES ====== */
/* ======
CASE STUDIES
	- Bootstrap Override
	- Header
	- Main Content
====== */
.case-studies {
  margin-top: 50px;
  /*================================================================================
  $ BOOTSTRAP OVERRIDE
  ================================================================================*/
  /*================================================================================
  $ HEADER
  ================================================================================*/
  /*================================================================================
  $ MAIN CONTENT
  ================================================================================*/ }
  .case-studies .header-banner-container {
    width: 100%;
    float: left;
    max-height: 600px; }
    @media screen and (max-width: 449px) {
      .case-studies .header-banner-container {
        margin-bottom: 20px; } }
    .case-studies .header-banner-container .header-banner {
      background-image: url("../images/pages/case-studies/header-background.png");
      background-repeat: no-repeat;
      background-size: cover;
      max-height: 580px !important;
      overflow: initial; }
      .case-studies .header-banner-container .header-banner .container .text-container {
        margin-top: 150px; }
        @media screen and (max-width: 989px) {
          .case-studies .header-banner-container .header-banner .container .text-container {
            max-width: 50%;
            margin-top: 100px;
            margin-bottom: 50px; } }
        @media screen and (max-width: 699px) {
          .case-studies .header-banner-container .header-banner .container .text-container {
            max-width: 100%; } }
        .case-studies .header-banner-container .header-banner .container .text-container .header h1 {
          color: #FFFFFF;
          text-align: left;
          font-size: 36px;
          text-transform: capitalize; }
          @media screen and (max-width: 699px) {
            .case-studies .header-banner-container .header-banner .container .text-container .header h1 {
              text-align: center; } }
        .case-studies .header-banner-container .header-banner .container .text-container .header .bold {
          font-weight: 600; }
        .case-studies .header-banner-container .header-banner .container .text-container .body {
          margin-top: 20px; }
          .case-studies .header-banner-container .header-banner .container .text-container .body p {
            color: #FFFFFF;
            font-size: 17px;
            margin-bottom: 10px; }
            @media screen and (max-width: 699px) {
              .case-studies .header-banner-container .header-banner .container .text-container .body p {
                text-align: center; } }
        .case-studies .header-banner-container .header-banner .container .text-container .button-container {
          margin-top: 20px; }
          .case-studies .header-banner-container .header-banner .container .text-container .button-container .header-button {
            background-color: transparent;
            border-color: #FFFFFF;
            border-radius: 0px;
            border-style: solid;
            border-width: 1px;
            padding: 10px 15px; }
            .case-studies .header-banner-container .header-banner .container .text-container .button-container .header-button:hover {
              background-color: #FFFFFF; }
              .case-studies .header-banner-container .header-banner .container .text-container .button-container .header-button:hover .transparent-text {
                color: #003664; }
            @media screen and (max-width: 699px) {
              .case-studies .header-banner-container .header-banner .container .text-container .button-container .header-button {
                display: block;
                margin-left: auto;
                margin-right: auto; } }
      .case-studies .header-banner-container .header-banner .container .ribbon-container {
        float: right; }
        .case-studies .header-banner-container .header-banner .container .ribbon-container img {
          float: right; }
        @media screen and (max-width: 999px) {
          .case-studies .header-banner-container .header-banner .container .ribbon-container {
            position: relative;
            top: -440px;
            max-width: 50%; } }
        @media screen and (max-width: 699px) {
          .case-studies .header-banner-container .header-banner .container .ribbon-container {
            display: none; } }
  .case-studies .main-body {
    width: 100%; }
    .case-studies .main-body .content-section {
      margin-top: 20px;
      padding-bottom: 0; }
      @media screen and (max-width: 1199px) {
        .case-studies .main-body .content-section.forum {
          padding-bottom: 0; }
          .case-studies .main-body .content-section.forum .background {
            border-bottom: 600px solid #C9191A !important;
            min-height: 600px !important; }
        .case-studies .main-body .content-section.fellows .background {
          border-bottom: 650px solid #193860 !important;
          min-height: 650px !important; }
        .case-studies .main-body .content-section.adams .background {
          border-bottom: 600px solid #A8A7B7 !important;
          min-height: 600px !important; }
        .case-studies .main-body .content-section.sworders .background {
          border-bottom: 630px solid #7DA7B6 !important;
          min-height: 630px !important; }
        .case-studies .main-body .content-section.ewbanks .background {
          border-bottom: 630px solid #7C2A83 !important;
          min-height: 630px !important; }
        .case-studies .main-body .content-section.anderson .background {
          border-bottom: 600px solid #EABC28 !important;
          min-height: 600px !important; }
        .case-studies .main-body .content-section.bcva .background {
          border-bottom: 600px solid #386182 !important;
          min-height: 600px !important; }
        .case-studies .main-body .content-section.mellors .background {
          border-bottom: 600px solid #17223C !important;
          min-height: 600px !important; }
        .case-studies .main-body .content-section.pedestal .background {
          border-bottom: 600px solid #1C1C1B !important;
          min-height: 600px !important; } }
      @media screen and (max-width: 989px) {
        .case-studies .main-body .content-section .background {
          display: none; }
        .case-studies .main-body .content-section .showcase-img {
          padding-top: 20px; }
        .case-studies .main-body .content-section .logo {
          padding-top: 20px; } }
      @media screen and (max-width: 449px) {
        .case-studies .main-body .content-section .showcase-img {
          padding-top: 20px;
          max-width: 85%; } }
      .case-studies .main-body .content-section .logo {
        max-height: 80px; }
        .case-studies .main-body .content-section .logo.sworders {
          max-height: 70px; }
      .case-studies .main-body .content-section.forum .background {
        z-index: -1;
        float: right;
        padding: 0;
        height: 0;
        border-bottom: 600px solid #C9191A;
        border-left: 400px solid transparent;
        min-height: 600px;
        width: 60%; }
      .case-studies .main-body .content-section.forum .showcase-img {
        margin-top: 140px;
        margin-left: 10%; }
      .case-studies .main-body .content-section.fellows .background {
        z-index: -1;
        float: left;
        padding: 0;
        height: 0;
        border-bottom: 580px solid #193860;
        border-right: 400px solid transparent;
        min-height: 590px;
        width: 60%;
        margin-top: 50px; }
      .case-studies .main-body .content-section.fellows .showcase-img {
        margin-top: 15%;
        margin-left: 5%;
        width: 70%;
        min-height: 400px; }
        @media screen and (max-width: 1199px) {
          .case-studies .main-body .content-section.fellows .showcase-img {
            max-height: 320px; } }
        @media screen and (max-width: 989px) {
          .case-studies .main-body .content-section.fellows .showcase-img {
            width: 50%;
            min-height: 0;
            max-width: none; } }
      .case-studies .main-body .content-section.adams .background {
        z-index: -1;
        float: right;
        padding: 0;
        height: 0;
        border-bottom: 500px solid #A8A7B7;
        border-left: 400px solid transparent;
        min-height: 515px;
        width: 60%; }
      .case-studies .main-body .content-section.adams .showcase-img {
        margin-top: 25px;
        position: absolute;
        right: -50px;
        width: 125%;
        max-width: 200%; }
        @media screen and (max-width: 1199px) {
          .case-studies .main-body .content-section.adams .showcase-img {
            right: 90px; } }
        @media screen and (max-width: 989px) {
          .case-studies .main-body .content-section.adams .showcase-img {
            position: relative !important;
            display: block !important;
            padding: 0;
            width: 75%;
            margin: 0 auto;
            right: 0; } }
      .case-studies .main-body .content-section.sworders .background {
        z-index: -1;
        float: left;
        padding: 0;
        height: 0;
        border-bottom: 580px solid #7DA7B6;
        border-right: 400px solid transparent;
        min-height: 580px;
        width: 60%; }
      .case-studies .main-body .content-section.sworders .showcase-img {
        max-height: none;
        width: 60%;
        min-height: 0;
        margin-top: 8%;
        margin-left: 10%; }
      .case-studies .main-body .content-section.ewbanks .background {
        z-index: -1;
        float: right;
        padding: 0;
        height: 0;
        border-bottom: 550px solid #7C2A83;
        border-left: 400px solid transparent;
        min-height: 550px;
        width: 60%; }
      .case-studies .main-body .content-section.ewbanks .showcase-img {
        margin-top: 80px; }
      .case-studies .main-body .content-section.anderson .background {
        z-index: -1;
        float: left;
        padding: 0;
        height: 0;
        border-bottom: 550px solid #EABC28;
        border-right: 400px solid transparent;
        min-height: 550px;
        width: 60%; }
      .case-studies .main-body .content-section.anderson .showcase-img {
        margin-top: 120px;
        max-height: 400px;
        width: 90%; }
        @media screen and (max-width: 1199px) {
          .case-studies .main-body .content-section.anderson .showcase-img {
            max-height: none;
            width: 60%; } }
      .case-studies .main-body .content-section.bcva .background {
        z-index: -1;
        float: right;
        padding: 0;
        height: 0;
        border-bottom: 550px solid #386182;
        border-left: 400px solid transparent;
        min-height: 560px;
        width: 60%; }
      .case-studies .main-body .content-section.bcva .showcase-img {
        margin-top: 100px;
        max-height: 400px;
        width: 110%;
        max-width: 110%; }
        @media screen and (max-width: 1199px) {
          .case-studies .main-body .content-section.bcva .showcase-img {
            max-height: none;
            width: 65%; } }
      .case-studies .main-body .content-section.mellors .background {
        z-index: -1;
        float: right;
        padding: 0;
        height: 0;
        border-bottom: 560px solid #17223C;
        border-left: 400px solid transparent;
        min-height: 550px;
        width: 60%; }
      .case-studies .main-body .content-section.mellors .showcase-img {
        margin-top: 22%;
        max-height: 400px;
        width: 88%;
        float: right; }
      .case-studies .main-body .content-section.pedestal .background {
        z-index: -1;
        float: left;
        padding: 0;
        height: 0;
        border-bottom: 530px solid #1C1C1B;
        border-right: 400px solid transparent;
        min-height: 500px;
        width: 60%; }
      .case-studies .main-body .content-section.pedestal .showcase-img {
        display: block;
        margin-left: 35px;
        max-height: 400px; }
      .case-studies .main-body .content-section .content-container {
        display: block;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute; }
        @media screen and (max-width: 989px) {
          .case-studies .main-body .content-section .content-container {
            position: relative !important; } }
        .case-studies .main-body .content-section .content-container .right-image {
          padding-right: 10%;
          float: right; }
          @media screen and (max-width: 989px) {
            .case-studies .main-body .content-section .content-container .right-image {
              padding-right: 0; } }
          @media screen and (max-width: 989px) {
            .case-studies .main-body .content-section .content-container .right-image {
              float: left;
              width: 100%;
              padding-left: 0 !important; }
              .case-studies .main-body .content-section .content-container .right-image img {
                display: block;
                margin: 0 auto; }
              .case-studies .main-body .content-section .content-container .right-image.forum {
                background-color: #C9191A; }
              .case-studies .main-body .content-section .content-container .right-image.fellows {
                background-color: #193860; }
              .case-studies .main-body .content-section .content-container .right-image.adams {
                background-color: #A8A7B7; }
              .case-studies .main-body .content-section .content-container .right-image.sworders {
                background-color: #7DA7B6; }
              .case-studies .main-body .content-section .content-container .right-image.ewbanks {
                background-color: #7C2A83; }
              .case-studies .main-body .content-section .content-container .right-image.anderson {
                background-color: #EABC28; }
              .case-studies .main-body .content-section .content-container .right-image.bcva {
                background-color: #386182; }
              .case-studies .main-body .content-section .content-container .right-image.mellors {
                background-color: #17223C; }
              .case-studies .main-body .content-section .content-container .right-image.pedestal {
                background-color: #1C1C1B; } }
        .case-studies .main-body .content-section .content-container .left-text {
          float: left;
          padding-left: 4%;
          padding-right: 2%; }
        .case-studies .main-body .content-section .content-container .left-image {
          padding-left: 4%;
          float: left; }
          @media screen and (max-width: 989px) {
            .case-studies .main-body .content-section .content-container .left-image {
              float: left;
              width: 100%;
              padding-left: 0 !important; }
              .case-studies .main-body .content-section .content-container .left-image img {
                display: block;
                margin: 0 auto; }
              .case-studies .main-body .content-section .content-container .left-image.forum {
                background-color: #C9191A; }
              .case-studies .main-body .content-section .content-container .left-image.fellows {
                background-color: #193860; }
              .case-studies .main-body .content-section .content-container .left-image.adams {
                background-color: #A8A7B7; }
              .case-studies .main-body .content-section .content-container .left-image.sworders {
                background-color: #7DA7B6; }
              .case-studies .main-body .content-section .content-container .left-image.ewbanks {
                background-color: #7C2A83; }
              .case-studies .main-body .content-section .content-container .left-image.anderson {
                background-color: #EABC28; }
              .case-studies .main-body .content-section .content-container .left-image.bcva {
                background-color: #386182; }
              .case-studies .main-body .content-section .content-container .left-image.mellors {
                background-color: #17223C; }
              .case-studies .main-body .content-section .content-container .left-image.pedestal {
                background-color: #1C1C1B; } }
        .case-studies .main-body .content-section .content-container .right-text {
          float: right; }
          @media screen and (max-width: 849px) {
            .case-studies .main-body .content-section .content-container .right-text {
              padding: 0 20px; } }
        .case-studies .main-body .content-section .content-container .logo-container {
          float: left;
          padding-top: 40px; }
          @media screen and (max-width: 989px) {
            .case-studies .main-body .content-section .content-container .logo-container {
              width: 100%; }
              .case-studies .main-body .content-section .content-container .logo-container img {
                float: none;
                display: block;
                margin: 0 auto; } }
        .case-studies .main-body .content-section .content-container .preview-button {
          background-color: #FFFFFF;
          border-radius: 30px;
          padding: 12px 55px;
          border: 1px solid #FFFFFF;
          font-weight: 400; }
          .case-studies .main-body .content-section .content-container .preview-button:hover {
            color: #FFFFFF !important;
            background-color: transparent; }
          .case-studies .main-body .content-section .content-container .preview-button.forum {
            float: right;
            color: #C9191A;
            margin-top: 50px;
            margin-right: -4%; }
            @media screen and (max-width: 989px) {
              .case-studies .main-body .content-section .content-container .preview-button.forum {
                display: block;
                float: none;
                margin: 10px auto; } }
          .case-studies .main-body .content-section .content-container .preview-button.fellows {
            color: #193860;
            float: left;
            margin-top: 50px;
            margin-left: 0%; }
            @media screen and (max-width: 989px) {
              .case-studies .main-body .content-section .content-container .preview-button.fellows {
                display: block;
                float: none;
                margin: 10px auto; } }
          .case-studies .main-body .content-section .content-container .preview-button.adams {
            color: #A8A7B7;
            float: right;
            margin-top: 415px;
            margin-right: -5%; }
            @media screen and (max-width: 989px) {
              .case-studies .main-body .content-section .content-container .preview-button.adams {
                display: block;
                float: none;
                margin: 10px auto; } }
          .case-studies .main-body .content-section .content-container .preview-button.sworders {
            color: #7DA7B6;
            float: left;
            margin-top: 80px;
            margin-left: -2px; }
            @media screen and (max-width: 989px) {
              .case-studies .main-body .content-section .content-container .preview-button.sworders {
                display: block;
                float: none;
                margin: 10px auto; } }
          .case-studies .main-body .content-section .content-container .preview-button.ewbanks {
            color: #7C2A83;
            float: right;
            margin-top: 150px;
            margin-right: 30%; }
            @media screen and (max-width: 989px) {
              .case-studies .main-body .content-section .content-container .preview-button.ewbanks {
                display: block;
                float: none;
                margin: 10px auto; } }
          .case-studies .main-body .content-section .content-container .preview-button.anderson {
            color: #EABC28;
            float: left;
            margin-top: 10%;
            margin-left: -2px; }
            @media screen and (max-width: 989px) {
              .case-studies .main-body .content-section .content-container .preview-button.anderson {
                display: block;
                float: none;
                margin: 10px auto; } }
          .case-studies .main-body .content-section .content-container .preview-button.bcva {
            color: #386182;
            float: left;
            margin-top: 11%;
            margin-left: 62%;
            width: 42%; }
            @media screen and (max-width: 989px) {
              .case-studies .main-body .content-section .content-container .preview-button.bcva {
                display: block;
                float: none;
                margin: 10px auto; } }
            @media screen and (max-width: 769px) {
              .case-studies .main-body .content-section .content-container .preview-button.bcva {
                width: auto; } }
          .case-studies .main-body .content-section .content-container .preview-button.mellors {
            color: #17223C;
            float: left;
            margin-top: 14%;
            margin-left: 62%;
            width: 42%; }
            @media screen and (max-width: 989px) {
              .case-studies .main-body .content-section .content-container .preview-button.mellors {
                display: block;
                float: none;
                margin: 10px auto;
                width: 35%; } }
            @media screen and (max-width: 599px) {
              .case-studies .main-body .content-section .content-container .preview-button.mellors {
                width: 65%; } }
          .case-studies .main-body .content-section .content-container .preview-button.pedestal {
            color: #1C1C1B;
            float: left;
            margin-top: 10%;
            margin-left: -1%; }
            @media screen and (max-width: 989px) {
              .case-studies .main-body .content-section .content-container .preview-button.pedestal {
                display: block;
                float: none;
                margin: 10px auto; } }
        @media screen and (max-width: 989px) {
          .case-studies .main-body .content-section .content-container .text-container {
            text-align: center !important; }
            .case-studies .main-body .content-section .content-container .text-container h3 {
              text-align: center !important; } }
        @media screen and (max-width: 599px) {
          .case-studies .main-body .content-section .content-container .text-container {
            padding: 0 20px; } }
        .case-studies .main-body .content-section .content-container .text-container .blue-text {
          color: #193860;
          font-weight: 500; }
        .case-studies .main-body .content-section .content-container .text-container .text-header h3 {
          margin: 5px 0;
          text-align: left;
          font-weight: 400; }
        .case-studies .main-body .content-section .content-container .text-container .text-header.forum h3 {
          color: #C9191A; }
        .case-studies .main-body .content-section .content-container .text-container .text-header.fellows h3 {
          color: #193860; }
        .case-studies .main-body .content-section .content-container .text-container .text-header.adams h3 {
          color: #A8A7B7; }
        .case-studies .main-body .content-section .content-container .text-container .text-header.sworders h3 {
          color: #7DA7B6; }
        .case-studies .main-body .content-section .content-container .text-container .text-header.ewbanks h3 {
          color: #7C2A83; }
        .case-studies .main-body .content-section .content-container .text-container .text-header.anderson h3 {
          color: #EABC28; }
        .case-studies .main-body .content-section .content-container .text-container .text-header.bcva h3 {
          color: #386182; }
        .case-studies .main-body .content-section .content-container .text-container .text-header.mellors h3 {
          color: #17223C; }
        .case-studies .main-body .content-section .content-container .text-container .text-header.pedestal h3 {
          color: #1C1C1B; }
        .case-studies .main-body .content-section .content-container .text-container .text-body p {
          margin: 10px 0;
          font-weight: 300;
          font-size: 14px;
          letter-spacing: 0px;
          font-family: "proxima-nova", Arial, sans-serif; }
        .case-studies .main-body .content-section .content-container .text-container .text-button-container {
          padding-right: 25%; }
          @media screen and (max-width: 989px) {
            .case-studies .main-body .content-section .content-container .text-container .text-button-container {
              padding-right: 0; } }
          @media screen and (max-width: 989px) {
            .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button {
              float: none !important;
              display: block !important;
              margin: 20px auto; } }
          .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button {
            color: #FFFFFF;
            border-radius: 0;
            border: 1px solid;
            font-weight: 400;
            padding: 12px 40px; }
            .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.forum {
              border-color: #C9191A;
              background-color: #C9191A;
              position: relative;
              top: 20px; }
              .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.forum:hover {
                background-color: transparent !important;
                color: #C9191A; }
            .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.fellows {
              margin-top: 45%;
              margin-left: 32%;
              width: 80%;
              border-color: #193860;
              background-color: #193860; }
              @media screen and (max-width: 769px) {
                .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.fellows {
                  margin-top: 0;
                  margin-left: auto;
                  width: auto; } }
              .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.fellows:hover {
                background-color: transparent !important;
                color: #193860; }
            .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.adams {
              margin-top: 15%;
              margin-left: -2px;
              border-color: #A8A7B7;
              background-color: #A8A7B7; }
              @media screen and (max-width: 799px) {
                .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.adams {
                  margin-top: 0;
                  margin-left: 31%; } }
              @media screen and (max-width: 599px) {
                .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.adams {
                  margin-left: 5%; } }
              .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.adams:hover {
                background-color: transparent !important;
                color: #A8A7B7; }
            .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.sworders {
              width: 80%;
              margin-left: 32%;
              margin-top: 0%;
              border-color: #7DA7B6;
              background-color: #7DA7B6; }
              @media screen and (max-width: 769px) {
                .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.sworders {
                  margin: auto;
                  width: auto; } }
              .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.sworders:hover {
                background-color: transparent !important;
                color: #7DA7B6; }
            .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.ewbanks {
              border-color: #7C2A83;
              background-color: #7C2A83; }
              .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.ewbanks:hover {
                background-color: transparent !important;
                color: #7C2A83; }
            .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.anderson {
              margin-top: 5%;
              margin-left: 32%;
              width: 80%;
              border-color: #EABC28;
              background-color: #EABC28; }
              @media screen and (max-width: 769px) {
                .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.anderson {
                  margin: auto;
                  width: auto; } }
              .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.anderson:hover {
                background-color: transparent !important;
                color: #EABC28; }
            .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.bcva {
              margin-left: -2px;
              width: 86%;
              border-color: #386182;
              background-color: #386182; }
              @media screen and (max-width: 769px) {
                .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.bcva {
                  margin: auto;
                  width: auto; } }
              .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.bcva:hover {
                background-color: transparent !important;
                color: #386182; }
            .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.mellors {
              margin-top: 14%;
              width: 86%;
              margin-left: -1%;
              border-color: #17223C;
              background-color: #17223C; }
              @media screen and (max-width: 769px) {
                .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.mellors {
                  margin: auto;
                  width: auto; } }
              .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.mellors:hover {
                background-color: transparent !important;
                color: #17223C; }
            .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.pedestal {
              margin-top: 5%;
              width: 88%;
              margin-left: 24%;
              border-color: #1C1C1B;
              background-color: #1C1C1B; }
              @media screen and (max-width: 769px) {
                .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.pedestal {
                  margin: auto;
                  margin-bottom: 30px;
                  width: auto; } }
              .case-studies .main-body .content-section .content-container .text-container .text-button-container .text-button.pedestal:hover {
                background-color: transparent !important;
                color: #1C1C1B; }
      .case-studies .main-body .content-section .content-footer {
        width: 100%;
        padding: 24px 0 18px 0;
        float: left;
        height: auto; }
        .case-studies .main-body .content-section .content-footer.forum {
          background-color: #EABC28; }
        .case-studies .main-body .content-section .content-footer.fellows {
          background-color: #f0f0f0; }
          .case-studies .main-body .content-section .content-footer.fellows h3 {
            color: #193860 !important; }
        .case-studies .main-body .content-section .content-footer.adams {
          background-color: #193860; }
          .case-studies .main-body .content-section .content-footer.adams h3 {
            color: #FFFFFF; }
        .case-studies .main-body .content-section .content-footer.sworders {
          background-color: #f0f0f0; }
          .case-studies .main-body .content-section .content-footer.sworders h3 {
            color: #193860 !important; }
        .case-studies .main-body .content-section .content-footer.ewbanks {
          background-color: #C9191A; }
          .case-studies .main-body .content-section .content-footer.ewbanks h3 {
            color: #FFFFFF !important; }
        .case-studies .main-body .content-section .content-footer.bcva {
          background-color: #C9191A; }
          .case-studies .main-body .content-section .content-footer.bcva h3 {
            color: #FFFFFF !important; }
        .case-studies .main-body .content-section .content-footer.mellors {
          background-color: #6F6F6E; }
          .case-studies .main-body .content-section .content-footer.mellors h3 {
            color: #FFFFFF !important; }
        .case-studies .main-body .content-section .content-footer.pedestal {
          background-color: #C9191A; }
          .case-studies .main-body .content-section .content-footer.pedestal h3 {
            color: #FFFFFF !important; }
        .case-studies .main-body .content-section .content-footer .brochure-banner h3 {
          font-size: larger;
          color: #FFFFFF;
          text-transform: none !important;
          font-weight: 400;
          padding-bottom: 7px; }
        .case-studies .main-body .content-section .content-footer .brochure-banner a {
          text-decoration: none; }
        .case-studies .main-body .content-section .content-footer .brochure-banner .emphasised-text {
          font-weight: 500; }
        .case-studies .main-body .content-section .content-footer .signup-label {
          float: left;
          padding: 5px 0 5px 7%;
          width: 38%; }
          @media screen and (max-width: 1199px) {
            .case-studies .main-body .content-section .content-footer .signup-label h6 {
              color: #193860;
              font-size: 18px !important; } }
          @media screen and (max-width: 989px) {
            .case-studies .main-body .content-section .content-footer .signup-label {
              padding: 5px 0 !important;
              width: 100%; }
              .case-studies .main-body .content-section .content-footer .signup-label h6 {
                text-align: center; } }
          .case-studies .main-body .content-section .content-footer .signup-label h6 {
            color: #193860;
            font-size: larger;
            font-weight: 500; }
        .case-studies .main-body .content-section .content-footer .signup-form-container {
          float: left;
          width: 62%; }
          @media screen and (max-width: 989px) {
            .case-studies .main-body .content-section .content-footer .signup-form-container {
              width: 100%;
              padding-left: 7%; } }
          .case-studies .main-body .content-section .content-footer .signup-form-container .signup-form {
            margin: 0 auto;
            width: 100%; }
            @media screen and (max-width: 989px) {
              .case-studies .main-body .content-section .content-footer .signup-form-container .signup-form {
                display: block;
                margin: 0 auto; } }
            .case-studies .main-body .content-section .content-footer .signup-form-container .signup-form .email-form-input {
              float: left;
              color: #193860;
              background-color: transparent;
              border: none;
              font-style: italic;
              border-bottom: 1px solid #193860;
              width: 85%; }
              .case-studies .main-body .content-section .content-footer .signup-form-container .signup-form .email-form-input:focus {
                font-style: normal !important;
                font-weight: normal;
                color: #193860; }
              .case-studies .main-body .content-section .content-footer .signup-form-container .signup-form .email-form-input::-webkit-input-placeholder {
                color: #193860;
                font-weight: 100; }
              .case-studies .main-body .content-section .content-footer .signup-form-container .signup-form .email-form-input:-moz-placeholder {
                color: #193860;
                font-weight: 100; }
              .case-studies .main-body .content-section .content-footer .signup-form-container .signup-form .email-form-input::-moz-placeholder {
                color: #193860;
                font-weight: 100; }
              .case-studies .main-body .content-section .content-footer .signup-form-container .signup-form .email-form-input:-ms-input-placeholder {
                color: #193860;
                font-weight: 100; }
            .case-studies .main-body .content-section .content-footer .signup-form-container .signup-form .email-form-submit {
              background-color: transparent;
              border: none;
              color: #193860;
              font-style: italic;
              font-weight: 300;
              float: left;
              width: 8%;
              min-width: 29px;
              position: relative;
              left: -40px;
              top: 5px;
              padding: 0; }
        .case-studies .main-body .content-section .content-footer.white .signup-label {
          float: left;
          padding: 5px 0 5px 7%;
          width: 38%; }
          @media screen and (max-width: 1199px) {
            .case-studies .main-body .content-section .content-footer.white .signup-label h6 {
              color: #FFFFFF;
              font-size: 18px !important; } }
          @media screen and (max-width: 989px) {
            .case-studies .main-body .content-section .content-footer.white .signup-label {
              padding: 5px 0 !important;
              width: 100%; }
              .case-studies .main-body .content-section .content-footer.white .signup-label h6 {
                text-align: center; } }
          .case-studies .main-body .content-section .content-footer.white .signup-label h6 {
            color: #FFFFFF;
            font-size: larger;
            font-weight: 500; }
        .case-studies .main-body .content-section .content-footer.white .signup-form-container {
          float: left;
          width: 62%; }
          @media screen and (max-width: 989px) {
            .case-studies .main-body .content-section .content-footer.white .signup-form-container {
              width: 100%;
              padding-left: 7%; } }
          .case-studies .main-body .content-section .content-footer.white .signup-form-container .signup-form {
            margin: 0 auto;
            width: 100%; }
            @media screen and (max-width: 989px) {
              .case-studies .main-body .content-section .content-footer.white .signup-form-container .signup-form {
                display: block;
                margin: 0 auto; } }
            .case-studies .main-body .content-section .content-footer.white .signup-form-container .signup-form .email-form-input {
              float: left;
              color: #FFFFFF;
              background-color: transparent;
              border: none;
              font-style: italic;
              border-bottom: 1px solid #FFFFFF;
              width: 85%; }
              .case-studies .main-body .content-section .content-footer.white .signup-form-container .signup-form .email-form-input:focus {
                font-style: normal !important;
                font-weight: normal;
                color: #FFFFFF; }
              .case-studies .main-body .content-section .content-footer.white .signup-form-container .signup-form .email-form-input::-webkit-input-placeholder {
                color: #FFFFFF;
                font-weight: 100; }
              .case-studies .main-body .content-section .content-footer.white .signup-form-container .signup-form .email-form-input:-moz-placeholder {
                color: #FFFFFF;
                font-weight: 100; }
              .case-studies .main-body .content-section .content-footer.white .signup-form-container .signup-form .email-form-input::-moz-placeholder {
                color: #FFFFFF;
                font-weight: 100; }
              .case-studies .main-body .content-section .content-footer.white .signup-form-container .signup-form .email-form-input:-ms-input-placeholder {
                color: #FFFFFF;
                font-weight: 100; }
            .case-studies .main-body .content-section .content-footer.white .signup-form-container .signup-form .email-form-submit {
              background-color: transparent;
              border: none;
              color: #FFFFFF;
              font-style: italic;
              font-weight: 300;
              float: left;
              width: 8%;
              min-width: 29px;
              position: relative;
              left: -40px;
              top: 5px;
              padding: 0; }
  .case-studies .end-container {
    margin-bottom: 75px;
    margin-top: 25px; }
    .case-studies .end-container .load-button {
      display: block;
      margin: 20px auto 40px auto;
      border-radius: 0;
      border: 1px solid #f46800;
      color: #FFFFFF; }
      .case-studies .end-container .load-button:hover {
        background-color: transparent !important;
        color: #f46800 !important; }
      .case-studies .end-container .load-button:focus {
        background-color: #f46800;
        color: #FFFFFF; }
    .case-studies .end-container .button {
      color: #FFFFFF;
      font-weight: 200;
      padding: 10px 0;
      border: 1px solid;
      border-radius: 0;
      display: block;
      margin: 0 auto;
      width: 95%;
      height: 42px; }
      @media screen and (max-width: 989px) {
        .case-studies .end-container .button {
          margin: 5px 0; } }
      .case-studies .end-container .button.contact {
        background-color: #EABC28;
        border-color: #EABC28; }
        .case-studies .end-container .button.contact:hover {
          background-color: transparent;
          color: #EABC28; }
      .case-studies .end-container .button.arrange {
        background-color: #05a2b3;
        border-color: #05a2b3; }
        .case-studies .end-container .button.arrange:hover {
          background-color: transparent;
          color: #05a2b3; }
      .case-studies .end-container .button.case {
        background-color: #003664;
        border-color: #003664; }
        .case-studies .end-container .button.case:hover {
          background-color: transparent;
          color: #003664; }
  .case-studies .end-buttons-container {
    width: 100%;
    margin: 60px 0;
    margin: 60px auto;
    max-width: 980px;
    padding-bottom: 60px; }
    .case-studies .end-buttons-container .end-button {
      float: left;
      width: 33.3%; }
      @media (max-width: 550px) {
        .case-studies .end-buttons-container .end-button {
          width: 100%;
          margin: 10px 0; } }
      .case-studies .end-buttons-container .end-button .button {
        color: #FFFFFF;
        font-weight: 200;
        padding: 10px 0;
        border: 1px solid;
        border-radius: 0;
        display: block;
        margin: 0 auto;
        width: 95%;
        height: 42px; }
        .case-studies .end-buttons-container .end-button .button.arrange {
          background-color: #f46800;
          border-color: #f46800; }
          .case-studies .end-buttons-container .end-button .button.arrange:hover {
            background-color: transparent;
            color: #f46800; }
        .case-studies .end-buttons-container .end-button .button.view {
          background-color: #05a2b3;
          border-color: #05a2b3; }
          .case-studies .end-buttons-container .end-button .button.view:hover {
            background-color: transparent;
            color: #05a2b3; }
        .case-studies .end-buttons-container .end-button .button.case {
          background-color: #003664;
          border-color: #003664; }
          .case-studies .end-buttons-container .end-button .button.case:hover {
            background-color: transparent;
            color: #003664; }
  .case-studies .load-more {
    height: 100px;
    width: 100%; }
    @media screen and (max-width: 1399px) {
      .case-studies .load-more {
        height: 75px; } }
    .case-studies .load-more .load-more-container {
      width: 100%; }
      .case-studies .load-more .load-more-container .load-more-button {
        margin: 0 auto;
        width: 250px;
        height: 45px;
        background: #f46800;
        border: 1px solid #f46800;
        color: white;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media screen and (max-width: 769px) {
          .case-studies .load-more .load-more-container .load-more-button {
            -webkit-transform: translateX(-48.5%);
            -moz-transform: translateX(-48.5%);
            -ms-transform: translateX(-48.5%);
            -o-transform: translateX(-48.5%);
            transform: translateX(-48.5%); } }
        .case-studies .load-more .load-more-container .load-more-button:hover {
          color: #f46800;
          background: transparent; }
  .case-studies .help-buttons {
    padding: 0 2%; }
  .case-studies .sign-up-container {
    padding: 0;
    margin-top: 0 !important; }
  .case-studies .main-body .content-section.adams .content-container .left-text {
    padding-right: 10%; }
  .case-studies .content-section {
    padding: 0; }

/* ====== CONTACT ====== */
/* ======
CONTACT
	- Bootstrap Override
	- General
	- Contact Us
	- Download Our Brochure
====== */
.contact {
  /*================================================================================
  $ BOOTSTRAP OVERRIDE
  ================================================================================*/
  /*================================================================================
  $ GENERAL
  ================================================================================*/
  /*================================================================================
  $ HEADER
  ================================================================================*/
  /*================================================================================
  $ DOWNLOAD OUR BROCHURE
  ================================================================================*/ }
  .contact .content-section-header {
    float: left;
    max-height: 580px;
    height: 600px;
    width: 100%; }
    .contact .content-section-header .content-header-background {
      background-image: url("../images/pages/contact/header-background.png");
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 680px;
      overflow: initial; }
      @media (max-width: 700px) {
        .contact .content-section-header .content-header-background {
          min-height: 680px !important; } }
      @media screen and (max-width: 779px) {
        .contact .content-section-header .content-header-background {
          min-height: 780px !important; } }
    .contact .content-section-header .content-header-foreground {
      position: relative;
      top: -520px;
      margin: 0 auto; }
      @media (max-width: 700px) {
        .contact .content-section-header .content-header-foreground {
          top: -680px; } }
      @media screen and (max-width: 599px) {
        .contact .content-section-header .content-header-foreground {
          top: -700px; } }
      .contact .content-section-header .content-header-foreground .foreground-container .address-wrapper {
        color: #FFFFFF;
        float: left;
        width: 50%; }
        @media screen and (max-width: 449px) {
          .contact .content-section-header .content-header-foreground .foreground-container .address-wrapper {
            padding-top: 25px; } }
        @media (max-width: 700px) {
          .contact .content-section-header .content-header-foreground .foreground-container .address-wrapper {
            width: 100% !important; } }
        @media (max-width: 700px) {
          .contact .content-section-header .content-header-foreground .foreground-container .address-wrapper .address-heading {
            width: auto;
            margin: 0 auto; } }
        .contact .content-section-header .content-header-foreground .foreground-container .address-wrapper .address-heading h1 {
          text-align: left;
          color: #FFFFFF;
          float: left;
          margin-bottom: 25px;
          text-transform: capitalize;
          font-size: 48px; }
          @media (max-width: 700px) {
            .contact .content-section-header .content-header-foreground .foreground-container .address-wrapper .address-heading h1 {
              text-align: center !important;
              float: none !important;
              display: block;
              margin: 0 auto; } }
        .contact .content-section-header .content-header-foreground .foreground-container .address-wrapper .address-body {
          margin-top: 20px;
          font-weight: 100;
          width: 340px; }
          @media (max-width: 700px) {
            .contact .content-section-header .content-header-foreground .foreground-container .address-wrapper .address-body {
              padding-left: 40px;
              width: 380px;
              margin: 0 auto; } }
          .contact .content-section-header .content-header-foreground .foreground-container .address-wrapper .address-body .emphasised-text {
            font-weight: 100; }
          .contact .content-section-header .content-header-foreground .foreground-container .address-wrapper .address-body .address-label-container {
            margin: 5px 0px;
            width: 110px;
            float: left;
            clear: both; }
          .contact .content-section-header .content-header-foreground .foreground-container .address-wrapper .address-body .address-body-container {
            margin: 5px 0px;
            width: 220px;
            float: left; }
            @media screen and (max-width: 449px) {
              .contact .content-section-header .content-header-foreground .foreground-container .address-wrapper .address-body .address-body-container {
                width: 200px; } }
            .contact .content-section-header .content-header-foreground .foreground-container .address-wrapper .address-body .address-body-container .address-text {
              color: white; }
      .contact .content-section-header .content-header-foreground .foreground-container .form-container {
        float: right;
        width: 50%; }
        @media (max-width: 700px) {
          .contact .content-section-header .content-header-foreground .foreground-container .form-container {
            width: 100% !important; } }
        .contact .content-section-header .content-header-foreground .foreground-container .form-container .header-form {
          margin-top: 0;
          color: #FFFFFF; }
          .contact .content-section-header .content-header-foreground .foreground-container .form-container .header-form .header-form-field {
            background-color: transparent;
            min-width: 100%;
            min-height: 45px;
            margin: 5px 0;
            border: 1px solid #FFFFFF;
            color: #FFFFFF; }
            .contact .content-section-header .content-header-foreground .foreground-container .form-container .header-form .header-form-field:focus {
              color: #FFFFFF;
              border: 2px solid #FFFFFF; }
            .contact .content-section-header .content-header-foreground .foreground-container .form-container .header-form .header-form-field::-webkit-input-placeholder {
              color: #FFFFFF; }
            .contact .content-section-header .content-header-foreground .foreground-container .form-container .header-form .header-form-field:-moz-placeholder {
              color: #FFFFFF; }
            .contact .content-section-header .content-header-foreground .foreground-container .form-container .header-form .header-form-field::-moz-placeholder {
              color: #FFFFFF; }
            .contact .content-section-header .content-header-foreground .foreground-container .form-container .header-form .header-form-field:-ms-input-placeholder {
              color: #FFFFFF; }
          .contact .content-section-header .content-header-foreground .foreground-container .form-container .header-form textarea {
            min-height: 100px !important;
            resize: none; }
          .contact .content-section-header .content-header-foreground .foreground-container .form-container .header-form .header-form-submit {
            margin-top: 15px;
            float: right;
            padding: 0;
            width: 90px;
            height: 40px;
            border: 1px solid #24bbb3;
            border-radius: 20px;
            background-color: #24bbb3;
            font-size: 20px;
            padding-top: 2px; }
            .contact .content-section-header .content-header-foreground .foreground-container .form-container .header-form .header-form-submit:hover {
              color: #FFFFFF;
              background-color: transparent; }
  .contact .main-body {
    float: left;
    width: 100%;
    /*================================================================================
    $ DOWNLOAD OUR BROCHURE - FORM
    ================================================================================*/
    /*================================================================================
    $ END PAGE BUTTONS
    ================================================================================*/ }
    .contact .main-body .brochure-container {
      margin-top: 150px; }
      .contact .main-body .brochure-container .brochure-subtitle {
        background-color: #24bbb3;
        padding: 20px 0;
        min-height: 45px;
        width: 100%;
        float: left; }
        @media (max-width: 700px) {
          .contact .main-body .brochure-container .brochure-subtitle {
            margin-top: 80px;
            padding: 10px; } }
        @media screen and (max-width: 599px) {
          .contact .main-body .brochure-container .brochure-subtitle {
            margin-top: 150px; } }
        .contact .main-body .brochure-container .brochure-subtitle h3 {
          font-size: larger;
          color: #FFFFFF;
          text-transform: none !important;
          font-weight: 400; }
        .contact .main-body .brochure-container .brochure-subtitle .emphasised-text {
          font-weight: 500; }
      .contact .main-body .brochure-container .brochure-subtitle-intro {
        float: left;
        width: 100%;
        margin-top: 60px;
        text-align: center; }
        .contact .main-body .brochure-container .brochure-subtitle-intro p {
          margin: 0 auto;
          width: 75%; }
          @media (max-width: 800px) {
            .contact .main-body .brochure-container .brochure-subtitle-intro p {
              width: 85%; } }
    .contact .main-body .brochure-form-container {
      float: left;
      margin-top: 60px;
      width: 100%; }
      .contact .main-body .brochure-form-container .brochure-form {
        margin: 0 auto;
        max-width: 100%; }
        .contact .main-body .brochure-form-container .brochure-form .brochure-form-fields {
          padding: 10px;
          background-color: #F2F2F2; }
          .contact .main-body .brochure-form-container .brochure-form .brochure-form-fields .brochure-form-field {
            max-width: 600px;
            width: 75%;
            display: block;
            margin: 10px auto; }
        .contact .main-body .brochure-form-container .brochure-form .brochure-submit-container {
          width: 100%;
          margin-top: 60px;
          float: left; }
          .contact .main-body .brochure-form-container .brochure-form .brochure-submit-container .brochure-form-submit {
            display: block;
            margin: 0 auto;
            background-color: #24bbb3;
            border: 1px solid #24bbb3;
            border-radius: 20px; }
            .contact .main-body .brochure-form-container .brochure-form .brochure-submit-container .brochure-form-submit:hover {
              background-color: transparent;
              color: #24bbb3; }
  .contact .end-buttons-container {
    width: 100%;
    margin: 60px 0;
    margin: 60px auto;
    max-width: 980px;
    padding-bottom: 60px; }
    .contact .end-buttons-container .end-button {
      float: left;
      width: 33.3%; }
      @media (max-width: 550px) {
        .contact .end-buttons-container .end-button {
          width: 100%;
          margin: 10px 0; } }
      .contact .end-buttons-container .end-button .button {
        color: #FFFFFF;
        font-weight: 200;
        padding: 10px 0;
        border: 1px solid;
        border-radius: 0;
        display: block;
        margin: 0 auto;
        width: 95%;
        height: 42px; }
        .contact .end-buttons-container .end-button .button.arrange {
          background-color: #f46800;
          border-color: #f46800; }
          .contact .end-buttons-container .end-button .button.arrange:hover {
            background-color: transparent;
            color: #f46800; }
        .contact .end-buttons-container .end-button .button.view {
          background-color: #05a2b3;
          border-color: #05a2b3; }
          .contact .end-buttons-container .end-button .button.view:hover {
            background-color: transparent;
            color: #05a2b3; }
        .contact .end-buttons-container .end-button .button.case {
          background-color: #003664;
          border-color: #003664; }
          .contact .end-buttons-container .end-button .button.case:hover {
            background-color: transparent;
            color: #003664; }
  .contact .address-text, .contact .address-text:hover, .contact .address-text:focus, .contact .address-text:visited, .contact .address-text:active {
    color: white; }

/* ====== DEMO ====== */
/* ======
DEMO
	- Bootstrap Override
	- General
====== */
.demo {
  /*================================================================================
  $ BOOTSTRAP OVERRIDE
  ================================================================================*/
  /*================================================================================
  $ GENERAL
  ================================================================================*/
  /*================================================================================
  $ VIDEO
  ================================================================================*/
  /*================================================================================
  $ FORM
  ================================================================================*/ }
  .demo h3 {
    color: #4d4d4d;
    font-size: 30px;
    font-weight: 300; }
  .demo .dropdown-button {
    bottom: 20px; }
  .demo ul {
    margin-left: 0; }
  .demo .main-body {
    padding-top: 50px; }
  .demo .demo-section {
    height: 742px;
    margin-top: 50px;
    position: relative;
    background: black; }
    @media screen and (max-width: 899px) {
      .demo .demo-section {
        height: 500px; } }
    @media screen and (max-width: 599px) {
      .demo .demo-section {
        height: 350px; } }
    @media screen and (max-width: 399px) {
      .demo .demo-section {
        height: 250px; } }
    .demo .demo-section * {
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .demo .demo-section .video-iframe-am {
      width: 100%;
      height: 742px;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
      @media screen and (max-width: 899px) {
        .demo .demo-section .video-iframe-am {
          height: 500px; } }
      @media screen and (max-width: 599px) {
        .demo .demo-section .video-iframe-am {
          height: 350px; } }
      @media screen and (max-width: 399px) {
        .demo .demo-section .video-iframe-am {
          height: 250px; } }
    .demo .demo-section .overlay-container {
      width: 100%;
      height: 100%;
      position: relative; }
      .demo .demo-section .overlay-container .overlay-image {
        width: 100%;
        height: 742px; }
        @media screen and (max-width: 899px) {
          .demo .demo-section .overlay-container .overlay-image {
            height: 500px; } }
        @media screen and (max-width: 599px) {
          .demo .demo-section .overlay-container .overlay-image {
            height: 350px; } }
        @media screen and (max-width: 399px) {
          .demo .demo-section .overlay-container .overlay-image {
            height: 250px; } }
      .demo .demo-section .overlay-container .watch-button {
        width: 75px;
        position: absolute;
        transform: translateX(-50%) translateY(-50%);
        left: 50%;
        top: 50%;
        cursor: pointer; }
        .demo .demo-section .overlay-container .watch-button:hover {
          width: 90px; }
      .demo .demo-section .overlay-container .watch-button-svg {
        width: 15%;
        text-align: center;
        position: absolute;
        top: 50%;
        cursor: pointer;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
        .demo .demo-section .overlay-container .watch-button-svg .circle {
          stroke: #05a2b3;
          stroke-dasharray: 650;
          stroke-dashoffset: 650;
          -webkit-transition: all 0.5s ease-in-out;
          opacity: 0.3; }
        .demo .demo-section .overlay-container .watch-button-svg .playButton {
          /*  border: 1px solid red;*/
          display: inline-block;
          -webkit-transition: all 0.5s ease;
          width: 75%; }
          .demo .demo-section .overlay-container .watch-button-svg .playButton .triangle {
            -webkit-transition: all 0.7s ease-in-out;
            stroke-dasharray: 240;
            stroke-dashoffset: 480;
            stroke: #f8aa28;
            transform: translateY(0); }
          .demo .demo-section .overlay-container .watch-button-svg .playButton:hover .triangle {
            stroke-dashoffset: 0;
            opacity: 1;
            stroke: #05a2b3;
            animation: nudge 0.7s ease-in-out; }
@keyframes nudge {
  0% {
    transform: translateX(0); }
  30% {
    transform: translateX(-5px); }
  50% {
    transform: translateX(5px); }
  70% {
    transform: translateX(-2px); }
  100% {
    transform: translateX(0); } }
          .demo .demo-section .overlay-container .watch-button-svg .playButton:hover .circle {
            stroke-dashoffset: 0;
            opacity: 1; }
  .demo .container {
    max-width: 980px; }
  .demo .row {
    margin: 0; }
  .demo .form-section {
    height: auto;
    min-height: 0;
    padding-top: 75px;
    padding-bottom: 75px; }
    .demo .form-section .title-text-container {
      text-align: center;
      max-width: 980px;
      width: 100%;
      margin: auto 0; }
      .demo .form-section .title-text-container .float-left {
        float: left;
        width: 43%; }
        @media screen and (max-width: 449px) {
          .demo .form-section .title-text-container .float-left {
            width: 100%; } }
        .demo .form-section .title-text-container .float-left img {
          position: inherit;
          -webkit-transform: translateX(-2.7%) translateY(-10.9%);
          -moz-transform: translateX(-2.7%) translateY(-10.9%);
          -ms-transform: translateX(-2.7%) translateY(-10.9%);
          -o-transform: translateX(-2.7%) translateY(-10.9%);
          transform: translateX(-2.7%) translateY(-10.9%); }
      .demo .form-section .title-text-container .float-right {
        float: left;
        width: 57%; }
        @media screen and (max-width: 449px) {
          .demo .form-section .title-text-container .float-right {
            width: 100%; } }
        .demo .form-section .title-text-container .float-right h1 {
          color: #003664;
          font-size: 48px;
          font-weight: 500;
          text-align: left !important; }
          @media screen and (max-width: 449px) {
            .demo .form-section .title-text-container .float-right h1 {
              font-size: 30px; } }
        .demo .form-section .title-text-container .float-right h3 {
          color: #003664;
          font-size: 36px;
          text-align: left !important; }
          @media screen and (max-width: 449px) {
            .demo .form-section .title-text-container .float-right h3 {
              font-size: 24px; } }
        .demo .form-section .title-text-container .float-right .mid-banner {
          background-color: #e9bb27;
          clear: both;
          color: #FFFFFF;
          font-weight: 400;
          padding: 10px; }
          .demo .form-section .title-text-container .float-right .mid-banner a {
            font-weight: bold; }
      .demo .form-section .title-text-container .text-content {
        margin: 30px auto 0;
        max-width: 980px;
        padding-right: 20px;
        width: 100%; }
        .demo .form-section .title-text-container .text-content p {
          text-align: left;
          margin-bottom: 20px !important;
          font-size: 16px; }
          @media screen and (max-width: 449px) {
            .demo .form-section .title-text-container .text-content p {
              font-size: 12px; } }
      .demo .form-section .title-text-container .lower-banner-text .mid-banner {
        background-color: #e9bb27;
        clear: both;
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 100;
        padding: 10px; }
        @media screen and (max-width: 449px) {
          .demo .form-section .title-text-container .lower-banner-text .mid-banner {
            font-size: 16px; } }
        .demo .form-section .title-text-container .lower-banner-text .mid-banner a {
          font-weight: 500; }
    .demo .form-section .row {
      max-width: 980px; }
      .demo .form-section .row form {
        margin: 0;
        max-width: initial;
        background: #F2F2F2;
        position: relative;
        margin-top: 20px;
        margin-bottom: 0px;
        padding: 30px 20%;
        text-align: left; }
        @media screen and (max-width: 449px) {
          .demo .form-section .row form {
            padding: 20px 5%;
            margin-bottom: 75px; } }
        .demo .form-section .row form label {
          margin: 0;
          font-size: 14px;
          padding: 0;
          text-align: left; }
        .demo .form-section .row form #name, .demo .form-section .row form #email, .demo .form-section .row form #company_name, .demo .form-section .row form #phone {
          width: 100%;
          height: 40px;
          margin: 8px 0;
          padding-left: 10px;
          border: 1px solid #D7D7D7;
          font-size: 18px; }
          .demo .form-section .row form #name:focus, .demo .form-section .row form #email:focus, .demo .form-section .row form #company_name:focus, .demo .form-section .row form #phone:focus {
            border: 1px solid #999; }
        .demo .form-section .row form button.submit {
          position: absolute;
          bottom: -25%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          border: 1px solid #f46800; }
          .demo .form-section .row form button.submit:hover {
            color: #f46800; }
    .demo .form-section .lower-btns {
      width: 100%;
      max-width: 980px; }
      .demo .form-section .lower-btns a {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: 200; }
      .demo .form-section .lower-btns .btn-1 a {
        background-color: #24bbb3;
        padding: 12px;
        text-align: center;
        float: left;
        width: 32.3%;
        border: 1px solid #24bbb3;
        margin-right: 1.5%;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        @media screen and (max-width: 449px) {
          .demo .form-section .lower-btns .btn-1 a {
            float: left;
            width: 100%;
            margin: 10px 0; } }
        .demo .form-section .lower-btns .btn-1 a:hover {
          color: #24bbb3;
          background-color: rgba(255, 255, 255, 0);
          background: transparent; }
      .demo .form-section .lower-btns .btn-2 a {
        background-color: #05a2b3;
        padding: 12px;
        text-align: center;
        float: left;
        width: 32.3%;
        margin-right: 1.5%;
        border: 1px solid #05a2b3;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        @media screen and (max-width: 449px) {
          .demo .form-section .lower-btns .btn-2 a {
            float: left;
            width: 100%;
            margin: 10px 0; } }
        .demo .form-section .lower-btns .btn-2 a:hover {
          color: #05a2b3;
          background-color: rgba(255, 255, 255, 0);
          background: transparent; }
      .demo .form-section .lower-btns .btn-3 a {
        background-color: #003664;
        padding: 12px;
        text-align: center;
        float: left;
        width: 32.3%;
        border: 1px solid #003664;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        @media screen and (max-width: 449px) {
          .demo .form-section .lower-btns .btn-3 a {
            float: left;
            width: 100%;
            margin: 10px 0; } }
        .demo .form-section .lower-btns .btn-3 a:hover {
          color: #003664;
          background-color: rgba(255, 255, 255, 0);
          background: transparent; }
  .demo .end-buttons-container {
    width: 100%;
    margin: 60px 0;
    margin: 60px auto;
    max-width: 980px;
    padding-bottom: 60px; }
    .demo .end-buttons-container .end-button {
      float: left;
      width: 50%; }
      @media (max-width: 550px) {
        .demo .end-buttons-container .end-button {
          width: 100%;
          margin: 10px 0; } }
      .demo .end-buttons-container .end-button .button {
        color: #FFFFFF;
        font-weight: 200;
        padding: 10px 0;
        border: 1px solid;
        border-radius: 0;
        display: block;
        margin: 0 auto;
        width: 95%;
        height: 42px; }
        .demo .end-buttons-container .end-button .button.view {
          background-color: #05a2b3;
          border-color: #05a2b3; }
          .demo .end-buttons-container .end-button .button.view:hover {
            background-color: transparent;
            color: #05a2b3; }
        .demo .end-buttons-container .end-button .button.case {
          background-color: #003664;
          border-color: #003664; }
          .demo .end-buttons-container .end-button .button.case:hover {
            background-color: transparent;
            color: #003664; }

/* ====== FEATURES ====== */
/* ======
FEATURES
	- Bootstrap Override
	- General
====== */
.features {
  /*================================================================================
  $ BOOTSTRAP OVERRIDE
  ================================================================================*/
  /*================================================================================
  $ BANNER
  ================================================================================*/
  /*================================================================================
  $ GENERAL
  ================================================================================*/
  /*================================================================================
  $ FEATURES VIEWER
  ================================================================================*/
  /*================================================================================
  $ SIGN UP
  ================================================================================*/
  /*================================================================================
  $ HELP BUTTONS
  ================================================================================*/
  /*================================================================================
  $ END PAGE BUTTONS
  ================================================================================*/
  /*================================================================================
  $ VERSION FEATURES LIST
  ================================================================================*/ }
  .features .introducing.one {
    height: 300px;
    min-height: 0;
    padding: 0;
    padding-top: 50px;
    background-image: url("../images/pages/features/header-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    overflow: initial; }
    @media screen and (max-width: 799px) {
      .features .introducing.one {
        min-height: 350px;
        height: 350px; } }
    .features .introducing.one .row {
      margin: 0 auto;
      max-width: 980px; }
      @media screen and (max-width: 799px) {
        .features .introducing.one .row .col-md-7 {
          padding-right: 40%; } }
      @media screen and (max-width: 639px) {
        .features .introducing.one .row .col-md-7 {
          padding-right: 0;
          padding: 0 5%; } }
    @media (min-width: 860px) {
      .features .introducing.one .container .container {
        width: 1000px; } }
    .features .introducing.one .content {
      padding-top: 50px; }
      @media screen and (max-width: 799px) {
        .features .introducing.one .content {
          padding-top: 15px; } }
      @media screen and (max-width: 639px) {
        .features .introducing.one .content {
          text-align: center; } }
      .features .introducing.one .content img {
        width: 100px; }
      .features .introducing.one .content .intro-text {
        padding-top: 35px;
        width: 100%;
        float: left;
        clear: both;
        font-style: italic;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 31px;
        color: white;
        font-weight: 100; }
        @media screen and (max-width: 639px) {
          .features .introducing.one .content .intro-text {
            padding-top: 5px; } }
      .features .introducing.one .content .title {
        width: 100%;
        float: left;
        clear: both;
        font-size: 58px;
        font-family: "proxima-nova", Arial, sans-serif;
        color: white;
        padding-top: 48px;
        text-align: left;
        font-weight: 100;
        font-size: 48px;
        text-transform: capitalize; }
        @media screen and (max-width: 849px) {
          .features .introducing.one .content .title {
            font-size: 40px; } }
        @media screen and (max-width: 799px) {
          .features .introducing.one .content .title {
            padding-top: 125px;
            text-align: center; } }
        @media screen and (max-width: 499px) {
          .features .introducing.one .content .title {
            font-size: 28px; } }
      .features .introducing.one .content .main-text {
        width: 100%;
        float: left;
        clear: both;
        text-align: left;
        font-size: 20px;
        font-family: "proxima-nova", Arial, sans-serif;
        color: white;
        padding: 25px 0;
        font-weight: 100; }
        @media screen and (max-width: 989px) {
          .features .introducing.one .content .main-text {
            padding-right: 45%; } }
        @media screen and (max-width: 639px) {
          .features .introducing.one .content .main-text {
            padding-right: 0;
            text-align: center; } }
      .features .introducing.one .content .get-in-touch-btn {
        color: white;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 20px;
        float: left;
        margin-top: 8px;
        padding: 8px 25px;
        border: 1px solid white;
        background-color: rgba(255, 255, 255, 0);
        background: transparent;
        margin-right: 50%;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .features .introducing.one .content .get-in-touch-btn:hover {
          color: #f46800;
          background-color: white; }
        @media screen and (max-width: 639px) {
          .features .introducing.one .content .get-in-touch-btn {
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            margin-left: 50%;
            margin-top: 20px;
            margin-bottom: 20px;
            margin-right: 0; } }
      .features .introducing.one .content .speak-to-the-team {
        color: white;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 15px;
        float: left;
        position: absolute;
        background-color: #f46800;
        bottom: -78px;
        left: 15px;
        padding: 10px 95px;
        z-index: 2;
        text-align: left;
        padding-left: 15px;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        border: 1px solid #f46800; }
        .features .introducing.one .content .speak-to-the-team:after {
          content: '+';
          position: absolute;
          right: 15px;
          font-size: 20px;
          top: 8px; }
        .features .introducing.one .content .speak-to-the-team:hover {
          background-color: rgba(255, 255, 255, 0);
          background: white;
          color: #f46800; }
        @media screen and (max-width: 799px) {
          .features .introducing.one .content .speak-to-the-team {
            display: none; } }
    .features .introducing.one .auction-stats {
      position: absolute;
      right: 0;
      z-index: 9998;
      top: -30px;
      width: 300px;
      height: 600px; }
      .features .introducing.one .auction-stats img {
        z-index: 9998; }
      @media screen and (max-width: 989px) {
        .features .introducing.one .auction-stats {
          top: -75px; } }
      @media screen and (max-width: 799px) {
        .features .introducing.one .auction-stats {
          top: -50px; } }
      @media screen and (max-width: 639px) {
        .features .introducing.one .auction-stats {
          display: none; } }
      .features .introducing.one .auction-stats .container-overlay {
        position: absolute;
        left: 4px;
        top: 65px;
        width: 100%;
        padding: 0 30px; }
        .features .introducing.one .auction-stats .container-overlay img {
          width: 100%; }
  .features .brochure-button {
    background-color: #f46800;
    border-color: #FFFFFF;
    border-radius: 0px;
    border-style: solid;
    border-width: 2px;
    margin: 20px 0;
    width: 80%;
    max-width: 80%;
    padding: 10px 15px; }
    .features .brochure-button:hover, .features .brochure-button:active, .features .brochure-button:focus {
      background-color: #FFFFFF;
      color: #f46800;
      text-decoration: none;
      -webkit-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
      -moz-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
      -ms-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
      -o-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
      transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s; }
    .features .brochure-button .brochure-button-text {
      color: #FFFFFF;
      float: left; }
    .features .brochure-button .download-icon {
      float: right;
      margin-left: 10%;
      min-width: 20px; }
  .features .features-viewer {
    max-width: 960px;
    width: 100%;
    padding: 0;
    margin: 0 auto; }
    @media screen and (max-width: 949px) {
      .features .features-viewer {
        padding: 0 20px; } }
    .features .features-viewer .container {
      width: 100%;
      max-width: none; }
    .features .features-viewer .features-viewer-description .sub-text {
      max-width: 960px;
      width: 100%;
      margin: 0 auto;
      color: #4F4E4E;
      font-weight: 400;
      font-size: 20px;
      font-family: "proxima-nova", Arial, sans-serif;
      text-align: center;
      padding: 40px 5%;
      padding-bottom: 30px; }
    .features .features-viewer .features-viewer-description .info-text {
      font-size: 30px;
      font-family: "proxima-nova", Arial, sans-serif;
      color: #193860;
      text-align: center;
      font-weight: 100; }
    .features .features-viewer .features-viewer-blocks {
      height: 100px; }
      .features .features-viewer .features-viewer-blocks .block-item {
        cursor: pointer;
        float: left;
        width: 16.6%;
        padding: 10px;
        text-align: center; }
        @media screen and (max-width: 599px) {
          .features .features-viewer .features-viewer-blocks .block-item {
            width: 33.2%; } }
        .features .features-viewer .features-viewer-blocks .block-item img {
          position: relative;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-1 img.normal {
          display: block; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-1 img.active {
          display: none; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-1.active img.normal, .features .features-viewer .features-viewer-blocks .block-item.block-item-1:hover img.normal {
          display: none; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-1.active img.active, .features .features-viewer .features-viewer-blocks .block-item.block-item-1:hover img.active {
          display: block; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-2 img.normal {
          display: block; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-2 img.active {
          display: none; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-2.active img.normal, .features .features-viewer .features-viewer-blocks .block-item.block-item-2:hover img.normal {
          display: none; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-2.active img.active, .features .features-viewer .features-viewer-blocks .block-item.block-item-2:hover img.active {
          display: block; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-3 img.normal {
          display: block; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-3 img.active {
          display: none; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-3.active img.normal, .features .features-viewer .features-viewer-blocks .block-item.block-item-3:hover img.normal {
          display: none; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-3.active img.active, .features .features-viewer .features-viewer-blocks .block-item.block-item-3:hover img.active {
          display: block; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-4 img.normal {
          display: block; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-4 img.active {
          display: none; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-4.active img.normal, .features .features-viewer .features-viewer-blocks .block-item.block-item-4:hover img.normal {
          display: none; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-4.active img.active, .features .features-viewer .features-viewer-blocks .block-item.block-item-4:hover img.active {
          display: block; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-5 img.normal {
          display: block; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-5 img.active {
          display: none; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-5.active img.normal, .features .features-viewer .features-viewer-blocks .block-item.block-item-5:hover img.normal {
          display: none; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-5.active img.active, .features .features-viewer .features-viewer-blocks .block-item.block-item-5:hover img.active {
          display: block; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-6 img.normal {
          display: block; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-6 img.active {
          display: none; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-6.active img.normal, .features .features-viewer .features-viewer-blocks .block-item.block-item-6:hover img.normal {
          display: none; }
        .features .features-viewer .features-viewer-blocks .block-item.block-item-6.active img.active, .features .features-viewer .features-viewer-blocks .block-item.block-item-6:hover img.active {
          display: block; }
    .features .features-viewer .features-viewer-container {
      padding: 30px 40px;
      height: auto;
      border: 3px solid #D1D0D1;
      margin-top: 35px;
      position: relative;
      min-height: 260px; }
      .features .features-viewer .features-viewer-container .border-arrow {
        position: absolute;
        width: 22px;
        height: 14px;
        top: -13.4px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
        .features .features-viewer .features-viewer-container .border-arrow.active-1 {
          left: 8%; }
        .features .features-viewer .features-viewer-container .border-arrow.active-2 {
          left: 25%; }
        .features .features-viewer .features-viewer-container .border-arrow.active-3 {
          left: 41.5%; }
        .features .features-viewer .features-viewer-container .border-arrow.active-4 {
          left: 58.5%; }
        .features .features-viewer .features-viewer-container .border-arrow.active-5 {
          left: 75%; }
        .features .features-viewer .features-viewer-container .border-arrow.active-6 {
          left: 91.5%; }
        @media screen and (max-width: 599px) {
          .features .features-viewer .features-viewer-container .border-arrow {
            display: none; } }
      .features .features-viewer .features-viewer-container .features-viewer-content.fvc-2, .features .features-viewer .features-viewer-container .features-viewer-content.fvc-3, .features .features-viewer .features-viewer-container .features-viewer-content.fvc-4, .features .features-viewer .features-viewer-container .features-viewer-content.fvc-5, .features .features-viewer .features-viewer-container .features-viewer-content.fvc-6 {
        display: none; }
      .features .features-viewer .features-viewer-container .features-viewer-content .title {
        font-size: 22px;
        font-weight: bold;
        font-family: "proxima-nova", Arial, sans-serif;
        color: #ED6913;
        margin-bottom: 25px; }
      .features .features-viewer .features-viewer-container .features-viewer-content .content {
        font-size: 17px;
        font-weight: 300;
        font-family: "proxima-nova", Arial, sans-serif;
        color: #4F4E4E;
        margin-bottom: 25px;
        line-height: 1.8; }
      .features .features-viewer .features-viewer-container .features-viewer-content .get-in-touch-btn {
        color: white;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 20px;
        font-weight: 300;
        border: 1px solid #ED6913;
        background-color: #ED6913;
        text-decoration: none;
        padding: 10px 20px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .features .features-viewer .features-viewer-container .features-viewer-content .get-in-touch-btn:hover {
          color: #ED6913;
          background-color: transparent;
          text-decoration: none; }
      .features .features-viewer .features-viewer-container .features-viewer-content.fvc-2 .title {
        color: #193860; }
      .features .features-viewer .features-viewer-container .features-viewer-content.fvc-2 .get-in-touch-btn {
        background-color: #193860;
        border: 1px solid #193860; }
        .features .features-viewer .features-viewer-container .features-viewer-content.fvc-2 .get-in-touch-btn:hover {
          color: #193860; }
      .features .features-viewer .features-viewer-container .features-viewer-content.fvc-3 .title {
        color: #34B6B0; }
      .features .features-viewer .features-viewer-container .features-viewer-content.fvc-3 .get-in-touch-btn {
        background-color: #34B6B0;
        border: 1px solid #34B6B0; }
        .features .features-viewer .features-viewer-container .features-viewer-content.fvc-3 .get-in-touch-btn:hover {
          color: #34B6B0; }
      .features .features-viewer .features-viewer-container .features-viewer-content.fvc-4 .title {
        color: #193860; }
      .features .features-viewer .features-viewer-container .features-viewer-content.fvc-4 .get-in-touch-btn {
        background-color: #193860;
        border: 1px solid #193860; }
        .features .features-viewer .features-viewer-container .features-viewer-content.fvc-4 .get-in-touch-btn:hover {
          color: #193860; }
      .features .features-viewer .features-viewer-container .features-viewer-content.fvc-5 .title {
        color: #EABC28; }
      .features .features-viewer .features-viewer-container .features-viewer-content.fvc-5 .get-in-touch-btn {
        background-color: #EABC28;
        border: 1px solid #EABC28; }
        .features .features-viewer .features-viewer-container .features-viewer-content.fvc-5 .get-in-touch-btn:hover {
          color: #EABC28; }
      .features .features-viewer .features-viewer-container .features-viewer-content.fvc-6 .title {
        color: #193860; }
      .features .features-viewer .features-viewer-container .features-viewer-content.fvc-6 .get-in-touch-btn {
        background-color: #193860;
        border: 1px solid #193860; }
        .features .features-viewer .features-viewer-container .features-viewer-content.fvc-6 .get-in-touch-btn:hover {
          color: #193860; }
      @media screen and (max-width: 599px) {
        .features .features-viewer .features-viewer-container .features-viewer-content {
          text-align: center; } }
  .features .sign-up {
    height: auto;
    height: 90px;
    min-height: 0;
    background-color: #193860;
    padding: 0; }
    @media screen and (max-width: 799px) {
      .features .sign-up {
        height: 140px; } }
    .features .sign-up .container {
      max-width: 980px;
      margin: 0 auto; }
      .features .sign-up .container .row {
        margin: 0; }
    .features .sign-up .col-md-4 {
      padding: 0;
      margin: 0;
      padding-top: 35px; }
      @media screen and (max-width: 799px) {
        .features .sign-up .col-md-4 {
          text-align: center;
          padding-top: 25px; } }
      .features .sign-up .col-md-4 .signup-text {
        color: white;
        font-size: 19.5px;
        font-weight: normal;
        font-family: "proxima-nova", Arial, sans-serif; }
    .features .sign-up .col-md-8 {
      position: relative; }
      .features .sign-up .col-md-8 form .input-text {
        background-color: rgba(255, 255, 255, 0);
        background: transparent;
        border: none;
        border-bottom: 1px solid white;
        color: white; }
        .features .sign-up .col-md-8 form .input-text::-webkit-input-placeholder {
          /* WebKit browsers */
          color: white; }
        .features .sign-up .col-md-8 form .input-text:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: white; }
        .features .sign-up .col-md-8 form .input-text::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: white; }
        .features .sign-up .col-md-8 form .input-text:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: white; }
      .features .sign-up .col-md-8 form .input-submit {
        position: absolute;
        right: 22px;
        top: 37px;
        width: 40px;
        height: auto;
        background-color: rgba(255, 255, 255, 0);
        background: transparent;
        border: none;
        color: white;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 20px;
        font-style: italic;
        padding: 0;
        margin: 0;
        font-weight: 600; }
        @media screen and (max-width: 799px) {
          .features .sign-up .col-md-8 form .input-submit {
            top: 6px;
            right: 50px; } }
  .features .help-buttons {
    height: auto;
    height: auto;
    min-height: 0;
    padding: 0;
    background-color: white; }
    .features .help-buttons .container {
      width: 100%;
      padding: 75px 0;
      padding-top: 20px;
      margin: 0; }
      .features .help-buttons .container .row {
        max-width: 980px;
        margin: 0 auto; }
        .features .help-buttons .container .row .col-md-4 {
          text-align: center;
          padding: 10px; }
          @media screen and (max-width: 799px) {
            .features .help-buttons .container .row .col-md-4 {
              padding-top: 20px; } }
          .features .help-buttons .container .row .col-md-4 > a {
            padding: 7px 48px;
            font-size: 20px;
            color: white;
            font-weight: 100;
            font-family: "proxima-nova", Arial, sans-serif;
            width: 90%;
            -webkit-transition: all 0.2s ease-in-out 0s;
            -moz-transition: all 0.2s ease-in-out 0s;
            -ms-transition: all 0.2s ease-in-out 0s;
            -o-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s; }
            .features .help-buttons .container .row .col-md-4 > a:hover {
              background-color: white;
              text-decoration: none; }
            .features .help-buttons .container .row .col-md-4 > a.help-git {
              background-color: #f46800;
              border: 1px solid #f46800;
              float: right;
              margin-top: -8px;
              margin-right: -30px; }
              .features .help-buttons .container .row .col-md-4 > a.help-git:hover {
                color: #f46800;
                background-color: white; }
            .features .help-buttons .container .row .col-md-4 > a.help-aad {
              background-color: #05a2b3;
              border: 1px solid #05a2b3; }
              .features .help-buttons .container .row .col-md-4 > a.help-aad:hover {
                color: #05a2b3;
                background-color: white; }
            .features .help-buttons .container .row .col-md-4 > a.help-db {
              background-color: #003664;
              border: 1px solid #003664;
              margin-left: -30px;
              margin-top: -8px;
              float: left; }
              .features .help-buttons .container .row .col-md-4 > a.help-db:hover {
                color: #003664;
                background-color: white; }
            @media screen and (max-width: 799px) {
              .features .help-buttons .container .row .col-md-4 > a.help-db, .features .help-buttons .container .row .col-md-4 > a.help-aad, .features .help-buttons .container .row .col-md-4 > a.help-git {
                float: none;
                margin-right: 0;
                margin-top: 10px;
                margin-left: 0; }
              .features .help-buttons .container .row .col-md-4 > a.help-git {
                padding: 7px 27%; }
              .features .help-buttons .container .row .col-md-4 > a.help-aad {
                padding: 7px 21%; }
              .features .help-buttons .container .row .col-md-4 > a.help-db {
                padding: 7px 16.5%; } }
  .features .end-buttons-container {
    width: 100%;
    margin: 60px 0;
    margin: 60px auto;
    max-width: 980px;
    padding-bottom: 60px; }
    .features .end-buttons-container .end-button {
      float: left;
      width: 33.3%; }
      @media (max-width: 550px) {
        .features .end-buttons-container .end-button {
          width: 100%;
          margin: 10px 0; } }
      .features .end-buttons-container .end-button .button {
        color: #FFFFFF;
        font-weight: 200;
        padding: 10px 0;
        border: 1px solid;
        border-radius: 0;
        display: block;
        margin: 0 auto;
        width: 95%;
        height: 42px; }
        .features .end-buttons-container .end-button .button.arrange {
          background-color: #f46800;
          border-color: #f46800; }
          .features .end-buttons-container .end-button .button.arrange:hover {
            background-color: transparent;
            color: #f46800; }
        .features .end-buttons-container .end-button .button.view {
          background-color: #05a2b3;
          border-color: #05a2b3; }
          .features .end-buttons-container .end-button .button.view:hover {
            background-color: transparent;
            color: #05a2b3; }
        .features .end-buttons-container .end-button .button.case {
          background-color: #003664;
          border-color: #003664; }
          .features .end-buttons-container .end-button .button.case:hover {
            background-color: transparent;
            color: #003664; }
  .features .version-feature-list {
    padding: 0;
    max-width: 960px;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media screen and (max-width: 549px) {
      .features .version-feature-list {
        padding-bottom: 0; } }
    @media screen and (max-width: 989px) {
      .features .version-feature-list .version-feature-container .version-feature-content {
        padding: 0 20px; } }
    .features .version-feature-list .version-feature-container .version-feature-content * {
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .features .version-feature-list .version-feature-container .version-feature-content.fixed {
      margin-top: 56px; }
      @media screen and (max-width: 769px) {
        .features .version-feature-list .version-feature-container .version-feature-content.fixed {
          margin-top: 112px; } }
    .features .version-feature-list .version-feature-container .version-feature-content .version-fixed-container {
      position: fixed;
      top: 4%;
      margin: 0 auto;
      z-index: 10;
      max-width: 960px;
      width: 100%;
      border-top: 60px solid white; }
      @media screen and (max-width: 959px) {
        .features .version-feature-list .version-feature-container .version-feature-content .version-fixed-container {
          padding: 0 20px;
          left: 0;
          max-width: none; } }
    .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-1 {
      width: 35.6%;
      height: 56px;
      float: left; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-1.cell-heading {
        background-color: #386183;
        position: relative;
        border: 1px solid #386183; }
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-1.cell-heading .cell-head {
          position: absolute;
          top: 50%;
          left: 10px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          color: white;
          font-size: 22px;
          font-weight: bold;
          font-family: "proxima-nova", Arial, sans-serif; }
          @media screen and (max-width: 769px) {
            .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-1.cell-heading .cell-head {
              left: 50%;
              -webkit-transform: translateX(-50%) translateY(-50%);
              -moz-transform: translateX(-50%) translateY(-50%);
              -ms-transform: translateX(-50%) translateY(-50%);
              -o-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); } }
          @media screen and (max-width: 549px) {
            .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-1.cell-heading .cell-head {
              font-size: 12px; } }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-1.cell-item.cell-item-odd {
        background-color: #ffffff; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-1.cell-item.cell-item-even {
        background-color: #EFEFEF; }
      @media screen and (max-width: 769px) {
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-1 {
          width: 100%; } }
    .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-2 {
      width: 16.1%;
      float: left;
      height: 56px; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-2.cell-heading {
        background-color: #2EB5AF;
        position: relative;
        border: 1px solid #386183; }
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-2.cell-heading .cell-head {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          color: white;
          font-size: 22px;
          font-weight: bold;
          font-family: "proxima-nova", Arial, sans-serif; }
          @media screen and (max-width: 549px) {
            .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-2.cell-heading .cell-head {
              font-size: 12px; } }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-2.cell-item.cell-item-odd {
        background-color: #ffffff; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-2.cell-item.cell-item-even {
        background-color: #EFEFEF; }
      @media screen and (max-width: 769px) {
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-2 {
          width: 25%; } }
    .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-3 {
      width: 16.1%;
      float: left;
      height: 56px; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-3.cell-heading {
        background-color: #00A2B2;
        position: relative;
        border: 1px solid #386183;
        border-left: none; }
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-3.cell-heading .cell-head {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          color: white;
          font-size: 22px;
          font-weight: bold;
          font-family: "proxima-nova", Arial, sans-serif; }
          @media screen and (max-width: 549px) {
            .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-3.cell-heading .cell-head {
              font-size: 12px; } }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-3.cell-item.cell-item-odd {
        background-color: #ffffff; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-3.cell-item.cell-item-even {
        background-color: #EFEFEF; }
      @media screen and (max-width: 769px) {
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-3 {
          width: 25%; } }
    .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-4 {
      width: 16.1%;
      float: left;
      height: 56px; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-4.cell-heading {
        background-color: #17375E;
        position: relative;
        border: 1px solid #386183;
        border-left: none; }
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-4.cell-heading .cell-head {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          color: white;
          font-size: 22px;
          font-weight: bold;
          font-family: "proxima-nova", Arial, sans-serif; }
          @media screen and (max-width: 549px) {
            .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-4.cell-heading .cell-head {
              font-size: 12px; } }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-4.cell-item.cell-item-odd {
        background-color: #ffffff; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-4.cell-item.cell-item-even {
        background-color: #EFEFEF; }
      @media screen and (max-width: 769px) {
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-4 {
          width: 25%; } }
    .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-5 {
      width: 16.1%;
      float: left;
      height: 56px;
      clear: right; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-5.cell-heading {
        background-color: white;
        position: relative;
        border: 1px solid #386183;
        border-left: none; }
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-5.cell-heading .cell-head {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          color: #386183;
          font-size: 22px;
          font-weight: bold;
          font-family: "proxima-nova", Arial, sans-serif; }
          @media screen and (max-width: 549px) {
            .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-5.cell-heading .cell-head {
              font-size: 12px; } }
      @media screen and (max-width: 769px) {
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item-5 {
          width: 25%; } }
    .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item {
      position: relative; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item.cell-item-odd {
        background-color: #ffffff; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item.cell-item-even {
        background-color: #EFEFEF; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item.cell-item-1, .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item.cell-item-2, .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item.cell-item-3, .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item.cell-item-4, .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item.cell-item-5 {
        border-right: 1px solid #386183; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item.cell-item-2 {
        border-left: 1px solid #386183; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item.cell-item-1 {
        border-left: 1px solid #386183;
        border-right: none; }
        @media screen and (max-width: 769px) {
          .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item.cell-item-1 {
            border-right: 1px solid #386183;
            border-bottom: 1px solid #386183;
            border-top: 1px solid #386183; } }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item img {
        width: 20px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item p {
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #386183;
        font-size: 18px;
        font-weight: 600;
        font-family: "proxima-nova", Arial, sans-serif; }
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item p.cell-sub-text {
          left: 25px; }
          @media screen and (max-width: 769px) {
            .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item p.cell-sub-text {
              left: 50%;
              -webkit-transform: translateX(-50%) translateY(-50%);
              -moz-transform: translateX(-50%) translateY(-50%);
              -ms-transform: translateX(-50%) translateY(-50%);
              -o-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); } }
        @media screen and (max-width: 769px) {
          .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item p {
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); } }
        @media screen and (max-width: 549px) {
          .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-item p {
            width: 100%;
            text-align: center; } }
    .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer {
      height: 132px;
      border: none;
      border-top: 1px solid #386183;
      border-bottom: 1px solid #386183; }
      @media screen and (max-width: 549px) {
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer {
          width: 100%;
          border-bottom: none;
          height: 50px;
          border-top: none; } }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer.cell-item-1, .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer.cell-item-2, .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer.cell-item-3, .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer.cell-item-4, .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer.cell-item-5 {
        border-left: none;
        border-right: none; }
      @media screen and (max-width: 769px) {
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer.cell-item-1 {
          display: none; } }
      @media screen and (max-width: 549px) {
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer.cell-item-2 {
          border-top: 1px solid #386183; } }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer a {
        border: 1px solid #2EB5AF;
        border-radius: 0;
        font-size: 14px;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: bold;
        color: white;
        padding: 9px;
        position: absolute;
        top: 35%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 92%;
        background-color: #2EB5AF; }
        @media screen and (max-width: 989px) {
          .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer a {
            font-size: 12px; } }
        @media screen and (max-width: 549px) {
          .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer a {
            top: 50%;
            width: 100%; } }
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer a:hover {
          background-color: transparent;
          color: #2EB5AF; }
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer a.link-2 {
          background-color: #00A2B2;
          border: 1px solid #00A2B2; }
          .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer a.link-2:hover {
            background-color: transparent;
            color: #00A2B2; }
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer a.link-3 {
          background-color: #17375E;
          border: 1px solid #17375E; }
          .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer a.link-3:hover {
            background-color: transparent;
            color: #17375E; }
        .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer a.link-4 {
          background-color: transparent;
          border: 1px solid #386183;
          color: #386183; }
          .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-footer a.link-4:hover {
            background-color: #386183;
            color: white; }
    .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-heading.fixed {
      position: fixed; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-heading.fixed.cell-item-1 {
        z-index: 10;
        position: fixed;
        top: 10%;
        left: 13.1%;
        width: 26.3%; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-heading.fixed.cell-item-2 {
        z-index: 10;
        position: fixed;
        top: 10%;
        left: 39.3%;
        width: 12%; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-heading.fixed.cell-item-3 {
        z-index: 10;
        position: fixed;
        top: 10%;
        left: 51.3%;
        width: 11.8%; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-heading.fixed.cell-item-4 {
        z-index: 10;
        position: fixed;
        top: 10%;
        left: 63.1%;
        width: 12%; }
      .features .version-feature-list .version-feature-container .version-feature-content .cell.cell-heading.fixed.cell-item-5 {
        z-index: 10;
        position: fixed;
        top: 10%;
        left: 75.1%;
        width: 11.8%; }

/* ====== INDEX ====== */
/* ======
INDEX
	- Bootstrap Override
	- General
	- Introducing
	- Versions
	- Mobile Ready
	- Who Uses
====== */
.index {
  /*================================================================================
  $ BOOTSTRAP OVERRIDE
  ================================================================================*/
  /*================================================================================
  $ GENERAL
  ================================================================================*/
  /*================================================================================
  $ INTRODUCING
  ================================================================================*/
  /*================================================================================
  $ OUR CLIENTS
  ================================================================================*/
  /*================================================================================
  $ FEATURES
  ================================================================================*/
  /*================================================================================
  $ INFORMATION
  ================================================================================*/
  /*================================================================================
  $ SIGN UP
  ================================================================================*/
  /*================================================================================
  $ THREE VERSIONS
  ================================================================================*/
  /*================================================================================
  $ VERSION LIST
  ================================================================================*/
  /*================================================================================
  $ WHO USES
  ================================================================================*/
  /*================================================================================
  $ HELP BUTTONS
  ================================================================================*/ }
  .index *:focus {
    outline: none !important; }
  .index .italics {
    font-style: italic; }
  .index .bold {
    font-weight: bold; }
  .index .main-body {
    padding-top: 50px; }
    @media screen and (max-width: 599px) {
      .index .main-body {
        padding-top: 100px; } }
  .index .content-section {
    min-height: auto; }
  .index .slick-track {
    top: 15px !important; }
  .index .content-section.our-clients .slick-track {
    height: 100px !important; }
  .index .introducing.one {
    height: auto;
    min-height: 0;
    padding: 0;
    padding-top: 50px;
    min-height: 580px;
    overflow: hidden;
    position: relative;
    background-color: #13746e; }
    .index .introducing.one .intro-slide-container {
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 50px; }
      .index .introducing.one .intro-slide-container.hover-container {
        height: 530px;
        width: 100%;
        background-color: transparent;
        z-index: 999; }
      .index .introducing.one .intro-slide-container.intro-slide-1 {
        background-image: url("../images/pages/homepage/home-banner.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        height: 530px;
        width: 100%; }
        .index .introducing.one .intro-slide-container.intro-slide-1 .content {
          padding-top: 50px;
          max-width: 960px;
          margin: 0 auto; }
          @media screen and (max-width: 799px) {
            .index .introducing.one .intro-slide-container.intro-slide-1 .content {
              padding-top: 15px; } }
          @media screen and (max-width: 449px) {
            .index .introducing.one .intro-slide-container.intro-slide-1 .content {
              text-align: center; } }
          .index .introducing.one .intro-slide-container.intro-slide-1 .content img {
            width: 100px; }
          .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict {
            width: 70%; }
            .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict .intro-text {
              padding-top: 35px;
              width: 100%;
              float: left;
              clear: both;
              font-style: italic;
              font-family: "proxima-nova", Arial, sans-serif;
              font-size: 31px;
              color: white;
              font-weight: 100; }
              @media screen and (max-width: 449px) {
                .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict .intro-text {
                  padding-top: 5px; } }
            .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict .title {
              width: 100%;
              float: left;
              clear: both;
              text-align: left;
              font-size: 48px;
              font-family: "proxima-nova", Arial, sans-serif;
              color: white; }
              @media screen and (max-width: 449px) {
                .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict .title {
                  text-align: center; } }
            .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict .main-text {
              width: 100%;
              float: left;
              clear: both;
              text-align: left;
              font-size: 20px;
              font-family: "proxima-nova", Arial, sans-serif;
              color: white;
              padding-top: 25px;
              padding-right: 20%;
              font-weight: 100; }
              @media screen and (max-width: 449px) {
                .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict .main-text {
                  padding-right: 0;
                  text-align: center; } }
            .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict .get-in-touch-btn {
              color: white;
              font-family: "proxima-nova", Arial, sans-serif;
              font-size: 20px;
              float: left;
              margin-top: 50px;
              padding: 8px 25px;
              border: 1px solid white;
              background-color: rgba(255, 255, 255, 0);
              background: transparent;
              margin-right: 50%;
              text-decoration: none;
              -webkit-transition: all 0.2s ease-in-out 0s;
              -moz-transition: all 0.2s ease-in-out 0s;
              -ms-transition: all 0.2s ease-in-out 0s;
              -o-transition: all 0.2s ease-in-out 0s;
              transition: all 0.2s ease-in-out 0s; }
              .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict .get-in-touch-btn:hover {
                color: #003664;
                background-color: white; }
              @media screen and (max-width: 449px) {
                .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict .get-in-touch-btn {
                  -webkit-transform: translateX(-50%);
                  -moz-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                  -o-transform: translateX(-50%);
                  transform: translateX(-50%);
                  margin-left: 50%;
                  margin-top: 20px;
                  margin-bottom: 20px;
                  margin-right: 0; } }
            .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict .speak-to-the-team {
              color: white;
              font-family: "proxima-nova", Arial, sans-serif;
              font-size: 15px;
              float: left;
              position: relative;
              background-color: #f46800;
              bottom: -38px;
              left: 0px;
              padding: 10px 95px;
              z-index: 2;
              text-align: left;
              padding-left: 15px;
              text-decoration: none;
              -webkit-transition: all 0.2s ease-in-out 0s;
              -moz-transition: all 0.2s ease-in-out 0s;
              -ms-transition: all 0.2s ease-in-out 0s;
              -o-transition: all 0.2s ease-in-out 0s;
              transition: all 0.2s ease-in-out 0s;
              border: 1px solid #f46800; }
              .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict .speak-to-the-team:after {
                content: '+';
                position: absolute;
                right: 15px;
                font-size: 20px;
                top: 8px; }
              .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict .speak-to-the-team:hover {
                background-color: rgba(255, 255, 255, 0);
                background: white;
                color: #f46800; }
              @media screen and (max-width: 989px) {
                .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict .speak-to-the-team {
                  display: none; } }
            @media screen and (max-width: 949px) {
              .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict {
                padding: 20px; } }
            @media screen and (max-width: 799px) {
              .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict {
                width: 100%;
                text-align: center;
                margin-top: 40px; }
                .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict h1.title, .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict p.main-text, .index .introducing.one .intro-slide-container.intro-slide-1 .content .container-strict a.speak-to-the-team {
                  text-align: center;
                  padding-right: 0; } }
      .index .introducing.one .intro-slide-container.intro-slide-2 {
        background: black;
        height: 530px;
        width: 100%; }
        .index .introducing.one .intro-slide-container.intro-slide-2 iframe {
          height: 530px;
          width: 100%; }
    .index .introducing.one .auction-stats {
      position: absolute;
      right: 10%;
      z-index: 9998;
      top: 25px;
      width: 300px;
      height: 600px; }
      .index .introducing.one .auction-stats img {
        z-index: 9998; }
      @media screen and (max-width: 989px) {
        .index .introducing.one .auction-stats {
          top: 25px;
          right: 5%; } }
      @media screen and (max-width: 799px) {
        .index .introducing.one .auction-stats {
          display: none; } }
      .index .introducing.one .auction-stats .container-overlay {
        position: absolute;
        left: 4px;
        top: 30px;
        padding: 15px;
        width: 292px; }
        .index .introducing.one .auction-stats .container-overlay * {
          font-weight: 100; }
        .index .introducing.one .auction-stats .container-overlay .row-one {
          padding: 15px 0;
          text-align: left;
          border-bottom: 1px solid white;
          padding-top: 0; }
          .index .introducing.one .auction-stats .container-overlay .row-one .title-process {
            font-size: 27px;
            font-weight: 100;
            color: white;
            margin-bottom: 0; }
            .index .introducing.one .auction-stats .container-overlay .row-one .title-process .bold {
              font-weight: bold; }
          .index .introducing.one .auction-stats .container-overlay .row-one .sub-text {
            font-size: 16px;
            color: white;
            font-weight: 100; }
        .index .introducing.one .auction-stats .container-overlay .row-two {
          padding: 0;
          text-align: left;
          border-bottom: 1px solid white; }
          .index .introducing.one .auction-stats .container-overlay .row-two .line-one {
            color: white;
            font-size: 42px;
            font-weight: normal; }
            .index .introducing.one .auction-stats .container-overlay .row-two .line-one .dynamic-number {
              color: #003664;
              font-size: 41px;
              font-weight: bold; }
          .index .introducing.one .auction-stats .container-overlay .row-two .line-two {
            color: white;
            font-size: 35px;
            letter-spacing: 8.5px;
            line-height: 8px;
            position: relative;
            left: 4px; }
          .index .introducing.one .auction-stats .container-overlay .row-two .line-three {
            color: white;
            font-size: 43px;
            font-weight: normal; }
            .index .introducing.one .auction-stats .container-overlay .row-two .line-three .dynamic-number {
              color: #003664;
              font-size: 35.5px;
              font-weight: bold;
              position: relative;
              left: 6px;
              letter-spacing: 2px; }
        .index .introducing.one .auction-stats .container-overlay .row-three {
          padding: 15px 0; }
          .index .introducing.one .auction-stats .container-overlay .row-three p {
            font-size: 27px;
            line-height: 30px;
            color: white; }
            .index .introducing.one .auction-stats .container-overlay .row-three p .dynamic-number {
              color: #003664;
              font-size: 28px;
              font-weight: bold;
              letter-spacing: -1px; }
            .index .introducing.one .auction-stats .container-overlay .row-three p.line-two {
              font-size: 29.5px;
              letter-spacing: 4px; }
            .index .introducing.one .auction-stats .container-overlay .row-three p.line-three .dynamic-number {
              font-size: 41.7px;
              letter-spacing: 1px;
              position: relative;
              top: 2px; }
            .index .introducing.one .auction-stats .container-overlay .row-three p.line-four {
              font-size: 28px; }
            .index .introducing.one .auction-stats .container-overlay .row-three p.line-five {
              color: #003664;
              font-size: 34px;
              font-weight: bold; }
        .index .introducing.one .auction-stats .container-overlay .row-four {
          text-align: left;
          padding: 15px 0;
          padding-top: 0; }
          .index .introducing.one .auction-stats .container-overlay .row-four p {
            font-weight: 100;
            font-size: 16px;
            color: white;
            line-height: 18px; }
  .index .our-clients-heading .container {
    max-width: 990px; }
    .index .our-clients-heading .container .clients-container .heading-text {
      text-align: left; }
      .index .our-clients-heading .container .clients-container .heading-text h3 {
        text-align: left; }
  .index .our-clients {
    background-color: #376082;
    max-width: none;
    width: 100%;
    padding: 0 0 0 0; }
    .index .our-clients .container {
      max-width: 1045px;
      margin: 0 auto;
      width: 100%; }
      .index .our-clients .container .clients-container {
        position: relative;
        max-width: 1045px;
        margin: 0 auto;
        width: 100%;
        min-width: 100%;
        text-align: center; }
        .index .our-clients .container .clients-container .heading-text {
          position: absolute;
          top: -50px;
          left: 0; }
        .index .our-clients .container .clients-container .main-slider-container {
          position: relative; }
          .index .our-clients .container .clients-container .main-slider-container .slick-track {
            height: 100px !important; }
          .index .our-clients .container .clients-container .main-slider-container .slider-arrow-left {
            position: absolute;
            left: -15px;
            top: 60px;
            width: 10px; }
          .index .our-clients .container .clients-container .main-slider-container .slider-arrow-right {
            position: absolute;
            right: -15px;
            top: 60px;
            width: 10px; }
          .index .our-clients .container .clients-container .main-slider-container .slider-items-list {
            margin-top: -15px; }
            .index .our-clients .container .clients-container .main-slider-container .slider-items-list .slick-list {
              height: 120px !important; }
            .index .our-clients .container .clients-container .main-slider-container .slider-items-list .slideitem img {
              position: relative;
              top: 7px; }
  .index .features {
    height: auto;
    background-color: white;
    z-index: 1;
    margin: 0 auto;
    padding: 0; }
    .index .features .container {
      margin: 0 auto;
      width: 100%;
      padding: 0; }
    .index .features .row {
      padding: 50px 0;
      padding-bottom: 0;
      margin: 0 auto; }
      @media screen and (max-width: 599px) {
        .index .features .row h1, .index .features .row h3, .index .features .row p {
          text-align: left !important; } }
      .index .features .row p {
        line-height: 1.5;
        margin: 3% auto 0;
        max-width: 850px;
        text-align: center;
        width: 100%; }
    .index .features .col-md-5 {
      text-align: left;
      padding-left: 0; }
      @media screen and (max-width: 1199px) {
        .index .features .col-md-5 {
          padding-left: 20px; } }
      .index .features .col-md-5 .title {
        color: #003664;
        font-size: 24px;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 600;
        min-height: 80px; }
      .index .features .col-md-5 .body-text {
        text-align: left;
        font-weight: 100;
        font-size: 15px;
        font-family: "proxima-nova", Arial, sans-serif;
        color: #4d4d4d;
        padding: 25px 0;
        padding-top: 0;
        min-height: 170px; }
        @media screen and (max-width: 899px) {
          .index .features .col-md-5 .body-text {
            min-height: 1px; } }
      .index .features .col-md-5 .selector-box {
        margin-left: -5px;
        margin-top: 20px;
        margin-bottom: 40px; }
        @media screen and (max-width: 599px) {
          .index .features .col-md-5 .selector-box {
            margin-left: 0; } }
        .index .features .col-md-5 .selector-box ul {
          margin-left: 5px;
          list-style: none; }
          .index .features .col-md-5 .selector-box ul li {
            list-style: none;
            font-family: "proxima-nova", Arial, sans-serif;
            color: white;
            font-size: 18px;
            width: 78%;
            padding: 10px 0;
            padding-left: 10px;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
            position: relative;
            cursor: pointer;
            text-align: left; }
            @media screen and (max-width: 449px) {
              .index .features .col-md-5 .selector-box ul li {
                width: 80%; } }
            .index .features .col-md-5 .selector-box ul li.powerful-web-cms {
              background-color: #003664;
              opacity: 0.65; }
              .index .features .col-md-5 .selector-box ul li.powerful-web-cms.active {
                opacity: 1;
                width: 90%;
                font-weight: 400;
                cursor: auto; }
                @media screen and (max-width: 449px) {
                  .index .features .col-md-5 .selector-box ul li.powerful-web-cms.active {
                    width: 95%; } }
                @media screen and (max-width: 499px) {
                  .index .features .col-md-5 .selector-box ul li.powerful-web-cms.active {
                    width: 100%; } }
                .index .features .col-md-5 .selector-box ul li.powerful-web-cms.active:after {
                  left: 100%;
                  top: 50%;
                  border: solid transparent;
                  content: " ";
                  height: 0;
                  width: 0;
                  position: absolute;
                  pointer-events: none;
                  border-color: rgba(0, 54, 100, 0);
                  border-left-color: #003664;
                  border-width: 5px;
                  margin-top: -5px; }
            .index .features .col-md-5 .selector-box ul li.online-only-auctions {
              background-color: #05a2b3;
              opacity: 0.65; }
              .index .features .col-md-5 .selector-box ul li.online-only-auctions.active {
                opacity: 1;
                width: 90%;
                cursor: auto;
                font-weight: 400; }
                @media screen and (max-width: 449px) {
                  .index .features .col-md-5 .selector-box ul li.online-only-auctions.active {
                    width: 95%; } }
                @media screen and (max-width: 499px) {
                  .index .features .col-md-5 .selector-box ul li.online-only-auctions.active {
                    width: 100%; } }
                .index .features .col-md-5 .selector-box ul li.online-only-auctions.active:after {
                  left: 100%;
                  top: 50%;
                  border: solid transparent;
                  content: " ";
                  height: 0;
                  width: 0;
                  position: absolute;
                  pointer-events: none;
                  border-color: rgba(0, 54, 100, 0);
                  border-left-color: #05a2b3;
                  border-width: 5px;
                  margin-top: -5px; }
            .index .features .col-md-5 .selector-box ul li.rich-user-data {
              background-color: #24bbb3;
              opacity: 0.65; }
              .index .features .col-md-5 .selector-box ul li.rich-user-data.active {
                opacity: 1;
                width: 90%;
                cursor: auto;
                font-weight: 400; }
                @media screen and (max-width: 499px) {
                  .index .features .col-md-5 .selector-box ul li.rich-user-data.active {
                    width: 95%; } }
                @media screen and (max-width: 499px) {
                  .index .features .col-md-5 .selector-box ul li.rich-user-data.active {
                    width: 100%; } }
                .index .features .col-md-5 .selector-box ul li.rich-user-data.active:after {
                  left: 100%;
                  top: 50%;
                  border: solid transparent;
                  content: " ";
                  height: 0;
                  width: 0;
                  position: absolute;
                  pointer-events: none;
                  border-color: rgba(0, 54, 100, 0);
                  border-left-color: #24bbb3;
                  border-width: 5px;
                  margin-top: -5px; }
            .index .features .col-md-5 .selector-box ul li:hover {
              width: 90%; }
              @media screen and (max-width: 599px) {
                .index .features .col-md-5 .selector-box ul li:hover {
                  width: 100%; } }
    .index .features .col-md-7 {
      padding: 0 5%; }
      .index .features .col-md-7 .image-container {
        position: relative;
        margin-left: 50px;
        min-height: 500px; }
        @media screen and (max-width: 949px) {
          .index .features .col-md-7 .image-container {
            margin: 0 auto;
            width: 60%;
            min-height: 450px; } }
        @media screen and (max-width: 849px) {
          .index .features .col-md-7 .image-container {
            min-height: 400px; } }
        @media screen and (max-width: 699px) {
          .index .features .col-md-7 .image-container {
            min-height: 300px; } }
        @media screen and (max-width: 599px) {
          .index .features .col-md-7 .image-container {
            min-height: 220px; } }
        @media screen and (max-width: 499px) {
          .index .features .col-md-7 .image-container {
            width: 80%;
            min-height: 180px; } }
        .index .features .col-md-7 .image-container.imageset-1 .one {
          width: 115%;
          max-width: 115%;
          position: absolute;
          top: -10px;
          left: -25px; }
        .index .features .col-md-7 .image-container.imageset-1 .two {
          width: 100%;
          margin-left: 25px; }
          @media screen and (max-width: 799px) {
            .index .features .col-md-7 .image-container.imageset-1 .two {
              margin-left: 0; } }
        .index .features .col-md-7 .image-container.imageset-2 {
          display: none; }
          .index .features .col-md-7 .image-container.imageset-2 .one {
            position: absolute;
            width: 100%;
            z-index: -1; }
          .index .features .col-md-7 .image-container.imageset-2 .two {
            width: 70%;
            margin-left: 70px;
            z-index: 1;
            position: absolute;
            top: -50px; }
        .index .features .col-md-7 .image-container.imageset-3 {
          display: none; }
          .index .features .col-md-7 .image-container.imageset-3 img {
            border: 10px solid black; }
          .index .features .col-md-7 .image-container.imageset-3 .one {
            position: absolute;
            width: 20%;
            z-index: 3;
            border: 0;
            left: -25px; }
          .index .features .col-md-7 .image-container.imageset-3 .two {
            width: 40%;
            position: absolute;
            top: 45px;
            left: 0;
            z-index: 1; }
          .index .features .col-md-7 .image-container.imageset-3 .three {
            width: 50%;
            position: absolute;
            top: 0;
            left: 30%;
            z-index: 2; }
          .index .features .col-md-7 .image-container.imageset-3 .four {
            width: 40%;
            position: absolute;
            top: 45px;
            left: 70%;
            z-index: 1; }
  .index .information {
    display: none;
    background-color: #F2F2F2;
    height: auto;
    min-height: 0;
    padding: 5% 2%; }
    @media screen and (max-width: 599px) {
      .index .information {
        padding: 5% 4%; } }
    .index .information .row {
      margin: 0 auto;
      max-width: 980px; }
      .index .information .row #slider-left-arrow {
        left: 5%;
        position: absolute;
        top: 50%; }
      .index .information .row #slider-right-arrow {
        right: 5%;
        position: absolute;
        top: 50%; }
      .index .information .row .slick-slider-container .slider-container {
        padding: 0 10px; }
        .index .information .row .slick-slider-container .slider-container .slick-content {
          height: 320px; }
          @media screen and (max-width: 849px) {
            .index .information .row .slick-slider-container .slider-container .slick-content {
              height: 420px; } }
          @media screen and (max-width: 449px) {
            .index .information .row .slick-slider-container .slider-container .slick-content {
              height: 370px; } }
          .index .information .row .slick-slider-container .slider-container .slick-content img {
            position: relative;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            height: 115px;
            width: auto;
            padding-bottom: 15px; }
          .index .information .row .slick-slider-container .slider-container .slick-content .title {
            text-align: center;
            font-family: "proxima-nova", Arial, sans-serif;
            color: #376082;
            font-size: 21px; }
            @media screen and (max-width: 799px) {
              .index .information .row .slick-slider-container .slider-container .slick-content .title {
                min-height: 50px; } }
          .index .information .row .slick-slider-container .slider-container .slick-content .text {
            text-align: left;
            border: none;
            background-color: rgba(255, 255, 255, 0);
            background: transparent;
            text-align: left;
            font-family: "proxima-nova", Arial, sans-serif;
            color: #4d4d4d;
            font-size: 15px;
            padding: 0 25px;
            padding-bottom: 25px; }
          .index .information .row .slick-slider-container .slider-container .slick-content a {
            width: 100%;
            color: white;
            font-weight: 100;
            float: left;
            height: 40px;
            padding-top: 9px;
            font-size: 18px;
            font-family: "proxima-nova", Arial, sans-serif;
            text-align: center;
            margin: 0 auto;
            -webkit-transition: all 0.2s ease-in-out 0s;
            -moz-transition: all 0.2s ease-in-out 0s;
            -ms-transition: all 0.2s ease-in-out 0s;
            -o-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s; }
            .index .information .row .slick-slider-container .slider-container .slick-content a.light-teal {
              background-color: #24bbb3;
              border: 1px solid #24bbb3; }
              .index .information .row .slick-slider-container .slider-container .slick-content a.light-teal:hover {
                color: #24bbb3;
                background-color: #F2F2F2;
                text-decoration: none; }
            .index .information .row .slick-slider-container .slider-container .slick-content a.teal {
              background-color: #05a2b3;
              border: 1px solid #05a2b3; }
              .index .information .row .slick-slider-container .slider-container .slick-content a.teal:hover {
                color: #05a2b3;
                background-color: #F2F2F2;
                text-decoration: none; }
            .index .information .row .slick-slider-container .slider-container .slick-content a.dark-blue {
              background-color: #003664;
              border: 1px solid #003664; }
              .index .information .row .slick-slider-container .slider-container .slick-content a.dark-blue:hover {
                color: #003664;
                background-color: #F2F2F2;
                text-decoration: none; }
  .index .sign-up {
    display: none;
    height: auto;
    height: 90px;
    min-height: 0;
    background-color: #e9bb27;
    padding: 0; }
    @media screen and (max-width: 799px) {
      .index .sign-up {
        height: 140px; } }
    .index .sign-up .container {
      max-width: 980px;
      margin: 0 auto; }
      .index .sign-up .container .row {
        margin: 0; }
    .index .sign-up .col-md-4 {
      padding: 0;
      margin: 0;
      padding-top: 35px; }
      @media screen and (max-width: 799px) {
        .index .sign-up .col-md-4 {
          text-align: center;
          padding-top: 25px; } }
      .index .sign-up .col-md-4 .signup-text {
        color: #003664;
        font-size: 19.5px;
        font-weight: normal;
        font-family: "proxima-nova", Arial, sans-serif; }
    .index .sign-up .col-md-8 {
      position: relative; }
      .index .sign-up .col-md-8 form .input-text {
        background-color: rgba(255, 255, 255, 0);
        background: transparent;
        border: none;
        border-bottom: 1px solid #003664;
        color: #003664; }
        .index .sign-up .col-md-8 form .input-text::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #003664; }
        .index .sign-up .col-md-8 form .input-text:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #003664; }
        .index .sign-up .col-md-8 form .input-text::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #003664; }
        .index .sign-up .col-md-8 form .input-text:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #003664; }
      .index .sign-up .col-md-8 form .input-submit {
        position: absolute;
        right: 22px;
        top: 37px;
        width: 40px;
        height: auto;
        background-color: rgba(255, 255, 255, 0);
        background: transparent;
        border: none;
        color: #003664;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 20px;
        font-style: italic;
        padding: 0;
        margin: 0;
        font-weight: 600; }
        @media screen and (max-width: 799px) {
          .index .sign-up .col-md-8 form .input-submit {
            top: 6px;
            right: 50px; } }
  .index .three-versions {
    height: auto;
    padding: 75px 0;
    min-height: 440px;
    padding-bottom: 0px;
    border-bottom: 1px solid #003664; }
    @media screen and (max-width: 849px) {
      .index .three-versions {
        height: 750px; } }
    @media screen and (max-width: 449px) {
      .index .three-versions {
        height: 750px; } }
    .index .three-versions .container {
      margin: 0 auto;
      margin-left: 0;
      padding-left: 0; }
      .index .three-versions .container .row {
        margin: 0; }
    .index .three-versions .col-md-8 {
      width: 60%;
      margin-right: 5%;
      padding-left: 0; }
      @media screen and (max-width: 1219px) {
        .index .three-versions .col-md-8 {
          padding-left: 20px; } }
      @media screen and (max-width: 989px) {
        .index .three-versions .col-md-8 {
          width: 100%;
          margin-right: 0;
          padding: 0 25px;
          padding-bottom: 25px; } }
      .index .three-versions .col-md-8 .main-title {
        color: #003664;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 36px;
        padding-bottom: 15px;
        font-weight: 100; }
        .index .three-versions .col-md-8 .main-title strong {
          width: 100%; }
        @media screen and (max-width: 599px) {
          .index .three-versions .col-md-8 .main-title {
            font-size: 22px; } }
      .index .three-versions .col-md-8 .text {
        color: #4d4d4d;
        font-size: 18px;
        padding: 15px 0;
        border: 0;
        background-color: rgba(255, 255, 255, 0);
        background: transparent;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 100; }
        @media screen and (max-width: 599px) {
          .index .three-versions .col-md-8 .text {
            font-size: 14px; } }
      .index .three-versions .col-md-8 .bottom-text {
        font-size: 21px;
        color: #003664;
        font-family: "proxima-nova", Arial, sans-serif; }
    .index .three-versions .col-md-4 {
      padding: 0;
      margin: 0;
      position: relative; }
      @media screen and (max-width: 1219px) {
        .index .three-versions .col-md-4 {
          padding-right: 20px; } }
      @media screen and (max-width: 989px) {
        .index .three-versions .col-md-4 {
          text-align: center;
          min-height: 320px;
          padding-right: 0; } }
      .index .three-versions .col-md-4 .image-item {
        display: none; }
        .index .three-versions .col-md-4 .image-item#image-slider-item-1 {
          display: block; }
          @media screen and (max-width: 989px) {
            .index .three-versions .col-md-4 .image-item#image-slider-item-1 {
              text-align: center;
              width: 100%; } }
          .index .three-versions .col-md-4 .image-item#image-slider-item-1 img {
            width: 110%;
            position: relative;
            top: 0px;
            right: -25px;
            left: initial; }
            @media screen and (max-width: 989px) {
              .index .three-versions .col-md-4 .image-item#image-slider-item-1 img {
                width: 60%;
                padding: 0 10%;
                top: 0;
                right: inherit;
                left: inherit; } }
            @media screen and (max-width: 599px) {
              .index .three-versions .col-md-4 .image-item#image-slider-item-1 img {
                width: 90%; } }
        @media screen and (max-width: 989px) {
          .index .three-versions .col-md-4 .image-item#image-slider-item-2 {
            text-align: center;
            width: 100%; } }
        .index .three-versions .col-md-4 .image-item#image-slider-item-2 img {
          width: 140%;
          position: relative;
          top: 0px;
          right: 56px;
          max-width: 140%;
          left: initial; }
          @media screen and (max-width: 989px) {
            .index .three-versions .col-md-4 .image-item#image-slider-item-2 img {
              width: 60%;
              padding: 0 10%;
              top: 0;
              right: inherit;
              left: inherit; } }
          @media screen and (max-width: 599px) {
            .index .three-versions .col-md-4 .image-item#image-slider-item-2 img {
              width: 90%; } }
        @media screen and (max-width: 989px) {
          .index .three-versions .col-md-4 .image-item#image-slider-item-3 {
            text-align: center;
            width: 100%; } }
        .index .three-versions .col-md-4 .image-item#image-slider-item-3 img {
          width: 150%;
          position: relative;
          top: -5px;
          right: -3px;
          max-width: 150%;
          left: initial; }
          @media screen and (max-width: 989px) {
            .index .three-versions .col-md-4 .image-item#image-slider-item-3 img {
              width: 60%;
              padding: 0 10%;
              top: 0;
              right: inherit;
              left: inherit; } }
          @media screen and (max-width: 599px) {
            .index .three-versions .col-md-4 .image-item#image-slider-item-3 img {
              width: 90%; } }
        @media screen and (max-width: 989px) {
          .index .three-versions .col-md-4 .image-item#image-slider-item-4 {
            text-align: center;
            width: 100%; } }
        .index .three-versions .col-md-4 .image-item#image-slider-item-4 img {
          position: relative;
          right: -26px;
          top: -60px;
          width: 110%;
          max-width: 110%;
          left: initial; }
          @media screen and (max-width: 989px) {
            .index .three-versions .col-md-4 .image-item#image-slider-item-4 img {
              width: 60%;
              padding: 0 10%; } }
          @media screen and (max-width: 599px) {
            .index .three-versions .col-md-4 .image-item#image-slider-item-4 img {
              width: 90%; } }
      .index .three-versions .col-md-4 img {
        position: absolute;
        left: -30px;
        top: 30px;
        max-width: 140%; }
        @media screen and (max-width: 849px) {
          .index .three-versions .col-md-4 img {
            left: 12%;
            max-width: 100%; } }
        @media screen and (max-width: 449px) {
          .index .three-versions .col-md-4 img {
            left: 0;
            max-width: 100%; } }
      .index .three-versions .col-md-4 .hover-text {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        background-color: #f46800;
        font-size: 20px;
        color: white;
        font-family: "proxima-nova", Arial, sans-serif;
        padding: 5px 10px; }
        .index .three-versions .col-md-4 .hover-text:after {
          left: 100%;
          top: 50%;
          border: none;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(244, 104, 0, 0);
          border-left-color: #f46800;
          border-width: 10px;
          margin-top: -10px; }
  .index .version-list {
    height: auto;
    height: auto;
    min-height: 0;
    padding: 0;
    background-color: white; }
    .index .version-list .container {
      width: 100%;
      padding: 0;
      margin: 0; }
    .index .version-list .row .am-item {
      padding: 50px 25px;
      min-height: 500px;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 449px) {
        .index .version-list .row .am-item {
          padding: 45px 25px; } }
      .index .version-list .row .am-item img {
        height: 70px;
        width: auto;
        text-align: center;
        padding-bottom: 25px; }
      .index .version-list .row .am-item .title {
        font-size: 28px;
        color: white;
        font-family: "proxima-nova", Arial, sans-serif;
        text-align: center;
        padding-bottom: 15px; }
      .index .version-list .row .am-item .text {
        border: 0;
        background-color: rgba(255, 255, 255, 0);
        background: transparent;
        font-size: 15px;
        color: white;
        font-family: "proxima-nova", Arial, sans-serif;
        text-align: left;
        width: 340px;
        margin: 0 auto; }
        .index .version-list .row .am-item .text.para-one {
          padding-bottom: 15px; }
      .index .version-list .row .am-item .item-list {
        width: 330px;
        margin: 0 auto; }
        .index .version-list .row .am-item .item-list .item {
          position: relative;
          color: white; }
          .index .version-list .row .am-item .item-list .item .item-text {
            position: absolute;
            left: 12px;
            top: 4px;
            font-size: 15px;
            color: white; }
      .index .version-list .row .am-item .view-features {
        font-size: 18px;
        color: white;
        font-family: "proxima-nova", Arial, sans-serif;
        text-align: center;
        position: absolute;
        bottom: 55px;
        width: 300px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        font-weight: 100; }
      .index .version-list .row .am-item.am-lite {
        background-color: #24bbb3; }
      .index .version-list .row .am-item.am-classic {
        background-color: #05a2b3; }
      .index .version-list .row .am-item.am-bespoke {
        background-color: #003664; }
  .index .who-uses {
    height: auto;
    height: auto;
    min-height: 0;
    padding: 0;
    background-color: white; }
    .index .who-uses .container {
      width: 100%;
      padding: 75px 0;
      margin: 0;
      /*	#vertical-slider-icon-up {
      		width: 15px;
      		cursor: pointer;
      		left: 35%;
      		top: -10px;
      		position: relative;
      	}
      	#vertical-slider-icon-down {
      		width: 15px;
      		cursor: pointer;
      		left: 35%;
      		position: relative;
      	}
      	.vertical-slider {
      		.slick-list {
      			height: 230px !important;
      		}
      		@include media-query(max, 2600px) {
      			padding-left: 10%;
      		}
      		@include media-query(max, 1920px) {
      			padding-left: 12%;
      		}
      		@include media-query(max, 1200px) {
      			padding-left: 7%;
      		}
      		@include media-query(max, 1000px) {
      			padding-left: 41%;
      		}
      		margin-top: -25px;
      		.slick-slider-container {
      			.slick-prev.slick-arrow {
      				left: 32%;
      				@include prefix(transform, translateX(-50%));
      				bottom: -30px;
      			}
      			.slick-next.slick-arrow {
      				left: 32%;
      				@include prefix(transform, translateX(-50%));
      				top: -30px;
      			}
      			.slick-track {
      				.slider-container {
      					img {
      						// padding: 20px 15px;
      						// padding-top: 20px;
      						// padding-bottom: 15px;
      						width: 200px;
      					}
      				}
      			}
      		}
      		@include media-query(max, 2000px) {
      			#vertical-slider-icon-up {
      				left: 40%;
      			}
      			#vertical-slider-icon-down {
      				left: 40%;
      			}
      		}
      		@include media-query(max, 1700px) {
      			#vertical-slider-icon-up {
      				left: 40%;
      			}
      			#vertical-slider-icon-down {
      				left: 40%;
      			}
      		}
      		@include media-query(max, 1400px) {
      			#vertical-slider-icon-up {
      				left: 40%;
      			}
      			#vertical-slider-icon-down {
      				left: 40%;
      			}
      		}
      		@include media-query(max, 1100px) {
      			padding-left: 39%;
      			#vertical-slider-icon-up {
      				left: 17%;
      			}
      			#vertical-slider-icon-down {
      				left: 17%;
      			}
      		}
      		@include media-query(max, 450px) {
      			padding-left: 28%;
      			#vertical-slider-icon-up {
      				left: 30%;
      			}
      			#vertical-slider-icon-down {
      				left: 30%;
      			}
      		}
      	}
      }*/ }
      @media screen and (max-width: 999px) {
        .index .who-uses .container {
          padding-top: 0; } }
      .index .who-uses .container .content-left {
        background-color: #376082;
        height: 345px; }
        @media screen and (max-width: 449px) {
          .index .who-uses .container .content-left {
            height: 290px; } }
        .index .who-uses .container .content-left .row {
          padding-top: 40px;
          padding-left: 60px; }
        .index .who-uses .container .content-left .slick-prev.slick-arrow {
          left: 24px;
          top: 175px; }
          @media screen and (max-width: 449px) {
            .index .who-uses .container .content-left .slick-prev.slick-arrow {
              top: 140px; } }
        .index .who-uses .container .content-left .slick-next.slick-arrow {
          right: 18px;
          top: 175px; }
          @media screen and (max-width: 449px) {
            .index .who-uses .container .content-left .slick-next.slick-arrow {
              top: 140px; } }
      .index .who-uses .container .content-right {
        background-color: white;
        padding-left: 5%; }
        .index .who-uses .container .content-right .content-slider {
          padding-right: 8px; }
          .index .who-uses .container .content-right .content-slider .title {
            text-align: left;
            color: #003664;
            font-family: "proxima-nova", Arial, sans-serif;
            font-size: 40px;
            font-weight: 100;
            padding-bottom: 20px; }
            @media screen and (max-width: 999px) {
              .index .who-uses .container .content-right .content-slider .title {
                text-align: center;
                padding-top: 20px; } }
            @media screen and (max-width: 599px) {
              .index .who-uses .container .content-right .content-slider .title {
                font-size: 32px; } }
          .index .who-uses .container .content-right .content-slider .text {
            color: #4d4d4d;
            font-family: "proxima-nova", Arial, sans-serif;
            font-size: 18px;
            font-weight: 100;
            border: none; }
            .index .who-uses .container .content-right .content-slider .text.para-one {
              padding-bottom: 20px; }
            @media screen and (max-width: 999px) {
              .index .who-uses .container .content-right .content-slider .text {
                padding: 0 15%; } }
            @media screen and (max-width: 599px) {
              .index .who-uses .container .content-right .content-slider .text {
                font-size: 14px; } }
            @media screen and (max-width: 449px) {
              .index .who-uses .container .content-right .content-slider .text {
                text-align: left;
                padding: 0 10px; } }
  .index .help-buttons {
    height: auto;
    height: auto;
    min-height: 0;
    padding: 0;
    background-color: white; }
    .index .help-buttons .container {
      width: 100%;
      padding: 75px 0;
      padding-top: 20px;
      margin: 0; }
      .index .help-buttons .container .row {
        max-width: 980px;
        margin: 0 auto; }
        .index .help-buttons .container .row .col-md-4 {
          text-align: center;
          padding: 10px; }
          @media screen and (max-width: 999px) {
            .index .help-buttons .container .row .col-md-4 {
              padding-top: 20px; } }
          .index .help-buttons .container .row .col-md-4 > a {
            padding: 7px 48px;
            font-size: 20px;
            color: white;
            font-weight: 100;
            font-family: "proxima-nova", Arial, sans-serif;
            width: 90%;
            -webkit-transition: all 0.2s ease-in-out 0s;
            -moz-transition: all 0.2s ease-in-out 0s;
            -ms-transition: all 0.2s ease-in-out 0s;
            -o-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s; }
            .index .help-buttons .container .row .col-md-4 > a:hover {
              background-color: white;
              text-decoration: none; }
            .index .help-buttons .container .row .col-md-4 > a.help-git {
              background-color: #24bbb3;
              border: 1px solid #24bbb3;
              float: right;
              margin-top: -8px;
              margin-right: -30px; }
              .index .help-buttons .container .row .col-md-4 > a.help-git:hover {
                color: #24bbb3;
                background-color: white; }
            .index .help-buttons .container .row .col-md-4 > a.help-aad {
              background-color: #05a2b3;
              border: 1px solid #05a2b3; }
              .index .help-buttons .container .row .col-md-4 > a.help-aad:hover {
                color: #05a2b3;
                background-color: white; }
            .index .help-buttons .container .row .col-md-4 > a.help-db {
              background-color: #003664;
              border: 1px solid #003664;
              margin-left: -30px;
              margin-top: -8px;
              float: left; }
              .index .help-buttons .container .row .col-md-4 > a.help-db:hover {
                color: #003664;
                background-color: white; }
            @media screen and (max-width: 999px) {
              .index .help-buttons .container .row .col-md-4 > a.help-db, .index .help-buttons .container .row .col-md-4 > a.help-aad, .index .help-buttons .container .row .col-md-4 > a.help-git {
                float: none;
                margin-right: 0;
                margin-top: 10px;
                margin-left: 0; }
              .index .help-buttons .container .row .col-md-4 > a.help-git {
                padding: 7px 200px; }
              .index .help-buttons .container .row .col-md-4 > a.help-aad {
                padding: 7px 181px; }
              .index .help-buttons .container .row .col-md-4 > a.help-db {
                padding: 7px 168px; } }
  .index .end-buttons-container {
    width: 100%;
    margin: 60px 0;
    margin: 60px auto;
    max-width: 980px;
    padding-bottom: 50px;
    margin-top: 0;
    padding-top: 0; }
    .index .end-buttons-container .end-button {
      float: left;
      width: 33.3%; }
      @media (max-width: 550px) {
        .index .end-buttons-container .end-button {
          width: 100%;
          margin: 10px 0; } }
      .index .end-buttons-container .end-button .button {
        color: #FFFFFF;
        font-weight: 200;
        padding: 10px 0;
        border: 1px solid;
        border-radius: 0;
        display: block;
        margin: 0 auto;
        width: 95%;
        height: 42px; }
        .index .end-buttons-container .end-button .button.arrange {
          background-color: #f46800;
          border-color: #f46800; }
          .index .end-buttons-container .end-button .button.arrange:hover {
            background-color: transparent;
            color: #f46800; }
        .index .end-buttons-container .end-button .button.view {
          background-color: #05a2b3;
          border-color: #05a2b3; }
          .index .end-buttons-container .end-button .button.view:hover {
            background-color: transparent;
            color: #05a2b3; }
        .index .end-buttons-container .end-button .button.case {
          background-color: #003664;
          border-color: #003664; }
          .index .end-buttons-container .end-button .button.case:hover {
            background-color: transparent;
            color: #003664; }

/* ====== INTEGRATIONS ====== */
/* ======
INTEGRATIONS
	- Bootstrap Override
	- General
	- Header
	- Gap
	- Flat
	- Nav
====== */
.integrations {
  /*================================================================================
  $ BOOTSTRAP OVERRIDE
  ================================================================================*/
  /*================================================================================
  $ GENERAL
  ================================================================================*/
  /*================================================================================
  $ BANNER
  ================================================================================*/
  /*================================================================================
  $ FIRST CONTENT BLOCK
  ================================================================================*/
  /*================================================================================
  $ SOFTWARE IMAGES
  ================================================================================*/
  /*================================================================================
  $ EXTENSIVE DEVELOPER TEAM
  ================================================================================*/
  /*================================================================================
  $ DOWNLOAD BROCHURE
  ================================================================================*/
  /*================================================================================
  $ HELP BUTTONS
  ================================================================================*/
  /*================================================================================
  $ END PAGE BUTTONS
  ================================================================================*/ }
  .integrations .content-section {
    max-width: 960px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin: 0 auto; }
    .integrations .content-section .container {
      width: 100%; }
  .integrations .title-content h1, .integrations .title-content img {
    display: inline-block; }
  .integrations .title-content .image-content {
    float: left;
    width: auto; }
    @media screen and (max-width: 899px) {
      .integrations .title-content .image-content {
        width: 30%; } }
    @media screen and (max-width: 599px) {
      .integrations .title-content .image-content {
        margin-bottom: 30px;
        text-align: center;
        width: 100%; } }
  .integrations .title-content .title-text {
    float: left;
    padding-left: 5%;
    width: auto; }
    @media screen and (max-width: 899px) {
      .integrations .title-content .title-text {
        padding: 0;
        width: 70%; } }
    @media screen and (max-width: 599px) {
      .integrations .title-content .title-text {
        text-align: center;
        width: 100%; } }
    .integrations .title-content .title-text h1 {
      text-align: left; }
      @media screen and (max-width: 599px) {
        .integrations .title-content .title-text h1 {
          text-align: center; } }
  @media screen and (max-width: 899px) {
    .integrations .title-content .line {
      display: none; } }
  .integrations .content-row {
    margin-top: 3%; }
  .integrations .auction-content {
    margin-top: 3%; }
  .integrations .text-content {
    max-width: 800px; }
  .integrations .disclaimer-text {
    margin-top: 5%; }
    .integrations .disclaimer-text p {
      color: #4d4d4d;
      font-size: 10px;
      font-weight: 100; }
  .integrations .italics {
    font-style: italic; }
  .integrations .bold {
    font-weight: bold; }
  .integrations .main-body {
    padding-top: 0; }
  .integrations .content-section {
    min-height: auto; }
  .integrations .introducing.one {
    height: auto;
    min-height: 0;
    padding: 0;
    padding-top: 50px;
    background-image: url("../images/pages/integrations/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    overflow: initial; }
    @media screen and (max-width: 599px) {
      .integrations .introducing.one {
        margin-top: 50px; } }
    .integrations .introducing.one .row {
      margin: 0; }
      .integrations .introducing.one .row .col-md-12 {
        max-width: 960px;
        margin: 0 auto;
        float: none; }
    @media screen and (max-width: 599px) {
      .integrations .introducing.one {
        min-height: 0;
        height: auto; } }
    @media (min-width: 860px) {
      .integrations .introducing.one .container .container {
        width: 1000px; } }
    .integrations .introducing.one .content {
      padding-top: 50px; }
      @media screen and (max-width: 799px) {
        .integrations .introducing.one .content {
          padding-top: 15px; } }
      @media screen and (max-width: 639px) {
        .integrations .introducing.one .content {
          text-align: center; } }
      .integrations .introducing.one .content img {
        width: 100px; }
      .integrations .introducing.one .content .intro-text {
        padding-top: 35px;
        width: 100%;
        float: left;
        clear: both;
        font-style: italic;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 31px;
        color: white;
        font-weight: 100; }
        @media screen and (max-width: 639px) {
          .integrations .introducing.one .content .intro-text {
            padding-top: 5px; } }
      .integrations .introducing.one .content .title {
        width: 100%;
        float: left;
        clear: both;
        text-align: left;
        font-size: 48px;
        font-family: "proxima-nova", Arial, sans-serif;
        color: white;
        padding-top: 50px;
        text-align: left;
        text-transform: capitalize;
        font-weight: 100; }
        .integrations .introducing.one .content .title span {
          font-weight: 100; }
        @media screen and (max-width: 849px) {
          .integrations .introducing.one .content .title {
            font-size: 32px; } }
        @media screen and (max-width: 599px) {
          .integrations .introducing.one .content .title {
            text-align: center; } }
        @media screen and (max-width: 449px) {
          .integrations .introducing.one .content .title {
            font-size: 24px; } }
      .integrations .introducing.one .content .main-text {
        width: 100%;
        float: left;
        clear: both;
        text-align: left;
        font-size: 20px;
        font-family: "proxima-nova", Arial, sans-serif;
        color: white;
        padding-top: 25px;
        font-weight: 100; }
        @media screen and (max-width: 989px) {
          .integrations .introducing.one .content .main-text {
            padding-right: 45%; } }
        @media screen and (max-width: 639px) {
          .integrations .introducing.one .content .main-text {
            padding-right: 0;
            text-align: center; } }
      .integrations .introducing.one .content .get-in-touch-btn {
        color: white;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 20px;
        float: left;
        margin-top: 15px;
        padding: 8px 25px;
        border: 1px solid white;
        background-color: rgba(255, 255, 255, 0);
        background: transparent;
        margin-right: 50%;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .integrations .introducing.one .content .get-in-touch-btn:hover {
          color: #003664;
          background-color: white; }
        @media screen and (max-width: 639px) {
          .integrations .introducing.one .content .get-in-touch-btn {
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            margin-left: 50%;
            margin-top: 20px;
            margin-bottom: 20px;
            margin-right: 0; } }
      .integrations .introducing.one .content .speak-to-the-team {
        color: white;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 15px;
        float: left;
        position: absolute;
        background-color: #f46800;
        bottom: -78px;
        left: 15px;
        padding: 10px 95px;
        z-index: 2;
        text-align: left;
        padding-left: 15px;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        border: 1px solid #f46800; }
        .integrations .introducing.one .content .speak-to-the-team:after {
          content: '+';
          position: absolute;
          right: 15px;
          font-size: 20px;
          top: 8px; }
        .integrations .introducing.one .content .speak-to-the-team:hover {
          background-color: rgba(255, 255, 255, 0);
          background: white;
          color: #f46800; }
        @media screen and (max-width: 799px) {
          .integrations .introducing.one .content .speak-to-the-team {
            display: none; } }
  .integrations .first-content-block {
    padding-bottom: 0;
    padding-top: 50px; }
    @media screen and (max-width: 959px) {
      .integrations .first-content-block {
        padding: 0 20px;
        padding-top: 45px;
        padding-bottom: 0; } }
    .integrations .first-content-block .page-heading {
      width: 100%;
      margin-bottom: 35px; }
      .integrations .first-content-block .page-heading .page-title {
        width: 100%;
        font-size: 24px;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: bold;
        color: #1A4C80;
        max-width: 960px;
        width: 100%;
        margin: 0 auto;
        color: #4F4E4E;
        font-weight: 400;
        font-size: 20px;
        font-family: "proxima-nova", Arial, sans-serif;
        text-align: center;
        padding: 40px 5%;
        -webkit-font-smoothing: auto; }
    .integrations .first-content-block .page-body-one, .integrations .first-content-block .page-body-two {
      margin-bottom: 30px; }
      .integrations .first-content-block .page-body-one .text-block, .integrations .first-content-block .page-body-two .text-block {
        width: 100%;
        color: #4E4E4E;
        font-size: 16px;
        font-weight: 100;
        font-family: "proxima-nova", Arial, sans-serif; }
  .integrations .software-images {
    padding-top: 0;
    padding-bottom: 60px; }
    @media screen and (max-width: 959px) {
      .integrations .software-images {
        padding: 30px 20px;
        padding-bottom: 45px; } }
    .integrations .software-images .text-container {
      margin-bottom: 40px; }
      .integrations .software-images .text-container .title {
        color: #193860;
        font-size: 16px;
        font-weight: bold;
        font-family: "proxima-nova", Arial, sans-serif; }
    .integrations .software-images .images-container {
      width: 20%;
      float: left;
      height: auto;
      min-height: 150px;
      position: relative; }
      .integrations .software-images .images-container .image-content {
        position: relative;
        height: 150px; }
        .integrations .software-images .images-container .image-content img {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
          @media screen and (max-width: 849px) {
            .integrations .software-images .images-container .image-content img {
              width: 65%; } }
      .integrations .software-images .images-container .image-text {
        position: absolute;
        bottom: -35px;
        height: 30px;
        text-align: center;
        width: 100%; }
        .integrations .software-images .images-container .image-text p.text {
          border: none;
          padding: 0;
          margin: 0;
          background-color: transparent;
          color: #4E4E4E;
          font-size: 12px;
          font-family: "proxima-nova", Arial, sans-serif;
          font-weight: 400; }
      .integrations .software-images .images-container.ic-1 {
        background-color: #34B6B0; }
        @media screen and (max-width: 849px) {
          .integrations .software-images .images-container.ic-1 {
            width: 33.3333%;
            margin-bottom: 40px; } }
        @media screen and (max-width: 549px) {
          .integrations .software-images .images-container.ic-1 {
            width: 50%; } }
      .integrations .software-images .images-container.ic-2 {
        background-color: #00A2B3; }
        @media screen and (max-width: 849px) {
          .integrations .software-images .images-container.ic-2 {
            width: 33.3333%;
            margin-bottom: 40px; } }
        @media screen and (max-width: 549px) {
          .integrations .software-images .images-container.ic-2 {
            width: 50%; } }
      .integrations .software-images .images-container.ic-3 {
        background-color: #00667C; }
        @media screen and (max-width: 849px) {
          .integrations .software-images .images-container.ic-3 {
            width: 33.3333%;
            margin-bottom: 40px; } }
        @media screen and (max-width: 549px) {
          .integrations .software-images .images-container.ic-3 {
            width: 50%; } }
      .integrations .software-images .images-container.ic-4 {
        background-color: #193860; }
        @media screen and (max-width: 849px) {
          .integrations .software-images .images-container.ic-4 {
            width: 33.3333%;
            margin-left: 17%; } }
        @media screen and (max-width: 549px) {
          .integrations .software-images .images-container.ic-4 {
            margin-left: 0;
            width: 50%;
            margin-bottom: 40px; } }
      .integrations .software-images .images-container.ic-5 {
        background-color: #386183; }
        @media screen and (max-width: 849px) {
          .integrations .software-images .images-container.ic-5 {
            width: 33.3333%; } }
        @media screen and (max-width: 549px) {
          .integrations .software-images .images-container.ic-5 {
            margin-left: 25%;
            width: 50%; } }
  .integrations .extensive-developer {
    margin-bottom: 50px;
    background-color: #F1F1F1;
    max-width: none;
    width: 100%;
    padding: 30px 0;
    padding-bottom: 45px; }
    @media screen and (max-width: 959px) {
      .integrations .extensive-developer {
        padding: 30px 20px;
        padding-bottom: 45px; } }
    .integrations .extensive-developer .container {
      max-width: 960px;
      margin: 0 auto; }
    .integrations .extensive-developer .content-container p {
      width: 100%;
      margin-bottom: 35px;
      color: #4E4E4E;
      font-size: 16px;
      font-weight: 100;
      font-family: "proxima-nova", Arial, sans-serif; }
      .integrations .extensive-developer .content-container p.text-three strong {
        color: #193860;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: bold;
        font-size: 16px; }
    .integrations .extensive-developer .content-container a.get-in-touch-btn {
      color: white;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 20px;
      margin-top: 15px;
      padding: 8px 25px;
      border: 1px solid #34B6B0;
      background-color: #34B6B0;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .integrations .extensive-developer .content-container a.get-in-touch-btn:hover {
        color: #34B6B0;
        background-color: transparent; }
  .integrations .download-brochure {
    border-bottom: 1px solid #386183;
    padding-bottom: 40px; }
    @media screen and (max-width: 959px) {
      .integrations .download-brochure {
        padding: 0 20px;
        padding-bottom: 40px; } }
    .integrations .download-brochure .big-button {
      width: 100%;
      margin-bottom: 30px; }
      .integrations .download-brochure .big-button a {
        display: block;
        text-align: center;
        width: 100%;
        color: white;
        background-color: #1A4C80;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 20px;
        font-weight: 100;
        padding: 15px 0;
        border: 1px solid #1A4C80;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .integrations .download-brochure .big-button a strong {
          font-weight: bold; }
        .integrations .download-brochure .big-button a:hover {
          background-color: transparent;
          color: #1A4C80;
          text-decoration: none; }
    .integrations .download-brochure .text-block {
      text-align: center;
      padding: 0 12%; }
      .integrations .download-brochure .text-block .text {
        color: #1A4C80;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 18px;
        border: none;
        font-weight: 100;
        text-align: center;
        background-color: transparent; }
  .integrations .help-buttons {
    height: auto;
    height: auto;
    min-height: 0;
    padding: 0;
    background-color: white; }
    .integrations .help-buttons .container {
      width: 100%;
      padding: 75px 0;
      margin: 0; }
      .integrations .help-buttons .container .row {
        max-width: 980px;
        margin: 0 auto; }
        .integrations .help-buttons .container .row .col-md-4 {
          text-align: center;
          padding: 10px; }
          @media screen and (max-width: 799px) {
            .integrations .help-buttons .container .row .col-md-4 {
              padding-top: 20px; } }
          .integrations .help-buttons .container .row .col-md-4 > a {
            padding: 7px 48px;
            font-size: 20px;
            color: white;
            font-family: "proxima-nova", Arial, sans-serif;
            width: 90%;
            font-weight: 100;
            -webkit-transition: all 0.2s ease-in-out 0s;
            -moz-transition: all 0.2s ease-in-out 0s;
            -ms-transition: all 0.2s ease-in-out 0s;
            -o-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s; }
            .integrations .help-buttons .container .row .col-md-4 > a:hover {
              background-color: white;
              text-decoration: none; }
            .integrations .help-buttons .container .row .col-md-4 > a.help-git {
              background-color: #f46800;
              border: 1px solid #f46800;
              float: right;
              margin-top: -8px;
              margin-right: -30px; }
              .integrations .help-buttons .container .row .col-md-4 > a.help-git:hover {
                color: #f46800;
                background-color: white; }
            .integrations .help-buttons .container .row .col-md-4 > a.help-aad {
              background-color: #05a2b3;
              border: 1px solid #05a2b3; }
              .integrations .help-buttons .container .row .col-md-4 > a.help-aad:hover {
                color: #05a2b3;
                background-color: white; }
            .integrations .help-buttons .container .row .col-md-4 > a.help-db {
              background-color: #003664;
              border: 1px solid #003664;
              margin-left: -30px;
              margin-top: -8px;
              float: left; }
              .integrations .help-buttons .container .row .col-md-4 > a.help-db:hover {
                color: #003664;
                background-color: white; }
            @media screen and (max-width: 799px) {
              .integrations .help-buttons .container .row .col-md-4 > a.help-db, .integrations .help-buttons .container .row .col-md-4 > a.help-aad, .integrations .help-buttons .container .row .col-md-4 > a.help-git {
                float: none;
                margin-right: 0;
                margin-top: 10px;
                margin-left: 0; }
              .integrations .help-buttons .container .row .col-md-4 > a.help-git {
                padding: 7px 20%; }
              .integrations .help-buttons .container .row .col-md-4 > a.help-aad {
                padding: 7px 17.5%; }
              .integrations .help-buttons .container .row .col-md-4 > a.help-db {
                padding: 7px 15.5%; } }
            @media screen and (max-width: 989px) {
              .integrations .help-buttons .container .row .col-md-4 > a.help-git, .integrations .help-buttons .container .row .col-md-4 > a.help-aad, .integrations .help-buttons .container .row .col-md-4 > a.help-db {
                float: left;
                text-align: center;
                width: 50%;
                padding: 7px 20px;
                clear: both;
                margin: 0;
                margin-left: 50%;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                margin-top: 15px; } }
            @media screen and (max-width: 449px) {
              .integrations .help-buttons .container .row .col-md-4 > a.help-git, .integrations .help-buttons .container .row .col-md-4 > a.help-aad, .integrations .help-buttons .container .row .col-md-4 > a.help-db {
                width: 90%; } }
  .integrations .end-buttons-container {
    width: 100%;
    margin: 60px 0;
    margin: 60px auto;
    max-width: 980px;
    padding-bottom: 60px; }
    .integrations .end-buttons-container .end-button {
      float: left;
      width: 33.3%; }
      @media (max-width: 550px) {
        .integrations .end-buttons-container .end-button {
          width: 100%;
          margin: 10px 0; } }
      .integrations .end-buttons-container .end-button .button {
        color: #FFFFFF;
        font-weight: 200;
        padding: 10px 0;
        border: 1px solid;
        border-radius: 0;
        display: block;
        margin: 0 auto;
        width: 95%;
        height: 42px; }
        .integrations .end-buttons-container .end-button .button.arrange {
          background-color: #f46800;
          border-color: #f46800; }
          .integrations .end-buttons-container .end-button .button.arrange:hover {
            background-color: transparent;
            color: #f46800; }
        .integrations .end-buttons-container .end-button .button.view {
          background-color: #05a2b3;
          border-color: #05a2b3; }
          .integrations .end-buttons-container .end-button .button.view:hover {
            background-color: transparent;
            color: #05a2b3; }
        .integrations .end-buttons-container .end-button .button.case {
          background-color: #003664;
          border-color: #003664; }
          .integrations .end-buttons-container .end-button .button.case:hover {
            background-color: transparent;
            color: #003664; }

/* ====== PRODUCT ====== */
/* ======
PRODUCT
	- Bootstrap Override
	- General
	- Header
	- Speak-with-our
	- Comprehensive Reporting
	- Dynamic Email Marketing
	- Benefits
====== */
body.product {
  /*================================================================================
  $ BOOTSTRAP OVERRIDE
  ================================================================================*/
  /*================================================================================
  $ GENERAL
  ================================================================================*/
  /*================================================================================
  $ HEADER
  ================================================================================*/
  /*========================================================================
  $ RESPONSIVE SITE
  =========================================================================*/
  /*========================================================================
  $ ONLINE BIDDING SOFTWARE
  =========================================================================*/
  /*========================================================================
  $ TIMED AUCTION SOFTWARE
  =========================================================================*/
  /*========================================================================
  $ MEDIA MANAGEMENT
  =========================================================================*/
  /*========================================================================
  $ TARGETED EMAIL MARKETING
  =========================================================================*/
  /*========================================================================
  $ OWN YOUR DATA
  =========================================================================*/
  /*========================================================================
  $ WHY INVEST
  =========================================================================*/
  /*========================================================================
  $ LEADING BACK OFFICE
  =========================================================================*/
  /*========================================================================
  $ BUTTONS BOTTOM
  =========================================================================*/ }
  body.product img {
    max-width: none; }
    @media screen and (max-width: 899px) {
      body.product img {
        max-width: 100%;
        left: initial !important;
        right: initial !important;
        top: initial !important;
        bottom: initial !important;
        position: initial !important; } }
  body.product .link-content {
    text-align: center; }
    body.product .link-content p {
      color: #003664;
      font-weight: 500; }
  body.product h3 {
    color: #4d4d4d;
    font-size: 30px;
    font-weight: 300; }
  body.product .product .main-body {
    padding: 0;
    margin-top: 25px;
    margin-top: 75px; }
  body.product .body {
    padding-right: 0;
    overflow-x: hidden;
    width: 100%; }
  body.product .product {
    overflow: hidden; }
  body.product .content-section {
    max-width: 960px;
    margin: 0 auto;
    padding: 50px 0; }
    @media screen and (max-width: 959px) {
      body.product .content-section {
        padding: 25px; } }
    @media screen and (max-width: 699px) {
      body.product .content-section .content-left, body.product .content-section .content-right {
        width: 100% !important;
        text-align: center; }
        body.product .content-section .content-left .cl-container, body.product .content-section .content-left .cr-container, body.product .content-section .content-right .cl-container, body.product .content-section .content-right .cr-container {
          text-align: center; } }
  body.product .container {
    max-width: none;
    width: 100%;
    min-width: 1px; }
  body.product .introduction {
    height: auto;
    min-height: 0;
    padding: 0;
    padding-top: 50px;
    background: url("../images/pages/product/product-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    overflow: hidden;
    max-width: none !important; }
    body.product .introduction .row {
      max-width: 960px;
      margin: 0 auto; }
    body.product .introduction .title-text {
      margin-top: 75px; }
      body.product .introduction .title-text h1 {
        font-family: "proxima-nova", Arial, sans-serif;
        color: white;
        font-size: 48px;
        font-weight: 100;
        text-align: left;
        text-transform: capitalize; }
        body.product .introduction .title-text h1 strong {
          font-weight: bold; }
        @media screen and (max-width: 599px) {
          body.product .introduction .title-text h1 {
            font-size: 32px;
            text-align: center;
            padding-top: 50px; } }
      body.product .introduction .title-text p {
        font-family: "proxima-nova", Arial, sans-serif;
        color: white;
        font-weight: 400;
        font-size: 15px;
        text-align: left; }
        @media screen and (max-width: 599px) {
          body.product .introduction .title-text p {
            display: none; } }
      body.product .introduction .title-text .header-btn {
        margin-top: 25px; }
        body.product .introduction .title-text .header-btn a {
          color: white;
          font-family: "proxima-nova", Arial, sans-serif;
          font-size: 20px;
          padding: 8px 25px;
          border: 1px solid white;
          background-color: transparent;
          text-decoration: none;
          -webkit-transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
          body.product .introduction .title-text .header-btn a:hover {
            color: #4E4E4E;
            background-color: white; }
          @media screen and (max-width: 599px) {
            body.product .introduction .title-text .header-btn a {
              position: relative;
              left: 25%;
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              transform: translateX(-50%); } }
        @media screen and (max-width: 599px) {
          body.product .introduction .title-text .header-btn {
            width: 100%; } }
  body.product .responsive-site {
    padding: 50px 0;
    padding-bottom: 25px; }
    @media screen and (max-width: 959px) {
      body.product .responsive-site {
        padding: 25px; } }
    body.product .responsive-site .content-left {
      float: left;
      width: 60%;
      padding-top: 25px; }
      body.product .responsive-site .content-left .cl-container .title {
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 400;
        font-size: 22px;
        color: #00A2B3; }
      body.product .responsive-site .content-left .cl-container .para-text {
        color: #4E4E4E;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 100;
        font-size: 15px;
        padding-bottom: 15px; }
      body.product .responsive-site .content-left .cl-container a {
        margin-top: 20px;
        border: 1px solid #386183;
        padding: 10px 0px;
        text-align: left;
        display: block;
        width: 60%;
        background-color: #386183;
        float: left;
        padding-left: 10px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        position: relative;
        text-decoration: none; }
        @media screen and (max-width: 769px) {
          body.product .responsive-site .content-left .cl-container a {
            width: 67%; } }
        body.product .responsive-site .content-left .cl-container a:after {
          -webkit-transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 10px;
          content: '+';
          color: white;
          font-size: 18px;
          font-weight: bold; }
        body.product .responsive-site .content-left .cl-container a span {
          -webkit-transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s;
          font-size: 18px;
          font-family: "proxima-nova", Arial, sans-serif;
          color: white;
          text-align: left;
          text-decoration: none; }
        body.product .responsive-site .content-left .cl-container a:hover {
          background-color: transparent;
          text-decoration: none; }
          body.product .responsive-site .content-left .cl-container a:hover span, body.product .responsive-site .content-left .cl-container a:hover:after {
            text-decoration: none;
            color: #386183; }
        @media screen and (max-width: 599px) {
          body.product .responsive-site .content-left .cl-container a {
            width: 100%; } }
    body.product .responsive-site .content-right {
      float: left;
      width: 40%; }
      body.product .responsive-site .content-right .cr-container .animation-container svg {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media screen and (max-width: 799px) {
          body.product .responsive-site .content-right .cr-container .animation-container svg {
            left: 51%; } }
        @media screen and (max-width: 449px) {
          body.product .responsive-site .content-right .cr-container .animation-container svg {
            left: 35%; } }
      body.product .responsive-site .content-right .cr-container .text-block {
        text-align: center; }
        body.product .responsive-site .content-right .cr-container .text-block .text {
          font-family: "proxima-nova", Arial, sans-serif;
          font-size: 20px;
          color: #386183;
          font-weight: 400;
          border: 0;
          background-color: transparent; }
  body.product .online-bidding-software {
    border-bottom: 1px solid #386183;
    padding: 50px 0;
    padding-bottom: 25px; }
    @media screen and (max-width: 959px) {
      body.product .online-bidding-software {
        padding: 25px; } }
    body.product .online-bidding-software .heading-holder {
      width: 100%;
      text-align: left;
      margin-bottom: 50px; }
      body.product .online-bidding-software .heading-holder .title {
        color: #386183;
        font-size: 35px;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 100; }
        body.product .online-bidding-software .heading-holder .title strong {
          font-weight: bold; }
        @media screen and (max-width: 799px) {
          body.product .online-bidding-software .heading-holder .title {
            text-align: center; } }
    body.product .online-bidding-software .content-left {
      float: left;
      width: 50%;
      margin-top: 60px; }
      body.product .online-bidding-software .content-left .cl-container .sub-title {
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: #00A2B3; }
      body.product .online-bidding-software .content-left .cl-container .sub-text, body.product .online-bidding-software .content-left .cl-container p {
        padding-bottom: 15px;
        color: #4E4E4E;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 100;
        font-size: 15px; }
    body.product .online-bidding-software .content-right {
      float: left;
      width: 50%;
      text-align: right; }
  body.product .timed-auction-software {
    border-bottom: 1px solid #386183;
    padding: 50px 0;
    padding-bottom: 25px; }
    @media screen and (max-width: 959px) {
      body.product .timed-auction-software {
        padding: 25px; } }
    body.product .timed-auction-software .content-left {
      float: left;
      width: 50%;
      text-align: left; }
    body.product .timed-auction-software .content-right {
      float: left;
      width: 50%;
      margin-top: 40px; }
      body.product .timed-auction-software .content-right .cr-container .sub-title {
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: #00A2B3; }
      body.product .timed-auction-software .content-right .cr-container .sub-text, body.product .timed-auction-software .content-right .cr-container p {
        padding-bottom: 15px;
        color: #4E4E4E;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 100;
        font-size: 15px; }
  body.product .media-management {
    border-bottom: 1px solid #386183;
    padding: 50px 0;
    padding-bottom: 25px; }
    @media screen and (max-width: 959px) {
      body.product .media-management {
        padding: 25px; } }
    body.product .media-management .content-left {
      float: left;
      width: 50%;
      margin-top: 70px; }
      body.product .media-management .content-left .cl-container .sub-title {
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: #00A2B3; }
      body.product .media-management .content-left .cl-container .sub-text, body.product .media-management .content-left .cl-container p {
        padding-bottom: 15px;
        color: #4E4E4E;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 100;
        font-size: 15px; }
    body.product .media-management .content-right {
      float: left;
      width: 50%;
      text-align: right; }
      body.product .media-management .content-right .cr-container img {
        position: relative;
        left: -80px;
        width: 115%;
        top: -20px; }
  body.product .targeted-email-marketing {
    padding: 50px 0;
    padding-bottom: 25px; }
    @media screen and (max-width: 959px) {
      body.product .targeted-email-marketing {
        padding: 25px; } }
    body.product .targeted-email-marketing .content-left {
      float: left;
      width: 50%;
      text-align: left; }
    body.product .targeted-email-marketing .content-right {
      float: left;
      width: 50%;
      margin-top: 60px; }
      body.product .targeted-email-marketing .content-right .cr-container .sub-title {
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: #00A2B3; }
      body.product .targeted-email-marketing .content-right .cr-container .sub-text, body.product .targeted-email-marketing .content-right .cr-container p {
        padding-bottom: 15px;
        color: #4E4E4E;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 100;
        font-size: 15px; }
  body.product .own-your-data {
    background-color: #F0F0F0;
    max-width: none;
    width: 100%;
    padding: 50px 0;
    padding-bottom: 25px; }
    @media screen and (max-width: 959px) {
      body.product .own-your-data {
        padding: 25px; } }
    body.product .own-your-data .container {
      max-width: 960px;
      margin: 0 auto; }
    body.product .own-your-data .content-left {
      float: left;
      width: 52%; }
      body.product .own-your-data .content-left .cl-container {
        padding-right: 25px; }
        body.product .own-your-data .content-left .cl-container .sub-title {
          font-family: "proxima-nova", Arial, sans-serif;
          font-weight: 600;
          font-size: 24px;
          color: #00A2B3; }
        body.product .own-your-data .content-left .cl-container .sub-text, body.product .own-your-data .content-left .cl-container p {
          padding-bottom: 15px;
          color: #4E4E4E;
          font-family: "proxima-nova", Arial, sans-serif;
          font-weight: 100;
          font-size: 15px; }
    body.product .own-your-data .content-right {
      float: left;
      width: 48%;
      text-align: right; }
      body.product .own-your-data .content-right .cr-container img {
        width: 150%;
        position: relative;
        left: -165px;
        top: 5px; }
      body.product .own-your-data .content-right .cr-container a {
        background-color: #ED6913;
        border: 1px solid #ED6913;
        padding-left: 10px;
        text-align: left;
        padding: 10px;
        display: block;
        width: 70%;
        left: 74%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        position: relative;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        text-decoration: none; }
        body.product .own-your-data .content-right .cr-container a:after {
          -webkit-transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s;
          position: absolute;
          right: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          content: ' ';
          background-image: url("../images/download-icon.svg");
          height: 20px;
          width: 20px;
          background-repeat: no-repeat; }
        body.product .own-your-data .content-right .cr-container a span {
          text-decoration: none;
          -webkit-transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s;
          color: white; }
        body.product .own-your-data .content-right .cr-container a:hover {
          background-color: transparent;
          text-decoration: none; }
          body.product .own-your-data .content-right .cr-container a:hover span {
            text-decoration: none;
            color: #ED6913; }
          body.product .own-your-data .content-right .cr-container a:hover:after {
            background-image: url("../images/download-icon-inverted.svg"); }
        @media screen and (max-width: 899px) {
          body.product .own-your-data .content-right .cr-container a {
            left: -15px;
            -webkit-transform: initial;
            -moz-transform: initial;
            -ms-transform: initial;
            -o-transform: initial;
            transform: initial;
            width: 100%;
            margin-bottom: 50px; } }
        @media screen and (max-width: 899px) {
          body.product .own-your-data .content-right .cr-container a {
            left: 0px; } }
  body.product .why-invest {
    border-bottom: 1px solid #386183;
    padding-bottom: 75px; }
    body.product .why-invest .content-left {
      float: left;
      width: 50%;
      text-align: left;
      margin-top: 20px; }
      body.product .why-invest .content-left .cl-container img {
        padding: 15px; }
    body.product .why-invest .content-right {
      float: left;
      width: 50%;
      margin-top: 30px; }
      body.product .why-invest .content-right .cr-container .sub-title {
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: #00A2B3; }
      body.product .why-invest .content-right .cr-container .sub-text, body.product .why-invest .content-right .cr-container p {
        padding-bottom: 15px;
        color: #4E4E4E;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 100;
        font-size: 15px; }
        body.product .why-invest .content-right .cr-container .sub-text.colour-change, body.product .why-invest .content-right .cr-container p.colour-change {
          color: #193860;
          font-weight: 400; }
  body.product .leading-back-office {
    padding-bottom: 75px; }
    body.product .leading-back-office .content-left {
      float: left;
      width: 54%;
      padding-right: 15px; }
      body.product .leading-back-office .content-left .cl-container .sub-title {
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: #00A2B3; }
      body.product .leading-back-office .content-left .cl-container .sub-text, body.product .leading-back-office .content-left .cl-container p {
        padding-bottom: 15px;
        color: #4E4E4E;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 100;
        font-size: 15px; }
    body.product .leading-back-office .content-right {
      float: left;
      width: 46%;
      margin-top: -10px; }
      body.product .leading-back-office .content-right .cr-container img {
        border: 8px solid #386183; }
  body.product .help-buttons .end-buttons-container {
    width: 100%;
    margin: 20px auto;
    max-width: 980px;
    padding-bottom: 60px; }
    body.product .help-buttons .end-buttons-container .end-button {
      float: left;
      width: 33.3%; }
      @media (max-width: 550px) {
        body.product .help-buttons .end-buttons-container .end-button {
          width: 100%;
          margin: 10px 0; } }
      body.product .help-buttons .end-buttons-container .end-button .button {
        color: #FFFFFF;
        font-weight: 200;
        padding: 10px 0;
        border: 1px solid;
        border-radius: 0;
        display: block;
        margin: 0 auto;
        width: 95%;
        height: 42px; }
        body.product .help-buttons .end-buttons-container .end-button .button.arrange {
          background-color: #f46800;
          border-color: #f46800; }
          body.product .help-buttons .end-buttons-container .end-button .button.arrange:hover {
            background-color: transparent;
            color: #f46800; }
        body.product .help-buttons .end-buttons-container .end-button .button.view {
          background-color: #05a2b3;
          border-color: #05a2b3; }
          body.product .help-buttons .end-buttons-container .end-button .button.view:hover {
            background-color: transparent;
            color: #05a2b3; }
        body.product .help-buttons .end-buttons-container .end-button .button.case {
          background-color: #003664;
          border-color: #003664; }
          body.product .help-buttons .end-buttons-container .end-button .button.case:hover {
            background-color: transparent;
            color: #003664; }

/* ====== THANKYOU ====== */
/* ======
THANKYOU
	- Bootstrap Override
	- General
====== */
.thankyou {
  /*================================================================================
  $ BOOTSTRAP OVERRIDE
  ================================================================================*/
  /*================================================================================
  $ GENERAL
  ================================================================================*/
  /*================================================================================
  $ BANNER
  ================================================================================*/ }
  .thankyou .main-banner {
    height: 300px;
    min-height: 0;
    padding: 0;
    padding-top: 50px;
    background-image: url("../images/pages/digital-marketing/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    overflow: initial; }
    @media screen and (max-width: 799px) {
      .thankyou .main-banner {
        min-height: 350px;
        height: 350px; } }
    @media screen and (max-width: 599px) {
      .thankyou .main-banner {
        min-height: 300px;
        height: 300px; } }
    .thankyou .main-banner .row {
      margin: 0 auto;
      max-width: 980px; }
      @media screen and (max-width: 799px) {
        .thankyou .main-banner .row .col-md-7 {
          padding-right: 40%; } }
      @media screen and (max-width: 639px) {
        .thankyou .main-banner .row .col-md-7 {
          padding-right: 0;
          padding: 0 5%; } }
    @media (min-width: 860px) {
      .thankyou .main-banner .container .container {
        width: 1000px; } }
    .thankyou .main-banner .content {
      padding-top: 50px; }
      @media screen and (max-width: 799px) {
        .thankyou .main-banner .content {
          padding-top: 15px; } }
      @media screen and (max-width: 639px) {
        .thankyou .main-banner .content {
          text-align: center; } }
      .thankyou .main-banner .content .title {
        width: 100%;
        float: left;
        clear: both;
        font-size: 58px;
        font-family: "proxima-nova", Arial, sans-serif;
        color: white;
        padding-top: 75px;
        text-align: center;
        font-weight: 400;
        font-size: 58px;
        text-transform: capitalize; }
        @media screen and (max-width: 799px) {
          .thankyou .main-banner .content .title {
            padding-top: 125px;
            text-align: center; } }
        @media screen and (max-width: 499px) {
          .thankyou .main-banner .content .title {
            font-size: 40px; } }
  .thankyou .main-content .title-content {
    text-align: center;
    width: 100%; }
    .thankyou .main-content .title-content p {
      color: #386183;
      font-size: 38px;
      font-weight: 100;
      font-family: "proxima-nova", Arial, sans-serif;
      line-height: 1.1;
      padding: 60px 20px; }
    .thankyou .main-content .title-content a {
      background-color: #EABC28;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      color: white;
      font-weight: 100;
      font-size: 20px;
      font-family: "proxima-nova", Arial, sans-serif;
      padding: 5px 45px;
      border: 1px solid #EABC28;
      text-decoration: none; }
      .thankyou .main-content .title-content a:hover {
        background-color: transparent;
        text-decoration: none;
        color: #EABC28; }
  .thankyou .end-buttons .end-buttons-container {
    width: 100%;
    margin: 20px auto;
    max-width: 980px;
    padding-bottom: 50px;
    border-top: 1px solid #386183;
    padding-top: 50px; }
    .thankyou .end-buttons .end-buttons-container .end-button {
      float: left;
      width: 33.3%; }
      @media (max-width: 550px) {
        .thankyou .end-buttons .end-buttons-container .end-button {
          width: 100%;
          margin: 10px 0; } }
      .thankyou .end-buttons .end-buttons-container .end-button .button {
        color: #FFFFFF;
        font-weight: 200;
        padding: 10px 0;
        border: 1px solid;
        border-radius: 0;
        display: block;
        margin: 0 auto;
        width: 95%;
        height: 42px; }
        .thankyou .end-buttons .end-buttons-container .end-button .button.arrange {
          background-color: #f46800;
          border-color: #f46800; }
          .thankyou .end-buttons .end-buttons-container .end-button .button.arrange:hover {
            background-color: transparent;
            color: #f46800; }
        .thankyou .end-buttons .end-buttons-container .end-button .button.view {
          background-color: #05a2b3;
          border-color: #05a2b3; }
          .thankyou .end-buttons .end-buttons-container .end-button .button.view:hover {
            background-color: transparent;
            color: #05a2b3; }
        .thankyou .end-buttons .end-buttons-container .end-button .button.case {
          background-color: #003664;
          border-color: #003664; }
          .thankyou .end-buttons .end-buttons-container .end-button .button.case:hover {
            background-color: transparent;
            color: #003664; }
  .thankyou .content-section {
    height: auto;
    min-height: 0; }
  .thankyou .title-content {
    margin: 0 auto;
    max-width: 850px; }
  .thankyou h3 {
    color: #4d4d4d;
    font-size: 30px;
    font-weight: 300; }

.hover-statistics-container {
  position: absolute;
  top: 110px;
  left: 8px;
  width: 92%; }
  .hover-statistics-container * {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .hover-statistics-container .hover-content {
    padding: 5px;
    background-color: #EABC28;
    padding-right: 25px;
    height: 28px;
    width: 230px;
    position: relative;
    overflow: hidden; }
    .hover-statistics-container .hover-content .text {
      background: transparent;
      border: none;
      color: white;
      font-weight: 100;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 16px; }
      .hover-statistics-container .hover-content .text strong {
        font-weight: 400; }
      .hover-statistics-container .hover-content .text .blue-text {
        color: #003664;
        font-weight: bold; }
    .hover-statistics-container .hover-content .plus-icon {
      background-color: #EABC28;
      color: #003664;
      font-weight: bold;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 16px;
      position: absolute;
      top: 7px;
      right: 8px;
      padding: 0 6px;
      cursor: pointer; }
    .hover-statistics-container .hover-content.active {
      width: 700px;
      height: 55px; }
      @media screen and (max-width: 849px) {
        .hover-statistics-container .hover-content.active {
          width: 90%;
          height: auto; } }
  .hover-statistics-container:after {
    bottom: 100%;
    left: 2%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(234, 188, 40, 0);
    border-bottom-color: #EABC28;
    border-width: 10px;
    margin-left: -10px; }

body.cookie-policy .main-body {
  margin-top: 125px; }
  @media screen and (max-width: 599px) {
    body.cookie-policy .main-body {
      margin-top: 175px; } }
  body.cookie-policy .main-body .content-container {
    max-width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 899px) {
      body.cookie-policy .main-body .content-container {
        padding: 0 20px; } }
    body.cookie-policy .main-body .content-container h1 {
      margin-bottom: 25px;
      font-size: 35px;
      color: #003664; }
    body.cookie-policy .main-body .content-container p {
      padding: 15px 0; }
      body.cookie-policy .main-body .content-container p .highlight {
        font-weight: bold; }
      body.cookie-policy .main-body .content-container p ul li a {
        text-decoration: underline; }
        body.cookie-policy .main-body .content-container p ul li a:hover {
          color: #003664; }

body.privacy section.main-body {
  margin: 0 auto;
  margin-top: 125px;
  max-width: 960px;
  padding: 0 15px; }
  @media screen and (max-width: 849px) {
    body.privacy section.main-body {
      padding: 20px 15px;
      margin-top: 175px; } }
body.privacy h1 {
  text-align: center; }
body.privacy h6 {
  padding: 15px 0; }
body.privacy p {
  padding: 5px 0; }
  body.privacy p strong {
    padding-right: 10px; }

body.terms-and-conditions section.main-body {
  margin: 0 auto;
  margin-top: 125px;
  max-width: 960px;
  padding: 0 15px; }
  body.terms-and-conditions section.main-body * {
    text-align: left; }
  @media screen and (max-width: 849px) {
    body.terms-and-conditions section.main-body {
      padding: 20px 15px;
      margin-top: 175px; } }
body.terms-and-conditions .footer-container p {
  padding: 0;
  margin: 0; }
body.terms-and-conditions h1 {
  text-align: center; }
body.terms-and-conditions h6 {
  padding: 15px 0; }
body.terms-and-conditions p {
  padding: 10px 0; }
  body.terms-and-conditions p strong {
    padding-right: 10px; }

body.digital-marketing section.main-body {
  margin-top: 100px; }
  @media screen and (max-width: 599px) {
    body.digital-marketing section.main-body {
      margin-top: 150px; } }
  body.digital-marketing section.main-body section .content-container {
    max-width: 960px;
    margin: 0 auto; }
@media screen and (max-width: 699px) {
  body.digital-marketing section.section-container {
    padding: 0 15px; } }
body.digital-marketing section.section-container.header-banner {
  background-image: url("../images/pages/digital-marketing/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px; }
  body.digital-marketing section.section-container.header-banner .content-container {
    position: relative;
    padding-top: 50px; }
    @media screen and (max-width: 849px) {
      body.digital-marketing section.section-container.header-banner .content-container {
        padding-top: 30px; } }
    @media screen and (max-width: 599px) {
      body.digital-marketing section.section-container.header-banner .content-container {
        padding-top: 50px; } }
    body.digital-marketing section.section-container.header-banner .content-container h1.title {
      text-align: left;
      font-weight: 100;
      font-size: 48px;
      font-family: "proxima-nova", Arial, sans-serif;
      color: white;
      text-transform: capitalize; }
      body.digital-marketing section.section-container.header-banner .content-container h1.title strong {
        font-weight: bold; }
      @media screen and (max-width: 899px) {
        body.digital-marketing section.section-container.header-banner .content-container h1.title {
          font-size: 38px; } }
      @media screen and (max-width: 599px) {
        body.digital-marketing section.section-container.header-banner .content-container h1.title {
          font-size: 25px;
          text-align: center; } }
    body.digital-marketing section.section-container.header-banner .content-container a.button.button-getintouch {
      position: absolute;
      left: 46%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      border: 1px solid white;
      background-color: transparent;
      border-radius: 0;
      padding: 8px 25px;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      body.digital-marketing section.section-container.header-banner .content-container a.button.button-getintouch span.button-text {
        font-size: 18px;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 100;
        color: white; }
      body.digital-marketing section.section-container.header-banner .content-container a.button.button-getintouch:hover {
        background-color: white; }
        body.digital-marketing section.section-container.header-banner .content-container a.button.button-getintouch:hover span.button-text {
          color: #4F4E4E; }
      @media screen and (max-width: 899px) {
        body.digital-marketing section.section-container.header-banner .content-container a.button.button-getintouch {
          left: 50%;
          bottom: -8px; } }
      @media screen and (max-width: 749px) {
        body.digital-marketing section.section-container.header-banner .content-container a.button.button-getintouch {
          left: 60%;
          bottom: -12px; } }
      @media screen and (max-width: 699px) {
        body.digital-marketing section.section-container.header-banner .content-container a.button.button-getintouch {
          left: 60%;
          bottom: -20px; } }
      @media screen and (max-width: 599px) {
        body.digital-marketing section.section-container.header-banner .content-container a.button.button-getintouch {
          left: 50%;
          bottom: -75px; } }
body.digital-marketing section.section-container.page-start .content-container {
  margin-top: 50px;
  margin-bottom: 40px; }
  body.digital-marketing section.section-container.page-start .content-container .sub-title {
    color: #4F4E4E;
    font-size: 20px;
    font-weight: 500;
    font-family: "proxima-nova", Arial, sans-serif;
    text-align: center;
    text-transform: none; }
  body.digital-marketing section.section-container.page-start .content-container .sub-text {
    margin-top: 30px;
    color: #4F4E4E;
    font-size: 16px;
    font-weight: 100;
    font-family: "proxima-nova", Arial, sans-serif;
    text-align: center; }
body.digital-marketing section.section-container.selection-buttons .content-container {
  height: 60px;
  margin-bottom: 30px; }
  body.digital-marketing section.section-container.selection-buttons .content-container .option {
    width: 33.3%;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    body.digital-marketing section.section-container.selection-buttons .content-container .option .option-text {
      color: white;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      font-size: 22px;
      width: 100%;
      font-weight: 300; }
      @media screen and (max-width: 699px) {
        body.digital-marketing section.section-container.selection-buttons .content-container .option .option-text {
          font-size: 18px; } }
    body.digital-marketing section.section-container.selection-buttons .content-container .option.dm-1 {
      background-color: #34B6B0;
      height: 50px;
      margin-top: 5px; }
      @media screen and (max-width: 599px) {
        body.digital-marketing section.section-container.selection-buttons .content-container .option.dm-1 {
          margin: 5px 0;
          height: 35px; } }
      body.digital-marketing section.section-container.selection-buttons .content-container .option.dm-1.active {
        margin-top: 0;
        height: 60px; }
        @media screen and (max-width: 599px) {
          body.digital-marketing section.section-container.selection-buttons .content-container .option.dm-1.active {
            margin: 5px 0;
            height: 45px; } }
    body.digital-marketing section.section-container.selection-buttons .content-container .option.dm-2 {
      background-color: #EABC28;
      height: 50px;
      margin-top: 5px; }
      @media screen and (max-width: 599px) {
        body.digital-marketing section.section-container.selection-buttons .content-container .option.dm-2 {
          margin: 5px 0;
          height: 35px; } }
      body.digital-marketing section.section-container.selection-buttons .content-container .option.dm-2.active {
        margin-top: 0;
        height: 60px; }
        @media screen and (max-width: 599px) {
          body.digital-marketing section.section-container.selection-buttons .content-container .option.dm-2.active {
            margin: 5px 0;
            height: 45px; } }
    body.digital-marketing section.section-container.selection-buttons .content-container .option.dm-3 {
      background-color: #386183;
      height: 50px;
      margin-top: 5px; }
      @media screen and (max-width: 599px) {
        body.digital-marketing section.section-container.selection-buttons .content-container .option.dm-3 {
          margin: 5px 0;
          height: 35px; } }
      body.digital-marketing section.section-container.selection-buttons .content-container .option.dm-3.active {
        margin-top: 0;
        height: 60px; }
        @media screen and (max-width: 599px) {
          body.digital-marketing section.section-container.selection-buttons .content-container .option.dm-3.active {
            margin: 5px 0;
            height: 45px; } }
    @media screen and (max-width: 599px) {
      body.digital-marketing section.section-container.selection-buttons .content-container .option {
        width: 100%; } }
  @media screen and (max-width: 599px) {
    body.digital-marketing section.section-container.selection-buttons .content-container {
      height: 125px; } }
body.digital-marketing section.section-container.selection-containers .content-container {
  border: 3px solid #D1D0D1;
  padding: 60px 40px;
  padding-bottom: 80px;
  position: relative;
  min-height: 435px; }
  body.digital-marketing section.section-container.selection-containers .content-container .border-arrow {
    position: absolute;
    top: -13.4px;
    width: 22px;
    height: 14px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 17%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    body.digital-marketing section.section-container.selection-containers .content-container .border-arrow.dm-1 {
      left: 17%; }
    body.digital-marketing section.section-container.selection-containers .content-container .border-arrow.dm-2 {
      left: 50%; }
    body.digital-marketing section.section-container.selection-containers .content-container .border-arrow.dm-3 {
      left: 84%; }
    @media screen and (max-width: 599px) {
      body.digital-marketing section.section-container.selection-containers .content-container .border-arrow {
        display: none; } }
  body.digital-marketing section.section-container.selection-containers .content-container .content.dm-1 .content-title {
    color: #34B6B0;
    font-size: 20px;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: bold; }
  body.digital-marketing section.section-container.selection-containers .content-container .content.dm-1 .content-list {
    margin-left: 16px; }
    body.digital-marketing section.section-container.selection-containers .content-container .content.dm-1 .content-list .content-list-item {
      position: relative;
      top: 2px;
      font-size: 12px;
      padding: 5px 0;
      margin-left: 0px;
      list-style-position: outside; }
      body.digital-marketing section.section-container.selection-containers .content-container .content.dm-1 .content-list .content-list-item .content-list-item-text {
        font-family: "proxima-nova", Arial, sans-serif;
        color: #4F4E4E;
        font-size: 16px;
        font-weight: normal;
        margin-left: 0;
        position: relative;
        top: 2px; }
  body.digital-marketing section.section-container.selection-containers .content-container .content.dm-1 .content-button {
    background-color: #34B6B0;
    color: white;
    padding: 8px 15px;
    position: relative;
    top: 15px;
    font-size: 18px;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #34B6B0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    body.digital-marketing section.section-container.selection-containers .content-container .content.dm-1 .content-button:hover {
      background-color: transparent;
      color: #34B6B0; }
  body.digital-marketing section.section-container.selection-containers .content-container .content.dm-1 .content-image {
    float: right; }
    body.digital-marketing section.section-container.selection-containers .content-container .content.dm-1 .content-image .side-image {
      width: 120px;
      height: 80px;
      position: relative;
      top: -20px;
      right: 20px; }
  body.digital-marketing section.section-container.selection-containers .content-container .content.dm-2 {
    display: none; }
    body.digital-marketing section.section-container.selection-containers .content-container .content.dm-2 .content-title {
      color: #EABC28;
      font-size: 20px;
      font-family: "proxima-nova", Arial, sans-serif;
      font-weight: bold; }
    body.digital-marketing section.section-container.selection-containers .content-container .content.dm-2 .content-list {
      margin-left: 16px; }
      body.digital-marketing section.section-container.selection-containers .content-container .content.dm-2 .content-list .content-list-item {
        position: relative;
        top: 2px;
        font-size: 12px;
        padding: 5px 0;
        margin-left: 0px;
        list-style-position: outside; }
        body.digital-marketing section.section-container.selection-containers .content-container .content.dm-2 .content-list .content-list-item .content-list-item-text {
          font-family: "proxima-nova", Arial, sans-serif;
          color: #4F4E4E;
          font-size: 16px;
          font-weight: normal;
          margin-left: 0;
          position: relative;
          top: 2px; }
    body.digital-marketing section.section-container.selection-containers .content-container .content.dm-2 .content-button {
      background-color: #EABC28;
      color: white;
      padding: 8px 15px;
      position: relative;
      top: 15px;
      font-size: 18px;
      font-family: "proxima-nova", Arial, sans-serif;
      font-weight: normal;
      text-decoration: none;
      border: 1px solid #EABC28;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      body.digital-marketing section.section-container.selection-containers .content-container .content.dm-2 .content-button:hover {
        background-color: transparent;
        color: #EABC28; }
    body.digital-marketing section.section-container.selection-containers .content-container .content.dm-2 .content-image {
      float: right; }
      body.digital-marketing section.section-container.selection-containers .content-container .content.dm-2 .content-image .side-image {
        width: 120px;
        height: 80px;
        position: relative;
        top: -20px;
        right: 20px; }
  body.digital-marketing section.section-container.selection-containers .content-container .content.dm-3 {
    display: none; }
    body.digital-marketing section.section-container.selection-containers .content-container .content.dm-3 .content-title {
      color: #386183;
      font-size: 20px;
      font-family: "proxima-nova", Arial, sans-serif;
      font-weight: bold; }
    body.digital-marketing section.section-container.selection-containers .content-container .content.dm-3 .content-list {
      margin-left: 16px; }
      body.digital-marketing section.section-container.selection-containers .content-container .content.dm-3 .content-list .content-list-item {
        position: relative;
        top: 2px;
        font-size: 12px;
        padding: 5px 0;
        margin-left: 0px;
        list-style-position: outside; }
        body.digital-marketing section.section-container.selection-containers .content-container .content.dm-3 .content-list .content-list-item .content-list-item-text {
          font-family: "proxima-nova", Arial, sans-serif;
          color: #4F4E4E;
          font-size: 16px;
          font-weight: normal;
          margin-left: 0;
          position: relative;
          top: 2px; }
    body.digital-marketing section.section-container.selection-containers .content-container .content.dm-3 .content-button {
      background-color: #386183;
      color: white;
      padding: 8px 15px;
      position: relative;
      top: 15px;
      font-size: 18px;
      font-family: "proxima-nova", Arial, sans-serif;
      font-weight: normal;
      text-decoration: none;
      border: 1px solid #386183;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      body.digital-marketing section.section-container.selection-containers .content-container .content.dm-3 .content-button:hover {
        background-color: transparent;
        color: #386183; }
    body.digital-marketing section.section-container.selection-containers .content-container .content.dm-3 .content-image {
      float: right; }
      body.digital-marketing section.section-container.selection-containers .content-container .content.dm-3 .content-image .side-image {
        width: 120px;
        height: 80px;
        position: relative;
        top: -20px;
        right: 20px; }
body.digital-marketing section.section-container.help-buttons .end-buttons-container {
  width: 100%;
  margin: 60px 0;
  margin: 60px auto;
  max-width: 980px;
  padding-bottom: 60px; }
  body.digital-marketing section.section-container.help-buttons .end-buttons-container .end-button {
    float: left;
    width: 33.3%; }
    @media (max-width: 550px) {
      body.digital-marketing section.section-container.help-buttons .end-buttons-container .end-button {
        width: 100%;
        margin: 10px 0; } }
    body.digital-marketing section.section-container.help-buttons .end-buttons-container .end-button .button {
      color: #FFFFFF;
      font-weight: 200;
      padding: 10px 0;
      border: 1px solid;
      border-radius: 0;
      display: block;
      margin: 0 auto;
      width: 95%;
      height: 42px; }
      body.digital-marketing section.section-container.help-buttons .end-buttons-container .end-button .button.arrange {
        background-color: #f46800;
        border-color: #f46800; }
        body.digital-marketing section.section-container.help-buttons .end-buttons-container .end-button .button.arrange:hover {
          background-color: transparent;
          color: #f46800; }
      body.digital-marketing section.section-container.help-buttons .end-buttons-container .end-button .button.view {
        background-color: #05a2b3;
        border-color: #05a2b3; }
        body.digital-marketing section.section-container.help-buttons .end-buttons-container .end-button .button.view:hover {
          background-color: transparent;
          color: #05a2b3; }
      body.digital-marketing section.section-container.help-buttons .end-buttons-container .end-button .button.case {
        background-color: #003664;
        border-color: #003664; }
        body.digital-marketing section.section-container.help-buttons .end-buttons-container .end-button .button.case:hover {
          background-color: transparent;
          color: #003664; }

/* ====== THANKYOU ====== */
/* ======
THANKYOU
	- Bootstrap Override
	- General
====== */
.user-email-management {
  /*================================================================================
  $ BOOTSTRAP OVERRIDE
  ================================================================================*/
  /*================================================================================
  $ GENERAL
  ================================================================================*/
  /*================================================================================
  $ BANNER
  ================================================================================*/ }
  .user-email-management .main-banner {
    height: 300px;
    min-height: 0;
    padding: 0;
    padding-top: 50px;
    background-image: url("../images/pages/digital-marketing/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    overflow: initial; }
    @media screen and (max-width: 949px) {
      .user-email-management .main-banner {
        min-height: 350px;
        height: 350px; } }
    @media screen and (max-width: 699px) {
      .user-email-management .main-banner {
        min-height: 200px;
        height: 200px; } }
    .user-email-management .main-banner .row {
      margin: 0 auto;
      max-width: 980px; }
      @media screen and (max-width: 799px) {
        .user-email-management .main-banner .row .col-md-7 {
          padding-right: 40%; } }
      @media screen and (max-width: 639px) {
        .user-email-management .main-banner .row .col-md-7 {
          padding-right: 0;
          padding: 0 5%; } }
    @media (min-width: 860px) {
      .user-email-management .main-banner .container .container {
        width: 1000px; } }
    .user-email-management .main-banner .content {
      padding-top: 50px; }
      @media screen and (max-width: 799px) {
        .user-email-management .main-banner .content {
          padding-top: 15px; } }
      @media screen and (max-width: 639px) {
        .user-email-management .main-banner .content {
          text-align: center; } }
      .user-email-management .main-banner .content .title {
        width: 100%;
        float: left;
        clear: both;
        font-size: 58px;
        font-family: "proxima-nova", Arial, sans-serif;
        color: white;
        padding-top: 25px;
        text-align: center;
        font-weight: 400;
        font-size: 58px;
        text-transform: capitalize; }
        @media screen and (max-width: 949px) {
          .user-email-management .main-banner .content .title {
            padding-top: 75px;
            text-align: center; } }
        @media screen and (max-width: 699px) {
          .user-email-management .main-banner .content .title {
            font-size: 40px;
            padding-top: 15px; } }
        @media screen and (max-width: 449px) {
          .user-email-management .main-banner .content .title {
            padding-top: 0; } }
  .user-email-management .main-content {
    margin-top: 50px; }
    .user-email-management .main-content .title-content {
      position: relative;
      padding-bottom: 25px;
      border-bottom: 1px solid #386183; }
      .user-email-management .main-content .title-content .user-name {
        color: #386183;
        font-weight: 600;
        font-size: 38px;
        font-family: "proxima-nova", Arial, sans-serif;
        margin-bottom: 25px; }
      .user-email-management .main-content .title-content .user-info {
        color: #386183;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 100;
        font-size: 22px; }
      .user-email-management .main-content .title-content a {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #EABC28;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        color: white;
        font-weight: 100;
        font-size: 20px;
        font-family: "proxima-nova", Arial, sans-serif;
        padding: 5px 45px;
        border: 1px solid #EABC28;
        text-decoration: none; }
        .user-email-management .main-content .title-content a:hover {
          background-color: transparent;
          text-decoration: none;
          color: #EABC28; }
        @media screen and (max-width: 599px) {
          .user-email-management .main-content .title-content a {
            margin-bottom: 50px;
            display: block;
            position: initial;
            text-align: center; } }
  .user-email-management .console-log .container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0; }
    .user-email-management .console-log .container .row {
      margin: 0; }
    @media screen and (max-width: 999px) {
      .user-email-management .console-log .container {
        padding: 0 15px; } }
    .user-email-management .console-log .container .line-output {
      padding: 10px;
      background-color: white;
      color: #386183;
      font-weight: 300;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 18px; }
      .user-email-management .console-log .container .line-output:nth-child(2n+1) {
        background-color: #F6F6F6; }
      .user-email-management .console-log .container .line-output.warn {
        color: #B21B34;
        font-weight: bold; }
  .user-email-management .content-section {
    height: auto;
    min-height: 0; }
  .user-email-management .title-content {
    margin: 0 auto;
    max-width: 960px; }
  .user-email-management h3 {
    color: #4d4d4d;
    font-size: 30px;
    font-weight: 300; }

/* ====== AUCTION CALENDAR ====== */
body.auction-calendar .top-header-wrapper .header-email-signup {
  display: none; }
body.auction-calendar .row {
  max-width: 1070px;
  margin: 0 auto; }
body.auction-calendar p {
  border: none;
  background: transparent;
  background-color: transparent; }
body.auction-calendar .button {
  border-radius: 0;
  font-family: "proxima-nova", Arial, sans-serif;
  color: white;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  padding: 7px 0;
  border: 1px solid #059eaf;
  background-color: #059eaf;
  letter-spacing: 0.5px; }
  body.auction-calendar .button:hover {
    background-color: transparent;
    color: #059eaf; }
body.auction-calendar .main-body {
  padding-top: 50px; }
  body.auction-calendar .main-body .introducing.one {
    height: 250px;
    width: 100%;
    background: url(../images/pages/auction-calendar/banner.jpg);
    background-size: cover; }
    @media screen and (max-width: 449px) {
      body.auction-calendar .main-body .introducing.one {
        height: 300px; } }
    body.auction-calendar .main-body .introducing.one .left-side .content {
      margin-top: 60px;
      padding-left: 15px; }
    @media screen and (max-width: 994px) {
      body.auction-calendar .main-body .introducing.one .left-side {
        width: 35%;
        float: left; } }
    @media screen and (max-width: 799px) {
      body.auction-calendar .main-body .introducing.one .left-side {
        width: 28%;
        margin-top: 20px; } }
    @media screen and (max-width: 599px) {
      body.auction-calendar .main-body .introducing.one .left-side {
        margin-top: 40px; } }
    @media screen and (max-width: 499px) {
      body.auction-calendar .main-body .introducing.one .left-side {
        width: 100%;
        margin-top: 10px; }
        body.auction-calendar .main-body .introducing.one .left-side .content {
          margin-top: 0;
          padding-left: 0;
          text-align: center; } }
    body.auction-calendar .main-body .introducing.one .right-side .form-container {
      margin-top: 80px; }
      @media screen and (max-width: 849px) {
        body.auction-calendar .main-body .introducing.one .right-side .form-container {
          margin-top: 70px; } }
      body.auction-calendar .main-body .introducing.one .right-side .form-container span.form-text {
        color: white;
        font-family: "PT Serif", serif;
        font-weight: 500;
        font-style: italic;
        font-size: 18px; }
      body.auction-calendar .main-body .introducing.one .right-side .form-container .input-box-container {
        position: relative; }
        body.auction-calendar .main-body .introducing.one .right-side .form-container .input-box-container .email-input {
          height: 42px;
          width: 70%;
          color: #4d4d4d;
          font-family: "proxima-nova", Arial, sans-serif;
          font-weight: 300;
          font-style: italic;
          font-size: 18px;
          margin-top: 15px;
          border: 1px solid white; }
          body.auction-calendar .main-body .introducing.one .right-side .form-container .input-box-container .email-input::-webkit-input-placeholder {
            color: #4d4d4d;
            font-family: "proxima-nova", Arial, sans-serif;
            font-weight: 300;
            font-style: italic;
            font-size: 18px; }
          body.auction-calendar .main-body .introducing.one .right-side .form-container .input-box-container .email-input:-moz-placeholder {
            color: #4d4d4d;
            font-family: "proxima-nova", Arial, sans-serif;
            font-weight: 300;
            font-style: italic;
            font-size: 18px; }
          body.auction-calendar .main-body .introducing.one .right-side .form-container .input-box-container .email-input::-moz-placeholder {
            color: #4d4d4d;
            font-family: "proxima-nova", Arial, sans-serif;
            font-weight: 300;
            font-style: italic;
            font-size: 18px; }
          body.auction-calendar .main-body .introducing.one .right-side .form-container .input-box-container .email-input:-ms-input-placeholder {
            color: #4d4d4d;
            font-family: "proxima-nova", Arial, sans-serif;
            font-weight: 300;
            font-style: italic;
            font-size: 18px; }
        body.auction-calendar .main-body .introducing.one .right-side .form-container .input-box-container .submit-input {
          background-color: transparent;
          position: absolute;
          font-family: "proxima-nova", Arial, sans-serif;
          font-weight: 300;
          font-size: 16px;
          color: white;
          height: 42px;
          top: 15px;
          border: 1px solid white;
          border-radius: 0; }
          body.auction-calendar .main-body .introducing.one .right-side .form-container .input-box-container .submit-input:hover {
            background: white;
            color: #059eaf;
            border-left: 1px solid #059eaf; }
          @media screen and (max-width: 669px) {
            body.auction-calendar .main-body .introducing.one .right-side .form-container .input-box-container .submit-input {
              padding: 8px 15px; } }
    @media screen and (max-width: 994px) {
      body.auction-calendar .main-body .introducing.one .right-side {
        width: 65%;
        float: left; } }
    @media screen and (max-width: 799px) {
      body.auction-calendar .main-body .introducing.one .right-side {
        width: 70%; } }
    @media screen and (max-width: 499px) {
      body.auction-calendar .main-body .introducing.one .right-side {
        width: 100%;
        margin-top: 10px; }
        body.auction-calendar .main-body .introducing.one .right-side .form-container {
          margin-top: 0;
          text-align: center; }
          body.auction-calendar .main-body .introducing.one .right-side .form-container .input-box-container .email-input {
            margin-left: -20%; } }
    body.auction-calendar .main-body .introducing.one .bottom-section {
      margin-top: 45px;
      height: 50px; }
      @media screen and (max-width: 994px) {
        body.auction-calendar .main-body .introducing.one .bottom-section {
          width: 100%;
          float: left; } }
      body.auction-calendar .main-body .introducing.one .bottom-section .info-containers {
        max-width: 1000px;
        height: 40px;
        margin: 0 auto; }
        body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content .data-holder {
          text-align: center; }
          body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content .data-holder .text {
            background-color: transparent;
            border: none;
            padding: 0;
            margin: 0;
            color: #ffffff;
            font-family: "proxima-nova", Arial, sans-serif;
            font-weight: 200;
            font-size: 18px;
            position: relative;
            top: 7px; }
            body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content .data-holder .text strong {
              color: #ffffff;
              font-family: "proxima-nova", Arial, sans-serif;
              font-weight: 500;
              font-size: 18px; }
            @media screen and (max-width: 994px) {
              body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content .data-holder .text {
                float: left;
                padding: 7px 0;
                top: 0; } }
        body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-1 {
          float: left;
          width: 30%;
          position: relative; }
          @media screen and (max-width: 939px) {
            body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-1 {
              width: 100%; } }
          body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-1 .box-shadow {
            background-color: #476080;
            width: 94%;
            height: 36px;
            position: absolute;
            top: 4px;
            left: 4px;
            z-index: 1; }
            @media screen and (max-width: 939px) {
              body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-1 .box-shadow {
                display: none; } }
          body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-1 .data-holder {
            background-color: #e9bb27;
            width: 94%;
            height: 36px;
            position: relative;
            z-index: 2; }
            @media screen and (max-width: 939px) {
              body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-1 .data-holder {
                width: 100%;
                float: none;
                max-width: 375px;
                margin: 0 auto; } }
        body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-2 {
          float: left;
          width: 30%;
          position: relative; }
          @media screen and (max-width: 939px) {
            body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-2 {
              width: 100%; } }
          body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-2 .box-shadow {
            background-color: #f46800;
            width: 94%;
            height: 36px;
            position: absolute;
            top: 4px;
            left: 4px;
            z-index: 1; }
            @media screen and (max-width: 939px) {
              body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-2 .box-shadow {
                display: none; } }
          body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-2 .data-holder {
            background-color: #476080;
            width: 94%;
            height: 36px;
            position: relative;
            z-index: 2; }
            @media screen and (max-width: 939px) {
              body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-2 .data-holder {
                width: 100%;
                float: none;
                max-width: 375px;
                margin: 0 auto; } }
        body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-3 {
          float: left;
          width: 40%;
          position: relative; }
          @media screen and (max-width: 939px) {
            body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-3 {
              width: 100%; } }
          body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-3 .box-shadow {
            background-color: #e9bb27;
            width: 98%;
            height: 36px;
            position: absolute;
            top: 4px;
            left: 4px;
            z-index: 1; }
            @media screen and (max-width: 939px) {
              body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-3 .box-shadow {
                display: none; } }
          body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-3 .data-holder {
            background-color: #f46800;
            width: 98%;
            height: 36px;
            position: relative;
            z-index: 2; }
            @media screen and (max-width: 939px) {
              body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-3 .data-holder {
                width: 100%;
                float: none;
                max-width: 375px;
                margin: 0 auto; } }
            @media screen and (max-width: 399px) {
              body.auction-calendar .main-body .introducing.one .bottom-section .info-containers .info-content-3 .data-holder {
                margin: 0 auto;
                padding: 0 10px;
                height: 58px; } }
  body.auction-calendar .main-body .page-sub-text {
    padding: 1% 2%; }
    @media screen and (max-width: 939px) {
      body.auction-calendar .main-body .page-sub-text {
        padding: 10px 0;
        margin-top: 65px; } }
    @media screen and (max-width: 699px) {
      body.auction-calendar .main-body .page-sub-text {
        margin-top: 90px; } }
    @media screen and (max-width: 499px) {
      body.auction-calendar .main-body .page-sub-text {
        margin-top: 130px; } }
    body.auction-calendar .main-body .page-sub-text .main-text-holder {
      text-align: center;
      padding: 0 4%; }
      body.auction-calendar .main-body .page-sub-text .main-text-holder p.text {
        color: #4d4d4d;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 100;
        font-size: 18px; }
  body.auction-calendar .main-body .upcoming-lot-highlights {
    max-width: 1275px;
    margin: 0 auto; }
    body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week {
      float: left;
      width: 74%;
      padding-right: 20px; }
      body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .first-section, body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .second-section {
        float: left;
        clear: both; }
      body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .second-section {
        margin-top: 40px; }
      @media screen and (max-width: 909px) {
        body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week {
          width: 100%;
          padding: 0 20px; } }
      body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-header {
        width: 100%;
        height: 70px;
        border-top: 1px solid rgba(175, 175, 175, 0.5);
        border-bottom: 1px solid rgba(175, 175, 175, 0.5); }
        @media screen and (max-width: 449px) {
          body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-header {
            height: 65px; } }
        body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-header .title {
          width: auto;
          float: left; }
          body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-header .title > h2 {
            color: #4d4d4d;
            font-family: "PT Serif", serif;
            font-weight: bold;
            font-style: italic;
            font-size: 25px;
            margin-top: 20px;
            margin-bottom: 0;
            margin-left: 100px; }
            @media screen and (max-width: 599px) {
              body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-header .title > h2 {
                margin-left: 0; } }
            @media screen and (max-width: 449px) {
              body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-header .title > h2 {
                font-size: 20px;
                margin-top: 10px;
                text-align: center; } }
        body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-header .pagination {
          float: right;
          width: auto; }
          body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-header .pagination .pagination-list {
            margin: 0;
            padding: 0; }
            body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-header .pagination .pagination-list li {
              padding: 0;
              margin: 0;
              list-style: none;
              float: left;
              width: 28px;
              height: 28px;
              text-align: center;
              border: 2px solid #eee;
              background-color: #eee;
              color: #666;
              cursor: pointer;
              margin-left: 6px;
              font-size: 16px;
              font-weight: normal;
              font-family: "proxima-nova", Arial, sans-serif;
              -webkit-user-select: none;
              -moz-user-select: none;
              -khtml-user-select: none;
              -ms-user-select: none; }
              body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-header .pagination .pagination-list li.number {
                padding-top: 1px; }
                body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-header .pagination .pagination-list li.number:hover, body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-header .pagination .pagination-list li.number.active {
                  background-color: #059eaf;
                  border-color: #059eaf;
                  color: white; }
              body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-header .pagination .pagination-list li.prev, body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-header .pagination .pagination-list li.next {
                font-size: 24px;
                line-height: 23px;
                background-color: transparent; }
                body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-header .pagination .pagination-list li.prev:hover, body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-header .pagination .pagination-list li.next:hover {
                  background-color: #eee; }
      body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content {
        padding-left: 100px;
        width: 100%;
        float: left; }
        @media screen and (max-width: 909px) {
          body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content {
            padding-left: 0; } }
        body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content .auction-item {
          width: 33.3%;
          float: left;
          padding-right: 20px;
          padding-top: 45px; }
          @media screen and (max-width: 1229px) {
            body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content .auction-item {
              min-height: 450px; } }
          @media screen and (max-width: 599px) {
            body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content .auction-item {
              width: 50%; } }
          @media screen and (max-width: 424px) {
            body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content .auction-item {
              width: 100%;
              padding-right: 0;
              text-align: center; } }
          body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content .auction-item .auction-image {
            text-align: center;
            position: relative; }
            body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content .auction-item .auction-image .auction-image-src {
              max-height: 110px; }
            body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content .auction-item .auction-image .auction-status {
              position: absolute;
              bottom: 10px;
              left: -8px;
              padding: 5px 25px;
              background-color: #88c23f;
              font-family: "proxima-nova", Arial, sans-serif;
              font-size: 18px;
              font-weight: normal;
              color: white; }
          body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content .auction-item .auction-information {
            text-align: left;
            position: relative; }
            body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content .auction-item .auction-information .client {
              color: #059eaf;
              font-weight: 600;
              font-size: 14px;
              font-family: "proxima-nova", Arial, sans-serif;
              text-transform: uppercase;
              padding-top: 22px;
              min-height: 52px; }
            body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content .auction-item .auction-information .auction-name {
              color: #4d4d4d;
              font-weight: bold;
              font-size: 15px;
              font-family: "PT Serif", serif;
              text-transform: capitalize;
              padding-top: 5px;
              text-align: left; }
              body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content .auction-item .auction-information .auction-name .show-on-hover {
                color: #4d4d4d;
                font-weight: bold;
                font-size: 15px;
                font-family: "PT Serif", serif;
                text-transform: capitalize;
                padding-top: 5px;
                text-align: left;
                display: none;
                position: absolute;
                width: 100%;
                height: auto;
                top: 63px;
                left: 0px;
                padding: 4px;
                background: white;
                box-shadow: 0px 0px 4px 3px #f1f1f1;
                margin-left: -4px;
                margin-right: -4px; }
              body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content .auction-item .auction-information .auction-name:hover .show-on-hover {
                display: block; }
            body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content .auction-item .auction-information .auction-date {
              color: #4d4d4d;
              font-weight: normal;
              font-size: 15px;
              font-family: "PT Serif", serif;
              text-transform: capitalize;
              padding-top: 5px; }
            body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content .auction-item .auction-information .auction-information {
              padding-top: 25px;
              color: #666666;
              font-weight: 100;
              font-family: "proxima-nova", Arial, sans-serif;
              font-size: 14px;
              text-transform: none; }
          body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content .auction-item .auction-controls {
            padding-top: 20px; }
            body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content .auction-item .auction-controls .button.button-view {
              color: white;
              background-color: #059eaf;
              text-transform: uppercase;
              border-radius: 0;
              font-family: "proxima-nova", Arial, sans-serif;
              font-weight: normal;
              letter-spacing: 0.8px;
              font-size: 14px;
              text-transform: uppercase;
              padding: 9px 18px;
              border: 1px solid #059eaf;
              -webkit-transition: all 0.2s ease-in-out 0s;
              -moz-transition: all 0.2s ease-in-out 0s;
              -ms-transition: all 0.2s ease-in-out 0s;
              -o-transition: all 0.2s ease-in-out 0s;
              transition: all 0.2s ease-in-out 0s; }
              body.auction-calendar .main-body .upcoming-lot-highlights .upcoming-this-week .article-content .auction-item .auction-controls .button.button-view:hover {
                background-color: transparent;
                color: #059eaf; }
  body.auction-calendar .main-body .lot-highlights-container {
    background-color: #eee;
    float: left;
    width: 26%;
    padding-left: 22px;
    padding-right: 40px; }
    @media screen and (max-width: 909px) {
      body.auction-calendar .main-body .lot-highlights-container {
        width: 100%;
        padding: 0 20px; } }
    body.auction-calendar .main-body .lot-highlights-container .lot-header {
      width: 100%;
      padding-top: 25px;
      padding-bottom: 5px; }
      body.auction-calendar .main-body .lot-highlights-container .lot-header .title {
        color: #4d4d4d;
        padding-left: 5px;
        font-size: 25px;
        font-weight: bold;
        font-style: italic;
        font-family: "PT Serif", serif; }
    body.auction-calendar .main-body .lot-highlights-container .lot-item {
      padding: 15px 0;
      float: left;
      border-top: 1px solid rgba(175, 175, 175, 0.5); }
      @media screen and (max-width: 909px) {
        body.auction-calendar .main-body .lot-highlights-container .lot-item {
          width: 100%;
          position: relative; } }
      body.auction-calendar .main-body .lot-highlights-container .lot-item .sub-title {
        color: #4d4d4d;
        font-family: "PT Serif", serif;
        font-weight: normal;
        font-size: 15px;
        text-align: left;
        text-transform: capitalize;
        padding-bottom: 18px; }
      body.auction-calendar .main-body .lot-highlights-container .lot-item .lot-information {
        width: 100%; }
        body.auction-calendar .main-body .lot-highlights-container .lot-item .lot-information .left-side {
          width: 40%;
          float: left; }
        body.auction-calendar .main-body .lot-highlights-container .lot-item .lot-information .right-side {
          float: left;
          width: 60%;
          padding-left: 7px; }
          body.auction-calendar .main-body .lot-highlights-container .lot-item .lot-information .right-side .lot-number {
            color: #4d4d4d;
            font-family: "proxima-nova", Arial, sans-serif;
            font-weight: 500;
            font-size: 15px;
            margin: 0;
            padding: 0; }
          body.auction-calendar .main-body .lot-highlights-container .lot-item .lot-information .right-side .lot-description {
            color: #4d4d4d;
            font-family: "proxima-nova", Arial, sans-serif;
            font-weight: 100;
            font-size: 15px;
            line-height: 1; }
          body.auction-calendar .main-body .lot-highlights-container .lot-item .lot-information .right-side .lot-estimate {
            color: #059eaf;
            font-family: "proxima-nova", Arial, sans-serif;
            font-weight: 500;
            font-size: 15px;
            padding-top: 8px; }
          body.auction-calendar .main-body .lot-highlights-container .lot-item .lot-information .right-side .lot-hammer {
            color: #f46800;
            font-family: "proxima-nova", Arial, sans-serif;
            font-weight: 500;
            font-size: 15px;
            margin-top: -6px; }
      body.auction-calendar .main-body .lot-highlights-container .lot-item .lot-buttons {
        float: left;
        clear: both;
        margin-top: 10px;
        width: 100%; }
        @media screen and (max-width: 909px) {
          body.auction-calendar .main-body .lot-highlights-container .lot-item .lot-buttons {
            width: 25%;
            bottom: 10px;
            position: absolute;
            right: 0; } }
        @media screen and (max-width: 609px) {
          body.auction-calendar .main-body .lot-highlights-container .lot-item .lot-buttons {
            width: 50%;
            position: initial; } }
        @media screen and (max-width: 424px) {
          body.auction-calendar .main-body .lot-highlights-container .lot-item .lot-buttons {
            width: 100%; } }
        body.auction-calendar .main-body .lot-highlights-container .lot-item .lot-buttons .button {
          width: 48%;
          border-radius: 0;
          font-family: "proxima-nova", Arial, sans-serif;
          color: white;
          font-weight: normal;
          font-size: 16px;
          text-transform: uppercase;
          padding: 7px 0;
          border: 1px solid #059eaf;
          background-color: #059eaf;
          letter-spacing: 0.5px; }
          @media screen and (max-width: 1089px) {
            body.auction-calendar .main-body .lot-highlights-container .lot-item .lot-buttons .button {
              width: 75%;
              margin-top: 5px; } }
          body.auction-calendar .main-body .lot-highlights-container .lot-item .lot-buttons .button:hover {
            background-color: transparent;
            color: #059eaf; }
          body.auction-calendar .main-body .lot-highlights-container .lot-item .lot-buttons .button.btn-view-more {
            border: 1px solid #476080;
            background-color: #476080; }
            body.auction-calendar .main-body .lot-highlights-container .lot-item .lot-buttons .button.btn-view-more:hover {
              background-color: transparent;
              color: #476080; }
          @media screen and (max-width: 909px) {
            body.auction-calendar .main-body .lot-highlights-container .lot-item .lot-buttons .button {
              width: 100%; } }
  body.auction-calendar .main-body .signup-for-alerts .alerts-container {
    background-color: #eee;
    padding: 25px; }
    body.auction-calendar .main-body .signup-for-alerts .alerts-container .alerts-header .heading {
      text-align: left;
      margin: 0;
      padding: 0;
      font-family: "PT Serif", serif;
      color: #4d4d4d;
      font-weight: bold;
      font-style: italic;
      font-size: 25px; }
      @media screen and (max-width: 599px) {
        body.auction-calendar .main-body .signup-for-alerts .alerts-container .alerts-header .heading {
          font-size: 18px; } }
    body.auction-calendar .main-body .signup-for-alerts .alerts-container .alerts-input .form-container {
      margin: 0;
      padding: 0;
      max-width: 100%;
      padding-top: 15px;
      position: relative; }
      body.auction-calendar .main-body .signup-for-alerts .alerts-container .alerts-input .form-container input.email-input {
        width: 85%;
        float: left;
        background-color: white;
        border: none;
        padding: 12px 15px;
        color: #4d4d4d;
        font-size: 21px;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: normal;
        font-style: italic; }
        body.auction-calendar .main-body .signup-for-alerts .alerts-container .alerts-input .form-container input.email-input::-webkit-input-placeholder {
          color: #4d4d4d;
          font-size: 21px;
          font-family: "proxima-nova", Arial, sans-serif;
          font-weight: normal;
          font-style: italic; }
        body.auction-calendar .main-body .signup-for-alerts .alerts-container .alerts-input .form-container input.email-input:-moz-placeholder {
          color: #4d4d4d;
          font-size: 21px;
          font-family: "proxima-nova", Arial, sans-serif;
          font-weight: normal;
          font-style: italic; }
        body.auction-calendar .main-body .signup-for-alerts .alerts-container .alerts-input .form-container input.email-input::-moz-placeholder {
          color: #4d4d4d;
          font-size: 21px;
          font-family: "proxima-nova", Arial, sans-serif;
          font-weight: normal;
          font-style: italic; }
        body.auction-calendar .main-body .signup-for-alerts .alerts-container .alerts-input .form-container input.email-input:-ms-input-placeholder {
          color: #4d4d4d;
          font-size: 21px;
          font-family: "proxima-nova", Arial, sans-serif;
          font-weight: normal;
          font-style: italic; }
        @media screen and (max-width: 779px) {
          body.auction-calendar .main-body .signup-for-alerts .alerts-container .alerts-input .form-container input.email-input {
            width: 60%; } }
        @media screen and (max-width: 549px) {
          body.auction-calendar .main-body .signup-for-alerts .alerts-container .alerts-input .form-container input.email-input {
            width: 100%; } }
      body.auction-calendar .main-body .signup-for-alerts .alerts-container .alerts-input .form-container .submit-button {
        border-radius: 0;
        font-family: "proxima-nova", Arial, sans-serif;
        color: white;
        font-weight: normal;
        font-size: 16px;
        text-transform: uppercase;
        padding: 14px 18px;
        border: 1px solid #059eaf;
        background-color: #059eaf;
        letter-spacing: 0.5px;
        float: left;
        width: 15%;
        display: block; }
        body.auction-calendar .main-body .signup-for-alerts .alerts-container .alerts-input .form-container .submit-button:hover {
          background-color: white;
          color: #059eaf; }
        @media screen and (max-width: 779px) {
          body.auction-calendar .main-body .signup-for-alerts .alerts-container .alerts-input .form-container .submit-button {
            width: 40%; } }
        @media screen and (max-width: 549px) {
          body.auction-calendar .main-body .signup-for-alerts .alerts-container .alerts-input .form-container .submit-button {
            width: 100%;
            margin-top: 8px; } }
  body.auction-calendar .main-body .highest-prices-realised {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: none;
    margin-top: 30px; }
    body.auction-calendar .main-body .highest-prices-realised .lots-container {
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
      border-top: 1px solid rgba(175, 175, 175, 0.5);
      border-bottom: 1px solid rgba(175, 175, 175, 0.5);
      background-color: #eee; }
      body.auction-calendar .main-body .highest-prices-realised .lots-container.no-top-border {
        border-top: none; }
      @media screen and (max-width: 999px) {
        body.auction-calendar .main-body .highest-prices-realised .lots-container {
          padding: 0 20px; } }
      body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content {
        max-width: 1060px;
        margin: 0 auto;
        float: none;
        padding: 0; }
        body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-header {
          width: 100%;
          height: 70px; }
          body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-header .title {
            width: auto;
            float: left; }
            body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-header .title > h2 {
              color: #4d4d4d;
              font-family: "PT Serif", serif;
              font-weight: bold;
              font-style: italic;
              font-size: 25px;
              margin-top: 20px;
              margin-bottom: 0; }
          body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-header .pagination {
            float: right;
            width: auto; }
            body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-header .pagination .pagination-list {
              margin: 0;
              padding: 0; }
              body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-header .pagination .pagination-list li {
                padding: 0;
                margin: 0;
                list-style: none;
                float: left;
                width: 28px;
                height: 28px;
                text-align: center;
                border: 2px solid #eee;
                background-color: #eee;
                color: #666;
                cursor: pointer;
                margin-left: 6px;
                font-size: 16px;
                font-weight: normal;
                font-family: "proxima-nova", Arial, sans-serif; }
                body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-header .pagination .pagination-list li.number {
                  padding-top: 1px; }
                  body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-header .pagination .pagination-list li.number:hover, body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-header .pagination .pagination-list li.number.active {
                    background-color: #059eaf;
                    border-color: #059eaf;
                    color: white; }
                body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-header .pagination .pagination-list li.prev, body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-header .pagination .pagination-list li.next {
                  font-size: 24px;
                  line-height: 23px;
                  background-color: transparent; }
                  body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-header .pagination .pagination-list li.prev:hover, body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-header .pagination .pagination-list li.next:hover {
                    background-color: #eee; }
          @media screen and (max-width: 499px) {
            body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-header {
              text-align: center; }
              body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-header .title {
                float: none; }
                body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-header .title h2 {
                  width: auto;
                  margin-top: 5px; }
              body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-header .pagination {
                float: none;
                margin: 8px 0; } }
        body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body {
          padding: 25px 0; }
          @media screen and (max-width: 999px) {
            body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body .lot-item {
              width: 25%;
              float: left;
              min-height: 490px; } }
          @media screen and (max-width: 769px) {
            body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body .lot-item {
              width: 33.3%; } }
          @media screen and (max-width: 624px) {
            body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body .lot-item {
              width: 50%;
              min-height: 440px; } }
          @media screen and (max-width: 499px) {
            body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body .lot-item {
              width: 100%;
              text-align: center; } }
          body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body .lot-item .lot-image {
            text-align: center;
            min-height: 250px;
            max-height: 250px;
            width: 100%; }
            body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body .lot-item .lot-image .lot-image-src {
              width: auto;
              max-height: 200px;
              margin-top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%); }
            @media screen and (max-width: 749px) {
              body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body .lot-item .lot-image {
                min-height: 150px; }
                body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body .lot-item .lot-image .lot-image-src {
                  margin-top: 0;
                  -webkit-transform: none;
                  -moz-transform: none;
                  -ms-transform: none;
                  -o-transform: none;
                  transform: none; } }
          body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body .lot-item .lot-information {
            margin-top: -15px; }
            body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body .lot-item .lot-information .client {
              margin-top: 30px;
              color: #059eaf;
              font-weight: 500;
              font-family: "proxima-nova", Arial, sans-serif;
              font-size: 14px;
              text-transform: uppercase; }
            body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-name {
              margin-top: 20px;
              color: #4d4d4d;
              font-family: "PT Serif", serif;
              font-weight: 300;
              font-size: 16px;
              text-align: left;
              text-transform: none;
              line-height: 18px;
              min-height: 40px; }
              body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-name .show-on-hover {
                display: none; }
            body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-estimate {
              margin: 0;
              padding: 0;
              color: #059eaf;
              font-weight: 500;
              font-family: "proxima-nova", Arial, sans-serif;
              font-size: 18px;
              margin-top: 18px; }
            body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-hammer {
              margin-top: -5px;
              color: #f46800;
              font-weight: 500;
              font-family: "proxima-nova", Arial, sans-serif;
              font-size: 18px; }
          body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body .lot-item .lot-controls {
            margin-top: 20px; }
            body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body .lot-item .lot-controls .button.button-view {
              background-color: #059eaf;
              border: 1px solid #059eaf;
              padding: 8px 35px;
              font-family: "proxima-nova", Arial, sans-serif;
              font-weight: normal;
              font-size: 14px;
              color: white; }
              body.auction-calendar .main-body .highest-prices-realised .lots-container .lots-container-content .content-body .lot-item .lot-controls .button.button-view:hover {
                background-color: transparent;
                color: #059eaf; }
  body.auction-calendar .main-body .latest-lots {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: none; }
    body.auction-calendar .main-body .latest-lots .lots-container {
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
      border-bottom: 1px solid rgba(175, 175, 175, 0.5); }
      body.auction-calendar .main-body .latest-lots .lots-container.no-top-border {
        border-top: none; }
      @media screen and (max-width: 999px) {
        body.auction-calendar .main-body .latest-lots .lots-container {
          padding: 0 20px; } }
      body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content {
        max-width: 1060px;
        margin: 0 auto;
        float: none;
        padding: 0; }
        body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-header {
          width: 100%;
          height: 70px; }
          body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-header .title {
            width: auto;
            float: left; }
            body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-header .title > h2 {
              color: #4d4d4d;
              font-family: "PT Serif", serif;
              font-weight: bold;
              font-style: italic;
              font-size: 25px;
              margin-top: 20px;
              margin-bottom: 0; }
          body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-header .pagination {
            float: right;
            width: auto; }
            body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-header .pagination .pagination-list {
              margin: 0;
              padding: 0; }
              body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-header .pagination .pagination-list li {
                padding: 0;
                margin: 0;
                list-style: none;
                float: left;
                width: 28px;
                height: 28px;
                text-align: center;
                border: 2px solid #eee;
                background-color: #eee;
                color: #666;
                cursor: pointer;
                margin-left: 6px;
                font-size: 16px;
                font-weight: normal;
                font-family: "proxima-nova", Arial, sans-serif; }
                body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-header .pagination .pagination-list li.number {
                  padding-top: 1px; }
                  body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-header .pagination .pagination-list li.number:hover, body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-header .pagination .pagination-list li.number.active {
                    background-color: #059eaf;
                    border-color: #059eaf;
                    color: white; }
                body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-header .pagination .pagination-list li.prev, body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-header .pagination .pagination-list li.next {
                  font-size: 24px;
                  line-height: 23px;
                  background-color: transparent; }
                  body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-header .pagination .pagination-list li.prev:hover, body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-header .pagination .pagination-list li.next:hover {
                    background-color: #eee; }
          @media screen and (max-width: 499px) {
            body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-header {
              text-align: center; }
              body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-header .title {
                float: none; }
                body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-header .title h2 {
                  width: auto;
                  margin-top: 5px; }
              body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-header .pagination {
                float: none;
                margin: 8px 0; } }
        body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body {
          padding: 25px 0; }
          body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item {
            padding: 15px; }
            @media screen and (max-width: 999px) {
              body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item {
                width: 25%;
                float: left;
                min-height: 490px; } }
            @media screen and (max-width: 769px) {
              body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item {
                width: 33.3%; } }
            @media screen and (max-width: 624px) {
              body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item {
                width: 50%;
                min-height: 440px; } }
            @media screen and (max-width: 499px) {
              body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item {
                width: 100%;
                text-align: center; } }
            body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item .lot-image {
              text-align: center;
              min-height: 250px;
              max-height: 250px;
              width: 100%; }
              body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item .lot-image .lot-image-src {
                width: auto;
                max-height: 200px;
                margin-top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%); }
              @media screen and (max-width: 749px) {
                body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item .lot-image {
                  min-height: 150px; }
                  body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item .lot-image .lot-image-src {
                    margin-top: 0;
                    -webkit-transform: none;
                    -moz-transform: none;
                    -ms-transform: none;
                    -o-transform: none;
                    transform: none; } }
            body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item .lot-information {
              margin-top: -15px; }
              body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item .lot-information .client {
                margin-top: 30px;
                color: #059eaf;
                font-weight: 500;
                font-family: "proxima-nova", Arial, sans-serif;
                font-size: 14px;
                text-transform: uppercase; }
              body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-name {
                margin-top: 20px;
                color: #4d4d4d;
                font-family: "PT Serif", serif;
                font-weight: 300;
                font-size: 16px;
                text-align: left;
                text-transform: none;
                line-height: 18px;
                min-height: 40px; }
                body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-name .show-on-hover {
                  display: none; }
              body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-estimate {
                margin: 0;
                padding: 0;
                color: #059eaf;
                font-weight: 500;
                font-family: "proxima-nova", Arial, sans-serif;
                font-size: 18px;
                margin-top: 12px; }
              body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-hammer {
                margin-top: 5px;
                color: #f46800;
                font-weight: 500;
                font-family: "proxima-nova", Arial, sans-serif;
                font-size: 18px; }
            body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item .lot-controls {
              margin-top: 20px; }
              body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item .lot-controls .button.button-view {
                background-color: #059eaf;
                border: 1px solid #059eaf;
                padding: 8px 35px;
                font-family: "proxima-nova", Arial, sans-serif;
                font-weight: normal;
                font-size: 14px;
                color: white; }
                body.auction-calendar .main-body .latest-lots .lots-container .lots-container-content .content-body .lot-item .lot-controls .button.button-view:hover {
                  background-color: transparent;
                  color: #059eaf; }
  body.auction-calendar .main-body .highest-prices-this-month {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: none; }
    body.auction-calendar .main-body .highest-prices-this-month .lots-container {
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
      border-bottom: 1px solid rgba(175, 175, 175, 0.5);
      background-color: #eee; }
      body.auction-calendar .main-body .highest-prices-this-month .lots-container.no-top-border {
        border-top: none; }
      @media screen and (max-width: 999px) {
        body.auction-calendar .main-body .highest-prices-this-month .lots-container {
          padding: 0 20px; } }
      body.auction-calendar .main-body .highest-prices-this-month .lots-container:first-child {
        height: 105px; }
      body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content {
        max-width: 1060px;
        margin: 0 auto;
        float: none;
        padding: 0; }
        body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-header {
          width: 100%;
          height: 70px; }
          body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-header .title {
            width: auto;
            float: left; }
            body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-header .title > h2 {
              color: #4d4d4d;
              font-family: "PT Serif", serif;
              font-weight: bold;
              font-style: italic;
              font-size: 25px;
              margin-top: 20px;
              margin-bottom: 0; }
          body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-header .pagination {
            float: right;
            width: auto; }
            body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-header .pagination .pagination-list {
              margin: 0;
              padding: 0; }
              body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-header .pagination .pagination-list li {
                padding: 0;
                margin: 0;
                list-style: none;
                float: left;
                width: 28px;
                height: 28px;
                text-align: center;
                border: 2px solid #eee;
                background-color: #eee;
                color: #666;
                cursor: pointer;
                margin-left: 6px;
                font-size: 16px;
                font-weight: normal;
                font-family: "proxima-nova", Arial, sans-serif; }
                body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-header .pagination .pagination-list li.number {
                  padding-top: 1px; }
                  body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-header .pagination .pagination-list li.number:hover, body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-header .pagination .pagination-list li.number.active {
                    background-color: #059eaf;
                    border-color: #059eaf;
                    color: white; }
                body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-header .pagination .pagination-list li.prev, body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-header .pagination .pagination-list li.next {
                  font-size: 24px;
                  line-height: 23px;
                  background-color: transparent; }
                  body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-header .pagination .pagination-list li.prev:hover, body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-header .pagination .pagination-list li.next:hover {
                    background-color: #eee; }
          @media screen and (max-width: 499px) {
            body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-header {
              text-align: center; }
              body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-header .title {
                float: none; }
                body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-header .title h2 {
                  width: auto;
                  margin-top: 5px; }
              body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-header .pagination {
                float: none;
                margin: 8px 0; } }
        body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body {
          padding: 25px 0; }
          @media screen and (max-width: 999px) {
            body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body .lot-item {
              width: 25%;
              float: left;
              min-height: 490px; } }
          @media screen and (max-width: 769px) {
            body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body .lot-item {
              width: 33.3%; } }
          @media screen and (max-width: 624px) {
            body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body .lot-item {
              width: 50%;
              min-height: 440px; } }
          @media screen and (max-width: 499px) {
            body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body .lot-item {
              width: 100%;
              text-align: center; } }
          body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body .lot-item .lot-image {
            text-align: center;
            min-height: 250px;
            max-height: 250px;
            width: 100%; }
            body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body .lot-item .lot-image .lot-image-src {
              width: auto;
              max-height: 200px;
              margin-top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%); }
            @media screen and (max-width: 749px) {
              body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body .lot-item .lot-image {
                min-height: 150px; }
                body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body .lot-item .lot-image .lot-image-src {
                  margin-top: 0;
                  -webkit-transform: none;
                  -moz-transform: none;
                  -ms-transform: none;
                  -o-transform: none;
                  transform: none; } }
          body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body .lot-item .lot-information {
            margin-top: -15px; }
            body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body .lot-item .lot-information .client {
              margin-top: 30px;
              color: #059eaf;
              font-weight: 500;
              font-family: "proxima-nova", Arial, sans-serif;
              font-size: 14px;
              text-transform: uppercase; }
            body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-name {
              margin-top: 20px;
              color: #4d4d4d;
              font-family: "PT Serif", serif;
              font-weight: 300;
              font-size: 16px;
              text-align: left;
              text-transform: none;
              line-height: 18px;
              min-height: 40px; }
              body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-name .show-on-hover {
                display: none; }
            body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-estimate {
              margin: 0;
              padding: 0;
              color: #059eaf;
              font-weight: 500;
              font-family: "proxima-nova", Arial, sans-serif;
              font-size: 18px;
              margin-top: 18px; }
            body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-hammer {
              margin-top: -5px;
              color: #f46800;
              font-weight: 500;
              font-family: "proxima-nova", Arial, sans-serif;
              font-size: 18px; }
          body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body .lot-item .lot-controls {
            margin-top: 20px; }
            body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body .lot-item .lot-controls .button.button-view {
              background-color: #059eaf;
              border: 1px solid #059eaf;
              padding: 8px 35px;
              font-family: "proxima-nova", Arial, sans-serif;
              font-weight: normal;
              font-size: 14px;
              color: white; }
              body.auction-calendar .main-body .highest-prices-this-month .lots-container .lots-container-content .content-body .lot-item .lot-controls .button.button-view:hover {
                background-color: transparent;
                color: #059eaf; }
  body.auction-calendar .main-body .highest-prices-last-days {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: none; }
    body.auction-calendar .main-body .highest-prices-last-days .lots-container {
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
      border-bottom: 1px solid rgba(175, 175, 175, 0.5); }
      body.auction-calendar .main-body .highest-prices-last-days .lots-container.no-top-border, body.auction-calendar .main-body .highest-prices-last-days .lots-container.no-bottom-border {
        border-top: none;
        border-bottom: none; }
      @media screen and (max-width: 999px) {
        body.auction-calendar .main-body .highest-prices-last-days .lots-container {
          padding: 0 20px; } }
      body.auction-calendar .main-body .highest-prices-last-days .lots-container:first-child {
        height: 105px; }
      body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content {
        max-width: 1060px;
        margin: 0 auto;
        float: none;
        padding: 0; }
        body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-header {
          width: 100%;
          height: 70px; }
          body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-header .title {
            width: auto;
            float: left; }
            body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-header .title > h2 {
              color: #4d4d4d;
              font-family: "PT Serif", serif;
              font-weight: bold;
              font-style: italic;
              font-size: 25px;
              margin-top: 20px;
              margin-bottom: 0; }
          body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-header .pagination {
            float: right;
            width: auto; }
            body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-header .pagination .pagination-list {
              margin: 0;
              padding: 0; }
              body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-header .pagination .pagination-list li {
                padding: 0;
                margin: 0;
                list-style: none;
                float: left;
                width: 28px;
                height: 28px;
                text-align: center;
                border: 2px solid #eee;
                background-color: #eee;
                color: #666;
                cursor: pointer;
                margin-left: 6px;
                font-size: 16px;
                font-weight: normal;
                font-family: "proxima-nova", Arial, sans-serif; }
                body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-header .pagination .pagination-list li.number {
                  padding-top: 1px; }
                  body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-header .pagination .pagination-list li.number:hover, body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-header .pagination .pagination-list li.number.active {
                    background-color: #059eaf;
                    border-color: #059eaf;
                    color: white; }
                body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-header .pagination .pagination-list li.prev, body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-header .pagination .pagination-list li.next {
                  font-size: 24px;
                  line-height: 23px;
                  background-color: transparent; }
                  body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-header .pagination .pagination-list li.prev:hover, body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-header .pagination .pagination-list li.next:hover {
                    background-color: #eee; }
          @media screen and (max-width: 499px) {
            body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-header {
              text-align: center; }
              body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-header .title {
                float: none; }
                body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-header .title h2 {
                  width: auto;
                  margin-top: 5px; }
              body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-header .pagination {
                float: none;
                margin: 8px 0; } }
        body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body {
          padding: 25px 0; }
          body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item {
            padding: 15px; }
            @media screen and (max-width: 999px) {
              body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item {
                width: 25%;
                float: left;
                min-height: 490px; } }
            @media screen and (max-width: 769px) {
              body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item {
                width: 33.3%; } }
            @media screen and (max-width: 624px) {
              body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item {
                width: 50%;
                min-height: 440px; } }
            @media screen and (max-width: 499px) {
              body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item {
                width: 100%;
                text-align: center; } }
            body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item .lot-image {
              text-align: center;
              min-height: 250px;
              max-height: 250px;
              width: 100%; }
              body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item .lot-image .lot-image-src {
                width: auto;
                max-height: 200px;
                margin-top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%); }
              @media screen and (max-width: 749px) {
                body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item .lot-image {
                  min-height: 150px; }
                  body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item .lot-image .lot-image-src {
                    margin-top: 0;
                    -webkit-transform: none;
                    -moz-transform: none;
                    -ms-transform: none;
                    -o-transform: none;
                    transform: none; } }
            body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item .lot-information {
              margin-top: -15px; }
              body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item .lot-information .client {
                margin-top: 30px;
                color: #059eaf;
                font-weight: 500;
                font-family: "proxima-nova", Arial, sans-serif;
                font-size: 14px;
                text-transform: uppercase; }
              body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-name {
                margin-top: 20px;
                color: #4d4d4d;
                font-family: "PT Serif", serif;
                font-weight: 300;
                font-size: 16px;
                text-align: left;
                text-transform: none;
                line-height: 18px;
                min-height: 40px; }
                body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-name .show-on-hover {
                  display: none; }
              body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-estimate {
                margin: 0;
                padding: 0;
                color: #059eaf;
                font-weight: 500;
                font-family: "proxima-nova", Arial, sans-serif;
                font-size: 18px;
                margin-top: 12px; }
              body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-hammer {
                margin-top: -5px;
                color: #f46800;
                font-weight: 500;
                font-family: "proxima-nova", Arial, sans-serif;
                font-size: 18px; }
            body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item .lot-controls {
              margin-top: 20px; }
              body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item .lot-controls .button.button-view {
                background-color: #059eaf;
                border: 1px solid #059eaf;
                padding: 8px 35px;
                font-family: "proxima-nova", Arial, sans-serif;
                font-weight: normal;
                font-size: 14px;
                color: white; }
                body.auction-calendar .main-body .highest-prices-last-days .lots-container .lots-container-content .content-body .lot-item .lot-controls .button.button-view:hover {
                  background-color: transparent;
                  color: #059eaf; }
  body.auction-calendar .main-body .highest-bids-lots {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: none; }
    body.auction-calendar .main-body .highest-bids-lots .lots-container {
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
      border-bottom: 1px solid rgba(175, 175, 175, 0.5); }
      body.auction-calendar .main-body .highest-bids-lots .lots-container.no-top-border, body.auction-calendar .main-body .highest-bids-lots .lots-container.no-bottom-border {
        border-top: none;
        border-bottom: none; }
      @media screen and (max-width: 999px) {
        body.auction-calendar .main-body .highest-bids-lots .lots-container {
          padding: 0 20px; } }
      body.auction-calendar .main-body .highest-bids-lots .lots-container:first-child {
        height: 105px; }
      body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content {
        max-width: 1060px;
        margin: 0 auto;
        float: none;
        padding: 0; }
        body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-header {
          width: 100%;
          height: 70px; }
          body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-header .title {
            width: auto;
            float: left; }
            body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-header .title > h2 {
              color: #4d4d4d;
              font-family: "PT Serif", serif;
              font-weight: bold;
              font-style: italic;
              font-size: 25px;
              margin-top: 20px;
              margin-bottom: 0; }
          body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-header .pagination {
            float: right;
            width: auto; }
            body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-header .pagination .pagination-list {
              margin: 0;
              padding: 0; }
              body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-header .pagination .pagination-list li {
                padding: 0;
                margin: 0;
                list-style: none;
                float: left;
                width: 28px;
                height: 28px;
                text-align: center;
                border: 2px solid #eee;
                background-color: #eee;
                color: #666;
                cursor: pointer;
                margin-left: 6px;
                font-size: 16px;
                font-weight: normal;
                font-family: "proxima-nova", Arial, sans-serif; }
                body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-header .pagination .pagination-list li.number {
                  padding-top: 1px; }
                  body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-header .pagination .pagination-list li.number:hover, body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-header .pagination .pagination-list li.number.active {
                    background-color: #059eaf;
                    border-color: #059eaf;
                    color: white; }
                body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-header .pagination .pagination-list li.prev, body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-header .pagination .pagination-list li.next {
                  font-size: 24px;
                  line-height: 23px;
                  background-color: transparent; }
                  body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-header .pagination .pagination-list li.prev:hover, body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-header .pagination .pagination-list li.next:hover {
                    background-color: #eee; }
          @media screen and (max-width: 499px) {
            body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-header {
              text-align: center; }
              body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-header .title {
                float: none; }
                body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-header .title h2 {
                  width: auto;
                  margin-top: 5px; }
              body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-header .pagination {
                float: none;
                margin: 8px 0; } }
        body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body {
          padding: 25px 0; }
          body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item {
            padding: 15px; }
            @media screen and (max-width: 999px) {
              body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item {
                width: 25%;
                float: left;
                min-height: 490px; } }
            @media screen and (max-width: 769px) {
              body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item {
                width: 33.3%; } }
            @media screen and (max-width: 624px) {
              body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item {
                width: 50%;
                min-height: 440px; } }
            @media screen and (max-width: 499px) {
              body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item {
                width: 100%;
                text-align: center; } }
            body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item .lot-image {
              text-align: center;
              min-height: 250px;
              max-height: 250px;
              width: 100%; }
              body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item .lot-image .lot-image-src {
                width: auto;
                max-height: 200px;
                margin-top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%); }
              @media screen and (max-width: 749px) {
                body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item .lot-image {
                  min-height: 150px; }
                  body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item .lot-image .lot-image-src {
                    margin-top: 0;
                    -webkit-transform: none;
                    -moz-transform: none;
                    -ms-transform: none;
                    -o-transform: none;
                    transform: none; } }
            body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item .lot-information {
              margin-top: -15px; }
              body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item .lot-information .client {
                margin-top: 30px;
                color: #059eaf;
                font-weight: 500;
                font-family: "proxima-nova", Arial, sans-serif;
                font-size: 14px;
                text-transform: uppercase; }
              body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-name {
                margin-top: 20px;
                color: #4d4d4d;
                font-family: "PT Serif", serif;
                font-weight: 300;
                font-size: 16px;
                text-align: left;
                text-transform: none;
                line-height: 18px;
                min-height: 40px; }
                body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-name .show-on-hover {
                  display: none; }
              body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-estimate {
                margin: 0;
                padding: 0;
                color: #059eaf;
                font-weight: 500;
                font-family: "proxima-nova", Arial, sans-serif;
                font-size: 18px;
                margin-top: 12px; }
              body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item .lot-information .lot-hammer {
                margin-top: -5px;
                color: #f46800;
                font-weight: 500;
                font-family: "proxima-nova", Arial, sans-serif;
                font-size: 18px; }
            body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item .lot-controls {
              margin-top: 20px; }
              body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item .lot-controls .button.button-view {
                background-color: #059eaf;
                border: 1px solid #059eaf;
                padding: 8px 35px;
                font-family: "proxima-nova", Arial, sans-serif;
                font-weight: normal;
                font-size: 14px;
                color: white; }
                body.auction-calendar .main-body .highest-bids-lots .lots-container .lots-container-content .content-body .lot-item .lot-controls .button.button-view:hover {
                  background-color: transparent;
                  color: #059eaf; }
  body.auction-calendar .main-body .footer-container {
    background-color: #476080;
    width: 100%;
    max-width: none;
    padding: 0; }
    body.auction-calendar .main-body .footer-container .footer-container {
      max-width: 1145px;
      margin: 0 auto; }
      body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-social {
        padding-right: 20px;
        width: 35%;
        float: left; }
        body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-social .social-inner {
          padding: 75px 0; }
        @media screen and (max-width: 599px) {
          body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-social {
            float: none;
            width: 100%; }
            body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-social .social-inner {
              padding: 35px 0; } }
      body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information {
        padding-top: 75px;
        width: 65%;
        float: left; }
        @media screen and (max-width: 599px) {
          body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information {
            float: none;
            width: 100%;
            padding: 0 20px; } }
        body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .useful-links {
          width: 50%;
          float: left; }
          body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .useful-links .sub-title {
            color: white;
            font-family: "proxima-nova", Arial, sans-serif;
            font-weight: bold;
            font-size: 16px; }
          body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .useful-links .links-list {
            margin: 0;
            margin-top: 20px; }
            body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .useful-links .links-list .link-item {
              list-style: none;
              margin-top: -5px; }
              body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .useful-links .links-list .link-item a {
                color: white;
                font-family: "proxima-nova", Arial, sans-serif;
                font-weight: 100;
                font-size: 16px; }
        body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .stay-connected {
          width: 50%;
          float: right; }
          body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .stay-connected .sub-title {
            color: white;
            font-family: "proxima-nova", Arial, sans-serif;
            font-weight: bold;
            text-align: right;
            font-size: 16px; }
          body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .stay-connected .social-icons .social-item {
            list-style: none;
            float: right;
            width: 26px;
            margin-left: 10px; }
            body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .stay-connected .social-icons .social-item img {
              width: 26px;
              min-width: 26px;
              height: auto; }
        body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .newsletter-subscribe {
          width: 100%;
          margin-top: 25px;
          float: left;
          clear: both; }
          body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .newsletter-subscribe .signup-newsletter {
            margin: 0;
            max-width: none; }
            body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .newsletter-subscribe .signup-newsletter .email-input {
              width: 80%;
              margin: 0;
              padding: 10px;
              float: left;
              color: #4d4d4d;
              font-size: 15px;
              font-weight: normal;
              font-style: italic;
              height: 44px;
              font-family: "proxima-nova", Arial, sans-serif; }
              body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .newsletter-subscribe .signup-newsletter .email-input::-webkit-input-placeholder {
                color: #4d4d4d;
                font-size: 15px;
                font-weight: normal;
                font-style: italic;
                font-family: "proxima-nova", Arial, sans-serif; }
              body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .newsletter-subscribe .signup-newsletter .email-input:-moz-placeholder {
                color: #4d4d4d;
                font-size: 15px;
                font-weight: normal;
                font-style: italic;
                font-family: "proxima-nova", Arial, sans-serif; }
              body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .newsletter-subscribe .signup-newsletter .email-input::-moz-placeholder {
                color: #4d4d4d;
                font-size: 15px;
                font-weight: normal;
                font-style: italic;
                font-family: "proxima-nova", Arial, sans-serif; }
              body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .newsletter-subscribe .signup-newsletter .email-input:-ms-input-placeholder {
                color: #4d4d4d;
                font-size: 15px;
                font-weight: normal;
                font-style: italic;
                font-family: "proxima-nova", Arial, sans-serif; }
              @media screen and (max-width: 399px) {
                body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .newsletter-subscribe .signup-newsletter .email-input {
                  font-size: 13px;
                  width: 70%; }
                  body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .newsletter-subscribe .signup-newsletter .email-input::-webkit-input-placeholder {
                    font-size: 13px; }
                  body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .newsletter-subscribe .signup-newsletter .email-input:-moz-placeholder {
                    font-size: 13px; }
                  body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .newsletter-subscribe .signup-newsletter .email-input::-moz-placeholder {
                    font-size: 13px; }
                  body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .newsletter-subscribe .signup-newsletter .email-input:-ms-input-placeholder {
                    font-size: 13px; } }
            body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .newsletter-subscribe .signup-newsletter .submit-field {
              width: 20%;
              margin: 0;
              padding: 10px 5px;
              height: 44px;
              float: left;
              color: white;
              font-family: "proxima-nova", Arial, sans-serif;
              font-weight: normal;
              font-size: 16px;
              background-color: #059eaf;
              border-radius: 0;
              border: 1px solid #059eaf;
              margin-left: -1px;
              -webkit-transition: all 0.2s ease-in-out 0s;
              -moz-transition: all 0.2s ease-in-out 0s;
              -ms-transition: all 0.2s ease-in-out 0s;
              -o-transition: all 0.2s ease-in-out 0s;
              transition: all 0.2s ease-in-out 0s; }
              body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .newsletter-subscribe .signup-newsletter .submit-field:hover {
                background-color: transparent;
                color: white;
                border: 1px solid white; }
              @media screen and (max-width: 399px) {
                body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .newsletter-subscribe .signup-newsletter .submit-field {
                  width: 30%; } }
        body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .site-details {
          float: left;
          clear: both;
          width: 100%;
          margin-top: 30px; }
          body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .site-details .details-content {
            text-align: right; }
            body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .site-details .details-content img {
              width: 56%; }
            body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .site-details .details-content p {
              color: white;
              font-weight: 100;
              font-size: 14px;
              font-family: "proxima-nova", Arial, sans-serif; }
              body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .site-details .details-content p.number-email {
                line-height: 18px;
                padding-top: 5px; }
              body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .site-details .details-content p.details {
                padding-top: 12px;
                line-height: 18px; }
              body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .site-details .details-content p a {
                width: 100%;
                color: white;
                font-weight: 400;
                font-size: 16px;
                font-family: "proxima-nova", Arial, sans-serif; }
            @media screen and (max-width: 599px) {
              body.auction-calendar .main-body .footer-container .footer-container .footer-content.footer-information .information-inner .site-details .details-content {
                padding-bottom: 35px;
                text-align: center; } }
body.auction-calendar .js-overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99; }
  body.auction-calendar .js-overlay-container .overlay-container {
    background-color: white;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 20px 25px;
    min-height: 600px;
    border-radius: 10px; }
    @media screen and (max-width: 619px) {
      body.auction-calendar .js-overlay-container .overlay-container {
        margin-left: 2%;
        margin-right: 2%;
        width: 96%;
        margin-top: 60px;
        min-height: 88%; } }
    body.auction-calendar .js-overlay-container .overlay-container .overlay-content .overlay-title {
      font-family: "PT Serif", serif;
      font-size: 25px;
      font-weight: bold;
      color: #4d4d4d;
      text-align: center;
      width: 100%;
      border-bottom: 1px solid rgba(175, 175, 175, 0.5);
      padding-bottom: 12px; }
      @media screen and (max-width: 499px) {
        body.auction-calendar .js-overlay-container .overlay-container .overlay-content .overlay-title {
          font-size: 15px; } }
    body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .heading {
      padding: 15px 0; }
      body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .heading .sub-title {
        font-family: "PT Serif", serif;
        font-size: 18px;
        font-weight: normal;
        color: #4d4d4d; }
        @media screen and (max-width: 499px) {
          body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .heading .sub-title {
            font-size: 14px; } }
      @media screen and (max-width: 499px) {
        body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .heading {
          padding: 5px 0; } }
    body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .form-group.input-field {
      height: 50px;
      padding-top: 15px; }
      @media screen and (max-width: 499px) {
        body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .form-group.input-field {
          padding-top: 0;
          margin-bottom: -2px; } }
      body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .form-group.input-field .field-label {
        width: 30%;
        float: left;
        display: block;
        padding-top: 8px; }
      body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .form-group.input-field .email-input {
        width: 70%;
        float: left;
        display: block;
        height: 36px;
        color: #4d4d4d;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 18px;
        border: 1px solid rgba(102, 102, 102, 0.4); }
        body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .form-group.input-field .email-input::-webkit-input-placeholder {
          color: #4d4d4d;
          font-family: "proxima-nova", Arial, sans-serif;
          font-weight: 300;
          font-style: italic;
          font-size: 18px; }
        body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .form-group.input-field .email-input:-moz-placeholder {
          color: #4d4d4d;
          font-family: "proxima-nova", Arial, sans-serif;
          font-weight: 300;
          font-style: italic;
          font-size: 18px; }
        body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .form-group.input-field .email-input::-moz-placeholder {
          color: #4d4d4d;
          font-family: "proxima-nova", Arial, sans-serif;
          font-weight: 300;
          font-style: italic;
          font-size: 18px; }
        body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .form-group.input-field .email-input:-ms-input-placeholder {
          color: #4d4d4d;
          font-family: "proxima-nova", Arial, sans-serif;
          font-weight: 300;
          font-style: italic;
          font-size: 18px; }
    body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .check-boxes-container .checkbox-item {
      width: 33.3%;
      float: left;
      padding: 5px 0;
      position: relative;
      padding-left: 25px; }
      body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .check-boxes-container .checkbox-item > label {
        color: #666666;
        font-weight: 300;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 15px; }
      body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .check-boxes-container .checkbox-item > input {
        position: absolute;
        left: 0;
        top: 5px; }
    body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .form-controls {
      width: 100%;
      float: left;
      margin-top: 20px; }
      @media screen and (max-width: 499px) {
        body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .form-controls {
          margin-top: 0; } }
      body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .form-controls .btn-submit-subscription {
        color: white;
        float: left;
        background-color: #059eaf;
        text-transform: uppercase;
        border-radius: 0;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: normal;
        letter-spacing: 0.8px;
        font-size: 14px;
        text-transform: uppercase;
        padding: 9px 18px;
        border: 1px solid #059eaf;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .form-controls .btn-submit-subscription:hover {
          background-color: transparent;
          color: #059eaf; }
      body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .form-controls .btn-cancel-subscription {
        color: white;
        float: left;
        background-color: #BD1416;
        text-transform: uppercase;
        border-radius: 0;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: normal;
        letter-spacing: 0.8px;
        font-size: 14px;
        text-transform: uppercase;
        padding: 9px 18px;
        margin-left: 20px;
        border: 1px solid #BD1416;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        body.auction-calendar .js-overlay-container .overlay-container .overlay-content .email-preferences .form-controls .btn-cancel-subscription:hover {
          background-color: transparent;
          color: #BD1416; }
  body.auction-calendar .js-overlay-container.hidden {
    display: none; }
body.auction-calendar .valuation_text {
  padding-top: 15px; }

/* ====== COMMERCIAL AUCTION SOFTWARE ====== */
.commercial-auction-software {
  /*===============================================================
  	Section 1
  ===============================================================*/
  /*===============================================================
  	Section 2
  ===============================================================*/
  /*===============================================================
  	Section 3
  ===============================================================*/
  /*===============================================================
  	Section 4
  ===============================================================*/
  /*===============================================================
  	Section 5
  ===============================================================*/
  /*===============================================================
  	Overlay Containers
  ===============================================================*/ }
  .commercial-auction-software section {
    min-height: 575px;
    width: 100%; }
    .commercial-auction-software section .row {
      max-width: 980px;
      width: 100%;
      margin: 0 auto; }
  .commercial-auction-software .introduction.section-1 {
    background-image: url("../images/pages/commercial-auction-software/banner-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px; }
    .commercial-auction-software .introduction.section-1 .col-md-6 > img {
      margin-top: 90px;
      margin-bottom: 22px; }
    .commercial-auction-software .introduction.section-1 .col-md-6 h1 {
      margin-top: 8px;
      font-weight: 100;
      color: white;
      text-align: left;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 32px; }
      .commercial-auction-software .introduction.section-1 .col-md-6 h1 > strong {
        font-weight: 500;
        color: white;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 32px; }
    .commercial-auction-software .introduction.section-1 .col-md-6 p.text {
      margin-top: 12px;
      font-weight: 100;
      font-size: 14px;
      color: white;
      font-family: "proxima-nova", Arial, sans-serif;
      background: transparent;
      border: none; }
    .commercial-auction-software .introduction.section-1 .col-md-6 button.get-in-touch-cas {
      background: initial;
      background-color: white;
      border: 1px solid white;
      color: #035f78;
      padding: 8px 0;
      font-weight: 400;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 17px;
      margin: 0;
      margin-top: 25px;
      width: 56%;
      border-radius: 0;
      letter-spacing: 1px;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .commercial-auction-software .introduction.section-1 .col-md-6 button.get-in-touch-cas:hover {
        background-color: transparent;
        color: white; }
    .commercial-auction-software .introduction.section-1 .col-md-6 .image-container {
      position: relative;
      clear: both;
      margin-top: 35%; }
      .commercial-auction-software .introduction.section-1 .col-md-6 .image-container img {
        float: right;
        clear: both; }
      .commercial-auction-software .introduction.section-1 .col-md-6 .image-container .click-to-play-icon {
        position: absolute;
        float: none;
        width: 100px;
        margin-top: 17%;
        left: 41%;
        pointer-events: none; }
      .commercial-auction-software .introduction.section-1 .col-md-6 .image-container .click-to-play {
        text-align: center;
        width: 100%;
        display: block;
        color: white;
        margin-top: 8px;
        float: right;
        font-style: italic;
        font-weight: 100;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 16px;
        padding-left: 20px;
        cursor: pointer; }
    @media screen and (max-width: 994px) {
      .commercial-auction-software .introduction.section-1 .col-md-6 {
        width: 50%;
        float: left; } }
    @media screen and (max-width: 674px) {
      .commercial-auction-software .introduction.section-1 .col-md-6 {
        width: 100%;
        float: none;
        text-align: center; }
        .commercial-auction-software .introduction.section-1 .col-md-6 .image-container {
          margin-top: 25px; }
          .commercial-auction-software .introduction.section-1 .col-md-6 .image-container img {
            float: none;
            margin-bottom: 50px; }
          .commercial-auction-software .introduction.section-1 .col-md-6 .image-container .click-to-play {
            margin-top: -45px; }
          .commercial-auction-software .introduction.section-1 .col-md-6 .image-container .click-to-play-icon {
            margin-top: 14%; } }
  .commercial-auction-software .case-bcva.section-2 {
    background-image: url("../images/pages/commercial-auction-software/banner-2.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    .commercial-auction-software .case-bcva.section-2 .col-md-6 .white-container {
      position: relative;
      background-color: white;
      padding: 30px;
      margin-top: 90px;
      padding-bottom: 55px;
      max-width: 431px; }
      .commercial-auction-software .case-bcva.section-2 .col-md-6 .white-container h4.title {
        color: #05a2b3;
        font-weight: 500;
        font-size: 24px;
        font-family: "proxima-nova", Arial, sans-serif; }
      .commercial-auction-software .case-bcva.section-2 .col-md-6 .white-container p.text {
        color: #4d4d4d;
        font-weight: 100;
        font-size: 15px;
        font-family: "proxima-nova", Arial, sans-serif;
        border: none;
        padding: 0;
        margin: 0;
        background: transparent; }
        .commercial-auction-software .case-bcva.section-2 .col-md-6 .white-container p.text.line-1 {
          padding-bottom: 12px; }
      .commercial-auction-software .case-bcva.section-2 .col-md-6 .white-container button.get-in-touch-cas {
        position: absolute;
        bottom: -20px;
        right: 50px;
        background: initial;
        background-color: #f46800;
        border: 1px solid #f46800;
        color: white;
        padding: 8px 0;
        font-weight: 400;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 17px;
        margin: 0;
        width: 56%;
        border-radius: 0;
        letter-spacing: 1px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .commercial-auction-software .case-bcva.section-2 .col-md-6 .white-container button.get-in-touch-cas:hover {
          color: #f46800;
          background-color: white; }
    .commercial-auction-software .case-bcva.section-2 .col-md-6 .image-container.js-launch-new-tab {
      cursor: pointer; }
    .commercial-auction-software .case-bcva.section-2 .col-md-6 .image-container img {
      pointer-events: none;
      max-width: none;
      width: auto;
      position: relative;
      top: 65px;
      left: -180px; }
    @media screen and (max-width: 994px) {
      .commercial-auction-software .case-bcva.section-2 .col-md-6 {
        width: 50%;
        float: left; }
        .commercial-auction-software .case-bcva.section-2 .col-md-6 .image-container img {
          float: none;
          top: 165px;
          left: 0;
          max-width: 115%;
          float: right; } }
    @media screen and (max-width: 674px) {
      .commercial-auction-software .case-bcva.section-2 .col-md-6 {
        width: 100%;
        float: none;
        text-align: center; }
        .commercial-auction-software .case-bcva.section-2 .col-md-6 .white-container {
          margin: 25px auto;
          padding-bottom: 25px; }
          .commercial-auction-software .case-bcva.section-2 .col-md-6 .white-container .text.line-2 {
            padding-bottom: 25px; }
          .commercial-auction-software .case-bcva.section-2 .col-md-6 .white-container button.get-in-touch-cas {
            position: initial;
            bottom: initial;
            right: initial; }
        .commercial-auction-software .case-bcva.section-2 .col-md-6 .image-container img {
          float: none;
          margin-top: -25px;
          margin-bottom: 25px;
          max-width: 100%;
          position: initial; } }
  .commercial-auction-software .timed-auction.section-3 {
    background-image: url("../images/pages/commercial-auction-software/banner-3.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    .commercial-auction-software .timed-auction.section-3 .col-md-6 .white-container {
      position: relative;
      background-color: white;
      padding: 30px;
      margin-top: 110px;
      padding-bottom: 55px;
      max-width: 431px;
      float: right; }
      .commercial-auction-software .timed-auction.section-3 .col-md-6 .white-container h4.title {
        color: #003664;
        font-weight: 500;
        font-size: 24px;
        font-family: "proxima-nova", Arial, sans-serif; }
      .commercial-auction-software .timed-auction.section-3 .col-md-6 .white-container p.text {
        color: #4d4d4d;
        font-weight: 100;
        font-size: 15px;
        font-family: "proxima-nova", Arial, sans-serif;
        border: none;
        padding: 0;
        margin: 0;
        background: transparent; }
        .commercial-auction-software .timed-auction.section-3 .col-md-6 .white-container p.text.line-1 {
          padding-bottom: 12px; }
      .commercial-auction-software .timed-auction.section-3 .col-md-6 .white-container button.watch-video-here {
        position: absolute;
        bottom: -20px;
        right: 15px;
        background: initial;
        background-color: #f46800;
        border: 1px solid #f46800;
        color: white;
        padding: 8px 0;
        font-weight: 400;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 17px;
        margin: 0;
        width: 74%;
        border-radius: 0;
        letter-spacing: 1px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .commercial-auction-software .timed-auction.section-3 .col-md-6 .white-container button.watch-video-here:hover {
          color: #f46800;
          background-color: white; }
    @media screen and (max-width: 674px) {
      .commercial-auction-software .timed-auction.section-3 .col-md-6 {
        width: 100%;
        clear: both;
        margin-top: 38px; }
        .commercial-auction-software .timed-auction.section-3 .col-md-6 .white-container {
          text-align: center;
          clear: both;
          margin: 0 auto;
          float: none;
          padding-bottom: 35px; }
          .commercial-auction-software .timed-auction.section-3 .col-md-6 .white-container button.watch-video-here {
            position: initial;
            margin-top: 50px; } }
  .commercial-auction-software .bid-management.section-4 {
    background-image: url("../images/pages/commercial-auction-software/banner-4.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    .commercial-auction-software .bid-management.section-4 .col-md-6 .image-container {
      margin-top: 110px; }
    .commercial-auction-software .bid-management.section-4 .col-md-6 .white-container {
      position: relative;
      background-color: white;
      padding: 30px;
      margin-top: 55px;
      padding-bottom: 40px;
      max-width: 431px; }
      .commercial-auction-software .bid-management.section-4 .col-md-6 .white-container h4.title {
        color: #003664;
        font-weight: 500;
        font-size: 24px;
        font-family: "proxima-nova", Arial, sans-serif; }
        .commercial-auction-software .bid-management.section-4 .col-md-6 .white-container h4.title.title-2 {
          color: #05a2b3;
          margin-top: 30px; }
      .commercial-auction-software .bid-management.section-4 .col-md-6 .white-container p.text {
        color: #4d4d4d;
        font-weight: 100;
        font-size: 15px;
        font-family: "proxima-nova", Arial, sans-serif;
        border: none;
        padding: 0;
        margin: 0;
        background: transparent; }
        .commercial-auction-software .bid-management.section-4 .col-md-6 .white-container p.text.line-1 {
          padding-bottom: 12px; }
      .commercial-auction-software .bid-management.section-4 .col-md-6 .white-container button.get-in-touch-cas {
        position: absolute;
        bottom: -20px;
        left: 50px;
        background: initial;
        background-color: #f46800;
        border: 1px solid #f46800;
        color: white;
        padding: 8px 0;
        font-weight: 400;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 17px;
        margin: 0;
        width: 56%;
        border-radius: 0;
        letter-spacing: 1px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .commercial-auction-software .bid-management.section-4 .col-md-6 .white-container button.get-in-touch-cas:hover {
          color: #f46800;
          background-color: white; }
    @media screen and (max-width: 994px) {
      .commercial-auction-software .bid-management.section-4 .col-md-6 {
        width: 50%;
        float: left; }
        .commercial-auction-software .bid-management.section-4 .col-md-6 .image-container img {
          float: none;
          top: 165px;
          left: 0;
          max-width: 115%;
          float: right; } }
    @media screen and (max-width: 674px) {
      .commercial-auction-software .bid-management.section-4 .col-md-6 {
        width: 100%;
        float: none;
        text-align: center; }
        .commercial-auction-software .bid-management.section-4 .col-md-6 .white-container {
          margin: 25px auto;
          padding-bottom: 25px; }
          .commercial-auction-software .bid-management.section-4 .col-md-6 .white-container .text.line-2 {
            padding-bottom: 25px; }
          .commercial-auction-software .bid-management.section-4 .col-md-6 .white-container button.get-in-touch-cas {
            position: initial;
            bottom: initial;
            right: initial; }
        .commercial-auction-software .bid-management.section-4 .col-md-6 .image-container img {
          float: none;
          margin-top: -25px;
          margin-bottom: 25px;
          max-width: 100%;
          position: initial; } }
  .commercial-auction-software .digital-marketing.section-5 {
    background-image: url("../images/pages/commercial-auction-software/banner-5.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    .commercial-auction-software .digital-marketing.section-5 .col-md-6 {
      position: relative; }
      .commercial-auction-software .digital-marketing.section-5 .col-md-6 .image-container {
        margin-top: 140px; }
        .commercial-auction-software .digital-marketing.section-5 .col-md-6 .image-container img {
          max-width: none;
          float: right; }
          @media screen and (max-width: 1199px) {
            .commercial-auction-software .digital-marketing.section-5 .col-md-6 .image-container img {
              max-width: 100%; } }
      .commercial-auction-software .digital-marketing.section-5 .col-md-6 .white-container {
        position: relative;
        float: right;
        background-color: white;
        padding: 30px;
        margin-top: 55px;
        padding-bottom: 85px;
        max-width: 431px; }
        .commercial-auction-software .digital-marketing.section-5 .col-md-6 .white-container h4.title {
          color: #003664;
          font-weight: 500;
          font-size: 24px;
          font-family: "proxima-nova", Arial, sans-serif; }
          .commercial-auction-software .digital-marketing.section-5 .col-md-6 .white-container h4.title.title-2 {
            color: #05a2b3;
            margin-top: 30px; }
        .commercial-auction-software .digital-marketing.section-5 .col-md-6 .white-container p.text {
          color: #4d4d4d;
          font-weight: 100;
          font-size: 15px;
          font-family: "proxima-nova", Arial, sans-serif;
          border: none;
          padding: 0;
          margin: 0;
          background: transparent; }
          .commercial-auction-software .digital-marketing.section-5 .col-md-6 .white-container p.text.line-1 {
            padding-bottom: 12px; }
      .commercial-auction-software .digital-marketing.section-5 .col-md-6 .button-container {
        background-color: #f46800;
        position: absolute;
        bottom: -50px;
        padding: 15px 30px;
        left: 110px; }
        .commercial-auction-software .digital-marketing.section-5 .col-md-6 .button-container p {
          color: white;
          font-weight: 100;
          font-family: "proxima-nova", Arial, sans-serif;
          font-size: 16px;
          line-height: 20px; }
        .commercial-auction-software .digital-marketing.section-5 .col-md-6 .button-container button.download-brochure-now {
          margin: 0;
          margin-top: 8px;
          background: initial;
          background-color: #f46800;
          border: none;
          border-bottom: 2px solid white;
          padding-bottom: 2px;
          color: white;
          font-weight: 400;
          font-family: "proxima-nova", Arial, sans-serif;
          font-size: 17px;
          width: 100%;
          padding: 0;
          border-radius: 0;
          letter-spacing: 1px;
          -webkit-transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
          .commercial-auction-software .digital-marketing.section-5 .col-md-6 .button-container button.download-brochure-now:hover {
            color: #f46800;
            background-color: white; }
        @media screen and (max-width: 874px) {
          .commercial-auction-software .digital-marketing.section-5 .col-md-6 .button-container {
            left: 5%;
            width: 90%; } }
        @media screen and (max-width: 774px) {
          .commercial-auction-software .digital-marketing.section-5 .col-md-6 .button-container {
            bottom: -25px; } }
      @media screen and (max-width: 994px) {
        .commercial-auction-software .digital-marketing.section-5 .col-md-6 {
          width: 50%;
          float: left; }
          .commercial-auction-software .digital-marketing.section-5 .col-md-6 .image-container img {
            float: none;
            top: 165px;
            left: 0;
            max-width: 115%;
            float: right; } }
      @media screen and (max-width: 674px) {
        .commercial-auction-software .digital-marketing.section-5 .col-md-6 {
          width: 100%;
          float: none;
          text-align: center; }
          .commercial-auction-software .digital-marketing.section-5 .col-md-6 .white-container {
            margin: 25px auto;
            padding-bottom: 25px;
            float: none; }
          .commercial-auction-software .digital-marketing.section-5 .col-md-6 .button-container {
            max-width: 431px;
            margin: 0 auto;
            float: none;
            position: initial; }
          .commercial-auction-software .digital-marketing.section-5 .col-md-6 .image-container {
            margin-top: 25px; }
            .commercial-auction-software .digital-marketing.section-5 .col-md-6 .image-container img {
              float: none;
              margin-top: 0;
              margin-bottom: 25px;
              max-width: 75%;
              position: initial; } }
  .commercial-auction-software .overlay-container-cas {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0; }
    .commercial-auction-software .overlay-container-cas#js-overlay-container-video .inner-content, .commercial-auction-software .overlay-container-cas#js-overlay-container-video2 .inner-content {
      position: relative;
      max-width: 600px;
      background-color: white;
      margin: 0 auto;
      margin-top: 15%;
      padding: 40px; }
      .commercial-auction-software .overlay-container-cas#js-overlay-container-video .inner-content #js-overlay-container-video-close, .commercial-auction-software .overlay-container-cas#js-overlay-container-video .inner-content #js-overlay-container-video2-close, .commercial-auction-software .overlay-container-cas#js-overlay-container-video2 .inner-content #js-overlay-container-video-close, .commercial-auction-software .overlay-container-cas#js-overlay-container-video2 .inner-content #js-overlay-container-video2-close {
        position: absolute;
        right: 12px;
        top: 10px;
        font-family: monospace;
        color: red;
        font-weight: 100;
        font-size: 22px;
        cursor: pointer; }
        .commercial-auction-software .overlay-container-cas#js-overlay-container-video .inner-content #js-overlay-container-video-close:hover, .commercial-auction-software .overlay-container-cas#js-overlay-container-video .inner-content #js-overlay-container-video2-close:hover, .commercial-auction-software .overlay-container-cas#js-overlay-container-video2 .inner-content #js-overlay-container-video-close:hover, .commercial-auction-software .overlay-container-cas#js-overlay-container-video2 .inner-content #js-overlay-container-video2-close:hover {
          text-decoration: underline; }
      .commercial-auction-software .overlay-container-cas#js-overlay-container-video .inner-content .title, .commercial-auction-software .overlay-container-cas#js-overlay-container-video2 .inner-content .title {
        color: #003664;
        font-weight: 500;
        font-size: 24px;
        font-family: "proxima-nova", Arial, sans-serif; }

/* ====== AUCTION SOFTWARE ====== */
.auction-systems {
  /*===============================================================
  	Section 1
  ===============================================================*/
  /*===============================================================
  	Section 2
  ===============================================================*/
  /*===============================================================
  	Section 3
  ===============================================================*/
  /*===============================================================
  	Section 4
  ===============================================================*/
  /*===============================================================
  	Section 5
  ===============================================================*/
  /*===============================================================
  	Overlay Containers
  ===============================================================*/ }
  .auction-systems section {
    min-height: 575px;
    width: 100%; }
    .auction-systems section .row {
      max-width: 980px;
      width: 100%;
      margin: 0 auto; }
  .auction-systems .introduction.section-1 {
    background-image: url("../images/pages/commercial-auction-software/banner-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px; }
    .auction-systems .introduction.section-1 .col-md-6 > img {
      margin-top: 110px;
      margin-bottom: 22px; }
    .auction-systems .introduction.section-1 .col-md-6 h1 {
      margin-top: 8px;
      font-weight: 100;
      color: white;
      text-align: left;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 32px; }
      .auction-systems .introduction.section-1 .col-md-6 h1 > strong {
        font-weight: 500;
        color: white;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 32px; }
    .auction-systems .introduction.section-1 .col-md-6 p.text {
      margin-top: 12px;
      font-weight: 100;
      font-size: 14px;
      color: white;
      font-family: "proxima-nova", Arial, sans-serif;
      background: transparent;
      border: none; }
    .auction-systems .introduction.section-1 .col-md-6 button.get-in-touch-cas {
      background: initial;
      background-color: white;
      border: 1px solid white;
      color: #035f78;
      padding: 8px 0;
      font-weight: 400;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 17px;
      margin: 0;
      margin-top: 25px;
      width: 56%;
      border-radius: 0;
      letter-spacing: 1px;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .auction-systems .introduction.section-1 .col-md-6 button.get-in-touch-cas:hover {
        background-color: transparent;
        color: white; }
    .auction-systems .introduction.section-1 .col-md-6 .image-container {
      position: relative;
      clear: both;
      margin-top: 35%; }
      .auction-systems .introduction.section-1 .col-md-6 .image-container img {
        float: right;
        clear: both; }
      .auction-systems .introduction.section-1 .col-md-6 .image-container .click-to-play-icon {
        position: absolute;
        float: none;
        width: 100px;
        margin-top: 17%;
        left: 41%;
        pointer-events: none; }
      .auction-systems .introduction.section-1 .col-md-6 .image-container .click-to-play {
        text-align: center;
        width: 100%;
        display: block;
        color: white;
        margin-top: 8px;
        float: right;
        font-style: italic;
        font-weight: 100;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 16px;
        padding-left: 20px;
        cursor: pointer; }
    .auction-systems .introduction.section-1 .col-md-6 .button-container {
      background-color: #f46800;
      position: absolute;
      bottom: -50px;
      padding: 15px 30px;
      left: 110px; }
      .auction-systems .introduction.section-1 .col-md-6 .button-container .col-md-3, .auction-systems .introduction.section-1 .col-md-6 .button-container .col-md-9 {
        margin: 0;
        padding: 0; }
      .auction-systems .introduction.section-1 .col-md-6 .button-container p {
        color: white;
        font-weight: 100;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 16px;
        line-height: 20px; }
      .auction-systems .introduction.section-1 .col-md-6 .button-container button.download-brochure-now {
        margin: 0;
        margin-top: 8px;
        background: initial;
        background-color: #f46800;
        border: none;
        border-bottom: 2px solid white;
        padding-bottom: 2px;
        color: white;
        font-weight: 400;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 17px;
        width: 100%;
        padding: 0;
        border-radius: 0;
        letter-spacing: 1px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .auction-systems .introduction.section-1 .col-md-6 .button-container button.download-brochure-now:hover {
          color: #f46800;
          background-color: white; }
      @media screen and (max-width: 874px) {
        .auction-systems .introduction.section-1 .col-md-6 .button-container {
          left: 5%;
          width: 90%; } }
      @media screen and (max-width: 774px) {
        .auction-systems .introduction.section-1 .col-md-6 .button-container {
          bottom: -25px; } }
    @media screen and (max-width: 994px) {
      .auction-systems .introduction.section-1 .col-md-6 {
        width: 50%;
        float: left; } }
    @media screen and (max-width: 674px) {
      .auction-systems .introduction.section-1 .col-md-6 {
        width: 100%;
        float: none;
        text-align: center; }
        .auction-systems .introduction.section-1 .col-md-6 .image-container {
          margin-top: 25px; }
          .auction-systems .introduction.section-1 .col-md-6 .image-container img {
            float: none;
            margin-bottom: 50px; }
          .auction-systems .introduction.section-1 .col-md-6 .image-container .click-to-play {
            margin-top: -45px; }
          .auction-systems .introduction.section-1 .col-md-6 .image-container .click-to-play-icon {
            margin-top: 14%; } }
  .auction-systems .bid-management.section-2 {
    background-image: url("../images/pages/auction-software/banner-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 475px; }
    .auction-systems .bid-management.section-2 .col-md-6 .white-container {
      position: relative;
      background-color: white;
      padding: 30px;
      margin-top: 50px;
      padding-bottom: 80px;
      max-width: 431px; }
      .auction-systems .bid-management.section-2 .col-md-6 .white-container h4.title {
        color: #05a2b3;
        font-weight: 500;
        font-size: 24px;
        font-family: "proxima-nova", Arial, sans-serif; }
      .auction-systems .bid-management.section-2 .col-md-6 .white-container p.text {
        color: #4d4d4d;
        font-weight: 100;
        font-size: 15px;
        font-family: "proxima-nova", Arial, sans-serif;
        border: none;
        padding: 0;
        margin: 0;
        background: transparent; }
        .auction-systems .bid-management.section-2 .col-md-6 .white-container p.text.line-1 {
          padding-bottom: 12px; }
      .auction-systems .bid-management.section-2 .col-md-6 .white-container button.get-in-touch-cas {
        position: absolute;
        bottom: -20px;
        right: 50px;
        background: initial;
        background-color: #f46800;
        border: 1px solid #f46800;
        color: white;
        padding: 8px 0;
        font-weight: 400;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 17px;
        margin: 0;
        width: 56%;
        border-radius: 0;
        letter-spacing: 1px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .auction-systems .bid-management.section-2 .col-md-6 .white-container button.get-in-touch-cas:hover {
          color: #f46800;
          background-color: white; }
    .auction-systems .bid-management.section-2 .col-md-6 .button-container {
      background-color: #f46800;
      position: absolute;
      bottom: -85px;
      padding: 15px 20px;
      left: 45px;
      width: 85%; }
      .auction-systems .bid-management.section-2 .col-md-6 .button-container .col-md-3, .auction-systems .bid-management.section-2 .col-md-6 .button-container .col-md-9 {
        margin: 0;
        padding: 0; }
        .auction-systems .bid-management.section-2 .col-md-6 .button-container .col-md-3 .chart-icon, .auction-systems .bid-management.section-2 .col-md-6 .button-container .col-md-9 .chart-icon {
          width: 70%; }
      .auction-systems .bid-management.section-2 .col-md-6 .button-container p {
        color: white;
        font-weight: 100;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 14px;
        line-height: 20px; }
      .auction-systems .bid-management.section-2 .col-md-6 .button-container button.get-in-touch-cas {
        margin: 0;
        margin-top: 8px;
        background: initial;
        background-color: #f46800;
        border: none;
        color: white;
        font-weight: 400;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 17px;
        width: auto;
        padding: 0;
        border-radius: 0;
        letter-spacing: 1px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .auction-systems .bid-management.section-2 .col-md-6 .button-container button.get-in-touch-cas:hover {
          color: #f46800;
          background-color: white; }
      @media screen and (max-width: 874px) {
        .auction-systems .bid-management.section-2 .col-md-6 .button-container {
          left: 5%;
          width: 90%; } }
      @media screen and (max-width: 774px) {
        .auction-systems .bid-management.section-2 .col-md-6 .button-container {
          bottom: -25px; } }
    .auction-systems .bid-management.section-2 .col-md-6 .image-container.js-launch-new-tab {
      cursor: pointer; }
    .auction-systems .bid-management.section-2 .col-md-6 .image-container img {
      pointer-events: none;
      max-width: none;
      width: auto;
      position: relative;
      top: 65px;
      left: -180px; }
    @media screen and (max-width: 994px) {
      .auction-systems .bid-management.section-2 .col-md-6 {
        width: 50%;
        float: left; }
        .auction-systems .bid-management.section-2 .col-md-6 .image-container img {
          float: none;
          top: 165px;
          left: 0;
          max-width: 115%;
          float: right; } }
    @media screen and (max-width: 674px) {
      .auction-systems .bid-management.section-2 .col-md-6 {
        width: 100%;
        float: none;
        text-align: center; }
        .auction-systems .bid-management.section-2 .col-md-6 .white-container {
          margin: 25px auto;
          padding-bottom: 25px; }
          .auction-systems .bid-management.section-2 .col-md-6 .white-container .text.line-2 {
            padding-bottom: 25px; }
          .auction-systems .bid-management.section-2 .col-md-6 .white-container button.get-in-touch-cas {
            position: initial;
            bottom: initial;
            right: initial; }
        .auction-systems .bid-management.section-2 .col-md-6 .button-container {
          position: initial;
          max-width: 431px; }
        .auction-systems .bid-management.section-2 .col-md-6 .image-container img {
          float: none;
          margin-top: -25px;
          margin-bottom: 25px;
          max-width: 100%;
          position: initial; } }
  .auction-systems .live-bidding.section-3 {
    background-image: url("../images/pages/auction-software/banner-3.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    .auction-systems .live-bidding.section-3 .col-md-6 .white-container {
      position: relative;
      background-color: white;
      padding: 30px;
      margin-top: 110px;
      padding-bottom: 55px;
      max-width: 431px;
      float: right; }
      .auction-systems .live-bidding.section-3 .col-md-6 .white-container h4.title {
        color: #003664;
        font-weight: 500;
        font-size: 24px;
        font-family: "proxima-nova", Arial, sans-serif; }
      .auction-systems .live-bidding.section-3 .col-md-6 .white-container p.text {
        color: #4d4d4d;
        font-weight: 100;
        font-size: 15px;
        font-family: "proxima-nova", Arial, sans-serif;
        border: none;
        padding: 0;
        margin: 0;
        background: transparent; }
        .auction-systems .live-bidding.section-3 .col-md-6 .white-container p.text.line-1 {
          padding-bottom: 12px; }
      .auction-systems .live-bidding.section-3 .col-md-6 .white-container button.watch-video-here {
        position: absolute;
        bottom: -20px;
        right: 15px;
        background: initial;
        background-color: #f46800;
        border: 1px solid #f46800;
        color: white;
        padding: 8px 0;
        font-weight: 400;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 17px;
        margin: 0;
        width: 74%;
        border-radius: 0;
        letter-spacing: 1px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .auction-systems .live-bidding.section-3 .col-md-6 .white-container button.watch-video-here:hover {
          color: #f46800;
          background-color: white; }
    @media screen and (max-width: 674px) {
      .auction-systems .live-bidding.section-3 .col-md-6 {
        width: 100%;
        clear: both;
        margin-top: 38px; }
        .auction-systems .live-bidding.section-3 .col-md-6 .white-container {
          text-align: center;
          clear: both;
          margin: 0 auto;
          float: none;
          padding-bottom: 35px; }
          .auction-systems .live-bidding.section-3 .col-md-6 .white-container button.watch-video-here {
            position: initial;
            margin-top: 50px; } }
  .auction-systems .web-design.section-4 {
    background-image: url("../images/pages/commercial-auction-software/banner-4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 30px; }
    @media screen and (max-width: 674px) {
      .auction-systems .web-design.section-4 {
        min-height: 725px; } }
    .auction-systems .web-design.section-4 .inner-content {
      background-color: rgba(0, 54, 100, 0.5);
      height: 520px; }
      @media screen and (max-width: 674px) {
        .auction-systems .web-design.section-4 .inner-content {
          height: 675px; } }
    .auction-systems .web-design.section-4 .col-md-6 .image-container {
      margin-top: 110px;
      position: relative;
      margin-top: 250px; }
      .auction-systems .web-design.section-4 .col-md-6 .image-container .title-inner {
        margin-bottom: 25px; }
        .auction-systems .web-design.section-4 .col-md-6 .image-container .title-inner .title {
          color: white;
          font-family: "proxima-nova", Arial, sans-serif;
          font-weight: 400;
          font-size: 24px;
          text-align: right; }
          @media screen and (max-width: 674px) {
            .auction-systems .web-design.section-4 .col-md-6 .image-container .title-inner .title {
              text-align: center; } }
      .auction-systems .web-design.section-4 .col-md-6 .image-container #slider-left-arrow {
        display: block !important;
        position: absolute;
        left: -12px;
        outline: none;
        cursor: pointer;
        top: 74px; }
        .auction-systems .web-design.section-4 .col-md-6 .image-container #slider-left-arrow img {
          width: 14px; }
        @media screen and (max-width: 674px) {
          .auction-systems .web-design.section-4 .col-md-6 .image-container #slider-left-arrow {
            top: 115px; } }
      .auction-systems .web-design.section-4 .col-md-6 .image-container #slider-right-arrow {
        display: block !important;
        position: absolute;
        cursor: pointer;
        outline: none;
        right: -12px;
        top: 74px; }
        .auction-systems .web-design.section-4 .col-md-6 .image-container #slider-right-arrow img {
          width: 14px; }
        @media screen and (max-width: 674px) {
          .auction-systems .web-design.section-4 .col-md-6 .image-container #slider-right-arrow {
            top: 115px; } }
      @media screen and (max-width: 674px) {
        .auction-systems .web-design.section-4 .col-md-6 .image-container .case-study-items .slick-track {
          left: 0;
          height: 200px; } }
      .auction-systems .web-design.section-4 .col-md-6 .image-container .case-study-items .case-item {
        padding: 0 8px; }
        .auction-systems .web-design.section-4 .col-md-6 .image-container .case-study-items .case-item img {
          width: 100%; }
        .auction-systems .web-design.section-4 .col-md-6 .image-container .case-study-items .case-item p {
          color: white;
          font-size: 13px;
          font-weight: 400;
          font-family: "proxima-nova", Arial, sans-serif;
          background-color: transparent;
          background: transparent;
          border: none;
          text-align: left; }
        @media screen and (max-width: 674px) {
          .auction-systems .web-design.section-4 .col-md-6 .image-container .case-study-items .case-item {
            top: 35px;
            position: relative; } }
    .auction-systems .web-design.section-4 .col-md-6 .white-container {
      position: relative;
      background-color: white;
      padding: 30px;
      margin-top: 90px;
      padding-bottom: 40px;
      float: left;
      max-width: 431px; }
      .auction-systems .web-design.section-4 .col-md-6 .white-container h4.title {
        color: #003664;
        font-weight: 500;
        font-size: 24px;
        font-family: "proxima-nova", Arial, sans-serif; }
        .auction-systems .web-design.section-4 .col-md-6 .white-container h4.title.title-2 {
          color: #05a2b3;
          margin-top: 30px; }
      .auction-systems .web-design.section-4 .col-md-6 .white-container p.text {
        color: #4d4d4d;
        font-weight: 100;
        font-size: 15px;
        font-family: "proxima-nova", Arial, sans-serif;
        border: none;
        padding: 0;
        margin: 0;
        background: transparent; }
        .auction-systems .web-design.section-4 .col-md-6 .white-container p.text.line-1 {
          padding-bottom: 12px; }
      .auction-systems .web-design.section-4 .col-md-6 .white-container button.get-in-touch-cas {
        position: absolute;
        bottom: -20px;
        left: 50px;
        background: initial;
        background-color: #f46800;
        border: 1px solid #f46800;
        color: white;
        padding: 8px 0;
        font-weight: 400;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 17px;
        margin: 0;
        width: 56%;
        border-radius: 0;
        letter-spacing: 1px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .auction-systems .web-design.section-4 .col-md-6 .white-container button.get-in-touch-cas:hover {
          color: #f46800;
          background-color: white; }
    @media screen and (max-width: 994px) {
      .auction-systems .web-design.section-4 .col-md-6 {
        width: 50%;
        float: left; }
        .auction-systems .web-design.section-4 .col-md-6 .image-container img {
          float: none;
          top: 165px;
          left: 0;
          max-width: 115%;
          float: right; } }
    @media screen and (max-width: 674px) {
      .auction-systems .web-design.section-4 .col-md-6 {
        width: 100%;
        float: none;
        text-align: center; }
        .auction-systems .web-design.section-4 .col-md-6 .white-container {
          margin: 25px auto;
          padding-bottom: 25px;
          float: none; }
          .auction-systems .web-design.section-4 .col-md-6 .white-container .text.line-2 {
            padding-bottom: 25px; }
          .auction-systems .web-design.section-4 .col-md-6 .white-container button.get-in-touch-cas {
            position: initial;
            bottom: initial;
            right: initial; }
        .auction-systems .web-design.section-4 .col-md-6 .image-container {
          margin-top: 0; }
          .auction-systems .web-design.section-4 .col-md-6 .image-container .title-inner {
            text-align: center; }
          .auction-systems .web-design.section-4 .col-md-6 .image-container img {
            float: none;
            margin-top: -25px;
            margin-bottom: 25px;
            max-width: 100%;
            position: initial; } }
  .auction-systems .mobile-friendly.section-5 {
    background-image: url("../images/pages/commercial-auction-software/banner-5.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    .auction-systems .mobile-friendly.section-5 .col-md-6 {
      position: relative; }
      .auction-systems .mobile-friendly.section-5 .col-md-6 .image-container {
        margin-top: 25px; }
        .auction-systems .mobile-friendly.section-5 .col-md-6 .image-container img {
          max-width: none;
          float: right; }
          @media screen and (max-width: 1199px) {
            .auction-systems .mobile-friendly.section-5 .col-md-6 .image-container img {
              max-width: 100%; } }
      .auction-systems .mobile-friendly.section-5 .col-md-6 .white-container {
        position: relative;
        float: left;
        background-color: white;
        padding: 30px;
        margin-top: 85px;
        padding-bottom: 85px;
        max-width: 431px; }
        .auction-systems .mobile-friendly.section-5 .col-md-6 .white-container h4.title {
          color: #24bbb3;
          font-weight: 500;
          font-size: 24px;
          font-family: "proxima-nova", Arial, sans-serif; }
        .auction-systems .mobile-friendly.section-5 .col-md-6 .white-container p.text {
          color: #4d4d4d;
          font-weight: 100;
          font-size: 15px;
          font-family: "proxima-nova", Arial, sans-serif;
          border: none;
          padding: 0;
          margin: 0;
          background: transparent; }
          .auction-systems .mobile-friendly.section-5 .col-md-6 .white-container p.text.line-1 {
            padding-bottom: 12px; }
      .auction-systems .mobile-friendly.section-5 .col-md-6 .button-container {
        background-color: #f46800;
        position: absolute;
        bottom: -50px;
        padding: 15px 20px;
        left: 90px;
        width: 78%; }
        .auction-systems .mobile-friendly.section-5 .col-md-6 .button-container .col-md-3, .auction-systems .mobile-friendly.section-5 .col-md-6 .button-container .col-md-9 {
          margin: 0;
          padding: 0; }
          .auction-systems .mobile-friendly.section-5 .col-md-6 .button-container .col-md-3 .chart-icon, .auction-systems .mobile-friendly.section-5 .col-md-6 .button-container .col-md-9 .chart-icon {
            width: 70%; }
        .auction-systems .mobile-friendly.section-5 .col-md-6 .button-container p {
          color: white;
          font-weight: 100;
          font-family: "proxima-nova", Arial, sans-serif;
          font-size: 16px;
          line-height: 20px; }
        .auction-systems .mobile-friendly.section-5 .col-md-6 .button-container button.download-brochure-now {
          margin: 0;
          margin-top: 8px;
          background: initial;
          background-color: #f46800;
          border: none;
          border-bottom: 2px solid white;
          padding-bottom: 2px;
          color: white;
          font-weight: 400;
          font-family: "proxima-nova", Arial, sans-serif;
          font-size: 17px;
          width: auto;
          padding: 0;
          border-radius: 0;
          letter-spacing: 1px;
          -webkit-transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
          .auction-systems .mobile-friendly.section-5 .col-md-6 .button-container button.download-brochure-now:hover {
            color: #f46800;
            background-color: white; }
        @media screen and (max-width: 874px) {
          .auction-systems .mobile-friendly.section-5 .col-md-6 .button-container {
            left: 5%;
            width: 90%; } }
        @media screen and (max-width: 774px) {
          .auction-systems .mobile-friendly.section-5 .col-md-6 .button-container {
            bottom: -25px; } }
      @media screen and (max-width: 994px) {
        .auction-systems .mobile-friendly.section-5 .col-md-6 {
          width: 50%;
          float: left; }
          .auction-systems .mobile-friendly.section-5 .col-md-6 .image-container img {
            float: none;
            top: 165px;
            left: 0;
            max-width: 115%;
            float: right; } }
      @media screen and (max-width: 674px) {
        .auction-systems .mobile-friendly.section-5 .col-md-6 {
          width: 100%;
          float: none;
          text-align: center; }
          .auction-systems .mobile-friendly.section-5 .col-md-6 .white-container {
            margin: 25px auto;
            padding-bottom: 25px;
            float: none; }
          .auction-systems .mobile-friendly.section-5 .col-md-6 .button-container {
            max-width: 431px;
            margin: 0 auto;
            float: none;
            position: initial; }
          .auction-systems .mobile-friendly.section-5 .col-md-6 .image-container {
            margin-top: 25px; }
            .auction-systems .mobile-friendly.section-5 .col-md-6 .image-container img {
              float: none;
              margin-top: 0;
              margin-bottom: 25px;
              max-width: 75%;
              position: initial; } }
  .auction-systems .overlay-container-cas {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0; }
    .auction-systems .overlay-container-cas#js-overlay-container-video .inner-content, .auction-systems .overlay-container-cas#js-overlay-container-video2 .inner-content {
      position: relative;
      max-width: 600px;
      background-color: white;
      margin: 0 auto;
      margin-top: 15%;
      padding: 40px; }
      .auction-systems .overlay-container-cas#js-overlay-container-video .inner-content #js-overlay-container-video-close, .auction-systems .overlay-container-cas#js-overlay-container-video .inner-content #js-overlay-container-video2-close, .auction-systems .overlay-container-cas#js-overlay-container-video2 .inner-content #js-overlay-container-video-close, .auction-systems .overlay-container-cas#js-overlay-container-video2 .inner-content #js-overlay-container-video2-close {
        position: absolute;
        right: 12px;
        top: 10px;
        font-family: monospace;
        color: red;
        font-weight: 100;
        font-size: 22px;
        cursor: pointer; }
        .auction-systems .overlay-container-cas#js-overlay-container-video .inner-content #js-overlay-container-video-close:hover, .auction-systems .overlay-container-cas#js-overlay-container-video .inner-content #js-overlay-container-video2-close:hover, .auction-systems .overlay-container-cas#js-overlay-container-video2 .inner-content #js-overlay-container-video-close:hover, .auction-systems .overlay-container-cas#js-overlay-container-video2 .inner-content #js-overlay-container-video2-close:hover {
          text-decoration: underline; }
      .auction-systems .overlay-container-cas#js-overlay-container-video .inner-content .title, .auction-systems .overlay-container-cas#js-overlay-container-video2 .inner-content .title {
        color: #003664;
        font-weight: 500;
        font-size: 24px;
        font-family: "proxima-nova", Arial, sans-serif; }

/* ====== COMMERCIAL AUCTION SOFTWARE ====== */
.online-bidding-software {
  /*===============================================================
  	Section 1
  ===============================================================*/
  /*===============================================================
  	Section 2
  ===============================================================*/
  /*===============================================================
  	Section 3
  ===============================================================*/
  /*===============================================================
  	Section 4
  ===============================================================*/
  /*===============================================================
  	Overlay Containers
  ===============================================================*/ }
  .online-bidding-software section {
    min-height: 575px;
    width: 100%; }
    .online-bidding-software section .row {
      max-width: 980px;
      width: 100%;
      margin: 0 auto; }
  .online-bidding-software .introduction.section-1 {
    background-image: url("../images/pages/commercial-auction-software/banner-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px; }
    .online-bidding-software .introduction.section-1 .col-md-6 > img {
      margin-top: 125px;
      margin-bottom: 22px; }
    .online-bidding-software .introduction.section-1 .col-md-6 h1 {
      margin-top: 8px;
      font-weight: 100;
      color: white;
      text-align: left;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 32px; }
      .online-bidding-software .introduction.section-1 .col-md-6 h1 > strong {
        font-weight: 500;
        color: white;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 32px; }
    .online-bidding-software .introduction.section-1 .col-md-6 p.text {
      margin-top: 12px;
      font-weight: 100;
      font-size: 14px;
      color: white;
      font-family: "proxima-nova", Arial, sans-serif;
      background: transparent;
      border: none; }
    .online-bidding-software .introduction.section-1 .col-md-6 button.get-in-touch-cas {
      background: initial;
      background-color: white;
      border: 1px solid white;
      color: #035f78;
      padding: 8px 0;
      font-weight: 400;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 17px;
      margin: 0;
      margin-top: 25px;
      width: 56%;
      border-radius: 0;
      letter-spacing: 1px;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .online-bidding-software .introduction.section-1 .col-md-6 button.get-in-touch-cas:hover {
        background-color: transparent;
        color: white; }
    .online-bidding-software .introduction.section-1 .col-md-6 .image-container {
      position: relative;
      clear: both;
      margin-top: 25%; }
      .online-bidding-software .introduction.section-1 .col-md-6 .image-container img {
        float: right;
        clear: both; }
      .online-bidding-software .introduction.section-1 .col-md-6 .image-container .click-to-play-icon {
        position: absolute;
        float: none;
        width: 100px;
        margin-top: 17%;
        left: 41%;
        pointer-events: none; }
      .online-bidding-software .introduction.section-1 .col-md-6 .image-container .click-to-play {
        text-align: center;
        width: 100%;
        display: block;
        color: white;
        margin-top: 8px;
        float: right;
        font-style: italic;
        font-weight: 100;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 16px;
        padding-left: 20px;
        cursor: pointer; }
    @media screen and (max-width: 994px) {
      .online-bidding-software .introduction.section-1 .col-md-6 {
        width: 50%;
        float: left; } }
    @media screen and (max-width: 674px) {
      .online-bidding-software .introduction.section-1 .col-md-6 {
        width: 100%;
        float: none;
        text-align: center; }
        .online-bidding-software .introduction.section-1 .col-md-6 .image-container {
          margin-top: 25px; }
          .online-bidding-software .introduction.section-1 .col-md-6 .image-container img {
            float: none;
            margin-bottom: 50px; }
          .online-bidding-software .introduction.section-1 .col-md-6 .image-container .click-to-play {
            margin-top: -45px; }
          .online-bidding-software .introduction.section-1 .col-md-6 .image-container .click-to-play-icon {
            margin-top: 14%; } }
  .online-bidding-software .live-bidding.section-2 {
    background-image: url("../images/pages/online-bidding/banner-2.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    .online-bidding-software .live-bidding.section-2 .col-md-6 .white-container {
      position: relative;
      background-color: white;
      padding: 30px;
      margin-top: 140px;
      padding-bottom: 55px;
      max-width: 431px;
      z-index: 99; }
      .online-bidding-software .live-bidding.section-2 .col-md-6 .white-container h4.title {
        color: #05a2b3;
        font-weight: 500;
        font-size: 24px;
        font-family: "proxima-nova", Arial, sans-serif; }
      .online-bidding-software .live-bidding.section-2 .col-md-6 .white-container p.text {
        color: #4d4d4d;
        font-weight: 100;
        font-size: 15px;
        font-family: "proxima-nova", Arial, sans-serif;
        border: none;
        padding: 0;
        margin: 0;
        background: transparent; }
        .online-bidding-software .live-bidding.section-2 .col-md-6 .white-container p.text.line-1 {
          padding-bottom: 12px; }
      .online-bidding-software .live-bidding.section-2 .col-md-6 .white-container button.get-in-touch-cas {
        position: absolute;
        bottom: -20px;
        right: 50px;
        background: initial;
        background-color: #f46800;
        border: 1px solid #f46800;
        color: white;
        padding: 8px 0;
        font-weight: 400;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 17px;
        margin: 0;
        width: 56%;
        border-radius: 0;
        letter-spacing: 1px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .online-bidding-software .live-bidding.section-2 .col-md-6 .white-container button.get-in-touch-cas:hover {
          color: #f46800;
          background-color: white; }
    .online-bidding-software .live-bidding.section-2 .col-md-6 .image-container {
      margin-top: 100px; }
      .online-bidding-software .live-bidding.section-2 .col-md-6 .image-container img {
        width: 150%;
        float: right;
        max-width: none;
        z-index: 0;
        position: relative;
        cursor: pointer; }
    @media screen and (max-width: 994px) {
      .online-bidding-software .live-bidding.section-2 .col-md-6 {
        width: 50%;
        float: left; }
        .online-bidding-software .live-bidding.section-2 .col-md-6 .image-container img {
          float: none;
          top: 165px;
          left: 0;
          max-width: 115%;
          float: right; } }
    @media screen and (max-width: 674px) {
      .online-bidding-software .live-bidding.section-2 .col-md-6 {
        width: 100%;
        float: none;
        text-align: center; }
        .online-bidding-software .live-bidding.section-2 .col-md-6 .white-container {
          margin: 25px auto;
          padding-bottom: 25px; }
          .online-bidding-software .live-bidding.section-2 .col-md-6 .white-container .text.line-2 {
            padding-bottom: 25px; }
          .online-bidding-software .live-bidding.section-2 .col-md-6 .white-container button.get-in-touch-cas {
            position: initial;
            bottom: initial;
            right: initial; }
        .online-bidding-software .live-bidding.section-2 .col-md-6 .image-container {
          margin-top: 25px;
          text-align: center; }
          .online-bidding-software .live-bidding.section-2 .col-md-6 .image-container img {
            float: none;
            margin-bottom: 25px;
            max-width: 100%;
            position: initial;
            width: 75%; } }
  .online-bidding-software .give-you-control.section-3 {
    background-image: url("../images/pages/online-bidding/banner-3.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    .online-bidding-software .give-you-control.section-3 .col-md-6 .white-container {
      position: relative;
      background-color: white;
      padding: 30px;
      margin-top: 110px;
      padding-bottom: 55px;
      max-width: 431px;
      float: right; }
      .online-bidding-software .give-you-control.section-3 .col-md-6 .white-container h4.title {
        color: #003664;
        font-weight: 500;
        font-size: 24px;
        font-family: "proxima-nova", Arial, sans-serif; }
      .online-bidding-software .give-you-control.section-3 .col-md-6 .white-container p.text {
        color: #4d4d4d;
        font-weight: 100;
        font-size: 15px;
        font-family: "proxima-nova", Arial, sans-serif;
        border: none;
        padding: 0;
        margin: 0;
        background: transparent; }
        .online-bidding-software .give-you-control.section-3 .col-md-6 .white-container p.text.line-1 {
          padding-bottom: 12px; }
      .online-bidding-software .give-you-control.section-3 .col-md-6 .white-container button.watch-video-here {
        position: absolute;
        bottom: -20px;
        left: 30px;
        background: initial;
        background-color: #f46800;
        border: 1px solid #f46800;
        color: white;
        padding: 8px 0;
        font-weight: 400;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 17px;
        margin: 0;
        width: 56%;
        border-radius: 0;
        letter-spacing: 1px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .online-bidding-software .give-you-control.section-3 .col-md-6 .white-container button.watch-video-here:hover {
          color: #f46800;
          background-color: white; }
    .online-bidding-software .give-you-control.section-3 .col-md-6 .image-container {
      margin-top: 140px; }
    @media screen and (max-width: 674px) {
      .online-bidding-software .give-you-control.section-3 .col-md-6 {
        width: 100%;
        clear: both;
        margin-top: 38px; }
        .online-bidding-software .give-you-control.section-3 .col-md-6 .white-container {
          text-align: center;
          clear: both;
          margin: 0 auto;
          float: none;
          padding-bottom: 35px; }
          .online-bidding-software .give-you-control.section-3 .col-md-6 .white-container button.watch-video-here {
            position: initial;
            margin-top: 50px; }
        .online-bidding-software .give-you-control.section-3 .col-md-6 .image-container {
          margin-top: 25px;
          text-align: center; }
          .online-bidding-software .give-you-control.section-3 .col-md-6 .image-container img {
            width: 75%;
            margin-bottom: 50px; } }
  .online-bidding-software .bid-data-management.section-4 {
    background-image: url("../images/pages/online-bidding/banner-4.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    .online-bidding-software .bid-data-management.section-4 .col-md-6 .image-container {
      margin-top: 100px; }
      .online-bidding-software .bid-data-management.section-4 .col-md-6 .image-container img {
        max-width: 120%; }
    .online-bidding-software .bid-data-management.section-4 .col-md-6 .white-container {
      position: relative;
      background-color: white;
      padding: 30px;
      margin-top: 50px;
      padding-bottom: 40px;
      max-width: 431px; }
      .online-bidding-software .bid-data-management.section-4 .col-md-6 .white-container h4.title {
        color: #003664;
        font-weight: 500;
        font-size: 24px;
        font-family: "proxima-nova", Arial, sans-serif; }
        .online-bidding-software .bid-data-management.section-4 .col-md-6 .white-container h4.title.title-2 {
          color: #05a2b3;
          margin-top: 30px; }
      .online-bidding-software .bid-data-management.section-4 .col-md-6 .white-container p.text {
        color: #4d4d4d;
        font-weight: 100;
        font-size: 15px;
        font-family: "proxima-nova", Arial, sans-serif;
        border: none;
        padding: 0;
        margin: 0;
        background: transparent; }
        .online-bidding-software .bid-data-management.section-4 .col-md-6 .white-container p.text.line-1 {
          padding-bottom: 12px; }
      .online-bidding-software .bid-data-management.section-4 .col-md-6 .white-container button.get-in-touch-cas {
        position: absolute;
        bottom: -20px;
        left: 50px;
        background: initial;
        background-color: #f46800;
        border: 1px solid #f46800;
        color: white;
        padding: 8px 0;
        font-weight: 400;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 17px;
        margin: 0;
        width: 56%;
        border-radius: 0;
        letter-spacing: 1px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .online-bidding-software .bid-data-management.section-4 .col-md-6 .white-container button.get-in-touch-cas:hover {
          color: #f46800;
          background-color: white; }
    .online-bidding-software .bid-data-management.section-4 .col-md-6 .button-container {
      background-color: #f46800;
      position: absolute;
      bottom: -70px;
      padding: 15px 30px;
      left: 80px;
      width: 74%; }
      .online-bidding-software .bid-data-management.section-4 .col-md-6 .button-container .col-md-3, .online-bidding-software .bid-data-management.section-4 .col-md-6 .button-container .col-md-9 {
        margin: 0;
        padding: 0; }
      .online-bidding-software .bid-data-management.section-4 .col-md-6 .button-container p {
        color: white;
        font-weight: 100;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 16px;
        line-height: 20px; }
      .online-bidding-software .bid-data-management.section-4 .col-md-6 .button-container button.download-brochure-now {
        margin: 0;
        margin-top: 8px;
        background: initial;
        background-color: #f46800;
        border: none;
        border-bottom: 2px solid white;
        padding-bottom: 2px;
        color: white;
        font-weight: 400;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 17px;
        width: auto;
        padding: 0;
        border-radius: 0;
        letter-spacing: 1px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .online-bidding-software .bid-data-management.section-4 .col-md-6 .button-container button.download-brochure-now:hover {
          color: #f46800;
          background-color: white; }
      @media screen and (max-width: 874px) {
        .online-bidding-software .bid-data-management.section-4 .col-md-6 .button-container {
          left: 5%;
          width: 90%; } }
      @media screen and (max-width: 774px) {
        .online-bidding-software .bid-data-management.section-4 .col-md-6 .button-container {
          bottom: -25px; } }
    @media screen and (max-width: 994px) {
      .online-bidding-software .bid-data-management.section-4 .col-md-6 {
        width: 50%;
        float: left; }
        .online-bidding-software .bid-data-management.section-4 .col-md-6 .image-container img {
          float: none;
          top: 165px;
          left: 0;
          max-width: 100%;
          float: right; } }
    @media screen and (max-width: 674px) {
      .online-bidding-software .bid-data-management.section-4 .col-md-6 {
        width: 100%;
        float: none;
        text-align: center; }
        .online-bidding-software .bid-data-management.section-4 .col-md-6 .white-container {
          margin: 25px auto;
          padding-bottom: 25px; }
          .online-bidding-software .bid-data-management.section-4 .col-md-6 .white-container .text.line-2 {
            padding-bottom: 25px; }
          .online-bidding-software .bid-data-management.section-4 .col-md-6 .white-container button.get-in-touch-cas {
            position: initial;
            bottom: initial;
            right: initial; }
        .online-bidding-software .bid-data-management.section-4 .col-md-6 .button-container {
          position: initial;
          max-width: 431px;
          margin: 0 auto; }
        .online-bidding-software .bid-data-management.section-4 .col-md-6 .image-container {
          margin-top: 40px;
          text-align: center; }
          .online-bidding-software .bid-data-management.section-4 .col-md-6 .image-container img {
            float: none;
            margin-bottom: 25px;
            max-width: 100%;
            position: initial;
            width: 75%; } }
  .online-bidding-software .overlay-container-cas {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    z-index: 999; }
    .online-bidding-software .overlay-container-cas#js-overlay-container-video .inner-content, .online-bidding-software .overlay-container-cas#js-overlay-container-video2 .inner-content {
      position: relative;
      max-width: 600px;
      background-color: white;
      margin: 0 auto;
      margin-top: 15%;
      padding: 40px; }
      .online-bidding-software .overlay-container-cas#js-overlay-container-video .inner-content #js-overlay-container-video-close, .online-bidding-software .overlay-container-cas#js-overlay-container-video .inner-content #js-overlay-container-video2-close, .online-bidding-software .overlay-container-cas#js-overlay-container-video2 .inner-content #js-overlay-container-video-close, .online-bidding-software .overlay-container-cas#js-overlay-container-video2 .inner-content #js-overlay-container-video2-close {
        position: absolute;
        right: 12px;
        top: 10px;
        font-family: monospace;
        color: red;
        font-weight: 100;
        font-size: 22px;
        cursor: pointer; }
        .online-bidding-software .overlay-container-cas#js-overlay-container-video .inner-content #js-overlay-container-video-close:hover, .online-bidding-software .overlay-container-cas#js-overlay-container-video .inner-content #js-overlay-container-video2-close:hover, .online-bidding-software .overlay-container-cas#js-overlay-container-video2 .inner-content #js-overlay-container-video-close:hover, .online-bidding-software .overlay-container-cas#js-overlay-container-video2 .inner-content #js-overlay-container-video2-close:hover {
          text-decoration: underline; }
      .online-bidding-software .overlay-container-cas#js-overlay-container-video .inner-content .title, .online-bidding-software .overlay-container-cas#js-overlay-container-video2 .inner-content .title {
        color: #003664;
        font-weight: 500;
        font-size: 24px;
        font-family: "proxima-nova", Arial, sans-serif; }

/* ====== Valuation ====== */
/* ======
VALUATION
    - Bootstrap Override
    - Valuation Overlays
    - GENERAL
    - PALETS
    - NEW VALUATION FORM
====== */
.progress {
  display: block;
  text-align: center;
  width: 0;
  height: 10px;
  background: red;
  transition: width .3s;
  float: left; }

.progress.hide {
  opacity: 0;
  transition: opacity 1.3s; }

body.auction-calendar .valuation_section .overlay-container {
  overflow: auto;
  max-height: 800px; }

/*================================================================================
$ GENERAL
================================================================================*/
#valuation-form {
  background: #4e4e4e;
  margin: auto;
  max-width: 1400px;
  padding: 2% 5%;
  width: 100%; }
  #valuation-form h2 {
    text-align: center; }
  #valuation-form input, #valuation-form select, #valuation-form textarea {
    margin-top: 10px 0;
    text-transform: capitalize;
    border: 2px solid #FFFFFF;
    padding: 7px 10px; }
  #valuation-form form li {
    float: left;
    margin-top: 10px;
    width: 100%;
    text-align: center; }
  #valuation-form form select {
    width: 100%; }
  #valuation-form .buttons {
    text-align: center; }
    #valuation-form .buttons input {
      min-width: 150px;
      float: right;
      border: 1px solid #203963; }
  #valuation-form .description-text {
    display: none; }
  #valuation-form #li_7.description-text, #valuation-form .description-text.active {
    display: block; }
  #valuation-form #li_1, #valuation-form #li_2, #valuation-form #li_5, #valuation-form #li_4, #valuation-form #li_10, #valuation-form #li_13 {
    float: left;
    width: 100%; }
  #valuation-form p, #valuation-form span {
    text-align: center; }
  #valuation-form .image-file-upload-section {
    margin-top: 25px; }
  #valuation-form .add-another-image {
    background-color: #333 !important;
    border-color: #333 !important;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
    font-weight: 600; }
  #valuation-form #captcha_response_field {
    width: 50%;
    text-align: center;
    text-transform: none; }

/*================================================================================
$ NEW VALUATION FORM
================================================================================*/
.new-valuation-form {
  max-width: 960px;
  margin: 0 auto;
  padding: 2%;
  background: #f1f1f1; }
  .new-valuation-form h2 {
    text-align: center; }
  .new-valuation-form .form-4 input {
    margin-bottom: 0; }
  .new-valuation-form .form-5 textarea {
    margin-top: 0; }
  .new-valuation-form input, .new-valuation-form textarea {
    margin: 5px 0;
    text-transform: none; }
    .new-valuation-form input::-webkit-input-placeholder, .new-valuation-form textarea::-webkit-input-placeholder {
      color: #333;
      font-weight: lighter; }
    .new-valuation-form input:-moz-placeholder, .new-valuation-form textarea:-moz-placeholder {
      color: #333;
      font-weight: lighter; }
    .new-valuation-form input::-moz-placeholder, .new-valuation-form textarea::-moz-placeholder {
      color: #333;
      font-weight: lighter; }
    .new-valuation-form input:-ms-input-placeholder, .new-valuation-form textarea:-ms-input-placeholder {
      color: #333;
      font-weight: lighter; }
  .new-valuation-form .submit-val {
    float: right;
    clear: both;
    text-transform: capitalize; }
    @media screen and (max-width: 449px) {
      .new-valuation-form .submit-val {
        clear: left;
        float: left;
        padding: 6px 25px; } }
  .new-valuation-form #valuation-form {
    max-width: 700px;
    margin: 0 auto; }
  .new-valuation-form .p_scents p {
    color: #6f6f6e;
    clear: right; }
    @media screen and (max-width: 449px) {
      .new-valuation-form .p_scents p {
        clear: left; } }
  .new-valuation-form .p_scents .addScnt {
    float: right;
    width: auto;
    clear: both;
    text-transform: capitalize; }
    @media screen and (max-width: 449px) {
      .new-valuation-form .p_scents .addScnt {
        float: left;
        padding: 6px 30px;
        margin-top: 10px; } }
  .new-valuation-form .p_scents .remScnt {
    float: right;
    width: auto; }
  .new-valuation-form .p_scents .button {
    padding: 5px; }
  .new-valuation-form .p_scents .extra-files {
    margin-top: 20px; }
  .new-valuation-form .p_scents span {
    float: left;
    padding-left: 10px; }
  .new-valuation-form label.choose-file-btn {
    border: 1px solid #333;
    background-color: transparent;
    color: #333;
    margin-top: -8px;
    float: left;
    padding: 5px 25px;
    text-transform: capitalize;
    width: auto; }
    .new-valuation-form label.choose-file-btn:hover {
      background-color: #333;
      color: #FFFFFF;
      -webkit-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
      -moz-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
      -ms-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
      -o-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
      transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s; }
    .new-valuation-form label.choose-file-btn input {
      background: transparent none repeat scroll 0 0;
      border: medium none;
      height: 0.1px;
      opacity: 0;
      padding-left: 0;
      position: absolute;
      width: 0.1px;
      z-index: -1; }

.g-recaptcha {
  float: right; }

.recaptcha-error {
  text-align: right;
  margin: 0 !important;
  color: #c09949;
  font-weight: bold; }

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