:root {
    --electric-blue: #0025FF;
    --globe-blue: #0E0296;
    --globe-red: #FF1400;
    --white: #FFFFFF;
    --black: #000000;
    --gray-100: #f8f9fa;
    --gray-200: #e9ecef;
    --gray-300: #dee2e6;
    --gray-400: #ced4da;
    --gray-500: #adb5bd;
    --gray-600: #6c757d;
    --gray-700: #495057;
    --gray-800: #343a40;
    --gray-900: #212529;
    --clear: rgba(0,0,0,0);
}

@font-face {
    font-family: "PepsiOwners-Regular";
    src: url("../fonts/PepsiOwners-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "PepsiOwners-Extended";
    src: url("../fonts/PepsiOwners-Extended.woff2") format("woff2");
}

@font-face {
    font-family: "PepsiOwners-Compressed";
    src: url("../fonts/PepsiOwners-Compressed.woff2") format("woff2");
}

@font-face {
    font-family: "Pepsi-Fizz-Light";
    src: url("../fonts/Pepsi-Fizz-Light.otf") format("opentype");
}

@font-face {
    font-family: "Pepsi-Fizz-Medium";
    src: url("../fonts/Pepsi-Fizz-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Pepsi-Fizz-Black";
    src: url("../fonts/Pepsi-Fizz-Black.otf") format("opentype");
}


/* GENERAL */
img { max-width: 100%; }
figure { margin: 0px; }

.skip-nav-btn {
	font-size: 14px;
	display: block;
	border-radius: 0;
	border: 0;
	padding: .5rem !important;
	margin: 0 !important;
}

.text-shadow {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}

.text-shadow-dark {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

.text-shadow-none {
	text-shadow: none !important;
}

.box-shadow {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
}

.box-shadow-dark {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
}

.box-shadow-0 {
	box-shadow: none !important;
}

.image-overlay-25 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .155);
}

.image-overlay-50 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.image-overlay-75 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .75);
}

.image-overlay-text {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: auto;
	padding: 1rem 1.5rem;
	color: var(--white);
}

.opacity-25 {
	opacity: .25 !important;
}

.opacity-50 {
	opacity: .5 !important;
}

.opacity-75 {
	opacity: .75 !important;
}

.opacity-100 {
	opacity: 1 !important;
}

.no-hover {
	color: inherit;
    background-image: none !important;
}

.no-hover:hover {
	text-decoration: none;
	color: inherit;
    background-image: none !important;
}

.overlap {
	position: relative;
	z-index: 2;
	margin-top: -3rem;
}

.centered {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	margin: auto;
}

.bg-cover {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.bg-ob-cover {
	width: 100% !important;
	height: 100% !important;
	-webkit-object-fit: cover !important;
	-moz-object-fit: cover !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
}

.bg-fixed {
	-webkit-background-attachment: fixed !important;
	-moz-background-attachment: fixed !important;
	-o-background-attachment: fixed !important;
	background-attachment: fixed !important;
}

.bg-favicon {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background: linear-gradient(rgba(255,255, 255,.96), rgba(255,255,255,.96)), url('../img/logos/favicon_color.svg') center top;
}

.bg-pepsi-bottle-left {
	width: 100% !important;
	height: 100% !important;
	-webkit-object-fit: cover !important;
	-moz-object-fit: cover !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
	background-position: left;
	background: url('../img/content/pepsi-bottle-can-two-liter.png') left top no-repeat;
}

.bg-pepsi-bottle-right {
	width: 100% !important;
	height: 100% !important;
	-webkit-object-fit: cover !important;
	-moz-object-fit: cover !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
	background-position: right;
	background: url('../img/content/pepsi-bottle-can-two-liter.png') right top no-repeat;
}

.img-banner {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	color: var(--white) !important;
	text-align: center;
}

.img-banner .eyebrow {
	color: var(--white) !important;
}

.bg-banner-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,.54), rgba(0,0,0,.75));
}

.bg-banner {
    position: relative;
	padding: 8rem 0;
    color: var(--white) !important;
}

.bg-banner .container,
.bg-banner-lg .container {
    position: relative;
    z-index: 2;
}

.bg-banner-lg {
    position: relative;
	padding: 12rem 0;
    color: var(--white) !important;
}

.bg-banner h2,
.bg-banner .h2,
.bg-banner p,
.bg-banner-lg h2,
.bg-banner-lg .h2,
.bg-banner-lg p {
    color: var(--white) !important;
}

@media (max-width: 1199.98px) {
	.bg-banner {
		padding: 6rem 0;
	}

	.bg-banner-lg {
		padding: 10rem 0;
	}
}

@media (max-width: 991.98px) {
	.bg-banner {
		padding: 5rem 0;
	}

	.bg-banner-lg {
		padding: 8rem 0;
	}
}

@media (max-width: 767.98px) {
	.bg-banner {
		padding: 4rem 0;
	}

	.bg-banner-lg {
		padding: 6rem 0;
	}
}

@media (max-width: 575.98px) {
	.bg-banner {
		padding: 3rem 0;
	}

	.bg-banner-lg {
		padding: 5rem 0;
	}
}

.highlight-light-blue {
    position: relative;
}

.highlight-light-blue:before {
    content: "";
    background: #7FDBFF;
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    transform: scaleX(0);
    animation: 2s forwards hover-v ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 5s;
    z-index: -1;
}

@keyframes hover-v {
    0% {
        transform: scaleX(0);
        height: 5px;
    }

    45% {
        transform: scaleX(1.1);
        height: 5px;
    }

    55% {
        height: 5px;
    }

    100% {
        transform: scaleX(1.1);
        height: 100%;
    }
}

.rounded-xl {
	border-radius: 30px !important;
}

.rounded-lg {
	border-radius: 20px !important;
}

.rounded-md {
	border-radius: 10px !important;
}

.rounded-sm {
	border-radius: 5px !important;
}

.rounded-0-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}


/* LAZY LOAD */

.lazyload {
	opacity: 0;
}

.lazyloading {
	opacity: 1;
	transition: opacity 300ms;
}

img.lazyload:not([src]) {
	visibility: hidden;
}


/* MARGIN/PADDING */

.ml-125 {
	margin-left: .125rem;
}

