/**************************** GLOBAL ****************************/
body {
  /*  -webkit-text-size-adjust: none;*/
  margin: 0px;
  color: #1c1c1c;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  padding-bottom: 0px;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
img {
  border: 0;
}
.scalable {
  max-width: 100% !important;
  height: auto !important;
}
a:link, a:active, a:visited {
  outline: none;
  color: #0068c1;
  text-decoration: none;
  /*
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
*/
}
a:hover {
  text-decoration: underline;
  color: #0068c1;
  outline: none;
}
*:focus, a:focus {
  outline: #3d9cfc auto 2px;
}
.imgover {
  cursor: pointer
}
.imagefit img {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.table {
  display: table;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px auto 0px auto;
  border: 0px;
}
.row {
  display: table-row;
  margin: 0px;
  padding: 0px;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.column {
  display: table-cell;
  vertical-align: middle;
}
.wrap {
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 50px;
    width: 100%;
}
#video-upload .wrap {
    max-width: 1620px;
    margin: 50px auto 0;
    padding: 0 0 !important;
    width: 100%;
}
h1 {
  font-size: 45px;
  line-height: 1.3em;
  font-weight: 300;
  margin: 0px;
  letter-spacing: -.01em;
  color: #ffffff;
}
h2 {
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 700;
  color: #000000;
  letter-spacing: -.01em;
  margin: 20px auto 40px;
}
.no-break{
 white-space: nowrap;
}
input[type="button"], input[type="submit"], input[type="reset"] {
  /* remove for standard buttons */
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
}
.mobile-only {
  display: none;
}
/* global compliance styles */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.skip-to-content a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15rem;
  font-weight: 900;
  text-align: center;
  padding: 14px 0px 12px;
  background: #1c6194;
  color: #ffffff !important;
  text-transform: uppercase;
  position: fixed;
  z-index: 500;
  top: 0px;
  left: 0;
  width: 100%;
  transition: all 0.2s ease;
  outline: none !important;
}
.skip-to-content a:focus, .skip-to-content a:hover {
  color: #ffffff !important;
  top: 125px;
  outline: none !important;
}
input.submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px !important;
  line-height: 14px !important;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: capitalize !important;
  text-align: left;
  padding: 10px 30px;
  margin: 0px auto;
  color: #ffffff !important;
  border: none;
  background-color: #0074b8;
  overflow: hidden;
  text-decoration: none !important;
  transition: .25s all ease-in-out;
}
input.submit:hover, input.submit:focus, input.submit:active {
  color: #ffffff !important;
  border: none;
  background-color: #204d74;
  transition: .25s all ease-in-out;
}
main {
  width: 100%;
  margin: 168px auto 0px;
}
#video-upload main {
  width: 100%;
  margin: 80px auto 0px;
}
.blue-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  bottom: 0;
  transform: translateY(-1px);
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 10px 30px;
  background-color: #0074b8;
  transition: all 300ms ease;
  text-transform: capitalize;
  text-decoration: none;
  margin: 20px auto 0;
  overflow: hidden;
}
.blue-button.back-button {
  margin: 0px auto 1.5em;
}
.blue-button::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #204d74;
  transform-origin: left;
  transform: scaleX(0);
  transition: .2s all ease-in-out;
}
.blue-button.back-button::before {
  left: 16px;
  right: auto;
  top: 50%;
  transform: translateY(-50%) rotateZ(180deg);
}
.blue-button.back-button:hover, .blue-button.back-button:focus, .blue-button.back-button:active {
  background-color: #204d74 !important;
  background-image: none;
  text-decoration: none !important;
}
.graybckgrd {
  background-color: #f5f5f5;
}
.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
/*
* {
  box-sizing: border-box;
}
*/
/**************************** HEADER ****************************/
header {
  position: fixed;
  background-color: #FFFFFF;
  top: 0px;
  width: 100%;
  z-index: 550;
  padding: 0px 0px 0;
}
header ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
header li {
  display: inline-block;
  vertical: middle;
}
.header-top {
  width: 100%;
  display: block;
  background-color: #0078d3;
  margin-bottom: 20px;
}
.header-top .inner {
  width: 90%;
  padding: .5em 0;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
}
.nav-top-left {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
a.nav-top-left {
  color: #ffffff !important;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  padding-left: 20px;
}
a.nav-top-left::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/global/house-fill-white.svg");
  background-size: contain;
  background-postion: center;
  background-repeat: no-repeat;
}
a:hover.nav-top-left::before {
  background-image: url("../images/global/house-fill-white.svg");
}
.nav-top-talent {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
a.nav-top-talent {
  color: #ffffff !important;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  padding-right: 20px;
}
a.nav-top-talent::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/global/talent-icon.svg");
  background-size: contain;
  background-postion: center;
  background-repeat: no-repeat;
}
a:hover.nav-top-talent::after {
  background-image: url("../images/global/talent-icon.svg");
}
.header-inside {
  width: 90%;
  margin: 0px auto;
  display: block;
}
#video-upload .header-inside {
  width: 90%;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
   align-items: center;
}
#video-upload .header-inside h2 {
  flex:1;
  font-size: 20px;
  line-height: 1em;
  color: #004d8b;
   font-family: 'Noto Sans', sans-serif;
  font-weight: 400 !important;
  text-align: right;
      margin: 0;
}
#video-upload .header-inside .header-logo {
  width: 250px;
  margin-bottom: 0;
}
.header-inside .header-logo {
  width: 250px;
  margin-bottom: 40px;
}
.header-inside .header-logo a.logo {
  display: inline-block;
  width: 100%;
  padding-bottom: 28.92%;
  background-image: url("../images/global/JHM_logo_color.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.uppernavholder{
  margin: 0;
}
.btmnavholder{
  margin: 0;
}
.nav-top {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%;
  text-align: right;
}
.nav-top li {
  padding: 0;
}
.nav-top a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  color: #0068c1;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  /*  transition: .2s all ease-in-out;*/
}
.nav-top a:hover, .nav-top a:focus, .nav-top a:active {
  color: #0056b3;
  text-decoration: none;
}
.lower-nav {
  background-color: #ffffff;
  color: #00000;
  text-align: left;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 94%;
  margin: 0 auto;
}
.lower-nav li {
  position: relative;
  z-index: 1;
}
.lower-nav li ul {
  background-color: #009ddc;
  width: 300%;
}
 .lower-nav li ul#entities {
  max-height: 240px;
  overflow-y: auto;
}
.lower-nav li ul li a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
/*
a#BeneLink, a#HomeLink, a#WorkforceLink, a#LifeinVtLink {
  padding: 15px 20px;
}
*/
.lower-nav li a {
  color: #0068c1;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 400;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.2em;
}
a #entities {
  padding: 15px 30px;
}
.lower-nav li a:hover {
  color: #0056b3;
  background-color: #ffffff;
}
#google_translate_element {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 600;
}
html.translated-ltr body {
  top: 0 !important;
}
html.translated-ltr main {
  width: 100%;
  margin: 124px auto 0px;
}
/*--MAIN PG BANNER--*/
#main-banner-nav, #sub-banner-nav {
}
#banner-area {
  width: 100%;
  height: 40vw;
  margin: 0px auto 0px;
  /*  max-height: calc(100vh - 200px);*/
  max-height: 600px;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  overflow: hidden;
  border-bottom: 2px solid #ffffff;
}
#banner-area ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#banner-area li a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  padding: 10px 30px;
  margin: 15px 0 0px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -.01em;
  position: relative;
  z-index: 1;
  background-color: #00643c;
  font-size: 16px;
  line-height: 1.3em;
}
#banner-area ul a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #0072BC;
  transform-origin: left;
  transform: scaleX(0);
  transition: .2s all ease-in-out;
}
#banner-area ul a:hover::before, #banner-area ul a:focus::before, #banner-area ul a:active::before {
  transform: scaleX(1);
}
#banner-area .inner {
  width: 85%;
  max-width: 1450px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -65%);
}
#banner-area .inner .copy {
  width: 55%;
  max-width: 600px;
  padding: 0 0 2.55% 10%;
  transition: transform .2s ease, opacity .2s ease;
  float: left;
}
#banner-area .inner .copy h2 {
	font-size: 93px;
	line-height: 1.1em;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	margin: 0px;
	letter-spacing: -.07em;
	color: #ffffff;
	width: 100%;
	/*
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
*/
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.96);
}
.tightlineheight{
    line-height: .7em !important;
}
.reglineheight{
    line-height: 1.1em !important;
}
.btmmargin-extra{
    margin-bottom: 5% !important;
}
#banner-area .inner .copy h2 strong {
  font-size: 80px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.96);
}
#banner-area .inner .copy h3 {
  font-size: 33px;
  line-height: 1.1em;
  font-weight: 600;
  margin: 10px 0 10px;
  letter-spacing: -.01em;
  color: #ffffff;
  width: 100%;
  display: block;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.96);
}
#banner-area .inner .copy .eventtxt {
  font-size: 33px;
  line-height: 1.1em;
   font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin: 10px 0 10px;
  letter-spacing: -.01em;
  color: #ffffff;
  display: block;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.96);
  width:70%;
}
#banner-area .inner .copy .eventtxt strong {
  font-size: 50px;
  line-height: 1.1em;
   font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 5px 0 0;
  letter-spacing: -.01em;
  color: #ffffff;
  display: block;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.96);
}
#banner-area .inner .copy h4 {
  font-size: 60px;
  font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 10px;
  letter-spacing: -.06em;
  color: #ffffff;
  width: 100%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.96);
}
#banner-area .inner .copy p {
  font-size: 28px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0;
  letter-spacing: -.02em;
  color: #ffffff;
  width: 100%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.96);
}
#banner-area .inner .copy h5 {
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 600;
  margin: 10px 0 10px;
  letter-spacing: -.01em;
  color: #ffffff;
  width: 100%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.96);
}

#banner-area .slide {
  position: absolute;
  z-index: -2;
  top: 0;
  opacity: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  transition: .65s all ease-in-out .6s;
}
#banner-area .slide.current {
  opacity: 1;
  z-index: -1;
  transition: .65s all ease-in-out;
}
#banner-area .slide.current::after {
  opacity: 1;
  transition: .45s all ease-in-out .15s;
}
#banner-area .slide::before {
  content: "";
  position: absolute;
  z-index: -3;
  top: 0;
  bottom: 0;
  right: 0;
  width: 110%;
  background-size: cover;
  background-position: right 40%;
  background-repeat: no-repeat;
  transition: .15s all ease-in-out .75s;
}
#banner-area .slide.current::before {
  right: -5%;
  transition: .75s all ease-in-out;
}
#slide1::before {
  background-image: url("../images/main/slider/slide-spring.jpg");
  background-position: right 10% !important;
}
#slide2::before {
  background-image: url("../images/main/slider/slide2.jpg");
  background-position: right 30% !important;
}
#slide3::before {
  background-image: url("../images/main/slider/slide3.jpg");
  background-position: right 30% !important;
}

/*--adjusts the fonts size for large headline text--*/
#slide1 h2{
font-size: 70px !important;
  line-height: 1.1em !important;
  margin-bottom: 15px !important;
}
/*-- ---- Numbered Slide Controls & Stop/Play ---- --*/
#banner-area .slidenav {
  position: absolute;
  z-index: 100;
  bottom: 25px;
  right: 0px;
  padding: 2px 20px 4px 0px;
  /*  background-image: linear-gradient(90deg, #789D4A 10%, #a1c771 45%, #a1c771 55%, #789D4A 90%);*/
  list-style: none;
  margin: 0px;
  border-radius: 50px 0px 0px 50px;
}
#banner-area .slidenav li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  margin: 0px 0px 0px 5px;
  width: 19px;
  padding-bottom: 19px;
  position: relative;
  z-index: 1;
  transition: all .2s ease-in-out;
}
#banner-area .slidenav li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  font-weight: 700;
  border: 2px solid #ffffff;
  margin: 0px;
  display: block;
  width: 15px;
  height: 15px;
  font-size: 1px;
  line-height: 1px;
  padding: 0px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .2s all ease-in-out;
}
#banner-area .slidenav li button.stop-button, #banner-area .slidenav li button.start-button {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  background-size: 140%;
  background-position: center;
  background-repeat: no-repeat;
}
#banner-area .slidenav li button.stop-button {
  background-image: url("../images/main/pause-blue.png")
}
#banner-area .slidenav li button.stop-button:hover, #banner-area .slidenav li button.stop-button:focus, #banner-area .slidenav li button.stop-button:active {
  background-image: url("../images/main/pause-white.png");
  background-color: rgba(0, 50, 115, 1);
}
#banner-area .slidenav li button.start-button {
  background-image: url("../images/main/pause-blue.png")
}
#banner-area .slidenav li button.start-button:hover, #banner-area .slidenav li button.start-button:focus, #banner-area .slidenav li button.start-button:active {
  background-image: url("../images/main/pause-white.png");
  background-color: rgba(0, 50, 115, 1);
}
#banner-area .slidenav li button {}
#banner-area .slidenav li button:hover, #banner-area .slidenav li button:focus, #banner-area .slidenav li button:active {
  background-color: rgba(0, 50, 115, 1);
  color: #ffffff;
  transform: translate(-50%, -58%);
}
/*-- ---- Prev/Next Controls ---- --*/
#banner-area .controls {
  position: absolute;
  z-index: 100;
  top: 30px;
  right: 20px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
#banner-area .controls li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px !important;
  margin: 0px 0px 0px 0px;
  transition: all .2s ease-in-out;
}
#banner-area .controls li:first-child:hover, #banner-area .controls li:first-child:focus, #banner-area .controls li:first-child:active {
  transform: translateX(-5px);
}
#banner-area .controls li:last-child:hover, #banner-area .controls li:last-child:focus, #banner-area .controls li:last-child:active {
  transform: translateX(5px);
}
#banner-area .controls li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 11px;
  line-height: 11px;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  font-weight: 700;
  border: 0px solid #ffffff;
  margin: 0px;
  display: block;
}
#banner-area .slidenav li button.current {
  background-color: rgba(255, 255, 255, 1);
  color: #053d5d;
}
#banner-area .slidenav li li:last-child button.current {
  background-color: rgba(255, 255, 255, 1);
  color: #06866B;
}
#banner-area button img {
  width: 12px;
  height: 12px;
}
/*----- SUB -----*/
.bannersub {
  margin: auto 0px;
  background-color: #dadada;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 35vw;
  max-height: 550px;/*was 500*/
  overflow: hidden;
  background-image: url("../images/sub/banners/banner-jbsrch.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bannersub .inner {
  width: 85%;
  max-width: 1450px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
}
#video-upload .bannersub .inner {
  transform: translate(-50%, -50%) !important;
}
#video-upload .bannersub .inner .copy h2 {
  line-height: .9em;
  margin-bottom: 20px !important;
  
}
.bannersub .inner .copy {
      width: 45%;/*was 40%*/
    max-width: 650px;
    padding: 4% 0% 4% 4%;
  /*  background-color: rgba(0, 100, 60, .9);*/
  right: 0px;
  float: left;
}
.bannersub .inner .copy h1 {
  font-size: 80px;
  line-height: 1.1em;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  margin: 0px;
  letter-spacing: -.07em;
  color: #ffffff;
  width: 100%;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.96);
}
.bannersub .inner .copy h2 {
 font-size: 93px;
  line-height: 1.1em;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  margin: 0px;
  letter-spacing: -.07em;
  color: #ffffff;
  width: 100%;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.96);
}
#intrastaffbanner h2 {
  font-size: 30px;
}
.bannersub .inner .copy h1 strong, .bannersub .inner .copy h2 strong {
  font-size: 80px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.96);
}
.bannersub .inner .copy h3 {
  font-size: 25px;
  line-height: 1.1em;
  font-weight: 300;
  color: #ffffff;
  margin: .25em auto 0px;
  text-transform: none;
  letter-spacing: -0.03em;
}
.bannersub .inner .copy p {
  font-size: 24px;
  line-height: 1.2em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin: 10px 0px 0;
  letter-spacing: -.01em;
  color: #ffffff;
  width: 100%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.96);
}
.bannersub .inner .copy span {
  margin: 0 0px;
  display: block;
}
.bannersub .inner .copy span + a {
  margin: .5em 0px 0px;
}
.jbsrch {
  background-image: url("../images/sub/banners/banner-jbsrch.webp");
  background-position: center 30%;
}
.jbsrch-details {
  background-image: url("../images/sub/banners/banner-jbsrch-details.webp");
  background-position: center 30%;
}
.talent {
  background-image: url("../images/sub/banners/banner-talent.webp");
}
.why-pg {
  background-image: url("../images/sub/banners/banner-why-jhop.webp");
  background-position: center 20%;
}
.veterans-pg {
  background-image: url("../images/sub/banners/banner-veterans.webp");
  background-position: center 50%;
}
.careerareas-pg {
  background-image: url("../images/sub/banners/banner-career-areas.webp");
  background-position: center 50%;
}
.jhh-childrens-pg {
  background-image: url("../images/sub/banners/banner-jhh-childrens.webp");
  background-position: center 30%;
}
.jhh-pg {
  background-image: url("../images/sub/banners/banner-jhh.webp");
  background-position: center 30%;
}
.jhh-nursing-pg {
  background-image: url("../images/sub/banners/banner-jhh-nursing.webp");
  background-position: center 40%;
}
.bayview-pg {
  background-image: url("../images/sub/banners/banner-bayview.webp");
  background-position: center 40%;
}
.healthcare-pg {
  background-image: url("../images/sub/banners/banner-healthcare.webp");
  background-position: center 40%;
}
.international-pg {
  background-image: url("../images/sub/banners/banner-international.webp");
  background-position: center 40%;
}
.howard-pg {
  background-image: url("../images/sub/banners/banner-howard.webp");
  background-position: center 40%;
}
.potomac-pg {
  background-image: url("../images/sub/banners/banner-potomac.webp");
  background-position: center 40%;
}
.comm-phys-pg {
  background-image: url("../images/sub/banners/banner-comm-phys.webp");
  background-position: center 40%;
}
.jhcp-prov-pg {
  background-image: url("../images/sub/banners/banner-jhcp-prov.webp");
  background-position: center 40%;
}
.intrastaff-pg {
  background-image: url("../images/sub/banners/banner-intrastaff.webp");
  background-position: center 40%;
}
.sibley-pg {
  background-image: url("../images/sub/banners/banner-sibley.webp");
  background-position: center 40%;
}
.homecare-pg {
  background-image: url("../images/sub/banners/banner-homecare.webp");
  background-position: center 40%;
}
.suburban-pg {
  background-image: url("../images/sub/banners/banner-suburban.webp");
  background-position: center 40%;
}

