/* Purple */
/* Purple Alt */
/* Grey */
/* FOUC menu fix */
.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}
/* FOUNDATION MEDIA QUERIES */
/* Small only */
/* Medium and up */
/* Medium only */
/* Large and up */
/* Large only */
body {
  font-family: "Lato", sans-serif;
  color: #222222;
  font-size: 1.125rem;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
}

h1 {
  color: #032D57;
  font-size: 2.5rem;
  font-weight: bold;
}
h1 span {
  display: none;
}
@media screen and (min-width: 40em) {
  h1 {
    font-size: 5rem;
  }
}

h2 {
  font-size: 3.125rem;
  color: #032D57;
}

.button {
  font-weight: bold;
  font-size: 1rem;
  padding: 10px 25px;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  color: #032D57;
  background-color: #E2D845;
}

.subpage__content {
  padding: 1rem 0;
}
@media screen and (min-width: 40em) {
  .subpage__content {
    padding: 4rem 0;
  }
}
.subpage__content ul li {
  margin-bottom: 10px;
}
.subpage__content ul li::marker {
  content: "\f0da  ";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #032D57;
}
.subpage__content a:not(.button):hover {
  text-decoration: underline;
  text-decoration-color: #E2D845;
}
.subpage__content .mb {
  margin-bottom: 4rem;
}
.subpage__content .mb1 {
  margin-bottom: 1rem;
}
.subpage__content .block-logo {
  padding: 2rem;
  border: 1px solid rgba(1, 19, 129, 0.15);
}

.header {
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
}
.dropdown.menu > li > a {
	padding: 0rem 1rem;
}
.main-menu > li:first-child a {
	padding-left: 0;
}
@media screen and (min-width: 40em) {
  .header {
    position: absolute;
    z-index: 99;
  }
}
.header__logo img {
  max-height: 75px;
  margin-left: 7px;
}
@media screen and (min-width: 40em) {
  .header__logo img {
    max-height: 160px;
  }
}
.header__nav {
  padding: 1rem 0;
}
.header__social {
  list-style: none;
  text-align: right;
  margin-left: 1rem;
}
.header__social li {
  display: inline;
  margin-left: 1rem;
}
@media screen and (min-width: 40em) {
  .header__social li {
    font-size: 30px;
  }
}
.header__social li a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header__social li a:hover {
  color: #E2D845;
}

/* Subpage Header */
.subpage-header {
  max-height: 650px;
  position: relative;
  background-size: cover;
}
.subpage-header__title {
  position: relative;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #FFF;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 40em) {
  .subpage-header__title {
    padding-top: 400px;
    padding-bottom: 100px;
  }
}
.subpage-header__background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 0.38) 100%);
  opacity: 0.95;
}

.home__content {
  font-size: 1.5rem;
  padding: 5rem 0;
}

/* MENU */
.menu.main-menu li a {
  font-size: 1rem;
  color: #032D57;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 40em) {
  .menu.main-menu li a {
    font-size: 1.5rem;
  }
}

.menu.main-menu ul li a:hover {
  background-color: #032D57;
  color: #FFF;
}

.top-bar, .top-bar ul:not(.is-dropdown-submenu) {
  background-color: initial;
}

.top-bar ul.is-dropdown-submenu {
  border: 0 none;
}

.title-bar {
  background-color: #032D57;
}

.menu.main-menu .is-accordion-submenu-item {
  margin-left: 14px;
}
.menu.main-menu .is-accordion-submenu-item a::before {
  content: "\f0da  ";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #032D57;
}

.menu.main-menu.accordion-menu {
  width: 100%;
}

.menu.main-menu.dropdown li a:hover {
  text-decoration: underline;
  text-decoration-color: #E2D845;
}

