@charset "UTF-8";
/*!
Theme Name: Morphy 2019 Theme
Author: Weidenhammer! Creative
Author URI: http://weidenhammercreative.com
*/
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700|Open+Sans:400,600,400italic,600italic,700,800|Neuton:300|News+Cycle:400,700);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, img {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: inherit; }

:focus {
  outline: none; }

strong {
  font-weight: bold; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin-left: 0;
  padding: 0 0 0 30px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  padding: 0; }

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

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

input[type=search] {
  -webkit-appearance: textfield; }

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

/* Wordpress */
.alignleft {
  float: left;
  margin: 0 25px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 25px; }

.alignnone {
  margin: 0 0 15px 0; }

.aligncenter {
  margin: 15px auto; }

.clearfix, .gform_wrapper .newsletter {
  *zoom: 1; }
  .clearfix:before, .gform_wrapper .newsletter:before, .clearfix:after, .gform_wrapper .newsletter:after {
    content: '';
    display: table; }
  .clearfix:after, .gform_wrapper .newsletter:after {
    clear: both; }

/**
 * Returns a list of all text-based input types (excluding textarea)
 * @pseudo {String} 	An optional pseudo selector (eg: :hover, :focus)
 * @additional {List} 	An optional list of additional input types posible types include: color, date, datetime, datetime-local, month, time, week
 */
@-webkit-keyframes slideOutUp {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, -100%); } }

@-moz-keyframes slideOutUp {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, -100%); } }

@-o-keyframes slideOutUp {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, -100%); } }

@keyframes slideOutUp {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, -100%); } }

@-webkit-keyframes slideOutDown {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 100%); } }

@-moz-keyframes slideOutDown {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 100%); } }

@-o-keyframes slideOutDown {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 100%); } }

@keyframes slideOutDown {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 100%); } }

@-webkit-keyframes slideOutLeft {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }

@-moz-keyframes slideOutLeft {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }

@-o-keyframes slideOutLeft {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }

@keyframes slideOutLeft {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }

@-webkit-keyframes slideOutRight {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(100%, 0); } }

@-moz-keyframes slideOutRight {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(100%, 0); } }

@-o-keyframes slideOutRight {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(100%, 0); } }

@keyframes slideOutRight {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(100%, 0); } }

@-webkit-keyframes slideInUp {
  0% {
    transform: translate(0, 100%); }
  100% {
    transform: translate(0, 0); } }

@-moz-keyframes slideInUp {
  0% {
    transform: translate(0, 100%); }
  100% {
    transform: translate(0, 0); } }

@-o-keyframes slideInUp {
  0% {
    transform: translate(0, 100%); }
  100% {
    transform: translate(0, 0); } }

@keyframes slideInUp {
  0% {
    transform: translate(0, 100%); }
  100% {
    transform: translate(0, 0); } }

@-webkit-keyframes slideInDown {
  0% {
    transform: translate(0, -100%); }
  100% {
    transform: translate(0, 0); } }

@-moz-keyframes slideInDown {
  0% {
    transform: translate(0, -100%); }
  100% {
    transform: translate(0, 0); } }

@-o-keyframes slideInDown {
  0% {
    transform: translate(0, -100%); }
  100% {
    transform: translate(0, 0); } }

@keyframes slideInDown {
  0% {
    transform: translate(0, -100%); }
  100% {
    transform: translate(0, 0); } }

@-webkit-keyframes slideInLeft {
  0% {
    transform: translate(-100%, 0); }
  100% {
    transform: translate(0, 0); } }

@-moz-keyframes slideInLeft {
  0% {
    transform: translate(-100%, 0); }
  100% {
    transform: translate(0, 0); } }

@-o-keyframes slideInLeft {
  0% {
    transform: translate(-100%, 0); }
  100% {
    transform: translate(0, 0); } }

@keyframes slideInLeft {
  0% {
    transform: translate(-100%, 0); }
  100% {
    transform: translate(0, 0); } }

@-webkit-keyframes slideInRight {
  0% {
    transform: translate(100%, 0); }
  100% {
    transform: translate(0, 0); } }

@-moz-keyframes slideInRight {
  0% {
    transform: translate(100%, 0); }
  100% {
    transform: translate(0, 0); } }

@-o-keyframes slideInRight {
  0% {
    transform: translate(100%, 0); }
  100% {
    transform: translate(0, 0); } }

@keyframes slideInRight {
  0% {
    transform: translate(100%, 0); }
  100% {
    transform: translate(0, 0); } }

