/*  GLOBAL RESET AND FOUNDATIONAL CONTAINERS  */

body, header, div, span, h1, h2, h3, h4, h5, h6, p, a, input, ul, ol, li, table, tr, th, td, caption {
    margin: 0;
    border: 0;
    padding: 0;
    text-align: left;
}


body {
    background-color: #e5e5e5;
    font-family: "proxima-nova", Proxima Nova, Calibri, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #333333;
}


#please-wait {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    backdrop-filter: blur(2px);
}

#please-wait div {
    margin: 250px 0 0 350px;
    width: 650px;
    border: 1px solid #0071bb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 10px #1b2c3e;
    background: #e5edf5 url(/_images/eagle/v8/please-wait.gif) center -95px no-repeat;
    padding: 20px 0 45px 0;
    text-align: center;
}


/*  BASIC COMPONENTS  */

a, a:visited {
    color: #0071bb;
    text-decoration: underline;
    text-underline-offset: 3px;
}

a:not(:is(:hover, :focus)) {
    text-decoration-color: color-mix(in srgb, currentColor, transparent 75%);
}

a:hover {
    color: #029bff;
}


hr {
    margin: 25px -15px;
    border: none;
    border-bottom: 3px double #c5c5c5;
}


p {
    margin: 0;
    padding: 4px 0 14px 0;
    line-height: 1.5;
}


strong {
    font-weight: 600;
}


ul, ol {
    margin: -5px 0 15px 0;
    padding: 0 0 0 4px;
}

ul.top, ol.top {
    margin-top: 5px;
}

ol li, ul li {
    margin: 0 0 6px 0;
    line-height: 1.5em;
    font-size: 0.9em;
}

ol li {
    margin-left: 20px;
}

ul li {
    list-style: none;
    background: transparent url(/_images/eagle/common/bullet.png) 10px 4px no-repeat;
    padding-left: 22px;
}



/*  HEADINGS AND SUBHEADINGS  */

h1, h2, h3, h4, h5, h6 {
    margin: 25px 0 0 0;
    padding: 0 0 2px 0;
    text-transform: uppercase;
    font-family: "proxima-nova-extra-condensed";
    font-size: 20px;
    font-weight: 600;
    color: #034c87;
}

h1 {
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 35px;
}

h2 {
    margin: 25px -15px 0 -15px;
    border-top: 3px double #c5c5c5;
    padding: 15px 20px;
    font-size: 25px;
}

h2.top {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}

h4 {
    color: #1b2c3e;
}


.subheading1, .subheading2, .subheading3, .subheading4 {
    margin: -15px 0 8px 0;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background: #ffffff;
    padding: 5px 7px;
    font-size: 0.75em;
    font-weight: 600;
    color: #333333;
    cursor: default;
    transition: none 200ms ease-out;
    transition-property: border, background;
}

.subheading3, .subheading4 {
    margin-top: -2px;
}

.subheading1:hover, .subheading2:hover, .subheading3:hover, .subheading4:hover {
    /* border: 1px solid #0071bb;
    background: #e5edf5; */
}

.subheading1 img, .subheading2 img, .subheading3 img, .subheading4 img {
    margin: 0 5px -4px -2px;
    width: 16px;
    height: 16px;
}



/*  ALERT MESSAGES  */

#alerts div {
    margin: -5px -5px 20px -5px;
    border: 2px solid #71bc21;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #e0f1b3;
    padding: 8px 20px;
    font-size: 0.85em;
    line-height: 1.4em;
    color: #336633;
}

#alerts .bad {
    border-color: #cc0000;
    background-color: #ffcccc;
    color: #663333;
}

#alerts .warning {
    border-color: #ffcc99;
    background-color: #ffffcc;
    color: #663333;
}

#alerts .link {
    cursor: pointer;
}


#alerts div h6 {
    margin-top: 2px;
    font-family: "proxima-nova-extra-condensed";
    font-size: 1.6em;
    text-transform: uppercase;
    color: inherit;
}



