@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,900&display=swap');
html {
	font-size: 1rem;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.125rem;
}
/*styles for making the embedded video responsive -----------------------------------------------------------------------------------*/

.video-block {
	position: relative;
	padding-bottom: 54.1%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
.video-block iframe, .video-block object, .video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*common styles -----------------------------------------------------------------------------------*/

.none {
	display: none !important;
}
.full {
	width: 100%;
}
.bgd {
	background-color: #F8F8F8;
}
#sidebar {
	diplay: none;
}
.gradient {
	background-image: url(https://schooledit.co.uk/stylesheets/images/c3.png );
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100%;
}
.wedge {
	border-bottom: 5em solid #F0F6FD;
	border-right: 5em solid transparent;
	height: 0;
	width: 0;
}
.black {
	background-color: #000;
}
.lightBlue {
	background-color: #F5F5FA;
}

.lightGreen {
	background-color: #EEF8EB;
}

.darkGrey {
	background-color: #3A3A3A;
}
.grey {
	background-color: #707070;
}
.white {
	background-color: #fff !important;
}
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	position: relative;
	padding: 0px 20px;
	/*! box-sizing:border-box; */
}
.marginLeft {
	margin-left: 0%;
}
.marginRight {
	margin-right: 0%;
}
.marginTop {
	margin-top: 2em;
}
.floatLeft {
	float: left;
}
.clearBoth {
	clear: both;
}
.floatRight {
	float: right;
}
.removeBorder {
	border: 0 solid #fff !important;
}
.margin {
	margin: 2em 0;
}
.top {
	z-index: 10;
}
.shadow {
	-webkit-box-shadow: 0px 10px 3px -8px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 3px -8px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 3px -8px rgba(0, 0, 0, 0.15);
}
.fixed {
	position: fixed;
}
/* ---------------------------------------header layout---------------------------------------*/

.header {
	display: flex;
	flex-wrap: wrap;
}
.homeLink {
	flex: 15%;
	margin: 0 2% 0 0;
}
.logo {
	width: 100%;
	max-width: 217px;
	margin: 2em 0 0;
}
#menuWrapper {
	flex: 63%;
	margin: 0 3% 0 0;
	background-image: url(https://schooledit.co.uk/stylesheets/images/c5.png );
	background-position: left center;
	background-size: 100% 100%;
}
.action {
	flex: 17%;
	margin: 1.7em 0;
}
.action .button {
	margin: 0;
	color: #3A3A3A !important;
	background: #BAF3AC;
}
.contact .button {
	background-color: #7ECE6B;
	color: #fff !important;
}
.action a span:last-child {
	display: none;
}
/* ---------------------------------------header banners buttons---------------------------------------*/

.covid, .try {
	margin-top: 1.1em;
}
/*
a:link.try, a:visited.try {
  padding: 0.8rem 2.5rem;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 900;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #37A3DC;
	text-decoration: none;
}

a:hover.try {
  color: #fff !important;
  background-color: #006EC2;
  text-decoration: none;
}
*/

/*
.button {
  padding: 0.8rem 2.5rem;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 900;
 -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #37A3DC;
	text-decoration: none;
	display: inline-block;
}

.button:hover {
  color: #fff !important;
  background-color: #006EC2;
  text-decoration: none;
}

*/

#topbar a:link.try, #topbar a:visited.try {
	padding: 0.8rem 0.9rem;
	margin-left: 0.2em
}
#topbar a:link.covid, #topbar a:visited.covid {
	background-color: #ED1D1D;
}
#topbar a:hover.covid {
	background-color: #006EC2;
}
/* ---------------------------------------content page header banners---------------------------------------*/

#headingContainer h1 {
	text-align: left;
	color: black;
	/* padding: 5em 0 0; */
	/* letter-spacing: 0.0625em; */
	margin: 0;
}
#headingContainer h1:after {
	content: '';
	display: block;
	width: 70px;
	height: 4px;
	background: #CEDD3E;
	margin-top: 15px
}
/* ---------------------------------------content---------------------------------------*/

.contentBody {
	min-height: 18rem;
	padding: 10rem 0 3rem;
}
.fullCal {
	width: 100% !important;
}
/* ---------------------------------------show sidebar on news page---------------------------------------*/

