html body #wrapper #outer-header #inner-header {
  padding: 40px 0px;
}
/*----------------------------*/
/*	  Main navigation style	  */
/*----------------------------*/
/* Outer region for 100% styles */
html body #wrapper #outer-navigation {
  margin: 0 0 10px 0;
  font-size: 1.2em;
}
html body #wrapper #outer-navigation #inner-navigation {
  height: 50px;
  padding: 0px;
}
html body #wrapper #outer-navigation #inner-navigation li {
  float: left;
  margin-right: 40px;
  position: relative;
}
html body #wrapper #outer-navigation #inner-navigation li a {
  display: block;
  line-height: 50px;
  color: #009fda;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  padding: 0px;
}

/* Hover state and hover */
html body #wrapper #outer-navigation #inner-navigation li.active a {
  color: #002776;
  background: transparent;
}
html body #wrapper #outer-navigation #inner-navigation li a:hover {
  color: #002776;
  background: none;
}
/* Active state for custom style */

html body #wrapper #outer-navigation {
  background: none;
}

#inner-topnavigation,
#inner-header,
#inner-navigation,
#inner-slideshow,
#inner-main,
#inner-clientfooter,
#inner-footer,
#inner-bottomnavigation,
#inner-languagebar {
  max-width: 1140px; /* SITE WRAPPER WIDTH recommend: 960px, 1140px */
  min-width: 0px;
  width: 100%;
  margin: 0 auto;
}

/*----------------------------*/
/*	   	  Slideshow style  	  */
/*----------------------------*/
/* Outer region for 100% styles */

.carousel-inner {
  max-width: 1140px;
  min-width: 0px;
  width: 100%;
  margin: 0 auto;
}
.carousel-indicators {
  display: none;
}

/*----------------------------*/

#text h1,
#text h2,
#text h3,
#text h4,
#text h5,
.module h1,
.module h2 {
  margin: 0px 0px 20px 0px;
  font-weight: bold;
  color: #002776;
  line-height: 100%;
}
#text h1 {
  font-size: 2.4em;
}
#text h2 {
  font-size: 1.8em;
}
.module h2 {
  font-size: 1.8em;
}
#text h3 {
  font-size: 1.6em;
}
#text h4 {
  font-size: 1.4em;
}
#text h5 {
  font-size: 1.2em;
}

.module h1 {
  font-size: 2.4em;
  color: #002776;
  font-weight: bold;
  text-transform: normal;
}

/*----------------------------*/
/*	 	 Content styles	      */
/*----------------------------*/
/* Outer region for 100% styles */
#outer-main {
  background: #eee;
}
#inner-main {
  padding: 45px 0px 0px 0px;
}
#content {
  background: #fff;
  margin-bottom: 50px;
  line-height: 150%;
}
#text {
  padding: 30px;
  width: auto;
  background: #fff;
  line-height: 150%;
  margin-bottom: 45px;
}
.content-left {
  float: left;
  width: 58%;
}
.content-right {
  float: right;
  width: 38%;
}

.module {
  background: #fff;
  min-height: 80px;
  padding: 30px;
  border: 1px solid #f1f1f1;
  margin-bottom: 45px;
  min-height: 55px;
  width: auto;
  /*-moz-box-shadow: -5px 10px 5px #eee;
-webkit-box-shadow: -5px 10px 5px #EEE;
box-shadow: -5px 10px 5px #EEE;*/
  position: relative;
}

.portlet-journal-content .journal-content-article .img-container img {
  flex-shrink: 0;
}

section#heroStrapline {
  position: absolute;
}

section#heroStrapline .wrapper-strapline .headText p {
  font-size: 2em;
  font-weight: bold;
  color: #009fda;
  text-transform: uppercase;
  line-height: 100%;
}

section#heroStrapline .wrapper-strapline .subHeadText p {
  font-size: 2em;
  font-weight: bold;
  color: #002776;
  text-transform: uppercase;
  line-height: 100%;
}

section.carousel-container {
  margin-bottom: 50px;
}

