@charset "UTF-8";
/* CSS Document */
a:focus { 
	outline: none;
}
.section {
    overflow-x: hidden;
}
.cover-image {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-image {
    background-size: cover;
    background-position: center;
}
.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    border: 0;
}
.section {
    position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.card-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.card-cover .heading {
    font-size: 2.25rem;
}
.content {
    position: relative;
    z-index: 1;
}
.hidden {
    display: none!important;
}
.form-control::-webkit-input-placeholder {
    color: #AAA;
}
.form-control:-ms-input-placeholder {
    color: #AAA;
}
.form-control::-ms-input-placeholder {
    color: #AAA;
}
header {
    background: #FFF;
}
.aspect-ratio-16x9 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}
.aspect-ratio-9x16 {
    position: relative;
    width: 100%;
    padding-top: 177.78%;
    overflow: hidden;
}
.aspect-ratio-3x2 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}
.aspect-ratio-2x3 {
    position: relative;
    width: 100%;
    padding-top: 150%;
    overflow: hidden;
}
.aspect-ratio-4x3 {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
}
.aspect-ratio-3x4 {
    position: relative;
    width: 100%;
    padding-top: 133.33%;
    overflow: hidden;
}
.aspect-ratio-1x1 {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}
.img-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.card, .card-img-top, .card-header:first-child {
    border-radius: 0;
}
.card-img-cover {
    object-fit: cover;
    height: 250px;
}
.navbar-toggler {
	border: none;
	color: #FFF;
    font-size: 24px;
}
.modal-link {
    cursor: pointer;
}
.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}
.modal-buttons {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
header .logo {
    max-width: 100%;
    height: auto;
    padding: 1.5rem;
}
.reputably {
    height: 75px;
    padding: 5px 0;
    cursor: pointer;
}
.header {
    position: relative;
    background-size: cover;
    background-position: center;
}
.header h1, .no-header h1 {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    padding: 20px;
}
.header-content {
    height: 300px;
}
#MainNav {
    min-height: 80px;
}
.shift-up {
    margin-top: -80px;
}
.shift-up h1 {
    margin-top: 80px;
}
.navbar {
    background: #FFF;
    box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, 0.1);
}
.navbar-collapse {
    margin-left: 1rem;
}
.navbar-brand .logo {
    height: 55px;
    cursor: pointer;
}
.navbar-brand {
    padding: 0.5rem;
}
.nav-link:focus, 
.nav-link:active {
    outline: none;
    box-shadow: none;
}
.navbar-dark .nav-link {
    color: #FFF;
}
.navbar-dark .nav-link:focus, .navbar-dark .nav-link:hover {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}
.navbar.bg-transparent {
    background-color: transparent !important;
    transition: background-color 0.3s ease;
    width: 100%;
    z-index: 2;
    box-shadow: none;
}
.navbar.bg-transparent .nav-link {
    color: #FFF;
}
.navbar.bg-transparent:hover, .navbar.bg-transparent.scrolled, .navbar.bg-transparent.navbar-open {
    background-color: white !important;
    transition: background-color 0.3s ease;
    box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, 0.1)
}
.navbar.bg-transparent.scrolled {
    position: fixed;
    top: 0;
    z-index: 1020;
}
.navbar.bg-transparent:hover .nav-link, .navbar.bg-transparent.scrolled .nav-link, .navbar.bg-transparent.navbar-open .nav-link {
    color: rgba(0,0,0,0.8);
}
.navbar.bg-transparent:hover .navbar-toggler, .navbar.bg-transparent.scrolled .navbar-toggler, .navbar.bg-transparent.navbar-open .navbar-toggler {
    color: #000;
}
.dropdown-menu {
    border-radius: 0;
}
.search i {
    font-size: 26px;
}
/* Carousel */
.carousel .ratio-cover {
    height: 468px;
    position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.carousel-control-next i, 
.carousel-control-prev i {
	font-size: 60px;
}
.carousel-item {
  position: relative;
}
.carousel-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.carousel-caption .h1, .carousel-caption .h2, .carousel-caption .h3 {
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,1);
    margin-bottom: 1rem;
}
.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 50px;
}
.carousel-caption.top {
    bottom: auto;
    top: 0;
}
.carousel-caption.middle {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);   
}
.carousel-caption .h1 {
    font-size: 34px;
}
.carousel-caption .h2 {
    font-size: 28px;
}
.carousel-caption .h3 {
    font-size: 22px;
}
.carousel-caption p {
    font-size: 16px;
}
@media (min-width: 576px) {
    .carousel-caption {
        padding: 40px 100px;
    }
}
@media (min-width: 768px) {
    .carousel-caption .h1 {
        font-size: 40px;
    }
    .carousel-caption .h2 {
        font-size: 34px;
    }
    .carousel-caption .h3 {
        font-size: 28px;
    }
    .carousel-caption p {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .carousel .ratio-cover {
        height: 558px;
    }
    .carousel-caption .h1 {
        font-size: 48px;
    }
    .carousel-caption .h2 {
        font-size: 42px;
    }
    .carousel-caption .h3 {
        font-size: 36px;
    }
    .carousel-caption p {
        font-size: 20px;
    }
}
@media (min-width: 1400px) {
    .carousel .ratio-cover {
        height: 648px;
    }
}
.carousel-fade .review-carousel .carousel-item {
  transition: opacity 0s !important;
}
@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.figure.zoom-effect {
  overflow: hidden;
  display: inline-block;
  line-height: 0;
}
.zoom-effect img {
  animation: zoomEffect 8s ease-in-out infinite alternate;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.overlay-dark {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.6);
}
.overlay-light {
    background-color: rgba(255, 255, 255, 0.6);
}
.section-overlay-dark::before {
    color: #FFF;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}
.section-overlay-light::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 0;
}
.section-overlay-primary::before, .section-overlay-secondary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.lightbox-carousel img {
    border-radius: 0;
	padding: 0;
    object-fit: cover!important;
    width: 100%!important;
}
/* Articles */
ul.article-meta {
	margin: 0 auto;
	padding: 0;
    list-style-type: none;
    margin-bottom: 0;
    font-weight: 400;
}
ul.article-meta li {
    display: inline-block;
	margin-right: 20px;
}
ul.article-meta i {
	margin-right: 5px;
    font-size: 1em;
}
.article-meta-container {
    padding: 15px 0;
    margin-bottom: 15px;
    text-align: center;
}
.list-group-item.active {
    background-color: rgba(0,0,0,.02);
    border-color: rgba(0,0,0,.03);
    color: #005D81;
}
/* Events */
ul.event-meta {
	margin: 0 auto;
	padding: 0;
    list-style-type: none;
    margin-bottom: 0;
    font-weight: 400;
}
ul.event-meta li {
    display: inline-block;
	margin-right: 20px;
}
ul.event-meta i {
	margin-right: 5px;
    font-size: 1em;
}
.event-meta-container {
    padding: 15px 0;
    margin-bottom: 15px;
    text-align: center;
}
/* Jobs */
ul.job-meta {
	margin: 0 auto;
	padding: 0;
    list-style-type: none;
    margin-bottom: 0;
    font-weight: 400;
}
ul.job-meta li {
    display: inline-block;
	margin-right: 20px;
}
ul.job-meta i {
	margin-right: 5px;
    font-size: 1em;
}
.job-meta-container {
    padding: 15px 0;
    margin-bottom: 15px;
    text-align: center;
}
.job-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.apply-button {
    text-align: center;
}
/* Home Page */
.form-control {
    border-radius: 0;
}
.form-control:focus {
    color: #444;
    outline: 0;
    box-shadow: none;
}
#map_canvas {
    width: 100%;
    height: 500px;
    margin-top: -20px;
}
.image-style-side {
    float: right;
    margin-left: 10px;
    max-width: 50%;
}
.image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.image > figcaption {
    caption-side: bottom;
    text-align: center;
    word-break: break-word;
    color: #333;
    background-color: #F7F7F7;
    padding: .6em;
    font-size: .75em;
}
.image-icon {
    max-width: 100px;
    padding-bottom: 20px;
}
.image-gallery {
    --bs-modal-border-radius: 0;
}
.image-gallery .close i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.image-gallery .close i:hover {
    color: rgba(255, 255, 255, 1);
}

