/**
 * 
 */
body{
	background: #f7f7f7;
	margin-bottom:0;
}

blockquote{
	font-size: 16px;
	line-height: 26px;
}

.container-header{
	background-color:#343797;
	position:relative;
	z-index:1;
}
.container-footer{
	background-color:#333;
	height:100px;
	position:relative;
	top:-100px;
	z-index:1;
}
.footer_termsCo, .footer_copyright{
	margin-top:30px;
	color:#f7f7f7;
}
.footer_termsCo a{
	color:#bec0ec;
}
.footer_termsCo{
	float:left;
}
.footer_copyright{
	float:right;
}
.container-fullfill{
	margin-top:-100px;
	height:1px;
	background-color:#333;
	z-index:1;
}
.homeTitle{
	font-size:32px;
	font-weight:300;
	padding-left:15px;
	padding-top:30px;
	margin:0;
	color:white;
}
.homeTitle-grey{
	color:grey;
}
.homeContent{
	font-weight:300;
	padding-left:15px;
	padding-top:30px;
	font-size:18px;
	color:white;
	margin-bottom:60px;
	line-height: 28px;
}
.row-amec{
	padding-top:30px;
	padding-bottom:30px;
}
.row-amec_motto{
	margin-top:0;
	color: #e7e8ff;
	font-weight:300;
}
.row-amec_motto strong{
	color:white;
	font-weight:600;
}
.nav{
	display: block; /*fallback*/
	display: flex;
	justify-content: space-between;
	width:100%;
	margin:0;
	padding:0;
}
.nav_item {
	display: inline;
	margin:auto;
	margin-right:15px; /*fallback*/
	padding:10px 0 10px 10px;
	border-bottom:3px solid #343797;
	font-size:16px;
	font-weight:400;
}
.nav_item.current{
	border-bottom:3px solid white;
}
.nav_item a{
	color:#e7e8ff;
	text-decoration:none;
}
.nav_item a:hover{
	text-decoration:none;
	color: rgba(255,255,255,0.8);
}
.nav_item:hover{
	border-bottom:3px solid rgba(255,255,255,0.1);
}
.nav_item:first-child {
	margin-left:0;
	padding-left:2px;
}
.nav_item:last-child {
	margin-right:0;
	padding-right:2px;
}
.slides{
	background: rgba(36,38,105,1);
}
.slides, .slide{
	width:100%;
	height:420px;
}
.slide{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.slide .block{
	height:130px;
	background:rgba(36,38,105,0.7);
}
.slide .block .btn{
	display:inline-block;
	margin-right:30px;
}
.slide .block .title{
	display:inline-block;
	float:left;
	width:70%;
	color:white;
	font-size:28px;
	font-weight:300;
	padding-left:30px;
	padding-top:20px;
	margin:0;
}
.container-stripe{
	background-color:#222463;
	height: 160px;
	z-index:1;
	position:relative;
}
.container-homepage, .container-page{
	position:relative;
	top:-130px;
	z-index:1;
}
.btn{
	font-size: 22px;
	font-weight:300;
	padding:10px 25px;
	border:3px solid grey;
	border-radius:60px;
	text-decoration: none;
}
.btn:hover{
	opacity: 0.8;
}
.btn-white, .btn-white:hover{
	color:white;
	border-color:white;
}
.btn-home{
	margin-right:15px;
	margin-top:30px;
	float:right;
}
.menuToggle{
	display: block;
	width: 31px;
	height: 31px;
	background-image: url(../images/menu-bars@2x.png);
	background-repeat: no-repeat;
	background-size: 31px 31px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	margin-right: 20px;
}

.introPanel{
	background-color: #343797;
	color: #fff;
	padding: 30px;
	margin-top: 30px;
	text-align: center;
}

.introLogo{
	/*TEXT HIDER*/
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	/*END TEXT HIDER*/
	width: 102px;
	height: 37px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/amec-small.png);
	margin-bottom: 15px;
}

