:root{
--dd-nav-background-colour: #0a0c0c;
--transition_speed_fast: 0.26s;
}

#skip-navigation{
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

#skip-navigation:focus {
  overflow:visible;
  width:inherit;
  text-decoration: underline;
  color: #013ACE;
  width: fit-content;
  background:#fff;
  height:max-content;
}


.ee-row {
  max-width: 1030px;
  padding: 0 1rem; }
  @media all and (min-width: 667px) {
    .ee-row {
      padding: 0 2rem; } }
  @media all and (min-width: 1024px) {
    .ee-row {
      padding: 0 2rem; } }
  @media all and (min-width: 82rem) {
    .ee-row {
      margin: 0 auto; } }

.ee-header {
  background: #000000;
  height: 65px;
  width: 100%;
  position: relative; }
  .ee-header .ee-row {
    height: 100%;
    margin:0 auto;
    max-width: 60rem;
    padding: 0; }
  .ee-header a {
    text-decoration: none; }
  .ee-header nav {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 15px;
    transition: opacity .5s; }
  .ee-header nav.closed {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.5s linear; }
  .ee-header nav.open {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s, opacity 0.5s linear; }
  .ee-header .sr-only {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px; }
  .ee-header ul {
    list-style: none;
    margin: 0;
    padding-left: 2vw;
    display: flex;
    justify-content: space-between;
    }
  .ee-header li {
    color: #fff;
    margin-top: 1.25rem;
    padding-top:5px;
    padding-bottom:1rem;
    text-align:center;
    text-decoration: none;
    font-weight: 700;
    flex-grow:1;
    transition-opacity: 0.5s; }
  .ee-header li.regionBorder::after {
    content: " ";
    float:right;
    color:#fff;
    width: 1px;
    height:20px;
    margin-left:1.5vw;
    margin-top:-2;
    background-color: white;
  }
  ul#menuList li.regionBorder {margin-right:1.5vw;}
  .ee-header li a {
    display: inline-block;
    height: 1.4rem; }
  .ee-header li.region {
    padding-right: 0; }
  .ee-header li.region svg {
    float: right;
    width: 2px;
    height: 20px;
    cursor: none;
    margin: -2px 0 5px 27px; }
  .ee-header li a {
    color: #fff; }
  .ee-header li:hover a,
  .ee-header li:focus-within a {
    cursor: pointer;
    outline: none;
    border-bottom: 2px solid red; }
  .ee-header line.midBar {
    transition: opacity .5s; }
  .ee-header line.topBar {
    transition: transform .5s; }
  .ee-header line.lowBar {
    transition: transform .5s; }
  .ee-header ul.dropdown li a {
    color: #fff;
    border-bottom: 2px solid #444; }
  .ee-header ul.dropdown li:hover a,
  .ee-header ul.dropdown li:focus-within a {
    cursor: pointer;
    outline: none;
    border-bottom: 2px solid red; }
  .ee-header ul li ul {
    background: #444;
    visibility: hidden;
    opacity: 0;
    margin-top: 1rem;
    border-radius: 0px 0px 5px 5px; }
  .ee-header ul.dropdown {
    z-index: 5;
    position: absolute;
    right: 0;
    display: inline-block;
    margin-top: 40px;
    opacity: 0;
    padding: 15px 2px .5rem 0;
    transition: opacity .5s; }
  .ee-header ul li:hover > ul,
  .ee-header ul li:focus-within > ul,
  .ee-header ul li ul:hover,
  .ee-header ul li ul:focus {
    visibility: visible;
    opacity: 1; }
  .ee-header ul li ul li {
    float: left;
    clear: both;
    padding: .5rem 0;
    margin: .5rem 1.5rem;
    border-bottom: 2px solid #444; }
  .ee-header ul li ul li a {
    border-bottom: 2px solid #444; }

#hamButton {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  align-items: inherit;
  padding: 0 10px 0 1.4rem;
  float: left;
  height: 100%; }

#moreButton {
  color: #fff;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0 10px 0 0;
  align-items: inherit;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 0 0 5px 0;
  height: 100%;
  margin: -3px auto 0 auto;

  border-bottom: 2px solid black;
  outline: none; }

#moreButton > svg {
  margin: 0 0 0 10px;
  transition: opacity .5s; }

li.more:focus-within > #moreButton > span, li.more:hover > #moreButton > span {
  border-bottom: 2px solid red;
  outline: none; }

li.more:focus-within > #moreButton > svg, li.more:hover > #moreButton > svg {
  opacity: 0; }

#moreButton span, #moreButton span {
  padding-bottom: 4px; }

.hamIcon {
  width: 30px;
  height: 100%;
  float: left;
  cursor: pointer; }

.hamIcon line.shortBar,
.hamIcon line.shortBar {
  transition: opacity .3s;
  opacity: 0; }

