@charset "utf-8";
/*------------------------------------------------------------------------- FONTS 
*/
@font-face {
    font-family: 'poppins';
    src: url('font/poppins-regular.woff') format('woff');
    font-weight: 			normal;
    font-style: 			normal;
}
@font-face {
    font-family: 'poppins-bold';
    src: url('font/poppins-bold.woff') format('woff');
    font-weight: 			normal;
    font-style: 			normal;
}
/*------------------------------------------------------------------------- RESET 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 				0;
	padding: 				0;
	border: 				0;
	font-size: 				100%;
	font: 					inherit;
	vertical-align: 		baseline;
	outline: 				0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: 				block;
}
body {
	line-height: 			1;
}
ol, ul {
	list-style: 			none;
}
blockquote, q {
	quotes: 				none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: 					'';
	content: 				none;
}
table {
	border-collapse: 		collapse;
	border-spacing: 		0;
}
:focus {
	outline: 				0;
}
*,
*::before,
*::after {
	box-sizing: 			border-box;
}
.xdebug-error, .xe-warning {
	font-size:				16px;
	color:					#000;
}

/*------------------------------------------------------------------------- CORE STYLES
*/
body {
	font-family: 			'poppins', sans-serif;
	text-align:				left;
	background: 			#fff;
	margin:					0;
	color:					#111;
	overflow-x:				hidden;
}
#page {
	width:					100%;
	height:					100%;
	position:				relative;
	margin:					0 auto;
	background:				#5991e4 url(../images/footer-background.jpg) center bottom / auto auto repeat-x;
	transition: 			0.2s linear;
	padding-top:			100px;
}
#page.fixed {
	padding-top:			0;
}

a {
	text-decoration:		none;
	color:					#002d52;
	transition:				0.1s linear;
	display:				inline-block;
	position:				relative;
	font-family:			'poppins-bold';
}
a::after {
	content:				'';
	width: 					0%;
	height: 				1px;
	display: 				block;
	position: 				absolute;
	left: 					0;
	right: 					0;
	bottom: 				-3px;
	border-bottom:			1px dotted #002d52;
	transition:				0.3s linear;
}
a:hover {
	color:					#000;
}
a:hover::after {
	width: 					100%;
}

h1,h2,h3,h4,h5,h6  {
	font-family: 			'poppins-bold', sans-serif;	
    font-weight: 			normal;
    font-style:				normal;	
	letter-spacing:			-0.08em;
}
h2 {
	font-size:				48px;	
}
h3 {
	font-size:				24px;
	position:				relative;
	margin:					10px 0 20px;
}	 	
strong, b {
    font-family: 			'poppins-bold', sans-serif;
    font-weight: 			normal;
    font-style:				normal;	
}
sup {
	vertical-align: 		super;
	font-size:				70%;
}
p {
	line-height:			1.5em;
	font-size:				15px;
	margin:					0 0 20px;
	position:				relative;
}
ul {
	margin:					10px 0 30px 15px;
	list-style:				disc;
}
ul li {
	margin:					0 0 10px;
	line-height:			1.5em;
	font-size:				15px;
}
ul li::marker {
	font-family: 'poppins-bold';
	font-size: 20px;
	color: #3da4de;
}
ol {
	margin:					10px 0 20px 15px;
	list-style:				decimal;
}
ol li {
	padding:				0 0 0 22px;
	margin:					0 0 10px;
	line-height:			1.5em;
	font-size:				15px;	
}

@media (max-width: 580px)
{
	#page {
		padding-top: 		60px;
	}
}

@media screen and (max-width: 320px)
{
	#body {
		width:				320px;	
		left: 				50%;
		margin-left: 		calc((100% - 320px) / 2); /* centre content on screens less than 320px */
	}
}


/*------------------------------------------------------------------------- DEFAULT LAYOUT BEHAVIOURS
*/
.wrapper {
	position:				relative;
	width:					100%;
	background: 			transparent;
}
.container {
	width:					100%;
	max-width:				1080px;
	margin:					0 auto;
	position:				relative;	
}
.container.posts {
	max-width:				100%;
}
.row {
	display:				flex;
	flex-flow: 				row wrap;
	justify-content:		space-between;
	align-items: 			stretch;
	position:				relative;
	width:					100%;
	padding:				0 0 20px;
}
.column {
	flex:					1;
	padding:				0;
}