/*  DIRECTORY BLOCKS & PEOPLE CARDS  */

.directory {
    margin: 10px auto;
    width: 675px;
    border: 1px solid #b5b5b5;
    border-top: 3px solid #0071bb;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 5px #b5b5b5;
    background: #f5f5f5;
    padding: 10px;
    cursor: default;
    transition: none 200ms ease-out;
    transition-property: background;
    page-break-inside: avoid;
}

.directory-ferpa {
    border-top: 3px solid #9d1e35;
    background: #e5e5e5 url(/_images/eagle/directory/bg-ferpa.png) 0 20px repeat-x;
    color: #656565;
}

.directory-hover {
    background: #d5e5f5;
}


.directory .campus {
    float: right;
    margin-top: -5px;
    font-family: "proxima-nova-extra-condensed";
    font-size: 1.2em;
    text-transform: uppercase;
}

.directory .campus img {
    width: 20px;
    height: 20px;
    margin: 1px 4px -2px 0;
}


.directory img.photo {
    float: left;
    width: 90px;
    height: 120px;
    border: 1px solid #656565;
    border-radius: 3px;
}


.directory .beside-photo {
    margin-left: 100px;
    min-height: 122px;
    font-size: 10pt;
}

.directory .beside-photo div {
    margin-bottom: 7px;
}

.directory .beside-photo div.name {
    font-size: 16pt;
    font-weight: 600;
}


.directory .options {
    margin: 10px -10px -10px -10px;
    border-top: 1px solid #d5d5d5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #eeeeee;
    padding: 3px 3px 4px 3px;
    font-size: 0.75em;
    text-align: center;
    transition: none 200ms ease-out;
    transition-property: border-top background;
}

.directory-hover .options {
    border-top: 1px solid #c5c5c5;
    background: #e5e5e5;
}

.directory .options img {
    margin: 0 5px -4px 20px;
    width: 16px;
    height: 16px;
}


.people-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}

.people-card {
    position: relative;
    border: 1px solid #35414f;
    border-radius: 5px;
    box-shadow: 0 0 5px #b5b5b5;
    background: #f5f5f5;
    padding-bottom: 5px;
    page-break-inside: avoid;
}

.people-card-ferpa {
    background: #f5f5f5 url(/_images/eagle/directory/bg-ferpa.png) center 175px repeat-x;
    color: #959595;
    transition: none 200ms ease-out;
    transition-property: color;
}

.people-card-ferpa a {
    color: #959595;
}

.people-card-ferpa:hover {
    color: #333333;
}

.people-card-ferpa:hover a {
    color: #0071bb;
}

.people-card-ferpa:hover a:hover {
    color: #029bff;
}

.people-card .header {
    border-bottom: 1px solid #35414f;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 5px 15px;
    text-align: right;
}

.people-card-employee .header {
    background-color: #0071bb;
}

.people-card-ferpa .header {
    background-color: #95c5ea;
}

.people-card-student .header {
    background-color: #44ba82;
}

.people-card .header .campus {
    width: 24px;
    height: 24px;
}

.people-card .photo {
    display: block;
    margin: -20px auto 5px auto;
    width: 120px;
    height: 120px;
    border: 1px solid #35414f;
    border-radius: 7px;
}

.people-card .name {
    padding: 5px;
    text-align: center;
    font-size: 1.35em;
    font-weight: 600;
}

.people-card .info-block {
    padding: 5px;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.25em;
}

.people-card .info-block a {
    text-align: inherit;
}

.people-card .pre-footer {
    padding: 7px;
}

.people-card .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #35414f;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #e5e5e5;
    padding: 7px 0;
    text-align: center;
    font-size: 0.75em;
}

.people-card .footer img {
    margin: 0 5px -4px 20px;
    width: 16px;
    height: 16px;
}
  


/*  FORMS & BUTTONS  */

