@charset "utf-8";
/* CSS Document */


body {
  font-family: Poppins, Arial, sans-serif;
	/*background: linear-gradient(to bottom, transparent, #e0eff0) no-repeat bottom;
	background-size: 100% 25%;*/
}
main {
	padding-bottom: 3rem;
	background: linear-gradient(to bottom, transparent, #e0eff0) no-repeat bottom;
	background-size: 100% 250px;
	min-height: 70vh;
}
.achieve-goals {
	background: linear-gradient(to bottom, transparent, #e0eff0) no-repeat bottom;
	background-size: 100% 60%;
}
a, .nav-link:hover {
	color: #008083;
	text-decoration: none;
}
a:hover {
	color: #061A78;
}
a.btn:hover {
	color: #fff;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
h1, .h1 {
	font: normal normal 700 2.19em Poppins, Arial, sans-serif;
	color: #061a78;
}
h2, .h2 {
	/*font: normal normal 500 1.5rem Poppins, Arial, sans-serif;*/
	font: normal normal 700 1.75em Poppins, Arial, sans-serif;
	line-height: 1.2;
	margin-top: 1.5rem;
	color: #061a78;
}
h2.accordion-header {
	font: normal normal 500 1.625rem Poppins, Arial, sans-serif;
	margin-top: 0;
}
h3, .h3 {
	font: normal normal 500 1.25rem Poppins, Arial, sans-serif;
}
.description h3 {
	margin-top: 1.5rem;
}
.description p, .description p span, .vendor-description p, .vendor-description p span {
	font-family: Poppins, Arial, sans-serif !important;
	font-size: 1rem !important;
	background-color: transparent !important;
	line-height: 1.6;
}
h4, .h4 {
	font: normal normal 500 1rem Poppins, Arial, sans-serif;
}

.btn {
	font-weight: 700;
	padding: 0.5rem 1.5rem;
	text-transform: uppercase;
	border-radius: 2rem;
}
.btn-primary {
  background-color: #008083;
  border-color: #008083;
}
.btn-primary:hover {
  background-color: #061A78 !important;
  border-color: #061A78 !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 131, 0.25);
}

.btn-outline-primary {
  color: #008083;
  border-color: #008083;
}

.btn-outline-primary:hover, .btn-outline-primary a:hover  {
  background-color: #008083 !important;
  border-color: #008083 !important;
	color: #fff;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 131, 0.5) !important;
}
/*.btn-outline-primary .fa-solid {
	color: #008083;
}
.btn-outline-primary .fa-solid:hover {
	color: #fff;
}*/

.btn-outline-secondary {
  color: #061A78;
  border-color: #061A78;
  font-weight: 700;
}
.btn-outline-secondary:hover, .btn-outline-secondary a:hover {
  background-color: #061A78 !important;
  border-color: #061A78 !important;
	color: #fff;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 26, 120, 0.5) !important;
}
.btn-outline-orange {
  color: #FD5901;
  border-color: #FD5901;
	background-color: #fff;
	font-size: 1.5rem;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}

.btn-outline-orange:hover {
	color: #fff;
  background-color: #FD5901 !important;
  border-color: #FD5901 !important;
}
.btn-outline-orange:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 89, 1, 0.5) !important;
}
.btn.disabled, .btn:disabled {
	background-color: #ccc;
	border-color: #ccc;
	color: #666;
}

.border-primary {
	border-color: #008083 !important;
}
.bg-primary {
	background-color: #ced4da !important;
	color: #fff;
}
.bg-light-teal {
	background-color: rgba(0,128,131,0.15);
}
.text-secondary {
	color: #061a78 !important;
}
.text-orange {
	color: #d34300;
}
.text-right {
	text-align: right;
}

legend {
	font-weight: 700;
	margin-top: 1.5rem;
}
.home-banner, .run-auction-banner {
	padding: 2rem;
	background: rgb(2,0,36);
	background: -webkit-linear-gradient(bottom, rgba(2,0,36,1) 0%, rgba(4,68,125,1) 0%, rgba(0,128,131,1) 100%);
	background: -o-linear-gradient(bottom, rgba(2,0,36,1) 0%, rgba(4,68,125,1) 0%, rgba(0,128,131,1) 100%);
	background: linear-gradient(to top, rgba(2,0,36,1) 0%, rgba(4,68,125,1) 0%, rgba(0,128,131,1) 100%);
	margin-top: -1.5rem;
	color: #fff !important;
}
.home-banner h1, .run-auction-banner h1 {
	color: #fff !important;
}
.home-banner p {
	font-size: 1.625rem;
}
.run-auction-banner p, .run-auction-banner li {
	font-size: 1.5rem;
}
.run-auction-banner li {
	margin-bottom: 0.125rem;
}
.home-content p, .home-content li, .testimonials {
	font-size: 1.25rem;
}
.home-content li {
	margin-bottom: 0.25rem;
}
.steps {
	margin-bottom: 2rem;
}
.steps p {
	margin-top: 0.5rem;
}
.why-npb .fa-circle-check {
	color: #FD5901;
}
.testimonials {
	background: rgb(156,53,5);
	background: -webkit-linear-gradient(bottom, rgba(156,53,5,1) 20%, rgba(253,89,1,1) 100%);
	background: -o-linear-gradient(bottom, rgba(156,53,5,1) 20%, rgba(253,89,1,1) 100%);
	background: linear-gradient(to top, rgba(156,53,5,1) 20%, rgba(253,89,1,1) 100%);
	color: #fff;
	padding: 3rem;
}
.testimonials .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.testimonials .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.smShareLinks {
	margin-top: 0.5rem;
}

.smShareLinks i {
	margin-right: 0.5rem;
}


/* Forms
------------------------------------------*/

.form-control, .form-select {
	border-radius: 0;
}

.form-control:focus, .form-select:focus {
	/*border: 1px solid #9BA5CF;
	height: 2.75rem;*/
	border-color: #061A78;
	box-shadow: 0 0 0 .25rem rgba(6,26,120,.25);
}
#custom-checkout input.form-control {
	border-color: #ced4da !important;
	box-shadow: none !important;
}
.form-check-input:checked {
  background-color: #061A78;
  border-color: #061A78;
}

