html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 28px;
}
.poll {
	width: 300px;
	height: 365px;
	margin: 0px auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
}
.bluePoll, .blue {
	background-image: url("https://cdn.dynamicyield.com/api/8767644/images/12f3e3d43bc4e__wex-poll-bkgd-300x365-blue.png");
}
.redPoll, .red {
	background-image: url("https://cdn.dynamicyield.com/api/8767644/images/23b5ef153de2c__wex-poll-bkgd-300x365-red.png");
}
.greenPoll, .green {
	background-image: url("https://cdn.dynamicyield.com/api/8767644/images/2cf6375e0b7e1__wex-poll-bkgd-300x365-green.png");
}
.blackPoll, .black {
	background-image: url("https://cdn.dynamicyield.com/api/8767644/images/35cd8d3a10373__wex-poll-bkgd-300x365-gray.png");
}
.yellowPoll, .yellow {
	background-image: url("https://cdn.dynamicyield.com/api/8767644/images/2a0d5882a70a9__wex-poll-bkgd-300x365-yellow.png");
}
.pollInner {
	margin: 25px 30px;
	position: relative;
}
.pollInner button {
	cursor: pointer;
}
#pollQuestion, #pollInfo, #pollResults {
	color: #ffffff;
	top: 60px;
	position: absolute;
}
#pollInfo, #pollResults {
	display: none;
}
/*
#pollQuestion {
	display: none;
}
#pollInfo {
	display: block;
}
*/
/*
#pollQuestion, #pollInfo {
	display: none;
}
#pollResults {
	display: block;
}
*/
#pollQuestion h1 {
	text-align: center;
	font-size: 24px;
	line-height: 32px;
}
#pollQuestion #pollForm1 {
	display: flex;
	/*flex-direction: column;*/
	justify-content: space-evenly;
	flex-wrap: nowrap;
	margin-top: 40px;
}
#pollQuestion .pollButton {
	border-radius: 10px;
	padding: 10px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	align-content: center;
	/*margin: 20px auto;*/
	border-collapse: separate;
	perspective: 1px;
	overflow: hidden;
	font-size: 28px;
	border: transparent;
	width: 100px;
}
#pollQuestion .yesButton {
	background-color: #008000;
}
#pollQuestion .noButton {
	background-color: #ff0000;
}
#pollInfo {
	text-align: center;
}
#pollInfo h2 {
	font-size: 14px;
	line-height: 22px;
}
#pollInfo h3 {
	font-size: 12px;
	line-height: 20px;
}
#pollInfo #pollForm2 {
	margin-top: 20px;
}
#pollInfo .required {
	color: #ff0000;
}
#pollInfo .disclaimer {
	font-size: 10px;
	margin-top: 20px;
}
#pollInfo input {
	margin-bottom: 20px;
	width: 80%;
	padding: 5px;
}
#pollInfo #pollForm2 button {
	border: transparent;
	border-radius: 10px;
	color: #ffffff;
	background-color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}
#pollResults {
	
}
#pollResults h2 {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}
#pollResults .option1, #pollResults .option2 {
	width: 90%;
	margin: 0px auto 20px;
}
#pollResults .option1 .label, #pollResults .option2 .label {
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	width: 25%;
	display: inline-block;
	float: left;
}
#pollResults .option1Results, #pollResults .option2Results {
	display: inline-block;
	width: 73%;
}
#pollResults .optionBar {
	color: #ffffff;
	text-align: right;
}
#pollResults .optionPerc {
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	margin: 0px 5px;
}
#pollResults #option1Bar {
	background-color: #008000;
}
#pollResults #option2Bar {
	background-color: #ff0000;
}

/* Poll Widget, used on mobile */
.poll-widget {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.poll-widget a {
	color: inherit;
	text-decoration: none;
}
.poll-widget .label {
	color: #dc3545;
	font-style: italic;
}
.poll-widget .question {
	font-weight: bold;
}