<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* temp change */
/* ==|== primary styles =====================================================
   Author: THE ATOM GROUP
   ========================================================================== */

.siteWidth {
    width: 980px;
	margin : 0 auto;
}

.smallWidth {
    width: 490px;
    margin-left: auto;
    margin-right: auto;
}
#container {
    min-width: 1080px;
}
   
/*===============================
    HEADER
================================*/

/* Utility
-------------------------*/
#utility {
    background: #212224;
    color: #fff;
    font-size: 12px;
    position: relative;
    z-index: 2;
}
#home {
    margin-right: 10px;
}
a#skipNavigation {
    float: left;
    padding: 15px 10px 5px 0px;
    position: relative;
  color:#fff;
}
#search {
    float: left;
    padding: 5px 10px 5px 27px;
    position: relative;
}
#search form {
    display: inline-block;
    margin-right: 10px;
}
#search form input[type="text"],
.search-field,
.search .search-field {
    width: 180px;
    margin-left: 8px;
}
#search form input[type="image"],
.search-field-icon,
.search input[type="image"] {
    position: relative;
    top: 2px;
    left: -23px;
}
#search select {
    font-style: normal;
}
#microNav {
    float: right;
    padding-top: 12px;
    margin-right: 27px;
    bottom: 0;
    width: 400px;
    text-align: right;
}
#microNav .drName {
    font-weight: bold;
}

/* Banner
-------------------------*/
#banner {
    background: url('../images/banner-gradient.jpg') center -60px no-repeat #D0D1D2;
    height: 130px;
    border-bottom: 1px solid #A2A3A3;
    -webkit-box-shadow: 0px 0px 5px 0px #999;
    -moz-box-shadow: 0px 0px 5px 0px #999;
    box-shadow: 0px 0px 5px 0px #999;
    position: relative;
    z-index: 1;
}
#logo {
    margin: 25px 0 0 27px;
}
#banner h1 {
    color: #979898;
    float: right;
    margin: 30px 27px 0 0;
}
#banner h1 span{
   font-size:20px;
   display:block;
    text-align:right;
    font-weight:normal;
   
}
#banner h2 {
    float: right;
    color: #4C525D;
    clear: right;
    margin: -5px 27px 0 0;
    font-size: 20px;
}
#banner a:hover {
    text-decoration: none;
}

/*===============================
    MAIN
================================*/

#mainWrapper, .main-wrapper {
    background: url('../images/shadow.png') top center no-repeat;
    padding: 0 50px;
    margin-top: -10px;
    position: relative;
    z-index: 3;
}
#main {
    background: url('../images/texture.gif') repeat;
    min-height: 300px;
    padding: 20px;
    padding-bottom: 50px;
    border: 1px solid #ccc;
    border-bottom: none;
    min-height: 400px;
}
#main.hasExtraNav {
    padding: 0px;
}
.extraPadding #main,
.hasStripe #main {
	padding-left: 120px;
	padding-right: 130px;
}
.hasStripe.smallWidth #main{
	padding-left: 60px;
	padding-right: 60px;
}
/* Main Header
-------------------------*/
#mainHeader {
    color: #fff;
    /* START GRADIENT */
    background: #4f565e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data://image/uma/themes/default/css/css/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmNTY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxODE5MWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #4f565e 0%, #18191a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f565e), color-stop(100%,#18191a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4f565e 0%,#18191a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4f565e 0%,#18191a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4f565e 0%,#18191a 100%); /* IE10+ */
    background: linear-gradient(top,  #4f565e 0%,#18191a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f565e', endColorstr='#18191a',GradientType=0 ); /* IE6-8 */
    /* END GRADIENT */
}

#mainHeader ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#mainHeader li {
    margin: 0;
    padding: 20px 30px;
    display: block;
    float: left;
    border-right: 1px solid #000;
    border-left: 1px solid #4F565E;
    height: 40px;
}
#mainHeader.uma  li {
padding-top:18px;
padding-bottom:10px;
}
#mainHeader li.first {
    border-left: 0;
    width: 180px;
    background: url('../images/sidebar-shadow.png') top right no-repeat;
}
#mainHeader li.last {
    border-right: 0;
}
#mainHeader button {
    margin-top: 7px;
}

