@charset "UTF-8";


/* Mobile Layout: 480px and below. */
  

p	{
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80%;
    line-height: 145%;
    color: #000;
    margin-top: 0%;
    margin-bottom: 2%;
    text-align: left;
}

ul	{
	font-family: 'Catamaran', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 80%;
	margin-top: 0%;
}

ol	{
	font-family: 'Catamaran', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 80%;
	margin-top: 0%;
	list-style-position: inside;
	list-style-type: decimal;
}

li	{
    font-family: 'Catamaran', sans-serif;
    line-height: 145%;
    list-style-position: outside;
    margin-left: -1.7em;
    list-style-image: url(../images/sitewide/web-logo-12pxw.png);
}

.italic {
	font-style: italic;
}

.condensed {
 font-family: 'Encode Sans Condensed', sans-serif;
}

.centerAlign {
	text-align: center;
}

.rightAlign {
	text-align: right;
}

.bold	{
	font-weight: 600;
}

.caption	{
	font-style: italic;
	font-size: 72%;
	line-height: 125%;
	margin-bottom: 0%;
	font-weight: 300;
}

.red	{
    color: #e32526;
}

.black	{
	color: #000;
}

.white	{
    color: #FFFFFF;
}

.grey	{
    color: #817C7C;
}

.greyThin	{
	font-weight: 300;
	color: #848484;
}

.big{
	font-size: 98%;
}

.big2{
	font-size: 108%;
}

.para	{
	font-family: 'Catamaran', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 76%;
	line-height: 145%;
	color: #000;
	margin-top: 0%;
	margin-bottom: 2%;
}

h1	{
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 90%;
    line-height: 135%;
    text-align: left;
    color: #FFFFFF;
    padding-bottom: 0%;
    margin-bottom: 0%;
    margin-top: 0%;
}

h2	{
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 84%;
    line-height: 140%;
    color: #750501;
    text-align: left;
    margin-bottom: 0%;
    margin-top: 0%;
}


h3	{
    font-family: 'Catamaran', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 78%;
    line-height: 135%;
    color: #847B7B;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}

h4	{
	font-family: 'Catamaran', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 75%;
	line-height: 145%;
	color: #004177;
	margin-bottom: 1%;
	margin-top: 0%;
}

h5	{
	font-family: 'Catamaran', sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 75%;
 line-height: 135%;
 color: #FFFFFF;
 margin-bottom: 2%;
 margin-top: 1%;
 display: block;
 background-color: #426FB8;
 padding-top: 3%;
 padding-bottom: 3%;
 background-origin: border-box;
}

h6	{
	font-family: 'Catamaran', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 80%;
	line-height: 100%;
	color: #770000;
	margin-top: 1%;
	margin-bottom: 0%;
	text-align: left;
}

a.internal {
	font-family: 'Catamaran', sans-serif;
	font-weight: 300;
	font-style: italic;
	text-decoration:none;
	line-height: 145%;
}

a.internal:link {
	text-decoration: none;
    color: #750501;
}

a.internal:visited {
	text-decoration:none;
    color: #750501;
}

a.internal:hover {
	text-decoration: none;
	color: #828282;
}

a.internal:active {
	text-decoration: none;
    color: #750501;
}

a.internal2 {
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 100%;
	text-decoration:none;
	margin-bottom: 0%;
}

a.internal2:link {
	color: #147BAB;
}

a.internal2:visited {
	color: #147BAB;
}

a.internal2:hover {
	color: #810000
}

a.internal2:active {
	color: #147BAB;
}

a.internal3 {
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 145%;
	text-decoration:none;
	margin-top: 2%;
}

a.internal3:link {
	color: #3F3F3F;
}

a.internal3:visited {
	color: #3F3F3F;
}

a.internal3:hover {
	color: #147BAB;
}

a.internal3:active {
	color: #3F3F3F;
}

a.telMobile {
	text-decoration: none;
	cursor:pointer;
}

a.telMobile:link {
 color: #199ad6;
}

a.telMobile:visited {
 color: #199ad6;
}

a.telMobile:hover {
	color: #770000;
}

a.telMobile:active {
 color: #199ad6;
}

a.telOther {
	line-height: 100%;
	text-decoration: none;
	cursor:none;
	color: #707070;
}

a.telOther:link {
}

a.telOther:visited {
}

a.telOther:hover {
}

a.telOther:active {
}

.footerText	{
    font-size: 76%;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0%;
    color: #FFFFFF;
}



.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}


