
.fakeLink {
	color: blue;
	cursor: pointer;
}


@font-face {
  font-family: "Circular Std";
  src: local("Circular Std Bold"), local("CircularStd-Bold"),
    url("../assets/font/circular/CircularStd-Bold.woff2") format("woff2"),
    url("../assets/font/circular/CircularStd-Bold.woff") format("woff"),
    url("../assets/font/circular/CircularStd-Bold.ttf") format("truetype"),
    url("../assets/font/circular/CircularStd-Bold.svg#CircularStd-Bold")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std";
  src: local("Circular Std Black"), local("CircularStd-Black"),
    url("../assets/font/circular/CircularStd-Black.woff2") format("woff2"),
    url("../assets/font/circular/CircularStd-Black.woff") format("woff"),
    url("../assets/font/circular/CircularStd-Black.ttf") format("truetype"),
    url("../assets/font/circular/CircularStd-Black.svg#CircularStd-Black")
      format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std Book";
  src: local("Circular Std Book"), local("CircularStd-Book"),
    url("../assets/font/circular/CircularStd-Book.woff2") format("woff2"),
    url("../assets/font/circular/CircularStd-Book.woff") format("woff"),
    url("../assets/font/circular/CircularStd-Book.ttf") format("truetype"),
    url("../assets/font/circular/CircularStd-Book.svg#CircularStd-Book")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std";
  src: local("Circular Std Medium"), local("CircularStd-Medium"),
    url("../assets/font/circular/CircularStd-Medium.woff2") format("woff2"),
    url("../assets/font/circular/CircularStd-Medium.woff") format("woff"),
    url("../assets/font/circular/CircularStd-Medium.ttf") format("truetype"),
    url("../assets/font/circular/CircularStd-Medium.svg#CircularStd-Medium")
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.fa-question-circle:before {
  /* Additional styling for the question-mark circles that link to help */
  vertical-align: super;
  font-size: smaller;
  margin-left: 0px;
}

.fa-info-circle:before {
  vertical-align: super;
}

.form-control-color {
  /* Overriding the .375rem that is part of another css to move the question marks closer on the auctionadminhome.php page - Create and Manage Auction Items. */
  padding: 0px;
}

@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500&display=swap");
html,
body {
  /* overflow-x: hidden; */
  /* Prevent scroll on narrow devices */
}

body {
  background-color: #eef0f3;
  padding-top: 125px;
  font-family: "Circular Std";
  font-size: 0.85rem;
}

body.innerLogged {
  padding-top: 65px;
}

body table td {
  font-size: 0.85rem;
}

main.homePage {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 70px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #142244;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
  .offcanvas-collapse .nav-item .nav-link {
    color: #fff !important;
  }
  .top-navbar .nav-item .nav-link.dropdown-toggle.show {
    background: transparent !important;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  /* height: 4rem; */
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller a.nav-link {
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  color: #142144;
  padding: 8px 20px;
  font-size: 16px;
}

.space-top {
  margin-top: 5.3em;
}

.space-y {
  padding: 5em 0;
}

.mainCanvas {
  top: 122px;
}

/* .mainCanvas .navbar-nav .nav-link.active,
.mainCanvas .navbar-nav .nav-link {
    color: #fff !important;
} */

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.bg-light {
  background-color: #eef0f3 !important;
}

.bg-primary {
  background-color: #014c82 !important;
  color: #fff;
}

.bg-secondary {
  background-color: #ccc !important;
}

.border-primary {
  border-color: #1c5a64 !important;
}

.card.border-primary {
  /* border: 2px solid #024c82 !important; */
  border-radius: 5px;
}

.card-header {
  /* border-radius: .7em .7em 0 0 !important; */
  padding: 0rem 1rem;
}

.sub-card-header {
  padding: 0rem 1rem;
  background-color: #6f7e8a !important;
  border-radius: 0.3em 0.3em 0 0 !important;
  border: 1px;
}
.sub-card-header.pd-0{
  padding: 0rem;

}
.sub-card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.3em 0.3em 0 0 !important;
}

.card.border-primary .card-header .card-title {
  font-size: 16px;
}

.card.border-primary .card-header.bg-header-primary .card-title {
  color: #fff !important;
}
.form-floating > label {
  font-size: 14px;
}

.form-control {
  font-size: 0.85rem;
}

span.input-group-text {
  font-size: 14px !important;
}

/* Button definitions */
.btn-secondary {
  background-color: #fff;
  border: 1px solid #142244;
  color: #142244;
  box-shadow: 0px 4px 15px #1422442e;
  font-size: 0.85rem;
}
.btn-success {
  background: #a2c603;
  border: #a2c603;
  color: #fff;
  box-shadow: 0px 4px 15px #97ba0061;
  font-size: 0.85rem;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  background-color: #b7de08;
}
.btn-grey {
  background: #ccc;
  border: #ccc;
  color: #12373c;
  box-shadow: 0px 4px 15px #cccccc4a;
  font-size: 0.85rem;
}
.btn-grey:hover {
  color: #6b7ca5;
}
.btn-success:hover {
  background: #b7de08;
  border: #b7de08;
  color: #142244;
}
.btn-lightblue {
  background: #142244;
  border: #142244;
  color: #fff;
  box-shadow: 0px 4px 15px #14224429;
  font-size: 0.85rem;
}
.btn-riskfree {
  background: #195eff;
  border: #195eff;
  color: #fff;
  box-shadow: 0px 4px 15px #14224429;
  font-size: 0.85rem;
}
.btn-lightblue:hover {
  color: #b7de08;
}
input#addaffiliation, input#addlabel, input#add_affili, input#add_label {
  height: 35px;
  line-height: 5px;
}

.btn-warning {
  background: orange;
  border: orange;
  color: #fff;
  box-shadow: 0px 4px 15px #97ba0061;
  font-size: 0.85rem;
}


.btn-red {
  background: #a4111f;
  color: #fff;
  box-shadow: 0px 4px 15px #14224442;
  font-size: 0.85rem;
  border-radius: 4px; 
}

.btn-red:focus, .btn-red:hover { 
    color: #fff; 
    text-decoration: none; 
    background-image: linear-gradient(to top, #f23838 0%, #f70a0a 100%);
}

.btn-lightblue:hover {
  color: #a2c603;
}



.btn-alert {
  background: #9e9d9d;
  background: #a4111f;
  border: #9e9d9d;
  color: #fff;
  box-shadow: 3px 2px 2px #142244a6;
  padding: 8px 5px;
  margin: 10px 10px 10px 50px;
  text-align: right;
  font-size: 0.85rem;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.45;
  background: #ccc;
  border: #ccc;
  /* color: #12373c;
  box-shadow: 0px 4px 15px #ccc; */
}
.btn-primary.disabled, .:disabled {
  color: #333;
  background-color: #ccc !important;
  border-color: #ccc !important;
  box-shadow: 0px 4px 15px #ccc !important;
}
.text-dark {
  color: #313e4a;
}

.btn-primary {
  color: #fff;
  background-color: #142244;
  border-color: #142244;
  font-size: 0.85rem;
  box-shadow: 0px 4px 15px #14224430;
}

.btn-primary:hover,
.btn-primary:active {
  color: #a2c603;
  background-color: #142244;
}

.navbar-light .navbar-nav .nav-link {
  font: normal normal normal 16px/22px Circular Std Book;
  letter-spacing: 0px;
  color: #313e4a;
  opacity: 1;
}

.navbar-brand img {
  /* width: 110px; */
}

.innerLogged .navbar-brand img {
  width: 100%;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
  color: #094781;
  text-decoration: none;
}

a.dropdown-item {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #1c5b64;
}

.dropdown:hover .dropdown-menu {
  /* display: block; */
}

.text-blue {
  color: #142244;
}

.bg-blue {
  background: #142244;
}

.bg-green {
  background: #a2c600 !important;
}

.bg-megenta {
  background: #881798;
}

.bg-maroon {
  background: #e74c3c;
}

.fw-xbold {
  font-weight: 800;
}

.text-success {
  color: #8dc813 !important;
}

/* .btn-success,
.btn-success:hover,
.btn-success:active {
    color: #000;
    background-color: #A2c603;
    border-color: #A2c603;
    font-weight: 500;
} */

.loginBtn {
  background: #a2c600 0% 0% no-repeat padding-box;
  border-radius: 4px;
  font: normal normal normal 16px/22px Circular Std;
  letter-spacing: 0px;
  color: #FFF;
  opacity: 1;
  font-weight: 500;
  padding: 1.2em 1.6em;
}


.feature-list .card {
  border-radius: 16px;
}

.feature-list h5.card-title {
  font: normal normal normal 19px Circular Std;
  letter-spacing: 0px;
  color: #313e4a;
  opacity: 1;
  font-weight: 900;
  font-style: normal;
}

.feature-list p.card-text {
  font: normal normal normal 18px/34px Circular Std Book;
  letter-spacing: 0px;
  color: #1d293f;
  opacity: 1;
}

.icon-view {
  background-repeat: no-repeat;
  height: 110px;
  background-position: center;
  background-size: 17%;
}

.auctions-icon {
  background-image: url(../assets/icon/icon-1.svg);
  background-size: 13%;
}

.feature-list .card:hover .auctions-icon {
  background-image: url(../assets/icon/icon-1.1.svg);
  background-size: 13%;
}

.event-icon {
  background-image: url(../assets/icon/icon-2.svg);
}

.feature-list .card:hover .event-icon {
  background-image: url(../assets/icon/icon-2.1.svg);
}

.ticket-icon {
  background-image: url(../assets/icon/icon-3.svg);
}

.feature-list .card:hover .ticket-icon {
  background-image: url(../assets/icon/icon-3.1.svg);
}

.paddle-icon {
  background-image: url(../assets/icon/icon-4.svg);
}

.feature-list .card:hover .paddle-icon {
  background-image: url(../assets/icon/icon-4.1.svg);
}

.crowd-icon {
  background-image: url(../assets/icon/icon-5.svg);
}

.feature-list .card:hover .crowd-icon {
  background-image: url(../assets/icon/icon-5.1.svg);
}

.seating-icon {
  background-image: url(../assets/icon/communicate.svg);
}

.feature-list .card:hover .seating-icon {
  background-image: url(../assets/icon/communicate.1.svg);
}

.feature-list .card:hover {
  background: #094781;
  color: #fff;
  box-shadow: 2px 54px 66px #09478136;
}

.feature-list .card:hover h5.card-title,
.feature-list .card:hover .card-text {
  color: #fff;
}

.icon-view i.demo-icon {
  font-size: 8em;
  line-height: 30px;
}

.feature {
  background-image: url("../assets/wave-feature.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.owl-carousel .owl-nav button {
  background: #fff !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 5px;
}

/*  */

.deviceM {
  text-align: center;
  position: relative;
  transform: translate(-50%, -50%);
  top: 60%;
  left: 50%;
  z-index: 9;
}

img.ipadM {
  width: 20%;
  position: absolute;
  left: 140px;
  top: 80px;
  z-index: 9;
}

img.macM {
  width: 50%;
  position: relative;
}

img.iphoneM {
  width: 10%;
  position: absolute;
  top: 160px;
  right: 280px;
  z-index: 9;
}

/* .Offer .col-lg-5:first-child {
    border-right: 1px solid #fff;
} */

.footnav li a {
  color: #fff;
  text-decoration: none;
  font: normal normal normal 20px/23px Circular Std Book;
  letter-spacing: 0.4px;
  opacity: 1;
}

.footnav h5 {
  position: relative;
  font: normal normal normal 24px/45px Circular Std;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-family: "Circular Std";
  font-weight: bold;
  font-style: normal;
}

.footnav h5:before {
  content: "";
  width: 55%;
  height: 1px;
  position: absolute;
  bottom: 0;
  border: 1px solid #ffffff;
  opacity: 0.3;
}

.social-icon {
  background: rgb(255 255 255 / 15%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin-right: 12px;
}

.social-icon a {
  color: #ffffff;
  font-size: 26px;
  display: block;
  margin: 10px;
  line-height: normal;
}

p#copyright {
  font: normal normal normal 18px/45px Circular Std Book;
  letter-spacing: 0.36px;
  color: #ffffff;
  opacity: 1;
}

#myCarousel .carousel-item {
  background-color: #142244;
  background-image: url("../assets/wave-top-1.png");
}

#myCarousel .carousel-item {
  height: 65vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 4em;
}

#myCarousel .carousel-inner {
  overflow: visible;
}

#myCarousel ul li i {
  color: #8dc813;
}

.device-m {
  /* margin-bottom: -23em; */
}

#myCarousel .carousel-control-next,
#myCarousel .carousel-control-prev {
  opacity: 1;
}

#myCarousel .carousel-control-next-icon,
#myCarousel .carousel-control-prev-icon {
  width: 1.2rem;
  height: 1.2rem;
  font-weight: bold;
}

span.carousel-control-prev-icon,
span.carousel-control-next-icon {
  position: relative;
}

.carousel-control-prev-icon:after,
.carousel-control-next-icon::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

div#carouselSpot {
  height: 40vh;
}

h1.mainTitle {
  font: normal normal normal 60px/73px Circular Std;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: 900;
}

.fe-title h2 {
  font: normal normal normal 40px/60px Circular Std;
  font-weight: 900;
  letter-spacing: 0px;
  color: #313e4a;
  opacity: 1;
}

section.spaceCrousel {
  /* padding: 2em 0; */
  background: #edf0f3;
}

.spot {
  background-color: #1c5a64;
  background-image: url("../assets/lines-focus.svg");
  background-repeat: no-repeat;
  background-position: left;
}

.spot .carousel-indicators {
  bottom: -80px;
}

.spot h3 {
  font-size: 2.8em;
}

.spot p {
  font-size: 18px;
}

.spot .carousel-indicators {
  bottom: -80px;
}