#sidebar {
	display: none;
}
.folder-news .contentWrapper {
	width: 70% !important;
}
.folder-news #sidebar {
	display: block !important;
	width: 25% !important;
	float: right;
}
.folder-news #sidebar li:before {
	background-image: none;
}
/* ---------------------------------------contact layout---------------------------------------*/

.contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contact .homeLink {
	flex: 15%;
	margin: 0 9% 0 0;
}
.contact .logo {
	width: 100%;
	max-width: 217px;
	margin: 1.7em 0;
}
.contact>a, .contact>span {
	flex: 25%;
	text-align: center;
}
.contact span {
	font-size: 1.3rem;
}
.contact span a {
	color: #000;
	font-weight: 400;
}
.contact .action {
	flex: 17%;
	margin: 1.7em 0 1.7em 9%;
}
/* ---------------------------------------footer layout---------------------------------------*/

#footer {
	min-height: 12em;
	padding: 1em 0 2em;
	line-height: 1.65rem;
	font-size: 1.125rem;
	color: #333;
	margin: 0 0;
}
#footer .footer ul {
	float: left;
	width: 100%;
	box-sizing: border-box;
	border-bottom: #ddd solid 1px;
	padding: 0 0 2em 0;
	text-align: center;
}
#footer .footer ul li {
	list-style-type: none;
	display: inline;
	padding: 1em;
}
#footer ul li {
	color: #fff;
}
#footer ul li a {
	color: #fff;
}
span.footer a {
	font-size: 0.75rem;
	color: #fff;
}
/* --------------------------------------social---------------------------------------*/

.social {
	text-align: center !important;
	width: 100% !important;
	margin: 0 !important;
}
.fab {
	color: #fff;
	font-size: 34px;
	margin-right: 5px;
	margin-top: -2px;
}
.fab:hover {
	color: #eee;
}
/*---features page------------------------------*/

table.features {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
table.features td {
	width: 32%;
	padding: 1em 1%;
	box-sizing: border-box;
	vertical-align: top;
}
.flex-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.flex-container>div {
	width: 33%;
	padding: 1em 3%;
	box-sizing: border-box;
}
.flex-container>div h4 {
	font-size: 1.2rem;
	float: left;
	width: 100%;
}
.flex-container>div img, .icon {
	position: relative;
	float: left;
	left: -0.5em;
	top: -0.8em;
	height: 50px !important;
}
.hideBorder {
	border: 0px !important;
}
.screen {
	border: 0.5em solid #000;
	box-sizing: border-box;
	border-radius: 13px;
}
/* trail / get started flow diagram  -------------------------------------------------------------------------------------------------*/

.flow tr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flow h2 {
	margin-bottom: 1em;
}
.flow td {
	display: block;
}
.flow p:first-child {
	display: block;
	width: 100%;
	border-radius: 50%;
	background-color: #EEF8EB;
	padding: 2em;
	box-sizing: border-box;
	margin: 0 auto;
	line-height: 0;
}
.flow p:first-child img {
	width: 100%;
}
.flow .arrow {
	margin-top: 6.5em;
}
/* ---------trial iframe-------------------*/

.folder-try iframe, .folder-janoffer iframe {
	background-color: #ECF5FC;
	height: 800px;
	padding-top: 2em;
	margin-top: 2em;
}
/* ----------------------------------------*/

span.footer a {
	font-size: 0.75rem;
	color: #fff;
	display: inline-block;
	position: relative;
	top: 8em;
}
img {
	border: 0px;
}
a img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=60);
}
#main, #contentMain, .boxContainer, #column1 {
	width: 100% !important;
	width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
}
/*---people photos------------------------------*/

.people {
	margin-bottom: 25px
}
.people {
	border: 1px solid #ccc;
}
.people td {
	background-color: #eee;
	height: 25px;
}
/*---fix news/article thumbnail image width ------------------------------*/

.other-page+td img {
	max-width: 200px;
}
/* homepage widgets  ----------------------------------------------------------------------------------  */

