/* Master Stylesheet */
@import url("https://fonts.googleapis.com/css?family=Montserrat|Slabo+27px");
@import url(nav.css);
@import url(forms.css);
/* line 12, ../Resources/CSS-Main.scss */
* {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

/* line 17, ../Resources/CSS-Main.scss */
html, body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  padding: 0px;
  margin: 0px;
  font-size: medium !important;
  font-family: "Montserrat", sans-serif !important;
  background-color: #E8F5E9;
  text-align: center;
  overflow: auto;
  overflow-y: hidden;
}

/* line 31, ../Resources/CSS-Main.scss */
a {
  color: #462773;
  text-decoration: none;
}

/* line 36, ../Resources/CSS-Main.scss */
h1, h2, h3, p {
  margin: 0px;
}

/* line 40, ../Resources/CSS-Main.scss */
h1, h2, h3 {
  font-size: 2.5em;
  font-family: "Slabo 27px", serif;
  color: #462773;
}
/* line 43, ../Resources/CSS-Main.scss */
h1.alt-color, h2.alt-color, h3.alt-color {
  color: white;
}

/* line 48, ../Resources/CSS-Main.scss */
h2 {
  font-size: 1.5em;
}

/* line 49, ../Resources/CSS-Main.scss */
h3 {
  font-size: 1.25em;
}

/* line 51, ../Resources/CSS-Main.scss */
p {
  padding: 10px 0px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.1em;
  line-height: 1.5em;
}

/* line 57, ../Resources/CSS-Main.scss */
.button {
  background-color: #462773;
  color: white;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}
/* line 62, ../Resources/CSS-Main.scss */
.button.float-right {
  float: right;
}
/* line 63, ../Resources/CSS-Main.scss */
.button.float-left {
  float: left;
}

/* line 66, ../Resources/CSS-Main.scss */
.goog-te-banner-frame, .skiptranslate {
  z-index: 1000 !important;
}

/* line 70, ../Resources/CSS-Main.scss */
.goog-te-gadget-simple {
  padding: 5px !important;
  border-radius: 5px !important;
}

/* line 75, ../Resources/CSS-Main.scss */
#google_translate_element {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 5px;
}

/* line 81, ../Resources/CSS-Main.scss */
.page-wrapper {
  position: relative;
  top: 100vh;
  z-index: 10;
  display: inline-block;
  width: 1200px;
  min-width: 1200px;
  text-align: left;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.23);
  background-color: white;
  margin: 0px 0px 20px 0px;
  overflow: hidden;
}

/* line 95, ../Resources/CSS-Main.scss */
.top-swoosh, .bottom-swoosh {
  width: 100%;
  max-width: 100%;
}
/* line 98, ../Resources/CSS-Main.scss */
.top-swoosh.over, .bottom-swoosh.over {
  z-index: 5 !important;
}

