.clear{clear: both;}

.list-top-section .sticky-top-menu{
	z-index: 800 !important;
}

.yellow{
	color: #ffc000 !important;
}

.sticky-button_component:hover {
    -webkit-transform: translate(0,-0.25rem);
    -ms-transform: translate(0,-.25rem);
    transform: translate(0,-0.25rem);
}
.sticky-button_component {
    position: fixed;
    left: auto;
    top: auto;
    right: 0.5rem;
    bottom: 0.25rem;
    z-index: 350;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    padding: 0.25rem 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0.5rem;
    border: 1px solid #fff;
    background-color: #0cad27;
    box-shadow: 4px 4px 20px -7px rgb(0 0 0 / 20%);
    -webkit-transition: .3s;
    transition: .3s;
    font-family: nunito sans, sans-serif;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
	text-decoration: none !important;
}

.header-btns{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.header-btns .inventory-search{
	width: calc(60% - 40px);
	margin: 20px;
}
.header-btns .inventory-search .searchbar{
	position: relative;
	width: 100%;
}
.header-btns .inventory-search h1{

	letter-spacing: normal;
	margin-bottom: 24px;
	font-size: 30px;
}
.header-btns .inventory-search input{
	border: solid 1px #b8beca !important;
	background: #fff !important;
	color: #000 !important;
	width: 100%;
	padding: 15px 30px !important;
	box-sizing: border-box;
	font-size: 16px !important;
	height: unset !important;
	height: 52px !important;
}
.header-btns .inventory-search button{
	position: absolute;
	right: 30px;
	top: 52%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #000;
	background: none !important;
}


.header-btns > a{
	width: calc(20% - 40px);
	margin: 20px;
	border: solid 1px #b8beca;
	position: relative;
}
.header-btns > a:hover p{
	background: #18449c;
}
.header-btns > a img{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
.header-btns > a p{
	text-align: center;
	background: #000;
	font-size: 16px;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: ease-in-out all 0.2s;
	
}
.header-btns + a{
    padding-left: 20px;
    width: unset;
    display: inline-block;
}



html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden], template {
  display: none
}
a {
  background-color: transparent
}
a:active, a:hover {
  outline: 0
}
abbr[title] {
  border-bottom: 1px dotted
}
b, optgroup, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%
}
svg:not(:root) {
  overflow: hidden
}
hr {
  box-sizing: content-box;
  height: 0
}
pre, textarea {
  overflow: auto
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}
button {
  overflow: visible
}
button, select {
  text-transform: none
}
button, html input[type=button], input[type=reset] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], html input[disabled] {
  cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
input {
  line-height: normal
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}
input[type=search] {
  -webkit-appearance: none
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
legend {
  border: 0;
  padding: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
td, th {
  padding: 0
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
body {
  margin: 0;
  min-height: 100%;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400
}
html.w-mod-touch * {
  background-attachment: scroll !important
}


.w-block {
  display: block
}
.w-inline-block {
  max-width: 100%;
  display: inline-block
}
.w-clearfix:after, .w-clearfix:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}
.w-clearfix:after {
  clear: both
}
.w-hidden {
  display: none
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0
}
input.w-button {
  -webkit-appearance: button
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important
}
.w-webflow-badge, .w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 transparent;
  border-radius: 0;
  background: 0 0;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
figure {
  margin: 2rem 0;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:after, .w-embed:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video embed, .w-video iframe, .w-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
[type=button], [type=reset], button {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #ddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
.w-input, .w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
}
.w-input:-moz-placeholder, .w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder, .w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder, .w-select:-ms-input-placeholder {
  color: #999
}
.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}
.w-input[disabled], .w-input[readonly], .w-select[disabled], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[disabled]:not(.w-input-disabled), .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee
}
textarea.w-input, textarea.w-select {
  height: auto
}
.w-select {
  background-color: #f3f3f3
}
.w-select[multiple] {
  height: auto
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px
}
.w-radio:after, .w-radio:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}
.w-radio:after {
  clear: both
}
.w-radio-input {
  margin: 3px 0 0 -20px;
  line-height: normal;
  float: left
}
.w-file-upload {
  display: block;
  margin-bottom: 10px
}
.w-file-upload-input {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100
}
.w-file-upload-default, .w-file-upload-success, .w-file-upload-uploading {
  display: inline-block;
  color: #333
}
.w-file-upload-error {
  display: block;
  margin-top: 10px
}
.w-file-upload-default.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden, .w-file-upload-uploading.w-hidden {
  display: none
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background-color: #fafafa
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #ccc;
  background-color: #fafafa
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: 400;
  display: block
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background-color: #fafafa
}
.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px
}
.w-icon-file-upload-uploading {
  height: 20px
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px
}
.w-container:after, .w-container:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}
.w-container:after {
  clear: both
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px
}
.w-row:after, .w-row:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}
.w-row:after {
  clear: both
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0
}
.w-col-1 {
  width: 8.33333333%
}
.w-col-2 {
  width: 16.66666667%
}
.w-col-3 {
  width: 25%
}
.w-col-4 {
  width: 33.33333333%
}
.w-col-5 {
  width: 41.66666667%
}
.w-col-6 {
  width: 50%
}
.w-col-7 {
  width: 58.33333333%
}
.w-col-8 {
  width: 66.66666667%
}
.w-col-9 {
  width: 75%
}
.w-col-10 {
  width: 83.33333333%
}
.w-col-11 {
  width: 91.66666667%
}
.w-col-12 {
  width: 100%
}
.w-hidden-main {
  display: none !important
}
@media screen and (max-width:991px) {
  .w-container {
    max-width: 728px
  }
  .w-hidden-main {
    display: inherit !important
  }
  .w-hidden-medium {
    display: none !important
  }
  .w-col-medium-1 {
    width: 8.33333333%
  }
  .w-col-medium-2 {
    width: 16.66666667%
  }
  .w-col-medium-3 {
    width: 25%
  }
  .w-col-medium-4 {
    width: 33.33333333%
  }
  .w-col-medium-5 {
    width: 41.66666667%
  }
  .w-col-medium-6 {
    width: 50%
  }
  .w-col-medium-7 {
    width: 58.33333333%
  }
  .w-col-medium-8 {
    width: 66.66666667%
  }
  .w-col-medium-9 {
    width: 75%
  }
  .w-col-medium-10 {
    width: 83.33333333%
  }
  .w-col-medium-11 {
    width: 91.66666667%
  }
  .w-col-medium-12 {
    width: 100%
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto
  }
}
@media screen and (max-width:767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important
  }
  .w-hidden-small {
    display: none !important
  }
  .w-container .w-row, .w-row {
    margin-left: 0;
    margin-right: 0
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto
  }
  .w-col-small-1 {
    width: 8.33333333%
  }
  .w-col-small-2 {
    width: 16.66666667%
  }
  .w-col-small-3 {
    width: 25%
  }
  .w-col-small-4 {
    width: 33.33333333%
  }
  .w-col-small-5 {
    width: 41.66666667%
  }
  .w-col-small-6 {
    width: 50%
  }
  .w-col-small-7 {
    width: 58.33333333%
  }
  .w-col-small-8 {
    width: 66.66666667%
  }
  .w-col-small-9 {
    width: 75%
  }
  .w-col-small-10 {
    width: 83.33333333%
  }
  .w-col-small-11 {
    width: 91.66666667%
  }
  .w-col-small-12 {
    width: 100%
  }
}
@media screen and (max-width:479px) {
  .w-container {
    max-width: none
  }
  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important
  }
  .w-hidden-tiny {
    display: none !important
  }
  .w-col {
    width: 100%
  }
  .w-col-tiny-1 {
    width: 8.33333333%
  }
  .w-col-tiny-2 {
    width: 16.66666667%
  }
  .w-col-tiny-3 {
    width: 25%
  }
  .w-col-tiny-4 {
    width: 33.33333333%
  }
  .w-col-tiny-5 {
    width: 41.66666667%
  }
  .w-col-tiny-6 {
    width: 50%
  }
  .w-col-tiny-7 {
    width: 58.33333333%
  }
  .w-col-tiny-8 {
    width: 66.66666667%
  }
  .w-col-tiny-9 {
    width: 75%
  }
  .w-col-tiny-10 {
    width: 83.33333333%
  }
  .w-col-tiny-11 {
    width: 91.66666667%
  }
  .w-col-tiny-12 {
    width: 100%
  }
}
.w-widget {
  position: relative
}
.w-widget-map {
  width: 100%;
  height: 400px
}
.w-widget-map label {
  width: auto;
  display: inline
}
.w-widget-map img {
  max-width: inherit
}
.w-widget-map .gm-style-iw {
  text-align: center
}
.w-widget-map .gm-style-iw > button {
  display: none !important
}
.w-widget-twitter {
  overflow: hidden
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px
}
.w-widget-twitter-count-shim:not(.w--vertical):after, .w-widget-twitter-count-shim:not(.w--vertical):before {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px
}
.w-widget-twitter-count-shim.w--vertical:after, .w-widget-twitter-count-shim.w--vertical:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 4px;
  margin-left: -4px
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: #fff
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0
}
.w-background-video--control > [hidden] {
  display: none !important
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #ddd;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0)
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0)
}
.w-slider-nav.w-round > div {
  border-radius: 100%
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: .2em .5em;
  font-size: inherit;
  line-height: inherit
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, .4)
}
.w-slider-nav-invert {
  color: #fff
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, .4)
}
.w-slider-nav-invert > div.w-active {
  background-color: #222
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, .4);
  cursor: pointer;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s
}
.w-slider-dot.w-active {
  background-color: #fff
}
.w-slider-dot:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fff
}
.w-slider-dot:focus.w-active {
  box-shadow: none
}
.w-slider-arrow-left, .w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.w-slider-arrow-left [class*=' w-icon-'], .w-slider-arrow-left [class^=w-icon-], .w-slider-arrow-right [class*=' w-icon-'], .w-slider-arrow-right [class^=w-icon-] {
  position: absolute
}
.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto
}
.w-icon-slider-left, .w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.w-slider-force-show {
  display: block !important
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900
}
.w-dropdown-btn, .w-dropdown-link, .w-dropdown-toggle {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px
}
.w-dropdown-toggle:focus {
  outline: 0
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 20px auto auto;
  width: 1em;
  height: 1em
}
.w-dropdown-list {
  position: absolute;
  background: #ddd;
  display: none;
  min-width: 100%
}
.w-dropdown-list.w--open {
  display: block
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222
}
.w-dropdown-link.w--current {
  color: #0082f3
}
.w-dropdown-link:focus {
  outline: 0
}
@media screen and (max-width:767px) {
  .w-nav-brand {
    padding-left: 10px
  }
}

