/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	/* @font-face {
		font-family: 'PaskowyRegular';
		src: url('../fonts/paskowy/paskowy.eot');
		src: url('../fonts/paskowy/paskowy.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/paskowy/paskowy.woff') format('woff'),
			 url('../fonts/paskowy/paskowy.ttf') format('truetype'),
			 url('../fonts/paskowy/paskowy.svg#PaskowyRegular') format('svg');
		font-weight: normal;
		font-style: normal;

	}

	@font-face {
		font-family: 'DINLight';
		src: url('../fonts/din-light/din-light.eot');
		src: url('../fonts/din-light/din-light.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/din-light/din-light.woff') format('woff'),
			 url('../fonts/din-light/din-light.ttf') format('truetype'),
			 url('../fonts/din-light/din-light.svg#DINLight') format('svg');
		font-weight: normal;
		font-style: normal;
	}*/

	body {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12px;
		line-height: 1.4;
	}
  @supports (font-variation-settings: normal) {
    body {
      font-family: 'Source Sans Variable', sans-serif;
    }
  }
	h1, h2, h3, h4, h5 ,h6, h7 {
		/*font-family: 'Source Sans Pro', 'Segoe UI', sans-serif;*/
	}
	h1{
		font-size: 31px;
		font-weight: 700;
	}
	h2{
		font-size: 26px;
		font-weight: 700;
	}
	h3{
		font-size: 22px;
		font-weight: 700;
	}
	h4{
		font-weight: 600;
		font-size: 19px;
		color: #2D004B;
		margin-top: 15px;
	}
	a {
		color: #016ed3;
	}

	.small {font-size: 0.8em;}

	.pavo-details {clear: left;}

	.pavo-details a{
		color: #016ed3;
	}

    .pavo-main-container .row {
        /* background-image: url(../images/bg_fade_left.png);
        background-repeat: repeat-y;
		background-position: 10% top;*/
    }

    .pavo-main-container {
        /* background-image: url(../images/bg_fade_right.png);
        background-repeat: repeat-y;
        background-position: 100% top;*/
    }

	.lo-fi .pavo-main-container,
	.lo-fi .pavo-main-container .row {
		background-image: none;
	}
	/* Redundant after removing the background image
    @media handheld, only screen and (max-width: 2400px) {
        .pavo-main-container {
            background-position: 85% top;
        }
    }

    @media handheld, only screen and (max-width: 1600px) {
        .pavo-main-container {
            background-position: 100% top;
        }
    }

    @media handheld, only screen and (max-width: 1400px) {
        .pavo-main-container {
            background-position: 110% top;
        }
    }

    @media handheld, only screen and (max-width: 1300px) {
        .pavo-main-container {
            background-position: 120% top;
        }
    }

    @media handheld, only screen and (max-width: 1140px) {
        .pavo-main-container {
            background-position: 160% top;
        }
    }
    @media handheld, only screen and (max-width: 900px) {
        .pavo-main-container {
            background-position: 260% top;
        }
    }
	@media handheld, only screen and (max-width: 800px) {
		.pavo-main-container {
            background-position: 300px top;
        }
	}*/

	/* Banner Logo */
	.default-logo{
		position: absolute;
		left: calc(50% - 109px);
		top: 25px;
		background: #fff;
		padding-left: 25px;
		padding-right: 25px;
	}
	@media (max-width: 768px){
		.default-logo{
			display: none;
			visibility: hidden;
		}
		.mobile-logo{
			position: relative;
			top: 25px;
			right:0;
			background: #fff;
			padding-right: 25px;
		}
		.navbar-brand{
			transition: none;
			overflow: inherit;
			width: auto;
		}
		.navbar-nav {
			display: block;
			text-align: left;
		}
		.navbar-form{
			position: relative;
			top: 1px;
			display: inline-block;
		}
		.navbar-nav a {
			margin-top: 8px !important;
			margin-left: 16px !important;
			margin-right: 0;
		}
	}
	@media (max-width: 480px){
		.navbar-nav {
			text-align: left;
			margin-bottom: 0;
		}
		.navbar-nav a {
			margin-top: 4px !important;
		}

		.navbar-nav .btn {
			text-align: left;
		}

		.navbar-collapse {
			max-height: 550px;
		}

	}

	.default-logo a{
		margin-left: 0;
	}
	.default-logo > img{
		display:block;
		padding: 6px 7px;
	}

	@media (min-width: 769px){
		.mobile-logo{
			display: none;
			visibility: hidden;
		}
	}

	/* Replaces the default navbar style forcing the it to move left */
	.navbar>.container-fluid .navbar-brand{
		margin-left: 0;
	}

	/* Banner itself */
	#header-c.navbar-default {
		background: #fff;
		border-top: none;
		border-right: none;
		border-bottom: 1px solid #e7e7e7;
		border-left: none;
		border-radius: 0;
		min-height: 68px;
	}

	/* Primary search */
	.navbar-form {
		padding: 24px 15px 0 0;
		position: relative;
		top: 1px;
		box-shadow: none;
		margin-left: 0;
		left: 0;
	}
	.navbar-form .primary-search .form-control,
	.discover .primary-search .form-control {
		background: #FFFFFF;
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left: 1px solid #2D004B;
		font-size: 21px;
		outline: none;
		width: 300px;
		margin-left: 8px;
		border-radius: 0;
		font-family: 'Source Serif Pro', Georgia, sans-serif;
		font-weight: 400;
		color: #000000;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	@media (max-width: 1024px){
		.navbar-form .primary-search .form-control,
		.discover .primary-search .form-control {
			width: 235px;
		}

		span#advancedSearch {
			width: 60px;
		}
	}
	@media (min-width: 992px) {
		.navbar-form {
			width: 300px;
		}
	}
	@media (min-width: 1024px){
		.navbar-form {
			width: 365px;
		}
	}

	.primary-search input::placeholder{
		color: #6c6f6d;
		font-style: italic;
	}
	.navbar-form .primary-search .btn-primary-search,
	.discover .primary-search .btn-primary-search {
		background: #008944;
		border: 2px solid #008944;
		color: #FFFFFF;
		min-width: 35px;
		min-height: 35px;
		font-size: 21px;
		padding: 2px 6px 0 6px;
		border-radius: 3px !important;
		outline: none;
		transition: 800ms ease-in-out;
		opacity: 1;
		margin-left: 1px;
	}

	#search-button:disabled {
		opacity: 0.5;
		cursor: not-allowed;
		pointer-events: auto;
	}

	#advancedSearch {
		width: 120px;
		margin-left: 10px;
		font-size: 14px;
		float: left;
		margin-top: 30px;
	}
	#advancedSearch a {
		color: #2D004B;
	}

	@media (max-width: 768px) {
		#SearchTermTrove {
			font-size: 16px;
		}

		#advancedSearch {
			float: right;
		}
		
		.primary-search {
			display: flex;
		}
	}



	.navbar-form .btn:hover, .navbar-form .btn:active, .navbar-form .btn:focus {
		background: #fff;
		color: #008944;
	}
	.search-accent {
		height: 8px;
		border-bottom: 1px solid #535353;
		display: block;
	}

	/* Primary navigation */
	#navglobal a {
		padding: 8px 0 14px 0;
		color: #6D6D6D !important;
		border-bottom: 2px solid transparent;
	}
	.navbar-nav a{
		margin-top: 24px;
		margin-right: 16px;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 600;
		border: none;
		background: none;
		border-radius: 0;
	}
	#navglobal a:hover, #navglobal a:focus, #navglobal a:active {
		color: #C0286F !important;
		border-bottom: 2px solid #C0286F !important;
		background: transparent !important;
		box-shadow: none;
		text-decoration: none;
	}

	#navglobal .dropdown-menu {
  		background-color: #FFF;
		color: white;
		border-radius: 0;
		border: 1px solid #2d004b;
  }
	#navglobal .dropdown-menu a {
		color: #2d004b !important;
		font-weight: 400;
		background: transparent !important;
		margin: 0 !important;
		border: none !important;
		padding: 8px 8px !important;
  }
	@media (max-width: 575px) {
		#navglobal .dropdown-menu a {
			padding-top: 6px !important;
			padding-bottom: 6px !important;
		}
	}

	#navglobal .dropdown-menu a:hover {
	  background-color: #016ED3 !important;
	  color: white !important;
	}

	/* Burger */
	.navbar-toggle {
		position: relative;
		float: right;
		margin-right: 0;
		padding: 3px;
		margin-top: 8px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.navbar-default .navbar-toggle {
		border-color: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #2d004b;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 29px;
		height: 2px;
		border-radius: 1px;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 7px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #f4f4f4;
	}
	.navbar-default .navbar-toggle .icon-bar+.icon-bar:hover, .navbar-default .navbar-toggle .icon-bar+.icon-bar:focus {
		background-color: #038944;
	}
	/* Breadcumbs - new item */
	#breadcrumbrow{
		background: none;
	}
	.breadcrumb {
		padding: 10px 15px;
		background: #fff;
		list-style: none;
		border-radius: 0;
		margin-bottom: 0;
		box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	}
	.breadcrumb li a{
		color: #016ed3;
		font-size: 14px;
	}
	.breadcrumb li{
		margin-left: 0;
	}
	.mr5{
		margin-right: 5px;
	}
	.ml5{
		margin-left: 5px;
	}

	.pavo-content-container {
		float: right;
	}

	.pavo-content {
		/* background: url(../images/bg_content.png) repeat top center #CCC;
		border-left: 1px solid #888;
		border-right: 1px solid #888;
		border-bottom: 1px solid #888;*/
		border-left: 6px solid #000;
		padding-bottom: 10px;
		/* -moz-box-shadow: 0 1px 6px #444444 inset;
		-webkit-box-shadow: 0 1px 6px #444444 inset;
		box-shadow: 0 1px 6px #444444 inset;*/
	    overflow: hidden;
	}
	.read-more,
	.read-less,
	.read-more a,
	.read-less a{
		color: #016ed3;
	}
	.read-more a,
	.read-less a {
		display: inline-block !important;
	}

	.read-more:after{
		font-family: "Font Awesome 5 Pro";
		font-weight: 900;
		content: "\f078";
		margin-left: 5px;
	}
	.read-less:after{
		font-family: "Font Awesome 5 Pro";
		font-weight: 900;
		content: "\f077";
		margin-left: 5px;
	}

	.pavo-main-container-inner .custom-threecol {
		width: 25.75%;
		margin-right: 0;
	}

	.pavo-main-container-inner .pavo-item-title h1 {
		font-size: 31px;
		font-weight: 700;
		padding-right: 15px;
		text-transform: none;
	}
	@media (max-width: 768px){
		.pavo-main-container-inner .pavo-item-title h1 {
			font-size: 22px;
			padding-right: 10px;
			padding-left: 10px;
		}
	}

	.pavo-main-container-inner .custom-threecol .pavo-widget.workdetails {
		padding-right: 15px;
		font-size: 16px;
	}
	@media (max-width: 768px){
		.pavo-main-container-inner .custom-threecol .pavo-widget.workdetails {
			padding-right: 10px;
			padding-left: 10px;
			font-size: 14px;
		}
		.pavo-main-container-inner .custom-threecol .pavo-widget.workdetails hr{
			margin-top: 10px;
			margin-bottom: 10px;
		}
	}
	@media (max-width: 480px){
		.pavo-main-container-inner .custom-threecol .pavo-widget.workdetails {
			padding-left: 0;
			font-size: 14px !important;
			padding-bottom: 40px;
		}
	}

	.pavo-digital-item.center {text-align: center;}
	.pavo-digital-item img {
		/*-moz-box-shadow: 1px 2px 4px #444;
		-webkit-box-shadow: 1px 2px 4px #444;
		box-shadow: 1px 2px 4px #444;*/
	}

    .pavo-digital-item.thumbnails .item {
        float:left;
        margin: 10px 20px;
    }

	.pavo-box {
		background-color: #EEEEEE;
		margin: 10px auto;
		padding: 10px;
	}
	.pavo-box span{
		font-size: 30px;
		float: left;
	}

	.pavo-content .pavo-box {
		-moz-box-shadow: 0 1px 2px #444444 inset;
		-webkit-box-shadow: 0 1px 2px #444444 inset;
		box-shadow: 0 1px 2px #444444 inset;
	}

	.pavo-toolbar li {list-style: none; margin: 0; float: left; padding: 4px;}

	.seperator{
		border-color: transparent;
	}

    .pavo-seperator {
        height: 0;
        width: 96%;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        margin: 0 auto 2px;
    }

	@media (min-width: 481px) and (max-width: 767px){
		.navbar-form{
			left: 1pc;
			width: auto;
		}
		.navbar-nav a {
			margin-top: 8px !important;
			margin-left: 16px !important;
			margin-right: 16px;
		}

		.navbar-toggle {
			padding: 24px 15px 5px 15px;
		}

		#advancedSearch {
			float: none;
			margin-left: 20px;
		}
	}
	@media (width: 768px) {
		.navbar-form{
			left: 13pc;
		}
	}
	@media (max-width: 480px){
		.mobile-logo{
			top:15px;
		}
		.navbar-default .navbar-toggle {
			position: absolute;
		}
		.navbar-form {
			padding: 24px 0 0 0;
			width: 100%;
			top: 6px;
		}
		.navbar-form .primary-search .form-control {
			width: 300px;
		}
		.navbar-header {
			width: auto;
			position: absolute;
			top: 2px;
			margin-top: 0;
			float: none;
			display: inline-block;
		}
		span#advancedSearch {
			margin-top: 15px;
			width: auto;
			margin-bottom: 5px;
		}

		.searchButtonContainer {
			width: auto;
		}
		#SearchTermTrove {
			flex: 1;
		}
	}


