a, body, div, h1, html, li, p, section, strong, ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

section {
  display: block;
  margin: 0 0 4em 0;
}

section:last-child, section>:last-child {
  margin-bottom: 0;
}

body {
  -webkit-text-size-adjust: none;
  line-height: 1;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #919499;
  font-size: 14pt;
  line-height: 1.75em;
  letter-spacing: .025em;
  background: #e97770 url(../images/overlay.png);
}

ul {
  list-style: none;
}

html {
  box-sizing: border-box;
}

h1 {
  font-weight: 700;
  color: #484d55;
}

h1 a {
  color: inherit;
  text-decoration: none;
}

a {
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
  -ms-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
  text-decoration: underline;
  color: #717479;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
  color: #484d55;
}

p, ul {
  margin-bottom: 2em;
}

ul {
  list-style: disc;
  padding-left: 1em;
}

ul li {
  padding-left: .5em;
}

*, :after, :before {
  box-sizing: inherit;
}

.container {
  margin: 0 auto;
  max-width: 100%;
  width: 68em;
}

.wrapper {
  position: relative;
  padding: 6em 0 9em 0;
}

.wrapper .title {
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  letter-spacing: .25em;
  font-size: .9em;
  width: 25em;
  height: 3.25em;
  top: -3.25em;
  line-height: 3.25em;
  margin-bottom: -3.25em;
  margin-left: -12.5em;
  padding-top: .5em;
}

.wrapper .title:before {
  content: '';
  position: absolute;
  bottom: -38px;
  left: -35px;
  width: 35px;
  height: 38px;
  background: url(../images/shadow.png);
}

.wrapper .title:after {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  content: '';
  position: absolute;
  bottom: -38px;
  right: -35px;
  width: 35px;
  height: 38px;
  background: url(../images/shadow.png);
}

.wrapper.style1 {
  background: #e97770 url(../images/overlay.png);
  color: #eee;
  color: rgba(255, 255, 255, .75);
}

.wrapper.style1 .title {
  background: #e97770 url(../images/overlay.png);
  color: #fff;
}

.wrapper.style1 a, .wrapper.style1 strong {
  color: #fff;
}

.wrapper.style3 {
  background: #f3f3f3 url(../images/overlay.png);
}

#page-wrapper>section {
  margin-bottom: 0;
}

#header {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  height: 24em;
  background: url(../images/banner.jpg) center center;
  background-size: cover;
  padding: 0;
  height: 35em;
}

#header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/overlay.png);
}

#logo {
  width: 100%;
  text-align: center;
  position: relative;
  top: 1.5em;
}

#logo h1 {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-size: 2em;
  letter-spacing: .25em;
}

#logo p {
  color: #eee;
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
  margin: 1.25em 0 0 0;
  display: block;
  letter-spacing: .2em;
  font-size: .9em;
}

#intro {
  padding-bottom: 8em;
  text-align: center;
}

#intro p.style1 {
  font-size: 1.5em;
  letter-spacing: .075em;
}

#intro p.style3 {
  font-size: 1.1em;
  width: 48em;
  margin: 0 auto;
}

#copyright {
  text-align: center;
  padding-top: 6em;
  margin-top: 6em;
  border-top: solid 1px rgba(255, 255, 255, .05);
}

#copyright ul {
  display: inline-block;
  border-radius: .35em;
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .05);
  color: #aaa;
  color: rgba(255, 255, 255, .25);
  padding: .75em 2em;
  font-size: .9em;
}

#copyright ul li {
  display: inline-block;
  margin-left: 1em;
  padding-left: 1em;
  border-left: solid 1px #333;
  border-left-color: rgba(255, 255, 255, .05);
}

#copyright ul li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

@media screen and (max-width:1680px) {
  body {
    font-size: 12pt;
  }

  .container {
    width: 70em;
  }
}

@media screen and (max-width:1280px) {
  body {
    font-size: 11pt;
    line-height: 1.5em;
    letter-spacing: .015em;
  }

  .container {
    width: calc(100% - 100px);
  }

  .wrapper {
    padding: 4em 0 7em 0;
  }

  #logo {
    margin-top: -.5em !important;
  }

  #logo h1 {
    font-size: 1.75em;
  }

  #intro {
    padding-bottom: 7em;
  }

  #intro p.style1 {
    font-size: 1.25em;
  }

  #copyright {
    padding-top: 4em;
    margin-top: 4em;
  }
}

@media screen and (max-width:980px) {
  .container {
    width: calc(100% - 100px);
  }

  #logo {
    top: 0;
  }

  #intro p.style3 {
    width: auto;
  }

  #page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    transition: transform .5s ease;
    padding-bottom: 1px;
  }
}

@media screen and (max-width:736px) {
  body {
    line-height: 1.5em;
    font-size: 10.5pt;
    letter-spacing: 0;
  }

  section {
    clear: both;
  }

  .container {
    width: calc(100% - 40px);
  }

  .wrapper {
    padding: 3em 0 6em 0;
  }

  .wrapper .title {
    font-size: .9em;
    width: 18em;
    height: 2.5em;
    top: -2.5em;
    line-height: 2.5em;
    margin-bottom: -2.5em;
    margin-left: -9em;
    padding-top: .5em;
  }

  .wrapper .title:after, .wrapper .title:before {
    height: 15px;
    bottom: -15px;
    background-size: 100% 100%;
  }

  #header {
    height: 20em;
  }

  #logo {
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
  }

  #logo h1 {
    font-size: 1.5em;
    letter-spacing: .2em;
  }

  #logo p {
    margin: 1.25em 0 0 0;
    display: block;
    letter-spacing: .2em;
    font-size: .9em;
  }

  #intro {
    text-align: center;
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom: 5em;
    margin: 0 auto;
  }

  #intro p.style1 {
    margin-bottom: 1.5em;
  }

  #copyright {
    padding-top: 0;
    margin-top: 4em;
    border-top: 0;
  }

  #copyright ul {
    padding: 1em 2em;
    width: 100%;
  }

  #copyright ul li {
    display: block;
    margin: .5em 0 0 0;
    border-left: 0;
    padding: 0;
  }

  #copyright ul li:first-child {
    margin-top: 0;
  }
}
