@charset "UTF-8";
@import url("http://fonts.cdnfonts.com/css/helvetica-neue-9");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap");
@import url("http://fonts.cdnfonts.com/css/helvetica-neue-9");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;500;600;700&display=swap");
.btn-primary, .btn-secondary {
  border-color: #4d4d4d;
  border-radius: 0;
  text-transform: none;
  min-width: 100px;
  min-width: 6.25rem;
  padding: 9px 40px 7px 40px;
  padding: 0.5625rem 2.5rem 0.4375rem 2.5rem;
  letter-spacing: normal;
  position: relative;
  z-index: 1;
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
  border: 0;
  font-size: 14px;
  font-family: "Roboto Slab", sans-serif;
}

.btn-primary {
  border: none;
  color: #fff;
  background: #1e8099 !important;
  outline: none;
  width: 100%;
  max-width: 290px;
  min-height: 66px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  padding: 14px 20px;
}

.btn-primary:before, .btn-secondary:before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 34px;
  background: #000;
  height: 1px;
  width: 0;
  -webkit-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;
}

.btn-primary:after, .btn-secondary:after {
  content: '';
  background-image: url("../img/Tajan-CTA-Button-Arrow-Icon.svg");
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 75%;
  background-position: center right;
  background-repeat: no-repeat;
  width: 8px;
  height: 11px;
  color: white;
}

.btn-primary:hover, .btn-secondary:hover {
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  cursor: pointer;
  background: #7b121f !important;
}

@media (max-width: 991px) {
  .btn-primary, .btn-secondary {
    font-size: 12px;
  }
}

.btn-primary {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.btn-primary:after {
  background-image: url("../img/Tajan-CTA-Button-Arrow-Icon.svg");
}

.btn-primary:hover, .btn-primary:focus {
  color: #ffffff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.btn-secondary {
  background-color: #ffffff;
  color: #111;
}

.btn-secondary:before {
  background-color: #111;
}

.btn-secondary:after {
  background-image: url("../img/btn-arrow-black.svg");
}

.btn-secondary:hover {
  background-color: #b7b7b7;
}

.btn-secondary:hover:after {
  background-image: url("../img/btn-arrow-white.svg");
}

.text-link {
  color: #050215;
  background: #d2d6d7;
  outline: none;
  width: 100%;
  max-width: 290px;
  min-height: 66px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  padding: 14px 20px;
  font-style: normal;
  font-weight: normal;
  font-family: "Roboto Slab", sans-serif;
}

/*.text-link:before {*/
/*  content: '';*/
/*  background-image: url("../img/Tajan-Carousel-Arrow-Right-Red.svg");*/
/*  position: absolute;*/
/*  left: -4px;*/
/*  top: 11px;*/
/*  color: #4d4d4d;*/
/*  -webkit-transform: translateY(-50%);*/
/*          transform: translateY(-50%);*/
/*  background-size: 75%;*/
/*  background-position: center right;*/
/*  background-repeat: no-repeat;*/
/*  width: 16px;*/
/*  height: 24px;*/
/*}*/

/*.text-link:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  bottom: 5px;*/
/*  left: 18px;*/
/*  background: #4d4d4d;*/
/*  height: 1px;*/
/*  -webkit-transition: width .5s ease-in-out;*/
/*  transition: width .5s ease-in-out;*/
/*  width: calc(100% - 18px);*/
/*}*/

/*.text-link:hover {*/
/*  color: #4d4d4d;*/
/*}*/

/*.text-link:hover:after {*/
/*  width: 0;*/
/*}*/

@media (max-width: 991px) {
  .text-link {
    font-size: 14px;
    align-items: center;
  }
}

.bid-box-row .form-group.inline, .bid-box-row .form-group.inline input {
  height: 100%;
}

.my-account-page .form-group-bid .input-group .bidBox {
  height: auto;
}

.fa-angle-right.text-link, .fa-angle-left.text-link {
  padding-right: 1.5rem;
}

.fa-angle-right.text-link:before, .fa-angle-left.text-link:before {
  color: transparent;
}

.fa-angle-right.text-link:after, .fa-angle-left.text-link:after {
  background-image: url("../img/btn-arrow-black.svg");
}

.fa-angle-left.text-link {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* Footer */
.h-footer-social-icons li {
  margin-left: 0 !important;
  margin-right: 25px !important;
}

.h-footer-social-icons li:last-child {
  margin-right: 0;
}

.h-footer-social-icons li a {
  position: relative;
  color: #6d6e70;
}

.h-footer-social-icons li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  background-color: #ffffff;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 0.67, 0.83, 0.67);
  transition: all 0.3s cubic-bezier(0.23, 0.67, 0.83, 0.67);
  height: 2px;
  height: 0.125rem;
}

.h-footer-social-icons li a:hover:after {
  width: 100%;
}

.h-footer-social-icons li a i {
  font-size: 1.33333em;
  line-height: 0.75em;
}

.h-app-icon--google img {
  max-width: 135px;
}

/* Primary Footer */
.h-primary-footer {
  background-color: #383838;
  padding: 50px 0;
  padding: 3.125rem 0;
  font-family: "Source Sans Pro", sans-serif;
}

.brand-banner .container, .h-primary-footer .container, #site-info-support .container {
  width: 100%;
  max-width: 90rem !important;
  padding: 0 30px !important;
}

@media (max-width: 768px) {
  .brand-banner .container, .h-primary-footer .container, #site-info-support .container {
    padding: 0 15px !important;
  }
}

.h-primary-footer--address {
  text-align: center;
}

