html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4;
  background: #fff;
}

@font-face {
  font-family: 'Avenir Next';
  src: url(fonts/avenirnext.eot?#iefix);
  src: url(fonts/avenirnext.eot?#iefix) format("eot"), url(fonts/avenirnext.woff) format("woff"), url(fonts/avenirnext.ttf) format("truetype"), url(fonts/avenirnext.svg#673255fd-d249-41ff-b7e0-427d79ed8851) format("svg"); }

@font-face {
  font-family: 'AvenirNext Regular';
  src: url(fonts/avenirnextreg.eot?#iefix);
  src: url(fonts/avenirnextreg.eot?#iefix) format("eot"), url(fonts/avenirnextreg.woff) format("woff"), url(fonts/avenirnextreg.ttf) format("truetype"), url(fonts/avenirnextreg.svg#52a192b1-bea5-4b48-879f-107f009b666f) format("svg"); }

@font-face {
  font-family: 'Gotham Regular';
  src: url(fonts/GothamMedium.eot?#iefix);
  src: url(fonts/GothamMedium.eot?#iefix) format("eot"), url(fonts/GothamMedium.woff) format("woff"), url(fonts/GothamMedium.ttf) format("truetype"), url(fonts/GothamMedium.svg#52a192b1-bea5-4b48-879f-107f009b666f) format("svg"); }

html, body {
  font-family: 'AvenirNext Regular', sans-serif;
  font-weight: normal;
  background: transparent;
  height: 100%;
  width: 100%;
  max-height: 100%;
  margin: 0px;
}

#header {
  font-family: 'AvenirNext Regular', sans-serif;
  position: absolute;
  z-index: 999999;
  display: block;
  margin: 0 0 0 0;
  width: 100%;
  height: 66px;
  background: url(img/bg-header.png) repeat-x; }

#header .content {
  position: relative; }

.lnNav ul {
  margin-top: 0; }

.lnNav li {
  list-style: none;
  float: left;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 56px;
  text-rendering: optimizeLegibility;
  letter-spacing: 1px;
  margin: 0 30px 0 0; }

.lnNav li a {
  color: #e11d39;
  text-decoration: none;
  font-size: 12px;
}

.body-content {
  margin-top: 40px;
  margin-bottom: 40px;
}

.list-item {
  text-align: center;
}

.list-item img {
  width: 50px;
}

.list-item h2 {
  font-family: 'Gotham Regular';
  font-weight: bold;
  font-size: 26px;
  color: #e41c39;
}


hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  height: 1px;
  width: 50%;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.closing {
  width: 100%;
  height: 100px;
  font-family: 'Gotham Regular';
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

.footer {
  border-top: 8px solid #c80000;
  width: 100%;
  height: 150px;
  background-color: black;
  text-align: center;
}

.footer img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width:250px;
}

.footer p {
  color: white;
  font-size: 12px;
  margin-top: 11px;
}

.arrow-down {
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #c80000;
}


@media screen and (min-width: 1200px) {
  #header .logo a {
    position: absolute;
    top: 7px;
    left: 45px;
    display: block;
    width: 165px;
    height: 42px;
    background: url(img/ln-logo-header.svg) no-repeat 0 0;
    margin: 0 0 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .lnNav {
    display: block;
    position: absolute;
    top: 0;
    right: 55px;
  }

  .banner-img {
    height: 450px;
    background-image: url("img/banner.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: -314px;
    text-align: center;
    border-bottom: 11px solid #c80000;
  }

  .banner-border {
    border: 3px solid #ca0000;
    position: relative;
    top: 170px;
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
  }

  .banner-img h2 {
    font-family: 'Gotham Regular';
    font-weight: bold;
    margin-top:10px;
    margin-bottom: 10px;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 62px;
  }

  .banner-img p {
    font-family: 'Gotham Regular';
    margin-left: 100px;
    margin-right: 100px;
    color: white;
    top: 200px;
    font-size: 24px;
    position: relative;
  }

  .list-item p {
    color: black;
    font-size: 18px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width:768px) and (max-width: 1200px) {
  #header .logo a {
    position: absolute;
    top: 7px;
    left: 45px;
    display: block;
    width: 165px;
    height: 42px;
    background: url(img/ln-logo-header.svg) no-repeat 0 0;
    margin: 0 0 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .lnNav {
    display: block;
    position: absolute;
    top: 0;
    right: 55px;
  }

  .banner-img {
    height: 450px;
    background-image: url("img/banner.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: -75px;
    text-align: center;
    border-bottom: 11px solid #c80000;
  }

  .banner-border {
    border: 2px solid #ca0000;
    position: relative;
    top: 170px;
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
  }

  .banner-img h2 {
    font-family: 'Gotham Regular';
    font-weight: bold;
    margin-top:10px;
    margin-bottom: 10px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 62px;
  }

  .banner-img p {
    font-family: 'Gotham Regular';
    margin-left: 100px;
    margin-right: 100px;
    color: white;
    top: 200px;
    font-size: 22px;
    position: relative;
  }

  .list-item p {
    color: black;
    font-size: 18px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

}

@media (max-width: 768px) and (min-width:480px) {
  #header .logo a {
    display: block;
    width: 165px;
    height: 42px;
    background: url(img/ln-logo-header.svg) no-repeat 0 0;
    margin: 6px auto 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .lnNav {
    display: none;
  }

  .banner-img {
    height: 350px;
    background-image: url("img/banner.jpg");
    background-size: 110%;
    background-repeat: no-repeat;
    background-position-y: 27px;
    text-align: center;
    border-bottom: 11px solid #c80000;
  }

  .banner-border {
    border: 2px solid #ca0000;
    position: relative;
    top: 101px;
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
  }

  .banner-img p {
    font-family: 'Gotham Regular';
    margin-left: 20px;
    margin-right: 20px;
    color: white;
    top: 117px;
    font-size: 21px;
    position: relative;
  }

  .banner-img h2 {
    font-family: 'Gotham Regular';
    font-weight: bold;
    margin-top:10px;
    margin-bottom: 10px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
  }

  .list-item p {
    color: black;
    font-size: 18px;
	margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 480px) {
  #header .logo a {
    display: block;
    width: 165px;
    height: 42px;
    background: url(img/ln-logo-header.svg) no-repeat 0 0;
    margin: 6px auto 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .lnNav {
    display: none;
  }

  .list-item p {
    color: black;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .banner-img {
    height: 350px;
    background-image: url("img/banner.jpg");
    background-size: 140%;
    background-repeat: no-repeat;
    background-position-y: 27px;
    text-align: center;
    border-bottom: 11px solid #c80000;
  }

  .banner-border {
    border: 2px solid #ca0000;
    position: relative;
    top: 101px;
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
  }

  .banner-img h2 {
    font-family: 'Gotham Regular';
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
  }

  .banner-img p {
    font-family: 'Gotham Regular';
    margin-left: 10px;
    margin-right: 10px;
    color: white;
    top: 117px;
    font-size: 18px;
    position: relative;
  }
  .closing {
  width: 100%;
  height: 100px;
  font-family: 'Gotham Regular';
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
}
