body {
background-color: #fff;
margin: 0px;
font-family: "Source Sans Pro";
font-size: 18px;
font-weight: 400 !important;
color: #181818;
line-height: 25px;
vertical-align: middle;
text-align: left;
word-break: break-word;
-webkit-animation: fade-in-top 0.7s ease-in-out both;
animation: fade-in-top 0.7s ease-in-out both;
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#wrapper {
text-align: left;
vertical-align: middle;
margin: 0px auto;
padding: 0px;
width: auto;
height: auto;
float: none;
position: relative;
}
#headcaller {
display: none;
}
#head {
background-color: #ffffff !important;
border-bottom: 1px solid #EBEBEB;
max-width: 100%;
height: auto;
text-align: left;
margin: 0px auto;
margin-top: 0px;
padding: 20px;
overflow: hidden;
z-index: 1 !important;
}
#head a:link {
color: #000;
text-decoration: none;
}
#head a:visited {
color: #000;
text-decoration: none;
}
#head a:hover {
color: #0e6c5e;
text-decoration: none;
}
#hero {
max-width: 1500px;
height: auto;
margin: 0px auto;
}
#hero-inlay {
max-width: 690px;
height: auto;
margin: 0px auto;
margin-top: 5px !important;
}
#hero-inlay-second {
max-width: 850px;
height: auto;
margin: 0px auto;
}
#content {
max-width: 600px;
height: auto;
vertical-align: middle;
text-align: left;
padding: 15px;
margin: 0px auto;
margin-top: 20px !important;
margin-bottom: 10px;
}
#content-inlay {
max-width: 840px;
height: auto;
vertical-align: middle;
text-align: left;
padding: 15px;
margin: 0px auto;
margin-top: 20px !important;
margin-bottom: 10px;
}
#footer {
max-width: 100%;
height: auto;
background-color: #fff;
border-top: 1px solid #EBEBEB;
vertical-align: middle;
text-align: center;
margin: 0px auto;
font-size: 10px;
padding-top: 10px;
padding-bottom: 10px;
float: none;
}
#footer a:link {
color: #000000;
text-decoration: none;
}
#footer a:visited {
color: #000000;
text-decoration: none;
}
#footer a:hover {
color: #000000;
text-decoration: none;
}
a:link {
color: #0e6c5e;
text-decoration: 	underline;
}
a:visited {
color: #0e6c5e;
text-decoration: underline;
}
a:hover {
color: #0e6c5e;
text-decoration: underline;
}

.info {
color: #7F7F7F;
font-size: 14px;
text-transform: uppercase;
}
h1 {
line-height: 35px;
}
h2, h3 {
margin-top: 45px;
}
.spacer {
max-width: 600px;
height: 1px;
background-color: #EBEBEB;
margin: 0px auto;
margin-top: 45px;
}
.ontime {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.2px;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
background-color: #fff;
border: 1px solid #07a08a !important;
border-radius: 3px;
}
.callbutton {
font-size: 12px;
color: #0e6c5e !important;
text-transform: uppercase;
letter-spacing: 0.2px;
padding-top: 3px !important;
padding-bottom: 3px !important;
padding-left: 7px !important;
padding-right: 7px !important;
margin-top: 7px;
margin-left: 10px;
background-color: #fff;
border: 1px solid #07a08a;
border-radius: 3px;
}

.hideme
{
opacity:0;
}

.logo {
margin-top: 8px !important;
}


/*
 * Tinyfade - responsive image slideshow backgrounds with plain javascript.
 *
 * Copyright (c) 2017 Moritz Marquardt
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
.tinyfade { position: relative; font-size: 0; }
.tinyfade img { position: relative; width: 100%; opacity: 0; }
.tinyfade img:not(:first-of-type) { position: absolute; top: 0; left: 0; right: 0; }
.tinyfade:not(.tinyfade-js) img:first-of-type { opacity: 1 }
img.tinyfade-current { z-index: 2; opacity: 1 }
img.tinyfade-last { z-index: 1; opacity: 1 }










/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
  width: 100%;
}
.span_1_of_2 {
  width: 49.2%;
}
.span_1_of_2_se {
  width: 49.2%;
  text-align: right;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 300px) {
  .col { 
    margin-top: -2px !important;
    margin-left: 0px;
    padding: 0px;
  }
}

@media only screen and (max-width: 300px) {
  .span_2_of_2, .span_1_of_2 { width: 100%; }
}









/*  SECTIONS  */
.section_2 {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col_2 {
  display: block;
  float:left;
  margin: 1% 0 1% 5%;
}
.col_2:first-child { margin-left: 0; }

/*  GROUPING  */
.group_2:before,
.group_2:after { content:""; display:table; }
.group_2:after { clear:both;}
.group_2 { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2_2 {
  width: 100%;
  text-align: right;
}
.span_1_of_2_2 {
  width: 45%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 870px) {
  .col_2 { 
    margin: 1% 0 1% 0%;
  }
}

@media only screen and (max-width: 870px) {
  .span_2_of_2_2, .span_1_of_2_2 { width: 100%; }
}














/* header */

.header {
  background-color: #fff;
  position: relative;
  max-width: 1100px;
  margin: 0px auto;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: none;
}

.header .logo {
  display: block;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  text-align: left;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #000;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 30px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 7px;
}

.header .menu-icon .navicon:after {
  top: -7px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}


@media (min-width: 870px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 10px 10px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}



/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../com/fonts/source-sans-pro-v13-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../com/fonts/source-sans-pro-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../com/fonts/source-sans-pro-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../com/fonts/source-sans-pro-v13-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../com/fonts/source-sans-pro-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../com/fonts/source-sans-pro-v13-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../com/fonts/source-sans-pro-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../com/fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../com/fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../com/fonts/source-sans-pro-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../com/fonts/source-sans-pro-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../com/fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../com/fonts/source-sans-pro-v13-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('../com/fonts/source-sans-pro-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../com/fonts/source-sans-pro-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../com/fonts/source-sans-pro-v13-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../com/fonts/source-sans-pro-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../com/fonts/source-sans-pro-v13-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@media only screen and (max-width: 870px) {
#head {
background-color: #fff;
border-bottom: 1px solid #EBEBEB;
max-width: 100%;
height: auto;
text-align: center;
margin: 0px auto;
padding-top: 10px;
padding-bottom: 15px;
padding-left: 20px;
padding-right: 20px;
top: 0;
}
#content {
width:						auto;
height:						auto;
margin:						0px auto;
padding:					20px;
vertical-align: 			middle;
text-align:					left;
}
.ontime {
width: auto;
height: auto;
font-size: 15px;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.2px;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
background-color: #fff;
border: 1px solid #07a08a !important;
border-radius: 3px;
display: block;
}
.callbutton {
display: none !important;
}
.logo {
margin-top: 8px !important;
padding-bottom: 10px !important;
}
#headcaller {
background-color: #0e6c5e;
max-width: 100%;
padding: 3px;
text-align: center;
font-size: 13px;
color: #fff;
text-transform: uppercase;
position: sticky;
top: 0;
display: block;
z-index: 5 !important;
}





}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}