.reg
{
  font-family: 'open_sansregular', sans-serif;
  font-weight: normal;
}

.med
{
  font-family: 'open_sanssemibold', sans-serif;
  font-weight: normal;
}


.box
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html
{
  width: 100%;
  height: 100%;
}

body {
  max-width: 1920px;
  min-width: 360px;

  height: 100%;
  margin: 0 auto;

  font-family: 'open_sansregular', sans-serif;
  font-weight: normal;

  background: white;
}

h1,h2,h3,h4,h5,h6
{
  font-family: 'open_sanssemibold', sans-serif;
  font-weight: normal;

}

h1
{
  margin: 15px 0 20px 0;
  font-size: 28px;
  letter-spacing: 3px;
}

h3
{
  margin: 0;
  padding: 0;
  font-size: 18px;
}

p
{
  display: block;
  position: relative;
  float: left;
  padding: 15px 0 15px 0;
  font-size: 24px;
  line-height: 38px;
}

img
{
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

a.green
{
  color: #3f9139;
}

a.white
{
  color: white;
}

a.std
{
  text-decoration: underline;
}


span.bull
{
  /*font-size: 16px;*/
  padding: 0 10px 0 10px;
}

.center
{
  text-align: center;
}

div.wrapper
{
  display: block;
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  height: auto;
  padding: 0 50px 0 50px;

}

section
{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;

}

section.white
{
  padding: 70px 0 30px 0;
  color: #3f9139;
  background: white;
}

section.green
{
  padding: 70px 0 30px 0;
  color: white;
  background: #3f9139;
}

div.imgs
{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
}

div.imgs > div.img
{
  display: block;
  position: relative;
  float: left;
  width: 33.333333%;

}

div.logos
{
  display: block;
  position: relative;
  text-align: center;

}

div.logos > img
{
  margin: 0 10px 0 10px;

}

div.logos > img:first-child
{
  margin-left: 0;
}

div.logos > img:last-child
{
  margin-right: 0;
}

div.address
{
  display: block;
  position: relative;
  float: left;
  padding: 25px 0 0 0;
  width: 100%;
  height: auto;
}

div.address > p
{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: normal;
  text-align: center;
}

footer
{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 50px;

  text-align: center;
  line-height: 50px;
  font-size: 14px;

  background: white;
}

@media screen and (max-width: 875px)
{
  html.box.reg body.box.reg section.box.reg.green div.wrapper.box div.center.box h1

  {
    font-size: 20px;
  }
}



@media screen and (max-width: 700px)
{

  html.box.reg body.box.reg section.box.reg.green div.wrapper.box
  {
    padding: 0 25px 0 25px;
  }
  html body section div.wrapper div.logos img
  {
    width: 160px !important;
  }

  html.box.reg body.box.reg section.box.reg.green div.wrapper.box div.center.box h1
  {
    font-size: 16px;
  }
}

@media screen and (max-width: 650px)
{
  html body section div.wrapper div.logos img
  {
    width: 110px !important;
  }

  html.box.reg body.box.reg section.box.reg.white div.wrapper.box p.box.center,
  html.box.reg body.box.reg section.box.reg.green div.wrapper.box p.box.center
  {
    font-size: 20px;
    line-height: 30px;
  }

  html body section div.wrapper div.logos img:nth-child(2)
  {
    margin: 0 4px 0 4px;
  }
}


@media screen and (max-width: 580px)
{
  html body section div.wrapper div.center h1
  {
    font-size: 20px;
  }

  html.box.reg body.box.reg section.box.reg.white div.wrapper.box p.box.center,
  html.box.reg body.box.reg section.box.reg.green div.wrapper.box p.box.center
  {
    font-size: 18px;
    line-height: 28px;
  }

  html body section div.wrapper div.imgs div.img
  {
    width: 100%;
  }

  html.box.reg body.box.reg section.box.reg.green div.wrapper.box div.center.box img.box
  {
    width: 400px !important;
  }

  html.box.reg body.box.reg section.box.reg.green div.wrapper.box div.center.box h1
  {
    font-size: 12px;
  }

  html.box.reg body.box.reg section.box.reg.green div.wrapper.box div.center.box h1 span.bull
  {
    padding: 0 5px 0 5px;
  }

  html.box.reg body.box.reg section.box.reg.green div.wrapper.box div.address.box.center h3,
  html.box.reg body.box.reg section.box.reg.white div.wrapper.box div.address.box.center h3,
  html.box.reg body.box.reg section.box.reg.green div.wrapper.box div.address.box.center p,
  html.box.reg body.box.reg section.box.reg.white div.wrapper.box div.address.box.center p
  {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px)
{
  html body section div.wrapper div.logos img
  {
    width: 86px !important;
  }

  html.box.reg body.box.reg section.box.reg.green div.wrapper.box div.center.box img.box
  {
    width: 320px !important;
  }

  html.box.reg body.box.reg section.box.reg.green div.wrapper.box div.center.box h1
  {

  }
}

@media screen and (max-width: 420px)
{
  html body section div.wrapper div.logos img
  {
    width: 60px !important;
  }

  html.box.reg body.box.reg footer a.green.std
  {
    font-size: 12px;
  }


}


