﻿/* Basic overall header/footer and basics */

.ms-signInLink {
	display: none;
}

/* common classes */ 
.hideme {
	position: absolute;
	left: -10000px;
	top: -10000px
}	


.hidemePassive {
	position: absolute;
	left: -10000px;
	top: -10000px
}
.hidemePassive:active,
.hidemePassive:focus {
	position: static;
}

.clear { clear: both; }
.floatRight { float: right; }
.floatLeft { float:left; }
.wullWidth { width: 100%; }
.centerText { text-align: center; }
.js-only { display: none; }

.greyText {
	color: #666;
}
.big-and-blue {
	color: #1b4a88;
	font-family: "quatro-slab",serif;
}
.normal-and-brown {
	color: #5f5329;
	font-family: "quatro-slab",serif;
}

.hoverFlip  { text-decoration: none; }
.hoverFlip .hover { display: none; }
.hoverFlip:hover .hover,
.hoverFlip:active .hover
{ display: inline-block; }
.hoverFlip:hover .normal,
.hoverFlip:active .normal
{ display: none; }


/* Basic */
/* ================= */

html {
	padding: 0;
	margin: 0;
}

body {
	font-size: 0.97em;
	font-family: Arial;
	padding: 0;
	margin: 0;
}

a img { border: none; }

.mainCenter {
	position: relative;
	margin: auto;
	max-width: 1280px;
	padding: 0 15px;
}

#outerWrapper {
	font-family:"nimbus-sans", sans-serif;
}


/* Header */
/* ================= */

#mainHeader {
	position: relative;
	z-index: 10000;	
}

#miniMenu1 {
  padding: 7px 40px 0 0;
  margin: 0;
}

#miniMenu1 li {
	display: inline;
	padding: 0 3px;
	font-size: 1em;
}

#miniMenu1 li a {
	color: #595959;
	text-decoration: none;
}

#locateCUButton {
	font-size: 0.95em;
	margin-right: 10px;
	color:	#4c4c4c;
	background-color: #e9eaf0;
	border-top: solid 1px #c3c9d3;
	height: 30px;
	background-image: url(../images/common/headerSearchIcons.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding: 0 78px 0 20px;
	line-height: 30px;
	text-decoration: none;
}

#searchBox input {
	font-size: 0.95em;
	margin: 0 0px 0 0;
	color:	#4c4c4c;
	background-color: #e9eaf0;
	border: none;
	border-top: solid 1px #c3c9d3;
	height: 30px;
	padding: 0 0px 0 20px;
	line-height: 30px;
	display: block;
	float: left;
}

#searchBox a {
	display: block;
	float: left;
	width: 40px;
	height: 30px;
	color:	#4c4c4c;
	background-color: #e9eaf0;
	background-image: url(../images/common/headerSearchIcons.png);
	background-repeat: no-repeat;
	background-position: right -21px;
	border-top: solid 1px #c3c9d3;
	margin-right: 20px;
	text-decoration: none;
}

#searchBox a img {
	display: none;
}

	/* Sharepoint fixes */
	#searchBox .ms-srch-sb-border {
		border: none;
	}

	#searchBox .ms-srch-sb-border {
		width: auto;
	}

	#searchBox .ms-srch-sb-navLink, #searchBox .ms-srch-sb-searchLink {
		border-bottom: none;
	}

#socialTop {
	border-left: solid 1px #e5e5e5;
	margin-left: 5px;
	padding-left: 10px;
	
}

#socialTop a {
	margin: 0 5px 0 15px;
	text-decoration: none;
}

#headerTop .mainCenter {
	background-image: url(../images/common/thinHDivider.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 90% auto;
	padding: 27px 0;
}

#headerMainMenu {
	float: right;
	padding-top: 39px;
	width: 75%;
}

#headerMainMenu ul {
	margin: 0;
	padding: 0;
}

#headerMid {
	padding: 16px;
	z-index: 1000;
    position: relative;
}

#headerMidLogo {
	float: left;
	width: 25%;
}

#headerMidLogo img {
	vertical-align: bottom;
	width: 100%;
}

#headerMainMenu li { list-style: none; }

#headerMainMenu .level1 {
	text-align: right;
}

#headerMainMenu .level1 > li {
	display: inline-block;
	padding: 0 0 0 17px;
	list-style: none;
	position: relative;
	
}
#headerMainMenu .level1 > li > a {
	color: #5f5329;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.07em;
	text-decoration: none;
	padding: 15px 5px 5px 5px;
	position: relative;
	z-index: 50;
}

#headerMainMenu .level1 > li .level2 {
	display: none;
	width: 550px;
	position: absolute;
	right: 0px;
	top: 24px;
	color: white;
	background-color: #1a4987;
	padding: 15px 10px;
	text-align: left;
	z-index: 30;
	border-top: solid 3px white;
	
	-webkit-box-shadow: 0px 10px 58px -16px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 10px 58px -16px rgba(0,0,0,0.24);
	box-shadow: 0px 10px 58px -16px rgba(0,0,0,0.24);
}

#headerMainMenu .level1 > li.panelLeft .level2 {
	right: auto;	
	left: 17px;
}