@media (max-width: 767px)
{
	.row.swap-order .column:nth-of-type(2)
	{
		order: 1;
	}
	.row.swap-order .column:nth-of-type(1)
	{
		order: 2;
	}	
}
@media (max-width: 1119px)
{
	.row {
		padding:			0 20px 20px 20px;
	}
}
@media (max-width: 767px)
{
	.column {
		flex: 				auto;
	}
	.column:first-of-type {
		padding:			0 0 20px;
	}
	.column:last-of-type {
		padding:			0;
	}
	.row {
		padding:			0 20px;
	}
}
/*------------------------------------------------------------------------- GENERAL BITS AND BOBS
*/
.sds-twitter-archive-logo {
	text-indent:			-9999px;
	width:					170px;
	height:					125px;
	background:				url(../images/sds-twitter-archive-logo.svg) center center / 100% auto no-repeat;
	display:				block;
}
.image-container {
	width:					100%;
	position:				relative;
	max-width: 				480px;
	margin: 				0 auto 40px;
	padding: 				0 20px;
}	
.image-container img {
	width:					100%;
}
.image-container .image-caption {
	position:				absolute;
	right:					20px;
	bottom:					20px;
	max-width:				180px;
	font-size:				14px;
	font-family:			'poppins-bold';
	pointer-events:			none;
	text-align:				right;
}
.first-paragraph {
	font-size:				18px;
	font-family:			'poppins-bold';
}

@media (max-width: 480px)
{
	.image-container .image-caption {
		position:			relative;
		right:				auto;
		bottom:				auto;
		max-width:			100%;
		text-align:			center;
	}
}
/*------------------------------------------------------------------------- HEADER SECTION
*/
#header {
	background:				#fff;
	height:					100px;
	position:				fixed;
	top:					0;
	z-index:				999;
	padding:				20px 0 0;
	transition: 			0.2s linear;
}
#header .container {
	display:				flex;
	flex-flow: 				row nowrap;
	justify-content:		flex-start;
	align-items: 			flex-start;
}
#header h1 {
	margin:					-120px -10px 0;
	min-width:				280px;
	height:					280px;
	background:				#fff;
	border-radius:			50%;
	position:				relative;
	transition: 			0.2s linear;
}
#header h1 a {
	position:				absolute;
	margin: 				0 auto;
	left:					0; 
	right: 					0;
	bottom: 				40px;
}
#header h1 a::after {
	display:				none;
}
#header h2 {
	font-size:				20px;
	color:					#3da4de;
	position:				relative;
	padding-right:			20px;
}


@media (max-width: 680px)
{
	#header h2 br {
		display:			none;
	}
	#header h2 {
		font-size:			18px;	
	}
}

@media (max-width: 580px)
{
	#header h2 {
		display:			none;
	}
	#header .container {

		justify-content:	center;	
	}
	#header h1 a {
		width: 				120px;
		height: 			88px;
		bottom: 			30px;	
	}
	#header h1 {
		margin:				-60px 0 0;
		min-width:			170px;
		height:				170px;
	}
	#header {
		height:				60px;
	}
}

/*------------------------------------------------------------------------- FIXED HEADER SECTION
*/
#page.fixed #header {
	filter: 				drop-shadow(0 1px 3px rgba(0,0,0,0.4));
	height: 				60px;
}
#page.fixed #header h1 {
	margin:					-60px 0 0;
	min-width:				170px;
	height:					170px;	
}
#page.fixed #header h1 a {
	width: 					120px;
	height: 				88px;
	bottom: 				30px;
}
#page.fixed #header h2 {
	display:				none;	
}