.w-richtext:after, .w-richtext:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}
.w-richtext:after {
  clear: both
}
.w-richtext[contenteditable=true]:after, .w-richtext[contenteditable=true]:before {
  white-space: initial
}
.w-richtext ol, .w-richtext ul {
  overflow: hidden
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type=image] div, .w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
  outline: #2895f7 solid 2px
}
.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type=video] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}
.w-richtext figure {
  position: relative;
  max-width: 60%
}
.w-richtext figure > div:before {
  cursor: default !important
}
.w-richtext figure img {
  width: 100%
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6
}
.w-richtext figure div {
  font-size: 0px;
  color: transparent
}
.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type=image] {
  display: table
}
.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type=image] > div {
  display: inline-block
}
.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type=image] > figcaption {
  display: table-caption;
  caption-side: bottom
}
.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0
}
.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type=video] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type=video] > div {
  width: 100%
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type=image] > div {
  max-width: 100%
}
.w-richtext figure.w-richtext-align-normal {
  clear: both
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  padding-bottom: inherit
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none
}
.w-nav {
  position: relative;
  background: #ddd;
  z-index: 1000
}
.w-nav:after, .w-nav:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}
.w-nav:after {
  clear: both
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto
}
.w-nav-link.w--current {
  color: #0082f3
}
.w-nav-menu {
  position: relative;
  float: right
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #c8c8c8;
  text-align: center;
  overflow: visible;
  min-width: 200px
}
.w--nav-link-open {
  display: block;
  position: relative
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0
}
.w-nav[data-animation=over-left] .w-nav-overlay {
  width: auto
}
.w-nav[data-animation=over-left] .w-nav-overlay, .w-nav[data-animation=over-left] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0
}
.w-nav[data-animation=over-right] .w-nav-overlay {
  width: auto
}
.w-nav[data-animation=over-right] .w-nav-overlay, .w-nav[data-animation=over-right] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	  
    line-height: 1;
}
.w-nav-button:focus {
  outline: 0
}
.w-nav-button.open {
  background-color: #c8c8c8;
  color: #fff
}
.w-nav[data-collapse=all] .w-nav-menu {
  display: none
}
.w-nav-dropdown.open{
  display: block
}
.w--nav-dropdown-list-open {
  position: static
}
@media screen and (max-width:991px) {
  .navbar_menu  {
    display: none !important;
  }
	
	.w-nav .w-nav-button {
    display: block !important;
    margin: 0 auto;
    text-align: center;
}
	
}
@media screen and (max-width:767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
    display: none
  }
  .w-nav[data-collapse=small] .w-nav-button {
    display: block
  }
  .w-nav-brand {
    padding-left: 10px
  }
}
.w-tabs {
  position: relative
}
.w-tabs:after, .w-tabs:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}
.w-tabs:after {
  clear: both
}
.w-tab-menu {
  position: relative
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd
}
.w-tab-link.w--current {
  background-color: #c8c8c8
}
.w-tab-link:focus {
  outline: 0
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden
}
.w-tab-pane {
  position: relative;
  display: none
}
.w--tab-active {
  display: block
}
@media screen and (max-width:479px) {
  .w-nav[data-collapse=tiny] .w-nav-menu {
    display: none
  }
  .w-nav[data-collapse=tiny] .w-nav-button, .w-tab-link {
    display: block
  }
}
.w-ix-emptyfix:after {
  content: ""
}
@keyframes spin {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #ddd
}
.w-condition-invisible, .w-dyn-bind-empty, .w-dyn-hide {
  display: none !important
}
.wf-layout-layout {
  display: grid !important
}
.wf-layout-cell {
  display: flex !important
}
.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px
}
.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1
}
.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both
}
.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal
}
.w-checkbox-input--inputType-custom {
  border-width: 1px;
  border-color: #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-style: solid;
  width: 12px;
  height: 12px;
  border-radius: 2px
}
.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-color: #3898ec;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat
}
.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec
}
.w-form-formradioinput--inputType-custom {
  border-width: 1px;
  border-color: #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-style: solid;
  width: 12px;
  height: 12px;
  border-radius: 50%
}
.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec
}
.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec
}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px
}
h1 {
  margin: 0;
  font-family: nunito sans, sans-serif 
  font-size: 3.5rem;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: .125rem
}
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: nunito sans, sans-serif 
  color: #18449c;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .125rem;
  text-transform: uppercase
}
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: nunito sans, sans-serif 
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .1rem
}
h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: nunito sans, sans-serif 
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .1rem
}
h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: nunito sans, sans-serif 
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 1px
}
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: nunito sans, sans-serif 
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 1px
}
ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem
}
.footer_wrapper li {
  margin-bottom: .25rem;
  font-size: 1.125rem
}
label {
  display: block;
  margin-bottom: .25rem;
  font-weight: 500
}
strong {
  font-weight: 700
}
blockquote {
  margin: 0;
  padding: .75rem 1.25rem;
  border-left: .25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5
}
figcaption {
  margin-top: .25rem;
  text-align: center
}
.form-message-success {
  padding: 1.25rem;
  background-color: transparent
}
.z-2 {
  position: relative;
  z-index: 2
}
.text-color-black {
  color: #000
}
.fs-styleguide_row {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem
}
.text-style-strikethrough {
  text-decoration: line-through
}
.fs-styleguide_3-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.text-weight-semibold {
  font-weight: 600
}
.text-weight-light {
  font-weight: 300
}
.max-width-full {
  width: 100%;
  max-width: none
}
.layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.show {
  display: block
}
.fs-styleguide_color-sample {
  margin-top: .5rem;
  padding: 5rem;
  background-color: #f5f5f5
}
.overflow-hidden {
  overflow: hidden
}
.global-styles {
  position: fixed;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  display: block
}
.icon-1x1-small {
  width: 2rem;
  height: 2rem
}
.button {
  height: 3.25rem;
  padding: .75rem 2.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #ffc000;
  -webkit-transition: .3s;
  transition: .3s;
  color: #000;
  text-align: center;
  letter-spacing: .25px
}
.button:hover {
  background-color: #18449c;
  color: #fff
}
.button.is-footer-submit {
  padding-right: 2.25rem;
  padding-left: 2.25rem;
  background-color: #fff;
  color: #18449c !important;
  font-weight: 300;
  width: 100%;
  height: 55px;
  font-family: nunito sans, sans-serif !important;
  transition: .5s all ease;
  margin: 0px;
  border: 1px #fff solid;
}
.button.is-footer-submit:hover {
  background-color: #18449c;
  color: #fff !important;
  cursor: pointer;
}
.bordered-button {
  border: solid 1px #fff;
	box-sizing: border-box;
	position: relative;
}
.bordered-button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  border: solid 1px #000;
}
.button.is-larger {
  font-size: 1.25rem
}
.button.is-search-button {
  padding-top: .25rem;
  padding-bottom: .25rem
}
.button.in-input {
  height: auto;
  border-width: 0
}
.heading-medium {
  font-size: 1.75rem;
  line-height: 1.2
}
.heading-medium.heading-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.heading-large {
  font-size: 3rem;
  line-height: 1.2
}
.text-weight-bold {
  font-weight: 700
}
.text-size-large {
  font-size: 1.5rem
}
.icon-medium {
  height: 3rem
}
.text-size-regular {
  font-size: 1rem
}
.text-weight-normal {
  font-weight: 400
}
.fs-styleguide_section {
  display: -ms-grid;
  display: grid;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.text-align-center {
  text-align: center
}
.z-1 {
  position: relative;
  z-index: 1
}
.icon-small {
  height: 2rem
}
.show-mobile-portrait {
  display: none
}
.text-style-italic {
  font-style: italic
}
.background-color-grey {
  background-color: rgba(168, 193, 216, .2)
}
.hide {
  display: none
}
.fs-styleguide_section-type {
  padding: 1.25rem;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase
}
.text-size-medium {
  font-size: 1.25rem
}
.text-align-left {
  text-align: left
}
.text-weight-xbold {
  font-weight: 800
}
.text-style-link {
  text-decoration: underline
}
.form-wrapper {
  margin-bottom: 0
}
.text-style-muted {
  opacity: .6
}
.text-size-small {
  font-size: .875rem
}
.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem
}
.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem
}
.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem
}
.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem
}
.text-rich-text p {
  margin-bottom: .75rem
}
.text-rich-text blockquote {
  margin-bottom: .75rem;
  padding-top: 0;
  border-left: 1px dashed #c9c9c9
}
.text-rich-text ul {
  margin-bottom: .75rem
}
.max-width-xlarge {
  width: 100%;
  max-width: 64rem
}
.icon-large {
  height: 4rem
}
.max-width-medium {
  width: 100%;
  max-width: 32rem
}
.form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.heading-xlarge {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700
}
.max-width-xsmall {
  width: 100%;
  max-width: 16rem
}
.form-input {
  min-height: 4rem;
  margin-bottom: .75rem;
  padding: .75rem 1.25rem;
  border: 0 solid #000;
  background-color: #e7ecf5;
  font-size: 1.125rem;
}
.form-input:focus {
  color: #18449c
}
.form-input::-webkit-input-placeholder {
  color: #000
}
.form-input:-ms-input-placeholder {
  color: #000
}
.form-input::-ms-input-placeholder {
  color: #000
}
.form-input::placeholder {
  color: #000
}
.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem
}
/*
.form-input.is-footer {
  min-width: 12.8em;
  height: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  background-color: #000;
  font-size: 1rem;
  border: none;
  color: #fff;
}
*/
.form-input.is-footer::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .5)
}
.form-input.is-footer:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .5)
}
.form-input.is-footer::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .5)
}
.form-input.is-footer::placeholder {
  color: hsla(0, 0%, 100%, .5)
}
.form-input.is-next-auction-signup {
  height: 100%;
  min-height: auto;
  margin-bottom: 0;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #000 #1f3763 #000 #000;
  background-color: transparent;
  font-size: 1rem;
  letter-spacing: .25px
}
.form-input.is-next-auction-signup:focus {
  color: #18449c
}
.form-input.is-next-auction-signup::-webkit-input-placeholder {
  color: #8b8b8b
}
.form-input.is-next-auction-signup:-ms-input-placeholder {
  color: #8b8b8b
}
.form-input.is-next-auction-signup::-ms-input-placeholder {
  color: #8b8b8b
}
.form-input.is-next-auction-signup::placeholder {
  color: #8b8b8b
}
.form-input.is-inventory-search {
  min-height: 3rem;
  margin-bottom: 0;
  padding-left: 3rem;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #000;
  background-color: transparent;
  background-image: url("https://uploads-ssl.webflow.com/62c6e63032c72b2e48ae10ac/62c877a96f5d08aa1ce42a71_magnify%20glass.svg");
  background-position: 1% 50%;
  background-size: 1rem;
  background-repeat: no-repeat;
  font-size: 1rem;
  letter-spacing: .25px
}
.form-input.is-inventory-search:focus {
  color: #18449c
}
.form-input.is-inventory-search::-webkit-input-placeholder {
  color: #8b8b8b
}
.form-input.is-inventory-search:-ms-input-placeholder {
  color: #8b8b8b
}
.form-input.is-inventory-search::-ms-input-placeholder {
  color: #8b8b8b
}
.form-input.is-inventory-search::placeholder {
  color: #8b8b8b
}
.form-checkbox-label {
  font-size: 1rem
}
.max-width-xxsmall {
  width: 100%;
  max-width: 12rem
}
.text-size-tiny {
  font-size: .75rem
}
.icon-1x1-medium {
  width: 3rem;
  height: 3rem
}
.form-checkbox-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .5rem 0 0;
  border-radius: .125rem
}
.form-checkbox-icon.w--redirected-checked {
  margin: 0 .5rem 0 0;
  border-color: #1f3763;
  border-radius: .125rem;
  background-color: #18449c;
  background-size: 90%
}
.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  border-radius: .125rem;
  box-shadow: 0 0 .25rem 0 #3898ec
}
.container-large {
  width: 100%;
  max-width: 85rem;
  margin-right: auto;
  margin-left: auto
}
.max-width-xxlarge {
  width: 100%;
  max-width: 80rem
}
.background-color-black {
  background-color: #000;
  color: #f5f5f5
}
.text-style-quote {
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  border-left: .25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5
}
.fs-styleguide_classes {
  display: none
}
.align-center {
  margin-right: auto;
  margin-left: auto
}
.fs-styleguide_1-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem
}
.spacing-clean {
  margin: 0;
  padding: 0
}
.page-padding {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
	padding-top: 10px;
	
    width: 100%;
    box-sizing: border-box;
}

	.navbar .page-padding{
		padding-top: 0px;
    margin-top: -10px;
	}