#headerMainMenu .level1 > li:hover > a {
	color: white;
	background-color: #1a4987;
	/*border-bottom: solid 3px white;*/
}

#headerMainMenu .level1 > li:hover .level2 {
	display: block;
}

#headerMainMenu .level1 > li .level2 .details {
	display: none;
}

#headerMainMenu .level1 > li .level2 a {
	color: white;
	text-decoration: none;
	border-bottom: dotted 1px white;
	padding: 10px 0;
	display: block;
}

#headerMainMenu .level1 > li .level2 .left {
	width: 35%;
	float: left;
}
#headerMainMenu .level1 > li .level2 .right {
	width: 50%;
	float: left;
	border-left: solid 1px white;
	margin-left: 5%;
	padding-left: 5%;
	font-size: 1.73em;
	text-transform: none;
}

#headerMainMenu .level1 > li .level2 .right .subtitle {
	color: #dae7f3;
	font-size: 0.5em;
	text-transform: uppercase;
	padding: 25px 0 20px;
}

#headerBottom {
	background-color: #031446;
	border-top: solid 7px #174582;
	border-bottom: solid 7px #174582;
	color: white;
	padding: 11px 0px;
	position: relative;
	
}

#headerBottom .left {
	float: left;
	width: 46%;
	padding-left: 4%;
	padding-top: 3px;
}
#headerBottom .right {
	float: right;
	width: 25%;	
	max-width: 700px;
	position: relative;
	padding-right: 15px;
}
#headerBottomFMILabel {
	float: left;
	padding: 0 30px 0 10px;
	font-weight: bold;
	line-height: 30px;
}

#FMIGo {
	background-color: #6c6141;
	border: none;
	color: white;
	font-weight: bold;
	padding: 8px 10px 7px;
}

#headerBottomFMI .select {
	width: 150px;
	border: none;
	padding: 6px;
	background-color: white;
}

#headerTwitterLabel {
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	float: right;
	width: 100%;
	text-align: right;
	white-space: nowrap;
}
#headerTwitterLabel img {
	vertical-align: middle;
}

#headerTwitterContent {
}

#headerBottomSidebar {
	display: inline-block;
	width: 50px;
	background-color: #746532;
	background-image: url(../images/common/submenuButton.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -10000px;
	float: left;
	position: absolute;
	top: 0px;
	bottom: 0px;
	color: white;
	left: 0;
}

/* Share panel */


#shareContainer {
  position: absolute;
  /* right: 32px; */
  top: -31px;
  /* display: none; */
  z-index: 23;
  width: 100%;
  text-align: right;
}

#shareContainer > a {
	display: inline-block;
}
#shareContainer a img { display: inline-block; }

#shareContainerPanel {
	display: none;
	background-color: #1b4a88;
	padding: 5px 5px 1px 5px;
	position: absolute;
	right: 0px;
	top: 100%;
	max-width: 295px;

	border: solid 7px white;
}

#shareContainerPanel.opened {
	display: block;
}


/* submenu panel */

#submenuPanel {
	position: absolute;
	z-index: 50000;
	left: 0;
	top: 186px;
	width: 300px;
	bottom: 0;
	background-color: white;
	padding: 25px 10px;
	overflow: auto;
	display: none;
	
	-webkit-box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.24);
	box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.24);
}

#submenuPanel_close {
	position: absolute;
	right: 10px;
    top: 10px;	
    background-image: url(../images/common/submenu_close.png);
	text-indent: -10000px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}

#submenuPanel ul {
	padding-left: 0;
}
#submenuPanel li {
	padding-left: 20px;
	list-style: none;
	clear: left;
}

#submenuPanel li ul {
	display: none;
}
#submenuPanel li.expanded > ul {
	display: block;
}


#submenuPanel li a {
	text-decoration: none;
	color: #333;
	font-size: 0.95em;
	text-transform: uppercase;
	
	padding: 10px 0 10px 0px;
	display: block;
	float: left;
	width: calc(100% - 30px);
	vertical-align: center;
}

#submenuPanel li a.expand {
	background-image: url(../images/common/submenu_expand.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	text-indent: -10000px;
	display: block;
	float: left;
	width: 25px;
	height: 15px;
	padding: 20px 0 0 0;
}

#submenuPanel li.expanded > a.expand {
	background-image: url(../images/common/submenu_collapse.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#submenuPanel li a.nochilden {
	background-image: none;
}

#submenuPanel li .padblock {
	display: block;
	float: left;
	width: 20px;
	height: 15px;
	padding: 0;
	
}

#submenuPanel li a.current {
	font-weight: bold;
}

#submenuPanel li li a {
	text-decoration: none;
	text-transform: none;
}
#submenuPanel li li li a {
	color: #666;
}



/* EXTRA RESPONSIVE */
/* ================================================================================ */

/* NOTE: Header and footer have own responsive queries */

/* HEADER */
/* ================ */
@media screen and (max-width: 1260px) {

	#headerMainMenu .level1 > li {
		padding-left: 9px;
	}
	#headerMainMenu .level1 > li .level2 {
		left: 9px;
	}
}