/* Slider */
.slick-slide img {
	width: 100%;
}
.slider__home-container .slick-dots {
  display: none;
}
@media screen and (min-width: 40em) {
  .slider__home-container .slick-dots {
    bottom: 50px;
    display: block;
  }
}
.slider__home-container .slick-dots li, .slider__home-container .slick-dots li button::before {
  height: 20px;
  width: 20px;
}
.slider__home-container .slick-dots li button:before {
  font-size: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 4px solid rgba(0, 0, 0, 0.5);
  background: transparent;
}
.slider__home-container .slick-dots li.slick-active button::before {
  border-color: #E2D845;
  background-color: #E2D845;
}

/* FOUC fix for slides before page load */
.slider__home-container {
  visibility: hidden;
}

.slider__home-container.slick-initialized {
  visibility: visible;
}

/* Home CTA */
.home-cta {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%), url("/_assets/images/cta-bg.jpg?width=1200&height=600&format=jpg&quality=60");
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 4rem 0;
}
@media screen and (min-width: 40em) {
  .home-cta {
    padding: 170px 0;
  }
}
.home-cta__link {
  color: #FFF;
  font-size: 1.75rem;
  text-decoration: underline;
}
@media screen and (min-width: 40em) {
  .home-cta__link {
    font-size: 2.813rem;
    text-decoration: none;
  }
}

/* Home News */
.home-news {
  padding: 5rem 0;
}
.home-news h2 {
  text-transform: uppercase;
}
.home-news__image {
  margin: 0;
  width: 100%;
}
.home-news__image img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}
.home-news__content {
  padding: 1rem;
}
@media screen and (min-width: 40em) {
  .home-news__content {
    font-size: 1vw !important;
  }
}
.home-news__container {
  align-items: stretch;
  border-bottom: 2px solid #032D57;
}
.home-news__container .cell:nth-child(2) {
  background-color: #032D57;
  color: #FFF;
  position: relative;
}
@media screen and (min-width: 64em) {
  .home-news__container .cell:nth-child(2)::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #032D57;
    clear: both;
  }
}
.home-news__container .cell:nth-child(4) {
  position: relative;
}
@media screen and (min-width: 64em) {
  .home-news__container .cell:nth-child(4)::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #FFF;
    clear: both;
  }
}
.home-news__container .cell:nth-child(5) {
  position: relative;
}
@media screen and (min-width: 64em) {
  .home-news__container .cell:nth-child(5)::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #FFF;
    clear: both;
    z-index: 1;
  }
}
.home-news__container .cell:nth-child(7) {
  background-color: #032D57;
  color: #FFF;
  position: relative;
}
@media screen and (min-width: 64em) {
  .home-news__container .cell:nth-child(7)::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #032D57;
    clear: both;
    z-index: 1;
  }
}

/* SEARCH */
.searchbar {
  background-color: #E2D845;
  padding: 2rem 0;
}
.searchbar .input-group {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .searchbar .input-group {
    max-width: 800px;
    margin: 0 auto;
  }
}
.searchbar__form input[type='text'] {
  box-shadow: 0 none;
  border: 0 none;
  border-radius: 0;
}

/* Subpage CTAs */
.footer-cta {
  background-image: url(/_assets/images/footer-cta-bg.jpg);
  border-bottom: 2px solid #032D57;
  padding: 1rem 0;
}
@media screen and (min-width: 40em) {
  .footer-cta {
    padding: 4rem 0;
  }
}
.footer-cta__panel {
  position: relative;
  background-color: #FFF;
  font-weight: bold;
  font-size: 1.375rem;
  display: inline-block;
  padding: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 40em) {
  .footer-cta__panel {
    margin-bottom: 0;
  }
}
.footer-cta__panel:hover {
  transform: translateY(-3px);
}
.footer-cta__panel::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f054";
  font-size: 22px;
  right: 1rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-cta__panel:hover::after {
  right: 2rem;
}

