/**************************** GLOBAL ****************************/
body {
  margin: 0px;
  color: #000;
 font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 300;
  padding-bottom: 0px;
}
img {
  border: 0;
}
.scalable {
  max-width: 100% !important;
  height: auto !important;
}
*: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;
	width: 100%;
}
.cell {
  display: table-cell;
  vertical-align: middle;
	width: 50%;
}
.column {
  display: table-cell;
  vertical-align: middle;
}
h1 {
  font-size: 46px;
  line-height: 46px;
  font-weight: 300;
  margin: 0px;
  letter-spacing: -.03em;
  color: #ffffff;
}
h2 {
	font-size: 34px;
	line-height: 1.1em;
	font-weight: 600;
	color: #696a6c;
	margin: 0px auto .75em;
}
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;
}


/**************************** HEADER ****************************/

header {
  position: fixed;
  background-color: #FFFFFF;
  top: 0px;
  width: 100%;
  z-index: 50000000;
  padding: 17px 0px 21px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
  border-bottom: 4px solid #006341;
}
header ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
header li {
  display: inline-block;
  vertical: middle;
}
.header-inside {
  width: 90%;
  margin: 0px auto;
}
.header-inside .header-logo {
  width: 220px;
  padding: 0px;
}
.header-inside .header-logo a.logo {
  display: block;
  width: 100%;
  padding-bottom: 28.8%;
  margin: 0px;
  background-image: url(../images/logo-uvhn.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.nav-top {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 5%;
  top: 24px;
}
.nav-top li {}
.nav-top a {
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #696a6c;
  padding: 5px 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: #78BE21;
}
.nav-top a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #ffffff;
  transform-origin: left;
  transform: scaleX(0);
  transition: .2s all ease-in-out;
}
.nav-top a:focus::before, .nav-top a:hover::before, .nav-top a:active::before {
  background-color: #78BE21;
  transform: scaleX(1);
}


/*-- ---- ---- ---- BANNER ---- ---- ---- --*/

.banner-image {
	margin: 104px auto 0px;
  background-color: #dadada;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 42vw;
  max-height: calc(100vh - 120px);
  overflow: hidden;
  background-image: url("../images/banner-image.jpg");
  background-size:  cover;
  background-position: top center;
  background-repeat: no-repeat
}
.banner-image .inner {
  width: 85%;
  max-width: 1450px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 43.5%;
  transform: translate(-50%, -50%);
}
.banner-image .inner .copy {
  width: 40%;
  max-width: 590px;
  padding: 5%;
  background-color: rgba(0, 99, 65, 0.949);
  color: #ffffff;
  right: 0px;
  float: right;
}
.banner-image .inner .copy h2 {
  font-size: 25px;
  line-height: 1.1em;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0;
  margin: .25em auto 0px;
  text-transform: none;
}
.banner-image .inner .copy span {
	display: block;
	margin: .5em 0px;
}
.banner-image .inner .copy span + a {
  margin: .5em 0px 0px;
}
.banner-image .inner .copy a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  padding: 10px 30px;
  margin: 1.5em 0px 0px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  position: relative;
  z-index: 1;
}
.banner-image .inner .copy a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #78BE21;
  transform-origin: left;
  transform: scaleX(0);
  transition: .2s all ease-in-out;
}
.banner-image .inner .copy a:hover::before, .banner-image .inner .copy a:focus::before, .banner-image .inner .copy a:active::before {
  transform: scaleX(1);
}
/*-- ---- ---- ---- FOOTER ---- ---- ---- --*/
footer {
  width: 100%;
  padding: 45px 0px;
  background-color: #006341;
  color: #ffffff;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
}
footer .inner {
  width: 85%;
  max-width: 1450px;
  margin: 0px auto;
}
footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer ul li {
  display: inline-block;
}
footer a {
  color: #ffffff !important;
  text-decoration: none;
  transition: .2s all ease-in-out;
  position: relative;
  z-index: 1;
  padding: 1px 10px 2px 8px;
  border-right: 1px solid rgba(255, 255, 255, .25);
  text-align: center;
  display: inline-block;
}
footer a:hover, footer a:focus, footer a:active {
  color: #ffffff;
  text-decoration: none;
}
footer ul li:last-child a {
  border-right: 0px solid #a6dd5f;
}
footer a::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  right: 5px;
  height: 1px;
  background-color: #a6dd5f;
  transform: scaleX(0);
  transition: .2s all ease-in-out;
}
footer a:hover::after, footer a:focus::after, footer a:active::after {
  transform: scaleX(1);
}
.footer-top {
  padding: 10px 0px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}
