:focus {
	outline: 2px solid #6495ed;
}

html:focus, body:focus {
	outline: 0;
}

body {
	font-size: 13px;
	margin: 0;
}

.wrapper {
	height: auto;
	margin: 0 auto;
	max-width: 600px;
	overflow: auto;
	padding: 100px 16px 50px 16px;
}

#content {
	height: auto;
	width: 100%;
	z-index: 100;
}

/***********/
/* Alerts  */
/***********/
body > .alert-msg {
	display: none;
}

body > .alert-msg .content {
	background-color: #FFF;
	border: 1px solid #f00;
	border-radius: 7px;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	max-width: 600px;
}

body > .alert-msg .content p {
	margin: 0;
	padding: 0;
}

html.browser-unsupported .alert-msg {
	display: block;
}

/***********/
/* Buttons */
/***********/
.main-content .btn.disabled {
	color: #dddddd;
	border-color: #888888;
	background-color: #aaaaaa;
}

.main-content a.btn,
.main-content button.btn {
	width: 100%;
}

.main-content a.btn:hover,
.main-content button.btn:hover {
	color: #fff;
}

.main-content .btn.brand {
    color: #fff;
}

.main-content .btn.brand:hover {
	background: transparent;
}

.main-content ul.btn {
	width: 100%;
}

.main-content ul.btn li {
	padding: 0 0 20px 0;
	width: 100%;
	list-style-type: none;
}

.main-content li.btn {
	width: 100%;
	padding: 0;
}

/*********/
/* Forms */
/*********/
.main-content div.error,
.main-content div.stay-together div.error {
	color: #ff0000;
	float: none;
	clear: both;
}

.main-content form ul {
	list-style: none;
	padding: 0;
}

.main-content input[type="text"],
.main-content input[type="password"],
.main-content select,
.main-content textarea {
	width: 100%;
	height: 40px;
}

.main-content ul.wwFormTable,
.main-content ul.wwFormTable ul {
	margin-left: 0;
}

.main-content ul.wwFormTable > li,
.main-content ul.wwFormTable div.field-group > div {
	margin: 0 0 20px 0;
	min-height: 40px;
}

.main-content li.li-type-none {
	list-style: none;
}

.main-content label {
	font-weight: bold;
}

.main-content .label-title {
	margin: 0 0 20px 0;
}

.main-content .example {
	display: none;
}

.main-content input.address-city {
  width: 200px;
  margin: 0 10px 16px 0;
}

.main-content select.address-state {
  width: 200px;
  margin: 0 10px 16px 0;
}

.main-content input.address-zip {
  width: 100px;
  margin: 0 10px 16px 0;
}

.main-content input.card-expiration-date,
.main-content input.date-of-birth,
.main-content input.phone-number {
	width: 50px;
	float: left;
	margin-right: 10px;
}

.main-content input.date-of-birth.long,
.main-content input.phone-number.long {
	width: 60px;
}

.main-content div.stay-together {
	display: inline-block;
}

.main-content div.stay-together div {
	float: left;
	margin: 10px 10px 0 0;
}

/***********************/
/* Tool Tips and Icons */
/***********************/
.tooltip {
	border: 3px solid;
	display: none;
	font-size: 11px;
	padding: 5px;
	max-width: 215px;
	z-index: 2001;
	min-height: 10px;
	/* The PX value on this line MUST match the PX value in the HEIGHT two lines down!  If you change one, change both. */
	height: auto !important;
	/* DO NOT CHANGE THE ORDER OF THIS BLOCK OF CODE */
	height: 10px;
}

#sig-panel-tooltip {
	width: 265px;
	max-width: none;
}

.main-content .icon {
	display: inline;
}

.main-content .icons {
	margin-left: 3px;
	float: left;
}

.main-content .icons a {
	text-decoration: none;
}

.main-content .icons img,
.main-content .errorIcon,
.main-content .icon {
	background-image: url(./dashboard-icons-white-cover.png);
	background-repeat: no-repeat;
	height: 14px;
	margin-right: -1px;
	width: 14px;
	background-color: #888888;
	display: inline-block;
}

.main-content .icons .check,
.main-content .icon.check {
	background-position: 0 0;
}

.main-content .icons .electronic,
.main-content .icon.electronic {
	background-position: -14px 0;
}

.main-content .icons .recurring,
.main-content .icon.recurring {
	background-position: -28px 0;
}

.main-content .icons .paper,
.main-content .icon.paper {
	background-position: -14px -14px;
}

.main-content .icon .edit,
.main-content .icons.edit {
	background-position: -42px 0;
	cursor: pointer;
}

.main-content .icons .hide,
.main-content .icon.hide {
	background-position: -56px 0;
	cursor: pointer;
}

.main-content .icon.error {
	width: 16px;
	height: 16px;
}

.main-content .icon.checkmark {
	background-position: -56px -14px;
}

.main-content .icon.quickhelp {
	background-position: 0 -14px;
}

.main-content .icon.expand,.main-content .icon.collapse {
	background-image: url(../img/icon-expand-white-cover.png);
	background-repeat: no-repeat;
	margin-right: 5px;
}

.main-content .odd .icon.expand,.main-content .odd .icon.collapse {
	background-image: url(../img/icon-expand-gray-cover.png);
}

.main-content .icon.collapse {
	background-position: -14px 0;
}

/* Bank Address */
.bank-address.inline span:after {
	content:","
}
.bank-address.inline span.last:after {
	content:none;
}
.main-content .bank-address.indent{
	margin-left:15px;
}
.main-content form .bank-address.indent{
	margin-left:0;	
}
.main-content .bank-address.block {
	margin-bottom:10px;
}
.main-content .bank-address.block span {
	display:block;
}

/*Enrollment Specific*/
#enroll-accept-agreement a {
	text-decoration: underline;
}

.agreement-phone-numbers {
	margin-bottom: 10px;
}

.affiliates-table {
	margin-bottom: 10px;
}

.agreement-phone-numbers th,
.agreement-phone-numbers td,
.location-cutoff-time th,
.location-cutoff-time td,
.affiliates-table th,
.affiliates-table td {
	padding-right: 20px;
}

.online-agreement .notification {
	padding-bottom: 10px;
}

#navigation .print-logo {
	display: none;
}

#enroll-accept-agreement a#cancel-enrollment {
	text-decoration: none;
}

.enrollment-anchor {
	vertical-align: unset;
}

/* Media Queries */
@media only screen and (max-width: 344px) {
	.agreement-phone-numbers th,
	.agreement-phone-numbers td {
		font-size: 8px;
	}
}

@media only screen and (max-width: 410px) and (min-width: 345px) {
	.agreement-phone-numbers th,
	.agreement-phone-numbers td {
		font-size: 10px;
	}
}