/*proxima nova*/
@import url("rih7sup.css");

/*core colors*/
:root {
  --sky: #009CDE;
  --nittany-navy: #001E44;
  --beaver-blue: #1e407c;
  --keystone: #FFD100;
  --pugh-blue: #96BEE6;
  --lighter-pugh: #E5EDF8; /*pugh 25*/
  --limestone: #F6F6F6;
}
/***************************************/


/*fonts*/


/***************************************/

body {
	font-family: "proxima-nova", sans-serif;
	color: #333;
	font-weight: 500;
	font-size: 16px;
}
#content-core {
	font-size: 16px;
	line-height: 1.5em;
}
a:hover, a:focus {
	text-decoration: underline;
}

a:link, a:visited, .portletNavigationTree nav.portletContent > ul > li > a, .plone-breadcrumb ol a {
	color:#005fa9;
	font-weight:700;
}

h1 a:hover, h2 a:hover, h3 a:hover, h1 a:focus, h2 a:focus, h3 a:focus {
	border: none;
	text-decoration: underline;
	
}
h1 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	font-size: 34px;
	color: var(--beaver-blue);
	letter-spacing: 0px;
	
}
h2 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	font-size: 28px;
	color: #333;
	letter-spacing: 0px;
}
h3 {
	margin-top: 10px;
	font-family:  "serifa", serif;
}
h4 {
	font-weight: 600;
}
h5 {
	font-weight: 600;
	font-size:16px;
	margin-top:25px;
}
figcaption {
	font-size: 85%;
	display: table-caption;
	caption-side: bottom;
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 20.65px;
}
figure.captioned {
	display: table;
}
figure img.captioned {
	margin: 0;
}
.image-left{
	margin: 0px 1em .5em 0;
}
hr {
	border-top: 1px solid #333;
}
ol{
	list-style-position: inside;
}

/***************************************/
  
  
  /*PDF class styles*/
  
  
 /***************************************/
.content-block-dark{
	background:var(--beaver-blue);
	color:#fff!important;
 }
.content-block-dark > * {
	color:#fff!important;
}
.content-block-dark a {
	color:#fff !important;
}

.content-block-light{
	background:var(--lighter-pugh);
	color:var(--nittany-navy)!important;
 }
.content-block-light > * {
	color:var(--nittany-navy)!important;
}
.content-block-light a {
	color:var(--nittany-navy)!important;
}

/***************************************/
  
  
  /*Custom number styles*/
  
  
 /***************************************/
.custom-number-block {
	text-align: center;
	margin-bottom:20px;
	height: 120px;
}
p.custom-number {
   font-size: 50px;
   font-family: "proxima-nova", sans-serif;
   font-weight: 700;
   display: block;
   text-align: center;
   color: var(--sky);
   margin-bottom:20px;
   margin-top:20px
 }
 
.custom-tagline {
   margin-top: 30px;
   color: #000;
   font-size:20px;
   font-weight:700;
 }

.small-version .custom-number-block{
	 text-align: center;
	 margin-bottom:20px;
	 height: 75px;
 }
.small-version p.custom-number {
	font-size: 25px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	display: block;
	text-align: center;
	color: var(--sky);
	margin-bottom:10px;
	margin-top:5px
  }
  
 .small-version .custom-tagline {
	margin-top: 5px;
	color: #000;
	font-size:16px;
	font-weight:700;
  }

/***************************************/
  
  
  /*student profiles*/
  
  
  /***************************************/