input, select, textarea {
    margin-left: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff url(/_images/eagle/common/field-gradient.png) repeat-x;
    padding: 4px 5px;
    font-family: "proxima-nova", sans-serif;
    font-size: 0.95em;
}


p.FormHeader {
    margin-top: 0;
    margin-bottom: 6px;
    border-bottom: 1px solid #e5e5e5;
    height: 2px;
    padding: 0;
    font-size: 4px;
}

p.FormLabel {
    float: left;
    margin-top: 8px;
    margin-bottom: 6px;
    width: 300px;
    height: 30px;
    padding: 0;
    font-weight: 600;
}

p.FormLabel em {
    font-weight: normal;
}

p.FormField {
    margin-top: 0;
    margin-bottom: 6px;
    height: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 0;
    font-size: 0.9em;
}

p.FormField input, p.FormField textarea, p.FormField select {
    margin-top: 0;
    margin-left: 0;
    max-width: 425px;
}

p.FormField select {
    margin-top: 2px;
}

p.FormField input:focus, p.FormField textarea:focus, p.FormField select:focus {
    border: 1px solid #007ac7;
    outline: none;
}

p.FormWithNext {
    border-bottom: 1px dashed #e5e5e5;
}


div.radio-surround {
    margin: 0;
    padding: 0;
}

div.radio-surround label {
    display: block;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #f5f5f5;
    padding: 5px 0;
    transition: none 200ms ease-out;
    transition-property: background, border-color;
}

div.radio-surround label:hover {
    background: #e5edf5;
}

div.radio-surround label.selected {
    border-color: #0071bb;
    background: #d5e5f5;
}

div.radio-surround label.selected:hover {
    background: #d5e5f5;
}


div.eagle-buttons, div.eagle-buttons-right {
    padding: 15px 0 20px 0;
    line-height: 100%;
    text-align: center;
}

div.eagle-buttons-right {
    padding-left: 100px;
}

.eagle-buttons a, .eagle-buttons input, .eagle-buttons-right a, .eagle-buttons-right input {
    -webkit-appearance: none;
    margin: 0 10px;
    border: 1px solid #04505c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 6px #bbb;
    -moz-box-shadow: 0 0 6px #bbb;
    background: #fff;
    padding: 4px 20px;
    font-size: 0.9em;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #04505c;
    cursor: pointer;
    transition: none 200ms ease-out;
    transition-property: border-color, background-color, color;
}

td.eagle-buttons a, td.eagle-buttons input {
    margin: 0 5px;
    padding: 4px 10px;
    font-size: 10pt;
}

.eagle-buttons a:hover, .eagle-buttons input:hover, .eagle-buttons-right a:hover, .eagle-buttons-right input:hover, .eagle-buttons a:focus, .eagle-buttons input:focus, .eagle-buttons-right a:focus, .eagle-buttons-right input:focus {
    border-color: #04505c;
    background-color: #04505c;
    color: #fff;
}

.eagle-buttons .basic2, .eagle-buttons-right .basic2 {
    border-color: #fff;
    background-color: #04505c;
    color: #fff;
}

.eagle-buttons .jump, .eagle-buttons-right .jump {
    border-color: #44ba82;
    color: #44ba82;
}

.eagle-buttons .jump2, .eagle-buttons-right .jump2 {
    border-color: #fff;
    background-color: #44ba82;
    color: #fff;
}

.eagle-buttons .jump:hover, .eagle-buttons .jump2:hover, .eagle-buttons-right .jump:hover, .eagle-buttons-right .jump2:hover, .eagle-buttons .jump:focus, .eagle-buttons .jump2:focus, .eagle-buttons-right .jump:focus, .eagle-buttons-right .jump2:focus {
    border-color: #44ba82;
    background-color: #44ba82;
}

.eagle-buttons .meh, .eagle-buttons-right .meh {
    border-color: #999;
    color: #999;
}