.spot .carousel-indicators button {
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.infoblock {
  margin-right: -3em;
  z-index: 9;
}

.cardInfo {
  box-shadow: 0px 16px 35px #00000017;
  border-radius: 11px;
}

.getMore {
  background-image: url("../assets/request.svg");
  background-repeat: no-repeat;
  background-position: bottom right 25px;
}

.createAc {
  background-image: url("../assets/shuttle.svg");
  background-repeat: no-repeat;
  background-position: bottom right 25px;
}

.Offer .subTitle {
  font: normal normal normal 14px/26px Circular Std Book;
  letter-spacing: 0px;
  color: #888f95;
  opacity: 1;
}

.Offer .mainTitle {
  font: normal normal normal 24px/33px Circular Std;
  letter-spacing: 0px;
  color: #313e4a;
  opacity: 1;
  font-weight: 500;
}

.card.img-off,
.card.img-off img {
  border-radius: 1em 1em 0em 1em;
}

.testTitle p:first-child {
  font: normal 24px/68px Circular Std;
  letter-spacing: 0px;
  color: #888f95;
  opacity: 1;
  font-weight: 500;
}

.testTitle h2 {
  font: normal normal normal 40px/62px Circular Std;
  letter-spacing: 0px;
  color: #313e4a;
  font-family: "Circular Std";
  font-weight: 900;
  font-style: normal;
}

.testTitle h2 span {
  font: normal normal normal 50px/62px Circular Std;
  letter-spacing: 0px;
  color: #8dc813;
  font-family: "Circular Std";
  font-weight: 900;
  font-style: normal;
}

.testTitle p:last-child {
  font: normal normal normal 24px/37px Circular Std;
  letter-spacing: 0px;
  color: #313e4a;
  opacity: 1;
  font-family: "Circular Std";
  font-weight: 500;
  font-style: normal;
}

.talkCoach {
  background: #a2c600 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 26px #97ba0061;
  mix-blend-mode: multiply;
  border-radius: 0px 0px 6px 6px;
  opacity: 1;
  color: #fff;
}

.btn-off {
  width: 176px;
  padding: 0.8em 1em;
  background: #a2c600 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 6px;
  opacity: 1;
  font: normal normal normal 18px/33px Circular Std Book;
  letter-spacing: 0px;
  color: #ffffff;
}

.btn-off2 {
  width: 245px;
  padding: 0.8em 1em;
  background: #a2c600 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 6px;
  font: normal normal normal 18px/33px Circular Std Book;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.talkCoach span.small-txt {
  font-size: 13px;
}

.talkCoach span {
  font-size: 24px;
  line-height: 24px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgb(236 234 234 / 0%);
}

.dataTable tr.even {
  background-color: #ffffff;
}

table.dataTable thead tr th.sorting_asc,
table.dataTable thead tr th.sorting {
  font-size: 13px;
  background: #f2f2f2;
  color: #000;
}

.page-item.active .page-link {
  background-color: none;
  border-color: #1c5b64;
}

.page-link {
  border: none;
}

section.testimonial {
  background-image: url("../assets/lines-end.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
}

.testimonial #owl-1 .owl-item .card {
  margin: 0 20px;
}

.UserImg img {
  width: 34px !important;
}

.compL {
  border-left: 1px solid #777;
}

p.fundRp {
  font: normal normal normal 20px/36px Circular Std Book;
  letter-spacing: 0px;
  color: #5c5c5c;
}

p.namePay {
  font-size: 20px;
  letter-spacing: 0px;
  color: #8dc813;
  font-family: "Circular Std";
  font-weight: 500;
  font-style: normal;
}

p.nameDeg {
  letter-spacing: 0px;
  color: #516272;
  font-family: "Circular Std";
  font-weight: 500;
  font-style: normal;
}

p.raiseR {
  letter-spacing: 0.28px;
  color: #888f95;
  opacity: 1;
  font-family: "Circular Std";
  font-weight: 500;
  font-style: italic;
}

.userName h5 {
  font-size: 13px;
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  font-family: "Circular Std";
  font-weight: bold;
  font-style: normal;
}

.fundR {
  position: relative;
}

.fundR:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffffff;
  left: 45px;
  bottom: 58px;
  border-radius: 50%;
  border: 2px solid #92c925;
}

.fundR:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: #92c925;
  bottom: 61px;
  left: 0;
}

.owl-stage {
  margin-bottom: 2em;
}

.owl-carousel .owl-nav button.owl-prev {
  background: url("../assets/owl-left.png") no-repeat !important;
  height: 50px;
  width: 50px;
  background-size: cover !important;
}

.owl-carousel .owl-nav button.owl-next {
  background: url("../assets/owl-right.png") no-repeat !important;
  height: 50px;
  width: 50px;
  background-size: cover !important;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  visibility: hidden;
}

.accordion-button {
  background-color: #104c82;
  color: #fff;
}
/* .fa-money:before {
    content: "\f0d6";
} */
.accordion-button:not(.collapsed) {
  background: #1c5a64;
  color: #fff;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.footnav li {
  background: transparent;
  color: #fff;
  border: 0;
  padding-left: 0;
}

/*  */

.auctionCard .card {
  border: 1px solid #142244;
}

.auctionCard .card .card-footer.values {
  background: #142244;
  color: #fff;
  height: 40px;
}

.auctionCard .card .card-body h4 a {
  color: #024c82;
}

/*  */

.fr-box.fr-basic.fr-top {
  width: 100% !important;
}

/* Added New Style 11 May */

.card-header.bg-primary {
/* Don't style this without talking to Jim */
}

.bg-teal {
  background: #1c5a64;
}

.text-teal {
  color: #1c5a64;
}

.footerNav a.nav-link {
  color: #fff;
}

.navbar-custom {
  position: relative;
  width: 100%;
  justify-content: left;
  padding-left: 20px;
}

.top-navbar .nav-item .nav-link {
  color: gray;
  padding: 8px 15px;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
}

.nav-scroller a.nav-link:first-child {
  padding-left: 15px;
}

.top-navbar .navbar-nav .nav-link:focus,
.top-navbar .navbar-nav .nav-link:hover {
  /*
    background: #cccccc;
    color: #1c5b64;
*/
}

.top-navbar .nav-item .nav-link.dropdown-toggle.show {
  background: #cccccc;
  color: #1c5b64;
}

.top-navbar .dropdown-menu.megamenu.show {
  background: #ccc;
  border-radius: 0;
  border: 0;
  padding: 8px;
}

.top-navbar .dropdown-menu.megamenu.show ul li a {
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  text-decoration: none;
  color: #142144;
  padding: 8px 20px;
}

.top-navbar .dropdown-menu.megamenu.show ul li:first-child a {
  padding-left: 7px !important;
}

.navbar-light .navbar-toggler {
  background: #a2c603;
}

.navbar .megamenu {
  padding: 1rem;
}

.edit_all {
  background-color: #142244 !important;
  border-color: #142244 !important;
  box-shadow: 0px 4px 15px #14214478;
}

.packageSpace {
  padding: 0;
  border: 0;
}

.mobleplus-c {
  margin: -5px 0 9px 0;
  font-weight: bold;
  position: absolute;
  top: -25px;
  left: 50px;
}

.label-left label {
  left: 10px;
}

.desktop-link-h1 {
  font-size: 18px;
  font-weight: 600;
}

.sel-event {
  align-items: center;
  height: 300px;
}

.ticket-heading {
  font-size: 25px;
  font-weight: 600;
  padding: 15px 0;
}

.bidder-print ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* .bidder-print ul li{
    margin-right: 15px;
} */

.bidder-print ul li a {
  text-decoration: none;
}

/* .card-table {
    overflow: auto;
} */
.resposive-table {
  overflow-x: auto;
}
input#ccnumfield {
  width: 100% !important;
}
.table thead {
  background-color: #f2f2f2;
  color: #000;
  font-size: 0.82rem;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  /* border: none; */
}
thead a {
  color: #000;
  text-decoration: none;
}
thead a:hover {
  color: #000;
}
.img-fluid-c {
  max-width: 35px;
  height: auto;
  margin: 15px 0 25px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #808080;
  font-size: 14px;
}
::-moz-placeholder {
  /* Firefox 1 */
  color: #808080;
  font-size: 14px;
}
label {
  color: #808080;
}
.inheader-label {
  color: #FFF;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  border-radius: 0.3rem;
}
.text-blue-custom {
  color: #142244;
}
.ticket-time > div {
  margin-right: 15px;
}
button.accordion-button {
  padding: 8px;
  font-size: 16px;
}
.form-select {
  color: #808080;
  font-size: 0.85rem;
}
.form-select option {
  color: #000 !important;
}
.form-select option:first-child {
  color: #808080;
}

.privacy_c {
  padding: 25px 0;
}
.pri-header {
  padding: 25px;
}
.alert-info {
  color: #055160;
  background-color: #ccc;
  border-color: #cbdbf3;
}

/* icon colors for the alerts. ToDo: Refine these */

.alert-warning {
  /* color: #a4111f; */
  color: #142244;
  background-color: #eee;
  border-color: #f5f5f5;
}

.alert-success {
  color: #142244;
  background-color: #eee;
  border-color: #f5f5f5;
	
}

.alertImg-success {
  color: green;
}

.alertImg-warning {
  color: #a4111f;
}

.alertImg-danger {
  color: red;
}

.alertImg-info {
  color: blue;
}

.alertImg-primary {
  color: blue;
}

/* sweet2alertbox design change */
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #a2c603 !important;
  color: #FFF !important;
  font-size: 14px !important;
  padding: 9px 30px;
}
.swal2-styled.swal2-confirm:focus {
 /* box-shadow: 0 0 0 3px #a2c6037a !important; */
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #ccc !important;
  color: #FFF !important;
  font-size: 14px !important;
}
.footer-logo img{
  margin: 5px 5px;
}
.editevent-date {
  /* justify-content: space-between; */
}
.detail-ticket-purchase iframe {
  width: 100% !important;
}
.asset-upload,
.upload-trigger {
  margin: 10px 10px 10px 0;
  max-width: 100% !important;
  cursor: pointer;
  width: 150px;
  height: 150px;
}
.fr-toolbar.fr-top {
  border-radius: 0.25rem !important;
  -moz-border-radius: 0.25rem !important;
  -webkit-border-radius: 0.25rem !important;
}
.second-toolbar {
  border-radius: 0 0 0.25rem 0.25rem !important;
  -moz-border-radius: 0 0 0.25rem 0.25rem !important;
  -webkit-border-radius: 0 0 0.25rem 0.25rem !important;
  display: none;
}
.fr-box.fr-basic .fr-wrapper {
  border-bottom-color: #ced4da;
}
.swal2-html-container {
  text-align: left !important;
}
.swal2-actions {
  justify-content: flex-end !important;
  width: 100%;
  margin: 1.25em auto 0px;
  padding: 8px 15px 0 0px !important;
  border-top: 1px solid #dee2e6;
}
.controls {
  display: flex !important;
  width: auto !important;
  font-weight: bold;
  margin-left: 0 !important;
}
.thumbnails li img {
  height: 60px !important;
}

#biddinginfo_detail {
  width: 100% !important;
}
.itemhead_detail {
  font-size: 2rem !important;
  color: #142244 !important;
}
#custombanner {
  max-width: 100% !important;
}
#nav_bid {
  position: absolute;
  left: auto !important;
  width: 222px;
  top: 4px !important;
  text-align: center;
  right: 30px;
}
.bid-details {
  right: 5px !important;
}
.bid-banner {
  height: auto !important;
}
.inputGroup label {
  border: none !important;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: auto !important;
}
.list-view {
  margin-left: 0 !important;
}
.title-public {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
}
.donationTitle {
  /* margin: 0 0px 0px 40px !important; */
}
.ticketData th {
  text-align: left;
  color: #fff !important;
  border: none;
  padding: 5px 0px;
  font-size: 1em;
  font-weight: bold;
}

/* btn disabled color */
.btn-success.disabled,
.btn-success:disabled {
  color: #333;
  background-color: #ccc;
  border-color: #ccc;
  box-shadow: 0px 4px 15px #ccc;
}

.fr-wrapper .fr-placeholder {
  color: #808080 !important;
  font-weight: 400;
  font-family: "Circular Std" !important;
}

.giving-btn {
  width: 100%;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 0 !important;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 0 !important;
}
#dollarsRaised div {
  /* width: 100% !important; */
  overflow: auto;
}
#items_area_opg {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
span.fr-placeholder {
  font-size: 14px !important;
}
#saveAsDiv {
  background-image: none !important;
}
.giving-level {
  background: #ccc;
  border: 1px solid #ccc !important;
  color: #12373c;
  /* box-shadow: 0px 4px 15px #ccc; */
  width: 100%;
}
#otherAnswer,
#otherAnswerSubmit {
  padding: 4px;
}
.groupName {
  margin-left: 0 !important;
  text-align: center;
}
.categories,
.types,
.sections {
  position: initial !important;
  max-width: 100% !important;
}
.types p {
  width: 100% !important;
  margin-right: 15px !important;
}
.categories p {
  width: 100% !important;
  margin-right: 15px !important;
}
.reset-filter {
  font-size: 15px;
}
.color-custom {
  justify-content: flex-end;
  align-items: center;
}
.ticket-title-price {
  font-size: 16px;
  font-weight: 600;
}

/* #tableWrapper, #column1_member form[name="myform"], #ticketsBody {
    height: auto;
    position: absolute;
    top: 37px !important;
    bottom: 10px;
    left: 0px;
    right: 0px;
} */
.footer-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid;
  padding: 10px;
}
#unassigned,
#tables {
  bottom: 39px !important;
  top: 70px !important;
}
.ui-widget-content {
  border: 0px solid #a6c9e2 !important;
  background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50%
    bottom repeat-x;
  color: #222222;
}
.searchlistprint {
  background: #fff !important;
  border: none !important;
  color: #084882 !important;
  font-size: 15px !important;
}
.footer-flex {
  display: flex;
}
/* textarea::-webkit-input-placeholder {
    color: #0bf !important;
  } */
/* ============ desktop view ============ */

@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
  .bidder-print ul li:not(:last-child):after {
    content: "|";
    display: inline;
    width: 100%;
    margin: 15px;
    font-size: 16px;
  }
  .refresh-btn {
    position: absolute;
  }
  .biddersuccess {
    align-items: center;
  }
  .navbar-custom .nav-item:last-child {
    position: absolute;
    right: 0;
  }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */

@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
  .sw-theme-arrows > ul.step-anchor > li {
    width: 100%;
  }
  .price-img {
    display: none;
  }
  .loginBtn {
    padding: 0.2em 0.6em !important;
  }
  .bidder-print ul li:first-child {
    margin: 0 10px;
  }
  .bidder-print ul {
    align-items: center;
    justify-content: space-around;
    padding-left: 0;
  }

  .d-flex.flex-row-reverse {
    /* JRD: Will reverse the order of buttons on a page - probably other stuff too. */
    flex-direction: column-reverse !important;
  }

  .categories,
  .types,
  .sections {
    margin-bottom: 10px;
  }
  .title-search {
    text-align: center;
    margin-bottom: 10px;
  }
  .apply-filter {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .reset-filter {
    width: 100%;
    font-size: 15px;
  }
}

/* ============ mobile view .end// ============ */

/* 11 May End */

@media (max-width: 576px) {
  .col-xs-mt-3{
    margin-top: 1rem;
  }
}

/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 360px) {
  section.tides_banner h2.partner_title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 36px;
  }
  main.tides_Page .tides_banner {
    height: 500px;
    padding-top: 30px;
  }
  .spot div#carouselSpot.tides_carousel {
    height: auto !important;
  }
  .tides_form_section .align_contact {
    display: block;
  }
  .section_container .tides_form_section .tides_video iframe {
    width: 100%;
    height: auto;
  }
  .info_tides_img {
    margin-bottom: 25px;
  }
  .tides_form {
    margin-bottom: 30px;
  }
  .tides_video {
    margin-bottom: 10px;
  }
  .tides_contact_sec {
    margin-bottom: 30px;
  }
  .call_img img {
    width: 100%;
  }
  section.contact_section .call_img {
    align-items: center;
    justify-content: center;
  }
  duet-date-picker#tidesDate .duet-date__input-wrapper {
    margin-bottom: 15px;
  }
  table#onlineBid input, table#onlineBid select {
    margin-bottom: 5px;
  }
  .mob_mb-3 {
    margin-bottom: 10px;
  }
  .com_img {
    margin-top: 10px;
  }
  .logo-banner-wrapper span#groupLogo {
    position: initial;
  }
  div#groupHeader .eventTitle {
    margin-left: 0;
  }
  .bid_link_title .auction-item-title {
    padding-left: 8px;
  }
  .footer-flex {
    display: block;
  }
  .text-end.txt-center {
    text-align: center !important;
  }
  .text-end.txt-center input.btn.btn-success {
    width: 100%;
  }
  #unassigned {
    border-right: none !important;
    border-bottom: 1px solid lightgray;
    width: 100% !important;
    margin-bottom: 15px;
  }
  .flex-nowrap div#navContainer.shrink {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .doner_text .doner_search_text p {
    margin-bottom: 5px;
    width: 100%;
  }
  .doner_text .doner_search_text {
    display: block;
  }
  span#groupLogo {
    position: initial;
    left: 5px;
  }
  .promo-code-wrapper {
    margin-top: 10px;
  }
  .contact_sec .info_section.info_sales {
    margin-right: 10px;
  }
  .contact_sec .info_section.info_support {
    margin-left: 10px;
  }
  .card.border-primary .contact_img {
    height: 400px;
  }
  .innerLogged .navbar-brand img {
    width: 100% !important;
  }
  .fas.userIcon {
    font-size: 0.8rem;
  }
  .user-group-wrapper {
    font-size: 0.75rem;
  }
  .top-item .input-group,
  .logo-section,
  a.top-page-help {
    display: none;
  }
  .navbar {
    padding: 1rem 0;
  }
  div#left-nav-wrapper {
    width: 70% !important;
    padding-top: 75px !important;
  }
  ul#menu span {
    font-size: 0.8rem;
  }
  .input-group.left-search:not(.has-validation)
    > .dropdown-toggle:nth-last-child(n + 3),
  .input-group.left-search:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .left-menu-list li:hover .nav-link,
  .nav-pills .nav-link {
    font-size: 0.875rem;
  }

  .alert-warning {
    width: 100% !important;
  }
  button.accordion-button {
    width: 100% !important;
  }
  .btn-guest {
    font-size: 1.2rem !important;
  }
  form.mb-4.form-guest-btns {
    flex-wrap: wrap;
  }
  .icon-guest-wrapper {
    margin: 5px 0px !important;
  }

  .dropdown-toggle.filter-icon span svg {
    width: 30px;
    height: 30px;
  }
  section.section-wrapper {
    padding-top: 1rem !important;
  }
  .row.auctionCard {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  span.biddingEnds {
    width: 150px !important;
    text-align: left;
  }
  .inner-fixed-header.sticky {
    top: 72px !important;
  }
  header {
    height: 70px !important;
  }
  .goal-amount {
    display: block !important;
  }
  .thermo {
    display: none !important;
  }
  form#loginForm.needs-validation {
    margin: 0 auto;
  }
  .signin_msg iframe {
      width: 100%;
  }
  span#onlineBiddingEnds.bidtimer-home {
    width: 100% !important;
  }
  .add_class_form span.input-group-text {
    font-size: 12px !important;
    white-space: initial;
    padding: 0.5rem 8px;
  }
}

@media (min-width: 360px) and (max-width: 375px) {
  .feat_video iframe {
    width: 100%;
    height: 250px;
  }
  table#onlineBid input, table#onlineBid select {
    margin-bottom: 5px;
  }
  .mob_mb-3 {
    margin-bottom: 10px;
  }
  .com_img {
    margin-top: 10px;
  }
  .logo-banner-wrapper span#groupLogo {
    position: initial;
  }
  .tides_form_section .align_contact {
    display: block;
  }
  .section_container .tides_form_section .tides_video iframe {
    width: 100%;
    height: auto;
  }
  .info_tides_img {
    margin-bottom: 25px;
  }
  .tides_form {
    margin-bottom: 30px;
  }
  .tides_video {
    margin-bottom: 10px;
  }
  .tides_contact_sec {
    margin-bottom: 30px;
  }
  .call_img img {
    width: 100%;
  }
  section.contact_section .call_img {
    align-items: center;
    justify-content: center;
  }
  duet-date-picker#tidesDate .duet-date__input-wrapper {
    margin-bottom: 15px;
  }
  .logo-banner-wrapper span#groupLogo {
    position: initial;
  }
  div#groupHeader .eventTitle {
    margin-left: 0;
  }
  .bid_link_title .auction-item-title {
    padding-left: 8px;
  }
  .footer-flex {
    display: block;
  }
  .text-end.txt-center {
    text-align: center !important;
  }
  .text-end.txt-center input.btn.btn-success {
    width: 100%;
  }
  #unassigned {
    border-right: none !important;
    border-bottom: 1px solid lightgray;
    width: 100% !important;
    margin-bottom: 15px;
  }
  .flex-nowrap div#navContainer.shrink {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .doner_text .doner_search_text p {
    margin-bottom: 5px;
    width: 100%;
  }
  .doner_text .doner_search_text {
    display: block;
  }
  span#groupLogo {
    position: initial;
    left: 5px;
  }
  .promo-code-wrapper {
    margin-top: 10px;
  }
  .contact_sec .info_section.info_sales {
    margin-right: 10px;
  }
  .contact_sec .info_section.info_support {
    margin-left: 10px;
  }
  .card.border-primary .contact_img {
    height: 400px;
  }
  .innerLogged .navbar-brand img {
    width: 100% !important;
  }
  .fas.userIcon {
    font-size: 0.8rem;
  }
  .user-group-wrapper {
    font-size: 0.75rem;
  }
  .top-item .input-group,
  .logo-section,
  a.top-page-help {
    display: none;
  }
  .top-item .input-group.left-search {
    display: block;
  }
  .navbar {
    padding: 1rem 0;
  }
  div#left-nav-wrapper {
    width: 60% !important;
    padding-top: 75px !important;
  }

  .left-menu-list li:hover .nav-link,
  .nav-pills .nav-link {
    font-size: 0.875rem;
  }

  .alert-warning {
    width: 100% !important;
  }
  button.accordion-button {
    width: 100% !important;
  }
  p.text-end {
    text-align: left !important;
  }
  form.mb-4.form-guest-btns {
    flex-wrap: wrap;
  }
  .icon-guest-wrapper {
    margin: 5px 0px !important;
  }
  .dropdown-toggle.filter-icon span svg {
    width: 30px;
    height: 30px;
  }
  section.section-wrapper {
    padding-top: 1rem !important;
  }
  .row.auctionCard {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  span.biddingEnds {
    /* width: 150px !important;  JRD: this messed up the formatting on small viewports. */
    text-align: left;
  }
  .inner-fixed-header.sticky {
    top: 72px !important;
  }
  header {
    height: 70px !important;
  }
  .goal-amount {
    display: block !important;
  }
  .thermo {
    display: none !important;
  }
  .btn-match-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .btn-match-wrapper input {
    min-width: 47%;
    flex-grow: 1;
  }
  ul#menu span {
    font-size: 0.8rem;
  }
  span#onlineBiddingEnds.bidtimer-home {
    width: 100% !important;
  }
  .add_class_form span.input-group-text {
    font-size: 12px !important;
    white-space: initial;
    padding: 0.5rem 8px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .feat_video iframe {
    width: 100%;
    height: 250px;
  }
  table#onlineBid input, table#onlineBid select {
    margin-bottom: 5px;
  }
  .mob_mb-3 {
    margin-bottom: 10px;
  }
  .com_img {
    margin-top: 10px;
  }
  .logo-banner-wrapper span#groupLogo {
    position: initial;
  }
  .tides_form_section .align_contact {
    display: block;
  }
  .section_container .tides_form_section .tides_video iframe {
    width: 100%;
    height: auto;
  }
  .info_tides_img {
    margin-bottom: 25px;
  }
  .tides_form {
    margin-bottom: 30px;
  }
  .tides_video {
    margin-bottom: 10px;
  }
  .tides_contact_sec {
    margin-bottom: 30px;
  }
  .call_img img {
    width: 100%;
  }
  section.contact_section .call_img {
    align-items: center;
    justify-content: center;
  }
  duet-date-picker#tidesDate .duet-date__input-wrapper {
    margin-bottom: 15px;
  }
  .logo-banner-wrapper span#groupLogo {
    position: initial;
  }
  div#groupHeader .eventTitle {
    margin-left: 0;
  }
  .bid_link_title .auction-item-title {
    padding-left: 8px;
  }
  .footer-flex {
    display: block;
  }
  .text-end.txt-center {
    text-align: center !important;
  }
  .text-end.txt-center input.btn.btn-success {
    width: 100%;
  }
  #unassigned {
    border-right: none !important;
    border-bottom: 1px solid lightgray;
    width: 100% !important;
    margin-bottom: 15px;
  }
  .flex-nowrap div#navContainer.shrink {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .doner_text .doner_search_text p {
    margin-bottom: 5px;
    width: 100%;
  }
  .doner_text .doner_search_text {
    display: block;
  }
  span#groupLogo {
    position: initial;
    left: 5px;
  }
  .promo-code-wrapper {
    margin-top: 10px;
  }
  .contact_sec .info_section.info_sales {
    margin-right: 10px;
  }
  .contact_sec .info_section.info_support {
    margin-left: 10px;
  }
  .card.border-primary .contact_img {
    height: 400px;
  }
  .innerLogged .navbar-brand img {
    width: 100% !important;
  }
  .fas.userIcon {
    font-size: 0.8rem;
  }
  .user-group-wrapper {
    font-size: 0.85rem;
  }
  .top-item .input-group,
  .logo-section,
  a.top-page-help {
    display: none;
  }
  .top-item .input-group.left-search {
    display: block;
  }
  .navbar {
    padding: 1rem 0;
  }
  div#left-nav-wrapper {
    width: 60% !important;
    padding-top: 75px !important;
  }
  ul#menu span {
    font-size: 0.8rem;
  }
  .input-group.left-search:not(.has-validation)
    > .dropdown-toggle:nth-last-child(n + 3),
  .input-group.left-search:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .left-menu-list li:hover .nav-link,
  .nav-pills .nav-link {
    font-size: 0.875rem;
  }

  .alert-warning {
    width: 100% !important;
  }
  button.accordion-button {
    width: 100% !important;
  }
  p.text-end {
    text-align: left !important;
  }
  form.mb-4.form-guest-btns {
    flex-wrap: wrap;
  }
  .icon-guest-wrapper {
    margin: 5px 0px !important;
  }

  .auctionCard .item {
    padding: 0;
    margin: 0;
  }
  .dropdown-toggle.filter-icon span svg {
    width: 30px;
    height: 30px;
  }
  section.section-wrapper {
    padding-top: 1rem !important;
  }
  .row.auctionCard {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  span.biddingEnds {
    width: 150px !important;
    text-align: left;
  }
  .inner-fixed-header.sticky {
    top: 74px !important;
  }
  header {
    height: 70px !important;
  }
  .goal-amount {
    display: block !important;
  }
  .thermo {
    display: none !important;
  }
  .btn-match-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .btn-match-wrapper input {
    min-width: 47%;
    flex-grow: 1;
  }
  span#onlineBiddingEnds.bidtimer-home {
    width: 100% !important;
  }
  .add_class_form span.input-group-text {
    font-size: 12px !important;
    white-space: initial;
    padding: 0.5rem 8px;
  }
  
  .mt-svp {
  	margin-top: 1rem;
  }
}