/*------------------------------------------------------------------------- INTRODUCTION SECTION
*/
#introduction-section {
	background:				#40a4df url(../images/intro-background.jpg) right top / auto no-repeat;
	padding:				100px 0 40px;
	color:					#fff;
}
#hmc-offer #introduction-section {
	padding-bottom: 80px;	
}
#introduction-section .column:nth-of-type(2) {
	display: 				flex;
    align-items: 			flex-end;
}
#hmc-offer #introduction-section .column:nth-of-type(2) {
	display: 				flex;
    align-items: 			center;
}
#introduction-section::after {
	content:				'';
	width:					100%;
	height:					340px;
	display:				block;
	position:				absolute;
	bottom:					0;
	background:				url(../images/intro-swooshes.svg) center bottom / 100% 340px no-repeat;
	z-index:				1;
}
#introduction-section * {
	z-index:				2;
}

#introduction-section h4.logo {
	text-indent: -9999px;
	background: transparent center center / 100% no-repeat;
	margin: 10px 0 40px;
	width: 100%;
}
#introduction-section h4.logo.hmc {
	max-width: 220px;
	height: 145px;
	background-image: url(../images/hmc-heads-conference-logo.svg);
}
#introduction-section h4.logo.sds {
	max-width: 290px;
	height: 70px;
	background-image: url(../images/sds-group-logo.svg);
	margin-left: auto;
}

@media (max-width: 1280px)
{
	#introduction-section::after {
		background-size:	auto;
	}
}
@media (max-width: 767px)
{
	#introduction-section {
		background-size:	auto 100%;
		background-position: 100% top;
		padding: 			80px 0 100px;
	}
}
@media (max-width: 580px)
{
	#hmc-offer #introduction-section .row {
		flex-flow: column nowrap;
	}
	#hmc-offer #introduction-section h4.logo {
		margin: 10px auto 30px !important;
	}
}


/*------------------------------------------------------------------------- BODY TEXT SECTION
*/
#body-text-section {
	position:				relative;
	background: 			#fff;
	padding:				40px 0 0;
	z-index:				3;	
}
#body-text-section::before {
	content:				'';
	display:				block;
	position:				absolute;
	top:					-100px;
	background:				url(../images/body-text-section-curves.svg) center bottom / 100% 100px no-repeat;
	width:					100%;
	height:					100px;
}
#body-text-section .column:nth-of-type(2) {
	display: 				flex;
    align-items: 			center;
}

#body-text-section h2 {
	margin-bottom: 30px;	
}

@media (max-width: 1280px)
{
	#body-text-section::before {
		background-size:	auto;
	}
}
@media (max-width: 767px)
{
	#body-text-section {
		padding:			0;
	}
}
/*------------------------------------------------------------------------- FEATURES SECTION
*/
#features-section {
	position:				relative;
	background: 			linear-gradient(0deg, rgba(209,224,248,1) 0%, rgba(255,255,255,1) 100%);
	padding:				80px 0 0;
	text-align:				center;
}
#hmc-offer #features-section {
	padding: 20px 0 0;
	text-align: left;
}
#features-section h3 {
	color:					#0c395b;
	font-size:				24px;
}
#features-boxes {
	display:				flex;
	justify-content:		space-between;
	flex-flow: 				row nowrap;
	align-items:			stretch;	
}
.feature-box {
	position:				relative;
	flex: 					0 1 24%;
	margin: 				0 10px 80px;
	background:				#fff;
	border-radius:			5px;
	padding:				0 20px 20px;
	text-align:				center;
}
.feature-box p {
	font-size:				13px;
	line-height:			1.2em;
}
.feature-box h4 {
	color:					#5f94e5;
	text-transform:			lowercase;
	margin:					10px auto 25px;
	font-size:				20px;
}
.feature-box::before {
	content:				'';
	display:				block;
	position:				absolute;
	bottom:					-4px;
	z-index:				0;
	background: 			radial-gradient(ellipse at center, #000 0%,rgba(0,0,0,0) 80%);
    width: 					80%;
    height: 				10px;
    margin: 				auto;
    left: 					0;
    right: 					0;	
	opacity:				0.8;
	clip-path: 				polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
}
.feature-box-icon  {
	width:					100px;
	height:					100px;
	background:				#5f95e5;
	border-radius:			50%;
	margin:					-50px auto 30px;
	padding:				20px 0 0;
	position:				relative;
	transform-style: 		preserve-3d;
}
.feature-box-icon::before {
	content:				'';
	position:				absolute;
	left:					-5px;
	top:					-5px;
	width:					110px;
	height:					110px;
	background:				#fff;
	transform: 				translateZ(-10px);
	border-radius: 			50%;

}
.feature-box-icon img {
	margin:					auto;
	display:				block;
}

@media (max-width: 767px)
{
	.feature-box {
		flex: 				1 0 48%;
		max-width:			calc(50% - 20px);
	}
	#features-boxes {
		flex-flow: 			row wrap;	
	}
}
@media (max-width: 440px)
{
	.feature-box {
		max-width:			100%;
	}
}