.eagle-buttons .meh2, .eagle-buttons-right .meh2 {
    border-color: #fff;
    background-color: #999;
    color: #fff;
}

.eagle-buttons .meh:hover, .eagle-buttons .meh2:hover, .eagle-buttons-right .meh:hover, .eagle-buttons-right .meh2:hover, .eagle-buttons .meh:focus, .eagle-buttons .meh2:focus, .eagle-buttons-right .meh:focus, .eagle-buttons-right .meh2:focus {
    border-color: #999;
    background-color: #999;
}

.eagle-buttons .nope, .eagle-buttons-right .nope {
    border-color: #9d1e35;
    color: #9d1e35;
}

.eagle-buttons .nope2, .eagle-buttons-right .nope2 {
    border-color: #fff;
    background-color: #9d1e35;
    color: #fff;
}

.eagle-buttons .nope:hover, .eagle-buttons .nope2:hover, .eagle-buttons-right .nope:hover, .eagle-buttons-right .nope2:hover, .eagle-buttons .nope:focus, .eagle-buttons .nope2:focus, .eagle-buttons-right .nope:focus, .eagle-buttons-right .nope2:focus {
    border-color: #9d1e35;
    background-color: #9d1e35;
}

.eagle-buttons .wow, .eagle-buttons-right .wow {
    border-color: #fa8612;
    color: #fa8612;
}

.eagle-buttons .wow2, .eagle-buttons-right .wow2 {
    border-color: #fff;
    background-color: #fa8612;
    color: #fff;
}

.eagle-buttons .wow:hover, .eagle-buttons .wow2:hover, .eagle-buttons-right .wow:hover, .eagle-buttons-right .wow2:hover, .eagle-buttons .wow:focus, .eagle-buttons .wow2:focus, .eagle-buttons-right .wow:focus, .eagle-buttons-right .wow2:focus {
    border-color: #fa8612;
    background-color: #fa8612;
}

.eagle-buttons .yep, .eagle-buttons-right .yep {
    border-color: #0071bb;
    color: #0071bb;
}

.eagle-buttons .yep2, .eagle-buttons-right .yep2 {
    border-color: #fff;
    background-color: #0071bb;
    color: #fff;
}

.eagle-buttons .yep:hover, .eagle-buttons .yep2:hover, .eagle-buttons-right .yep:hover, .eagle-buttons-right .yep2:hover, .eagle-buttons .yep:focus, .eagle-buttons .yep2:focus, .eagle-buttons-right .yep:focus, .eagle-buttons-right .yep2:focus {
    border-color: #0071bb;
    background-color: #0071bb;
}


.inline-form {
    margin: 40px auto;
    width: 525px;
    border: 1px solid #034c87;
    border-radius: 5px;
    background: #ffffff;
    padding: 10px;
}

.inline-form h3, .inline-form h4 {
    margin-top: 0;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 5px;
}

.inline-form h4 {
    margin-top: 35px;
    color: #034c87;
}

.inline-form .subheading2 {
    margin: 2px 0 5px 0;
    border-radius: 5px;
    background: #ffffff;
    padding-bottom: 6px;
    font-family: "proxima-nova", Proxima Nova, Calibri, Arial, sans-serif;
    font-size: 0.6em;
    font-weight: 400;
    text-transform: none;
}

.inline-form .subheading3 {
    background: #ffffff;
}

.inline-form p {
    border-bottom: 1px solid #d5d5d5;
    background: none;
    padding: 10px 0;
    font-size: 10pt;
    font-weight: bold;
}

.inline-form p.bottom {
    border-bottom: none;
}

.inline-form input, .inline-form select, .inline-form textarea {
    margin: 5px 0 3px 0;
    min-width: 513px;
    border-radius: 5px;
    background: #f5f5f5;
    transition: none 100ms ease-out;
    transition-property: border-color, background;
}

.inline-form input[type=checkbox], .inline-form input[type=radio] {
    margin: 5px;
    min-width: 0;
}