.h-primary-footer--address p {
  font-family: "Roboto Slab", sans-serif;
  font-size: calc(17px + (18 - 17) * ( (100vw - 320px) / (2000 - 320) ));
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.h-primary-footer--line {
  border-top-color: #ffffff;
  border-width: 3px;
  border-width: 0.1875rem;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.h-primary-footer--phone, .h-primary-footer--email {
  display: inline-block;
  color: #ffffff;
}

.h-primary-footer--phone:hover, .h-primary-footer--email:hover {
  color: #ffffff;
}

.h-primary-footer--social {
  padding: 0 !important;
  margin-top: 16px;
  margin-top: 1rem;
}

/* Secondary Footer */
.h-secondary-footer {
  background-color: #fff;
  border-top: 1px solid #020202;
  padding: 20px 0;
  padding: 1.25rem 0;
}

.brand-banner {
  background: #252525;
  padding: 0 0 15px;
  letter-spacing: .025rem;
}

.brand-banner h3 {
  font-family: "Crimson Text", serif;
  margin: 0;
  font-weight: 400;
  color: #777;
  font-size: 1.71rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 16px 0 9px;
}

@media (min-width: 48em) {
  .brand-banner h3 {
    font-size: 24.48px;
  }
}

@media (min-width: 64em) {
  .brand-banner h3 {
    font-size: 25.2px;
  }
}

@media (min-width: 1080px) {
  .brand-banner h3 {
    font-size: 25.92px;
  }
}

@media (min-width: 75em) {
  .brand-banner h3 {
    font-size: 27.36px;
  }
}

@media (min-width: 1350px) {
  .brand-banner h3 {
    font-size: 28.8px;
  }
}

.footer-columns {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0 0 -.2rem -15px;
  width: 100%;
}

.footer-columns a {
  color: #fff;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 400;
}

.footer-columns a strong {
  font-weight: 600;
}

.footer-columns > li {
  padding-left: 15px;
  line-height: 1;
  width: 100%;
}

.footer-columns > li.m-b-30 {
  margin-bottom: 30px;
}

.footer-columns > li:last-child {
  border-right: none;
}

.footer-columns > li > a {
  margin-bottom: .2rem;
  display: flex;
  align-items: center;
}

.footer-columns > li > a .fa {
  font-size: 18px;
  padding-left: 8px;
  transform: translateY(2px);
}

.footer-columns > li ul {
  padding: 0;
  margin: 0 0 .2rem;
  list-style: none;
}

.footer-columns > li ul li {
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
}

@media (max-width: 991px) {
  .footer-columns {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .footer-columns > li {
    border-right: none;
  }
  .footer-columns > li a {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .footer-columns {
    width: 100%;
    margin-left: 0;
  }
  .footer-columns > li {
    padding-left: 0;
    border-right: none;
    border-left: none;
  }
}

@media (max-width: 480px) {
  .footer-columns {
    max-height: 100%;
    height: auto;
  }
  .footer-columns > li {
    width: 100%;
  }
}

#site-info-support .small-6 {
  width: 50% !important;
}

#site-info-support {
  font-family: "Source Sans Pro", sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333), to(#262626)) repeat scroll 0 0;
  background: linear-gradient(to bottom, #333 0, #262626 100%) repeat scroll 0 0;
  padding: 16px 0 0;
}

#site-info-support .columns {
  padding: 0 .9375rem;
  float: left;
  width: 100%;
}

@media (min-width: 30.0625em) {
  #site-info-support .columns {
    position: relative;
    padding-left: .5625rem;
    padding-right: .5625rem;
    float: left;
  }
}

@media (min-width: 48em) {
  #site-info-support .columns {
    width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  #site-info-support .columns {
    width: 33.33333333%;
  }
}

#site-info-support .columns img {
  width: 100%;
}

#site-info-support .uni-area {
  padding-bottom: 26px;
}

#site-info-support .uni-area .login-area {
  float: right;
  text-align: right;
}

#site-info-support .uni-area .login-area .btn-uoe {
  margin: 1em 0;
  color: #fff;
  background-color: #041e42;
  border: .0625rem solid #041e42;
  padding: 5px 10px;
  font-size: 0.75rem !important;
  line-height: 1.5;
  border-radius: .1875rem;
  float: none;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  min-width: auto;
}

#site-info-support .uni-area .login-area .btn-uoe .icon {
  max-width: 256px;
  max-height: 256px;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 1px;
  margin-bottom: -1px;
  background-size: 100%;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQwNS40NTcgNDA1LjQ1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDA1LjQ1NyA0MDUuNDU3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNNjQuMTQ3LDMzMS4zMjJjMC4wNzgsNC45ODUsMi4xNjMsOS45MTEsNS42ODgsMTMuNDM4bDU1LDU1YzMuNTk5LDMuNjAxLDguNjU5LDUuNjk3LDEzLjc1LDUuNjk3ICAgYzUuMDkxLDAsMTAuMTUxLTIuMDk2LDEzLjc1LTUuNjk3bDE4My4yODEtMTgzLjI4MmMzLjYwMS0zLjU5OSw1LjY5Ny04LjY1OSw1LjY5Ny0xMy43NXMtMi4wOTYtMTAuMTUxLTUuNjk3LTEzLjc1TDE1Mi4zMzUsNS42OTcgICBDMTQ4LjczNiwyLjA5NiwxNDMuNjc2LDAsMTM4LjU4NSwwYy01LjA5MSwwLTEwLjE1MSwyLjA5Ni0xMy43NSw1LjY5N2wtNTUsNTVjLTMuNTkxLDMuNTk4LTUuNjgxLDguNjUxLTUuNjgxLDEzLjczNCAgIHMyLjA5LDEwLjEzNiw1LjY4MSwxMy43MzRsMTE0LjU2MiwxMTQuNTYzTDY5LjgzNSwzMTcuMjkxQzY2LjE3MSwzMjAuOTU4LDY0LjA3LDMyNi4xMzksNjQuMTQ3LDMzMS4zMjJMNjQuMTQ3LDMzMS4zMjJ6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