.ui-body-b {
	background-color: #FFF !important;
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		font-size: 14px;
		line-height: 1.4;
	}

	.pavo-content-container {float: none; margin-bottom: 10px;}
	.pavo-content {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}

	.pavo-box {margin: 0; width: auto;}
	.pavo-content .pavo-box {margin: 5px;}

	/* .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
		padding: 0 10px;
	} */
	#pavo_header .eightcol, .ninecol.pavo-content-container {padding:0;}
	.pavo-content {padding: 0 10px 10px;border: none;}
	.pavo-content .pavo-box {margin: 10px 0;}
	.pavo-item-title { padding: 0 10px; margin:0;}
	.pavo-item-title h3 {margin: 0;}

	.pavo-toolbar .tools-set-label {display: none;}
	.pavo-toolbar .view-immersive {display: none;}

    .pavo-main-container, .pavo-main-container .row {
        background: none;
    }
	.pavo-main-container-inner .custom-threecol {
		width: auto;
		margin: 0;
	}
	.pavo-main-container-inner .custom-threecol h1,
	.pavo-main-container-inner .custom-threecol .pavo-widget.workdetails {
		padding-right: 0;
	}
}

@media handheld, only screen and (max-width: 480px) {
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
		padding: 0 10px;
	}
	.ninecol.pavo-content-container {padding:0;}
	.pavo-content {padding: 0 10px 10px;border: none;}
	.pavo-content .pavo-box {margin: 10px 0;}
	.pavo-main-container, .pavo-main-container .row {
		background: none;
	}
	.pavo-seperator {
		width: 100%;
	}
}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

}