.my-10px {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.my-15px {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.my-30px {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.my-n10 {
    margin-top: -6rem;
    margin-bottom: -6rem;
}

.mx-15px {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.mx-30px {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.m-15px {
	margin: 15px !important;
}

.mt-n375 {
	margin-top: -.375rem;
}

.mt-10px {
	margin-top: 10px !important;
}

.mt-15px {
	margin-top: 15px !important;
}

.mt-18px {
	margin-top: 18px !important;
}

.mt-20px {
	margin-top: 20px !important;
}

.mt-30px {
	margin-top: 30px !important;
}

.mt-33px {
	margin-top: 33px !important;
}

.mb-10px {
	margin-bottom: 10px !important;
}

.mb-15px {
	margin-bottom: 15px !important;
}

.mb-18px {
	margin-bottom: 18px !important;
}

.mb-20px {
	margin-bottom: 20px !important;
}

.mb-30px {
	margin-bottom: 30px !important;
}

.mb-33px {
	margin-bottom: 33px !important;
}

.mb-38px {
	margin-bottom: 38px !important;
}

.px-15px {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

@media (min-width: 576px) {
	.px-sm-15px {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.px-30px {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.py-7-5px {
	padding-top: 7.5px !important;
	padding-bottom: 7.5px !important;
}

.py-10px {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.py-15px {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.py-30px {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.pb-10px {
	padding-bottom: 10px !important;
}

.pb-15px {
	padding-bottom: 15px !important;
}

.pb-18px {
	padding-bottom: 18px !important;
}

.pb-30px {
	padding-bottom: 30px !important;
}

.pb-33px {
	padding-bottom: 33px !important;
}

.pb-38px {
	padding-bottom: 38px !important;
}

.pt-10px {
	padding-top: 10px !important;
}

.pt-15px {
	padding-top: 15px !important;
}

.pt-18px {
	padding-top: 18px !important;
}

.pt-30px {
	padding-top: 30px !important;
}

.pt-33px {
	padding-top: 33px !important;
}

.pt-38px {
	padding-top: 38px !important;
}

.p-15px {
	padding: 15px !important;
}

.row-15px {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.row-15px [class*=col-],
.row-15px [class*=col] {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.row-small {
	justify-content: center;
}

.row-small>.col-12 {
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
}

@media (min-width: 576px) {
	.row-small>.col-12 {
		-ms-flex: 0 0 91.666667% !important;
		flex: 0 0 91.666667% !important;
		max-width: 91.666667% !important;
	}
}

@media (min-width: 768px) {
	.row-small>.col-12 {
		-ms-flex: 0 0 83.333333% !important;
		flex: 0 0 83.333333% !important;
		max-width: 83.333333% !important;
	}
}

@media (min-width: 992px) {
	.row-small>.col-12 {
		-ms-flex: 0 0 75% !important;
		flex: 0 0 75% !important;
		max-width: 75% !important;
	}
}

@media (min-width: 1200px) {
	.row-small>.col-12 {
		-ms-flex: 0 0 66.666667% !important;
		flex: 0 0 66.666667% !important;
		max-width: 66.666667% !important;
	}
}

@media (min-width: 1200px) {
	.col-xl-5ths {
		-ms-flex: 0 0 20% !important;
		flex: 0 0 20% !important;
		max-width: 0 0 20% !important;
	}

	.col-xl-7ths {
		-ms-flex: 0 0 14.285714% !important;
		flex: 0 0 14.285714% !important;
		max-width: 0 0 14.285714% !important;
	}
}

@media (min-width: 992px) {
	.col-lg-5ths {
		-ms-flex: 0 0 20% !important;
		flex: 0 0 20% !important;
		max-width: 0 0 20% !important;
	}

	.col-lg-7ths {
		-ms-flex: 0 0 14.285714% !important;
		flex: 0 0 14.285714% !important;
		max-width: 0 0 14.285714% !important;
	}
}

@media (min-width: 768px) {
	.col-md-5ths {
		-ms-flex: 0 0 20% !important;
		flex: 0 0 20% !important;
		max-width: 0 0 20% !important;
	}

	.col-md-7ths {
		-ms-flex: 0 0 14.285714% !important;
		flex: 0 0 14.285714% !important;
		max-width: 0 0 14.285714% !important;
	}
}

@media (min-width: 576px) {
	.col-sm-5ths {
		-ms-flex: 0 0 20% !important;
		flex: 0 0 20% !important;
		max-width: 0 0 20% !important;
	}

	.col-sm-7ths {
		-ms-flex: 0 0 14.285714% !important;
		flex: 0 0 14.285714% !important;
		max-width: 0 0 14.285714% !important;
	}
}

.img-grid-section {
	padding-top: 15px;
}

.img-grid-section .img-col {
	margin-bottom: 15px;
}

.img-grid-section img {
	width: 100% !important;
}

.divided-text {
	overflow: hidden;
	text-align: center;
}

.divided-text:before,
.divided-text:after {
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.divided-text:before {
	right: 7.5px;
	margin-left: -50%;
}

.divided-text:after {
	left: 7.5px;
	margin-right: -50%;
}

.divided-text.two:before,
.divided-text.two:after {
    height: 2px;
}

.divided-text:before,
.divided-text:after {
	background-color: var(--black);
}

.divided-text.electric-blue:before,
.divided-text.electric-blue:after {
	background-color: var(--electric-blue);
}

.divided-text.white:before,
.divided-text.white:after {
	background-color: var(--white);
}


/* LINE CLAMP TEXT TRUNCATE */

.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.line-clamp * {
    margin: 0;
}

.clamp-one {
    -webkit-line-clamp: 1;
}

.clamp-two {
    -webkit-line-clamp: 2;
}

.clamp-three {
    -webkit-line-clamp: 3;
}

.clamp-four {
    -webkit-line-clamp: 4;
}

.clamp-five {
    -webkit-line-clamp: 5;
}


/* COLORS */

.text-black {
	color: var(--black) !important;
}

.bg-black {
	background-color: var(--black) !important;
}

.text-light-blue {
	color: var(--light-blue) !important;
}

.bg-light-blue {
	background-color: var(--light-blue) !important;
}

.text-electric-blue {
	color: var(--electric-blue) !important;
}

.bg-electric-blue {
	background-color: var(--electric-blue) !important;
}

.text-globe-blue {
	color: var(--globe-blue) !important;
}

.bg-globe-blue {
	background-color: var(--globe-blue) !important;
}

.text-globe-red {
	color: var(--globe-red) !important;
}

.bg-globe-red {
	background-color: var(--globe-red) !important;
}
 
.bg-trans {
	background: transparent !important;
}

.bg-electric-blue-gradient {
    background: linear-gradient(rgba(14,2,150,1), rgba(0,37,255,1));
}

.bg-electric-blue-gradient-radial {
    background: radial-gradient(rgba(0,37,255,1), rgba(14,2,150,1));
}

.bg-electric-blue-gradient-rev {
    background: linear-gradient(rgba(0,37,255,1), rgba(14,2,150,1));
}

.bg-black-gradient {
    background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,37,255,1));
}

.bg-black-gradient-radial {
    background: radial-gradient(rgba(0,37,255,1), rgba(0,0,0,1), rgba(0,0,0,1));
}

.bg-black-gradient-rev {
    background: linear-gradient(rgba(0,37,255,1), rgba(0,0,0,1), rgba(0,0,0,1));
}

.bg-text {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.bg-text::before {
    z-index: -1;
    color: var(--white);
    content: 'G&J Pepsi';
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 34vw; 
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
    text-shadow: 0px 0px 30px rgba(0,0,0,.05);
}

hr {
    border-top: 1px solid var(--gray-300);
	margin: 1.5rem 0;
}

hr.white {
	border-top: 1px solid var(--white);
}

hr.white.two {
	border-top: 2px solid var(--white);
}

hr.light {
	border-top: 1px solid rgba(255,255,255,.25);
}

.bg-dark-blue hr {
    border-top: 1px solid var(--white);
}

.border-electric-blue {
    border: 1px solid var(--electric-blue) !important;
}

.border-lb-top {
    border-top: 4px solid var(--light-blue);
}

.border-lb-bot {
    border-bottom: 4px solid var(--light-blue);
}

.border-white-2 {
    border: 2px solid var(--white);
}

.border-light {
    border-top: 1px solid rgba(255, 255, 255, .25);
}

@media (min-width: 992px) {
	.border-lg-left {
		border-left: 1px solid var(--gray-300);
	}

	.border-lg-left-light {
        border-left: 1px solid rgba(255, 255, 255, .25);
	}

	.border-lg-right {
		border-right: 1px solid var(--gray-300);
	}

	.border-lg-right-white {
		border-right: 1px solid var(--white);
	}

	.border-lg-right-light{
        border-right: 1px solid rgba(255, 255, 255, .25);
	}
}


/* TYPOGRAPHY

font-family: 'Mulish', sans-serif;

*/

.font-mulish {
	font-family: 'Mulish', sans-serif !important;
}

b,
strong {
	font-weight: 600 !important;
}

.font-weight-300 {
	font-weight: 300 !important;
}

.font-weight-400 {
	font-weight: 400 !important;
}

.font-weight-500 {
	font-weight: 500 !important;
}

.font-weight-600 {
	font-weight: 600 !important;
}

.font-weight-700 {
	font-weight: 700 !important;
}

.font-weight-800 {
	font-weight: 800 !important;
}

.font-weight-900 {
	font-weight: 900 !important;
}

.display-1 {
	font-size: 4.5rem;
}

.display-2 {
	font-size: 4rem;
}

.display-3 {
	font-size: 3.5rem;
}

.display-4 {
	font-size: 3rem;
}

@media (max-width: 1199.98px) {
	h1,
	.h1 {
		font-size: calc(2rem + 1vw);
	}

	h2,
	.h2 {
		font-size: calc(1.75rem + 0.5vw);
	}

	h3,
	.h3 {
		font-size: calc(1.5rem + 0.25vw);
	}

	h4,
	.h4 {
		font-size: calc(1.25rem + 0.15vw);
	}

	.display-1 {
		font-size: calc(2.25rem + 2.5vw);
	}

	.display-2 {
		font-size: calc(2rem + 2.4vw);
	}

	.display-3 {
		font-size: calc(1.75rem + 2.3vw);
	}

	.display-4 {
		font-size: calc(1.5rem + 2.2vw);
	}
}

body {
    font-family: "Pepsi-Fizz-Light", sans-serif;
    color: var(--black);
    letter-spacing: .5px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.display-1,
.display-2,
.display-3,
.display-4 {
    font-family: "PepsiOwners-Regular", sans-serif;
	text-transform: uppercase;
	color: var(--black);
    word-break: break-word;
    letter-spacing: 0;
}

h5,
.h5,
h6,
.h6 {
    font-family: "Pepsi-Fizz-Medium", sans-serif;
    text-transform: uppercase;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-115 {
	line-height: 1.15 !important;
}

.lh-125 {
	line-height: 1.25 !important;
}

small {
	font-weight: inherit;
}

.font-12px {
	font-size: 12px !important;
}

.font-13px {
	font-size: 13px !important;
}

.font-14px {
	font-size: 14px !important;
}

.font-15px {
	font-size: 15px !important;
}

.font-16px {
	font-size: 16px !important;
}

.font-17px {
	font-size: 17px !important;
}

.font-18px {
	font-size: 18px !important;
}

.font-19px {
	font-size: 19px !important;
}

.font-20px {
	font-size: 20px !important;
}

.font-21px {
	font-size: 21px !important;
}

.font-22px {
	font-size: 22px !important;
}

.font-23px {
	font-size: 23px !important;
}

.font-24px {
	font-size: 24px !important;
}

.font-25px {
	font-size: 25px !important;
}

.font-26px {
	font-size: 26px !important;
}

.font-27px {
	font-size: 27px !important;
}

.font-28px {
	font-size: 28px !important;
}

.font-29px {
	font-size: 29px !important;
}

.font-30px {
	font-size: 30px !important;
}

.lead {
    font-weight: inherit;
    font-size: 1.35rem;
    letter-spacing: 0 !important;
}

@media (max-width: 1199.98px) {
	.lead {
		font-size: 1.25rem;
	}
}

@media (max-width: 991.98px) {
	.lead {
		font-size: 1.2rem;
	}
}

@media (max-width: 767.98px) {
	.lead {
		font-size: 1.15rem;
	}
}

@media (max-width: 575.98px) {
	.lead {
		font-size: 1.1rem;
	}
}

.eyebrow {
    font-family: "Pepsi-Fizz-Medium", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
	letter-spacing: 1px;
    color: var(--black);
	margin-bottom: .25rem;
}

#main-content a:not(.btn) {
	word-wrap: break-word;
	color: var(--electric-blue);
	transition: all .3s ease;
}

#main-content a:not(.btn):hover,
#main-content a:not(.btn):focus,
#main-content a:not(.btn):target,
#main-content a:not(.btn):active {
	color: var(--electric-blue);
	text-decoration: none;
}

#main-content a:not(.btn) {
	background-image: linear-gradient(rgba(0,37,255,1), rgba(0,37,255,1));
	text-decoration: none;
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: all .3s ease;
}

#main-content a:not(.btn):hover,
#main-content a:not(.btn):focus {
	background-size: 100% 1px;
}

#main-content .bg-electric-blue a:not(.btn) {
	color: var(--white);
}

#main-content .bg-electric-blue a:not(.btn):hover,
#main-content .bg-electric-blue a:not(.btn):focus,
#main-content .bg-electric-blue a:not(.btn):target,
#main-content .bg-electric-blue a:not(.btn):active {
	color: var(--white);
}

#main-content .bg-electric-blue a:not(.btn) {
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}

#main-content ul {
	list-style-type: disc;
}

#main-content ul,
#main-content ol {
	line-height: 1.25;
}

#main-content ul li,
#main-content ol li {
	margin-bottom: 5px;
}

p .fa-external-link,
p .fa-external-link-alt {
	font-size: 12px;
	vertical-align: top;
	margin-top: 4px;
}

.fa-xxs {
	font-size: 75% !important;
	margin-top: 5px !important;
}

.disabled-link {
	pointer-events: none;
	opacity: .25;
	user-select: none;
}

.no-underline {
	text-decoration: none !important;
	background-image: none !important;
}

ul {
	list-style-type: square;
}

ul.list-columns {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    column-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
}

ul.list-columns.big {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

ul.list-columns li {
    margin-right: 10px;
    margin-bottom: 10px;
}

ul.list-columns li a {
    display: inline !important;
}

@media (min-width: 576px) {
    ul.list-columns {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    ul.list-columns.big {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

@media (min-width: 992px) {
    ul.list-columns {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    ul.list-columns.big {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

@media (min-width: 1200px) {
    ul.list-columns {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }

    ul.list-columns.big {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}


/* BUTTONS */

.btn-row {
	padding-left: 7.5px !important;
	padding-right: 7.5px !important;
}

.btn-row [class*=col-],
.btn-row [class*=col] {
	padding-left: 7.5px !important;
	padding-right: 7.5px !important;
}

.btn-row .btn {
	margin-top: 15px;
}

p + .btn-row {
	margin-top: -.5rem;
}

.btn {
    font-family: "Pepsi-Fizz-Medium", sans-serif;
	text-transform: uppercase;
	border-radius: 0;
	transition: all .3s ease;
}

.btn:focus {
	outline: -webkit-focus-ring-color auto 1px !important;
	box-shadow: none !important;
}

.btn-reg {
	border-radius: 30px; 
	font-size: 14px;
	padding: .75rem 1.5rem;
}

.btn-reg .fa-external-link-alt,
.btn-reg .fa-external-link {
	font-size: 10px;
	vertical-align: top;
	margin-top: 4px;
	margin-left: 2px;
}

.btn-light {
	border-width: 2px;
	background-color: var(--white);
	color: var(--electric-blue) !important;
}

.btn-light:hover svg,
.btn-light:hover i,
.btn-light:focus svg,
.btn-light:focus i,
.btn-light:target svg,
.btn-light:target i,
.btn-light:active svg,
.btn-light:active i {
    color: var(--globe-red) !important;
    transition: all .3s ease;
}

.btn-outline-light {
	border-width: 2px;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
	background-color: var(--white);
	color: var(--electric-blue) !important;
}

.btn-outline-light:hover svg,
.btn-outline-light:hover i,
.btn-outline-light:focus svg,
.btn-outline-light:focus i,
.btn-outline-light:target svg,
.btn-outline-light:target i,
.btn-outline-light:active svg,
.btn-outline-light:active i {
	color: var(--globe-red) !important;
    transition: all .3s ease;
}

.btn-red {
	border: 2px solid var(--globe-red);
	background-color: var(--globe-red);
	color: var(--white);
}

.btn-red:hover,
.btn-red:focus,
.btn-red:target,
.btn-red:active {
	border: 2px solid #E90032;
	background-color: #E90032;
	color: var(--white);
	outline: 0;
}

/* 
.btn-red:focus {
	outline: -webkit-focus-ring-color auto 1px;
	box-shadow: none;
} */

.btn-red.active {
	background-color: transparent;
	color: #E90032;
	border: 2px solid #E90032;
	text-decoration: underline;
}

.btn-outline-light {
	background-color: transparent;
}

.btn-outline-red {
	color: var(--globe-red);
	border: 2px solid var(--globe-red);
	background-color: transparent;
}

.btn-outline-red:hover {
	background-color: var(--globe-red);
	color: var(--white) !important;
	border: 2px solid var(--globe-red);
}

.btn-outline-red.focus,
.btn-outline-red:focus,
.btn-outline-red:target,
.btn-outline-red:active {
	background-color: var(--globe-red);
	color: var(--white) !important;
	border: 2px solid var(--globe-red);
	box-shadow: 0 0 0 .2rem rgba(252, 38, 51, .5);
}

.btn-outline-red:focus {
	outline: -webkit-focus-ring-color auto 1px;
	box-shadow: none;
}

.btn-electric-blue {
	border: 2px solid var(--electric-blue);
	background-color: var(--electric-blue);
	color: var(--white);
}

.btn-electric-blue:hover,
.btn-electric-blue:focus,
.btn-electric-blue:target,
.btn-electric-blue:active {
	border: 2px solid var(--electric-blue);
	background-color: var(--globe-blue);
	color: var(--white);
	outline: 0;
}

.btn-electric-blue:focus {
	outline: -webkit-focus-ring-color auto 1px;
	box-shadow: none;
}

.btn-outline-electric-blue {
	color: var(--electric-blue);
	border: 2px solid var(--electric-blue);
	background-color: transparent;
}

.btn-outline-electric-blue:hover {
	background-color: var(--globe-blue);
	color: var(--white) !important;
	border: 2px solid var(--electric-blue);
}

.btn-outline-electric-blue.focus, 
.btn-outline-electric-blue:focus,
.btn-outline-electric-blue:target,
.btn-outline-electric-blue:active {
	background-color: var(--globe-blue);
	color: var(--white) !important;
	border: 2px solid var(--electric-blue);
	box-shadow: 0 0 0 .2rem rgba(0,92,180,.5);
}

.btn-outline-electric-blue:focus {
	outline: -webkit-focus-ring-color auto 1px;
	box-shadow: none;
}


/* NAVIGATION */

@media (min-width: 1200px) {
	.nav-offset {
		margin-top: -75px;
	}

	.nav-pad-offset {
		padding-top: 75px;
	}
}

#main-navbar {
    background: var(--white);
	padding: 15px 0;
	transition: all .3s ease;
}

#main-navbar.navbar-scrolled {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
}

a.navbar-brand { 
    color: var(--black);
	font-size: 15px;
	padding: 0;
	margin: 0;
	transition: all .3s ease;
}

a.navbar-brand:hover,
a.navbar-brand:focus,
a.navbar-brand:target,
a.navbar-brand:active {
	opacity: .85;
}

.navbar-nav .nav-item .nav-link {
    font-family: "Pepsi-Fizz-Medium", sans-serif;
    letter-spacing: 0;
	font-size: 14px;
	color: var(--electric-blue);
    text-transform: uppercase;
    border: 0;
    border-radius: 30px;
	position: relative;
	transition: all .3s ease;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
	color: var(--black);
}
 
.nav-link .fa-external-link-alt {
	font-size: 8px;
	vertical-align: top;
	margin-top: 6px;
	margin-left: 3px;
}

.cta-btn {
    font-size: 12px !important;
    color: var(--white) !important;
    background-color: var(--black) !important;
	padding: 9.5px 15px !important;
	border: 2px solid var(--black) !important;
	text-decoration: none !important;
}

.cta-btn:hover,
.cta-btn:focus,
.cta-btn:target,
.cta-btn:active {
	border: 2px solid var(--electric-blue) !important;
}

.cta-btn .fa-external-link-alt {
    font-size: 9px;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 3px;
}

.dropdown-menu {
	margin: 0; 
	padding: 15px;
	border-radius: 0 0 15px 15px;
    background: radial-gradient(rgba(0, 37, 225, 1), rgba(14, 2, 150, 1));
	border: 0;
	background-clip: border-box;
}

.dropdown-header {
	font-weight: 700;
	color: var(--white);
	font-size: 14px;
	text-transform: uppercase;
	white-space: normal;
	letter-spacing: 1px;
	line-height: 1.25;
	margin: .25rem 0;
	padding: .25rem .75rem;
}

.dropdown-item {
    font-family: "Pepsi-Fizz-Medium", sans-serif;
	font-size: 14px;
	color: var(--white);
	padding: 8px 15px;
	border-radius: 30px;
    border: 2px solid transparent;
	white-space: normal;
    text-transform: uppercase;
	transition: all .3s ease;
}

.dropdown-item:hover, 
.dropdown-item:focus,
.dropdown-item:target,
.dropdown-item:active,
.dropdown-item.active {
	color: var(--white);
	background-color: var(--globe-blue);
    border: 2px solid var(--electric-blue);
	text-decoration: none;
}

.dropdown-item i,
.dropdown-item svg {
	font-size: 9px;
	vertical-align: top;
	margin-top: 6px;
	margin-left: 3px;
}

.dropdown-divider {
	margin: .5rem .75rem;
	padding: 0;
	border-top: 1px solid var(--gray-300);
}

#searchbar button {
	padding-left: .75rem;
	padding-right: .75rem;
	border: 1px solid var(--gray-300);
}

#search-close {
	color: var(--globe-red) !important;
}

[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	height: 15px;
	width: 15px;
	opacity: .25;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s ease;
}

[type="search"]::-webkit-search-cancel-button:hover {
	opacity: .75;
	cursor: pointer;
}

@media (min-width: 1200px) {
    #main-nav-menu ul {
        margin-left: auto;
        align-items: center;
    }

	#searchbar {
		position: absolute;
		left: 200px;
		right: -10px;
		margin: auto;
		width: 890px;
		top: 50%;
		transform: translateY(-50%);
		transition: all .3s ease;
	}

	.navbar-brand img {
		width: 146px;
		height: 41px;
		max-width: 100%;
		transition: all .3s ease;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding: 10px 15px;
	}

	.dropdown.show .nav-link {
		color: var(--black);
	}

	.dropdown.show .dropdown-menu {
		margin: 15px 0 0 0;
        left: -15px;
	}

	.nav-item.dropdown:hover:before {
		content: "";
		position: absolute;
		bottom: -15px;
		height: 15px;
		width: 100%;
		left: 0;
		right: 0;
		display: block;
		z-index: 2;
	}

	.dropdown-toggle:after {
		background-color: none;
		border: 0;
		font-size: 9px;
		content: "\f078";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
        position: relative;
		right: 0;
		top: 0;
		margin-left: 3px;
		color: inherit;
		display: inline-block !important;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		transform: rotate(0deg);
		transition: transform .2s ease;
	}

	.dropdown.show .dropdown-toggle:after {
		transform: rotate(-180deg);
		transition: transform .1s ease-in-out;
	}

	.dropdown:last-of-type > .dropdown-menu {
		left: auto;
		right: 0;
	}

	.dropdown:last-of-type > .dropdown-menu:before {
		left: auto !important;
		right: 20px !important;
	}

	.dropdown-menu {
		min-width: 275px;
        box-shadow: 0px 0px 30px rgba(0,0,0,.1);
	}

    .cta-btn {
        margin-left: 15px;
    }

	.nav-link-active a.nav-link,
	.nav-link.active a.nav-link {
		color: var(--black) !important;
	}

	.navbar-scrolled .nav-link-active a.nav-link,
	.navbar-scrolled .nav-link.active a.nav-link {
		color: var(--black) !important;
	}
}

@media (max-width: 1199.98px) {
	#main-navbar {
		padding: 0 15px;
		transition: all .3s ease;
	}

	#main-navbar .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	#right-navbar {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.navbar-collapse {
		max-height: calc(80vh - 70px);
		overflow-y: auto;
	}

	.navbar-collapse::-webkit-scrollbar {
		display: none;
	}

	.navbar-collapse {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.brand-color {
		display: none !important;
	}

	.brand-white {
		display: none !important;
	}

	a.navbar-brand {
		margin: 15px 0; 
	}

	.navbar-brand img {
		width: 125px;
		height: 35px;
		transition: all .3s ease;
	}

	.navbar-nav .nav-item .nav-link {
		padding: 12px 30px 12px 0;
	}

	.navbar-nav .nav-item a.nav-link {
		outline: none !important;
	}

    .cta-item {
        margin: 0 0 15px 0;
    }

	.dropdown .dropdown-toggle:after {
		position: absolute;
		right: 6px;
		top: 11px;
		font-size: 1rem;
		background-color: none;
		border: 0;
		font-size: 1rem;
		content: "\f078";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		color: inherit;
		display: inline-block !important;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		transform: rotate(0deg);
		transition: transform .2s ease;
	}

	.dropdown.show .dropdown-toggle:after {
		transform: rotate(-180deg);
		transition: transform .1s ease-in-out;
	}

    .dropdown-menu {
        margin-bottom: 15px;
        background-color: var(--globe-blue);
    }
}

@media (max-width: 575.98px) {
	#main-navbar .container {
		padding-left: 0;
		padding-right: 0;
	}
}

.nav-link-active a.nav-link,
.nav-link.active a.nav-link {
	color: var(--black) !important;
}


/* MOBILE MENU */

@media (min-width: 1200px) {
	.navbar-toggler {
		display: none;
	}
}

.navbar-toggler {
	margin: 0 -15px 0 0;
	padding: 15px;
	border: none;
	background: transparent;
}

.navbar-toggler:focus {
	outline: none;
	background: transparent !important;
}

.navbar-toggler .icon-bar {
	background-color: var(--electric-blue);
	transform: rotate(0deg) translate(0px, 0px);
	transition: ease all .2s;
}

.navbar-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 0;
}

.navbar-toggler .icon-bar+.icon-bar {
	margin-top: 5px;
}

.icon-bar:nth-child(2) {
	width: 22px;
	transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
	width: 22px;
	transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
	width: 22px;
	transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
	background: var(--globe-red);
	transform: rotate(45deg) translate(4px, 6px);
	transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
	opacity: 0;
	transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
	background: var(--globe-red);
	transform: rotate(-45deg) translate(4px, -6px);
	transition: ease all .2s;
}


/* HERO */

.hero-text,
.video-text {
	color: var(--white);
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	transform: translateY(-45%);
	z-index: 5;
	padding-top: 3rem;
	padding-bottom: 3rem;
	display: block;
}

.hero-text h1,
.hero-text h2,
.video-text h1,
.video-text h2 {
	color: var(--white);
}

.hero-text .eyebrow,
.video-text .eyebrow {
	color: var(--white);
	margin-bottom: .25rem;
	text-shadow: 0px 0px 10px rgba(0,75,147,.5);
}

.hero-text .favicon,
.video-text .favicon {
	margin-bottom: 1rem;
}

.hero-text h2,
.video-text h2 {
	color: var(--white);
	margin-bottom: .5rem;
	text-shadow: 0px 0px 10px rgba(0,75,147,.25);
}

.hero-text h2 small,
.video-text h2 small {
    vertical-align: super;
	font-size: 50%;
}

.hero-text p.lead,
.video-text p.lead {
	color: var(--white);
	margin-bottom: 1rem;
	text-shadow: 0px 0px 10px rgba(0,75,147,.5);
}

.hero-text a,
.video-text a {
	display: inline-block;
	/* text-shadow: 0px 0px 10px rgba(0,0,0,.5); */
}

.bg-hero {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height: 100vh;
	/* height: calc(100vh - 31px); */
	max-height: 1080px;
	min-height: 540px;
}

@media (max-width: 1199.98px) {
	.bg-hero {
		height: calc(55vh - 59px);
		max-height: 810px;
	}
}

@media (max-width: 991.98px) {
	.hero-text h2,
	.video-text h2 {
		margin-bottom: .75rem;
	}
}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {

}

#fullwidth-video {
	overflow: hidden !important;
	position: relative;
	border-bottom-right-radius: 15%;
	border-bottom: 4px solid var(--light-blue);
}

.hero-mobile {
	overflow: hidden;
}

.video-overlay {
	background: linear-gradient(rgba(0,75,147,.5), rgba(0,75,147,1));
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	overflow: hidden;
}

@media (min-width: 1200px) {
	#fullwidth-video {
		height: calc(55vh - 75px);
		max-height: 900px;
		min-height: 525px;
	}

	.video-hero {
		display: none;
	}
}

@media (max-width: 1199.98px) {
	#fullwidth-video {
		height: auto;
	}

	.fullwidth-video-bg {
		display: none;
	}

	.video-hero {
		position: relative;
		z-index: -2;
	}
}

#fullwidth-video .fullwidth-video-bg {
	position: absolute;
	z-index: -2;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#fullwidth-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 102%;
	min-height: 102%;
	width: auto;
	height: auto;
}

#fullwidth-video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 102%;
	min-height: 102%;
	width: auto;
	height: auto;
}

