@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@600&family=Work+Sans:wght@400;500;600&display=swap');

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  min-width: 320px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection, ::selection {
  color: #fff;
  background: #263d86;
}

body, html {
  font-size: 17px;
  line-height: 1.6em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

p a, p a:visited {
  line-height: inherit;
}

li {
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

sup {
  font-size: 75%;
  vertical-align: super;
  line-height: 1;
}

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  flex: 1 0 auto;
}

.no-touch a[href^="tel:"], .noLink {
  pointer-events: none;
  cursor: text;
}

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

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 94%;
  max-width: 1300px;
  z-index: 1;
}

#sapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
}

.mediumwrap {
  max-width: 1100px;
  margin: 0 auto;
}

.bigfont {
  font-size: 1.3em;
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col25 {
  width: 24%;
}

.col75 {
  width: 73%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 31.333%;
}

.col40 {
  width: 40%;
}

.col60 {
  width: 60%;
}

.gap15 {
  gap: 1.5%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.spaceBottom {
  position: relative;
  padding-bottom: 60px;
}

.spaceTop {
  position: relative;
  padding-top: 60px;
}

.editor.title h2 {
  font-size: 2em;
  line-height: 1;
  margin-top: 0;
}

.header {
  position: relative;
  width: 100%;
  z-index: 11;
  border-bottom: 2px solid white;
}

.header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 44px;
  background-color: #263d86;
}

.header.auction-header:after {
  background-color: #c39442;
}

.logo a {
  padding: 10px 0px;
  width: 200px;
  display: inline-block;
}

.socialIcons a {
  padding: 10px;
  line-height: 1em;
  background-color: #f5f5f5;
  border-radius: 25px;
}

.socialIcons a:not(:first-child) {
  margin-left: 7px;
}

.socialIcons i {
  font-size: 10px;
  line-height: 1em;
}

.socialIcons a.twitter {
  color: #6cd1f3;
}

.socialIcons a.facebook {
  color: #4e6cb4;
}

.socialIcons a.instagram {
  color: #d62c6b;
}

.socialIcons a.login {
  padding: 10px 15px;
  color: #fff;
  background-color: #b30d1c;
}

.socialIcons a:hover {
  background-color: #263d86;
  color: #fff;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner img {
  width: 100%;
}

.banner:after {
  background-color: black;
  opacity: 0.4;
}

.bannertext {
  position: absolute;
  right: 0;
  left: 0;
  width: 90%;
  margin: auto;
  bottom: 2em;
  z-index: 3;
  color: white;
  max-width: 900px;
}

.editor.bannertext h1 {
  font-size: 3em;
  font-weight: 600;
  line-height: 1em;
}

.editor.bannertext .btn a {
  background-color: white;
  color: #263d86;
}

.banner:after, .welcomeWrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.welcomeWrap img {
  background-color: white;
  box-shadow: 5px 0 10px 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 70%;
  margin-bottom: 20px;
}

.welcomeWrap img:last-child {
  width: 40%;
  position: absolute;
  bottom: -40px;
  right: 0;
}

.welcomeWrap .col12:last-child {
  padding-left: 50px;
}

.welcomeWrap .col12 {
  position: relative;
}

.welcomeWrap:after {
  background-color: #263d86;
  left: 52%;
  -webkit-clip-path: polygon(0 100%, 100% 0, 0 0);
  clip-path: polygon(0 100%, 100% 0, 0 0);
  z-index: -1;
  opacity: .05;
}

.slesWrap .tab-list {
  border-bottom: none !important;
  width: 30.666%;
}

.slesWrap .tab-list-button {
  padding: 5px 0 5px 15px !important;
  margin-bottom: 15px !important;
  display: block !important;
  border-left: 5px solid #f4f4f4 !important;
  border-bottom: none !important;
  color: #555;
  white-space: normal !important;
  text-align: left !important;
}

.slesWrap .tab-list-button.active {
  border-left: 10px solid #263d86 !important;
  padding-left: 10px !important;
  color: #263d86;
}

.slesWrap .tab-list-button:nth-child(2n).active {
  border-left-color: #b30d1c !important;
  color: #b30d1c;
}

.slesWrap .tab-item {
  width: 65.333%;
  position: relative;
  padding: 0 !important;
  color: white;
}

.slesWrap .tab-item article {
  width: 100%;
  padding: 40px 40% 40px 50px;
}

.editor .slesWrap h3 {
  font-size: 1.6em;
  margin-top: 0;
  color: white;
}

.editor .slesWrap ul {
  margin: 0;
}

.slesWrap img {
  position: absolute;
  width: 35%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slesWrap .tab-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 10%;
  top: 0;
  z-index: -1;
  background-color: #263d86;
}

.slesWrap #tab1:after, .slesWrap #tab3:after {
  background-color: #b30d1c;
}