#site-info-support .uni-area .login-area .btn-uoe:hover {
  border-color: #010812;
  background-color: #010408;
  text-decoration: underline;
}

#site-info-support .uni-area .brand-details {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  #site-info-support .uni-area .brand-details {
    width: 66.66666667%;
  }
}

#site-info-support .uni-area .brand-details p {
  color: #ccc;
  font-weight: 400;
  font-size: .95rem;
  margin: 0;
  letter-spacing: 0;
  line-height: 1.42857;
}

@media (min-width: 48px) {
  #site-info-support .uni-area .brand-details p {
    font-size: 13.6px;
  }
}

@media (min-width: 64px) {
  #site-info-support .uni-area .brand-details p {
    font-size: 14px;
  }
}

@media (min-width: 1080px) {
  #site-info-support .uni-area .brand-details p {
    font-size: 14.4px;
  }
}

@media (min-width: 1200px) {
  #site-info-support .uni-area .brand-details p {
    font-size: 15.2px;
  }
}

@media (min-width: 1350px) {
  #site-info-support .uni-area .brand-details p {
    font-size: 16px;
  }
}

#site-info-support .uni-area .brand-details p a {
  text-decoration: none;
  color: inherit;
}

#site-info-support .uni-area .brand-details p a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  #site-info-support .uni-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #site-info-support .uni-area .brand-details {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #site-info-support .uni-area .login-area {
    text-align: left;
  }
}

#site-info-support ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px;
}

#site-info-support ul li {
  color: #ccc;
  font-weight: 400;
  font-size: .95rem;
  margin: 0;
  letter-spacing: 0;
  line-height: 1.42857;
}

@media (min-width: 48px) {
  #site-info-support ul li {
    font-size: 13.6px;
  }
}

@media (min-width: 64px) {
  #site-info-support ul li {
    font-size: 14px;
  }
}

@media (min-width: 1080px) {
  #site-info-support ul li {
    font-size: 14.4px;
  }
}

@media (min-width: 1200px) {
  #site-info-support ul li {
    font-size: 15.2px;
  }
}

@media (min-width: 1350px) {
  #site-info-support ul li {
    font-size: 16px;
  }
}

#site-info-support ul li a {
  text-decoration: none;
  color: inherit;
}

#site-info-support ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.connect-block {
  width: 345px;
  padding-left: 15px;
  border-left: 1px solid #020202;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.connect-block .le-shop-link {
  width: 138px;
  height: 40px;
  background: url(../img/footer-logo.png) center center/contain no-repeat;
  text-decoration: none;
  outline: none;
  display: block;
}

.connect-block .register-link {
  cursor: pointer;
  font-size: 22px;
  font-style: italic;
  color: #000;
  font-weight: bold;
  font-family: "Roboto Slab", sans-serif;
  padding-bottom: 16px;
  border-bottom: 1px solid #020202;
}

.connect-block .register-link a {
  color: inherit;
  display: inline-block;
  padding: 0 38px 0 0;
  background: url(../img/next-lot.svg) right center/30px no-repeat;
}

.connect-block .register-link:hover, .connect-block .register-link:active {
  color: #a7192a;
  text-decoration: none;
}

.connect-block .apps-link .apps-title {
  font-size: 13px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  line-height: 1.846;
}

.connect-block .apps-link .h-app-icon {
  margin: 1rem 0 0 !important;
}

.connect-block .apps-link .h-app-icon:first-child {
  margin-right: 26px !important;
}

@media (max-width: 991px) {
  .connect-block {
    width: 100%;
    margin-bottom: 1rem;
  }
  .connect-block .le-shop-link {
    margin: 1.5rem 0;
  }
}

@media (max-width: 768px) {
  .connect-block {
    padding-left: 0;
    border-left: none;
  }
}

.h-secondary-footer--copyright {
  margin-bottom: 0;
  font-size: 13px;
  font-family: "Roboto Slab", sans-serif;
}

.h-secondary-footer--links {
  margin-bottom: 0;
}

.h-secondary-footer--links li {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.h-secondary-footer--links a {
  font-family: "Roboto Slab", sans-serif;
  font-size: 13px;
  position: relative;
}

.h-secondary-footer--links a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  height: 0.0625rem;
  display: block;
  background-color: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 0.67, 0.83, 0.67);
  transition: all 0.3s cubic-bezier(0.23, 0.67, 0.83, 0.67);
}

.h-secondary-footer--links a:hover:after {
  width: 100%;
}

@media (min-width: 768px) {
  .h-secondary-footer--links li {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  .h-primary-footer--address {
    text-align: left;
  }
  .h-primary-footer--line {
    margin-left: 0;
    margin-bottom: 0;
  }
  .h-secondary-footer--links li {
    margin-bottom: 0px;
    margin-bottom: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }
  .h-secondary-footer--links li:not(last-child):after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
  }
  .h-secondary-footer--links li:last-child:after {
    content: '';
  }
}

