<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* AccessHealthCT © All rights reserved, 2013 */
.footer {
    clear: both;
}

#insurance-links-div {
    /*background: url(img/croppedInsuranceLinks2.png);*/
    background: url("/icons/connecticut-outline.png");
    background-repeat: no-repeat;
    width: 600px;
    height: 500px;
    position: absolute;
    top: 220px;
    /* top: 22%; */
    left: 56%;
    z-index: 1;
    text-align: center;
    vertical-align: bottom;
}

#insurance-links-div a {
    margin: 10px 5px 15px 20px;
    display: block;
    float: left;
}

span.white {
    color: #eeeeee;
    font-size: 36px;
    font-family: Arial;
    text-shadow: 1px 1px 5px black;
}

#applyHlthCvrg {
}


#dental-icon {
    background-image: url("/icons/landing_secnav_dental_OFF.png");
}
#document-icon {
    background-image: url("/icons/landing_secnav_apply_OFF.png");
}

#spyglass-icon {
    background-image: url("/icons/landing_secnav_find_OFF.png");
}

#pencil-icon {
    background-image: url("/icons/landing_secnav_request_OFF.png");
}


/* This is the image for the applyHlthCvrg div */
.bottom-nav-link:hover #document-icon {
    background-image: url("/icons/landing_secnav_apply_ON.png");
}

 .bottom-nav-link:hover #dental-icon {
    background-image: url("/icons/landing_secnav_dental_ON.png");
}

.bottom-nav-link:hover #spyglass-icon {
    background-image: url("/icons/landing_secnav_find_ON.png");
}

/* This is the image for the findAssistance div */
.bottom-nav-link:hover #pencil-icon {
    background-image: url("/icons/landing_secnav_request_ON.png");
}

/* This is the image for the reqExemption div */

#bottom-nav-links-wrapper {
    width: 100%;
    clear: both;
    text-align: center;
    vertical-align: middle;
}

#bottom-nav-content {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: auto;
}

.bottom-nav-link {
    float: left;
    margin: 30px 10px;
    width: 300px;
    height: 240px;
    background-color: #F2F2F2;
    vertical-align: middle;
    box-shadow: 0px 0px 0px;
}


.bottom-nav-link:hover {
    background-color: #EDEDED;
    box-shadow: 2px 2px 2px #BEBEBE;
}

.bottom-nav-link:hover .lower-nav-subtext {
    color: #808080;
}

.bottom-nav-link p, .bottom-nav-link h4 {
    color: #808080;
    margin: 3px 0px;
    text-decoration: none;
}

.lower-nav-subtext {
    color: #C0C0C0;
    font-size: 15px;
    font-weight: normal;
    width: 70%;
    margin: auto;
    text-decoration: none;
}

.lower-nav-img {
    margin: 15px auto;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
}

.bottom-nav-inner-wrapper {
    vertical-align: middle; 
    padding: 7%;
}

#header_content {
    z-index: 2;
    /* position: relative; */
    /* left: -50%; */
}

.blue-line {
    width:100%;
    background-color:#92C9ED;
    height:6px;
}

#main-graphic-img {
    width:100%; 
}

#browser-warning {
    display: none;
    background-color: rgb(255, 250, 178);
    border-radius: 3px 3px 3px 3px;
    z-index: 10;
    padding: 5px 20px;
    border: 3px solid rgb(255, 212, 107);
    margin: 10px 0 0 10px;
}
#browser-warning p.bold {
    font-size: 16px;
}
#browser-warning p {
    font-size: 12px;
    line-height: 16px;
    margin: 5px;
    text-align: left;
}

#close-browser-warning {
    vertical-align: top;
    cursor: pointer;
}

#browser-warning div.warn-icon {
    width:10%;
}

#browser-warning img.warn-icon {
    width: 50px;
    height: 50px;
}

#browser-warning div {
    width:43%;
    margin-left:auto;
    margin-right:auto;
    display:inline-block;
    *display: inline;
    zoom: 1;
    vertical-align:middle;
    text-align: center;
}
.browser-update-link {
    display: inline-block; 
    *display: inline;
    zoom: 1;
    text-align: center;
    width: 55px !important;
}

.browser-update-link a, .browser-update-link a:visited, .browser-update-link a:hover, .browser-update-link a:active {
    font-size: 0.8em;
    color: #5AA9F7;
}

.browser-update-link img {
    display: block;
    height: 40px;
    width: auto;
    margin: auto;
}

div.headernavigationcolored {
    /* top: 22px; */
}

#headerwrapper {
    height: auto !important;
}

 .coverage {
	display: block;
	float: left;
	margin: 10px 5px 15px 20px;
	color: #E85C31;
	background-color: transparent;
	cursor: pointer;
}

.coverage:HOVER {
	color: red;
	background-color: transparent;
}

.style4 {
font-weight: bold;
text-align: left;
color: #C0C0C0;
background-color: transparent;
}</pre></body></html>