.search-form input, 
.search-form select {
  border: 1px solid #ddd !important;
	padding: 0.75em !important;
}
.search-form .btn {
	padding: 0.5rem 1rem 0.5rem 0.75rem;
}




.skip-to-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
/*.fa-solid, .fa-brands {
	color: #061A78;
}*/
.breadcrumb {
	margin-bottom: 2rem;
}
.gradient-bar {
	background-image: linear-gradient(to right, #008083, #061A78);
	height: 0.5rem;
}
.active>.page-link, .page-link.active {
	background-color: #008083;
	border-color: #008083
}
.page-link, .page-link:hover {
	color: #008083;
}

/* Home
-----------------------------------*/

.current-event h1 {
	background-color: #EAAC17;
}
.upcoming-event h2 {
	background-color: #249EA0;
}
.previous-event h1, .previous-event h2, h1.list-title.previous-event {
	background-color: #ddd;
}



/* Listings 
-----------------------------------*/

.list-title {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font: normal normal 700 2.19em Poppins, Arial, sans-serif;
}
.sort {
	text-align: center;
}
.sort label {
	margin-bottom: 0.5rem;
}
.card {
	border-radius: 0;
}
.card-body {
	padding: 0.75rem 0.75rem 1rem;
}
.card-img-top {
	border-radius: 0;
	text-align: center;
}

.card-img-top.height-fixed {
	max-height: 250px;
	object-fit: contain; 
}

.card-footer {
	background-color: transparent;
	border-top: none;
	padding: 0.5rem;
}
.upcoming-event .card-footer {
	padding-top: 0;
}
.card-title {
	text-align: center;
	font-weight: 400;
	line-height: 1.2;
}
.current {
	font-weight: 700;
	margin: 1rem 0 0.5rem;
	color: #d34300;
}
.orange-box .current {
	font-weight: 500;
	font-size: 1.25rem;
}
.current img {
	width: 30px;
}
.orange-box .current img {
	width: auto;
}


/* Donations 
____________________________________*/

.donation-amounts input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.donation-amounts label {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #008083;
	padding: 5px;
	color: #008083;
	font-size: 16px;
	font-weight: 700;
	border-radius: 2rem;
	text-align: center;
	width: 31%;
}
.donation-amounts label:hover {
	background-color: #061A78;
	border-color: #061A78;
	color: #fff;
}
.donation-amounts input[type="radio"]:checked + label {
	background-color: #061A78;
	border-color: #061A78;
	color: #fff;
}
.donation-modal .modal-body {
	font-size: 1.125rem;
	background: #ced4da;
	padding: 0.75rem 1rem;
	margin: 2rem 0 1rem;
}
span.input-group-addon {
	padding-top: 7px;
	padding-right: 4px;
}


/* Navigation
------------------------------------*/

/*.navbar {
	padding-top: 0;
	padding-bottom: 1rem;
}*/
.navbar.top-nav {
	/*padding-top: 1rem;*/
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);
	z-index: 1040;
	padding: 0;
}