.student-portrait {
	border: 1px solid #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(0, 0, 0);
	padding-left: 0px;
	border-right: 5px solid var(--beaver-blue);
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.student-portrait .image-left {
	margin: 0px 1em 0 0;
}
.student-portrait h2 {
	color:var(--beaver-blue)
}

/***************************************/
  
  
  /*story blocks*/
  
  
  /***************************************/
.story-block-row h3 {
	  color:#fff;
	  font-size: 16px;
	  font-weight: 700;
  }
  
.story-block-row .story-block {
	background-size:cover;
	background-repeat: no-repeat;
	height:291px;
	width:100%;
	margin-bottom:20px;
} 
.story-block-row .read-more.btn {
   background: var(--keystone);
   color: #000;
   border: transparent;
   border-radius: 0;
   padding: 5px;
   font-weight: 600;
   display: inline-flex;
   width:100%;
 } 
.story-block-row .read-more.btn:hover, .story-block-row .read-more.btn:active, .story-block-row .read-more.btn:focus {
   background: #1E407C;
   color: #fff;
   outline: 1px solid;
 }
.story-block-row .read-more .btn-arrow {
   position: absolute;
   right: 20px;
 }
.story-block-row .content {
   position: absolute;
   bottom: 25px;
   width: 90%;
   padding: 16px;
}

 @media only screen and (max-width: 1200px) {
 .story-block-row .story-block{
	 height:300px;
 }
 
 .story-block-row h3{
	margin: 10px; 
 }
 .story-block-row .content {
   width: 80%;
   margin: 6px;
   padding:0px;
 }
 .story-block-row .read-more.btn{
	 font-size:15px;
 }
 .story-block-row .read-more .btn-arrow {
	right: 3px;
  }
}
@media only screen and (max-width: 992px) {
	 .story-block-row h3{
		 font-size:16px;
		 width:80%;
		 margin:6px;
	  }
	  .story-block-row .read-more.btn{
		 width:93%;
		 font-size:12px;
	  }
	  .story-block-row .read-more .btn-arrow {
	  	right: 15px;
	   	width: 18px;
	 }
}
@media only screen and (max-width: 768px) {
	.story-block-row .story-block{
		width: 300px;
		margin: 10px;
	}
	.story-block-row .content{
		width: 300px;
	}
	.story-block-row .read-more .btn-arrow {
		right: 30px;
	  }
}

/***************************************/


/*long descriptions*/


/***************************************/

details {
    color:#333;
}
summary {
    font-weight: bold;
    color: #00529b;
    border: 2px solid transparent;
    display:list-item;
    }

summary:focus, summary:hover {
    color: #018;
    text-decoration: underline;
    background-color:#def;
    border: 2px solid #018
}



/***************************************/


/*smeal alert homepage style*/


/***************************************/

.smeal-alert {
  background: #001E44;
  text-align: left;
  padding: 20px 10px 20px 10px;
  color: #fff;
  font-weight: 700;
  font-family: "proxima-nova";
  font-size: 20px;
  display: none;
  z-index: 1;
  position: relative;
}
.smeal-alert a, .smeal-alert a:link, .smeal-alert a:visited {
	text-decoration: underline;
	color: #fff;
}

/***************************************/


/*editor css*/


/***************************************/

.plone-toolbar-left #edit-zone {
	z-index: 12;
}
.userrole-authenticated .label {
	color: #000;
}
.userrole-authenticated .all-headers-wrapper {
	width: -webkit-fill-available;
	width: -moz-available;
	box-sizing: border-box;
}
.userrole-authenticated #personaltools-login {
	display: none;
}
.plone-toolbar-logo {
	bottom: 0;
}
body.template-default_error_message #content-core p {
	white-space: pre-line;
}
.userrole-authenticated .footerWrapper {
	position: relative;
}
.userrole-authenticated .pat-structure .popover.active {
	display: contents;
	z-index: 5;
}

.userrole-authenticated .navTreeItem .image-icon {
	display: none;
}

/* webkit Header fix */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.userrole-authenticated .all-headers-wrapper {
		position: static;
	}
	.userrole-authenticated .navbar {
		margin-bottom: 0px;
	}
	.userrole-authenticated .section-banner {
		margin-top: 0px;
	}
	.userrole-authenticated .in-this-section{
		display:none;
	}
}
/***************************************/


/*accessibility*/


/***************************************/