/* - UMA - */
#mainHeader ul.uma li,
#mainHeader ul.benefits li{ padding: 10px 30px;font-weight: lighter;}
#mainHeader ul.uma li.last,
#mainHeader ul.benefits li.last{padding: 10px 12px 10px 17px;}
#mainHeader ul.uma li.last .button,
#mainHeader ul.benefits li.last .button{padding: 4px 10px;}
#mainHeader ul.uma li.last .button.last,
#mainHeader ul.benefits li.last .button.last{margin-left: 15px;}

#mainHeader ul.uma.wca li{ padding: 10px 38px 10px 30px;}
#mainHeader ul.uma.wca li.first{ padding: 10px 30px;}
#mainHeader ul.uma li.last .button{display: inline-block; margin-top:7px}


/* Main Sidebar
-------------------------*/
#mainSidebar {
    width: 240px;
 	display: inline-block;
    padding: 0;
    border-right: 1px solid #aaa;
    background: url('../images/sidebar-texture.gif') repeat;
}
#mainSidebar a {
    color: #4C525D;
}
#mainSidebar .disabled {
    color: #ADADAD;
}

#mainSidebar a:hover {
    text-decoration: none;;
}
#mainSidebar ul {
	    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    list-style-type: none;
    margin: 0;
    padding: 0;}
 #mainSidebar .menu-shadow {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: url('../images/sidebar-shadow.png') top right no-repeat;
    font-size: 16px;
}
  #mainSidebar .toggle-section.collapsed {
  border-bottom: 1px dashed #C8C8C8;
 }
 #mainSidebar .toggle-section  h3 {
   background: none;
    border: 0px solid #DFDFDF;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2);
    color: #4C525D;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 10px 0 10px;
 }
  #mainSidebar .toggle-section  .content ul{
  background:none;
  }
  #mainSidebar .toggle-section  .content p {
   padding: 6px 30px 6px 30px;
   }
   
    #mainSidebar .toggle-section  .activeContent ul{
  background:none;
  }
  #mainSidebar .toggle-section  .activeContent p {
   padding: 6px 30px 6px 30px;
   }
   
   
     #mainSidebar .menu-item { 
	 font-size: 14px;
    font-weight: normal;
    margin: 10px  0px;
    padding: 10px 5px 10px 30px;
	 background:none repeat scroll 0 0 rgba(255, 255, 255, 0.5)
	 }
#mainSidebar .menu-item.active { 
	 background: url("../images/sidebar-arrow.png") no-repeat scroll 100% 55% transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
    padding: 20px 30px;
}
#mainSidebar .menu-item.active a{ 
	color: #FFFFFF;
    font-weight: bold;
	}
 #mainSidebar .toggle-section  .content ul{
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}
 #mainSidebar .toggle-section  .content ul li {
    border-bottom: 1px dashed #C8C8C8;
    font-size: 14px;
    font-weight: normal;
    margin: 0 25px;
    padding: 20px 5px 20px 0px;
    margin: 0px 0px 0;
}
 #mainSidebar .toggle-section  .content ul li a{
     padding: 10px 5px 10px 30px;

}

#mainSidebar ul ul {
    background: #F6F6F6;
    background: rgba(255, 255, 255, .5);
    margin: 20px -30px 0 -30px;
}
#mainSidebar ul li {
    padding: 20px 30px;
}
#mainSidebar ul li ul li {
    font-weight: normal;
    font-size: 14px;
    padding: 10px 5px;
    margin: 0 25px;
    border-bottom: 1px dashed #C8C8C8;
}
#mainSidebar ul li ul li:last-child {
    border-bottom: none;
}
 #mainSidebar .toggle-section  .content ul li.active {
     background: url('../images/sidebar-arrow.png') 100% 55% no-repeat;
}
#mainSidebar ul li.active, #mainSidebar ul li ul li.active {
    background: url('../images/sidebar-arrow.png') 100% 55% no-repeat;
    color: #fff;
    padding: 20px 30px;
    margin: 0;
    font-weight: bold;
}
#mainSidebar ul li.active a {
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
}

