﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    /*   margin: 0;
    padding: 0;
    font-weight: normal;
    hyphens: auto;*/
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

#wrapper {
    position: relative;
    max-width: 46.25rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: .625rem;
    background-color: #fff;
    overflow: hidden;
}

header,
footer,
article,
section,
aside,
element,
nav,
menu,
figure,
main,
address {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    font-style: normal;
}

p {
    margin: 0 0 0.625rem;
}

h1 {
    position: absolute;
    margin: 0;
    bottom: 1.25rem;
    color: #fff;
    left: 1.25rem;
    font-size: 2.5rem;
}

h1 span {}

h2 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0;
    text-align: right;
    margin: 0 0 .937rem;
}

h3 {
    font-size: .875rem;
    margin: 0 0 .937rem;
    text-align: center;
    font-weight: normal;
    color: #FFD966;
}

h4 {
    text-align: center;
    margin: 0 0 .937rem;
    font-size: 1rem;
    color: #00945E;
}

h5 {
    font-size: 1.5rem;
    margin: 0 0 1.875rem;
    color: #00945E;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .75rem;
    height: .875rem;
    background: url(../images/list1.png) no-repeat;
    background-size: contain;
    margin-left: -1.375rem;
    top: .125rem;

}


ol {
    list-style: none;
    margin: 0 0 0;
    padding: 0;
}

ol li {
    padding-left: 1.375rem
}

ol li:before {
    content: "";
    float: left;
    position: relative;
    width: .687rem;
    height: .812rem;
    background: url(../images/list2.png) no-repeat;
    background-size: contain;
    margin-left: -1.562rem;
    top: .125rem;
}

header {
    margin: 0 0 .625rem;
}

header a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: 100;
}

article {
    width: 60%;
    float: left;
}



section {
    background: #00945E;
    color: #fff;
    padding: .937rem;
    margin: 0 0 .625rem;
}

section:last-of-type {
    margin: 0;
}

aside {
    width: 38%;
    float: right;
}

element {
    background: #DAEBCF;
    text-align: center;
    padding: 1.25rem;
    height: 28.437rem;
}

element p span {
    color: #FF0000;
}



.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}



  
  @keyframes slidy { 
    0% { 
        left: 0%;
    }
    17% {
        left: 0%;
    }
    20% { 
        left: -100%;
    }
    37% {
        left: -100%;
    }
    40% { 
        left: -200%;
    }
    57% {
        left: -200%;
    }
    60% { 
        left: -300%;
    }
    77% {
        left: -300%;
    }
    80% { 
        left: -400%;
    }
    97% {
        left: -400%;
    }
    100% {
        left: -500%;
    }
  }
  
  .slider {
    overflow: hidden;
  }
  
  .slider figure {
    position: relative;
    width: 600%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite;
  }
  
  figure img {
    width: 16.666666666666668%;
    float: left;
  }
    
    

@-moz-document url-prefix() {
    element {

        height: 31.437rem;
    }
}


@media only screen and (max-width:46.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
    }

    aside {
        width: auto;
        float: none;
        padding: .625rem;
    }

    article {
        width: auto;
        float: none;
    }

    element {
        height: auto;
    }

    h1 {
        bottom: 1.25rem;
        font-size: 5vw;
        line-height: 1;
    }

    h2,
    h4,
    h5 {
        font-size: .937rem;
        text-align: center;
    }
    
    h4, h2, h5{
        margin: 0 0 .625rem;
    }

    a {
        font-weight: bold;
    }
}

@media only screen and (max-width:29.937rem) {}