#hmc-offer #features-section .column:last-of-type {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: flex-start;
}
#hmc-offer #features-section .client-snippet p {
	text-align: center;
	margin: 20px 0 0;
	font-size: 13px;
	line-height: 1.2em;
}

/*------------------------------------------------------------------------- CLIENTS SECTION
*/
#clients-section {
	position:				relative;
	background: 			linear-gradient(0deg, rgba(90,146,229,1) 0%, rgba(209,224,248,1) 100%);
	padding:				40px 0 80px;
	text-align:				center;	
}
#hmc-offer #clients-section {
	padding: 0 0 80px;
	text-align: left;
}
#hmc-offer #clients-section::after {
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/footer-swooshes.svg) center bottom / 100% 100px no-repeat;
	pointer-events: none;
}
	
#hmc-offer #clients-section p {
	line-height: 1.5em;
}

#clients-section h3 {
	margin-bottom:			20px;
}
#clients-section p {
	color: 					#002e52;
	font-size: 				15px;
	max-width:				640px;
	margin:					0 auto 30px;
	line-height:			1.1em;
}
#hmc-offer #clients-section p {
	max-width: 100%;
	margin: 0 0 20px;
	
}

#example-clients {
	display:				flex;
	justify-content:		space-between;
	flex-flow: 				row nowrap;
	align-items:			flex-start;	
}
.example-client {
	position:				relative;
	flex: 					0 1 auto;
	margin: 				0 10px 20px;
}
.example-client h5 {
	background:				#009ade;
	max-width:				200px;
	width: 					90%;
	height:					50px;
	padding:				0 10px;
	border:					1px solid #fff;
	border-radius:			5px;
	color:					#fff;
	line-height:			50px;
	font-size:				18px;
	z-index:				10;
	position:				absolute;
	bottom:					40px;
	left:					-10px;
}
.screenshot-wrapper {
	position:				relative;
	width:					100%;
	max-width:				300px;
	margin:					0 auto;
	z-index:				1;
}
.screenshot-wrapper img {	
	border-radius:			5px;
	overflow:				hidden;
	display: 				block;
	z-index:				5;
	position:				relative;
	width:					100%;
}
.screenshot-wrapper::before {
	content:				'';
	display:				block;
	position:				absolute;
	bottom:					-5px;
	z-index:				0;
	background: 			radial-gradient(ellipse at center, #000 0%,rgba(0,0,0,0) 80%);
	height:					20px;
    width: 					80%;
    height: 				10px;
    margin: 				auto;
    left: 					0;
    right: 					0;	
}
.screenshot-wrapper::after {
	content:				'';
	display:				block;
	pointer-events:			none;
	position:				absolute;
	bottom:					-95px;
	width:					100%;
	height:					100px;
	background:				center top / 100% auto no-repeat;
	z-index:				-1;
}
.screenshot-wrapper.isa::after { background-image: url(../images/screenshots/isa-reflection.png); }
.screenshot-wrapper.hmc::after { background-image: url(../images/screenshots/hmc-reflection.png); }
.screenshot-wrapper.rugby-school::after { background-image: url(../images/screenshots/rugby-school-reflection.png); }

#clients-button {
	display:				block;
	background: 			#009ade;
    text-align: 			center;
    color: 					#fff;
    font-size: 				16px;
    width: 					100%;
	max-width:				300px;
    height: 				40px;
    border: 				1px solid #fff;
    border-radius: 			5px;
    transition: 			0.2s linear;
    position: 				relative;
    font-family: 			'poppins-bold';
    text-transform: 		lowercase;
	margin: 				40px auto 0;
	line-height: 			40px;
}
#clients-button:hover {
	background: 			rgba(12,57,91,0.9);
	border-color:			rgba(255,255,255,0.4);
}
#hmc-offer #clients-button {
	margin: 0 auto 20px;
}