.slesWrap .tab-list-button:first-letter {
  font-size: 1.1em;
  font-weight: 600;
}

.divisionWrap {
  padding-top: 0px;
}

.divisionWrap>.row {
  margin-left: -10px;
  margin-right: -10px;
}

.divisionWrap a, .divisionWrap article {
  width: calc(33.333% - 20px);
  padding: 5px;
  margin: 0 10px;
  box-shadow: 5px 0 10px 3px rgba(0, 0, 0, 0.1);
}

.divisionWrap article iframe {
  width: 100%;
  height: 100%;
}

.divisionWrap .boxtext {
  background-color: #263d86;
  color: #fff;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.divisionWrap .boxtext a {
  box-shadow: none;
  color: #fff;
  font-weight: 500;
  position: relative;
  padding: 5px 0 0;
  margin: 0;
}

.divisionWrap .boxtext a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}

.divisionWrap .boxtext a:hover {
  color: #b30d1c;
}

.events {
  font-size: 1.1em;
}

.events .glEvent {
  width: 25%;
  padding: 15px;
}

.events .glEventDate {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 600;
  background-color: #f5f6f9;
}

.infographicWrap {
  background-color: #b30d1c;
}

.infographicWrap article {
  width: 52%;
  color: white;
  background-size: cover;
  background-position: center;
  padding: 30px;
}

.infographicWrap .infographics {
  width: 48%;
}

.infographics>section {
  width: 50%;
  padding: 15px;
}

.infographics i {
  font-size: 1.3em;
  margin-right: 10px;
}

.editor .infographics h3 {
  font-size: 2em;
  margin: 0;
  color: white;
}

.infographics p {
  margin-top: 10px;
  line-height: 1.2;
}

@-webkit-keyframes pulsatePlay {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
  }

  20% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulsatePlay {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
  }

  20% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.infographicWrap.editor .videoplay a, .infographicWrap.editor .videoplay a:after {
  background-color: #b30d1c;
  border-radius: 50%;
}

.infographicWrap.editor .videoplay a {
  color: white;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 1;
}

.infographicWrap.editor .videoplay a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 1;
  z-index: -1;
  animation: pulsatePlay 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}

.infographicWrap.editor .videoplay a:hover, .infographicWrap.editor .videoplay a:hover:after {
  background-color: #1a9ad6;
}

/* auction page */
.auctionPg.editor .auctionlist {
  padding: 15px 0;
}

.auctionPg.editor .auctionlist ul {
  margin: 0;
}

.auctionPg.editor ul li {
  padding: 10px 0 0 35px;
  position: relative;
  background: unset;
}