.image-gallery .close {
    background: none;
    border: none;
}
blockquote {
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #CCC;
}
.list-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.col-form-label {
    font-weight: 600;
    text-align: right;
    margin-top: 5px;
}
.text-light .figure-caption {
    color: #EEE;
}
.alert {
    border-radius: 0;
}
.alert p:last-child {
    margin-bottom: 0;
}
.object-fit-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.card i {
    font-size: 60px;
    margin-bottom: 20px;
}
.map {
  width: 100%;
  height: 500px;
}
@media (min-width: 992px) {
    .location-results {
      height: 500px;
      overflow: scroll;
    }
}
.gm-style .gm-style-iw-c {
  border-radius: 0;
  box-shadow: 0 2px 7px 1px rgba(0,0,0,0.1);
}
.gm-ui-hover-effect {
  top: 0!important;
  right: 0!important
}
.info_content {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: #444;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px;
}
.info_content h4 {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 20px;
  font-weight: 400;
  color: #222;
  margin: 0;
}
.info_content h4:focus {
  outline: none !important;
  box-shadow: none !important;
}
.stars i {
  color: #FED450!important;
  font-size: 24px!important;
  padding-top: 30px!important;
}
.review-logo {
  width: 150px;
  padding: 20px 0;
}
#ScrollTopButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1050;
  border: none;
  outline: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.product .container, .category .container {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}