div#footerLogo {
  float: left;
  display: inline-block;
  /* vertical-align: middle; */
}

#outer-footer {
  border: none;
}
div#footerLogo-Links {
  margin-top: 18px;
  display: inline-block;
}
div#footerLogo-Links p {
  float: left;
  margin-top: 10px;
  color: #666;
  margin-left: 20px;
}
div#footerLogo-Links p a {
  color: #666;
  font-size: 16px;
}
div#footerLogo-Links:after {
  /* content:''; */ /* clear:both; */ /* display:block */
}

.portlet-column-content.empty {
  padding: 5px;
  /* background: transparent; */
}

div#footer-bottom:before {
  content: "";
  clear: both;
  display: block;
}
#footer-bottom {
  margin-bottom: 10px;
}

@media screen and (min-width: 320px) {
  html body {
    font-size: initial;
    line-height: 150%;
  }
}

/* STEPHEN HENRY EDITS */

.headText {
  font-size: 3em;
  font-weight: bold;
  color: #009fda;
  text-transform: uppercase;
  line-height: 100%;
  font-family: "Gotham Narrow", Arial, Helvetica, sans-serif;
}

.subHeadText {
  font-size: 3em;
  font-weight: bold;
  color: #002776;
  text-transform: uppercase;
  line-height: 100%;
  font-family: "Gotham Narrow", Arial, Helvetica, sans-serif;
}

.module.d.allJobs {
  max-width: 1200px;
  min-width: 0px;
  width: 100%;
  margin: 0rem auto 4rem auto;
  border: none;
}

/* .carousel-inner {

    max-width: 1200px;
    min-width: 0px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;

} */

.img-container {
  display: flex;
  flex-direction: column;
}

.portlet-journal-content .journal-content-article .img-container img {
  margin-top: 0;
  float: left;
  order: 2;
  height: 450px;
  width: 100%;
  object-fit: cover;
}

section#heroStrapline {
  position: relative;
  order: 1;
}

#inner-navigation {
  max-width: 1200px;
  min-width: 0px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px !important;
}

.text {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 30px;
}

.wrapper-strapline {
  padding: 0 0 20px 0;
  max-width: 1140px;
  min-width: 0px;
  width: 100%;
  margin: 0 auto;
}

a.detailedApply {
  background: #002776 !important;
  padding: 20px 35px !important;
  color: #fff !important;
  border-radius: 3px !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.detailedApply:hover {
  background: #009fda !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.detailedBack {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.detailedBack:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

html body #wrapper #outer-header #inner-header {
  padding: 40px 30px !important;
  max-width: 1200px !important;
}

#inner-main {
  padding: 45px 30px 0px 30px;
  max-width: 1200px;
}

.jobRate {
  display: none;
}

tr.MicroItem,
tr.jobListItem {
  background: #fff !important;
}

tr.MicroItem td,
tr.jobListItem td {
  padding: 25px 20px 25px 10px;
  line-height: 1;
}

.module .jobTitle a,
table.Micro a:link {
  display: block;
  background: url(https://microcontrib.hays.com/documents/4424123/0/hays_1240533.png/09a94d08-5576-33e0-c365-bff000a68033?t=1579861713078)
    left center no-repeat;
  background-size: 10px 10px;
  padding-left: 20px;
  color: #009fda !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: inherit;
  font-size: 0.9rem;
}

tr.MicroItem:hover,
tr.jobListItem:hover,
tr.MicroAltItem:hover,
tr.jobListItemAlt:hover {
  background-color: #fff;
  color: #002776;
}

tr.MicroItem:hover a,
tr.jobListItem:hover a,
tr.MicroAltItem:hover a,
tr.jobListItemAlt:hover a {
  color: #002776 !important;
  background: url(https://microcontrib.hays.com/documents/4424123/0/hays_1240533.png/09a94d08-5576-33e0-c365-bff000a68033?t=1579861713078)
    5px center no-repeat;
  background-size: 10px 10px;
}

.jobLocation {
  color: #333 !important;
  max-width: 117px;
  font-size: 0.9rem;
}

.lfr-search-container {
  height: 0;
  display: none;
}

a.Viewall {
  text-transform: initial;
  display: block;
  margin: 10px 0px;
  background: #eee;
  padding: 12.5px 20px;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

body {
  font-size: 0.9rem !important;
}

#text p {
  font-weight: 300 !important;
  margin: 0px 0px 20px 0px;
}

#text p strong {
  font-weight: bold;
}

#text p em {
  font-style: italic;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html body #wrapper #outer-header #inner-header .secondarylogo {
    max-height: 65px;
  }
}
/* @media screen and (max-width: 768px) {


	_:-ms-fullscreen, :root html body #wrapper #outer-header #inner-header .logo {
		width: 100%;
		display: block;
		max-width: 250;
		text-align: center;
		margin-bottom: .75rem;
	}

	_:-ms-fullscreen, :root html body #wrapper #outer-header #inner-header .secondarylogo {
		width: 100%;
		display: block;
		max-width: 100%;
		text-align: center;
	}

	_:-ms-fullscreen, :root html body #wrapper #outer-header #inner-header {
		flex-direction: column;
	}
	
 } */