@media (min-width: 426px) and (max-width: 575px) {
  .feat_video iframe {
    width: 100%;
    height: 250px;
  }
  table#onlineBid input, table#onlineBid select {
    margin-bottom: 5px;
  }
  .mob_mb-3 {
    margin-bottom: 10px;
  }
  .com_img {
    margin-top: 10px;
  }
  .logo-banner-wrapper span#groupLogo {
    position: initial;
  }
  .spot div#carouselSpot.tides_carousel {
    height: auto !important;
  }
  .tides_form_section .align_contact {
    display: block;
  }
  .section_container .tides_form_section .tides_video iframe {
    width: 100%;
    height: auto;
  }
  .info_tides_img {
    margin-bottom: 25px;
  }
  .tides_form {
    margin-bottom: 30px;
  }
  .tides_video {
    margin-bottom: 10px;
  }
  .tides_contact_sec {
    margin-bottom: 30px;
  }
  .call_img img {
    width: 100%;
  }
  section.contact_section .call_img {
    align-items: center;
    justify-content: center;
  }
  duet-date-picker#tidesDate .duet-date__input-wrapper {
    margin-bottom: 15px;
  }
  .logo-banner-wrapper span#groupLogo {
    position: initial;
  }
  div#groupHeader .eventTitle {
    margin-left: 0;
  }
  .bid_link_title .auction-item-title {
    padding-left: 8px;
  }
  header .input-group.header-search {
    display: none;
  }
  .footer-flex {
    display: block;
  }
  .text-end.txt-center {
    text-align: center !important;
  }
  .text-end.txt-center input.btn.btn-success {
    width: 100%;
  }
  #unassigned {
    border-right: none !important;
    border-bottom: 1px solid lightgray;
    width: 100% !important;
    margin-bottom: 15px;
  }
  .flex-nowrap div#navContainer.shrink {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .doner_text .doner_search_text p {
    margin-bottom: 5px;
    width: 100%;
  }
  .doner_text .doner_search_text {
    display: block;
  }
  span#groupLogo {
    position: initial;
    left: 5px;
  }
  #content table.table td,
  #ticketsBody table.table td {
    font-size: 1rem !important;
  }
  .promo-code-wrapper {
    margin-top: 10px;
  }
  .contact_sec .info_section.info_sales {
    margin-right: 10px;
  }
  .contact_sec .info_section.info_support {
    margin-left: 10px;
  }
  .card.border-primary .contact_img {
    height: 400px;
  }
  .inner-fixed-header.sticky {
    top: 57px !important;
  }
  section.section-wrapper {
    padding-top: 0rem !important;
  }
  header {
    height: 58px;
  }
  .inner-fixed-header.sticky {
    top: 57px !important;
  }
  .goal-amount {
    display: block !important;
  }
  .thermo {
    display: none !important;
  }
  .btn-match-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .btn-match-wrapper input {
    min-width: 47%;
    flex-grow: 1;
  }
  div#left-nav-wrapper {
    width: 40% !important;
    padding-top: 75px !important;
  }
  ul#menu span {
    font-size: 0.8rem;
  }
  .menu-toggle-wrapper .left-menu-list li a {
    margin: 0px 10px !important;
  }
  .input-group.left-search:not(.has-validation)
    > .dropdown-toggle:nth-last-child(n + 3),
  .input-group.left-search:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .add_class_form span.input-group-text {
    font-size: 12px !important;
    white-space: initial;
    padding: 0.5rem 8px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  div#navContainer.shrink {
    margin-left: 29% !important;
    width: 71% !important;
  }
  div#navContainer.expand {
    margin-left: 0% !important;
    width: 100% !important;
  }
  #content table.table td,
  #ticketsBody table.table td {
    font-size: 1.15rem !important;
  }
  .inner-fixed-header.sticky {
    top: 17% !important;
  }
  .menu-toggle-wrapper .left-menu-list li a {
    margin: 0px 10px !important;
  }
  .inner-fixed-header.fun-page.sticky {
    top: 14% !important;
  }
  .contact_sec .info_section.info_sales {
    margin-right: 10px;
  }
  .contact_sec .info_section.info_support {
    margin-left: 10px;
  }
  .card.border-primary .contact_img {
    height: 400px;
  }
  .btn-match-wrapper {
    display: flex !important;
    flex-wrap: wrap;
  }
  .btn-match-wrapper input {
    min-width: 49%;
  }
  a.navbar-brand img {
    max-width: 50%;
  }
  .promo-code-wrapper {
    text-align: right;
  }
  div#left-nav-wrapper {
    width: 30% !important;
    padding-top: 75px !important;
  }
  ul#menu span {
    font-size: 0.8rem;
  }
  .input-group.left-search:not(.has-validation)
    > .dropdown-toggle:nth-last-child(n + 3),
  .input-group.left-search:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .feat_video iframe {
    width: 100%;
    height: 250px;
  }
  table#onlineBid input, table#onlineBid select {
    margin-bottom: 5px;
  }
  .mob_mb-3 {
    margin-bottom: 10px;
  }
  .com_img {
    margin-top: 10px;
  }
  header .input-group.header-search {
    display: none;
  }
  .logo-banner-wrapper span#groupLogo {
    position: initial;
  }
  div#groupHeader .eventTitle {
    margin-left: 0;
  }
  .bid_link_title .auction-item-title {
    padding-left: 8px;
  }
}
@media (max-width: 575px) {
  
  #unassigned {
    border-right: none !important;
    border-bottom: 1px solid lightgray;
    width: 100% !important;
    margin-bottom: 15px;
  }
  .flex-nowrap div#navContainer.shrink {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .doner_text .doner_search_text p {
    margin-bottom: 5px;
    width: 100%;
  }
  .doner_text .doner_search_text {
    display: block;
  }
  .previous-donation-report {
    flex-wrap: wrap;
  }
  .previous-donation-report a{
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  .contact_sec .info_section.info_sales {
    margin-right: 10px;
  }
  .contact_sec .info_section.info_support {
    margin-left: 10px;
  }
  .card.border-primary .contact_img {
    height: 400px;
  }
  span.icon-guest-wrapper i.fa {
    padding: 0px !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 1rem;
  }
  .icon-guest-wrapper {
    padding: 0 !important;
    margin: 0 2px !important;
    flex-direction: column !important;
  }
  .icon-guest-wrapper.auction {
    margin-left: 0 !important;
  }
  .icon-guest-wrapper:last-child {
    margin-right: 0 !important;
  }
  span.icon-guest-wrapper:hover {
    padding: 2px 0 !important;
  }
  span.icon-guest-wrapper {
    padding: 2px 0 !important;
    position: relative;
  }
  span#onlineBiddingEnds {
    /* font-size: 1.1rem !important; JRD: Removed 11/5 - Didn't like it bolded and it messes up the formatting */
  }
  .btn-guest {
    padding: 0;
  }

  .accordion-body {
    padding: 0.1rem 1.25rem;
  }
  .submit_sec .btn-success {
    width: 100% !important;
  }
  #comm .accordion-body,
  #auction .accordion-body,
  #tickets .accordion-body,
  #types .accordion-body,
  #printed .accordion-body,
  #links .accordion-body,
  #history .accordion-body {
    padding: 1rem 1.25rem;
  }
  /* form#loginForm.needs-validation {
    width: 100% !important;
    margin: 0;
  }
  form#loginForm.needs-validation .login_form_sec {
    width: 90%;
    margin: 0 auto;
  } */
  .login_form_sec input{
    margin-left: 30px !important;
    width: 65%;
  }
  .create_new_acc p {
    font-size: 14px;
  }
  .form_contain .submit_sec {
    display: block;
    margin: 30px;
  }
  .form_contain span.alignright {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  .form_contain .create_new_acc {
    display: block;
  }
  .form_contain div#createaccount1 {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
 
  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }
  .tides_form_section .tides_video iframe {
    width: 350px;
  }
  duet-date-picker#tidesDate .duet-date__input-wrapper {
    margin-bottom: 15px;
  }
  div#carouselSpot.tides_carousel {
    height: 35vh !important;
  }
  div#navContainer.shrink {
    margin-left: 29% !important;
    width: 71% !important;
  }
  div#navContainer.expand {
    margin-left: 0% !important;
    width: 100% !important;
  }
  .contact_sec .info_section.info_sales {
    margin-right: 10px;
  }
  .contact_sec .info_section.info_support {
    margin-left: 10px;
  }
  .card.border-primary .contact_img {
    height: 400px;
  }
  div#biddingStatusAccordionBody.accordion-body,
  #collapseRemindersAccordion .accordion-body,
  #collapseTicketsAccordion .accordion-body,
  #collapsepaymentsAccordion .accordion-body,
  #collapseActiveGCAccordion .accordion-body {
    padding: 0 !important;
  }
  #types .row.bdr-btm,
  #tickets .row.bdr-btm {
    border-bottom: 1px dashed #A2c603;
  }
  .promo-code-wrapper {
    text-align: left;
  }
  .form-guest-btns a.icon-guest-wrapper > span {
    display: none;
  }
  .icon-guest-wrapper i.fa {
    margin-right: 1px !important;
  }
  div#left-nav-wrapper {
    /* width: 50% !important; */
    /* padding-top: 75px !important; */
  }
 
  .logo-section,
  a.top-page-help {
    display: none;
  }
  .top-item .input-group.left-search {
    display: inline-flex;
    padding-right: 20px; /* Center the search on small viewports. See newui-424 */
  }
  .left-menu-list li:hover .nav-link,
  .nav-pills .nav-link {
    font-size: 0.875rem;
  }
  .btn-guest {
    font-size: 0.8rem !important;
  }
  .icon-guest-wrapper.auction > i {
    left: 20px !important;
  }
  span.icon-guest-wrapper.ticket i {
    left: 45px;
    top: -5px;
  }
  .alert-warning {
    width: 100% !important;
  }
  button.accordion-button {
    width: 100% !important;
  }
  p.text-end {
    text-align: left !important;
  }
  form.mb-4.form-guest-btns {
    flex-wrap: wrap;
  }
  .icon-guest-wrapper {
    margin: 0px 2px;
    flex-direction: row;
    padding: 5px 0px !important;
  }
  span.group-name {
    display: none !important;
  }
  .popup-gp-li span.group-name.popup {
    display: block !important;
    font-size: 0.75rem;
  }
  .user-group-wrapper {
    flex-direction: unset !important;
  }
  a.dropdown-item {
    font-size: 0.85rem;
  }
  .navbar-nav .dropdown-menu {
    position: absolute !important;
  }
  .xs-g-1 {
    --bs-gutter-x: 0.3rem;
    --bs-gutter-y: 0.3rem;
    width: 100%;
  }
  .signin_msg iframe {
    width: 100%;
  }

  .auctionCard .col.item {
    padding: 0;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    margin-bottom: 0.4rem;
  }
  .card-body.xs-card-g {
    padding: 1rem 0.3rem;
  }
  .card.card-body {
    padding: 0rem;
  }
