body {
	font-family: 'PT Sans', sans-serif;
	background-color: transparent;
	color: #212121;
}

h1, h2 {
	color: #212121;
}

h1 {
	font-family: "museo-sans",sans-serif;
	font-size: 3.653rem;
	line-height: 4.11rem;
	font-weight:300;
	letter-spacing: -0.01rem;
}

h3, h4, h5, h6 {
	font-size: 1.6em;
	line-height: 1.56;
}

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 {
	font-family: 'PT Sans', sans-serif;
	border: 0;
    border-radius: 50px;
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #182C4C;
    background-color: #B0E265;
    transition: background-color .25s ease-in, color .25s ease-in, border-color .25s ease-in;
	display: inline-block;
    outline: 0;
    padding: 7px 16px;
	height: auto;
}
a.button:link {
	color: #fff;
}
button:hover, button:focus, a.button:hover, a.button:focus {
	color: #fff;
	background: #182C4C;
}
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: #2C90D6;
}

button.text:hover, button.returnTo:hover {
	color: #222;
}

a:link, a:visited {
	color: #2C90D6;
	text-decoration: none;
}

a:hover, a:active {
	color: #222;
	text-decoration: underline;
}

button.style2 {
	font-family: 'PT Sans', sans-serif;
	line-height: 1.602rem;
	border-radius: 50px;
	color: #182C4C;
    background-color: #B0E265;
	border: 1px solid #B0E265;
	transition: background-color 0.2s linear, border-color 0.2s linear, color 0.2s linear;
}

button.style2:not([disabled]):hover, button.style2:not([disabled]):focus {
    background-color: #182C4C;
    text-decoration: none;
	border: 1px solid #182C4C;
	color:#ffffff;
}

button.style2:active, .button.style2:active {
    background-color: #182C4C;
    text-decoration: none;
	border: 1px solid #182C4C;
	color:#ffffff;
}

.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: #2C90D6;
	padding-top: 1px;
}

#wrapper {
	box-shadow: 0 0 0;
	position: static;
	background-color: transparent;
}

#wrapper:before {
    content: '';
    background-color: #2C90D6;
    height: 6px;
    width: 100%;
    position: absolute;
    top: 137px;
    left: 0;
    z-index: -1;
}

#wrapper .products .labelInner1 .title {
	color: #0065AE;
}

.mast {
	margin-bottom: 58px;
}
.mast:before {
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 102px;
    top: 35px;
    background-color: #0065AE;
    left: 0;
    right: 0;
}
#topmenu{
	position:absolute;
	left: 0;
    top: 0;
    right: 0;
    height: 35px;
	padding:0;
	max-width:1180px;
	margin: 0 auto;
    font-size: .78571rem;
    text-transform: uppercase;
	background: #fff;
	font-family: museo-sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
	-webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    text-rendering: optimizeLegibility;
}
#topmenu .topmenu__container{
	-webkit-box-align: center!important;
    -ms-flex-align: center!important;
	align-items: center!important;
	height: 100%;
	display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
	width: 100%;
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
}
#topmenu .topmenu__logo{
	display:block;
	width: 6.07143rem;
}
#topmenu .topmenu__nav{
	text-transform: uppercase;
    min-height: 2em;
	font-weight: 500;
	height: 100%;
	display:flex!important;
	margin: 0;
    padding: 0;
    list-style: none;
}
#topmenu .topmenu__nav--left{
	margin-left: 2.14286rem;
}
#topmenu .topmenu__nav--right{
	margin-left: auto;
}
#topmenu .topmenu__nav--item{
	margin: 0 2.14286rem;
	-webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
	align-items: stretch!important;
	list-style-type: none;
}
#topmenu .topmenu__nav--link{
	position: relative;
    text-decoration: none;
	color: #4e4e4e;
	-webkit-box-align: center!important;
    -ms-flex-align: center!important;
	align-items: center!important;
	text-transform: uppercase;
    min-height: 2em;
	font-weight: 500;
	font-size: .78571rem;
	line-height: 1.5;
	display: flex!important;
	height: 100%;
}
#topmenu .topmenu__nav--link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #da1b2c;
    opacity: 0;
}
#topmenu .topmenu__nav--link.topmenu__nav--link-active:after,#topmenu .topmenu__nav--link:hover:after {
    opacity: 1
}
.mast .mastheadLogo #mobile-logo {
    display: none;
}
.mast .sleeve a .mobile {
	display: none;
}

.mast .sleeve div {
	padding: 36px 0px 0px 0px;
}

.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: #182C4C;
	color: #fff;
	width: 100%;
	padding: 13px;
	float:  none;
	text-align: center;
}

.footer li {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'PT Sans', 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;
}

@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: 1.802rem;
		line-height: 2.027rem;
		font-weight:500;
		letter-spacing: 0;
	}
	 #wrapper {
		 padding-top: 10px;
	 }
	#wrapper:before {
		 content: none;
	 }
	 .mast:before{
		display:none;
	 }
	 #topmenu{
		 display:none;
	 }
	 .mast {
		 margin-bottom: 18px;
	 }
	 .mast .sleeve .mastheadLogo {
		background-color: #006CB8;
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		top: -10px;
		margin-left: -50vw;
		margin-right: -50vw;
		max-width: none;
		padding: 8px 10px;
	 }
	.mast .mastheadLogo #brand-logo {
		display: none;
	}
	.mast .mastheadLogo #mobile-logo {
		display: block;
	}
	 .mast .sleeve .mastheadLogo img {
		 padding-left: 10px;
	 }
	.mast .sleeve a [class='desktop'] {
		display: none;
	}
	.mast .sleeve a [class='mobile'] {
		display:block;
	}
	.footer li {
		display: block;
		border-top: 0 none;
		padding-top: 0;
	}
}