/* FOOTER */
.footer {
  font-size: 16px;
  padding: 4rem 0;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .footer {
    text-align: initial;
  }
}
.footer__accreditations {
  display: flex;
  justify-content: space-evenly;
}
.footer__logo {
  max-width: 200px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 40em) {
  .footer__logo {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.copyright {
  background-color: #E3EAF0;
  padding: 2rem 0 1rem 0;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 40em) {
  .copyright {
    text-align: initial;
    font-size: initial;
  }
}
.copyright ul {
  list-style: none;
}
.copyright ul li {
  display: block;
}
@media screen and (min-width: 40em) {
  .copyright ul li {
    display: inline;
  }
}
@media screen and (min-width: 40em) {
  .copyright ul li:not(:last-child):after {
    content: " | ";
  }
}
@media screen and (min-width: 40em) {
  .copyright .cell + .cell {
    text-align: right;
  }
}
.copyright a:hover {
  text-decoration: underline;
  text-decoration-color: #E2D845;
}

/* Tender Item */
.tender-item {
  margin-bottom: 2rem;
}
.tender-item__header {
  display: block;
  background-color: #E3EAF0;
  padding: .75rem 1rem;
}
@media screen and (min-width: 40em) {
  .tender-item__header {
    display: flex;
    justify-content: space-between;
  }
}
.tender-item__title {
  font-weight: bold;
}
@media screen and (min-width: 40em) {
  .tender-item__title {
    text-align: right;
  }
}
.tender-item__heading {
  font-weight: bold;
}
.tender-item__content {
  padding: 1rem 1rem 0;
}
.tender-item__content .grid-x {
  margin-bottom: 1rem;
}

/* Projects */
.projects__tile {
  margin-bottom: 2rem;
  border: 1px solid rgba(1, 19, 129, 0.15);
}
.projects__title {
  padding: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 40em) {
  .projects__title {
    font-size: 30px;
  }
}
.projects__image {
  overflow: hidden;
}
.projects__image img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.projects__link:hover .projects__image img {
  transform: scale(1.1);
}

/* STAFF */
.staff__tile {
  margin-bottom: 2rem;
  border: 1px solid rgba(1, 19, 129, 0.15);
}
.staff__name {
  padding: 1rem;
  font-weight: bold;
}
.no-img {
	padding: 4rem 3.8rem;
	opacity: 0.15;
}
@media screen and (min-width: 40em) {
  .staff__name {
    font-size: 30px;
  }
}
.staff__position {
  padding: 0 1rem 1rem;
}
@media screen and (min-width: 40em) {
  .staff__position {
    font-size: 20px;
  }
}
.staff__image {
  overflow: hidden;
}
.staff__image img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.staff__link:hover .staff__image img {
  transform: scale(1.1);
}

/*
.larger {
    margin-bottom: 1rem;
    color: $primary-color;
    font-size: 2.5rem;
}

.large {
    margin-bottom: 1rem;
    color: $primary-color;
    font-size: 2rem; 
}
*/
/* FORM STYLES */
.subpage__content form input[type=text], .subpage__content form input[type=email], .subpage__content form textarea {
  border-radius: 0px;
  box-shadow: none;
  border: 2px solid #cacaca;
}
.subpage__content form input[type=text]:focus, .subpage__content form input[type=email]:focus, .subpage__content form textarea:focus {
  border: 2px solid #032D57;
}
.subpage__content form label {
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}

/* CSS Document */
.project-tabs {
  border: 0 none;
  list-style: none;
  background-color: #F0F0F0;
  margin-bottom: 1rem;
}
.project-tabs li::marker {
  content: none !important;
}
.project-tabs .tabs-title {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 40em) {
  .project-tabs .tabs-title:not(:first-child) {
    border-left: 4px dashed #FFF;
  }
}
.project-tabs .tabs-title a {
  background-color: #F0F0F0;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
}
.project-tabs .tabs-title:hover a {
  background-color: #E2D845;
  color: #032D57;
  text-decoration: none;
}
.project-tabs .tabs-title.is-active a {
  background-color: #032D57;
  color: #FFF;
  text-decoration: none;
}

.project-tabs-content {
  border: 0 none;
}
.project-tabs-content .tabs-panel {
  padding: 0;
}