.footer-top .address {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  border-left: none;
}
.footer-top .address a {
  border: none;
  padding: 0;
}
.footer-top .address strong {
  display: block;
  margin-bottom: 5px;
}
.footer-top .eoe {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding-left: 2%;
  text-align: right;
}
.footer-bottom {
  padding: 20px 0px;
  position: relative;
  z-index: 1;
}
.footer-nav {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.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/logo-white-uvhn.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
.footer-logo a.logo::after {
  content: none;
}
/*-- ---- ---- ---- BOTTOM LINKS ---- ---- ---- --*/
.contact-us {
  background-color: #f4f4f5;
  color: #696a6c;
  padding: 10% 0px 45px;
  background-image: url("../images/white-waves"), url("../images/grey-back.jpg");
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position: top center, bottom center;
}
.contact-us .inner {
  width: 85%;
  max-width: 1450px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
.contact-us ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
}
.contact-us .inner .link-list {
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  padding: 20px 0px;
  margin: 15px auto 0px;
  border-top: 1px solid #d9d9db;
}
.contact-us .inner .link-list .column {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}
.contact-us .inner .link-list a {
  display: inline-block;
  color: #006341;
  text-decoration: none;
  padding: 5px 10px 5px 0px;
  margin: 6px 0px;
  position: relative;
  z-index: 1;
  transition: .2s all ease-in-out;
}
.contact-us .inner .link-list a:hover, .contact-us .inner .link-list a:focus, .contact-us .inner .link-list a:active {
  color: #78BE21;
}
.contact-us .inner .link-list a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #78BE21;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: .25s all ease-in-out;
}
.contact-us .inner .link-list a:hover::before, .contact-us .inner .link-list a:focus::before, .contact-us .inner .link-list a:active::before {
  opacity: 1;
  transform: scaleX(1);
}
.contact-us .inner .link-list h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 2.4em;
  letter-spacing: .08em;
  padding: 10px 0px 5px;
  margin: 0px;
}
.contact-us .phone a {
  display: inline-block;
  color: #696a6c;
  text-decoration: none;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  padding: 10px 10px 10px 32px;
  position: relative;
  z-index: 1;
}
.contact-us .phone a::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 21px;
  height: 21px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/phone.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-us .social-media {
  position: absolute;
  right: 0;
  top: 0;
}
.contact-us .social-media li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.contact-us .social-media li a {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #696a6c;
  background-size: 55%;
  background-position: center 45%;
  background-repeat: no-repeat;
}
.contact-us .social-media li a.facebook {
  background-image: url("../images/icons/facebook.png");
  background-position: 45% 45%;
}
.contact-us .social-media li a.twitter {
  background-image: url("../images/icons/twitter.png");
}
.contact-us .social-media li a.linkedin {
  background-image: url("../images/icons/linkedin.png")
}


/*-- ---- ---- ---- INTRO ---- ---- ---- --*/

.intro-copy {
  padding: 5em 0px 6em;
  text-align: center;
  background-image: linear-gradient(180deg, rgba(255,255,255,1) 7%, rgba(234, 234, 234, 1) 65%);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
}
.intro-copy .inner {
  width: 85%;
  max-width: 1250px;
  margin: 0px auto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
	color: #696a6c;
  text-align: center;
}
.intro-copy .utility-btn {
	margin: 0em auto 0px;
}
.intro-copy h3 {
	margin: 0px auto 10px;
	padding: 0px;
	font-size: 35px;
	line-height: 1.2em;
	color: #333333;
	letter-spacing: -.02em;
}
.intro-copy .callout {
	display: block;
	position: relative; 
	padding: 4% 25% 4% 5%;
	width: 70%;
	margin: 30px auto 0;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .1);
	font-weight: 400;
	border-radius: 5px;
	background-color: #ffffff;
	text-align: center;
	z-index: 1;
}
.intro-copy .callout::before {
	    content: "";
    background-image: url(../images/nurse-icon.png);
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: right 0%;
}
.intro-copy .callout p {
	font-size: 26px;
	line-height: 1.3em;
}
.intro-copy .callout p strong {
	font-weight: 700;
	color:#286077;
}
.intro-copy .callout br {
	display: block;
}