@media screen and (-ms-high-contrast: active) and (max-width: 768px),
  screen and (-ms-high-contrast: none) and (max-width: 768px) {
  html body #wrapper #outer-header #inner-header .logo {
    width: 100%;
    display: block;
    max-width: 100%;
    text-align: center;
    margin-bottom: 0.75rem;
  }

  html body #wrapper #outer-header #inner-header .secondarylogo {
    width: 100%;
    display: block;
    max-width: 100%;
    text-align: center;
  }

  html body #wrapper #outer-header #inner-header {
    flex-direction: column;
  }
}

@media screen and (max-width: 992px) {
  html body #wrapper #outer-navigation {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content-left {
    width: 100%;
  }
  .wrapper-strapline {
    font-size: 50%;
    padding: 0rem 2rem 2.5rem 2rem;
  }
  #inner-main {
    padding-top: 45px;
  }
  #text,
  .module {
    margin-bottom: 45px;
  }
  .content-right {
    width: 100%;
  }

  section#heroStrapline .wrapper-strapline .headText p,
  section#heroStrapline .wrapper-strapline .subHeadText p {
    padding-left: 2rem;
  }

  html body #wrapper #outer-header #inner-header {
    padding: 40px 2rem;
  }

  #Form1 a.detailedBack,
  #Form1 a.detailedApply,
  #Form1 .applylinks {
    width: 100%;
    text-indent: 0px;
  }
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.slide-out-top {
  -webkit-animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
  animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}

@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}

/* CHANGE THE MAX HEIGHT OF THIS CLASS TO ALLOW FOR A BIGGER LOGO */
html body #wrapper #outer-header #inner-header .secondarylogo {
  max-height: 75px;
}

/* ADJUST THE FONT WEIGHT OF ALL P TAGS IN THE SITE */
#text p {
  font-weight: 400 !important;
  margin: 0px 0px 20px 0px;
}

/* ADJUST ALL LIST ITEMS IN THE BODY OF THE SITE */
#text ul {
  list-style: disc;
  margin-left: 1rem;
}

#text ul li {
  margin-bottom: 0.5rem;
}

/* DOWNLOAD CSS */
.download {
  background: url(https://microcontrib.hays.com/documents/4066077/0/hays_1236390.png)
    10px center no-repeat;
  display: block;
  padding: 15px 0px 15px 53px;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.download:hover {
  background: url(https://microcontrib.hays.com/documents/4066077/0/hays_1236390.png)
    10px 0px no-repeat;
}

#customMobileNavigation {
  display: none;
}

#customMobileNavigation .buttonRow {
  background: #fff;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#customMobileNavigation .buttonRow .mobileOpen {
  height: 35px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

#customMobileNavigation .buttonRow .div {
  width: 40px;
  height: 7px;
  background: #002776;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#customMobileNavigation .buttonRow .mobileOpen.closeMenu div {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#customMobileNavigation .buttonRow .mobileOpen.closeMenu div:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  position: relative;
  left: 5px;
}

#customMobileNavigation .buttonRow .mobileOpen.closeMenu div:nth-of-type(2) {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#customMobileNavigation .buttonRow .mobileOpen.closeMenu div:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  position: relative;
  left: 5px;
}

