/* CSS HEX
--midnight-blue: #021b79;
--bright-navy-blue: #0575e6;
--arylide-yellow: #eed66d;
--light-cyan: #d6f5ff;
--platinum: #ebebeb;
*/

body, html { background: #3c1518; }

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: linear-gradient(to right, #021B79, #0575E6);
  color: #ebebeb;
}

.site-content { flex: 1; }

a:link    { color: #f8f8f8; text-decoration: none; font-weight: bold; }
a:visited { color: #f8f8f8; text-decoration: none; }
a:hover   { color: #ffe69d; text-decoration: none; }
a:active  { color: #f8f8f8; text-decoration: none; }

#globalnav {
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  position: relative;
  top: 0;
  width: 100%;
  text-transform: uppercase;
}
#globalnav a:link    { color: #f8f8f8; text-decoration: none; }
#globalnav a:visited { color: #f8f8f8; text-decoration: none; }
#globalnav a:hover   { color: #ffe69d; text-decoration: overline; }
#globalnav a:active  { color: #f8f8f8; text-decoration: none; }
#globalnav .dropdown ul li   { background: rgba(6, 59, 89, 0.9); border: none; }
#globalnav .dropdown ul li a { padding: .5em; font-family: 'Inter', sans-serif; }

.is-drilldown-submenu-parent > a::after,
.is-dropdown-submenu li.is-dropdown-submenu-parent.opens-right > a::after { border-color: transparent transparent transparent #f4edc7; }
.js-drilldown-back > a::before { border-color: transparent #f4edc7 transparent transparent; }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after { border-color: #f4edc7 transparent transparent transparent; }

.menu { text-align: center; }
.home-box { min-height: 45vh; position: relative; }
.myimage { position: relative; }

/* Mobile menu */
.mo-nav-enabler { position: fixed; top: 1em; right: 1em; z-index: 1005; color: white; }
.whiter { color: white; }
.offleft { background: linear-gradient(to bottom, #6a87f0, #6c70b1); }
.introducer { font-size: 6vw; line-height: normal; padding: 0; }

.mytext {
  left: 0;
  font-family: 'Teko', sans-serif;
  position: absolute;
  text-align: center;
  top: 37%;
  width: 100%;
  font-size: 9vw;
  color: rgba(255, 255, 255, 0.61);
}

.image-control { width: 100%; }
.slideshow-element { position: absolute; }

section h1 { font-family: 'Josefin Sans', sans-serif; text-align: left; }

.linkout   { font-size: 1.5em; }
.copyright { font-size: 1em; }
label      { color: white; }

.whiteshadow { text-shadow: 1px 1px 0px white; }
.brad        { border-radius: 10px; box-shadow: 1px 1px 1px #b9ccf4; }
.pushback    { display: none !important; }

.small-icon-control { margin: 3em 0; }

.liner-one { margin: 0 10px; height: 1px; background: linear-gradient(to right, #021b79, #C7DBF0); }
.liner-two { margin: 0 10px; height: 1px; background: linear-gradient(to right, #C7DBF0, #0575E6); }

.paler {
  background: linear-gradient(to left, #021B79, #0575E6);
}
.paler h1 {
  font-family: 'Jost', sans-serif;
  padding: .2em;
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: bold;
}

.bordered { border: 1px solid #c9c5c5; }

.cell-structure {
  background: linear-gradient(to top, #021B79, #0c5fb1);
  border: 1px solid #C7DBF0;
  margin: 1em 0;
}
.cell-structure h2 {
  font-family: 'Jost', sans-serif;
  padding: .2em;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.cell-structure p {
  font-family: 'Inter', sans-serif;
  padding: .4em;
  font-size: 1rem;
}

.palercopy p {
  font-family: 'Inter', sans-serif;
  padding: .4em;
  font-size: 1.3rem;
}

.newsier {
  background: linear-gradient(to left, #021B79, #0575E6);
}
.newsier h1 {
  font-family: 'Jost', sans-serif;
  padding: .2em;
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: bold;
}
.newsier h2 {
  font-family: 'Jost', sans-serif;
  padding: .2em;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.newsier p {
  font-family: 'Inter', sans-serif;
  padding: .4em;
  font-size: 1.3rem;
}

.news-tile {
  background: linear-gradient(to top, #021B79, #0c5fb1);
  border: 1px solid #C7DBF0;
  margin: 1em 0;
}
.news-tile p {
  font-family: 'Inter', sans-serif;
  padding: .4em;
  font-size: 1rem;
}

.newsimage { margin-top: 2em; }

.material-design-sharp       { display: inline-block; vertical-align: middle; font-size: .8rem; text-align: center; }
.material-icons-sharp.md-18  { font-size: 5rem; text-align: center; }
.stars                       { width: 100%; text-align: center; padding-top: 0; margin-top: 0; }
.orangey                     { color: #ffcc67; }

.logo-grid img       { z-index: 1; transition: 0.3s; cursor: pointer; }
.logo-grid img:hover { opacity: 0.5; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  #globalnav a { font-size: .9rem; }
  .home-box    { min-height: 45vh; position: relative; }
  .mytext      { top: 42%; font-size: 14vw; }

  .paler h1 {
	font-family: 'Jost', sans-serif;
	padding: .2em;
	margin-top: 1rem;
	text-transform: uppercase;
	font-size: 1.5rem;
  }
  .palercopy p {
	font-family: 'Inter', sans-serif;
	padding: .4em;
	font-size: 1rem;
  }
  .cell-structure h2 {
	font-family: 'Jost', sans-serif;
	padding: .2em;
	text-transform: uppercase;
	font-size: 1.3rem;
  }
  .cell-structure p {
	font-family: 'Inter', sans-serif;
	padding: .4em;
	font-size: .9rem;
  }
  .newsier h1 {
	font-family: 'Jost', sans-serif;
	padding: .2em;
	margin-top: 1rem;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: bold;
  }
  .newsier h2 {
	font-family: 'Jost', sans-serif;
	padding: .2em;
	text-transform: uppercase;
	font-size: 1.1rem;
  }
  .newsier p {
	font-family: 'Inter', sans-serif;
	padding: .4em;
	font-size: 1rem;
  }
  .news-tile h2 {
	font-family: 'Jost', sans-serif;
	padding: .2em;
	text-transform: uppercase;
	font-size: 1.2rem;
  }
  .news-tile p {
	font-family: 'Inter', sans-serif;
	padding: .4em;
	font-size: .9rem;
  }

  .material-design-sharp      { display: inline-block; vertical-align: middle; font-size: .8rem; text-align: center; }
  .material-icons-sharp.md-18 { font-size: 3rem; text-align: center; }

  .newsimage { margin-top: 0; visibility: hidden; }

  #appbar {
	background: rgba(235, 237, 249, 0.9);
	position: fixed;
	bottom: 0;
	z-index: 101;
	width: 100%;
	font-size: 0.7em;
	color: #314B84;
  }
  #appbar a:link,
  #appbar a:visited,
  #appbar a:hover,
  #appbar a:active {
	color: #314B84;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	padding-right: 0;
	padding-left: 0;
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}