.inline-form input.sub {
    margin: 5px 0 0 25px;
    min-width: 488px;
}

.inline-form select {
    min-width: 525px;
}

.inline-form select.sub {
    margin: 5px 0 0 25px;
    min-width: 500px;
}

.inline-form input:hover, .inline-form select:hover, .inline-form textarea:hover {
    border-color: #0071bb;
}

.inline-form input:focus, .inline-form select:focus, .inline-form textarea:focus {
    outline: none;
    border-color: #0071bb;
    background: #e5edf5;
}

.inline-form .non-title {
    font-weight: normal;
}

.inline-form .tip {
    font-style: italic;
    font-weight: normal;
}

.inline-form .error {
    font-style: italic;
    font-weight: bold;
    color: #cc0000;
    display: none;
}

.inline-form .eagle-buttons {
    padding: 15px 0 5px 0;
}

.inline-form .eagle-buttons input {
    margin: 0 5px;
    min-width: inherit;
    white-space: nowrap;
}


.toggle-switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 18px;
    margin: 5px 2px 0 0;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.toggle-switch .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
    background-color: #f5f5f5;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.toggle-switch input:checked + .slider {
    background-color: #0071bb;
    background: linear-gradient(120deg, rgba(149, 197, 234, 1) 0%, rgba(20, 141, 205, 1) 50%, rgba(68, 186, 130, 1) 100%);
}

.toggle-switch input:focus + .slider {
    box-shadow: 0 0 1px #0071bb;
}

.toggle-switch input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}



/*  NOTICES  */

div.notice {
    border: 1px solid #35414f;
    border-left-width: 4px;
    border-radius: 4px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: 7px 7px;
    padding: 7px 5px 5px 47px;
    font-size: 0.9em;
    line-height: 1.25em;
    color: #35414f;
    cursor: default;
}

div.notice-good {
    border-color: #393;
}

div.notice-bad {
    border-color: #933;
    background-color: #ffc;
}

div.notice-alt {
    border-color: #036;
}

div.notice .title {
    font-family: "proxima-nova-extra-condensed", Proxima Nova Extra Condensed, sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
}

div.notice-good .title {
    color: #393;
}

div.notice-bad .title {
    color: #933;
}

div.notice-alt .title {
    color: #036;
}



/*  PROGRESS  */

div.progress8-linear {
    clear: both;
    margin: 0 auto;
    width: 80%;
    border-top: 3px double #bbb;
    padding: 0;
}

div.progress8-linear div {
    margin: -3px 0 0 0;
    border-top: 3px solid #0071bb;
    padding: 2px;
    font-family: "proxima-nova-extra-condensed", Proxima Nova Extra Condensed, sans-serif;
    font-size: 0.75em;
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
    color: #575a5d;
    white-space: nowrap;
}


div.progress8-mini {
    position: relative;
    float: left;
    margin: 10px;
    width: 180px;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 5px #b5b5b5;
    background: #ffffff;
    padding: 10px;
    cursor: default;
    transition: none 200ms ease-out;
    transition-property: background;
}

a div.progress8-mini {
    cursor: pointer;
}

div.progress8-mini-hover {
    background: #d5e5f5;
}

div.progress8-mini div.label {
    line-height: normal;
    font-family: "proxima-nova-extra-condensed", Proxima Nova Extra Condensed, sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}

div.progress8-mini div.percentage {
    border-bottom: 3px double #b5b5b5;
    padding-bottom: 5px;
    line-height: normal;
    font-size: 24pt;
    font-weight: 600;
}

div.progress8-mini div.percentage span {
    font-size: 18pt;
}

div.progress8-mini div.bar {
    margin-top: -3px;
    border-top: 3px solid #0071bb;
    line-height: 5px;
}


div.progress8-radial {
    position: relative;
    float: left;
    width: 100px;
    height: 50px;
    margin-bottom: 25px;
    cursor: default;
}