/* ========================================== */
/* OVERLAY WIDGET							  */
/* ========================================== */


.pavo-blocked-out {
	overflow: hidden;
}
.pavo-overlay {
	position: absolute;
	background: #000000ad;
	top: 0;
	left: 0;
    z-index: 100;
    overflow: auto;
}

.pavo-overlay .pavo-overlay-wrapper {
    background-color: white;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 1px;
    -moz-box-shadow: 1px 1px 10px #555555, -1px 1px 6px #555555;
    -webkit-box-shadow: 1px 1px 10px #555555, -1px 1px 6px #555555;
    box-shadow: 1px 1px 10px #555555, -1px 1px 6px #555555;
    margin: 20px 9.7% 20px;
    position: relative;
}

.pavo-overlay .pavo-overlay-content {
	padding: 0 15px;
	margin-bottom: 15px;
	overflow: auto;
	position: relative;
	outline: none;
}

.pavo-overlay .pavo-overlay-content h2 {
	margin-top: 20px;
    font-size: 26px;
    margin-right: 85px;
}

body > .pavo-overlay {
	position: fixed;
}

.pavo-custom-action,
.pavo-overlay .pavo-overlay-close-action {
    background-color: transparent;
	background-image: none;
    border: none;
    padding: 11px 0;
    position: absolute;
    right: 15px;
    top: 12px;
	text-decoration: none;
    font-size: 21px;
    font-weight: normal;
	line-height: 1;
	color: #016ed3;
    transition: .5s ease-in-out;
}
.pavo-overlay a.pavo-overlay-close-action{
	color: #000;
}

