@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);

html {
	background-color: #e4e4e8;
	font-family: "Roboto";
}

.wrapper {
	padding: 0;
}

.noPadding {
	padding: 0 !important;
}

/* BOX LOGIN */
body {
	margin: 0;
	background-color: #e4e4e8;
}

.box {
	position: relative;
	margin: auto;
	height: 400px;
	top: 0px;
	left: 0;
	z-index: 200;
	right: 0;
	width: 400px;
	color: #666;
	border-radius: 3px;
	background: #FFF;
	margin-bottom: 100px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px
		rgba(0, 0, 0, 0.23);
	overflow: hidden;
}

.boxTall {
	height: 530px !important;
	margin-bottom: 40px;
}

.createBox {
	height: 500px !important;
	margin-bottom: 40px;
}

.loginBox {
	height: 470px !important;
	margin-bottom: 40px;
}

#header {
	background: #009688;
	position: relative;
	height: 100px;
	width: 100%;
	margin-bottom: 30px;
}

#header {
	background-image: url('../images/carbon-header.png');
	background-repeat: repeat-x;
}

#contheader {
	position: relative;
	height: 85px;
	background-color: #333;
	border-bottom: 1px solid navy;
}

#cont-lock {
	width: 100%;
	height: 65px;
	position: relative;
}

#bottom-head {
	position: relative;
	background-color: #4b4b4b;
	height: 50px;
	text-align: center;
	padding: 4px;
}

#bottom-head::after {
	content: '';
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 7px solid white;
	border-right: 7px solid rgba(0, 0, 0, 0);
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-top: 7px solid rgba(0, 0, 0, 0);
}

.box h1, .box2 h1 {
	margin-top: 0;
	font-size: 24px;
	font-weight: 300;
	color: #cfd8dc;
	line-height: 35px;
	text-align: center;
	color: #ecf0f1;
}

.box button, .box .button, .box2 button, .box2 .button {
	background: #cfd8dc;
	border: 0;
	color: #2c3e50;
	padding: 10px;
	font-size: 14px;
	font-weight: 450;
	width: 330px;
	margin: 20px auto;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 2px;
	text-align: center;
	font-family: sans-serif;
}

.box button:active, .box .button:active {
	background: #4b4b4b;
	color: #fff;
}

.box button:hover, .box .button:hover {
	background: #4b4b4b;
	color: #fff;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.box p {
	font-size: 14px;
	text-align: center;
}

.group {
	position: relative;
	margin-bottom: 35px;
	margin-left: 40px;
}

.groupShort {
	margin-bottom: 25px !important;
}

.inputMaterial {
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	display: block;
	width: 300px;
	border: none;
	border-bottom: 1px solid #757575;
}

.padding5 {
	padding: 5px !important;
}

.inputMaterial:focus {
	outline: none;
}

.proposalInput {
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	display: block;
	width: 300px;
	border: none;
	border-bottom: 1px solid #757575;
}

.proposalInput:focus {
	outline: none;
}

#navigation {
	background-color: #fff;
	position: relative;
	bottom: 30px;
	height: auto;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 10px -2px rgba(125, 125, 125, 0.68);
	-moz-box-shadow: 0px 2px 10px -2px rgba(125, 125, 125, 0.68);
	box-shadow: 0px 2px 10px -2px rgba(125, 125, 125, 0.68);
}

.titleHead {
	font-size: 16pt;
	text-align: center;
	padding-top: 5px;
	font-family: 'PalatinoLinotypeRegular';
	font-weight: bold;
	margin: 7px 0;
}

.progressbar h1 {
	font-family: "PalatinoLinotypeRegular";
	text-align: center;
	margin: 15px 0;
}

.logGroup {
	position: relative;
	top: 65px;
}

.logGroup2 {
	position: relative;
	top: 65px;
}

.copyrightSection p {
	font-family: "Calibri";
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #787878;
	letter-spacing: .5px;
}

