@charset "UTF-8";


/* Mobile Layout: 480px and below. */
  

p	{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 80%;
    line-height: 145%;
    color: #000;
    margin-top: 0%;
    margin-bottom: 1%;
}


ol	{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 80%;
    line-height: 135%;
    color: #000;
    list-style-type: square;
    margin-top: 0.5%;
    margin-left: -0.75em;
}


li {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 100%;
    line-height: 145%;
}
 
.italic {
	font-style: italic;
}
 
.centerAlign {
	text-align: center;
}

.rightAlign {
	text-align: right;
}

.rightAlign {
	text-align: right;
}

.justify	{
    text-align: justify;
}

.caption	{
    font-style: italic;
    font-size: 70%;
    line-height: 125%;
	margin-bottom: 0%;
}

.footText	{
    font-style: italic;
	font-size: 80%;
    line-height: 125%;
    margin-bottom: 0%;
    text-align: center;
}

.black	{
	color: #000;
}

.white	{
    color: #FFFFFF;
    margin-bottom: 0px;
}

.grey	{
	font-weight: 400;
	color: #707070;
}

.white	{
	color: #FFFFFF;
}

h1	{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-size: 98%;
    line-height: 120%;
    color: #282828;
    padding-bottom: 0%;
    margin-bottom: 2%;
    margin-top: 0%;
    font-variant: normal;
    font-weight: 500;
    text-shadow: 2px 2px 4px #000000;
}

h2	{
    font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 96%;
	line-height: 100%;
	color: #00325b;
	margin-top: 0%;
	margin-bottom: 0%;
	text-align: left;
}

h3	{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 98%;
    line-height: 100%;
	color: #00325b;
    margin-bottom: 0%;
    margin-top: 0%;
}

h4	{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 82%;
    line-height: 100%;
	color: #00325b;
    margin-bottom: 0%;
    margin-top: 0%;
}

h5	{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 70%;
    line-height: 135%;
    color: #FFFFFF;
    margin-bottom: 2%;
    margin-top: 1%;
}

h6	{
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 98%;
    color: #3597E6;
    font-style: italic;
    text-align: center;
    font-weight: 400;
    line-height: 120%;
    text-shadow: 1px 1px 1px #767676;
}

a.internal {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-style: italic;
    text-decoration: none;
    line-height: 145%;
}

a.internal:link {
 text-decoration: none;
 color: #07406F;
}

a.internal:visited {
	text-decoration:none;
	color: #07406F;
}

a.internal:hover {
	text-decoration: none;
	color: #828282;
}

a.internal:active {
	text-decoration: none;
	color: #07406F;
}

a.internal2 {
    font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 100%;
	line-height: 100%;
	text-decoration:none;
    margin-bottom: 0%;
}

a.internal2:link {
    color: #A9CEDC;
}

a.internal2:visited {
    color: #A9CEDC;
}

a.internal2:hover {
    color: #E1DCDC
}

a.internal2:active {
    color: #A9CEDC;
}

a.internal3 {
    font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 100%;
	line-height: 145%;
	text-decoration:none;
    margin-top: 2%;
}

a.internal3:link {
    color: #003399;
}

a.internal3:visited {
    color: #003399;
}

a.internal3:hover {
	color: #666
}

a.internal3:active {
    color: #003399;
}

a.telMobile {
	text-decoration: none;
	cursor:pointer;
}

a.telMobile:link {
    color: #07406F;
}

a.telMobile:visited {
    color: #07406F;
}

a.telMobile:hover {
	color: #770000;
}

a.telMobile:active {
    color: #07406F;
}

a.telMobileBlue:active {
    color: #07406F;
}

a.telOther {
	line-height: 100%;
	text-decoration: none;
	cursor:none;
}

a.telOther:link {
    color: #FFFFFF;
}

a.telOther:visited {
    color: #FFFFFF;
}

a.telOther:hover {
    color: #FFFFFF;
}

a.telOther:active {
    color: #FFFFFF;
}

sup {
    position: relative;
    top: -1ex;
    vertical-align:baseline;
    font-size: 70%;
}


.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}