@media (max-width: 640px)
{
	#example-clients {
		justify-content:	center;
		flex-flow: 			row wrap;
	}
}

/*------------------------------------------------------------------------- CLIENTS PAGE SNIPPETS
*/
.client-snippets {
	display:				flex;
	width:					100%;
	flex-flow:				row wrap;
	justify-content:		center;
}
.client-snippet {
	flex:					0 1 calc((100% / 3) - 10px);
	margin:					0 5px 50px;
	min-width:				160px;
	max-width:				300px;
}
a.client-site-screenshot img {
	width:					100%;
	height:					100%;
	object-fit: 			cover;
	display:				block;
}
a.client-site-screenshot {
	display:				block;
	width:					100%;
	height:					200px;
	margin:					0 auto 10px;
	border:					1px solid #eee;
	transition:				0.2s linear all;
}
a.client-site-screenshot::before {
    content: 				'';
    display: 				block;
    position: 				absolute;
    bottom: 				-10px;
    z-index: 				0;
    background: 			radial-gradient(ellipse at center, #000 0%,rgba(0,0,0,0) 80%);
    width: 					100%;
    height:					5px;
    margin: 				auto;
    left: 					0;
    right: 					0;
	filter: 				blur(5px);
    clip-path: 				polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
}
a.client-site-screenshot:hover {
	border-color:			#0099de;
}
a.client-site-screenshot::after {
	width:					100%;
	height:					100%;
	top:					0;
	left:					0;
	background:				rgba(0,153,222,0);
	border:					0;
	text-align:				center;
	line-height:			100%;
	color:					#fff;
	padding-top:			30%;
}
a.client-site-screenshot:hover::after {
	background:				rgba(0,153,222,0.4);
	content:				'click to open';
}
.client-snippet h4 {
	font-size:				14px;
	text-align:				center;
}

.client-logo-wrapper {
	text-align:				center;
}
.client-logo-wrapper img {
	width:					60%;
	max-width:				160px;
	display:				block;
	margin:					0 auto;
}
.client-snippet p {
	margin: 10px 0 0;
	font-size: 14px;
	text-align: center;
}

@media (max-width: 400px)
{
	.client-snippet {
	flex:					0 1 100%;
	margin:					0 auto 40px;
	min-width:				160px;
	max-width:				100%;
	}
}

/*------------------------------------------------------------------------- HMC OFFER PAGE
*/
#news-snippets {
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
	padding: 0 20px;
}
#news-snippets .news-snippet {
	border: 1px solid #eee;
	border-radius: 5px;
}
#news-snippets .news-snippet img {
	display: block;
	width: 100%;
	max-width: 640px;
	min-width: 400px;
}

#offer-contact {
	margin-top: -40px;
	padding: 80px 0 0;
	color: #fff;
}
#offer-contact .column:first-of-type {
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 20px 20px 10px;
}


@media (max-width: 767px)
{
	#news-snippets {
		padding: 0 0 40px;
	}
	#news-snippets .news-snippet img {
		min-width: 0;
	}
}

/*------------------------------------------------------------------------- MUSK'S MUTTERINGS BLOG PAGE AND LINK
*/
#elon-musk {
	display:				block;
	margin:					0 auto;
	border-radius:			50%;
	border:					4px solid #fff;
	max-width:				60%;
}
#musks-meddling-and-mutterings #elon-musk {
	margin-top:				-60px;
}
#musks-mutterings {
	display:				flex;
	align-items:			center;
	justify-content:		left;
	margin-bottom: 			30px;
	border: 				1px solid #3da4de;
    border-radius: 			50px 5px 5px 50px;
	background:				#fff;
}
#musks-mutterings:hover {
	border-color:			rgb(12,57,91);
}
#musks-mutterings:hover p {
	color:					rgb(12,57,91);
}
#musks-mutterings::after {
	display:				none;
}