.auctionPg.editor ul li::before {
  content: '';
  position: absolute;
  background-image: url(star-dot.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 15px;
}

.auctionPg.editor .aucque ul li::before {
  filter: brightness(0) invert(1);
}

.auctionbanner {
  position: relative;
}

.auctionPg {
  background: linear-gradient(0, #1C142A, #6A4A67);
  color: #fbd48f;
  padding-bottom: 60px;
}

.joinauc {
  padding: 20px 0 40px;
  max-width: 360px;
}

.joinauc h2::before, .joinauc h2::after, .audetail article::before, .auc-sponsor .aucque::before {
  content: '';
  position: absolute;
}

.joinauc h2, .audetail article, .auc-sponsor .aucque {
  padding: 30px;
  background-color: #c39442;
  position: relative;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}

.joinauc h2::before, .audetail article::before, .auc-sponsor .aucque::before {
  background-color: #d7a63f;
  width: 90%;
  top: -5%;
  height: 110%;
  border-radius: 10px;
  left: 5%;
  z-index: -1;
}

.joinauc h2::after {
  background-image: url(star.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 200px;
  top: 20px;
  left: 0;
  z-index: -2;
}

.audetail {
  padding: 20px 60px 60px;
}

.auctionPg.editor .audetail h3 {
  margin: 0 0 30px;
}

.auctionPg.editor h3 {
  color: #fbd48f;
}

.auc-sponsor {
  padding: 30px 0;
}

.editor .auc-sponsor h3 {
  color: #fff;
  margin: 15px 0;
}

.auc-sponsor article {
  width: calc(20% - 30px);
  margin: 15px;
  padding: 20px;
  background-color: #fff;
  border-radius: 50%;
}

.auc-sponsor article img {
  width: 160px;
  height: 180px;
  object-fit: contain;
}

.auc-sponsor .aucque {
  margin: 40px auto;
  text-align: left;
}

.auc-sponsor .aucque h4 {
  font-size: 1.5em;
  margin: 0;
}

.auc-sponsor .aucque p {
  margin-top: 10px;
}

.auc-sponsor .aucque li {
  display: inline-block;
}

.auctionPg.editor a {
  color: #fff;
}

.auctionPg.editor a:hover {
  color: #b30d1c;
}

.auc-sponsor .aucque a {
  color: #2b1f36;
  font-weight: 500;
  display: block;
  font-size: 0.9em;
}

.ticket-include {
  padding: 30px 0;
}

.ticket-include .col12 {
  padding: 10px;
}

.ticket-include .col12:nth-child(2) {
  position: relative;
}

.ticket-include .col12:nth-child(2)::before {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 100%;
  left: -10px;
  top: 0;
  border-right: 1px dashed #d7a63f;
}

.ticket-include h3 {
  padding-left: 10px;
}

.auction-innerpg {
  padding: 10px 30px 0;
}

/* footer */
.footer {
  position: relative;
  background-color: #263d86;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 15px;
}

.footer [class^="bi-"], [class*=" bi-"] {
  font-size: 0.5em;
  padding-right: 7px;
}

.footer strong {
  font-size: 1.2em;
}

.footer.editor a {
  color: white;
}

.footer .accLogos a:not(:first-child) {
  margin-left: 15px;
}

.footer .accLogos img {
  height: 65px;
}

.footer .copyright {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  margin-top: 20px;
  font-size: 0.9em;
}

.footer .copyright span {
  padding-left: 20px;
}

h1 {
  font-size: 2.2em;
  line-height: 1.2em;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

.title.editor>h1 {
  text-align: center;
}

.editor h2 {
  font-size: 1.5em;
  margin: 15px 0;
}

.editor h3 {
  font-size: 1.3em;
  margin: 15px 0;
  color: #b30d1c;
}

.editor h4 {
  font-size: 1.15em;
  margin: 15px 0;
}

.editor h5 {
  font-size: 1.1em;
  margin: 25px 0 10px;
}

.editor h6 {
  font-size: 1em;
  margin: 15px 0;
}

.editor ul {
  margin: 20px 0;
}

.editor ul li {
  background: url(dot.svg) 0 8px no-repeat;
  background-size: 6px;
  padding: 0 0 0 17px;
  margin-bottom: 8px;
  display: block;
}

.editor ul li li {
  margin-left: 15px;
  background-image: url(dot2.svg);
}

.editor ol {
  margin: 20px 0 20px 10px;
}

.editor ol li {
  padding: 0;
  margin-bottom: 8px;
  list-style-type: decimal;
  margin-left: 15px;
}

.editor ol ul li {
  padding-left: 13px;
}

.editor ol ul {
  margin-top: 10px;
}

.editor table {
  margin: 10px 0 10px 0;
  font-size: 0.9em;
  color: #333;
  background: #fff;
}

.editor table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: #0f519f;
  border: 1px solid #cbd9ef;
  color: #ffffff;
}

.editor table td {
  padding: 5px;
  text-align: left;
  border: 1px solid #cbd9ef;
}

.editor table tr:nth-child(2n+1) td {
  background-color: #e7ecf6;
}

.editor table.noborder td, .editor table.noborder tr:nth-child(2n+1) td {
  border: none;
  background-color: transparent;
}

.editor table a {
  word-break: break-word;
}

.editor a {
  color: #b30d1c;
  text-decoration: none;
  cursor: pointer;
}

.editor a:hover {
  color: #1a9ad6;
  text-decoration: none;
}

.editor table th a {
  color: #cbdbe6;
}

.editor table th a:hover {
  color: #fff;
}

.editor p:not(:last-child) {
  margin-bottom: 15px;
}

.editor hr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 30px 0;
  border: 0px;
  border-top: 3px solid #e3e3e3;
  width: 100%;
}

.auctionPg hr {
  width: 80%;
  margin: 30px auto;
  border-color: #d7a63f;
}

.fulltable {
  width: 100%;
}

.mobiTable {
  overflow-x: auto;
}

.content.editor a {
  text-decoration: underline;
}

.content.editor a:hover {
  text-decoration: none;
}

.editor .btn a, .btn a {
  position: relative;
  padding: 10px 20px;
  margin-top: 15px;
  background-color: #b30d1c;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
}

.editor .btn a:hover, .btn a:hover {
  background-color: #1a9ad6;
  color: #fff;
}

.editor .btn a:first-child:not(:last-child) {
  margin-right: 10px;
}

.returnbtn {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}

.returnbtn a {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 2px;
  color: #1C142A;
  padding: 6px 12px;
  font-size: 0.8em;
}

.auctionPg.editor .btn a {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 5px;
  color: #1C142A;
  padding: 10px 15px;
}

.auctionPg.editor .btn a:hover {
  background-color: #6A4A67;
  color: #fff;
}

.editor .leftimg {
  float: left;
  margin: 10px 40px 20px 0;
  max-width: 35;
  position: relative;
  z-index: 3;
}

.editor .rightimg {
  float: right;
  margin: 10px 0px 20px 40px;
  max-width: 40%;
}

.rightimg img, .leftimg img {
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .1);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .1);
}