/* Tablet Layout: 481px to 992px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {


p	{	
    font-family: 'Catamaran', sans-serif;
    font-size: 86%;
    margin-bottom: 3%;
}

ol	{
font-size: 86%;
}

ul	{
font-size: 86%;
}

li	{
 margin-left: -1.5em;
}

.italic{
}

.condensed {
}

.centerAlign {
}

.rightAlign {
}

.textAlign {
    text-align: right;
}

.bold	{
font-weight: 700;
}

.caption	{
font-size: 75%;
}

.red	{
}

.grey	{
}

.greyThin	{
}

.big{
	font-size: 106%;
}

.big2{
	font-size: 116%;
}

.white	{
}

h1 {
	font-size: 110%;
}

h2 {
	font-size: 90%;
}

h3 {
	font-size: 88%;
}

h4 {
	font-size: 100%;
}

h5 {
 font-size: 80%;
}

h6 {
	font-size: 96%;
}

.para	{
 font-size: 80%;
}

a.internal {
	font-size: 100%;
}

a.internal:link {
}

a.internal:visited {
}

a.internal:hover {
}

a.internal:active {
}

a.internal2 {
}

a.internal2:link {
}

a.internal2:visited {
}

a.internal2:hover {
}

a.internal2:active {
}

a.internal3 {
}

a.internal3:link {
}

a.internal3:visited {
}

a.internal3:hover {
}

a.internal3:active {
}

a.telMobile {
	line-height: 120%;
	text-decoration: none;
}

a.telMobile:link {
	color: #FFFFFF;
}

a.telMobile:visited {
	color: #FFFFFF;
}

a.telMobile:hover {
	color: #85E7FF;
}

a.telMobile:active {
	color: #FFFFFF;
}

a.telOther {
	line-height: 100%;
	text-decoration: none;
	cursor:default;
}

a.telOther:link {
	color: #000000;
}

a.telOther:visited {
	color: #000000;
}

a.telOther:hover {
	color: #000000;
}

a.telOther:active {
	color: #000000;
}

.footerText	{
	font-size: 82%;
	margin-bottom: 0%;
	text-align: center;
}



.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 992px to a max of 1800px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 992px) {


p	{
    font-size: 98%;
    text-align: left;
}

ol	{
 font-size: 98%;
}

ul	{
 font-size: 98%;
}

li	{
 margin-left: -1.3em;
}

.italic{
}

.condensed {
}

.centerAlign {
}

.rightAlign {
}

.textAlign {
    text-align: right;
}

.bold	{
}

.caption	{
font-size: 82%;
}

.red	{
}

.grey	{
}

.greyThin	{
}

.big{
	font-size: 122%;
}

.big2{
	font-size: 132%;
}

.white	{
}

h1 {
    font-size: 160%;
}

h2 {
 font-size: 104%;
}

h3 {
font-size: 94%;
}

h4 {
font-size: 130%;
}

h5 {
font-size: 86%;
}

h6 {
font-size: 120%;
}

.para	{
    font-size: 92%;
}

a.internal {
	font-style: italic;
}

a.internal:link {
 text-decoration: none;
}

a.internal:visited {
	text-decoration:none;
}

a.internal:hover {
	text-decoration:none;
}

a.internal:active {
	text-decoration: none;
}

a.telMobile {
	line-height: 130%;
	text-decoration: none;
}

a.telMobile:link {
	color: #FFFFFF;
}

a.telMobile:visited {
	color: #FFFFFF;
}

a.telMobile:hover {
	color: #85E7FF;
}

a.telMobile:active {
	color: #FFFFFF;
}

a.telOther {
	line-height: 100%;
	text-decoration: none;
	cursor:default;
}

a.telOther:link {
}

a.telOther:visited {
}

a.telOther:hover {
}

a.telOther:active {
}

.footerText	{
	font-size: 92%;
	margin-bottom: 0%;
	text-align: right;
}



.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