@media (min-width: 992px) {
  .h-primary-footer--phone {
    margin-right: 16px;
  }
  .h-primary-footer--address p {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .h-footer-social-icons li {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .h-footer-social-icons li:last-child {
    margin-right: 0;
  }
}

.left-right-container .right-b {
  margin-left: 100px;
  position: relative;
}

.left-right-container .right-b:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  background-color: #fff;
  left: -50px;
  top: 0;
}

.left-right-container .right-b span {
  display: block;
}

.left-right-container .right-b span:not(.footer-section-title) {
  margin-bottom: 5px;
  font-size: 13px;
}

@media (max-width: 991px) {
  .left-right-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .left-right-container .right-b {
    margin-top: 20px;
    margin-left: 0;
  }
  .left-right-container .right-b:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .left-right-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .left-right-container .right-b {
    margin-top: 0;
    margin-left: 50px;
  }
  .left-right-container .right-b:before {
    display: block;
    left: -24px;
  }
}

@media (max-width: 576px) {
  .left-right-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .left-right-container .right-b {
    margin-top: 20px;
    margin-left: 0;
  }
  .left-right-container .right-b:before {
    display: none;
  }
}

/* Utility Classes for header and footer */
.hide-for-small {
  display: none !important;
}

.lstn {
  list-style-type: none;
}

.l-spacing-1 {
  letter-spacing: 1px;
}

.h-dropdown .dropdown-toggle {
  background: transparent;
}

@media (min-width: 992px) {
  .h-dropdown .dropdown-toggle {
    position: relative;
  }
  .h-dropdown .dropdown-toggle:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    left: 0;
    display: block;
    background: transparent;
  }
}

/* Header */
.h-header {
  background-color: #ffffff;
  position: relative;
  padding: 0;
  padding: 0;
  z-index: 1049;
  margin-top: 0;
  top: 0;
}

.h-header > div {
  top: 0;
  left: 0;
}

/* Navigation */
.navbar-brand {
  font-size: 0;
  margin-left: 0;
}

.navbar-brand img {
  width: 100%;
  max-width: 200px;
  max-width: 12.5rem;
  max-height: 50px;
  max-height: 3.125rem;
}

.navbar-brand.second-logo img {
  max-width: 170px;
}

@media (min-width: 992px) {
  .navbar-brand.second-logo img {
    max-width: 265px;
  }
}

.navbar {
  padding: 0;
}

.navbar-close {
  display: none;
  fill: #ffffff;
}

.navbar-close.h-show {
  display: block;
}

.navbar-primary .nav-item {
  margin-right: 8px;
  margin-right: 0.5rem;
  position: relative;
}

.navbar-primary .nav-link {
  color: #ffffff;
  position: relative;
  border: 0;
}

.h-navbar-nav-extra li {
  padding: 16px 0;
  padding: 1rem 0;
  color: #ffffff;
}

.h-navbar-nav-extra li .fa {
  width: 30px;
  font-size: 1.75em;
}

.h-navbar .navbar-toggler {
  z-index: 1500;
}

.h-navbar-nav-extra li .nav-link {
  color: #ffffff;
  margin-left: 8px;
  margin-left: 0.5rem;
  display: inline;
  background: transparent;
}