.editor blockquote {
  border-left: 5px solid #ddd;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 1.1em;
  letter-spacing: 0.5px;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.innerBanner img {
  width: 100%;
}

.contact i {
  position: relative;
  top: 4px;
  font-size: 12px;
  margin-right: 10px;
}

.innerBanner iframe {
  width: 100%;
  height: 500px;
}

.contentWrap {
  padding: 30px 0px;
}

.content {
  position: relative;
  min-height: 300px;
}

.content-sidewrap .content {
  width: calc(100% - 320px);
}

/* .content {
  padding: 30px 0px;
  position: relative;
} */
.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.editor.content .staff>* {
  padding: 20px;
  width: 25%;
  border: 1px solid #eee;
  text-decoration: none;
  line-height: 1.2;
}

.parties article {
  width: 100%;
  position: relative;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}

.parties article .date {
  margin-top: 10px;
}

.editor .parties article h3 {
  margin: 10px 0 !important;
}

.parties article i {
  font-size: 12px;
  margin-right: 6px;
  color: #b30d1c;
}

.parties article img {
  width: 100% !important;
}

.staff strong {
  display: block;
  padding-top: 15px;
  padding-bottom: 5px;
}

.staff img {
  display: block;
  margin: auto;
  width: 100%;
}

.editor.content .staff a:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
}

.staffdetail {
  width: 100%;
  display: none;
}

.staffdetail .thumb {
  float: left;
  width: 200px;
  margin-right: 25px;
  margin-bottom: 15px;
  display: block;
  border-radius: 50%;
}

.staffdetail.editor h2 {
  font-size: 1.5em;
  margin-top: 0;
  color: #135380;
}

.accordion-header-button {
  font-size: 1.1rem !important;
}

.photos>article {
  padding: 10px;
}

.leftside {
  flex: 1;
}

.sidebar {
  width: 300px;
  margin-left: 40px;
}

.electives>article {
  padding: 15px;
}

.editor .electives>article h3 {
  margin-top: 0;
}

.electives>article:nth-child(odd), .blueBox {
  background-color: #f4f7ff;
}

.blueBox:not(:first-child) {
  margin-top: 20px;
}

.blueBox>header {
  background-color: #263d86;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.1em;
  padding: 10px;
}

.blueBox>div {
  padding: 10px;
}

