@charset "UTF-8";
/* CSS Document */


body, td, th {
	font-family: 'Open Sans', sans-serif;
	font-size: .9em;
	line-height: 1.5em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td, th {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
.bold {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}
a:link {
	color: #007AFF;
}
a:visited {
	color: #3976B8;
}
a:hover {
	color: #CB2C27;
}
a:active {
	color: #CB2C27;
}
.red {
	color:rgba(203,44,39,1);
}
.red a:link {
	color:rgba(203,44,39,1);
}
.red a:visited {
	color:rgba(203,44,39,1);
}
.red a:hover {
	color: #000000;
}
.red a:active {
	color: #000000;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color:#004FA5;
	font-size: 1.75em;
	line-height:1.25em;
}
h1 a:link {
	text-decoration: none;
	color:#004FA5;
}
h1 a:visited {
	text-decoration: none;
	color:#004FA5;
}
h1 a:hover {
	color: rgba(203,44,39,1);
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1.25em;
	color: #004FA5;
}
h2 a:link {
	text-decoration: none;
	color:#004FA5;
}
h2 a:visited {
	text-decoration: none;
	color:#004FA5;
}
h2 a:hover {
	color: #CB2C27;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.25em;
	line-height: 1.25em;
	color: #004FA5;
}
h3 a:link {
	text-decoration: none;
	color:#004FA5;
}
h3 a:visited {
	text-decoration: none;
	color:#004FA5;
}
h3 a:hover {
	color: rgba(203,44,39,1);
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height:1.25em;
	color:rgba(203,44,39,1);
}
h4 a:link {
	text-decoration: none;
	color:rgba(203,44,39,1);
}
h4 a:visited {
	text-decoration: none;
	color:rgba(203,44,39,1);
}
h4 a:hover {
	color: #004FA5;
}
h4 a:active {
	color: #004FA5;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 1.em;
	font-size: 1em;
}
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 0.75px;
}
img {
	text-decoration: none;
	border: 0px
}
img {
	max-width: 100%;
	height: auto;
}

.breakLongURLs {
	white-space: pre; /* CSS 2.0 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3.0 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP Printers */
	word-wrap: break-word; /* IE 5+ */
}
.shortCode {
	font-size: 10px !important;
	padding: 10px;
	border: 1px dashed #b7b7b7;
	background-color: #EBEBEB;
	margin-top: 10px;
	margin-bottom: 10px; 
}
/*Add class to form input to make the value (words) gray until the box is clicked into and then text becomes black*/
.form-input-gray {
	color: #999;
}
.form-input-gray:focus {
	color: #000;
}
.clearfixer {
	overflow: auto;
	zoom: 1;
}
.clearboth {
	clear: both;
}
.content {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
.rows {
	overflow: auto;
	zoom: 1;
}
.copyright {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #959595;
}
.text-small {
	text-weight: small;
	font-size: 10px;
}
.text-align-left {
	text-align: left;
}
.text-align-right {
	text-align: right;
}
.text-align-center {
	text-align: center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.gutter-left {
	margin-left: 4%;
}
.gutter-right {
	margin-right: 4%;
}
.col-two {
	width: 48%;
}
.col-three {
	width: 30.66%;
}
.col-two-thirds {
	width: 65.34%;
}
.col-four {
	width: 22%;
}
.col-four-three {
	width: 74%;
}
.col-four-with-padding {
	width: 20%;
	padding: 1%;
}
.col-four-three-fourths {
	width: 74%;
}
.col-five {
	width: 16.8%;
}
.line-height-thin {
	line-height: 1.25em;
}
.padding-top-20px {
	padding-top: 15px;
}
.padding-top-10px {
	padding-top: 10px;
}
.padding-bottom-20px {
	padding-bottom: 20px;
}
.padding-bottom-10px {
	padding-bottom: 10px;
}
.margin-top-20px {
	margin-top: 20px;
}
.margin-top-10px {
	margin-top: 10px;
}
.margin-bottom-20px {
	margin-bottom: 20px;
}
.margin-top-30px {
	margin-top: 30px;
}
.margin-bottom-30px {
	margin-bottom: 30px;
}
.border-top {
	border-top: #d7d7d7 1px solid;
	margin-top: 10px;
	padding-top: 5px;
}
.border-bottom {
	border-bottom: #d7d7d7 1px solid;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.border-left {
	border-left: #d7d7d7 1px solid;
	margin-left: px;
	padding-left: 10px;
}
.border-right {
	border-right: #d7d7d7 1px solid;
}
.box-border {
	border-style: solid;
	border-width: 1px;
	border-color: #e1e1e1;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	padding: 1%;
	margin:1%;
}
.box-gutter-left {
	margin-left: 1.1%;
	margin-left: 1.1%;
}
.heading-gray {
	font-size: 22px;
	font-family: 'Playball', cursive;
	line-height: 1.2;
	text-align: left;
}
