/* CSS Document */
body {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	background-color: #507985;
}
.BodyWite {
	color: #FFF;
}
.BodyPink {
	color: #BE1B59;
}
.HeadingPicture {
	font-size: 50px;
	line-height: 65px;
	font-weight: 600;
}
.HeadingGrey {
	font-size: 36px;
	font-weight: 600;
	color: #484848;
	line-height: 46px;
}
.HeadingPink {
	font-size: 24px;
	font-weight: 600;
	color: #BE1B59;
}
.HeadingPinkL {
	font-size: 36px;
	font-weight: 600;
	color: #BE1B59;
	line-height: 46px;
}
.SubHeadingGrey {
	font-size: 24px;
	font-weight: 400;
	color: #484848;
	line-height: 34px;
}
.HeadingWhite {
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 30px;
}
.HeadingWhite2 {
	font-size: 50px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 70px;
}
.SubHeadingPink {
	font-size: 18px;
	font-weight: 600;
	color: #BE1B59;
	line-height: 28px;
}
img {
    max-width: 100%;
    max-height: 100%;
}
ul {
	margin-left: -25px;
}
li {
	margin-bottom: 8px;
}
.Tables {
	background-color: #999;
}
.TickRow {
	overflow: hidden;
	margin-bottom: 8px;
}
.Tick {
	width: 22px;
	height: 19px;
	float: left;
	overflow: hidden;
	padding-top: 3px;
}
.TickText {
	max-width: calc(100% - 40px);
	float: left;
	overflow: hidden;
}
#Container {
	position: relative;
	background-color: #FFFFFF;
	overflow: hidden;
}
#Container a {
	color: #BE1B59;
	text-decoration: underline;
}
#Footer a {
	color: #FFF;
	text-decoration: underline;
}
#HeaderOuter {
	background-color: #FFF;
}
#Header {
	padding: 20px;
	color: #FFF;
	text-align: left;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#HeaderF {
	padding: 20px;
	color: #FFF;
	text-align: left;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: none;
}
#HeaderFW {
	padding: 20px;
	color: #FFF;
	text-align: left;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: none;
}
#Buttons {
	max-width: 600px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#Buttons2 {
	padding: 0px 10px 10px 10px;
	display: none;
	text-align: right;
}
#Section {
	padding: 20px;
	text-align: left;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#WhiteBG {
	background-color: #FFF;
	overflow: hidden;
}
#NavBG {
	background-color: #AACFD5;
}
#Picture {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	height: 400px;
	position: relative;
}
#PictureF {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	height: 400px;
	position: relative;
}
#PictureTextOuter {
	height: 400px;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
#PictureText {
	color: #FFF;
	position: absolute;
	bottom: 0;
	padding: 20px;
	text-align: left;
	max-width: 540px;
	background: rgba(0, 0, 0, 0.2);
	/*text-shadow:0px 0px 5px #000, 0px 0px 10px #000;*/
}
#Flower {
	height: 302px;
	width: 300px;
	background-image: url(Images/Flower.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 325px;
	z-index: 99;
	right: 100px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}