.bayview-nursing-pg {
  background-image: url("../images/sub/banners/banner-bayview-nursing.webp");
  background-position: center 35%;
}
.video-pg {
  background-image: url("../images/sub/banners/banner-video-pg.webp");
  background-position: center 60%;
}
.video-upload-pg {
  background-image: url("../images/sub/banners/banner-video-upload.webp");
  background-position: center 60%;
}
.why-pg.bannersub .inner, .careerareas-pg.bannersub .inner {
    transform: translate(-50%, -70%);
}
#search-body {}
.talent-network-page #search-body {
  background-color: #f4f4f5;
}
/*----- ACCORDION SECTION -----*/
/*-- ---- ---- ---- CONTENT ---- ---- ---- --*/
.subpage {}
.subcontent {
width:100%;
  /*
background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 7%, rgba(255, 255, 255, 0) 65%), url("../images/grey-back.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
*/
}
#video-upload .subcontent {
  width:100%;
  background-image: url("../images/sub/video-pg/video-upload-bckgrd.webp");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 35%;
  
}


/*-- ---- ---- ---- FOOTER ---- ---- ---- --*/
footer {
  width: 100%;
  padding: 3% 0px;
  background-color: #09141e;
  display: block;
}
footer .inner {
  width: 85%;
  max-width: 1450px;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.footer-left {
  width: 60%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.footer-left p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3em;
  margin: 0 0 15px;
}
.footer-left p a {
  color: #6da5c5 !important;
}
.footer-left p a:hover {
  color: #6da5c5 !important;
  text-decoration: underline;
}
.footer-right {
  box-sizing: border-box;
  width: 40%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.footer-social {
  width: 100%;
  margin: 0px auto 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.footer-social-text {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 10px;
}
.social-icons {}
.social-icons ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}
.social-icons li {
  margin: 0 2px;
  padding: 5px;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-align: center;
  background-color: #6da5c5;
  text-decoration: none;
  display: block;
  position: relative;
}
.social-icons li a {
  display: block;
  height: 15px;
  width: 15px;
  padding: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.social-icons li:hover {
  background-color: #0078d3;
}
.social-icons li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: .2s all ease-in-out;
}
.social-icons li a::before {
  z-index: 1;
  background-size: 65%;
  background-position: center center;
  background-repeat: no-repeat;
}
.social-icons li a.facebook::before {
  background-image: url("../images/global/share-this-icons/facebook-white.svg");
}
.social-icons li a.twitter::before {
  background-image: url("../images/global/share-this-icons/twitter-white.svg");
}
.social-icons li a.youtube::before {
  background-image: url("../images/global/share-this-icons/youtube-white.svg");
}
.social-icons li a.linkedin::before {
  background-image: url("../images/global/share-this-icons/linkedin-white.svg");
}
.social-icons li a.instagram::before {
  background-image: url("../images/global/share-this-icons/instagram-white.svg");
}
.footer-logo {
  width: 220px;
  margin: 0px 0px 0px -5px
}
.footer-logo a.logo {
  display: inline-block;
  width: 100%;
  padding: 0px 0px 42.625%;
  background-image: url("../images/global/JHM_logo_rev.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
.footer-logo a.logo::after {
  content: none;
}
.map-row .table {
  width: 90%;
  max-width: 1450px;
  margin: 0px auto;
  color: #362f2d;
}
.map-row .cell {
  width: 50%;
}
.map-right {
  position: relative;
}
.map-right .google-job-map {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 0;
  border: none;
  margin: 0;
}
.map-right .google-job-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-row {
  margin: 0 0 1%;
  width: 100%;
}
.map-row .row {
  background-color: #f4f4f5;
}
.map-row .copy-container {
  width: 85%;
  padding: 10% 0px;
  margin: 0px 15% 0px 7%;
}
.map-row h2 {
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  color: #00643c;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 10px;
  letter-spacing: -.02em;
  text-align: left !important;
}
.map-row p {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 20px;
  letter-spacing: -.0em;
}
.map-row p:last-child {
  margin-bottom: 0
}

/*-- ---- ---- ---- TALENT COMMUNITY SECTION ---- ---- ---- --*/
section.talent-main {
  width: 100%;
  color: #ffffff;
  background-image: url("../images/global/talent-network.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px;
  border-bottom: 4px solid #ffffff;
}
.talent-main .cell {
  width: 50%;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.talent-main .table-text {
  text-align: left;
  width: 70%;
  padding: 12% 15%;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, .6);
}
.talent-main .image {}
.talent-main h2 {
  font-size: 35px;
  line-height: 1em;
  font-weight: 400;
  font-family: 'Noto Serif', serif;
  margin: 0px auto 10px auto;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.talent-main .table-text p {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: -0.01em;
}
#talentbtn {
  width: 100%;
  display: block;
}
#talentbtn a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 30px;
  margin: 30px 0px 0;
  font-weight: 400;
  letter-spacing: -.01em;
  position: relative;
  z-index: 1;
  background-color: #0078d3;
  font-size: 16px;
  line-height: 1.2em;
}
#talentbtn a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #006cbd;
  transform-origin: left;
  transform: scaleX(0);
  transition: .2s all ease-in-out;
}
#talentbtn a:hover::before, #talentbtn a:focus::before, #talentbtn a:active::before {
  transform: scaleX(1);
}
#talentbtn a:hover {
  text-decoration: underline;
}
/*-- ---- ---- ---- AFILIATES MAIN PG ---- ---- ---- --*/
.affiliates {
  padding: 3em 0px 3em;
  background-color: #ffffff;
  position: relative;
}
#intrastaffareas.affiliates {
  padding: 3em 0px 0;
}
.affiliates .inner {
  width: calc(100% - 120px);
  max-width: 1450px;
  margin: 0px auto;
  text-align: center;
}
.affiliates h2 {
  font-family: 'Noto Serif', serif;
  font-size: 40px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  color: #1c1c1c;
  margin: 0 auto 1rem;
  position: relative;
  padding-bottom: 2rem;
}
.affiliates h2 {
  content: "";
}
.affiliates h2::after {
  background-color: #1c1c1c;
  width: 56px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 28px);
  content: "";
}
.affiliates .intro-txt {
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 15px auto 0px;
}
.affiliates .inner p {
  color: #333;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 0px;
}
.affiliates ul {
  list-style: none;
  width: 100%;
  margin: 30px auto 0;
  padding: 0px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
.affiliates ul li {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  /*  justify-content: center;*/
  -ms-flex-pack: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 24%;
  padding: 0 0%;
  margin: 0 0 1%;
  background-color: #fff;
  border: 1px solid #c5c3c3;
}
#intrastaffareas.affiliates ul li {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  /*  justify-content: center;*/
  -ms-flex-pack: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 32.5%;
  padding: 0 0%;
  margin: 0 0 1%;
  background-color: #fff;
  border: 1px solid #c5c3c3;
}
.affiliates h3 {
  color: #000000;
  font-weight: 400;
  margin: 5px auto;
  font-size: 16px;
  line-height: 1.4em;
  font-family: 'Noto Serif', serif;
  position: relative;
  z-index: 1;
  display: block;
}
.affiliates-photo {
  width: 100%;
  display: block;
  margin: 0px;
}
.affiliates-photo img {
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  height: 120px
}
.affiliates h4 {
  color: #000;
  font-weight: 400;
  margin: 0 0 25px;
  font-size: 12px;
  line-height: 1.21em;
  text-transform: uppercase;
}
.affiliates-main a {
  text-decoration: none;
  color: #696a6c;
  padding: 2px 10px 0px;
  margin: 3%;
  position: relative;
  z-index: 1;
  transition: .2s all ease-in-out;
}
.affiliates-main a:hover {
  text-decoration: underline;
}