:focus {
    outline: Highlight auto 5px!important;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) :focus {
  outline: none!important;
}


/***************************************/


/*mmenu*/


/***************************************/


/*hide mmenu so there is no flickr on load*/

#menu:not( .mm-menu) {
	display: none;
}

/*set wrapper to 100% to fix all homepages*/

#mmenu-wrapper {
	height: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.mm-menu {
		z-index: 12!important;
	}
}


/***************************************/


/*vimeo padding fix (found better solution)*/


/***************************************/

.col-padding {
    padding-bottom: 15px;
}
.row.row-padding {
    padding-bottom: 15px;
}

/***************************************/


/*table of contents styles*/


/***************************************/

.autotoc-nav {
	width:100%;
}
.autotoc-nav::before {
    content: "Table of Contents";
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
    margin-top: 5px;
  }
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-3{
	margin-left: 40px;
    font-size: 14px;
    padding: 5px;
    font-weight: 500;
    display: list-item;
}

.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-2 {
    margin-left: 12px;
    padding:10px 0px 10px 0px;
    font-size: 18px;
    font-weight: 600;
}

table caption h3 {
	color:#333;
}


/***************************************/


/*accordion plus/minus*/


/***************************************/

@import url("font-awesome.min-2.css");
.panel-heading > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-heading > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

/***************************************/


/*flex container for list items next to images*/


/***************************************/
.flexcontainer {
  display: flex;
  align-items: center;
}
@media (max-width: 400px) {
  .flexcontainer {
    display: block;
  }
}

blockquote{
	display:inline-block;
}

img.rounded {
	border-radius:25%;
}
img.circle {
	border-radius:50%;
}

blockquote.fancy {
    border-left: none;
    background-image: url("../png/fancy-quote-bg.png");
    background-color: #001E44;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    font-weight: 600;
    
}

p.fancy-callout {
    border-top: #00529b solid 5px;
    border-bottom: #00529b solid 5px;
    background-color: #eef4f9;
    padding: 10px;
    color:#000;
}

div.fancy-callout-half{
	width: 40%;
	background-color: #eef4f9;
	border-bottom: 5px #00529b solid;
	padding-top: 5px;
	margin: 0px 25px 10px 25px;
}
.fancy-callout-half.pull-right a {
    text-decoration: underline;
}


div.fancy-callout-half h3{
	color: #fff;
	background-color: #00529b;
	margin: 0px;
	padding: 10px;
	font-weight: 700;
	font-size:20px;
}

div.fancy-callout-half p {
    padding: 10px;
    color:#00529b;
    margin:0px;
}


p.fancy-callout2 {
    border-top: #00529b solid 5px;
    border-bottom: #00529b solid 5px;
    background-color: #eef4f9;
    color: #000;
}


span.fancy-callout2-padding{
    padding: 10px;
    display: block;
}

div.advantage-bg.welcome-bg{
	background-image:none;
}
div.advantage-bg.welcome-bg .story-text{
	height:150px;
}
div.advantage-bg.welcome-bg .fancy-btn{
	text-decoration: none;
}

div.advantage-bg{
	background:#001E44 url("../png/ad_bg.png") no-repeat scroll 0 center;
	border-top:5px solid #96bee6;
	border-bottom:5px solid #96bee6;
	color:#fff;
	padding:0px 15px;
}
div.advantage-bg a{
	color:#fff;
	text-decoration:underline;

}
div.advantage-bg a:hover{
	color:#96bee6;

}


div.advantage-bg h2 {
	color:#96bee6;
	font-family: 'Roboto Slab' , serif;
}
div.advantage-bg p{
	padding-bottom:10px;
	font-size:20px;
}
div.advantage-bg .btn-lg {
	border:solid 3px #96bee6!important;
	border-radius:10px;
	color:#fff;
	margin-bottom:20px;
	font-weight:600;
	background-color: var(--nittany-navy);
	padding: 5px 15px;
}