/* line 103, ../Resources/CSS-Main.scss */
.top-swoosh {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

/* line 109, ../Resources/CSS-Main.scss */
.bottom-swoosh {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
/* line 113, ../Resources/CSS-Main.scss */
.bottom-swoosh.noabs {
  position: relative;
  bottom: auto;
  top: 4px;
}

/* line 119, ../Resources/CSS-Main.scss */
.leaf {
  position: absolute;
  left: -30px;
  top: -5px;
  width: auto;
  height: 50px;
  z-index: -1;
}

/* line 126, ../Resources/CSS-Main.scss */
.vine {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}

/* line 132, ../Resources/CSS-Main.scss */
.services {
  display: flex;
  flex-direction: column;
  font-size: 1.2em;
  list-style: none;
  padding: 0px;
}
/* line 139, ../Resources/CSS-Main.scss */
.services li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin: 5px 0px;
  padding: 5px;
}
/* line 145, ../Resources/CSS-Main.scss */
.services li i {
  font-size: 1.5em;
  margin-right: 20px;
  color: #462773;
}
/* line 150, ../Resources/CSS-Main.scss */
.services.area {
  list-style: initial;
}

/* line 156, ../Resources/CSS-Main.scss */
.Contact-Nurses {
  position: absolute;
  left: 0px;
  bottom: -5px;
}

/* line 161, ../Resources/CSS-Main.scss */
.footer {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: stretch;
  z-index: 1;
  margin-top: -10px;
  padding: 40px;
  font-size: 1.2em;
  color: white;
}
/* line 169, ../Resources/CSS-Main.scss */
.footer div {
  margin-right: 50px;
}
/* line 170, ../Resources/CSS-Main.scss */
.footer a {
  display: inline-block;
  padding-bottom: 5px;
  text-decoration: underline;
  color: white;
}
/* line 171, ../Resources/CSS-Main.scss */
.footer i {
  margin-right: 10px;
  font-size: 1.2em;
  text-decoration: none;
}
/* line 172, ../Resources/CSS-Main.scss */
.footer h3 {
  margin-bottom: 10px;
}

/* line 175, ../Resources/CSS-Main.scss */
.admin {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 0.50em;
}
/* line 179, ../Resources/CSS-Main.scss */
.admin a {
  color: white;
}

/* line 182, ../Resources/CSS-Main.scss */
.Services-Tree {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
/* line 189, ../Resources/CSS-Main.scss */
.Services-Tree div {
  width: 33%;
  padding: 10px;
}
/* line 190, ../Resources/CSS-Main.scss */
.Services-Tree h1 {
  font-size: 1.75em;
}
/* line 191, ../Resources/CSS-Main.scss */
.Services-Tree .services {
  font-size: 1.2em;
}
/* line 193, ../Resources/CSS-Main.scss */
.Services-Tree .services li {
  border-left: 2px solid #462773;
  border-radius: 15px;
  padding: 10px;
  transition: background-color 0.25s, color 0.25s;
}
/* line 197, ../Resources/CSS-Main.scss */
.Services-Tree .services li a {
  transition: color 0.25s;
}
/* line 199, ../Resources/CSS-Main.scss */
.Services-Tree .services.hover li:hover {
  background-color: #462773;
  color: white;
  cursor: pointer;
}
/* line 203, ../Resources/CSS-Main.scss */
.Services-Tree .services.hover li:hover a {
  color: white;
}

/* line 208, ../Resources/CSS-Main.scss */
.googleMap {
  margin: 20px 0px 0px 0px;
  overflow: hidden;
  border-radius: 5px;
  height: 500px;
  width: 100%;
}

/* line 216, ../Resources/CSS-Main.scss */
.contact-links a {
  display: inline-block;
  padding-bottom: 5px;
  text-decoration: underline;
}
/* line 217, ../Resources/CSS-Main.scss */
.contact-links i {
  margin-right: 10px;
  font-size: 1.2em;
  text-decoration: none;
}
/* line 219, ../Resources/CSS-Main.scss */
.contact-links.alt i {
  color: #462773;
}
/* line 220, ../Resources/CSS-Main.scss */
.contact-links.alt a {
  border-bottom: 2px solid #462773;
  width: 75%;
  padding: 10px;
}

/* line 224, ../Resources/CSS-Main.scss */
.contact-links a {
  display: flex;
  text-decoration: none;
  margin-bottom: 10px;
}

/* line 230, ../Resources/CSS-Main.scss */
header {
  width: 100%;
  height: calc(100vh - 20px);
  min-height: 500px;
  max-height: 900px;
  background: url(../Images-Main/Hero-Homepage.jpeg) no-repeat center center;
  background-size: cover;
}
/* line 236, ../Resources/CSS-Main.scss */
header .logo {
  position: absolute;
  left: 25px;
  top: 85px;
  width: 300px;
}
/* line 242, ../Resources/CSS-Main.scss */
header .tag-line {
  position: absolute;
  left: 75px;
  bottom: 10px;
}
/* line 247, ../Resources/CSS-Main.scss */
header#about {
  background: url(../Images-Main/Hero-S.jpeg) no-repeat center center;
  background-size: cover;
}
/* line 252, ../Resources/CSS-Main.scss */
header#services {
  background: url(../Images-Main/Hero-A.jpeg) no-repeat center center;
  background-size: cover;
}
/* line 257, ../Resources/CSS-Main.scss */
header#careers {
  background: url(../Images-Main/Hero-B.jpeg) no-repeat center center;
  background-size: cover;
}

/* line 266, ../Resources/CSS-Main.scss */
section.content {
  padding: 10px 75px;
  overflow: hidden;
}
/* line 271, ../Resources/CSS-Main.scss */
section.narrow {
  width: 50%;
}
/* line 272, ../Resources/CSS-Main.scss */
section.narrower {
  width: 40%;
}
/* line 273, ../Resources/CSS-Main.scss */
section.wide {
  width: 60%;
}
/* line 274, ../Resources/CSS-Main.scss */
section.wider {
  width: 80%;
}
/* line 275, ../Resources/CSS-Main.scss */
section.full-width {
  width: 100%;
}
/* line 277, ../Resources/CSS-Main.scss */
section.minH600 {
  min-height: 1000px;
}
/* line 281, ../Resources/CSS-Main.scss */
section.bgImage {
  height: 100%;
  background-position: left bottom;
  background-size: cover;
}
/* line 287, ../Resources/CSS-Main.scss */
section.bgGrad {
  background: url(../Images-Main/background-pattern.png);
  background-size: 100% auto;
}
/* line 292, ../Resources/CSS-Main.scss */
section.bgColor-alt {
  background-color: #462773;
}
/* line 296, ../Resources/CSS-Main.scss */
section.pad-left {
  padding-left: 30px;
}
/* line 300, ../Resources/CSS-Main.scss */
section.shadowFade {
  box-shadow: 0px 0px 50px 50px white;
}
/* line 304, ../Resources/CSS-Main.scss */
section.wave-pad {
  padding: 110px 0px;
}
/* line 306, ../Resources/CSS-Main.scss */
section.wave-pad.extra {
  padding: 200px 0px;
}
/* line 311, ../Resources/CSS-Main.scss */
section.float-left {
  float: left;
}
/* line 312, ../Resources/CSS-Main.scss */
section.float-right {
  float: right;
}
/* line 314, ../Resources/CSS-Main.scss */
section.clearfix {
  overflow: auto;
}
/* line 315, ../Resources/CSS-Main.scss */
section.center {
  text-align: center;
}
/* line 316, ../Resources/CSS-Main.scss */
section.center-box {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
/* line 321, ../Resources/CSS-Main.scss */
section.center-box.col {
  flex-direction: column;
}
/* line 325, ../Resources/CSS-Main.scss */
section.inline {
  display: inline-block;
  text-align: left;
}
/* line 326, ../Resources/CSS-Main.scss */
section.rounded-bottom {
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 331, ../Resources/CSS-Main.scss */
section.bottom-shadow {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}
