:root {
	--brand_color: #243766;
	--brand_color_inverted: #FFF;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: var(--brand_color);
}

body {
	background-color: var(--background_color);
	color: var(--text_color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, legend {
	font-family: Open Sans;
}

body, p, label, .paragraph {
	font-family: Lora;
	font-size: 16px;
}

a {
	color: var(--link_color);
}

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #243766;
	color: #FFF;
	border-color: #243766;
}

.text-brand {
	color: #243766;
}

.text-action {
	color: #243766;
}

.brand-inverted {
	background-color: #FFF;
	color: #243766;
	border-color: #FFF;
}

.action {
	background-color: #243766;
	color: #FFF;
	border-color: #243766;
}

.action-inverted {
	background-color: #FFF;
	color: #243766;
	border-color: #FFF;
}

/* SiteHeader */

.announcement_bar {
	background-color: #FFF;
	color: #3d3d3d;
}

.announcement_bar a {
	color: #3d3d3d;
}

.siteHeader {
	background-color: #ffffff;
	color: #000000;
	border-top-style: solid;
	border-top-width: 0;
	border-top-color: #ffffff;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

.mainNavigation, .mobileNav {
	background-color: #ffffff;
}

.mainNavigation__list {
	text-align: center !important;
}

.siteHeader__container--style4 {
	text-align: center;
}

.mainNavigation__list > li > a {
	font-size: 18px;
}

/*Mobile Nav*/
.mobileNav > li > a {
	color: #000000;
	background-color: #2C5170;
}

.mobileNav > li > a:hover {
	background-color: #042948;
}

.mobileNav > li > a:focus {
	background-color: #042948;
}

/* Underline Link Effect */
	.mainNavigation__list > li > a {
		color: #000000;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}
	.mainNavigation__list > li > a:hover {
		color: #2c5170;
		background-color: transparent;
		border-bottom: solid 2px #2c5170;
	}

	.mobileNav > li > a {
		color: #000000;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}

	.mobileNav > li > a:hover {
		color: #2c5170;
		background-color: transparent;
		border-bottom: solid 2px #2c5170;
	}

	.mobileNav > li > a:focus {
		color: #2c5170;
		background-color: transparent;
		border-bottom: solid 2px #2c5170;
	}


.mainNavigation__list > li > a {
	transition: all 0.2s ease-in-out;
}

/* Auxiliary Navigation (Use this for the account menu, sign up cta, cart, etc,) */

.auxiliaryMenu--block, .auxiliaryMenu__container {
	background-color: transparent;
		border-bottom: none;
	}

.auxiliaryMenu {
	max-width: 1366px;
}

	.auxiliaryMenu > li > a {
		color: #243766;
	}
	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
		text-decoration: underline;
	}

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #000000;
    color: #fff;
}

/* OrderStatus */
.orderStatusBar {
	background-color: #000000;
}

.orderStatus__container {
	color: #fff;
}

.orderStatus__container a {
	border-bottom-color: #323232;
	color: #fff;
}

.orderStatus__container a:hover {
	border-bottom-color: #fff;
}

.orderStatus__mobileToggle {
	color: #fff;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #323232;
	color: #fff;
}

.orderStatus__mobileToggle a:hover {
	border-bottom-color: #fff;
}

/* Logo */

.logo {
	color: #000000;
	font-size: 18px;
	padding: 22px;
}

.logo__img {
	max-height: 142px;
}

@media (max-width: 414px) {.logo {padding: 15px;}.logo__img {max-height: 75px;}}

.siteFooter {
	background-color: #243766;
	color: #FFF;
}

.siteFooter .tw-prose {
	--tw-prose-headings: #FFF;
	--tw-prose-body: #FFF;
	--tw-prose-p: #FFF;
	--tw-prose-a: #00b85f;
	--tw-prose-bullets: #FFF;
}

.siteFooter h1, .siteFooter h2, .siteFooter h3, .siteFooter h4, .siteFooter h5, .siteFooter h6 {
	color: #FFF;
}

.siteFooter a {
	--tw-prose-a: #00b85f;
	color: #00b85f;
}

.siteFooter a:hover, .siteFooter a:focus {
	color: #00a44b;
}

.siteFooter img {
	margin-left: auto;
	margin-right: auto;
}

.backToTopLink__container {
	background-color: #384b7a;
}

.backToTopLink__container a {
	color: #00b85f;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #243766 !important;
	border-color: #102352 !important;
	color: #FFF !important;
}

.btn-brand-inverted {
	background-color: #FFF;
	color: #243766;
	border: solid 1px #243766;
}

.btn-brand-inverted:hover {
	background-color: #243766;
	color: #FFF;
	border: solid 1px #243766;
}



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #4c5f8e !important;
	border-color: #4c5f8e !important;
		color: #FFF !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #243766 !important;
	border-color: #102352 !important;
	color: #FFF !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #4c5f8e !important;
	border-color: #4c5f8e !important;
	
	color: #FFF !important;
}

.btn-action-inverted {
	background-color: #FFF;
	color: #243766;
	border: solid 1px #243766;
}

.btn-action-inverted:hover {
	background-color: #243766;
	color: #FFF;
	border: solid 1px #243766;
}

.bullet, .confirmation__step-number {
	background-color: #243766;
	color: #FFF;
}

/* Store Menu */
.storeIndex__sideBarList--style2 {
	background-color: #f8f8f8 !important;
	border-color: #f8f8f8 !important;
	color: #777;
}

.storeSearch__input--style2 {
	border-color: #f8f8f8 !important;
}

.storeIndex__sideBarList--style2 > li > a {
	color: #777;
	border-color: #eeeeee !important;
}

.storeIndex__sideBarList--style2 > li > a:hover {
	color: #777;
	background-color: #eeeeee !important;
}

.storeSearch__button--style2 {
	color: #777;
}

.banner__protocols li:before {
    color: #243766
}

/*Custom Styles*/
.btn {
        padding: 8px 18px;
    background-color: #ffffff;
    border-radius: 50px;
    margin: 5px;
    font-family: nato-sans;
    font-weight: bold;
    font-size:1em;

}
.contentBox {
    background-color: #ffffff;
    width:10rem;
    height:5rem;
    margin-top: -50px;
}

.linkListWidget__list {
    list-style-type: none;
    margin: 0;
    padding-top: 0;
    text-align: center;
    font-size:1.1em;
    font-weight: bold;
    
} 


.linkListWidget h2 {
    text-align: center;
    font-size:1.9em;

}

.legal-links {
    font-size: .8em;
    font-weight:bold;
}

.siteFooter {
    background-color: #243766;
    color: #FFF;
    padding-top: 25px;
    padding-bottom: 45px;
}

.backToTopLink__container {
    display: none;
}

.orderStatusBar {
    background-color: #243766;
    display:none;
}

.orderStatusBar ul li a {
    color: #00b85f;
    font-weight: bold;
    font-size: 1.1em;
        font-family: nato-sans;
}

.auxiliaryMenu li a {
    border-radius:50px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: nato-sans;
    font-weight: bold;
    font-size:1.1em;
}

.linkListWidget__list--vertical>li>a {
    text-decoration:none;
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 50px;
    margin: 5px;
    font-family: nato-sans;
    font-weight: bold;
    font-size:1em;
}

.linkListWidget__list--horizontal>li>a {
        text-decoration:none;
    display: inline-block;
    padding: 8px 18px;
    background-color: #ffffff;
    border-radius: 50px;
    margin: 5px;
    font-family: nato-sans;
    font-weight: bold;
    font-size:1em;
}
