.quote,
blockquote {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 500;
	font-family: 'Gotham Rounded A', 'Gotham Rounded B'; 
	margin-bottom: 1em;
}

.quote p,
blockquote p {
	margin-bottom: 10px;
}

.quote .author,
blockquote .author {
	font-size: .9em;
}

.big {
	font-weight: 500;
	font-family: 'Gotham Rounded A', 'Gotham Rounded B'; 
	text-transform: uppercase;
}

.page img.alignnone {
	margin: 0 0 1em 0;
}

.page img.alignleft {
	margin: 0 1em 1em 0;
	float: left;
}

.page img.alignright {
	margin: 0 0 1em 1em;
	float: right;
}

.page img.size-large {
	width: 100%;
	height: auto;
}

.post-content img.asset {
	width: 100% !important; max-width: 100% !important; 
}

/* polls */

#page-wrapper .PDS_Poll {
	background: #f7f7f7;
	padding: .7em;	
}

#page-wrapper .PDS_Poll .pds-box {
	min-width: 100%;
	width: auto;
	background: transparent;
	border: none;
	border-radius: 0;
	font-weight: 500;
	font-family: 'Gotham Rounded A', 'Gotham Rounded B'; 
	text-transform: uppercase;
	color: #35c3e3;
}

#page-wrapper .PDS_Poll .pds-answer {
	border: none;
}

#page-wrapper .PDS_Poll .pds-links {
	text-align: left;
}

#page-wrapper .PDS_Poll .pds-links a {
	font-family: inherit;
	color: inherit;
	font-size: .8em;
}

#page-wrapper .PDS_Poll .pds-pd-link {
	display: none;
}

#page-wrapper .PDS_Poll .pds-vote-button,
#page-wrapper .PDS_Poll .pds-answer label,
#page-wrapper .PDS_Poll .pds-question-top {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #35c3e3;	
}

#page-wrapper .PDS_Poll .pds-radiobutton {
	vertical-align: top;
}

#page-wrapper .PDS_Poll .pds-vote-button {
	padding-top: .5em;
	padding-bottom: .5em;
	color: #fff;
	background: #35c3e3;
}

#page-wrapper .PDS_Poll .pds-answer-feedback {
	background: #d3f7ff;
	border: none;
}

#page-wrapper .PDS_Poll .pds-answer-feedback-bar {
	height: 4px;
	background: #35c3e3;
}

#page-wrapper .PDS_Poll .pds-feedback-result {
	font-size: .77em;
	color: #353635;
}