.pavo-custom-action:hover{
	text-decoration: underline;
}
.pavo-overlay .pavo-overlay-close-action .close-x{
	font-size: 25px;
    position: relative;
    top: 3px;
	margin-left: 8px;
}
.pavo-overlay .pavo-overlay-close-action .action-hint{
	color: #999;
}

.pavo-overlay a.pavo-overlay-close-action:hover,
.pavo-overlay a.pavo-overlay-close-action:active,
.pavo-overlay a.pavo-overlay-close-action:focus {
    color: #c0286f;
    text-decoration: underline;
}


.mobile .pavo-overlay,
.mobile .pavo-overlay .pavo-overlay-content  {
	overflow: visible;
	height: auto !important;
}

.mobile .pavo-overlay {
	position: absolute;
	top: 0;
	width: 100% !important;
	min-height: 100%;
}

@media handheld, only screen and (max-width: 480px) {
	.mobile .pavo-overlay .pavo-overlay-wrapper {
		margin-left: 3%;
		margin-right: 3%;
		top: -20px;
	}
}

/*****************
 * Error styles
 *****************/
 .pavo-error {
    overflow: auto;
    max-height: 400px;
    padding-bottom: 10px;
}

.pavo-error.pavo-box {
    /* background-color: #ecc;
    background-image: url("../images/owl/oops.png");
    background-position: 10px 55px;
    background-repeat: no-repeat;*/

    background: #FF733E;
    /* background-image: url("../images/owl/oops.png"), -moz-linear-gradient(#EECCCC, #EEAAAA);
	background-image: url("../images/owl/oops.png"), -webkit-linear-gradient(#EECCCC, #EEAAAA);
	background-image: url("../images/owl/oops.png"), -ms-linear-gradient(#EECCCC, #EEAAAA);
	background-image: url("../images/owl/oops.png"), linear-gradient(#EECCCC, #EEAAAA);
    background-position: 10px 55px, 0 0;
    background-repeat: no-repeat;*/
    border-radius: 3px;
	margin-top: 10px;
	margin-right: 15px;
}
.pavo-error.pavo-box span{
	margin-right: 20px;
}