.video-pp-btn {
	font-size: 14px;
	padding: 15px 15px 10px 15px;
	display: inline-block;
	color: var(--light-blue);
	align-self: center;
	bottom: 0;
	position: absolute;
	z-index: 2;
	text-align: center;
	left: auto;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 30px 30px 0 0;
	background-color: transparent;
	text-shadow: none;
}

@media (max-width: 1199.98px) {
	.video-pp-btn-center,
	.video-pp-btn {
		display: none;
	}

	.hero-scroller {
		left: 15px !important;
		right: 15px !important;
		text-align: center;
	}
}

.carousel-indicators {
	position: absolute;
	display: block;
	justify-content: center;
	align-items: center;
	top: auto;
	right: auto;
	bottom: 15px;
	left: 15px;
	margin-right: auto;
	margin-left: 0;
	text-align: left;
}

.carousel-indicators button.indicator {
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid rgba(255, 255, 255, .5);
	width: 12px;
	height: 12px;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 1;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .15);
}

.carousel-indicators button.indicator.active {
	background-color: var(--white);
	border: 1px solid var(--white);
	opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
	width: 35px;
	opacity: 1;
}

@media (max-width: 767.98px) {
	#hero .carousel-control-prev,
	#hero .carousel-control-next {
		display: none;
	}
}

