#questions {
	width: 100%;
	height: 350px;
	/*border-bottom: 2px solid #e9e9e9;*/
	border-top: 2px solid #e9e9e9;
	padding: 10px 0;
	position: absolute; 
	top: 0;
}


#topText {
	width: 100%;
	height: 30px;
	text-align: right;
}

.questionPanel {
    float: left;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    width: 42.8%;
}

#localizationInfo {
	width: 100%;
	height: 250px;
	/*border-bottom: 2px solid #e9e9e9;*/
	padding-top: 20px;
	background: #fff;
	position: absolute; 
	/*bottom: 100px;*/
	top: 0px;
	border-top: 2px solid #e9e9e9;
	transition: top 1s;
	-webkit-transition-property: top;
    -webkit-transition-duration: 1s;
}

#localizationInfo > div {
	width: 48%;
	/*height: 100%;*/
}

#questionRight {
	border-left: 2px solid #e9e9e9;
}

.helpfull, .not-helpfull {
	display: block;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 8px;
}

.helpfull {
	color: #33cc33;
}

.not-helpfull {
	color: #da251d;
}

.opinion-text {
	width: 99% !important; 
	height: 75px !important;
	padding-right: 0px!important;
}

.taglib-captcha label {
	display: none;
}

.taglib-captcha input {
	/*width: 90%;*/
}


.blue-button {
	display: block;
	width: 200px;
	height: 40px;
	background: #1256bb;
	color: #fff !important;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	float: left;
}

.close-btn {
	display: block;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 0px;
}

.cancel-link {
	margin-left: 20px;
}

.sent-info {
	margin-top: 20px;
}

.sent-info p {
	width: 600px;
}

.close-btn > img {
	width: 13px; 
	float: right;
}

.taglib-captcha .control-group input.field {
	/*width: 98%;
	padding-left: 1%;
	padding-right: 7px;*/
}

.left .left-header {
	width: 100%; 
	height: 40px;
}

.left .left-header span {
	display: block; 
	margin-left: 20px; 
	font-size: 25px; 
	height: 30px; 
	float:left; 
	margin-top: 5px;
	color: #1256bb;
}

.left .left-header img {
	float: left;
	width: 30px;
}

.left .portlet-title, .right .portlet-title, #bottomInfo .portlet-title {
	display: none;
}

#contactInfo {
	padding-left: 50px;
}

.left, .right {
	float: left;
	background: #fff;
}

.left {
	position: relative;
}

.right {
	width: 44% !important;
	position: relative;
}

#grayFooterLinks {
	width: 100%; 
	height: 80px; 
	position: absolute; 
	bottom: 10px;
	display: table;
}

.footer-link {
    display: block;
    color: #000 !important;
    text-decoration: none !important;
}

#footerLinksLeft, #footerLinksRight {
	width: 50%;
	height: auto;
	margin-top: 10px;
	float: left;
}

.gray-link-with-icon {
	width: 28%;
	background: #ececec;
	height: 80px;
	float: left;
	line-height: 80px;
	padding-left: 10px;
	color: #000 !important;
}

.gray-link-with-icon:nth-child(2) {
	margin-left: 5px;
	margin-right: 5px;
}

.gray-link-with-icon img {
	max-width: 30px;
}
.gray-link-with-icon span {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
    width: 70%;
    text-align: center;
}

#ueLogo {
	position: absolute;
	bottom: 0;
	left: 0;
}

#pwuFooter {
	position: relative; 
	background: #fff; 
	width: 100%; 
	height: 370px;
	transition: height 1s;
	min-width: 235px;
}

#bottomInfo {
	position: absolute;
	min-height: 100px;
	bottom: 0;
	width: 100%; 
	background: #fff;
	border-top: 2px solid #e9e9e9;
}

.financed-info {
	width: 50%;
	float: left;
	margin-top: 10px;
}

.social-info {
	float: right;
	margin-top: 10px;
	max-width: 258px;
}

.social-info a {
	display: table-cell;
	width: 40px;
	height: 40px;
	text-indent: -9000px;
	margin-left: 3px;
	float: left;
}

.social-info .facebook {
	background: url(../images/fb.png) no-repeat;
}

.social-info .youtube {
	background: url(../images/yt.png) no-repeat;
}

.social-info .twitter {
	background: url(../images/tweet.png) no-repeat;
}

.social-info .instagram {
	background: url(../images/instagram.png) no-repeat;
}

.social-info .pinterest {
	background: url(../images/pintrest.png) no-repeat;
}

.social-info .googleplus {
	background: url(../images/google.png) no-repeat;
}

.social-info .rss {
	background: url(../images/rss.png) no-repeat;
}

@media (max-width: 1280px) {
	.questionPanel {
	    width: 42%;
	}
}

@media (max-width: 1170px) {
	.questionPanel {
	    width: 41%;
	}
}

@media (max-width: 1060px) {
	.questionPanel {
	    width: 89%;
	    padding-top: 0px;
	}
	
	#questionRight {
		border-left: 0;
	}
	
	.opinion-text {
		height: 50px!important;
	}
}

#questions .header {
	display: table;
}

#localizationInfo .header {
	width: 100%;
	display: table;
}

#localizationInfo .right {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}

#questions .helpful-form {
	margin-top: 10px;
	margin-left: 50px;
}

#questions .header img,
#localizationInfo .header img{
	float: left;
	width: 30px;
}

#questions .header span,
#localizationInfo .header span{
	display: table;
	margin-left: 40px;
	font-size: 25px;
	height: 30px;
	margin-top: 5px;
	color: #1256bb;
}

#questions .field-wrapper label.control-label {
	display: none;
}

#questions .field-wrapper label.radio {
	display: table-cell;
	width: 200px!important;
}

#questions .help-inline {
	color: #b50303;
	display: block;
	margin-top: -10px;
	position: absolute;
}

#questions .btn-primary {
	background-color: #1256bb!important;
	background-image: none!important;
	border-radius: 0px;
	color: #fff;
	padding: 10px 60px;
	font-size: 16px;
	font-weight: bold;
	border: none;
	margin-top: -5px;
}

@media (max-width: 620px) {
	.financed-info {
		width: 100%;
	}
	
	.localizationInfo .left {
		width: 100%;
	}
} 

@media (max-width: 800px) {
	#pwuFooter {
		height: 550px!important;
	}
	
	#localizationInfo {
		height: 430px;
	}
	
	#localizationInfo .left {
		width: 100%;
	}
	
	#localizationInfo .right {
		width: 90%!important;
		position: static;
		padding-left: 50px;
	}
	#grayFooterLinks {
		position: static;
	}
	
	#ueLogo {
		width: 100%!important;
	}
	
	#footerLinksLeft, #footerLinksRight {
		margin-top: 0px;
	}
}

@media (max-width: 500px) {
	#pwuFooter {
		height: 600px!important;
	}
	
	#localizationInfo {
		height: 430px;
	}
	
	#localizationInfo #contactInfo,
	#localizationInfo .right {
		width: 100%;
		padding-left: 0px;
	}
}

@media (max-width: 395px) {
	#pwuFooter {
		height: 640px!important;
	}
	
	#localizationInfo {
		height: 460px;
	}
}

@media (max-width: 320px) {
	#pwuFooter {
		height: 750px!important;
	}
	
	#localizationInfo {
		height: 530px;
	}
	
	#grayFooterLinks .gray-link-with-icon {
		width: 100%;
		height: 40px;
		margin-bottom: 5px;
		line-height: 42px;
	}
	
	#grayFooterLinks .gray-link-with-icon:nth-child(2) {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.taglib-captcha input {
		width: 170px;
	}
}