html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video {
	display:block;
}

html {
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	height: 100%;
}

ol, ul {
	list-style: none;
}

:focus {
	outline:0;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 	border : 0;
}

input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

::selection {
	background: #D75452;
	color: #FFF;
}

::-moz-selection {
	background: #D75452;
	color: #FFF;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

img {
    max-width: 100%;
	border: none;
	outline: 0;
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-transition: opacity 1s ease;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.4px;
	font: 16px/24px 'Open Sans', sans-serif;
	color: #FFF;
}
	    
.wrapper {
	width: 1200px;
	margin: 0 auto;
	padding-top: 120px;
}

		
h1 {
	font-size: 48px;
	font-weight: 400;
	margin-bottom: 40px;
	text-align: center;
	letter-spacing: 12px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.9);
}

h2 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 4px;
	text-align: center;
}

.center {
	text-align: center;
	margin: 0px auto;
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

.col {
	width: 360px;
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
}

.logo {
	height: 78px;
	width: 288px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.logo img {
	height: 78px;
	width: 288px;
}

/*============================================================================= Breakpoint 1 ===========================================================================*/

@media only screen and (max-width: 1200px){
	
.wrapper {
	width: 960px;
	padding-top: 100px;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 16px;
}

}

/*============================================================================= Breakpoint 2 ============================================================================*/

@media only screen and (max-width: 960px){
	
.wrapper {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 60px!important;
}

h1 {
	line-height: 44px;
}

.col {
	width: 100%;
}

.logo {
	height: auto;
	width: 50%;
	margin: 0 auto 20px;
}

.logo img {
	height: auto;
	width: 100%;
}
	
}

/*============================================================================= Breakpoint 3 ============================================================================*/

@media only screen and (max-width: 479px){
		
.wrapper {
	padding-top: 50px;
}
	
.logo {
	height: auto;
	width: 80%;
	margin: 40px auto 20px;
}
		
}
