@import url(reset.css);
@import url(fontello/css/fontello.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:100|Open+Sans:400,400italic,600);
body {
  font-family: 'Open Sans', Helvetica, Arial, Sans-serif;
  color: #373535;
  font-weight: 400;
  background-color: #FFF; }

header.home {
  height: 40vw;
  min-height: 38em;
  overflow: visible; }
  header.home #background-video {
    top: 0%; }

#background-video {
  position: absolute;
  z-index: -100;
  top: -50%;
  left: 0px;
  width: 100%;
  height: 56.25vw;
  min-height: 100%; }

header {
  height: 30em;
  background-size: cover;
  background-position: center 100%;
  position: relative;
  overflow: hidden; }
  header h1, header h2 {
    text-align: center; }
  header h1 {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 5em;
    font-weight: 100;
    margin-bottom: 0px; }
  header .light {
    color: #FFF; }
  header .orange {
    color:#f28524;}
  header .mini {
    font-size: 0.5em; }
  header p {
    font-size: 1.5em;
    font-style: italic;
    margin-top: 1em;
    font-weight: 400; }
  header b {
    font-weight: 400; }
  header .head-tag {
    position: absolute;
    /*top: 88%;
        left: 50%;
        transform: translate(-50%, -50%);*/
    text-align: center;
    width: 100%;
    bottom: 3em; }
  header #logo-full {
    max-height: 15em;
    max-width: 80%; }
  header nav {
    padding-left: 10vw;
    padding-right: 10vw;
    background-color: rgba(95, 145, 131, 0.8);
    /*position: fixed;*/
    /*width: 60vw;*/
    height: 7em; }
    header nav a:link, header nav a:visited, header nav a:hover, header nav a:active {
      border: none; }
    header nav ul {
      float: right;
      height: 5em;
      /*position: relative;*/
      /*top: 3 * $nav-elem-height;*/
      /*li.active {
                a::before, a::after {
                    background-color: $purple;
                }
            }*/ }
      header nav ul li {
        height: 7em;
        float: left;
        padding-left: 0.5em;
        padding-right: 0.5em;
        line-height: 1em; }
        header nav ul li a:link, header nav ul li a:visited {
          display: inline-block;
          height: 1em;
          /*position: absolute;*/
          padding-top: 3em;
          padding-bottom: 3em;
          color: #FFF;
          position: relative;
          overflow: hidden; }
        header nav ul li a::before, header nav ul li a::after {
          content: ' ';
          display: block;
          position: absolute;
          height: 0.4em;
          width: 100%;
          background-color: #f28524;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        header nav ul li a::after {
          bottom: -0.4em; }
        header nav ul li a::before {
          top: -0.4em; }
        header nav ul li img {
          max-height: 1.5em;
          max-width: 1.5em; }
      header nav ul .lift a:link, header nav ul .lift a:visited {
        padding-top: 2.75em;
        padding-bottom: 3.25em; }
      header nav ul li::first-of-type {
        padding-left: none; }
      header nav ul li::last-of-type {
        padding-right: none; }
      header nav ul li.active a::before, header nav ul a:hover::before {
        top: 0px; }
      header nav ul li.active a::after, header nav ul a:hover::after {
        bottom: 0px; }
  header #menu-button {
    display: none; }

#logo, #logo-mini {
  margin-top: 1em;
  height: 5em;
  border-bottom: none; }

#logo-mini {
  display: none; }

a:link {
  text-decoration: none; }

a:link.no, a:visited.no {
  border: 0; }

.button {
  float: left;
  width: 33.33333%;
  height: 30em;
  background-position: center;
  background-size: cover;
  position: relative; }
  .button span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #FFF;
    font-size: 1.5em;
    font-variant: small-caps;
    font-weight: 600;
    letter-spacing: 0.5em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button .dark {
    color: #373535; }

a:hover .button span {
  font-size: 1.8em; }

.content {
  padding-left: 10vw;
  padding-right: 10vw; }

.col {
  float: left;
  margin-right: 4%; }

.col:last-of-type {
  margin-right: 0px; }

.col-half {
  width: 48%; }

.col-third {
  width: 30.66667%; }
.picturerow {
  display: flex;
}
.picturecolumn {
  flex: 33.33%;
  padding: 5px;
}
.accordion {
  background-color: #ddd;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active_acc, .accordion:hover {
  background-color: #ccc;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #eee;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 15px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active_acc:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.grid-container-speed {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  background-color: #eee;
  padding: 10px;
}
.grid-item {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 5px;
  font-size: 12px;
  text-align: center;
}

.center{
  text-align: center;
}

section.content {
  margin-top: 3em;
  margin-bottom: 3em; }

h2 {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 2.14286em;
  font-weight: 600; }

h3 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
  margin-top: 1.5em; }