a div.progress8-radial {
    cursor: pointer;
}

div.progress8-radial div {
    position: absolute;
    top: 0;
    left: 25px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 3px solid #cccccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    clip: rect(0 25px 25px 0);
    text-align: center;
}

div.progress8-radial div.label {
    padding: 13px 0 0 2px;
    font-size: 14pt;
    clip: auto;
}

div.progress8-radial div.label span {
    font-size: 10pt;
}

div.progress8-radial div.over25 {
    transform: rotate(90deg);
}

div.progress8-radial div.over50 {
    transform: rotate(180deg);
}

div.progress8-radial div.over75 {
    transform: rotate(270deg);
}

div.progress8-radial div.title {
    top: 55px;
    left: 0;
    width: 100%;
    border: none;
    font-family: "proxima-nova-extra-condensed", Proxima Nova Extra Condensed, sans-serif;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 10pt;
    clip: auto;
}

div.progress8-radial div.title a {
    text-decoration: none;
    color: inherit;
}

div.progress8-radial div.title a:hover {
    text-decoration: underline;
}



/*  SUGGESTIONS  */

span.suggestions {
    position: absolute;
    z-index: 20;
    margin-top: -6px;
}

span.suggestions div {
    width: 515px;
    border: 1px solid #0071bb;
    border-top: none;
    background-color: #fff;
    padding: 2px 4px 4px 4px;
    font-size: 0.8em;
    line-height: normal;
    cursor: default;
}

span.suggestions div.topper {
    background-color: #e5edf5;
    padding: 2px 4px 1px 4px;
    font-size: 0.1em;
}

span.suggestions div.zebra {
    background-color: #eee;
}

span.suggestions div.over {
    background-color: #ffc;
}

span.suggestions div strong {
    font-size: 1em;
    font-weight: 600;
}



/*  TABLES  */

