@import url('https://fonts.googleapis.com/css?family=Cantata+One');
@import url('https://fonts.googleapis.com/css?family=Inknut+Antiqua|Kurale|Stoke|Trocchi');

body
{
	background-image:url(../images/common_site_images/site_background.jpg);
	background-repeat:repeat;
	font-family: "Cantata One",Helvetica,sans-serif;
	font-size: 1em;
	margin:0 0 4em 0;
	position:relative;
	width:100%;
}

* {box-sizing: border-box;}

header, main, section, footer {display: block;}

h1, h2, h3, h4, h5, h6 {margin: 0;}

header
{
	margin-bottom: 2em;
	position: relative;
}

.site_header_img {width: 100%;}

.site_title
{
	background-color: rgba(255, 255, 255, 0.7);
	padding: 1em 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-90%);
    width: 100%;
}

.site_title img
{
	max-width: 768px;
	width: 70%;
}

main
{
	color: #000;
    line-height: 1.8em;
    margin: 0 auto 3em;
    overflow: hidden;
    position: relative;
	text-align: justify;
    width: 80%;
}

.link1, .link1:visited, .link1:link, .link1:active {color:#ffffff;}

.link1:hover, .link1:focus
{
	color:#a91d1d;
}

.pow_intro
{
	background-color: rgba(34, 60, 37,0.6);
	border: 1px solid #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
    font-size: 1.1em;
    line-height: 1.8em;
    margin: 0 auto 3em auto;
    padding: 1.2em 2em;
    text-align: center;
    width: 100%;
}

.pow_intro p:first-child {margin: 0 0 1em 0;}

.pow_intro p:last-child {margin: 1em 0 0 0;}

h1
{
	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
    box-sizing: content-box;
	color: #40734a;
    font-size: 4em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	text-align: center;
    text-overflow: clip;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.3), -1px -1px 1px rgba(0,0,0,0.6);
	white-space: pre;
}

.m_wrapper
{
	background-color: rgba(234,231,200,1);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    border-radius: 8px;
	margin-bottom: 3em;
	overflow: hidden;
	padding-bottom: 1em;
}

.m_wrapper:last-child {margin-bottom: 0;}

.m_logo_wrapper
{
	text-align: center;
	width: 100%;
}

.m_logo
{
	margin: 1em 0 0.5em 0;
    max-width: 900px;
	width: 40%;
}

.m_block_wrapper
{
	float: left;
	margin-bottom: -1000%;
	padding: 1.5em 1.5em 1000% 1.5em;
    width: 50%;
}

