<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset*/
body {
	font-size:12px;
	font-family:'Arimo', sans-serif;
	margin:0;
	padding:0 0 4px 0;
	top:0;
	left:0;
	right:0;
	overflow-y:scroll;
	background:#990000;
	color:#000;
}
li, dd {
	margin-left:0;
}
img, table {
	border:0;
}
img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}
table {
	border-spacing:0;
	border-collapse:collapse;
}
tr, td {
	padding:0;
}

/*reset-end*/
/*typography*/
h1, .componentheading {
	font-size:180%;
	line-height:130%;
	font-weight:normal;
	margin:15px 0 20px 0;	
}
.page-header h1, .componentheading {
	margin-bottom:0;	
}
h2 {
	font-size:18px;
	margin-top:15px;
}
h2.item-title, .page-header h2 {
	color:#900;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}
h3 {
	font-size:16px;
	color:#000;
	font-weight:normal;
}
aside h3 {
	font-size:15px;
	margin:0 0 15px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	color:#000;
	font-weight:normal;
}
h6 {
	font-weight:bold;	
}
p {
	margin:10px 0 15px;	
}
a {
	color:#900;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
figcaption, .img_caption {
	margin-top:2px;
	text-align:center;	
}
.twt-btn {
	position:relative;
	display:inline-block;
	padding:12px 30px;
	vertical-align:middle;
	border-radius:40px;
	border:0;
	min-width:150px;
	-webkit-appearance:none;
	font-weight:700;
	background:#900;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;
	z-index:2;
	transition:background .3s;
}
.twt-btn:hover,
.twt-btn:focus {
	background:#650000;
	color:#fff;
}
.btn {
	padding:2px 12px;
}
.btn-primary {
	background:#f0f0f0;
	color:#000;
	border-color:#ccc;
	-webkit-border-radius:0;
	border-radius:0;	
}
.btn-primary:hover {
	background:#eee;
	border-color:#ccc;
	color:#000;	
}
label {
	font-weight:normal;	
}
input[type=radio], input[type=checkbox] {
	margin-top:0;
	vertical-align:middle;
}
label + input[type=radio] {
	margin-left:6px;	
}
.placeholder { 
	color:#555;
}
p.readmore a.btn {
	padding:0 !important;
	display:inline !important	
}
.small, small {
	font-size:90%;	
}
.article-info {
	color:#333;
}
.article-info dd {
	margin:0;
	padding:0;
}	
/*typography-end*/
/*layout*/
.container {
	width:1000px !important;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#header {
	background:#fff;
}
#logo-c {
	position:relative;
	text-align:center;
	padding:15px;
background:-webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#eeeeee 100%);
background:-ms-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#eeeeee 100%);
background:linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#eeeeee 100%);
	width:100%;
}
#header .fb-link {
	position:absolute;
	bottom:15px;
	right:15px;	
}
#twt-nav {
	width:100%;
}
#twt-nav ul {
	list-style-type:none;
	background:#990000;
	position:relative;
	z-index:99;
	margin:0;
	padding:0;	
}
#twt-nav li {
	float:left;
	position:relative;
	margin:0;
	padding:0;
}
#twt-nav &gt; ul &gt; li {
	background:url(../img/menu-div.png) right center no-repeat;	
}
#twt-nav &gt; ul &gt; li:last-child {
	background:none;
}
#twt-nav li ul {
	position:absolute;
	display:none;	
}
#twt-nav a {
	display:block;
	color:#fff;
	text-align:center;
	line-height:42px;
	height:42px;
	padding:0 15px;
	text-decoration:none;
	font-size:14px;
}
#twt-nav a:hover {
	background:inherit;	
}
#twt-nav &gt; ul &gt; li.active &gt; a {
	background:#990000 url(../img/menu-active.png) center top no-repeat;
}
#twt-nav &gt; ul &gt; li:hover &gt; a,
#twt-nav &gt; ul &gt; li &gt; a:focus {
	background:#990000 url(../img/menu-active.png) center top no-repeat !important;
}
#twt-nav &gt; ul:hover &gt; li.active &gt; a {
	background:none;	
}
#twt-nav li li:hover a {
	background:none;
}
/*dropdown*/
#twt-nav .small {
	font-size:inherit;	
}
#twt-nav li:hover &gt; ul,
#twt-nav li.hover &gt; ul {
	display:block;
	border:1px solid #e5e5e5;
	border-top:0;
}
#twt-nav li li {
	float:none;	
	white-space:nowrap;
	background:url(../img/menu-div-hor.png) center bottom no-repeat
}
#twt-nav li li:last-child {
	background:none;	
}
#twt-nav li li a {
	height:35px;
	line-height:34px;	
}
#twt-nav li li:hover &gt; a {
	color:#EDCFCF	
}
.main {
	background:#fff;
	padding-bottom:30px;
	position:relative;	
}
.main &gt; .bg {
	position:absolute;
	bottom:0;
	left:0;
	height:30px;
	width:100%;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );		
}
#left-side {
	border-right:1px solid #e5e5e5;
	padding-left:14px !important;
	padding-right:14px !important;	
}
#right-side {
	width:20%;
	border-left:1px solid #e5e5e5;
	padding-left:14px !important;
	padding-right:14px !important;			
}
.with-left-right #content-area {
	left:22% !important;
	width:58% !important;		
}
.with-left-right #left-side {
	width:22% !important;
	right:58% !important;
}
.with-left #content-area {
	left:22% !important;
	width:78% !important;	
}
.with-left #left-side {
	width:22% !important;
	right:78% !important;	
}
.with-right #content-area {
	width:80% !important;	
}
.side &gt; .moduletable {
	margin:15px 0;	
}
.side &gt; .moduletable:first-child, .side &gt; .gray-box + .moduletable, .side &gt; .dark-gray-box + .moduletable {
	margin-top:0;	
}
.side &gt; .gray-box {
	background:#eee;
	border:1px solid #ddd;
	margin:4px -10px 4px -11px !important;
	padding:5px;
	color:#000;
}
.side &gt; .dark-gray-box {
	background:#ccc;
	border:1px solid #bbb;
	margin:4px -10px 4px -11px !important;
	padding:5px;	
	color:#000;
}
#right-side &gt; .gray-box, #right-side &gt; .dark-gray-box {
	margin:4px -11px 4px -10px;	
}
h3.gradient {
	margin:0 -14px 12px;
	padding:14px;
	border-top:1px solid #ddd;
background: #ddd;
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}
.items-more {
	margin-top:30px;	
}
.side ul.menu, .items-more ul {
	list-style-type:disc !important;
	margin:10px 0 10px 1.5em !important;
	border-bottom:0 !important		
}
.side ul.menu li, .items-more li {
	display:list-item !important;
	padding-left:0 !important;
	margin-left:0;	
}
.side ul.menu a, .items-more a {
	padding:3px 5px !important;
}
.side #login-form .controls label {
	clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important
}
.side #login-form ul {
	list-style-type:none;
	margin:5px 0;
	padding:0;	
}
.side #login-form li {
	padding:0;
	margin:0;
	display:block;	
}
.side #login-form ul a {
	padding:0;	
}
.side input[type="text"], .side input[type="password"] {
	width:100%;
	margin:4px 0;
	display:block;	
}
.side button {
	margin-top:4px;	
}
div.pagination {
	text-align:center;
	display:block;
}
ul.pagination {
	display:inline-block;
	margin-bottom:0;	
}
ul.pagination li {
	margin:0;	
}
.pagination + .counter {
	text-align:center;	
}
/*sub-pages*/
.page-header {
	padding:0;
	margin:0;
	border-bottom:0;	
}
.items-leading &gt; div + div {
	margin-top:20px;
}
/*rsform*/
.rsform-block legend.formCaption {
	display: block;
	float: left;
	width: 25%;
	min-height: 12px;
	margin:0;
	border:0;
	color:#000;
	padding:0 !important;
	font-size:12px !important;
}
.rsform-block .form-check:not(.form-check-inline) {
	padding-left:1.5em;
}
.rsform-block .form-check:not(.form-check-inline):not(:last-child) {
	margin-bottom:5px;
}
.rsform-block .form-check:not(.form-check-inline) input[type="radio"] {
	left:0;
	margin-top:2px;
}
/*other*/
.control-label {
	text-align:left !important;	
}
.col1o2 {
	width:49%;
	margin-right:2%;
	float:left;	
}
.col2o2 {
	width:49%;
	float:left;	
}
#sponsor-list div {
	text-align:center;
	padding-bottom:50px;	
}
.attendees-list td {
	padding-left:6px;	
}
table.attendees-list {
	margin-bottom:5px;	
}
.woman-of-the-year-nomination-form .item-page input[type="text"], .woman-of-the-year-nomination-form .item-page textarea {
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#rsform_99_page_0 .form-group {
	margin-bottom:0;
}
#rsform_99_page_0 input,
#rsform_99_page_0 textarea,
#rsform_99_page_0 select {
	margin-bottom:15px;
}
#rsform_99_page_0 .rsform-block-go-to-payment {
	margin-top:15px;
}
/*layout-end*/

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