<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
P:last-of-type {
    margin-bottom: 0;
}

BUTTON.action {
    text-transform: uppercase;
}

.hp-feat {
    box-sizing: border-box;
    float: left;
    min-width: 300px;
    width: auto;
    max-width: 33%;
    padding-right: 30px; 
    margin-top: 4em;
}

.col-2_3 .hp-feat {
    width: 50%;
    max-width: none;
    padding-right: 15px; 
}

.hp-icon {
    width: 66px;
    height: 66px;
    background: #1da49a;
    color: #fff;
    font-size: 35px;
    line-height: 1.8;
    text-align: center;
    border-radius: 33px;
    display: block;
    float: left;
    margin: 0 15px 25px 0;
}

.hp-feat H2 {
    color: #003a5d;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.hp-feat A:hover {
    text-decoration: none;
}

.hp-feat A:hover H2 {
    color: #1178bd;
    text-decoration: underline;
}

.hp-feat A:hover .hp-icon {
    background: #1178bd;
}

.hp-feat P {
    color: #636b78;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.hp-feat A:hover P {
    color: #636b78;
}

.hp-svc IMG {
    display: block;
    float: left;
    width: 45%;
    min-width: 290px;
    max-width: 428px;
    margin: 0 1em 1em 0
}

.hp-svc H2, .hp-event A H2  {
    font-size: 32px;
    line-height: 1;
}

.hp-svc P {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0.3em;
}

.hp-svc P:last-of-type {
    margin-bottom: 0;
}