/* Quick Links
-------------------------*/

#mainFooter .quickLinks {
    width: 234px;
    float: left;
}
*#mainFooter .quickLinks div {
    padding: 0;
}
*#mainFooter .quickLinks a {
    margin: 0;
    padding: 0 0 10px 0;
    display:block;
}

#mainSidebar .quickLinks {
}
#mainSidebar .quickLinks  h2 {
	font-size:16px;
	font-weight: bold;
    padding: 5px 0 5px 30px;
}
#mainSidebar .quickLinks div {
	background:none repeat scroll 0 0 #f6f6f6;
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	padding: 10px 0px;
}
#mainSidebar .quickLinks  a {
	border-bottom: 1px dashed #C8C8C8;
	margin:0;
	padding:10px 0px;
	margin:0px 30px;
    color: #3090C7;
    font-size: 12px;
    display:block;
}
#mainSidebar .quickLinks a:hover {
    color: #4C525D;
}

/* Main Body section
-------------------------*/
#besideSidebar {
    width: 698px;
    padding: 19px 20px 20px 0;
    float: right;
}

/* Main Footer
-------------------------*/
#mainFooter,
#mainFooter h3 {
    font-size: 12px;
}
#mainFooter p {
    color: #777;
}
#research {
    width: 702px;
    float: left;
}
#research section {
    width: 214px;
    float: left;
    padding-right: 20px;
}
#research section h3,
#research section p {
    margin: 0;
}
#links {
    width: 234px;
    float: left;
}
#links ul {
    padding: 0;
}
#links li {
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: none;
}

/*===============================
   STRIPED HEADER NO SIDEBAR
================================*/

/* Stripe Header
-------------------------*/
.black-stripe {
    color: #fff;
    /* START GRADIENT */
    background: #4f565e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data://image/uma/themes/default/css/css/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmNTY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxODE5MWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #4f565e 0%, #18191a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f565e), color-stop(100%,#18191a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4f565e 0%,#18191a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4f565e 0%,#18191a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4f565e 0%,#18191a 100%); /* IE10+ */
    background: linear-gradient(top,  #4f565e 0%,#18191a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f565e', endColorstr='#18191a',GradientType=0 ); /* IE6-8 */
    /* END GRADIENT */
}
#stripeHeader{height: 55px;}
#stripeHeader .wrapper {
    background:url(../images/stripe-header-shadow.png) no-repeat center center;
    padding: 10px 20px 5px;
    height:40px;
    position: relative;
    z-index: 3;
    text-align: center;
}
#stripeHeader .wrapper.smallWidth {
    background:url(../images/narrow-stripe-header-shadow.png) no-repeat center center;
}
#stripeHeader .wrapper h1{margin:0; padding:0; font-size:28px; font-weight: 300;}
#mainWrapper.hasStripe{
	margin-top: 0;
}
/*===============================
    FOOTER
================================*/

footer {
    background: #212224;
    color: #fff;
    text-align: right;
    font-size: 12px;
    padding: 10px 0 30px 0;
}
footer p {
    margin-right: 27px;
}

/*===============================
    processing 
================================*/


#loading {
    display: block;
    height: 50px;
    margin: 18px 0 0 44px;
    text-align: right;
    width: 50px;
}

 #processing_overlay.simple_overlay {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    box-shadow: 0 0 90px 5px #000000;
    color: #666666;
    display: none;
    font-weight: bold;
    min-height: 90px;
    padding: 10px;
    text-align: center;
    width: 160px;
    z-index: 10000;
}
</pre></body></html>