.partial-error.pavo-error.pavo-box {
	/*background-position: 10px 10px, 0 0;*/
    border-radius: 3px;
}

.pavo-error.pavo-box .speech-bubble.left {
	margin-left: 70px;
}

.pavo-error .pavo-box {
    background-color: #fee;
}

.pavo-error .title {
    font-weight: bold;
    padding-bottom: 10px;
}

.pavo-error .trace-toggle {
    padding-left: 2%;
}

.pavo-error .trace {
    display:none;
    width: 94%;
}

.pavo-error h3 {
	margin: 15px;
}

.pavo-box.note {
	background-color: #FDFEB9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFEB9), to(#FEFB99));
    background-image: -webkit-linear-gradient(top, #FDFEB9, #FEFB99);
    background-image: -moz-linear-gradient(center top , #FDFEB9, #FEFB99);
    background-image: -ms-linear-gradient(top, #FDFEB9, #FEFB99);
    background-image: -o-linear-gradient(top, #FDFEB9, #FEFB99);
    background-image: linear-gradient(top, #FDFEB9, #FEFB99);
}


dl { }
dt { float: left; width: 8em; font-weight: bold; }
dt.nobg { background: none; }
dd { margin: 0 0 0.4em 8em; }
p.clear { clear: both; }


.busy-box {
    display: none;
    width: 80px;
    height: 40px;
    -moz-box-shadow: 0 1px 2px #666 inset;
	-webkit-box-shadow: 0 1px 2px #666 inset;
	box-shadow: 0 1px 2px #666 inset;
    text-align: center;
    opacity: 0.8;
	filter: Alpha(Opacity=80);
    background-color: white;
    border: 1px solid #aaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.busy-box img {
    margin-top: 10px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.pavo-widget .busy-box {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -40px;
}


/************************
 * Speech Bubbles
 */

.speech-bubble {
	position:relative;
	word-break: break-all;
    margin: 0;
    color: #000;
	/* css3 */
	font-size: 16px;
}

.speech-bubble.top {
    margin: 15px 0 0 0;
}

.speech-bubble.left:before {
	margin-left:30px;
}


.speech-bubble.right {
    margin-right:50px;
    background:rgba(0, 102, 161, 0.9);
}



/****
 * The Session navigator - used as a toolbar action
 */
.session-navigator .session-navigator-item {
	padding: 0;
}

.session-navigator a.session-jump {
    border: 2px solid #2D004B;
    border-radius: 17px;
    display: block;
    height: 20px !important;
    line-height: 20px !important;
    margin: 0 1px;
    text-align: center;
    text-decoration: none;
    width: 20px;
    color: #2D004B;
    padding: 4px 8px;
	font-size: 14px;
	transition: 0.5s ease-in-out;
	font-weight: 700;
}

.session-navigator a.session-jump:hover {
	color: #fff;
	background: #2D004B;
}

.session-navigator a.session-jump.current,
.session-navigator a.session-jump:active {
    background-color: #2d004b !important;
    color: white !important;
    border-color: #2d004b;
}

.session-navigator.jPaginate {
	width: 190px;
}

.session-navigator.jPaginate .jPag-first,
.session-navigator.jPaginate .jPag-last,
.session-navigator.jPaginate .jPag-sprevious,
.session-navigator.jPaginate .jPag-snext {
	border-color: transparent !important;
}

.session-navigator .jPag-itemCount {
	display: none;
}

@media (max-width: 480px) {
    .session-navigator {
        display: flex;
    }    
}

/* GRITTER STYLES */

/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:80px;
	right:30px;
	width:400px;
	z-index:9999;
}
#gritter-notice-wrapper.top-left {
    background: transparent;
}
#gritter-notice-wrapper.bottom-right {
    background: transparent;
}
#gritter-notice-wrapper.bottom-left {
    background: transparent;
}
.gritter-item-wrapper {
	position:relative;
	margin: 0;
	background: transparent;
}
.gritter-top {
	background: transparent;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	background: transparent;
}
.hover .gritter-bottom {
	background: transparent;
}
.gritter-item {
	display:block;
	/* background:url(images/gritter.png) no-repeat left -40px;*/
	background: #016ed3;
	color:#fff;
	padding: 10px;
	font-size: 14px;
	border-radius: 3px;
	box-shadow: 0 3px 4px 2px rgba(0,0,0,0.15);
}
.gritter-item a {
	color: white;
	text-decoration: underline;
}

.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
}
.gritter-close {
	position:absolute;
	top:5px;
	right:3px;
	background:url(images/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
	color: #fff;
}
@media (max-width: 768px){
	#gritter-notice-wrapper{
		width: 280px;
	}
}
.gritter-title {
	font-size: 18px;
	font-weight: 700;
	padding:0 0 7px 0;
	display:block;
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
	width:220px;
	float:right;
}

/* Tooltip styles */

#tooltip {
	background-color: #333333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 3px #333333;
    -webkit-box-shadow: 1px 1px 3px #333333;
    box-shadow: 1px 1px 3px #333333;
    color: white;
    max-width: 500px;
    opacity: 0.9;
	filter: alpha(opacity=90);
    padding: 5px;
    position: absolute;
    z-index: 3000;
}
#tooltip h3, #tooltip div { margin: 0; }

