/*
Site Name: Safeguarding 24
Author: Neil King (C)2020+
*/
html {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'PT Sans', sans-serif;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 16px;
	background: #FFFFFF;
	color: #222222;
	margin: 0;
}
h1, h2, h3 {
	margin-top: 10px;
}
hr {
	margin: 40px 0;
}
/* Google Translate bar
#gt-nvframe {
	display: none !important;
} */
#languagebutton {
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 9;
	background: #FFFFFF;
	width: 32px;
	height: 32px;
	box-shadow: rgba(0,0,0,0.4) 0 2px 5px;
}
#languagechoice {
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 9;
	background: #FFFFFF;
	width: 30px;
	display: none;
	box-shadow: rgba(0,0,0,0.4) 0 2px 5px;
}
#topmenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	height: 25px;
	margin: 0 0 0 0;
	padding: 5px;
	z-index: 10;
	background: #3F9BFF;
	color: #FFFFFF;
	box-shadow: rgba(0,0,0,0.4) 0 2px 5px;
}
#menuhelp {
	-webkit-animation: fadeout 4s ease forwards;
	animation: fadeout 4s ease forwards;
	display: block;
	position: absolute;
	top: 8px;
	left: 35px;
	font-size: 16px;
}
.barmenu {
	display: block;
	font-size: 1.2em;
	float: right;
	margin-right: 20px;
}
.barmenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.barmenu a:hover {
	text-decoration: underline;
}
#popupmenu {
	display: none;
	position: absolute;
	top: 35px;
	clear: both;
	background: #FFFFFF;
	color: #000000;
	font-size: 1.2em;
	width: 320px;
	z-index: 20;
	box-shadow: rgba(0,0,0,0.5) 0px 0px 5px 0px;
}
#popupmenu .popupmenuwrapper {
	clear: both;
}
.popupmenuwrapper ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
.popupmenuwrapper ul li a {
	display: block;
	width: 300px;
	background: #FFFFFF;
	color: #000000;
	padding: 5px 10px;
	text-decoration: none;
}
.popupmenuwrapper ul li a:hover {
	background: #333333;
	color: #FFFFFF;
}
.popupmenuwrapper ul li a img {
	margin-bottom: -2px;
}
.ntkbanner {
	height: 100vh;
	max-height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	padding-top: 0 !important;
}
.shortbanner .ntkbanner {
	height: 500px;
}
.shortbanner .bluebar, .shortbanner .greybar, .shortbanner .whitebar {
	top: 500px;
}
.ntkbannerinner {
	height: 100%;
	object-fit: cover;
	transform: none;
	width: 100%;
	overflow: hidden;
}
.ntkbannertext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 900px;
	font-weight: bold;
	/* font-size: 1.6em; */
	line-height: 1.1em;
	text-align: center;
	z-index: 5;
}
.ntkbannertext img {
	margin-bottom: 20px;
}
.ntkbannertext h1 {
	font-weight: bold;
	line-height: 1.1em;
	font-size: 5em;
	margin: 0;
	-webkit-animation: fadein 2s ease;
	animation: fadein 2s;
}
.ntkbannertext h2 {
	font-weight: 700;
	font-size: 2em;
	line-height: 1.2em;
	margin: 10px 0 0 0;
	-webkit-animation: fadein 4s ease;
	animation: fadein 4s;
}
.ntkbannerdown {
	position: absolute;
	bottom: 60px;
	width: 100%;
	text-align: center;
}
.downarrow {
	display: block;
	border: solid #3F9BFF;
	border-width: 0 3px 3px 0;
	width: 15px;
	height: 15px;
	margin: 5px auto 0 auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.delimiter {
	clear: both;
	position: relative;
	top: 100vh;
}
.whitebar {
	margin: 0;
	width: 100%;
	padding: 50px 0;
	background: #FFFFFF;
	color: #222222;
	position: relative;
	top: 100vh;
	z-index: 5;
}
.greybar {
	margin: 0;
	width: 100%;
	padding: 50px 0;
	background: #333333;
	color: #FFFFFF;
	position: relative;
	top: 100vh;
	z-index: 5;
}
.bluebar {
	margin: 0;
	width: 100%;
	padding: 50px 0;
	background: #3F9BFF;
	color: #FFFFFF;
	position: relative;
	top: 100vh;
	z-index: 5;
}
.greybar a, .bluebar a {
	color: #DDDDFF;
	text-decoration: underline;
}
.greybar a:hover, .bluebar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.content {
	width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
}
.content img {
	max-width: 100%;
	height: auto;
}
.left50 {
	display: block;
	float: left;
	width: 45%;
	margin-right: 5%;
}
.right50 {
	display: block;
	float: right;
	width: 45%;
	margin-left: 5%;
}
.question {
	cursor: pointer;
	font-size: 1.4em;
}
.answer {
	display: none;
	margin-bottom: 40px;
}
.link {
	cursor: pointer;
}
img.link:hover {
	box-shadow: rgba(0,0,0,0.5) 0 0 10px;
}
.bluetitle {
	background: #3F9BFF;
	color: #FFFFFF;
	padding: 5px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 20;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}
#modalimage {
	max-width: 100%;
	max-height: 80%;
	z-index: 21;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#modalcaption {
	text-align: center;
	color: #FFFFFF;
	padding: 7px 0;
	background: #000000;
}
#closemodal {
	color: white;
	position: absolute;
	top: 0px;
	right: 20px;
	font-size: 3em;
	font-weight: bold;
	z-index: 25;
	text-shadow: #000000 0px 0px 4px;
}
.newbadge {
	display: inline-block;
/*	width: 70px; */
	height: 30px;
	padding: 0 12px;
	background: #3F9BFF;
	color: #FFFFFF;
	border-radius: 15px;
	margin-right: 5px;
	text-align: center;
	vertical-align: bottom;
	font-size: 23px;
	font-weight: bold;
}
.buttonthird {
	display: inline-block;
	box-sizing: border-box;
	background: #3F9BFF;
	color: #FFFFFF;
	border-radius: 20px;
	width: 33%;
	min-width: 300px;
	font-size: 2.2em;
	padding: 10px 10px;
	margin: 5px 0;
	border: 0;
	font-weight: bold;
	cursor: pointer;
}
.buttonthird:hover {
	background: #333333;
}
.reportbutton {
	display: block;
	position: fixed;
	top: 35px;
	left: 0;
}
.reportbutton img {
	width: 200px;
	height: auto;
}
.reportbuttonclose {
	position: absolute;
	right: -35px;
	top: 0;
	background: #FFFFFF;
	color: #000000;
	font-size: 40px;
	line-height: 34px;
	height: 34px;
	width: 34px;
	text-align: center;
	border: 2px solid #3F9BFF;
	border-radius: 0 17px 17px 0;
	cursor: pointer;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fadeout {
    0% { opacity: 1; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
@-webkit-keyframes fadeout {
    0% { opacity: 1; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}



@media only screen and (min-width: 667px) and (max-width: 1000px) {
	.content {
		width: 640px;
	}
	.ntkbannertext {
		width: 75%;
		max-width: 600px;
		font-size: 0.8em;
	}
	iframe {
		height: 360px !important;
	}
}
@media only screen and (max-width: 666px) {
	body {
		font-size: 14px;
	}
	.content {
		width: 320px;
	}
	.barmenu {
		display: none;
	}
	.ntkbannertext {
		width: 90%;
		max-width: 90%;
		font-size: 0.6em;
	}
	.left50, .right50 {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	iframe {
		height: 200px !important;
	}
}

@media only print {
	#topmenu {
		display: none;
	}
}