aside,
header,
section {
  display: block;
}

a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
}


td,
th {
  padding: 0;
}


@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
 
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .label {
    border: 1px solid #000;
  }
  
}



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


*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%; 
}

@media (max-width: 1199px) {
   html {
      font-size: 56.25%; 
   }
}
@media (max-width: 991px) {   
    html {
      font-size: 50%;
    }
}
@media (max-width: 767px) {
    html {
      font-size: 43.75%;
    }
}


body {
  font-family: "Droid Sans", "Helvetica", sans-serif;
  background-color: #ffffff;
  font-size: 1.8em;
  font-weight: 300;
  color: #323232;
  margin: 0; 
   position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Anton", "Impact";
  margin-top: 0;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-bottom: 10px;
 }

h1 {
  text-transform: uppercase;
  font-size: 2em;
  margin-bottom: 20px;
  padding-top: 10px; }

h2 {
  font-size: 1.8em;
  letter-spacing: .03em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 2.4em;
}

h5 {
  font-size: 2.3em;
}

h6 {
  font-size: 1.8em;
}


a {
  color: #267ac1; }

  a:hover {
    text-decoration: none;
    color: #4093da; }

html, body {
  height: 100%;
  overflow-x: hidden; }
