<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Desktops */
@media screen and (min-width: 1241px){
/* DO THIS */

/*Sub Menu on TC Page*/

#searchlhs {display: none;}

.tooltip {
    position: relative;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    
}

.tooltip .tooltiptext {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    visibility: hidden;
    width: 350px;
    background-color: white;
    color: #666666;
    text-align: left;
    border-radius: 6px;
    border-color: transparent darkgray darkgray transparent;
    border-width: 2px;
    border-style:solid;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
  
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s
}

.navigation_style {
	font-size: 0.7vw;
	color: #fff;
	font-weight: bold;
	line-height:16px;
	background-color: #051145;
	padding: 0px 3px;  
}

.address {
	font-size: 0.8vw;
	color: #fff;
	font-weight: bold;
	background-color: #00aeee;
	padding: 20px 10px;
	background-image: url("../images/scoc-logo.png");
	background-size: 30% auto;
	background-position:left 80% center;
	background-repeat: no-repeat;
	height:  6vw;
}

a {
	font-family: Verdana;
}
a.navigation_style:link {
	color: #fff;
	text-decoration: none;
}
a.navigation_style:visited {
	color: #fff;
	text-decoration: none;
}
a.navigation_style:hover {
	color: #0099cc;
	text-decoration: none;
}

.paymenttypes {
	background-color: #cbf0f9;  
	height: 120px;
	width: 100%;
	background-image: url("../images/paymentgraphic.png");
	background-position:center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

/*Expanding LHS Menu*/

.accordion {
	font-family: Verdana;
	padding: 0px 3px;
	/*font-size:14px;*/
	font-size: 0.8vw;
	color:#fff;
	font-weight: bold;
	text-align: left;
	border-width:0px 0px 0px 0px;
    background: linear-gradient(#1a9fea, #79c6f2);
    height: 30px;
}

.accordion1 {
	font-family: Verdana;
	padding: 0px 3px;
	/*font-size:14px;*/
	font-size: 0.8vw;
	color:#ff0000;
	font-weight: bold;
	text-align: left;
	border-width:0px 0px 0px 0px;
    background: linear-gradient(#1a9fea, #79c6f2);
    height: 30px;
}


.accordion:hover,.accordion1:hover {
	color:#051145;
}

.accordionspacer1 {
	height:5px;
	border-style:solid;
	border-width:0px 0px 0px 0px;
}

.accordionspacer2 {
	height:15px;
	border-style:solid;
	border-width:0px 0px 0px 0px;
}

div.panel {
    padding: 0px 3px;
    background-color: #051145;
    max-height: 0px;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    text-align: left;
}

div.panel.show {
    opacity: 1;
    max-height: 100%;
    background-color: #051145;  
}

/*End of Expanding LHS Menu*/


}/* END Desktops */


/* Mobile landcape and Tablets */
@media screen and (min-width: 601px) and (max-width: 1240px){
/*DO THIS*/

#searchlhs {display: none;}

.tooltip {
    position: relative;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    
}

.tooltip .tooltiptext {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    visibility: hidden;
    width: 350px;
    background-color: white;
    color: #666666;
    text-align: left;
    border-radius: 6px;
    border-color: transparent darkgray darkgray transparent;
    border-width: 2px;
    border-style:solid;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
  
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s
}

.navigation_style {
	font-size: 1.0vw;
	color: #fff;
	font-weight: bold;
	line-height:16px;
	background-color: #051145;
	padding: 0px 3px;  
}

.address {
	font-size: 0.8vw;
	color: #fff;
	font-weight: bold;
	background-color: #00aeee;
	padding: 20px 10px;
	background-image: url("../images/scoc-logo.png");
	background-size: 30% auto;
	background-position:left 80% center;
	background-repeat: no-repeat;
	height: 6vw;
}

a {
	font-family: Verdana;
}
a.navigation_style:link {
	color: #fff;
	text-decoration: none;
}
a.navigation_style:visited {
	color: #fff;
	text-decoration: none;
}
a.navigation_style:hover {
	color: #0099cc;
	text-decoration: none;
}

.paymenttypes {
	background-color: #cbf0f9;  
	height: 100px;
	width: 100%;
	background-image: url("../images/paymentgraphic.png");
	background-position:center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

/*Expanding LHS Menu*/

.accordion {
	font-family: Verdana;
	padding: 0px 3px;
	/*font-size:14px;*/
	font-size: 1.0vw;
	color:#fff;
	font-weight: bold;
	text-align: left;
	border-width:0px 0px 0px 0px;
    background: linear-gradient(#1a9fea, #79c6f2);
    height: 30px;
}
.accordion1 {
	font-family: Verdana;
	padding: 0px 3px;
	/*font-size:14px;*/
	font-size: 1.0vw;
	color:#ff0000;
	font-weight: bold;
	text-align: left;
	border-width:0px 0px 0px 0px;
    background: linear-gradient(#1a9fea, #79c6f2);
    height: 30px;
}


.accordion:hover,.accordion1:hover {
	color:#051145;
}

.accordionspacer1 {
	height:5px;
	border-style:solid;
	border-width:0px 0px 0px 0px;
}

.accordionspacer2 {
	height:15px;
	border-style:solid;
	border-width:0px 0px 0px 0px;
}

div.panel {
    padding: 0px 3px;
    background-color: #051145;
    max-height: 0px;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    text-align: left;
}

div.panel.show {
    opacity: 1;
    max-height: 100%;
    background-color: #051145;  
}

/*End of Expanding LHS Menu*/

}
/* END Mobile landcape and Tablets */

/* Mobile portrait */
@media screen and (max-width: 600px){
/*DO THIS*/

#searchlhs {
	position:relative;
	width: 100%;
	height:8vw;
	z-index:101;
	/*border: 1px solid #ff0000;*/
}
.searchbox {
	position:absolute;
	left:0.2%;
	top: 1vw;
	font-size: 3vw;
	white-space: nowrap;
	width: 50%;
	border: 2px solid #cbf0f9;
}
.searchbutton {
	position:absolute;
	left:52%;
	top: 1vw;
	background: #00affa;
	height:4vw;
	width:10.5%;
	border:0px;
	font-size: 2.2vw;
	color:#ffffff;
}

.hide {
	visibility: hidden;
    display:none;
}
.navigation_style {
	font-size: 2.7vw;
	color: #fff;
	font-weight: bold;
	line-height:16px;
	background-color: #051145;
	padding: 0px 3px;  
}
.paymenttypes {
	background-color: #cbf0f9;  
	height: 12.5vw;
	width: 100%;
	background-image: url("../images/paymentgraphic.png");
	background-position:center left;
	background-size: 35% auto;
	background-repeat: no-repeat;
}

/*Expanding LHS Menu*/
.accordion {
	font-family: Verdana;
	padding: 0px 3px;
	/*font-size:14px;*/
	font-size: 2.8vw;
	color:#fff;
	font-weight: bold;
	text-align: left;
	border-width:0px 0px 0px 0px;
    background: linear-gradient(#1a9fea, #79c6f2);
    height: 30px;
}
.accordion1 {
	font-family: Verdana;
	padding: 0px 3px;
	/*font-size:14px;*/
	font-size: 2.8vw;
	color:#ff0000;
	font-weight: bold;
	text-align: left;
	border-width:0px 0px 0px 0px;
    background: linear-gradient(#1a9fea, #79c6f2);
    height: 30px;
}

.accordion:hover,.accordion1:hover {
	color:#051145;
}
.accordionspacer1 {
	height:5px;
	border-style:solid;
	border-width:0px 0px 0px 0px;
}
.accordionspacer2 {
	height:15px;
	border-style:solid;
	border-width:0px 0px 0px 0px;
}
div.panel {
    padding: 0px 3px;
    background-color: #051145;
    max-height: 0px;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    text-align: left;
}
div.panel.show {
    opacity: 1;
    max-height: 100%;
    background-color: #051145;  
}/*End of Expanding LHS Menu*/

}/* END Mobile portrait */

/* All Screen Sizes */
/*DO THIS*/
</pre></body></html>