/* Version: 05.03.2018 */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    word-spacing: normal;
    line-height: 1.3;
background-color: #00b26b;
}

.green-2 {
  background: rgb(111,111,111);
  color: #ffffff;
  text-align: left;
}


img {
  max-width: 100%;
  height: auto;
  width: auto9;
  border: 0;
  vertical-align: middle;
}

a:link,
a:visited,
a:active,
a:focus {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

p {
  margin: 0 0 1rem 0;
}

h1,h3 {
  line-height: 1.3;
  font-weight: 800;
  padding: 0;
  margin: 0 0 1rem 0;
}

h1 {
  font-size: 2rem;
  color: #003c50;
}

h3 {
  font-size: 1.3rem;
  text-align: left;
}

ul {
  margin: 0 auto 1rem 1.9rem;
  padding-left: 0.5rem;
  list-style-type: none;
  text-align: left;
}

li {
  position: relative;
  margin: auto auto 0.75rem auto;
  padding: 0;
}

li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.25rem;
  width: 1rem;
  height: 1.5rem;
  background: url(bp.png) no-repeat top left / 0.75rem;
} 

.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 1rem;
}

.frame-outer::after {
  content: "";
  display: block;
  clear: both;
}

.logo {
  width: 100%;
  padding: 1rem 3%;
}

.logo img {
  width: 12rem;
}

.content {
  padding: 2rem 3%;
  text-align: center;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}

.blue {
  background: #003c50;
  color: #ffffff;
}

.darkblue {
  background: #003141;
  color: #ffffff;  
}

.grey {
  background: #eaeaea;
}

.grey h3 {
  text-align: center;
}

.green {
  background: #7fba24;
  color: #ffffff;
  text-align: left;
}

.green a:link,
.green a:visited, 
.teal a:link,
.teal a:visited {
  color: #ffffff;
}


.green-2 a:link,
.green-2 a:visited{
  color: #ffffff;
}


.teal {
  background: #7f9da7;
  color: #ffffff;
  text-align: left;
}

.hide {
  display: none;
}

.slider-wrap {
  max-width: 720px;
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
  overflow: hidden;
}

.slideshow {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow li span {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 18s linear infinite;
  animation: image 18s linear infinite;
}

@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  3% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    opacity: 1;
  }
  43.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  3% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    opacity: 1;
  }
  43.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li {
  margin:0;
  padding:0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
ul.slideshow {
  margin:0;
  padding-left: 0;
}
ul.slideshow li::before {
  display: none;
}


.button_box {
  text-align: center;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}



.button a {
  display: inline-block;
  background: #00a75f;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 1rem auto 0;
  cursor: pointer;
  border: 0.1rem solid #00a75f;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
}
.button a:hover {
  background-position: 15px center;
  background-color: #fff;
  text-decoration: none;
  color: #00a75f;
}

.refnr {}

.apply {}