#Offer {
	display: none;
	background-color: #DDA0A0;
	color: #FFF;
	font-size: 24px;
	line-height: 34px;
}
#OfferF {
	display: none;
	background-color: #DDA0A0;
	color: #FFF;
	font-size: 24px;
	line-height: 34px;
}
#TitleF {
	display: block;
}
#PinkBG {
	background-color: #FCF8F8;
	overflow: hidden;
}
#BlueBG {
	background-color: #F7FAFB;
	overflow: hidden;
}
#Footer {
	background-color: #507985;
	color: #FFF;
	overflow: hidden;
}
#FlexContainer {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
#Flex2 {
	width: 500px;
	flex-basis: 350px;
	margin: 20px;
	flex-grow: 1;
	overflow: hidden;
}
#Flex3 {
	width: 350px;
	flex-basis: 250px;
	margin: 20px;
	flex-grow: 1;
	overflow: hidden;
}
/* ------------------------------------------------ CALCULATOR -------------------------------------------*/
.MeterOuter {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 20px);
	padding: 5px;
	background-color: #E1E1E1;
	border-radius: 20px;
	
}
.MeterInner {
	height: 20px;
	background-color: #BE1B59;
	border-radius: 20px;
}
#FlexContainerCalc {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	max-width: 600px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#Flex3calc {
	width: 200px;
	flex-basis: 120px;
	margin: 10px;
	flex-grow: 1;
	overflow: hidden;
	padding: 15px;
	border: solid 2px #BE1B59;
	border-radius: 5px;
	opacity : 0.5; transition:opacity 1s;
	cursor: pointer;
}
#Flex3calc:hover {
	opacity: 1;
}
.StepShow{
	/*display: block;*/
	opacity: 1.00;
	padding: 20px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: 0.50s all ease-in-out;
	-moz-transition: 0.50s all ease-in-out;
	-o-transition: 0.50s all ease-in-out;
	transition: 0.50s all ease-in-out;
}
.StepInner{
	overflow: hidden;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
}
.StepHide{
	/*display: none;*/
	opacity: 0.00;
	height: 0px;
	overflow: hidden;
	-webkit-transition: 0.50s all ease-in-out;
	-moz-transition: 0.50s all ease-in-out;
	-o-transition: 0.50s all ease-in-out;
	transition: 0.50s all ease-in-out;
}
.FormCalc {
	margin-top: 20px;
	overflow: hidden;
}
.SelectBoxCalc {
	width: calc(33% - 19px);
	height: 34px;
	background-color: #E1E1E1;
	border-radius: 7px;
	border: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 2px;
	overflow: hidden;
	font-size: 18px;
	color: #666;
	float: left;
	margin: 10px;
}
.TextBoxCalc {
	border-radius: 7px;
	height: 34px;
	width: calc(33% - 30px);
	padding-left: 10px;
	font-size: 18px;
	color: #666;
	border: 0px;
	background-color: #E1E1E1;
	float: left;
	margin: 10px;
}
.TextBoxCalc2 {
	border-radius: 7px;
	height: 34px;
	width: calc(50% - 32px);
	padding-left: 10px;
	font-size: 18px;
	color: #666;
	border: 0px;
	background-color: #E1E1E1;
	float: left;
	margin: 10px;
}
.SelectBoxCalcError {
	width: calc(33% - 24px);
	height: 34px;
	background-color: #E1E1E1;
	border-radius: 7px;
	border: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 2px;
	overflow: hidden;
	font-size: 18px;
	color: #666;
	float: left;
	margin: 10px;
	border: 2px solid #BE1B59;
}
.TextBoxCalcError {
	border-radius: 7px;
	height: 30px;
	width: calc(33% - 34px);
	padding-left: 10px;
	font-size: 18px;
	color: #666;
	border: 0px;
	background-color: #E1E1E1;
	float: left;
	margin: 10px;
	border: 2px solid #BE1B59;
}
.TextBoxCalc2Error {
	border-radius: 7px;
	height: 30px;
	width: calc(50% - 36px);
	padding-left: 10px;
	font-size: 18px;
	color: #666;
	border: 0px;
	background-color: #E1E1E1;
	float: left;
	margin: 10px;
	border: 2px solid #BE1B59;
}
/* ------------------------------------------------ CALCULATOR -------------------------------------------*/
#Flex4 {
	width: 250px;
	flex-basis: 200px;
	margin: 15px;
	flex-grow: 1;
	overflow: hidden;
}
#Flex5 {
	width: 200px;
	flex-basis: 150px;
	margin: 15px;
	flex-grow: 1;
	overflow: hidden;
}
#Box {
	min-height: 152px;
	border-radius: 7px;
	text-align: center;
	padding: 18px 10px 10px 10px;
	color: #FFF;
}
#BoxTop {
	min-height: 120px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-align: center;
	padding: 10px;
	color: #FFF;
}
#BoxBottom {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	background-color: #F8E9EB;
	text-align: center;
	padding: 10px;
}
.BoxHeading {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
.BoxHeading2 {
	font-size: 30px;
	line-height: 50px;
	font-weight: 600;
}
#NewsCol1 {
	width: calc(70% - 100px);
	min-height: 400px;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 20px 100px 20px 20px;
}
#NewsCol3 {
	width: calc(70% - 50px);
	position: relative;
	float: left;
	overflow: hidden;
	margin: 20px 50px 20px 20px;
}
#NewsCol2 {
	width: 25%;
	position: relative;
	float: left;
	overflow: hidden;
	text-align: right;	
}
#AcceptCookies {
	position: fixed;
	width: calc(100% - 80px);
	bottom: 0px;
	z-index: 99;
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	background-color: rgba(109, 110, 113, 0.9);
	padding: 40px;
	display = "none"
}
#AcceptCookies a{
	color: #F09BBB;
	text-decoration: underline;
}
/*----------------------------Form Elements -----------------------*/
#Form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #FFFFFF;
	overflow: hidden;
}
#FormBox {
	flex-grow: 1;
	flex-basis: 300px;
	padding: 20px;
}
#FormBoxF {
	flex-grow: 1;
	flex-basis: 300px;
	padding: 20px;
}
#ErrorMessage {
	border: 2px solid #BE1B59;
	padding: 20px;
	overflow: hidden;
	line-height: 26px;
	border-radius: 7px;
}
.TextBox {
	border-radius: 7px;
	height: 34px;
	width: calc(100% - 10px);
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 18px;
	color: #666;
	border: 0px;
	background-color: #E1E1E1;
}
.TextBoxError {
	border-radius: 7px;
	height: 30px;
	width: calc(100% - 14px);
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 18px;
	color: #666;
	border: 2px solid #BE1B59;
	background-color: #E1E1E1;
}
.SelectBox {
	width: 100%;
	height: 34px;
	background-color: #E1E1E1;
	border-radius: 7px;
	border: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 2px;
	overflow: hidden;
	font-size: 18px;
	color: #666;
	margin-top: 2px;
	margin-bottom: 15px;
}
.SelectBoxError {
	width: 100%;
	height: 30px;
	background-color: #E1E1E1;
	border-radius: 7px;
	border: 2px solid #BE1B59;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 2px;
	overflow: hidden;
	font-size: 18px;
	color: #666;
	margin-top: 2px;
	margin-bottom: 15px;
}
.SubButton {
	font-size: 16px;
	color: #FFF;
	background-color: #BE1B59;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 32px;
	cursor: pointer;
	border-radius: 7px;
	padding: 0px 20px 0px 20px;
}
.SubButtonBlue {
	font-size: 16px;
	color: #FFF;
	background-color: #6C9AA5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 36px;
	cursor: pointer;
	border-radius: 7px;
	padding: 0px 20px 0px 20px;
}
/*----------------------------Form Elements -----------------------*/