.hero-top-places-to-work {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	right: auto;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transition: all .3s ease;
	animation-delay: 3.5s;
}

.hero-scroller {
	color: var(--white);
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: auto;
	margin: 0;
	text-align: center;
	opacity: 1 !important;
	z-index: 2;
	transition: all .3s ease;
}

.hero-scroller a {
	font-size: 14px;
	color: var(--white);
	width: 15px;
	height: 15px;
	margin: 2px 5px 0 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	line-height: 1;
	overflow: visible;
	background-size: 0 0 !important;
}

.carousel-inner>.carousel-item>.bg-hero {
	margin: auto;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: kenburns 2212529ms ease-out 0s infinite;
	animation: kenburns 2212529ms ease-out 0s;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

@-webkit-keyframes kenburns {
	0% {
		-webkit-transform: scale(1.1);
		-webkit-transition: -webkit-transform 2212529ms ease-out 0s;
	}

	100% {
		-webkit-transform: scale(1);
		-webkit-transition: -webkit-transform 2212529ms ease-out 0s;
	}
}

@-moz-keyframes kenburns {
	0% {
		-moz-transform: scale(1.1);
		-moz-transition: -moz-transform 2212529ms ease-out 0s;
	}

	100% {
		-moz-transform: scale(1);
		-moz-transition: -moz-transform 2212529ms ease-out 0s;
	}
}

@-ms-keyframes kenburns {
	0% {
		-ms-transform: scale(1.1);
		-ms-transition: -ms-transform 2212529ms ease-out 0s;
	}

	100% {
		-ms-transform: scale(1);
		-ms-transition: -ms-transform 2212529ms ease-out 0s;
	}
}

@-o-keyframes kenburns {
	0% {
		-o-transform: scale(1.1);
		-o-transition: -o-transform 2212529ms ease-out 0s;
	}

	100% {
		-o-transform: scale(1);
		-o-transition: -o-transform 2212529ms ease-out 0s;
	}
}

@keyframes kenburns {
	0% {
		transform: scale(1.1);
		transition: transform 2212529ms ease-out 0s;
	}

	100% {
		transform: scale(1);
		transition: transform 2212529ms ease-out 0s;
	}
}

.hero-pp-container {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 5;
}

.hero-pp-btn {
	font-size: 14px;
	color: var(--white);
	width: 15px;
	height: 15px;
	margin: 2px 5px 0 5px;
	padding: 0;
	border: 0;
	background-color: transparent;
	line-height: 1;
	overflow: visible;
}


/* HOME */
 
.brand-circle-link {
    display: block;
    height: 100%;
    border-radius: 100%;
    text-decoration: none !important;
    background-size: 0 0 !important;
    width: 400px;
}

.brand-circle-link.smaller {
    width: 100px;
}

.brand-circle-link img {
    border-radius: 100%;
}

@media (max-width: 1199.98px) {
    .brand-circle-link {
        width: 350px;
    }
}

@media (max-width: 991.98px) {
    .brand-circle-link {
        width: 300px;
    }
}

@media (max-width: 767.98px) {
    .brand-circle-link {
        width: 250px;
    }
}

@media (max-width: 575.98px) {
    .brand-circle-link {
        width: 200px;
    }
}

.swiper-taste {
    padding-top: 30px !important;
}

.swiper-taste .swiper-slide {
    opacity: 0;
    margin-bottom: 15px;
}

.swiper-taste .swiper-slide-visible {
    opacity: 1;
}

.swiper-taste .swiper-slide a {
    pointer-events: none !important;
}

.swiper-taste .swiper-slide-visible a {
    pointer-events: all !important;
}

.swiper-taste .swiper-button-prev,
.swiper-taste .swiper-button-next {
    top: 0;
    transform: none;
    height: 100%;
    margin-top: 0;
}

.taste-circle-link {
    display: block;
    height: 100%;
    border-radius: 100%;
    text-decoration: none !important;
    background-size: 0 0 !important;
    width: 540px;
    margin: 0 -30px;
}

.taste-circle-link img {
    border-radius: 100%;
    box-shadow: 0px 0px 15px rgba(0,0,0,.75);
}

.taste-circle-link.smaller {
    width: 100px;
}
/* 
@media (max-width: 1199.98px) {
    .taste-circle-link {
        width: 350px;
    }
}

@media (max-width: 991.98px) {
    .taste-circle-link {
        width: 300px;
    }
}

@media (max-width: 767.98px) {
    .taste-circle-link {
        width: 250px;
    }
}

@media (max-width: 575.98px) {
    .taste-circle-link {
        width: 200px;
    }
} */


/* ICONS */

.icon-circle-container {
	display: block;
	margin: 0 auto .5rem auto;
}

.fa-stack.fa-stack-normal {
	font-size: 1.5em;
	margin-bottom: 1rem;
	text-align: center;
}

.fa-stack.fa-stack-normal .fa-circle {
	font-size: 2.5em;
}

.fa-stack.fa-stack-normal .fa-stack-1x {
	margin-top: 5px;
}

.fa-stack .fa-stack-1x {
	color: var(--white);
}

.fa-stack .fa-stack-1x.text-red {
	color: var(--globe-red);
}

.fa-stack .fa-stack-1x.text-black {
	color: var(--black);
}


/* AWARDS */

.icon-container {
	position: relative;
	margin: auto;
}

.icon-counter {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	background-color: var(--globe-red);
	color: var(--white);
	padding: 5px;
	border-radius: 0;
	font-size: 12px;
	font-family: monospace;
	line-height: 1;
}


/* CARDS */

.card {
	border-radius: 0;
	border: 1px solid var(--gray-300);
	transition: all .3s ease;
}

.card-header:first-child {
	border-radius: 0;
	background: var(--black);
	color: var(--white);
}

.card-header,
.card-body,
.card-footer {
	padding: 1.5rem;
}

.card-link p:last-child,
.card-link ul:last-child,
.card-link ol:last-child {
	margin-bottom: 0;
}

span.small ul:last-child,
span.small ol:last-child {
	padding-left: 1.5rem;
}

.card-body p:last-child {
	margin-bottom: 0;
}

.card-footer:last-child {
	border-radius: 0;
}

.card-link {
	color: inherit;
}

.card-link p {
	transition: all .3s ease;
}

.card-link .text-red {
	transition: all .3s ease;
}

.card-link:hover .card,
.card-link:focus .card {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .15);
	transition: all .3s ease;
}