/*.nav-circles-bkgd {
	background: url("/templates/images/nav-circles.svg") no-repeat;
	background-position: right bottom;
	background-size: 183px 183px;
	height: 183px;
	width: 183px;
	position: absolute;
	right: -50px;
	z-index: -1;
}*/

.nav-circles {
	margin-top: -190px;
	height: 183px;
}
.dropdown-menu {
	border-radius: 0;
	padding: 0;
}

.dropdown-menu li {
  /*padding: 0.25rem 0.5rem;*/
}
.dropdown-menu.search {
	padding: 0;
	border: none;
	background: transparent;
	box-shadow: none !important;
	/*width: 300px;*/
}
.dropdown-menu.auction-menu {
	width: 300px
}
.dropdown-item {
	line-height: 28px;
	white-space: normal;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #008083;
}

.search-form {
	display: flex;
	justify-content: flex-end;
}


.nav-link {
	color: #212529;
}
.nav-pills .nav-link.active {
	background-color: #008083;
}
.top-nav .dropdown-menu .fa {
	font-size: 0.75rem;
}

.nav-item .submenu {
	top: -1px;
	left: 100%;
}



/* Accordions
--------------------------------------*/

.accordion-button:not(.collapsed) {
	color: #000;
  	background-color: #faeac5;
}
.accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.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='%23000'%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 {
	font-weight: 700;
}





/* Footer
--------------------------------------*/

footer {
  padding: 3rem 0;
	background: #fff;
}

footer .fa-brands {
	font-size: 2rem;
	margin-right: 0.5rem;
}
footer ul.nav {
	margin-bottom: 1rem;
}
footer .nav-link {
	color: #008083;
}

footer .nav-link:focus, footer .nav-link:hover {
	color: #061A78;
}




/* Miscellaneous
---------------------------------------*/

.news-ribbon {
	display: flex;
	justify-content: center;
	align-content: center;
	color: white;
	font-size: 1rem;
	background: #061A78;
	padding: 0.5rem;
	position: relative;
}
.news-ribbon a {
	color: white;
	position: static;
	z-index: 5;
}
.vendor-title {
	font-weight: 700;
	font-size: 1.25rem;
	color: #008083;
}
.vendor-contact {
	display: flex;
	margin-bottom: 1rem;
}
.vendor-contact i {
	color: #008083;
}
.vendor-contact div {
	padding-right: 2rem;
}
.sponsor div {
	padding-right: 1rem;
}
.sponsor img {
	max-width: 250px;
	max-height: 200px;
}
.modal-backdrop {
	z-index: 1010 !important;
}
.modal-content {
	padding: 1rem;
}
	
#newsletterModal iframe {
	max-height: 90vh !important;
}
.btn-news {
	background-image: url(/templates/images/i-newsletter.png);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 50px;
}
.btn-news:hover {
	background-image: url(/templates/images/i-newsletter-wh.png);
}

.table.table-striped th, table th {
	--bs-table-striped-bg: #d9eced;
}
.leaderboard {
	max-width: 970px;
	margin: 0 auto;
}
.leaderboard img {
	max-height: 90px;
}
.ui-widget-content a {
	text-decoration: underline;
}
.alert p {
	margin-bottom: 0;
}
.alert-success {
	color: #000;
}
.bootbox-close-button.close {
	background: #EB0000;
	color: #fff;
	border: none;
	border-radius: 36px;
	width: 35px;
	height: 35px;
	font-size: 20px;
}


/* Donate form
-------------------------------*/

.donate {
	background-color: white;
	border: 1px solid #ced4da;
	padding: 0.625rem 0.75rem;
	height: 40px;
}
.donate:focus, .donate:active {
	border-color: #061A78;
	box-shadow: 0 0 0 .25rem rgba(6,26,120,.25);
}


/* Left Sidebar CSS
-------------------------------*/

.categories li {
	border: 1px solid #ced4da;
	padding: 0.25rem 0.5rem;
}
.categories li li {
	border: none;
}
.categories a {
	color: #212529; 
}
.categories a:hover {
	color: #008083;
}
.categories a.category-title {
	display: block;
	color: #008083;
	font-size: 1.25rem;
	margin-bottom: 0.25rem;
}
.categories button {
	float: right;
}
.categories .btn {
	/*width: 100%;
	border: 1px solid #ced4da;
	width: 10%;*/
	font-weight: 400;
	border-radius: 0;
}
/*.categories .btn:hover, 
.categories .btn:focus {
	border: 1px solid #000;
}*/
.categories .btn-toggle {
  padding: 0 .25rem;
  background-color: transparent;
}
.categories .btn-toggle:hover,
.categories .btn-toggle:focus {
  color: #008083;
  /*background-color: #e5e5e5;*/
}