.blue, .red {
  padding: 5px 20px;
  margin-bottom: 20px;
}

.blue {
  border: 3px solid #0633ff;
}

.red {
  border: 3px solid #ff2601;
}

.partners>* {
  margin: 15px;
}

.required-sign {
  text-align: center;
  color: #090;
}

.notpermitted-sign {
  text-align: center;
  color: #F00;
}

.optional-sign {
  text-align: center;
  color: #03F;
  font-size: 33px;
}

.gallery .row>a {
  margin: 10px;
  width: calc(33.33% - 20px);
}

.contactWrap {
  margin-bottom: 15px;
}

.contactWrap .col13 {
  background-color: #f4f7ff;
  padding: 15px 25px;
  margin-bottom: 15px;
}

.contactWrap .col13 h3 {
  margin-top: 0;
}

.editor .tab-group.slesWrap {
  margin-top: 30px;
}

/* Sidemenu */
.sidemenu {
  width: 280px;
  background-color: #f6f6f6;
  padding: 20px;
  margin: 10px 15px 10px 0;
}

.sidemenu>li {
  display: none;
}

.sidemenu>li.active {
  display: block;
}

.sidemenu>li>a, .sidemenu>li.active>a {
  color: #263d86;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
  display: inline-block;
}

.sidemenu li {
  position: relative;
  background: url(dot.svg) 0 8px no-repeat;
  background-size: 6px;
  padding-left: 17px;
  margin-bottom: 10px;
}

.sidemenu a {
  color: #263d86;
}

.sidemenu li ul li ul {
  margin-top: 5px;
}

.sidemenu li a:hover, .sidemenu li ul li.active>a {
  color: #b30d1c;
}

/* Navigation */
.nav {
  width: 100%;
  font-weight: 500;
}

.menu li {
  position: relative;
}

.menu, .menu>li, .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu li a {
  color: #222;
  margin: 0;
}

.menu>li:not(:last-child) {
  margin-right: 1px;
}

.menu>li>a {
  padding: 0 15px;
  position: relative;
  line-height: 44px;
  text-transform: uppercase;
  color: white;
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}

.submenu-list {
  width: 48%;
}

.menu ul {
  width: 200px;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: white;
  padding: 15px;
  -moz-transition: visibility 0s linear .25s;
  -ms-transition: visibility 0s linear .25s;
  transition: visibility 0s linear .25s;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.menu>li.mega-menu>ul {
  width: 460px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
  animation: pull-up .3s;
  z-index: 90;
}

.menu>li:last-child>ul {
  left: inherit;
  right: 0;
}

.menu>li li:hover>ul {
  left: 100%;
  top: 0;
}

.menu>li.active>a, .menu>li:hover>a {
  background-color: #b30d1c;
}

.menu.auctionmenu>li.active>a, .menu.auctionmenu>li:hover>a {
  background-color: #6A4A67;
}

.menu li ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.menu li ul li a {
  display: block;
  padding: 8px 0;
  font-size: .9rem;
  line-height: 1.3em;
}

.menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu li.active li.active>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a {
  color: #b30d1c;
}

#menu-trigger {
  display: none;
}

@media screen and (max-width:1200px) {
  .menu>li>a {
    padding: 0 7px;
  }

  .innerBanner iframe {
    height: 400px;
  }

  .contactWrap .col13 {
    padding: 12px;
    width: 32.333%;
  }

  .smallwrap {
    width: 96%;
  }

  .joinauc h2, .audetail article, .auc-sponsor .aucque {
    padding: 15px;
  }

  .auc-sponsor article img {
    width: 120px;
    height: 120px;
  }

  .auction-name img {
    width: 280px;
  }

  .ticket-include .col12:nth-child(2)::before {
    left: -5px;
  }
}

