body{
	font-family:'Open Sans',sans-serif;
	background:url('https://www.hyattconnect.com/files/sspr/background.png') no-repeat center;
	background-size:cover;
	background-attachment:fixed;
	color:#444;
}

a{
	color:#151B57;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}

header{
	background-color:#151B57;
	padding:20px 40px;
	overflow: hidden;
}

header h1{
	float:left;
}

header h2{
	float:right;
	font-size:40px;
	color:white;
	font-weight:lighter;
}

.hyatt-logo img{
	height:50px;
}

.main-section{
	padding:40px;
	background:rgba(255,255,255,0.9);
	max-width:600px;
	border:1px solid #666;
	margin:90px auto;
}

.main-section h1{
	font-size:32px;
	margin-bottom:20px;
}

.main-section h3{
	font-size:21px;
}
.default-label{
	display:block;
	margin-bottom:10px;
	font-size:22px;
}

.default-field{
	width:100%;
	box-sizing:border-box;
	min-width:180px;
	height:40px;
	border:1px solid #ccc;
	margin-bottom: 20px;
	padding:10px;
	font-size: 16px;
}

.default-button{
	padding:8px 10px;
	color:white;
	background:#407BAE;
	border:0;
	font-size:28px;
	box-sizing:border-box;
	font-family: 'Open Sans', sans-serif;
	font-weight:lighter;
	cursor:pointer;
}
.default-button:hover{
	background:#2E587C;
}
.table-layout{
	display:table;
	width:100%;
}

.column-layout{
	display:table-cell;
	padding:0 30px 0 0;
	vertical-align: top;
}

.column-layout + .column-layout{
	padding-left:30px;
	border-left:1px solid #ddd;
}

.column-layout:last-child{
	padding-right:0;
}
.main-section p{
	font-size:13px;
	color:#848484;
}
.block{
	display: block;
}
.text-center{
	text-align:center;
}

.border-top{
	border-top:1px solid #ddd;
}
.container{
	padding:0 20px;
}

.half-size{
	width:50%;
}

.pass-function-section{
	background:#407BAE;
	color:white;
	font-size:25px;
	padding:15px 25px;
	margin-bottom:10px;
	font-weight:lighter;
	border-radius:5px;
	overflow:hidden;
	width:400px;
	line-height:30px;
}
.pass-function-section:hover{
	cursor:pointer;
	background:#2E587C;
}
.pass-function-section span{
	float:right;
	margin-top:-30px;
	font-size: 16px;
}

.main-section.alternative{
	max-width:960px;
	padding:0;
	background:transparent;
}
.main-section.alternative h3{
	font-size:30px;
}
.main-section.alternative p{
	font-size: 16px;
}
.main-section.alternative .column-layout:first-child{
	background: rgba(255,255,255,0.85);
	padding:30px 50px;
}

.main-section.alternative .extra-info{
	background-color: rgba(220,220,220,0.9);
	border-left:0;
	padding:30px 50px;
}
.main-section.alternative .extra-info a{
	color:#407BAE;
	font-weight:600;
	font-size:18px;
}


@media all and (max-width:980px){
	.main-section.alternative .extra-info,
	.main-section.alternative .column-layout:first-child{
		padding:20px 30px;
	}
}

@media all and (max-width:840px){
	header h2 span{
		display:block;
		text-align:right;
		font-size:28px;
	}
	.main-section{
		margin:50px auto;
	}

	.main-section.alternative .extra-info,
	.main-section.alternative .column-layout:first-child{
		display:block;
		padding:20px 20px 40px;
	}
	.pass-function-section{
		width:100%;
		box-sizing:border-box;
	}
	.main-section.alternative .extra-info{
		padding-top:40px;
	}
}

@media all and (max-width:640px){
	.container{
		padding:0;
	}
	.main-section{
		margin: 0px auto;
		border: none;
	}
	.main-section .column-layout{
		display:block;
		width:100%;
		margin-bottom:20px;
		padding:0 0 30px;
		border-bottom:1px solid #ddd;
		box-sizing:border-box;
		border-left:0;
	}
	.main-section .column-layout:last-child{
		border-bottom:0;
		padding-bottom:0;
	}
	.main-section.alternative .column-layout:last-child{
		padding-bottom:30px;
	}
	.main-section .column-layout form{
		padding:0;
	}
	header h2 span{
		font-size:18px;
	}
	.hyatt-logo img{
		height:30px;
	}
	.main-section.alternative .column-layout{
		margin:0;
	}
	.pass-function-section{
		padding:10px 15px;
	}
	.pass-function-section h4{
		font-size:20px;
		line-height: 25px;
	}
	.pass-function-section span{
		font-size:12px;
		margin-top:-25px;
	}
	.main-section.alternative h3{
		font-size:24px;
	}
	.footer-links a span+span{
		white-space: nowrap;
		font-size:14px;
	}
}
@media all and (max-width:420px){
	.main-section{
		padding:20px;
	}
	header{
		padding:10px 20px;
	}
	header h2 span{
		font-size:14px;
	}

	.main-section.alternative .column-layout:first-child{
		padding:10px 10px 20px;
	}

	.pass-function-section{
		padding:10px;
	}

	.pass-function-section h4{
		font-size:14px;
		line-height: 20px;
	}
	.pass-function-section span{
		font-size: 11px;
	}
}

@media all and (max-width:315px){
	.pass-function-section span{
		float: left;
		font-size: 12px;
		margin-top:0;
	}
}