/* 10/6/22: JRD - This is duplicated and overridden below around line 4500!
  .item-desc h5,
  .item-desc p,
  .item-value {
    font-size: 0.9rem !important;
  }
*/
  .itemhead_detail {
    font-size: 1.5rem !important;
    margin: 15px 0 !important;
    text-align: left !important;
  }
  span.timerbar_time > .biddingEnds {
    font-size: 1.2rem !important;
  }
  h4.item-name {
    font-size: 1rem !important;
  }
  .fixed-guest-btn div {
    padding: 5px 10px;
  }
  .ctBid,
  .ctBidValue {
    font-size: 0.9rem;
  }
  section.section-wrapper {
    padding-top: 1rem !important;
    /* overflow: hidden; */
  }
  .row.auctionCard {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  span.biddingEnds {
    text-align: left;
  }
  header {
    height: 80px;
  }

  .card-body.card-xs-pd {
    padding: 1rem 0.4rem;
  }
  main.homePage > #myCarousel {
    margin-top: 9%;
  }
  .title-timer-wrapper {
    padding: 0 0.4rem !important;
  }
  .payment-d-flex {
    display: flex !important;
    flex-wrap: wrap;
  }
  .payment-d-flex input {
    flex-grow: 1;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1023px){
 
  .tides_video iframe {
    width: 375px !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }
  duet-date-picker#tidesDate .duet-date__input-wrapper {
    margin-bottom: 15px;
  }
  .spot div#carouselSpot.tides_carousel {
    height: 30vh;
  }
  div#navContainer.shrink {
    margin-left: 30% !important;
    width: 70% !important;
  }
  div#navContainer.expand {
    margin-left: 0% !important;
    width: 100% !important;
  }
  .manage_table_section.section_container {
    padding-top: 40px;
  }
  div#left-nav-toggler-wrapper a.navbar-brand {
    width: 140px;
  }
  a.navbar-brand img {
    max-width: 100%;
  }
  .spot div#carouselSpot {
    height: 28vh;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
 
  .tides_Page .tides_form_section .tides_video iframe {
    width: 470px;
  }
  #types .row.bdr-btm {
    border-bottom: 1px dashed #A2c603;
  }
  #content table.table td,
  #ticketsBody table.table td {
    font-size: 1.15rem;
  }
  #content {
    max-width: 90%;
  }
  span#onlineBiddingEnds {
    font-size: 1.3rem;
  }
  .promo-code-wrapper {
    text-align: right;
  }
  .payment-d-flex {
    display: flex !important;
    flex-wrap: wrap;
  }
  .payment-d-flex input {
    /* flex-grow: 1; */
    margin-bottom: 10px;
  }
  .payment-d-flex input :nth-child(2) {
    margin: 0 25px;
  }
  .top-item .input-group.left-search {
    display: none;
  }
  header .input-group.header-search {
    display: inline-flex;
  }

  .top-left-group-info {
    /* display: flex;
    width: 50%;
    margin-right: 80px; */
  }
  .topbar-section {
    justify-content: flex-end !important;
  }
  div#left-nav-wrapper {
    width: 30% !important;
    padding-top: 100px !important;
  }

  ul#menu span {
    font-size: 0.9rem;
  }

  .top-item .input-group,
  .logo-section,
  a.top-page-help {
    display: none;
  }
  ul.ul-left-search {
    margin-top: 0;
    display: none !important;
  }
  .left-menu-list li:hover .nav-link,
  .nav-pills .nav-link {
    font-size: 0.875rem;
  }
  form.mb-4.form-guest-btns {
    flex-wrap: nowrap !important;
  }
  .btn-guest {
    font-size: 1.1rem !important;
  }
  .top-left-group-info {
    /* width: 50% !important;
    margin-top: 5px;
    margin-right: 17%; */
  }
  .auctionCard .col.item {
    margin-bottom: 0.4rem;
    padding: 0;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .fixed-guest-btn div {
    padding: 5px 15px;
  }
  .ctBid,
  .ctBidValue {
    font-size: 1rem;
  }
  section.section-wrapper {
    padding-top: 1rem;
  }
  .row.auctionCard {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }
  span.biddingEnds {
    text-align: left;
  }
  .xs-g-1 {
    --bs-gutter-x: 0.4rem;
    --bs-gutter-y: 0.4rem;
  }
  .inner-fixed-header.sticky {
    top: 89px !important;
  }
  header {
    height: 70px;
  }
  span.timerbar_time > .biddingEnds {
    font-size: 1.5rem !important;
  }
  span#onlineBiddingEnds {
    font-size: 1.3rem !important;
  }
  .icon-guest-wrapper {
    margin: 0px 2px;
    flex-direction: row !important;
  }
  main.homePage > #myCarousel {
    margin-top: 6%;
    background-color: #142244;
    min-height: 600px;
  }
  /* a.navbar-brand img {
    max-width: 60%;
  } */
  .col.pl-1,
  .col-12.pl-1 {
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  
  .talkCoach span.small-txt {
    font-size: 11px;
  }
  .navbar-light .navbar-nav .nav-link {
    font: normal normal normal 14px/22px Circular Std Book;
    padding: 0 12px;
  }
  div#carouselSpot {
    height: 40vh;
  }
  #content table.table td,
  #ticketsBody table.table td {
    font-size: 1rem !important;
  }

  ul#menu span {
    font-size: 1rem;
  }
  .promo-code-wrapper {
    text-align: right;
  }
  .col.pl-1,
  .col-12.pl-1 {
    padding-left: 5px;
  }
  .payment-d-flex input :nth-child(2) {
    margin: 0 25px;
  }
  .payment-d-flex {
    display: flex !important;
    flex-wrap: wrap;
  }
  .payment-d-flex input {
    /* flex-grow: 1; */
    margin-bottom: 10px;
  }
  div#navContainer.shrink {
    margin-left: 29% !important;
    width: 71% !important;
  }
  div#navContainer.expand {
    margin-left: 0% !important;
    width: 100% !important;
  }

  .auctionCard .col.item {
    margin-bottom: 0.8rem;
    padding: 0;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .dropdown-toggle.filter-icon span svg {
    width: 40px;
    height: 40px;
  }
  .fixed-guest-btn div {
    padding: 5px 15px;
  }
  .ctBid,
  .ctBidValue {
    font-size: 1rem;
  }
  section.section-wrapper {
    padding-top: 0.4rem;
  }
  .row.auctionCard {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
  span.biddingEnds {
    width: 89% !important;
    text-align: center;
    display: inline-block;
    font-size: 1.5rem !important;
  }

  .xs-g-1 {
    --bs-gutter-x: 0.8rem;
    --bs-gutter-y: 0.8rem;
  }
  .inner-fixed-header.sticky {
    top: 122px !important;
  }
  li.member-login {
    margin-left: 1rem;
  }
  header {
    height: 90px;
  }
  span#onlineBiddingEnds.bidtimer-home {
    font-size: 1rem !important;
  }
  a.navbar-brand img {
    max-width: 75%;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  
  #content {
    max-width: 75% !important;
  }
  div#left-nav-wrapper {
    width: 22% !important;
    padding-top: 120px !important;
  }

  .left-menu-list li:hover .nav-link,
  .nav-pills .nav-link {
    font-size: 0.875rem;
  }
  div#navContainer.shrink {
    margin-left: 22% !important;
    width: 78% !important;
  }
  div#navContainer.expand {
    margin-left: 0% !important;
    width: 100% !important;
  }
  .top-left-group-info {
    /* width: 51% !important;
    margin-top: 22px;
    margin-right: 8%; */
  }
  .fixed-guest-btn div {
    padding: 5px 15px;
  }
  .xs-g-1 {
    --bs-gutter-x: 0.8rem;
    --bs-gutter-y: 0.8rem;
  }
  span.timerbar_time > .biddingEnds {
    font-size: 1.2rem !important;
  }
  .icon-guest-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 2px;
  }
  .btn-guest {
    font-size: 1.2rem;
  }
  main.homePage > #myCarousel {
    margin-top: 6%;
    background-color: #142244;
    min-height: 600px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  div#carouselSpot {
    height: 47vh !important;
  }
 
}
@media (min-width: 1201px) and (max-width: 1440px) {
 
  #content {
    max-width: 50% !important;
  }
  div#left-nav-wrapper {
    width: 20% !important;
    padding-top: 100px !important;
  }
  div#navContainer.shrink {
    margin-left: 20% !important;
    width: 80% !important;
  }
  div#navContainer.expand {
    margin-left: 0% !important;
    width: 100% !important;
  }
  .top-left-group-info {
    /* width: 46% !important;
    margin-top: 22px;
    margin-right: 4%; */
  }
  .xs-g-1 {
    --bs-gutter-x: 0.8rem;
    --bs-gutter-y: 0.8rem;
  }
  span.timerbar_time > .biddingEnds {
    font-size: 1.2rem !important;
  }
  .btn-guest {
    font-size: 1.2rem;
  }
  .icon-guest-wrapper {
    margin: 0 2px;
  }
  main.homePage > #myCarousel {
    margin-top: 6%;
    background-color: #142244;
    min-height: 600px;
  }
}
@media (min-width: 1440px) {
 
  .green-wrapper {
    max-width: 60%;
  }
  #content {
    max-width: 50% !important;
  }
  div#left-nav-wrapper {
    width: 17% !important;
    padding-top: 120px !important;
  }
  div#navContainer.shrink {
    margin-left: 17% !important; 
    width: 83% !important;
  }
  div#navContainer.expand {
    margin-left: 0% !important;
    width: 100% !important;
  }
  .top-left-group-info {
    /* width: 37% !important;
    margin-top: 22px;
    margin-right: 4%; */
  }
  .fixed-guest-btn {
    width: 34%;
  }
  .fixed-guest-btn div {
    padding: 5px 15px;
    border: 1px solid #fff;
  }
  header {
    height: 90px;
  }
  span.timerbar_time > .biddingEnds {
    font-size: 1.5rem !important;
  }
  .btn-guest {
    font-size: 1.5rem;
  }
  .icon-guest-wrapper {
    margin: 0 5px;
  }
  main.homePage > #myCarousel {
    margin-top: 6%;
    background-color: #142244;
    min-height: 600px;
  }
}
@media (min-width: 1600px) {
  .top-left-group-info {
    /* width: 36% !important;
    margin-top: 22px;
    margin-right: 1%; */
  }
  .fixed-guest-btn {
    width: 30%;
  }
  .fixed-guest-btn div {
    padding: 5px 15px;
    border: 1px solid #fff;
  }
  main.homePage > #myCarousel {
    margin-top: 4%;
    background-color: #142244;
    min-height: 600px;
  }
}
@media (min-width: 1900px) {
  /* .top-left-group-info {
    width: 30% !important;
    margin-top: 22px;
    margin-right: 3%;
  } */
}

@media (max-width: 575.98px) {
  body {
    padding-top: 73px;
  }
  body.innerLogged {
    padding-top: 65px;
  }
  .navbar-brand {
    margin: 0 0 0px;
    width: 40%;
  }
  .innerLogged .navbar-brand img {
    width: 80%;
  }
  .navbar-brand img {
    width: 55%;
  }
  .logTop {
    width: 100%;
  }
  .carousel-control-prev-icon:after,
  .carousel-control-next-icon::after {
    width: 30px;
    height: 30px;
  }
  #myCarousel .carousel-control-next-icon,
  #myCarousel .carousel-control-prev-icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  section.spaceCrousel {
    padding: 0em 0;
  }
  .logBtnB {
    /* width: 100%; */
  }
  .space-top {
    margin-top: 4em;
  }
  #myCarousel .carousel-item {
    height: 50vh;
  }
  div#carouselSpot {
    height: auto;
  }
  #carouselSpot .carousel-indicators {
    bottom: -60px;
  }
  h1.mainTitle {
    font: normal normal normal 22px/30px Circular Std;
  }
  .createAc {
    background-size: 16%;
  }
  .getMore {
    background-size: 16%;
  }
  .card.img-off,
  .card.img-off img {
    border-radius: 1em 1em 0em 0em;
  }
  .compL {
    border-left: none;
    margin-top: 0.7em;
    border-top: 1px solid #777;
    padding-top: 0.7em;
  }
  .fundR:after {
    bottom: 107px;
  }
  .fundR:before {
    bottom: 111px;
  }
  .fe-title h2 {
    font: normal normal normal 17px/32px Circular Std;
  }
  .feature-list h5.card-title {
    font: normal normal normal 15px Circular Std;
  }
  .infoblock {
    margin-right: 0;
  }
  .btn-off {
    width: 80%;
  }
  .talkCoach {
    width: 100%;
  }
  .spot::before {
    background-position-y: 21em;
    background-position-x: 20em;
  }
  .spot h3 {
    font-size: 1.3em;
  }
  .testTitle p:first-child {
    font: normal 18px/26px Circular Std;
  }
  .testTitle h2 {
    font: normal normal normal 22px/36px Circular Std;
  }
  .testTitle h2 span {
    font: normal normal normal 29px/36px Circular Std;
  }
  .testTitle p:last-child {
    font: normal normal normal 17px/30px Circular Std;
  }
  p.fundRp {
    font: normal normal normal 14px/26px Circular Std Book;
  }
  .footnav li a {
    font: normal normal normal 16px/18px Circular Std Book;
  }
  .footnav h5 {
    font: normal normal normal 19px/38px Circular Std;
  }
  p#copyright {
    font: normal normal normal 13px/25px Circular Std Book;
  }
  .top-navbar .dropdown-menu.megamenu.show ul li {
    width: 100%;
    margin: 2px 0 5px 0;
  }
  .top-navbar .dropdown-menu.megamenu.show ul li a {
    margin: 12px 0;
    padding: 0;
  }
  .ctBid,
  .ctBidValue {
    /* font-size: 12px; */
  }
  .auctionCard .card .card-body h4 a {
    font-size: 13px;
  }
}

/* // Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
  #myCarousel .carousel-item {
    height: 65vh;
  }
  .fe-title h2 {
    font: normal normal normal 17px/34px Circular Std;
  }
  .feature-list h5.card-title {
    font: normal normal normal 18px Circular Std;
  }
  .feature-list p.card-text {
    font: normal normal normal 16px/28px Circular Std Book;
  }
  div#carouselSpot {
    height: 85vh;
  }
}

/* // Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
  #myCarousel .carousel-item {
    height: 65vh;
    background-image: url(../assets/wave-top-2.png);
    background-position-x: -58px;
  }
  .spot {
    background-position: top;
    background-position-x: -48px;
    background-size: 250%;
  }
  .spot h3 {
    font-size: 1.5em;
    margin-top: 1em;
  }
  .spot p {
    font-size: 15px;
  }
  .fe-title h2 {
    font: normal normal normal 17px/34px Circular Std;
  }
  .Offer .mainTitle {
    font: normal normal normal 18px/33px Circular Std;
  }
  .feature-list h5.card-title {
    font: normal normal normal 18px Circular Std;
  }
  .feature-list p.card-text {
    font: normal normal normal 16px/28px Circular Std Book;
  }
  div#carouselSpot {
    height: 85vh;
  }
}

/* // Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
}

/* // X-Large devices (large desktops, less than 1400px) */

@media (max-width: 1399.98px) {
  .device-m {
    margin-bottom: -60px;
  }
}

/* // XX-Large devices (larger desktops)
// No media query since the xxl breakpoint has no upper bound on its width */

/* Left hand navigation */

body {
  background-color: #fff !important;
  padding-top: initial !important;
}

/* =========================================================== Top-header css ========================================================= */
/* .topbar-section {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0 20px;
  border-bottom: 2px solid #cfd5db;
} */
/* .top-list {
  display: flex;
  list-style: none;
  align-items: center;
  position: relative;
}
.top-list .top-item:not(:last-child) {
  margin-right: 40px;
} */

/* .top-list .top-item:not(:last-child)::after {
    content: '';
    border-left: 1px solid #CFD5DB;
    

} */

.top-item input.form-control.rounded {
  border: 1px solid #cfd5db;
}
.icon-text {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.help-text {
  color: #333 !important;
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
}
.top-item svg.bi.bi-question-circle {
  color: #333 !important;
}
.top-item .dropdown-toggle {
  white-space: nowrap;
  text-decoration: none;
  font-size: 16px;
}
.group-one {
  color: #0058f1;
  font-size: 16px;
}

.top-page-help {
  text-decoration: none;
}
.left-menu-icon a {
  color: #A2c603;
  font-size: 25px;
}
#open-nav-icon {
  display: none;
}
/* ========================================================== END ================================================================================= */

/* Left menu */

.left-menu-dark {
  background-color: #142244;
}
.left-menu-list {
  width: 100%;
}
.left-menu-list li a {
  font-size: 0.9rem;
  color: #fff;
}
.left-menu-list li {
  padding: 10px 0px 10px 10px;
  width: 100%;
}
.menu-icon-left {
  color: #6b7ca5;
}
.menu-icon-arrow {
  float: right;
  padding: 4px;
}
#left-nav-toggler-wrapper {
  display: flex;
  align-items: center;
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
}
span.navbar-toggler-icon.login-hamburger {
  height: 1.7rem;
  background: #fff;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.offcanvas-collapse.open {
  width: 70%;
  background: #014c82;
  top: 60px;
}
span.navbar-toggler-icon.login-hamburger i.fa-bars {
  background: #fff;
  color: #142244;
  width: 1.5rem;
  height: 1.7rem;
  padding: 5px 0;
}
span.navbar-toggler-icon i {
  font-size: 1.5rem;
  color: #A2c603;
}