@media (min-width: 992px) {
  .navbar-primary .nav-item .dropdown-menu {
    display: none !important;
  }
  .navbar-primary .nav-item:hover .dropdown-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.navbar-primary .nav-item:hover a {
  color: #fff !important;
}

.navbar-primary .nav-item:hover a:after {
  display: none;
}

.dropdown-primary.has-child {
  padding-right: 15px;
  background: url(../img/Tajan-NavBarArrow-Icon-White.svg) center right/10px no-repeat;
}

.dropdown-primary .dropdown-menu {
  border: 0;
  margin: 0;
  width: 100% !important;
  border-radius: 0;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  background-color: transparent !important;
  position: absolute !important;
  z-index: 200;
  top: 33px !important;
  left: -1em;
  min-width: 15em;
  padding: 0 !important;
  border: none !important;
  margin-top: -1px;
}

.dropdown-primary .dropdown-menu .dropdown-item {
  display: block !important;
  background: #4d4d4d;
  width: 100% !important;
  color: #fff !important;
  height: auto;
  line-height: 3;
  padding: 0 1em;
  font-size: 12px;
  font-weight: 300;
  font-family: "Roboto Slab", sans-serif !important;
}

.dropdown-primary .dropdown-menu .dropdown-item:hover {
  text-decoration: underline;
}

.dropdown-primary .dropdown-menu .dropdown-item {
  width: auto;
}

.navbar-primary .navbar-collapse {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  padding: 65px 40px;
  overflow-y: scroll;
  background: #002D5C;
  overflow-y: visible !important;
}

.navbar-icon {
  fill: #111;
}

.navbar-icon.hide {
  display: none;
}

.navbar-collapse {
  z-index: 1002;
}

.h-navbar-secondary {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 0 !important;
}

.h-navbar-secondary .nav-item {
  float: left;
  border-left: .0625rem solid #222;
  font-size: .95rem;
  line-height: 1.1;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0;
  background-color: #383838;
  margin: 0 !important;
}

.h-navbar-secondary .nav-item a {
  line-height: 20px;
  color: #fff !important;
  text-decoration: none;
  display: block;
  padding: .9375rem;
}

.h-navbar-secondary .nav-item a .h-nav-item--secondary {
  margin: 0 !important;
}

.h-navbar-secondary .nav-item:last-child {
  border-right: .0625rem solid #222;
}

@media (min-width: 48rem) {
  .h-navbar-secondary .nav-item {
    font-size: .9rem;
  }
}

@media (min-width: 64rem) {
  .h-navbar-secondary .nav-item {
    font-size: .95rem;
  }
}

@media (min-width: 768px) {
  .h-navbar-secondary .nav-item {
    font-size: 85%;
  }
}

@media (min-width: 1024px) {
  .h-navbar-secondary .nav-item {
    font-size: 87.5%;
  }
}

@media (min-width: 1080px) {
  .h-navbar-secondary .nav-item {
    font-size: 14.4px;
  }
}

@media (min-width: 1200px) {
  .h-navbar-secondary .nav-item {
    font-size: 15.2px;
  }
}

@media (min-width: 1350px) {
  .h-navbar-secondary .nav-item {
    font-size: 16px;
  }
}

.hidden {
  display: none !important;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #222;
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-menu li a {
  font-size: 1rem;
  position: relative;
  z-index: 1;
  display: block;
  padding: 1.25rem;
  text-decoration: none;
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
}

.main-menu li a:hover {
  background: #090909;
}

.main-menu li:not(:first-child) a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: .75rem;
  left: 0;
  border-left: .0625rem solid #fff;
}

@media (max-width: 991px) {
  .main-menu {
    display: block;
    margin: 0 -15px;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100vw;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
  }
  .main-menu li {
    min-height: 59px;
    font-size: .8125rem;
  }
  .main-menu li a {
    font-size: inherit;
  }
  .main-menu li:not(:first-child) a:after {
    display: none;
  }
  .main-menu.show {
    max-height: 576px;
  }
}

.menu-container {
  position: relative;
}

.h-navbar-secondary .nav-item {
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.h-navbar-secondary .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-navbar-secondary .nav-link.h-nav-item--secondary {
  color: rgba(0, 0, 0, 0.85) !important;
}

.h-navbar-secondary .nav-link.h-nav-item--secondary:hover, .h-navbar-secondary .nav-link.h-nav-item--secondary:active {
  color: #6D6E70 !important;
  text-decoration: underline;
}

.h-nav-item--tertiary {
  font-size: 13px;
  font-family: "Roboto Slab", sans-serif;
}

.dropdown-primary .dropdown-menu .dropdown-item {
  color: #ffffff;
}

@media (min-width: 992px) {
  .navbar-primary {
    margin-left: 16px;
    margin-left: 1rem;
    position: static;
  }
  .show-for-large {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-for-large {
    display: none !important;
  }
  .navbar-collapse {
    z-index: 1000;
  }
  .navbar-brand {
    z-index: 1010;
  }
  .navbar-brand img {
    max-width: 280px;
    max-width: 17.5rem;
    max-height: 75px;
    max-height: 4.6875rem;
  }
  .navbar-primary .nav-item:hover .nav-link:after {
    width: 100%;
  }
  .navbar-primary .dropdown-item {
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
    position: relative;
  }
  .navbar-primary .dropdown-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 3px solid #002D5C;
    height: 0;
    top: auto;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 0.67, 0.83, 0.67);
    transition: all 0.3s cubic-bezier(0.23, 0.67, 0.83, 0.67);
  }
  .navbar-primary .navbar-collapse {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 0;
    overflow-y: hidden;
  }
  .navbar-primary .dropdown-item:hover:after {
    width: 100%;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    font-size: 0.8rem;
  }
  .navbar-primary .dropdown-item {
    color: #777777;
  }
  .navbar-primary .nav-link:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    margin-top: 0;
    right: 0;
    margin: auto;
    border-bottom: 3px solid #777777;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    border-top: 0 solid transparent;
    border-right: 0 solid transparent;
    border-left: 0 solid transparent;
  }
  .dropdown-primary .dropdown-menu {
    padding: 80px 150px;
    padding: 5rem 9.375rem;
    background-color: #efefef;
    border: 0;
    margin: 0;
    width: 100%;
    border-radius: 0;
    top: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: none;
    max-height: none;
    border-bottom: 3px solid #efefef;
  }
  .dropdown-primary .dropdown-menu .dropdown-item {
    color: #777777;
    width: auto;
  }
  .h-dropdown .dropdown-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dropdown-item:hover {
    background-color: transparent;
  }
  .h-navbar-nav-extra li {
    color: #111;
  }
  .h-nav-item--tertiary {
    margin-right: .25rem;
  }
  .h-navbar-secondary {
    padding-right: 0;
  }
  .navbar-border {
    border-left: 1px solid #777777;
  }
}

@media screen and (min-width: 1000px) {
  .navbar-primary .nav-item {
    margin-right: 16px;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1060px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: .9rem;
  }
}

@media (min-width: 1200px) {
  .navbar-brand img {
    width: 335px;
    width: 20.9375rem;
    max-width: 335px;
    max-width: 20.9375rem;
    max-height: 84px;
    max-height: 5.27375rem;
  }
  .dropdown-primary .dropdown-menu {
    padding: 100px 200px;
    padding: 6.25rem 12.5rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
  }
  .h-navbar-secondary--pl {
    padding-left: 1rem;
  }
  .h-navbar-secondary--pr {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
  }
  .navbar-primary .nav-item {
    margin-right: 24px;
    margin-right: 1.5rem;
  }
}

@media screen and (min-width: 1500px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: .9rem;
  }
  .navbar-primary .nav-item {
    margin-right: 16px;
    margin-right: 1rem;
  }
}

@media only screen and (min-width: 1500px) {
  .h-nav-item--secondary {
    display: block;
    margin-left: 8px;
    margin-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: .9rem;
  }
}

@media screen and (min-width: 1550px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1600px) {
  .navbar-primary .nav-item {
    margin-right: 24px;
    margin-right: 1.5rem;
  }
  .navbar-primary .nav-item {
    margin-right: 24px;
    margin-right: 1.5rem;
  }
}

.header-secondary-bar > .container, .header-primary-bar > .container {
  padding: 0 30px !important;
  height: 100%;
  max-width: 90em !important;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .header-secondary-bar > .container, .header-primary-bar > .container {
    padding: 0 9px !important;
  }
  .header-secondary-bar > .container .navbar-brand, .header-primary-bar > .container .navbar-brand {
    margin: 0;
  }
  .header-secondary-bar > .container .navbar-brand img, .header-primary-bar > .container .navbar-brand img {
    max-width: 135px;
  }
}

.header-secondary-bar {
  background: #333;
}

.header-secondary-bar .nav-item:hover {
  background-color: #fff;
}

.header-secondary-bar .nav-item:hover a {
  color: #000 !important;
}

