body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
@font-face {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Regular'), url('../fonts/AvenirNextLTPro-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Avenir Next Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Bold'), url('../fonts/AvenirNextLTPro-Bold.woff') format('woff');
}
body {
  color: #202020;
  font-family: 'Avenir Next', 'Arial', sans-serif;
  font-size: 18px;
}
p {
  margin-bottom: 1em;
  line-height: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  font-family: 'Avenir Next Bold', 'Arial', sans-serif;
}
h1 {
  font-size: 40px;
  text-transform: lowercase;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 30px;
  text-transform: lowercase;
  text-align: left;
}
h4 {
  font-size: 16px;
}
ul {
  margin: 0 0 1em 1em;
  padding: 0;
}
ul li {
  line-height: 2em;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
}
strong {
  font-family: 'Avenir Next Bold', 'Arial', sans-serif;
}
em {
  font-style: italic;
}
a {
  text-decoration: underline;
  font-family: 'Avenir Next Bold', 'Arial', sans-serif;
  color: #D92280;
}
a:hover {
  color: #ad1b66;
}
body {
  background: #fff;
}
#popup {
  padding: 20px;
}
