/* Custom CSS for 404 Status Page */

.subpage {  }
.subpageLayout { width: 100%; margin: 10px 0; }
.subpageContent { margin-bottom: 60px; }
.subpageSideCol { padding: 2em 0; }
.subpageSideCol .statusPic { max-width: 250px; margin: 3em auto; }
.statusPic {
	font-family: 'ProximaNova_Thin';
	font-size: 5em;
	color: #475368;
	line-height: 1em;
	max-width: 450px;
	padding: 10px 0;
	margin: 0 auto;
}
.subpageContent,
.subpageContentText {
	font-size: .9em;
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 0;
}
.subpageContentText { color: #666666; text-align: center; width: 100%; }
.subpageContentText p { font-size: 1.1em; text-align: center; line-height: 1.6em; }

#actionBox {
	position: relative;
	background: url('../img/actionBoxBg.png') no-repeat center center / contain,
				url('../img/aida.png') no-repeat center 7px / contain;
	width: 900px;
	height: 229px;
	margin: 0 auto;
	transform: translateY(60px);
    margin-top: -10px;
}
#backHomeBtn {
	position: relative;
	left: 30px;
	top: 40px;
	width: 350px;
}
#backHomeBtn a {
	display: block;
	text-align: center;
	padding: .75em .5em;
	color: white;
	font-size: 16px;
	letter-spacing: .03em;
}
#searchBarBox {
	position: absolute;
	width: 360px;
	right: 20px;
	top: 40px;
}
.searchFormStyle {
	border-radius: 3px;
    border: none;
	display: flex; flex-wrap: no-wrap;
}
.searchInputBox {
    font-family: 'ProximaNova_Light';
	font-size: 14px;
    /* width: calc(100% - 46px); */
	width: 100%;
    background: transparent;
	letter-spacing: .03em;
	padding: .75em .75em;
	border: 0;
    -webkit-transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
    transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
}
.searchSubmitBtn {
	text-indent: -9999px;
	display: inline-block;
    width: 42px;
    height: 42px;
    overflow: hidden;
    background: url('../img/search_L.png') no-repeat;
    background-position: center center;
    background-size: 80%;
    border: none;
    cursor: pointer;
	vertical-align: middle;
	opacity: .7;
	transition: all .2s ease;
}
.searchSubmitBtn:hover { opacity: 1; }

.msgBox .enlarge { font-size: 1.2em; }
.msgBox {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}
.msgBox p {
	letter-spacing: .05em;
	line-height: 1.8em; 
}
/* Responsive Styles */
@media screen and (max-width: 1000px) {
	.subpageContent { margin-bottom: 0; }
	.subpageContentText { padding: 10px 20px; }
	#actionBox {
		background: url('../img/actionBoxBg_mobile.png') no-repeat center center / contain,
					url('../img/aida.png') no-repeat center center / 250px 250px;
		width: 400px;
		height: 400px;
		margin-bottom: 0px;
		transform: translateY(0);
		margin-top: 0;
	}
	#backHomeBtn {
		width: calc(100% - 40px);
		left: 20px;
		top: 27px;
	}
	#searchBarBox {
		position: absolute;
		width: calc(100% - 40px);
		left: 20px;
		top: 330px;
	}
}
@media screen and (max-width: 825px) {

}
@media screen and (max-width: 760px) {

}
@media screen and (max-width: 576px) {
	#actionBox {
		background: url('../img/actionBoxBg_mobile.png') no-repeat center center / contain,
					url('../img/aida.png') no-repeat center center / 200px 200px;
		width: 320px;
		height: 320px;
		margin-bottom: 0px;
		margin-top: 1em;
	}
	#actionBox a { font-size: 14px; }
	#backHomeBtn {
		width: calc(100% - 40px);
		left: 20px;
		top: 18px;
	}
	#searchBarBox {
		position: absolute;
		width: calc(100% - 40px);
		left: 20px;
		top: 260px;
	}
	.searchInputBox {
		font-size: 12px;
		padding: .75em 0em .75em .5em;
		/* margin-right: -10px; */
	}
	.enlarge { font-size: 1.1em; }
}