.add-locations-icons-row {
  margin: 2% auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.add-locations-icons-holder {
display: flex;
    display: -webkit-flex;
    width: 22%;
    margin: 0 0.5em;
    justify-content: center;
    align-items: center; 
}
.al-icon  {
display: flex;
    display: -webkit-flex;
    padding: 1% 0;
    width: 20%;
    justify-content: center;
    align-content: center;
    margin-right: 15px;
}
.al-text  {
  display: flex;
  display: -webkit-flex;
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
  justify-content: center;
  align-content: center;
  width:70%;
  text-align: left;
}
.location-menu {
  background-image: url(../images/main/icon-physicians.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px; /* Adjust according to image size to push text across. */
}
/*-- ---- Hamburger Style and Animation ---- --*/
.burger {
  padding: 0px 15px;
  cursor: pointer;
  transition: all 0.15s linear;
  text-transform: none;
  overflow: visible;
  margin: 0px !important;
  position: fixed;
  z-index: -1;
  top: 54px;
  right: 5%;
  display: none;
}
.burger:hover {
  opacity: 0.75;
}
.burger-box {
  width: 32px;
  height: 34px;
  display: inline-block;
  position: relative;
}
.all-the-fixins {
  display: block;
  top: -35%;
  margin-top: -2px;
}
.all-the-fixins, .all-the-fixins::before, .all-the-fixins::after {
  background-color: #0078d3;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.all-the-fixins::before, .all-the-fixins::after {
  content: "";
  display: block;
}
.all-the-fixins::before {
  top: -12px;
}
.all-the-fixins::after {
  bottom: -12px;
}
.mmmmmm .all-the-fixins {
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.mmmmmm .all-the-fixins::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.mmmmmm .all-the-fixins::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger-title.active ~ .mmmmmm .all-the-fixins {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger-title.active ~ .mmmmmm .all-the-fixins::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger-title.active ~ .mmmmmm .all-the-fixins::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
.hamburger-title:hover ~ .mmmmmm .all-the-fixins, .hamburger-title:focus ~ .mmmmmm .all-the-fixins, .hamburger-title:hover ~ .mmmmmm .all-the-fixins::before, .hamburger-title:focus ~ .mmmmmm .all-the-fixins::before, .hamburger-title:hover ~ .mmmmmm .all-the-fixins::after, .hamburger-title:focus ~ .mmmmmm .all-the-fixins::after {
  background-color: #009ddc;
}
.hamburger-title {
  display: none;
}
.mobile-search-holder {
  display: none;
}
.lower-nav li a.hamburger-title-2 {
  padding: 15px 30px;
}
/*
.hamburger-title-2::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) rotateZ(90deg);
  background-image: url("../images/global/arrow-white.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: .25s all ease-in-out;
}
.hamburger-title-2.active::after {
  transform: translateY(-50%) rotateZ(-90deg);
}
*/
.hamburger-content-2 {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
  display: none;
}
.hamburger-content-2 li {
  display: block;
  text-align: left;
  position: static;
}
.hamburger-content-2 a {
  box-sizing: border-box;
  width: 100%;
}
.hamburger-content-2 li a {
  color: #0068c1;
  border-bottom: 1px solid #0068c1;
}
/*-- ---- FEATURED JOBS (MAIN PG)  ---- --*/
.featured-jobs-front {
  color: rgba(16, 24, 33, 0.85);
  padding: 1.5% 0px 2%;
  background-color: #f5f5f5;
  margin: 3% 0;
  display: block;
}
.featured-jobs-front .featured-job-location {
  margin: 0 0 10px;
  font-weight: 600;
   font-size: 16px;
  line-height: 1.6em;
}
.featured-job-description {
  font-size: 16px;
  line-height: 1.6em;
}
.featured-jobs-front h3 {
  margin: 0;
}
.featured-jobs-front h2 {
  font-family: 'Noto Serif', serif;
  font-size: 40px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  color: #1c1c1c;
  margin: 0 auto 1rem;
  position: relative;
  padding-bottom: 2rem;
}
.featured-jobs-front h2 {
  content: "";
}
.featured-jobs-front h2::after {
  background-color: #1c1c1c;
  width: 56px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 28px);
  content: "";
}
.featured-jobs-front .featured-jobs-bottom {
  width: 80%;
  padding: 3% 5%;
  max-width: 1550px;
  margin: 30px auto 0px auto;
  display: flex;
  background-color: #ffffff;
  justify-content: space-between;
}
.featured-jobs-front .featured-jobs-bottom > div {
  display: inline-block;
  vertical-align: top;
  width: 31.5%;
  margin: 0% 1.5%;
  position: relative;
  padding: 0px;
}

.featured-jobs-bottom a {
  text-decoration: none;
  display: inline-block;
  color: #0072BC;
  padding: 2px 0px 0px;
  margin: 0px 0px 15px;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: .2s all ease-in-out;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2em;
}
.featured-jobs-bottom a:hover, .featured-jobs-bottom a:focus, .featured-jobs-bottom a:active {
  color: #0068c1 !important;
}
.featured-jobs-bottom a:hover {
  text-decoration: underline;
}
.featured-jobs-front .featured-jobs-bottom > div:first-child {
  margin: 0% 1.5% 0% 0%;
}
.featured-jobs-front .featured-jobs-bottom > div:last-child {
  margin: 0% 0% 0% 1.5%;
}
.featured-jobs-front .featured-jobs-bottom h4 {
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  min-height: 1.5em;
  color: #002c77;
  border-top: none !important;
  margin: 0 0 5px;
}
.featured-jobs-bottom span:nth-child(2) {
  font-weight: 400;
  display: block;
  margin: 0px 0px 15px;
  color: rgba(16, 24, 33, .75);
}
.featured-jobs-front .featured-jobs-bottom p {
  display: block;
  min-height: 6em;
  margin: 0px auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
/*-- ---- ---- ---- FEATURED CAREER AREAS - MAIN PG ---- ---- ---- --*/
/*-- ---- ---- ---- SEARCH AREA ---- ---- ---- --*/
.search {
  text-align: center;
}
.mobile-search-button {
  display: none;
}
.search ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.search-content > li {
  margin: 0px auto;
  position: relative;
}
#search-form > ul > li:first-child {
  position: relative;
  z-index: 1;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  text-align: left;
  box-sizing: border-box;
}
#search-form > ul > li:first-child input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans', sans-serif;
  color: #000000 !important;
  background-color: rgba(255, 255, 255, 0);
  font-weight: 400;
  border: none;
  box-sizing: border-box;
  width: 100%;
}
#search_term {
  font-size: 14px;
  line-height: 18px;
  padding: 8px 20px 8px;
  width: 80%;
}
.search-button, #id-zipcode-btn, #search-form > ul > li:first-child .search-button {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/global/magnifying-glass.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.search-button:hover, .search-button:focus, #id-zipcode-btn:hover, #id-zipcode-btn:focus {
  background-image: url("../images/global/magnifying-glass-on.png");
}
#search-form input::-webkit-input-placeholder {
  color: #002c77 !important;
  font-family: 'Noto Sans', sans-serif !important;
  font-style: 400 !important;
}
#search-form input:-moz-placeholder {
  color: #002c77 !important;
  font-family: 'Noto Sans', sans-serif !important;
  font-style: 400 !important;
}
#search-form input::-moz-placeholder {
  color: #002c77 !important;
  font-family: 'Noto Sans', sans-serif !important;
  font-style: 400 !important;
}
#search-form input:-ms-input-placeholder {
  color: #002c77 !important;
  font-family: 'Noto Sans', sans-serif !important;
  font-style: 400 !important;
}
#search-form input:focus {
  color: #002c77 !important;
}
.search-accordion-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  padding: 10px 20px;
  margin: 0px auto;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  overflow: hidden;
  color: #002c77;
}
.search-accordion-button:hover, .search-accordion-button:focus, .search-accordion-button:active, .search-accordion-button.active {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #002c77;
  /*transition: .25s all ease-in-out .0s;*/
}
.search-accordion-button.active:hover {
  border-color: #ffffff;
  background-color: #b4d4ec;
}
ul.search-content2 {
  display: none;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  padding: 4px 21px 18px;
  width: 100%;
  border-radius: 0px 0px 3px 3px;
  position: absolute;
  z-index: 2;
  border: 1px solid #dedede;
  border-top: 0px solid #dedede;
  margin: 0px auto;
  text-align: left;
  list-style: none;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .05);
  overflow-y: scroll;
  height: 150px;
}
ul.search-content2 a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
  color: #000000;
  padding: 3px;
  margin: 1px auto;
  position: relative;
  z-index: 1;
  transition: .2s all ease-in-out;
}
ul.search-content2 a:hover, ul.search-content2 a:focus, ul.search-content2 a:active {
  color: #000000;
  text-decoration: underline;
}
.sub-search ul.search-content2 {
  position: static;
}
/*
ul.search-content2 a::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #000000;
  transform-origin: left;
  opacity: 0;
  transform: scaleX(0);
  transition: .2s all ease-in-out;
}
ul.search-content2 a:hover::after, ul.search-content2 a:focus::after, ul.search-content2 a:active::after {
  background-color: #699d27;
  transform: scaleX(1);
  opacity: 1;
}
*/
.advanced-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*
  display: inline-block;
  box-sizing: border-box;
  margin: 10px auto 0px;
  border: 1px solid #ffffff;*/
  position: relative;
  z-index: 1;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  padding: 11px 30px 10px 30px;
  color: #ffffff !important;
  background-color: #0078d3;
  overflow: hidden;
  text-decoration: none !important;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.advanced-button:hover, .advanced-button:focus, .advanced-button:active {
  color: #ffffff !important;
  background-color: #0068c1 !important;
}
.advanced-button.alt {
  background-color: #5a934f;
}
.advanced-button.alt:hover, .advanced-button-alt:focus, .advanced-button-alt:active {
  color: #ffffff !important;
  background-color: #528248 !important;
}
.advanced-button:hover, .advanced-button:focus, .advanced-button:active {
  color: #ffffff !important;
  background-color: #0068c1 !important;
}
.entities-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  position: relative;
  z-index: 1;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  padding: 11px 40px 10px 40px;
  color: #ffffff !important;
  background-color: #0078d3;
  overflow: hidden;
  text-decoration: none !important;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.entities-button:hover, .entities-button:focus, .entities-button:active {
  color: #ffffff !important;
  background-color: #0068c1 !important;
}
.multibtn-holder{
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 5px;
}
.multibtn-holder p{
  margin:0 .55em;
  padding:0;
}
#main-banner-nav, #sub-banner-nav {
  position: relative;
}
.search.horizontal-search-bar {
  text-align: left;
  width: 100%;
  padding: 0px;
  position: absolute;
  bottom: 15%;
  z-index: 4;
}
.search.horizontal-search-bar .inner {
  width: 81%;
  max-width: 1450px;
  margin: 0px auto;
}
.search.horizontal-search-bar ul.search-content > li {
  display: inline-block;
  /*
  width: 20%;
   vertical-align: middle;
  margin: 0px .25% 0px;
*/
}
 li.remote-jobs-item .advanced-button.alt {
  background-color: #0078d3;
}
 li.remote-jobs-item .advanced-button.alt:hover {
  background-color: #0068c1 !important;
}
.search.horizontal-search-bar ul.search-content > li:first-child {
  margin: 0px;
  width: 30%;/*was 33%*/
}
.search.horizontal-search-bar ul.search-content > li:last-child {}
.search.horizontal-search-bar ul.search-content > li:nth-child(2) {
  display: none;
}
.search.horizontal-search-bar ul.search-content > li:nth-child(3) {
  display: none;
}
.search.horizontal-search-bar ul.search-content > li:nth-child(4) {
  margin: 0px .5%;
  width: 30%;/*was 33%*/
}
.search.horizontal-search-bar ul.search-content > li:nth-child(5) {
  display: none;
}
.search.horizontal-search-bar ul.search-content > li:nth-child(6) {
  display: none;
}
.search.horizontal-search-bar .advanced-button {
  /*  display: block;*/
  padding: 8px 20px;
  /*  margin: 0px auto 0px;*/
  border: 1px solid #ffffff;
}
.search.horizontal-search-bar .advanced-button:hover, .search.horizontal-search-bar .advanced-button:focus, .search.horizontal-search-bar .advanced-button:active {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: #fff;
}
.search.horizontal-search-bar #moscode-search {
  display: none;
}
a.advanced-button {
  margin: 0 !important;
}
.home6 .search.horizontal-search-bar {
  text-align: center;
  background-color: #699d27;
  padding: 15px 0px;
}
#search-body {
  width: 100%;
  padding: 3em 0px;
}
#search-body .inner {
  display: block;
  position: relative;
  margin: 0px auto;
  width: calc(100% - 80px);
  max-width: 1450px;
}
#search-body .inner .sub-search {
  box-sizing: border-box;
  width: 330px;
  background-color: #002c77;
  padding: 20px;
  float: left;
}
#search-body .inner .sub-search ul.search-content {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#search-body .inner .sub-search ul.search-content > li {
  margin: 8px 0px 0px;
}
#search-body .inner .sub-search ul.search-content > li:nth-child(1) {
  margin: 0px;
}
#search-body .inner .sub-search ul.search-content .advanced-button {
  display: block;
  margin: 0px;
}
.search-results {
  width: calc(100% - 370px);
  float: right;
  min-height: 700px;
}
.search-results h1 {
  text-align: left;
  margin: 0px auto .5em;
  color: #143f61;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 38px;
  font-family: 'Noto Serif', serif;
}
.search-results h2 {
  text-align: left;
  margin: 10px auto .5em;
  color: #000000;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
.search-results h2 strong {
  font-weight: 700;
}
.search-results-right {
  box-sizing: border-box;
  width: 330px;
  padding: 0px;
  border-radius: 5px;
  float: left;
  margin: 20px 0px 0px;
}
.juicer-wrapper {
  box-sizing: border-box;
  width: 100%;
  background-color: #532e60;
  text-align: center;
  padding: 4%;
  margin: 20px 0px 0px;
}
.juicer-wrapper h2 {
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}
.tn-callout {
  width: 100%;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tn-callout a {
  display: block;
  padding: 90% 0px 0px;
  background-color: #ebebeb;
  background-image: url("../images/jobsearch/talent-sub.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tn-callout a:hover, .tn-callout a:active, .tn-callout a:focus {
  text-decoration: none;
}
.tn-callout div {
  padding: 15px 10px 15px;
  text-align: center;
  background-color: rgba(0, 0, 0, .55);
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  font-family: 'Noto Serif', serif;
  font-weight: 400;
}
.tn-callout div::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
  transform: scaleX(0);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  transform-origin: left;
}
.tn-callout a:hover div::after, .tn-callout a:active div::after, .tn-callout a:focus div::after {
  transform: scaleX(1);
}
.tn-callout div strong {
  font-size: 1.4em;
  font-weight: 700;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 4px);
  margin: 0px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#search-body .saved-jobs, #search-body .recently-viewed-jobs {
  position: relative;
  z-index: 1;
  padding: 20px;
  margin: 20px auto 0px;
  background-color: #009ddc;
}
#search-body .sub-featured-jobs {
  position: relative;
  z-index: 1;
  padding: 20px;
  margin: 20px auto 0px;
  background-color: #532e60;
}
#search-body .sub-featured-jobs h2 {
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 20px;
  color: #ffffff;
  font-family: 'Noto Serif', serif;
}
#search-body .saved-jobs h2, #search-body .recently-viewed-jobs h2 {
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 20px;
  color: #ffffff;
  font-family: 'Noto Serif', serif;
}
/*
#search-body .sub-featured-jobs::before, #search-body .sub-featured-jobs::after, #search-body .saved-jobs::before, #search-body .saved-jobs::after, #search-body .recently-viewed-jobs::before, #search-body .recently-viewed-jobs::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#search-body .sub-featured-jobs::after, #search-body .saved-jobs::after, #search-body .recently-viewed-jobs::after {
	z-index: -2;
	background-color: rgba(0,0,0,.05);
	transform: translate(5px, 5px);
	border-radius: 3px;
}
#search-body .sub-featured-jobs::before, #search-body .saved-jobs::before {
	z-index: -1;
	background-color: rgba(255,255,255,1);
	border-radius: 3px;
}
#search-body .recently-viewed-jobs::before {
	z-index: -1;
	background-color: #66A1B9;
	color: rgba(255,255,255,1);
	border-radius: 3px;
}
*/
#search-body .featured-jobs-bottom {
  display: block;
  background-color: #fff;
}
#search-body .featured-jobs-bottom > div {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  width: 90%;
  margin: 0px auto;
  padding: 2% 5%;
  border-radius: 0px;
  background-color: #ffffff;
  border-bottom: 1px solid #EBEBEC;
}
#search-body .featured-job-location {
  font-weight: 700;
  margin: 0px 0 5px;
   font-size: 15px;
  line-height: 21px;
}
#search-body .featured-job-description {
  font-size: 15px;
  line-height: 21px;
  overflow-x: hidden;
}
#search-body .recently-viewed-jobs .featured-jobs-bottom > div {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  width: 100%;
  margin: 0px auto;
  padding: 2em 0px;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  border-radius: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}
/*
#search-body .featured-jobs-bottom > div:last-child {
  padding: 2em 0px .5em;
  border-bottom: 0px solid #EBEBEC;
}
*/
#search-body .recently-viewed-jobs .featured-jobs-bottom > div:last-child {
  padding: 2em 0px .5em;
  border-bottom: 0px solid #EBEBEC;
}
#search-body .featured-jobs-bottom > div::before, #search-body .featured-jobs-bottom > div::after {
  content: none;
}
#search-body .featured-jobs-bottom > div h3 {
  font-size: 18px;
  line-height: 1.3em;
  min-height: 0em;
  margin: 0px 0px;
}
#search-body .recently-viewed-jobs .featured-jobs-bottom > div h3 {
  color: #ffffff;
}
#search-body .featured-jobs-bottom > div dl {
  display: inline-block;
  margin: 0px auto .5em;
}
#search-body .featured-jobs-bottom > div dl .category {
  position: relative;
  z-index: 1;
  top: 0px;
  left: 0px;
  padding: 0px;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
  transform: translateY(0%);
  border-radius: 0px;
  display: block;
}
#search-body .recently-viewed-jobs .featured-jobs-bottom > div dl .category {
  color: #ffffff;
}
#search-body .featured-jobs-bottom > div dl .category dt {
  display: inline-block;
}
#search-body .featured-jobs-bottom > div .red-button {
  position: relative;
  left: 0%;
  bottom: 0px;
  margin: 1em 0px 0px;
}
#search-body .recently-viewed-jobs .featured-jobs-bottom > div .red-button {
  color: #d2232a !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, .5);
}
#search-body .recently-viewed-jobs .featured-jobs-bottom > div .red-button:hover, #search-body .recently-viewed-jobs .featured-jobs-bottom > div .red-button:focus, #search-body .recently-viewed-jobs .featured-jobs-bottom > div .red-button:active {
  color: #ffffff !important;
}
#search-body .recently-viewed-jobs .featured-jobs-bottom > div .red-button::before {
  background-image: url("../images/global/arrow-red.png");
  transition: .05s all ease-in-out .2s;
}
#search-body .recently-viewed-jobs .featured-jobs-bottom > div .red-button:hover::before, #search-body .recently-viewed-jobs .featured-jobs-bottom > div .red-button:focus::before, #search-body .recently-viewed-jobs .featured-jobs-bottom > div .red-button:active::before {
  background-image: url("../images/global/arrow-white.png");
}
#search-body .featured-jobs-bottom > .red-button {
  margin: 2em 0px 0px;
}
#search-body .featured-jobs-bottom a {
  position: relative;
  z-index: 1;
  bottom: 0;
  transform: translateY(-1px);
  color: #0068c1;
  transition: all 300ms ease;
  text-transform: capitalize;
  text-decoration: none;
  margin: 10px auto 0;
  overflow: hidden;
  padding: 0 0 5px;
  font-family: 'Noto Serif', serif;
  font-weight: 400;
}
#search-body .featured-jobs-bottom a:hover {
  text-decoration: underline;
  color: #0068c1;
}
.recently-viewed-jobs h2 {
  color: #ffffff !important;
}
#search-body .results-content > div h3 {
  font-size: 26px;
  line-height: 1.1em;
  min-height: 0em;
  margin: 0px 0px .5em;
  font-weight: 400;
  font-family: 'Noto Serif', serif;
}
#search-body .results-content > div h3 a:link {
  text-decoration: none;
  color: #0068c1 !important;
}
#search-body .results-content > div h3 a:hover {
  text-decoration: underline;
  color: #0068c1 !important;
}
.glassdoor-sub {
  display: block;
  text-align: center;
  line-height: 1.1em;
  padding: 2em 0px 2em;
  color: rgba(60, 60, 67, 1);
  border: 2px solid #2ca74a;
  margin-top: 20px;
}
.glassdoor-rating {
  font-size: 2.5em;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}