#musks-mutterings img {
	width:					100px;
	margin: 				0 20px 0 0;
}
#musks-mutterings p {
	margin-bottom:			0;
	transition:				0.2s linear all;
	color:					#3da4de;
}
.blog {
	display:				flex;
	width:					100%;
	flex-flow:				row wrap;
	justify-content:		center;
	align-items:			stretch;
}
.post {
	flex:					0 1 320px;
	margin:					0 10px 50px;
	border:					1px solid #ccc;
	border-radius:			5px;
	padding:				20px;
	display:				flex;
	flex-flow:				column nowrap;
}
.post-image-container {
	margin: 				0 auto;
}
.post-image-container img {
	width:					100%;
	margin:					20px auto 0;
	display:				block;
}
.post-image-container::after {
	content:				'';
	display:				block;
	position:				relative;
	width:					100%;
	height:					10px;
	border-bottom:			1px solid #999;
	margin-bottom:			20px;
}
.post .date {
	font-size:				13px;
	font-family:			'poppins-bold';
	text-transform:			uppercase;
	color:					#3da4de;
}
.post h4 {
	font-size:				24px;
}
.post p:last-of-type {
	margin-bottom:			0;
}
.post p.news-source {
	font-size:				12px;
	font-family:			'poppins-bold';
	margin-top:				auto;
}

@media (max-width: 767px)
{
	.post {
		flex:				0 1 100%;
	}
	#elon-musk {
		display:			block;
		margin:				-30px auto 30px;
	}
	#musks-meddling-and-mutterings #introduction-section {
		text-align:			center;
	}
}
@media (max-width: 580px)
{
	#musks-meddling-and-mutterings #elon-musk {
		margin-top: 		0;
	}
}

/*------------------------------------------------------------------------- QUESTIONS SECTION
*/
#questions-section {
	color:					#fff;
	padding:				40px 0 0;
}
#questions-section a {
	color:					#fff;
	font-family:			'poppins-bold';
}
#questions-section a:hover {
	text-shadow:			0 0 3px	#fff;
}
#questions-section a::after {
	border-color:			#fff;
}

/*------------------------------------------------------------------------- FORM ELEMENTS
*/
form {
	width:					100%;
	padding:				0 20px;
	position:				relative;
	margin:					0;
}
fieldset {
	padding:				0 0 10px;
	max-width:				480px;
	margin:					0 auto;	
	position:				relative;
}
input,
textarea {
	border:					1px solid #fff;
	background:				#009ade;
	width:					100%;
	height:					40px;
	padding:				5px 10px;
	font-family:			'poppins';
	transition:				0.2s linear;
	color:					#fff;
	font-size:				15px;
	border-radius:			5px;
}
textarea {
	min-height:				140px;
	padding:				10px;
	resize:					none;
}
input:hover,
textarea:hover {
	border-color:			#ccc;
	color:					#ccc;
	background:				rgba(0,0,0,0.05)
}
textarea:focus::placeholder,
input:focus::placeholder {
	color:					#555;
}
input:focus,
textarea:focus {
	border-color:			#0c395b;
	background:				#fff;
	color:					#111;
	box-shadow: 			0 0 12px 2px rgba(0,0,0,0.2);
}
label {
	display:				none;
}
textarea::placeholder,
input::placeholder {
	font-family:			'poppins';
	color:					#eee;
	font-size:				13px;
}
label[for=confirm] {
	display: 				inline-block;
	width: 					calc(100% - 40px);
	padding-left: 			10px;
	font-size: 				13px;
	font-family: 			'poppins';
	color:					#fff;
	line-height:			1.1em;
	margin: 				10px 0;
}
input[type=checkbox] {
	padding:				0;
	width:					16px;
	height:					16px;
	display:				inline-block;
	vertical-align:			top;	
	margin: 				10px 0;
}
button {
	background:				#009ade;
	text-align:				left;
	color:					#fff;
	font-size:				20px;
	width:					100%;
	height:					50px;
	padding-left:			20px;
	border:					1px solid #fff;
	border-radius:			5px;
	transition:				0.2s linear;
	position:				relative;
	font-family:			'poppins-bold';
	text-transform:			lowercase;
}
button:hover {
	cursor:					pointer;
	background:				rgba(12,57,91,0.9);
}
fieldset.recaptcha {
	padding:				0 0 10px;
}
div.g-recaptcha {
	border-radius:			5px;
	overflow:				hidden;
	background:				#f9f9f9;
	max-width:				300px;
	width:					calc(100% - 5px);
	margin-bottom:			10px;
}

