body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
}
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: 'Montserrat';
  src: url('/fonts/montserrat-regular-webfont.eot');
  src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/montserrat-regular-webfont.woff2') format('woff2'), url('/fonts/montserrat-regular-webfont.woff') format('woff'), url('/fonts/montserrat-regular-webfont.ttf') format('truetype'), url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Pontano Sans';
  src: url('/fonts/pontanosans-regular-webfont.eot');
  src: url('/fonts/pontanosans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/pontanosans-regular-webfont.woff2') format('woff2'), url('/fonts/pontanosans-regular-webfont.woff') format('woff'), url('/fonts/pontanosans-regular-webfont.ttf') format('truetype'), url('/fonts/pontanosans-regular-webfont.svg#pontano_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat Bold';
  src: url('/fonts/montserrat-bold-webfont.eot');
  src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/montserrat-bold-webfont.woff2') format('woff2'), url('/fonts/montserrat-bold-webfont.woff') format('woff'), url('/fonts/montserrat-bold-webfont.ttf') format('truetype'), url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 20px;
  font-family: Pontano Sans, arial, sans-serif;
  color: #444444;
  background: #fff;
}
ul.social {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.social li {
  display: inline-block;
  height: 40px;
  width: 40px;
  vertical-align: top;
}
ul.social li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  background: #f0f0f0;
  overflow: hidden;
  text-indent: -100em;
}
ul.social li.follow {
  width: 65px;
  line-height: 40px;
}
ul.social li.follow span {
  font-size: 15px;
}
@media (max-width: 580px) {
  ul.social li.follow {
    display: none;
  }
}
ul.social li.facebook a {
  background: url(../img/facebook.svg) no-repeat 0 0;
  background-size: contain;
}
ul.social li.instagram a {
  background: url(../img/instagram.svg) no-repeat 0 0;
  background-size: contain;
}
p {
  margin-bottom: 1em;
  line-height: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .3em;
  font-family: Montserrat Bold;
  text-transform: uppercase;
  line-height: 140%;
  color: #ed1c24;
  font-weight: normal;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 45px;
  line-height: 1em;
}
h3 small {
  display: block;
  font-size: 32px;
}
h3 strong {
  font-size: 60px;
  display: block;
}
h4 {
  font-size: 28px;
  font-family: Montserrat;
}
h5 {
  font-size: 16px;
  color: #000;
  margin-bottom: .6em;
  font-family: Montserrat;
}
ul {
  margin: 0 0 1em 1em;
  padding: 0;
}
ul li {
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
}
strong {
  font-weight: bold;
}
a {
  color: #ed1c24;
}
@media (max-width: 1800px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 40px;
    line-height: 1em;
  }
  h3 small {
    font-size: 28px;
  }
  h3 strong {
    font-size: 55px;
  }
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  body {
    font-size: 17px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 36px;
    line-height: 1em;
  }
  h3 small {
    font-size: 23px;
  }
  h3 strong {
    font-size: 46px;
  }
  h4 {
    font-size: 21px;
  }
}
@media (max-width: 1260px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1010px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 36px;
    line-height: 1em;
  }
  h3 small {
    display: block;
    font-size: 23px;
  }
  h3 strong {
    font-size: 42px;
  }
  h4 {
    font-size: 21px;
  }
}
@media (max-width: 580px) {
  body {
    font-size: 15px;
  }
}
body {
  background: #fff;
}
#popup {
  padding: 20px;
}