.oneColWidth article .twoColWidth, .threeColWidth {
	width: 100% !important;
	padding: 4em 0 !important;
	margin: 0px 0!important;
}
.oneColWidth article, .twoColWidth article, .threeColWidth article {
	max-width: 1200px !important;
	margin: 0 auto;
	/*! width: 100% !important; */
}
.oneColWidth header {
	background-color: #4BC1C7;
	position: relative;
}
#column1 li:nth-of-type(2n).wtext {
	background-color: #EEF8EB;
}
#column1 li:nth-of-type(2n).wtext .button {
	background-color: #FB8773;
}
#column1 .button {
	margin-top: 1em;
}
/* rotators  -------------------------------------------------------------------------------------------------*/

.w110 {
	margin-top: 6em !important;
}
.wrotator {
	padding: 0 !important;
	background-image: url(https://schooledit.co.uk/stylesheets/images/c11.png );
	background-size: 56vw;
	background-position: right top;
	background-repeat: no-repeat;
}
.wrotator div article {}
.wrotator article {
	max-width: 1200px;
}
.rotator, .slideshow, .slideshow div {
	width: 100% !important;
	padding: 0px !important;
}
article.rotator .slideshow {
	/* position: relative; */
	padding-top: 6.5em;
	height: 43vw !important;
	max-height: 45em;
}
.slideshow div {
	max-width: 1200px !important;
}
.slideshow div img {
	width: 45% !important;
	height: auto !important;
	margin: 0em 0% !important;
	position: absolute;
	z-index: 9 !important;
	top: 12vw !important;
	padding: 0 !important;
	right: 0 !important;
}
/* rotator caption  -----------------------------------------------------------------------------*/

.w110 .caption {
	position: absolute;
	z-index: 9 !important;
	top: 6vw !important;
	padding: 0 !important;
	text-align: left !important;
	width: 45%;
	color: #6AAC54 !important;
	font-weight: 700 !important;
	font-size: 1.75rem !important;
}
.w110 .caption p {}
.w110 .caption h1 {
	font-size: 3.75rem;
}
.w110 .caption .button {
	display: block;
	margin-top: 4em;
	width: 8rem;
	font-size: initial;
	text-align: center;
}
/* how it works  -------------------------------------------------------------------------------------------------*/

.w111 table tr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/*.wtext h2 {
	margin-bottom: 1em;
}*/
.w111 table td {
	display: block;
}
.w111 p:first-child {
	display: block;
	width: 100%;
	border-radius: 50%;
	background-color: #fff;
	padding: 2em;
	box-sizing: border-box;
	margin: 0 auto;
	line-height: 0;
}
.w111 p:first-child img {
	width: 100%;
}
.w111 .arrow {
	margin-top: 6.5em;
}
/* Website builder  -------------------------------------------------------------------------------------------------*/

.w116 {
	padding: 0 !important;
background: rgb(186,243,172); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(186,243,172,1) 0%, rgba(151,222,135,1) 42%, rgba(125,206,106,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(186,243,172,1) 0%,rgba(151,222,135,1) 42%,rgba(125,206,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(186,243,172,1) 0%,rgba(151,222,135,1) 42%,rgba(125,206,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baf3ac', endColorstr='#7dce6a',GradientType=1 ); /* IE6-9 */

}
.w116 div {
	padding: 3em 0 !important;
	background-image: url(https://schooledit.co.uk/stylesheets/images/c9.png);
	background-size: 34em;
	background-position-x: calc(50% - 31vw);
	background-position-y: center;
	background-repeat: no-repeat;
}
.w116 div H2, .w116 div p, .w116 div table {
	color: #fff;
}
/* design services  -------------------------------------------------------------------------------------------------*/

.w117 {
	padding: 0 !important;
}
.w117 div {
	padding: 4em 0 !important;
	background-image: url(https://schooledit.co.uk/stylesheets/images/c10.png);
	background-size: 34em;
	background-position-x: calc(50% + 31vw);
	background-position-y: center;
	background-repeat: no-repeat;
}
/* comms panel  -------------------------------------------------------------------------------------------------*/

.w118 {
	background-color: #F88E92 !important;
}
.w118 p, #column1 li.w118 {
	margin: 0;
	padding: 0 !important;
}
#column1 li.w118 a {
	display: block;
	float: left;
	width: 33.33333%;
	text-align: center;
	font-size: 1.375rem;
	font-weight: 900;
	color: #fff;
	opacity: 0.5;
	padding: 3em 0
}
#column1 li.w118 a:hover, #column1 li.w118 a img:hover {
	opacity: 1;
	text-decoration: none;
	background-color: #F7777C;
}
.w118 a img {
	width: 40% !important;
	padding: 0em 30% 1.8em;
	height: auto !important;
}
/* second rotator  -------------------------------------------------------------------------------------------------

.w118 {
	background-image: none;
}
.w118 div article {
	background: none;
}
.w118 article.rotator .slideshow {
	padding-top: 6.5em;
	max-height: 18em;
}
.w118 div header {
	color: #3A9CD6;
	text-align: center;
	padding: 4em 20% 0 !important;
	font-size: 1.5rem;
	width: 60%;
	box-sizing: border-box;
	font-weight: 700;
}
.w118 .caption {
	margin: 0 auto !important;
	padding: 0 25% !important;
	text-align: center !important;
	width: 50%;
	padding: absolute;
	bottom: 14em;
}
.w118 .caption p {
	color: #41413F;
	font-size: 1.25rem;
	line-height: 1.6em;
}
.w118 .slideshow div img {
	width: 100% !important;
	height: auto !important;
	margin: 0em 0% !important;
	margin-top: -10vw !important;
}*/
/* --------------------------------------responsive styles ------------------------------------*/

@media only screen and (max-width: 1279px) {
	html {
		font-size: 0.875rem;
	}
	.logo {}
	.wrapper, .oneColWidth article, .twoColWidth article, .threeColWidth article {
		max-width: 920px !important;
	}
}
/* --------------------------------------responsive styles ------------------------------------*/

@media only screen and (max-width: 1023px) {
	html {
		font-size: 0.8125rem;
	}
	.logo {}
	.action {
		flex: 4%;
	}
	.action a span:last-child {
		display: inline;
	}
	.action a span:first-child {
		display: none;
	}
	ul#secondaryNav {
		width: 100%;
	}
	.wrapper, .oneColWidth article, .twoColWidth article, .threeColWidth article {
		max-width: 728px !important;
	}
	#menuWrapper {
		flex: 66%;
		margin: 0 1% 0 0;
	}
	.w110 .caption {
		padding: 0 0% !important;
		width: 45%;
	}
	.w110 .caption h1 {
		font-size: 2.75rem;
	}
}
/* --------------------------------------responsive styles ------------------------------------*/

@media only screen and (max-width: 767px) {
	html {
		font-size: 0.75rem;
	}
	.wrapper, .oneColWidth article, .twoColWidth article, .threeColWidth article {
		max-width: 580px !important;
	}
	.contact>span, .contact div, .contact a {
		flex: 100%;
		text-align: center;
		margin: 0.5em 0 !important;
	}
	#footer .footer ul li {
		display: block !important;
	}
	.gradient {
background: rgb(186,243,172); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(186,243,172,1) 0%, rgba(151,222,135,1) 42%, rgba(125,206,106,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(186,243,172,1) 0%,rgba(151,222,135,1) 42%,rgba(125,206,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(186,243,172,1) 0%,rgba(151,222,135,1) 42%,rgba(125,206,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baf3ac', endColorstr='#7dce6a',GradientType=1 ); /* IE6-9 */

	}
	.homeLink {
		flex: 100%;
		background: #EEF8EB;
		text-align: center;
	}
	.logo {
		max-width: 150px;
		margin: 0.5em 0;
	}
	.w110 .caption {
		width: 100%;
	}
	.slideshow div img {
		display: none !important;
	}
	article.rotator .slideshow {
		min-height: 49vw !important;
	}
	.wrotator {
		background-image: none;
	}
	.w118 article.rotator .slideshow {
		min-height: initial !important;
	}
	#menuWrapper {
		background-image: none;
	}
	.collapse td {
		display: block;
		width: 100% !important;
	}
	.dontCollapse td {
		display: table-cell !important;
		width: auto !important;
	}
	.folder-news #sidebar {
		display: none !important;
	}
}
/* --------------------------------------responsive styles ------------------------------------*/

@media only screen and (max-width: 579px) {
	html {
		font-size: 0.625rem;
	}
	.wrapper, .oneColWidth article, .twoColWidth article, .threeColWidth article {
		max-width: 320px !important;
	}
	article.rotator .slideshow {
		min-height: 275px !important;
	}
	.screen {
		width: 100% !important;
		margin-right: 0 !important;
	}
}