.product-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.product-container {
    position: relative;
}
.product-gallery, .product-content {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}
.product-gallery img {
    max-width: 100%;
    height: auto;
}
@media (min-width: 576px) {
    .product-gallery img {
        height: 154px;
        object-fit: cover;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .product-gallery img {
        height: 135px;
    }
}
@media (min-width: 1200px) {
    .product-gallery img {
        height: 163px;
    }
}
@media (min-width: 1400px) {
    .product-gallery img {
        height: 191px;
    }
}
.favourite-container {
    z-index: 2;
}
.product-container .stretched-link {
    z-index: 1;
}
.favourite-button {
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}
.favourite-button i {
    font-size: 30px;
}
.favourite-button:hover {
    animation: pulse 0.5s 3;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@media (min-width: 576px) { 
    .product-container {
        width: 100%;
        padding-bottom: 100%;
        overflow: hidden;
    }
    .product-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1500;
}
.navbar-toggler {
    padding: 20px 0;
}
.card-content {
    z-index: 10;
    padding: 20px 20px 4px 20px;
}
.feed-title {
    font-size: 20px;
    font-weight: 500;
}
.article-title {
    font-size: 24px;
    font-weight: 600;
}
.feed-item, .article-item {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
}
.article-inner {
    height: 100%!important;
}
.numbers {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}
@media (max-width: 991.98px) {
    #countdown {
        margin-top: 5px;
    }
}
.countdown-box {
    border: none;
    border-radius: 6px;
    width: 75px;
    margin: 0 0.15em;
}
.countdown-label {
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1;
}
.countdown-heading {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.social-link i {
    font-size: 36px;
    color: #FFF;
    padding: 0 10px;
}
.dropzone {
    border: 1px solid rgb(222, 226, 230)!important;
}
.dz-progress {
    visibility: hidden!important; 
}
.dropzone .dz-message {
    margin: 3em 0!important;
}
.sticky-bottom {
    position: -webkit-sticky!important;
    position: sticky!important;
    bottom: 0;
    z-index: 1020;
}
.pagination {
    margin: 1rem 0;
}
.summary-icon {
    min-width: 80px;
    text-align: center;
}
.summary i {
    font-size: 40px;
}
.summary h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.summary p {
    margin-bottom: 0;
}
#other_field {
  position: absolute;
  left: -9999px;
}