.card-link:hover .text-red,
.card-link:focus .text-red {
	opacity: .8;
	transition: all .3s ease;
}

.card-link:hover p,
.card-link:focus p {
	color: var(--grey);
	transition: all .3s ease;
}

.card-link:hover ol,
.card-link:focus ol {
	color: var(--grey);
	transition: all .3s ease;
}

.card-link:hover ul,
.card-link:focus ul {
	color: var(--grey);
	transition: all .3s ease;
}

.card-hover:hover {
	box-shadow: 0px 5px 15px rgba(0,0,0,.15);
}

.card-img-overlay {
    border-radius: 0 !important;
	background: linear-gradient(rgba(0,0,0,.54), rgba(0,0,0,.54));
    transition: all .3s ease;
}

.card-img-overlay p {
	color: var(--white);
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	transform: translateY(-50%);
	font-weight: 700;
	margin: 0 auto;
	text-shadow: 0px 2px 5px rgba(0,0,0,.54);
}

.quote-card {
	color: var(--white);
	background-color: transparent;
	border: 1px solid var(--white);
	text-align: left;
}

.quote-card .card-footer {
	border: 0;
	background: transparent;
	padding-top: 0;
}

.quote-circle {
	position: relative;
	background: var(--black);
	color: var(--white);
	width: 80px;
	height: 80px;
	border-radius: 100%;
	display: inline-block;
}

.quote-circle span {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}

.zoom-wrapper {
	position: relative;
	overflow: hidden !important;
}

.zoom-wrapper img {
	max-width: 100% !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.card-zoom {
	border-radius: 0 !important;
	background-image: none !important;
}

.card-zoom .card {
	border: 2px solid var(--white);
}

.card-zoom:hover .card,
.card-zoom:focus .card,
.card-zoom:target .card,
.card-zoom:active .card {
	border: 2px solid var(--electric-blue);
}

.card-zoom:hover img,
.card-zoom:focus img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.card-zoom.zoom-overlay:hover .card-img-overlay,
.card-zoom.zoom-overlay:focus .card-img-overlay,
.card-zoom.zoom-overlay:target .card-img-overlay,
.card-zoom.zoom-overlay:active .card-img-overlay {
	background: linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.75));
    transition: all 0.3s ease;
}

.card-zoom .fa-chevron-right {
    transform: translateX(0px);
    transition: all .3s ease;
}

.card-zoom:hover .fa-chevron-right,
.card-zoom:focus .fa-chevron-right,
.card-zoom:target .fa-chevron-right,
.card-zoom:active .fa-chevron-right {
    transform: translateX(5px);
}

a.zoom-photo {
    overflow: hidden;
    position: relative;
    display: block;
    background-size: 0 0 !important;
}

.card-columns {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.card-columns .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.video-image {
	display: block;
	position: relative;
}

.video-image img {
	border-radius: 30px;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.video-image div {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 0;
	right: 0;
}

.video-image div span {
	font-weight: 600;
	font-size: 12px;
}


/* IMAGE BOXES */

.card-img-box {
	border: 0;
}

.card-img-box .card-body {
	padding: 0;
}

.card-img-box .row {
	padding: 0 !important;
	margin: 0 !important;
}

.card-img-box [class*=col-],
.card-img-box [class*=col] {
	padding: 0 !important;
	margin: 0 !important;
}

.img-txt-box .row {
	padding: 0 !important;
	margin: -7.5px -7.5px 0 -7.5px !important;
}

.img-txt-box [class*=col-],
.img-txt-box [class*=col] {
	padding: 0 7.5px !important;
	margin: 15px 0 0 0 !important;
}

.img-text-box {
	padding: 3rem;
}

.img-text-box p:last-child {
	margin-bottom: 0;
}

@media (max-width: 575.98px) {
	.img-text-box {
		padding: 3rem 15px;
	}
}


/* BREADCRUMBS */

.breadcrumb {
	background-color: transparent;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.breadcrumb-item.active {
	color: var(--black);
}

.breadcrumb-item.active {
	color: var(--black);
}

.breadcrumb.white .breadcrumb-item a {
	color: var(--white) !important;
}

.breadcrumb.white .breadcrumb-item.active {
	color: var(--white) !important;
	opacity: .75;
}


/* SUB PAGE */

#subnav-section {
	background-color: var(--electric-blue);
	top: 71px;
	position: -webkit-sticky;
	position: sticky;
	z-index: 999;
	/* box-shadow: 0px 0px 30px rgba(0, 0, 0, .1); */
}

#subnav-section .col-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#subnav-container {
	padding: 0;
	margin: 0;
}

#subnav-container .expand-btn {
    font-size: 1rem;
	color: var(--white) !important;
	background-color: var(--electric-blue) !important;
	box-shadow: none !important;
	border: 0;
	border-radius: 0;
	padding: 15px 15px 12px 15px !important;
}

#subnav-container .expand-btn::after {
    top: 12px;
	right: 20px !important;
}

@media (min-width: 1200px) {
	#subnav-container .expand-btn {
		display: none;
	}
}

#subnav {
	justify-content: center;
}

#submenu {
    width: 100%;
	font-size: 14px;
	text-align: center;
	padding: 8.25px 15px;
	justify-content: space-between;
	flex-direction: row;
    list-style-type: none !important;
}

#submenu li {
	margin-bottom: 0 !important;
}

#submenu li a {
	padding: .25rem .5rem;
	color: var(--white) !important;
    opacity: .9;
    background-size: 100% 0px !important;
    letter-spacing: .5px;
}

#submenu li a .fa-external-link {
	font-size: 8px !important;
	vertical-align: top;
	margin-top: 4px;
	margin-left: 3px;
}

#submenu li a:hover,
#submenu li a:focus {
	color: var(--white) !important;
	text-decoration: none;
    opacity: 1;
}

#submenu li a.active {
	color: var(--white) !important;
	text-decoration: none !important;
    opacity: 1 !important;
    background-size: 100% 1px !important;
}

@media (max-width: 1199.98px) {
	#subnav-section {
		top: 65px;
	}

	#submenu {
		flex-direction: column;
		text-align: left;
		padding: 7.5px 0;
        border-top: 1px solid rgba(255, 255, 255, .25);
	}

	#submenu li a {
		font-size: 14px;
		padding: 15px;
	}
}

#submenu li a:before {
	display: none;
}

.subpage-banner {
	position: relative;
    background: linear-gradient(rgba(0,37,255,1), rgba(14,2,150,1));
	color: var(--white);
	overflow: hidden;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.subpage-overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0,0,0,.54), rgba(0,0,0,.75));
}

.subpage-banner-text {
	color: var(--white) !important;
	text-align: center;
	position: relative;
	z-index: 3;
	padding: 8rem 0;
}

.subpage-banner-text .favicon {
	width: 25px;
	margin-bottom: 1rem;
}

.subpage-banner-text .logo {
	max-width: 100%;
    margin-bottom: 1rem;
}

.subpage-banner-text h1 {
	color: var(--white) !important;
	margin-bottom: 0;
	text-shadow: 0px 0px 10px rgba(0,75,147,.25);
}

.subpage-banner-text p {
	margin-top: .25rem;
	margin-bottom: 0;
}

.subpage-banner-text a.btn {
    margin-top: .75rem;
}

.subpage-banner-text p a:not(.btn) {
	text-shadow: 0px 0px 10px rgba(0,75,147,.5);
}

.subpage-banner-text p.eyebrow {
    color: var(--white);
	font-size: 12px;
	margin: 0;
}

.subpage-banner-text p span {
	background-color: var(--globe-red);
	padding: .25rem .5rem;
	text-shadow: none;
}

.subpage-banner-text .subpage-logo {
	margin-bottom: 1rem;
	width: 95px;
}

.subpage-banner-text a:not(.btn) {
	color: var(--white) !important;
}

@media (max-width: 1199.98px) {
	.subpage-banner-text {
		padding: 7rem 0;
	}
}

@media (max-width: 991.98px) {
	.subpage-banner-text {
		padding: 6rem 0;
	}
}

@media (max-width: 767.98px) {
	.subpage-banner-text {
		padding: 5rem 0;
	}
}

@media (max-width: 575.98px) {
	.subpage-banner-text {
		padding: 4rem 0;
	}
}

.subpage-banner.no-img .subpage-banner-text {
	padding: 3rem 0;
}

.subpage-header {
	padding: 11rem 1rem;
	text-align: center;
}

.subpage-header h1,
.subpage-header p {
	color: var(--white);
	text-align: center;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}

.subpage-text p {
	animation-delay: 1s;
}

@media (max-width: 1199.98px) {
	.subpage-header {
		padding: 9rem 1rem;
	}
}

@media (max-width: 991.98px) {
	.subpage-header {
		padding: 7rem 1rem;
	}
}

@media (max-width: 767.98px) {
	.subpage-header {
		padding: 5rem 1rem;
	}
}

@media (max-width: 767.98px) {
	.subpage-text h1 {
		font-size: 1.8rem;
	}

	.subpage-text p {
		font-size: 1rem;
	}
}


/* SPLIT SUBPAGE IMAGE */
.split-banner-overlay {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: rgb(198, 199, 201);
	background: linear-gradient(0deg, rgba(198, 199, 201, 1) 0%, rgba(198, 199, 201, 0) 100%);
}

@media (min-width: 1200px) {
	.split-banner-overlay {
		background: rgb(198, 199, 201);
		background: linear-gradient(90deg, rgba(198, 199, 201, 1) 0%, rgba(198, 199, 201, 0) 100%);
	}

	.subpage-split-section .img-col {
		border-left: 2px dotted var(--white);
	}
}

.subpage-split-section {
	background-color: var(--black);
	color: var(--white);
}

.subpage-split-text {
	position: relative;
	z-index: 5;
	padding: 3rem;
}

.subpage-split-text h1 {
	margin-bottom: 0;
}

.subpage-split-text p {
	margin-top: .5rem;
	margin-bottom: 0;
}

.subpage-split-text a {
	margin-top: 1rem;
}