.m_block_left {border-right: 1px solid #5b5b5b;}

.m_block_right {border-left: 1px solid #ffffff;}

.m_block {margin: 0 0 2.5em 0;}

.m_wrapper h2
{
	background-color: #941111;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
	color: rgba(234,231,200,1);
    font-family: "Inknut Antiqua","Cantata One",Helvetica,sans-serif;
    font-size: 1.9em;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 0.6em;
    padding: 0.4em 0.3em;
	text-align: left;
}

.m_wrapper h3
{
	font-size: 1.2em;
    margin-bottom: 0.4em;
}

.m_block:last-child {margin: 0;}

.m_item {margin: 0 0 1.5em 0;}

.m_item ul
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.2em;
}

.m_item ul li {margin-bottom: 0.3em;}

.m_item ul li:last-child {margin-bottom: 0;}

.m_item_extras
{
	color: #941111;
	font-style: italic;
}

.m_item:last-child {margin: 0;}


.sides_tbl
{
	text-align: left;
	width: 100%;
}

.sides_tbl td {width: 50%;}

footer
{
	background-color: #40734a;
	border-bottom: 1px solid #5e8e66;
	border-top: 1px solid #1e3d24;
	color: #ffffff;
	font-size: 0.85em;
	width: 100%;
}

.f_float_wrapper
{
	height: 200px;
	overflow: hidden;
	width: 100%;
}

.f_float_wrapper > div
{
	float: left;
	padding: 0 1em;
	position: relative;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	width: 50%;
}

.pow_con_info
{
    list-style: none;
	margin: 0 0 1em 0;
    padding: 0;
    text-align: center;
}

.pow_con_info li {margin-bottom: 0.4em}

.pow_sm {text-align: center;}

.pow_sm > div
{
	display: inline-block;
}

.pow_sm > div:first-child {margin-right: 1.5em;}

.pow_sm > div:last-child {margin-left: 1.5em;}

.pow_sm > div img {vertical-align: top;}

.TA_certificateOfExcellence {display: inline-block;}

.f_float_wrapper > div:last-child img
{
	max-width: 400px;
	width: 100%;
}

.privacy_policy
{
	padding: 1em 0;
	text-align: center;
}

.cookie_notice
{
	background-color: #1C1C1C;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	bottom: 0px;
	box-sizing: border-box;
	color: #ffffff;
	display: none;
	font-family: "Cantata One",Helvetica,sans-serif;
	font-size: 0.9em;
	left: 50%;
	line-height: 1em;
	margin-bottom: 1em;
	padding: 1em;
	position: fixed;
	transform: translateX(-50%);
    width: 85%;
	z-index: 999;
}

.cookie_notice > div
{
	display: inline-block;
	line-height: 1.4em;
	width: 69.4%;
	vertical-align: middle;
}

.cookie_notice > div:last-of-type
{
	text-align: right;
	width: 30%;
}

.cookie_notice > div > a {display: inline-block;}

.cookie_learn_link
{
	color:#ffffff;
	font-size: 0.9em;
	margin-right: 1em;
}

.cookie_learn_link:hover, .cookie_close_link:hover, .cookie_learn_link:focus, .cookie_close_link:focus {color: #D32424;}

.cookie_bttn_link
{
	background-color: #850B0B;
	border: 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
    cursor: pointer;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1em;
    padding: 0.6em 1em;
	text-decoration: none;
}

.cookie_bttn_link:hover, .cookie_bttn_link:focus {background-color: #BA2525;}

.cookie_close_link
{
	background-color: #1C1C1C;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
	cursor: pointer;
	font-size: 1.2em;
	padding: 0.2em 0.4em 0.4em;
	position: absolute;
	right: -6px;
	text-decoration: none;
    top: -6px;
}

/* Media Queries */
@media screen and (min-width: 2201px)
{
	header, main {max-width: 2200px;}
	
	header {margin: auto;}
}

@media screen and (max-width: 1300px)
{
	main {width: 85%;}
}

@media screen and (max-width: 1100px)
{
	.site_title {transform: translateY(-70%);}
	
	main {width: 90%;}
	
	.pow_intro
	{
		font-size: 1em;
		padding: 1em;
	}
	
	h1
	{
		font-size: 3em;
		margin: 0 0 0.8em 0;
	}
	
	.m_wrapper h2
	{
		font-size: 1.6em;
	}
	
	.m_wrapper h3
	{
		font-size: 1.1em;
	}
	
	.m_logo {width: 55%;}
}

@media screen and (max-width: 900px)
{
	.m_wrapper
	{
		padding: 1.5em;
	}
	
	.m_block_wrapper
	{
		float: none;
		margin-bottom: 0;
		padding-bottom: 0;
		padding-top: 0;
		width: 100%;
	}
	
	.m_block_left, .m_block_right
	{
		border: none;
		padding-left: 0em;
    	padding-right: 0em;
	}
	
	.m_logo {width: 65%;}
	
	.cookie_notice {width: 94%;}
	
	.cookie_notice > div {width: 59.2%;}
	
	.cookie_notice > div:last-of-type {width: 40%;}
}

@media screen and (max-width: 700px)
{
	body {font-size: 0.95em;}
	
	h1 {margin: 0 0 0.5em 0;}
	
	.m_wrapper {padding: 1em;}
	
	.m_logo {width: 80%;}
	
	.f_float_wrapper
	{
		height: unset;
		padding: 1.5em 0;
	}
	
	.f_float_wrapper > div
	{
		float: none;
		margin-bottom: 2em;
		top: unset;
		transform: none;
		width: 100%;
	}
	
	.f_float_wrapper > div:last-child {margin-bottom: 0;}
	
	.f_float_wrapper > div:last-child img {width: 80%;}
	
	.cookie_notice
	{
		margin-bottom: 0;
		padding: 1em 2.5em;
		width: 100%;
	}
	
	.cookie_notice > div {display: block;}
	
	.cookie_notice > div, .cookie_notice > div:last-of-type
	{
		text-align: center;
		width: 100%;
	}
	
	.cookie_notice > div:first-of-type {margin-bottom: 1em;}
	
	#accept_cookies {margin-left: 1em;}
	
	.cookie_close_link
	{
		font-size: 1.4em;
		padding: 0.5em 0.8em 0.2em 0.2em;
		right: 0;
		top: 0;
	}
}

@media screen and (max-width: 500px)
{
	body {margin-bottom: 3em;}
	
	h1 {font-size: 2.5em;}
	
	.m_wrapper h2 {font-size: 1.4em;}
	
	.m_wrapper h3 {font-size: 1em;}
	
	/*.f_float_wrapper > div:nth-child(1), .f_float_wrapper > div:nth-child(2)
	{
		float: none;
		padding-bottom: 1.5em;
		width: 100%;
	}*/
	
	.cookie_notice {padding: 1.5em 2.5em;}
	
	.cookie_close_link {padding: 0.8em 0.8em 0.2em 0.2em;}
}