.pavo-widget .summary-container .summary-list .session.ui-collapsible .session-title a.ui-collapsible-heading-toggle.ui-btn-down-c{
	border: none;
	background: #008944;
	text-decoration: none;
	color: #fff !important;
	border-radius: 0 !important;
	text-shadow: none;
}

.pavo-widget .summary-container .summary-list .session.ui-collapsible.current a.ui-collapsible-heading-toggle{
	border: none;
	background: #008944;
	text-decoration: none;
	color: #fff !important;
	border-radius: 0 !important;
	text-shadow: none;
}

.trove-alerts {
  margin-bottom: 0;
	margin-top: 1rem;
  padding: 0.5rem 1rem 0.25rem;
	font-size: 1.5rem;
}

.trove-alerts .alert {
  border-radius: 3px;
  margin-bottom: 0;
}

.trove-alerts .alert.Information, .trove-alerts .alert.information, .trove-alerts .alert.info {
  background-color: #FFBD4C;
  color: black;
}

.trove-alerts .alert.Information a, .trove-alerts .alert.information a, .trove-alerts .alert.info a {
  color: black;
  font-weight: 600;
  margin-left: 0.35rem;
}

.trove-alerts .alert.Outage, .trove-alerts .alert.outage, .trove-alerts .alert.error {
  background-color: #FF733E;
  color: black;
}

.trove-alerts .alert.Outage a, .trove-alerts .alert.outage a, .trove-alerts .alert.error a {
  color: black;
  font-weight: 600;
	margin-left: 0.35rem;
}

.trove-alerts .trove-alert-icon {
  vertical-align: middle;
  margin-right: 5px;
}

#navglobal .notification {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FF733E;
  border-radius: 5px;
  margin-right: 0.25rem;
}