.subpage-split-section img {
	position: relative;
	z-index: -1;
}

@media (max-width: 1199.98px) {
	.subpage-split-text {
		padding: 2.25rem 3rem 3rem 3rem;
	}

	.subpage-split-section .img-col {
		border-bottom: 2px dotted var(--white);
	}
}

@media (max-width: 575.98px) {
	.subpage-split-text {
		padding: 2.25rem 25px 3rem 25px;
	}
}

.inset-border {
	position: relative;
	z-index: 2;
}

.inset-border::before {
	z-index: 2;
	content: '';
	position: absolute;
	top: 7.5px;
	bottom: 7.5px;
	left: 7.5px;
	right: 7.5px;
}

.inset-border.white::before {
	border: 2px dotted var(--white);
}


/* SIDEBAR */

#sidebar {
	top: 170px;
	z-index: 998;
}

ul.sub-page-nav {
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.sub-page-nav li {
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #EEE;
}

.sub-page-nav li:last-child {
	border-bottom: none;
}

.sub-page-nav li:hover {
	text-decoration: none;
	background-color: #EEE;
}

.sub-page-nav li a {
	color: var(--globe-red);
	text-decoration: none;
	font-size: .85rem;
	display: block;
	width: 100%;
	padding: .6rem 1rem;
}

.sub-page-nav .sub-nav li a {
	padding: .5rem 1rem .5rem 2rem;
	font-size: .75rem;
	background-color: var(--white);
}

.sub-page-nav .sub-nav li a:hover {
	background-color: #EEE;
}

.sub-page-nav .double-sub-nav li a {
	padding: .35rem 1rem .35rem 3.5rem;
	font-size: .75rem;
	background-color: var(--white);
}

.sub-page-nav .double-sub-nav li a:hover {
	background-color: #EEE;
}

.sub-page-nav button {
	color: var(--globe-red);
	font-size: .85rem;
	display: block;
	width: 100%;
	padding: .6rem 1rem;
	text-decoration: none;
	text-align: left;
	white-space: normal;
	border-radius: 0;
}

.sub-page-nav button:hover {
	background-color: #EEE !important;
}

.sub-page-nav button.collapsed:hover {
	color: var(--globe-red) !important;
	text-decoration: none !important;
	background-color: #EEE !important;
}

.sub-page-nav.sub-nav button {
	padding: .5rem 1rem .5rem 2rem;
	font-size: .75rem;
	background-color: #F8F9FA;
	color: var(--globe-red);
	text-decoration: none;
	white-space: normal;
}

.sub-page-nav.sub-nav button.collapsed {
	padding: .5rem 1rem .5rem 2rem;
	font-size: .75rem;
	background-color: var(--white);
	color: var(--globe-red);
}

.sub-page-nav button.sub-nav.collapsed {
	color: var(--globe-red) !important;
	text-decoration: none !important;
	background-color: var(--white);
}

.sub-page-nav button.sub-nav {
	color: var(--globe-red);
	text-decoration: none;
	background-color: #EEE;
	transition: all .2s ease;
}

.sub-page-nav button.sub-nav::after {
	content: "\f106";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	right: .75rem;
	position: absolute;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transition: all .2s ease;
}

.sub-page-nav button.sub-nav.collapsed::after {
	content: "\f106";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	right: .75rem;
	position: absolute;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transform: rotate(180deg);
	transition: all .2s ease;
}

.sub-page-nav button.double-sub-nav::after {
	content: "\f106";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	right: .75rem;
	position: absolute;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transition: all .2s ease;
}

.sub-page-nav button.double-sub-nav.collapsed::after {
	content: "\f106";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	right: .75rem;
	position: absolute;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transform: rotate(180deg);
	transition: all .2s ease;
}

.sub-nav-active {
	background-color: var(--globe-red) !important;
	color: var(--white) !important;
	padding: .6rem 1rem;
	text-decoration: none;
	transition: all .2s ease;
}

.sub-nav-active:hover {
	background-color: var(--globe-red) !important;
	color: var(--white) !important;
}


/* COLLAPSE */

.expand-btn {
    line-height: 1;
	color: var(--black) !important;
	background-color: #F8F9FA;
	border-color: #F8F9FA;
	display: block;
	text-align: left;
	padding: 1rem 2.5rem 1rem 1rem !important;
	white-space: normal;
	position: relative;
	width: 100%;
    text-transform: none;
}

.expand-btn.collapsed {
    line-height: 1;
	color: var(--electric-blue) !important;
	background-color: var(--white);
	border-color: var(--white);
	display: block;
	text-align: left;
	padding: 1rem 2.5rem 1rem 1rem !important;
	white-space: normal;
	position: relative;
	width: 100%;
    text-transform: none;
}

.expand-btn.collapsed:hover {
	box-shadow: none;
}

.expand-btn:hover {
	background-color: #F8F9FA;
	border-color: #F8F9FA;
	box-shadow: none;
}

.expand-btn:focus {
	background-color: #F8F9FA;
	border-color: #F8F9FA;
	box-shadow: none;
}

.expand-btn::after {
	font-size: 1rem;
	content: "\f078";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	left: auto;
	right: .85rem;
	top: .95rem;
	position: absolute;
	color: inherit;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	transform: rotate(-180deg);
	-webkit-font-smoothing: antialiased;
	transition: all .2s ease;
}

.expand-btn.collapsed::after {
	font-size: 1rem;
	content: "\f078";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	left: auto;
	right: .85rem;
	top: .95rem;
	position: absolute;
	color: inherit;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transform: rotate(0deg);
	transition: all .2s ease;
}

.expand-btn.disabled {
	cursor: inherit;
	opacity: .25;
}

.bg-number {
	position: relative;
}

.bg-number::before {
	position: absolute;
	z-index: -1;
	top: -5px;
	left: -35px;
	right: auto;
	color: var(--electric-blue);
	content: 'Q:';
	display: block;
	font-size: 2rem;
	filter: drop-shadow(1px 1px 0px #E6E7E8);
	/* text-shadow: 0px 0px 30px rgba(0,0,0,.1); */
}

ul.link-list {
	padding: 0;
	margin: 0;
}

.link-list li {
	list-style-type: none;
}

.link-list li a {
	color: var(--globe-red);
	display: block;
	width: 100%;
	text-align: left;
	font-size: .9rem;
}

ul.spaced-list {
	margin: 0;
	padding-left: 1.1rem;
}

ul.spaced-list li {
	line-height: 1.25;
	margin-bottom: 10px;
}

ul.checklist {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

ul.checklist ul {
	list-style: none;
	padding-left: 1rem;
	margin: 0;
}

.checklist li {
	line-height: 1.25;
	position: relative;
	padding: 0 0 0 1.5rem;
	margin-top: 15px;
}

.checklist li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 1.1rem;
	height: 1.1rem;
	background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2212529/svg'><path fill='%23C9002B' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
}

.checklist li ul li {
	line-height: 1.25;
	position: relative;
	padding: 0 0 0 1.5rem;
	margin-top: 15px;
}

.checklist li ul li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 1.1rem;
	height: 1.1rem;
	background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2212529/svg'><path fill='%23C9002B' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
}

ol.numberlist {
	list-style: none;
	counter-reset: my-awesome-counter;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	margin-top: .75rem;
	padding: 0;
}

ol.numberlist li {
	counter-increment: my-awesome-counter;
	display: flex;
	align-items: center;
	width: 100%;
	padding: .75rem 0;
	border-top: 2px solid var(--globe-red);
}

ol.numberlist li:last-of-type {
	border-bottom: 2px solid var(--globe-red);
}

ol.numberlist li::before {
	background-color: var(--globe-red);
	color: var(--white);
	border-radius: 100%;
	padding: 10px 20px;
	content: counter(my-awesome-counter);
	font-size: 45px;
	margin-left: 15px;
	margin-right: 15px;
	font-family: monospace;
	font-weight: 700;
	line-height: 1;
}

.number-counter {
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: var(--globe-red);
}


/* PRODUCTS */

.product-card {
    border: 0;
    height: 100%;
}

.product-card .card-body {
    padding-bottom: 0;
}

.product-card .card-footer {
    background: none;
    border: 0;
    padding: .25rem .5rem 1.5rem .5rem;
}

.product-card hr {
    margin: .5rem 0 1rem 0;
}

.product-img {
    margin-bottom: 1.5rem;
}

.product-flavors {
    font-family: "Pepsi-Fizz-Light", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--black);
    margin: 0 0 1rem 0;
}

.product-name {
    margin: 0;
}

.product-category {
    font-family: "Pepsi-Fizz-Light", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--black);
    margin: 0;
}

ul.product-quantity-list {
    list-style-type: none !important;
    padding: 0;
    margin: .5rem 0 0 0;
    font-size: 14px;
}

.product-modal-heading-lvl {
    font-size: 14px;
    margin-bottom: 0;
}

.product-modal-heading-desc {
    margin-bottom: .25rem;
}

.product-modal-heading-lvl span {
    font-size: 16px;
    font-family: "Pepsi-Fizz-Medium", sans-serif;
    text-transform: uppercase;
}

.product-flavor-link {
    display: block;
    border: 1px solid var(--gray-300);
    padding: .5rem;
}

.product-flavor-link.active {
    border: 1px solid var(--electric-blue);
    background-size: 0 0 !important;
}


/* LOCATIONS */

#location-sidebar {
	padding: 15px;
}

#location-sidebar-results {
	overflow-y: auto;
	margin-right: -15px;
}

@media (min-width: 992px) {
	#location-sidebar {
		width: 430px;
		height: calc(100vh - 111px);
	}

	#location-sidebar-results {
		height: calc(100vh - 194px);
	}

	#location-sidebar-results .card {
		margin-right: 15px;
	}

	#location-map {
		height: 450px;
	}
}

@media (max-width: 991.98px) {
	#location-map {
		height: 400px;
	}
}

@media (max-width: 767.98px) {
	#location-map {
		height: 350px;
	}
}

@media (max-width: 575.98px) {
	#location-map {
		height: 300px;
	}
}

.location-card {
	color: var(--white);
	background-color: var(--black);
    border: 1px solid var(--electric-blue);
	height: 100%;
}

.location-card .location-name {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: .25rem;
	line-height: 1.25;
}

.location-card .location-type {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 1.25;
}

.location-card hr {
	margin: .75rem 0 1rem 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.location-card ul {
	margin: 0;
	padding: 0;
	color: var(--white) !important;
}

.location-card ul li a:not(.btn) {
	color: var(--white) !important;
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) !important;
}

.location-card address {
    margin-bottom: 0;
}


/* TABS */

#value_tabs {
    list-style-type: none !important;
    border: 0;
    justify-content: center;
}

#value_tabs li {
    margin: 0 7.5px !important;
}