.glassdoor-stars {
  margin: 2px 0px 0px 10px;
  width: 183px;
  background-image: url(../images/jobsearch/glassdoor-stars-gray.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.glassdoor-green {
  height: 33px;
  background-image: url(../images/jobsearch/glassdoor-stars.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.glassdoor-copy {
  margin: 10px auto 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  width: 90%;
}
.glassdoor-copy2 {
  margin: 0px auto 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  width: 90%;
}
.glassdoor-copy strong {
  font-weight: 500;
}
.glassdoor-copy2 strong {
  font-weight: 500;
}
.glassdoor-copy .quotee {
  font-size: 14px;
  line-height: 19px;
}
.quote-person {
  font-size: 14px;
  line-height: 18px;
}
.quote-person strong {
  display: block;
  font-weight: 700;
}
.glassdoor-logo {
  width: 200px;
  height: auto;
  margin: 0px auto 10px auto;
}
.search-results {
  font-size: 15px;
  line-height: 21px;
}
.search-results b, .search-results strong {
  font-weight: 700;
}
.body-class-job-view .search-results li {
  list-style-position: inside;
  margin: 0 0 5px;
}
.pagination {
  list-style: none;
  margin: 0px;
  padding: .25em 0px 1em 0px;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
}
#job-details-map-holder {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  background-color: #f4f4f5;
}
.search-results #job-details-map-holder dl {
  width: 48%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2%;
}
#job-details-map-holder .google-job-map {
  width: 48%;
  display: flex;
  display: -webkit-flex;
  margin: 0px auto;
}
.search-results dl {
  display: block;
  width: 100%;
  padding: none;
}
.search-results dl span {
  display: block;
  padding: 0px 0px 2px;
  margin: 0px 10px 0px 0px;
}
.search-results dd, .search-results dt {
  display: inline-block;
  width: auto;
  padding: 0px;
}
.search-results dd {
  margin: 0px;
}
.search-results dt {
  margin: 0px 4px 0px 0px;
}
.search-results dd {
  font-weight: 600;
}
.results-content > div {
  padding: 1.5em 0 1em;
  border-bottom: 1px solid #009ddc;
}
.results-content > div:last-of-type {
  margin: 0 0 20px;
}
.sub-buttons {
  list-style: none;
  margin: 1em 0px 1.5em 0px;
  padding: 0;
  display: block;
  position: relative;
  z-index: 1;
}
.job-details-btns {
  list-style: none;
  margin: 1em 0px .5em 0px;
  padding: 0;
  display: block;
  position: relative;
  z-index: 1;
}
.job-details-btns form {
  display: inline-block;
}
.sub-buttons li {
  display: inline-block;
  vertical-align: middle;
}
.apply {
  margin: 2em 0px 5em 0px;
}
.sub-buttons a, .apply a, .job-details-btns a, .utility-btn a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  bottom: 0;
  /*  left: -5px;*/
  transform: translateY(-1px);
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 11px 25px 10px 25px;
  background-color: #0074b8;
  transition: all 300ms ease;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto 0;
  overflow: hidden;
}
.sub-buttons a::before, .apply a::before, .job-details-btns a::before, .utility-btn::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #204d74;
  transform-origin: left;
  transform: scaleX(0);
  transition: .2s all ease-in-out;
}
.sub-buttons a:hover::before, .apply a:focus::before, .job-details-btns a:active::before {
  transform: scaleX(1);
}
.sub-buttons a:hover, .apply a:hover, .job-details-btns a:hover {
  background-color: #204d74;
  background-image: none;
}
.search-content .shareThis {
  display: inline-block;
  color: rgba(60, 60, 67, 1);
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .05em;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.search-content .stLeft {
  display: inline-block;
  vertical-align: middle;
}
.search-content .stRight {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 2px;
}
.zip-search {
  display: block;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400 !important;
  text-align: left;
  padding: 4px 0px;
  margin: 0px auto;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
  overflow: hidden;
}
.radius2-col1 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 15px;
  border: none !important;
  background-image: none;
  padding: 4px 5px 4px 21px;
  width: 70px;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid rgba(215, 215, 215, 1) !important;
  font-weight: 400 !important;
}
input.radius2-col1::placeholder {
  color: #000000;
}
.radius2-col1::-webkit-input-placeholder {
  color: #000000;
}
.radius2-col1::-moz-placeholder {
  color: #000000;
}
.radius2-col1:-ms-input-placeholder {
  color: #000000;
}
select.search2 {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 15px;
  color: #002c77;
  border: none !important;
  padding: 5px 10px 5px 7px;
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  background-position: 110px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-color: #ffffff;
  font-weight: 400;
}
select.search2:hover, select.search2:focus {
  color: #0068c1 !important;
}
.job-share-this {
  margin-bottom: 20px;
}
.job-share-this .addthis_inline_share_toolbox {
  display: inline-block;
  vertical-align: top;
  
}

.job-share-this {
  margin: 15px 0;
}

.job-share-this .share-this-header {
  display:inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  position: relative;
  top: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color:#1c1c1c;
}

.google-job-map {
  width: 100%;
  padding-bottom: 350px;
  border: 1px solid #ababab;
  margin: 0px auto 20px auto;
  position: relative;
}
.google-job-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
}
.recently-viewed-jobs {
  display: none;
}
#id_resume {
  border: none !important;
  box-shadow: none !important;
  padding: 7px 0 !important;
}
/*--SUB PAGES--*/
/*--DIVERSITY INCLUSION SECTION--*/
section.diversinclusion {
  padding: 0;
  background-color: #ffffff;
  box-sizing: border-box;
  display: block;
}
section.diversinclusion .inner {
  width: 100%;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.diversinclusion-text {
  padding: 5% 3%;
  margin: 0px;
  box-sizing: border-box;
  width: 50%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  /*  align-items: center;*/
  background-color: #009ddc;
}
.diversinclusion-text h2 {
  display: block;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 400;
  color: #ffffff;
  margin: 0px 0 10px;
  letter-spacing: -.01em;
  padding: 0;
  background-image: none;
  text-align: left;
}
.diversinclusion-text p {
  display: block;
  font-size: 16px;
  line-height: 1.6em;
  color: #ffffff;
  font-weight: 400;
  margin: 0px 0 15px;
  letter-spacing: -.01em;
  padding: 0;
  background-image: none;
  text-align: left;
}
.diversinclusion-photo {
  padding: 2% 1% 1.5%;
  margin: 0px;
  box-sizing: border-box;
  width: 50%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../images/main/diversity-photo-01.webp);
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: cover;
}
.learnbtn {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.learnbtn a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 30px;
  margin: 20px auto 0;
  font-weight: 400;
  letter-spacing: -.01em;
  position: relative;
  z-index: 1;
  background-color: #0078d3;
  font-size: 16px;
  line-height: 1.2em;
}
.learnbtn a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #006cbd;
  transform-origin: left;
  transform: scaleX(0);
  transition: .2s all ease-in-out;
}
.learnbtn a:hover::before, .learnbtn a:focus::before, .learnbtn a:active::before {
  transform: scaleX(1);
}
.learnbtn a:hover {
  text-decoration: underline;
}
.bulleted-list-full {
  width: 90%;
  max-width: 1450px;
  margin: 0px auto;
  background-color: #f4f4f5;
}
.bulleted-list-col {
  width: 94%;
  margin: 0 auto;
  padding: .5% 0 2%;
}
.bulleted-list-col ul {
  text-align: left;
  padding-left: 20px;
  margin: 0;
  -moz-column-count: 4;
  -moz-column-gap: 50px;
  -webkit-column-count: 4;
  -webkit-column-gap: 50px;
  column-count: 4;
  column-gap: 50px;
}
.bulleted-list-col li {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.1em;
  color: #000000;
  font-weight: 700;
  list-style-type: disc;
}
.callout-global-02 {
  width: 100%;
  padding: 2% 0;
  margin: 0 0 2%;
  background-color: #286077;
}
.callout-global-02 .inner {
  display: block;
  box-sizing: border-box;
  width: 80%;
  max-width: 1450px;
  margin: 0 auto 0;
}
.callout-global-02 .inner h2 {
  color: #ffffff;
  margin: 0 0 15px;
  font-size: 28px;
  line-height: 1.3em;
}
.callout-global-02 .inner h3 {
  color: #ffffff;
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 1.3em;
}
.callout-global-02 .inner p {
  font-size: 18px;
  line-height: 1.3em;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}
#app-process {
  margin: 0;
  padding: 3% 0;
}
#app-process a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  padding: 10px 30px;
  margin: 0px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -.01em;
  position: relative;
  z-index: 1;
  background-color: #286077;
  font-size: 16px;
  line-height: 1.3em;
  width: auto;
  /*  max-width:400px;*/
}
.highlight-01 {
  width: auto;
  margin: 2% 0;
  background-color: #0074b8;
  padding: 3%;
  color: #ffffff;
}
.highlight-01 ul {
  text-align: left;
  padding-left: 20px;
  column-count: 4;
  margin: 0;
}
.highlight-01 li {
  margin: 0 10px 10px;
  font-size: 20px;
  line-height: 1.1em;
  color: #ffffff;
  font-weight: 700;
  list-style-type: disc;
}
.highlight-02 {
  width: auto;
  margin: 2% 0;
  background-color: #0074b8;
  padding: 3%;
  color: #ffffff;
}
.highlight-02 ul {
  text-align: left;
  padding-left: 20px;
  column-count: 1;
  margin: 0 0 25px;
}
.highlight-02 li {
  margin: 0 10px 10px;
  font-size: 18px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 400;
  list-style-type: disc;
}
.highlight-02 a {
  font-weight: 500;
  word-wrap: break-word;
  color: #ffffff;
  margin: 0px auto;
  transition: .2s all ease-in-out;
}
.highlight-02 a:hover, .highlight-02 a:focus, .highlight-02 a:active {
  color: #ffffff;
  text-decoration: underline;
}
.global-title-holder {
  width: 90%;
  max-width: 1450px;
  margin: 0px auto;
  padding: 1.5% 0;
  background-color: #699d27;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  background-image: url("../images/global/slide-arc.png");
  background-size: 25%;
  background-position: top right;
  background-repeat: no-repeat;
  text-align: left;
}
.global-title-holder h2 {
  width: 94%;
  color: #ffffff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2em;
  margin: 0 auto;
  letter-spacing: -.02em;
  text-align: left !important;
}
.google-map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.google-map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/*--NEW IC AND TALENT NETWORK FORM STYLES--*/
.capture-form section#search-body {
  background-color: #ebebeb;
  padding: 1.5em 0px;
}
.talent-network-form {
  float: right;
  width: calc(91% - 330px);
  padding: 3% 3%;
  margin: 0px 0px 0px 3%;
  color: rgba(60, 60, 67, 1);
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.talent-network-form h1 {
  text-align: left;
  margin: 0px auto .5em;
  color: #000000;
  font-weight: 400;
  line-height: 1.1em;
  font-size: 45px;
  font-family: 'Noto Serif', serif;
}
.form-intro p {
  font-size: 16px;
  line-height: 1.4em;
  font-family: 'Noto sans', sans-serif;
  color: #000000;
  font-weight: 400;
}
#tn-form a {
  font-weight: 700;
}
#tn-form img {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  padding: 0px 2px 5px 3px;
}
#tn-form > label {
  display: block;
  margin-top: 15px;
}
#tn-form > label input, #optimator-form input[type="text"], #optimator-form input[type="email"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans', sans-serif;
  display: block;
  border: 1px solid #ebebeb;
  border-bottom: 3px solid #EBEBEB;
  margin: 4px 0px;
  padding: 9px 21px;
  background-color: rgba(255, 255, 255, 1) !important;
  width: calc(100% - 42px);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: rgba(60, 60, 67, 1) !important;
  letter-spacing: .02em;
}
#optimator-form ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#optimator-form ul ul {
  margin: 15px 10px 25px;
}
#optimator-form li {
  margin-bottom: 15px;
}
#optimator-form ul ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 15px;
}
#optimator-form label {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .02em;
  color: rgba(60, 60, 67, 1);
}
#tn-form > label select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans', sans-serif;
  display: block;
  border: 1px solid #ebebeb;
  border-bottom: 3px solid #EBEBEB;
  margin: 4px 0px;
  padding: 9px 21px;
  background-color: rgba(255, 255, 255, 1) !important;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: rgba(60, 60, 67, 1) !important;
  letter-spacing: .02em;
  background-image: url(../images/global/up-and-down-arrows.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#tn-form > label select:hover, #tn-form > label select:focus {
  background-image: url(../images/global/up-and-down-arrows-hover.png);
}
.multi-box-section {
  display: block;
  margin-top: 15px;
}
.multi-box-section ul {
  display: block;
  list-style: none;
  margin: 4px 0px;
  padding: 10px 20px;
  border: 1px solid #ebebeb;
  border-bottom: 3px solid #EBEBEB;
  max-height: 160px;
  overflow-Y: auto;
}
.tn-disclaimer {
  display: block;
  margin: 20px 0px;
}
#tn-form .apply {
  margin: 2em 0px 0em 0px;
}
.form-intro h2 {
  margin: 10px 0 20px;
  font-size: 25px;
  line-height: 1.1em;
  font-weight: 400;
  color: #000000;
  letter-spacing: -.01em;
}
.form-intro p img {
  width: 70px;
  height: 19px;
  margin: 0px 5px !important;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0px 4px;
}
.form-intro p a {
  font-weight: 700;
}
form.te-form .te-field label {
  display: block;
  font-family: 'Noto Sans', sans-serif;
  color: #000000;
  font-weight: 400;
}
form input#id_join_talent_network {
  width: auto;
  margin: 0 5px 0 0;
  border: none;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  display: inline;
}
.talent-network-form form input:not([type='checkbox']):not([type='radio']) {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans', sans-serif;
  display: block;
  border: 1px solid #cccbcb;
  margin: 5px 0px 15px;
  padding: 8px 21px;
  background-color: rgba(255, 255, 255, 0) !important;
  width: calc(100% - 42px);
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: rgba(60, 60, 67, 1) !important;
  letter-spacing: .02em;
}
.talent-network-form .form-intro {
  font-family: 'Noto Sans', sans-serif;
  color: #333333;
  font-weight: 400;
  margin: 10px 0 20px;
}
.te-field.te-field-first_name {
  display: inline-block;
  width: 40%;
  margin-right: 1.5%;
}
.te-field.te-field-last_name {
  display: inline-block;
  width: 57.5%;
}
.te-field.te-field-contact_method {
  margin-bottom: 20px;
}
.te-field.te-field-resume {
  margin-bottom: 15px;
}
.te-field.te-field-state {
  display: inline-block;
  width: 72.5%;
  margin-right: 1.5%;
  margin-bottom: 20px;
}
.te-field.te-field-zipcode {
  display: inline-block;
  width: 25%;
}
.te-field.te-field-frequency {
  margin-bottom: 20px;
}
.te-field-help {
  font-family: 'Noto Sans', sans-serif;
  color: #333333;
  font-weight: 400;
}
.te-field.te-field-locations {
  margin: 10px 0;
}
.te-recaptcha {
  margin-bottom: 20px;
}
.te-form ul.errorlist {
  background-color: #7cc89c;
  margin-top: 0;
  list-style: none;
  padding: 1%;
  color: #fff;
}
.talent-disclaimer {
  margin-bottom: 20px;
  line-height: 1.4em;
  font-family: 'Noto Sans', sans-serif;
  color: #000000;
  font-weight: 400;
}
#imaging-pg-form .apply {
  margin: 2em 0 0;
}
#id_is_employee li {
  list-style: none !important;
}
.body-class-interest-capture #talent-form-label {
  display: block;
  font-weight: 700;
  margin: 20px 0 20px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #00643c !important;
  padding: 10px 20px;
  border-radius: 3px !important;
  position: relative !important;
  font-size: 16px;
  line-height: 1.2em;
}