h3:first-child {
  margin-top: 0; }

h4 {
  margin-top: 1.5em;
  margin-bottom: 1em; }

p, li, address {
  line-height: 1.5em; }

p {
  margin-bottom: 0.5em; }

p:last-child {
  margin-bottom: 0px; }

li {
  list-style-position: inside; }

a:link, a:visited {
  color: #000;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 122, 0, 0); }

a:hover, a:active {
  border-bottom-color: blue; }

.fright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em; }

.fleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em; }

.center {
  float:left;
}

.half {
  width: 50%; }

.quarter {
  width: 25%; }

.eigth {
  width: 20%; }

.banner {
  margin: 0 auto;
  width: 300px; }

.wellness {
  width: 300px; }

.ratemds {
  width: 485px; }

.small-ital{
  font-size: 0.75em;
  font-style: italic;
  text-align: center;
}

.orange{
  color: orange;
}

.bordered-img {
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
  margin:10px;
}
.l-bordered-img {
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 250px;
  margin:10px;
}

footer {
  padding-bottom: 3em;
  padding-top: 3em;
  background-color: #5f8e83;
  color: #FFF; }
  footer h3 {
    line-height: 1.5em;
    position: relative;
    padding-bottom: 0.7em;
    margin-bottom: 1em;
    font-size: 1em; }
  footer h3::after {
    content: ' ';
    display: block;
    height: 0.25em;
    width: 3em;
    position: absolute;
    bottom: 0px;
    background-color: rgba(95, 145, 131, 0); }
  footer a:link, footer a:visited {
    color: #FFF;
    border-bottom-color: rgba(255, 255, 255, 0.3); }
  footer a:hover, footer a:active {
    border-bottom-color: #FFF; }
  footer address {
    font-style: normal; }
  footer i {
    color: #f28524; }

blockquote {
  margin-left: 1em;
  border-left: 2px #fed103 solid;
  padding-left: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 0.5em; }
  .aspect-ratio iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0; }

sup {
  vertical-align: super;
  font-size: 0.5em; }

article {
  max-width: 60em;
  margin: 0 auto; }

.credit {
  font-style: italic; }

input[type=text] {
  display: block;
  width: 90%;
  height: 1.5em;
  font-size: 1em;
  padding: 0.5em;
  border-radius: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 2px #007a00 solid;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; }

  input[type=email] {
  display: block;
  width: 90%;
  height: 1.5em;
  font-size: 1em;
  padding: 0.5em;
  border-radius: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 2px #007a00 solid;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; }

input:first-child {
  margin-top: 0; }

textarea {
  font-size: 1em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  display: block;
  width: 90%;
  padding: 0.5em;
  border-radius: 0.5em;
  margin-top: 1em;
  border: 2px #007a00 solid;
  margin-bottom: 1em; }

input:invalid, textarea:invalid {
  box-shadow: none;
  border-style: dashed; }

textarea:focus {
  border-color: #f28524; }

input[type=submit] {
  margin-top: 1em;
  border-radius: 0.5em;
  border: 2px #2A004F solid;
  background: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding: 0.5em; }

input:focus {
  border-color: #f28524; }

.alert {
  background-color: #7ea79a; 
  text-align: center;
  color: white;
  padding: 20px;
  border: 3px solid; 
  border-radius: 25px;
  margin-bottom: 40px;
}
.sage-block {
  background-color: #7ea79a; 
  text-align: left;
  color: white;
  padding: 20px;
  border: 3px solid; 
  border-radius: 25px;
  margin-bottom: 40px;
}
.seperation-block {
  color: black;
  padding: 10px;
  border: 3px solid; 
  border-radius: 25px;
  margin-bottom: 10px;
  border-color: white;
}
.l-seperation-block {
  color: black;
  padding: 10px;
  border: 3px solid; 
  border-radius: 25px;
  margin-bottom: 20px;
  border-color: white;
}

.large-seperation-block {
  color: black;
  padding: 10px;
  border: 3px solid; 
  border-radius: 25px;
  margin-bottom: 150px;
  border-color: white;
}

.icon-p {
  position: relative;
  min-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em; }
  .icon-p i {
    font-size: 2em;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
  .icon-p p {
    margin-left: 3em; }

.icon-p:first-child {
  margin-top: 0; }

.icon-p:last-child {
  margin-bottom: 0; }

em {
  font-style: italic; }

img {
  max-width: 100%; }

.gap {
  margin-top: 1.5em; }

.nobullet li {
  list-style: none; }

.warn {
  background-color: #FF9999;
  padding: 0.5em;
  margin-bottom: 1em; }

.good {
  background-color: #99FF99;
  padding: 0.5em;
  margin-bottom: 1em; }

label, input[type=radio] {
  font-size: 1em;
  vertical-align: middle;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.clear-after, header nav::after, .col-container::after {
  content: ' ';
  display: block;
  height: 0px;
  clear: both; }

@media screen and (max-width: 1350px) {
  #logo {
    display: none; }
  #logo-mini {
    display: inline; } }

@media screen and (max-width: 1250px) {
  header nav {
    padding-left: 5vw;
    padding-right: 5vw; }
    header nav ul .lift img {
      max-height: 1em;
      max-width: 1em; }
    header nav ul .lift a:link, header nav ul .lift a:visited {
      padding-top: 3em;
      padding-bottom: 3em; }
  header h1 {
    font-size: 2em; }
  header p {
    font-size: 1em;
    margin-top: 0em; }
  header .head-tag {
    bottom: 1em; }
  header.home {
    height: 30em;
    min-height: 30em; }
  .content {
    padding-left: 5vw;
    padding-right: 5vw; }
  .button {
    height: 15em; }
    .button span {
      letter-spacing: 0em; }
  .icon-p i {
    display: none; }
  .icon-p p {
    margin-left: 0px; }
  .icon-p i.icon-phone + p::before {
    content: 'Phone: '; }
  .icon-p i.icon-fax + p::before {
    content: 'Fax: '; } }

@media screen and (max-width: 1050px) {
  header nav ul .lift {
    display: none; } }

@media screen and (max-width: 950px) {
  span.micro {
    display: none; }
  .col {
    float: none;
    width: 100%; } }

@media screen and (max-width: 1700px) {
  header nav {
    position: relative;
    padding: 0px;
    z-index: 100; }
    header nav #logo-box {
      margin-left: 2em; }
  header #menu-button {
    color: #f28524;
    display: inline;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translate(0, -50%); }
  header .hamburger {
    position: absolute;
    right: 2em;
    top: 50%;
    transform: translate(0, -50%);
    width: 2em;
    height: 2em;
    cursor: pointer; }
    header .hamburger .bar {
      width: 100%;
      height: 0.25em;
      background-color: #f28524;
      position: absolute;
      left: 0px; }
    header .hamburger .a, header .hamburger .b, header .hamburger .c {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    header .hamburger .a {
      top: 0px;
      transform-origin: center left; }
    header .hamburger .b {
      top: 50%;
      transform: translate(0, -50%); }
    header .hamburger .c {
      bottom: 0px;
      transform-origin: center left; }
    header .hamburger .a.x {
      transform: rotate(45deg);
      width: 2.5em; }
    header .hamburger .b.x {
      opacity: 0; }
    header .hamburger .c.x {
      transform: rotate(-45deg);
      width: 2.5em; }
  header #menu-ul {
    float: none;
    background-color: #5f8e83;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 7em;
    width: 100%; }
    header #menu-ul li {
      float: none;
      height: 3em;
      padding-left: 2em;
      padding-right: 0px; }
    header #menu-ul a::before, header #menu-ul a::after, header #menu-ul a:hover::before, header #menu-ul a:hover::after {
      display: none; }
    header #menu-ul .active a::before {
      display: block;
      height: 2em;
      width: 2em;
      left: -2em;
      transform-origin: top left;
      transform: rotate(45deg); }
    header #menu-ul a:link, header #menu-ul a:visited {
      padding-top: 1em;
      padding-bottom: 1em;
      width: 100%;
      overflow: visible; }
  header #menu-ul.menu-show {
    height: 30em; }
  .button {
    float: none;
    width: 100%; }
  .button span {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  a:hover .button span {
    font-size: 1.5em; }
  h3:first-child {
    margin-top: 1.5em; } }