div.advantage-bg .btn-lg:hover, div.advantage-bg .btn-lg:active, div.advantage-bg .btn-lg:focus {
	background-color:#96bee6!important;
	color:#000;
}

a.fancy-btn:link {
    border: solid 3px #96bee6!important;
	border-radius: 10px;
	color:#fff;
	font-weight: 600;
	background-color:#001e44;
    padding: 18px 15px;
    font-weight: 600;
    width: 100%;
    margin-top: 10px;
	margin-bottom: 10px;
}

a.fancy-btn:active, a.fancy-btn:focus, a.fancy-btn:hover, a.fancy-btn:visited {
    background-color:#96bee6;
	color:#000;
	border-color:#001e44!important;
}
/***************************************/


/*Company Logo CSS */


/***************************************/

.company-logo-padding img{
	float:none;
	padding: 20px;
}


/***************************************/


/*Smeal Brand Quote */


/***************************************/
.brand-quote {
	padding: 25px;
	position:relative;
	min-height: 300px;
	font-family: "proxima-nova";
	background-color: var(--lighter-pugh);
	margin-bottom:15px;
}
.brand-quote p {
	font-size: 22px;
	line-height: 1.2em;
	color: var(--nittany-navy);
	font-weight: 700;
}
.brand-quote .attribute{
	padding-top: 10px;
	padding-left: 20px;
}
.brand-quote small {
	display: block;
	font-weight: bold;
	font-size: 15px;
	font-family: 'Roboto Slab' , serif;
	color: var(--beaver-blue);
}
.brand-quote .top-triangle-container {
	 position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.brand-quote .bottom-triangle-container {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	text-align:right;
}
.brand-quote img.bottom-triangle{
	width:35%;
}
.brand-quote img.top-triangle {
  width: 85%;
}
.brand-quote .top-row{
	z-index:2;
	position:relative;
}
.brand-quote .portrait {
  position: absolute;
  bottom: 0;
  width: 35%;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
	 .brand-quote .portrait {
	  display:none;
   } 
}
	

/***************************************/


/*Smeal Button Blocks


/***************************************/

.smeal-blocks a {
    display: block;
    border: 1px solid #ccc!important;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #222;
    min-height: 90px;
	margin-bottom: 20px;
	margin-top:20px;
	font-weight:700;
	transition: 0.5s;
}
.smeal-blocks a:hover {
	color:#001e44;
	border-color:#009cde!important;
}

/***************************************/


/*Smeal Content Blocks


/***************************************/

.smeal-content-block {
    border: 1px solid;
    padding: 10px;
    min-height: 200px;
    border-radius:20px;
    margin-bottom: 20px;
}
.smeal-content-block.sustainability {
	min-height:150px;
	background:#001e44 ;
	color:#fff;
}
.smeal-content-block.sustainability h3 a{
	color:#99cc00;
	font-weight: 600;
}
/***************************************/


/*lower level sites wrapper fix for not having banners (WWW has fix in diazo)*/


/***************************************/

.outer-wrapper {
	padding-top: 100px;
	overflow: hidden;
}

/*fix for logged in webkit with static header*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.userrole-authenticated .outer-wrapper {
		padding-top: 0px;
	}
}


/***************************************/


/*both top navs*/


/***************************************/

.all-headers-wrapper {
	width: 100%;
	z-index: 999999;
}


/*anchor link offset for fixed header*/

a.anchor {
    display: block;
    position: relative;
    top: -140px;
    visibility: hidden;
}

/***************************************/


/*resource nav at the top of the page*/


/***************************************/

.top-header-wrapper {
	margin-bottom: 0px;
	overflow: hidden;
	background: #333;
}
.resource-nav {
	margin-bottom: 0px;
	border: none;
	background: #333;
	color: #fff;
	min-height: 0;
}
.resource-nav .navbar-nav>li>a, .resource-nav .navbar-nav>li>a:visited {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	padding: 0 10px;
}
.resource-nav .navbar-nav>li>a:hover, .resource-nav .navbar-nav>li>a:active, .resource-nav .navbar-nav>li>a:focus {
	color: #eee;
}
.resource-nav-wrapper li:last-child {
	border-right: none;
}
.resource-nav-wrapper li {
	border-right: 1px solid #ccc;
}
.resource-nav-wrapper {
	margin: 3px 0;
}

/***************************************/


/*main nav*/


/***************************************/

.plone-breadcrumb ol a {
	color: var(--beaver-blue);
}

.plone-breadcrumb ol > li {
	display:inline;	
	line-height:15px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #454545;
}
ul.dropdown-menu li:first-child a:hover, ul.dropdown-menu li:first-child a:focus {
	background: #454545;
}
.psu_logo {
	padding-top: 10px;
	padding-left: 10px;
}
.main-nav {
	border: none;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 4px 12px -8px gray;
	opacity: .95;
	z-index: 2;
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-nav li.dropdown a span {
	display: block;
}
.navbar-default .global-nav>li>a {
	color: #00529b;
	font-weight: 600;
}
.global-nav {
	text-align: center;
}
.global-nav .dropdown-menu {
	padding: 0;
	border: none;
	background: #333;
	border-top: 1px solid #2d5b89;
}
.global-nav .last-item {
	left: auto;
	right: 0;
}
ul.dropdown-menu li:first-child a {
	background: #2d5b89;
	color: #fff;
}
.global-nav li a {
	padding: 18px 25px;
}
.dropdown-menu>li>a {
	color: #ccc;
	padding: 10px 16px;
	text-align: left;
}
.navbar {
	border-radius: 0px;
}
.navbar-default .global-nav>li>a:hover, .navbar-default .global-nav>li>a:focus, .navbar-default .global-nav>li>a:active {
	color: #00529b;
	background: url("../png/triangle.png") center bottom no-repeat;
}

/***************************************/


/*dropdown animation*/


/***************************************/

.open>.dropdown-menu {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}
.dropdown-menu {
	opacity: .3;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	display: block;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

/***************************************/


/*mobile nav buttons*/


/***************************************/

.search-toggle-mobile {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	clear: both;
	color: #000;
	float: right;
	margin-right: 0;
	margin-top: 15px;
	padding: 7px 11px;
}
.navbar-toggle {
	margin-bottom: 8px;
	margin-right: 10px;
	margin-top: 15px;
	padding: 8px 6px;
}

/***************************************/


/*breadcrumbs*/


/***************************************/

.plone-breadcrumb {
	background-color: transparent;
	clear: left;
	display: block;
	margin-bottom: 5px;
	margin-top: 20px;
}
.plone-breadcrumb ol>li+li::before {
	border: none;
	content: ">";
	color: #000;
	position: static;
	margin-left: -28px;
}
.plone-breadcrumb ol>li+li::after {
	border: none;
}

/***************************************/


/*side navigation*/


/***************************************/

.navTreeTopNode img {
	display: none;
}
.portlet .portletContent>ul>li a::before {
	content: none;
}
.portlet .portletContent {
	background: transparent;
}
.portletNavigationTree {
	background: none;
	box-shadow: none;
	border: none;
}
.portletNavigationTree ul.navTree li.navTreeTopNode a {
	background: transparent;
	border-bottom: 1px solid;
	color: #333;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 5px;
	padding: 0px 0px 5px 0px;
	border-left: 0;
	margin-left: 0;
	border-top: none;
}
.portletNavigationTree .portletContent .navTreeCurrentNode>a::after {
	content: none;
}
.portletNavigationTree .portletContent>ul>li>a:hover::after {
	content: none;
}
.portletNavigationTree .portletContent .navTreeCurrentNode>a {
	background: transparent;
	color: #000;
	font-weight: 600;
}
.portletNavigationTree nav.portletContent>ul>li a {
	border: none;
}
.portletNavigationTree nav.portletContent>ul>li a:hover, .portletNavigationTree nav.portletContent>ul>li a:visited, .portletNavigationTree nav.portletContent>ul>li a:active, .portletNavigationTree nav.portletContent>ul>li a:focus {
	text-decoration: underline;
}
.portletNavigationTree nav.portletContent > ul > li a.state-private {
    color: #c4183c;
}

.portletNavigationTree nav.portletContent>ul>li>a {
	background: transparent;
	border-top: none;
	display: block;
	margin-left: 0;
	padding: 0px;
	border: medium none;
	color: var(--beaver-blue);
	display: block;
	margin-left: 0;
}
.portletNavigationTree .portletContent>ul>li>a:hover {
	background: transparent;
}
.portlet .portletContent>ul li:hover {
	background: transparent;
}
.portletNavigationTree ul.navTreeLevel0>.navTreeItem {
	line-height: 1.5em;
	padding: .25em 0em;
	border-bottom: none;
}
.portletNavigationTree ul.navTreeLevel1>.navTreeItem {
	padding: .25em 2em;
}
.portletNavigationTree nav.portletContent>ul>li a {
	padding: 0px;
}

/***************************************/


/*content*/


/***************************************/

div.photo-layout ul li {
	list-style: none;
	padding: 0;
	line-height: 125px!important;
	text-align: center;
}
div.photo-layout ul li img {
	vertical-align: middle;
}
div.photo-layout ul {
	margin: 0px!important;
	padding: 0px;
}
.documentDescription {
	display: none;
}
.event-category {
	display: none;
}
.documentFirstHeading {
	border: none;
}
#content-core a {
	border-bottom: none;
}
#content .callout {
	background: none repeat scroll 0 0 #fff;
	border-top: 1px solid #00529b;
	border-right: 1px solid #00529b;
	border-bottom: 1px solid #00529b;
	border-left: 5px solid #00529b;
	padding: 1em;
}
table.bootstrap, table.plain {
	width: 100%!important;
	max-width: 100%!important;
}

.table-scroller{
	max-width:100%;
	overflow-x: scroll;
}
/***************************************/


/*other portlets*/


/***************************************/

.portlet .portletContent {
	font-size: 16px;
	font-weight: 400;
}
.right-misc .portlet .portletFooter {
	background: none;
	box-shadow: none;
	background: transparent;
	border: none;
	padding: 10px 0px;
}
.right-misc .portletRss .portletFooter {
	display: none;
}
.right-nav section .portletHeader {
	display: none;
}
.right-misc section .portletHeader {
	background: none;
	line-height: 1.5em;
	padding: 0px;
	text-decoration: none;
	color: #333;
	background: transparent;
	border-bottom: 1px solid;
	font-size: 24px;
	font-weight: 500;
	margin-left: 0;
	border-top: none;
	display: block;
}
.right-misc section .portletHeader a {
	text-decoration: none;
	color: #333;
	background: transparent;
	font-size: 24px;
	font-weight: 500;
	padding: 0px;
	margin-left: 0;
	border-top: none;
	display: block;
}
.right-misc .portletRss .portletContent>ul .portletItemDetails {
	display: none;
}
.right-misc section.portlet {
	border: none;
	box-shadow: none;
}
.portlet .portletContent>ul>li>a {
	border: none;
}
.right-misc .portlet .portletContent {
	border: none;
}
.right-misc .portlet .portletContent>ul>li a {
	display: block;
	padding: 10px 15px 26px 0px;
	color: #00529b;
}
.right-misc .portletRss .portletContent>ul>li a {
	padding-bottom: 8px;
}
.portletEvents .timezone, .portletEvents .location {
	display: none;
}

/***************************************/


/*footer*/


/***************************************/

.footerWrapper {
	background: #333 none repeat scroll 0 0;
	padding-top: 20px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
}
.college-social {
	padding-top: 10px;
}
footer .college-social p {
	font-size: 18px;
	font-weight: bold;
}
footer .college-social li {
	padding: 20px;
	display: inline;
	color: #fff;
}
footer .college-social li.social-core a.fa {
	color: #eee;
	padding-top: 5px;
}
footer .college-social li.social-core a:hover, footer .college-social li a:active, footer .college-social li a:focus, footer .college-social li a:visited {
	color: #fff;
	text-decoration: none;
}
footer ul {
	margin-top: 15px;
	padding-left: 0px;
}
footer ul li {
	padding: 0 10px;
	display: inline;
}
.smeal-address a {
	color: #fff;
	text-decoration: underline;
}
footer ul.smeal-address {
	padding-top: 15px;
}
footer ul.psu-footer a:link, footer ul.psu-footer a:visited {
	color: #fff;
	text-decoration: underline;
}

#personaltools-login, #personaltools-login:visited{
	color: #fff;
	text-decoration: underline;
	cursor:pointer;
}