/*---------------------- Accordion -----------------------------*/
.accordion {
	font-family: 'Quicksand', sans-serif;
	background-color: #FCF8F8;
	color: #BE1B59;
	cursor: pointer;
	padding: 0px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	font-weight: 600;
	transition: 0.4s;
}
.active, .accordion:hover {
	
}
.panel {
	padding: 0px 0px 15px 0px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.panel p {
	 padding: 0px;
}
/*---------------------- Accordion -----------------------------*/


/*---------------------- Navigation -----------------------------*/
/* Add a black background color to the top navigation */
.topnav {
	background-color: #AACFD5;
	overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	display: block;
	color: #000;
	text-align: center;
	padding: 8px 30px 8px 30px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

/* Add an active class to highlight the current page */
#myTopnav .active {
	background-color: #99C5CC;
	color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
	display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
	float: left;
	overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
	font-size: 16px;
	font-weight: 600;
	border: none;
	outline: none;
	color: #000;
	padding: 9px 30px 9px 30px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #F8E9EB;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
	float: none;
	color: black;
	padding: 8px 30px;
	text-decoration: none;
	display: block;
	text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #99C5CC;
	color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
	background-color: #F3DADD;
	color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
	display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 660px) {
	.topnav a:not(:first-child), .dropdown .dropbtn {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
	.topnav a {
		border: 0px;
	}
	.dropdown .dropbtn {
		border: 0px;
	}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 660px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
} 
/*---------------------- Navigation -----------------------------*/



@media screen and (max-width: 1130px) {
	#Flower {
		right: 10px;
	}
}
@media screen and (max-width: 880px) {
	#Picture {
		background-size: 200%;
	}
	#PictureF {
		background-size: 200%;
	}
	#Flower {
		display: none;
	}
	#Offer {
		display: block;
	}
	#OfferF {
		display: block;
	}
	#NewsCol1 {
		width: calc(100% - 40px);
		margin: 20px;
	}
	#NewsCol2 {
		width: 100%;
	}
	#NewsCol3 {
		width: calc(100% - 40px);
		margin: 20px;
	}
}
@media screen and (max-width: 770px) {
	#Buttons {
		display: none;
	}
	#Buttons2 {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.StepInner {
		width: 100%;
	}
	.MeterOuter {
		width: calc(100% - 20px);
	}
	.SelectBoxCalc {
		width: calc(100% - 20px);
	}
	.TextBoxCalc {
		width: calc(100% - 30px);
	}
	.TextBoxCalc2 {
		width: calc(100% - 30px);
	}
	.SelectBoxCalcError {
		width: calc(100% - 24px);
	}
	.TextBoxCalcError {
		width: calc(100% - 34px);
	}
	.TextBoxCalc2Error {
		width: calc(100% - 34px);
	}
}
@media screen and (max-width: 550px) {
	#Picture {
		background-size: 250%;
	}
	#PictureF {
		display: none;
	}
	.HeadingPicture {
		font-size: 40px;
		line-height: 55px;
		font-weight: 600;
	}
	#FormBoxF {
		display: none;
	}
	#TitleForm {
		display: none;
	}
	#OfferF {
		display: none;
	}
	#TitleF {
		display: block;
	}
}
@media screen and (max-width: 350px) {
	#Picture {
		background-size: 350%;
	}
}
