/*----- Reset & Common -----*/

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;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	height: 100%;
}

ol, ul {
	list-style: none;
}

:focus {
	outline:0;
}

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

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: #E62B1E;
	color: #FFF;
}

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

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

.clearfix:after {
    clear: both;
}

img {
    max-width: 100%;
	border: none;
	outline: 0;
	-ms-interpolation-mode: bicubic; 
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-transition: opacity 1s ease;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.4px;
	color: #FFF;
	background: #FFF;
	font: 16px/20px "Helvetica Neue", Helvetica, Arial;
}

h2 {
	color: #CAD167;
	font-size: 20px;
	font-weight: bold;
	float: right;
	margin-bottom: 6px;
	line-height: 26px;
}

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

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

.wrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
}

.container { 
	height: 600px; 
	color: #FFF; 
}

.center {
	text-align: center;
}

.inner {
	margin: 0 auto;
	width: 960px;
	padding-top: 240px;
}

.columnleft {
	float: left;
	width: 50%;
	padding: 30px 10px;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.columnright {
	float: right;
	width: 50%;
	padding: 30px 10px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

ul.list {
	padding-top: 0;
	padding-bottom: 20px;
}

.icon {
	padding-top: 10px;
}

.form {
	color: #000;
	margin: 0 auto;
	width: 300px;
	padding-top: 30px;
}

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

.logo img {
	height: 81px;
	width: 300px;
}


@media only screen and (max-width: 960px){
	
body {
	font-size: 14px;
	line-height: 18px;
}

h2 {
	float: none;
	text-align: center
}

.container { 
	height: 640px; 
	color: #FFF; 
}

.inner {
	width: 94%;
	padding-top: 60px;
	padding-left: 3%;
	padding-right: 3%;
}

.columnleft {
	float: none;
	text-align: left;
	width: 100%;
}

.columnright {
	float: none;
	width: 100%;
	text-align: center;
}

.icon {
	padding-top: 0;
	margin: -20px auto 0;
	text-align: center;
}

.form {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}	
	
}