@media screen and (max-width:1023px) {
  body, html {
    font-size: 16px;
  }

  .header {
    border-bottom: none;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
  }

  .bannertext {
    bottom: 1em;
  }

  .editor.bannertext h1 {
    font-size: 2.5em;
    margin-bottom: 0;
  }

  .infographicWrap article {
    padding: 20px;
  }

  .slesWrap .tab-item:after {
    right: 0;
  }

  .slesWrap .tab-item article {
    padding: 30px;
  }

  .submenu-list {
    width: 100%;
  }

  .audetail {
    padding: 10px 20px 20px;
  }

  .auctionPg.editor .audetail h3 {
    margin: 0 0 20px;
  }

  .auc-sponsor article {
    width: calc(25% - 30px);
  }

  .auc-sponsor article img {
    width: 110px;
    height: 100px;
  }

  .auc-sponsor .aucque h4 {
    font-size: 1.2em;
  }

  .joinauc h2, .audetail article, .auc-sponsor .aucque {
    padding: 10px;
  }

  .joinauc h2::after {
    height: 140px;
  }

  .editor h2 {
    font-size: 1.4em;
  }

  .ticket-include .col12 {
    width: 100%;
  }

  .ticket-include .col12:nth-child(2)::before {
    content: unset;
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: #263d86;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    width: 288px;
  }

  .menu, .nav.showMobiNav {
    display: block;
  }

  .menu>li:not(:last-child) {
    margin-right: 0px;
  }

  .menu>li {
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .menu li a, .menu>li:last-child>a, .menu>li:last-child:hover>a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
  }

  .menu li ul li:not(:last-child) {
    border-bottom: none;
  }

  .menu li ul li a {
    padding: 6px 10px 6px 0px;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 0;
  }

  .menu ul, .menu>li>ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    display: block;
    width: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    min-height: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
    background-color: inherit;
  }

  .menu ul {
    padding: 0 0 0 20px;
  }

  .menu>li:hover>a, .menu>li.active>a, .menu li ul li:hover>a, .menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a, .menu li ul li:hover ul li:hover>a, .menu li.active li.active>a {
    color: #87d9ff;
    background-color: transparent;
  }

  .menu li .droparrow {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    cursor: pointer;
  }

  .menu li .droparrow:after, .menu li .droparrow:before {
    top: 50%;
    content: " ";
    height: 2px;
    width: 8px;
    position: absolute;
    background-color: #fff;
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }

  .menu li .droparrow:after {
    right: 14px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu li .droparrow:before {
    left: 13px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header:after, .menu>li>ul:after, .slesWrap img {
    display: none;
  }

  #menu-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin-left: 7px;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 30px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #263d86;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #menu-trigger span {
    top: 50%;
    margin: -1px auto auto;
    display: block;
    font-size: 0px;
  }

  #menu-trigger span:after {
    top: 7px;
    content: "";
  }

  #menu-trigger span:before {
    top: -7px;
    content: "";
  }

  .showMobiNav#menu-trigger span {
    background-color: transparent;
  }

  .showMobiNav#menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    left: 0;
  }

  .showMobiNav#menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    left: 0;
  }

  .contactWrap .col13 {
    padding: 15px;
    width: 100%;
  }

  .header.auction-header #menu-trigger {
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 42px;
  }

  .header.auction-header .nav {
    margin-top: 40px;
    background-color: #c39442;
  }

  .returnbtn {
    position: relative;
    right: 0;
  }

  .returnbtn a {
    background-color: unset;
    color: #fff;
    padding: 10px;
    margin-left: 40px;
  }

  .menu.auctionmenu>li.active>a, .menu.auctionmenu>li:hover>a {
    background-color: #fff;
    color: #1C142A;
  }
}