button#btn-left-nav-toggler {
  border: none;
  background: #fff;
}
a.navbar-brand {
  margin-left: 10px;
}
.left-menu-dark a.active {
  background-color: rgba(18, 102, 241, 0.05);
}
.child-nav li {
  padding: 0px 0;
}
.child-nav {
  padding-left: 25px !important;
  padding-top: 5px !important;
}
/* .left-menu-list li:hover{
    background-color: #9AC93C;
} */
.close-sign .closebtn {
  color: #fff;
  font-size: 20px;
  margin-right: 20px;
  font-weight: 500;
}
.left-menu-list li:hover .menu-icon-left {
  color: #fff;
  color: #a2c600;
}
.left-menu-list li:hover .nav-link {
  color: #fff;
}
.nav-pills .nav-link {
  margin: 0px 7px;
}
/* left menu styling */
div#left-nav-wrapper {
  position: fixed;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  width: 20%;
  height: 100%;
  z-index: 1029;
  left: 0;
  bottom: 0px;
  background-color: #142244;
  transform: translateX(-240px);
  visibility: hidden;
  padding-top: 120px;
}
div#left-nav-wrapper.active {
  transform: none;
  visibility: visible;
  transition: all 0.6s ease-in-out;
}
div#left-nav-wrapper.active .menu-toggle-icon-wrapper {
  visibility: visible;
}
div#navContainer {
  margin-left: 0;
  width: 100%;
  /* transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out; */
}
div#navContainer.active {
  margin-left: 20px;
  width: 100%;
}

.menu-toggle-icon-wrapper {
  position: absolute;
  left: 94.7%;
  background: #fff;
  border-radius: 100%;
  font-size: 20px;
  width: 35px;
  height: 35px;
  padding: 0;
  color: #142244;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 1;
}
span.navbar-toggler-icon i.fa-bars {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
span.navbar-toggler-icon i.fa-bars.active {
  transform: rotate(-90deg);
}
.menu-toggle-wrapper:hover .menu-toggle-icon-wrapper {
  visibility: visible;
}
a#navbarDropdown {
  display: flex;
  align-items: flex-start;
}
.user-group-wrapper {
  display: flex;
  flex-direction: column;
  margin: -4px 0;
  padding: 0 5px;
}
div.scroll-box {
  overflow-y: scroll;
  max-height: 100%;
}
div.scroll-box::-webkit-scrollbar {
  width: 0.6em;
}
div.scroll-box::-webkit-scrollbar,
div.scroll-box::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 100px;
}
div.scroll-box::-webkit-scrollbar-thumb {
  background: #A2c603;
}
.cover-bar {
  position: absolute;
  background: #142244;
  height: 100%;
  top: 0;
  right: 0;
  width: 0.6em;
  opacity: 1;
}
#left-nav-wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
div#left-nav-wrapper:hover .cover-bar {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* left menu styling */

/* header */
header {
  position: relative;
}
header .top-header,
header .top-header > .container-fluid,
header .top-header > .container-fluid .row {
  height: 100%;
}
.topbar-section {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.top-left-group-info {
  display: flex;
  /* width: 40%; */
  justify-content: flex-start;
  align-items: center;
}
.group-name .group-id {
  /* position: absolute;
  left: 15px;
  top: 30px; */
}
.user-drop .dropdown-menu {
  background-color: #142244;
}
li.popup-gp-li {
  /* background: rgb(242 242 242 / 20%); */
  padding: 10px 15px;

  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1em;
}
li.popup-gp-li .user-group-wrapper {
  color: #fff;
}
li.member-login {
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 5px 10px;
  box-shadow: 2px 2px 5px #f5f5f5;
}
header .input-group.header-search {
  z-index: 1031;
}

ul.ul-left-search {
  margin-top: 20px;
}
span.group-name {
  /* margin-left: -18px; */
  margin-top: 5px;
  font-size: 0.8rem;
  width: 150px;
  white-space: break-spaces;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
span.group-name.popup {
  white-space: break-spaces;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-left: 60px;
}
span.group-id.popup {
  position: absolute;
  left: 20px;
  top: 15px;
}
span.help-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a2c603;
  height: 35px;
  width: 33px;
  margin-left: -3px !important;
  margin-top: 0px;
  border: 1px solid #084882;
  box-shadow: 1px 1px 5px #a5a3a3;
}
span.help-wrapper i {
  font-size: 24px;
  background: white;
  color: #ffffff;
  background: #a2c603;
  display: flex;
}
.user-drop ul li a.dropdown-item i {
  color: #63729f;
  margin-right: 10px;
}
.user-drop ul li a.dropdown-item:hover {
  background-color: #142244;
  color: #fff;
}
.user-drop ul li a.dropdown-item:hover i {
  color: #a2c603;
}
/* header */

/*member home styling */
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }

  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}

@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }

  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }

  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.action-alert-ul {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 20rem;
  padding: 0;
  box-shadow: 0 3px 12px rgb(27 31 35 / 15%), 0 0 1px rgb(27 31 35 / 20%);
  border: none;
  animation: action-alert-dropdown 0.4s cubic-bezier(0.73, 0.005, 0.22, 1);
  padding-top: 0;
  padding-bottom: 20px;
  top: -5px !important;
}

@keyframes action-alert-dropdown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.action-alerts-head {
  background: #a4111f;

  text-transform: capitalize !important;
  color: #fff;
  padding: 10px 25px;
  border-radius: 0px;
  font-size: 0.8rem;
  margin: 0px;
  margin-bottom: 10px;
}
div#show-action-alert {
  font-size: 0.95rem;
  border-bottom: 1px solid #a4111f;
  padding: 10px 20px;

  padding-bottom: 50px;
}

a.btn.btn-fix, button.btn.btn-fix {
  border: 1px solid #a4111f;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 0 1rem;
  margin: 10px 0;
  background: #a4111f;
  box-shadow: 2px 2px 5px #f5f5f5;
  display: block;
  float: right;
}

.show-action-alert > svg.bi {
  display: none;
}
.action-alert-wrapper .dropdown-toggle::after {
  position: absolute;
  top: 15px;
  left: 25px;
  color: #a4111f;
  display: none;
}
div.alert.action-alert {
  display: none;
}
svg.notification {
  color: #a4111f;
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
.card-header {
  position: relative;
}
.action-alert-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.alert.alert-warning svg {
  color: #a4111f;
}
p.card-title {
  color: #142244 !important;
  font-size: 18px;
  /*   text-transform: capitalize;  JRD: This is a problem because it will change text like "Select a Donor" to "Select A Donor". We should NOT do this and make the text correct instead */
}
.card-header {
  background: #eef0f3 !important;
  box-shadow: 0px 3px 4px #938f8fa3;
}

.card {
  border: none;
}
/* .alert-warning {
  width: 50%;
} */
.accordion-item {
  border: none;
  padding-bottom: 1px;
}
button.accordion-button {
  background: #014c82;
  /* width: 25%; */
  color: #fff;
}
.btn-guest {
  background: transparent;
  color: #142244;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.accordion-body {
  /* Need to address this issue - I think the padding needs to be different on smaller viewports and 
	possibly on the member home page because of the bidding status section.  
	See newui-460
	*/
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.icon-guest-wrapper:hover i.fa {
  color: #A2c603;
}
.icon-guest-wrapper input:hover {
  background-color: transparent;
  color: #fff;
}

form.form-guest-btns {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
a.icon-guest-wrapper {
  display: flex;
  align-items: center;
  background: #a2c603;
  color: #142244;
  box-shadow: 2px 2px 5px #6a7983;
  border: 1px solid #142244;
  padding: 15px 0px;
  font-size: 1.5rem;
  justify-content: center;
  cursor: pointer;
  border-radius: 0.15em;
  transition: all 0.3s ease-in-out;
  flex-grow: 1;
  flex-basis: 0;
  text-decoration: none;
}
a.icon-guest-wrapper:hover {
  background: #a2c603 !important;
  color: #142244 !important;
  border: 1px solid #014c82;
}
a.icon-guest-wrapper.auction:hover {
  background: #a2c603 !important;
  color: #142244 !important;
  border: 1px solid #014c82;
}

.icon-guest-wrapper:hover input {
  color: #fff;
}
.btn.btn-guest {
  transition: none;
}
.icon-guest-wrapper.auction {
  margin-left: 0;
}
.icon-guest-wrapper:last-child {
  margin-right: 0;
}
.icon-guest-wrapper:hover i.fa {
  background-color: #fff;
  color: #014c82;
  animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.icon-guest-wrapper i.fa {
  background-color: #fff;
  border-radius: 100%;
  padding: 12px 10px;
  width: 50px;
  margin-right: 5px;
  color: #014c82;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-guest-wrapper span i.fa {
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.btn-success.icon-guest:active:focus,
.btn-success.icon-guest:active {
  box-shadow: none;
}
.btn-check:focus + .btn-guest.btn-success,
.btn-guest.btn-success:focus {
  color: #fff;
  background-color: transparent;
  border-color: #e6e6e7;
  box-shadow: none;
}
.accordion-header {
  position: relative;
  margin-bottom: 2px;
}
span#onlineBiddingEnds.bidtimer-home {
  /* position: absolute; JRD: 11/5 - This messes up the formatting on small viewports */
  /* right: 35px; JRD: 11/5 - This messes up the formatting on small viewports */
  display: flex;
  top: 10px;
  text-align: right;
  background: transparent;
  color: #fff;
  align-items: center;
}

/*member home styling */

/* annoucements styling */
h2#announcementsAccordionHeader {
  background: #9ac93b;
  margin-bottom: -1px;
}
h2#announcementsAccordionHeader .bg-primary.collapsed {
  background-color: #a2c603 !important;
}
.annoucements .dataTables_scrollHead,
.annoucements div.dataTables_length,
.annoucements .dataTables_info,
.annoucements .dataTables_paginate,
.annoucements .dataTables_filter {
  display: none;
}
.annoucements-wrapper.accordion-item {
  width: 100%;
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}
.accordion-body.annoucements {
  padding-top: 0;
}
.annoucements-wrapper .accordion-button:not(.collapsed) {
  /* display: block; */
  background-color: #9ac93b !important;
  color: white !important;
}
/* annoucements styling */

/* bidonlinegrid styling */
.filter-tags a {
  background: #014c82;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 3px;
  display: inline-flex;
}
input#useProxyCheckbox {
  margin: 6px 0;
}
label.tool-tip {
  font-size: 16px;
  margin-left: 20px;
}
.bidding-area ul li span,
.bidding-options span {
  font-size: 18px;
}
span.fs-1r {
  font-size: 1.2rem;
}
div#biddinginfo_detail {
  color: #fff;
}
.inner-fixed-header {
  z-index: 1;
  background: #fff;
}
/* .inner-fixed-header.sticky {
  position: sticky;
} */

.auction-item-title {
  float: left;
  display: flex;
  align-items: left;
  justify-content: left;
  padding-left: 0.5rem;
  font-size: 1.2rem !important;
}

/* quick links */
.quick-links {
  float: right;
  display: flex;
	align-items: center;
  justify-content: center;
  margin-left: auto;
}
.quick-links.guest-ticket-purchase {
  float: unset;
  justify-content: flex-end;
  background-color: #fff;
}
.quick-links.fan-page {
  justify-content: flex-end;
  /* overflow: hidden; */
}
.quick-links.fan-page div:last-child {
  margin-left: 0;
  margin-right: 1rem;
}
.quick-links.fan-page div.links-item:last-child span {
  right: -25px;
  width: unset;
  min-width: unset;
}

.quick-links .quick-link {
  color: #fff;
  font-size: 1.2rem;
}
.quick-links > div {
  width: 35px;
  height: 30px;
  position: relative;
  border-radius: 5px;
}
.quick-links div.links-item a {
  position: relative;
}
.quick-links div.links-item span {
  line-height: 2;
  top: 0px;
  right: 0;
  position: absolute;
  text-align: center;
  min-width: 120px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
  font-size: 0.9rem;
  padding: 0 2px;
  color: #9ac93b;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.quick-links div.links-item:hover a > span {
  visibility: visible;
  top: -41px;
  left: -40px;
  opacity: 1;
  z-index: 10;
}
.quick-links div.links-item span:after {
  content: "";
  position: absolute;
  left: 38%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  clear: both;
}
.quick-links div:last-child {
  /* margin-left: 5px; */
}
.quick-links div.links-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
  background: #a2c603;
  color: #fff;
}
/* quick links */

span.biddingEnds {
  color: #a4111f;
  padding: 0 !important;
  background: #fff;
  border: none;
  pointer-events: none;
  margin: 0 !important;
  line-height: 1;
  font-size: 1rem;
}
.biditems-filters {
  float: right;
}
span.biddingEnds:hover {
  color: #fff;
}
.filter-btn-right {
  float: right;
}
span.help-wrapper-bidonlinedetail {
  color: #a2c603;
  font-size: 1.5rem;
  display: inline-block;
  float: right;
}
input#amtBid {
  font-size: 14px;
}
.timer-wrapper {
  margin-bottom: 8px;
}
.card-body.card-current-bid {
  padding: 1rem 0rem;
}
.item-desc p,
.item-desc,
.item-value {
  font-size: 1.0rem;
}
.item-desc h5 {
	font-size: 1.2rem;	
}

h4.item-name {
  color: #014c82;
  font-size: 1.25rem;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
  /* background: #142244; JRD: Commented this out because it affects the background on several pages. See newui-151 */
  /* color: #fff; */
  /* font-size: 1.25rem; JRD: Same as above. */
  background: transparent;
  font-size: 1rem;
  /* border-bottom: 1px solid #fff; */
}
form.place-bid {
  border: 2px solid #142244;
  padding: 2rem 2rem;
  border-radius: 4px;
  background: #142244;
}
input#signup {
  background: #fff !important;
  color: #142244 !important;
}
input#signup.btn-success {
  background: #a2c603;
  border: #a2c603;
  color: #fff;
  box-shadow: 0px 4px 15px #97ba0061;
  font-size: 0.85rem;

}
input#signup.mr-1{
  margin-right: 10px;
}
span.timerbar_time > .biddingEnds {
  background: #fff;
  color: #a4111f;
  line-height: 1;
  display: inline-block;
  width: 100% !important;
}
.btn.blue-btn {
  background: #142244;
  color: #fff;
}
.filters-wrapper {
  text-align: right;
}
.title-timer-wrapper {
  padding: 0 2rem;
  /* overflow: hidden; */
}
.title-timer-wrapper .timer-wrapper {
  min-width: 42%;
  text-align: right;
}
button.btn-placebid,
button.btn-buy {
  position: relative;
  width: 100%;
  color: #fff;
}
button.btn-placebid span,
button.btn-buy span {
  margin-right: 5px;
  vertical-align: text-bottom;
}
button.btn-buy span i {
  vertical-align: -webkit-baseline-middle;
}

