.plone-toolbar-left #edit-zone {
  z-index: 999999;
}
.plone-breadcrumb ol{
	padding: 25px 0px 7px 0px;
}
.header_top ul li a {
	font-weight:400;
}

/*mmenu styles*/
.mm-menu.mm-theme-dark{
	background-color: #001E44;
}
button.section{
	background:#001E44;
}
}
.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  border-bottom: 3px solid #009CDE;
  line-height: 22px;
}

a.search-link {
  color: #009CDE!important;
  font-family: "serifa";
  font-weight: 700;
}
.mm-title{
	color: #009CDE!important;
	font-family: "serifa";
	font-weight: 700;
}

#section-nav {
  padding-top: 117px;
}
.global-nav li a {
  padding: 15px 15px;
}


@media only screen and (min-width: 768px) {
.outer-wrapper {
padding-top: 127px !important;
}
}

@media only screen and (max-width: 768px) {
/* add the opacity back for mobile */

#main-container {
	margin-top: 100px;
}
}

.global-nav .dropdown-menu {
background: #dce8f6;
border-top:none;
}
ul.dropdown-menu li:first-child a {
	background: #dce8f6;
	color: #001E44;
}
.fixed-fix {
  position: fixed;
  width: 100%;
  z-index: 3;
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.21);
}



@import url("rih7sup.css");

body .header_section {
	font-family: "proxima-nova";
	font-weight: 400;
	color: #001E44;
	font-size: 17px;
	line-height: 1.3;
	-moz-osx-font-smoothing: auto;
}

.header_logo img {
	max-width: 100%;
}

.header_section a {
	color: #001E44;
	 
}

.header_section a:hover,
.header_section a:active,
.header_section a:focus {
	text-decoration: underline;
  
}

a.skip-to-content-link {
	background: #001E44;
	height: auto;
	left: 0;
	padding: 8px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.3s;
	padding: 20px !important;
	color: #fff;
	display: inline-block;
	z-index: 99;
}

a.skip-to-content-link:focus {
	transform: translateY(0%);
}


header .container {
	max-width: 1170px;
	width: 100%;
}

.fontWhite,
.fontWhite a,
.fontWhite h1,
.fontWhite h2,
.fontWhite h3,
.fontWhite h4,
.fontWhite h5,
.fontWhite h6 {
	color: #fff;
}

.fontWhite a:hover {
	color: #fff;
	text-decoration: underline;
	transition: all .25s linear;
}

.dis_flex {
	display: flex;
	flex-wrap: wrap;
	float: none;
	display: -ms-flexbox;
}

.dis_flex>div {
	float: none;
}

.jcc {
	justify-content: center;
}

.aic {
	align-items: center;
}

.ais {
	align-items: start;
}

.jcsb {
	justify-content: space-between;
}

header .btn,
header .btn-lg {
	vertical-align: middle;
	border-radius: 0;
	font-size: 18px;
	color: #001E44;
	font-weight: 700;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	display: inline-block;
	padding: 10.5px 16px;
	line-height: initial;

}
header .btn-primary {
	background-color: #FFD100;
	border-color: #FFD100;
}

header .btn-primary.active.focus,
header .btn-primary.active:focus,
header .btn-primary.active:hover,
header .btn-primary:active.focus,
header .btn-primary:active:focus,
header .btn-primary:active:hover,
header .open>.dropdown-toggle.btn-primary.focus,
header .open>.dropdown-toggle.btn-primary:focus,
header.open>.dropdown-toggle.btn-primary:hover,
header .btn-primary.active,
header .btn-primary:active,
header .open>.dropdown-toggle.btn-primary,
header .btn-primary:hover {
	background-color: #1E407C;
	border-color: #1E407C;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}

.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	
	background: none;
}

header .btn svg,
header .btn-lg svg {
	width: 25px !important;
	vertical-align: bottom;
	margin-left: 25px;
}

header .btn:hover svg path,
header .btn-lg:hover svg path {
	stroke: #fff !important;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}



/* Header Style */


.navbar-nav li.dropdown a span {
	display: block;
}


.header_section ul {
	margin: 0;
}

.header_top {
	padding: 0;
}

.header_top ul li a {
	display: inline-block;
	padding: 10px;
		 transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}

.header_top ul li {
	border-left: 1px solid #001E44;
	padding: 0;
}

.header_top ul li .searchAnchor {
	background-color: #009CDE;
	padding: 10px 13px 15px 13px;
}

.header_bottom {
	padding: 25px 0;
}

.header_logo img {
	width: 325px;
}

.header_bottom ul li {
	padding: 0 0 0 35px;
	line-height: 1.1;
}

.header_bottom ul li a {
	text-align: center;
	display: inline-block;
	font-family: "serifa";
	font-weight: 500;
	color: #001E44;
}

.header_bottom ul li a:hover {
	
	color: var(--nittany-navy);
	
}


.dropdown-menu li {
	
	padding: 0px !important;

}

.dropdown-menu li a {
	font-family: 'proxima-nova' !important;
	font-size: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #001E44;
}


.dropdown-menu {
	top: 95px;
	left: 35px;
	background-color: #dce8f6;
	border: 0px;
	border-radius: 0px;
	padding-top: 20px;
	min-width: 200px;
	
	
}


.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #001E44;
	font-weight: 600;
	text-decoration: underline !important;
	background-color: #dce8f6 !important;
}



