
/* - ploneCustom.css - */
@media all {
/* http://equity.psu.edu/portal_css/ploneCustom.css?original=1 */
/* **/
dl.portlet dt.portletHeader.hiddenStructure {
display: block;
background: transparent;
background-image: none;
border: none;
height: 0.1em;
overflow: hidden;
padding: 0;
margin: -0.1em 0 0 -0.1em;
width: 1px;
}
/* **/
.portletWrapper .portlet a { display: inline; }
/* */
#portal-globalnav {
text-align: left;
}
#portal-globalnav {
top: 122px;
}
#portal-header { height: 111px; }
@media print {
#portal-header { height: auto; }
}
/* */
.supplementalContent {
border-left: 1px dotted #CCCCCC;
float: right;
margin: 0.5em 0 1em 1.5em;
padding-left: 1.5em;
}
.hide {
display: none;
}
.all-caps {
text-transform: uppercase;
}
/* ****/
.wwiProfileContainer {
background: #002061; /* */
background: -moz-linear-gradient(top, #002061 0%, #002061 60%, #cfdae8 100%); /* */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002061), color-stop(60%,#002061), color-stop(100%,#cfdae8)); /* */
background: -webkit-linear-gradient(top, #002061 0%,#002061 60%,#cfdae8 100%); /* */
background: -o-linear-gradient(top, #002061 0%,#002061 60%,#cfdae8 100%); /* */
background: -ms-linear-gradient(top, #002061 0%,#002061 60%,#cfdae8 100%); /* */
background: linear-gradient(to bottom, #002061 0%,#002061 60%,#cfdae8 100%); /* */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002061', endColorstr='#cfdae8',GradientType=0 ); /* */
color: #FFFFFF;
padding: 1em 0em 1em 1em;
text-align: right;
}
#content .wwiProfileContainer h1 {
color: white;
font-size: 4em;
font-weight: normal;
letter-spacing: 0.04em;
line-height: 1.1em;
margin: 0 0.3em 0.5em 0;
text-transform: uppercase;
}
.wwiProfileContainer h1 em {
text-transform: none;
}
#content .wwiProfileContainer .newsImageContainer {
margin: 0 0 1em 1em;
}
.wwiProfileContainer .profileContainer {
margin-right: 375px;
}
.wwiProfileContainer h2.documentFirstHeading {
border-top: 2px solid #43ba5b;
color: #43ba5b;
font-size: 2em;
letter-spacing: 0.02em;
padding: 0.3em 0 0 0;
}
.wwiProfileContainer h3 {
color: #43ba5b;
}
.wwiProfileContainer h3:nth-of-type(1) {
border-top: 2px solid #43ba5b;
}
.wwiProfileContainer .profileContent p:nth-of-type(1) {
font-size: 1.3em;
}
.wwiProfileContainer .quoteFooter {
background: url("wlogo.png") top left no-repeat transparent;
clear: both;
min-height: 12em;
}
#content .wwiProfileContainer .quoteFooter p {
color: #002061;
font-size: 1.5em;
font-style: italic;
font-weight: normal;
letter-spacing: 0.03em;
line-height: 1.7em;
margin: 0;
padding: 1em 1em 1em 3em;
vertical-align: middle;
}
dl.portlet .portletItem .wwiProfile {
text-align: right;
}
dl.portlet .portletItem .wwiProfile a {
border-bottom: none;
}
dl.portlet .portletItem .imageInPortlet {
float: right;
margin: 0.2em 0 1.5em 0.4em;
}
dl.portlet .portletItem .profilePerson {
font-size: 1.3em;
text-align: left;
}
.portlet-collection-women-with-influence .portletFooter {
background-color: transparent;
}
/* ****/
/* ****/
.tree ul {
padding-top: 20px;
position: relative;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}
.tree li {
float: left;
text-align: center;
list-style-type: none;
position: relative;
padding: 20px 5px 0 5px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}
.tree_text {
display: block;
}
/* */
.tree li::before, .tree li::after {
content: '';
position: absolute;
top: 0;
right: 50%;
border-top: 1px solid #ccc;
width: 50%;
height: 20px;
}
.tree li::after {
right: auto;
left: 50%;
border-left: 1px solid #ccc;
}
/* */
.tree li:only-child::after, .tree li:only-child::before {
display: none;
}
/* */
.tree li:only-child {
padding-top: 0;
}
/* */
.tree li:first-child::before, .tree li:last-child::after {
border: 0 none;
}
/* */
.tree li:last-child::before {
border-right: 1px solid #ccc;
border-radius: 0 5px 0 0;
-webkit-border-radius: 0 5px 0 0;
-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after {
border-radius: 5px 0 0 0;
-webkit-border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
}
/* */
.tree ul ul::before {
content: '';
position: absolute;
top: 0;
left: 50%;
border-left: 1px solid #ccc;
width: 0;
height: 20px;
}
.tree li a {
border: 1px solid #ccc;
padding: 5px 10px;
text-decoration: none;
color: #666;
font-family: arial, verdana, tahoma;
font-size: 11px;
display: inline-block;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}
/* */
/* */
.tree li a:hover, .tree li a:hover+ul li a {
background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
/* */
.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before{
border-color:  #94a0b4;
}
/* ****/
/* ****/
#content .facultyStaffDirectory .tabularView table {
margin-top: 1em;
}
#content .facultyStaffDirectory .tabularView table caption {
border-bottom: 1px solid #CCCCCC;
color: #444444;
font-size: 1.75em;
font-weight: normal;
letter-spacing: -0.05em;
line-height: 1.5em;
margin-bottom: 0.3em;
text-align: left;
}
#content .facultyStaffDirectory .tabularView thead th {
background-color: #0D35AE;
border: 1px solid #0D35AE;
color: #FFFFFF;
font-size: 0.8em;
padding: 0.5em 1em;
text-align: left;
}
#content .facultyStaffDirectory .tabularView tbody tr.odd {
background: #EEE none repeat scroll 0% 0%;
}
#content .facultyStaffDirectory .tabularView ul.jobTitle li {
font-size: 93%;
font-weight: normal;
line-height: 1.1em;
list-style-image: none;
list-style-type: none;
margin: 0.5em 0 0 0;
}
#content .facultyStaffDirectory .tabularView td {
padding: 0.5em;
}
#content .facultyStaffDirectory .tabularView td.personName {
min-width: 10em;
padding-right: 2em;
}
#content .facultyStaffDirectory .tabularView td.officePhone {
min-width: 7em;
}
#content .facultyStaffDirectory .tabularView td.contactDetails {
min-width: 9em;
padding-right: 2em;
}
#content .facultyStaffDirectory .tabularView td.contactDetails .address {
font-size: 80%;
}
#content .facultyStaffDirectory .tabularView td.specialtyColumn {
font-size: 80%;
}
/* ****/
/* ****/
#content blockquote {
border-left: 4px solid #DDD;
color: #666;
padding: 0 15px;
}
#content code {
background-color: #DDD;
padding: 0 0.3em;
}
#content pre {
background-color: #333;
}
/* ****/
/* ****/
/* */
.subsection-comprehensive-studies-program-application #portal-siteactions,
.subsection-comprehensive-studies-program-application #portal-searchbox,
.subsection-comprehensive-studies-program-application #portal-globalnav,
.subsection-comprehensive-studies-program-application #content div#plone-document-byline {
display: none;
}
/* ****/
/* ****/
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
/* ****/
/* ****/
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default,
a.btn-default:link,
a.btn-default:visited {
color: #333;
}
.btn-default {
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary,
a.btn-primary:link,
a.btn-primary:visited {
color: #fff;
}
.btn-primary {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-success,
a.btn-success:link,
a.btn-success:visited {
color: #fff;
}
.btn-success {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info,
a.btn-info:link,
a.btn-info:visited {
color: #fff;
}
.btn-info {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning,
a.btn-warning:link,
a.btn-warning:visited {
color: #fff;
}
.btn-warning {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger,
a.btn-danger:link,
a.btn-danger:visited {
color: #fff;
}
.btn-danger {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link,
a.btn-link:link,
a.btn-link:visited {
font-weight: normal;
color: #337ab7;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
/* ****/
/* ****/
div#psu-icon {
width: auto;
height: auto;
top: 15px;
}
/* ****/
/* ****/
.AbovePortletManager1 .portletCollection .portletHeader,
.AbovePortletManager1 .portletCollection .portletFooter {
display: none;
}
.AbovePortletManager1 .portletCollection .portletItem {
border: none;
display: inline-block;
padding: 0;
}
.AbovePortletManager1 dl.portlet.portletCollection dd.portletItem a {
background-color: #103DB4;
border: none;
color: white !important;
padding: 1em;
text-align: center;
}
.AbovePortletManager1 dl.portlet.portletCollection dd.portletItem a:hover {
background-color: white !important;
border: none;
color: #103DB4 !important;
}
.AbovePortletManager1 dl.portlet-collection-talent-search-audience-nav dd.portletItem {
width: 32%;
}
.AbovePortletManager1 dl.portlet-collection-talent-search-audience-nav dd.portletItem a {
display: inline-block;
width: 100%;
}
/* ****/
body.section-talent-search .InHeaderPortletManager1 {
margin-top: 1em;
}
.InHeaderPortletManager1 .portletCollection .portletFooter {
display: none;
}
.InHeaderPortletManager1 .portletCollection .portletHeader,
.InHeaderPortletManager1 .portletCollection .portletItem {
border: none;
display: inline-block;
padding: 0;
}
.InHeaderPortletManager1 .portletCollection .portletHeader {
font-size: 2em;
padding-top: 0.2em;
}
.InHeaderPortletManager1 dl.portlet.portletCollection {
/* */
/* */
}
.InHeaderPortletManager1 dl.portlet.portletCollection dt.portletHeader {
background: none;
color: #103DB4;
text-align: left;
}
.InHeaderPortletManager1 dl.portlet.portletCollection dd.portletItem a {
background-color: #C14E02;
border: none;
color: white !important;
padding: 0.5em;
text-align: center;
}
.InHeaderPortletManager1 dl.portlet.portletCollection dd.portletItem a:hover {
background-color: white !important;
border: none;
color: #C14E02 !important;
}
.InHeaderPortletManager1 dl.portlet-collection-talent-search dt.portletHeader,
.InHeaderPortletManager1 dl.portlet-collection-talent-search dd.portletItem {
width: 24.5%;
}
.InHeaderPortletManager1 dl.portlet-collection-talent-search dd.portletItem a {
display: inline-block;
width: 100%;
}
/* ****/
.eoc-apply-step1 { color: #009C96; }
.eoc-apply-step2 { color: #FFB217; }
.eoc-apply-step3 { color: #EE2F24; }
.eoc-apply-step1 > a { color: #009C96; }
.eoc-apply-step2 > a { color: #FFB217; }
.eoc-apply-step3 > a { color: #EE2F24; }
.eoc-apply-details {
font-size: 0.8em;
}
div.cell.BelowPortletManager1,
div.cell.BelowPortletManager6 {
float: none;
margin-left: -98.875%;
width: 97.75%;
}
div.cell.BelowPortletManager4 + div.cell {
clear: both;
}
div.cell.BelowPortletManager2 {
margin-left: -98.875%;
width: 31.08%;
}
div.cell.BelowPortletManager3 {
margin-left: -65.545%;
width: 31.08%;
}
div.cell.BelowPortletManager4 {
margin-left: -32.205%;
width: 31.08%;
}
.portlet-static-eoc-apply-heading {
font-size: 1.25em;
margin-top: 1em;
text-align: center;
}
.portlet-static-eoc-apply-heading h2 { color: #EE2F24; }
.portlet-static-step-1-details,
.portlet-static-step-2-details,
.portlet-static-step-3-details {
min-height: 10em;
}
.portlet-static-step-2-details p {
line-height: 1.5em;
margin: 0.5em 0 0 0;
padding: 0 3em;
}
.portlet-static-eoc-apply-footer {
padding-top: 1em;
text-align: center;
}
@media only screen and (max-width: 610px) {
#portlets-below > div.cell {
float: none;
margin-left: -98.875%;
width: 97.75%;
}
.portlet-static-step-1-details,
.portlet-static-step-2-details,
.portlet-static-step-3-details {
min-height: 0;
}
.portlet-static-step-1-icon,
.portlet-static-step-2-icon,
.portlet-static-step-3-icon {
display: none;
}
}
/* ****/
/* ****/
body.section-scholars-programs #portal-columns,
body.section-student-disability-resources #portal-columns,
body.section-talent-search #portal-columns {
font-family: Open Sans, Verdana, Arial, Helvetica, sans-serif;
}
/* */
.section-scholars-programs #portal-breadcrumbs,
.section-student-disability-resources #portal-breadcrumbs,
.section-talent-search #portal-breadcrumbs {
display: none;
}
/* */
.section-scholars-programs.template-folder_summary_view #content .tileItem .tileHeadline,
.section-student-disability-resources.template-folder_summary_view #content .tileItem .tileHeadline,
.section-talent-search.template-folder_summary_view #content .tileItem .tileHeadline {
font-size: 1.2em;
line-height: 1em;
}
.section-scholars-programs.template-folder_summary_view #content .tileItem .tileFooter,
.section-student-disability-resources.template-folder_summary_view #content .tileItem .tileFooter,
.section-talent-search.template-folder_summary_view #content .tileItem .tileFooter {
margin-bottom: 2.5em;
}
.section-scholars-programs.template-folder_summary_view #content .tileItem .tileFooter a,
.section-student-disability-resources.template-folder_summary_view #content .tileItem .tileFooter a,
.section-talent-search.template-folder_summary_view #content .tileItem .tileFooter a {
display: none;
}
/* */
.section-scholars-programs h1,
.section-scholars-programs h2,
.section-student-disability-resources h1,
.section-student-disability-resources h2,
.section-talent-search h1,
.section-talent-search h2 {
letter-spacing: normal;
}
.section-scholars-programs #content h2 a[href],
.section-scholars-programs #content h3 a[href],
.section-student-disability-resources #content h2 a[href],
.section-student-disability-resources #content h3 a[href],
.section-talent-search #content h2 a[href],
.section-talent-search #content h3 a[href] {
border-bottom: 1px solid #ccc !important;
}
.section-scholars-programs h1,
.section-student-disability-resources h1,
.section-talent-search h1 {
font-size: 2em;           /* */
line-height: 1.1em;
}
.section-scholars-programs h2,
.section-student-disability-resources h2,
.section-talent-search h2 {
color: #333;
font-size: 1.65em;        /* */
font-weight: normal;
line-height: 1.2em;       /* */
margin-top: 1em;
}
.section-scholars-programs h2:first-of-type,
.section-student-disability-resources h2:first-of-type,
.section-talent-search h2:first-of-type {
margin-top: 0.5em;
}
.section-scholars-programs h3,
.section-student-disability-resources h3,
.section-talent-search h3 {
color: #333;
line-height: 1.2em;       /* */
margin-top: 1em;
}
.section-scholars-programs h3:first-of-type,
.section-student-disability-resources h3:first-of-type,
.section-talent-search h3:first-of-type {
margin-top: 0.5em;
}
.section-scholars-programs h4,
.section-student-disability-resources h4,
.section-talent-search h4 {
/* */
font-weight: normal;
margin-top: 1em;
}
/* */
.section-scholars-programs #content .documentDescription,
.section-scholars-programs #content #description,
.section-student-disability-resources #content .documentDescription,
.section-student-disability-resources #content #description,
.section-talent-search #content .documentDescription,
.section-talent-search #content #description {
font-size: 1.2em;         /* */
font-weight: normal;
margin-bottom: 1em;
}
/* */
.section-scholars-programs #content,
.section-student-disability-resources #content,
.section-talent-search #content {
font-size: 100%;          /* */
margin: 0 0 2em 0;
}
.section-scholars-programs #content p,
.section-student-disability-resources #content p,
.section-talent-search #content p {
margin-top: 0.5em;
}
.section-scholars-programs #content table,
.section-scholars-programs #content ul,
.section-scholars-programs #content ol,
.section-scholars-programs #content dl,
.section-student-disability-resources #content table,
.section-student-disability-resources #content ul,
.section-student-disability-resources #content ol,
.section-student-disability-resources #content dl,
.section-talent-search #content table,
.section-talent-search #content ul,
.section-talent-search #content ol,
.section-talent-search #content dl {
margin-bottom: 1em;
margin-top: 0.5em;
}
.section-scholars-programs #content p + ul,
.section-student-disability-resources #content p + ul,
.section-talent-search #content p + ul {
margin-top: -0.9em;
}
.section-scholars-programs #edit-bar,
.section-student-disability-resources #edit-bar,
.section-talent-search #edit-bar {
font-size: 70%;
min-height: 2.3em;
}
.section-scholars-programs #content div.documentByLine,
.section-student-disability-resources #content div.documentByLine,
.section-talent-search #content div.documentByLine {
font-size: 0.7em;
margin-bottom: 0.5em;
margin-top: -0.5em;
}
.section-scholars-programs.subsection-about-staff .facultyStaffDirectory table .specialtyColumn,
.section-student-disability-resources.subsection-about-staff .facultyStaffDirectory table .specialtyColumn,
.section-talent-search.subsection-about-staff .facultyStaffDirectory table .specialtyColumn {
display: none;
}
/* **/
.section-scholars-programs #content dl.portlet.toc,
.section-student-disability-resources #content dl.portlet.toc,
.section-talent-search #content dl.portlet.toc {
background-color: #F9F9F9;
border: 1px solid #ccc;
}
.section-scholars-programs #content dl.portlet.toc dt.portletHeader,
.section-student-disability-resources #content dl.portlet.toc dt.portletHeader,
.section-talent-search #content dl.portlet.toc dt.portletHeader {
background: none;
color: #333;
text-align: left;
}
.section-scholars-programs #content dl.portlet.toc dd.portletItem,
.section-student-disability-resources #content dl.portlet.toc dd.portletItem,
.section-talent-search #content dl.portlet.toc dd.portletItem {
border: none;
padding: 0.5em;
}
.section-scholars-programs #content dl.portlet.toc dd.portletItem a,
.section-student-disability-resources #content dl.portlet.toc dd.portletItem a,
.section-talent-search #content dl.portlet.toc dd.portletItem a {
display: inline;          /* */
}
.section-scholars-programs #content dl.portlet.toc dd.portletItem > ol,
.section-student-disability-resources #content dl.portlet.toc dd.portletItem > ol,
.section-talent-search #content dl.portlet.toc dd.portletItem > ol {
list-style-type: none;
margin: 0;
margin-left: 1em;
}
.section-scholars-programs #content dl.portlet.toc dd.portletItem > ol li > ol,
.section-student-disability-resources #content dl.portlet.toc dd.portletItem > ol li > ol,
.section-talent-search #content dl.portlet.toc dd.portletItem > ol li > ol {
list-style-type: disc;
margin-left: 3em;
}
/* **/
.section-scholars-programs #portal-column-one dl.portletNavigationTree ul.navTree .navTreeItem,
.section-student-disability-resources #portal-column-one dl.portletNavigationTree ul.navTree .navTreeItem,
.section-talent-search #portal-column-one dl.portletNavigationTree ul.navTree .navTreeItem {
padding-bottom: 0.3em;
padding-top: 0.3em;
}
.section-scholars-programs #portal-column-one dl.portletNavigationTree ul.navTree li a,
.section-student-disability-resources #portal-column-one dl.portletNavigationTree ul.navTree li a,
.section-talent-search #portal-column-one dl.portletNavigationTree ul.navTree li a {
border: none;
display: inline;
float: none;
line-height: 1.5em;
padding: 0;
}
.section-scholars-programs #portal-column-one dl.portletNavigationTree ul.navTree li a:hover,
.section-student-disability-resources #portal-column-one dl.portletNavigationTree ul.navTree li a:hover,
.section-talent-search #portal-column-one dl.portletNavigationTree ul.navTree li a:hover {
background-color: transparent !important;      /* */
border-bottom: 0.07em solid #ccc;
color: #333 !important;                        /* */
}
.section-scholars-programs #portal-column-one dl.portletNavigationTree ul.navTree .navTreeCurrentItem,
.section-student-disability-resources #portal-column-one dl.portletNavigationTree ul.navTree .navTreeCurrentItem,
.section-talent-search #portal-column-one dl.portletNavigationTree ul.navTree .navTreeCurrentItem {
background-color: transparent;
color: #000 !important;                        /* */
font-weight: bold;
}
.section-scholars-programs #portal-column-one dl.portletNavigationTree ul.navTree .navTreeItemInPath > a,
.section-student-disability-resources #portal-column-one dl.portletNavigationTree ul.navTree .navTreeItemInPath > a,
.section-talent-search #portal-column-one dl.portletNavigationTree ul.navTree .navTreeItemInPath > a {
background-color: transparent;
color: #333 !important;                        /* */
font-weight: bold;
}
.section-scholars-programs #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel1,
.section-student-disability-resources #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel1,
.section-talent-search #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel1 {
background-color: #F9F9F9;
border: 1px solid #ccc;
margin-left: 1em;
}
.section-scholars-programs #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel1 .navTreeItem,
.section-student-disability-resources #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel1 .navTreeItem,
.section-talent-search #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel1 .navTreeItem {
padding-left: 0.5em;                           /* */
padding-right: 0.5em;
}
.section-scholars-programs #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel2,
.section-student-disability-resources #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel2,
.section-talent-search #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel2 {
margin-left: 1em;
}
/* */
.section-scholars-programs .portletStaticText h1:first-of-type,
.section-scholars-programs .portletStaticText h2:first-of-type,
.section-scholars-programs .portletStaticText h3:first-of-type,
.section-scholars-programs .portletStaticText h4:first-of-type,
.section-scholars-programs .portletStaticText h5:first-of-type,
.section-student-disability-resources .portletStaticText h1:first-of-type,
.section-student-disability-resources .portletStaticText h2:first-of-type,
.section-student-disability-resources .portletStaticText h3:first-of-type,
.section-student-disability-resources .portletStaticText h4:first-of-type,
.section-student-disability-resources .portletStaticText h5:first-of-type,
.section-talent-search .portletStaticText h1:first-of-type,
.section-talent-search .portletStaticText h2:first-of-type,
.section-talent-search .portletStaticText h3:first-of-type,
.section-talent-search .portletStaticText h4:first-of-type,
.section-talent-search .portletStaticText h5:first-of-type {
margin-top: 0;
}
.section-scholars-programs .portletStaticText ul,
.section-student-disability-resources .portletStaticText ul,
.section-talent-search .portletStaticText ul {
list-style-image: none;
list-style-type: disc;
margin: 0;
margin-left: 2em;
}
/* */
dl.portlet {
margin-bottom: 2em;
}
/* */
dl.portlet dd.portletItem a:hover,
dl.portlet dd.portletFooter a:hover,
#portal-breadcrumbs a:hover,
dl.portlet dd.portletItem a:focus,
dl.portlet dd.portletFooter a:focus,
#portal-breadcrumbs a:focus {
background-color: transparent !important;
color: #333 !important;
}
/* */
/* */
#portal-globalnav .selected a {
background-color: transparent;
border: 0;
color: white;
}
.section-welcome-to-educational-equity #portal-globalnav .selected a,
.section-home #portal-globalnav .selected a {
color: #103eb4;
background-color: white;
-webkit-border-radius: 8px 8px 0px 0px;
-moz-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
}
/* */
.section-scholars-programs #portal-column-content,
.section-student-disability-resources #portal-column-content,
.section-talent-search #portal-column-content {
margin-top: 3em;
}
.section-scholars-programs #portal-column-two,
.section-student-disability-resources #portal-column-two,
.section-talent-search #portal-column-two {
margin-top: 3.2em;
}
.section-scholars-programs #portal-column-one dl.portletNavigationTree dt,
.section-student-disability-resources #portal-column-one dl.portletNavigationTree dt,
.section-talent-search #portal-column-one dl.portletNavigationTree dt {
display: none;
}
.section-scholars-programs #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel0 .navTreeTopNode,
.section-student-disability-resources #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel0 .navTreeTopNode,
.section-talent-search #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel0 .navTreeTopNode {
color: #666 !important;
display: block;
font-size: 2em;
line-height: 1em;
margin: 0;
padding: 0;
padding-bottom: 0.5em;
overflow: visible;
white-space: nowrap;
}
.section-scholars-programs #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel0 .navTreeTopNode a,
.section-student-disability-resources #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel0 .navTreeTopNode a,
.section-talent-search #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel0 .navTreeTopNode a {
color: #666 !important;
}
.section-scholars-programs #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel0 .navTreeTopNode .navTreeCurrentItem,
.section-student-disability-resources #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel0 .navTreeTopNode .navTreeCurrentItem,
.section-talent-search #portal-column-one dl.portletNavigationTree ul.navTree.navTreeLevel0 .navTreeTopNode .navTreeCurrentItem {
color: #666 !important;
font-weight: normal;
}
/* */
div.hr {
border-bottom: 1px solid #ccc;
height: 1px;
margin: 0;
margin-bottom: 1em;
padding: 0;
}
/* ****/
/* ****/
.subsection-diversability-october h1.documentFirstHeading,
.subsection-diversability-october #content div.documentByLine,
.subsection-diversability-october #portlets-below-title,
.subsection-diversability-october .documentDescription {
display: none;
}
/* ****/
/* ****/
#content .eventTable thead th {
background-color: #0D35AE;
border: 1px solid #0D35AE;
color: #FFFFFF;
font-size: 0.8em;
padding: 0.5em 1em;
text-align: left;
}
#content .eventTable thead th:first-child {
width: 9em;
}
#content .eventTable .event-desc {
font-size: 85%;
line-height: 1.5em;
}
/* ****/
/* ****/
#content .eventDetails {
border: 0;
border-left: 1px solid #DDDDDD;
padding-bottom: 1em;
padding-left: 1em;
width: 17em;
}
#content .eventDetails h2 {
background-color: transparent;
font-size: 1.65em;
padding: 0;
}
#content .eventDetails h3 {
font-size: 1.2em;
}
#content .eventDetails h3 + div {
margin-left: 2em;
}
/* ****/
/* ****/
.section-student-disability-resources .portlet-static-schedule {
margin-top: -0.5em;
margin-bottom: 1em;
}
/* ****/
/* ****/
.section-talent-search .portlet-static-apply {
margin-top: -0.5em;
margin-bottom: 1em;
}
/* ****/
/* ****/
.banner {
}
@media print {
.banner {
display: none;
}
}
.banner .banner-content {
font-size: 1.2em;
margin: 0 auto;
padding: 0;
width: 70%;
}
.banner .banner-content img {
border: 0;
}
.banner .banner-content strong {
text-transform: uppercase;
}
.banner .banner-content p {
padding-top: 1em;
}
/* ****/
/* ****/
@media print {
/* */
#portal-personaltools-wrapper { display: none; }
#footer-wrapper { display: none; }
/* */
a {
text-decoration: none;
border-bottom: none;
}
/* */
#content-core a:link:after, a:visited:after {
content:" [" attr(href) "] ";
}
#content-core ul > li a:link:after, a:visited:after {
color: #666;
content:attr(href);
display: block;
font-size: 0.8em;
}
/* */
ul > li { margin-bottom: 0.3em; }
}
/* ****/

}