#value_tabs li button {
    color: var(--white);
    padding: .5rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 30px;
    margin-bottom: 15px;
    transition: all .3s ease;
}

#value_tabs li button:hover,
#value_tabs li button:focus,
#value_tabs li button:target,
#value_tabs li button:active {
    color: var(--electric-blue);
    background-color: rgba(255,255,255,.9);
}

#value_tabs li button.active {
    color: var(--electric-blue);
    background-color: var(--white);
}


/* TABLES */



/* SUBPAGES */



/* SWIPERS */

.swiper {
	padding: 0 15px;
	margin: 0 -15px;
}

.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: auto;
}

.swiper-slide .card {
	width: 100%;
	height: 100%;
}

.swiper-pagination {
	position: relative;
	height: 45px;
}

.swiper-pagination.inset {
	position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 15px !important;
	height: auto;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
    height: auto;
    padding: 15px 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.swiper-button-prev,
.swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
	width: 35px;
	height: 50%;
    margin-top: -21px;
	color: var(--electric-blue);
	background-color: var(--white);
	border: 0;
	padding: 0;
    opacity: 0;
	transition: all .3s ease;
}

.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
    opacity: .5;
}

.swiper-button-prev {
    left: 0;
	border-radius: 0 15px 15px 0;
}

.swiper-button-next {
    right: 0;
	border-radius: 15px 0 0 15px;
}

.swiper-button-prev:focus,
.swiper-button-prev:hover,
.swiper-button-prev:active {
    color: var(--globe-blue);
    background-color: var(--white);
    opacity: 1 !important;
}

.swiper-button-next:focus,
.swiper-button-next:hover,
.swiper-button-next:active {
    color: var(--globe-blue);
    background-color: var(--white);
    opacity: 1 !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: var(--globe-blue);
    background-color: var(--white);
    opacity: 1 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 18px;
}

.swiper-button-prev.flush {
	left: 0;
}

.swiper-button-next.flush {
	right: 0;
}

.swiper-button-prev.bottom {
	top: auto;
	bottom: 0 !important;
}

.swiper-button-next.bottom {
	top: auto;
	bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
	position: relative;
	background: transparent;
	border: 2px solid var(--globe-blue);
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: var(--globe-blue);
	border: 2px solid var(--globe-blue);
	opacity: 1;
}

.swiper-pagination.white .swiper-pagination-bullet {
	background: transparent;
	border: 2px solid var(--white);
	opacity: 1;
}

.swiper-pagination.white .swiper-pagination-bullet-active {
	background: var(--white);
	border: 2px solid var(--white);
	opacity: 1;
}

.swiper-pagination-fraction {
	color: var(--globe-red);
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.swiper-horizontal>.swiper-scrollbar {
	position: relative;
	margin-top: 25px;
	height: 5px;
	bottom: 12px;
	left: 47px;
	width: calc(100% - 95px);
	border-radius: 5px;
}

.swiper-scrollbar-drag {
	background: rgba(0,37,255,1);
	border-radius: 5px;
}

.swiper-scrollbar.white .swiper-scrollbar-drag {
	background: rgba(255,255,255,1);
}

.swiper-promotions-home {
    padding-left: 0;
    padding-right: 0;
}

.swiper-promotions-home .swiper-pagination {
    padding-bottom: 0;
}

.swiper-promotions .swiper-slide {
    opacity: .25;
}

.swiper-promotions .swiper-slide-active {
    opacity: 1 !important;
}


/* BLOG */

.link-card {
	text-align: left;
	height: 100% !important;
	border: 1px solid var(--gray-300);
	background-image: none !important;
}

.link-card:hover {
	border: 1px solid var(--electric-blue);
}

.link-card .row {
	position: relative;
}

.blog-content-col {
	align-self: center;
	position: static;
}

.link-card img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.link-card .details {
	font-weight: 500;
	font-size: 12px;
	margin-bottom: .25rem;
}

.link-card .details span {
	letter-spacing: 1px;
}

.link-card .details small {
	font-size: 60%;
}

.link-card .heading {
	font-weight: 500;
	line-height: 1.25;
	padding-top: 1px;
	margin-bottom: 0;
}

.link-card .heading a span {
	float: right;
	margin-top: -.25rem;
	margin-left: .25rem;
	font-size: 75%;
	vertical-align: top;
}

.link-card .desc {
	margin-top: .25rem;
	font-size: 14px;
}

.link-card .desc-large {
	font-size: 15px;
}


/* CAREERS */

.career-img {
	border-radius: 100%;
	margin-bottom: 1rem;
	width: 150px;
	border: 3px solid #808285;
}


/* NEWS */

.article-title {
	margin-bottom: 0;
	line-height: 1.25;
}

.article-title a {
	display: inline !important;
}

.article-title a span {
	float: right !important;
	margin-left: 1rem;
}

.article-title a span i {
	font-size: 12px;
	vertical-align: top;
	margin-top: 4px;
}

.article-summary {
	font-size: 14px;
	margin-top: .25rem;
}

.article-img {
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    .article-img {
        margin-left: -15px;
        margin-right: -15px;
    }
}


/* TIMELINE */

.timeline-card p.eyebrow {
    color: var(--globe-red) !important;
}

.timeline-icon {
    font-size: 1.5rem;
    color: var(--globe-red);
    margin: 0 .75rem;
}

@media (max-width: 991.98px) {
    .timeline-card p.timeline-desc {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .timeline-card {
        text-align: center;
    }

    .timeline-icon {
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

.border-right-lgrey {
    border-right: 1px solid rgb(222, 226, 230);
}


/* TIMELINE PROGRESS */

.swiper-container-wrapper-timeline .swiper-button-prev {
    left: 15px;
}

.swiper-container-wrapper-timeline .swiper-button-next {
    right: 15px;
}

/* 
.swiper-container-timeline .swiper-slide {
    opacity: 0;
}

.swiper-container-timeline .swiper-slide-visible {
    opacity: 1;
} */

.swiper-container-wrapper-timeline {
    overflow: hidden;
}

.swiper-container-wrapper-timeline .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .swiper-container-wrapper-timeline .swiper-slide .container {
    padding: 0;
    width: 100%;
} */

.swiper-container-wrapper-timeline .swiper-slide .title {
    font-size: 12px !important;
    opacity: 0;
    transition: 0.5s ease 0.5s;
}

.swiper-container-wrapper-timeline .swiper-slide-active .title {
    opacity: 1;
}

.swiper-container-wrapper-timeline .swiper-pagination-progressbar {
    position: relative;
    margin-bottom: 30px;
    background-color: transparent;
    height: 2px;
    border-bottom: 2px solid var(--black);
    width: 95%;
}

.swiper-container-wrapper-timeline .swiper-pagination-progressbar-fill {
    background-color: var(--electric-blue);
    height: 3px;
    top: 0px;
}

.swiper-container-wrapper-timeline .swiper-pagination-progressbar:before {
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 3px;
    background-color: var(--electric-blue);
    content: "";
}

.swiper-container-wrapper-timeline .swiper-pagination-progressbar:after {
    position: absolute;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 2px;
    background-color: var(--black);
    content: "";
}

.swiper-container-wrapper-timeline .swiper-pagination-custom {
    position: relative;
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0;
    display: flex;
    bottom: 0;
    z-index: 11;
    width: 95%;
    display: flex;
}

.swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch {
    position: relative;
    width: 100%;
    height: 30px;
    /* line-height: 30px; */
    display: block;
    margin-bottom: 0 !important;
}

.swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 20px;
    top: 35px;
    left: 50%;
    background-color: var(--black);
}

.swiper-pagination-switch:nth-child(even) .switch-title {
    top: 16.5px;
}

.swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch:first-of-type:before {
    display: none;
}

.swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
    font-size: 12px;
    position: absolute;
    right: 0;
    transform: translateX(50%);
    transition: 0.2s all ease-in-out;
    transition-delay: 0s;
    cursor: pointer;
    z-index: 1;
}

.swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
    position: absolute;
    top: calc(100% + 16px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    width: 10px;
    height: 10px;
    background: var(--electric-blue);
    border-radius: 100%;
    content: "";
    transition: 0.2s all ease-in-out;
    transition-delay: 0s;
    z-index: 1;
}

.swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
    font-weight: 400;
    transition-delay: 0.4s;
}

.swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
    background: var(--electric-blue);
    width: 15px;
    height: 15px;
    transition-delay: 0.4s;
}

.swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title {
    color: var(--black);
}

.swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title:after {
    background: var(--black);
}

.swiper-pagination-switch:nth-child(odd) .switch-title {
    top: 65px;
}

.swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch:nth-child(odd) .switch-title:after {
    top: -17.5px;
}

@media (max-width: 575.98px) {
    .swiper-pagination-switch .switch-title span {
        display: none;
    }

    .swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch:nth-child(even) .switch-title:after {
        top: 31px;
    }
}


/* FOOTER */

footer {
    position: relative;
}

.footer-overlap {
    background: linear-gradient(rgba(0,37,255,1), rgba(14,2,150,1));
    color: var(--white);
}

.footer-overlap .container {
    position: relative;
    z-index: 5;
    padding: 3rem 15px;
}

.footer-curve {
    background-color: var(--black);
    border-radius: 100% 100% 0 0;
}

.footer-curve .container {
    padding: 3rem 15px;
    position: relative;
    z-index: 5;
}

#footer a:not(.btn) {
	color: var(--black);
	transition: all .3s ease;
}

#footer a:not(.btn):hover,
#footer a:not(.btn):focus {
	color: var(--black);
}

a.footer-link {
	background-image: none !important;
	background-size: 0 0 !important;
}

footer a {
	font-weight: 500;
}

.footer-logo {
    width: 167px;
    height: 150px;
    margin-bottom: 30px;
}