@media (max-width: 1440px) {

}

@media (max-width: 1280px) {

	
	.header_top ul li a {
		font-size: 15px;}
	
	.header_bottom ul li a {
	font-size: 15px;
	line-height: 1.2;
	}
	
	ul.global-nav.nav.navbar-nav.hidden-xs.pull-right {
	right: 70px;
	position: relative;
	}
	
	.header_bottom ul li {
	padding: 0px 0 0 20px;
	line-height: 1.1;
	}
	.dropdown-menu {
	top: 91px;
	left: 21px;
	}
}

@media (max-width: 992px) {


	.header_top ul li a {
		padding: 10px 5px;
		font-size: 15px;
		
	}
	
	
	
	
	.header_bottom ul li {
		padding-left: 0px;
	}
	
	
 ul.global-nav.nav.navbar-nav.hidden-xs.pull-right {
	right: 40px;
	position: relative;
}
	
	
	.header_bottom ul li a {

	font-size: 12px;
	line-height: 1.2;
}
	
	.dropdown-menu {
	top: 88px;
	left: 0px;
}
	
	.dropdown-menu li a {
		
		font-size: 14px;
	}
	
	

	header .btn,
	header .btn-lg {
		padding: 10.5px 12px;
		font-size: 16px;
	}
	header .btn svg,
	header .btn-lg svg {
		width: 18px !important;
		height: 18px;
		margin-left: 10px;
	}
}

@media (min-width: 768px) {
	.desktop_hide {
		display: none;
	}
	.header_section.fixed {
		-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.21);
		-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.21);
		box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.21);
		position: fixed;
		transition: all ease .2s;
		width: 100%;
		background-color: #fff;
		left: 0;
		right: 0;
		z-index: 99999;
	}
}

@media (max-width: 767px) {
}

@media (max-width: 767px) {
	.mobile_hide {
		display: none;
	}
	/* Header Section */
	.header_bottom {
		padding: 22px 0;
		border-top: 6px solid #1E407C;
	}
	.header_logo img {
		width: 205px;
	}
	.mobileMenu {
		cursor: pointer;
		border: 0;
		padding: 0;
	}
	.mobileMenu img {
		width: 34px;
	}
	body.activeMenu .mobileMenu img:first-child,
	.mobileMenu img:last-child {
		display: none;
	}
	
	.mobile_menu_sibebar li a:hover {
		
		text-decoration: none;
		opacity: .7;
	}
	
	
	body.activeMenu img:last-child {
		display: block;
	}
	.mobile_menu_sibebar_inner {
		height: 100%;
		overflow-y: scroll;
	}
	.mobile_menu_sibebar {
		padding: 31px 26px;
		position: fixed;
		height: 100%;
		width: 284px;
		right: 0;
		top: 0;
		transition: all ease .2s;
		transform: translateX(284px);
		transition: all ease .2s;
	}
	.mobile_menu_sibebar ul li a span {
		color: #fff;
		margin-right: 13px;
		width: 34px;
		height: 34px;
		background: #009CDE;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		padding: 9px;
	}
	.mobile_menu_sibebar ul li a.searchAnchor {
		color: #009CDE;
		font-family: "serifa";
		font-weight: 700;
	}
	.mobile_menu_sibebar ul:first-child li:not(:first-child) a {
		display: block;
		margin-top: 30px;
		font-size: 18px;
		border-bottom: 3px solid #009CDE;
		line-height: 22px;
	}
	.mobile_menu_sibebar ul li a br {
		display: none;
	}
	.mobile_menu_sibebar ul:nth-child(2) {
		margin-top: 45px;
	}
	.mobile_menu_sibebar ul:nth-child(2) li {
		margin-bottom: 24px;
	}
	.mobile_menu_sibebar ul:nth-child(2) li a {
		border-bottom: 1px solid #fff;
	}
}

@media (max-width: 560px) {
	header .btn svg,
	header .btn-lg svg {
		width: 25px !important;
		height: 25px !important;
		float: right;
	}
}
	