/* Tablet Layout: 481px to 769px. 
Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {


p	{
font-size: 84%;
	line-height: 135%;
	margin-top: 0%;
	margin-bottom: 1.5%;
}

ol	{
	font-size: 84%;
    list-style-position: outside;
}

li {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 100%;
    line-height: 145%;
}

.italic{
}

.centerAlign {
}

.rightAlign {
}

.bold	{
}

.caption	{
    font-style: italic;
    font-size: 82%;
    line-height: 125%;
    margin-bottom: 0%;
}

.footText	{
    font-style: italic;
    font-size: 84%;
    line-height: 125%;
    margin-bottom: 0%;
    text-align: right;
}

.red	{
}

.grey	{
}

.white	{
}

h1 {
    font-size: 100%;
    line-height: 135%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 88%;
}

h4 {
	font-size: 88%;
}

h5 {
    font-size: 80%;
}

h6 {
    font-size: 96%;
    text-align: right;
    text-shadow: 2px 2px 4px #767676;
}

.table	{
	font-size: 78%;
}

.caption	{
    font-size: 74%;
}

a.internal {
	font-size: 100%;
}

a.internal:link {
}

a.internal:visited {
}

a.internal:hover {
}

a.internal:active {
}

a.internal2 {
	font-size: 100%;
}

a.internal2:link {
}

a.internal2:visited {
}

a.internal2:hover {
}

a.internal2:active {
}

a.internal3 {
	font-size: 100%;
}

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:none;
}

a.telOther:link {
}

a.telOther:visited {
}

a.telOther:hover {
}

a.telOther:active {
}


.hide_tablet {
    display: none;
}
.zeroMargin_tablet {
    margin-left: 0;
}

}


/* Tablet Layout: 769 to 1024px. 
Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 769px) {


p	{
    font-size: 90%;
}

ol	{
	font-size:90%;
    list-style-position: outside;
    list-style-type: square;
}

li {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 100%;
    line-height: 145%;
}

.italic{
}

.centerAlign {
}

.rightAlign {
}

.bold	{
}

.caption	{
    font-style: italic;
    font-size: 74%;
    line-height: 125%;
    margin-bottom: 0%;
}

.footText	{
    font-style: italic;
    font-size: 90%;
    line-height: 125%;
    margin-bottom: 0%;
    text-align: right;
}

.red	{
}

.grey	{
}

.white	{
}

.blue	{
}

h1 {
    font-size: 120%;
    text-shadow: 3px 3px 6px #000000;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 102%;
}

h4 {
	font-size: 102%;
}

h5 {
    font-size: 80%;
}

h6 {
    font-size: 0.18vw;
}

.caption	{
    font-size: 74%;
}

a.internal {
	font-size: 100%;
}

a.internal:link {
}

a.internal:visited {
}

a.internal:hover {
}

a.internal:active {
}

a.internal2 {
	font-size: 100%;
}

a.internal2:link {
}

a.internal2:visited {
}

a.internal2:hover {
}

a.internal2:active {
}

a.internal3 {
	font-size: 100%;
}

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:none;
}

a.telOther:link {
}

a.telOther:visited {
}

a.telOther:hover {
}

a.telOther:active {
}


.hide_tablet {
    display: none;
}
.zeroMargin_tablet {
    margin-left: 0;
}

}



/* Desktop Layout: 1172px to a max of 1400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1172px) {


p	{
    font-size: 104%;
}

ol	{
	font-size: 104%;
    list-style-position: outside;
    list-style-type: square;
}

li {
}
 
.centerAlign {
}

.rightAlign {
}

.italic{
}

.bold	{
}

.caption	{
    font-style: italic;
    font-size: 104%;
    line-height: 125%;
    margin-bottom: 0%;
}

.footText	{
    font-style: italic;
    font-size: 90%;
    line-height: 125%;
    margin-bottom: 0%;
    text-align: right;
}

.red	{
}

.grey	{
}

.white	{
}

h1 {
    font-size: 166%;
}

h2 {
    font-size: 160%;
}

h3 {    
    font-size: 118%;
}

h4 {
    font-size: 116%;
}

h5 {
    font-size: 86%;
}

h6 {
    font-size: 1.4em;
}

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.internal2 {
	font-style: italic;
	font-size: 100%;
	line-height: 100%;
	text-decoration:none;
    color: #003399;
    margin-bottom: 0%;
}

a.internal2:link {
}

a.internal2:visited {
}

a.internal2:hover {
}

a.internal2:active {
}

a.internal3 {
	font-style: italic;
	font-size: 100%;
	line-height: 145%;
	text-decoration:none;
    color: #003399;
    margin-top: 2%;
}

a.internal3:link {
    color: #003399;
}

a.internal3:visited {
    color: #003399;
}

a.internal3:hover {
	color: #666
}

a.internal3:active {
    color: #003399;
}

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:none;
}

a.telOther:link {
}

a.telOther:visited {
}

a.telOther:hover {
}

a.telOther:active {
}


.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}


/* Desktop Layout: 1400px and up.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1400px) {


p	{
    font-size: 104%;
}

ol	{
    font-size: 104%;
    list-style-position: outside;
    list-style-type: square;
    margin-left: -0.5em;
}

li {
}
 
.centerAlign {
}

.rightAlign {
}

.italic{
}

.bold	{
}

.caption	{
    font-style: italic;
    font-size: 104%;
    line-height: 125%;
    margin-bottom: 0%;
}

.footText	{
    font-style: italic;
    font-size: 90%;
    line-height: 125%;
    margin-bottom: 0%;
    text-align: right;
}

.red	{
}

.grey	{
}

.white	{
}

h1 {
    font-size: 166%;
}

h2 {
    font-size: 160%;
}

h3 {
    font-size: 118%;
}

h4 {
    font-size: 116%;
}

h5 {
    font-size: 86%;
}

h6 {
    font-size: 1.5em;
}

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.internal2 {
	font-style: italic;
	font-size: 100%;
	line-height: 100%;
	text-decoration:none;
    color: #003399;
    margin-bottom: 0%;
}

a.internal2:link {
}

a.internal2:visited {
}

a.internal2:hover {
}

a.internal2:active {
}

a.internal3 {
	font-style: italic;
	font-size: 100%;
	line-height: 145%;
	text-decoration:none;
    color: #003399;
    margin-top: 2%;
}

a.internal3:link {
    color: #003399;
}

a.internal3:visited {
    color: #003399;
}

a.internal3:hover {
	color: #666
}

a.internal3:active {
    color: #003399;
}

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:none;
}

a.telOther:link {
}

a.telOther:visited {
}

a.telOther:hover {
}

a.telOther:active {
}


.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}
