<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Import Client CSS */
@import url('/_resources/css/style.css');
@import url('/_resources/css/color.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,700,500'); 
@import url('/_resources/css/font-awesome/font-awesome.min.css');

/* default background */
body{
	/*background:#FFF url("/_resources/ou/editor/images/fullwidth_main.gif") no-repeat;*/
	margin: 20px 20px 0px 20px;
}


/* header-specific styles from client css */
body {
	background: url("/_resources/images/header_background.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	padding: 0;
	width: 100%;
}
.header-3 { border-bottom: 1px solid #e6e9ee; }
body.contact-links, body.social-links {
	background: none repeat scroll 0 0 #292f38;
}

.contact-links li {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}
.social-links li {
    float: left;
    margin-left: 3px;
}
.social-links li a {
    background-color: #565b62;
    border: 1px solid #7f8288;
    border-radius: 4px;
    color: white;
    float: left;
    height: 20px;
    padding-top: 3px;
    text-align: center;
    transition: all 0.25s ease-out 0s;
    /*width: 22px;*/
}
.social-links li a:hover {
    border: 1px solid #e6e9ee;
}
.contact-links li a i, .social-links li a i {
    font-size: 15px;
    font-weight: 400;
    transition: all 0.25s ease-out 0s;
}
.contact-links li a i {
    margin-right: 5px;
}
.head-wrapp {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}
.contact-links li a:hover i, .social-links li a:hover i {
    color: #fff;
}


/* styling for ou buttons in edit mode */
#header-links a.ou-btn {
	color: #fff;
}
.ou-btn {
	float: left;
}
a.edit-source {
    left: 10px;
    position: absolute;
    top: 10px;
}

/*font awesome icon styling during edit*/
.ou_font_awesome {
	background-color: #999;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-style: italic;
	margin: 0 3px;
	padding: 0 2px;
}

/* table transformation styling */
table[class^="ou_"] {
	background: rgba(225, 225, 235, 0.05);
}
table[class^="ou_"] caption {
	background: none repeat scroll 0 0 rgba(0, 0, 10, 0.5);
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	padding: 5px;
}
table[class^="ou_"] th {
	background: none repeat scroll 0 0 rgba(185, 185, 195, 0.5);
	color: #666;
}
table[class^="ou_"] td {
	padding: 5px 10px;
	color: #898989;
}
table[class^="ou_"] td img {
    max-width: 30%;
}
</pre></body></html>