@media (max-width: 480px)
{
	button {
		max-width: 			100%;
	}
	form {
		padding:			0;	
	}
}

/*------------------------------------------------------------------------- FOOTER
*/
#footer {
	color:					#fff;
	padding:				80px 0 0;
}
#footer .column:nth-of-type(2) {
	max-width:				320px;
	align-items: 			flex-end;	
	display:				flex;
	flex-flow: 				column;
}
#footer .column:nth-of-type(2) p {
	text-align:				right;
	font-family:			'poppins-bold';
	max-width:				240px;
	width:					100%;
	font-size:				14px;
}
#footer a {
	color:					#fff;
}
#footer a:hover {
	text-shadow:			0 0 3px	#fff;
}
#footer a::after {
	border-color:			#fff;
}
#footer h4 {
	margin:					0 0 20px;
}
#footer .sds-digital-preservation-logo {
	background:				url(../images/sds-digital-preservation-logo.svg) center center / 100% auto no-repeat;
	width:					160px;
	height:					63px;
	text-indent:			-9999px;
}
#footer .sds-school-records-logo {
	width:					114px;
	height:					77px;
	text-indent:			-9999px;
	background:				url(../images/sds-school-records-managment-logo.svg) center center / 100% auto no-repeat;
}	
#footer ul {
	margin:					0 auto;
}
#footer ul li {
	font-size:				15px;
	margin:					0;
	background:				none;
	padding:				0;
	position:				relative;
	display:				inline-block;
	font-family:			'poppins-bold';
	text-transform:			lowercase;
}
#footer ul li::after {
	content:				'';
	display:				inline-block;
	background:				url(../images/icons/twitter-icon.svg) center center / 100% auto;
	width:					10px;
	height:					8px;
	margin: 				0px 5px 0 10px;
}
#footer ul li:last-of-type::after {
	display:				none;
}
#footer .since-1994 {
	font-size:				11px;
	font-family:			'poppins-bold';
	line-height:			1.3em;
	color:					#fff;
	margin:					20px 0;
	padding:				90px 0 0;
	background:				url(../images/30-years.svg) center top / 150px 76px no-repeat;
	max-width:				240px;
	text-align:				center;
	letter-spacing:			normal;
	text-transform: uppercase;
}
#footer .footer-logos {
	display:				flex;
	align-items: 			center;
}
.footer-logos h5 {
	margin-right:			30px;
}
.footer-logos h5 a {
	display:				block;
	width:					100%;
	height:					100%;
}
.footer-logos h5 a::after {
	display:				none;
}

@media (max-width: 767px)
{
	#footer .column {
		display: 			block;	
		width:				100%;
		padding-bottom: 	20px;
	}
	#footer .column:nth-of-type(2) {
		align-items:		center;
		max-width:			100%;
	}
	#footer .column:nth-of-type(2) p {
		text-align:			center;
	}
	#footer h4 {
		margin-bottom:		0;
	}
	#footer ul {
		margin:				0 auto;
		display:			flex;
		justify-content: 	center;
	}
	#footer .since-1994 {
		margin:				20px auto;
	}
	#footer .footer-logos {
		justify-content: 	center;
	}
	#footer .footer-logos h5 {	
		margin:				0 15px;
	}
}