.hamIcon line.underBar,
.hamIcon line.underBar {
  transition: opacity .3s; }

.hamIcon:focus-within,
.hamIcon:hover {
  outline: none; }

#hamButton:focus-within .hamIcon.open line.underBar,
#hamButton:hover .hamIcon.open line.underBar {
  opacity: 0; }

.hamIcon.open line.midBar {
  opacity: 0; }

.hamIcon.open line.topBar {
  transform: rotate(40deg); }

.hamIcon.open line.lowBar {
  transform: rotate(-40deg);
  transform-origin: bottom left; }

.hamIcon.closed line.lowBar {
  transform-origin: bottom left; }

.deptLogo {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 73px;
  margin-right: 25px;
  float: left;
  height: 100%;
}

.deptLogo img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.deptLogo > a {
  display: block;
  height: auto;
  width: 100%;
  cursor: pointer;
  float: right; }

@media (max-width: 525px) {

.deptLogo {
  position: absolute;
  pointer-events: none;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;
  top:0;
    width: 73px;
}
     
.deptLogo a {
  pointer-events: all;
}

.ee-header li.regionBorder::after {display:none;}

.ee-header li.more {
  display:inline-block;
  padding-right:0;
}


ul.dropdown li a,
ul.dropdown li a {padding-bottom:2px;}

ul.dropdown li:hover a,
ul.dropdown li:focus-within a {
  cursor: pointer;
  outline: none;
padding-bottom:0;
    border-bottom:2px solid red;
}

nav.closed li.more button,
nav.open li.more button {display:none;}


.ee-header ul li ul {
    visibility: visible; 
    opacity: 1;
}

.ee-header ul.dropdown {
  display:inline-block;
  opacity: 1;
  width:100%;
  top: 25px; 
  font-size:22px;
  left: 0; 
  text-align:center;
  border-top:1px solid #4F4F4F;
  padding:1.2rem 0 .5rem 0;
  background: linear-gradient(174.58deg, #000000 26%, #282828 82%);
}

.ee-header ul li ul li {
    float: none;
    border-bottom: none; 
}

nav.closed li.more ul li a{
    height:35px;
    border-bottom: none;
}

nav.open li.more ul li a{
    display: inline-block;
    height:35px;
    text-decoration: none;
    border-bottom: none;
}

}

/* MAIN NAVIGATION */

.main-navigation {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    border-bottom: 2px solid #dbbb72;
    max-width: 1200px;
    margin: auto;
}

.sitenav {
	display: block;
	width: 100%;
	height: auto;
    margin: 0 10;
	background-color: var(--dd-nav-background-colour);
    flex-grow: 1;
}

.sitenav ul {
  display: flex;
  flex-wrap: wrap;
	position: relative;
	overflow: visible;
	list-style: none;
	margin: 0;
	padding: 0;
	/*height: 2.25em;*/
	z-index: 2;
}

.sitenav ul li.nav-item {
	display: inline-block;
	position: relative;
	/*float: left;*/
	width: auto;
	height: auto;
	text-align:	center;
 	background-color: rgba (0,0,0,0.5);
}
.sitenav ul li.nav-item a {
	display: block;
	position: relative;
	line-height: 2.25em;
	padding: 0 0.75rem;
	margin: 0;
	background-color: var(--dd-nav-background-colour);
	color: #fff;
	text-decoration: none;
  text-transform: uppercase;
	-webkit-transition-duration: var(--transition_speed_fast);
	-moz-transition-duration: var(--transition_speed_fast);
	-ms-transition-duration: var(--transition_speed_fast);
	-o-transition-duration: var(--transition_speed_fast);
	transition-duration: var(--transition_speed_fast);
  transition-property: background-color, color;
  box-sizing: border-box;
}

.sitenav ul li.nav-item a.selected,
.sitenav ul li.nav-item a:hover,
.sitenav ul li.nav-item a:focus {
	background-color:#dbbb72;
    color: black;
    border: none;
}

.socialbar {
  display: block;
  position: relative;
  flex-shrink: 0;
  margin: 0.75rem 1rem;
}

.socialbar ul {
	display: inline-flex;
    list-style-type: none;
    float: right;
    color: #fff;
    align-items: center;
    margin: 0;
    padding: 0;
}

.socialbar ul li {
	padding: 0 0.5rem;
}

.socialbar img {
	max-width: 1.75rem;
}
.socialbar img.logo-X {
  /*-webkit-filter: invert(100%);
  filter: invert(100%);*/
  box-sizing: border-box;
  padding: 0.125rem;
}

@media screen and (max-width: 800px) {
  .main-navigation {
    flex-direction: column;
  }
  .main-navigation .sitenav ul {
    justify-content: center;
  }
}