.categories .btn-toggle::before,
.categories .btn-toggle[aria-expanded="true"]::before {
  /*width: 1.25rem;*/
  line-height: 0;
  content: '\+';
}

/*.categories .btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
}*/
/*.categories .btn-toggle-nav a:hover,
.categories .btn-toggle-nav a:focus {
  background-color: #e5e5e5;
}*/

/* Item Details / Bid Page
---------------------------------*/

#carouselThumbs .carousel.slide {
	height: 250px;	
}
.item-images .carousel-item img {
	/*max-height: 500px;*/
	object-fit: contain;
	object-position: center;
	overflow: hidden;
	height: 250px;
}
.carousel-indicators {
	position: static;
}

#testimonialCarousel .carousel-indicators {
	margin-bottom: -1rem !important;
}

.carousel-indicators button[data-bs-target]{
	width: 100px;
	height: 125px;
	max-height: 125px;
	overflow: hidden;
	background: #fff;
	border: none;
	margin-top: 0.5rem;
}

#testimonialCarousel .carousel-indicators button[data-bs-target] {
	width: 30px;
	height: 3px;
}

.carousel-indicators button[data-bs-target]:not(.active){
  opacity: 0.8;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.orange-box {
	border: 1px solid #d34300;
	border-left-width: 5px;
	margin: 1rem 0;
	padding: 0 1rem 1rem;
}
.blue-box {
	border: 1px solid #061a78;
	border-left-width: 5px;
	margin: 1rem 0;
	padding: 1rem;
}
.bid-info .orange-box, .bid-info .blue-box {
	width: 90%;
}


h2.border-title {
	text-align: center;
	border-top: 1px solid #ced4da;
}

#moreItems .carousel-inner .carousel-item.active, #moreItems .carousel-inner .carousel-item-next, #moreItems .carousel-inner .carousel-item-prev, 
.pastAuctions .carousel-inner .carousel-item.active, .pastAuctions .carousel-inner .carousel-item-next, .pastAuctions .carousel-inner .carousel-item-prev {
    display: flex;
}
.pastAuctions .col-sm-6, .pastAuctions .col-md-6, .pastAuctions .col-lg-w-20 {
		padding: 0 0.5rem;
	}

@media (max-width: 576px) {
	
	.previous-event .past-col-sm {
		flex: 0 0 auto;
		width: 100%;
	}
	.search-form input {
		width: 50%;
	}
/*	.search-form input {
		width: 100%;
	}
	.search-form select {
		width: 40%;
	}*/
}

@media (max-width: 767px) {
	
	.pastAuctions .past-col-sm {
		width: 100%;
	}
	
	#moreItems .carousel-inner .carousel-item > div, 
	.pastAuctions .carousel-inner .carousel-item > div {
		display: none;
	}
	
	#moreItems .carousel-inner .carousel-item > div:first-child,
	.pastAuctions .carousel-inner .carousel-item > div:first-child {
		display: block;
		width: 250px;
		margin: 0 auto;
	}
	.steps img {
		width: 8rem;
	}
	
	
	
}

@media (min-width: 576px) and (max-width: 991px) {
	
	.previous-event .past-col-sm {
		flex: 0 0 auto;
		width: 50%;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	#moreItems .carousel-inner .carousel-item-end.active, #moreItems .carousel-inner .carousel-item-next {
		transform: translateX(25%);
	}
	#moreItems .carousel-inner .carousel-item-start.active, #moreItems .carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
	}
	.pastAuctions .carousel-inner .carousel-item-end.active, .pastAuctions .carousel-inner .carousel-item-next {
		transform: translateX(50%);
	}
	.pastAuctions .carousel-inner .carousel-item-start.active, .pastAuctions .carousel-inner .carousel-item-prev {
		transform: translateX(-50%);
	}
	
	
}
@media (min-width: 992px) {

	.pastAuctions .carousel-inner .carousel-item-end.active, .pastAuctions .carousel-inner .carousel-item-next {
		transform: translateX(20%);
	}
	.pastAuctions .carousel-inner .carousel-item-start.active, .pastAuctions .carousel-inner .carousel-item-prev {
		transform: translateX(-20%);
	}

}

