body {
    font-family: UniversLight,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.affil {
    color: #ffffff !important;
}

.affil-form {
    background-color: #4d4d4d !important;
    color: #ffffff;
}

.vstrong {
    text-decoration: underline;
    font-weight: bold;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1, .h1 {
    font-family: UniversCondensed,Arial,sans-serif;
    font-size: 30px;
    margin-top: 20px;
}

h2, .h2 {
    font-size: 26px;
}

.heading-content {
    padding-top: 1em;
    padding-bottom: 1em;
}

h2.main-heading {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1em;
}

.required-red {
    color: #CC0000;
}

.form-control:focus {
    border-color: #666666;
    outline: 0;
}

ul li {
    margin: 1.2em 0;
}

ul li:before {
    padding-right: .5em;
    margin-left: -2em;
    font-size: 0.8em;
}

.btn:focus .glyphicon-bold-arrow,
.btn:focus .glyphicon-roman-arrow,
.btn:focus .glyphicon-thin-arrow,
.btn:hover .glyphicon-bold-arrow,
.btn:hover .glyphicon-roman-arrow,
.btn:hover .glyphicon-thin-arrow,
a:focus .glyphicon-bold-arrow,
a:focus .glyphicon-roman-arrow,
a:focus .glyphicon-thin-arrow,
a:hover .glyphicon-bold-arrow,
a:hover .glyphicon-roman-arrow,
a:hover .glyphicon-thin-arrow {
    left:4px
}

.shib-title {
    float:left;
}

.form-control {
    background-color: #FFF;
    font-size: 16px;
    padding: 16px;
    border: 1px solid #999;
    margin: 0;
    height: 50px;
//line-height: 50px;
}

label {
    font-family: UniversLight,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.btn {
    font-family: UniversRoman;
    margin: 0 auto 1em;
    text-transform: uppercase;
}

.btn {
    display: inline-block;
    height: 48px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 24px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.glyphicon-bold-arrow, .glyphicon-roman-arrow, .glyphicon-thin-arrow {
    font-size: 22px;
    line-height: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    left: 0;
    top: -1px;
    transition: left .2s ease;
}

.logo-image {
    float:left;
    max-width: 150px;
    margin-top: 16px;
    margin-right: 2em;
}

.shib-error {
    background-color: #CC0000;
    color: #FFFFFF;
    padding: 1.5em;
    margin-bottom: 1.5em;
}

.shib-error a {
    color: #FFFFFF;
}

.shib-error a:hover {
    opacity: 0.85;
}

h2.shib-error-heading {
    font-family: UniversLight,Arial,sans-serif;
    font-weight: normal;
    font-size: 26px;
    color: #FFFFFF;
    padding: 0px;
    margin-top: 0px;
}


h2.shib-heading {
    font-family: UniversLight,Arial,sans-serif;
    font-weight: normal;
    font-size: 26px;
    color: #CC0000;
    padding: 0px;
    margin-top: 0px;
    overflow: hidden;
}

h2.shib-heading em {
    font-size: medium;
}

h2.shib-heading img {
    float: left;
}

h2.affil {
    font-size: 24px;
}

.shib-form {
    background-color: #F2F2F2;
    padding: 1.5em;
    margin-bottom: 30px;
}

h2.unity {
    background-color: #990000 !important;
    color: #ffffff !important;
    padding: 1.5rem;
    margin: -2.5rem -2.5rem 2rem;
}

.form-control {
    margin-bottom: 1.5em;
}

.shib-form h3 {
    margin: 0 0 1em 0;
}

.shib-footer {
    background-color: #F2F2F2;
    padding: 1em 1.5em;
    margin: 2em 0;
    text-align: right;
}

.shib-footer-red {
    background-color: #990000;
    padding: 1em 1.5em;
    margin: 2em 0;
    color: #ffffff;
    text-align: right;
}

.shib-footer-red a {
    color: #ffffff;
    font-weight: bold;
}

.service_name {
    font-weight: bold;
}

.panel-blue {
    border-color: #427e93;
}

.panel-blue>.panel-heading {
    color: #ffffff;
    background-color: #427e93;
    border-color: #427e93;
}

.duo-resources {

}

.duo-resources .panel-heading {
    text-transform: uppercase;
}

.duo-resources-list {
    margin-bottom: 0;
}

.duo-resources-list li {
    position: relative;
}

.duo-resources-list li:hover, .duo-resources-list li:focus-within {
    background: #f2f2f2;
}

.duo-resources-list a.list-group-item-heading {
    color: #cc0000;
}

.duo-resources-list li:hover a.list-group-item-heading, .duo-resources-list li:focus-within a.list-group-item-heading {
    color: #990000;
}

.duo-resources-list a[href]:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}