.fs-styleguide_2-col {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.text-align-right {
  text-align: right
}
.show-tablet {
  display: none
}
.max-width-large {
  width: 100%;
  max-width: 48rem
}
.text-color-grey {
  color: grey
}
.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-right: .5rem;
  margin-left: 0
}
.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem
}
.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec
}
.show-mobile-landscape {
  display: none
}
.background-color-white {
  background-color: #fff
}
.max-width-small {
  width: 100%;
  max-width: 20rem
}
.icon-1x1-large {
  width: 4rem;
  height: 4rem
}
.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.form-message-error {
  margin-top: .75rem;
  padding: .75rem
}
.utility_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.utility_form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center
}
.utility_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.utility_image {
  margin-right: auto;
  margin-bottom: .5rem;
  margin-left: auto
}
.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto
}
.container-small {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto
}
.button-secondary {
  padding: .75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: .125rem solid #386eec;
  background-color: transparent;
  color: #386eec;
  font-weight: 600;
  text-align: center
}
.button-text {
  padding: .75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #386eec;
  font-weight: 600;
  text-align: center
}
.margin-tiny {
  margin: .125rem
}
.margin-xxsmall {
  margin: .25rem
}
.margin-xsmall {
  margin: .5rem
}
.margin-small {
  margin: 1rem
}
.margin-medium {
  margin: 2rem
}
.margin-large {
  margin: 3rem
}
.margin-xlarge {
  margin: 4rem
}
.margin-xxlarge {
  margin: 5rem
}
.margin-huge {
  margin: 6rem
}
.margin-xhuge {
  margin: 8rem
}
.margin-xxhuge {
  margin: 12rem
}
.margin-0 {
  margin: 0
}
.padding-0 {
  padding: 0
}
.padding-tiny {
  padding: .125rem
}
.padding-xxsmall {
  padding: .25rem
}
.padding-xsmall {
  padding: .5rem
}
.padding-small {
  padding: 1rem
}
.padding-medium {
  padding: 2rem
}
.padding-large {
  padding: 3rem
}
.padding-xlarge {
  padding: 4rem
}
.padding-xxlarge {
  padding: 5rem
}
.padding-huge {
  padding: 6rem
}
.padding-xhuge {
  padding: 8rem
}
.padding-xxhuge {
  padding: 12rem
}
.text-style-allcaps {
  text-transform: uppercase
}
.margin-top {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0
}
.margin-bottom {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0
}
.margin-left {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0
}
.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0
}
.margin-vertical {
  margin-right: 0;
  margin-left: 0
}
.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0
}
.padding-top {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}
.padding-bottom {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0
}
.padding-left {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0
}
.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0
}
.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0
}
.overflow-scroll {
  overflow: scroll
}
.overflow-auto {
  overflow: auto
}
.fs-styleguide_background-spacer {
  height: 5rem
}
.text-style-nowrap {
  white-space: nowrap
}
.heading-small {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 1px
}
.heading-xsmall {
  font-size: .875rem;
  line-height: 1.5;
  font-weight: 700
}
.text-weight-medium {
  font-weight: 500
}
.fs-styleguide_version-details {
  z-index: 5;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase
}
.fs-styleguide_page-header {
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #e6e6e6
}
.link {
  position: relative;
  color: #000;
  text-decoration: none;
  white-space: nowrap
}
.link.underline-trail {
  border-bottom: 0 solid #fff;
  font-weight: 600
}
.link.underline-trail:before {
	content:'';
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}
.link.underline-trail.w--current {
  color: #ffc000 !important;
}
.link.underline-trail.services-header_link {
  line-height: 1.5;
  font-weight: 800
}
.home-header_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.home-overview_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.home-auction_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 0.65fr 1fr;
  grid-template-columns: 0.65fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff
}
.section-footer {
  background-color: #000;
  color: #fff;
	
    font-size: 1.125rem;
    line-height: 1.5;
}
.section-footer a {
	text-decoration: none;
}
.footer_component {
  display: -ms-grid;
  display: grid;
  padding-bottom: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.footer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem
}
.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #1f3763 url("/siteart/nav-bg.jpeg") center center;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
	  
	font-size: 1.125rem;
    line-height: 1.5;
    height: 8.5rem;
	
	
    display: flex;
    align-items: center;
    justify-content: center;
	
	
}
.navbar li{list-style: none;}
.navbar .link {
  color: #fff
}
.navbar .link i{
	padding-left: 4px;
    top: 2px;
    position: relative;
}