@media screen and (max-width: 1180px) {

	#headerMidLogo {
		width: 18%;
	}
	
	#headerMainMenu {
		width: 82%;
		padding-top: 15px;
	}

	#headerMainMenu .level1 > li {
		padding-left: 5px;
		font-size: 0.9em;
	}
	
	#headerMainMenu .level1 > li .level2 {
		left: 5px;
		top: 23px;
	}
	
	#headerMainMenu .level1 > li .level2 .right {
		font-size: 1.0em;
	}
	
	#headerMainMenu .level1 > li .level2 .right .subtitle {
		font-size: 1.0em;
	}
	
	#headerBottomFMILabel {
		padding: 0 7px 0 10px;
	}
	
	#headerBottom .right {
		max-width: none;
	}
	
	#headerBottom .left {
		width: 60%;
	}
	#headerBottom .right {
		width: 36%;	
	}
}

@media screen and (max-width: 1085px) {
	#miniMenu1 {
		clear: right;
		padding-right: 6px;
	}
	
	#headerBottomFMILabel {
		padding-right: 5px;
	}
	
	#headerBottom .left {
		padding-left: 6%;
		width: 56%;
	}
	#headerBottomFMILabel {
		font-size: 0.8em;
		padding-top: 3px;
	}
	#headerTwitterLabel {
		font-size: 0.8em;
	}
}

@media screen and (max-width: 960px) {
	#headerMidLogo {
		float: none;
		width: 25%;
	}
	#headerMainMenu {
		width: 100%;
		float: none;
	}
	
	#headerBottomFMI input,
	#headerBottomFMI select {
		margin-top: 3px;
	}
	
	#headerTwitterLabel {
		width: 20%
	}
	#headerTwitterContent {
		width: 75%;
	}
	
	#headerTwitterLabel span {
		display: none;
	}
}

@media screen and (max-width: 880px) {
	#headerBottomFMILabel {
		float: none;
		padding-top: 0;
		padding-left: 0;
		line-height: normal;
	}
	#headerBottomFMI {
		padding-left: 20px;
	}
	#headerBottom .left {
		padding-top: 0;
	}
	
}

@media screen and (max-width: 780px) {
	#headerMainMenu {
		display: none;
	}
	
	#headerMidLogo {
		width: 50%;
		max-width: 316px;
	}
	
	#searchBox {
		clear: right;
	}
	
	#socialTop {
		border-left: none;
		padding-bottom: 5px;
		padding-right: 15px;
	}
	
	#miniMenu1 {
		clear: right;
		padding-right: 19px;
		padding-top: 8px;
	}
}

@media screen and (max-width: 620px) {
	#locateCUButton {
		clear: right;
		margin-right: 20px;
		margin-top: 5px;
	}
}


@media screen and (max-width: 575px) {
	
	#headerBottom .left {
		width: 43%;
		padding-left: 9%;
	}
	#headerBottom .right {
		width: 47%;	
	}

}

@media screen and (max-width: 460px) {
	
	#headerTwitterLabel, #headerTwitterContent {
		display: block;
		width: 100%;
		text-align: left;
	}
	

}

@media screen and (max-width: 400px) {
	#headerBottom .left, #headerBottom .right {
		width: 78%;
		float: none;
		padding-left: 17%;
	}
	#headerBottomFMI {
		padding-left: 0px;
	}

}

/* Twitter */

#headerTwitterContent {
    position: absolute;
    top: 100%;
    width: 100%;
    font-size: 0.75em;
    box-sizing: border-box;
    right: 5%;
 
}

#headerTwitterContent_inner {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}


#headerBottom .right {
	cursor:pointer;
}

#headerBottom .right.hover #headerTwitterContent_inner {
	display: block;
}

#headerTwitterContent_inner iframe {
	max-width: none !important;
	width: 100% !important;
}

/* FOOTER */
/* ================ */

#mainFooter {
	padding-top: 10px;
}

#footerBar {
	background-image: url(../images/common/footerBar.png);
	background-repeat: no-repeat;
	background-position: center 54px;
	background-size: 100% auto;
	text-align: center;
	padding-top: 25px;
}

#footerLogo {

}
#footerMenu {
	padding-bottom: 30px;
}
#footerMenu .col a {
	color: #666666;
	text-decoration: none;
}

#footerMenu .col {
	width: 19%;
	float: left;
	padding-right: 1%;
}

#footerMenu .col h3 {
	font-size: 0.9em;
}

#footerMenu .col ul, 
#footerMenu .col li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footerMenu .col li {
	font-size: 0.78em;
	padding: 6px 0;
}

#footerFineprint {
	background-image: url(../images/common/footerBar2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding-top: 45px;
	color: #17326e;
	font-size: 0.65em;
	text-align: center;
	padding-bottom: 50px;
}
#footerFineprint a {
	color: #17326e;
	text-decoration: none;
}
#footerFineprint address {
	font-style: normal;
}

@media screen and (max-width: 780px) {
	
	#footerMenu .col {
		width: 49%;
	}

}

@media screen and (max-width: 500px) {
	
	#footerMenu .col {
		width: 99%;
		float: none;
	}

}