.filter-icon-wrapper {
  position: relative;
}
.dropdown-toggle.filter-icon {
  /* display: block;
  float: right;
  margin-bottom: 5px; */
}
.dropdown-toggle.filter-icon::after {
  display: none;
}
.dropdown-toggle.filter-icon span svg {
  color: #014c82;
  width: 30px;
  height: 30px;
}
.filters-items {
  padding: 30px 20px;
  background: #fff;
  border: 2px solid #142244;
  border-radius: 2 !important;
  outline: 2px solid #a2c603;
  min-width: 320px;
}
.dropdown-menu[data-bs-popper] {
  left: unset;
}

/* bidonlinegrid styling */

/* login page */
.ptb-5 {
  padding: 5px 0;
}
/* login page */

/* fan page styling */
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  
  color: #142244;
  background-color: #a2c603 !important;
  border: 1px solid #142244 !important;
}
.levels-wrapper .btn-check:focus + .btn-outline-primary,
.levels-wrapper .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgb(162 198 3);
}
.thank-img {
  text-align: center;
}
.container-fluid.fluid-gutter {
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-x, 0rem);
}
.submit-wrapper-score {
  width: 25%;
  margin: 0 auto;
}
.levels-wrapper {
  background: #eee;
  margin: 0 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.levels-wrapper h5 {
  padding: 10px 15px;
  /* padding-top: 15px; */
  background: #104c82;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
}
.levels-wrapper .btn-wrapper {
  padding: 2rem 0;
  margin: 0 auto;
  width: 75%;
}
div#button-container {
  flex-wrap: wrap;
  max-width: 700px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.levels-wrapper .btn-wrapper .inputGroup label {
  background: #fff;
}
.btn-outline-primary:hover {
  color: #333;
}
div#otherAnswerSubmit {
  display: inline-block;
  min-width: 250px;
}
.goal-amount {
  display: none;
  margin: 0 10px;
}

/* fan page styling */

/* tickets styling */
.row.bdr-top {
  border-top: 1px solid #A2c603;
  padding-top: 10px;
}
.row.bdr-top input[type="text"] {
  width: 48%;
}
.row.bdr-top select {
  width: 100%;
  padding: 5px 0;
}
div.checkbox.switcher label,
div.radio.switcher label {
  padding: 0;
}
div.checkbox.switcher label *,
div.radio.switcher label * {
  vertical-align: middle;
}
div.checkbox.switcher label input,
div.radio.switcher label input {
  display: none;
}
div.checkbox.switcher label input + span,
div.radio.switcher label input + span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 20px;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
div.checkbox.switcher label input + span small,
div.radio.switcher label input + span small {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 0;
}
div.checkbox.switcher label input:checked + span,
div.radio.switcher label input:checked + span {
  background: #a2c603;
  border-color: #a2c603;
}
div.checkbox.switcher label input:checked + span small,
div.radio.switcher label input:checked + span small {
  left: 50%;
}
.promo {
  min-height: 38px;
  vertical-align: top;
}
/* tickets styling */

/* reconcile page */
#matchTable table th.tableTitle,
th.tableTitle {
  background-color: #014c82 !important;
  color: #fff;
}

/* reconcile page */

/* auction admin */
.col-form-label {
  font-size: 1rem;
}
.sub-card-header {
  background-color: transparent !important;
  color: #142244;
}
.sub-card {
  background-color: #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sub-card.pd{
  padding-left: 20px;
  padding-right: 20px;

}
.sub-card.mb-5{
  margin-bottom: 5rem;

}
.sub-inner-card {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 1px 1px 5px #706f6f;
}
h5.h5.card-title {
  font-size: 1rem;
  padding: 5px 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
  background: transparent;
  font-size: 1rem;
}
.list-group-flush.list-bg .list-group-item {
  border-bottom: 1px solid #eef0f3;
  padding: 0px 0px;
}
.list-group-flush.list-bg .list-group-item:nth-child(2n) {
  /* background-color: #eef0f3; */
}
.list-group-flush.list-bg .list-group-item a {
  text-decoration: none;
}
hr.separator {
  background: transparent;
    height: 1px;
    border: 1px dashed #a2c603;
    opacity: 0.5;
}
.bdr-item.accordion-separator {
  /* border: 1px solid rgba(0, 0, 0, 0.125) !important; */
  /* margin-bottom: 1px; Handled in the .accordion-item */
}
.bdr-item.accordion-separator .accordion-collapse {
  margin: 0 1px;
  outline: 1px solid #d0d0d0;
}

/* auction admin */

/* online ticket purchase */
.footer-wrapper {
  background: #142144;
  text-align: center;
  color: #fff;
}
/* online ticket purchase */

/* donation page */
.del-wrapper {
  display: flex;
  justify-content: flex-end;
}

/* invoice page */
.col-12.text-right {
  text-align: right;
}
table.amount-table {
  width: 100%;
}
textarea#note {
  width: 100%;
}

/* bundle page */
ul.draglist {
  background: #ffffff !important;
}
ul.draglist li {
  font-size: 0.9rem !important;
}
li.list1 {
  background-color: #ffffff !important;
  border: 1px solid #cccccc !important;
}
li.list2 {
  background-color: #A2c603 !important;
  border: 1px solid #084298 !important;
}
.bundle-alert {
  color: #014c82;
  background-color: #eee;
}
ul#ul2 li {
  background-color: #A2c603 !important;
  border: 1px solid #084298 !important;
}

/* fanpage-monitor */
.card-border {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* live monitor */
.green-wrapper {
  border: 2px solid #A2c603;
  border-radius: 8px;
  color: #A2c603;
  box-shadow: 0 3px 12px rgb(27 31 35 / 15%), 0 0 1px rgb(27 31 35 / 20%);
  /* max-width: 60%; */
  padding: 15px;
  font-size: 1rem;
}
.green-wrapper div.min-value {
  font-size: 1.3rem;
}
/* live monitor */

/* olb page */
#ticketinfo {
  margin: 0 !important;
}
/* olb page */

/* all pages */

/* input.form-control,
select.form-control {
margin-bottom: 5px; JRD: Removed to fix alignment of cell area code and phone number on the addperson.php page. 
}
*/
.cropper-window {
  margin-left: calc(0% - 23%);
  width: 65%;
  border: 5px solid #A2c603;
  box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
}

div#navContainer section .container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  --bs-gutter-x: 0.8rem;
  --bs-gutter-y: 0.8rem;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0;
}

.bg-green {
  background-color: #9ac93b !important;
  color: white !important;
}
.bg-header-primary {
  background-color: #014c82 !important;
  color: #fff !important;
}
.text-right {
  text-align: right;
}
.float-right,
nav.float-right {
  float: right;
}
label,
span {
  font-size: 0.85rem;
}
#detailTable .fa.fa-file-excel {
  color: #0d6efd;
}
.left-nav-footer {
  font-size: 0.65rem;
  text-align: center;
  padding-top: 150px;
  width: 100%;
}
.gsc-input-box {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.gsc-search-button-v2 {
  padding: 10px 15px !important;
}
span.help-wrapper.header-help {
  margin-top: 13px;
}

i.fas.fa-info-circle,
i.fas.fa-question-circle {
  color: #142244;
}
.form-floating
  > .form-control:not(:placeholder-shown)
  ~ label.group-name
  i.fas.fa-question-circle {
  opacity: 1;
}
select.form-control {
  border: 1px solid #ced4da;
  border-bottom-color: #ced4da !important;
}
select.form-control.meal-style {
  color: #808088;
  font-size: 14px;
  padding: 5px 5px;
}
input.border-all {
  border: 1px solid #ced4da;
  border-bottom-color: #ced4da !important;
}

/* all pages */

/* print_receipt pages */
.eventTitle.no-ml {
  margin-left: 0 !important;
}
/* #content table.table td,
#ticketsBody table.table td {
  font-size: 1.5rem;
} */
#content {
  margin: 20px auto;
  background: #fff;
  padding: 20px;
}
/* print_receipt pages */

/* trial navbar */
nav.navbar {
  padding: 10px 0 !important;
}

/* trial navbar */

@media (max-width: 1400px) and (min-width: 1200px) {
  .nav-pills .nav-link {
    margin: 0px 7px;
  }
  .left-menu-list li a {
    /*    font-size: 14px;	*/
    color: #fff;
  }
}

.list-group-item {
  /* Affects many pages - auctiondminhome.php, auctionday.php, etc.  overriding the list-group.scss file */

  padding: 0rem 1rem;
  border: none;
}

.ticket-icon {
  padding: 0px 0px 5px 3px;
}

.ticket-label {
  font-size: 0.9rem;
}

.section_container {
  /* Primary section container. Affects 170+ pages */
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #f8f9fa !important;
}

.fa-gavel:before {
  padding-left: 3px;
}

.fa-ticket-alt:before {
  padding-left: 2px;
}

/*# Css(15-12-2021) */
.slick-dots li.slick-active button {
  background: #000;
}

form#loginForm {
  background: #f8f9fa;
}
.left-content{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 100;
  opacity: 0.7;
}
.left-content .content{
  margin-bottom: 30px;
}
.login_form_sec {
  /* width: 75%; */
  margin: 0px auto;
  padding: 0 0;
  background: #f8f9fa;
}
.login_form_sec .form-header-sec{
  background-color: #142244;
}
.login_form_sec .form-header-sec p{
  color: #fff;
}
.login_form_sec .content{
  color: #808080;
  padding: 25px 30px;
  font-size: 1rem;
}
.reg_msg_sec .form-header-sec{
  /* width: 75%; */
  margin: 0px auto;
  padding-right: 0px;
  padding-left: 0px;
}
.reg_msg_content .form-header-sec{
  background-color: #142244;
}
.reg_msg_sec .form-header-sec p{
  color: #142244;
}
.reg_msg_sec .content{
  color: #808080;
  padding: 25px 30px;
  font-size: 1rem;
}
.btn-reg {
    width: 150px !important;
}
.btn-primary.btn-lg, .btn-success.btn-lg{
  font-size: 1rem;
}

.lowercase{
  text-transform: inherit;
}