@media screen and (max-width:767px) {
  body, html {
    font-size: 15px;
    line-height: 1.4em;
  }

  .editor h1, .title.editor h2, .editor.bannertext h1 {
    font-size: 1.6em;
  }

  .logo {
    width: 100%;
  }

  .logo a {
    width: 150px;
  }

  .socialIcons a:not(:first-child) {
    margin-left: 5px;
  }

  .socialIcons a.login {
    padding: 10px;
  }

  .socialIcons i {
    font-size: 8px;
  }

  .bannertext {
    position: relative;
    right: inherit;
    left: inherit;
    width: 100%;
    bottom: inherit;
    padding: 1em;
    background-color: #263d86;
  }

  .spaceTop {
    padding-top: 30px;
  }

  .spaceBottom {
    padding-bottom: 30px;
  }

  .container {
    width: calc(100% - 30px);
  }

  .content-sidewrap .content, .sidebarNav, .sidemenu {
    width: 100%;
  }

  .welcomeWrap {
    text-align: center;
  }

  .welcomeWrap:after {
    left: -4%;
  }

  .welcomeWrap .col12:last-child {
    padding-left: 0px;
  }

  .welcomeWrap img:last-child {
    width: 45%;
    position: relative;
    bottom: inherit;
    right: inherit;
  }

  .welcomeWrap img {
    padding: 8px;
    width: 45%;
  }

  .infographicWrap article {
    padding: 10px;
  }

  .slesWrap .tab-item, .slesWrap .tab-list {
    width: 100%;
  }

  .slesWrap .tab-item article {
    padding: 20px;
  }

  .slesWrap .tab-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    margin-bottom: 20px;
  }

  .slesWrap .tab-list-button {
    padding: 0px 0 0px 15px !important;
    font-size: 1em !important;
  }

  .sleTitle, .slesWrap h3 {
    text-align: center;
  }

  .infographicWrap article, .infographicWrap .infographics {
    width: 100%;
  }

  .infographicWrap .videoplay {
    height: 300px;
  }

  .divisionWrap a, .divisionWrap article {
    width: 100%;
    margin-bottom: 20px;
  }

  .divisionWrap a:last-child, .divisionWrap article:last-child {
    margin-bottom: 0;
  }

  .events .glEvent {
    width: 50%;
    padding: 10px;
  }

  .footer {
    text-align: center;
    padding-bottom: 0px;
  }

  .footer .row>div {
    width: 100%;
    padding-bottom: 15px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .footer .copyright {
    margin-top: 0;
  }

  .col12, .col23, .col13, .col25, .col75 {
    width: 100%;
  }

  .col12+.col12, .col13+.col13 {
    margin-top: 15px;
  }

  .twocolumn {
    -moz-column-count: inherit;
    -webkit-column-count: inherit;
    column-count: inherit;
  }

  .editor table td a {
    word-break: break-word;
  }

  .editor .leftimg, .editor .rightimg {
    float: none;
    margin: 15px auto;
    max-width: 400px;
    text-align: center;
  }

  .banner:after {
    display: none;
  }

  .innerBanner iframe {
    height: 250px;
  }

  .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .editor.content .staff>* {
    padding: 15px;
    width: 33.333%;
  }

  .editor ul {
    margin: 10px 0;
  }

  .gallery .row>a {
    width: calc(50% - 20px);
  }

  .auction-name img {
    width: 180px;
    margin-top: 20px;
  }

  .auctionPg.editor ul li::before {
    width: 14px;
    height: 14px;
    left: 15px;
    top: 12px;
  }

  .joinauc {
    padding: 10px 0;
  }

  .joinauc h2::after {
    width: 50px;
    height: 100px;
    top: 20px;
  }

  .joinauc h2 {
    padding: 20px;
  }

  .audetail article {
    margin-bottom: 15px;
  }

  .auc-sponsor article {
    width: calc(50% - 30px);
  }

  .auction-innerpg, .ticket-include {
    padding: 10px;
  }

  .ticket-include .col12 {
    padding: 0;
  }
}

@media screen and (max-width:479px) {
  body, html {
    font-size: 14px;
  }

  .parties article {
    width: calc(100% - 0px);
  }

  .infographicWrap .videoplay {
    height: 200px;
  }

  .infographics>section {
    padding: 10px;
  }

  .editor.content .staff>* {
    width: 50%;
  }

  .gallery .row>a {
    width: 100%;
  }
}

@media print {
  body {
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: #fff;
    color: #000;
  }

  h1 {
    font-size: 24pt;
  }

  h2, h3, h4 {
    font-size: 14pt;
  }

  a, blockquote, table, pre {
    page-break-inside: avoid
  }

  h1, h2, h3, h4, h5, h6, img {
    page-break-after: avoid;
    page-break-inside: avoid
  }

  ul, ol, dl {
    page-break-before: avoid
  }

  a:link, a:visited, a {
    color: #520;
    font-weight: bold;
    text-decoration: underline;
  }

  .logo img {
    width: 160px;
  }

  .welcomeWrap img, .slesWrap img {
    display: none;
  }
}

@-webkit-keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

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

@keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

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