@font-face {
  font-family: 'Cutive';
  font-style: normal;
  font-weight: 400;
  src: local('Cutive'), local('Cutive-Regular'), url(Cutive/Cutive-Regular.ttf) format('woff');
}

/*@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(PT_Sans/PT_Sans-Web-Regular.ttf) format('woff');
}*/

* {
	margin: 0;
}
html, body {
	height: 100%;
	font-size: 15px;
	color: #666;
	font-family: 'PT Sans', sans-serif;
}



.toast{
	background-color: #F9F9F9;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Cutive', serif;
	font-weight: normal;
	color: #666;
}
h1{
	font-size: 30px;
}

.logo{
	font-size: 60px;
	line-height: 80px;
	padding-top: 40px;
	color: #0088cc;
}

a:hover{
	text-decoration: none;
	color: #027bc0;
}

a.btn{
	font-family: 'PT Sans', sans-serif;
}

.tagline{
	letter-spacing: 4px;
}

h2{
	font-size: 24px;
}
h3{
	font-size: 20px;
	line-height: 30px;
}
h4{
	font-size: 18px;
	line-height: 30px;
}
h3 small{
	font-size: 18px;
	color: #666;
}

.text-center{
	text-align: center;
}

.btn-oo-mod{
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 20px;
	/*color: #555;*/
}

.castVote{
	color: #eee;
	text-shadow: rgba(0, 0, 0, 0.3) -1px -1px 0px;
	margin-top: 3px;
	padding: 20px;
}

.ask-a-question{
	margin-top: 40px;
	padding: 20px;
}
.post-a-question{
	margin-top: 10px;
	padding: 20px;
}
.send-emails-button{
	margin-top: 10px;
	padding: 20px;
}

.qotd{
	margin-top: 65px;
}

.question-block{
	text-align: center;
}
.question-block .question{

}
.question-block .options{

}
.instructions{
	text-align: center;
	margin-top: 60px;
}
.sectionHeader{
	margin-top: 30px;
}
label{
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
}
.form-note{
	margin: 0 0 0 0;
}
.oo-footer{
	text-align: center;
	font-family: 'PT Sans', sans-serif;
}
.oo-footer ul{
	list-style-type: none;
	width: 300px;
	margin: 60px auto;
	padding-bottom: 10px;
}
.oo-footer ul li{
	float: left;
	padding-right: 20px;
}
.oo-footer ul li.last{
	float: left;
	padding-right: 0px;
}
.add-option{
	font-size: 14px;
}
.question-mid{
	margin-top: 40px;
}
.question-mid .well{
	padding-top: 40px;
	padding-bottom: 50px;
	padding-right: 30px;
	padding-left: 30px;
}
.share-options-list {
	list-style-type: none;
	width: 450px;
	margin: 0 auto;
}
.share-options-list li{
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.share-options-list .last{
	padding-right: 0px;
}
pre {
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}

ul.social-top {
	width: 300px;
	list-style: none;
	margin: 60px auto;
}

ul.social-top li{
	text-align: center;
	float: left;
	width: 100px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#addOption{
	margin-top: 20px;
}

.faq{
	line-height: 30px;
}

.faq .row{
	margin-top: 40px;
}

.faq ul li{
		font-family: 'PT Sans', sans-serif;
		line-height: 30px;
}
.faq .span4 p{
	font-size: 18px;
	font-family: 'Cutive', serif;
}
.question-ad{
	text-align: center;
}
.modal-oo-footer a{
	color: white;
}

.panel{
	font-family: 'PT Sans', sans-serif;
}

th {
	font-weight: bold;
}

#pie_chart, #bar_chart{
	text-align: center;
}
#pie_chart p, #bar_chart p{
	padding-top: 100px;
}

ul.feature-list {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.text-center { 
	text-align: center;
}

.promo-options {
	margin-top: 20px;
}

.btn-promo-mod {
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 15px;
	/*color: #555;*/
}

.choosePromo {
	color: #eee;
	text-shadow: rgba(0, 0, 0, 0.3) -1px -1px 0px;
	margin-top: 3px;
	padding: 10px;
}

.btn-promo-vote-mod {
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 15px;
	margin-top: 5px;
}

#checkoutButton {
	width: 100%;
	margin-top: 30px;
}

/******

Stripe

*******/
.stripe-group {
  background: white;
  border-radius: 4px;
  margin-bottom: 20px;
}

.stripe-label {
  position: relative;
  color: #8898AA;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  display: block;
}

.stripe-group label:not(:last-child) {
  border-bottom: 1px solid #F0F5FA;
}

.stripe-label > span {
  width: 20%;
  text-align: right;
  float: left;
}

.stripe-field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #31325F;
  outline: none;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
  width: 70%;
  height: 40px;
  float: right;
}

.stripe-field::-webkit-input-placeholder { color: #CFD7E0; }
.stripe-field::-moz-placeholder { color: #CFD7E0; }
.stripe-field:-ms-input-placeholder { color: #CFD7E0; }






/* Form */
.wufoo ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.wufoo li {
	line-height: 30px;
}

/* helper classes */
img.center{
  display: block;
  margin: 0 auto 0 auto;
}

.content-a {
	width: 100%;
	display: table;
	min-height: 800px;
}
.content-b {
	display:table-cell;
   position:relative;
	vertical-align:middle;
	text-align:center;
}

.center-text{
	text-align: center;
}

.white-text {
	color: white;
}

.top-padded-row {
	margin-top: 40px;
}