.psu-footer li a {
	display: inline-block;
	padding-bottom: 15px;
}
#portal-personaltools {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	display: inline;
	float: none;
	font-size: inherit;
	padding: 0;
}
#portal-personaltools li#anon-personalbar {
	display: inline-block;
	padding: 0;
}
.pslh-logo {
	background: url("../png/pslh_line.png") center no-repeat;
	height: 1px;
	width: 100%;
	padding-bottom: 20px;
}
.pslh-logo-img {
	background: #333;
	margin: auto;
	width: 250px;
	font-size: 18px;
	font-weight: 700;
}
.pslh-logo-img a {
	color: #fff;
}

/***************************************/


/*IN THIS SECTION*/


/***************************************/

.in-this-section {
	background: #2d5b89;
	z-index: 3;
	width: 100%;
}
button.section {
	width: 100%;
	color: #fff;
	background: #00529b;
	text-align: left;
	position: fixed;
	z-index: 11;
	border-radius: 0;
	margin-top: 5px;
}
button.section:hover {
	border-color: none;
}
.in-this-section a {
	color: #fff;
}
.in-this-section .section a {
	font-size: 20px;
	margin-top: 5px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 95%;
	color: #fff;
}
.in-this-section .section:focus {
	outline: none;
}
.in-this-section .section a img {
	display: none;
}
.in-this-section .section a:after {
	content: "-";
	float: right;
	font-size: 45px;
	display: block;
	color: #fff;
	position: absolute;
	right: 10px;
	top: -10px;
}
.in-this-section button.collapsed a:after {
	content: "+";
	font-size: 30px;
	top: 3px;
}
#section-nav {
	position: fixed;
	z-index: 2;
	padding-top: 116px;
	background: #333;
	width: 100%;
	overflow-y: scroll;
	height: 100%;
	border-bottom: solid 5px #000;
	margin-top: -66px;
}
#section-nav .portletNavigationTree {
	margin-bottom: 0px;
}
.in-this-section button a {
	pointer-events: none;
	cursor: default;
}
#section-nav section .portletHeader {
	display: none;
}
#section-nav .col-xs-12.full-width {
	padding: 0px;
}
#section-nav .portletNavigationTree li a {
	font-size: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
