html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 250px;
  font-family: "Hind", sans-serif;
  font-size: 14px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 250px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #3f3e43;
}

.background-image-div {
	background-image: url(../images/blog.jpg);
	background-size: cover;
	height: 250px;
}
.page-title {
	color: white;
	font-size: 250%;
	font-weight: 700;
	padding: 0;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
}
h2.choice-manager-title {
	color: #3f3e43;
	font-family: "Hind", sans-serif;
	font-size: 36px;
	line-height: 1.3em;
	font-weight: 300 !important;
	letter-spacing: 1px;
}
.submit-btn {
	background-color: #22a8da;
	color: white;
	border-radius: 0;
	padding: 1.155em 2.5em 0.85em; 
	-webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.857em;
	    line-height: 1em;
}
.members-form {
	border: 1px solid #ddd;
	margin: .5em 0.2em 1.5em;
	padding: 1em 1.5em;
}
.meat-section {
	padding: 2em 0 6em;
}
.entry-txt {
	color: rgba(63,62,67,0.5);
}
.entry-txt-radio {
	color: #3e4043;
	font-weight: 700;
}
.sq-entry {
	border-radius: 0;
}
.disp-item {
	margin-bottom: 1.7em;
}
.forgot-link {
	color: #22a8da;
	text-decoration: none;
    background: transparent;
}
.cc-num {
	display: none;
}

/*footer*/
.copyright-text {
	color: #b0b0b2;
}
.footer-top {
	/*delete*/
	/*border: 1px solid white;*/

	/*delete*/

}
.footer-bottom {
	border-top: 1px solid rgba(238, 238, 239, 0.05);
}

.charge-notice {
	display: none;
}
.opt-out-warning {
	font-style: italic;
}

