/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.group:after {
  content: "";
  display: table;
  clear: both; }

/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: serif;
  font-size: 117.5%;
  -webkit-font-smoothing: antialiased; }

/* Copy & Lists */
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0; }

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

ul li,
ol li {
  line-height: 1.5rem; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0; }

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: sans-serif;
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem; }

h1 {
  font-size: 3.842rem;
  line-height: 4.1rem;
  margin-top: 3rem; }

h2 {
  font-size: 2.828rem;
  line-height: 3rem;
  margin-top: 1rem; }

h3 {
  font-size: 1.414rem; }

h4 {
  font-size: 0.707rem; }

h5 {
  font-size: 0.4713333333333333rem; }

h6 {
  font-size: 0.3535rem; }

/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse; }

table td,
table th {
  padding: 0;
  line-height: 33px; }

/* Code blocks */
code {
  vertical-align: bottom; }

/* Leading paragraph text */
.lead {
  font-size: 1.414rem; }

/* Hug the block above you */
.hug {
  margin-top: 0; }

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

.l-box {
  padding: 1em; }

body {
  /*   background: #cdcdcd; TAN */
  /*   background: #b5b5b5; GREY */
  color: #333333; }

p, ul {
  font-family: "Open Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Abel", sans-serif;
  font-weight: bold; }

.width {
  max-width: 1080px;
  margin: 0 auto; }

header {
  background: #000000;
  margin: 0 auto;
  border-bottom: 3px solid #000000; }

header ul#header-contacts {
  margin: 0 auto;
  padding: 8px 3px 3px;
  text-align: left;
  font-size: .8em;
  color: #f3f3f3;
  display: inline-block; }
  header ul#header-contacts li {
    display: inline-block;
    padding: 2px 8px; }
    header ul#header-contacts li a {
      color: #fff; }

header .oval {
  width: 260px;
  height: 120px;
  margin: -23px 0 0;
  background: white;
  box-shadow: 0px 0px 14px rgba(54, 54, 54, 0.76);
  -moz-border-radius: 130px / 60px;
  -webkit-border-radius: 130px / 60px;
  border-radius: 130px / 60px;
  float: left; }

#brand-link {
  position: absolute;
  top: 50px;
  left: -530px;
  padding-left: 50%;
  text-align: left;
  margin: 5px auto 5px; }

#brand-link img {
  padding-bottom: 4px;
  padding-top: 9px; }

nav {
  float: right;
  text-align: right;
  font-size: .85em;
  margin-bottom: 0; }

nav ul {
  text-align: center;
  font-weight: bold; }

nav ul a {
  color: #f2f2f2; }

nav ul a.pure-menu-link {
  color: #f2f2f2; }

nav ul a.pure-menu-link:hover {
  color: #02cc3d; }

#home-cover {
  background-size: cover;
  background-position: center center;
  padding: 540px 0 100px;
  margin: 0 auto; }

#home-cover #lead-in {
  margin: 0 auto;
  padding: 0;
  max-width: 1080px;
  background: rgba(255, 255, 255, 0.85);
  color: #000000;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5); }

#home-cover #lead-in h1 {
  font-size: 1.8em;
  line-height: 1em;
  padding: 0;
  margin: 20px 0; }

#home-cover #lead-in p {
  font-size: 1.0em;
  line-height: 1.3em;
  padding: 0 60px;
  margin: 20px; }

#home-cover #lead-in .pure-button-primary {
  font-size: 1.3em;
  font-weight: bold;
  padding: 1em 4em;
  margin: 2em auto 1em;
  font-family: "Abel", sans-serif; }

#page-cover {
  background-size: cover;
  padding: 0 0 0;
  margin: 0 auto; }
  #page-cover h1 {
    text-align: right;
    float: right;
    margin: 0;
    padding: 20px;
    color: #02cc3d;
    background: rgba(255, 255, 255, 0.75); }

#content {
  max-width: 1080px;
  margin: 30px auto 2em;
  border-top: 5px solid #02cc3d;
  background: #FFF; }

#content .section {
  margin-bottom: 10px;
  padding: 10px 1em 10px;
  text-align: center; }

#content .section h3 {
  text-align: center;
  font-size: 1.8em; }

#content .section p {
  margin: 45px 85px;
  font-size: .9em;
  line-height: 1.4em;
  color: #767676; }

#page #content h1 {
  text-align: center;
  margin: .5em 2em 1em;
  padding-bottom: .5em;
  font-size: 2.4em;
  border-bottom: 1px solid #02cc3d; }

#page #content h2 {
  text-align: center;
  font-size: 1.8em; }

#page #content h3 {
  padding: 6px 1.3em; }

#page #content p {
  padding: .2em 2em .8em;
  text-align: justify;
  color: #767676; }

#page #content ul {
  padding: .2em 2em .8em;
  text-align: justify;
  color: #767676; }

#page #content ul li {
  list-style: disc;
  margin-left: 2em; }

footer {
  text-align: center;
  margin: 45px auto 0;
  padding: 10px 0 0;
  border-top: 1px solid #ffffff;
  font-size: .85em; }

footer li {
  list-style: none !important;
  margin-left: 0 !important;
  text-align: center !important;
  padding: 0 !important; }

footer .pure-menu {
  background: #02cc3d;
  border-top: 3px solid #ffffff; }

footer .pure-menu a {
  color: white; }

footer .pure-menu a.pure-menu-link {
  color: #FFF; }

footer .pure-menu a.pure-menu-link:hover {
  color: #02cc3d; }