/* Icons */
@font-face {
  font-family: 'morphy';
  src: url("fonts/morphy.eot?52916454");
  src: url("fonts/morphy.eot?52916454#iefix") format("embedded-opentype"), url("fonts/morphy.woff2?52916454") format("woff2"), url("fonts/morphy.woff?52916454") format("woff"), url("fonts/morphy.ttf?52916454") format("truetype"), url("fonts/morphy.svg?52916454#morphy") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "morphy";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-left:before {
  content: '\3c'; }

/* '&lt;' */
.icon-right:before {
  content: '\3e'; }

/* '&gt;' */
.icon-facebook:before {
  content: '\46'; }

/* 'F' */
.icon-linkedin:before {
  content: '\4c'; }

/* 'L' */
.icon-pinterest:before {
  content: '\50'; }

/* 'P' */
.icon-search:before {
  content: '\53'; }

/* 'S' */
.icon-twitter:before {
  content: '\54'; }

/* 'T' */
.icon-youtube:before {
  content: '\59'; }

/* 'Y' */
.icon-square-buy-print:before {
  content: '\e800'; }

/* '' */
.icon-square-details:before {
  content: '\e801'; }

/* '' */
.icon-square-digital-catalog:before {
  content: '\e802'; }

/* '' */
.icon-division:before {
  content: '\e803'; }

/* '' */
.icon-loading:before {
  content: '\e804'; }

/* '' */
.icon-download:before {
  content: '\e805'; }

/* '' */
.icon-plus-squared:before {
  content: '\e806'; }

/* '' */
.icon-restaurant:before {
  content: '\e807'; }

/* '' */
.icon-play:before {
  content: '\e808'; }

/* '' */
.icon-consigning:before {
  content: '\e809'; }

/* '' */
.icon-bidding:before, .woocommerce.woocommerce .woocommerce-info:before,
.woocommerce-info:before,
.woocommerce.woocommerce .woocommerce-message:before,
.woocommerce-message:before {
  content: '\e80a'; }

/* '' */
.icon-consigning1:before {
  content: '\e80b'; }

/* '' */
.icon-division-advertising:before {
  content: '\e80c'; }

/* '' */
.icon-division-americana:before {
  content: '\e80d'; }

/* '' */
.icon-division-automobiles:before {
  content: '\e80e'; }

/* '' */
.icon-division-coins:before {
  content: '\e80f'; }

/* '' */
.icon-division-gambling:before {
  content: '\e810'; }

/* '' */
.icon-division-art:before {
  content: '\e811'; }

/* '' */
.icon-division-firearms:before {
  content: '\e812'; }

/* '' */
.icon-division-dolls:before {
  content: '\e813'; }

/* '' */
.icon-division-fishing:before {
  content: '\e814'; }

/* '' */
.icon-division-jewelry:before {
  content: '\e815'; }

/* '' */
.icon-division-minerals:before {
  content: '\e816'; }

/* '' */
.icon-division-toys:before {
  content: '\e817'; }

/* '' */
.icon-division-automobilia-1:before {
  content: '\e818'; }

/* '' */
.icon-division-bank:before {
  content: '\e819'; }

/* '' */
.icon-division-doll1:before {
  content: '\e81a'; }

/* '' */
.icon-calendar:before {
  content: '\e81b'; }

/* '' */
.icon-lodging:before {
  content: '\e81c'; }

/* '' */
.icon-list:before {
  content: '\e81d'; }

/* '' */
.icon-shopping:before {
  content: '\e81e'; }

/* '' */
.icon-dollar:before {
  content: '\e81f'; }

/* '' */
.icon-no-catalog:before {
  content: '\e820'; }

/* '' */
.icon-block:before, .woocommerce.woocommerce .woocommerce-error li:before {
  content: '\e821'; }

/* '' */
.icon-cart:before, .cart-tiny a:before, .woocommerce.woocommerce .woocommerce-message a:before,
.woocommerce.woocommerce .woocommerce-message .button:before,
.woocommerce.woocommerce .woocommerce-info a:before,
.woocommerce.woocommerce .woocommerce-info .button:before,
.woocommerce.woocommerce .woocommerce-error li a:before,
.woocommerce.woocommerce .woocommerce-error li .button:before,
.woocommerce-message a:before,
.woocommerce-message .button:before,
.woocommerce-info a:before,
.woocommerce-info .button:before,
.woocommerce-error li a:before,
.woocommerce-error li .button:before {
  content: '\e822'; }

/* '' */
.icon-mail:before {
  content: '\e823'; }

/* '' */
.icon-export:before {
  content: '\e824'; }

/* '' */
.icon-info:before {
  content: '\e825'; }

/* '' */
.icon-division-sports:before {
  content: '\e826'; }

/* '' */
.icon-share2:before {
  content: '\e82a'; }

/* '' */
.icon-calendar-add:before {
  content: '\e82b'; }

/* '' */
html {
  height: 100%;
  overflow-x: hidden; }

body {
  margin: 0;
  color: #0b1f38;
  height: 100%;
  font: normal 16px/1.6 "Open Sans", sans-serif;
  padding: 0; }
  body.home {
    padding-top: 0; }

* {
  box-sizing: border-box; }

h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Cinzel", serif;
  color: #263c5c; }

h2 {
  font-size: 1.75em;
  text-align: center;
  margin: 40px 0 20px 0; }

p {
  margin: 0 0 1em; }

strong {
  font-weight: strong; }

a {
  text-decoration: none;
  color: #263c5c; }

a:hover {
  text-decoration: none; }

.content-wrap {
  background: white;
  padding-top: 100px; }

.container, .newsletter-wrap .gform_wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.container {
  padding: 0 20px;
  -webkit-transition: padding 350ms ease-in-out;
  -moz-transition: padding 350ms ease-in-out false;
  -o-transition: padding 350ms ease-in-out false;
  transition: padding 350ms ease-in-out; }
  .container.wide {
    max-width: 1500px; }

.btn, .secondary-nav li.bidding a, .home-content.home-content.container a, .event-left .event-grid li a, .featured-highlights + .more-btn, article.event .view-more, .gform_wrapper .gform_footer button, .woocommerce.woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce.woocommerce a.button,
.woocommerce.woocommerce .cart .button,
.woocommerce.woocommerce .cart input.button,
.woocommerce.woocommerce .checkout input.button {
  background: #911d1f;
  border: 1px solid white;
  display: inline-block;
  color: white;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 10px 20px 13px 20px;
  font-family: "Neuton", serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
  min-width: 250px;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out false;
  -o-transition: all 350ms ease-in-out false;
  transition: all 350ms ease-in-out; }
  .btn:before, .secondary-nav li.bidding a:before, .home-content.home-content.container a:before, .event-left .event-grid li a:before, .featured-highlights + .more-btn:before, article.event .view-more:before, .gform_wrapper .gform_footer button:before, .woocommerce.woocommerce .wc-proceed-to-checkout a.checkout-button:before, .woocommerce.woocommerce a.button:before,
  .woocommerce.woocommerce .cart .button:before,
  .woocommerce.woocommerce .checkout input.button:before, .btn:after, .secondary-nav li.bidding a:after, .home-content.home-content.container a:after, .event-left .event-grid li a:after, .featured-highlights + .more-btn:after, article.event .view-more:after, .gform_wrapper .gform_footer button:after, .woocommerce.woocommerce .wc-proceed-to-checkout a.checkout-button:after, .woocommerce.woocommerce a.button:after,
  .woocommerce.woocommerce .cart .button:after,
  .woocommerce.woocommerce .checkout input.button:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 350ms ease-in-out; }
  .btn:before, .secondary-nav li.bidding a:before, .home-content.home-content.container a:before, .event-left .event-grid li a:before, .featured-highlights + .more-btn:before, article.event .view-more:before, .gform_wrapper .gform_footer button:before, .woocommerce.woocommerce .wc-proceed-to-checkout a.checkout-button:before, .woocommerce.woocommerce a.button:before,
  .woocommerce.woocommerce .cart .button:before,
  .woocommerce.woocommerce .checkout input.button:before {
    left: 0;
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent transparent transparent #ffffff; }
  .btn:after, .secondary-nav li.bidding a:after, .home-content.home-content.container a:after, .event-left .event-grid li a:after, .featured-highlights + .more-btn:after, article.event .view-more:after, .gform_wrapper .gform_footer button:after, .woocommerce.woocommerce .wc-proceed-to-checkout a.checkout-button:after, .woocommerce.woocommerce a.button:after,
  .woocommerce.woocommerce .cart .button:after,
  .woocommerce.woocommerce .checkout input.button:after {
    right: 0;
    border-width: 7.5px 8px 7.5px 0;
    border-color: transparent #ffffff transparent transparent; }
  .btn:hover, .secondary-nav li.bidding a:hover, .home-content.home-content.container a:hover, .event-left .event-grid li a:hover, .featured-highlights + .more-btn:hover, article.event .view-more:hover, .gform_wrapper .gform_footer button:hover, .woocommerce.woocommerce .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce.woocommerce a.button:hover,
  .woocommerce.woocommerce .cart .button:hover,
  .woocommerce.woocommerce .checkout input.button:hover {
    background: #671516;
    color: white; }

.btn.ghost {
  background: none; }
  .btn.ghost:hover {
    background: #671516; }

.divisioncat-list .divisioncat h4:after {
  display: block;
  content: '';
  margin-top: 15px;
  width: 100%;
  height: 20px;
  background: url(images/linewhite.png) no-repeat bottom center; }

.gform_wrapper .gfield .ginput_container input,
.gform_wrapper .gfield .ginput_container textarea, .gform_wrapper .gfield .ginput_container label {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased; }

.search-form .search-submit, .cart-tiny a::before, .main-nav li.search-toggle a, .alertbox:before, .home-carousel-arrows .owl-prev span,
.home-carousel-arrows .owl-next span, .event-right .addtocalendar:before, .featured-highlights + .more-btn span:before, .more-btn:before, .ham-expand-wrapper .ham-expand-btn::before, .divisioncat-list .divisioncat .cta-content:before, .share:before, .ssk-group .ssk:before, .dropdownreplace .dropdown > span.current:after, .dropdownreplace .selection-list li:before, .calendar-wrap .calendar .next-event .download-cal:before, .calendar-wrap .calendar-toggle:before, .calendar-wrap .more-auctions:before, .gform_wrapper .gfield.select:after,
.gform_wrapper .gfield.shipping:after,
.gform_wrapper .ginput_complex .address_country:after, .hybrid-gallery .nav .next_prev, .social-nav li a, .popup-container .popup-nav a.prev:before, .popup-container .popup-nav a.next:after, .woocommerce.woocommerce .woocommerce-message::before,
.woocommerce.woocommerce .woocommerce-info::before,
.woocommerce.woocommerce .woocommerce-error li::before,
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error li::before, .woocommerce.woocommerce .woocommerce-message a::before,
.woocommerce.woocommerce .woocommerce-message .button::before,
.woocommerce.woocommerce .woocommerce-info a::before,
.woocommerce.woocommerce .woocommerce-info .button::before,
.woocommerce.woocommerce .woocommerce-error li a::before,
.woocommerce.woocommerce .woocommerce-error li .button::before,
.woocommerce-message a::before,
.woocommerce-message .button::before,
.woocommerce-info a::before,
.woocommerce-info .button::before,
.woocommerce-error li a::before,
.woocommerce-error li .button::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'morphy'; }

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  transition: background 350ms ease-in-out; }

html.translated-ltr .header-wrap,
html.translated-rtl .header-wrap {
  padding-top: 40px;
  height: 180px; }

body.header-sticky .header-wrap {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }

.logo {
  margin: 0;
  position: relative;
  width: 75%;
  max-width: 150px;
  height: 50px;
  float: left;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out false;
  -o-transition: all 350ms ease-in-out false;
  transition: all 350ms ease-in-out; }
  .logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
  .logo svg * {
    transition: fill 350ms ease-in-out; }
  .logo svg .blue, .logo svg .red, .logo svg .white {
    fill: white; }
  .logo svg .morphy {
    fill: transparent; }
  .logo svg .bg {
    fill: transparent; }
  .logo svg .border {
    fill: white; }
  .logo svg .jdj {
    fill: white; }

.header {
  padding: 15px 20px;
  -webkit-transition: padding 350ms ease-in-out;
  -moz-transition: padding 350ms ease-in-out false;
  -o-transition: padding 350ms ease-in-out false;
  transition: padding 350ms ease-in-out;
  z-index: 101; }

.search-form {
  width: 100%;
  position: relative; }
  .search-form * {
    box-sizing: border-box; }
  .search-form input[type="search"] {
    background: white;
    border: 0;
    height: 40px;
    width: 100%;
    font-size: 1.0625em;
    padding-left: 45px;
    transition: background 350ms ease-in-out;
    border-radius: 0;
    -webkit-appearance: none; }
  .search-form .search-submit {
    color: #263c5c;
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 40px;
    background: none;
    border: 0;
    outline: 0;
    z-index: 5;
    font-size: 1.25em; }

.m {
  width: 54px;
  height: 54px;
  position: absolute;
  right: 15px;
  top: 7px;
  cursor: pointer;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out false;
  -o-transition: all 250ms ease-in-out false;
  transition: all 250ms ease-in-out; }
  .m span {
    display: block;
    background: white;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out false;
    -o-transition: all 250ms ease-in-out false;
    transition: all 250ms ease-in-out; }
  .m .hamburger {
    position: absolute;
    height: 100%;
    width: 100%; }
    .m .hamburger span {
      width: 40px;
      height: 4px;
      position: relative;
      top: 0px;
      left: 7px;
      margin: 10px 0; }
      .m .hamburger span:nth-child(1) {
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      .m .hamburger span:nth-child(2) {
        -webkit-transition-delay: 0.625s;
        -moz-transition-delay: 0.625s;
        -o-transition-delay: 0.625s;
        transition-delay: 0.625s; }
      .m .hamburger span:nth-child(3) {
        -webkit-transition-delay: 0.75s;
        -moz-transition-delay: 0.75s;
        -o-transition-delay: 0.75s;
        transition-delay: 0.75s; }
  .m.close {
    top: 10px;
    right: 30px;
    transform: translateX(50%);
    width: 42px;
    height: 42px; }
    .m.close .cross {
      position: absolute;
      height: 100%;
      width: 100%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
      .m.close .cross span:nth-child(1) {
        width: 4px;
        position: absolute;
        top: 5%;
        left: 19px;
        height: 90%;
        -webkit-transition-delay: 0.625s;
        -moz-transition-delay: 0.625s;
        -o-transition-delay: 0.625s;
        transition-delay: 0.625s; }
      .m.close .cross span:nth-child(2) {
        height: 4px;
        position: absolute;
        left: 4%;
        top: 19px;
        width: 90%;
        -webkit-transition-delay: 0.375s;
        -moz-transition-delay: 0.375s;
        -o-transition-delay: 0.375s;
        transition-delay: 0.375s; }

.cart-tiny {
  background: #263c5c;
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 1.5em; }
  .cart-tiny a {
    display: block;
    padding: 4px 10px;
    color: #fff; }
    .cart-tiny a::before {
      margin-right: 4px; }

.nav {
  padding: 0; }
  .nav li {
    float: left;
    list-style: none; }
    .nav li a {
      text-decoration: none; }

nav {
  display: none;
  visibility: hidden; }

.main-nav {
  float: right;
  clear: right;
  margin-top: 5px;
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .main-nav li {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out false;
    -o-transition: all 350ms ease-in-out false;
    transition: all 350ms ease-in-out;
    position: relative; }
    .main-nav li a {
      text-transform: uppercase;
      font-size: 1em;
      font-weight: 600;
      padding: 5px 10px;
      display: block;
      -webkit-transition: all 350ms ease-in-out;
      -moz-transition: all 350ms ease-in-out false;
      -o-transition: all 350ms ease-in-out false;
      transition: all 350ms ease-in-out; }
      .main-nav li a:hover {
        color: #911d1f; }
    .main-nav li.current_page_item > a {
      color: #911d1f;
      background: white; }
    .main-nav li + li {
      margin-left: 0.75em; }
    .main-nav li.regular a {
      font-weight: 400; }
    .main-nav li.search-toggle {
      margin-left: 1.25em; }
      .main-nav li.search-toggle a {
        font-weight: 300; }
      .main-nav li.search-toggle.on a {
        color: #911d1f; }
  .main-nav .sub-menu > li.current_page_item > a {
    background: none; }

.secondary-wrap {
  float: right;
  width: calc(90% - 200px); }

.secondary-nav {
  float: right; }
  .secondary-nav li {
    margin-top: 6px; }
    .secondary-nav li a {
      color: white; }
    .secondary-nav li + li {
      margin-left: 1em; }
    .secondary-nav li.phone a {
      color: #5b5b5b;
      cursor: default;
      font-size: 1.125em; }
    .secondary-nav li.consign {
      margin-top: 8px; }
    .secondary-nav li.bidding {
      margin-top: 0; }
      .secondary-nav li.bidding a {
        margin-top: 0;
        min-width: 160px;
        height: 40px;
        line-height: 34px;
        padding: 0; }

.home-content-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 2.5em 0; }

.home-content.home-content.container {
  position: relative; }
  .home-content.home-content.container .home-content-inner {
    border: 2px solid #cec9aa;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; }
  .home-content.home-content.container a {
    font-size: 0.9em;
    min-width: 100%; }
  .home-content.home-content.container .text {
    padding: 1.5em 1em;
    width: 100%;
    text-align: center; }
    .home-content.home-content.container .text h2 {
      margin: 0 0 15px 0;
      display: block;
      font-family: "News Cycle", sans-serif;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      font-weight: 700;
      color: #0b1f38;
      font-size: 1.25em; }
      .home-content.home-content.container .text h2:after {
        display: none; }
    .home-content.home-content.container .text p {
      font-size: 1.125em;
      color: black;
      margin-bottom: 1.5em; }
      .home-content.home-content.container .text p:last-child {
        margin-bottom: 0; }

.highlights {
  padding: 3em 0;
  text-align: center;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  .highlights .title {
    font-size: 1.75em;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1;
    font-family: "News Cycle", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 700; }
  .highlights p {
    font-size: 0.9375em;
    max-width: 950px;
    margin: 0 auto; }

.highlight-tabs {
  display: flex;
  flex-wrap: nowrap;
  border-top: 2px solid white; }
  .highlight-tabs .tabs-nav-wrap {
    width: 33.3333333333%;
    background: #263c5c;
    color: white;
    text-align: center;
    border-right: 2px solid white;
    position: relative;
    z-index: 2; }
    .highlight-tabs .tabs-nav-wrap .title {
      text-transform: uppercase;
      font-size: 1.5em;
      display: block;
      padding: 18px 5px;
      font-family: "News Cycle", sans-serif;
      letter-spacing: 0.5px;
      font-weight: 700; }
    .highlight-tabs .tabs-nav-wrap .view-all {
      background: #911d1f;
      width: 100%;
      display: block;
      color: white;
      font-family: "Neuton", serif;
      font-size: 1.25em;
      padding: 24px 10px;
      transition: background 350ms ease-in-out; }
      .highlight-tabs .tabs-nav-wrap .view-all:hover {
        background: #671516; }
  .highlight-tabs .tabs-list {
    padding: 0; }
    .highlight-tabs .tabs-list li {
      font-size: 1.125em;
      font-family: "Cinzel", serif;
      list-style: none;
      transition: background 350ms ease-in-out;
      border-top: 2px solid #1d2f4a;
      padding: 22px 10px;
      cursor: pointer;
      position: relative; }
      .highlight-tabs .tabs-list li:after {
        width: 100%;
        height: 100%;
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: -16px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 0 14px 14px;
        border-color: transparent transparent transparent #ffffff;
        opacity: 0;
        transform: translate3d(0, -50%, 0);
        transition: all 350ms ease-in-out; }
      .highlight-tabs .tabs-list li:hover {
        background: #1d2f4a; }
      .highlight-tabs .tabs-list li.current {
        background: #1d2f4a; }
        .highlight-tabs .tabs-list li.current:after {
          opacity: 1;
          transform: translate3d(0, -50%, 0); }
  .highlight-tabs .tabs-content {
    background: black;
    width: 66.6666666667%;
    position: relative; }
    .highlight-tabs .tabs-content .tab {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-wrap: nowrap;
      align-content: stretch;
      opacity: 0;
      z-index: 0;
      transition: opacity 500ms ease-in-out;
      will-change: opacity; }
      .highlight-tabs .tabs-content .tab.active {
        opacity: 1;
        z-index: 1; }
    .highlight-tabs .tabs-content .highlight {
      flex-basis: 33.3333333333%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      position: relative;
      will-change: transform; }
      .highlight-tabs .tabs-content .highlight:before {
        width: 100%;
        height: 100%;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        opacity: 0;
        transition: opacity 500ms ease-in-out;
        background-image: radial-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
        will-change: opacity; }
      .highlight-tabs .tabs-content .highlight + .highlight {
        border-left: 2px solid white; }
      .highlight-tabs .tabs-content .highlight .inner {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 90%;
        transform: translate3d(-50%, -45%, 0);
        color: white;
        text-align: center;
        z-index: 2;
        opacity: 0;
        transition: all 500ms ease-in-out;
        will-change: transform; }
        .highlight-tabs .tabs-content .highlight .inner .title {
          font-family: "Cinzel", serif;
          line-height: 1;
          font-size: 1.75em;
          display: block; }
        .highlight-tabs .tabs-content .highlight .inner p {
          font-size: 1em;
          margin: 1em 0 1.25em 0; }
        .highlight-tabs .tabs-content .highlight .inner .btn {
          max-width: 330px;
          min-width: 80%;
          font-size: 1em;
          background: rgba(38, 60, 92, 0.4); }
          .highlight-tabs .tabs-content .highlight .inner .btn:hover {
            background: #911d1f; }
      .highlight-tabs .tabs-content .highlight:hover:before {
        opacity: 1; }
      .highlight-tabs .tabs-content .highlight:hover .inner {
        opacity: 1;
        transform: translate3d(-50%, -50%, 0); }

.alertbox {
  position: relative;
  width: 100%;
  z-index: 100;
  background: #911d1f;
  color: white;
  padding: 0.5em 3em 0.75em 3em;
  text-align: left;
  overflow: hidden;
  font-size: 0.9375em;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out false;
  -o-transition: all 350ms ease-in-out false;
  transition: all 350ms ease-in-out; }
  .alertbox:before {
    content: '\e825';
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 1.625em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .alertbox .hotspot {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    z-index: 10;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1; }
  .alertbox .close-alert {
    position: absolute;
    right: 5px;
    top: 2px;
    padding: 10px;
    font-size: 1.5em;
    line-height: 1;
    font-weight: 400;
    color: white;
    z-index: 11;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out false;
    -o-transition: color 350ms ease-in-out false;
    transition: color 350ms ease-in-out; }
    .alertbox .close-alert:hover {
      color: #263c5c; }
  .alertbox h4 {
    color: white;
    font-size: 1.0625em;
    margin: 0 10px 0 0;
    line-height: 1;
    position: relative;
    top: 2px;
    display: inline-block; }
  .alertbox p {
    margin: 0;
    font-weight: 400;
    font-size: 0.8125em;
    display: inline-block;
    position: relative;
    top: 2px; }
  .alertbox.closed {
    min-height: 0;
    height: 0;
    z-index: 0;
    padding: 0;
    opacity: 0; }

.module {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  position: relative; }
  .module + .module {
    margin-top: 2em; }

.cta-widget,
.latest_news,
.latest_auction {
  -webkit-transition: background 350ms ease-in-out;
  -moz-transition: background 350ms ease-in-out false;
  -o-transition: background 350ms ease-in-out false;
  transition: background 350ms ease-in-out; }
  .cta-widget .hotspot,
  .latest_news .hotspot,
  .latest_auction .hotspot {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    z-index: 50;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1; }
  .cta-widget + .cta-widget .img-wrap,
  .cta-widget .img-wrap,
  .latest_news + .cta-widget .img-wrap,
  .latest_news .img-wrap,
  .latest_auction + .cta-widget .img-wrap,
  .latest_auction .img-wrap {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 70%; }
    .cta-widget + .cta-widget .img-wrap img,
    .cta-widget .img-wrap img,
    .latest_news + .cta-widget .img-wrap img,
    .latest_news .img-wrap img,
    .latest_auction + .cta-widget .img-wrap img,
    .latest_auction .img-wrap img {
      width: 100%;
      height: auto;
      -webkit-transition: all 1000ms ease-in-out;
      -moz-transition: all 1000ms ease-in-out false;
      -o-transition: all 1000ms ease-in-out false;
      transition: all 1000ms ease-in-out;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  .cta-widget h4,
  .latest_news h4,
  .latest_auction h4 {
    margin: 10px 0 5px;
    color: #263c5c;
    font-size: 1.25em;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden; }
  .cta-widget .cta-btn,
  .latest_news .cta-btn,
  .latest_auction .cta-btn {
    color: #911d1f;
    padding-bottom: 8px;
    font-size: 1em;
    display: block;
    -webkit-transition: padding 350ms ease-in-out;
    -moz-transition: padding 350ms ease-in-out false;
    -o-transition: padding 350ms ease-in-out false;
    transition: padding 350ms ease-in-out;
    -webkit-transform: translate3d(0, 0, 0); }
  .cta-widget:hover .cta-btn,
  .latest_news:hover .cta-btn,
  .latest_auction:hover .cta-btn {
    padding-left: 10px; }
  .cta-widget:hover .img-wrap img,
  .latest_news:hover .img-wrap img,
  .latest_auction:hover .img-wrap img {
    -webkit-transform: scale(1.01) rotate(0.002deg);
    -moz-transform: scale(1.01) rotate(0.002deg);
    -ms-transform: scale(1.01) rotate(0.002deg);
    -o-transform: scale(1.01) rotate(0.002deg);
    transform: scale(1.01) rotate(0.002deg); }

.carousel-wrap {
  position: relative; }
  .carousel-wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 2;
    pointer-events: none;
    background-image: radial-gradient(ellipse at center, transparent 50%, rgba(0, 0, 0, 0.9)); }
  .carousel-wrap .owl-thumbs {
    height: 100px;
    width: 100%;
    z-index: 100;
    position: relative; }
    .carousel-wrap .owl-thumbs .owl-nav .owl-prev,
    .carousel-wrap .owl-thumbs .owl-nav .owl-next {
      position: absolute;
      bottom: 0;
      z-index: 100;
      font-size: 2em;
      color: white; }
    .carousel-wrap .owl-thumbs .owl-nav .owl-prev {
      left: 0; }
    .carousel-wrap .owl-thumbs .owl-nav .owl-next {
      right: 0; }
    .carousel-wrap .owl-thumbs .owl-thumb-item {
      height: 100px;
      cursor: pointer;
      border-top: 2px solid white;
      transition: background 350ms ease-in-out;
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%; }
      .carousel-wrap .owl-thumbs .owl-thumb-item:before {
        content: '';
        display: block;
        background: rgba(0, 0, 0, 0.75);
        transition: background 350ms ease-in-out;
        z-index: 0;
        width: 100%;
        height: 100%;
        transition: background 350ms ease-in-out; }
      .carousel-wrap .owl-thumbs .owl-thumb-item:hover:before {
        background: rgba(0, 0, 0, 0.5); }
      .carousel-wrap .owl-thumbs .owl-thumb-item:after {
        content: '';
        display: block;
        width: 13px;
        height: 13px;
        border: 2px solid white;
        background: black;
        top: -10px;
        left: 50%;
        position: absolute;
        transition: background 350ms ease-in-out;
        transform: translateX(-50%) rotate(45deg); }
      .carousel-wrap .owl-thumbs .owl-thumb-item .text {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        text-align: center;
        color: white;
        padding: 0 15px;
        transform: translateY(-50%); }
        .carousel-wrap .owl-thumbs .owl-thumb-item .text .title {
          font-size: 1.25em;
          font-family: "Cinzel", serif;
          line-height: 1; }
        .carousel-wrap .owl-thumbs .owl-thumb-item .text .date {
          font-size: 1.1875em;
          font-family: "Neuton", serif;
          display: block;
          letter-spacing: 0.5px; }
    .carousel-wrap .owl-thumbs .owl-item.on .owl-thumb-item:before {
      background: #911d1f; }
    .carousel-wrap .owl-thumbs .owl-item.on .owl-thumb-item:after {
      background: white; }

.home-carousel-arrows {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1000;
  height: 97px;
  width: 100%;
  pointer-events: none; }
  .home-carousel-arrows .owl-prev,
  .home-carousel-arrows .owl-next {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    position: absolute;
    top: 0;
    pointer-events: all;
    height: 100%;
    color: white;
    width: 40px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }
    .home-carousel-arrows .owl-prev span,
    .home-carousel-arrows .owl-next span {
      top: -5px;
      position: relative;
      font-size: 4.6875em; }
  .home-carousel-arrows .owl-prev {
    left: 0; }
  .home-carousel-arrows .owl-next {
    right: 0;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.home-carousel {
  height: 100%; }
  .home-carousel:before, .home-carousel:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    pointer-events: none; }
  .home-carousel:before {
    height: 120px;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(50, 50, 50, 0.9), transparent); }
  .home-carousel:after {
    height: 80px;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 25%, transparent); }
  .home-carousel .carousel-item {
    height: 375px; }
    .home-carousel .carousel-item:before {
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.35); }
    .home-carousel .carousel-item.has-mobile .carousel-img.desktop {
      display: none; }
    .home-carousel .carousel-item.has-mobile .carousel-img.mobile {
      display: block; }
  .home-carousel .carousel-img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%; }
  .home-carousel .copy {
    position: absolute;
    left: 50%;
    top: calc(60% + 10px);
    transform: translate3d(-50%, -50%, 0);
    width: 90%;
    max-width: 900px;
    text-align: center;
    color: white; }
    .home-carousel .copy:before {
      content: '';
      display: block;
      position: absolute;
      left: -10%;
      height: 120%;
      width: 120%;
      top: -10%;
      z-index: -1;
      background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.9), transparent 65%); }
    .home-carousel .copy .title {
      font-family: "Cinzel", serif;
      line-height: 0.9;
      font-size: 1.75em;
      display: block; }
    .home-carousel .copy p {
      font-size: 1.125em;
      font-family: "News Cycle", sans-serif;
      font-weight: 400;
      margin-bottom: 0.5em;
      text-transform: uppercase;
      line-height: 1.2;
      margin-top: 15px; }
    .home-carousel .copy .btn {
      margin: 0;
      width: 100%;
      min-width: 300px; }
      .home-carousel .copy .btn + .btn {
        margin-top: 10px; }

.inventory-search.search-form {
  width: 100%; }
  .inventory-search.search-form > div {
    position: relative;
    display: inline-block;
    width: 100%; }
    .inventory-search.search-form > div > * {
      display: inline-block; }
  .inventory-search.search-form label {
    white-space: nowrap; }
  .inventory-search.search-form .search-submit {
    top: 0;
    left: 0;
    height: 45px;
    color: #263c5c; }
  .inventory-search.search-form input[type="search"] {
    font-size: 0.9375em;
    height: 45px; }

.top-header {
  height: 315px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }
  .top-header:before, .top-header:after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none; }
  .top-header:after {
    background-image: linear-gradient(to bottom, rgba(20, 20, 20, 0.65) 35%, transparent); }
  .top-header:before {
    background-image: linear-gradient(to top, rgba(20, 20, 20, 0.65) 35%, transparent); }
  .top-header .container {
    position: absolute;
    left: 50%;
    top: 65%;
    width: 100%;
    z-index: 2;
    transform: translate3d(-50%, -50%, 0); }
  .top-header h1 {
    font-size: 2.625em;
    font-family: "Cinzel", serif;
    text-align: center;
    font-weight: 200;
    margin: 0;
    padding: 0;
    color: white;
    line-height: 1; }

.subtitle {
  margin-top: 0;
  text-transform: uppercase;
  font-family: "News Cycle", sans-serif;
  color: #0b1f38;
  font-weight: 600;
  font-size: 1.875em;
  text-align: left;
  margin-bottom: 20px; }

.outer-wrap {
  position: relative;
  width: 100%;
  clear: both;
  padding-top: 2em; }
  .outer-wrap:before {
    width: 100%;
    height: 100%;
    max-height: 950px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-image: linear-gradient(to bottom, #f0ebcf, transparent); }

.content-wrap .intro-text {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 1.25em;
  margin-bottom: 1em; }
  .content-wrap .intro-text p {
    font-size: 1.0625em;
    line-height: 1.6;
    text-align: left; }
  .content-wrap .intro-text a.btn {
    color: white;
    margin: 1em 5px 0.5em;
    font-size: 1.125em;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out false;
    -o-transition: all 350ms ease-in-out false;
    transition: all 350ms ease-in-out; }
    .content-wrap .intro-text a.btn:hover {
      color: white; }

.content-wrap {
  background: none;
  z-index: 3;
  padding-top: 10px; }
  .content-wrap img {
    max-width: 100%;
    height: auto; }
  .content-wrap a {
    color: #911d1f;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out false;
    -o-transition: color 350ms ease-in-out false;
    transition: color 350ms ease-in-out; }
    .content-wrap a:hover {
      color: #5b5b5b; }
    .content-wrap a.btn {
      color: white;
      transition: background 350ms ease-in-out; }
  .content-wrap h3 {
    font-size: 2.125em; }
  .content-wrap h4 {
    font-size: 1.75em; }
  .content-wrap h5 {
    font-size: 1.5em; }
  .content-wrap h6 {
    font-size: 1.375em; }

.section + .section {
  border-top: 1px solid #d5d5d5;
  padding-top: 2em;
  margin-top: 1.5em; }

.section blockquote {
  display: block;
  padding: 15px;
  margin: 40px 0 20px 0;
  position: relative;
  font-size: 1em; }
  .section blockquote p:last-child {
    margin: 0; }
  .section blockquote:before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 57px;
    text-align: center;
    border-radius: 50%;
    background: #dde5f1;
    font-weight: bold;
    color: #263c5c;
    position: absolute;
    left: 0px;
    top: -40px;
    width: 50px;
    height: 50px;
    line-height: 75px; }
  .section blockquote cite {
    float: right;
    display: inline-block;
    color: #999;
    font-size: 0.875em; }

.section a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 350ms ease-in-out;
  -moz-transition: border 350ms ease-in-out false;
  -o-transition: border 350ms ease-in-out false;
  transition: border 350ms ease-in-out; }
  .section a:hover {
    border-color: #911d1f; }
  .section a.btn {
    color: white;
    font-size: 1em;
    -webkit-transition: background 350ms ease-in-out;
    -moz-transition: background 350ms ease-in-out false;
    -o-transition: background 350ms ease-in-out false;
    transition: background 350ms ease-in-out; }
    .section a.btn:hover {
      color: white; }

.section ul {
  padding-left: 10px; }
  .section ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px; }
    .section ul li:before {
      position: absolute;
      left: 0;
      top: 12px;
      line-height: 1;
      background: #911d1f;
      font-weight: 100;
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%; }

.section ol {
  margin: 1em 0;
  padding-left: 10px;
  list-style-type: none; }
  .section ol li {
    margin-bottom: 8px;
    counter-increment: step-counter;
    position: relative;
    padding-left: 35px; }
    .section ol li:before {
      content: counter(step-counter);
      position: absolute;
      left: -2px;
      top: 4px;
      font-size: 80%;
      background-color: #263c5c;
      color: white;
      font-weight: bold;
      height: 22px;
      width: 22px;
      line-height: 22px;
      text-align: center;
      border-radius: 3px; }

.inner-wrap {
  padding: 1.5em 0; }

.content-left {
  width: 100%; }

.sidebar {
  width: 100%;
  clear: both;
  margin-top: 2em; }

.page-children {
  border-top: 1px solid #e5e5e5;
  padding-top: 11px;
  margin-top: 15px; }
  .page-children img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 0 10px 0; }
  .page-children .article-content {
    width: 100%;
    clear: both; }
    .page-children .article-content h3 {
      font-size: 1.5em;
      margin: 10px 0; }
      .page-children .article-content h3 a {
        color: #911d1f;
        -webkit-transition: color 350ms ease-in-out;
        -moz-transition: color 350ms ease-in-out false;
        -o-transition: color 350ms ease-in-out false;
        transition: color 350ms ease-in-out; }
        .page-children .article-content h3 a:hover {
          color: #263c5c; }
  .page-children .read-more {
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out false;
    -o-transition: color 350ms ease-in-out false;
    transition: color 350ms ease-in-out; }
    .page-children .read-more:hover {
      color: #263c5c; }

.event-wrap {
  padding: 1em 0; }

.event-left {
  width: 100%;
  clear: both;
  margin-top: 10px;
  border-top: 1px solid #d5d5d5;
  padding-top: 30px;
  float: left; }
  .event-left img {
    margin: 10px auto; }
  .event-left p {
    font-size: 1em; }
    .event-left p a {
      border-bottom: 1px solid; }
  .event-left h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    color: black;
    font-family: "News Cycle", sans-serif;
    margin-top: 5px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    font-weight: 600; }
  .event-left .event-status {
    width: 100%;
    text-align: center;
    margin: 5px 0; }
  .event-left .event-grid li {
    float: none;
    width: 100%;
    border: 0;
    margin-bottom: 10px; }
    .event-left .event-grid li + li {
      border: 0;
      margin-left: 0;
      padding-left: 0; }
    .event-left .event-grid li a {
      max-width: 100%;
      min-width: 100%;
      color: #911d1f;
      background: none;
      border-color: #911d1f; }
      .event-left .event-grid li a:before {
        border-color: transparent transparent transparent #911d1f; }
      .event-left .event-grid li a:after {
        border-color: transparent #911d1f transparent transparent; }
      .event-left .event-grid li a:hover {
        border-color: white; }
        .event-left .event-grid li a:hover:before {
          border-color: transparent transparent transparent white; }
        .event-left .event-grid li a:hover:after {
          border-color: transparent white transparent transparent; }
    .event-left .event-grid li.empty:hover {
      background: none; }
      .event-left .event-grid li.empty:hover a {
        color: #911d1f;
        background: none; }
    .event-left .event-grid li.on a {
      border-color: white; }
      .event-left .event-grid li.on a:before {
        border-color: transparent transparent transparent white; }
      .event-left .event-grid li.on a:after {
        border-color: transparent white transparent transparent; }

.upcoming-auctions-footer {
  text-align: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em; }
  .upcoming-auctions-footer h3 {
    color: black;
    text-align: center;
    font-size: 2em;
    font-family: "News Cycle", sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 1.25em; }
  .upcoming-auctions-footer .auctions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 350px;
    transition: height 350ms ease-in-out; }
    .upcoming-auctions-footer .auctions .auction {
      padding: 2em;
      background: black;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      position: relative; }
      .upcoming-auctions-footer .auctions .auction + .auction {
        border-top: 1px solid white; }
      .upcoming-auctions-footer .auctions .auction:before {
        width: 100%;
        height: 100%;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1; }
      .upcoming-auctions-footer .auctions .auction .inner {
        position: relative;
        z-index: 2; }
      .upcoming-auctions-footer .auctions .auction .title {
        font-family: "Cinzel", serif;
        font-size: 2.375em;
        color: white;
        display: block;
        line-height: 1.2; }
      .upcoming-auctions-footer .auctions .auction .date {
        font-family: "Cinzel", serif;
        color: white;
        font-size: 1.25em;
        display: block;
        margin: 5px 0 2em 0; }

.catalog-form {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  -webkit-transition: max-height 500ms ease-in-out;
  -moz-transition: max-height 500ms ease-in-out false;
  -o-transition: max-height 500ms ease-in-out false;
  transition: max-height 500ms ease-in-out; }
  .catalog-form.open {
    max-height: 350px; }
  .catalog-form .gform_wrapper {
    overflow: hidden;
    padding-top: 0; }
    .catalog-form .gform_wrapper .gform_body {
      width: 62%;
      float: left; }
    .catalog-form .gform_wrapper .gform_footer {
      float: right;
      width: 38%;
      margin-top: 8px;
      position: relative; }
      .catalog-form .gform_wrapper .gform_footer button {
        width: 100%;
        height: 45px;
        line-height: 45px;
        padding: 0;
        font-size: 0.8125em; }
        .catalog-form .gform_wrapper .gform_footer button.disabled {
          background: #d5d5d5;
          pointer-events: none;
          cursor: not-allowed; }
      .catalog-form .gform_wrapper .gform_footer .added_to_cart {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: block;
        line-height: 45px;
        font-size: 0.8125em;
        background: #911d1f;
        text-align: center;
        color: #fff;
        font-family: "Cinzel", serif;
        text-transform: uppercase;
        letter-spacing: 1px; }
  .catalog-form .variation-info {
    display: block;
    width: 100%;
    clear: both;
    line-height: 1.2em; }
    .catalog-form .variation-info > div {
      text-align: center; }
      .catalog-form .variation-info > div > div {
        display: inline-block; }
        .catalog-form .variation-info > div > div .price {
          color: #911d1f;
          font-size: 1.75em;
          font-family: "Cinzel", serif;
          letter-spacing: 0.02em; }
        .catalog-form .variation-info > div > div .stock {
          text-transform: uppercase;
          font-size: 0.9em;
          font-weight: bold;
          margin: 0; }
  .catalog-form .out-of-stock {
    margin: 15px 0;
    background: rgba(91, 91, 91, 0.1);
    padding: 6px 15px;
    color: #263c5c;
    line-height: 35px;
    font-size: 0.8125em; }
    .catalog-form .out-of-stock::before {
      color: #911d1f;
      margin-right: 5px; }

.event-status {
  background: #263c5c;
  color: #fff;
  font-size: 1em;
  vertical-align: middle;
  line-height: 1.5em;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 6px 2px 6px;
  position: relative;
  font-family: "Cinzel", serif;
  white-space: nowrap;
  letter-spacing: 0.04em;
  width: 100%;
  text-align: center; }

.event-right {
  float: right;
  width: 100%;
  position: relative; }
  .event-right p:empty,
  .event-right p:empty + hr,
  .event-right h2:empty + hr,
  .event-right h3:empty + hr,
  .event-right h4:empty + hr {
    display: none; }
  .event-right .single-image {
    float: right;
    clear: right;
    margin-bottom: 1em;
    margin-left: 1em; }
  .event-right h2 {
    text-align: left;
    font-size: 1.625em;
    margin: 0 0 5px 0;
    color: black; }
  .event-right a.prebid.prebid {
    width: 100%;
    color: white;
    margin-bottom: 1.5em; }
    .event-right a.prebid.prebid:hover {
      color: white; }
  .event-right .event-meta {
    font-size: 1.125em;
    line-height: 1;
    margin-bottom: 1.5em;
    margin-top: 10px;
    position: relative; }
    .event-right .event-meta .ssk-group {
      position: absolute;
      float: none;
      max-width: 400px; }
    .event-right .event-meta .sep {
      display: inline-block; }
    .event-right .event-meta .share {
      position: relative;
      font-size: 1em;
      font-weight: 600;
      top: 0; }
      .event-right .event-meta .share:before {
        font-weight: 200;
        top: 2px;
        font-size: 1.5em;
        position: relative; }
  .event-right .date {
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    color: black; }
  .event-right .addtocalendar {
    color: #911d1f;
    font-size: 1em;
    font-weight: 600;
    display: inline-block;
    transition: color 350ms ease-in-out; }
    .event-right .addtocalendar:before {
      content: '\e82b';
      font-weight: 200;
      display: inline-block;
      margin-right: 6px;
      font-size: 1.625em;
      position: relative;
      top: 2px; }
    .event-right .addtocalendar:hover {
      color: black; }
  .event-right p {
    font-size: 1em; }

.featured-highlights-wrap {
  background: url(images/featured-highlights-bg.jpg) no-repeat top center #000000;
  padding: 2em 20px;
  text-align: center; }
  .featured-highlights-wrap h3 {
    color: white;
    text-align: center;
    font-size: 2em;
    font-family: "News Cycle", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 1.25em; }

.featured-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .featured-highlights .highlight {
    width: 100%;
    margin-bottom: 1.25em;
    border: 2px solid #262626;
    position: relative; }
    .featured-highlights .highlight img {
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
    .featured-highlights .highlight .caption {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: black;
      color: white;
      text-align: center;
      padding: 5px 10px;
      line-height: 1.2;
      font-size: 0.875em; }
  .featured-highlights + .more-btn {
    text-transform: capitalize;
    max-width: 400px; }
    .featured-highlights + .more-btn:hover:before {
      transform: translateY(-50%); }
    .featured-highlights + .more-btn:hover span:before {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg); }
    .featured-highlights + .more-btn span {
      position: relative; }
      .featured-highlights + .more-btn span:before {
        content: '\e804';
        font-size: 1em;
        display: inline-block;
        margin-right: 5px;
        position: relative;
        bottom: 0px;
        line-height: 1;
        transform-origin: center center;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out false;
        -o-transition: all 500ms ease-in-out false;
        transition: all 500ms ease-in-out;
        -webkit-transform-origin: 46% 55% 50%;
        -moz-transform-origin: 46% 55% 50%;
        -ms-transform-origin: 46% 55% 50%;
        -o-transform-origin: 46% 55% 50%;
        transform-origin: 46% 55% 50%; }
  .featured-highlights.loading .more-btn span:before {
    animation: rotate 2s linear infinite; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.content-wrap .related-post {
  position: relative;
  -webkit-transition: background 350ms ease-in-out;
  -moz-transition: background 350ms ease-in-out false;
  -o-transition: background 350ms ease-in-out false;
  transition: background 350ms ease-in-out; }
  .content-wrap .related-post + .related-post {
    margin-top: 1.5em; }
  .content-wrap .related-post .hotspot {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    z-index: 10;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1; }
  .content-wrap .related-post img {
    max-width: 100px;
    height: auto;
    float: left;
    margin-right: 1.25em;
    border: 0px solid #911d1f;
    -webkit-transition: margin 350ms ease-in-out;
    -moz-transition: margin 350ms ease-in-out false;
    -o-transition: margin 350ms ease-in-out false;
    transition: margin 350ms ease-in-out; }
  .content-wrap .related-post h4 {
    margin-bottom: 5px;
    line-height: 1.1;
    max-width: 350px;
    font-size: 1.125em;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out false;
    -o-transition: color 350ms ease-in-out false;
    transition: color 350ms ease-in-out; }
  .content-wrap .related-post p {
    margin: 0;
    font-size: 0.875em;
    max-width: 350px; }
  .content-wrap .related-post:hover h4 {
    color: #911d1f; }

.content-wrap article.news {
  display: block;
  width: 100%;
  clear: both;
  padding: 2em 0; }
  .content-wrap article.news .img-wrap {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 1em; }
    .content-wrap article.news .img-wrap img {
      margin: 0 auto; }
  .content-wrap article.news .article-content {
    float: right;
    width: 100%; }
  .content-wrap article.news h4 {
    font-size: 1.5em; }
    .content-wrap article.news h4 a {
      color: #263c5c; }
  .content-wrap article.news h3 {
    font-size: 1.625em;
    margin-bottom: 10px; }
    .content-wrap article.news h3 a {
      font-family: "Open Sans", sans-serif;
      color: #5b5b5b; }
  .content-wrap article.news .date {
    font-size: 1.125em;
    margin-bottom: 1em; }
  .content-wrap article.news .view-more {
    color: #911d1f;
    font-size: 1.125em;
    float: right;
    margin-top: 1.5em;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out false;
    -o-transition: color 350ms ease-in-out false;
    transition: color 350ms ease-in-out; }
    .content-wrap article.news .view-more:hover {
      color: #5b5b5b; }

.more-btn {
  display: block;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  color: #5b5b5b;
  text-transform: uppercase;
  clear: both;
  margin: 1em auto;
  max-width: 200px;
  padding: 5px;
  -webkit-transition: background 500ms ease-in-out;
  -moz-transition: background 500ms ease-in-out false;
  -o-transition: background 500ms ease-in-out false;
  transition: background 500ms ease-in-out; }
  .more-btn:before {
    content: '\e804';
    font-size: 1.5625em;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px;
    line-height: 1;
    transform-origin: center center;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out false;
    -o-transition: all 500ms ease-in-out false;
    transition: all 500ms ease-in-out;
    -webkit-transform-origin: 46% 55% 50%;
    -moz-transform-origin: 46% 55% 50%;
    -ms-transform-origin: 46% 55% 50%;
    -o-transform-origin: 46% 55% 50%;
    transform-origin: 46% 55% 50%; }
  .more-btn:hover {
    background: #f1f1f1; }
    .more-btn:hover:before {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg); }

.ham-expand-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 25px;
  -webkit-transition: max-height 300ms ease-in-out;
  -moz-transition: max-height 300ms ease-in-out false;
  -o-transition: max-height 300ms ease-in-out false;
  transition: max-height 300ms ease-in-out; }
  .ham-expand-wrapper span {
    display: block; }
  .ham-expand-wrapper .ham-expand-btn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: #263c5c;
    font-weight: 600;
    font-size: 1.125em;
    position: relative;
    padding-left: 35px; }
    .ham-expand-wrapper .ham-expand-btn::before {
      color: #0b1f38;
      display: block;
      font-style: normal;
      font-weight: normal;
      content: '\e806';
      font-size: 1.5em;
      position: absolute;
      left: 4px;
      top: 0;
      line-height: 1;
      -webkit-transition: all 350ms linear;
      -moz-transition: all 350ms linear false;
      -o-transition: all 350ms linear false;
      transition: all 350ms linear; }
    .ham-expand-wrapper .ham-expand-btn:hover::before {
      color: #911d1f; }
  .ham-expand-wrapper .ham-expand-content {
    padding: 10px 0 0 35px; }
    .ham-expand-wrapper .ham-expand-content br {
      display: none; }
  .ham-expand-wrapper.open .ham-expand-btn::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #911d1f; }

.section .ham-expand-wrapper:last-child {
  margin-bottom: 0; }

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: 1em 0; }
  .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.content-wrap .contact-popup {
  display: block;
  padding: 0 0 0 65px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #E0E5E9;
  margin-bottom: 0.5em;
  position: relative;
  font-size: 1.125em;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out false;
  -o-transition: all 350ms ease-in-out false;
  transition: all 350ms ease-in-out; }
  .content-wrap .contact-popup:before {
    font-size: 1.625em;
    background: #E0E5E9;
    color: #911d1f;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 50px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0; }
  .content-wrap .contact-popup:hover {
    background: #E0E5E9;
    padding-left: 70px; }

.team-type h4 {
  font-family: "Open Sans", sans-serif; }

.team-type .team-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .team-type .team-list.experts .hotspot {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-indent: -9999px;
    background: white;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    z-index: 21; }
  .team-type .team-list li {
    list-style: none;
    width: 50%;
    text-align: center;
    padding: 0 8px;
    min-height: 250px;
    margin: 15px 0 20px;
    position: relative; }
    .team-type .team-list li:before {
      display: none; }
    .team-type .team-list li:nth-of-type(odd) {
      clear: left; }
  .team-type .team-list h5 {
    font-size: 0.9375em;
    margin-bottom: 5px;
    line-height: 1.35; }
  .team-type .team-list span {
    line-height: 1.2;
    display: block;
    margin-top: 5px; }
  .team-type .team-list span {
    font-size: 0.75em; }
  .team-type .team-list .read-more {
    color: #911d1f;
    font-size: 0.8125em; }
  .team-type .team-list img {
    display: inline;
    max-width: 144px; }

.team-type + .team-type {
  margin-top: 25px; }

.content-left.team .first-section {
  float: left;
  max-width: 21%;
  margin: 0 20px 20px 0; }
  .content-left.team .first-section p {
    margin: 0;
    font-size: 0.875em; }
  .content-left.team .first-section img {
    max-width: 85%;
    margin: 5px 0 5px 0; }
  .content-left.team .first-section + .section {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

.expert-page {
  display: inline-block;
  list-style: none;
  background: 0;
  padding: 0;
  position: relative;
  margin: 0 0 35px 0;
  width: 49%;
  float: left;
  clear: left;
  -webkit-transition: background 350ms ease-in-out;
  -moz-transition: background 350ms ease-in-out false;
  -o-transition: background 350ms ease-in-out false;
  transition: background 350ms ease-in-out; }
  .expert-page:nth-of-type(even) {
    float: right;
    clear: none; }
  .expert-page .hotspot {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-indent: -9999px;
    background: white;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    z-index: 21; }
  .expert-page h3 {
    font-size: 1.375em;
    margin: 10px 0 0 0;
    line-height: 1.1;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .expert-page h4 {
    font-size: 1.125em;
    margin: 5px 0 15px 0;
    line-height: 1;
    color: #5b5b5b; }
  .expert-page .read-more {
    color: #911d1f;
    font-size: 1.0625em; }
  .expert-page img {
    margin: 0 auto; }

.grid-list-wrap {
  position: relative; }
  .grid-list-wrap li {
    display: inline-block;
    list-style: none;
    background: 0;
    padding: 0;
    position: relative;
    -webkit-transition: background 350ms ease-in-out;
    -moz-transition: background 350ms ease-in-out false;
    -o-transition: background 350ms ease-in-out false;
    transition: background 350ms ease-in-out; }
    .grid-list-wrap li .hotspot {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      text-indent: -9999px;
      background: white;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
      filter: alpha(opacity=0);
      zoom: 1;
      z-index: 21; }
  .grid-list-wrap.experts li {
    margin: 20px 10px 20px 10px;
    width: 260px; }
    .grid-list-wrap.experts li h3 {
      font-size: 1.5em;
      margin: 10px 0 0 0;
      line-height: 1.1;
      max-width: 260px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-family: "Neuton", serif; }
    .grid-list-wrap.experts li h4 {
      font-size: 1.25em;
      margin: 5px 0 15px 0;
      line-height: 1;
      color: #5b5b5b;
      font-family: "Neuton", serif; }
    .grid-list-wrap.experts li .read-more {
      color: #911d1f;
      font-size: 1.125em; }
  .grid-list-wrap.experts .grid-list {
    padding: 0;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }
    .grid-list-wrap.experts .grid-list li {
      float: none; }

.divisioncat-list {
  clear: both;
  font-size: 0.7em; }
  .divisioncat-list .divisioncat {
    width: 100%;
    margin: 0 auto 2% auto;
    position: relative; }
    .divisioncat-list .divisioncat .hotspot {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background: white;
      z-index: 10;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
      filter: alpha(opacity=0);
      zoom: 1; }
    .divisioncat-list .divisioncat:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 60 ")";
      filter: alpha(opacity=60);
      zoom: 1;
      -webkit-transition: opacity 1000ms ease-in-out;
      -moz-transition: opacity 1000ms ease-in-out false;
      -o-transition: opacity 1000ms ease-in-out false;
      transition: opacity 1000ms ease-in-out;
      -webkit-transform-style: preserve-3d;
      -webkit-backface-visibility: hidden; }
    .divisioncat-list .divisioncat .cta-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 9; }
    .divisioncat-list .divisioncat .cta-content {
      position: absolute;
      z-index: 9;
      top: 50%;
      left: 50%;
      text-align: center;
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
      -moz-transform: translateX(-50%) translateY(-50%) translateZ(0);
      -ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
      -o-transform: translateX(-50%) translateY(-50%) translateZ(0);
      transform: translateX(-50%) translateY(-50%) translateZ(0);
      width: 90%; }
      .divisioncat-list .divisioncat .cta-content:before {
        display: block;
        font-size: 3.125em;
        line-height: 1;
        color: white; }
    .divisioncat-list .divisioncat .img-wrap img {
      width: 100%;
      max-width: auto; }
    .divisioncat-list .divisioncat h4 {
      color: white;
      font-size: 1.5em;
      margin: 0 0 10px 0;
      letter-spacing: 1px; }
      .divisioncat-list .divisioncat h4:after {
        margin-top: 9px; }
    .divisioncat-list .divisioncat:hover:before {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
      filter: alpha(opacity=100);
      zoom: 1; }
    .divisioncat-list .divisioncat:hover .cta-content {
      padding: 0; }
    .divisioncat-list .divisioncat:hover .img-wrap img {
      -webkit-transform: scale(1) rotate(0deg);
      -moz-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
      -o-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg); }

.share {
  color: #911d1f;
  position: absolute;
  border: 0;
  background: none;
  font-size: 1em;
  padding: 0;
  top: -20px;
  right: 0;
  margin: 0;
  -webkit-transition: color 350ms ease-in-out;
  -moz-transition: color 350ms ease-in-out false;
  -o-transition: color 350ms ease-in-out false;
  transition: color 350ms ease-in-out; }
  .share:hover {
    color: black; }
  .share:before {
    content: '\e82a';
    display: inline-block;
    line-height: 1;
    margin-right: 6px; }

body.page .share {
  right: 20px; }

.ssk-group {
  float: right;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out false;
  -o-transition: all 600ms ease-in-out false;
  transition: all 600ms ease-in-out; }
  .ssk-group.open {
    max-height: 120px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
    margin: 10px 0 1em 0; }
  .ssk-group .ssk {
    border: 0;
    width: 100%;
    padding: 0;
    color: white;
    height: 40px;
    font-size: 0.875em;
    float: left;
    position: relative;
    padding-left: 40px;
    line-height: 40px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background 350ms ease-in-out;
    -moz-transition: background 350ms ease-in-out false;
    -o-transition: background 350ms ease-in-out false;
    transition: background 350ms ease-in-out; }
    .ssk-group .ssk span {
      display: none; }
    .ssk-group .ssk:hover {
      color: white; }
    .ssk-group .ssk:before {
      display: block;
      text-align: center;
      font-size: 1.25em;
      height: 100%;
      width: 30px;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 40px;
      font-weight: 100;
      -webkit-transition: background 350ms ease-in-out;
      -moz-transition: background 350ms ease-in-out false;
      -o-transition: background 350ms ease-in-out false;
      transition: background 350ms ease-in-out; }
    .ssk-group .ssk.ssk-facebook {
      background: #255C95; }
      .ssk-group .ssk.ssk-facebook:before {
        background: #1F4E7E;
        content: '\46'; }
      .ssk-group .ssk.ssk-facebook:hover {
        background: #1F4E7E; }
    .ssk-group .ssk.ssk-twitter {
      background: #00B4E0; }
      .ssk-group .ssk.ssk-twitter:before {
        background: #0099BE;
        content: '\54'; }
      .ssk-group .ssk.ssk-twitter:hover {
        background: #0099BE; }
    .ssk-group .ssk.ssk-email {
      background: #1C87BD; }
      .ssk-group .ssk.ssk-email:before {
        background: #187AAB;
        content: '\e823'; }
      .ssk-group .ssk.ssk-email:hover {
        background: #187AAB; }

.tax-event-categories.tax-event-categories.tax-event-categories .mfp-container {
  width: 50%;
  left: 25%; }
  .tax-event-categories.tax-event-categories.tax-event-categories .mfp-container .mfp-content .product-container .img-container {
    height: 500px; }

.prod-view-all {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  top: -47px;
  z-index: 99; }

.product-carousel {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 0 auto; }
  .product-carousel .prod-prev,
  .product-carousel .prod-next {
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    height: 50px;
    width: 50px;
    bottom: 0; }
    .product-carousel .prod-prev svg path,
    .product-carousel .prod-next svg path {
      transition: 350ms ease-in-out; }
    .product-carousel .prod-prev:hover svg path,
    .product-carousel .prod-next:hover svg path {
      fill: #911d1f; }
  .product-carousel .prod-prev {
    left: 200px; }
  .product-carousel .prod-next {
    right: 200px; }

.product-highlights {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .product-highlights .product-hotspot {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
  .product-highlights .highlight-hotspot {
    position: relative !important;
    width: 24% !important;
    height: 100% !important; }

.product-container {
  width: 100%;
  margin: 0 0 25px 0;
  position: relative;
  border: 2px solid #262626;
  background-color: white; }
  .product-container .img-container {
    width: 100%;
    height: 400px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .product-container .title-container {
    color: white;
    background-color: black;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 10px 10px;
    line-height: 1.2;
    font-size: 0.875em; }
    .product-container .title-container p {
      margin: 10px 0; }

.products-modal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .products-modal .product-container {
    width: 31%;
    margin: 1%; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999999999999999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  overflow: hidden; }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  position: relative;
  top: -250px;
  overflow-y: scroll;
  max-height: 800px; }

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

body.noscroll {
  overflow-y: hidden; }

.outer-wrap.zindex {
  z-index: 99999; }

.dropdownreplace {
  background: white;
  width: 100%;
  padding: 0;
  line-height: 45px;
  cursor: pointer;
  font-weight: 300;
  letter-spacing: 0.5px;
  display: block;
  float: left;
  position: relative; }
  .dropdownreplace + .dropdownreplace {
    margin-top: 10px;
    z-index: 100; }
    .dropdownreplace + .dropdownreplace + .dropdownreplace {
      z-index: 99; }
  .dropdownreplace .dropdown {
    position: relative;
    z-index: 150;
    height: 45px; }
  .dropdownreplace .dropdown > span.current {
    display: inline-block;
    width: 100%;
    font-size: 0.9375em;
    padding: 0 40px 0 20px;
    text-align: left; }
    .dropdownreplace .dropdown > span.current strong {
      font-weight: 200;
      color: #aaa;
      width: 100%;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .dropdownreplace .dropdown > span.current:after {
      content: '\3c';
      position: absolute;
      line-height: 1;
      top: 15px;
      right: 20px;
      color: #911d1f;
      transform: rotate(270deg);
      font-weight: 600; }
  .dropdownreplace .selection {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background: rgba(38, 60, 92, 0.96);
    padding: 5px 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
    -webkit-transition: top 200ms ease-in-out, opacity 100ms linear, left 0ms linear;
    -webkit-transition-delay: 0ms, 0ms, 0ms;
    -moz-transition: top 200ms ease-in-out 0ms, opacity 100ms linear 0ms, left 0ms linear 0ms;
    -o-transition: top 200ms ease-in-out 0ms, opacity 100ms linear 0ms, left 0ms linear 0ms;
    transition: top 200ms ease-in-out 0ms, opacity 100ms linear 0ms, left 0ms linear 0ms; }
    .dropdownreplace .selection::before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8px 8px 8px;
      border-color: transparent transparent #263c5c transparent;
      position: absolute;
      top: -8px;
      left: 17px; }
  .dropdownreplace .selection-list {
    width: 100%;
    list-style: none;
    list-style-image: none;
    text-align: left;
    overflow: auto;
    margin: 0;
    padding: 0;
    position: relative; }
    .dropdownreplace .selection-list li {
      padding: 5px 0px 5px 18px;
      line-height: 1.25em;
      color: white;
      font-size: 0.9375em;
      cursor: pointer;
      position: relative;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out false;
      -o-transition: all 300ms ease-in-out false;
      transition: all 300ms ease-in-out; }
      .dropdownreplace .selection-list li:before {
        content: '\3e';
        margin: 0;
        color: white;
        font-size: 1em;
        position: absolute;
        left: -20px;
        top: 7px;
        z-index: 1;
        -webkit-transition: left 350ms ease-in-out;
        -moz-transition: left 350ms ease-in-out false;
        -o-transition: left 350ms ease-in-out false;
        transition: left 350ms ease-in-out; }
      .dropdownreplace .selection-list li:hover {
        padding-left: 22px; }
        .dropdownreplace .selection-list li:hover:before {
          left: -3px; }
      .dropdownreplace .selection-list li.current {
        font-weight: 300;
        padding-left: 22px; }
        .dropdownreplace .selection-list li.current:before {
          left: -3px; }
      .dropdownreplace .selection-list li.disabled {
        display: none; }
  .dropdownreplace .dropdown.hidden .selection {
    left: -9999px;
    top: 120%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    -webkit-transition: top 200ms ease-in-out, opacity 100ms linear, left 0ms linear;
    -webkit-transition-delay: 0ms, 100ms, 200ms;
    -moz-transition: top 200ms ease-in-out 0ms, opacity 100ms linear 100ms, left 0ms linear 200ms;
    -o-transition: top 200ms ease-in-out 0ms, opacity 100ms linear 100ms, left 0ms linear 200ms;
    transition: top 200ms ease-in-out 0ms, opacity 100ms linear 100ms, left 0ms linear 200ms; }

.event-grid {
  padding: 0;
  width: 100%;
  clear: both;
  position: relative; }
  .event-grid .coming-soon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 0; }
    .event-grid .coming-soon.active {
      width: 100%;
      height: 100%;
      z-index: 10; }
  .event-grid li {
    list-style: none;
    display: inline-block; }
    .event-grid li + li {
      border-left: 1px solid #aaa;
      margin-left: 10px;
      padding-left: 10px; }
    .event-grid li.empty {
      position: relative;
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")";
      filter: alpha(opacity=50);
      zoom: 1; }
      .event-grid li.empty:hover a {
        color: #911d1f;
        pointer-events: none; }
      .event-grid li.empty .empty {
        display: block;
        position: absolute;
        left: -1px;
        top: -1px;
        background: rgba(255, 255, 255, 0.7);
        z-index: 10;
        height: calc(100% + 2px);
        width: calc(100% + 2px); }
    .event-grid li a {
      display: block;
      color: #911d1f;
      line-height: 1.2;
      position: relative;
      font-size: 0.9375em;
      font-weight: 600;
      -webkit-transition: all 350ms ease-in-out;
      -moz-transition: all 350ms ease-in-out false;
      -o-transition: all 350ms ease-in-out false;
      transition: all 350ms ease-in-out; }
    .event-grid li.on a, .event-grid li:hover a {
      color: black; }

.calendar-wrap {
  position: relative; }
  .calendar-wrap::before {
    content: '';
    display: block;
    position: fixed;
    z-index: 152;
    top: 0;
    left: -200%;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, white, transparent 50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    -webkit-transition: opacity 350ms ease-in-out, left 0ms linear;
    -webkit-transition-delay: 0s, 350ms;
    -moz-transition: opacity 350ms ease-in-out false, left 0ms linear 350ms;
    -o-transition: opacity 350ms ease-in-out false, left 0ms linear 350ms;
    transition: opacity 350ms ease-in-out, left 0ms linear 350ms; }
  .calendar-wrap .archive-sidebar {
    width: 100%;
    margin-bottom: 1.5em;
    display: inline-block; }
  .calendar-wrap .calendar-results {
    clear: both;
    width: 100%; }
  .calendar-wrap .title-sep {
    font-family: "News Cycle", sans-serif;
    text-transform: uppercase;
    color: #0b1f38;
    font-size: 1.5em;
    width: 100%;
    display: inline-block;
    margin-bottom: 0.75em;
    font-weight: 600;
    letter-spacing: 0.5px; }
    .calendar-wrap .title-sep.margin-top {
      margin-top: 1.5em; }
  .calendar-wrap .views {
    clear: both;
    width: 100%; }
    .calendar-wrap .views.hidden {
      display: none; }
    .calendar-wrap .views.calendar {
      padding: 2em 0; }
  .calendar-wrap + .loader {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 153; }
  .calendar-wrap.loading::before {
    left: 0px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 80 ")";
    filter: alpha(opacity=80);
    zoom: 1;
    -webkit-transition: opacity 350ms ease-in-out, left 0ms linear;
    -webkit-transition-delay: 0s, 0ms;
    -moz-transition: opacity 350ms ease-in-out false, left 0ms linear 0ms;
    -o-transition: opacity 350ms ease-in-out false, left 0ms linear 0ms;
    transition: opacity 350ms ease-in-out, left 0ms linear 0ms; }
  .calendar-wrap.loading + .loader {
    display: block; }
  .calendar-wrap .calendar #em-wrapper {
    width: 100%; }
    .calendar-wrap .calendar #em-wrapper .section > p {
      display: none; }
  .calendar-wrap .calendar .em-calendar-wrapper table {
    width: 100%; }
  .calendar-wrap .calendar .next-event {
    clear: both;
    margin-top: 2em;
    width: 100%;
    position: relative; }
    .calendar-wrap .calendar .next-event h5 {
      font-size: 2em;
      color: #263c5c;
      border-bottom: 1px solid #d5d5d5;
      margin-bottom: 0.75em;
      padding-bottom: 0.5em; }
    .calendar-wrap .calendar .next-event h4 {
      display: none; }
    .calendar-wrap .calendar .next-event h3 {
      font-size: 1.625em; }
    .calendar-wrap .calendar .next-event article {
      padding: 0; }
    .calendar-wrap .calendar .next-event .view-more {
      display: none; }
    .calendar-wrap .calendar .next-event img {
      max-width: 100%; }
    .calendar-wrap .calendar .next-event .event-content {
      max-width: 100%; }
    .calendar-wrap .calendar .next-event .notice {
      margin: 10px 0 0 0;
      font-size: 0.75em;
      color: #aaa; }
      .calendar-wrap .calendar .next-event .notice em {
        color: #999; }
    .calendar-wrap .calendar .next-event .event-grid {
      max-width: 100%;
      margin: 1em 0; }
    .calendar-wrap .calendar .next-event .excerpt {
      clear: both;
      width: 100%;
      font-size: 1.125em; }
    .calendar-wrap .calendar .next-event .download-cal {
      color: #911d1f;
      font-size: 1.125em;
      -webkit-transition: color 350ms ease-in-out;
      -moz-transition: color 350ms ease-in-out false;
      -o-transition: color 350ms ease-in-out false;
      transition: color 350ms ease-in-out; }
      .calendar-wrap .calendar .next-event .download-cal:before {
        display: inline-block;
        line-height: 1;
        margin-right: 5px;
        font-size: 1.25em;
        content: '\e805'; }
      .calendar-wrap .calendar .next-event .download-cal:hover {
        color: #5b5b5b; }
    .calendar-wrap .calendar .next-event .event-deets {
      font-size: 0.75em; }
  .calendar-wrap .blocks article.event .img-wrap {
    margin-bottom: 1em; }
    .calendar-wrap .blocks article.event .img-wrap img {
      margin: 0; }
  .calendar-wrap .blocks article.event h3 {
    margin-bottom: 0.3em; }
  .calendar-wrap .calendar-toggle {
    float: right;
    color: #911d1f;
    font-size: 1.125em;
    margin: 5px 0 0 0;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out false;
    -o-transition: color 350ms ease-in-out false;
    transition: color 350ms ease-in-out; }
    .calendar-wrap .calendar-toggle:before {
      display: inline-block;
      line-height: 1;
      margin-right: 5px;
      font-size: 1.25em; }
    .calendar-wrap .calendar-toggle.calendar:before {
      content: '\e81b'; }
    .calendar-wrap .calendar-toggle.list:before {
      content: '\e81d';
      position: relative;
      top: 2px; }
    .calendar-wrap .calendar-toggle:hover {
      color: #263c5c; }
  .calendar-wrap .no-auctions {
    text-align: center;
    margin: 2em 0;
    font-size: 1.25em;
    text-align: center;
    width: 100%; }
  .calendar-wrap .more-auctions {
    display: block;
    font-size: 1em;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 2px;
    text-align: center;
    color: #5b5b5b;
    text-transform: uppercase;
    clear: both;
    margin: 1em auto;
    max-width: 200px;
    padding: 5px;
    -webkit-transition: background 500ms ease-in-out;
    -moz-transition: background 500ms ease-in-out false;
    -o-transition: background 500ms ease-in-out false;
    transition: background 500ms ease-in-out; }
    .calendar-wrap .more-auctions:before {
      content: '\e804';
      font-size: 1.5625em;
      display: inline-block;
      margin-right: 5px;
      position: relative;
      top: 2px;
      line-height: 1;
      transform-origin: 48% 54%;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out false;
      -o-transition: all 500ms ease-in-out false;
      transition: all 500ms ease-in-out; }
    .calendar-wrap .more-auctions:hover {
      background: #f1f1f1; }
      .calendar-wrap .more-auctions:hover:before {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); }

article.event {
  padding-bottom: 2em;
  position: relative; }
  article.event + .event {
    padding-top: 2em;
    border-top: 1px solid #d5d5d5; }
    article.event + .event.past-archive {
      padding-top: 0;
      border: 0; }
    article.event + .event + script + .event {
      padding-top: 2em;
      border-top: 1px solid #d5d5d5; }
  article.event .img-wrap {
    display: block; }
  article.event img {
    width: 100%;
    height: auto; }
  article.event .event-content {
    float: right;
    width: 100%;
    margin: 1.25em 0; }
    article.event .event-content .category-title {
      display: block;
      margin-bottom: 1.25em;
      font-weight: 600;
      font-size: 0.875em; }
    article.event .event-content .notice {
      margin: 10px 0 0 0;
      font-size: 0.875em;
      color: #aaa; }
      article.event .event-content .notice em {
        color: #777; }
  article.event h4 {
    font-family: "Open Sans", sans-serif;
    color: #5b5b5b;
    font-size: 0.875em;
    margin-bottom: 5px;
    letter-spacing: 1px; }
  article.event h3 {
    color: black;
    font-size: 1.75em;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 5px; }
    article.event h3 a {
      color: black; }
      article.event h3 a:hover {
        color: #911d1f; }
  article.event .the-text {
    margin: 1em 0 1em 0; }
    article.event .the-text hr,
    article.event .the-text h2,
    article.event .the-text h3,
    article.event .the-text h4,
    article.event .the-text h5,
    article.event .the-text h6 {
      display: none; }
  article.event .date {
    font-size: 0.9375em;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    line-height: 1.3; }
    article.event .date span.status {
      background: #263c5c;
      color: #fff;
      font-size: 0.7em; }
  article.event .view-more {
    margin-top: 1.5em;
    min-width: 180px;
    max-width: 280px; }
  article.event.past-archive {
    width: 49%;
    float: left; }
    article.event.past-archive:nth-of-type(2n) {
      float: right; }
    article.event.past-archive:nth-of-type(2n-1) {
      clear: both; }
    article.event.past-archive + .past-archive {
      border: 0; }
    article.event.past-archive h3 {
      font-size: 1.25em; }
    article.event.past-archive img {
      max-width: 100%;
      margin-bottom: 1em; }
    article.event.past-archive a {
      font-size: 0.9375em; }

.calendar-wrap .blocks article.event.past-archive .img-wrap .img-tilt {
  right: auto;
  left: 0;
  max-width: 100%;
  width: 100%; }

.em-calendar-wrapper .calendar-header,
.em .calendar-header {
  text-align: center; }
  .em-calendar-wrapper .calendar-header .month,
  .em .calendar-header .month {
    font-size: 2.25em;
    color: #263c5c;
    font-family: "Cinzel", serif;
    line-height: 1; }
  .em-calendar-wrapper .calendar-header .key,
  .em .calendar-header .key {
    margin-top: 10px;
    padding-left: 0;
    font-size: 0.8em; }
    .em-calendar-wrapper .calendar-header .key li,
    .em .calendar-header .key li {
      float: none;
      display: inline-block;
      font-size: 1.125em;
      padding-left: 0;
      margin-bottom: 0; }
      .em-calendar-wrapper .calendar-header .key li:before,
      .em .calendar-header .key li:before {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #911d1f;
        display: inline-block;
        content: '';
        margin-right: 5px;
        position: relative;
        top: 3px; }
      .em-calendar-wrapper .calendar-header .key li.show:before,
      .em .calendar-header .key li.show:before {
        background: #a47ac4; }
      .em-calendar-wrapper .calendar-header .key li.other:before,
      .em .calendar-header .key li.other:before {
        background: #263c5c; }
      .em-calendar-wrapper .calendar-header .key li + li,
      .em .calendar-header .key li + li {
        margin-left: 0.5em; }
  .em-calendar-wrapper .calendar-header .nextprev,
  .em .calendar-header .nextprev {
    padding-left: 0;
    margin-top: 7px;
    width: 100%; }
    .em-calendar-wrapper .calendar-header .nextprev::before,
    .em .calendar-header .nextprev::before {
      display: none; }
    .em-calendar-wrapper .calendar-header .nextprev li,
    .em .calendar-header .nextprev li {
      font-size: 1em;
      padding-left: 0;
      margin-bottom: 0; }
      .em-calendar-wrapper .calendar-header .nextprev li:nth-child(1),
      .em .calendar-header .nextprev li:nth-child(1) {
        float: left; }
        .em-calendar-wrapper .calendar-header .nextprev li:nth-child(1) a::before,
        .em .calendar-header .nextprev li:nth-child(1) a::before {
          content: '< ';
          font-size: 0.8em;
          font-weight: bold; }
      .em-calendar-wrapper .calendar-header .nextprev li:nth-child(2),
      .em .calendar-header .nextprev li:nth-child(2) {
        float: right; }
        .em-calendar-wrapper .calendar-header .nextprev li:nth-child(2) a::after,
        .em .calendar-header .nextprev li:nth-child(2) a::after {
          content: ' >';
          font-size: 0.8em;
          font-weight: bold; }
      .em-calendar-wrapper .calendar-header .nextprev li:before,
      .em .calendar-header .nextprev li:before {
        display: none; }
      .em-calendar-wrapper .calendar-header .nextprev li a,
      .em .calendar-header .nextprev li a {
        font-size: 1.125em;
        color: #911d1f;
        -webkit-transition: color 350ms ease-in-out;
        -moz-transition: color 350ms ease-in-out false;
        -o-transition: color 350ms ease-in-out false;
        transition: color 350ms ease-in-out;
        border: 0; }
        .em-calendar-wrapper .calendar-header .nextprev li a:hover,
        .em .calendar-header .nextprev li a:hover {
          color: #263c5c;
          border: 0; }

.em-calendar-wrapper table.em-calendar,
.em table.em-calendar {
  border-top: 2px solid #aac6dd;
  border-bottom: 2px solid #aac6dd;
  border-left: 1px solid #848484;
  border-right: 1px solid #848484;
  margin-top: 1em;
  font-size: 0.8em;
  width: 100%; }
  .em-calendar-wrapper table.em-calendar td,
  .em table.em-calendar td {
    font-size: 1em;
    padding: 0;
    position: relative;
    border-color: #ccc; }
    .em-calendar-wrapper table.em-calendar td.eventless-pre, .em-calendar-wrapper table.em-calendar td.eventless-post, .em-calendar-wrapper table.em-calendar td.eventful-pre, .em-calendar-wrapper table.em-calendar td.eventful-post,
    .em table.em-calendar td.eventless-pre,
    .em table.em-calendar td.eventless-post,
    .em table.em-calendar td.eventful-pre,
    .em table.em-calendar td.eventful-post {
      color: #ccc; }
    .em-calendar-wrapper table.em-calendar td.eventless-today, .em-calendar-wrapper table.em-calendar td.eventful-today,
    .em table.em-calendar td.eventless-today,
    .em table.em-calendar td.eventful-today {
      background: none; }
      .em-calendar-wrapper table.em-calendar td.eventless-today .wrap, .em-calendar-wrapper table.em-calendar td.eventful-today .wrap,
      .em table.em-calendar td.eventless-today .wrap,
      .em table.em-calendar td.eventful-today .wrap {
        background: #c9dbe9; }
    .em-calendar-wrapper table.em-calendar td.eventful a,
    .em-calendar-wrapper table.em-calendar td.eventful-today a .em-calendar-wrapper table.em-calendar td.eventful-pre a,
    .em-calendar-wrapper table.em-calendar td.eventful-post a,
    .em table.em-calendar td.eventful a,
    .em table.em-calendar td.eventful-today a .em-calendar-wrapper table.em-calendar td.eventful-pre a,
    .em table.em-calendar td.eventful-post a,
    .em-calendar-wrapper table.em-calendar td.eventful-today a
    .em table.em-calendar td.eventful-pre a,
    .em table.em-calendar td.eventful-today a
    .em table.em-calendar td.eventful-pre a {
      color: #911d1f; }
      .em-calendar-wrapper table.em-calendar td.eventful a:hover,
      .em-calendar-wrapper table.em-calendar td.eventful-today a .em-calendar-wrapper table.em-calendar td.eventful-pre a:hover,
      .em-calendar-wrapper table.em-calendar td.eventful-post a:hover,
      .em table.em-calendar td.eventful a:hover,
      .em table.em-calendar td.eventful-today a .em-calendar-wrapper table.em-calendar td.eventful-pre a:hover,
      .em table.em-calendar td.eventful-post a:hover,
      .em-calendar-wrapper table.em-calendar td.eventful-today a
      .em table.em-calendar td.eventful-pre a:hover,
      .em table.em-calendar td.eventful-today a
      .em table.em-calendar td.eventful-pre a:hover {
        color: #5b5b5b; }
    .em-calendar-wrapper table.em-calendar td .wrap,
    .em table.em-calendar td .wrap {
      height: 0;
      padding-bottom: 100%; }
    .em-calendar-wrapper table.em-calendar td:nth-child(5) .calendar-events li .hover, .em-calendar-wrapper table.em-calendar td:nth-child(6) .calendar-events li .hover, .em-calendar-wrapper table.em-calendar td:nth-child(7) .calendar-events li .hover,
    .em table.em-calendar td:nth-child(5) .calendar-events li .hover,
    .em table.em-calendar td:nth-child(6) .calendar-events li .hover,
    .em table.em-calendar td:nth-child(7) .calendar-events li .hover {
      left: auto;
      right: 9999px;
      -webkit-transition-property: -webkit-transform, right, opacity;
      -moz-transition-property: -moz-transform, right, opacity;
      -o-transition-property: -o-transform, right, opacity;
      transition-property: transform, right, opacity;
      -webkit-transition-duration: 350ms, 0ms, 350ms;
      -moz-transition-duration: 350ms, 0ms, 350ms;
      -o-transition-duration: 350ms, 0ms, 350ms;
      transition-duration: 350ms, 0ms, 350ms;
      -webkit-transition-delay: 0ms, 350ms, 0ms;
      -moz-transition-delay: 0ms, 350ms, 0ms;
      -o-transition-delay: 0ms, 350ms, 0ms;
      transition-delay: 0ms, 350ms, 0ms;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
    .em-calendar-wrapper table.em-calendar td:nth-child(5) .calendar-events li:hover .hover, .em-calendar-wrapper table.em-calendar td:nth-child(6) .calendar-events li:hover .hover, .em-calendar-wrapper table.em-calendar td:nth-child(7) .calendar-events li:hover .hover,
    .em table.em-calendar td:nth-child(5) .calendar-events li:hover .hover,
    .em table.em-calendar td:nth-child(6) .calendar-events li:hover .hover,
    .em table.em-calendar td:nth-child(7) .calendar-events li:hover .hover {
      right: 0;
      -webkit-transition-property: -webkit-transform, right, opacity;
      -moz-transition-property: -moz-transform, right, opacity;
      -o-transition-property: -o-transform, right, opacity;
      transition-property: transform, right, opacity;
      -webkit-transition-duration: 350ms, 0ms, 350ms;
      -moz-transition-duration: 350ms, 0ms, 350ms;
      -o-transition-duration: 350ms, 0ms, 350ms;
      transition-duration: 350ms, 0ms, 350ms;
      -webkit-transition-delay: 0ms, 0ms, 0ms;
      -moz-transition-delay: 0ms, 0ms, 0ms;
      -o-transition-delay: 0ms, 0ms, 0ms;
      transition-delay: 0ms, 0ms, 0ms;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
  .em-calendar-wrapper table.em-calendar tr.days-names td,
  .em table.em-calendar tr.days-names td {
    font-size: 1.125em;
    padding: 3px 6px;
    width: 14.2857142857%; }
  .em-calendar-wrapper table.em-calendar .date,
  .em table.em-calendar .date {
    font-size: 1.25em;
    font-weight: 200;
    position: absolute;
    left: 6px;
    top: 6px;
    line-height: 1; }

.em-calendar-wrapper .calendar-events,
.em .calendar-events {
  list-style: none;
  padding: 0;
  position: absolute;
  width: calc(100% - 1em);
  left: 0.5em;
  bottom: 0.5em; }
  .em-calendar-wrapper .calendar-events li,
  .em .calendar-events li {
    list-style: none;
    float: left;
    padding: 0;
    margin-bottom: 0;
    position: static; }
    .em-calendar-wrapper .calendar-events li:before,
    .em .calendar-events li:before {
      display: none; }
    .em-calendar-wrapper .calendar-events li + li,
    .em .calendar-events li + li {
      margin-left: 5px; }
    .em-calendar-wrapper .calendar-events li:hover > .hover,
    .em .calendar-events li:hover > .hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
      filter: alpha(opacity=100);
      zoom: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition-property: -webkit-transform, left, opacity;
      -moz-transition-property: -moz-transform, left, opacity;
      -o-transition-property: -o-transform, left, opacity;
      transition-property: transform, left, opacity;
      -webkit-transition-duration: 350ms, 0ms, 350ms;
      -moz-transition-duration: 350ms, 0ms, 350ms;
      -o-transition-duration: 350ms, 0ms, 350ms;
      transition-duration: 350ms, 0ms, 350ms;
      -webkit-transition-delay: 0ms, 0ms, 0ms;
      -moz-transition-delay: 0ms, 0ms, 0ms;
      -o-transition-delay: 0ms, 0ms, 0ms;
      transition-delay: 0ms, 0ms, 0ms;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      left: 0; }
  .em-calendar-wrapper .calendar-events .dot,
  .em .calendar-events .dot {
    width: 0.9em;
    height: 0.9em;
    display: block;
    border-radius: 50%;
    background: #911d1f; }
    .em-calendar-wrapper .calendar-events .dot:hover,
    .em .calendar-events .dot:hover {
      cursor: pointer; }
    .em-calendar-wrapper .calendar-events .dot.show,
    .em .calendar-events .dot.show {
      background: #a47ac4; }
      .em-calendar-wrapper .calendar-events .dot.show + .hover > a,
      .em .calendar-events .dot.show + .hover > a {
        display: none; }
    .em-calendar-wrapper .calendar-events .dot.other,
    .em .calendar-events .dot.other {
      background: #263c5c; }
  .em-calendar-wrapper .calendar-events h6,
  .em .calendar-events h6 {
    font-size: 1em;
    color: #263c5c;
    margin-bottom: 5px;
    line-height: 1.2; }
  .em-calendar-wrapper .calendar-events a,
  .em .calendar-events a {
    display: block;
    color: #911d1f;
    font-size: 0.8125em;
    border: 0;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out false;
    -o-transition: color 350ms ease-in-out false;
    transition: color 350ms ease-in-out; }
    .em-calendar-wrapper .calendar-events a:hover,
    .em .calendar-events a:hover {
      color: #5b5b5b;
      border: 0; }
  .em-calendar-wrapper .calendar-events .hover,
  .em .calendar-events .hover {
    position: absolute;
    top: 100%;
    left: -9999px;
    background: #eee;
    width: 325%;
    padding: 6px;
    border-radius: 5px;
    z-index: 10;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-property: -webkit-transform, left, opacity;
    -moz-transition-property: -moz-transform, left, opacity;
    -o-transition-property: -o-transform, left, opacity;
    transition-property: transform, left, opacity;
    -webkit-transition-duration: 350ms, 0ms, 350ms;
    -moz-transition-duration: 350ms, 0ms, 350ms;
    -o-transition-duration: 350ms, 0ms, 350ms;
    transition-duration: 350ms, 0ms, 350ms;
    -webkit-transition-delay: 0ms, 350ms, 0ms;
    -moz-transition-delay: 0ms, 350ms, 0ms;
    -o-transition-delay: 0ms, 350ms, 0ms;
    transition-delay: 0ms, 350ms, 0ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1; }

.honeypot {
  display: none; }

.gform_wrapper .gform_heading {
  color: #263c5c;
  margin: 0 auto 1.5em 0; }
  .gform_wrapper .gform_heading h3 {
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 10px; }
  .gform_wrapper .gform_heading .gform_description {
    text-align: left;
    color: #222; }

.gform_wrapper .gform_ajax_spinner {
  position: absolute;
  bottom: -20px;
  left: 49%; }

.gform_wrapper .gform_footer {
  position: relative; }
  .gform_wrapper .gform_footer button {
    background: #263c5c;
    font-size: 1.25em;
    height: 55px;
    font-family: "Cinzel", serif;
    line-height: 55px;
    padding: 0 20px;
    min-width: 50px; }
    .gform_wrapper .gform_footer button:hover {
      background: #172438; }

.gform_wrapper .validation_error,
.gform_wrapper .instruction {
  display: none; }

.gform_wrapper .gfield {
  float: left;
  clear: none;
  list-style: none;
  width: 100%;
  padding: 0;
  background: none;
  margin: 8px 0; }
  .gform_wrapper .gfield:before {
    display: none; }
  .gform_wrapper .gfield.hidden {
    display: none; }
  .gform_wrapper .gfield.form-left {
    float: left;
    width: 49%; }
  .gform_wrapper .gfield.form-right {
    float: right;
    width: 49%; }
  .gform_wrapper .gfield.honeypot {
    display: none; }
  .gform_wrapper .gfield.name .name_first {
    float: left;
    width: 49%; }
  .gform_wrapper .gfield.name .name_last {
    float: right;
    width: 49%; }
  .gform_wrapper .gfield.section h2 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 1.625em; }
    .gform_wrapper .gfield.section h2:after {
      display: none; }
  .gform_wrapper .gfield.fileupload .gform_drop_area {
    padding: 25px;
    border: 2px dashed #ddd;
    color: #aaa;
    text-align: center;
    margin-bottom: 10px; }
  .gform_wrapper .gfield.fileupload .button {
    width: auto;
    margin: 10px auto;
    float: none; }
  .gform_wrapper .gfield.fileupload #extensions_message {
    font-size: 0.875em;
    color: #999; }
  .gform_wrapper .gfield.fileupload .ginput_preview img {
    float: left;
    margin: 8px 7px 0 0; }
  .gform_wrapper .gfield.checkbox, .gform_wrapper .gfield.radio {
    list-style: none; }
    .gform_wrapper .gfield.checkbox ul, .gform_wrapper .gfield.radio ul {
      padding-left: 0; }
    .gform_wrapper .gfield.checkbox li, .gform_wrapper .gfield.radio li {
      padding-left: 0; }
      .gform_wrapper .gfield.checkbox li::before, .gform_wrapper .gfield.radio li::before {
        display: none; }
    .gform_wrapper .gfield.checkbox .gfield_label span, .gform_wrapper .gfield.radio .gfield_label span {
      display: none; }
    .gform_wrapper .gfield.checkbox .validation_message, .gform_wrapper .gfield.radio .validation_message {
      top: -15px; }
    .gform_wrapper .gfield.checkbox .gfield_checkbox, .gform_wrapper .gfield.radio .gfield_checkbox {
      overflow: hidden; }
    .gform_wrapper .gfield.checkbox input, .gform_wrapper .gfield.radio input {
      display: none; }
      .gform_wrapper .gfield.checkbox input + label, .gform_wrapper .gfield.radio input + label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 30px;
        font-size: 1em;
        font-style: normal; }
        .gform_wrapper .gfield.checkbox input + label:before, .gform_wrapper .gfield.radio input + label:before {
          display: inline-block;
          width: 20px;
          height: 20px;
          position: absolute;
          left: 0;
          top: 6px;
          content: '';
          background: #fff; }
        .gform_wrapper .gfield.checkbox input + label:hover:after, .gform_wrapper .gfield.radio input + label:hover:after {
          opacity: 0.3; }
      .gform_wrapper .gfield.checkbox input:checked + label:before, .gform_wrapper .gfield.radio input:checked + label:before {
        content: "\2713";
        font-size: 1.0625em;
        color: #263c5c;
        text-align: center;
        line-height: 21px; }
  .gform_wrapper .gfield.radio input + label:before {
    border-radius: 50%; }
  .gform_wrapper .gfield.radio input:checked + label:before {
    content: '●';
    font-style: normal;
    color: #263c5c;
    line-height: 19px; }
  .gform_wrapper .gfield .gfield_description {
    font-size: 0.8125em;
    color: #5b5b5b;
    display: block;
    margin-top: 5px; }
  .gform_wrapper .gfield .ginput_complex {
    width: 100%; }
    .gform_wrapper .gfield .ginput_complex .ginput_left,
    .gform_wrapper .gfield .ginput_complex .ginput_right {
      float: left;
      width: 49%; }
      .gform_wrapper .gfield .ginput_complex .ginput_left input,
      .gform_wrapper .gfield .ginput_complex .ginput_right input {
        width: 100%; }
    .gform_wrapper .gfield .ginput_complex .ginput_right {
      float: right; }
    .gform_wrapper .gfield .ginput_complex .ginput_full {
      float: left;
      width: 100%; }
  .gform_wrapper .gfield .gfield_label {
    display: block;
    font-size: 0.9375em;
    letter-spacing: 0.1em;
    color: #263c5c;
    padding-bottom: 5px; }
  .gform_wrapper .gfield .ginput_container.ginput_list table {
    width: 100%; }
    .gform_wrapper .gfield .ginput_container.ginput_list table tr th:first-child {
      width: 70px; }
    .gform_wrapper .gfield .ginput_container.ginput_list table .gfield_list_group {
      border-bottom: 2px solid white; }
    .gform_wrapper .gfield .ginput_container.ginput_list table td.gfield_list_cell + .gfield_list_cell {
      border-left: 2px solid white; }
    .gform_wrapper .gfield .ginput_container.ginput_list table td.gfield_list_icons {
      vertical-align: middle;
      width: 60px; }
      .gform_wrapper .gfield .ginput_container.ginput_list table td.gfield_list_icons img.add_list_item,
      .gform_wrapper .gfield .ginput_container.ginput_list table td.gfield_list_icons img.delete_list_item {
        float: left;
        margin: 0 5px !important; }
  .gform_wrapper .gfield .ginput_container input,
  .gform_wrapper .gfield .ginput_container textarea {
    border: 0;
    border-bottom: 2px solid transparent;
    color: #911d1f;
    float: left;
    font-size: 1em;
    padding: 0px 10px;
    width: 100%;
    background: rgba(91, 91, 91, 0.1);
    -webkit-transition: border 300ms ease-in-out;
    -moz-transition: border 300ms ease-in-out false;
    -o-transition: border 300ms ease-in-out false;
    transition: border 300ms ease-in-out; }
    .gform_wrapper .gfield .ginput_container input:focus, .gform_wrapper .gfield .ginput_container input.focus,
    .gform_wrapper .gfield .ginput_container textarea:focus,
    .gform_wrapper .gfield .ginput_container textarea.focus {
      border-bottom-color: #263c5c; }
  .gform_wrapper .gfield .ginput_container input {
    height: 45px;
    line-height: 45px; }
  .gform_wrapper .gfield .ginput_container select {
    padding: 9px 10px;
    width: 100%;
    height: 45px;
    border: 1px solid transparent;
    background: rgba(91, 91, 91, 0.1);
    color: #911d1f;
    -moz-appearancex: none;
    border-radius: 0; }
    .gform_wrapper .gfield .ginput_container select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }
  .gform_wrapper .gfield .ginput_container textarea {
    resize: none;
    padding: 9px 10px;
    font-size: 1em;
    font-family: "Open Sans", sans-serif; }
  .gform_wrapper .gfield .ginput_container label {
    float: left;
    font-size: 0.8em;
    font-style: italic;
    margin: 0 0 5px 9px;
    line-height: 1.8em;
    color: #9d9d9d;
    clear: both; }
  .gform_wrapper .gfield .ginput_container .instruction {
    display: none; }
  .gform_wrapper .gfield .validation_message {
    position: absolute;
    top: 5px;
    font-size: 0.75em;
    right: 0;
    color: #911d1f; }

.gform_wrapper .inset .gfield {
  position: relative;
  margin-top: 0; }
  .gform_wrapper .inset .gfield .validation_message {
    color: red;
    font-weight: 400; }
  .gform_wrapper .inset .gfield label {
    height: 55px;
    line-height: 55px;
    background: rgba(255, 255, 255, 0.95);
    color: #5b5b5b;
    text-indent: 15px;
    display: block;
    text-align: left;
    position: relative;
    font-size: 1.125em;
    letter-spacing: .5px;
    margin: 0;
    font-weight: normal !important;
    -webkit-transition: background 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out false;
    -o-transition: background 200ms ease-in-out false;
    transition: background 200ms ease-in-out; }
  .gform_wrapper .inset .gfield .ginput_container input,
  .gform_wrapper .inset .gfield .ginput_container textarea {
    color: #5b5b5b;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    border: 0;
    height: 55px;
    text-indent: 15px;
    font-weight: normal;
    z-index: 5;
    font-size: 1.125em;
    text-align: left;
    border: 0;
    width: 100%;
    background: none; }
    .gform_wrapper .inset .gfield .ginput_container input.focus, .gform_wrapper .inset .gfield .ginput_container input:focus,
    .gform_wrapper .inset .gfield .ginput_container textarea.focus,
    .gform_wrapper .inset .gfield .ginput_container textarea:focus {
      background-color: white;
      -webkit-transition: background 200ms ease-in-out;
      -moz-transition: background 200ms ease-in-out false;
      -o-transition: background 200ms ease-in-out false;
      transition: background 200ms ease-in-out; }
  .gform_wrapper .inset .gfield.checkbox label {
    height: auto;
    line-height: inherit;
    background: inherit;
    text-indent: 0;
    letter-spacing: 0;
    margin: auto; }
  .gform_wrapper .inset .gfield.checkbox input {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -100;
    width: 1px !important;
    height: 1px;
    overflow: hidden;
    border: none;
    outline: none;
    background: transparent;
    pointer-events: none; }

.gform_wrapper .gfield.select,
.gform_wrapper .gfield.shipping,
.gform_wrapper .ginput_complex .address_country {
  background: rgba(91, 91, 91, 0.1);
  position: relative;
  height: 45px;
  overflow: hidden; }
  .gform_wrapper .gfield.select.showlabel,
  .gform_wrapper .gfield.shipping.showlabel,
  .gform_wrapper .ginput_complex .address_country.showlabel {
    height: auto;
    background: transparent; }
    .gform_wrapper .gfield.select.showlabel select,
    .gform_wrapper .gfield.shipping.showlabel select,
    .gform_wrapper .ginput_complex .address_country.showlabel select {
      background: rgba(91, 91, 91, 0.1); }
    .gform_wrapper .gfield.select.showlabel label,
    .gform_wrapper .gfield.shipping.showlabel label,
    .gform_wrapper .ginput_complex .address_country.showlabel label {
      display: block; }
    .gform_wrapper .gfield.select.showlabel:after,
    .gform_wrapper .gfield.shipping.showlabel:after,
    .gform_wrapper .ginput_complex .address_country.showlabel:after {
      bottom: 0;
      top: auto; }
  .gform_wrapper .gfield.select label,
  .gform_wrapper .gfield.shipping label,
  .gform_wrapper .ginput_complex .address_country label {
    display: none; }
  .gform_wrapper .gfield.select:after,
  .gform_wrapper .gfield.shipping:after,
  .gform_wrapper .ginput_complex .address_country:after {
    color: #263c5c;
    content: '\3e';
    display: block;
    height: 45px;
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    line-height: 45px;
    font-size: 1.375em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .gform_wrapper .gfield.select select,
  .gform_wrapper .gfield.shipping select,
  .gform_wrapper .ginput_complex .address_country select {
    background: none;
    border: 0 none;
    color: #263c5c;
    padding: 6px 15px 6px 15px;
    height: 45px;
    width: 133%;
    font-size: 0.8125em;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ''; }
  .gform_wrapper .gfield.select .validation_message,
  .gform_wrapper .gfield.shipping .validation_message,
  .gform_wrapper .ginput_complex .address_country .validation_message {
    top: -6px; }

.gform_wrapper .ginput_complex .address_country {
  overflow: visible; }
  .gform_wrapper .ginput_complex .address_country label {
    display: block; }

.gform_wrapper .newsletter .gfield_required {
  display: none; }

.gform_wrapper .newsletter .gform_heading h3 {
  color: white;
  display: inline-block;
  font-size: 2em;
  margin: 0;
  line-height: 1.2;
  margin-right: 15px; }

.gform_wrapper .newsletter .gform_heading .gform_description {
  color: white;
  display: inline-block;
  font-size: 0.875em; }

.gform_wrapper .newsletter .gform_body {
  float: left;
  width: 100%; }

.gform_wrapper .newsletter .gfield {
  width: 100%;
  margin-bottom: 10px; }
  .gform_wrapper .newsletter .gfield + .gfield {
    margin-left: 2px; }
  .gform_wrapper .newsletter .gfield .validation_message {
    right: 3px;
    bottom: 0;
    top: auto;
    letter-spacing: 0.5px;
    font-size: 0.7em; }
  .gform_wrapper .newsletter .gfield.checkall, .gform_wrapper .newsletter .gfield.checkbox {
    margin-left: 0;
    width: 100%;
    margin-top: 1em; }
    .gform_wrapper .newsletter .gfield.checkall .gfield_label, .gform_wrapper .newsletter .gfield.checkbox .gfield_label {
      font-family: "Cinzel", serif; }
    .gform_wrapper .newsletter .gfield.checkall .gfield_checkbox, .gform_wrapper .newsletter .gfield.checkbox .gfield_checkbox {
      text-align: left;
      column-count: 2;
      column-gap: 15px;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
      .gform_wrapper .newsletter .gfield.checkall .gfield_checkbox li, .gform_wrapper .newsletter .gfield.checkbox .gfield_checkbox li {
        display: inline-block;
        width: 100%;
        position: relative; }
      .gform_wrapper .newsletter .gfield.checkall .gfield_checkbox input + label:before, .gform_wrapper .newsletter .gfield.checkbox .gfield_checkbox input + label:before {
        top: 3px; }
    .gform_wrapper .newsletter .gfield.checkall label, .gform_wrapper .newsletter .gfield.checkbox label {
      color: white;
      font-size: 0.875em; }

.gform_wrapper .newsletter .gform_footer {
  float: left;
  width: 100%; }
  .gform_wrapper .newsletter .gform_footer .button {
    width: 100%;
    font-size: 0.875em;
    line-height: 60px; }
    .gform_wrapper .newsletter .gform_footer .button span {
      position: relative;
      top: -2px; }

.gform_wrapper .gform_fields {
  overflow: visible;
  padding: 0;
  overflow: hidden; }

.gform_wrapper .ginput_container {
  overflow: visible;
  position: static; }

.content-left .gform_wrapper .gfield.radio input + label:before, .content-left .gform_wrapper .gfield.checkbox input + label:before {
  box-shadow: inset 0 2px 3px 0px rgba(0, 0, 0, 0.3); }

.gform_confirmation_message {
  background: #911d1f;
  padding: 1em;
  color: white;
  font-size: 1.25em;
  text-align: center;
  max-width: 960px;
  margin: 1em auto; }

.owl-thumbs {
  overflow: hidden; }
  .owl-thumbs .owl-nav {
    display: none; }
  .owl-thumbs .owl-item {
    position: relative;
    float: left;
    min-height: 1px; }

#galleryFeed {
  max-height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  transition: all 350ms ease-in-out; }
  #galleryFeed.open {
    max-height: 9999px;
    padding-bottom: 0; }

@media only screen and (min-width: 601px) {
  #galleryFeed {
    padding-bottom: 32%; } }

@media only screen and (min-width: 769px) {
  #galleryFeed {
    padding-bottom: 30%; } }

@media only screen and (min-width: 980px) {
  #galleryFeed {
    padding-bottom: 20%; } }

@media only screen and (min-width: 1540px) {
  #galleryFeed {
    padding-bottom: 330px; } }

.hybrid-gallery {
  display: block;
  width: 100%;
  position: relative;
  margin: 15px 0 25px 0; }
  .hybrid-gallery .gallery-images {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 6px;
    overflow: hidden;
    border-bottom: 0px;
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 100%; }
    .hybrid-gallery .gallery-images > ul {
      display: block;
      width: 100%;
      max-width: 100%;
      height: 0;
      position: relative;
      list-style: none;
      padding: 0 0 47.0588235294% 0;
      margin: 0 auto !important;
      overflow: hidden; }
      .hybrid-gallery .gallery-images > ul > li {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
        filter: alpha(opacity=0);
        zoom: 1;
        z-index: 999;
        list-style: none !important;
        padding: 0;
        margin: 0 !important;
        background: #263c5c; }
        .hybrid-gallery .gallery-images > ul > li:before {
          display: none; }
        .hybrid-gallery .gallery-images > ul > li img {
          display: block;
          max-width: 100%;
          height: auto;
          margin: 0 auto; }
        .hybrid-gallery .gallery-images > ul > li .caption {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          z-index: 2;
          background-color: rgba(0, 0, 0, 0.7);
          color: white;
          text-align: center;
          padding: 6px 10px;
          font-size: 0.875em;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
          filter: alpha(opacity=0);
          zoom: 1;
          zoom: 1; }
          .hybrid-gallery .gallery-images > ul > li .caption p {
            margin: 0; }
      .hybrid-gallery .gallery-images > ul > li.current {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
        filter: alpha(opacity=100);
        zoom: 1;
        zoom: 1;
        pointer-events: auto;
        z-index: 200; }
        .hybrid-gallery .gallery-images > ul > li.current .caption {
          -webkit-transition: opacity 300ms ease-in-out;
          -moz-transition: opacity 300ms ease-in-out false;
          -o-transition: opacity 300ms ease-in-out false;
          transition: opacity 300ms ease-in-out;
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
          filter: alpha(opacity=100);
          zoom: 1;
          zoom: 1; }
  .hybrid-gallery .gallery-controls-container {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
    display: none; }
    .hybrid-gallery .gallery-controls-container .gallery-controls {
      position: relative;
      padding: 0;
      overflow: hidden;
      margin: 0 !important;
      display: none;
      -webkit-transition: left 400ms ease-in-out;
      -moz-transition: left 400ms ease-in-out false;
      -o-transition: left 400ms ease-in-out false;
      transition: left 400ms ease-in-out; }
      .hybrid-gallery .gallery-controls-container .gallery-controls > li {
        list-style: none !important;
        margin: 0 !important;
        display: block;
        float: left;
        padding: 5px;
        -webkit-transition: background 300ms ease-in-out;
        -moz-transition: background 300ms ease-in-out false;
        -o-transition: background 300ms ease-in-out false;
        transition: background 300ms ease-in-out;
        cursor: pointer; }
        .hybrid-gallery .gallery-controls-container .gallery-controls > li:before {
          display: none; }
        .hybrid-gallery .gallery-controls-container .gallery-controls > li img {
          background: none;
          padding: 0;
          display: block;
          width: 100%;
          height: auto;
          margin: 0;
          border: 0 none; }
      .hybrid-gallery .gallery-controls-container .gallery-controls > li.on {
        background-color: #911d1f; }
  .hybrid-gallery .nav {
    position: absolute;
    left: 0;
    top: 38%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 201; }
    .hybrid-gallery .nav .next_prev {
      position: absolute;
      display: block;
      z-index: 5;
      cursor: pointer;
      color: #263c5c;
      background: rgba(255, 255, 255, 0.25);
      font-size: 3.125em;
      opacity: 0.75;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 75 ")";
      filter: alpha(opacity=75);
      zoom: 1;
      -webkit-transition: opacity 300ms ease-in-out;
      -moz-transition: opacity 300ms ease-in-out false;
      -o-transition: opacity 300ms ease-in-out false;
      transition: opacity 300ms ease-in-out; }
      .hybrid-gallery .nav .next_prev:hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
        filter: alpha(opacity=100);
        zoom: 1; }
    .hybrid-gallery .nav .next {
      right: 0; }
    .hybrid-gallery .nav .prev {
      left: 0; }

/* ****************** */
/* MINI */
/* ****************** */
.mini-carousel {
  position: relative;
  clear: both;
  padding-top: 25px;
  max-width: 300px;
  margin: 0 auto; }
  .mini-carousel .mini-items {
    overflow: hidden;
    position: relative;
    z-index: 2;
    min-height: 350px; }
    .mini-carousel .mini-items > ul {
      list-style: none;
      margin: 0;
      padding: 0; }
  .mini-carousel .cta-image {
    display: block;
    z-index: 100; }
    .mini-carousel .cta-image img {
      max-width: 100%;
      height: auto; }
  .mini-carousel h4 {
    font-size: 1.125em;
    letter-spacing: 0.25px;
    margin: 0;
    color: #911d1f;
    background: none;
    text-indent: 0; }
    .mini-carousel h4 a {
      text-decoration: none;
      display: block; }
  .mini-carousel p {
    font-size: 0.875em;
    line-height: 1.5;
    color: #666;
    line-height: 1.4; }
  .mini-carousel .cta-btn {
    color: #263c5c;
    z-index: 100;
    background: white; }
  .mini-carousel .mini-item {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    zoom: 1;
    z-index: 999;
    width: 100%; }
    .mini-carousel .mini-item.current {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
      filter: alpha(opacity=100);
      zoom: 1;
      zoom: 1;
      pointer-events: auto;
      z-index: 1000; }

.mini-controls {
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3; }
  .mini-controls li {
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: baseline;
    width: 10px;
    height: 10px;
    background: rgba(145, 29, 31, 0.25);
    text-indent: -9999em;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out false;
    -o-transition: background 300ms ease-in-out false;
    transition: background 300ms ease-in-out; }
    .mini-controls li + li {
      margin-left: 5px; }
    .mini-controls li.on {
      background: #911d1f; }

/*****************************************/
/* Snap in */
/*****************************************/
.fxSnapIn ul li.navOutNext {
  animation: slideOutLeft 650ms forwards ease-in; }

.fxSnapIn ul li.navInNext {
  z-index: 1001;
  opacity: 1;
  animation: slideFromRightFast 650ms forwards cubic-bezier(0.7, 0, 0.3, 1); }

.fxSnapIn ul li.navOutPrev {
  animation: slideOutRight 650ms forwards ease-in; }

.fxSnapIn ul li.navInPrev {
  z-index: 1001;
  opacity: 1;
  animation: slideFromLeftFast 650ms forwards cubic-bezier(0.7, 0, 0.3, 1); }

.fxSnapIn li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: white;
  transition: opacity 400ms 0.1s ease-in; }

.fxSnapIn ul li.navOutPrev::after,
.fxSnapIn ul li.navOutNext::after {
  opacity: 1; }

@-webkit-keyframes slideOutLeft {
  from { }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%); } }

@-moz-keyframes slideOutLeft {
  from { }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%); } }

@-o-keyframes slideOutLeft {
  from { }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%); } }

@keyframes slideOutLeft {
  from { }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%); } }

@-webkit-keyframes slideFromRightFast {
  0%, 50% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

@-moz-keyframes slideFromRightFast {
  0%, 50% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

@-o-keyframes slideFromRightFast {
  0%, 50% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes slideFromRightFast {
  0%, 50% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes slideOutRight {
  from { }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%); } }

@-moz-keyframes slideOutRight {
  from { }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%); } }

@-o-keyframes slideOutRight {
  from { }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%); } }

@keyframes slideOutRight {
  from { }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%); } }

@-webkit-keyframes slideFromLeftFast {
  0%, 50% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

@-moz-keyframes slideFromLeftFast {
  0%, 50% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

@-o-keyframes slideFromLeftFast {
  0%, 50% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes slideFromLeftFast {
  0%, 50% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

.footer {
  border-top: 1px solid #d5d5d5;
  padding: 2em 0 5em 0;
  margin-top: 3em;
  clear: both; }

.newsletter-wrap {
  background: url(images/newsletter-bg.jpg) no-repeat top center;
  padding: 20px;
  background-size: cover;
  margin-top: 2em;
  clear: both; }
  .newsletter-wrap .gform_wrapper .newsletter {
    border: 0;
    padding: 0;
    margin: 0; }
    .newsletter-wrap .gform_wrapper .newsletter .gform_heading h3 {
      line-height: 1em; }

.footer-nav {
  float: right;
  margin-top: 9px; }
  .footer-nav li a {
    color: #5b5b5b;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out false;
    -o-transition: color 350ms ease-in-out false;
    transition: color 350ms ease-in-out; }
    .footer-nav li a:hover {
      color: #263c5c; }
  .footer-nav li.phone a {
    color: #5b5b5b;
    cursor: default; }
  .footer-nav li + li {
    border-left: 1px solid #5b5b5b;
    padding-left: 10px;
    margin-left: 10px; }

.footer-logo {
  position: relative;
  display: inline-block;
  color: #263c5c;
  font-family: "Cinzel", serif;
  font-size: 1.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 50px;
  float: left; }
  .footer-logo:before {
    width: 38px;
    height: 38px;
    display: block;
    background: url(images/logo-footer.png) no-repeat 0 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1; }
  .footer-logo em {
    font-style: normal; }
  .footer-logo span {
    color: #5b5b5b;
    font-family: "Open Sans", sans-serif;
    font-size: 0.625em;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px; }

.copyright {
  float: left;
  clear: left;
  font-size: 0.875em;
  margin: 1.5em 0 0 0; }
  .copyright .site-by {
    color: #5b5b5b;
    display: inline-block; }
    .copyright .site-by:after {
      position: relative;
      content: '';
      width: 18px;
      height: 17px;
      margin-left: 5px;
      top: 2px;
      display: inline-block;
      background: url(images/hammer.jpg) no-repeat 0 0; }
    .copyright .site-by:hover {
      color: #911d1f; }

.social-nav {
  float: right;
  clear: right;
  margin-top: 1.5em; }
  .social-nav li a {
    color: white;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 29px;
    border-radius: 50%;
    display: block;
    background: #263c5c;
    -webkit-transition: background 350ms ease-in-out;
    -moz-transition: background 350ms ease-in-out false;
    -o-transition: background 350ms ease-in-out false;
    transition: background 350ms ease-in-out; }
  .social-nav li.facebook a:hover, .social-nav li.twitter a:hover, .social-nav li.linkedin a:hover, .social-nav li.pinterest a:hover, .social-nav li.youtube a:hover {
    background: #911d1f;
    color: white; }
  .social-nav li + li {
    margin-left: 8px; }

#google_translate_element {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
  background: #fff;
  border-top: 1px solid #E0E5E9;
  padding: 0.5em; }
  #google_translate_element .goog-te-gadget * {
    display: inline-block; }
  #google_translate_element .goog-te-gadget > div {
    margin-right: 0.5em; }

.popup-container {
  background: white;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 1.75em 1em 1.5em 1em;
  text-align: center;
  box-shadow: 0 0 5px rgba(91, 91, 91, 0.5); }
  .popup-container h3 {
    margin-bottom: 1em;
    display: block;
    font-size: 1.5em; }
  .popup-container .popup-nav {
    clear: both;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 100%; }
    .popup-container .popup-nav a {
      color: white;
      margin: 0 12px;
      font-size: 0.9375em; }
      .popup-container .popup-nav a.prev:before, .popup-container .popup-nav a.next:after {
        margin-right: 5px;
        font-size: 1.25em;
        position: relative;
        top: 2px; }
      .popup-container .popup-nav a.prev:before {
        content: '\3c'; }
      .popup-container .popup-nav a.next:after {
        content: '\3e'; }
  .popup-container.galleryimage {
    max-width: 850px;
    padding: 0; }
    .popup-container.galleryimage + button {
      display: none; }
      .popup-container.galleryimage + button + button {
        display: none; }
    .popup-container.galleryimage .mfp-close {
      top: -50px;
      right: 0;
      color: white; }
    .popup-container.galleryimage .btn {
      position: absolute;
      left: 0;
      top: -40px;
      padding: 5px 10px;
      font-size: 1em;
      min-width: 180px; }
    .popup-container.galleryimage img {
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
    .popup-container.galleryimage .bottom-wrap {
      clear: both;
      width: 100%;
      padding: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .popup-container.galleryimage .ssk-group {
      max-height: 100px;
      width: auto;
      opacity: 1;
      float: none;
      margin-left: 10px; }
      .popup-container.galleryimage .ssk-group .ssk {
        width: 40px; }
        .popup-container.galleryimage .ssk-group .ssk:before {
          width: 40px; }
        .popup-container.galleryimage .ssk-group .ssk.ssk-facebook:hover:before {
          background: #255C95; }
        .popup-container.galleryimage .ssk-group .ssk.ssk-twitter:hover:before {
          background: #00B4E0; }
        .popup-container.galleryimage .ssk-group .ssk.ssk-email:hover:before {
          background: #1C87BD; }
  .popup-container.expert {
    max-width: 1250px;
    padding: 50px 20px;
    text-align: left; }
    .popup-container.expert .expert-left {
      float: left;
      width: 100%; }
      .popup-container.expert .expert-left img {
        max-width: 100%;
        height: auto; }
    .popup-container.expert .quote {
      margin: 30px 0 10px;
      padding: 0 0 10px 55px;
      font-size: 1.875em;
      position: relative;
      clear: both;
      display: none; }
      .popup-container.expert .quote:before {
        color: #263c5c;
        content: "\201C";
        font-family: Georgia, serif;
        font-size: 3.75em;
        position: absolute;
        left: 0;
        top: 0px;
        line-height: 1; }
    .popup-container.expert .expert-content {
      float: right;
      width: 100%; }
      .popup-container.expert .expert-content p {
        font-size: 1em; }
        .popup-container.expert .expert-content p.intro {
          font-size: 1.125em; }
    .popup-container.expert h3 {
      font-size: 1.875em;
      margin-bottom: 8px; }
    .popup-container.expert h4 {
      font-size: 1.25em;
      color: #5b5b5b;
      margin-bottom: 25px; }
    .popup-container.expert .view-upcoming {
      font-size: 1.125em;
      color: #911d1f;
      -webkit-transition: color 350ms ease-in-out;
      -moz-transition: color 350ms ease-in-out false;
      -o-transition: color 350ms ease-in-out false;
      transition: color 350ms ease-in-out; }
      .popup-container.expert .view-upcoming:hover {
        color: #5b5b5b; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #5b5b5b;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transition: all 400ms ease-in-out;
  -webkit-transition-delay: 0ms;
  -moz-transition: all 400ms ease-in-out 0ms;
  -o-transition: all 400ms ease-in-out 0ms;
  transition: all 400ms ease-in-out 0ms; }
  .mfp-bg.mfp-ready {
    opacity: 0.92;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 92 ")";
    filter: alpha(opacity=92);
    zoom: 1; }
  .mfp-bg.mfp-removing {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    -webkit-transition: all 400ms ease-in-out;
    -webkit-transition-delay: 200ms;
    -moz-transition: all 400ms ease-in-out 200ms;
    -o-transition: all 400ms ease-in-out 200ms;
    transition: all 400ms ease-in-out 200ms; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 400ms ease-in-out;
  -webkit-transition-delay: 0ms;
  -moz-transition: all 400ms ease-in-out 0ms;
  -o-transition: all 400ms ease-in-out 0ms;
  transition: all 400ms ease-in-out 0ms;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1; }
  .mfp-wrap.mfp-ready {
    -webkit-transition: all 400ms ease-in-out;
    -webkit-transition-delay: 200ms;
    -moz-transition: all 400ms ease-in-out 200ms;
    -o-transition: all 400ms ease-in-out 200ms;
    transition: all 400ms ease-in-out 200ms;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1; }
  .mfp-wrap.mfp-removing {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    top: -15px;
    color: white; }

.mfp-zoom {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 20px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #5b5b5b;
  font-style: normal;
  font-size: 3.125em;
  -webkit-transition: color 350ms ease-in-out;
  -moz-transition: color 350ms ease-in-out false;
  -o-transition: color 350ms ease-in-out false;
  transition: color 350ms ease-in-out; }
  .mfp-close:hover, .mfp-close:focus {
    color: #0b1f38; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1024px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }
  .mfp-iframe-scaler.iframe-wrap {
    overflow: visible;
    padding-bottom: 73%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
  padding: 40px 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -30px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  float: left;
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
  margin-bottom: 8px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.blockUI.blockOverlay:before {
  content: "";
  height: 1.5em;
  width: 5em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2.5em;
  margin-top: -0.75em;
  display: block;
  background: url(images/loader.gif) 50% 50% no-repeat;
  background-size: contain;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75); }

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  color: #911d1f;
  font-size: 10px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  transform: translate3d(-50%, -50%, 0);
  animation-delay: -0.16s; }
  .loader:before, .loader:after {
    content: '';
    position: absolute;
    top: 0; }

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

.woocommerce.woocommerce a.remove {
  color: #911d1f !important;
  background: transparent;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear false;
  -o-transition: all 300ms linear false;
  transition: all 300ms linear; }
  .woocommerce.woocommerce a.remove:hover {
    background: #911d1f; }

.woocommerce.woocommerce .cart-collaterals .cart_totals {
  float: none;
  margin: 0 auto; }
  .woocommerce.woocommerce .cart-collaterals .cart_totals table th {
    text-align: right;
    width: 50%;
    padding: 9px 12px; }
  .woocommerce.woocommerce .cart-collaterals .cart_totals table td {
    padding: 9px 12px; }

.woocommerce.woocommerce .wc-proceed-to-checkout {
  text-align: center; }
  .woocommerce.woocommerce .wc-proceed-to-checkout a.checkout-button {
    font-size: 1.25em;
    height: 55px;
    font-family: "Cinzel", serif;
    line-height: 55px;
    padding: 0 20px;
    border: 0;
    display: inline-block; }

.woocommerce.woocommerce table.shop_table {
  border-radius: 0;
  border-color: #d5d5d5; }

.woocommerce.woocommerce a.button,
.woocommerce.woocommerce .cart .button,
.woocommerce.woocommerce .cart input.button,
.woocommerce.woocommerce .checkout input.button {
  font-size: 1.25em;
  color: #fff;
  padding: 0.6em 1em;
  font-size: 0.85em; }
  .woocommerce.woocommerce a.button:disabled, .woocommerce.woocommerce a.button:disabled[disabled],
  .woocommerce.woocommerce .cart .button:disabled,
  .woocommerce.woocommerce .cart .button:disabled[disabled],
  .woocommerce.woocommerce .cart input.button:disabled,
  .woocommerce.woocommerce .cart input.button:disabled[disabled],
  .woocommerce.woocommerce .checkout input.button:disabled,
  .woocommerce.woocommerce .checkout input.button:disabled[disabled] {
    color: #fff;
    background: #ccc;
    padding: 0.6em 1em; }

.woocommerce.woocommerce .checkout input.button {
  font-size: 1em; }

.woocommerce.woocommerce form .form-row label {
  font-size: 0.8em;
  text-transform: uppercase; }

.woocommerce.woocommerce form .form-row .required {
  color: #911d1f; }

.woocommerce.woocommerce form .form-row input.input-text,
.woocommerce.woocommerce form .form-row textarea {
  padding: 0.25em 0.5em;
  font-family: "Cinzel", serif;
  font-size: 1.2em;
  border: 1px solid #ccc; }
  .woocommerce.woocommerce form .form-row input.input-text.focus,
  .woocommerce.woocommerce form .form-row textarea.focus {
    border-color: #666; }

.woocommerce.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce.woocommerce form .form-row.woocommerce-validated select {
  border-color: #263c5c; }

.woocommerce.woocommerce #add_payment_method #payment,
.woocommerce.woocommerce #payment {
  background: transparent;
  border: 1px solid #d5d5d5;
  border-radius: 0; }
  .woocommerce.woocommerce #add_payment_method #payment ul.payment_methods,
  .woocommerce.woocommerce #payment ul.payment_methods {
    border-color: rgba(0, 0, 0, 0.1); }
    .woocommerce.woocommerce #add_payment_method #payment ul.payment_methods li,
    .woocommerce.woocommerce #payment ul.payment_methods li {
      padding-left: 0; }
      .woocommerce.woocommerce #add_payment_method #payment ul.payment_methods li::before,
      .woocommerce.woocommerce #payment ul.payment_methods li::before {
        display: none !important; }
  .woocommerce.woocommerce #add_payment_method #payment .payment_method_paypal label,
  .woocommerce.woocommerce #payment .payment_method_paypal label {
    display: block;
    line-height: 52px;
    font-weight: 600;
    font-size: 1.2em; }
  .woocommerce.woocommerce #add_payment_method #payment .payment_method_paypal img,
  .woocommerce.woocommerce #payment .payment_method_paypal img {
    float: right; }
  .woocommerce.woocommerce #add_payment_method #payment .payment_method_paypal .about_paypal,
  .woocommerce.woocommerce #payment .payment_method_paypal .about_paypal {
    display: inline-block;
    font-size: 0.5em;
    float: none;
    line-height: 1em;
    margin-left: 0.2em;
    border: 0 none;
    background: #263c5c;
    color: #fff;
    text-transform: uppercase;
    padding: 0.35em 0.5em;
    font-weight: 500;
    letter-spacing: 0.08em;
    position: relative;
    top: -0.35em;
    vertical-align: baseline;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear false;
    -o-transition: all 300ms linear false;
    transition: all 300ms linear; }
    .woocommerce.woocommerce #add_payment_method #payment .payment_method_paypal .about_paypal:hover,
    .woocommerce.woocommerce #payment .payment_method_paypal .about_paypal:hover {
      background: #172438; }
  .woocommerce.woocommerce #add_payment_method #payment div.payment_box,
  .woocommerce.woocommerce #payment div.payment_box {
    background: #eee;
    font-size: 0.7em;
    margin: 0.2em; }
    .woocommerce.woocommerce #add_payment_method #payment div.payment_box::before,
    .woocommerce.woocommerce #payment div.payment_box::before {
      margin-left: 1.5em;
      border-bottom-color: #eee; }

.woocommerce.woocommerce .woocommerce-error {
  display: block;
  margin-bottom: 30px !important;
  padding: 0 !important;
  border: 0 none;
  background: transparent; }
  .woocommerce.woocommerce .woocommerce-error::before {
    display: none; }

.woocommerce.woocommerce td.product-name a {
  border: 0 none; }

.woocommerce.woocommerce td.product-name dl.variation {
  font-size: 0.8em;
  margin: 0.2em 0 0;
  padding-top: 0.2em; }
  .woocommerce.woocommerce td.product-name dl.variation dt,
  .woocommerce.woocommerce td.product-name dl.variation dd {
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    float: none;
    line-height: 1.2em; }
  .woocommerce.woocommerce td.product-name dl.variation dt {
    font-family: "Cinzel", serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 500; }

.woocommerce.woocommerce .return-to-shop,
.woocommerce.woocommerce .cart-empty {
  text-align: center; }

.woocommerce.woocommerce #customer_details {
  margin-bottom: 2em; }

.woocommerce.woocommerce #ship-to-different-address {
  font-size: 1.1em;
  letter-spacing: 0.05em;
  margin-top: 1.1em;
  text-transform: uppercase; }
  .woocommerce.woocommerce #ship-to-different-address input {
    float: left;
    margin: 0.45em 0.6em 0 0; }

.woocommerce.woocommerce .woocommerce-thankyou-order-received {
  text-align: center; }

.woocommerce.woocommerce .woocommerce-thankyou-order-details {
  text-align: center;
  padding: 0;
  border: 1px solid #d5d5d5; }
  .woocommerce.woocommerce .woocommerce-thankyou-order-details li {
    width: 25%;
    padding: 1em;
    margin: 0;
    font-family: "Cinzel", serif; }
    .woocommerce.woocommerce .woocommerce-thankyou-order-details li strong {
      font-family: "Open Sans", sans-serif;
      font-size: 1.2em;
      color: #263c5c; }
    .woocommerce.woocommerce .woocommerce-thankyou-order-details li::before {
      display: none; }

.woocommerce.woocommerce .woocommerce-message,
.woocommerce.woocommerce .woocommerce-info,
.woocommerce.woocommerce .woocommerce-error li,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error li {
  display: block;
  margin-bottom: 10px;
  padding: 12px 10px 10px !important;
  border: 1px solid #911d1f;
  color: #911d1f;
  background: #f4f4f4; }
  .woocommerce.woocommerce .woocommerce-message::before,
  .woocommerce.woocommerce .woocommerce-info::before,
  .woocommerce.woocommerce .woocommerce-error li::before,
  .woocommerce-message::before,
  .woocommerce-info::before,
  .woocommerce-error li::before {
    position: relative;
    top: -2px;
    left: 0;
    color: #911d1f;
    font-size: 1.5em;
    display: inline-block;
    vertical-align: middle;
    line-height: 0.8em;
    margin-right: 4px;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent; }
  .woocommerce.woocommerce .woocommerce-message::after,
  .woocommerce.woocommerce .woocommerce-info::after,
  .woocommerce.woocommerce .woocommerce-error li::after,
  .woocommerce-message::after,
  .woocommerce-info::after,
  .woocommerce-error li::after {
    content: '';
    clear: both;
    display: block; }
  .woocommerce.woocommerce .woocommerce-message a,
  .woocommerce.woocommerce .woocommerce-message .button,
  .woocommerce.woocommerce .woocommerce-info a,
  .woocommerce.woocommerce .woocommerce-info .button,
  .woocommerce.woocommerce .woocommerce-error li a,
  .woocommerce.woocommerce .woocommerce-error li .button,
  .woocommerce-message a,
  .woocommerce-message .button,
  .woocommerce-info a,
  .woocommerce-info .button,
  .woocommerce-error li a,
  .woocommerce-error li .button {
    color: #263c5c;
    float: right;
    border: 1px solid;
    padding: 5px 10px;
    margin-top: -1px;
    margin-left: 15px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out false;
    -o-transition: all 300ms ease-in-out false;
    transition: all 300ms ease-in-out;
    border-radius: 0;
    line-height: 1.2em; }
    .woocommerce.woocommerce .woocommerce-message a:hover,
    .woocommerce.woocommerce .woocommerce-message .button:hover,
    .woocommerce.woocommerce .woocommerce-info a:hover,
    .woocommerce.woocommerce .woocommerce-info .button:hover,
    .woocommerce.woocommerce .woocommerce-error li a:hover,
    .woocommerce.woocommerce .woocommerce-error li .button:hover,
    .woocommerce-message a:hover,
    .woocommerce-message .button:hover,
    .woocommerce-info a:hover,
    .woocommerce-info .button:hover,
    .woocommerce-error li a:hover,
    .woocommerce-error li .button:hover {
      background: #911d1f;
      color: #fff;
      border-color: #911d1f; }
    .woocommerce.woocommerce .woocommerce-message a::before,
    .woocommerce.woocommerce .woocommerce-message .button::before,
    .woocommerce.woocommerce .woocommerce-info a::before,
    .woocommerce.woocommerce .woocommerce-info .button::before,
    .woocommerce.woocommerce .woocommerce-error li a::before,
    .woocommerce.woocommerce .woocommerce-error li .button::before,
    .woocommerce-message a::before,
    .woocommerce-message .button::before,
    .woocommerce-info a::before,
    .woocommerce-info .button::before,
    .woocommerce-error li a::before,
    .woocommerce-error li .button::before {
      margin-right: 5px; }
  .woocommerce.woocommerce .woocommerce-message .button,
  .woocommerce.woocommerce .woocommerce-info .button,
  .woocommerce.woocommerce .woocommerce-error li .button,
  .woocommerce-message .button,
  .woocommerce-info .button,
  .woocommerce-error li .button {
    color: #fff; }

.woocommerce.woocommerce .woocommerce-info,
.woocommerce-info,
.woocommerce.woocommerce .woocommerce-message,
.woocommerce-message {
  border-color: #263c5c;
  color: #263c5c; }
  .woocommerce.woocommerce .woocommerce-info a::before,
  .woocommerce-info a::before,
  .woocommerce.woocommerce .woocommerce-message a::before,
  .woocommerce-message a::before {
    display: none; }
  .woocommerce.woocommerce .woocommerce-info::before,
  .woocommerce-info::before,
  .woocommerce.woocommerce .woocommerce-message::before,
  .woocommerce-message::before {
    display: none; }

@media only screen and (min-width: 440px) {
  article.auction .img-wrap .event-deets {
    font-size: 1em; }
  .calendar-wrap .calendar .next-event .event-grid {
    font-size: 0.9em; }
  .em-calendar-wrapper table.em-calendar {
    font-size: 1em; }
  .divisioncat-list {
    font-size: 1em; }
  .home-two-boxes .module .cta-content:before {
    font-size: 2.5em; }
  .home-two-boxes .module h4 {
    margin: 0 0 10px 0; }
    .home-two-boxes .module h4:after {
      margin-top: 9px; } }

@media only screen and (max-width: 849px) {
  .highlight-tabs {
    flex-wrap: wrap; }
    .highlight-tabs .tabs-nav-wrap {
      width: 40%; }
      .highlight-tabs .tabs-nav-wrap .title {
        font-size: 1.125em; }
      .highlight-tabs .tabs-nav-wrap .view-all {
        font-size: 0.9375em; }
    .highlight-tabs .tabs-list li {
      font-size: 0.9375em; }
    .highlight-tabs .tabs-content {
      width: 60%; }
      .highlight-tabs .tabs-content .highlight {
        flex-basis: 100%; }
        .highlight-tabs .tabs-content .highlight:nth-of-type(2), .highlight-tabs .tabs-content .highlight:nth-of-type(3) {
          display: none; }
        .highlight-tabs .tabs-content .highlight:before {
          opacity: 1; }
        .highlight-tabs .tabs-content .highlight .inner {
          opacity: 1;
          transform: translate3d(-50%, -50%, 0); }
          .highlight-tabs .tabs-content .highlight .inner .title {
            font-size: 1.75em; }
          .highlight-tabs .tabs-content .highlight .inner p {
            font-size: 1em; }
  .logo {
    max-width: 150px;
    height: 50px; }
  .home-carousel .copy .btn {
    width: 50%; } }

@media only screen and (max-width: 880px) {
  .header-wrap {
    position: absolute;
    height: auto;
    z-index: 10000; }
  html.translated-ltr .header-wrap,
  html.translated-rtl .header-wrap {
    padding-top: 0;
    height: auto; }
  nav {
    display: block;
    position: fixed;
    visibility: visible;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    z-index: 1010;
    padding-top: 40px;
    background: #0b1f38;
    overflow-y: scroll;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out false;
    -o-transition: all 500ms ease-in-out false;
    transition: all 500ms ease-in-out; }
  html.nav-open nav {
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1; }
  .secondary-wrap {
    float: none;
    width: 100%;
    position: relative;
    top: 20px; }
  .secondary-nav,
  .main-nav {
    position: relative;
    top: 10px; }
    .secondary-nav:not(.mobile),
    .main-nav:not(.mobile) {
      display: none;
      visibility: hidden; }
  .secondary-wrap:not(.mobile) {
    display: none; }
  .secondary-nav.mobile li,
  .main-nav.mobile li {
    width: 100%;
    text-align: center;
    padding: 5px 0; }
    .secondary-nav.mobile li a,
    .main-nav.mobile li a {
      color: white;
      display: block;
      font-size: 1.125em; }
    .secondary-nav.mobile li + li,
    .main-nav.mobile li + li {
      margin-left: 0; }
  .secondary-nav.mobile {
    float: none;
    width: 100%; }
    .secondary-nav.mobile li.phone a {
      color: white;
      padding: 5px 0; }
  .main-nav.mobile {
    float: none;
    clear: none;
    width: 100%;
    margin-top: 0;
    display: block;
    position: relative;
    top: 40px; }
    .main-nav.mobile li {
      border-top: 1px solid #071323; }
      .main-nav.mobile li.search-toggle {
        margin-left: 0; }
    .main-nav.mobile > li.current_page_item > a {
      background: none; }
    .main-nav.mobile > li > a.opener {
      position: relative; }
      .main-nav.mobile > li > a.opener::after {
        content: '';
        position: absolute;
        top: 14px;
        right: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 10px;
        border-color: transparent transparent transparent white;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out false;
        -o-transition: all 200ms ease-in-out false;
        transition: all 200ms ease-in-out; }
    .main-nav.mobile > li > .sub-menu {
      max-height: 0;
      overflow: hidden;
      padding: 0;
      height: 100%;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
      filter: alpha(opacity=0);
      zoom: 1;
      -webkit-transition: all 350ms ease-in-out;
      -moz-transition: all 350ms ease-in-out false;
      -o-transition: all 350ms ease-in-out false;
      transition: all 350ms ease-in-out; }
      .main-nav.mobile > li > .sub-menu li a {
        padding: 8px 10px;
        font-size: 1em;
        color: #A2B7C8; }
    .main-nav.mobile > li.open > a::after {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .main-nav.mobile > li.open > .sub-menu {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
      filter: alpha(opacity=100);
      zoom: 1;
      max-height: 1000px; } }

@media only screen and (max-width: 768px) {
  .footer {
    text-align: center;
    padding-right: 10px;
    padding-left: 10px; }
  .footer-logo {
    font-size: 1.125em;
    text-align: center;
    padding-left: 0;
    float: none; }
    .footer-logo em {
      display: none; }
    .footer-logo span {
      margin-left: 0;
      top: 0;
      display: block; }
    .footer-logo:before {
      position: relative;
      margin: 0 auto 5px auto; }
  .footer-nav {
    clear: both;
    float: none;
    margin: 1em 0;
    text-align: center; }
    .footer-nav li {
      float: none;
      display: inline-block; }
      .footer-nav li a {
        font-size: 0.8125em; }
  .social-nav {
    float: none;
    clear: both;
    text-align: center; }
    .social-nav li {
      float: none;
      display: inline-block; }
  .copyright {
    width: 100%;
    text-align: center;
    font-size: 0.8125em; } }

@media only screen and (max-width: 450px) {
  .highlight-tabs .tabs-list li {
    padding: 10px 10px;
    line-height: 1.4; }
    .highlight-tabs .tabs-list li:after {
      display: none; }
  .highlight-tabs .tabs-content .highlight .inner .title {
    font-size: 1.375em; }
  .highlight-tabs .tabs-content .highlight .inner p {
    font-size: 0.9375em; }
  .highlight-tabs .tabs-content .highlight .inner .btn {
    font-size: 0.875em; }
  .highlight-tabs .tabs-nav-wrap .view-all {
    line-height: 1.4; } }

@media only screen and (min-width: 601px) {
  .team-type .team-list li {
    min-height: 260px;
    width: 33.333%; }
  .team-type .team-list h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 1em; }
  .popup-container.expert .expert-content p {
    font-size: 1.125em; }
    .popup-container.expert .expert-content p.intro {
      font-size: 1.375em; }
  .popup-container.expert h3 {
    font-size: 2.5em; }
  .popup-container.expert h4 {
    font-size: 1.875em; }
  .calendar-wrap .calendar .next-event .event-grid {
    font-size: 1em; }
  .featured-highlights .highlight {
    flex-basis: 49%; }
  .em-calendar-wrapper .calendar-events .dot {
    width: 1.1em;
    height: 1.1em; }
  .em-calendar-wrapper .calendar-header .month {
    float: left;
    margin-right: 0.5em; }
  .em-calendar-wrapper .calendar-header .key {
    float: left; }
  .em-calendar-wrapper .calendar-header .nextprev {
    float: right;
    width: auto; }
    .em-calendar-wrapper .calendar-header .nextprev li a::after,
    .em-calendar-wrapper .calendar-header .nextprev li a::before {
      display: none; }
    .em-calendar-wrapper .calendar-header .nextprev li + li {
      margin-left: 0.5em;
      padding-left: 0.5em;
      border-left: 1px solid rgba(145, 29, 31, 0.2); }
  .search-wrap .search-in {
    font-size: 1em; }
  .home-carousel .carousel-item {
    height: 475px; }
  .calendar-wrap .list article.event .img-wrap {
    float: left;
    width: 250px; }
  .calendar-wrap .list article.event .event-content {
    float: right;
    margin: 0;
    width: calc(100% - 300px); } }

@media only screen and (min-width: 769px) {
  .upcoming-auctions-footer .auctions {
    flex-wrap: nowrap; }
    .upcoming-auctions-footer .auctions .auction {
      flex-basis: 50%; }
      .upcoming-auctions-footer .auctions .auction + .auction {
        border: 0;
        border-left: 1px solid white; }
  .event-right a.prebid.prebid {
    width: auto;
    float: right; }
  body.header-sticky .header-wrap {
    background: white; }
  body.header-sticky .search-form:not(.inventory-search) input[type="search"] {
    background: #ebedee; }
  body.header-sticky .logo svg .red {
    fill: #B50938; }
  body.header-sticky .logo svg .blue {
    fill: #263c5c; }
  body.header-sticky .logo svg .morphy {
    fill: white; }
  body.header-sticky .logo svg .border {
    fill: #263c5c; }
  body.header-sticky .logo svg .jdj {
    fill: #891D03; }
  body.header-sticky .secondary-nav > li.consign > a {
    color: #263c5c; }
    body.header-sticky .secondary-nav > li.consign > a:hover {
      color: #911d1f; }
  body.header-sticky .main-nav > li > a {
    color: #263c5c; }
  body.header-sticky .main-nav > li.current_page_item > a,
  body.header-sticky .main-nav > li.current_page_parent > a {
    color: #911d1f; }
  .home-content-wrap {
    padding: 4.5em 0; }
    .home-content-wrap .fancy-main:before, .home-content-wrap .fancy-main:after,
    .home-content-wrap .fancy-left:before,
    .home-content-wrap .fancy-left:after,
    .home-content-wrap .fancy-right:before,
    .home-content-wrap .fancy-right:after {
      content: '';
      display: block;
      position: absolute; }
    .home-content-wrap .fancy-main:before {
      display: none;
      width: 126px;
      height: 140px;
      left: 0;
      top: 50%;
      transform: translate3d(-110%, -50%, 0);
      background: url(images/fancy-left.png) no-repeat 50% 50%; }
    .home-content-wrap .fancy-main:after {
      display: none;
      width: 126px;
      height: 140px;
      right: 0;
      top: 50%;
      transform: translate3d(110%, -50%, 0);
      background: url(images/fancy-right.png) no-repeat 50% 50%; }
    .home-content-wrap .fancy-left:before, .home-content-wrap .fancy-left:after,
    .home-content-wrap .fancy-left:before,
    .home-content-wrap .fancy-left:after,
    .home-content-wrap .fancy-right:before,
    .home-content-wrap .fancy-right:after,
    .home-content-wrap .fancy-right:before,
    .home-content-wrap .fancy-right:after {
      width: 41px;
      height: 41px;
      transition: all 350ms ease-in-out; }
    .home-content-wrap .fancy-left:before {
      left: 24px;
      top: -26px;
      background: url(images/fancy-top-left.png) no-repeat 50% 50%; }
    .home-content-wrap .fancy-left:after {
      left: 24px;
      bottom: -26px;
      background: url(images/fancy-bottom-left.png) no-repeat 50% 50%; }
    .home-content-wrap .fancy-right:before {
      right: 24px;
      top: -26px;
      background: url(images/fancy-top-right.png) no-repeat 50% 50%; }
    .home-content-wrap .fancy-right:after {
      right: 24px;
      bottom: -26px;
      background: url(images/fancy-bottom-right.png) no-repeat 50% 50%; }
  .carousel-wrap .owl-thumbs {
    height: 135px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 11px; }
    .carousel-wrap .owl-thumbs .owl-thumb-item {
      height: 125px; }
      .carousel-wrap .owl-thumbs .owl-thumb-item .text {
        font-size: 0.875em; }
  .home-carousel-arrows {
    height: 122px; }
    .home-carousel-arrows .owl-prev,
    .home-carousel-arrows .owl-next {
      width: 50px;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), transparent); }
    .home-carousel-arrows .owl-next {
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.75), transparent); }
  .home-carousel .copy {
    top: calc(62% + 10px); }
    .home-carousel .copy .title {
      font-size: 2.8125em; }
    .home-carousel .copy p {
      font-size: 1.625em;
      margin-bottom: 1.15em;
      font-family: "Cinzel", serif; }
  .home-carousel .carousel-item {
    height: 650px; }
    .home-carousel .carousel-item.has-mobile .carousel-img.desktop {
      display: block; }
    .home-carousel .carousel-item.has-mobile .carousel-img.mobile {
      display: none; }
  .home-content.home-content.container .home-content-inner {
    flex-wrap: nowrap; }
  .home-content.home-content.container .text {
    padding: 3.5em 2em 3.5em 3em; }
    .home-content.home-content.container .text h2 {
      font-size: 2em; }
  .home-content.home-content.container a {
    min-width: 240px; }
  .expert-page {
    width: 31%;
    margin-left: 3.5%;
    clear: none; }
    .expert-page:nth-of-type(even) {
      float: left; }
    .expert-page:nth-of-type(3n + 1) {
      margin-left: 0;
      clear: left; }
  .alertbox h4 {
    font-size: 1.25em; }
  .alertbox p {
    font-size: 1em; }
  h2 {
    font-size: 2.25em;
    margin-bottom: 30px; }
    h2:after {
      margin-top: 25px; }
  .intro-text {
    font-size: 1.1875em; }
  .container {
    padding-left: 50px;
    padding-right: 50px; }
    .container.header {
      padding-left: 20px;
      padding-right: 20px; }
  .team-type .team-list li {
    min-height: 280px;
    width: 25%; }
  .team-type .team-list h5 {
    font-size: 1.125em; }
  .team-type .team-list span {
    font-size: 0.8125em; }
  .section blockquote {
    padding: 15px 50px 15px 115px;
    margin: 20px 0;
    font-size: 1.25em; }
    .section blockquote:before {
      font-size: 75px;
      left: 20px;
      top: 10px;
      width: 75px;
      height: 75px;
      line-height: 110px; }
  .ssk-group .ssk {
    width: 33.3333333333%; }
  body.page .share {
    right: 50px; }
  body.header-sticky .cart-tiny a {
    color: #263c5c; }
  .dropdownreplace {
    margin-bottom: 0; }
  .calendar-wrap .list article.event h3 {
    font-size: 2em; }
  .calendar-wrap .list article.event h4 {
    font-size: 1.125em; }
  .calendar-wrap .list article.event .date {
    font-size: 1.0625em; }
  .calendar-wrap .calendar .next-event .event-content {
    margin-top: 0; }
  .calendar-wrap .calendar .next-event article + article {
    padding-top: 2em; }
  .calendar-wrap .calendar .next-event .view-more.view-more {
    display: block; }
  .calendar-wrap .calendar .next-event .event-grid {
    width: 100%;
    float: left;
    clear: both; }
  article.event.past-archive {
    width: 24%; }
    article.event.past-archive:nth-of-type(2n) {
      float: left; }
    article.event.past-archive:nth-of-type(2n-1) {
      clear: none; }
    article.event.past-archive:nth-of-type(4n+1) {
      margin-left: 0;
      clear: left; }
    article.event.past-archive + article {
      margin-left: 1.25%; }
    article.event.past-archive h3 {
      font-size: 1.5em; }
    article.event.past-archive a {
      font-size: 1.125em; }
  .home-boxes .module {
    float: left;
    width: 31%; }
    .home-boxes .module + .module {
      margin-top: 0;
      margin-left: 3.5%; }
  .home-boxes .cta-widget h4,
  .home-boxes .latest_news h4,
  .home-boxes .latest_auction h4 {
    margin: 15px 0 10px 0; }
    .home-boxes .cta-widget h4 a,
    .home-boxes .latest_news h4 a,
    .home-boxes .latest_auction h4 a {
      font-size: 1.5em; }
  .home-boxes .cta-widget .cta-btn,
  .home-boxes .latest_news .cta-btn,
  .home-boxes .latest_auction .cta-btn {
    font-size: 1.125em; }
  .home-two-boxes .module {
    float: left;
    width: 49%; }
    .home-two-boxes .module + .module {
      margin-left: 2%;
      margin-top: 0; }
  .divisioncat-list .divisioncat {
    float: left;
    width: 49%; }
    .divisioncat-list .divisioncat:nth-of-type(even) {
      margin-left: 2%; }
  .carousel {
    padding-bottom: 31.0714285714%; }
    .carousel dt img {
      display: block; }
      .carousel dt img.mobile {
        display: none; }
    .carousel dd {
      left: 50%;
      padding: 0.75em 0.75em 1em 0.75em;
      -webkit-transform: translateX(-50%) translateY(35%);
      -moz-transform: translateX(-50%) translateY(35%);
      -ms-transform: translateX(-50%) translateY(35%);
      -o-transform: translateX(-50%) translateY(35%);
      transform: translateX(-50%) translateY(35%); }
      .carousel dd.current {
        -webkit-transform: translateX(-50%) translateY(0);
        -moz-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0); }
      .carousel dd h3 {
        font-size: 1.875em; }
  .controls-wrap {
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 501;
    display: block;
    display: none; }
    .controls-wrap .controls {
      padding: 0;
      text-align: center; }
      .controls-wrap .controls li {
        list-style: none;
        display: inline-block;
        cursor: pointer;
        background: white;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        -webkit-transition: background 300ms ease-in-out;
        -moz-transition: background 300ms ease-in-out false;
        -o-transition: background 300ms ease-in-out false;
        transition: background 300ms ease-in-out; }
        .controls-wrap .controls li.on {
          background: #911d1f; }
        .controls-wrap .controls li + li {
          margin-left: 5px; }
  .newsletter-wrap {
    padding: 50px; }
  .gform_wrapper .newsletter .gform_body {
    width: 100%; }
  .gform_wrapper .newsletter .gform_heading h3 {
    font-size: 2.625em; }
  .gform_wrapper .newsletter .gfield {
    float: left;
    width: calc(33.33% - 5px);
    margin-bottom: 0; }
    .gform_wrapper .newsletter .gfield + .gfield {
      margin-left: 7.5px; }
    .gform_wrapper .newsletter .gfield.checkall {
      margin-left: 0;
      width: 70%; }
      .gform_wrapper .newsletter .gfield.checkall label {
        font-size: 1em; }
  .gform_wrapper .newsletter .gform_footer {
    width: 24%;
    position: absolute;
    right: 0;
    top: 180px; }
  .gform_wrapper .gfield.select select,
  .gform_wrapper .ginput_complex .address_country select {
    font-size: 1em; }
  .horizontal-outter-wrap-wrap .view-all {
    right: 0;
    top: 13px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .horizontal-outter-wrap {
    margin-top: 2em; }
    .horizontal-outter-wrap h6 {
      font-size: 1.125em; }
  .gform_wrapper .newsletter .gform_heading .gform_description {
    font-size: 1em; }
  .gform_wrapper .newsletter .gform_footer .button {
    font-size: 1.125em; }
  .content-wrap article.news .img-wrap {
    max-width: 30.7692307692%;
    margin-bottom: 0; }
  .content-wrap article.news .article-content {
    max-width: 65.3846153846%; }
  .page-children img {
    max-width: 30%;
    float: left;
    margin: 8px 3% 0 0; }
  .page-children .article-content {
    max-width: 67%;
    float: left;
    clear: none; }
  .popup-container.expert {
    background: url(images/popup-corner.jpg) no-repeat 20px 96% white;
    padding: 50px; }
    .popup-container.expert .expert-left {
      max-width: 36.3636363636%; }
    .popup-container.expert .quote {
      display: block; }
    .popup-container.expert .expert-content {
      max-width: 59.0909090909%; } }

@media only screen and (min-width: 850px) {
  .highlights .title {
    font-size: 2.25em; }
  .highlights p {
    font-size: 1.125em; }
  .top-header h1 {
    font-size: 3.875em; }
  .secondary-wrap {
    width: calc(90% - 225px); } }

@media only screen and (min-width: 881px) {
  .search-form {
    float: left;
    width: calc(100% - 290px); }
  .header .m {
    display: none; }
  .search-wrap {
    padding: 0 20px 95px 20px; }
    .search-wrap .search-form {
      max-width: 650px;
      margin: 0 auto; }
  .main-nav li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
    top: 38px;
    left: 0;
    -webkit-transition: opacity 350ms ease-in-out, top 350ms ease-in-out, left 0ms linear;
    -webkit-transition-delay: 0ms, 0ms, 0ms;
    -moz-transition: opacity 350ms ease-in-out 0ms, top 350ms ease-in-out 0ms, left 0ms linear 0ms;
    -o-transition: opacity 350ms ease-in-out 0ms, top 350ms ease-in-out 0ms, left 0ms linear 0ms;
    transition: opacity 350ms ease-in-out 0ms, top 350ms ease-in-out 0ms, left 0ms linear 0ms; }
    .main-nav li:hover > .sub-menu::before {
      border-width: 6px 6.5px 0 6.5px; }
  .main-nav li:hover > a {
    color: #911d1f;
    background: white; }
  .main-nav > li a {
    text-transform: uppercase;
    color: white;
    transition: all 350ms ease-in-out; }
  .main-nav > li.current_page_parent > a {
    background: white;
    color: #911d1f; }
  .main-nav > li.col-2 > .sub-menu {
    columns: 2; }
    .main-nav > li.col-2 > .sub-menu::before {
      left: 180px; }
  .main-nav > li.col-2:hover > .sub-menu {
    left: -165px; }
  .main-nav .sub-menu {
    position: absolute;
    top: 44px;
    left: -9999px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    -webkit-transition: opacity 350ms ease-in-out, top 350ms ease-in-out, left 0ms linear;
    -webkit-transition-delay: 0ms, 0ms, 350ms;
    -moz-transition: opacity 350ms ease-in-out 0ms, top 350ms ease-in-out 0ms, left 0ms linear 350ms;
    -o-transition: opacity 350ms ease-in-out 0ms, top 350ms ease-in-out 0ms, left 0ms linear 350ms;
    transition: opacity 350ms ease-in-out 0ms, top 350ms ease-in-out 0ms, left 0ms linear 350ms;
    z-index: 497;
    background-color: #263c5c;
    width: auto;
    height: auto;
    padding: 10px 0;
    white-space: nowrap;
    min-width: 150px; }
    .main-nav .sub-menu:before {
      position: absolute;
      left: 14px;
      top: 0;
      z-index: 1;
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0px 6.5px 0 6.5px;
      border-color: #ffffff transparent transparent transparent;
      -webkit-transition: all 350ms ease-in-out;
      -moz-transition: all 350ms ease-in-out false;
      -o-transition: all 350ms ease-in-out false;
      transition: all 350ms ease-in-out; }
    .main-nav .sub-menu li {
      text-decoration: none;
      width: 100%;
      height: auto;
      list-style: none;
      margin-left: 0 !important;
      overflow: hidden; }
      .main-nav .sub-menu li.current_page_item a:before {
        border-width: 6px 0 6px 6px; }
      .main-nav .sub-menu li a {
        text-transform: capitalize !important;
        display: block;
        height: 36px;
        line-height: 36px;
        text-align: left;
        color: white;
        padding: 0 15px;
        margin-left: 0;
        text-shadow: none;
        font-size: 0.9375em;
        font-weight: 400;
        border-bottom: 0;
        overflow: hidden; }
        .main-nav .sub-menu li a:before {
          position: absolute;
          left: 0px;
          top: 11px;
          z-index: 1;
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 0 6px 0;
          border-color: transparent transparent transparent #ffffff;
          -webkit-transition: border-width 150ms ease-in-out;
          -moz-transition: border-width 150ms ease-in-out false;
          -o-transition: border-width 150ms ease-in-out false;
          transition: border-width 150ms ease-in-out; }
        .main-nav .sub-menu li a:hover {
          background: none; }
          .main-nav .sub-menu li a:hover:before {
            border-width: 6px 0 6px 6px; }
  .secondary-wrap {
    width: calc(90% - 200px); }
  .cart-tiny {
    position: relative;
    float: right;
    background: transparent;
    font-size: 1.2em;
    margin-left: 4px; }
    .cart-tiny a {
      color: white; } }

@media only screen and (min-width: 980px) {
  .featured-highlights .highlight {
    flex-basis: 32.3333333333%;
    margin-left: 1.5%; }
    .featured-highlights .highlight:nth-of-type(3n + 1) {
      margin-left: 0; }
  .featured-highlights:after {
    content: "";
    flex: auto; }
  body.home .highlights {
    margin-top: 2em; }
  .event-right h2 {
    display: inline-block; }
  .event-right .event-meta {
    margin-top: 0; }
  .carousel .arrows {
    display: block; }
  .upcoming-auctions-footer .auctions {
    min-height: 450px; }
  .expert-page {
    width: 23%;
    margin-left: 2.6667%; }
    .expert-page:nth-of-type(3n + 1) {
      margin-left: 2.6667%;
      clear: none; }
    .expert-page:nth-of-type(4n + 1) {
      margin-left: 0;
      clear: left; }
  .home-carousel .copy {
    top: calc(55% + 10px); }
    .home-carousel .copy .btn {
      width: auto;
      min-width: 300px;
      margin: 0 10px; }
      .home-carousel .copy .btn + .btn {
        margin: 0 10px; }
  .home-carousel .carousel-item {
    height: 575px; }
  .home-carousel:before {
    height: 225px; }
  .home-carousel:after {
    height: 175px; }
  .content-wrap .section ul li,
  .content-wrap .section ol li {
    font-size: 1.125em; }
    .content-wrap .section ul li ul,
    .content-wrap .section ol li ul {
      margin: 0.5em 0; }
      .content-wrap .section ul li ul li,
      .content-wrap .section ol li ul li {
        font-size: 0.9375em; }
        .content-wrap .section ul li ul li:before,
        .content-wrap .section ol li ul li:before {
          background: #263c5c; }
  .content-wrap .section p {
    font-size: 1.125em; }
  .content-left {
    max-width: 65.3846153846%;
    float: left; }
    .content-left.team .first-section img {
      max-width: 100%; }
    .content-left.team .first-section p {
      font-size: 1em; }
  .sidebar {
    float: right;
    max-width: 30.7692307692%;
    clear: none;
    margin-top: 0; }
  .calendar-wrap .calendar #em-wrapper {
    float: left;
    width: 60%; }
  .calendar-wrap .calendar .next-event {
    float: right;
    width: 37%;
    clear: none;
    margin-top: 0; }
    .calendar-wrap .calendar .next-event .event-grid {
      max-width: 100%; }
      .calendar-wrap .calendar .next-event .event-grid li {
        font-size: 1em; }
  .event-left {
    max-width: 22.3076923077%;
    border: 0;
    padding-top: 0;
    margin-top: 0;
    clear: none; }
  .event-right {
    max-width: 73.8461538462%; }
    .event-right h2 {
      font-size: 2.25em; }
    .event-right .intro p {
      font-size: 2.125em; }
    .event-right p {
      font-size: 1.125em; }
  .home-two-boxes .module h4 {
    font-size: 2.25em; }
  .home-two-boxes .module .cta-content:before {
    font-size: 3.125em; }
  .home-two-boxes .module .cta-btn {
    font-size: 1.125em; }
  .gform_wrapper .gfield.html ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px; }
  .js .horizontal-outter-wrap .horizontal-nav {
    font-size: 2.8125em;
    margin-top: -45px;
    height: 90px;
    line-height: 90px; }
    .js .horizontal-outter-wrap .horizontal-nav.next {
      right: -65px; }
    .js .horizontal-outter-wrap .horizontal-nav.prev {
      left: -65px; }
  article.auction .img-wrap .event-deets {
    font-size: 1em; }
  .gform_wrapper .newsletter .gfield.checkall .gfield_checkbox {
    column-count: 3; }
  .calendar-wrap .archive-sidebar {
    width: 275px;
    float: left;
    margin-bottom: 0; }
  .calendar-wrap .calendar-results {
    float: right;
    width: calc(100% - 325px);
    clear: none; }
  .subtitle {
    font-size: 2.5em; } }

@media only screen and (min-width: 1080px) {
  .highlight-tabs .tabs-content .highlight .inner p {
    font-size: 1.125em; }
  .highlight-tabs .tabs-content .highlight .inner .btn {
    font-size: 1.125em; } }

@media only screen and (min-width: 1100px) {
  .container.header {
    padding: 15px 20px 10px 20px; }
  .main-nav {
    width: auto; }
  .carousel-wrap .owl-thumbs .owl-thumb-item .text {
    font-size: 1em; } }

@media only screen and (min-width: 1200px) {
  .js .horizontal-outter-wrap .horizontal-list-wrap:after,
  .js .horizontal-outter-wrap .horizontal-list-wrap:before {
    display: block; }
  .team-type .team-list li {
    width: 20%; }
  .calendar-wrap .calendar .next-event .event-grid li {
    font-size: 0.6875em; }
  .event-left .event-grid li span {
    width: 87%; }
    .event-left .event-grid li span:before {
      font-size: 2.5em; }
  .js .horizontal-outter-wrap .horizontal-nav.next.hide,
  .js .horizontal-outter-wrap .horizontal-nav.prev.hide {
    display: none; }
  .expert-page {
    width: 18%;
    margin-left: 2.5%; }
    .expert-page:nth-of-type(3n + 1), .expert-page:nth-of-type(4n + 1) {
      margin-left: 2.5%;
      clear: none; }
    .expert-page:nth-of-type(5n + 1) {
      margin-left: 0;
      clear: left; } }

@media only screen and (min-width: 1250px) {
  .logo {
    max-width: 200px;
    height: 62px; }
  .main-nav li a {
    font-size: 1.125em; }
  .secondary-wrap {
    width: calc(90% - 310px); }
  .highlight-tabs .tabs-content .highlight .inner .title {
    font-size: 2.375em; } }

@media only screen and (min-width: 1400px) {
  .main-nav li + li {
    margin-left: 4em; }
  .carousel {
    height: 435px;
    padding: 0; }
  .js .horizontal-outter-wrap .horizontal-list-wrap {
    padding: 0 90px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box; }
  .js .horizontal-outter-wrap .horizontal-nav {
    background: none; }
    .js .horizontal-outter-wrap .horizontal-nav.prev {
      left: 1px; }
    .js .horizontal-outter-wrap .horizontal-nav.next {
      right: 1px; }
  .module {
    max-width: 100%; } }

@media only screen and (min-width: 1540px) {
  .carousel-wrap {
    height: 850px;
    padding: 0; }
  .home-carousel .carousel-item {
    padding: 0;
    height: 850px; }
  .home-carousel .copy {
    top: calc(65% + 10px); }
  .container {
    padding-left: 0;
    padding-right: 0; }
  .home-content-wrap .fancy-left:before {
    left: -26px; }
  .home-content-wrap .fancy-left:after {
    left: -26px; }
  .home-content-wrap .fancy-right:before {
    right: -26px; }
  .home-content-wrap .fancy-right:after {
    right: -26px; } }

@media only screen and (min-width: 1700px) {
  .home-content-wrap .fancy-main:before,
  .home-content-wrap .fancy-main:after {
    display: block; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: portrait) {
  .em-calendar-wrapper .calendar-events {
    bottom: 5px; }
    .em-calendar-wrapper .calendar-events .dot {
      width: 12px;
      height: 12px; }
  .em-calendar-wrapper .calendar-header .key li:before {
    width: 14px;
    height: 14px;
    top: 1px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .main-nav {
    width: auto; }
  .home-carousel .carousel-item {
    height: 630px; }
  .home-carousel .copy .title {
    font-size: 3.25em; } }

@media (max-height: 900px) and (min-width: 1500px) {
  .carousel-wrap {
    height: 715px; }
  .home-carousel .carousel-item {
    height: 715px; }
  .home-carousel .copy {
    top: 47%;
    font-size: 0.9375em; } }

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