.link-wrapper > li{
	margin: 0;
}
.navbar_menu {

    grid-column-gap: 3vw;
    grid-row-gap: 0rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -3.5px;
    display: flex;
	  width: 100%;
    float: right;
    position: relative;
    grid-area: span 1/span 2/span 1/span 2;
}
.navbar_menu .link-wrapper > li{position: relative;}
.navbar_menu .link-wrapper > li ul{display: none;}
.navbar_menu .link-wrapper > li:hover > ul{position: absolute;
left: 0;
top: 100%;
display: block;
background: #1f3763;
    width: 220px; min-width: 120px;
	padding: 0;
}

i.float-right{
	float: right;
    top: 3px;
    position: relative;
}
.navbar_menu .link-wrapper > li:hover > ul > li{
	position: relative;
}
.navbar_menu .link-wrapper > li:hover > ul > li:hover > ul{position: absolute;
left: 100%;
top: 0;
display: block;
background: #18449c;
    width: 200px; min-width: 120px;
	padding: 0;
}
.unset-width{width: unset !important;}
.navbar_menu .link-wrapper > li:hover ul li a{
	font-size: .875rem;
	text-decoration: none;
	display: block;
    padding: 10px 20px;
	color: #fff;
}
.navbar_menu .link-wrapper > li:hover > ul > li:hover > ul a:hover{background: #ffc000 !important;
	color: #1f3763 !important;
}
.navbar_logo-wrapper {
    width: 16rem;
	
    align-self: start;
}
.navbar_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 1rem;
    display: grid;
}
.navbar_logo-image {
  width: 256px;
	  max-width: unset;
}
.home-header_content-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 50vmin;
  padding-right: 2.5rem;
  padding-bottom: 2.6rem;
  padding-left: 2.5rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff
}
.home-header_content-right {
  display: block;
  width: 50vmin;
  height: auto;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}