table, tbody, tfoot, thead, tr, th, td {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

td, th {
    vertical-align: top;
    text-align: left;
}


table.tbl1, table.tbl2 {
    margin: 10px auto;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

table.tbl1 tr, table.tbl2 tr {
    transition: none 100ms ease-out;
    transition-property: background;
}

table.tbl1 th, table.tbl1 td, table.tbl2 th, table.tbl2 td {
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    padding: 4px;
    vertical-align: middle;
    font-size: 10pt;
    cursor: default;
}

table.tbl1 th, table.tbl2 th {
    background: #b4c0cc url(/_images/eagle/common/bg-tbl1-th.png);
    font-size: 0.9em;
    font-weight: 600;
}

table.tbl1 th.center, table.tbl1 td.center, table.tbl2 th.center, table.tbl2 td.center {
    text-align: center;
}

table.tbl1 th.right, table.tbl1 td.right, table.tbl2 th.right, table.tbl2 td.right {
    text-align: right;
}

table.tbl1 th.label, table.tbl1 td.label, table.tbl2 th.label, table.tbl2 td.label {
    padding-left: 0;
}

table.tbl1 td.options, table.tbl2 td.options {
    padding-top: 7px;
    padding-bottom: 4px;
}

table.tbl1 th.options img, table.tbl1 td.options img, table.tbl2 th.options img, table.tbl2 td.options img {
    margin: 0 4px;
    width: 16px;
    height: 16px;
}

table.tbl1 th.top, table.tbl1 td.top, table.tbl2 th.top, table.tbl2 td.top {
    vertical-align: top;
}


table.tbl2 {
    border: 0;
}

table.tbl2 th, table.tbl2 td {
    border: 0;
    background: none;
}

table.tbl2 th {
    border-bottom: 1px solid #1b2c3e;
    padding-top: 25px;
    padding-bottom: 2px;
    font-family: "proxima-nova-extra-condensed", Proxima Nova Extra Condensed, sans-serif;
    font-size: 14pt;
    text-transform: uppercase;
    color: #1b2c3e;
}

table.tbl2 td {
    border-bottom: 1px solid #aaa;
    padding: 7px 5px;
}


table.tbl2 td.option-button a {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    background-color: transparent;
    padding: 3px 10px 3px 10px;
    font-weight: bold;
    text-decoration: none;
    transition: none 100ms ease-out;
    transition-property: border-color, background-color;
}

table.tbl2 tr:hover td.option-button a {
    border-color: #a5a5a5;
}

table.tbl2 tr:hover td.option-button a:hover {
    border-color: #0071bb;
    background-color: #ffffff;
    text-decoration: none;
    color: #0071bb;
    cursor: pointer;
}

table.tbl2 td.option-button img {
    margin: 0 5px -3px 0;
}


table.tbl1 img.person-photo, table.tbl2 img.person-photo {
    float: left;
    margin: 0 7px 0 2px;
    width: 30px;
    height: 30px;
    border: 1px solid #1b2c3e;
    border-radius: 16px;
    -moz-border-radius: 16px;
}



/*  TIMELINES  */

.timeline-icon {
    float: left;
    margin-top: 5px;
    width: 16px;
    height: 16px;
}

.timeline-content {
    margin: 0 0 20px 22px;
    border-left: 2px solid #1b2c3e;
    border-right: 1px solid #1b2c3e;
    background-color: #e5e5e5;
    padding: 10px;
    font-size: 0.9em;
}

.timeline-header {
    margin-top: -5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 3px;
    color: #1b2c3e;
    font-family: "proxima-nova-extra-condensed";
    font-size: 10pt;
    text-transform: uppercase;
}

.timeline-details {
    margin-top: 10px;
    font-size: 10pt;
    font-style: italic;
}



/*  USER PROFILES  */

.user-profile {
    margin: 10px auto;
    box-shadow: 0 0 5px #a5a5a5;
    width: 650px;
    border: 1px solid #034c87;
    border-radius: 4px;
    background: #ffffff;
}

.user-profile-header {
    border-bottom: 1px solid #034c87;
    height: 54px;
    background-color: #0071bb;
    padding: 5px 10px;
    color: #e5e5e5;
}

.user-profile-alert {
    float: right;
    margin-top: 10px;
    width: 100px;
    border: 2px solid #9d1e35;
    border-radius: 4px;
    background: #f5f5c5;
    padding: 3px;
    text-align: center;
    font-size: 10pt;
    font-weight: 600;
    color: #9d1e35;
}

.user-profile-alert img {
    margin: 0 7px -3px 0;
    width: 16px;
    height: 16px;
}

.user-profile-photo {
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border: 2px solid #e5e5e5;
    border-radius: 40px;
}

.user-profile-name {
    padding-top: 5px;
    font-size: 18pt;
    font-weight: 600;
}

.user-profile-title {
    margin-top: -2px;
    font-family: "proxima-nova-extra-condensed";
    font-size: 10pt;
    text-transform: uppercase;
}

.user-profile-content {
    height: 100px;
    padding: 10px 0 0 35px;
}

.user-profile ul {
    float: right;
    margin-top: -10px;
    width: 175px;
    padding: 0;
}

.user-profile ul li {
    margin: 0;
    border-bottom: 1px solid #034c87;
    background: none;
    padding: 5px 10px;
    font-size: 10pt;
    font-weight: 600;
    color: #1b2c3e;
    cursor: default;
}

.user-profile ul li a {
    display: block;
    margin: -5px -10px;
    padding: 5px 10px;
    background: url("/_images/eagle/common/v9_leftbar2_ul_li.png") 155px 5px no-repeat;
    text-decoration: none;
    color: #1b2c3e;
}

.user-profile ul li a:hover {
    background-color: #d5e5f5;
}

.user-profile ul li img {
    margin: 0 7px -3px 0;
    width: 16px;
    height: 16px;
}



/*  CLASSES  */

.blurry {
    filter: blur(2px);
}

.PrintOnly, .mobile {
    display: none;
}