#moreItems .carousel-inner .carousel-item-end, #moreItems .carousel-inner .carousel-item-start, 
.pastAuctions .carousel-inner .carousel-item-end, .pastAuctions .carousel-inner .carousel-item-start {
    transform: translateX(0);
}
.listing-square .image-box {
    position: relative;
    padding: 5px;
}
#moreItems .image-box {
    position: relative;
    padding: 5px;
}
#moreItems .image-box:before, .listing-square .image-box:before {
    content: "";
    display: block;
    padding-top: 100%;/* initial ratio of 1:1*/
}
#moreItems .card-img-top, .listing-square .card-img-top {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    color: #fff;
    line-height: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listing-square .card-img-top img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#moreItems .card-img-top img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
	/*object-fit: contain;*/
}
.current-event .image-box, 
.upcoming-event .image-box, 
.previous-event .image-box,
.pastAuctions .image-box {
	width: 250px;
	height: 250px;
	max-height: 250px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.5rem auto;
}
.listing-square .card, .previous-event .card {
	height: 100%;
}

@media (max-width: 991px) {
	
	.vendor-logo {
		width: 15.625rem;
		margin: 0 auto;
	}
	.vendor-title, .vendor-description, .vendor-contact div {
		text-align: center;
	}
	.vendor-contact {
		flex-direction: column;
	}
	.vendor-contact div {
		padding-right: 0;
		padding-bottom: 0.5rem;
	}
	.home-banner img {
		width: 20rem;
		max-width: 90%;
		margin-top: 2rem;
	}
	.home-banner .btn {
		line-height: 1.1;
	}
	.home-banner {
		padding: 2rem 2rem 3rem;
	}
	.home-banner .row .col-12 {
		text-align: center;
	}
	.testimonials {
		padding: 3rem 2rem;
	}
	
	.search-form input {
		width: 55%;
	}
	.news {
		margin-bottom: 20px;
	}

}


@media (min-width: 992px) {
	
	.sort {
		display: flex;
		justify-content: center;
		margin-bottom: 2rem;
		width: 40%;
		}
	.sort .form-select {
		width: auto;
	}
	.sort label {
		width: auto;
		text-align: right;
		padding-right: 1rem;
		align-self: center;
	}
	#carouselThumbs .carousel.slide {
		height: 500px;	
	}
	.item-images .carousel-item img {
		height: 500px;
	}
 
	.col-lg-w-12 {
		flex: 0 0 auto;
		width: 12%;
	}
	.col-lg-w-20 {
	  flex: 0 0 auto;
	  width: 20%;
	}
	.col-lg-w-88 {
		flex: 0 0 auto;
		width: 88%;
	}
	.smShareLinks {
		position: absolute;
		right: 0;
		width: 2rem;
		display: flex;
		flex-flow: column wrap;
		margin-top: 5rem;
	}
	.home-banner {
		margin-top: -1rem;
	}
	.smShareLinks i {
		height: 1.25rem;
	}
	#testimonialCarousel .carousel-item .d-block {
		width: 75%;
	}
	main.home, main.run-auction {
		padding-bottom: 0;
	}
	.home {
		background-image: url(/templates/images/circles-bkgd.svg);
		background-position: center 18%;
		background-repeat: no-repeat;
		background-size: auto;
	}
	.news {
		text-align: right;
		padding-right: 0 !important;
	}
	.social {
		text-align: left;
		padding-left: 100px;
	}

	
}

@media (max-width: 1199px) {

	.dropdown-toggle::after {
			float: right;
			margin-top: 8px;
		}
	.navbar-collapse {
		text-align: center;
	}
	.navbar-collapse .btn {
		margin-top: 0.625rem;
	}
	.search-form .btn {
		margin-top: 0;
	}
	.navbar-nav li {
		padding: 0.375em 0.5em;
	}
	.nav-link {
		text-align: left;
	}

}


@media (min-width: 1200px) {
	
	.nav-circles-bkgd {
	  background: url(/templates/images/nav-circles.svg) no-repeat;
	  background-size: 180px;
	  background-position: top -52px right -20px;
	}
	.navbar-brand {
		margin-right: 3em;
	}
  
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 1em;
		padding-left: 1em;
	  }
	.dropdown-menu {
		box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
		width: 200px;
	}

	.search-form .input-group {
		flex-wrap: nowrap;
	}
	
	
}

@media (min-width: 576px) {
	
	.container, .container-sm {
		max-width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 768px) {
	
	.container, .container-md, .container-sm {
		max-width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 992px) {
		
	.container, .container-lg, .container-md, .container-sm {
		max-width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
	
@media (min-width: 1200px) {
	
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1400px) {
  .container {
    max-width: 1440px !important;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
  }
}