ul.footer-legal {
	font-size: 12px;
	margin: 15px 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

ul.footer-legal li {
	display: inline-block;
	list-style-type: none;
}

ul.footer-legal li a {
	color: var(--black) !important;
	display: block;
	padding: 15px;
}

ul.footer-legal li a i {
	font-size: 10px;
}

ul.footer-legal li a i.fa-file-pdf {
	margin-right: 2px;
}

ul.footer-links {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.footer-links li {
	list-style-type: none;
	line-height: 1.25;
	margin-top: 10px;
}

.footer-links li a {
	padding: .25rem 0;
	display: inline-block;
}

.footer-links li a span {
	font-size: 8px;
	vertical-align: middle;
	margin-top: 3px;
	margin-left: 3px;
}

ul.fa-links {
	padding: 0 0 0 1.5rem;
	margin: 0;
	font-size: 13px;
}

.fa-links li {
	list-style-type: none;
	margin-bottom: 15px;
}

.fa-links li span i {
	margin-right: .25rem;
}

.fa-links li a {
	line-height: 1.25;
	display: inline-block;
	padding-bottom: .25rem;
}

.footer-sm-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-sm-nav li {
	display: inline-block;
}
 
.footer-sm-nav li a {
	font-size: 1.75rem;
	padding: .5rem;
	color: var(--white) !important;
}

.footer-sm-nav li a:hover,
.footer-sm-nav li a:focus,
.footer-sm-nav li a:target,
.footer-sm-nav li a:active {
	color: #F8F9FA !important;
}

.footer-sm-nav img {
    margin-top: -6px;
    width: 22px;
    max-width: 100%;
    height: auto;
}

/* .external-footer-icon {
	font-size: 8px !important;
	margin-top: 4px !important;
	margin-left: 2px;
} */

@media (max-width: 575.98px) {
    .footer-curve {
        border-radius: 15% 15% 0 0;
    }

    .footer-sm-nav li a {
        font-size: 1.35rem;
    }

    .footer-sm-nav img {
        width: 18px;
    }
}

.fa-arrow-right.external-arrow {
    transform: rotate(-45deg);
}


/* TOOLTIPS */

.tooltip {
	opacity: 1 !important;
}

.tooltip-inner {
	color: var(--black);
	background-color: var(--white);
	border-radius: 0;
	font-size: 12px;
	text-align: left;
	padding: 10px !important;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
}

.tooltip.bs-tooltip-right .arrow:before {
	border-right-color: var(--white) !important;
}

.tooltip.bs-tooltip-left .arrow:before {
	border-left-color: var(--white) !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
	border-bottom-color: var(--white) !important;
}

.tooltip.bs-tooltip-top .arrow:before {
	border-top-color: var(--white) !important;
}


/* MODALS */

.modal-header {
	background: var(--white);
	border-bottom: 1px solid var(--gray-300);
}

.modal-title {
    font-family: "Pepsi-Fizz-Medium", sans-serif;
    text-transform: uppercase;
	font-size: 1.25rem;
	margin-bottom: 0;
	align-self: center;
}

.modal-icon {
	width: 30px;
	max-width: 100%;
	height: auto;
}

.modal-logo {
	width: 107px;
    height: 30px;
	max-width: 100%;
	height: auto;
}

.modal-body p:last-child {
	margin-bottom: 0;
}

.modal .close {
	font-size: 18px;
	padding: 10px;
	margin-top: -5px;
	margin-right: -10px;
	color: var(--globe-red);
	opacity: 1;
	transition: all .3s ease;
}

.modal .close:hover,
.modal .close:focus {
	opacity: .75;
}

.modal .floating-close {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
}

.modal .floating-close .close {
	background-color: var(--white);
	border-radius: 100%;
	border: 2px solid var(--white);
}

.modal .floating-close .close:hover,
.modal .floating-close .close:focus {
	opacity: 1;
	border: 2px solid var(--globe-red);
}

.modal-dialog {
	border-radius: 0;
}

.modal-header {
	padding: 1.5rem;
	border-radius: 0;
	border: 0;
}

.modal-content {
	border-radius: 0;
	border: 0;
	background-clip: border-box;
}

.modal-body {
	padding: 1.5rem;
}

.modal-footer {
	padding: 1.5rem;
	border-radius: 0;
	justify-content: flex-start;
}

.modal-footer p {
	margin: 0 !important;
}

.modal-footer>* {
	margin: 0;
}

.modal-backdrop.show {
	opacity: .75;
}


/* TOASTS */

#cookies-popup {
	z-index: 99;
	position: fixed;
	left: 0;
	right: auto;
	bottom: 0;
	margin: 15px;
}

.toast.show {
	opacity: 1;
}

.toast {
	text-align: left;
	background-color: var(--white);
	border-radius: 0;
	border: 1px solid #E7E9EC;
	box-shadow: 0px 5px 15px rgba(0,0,0,.1);
}

@media (max-width: 575.98px) {
	.toast {
		max-width: 100% !important;
	}
}

.toast-title {
	color: var(--black);
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	margin-right: auto;
}

.toast-header {
	border-bottom: 1px solid #E7E9EC;
}

.toast-body {
	font-size: 12px;
	background-color: var(--white);
}

.toast-body p {
	margin-bottom: .5rem;
}

.toast-body p:last-child {
	margin-bottom: 0;
}

.toast-body a {
	font-weight: 500;
	color: var(--electric-blue) !important;
	display: inline-block;
}

.toast .close {
	font-size: 16px;
	padding: 4px;
	margin-top: -2px;
	margin-right: -6px;
	color: var(--globe-red) !important;
	opacity: 1;
}


/* ALERTS */

#alert-bar {
	color: var(--black);
	background: var(--white);
	border: 0;
	border-radius: 0;
	padding: 5px 0; 
	margin-bottom: 0;
	font-size: 14px;
}

#alert-bar strong {
	font-weight: 600;
}

#alert-bar a {
	font-weight: 500;
	color: #212529 !important;
	display: inline-block;
	background-image: linear-gradient(rgba(237, 62, 45, 1), rgba(237, 62, 45, 1));
	text-decoration: none;
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0 2px;
	transition: all .3s ease;
}

#alert-bar a:hover,
#alert-bar a:focus {
	background-size: 100% 2px;
}

#alert-bar.alert .close {
	color: var(--globe-red);
	font-size: 16px;
	position: relative;
	top: 2px;
	right: 0;
	padding: 0;
	margin: 0;
	opacity: 1;
	text-shadow: none;
	transition: all .3s ease;
}

#alert-bar.alert .close:hover,
#alert-bar.alert .close:focus {
	opacity: .75;
}


/* CONTACT */

#contact-map {
	width: 100%;
	height: 400px;
	border: 0 !important;
	outline: 0 !important;
	margin-bottom: -7px;
}

.success-card {
	text-align: center;
	border: 1px solid var(--electric-blue);
}

.success-card .card-body {
	padding: 3rem;
}


/* FILTERS */

@media (min-width: 992px) {
    #filter-sidebar {
        width: 275px !important;
    }
}

.filter-collapse {
    padding: 0 !important;
}

.filter-btn {
    font-size: 1.25rem;
    line-height: 1;
    color: var(--white) !important;
    background-color: var(--clear) !important;
    border: 1px solid rgba(255,255,255,.25) !important;
    display: block;
    text-align: left;
    padding: .75rem 2.5rem .75rem .75rem !important;
    white-space: normal;
    position: relative;
    width: 100%;
    box-shadow: none !important;
}

.filter-btn::after {
    font-size: 1rem;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: auto;
    right: .75rem;
    top: .75rem;
    position: absolute;
    color: inherit;
    display: inline-block !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    transform: rotate(-180deg);
    -webkit-font-smoothing: antialiased;
    transition: all .2s ease;
}

.filter-btn.collapsed::after {
    transform: rotate(0deg);
}


/* FORMS */

form.white-labels label,
form.white-labels .label {
	color: var(--white);
}

legend {
	padding-bottom: .25rem;
}

label,
.label {
    font-family: "Pepsi-Fizz-Medium", sans-serif;
    text-transform: uppercase;
	font-size: 14px;
	color: var(--black);
    margin-bottom: 8px;
	text-align: left !important;
}

input,
select,
textarea,
.form-control,
.custom-select {
	border-radius: 0;
	color: var(--black);
}

.input-group-text {
	background-color: var(--white);
	border: 1px solid var(--gray-300);
}

.input-group-text label {
	margin-bottom: 0;
}

.btn-radio {
	text-align: center !important;
	background-color: var(--white);
	border: 1px solid var(--gray-300);
}

form .row {
	margin-bottom: 15px;
}

.form-group {
	margin-bottom: 15px;
}

.custom-select {
	background-color: var(--white);
	border-radius: 0;
	border: 1px solid var(--gray-300);
	transition: all .3s ease;
}

.custom-control-label {
    font-family: "Pepsi-Fizz-Light", sans-serif;
    text-transform: none !important;
	font-size: 16px;
    margin-top: 4px;
}

.custom-control-label::before {
	border: 2px solid var(--electric-blue);
}

.custom-control-input:checked~.custom-control-label::before {
	border-color: var(--electric-blue);
	background-color: var(--electric-blue);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: var(--electric-blue);
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: none;
    outline: -webkit-focus-ring-color auto 1px;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	background-color: var(--electric-blue);
	border-color: var(--electric-blue);
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
	border-radius: 0;
	top: 2px;
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: inherit;
    opacity: .5;
}

.form-control {
	background-color: var(--white);
	border: 1px solid var(--gray-300);
	transition: all .3s ease;
}

.form-control.flush,
.custom-select.flush {
	border: 1px solid var(--white);
}

.form-control:focus,
.custom-select:focus {
	border: 1px solid var(--gray-300);
	outline: -webkit-focus-ring-color auto 1px;
	box-shadow: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: var(--globe-red);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: var(--globe-red);
	box-shadow: none;
}

.invalid-feedback {
	color: var(--globe-red);
}

.form-control.custom-select.is-invalid,
.was-validated .form-control.custom-select:invalid {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,
    #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}

.form-control.custom-select.is-valid,
.was-validated .form-control.custom-select:valid {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,
    #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}


/* LIGHTGALLERY */

.lg-outer .lg-thumb-item {
	border-radius: 0;
	border: 2px solid transparent;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: var(--white);
	border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 0;
}

.cursor:hover {
	cursor: pointer;
}


/* TO TOP */

.scroll-top {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	z-index: 9;
	background-color: var(--white);
	color: var(--electric-blue);
	width: 50px;
	height: 50px;
	line-height: 50px;
	right: 0;
	bottom: 0;
	border-radius: 30px 0 0 0;
	transition: all 0.5s ease-in-out;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
}

.scroll-top.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1;
}

.scroll-top.show:hover,
.scroll-top.show:focus {
	color: var(--globe-red);
}

.grecaptcha-badge {
	display: none;
}

.top-align-bg .areoi-background__image {
    background-position: center top !important;
}



/* File Uploader */
.qq-uploader {
    position: relative;
    width: 100%;
}

.qq-upload-button:hover,
.qq-upload-button:focus,
.qq-upload-button: target,
.qq-upload-button:active {
    cursor: pointer;
}

.qq-upload-drop-area {
    display: none !important;
}

.qq-upload-list {
    margin: 0;
    padding: 0 !important;
    list-style: none;
}

.qq-upload-list li {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

.qq-upload-list li.qq-upload-success {
    display: none;
}

.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-failed-text {
    margin-right: 10px;
}

.qq-upload-file {}

.qq-upload-spinner {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.qq-upload-size,
.qq-upload-cancel {
    font-size: 1rem;
}

.qq-upload-failed-text {
    display: none;
}

.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}


/* USED FOR HIDING BODY UNTIL JS LOADS - LEAVE AT THE END */

/* body {
	opacity: 0;
} */