.mobile-menu-bar {
  height: 58px;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu-bar .menu-toggle, .mobile-menu-bar .contact-button {
  height: 100%;
  background: #000;
  color: #fff;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu-bar .contact-button {
  background: #1e8099;
}

@media (min-width: 992px) {
  .mobile-menu-bar {
    display: none;
  }
}

.header-primary-bar {
  padding: 15px 0;
  background: #4d4d4d;
}

.header-primary-bar > .container svg {
  width: 100%;
  max-width: 170px;
  height: 100%;
  max-height: 70%;
}

.header-primary-bar > .container .nav-link {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: "Roboto Slab", sans-serif;
  color: #fff;
  font-weight: 300;
}

.header-primary-bar > .container .h-navbar-secondary {
  margin-top: 0;
}

@media (max-width: 768px) {
  .header-primary-bar {
    padding: 7px 0 3px;
  }
}

@media (max-width: 1200px) {
  .h-nav-item--secondary {
    display: block;
  }
  .header-secondary-bar .hide-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .navbar-primary .navbar-collapse {
    background: #4d4d4d;
  }
  .dropdown-primary.has-child {
    background: none;
  }
  .dropdown-primary.show .dropdown-toggle:after {
    display: inline-block !important;
  }
  .header-primary-bar > .container svg {
    fill: #fff;
  }
  .dropdown-primary .dropdown-menu {
    position: static !important;
  }
  .header-secondary-bar .hide-for-small {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .navbar-toggle-button {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-secondary-bar > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-secondary-bar > .container .navbar-nav {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border-top: .0625rem solid #222;
  }
  .header-secondary-bar > .container .navbar-nav .nav-item {
    width: calc(100%/3);
    border-bottom: .0625rem solid #222;
  }
  .header-secondary-bar > .container .navbar-nav .nav-item .nav-link {
    width: 100%;
  }
  .header-secondary-bar > .container .navbar-nav .nav-item:last-child {
    border-right: none;
  }
  .header-secondary-bar > .container .navbar-nav.open {
    max-height: 205px;
  }
  .navbar-toggle-button {
    background-color: transparent;
    border-radius: .25rem;
    border: 1px solid #ddd;
    padding: .5625rem .625rem;
    display: block;
    -webkit-transition: none;
    transition: none;
    margin-left: auto;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
  }
  .navbar-toggle-button .icon-bar {
    width: 1.375rem;
    height: .125rem;
    border-radius: .0625rem;
    display: block;
    background-color: #888;
  }
  .navbar-toggle-button .icon-bar:not(:last-child) {
    margin-bottom: .25rem;
  }
}

.h-language-switcher {
  width: auto;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #efefef;
  min-width: 150px;
  min-width: 9.375rem;
}

.h-language-switcher--list {
  padding: 10px 40px 20px 20px;
  padding: 0.625rem 2.5rem 1.25rem 1.25rem;
}

.h-language-switcher--list li {
  margin: 8px 0;
  margin: 0.5rem 0;
}

.h-language-switcher--list li button {
  font-size: calc(14px + (12 - 14) * ( (100vw - 320px) / (2000 - 320) ));
  font-family: "Roboto Slab", sans-serif;
  position: relative;
  padding: 0;
  background: transparent;
  border: 0;
}

.h-language-switcher--list li button:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  height: 0.0625rem;
  display: block;
  background-color: #111;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 0.67, 0.83, 0.67);
  transition: all 0.3s cubic-bezier(0.23, 0.67, 0.83, 0.67);
}

.h-language-switcher--list li button:hover:after {
  width: 100%;
}

.h-language-switcher.h-show {
  display: block;
}

.site-search {
  margin: 27px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-button {
  border: none;
  color: #fff;
  background: #1e8099;
  outline: none;
  width: 100%;
  max-width: 290px;
  min-height: 66px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  padding: 14px 20px;
}

.contact-button:hover {
  color: #fff;
}

.site-search .contact-button {
  border: none;
  color: #fff;
  background: #1e8099;
  outline: none;
  width: 100%;
  max-width: 290px;
  min-height: 66px;
  max-height: 66px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  padding: 14px 20px;
}
.site-search .contact-button.search-submit .icon-on-mobile {
  display: none;
}

@media (max-width: 991px) {
  .site-search .contact-button:not(.search-submit) {
    display: none;
  }
  .site-search .contact-button.search-submit {
    /*font-size: 0;*/
    height: 48px;
    width: 48px;
    padding: 0;
    min-height: 48px;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
  .site-search .contact-button.search-submit .hide-mobile {
    display: none;
  }
  .site-search .contact-button.search-submit .icon-on-mobile {
    display: block;
  }

}

.h-site-search {
  padding: 0;
  padding: 0;
  top: 100%;
  right: 0;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.h-site-search--form input {
  height: 100% !important;
  outline: none;
  width: 100% !important;
  margin: 0 !important;
  font-size: 22px;
  border: none !important;
  background: #d2d6d7 !important;
  padding: 19px 20px 10px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #000005 !important;
  line-height: 1;
}

.h-site-search--form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
}

.h-site-search--form input::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
}

.h-site-search--form input:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
}

.h-site-search--form input:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
}

@media (max-width: 991px) {
  .h-site-search--form input {
    font-size: 14px !important;
    width: calc(100% - 48px) !important;
  }
}

.h-site-search--form .form-actions {
  max-width: 44px;
}

.h-site-search--form .h-form-item {
  -webkit-box-flex: 100%;
      -ms-flex: 100% 0 1;
          flex: 100% 0 1;
  margin-right: 25px;
}

@media (max-width: 991px) {
  .h-site-search--form .h-form-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .h-site-search .form-group.h-form-group {
    margin-bottom: 0;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .h-site-search .form-group.h-form-group input {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .contact-button {
    max-width: 180px;
    font-size: 18px;

  }
}

@media (max-width: 991px) {
  .contact-button {
    max-width: 180px;
    font-size: 16px;
    max-height: 58px;
    min-height: auto;
  }
}

.h-search-button {
  position: relative;
  width: 24px;
  height: 24px;
}

.h-search-button .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.h-search-button.open .icon-search {
  opacity: 0;
  visibility: hidden;
}

.h-search-button .icon-close {
  opacity: 0;
  visibility: hidden;
}

.h-search-button.open .icon-close {
  opacity: 1;
  visibility: visible;
}

.h-site-search.h-show {
  height: 52px;
}

.h-site-search--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.h-form-item {
  -webkit-box-flex: 70%;
      -ms-flex: 70% 0 1;
          flex: 70% 0 1;
}

.h-form-actions {
  -webkit-box-flex: 30%;
      -ms-flex: 30% 0 1;
          flex: 30% 0 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-site-search--form .h-form-control {
  border-radius: 0;
  height: calc(2.1em + 0.75rem + 2px);
}

@media (min-width: 992px) {
  .h-site-search--form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .h-site-search.h-show {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .h-site-search--form .h-form-control {
    margin-left: 1rem;
  }
  .h-form-group {
    margin-bottom: 0;
  }
  .h-form-group label {
    margin-bottom: 0;
    -webkit-box-flex: 40%;
        -ms-flex: 40% 0 1;
            flex: 40% 0 1;
  }
  .h-form-actions {
    -webkit-box-flex: 25%;
        -ms-flex: 25% 0 1;
            flex: 25% 0 1;
  }
}

body {
  font-family: "Roboto Slab", sans-serif;
}

.h-body {
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 500;
}

.h-body h1, .h-body h2, .h-body h3 {
  font-family: "Roboto Slab", sans-serif;
}

.h-body #lotStatus h2 {
  font-size: rem-calc(32);
}

.h-body #pdpTitleRow h3 {
  font-size: rem-calc(32);
}

.h-body .h3-lg {
  font-size: rem-calc(24);
}

.h-body p {
  font-family: "Source Sans Pro", sans-serif;
}

.h-body .text-primary {
  color: #002D5C !important;
}

.h-body .bg-primary {
  background-color: #002D5C !important;
}

.h-body h2.auction-title,
.h-body h3.auction-location,
.h-body h4.auction-type {
  font-family: "Roboto Slab", sans-serif;
}

/*
Catalogue
Main header – Auction title (H1) - h1#catalogTitle
Lot Title (H2) - h2.lot-title
Auction Type (H4) - h4.auction-type
Estimate (p) <- I think we created a class for this - p.lot-estimate
Card headers (H3) <- bottom of catalogue page - #infoPanelId h2, .card-body h4
Date - class - span.lot-date-time
*/
.h-body h1#catalogTitle,
.h-body h2.lot-title,
.h-body p.lot-estimate,
.h-body #infoPanelId h2,
.h-body .card-body h4,
.h-body span.lot-date-time {
  font-family: "Roboto Slab", sans-serif;
}

.h-body a.linkToRFA,
.btn-link,
a.link {
  color: #002D5C;
}

/*
PDP
Lot title (H1- small) - h1.h1-sm
Lot # (H1-small) - h1.h1-sm
Item overview (H3)- .descGroup h3
Price (price) - .lot-estimate / .price
Auction Type (H4) - .auction-type
Auction title (H3-small) - h4.auction-type
.auction-type .dateTime 
Location (H3) - h3.auction-location
*/
.h-body h1.h1-sm,
.h-body .descGroup h3,
.h-body .lot-estimate,
.h-body .price,
.h-body .auction-type .dateTime,
.h-body h3.auction-location {
  font-family: "Roboto Slab", sans-serif;
}

/*
Login/Create account
Sign In (H1)
Create Account (H1)
*/
/*
RFA (Register to bid)
Title (H1)
Shipping Address (H3)
Payment Method (H3)
*/
.h-body h2.auction-title,
.h-body h3.auction-location,
.h-body h4.auction-type {
  font-family: "Roboto Slab", sans-serif;
}

/*
Cover Image- RFA header (Auction callout)
Auction Title (H3-small)

Colours:
Selected links - li > a
a {
  color: <?php echo $primary_color; ?>;
}
a:hover {
  color: <?php echo hksn_adjustBrightness($primary_color, '-50'); ?>;
}
*/
.h-body h1, .h-body h2, .h-body h3, .h-body h4, .h-body h5 {
  font-family: "Roboto Slab", sans-serif;
}

@media (min-width: 992px) {
  .h-navbar-secondary a.nav-link {
    color: #111;
  }
  .h-navbar-secondary a.nav-link {
    color: #111;
  }
}

/* ========================================================================================================================
  Secondary Font 
  @var $secondary_font
  @use Body/Default
  ======================================================================================================================== */
.navbar-primary .nav-item,
.btn-primary,
.btn-secondary,
.form-group label.file-upload,
.widget-text p,
.widget-landscape--body p,
.widget-fluid--body p,
.widget-landscape--promo__body p,
.widget-introduction--content p,
.widget-portrait--2up--body p,
.widget-portrait--3up--body p,
.post p,
.form-message {
  font-family: "Roboto Slab", sans-serif !important;
}

.blockquote .blockquote-container blockquote p {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 18px !important;
}

.h-body .row.catalog-details, .h-body .auctions-title, .h-body #ib-create-account {
  padding-top: rem-calc(60);
}

.h-body .my-account-page, .h-body .rfa-container {
  padding-top: rem-calc(60);
}

.h-body #pdpTitleRow {
  padding-top: rem-calc(60);
}

.h-body #pdpTitleRow .float-left.pdp-title-row {
  width: 10%;
}

