@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: KievitProBook;
    src: url('KievitWebPro-Book.eot');
    src: url('KievitWebPro-Book.eot?#iefix') format('embedded-opentype'), url('KievitWebPro-Book.woff') format('woff'), url('KievitOffcPro-Book.ttf') format('truetype');
}
@font-face {
    font-family: KievitProRegular;
    src: url('KievitWebPro.eot');
    src: url('KievitWebPro.eot?#iefix') format('embedded-opentype'), url('KievitWebPro.woff') format('woff'), url('KievitOffcPro.ttf') format('truetype');
}
@font-face {
    font-family: KievitProBld;
    src: url('KievitWebPro-Bold.eot');
    src: url('KievitWebPro-Bold.eot?#iefix') format('embedded-opentype'), url('KievitWebPro-Bold.woff') format('woff'), url('KievitOffcPro-Bold.ttf') format('truetype');
}
@font-face {
    font-family: KievitProMed;
    src: url('KievitWebPro-Medi.eot');
    src: url('KievitWebPro-Medi.eot?#iefix') format('embedded-opentype'), url('KievitWebPro-Medi.woff') format('woff'), url('KievitOffcPro-Medi.ttf') format('truetype');
}
@font-face {
    font-family: KievitProItal;
    src: url('KievitWebPro-BookIta.eot');
    src: url('KievitWebPro-BookIta.eot?#iefix') format('embedded-opentype'), url('KievitWebPro-BookIta.woff') format('woff'), url('KievitOffcPro-BookIta.ttf') format('truetype');
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    background-color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
p {
    margin-top: 0;
}
a {
    text-decoration: none;
    cursor:pointer;
    color: #005581;
}
a:focus, a:hover {
    text-decoration: underline;
}
img {
    border: 0;
}
/* use bold font family insead of just bolding existing family */
strong, b {
    font-family: KievitProBld, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}
/*--- WRAPPER ---*/

#wrapper {
    width: 920px;
    margin:0 auto;
    background-color: #fff;
    clear: both;
 *zoom:1;
}
/*--- CONTAINER ---*/

#container {
    width: 920px;
    margin: 0;
    height: auto;
    padding: 0;
    clear: both;
}
/*--- HEADER ---*/
/* --- Old headers ---
.header-tall {
    height: 323px;
    width: 920px;
    margin: 0;
    padding: 0;
}
.header-tall.home {
    background: url(../images/header-hp-6.jpg) left top;
}
.header-tall.compensation {
    background: url(../images/header-compensation.jpg) left top;
}
.header-tall.tools {
    background: url(../images/header-tools.jpg) left top;
}
.header-tall.news {
    background: url(../images/header-news.jpg) left top;
}
.header-tall.work {
    background: url(../images/header-work.jpg) left top;
}
.header-short {
    height: 86px;
    width: 920px;
    margin: 0;
    padding: 0;
    background: url(../images/header-short.jpg) left top;
}*/
.header {
    height: 108px;
    width: 920px;
    margin: 0;
    padding: 0;
    background: url(../images/header.jpg) left top;
}
/*--- MAIN NAV ---*/

.main-nav {
    margin-bottom:22px;
    border-top: 1px solid #beb6af;
    border-bottom: 1px solid #beb6af;
    height: 44px;
}
.main-nav .nav {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}
.main-nav .nav > li {
    display: block;
    float: left;
}
.main-nav .nav > li > a {
    font: normal 15px KievitProBook, Arial, Helvetica, sans-serif;
    margin-right: 25px;
    color: #005581;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
    text-decoration: none;
    display: block;
    padding: 13px 0 8px;
}
.main-nav .nav > li > a:hover {
    background-color: transparent;
    color: #222222;
    border-bottom: 5px solid #beb6af;
    text-decoration: none;
}
.main-nav .nav .active > a, .main-nav .nav .active > a:hover {
    background-color: transparent;
    border-bottom: 5px solid #beb6af;
    color: #222222;
    font-family: KievitProBld, Arial, Helvetica, sans-serif;
    font-weight:normal;
}
/* Search fiels in nav */
.navbar-search {
    float: right;
    margin: 12px 0 0;
    border-bottom: 1px solid #beb6af;
    background-color: #FFFFFF;
    display: block;
}
.navbar-search .search-query {
    width: 170px;
    font: normal 15px KievitProBook, Arial, Helvetica, sans-serif;
    color: #444;
    background: url(../images/icon-search.gif) no-repeat 100% 0px #FFFFFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    overflow: hidden;
    border-bottom-style: none;
    border: 1px solid #FFFFFF;
    padding: 0 20px 4px 0;
    margin: 0;
    text-indent:-1px
}

.navbar-search .search-query:focus {
text-indent:0;
outline: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}

/*--- FOOTER ---*/

.footer {
    border-top: 1px solid #c6bcb5;
    border-bottom: 1px solid #c6bcb5;
    margin: 20px 0 0 0;
    display: block;
    clear: both;
    padding: 8px 0 20px;
}
.footer .triangle {
    display: block;
    height: 8px;
    width: 14px;
    position: relative;
    z-index: 10;
    left: 383px;
    background: url(../images/triangle-line-grey.png) no-repeat center top;
    padding: 0;
    margin: 0;
    top: -9px;
}
.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer ul li {
    list-style: none;
    margin: 0;
    line-height: 10px;
    padding: 3px 0;
}
.social {
    display: block;
    position: relative;
    top: -34px;
    left: 728px;
    width: 190px;
}
.social-ftr {
    padding-left: 70px;
   
}
.social img, .social-ftr img {
    margin-right: 5px;
    float: left;
}