#section-nav .portletNavigationTree li.navTreeItem {
	background: #333;
	color: #fff;
	border-top: 1px #4d4d4d solid;
}
#section-nav .portletNavigationTree li.navTreeItem a {
	color: #fff;
}
#section-nav .portletNavigationTree ul.navTreeLevel0>.navTreeItem a {
	padding: 0.25em 11px;
}
#section-nav .portletNavigationTree ul.navTreeLevel0>.navTreeItem {
	padding: 0;
}
#section-nav .portletNavigationTree ul.navTreeLevel1>.navTreeItem {
	padding: 0;
}
#section-nav .portletNavigationTree ul.navTreeLevel1>.navTreeItem a {
	padding: .25em 2em;
}
#section-nav.in {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}
#section-nav .portletNavigationTree ul.navTree li.navTreeTopNode a {
	border-bottom: none;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-weight: 600;
}
#section-nav .portletNavigationTree .portletContent .navTreeCurrentItem {
	font-weight: 700;
	background: #4d4d4d;
}
#section-nav {
	opacity: .3;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	display: block;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
#section-nav .portletNavigationTree nav.portletContent>ul>li a:active, #section-nav .portletNavigationTree nav.portletContent>ul>li a:focus {
	background-color: #4d4d4d;
	color: #fff;
}