.home-header_content-right:hover {
  opacity: .6
}
.general-list_component {
  display: -ms-grid;
  display: grid;
  margin-top: 1rem;
  margin-bottom: 1rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px dashed #c9c9c9
}
.general-list_link {
  display: -ms-grid;
  display: grid;
  padding-top: .5rem;
  padding-bottom: .5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px dashed rgba(0, 0, 0, .2);
  border-bottom: 0 dashed rgba(0, 0, 0, .2);
  -webkit-transition: .3s;
  transition: .3s
}
.general-list_link:hover {
  color: #18449c
}
.general-list_link.is-white {
  border-top-color: #fff
}
.general-list_link.is-white:hover {
  color: #ffc000
}
.general-list_link.is-featured-equipment {
  border-top-width: 0
}
.general-list_arrow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  padding: .5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000
}
.general-list_arrow-block.is-larger {
  width: 3rem;
  height: 3rem;
  padding: .95rem
}
.general-list_arrow-block.is-white {
  border-color: #fff
}
.next-auction-countdown_component {
  padding-top: .75rem;
  padding-bottom: 0;
  color: #18449c
}
.next-auction-countdown_time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: .5rem;
  margin-bottom: .5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase
}
.next-auction-countdown_time.is-alternative {
  margin-top: .25rem;
  color: #ffc000;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-transform: none
}
.next-auction-countdown_number {
  font-size: 3rem;
  line-height: 1;
  font-weight: 800
}
.home-auction_content-left {
  padding: 4rem 2rem 3rem;
  background-image: url("https://uploads-ssl.webflow.com/62c6e63032c72b2e48ae10ac/62c86a6e72a296798f92cd8e_background%20image.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat
}
.home-auction_content-right {
  padding: 4rem 4rem 3rem;
  background-color: #1f3763
}
.featured-equipment_header {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.featured-equipment_cmswrapper {
  margin-top: 1rem;
  margin-bottom: 3rem
}
.featured-equipment_cmslist {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.featured-equipment_link-wrapper {
  width: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.featured-equipment_link-wrapper:hover {
  opacity: .6
}
.featured-equipment_image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 12rem;
  margin-bottom: .5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000
}
.featured-equipment_image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.footer_logo-wrapper {
  width: 100%;
    max-width: 13.5rem;
    margin-bottom: 2rem;
}
.contact-link_phone-number.in-footer {
    justify-content: center;
    align-items: flex-start;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    font-size: 1rem;
    text-decoration: none;
    display: block;
}
.footer_logo-wrapper.hide-desktop {
  display: none
}
.footer_logo-image {
  width: 100%;
  padding-top: 0
}
.footer_form-component {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0
}
/*.footer_form-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
}

.footer_form-label {
  margin-bottom: 1rem;
  font-family: forma-djr-display, nunito sans, sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer_form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
*/

.email-form {
    width: 337px;
    height: 200px;border: none;
}
.footer-form {
    display: flex;
    align-items: center;
}

iframe#email-form-iframe {
    border: none !important;
    box-sizing: border-box;
}
.form-input.is-footer {
    /* min-width: 12.8em; */
    /* height: 100%; */
    /* min-height: 3rem; */
    margin-bottom: 0;
    /* padding: .5rem 1rem; */
    background-color: #000;
    font-size: 1rem;
    border: none;
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    min-height: fit-content;
    padding: 10px;
    font-size: 16px;
    line-height: 2;
    border-radius: 0 !important;
}

.footer_form-field-wrapper {
    display: flex;
    align-items: stretch;
	flex-wrap: wrap;
}
/*--------Captcha--------------------*/

.include-captcha{display:none;}



.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel {
	color: #fff;
	font-family: forma-djr-display, nunito sans, sans-serif;
}

.CaptchaPanel {text-align: center!important;}

.captcha-button {justify-self: center;}

#CaptchaAnswer {color: #000 !important;}


.thank-you-wrapper {color: #fff; font-family: forma-djr-display, nunito sans, sans-serif;}


a.contact-link_phone-number {
  margin-top: -1rem;
  font-family: forma-djr-display, nunito sans, sans-serif;
  color: #ffc000 !important;
    font-size: 1.75vw;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: .125rem;
	  text-decoration: none;
}

.credit {
    color: #8b8b8b;
    font-size: .8rem;
}.page-padding.credits-box {
    border-top: 1px solid #1a1a1a;
}

.contact-link_phone-number.header-cta-button {
    border: 1px solid #ffc000;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: -15px;
    padding: 15px 10px;
    font-family: nunito-sans,sans-serif;
    font-size: .7em;
}
.contact-link_phone-number:hover {
    opacity: .7;
}
.footer-spacer {
    width: 100%;
    height: 8.5rem;
}

.next-auction-date_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem
}
.general-list_arrow-icon {
  width: 100%
}
.navbar_ironexchanger-link {
    color: #ffc000;
    letter-spacing: .5px;
    border-bottom-width: 0;
    font-size: .875rem;
    text-decoration: none !important;
    position: static;
    top: 1rem;
    bottom: auto;
    left: auto;
    right: 2rem;
}
.utility-box{
	display: flex;
	
    align-self: center;
    justify-self: end;
}
.navbar_ironexchanger-link.phone {
    margin-right: 1rem;
}

.next-auction_form-component {
  margin-top: 1.5rem;
  padding-top: 2rem;
  border-top: 1px dashed rgba(0, 0, 0, .2)
}
.next-auction_form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.25rem;
  border: 1px solid #1f3763
}
.text-color-slateblue {
  color: #18449c
}
.next-auction_form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: .5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem
}
.text-color-yellow {
  color: #ffc000
}
.text-style-blockquote {
  padding-left: 1rem;
  border-left: 1px dashed #8b8b8b;
  font-size: 1.125rem
}
.general-list_arrow-block-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  padding: .5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff
}
.social-media_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem
}
.social-media_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.125rem;
  max-height: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.contact_header-component {
  margin-bottom: 2rem
}
.section-locations {
  background-color: #fafafa
}
.locations_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 8rem;
  grid-row-gap: 2rem
}
.locations_wrapper {
  width: auto;
  max-width: none
}
.locations_cities-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto
}
.section-inventory-header {
  background-color: #e7ecf5
}
.inventory-header_component {
  padding-bottom: 4rem
}
.inventory-search_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #000
}
.section-appraisals-header {
  background-color: #fafafa
}
.appraisals-header_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.appraisals-header_image {
  height: 30rem
}
.appraisal-reasons_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: -webkit-max-content 0.75fr 1fr;
  -ms-grid-columns: max-content 0.75fr 1fr;
  grid-template-columns: -webkit-max-content 0.75fr 1fr;
  grid-template-columns: max-content 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.appraisals-reasons_image {
  width: 100%;
  height: 20rem
}
.tab_component {
  max-width: 75rem
}
.tab_component.max-width-full {
  max-width: none
}
.tab_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #c9c9c9
}
.tab_pane {
  max-width: 60rem
}
.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 14rem;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  text-align: left
}
.tab-link.w--current {
  background-color: transparent
}
.tab-link_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14rem;
  height: 14rem;
  margin-bottom: .5rem;
  padding: .75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa
}
.tab_link-icon {
  position: relative;
  z-index: 0;
  width: 100%
}
.tab_link-arrow {
  position: absolute;
  width: 3rem;
  height: 3rem
}
.bannerquote_component {
  display: -ms-grid;
  display: grid;
  padding: 5rem 3rem 6rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url("https://uploads-ssl.webflow.com/62c6e63032c72b2e48ae10ac/62c8cd4e4df59b94a640a212_background%20image.png");
  background-position: 50% 50%;
  background-size: cover;
  color: #fafafa
}
.appraisal-officer_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.appraisal-officer_logo {
  width: 5rem
}
.appraisal-officer_headshot-wrapper {
  position: relative;
  margin-bottom: .75rem
}
.appraisal-officer_headshot-image {
  position: relative;
  z-index: 1;
  width: 100%
}
.social-link {
  width: 2rem;
  height: 2rem;
  -webkit-transition: .3s;
  transition: .3s
}
.social-link:hover {
  opacity: .6
}
.appraisal-officer_social-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: .5rem;
  bottom: .75rem;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem
}
.section-services-header {
  background-color: #fff
}
.services-header_image {
  height: 30rem
}
.services-header_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.services-serve_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55vmin;
  padding: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url("https://uploads-ssl.webflow.com/62c6e63032c72b2e48ae10ac/62ec508c7adc453484663a52_Screen%20Shot%202022-08-04%20at%207.04.39%20PM.png");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("https://uploads-ssl.webflow.com/62c6e63032c72b2e48ae10ac/62ec508c7adc453484663a52_Screen%20Shot%202022-08-04%20at%207.04.39%20PM.png");
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800
}
.section-services-selling {
  position: relative;
  background-color: #fafafa
}
.section-services-search {
  position: relative
}
.services-search_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 25rem;
  grid-template-columns: 1fr 25rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.services-appraisals_image {
  width: 100%
}
.services-appraisals_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  -ms-grid-columns: 30rem 1fr;
  grid-template-columns: 30rem 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.section-services-appraisals {
  position: relative;
  background-color: #fafafa
}
.services-table_feature-icon {
  width: 2rem;
  margin-left: 1.5rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start
}
.services-table_feature-answer {
  overflow: hidden
}
.services-table_feature-wrapper {
  padding-right: 2rem;
  padding-left: 2rem;
  border-right: 1px dashed rgba(31, 55, 99, .4)
}
.services-table_feature-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  font-weight: 600;
  cursor: pointer
}
.services-table_feature-title:hover {
  opacity: .6
}
.services-table_feature-accordian {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.section-services-table {
  position: relative
}
.services-table_row {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.services-table_row.is-header {
  padding: 1rem 2rem;
  background-color: #1f3763;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase
}
.services-table_row.is-aliceblue {
  background-color: #e7ecf5;
  color: #18449c
}
.text-color-white {
  color: #fff
}
.about-header_image {
  height: 28rem
}
.section-about-services {
  background-color: #fafafa
}
.about-services_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.about-services_block {
  display: -ms-grid;
  display: grid;
  min-height: 20rem;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr -webkit-max-content 1fr;
  -ms-grid-rows: 1fr max-content 1fr;
  grid-template-rows: 1fr -webkit-max-content 1fr;
  grid-template-rows: 1fr max-content 1fr;
  background-color: #000;
  color: #fff;
  font-weight: 800
}
.about-services_block-divider {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #8b8b8b
}
.about-services_appraisals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.about-services_appraisals-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: right
}
.section-about-values {
  background-color: #fafafa
}
.about-values_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.about-values_image {
  width: 25rem;
  height: 25rem
}
.about-values_content {
  max-width: 40rem
}
.about-badges_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 16% 12% 16% 12% 16% 12% 16%;
  grid-template-columns: 16% 12% 16% 12% 16% 12% 16%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto
}
.about-badges_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #1f3763;
  background-color: #fafafa
}
.about-badges_line {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #1f3763
}
.about-badges_content-block {
  width: 100%;
  padding-top: .5rem
}
.about-team_cmscomponent {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto
}
.about-team_cmsitem {
  position: relative
}
.about-team_image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 15rem;
  margin-bottom: .5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover
}
.about-team_image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.about-team_link {
  z-index: 5;
  width: 100%;
  margin-bottom: 1rem
}
.about-team_link-content {
  position: relative;
  z-index: 1
}
.social-wrapper {
  position: static;
  left: auto;
  top: auto;
  right: .5rem;
  bottom: .75rem;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem
}
.about-teamcms_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.about-teamcms_line {
  width: 100%;
  height: 1px;
  max-width: 30rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px dashed #c9c9c9
}
.about-teamcms_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.about-teamcms_image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 25rem;
  margin-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.general-list_altlink {
  display: -ms-grid;
  display: grid;
  padding-top: .5rem;
  padding-bottom: .5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px dashed rgba(0, 0, 0, .2);
  border-bottom: 0 dashed rgba(0, 0, 0, .2);
  -webkit-transition: .3s;
  transition: .3s
}
.general-list_altlink:hover {
  color: #18449c
}
.general-list_altlink.is-teamcms {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  border-top-width: 0
}
.toolbox-header_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.75rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto
}
.toolbox-header_content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-image: url("https://uploads-ssl.webflow.com/62c6e63032c72b2e48ae10ac/62cb3377921c0c5078c44b8f_iron%20exchanger%20mockup2.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat
}
.toolbox-header_content-right-bottom {
  padding: 2.5rem 2.5rem 3rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))), url("https://uploads-ssl.webflow.com/62c6e63032c72b2e48ae10ac/62ec52e172e5af93781b87ab_Screen%20Shot%202022-08-04%20at%207.14.37%20PM.png");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url("https://uploads-ssl.webflow.com/62c6e63032c72b2e48ae10ac/62ec52e172e5af93781b87ab_Screen%20Shot%202022-08-04%20at%207.14.37%20PM.png");
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
  color: #fff
}
.toolbox-header_ironexchanger {
  max-width: 18rem;
  padding: 2rem 2.5rem;
  background-color: rgba(31, 55, 99, .95);
  color: #fff
}
.toolbox-header_content-right-top {
  padding: 2.5rem 2.5rem 3rem;
  background-image: url("https://uploads-ssl.webflow.com/62c6e63032c72b2e48ae10ac/62cb34516e94d7cd553fda6a_background%20photo.png");
  background-position: 50% 50%;
  background-size: cover;
  color: #fff
}
.toolbox-success_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.toolbox-success_right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 3rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1f3763;
  color: #fff
}
.section-toolbox-spotlight {
  display: block
}
.toolbox-spotlight_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 0.35fr 1fr;
  grid-template-columns: 0.35fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.toolbox-spotlight_image {
  width: 100%
}
.social-share-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 1rem
}
.toolbox-partnership_component {
  display: -ms-grid;
  display: grid;
  max-width: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.toolbox-partnership_image {
  width: 100%
}
.featured-equipment_price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.faq3_list {
  border-bottom: 1px dashed #c9c9c9
}
.faq3_component {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.faq3_icon {
  width: 2rem;
  margin-left: 1.5rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start
}
.faq3_question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px dashed #c9c9c9;
  cursor: pointer
}
.faq3_accordion {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.faq3_answer {
  overflow: hidden;
  width: 100%;
  height: auto
}
.services-search_image {
  width: 100%;
  max-width: none
}
.footer_wrapper-right {
  display: -ms-grid;
  display: grid;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 7rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.footer_wrapper-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  grid-column-gap: 7rem
}
.hide-desktop {
  display: none
}
.tab-link1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 14rem;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  text-align: left
}
.tab-link1.w--current {
  background-color: transparent
}
.tab-link2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 14rem;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  text-align: left
}
.tab-link2.w--current {
  background-color: transparent
}
.tab-link3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 14rem;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  text-align: left
}
.tab-link3.w--current {
  background-color: transparent
}
.tab-link4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 14rem;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  text-align: left
}
.tab-link4.w--current {
  background-color: transparent
}
.tab-link5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 14rem;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  text-align: left
}
.tab-link5.w--current {
  background-color: transparent
}
.form-checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-bottom: 1rem;
  padding-left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw
}
.featured-equipment_sold {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 45%
}
.section-bookmark {
  position: absolute;
  left: 0;
  top: -6rem;
  right: 0;
  bottom: auto;
  height: 6rem
}
.services-header_links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.75rem;
  font-family: nunito sans, sans-serif 
  color: #18449c;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase
}
.about-header_links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.75rem;
  font-family: nunito sans, sans-serif 
  color: #18449c;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase
}
.about-header_link {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.about-header_link:hover {
  opacity: .55
}
.services-header_link {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.services-header_link:hover {
  opacity: .55
}
.about-team_bio-text {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .55);
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff
}
.about-team_bio-text:hover {
  opacity: 1
}
.toolbox-partnership_image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #c9c9c9;
  -webkit-transition: 450ms;
  transition: 450ms
}
.toolbox-partnership_image-wrapper:hover {
  opacity: .55
}
.toolbox-success_left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 3rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1f3763;
  background-image: linear-gradient(105deg, #1f3763, transparent), url("https://uploads-ssl.webflow.com/62c6e63032c72b2e48ae10ac/62cb3e58e691b2bb2676d338_background%20image.png");
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
  color: #fff
}



