#question-section {
	margin-left:3px;
}

#question-label {
	font-size:18px;
	font-weight:bold;
	position:relative;
}

#question-count {
	font-size:13px;
	position:absolute;
	bottom:0px;
	right:0px;
	font-weight:normal;
}

#question-text-area {
	width:477px;
	height:72px;
	resize:none;
}

#count-value {
	color:#5EB95E;
}

.tooltipster {
	color:#999999;
	cursor:pointer;
	top:2px;
}

.tooltipster-default {
	background-color:#222;
	border:none;
}

#popupContainer {
	position:absolute;
	width:502px !important;
	height:405px !important;
	top:73px !important;
	left:485px !important;
}

#popupInner {
	max-height:405px;
	left:0px !important;
}

#popupTitleBar {
	height:33px !important;
}

#popupTitle {
	padding-left:10px;
}

#popupFrame {
	height:368px !important;
	max-height:368px;
	overflow-y:auto;
}

#popupWrapper {
	height:368px;
	max-height:368px;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
}

#attestationFormContainer,
#shareholder-list-groupings-container {
    display:inline-block;
    padding:0px 30px 0px 30px;
    background-color:white;
    font-size:15px;
}

#attestationFormContainer tr > td {
	padding-bottom:15px;
	padding-left:15px;
	width: 115px;
	text-align:left;
}
#attestation-modal,
#shareholder-list-groupings-modal
{
	position: absolute; right: 0px; bottom: 50px; z-index: 250; display:none; 
}
#attestation-modal
{
	height:500px; overflow: auto;
}

.pure-alert-error {
  	background-color:#FFFFFF;
  	color:#CC0000;
  	border:2px solid;
  	border-color:#CC0000;
  	margin:0px 0px 15px 0px;
}

.errorMessage {
	margin-bottom:0px;
  	padding-left:0px;
  	margin-top:0px;
  	margin-left:10px;
}

/* FOOTER RULES */
#footer-container {
	width:990px;
	font-size:10px;
	margin:auto;
	margin-bottom:75px;
	text-align:center;
	position:relative;
}

#footer {
	background-color:#666666;
	width:990px;
	height:50px;
	font-size:10px;
	color:white;
	position:relative;
	margin:auto;
	text-align:left;
}

.footer-links-text:link, .footer-links-text:visited {
	color:white;
	text-decoration:none;
}

.footer-links-text:hover {
	color:#00A3D6;
	text-decoration:underline;
}

#footer-copyright {
	color:#C3C3C3;
}

@media screen and (max-width:1024px) {
	#footer {
		display:none;
	}
	#attestation-modal,
	#shareholder-list-groupings-modal
	{
		position: absolute; right: 0px; bottom: 0px; z-index: 250;
	}
}

@media screen and (min-width:1025px) {
	#footer-img {
		display:inline-block;
		height:100%;
		width:auto;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:20px;
	}
	
	#footer-text {
		position:absolute;
		right:20px;
		bottom:3px;
	}
	
	#footer-button {
		position:absolute;
		left:225px;
		bottom:13px;
	}
}

body {
	margin:0;
	font-family:'Helvetica Neue', Helvetica, sans-serif;
}

#preview {
	height:30px;
	background-color:#98FB98;
	width:990px;
	margin:0px auto;
	margin-bottom:75px;
	text-align:center;
}

#preview ul {
	padding:0px;
	margin:0px;
}

#preview ul#nav li {
  		display:inline;
  		line-height:30px;
  		padding-right:30px;
  		font-size:10px;
}

#banner {
	height:73px;
	max-height:73px;
	width:990px;
	margin:auto;
	padding-left:10px;
	padding-right:10px;
	background-color:white;
}

.co-name {
	display:inline-block;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
}

h2 {
	font-size:16px;
	font-weight:bold;
}

h3 {
	font-size:14px;
}

.powered {
	display:inline-block;
	margin-top:14px;
	float:right;
}

