/* main */
*, *::after, *::before, *:after, *:before { box-sizing: border-box; }
html, body {
	width: 100%;
	min-height: 100%;
}
html {
	height: 100%;
	background: #fff;
}
body {
	background: rgba(0,0,0,.02);
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
	color: #404040;
}

/* initial styling */
h1 {
	font-size: 23px;
	font-weight: bolder;
}
a {
	display: inline;
	color: #007AEA;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
a:hover,
a:focus,
a:active {
	color: #0738AB;
	text-decoration: underline;
	transition: .2s ease-in;
}
.p-title {
	padding-top: 1rem;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid rgba(140,139,139,.35);
	margin-bottom: 1.2rem;
}
.header-image,
.header-image > img {
	display: block;
	padding: .5rem 0;
	margin: 0 auto;
	max-width: 100%;
}
.header-image > img {
	max-height: 150px;
	width: 260px;
}

/* layout */
.container, 
.inner {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.box-margin,
.box {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto;
	margin: 0 auto;
}
.box {
	padding: 0;
	max-width: 60rem;
}
.content-wrapper {
	padding: 0;
	margin: 0 auto;
}
.content-wrapper .content-inner-left {
	padding: 1rem;
}
.content-wrapper .content-inner-right {
	padding: 0;
}
.content-wrapper .content-inner-left .inner-left-content {
	text-align: left;
	padding: 0;
}
.content-wrapper .content-inner-left .inner-left-content > p {
	margin: 0;
	padding-bottom: 1rem;
}
.content-wrapper .content-inner-left .inner-left-content p
.content-wrapper .content-inner-left .inner-left-content p a {
	font-size: 18px;
}
.content-wrapper .content-inner-right .inner-box {
	background: #fff;
	border: 0;
	box-shadow: 0 3px 30px rgba(0,0,0,0.19), 0 6px 8px rgba(0,0,0,0.23);
	margin-bottom: 1rem;
	overflow: hidden;
	margin: 0 auto;
}
.content-wrapper .content-inner-right .inner-box .inner-box-header {
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
	
	background: rgb(255,255,251);
	background: -moz-linear-gradient(top, rgba(255,255,251,1) 0%, rgba(247,248,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,251,1)), color-stop(100%,rgba(247,248,242,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,251,1) 0%,rgba(247,248,242,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,251,1) 0%,rgba(247,248,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,251,1) 0%,rgba(247,248,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,251,1) 0%,rgba(247,248,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffb', endColorstr='#f7f8f2',GradientType=0 );
	border-bottom: 1px solid #f2f2f2;
}
.content-wrapper .content-inner-right .inner-box .inner-box-header h1 {
	width: 100%;
	height: 66px;
	line-height: 66px;
	margin: 0 !important;
	padding: 0 !important;
}
.content-wrapper .content-inner-right .inner-box .inner-box-content {
	text-align: left;
	padding: 1rem .8rem;
}
.content-wrapper .content-inner-right .inner-box .inner-box-content .terms {
	font-size: 90%;
	margin: 0;
	padding-top: .25rem;
}
.content-below {
	
}
.content-below .content-below-inner {
	text-align: center;
}
.content-below .content-below-inner p {
	margin: 0;
	width: 100%;
}
.content-below .content-below-inner p.text-mission {
	font-style: italic;
	padding: 1.8rem 1rem 1rem 1rem;
	color: #666;
	font-size: 20px;
}
.content-below .content-below-inner p.text-copy {
	padding: 1rem 0;
}
@media screen and (min-width: 40em) {
	.box-margin {
		padding: 1rem;
	}
	.page-signin .content-wrapper .content-inner-left {
		padding: 1rem 1rem 1rem 2rem;
	}
	.page-signin .content-wrapper .content-inner-right {
		padding: 1rem 2rem 1rem 1rem;
	}
	.content-wrapper .content-inner-right .inner-box {
		border-radius: 5px;
		max-width: 500px;
	}
}

/* banner */
.banner {
	text-align: left;
	padding: 20px 0;
	margin: 0;
	width: 100%;
	background: #F0C547;
	border-bottom: 1px solid #C3A143;
	color: #333;
}
.banner p {
	padding: 0 10px;
	margin: 0 auto;
	width: 100%;
	max-width: 60rem;
}
.banner p a {
	padding: 0;
}
@media screen and (min-width: 550px) {
	.banner p {
		width: 80%;
	}
}
.banner.ie-lte-9 {
	display: none;
}

/* input-connect */
form > .row {
	padding-bottom: .4rem;
}
label {
	display: inline-block;
	padding: 2px;
}
form label {
	padding-left: 8px;
}
.form-reset label {
	padding: 0 0 1rem 0 !important;
}
.form-reset p {
	margin: 0 !important;
	padding: 0 0 .5rem 0 !important;
}
input, select {
	height: 2.1rem;
	line-height: 2.1rem;
}
input[type="checkbox"] {
	height: auto !important;
}
input, 
select,
.input-connect-span {
	outline: 0;
	border: 1px solid #ddd;
	vertical-align: middle;
	font-weight: 100;
	font-size: 14px;
}
input[type="text"],
input[type="password"],
input[type="number"] {
	width: 100%;
	padding: 0 .5rem 0 0;
	text-indent: .5rem;
}
input {
	box-shadow: inset 0 1px 3px #e9e9e9;
	background: #fff;
}
input:disabled,
select:disabled{
	background: #F9FAF4;
	border: 1px solid #ddd !important;
	
}
select {
	width: 100%;
	padding: 5px;
}
a.button {
	text-align: center;
}
label, 
button,
a.button {
	font-size: 15px;
	line-height: 18px;
	
}
p.notes {
	font-size: 12px;
}
label, 
input,
select, 
button,
a.button {
	color: #333;
	letter-spacing: 0.01em;
}
input,
select, 
button,
a.button {
	border-radius: 4px;
}
form input[type="checkbox"] {
	margin-right: 4px;
}
button,
a.button {
	display: inline-block;
	border: 1px solid #ccc;
	text-shadow: 1px 1px 1px #FFF;
	text-decoration: none;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
}
button,
a.button,
select {
	color: #444;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,#fbfbfb,#ececec);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbfbfb),to(#ececec));
	background-image: -webkit-linear-gradient(top,#fbfbfb,#ececec);
	background-image: -o-linear-gradient(top,#fbfbfb,#ececec);
	background-image: linear-gradient(to bottom,#fbfbfb,#ececec);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbfbfb',endColorstr='#ffececec',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
@media screen and (max-width: 549px) {
	button,
	a.button {
		padding: 8px 12px;
		margin: 4px 5px 4px 0;
	}
}
@media screen and (min-width: 550px) {
	button,
	a.button {
		padding: 8px 18px;
		margin: 4px 8px 4px 0;
	}
}
button:last-child,
a.button:last-child {
	margin-right: 0;
}
button:active,
a.button:active {
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	background-color: #e6e6e6;
}
button:hover,
button:focus,
a.button:hover,
a.button:hover {
	color: #222;
	outline: 0;
	text-decoration: none;
	background-position: 0 -15px;
	transition: background-position .1s linear;
	background-color: #e6e6e6;
}
.col .input-connect-span {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #FCFCFC;
	border: 1px solid #DDDDDD;
	border-right: 1px solid #EBEBEB;
	border-radius: 4px;
	text-align: center;
	height: 2.1rem;
	line-height: 2rem;
}
.col .input-connect-span label {
	padding: 0;
	display: inline;
}
.input-connect .col:not(:first-child):not(:last-child) input,
.input-connect .col:not(:first-child):not(:last-child) select,
.input-connect .col:not(:first-child):not(:last-child) .input-connect-span {
	border-radius: 0;
	border-left: 0;
}
.input-connect .col:first-child input,
.input-connect .col:first-child select,
.input-connect .col:first-child .input-connect-span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-connect .col:last-child input,
.input-connect .col:last-child select,
.input-connect .col:last-child .input-connect-span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0 !important;
}
div[class*='input-']:hover input,
div[class*='input-']:focus input,
div[class*='input-']:active input,
div[class*='input-']:hover select, 
div[class*='input-']:focus select, 
div[class*='input-']:active select,
div[class*='input-']:hover .input-connect-span, 
div[class*='input-']:focus .input-connect-span, 
div[class*='input-']:active .input-connect-span {
	border-color: #129FEA;
	transition: .1s ease-in;
}
.checkbox-wrapper {
	display: block;
	width: 100%;
	padding: .5rem;
}
