.vink-bg-blank {
    background-color: #ffffff;
}

.vink-bg-light {
    background-color: #f8f9fa;
}

.vink-bg-dark {
    background-color: #212529;
    color: #ffffff;
}
body {
font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
font-weight: 400;
line-height: 1.5;
color: #37203f;
-webkit-font-smoothing: antialiased;
}

header {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 130px;
background-color: #FFF;
-webkit-box-shadow: 0 0 18px -5px #37203f;
box-shadow: 0 0 18px -5px #37203f;
z-index: 6000;
}

a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
color: #905aa1;
cursor: pointer;
}

header .main-logo {max-height: 100px; width:auto;}
a img {
border: 0;
}
img {
border-style: none;
max-width: 100%;
height: auto;
-ms-interpolation-mode: bicubic;
}

header .row {
height: 100%;
position: relative;
}

.navbar .megamenu{ padding: 1rem; }

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #905aa1;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  }
  .nav-link:focus, .nav-link:hover {
    color: #37203f;
    }

/* ============ 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;  }
}
/* ============ 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;
  }
}
/* ============ mobile view .end// ============ */

.search-block {
display: block;
width: 100%;
padding: 50px 0 40px;
position: fixed;
z-index: 5000;
  top: 130px;
}
.member-slide__inner, .search-block {
background: #fff;
}

.search-block input {
border: none;
border-bottom: 1px solid rgba(31,29,84,.2);

-webkit-box-shadow: none;
box-shadow: none;
padding: 10px 0 20px;
margin-bottom: 0;
color: #5a3864;
}
.large-text, .looking-for__content a, .search-block input {
font-size: 1.625rem;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 2.4375rem;
margin: 0 0 1rem;
padding: .5rem;
border: 1px solid #cacaca;
border-radius: 0;
background-color: #fefefe;
-webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #37203f;
-webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
transition: box-shadow .5s,border-color .25s ease-in-out;
transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input, textarea, select, button {
margin-top: 0em;
color: initial;
letter-spacing: normal;
word-spacing: normal;
line-height: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
}
.maincontent {margin-top:130px;}

.maincontent .container-fluid {text-align: left;}

.header-banner-solid {
background-color: #37203f;
}

.header-banner-solid h1 {color:#FFFFFF;
margin-bottom: 0;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1.4;
margin-top: 0;
}

.header-banner-image {position: relative;}
.section-grey {
text-align: left; background-color: rgba(31,29,84,.06);
}

.info-block__title span {
padding: 30px 0;
margin-bottom: 0;
float: left;
width: 100%;
text-align: center;
font-size: 1.2375rem;
}

.info-block--blue .info-block__title {
background: #37203f;
color: #fff;
}
.info-block .image {
height: 250px;
overflow: hidden;
}
.info-block__title {
float: left;
width: 100%;
}
.info-block .image .image-displayed {
-webkit-transition: linear 250ms;
transition: linear 250ms;
height: 100%;
}
.image-cover--centered, .image-displayed, .info-block .image .image-displayed, .info-block--swap .image .image-displayedHover, .product-gallery__small {
background-position: 50% 50%;
}
.image-cover, .image-cover--centered, .image-displayed, .info-block .image .image-displayed, .info-block--swap .image .image-displayedHover, .product-gallery__small {
background-repeat: no-repeat;
background-size: cover;
}

.looking-for__container {
padding: 40px;
position: relative;
background-size: 350px;
}
.looking-for-section {padding-bottom: 80px; padding-top: 80px;}
looking-for__content {
width: 60%;
}
.looking-for__content h4 {
color: #FFF;
margin-bottom: 30px;
}

.home-hero h1, .looking-for__content h4, .newsletter-block button[type=submit], .xlarge-text {
font-size: 1.75rem;
}

.looking-for__content a {
margin-top: 0;
padding: 10px 10%;
}
.large-text, .looking-for__content a, .search-block input {
font-size: 1.625rem;
}
.bordered-button--white {
border: 1px solid #FFF;
color: #5a3864;
background: #FFF;
}
.bordered-button {
display: inline-block;
cursor: pointer;
margin-top: 45px;
-webkit-transition: 250ms linear;
transition: 250ms linear;
background: #fff;
}

footer, footer a, footer a:hover, footer span, footer span:hover {
color: #FFF;
}

.data-checkboxes, .data-checkboxes label, .icons-carousel__icons__item .member-slide__content p, .member-slide__content .icons-carousel__icons__item p, .member-slide__content .standard-content, .ms-options-wrap>.ms-options li label, .xsmall-text, footer {
font-size: .95rem;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
display: block;
}
footer .footer__top {
background-color: #5a3864;
padding: 40px 0 30px;
}
footer .footer__menu ul {
margin-left: 0;
}
.accordion, .fa-ul, .tabs, footer .footer__menu ul {
list-style-type: none;
}

footer .footer__bottom {
background-color: #37203f;
padding: 20px 0;
}
footer .footer__terms {
text-align: right;
}

.col-md-3:last-child:not(:first-child), .col-md-4:last-child:not(:first-child), .col-md-6:last-child:not(:first-child) {
float: right;
}

.dropdown-menu {
    max-height: 60vh;
    overflow-y: auto;
}

.dropdown-item {
    display: flex;
    align-items: center;
}

.dropdown-item input[type="checkbox"] {
    margin-right: 10px;
}

ul.list-group.list-group-striped li:nth-of-type(odd){
    background: rgba(0,0,0,0);
}
ul.list-group.list-group-striped li:nth-of-type(even){
    background: rgba(0,0,0,.01);
}
ul.list-group.list-group-hover li:hover{
    background: rgba(0,0,0,.25);
}

ul.list-group.list-group-hover {display: none;}
ul.list-group.list-group-hover.dropdown-menu.show {display: flex;}

.selected-filters {
    margin-bottom: 20px;
}

.selected-filters .badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    margin-right: 10px;
    background-color: #e0e0e0;
    color: #333;
}

.selected-filters .badge a {
    color: #333;
    text-decoration: none;
    margin-left: 10px;
    font-size: 1.2rem;
}

.selected-filters .badge a:hover {
    color: #000;
    text-decoration: underline;
}

.selected-filters a {
    margin-left: 10px;
    color: #007bff;
    text-decoration: none;
    font-size: 1rem;
}

.selected-filters a:hover {
    text-decoration: underline;
}


:root {
  --lightbox: rgb(0 0 0 / 0.75);
  --carousel-text: #fff;
}


@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}

/* Hero Styles */
.maincontent {
    position: relative;
}

.hero-header {
    position: relative;
    min-height: 60vh;
    background-size: cover;
    background-position: center;
}

.hero-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

.min-vh-50 {
    min-height: 50vh;
}

/* Header Styles */
.header-banner-solid {
    background-color: #37203f;
}

.header-banner-image {
    height: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center;
}

/* Looking For Section */
.looking-for-section {
    background-color: #007bff;
    color: white;
}

.looking-for__container {
    padding: 2rem;
}

/* Gallery */
.gallery-item {
    display: block;
    margin-bottom: 1rem;
}

.gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Utility Classes */
.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #212529 !important;
}

.standard-title {
    margin-bottom: 2rem;
    text-align: center;
}

.standard-content {
    margin: 1rem 0;
}

/* Bootstrap Button Overrides */
.bsb-btn-xl {
    padding: 1rem 2rem;
    font-size: 1.25rem;
}