﻿@font-face {
  font-family: "Avenir Book";
  src: url("../fonts/Avenir-Book.woff2") format("woff2"),
       url("../fonts/Avenir-Book.woff") format("woff");
}
@font-face {
  font-family: "Avenir Light Oblique";
  src: url("../fonts/Avenir-LightOblique.woff2") format("woff2"),
       url("../fonts/Avenir-LightOblique.woff") format("woff");
}
@font-face {
  font-family: "Avenir Roman";
  src: url("../fonts/Avenir-Roman.woff2") format("woff2"),
       url("../fonts/Avenir-Roman.woff") format("woff");
}

body {
	font-family: 'Avenir Book';
	background-color: #e2e7ec;
}
.section-title {
	background-color: #ededed;
	color: #000;
	padding-left: 2rem!important;
}
.section-title span {
	border-left: 3px solid #657d9c;
    padding-left: 20px;
}
h5.biotitle {
	font-family: 'Avenir Light Oblique';
	margin-bottom: 0;
}
a {
	color: #222;
}
a:hover, a:focus {
	text-decoration: none;
}
h1.pageTitle {
	text-transform: uppercase;
	color: #00263e;
	margin-bottom: 1.5rem!important;
}

.content  ul, aside  ul {
  list-style: none;
  padding: 0;
}
.content  ul:not(.list-unstyled) li, aside  ul:not(.list-unstyled) li {
  padding-left: 1.3em;
}

.content  ul:not(.list-unstyled) li:before, aside  ul:not(.list-unstyled) li:before {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
}

ul.h-list {
	display: flex;
	flex-direction: row;
	list-style-type: none;
}
ul.h-list.bullet li:first-of-type {
	padding: 0;
}
ul.h-list.bullet li::before {
	content: "•";
	padding: 0 0.5rem;
}
ul.h-list.bullet li:first-of-type::before {
	content: "";
}

.sidebar ul.bordered li:not(:last-of-type) {
	border-bottom: 1px solid rgb(0, 38, 62, 0.1);
} 
.sidebar ul.bordered li h5 {
	font-size: 1.125rem;
}
.mainnav {
    background: url(../images/nav-bg.png);
}
.mainnav .navbar-nav .nav-link {
	font-size: 1.275rem;
	text-transform: uppercase;
	color: #efefef;
	padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.mainnav #navPrimary {
	margin-left: auto;
}
.mainnav .navbar-toggler {
	color: #fff;
}

#navPrimary li .dropdown-menu {
	background: #00263e;
}
#navPrimary li .dropdown-menu a {
	color: #fff;
}
#navPrimary li .dropdown-menu .dropdown-item:focus, 
#navPrimary li .dropdown-menu .dropdown-item:hover {
	background: #00263e;
	color: #fff;
	opacity: 0.5;
}
/* flex fullwidth menu centered */
/*#navPrimary {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}
#navPrimary li {
	display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}*/

.carousel-item {
  max-height: 628px; }
  .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1); }
  .carousel-item a {
    color: #fff; }

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  bottom: 0; }
  
#paCarousel .carousel-caption {
	text-align: left;
    padding: 1rem !important;
    padding-bottom: 0.5rem !important;	
}
 
.carousel-caption h3 {
	font-family: "Avenir Roman";
}

.navbar-nav .nav-item:hover > .dropdown-menu {
  display: block; }

.navbar-nav .nav-item .dropdown-menu {
  margin: 0; }

div[data-cssclass="home-news"] {
  padding: 2em 0 0 0; }
  div[data-cssclass="home-news"] .mura-object-meta {
    text-align: center; }
  div[data-cssclass="home-news"] .mura-collection-item .mura-item-content a:hover {
    opacity: 0.8; }
  div[data-cssclass="home-news"] .mura-collection-item .mura-item-meta div[class^="mura-item-meta_"] {
    margin: 1em 0 0 0; }
  div[data-cssclass="home-news"] .mura-collection-item .mura-item-meta .mura-item-meta__date {
    color: #6c757d; }
  div[data-cssclass="home-news"] .mura-collection-item .mura-item-meta .mura-item-meta__credits {
    color: #6c757d; }

.mura-nav .active {
  color: #343a40; }

.bg-black {
  background-color: #000 !important; }

.mura-breadcrumb li {
  display: list-item;
  margin-right: 0; }

  
@media (min-width: 1400px) {
	.container {
	    max-width: 1340px!important;
	}
}
.navbar-brand {
	width: 150px;
}
footer {
	background-color: #00263e;
	color: #aebac7;
}
footer a {
	color: #aebac7;
}
footer a:hover, footer a:foocus {
	color: #dde4eb;
}
footer ul.h-list li {
	background: none;
	padding: 0 0.5rem;
	border-right: 1px solid #aebac7; 
	line-height: 1rem;
}
footer ul.h-list li:last-of-type {
	border-right: 0;
}
footer .logo {
	width:100px;
}

.card-header {
	background-color: #00263e;
	color: #fff;
}
.card-body {
    padding: 1.75rem;
}
@media print {
	.p-hide {
		display: none !important;
	}
}
/*@media screen and (max-width:1024px) {
	.navbar-brand {
	    display: none !important;
	}
}*/
@media screen and (max-width:1024px) {
	footer ul.h-list {
	    display: none !important;
	}
	footer ul.h-list li {
		border-right: none;
	}
}
@media screen and (max-width:768px) {
	.navbar-brand {
		width: 120px;
	}
}
@media screen and (max-width:414px) {
	.navbar-brand {
		display: inline!important;
		width: 80px;
	}
}