/*-- ---- ---- ---- QUOTE ---- ---- ---- --*/
.fast-facts {
  background-color: #006341;
  color: #ffffff;
  padding: 5em 0px;
  background-location: left center;
  background-repeat: no-repeat;
  background-size: cover;
	border-bottom: 12px solid #ffffff;
}
.fast-facts .inner {
  width: 85%;
  max-width: 1450px;
  margin: 0px auto;
  text-align: center;
}
.fast-facts .inner .ff-photo {
  display: inline-block;
  vertical-align: middle;
  width: 340px;
  padding-bottom: 340px;
  border-radius: 500px;
  background-color: #78BE21;
  margin: 0px 60px 0px 0px;
  overflow: hidden;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, .0) 50%);
  position: relative;
  z-index: 1;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, .12);
}
.fast-facts .inner .ff-photo::before, .quote .inner .ff-photo::after {
  content: "";
  position: absolute;
}
.fast-facts .inner .ff-photo::before {
  z-index: 2;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 500px;
  background-color: #444444;
  background-size: cover;
  background-position: center, center 45%;
  background-repeat: no-repeat;
  background-image: url("../images/externship-photo.jpg");
}
.fast-facts .inner .ff-photo::after {
  z-index: 1;
  top: -12px;
  left: -12px;
  right: 12px;
  bottom: 12px;
  border-radius: 500px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .6) 20%, rgba(255, 255, 255, .2) 60%);
}
.fast-facts .inner .copy {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 390px);
  max-width: 850px;
	font-weight: 400;
  text-align: left;
}
.fast-facts .inner .copy h2 {
	color: #ffffff;
}
.fast-facts .inner .copy ul {
  text-align: left;
  padding-left: 20px;
}
.fast-facts .inner .copy li {
	margin-top: 20px;
}



/*-- ---- ---- ---- Student Nurse Externship ---- ---- ---- --*/
.student-nurse {
   background-color: rgb(120,157,74);
  color: #ffffff;
      padding: 3em 0px 4em;
	border-bottom: 12px solid #ffffff;
	background-position: center bottom;
background-image: url(../images/btm-arc.png);
background-repeat: no-repeat;
background-size: contain;
}
.student-nurse .inner {
  width: 85%;
  max-width: 1450px;
  margin: 0px auto;
  text-align: center;
}
.student-nurse .inner .sn-photo {
  display: inline-block;
  vertical-align: middle;
  width: 340px;
  padding-bottom: 340px;
  border-radius: 500px;
  background-color: #ffffff;
  margin: 0px 60px 0px 0px;
  overflow: hidden;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, .0) 50%);
  position: relative;
  z-index: 1;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, .12);
}
.student-nurse .inner .sn-photo::before {
  content: "";
  position: absolute;
}
.student-nurse .inner .sn-photo::before {
  z-index: 2;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 500px;
  background-color: rgb(120,157,74);
  background-size: 100%;
  background-position: center, center;
  background-repeat: no-repeat;
  background-image: url("../images/externship-photo.jpg");
}
.student-nurse .inner .sn-photo::after {
  z-index: 1;
  top: -12px;
  left: -12px;
  right: 12px;
  bottom: 12px;
  border-radius: 500px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .6) 20%, rgba(255, 255, 255, .2) 60%);
}
.student-nurse .inner .copy {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 390px);
  max-width: 850px;
	font-weight: 400;
  text-align: left;
}
.student-nurse .inner .copy h2 {
	color: #ffffff;
}
.student-nurse .inner .copy ul {
  text-align: left;
  padding-left: 20px;
}
.student-nurse .inner .copy li {
	margin-top: 20px;
}
.student-nurse a {
    color: #ffffff;
    text-decoration: underline;
    transition: .2s all ease-in-out;
}
.student-nurse a:hover, .student-nurse a:focus, .student-nurse a:active {
	color: #006341;
	text-decoration: underline;
}




