*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}iframe {
display: block;
} .height-fluid {
height: 100%;
}
.relative {
position: relative;
}
.text-left {
text-align: left !important;
}
.text-center {
text-align: center !important;
}
.text-right {
text-align: right !important;
} .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
border: 0;
} .woa-container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.woa-container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.woa-container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.woa-container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.woa-container {
max-width: 1140px;
}
}
.woa-container .container {
width: 100%;
padding:0;
} .grid {
display: grid;
} .justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
} .woa-navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent; border:0;
border-radius: 0.25rem;
}
.woa-navbar-toggler:hover, .woa-navbar-toggler:focus {
text-decoration: none;
}
.woa-navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer;
}
.woa-navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%;
} .woa-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.woa-navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0;
} .woa-navbar-brand {
display: inline-block;
margin-right: 10px;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.woa-navbar-brand:hover, .woa-navbar-brand:focus {
text-decoration: none;
}
.woa-navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.woa-navbar-nav .nav-link {
padding: 14px 0px;
line-height: 1;
}
.woa-navbar-nav .dropdown-menu {
position: static;
float: none;
}
.woa-navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.woa-navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
} @media (min-width: 768px) {
.woa-navbar-expand-md {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.woa-navbar-expand-md .woa-navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.woa-navbar-expand-md .woa-navbar-nav .dropdown-menu {
position: absolute;
}
.woa-navbar-expand-md .woa-navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.woa-navbar-expand-md > .woa-container,
.woa-navbar-expand-md > .woa-container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.woa-navbar-expand-md .woa-navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.woa-navbar-expand-md .woa-navbar-toggler {
display: none;
} 
}
@media (min-width: 992px) {
.woa-navbar-expand-lg {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.woa-navbar-expand-lg .woa-navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.woa-navbar-expand-lg .woa-navbar-nav .dropdown-menu {
position: absolute;
}
.woa-navbar-expand-lg .woa-navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.woa-navbar-expand-lg > .woa-container,
.woa-navbar-expand-lg > .woa-container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.woa-navbar-expand-lg .woa-navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.woa-navbar-expand-lg .woa-navbar-toggler {
display: none;
}
}
@media (max-width: 767px) {
.woa-navbar-expand-md .dropdown-menu  {
display: block;
background: transparent;
border: 0;
text-align: right;
padding: 0 1rem 0 0; 
} 
}
@media (max-width: 991px) {
.woa-navbar-expand-lg .dropdown-menu  {
display: block;
background: transparent;
border: 0;
text-align: right;
padding: 0 1rem 0 0; 
} 
} .woa-navbar-light .woa-navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.woa-navbar-light .woa-navbar-brand:hover, .woa-navbar-light .woa-navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
}
.woa-navbar-light .woa-navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
.woa-navbar-light .woa-navbar-nav .nav-link:hover, .woa-navbar-light .woa-navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7);
}
.woa-navbar-light .woa-navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.woa-navbar-light .woa-navbar-nav .show > .nav-link,
.woa-navbar-light .woa-navbar-nav .active > .nav-link,
.woa-navbar-light .woa-navbar-nav .nav-link.show,
.woa-navbar-light .woa-navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.woa-navbar-light .woa-navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
.woa-navbar-light .woa-navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.woa-navbar-light .woa-navbar-text {
color: rgba(0, 0, 0, 0.5);
}
.woa-navbar-light .woa-navbar-text a {
color: rgba(0, 0, 0, 0.9);
}
.woa-navbar-light .woa-navbar-text a:hover, 
.woa-navbar-light .woa-navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
}
.woa-navbar-dark .woa-navbar-brand {
color: #fff;
}
.woa-navbar-dark .woa-navbar-brand:hover, 
.woa-navbar-dark .woa-navbar-brand:focus {
color: #fff;
}
.woa-navbar-dark .woa-navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
.woa-navbar-dark .woa-navbar-nav .nav-link:hover, 
.woa-navbar-dark .woa-navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}
.woa-navbar-dark .woa-navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.woa-navbar-dark .woa-navbar-nav .show > .nav-link,
.woa-navbar-dark .woa-navbar-nav .active > .nav-link,
.woa-navbar-dark .woa-navbar-nav .nav-link.show,
.woa-navbar-dark .woa-navbar-nav .nav-link.active {
color: #fff;
}
.woa-navbar-dark .woa-navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
}
.woa-navbar-dark .woa-navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.woa-navbar-dark .woa-navbar-text {
color: rgba(255, 255, 255, 0.5);
}
.woa-navbar-dark .woa-navbar-text a {
color: #fff;
}
.woa-navbar-dark .woa-navbar-text a:hover, .woa-navbar-dark .woa-navbar-text a:focus {
color: #fff;
}
@media (max-width: 767px) {
.woa-navbar-expand-md .woa-navbar-nav .dropdown-menu a {
padding: 15px;
}
.woa-navbar-dark.woa-navbar-expand-md .woa-navbar-nav .dropdown-menu a {
color: #fff;
}
.woa-navbar-light.woa-navbar-expand-md .woa-navbar-nav .dropdown-menu a {
color: #222;
}
}
@media (max-width: 991px) {
.woa-navbar-expand-lg .woa-navbar-nav .dropdown-menu a {
padding: 15px;
}
.woa-navbar-dark.woa-navbar-expand-lg .woa-navbar-nav .dropdown-menu a {
color: #fff;
}
.woa-navbar-light.woa-navbar-expand-lg .woa-navbar-nav .dropdown-menu a {
color: #222;
}
} @media(max-width:991px) {
.collapse:not(.show) {
display: none;
}
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
} .dropdown:hover>.dropdown-menu {
display: block;
}
.dropdown>.dropdown-toggle:active { pointer-events: none;
}
.dropdown {
position: relative;
}
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
margin-left: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.dropdown-menu[x-placement^="bottom"] {
right: auto;
bottom: auto;
}
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:first-child {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.dropdown-item:last-child {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.dropdown-item:hover, .dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529;
} .btn:disabled,
.woa-btn:disabled {
opacity: .5;
}
.woa-btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a.woa-btn {
text-decoration: none;
}
@media screen and (prefers-reduced-motion: reduce) {
.woa-btn {
transition: none;
}
}
.woa-btn:hover {
color: #212529;
text-decoration: none;
}
.woa-btn:focus, .woa-btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.woa-btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.woa-btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.woa-btn-primary:focus, .woa-btn-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.woa-btn-sm {
padding: 0.25em 0.5em;
font-size: 0.875em;
line-height: 1.5;
border-radius: 0.2rem;
}
.woa-btn-lg {
padding: 0.5em 1em;
font-size: 1.25em;
line-height: 1.5;
border-radius: 0.3rem;
} .woa-panel {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.woa-panel-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
} h1, h1.entry-title {
font-size: 2.4em;
} input, textarea, select { }
@media(min-width: 576px) {
.woa-form-center {
width: 50%;
margin: 0 auto;
}
}
.woa-form-group {
margin-bottom: 1rem;
}
.woa-form-label {
display: inline-block;
margin-bottom: .5rem;
font-weight: bold;
}
.woa-form-control {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.woa-form-control {
height: auto;
}
sup.required {
color: #C00;
font-weight: bold;
font-size: 1.25rem;
top: -0.1rem;
} form div.wpcf7-response-output {
position: relative;
padding: .75rem 1.25rem;
margin:0;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
text-align: center;
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
form .wpcf7-response-output.wpcf7-mail-sent-ok {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
form .wpcf7-response-output.wpcf7-validation-errors {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
} .auction-nav-links.nav-pills>li {
margin-bottom:5px;
} .wpcf7.wpcf7 form .wpcf7-response-output {
margin: 0 0 1.5rem;
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.wpcf7.wpcf7 form .wpcf7-response-output {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.wpcf7.wpcf7 form.init .wpcf7-response-output,
.wpcf7.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7.wpcf7 form.sent .wpcf7-response-output {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.wpcf7.wpcf7 form.failed .wpcf7-response-output,
.wpcf7.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7.wpcf7 form.spam .wpcf7-response-output {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.wpcf7.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7.wpcf7 form.payment-required .wpcf7-response-output {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.wpcf7 .wpcf7-not-valid-tip {
font-size: .9rem;
}body {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 100;
}
body strong {
font-weight: 700;
}
body h1, 
body h2, 
body h3 {
font-weight: 700;
}
.grey-bg {
background-color: #fbfbfb;
}
.woa-padding {
padding:40px 0;
} .woa-heading {
text-transform: uppercase;
text-align:center;
font-weight:bold;
margin-bottom: 20px;
} .site-navigation .woa-navbar-nav {
width: 100%;
} .site-body {
padding-top: 40px;
padding-bottom: 40px;
} .woa-navbar-brand {
} @media(min-width:992px) {
.site-header {
padding: 20px 0;
}
}
.site-header .grid {
grid-template-columns: repeat(5, 20%);
grid-template-rows: repeat(3,25px) auto;
}
@media(min-width: 768px) {
.site-header .grid {
grid-template-rows: repeat(3,33.3%);
}
}
.site-header .grid .woa-navbar-header {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 4;
justify-self: left;
align-self: center;
}
@media(min-width: 576px) {
.site-header .grid .woa-navbar-header {
grid-column-end: 2;
}
}
.site-header .grid .site-navigation {
grid-column-start: 1;
grid-column-end: 6;
grid-row-start: 4;
grid-row-end: 4;
}
@media(min-width: 768px) {
.site-header .grid .site-navigation {
grid-column-start: 2;
grid-column-end: 6;
grid-row-start: 1;
grid-row-end: 4;
}
}
.site-header .grid .woa-navbar-toggler {
grid-column-start: 5;
grid-column-end: 6;
grid-row-start: 1;
grid-row-end: 4;
justify-self: end;
align-self: center;
} .woa-slider {
border-bottom: 10px solid transparent;
}
.woa-slider .item-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
}
.woa-slider .grid {
grid-template-columns: repeat(3, 33.3%);
grid-template-rows: repeat(3, 33.3%);
}
.woa-slider .grid .grid-item {
grid-column-start: 1;
grid-column-end: 4;
grid-row-start: 1;
grid-row-end: 4;
}
.woa-slider .grid .grid-item-top-left,
.woa-slider .grid .grid-item-center-left,
.woa-slider .grid .grid-item-bottom-left {
justify-self: start;
}
.woa-slider .grid .grid-item-top-center,
.woa-slider .grid .grid-item-center,
.woa-slider .grid .grid-item-bottom-center {
justify-self: center;
}
.woa-slider .grid .grid-item-top-right,
.woa-slider .grid .grid-item-right,
.woa-slider .grid .grid-item-bottom-right {
justify-self: end;
}
.woa-slider .grid .grid-item-top-left,
.woa-slider .grid .grid-item-top-center,
.woa-slider .grid .grid-item-top-right {
align-self: start;
}
.woa-slider .grid .grid-item-center-left,
.woa-slider .grid .grid-item-center,
.woa-slider .grid .grid-item-center-right {
align-self: center;
}
.woa-slider .grid .grid-item-bottom-left,
.woa-slider .grid .grid-item-bottom-center,
.woa-slider .grid .grid-item-bottom-right {
align-self: end;
}
.woa-slider .grid .grid-item-top-center,
.woa-slider .grid .grid-item-center,
.woa-slider .grid .grid-item-bottom-center {
text-align: center !important;
}
.woa-slider .grid .grid-item-top-left,
.woa-slider .grid .grid-item-center-left,
.woa-slider .grid .grid-item-bottom-left {
text-align: left !important;
}
.woa-slider .grid .grid-item-top-right,
.woa-slider .grid .grid-item-center-right,
.woa-slider .grid .grid-item-bottom-right {
text-align: right !important;
}
.woa-slider-items {
height: 400px;
}
@media(min-width:768px) {
.woa-slider-items {
height: 500px;
}
}
.woa-slider-item {
height: 100%;
}
.woa-slider-caption {
z-index: 100;
position: relative;
}
.woa-slider-caption-text {
margin-bottom: 10px;
overflow:auto;
} .woa-auction-dates-wrapper {
background-color: #fafafa;
padding: 10px 0 20px;
overflow: auto;
}
@media (min-width: 576px) {
.woa-auction-dates dt {
display: block;
float: left;
width: 26%;
}
.woa-auction-dates dd {
}
}
.woa-page-header {
height:300px;
background-color: #333;
}
.home .woa-page-header { 
height: 600px;
}
.woa-page-header .woa-text-align-middle {
display: flex;
height: 100%;
justify-content: center;
}
.woa-page-header .woa-text-align-middle > * {
margin: auto 0;
}
.woa-page-header * {
color: #fff;  
text-shadow: #000 0px 0px 6px;
}
.woa-page-header .woa-btn {
text-shadow: none;
box-shadow: #000 0px 0px 6px;
} .entry-header {
margin-bottom: 40px;
} .woa-tech-support {
text-align: center; margin-top:20px;
}
.woa-tech-support .woa-panel {
padding: 1.5rem 1.25rem;
} .site-footer {
padding-top: 20px;
padding-bottom: 20px;
}
.site-footer .grid {
grid-template-columns: repeat(3, 33.333%);
}
.site-footer-section {
padding: 20px 0;
} .footer-menu {
text-align: center;
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
.footer-menu li {
display: inline;
list-style: none;
margin: 0;
padding: 0;
}
.footer-menu li a {
margin: 0 5px;
} .copyright {
font-size: .825rem;
text-align: center;
margin: 0 0 20px;
} .attribution {
font-size: .825rem;
text-align: center;
margin: 0 0 20px;
}
.attribution img {
width: 120px;
} .woa-google-map.site-footer-section {
padding: 0;
}
.woa-google-map iframe {
width: 100%;
height: 200px;
border: 0;
}
@media(min-width: 420px) {
.woa-google-map iframe {
height: 300px;
}
}
@media(min-width: 768px) {
.woa-google-map iframe {
height: 400px;
}
} .woa-icon {
fill: #000;
height: 20px;
width: 20px;
vertical-align: middle;
overflow: hidden;
} .woa-floating-phone {
display: block;
z-index: 1000;
position: fixed;
right: 10px;
bottom: 10px;
}
.woa-floating-phone .woa-icon {
width: 30px;
height: 30px;
}
.mc-subscribe-form-wrapper {
padding: 5rem 0;
background: #fafafa;
}html {
height: 100%;
background: #f1f1f1;
}
html body {
font-size: 16px;
}
#top-bar {
background: #fff;
padding: .5rem 0;
}
#top-bar a {
color: #222;
}
#top-bar a:hover,
#top-bar a:active {
text-decoration: underline;
}
.site-header.site-header {
background: transparent;
color: #fff;
position: absolute;
z-index: 1000;
width: 100%;
padding: 0;
}
.site-navigation.site-navigation .woa-navbar-nav a.nav-link {
font-weight: 600;
white-space: normal;
}
@media(min-width:768px) {
.site-navigation.site-navigation .woa-navbar-nav a.nav-link.dropdown-toggle {
padding-right: 20px;
}
.site-navigation.site-navigation .woa-navbar-nav a.nav-link.dropdown-toggle::after {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
}
.btn.btn-primary, 
.woa-btn.woa-btn-primary {
color: #222;
font-weight: 600;
}
.btn.btn-primary:hover, 
.woa-btn.woa-btn-primary:hover {
color: #222;
}
.wbtrnws-social-media-links a {
text-decoration: none;
}
.wbtrnws-social-media-links a:last-child svg {
margin-right: 0;
}
.wbtrnws-social-media-links a .wbtrnws-icon {
height: 30px;
width: 30px;
margin-right: 1rem;
transition: transform .25s ease-in;
}
.wbtrnws-social-media-links a:hover .wbtrnws-icon,
.wbtrnws-social-media-links a:active .wbtrnws-icon {
transform: scale(1.2);
}
.wbtrnws-social-media-links a .wbtrnws-icon {
height: 20px;
width: 20px;
margin-right: 1rem;
margin-top: -4px;
transition: transform .25s ease-in;
opacity: .5;
}
sup.required-text {
font-size: 1rem;
color: red;
top: 5px;
vertical-align: sup;
}
.wbtrnw-bidder-guide {
background: #f2f2f2;
}
.site-header .grid .woa-navbar-header {
grid-column-end: 3;
}
@media (min-width: 576px) {
.site-header {
padding: 10px 0; 
}
}
@media (min-width: 992px) {
.site-header {
padding: 20px 0;
}
}
.form-group label {
font-weight:bold;
}
.site-header.site-header {
border: 0;
}
.top-bar-phone-icon {
width: 20px;
height: 20px;
margin-top: -4px;
}
.woa-contact-card {
text-align: center;
padding: 3rem 0 0;
}
.woa-contact-card > * {
margin-bottom: 1.5rem;
}
.woa-contact-card-logo {
display: block;
mix-blend-mode: multiply;
}
.main-logo.main-logo {
width:120px;
height:auto;
}
@media (min-width: 992px) {
.main-logo.main-logo {
width: 160px;
height:
auto;
}
}
.woa-page-header { height: auto;
padding-top: 130px;
padding-bottom: 40px;
position: relative;
}
.woa-page-header .woa-container {
z-index: 30;
position: relative;
}
.woa-page-header-overlay {
position: absolute;
height: 100%;
width: 100%;
z-index: 25;
top: 0;
left: 0;
background: rgba(0 0 0 / 50%);
}
.woa-navbar {
padding: 1.5rem 0;
background: rgba(34 34 34 / 0%);
backdrop-filter: blur(0);
transition: background .15s ease-in, backdrop-filter .15s ease-in, height .15s ease-in;
}
@media (max-width: 767px) {
.woa-navbar.open {
background: rgba(34 34 34 / 60%);
backdrop-filter: blur(2px);
}
}
.site-navigation .woa-navbar-nav {
text-align: right;
}
@media (max-width: 767px) {
.open #main-menu {
height: 280px;
}
#main-menu {
height: 0;
overflow: scroll;
transition: height .15s ease-in;
}
.woa-navbar-nav.woa-navbar-nav .nav-link {
padding: 15px;
}
.woa-navbar {
padding: 0;
}
}
.wbtrn-banner-slider-item-caption {
padding-top: 120px;
} .panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
overflow: hidden;
}
.panel-default {
border-color: #ddd;
}
.panel-body {
padding: 15px;
}
.nonblx .sale__title {
display: inline;
vertical-align: middle;
}
.sale__media {
display: flex;
margin-bottom: 1rem;
position: relative;
}
.nonblx .lot__media {
position: relative;
}
.sale__media-slide {
min-width: calc( 100% / 6 );
}
.nonblx .ratio-container {
overflow: hidden;
position: relative;
width: 100%;
}
.nonblx  .ratio-container--holder {
content: "";
display: block;
height: 0;
width: 100%;
padding-bottom: 75%;
}
.nonblx .ratio-container img,
.nonblx .ratio-container .placeholder-image { 
display: block;
height: 100%;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.nonblx .ratio-container .placeholder-image {
background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M630.8 469.1l-55.95-43.85C575.3 422.2 575.1 419.2 575.1 416l.0034-320c0-35.35-28.65-64-64-64H127.1C113.6 32 100.4 36.98 89.78 45.06L38.81 5.113C28.34-3.058 13.31-1.246 5.109 9.192C-3.063 19.63-1.235 34.72 9.187 42.89L601.2 506.9C605.6 510.3 610.8 512 615.1 512c7.125 0 14.17-3.156 18.91-9.188C643.1 492.4 641.2 477.3 630.8 469.1zM223.1 149.6l-64.29-50.39C164.2 97.15 169.9 96 175.1 96c26.51 0 48 21.49 48 48C223.1 145.9 223.4 147.7 223.1 149.6zM331.2 234.3l23.45-35.18C357.7 194.7 362.7 192 368 192s10.35 2.672 13.31 7.125l103.9 155.9L331.2 234.3zM145.1 416c-6.021 0-11.53-3.379-14.26-8.75c-2.73-5.367-2.215-11.81 1.334-16.68l70-96C206.1 290.4 210.9 288 216 288s9.916 2.441 12.93 6.574l32.46 44.51l16.43-24.65L63.99 146.8L63.99 416c0 35.35 28.65 64 64 64h361.1l-81.66-64H145.1z"></path></svg>') no-repeat center center;
background-size: 50%;
opacity: 0.5;
}
.nonblx .sale__item-count {
font-weight: bold;
text-decoration: none;
padding: .25rem .75rem;
display: inline-block;
margin-left: 0.5rem;
vertical-align: middle;
border-radius: 5rem;
border: 1px solid #ccc;
color: #666;
background: #fff;
}
.nonblx .lot__title {
font-weight: bold;
}
.nonblx .lot__number {
bottom: 0px;
top: auto;
background: #333;
color: #fff;
position: absolute;
z-index: 110;
padding: 0.75rem 1rem;
font-weight: bold;
line-height: 1rem;
border-radius: 0 5px 0 0;
} .pagination {
justify-content: center;
}
@media (min-width: 576px) {
.pagination {
justify-content: flex-end;
}
}
.page-link {
color: #222;
}
.page-item.active .page-link {
background: #53c2bb;
border-color: #53c2bb;
color: #222;
} .carousel-control-prev,
.carousel-control-next {
mix-blend-mode: difference;
} body .h1, body h1 {
font-size: 2.5rem;
}
body .h2, body h2 {
font-size: 2rem;
}
body .h3, body h3 {
font-size: 1.75rem;
}
body .h4, body h4 {
font-size: 1.5rem;
}
body .h5, body h5 {
font-size: 1.25rem;
}
body .h6, body h6 {
font-size: 1rem;
}
.woa-styles.woa-styles .lot__info--title a:not(.btn):not(.nav-link) {
color:#53c2bb;
}
html {
font-size: 16px !important;
}
.woa-styles.woa-styles .listing-card__countdown--start, 
.woa-styles.woa-styles .listing-card__countdown--end, 
.woa-styles.woa-styles .listing-card__countdown--date, 
.woa-styles.woa-styles .lot__status .lot__timings {
font-size: 1rem;
line-height: 1.2rem;
font-weight: 600;
}
.woa-styles.woa-styles.woa-styles .timed-listing .lot__heading--title {
margin: 0 0 1rem;
}
.woa-styles.woa-styles.woa-styles .lot.timed-listing .lot__media .label,
.woa-styles.woa-styles.woa-styles .lot__reserve-label {
padding: 0.75rem 1rem;
}
.woa-styles.woa-styles .lot__status .bid-content .lot__info--increment,
.woa-styles.woa-styles .lot__status .bid-content .lot__info--bid-count {
font-size: 1rem;
}
.woa-styles.woa-styles .lot__status .bid-content .lot__info--current-bid {
font-size: 2rem;
}
.woa-styles .page-item-count .page-item-count__input {
height: auto;
font-size: 16px;
}
.woa-styles.woa-styles.woa-styles [class*="woa-icon-"].btn, 
.woa-styles.woa-styles.woa-styles [class*="woa-icon-"].nav-link {
padding-left: 2.5rem;
}
.woa-styles.woa-styles.woa-styles [class*="woa-icon-"].btn:before, 
.woa-styles.woa-styles.woa-styles [class*="woa-icon-"].nav-link:before {
margin-left: -1.5rem;
}
.woa-styles [class*="woa-icon-"]:before {
width: 1rem;
height: 1rem;
}
.aa-DetachedOverlay.aa-DetachedOverlay .aa-SubmitButton, 
.woa-styles.woa-styles .search-container .aa-SubmitButton {
padding: 0.7rem;
}
.woa-styles.woa-styles .listing-single-nav .listing-single-nav__item--all:after, 
.woa-styles.woa-styles .listing-single-nav .listing-single-nav__item--previous:after, 
.woa-styles.woa-styles .listing-single-nav .listing-single-nav__item--next:after {
line-height: 2rem;;
}
.woa-styles.woa-styles .listing-single-nav .listing-single-nav__item--all:after {
background-position: calc(50% - 2rem) center;
}
@media (min-width: 768px) {
.woa-styles.woa-styles .listing-single-nav .listing-single-nav__item--all:after {
background-position: calc(50% - 4rem) center;
}
.woa-styles.woa-styles .listing-single-nav .listing-single-nav__item--previous:after {
background-position: calc(50% - 4.25rem) center;
}
}
.woa-styles.woa-styles .modal-header {
display: block;
}
.modal-header.modal-header .close {
margin: -1rem -1rem -1rem auto;
}
.woa-styles.woa-styles.woa-styles .embla__button--prev,
.woa-styles.woa-styles.woa-styles .embla__button--next {
transform: none;
}
.woa-styles.woa-styles .listing-details .listing-details__imagery .carousel__image-count {
bottom: initial;
margin-left: -1px;
transform: translateY(-50%);
}
.woa-styles.woa-styles.woa-styles.woa-styles.woa-styles .woa-account-password-reveal {
top: 27px;
}
.bidjs-app.bidjs-app .lot__watch {
padding: .5rem; 
}
.bidjs-app.bidjs-app .lot__watch svg {
font-size: 1.5rem;
}
.wp-block-image.aligncenter, 
.wp-block-image .aligncenter, 
.wp-block-image.alignleft, 
.wp-block-image .alignleft, 
.wp-block-image.alignright, 
.wp-block-image .alignright {
width: 100%;
}
#listingImageCarousel img {
max-width: 100%;
}