@media (max-width: 440px)
{
	#footer ul {
		width:				100%;
		display:			block;
	}
	#footer ul li::after {
		display:			none;
	}
	#footer ul li {
		display:			block;
		text-align:			center;
		margin:				0 0 15px;
	}
	#footer ul li a {
		text-transform:		none;	
	}
	#footer p {
		font-size: 			12px;
	}
}

/*------------------------------------------------------------------------- FOOTER CONTENT PAGE STYLES 
*/
.footer-page #introduction-section {
	padding-bottom:			100px;
}
.footer-page #body-text-section {
	background: 		#fff url(../images/footer-swooshes.svg) center bottom / 100% 100px no-repeat;
	margin-bottom:		200px;
	padding-bottom:		80px;
}
.footer-page h2 {
	font-size:				32px;
	margin-bottom:			20px;
}
@media (max-width: 767px)
{
	.footer-page #body-text-section {
		margin-bottom:		0;
	}
}

/*------------------------------------------------------------------------- BACK TO TOP BUTTON 
*/
a#top {
	position:				fixed;
	bottom:					-60px;
	right:					20px;
	width:					32px;
	height:					32px;
	z-index:				99;
	opacity:				0;
	text-indent:			-9999px;
	transition:				0.2s linear;
	background:				#009ade url(../images/icons/back-to-top.svg) center center / 10px 10px no-repeat;
	border: 				2px solid rgba(255,255,255,0.5);
	border-radius:			5px;	
}
a#top.show {
	opacity:				0.6;
	bottom:					20px;
}
a#top:hover {
	background:				rgba(12,57,91,0.9) url(../images/icons/back-to-top.svg) center center / 14px 14px no-repeat;
	opacity:				1;
	border-color:			#fff;
	border-width:			1px;
}

/*------------------------------------------------------------------------- CSS ANIMATIONS
*/
.step__animate:nth-child(n+1) {
	animation-delay: 		0;
}
.step__animate:nth-child(n+2) {
	animation-delay: 		0.2s;
}
.step__animate:nth-child(n+3) {
	animation-delay: 		0.4s;
}
.step__animate:nth-child(n+4) {
	animation-delay: 		0.6s;
}
.step__animate:nth-child(n+5) {
	animation-delay: 		0.8s;
}
.step__animate:nth-child(n+6) {
	animation-delay: 		1.0s;
}
.step__animate:nth-child(n+7) {
	animation-delay: 		1.2s;
}
.step__animate:nth-child(n+8) {
	animation-delay: 		1.4s;
}
.step__animate:nth-child(n+9) {
	animation-delay: 		1.6s;
}
.step__animate:nth-child(n+10) {
	animation-delay: 		1.8s;
}
.step__animate:nth-child(n+11) {
	animation-delay: 		2s;
}
.step__animate {
	animation-duration: 	2s;
}

/*------------------------------------------------------------------------- GENERIC ALERT BOX
*/
.alert {
	background:				#002d52;
	padding:				15px 20px;
	margin:					0 auto 30px;
	color:					#fff;
	width:					calc(100% - 40px);
	max-width:				480px;
	border:					1px solid #fff;
	border-radius:			5px;
}
.alert.success {
	background:				#000;
}
.alert h4 {
	font-size:				18px;
	vertical-align:			top;
	margin-bottom:			15px;
}
.alert h4::before {
	content:				'!';
	display:				inline-block;
	width:					24px;
	height:					24px;
	line-height:			24px;
	font-size:				20px;
	letter-spacing:			0;
	margin-right:			10px;
	text-align:				center;
	background:				#fff;
	color:					#B91d1e;
	border-radius:			50%;
}
.alert p {
	margin:					10px 0 0;
	font-size:				13px;
	padding: 				0 0 0 40px;
}
.alert ul {
	margin-top:				0;
	margin-bottom:			0;
}
.alert ul li {
	margin:					0 0 4px;
	font-size:				13px;	
}

@media (max-width: 480px)
{
	.alert {
		width:				100%;
	}
}