.hp-links {
    padding: 2px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.hp-links-1 {
    display: block;
}

.hp-links-2 {
    display: none;
}

.hp-links A {
    display: inline-block;
    padding: 10px;
}

.hp-itow {
    -webkit-transition: none;
    transition: none;
}

.hp-itow H2 {
    font-size: 32px;
    font-weight: 300;
}

.hp-event-date, .hp-event P {
    font-size: 24px;
    line-height: 1.3;
}

.hp-event P {
    margin-bottom: 0.3em;
}

.hp-event A {
    color: #636b78;
}

.hp-event A:hover {
    color: #1178bd;
}

.hp-event-cont {
    float: left;
    width: 53%;
}

.hp-event IMG {
    display: block;
    float: left;
    width: 45%;
    min-width: 220px;
    margin-left: 2%;
}

.hp-itow {
    padding-top: 15px;
    padding-bottom: 10px;
}

.hp-itow A {
    margin-bottom: 20px;
    min-width: 250px;
}

.hp-itow A P {
    color: #636b78;
}

.hp-itow A H3 {
    color: #003a5d;
}

.hp-itow A:hover {
    text-decoration: none;
}

.hp-itow A:hover H3 {
    color: #1178bd;
    text-decoration: underline;
}

.hp-itow IMG, .hp-itow A P, .hp-itow A H3 {
    display: block;
    width: 99%;
    margin: auto;
}

.hp-cal {
    float: left;
    width: 66%;
}

.hp-social {
    float: right;
    width: 32%;
    min-width: 220px;
    max-width: 340px;
    margin-left: 2%;
}


.hp-cal TABLE, .hp-cal TABLE THEAD, .hp-cal TABLE TBODY {
    display: block;
}

.hp-cal TABLE {
    border-spacing: 0;
    border: none;
    height: 500px;
    overflow: visible;
}

.hp-cal THEAD {
    background: #003a5d;
}

.hp-cal THEAD TD {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    vertical-align: middle;
    height: 55px;
    width: 100%;
    padding-left: 16px;
}

.hp-cal THEAD TD A {
    color: inherit;
}

.hp-cal THEAD TD A:hover {
    color: #b9dff9;
}

.hp-cal TABLE TBODY {
    max-height: 445px;
    overflow-y: scroll;
    background: #f3f3f3;
}

.hp-cal TABLE TBODY TD {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
}

.hp-cal TABLE TBODY TR:nth-child(2n+1) {
    background: #e5e5e5;
}

.hp-cal TABLE TBODY TD:nth-child(2n) {
    width: 100%;
    padding-left: 0;
}

.hp-cal TABLE .month, .hp-cal TABLE .day {
    text-align: center;
    display: block;
    color: #fff;
}

.hp-cal TABLE .month {
    font-size: 15px;
    font-weight: 800;
    padding: 5px 4px 0 4px;
}

.hp-cal TABLE .day {
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    padding: 0 4px 5px 4px;
}

SPAN.calType {
    background: #00a49a;
}

TD.calType {
    color: #00a49a;
}

SPAN.calTypeCF {
    background: #00a49a;
}

TD.calTypeCF {
    color: #00a49a;
}

SPAN.calTypeHS {
    background: #c0422c;
}

TD.calTypeHS {
    color: #c0422c;
}

SPAN.calTypeSG {
    background: #1778bd;
}

TD.calTypeSG {
    color: #1778bd;
}

SPAN.calTypeTE {
    background: #91ae3a;
}

TD.calTypeTE {
    color: #91ae3a;
}

SPAN.calTypeCP {
    background: #60442f;
}

TD.calTypeCP {
    color: #60442f;
}

SPAN.calTypeSE {
    background: #00a49a;
}

TD.calTypeSE {
    color: #00a49a;
}

TR:hover SPAN[class*="calType"] {
    background: #003a5d;
}

TD SPAN.cal-title1 {
    font-weight: 800;
}

TR:hover TD SPAN.cal-title1 {
    text-decoration: underline;
}

TR:hover TD[class^="calType"] {
    color: #003a5d;
}

DIV.cal-descr {
    display: none; 
    height: auto;
    overflow: visible;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+29,f4e7c8+100 */
    background: rgb(254,252,234); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(254,252,234,1) 29%, rgba(244,231,200,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(254,252,234,1) 29%,rgba(244,231,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(254,252,234,1) 29%,rgba(244,231,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f4e7c8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin-top: 0.5em; 
    padding: 0.3em;
    line-height: 1.4;
    font-size: 14px;
    color: #636b78;
    cursor: default;
    -webkit-transition: all .15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cal-loc {
    display: block;
}

.cal-title2 {
    font-weight: 800;
}

.hp-providers {
    min-width: 350px;
}

.provider-carousel .slick-slide &gt; DIV {
    width: 97.5%;
    background: #00a19c;
    color: #fff;
    height: auto;
    margin: auto;
    max-height: 180px;
    min-height: 140px;
}

.provider-carousel I.fa {
    color: #00a19c;
}

.provider-carousel .slick-slide A {
    color: #fff;
    font-size: 15px;
}

.provider-carousel .slick-slide IMG {
    display: block; 
    float: right;
    margin-left: 2%;
    width: 60%;
}

.provider-carousel .slick-slide P {
    margin: 30px 0 0 2%; 
}

@media only screen and (max-width : 930px) {
    .hp-feat { min-width: 50%; padding-right: 20px; }
    .hp-feat:nth-child(2n) { padding-right: 0; }
    .col-2_3 .hp-feat { width: 100%; margin-top: 1em; padding-right: 0; }
    .col-2_3 .hp-feat H2 { padding-top: 1em;}
    .col-2_3 .hp-feat .hp-icon { margin-bottom: 5px; }
    .hp-svc H2 { font-size: 28px; }
    .hp-svc P { font-size: 18px; line-height: 1.3; }
    .hp-event IMG, .hp-event-cont { float: none; margin: auto; width: 100%; margin-bottom: 0.5em;}
    .hp-itow &gt; A { width: 49% }
    .hp-itow &gt; A:nth-child(2n+1) { margin-right: 0%; }
    .hp-itow IMG, .hp-itow A P, .hp-itow A H3 { width: 98%; }
}


/* iPads (portrait) ----------- */
@media only screen and (max-width : 768px) {
    .hp-svc H2 { font-size: 24px; }
    .hp-svc P, .hp-event A H2 { font-size: 16px; line-height: 1.2; }
    .hp-links, .hp-social { zoom: 0.85 }
    .hp-event-date, .hp-event P { font-size: inherit; }
    .hp-cal, .hp-social { width: 100%; float: none; margin: auto; margin-bottom: 20px; }
    .hp-itow IMG, .hp-itow A P, .hp-itow A H3 { width: 100% }
    .col-2_3 .hp-feat { width: 48%; padding-right: 2%; }
    .col-2_3 .hp-feat H2 { padding-top: 0;}

    .hp-links-1 { display: none; }
    .hp-links-2 { display: block; }
}

@media only screen and (max-width : 600px) {
    .hp-feat { min-width: 100%; padding-right: 0; margin: 1em auto 0; }
    .hp-feat:first-of-type { margin-top: 2em; }
    .col-2_3 .hp-feat H2 { padding-top: 1em;}
    .hp-svc IMG { float: none; margin: auto; width: 100%; margin-bottom: 0.5em;}
    .hp-svc BUTTON { display: block; margin: auto; }
    .hp-links { zoom: 0.7 }
    .hp-cal THEAD TD { font-size: 18px; height: 35px; }
    .hp-cal TABLE TBODY TD { padding: 10px 12px; font-size: 14px; }
    
    .provider-carousel .slick-slide &gt; DIV { width: 100%; max-height: none; }
    .provider-carousel .slick-slide IMG { float: none; margin: auto; width: 100%; }
    .provider-carousel .slick-slide P { margin: 1em; text-align: center; }
}



</pre></body></html>