#customMobileNavigation .mobileNavCustom {
  position: fixed;
  background: #009fda;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 99;
  width: 100%;
  height: calc(100vh - 67px);
  top: 67px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

#customMobileNavigation .mobileNavCustom li {
  text-align: center;
  list-style-type: none;
  margin-bottom: 2rem;
}

#customMobileNavigation .mobileNavCustom li a {
  text-decoration: none;
  color: #fff;
  font-size: 5vw;
}

#customMobileNavigation .mobileNavCustom.mobileNavCustomOpen {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  pointer-events: all;
}

@media (max-width: 992px) {
  #customMobileNavigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 992px) {
  #outer-header {
    margin-top: 67px;
  }
}

.latestJobs h2 {
  font-size: 2.4em;
}

.aspect-ratio-middle img {
  transform: none;
}
.aspect-ratio img {
  position: relative;
}
.aspect-ratio {
  padding-bottom: 0%;
}
.right.carousel-control,
.left.carousel-control {
  display: none;
}

/*# sourceMappingURL=co-branded_updates.css.map */

/* Main Content */
#content p,
.module p,
#content ul {
  margin: 0px 0px 20px 0px;
}

/* Job titles */
.title,
.detailedTitle {
  padding: 20px 0px 10px 0px !important;
  margin: -10px 0 0 20px;
  color: #009fda;
  font-size: 1.8em !important;
  line-height: 100%;
}

/* Applylinks */
a.detailedBack,
a.detailedApply,
.applylinks {
  padding: 20px 0px !important;
  background: #009fda;
  color: #fff !important;
  text-decoration: none !important;
  margin: 20px 10px 0 0;
  font-weight: bold;
  position: relative;
  text-indent: 20px;
  display: inline-block;
  width: 48%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.detailedBack:hover,
a.detailedApply:hover,
.applylinks:hover {
  background: #002776;
  font-weight: bold;
}
a.detailedApply {
  margin-right: 0;
  background: #e98300 !important;
}
a.button.detailedApply {
  border: 0 !important;
  text-shadow: none !important;
}
a.applylinks {
  background: #e98300;
}
.text.module {
  margin-bottom: 40px;
}
.text.module h1 {
  margin-top: 30px;
}

.download a {
  color: #009fda;
  transition: all 0.2 ease-in-out;
}
.download a:hover {
  text-decoration: none;
  color: #002776;
}

#footer-bottom p.last a {
  color: #009fda;
}
#footer-bottom p.last a:hover {
  color: #002776;
}

#footerLogo-Links a {
  color: #009fda;
}
#footerLogo-Links a:hover {
  color: #002776;
}

.detailedDescription ul {
  list-style: disc;
  padding: 0 0 0 18px;
}
#text ul {
  list-style-image: url(https://microcontrib.hays.com/documents/4424123/0/hays_1240533.png/09a94d08-5576-33e0-c365-bff000a68033?t=1579861713078);
}

.logo.mobileLogo {
  /* clip: rect(0px,122px,200px,0px); */
  position: absolute;
  left: 30px;
}
.logo.mobileLogo img {
  width: 200px;
}

@media (max-width: 992px) {
  #inner-header .logo {
    display: none;
  }
  #customMobileNavigation .buttonRow {
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
  }
  #customMobileNavigation .mobileOpen div {
    background: #002776;
    height: 6px;
    width: 40px;
  }
  #outer-header #inner-header .secondarylogo {
    display: block !important;
  }
  .wrapper-strapline {
    font-size: 50%;
    padding: 0rem 2rem 2.5rem 2rem;
  }
}

html body #wrapper #outer-header #inner-header .secondarylogo img {
  width: 80px;
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .wrapper-strapline {
    font-size: 50%;
    padding: 0rem 2rem 2.5rem 2rem;
  }
}
