/* 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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
img { display: block }
*, *:before, *:after { box-sizing: border-box;  }
html { -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased;}

body {
	font-family: 'Helvetica Neue', Helvetica, sans-serif; font-weight: normal;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
}

@font-face {
    font-family: 'Guardian Egyptian Web';
    src: url("../fonts/GuardianEgyp-Light-Web.woff") format('woff');
    font-weight:  300;
    font-style:   normal;
    font-stretch: normal;
}

.GuardianEgyp-Light-Web {
    font-family: 'Guardian Egyptian Web';  font-weight:  300;  font-style:   normal;  font-stretch: normal;
    text-transform:none;
}

.thank-you {
	padding: 100px 0;
	background: #fff;
		width: 100%;
		text-align: center;
		font-size: calc(4.5rem * .625);
		color: #006FCF;
		border-bottom: 1px solid #ccc;
}

	.box-tagline {
		margin: 30px auto 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 0 20px;
		max-width: 450px;
	}

		.ty-tagline { width: 100%; }


#s-thankyou p {
    font-size:calc(1.8rem * .625);
    line-height: 1.5em;
	text-align: center;
	color: #333;
	max-width: 600px;
	margin: 2.5em auto;
}

/* media queries */
@media all and (max-width: 900px) {
    .thank-you { font-size: calc(3.4rem * .625); padding: 35px 1em;}
}
