@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    background-color: rgba(0,0,0,1.00);
}
/*Fixed layout*/
body {
    width: 100%;
    margin: 0 auto;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(240,240,240,1.00);
    line-height: 1;
    background-color: rgba(0,0,0,1.00);
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
	margin:  3em 0 2em 0;
	border: 2px solid rgba(186,186,186,1.00);
}
h1 {
    margin: 0;
    font-size: 3.3em;
    color: rgba(226,93,44,1.00);
    font-weight: 400;
    font-style: normal;
}
h2 {
    font-family: raleway;
    font-style: normal;
    font-weight: 100;
}
.h2Banner {
    font-weight: 300;
}
.h2Header {
    font-size: 1.4em;
    font-weight: normal;
    color: rgba(0,153,0,1.00);
    text-transform: capitalize;
    margin: 1.3em 0 .5em 0;
}
.h2HeaderBlueLG {
    font-size: 1.8em;
    font-weight: normal;
    color: rgba(0,153,153,1.00);
    text-transform: capitalize;
    margin: .2em 0 .4em 0;
    line-height: 1.3em;
}
.h2HeaderBlue {
    font-size: 1.4em;
    font-weight: normal;
    color: rgba(0,153,153,1.00);
    text-transform: capitalize;
    margin: 1.3em 0 .4em 0;
    line-height: 1.3em;
}
.h2HeaderBlue2 {
    font-size: 1.4em;
    font-weight: normal;
    color: rgba(0,153,153,1.00);
    text-transform: capitalize;
    margin: 3em 0 .4em 1em;
    line-height: 1.3em;
}
.h2HeaderBlueSM {
    font-size: .7em;
    margin-left: 1em;
    border-left: solid 6px rgba(0,153,153,.30);
    padding-left: .3em;
}
.h2HeaderC {
    clear: both;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    color: #090;
    text-transform: capitalize;
    margin: 1.3em 0 0 0;
    font-style: normal;
}
h3 {
    font-style: normal;
}
.h3Header {
    font-family: raleway;
    font-style: normal;
    font-weight: 300;
    margin: .6em 0 .5em 0;
    font-size: 1.4em;
    color: #099;
    text-transform: capitalize;
}
.h3banner {
    font-family: raleway;
    font-style: normal;
    font-weight: 300;
    font-size: 2.5em;
    color: rgba(211,87,41,1.00);
    margin-left: 1.5em;
    line-height: 1.3em;
}
.h3Resource {
    font-family: raleway;
    margin: .6em 0 .3em 0;
    font-size: 1.2em;
    font-weight: 100;
    font-weight: normal;
    color: #099;
    text-transform: capitalize;
    argin-left: 1em;
    border-left: solid 6px rgba(0,153,153,.30);
    padding-left: .3em;
}
h4 {
    font-style: normal;
}
.h4Header {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: .6em 0 0 1.5em;
    font-size: 1.2em;
    font-weight: normal;
    color: #099;
    text-transform: capitalize;
}
h5 {
    font-weight: normal;
}
.HeaderBlue {
    font-size: 1.2em;
    font-weight: normal;
    color: rgba(0,153,153,1.00);
    text-transform: capitalize;
    margin: 1em 0 .4em 0;
    line-height: 1.3em;
}
header {
    width: 100%;
    height: 288px;
    background-color: rgba(0,0,0,1.00);
    margin: 0 auto;
}
.banner {
    width: 1000px;
    height: 288px;
    margin: 0 auto;
    background-color: rgba(0,0,0,1.00);
}
#slideContainer {
    float: left;
    height: 288px;
    width: 500px;
}
#slideshow {
    position: relative;
    float: left;
    height: 288px;
    width: 500px;
}
#slideshow IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}
#slideshow IMG.active {
    z-index: 10;
    opacity: 1.0;
}
#slideshow IMG.last-active {
    z-index: 9;
}
.bannerBox {
    float: right;
    width: 485px;
    margin-top: 2em;
    margin-right: 0;
    line-height: 1.3;
    color: #A6831F;
    font-family: raleway;
    font-style: normal;
    font-weight: 100;
}
.bannerBox ul li {
    font-size: 1.2em;
    margin-top: .9em;
    margin-left: 20px;
    list-style: circle;
    color: #DDA02B;
    line-height: .8em;
    font-weight: 400;
}
nav {
    width: 100%;
    height: 70px;
    padding: 0;
    background: rgb(6, 140, 189);
    background: -moz-linear-gradient(90deg, rgb(6, 140, 189) 69%, rgb(240, 240, 240) 69%);
    background: -webkit-linear-gradient(90deg, rgb(6, 140, 189) 69%, rgb(240, 240, 240) 69%);
    background: -o-linear-gradient(90deg, rgb(6, 140, 189) 69%, rgb(240, 240, 240) 69%);
    background: -ms-linear-gradient(90deg, rgb(6, 140, 189) 69%, rgb(240, 240, 240) 69%);
    background: linear-gradient(180deg, rgb(6, 140, 189) 69%, rgb(240, 240, 240) 69%);
}
.toolbar {
    width: 900px;
    margin: 0 auto;
    font-size: 1.55em;
    color: #fff;
    font-family: raleway;
    font-style: normal;
    font-weight: 300;
    overflow: hidden;
}
.toolbar a:link {
    color: #fff;
    text-decoration: none;
}
.toolbar a:visited {
    color: #fff;
    text-decoration: none;
}
.toolbar a:hover {
    color: #fff;
    text-decoration: none;
}
.toolbar a:active {
    color: #fff;
    text-decoration: none;
}
.navContainer {
    float: left;
    width: 150px;
    height: 64px;
    text-align: center;
    margin: 0 0 0 0;
}
a.rollover {
    width: 150px;
    height: 52px;
    padding-top: 12px;
    display: block;
    background-image: url(../_images/navDrop-bg.png);
    text-decoration: none;
}
a.rollover:hover {
    background-position: -150px 0px;
}
.container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: rgba(240,240,240,1.00);
}
section {
    width: 1000px;
    margin: 1em auto 2em auto;
    padding: 0;
    line-height: 1.6;
    font-family: raleway;
    font-style: normal;
    font-weight: 300;
    overflow: hidden;
}
p {
    margin-bottom: .9em;
}
article {
    float: left;
    margin: 0;
    color: rgba(0,0,0,1.00);
    font-size: 1.1em;
}
article a:link {
    color: rgba(0,153,204,1.00);
    text-decoration: underline;
}
article a:visited {
    color: rgba(0,153,204,1.00);
    text-decoration: underline;
}
article a:hover {
    color: #000;
    text-decoration: none;
}
article a:active {
    color: #000;
    text-decoration: none;
}
.articleButton {
    float: left;
    width: 600px;
}
.articleHome {
    float: left;
    width: 580px;
}
.articleHome img {
    float: right;
    margin: .4em 0 1.5em 1em;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
}
.articleService {
    float: left;
    width: 835px;
    margin-left: 80px;
}
.articleService img {
    float: left;
    margin: 0 2em .5em 0;
}
.articleService ul li {
    font-size: 1.1em;
    margin: 0 0 .05em 3em;
    list-style: circle;
}
.articleService li ul li {
    font-size: 1em;
    color: rgba(75,74,74,1.00);
}
.articleContact {
    float: left;
    width: 500px;
    margin: 0 0 0 0px;
}
.articleContact2 {
    float: left;
    width: 465px;
    margin-left: 80px;
    color: #666;
}
.articleResource {
    float: left;
    width: 800px;
    margin: 0 0 3em 80px;
    padding: 0 0 20px 20px;
    border-left: 10px solid #ccc;
    color: #000;
}
.articleResource ul li {
    margin: 0em 0 .05em 2em;
    list-style: circle;
    line-height: 1.7;
    font-weight: 200;
    font-size: 1.8em;
}
.articleResource li ul li {
    margin: 0 0 .5em 1em;
    list-style: circle;
    font-weight: 100;
    font-size: .75em;
}
.articleHome ul li {
    margin: 0em 0 .6em 3.8em;
    list-style: circle;
    line-height: 1.8;
    font-weight: 200;
    font-size: 1em;
}
.articleResource2 {
    float: left;
    width: 830px;
    margin: 0 0 3em 80px;
    padding: 20px 0 0 0;
    border-top: 10px solid #ccc;
}
.articleHome li ul li {
    margin: 0 0 1em 1em;
    list-style: circle;
    font-weight: 100;
    font-size: .75em;
}
article ol li {
    margin: 0.5em 0 .05em 4.5em;
    list-style: decimal;
}
aside {
    float: left;
    width: 355px;
    margin: 1.7em 0 0 40px;
    color: rgba(0,0,0,1.00);
    font-size: 1.1em;
}
aside a:link {
    color: rgba(0,153,204,1.00);
    text-decoration: underline;
}
aside a:visited {
    color: rgba(0,153,204,1.00);
    text-decoration: underline;
}
aside a:hover {
    color: #000;
    text-decoration: none;
}
aside a:active {
    color: #000;
    text-decoration: none;
}
aside img {
    clear: both;
    margin: 1.5em 0 1em 0;
}
.counselor {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    color: rgba(211,87,41,1.00);
    font-weight: normal;
    margin-left: 2em;
    letter-spacing: 0.1em;
}
.paraFont {
    font-size: 1.2em;
    color: #099;
}
.blue {
    color: rgba(0,153,153,1.00);
    font-size: 1.4em;
}
.inspiration2 {
    width: 540px;
    font-family: "Times New Roman", Times, serif;
    font-size: 0.9em;
    font-style: italic;
    padding: .5em;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 5em;
    text-align: center;
}
.inspiration {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.1em;
    font-style: italic;
    padding: .5em 0 .5em 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 1em;
    margin-bottom: 3em;
    text-align: center;
}
.inspiration3 {
    width: 290px;
    font-family: "Times New Roman", Times, serif;
    font-size: 0.9em;
    font-style: italic;
    padding: .5em;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 3em 2em 0 0;
    text-align: center;
}
.poem {
    font-size: 1.2em;
    font-style: italic;
    padding: 0 0 0 6em;
}
.button1 {
    float: left;
    width: 100%;
    margin: 2em 0 0 0;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    background: rgb(47, 178, 0);
    background: -moz-linear-gradient(90deg, rgb(47, 178, 0) 0%, rgb(10, 129, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgb(47, 178, 0) 0%, rgb(10, 129, 0) 100%);
    background: -o-linear-gradient(90deg, rgb(47, 178, 0) 0%, rgb(10, 129, 0) 100%);
    background: -ms-linear-gradient(90deg, rgb(47, 178, 0) 0%, rgb(10, 129, 0) 100%);
    background: linear-gradient(180deg, rgb(47, 178, 0) 0%, rgb(10, 129, 0) 100%);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    color: rgba(217,254,104,1.00);
    /*color: rgba(0,0,0,1.00);*/
    font-size: 1.2em;
}
.button1 a:link {
    color: rgba(137,227,252,1.00);
    text-decoration: underline;
}
.button1 a:visited {
    color: rgba(137,227,252,1.00);
    text-decoration: underline;
}
.button1 a:hover {
    color: #000;
    text-decoration: none;
}
.button1 a:active {
    color: #000;
    text-decoration: none;
}


.button1HD {
    float: left;
    width: 360px;
    font-size: 2.2em;
    margin: .8em 0 .2em 0;
    line-height: 1.4em;
}
.button1HDsm {
    float: left;
    width: 100%;
    font-size: 1.1em;
    margin: 1.1em 0 1.4em 0;
    line-height: 1.4em;
    text-align: center;
}
.button2 {
    float: left;
    width: 830px;
    height: 160px;
    margin: 1em 175px 2em 0;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    background-color: rgba(0,0,0,1.00);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    color: rgba(226,93,44,1.00);
    font-size: 1.2em;
    background-image: url(../_images/lotus.jpg);
    background-repeat: no-repeat;
    background-position: 10% 2px;
}
.button2HD {
    float: left;
    width: 460px;
    font-size: 1.3em;
    margin: 1.4em 0 .2em 350px;
    line-height: 1.4em;
}
.button3 {
    float: left;
    width: 100%;
    height: 130px;
    margin: 2em 0 2em 0;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    background: rgba(0,0,0,1.00);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    color: rgba(226,93,44,1.00);
    font-size: 1.2em;
    background-image: url(../_images/lily-button3.png);
    background-repeat: no-repeat;
    background-position: 5% 15px;
}
.button3HD {
    float: left;
    width: 320px;
    font-size: .8em;
    margin: 1.5em 0 .2em 240px;
    line-height: 1.4em;
}
.button4 {
    float: left;
    width: 830px;
    margin: 1em 175px 2em 0;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    background: rgb(47, 178, 0);
    background: -moz-linear-gradient(90deg, rgb(47, 178, 0) 0%, rgb(10, 129, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgb(47, 178, 0) 0%, rgb(10, 129, 0) 100%);
    background: -o-linear-gradient(90deg, rgb(47, 178, 0) 0%, rgb(10, 129, 0) 100%);
    background: -ms-linear-gradient(90deg, rgb(47, 178, 0) 0%, rgb(10, 129, 0) 100%);
    background: linear-gradient(180deg, rgb(47, 178, 0) 0%, rgb(10, 129, 0) 100%);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    color: rgba(217,254,104,1.00);
    font-size: 1.2em;
}
.button4 img {
    float: left;
    padding: .5em 0 0em .5em;
    -moz-border-radius: 20px 0px 0px 20px;
    -webkit-border-radius: 20px 0px 0px 20px;
    border-radius: 20px 0px 0px 20px;
}
.button4HD {
    float: left;
    width: 780px;
    font-size: 2em;
    padding: .8em 1em 1em 1em;
    line-height: 1.4em;
}
.button5 {
    float: left;
    width: 465px;
    margin: 1em 0 1em 0;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    background: rgb(47, 178, 0);
    background: -moz-linear-gradient(90deg, rgb(47, 178, 0) 0%, rgb(10, 129, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgb(47, 178, 0) 0%, rgb(10, 129, 0) 100%);
    background: -o-linear-gradient(90deg, rgb(47, 178, 0) 0%, rgb(10, 129, 0) 100%);
    background: -ms-linear-gradient(90deg, rgb(47, 178, 0) 0%, rgb(10, 129, 0) 100%);
    background: linear-gradient(180deg, rgb(47, 178, 0) 0%, rgb(10, 129, 0) 100%);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    color: rgba(217,254,104,1.00);
    font-size: 1.2em;
}
.button5 img {
    float: right;
    padding: .5em .5em .5em 0;
    -moz-border-radius: 20px 0px 0px 20px;
    -webkit-border-radius: 20px 0px 0px 20px;
    border-radius: 20px 0px 0px 20px;
}
.button5HD {
    float: left;
    width: 350px;
    font-size: .9em;
    margin: .5em 0 .2em 1.8em;
    line-height: 1.4em;
}
.button5HD a:link {
    color: rgba(217,254,104,1.00);
    text-decoration: none;
}
.button5HD a:visited {
    color: rgba(217,254,104,1.00);
    text-decoration: none;
}
.button5HD a:hover {
    color: #000;
    text-decoration: none;
}
.button5HD a:active {
    color: #000;
    text-decoration: none;
}
.fontSM {
    font-size: .7em;
    font-style: italic;
}
.articleBorTop {
    border-top: 1px solid #ccc;
    margin: 2em 0 2em 0;
    ;
}
footer {
    clear: both;
    width: 100%;
    margin: 0 auto;
    background-color: rgb(6, 140, 189);
    overflow: hidden;
    color: rgba(225,225,225,1.00);
    line-height: 1.6;
}
.footerContainer {
    margin: 0 auto;
    font-size: 1.2em;
    width: 1000px;
    overflow: hidden;
}
.footer1 {
    float: left;
    width: 420px;
    margin: 2em 60px 0 50px;
    padding: 0 0 400px 0;
    border-right: solid 2px rgba(1,121,162,1.00);
}
.footer1 p {
    margin: 0;
}
.footer1 img {
    border: none;
    padding: 1em .5em 0 0;
}
.footer2 {
    float: right;
    width: 380px;
    margin: 3em 50px 5em 0;
}
.footer2 ul li {
    margin: 0 0 0 1.2em;
    list-style: circle;
	line-height: 2em;
}
.footerAward {
    float: left;
    width: 200px;
    margin: 3.2em 0 6em 10px;
    font-size: 1em;
}
.footerAward2 {
    float: left;
    width: 200px;
    margin: 2em 0 0 0;
}
footer a:link {
    color: rgba(255,204,0,1.00);
    text-decoration: none;
}
footer a:visited {
    color: rgba(255,204,0,1.00);
    text-decoration: none;
}
footer a:hover {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
footer a:active {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.footerHD {
    font-size: 1.6em;
    padding: .3em 0 0 0;
}
#pamRight {
    float: right;
    margin: 0 0 1em 1em;
}
.tooltipContent {
    background-color: #62C5DD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #FFF;
    height: auto;
    width: 500px;
    text-align: left;
    line-height: 1.4;
    padding-top: 12px;
    padding-right: 22px;
    padding-bottom: 12px;
    padding-left: 22px;
    border: 3px solid #5AB5CC;
}
.toolTipColor {
    color: #09C;
    text-decoration: underline;
    cursor: pointer;
}
.articleHome p {
    margin-left: 1.3em;
}
.articleHome .h2HeaderBlue {
    margin-left: 1em;
}
#contactBoxForm {
    float: left;
    height: auto;
    width: 445px;
    margin-left: 55px;
}
#contactBoxForm a:link {
    color: #09C;
    text-decoration: underline;
}
#contactBoxForm a:visited {
    color: #09C;
    text-decoration: underline;
}
#contactBoxForm a:hover {
    color: #333;
    text-decoration: none;
}
#contactBoxForm a:active {
    color: #333;
    text-decoration: none;
}
#contactBoxForm #frmContact p {
    font-size: 1em;
    color: #666;
}
#contactBoxForm #frmContact legend {
    color: #666;
}
#contactBoxForm #frmContact input.text {
    width: 300px;
    border: 1px solid #CCC3AB;
    font-size: 0.9em;
    background-color: #F0F0F0;
    height: 20px;
}
#contactBoxForm #frmContact textarea {
    border: 1px solid #CCC3AB;
    background-color: #F0F0F0;
}
#contactBoxForm #frmContact input.text:focus, #contactBoxForm #frmContact textarea:focus {
    background-color: #FFF;
}
#contactBoxForm #frmContact fieldset {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #F0F0F0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#thankyouBox {
    float: left;
    height: auto;
    width: 500px;
    margin-left: 250px;
    margin-top: 3em;
    line-height: 1.4;
    font-size: 1.3em;
    color: #093;
}
#sendBox {
    float: left;
    height: auto;
    width: 500px;
    margin-left: 250px;
    color: #F0F0F0;
}
#thankyouBox a:link {
    color: rgba(0,153,204,1.00);
    text-decoration: underline;
    font-size: .9em;
}
#thankyouBox a:visited {
    color: rgba(0,153,204,1.00);
    text-decoration: underline;
    font-size: .9em;
}
#thankyouBox a:hover {
    color: #000;
    text-decoration: none;
    font-size: .9em;
}
#thankyouBox a:active {
    color: #000;
    text-decoration: none;
    font-size: .9em;
}
.tel, .tel:visited { /*for small screens */
    display: block;
    color: rgba(211,87,41,1.00);
    padding: 0;
    text-decoration: none;
}
.tel:hover, .tel:focus {
    color: rgba(255,255,255,1.00);
    background-color: #000;
    text-decoration: underline;
}
aside ul li {
    margin: 0em 0 .6em 1.3em;
    list-style: circle;
    line-height: 1.5;
    font-weight: 200;
    font-size: 1em;
}
body {
}
.articleResource ol li {
    margin: 0em 0 .6em 1.5em;
    line-height: 1.8;
    font-size: 1.2em;
}

@media screen and (min-width: 28.5em) { /* for larger screens */
.tel, .tel:visited {
    background: none;
    cursor: default;
}
.tel, .tel:focus {
    color: rgba(211,87,41,1.00);
}
}
strong {
    font-weight: bold;
}
.fillOut {
    font-size: 1.2em;
    margin: 1.2em 0 1.2em 0;
}
.please {
    font-size: 1.4em;
    color: rgba(0,153,0,1.00);
    font-weight: 400;
}
.numbers {
    font-size: 3em;
    margin: 0 0 -.5em 0;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}
sup {
    font-size: .5em;
}