ul#id_categories, ul#id_locations {
  display: block;
  list-style: none;
  margin: 4px 0px;
  padding: 10px 20px;
  border: 1px solid #cccbcb;
  max-height: 160px;
  overflow-Y: auto;
  background-color: #ffffff;
}
.te-field select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  display: block;
  border: 1px solid #cccbcb;
  margin: 4px 0px;
  padding: 11px 21px;
  background-color: rgba(255, 255, 255, 0) !important;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: rgba(60, 60, 67, 1) !important;
  letter-spacing: .02em;
  background-image: url(../images/global/up-and-down-arrows.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
button.te-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  bottom: 0;
  transform: translateY(-1px);
  color: #ffffff !important;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 10px 30px;
  background-color: #0074b8;
  transition: all 300ms ease;
  text-transform: uppercase;
  text-decoration: none;
  margin: 20px auto 0;
  overflow: hidden;
  border: none;
}
button.te-submit::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #204d74;
  transform-origin: left;
  transform: scaleX(0);
  transition: .2s all ease-in-out;
}
button.te-submit.back-button::before {
  left: 16px;
  right: auto;
  top: 50%;
  transform: translateY(-50%) rotateZ(180deg);
}
button.te-submit:hover, button.te-submit:focus, button.te-submit:active {
  background-color: #204d74 !important;
  background-image: none;
  text-decoration: none !important;
}
.blue-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  bottom: 0;
  transform: translateY(-1px);
  color: #ffffff !important;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 10px 30px;
  background-color: #0074b8;
  transition: all 300ms ease;
  text-transform: uppercase;
  text-decoration: none;
  margin: 20px auto 0;
  overflow: hidden;
}
.blue-button.back-button {
  margin: 0px auto .25em;
}
.blue-button::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #204d74;
  transform-origin: left;
  transform: scaleX(0);
  transition: .2s all ease-in-out;
}
.blue-button.back-button::before {
  left: 16px;
  right: auto;
  top: 50%;
  transform: translateY(-50%) rotateZ(180deg);
}
.blue-button.back-button:hover, .blue-button.back-button:focus, .blue-button.back-button:active {
  background-color: #204d74 !important;
  background-image: none;
  text-decoration: none !important;
}
.footnote-text {
  width: 80%;
  margin: 0 auto 2%;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1.1em;
  font-weight: 600;
  letter-spacing: 0;
  color: #333333;
  text-align: center;
}
.banner-three-up {
  display: flex;
  /*	max-width: 1620px;*/
  margin: 0 auto
}
.banner-three-up .promo-banner {
  border-left: 2px solid #fff;
  height: 0;
  flex: 1;
  position: relative;
  padding-bottom: 22%; /*was 28px*/
  background-size: cover;
  overflow: hidden;
}
.banner-three-up .promo-banner:first-child {
  border-left: none;
}
.banner-three-up .promo-banner.hopkins-heroes {
  background-image: url("../images/main/main-banner-bar/main-banner-01.webp");
}
.banner-three-up .promo-banner.rn-loan {
  background-image: url("../images/main/main-banner-bar/main-banner-homecare.webp");
}
.banner-three-up .promo-banner.upcoming-events {
  background-image: url("../images/main/main-banner-bar/main-banner-03.webp");
  background-position: right 80%;
  background-repeat: no-repeat;
}
.banner-three-up .promo-banner .copy {
  background-color: rgba(0, 0, 0, .5);
  font-family: 'Noto Serif', serif;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 45%;
  text-align: center;
  padding: 10px 15px;
  transition: all .25s ease-in-out;
  box-sizing: border-box;
}
.banner-three-up .promo-banner .copy h2 {
  font-size: 1.6vw;
  font-family: 'Noto Serif', serif;
  margin: auto;
  margin-bottom: 0;
  line-height: 1.1;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 96%);
}
.banner-three-up .promo-banner .copy span {
  font-size: 14px;
  font-family: 'Noto Sans', serif;
  margin: auto;
  margin-top: 7px;
  line-height: 1.3;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 96%);
}
.banner-three-up .promo-banner:hover .copy {
  max-height: 100%;
  background-color: rgba(0, 0, 0, .6);
}
.career-hilites {
  text-align: center;
  padding: 3em 0px 3em;
  background: #532e60
}
.career-hilites .inner {
  width: 90%;
  max-width: 1450px;
  margin: 0 auto;
}
.career-hilites h2 {
  font-family: 'Noto Serif', serif;
  font-size: 40px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 1rem;
  position: relative;
  padding-bottom: 2rem;
}
.career-hilites h2 {
  content: "";
}
.career-hilites h2::after {
  background-color: #ffffff;
  width: 56px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 28px);
  content: "";
}
.career-hilites ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.arrow-container {
  background-color: #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  z-index: 6;
  width: 1.5rem;
  height: 1.5rem;
  right: 0;
  bottom: 0;
  padding: 0;
  border-top-left-radius: 1rem;
  transition: .3s ease;
  pointer-events: none;
}
.arrow-container::hover {
  background-color: #dcdcdc;
}
span.arrow-container svg {
  position: absolute;
  top: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
  right: 0.25rem;
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  width: 1.125rem;
  height: 1.125rem;
}
.career-hilites li::after {
  content: "";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  z-index: 3;
  width: 1.5rem;
  height: 1.5rem;
  right: 0;
  bottom: 0;
  padding: 0;
  border-top-left-radius: 1rem;
  transition: .3s ease;
  pointer-events: none;
}
.career-hilites li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 1em .5% 0;
  padding: 2em 2%;
  background-color: #ffffff;
  transition: all .3s ease-in-out;
  border: 1px solid #dcdcdc;
  position: relative;
}
.career-hilites li:hover, .career-hilites li:focus, .career-hilites li:active {
  transform: translateY(-10px);
  background-color: #f5f5f5
}
.career-hilites li a {
  color: #002c77;
  font-family: 'Noto Serif', serif;
  line-height: 1.1em;
  font-size: 28px;
  text-decoration: none;
  font-weight: 400;
}
.career-hilites li a:hover, .career-hilites li a:focus, .career-hilites li a:active {
  text-decoration: underline;
}
.career-hilites ul li .icon {
  width: 60%;
  padding-bottom: 50%;
  margin: 0px auto .5em;
  position: relative;
  z-index: 1;
}
.career-hilites ul li .icon::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.career-hilites ul li:first-child .icon::before {
  background-image: url("../images/main/career-hilights/icons-01.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.career-hilites ul li:nth-child(2) .icon::before {
  background-image: url("../images/main/career-hilights/icons-02.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.career-hilites ul li:nth-child(3) .icon::before {
  background-image: url("../images/main/career-hilights/icons-03.svg");
  background-size: 100%;
  background-position: 50% 40%;
  background-repeat: no-repeat;
}
.career-hilites ul li:nth-child(4) .icon::before {
  background-image: url("../images/main/career-hilights/icons-04.svg");
  background-size: 100%;
  background-position: 50% 40%;
  background-repeat: no-repeat;
}
/*--New MOS styles--*/
.moscode-wrap {
  display: inline-flex;
  flex-direction: row;
  margin: 0 0 2px;
  width: 200px;
}
#moscode-search {
  display: inline-flex;
  align-items: center;
  /*  width: 40%;*/
  justify-content: flex-start;
}
#moscode-search-heading {
  color: #000000;
  margin-bottom: 0;
  letter-spacing: .01em;
  font-weight: 400;
  font-size: .9em !important;
  /*    display: flex;*/
  width: auto;
  text-align: left;
}
#id-moscode-btn {
  background-color: #ffffff;
}
#id-moscode-btn.search-button {
  margin-right: 0;
  margin-top: 0;
}
#moscode-search .moscode-wrap {
  position: relative;
  /*  width: 50%;*/
}
#moscode-search .radius-col1 {
  width: 100%;
  padding-top: 0;
}
.moscode-wrap #keyword-search {
  width: 100%;
}
#moscode-search .radius-col1 input {
  width: calc(100% - 19%);
  border: none;
  padding: 9px 15% 8px 4%;
  margin-top: 0;
  color: #000000 !important;
  font-family: 'Noto Sans', sans-serif !important;
  font-style: 400 !important;
  font-size: 14px !important;
  line-height: normal !important;
}
#moscode-search .radius-col3 {
  width: 20px;
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
#moscode-search .radius-col3 #id-moscode-btn {
  display: block;
  height: 13px;
  width: 13px;
  padding: 0;
  text-indent: -99999px;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  right: 5px;
}
.sub-search div#moscode-search {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.sub-search div#moscode-search-heading {
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: .01em;
  font-weight: 400;
  font-size: .9em !important;
  /*    display: flex;*/
  width: auto;
  text-align: left;
}
.sub-search div.moscode-wrap {
  display: inline-flex;
  flex-direction: row;
  margin: 0;
  width: 100%;
}
.mos-mainpg-section {
  /* text-align: center; */
  padding: 1.5em 0px 1.5em;
  background: #f3f1e6;
}

.mos-mainpg-section .inner {
  width: 90%;
  /*max-width: 500px;*/
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
/*  flex-direction: row;*/
  justify-content: space-between;
  align-items: center;
  
}
.mos-mainpg-icon{
  width:15%;
  padding-right:2%;
  display: flex;
  display: -webkit-flex;
}
.mos-headline {
  width: 35%;
  
}
.mos-mainpg-searcharea{
  width:45%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row !important;
}
.mos-mainpg-section #moscode-search-heading {
    color: #000000;
}
.mos-mainpg-section #moscode-search {
    flex-direction: column;
	width: 100%;
}
.mos-mainpg-section .moscode-wrap {
    width: 100%;
	margin-top: 10px;
}
.mos-mainpg-section h2 {
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  /* text-align: center; */
  color: #000000;
  margin: 0 auto 5px;
  width:auto;
  display: flex;
  display: -webkit-flex;
}
/*--VIDEO PAGES--*/
.video-pg-container {
  text-align: center;
  padding: 3em 0px 3em;
  background: #532e60;
  display: block;
}
.video-pg-container .inner {
  width: 90%;
  max-width: 1450px;
  margin: 0 auto;
}
.video-pg-container h2 {
  font-family: 'Noto Serif', serif;
  font-size: 40px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 1rem;
  position: relative;
  padding-bottom: 2rem;
}
.video-pg-container h2 {
  content: "";
}
.video-pg-container h2::after {
  background-color: #ffffff;
  width: 56px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 28px);
  content: "";
}
.video-wall {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
#video-upload-container {
	margin: 2% auto;
    width: 90%;
}
#video-upload-container #upload-area {
	display: flex;
	align-item: flex-start;
}

#video-upload-container #upload-area .preview {
	width: 30%;	
	background-color: #6da5c5;
	padding:3%;
}

#video-upload-container #upload-area .preview h2 {
	color: #1e325a;
	  font-size: 24px;
	  line-height: 1.1;
	  font-weight: 500;
	  margin: 0 0 30px;
	
}
.upload-picker h3 {
	margin:0 0 20px;
	color: #ffffff;
	font-size: 24px;
	  line-height: 1.1;
	  font-weight: 400;
}

#video-upload-container #upload-area .upload-picker{
	width: 62%;
	background-color: #532e60;
	margin-right:2%;
	padding: 3%;
}

.blog-filters {
  border-top: 1px solid rgba(255,255,255,.5);
  padding-top: 20px;
  margin-top: 20px;
}

.blog-filters h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 21px;
}
.blog-filters .blog-filter {
  margin-bottom: 20px;
  position: relative;
}
.blog-filters .blog-filter h3 {
  font-size: 18px;
  color: #ffff;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.blog-filters .blog-filter input[type="text"] {
  
  font-size: 14px;
  line-height: 18px;
  padding: 8px 20px 8px;
  width: 80%;
}

.blog-filters .blog-filter .submit-search {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  padding:0;
  background:none;
  appearance: none;
  border:none;
  background-image: url("../images/global/magnifying-glass.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.blog-filters .blog-filter ul {
  margin:0;
  padding:0;
  list-style: none;
}
.
.blog-filters .blog-filter ul li {
  
}

.blog-filters .blog-filter ul li a {
  color: #fff;
  text-decoration: underline;
}

#video-upload-container #upload-area .upload-picker label {
	display: block;
}
.accordion-tos {
	margin-bottom: 20px;
}
a:link.video-tos, a:active.video-tos, a:visited.video-tos {
  color: #ffffff;
  text-decoration: underline;
}
a:hover.video-tos {
  color: #ffffff;
  text-decoration: none;
}
.accordion-section-content-tos {
	display: none;
	padding: 20px;
	margin: 10px 0;
	border: 1px solid #ececec;
}
a.accordion-section-title-tos {
    color: #ffffff;
    text-decoration: underline;
}
a:hover.accordion-section-title-tos {
    color: #ffffff;
    text-decoration: none;
}
.accordion-tos label {
    color: #ffffff;
}
.submit-wrap {
	margin: 20px 0
}

.input-wrap {
	margin-bottom: 16px
}

.input-wrap label {
	display: block;
	font-weight: 400;
	line-height: 1.3em;
	color: #ffffff;
	margin-bottom: 10px;
}
.input-wrap textarea {
	height: 150px;
    border: 0;
    width: calc(100% - 4%);
   padding: 2%;
   color: #1c1c1c;
font-family: 'Noto Sans', sans-serif;
font-weight: 400;
}

.input-wrap input {
	display: block;
	border: 1px solid #a5a5a5;
	width: 100%
}

.input-wrap input[type=file] {
	border: none
}
#video-upload .qq-uploader {
  border-radius: 0;
}
#video-upload .input-wrap input {
  display: block;
  border: 0;
  width: calc(100% - 4%);
  padding: 12px 2%;
}


button.submit-form {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*
  display: inline-block;
  box-sizing: border-box;
  margin: 10px auto 0px;
  border: 1px solid #ffffff;*/
  position: relative;
  z-index: 1;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  padding: 11px 30px 12px 30px;
  color: #ffffff !important;
  background-color: #0078d3;
  overflow: hidden;
  text-decoration: none !important;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border:none;
}
button.submit-form:hover, 
button.submit-form:focus, 
button.submit-form:active {
  color: #ffffff !important;
  background-color: #0068c1 !important;
}

.event-pop-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0px;
  z-index: 20000;
  background-color: #fff;
  border-radius: 5px;
  width: 380px;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, .25)
}


.accordion6,
.accordion6 * {
  text-decoration: none !important;
  box-sizing: border-box;
  font-weight: normal !important
}

.accordion6 {
  position: relative
}

.accordion-section-title6 {
  font-weight: 300 !important;
  letter-spacing: .01em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  font-size: 1.2em;
  color: #fff !important;
  border-radius: 4px 4px 4px 4px;
  background-color: #0078d3;
  padding: 10px 45px 10px 25px;
  width: 100%;
  text-align: left;
  background-image: url('../images/main/calander.png');
  background-size: 21px 21px;
  background-position: 92% center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  position: relative;
  font-family: 'Noto Serif', sans-serif;
}

/* .accordion-section-title6:before {
  content: "";
    position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .25);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  border-radius: 4px 4px 4px 4px
} */

.accordion-section-title6:hover {
  background-color: #09141e;
}

.event-pop-up-close {
  font-weight: 300;
  letter-spacing: .01em;
  display: inline-block;
  font-family: 'Noto Serif', sans-serif;
  font-size: 1.2em;
  color: #fff !important;
  border-radius: 4px 4px 4px 4px;
  background-color: #09141e;
  padding: 10px 25px;
  width: 100%;
  text-align: left;
  background-image: url('../images/main/calander.png');
  background-size: 21px 21px;
  background-position: 92% center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear
}



.accordion-section-title6.active:hover+.event-pop-up-close {
 background-color: #0078d3;
}

.accordion-section-title6.active {
  border-radius: 4px 4px 0px 0px;
  opacity: 0
}

.accordion-section-title6.active+.event-pop-up-close {
  border-radius: 4px 4px 0px 0px;
  opacity: 1
}

.accordion-section-title6:hover {
  text-decoration: none
}

.accordion-section-content6 {
  display: none;
  font-size: 1em;
  line-height: 1.6em;
  padding: 20px 30px 20px 30px;
  margin-top: 0px;
  overflow-y: auto;
  text-align: left;
  border-radius: 0px;
  z-index: 899;
  width: 100%;
  max-height: calc(100vh - 79px)
}

.accordion-section-content6 .event-name {
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 700 !important;
  margin-bottom: 3px;
}

.accordion-section-content6 .event-location {
  font-weight: 400;
  font-size: .9em;
  line-height: 1.2em
}

.accordion-section-content6 .event-date {
  font-weight: 400;
  font-size: .9em;
  line-height: 1.2em
}

.accordion-section-content6 .btn {
  color: #fff;
  display: inline-block;
  background-color: #0078d3;
  margin: 5px 0;
  padding: 5px 10px
}

.accordion-section-content6 .event-link:hover {
  color: #749abb;
  text-decoration: underline !important
}

.accordion-section-content6 ul {
  margin: 0;
  padding: 0
}

.accordion-section-content6 li {
  list-style: none;
  margin: 0px 0px 10px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px
}