.nav-resources {
	margin:0px;
	padding:0px;
	list-style:outside none none;
}

.nav-resources > li > a {
	color:#00A3D6;
	font-size:14px;
	padding-left:22px;
}

.nav-resources > li > a:hover {
	color:#00669A;
}

iframe {
	display:block;
	margin:auto;
}

#wrapper {
	width:990px;
	margin:auto;
	padding-bottom:10px;
}

#material {
	padding-top:10px;
    padding-bottom:10px;
    background-color:#ECECEC;
    display:inline-block;
    width:502px;
    vertical-align:top;
    margin-left:auto;
    padding-left:10px;
    margin-right:3px;
}

#vote-section {
	font-weight:bold;
    padding-left:10px;
    padding-top:4px;
    padding-bottom:4px;
    margin-right:3px;
    margin-bottom:5px;
    background-color:#ECECEC;
    display:inline-block;
    width:502px;
    height:auto;
    margin-left:auto;
}

.vote-section-text {
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
}

.vote-button {
	font-size:18px;
    padding-bottom:2px;
    padding-top:2px;
    margin-left:5px;
    display:inline-block;
}
		
.ballot-button {
	font-size:18px;
    padding-bottom:2px;
    padding-top:2px;
    margin-left:5px;
    display:inline-block;
}

.question-button {
	font-size:18px;
    padding-bottom:2px;
    padding-top:2px;	
    margin-top:2px;	    
    display:inline-block;
    vertical-align:top;
}

#question-reply {
	width:385px;
	padding:5px 10px 5px 10px;
	margin-top:2px;
	border-radius:4px;
	display:none;
}

#material-header {
	font-size:18px;
	font-weight:bold;
}

#question {
	display:inline-block;
	width:481px;
	vertical-align:top;
}

.navbar {
	width:990px;
	margin:auto;
	background-color:rgb(0,102,154);
	border:0;
}

.nav {
	text-align:center;
}

.navbar-links {
	width:240px;
}

.icon-navbar {
	height:45px;
}

@media screen and (orientation:portrait) {
	#footer {
		margin-bottom:150px;
	}
	
	#footer-container {
		margin-bottom:150px;
	}
	
	#preview {
		margin-bottom:150px;
	}
	
	.nav {
		margin-top:10px;
		margin-bottom:10px;
		text-align:center;
	}
	
	.navbar-links {
		width:240px;
	}
	
	.icon-navbar {
		height:100px;
	}
	
	#question {
		display:block;
		float:none;
		width:990px;
	}
	
	#material {
		display:block;
		float:none;
		margin-left:0;
		margin-top:10px;
		border-left:0;
		width:990px;
		background-color:white;
	}
	
	.nav-resources > li > a {
		font-size:30px;
		padding-left:45px;
	}
	
	#material-header {
		font-size:34px;
		font-weight:bold;
	}
}

@media screen and (max-device-width:1024px) {
	#question-section {
		display:none;
		width:984px;
	}
	
	#subq-iframe {
		display:none;
	}
	
	#material {
		display:none;
	}
	
	#ceo-section {
		display:none;
	}
	
	#vote-section {
		display:none;
	}
	
	#question-text-area {
		width:984px;
		height:72px;
	}
	
	#question-label {
		width:984px;
	}
	
	#question-reply {
		width:892px;
	}
}

@media screen and (max-device-width:1024px) and (orientation:portrait) {
	#question-label {
		font-size:36px;
	}
	
	#question-text-area {
		height:250px;
		font-size:24px;
	}
	
	#question-reply {
		font-size:30px;
		width:831px;
	}
	
	.question-button {
		font-size:36px;
	}
}

@media screen and (min-device-width:1025px) {
	.navbar {
		display:none;
	}
	
	#footer {
		margin-bottom:0;
	}
	
	#footer-container {
		margin-bottom:0;
	}
	
	#preview {
		margin-bottom:0;
	}
	
	#ceo-section {
		margin-top:10px;
	}
}