/****** Scroll to top arrow ********/

.scrollToTop {
	background: url("../png/back-to-top.png") no-repeat scroll 0 20px / 100% auto rgba(0, 0, 0, 0);
	bottom: 0;
	color: #444;
	display: none;
	font-weight: bold;
	height: 91px;
	padding: 10px;
	position: fixed;
	right: 40px;
	text-align: center;
	text-decoration: none;
	width: 50px;
	opacity: .85;
	z-index: 4;
}

.scrollToTop.icon {
    background-color:#1E407C;
    bottom: 15px;
    color: #fff;
    display: none;
    font-weight: bold;
    height: 55px;
    padding: 10px;
    padding-top: 10px;
    position: fixed;
    right: 40px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    opacity: .85;
    z-index: 4;
    padding-top: 0px;
    border-radius: 25%;
    background-image:none;
    box-shadow: 1px 1px 1px #000;
    text-shadow: 2px 2px #000;
}

/****** Media Queries ********/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
	#section-nav {
		visibility: hidden;
	}
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}

/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
	.userrole-authenticated .psu_logo img {
		height: 70%;
		max-width: 70%;
	}
	.userrole-authenticated .psu_logo {
		position: fixed;
		padding-top: 20px;
	}
	/* webkit header fix */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.userrole-authenticated .psu_logo {
			position: static;
			padding-top: 20px;
		}
	}
	div.advantage-bg{
	background:#001E44 url("../png/ad_bg_small.png") no-repeat scroll 0 center;
	background-size:cover;
}
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
	/* Main nav padding so it doesn't break a line*/
	.navbar-nav>li>a {
		padding: 18px 8px;
	}
	.scrollToTop {
		display: none!important;
	}
	.userrole-authenticated .container {
		width: auto;
	}
	.userrole-authenticated .resource-nav .navbar-nav>li>a {
		padding: 0 3px;
	}
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 800px) {
	.dropdown-toggle {
		font-size: 14px;
	}
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
	/* add the opacity back for mobile */
	.main-nav {
		opacity: 1;
	}
	/* side navigation mobile */
	#portal-breadcrumbs {
		display: none;
	}
	.outer-wrapper {
		padding-top: 70px;
	}
	#main-container {
		margin-top: 80px;
	}
	.main-nav {
		height: 80px;
	}
	.right-nav .portletNavigationTree {
		display: none;
	}
	.userrole-authenticated .psu_logo {
		position: static;
		padding-top: 10px;
	}
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
	.psu_logo img {
		height: 70%;
		max-width: 70%;
	}
	ul.psu-footer {
		display: inline-grid;
	}
	footer .college-social li {
		padding: 10px;
	}
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
	.psu_logo img {
		height: 50%;
		max-width: 50%;
		padding-top: 15px;
	}
}



@media print {
	.footerWrapper {
		display: none;
	}
	.portletNavigationTree {
		display: none;
	}
	.portletRss {
		display: none;
	}
	.section-banner {
		display: none;
	}
	.banner-links {
		display: none;
	}
	.in-this-section {
		display: none;
	}
	.outer-wrapper {
		padding-top: 20px;
		overflow: visible!important;
		width: 100%!important;
	}
	.prog-specs {
		word-wrap: normal!important;
		overflow: visible!important;
	}
	p.register-button a {
		display: inline-block!important;
		font-size: 12px!important;
		padding: 0px!important;
		white-space: pre-line!important;
	}
	#main-container {
		overflow: visible!important;
		padding-right: 70px;
	}
}