.sr-only,
.blog-content .blog-col2 .blog-col2-r2 .blog-heading-col2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.events-sub-title {
  text-align: center;
  font-size: 2.2em;
  color: #162134
}
/*--new sub page content styles--*/
.diversinclusion ul {
    color: #ffffff;
	margin:0 0 15px;
}
#diversitywhypg .diversinclusion-text{
 background-color: #532e60 !important;
}
.sub-intro {
  padding: 3em 0px 3em;
  background-color: #ffffff;
  position: relative;
}
.sub-intro .inner {
  width: calc(100% - 120px);
  max-width: 1200px;/*was 1450*/
  margin: 0px auto;
  text-align: center;
}
.sub-intro h2 {
  font-family: 'Noto Serif', serif;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  color: #1c1c1c;
  margin: 0 auto 1rem;
  position: relative;
  padding-bottom: 2rem;
  width:96%;/*was 90%*/
}
.sub-intro h3 {
  font-family: 'Noto Serif', serif;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  color: #1c1c1c;
  margin: 2rem auto 20px;
  width:90%;
}
.sub-intro ul {
 margin:0 auto;
 max-width:1100px;
     padding: 0;
}
.sub-intro li {
 display: inline-block;
 margin: 0 .5em .75em 0;
 font-weight: 400;
  font-size: 16px;
  line-height: 1.1em;
  padding:.5em 3em;
  background-color: #f3f1e6;
   -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.37);
box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.37);
  
}
.sub-intro h2 {
  content: "";
}
.sub-intro h2::after {
  background-color: #1c1c1c;
  width: 56px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 28px);
  content: "";
}
.sub-intro .intro-txt {
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 15px auto 0px;
}
.sub-intro .inner p {
  color: #333;
     font-size: 16px;
    line-height: 1.6em;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 20px;
}
.sub-intro .inner p:last-child {
  margin: 0 auto;
}
.armed-forces-all {
  margin:2em 0px 0;
  padding: .1em 0px 1em;
  background-color: #ffffff;
  background-image: url("../images/sub/veterans/veterans-photo-02.webp");
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: cover;
}
#diversitywhypg .diversinclusion-photo {
  padding: 1% 6% 1%;
  margin: 0px;
  box-sizing: border-box;
  width: 50%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/sub/why/why-photo-02.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#communitywhypg .diversinclusion-photo {
  padding: 1% 6% 1%;
  margin: 0px;
  box-sizing: border-box;
  width: 50%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/sub/why/why-photo-01.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
/*--VIDEO SECTION--*/
.video-section {
  padding: 1.5em 0px 1.5em;
  text-align: center;
  background-color: #f3f1e6;
  display: block;
}
.video-section p{
      width: calc(100% - 120px);
    max-width: 1200px;
   margin: 30px auto 0px;
   font-size: 1rem;
  line-height: 1.75;
  color: #000000;
  font-weight: 500;
}
.video-title h2 {
  margin: 0px 0 15px;
  padding: 0px;
 font-family: 'Noto Serif', serif;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  color: #1c1c1c;
  letter-spacing: -.01em;
  width:100%;
}
.video-title h3 {
  margin: 0px auto;
  padding: 0px;
 font-family: 'Noto Serif', serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  color: #1c1c1c;
  letter-spacing: -.01em;
  width:80%;
}
.video-title p {
  margin: 0px auto;
  padding: 0px;
  font-size: 15px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 500;
  letter-spacing: -.01em;
}
.video-section .inner {
  width: 90%;
  max-width: 1450px;
  margin: 0px auto;
  text-align: center;
  box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 10%);
  background-color: #ffffff;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
}
.video-holder {
  width: 100%;
  margin:0 auto;
/*  background-color: #ffffff;*/
}
.video-title {
	width: 92%;
    padding: 4%;
	align-items: center;
	flex-direction: column;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	background-image: url(../images/main/military-icon-lighter.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.embed-youtube {
  position: relative;
  padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
  /* padding-bottom: 62.5%; - 16:10 aspect ratio */
  /* padding-bottom: 75%; - 4:3 aspect ratio */
  /*    padding-top: 30px;*/
  height: 0;
  overflow: hidden;
}
.embed-youtube iframe, .embed-youtube object, .embed-youtube embed {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-benefits {
  text-align: center;
  padding: 3em 0px 3em;
  background: #532e60
}
.featured-benefits .inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.featured-benefits h2 {
  font-family: 'Noto Serif', serif;
  font-size: 40px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 1.5rem;
  position: relative;
  padding-bottom: 2rem;
}
.featured-benefits h2 {
  content: "";
}
.featured-benefits h2::after {
  background-color: #ffffff;
  width: 56px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 28px);
  content: "";
}
.featured-benefits .bullets {
  display: block;
  width: 100%;
  margin: 1em auto 2em;
  padding: 0px;
  text-align: left;
  column-count: 3;	
}
.featured-benefits .bullets2 {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 1em auto 2em;
  padding: 0px;
  text-align: left;
  column-count: 2;	
}
.featured-benefits .bullets ul, .featured-benefits .bullets2 ul {
  margin: 0;
  padding: 0;
	
}
.featured-benefits .bullets li, .featured-benefits .bullets2 li {
    margin: 0px 20px 15px;
	padding: 0 20px 0 0;
    font-weight: 500;
	font-size: 18px;
    line-height: 1.2em;
	color: #ffffff;
	list-style-type: disc;
	letter-spacing: -0.01em;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}
/*
.featured-benefits ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
  display: block;
  column-count: 3;
   list-style-type: disc;
   
}
.featured-benefits li {
  width: 90%;
  margin: 0 10% 10px 0;
  color: #ffffff;
  line-height: 1.3em;
}
*/
/*--Veteran Page--*/
.veteran-pg-video-section {
  padding: 1.5em 0px 1.5em;
  text-align: center;
  background-color: #f3f1e6;
}
.veteran-pg-video-title {
  width: 90%;
    max-width: 1450px;
  margin: 0px auto;
}
.veteran-pg-video-title h2 {
  margin: 0px auto 20px;
  padding: 0px;
 font-family: 'Noto Serif', serif;
  font-size: 40px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  color: #1c1c1c;
  letter-spacing: -.01em;
  width:100%;
  position: relative;
   padding-bottom: 2rem;
}
.veteran-pg-video-title h2 {
  content: "";
}
.veteran-pg-video-title h2::after {
  background-color: #1c1c1c;
  width: 56px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 28px);
  content: "";
}
.veteran-pg-video-title p {
  margin: 0px auto 30px;
  padding: 0px;
  color: #333;
     font-size: 16px;
    line-height: 1.6em;
  font-weight: 400;
}
.veterans-video-outer-holder{
width: 90%;
    max-width: 1450px;
  margin: 0px auto 20px;
  text-align: center;
  justify-content: center;
align-items: stretch;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
 background-color: #ffffff;
-webkit-box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.37);
box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.37);
}
.veterans-video-text{
 flex:1;
padding: 5% 0;
align-items: center;
flex-direction: column;
display: flex;
display: -webkit-flex;
justify-content: center;
}
.veterans-video-text h3{
 font-family: 'Noto Serif', serif;
  font-size: 35px;
  line-height: 1em;
  font-weight: 400;
  width:90%;
   margin: 0px auto 20px;
}
.veterans-video-text p{
   font-size: 20px;
  line-height: 1.4em;
  font-weight: 400;
   margin: 0px auto;
   width:90%;
}
.veterans-video-area{
width:100%;
display: flex;
  display: -webkit-flex;
   padding:0;
   flex:1;
}
#moscode-veteranspg .mos-headline {
    display: flex;
  display: -webkit-flex;
    margin-right: 2%;
	width: 40%;
}
#moscode-veteranspg.mos-mainpg-section {
    padding: 1em 0px 1em;
    background: #532e60;
}
#moscode-veteranspg.mos-mainpg-section .inner {
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 81%;
    max-width: 1450px;
}
#moscode-veteranspg.mos-mainpg-section h2 {
    font-family: 'Noto Serif', serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto 0;
    width: 100%;
    display: flex;
    display: -webkit-flex;
}
#moscode-veteranspg.mos-mainpg-section .moscode-wrap {
    width: 100%;
    margin-top: 0;
	 display: flex;
  display: -webkit-flex;
}
#moscode-veteranspg .mos-mainpg-searcharea {
    width: 58%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row !important;
}
.video-holder {
  width: 100%;
  margin: 0 auto;
}
.one-video-centered{
  max-width:800px;
  width:100%;
  margin:2% auto 1%;
}

.meet-videos {
  text-align: center;
  padding: 3em 0px 3em;
  background: #f3f1e6
}
.meet-videos .inner {
  width: 90%;
  max-width: 1450px;
  margin: 0 auto;
}
.meet-videos h2 {
  font-family: 'Noto Serif', serif;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  color: #000000;
  margin: 0 auto 1rem;
  position: relative;
  padding-bottom: 2rem;
}
.meet-videos h2 {
  content: "";
}
.meet-videos h2::after {
  background-color: #000000;
  width: 56px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 28px);
  content: "";
}
.meet-videos ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.meet-videos li::after {
  content: "";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  z-index: 3;
  width: 1.5rem;
  height: 1.5rem;
  right: 0;
  bottom: 0;
  padding: 0;
  border-top-left-radius: 1rem;
  transition: .3s ease;
  pointer-events: none;
}
.meet-videos li {
  vertical-align: top;
  width: 32%;
  margin: 1em .5% 0;
  padding: 0;
  background-color: #ffffff;
  transition: all .3s ease-in-out;
  position: relative;
  box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 10%);
  
     display: flex;
	display: -webkit-flex;
  flex-direction: column;
}
.meet-videos li:first-child {
   justify-content: center;
   align-items: center;
     display: flex;
	display: -webkit-flex;
  flex-direction: column;
}

.meet-videos li h3 {
  color: #002c77;
    font-family: 'Noto Serif', serif;
    line-height: 1.2em;
    font-size: 20px;
    text-decoration: none;
    font-weight: 400;
    display: block;
	width:70%;
	 margin: .2em auto;
	 padding: 3% 0;
}
.why-nursing-area {
  text-align: left;
  padding: 2em 0px 2em;
    background: #ffffff;
}
.why-nursing-area .inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.why-nursing-area-icon{
  width:20%;
  padding-right:5%;
  display: flex;
  display: -webkit-flex;
}
.why-nursing-area-txt {
  width: 75%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  text-align: center;
}
.why-nursing-area h2 {
  font-family: 'Noto Serif', serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
  margin: 0 auto 10px;
  width:100%;
}
.why-nursing-area p {
  font-family: 'Noto Serif', serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
  margin: 0 auto 5px;
  width:100%;
}
.hopkinslocal {
  text-align: center;
  padding: 1em 0px 1em;
  background: #ffffff
}
.hopkinslocal .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.infographic-top {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.infographic-top img {
  margin: 0;
  display: block;
}
.infographic-logo {
  width: 100%;
  margin: 2% auto 2%;
  display: block;
  text-align: center;
}
.infographic-bottom {
  width: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.infographic-sections{
  width: 33.33%;
  display: flex;
 padding:2% 0 12%;
  display: -webkit-flex;
  flex-direction: column;
background-image: url("../images/sub/why/icon-corners.svg");
background-repeat: no-repeat;
background-position: center 100.2%;
background-size: 105%;
}
.infographic-sections h4{
  font-size: 40px;
  line-height:1em;
  font-weight: 300;
  color:#000000;
  margin:0 0 10px;
  letter-spacing: -.02em;
}
.infographic-sections p{
  font-size: 18px;
  line-height:1.3em;
  font-weight: 300;
  color:#000000;
  margin:0 auto 5px;
  width:60%;
}
.twenty-section{
background-color: #bcd4df;
position: relative;
}
.forty-section{
background-color: #efefef;
position: relative;
}
.six-section{
background-color: #ebb700;
position: relative;
}
.twenty-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,-50%);
  width: 80px;
  height: 80px;
  background-image: url("../images/sub/why/icon-1.svg");
  background-size: contain;
  background-postion: center;
  background-repeat: no-repeat;
}
.forty-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,-50%);
  width: 80px;
  height: 80px;
  background-image: url("../images/sub/why/icon-2.svg");
  background-size: contain;
  background-postion: center;
  background-repeat: no-repeat;
}
.six-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,-50%);
  width: 80px;
  height: 80px;
  background-image: url("../images/sub/why/icon-3.svg");
  background-size: contain;
  background-postion: center;
  background-repeat: no-repeat;
}
.work-from-home {
  width: 100%;
  margin: 2.5% auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  background-color: #532e60;
  background-image: url("../images/sub/jobs/home-items-pattern-halftone.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.work-from-home .text {
  width: 70%;
  padding:2% 0;
  display: flex;
  display: -webkit-flex;
  text-align: center;  
}
.work-from-home .text h4 {
  font-family: 'Noto Serif', serif;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  width: 100%;
  position: relative;
  padding-bottom: 2rem;
  margin: 0; 
}
.work-from-home .text h4 {
  content: "";
}
.work-from-home .text h4::after {
  background-color: #ffffff;
  width: 56px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 28px);
  content: "";
}
.work-from-home .photo {
  width: 30%;
  display: flex;
  display: -webkit-flex;
}
.work-from-home2 {
    width: 100%;
    margin: 2.5% auto;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    background-image: url(../images/sub/jobs/googlemap-jobsearch.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid #bebcbc;
}
.work-from-home2 .text {
  width: 40%;
  padding: 1% 2% 1%;
  margin:1.5%;
  text-align: left;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 20%);
   justify-content: space-between;
   align-content: flex-start !important;
}
.work-left{
   width: calc(100% - 90px);
   display: flex;
   flex-direction: column;
  display: -webkit-flex;
}
.work-right{
 display: flex;
  display: -webkit-flex;
   width:80px;
   margin-left: 10px;
   margin:0;  
  padding:0;
  text-align: right;

}
.work-from-home2 .text h4 {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: -.3px;
  color: #000000;
  margin: 0 0 5px; 
}
.work-from-home2 .text h5 {
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: -.2px;
  color: #000000;
  margin: 0; 
}
.work-from-home2 .photo {
      width: 18%;
	padding: 7% 2%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.additional-programs {
  padding: 2em 0px 2em;
  background-color: #f5f5f5;
  position: relative;
  text-align: center;
  display: block;
}
.additional-programs .inner {
  width: 96%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.program-holder {
      width: 23%;
    padding: 3% 5% 1.5% 2%;
    margin: 0 0.5em 1em;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    text-align: left;
    background-color: #ffffff;
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 10%);
    position: relative;
}
.program-holder::after {
  content: "";
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 15px;
    width: 75px;
    height: 75px;
    background-image: url(../images/sub/why/icon-health.svg);
    background-size: contain;
    background-postion: center;
    background-repeat: no-repeat;
}
#successprogram.program-holder::after{
  background-image: url("../images/sub/why/icon-education.svg");
}
#mobilemed.program-holder::after{
  background-image: url("../images/sub/why/icon-clinic.svg");
}
#sibleysenior.program-holder::after{
  background-image: url("../images/sub/why/icon-senior.svg");
}
#healthystart.program-holder::after{
  background-image: url("../images/sub/why/icon-headstart.svg");
}
.additional-programs h2 {
  font-family: 'Noto Serif', serif;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  color: #1c1c1c;
  margin: 0 auto .5em;
  width:100%;
   position: relative;
  padding-bottom: 2rem;
}
.additional-programs h2 {
  content: "";
}
.additional-programs h2::after {
  background-color: #000000;
  width: 56px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 28px);
  content: "";
}
.program-holder h3 {
  font-family: 'Noto Serif', serif;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 400;
  color: #1c1c1c;
  margin: 0 auto .25em;
  width:100%;
}
.program-holder h4 {
  font-family: 'Noto Serif', serif;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
  color: #1c1c1c;
  margin: 0 auto .5em;
  width:100%;
}
.program-holder p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align:left;
  color: #1c1c1c;
  margin: 0 auto .5em;
  position: relative;
  width:100%;
}
.additional-programs h2 {
  content: "";
}
.additional-programs h2::after {
  background-color: #000000;
  width: 56px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 28px);
  content: "";
}

/*--GLOBAL--*/
 
