/**************************** 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;
}
a {
  text-decoration: none;
  color: rgba(0, 100, 60, 1);
}
a:visited {
  color: #7f0814;
}
*: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;
  
  margin: 0px;
  letter-spacing: -.03em;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
h2 {
  font-size: 34px;
  line-height: 1.1em;
  font-weight: 600;
  color: #696a6c;
  margin: 0px auto .75em;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
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: 300px;
  padding: 0px;
}
.header-inside .header-logo a.logo {
  display: block;
  width: 100%;
  padding-bottom: 28.8%;
  margin: 0px;
  background-image: url(../images/UVM-Health_Primary-Logo_Stacked.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-inside .header-logo#networklogotop a.logo {
  display: block;
  width: 100%;
  padding-bottom: 28.8%;
  margin: 0px;
  background-image: url(../images/UVM-Health_Primary-Logo_Stacked.svg) !important;
  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: #699d27;
}
.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: #699d27;
  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: 1160px;
  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, 100, 60, .9);
  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: #699d27;
  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);
}
#blogbanner.banner-image {
  background-image: url("../images/banner-blog-v2.jpg");
  height: 35vw;
}
#blogbanner.banner-image .inner .copy {
  width: 35%;
  max-width: 500px;
  padding: 5%;
  background-color: rgba(0, 0, 0, 0);
  color: #333333;
  right: 0px;
  float: left;
}
#blogbanner.banner-image .inner .copy h2 {
  font-size: 55px;
  line-height: 46px;
  font-weight: 600;
  margin: 0px 0 10px;
  letter-spacing: -.03em;
  color: #333333;
  padding: 0 0 10px;
  border-bottom: 1px solid #333333;
}
#blogbanner.banner-image .inner .copy h3 {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0;
  margin: .25em auto 0px;
  text-transform: none;
}
/*-- ---- ---- ---- 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.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
.footer-logo#networklogobottom a.logo {
  display: inline-block;
  width: 100%;
  padding: 0px 0px 42.625%;
  background-image: url(../images/logo-white.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: #699d27;
}
.contact-us .inner .link-list a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #699d27;
  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;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.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(255, 255, 255, 0) 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;
  padding: 0px;
  font-size: 24px;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: -.02em;
}
.intro-copy .callout-lower {
  list-style: none;
  margin: 2em auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.intro-copy .callout {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 9% 1% 2.5%;
  box-sizing: border-box;
  width: 32.5%;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .1);
  font-weight: 400;
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.intro-copy .callout::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15%;
  width: 20%;
  padding-bottom: 20%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .5;
}
.intro-copy .callout:first-child::before {
  background-image: url("../images/relocation-icon.png");
}
.intro-copy .callout:nth-child(2)::before {
  background-image: url("../images/signing-icon.png");
  top: 13%;
  width: 24%;
  padding-bottom: 24%;
}
.intro-copy .callout:last-child::before {
  background-image: url("../images/housing-icon.png");
  top: 13.5%;
  width: 22%;
  padding-bottom: 22%;
}
.intro-copy .callout span {
  font-size: 14px;
  line-height: 14px;
  margin: 4px auto 0px;
}
.intro-copy .disclaimer {
  display: block;
  font-size: 12px;
  line-height: 1.1em;
  font-weight: 400;
  color: #666666;
  margin: 0em auto 0px;
}
/*-- ---- ---- ---- QUOTE ---- ---- ---- --*/
.fast-facts {
  background-color: #006341;
  color: #ffffff;
  padding: 5em 0px;
  background-image: url("../images/green-back.jpg");
  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: #699d27;
  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/fast-facts-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;
}
/*-- ---- ---- ---- Our Opportunities ---- ---- ---- --*/
.opportunities-section {
  padding: 0em 0px 0em;
  text-align: center;
  position: relative;
  z-index: 1;
  font-weight: 400;
  color: #454545;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 1) !important;
}
.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: #006341;
  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: 7% 4% 6.5%;
  box-sizing: border-box;
  width: 50%;
  max-width: 750px;
  margin: 0px 50% 0px 0px;
  background-color: rgba(255, 255, 255, 0);
  font-size: 14px;
  line-height: 19px;
}
.opportunities-section .photo {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f5;
  background-image: url("../images/opportunities-photo-2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.opportunities-section .inner h2 {
  margin: 0px auto .5em;
  color: #006341;
  letter-spacing: -.03em;
}
.opportunities-section .inner h3 {
  display: inline;
  color: #333333;
  font-weight: 400;
  margin: .1em auto 1em;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.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: #006341;
}
.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;
}
/*-- ---- ---- ---- Burlington Lifestyle ---- ---- ---- --*/
.callout-section {
  width: 100%;
  text-align: center;
  background-color: #f4f4f5;
}
.callout-section h2 {
  color: #006341;
}
.callout-section .cell {
  width: 50% !important;
  height: 48vw;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.callout-section .cell.copy-cell {
  background-image: url("../images/mountain-scene-2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 50% !important;
  text-align: right;
}
.callout-section .cell.copy-cell .copy {
  display: inline-block;
  width: 100%;
  padding: 0px 10%;
  box-sizing: border-box;
  text-align: center;
  max-width: 800px;
}
.callout-section-disclaimer {
  display: block;
  width: 85%;
  max-width: 1000px;
  margin: 0px auto 20px;
  z-index: 2;
  position: relative;
  font-size: 14px;
  line-height: 1.1em;
  font-weight: 400;
}
.callout-section-disclaimer 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;
}
.callout-section-disclaimer a:hover, .callout-section-disclaimer a:focus, .callout-section-disclaimer a:active {
  color: #0072BC;
  text-decoration: none;
}
.callout-section-disclaimer a::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -1px;
  right: -5px;
  height: 2px;
  background-color: #0072BC;
  transform: scaleX(0);
  transition: .2s all ease-in-out;
}
.callout-section-disclaimer a:hover::after, .callout-section-disclaimer a:focus::after, .callout-section-disclaimer a:active::after {
  transform: scaleX(1);
}
.callout-section .callout {
  display: block;
  position: absolute;
  z-index: 1;
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.callout-section .callout:nth-child(1) {
  background-color: #454545;
  top: 0;
  left: 0;
  right: 67%;
  bottom: 67%;
  background-image: url("../images/lifestyle/callout-photo-lake.jpg");
}
.callout-section .callout:nth-child(2) {
  background-color: #999999;
  top: 0;
  left: 33%;
  right: 0%;
  bottom: 33%;
  background-image: url("../images/lifestyle/callout-photo-downtown.jpg");
}
.callout-section .callout:nth-child(3) {
  background-color: #242424;
  top: 33%;
  left: 0;
  right: 67%;
  bottom: 33%;
  background-image: url("../images/lifestyle/callout-photo-group.jpg");
}
.callout-section .callout:nth-child(4) {
  background-color: #454545;
  top: 67%;
  left: 0;
  right: 67%;
  bottom: 0%;
  background-image: url("../images/lifestyle/callout-photo-skiing2.jpg");
}
.callout-section .callout:nth-child(5) {
  background-color: #adadad;
  top: 67%;
  left: 33%;
  right: 33%;
  bottom: 0%;
  background-image: url("../images/lifestyle/callout-photo-sushi.jpg");
}
.callout-section .callout:nth-child(6) {
  background-color: #454545;
  top: 67%;
  left: 67%;
  right: 0%;
  bottom: 0%;
  background-image: url("../images/lifestyle/callout-photo-nurse.jpg");
}
.callout-section .callout h3 {
  font-size: 2vw;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}
.callout-section .callout:nth-child(3) h3, .callout-section .callout:nth-child(5) h3 {
  font-weight: 300;
}
.callout-section .callout:nth-child(1) h3, .callout-section .callout:nth-child(6) h3 {
  font-weight: 600;
}
.callout-section .callout:nth-child(4) h3 {
  letter-spacing: -.02em;
}
/*-- ---- 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 #006341;
}
.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: #006341;
  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: #5E366E !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: #5E366E;
  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);
}
/*---- ---- START OF BLOG SPECIFIC STYLES ---- ----*/
/*---- ---- Blog Banner Section ---- ----*/
.blog-sub-container a {
  position: relative;
}
.blog-sub-container a::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -1px;
  right: -5px;
  height: 2px;
  background-color: rgba(0, 100, 60, 1);
  transform: scaleX(0);
  transition: .2s all ease-in-out;
}
.blog-sub-container a:hover::after, .blog-sub-container a:focus::after, .blog-sub-container a:active::after {
  transform: scaleX(1);
}
.blog-hero-image {
  background-image: url(../images/blog/wrap_header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #a9001f;
  margin: 70px 0px 40px 0px;
  padding: 12% 0px 11% 0px;
}
.blog-hero-image2 {
  background-image: url(../images/blog/cuts_header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #a9001f;
  margin: 70px 0px 40px 0px;
  padding: 12% 0px 11% 0px;
}
.blog-hero-image3 {
  background-image: url(../images/blog/cuts_header2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #a9001f;
  margin: 70px 0px 40px 0px;
  padding: 12% 0px 11% 0px;
}
.blog-hero-banner-text {
  width: 90%;
  text-align: center;
  color: #ffffff;
  margin: 0px auto 20px auto;
  text-shadow: 3px 2px 5px #000000;
}
.blog-bold-hero-text {
  font-family: 'Work Sans', sans-serif;
  font-size: 4.2em;
  line-height: 1.05em;
  letter-spacing: .01em;
  font-weight: 800;
  margin: 4px auto 3px auto;
}
.blog-small-hero-text {
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 2.2em;
  letter-spacing: .02em;
}
/*---- Blog Content ----*/
.blog-sub-container {
  width: 87%;
  max-width: 1260px;
  margin: 20px auto 40px auto;
  background-color: #ffffff;
  padding: 50px 0px 40px 0px;
  border-right: 2px solid #ffffff;
}
.blog-sub-left-column {
  width: 55%;
  margin: 0px 0px 0px 3.5%;
  float: left;
  padding-bottom: 160px;
}
.blog-sub-right-column {
  width: 35%;
  margin: 0px 3.5% 0px 0px;
  float: right;
}
/*---- Blog Left Column ----*/
.blog-article-homepage {
  margin-bottom: 40px;
}
.blog-article-title {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  color: rgba(0, 100, 60, 1);
  letter-spacing: -.01em;
  width: 100%;
  font-size: 1.4em;
  line-height: 1.1em;
  text-align: left;
  margin-bottom: 10px;
}
.blog-publish-date {
  font-family: 'Inter', sans-serif !important;
  color: #898989 !important;
  font-weight: 400 !important;
  font-size: .75em;
  line-height: 1.5em;
  width: 100%;
  text-align: left;
  letter-spacing: .03em;
  margin-bottom: 10px;
}
.blog-article-copy {
  font-family: 'Inter', sans-serif !important;
  color: #3C3C3C !important;
  font-weight: 400 !important;
  font-size: .9em;
  line-height: 1.5em;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.blog-article-copy img {
  max-width: 100% !important;
  height: auto !important;
}
.blog-article-readmore, .blog-page-number-links {
  font-family: 'Inter', sans-serif !important;
  font-size: .9em;
  line-height: 1.05em;
  letter-spacing: .01em;
  font-weight: 800 !important;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none !important;
}
.blog-right-column-header {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.1em;
  line-height: 1.15em;
  letter-spacing: -.01em;
  font-weight: 800 !important;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none !important;
}
.blog-search-bar-column {
  width: 100%;
  margin: 5px 0px 20px 0px;
  display: block;
  border: 2px solid #cdcdcd;
  border-radius: 0px;
  color: #888888;
  background-color: #ffffff;
}
.blog-search-bar-column-accordions {
  width: 100%;
  margin: 5px 0px 20px 0px;
  display: block;
  border-radius: 0px;
  color: #888888;
}
.blog-search-textbox-sub {
  float: left;
  font-size: 1em !important;
  line-height: normal !important;
  border: none !important;
  background-image: none;
  margin: 0px 0px 0px 12px !important;
  height: 22px;
  width: 60%;
  color: #888888 !important;
  letter-spacing: -.01em;
  padding: 8px 0px 10px 0px !important;
  box-sizing: content-box !important;
}
input.blog-search-textbox-sub::-webkit-input-placeholder {
  color: #888888 !important;
}
input.blog-search-textbox-sub:-moz-placeholder {
  color: #888888 !important;
}
input.blog-search-textbox-sub::-moz-placeholder {
  color: #888888 !important;
}
input.blog-search-textbox-sub:-ms-input-placeholder {
  color: #888888 !important;
}
input.blog-search-textbox-sub:focus, select:focus, textarea:focus, button:focus {
  outline: none;
  color: #000 !important;
}
.blog-search-button {
  float: right;
  border: none;
  cursor: pointer;
  background-image: url("../images/global/magnifiying-glass.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 28px 24px;
  width: 28px;
  height: 24px;
  background-position: center center;
  margin-top: 8px;
  margin-right: 10px;
}
.blog-search-button:hover {
  background-image: url("../images/global/magnifiying-glass-on.png");
  background-color: transparent;
}
/*---- Blog Search by Category ----*/
.blog-sub-right-column select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 9px 17px 12px 13px;
  display: block;
  text-align: left;
  font-size: 1em;
  letter-spacing: 0em;
  color: #888888 !important;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-image: url(../images/global/accordian-arrow.png);
  height: 44px;
  background-size: 11px 11px;
  vertical-align: top;
  border: 2px solid #cdcdcd;
  border-radius: 0px;
  background-color: #ffffff;
  margin: 5px 0px 20px 0px;
}
.blog-sub-right-column select:focus {
  background-image: url(../images/global/accordian-arrow-down.png);
  background-size: 11px 11px;
  background-color: #fff;
}
.blog-articles-by-date li {
  font-family: 'Inter', sans-serif !important;
  color: #3C3C3C !important;
  font-weight: 400 !important;
  font-size: .9em;
  list-style: none;
  margin-left: -30px;
}
#interactive-joblist {
  position: absolute;
  left: 0px;
  z-index: 10;
  display: none;
  width: 100% !important;
  max-width: 1100px;
  height: 400px;
  margin-top: 25px;
  text-align: center;
}
#interactive-joblist-inner {
  width: 100% !important;
  height: 437px;
  margin: 0 !important;
  text-align: left;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid #444444;
}
.blog-article-body {}
/*--  Blog Section Main Pg  --*/
.blog-mainpg-section {
  padding: 0em 0px 0em;
  text-align: center;
  position: relative;
  z-index: 1;
  font-weight: 400;
  color: #454545;
  border-bottom: 1px solid #ffffff;
}
.blog-mainpg-section .inner {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.blog-mainpg-section .copy {
  flex-direction: column;
  padding: 3% 4%;
  width: 42%;
  align-content: center;
  text-align: left;
  background-color: #D2D755;
}
.blog-mainpg-section .photo {
  display: flex;
  width: 42%;
  padding: 4% 4%;
  background-image: url("../images/banner-blog-v1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.blog-title {
  background-color: rgba(0, 0, 0, .6);
  padding: 3% 2% 3%;
  width: 50%;
  margin: 0 auto;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
}
.blog-title h2 {
  margin: 0 auto 5px;
  color: #ffffff;
  letter-spacing: -.05em;
  font-size: 60px;
  line-height: 1;
  padding: 0 0 5px;
  border-bottom: 1px solid #ffffff;
}
.blog-title h3 {
  display: inline;
  color: #ffffff;
  font-weight: 400;
  margin: .1em auto 0;
  font-size: 16px;
  line-height: 1.4em;
}
.blog-fpo-photo {
  width: 100%;
  display: block;
  margin: 3% 0;
}
.blog-mainpg-section .copy h2 {
  color: rgba(0, 0, 0, 1);
}
#front-blog .blog-article-title {
  color: rgba(0, 100, 60, 1);
}
#front-blog .blog-article-title:hover {
  text-decoration: underline !important;
}
#front-blog .blog-publish-date {
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: .75em;
  line-height: 1.5em;
  margin-bottom: 5px;
  margin-top: 5px !important;
}
#front-blog .blog-article-copy {
  color: #000000 !important;
  font-size: .8em !important;
  line-height: 1.3em !important;
  margin-bottom: 15px;
}
.blog-sub-container a:visited {
  color: rgba(0, 100, 60, 1);
}
/*--VIDEO SECTION--*/
.video-section {
  padding: 1.5em 0px 1.5em;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #B1B3B3;
}
.video-title h2 {
  margin: 0px auto 20px;
  padding: 0px;
  font-size: 35px;
  line-height: 1.2em;
  color: #000;
  letter-spacing: -.01em;
}
.video-title h3 {
  margin: 0px auto;
  padding: 0px;
  font-size: 20px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 500;
  letter-spacing: -.01em;
}
.video-section .inner {
  width: 90%;
  max-width: 1100px;
  margin: 0px auto;
  padding: 1%;
  text-align: center;
  box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 10%);
  border-radius: 5px;
  background-color: #ffffff;
  flex-direction: row;
  justify-content: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-content: stretch;
}
.video-holder {
  width: 50%;
  background-color: #ffffff;
}
.video-title {
  width: 42%;
  padding: 4%;
  background-color: #78BE21;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  flex-direction: column;
}
.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%;
}
/*-- ---- ---- ---- AFILIATES MAIN PG ---- ---- ---- --*/
.affiliates {
  padding: 3.5em 0px 8em;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #D2D755;
  position: relative;
}
.affiliates .inner {
  width: calc(100% - 120px);
  max-width: 1450px;
  margin: 0px auto;
}
.affiliates .inner h2 {
  font-size: 35px;
  line-height: 1em;
  font-weight: 700;
  margin: 0px auto 20px auto;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.affiliates .intro-txt {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin: 15px auto 15px;
}
.affiliates .inner p {
  display: inline-block;
  background-color: #006341;
  color: #f4f4f5;
  font-size: 19px;
  font-weight: 700;
  margin: 0 auto 10px;
  padding: 15px 18px;
  position: relative;
}

.affiliates ul {
  list-style: none;
  width: 100%;
  margin: 20px 0px auto;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.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;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgba(228, 229, 230, 1) 14%, rgba(255, 255, 255, 1) 76%);
  background: -webkit-linear-gradient(0deg, rgba(228, 229, 230, 1) 14%, rgba(255, 255, 255, 1) 76%);
  background: linear-gradient(0deg, rgba(228, 229, 230, 1) 14%, rgba(255, 255, 255, 1) 76%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e5e6", endColorstr="#ffffff", GradientType=1);
  -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);
}
.affiliates h3 {
  color: #006341;
  font-weight: 500;
  margin: 10px auto 5px;
  font-size: 20px;
  line-height: 1.2em;
  text-align:center;
  font-weight:700;
  position: relative;
  z-index: 1;
  display: block;
}
.affiliates-photo {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0px;
}
.affiliates-photo img {
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  height: 120px
}
.affiliates h4 {
  color: #000;
  text-align: center;
  font-weight: 500;
  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::after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 2px;
  width: 90%;
  margin: 0 auto;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #78BE21;
  transition: all .2s ease-in-out;
  transform: scaleX(0);
}
.affiliates-main a:hover::after, .affiliates-main a:focus::after, .affiliates-main a:active::after, .affiliates-main a.active::after {
  transform: scaleX(1);
}