/*-- ---- ---- ---- Our Opportunities ---- ---- ---- --*/

.opportunities-section {
	padding: 0em 0px 0em;
	text-align: center;
	position: relative;
	z-index: 1;
	font-weight: 400;
	color: #454545;
}
.opportunities-section::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 50%;
	bottom: 0;
	background-image: linear-gradient(205deg, rgba(255,255,255,.85), rgba(255,255,255,1) 80%)
}
.opportunities-section::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0px;
	right: 0px;
	height: 8px;
	background-color: #286077;
	opacity: .35;
}
.opportunities-section .inner {
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	text-align: right;
}
.opportunities-section .copy {
	display: inline-block;
	text-align: center;
  	padding: 10% 4% 9%;
	box-sizing: border-box;
	width: 50%;
	max-width: 750px;
	margin: 0px 50% 0px 0px;
 	background-color: rgba(255,255,255,0);
	    font-size: 18px;
    line-height: 26px;
}
.opportunities-section .photo {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f4f4f5;
	background-image: url(../images/nurse-w-patient.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.opportunities-section .inner h2 {
	margin: 0px auto .5em;
	color: #286077;
	letter-spacing: -.03em;
}
.opportunities-section .inner h3 {
	display: inline;
	color: #333333;
	font-weight: 400;
  	margin: .1em auto 1em;
	font-size: 14px;
	line-height: 19px;
}
.opportunities-section .inner h4 {
	font-size: 16px;
	line-height: 19px;
  	margin: 0em auto;
}
.opportunities-section .specialties {
  display: block;
  width: 100%;
  margin: 1em auto 2em;
  padding: 0px;
  text-align: center;
	font-size: 18px;
	line-height: 21px;
	column-count: 3;
	list-style: none;
}
.opportunities-section .specialties li:before {
	content: '\2022';
	margin-right: 0.25em;
	opacity: .8;
	color: #286077;
}
.opportunities-section .specialties li {
	margin: 0px 0px 10px;
	font-weight: 700;
}
.opportunities-section .environments {
	list-style: none;
	margin: 15px auto 0px;
	padding: 0px;
	justify-content: space-between;
}
.opportunities-section .environments li {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 1% 5% 1% 5%;
	background-color: rgba(255,255,255,.0);
	position: relative;
	z-index: 1;
	margin: 0px 0px;
	border-radius: 7px;
}
.opportunities-section .environments h4 {
	font-size: 22px;
	line-height: 24px;
	color: #006341;
}
.opportunities-section .environments p {
	font-size: 14px;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
}

/*--Closing Info--*/
.closing-copy {
  padding: 4em 0px 4em;
  text-align: center;
  background-image: linear-gradient(180deg, rgba(226, 226, 226, 1) 7%, rgba(227, 227, 227, 1) 65%);
  
}
.closing-copy .inner {
  width: 85%;
  max-width: 1250px;
  margin: 0px auto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
	color: #696a6c;
  text-align: center;
}
.intro-copy .utility-btn {
	margin: 0em auto 0px;
}
.closing-copy h3 {
	margin: 0px auto 30px;
	padding: 0px;
	font-size: 35px;
	line-height: 1.2em;
	color: #333333;
	letter-spacing: -.02em;
}
.closing-copy .callout {
	display: block;
	position: relative; 
	padding: 4% 30% 4% 5%;
    width: 65%;
	margin: 30px auto 0;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .1);
	font-weight: 400;
	border-radius: 5px;
	background-color: #ffffff;
	text-align: center;
	z-index: 1;
}
.closing-copy .callout::before {
	    content: "";
    background-image: url(../images/hands-icon.png);
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: right 0%;
}
.closing-copy .callout p {
	font-size: 20px;
	line-height: 1.3em;
}
.closing-copy .callout p strong {
	font-weight: 700;
	color:#286077;
}
#viewjobsbtnbtm{
	width:100%;
	display:block;
}
#viewjobsbtnbtm a {
	    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    padding: 10px 30px;
    margin: 0px;
    font-weight: 400;
     text-transform: uppercase; 
    letter-spacing: -.01em;
    position: relative;
    z-index: 1;
    background-color: #006341;
    font-size: 16px;
    line-height: 26px;
}
#viewjobsbtnbtm a::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #78BE21;
	transform-origin: left;
	transform: scaleX(0);
	transition: .2s all ease-in-out;
}
#viewjobsbtnbtm a:hover::before, #viewjobsbtnbtm a:focus::before, #viewjobsbtnbtm a:active::before {
	transform: scaleX(1);
}