.global-text-only {
  padding: 3em 0px 3em;
  background-color: #ffffff;
  position: relative;
}
#sibintro2.global-text-only, #potomacintro2.global-text-only {
  padding: 1em 0px 1em;
}
.global-text-only .inner {
  width: calc(100% - 120px);
  max-width: 1200px;/*1450px*/
  margin: 0px auto;
  text-align: center;
}
.global-text-only .inner2 {
  width: 90%;
  max-width: 1550px;
  margin: 0px auto;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.entitity-fact-holder {
  width: 33%;
  margin: 0px .5em;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 5px 6px 0px rgb(0 0 0 / 37%);
    box-shadow: 3px 5px 6px 0px rgb(0 0 0 / 37%);
}
.entitity-fact-holder2 {
  width: 100%;
  margin: 0px .5em;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 5px 6px 0px rgb(0 0 0 / 37%);
    box-shadow: 3px 5px 6px 0px rgb(0 0 0 / 37%);
}
.entitity-fact-holder3 {
  width: 100%;
  max-height: 400px;
  margin: 0px .5em;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 5px 6px 0px rgb(0 0 0 / 37%);
    box-shadow: 3px 5px 6px 0px rgb(0 0 0 / 37%);
}
#jhach-bldg{
  background-image: url("../images/sub/jhach/jhach-photo-02.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#jhh-bldg{
  background-image: url("../images/sub/jhh/jhh-photo-02.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#bayview-bldg{
  background-image: url("../images/sub/bayview/bayview-photo-01.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#hlthcare-image{
  background-image: url("../images/sub/healthcare/healthcare-photo-02.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#howard-bldg{
  background-image: url("../images/sub/howard-cty/howard-photo-02.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#sibley-bldg{
  background-image: url("../images/sub/sibley/sibley-building.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#homecare-image{
  background-image: url("../images/sub/homecare/homecare-photo-02.webp");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
#add-info-image{
  background-image: url("../images/sub/homecare/homecare-photo-03.webp");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
#potomac-image{
  background-image: url("../images/sub/potomac/potomac-photo-03.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#jhcpprov-image{
  background-image: url("../images/sub/com-physician-providers/com-physicians-prov-photo-01.webp");
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: cover;
}
#intrastaff-image{
  background-image: url("../images/sub/intrastaff/intrastaff-photo-02.webp");
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: cover;
}
#suburban-bldg{
  background-image: url("../images/sub/suburban/north-building-entrance.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#entity-facts{
/*  background-color: #009ddc;*/
  padding:2% 5%; 
  background-image: url("../images/global/blue-bckgrd.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#entity-facts ul{ 
  margin: 0;
  padding: 0;
}
#entity-facts li{
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
  color: #ffffff;
  margin:0 20px 20px;
  text-align: left;
  list-style-type: disc;
}
#entity-facts li:last-of-type{
  margin:0 20px 0;
}
#entity-map{
    background-color: #f5f5f5;
}
.global-text-only h2 {
  font-family: 'Noto Serif', serif;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  color: #1c1c1c;
  margin: 0 auto 1rem;
  position: relative;
  padding-bottom: 2rem;
  width:90%;
}
.entity-address-holder {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
  color: #1c1c1c;
  margin: 1em auto 1em;
  width:90%;
}
.entity-address-holder p {
  line-height: 1.3em;
  margin: 1em auto;
  display:block;
}
.entity-address ul {
  margin: 0;
  padding: 0;	
}
.entity-address li {
    margin: 0px 0 10px 15px;
	padding: 0 20px 0 0;
   font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
	 color: #1c1c1c;
	list-style-type: none;
	letter-spacing: -0.01em;
	display: inline-block;
	border-right: 1px solid #000000;
}

.entity-address li:last-child {
   	padding: 0;
	border-right: none;
}
.entities-social-icons {
 width: 90%;
  max-width: 1450px;
   margin: 0px auto ;
  text-align: center;
}
.entities-social-icons p {
 margin: 25px 0 0 ;
 font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

.entities-social-icons ul {
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.entities-social-icons li {
  margin: 0 5px;
  padding: 5px;
/*  border-radius: 50%;*/
  height: 30px;
  width: 30px;
  text-align: center;
  background-color: #09141e;
  text-decoration: none;
  display: block;
  position: relative;
}
.entities-social-icons li a {
  display: block;
  height: 20px;
  width: 20px;
  padding: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.entities-social-icons li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: .2s all ease-in-out;
}
.entities-social-icons li a::before {
  z-index: 1;
  background-size: 65%;
  background-position: center center;
  background-repeat: no-repeat;
}
.entities-social-icons li a.facebook::before {
  background-image: url("../images/global/share-this-icons/facebook-white.svg");
}
.entities-social-icons li a.twitter::before {
  background-image: url("../images/global/share-this-icons/twitter-white.svg");
}
.entities-social-icons li a.youtube::before {
  background-image: url("../images/global/share-this-icons/youtube-play-icon.svg");
}
.entities-social-icons li a.linked::before {
  background-image: url("../images/global/share-this-icons/linkedin-white.svg");
}
.entities-social-icons li a.instagram::before {
  background-image: url("../images/global/share-this-icons/instagram-white.svg");
}
.entities-social-icons li a.pinterest::before {
  background-image: url("../images/global/share-this-icons/pinterest.png");
}
.entities-social-icons li a.flickr::before {
  background-image: url("../images/global/share-this-icons/flickr-logo.png");
}
.entities-social-icons li a.google::before {
  background-image: url("../images/global/share-this-icons/google-plus.svg");
}
.global-text-only h3 {
  font-family: 'Noto Serif', serif;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  color: #1c1c1c;
  margin: 2rem auto 20px;
  width:90%;
}
.global-text-only h2 {
  content: "";
}
.global-text-only h2::after {
  background-color: #1c1c1c;
  width: 56px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 28px);
  content: "";
}
.global-text-only .text {
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 15px auto 0px;
}
.global-text-only .text p {
  color: #333;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 0px;
}
section.global-text-photo {
  padding: 0;
  background-color: #f5f5f5;
  box-sizing: border-box;
  display: block;
  width: 90%;
  max-width:1450px;
  margin: 0 auto 1.5%;
  -webkit-box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.37);
box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.37);
}
section.global-text-photo#jhach-dedication {
  margin: 0 auto 2%;
}
section.global-text-photo#bayview-areas, section.global-text-photo#bayview-nursing, section.global-text-photo#ca-leadership, section.global-text-photo#healthcare-intro, section.global-text-photo#howard-intro, section.global-text-photo#sibley-intro, section.global-text-photo#suburban-intro,
section.global-text-photo#jhh-nursing-intro,
section.global-text-photo#international-01, section.global-text-photo#international-02,
section.global-text-photo#international-03{
    margin: 0 auto 2%;
}
section.global-text-photo#jhh-achieve{
    margin: 2% auto 0;
}
section.global-text-photo#international-04{
    background-color: #f3f1e6;
}
#international-04 .global-text-photo-copy {
  padding: 6% 6%;
}
section.global-text-photo#whatJHOPoffers {
  margin: 0 auto 2%;
  width: 100%;
  max-width:none;
}
section.global-text-photo#MagnetJourney, section.global-text-photo#phspayserv  {
  margin: 2% auto 2%;
  width: 100%;
  max-width:none;
}
section.global-text-photo .inner {
  width: 100%;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.global-text-photo-copy {
  padding: 3% 3%;
  margin: 0px;
  box-sizing: border-box;
  width: 50%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
#healthcare-intro .global-text-photo-copy {
    padding: 4.5% 3%;  
}
#international-01 .global-text-photo-copy, #international-02 .global-text-photo-copy,
#international-03 .global-text-photo-copy{
    padding: 5% 3%;  
}
.global-text-photo-copy h2 {
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 400;
  color: #000000;
  margin: 0px 0 10px;
  letter-spacing: -.01em;
  padding: 0;
  background-image: none;
  text-align: left;
}
.global-text-photo-copy h3 {
 margin: 0;
  padding: 0px;
 font-family: 'Noto Serif', serif;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  color: #1c1c1c;
  letter-spacing: -.01em;
  width:100%;
}
.global-text-photo-copy p {
  display: block;
     font-size: 16px;
    line-height: 1.6em;
  color: #000000;
  font-weight: 400;
  margin: 0px 0 15px;
  padding: 0;
  background-image: none;
  text-align: left;
}
.global-text-photo-copy p:last-of-type {
    margin: 0px 0 0px;
}
.global-text-photo-copy ul {
  margin: 10px 0 0;
  padding: 0;	
}
#comm-physicians-intro .global-text-photo-copy ul {
   column-count: 2;
}
.global-text-photo-copy li {
    margin: 0px 22px 10px;
	padding: 0 22px 0 0;
    font-weight: 700;
	font-size: 20px;
    line-height: 1.4em;
	color: #000000;
	list-style-type: disc;
	letter-spacing: -0.01em;
}
#phspayserv .global-text-photo-copy ul {
    margin: 0px 0 0;
    padding: 0;
}
.global-text-photo-image {
  padding: 2% 1% 1.5%;
  margin: 0px;
  box-sizing: border-box;
  width: 50%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../images/main/diversity-photo-01.webp);
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: cover;
}
#whatJHOPoffers .global-text-photo-image {
  background-image: url("../images/sub/veterans/veterans-photo-01.webp");  
}
#MagnetJourney .global-text-photo-image {
  background-image: url("../images/sub/sibley/sibley-photo-02.webp");  
}
#phspayserv .global-text-photo-image {
  background-image: url("../images/sub/potomac/potomac-photo-02.webp");  
}
#jhach-dedication .global-text-photo-image {
  background-image: url("../images/sub/jhach/jhach-photo-01.webp");
  background-position: center center;
}
#jhh-intro .global-text-photo-image {
  background-image: url("../images/sub/jhh/jhh-photo-01.webp");
  background-position: center top;
}
#international-01 .global-text-photo-image {
  background-image: url("../images/sub/international/international-photo-01.webp");
  background-position: center center;
}
#international-02 .global-text-photo-image {
  background-image: url("../images/sub/international/international-photo-02.webp");
  background-position: center center;
}
#international-03 .global-text-photo-image {
  background-image: url("../images/sub/international/international-photo-03.webp");
  background-position: center center;
}
#international-04 .global-text-photo-image {
  background-image: url("../images/sub/international/international-photo-04.webp");
  background-position: center center;
}
#bayview-areas .global-text-photo-image {
  background-image: url("../images/sub/bayview/bayview-photo-02.webp");
  background-position: center center;
}
#bayview-nursing .global-text-photo-image {
  background-image: url("../images/sub/bayview-nursing/bayview-nursing-photo-01.webp");
  background-position: center center;
}
#jhh-nursing-intro .global-text-photo-image {
  background-image: url("../images/sub/jhh-nursing/jhh-nursing-photo-01.webp");
  background-position: center center;
}
#jhh-achieve .global-text-photo-image {
  background-image: none;
  background-color: #ffffff;
}
#jhh-achieve .global-text-photo-image img {
  width:40%;
  padding: 4%;
}
#healthcare-intro .global-text-photo-image {
  background-image: url("../images/sub/healthcare/healthcare-photo-01.webp");
  background-position: center 30%;
}
#howard-intro .global-text-photo-image {
  background-image: url("../images/sub/howard-cty/howard-photo-01.webp");
  background-position: center 10%;
}
#sibley-intro .global-text-photo-image {
  background-image: url("../images/sub/sibley/sibley-photo-01.webp");
  background-position: center 10%;
}
#homecare-intro .global-text-photo-image {
  background-image: url("../images/sub/homecare/homecare-photo-01.webp");
  background-position: center 40%;
}
#homecare-intro2 .global-text-photo-image {
  background-image: url("../images/sub/homecare/homecare-photo-03.webp");
  background-position: center 40%;
}
#potomac-intro .global-text-photo-image {
  background-image: url("../images/sub/potomac/potomac-photo-01.webp");
  background-position: center 10%;
}
#comm-physicians-intro .global-text-photo-image {
  background-image: url("../images/sub/com-physicians/com-physicians-photo-01.webp");
  background-position: center 10%;
}
#intrastaff-intro .global-text-photo-image {
  background-image: url("../images/sub/intrastaff/intrastaff-photo-01.webp");
  background-position: center 10%;
}
#suburban-intro .global-text-photo-image {
  background-image: url("../images/sub/suburban/suburban-photo-01.webp");
  background-position: center 10%;
}
#ca-leadership .global-text-photo-image {
  background-image: url("../images/sub/career-areas/career-areas-photo-01.webp");
}
#ca-nursing .global-text-photo-image {
  background-image: url("../images/sub/career-areas/career-areas-photo-02.webp");
}
#ca-allied .global-text-photo-image {
  background-image: url("../images/sub/career-areas/career-areas-photo-03.webp");
}
#ca-admin .global-text-photo-image {
  background-image: url("../images/sub/career-areas/career-areas-photo-04.webp");
}
#ca-nonclinical .global-text-photo-image {
  background-image: url("../images/sub/career-areas/career-areas-photo-05.webp");
}
#ca-epic .global-text-photo-image {
  background-image: url("../images/sub/career-areas/career-areas-photo-06.webp");
}
/*--Events Page--*/
.events-page #search-body {
  background-color: #f4f4f5;
}
.events-page .talent-network-form ul {
  list-style-type: none;
  padding:0;
  margin:0;
}
.events-page .event-name {
  background-color: #0078d3;
padding: 2% 3%;
margin-bottom: 0;
color: #fff;
font-size: 30px;
line-height: 1.2em;
font-family: 'Noto Serif', serif;
font-weight: 400;
letter-spacing: -.4px;
}
.events-page .event-date {
  font-weight: bold;
margin-bottom: 10px;
font-size: 20px;
line-height: 1.2em;
padding: 2% 3%;
background-color: #cce5f9;
}
/*
.events-page .event-register {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  bottom: 0;
  transform: translateY(-1px);
  color: #ffffff !important;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 10px 30px;
  background-color: #0074b8;
  transition: all 300ms ease;
  text-transform: uppercase;
  text-decoration: none;
  margin: 20px auto 0;
  overflow: hidden;
}
.events-page .event-register a {
  color: #fff;
}
*/
.events-page .talent-header {
background-color: #0078d3;
padding: 2% 3%;
margin-bottom: 0;
color: #fff;
font-size: 30px;
line-height: 1.2em;
font-family: 'Noto Serif', serif;
font-weight: 400;
letter-spacing: -.4px;
}
.events-page .talent-network-form a{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  bottom: 0;
  transform: translateY(-1px);
  color: #ffffff !important;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 10px 30px;
  background-color: #0074b8;
  transition: all 300ms ease;
  text-transform: uppercase;
  text-decoration: none;
  margin: 20px auto 0;
  overflow: hidden;
}
.events-page .talent-network-form a {
  color: #fff;
}
.entities-cta-holder {
  padding: 1em 0px .5em;
  background: #532e60;
}
.entities-cta-holder .inner {
  width: 90%;
  max-width: 1450px;
  margin: 0px auto;
  text-align: center;
}
.entities-cta-holder .inner h2 {
  color:#ffffff;
  font-size: 20px;
line-height: 1.3em;
font-family: 'Noto Serif', serif;
font-weight: 400;
margin: 0 0 20px;
letter-spacing: -.4px;
}
.entities-cta-holder .inner2 {
  width: 90%;
  padding:1% 0;
  max-width: 1450px;
  margin: 0px auto;
  text-align: center;
    display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;  
}
.entities-cta-holder .inner2 h2 {
  color:#ffffff;
  font-size: 20px;
line-height: 1.3em;
font-family: 'Noto Serif', serif;
font-weight: 400;
margin: 0 0 10px;
letter-spacing: -.4px;
}
.entities-dual-cta{
 width: 49%;
 padding:0 2%;
  display: flex;
	display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
   align-items: center;
   border-right: 1px solid #ffffff;
}
.entities-dual-cta:last-of-type{
   border-right: none;
}
.google-maps {
    position: relative;
    padding-bottom: 75%; /*--This is the aspect ratio--*/ 
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .entities-recognition {
  text-align: center;
  padding: 2em 0px 2em;
  background-color: #f5f5f5;
  margin: 0 auto 2%;
  display: block;
}
 .entities-recognition .inner {
  width: 90%;
  max-width: 1450px;
  margin: 0px auto ;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.entities-recognition-holder {
     width: 50%;
    padding: 2% 3%;
    margin: 0 2% 0 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
	justify-content: center;
    align-items: center;
}
.entities-recognition#jhhnursingawards01 {
    background-color: #ffffff;
    margin: 1% auto 1%;
    display: block;
}
.entities-recognition#jhhnursingawards01 .entities-recognition-holder {
        -webkit-box-shadow: 3px 5px 6px 0px rgb(0 0 0 / 37%);
    box-shadow: 3px 5px 6px 0px rgb(0 0 0 / 37%);
}
.recognition-icon{
    width:30%;
    display: flex;
}
.recognition-text{
    padding-left: 5%;
	width: 65%;
    justify-content: center;
    align-items: stretch;
    display: flex;
    flex-direction: column;
}
.recognition-text h4 {
  color:#000000;
  font-size: 18px;
line-height: 1.2em;
font-family: 'Noto Serif', serif;
font-weight: 400;
margin: 0 0 10px;
letter-spacing: -.4px;
padding-bottom:.5em;
border-bottom: 1px solid #dcdcdc;
}
.recognition-text h5 {
  color:#000000;
  font-size: 16px;
line-height: 1.2em;
font-family: 'Noto Serif', serif;
font-weight: 400;
margin: 0 0 10px;
letter-spacing: -.4px;
}
.recognition-text h3 {
  color:#000000;
  font-size: 35px;
line-height: 1.1em;
font-family: 'Noto Serif', serif;
font-weight: 400;
margin: 0 0 10px;
letter-spacing: -.4px;
padding-bottom:.5em;
border-bottom: 1px solid #dcdcdc;
}
#intrastaff-recog .recognition-text h3 {
  margin: 0;
  border-bottom: none;
  padding-bottom:0;
}
.entities-recognition-holder2 {
    width: 50%;
    padding: 2% 5%;
    margin: 0 2% 0 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
	justify-content: center;
    align-items: stretch;
}
.recognition-icon2{
    width:70%;
    display: flex;
	margin:0 auto 10px;
	padding-bottom: 20px;
	
}
.recognition-text2{
    width: 100%;
	border-top: 1px solid #dcdcdc;
    justify-content: center;
    align-items: stretch;
    display: flex;
    flex-direction: column;
}
.recognition-text2 h3 {
  color:#000000;
  font-size: 20px;
line-height: 1.4em;
font-family: 'Noto Serif', serif;
font-weight: 400;
margin: 10px 0 0;
letter-spacing: -.4px;
}
.entities-recognition .inner div:last-child {
    margin: 0;
}
.onlylogo .recognition-icon2 {
    padding-bottom: 0;
	margin: 0 auto !important;
	width: 40%;
}
.entities-recognition-holder2.onlylogo {
    padding: 0 5%;
}
.subpg-announcement {
  padding: 1em 0px 1em;
  background-color: #f3f1e6;
  position: relative;
  display: block;
}
.subpg-announcement .inner {
  width: 90%;
  max-width: 1100px;
  margin: 0px auto;
  text-align: center;
    display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.subpg-announcement h2 {
  font-family: 'Noto Serif', serif;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
  color: #1c1c1c;
  margin: 0;
    width: auto;
    display: flex;
	display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
   align-items: center;
}
.subpg-announcement .icon {
  width:8%;
  margin-right: 2%;
  display: inline-block;
}
#mddc-photos{
 margin: 0 0 4%;
}
.life-photo-bar {
  margin: 1% 0 3%;
  text-align: center;
  display: block;
  width: 100%;
}
.life-photo-bar h2 {
  width: 80%;
  max-width: 1450px;
  color: #333333;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2em;
  margin: 0 auto 2%;
  letter-spacing: -.02em;
}
.life-photo-bar .inner {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.life-photo-bar .inner div {
  display: flex;
  display: -webkit-flex;
  flex: 1;
}
.mddc-map {
  margin: 1% 0 3%;
  text-align: center;
  display: block;
  width: 100%;
}
.mddc-map .inner {
  width: 90%;
  max-width: 1450px;
  margin:0 auto;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 99%;
  width: 99%;
  position: absolute;
}

section.announce-main {
  padding: 0;
  background-color: #f5f5f5;
  box-sizing: border-box;
  display: block;
  width: 90%;
  max-width:1450px;
  margin: 1.5% auto 1.5%;
  -webkit-box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.37);
box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.37);
}
section.announce-main .inner {
  width: 100%;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.announce-main-txt {
  padding: 1.5% 2% 2%;
  margin: 0px;
  box-sizing: border-box;
  width: 90%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.announce-main-txt  h2 {
  display: block;
  font-family: 'Noto Serif', serif;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 400;
  color: #000000;
  margin: 0px 0 10px;
  letter-spacing: -.01em;
  padding: 0;
  background-image: none;
  text-align: left;
}
.announce-main-txt  p {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  color: #000000;
  font-weight: 400;
  margin: 0px 0 15px;
  padding: 0;
  background-image: none;
  text-align: left;
}
.announce-main-txt  p:last-of-type {
  margin: 0px 0;
}
.announce-main-image {
  padding: 1%;
  margin: 0px;
  box-sizing: border-box;
  width: 10%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/main/icon-shot.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 70%;
}

section.announce-sub {
  padding: 0;
  background-color: #f5f5f5;
  box-sizing: border-box;
  display: block;
  width: 90%;
  max-width:1450px;
  margin: 1.5% auto .45%;
  -webkit-box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.37);
box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.37);
}
section.announce-sub .inner {
  width: 100%;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.announce-sub-txt {
  padding: 1.5% 2% 2%;
  margin: 0px;
  box-sizing: border-box;
  width: 90%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.announce-sub-txt  h2 {
  display: block;
  font-family: 'Noto Serif', serif;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 400;
  color: #000000;
  margin: 0px 0 10px;
  letter-spacing: -.01em;
  padding: 0;
  background-image: none;
  text-align: left;
}
.announce-sub-txt  p {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  color: #000000;
  font-weight: 400;
  margin: 0px 0 15px;
  padding: 0;
  background-image: none;
  text-align: left;
}
.announce-sub-txt  p:last-of-type {
  margin: 0px 0;
}
.announce-sub-image {
  padding: 1%;
  margin: 0px;
  box-sizing: border-box;
  width: 10%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/sub/com-physicians/icon-nurse.svg");
  background-repeat: no-repeat;
  background-position: 80% center;
    background-size: 60%;
}
.sub-cards-white {
  padding: 2em 0px 2em;
  position: relative;
  display: block;
 background-color: #532e60 !important;
}
.sub-cards-white .inner {
  width: 90%;
  max-width: 1400px;
  margin: 20px auto 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub-cards-white h2 {
  font-family: 'Noto Serif', serif;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 1rem;
  position: relative;
  padding-bottom: 2rem;
  width:90%;
}
.sub-cards-white h2 {
  content: "";
}
.sub-cards-white h2::after {
  background-color: #ffffff;
  width: 56px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 28px);
  content: "";
}
.sub-cards-white p {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto 10px;
 width: 100%;
  max-width: 1400px;
}
.sub-cards-white .inner ul {
/*  list-style: none;*/
  width: 100%;
  margin: 15px auto 0;
  padding: 0px;
 display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#appfaculty.sub-cards-white .inner ul li {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: center;
  flex-direction: column;
  width: 49%;
  padding: 0 0%;
  margin: 0 1% 1% 0;
  border-bottom: 15px solid #f3f1e6;
  background-color: #fff;
  -webkit-box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.37);
  align-items: flex-start;
  text-align: left;
}
#appfaculty.sub-cards-white .inner{
   margin: 0px auto 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#appfaculty ul {
    justify-content: flex-start;
}
#appfaculty h3  {
  font-size: 22px;
  color: #000000;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 auto 10px;
}
#appfaculty p{
        margin: 0px auto !important;
		 color: #000000;
		 color: #333;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
}
.sub-card-photo {
  width: 100%;
  display: block;
  margin: 0px;
  padding:30px 0 0;
  text-align: center;
}
/*
.sub-card-photo img {
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
}
*/
.sub-card-text  {
  padding: 3% 6% 6%!important;
    text-align: center;
}
.juicer-feed .j-paginate {
  background-color: #ffffff !important;
}
.juicer-feed .j-loading-wrapper, .juicer-feed .j-paginate {
  margin: 10px auto !important;
}
/*--mainpage-event banner--*/
section.event-banner-strip {
  padding: 1% 0;
  background-color: #009ddc;
  box-sizing: border-box;
  display: block;
  border-top: 2px solid #fff;
}
section.event-banner-strip .inner {
      width: 90%;
    max-width: 900px;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.eventstrip-icon{
  width:10%;
  padding-right:1%;
  display: flex;
  display: -webkit-flex;
}
.eventstrip-text{
  width:89%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
      text-align: center;
}
.eventstrip-text .learnbtn a {
    margin: 10px auto 0;
	}
.eventstrip-text h2 {
    font-family: 'Noto Serif', serif;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto 5px;
    width: auto;
    display: flex;
    display: -webkit-flex;
	    text-align: center;
}
.eventstrip-text p {
   color: #000000;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 auto;
  width:90%;
}

.employee-jobsrch-section {
  padding: 1em 0px;
  background-color: #0078d3;
  border-bottom: 2px solid #ffffff;
  display: block;
}
.employee-jobsrch-section .inner {
  width: 90%;
  max-width: 1450px;
  margin: 0 auto;
 display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.employee-jobsrch-header {
    width: auto;
    margin-right: 2%;
    display: flex;
    display: -webkit-flex;
  
}
.employee-jobsrch-header h2 {
       font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
  margin:0;
  text-align: center;
}
.employjbsrch-btn {
     margin: 0 0;
    width: auto;
    position: relative;
    display: flex;
    display: -webkit-flex;
}
.employjbsrch-btn  a {
      /* display: flex; */
    color: #ffffff;
    text-decoration: none;
    padding: 10px 30px;
    margin: 0 0 0;
    font-weight: 400;
    letter-spacing: -.01em;
    position: relative;
    z-index: 1;
    background-color: #532e60;
    font-size: 16px;
    line-height: 1.2em;
    border: 1px solid #ffffff;
   width: auto;
}
.employjbsrch-btn  a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #361a40;
  transform-origin: left;
  transform: scaleX(0);
  transition: .2s all ease-in-out;
 
}
.employjbsrch-btn  a:hover::before, .employjbsrch-btn  a:focus::before, .employjbsrch-btn  a:active::before {
  transform: scaleX(1);
}
.employjbsrch-btn  a:hover {
  text-decoration: none;
}
.shareThis-holder-main-pg {
  width: 100%;
  background-color: #f4f4f5;
  padding: 0.5em 0px 0.2em;
  border-bottom: 1px solid #696a6c;
  text-align: center;
}
/*SHARE THIS*/
.share-this-icons {
  display: inline-block;
}
.share-this-icons > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  color: rgba(60,60,67,1);
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .05em;
  margin-top: 5px;
}
.share-this-icons ul {
  padding: 0;
  margin: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}