/* LABEL ======================================= */
label {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

/* active state */
.inputMaterial:focus ~ label, .inputMaterial:valid ~ label {
	top: -20px;
	font-size: 14px;
	color: #333;
}

.proposalInput:focus ~ label, .proposalInput:not(:placeholder-shown) ~ label {
	top: -20px;
	font-size: 14px;
	color: #333;
}

.proposalInput:before ~ label {
	font-size: 14px;
	color: #333;
}

/* BOTTOM BARS ================================= */
.bar {
	position: relative;
	display: block;
	width: 300px;
}

.bar:before, .bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #333;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.bar:before {
	left: 50%;
}

.bar:after {
	right: 50%;
}

/* active state */
.inputMaterial:focus ~ .bar:before, .inputMaterial:focus ~ .bar:after {
	width: 50%;
}

/* active state */
.inputMaterial:focus ~ .highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

.proposalInput:focus ~ .bar:before, .proposalInput:focus ~ .bar:after {
	width: 50%;
}

/* active state */
.proposalInput:focus ~ .highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

a:link, a:visited {
	text-decoration: none;
}

#header {
	position: relative;
	height: auto;
	/* background: transparent url(https://www.piu.org/wp-content/themes/piu-new/images/carbon-header.png) 0 0; */
	border-bottom: 1px solid navy;
}

#site-title {
	margin: 10px 0;
}

#site-title img {
	width: 300px;
}

#wrapper p.copyrightText {
	font-weight: bold;
	color: #646464;
	text-align: center;
	font-family: 'PalatinoLinotypeRegular';
	font-size: 13px;
}

.renewal-page #contheader {
	height: 50px;
	display: table;
	width: 100%;
}

.renewal-page #contheader p {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
}

.logo-container {
	padding: 15px 0;
	float: left;
	width: auto;
	text-align: left;
	vertical-align: middle;
}

.button-container {
	display: table-cell;
	float: right;
	width: auto;
	padding: 15px 0;
	vertical-align: middle;
	text-align: right;
	margin-top: 20px;
}

.button-container .button {
	background: #cfd8dc;
	padding: 7px 15px;
	font-size: 14px;
	border-radius: 3px;
	color: #2c3e50;
	font-family: sans-serif;
	-webkit-transition: all 0.4s;
}

.button-container .button:hover {
	background: #4b4b4b;
	color: #fff;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.perField {
	margin: 0;
	padding: 10px 25px;
}

.perField label {
	left: auto;
	top: auto;
	position: inherit;
	color: #333;
}

.perField.radioBtn label {
	left: auto;
	top: auto;
	position: inherit;
	width: 100%;
	color: #333;
}

.perField.radioBtn input[type="radio"] {
	margin: 0 5px;
}

.perField.radioBtn p {
	width: 100%;
	text-align: left;
	padding: 10px 0;
}

.perField .inputMaterial, .perField .proposalInput {
	width: 100%;
	font-size: 14px;
	padding: 8px 10px 7px 5px;
	line-height: 1.1;
}

.perField .bar {
	width: 100%;
}

.box .perField p.error, .box .perField p.msg {
	padding: 0;
}

/* Responsiveness */
@media ( max-width :980px) {
	.renewal-page #wrapper .box .perField p.error, .renewal-page #wrapper .box .perField p.msg
		{
		padding: 0;
	}
	.renewal-page #wrapper .perField.radioBtn p {
		padding: 10px 0 5px;
		font-size: 14px;
	}
	.renewal-page #wrapper .box .perField p.error, .renewal-page #wrapper .box .perField p.msg
		{
		font-size: 14px;
	}
}

@media ( max-width :480px) {
	.box {
		width: 90%;
	}
	.online-application .group {
		padding: 0 30px;
		margin-left: 0;
	}
	.online-application .group label {
		left: auto;
	}
	.inputMaterial, .bar {
		width: 100%;
	}
	.proposalInput, .bar {
		width: 100%;
	}
	.logo-container {
		width: 60%;
	}
}

@media ( max-width :400px) {
	.box button, .box .button {
		width: 80%;
	}
}

.proposalDiv p {
	font-weight: bold;
	font-size: 16px !important;
}