.callout-section {
	padding: 3em 0px 3em;

	text-align: center;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,.1);
}
.callout-section .inner {
	width: 87%;
	max-width: 1450px;
	margin: 0px auto;
}
.callout-section .inner > p {
	display: block;
	width: 85%;
	max-width: 1000px;
	margin: 0px auto;
	   font-size: 18px;
    line-height: 26px;
}
.callout-section .inner a {
    display: inline-block;
    color: #006341;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: .2s all ease-in-out;
	font-weight: 500;
}
.callout-section .inner a:hover, .callout-section .inner a:focus, .callout-section .inner a:active {
	color: #78BE21;
}
.callout-section .inner a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 2px;
	background-color: #78BE21;
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: .25s all ease-in-out;
}
.callout-section .inner a:hover::before, .callout-section .inner a:focus::before, .callout-section .inner a:active::before {
	opacity: 1;
	transform: scaleX(1);
}



/*-- ---- 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: 42px;
  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: #006341;
  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: #de641f;
}
.hamburger-title {
  display: none;
}
.mobile-search-holder {
  display: none;
}


/*--FORM--*/

.form-section {
 	 padding: 5em 0px 5em;
	text-align: center;
	background-color: #f4f4f5;
	border-top: 8px solid #286077;
}
.form-holder {
  display: inline-block;
  text-align: left;
  width: 70%;
  max-width: 1000px;
  padding: 6%;
  background-color: #ffffff;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, .15);
  border-radius: 5px;
  border-bottom: 9px solid #006341;
}
.form-holder h2 {
	color: #286077;
	text-align: center;
}
.form-holder .first, .form-holder .last, .form-holder .city, .form-holder .state {
	display: inline-block;
	vertical-align: top;
}
.form-holder .first {
	width: 35%;
	margin: 0px 3% 0px 0px;
}
.form-holder .last {
	width: 62%;
	margin: 0px;
}
.form-holder .city {
	width: 72%;
	margin: 0px 3% 0px 0px;
}
.form-holder .state {
	width: 25%;
	margin: 0px;
}
form label {
  display: block;
  margin: 15px auto 0px;
  padding: 0px;
  font-size: 14px;
	line-height: 16px;
  font-weight: 700;
  color: rgba(0, 100, 60, 1);
  text-transform: capitalize;
}
form input {
  display: block;
  padding: 7px 16px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,.15);
  margin: 4px auto 0px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}