/* FOOTER */

.footer-nav-title {
    color: #8b8b8b;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 700;
}
.footer-nav-link {
    width: 100%;
    min-height: 1.5rem;
    color: #8b8b8b;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    transition: all .325s;
    display: flex;
}
.footer-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr .75fr;
}
#w-node-af618cca-dc8a-4506-56f3-6a1e13688748-f9f8a231, #w-node-_4316bd5d-7295-d5f4-ff3b-d9b90a4a5b9f-f9f8a231, #w-node-eedc2b90-50d0-7203-7154-15461461cef1-f9f8a231, #w-node-_65cbe69f-0546-0ce2-e1b7-991c4b80acd3-f9f8a231, #w-node-_7fa606e3-10c9-042a-3b98-7f2f5716f780-f9f8a231 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
}



@media screen and (max-width:1200px) {
	
.header-btns > a p{
	font-size: 14px !important;
}
}
@media screen and (max-width:1023px) {
	
	
.header-btns .inventory-search{
	width: calc(100% - 10px);
	margin: 5px;
}
.header-btns > a{
	width: calc(50% - 10px);
	margin: 5px;
}
.header-btns > a img{
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	display: block;
}
.header-btns > a p{
	position: relative;
	bottom: unset;
	left: unset;
	right: unset;
	padding-left: 5px;
	padding-right: 5px;	
}
	
}
@media screen and (max-width:991px) {
	.footer-spacer {
    height: 0;
}
	.footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1.5fr;
	}
	.footer-col {
		width: 100%;
	}
	.utility-box{
		    grid-area: span 1/span 2/span 1/span 2;
    align-self: center;
    justify-self: center;
	}
	.navbar{height: 128px;}
	.navbar_logo-image{
		width: unset;
		max-width: 256px;
	}
	.navbar .container-large .navbar_component{
		display: flex; 
		flex-wrap: wrap;
   		gap: 0;
	}
	.navbar .page-padding{
		padding-top: 0px;
	}
	.navbar .container-large .navbar_component > a:nth-of-type(1){
		order: 1;
    	width: unset;
		padding-top: 0;
	}
	.navbar .container-large .navbar_component > a:nth-of-type(2){
		order: 3;
		width: 100%;
		text-align: center;
		padding-bottom: 0;
		padding-top: 0;
		margin-top: -4px;
	}
	.navbar .container-large .navbar_component .navbar_button{
		order: 2;
		width: 60px;
		margin-right: 0;
    	margin-top: -10px;
	}
	.navbar .container-large .navbar_component .utility-box{
		order: 3;
		justify-content: center;
		width: 100%;
    margin-bottom: -0.5em;
    margin-top: 0.5em;
		flex-wrap: wrap;
	}
  h1 {
    font-size: 3rem
  }
  .hide-tablet {
    display: none
  }
  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .form-input.is-inventory-search {
    background-position: 3% 50%
  }
  .show-tablet {
    display: block
  }
  .max-width-full-tablet {
    width: 100%;
    max-width: none
  }
  .margin-medium {
    margin: 1.5rem
  }
  .margin-large {
    margin: 2.5rem
  }
  .margin-xlarge {
    margin: 3rem
  }
  .margin-xxlarge {
    margin: 4rem
  }
  .margin-huge {
    margin: 5rem
  }
  .margin-xhuge {
    margin: 6rem
  }
  .margin-xxhuge {
    margin: 8rem
  }
  .padding-medium {
    padding: 1.5rem
  }
  .padding-large {
    padding: 2.5rem
  }
  .padding-xlarge {
    padding: 3rem
  }
  .padding-xxlarge {
    padding: 4rem
  }
  .padding-huge {
    padding: 5rem
  }
  .padding-xhuge {
    padding: 6rem
  }
  .padding-xxhuge {
    padding: 8rem
  }
  .margin-top {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
  }
  .margin-bottom {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0
  }
  .margin-left {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0
  }
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
  }
  .margin-vertical {
    margin-right: 0;
    margin-left: 0
  }
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0
  }
  .padding-top {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
  }
  .padding-bottom {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0
  }
  .padding-left {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0
  }
  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
  }
  .padding-vertical {
    padding-right: 0;
    padding-left: 0
  }
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0
  }
  .link.underline-trail {
    display: block;
    margin-bottom: 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-size: 1.25rem
  }
  .home-header_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .home-overview_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }
  .home-auction_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
	
  .section-footer {
    padding-bottom: 1rem
  }
  .footer_component {
    display: -ms-grid;
    display: grid;
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
  }
  .footer_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 2rem
  }
  .footer_wrapper.social_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .navbar_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3rem;
    padding-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 3rem;
    background-color: #1f3763;
  }
  .home-header_content-right {
    display: none;
    width: auto
  }
  .featured-equipment_header {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .featured-equipment_cmslist {
    grid-column-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }
  .featured-equipment_image-wrapper {
    max-height: 25rem
  }
  .footer_logo-wrapper.hide-desktop {
    display: block
  }
  .footer_form-wrapper {
    margin-top: 2rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left
  }
	.page-padding{
		
    	padding-top: 20px;
	}
	.navbar_component{
		display: flex;
		margin-top: -10px;
		padding-bottom: 5px;
	}
  .navbar_ironexchanger-link {
	
    position: relative;
    display: block;
    margin: 0;

    top: 10px;
    right: 0;
    left: 0;
    text-align: center;
    padding: 0 0 10px 0;
	  
		
  }
  .locations_component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .appraisals-header_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .appraisals-header_image-wrapper {
    overflow: hidden;
    width: 100%;
    height: 65vmin
  }
  .appraisals-header_image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
  .appraisal-reasons_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .appraisals-reasons_image {
    height: 65vmin;
    -o-object-fit: cover;
    object-fit: cover
  }
  .tab_menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 0rem;
    grid-row-gap: 2rem
  }
  .tab-link_wrapper {
    width: 8rem;
    height: 8rem
  }
  .tab_link-arrow {
    width: 2rem;
    height: 2rem
  }
  .bannerquote_component {
    padding: 1.9rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem
  }
  .appraisal-officer_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .services-header_image-wrapper {
    overflow: hidden;
    width: 100%;
    height: 65vmin
  }
  .services-header_image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
  .services-header_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .services-serve_component {
    padding-right: 2rem;
    padding-left: 2rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url("https://uploads-ssl.webflow.com/62c6e63032c72b2e48ae10ac/62c8d2b138027f86affb5d76_Black-Star-Hero-1-retouch.png");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("https://uploads-ssl.webflow.com/62c6e63032c72b2e48ae10ac/62c8d2b138027f86affb5d76_Black-Star-Hero-1-retouch.png");
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat
  }
  .services-search_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .services-appraisals_component {
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .services-table_row.is-header {
    font-size: 1rem
  }
  .about-header_image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
  .about-services_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .about-values_component {
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .about-values_image {
    width: 100%;
    height: 65vmin;
    -o-object-fit: cover;
    object-fit: cover
  }
  .about-badges_component {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto
  }
  .about-badges_line {
    display: none
  }
  .about-badges_content-block {
    margin-bottom: 2rem;
    text-align: center
  }
  .about-team_cmscomponent {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr
  }
  .toolbox-header_component, .toolbox-success_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .toolbox-spotlight_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .toolbox-partnership_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr
  }
  .faq3_component {
    min-height: auto;
    grid-auto-flow: row;
    grid-column-gap: 3rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }
  .navbar_button.open {
    background-color: #ffc000 !important;
  }
  .services-search_image {
    height: 65vmin;
    -o-object-fit: cover;
    object-fit: cover
  }
  .footer_wrapper-right {
    display: block;
    width: 100%
  }
  .footer_wrapper-left {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 7rem;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
  }
  .hide-desktop {
    display: block
  }
}
@media screen and (max-width:767px) {

	.navbar_logo-wrapper{padding: 0;}
	.header-btns > a p{
		font-size: 12px !important;
	}
  h1 {
    font-size: 2.5rem
  }
  h2 {
    font-size: 2rem
  }
  h3 {
    font-size: 1.5rem
  }
  h4 {
    font-size: 1rem
  }
  .fs-styleguide_row.is-for-social-icons {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto
  }
  .fs-styleguide_3-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }
  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem
  }
  .heading-medium {
    font-size: 1.5rem
  }
  .heading-large {
    font-size: 2rem
  }
  .text-size-large {
    font-size: 1.25rem
  }
  .fs-styleguide_section-type {
    font-size: .875rem
  }
  .heading-xlarge {
    font-size: 2.5rem
  }
  .form-checkbox-label {
    font-size: .875rem
  }
  .hide-mobile-landscape {
    display: none
  }
  .form-checkbox-icon, .form-checkbox-icon.w--redirected-checked {
    margin-bottom: .25rem
  }
  .page-padding {
    padding-right: 1.25rem;
    padding-left: 1.25rem
  }
  .show-mobile-landscape {
    display: block
  }
  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none
  }
  .margin-medium {
    margin: 1.25rem
  }
  .margin-large {
    margin: 1.5rem
  }
  .margin-xlarge {
    margin: 2rem
  }
  .margin-xxlarge {
    margin: 3rem
  }
  .margin-huge {
    margin: 3.5rem
  }
  .margin-xhuge {
    margin: 4rem
  }
  .margin-xxhuge {
    margin: 4.5rem
  }
  .padding-medium {
    padding: 1.25rem
  }
  .padding-large {
    padding: 1.5rem
  }
  .padding-xlarge {
    padding: 2rem
  }
  .padding-xxlarge {
    padding: 3rem
  }
  .padding-huge {
    padding: 3.5rem
  }
  .padding-xhuge {
    padding: 4rem
  }
  .padding-xxhuge {
    padding: 4.5rem
  }
  .margin-top {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
  }
  .margin-bottom {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0
  }
  .margin-left {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0
  }
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
  }
  .margin-vertical {
    margin-right: 0;
    margin-left: 0
  }
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0
  }
  .padding-top {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
  }
  .padding-bottom {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0
  }
  .padding-left {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0
  }
  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
  }
  .padding-vertical {
    padding-right: 0;
    padding-left: 0
  }
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0
  }
  .text-style-nowrap {
    white-space: normal
  }
  .heading-small {
    font-size: 1rem
  }
  .fs-styleguide_version-details {
    font-size: .875rem
  }
  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem
  }
  .home-overview_component {
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .general-list_link.is-white {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr -webkit-max-content;
    -ms-grid-columns: 1fr max-content;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content
  }
  .home-auction_content-left {
    padding-top: 2rem;
    padding-bottom: 2rem
  }
  .home-auction_content-right {
    padding: 2rem
  }
  .tab_menu {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto
  }
  .tab-link {
    width: 100%
  }
  .tab-link_wrapper {
    width: 100%;
    height: auto
  }
  .services-serve_component {
    height: auto
  }
  .services-table_feature-icon {
    width: 1.75rem
  }
  .services-table_feature-wrapper {
    font-size: 1rem
  }
  .services-table_feature-title {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
  .services-table_row {
    -ms-grid-columns: 1.25fr 7rem 7rem;
    grid-template-columns: 1.25fr 7rem 7rem
  }
  .services-table_row.is-header {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: .75rem
  }
  .about-team_cmscomponent {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }
  .toolbox-header_content-right-bottom {
    min-height: 60vmin
  }
  .toolbox-header_ironexchanger {
    max-width: 25rem;
    padding: 1rem 1rem 1rem 2rem
  }
  .toolbox-header_content-right-top {
    min-height: 60vmin
  }
  .toolbox-success_component {
    width: 100%
  }
  .faq3_component {
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .faq3_icon {
    width: 1.75rem
  }
  .faq3_question {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
  .tab-link1, .tab-link2, .tab-link3, .tab-link4, .tab-link5 {
    width: 100%
  }
  .form-checkbox-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media screen and (max-width:479px) {
	
	
.navbar_logo-image {
  width: 200px;
}
	.navbar_logo-wrapper{padding-top: 10px;}
	.navbar_ironexchanger-link{
		padding: 0;
	}
  h1 {
    font-size: 2.25rem
  }
  h2 {
    font-size: 1.125rem
  }
  .show-mobile-portrait {
    display: block
  }
  .hide-mobile-portrait {
    display: none
  }
  .form-input.is-inventory-search {
    height: 100%;
    background-position: 6% 50%
  }
  .fs-styleguide_2-col {
    -ms-grid-columns: auto;
    grid-template-columns: auto
  }
  .margin-top {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
  }
  .margin-bottom {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0
  }
  .margin-left {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0
  }
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
  }
  .margin-vertical {
    margin-right: 0;
    margin-left: 0
  }
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0
  }
  .padding-top {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
  }
  .padding-bottom {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0
  }
  .padding-left {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0
  }
  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
  }
  .padding-vertical {
    padding-right: 0;
    padding-left: 0
  }
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0
  }
  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none
  }
  .footer_wrapper {
    grid-row-gap: 0rem
  }
  .home-header_content-left {
    padding-right: 1.5rem;
    padding-bottom: 3rem;
    padding-left: 1.5rem
  }
  .general-list_link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem
  }
  .tab_menu {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }
  .services-serve_component {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .services-table_feature-icon {
    margin-left: .25rem
  }
  .services-table_feature-wrapper {
    padding-right: 1rem;
    padding-left: 1rem
  }
  .about-badges_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .about-badges_block {
    max-width: 15rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem
  }
  .about-badges_image {
    width: 100%
  }
  .about-badges_content-block {
    margin-bottom: 4rem
  }
  .about-team_cmscomponent {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .toolbox-success_component {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%
  }
  .toolbox-partnership_component {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem
  }
  .faq3_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .footer_wrapper-right {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start
  }
}
#js-clock-days.w-node-_28cb623b-4910-4dda-85eb-8ea4a231a0e7-e9ae10af, #js-clock-hours.w-node-_28cb623b-4910-4dda-85eb-8ea4a231a0ee-e9ae10af, #js-clock-minutes.w-node-_28cb623b-4910-4dda-85eb-8ea4a231a0f5-e9ae10af, #js-clock-seconds.w-node-_28cb623b-4910-4dda-85eb-8ea4a231a0fc-e9ae10af, #w-node-_28cb623b-4910-4dda-85eb-8ea4a231a09d-e9ae10af, #w-node-_28cb623b-4910-4dda-85eb-8ea4a231a0bd-e9ae10af, #w-node-_28cb623b-4910-4dda-85eb-8ea4a231a0da-e9ae10af, #w-node-_28cb623b-4910-4dda-85eb-8ea4a231a119-e9ae10af, #w-node-_28cb623b-4910-4dda-85eb-8ea4a231a128-e9ae10af, #w-node-_28cb623b-4910-4dda-85eb-8ea4a231a167-e9ae10af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1
}
#w-node-_28cb623b-4910-4dda-85eb-8ea4a231a169-e9ae10af {
  -ms-grid-column-align: end;
  justify-self: end
}
#w-node-_30f3841b-d4f2-baba-ee03-51458dbb0d0a-82113338, #w-node-_51c81051-4539-a6b8-8fc8-44198378c378-82113338, #w-node-_67b26131-ed67-542a-6e09-c0a3064b11be-7a150896, #w-node-a2ac0aaa-ac81-da87-4651-a2d41dbcf700-f9f8a231, #w-node-b00518ad-0bb5-b2af-0c11-c801e0b9994d-82113338, #w-node-b3af3b88-7a67-b831-905d-817af9f8a236-f9f8a231 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end
}
#w-node-b3af3b88-7a67-b831-905d-817af9f8a238-f9f8a231 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: end;
  align-self: end
}
#w-node-_025f7c7b-e6de-3649-4bb7-9f0e53531790-4c351fab, #w-node-_0367bb97-55dc-b376-c398-a7fbf5b029ac-a1d211fa, #w-node-_165b04d6-220c-0caf-27f9-0904d1dbc68c-82113338, #w-node-_19d38e4d-d2e4-7d80-9d1a-5f739202716b-82113338, #w-node-_27ce1373-4854-d86d-0cb2-7c5405faf8da-82113338, #w-node-_314383cb-b075-ad71-31ab-36ec77d59b07-241e9644, #w-node-_42fdad74-507d-3f05-4750-1be2473bc70d-a1d211fa, #w-node-_5e17bf4b-17ae-c331-5a24-68f0572cda74-82113338, #w-node-_632a5592-f160-9c52-1115-912b73c4d76e-af19d206, #w-node-_6606f369-2622-62fd-f15a-bfc01afedea5-82113338, #w-node-_6fb8fb61-e02a-9367-39d9-36542c921e2d-a1d211fa, #w-node-_7f4a6713-94d5-6dd5-6700-60f50c7b30ca-4c351fab, #w-node-_836f8479-c70f-5629-255c-ce1a37e283e7-37e283e4, #w-node-_8cc6b2c1-d880-1398-6cba-cf8c687e5bca-a1d211fa, #w-node-_95706f3a-a014-5aab-5c47-dfd31b811456-0c874276, #w-node-_960cd961-1bd0-cde9-7d72-f99cc5889680-a1d211fa, #w-node-_9c4129f5-45da-051b-4828-6f467a99b1e8-7a99b1da, #w-node-_9d62e8f1-81c2-59de-3c1a-d8362296b39b-241e9644, #w-node-a6fadd84-4cf3-70bd-84c1-8afc07fbdc3f-4c351fab, #w-node-a8925f94-d32d-4e58-ad8b-26e80e96ebe4-82113338, #w-node-ad55040e-4408-865f-8872-5dd15bfdcc82-82113338, #w-node-afd47ce6-ef4c-97b5-634a-5bf149c1ef14-0c874276, #w-node-b3af3b88-7a67-b831-905d-817af9f8a24b-f9f8a231, #w-node-b49b36c4-e8f4-c1be-a1c4-54b88b7632ff-a1d211fa, #w-node-c8db9b93-9698-18c8-2319-69f1b3142218-4c351fab, #w-node-ce3ecb59-08f6-8d0e-cfcc-3014ca643f2c-0c874276, #w-node-d14ed952-309a-0697-baaa-0673e720c918-0c874276, #w-node-d8c0eee9-9017-b749-922f-c009e32f8c70-82113338, #w-node-ef56f496-ba34-f61c-b780-e8e90930ebd0-af19d206, #w-node-f0f80260-cfca-2d50-16c6-3571ea579684-82113338, #w-node-f8e550a2-78e9-71c0-31f0-f6bc713b245c-4c351fab, #w-node-fcf54690-014c-d9f6-ffdf-804f2933af81-82113338, #w-node-fd8bbadb-fee0-cb9a-8e26-8b769ced4ff2-9ced4fef {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1
}
#w-node-b3af3b88-7a67-b831-905d-817af9f8a252-f9f8a231 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch
}
#w-node-_0367bb97-55dc-b376-c398-a7fbf5b029ac-241e9644, #w-node-_4d24912e-84d2-54ff-c4e3-ac5096273edc-241e9644, #w-node-_4d24912e-84d2-54ff-c4e3-ac5096273edc-82113338, #w-node-_4d24912e-84d2-54ff-c4e3-ac5096273edc-a1d211fa, #w-node-_6caee2c8-e452-cdee-5829-6b2ed2e2c6f5-82113338, #w-node-_6d61b195-5fb7-726d-7438-f24fb985e8a3-82113338, #w-node-_836f8479-c70f-5629-255c-ce1a37e283e4-37e283e4, #w-node-_96233311-efcb-447d-105e-5e31747e888b-4c351fab, #w-node-_9d62e8f1-81c2-59de-3c1a-d8362296b38c-241e9644, #w-node-e09ad818-568a-8f54-5e5a-057189cb428c-82113338, #w-node-fd8bbadb-fee0-cb9a-8e26-8b769ced4fef-9ced4fef {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center
}
#w-node-f5809920-2002-6c7e-44bf-a8a27a15089c-7a150896 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2
}
#w-node-_79cbfb58-e77c-bc19-4597-8742ca82214e-82113338, #w-node-dc83c241-0021-6813-5555-c2d81cf28cc3-82113338 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start
}
#w-node-_3ca01643-faac-db53-d65b-b54976c995eb-82113338 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3
}
#w-node-fc2e1700-4c39-0814-5e2f-1a2e8de69971-82113338 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3
}
#w-node-e00b79c5-83ce-fd7c-73e5-5fb213426a04-82113338 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3
}
#w-node-_57afbdd8-069a-4802-0175-dfeef09d47d2-82113338 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 1;
  grid-column-end: 8;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3
}
#w-node-f61af2c8-9c84-9edf-8a54-048f0e9f332b-4c351fab {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2
}
#w-node-_6762b3dd-4d23-a0ab-208c-968cf2c5bafb-4c351fab {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start
}
#w-node-_20112473-2332-78da-d3dc-71c528d404c7-4c351fab, #w-node-cfcebd9d-95bd-e191-5f78-e8902ff467b2-4c351fab {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch
}
@media screen and (max-width:991px) {
  #w-node-_28cb623b-4910-4dda-85eb-8ea4a231a0da-e9ae10af {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1
  }
  #w-node-_28cb623b-4910-4dda-85eb-8ea4a231a169-e9ae10af, #w-node-b3af3b88-7a67-b831-905d-817af9f8a252-f9f8a231 {
    -ms-grid-column-align: start;
    justify-self: start
  }
  #w-node-a2ac0aaa-ac81-da87-4651-a2d41dbcf700-f9f8a231 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end
  }
  #w-node-b3af3b88-7a67-b831-905d-817af9f8a238-f9f8a231 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1
  }
  #w-node-_314383cb-b075-ad71-31ab-36ec77d59b07-241e9644, #w-node-_3ebe5a80-70d4-5e2b-591e-5582706c6ba2-241e9644, #w-node-_3ebe5a80-70d4-5e2b-591e-5582706c6ba2-82113338, #w-node-_3ebe5a80-70d4-5e2b-591e-5582706c6ba2-a1d211fa, #w-node-_698aff5f-774b-00a1-26c5-685015a37cd1-f9f8a231, #w-node-b49b36c4-e8f4-c1be-a1c4-54b88b7632ff-a1d211fa, #w-node-f0f80260-cfca-2d50-16c6-3571ea579684-82113338 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1
  }
  .w-nav-button {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end
  }
  #w-node-f5809920-2002-6c7e-44bf-a8a27a15089b-7a150896 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2
  }
  #w-node-_67b26131-ed67-542a-6e09-c0a3064b11be-7a150896 {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2
  }
  #w-node-_5ce30eac-f543-1e44-4ec8-53da0c00e0cd-241e9644, #w-node-f61af2c8-9c84-9edf-8a54-048f0e9f332b-4c351fab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1
  }
  #w-node-fcf54690-014c-d9f6-ffdf-804f2933af81-82113338 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1
  }
  #w-node-a8925f94-d32d-4e58-ad8b-26e80e96ebe4-82113338 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3
  }
  #w-node-_6606f369-2622-62fd-f15a-bfc01afedea5-82113338 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3
  }
  #w-node-fc2e1700-4c39-0814-5e2f-1a2e8de69971-82113338 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3
  }
  #w-node-e00b79c5-83ce-fd7c-73e5-5fb213426a04-82113338 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5
  }
  #w-node-_57afbdd8-069a-4802-0175-dfeef09d47d2-82113338 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3
  }
}
@media screen and (max-width:767px) {
  #w-node-_28cb623b-4910-4dda-85eb-8ea4a231a0da-e9ae10af {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1
  }
}
@media screen and (max-width:479px) {
  #w-node-f0f80260-cfca-2d50-16c6-3571ea579684-82113338 {
    -ms-grid-column-align: center;
    justify-self: center
  }
  #w-node-fcf54690-014c-d9f6-ffdf-804f2933af81-82113338 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6
  }
  #w-node-_6606f369-2622-62fd-f15a-bfc01afedea5-82113338 {
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2
  }
  #w-node-fc2e1700-4c39-0814-5e2f-1a2e8de69971-82113338 {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2
  }
  #w-node-_57afbdd8-069a-4802-0175-dfeef09d47d2-82113338 {
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2
  }
}