.introPanel-heading{
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	font-style: italic;
}

.introPanel-heading > span{
	font-weight: 600;
}	

.introPanel-header{
	/*border-top: 1px solid #2b2e7e;*/
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	font-style: italic;
	color: #fff;
}

.introPanel-header > span{
	font-weight: 300;
}	

.row-database{
	background-color: #009650;
	margin-top:30px;
	background-image: url('../images/engine.png');
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
.row-database p a{
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}
.row-members{
	background-color: white;
	margin-top:30px;
}.img-member{
	margin: 30px 0;
}
.btn-grey, .btn-grey:hover{
	color:grey;
	border-color:grey;
}
.mobileNavOuter {
	height: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-color:#000241;
	overflow-y: auto;
}
.mobileNavInner {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0;
	z-index: 0;
	height: 100%;
}
.mobileNav{
	list-style: none;
	margin:0;
	padding:10px;
}
.mobileNav_item{
	list-style: none;
	font-size:18px;
	border-bottom:1px solid #222463;
	text-align:center;
	padding:10px;
	color:white;
}
.mobileNav_item a, .mobileNav_item a:hover{
	color:white;
	text-decoration: none;
}
.container-content{
	background:white;
}
.content_title{
	font-size:32px;
	font-weight:300;
	color:white;
	padding-top:20px;
	padding-bottom:30px;
	margin:0;
}
.content_subtitle{
	font-size:24px;
	color:#343797;
	margin-bottom:20px;
}
.col-content_title{
	background-color:#222463;
}
.col-content_text{
	padding-top:30px;
	padding-bottom:20px;
}
.col-content_image{
	position:relative;
	top:-80px;
}
.col-content_text p{	
	font-size: 16px;
	line-height: 26px;	
}
.col-content_text table{
	margin-top:20px;
	border-bottom: 1px solid #ddd;
}
.col-content_text h3{
	margin-bottom:15px;
}
.col-content_text ul, .col-content_text ol{
	padding:0;
	margin: 0;
	font-size:16px;
	list-style: none;
}
.col-content_text li{
	padding:10px 0;
	border-bottom: 1px solid #ddd;
}
.col-content_members{
	text-align:center;
	padding-bottom:20px;
}
.img-member-big{
	max-width:100%;
	height:auto;
	padding: 20px 0 0 0;
}
.filter-mask{
	-webkit-appearance:none;
	font-size:18px;
	margin:20px 0;
	padding: 5px 0 5px 20px;
	font-weight:300;
	line-height: 30px;
	border:3px solid grey;
	border-radius:60px;
	background-image: url(../images/target@2x.png);
	background-size: 40px 22px;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: right center;
	cursor: pointer;
	overflow: hidden;
	/*Firefox Hack below to remove dropdown arrow*/
	-moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.filter-mask:focus{
	border-color: #343797;
	outline: none;
}
.filter-mask option{
	font-size:18px;
	padding:10px;
}
.js-table-mix .mix{
	display:none;
}
.js-table-mix thead,.js-table-mix thead th, .js-table-mix thead tr{
	background:white;
}
.ContactPage form{
	margin-bottom: 50px;
}
.ContactPage label{
	margin-left:10px;
	font-size:15px;
	font-weight: 300;
}
.ContactPage label.required{
	color:red;
}
.ContactPage input,.ContactPage textarea{
	width:100%;
	border-radius:20px;
	margin:5px 0;
	font-weight:300;
	padding:10px 25px;
	font-size:15px;
	border:1px solid grey;
}
.ContactPage input[type="submit"]{
	width: auto;
	-webkit-appearance:none;
	font-size:18px;
	float:right;
	background:none;
	margin:20px 0;
	font-weight:300;
	padding:10px 25px;
	border:3px solid grey;
	border-radius:60px;
}

/*Custom Button*/

a.button{
	display: inline-block;
	padding: 10px 20px;
	background-color: #343797;
	color: #fff;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px;
	text-decoration: none;
}

a:hover.button{
	opacity: 0.9;
}	


@media (max-width: 1200px) {
	.nav{
		display:inline-block;
	}
	.nav_item{
		display:inline-block;
		margin-right:5px;
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.slide .block .title{
		font-size: 24px;
	}	
}	

@media (max-width: 768px) {
	.centerMobile{
		text-align: center;
	}
	.content_title{
		text-align: center;
	}
	.col-content_image{
		position:relative;
		top:0;
		margin:20px 0;
	}
	.footer_termsCo, .footer_copyright{
		float:none;
		margin:auto;
		text-align:center;
		margin-top:20px;
	}
	.mobileNavOuter, .mobileNavInner {
		height: 100%;
		width: 320px;
	}
	.slides, .slide{
		width:100%;
		height:400px;
	}
	.slide{
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center 200px;
		background-repeat: no-repeat;
	}
	.slide .block{
		height:auto;
		min-height: 200px;
		padding-bottom: 20px;
		text-align:center;
		background: rgba(36,38,105,1);
	}
	.slide .block .btn{
		margin-right:0;
	}
	.slide .block .title{
		padding-right:30px;
		display:block;
		float:none;
		width:auto;
		font-size: 24px;
	}
	.introPanel{
		margin-top: 0;
	}
	.introPanel-heading{
		font-size: 18px;
	}
	.row-database, .row-members{
		margin-top:0;
		margin-bottom:0;
	}
	.container-homepage, .container-footer, .container-page{
		position:relative;
		top:0px;
	}
	.btn-home, .img-member{
		display:inline-block;
		margin-right:none;
		margin-left:none;
		float: none;
	}
	.homeContent, .homeTitle{
		text-align:center;
	}
	.row-amec_logo{
		margin-left:30px;
	}
	.js-siteContainer-closed{
		left:0;
	}
	.js-siteContainer-open{
		left:-320px;
		-webkit-transition: left 0.3s ease-out;
		-moz-transition: left 0.3s ease-out;
		-ms-transition: left 0.3s ease-out;
		transition: left 0.3s ease-out;
	}
}


/*Login Form*/

body.security-login{
	background-image: none;
	margin: 0;
	padding: 0;
	background-color: #efefef;
	color: #444;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.SS-login-form{
	background-color: #fff;
	width: 460px;
	margin: 30px auto;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}

.SS-login-form:before,
.SS-login-form:after{
	display: table;
	content: " ";
}	

.SS-login-form:after{
	clear: both;
}

.SS-login-form form{
	margin: 0;
	padding: 0;
}

.SS-login-form fieldset{
	margin: 0;
	padding: 0;
	border: none;
}

.SS-login-form label.left{
	display: block;
	margin-top: 15px;
	font-weight: bold;
	max-width: 100%;
	margin-bottom: 5px;
}

.SS-login-form input[type="password"],
.SS-login-form input[type="text"],
.SS-login-form input[type="email"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	   -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.SS-login-form input[type="text"]:focus,
.SS-login-form input[type="password"]:focus,
.SS-login-form input[type="email"]:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.SS-login-form input[type="submit"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: none;
	border: none;
	padding: 5px 30px;
	margin: 0;
	height: auto;
	float: left;
	font-size: 14px;
	display: inline-block;
	background-color: #428bca;
	color: #fff;
}

.SS-login-form input:hover[type="submit"]{
	background-color: #3876ab;
}

.SS-login-form p#ForgotPassword{
	float: left;
	padding-left: 15px;
	padding-top: 5px;
}

.SS-login-form p#ForgotPassword a{
	color: #428bca;
}

.SS-login-form .Actions{
	margin-top: 30px;
}

.SS-login-form .Actions:before,
.SS-login-form .Actions:after{
	display: table;
	content: " ";
}	

.SS-login-form .Actions:after{
	clear: both;
}

.SS-login-form  p#Remember > input[type="checkbox"]{
	margin-left: 0;
}