body {
	font-family: Montserrat,sans-serif;
	background-color: transparent;
}

h1, h2 {
	color: #212121;
}

h1 {
	font-size: 5.19em;
	line-height: 1.1175345;
	font-family: Tinos,serif;
}

h3, h4, h5, h6 {
	font-size: 1.6em;
	line-height: 1.56;
	font-family: Tinos,serif;
}

p {
	font-size: 1.6em;
	line-height: 1.56;
}

p.style1 {
	font-size: 1.8em;
	line-height: 1.55;
}
li {
	font-size: 1.6em;
	line-height: 1.56;
}

ol li {
	margin-left: 27px;
}

dl {
	font-size: 1.6em;
	line-height: 1.56;
}

address {
	font-size: 1.6em;
	line-height: 1.56;
}

table {
	font-size: 1.6em;
	line-height: 1.56;
}

label, fieldset fieldset legend {
	font-size: 1.6em;
	line-height: 1.56;
}

input.text, select, textarea {
	border: 1px solid #DCDCDC;
	font-size: 1.6em;
}

button, a.button {
	border: 0;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #004d71;
    transition: background-color .25s ease-in;
    padding: 10px 16px;
    letter-spacing: .1em;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    line-height: normal;
	height: auto;
}
a.button:link {
	color: #fff;
}
button:hover, 
button:focus, 
a.button:hover, 
a.button:focus {
	background-color: #001925;
    text-decoration: underline;

}
a.button.mobile {
	color: #fff;
	width: 135px;
	padding-top: 6px;
}
a.button.mobile:hover, a.button.mobile:focus {
	color: #fff;
}
button.text, button.returnTo {
	color: #574840;
	text-decoration:underline;
}

button.text:hover, button.returnTo:hover {
	text-decoration:none;
}

button.style2 {

	border: 0;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #004d71;
    transition: background-color .25s ease-in;
    padding: 10px 16px;
    letter-spacing: .1em;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    line-height: normal;
	height: auto;
}
button.style2:not([disabled]):hover, button.style2:not([disabled]):focus {
	background-color: #001925;
	text-decoration:underline;
	 
}

a:link, a:visited {
	color: #574840;
    text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

.validationBox h2 {
	font-size: 1.6em;
	line-height: 1.56;
}

.validationBox li {
	font-size: 1.6em;
	line-height: 1.56;
}

.paymentType .radiogroup label > span {
	color: #574840;
	padding-top: 1px;
}

#wrapper {
	box-shadow: 0 0 0;
	position: static;
	background-color: transparent;
}

#wrapper:before {
    content: '';
    background-color: #fff;
    height: 95px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: -1;
	border-bottom: 10px solid #004d71;
}

#wrapper .products .labelInner1 .title {
	color: #574840;
}


.mast .mastheadLogo {
 display:flex;
 gap:20px;
}
.mast .mastheadLogo .masthead-tagline{
display: inline-block;
    font-size: 2.75rem;
    line-height: 3.625rem;
    margin-bottom: 19px; 
    font-weight: 700;
	font-family: Tinos,serif;
}
.mast .sleeve a .mobile {
	display: none;
}



.navigation-home {
	position: absolute;
	z-index: 10;
	color: red;
	width: 40px;
	height: 52px;
	display: inline-block;
	top: 140px;
	line-height: 64px;
	text-align: center;
}

/* FOOTER */

.footer {
    width: 100%;
    position: absolute;
    left: 0;
	padding-top: 0;
	border-top: 0 none;
}
.footer ul {
	clear: both;
    background-color: #004d71;
    color: #fff;
    width: 100%;
    padding: 17px;
    float: none;
    text-align: center;
}

.footer li {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Montserrat,sans-serif;
	font-size: 1.4em;
}
	
.footer ul li a {
	color: #fff;
	font-size: 1em;
}

.footer .sleeve div {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	color: #888;
}
.footer p.information {
 
    padding: 20px;
    text-align: center;
}
@media print {
	h2 {
		font-size: 100% !important;
	}
	table, table li, table p, p {
		font-size: 10pt;
		line-height: 1.2;
	}
	.address {
		margin-right: 20px;
	}
	.payment {
		margin-left: 0;
	}
	#wrapper {
		max-width: 1220px;
		margin-left: auto;
		margin-right: auto;
	}
	label, input, textarea, select {
		display: inline!important;
	}
	a:link:after, a:visited:after {
		content: none!important;
	}
	.navigation-home, .icon.required {
		display: none;
	}
	.mast {
		margin-bottom: 80px!important;
		padding: 17px 0;
	}

	.mast .sleeve div {
		padding: 0!important;
	}
}
@media only screen and (max-width:1000px) {
	 #wrapper {
		 padding-top: 20px;
	}
}
@media only screen and (max-width:767px) {
	h1{
		font-size: 2.56em;
		line-height: 1.1175345;
	}
	 #wrapper {
		 padding-top: 10px;
	 }
	#wrapper:before {
		 content: none;
	 }
	 .mast {
		 margin-bottom: 10px;
	 }
	 .mast .sleeve .mastheadLogo {
		display:flex;
		gap:20px;
		background-color: #fff;
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		top: -10px;
		margin-left: -50vw;
		margin-right: -50vw;
		max-width: none;
		padding: 10px;
		height: 75px;
		border-bottom: solid 5px #004d71;
	 }
 
 
		.mast .mastheadLogo .masthead-tagline {
 
			font-size: 2rem;
			line-height: 3rem;
		 
		}
 
 
	 .mast .sleeve .mastheadLogo img {
		 padding-left: 10px;
	 }
	.mast .sleeve a [class='desktop'] {
		display: none;
	}
	.mast .sleeve a [class='mobile'] {
		display:block;
	}
	.mast .sleeve #LSC-logo{
		height: 33px;
		width: auto;
	}
	.footer li {
		display: block;
		border-top: 0 none;
		padding-top: 0;
	}
}