﻿@charset "utf-8";
/* Go Direct 2014 */

/* master reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after { content:''; }
abbr,acronym { border:0; }

sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
sub { top: 0.4em; }

/* default html */
body {
	
}


a {}
a:hover {}
em { font-style:italic; font-weight:inherit; }
strong { font-weight: bold; }

em strong { font-style:italic; font-weight:bold; color: #c60f13;}
p { margin:0 0 1em; }

.label {
	margin: 0.5em;
}
.panel.callout {
    background: none repeat scroll 0 0 #ffccff;
    border-color: #ff99cc;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0.55rem;
    padding: 0.5rem;
}
.panel.warning {
	background: rgb(252, 248, 227);
    border-color: #f5e79e;
    color: #8a6d3b;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0.55rem;
    padding: 0.5rem;
}
.sub-nav dt {
	color: #525252;
	text-transform: none;
}
.sub-nav dt a.error-icon {
	padding: 0;
	margin: 0.5em;
	cursor: default;
}
.panel.callout .sub-nav dd a:not(.button) {
	color: #C60F13;
}
.panel.callout .sub-nav dd.active a:not(.button) {
	color: #ffffff;
}
.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
	background: none repeat scroll 0 0 #C60F13;
}
.sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
	background: none repeat scroll 0 0 #990033;
}
small, .error>label>small {
	padding: 0px 0.5em;
}
.wo-tooltip {
	
}
label.wo-tooltip {
	margin-top: 0.4em;
	margin-bottom: 0.8em;
	font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
	font-size:1.06rem;
}
.gd {
	padding: 0.5rem;
}

/* content */

input#bankName {
	border-style: none;
	font-weight: bold;
	font-style: oblique;
	width: 100%;
}
div.enrollment-summary {
	height: 20em;
	width: auto;
	overflow: auto;
	padding: 0.5em;
	border: #ebebeb solid 1em;
}
td.label-summary {
	width: 20em;
	font-weight: bold;
}

/* Text Resizing and Sizes */
#textsizer {
	width:14em;
	padding-top: 14px;
}
#textsizer p.info {
	display:block;
	float:left;
	line-height:26px;
	text-align:center;
	padding:0 15px 0 0;
	font-size: .8em;
}

ul#textresizer {
	list-style:none;
}
#textresizer li { 
	float:left;
}

.content .small-text { font-size: 100%; }

.content .large-text { font-size: 130%; line-height:22px; }
.content .large-text .large-text, .content .medium-text .medium-text { font-size: inherit; line-height: inherit; }

#textresizer .small-text, 
#textresizer .medium-text,
#textresizer .large-text {
	text-indent:-999em;
	display:block;
}
h3, h4, h5, h6 {
	color: #0b5f9d;
}
h3 {
	color: #525252;
	font-weight: bold;
}
h4 {
	font-size: 90%;
	text-transform: uppercase;
}
h5 {
	font-size: 90%;
	color: #525252;
	font-weight: bold;
}
h6 {
	
	font-weight: bold;
	
}
.error-item{
	display: none;	
}
p.center {
	text-align: center;
}
img.example {
	margin-bottom: 1.5em;
}

/* Accessibility */
.skipnav, .modal-description, .help-description, .error-description, .label-description {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 1px;
	margin: -8px;
}
#non-mod, #mod {
    display: none;
    visibility: hidden;
}