h2.login-header {
  background: #a2c600;
  padding: 20px;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  color: #11363c;
}
.login-triangle {
  width: 0;
  margin-right: auto;
  margin-left: auto;
  border: 12px solid transparent;
  border-bottom-color: #a2c600;
}
.form_contain {
  background: #fff;
  padding-bottom: 1px;
}
.form_contain .form-floating {
  margin: 30px;
}
.form_contain .form-floating .form-control {
  border-radius: 0;
}
.form_contain .form-floating .form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}
.submit_sec .btn-success {
  width: 250px;
  font-size: 20px;
  border-radius: 0;
  margin-bottom: 0 !important;
}
span.alignright {
  width: 100%;
  display: block;
  padding-top: 15px;
}
.create_new_acc {
  display: flex;
  margin: 30px !important;
  justify-content: center;
  align-items: center;
}
div#createaccount1 {
  margin-left: 15px;
}
.create_new_acc p {
  margin-bottom: 0 !important;
}
.btn-grey:hover {
  color: #6b7ca5;
}
.Ticket_text {
  border: 1px solid #ccc;
  margin: 20px 0;
  padding: 20px;
  border-radius: 5px;
  background: #f1efef;
  box-shadow: 0px 0px 4px #cccccc70;
}
.text-effect {
    font-family: 'Lemonada', cursive;
    font-size: 42px;
    text-align: center;
    text-shadow: 2px 2px 5px #fff8b3;
    animation: animate 2.5s infinite;
    overflow: hidden;
    width: 325px;
    margin: 0px auto;
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -5px);
    top: auto;
    left: 50%;
    color: #a2c603;
}
.text-effect span{ 
  font-size: 42px;
}
@keyframes animate{
  0%,100%{
      letter-spacing: -0.5em;
      filter: blur(12px) opacity(0.1);
  }
  30%{
      letter-spacing: 0;
      filter: blur(0) opacity(1);
  }
  70%{
      letter-spacing: 0;
      filter: blur(0) opacity(1);
  }
}
.managebid_btn {
  float: right;
}
table#onlineBid .hasDatepicker {
  height: 19px;
}
.bid_alert {
  float: right;
  width: 50%;
}
.doner_text p {
  font-size: 16px;
  color: #142244;
}
.doner_search_text {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.doner_search_text p {
  margin-bottom: 0;
  width: 65%;
}
.doner_search_text a {
  display: flex;
  background: #121f3d;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  padding: 0.375rem 0.75rem;
  text-align: center;
}
.previous-donation-report {
  display: flex;
  align-items: center;
}
.previous-donation-report a {
  margin-left: 15%;
}
li.nav-item.dropdown.user-drop {
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 5px 10px;
  box-shadow: 2px 2px 5px #f5f5f5;
  line-height: 1.85rem;
}
.gsc-search-button button.gsc-search-button.gsc-search-button-v2 {
  background-color: #a2c603 !important;
  height: 35px !important;
}
input#addTag, input#addCategory, input#clearForm {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 5px;
}
.flex-btn {
 align-items: center;
}
div.scroll-box ul.left-menu-list li.child-nav a.nav-link {
  padding: 0;
  color: #b0b8cf;
}
div.scroll-box ul.left-menu-list li a {
  color: #fff;
}
div.scroll-box ul.left-menu-list li.child-nav a.nav-link:hover {
  color: #a2c603;
}
.contact_img {
  background-image: url(../assets/bg-talkv.jpeg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
}
.info_section {
  padding: 15px;
  margin: 10px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px #ccc;
}
.contact_title {
  color: #a2c603;
}
ul.contact-list-group {
  padding-left: 10px;
  list-style: none;
  margin: 0;
}
ul.contact-list-group li {
  color: #313e4a;
}
ul.contact-list-group li a, .contact-alert-info a {
  color: #0c4983;
  text-decoration: none;
}
ul.contact-list-group li a:hover, .contact-alert-info a:hover {
color: rgba(0,0,0,.7);
}
.contact-alert-info {
  padding: 15px;
  margin: 10px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px #ccc;
}
.contact_alert {
  background: #fff; 
}
.info_section.info_support {
  margin-left: 0;
}
.info_section.info_sales {
  margin-right: 0;
}
.editform_check input.form-check-input {
  margin-left: -7px;
}
.editform_check label.form-check-label {
  margin-left: 5px;
}
.editform_input input.form-control {
  padding: 15px;
}
.editform_input label {
  padding-left: 28px;
}
.bidpercent_input input.form-control {
  margin-bottom: 0;
}
/* section.section_container.managebid .card-header.bg-primary {
  background-color: #014c82 !important;
  color: #fff;
} */

h5.card-title {
	color: #142244;
}

.toolTip{
  color: #240b36;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.toolTip:before,
.toolTip:after{
  content: '';
  background: linear-gradient(to right bottom,transparent 50%,#a2c603 51%);
  background: linear-gradient(to right bottom,transparent 50%,blue 51%);
  height: 20px;
  width: 20px;
  opacity: 0;
  z-index: -100;
  transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
}
.toolTip:after{
  content: attr(data-tip);
  color: #fff;
  background: #a2c603;
  background: orange;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  width: auto;
  padding: 7px 10px;
  border-radius: 3px;
  transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
}
.toolTip_width.toolTip:after {
  width: 280px;
}
.toolTip:hover:before,
.toolTip:hover:after{
    opacity: 1;
    z-index: 100;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
}
.toolTip:hover:after{ transition: all .65s cubic-bezier(.84,-0.18,.31,1.26); }
.toolTip.top:before,
.toolTip.top:after{
    transform: translateX(-50%) translateY(-60%) rotate(45deg) scale(0.6);
    position: absolute;
    left: 40%;
    bottom: 100%;
}
.toolTip.top:after{ transform: translateX(-50%) translateY(20%) rotate(0) scale(0.6); }
.toolTip.top:hover:before{ transform: translateX(-50%) translateY(-35%) rotate(45deg) scale(1); }
.toolTip.top:hover:after{ transform: translateX(-50%) translateY(-20%) rotate(0) scale(1); }
section#leader-board-marquee\ list-view\ online-program p.card-title {
  color: #fff;
}
div#marqueeData ul.marquee .news-item {
  border-bottom: none;
}
input[type=number] {
  margin-bottom: 0;
}
a.custom_link {
  color: #808080;
  text-decoration: none;
}
.align-center {
  align-items: center;
}
.align-center button.btn, .align-center button.btn i {
  line-height: 0 !important;
}
.optionalDisplay .align-item {
  align-items: center;
}
.optionalDisplay .align-item button.btn, .optionalDisplay .align-item button.btn i {
  line-height: 0;
  padding-bottom: 0;
}
.optionalDisplay input.form-control, .optionalDisplay select.form-control {
  margin-bottom: 5px;
}
input#cellNumber, input#cellAreaCode~ {
  margin-bottom: 0;
}
span#optedInSpan {
/*  display: flex; JRD: Removed to fix newui-682 */
  align-items: center;
}
span#optedInSpan a.btn, span#optedInSpan a.btn i {
  line-height: 0;
}
.align-center {
  align-items: center;
}
.align-center button.btn, .align-center button.btn i {
  line-height: 0 !important;
}
input#cellNumber {
  margin-bottom: 0;
}
div.gsc-input-box {
  border-right: 0;
  border-radius: 0;
  padding: 0;
}
table.gsc-search-box td.gsc-input {
  padding-right: 0 !important;
}
.gsc-search-button {
  margin-left: 0px !important;
}
.gsc-search-button button.gsc-search-button.gsc-search-button-v2 {
  border-radius: 0;
}
select#group {
  padding-top: 22px;
  padding-bottom: 0.625rem;
  height: calc(3rem + 3px);
}
select#group label{
  padding: 0.9rem 0.75rem;
}
.gsib_a {
  padding: 5px 22px 4px 9px;
}
.gsib_a input#gsc-i-id1 {
  height: 24px !important;
  width: 135px !important;
}
.help_btn {
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 10px 10px 60px;
  height: 35px;
  position: relative;
  transform: translateZ(0px);
  transition: all 0.5s ease 0s;
}
.help_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: 100% 50% 0;
  transition: all 0.5s ease-out 0s;
}
.help_btn:hover:after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.help_btn span{
  width: 40px;
  height: 100%;
  line-height: 40px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s linear 0s;
}
.help_btn span:after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: -6px;
  bottom: 0;
  transform: rotate(45deg);
  transition: all 0.3s linear 0s;
}
.help_btn{
  padding-left: 40px;
}
.help_btn span{
  width: 27px;
  line-height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.help_btn span:after{
  width: 8px;
  height: 8px;
  right: -5px;
}
.help_btn{
  border: 1px solid #142244;
  background: #142244;
  margin-right: 5px;
}
.help_btn:hover,
.help_btn span{
  color: #142244;
}
.help_btn:hover span,
.help_btn:hover span:after{
  background: #a2c603;
}
.help_btn:hover span {
  color: #fff;
}
.gsc-control-cse.gsc-control-cse-en {
  padding: 0 !important;
  margin-right: 5px;
}
.tides_banner {
  height: 450px;
  background-color: #142244;
  background-image: url(../assets/lines-focus.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-top: 80px;
  display: flex;
  align-items: center;
}
.tides_desc p {
  font-size: 20px;
  text-align: left;
  color: #142244;
  margin-bottom: 0;
}
div#refreshArea ul.pagination li.page-item a.page-link {
  background: #142244;
  color: #fff;
}
.tides_form_section {
  padding: 40px 0 20px;
}
.tides_form {
  /* background: url(../assets/slice_back_home.gif); */
  background-color: #142244;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  padding: 20px 30px;
}
.contact_form {
  background-color: #a2c603;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  padding: 20px 30px;
  border: 1px solid #142244;
}
.tides_form h2 {
  color: #fff;
}
.tides_field, .contact_field {
  margin-bottom: 15px !important;
  padding: 12px 10px;
  border-radius: 0;
}
.refer_select {
  padding: 12px 10px;
  border-radius: 0;
}
.contact_form h2 {
  text-align: center;
  color: #142244;
}
.tides_form .duet-date__input-wrapper .duet-date__input,
.contact_form .duet-date__input-wrapper .duet-date__input {
  border-radius: 0 !important;
}
div#carouselSpot.tides_carousel {
  height: 55vh;
}
.sap_logo {
  align-items: center;
  justify-content: center;
  display: flex;
}
section.contact_section {
  padding-top: 40px;
}
.tides_contact_sec p {
  font: normal normal normal 22px/30px Circular Std;
  letter-spacing: 0px;
  color: #142244;
  opacity: 1;
  font-family: "Circular Std";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0;
}
.align_contact {
  align-items: center;
  display: flex;
} 
section.contact_section h2,  section.contact_section p a{
  color: #142244;
}
.tides_info {
  padding-top: 40px;
}
.info_tide_list p {
  letter-spacing: 0px;
  color: #142244;
  opacity: 1;
  font-size: 18px;
}
.info_tide_list ul li {
  font-size: 16px;
  color: #142244;
  list-style: circle;
  margin-bottom: 5px;
}
.tides_desc {
  padding-top: 20px;
}

/** Donation image styles */
.donationImage{
	cursor:pointer;
}
.call_img {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
h2.partner_title {
  color: #fff;
  text-align: center;
  margin-top: 45%;
}
section.tides_banner .align-text {
  display: flex;
  justify-content: center;
}

.edit_add_btn {
  display: flex;
  align-items: center;
}
.edit_add_btn input.edit_img {
  margin-left: 5px;
}
.com_img img {
  width: 100%;
}
.contact_img_sec .align-center {
  display: flex;
}
.support_carousel_img {
  display: flex;
  justify-content: center;
}

section.tides_banner [data-aos][data-aos][data-aos-duration="1200"], 
body[data-aos-duration="1200"] section.tides_banner [data-aos] {
  transition-duration: 1.5s !important;
}
/* added by sarmistha */
.col-md-6.donation-section {
    text-align: center;
}
.donation-section h5{
	text-align: center;
}
.donation-section {
    padding: 0 10px;
}
.donation-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.donation-section ul li {
    padding: 5px;
    width: 32%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.donation-section ul li img{
	max-width: 100%;
	height:auto;
}
.drownbox{
	display: block !important;
	text-align: center !important;
}
.drownbox i{
	display: block;
	margin-bottom: 15px;
}
.rightbox{
	text-align: center;
}
.rightbox #catalogueImage img {
  width: 90%;
  border: 6px solid #0098f7;
}
.rightbox #catalogueImage {
  background-color: #d5d5d5;
  margin: 25px 15px 0;
  border-radius: 5px;
}
.donation-sec {
  background-color: #d5d5d5;
  border-radius: 5px;
  text-align: center;
}
.donation-sec h5 {
  margin-top: 20px;
}
li.donationImage.active img {
  border: 6px solid #0098f7;
}
#topLevelImageDiv{text-align: center;}
#topLevelImageElement{position: relative;
    margin: 0 auto;}
   #topLevelImageElement img{max-width:100%; height:auto;}
.crossimg{
    top: -10px;
    right: 10px;
    position: absolute;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    line-height: 30px;}
.orclass {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    flex: 0 0 auto;
    height: 100%;
    font-weight: 700 !important;
    font-size: 18px;
}
@media only screen and (max-width:1024px){
	.col12-custom{
	    flex: 0 0 auto;
	    width: 100%;
	}
	.orclass {
	    padding: 15px 0px;
	}
}
@media only screen and (max-width:767px){
	.donation-section ul li {
	    width: 100%;
	}
	.rightbox #catalogueImage img {
	    width: 100%;
	}
}
section.tides_banner [data-aos^=zoom][data-aos^=zoom].aos-animate {
  transition-duration: 4.5s !important;
}
.consig_card {
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px #99999d;
  padding: 10px;
  margin-bottom: 20px;
}
.consig_card .row {
  align-items: center;
}
.consig_btn {
  border: 1px solid #142244;
  color: #142244;
}
.consig_btn:hover {
  border: 1px solid #a2c603;
  color: #fff;
  background: #a2c603;
}
.feature_heading_text {
  width: 85%;
  margin: 20px auto 0;
}
.feature_heading_text p {
  font-size: 16px;
  color: #142244;
}
.feature_box_section {
  margin: 15px 30px 15px;
  border: 1px solid #142244;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #14224499;
  -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.feature_box_section:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.02);
  box-shadow: 0px 0px 10px #142244ad;
}
.feature_box_title h5 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
}
.feature_flex {
  justify-content: center;
  display: flex;
}
.bidpro_video {
  text-align: center;
}
.bidpro_video img {
  box-shadow: 1px 1px 5px #545151;
}
.scrollbar{
	float: left;
	overflow-y: hidden;
}
.force-overflow{
	max-height: 100%;
}
#wrapper{
	text-align: center;
	margin: auto;
}
#left-nav-wrapper::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #142244;
}
#left-nav-wrapper::-webkit-scrollbar {
	width: 0.6em;
	background-color: #142244;
}
#left-nav-wrapper::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #a2c603;
}
.scrollbar:hover {
  overflow-y: scroll;
}
.donation_pad {
  padding: 0;
}
.donation_padding {
  padding: 0 10px;
}
.flex-display {
  display: flex;
  align-items: center;
}
 /* demo-access page */
 .contact-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.contact-wrapper .contact-info{
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-wrapper .contact-info a {
  font-size: 2rem;
  color: #142244;
}
.contact-wrapper .contact-info .section-talkto {
  background: #a2c603;
  max-width: 15rem;
  display: flex;
  color: #fff;
  padding: 1rem 2rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  margin-top: 1rem;
}
.contact-wrapper .contact-info .section-talkto .icon-talk i.fa {
  font-size: 2rem;
}
.contact-wrapper .contact-info .section-talkto .content{
  display: flex;
  flex-direction: column;
  
  margin-left: 10px;

}
.contact-wrapper .contact-info .section-talkto .content > span.fs-lg{
  font-size: 1.5rem;
}
.tides_desc p.title-head{
  background: #a2c603;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0.25rem;
  font-size: 1.5rem;
}
/* demo-access page */

/* demo-thankyou Page */
.thank-you-wrapper{
  outline-offset: -5px;
  outline: 2px solid #f8f9fa;
  border-radius: 0.25rem;
  padding: 3rem 3rem;
}
.contact-info.thanks-contact{
  margin-top: 2rem;
}
.contact-wrapper .contact-info.thanks-contact .section-talkto .icon-talk i.fa {
  font-size: 1.5rem;
}
.contact-wrapper .contact-info.thanks-contact .section-talkto .content span{
  font-size: 1rem;
  min-width: 120px;
}
.contact-wrapper .contact-info.thanks-contact .section-talkto {
  padding: 1rem 10rem;
}
.list-highlight {
  background: #0a4882;
  padding: 15px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  border-radius: 0.5rem;
  margin: 10px 0;
}
.list-highlight a{
  /* color: #fff; */
}
.list-icon span i {
  color: #a2c603;
  font-size: 2rem;
  margin-right: 20px;
}
/* demo-thankyou Page */

/* footer */
.reviewIcon > img {
  max-width: 125px !important;
}
/* footer */

/* bid-kiosk Page */
.bidContainer-wrapper {
  margin: 0 auto;
  max-width: 1200px;
}
.display-topright.close{
    font-size: 2rem;
    cursor: pointer;
    background: #f4f5f6;
    border-radius: 50%;
    padding: 10px 20px;
    color: #142244;
    box-shadow: 1px 1px 5px #142244;
}
/* End bid-kiosk Page */

