.custom-look-block {
  margin-top: -14px !important;
  font-size: .8em !important;
  width: 40% !important;
}

.custom-orange {
  color:#ff8f00 !important;
}

.custom-blue {
  color:#1aa0c2 !important;
}

.custom-red {
  color:#e8192a !important;
}

.custom-979797 {
	color:#979797 !important;
}



.custom-bg-blue {
  background-color:#1aa0c2 !important;
}

.custom-bg-orange {
  background-color:#ff8f00 !important;
}
.custom-border-orange {
  border:1px solid #ff8f00;
}

.custom-bg-red {
	background-color:#e8192a !important;
}

#main_nav {
  position: relative;
  display: block;
  z-index: 12;
  top:0;
  left:0;
  margin:0 auto;
  max-width: 1920px;
}
#main_nav .col.d-inline.p-2.fs-6.fw-normal{
  cursor:pointer;
}
#search_layer {
  position: absolute;
  top:0;
  left:0;
  z-index: 100;
  display:none;
}
.custom-container-fluid {
  max-width: 1320px;
  min-height:74vh;
  margin: 0 auto;
}

.nav-menu-list {
  font-size:16px !important;
  padding:0.6rem !important;
}

.custom-p-6 {
  padding:0.6rem;
}
#dropdownMenuLink::after {
  display:none !important;
}

.custom-rounded {
  border-radius: 5%;
}

.custom-fs-65 {
  font-size: .65em;
}
.custom-fs-7 {
  font-size: .7em;
}
.custom-fs-75 {
  font-size: .75em;
}
.custom-fs-8 {
  font-size: .8em;
}
.custom-fs-9 {
  font-size: .9em;
}
.custom-fs-10 {
  font-size: 1em;
}