.share-this-icons ul li {
  display: inline-block;
  margin: 0 1px;
  height: 20px;
  width: 20px;
  position: relative;
  border-radius: 100%;
}


.share-this-icons ul li a {
  display: inline-block;
  height: 18px;
  width: 18px;
  padding: 0;
  text-indent: -9999px;
  background-color: #0074b8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.share-this-icons ul li a.share-facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath d='M35.8,16.26h-7.64v-5.01c0-1.88,1.25-2.32,2.13-2.32h5.39V.65l-7.43-.03c-8.25,0-10.12,6.17-10.12,10.12v5.52h-4.77v8.53h4.77v24.14h10.03V24.79h6.77l.88-8.53Z' fill='%23fff'/%3E%3C/svg%3E");
}

.share-this-icons ul li a:hover {
  background-color: #204d74;
}

.share-this-icons ul li a.share-twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' fill='white'/%3E%3C/svg%3E%0A");
}

.share-this-icons ul li a.share-linkedin {
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve' fill='%23fff'%3E%3Cg%3E%3Cpath d='M4.9,18h8.3v26.4H4.9V18z'/%3E%3Cpath d='M8.9,5.6c-3,0-5,2-5,4.6c0,2.6,1.9,4.6,4.9,4.6h0.1c3.1,0,5-2,5-4.6C13.8,7.5,11.9,5.6,8.9,5.6L8.9,5.6z'/%3E%3Cpath d='M35.7,17.8c-4.7,0-7.7,2.6-8.2,4.4V18h-9.3c0.1,2.2,0,26.4,0,26.4h9.3V30.2c0-0.8,0-1.6,0.2-2.2c0.6-1.6,2-3.2,4.5-3.2 c3.2,0,4.7,2.4,4.7,6v13.7h9.4V29.8C46.2,21.6,41.6,17.8,35.7,17.8L35.7,17.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.share-this-icons ul li a.share-email {
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23fff'%3E%3Cpath d='M24 24.2l21.2-13.8C44.5 9 43 8 41.3 8H6.7c-1.8 0-3.3 1-4 2.4L24 24.2z'/%3E%3Cpath d='M24.9 27.2c-.3.2-.6.3-.9.3s-.6-.1-.9-.3L2.4 13.8V36c0 2.2 1.9 4 4.3 4h34.5c2.4 0 4.3-1.8 4.3-4V13.8L24.9 27.2z'/%3E%3C/svg%3E%0A");
}
/*for Video Upload Pages*/
.qq-upload-button-selector.btn.btn-color.btn-lg {
  color: #fff;
}
  .qq-drop-processing-selector.qq-drop-processing.qq-hide {
    color: #fff;
  }
  
  .blog-listing {
    margin:30px 0 0;
    padding:0;
    list-style: none;
  }
  
  .blog-listing li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  
  .blog-listing li:last-child {
    border-bottom: none;
  }
  
  .blog-listing li .published-date {
    text-transform: uppercase;
    font-size: 13px;
  }
  
  .blog-listing li .published-date time {
    font-weight: 700;
  }
  
  .blog-listing li a h3 {
    color: #002E54;
    margin-top:0;
    font-size: 32px;
  }
  p.read-more {
    margin-top: 30px;
  }
  .blog-listing .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*
    display: inline-block;
    box-sizing: border-box;
    margin: 10px auto 0px;
    border: 1px solid #ffffff;*/
    position: relative;
    z-index: 1;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
    padding: 11px 30px 10px 30px;
    color: #ffffff !important;
    background-color: #0078d3;
    overflow: hidden;
    text-decoration: none !important;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   
  }
  
  .blog-listing .button:hover {
    cursor: pointer;
      color: #0055a9;
      outline: none;
      -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.2);
      box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.2);
  }
  
  .blog-post h1{
    font-family: 'Noto Serif', serif;
    color: #143f61;
  }
  .blog-post h2{
    font-family: 'Noto Serif', serif;
    font-size: 2.2em;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #143f61;
  }
  .blog-post h3{
    font-size: 2em;
    font-weight: 400;  font-family: 'Noto Sans', serif;
    color: #143f61;
  }
  .blog-post h4{
    font-size: 1.8em;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    color: #143f61;
  }
  .blog-post h5{
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: .01em;
    font-family: 'Noto Sans', serif;
    text-transform: uppercase;
    color: #143f61;
  }
  .blog-post h6{
    font-family: 'Noto Sans', serif;
    font-weight: 400;
    font-size: 1.2em;
    color: #143f61;
  }
  
  .blog-cta a {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      /*
      display: inline-block;
      box-sizing: border-box;
      margin: 10px auto 0px;
      border: 1px solid #ffffff;*/
      position: relative;
      z-index: 1;
      font-family: 'Noto Sans', sans-serif;
      font-size: 14px;
      line-height: 14px;
      font-weight: 400;
      text-align: center;
      padding: 11px 30px 10px 30px;
      color: #ffffff !important;
      background-color: #0078d3;
      overflow: hidden;
      text-decoration: none !important;
      touch-action: manipulation;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  
   
  }
  
  .blog-cta a:hover, 
  .blog-cta a:focus, 
  .blog-cta a:active {
    color: #ffffff !important;
    background-color: #0068c1 !important;
  }
  
  .how-to-imagep-wrap img {
    max-width: 100%;
    height: auto;
  }