form label select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Inter', sans-serif;
  display: block;
  padding: 8px 16px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,.15);
  margin: 1px 0px 0px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  background-color: #fff;
  background-image: url("../images/global/select-arrow.png");
  background-position: 98% 47%;
  background-repeat: no-repeat;
  background-size: 7px 14px;
  color: #454545;
}
#optimator-form ul {
  font-size: 1em;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,.15);
  padding: 8px 16px 13px;
  box-sizing: border-box;
  width: 100%;
  margin: 4px auto 0px;
  display: inline-block;
  vertical-align: middle;
  overflow-y: auto;
  max-height: 239px;
}
#optimator-form ul li {
  margin: 2px 0px 0px;
  list-style: none;
}
#optimator-form ul input[type="checkbox"] {
  transform: scale(.9, .9);
  vertical-align: middle;
  margin: 0px 2px 0px 0px;
  display: inline-block;
  width: auto;
  height: auto;
}
#optimator-form ul label {
  width: auto;
  display: block;
  vertical-align: middle;
  padding: 2px 0px 2px;
  	margin: 4px 0 0;
	font-size: 14px;
	line-height: 14px;
	color: #454545;
	font-weight: 400;
}
#optimator-form input#id_resume {
    display: block;
    padding: 4px 4px;
    border: 0px solid rgba(0,0,0,.15);
    margin: 4px auto 0px;
    font-size: 16px;
    line-height: 16px;
}
.utility-btn {
  display: inline-block;
  color: rgba(0, 100, 60, 1);
  text-decoration: none;
  border: 2px solid rgba(0, 100, 60, 1);
  padding: 10px 30px;
  margin: 1.5em 0px 0px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  position: relative;
  z-index: 1;
  transition: .2s all ease-in-out;
}
.utility-btn:hover, .utility-btn:focus, .utility-btn:active {
	color: #ffffff;
}
.utility-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 100, 60, 1);
  transform-origin: left;
  transform: scaleX(0);
  transition: .2s all ease-in-out;
}
.utility-btn:hover::before, .utility-btn:focus::before, .utility-btn:active::before {
  transform: scaleX(1);
}
.disclaimer-txt {
  width: 100%;
  margin-top: 15px;
  display: block;
  clear: both;
  font-size: 0.8em !important;
  line-height: 1.3em !important;
  font-style: italic;
}
.current-job-txt {
  width: 90%;
  max-width: 900px;
  margin: 40px auto 0px;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  color: #000;
}
.current-job-txt a {
  color: #0072BC !important;
  text-decoration: none;
  transition: .2s all ease-in-out;
  position: relative;
  z-index: 1;
  text-align: center;
  display: inline-block;
  font-weight: 600;
}
.current-job-txt a:hover, .current-job-txt a:focus, .current-job-txt a:active {
  color: #0072BC;
  text-decoration: none;
}
.current-job-txt a::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  right: 5px;
  height: 1px;
  background-color: #0072BC;
  transform: scaleX(0);
  transition: .2s all ease-in-out;
}
.current-job-txt a:hover::after, .current-job-txt a:focus::after, .current-job-txt a:active::after {
  transform: scaleX(1);
}
/*--nursing quote slider--*/
.nursing-quotes {
  width: 100%;
  padding: 2% 0;
  margin: 0;
  background-color: #f4f4f5;
  position: relative;
  display: block;
}
.nursing-quotes .inner {
  width: 90%;
  max-width: 1450px;
  margin: 0px auto;
  background-color: #ffffff;
  padding: 30px 0 0;
  
}
.testimonials {
  position: relative;
  padding-top: 30px !important;
  text-align: center;
}

.testimonial .wrap {
  z-index: 3;
  position: relative;
}

.testimonials h2 {
  z-index: 3;
  position: relative;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}

.testimonials p {
  font-size: 18px;
  font-weight: 700;
  color: #1a78b9;
}
.testimonial-slide {
   text-align: center;
}
.testimonial-slider {
  background-color: #fff;
  padding: 0px 20px 20px;
  margin-top: 0px;
  border-bottom: 10px solid #689d2;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.testimonials .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.testimonials .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.testimonials .slick-dots li button {
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 100%;
  border: 2px solid #4F2A79;
  background-color: transparent;
}

.testimonials .slick-dots li.slick-active button {
  background-color: #4F2A79;
}

.testimonials blockquote {
  font-size: 21px;
}
.slick-dots {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.slick-dots > li {
display: inline-block;
margin: 0 5px;
}
.slick-dots > li button {
text-indent: -9999px;
padding: 0;
height: 15px;
width: 15px;
border-radius: 100%;
border: 2px solid #78BE21;
background: none;
}
.slick-dots > li.slick-active button {
background-color: #78BE21;
border-color: #78BE21;
}
.nursing-quotes blockquote {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400;
	color: #333;
}
.testimonial-slide p {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 400;
    color: #333;
}
.nursing-quotes .inner h2 {
    font-size: 30px;
    line-height: 1.1em;
    font-weight: 700;
	text-align: center;
	width:90%;
	margin:0 auto;
	    color: #006341;
}