.h-body #pdpTitleRow .float-left.align-top {
  text-align: center;
  width: 80%;
  margin: 0 !important;
  padding: 0 !important;
}

.h-body #pdpTitleRow .float-right {
  width: 10%;
}

.h-body #pdpTitleRow .float-right button {
  float: right;
}

.h-body #ib-main-content #lotData {
  display: block;
  padding-top: rem-calc(60);
}

.h-body .pdp-container, .h-body #lotStatus {
  padding-top: rem-calc(60);
}

.h-body #lotStatus a {
  text-decoration: underline;
}

.h-body .soldLot {
  font-weight: 700;
}

.h-body .soldLot h3.lotRealizedPriceLabel {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: rem-calc(16);
}

.h-body .soldLot .lotEstimatedPrice {
  font-weight: 500;
}

.h-body .my-2 .pdp-container, .h-body #lotStatus.mt-2 {
  padding-top: 0;
}

.h-body #loginPage {
  padding-top: rem-calc(120);
}

.bid-box-row .form-group.inline, .bid-box-row .form-group.inline input {
  height: 100%;
}

.h-body .h-navbar .nav-link.dropdown-toggle {
  background: transparent;
}

.h-body .h-navbar .nav-link.dropdown-toggle:hover {
  background: transparent;
}