span.soc-tw a {
    display:block;
    width: 29px;
    height: 30px;
    margin: 0 9px -14px 0;
    float: left;
    background: url(../images/icon-tw.png) no-repeat center top;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

span.soc-tw a:hover, span.soc-tw a:focus {
    background: url(../images/icon-tw-over.png) no-repeat center top;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

span.soc-li a {
    display:block;
    width: 29px;
    height: 30px;
    margin: 0 9px -14px 0;
    float: left;
    background: url(../images/icon-li.png) no-repeat center top;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

span.soc-li a:hover, span.soc-li a:focus {
    background: url(../images/icon-li-over.png) no-repeat center top;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

span.soc-rss a {
    display:block;
    width: 29px;
    height: 30px;
    margin: 0 9px -14px 0;
    float: left;
    background: url(../images/icon-rss.png) no-repeat center top;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

span.soc-rss a:hover, span.soc-rss a:focus {
    background: url(../images/icon-rss-over.png) no-repeat center top;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ftr-parent-sites a {
    color: #005581;
    font: normal 13px KievitProMed, Arial, Helvetica, sans-serif;
}
.ftr-sitenav a {
    color: #005581;
    font: normal 13px KievitProRegular, Arial, Helvetica, sans-serif;
}
.ftr-copyright {
    color: #555;
    font: normal 12px KievitProRegular, Arial, Helvetica, sans-serif;
    padding: 14px 0 45px;
    margin: 0;
}
.ftr-copyright a {
    color: #555;
}
/*--- SIDEBAR ---*/

.sidebar {
}
/* SIMPLE LIST MODULE */

sidebar-list {
}
.sidebar-list-title {
    font: 15px/18px KievitProBook, Arial, Helvetica, sans-serif;
    color: #8F8884;
    text-transform: uppercase;
    display: block;
    clear: both;
    float: left;
    margin: 0 0 10px;
    padding: 6px 0 12px;
    background: url(../images/list-tab.png) no-repeat center bottom;
}
.sidebar-list-title.nomargin {
    margin-top: 0;
}
.sidebar-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-list ul li {
    list-style: none;
    margin: 0;
    line-height: 10px;
    padding: 3px 20px 3px 0;
}
.sidebar-list ul li a {
    color: #005581;
    font: normal 13px/18px KievitProRegular, Arial, Helvetica, sans-serif;
}
.sidebar-txt {
    color: #333;
    font: normal 13px/18px KievitProRegular, Arial, Helvetica, sans-serif;
}
.sidebar-txt-roadmap {
 color: #FFFFFF;
    font: 14px/20px KievitProItal,Arial,Helvetica,sans-serif;
    }
/* bulletins listing */
.sidebar-list.bulletins {
    padding-top: -10px;
}
.sidebar-list-title.sign-in {
    margin-bottom: 14px;
}
/* add padding between li */
.sidebar-list.bulletins ul li {
    list-style: none;
    margin: 0;
    line-height: 10px;
    padding-bottom: 18px;
}
.sidebar-list ul li a.more-bulletins {
    color: #005581;
    font: normal 13px KievitProItal, Arial, Helvetica, sans-serif;
}
/* SIDEBAR BACKGROUNDS */

.sidebar-bg01 {
    background: url(../images/sidebar-bg01.jpg) no-repeat left top;
    min-height: 640px;
}
.sidebar-bg01.news {
    background: url(../images/sidebar-bg01.jpg) no-repeat left bottom;
    min-height: 1230px;
}
.sidebar-bg02 {
    background: url(../images/sidebar-bg02.jpg) no-repeat left bottom;
    min-height: 360px;
    /*margin-top: -80px;*/
}
.sidebar-bg03.compensation {
    background: url(../images/sidebar-bg03.jpg) no-repeat left bottom;
    min-height: 780px;
}

.sidebar-bg03 {
    background: url(../images/sidebar-bg03.jpg) no-repeat left bottom;
    min-height: 360px;
    /*margin-top: -80px;*/
}
/*--- BUTTONS ---*/

.btn-rss img {
    position: relative;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -7px;
    display: inline-block;
}
/* rss on News Archive page */
.btn-rss.archive {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    display: block;
    float: left;
    width: 40px;
    height: 100%;
}
.btn-rss.archive img {
    position: relative;
    top: 14px;
    left: 50%;
    margin-left: -7px;
    display: inline-block;
}
/* rss on News page */
.btn-rss.orange {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    display: block;
    float: left;
    width: 29px;
    height:29px;
    background-color: #fa8428;
}
/* SIGN IN TO BTNs */

.sign-in-btns {
}
a.btn-dark-blue {
    border:solid 1px #005482;
    margin:0 0 10px;
    padding:8px 14px;
    font-size:14px;
    line-height:16px;
    font-family: 'KievitProBld', Arial, Helvetica, sans-serif;
    font-weight:normal;
    text-transform:uppercase;
    color:#FFF;
    cursor:pointer;
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0f7cb8), to(#005482));
    background-image: -webkit-linear-gradient(top, #0f7cb8, #005482);
    background-image: -moz-linear-gradient(top, #0f7cb8, #005482);
    background-image: -ms-linear-gradient(top, #0f7cb8, #005482);
    background-image: -o-linear-gradient(top, #0f7cb8, #005482);
    background-image: linear-gradient(top, #0f7cb8, #005482);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7cb8', endColorstr='#005482', GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a.btn-dark-blue:active{
    border:solid 1px #005581;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005581), to(#005482));
    background-image: -webkit-linear-gradient(top, #005581, #005482);
    background-image: -moz-linear-gradient(top, #005581, #005482);
    background-image: -ms-linear-gradient(top, #005581, #005482);
    background-image: -o-linear-gradient(top, #005581, #005482);
    background-image: linear-gradient(top, #005581, #005482);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005581', endColorstr='#005482', GradientType=0 ); /* IE6-9 */
    text-decoration:none;
}

a.btn-dark-blue:hover{
    border:solid 1px #005581;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005581), to(#005482));
    background-image: -webkit-linear-gradient(top, #005581, #005482);
    background-image: -moz-linear-gradient(top, #005581, #005482);
    background-image: -ms-linear-gradient(top, #005581, #005482);
    background-image: -o-linear-gradient(top, #005581, #005482);
    background-image: linear-gradient(top, #005581, #005482);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005581', endColorstr='#005482', GradientType=0 ); /* IE6-9 */
    text-decoration:none;
}
a.btn-dark-blue:focus{
    outline-color: transparent;
    outline-style: none;
    border:solid 1px #005581;
    text-decoration:none;
}
a.btn-green {
    border:solid 1px #4a9d00;
    margin:0 0 10px;
    padding:8px 14px;
    font-size:14px;
    line-height:16px;
    font-family: 'KievitProBld', Arial, Helvetica, sans-serif;
    font-weight:normal;
    text-transform:uppercase;
    color:#FFF;
    cursor:pointer;
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#81ce01), to(#4a9d00));
    background-image: -webkit-linear-gradient(top, #81ce01, #4a9d00);
    background-image: -moz-linear-gradient(top, #81ce01, #4a9d00);
    background-image: -ms-linear-gradient(top, #81ce01, #4a9d00);
    background-image: -o-linear-gradient(top, #81ce01, #4a9d00);
    background-image: linear-gradient(top, #81ce01, #4a9d00);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81ce01', endColorstr='#4a9d00', GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.btn-green:active{
    border:solid 1px #73b600;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#73b600), to(#4a9d00));
    background-image: -webkit-linear-gradient(top, #73b600, #4a9d00);
    background-image: -moz-linear-gradient(top, #73b600, #4a9d00);
    background-image: -ms-linear-gradient(top, #73b600, #4a9d00);
    background-image: -o-linear-gradient(top, #73b600, #4a9d00);
    background-image: linear-gradient(top, #73b600, #4a9d00);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73b600', endColorstr='#4a9d00', GradientType=0 ); /* IE6-9 */
    text-decoration:none;
}

a.btn-green:hover{
    border:solid 1px #73b600;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#73b600), to(#4a9d00));
    background-image: -webkit-linear-gradient(top, #73b600, #4a9d00);
    background-image: -moz-linear-gradient(top, #73b600, #4a9d00);
    background-image: -ms-linear-gradient(top, #73b600, #4a9d00);
    background-image: -o-linear-gradient(top, #73b600, #4a9d00);
    background-image: linear-gradient(top, #73b600, #4a9d00);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73b600', endColorstr='#4a9d00', GradientType=0 ); /* IE6-9 */
    text-decoration:none;
}
a.btn-green:focus{
    outline-color: transparent;
    outline-style: none;
    border:solid 1px #73b600;
    text-decoration:none;
}

a.btn-light-blue {
    border:solid 1px #008dc3;
    margin:0 0 10px;
    padding:8px 14px;
    font-size:14px;
    line-height:16px;
    font-family: 'KievitProBld', Arial, Helvetica, sans-serif;
    font-weight:normal;
    text-transform:uppercase;
    text-decoration:none;
    color:#FFF;
    cursor:pointer;
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00a5dd), to(#008dc3));
    background-image: -webkit-linear-gradient(top, #00a5dd, #008dc3);
    background-image: -moz-linear-gradient(top, #00a5dd, #008dc3);
    background-image: -ms-linear-gradient(top, #00a5dd, #008dc3);
    background-image: -o-linear-gradient(top, #00a5dd, #008dc3);
    background-image: linear-gradient(top, #00a5dd, #008dc3);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5dd', endColorstr='#008dc3', GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a.btn-light-blue:active{
    border:solid 1px #008dc3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008dc2), to(#008dc3));
    background-image: -webkit-linear-gradient(top, #008dc2, #008dc3);
    background-image: -moz-linear-gradient(top, #008dc2, #008dc3);
    background-image: -ms-linear-gradient(top, #008dc2, #008dc3);
    background-image: -o-linear-gradient(top, #008dc2, #008dc3);
    background-image: linear-gradient(top, #008dc2, #008dc3);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008dc2', endColorstr='#005482', GradientType=0 ); /* IE6-9 */
    text-decoration:none;
}

a.btn-light-blue:hover{
    border:solid 1px #008dc3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008dc2), to(#008dc3));
    background-image: -webkit-linear-gradient(top, #008dc2, #008dc3);
    background-image: -moz-linear-gradient(top, #008dc2, #008dc3);
    background-image: -ms-linear-gradient(top, #008dc2, #008dc3);
    background-image: -o-linear-gradient(top, #008dc2, #008dc3);
    background-image: linear-gradient(top, #008dc2, #008dc3);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008dc2', endColorstr='#008dc3', GradientType=0 ); /* IE6-9 */
    text-decoration:none;
}
a.btn-light-blue:focus{
    outline-color: transparent;
    outline-style: none;
    border:solid 1px #008dc3;
    text-decoration:none;
}

/* UCPath Callout HP */
.divider-short.rightcol {margin-bottom:10px;width:82px;}
.ucpath {font: normal 15px KievitProMed, Arial, Helvetica, sans-serif;color:#555}
.ucpath p {font:normal 13px/18px KievitProRegular, Arial, Helvetica, sans-serif;color:#555;margin:8px 0 2px}
.ucpath p .divider {margin:0 7px;color:#888}


/*--- ROWS ---*/
.row {
    clear: both;
}
.row:before, .row:after {
    display: table;
    content: "";
}
.row:after {
    clear: both;
}
.row.input {
    margin: 10px 0 15px;
}
/*--- COLUMN STYLES ---*/

/* common styles */
.col {
    float: left;
    display: block;
}
/* specific column widths */

.col190 {
    float: left;
    margin-left: 30px;
    width: 190px;
    display: block;
}
.col190.nomargin {
    float: left;
    margin-left: 0px;
    width: 190px;
    display: block;
}
.col274 {
    float: left;
    margin-left: 30px;
    width: 274px;
    display: block;
}
.col286 {
    float: left;
    margin-left: 30px;
    width: 286px;
    display: block;
}
.col286.nomargin {
    float: left;
    margin-left: 0px;
    width: 286px;
    display: block;
}
.col288 {
    float: left;
    margin-left: 30px;
    width: 288px;
    display: block;
}
.col310 {
    float: left;
    margin-left: 30px;
    width: 310px;
    display: block;
}
.col310 .left {
    width: 120px;
    padding: 0;
    margin: 0;
    display: block;
}
.col310 .right {
    width: 190px;
    padding: 0;
    margin: 0;
    display: block;
}
.col334 {
    float: left;
    margin-left: 30px;
    width: 334px;
    display: block;
}
.col360 {
    float: left;
    margin-left: 30px;
    width: 360px;
    display: block;
}
.col360.nomargin {
    float: left;
    margin-left: 0px;
    width: 360px;
    display: block;
}
.col360 .left {
    width: 120px;
    padding: 0;
    margin: 0;
    display: block;
}
.col360 .right {
    width: 240px;
    padding: 0;
    margin: 0;
    display: block;
}
.col396 {
    float: left;
    margin-left: 30px;
    width: 396px;
    display: block;
}
.col396.nomargin {
    float: left;
    margin-left: 0px;
    width: 396px;
    display: block;
}
.col556.nomargin {
    float: left;
    margin-left: 0px;
    width: 556px;
    display: block;
}
/* Right Column Page with sidebar */
.col510 {
    float: left;
    margin-left: 30px;
    width: 480px;
    /*background: url(../images/sidebar-bg02.jpg) no-repeat right 45px;*/
    display: block;
    outline:0;
    position:relative;
    z-index: 100;
}
/* For new news archive pg */
.col510 .right {
    float: left;
    margin-left: 12px !important;
    padding: 0;
    width: 362px;
    display: block;
}
/* standard with thumbnail image entry and text on right */
.col556 .left {
    width: 120px;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
}
.col556 .right {
    width: 436px;
    padding: 0;
    margin: 0;
    display: block;
}
/* Roadmap index page styles */
.col556 .left-roadmap {
    width: 140px;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
}
.col556 .right-roadmap {
    width: 386px;
    padding: 0 0 0 30px;
    margin: 0;
    display: block;
}
/* Working at UC page styles */
.col556 .left-work {
    width: 303px;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
}
.col556 .right-work {
    width: 253px;
    padding: 0;
    margin: 0;
    display: block;
}
/* News Category Module featured section */
.col556 .left-featured {
    width: 300px;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
}
.col556 .right-featured {
    width: 256px;
    padding: 0;
    margin: 0;
    display: block;
}
/* includes side bg image - News Archive */
.col700 {
    float: left;
    margin-left: 30px;
    width: 700px;
    /*background: url(../images/sidebar-bg02.jpg) no-repeat right 45px;*/
    display: block;
}
.col700 .left {
    float: left;
    margin-left: 0px;
    width: 122px;
    display: block;
}
/* for news archive page */
.col700 .right {
    float: left;
    margin: 0;
    padding: 0;
    width: 378px;
    display: block;
}
.col700 .entry {
    float: left;
    margin: 0;
    padding: 0;
    width: 500px;
    display: block;
}
/* Wide page */
.col900 {
    float: left;
    margin-left: 30px;
    width: 700px;
    /*background: url(../images/sidebar-bg02.jpg) no-repeat right 45px;*/
    display: block;
    outline:0;
}
/*--- COMMON MODULE STYLES ---*/
.entry {
    margin-bottom: 8px;
}
.entry .col {
    margin-left: 0px;
    float: left;
}
.entry img {
    margin-bottom: 10px;
}
.divider-short {
    height: 1px;
    margin: 5px 0 20px;
    padding: 0;
    border-top: 1px dotted #a7a7a7;
    width: 106px;
    float: left;
    clear: both;
}
.footer ul li.nav-divider-short {
    margin: 7px 0 ;
    padding: 0;
    border-top: 1px dotted #a7a7a7;
    width: 20px;
    clear: both;
}
.divider-long {
    height: 1px;
    margin: 15px 0 20px;
    padding: 0;
    border-top: 1px solid #C0C0C0;
    width: 100%;
    float: left;
    clear: both;
}
.divider-blank {
    height: 1px;
    margin: 10px 0;
    padding: 0;
    clear: both;
}
/* CATEGORY TITLES*/

.cat-title {
    font: 15px/19px KievitProBook, Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    clear: both;
    float: left;
    margin: 0 0 14px;
    padding: 5px 10px 12px;
}
/* blue-01 */
.blue01.cat-title {
    background: url(../images/cat-tab-blue01.png) no-repeat center bottom;
}
.blue01 img {
    border-left: 6px solid #009adb;
}
/* blue-02 */
.blue02.cat-title {
    background: url(../images/cat-tab-blue02.png) no-repeat center bottom;
}
.blue02 img {
    border-left: 6px solid #009cad;
}
/* blue-03 */
.blue03.cat-title {
    background: url(../images/cat-tab-blue03.png) no-repeat center bottom;
}
.blue03 img {
    border-left: 6px solid #005482;
}
/* grey */
.grey.cat-title {
    background: url(../images/cat-tab-grey.png) no-repeat center bottom;
}
.grey img {
    border-left: 6px solid #928a85;
}
/* pink */
.pink.cat-title {
    background: url(../images/cat-tab-pink.png) no-repeat center bottom;
}
.pink img {
    border-left: 6px solid #ed6d9b;
}
/* orange */
.orange01.cat-title {
    background: url(../images/cat-tab-orange.png) no-repeat center bottom;
}
.orange01 img {
    border-left: 6px solid #fa8529;
}
/* dark orange */
.orange02.cat-title {
    background-color: #333333;
}
.orange02 img {
    border-left: 6px solid #fa8428;
}
/* brown */
.brown.cat-title {
    background: url(../images/cat-tab-brown.png) no-repeat center bottom;
}
.brown img {
    border-left: 6px solid #b6985b;
}
/*--- PROMO MODULE ---*/

.promo-hdr-level1 {
    font: normal 18px/24px KievitProMed, Arial, Helvetica, sans-serif;
    padding: 0 0 8px;
    margin: 0;
    color: #005581;
    display: block;
    clear: both;
}
.promo-hdr-level2 {
    font: normal 16px/20px KievitProMed, Arial, Helvetica, sans-serif;
    padding: 0 0 10px;
    margin: 0;
    color: #005581;
    display: block;
    clear: both;
}
.promo-hdr-level3 {
    font: normal 14px/16px KievitProMed, Arial, Helvetica, sans-serif;
    padding: 0 0 10px;
    margin: 0;
    color: #005581;
    display: block;
    clear: both;
}
.promo-date {
    color: #5F6062;
    font: normal 13px/20px KievitProItal, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 8px;
    clear: both;
   
}
.promo-job-title {
    color: #5F6062;
    font: normal 13px/20px KievitProItal, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 8px;
    clear: both;
}
.promo-caption {
    color: #555;
    font: normal 13px/18px KievitProRegular, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    clear: both;
}
.promo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.promo ul li {
    list-style: none;
    margin: 0;
    line-height: 10px;
}
.promo ul li a {
    color: #005581;
    font: normal 14px/22px KievitProMed, Arial, Helvetica, sans-serif;
}
/* Variation - Latest News and Life at UC on homepage comp*/
.promo-hdr-level1.variant {
    font-size: 22px;
    line-height: 27px;
    padding: 0 0 7px;
    margin: 0;
    display: block;
    clear: both;
}
.promo-hdr-level2.variant {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 10px;
    margin: 0;
    display: block;
    clear: both;
}
.promo-hdr-level3.variant {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 10px;
    margin: 0;
    display: block;
    clear: both;
}
/* EXTERNAL LINKS */

a.ext-link-grey {
    font: normal 10px KievitProMed, Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #FFFFFF;
    background: url(../images/ext-link-bg-grey.png) no-repeat right center;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    margin: 4px 0 10px;
    padding: 1px 35px 1px 3px;
    overflow: hidden;
    line-height:13px
}
a.ext-link-uc-in-news {
    font: normal 10px KievitProMed, Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #FFFFFF;
    background: url(../images/ext-link-bg-blue.png) no-repeat right center;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    margin: 4px 0 10px;
    padding: 1px 35px 0 3px;
    overflow: hidden;
    line-height:12px
}

a.ext-link-labor {
    font: normal 10px KievitProMed, Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #FFFFFF;
    /*background: url(../images/ext-link-bg-gold.png) no-repeat right center;*/
    background-color: #b4975a;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    margin: -4px 4px 10px 0;
    padding: 0 2px;
    overflow: hidden;
    line-height:12px;
}

/*--- FEATURED CONTENT MODULE ---*/

.feat-content-subcat-hdr {
    font: normal 14px/14px KievitProBld, Arial, Helvetica, sans-serif;
    padding: 0 0 10px;
    margin: 0;
    color: #333333;
    text-transform: uppercase;
    display: block;
    clear: both;
}
.feat-content-caption {
    color: #555;
    font: normal 13px/18px KievitProRegular, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 12px;
    clear: both;
}
.feat-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.feat-content ul li {
    list-style: none;
    margin: 0;
    line-height: 10px;
}
.feat-content ul li a {
    color: #005581;
    font: normal 14px/22px KievitProMed, Arial, Helvetica, sans-serif;
}
/*--- CATEGORY CONTENT MODULE ---*/

.category-content-subcat-hdr {
    font: normal 13px/18px KievitProBld, Arial, Helvetica, sans-serif;
    margin: 0;
    color: #5F6062;
    text-transform: uppercase;
    padding: 8px 0 10px;
    display: block;
    clear: both;
}
.category-content-caption {
    color: #555;
    font: normal 14px/20px KievitProRegular, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 12px;
    clear: both;
}
.category-content ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
.category-content ul li {
    list-style: none;
    margin: 0;
    line-height: 10px;
    padding: 0 0 5px;
}
.category-content ul li a {
    color: #005581;
    font: normal 14px/20px KievitProMed, Arial, Helvetica, sans-serif;
}
.category-content img {
    margin-bottom: 12px;
}
/*--- ARTICLE MODULE ---*/

.article-title {
    padding: 0 0 0 12px;
    margin: 0 0 25px
}
.article-title h1{
    font: normal 24px/28px KievitProBld, Arial, Helvetica, sans-serif;
    padding: 0 0 12px;
    margin: -4px 0 0 0;
    color: #222;
    display: block;
    clear: both;
}
.article-date {
    color: #5F6062;
    font: normal 13px/20px KievitProItal, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    clear: both;
}
.article-author {
    color: #222222;
    font: normal 16px/20px KievitProBld, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 5px;
    clear: both;
}
.article-body {
    color: #333;
    font: normal 15px/21px KievitProRegular, Arial, Helvetica, sans-serif;
    margin: 0 0 15px;
    padding: 4px 0 0;
}
/* override default text selection colors */
::selection {
    background-color: #555;
    color:#FFF 
    }
::-moz-selection {
    background-color: #555;
    color:#FFF 
}

.article-body h2 {
    color: #333;
    font: normal 20px/25px KievitProBld, Arial, Helvetica, sans-serif;
    margin: 0;
    padding:5px 0;
    clear: both;
}

.article-body h3 {
    color: #333;
    font: normal 17px/24px KievitProBld, Arial, Helvetica, sans-serif;
    margin:0;
    padding:3px 0;
    clear: both;
}

.article-body h4 {
    color: #333;
    font: normal 15px/21px KievitProBld, Arial, Helvetica, sans-serif;
    margin: 0;
    padding:0;
    clear: both;
}

.article-body ul, .article-body ol {
    list-style-position: outside;
    padding:0 0 0 38px;
    margin:15px 0
}
.article-body li {
    line-height: 21px; padding-bottom:6px
}

.article-body li p {
    line-height: 21px; margin-bottom: 6px;
}

.article-body ul ul, .article-body ol ul,.article-body ul ol,.article-body ol ol{margin:5px 0;padding:0 0 0 28px}
.article-body ul ul, .article-body ol ul{list-style-type:circle}

.article-body ul.featured-list li{
font: normal 15px/21px KievitProBld, Arial, Helvetica, sans-serif;
padding-bottom:7px;
list-style: none;
margin-left: 0
}

.article-body ul.featured-list li:before { content:"\00bb"; margin:0 8px 0 -15px; color:#555}

.article-body blockquote { 
    clear:both;
    margin:18px 0;
    padding:20px 25px;
    background-color:#F5F5F5;
    border:1px dotted #CCC;
    /*font: normal 15px/23px KievitProItal, Arial, Helvetica, sans-serif;*/
    color:#333;
}
.article-body blockquote cite { 
    display:block;
    clear:both;
    margin:10px 0 0;    
    font: normal 15px/21px KievitProItal, Arial, Helvetica, sans-serif
}
.photo-meta {
    padding:4px 0;
    color:#777;
    margin-bottom: 10px;
}
.photo-caption {
    font: normal 13px/15px KievitProItal, Arial, Helvetica, sans-serif;
}
.photo-credit {
    font: normal 13px/15px KievitProItal, Arial, Helvetica, sans-serif;
    text-align:right;
    padding-bottom:4px
}
/* for large images */
.photo-caption-large {
    font: normal 13px/15px KievitProItal, Arial, Helvetica, sans-serif;
    float:left;
    /* width:75%; */
}
.photo-credit-large {
    font: normal 13px/15px KievitProItal, Arial, Helvetica, sans-serif;
    text-align:right;
    float:right;
    width:24%;
}
/* article table data */

.article-body table, .roadmap-step table {margin:25px 0 27px 0; border-spacing:0; border-collapse: collapse;}
.article-body table thead, .roadmap-step table thead, .article-body table tfoot, .roadmap-step table tfoot {background-color:#EEE}

.article-body table th, .roadmap-step table th, .article-body table tfoot, .roadmap-step table tfoot {font: 15px/21px KievitProBld, Arial, Helvetica, sans-serif;}
.article-body table th, .roadmap-step table th {text-align:left;vertical-align:top}
.article-body table td, .roadmap-step table td {vertical-align:top}
.article-body table td, .roadmap-step table td, .article-body table th, .roadmap-step table th {text-align:left;padding:6px 12px;border:1px solid #CCC}

.article-body table tbody tr:nth-child(odd), .roadmap-step table tbody tr:nth-child(odd) { background-color:#FFF}
.article-body table tbody tr:nth-child(even), .roadmap-step table tbody tr:nth-child(even) { background-color:#F7F7F7}

/* article expandos */

.expando {position:relative;height:24px;overflow:hidden;margin-bottom:15px;
}

.expando p {margin-top:0}

.expand-icon{
    position:absolute;
    display:inline-block;
    border:1px solid #005581;
    line-height:10px;
    height:10px;
    width:10px;
    text-align:center;
    padding: 3px;
    outline:none;
    text-decoration:none;
    color:#005581;
    cursor: pointer;
    margin-top: 6px;
}
.expand-icon:hover  {
    color:#FFF;
    background-color:#005581;
    text-decoration:none;
    outline:none;
}
.expand-icon:focus, .expand-icon:active  {
    text-decoration:none;
    outline:none;
}

.expando .expando-content {position:absolute;left:30px;margin-top:0}

/* SHARE ARTICLE */
.article-share {
    background-color: #F1F0EE;
border: 1px solid #dcd4d0;
margin: 25px 0;
height: 38px;
padding: 0;
}
.article-share a{
height:38px;
width:39px;
padding:0;
margin:0;
display:inline-block;
border-right:1px solid #dcd4d0;
-webkit-transition:background-color 0.2s;  
    -moz-transition:background-color 0.2s;  
    -o-transition:background-color 0.2s;  
    transition:background-color 0.2s;  
}

.article-share a:hover{
background-color:#FFF;
}

.article-share .share-facebook {background:url(../images/icon-small-fbook2.png) no-repeat 10px 3px;width:42px}
.article-share .share-twitter {background:url(../images/icon-small-twitter2.png) no-repeat 7px 8px;width:42px}
.article-share .share-linkedin {background:url(../images/icon-small-li.png) no-repeat 10px 8px;width:42px}
.article-share .share-email {background:url(../images/icon-small-email2.png) no-repeat 10px 11px;width:44px}

.article-share img {
margin-right: 10px;
padding: 11px 0 0;
}
.article-share.nobotmargin {
    margin-bottom: 0;
}
/*specify width for roadmap page */
.article-share.roadmap {
    width: 530px;
}
/* specific styles for faculty listing on article-small-images page */
.article-faculty-name {
    color: #222222;
    font: normal 20px KievitProBld, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 5px;
    clear: both;
}
.article-faculty-info {
    color: #222222;
    font: normal 16px/20px KievitProMed, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 5px;
    clear: both;
}
/* article color variations */
.article-title.pink {
    border-left: 6px solid #ed6d9b;
}
/* article comments */
.article-share .comment-count {
    float: right;
}
.comment-count {
    font: normal 14px KievitProBook, Arial, Helvetica, sans-serif;
    padding: 0 0 0 30px;
    margin: 12px 0 0;
    color: #5F6062;
    background: url(../images/icon-small-comments.png) no-repeat left top;
    text-align: left;
    display: block;
}
.add-comment .comment-count {
    float: left;
    margin-left: 10px;
}
.add-comment {
    background-color: #F1F0EE;
    border: 1px solid #dcd4d0;
    height: 37px;
    padding: 0;
    margin: 10px 0 5px;
}
.btn-add-comment {
    width: 37px;
    height: 37px;
    background: url(../images/icon-small-add.png) no-repeat center center #F1F0EE;
    float: left;
}
.add-comment .divider {
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #dcd4d0;
    width: 0px;
    margin: 0;
    padding: 0;
    float: left;
    height: 37px;
}
/*Article dropin related */
.article-dropin {
    margin:5px 0 20px 25px;
    border-left: 1px solid #CCC;
    padding:0 0 0 22px;
    float:right;
    width:170px 
}
.dropin-title {
    text-transform:uppercase;
    font: normal 14px KievitProMed, Arial, Helvetica, sans-serif;
    color: #5F6062;
    margin:-2px 0 0;    
}
.article-dropin ul {
    list-style: none;
    margin: 0 0 -1px 0;
    padding: 0;
}
.article-dropin ul li {
    font: normal 13px KievitProRegular, Arial, Helvetica, sans-serif;
    line-height:19px;
    padding-top:14px
}
.file-type, .file-type:hover{
    margin:0 4px;
    border: 1px solid #5990ad;
    padding:0 3px;
    font: normal 10px KievitProRegular, Arial, Helvetica, sans-serif;
    line-height:11px;
    vertical-align:1px;
    text-decoration:none
}



/*--- UC-FACTS ---*/

.uc-facts {
    background: url(../images/bg-uc-facts.png) no-repeat right bottom #e9e7e7;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 30px;
}
.uc-facts-header {
    color: #333;
    font: normal 15px KievitProBld, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.uc-facts-caption {
    font: normal 14px KievitProItal, Arial, Helvetica, sans-serif;
    color: #333;
    margin: 8px 0 5px 0;
}
/*--- ADMINISTRATOR RESOURCES (in sidebar) ---*/

.admin-resources {
    padding: 12px;
    margin: 0;
    background: url(../images/bg-admin-resources.png) no-repeat right 64px #FFF8DA;
}
.admin-resources-hdr {
    font: normal 14px/20px KievitProBld, Arial, Helvetica, sans-serif;
    margin: 0;
    color: #555;
    text-transform: uppercase;
    padding: 0 0 12px;
}
.admin-resources-caption {
    color: #555;
    font: normal 13px/18px KievitProBook, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 18px;
}
.admin-resources ul {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
}
.admin-resources ul li {
    list-style: none;
    margin: 0;
    line-height: 10px;
    padding-bottom: 7px;
}
.admin-resources ul li a {
    color: #005581;
    font: normal 13px/18px KievitProBook, Arial, Helvetica, sans-serif;
}
/*--- MOST READ MODULE (in sidebar) ---*/

.most-read {
    border: 1px solid #dcd4d0;
    margin: 0 0 15px;
    padding: 0 0 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
}
.most-read-hdr {
    color: #333333;
    font: normal 14px/20px KievitProMed, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    border-left: 1px solid #dcd4d0;
    border-bottom: 1px solid #dcd4d0;
    padding: 12px 12px 2px;
}
.most-read-hdr .triangle {
    display: block;
    height: 8px;
    width: 14px;
    position: relative;
    z-index: 10;
    left: 40px;
    margin-left: -7px;
    background: url(../images/triangle-line-grey2.png) no-repeat center bottom;
    bottom: -3px;
}
.most-read ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #dcd4d0;
}
.most-read ul li {
    list-style: none;
    margin: 0;
    line-height: 10px;
    border-bottom: 1px solid #dcd4d0;
    padding: 10px 30px 10px 12px;
}
.most-read ul li:last-child {
    border-bottom-style: none;
}
.most-read ul li a {
    color: #005581;
    font: normal 14px/20px KievitProBook, Arial, Helvetica, sans-serif;
}
/*--- WORKING AT UC PAGE ---*/

.work-featured-title {
    font: normal 24px/28px KievitProBld, Arial, Helvetica, sans-serif;
    padding: 15px 12px 5px 0;
    margin: 0;
    color: #005581;
    display: block;
    float: left;
}
.work-featured-optional-title {
    font: normal 24px/28px KievitProRegular, Arial, Helvetica, sans-serif;
    padding: 15px 0 5px;
    margin: 0;
    color: #666;
    display: block;
    float: left;
}
.no-topmargin {
    margin-top: 0;
}
.work-caption-featured {
    color: #555;
    font: normal 15px/21px KievitProRegular, Arial, Helvetica, sans-serif;
    margin: 0;
    clear: both;
    padding: 10px 70px 12px 0;
}
.work-caption {
    color: #555;
    font: normal 14px/20px KievitProRegular, Arial, Helvetica, sans-serif;
    margin: 0;
    clear: both;
    padding-bottom: 12px;
}
.left-work .work-caption {
    padding-right: 68px;
}
.work-caption.fullrow {
    color: #555;
    font: normal 14px/20px KievitProRegular, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 166px 12px 0;
    clear: both;
}
.work-caption ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.work-caption ul li {
    list-style: none;
    margin: 0;
    padding-bottom: 10px;
    line-height: 18px;
}
.work-caption ul li a {
    color: #005581;
    font: normal 14px/16px KievitProMed, Arial, Helvetica, sans-serif;
}
/* FORM - Campus Wellness Programs */ 
.campus-wellness {
    margin-bottom: 10px;
}
.campus-wellness .header {
    color: #333333;
    font: normal 14px/22px KievitProMed, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
/*--- TOTAL COMPENSATION CALCULATOR (in sidebar) ---*/

.comp-calc {
    margin: 0 0 20px;
    padding: 15px 12px 5px;
    background-color: #eeedeb;
    color: #222222;
    font: normal 13px/18px KievitProBook, Arial, Helvetica, sans-serif;
}
.comp-calc-hdr {
    color: #333333;
    font: normal 14px/20px KievitProBld, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.comp-calc-caption {
    color: #444;
    font: normal 13px/18px KievitProBook, Arial, Helvetica, sans-serif;
    padding-bottom: 8px;
}
/* FORM ELEMENTS */

/* drop down */
.dropdown {
    margin: 0 0 15px 0;
}
/* radio */
div.radio {
    margin-top:8px;
}
.radio input {
    margin-left: 10px;
    margin-top: 8px;
}
.radio input.first {
    margin-left: 0;
}
/* text input fields*/

/* compensation calculator */
.comp-calc-input-txt {
    font: normal 13px/18px KievitProBook, Arial, Helvetica, sans-serif;
    color: #222222;
    border: 1px solid #beb6af;
    margin: 0;
    padding: 5px;
    width: 237px;
}
.careers-input-txt {
    font: normal 13px/18px KievitProBook, Arial, Helvetica, sans-serif;
    color: #222222;
    border: 1px solid #beb6af;
    padding: 5px;
    width: 296px;
    margin: 0;
}
/*--- CAREERS AT UC (in sidebar) ---*/

.careers {
    padding: 12px;
    margin: 0;
    background-color: #f1f0ee;
}
.careers img.linkedin {
    margin-top:2px;
    display: block;
    float: right;
}
.careers .search-jobs {
    margin-bottom: 5px;
}
.careers-hdr {
    font: normal 14px/20px KievitProBld, Arial, Helvetica, sans-serif;
    margin: 0;
    color: #333333;
    text-transform: uppercase;
    padding: 2px 0 12px;
}
.careers-sub-hdr {
    font: normal 14px/20px KievitProBld, Arial, Helvetica, sans-serif;
    margin: 0;
    color: #333333;
    padding: 0 0 12px;
}
.careers-list-hdr {
    font: normal 13px/18px KievitProBld, Arial, Helvetica, sans-serif;
    margin: 0;
    color: #555555;
    text-transform: uppercase;
    padding: 0 0 12px;
}
.careers-caption {
    color: #333333;
    font: normal 13px/18px KievitProBook, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 15px 15px 0;
}
.careers ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.careers ul li {
    list-style: none;
    margin: 0;
    line-height: 10px;
    padding-bottom: 7px;
}
.careers ul li a {
    color: #005581;
    font: normal 13px/18px KievitProBook, Arial, Helvetica, sans-serif;
}
.career-buttons, .search-btn {
    font: normal 15px KievitProBook, Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 5px 12px;
    margin: 0 0 10px;
    border: 1px solid #005482;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
    text-decoration: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #005482;
    background: -moz-linear-gradient(center top, #0f7cb8 9.7%, #005482 63.4%) #005482;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.097, #0f7cb8), color-stop(0.634, #005482)) #005482;
    -moz-box-shadow: inset 1px 1px 0 rgb(71, 156, 203);
    -webkit-box-shadow: inset 1px 1px 0 rgb(71, 156, 203);
    box-shadow: inset 1px 1px 0 rgb(71, 156, 203);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f7cb8', endColorstr='#005482');
    opacity: 1;
    text-transform: uppercase;
}
a.adv-search {
    float: right;
    display: block;
    color: #005581;
    font: normal 13px/18px KievitProBook, Arial, Helvetica, sans-serif;
    padding: 5px 3px 5px;
}
/*--- LATEST NEWS MODULE - note there is a right padding of 40px on headers and captions ---*/

.latest-news-hdr-level1 {
    font: normal 24px/28px KievitProBld, Arial, Helvetica, sans-serif;
    padding: 0 40px 10px 0;
    margin: 0;
    color: #005581;
    display: block;
    clear: both;
}
.latest-news-hdr-level2 {
    font: normal 18px/22px KievitProBld, Arial, Helvetica, sans-serif;
    padding: 0 40px 8px 0;
    margin: 0;
    color: #005581;
    display: block;
    clear: both;
}
.latest-news-date {
    color: #5F6062;
    font: normal 13px/20px KievitProItal, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 8px;
    clear: both;
}
/* this floats the external link next to the date */
.latest-news-date.with-link {
    float: left;
    margin-right: 10px;
}
.latest-news-caption {
    color: #555;
    font: normal 13px/18px KievitProRegular, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 8px 40px 12px 0;
    clear: both;
}
.latest-news-caption-featured {
    color: #555;
    font: normal 15px/21px KievitProRegular, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 40px 12px 0;
    clear: both;
}
.latest-news-more {
    color: #005581;
    font: normal 15px/21px KievitProItal, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 5px 40px 12px 0;
    display:block
}
/*--- NEWS CATEGORY MODULE ---*/

.news-hdr-level1 {
    font: normal 20px/24px KievitProBld, Arial, Helvetica, sans-serif;
    padding: 0 40px 10px 0;
    margin: 0;
    color: #005581;
    display: block;
    clear: both;
}
.news-hdr-level2 {
    font: normal 18px/25px KievitProBld, Arial, Helvetica, sans-serif;
    padding: 0 40px 0 0;
    margin: 0;
    color: #005581;
    display: block;
    clear: both;
}
.news-caption {
    color: #555;
    font: normal 13px/18px KievitProRegular, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 40px 12px 0;
    clear: both;
}
.news-more {
    color: #005581;
    font: normal 15px/21px KievitProItal, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 10px 40px 12px 0;
    display:block
}
/* Callout - Retiree News in comps  */

.news-callout {
    background: url(../images/bg-news-callout.png) no-repeat right top #f3eee3;
    min-height: 360px;
    clear: both;
    padding: 10px 0 0 10px;
    margin: 10px 0;
}
.news-callout .col.right {
    width: 416px;
}
.news-callout .news-more {
    padding-bottom:0;
    margin-bottom:0
}
/*--- NEWS BY CATEGORY & CAMPUS NEWS SITES DROPDOWNs (in sidebar) ---*/
.latest-news-dropdowns {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 30px;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.news-cat-dropdown {
    font: normal 14px/17px KievitProMed, Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 6px 24px 6px 10px;
    margin: 0 0 10px;
    border: 1px solid #005482;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    float: left;
    background: url(../images/dropdown-bg-dkblue.jpg) no-repeat right center #005482;
    text-transform: uppercase;
    width: 131px;
}
.campus-sites-dropdown {
    font: normal 14px KievitProMed, Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 6px 24px 6px 10px;
    margin: 0 0 10px;
    border: 1px solid #009bdb;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    float: left;
    background: url(../images/dropdown-bg-ltblue.jpg) no-repeat right center #009bdb;
    text-transform: uppercase;
    width: 131px;
}
/*.news-cat-dropdown {
    font: normal 14px KievitProMed, Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 6px 24px 6px 10px;
    margin: 0 0 10px;
    border: 1px solid #005482;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
    text-decoration: none;
    background-color: #005482;
    background: url(../images/drop-down-caret2.png) no-repeat right center;
    background: url(../images/drop-down-caret2.png) no-repeat right center, -moz-linear-gradient(90deg, #005482 0%, #0f7ebb 71.1%) #0d5684;
    background: url(../images/drop-down-caret2.png) no-repeat right center, -webkit-gradient(linear, left bottom, left top, from(#005482), color-stop(0.711, #0f7ebb)) #0d5684;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005482', endColorstr='#0d5684');
     text-transform: uppercase;
     color: #FFFFFF;
     float: left;
 }
.campus-sites-dropdown {
    font: normal 14px KievitProMed, Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 6px 24px 6px 10px;
    margin: 0 0 10px;
    border: 1px solid #009bdb;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
    text-decoration: none;
    background-color: #009bdb;
    background-image: url(../images/drop-down-caret2.png) no-repeat right center;
    background-image: url(../images/drop-down-caret2.png) no-repeat right center, -moz-linear-gradient(90deg, #22a1de 0%, #29b9e5 69%) #009bdb;
    background-image: url(../images/drop-down-caret2.png) no-repeat right center, -webkit-gradient(linear, left bottom, left top, from(#22a1de), color-stop(0.69, #29b9e5)) #009bdb;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22a1de', endColorstr='#009bdb');
     text-transform: uppercase;
     color: #FFFFFF;
     float: right;
 }*/

/*--- UC IN THE NEWS MODULE (in sidebar) ---*/

.uc-in-news {
}
.uc-in-news .divider-short {
    margin-top: 0px;
    margin-bottom: 10px;
}
.uc-in-news-hdr-level1 {
    color: #005581;
    font: normal 14px/20px KievitProBook, Arial, Helvetica, sans-serif;
    margin: 0;
    color: #005581;
    display: block;
    clear: both;
    padding: 0 0 5px;
}
/*--- ROADMAP STYLES ---*/

.roadmap-fullpagebg {
    background: url(../images/sidebar-bg01.png) no-repeat right top;
}
.roadmap-intro {
    border-left: 6px solid #E44C9A;
    padding-left: 18px;
    width: 532px;
}
.roadmap-cat-title {
    font: normal 20px/24px KievitProBld, Arial, Helvetica, sans-serif;
    padding: 0 0 5px;
    margin: 0;
    color: #E44C9A;
    display: block;
    clear: both;
    text-transform: uppercase;
}
/* Header for Roadmap Steps Page */
.roadmap-title {
    font: normal 24px/28px KievitProBld, Arial, Helvetica, sans-serif;
    padding: 0 0 5px;
    margin: 0;
    color: #333333;
    display: block;
    clear: both;
}
/* Header for Roadmap index Page */
.roadmap-index-title a {
    font: normal 20px/27px KievitProMed, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    color: #005581;
}
.roadmap-intro-txt {
    font: normal 15px/21px KievitProBook, Arial, Helvetica, sans-serif;
    padding: 0 0 5px;
    margin: 0;
    color: #333333;
}
.roadmap-step {
    margin-bottom: 30px;
}
/* Roadmap Numbers */
.roadmap-step-num {
    font: normal 22px/40px KievitProBld, Arial, Helvetica, sans-serif;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #E44C9A;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    color: #FFFFFF;
}
.roadmap-step-info {
    width: 493px;
    margin: 0;
    padding: 0;
}
.roadmap-step-title {
    font: normal 17px/24px KievitProBld, Arial, Helvetica, sans-serif;
    padding: 0 0 5px;
    margin: 0;
    color: #333333;
    clear: both;
}
.roadmap-step-subtitle {
    font: normal 17px/24px KievitProBld, Arial, Helvetica, sans-serif;
    padding: 0 0 5px;
    margin: 0;
    color: #333333;
    clear: both;
}
.roadmap-step-description {
    font: normal 15px/21px KievitProRegular, Arial, Helvetica, sans-serif;
    color: #333333;
    clear: both;
    background: url(../images/roadmap-step-divider.png) no-repeat left bottom;
    padding: 0 0 25px;
}
/* last step - hide background curl */
.roadmap-step.last .roadmap-step-description {
    background: none;
    padding-bottom: 0;
}
.roadmap-step.last {
    margin-bottom: 0;
}
/* RESOURCES links on right side */
.roadmap-resources {
    width: 310px;
    float: left;
    background: url(../images/triangle-roadmap-01.png) no-repeat left center;
    margin: 0 0 0 26px;
    padding: 0 0 0 8px;
}
.roadmap-resources-links {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #009bdb;
    margin: 0;
    padding: 2px 12px 12px;
    width: 100%;
}
.roadmap-resources-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.roadmap-resources-links ul li {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}
.roadmap-resources-links ul li.title {
    color: #B7E3F5;
    font: normal 14px KievitProMed, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.roadmap-resources-links ul li a {
    color: #FFFFFF;
    font: normal 14px/20px KievitProItal, Arial, Helvetica, sans-serif;
}
/*--- NEWS ARCHIVES ---*/

.archive-category-bar {
    background-color: #ed6d9b;
    margin: 0 0 25px;
    height: 42px;
    padding: 0 10px 0 12px;
}
.archive-category-hdr {
    font: normal 24px KievitProBld, Arial, Helvetica, sans-serif;
    padding: 5px 0 0;
    margin: 0 13px 0 0;
    color: #FFFFFF;
    display: block;
    float: left;
}
.archive-hdr-article {
    font: normal 18px/22px KievitProBld, Arial, Helvetica, sans-serif;
    padding: 0 0 6px 0;
    margin: -2px 0 0;
    color: #005581;
    display: block;
    clear: both;
}
.archive-caption {
    color: #555;
    font: normal 13px/18px KievitProRegular, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 22px;
    clear: both;
}
.archive-date {
    color: #5F6062;
    font: normal 13px/20px KievitProItal, Arial, Helvetica, sans-serif;
    margin-right: 10px;
    padding: 0;
    clear: both;
   /* float: left;*/
}
/* this floats the external link next to the date */
.archive-date.with-link {
    float: left;
    margin-right: 10px;
}
/* View count */
.view-count {
    font: normal 14px/20px KievitProBook, Arial, Helvetica, sans-serif;
    padding: 0 0 0 30px;
    margin: 10px 0 0;
    color: #FFFFFF;
    text-align: left;
    float: right;
    white-space: nowrap;
}




/* Category Sub-menu */

.cat-select {
    background-color: #f1f0ee;
    border: 1px solid #dcd4d0;
    margin-bottom: 30px;
}
.cat-select .hdr {
    font: normal 14px KievitProBld, Arial, Helvetica, sans-serif;
    color: #555555;
    text-transform: uppercase;
    padding: 12px 0 12px 14px;
}
.cat-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cat-select ul li {
    list-style: none;
    margin: 0;
    border-top: 1px dotted #dcd4d0;
}
.cat-select ul li:first-child {
    border-top-style: none;
}
.cat-select ul li a {
    color: #005581;
    font: normal 14px/20px KievitProBook, Arial, Helvetica, sans-serif;
    display: block;
    padding: 8px 0 8px 14px;
}
.cat-select ul li.active {
    border-left: 6px solid #ee6d9c;
    border-top: none;
    border-bottom:none;
    background-color: #FFFFFF;
    margin: 0 0 0 -1px;
}
.cat-select ul li.active + li {
    border-top: 1px dotted #dcd4d0;
}
.cat-select ul li.active a {
    color: #222222;
    font: normal 14px/20px KievitProMed, Arial, Helvetica, sans-serif;
    margin-left: -5px;
}
/* Campus Select Sub-menu */

.campus-select {
    background-color: #FFFFFF;
    border: 1px solid #dcd4d0;
    margin-bottom: 30px;
}
.campus-select .hdr {
    font: normal 14px KievitProBld, Arial, Helvetica, sans-serif;
    color: #555555;
    text-transform: uppercase;
    padding: 12px 0 12px 14px;
    /*background: url(../images/icon-small-ext-link.png) no-repeat 160px center;*/
}
.campus-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.campus-select ul li {
    list-style: none;
    margin: 0;
    border-top: 1px dotted #dcd4d0;
}
.campus-select ul li:first-child {
    border-top-style: none;
}
.campus-select ul li a {
    color: #005581;
    font: normal 14px/20px KievitProBook, Arial, Helvetica, sans-serif;
    display: block;
    padding: 8px 0 8px 14px;
}
/* GENERIC LEFT SUBNAV */

.subnav {
    background-color: #FFFFFF;
    border: 1px solid #dcd4d0;
    margin-bottom: 30px;
}
.subnav .hdr {
    font: normal 14px KievitProBld, Arial, Helvetica, sans-serif;
    color: #555555;
    text-transform: uppercase;
    padding: 12px 0 12px 14px;
    background-color: #f1f0ee;
    border-top:none;
    border-bottom:1px solid #dcd4d0
}
.subnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.subnav ul li {
    list-style: none;
    margin: 0;
    border-bottom: 1px dotted #dcd4d0;
}
.subnav ul li:last-child {
    border-bottom-style: none
}

.subnav ul li a {
    color: #005581;
    font: normal 14px/20px KievitProBook, Arial, Helvetica, sans-serif;
    display: block;
    padding: 8px 0 8px 14px;
}
.subnav ul li a:hover {
    /* background-color:#f2f6f9 !important */
}
.subnav ul > li.open {
    padding-bottom:10px;
}

.subnav ul > li.open > a {
font: normal 14px/20px KievitProMed, Arial, Helvetica, sans-serif !important;
color: #005581 !important;
}

.subnav ul > li.open > ul {
    margin:0 0 0 13px;
    /*
    border-top:1px dotted #dcd4d0;
    border-bottom:1px dotted #dcd4d0;
    */
}
.subnav ul > li.open > ul li {
    border-left:1px solid #dcd4d0;
}
.subnav ul > li.open > ul li a{
}
.subnav ul > li.open > ul li  {
    /* border-bottom: 1px dotted #dcd4d0; */
    border-bottom:none
}
.subnav ul > li.open > ul li:last-child{
    /* border-bottom:none */
}
.subnav ul > li.open > a{
    font: normal 14px/20px KievitProRegular, Arial, Helvetica, sans-serif;
    color:#222
}
.subnav ul li.selected {
}
.subnav ul li.selected > a {
    border-left:6px solid #fa8529 !important;
    padding-left:9px;
    color: #222 !important;
    margin-left:-1px;
    font: normal 14px/20px KievitProMed, Arial, Helvetica, sans-serif
}
/*
.subnav ul > li.open {
    background-color: #FFF;
    border-bottom: 1px dotted #dcd4d0;
    border-left: 6px solid #fa8529;
    margin-left:-1px
}
.subnav ul > li.open ul {
    border-top:1px dotted #dcd4d0 
}
.subnav ul > li.open > a {
    color: #555;
    font: normal 14px/20px KievitProMed, Arial, Helvetica, sans-serif;
}

.subnav ul > li.open ul > li{
    border-left:1px solid #dcd4d0;
    margin-left:5px;
    padding-left:5px;
}

.subnav ul > li.selected > a{
    border-left:6px solid #fa8529;
    margin-left:-1px
}

/*
.subnav ul > li.open > a {
    color: #555;
    font: normal 14px/20px KievitProMed, Arial, Helvetica, sans-serif;
}


.subnav ul > li.selected > a {
    color: #222;
    font: normal 14px/20px KievitProMed, Arial, Helvetica, sans-serif;
}


.subnav ul > li.open > ul {
    margin-left:6px;
    border-left: 1px solid #fa8529;
}

.subnav ul > li.open > ul li a {
    color: #005581;
    font: normal 14px/20px KievitProBook, Arial, Helvetica, sans-serif;
    display: block;
    padding: 9px 0 7px 17px;
}


/* PAGINATION */

.pagination {
background-color: #f1f0ee;
border: 1px solid #dcd4d0;
height: 36px;
margin: 12px 0;
padding: 0;
}
.pagination ul {
list-style: none;
display: inline-block;
margin: 0;
padding: 0;
}
.pagination ul li {
list-style: none;
display: inline;
margin: 0;
padding: 0;
border-right: 1px solid #dcd4d0;
float: left;
}
.pagination ul li a { 
font: normal 14px/36px KievitProBook, Arial, Helvetica, sans-serif;
color: #005181;
text-transform: uppercase;
margin: 0;
padding: 0 14px;
height:36px;
display:inline-block;
zoom: 1;
-webkit-transition:background-color 0.2s;  
   -moz-transition:background-color 0.2s;  
   -o-transition:background-color 0.2s;  
    transition:background-color 0.2s;  
}

.pagination ul li a:hover {background-color: #FFF}

.pagination ul li a.active {
color: #005181;
background-color: #FFFFFF;
height:31px;
}
.pagination ul li a.active.pink {
border-bottom: 6px solid #ee6d9c;
}
.pagination ul li a.active.orange01 {
border-bottom: 6px solid #fa8529;
}
/* SEARCH RESULTS */

.search-results-bar {
    background-color: #f1f0ee;
    border: 1px solid #dcd4d0;
    margin: 0 0 25px;
    height: 50px;
    padding: 0;
}
.search-results-hdr {
    font: normal 24px/50px KievitProBook, Arial, Helvetica, sans-serif;
    color: #555;
    float: left;
    display: block;
    margin: -1px 0 -1px -1px;
    padding: 0 10px 0 14px;
    border-left: 6px solid #fa8428;
    height: 52px;
}
.search-results-term {
    font: normal 24px/50px KievitProBld, Arial, Helvetica, sans-serif;
    color: #333;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
#search-results {
    /*margin-top: 60px;*/
}
/* Sorting */

.search-sort {
    background-color: #f1f0ee;
    border: 1px solid #dcd4d0;
    margin: 0 0 25px;
    height: 40px;
    font: normal 13px/40px KievitProBook, Arial, Helvetica, sans-serif;
    color: #005581;
    padding: 0 10px;
}
.search-sort .title {
    font: normal 13px/40px KievitProBook, Arial, Helvetica, sans-serif;
    color: #555555;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}
.search-sort ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
}
.search-sort ul li {
    float: left;
    margin: 0;
    line-height: 40px;
    padding: 0;
}
.search-sort ul li:first-child a {
    border-left: none;
}
.search-sort ul li a {
    font: normal 13px KievitProBook, Arial, Helvetica, sans-serif;
    color: #005581;
    border-left: 1px solid #dcd4d0;
    padding-right: 10px;
    padding-left: 10px;
}
.search-sort ul li a.active {
    font: normal 13px KievitProBld, Arial, Helvetica, sans-serif;
    color: #222222;
}
/* change color and font size of view count for Search results page */
.search-sort .view-count {
    font: normal 13px KievitProBook, Arial, Helvetica, sans-serif;
    padding: 2px 0 0 30px;
    margin: 10px 0 0;
    text-align: left;
    float: right;
    color: #555555;
}
/* SITE SELECTION Sub-menu */

.site-select {
background-color: #f1f0ee;
border: 1px solid #dcd4d0;
margin-bottom: 30px;
}
.site-select .hdr {
font: normal 14px KievitProBld, Arial, Helvetica, sans-serif;
color: #555555;
text-transform: uppercase;
padding: 12px 0 12px 14px;
}
.site-select ul {
list-style: none;
margin: 0;
padding: 0;
}
.site-select ul li {
list-style: none;
margin: 0;
border-bottom: 1px solid #dcd4d0;
padding: 0;
}
.site-select ul li:first-child {
border-top-style: none;
}
.site-select ul li:last-child {
border-bottom-style: none;
}
.site-select ul li a {
color: #005581;
font: normal 14px/20px KievitProBook, Arial, Helvetica, sans-serif;
display: block;
padding: 9px 5px 9px 14px;
word-wrap: break-word;
-webkit-transition:background-color 0.2s;  
   -moz-transition:background-color 0.2s;  
   -o-transition:background-color 0.2s;  
   transition:background-color 0.2s;
}
.site-select ul li a:hover {background-color:#FFF;text-decoration:none}

.site-link {
color: #005581;
font: normal 15px KievitProBld, Arial, Helvetica, sans-serif;
padding-bottom: 6px;
padding-top: 5px;
display:block
}
.site-description {
display:block;
color: #5F6062;
font: normal 13px/19px KievitProItal, Arial, Helvetica, sans-serif;
padding: 0 0 7px
}
.site-select ul li a:hover .site-link {text-decoration:underline}

/*active state */
.site-select ul li.active {
border-left:6px solid #fa8428;
border-top: none;
border-bottom:none;
background-color: #FFF;
margin:0 0 0 -1px 
}

.site-select ul li.active + li{
border-top: 1px solid #dcd4d0;
}


.site-select ul li.active .site-link {
color: #222222;
}

.site-select ul li.active a:hover{color:#222}

/* Hide Placeholder Text */

input::-webkit-input-placeholder {
color:#555;
}
input:focus::-webkit-input-placeholder {
color: transparent !important;
}
*:-moz-placeholder:focus {
color: transparent !important;
}
.placeholder {
    color: #555;
}
.dropmenu select {
    display:block;
    overflow:visible;
    color: #222222;
    font: normal 13px/18px KievitProBook, Arial, Helvetica, sans-serif;
    cursor: pointer;
    outline: none;
    background: url(../images/dropdown-bg.jpg) no-repeat right center #ffffff;
    border: 1px solid #beb6af;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
}

/* In-page search box
-------------------------------------------------- */
.inpage-search {
   /*width: 170px;
   margin: 12px 0 0;
    border: 1px solid #beb6af;
    background-color: #FFFFFF;
    display: block;*/
}
.inpage-search .search-query {
    width: 170px;
    font: normal 15px KievitProBook, Arial, Helvetica, sans-serif;
    color: #444;
    /*background: url(../images/icon-search.gif) no-repeat 100% 0px #FFFFFF;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    overflow: hidden;
    border-bottom-style: none;
    border: 1px solid #beb6af;
    padding: 5px;
    margin: 0;
    text-indent:-1px
}

.inpage-site-description {
    color: #5F6062;
    font: normal 13px KievitProItal, Arial, Helvetica, sans-serif;
    float: right;
    /*padding: 0 0 18px 0px;*/
}

/* Search Results
-------------------------------------------------- */
#search-results table{
    margin: 0;
}
#search-results .gsc-above-wrapper-area{
    display: none;
}
#search-results .gsc-webResult .gsc-result{
    padding: 0;
    border: none;
}
#search-results .gsc-cursor-box{
    background-color: #f1f0ee;
    border: 1px solid #dcd4d0;
    height: 36px;
    margin: 12px 0 30px;
    padding: 0;
}
#search-results .gsc-cursor-box .gsc-cursor {
    height: 36px;
}
#search-results .gsc-results .gsc-cursor-box .gsc-cursor-page{
   text-decoration: none;
    /* margin-right: 8px;
    padding: 3px 5px;*/
    font: normal 14px/34px KievitProBook, Arial, Helvetica, sans-serif;
    color: #005181;
    background-color: #f1f0ee;
    border-right: 1px solid #dcd4d0;
    border-top: 1px solid #dcd4d0;
    text-transform: uppercase;
    margin: 0;
    padding: 9px 14px 10px;
    height: 36px !important;
}

#search-results .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    height: 30px !important;
    margin:0;
    color: #005181;
    background-color: #FFFFFF;
    border-bottom: 6px solid #fa8428;
    padding: 0 14px;
    display:inline-block;
}
#search-results .gcsc-branding{
    display: none;
}
#content .sidebar ul#search-results-tabs.dotted-list li.active{
    background: none;
}
#content .sidebar ul#search-results-tabs.dotted-list li a{
    color: #444751;
}
#content .sidebar.categories ul#search-results-tabs.dotted-list li.active a{
    color: inherit;
    background: url(../img/icon_list_rt_arrw.png) right 6px no-repeat;
}
#content #search-results p,
#search-results .gs-promotion .gs-snippet{
    line-height: 1.8em;
}
#search-results table.gsc-resultsHeader{
display:none;
}
#search-results table td.gs-promotion-text-cell{
padding:20px
}
#search-results .gsc-webResult.gsc-result.gsc-promotion{
background-color: #f5f5f5;
/*background-image: url(../images/promoted_search_background.png);*/
border: #ccc dotted 1px;
width: ;
margin-bottom: 30px;
font: normal 15px KievitProBook, Arial, Helvetica, sans-serif;
}
#search-results .gs-promotion .gs-title{
margin-bottom:0.3em;
}
#search-results .gs-promotion .gs-title a{
color:#005581;
text-decoration: none;
}
#search-results .gs-promotion .gs-title a:hover{
text-decoration: underline;
}
#search-results .gs-promotion .gs-title a,
#search-results .gs-promotion .gs-title a em,
#search-results .gs-promotion .gs-snippet em{
font-family:KievitProBld,Arial,Helvetica,sans-serif;
font-style:normal;
font-weight:normal;
}

#search-results .gsc-promotion .gs-visibleUrl{
color:#444751;
line-height:1.8em;
}


/* updated search styles */
.gsc-tabsArea, .gs-per-result-labels, .gsc-url-top, .gsc-branding, .gcsc-branding {
    display: none !important;
}

.gs-title a {
    font: normal 18px/22px KievitProBld, Arial, Helvetica, sans-serif !important;
    padding: 0 0 6px 0 !important;
    margin: -2px 0 0 !important;
    color: #005581 !important;
    display: block !important;
    clear: both !important;
    text-decoration: none !important;
}

.gs-result .gs-title, .gs-result .gs-title * {
    text-decoration: none !important;
    /*margin: 6px 0;*/
}

.gs-title a:hover{
    text-decoration: underline;
}

.gs-title a b {
    color: #005581 !important;
}

.gs-snippet {
    color: #555 !important;
    font: normal 13px/18px KievitProRegular, Arial, Helvetica, sans-serif !important;
    margin: 4px 0 !important;
    padding: 0 0 22px !important;
    clear: both !important;
}

.gs-snippet b {
    font: normal 13px/18px KievitProMed, Arial, Helvetica, sans-serif !important;
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: #8f8884 !important;
}

.gs-fileFormatType {
    color: #4c4c4c !important;
}




/* bootstrap-tab styles
-------------------------------------------------- */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: hidden;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/* bootstrap-tooltip styles
-------------------------------------------------- */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font: normal 13px/15px KievitProBook, Arial, Helvetica, sans-serif;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 300px;
  padding: 12px;
  color: #fff;
  text-align: center;
  background-color: #002033;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #002033;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #002033;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #002033;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #002033;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #002033;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #002033;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #002033;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #002033;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}


/* bootstrap-dropdown styles
-------------------------------------------------- */

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 5px 12px !important;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
   font: 14px/16px KievitProMed,Arial,Helvetica,sans-serif;
   
}

.dropdown-menu.comp {
  width: 248px;
}

.dropdown-menu.working {
  width: 232px;
}

.dropdown-menu.uclw-campuses {
  width: 200px;
  margin-top: 0;
}

.dropdown-menu.uclw-plans {
  width: 200px;
  margin-top: 0;
}


button#news1 {
  
  border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    -webkit-border-radius:5px;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:0;
    background:url(../images/dropdown-bg-dkblue.jpg) no-repeat right center #005482;
    
    height: 27px;
    width: 167px;
    display:block;
    vertical-align:middle;
    text-align:left;
    text-decoration:none;
    font:normal 14px/17px KievitProRegular, Arial, Helvetica, sans-serif;
    color:#ffffff;
    cursor:default;
    padding:6px 10px 6px 10px;
    background-color:#005783;
    border-width:0px;
    border-style:none;
    text-transform: uppercase;
}

button#news2 {
  border-radius:0 5px 5px 0;
    -moz-border-radius:0 5px 5px 0;
    -webkit-border-radius:0;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    background:url(../images/dropdown-bg-ltblue.jpg) no-repeat right center #009bdb;
    height: 27px;
    width: 167px;
    display:block;
    vertical-align:middle;
    text-align:left;
    text-decoration:none;
    font:normal 14px/17px KievitProBook, Arial, Helvetica, sans-serif;
    color:#ffffff;
    cursor:default;
    padding:6px 10px 6px 10px;
    background-color:#005783;
    border-width:0px;
    border-style:none;
    text-transform: uppercase;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 4px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #005581;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}


.news1, .news2 {
    margin-top: -4px !important;
    min-width: 141px;
}

/*--- PD ADDITIONS ---*/


.hdr-hidden {
    display: none;  
}

.small {
    font: normal 12px/14px KievitProRegular, Arial, Helvetica, sans-serif !important;    
}

.page-title {
    font: normal 24px/28px KievitProBld, Arial, Helvetica, sans-serif;
    padding: 6px 0 10px;
    margin: 0 0 0 0;
    color: #222;
    display: block;
    clear: both;
}

.facts-more {
    color: #005581;
    font: normal 14px/21px KievitProItal, Arial, Helvetica, sans-serif;
    margin-bottom: -5px;
    padding: 0;
    display:block;
}

/* --- MG form styling --- */
.field_block {
    display: block;
    padding: 0;
    margin: 0 0 6px 0;
}

.field {margin-bottom:18px}

.fieldmeta {margin-top:6px;font-family: 'KievitProItal', Arial, Helvetica, sans-serif;color:#555;font-size:14px;line-height:19px;width:400px}

.field_block .field input.text, .field_block .field textarea.text {
    height:36px;
    border:0;
    padding:0 7px;
    font-size:16px; 
    line-height:16px;
    font-family: 'KievitProRegular', Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#444;
    border:solid 1px #beb6af;
    margin:0 10px 0 0;
    width:400px;    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.4);
    box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.4);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.field_block .field textarea.text {
    height: 180px;
    padding: 9px 7px;   
}

.field_block .field input.file {
    line-height:16px;
    font-size:16px; 
    font-family: 'KievitProItal', Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#444;height:36px;}

.field_block .field input.text:hover, .field_block .field textarea.text:hover {
    border:solid 1px #AAA;
}

.field_block .field input.text:focus, .field_block .field textarea.text:focus {
    border:solid 1px #666;
    outline-color: transparent;
    outline-style: none;
    color:#111
}

::-webkit-input-placeholder { color:#666; font-family: 'KievitProItal', Arial, Helvetica, sans-serif;}
textarea:focus::-webkit-input-placeholder {opacity:0;}
::-moz-placeholder { color:#666;  font-family: 'KievitProItal', Arial, Helvetica, sans-serif;opacity: 1;} /* firefox 19+ */
:-ms-input-placeholder { color:#666;  font-family: 'KievitProItal', Arial, Helvetica, sans-serif;} /* ie */
input:-moz-placeholder { color:#666; font-family: 'KievitProItal', Arial, Helvetica, sans-serif; }
textarea:-moz-placeholder { color:#666; font-family: 'KievitProItal', Arial, Helvetica, sans-serif; }

.submittext {
    font-family: 'KievitProBld', Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#555; width:400px;padding-top:5px
}
.connect{
    color:#222;
    font-size:16px;
    font-family: 'KievitProBld', Arial, Helvetica, sans-serif;
    font-weight:normal;
    text-transform:uppercase;
    margin-bottom:14px;
}
.subtext{
    color:#222;
    font-size:16px;
    font-family: 'KievitProRegular', Arial, Helvetica, sans-serif;
    font-weight:normal;
}

.caption{
    color:#222;
    font-size:16px;
    font-family: 'KievitProRegular', Arial, Helvetica, sans-serif;
    font-weight:normal;
    margin-bottom:10px;
}

input[type="submit"] {
    border:solid 1px #1295d8;
    margin:0 0 20px;
    padding:8px 14px;
    font-size:14px;
    line-height:16px;
    font-family: 'KievitProBld', Arial, Helvetica, sans-serif;
    font-weight:normal;
    text-transform:uppercase;
    color:#FFF;
    cursor:pointer;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#64c7fa), to(#1295d8));
    background-image: -webkit-linear-gradient(top, #64c7fa, #1295d8);
    background-image: -moz-linear-gradient(top, #64c7fa, #1295d8);
    background-image: -ms-linear-gradient(top, #64c7fa, #1295d8);
    background-image: -o-linear-gradient(top, #64c7fa, #1295d8);
    background-image: linear-gradient(top, #64c7fa, #1295d8);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c7fa', endColorstr='#1295d8', GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

input[type="submit"]:active{
    border:solid 1px #005581;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005581), to(#1295d8));
    background-image: -webkit-linear-gradient(top, #005581, #1295d8);
    background-image: -moz-linear-gradient(top, #005581, #1295d8);
    background-image: -ms-linear-gradient(top, #005581, #1295d8);
    background-image: -o-linear-gradient(top, #005581, #1295d8);
    background-image: linear-gradient(top, #005581, #1295d8);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005581', endColorstr='#1295d8', GradientType=0 ); /* IE6-9 */
}

input[type="submit"]:hover{
    border:solid 1px #005581;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005581), to(#1295d8));
    background-image: -webkit-linear-gradient(top, #005581, #1295d8);
    background-image: -moz-linear-gradient(top, #005581, #1295d8);
    background-image: -ms-linear-gradient(top, #005581, #1295d8);
    background-image: -o-linear-gradient(top, #005581, #1295d8);
    background-image: linear-gradient(top, #005581, #1295d8);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005581', endColorstr='#1295d8', GradientType=0 ); /* IE6-9 */
}
input[type="submit"]:focus{
    outline-color: transparent;
    outline-style: none;
    border:solid 1px #005581;
}

.subbar{display:block;background-color:#e44c9a;width:24px;height:5px;margin:20px 0;}

.reqfield {color:#555;
    font-size:15px;
    font-family: 'KievitProBld', Arial, Helvetica, sans-serif;
    font-weight:normal;
    margin-bottom:14px;padding-bottom:5px}
    
    .aster {font-family: 'KievitProBook', Arial, Helvetica, sans-serif;}

.fieldcall {background-color:#EEE;padding:5px 7px 10px;border:1px solid #CCC;width:400px}
.fieldcall p {padding:5px 0 7px;margin:0}

.label {float:left;width:0;height:0;text-indent:-9999px}

.error {float:right;color:#D91316;font-size:13px;margin-top:8px;display:none}

#tcc {

}

#tcc label {
float: left;
margin-right: 2px;
max-width: 245px;
padding: 0;
}

#tcc select {
float: right;
}

#tcc textarea {

}

#tcc fieldset {
    border: 0;
    padding: 0;
}

#tcc fieldset .radios {
    margin-top: -20px !important;
    margin-right: 124px;
}

#tcc .btn-dark-blue {
float: right;
margin: 0 0 10px;
/*font: normal 15px KievitProBook, Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 5px 12px;
    
    border: 1px solid #005482;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
    text-decoration: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #005482;
    background: -moz-linear-gradient(center top, #0f7cb8 9.7%, #005482 63.4%) #005482;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.097, #0f7cb8), color-stop(0.634, #005482)) #005482;
    -moz-box-shadow: inset 1px 1px 0 rgb(71, 156, 203);
    -webkit-box-shadow: inset 1px 1px 0 rgb(71, 156, 203);
    box-shadow: inset 1px 1px 0 rgb(71, 156, 203);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f7cb8', endColorstr='#005482');
    opacity: 1;
    text-transform: uppercase;*/
}

.btn-left {
float: left !important;
}

.xtra-space {
    margin-top:  12px;
}

.tcc-set {
display: block;
height: 50px
}

#tcc .tcc-txt {
    border: 1px solid #BEB6AF;
    color: #222222;
    font: 13px/18px KievitProBook,Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 5px;
    width: 208px;
    float: right;
    }
 
 #tcc .tcc-txtarea {
    border: 1px solid #BEB6AF;
    color: #222222;
    font: 13px/18px KievitProBook,Arial,Helvetica,sans-serif;
    margin: 0 0 12px 0;
    padding: 5px;
    width: 360px;
    float: right;
    }
    
ul.agreements {
    list-style-type: none;  
    padding: 0;
}

ul.agreements li {
    border-bottom: 1px dotted #ccc;
    padding: 8px 0;
} 

ul.itemList {
list-style-type: none;
margin-left: 0;
margin-top:0;
padding-left: 0;
}

#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 0;
    text-decoration: none;
width:45px;
height:45px;
    display: none;
background-color:#EEE;
background: rgba(204,204,204,0.5) url(../images/up2.png) no-repeat 11px 9px;
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
border-bottom-left-radius:5px;
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
border-top-left-radius:5px
}

#back-to-top:hover {    
background-color:#DDD;
background: rgba(204,204,204,0.8) url(../images/up2.png) no-repeat 11px 9px
}


/* article table data */
/*
.article-body table {margin:25px 0 10px 0; border-spacing:0;border-collapse: collapse;}
.article-body table thead, .article-body table tfoot {background-color:#EEE}

.article-body table th, .article-body table tfoot {font: 15px/21px KievitProBld, Arial, Helvetica, sans-serif;}
.article-body table th {text-align:left;vertical-align:top}
.article-body table td {vertical-align:top} */
.article-body table .nostyle td, .article-body table .nostyle th {text-align:left;padding:6px 12px;border:0;}

.article-body table .nostyle tbody tr:nth-child(odd) { background-color:#FFF}
.article-body table .nostyle tbody tr:nth-child(even) { background-color:#F7F7F7}

a.ext-link-sm {
background: url(../images/icon-small-ext-link.png) no-repeat right center;
padding-right: 17px;
}

.work-intro {
    color: #777;
    font: normal 13px/18px KievitProItal, Arial, Helvetica, sans-serif;
    margin: 0;
    clear: both;
    padding: 10px 0 12px 0;
}

#hide {
    height: 0px;
    width: 0px;
    overflow: hidden;
}

.author-bio {
    font: normal 15px/21px KievitProItal, Arial, Helvetica, sans-serif;
}

.footer-bar-space {
    margin: 0 8px;
}

.btn {

    display:block;
    overflow:visible;
    color: #222222;
    font: normal 13px/18px KievitProBook, Arial, Helvetica, sans-serif;
    cursor:default;
    outline: none;
    background: url(../images/dropdown-bg.jpg) no-repeat right center #ffffff;
    border: 1px solid #beb6af;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: left;
}


ul.ddm {
    visibility:hidden;
    position:absolute;
    left:0;
    opacity:0;
    -moz-transition:all 0.5s;
    -webkit-transition:opacity 0.5s;
    -o-transition:opacity 0.5s, visibility 0.5s;
    transition:opacity 0.5s;
    -moz-box-shadow:1px 1px 4px #7D7D7D;
    -webkit-box-shadow:1px 1px 4px #7D7D7D;
    box-shadow:1px 1px 4px #7D7D7D;
    background-color:#FFFFFF;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border:1px solid #BDB5AF;
    padding:0;
    border-top:0
}

.img-wrap {
    float: left;
    margin-right: 12px;
}


.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  /*max-width: 100%;
  height: auto;*/
  width: 550px;
  height: 310px;
}

.carousel {
  position: relative;
  width: 550px;
  height: 310px;
  margin-bottom: 20px;
}
.carousel-inner {
  position: relative;
  /*width: 100%;*/
  width: 550px;
  height: 310px;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
  height: 310px;
  width: 550px;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
  height: 310px;
  width: 550px;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 48px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
  width: 15%;
  padding-top: 25%;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
  width: 15%;
  padding-top: 25%;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 1px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding: 0 !important;
  margin: 0 0 0 -30% !important;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 8px !important;
  height: 8px !important;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  padding-bottom: 0;
}
.carousel-indicators .active {
  width: 8px;
  height: 8px;
  margin: 1px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  padding: 20px 40px 12px;
  width: 86%;
  
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  font: normal 13px/18px KievitProRegular, Arial, Helvetica, sans-serif;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  color: #fff;
}
.carousel-caption .btn {
  text-shadow: none;
}



.vid-img-304 {
    width: 304px;
    height: 210px;
    position: relative;
}

.vid-img-550 {
    width: 550px;
    height: 310px;
    position: relative;
}

.play-icon {
    /*background-image: url("../images/ucpeople/icon_video.png");*/
    background-image: url("../images/icon-play-lg.png");
    top: 78%;
    display: block;
    height: 36px;
    opacity: 0.6;
    position: absolute;
    left: 84%;
    width: 36px;
}

.vid-img-550 .play-icon {
    top: 84%;
    left: 90%;
}

.vid-img-550:hover .play-icon, .vid-img-304:hover .play-icon {
    opacity: 1;
}



.highlightSpan {
    border-bottom: 1px dotted #aaa;
    cursor: help;
}
.red {
    color: #FF0000;
}
#glossaryTooltip {
    cursor: pointer;
    font-size: 90%;
    width: 280px;
    position: absolute;
}
#glossaryTooltip .g_content {
    bottom: 3px;
    position: relative;
    right: 3px;
}

#glossaryTooltip .g_content {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    border:1px dotted #ccc;
    color: #333;
    padding: 12px 12px 0 12px;
    box-shadow: 1px 2px 10px #888888;
}
#clickPosText * {
    color: #FFFFFF;
}
#glossaryTooltip .screen-reader {
    left: -9999px;
    position: absolute;
    width: 9999px;
}
#GlossaryJS dt {
    border-top: 1px solid #DDDDDD;
    font: normal 14px/22px KievitProBld, Arial, Helvetica, sans-serif;
    margin-top: 5px;
    padding-top: 10px;
}
#GlossaryJS dd {
    padding: 5px 0 15px;
}
#GlossaryJS h2.toc_letter {
    color: #333;
    font: normal 17px/24px KievitProBld, Arial, Helvetica, sans-serif;
    margin:0 0 15px;
    padding:3px 0;
    clear: both;
}
#GlossaryJS .jump_bar {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    display: block;
    font-size: 0.85em;
    margin: 20px auto 10px;
    text-align: center;
}
#GlossaryJS .jump_bar a, .jump_bar span {
    display: inline-block;
    font-size: 1.3em;
    padding: 5px;
}

.expand-related {
    display: inline-block;
    padding-top: 4px;
    margin-left: -6px;
}



/* --- Career Tracks table styles --- */

.ct {
    font-size: 90%;
}

.ctcb {
    /* Career Tracks table, blank cell */
    background-color: #fff; !important;
    border: 0 !important;
}

.ct1r {
    /* Career Tracks table, top row */
    background-color: #eee !important;
}

.ct2r {
    /* Career Tracks table, second row */
    background-color: #fff !important;
}

.cthed1
{
    font: 13px/21px KievitProBld, Arial, Helvetica, sans-serif;
}

.cthed2
{
    font: 11px/21px KievitProBld, Arial, Helvetica, sans-serif;
}

.cthed
{
    font: 15px/21px KievitProBld, Arial, Helvetica, sans-serif;
}

/* --- Sidebar contacts list e.g. Health Care Facilitators --- */

ul.sidebar-contacts {
    list-style-type: none;
    margin-left: -40px;
}

ul.sidebar-contacts li {
    font: normal 13px/18px KievitProRegular, Arial, Helvetica, sans-serif;
    margin-bottom: 16px;
}

ul.sidebar-contacts li ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.sidebar-contacts li ul li {
    margin-bottom: 8px;
}


/* --- Medical plan cost tables --- */

.article-body table tr.striped td, .article-body table tr.striped th {background-color:#F7F7F7; !important}
.article-body table tr.unstriped td, .article-body table tr.unstriped th {background-color:#FFF; !important}
.article-body table tr.empcost td {font-family: KievitProBld, Arial, Helvetica, sans-serif; !important}


/* --- Headers w/ backgrounds --- */
h1.uclw {background: url(../images/uclw_title_bg.png) right top no-repeat; margin-bottom: 12px;}
h1.retbens {background: url(../images/retbens-banner.png) right top no-repeat; margin-bottom: 12px;}

 

 /* --- Hacks for carousel controls indicators --- */
.carousel-indicators li {
width: 13px;
height: 13px;
}

.carousel-indicators .active {
width: 15px;
height: 15px;
margin-right: 3px;
margin-left: 3px;
}

.carousel-indicators li {
margin-left: 3px;
margin-right: 3px;
}

#home-carousel .carousel-control.right .arrow {
position: absolute;
background: url('/_files/images/carousel-next.png') no-repeat;
margin: 0 20px 0 0;
height: 32px;
width: 22px;
display: block;
right: 10px;
top: 47%;
}

.left .arrow {
position: absolute;
background: url('/_files/images/carousel-prev.png') no-repeat;
margin: 0 20px 0 0;
height: 32px;
width: 22px;
display: block;
left: 30px;
top: 47%;
}

.uclw-promo-head {
    display: inline;
    position: absolute;
    font: normal 24px/28px KievitProMed, Arial, Helvetica, sans-serif;
    padding: 0 12px 2px 12px;
    top: 231px;
    left: 23px;
}

.uclw-promo-subhead {
    display: inline;
    position: absolute;
    font: normal 12px/18px KievitProMed, Arial, Helvetica, sans-serif;
    padding: 0 12px;
    top: 270px;
    left: 23px;
}


.uclw-promo-head.pink, .uclw-promo-subhead.pink {
    color: #fff;
    background: #ed6d9b;
    background: rgba(230, 76,154,0.7);
}

.uclw-promo-head.blue01, .uclw-promo-subhead.blue01 {
    color: #fff;
    background: #009adb;
    background: rgba(0,154,219,0.7);
}

.uclw-promo-head.blue02, .uclw-promo-subhead.blue02 {
    color: #fff;
    background: #009cad;
    background: rgba(0,156,173,0.7);
}

.uclw-promo-head.blue03, .uclw-promo-subhead.blue03 {
    color: #fff;
    background: #005482;
    background: rgba(0,84,130,0.7);
}

.uclw-promo-head.grey, .uclw-promo-subhead.grey {
    color: #fff;
    background: #928a85;
    background: rgba(146,138,133,0.7);
}

.uclw-promo-head.orange01, .uclw-promo-subhead.orange01 {
    color: #fff;
    background: #fa8529;
    background: rgba(250,133,41,0.7);
}

.uclw-promo-head.orange02, .uclw-promo-subhead.orange02 {
    color: #fff;
    background: #fa8428;
    background: rgba(250,132,40,0.7);
}

.uclw-promo-head.brown, .uclw-promo-subhead.brown {
    color: #fff;
    background: #b6985b;
    background: rgba(182,152,91,0.7);
}

/* --- new news page --- */
.col.right.sidebar {
    width: 216px;
    margin-left: 12px;
}

.news-hdr-sidebar {
    font: normal 18px/25px KievitProBld, Arial, Helvetica, sans-serif;
    padding: 0 10px 0 0;
    margin: 0;
    color: #005581;
    display: block;
    clear: both;
}

.sidebar-news-caption {
    color: #555;
    font: normal 13px/18px KievitProRegular, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 6px 40px 12px 0;
    clear: both;
}

a.cat-link-grey {
    font: normal 10px KievitProMed, Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #FFFFFF;
    background: url(../images/cat-link-bg-grey.png) no-repeat right center;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 10px;
    padding: 1px 18px 1px 3px;
    overflow: hidden;
    line-height:13px
}

a.cat-link-pink {
    font: normal 10px KievitProMed, Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #FFFFFF;
    background: url(../images/cat-link-bg-pink.png) no-repeat right center;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 10px;
    padding: 1px 18px 1px 3px;
    overflow: hidden;
    line-height:13px
}

a.cat-link-brown {
    font: normal 10px KievitProMed, Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #FFFFFF;
    background: url(../images/cat-link-bg-brown.png) no-repeat right center;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 10px;
    padding: 1px 18px 1px 3px;
    overflow: hidden;
    line-height:13px
}

a.cat-link-blue01 {
    font: normal 10px KievitProMed, Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #FFFFFF;
    background: url(../images/cat-link-bg-blue01.png) no-repeat right center;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 10px;
    padding: 1px 18px 1px 3px;
    overflow: hidden;
    line-height:13px
}

a.cat-link-blue02 {
    font: normal 10px KievitProMed, Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #FFFFFF;
    background: url(../images/cat-link-bg-blue02.png) no-repeat right center;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 10px;
    padding: 1px 18px 1px 3px;
    overflow: hidden;
    line-height:13px
}

a.cat-link-blue03 {
    font: normal 10px KievitProMed, Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #FFFFFF;
    background: url(../images/cat-link-bg-blue03.png) no-repeat right center;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 10px;
    padding: 1px 18px 1px 3px;
    overflow: hidden;
    line-height:13px
}

a.cat-link-orange01 {
    font: normal 10px KievitProMed, Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #FFFFFF;
    background: url(../images/cat-link-bg-orange01.png) no-repeat right center;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 10px;
    padding: 1px 18px 1px 3px;
    overflow: hidden;
    line-height:13px
}

a.cat-link-orange02 {
    font: normal 10px KievitProMed, Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #FFFFFF;
    background: url(../images/cat-link-bg-orange02.png) no-repeat right center;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 10px;
    padding: 1px 18px 1px 3px;
    overflow: hidden;
    line-height:13px
}

/* --- homepage more news block --- */

div.row-block.wobg {
    margin: 40px 0 10px 0;
    /* padding: 12px 15px; */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

div.row-block.wbg {
    margin: 30px 0 10px 0;
    background: url(../images/bg-uc-facts.png) no-repeat right bottom #e9e7e7;
    padding: 12px 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

div.row-block.wtn {
    margin: 40px 0 20px 0;
}

div.row-block.wtn.a.img {
    margin-top: 12px;
}

ul.more-news-list {
    padding-left: 15px;
    margin-left: 0;
    list-style: none;
}

ul.more-news-list li {
    font: normal 13px/18px KievitProBook, Arial, Helvetica, sans-serif;
    padding-bottom: 4px;
}

ul.more-news-list li:before {content:"\00bb"; margin:0 8px 0 -15px; color:#555}


/* --- homepage did you know block --- */

span.dyk-fb a {
    display:block;
    width: 16px;
    height: 24px;
    margin: 0 9px -14px 0;
    float: left;
    background: url(../images/icon-fbook-dyk.png) no-repeat center top;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

span.dyk-fb a:hover, span.dyk-fb a:focus {
    background: url(../images/icon-fbook-dyk-over.png) no-repeat center top;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

span.dyk-twitter a {
    display:block;
    width: 22px;
    height: 20px;
    margin: 0 9px -14px 0;
    float: left;
    background: url(../images/icon-twitter-dyk.png) no-repeat center top;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

span.dyk-twitter a:hover, span.dyk-twitter a:focus {
    background: url(../images/icon-twitter-dyk-over.png) no-repeat center top;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

div.faq h2 {
    margin-top:40px;
}

div.faq h3 {
    margin-bottom:0;
}

div.roadmap-step-description li {
    margin-bottom: 8px;
}

.no-btm-margin {
    margin-bottom:0;
}

div.box { 
    clear:both;
    margin:18px 0;
    padding:20px 25px;
    background-color:#F5F5F5;
    border:1px dotted #CCC;
    font: normal 15px/23px KievitProBook, Arial, Helvetica, sans-serif;
    color:#333;
}

/* ------------------------------------------------- */
/* --- Talent Management section --- */
/* ------------------------------------------------- */

div.talman a {
    font: normal 15px/21px KievitProMed, Arial, Helvetica, sans-serif;
}

div.talman {
    margin-bottom: 40px;
}

div.talman li {
    /*margin-bottom: 10px;*/
}

div.talman li ul, div.talman li ul li {
    margin-bottom: 0;
}

ul.nopad li, ol.nopad li {
    margin-bottom: 0;
}

.skillsoft {
    /*background: url(../images/skillsoft.png) no-repeat left top;*/
    width: 190px;
    height: 200px;
    margin-top: 20px;
}



/* ------------------------------------------------- */
/* --- Retirement Benefits section --- */
/* ------------------------------------------------- */

.subheading {
    font: normal 13px/14px KievitProBook, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color:#8f8884;
    margin-top:0;
}

div.ro-primary {
    display: block;
    background:url(../images/696_retbens-index.jpg) no-repeat left center;
    width: 696px;
    height: 400px;
    border-left: 6px solid #1ba1db;
    margin-bottom: 30px;

}

div.ro-primary h1 {
    padding: 25px 0 10px 25px;
    color: #fff;
    font: normal 16px/38px KievitProBld, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

div.ro-primary p {
    padding: 0 425px 0 25px;
    color: #fff;
    font: normal 15px/19px KievitProRegular, Arial, Helvetica, sans-serif;
}

.cohorts-box {
    width: 316px;
    padding: 22px;
    float: left;
    background: #d2ebf8 url(../images/retirement-buttons-bg.png) no-repeat left top; 
}

.cohorts-box h2 {
    font: normal 16px/18px KievitProBld, Arial, Helvetica, sans-serif;
    margin-top: -8px;
}

.cohorts-box small {
    font: normal 12px/12px KievitProRegular, Arial, Helvetica, sans-serif;
    margin:0;
}

ul.ro-options {
    list-style:none;
    margin-bottom: 0;
}

ul.ro-options li {
    display: block;
    background: #1295d8;
    width: 300px;
    height: 30px;
    padding: 0 0 8px 16px;
    margin-bottom: 8px;
    margin-left:-38px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.2);
}

ul.ro-options li a {
    color: #fff;
    font: normal 16px/38px KievitProRegular, Arial, Helvetica, sans-serif;
    background: url(../images/ro-gt.png) no-repeat left;
    padding-left: 20px;
}

.nobullet {
    background-image: none !important;
    padding-left:10px !important;
}

.promo-boxes-wrapper {
    float:left;
    width: 320px;
    margin-left: 20px;
}

.ucrs-promo {
    background: #f2f0ef url(../images/ucrs-promo-bg.png) no-repeat left top;
    margin-bottom: 22px;
    width: 276px;
    padding: 14px 22px 1px; 
}

.ucrs-promo ul li {
    margin-left:-18px;
}

.planning-resources {
    background: #f2f0ef url(../images/ret-res-bg.png) no-repeat left top;
    width: 276px;
    padding: 14px 22px 12px; 
}

.ucrs-promo h2, .planning-resources h2 {
    font: normal 16px/18px KievitProBld, Arial, Helvetica, sans-serif;
    color: #005581;
}

div.ro-secondary {
    display: block;
    background:url(../images/696_retbens-header.jpg) no-repeat left center;
    width: 696px;
    height: 308px;
    border-left: 6px solid #1ba1db;
    margin-bottom: 30px;
}

div.ro-secondary h1 {
    padding: 25px 0 10px 25px;
    color: #1ba1db;
}

div.ro-secondary p {
    padding: 0 270px 0 25px;
}

.orimg {
    position:relative;
    width: 38px;
    height: 38px;
    left: -32px;
    top: -36px;
}

table.choice-table {
    border-collapse: collapse;  
}


table.choice-table th { 
    background-color:#1295d8; 
    color: #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-top: 0;
    border-bottom: 0;
    width:50%;
} 

table.choice-table th h3 {
    color: #fff;
    font: normal 20px/30px KievitProBld, Arial, Helvetica, sans-serif;
    padding: 5px;
    margin-bottom:0;
}

table.choice-table th .savings {
    padding-left: 22px;
}

table.choice-table th p,  table.choice-table td p {
    font: normal 15px/22px KievitProRegular, Arial, Helvetica, sans-serif;
    padding: 5px;
}

table.choice-table tbody tr {background-color:#e5f4fb !important}

table.choice-table tbody tr:nth-child(odd) { background-color:#eff8fd !important} 
table.choice-table tbody tr:nth-child(even) { background-color:#e5f4fb !important} 
table.choice-table tbody tr:last-child { background-color:#1295d8 !important} 

.odd {background-color:#eff8fd !important}

.consider {background-color:#d0eaf7 !important}

table.choice-table tbody td {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-top: 0;
    border-bottom: 0;
}

table.choice-table a {
    font: normal 12px/12px KievitProRegular, Arial, Helvetica, sans-serif;
}

table.choice-table a.ttip {
    font: normal 15px/22px KievitProRegular, Arial, Helvetica, sans-serif;
}

.compguide {
    color: #fff;
    font: normal 16px/38px KievitProBld, Arial, Helvetica, sans-serif !important;
    background: url(../images/ro-gt.png) no-repeat left;
    padding-left: 30px;
}

.choice-box {
    width: 440px;
    padding: 10px 20px;
    margin-right: 30px;
    float: left;
    background: #ffd370 url(../images/ltbl-gold.png) no-repeat left top; 
}

.choice-box ol li {
    margin-left:-20px;
}

.choose-btn {
    background-color:#1295d8; 
    color: #fff;
    padding: 5px;
    font: normal 15px/18px KievitProBld, Arial, Helvetica, sans-serif;
}

.resources-box {
    width: 166px;
    padding: 12px;
    float: left;
    background-color: #f1eeec; 
    font: normal 13px/13px KievitProRegular, Arial, Helvetica, sans-serif;
}

.resources-box ul {
    list-style-type: none;
}

.resources-box ul li {
    margin-left:-38px;
    margin-bottom: 10px;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}

.retplans-nav ul {
    /*margin-bottom:8px;*/
}

.retplans-nav ul li {
    margin-left: 24px;
    border-left: 0 !important;
}

.retplans-nav ul li a {
    color: #005581;
    font: normal 14px/15px KievitProBook, Arial, Helvetica, sans-serif;
    display: block;
    padding: 8px 0 4px 0;
}

a.ddwn:hover {
    position: relative;
}

a.ddwn:hover:after {
    content: url(../images/drop-down-caret.png); 
    display: block;
    position: absolute;
    left: 144px; 
    top: 14px; 
}

/* -- end Retirement Benefits -- */

.textregsm {
    font-family: KievitProRegular, Arial, Helvetica !important;
    font-size: small;
}

/* ------------------------------------------------- */
/* --- EOC Archives section --- */
/* ------------------------------------------------- */

.eoc {
    margin-top: 40px;
}

.eoc ul {
    /*margin-left: -40px;*/
    padding: 20px;
    list-style: none;
}

.eoc ul li {
    padding: 20px;
}

.eoc ul li ul {
    
}

.eoc ul li ul li {
    padding: 0;
    margin: 6px;
}

.eoc ul li:nth-child(even) {
    background-color: #f3f3f3;
}

.eoc ul li:nth-child(odd) {
    background-color: #f7f7f7;
}

.eoc ul li ul li:nth-child(even) {
    background-color: inherit;
}

.eoc ul li ul li:nth-child(odd) {
    background-color: inherit;
}

.eoc-jumpto {
    margin-top: 20px;
}

.eoc-jumpto ul li {
    padding-bottom: 0;
}

.eoc-jumpto ul li ul {
    margin-top: 0;
}

.eoc-jumpto ul li a {
    font: normal 14px/14px KievitProBook, Arial, Helvetica, sans-serif;
    padding-bottom: 0;
}



/* ---------------------------------------------------------------------------------------- */
/* --- Mandatory Notices table -- to prevent long URLs breaking table cell widths in IE --- */
/* ---------------------------------------------------------------------------------------- */

table.mandnotices {
    table-layout: fixed; 
    width: 980px;
}

table.mandnotices a {
    word-wrap: break-word;
}



/* ------------------------------ */
/* --- Homepage login options --- */
/* ------------------------------ */

.explainer {
    font: normal 12px/14px KievitProMed, Arial, Helvetica, sans-serif;
    color:#8f8884;
    margin-top:-4px;
    margin-bottom:20px;
    display: block;
}

.hide {
    display: none;
}

a.resetter {
    font: normal 18px/24px KievitProMed, Arial, Helvetica, sans-serif;
    padding: 0 0 8px;
    margin: 0;
    color: #005581;
    display: block;
    clear: both;
}

.location-cancel a {
    background: url(../images/location-cancel.png) no-repeat 80% 25%;
}

.location-cancel a:hover {
    background: url(../images/location-cancel-over.png) no-repeat 80% 25%;
}

.moreaccounts hr {
    border-top: 1px solid #dbd5cd;
    width: 106px;
    margin: 0 0 10px;
}

.moreaccounts a {
    font: normal 12px/14px KievitProMed, Arial, Helvetica, sans-serif;
}

/* --------------------------- */
/* --- Login signpost page --- */
/* --------------------------- */

.sp-container {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
}

.sp-item {
    display: block;
    background-color:#f3f1ed;
    padding: 12px;
}

.sp-item-3 {
    width: 29%;
}

.sp-item-4 {
    width: 21%;
}

.sp-item ul {
    margin-left: -20px;
}

.sp-item ul li {
    padding-left: 0;
}

ul.path-campuses {    
    list-style-type: none;
}

ul.path-campuses li {
    font-family: 'KievitProBld', Arial, Helvetica, sans-serif; 
}

a.button-4 {
    margin-left: 28%;
}

a.button-3 {
    margin-left: 32%;
}


/* ------------------ */
/* --- Breadcrumb --- */
/* ------------------ */


.breadcrumb {
    margin: -11px 0 12px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #beb6af;
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
    font: normal 12px/14px KievitProRegular, Arial, Helvetica, sans-serif;
}

.breadcrumb ul li {
    display: inline-block;
}


/* ----------------- */
/* --- Accordion --- */
/* ----------------- */

.tabpanel {
    margin:  10px 0 20px 0;
    padding: 0;
}

.tablist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab {
    margin-top: 0;
}

.panel {
    clear: both;
    margin: 0;
    width: 480px;
    padding-left: 25px;
}

.focus {
    margin-top: 0;
    outline:thin dotted;
}

.accordion {
    margin: 0;
    float: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 480px;
}

.hidden {
    position: absolute;
    left: -300em;
    top: -30em;
}

.tabpanel h3 {
    padding-top: -20px !important;
    margin-left: 25px !important;
}

.screenreaderonly {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}




/* PD addition for job search using form */
.styled-select select {
   background: url(../images/dropdown-bg.jpg) no-repeat right center #ffffff;
   font: normal 13px/18px KievitProBook, Arial, Helvetica, sans-serif;
    color: #222222;
    border: 1px solid #beb6af;
    padding: 5px;
    /*width: 308px;
    margin-top: 10px;
    margin-bottom: 10px;*/
   /*line-height: 1;*/
   border-radius: 0;
   /*height: 34px;*/
   -webkit-appearance: none;
   }
   
   /* PD addition for TCC form */
.styled-select-1 select {
   background: url(../images/dropdown-bg.jpg) no-repeat right center #ffffff;
   font: normal 13px/18px KievitProBook, Arial, Helvetica, sans-serif;
    color: #222222;
    border: 1px solid #beb6af;
    padding: 5px;
    width: 220px;
   /* margin-top: 10px;
    margin-bottom: 10px;
   line-height: 1;*/
   border-radius: 0;
   /*height: 34px;*/
   -webkit-appearance: none;
   }
   
   
   
   
.logo-150 {
    width: 100px;
    padding: 0px 0 0 22px;
    height: 68px;
}



/* UC Living Well and Systemwide WellBeing */
.swbi.events {
    width: 436px;
    padding: 22px;
    float: left;
    background: #d2ebf8 url(../images/swbi-events-bg.png) no-repeat left top;
}

.swbi.events h2 {
  font: normal 16px/18px KievitProBld, Arial, Helvetica, sans-serif;
    color: #005581;
    text-transform: uppercase;
}

.swbi.events h3 {
  font: normal 14px/16px KievitProBld, Arial, Helvetica, sans-serif;
    color: #4c4c4c;
}

.swbi.events p {
  margin-bottom: 6px !important;
  font: normal 14px/16px KievitProRegular, Arial, Helvetica, sans-serif;
}

.swbi.events .date {
  font: normal 12px/12px KievitProBook, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #8f8884;
    margin: -4px 0 12px 0;
}

.swbi.events .past {
  border-top: 1px solid #beb6af;
  padding-top: 12px;
  margin-top: 15px;
}

.swbi.events .past h3 {
  color: #7b8784;
    text-transform: uppercase;
}

.swbi.events .past h4 {
  font: normal 14px/16px KievitProBld, Arial, Helvetica, sans-serif;
    color: #4c4c4c;
    margin-bottom: 0;
}

.swbi.events-sidebar {
    width: 160px;
    padding: 15px;
    margin-bottom: 20px;
    background: #fbfbfa url(../images/swib-events-bg.png) no-repeat left top;
    /*background-color: #fbfbfa;*/
}

.swbi.events-sidebar h2 {
    font: normal 16px/18px KievitProBld, Arial, Helvetica, sans-serif;
    color: #005581;
    text-transform: uppercase;
    margin-top: unset;
}

.swbi.events-sidebar h3 {
    font: normal 14px/16px KievitProBld, Arial, Helvetica, sans-serif;
    color: #4c4c4c;
    margin-bottom: 4px;
}

.swbi.events-sidebar p {
    margin-bottom: 6px !important;
    font: normal 13px/16px KievitProRegular, Arial, Helvetica, sans-serif;
    color: #4c4c4c;
}

.swbi.events-sidebar .date {
  font: normal 12px/12px KievitProBook, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #8f8884;
    margin: -4px 0 12px 0;
}

.swbi.events-sidebar .past {
  /*border-top: 1px solid #beb6af;*/
  padding-top: 12px;
  margin-top: 15px;
}

.swbi.events-sidebar .past h3 {
  color: #7b8784;
    text-transform: uppercase;
    margin-top: auto;
}

.swbi.events-sidebar .past h4 {
  font: normal 14px/16px KievitProBld, Arial, Helvetica, sans-serif;
    color: #4c4c4c;
    margin: 8px 0 2px;
}


/* ----- new UCLW styles -------- */


.uclw-promo {
    border: 1px solid #ddd3c0;
    background: #f2f0ef url(../images/uclw-promo-bg.png) no-repeat left top;
    margin: 22px 0 80px;
    width: 436px;
    padding: 14px 22px 1px; 
    clear: both;
}

.uclw-promo h2 {
    font: normal 16px/18px KievitProBld, Arial, Helvetica, sans-serif;
    color: #005581;
    text-transform: uppercase;
}

.uclw-promo img {
    float: left; 
    margin-right: 12px;
}


.uclw #tab1 {
  border-top: none; }

.uclw .tab.accordion {
  border-top: solid 1px #dadada;
  padding-top: 12px;
  margin-top: 12px; }
  .uclw .tab.accordion h3 {
    margin-left: 35px !important; }

.uclw .expand-icon {
  font-family: "KievitProBld";
  border: 1px solid #dadada;
  line-height: 10px;
  height: 10px;
  width: 10px;
  padding: 6px;
  outline: none;
  text-decoration: none;
  color: #005581;
  cursor: pointer;
  margin-top: 0; }
  .uclw .expand-icon:hover {
    color: #fff;
    background-color: #005581; }

.uclw .panel.accordion {
  box-sizing: border-box;
  padding: 8px 16px; }

.uclw .tabpanel {
  /* margin: 20px; */
  margin: 10px 0 20px 0px;
  padding: 0; }

.uclw .tabpanel .expand-icon {
  font-size: 26px; }

.uclw .tabpanel .tab.accordion {
  background-position: center center;
  background-size: cover;
  height: 45px;
  padding-top: 0;
  margin-top: 0;
  box-sizing: border-box;
  padding-top: 10px;
  overflow: hidden;
  padding-left: 16px;
  border-top: 1px solid #fff; }
  .uclw .tabpanel .tab.accordion h3 {
    font-family: "KievitProBld";
    color: #fff;
    font-size: 16px;
    line-height: 20px; }
 
 .uclw .tab.accordion:nth-of-type(odd) {
    background-color: #19a4ad; }
    
   .uclw .tab.accordion:nth-of-type(even) {
    background-color: #72cdf4; }
  

.uclw .tabpanel .panel.accordion {
  box-sizing: border-box;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 16px; }

.uclw .tabpanel .expand-icon {
  font-family: "KievitProBld";
  border: none;
  line-height: 10px;
  height: 10px;
  width: 10px;
  padding: 6px;
  outline: none;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  margin-top: 0; }
  .uclw .tabpanel .expand-icon:hover {
    color: #000;
    background-color: transparent; }
    
    
    
/* --- Guidespark videos on Medical Plans page --- */

.gsvideos {
    border-top: 1px dotted #dbd5cd; 
    border-bottom: 1px dotted #dbd5cd;
    margin: 12px 0;
    padding-top: 10px;
}
    
  
  
  
  
  
  
ul.reglist {
    list-style: square;
    margin: 0 0 10px 10px;
    padding: 0;
}
ul.reglist li {
    list-style: square;
    margin-left: 10px;
    padding: 2px;
    font: normal 13px/18px KievitProRegular, Arial, Helvetica, sans-serif;
}
ul.reglist2 li {
    list-style: none;
    margin-left: 0;
    padding: 2px;
    font: normal 13px/18px KievitProRegular, Arial, Helvetica, sans-serif;
}
ul.reglist li a, ul.reglist2 li a {
    color: #005581;
    font: normal 13px/18px KievitProRegular, Arial, Helvetica, sans-serif;
}
    