.h-body a.linkToRFA, .h-body .btn-link, .h-body a.link, .h-body #lotStatus a {
  color: #111;
}

.h-primary-footer .container,
.h-secondary-footer .container {
  max-width: none;
}

.container-full-width {
  width: 100%;
  padding-left: rem-calc(0);
  padding-right: rem-calc(0);
}

.bidnow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 7px 1rem 16px;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  max-height: 50px;
  overflow: hidden;
}

.bidnow-container .bidnow-content:first-child {
  padding-right: 2em;
  margin-right: 2em;
}

.bidnow-container.hide {
  margin-top: 0;
  margin-bottom: 0;
  max-height: 0;
}

.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 7px 1rem 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  max-height: 69px;
  overflow: hidden;
}

.login-container.hide {
  margin-top: 0;
  margin-bottom: 0;
  max-height: 0;
}

.login-container .register-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 1em;
  margin-right: 1em;
}

.login-container .register-content .register-intro, .login-container .register-content .btn {
  white-space: nowrap;
}

.login-container .register-content .register-intro {
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .5px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  margin-right: 1em;
  padding: 0.6em 0;
}

.login-container .login-form.rfc-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 34em;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-container .login-form.rfc-out > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.login-container .login-form.rfc-out > div .btn {
  white-space: nowrap;
}

.login-container input[type="text"], .login-container input[type="password"] {
  width: 36%;
  height: auto;
  float: left;
  margin: 0 2% 3px 0;
  line-height: 1.5;
  border: none;
  border-bottom: 1px solid #e0e2e3;
  font-weight: 300;
  display: inline-block;
  font-size: 0.9rem;
  padding: .2em .5em;
  outline: none;
}

.login-container input[type="password"] {
  margin-right: 30px;
}

.login-container label.checkbox {
  position: relative;
  font-size: 0.75em;
  line-height: 1.5;
  color: #747474;
  cursor: pointer;
  font-weight: 300;
  display: block;
  padding: 0.5em 1em 0.5em 2em;
  margin-bottom: 0;
}

.login-container label.checkbox input {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  width: auto;
  border: none;
}

.login-container .inline-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.login-container .inline-list li {
  width: 42%;
  margin: 0;
  list-style: none;
  float: left;
  display: block;
}

.login-container .forgotten {
  font-size: 0.75em;
  display: block;
  padding: 0.5em 0;
  color: #a7192a;
  text-decoration: underline;
  font-weight: 300;
}

.login-container .forgotten:hover {
  text-decoration: none;
}

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

.border-bottom .card-nav-link button {
  position: relative;
}

.border-bottom .card-nav-link button:before {
  content: '';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0MDAuNiAyMDMuNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAwLjYgMjAzLjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIHBvaW50cz0iMCwwIDQwMC42LDAgMjAwLjMsMjAzLjYgIi8+DQo8L3N2Zz4NCg==") center right/15px no-repeat;
  will-change: transform, rotate;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 0.67, 0.83, 0.67);
  transition: all 0.3s cubic-bezier(0.23, 0.67, 0.83, 0.67);
}

.border-bottom .card-nav-link button.collapsed:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.border-bottom .card-nav-link button h2 {
  outline: none;
  border: none;
  border-bottom: 1px solid #020202;
  font-size: 32px;
  font-family: "HelveticaNeue", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 300;
  display: inline-block;
  text-align: left;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .border-bottom .card-nav-link button h2 {
    font-size: 24px;
  }
}

.border-bottom .fa-angle-down, .border-bottom .fa-angle-up {
  display: none !important;
}

@media (min-width: 768px) {
  .h-body .row.catalog-details, .h-body .auctions-title, .h-body #ib-create-account {
    padding-top: rem-calc(120);
  }
  .h-body .my-account-page, .h-body .rfa-container {
    padding-top: rem-calc(120);
  }
  .h-body #pdpTitleRow {
    padding-top: rem-calc(120);
  }
  .h-body #ib-main-content #lotData {
    padding-top: rem-calc(120);
  }
  .h-body .pdp-container, .h-body #lotStatus {
    padding-top: rem-calc(120);
  }
  .h-primary-footer .container,
  .h-secondary-footer .container {
    max-width: none;
  }
}

@media (min-width: 992px) {
  .h-body #ib-main-content #lotData {
    padding-top: 0;
  }
  .h-body .dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: rem-calc(10);
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    width: auto;
    height: auto;
    position: relative;
  }
  .h-primary-footer .container,
  .h-secondary-footer .container {
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .h-primary-footer .container,
  .h-secondary-footer .container {
    max-width: 1440px;
  }
}
