/* Reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, small, sub, sup, b, u, i, center, ol, ul, li, footer, header, menu, nav, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
  -webkit-text-size-adjust: none;
}

li {
  font-size: .9375em;
  list-style: none;
  padding-left: 1.5em;
  padding-bottom: .5em;
  text-align: left;
}

@media screen and (max-width: 1240px) {
  li {
    font-size: .875em;
  }
  ul.features, li.features {
    font-size: 1em;
  }
}

@media screen and (max-width: 960px) {
  li {
    font-size: .9125em;
  }
  ul.features, li.features {
    font-size: 1em;
  }
}

@media screen and (max-width: 480px) {
  ul.features, li.features {
    font-size: 1em;
    padding: 0;
    width: 100%;
  }
}

/* Box Model */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Basic */

body {
  background: #fff;
}

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

body, input, select, textarea {
  font-family: 'Open Sans', sans-serif;
  color: #303030;
  font-size: 14pt;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 1680px) {
  body, input, select, textarea {
    font-size: 14pt;
  }
}

@media screen and (max-width: 1280px) {
  body, input, select, textarea {
    font-size: 13pt;
  }
}

@media screen and (max-width: 840px) {
  body, input, select, textarea {
    font-size: 11pt;
  }
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: #005689;
  text-decoration: none;
}

#terms a:hover {
  color: #fff;
}

strong, b {
  color: #303030;
  font-weight: 600;
}

em, i {
  font-style: italic;
}

p {
  color: #303030;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 .5em 0;
  text-align: left;
  font-size: .9375em;
}

p.small {
  font-size: .9375em;
  margin: 0;
  text-align: center;
}

small {
  font-size: .9375em;
  margin: 0;
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 960px) {
  p {
    font-size: .8125em;
  }

  small {
    font-size: .75em;
    margin: 0;
  }

  p.small {
    font-size: .875em;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  p {
    font-size: .9125em;
  }

  small {
    font-size: .8725em;
  }

  p.gjc {
  padding-top: 1em;
  }
}

@media screen and (max-width: 320px) {
  p {
    font-size: .8125em;
  }
  small {
    font-size: .75em;
    margin: 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", Helvetica, sans-serif;
  color: #303030;
  font-weight: 300;
  text-align: center;
}

h1, h2, footer h6  {
  letter-spacing: .125em;
}



h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 1.25em;
}

@media screen and (max-width: 1440px) {
  h2 {
    font-size: 1.125em;
    line-height: 1.65em;
  }
}

@media screen and (max-width: 960px) {
  h2 {
    font-size: 1em;
    line-height: 1.65em;
  }
}

@media screen and (max-width: 840px) {
  h2 {
    font-size: 1.25em;
  }
}

h3 {
  font-size: 1.25em;
  padding-bottom: .5em;
}

h4 {
  font-size: 1.25em;
  padding-bottom: .5em;}

h5 {
  color: #505050;
  font-size: 1.0625em;
  font-weight: 300;
  line-height: 1.5em;
}

h6 {
  font-size: .9375em;
  font-weight: 300;
  line-height: 1.5em;
}

@media screen and (max-width: 480px) {
  h6 {
    font-size: .8125em;
  }
}

.inspections {
  padding: 1em 0 0 0;
}

hr.major {
  margin: 4.5em 0;
}


/* Section/Article */

section.special, article.special {
  text-align: center;
}

header p {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  top: -.25em;
}

header h3+p {
  font-size: .9125em;
}

.drop {
  padding-top: 1em;
}

header h4+p, header h5+p, header h6+p {
  font-size: .9em;
}

header.major {
  margin: 0 auto;
  width: 80%;
}

header.major h2, header.major h3, header.major h4, header.major h5 {
  border-bottom: solid 2px #fff;
  padding: .5em 0;
  position: relative;
}

header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
  content: '';
  display: block;
  height: 1px;
}

header.major p {
  color: #fff;
  top: 0;
  font-size: 1em;
}

@media screen and (max-width: 840px) {
  header.major {
    margin: 0 auto;
    width: 100%;
  }
  header br {
    display: none;
  }
}

/* Box */

.box {
  border-radius: 3px;
  border: solid 2px #fff;
  margin-bottom: 2em;
  padding: 1em;
}

.box> :last-child, .box> :last-child> :last-child, .box> :last-child> :last-child> :last-child {
  margin-bottom: 0;
}

.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* Icon */

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon>.label {
  display: none;
}

.icon.major {
  border-radius: 3px;
  border: solid 2px #fff;
  display: inline-block;
  font-size: 1.35em;
  height: calc(3em + 2px);
  line-height: 3em;
  text-align: center;
  width: calc(3em + 2px);
}

@media screen and (max-width: 840px) {
  .icon.major {
    font-size: 1em;
  }
}

.icon.style1 {
  color: #00ffcc;
}

.icon.style2 {
  color: #00f0ff;
}

.icon.style3 {
  color: #76ddff;
}


/* Image */

.align-center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
padding: 1em 0;
  }

.divider {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: .75em;
}

.image {
  border-radius: 3px;
  border: 0;
  display: inline-block;
  position: relative;
}

.image img {
  border-radius: 3px;
  display: block;
  width: 100%;
  height: auto;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
  top: .25em;
}

.image.right {
  float: right;
  margin: 0 0 2em 2em;
  top: .25em;
}

.image.left, .image.right {
  max-width: 50%;
}

.image.left img, .image.right img {
  width: 100%;
}

.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}

.image.fit img {
  width: 100%;
}

/* List */

ul {
  margin: .5em 0;
}

li.center {
  text-align: center;
  padding: 0 0 .75em 0;
}

ul.alt {
  list-style: none;
  padding-left: 0;
}

ul.alt li {
  border-top: solid 1px #fff;
  padding: .5em 0;
}

ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.icons {
  cursor: default;
  list-style: none;
  padding: 0 1.5em;
  text-align: center;
}

ul.icons li {
  display: block;
  padding: .5em;
  text-align: center;
}

ul.icons li:last-child {
  padding: 0 0 .5em 0;
}

ul.icons.major {
  padding: 1em 0;
}

ul.icons.major li {
  padding-right: 3.5em;
}

@media screen and (max-width: 840px) {
  ul.icons.major li {
    padding: 0 1em !important;
  }
}

ul.actions {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.actions li {
  display: inline-block;
  padding: 0 1.5em 0 0;
  vertical-align: middle;
}

ul.actions li:last-child {
  padding-right: 0;
}

ul.actions.small li {
  padding: 0 .75em 0 0;
}

ul.actions.vertical li {
  display: block;
  padding: 1.5em 0 0 0;
}

ul.actions.vertical li:first-child {
  padding-top: 0;
}

ul.actions.vertical li>* {
  margin-bottom: 0;
}

ul.actions.vertical.small li {
  padding: .75em 0 0 0;
}

ul.actions.vertical.small li:first-child {
  padding-top: 0;
}

ul.actions.fit {
  display: table;
  margin-left: -1.5em;
  padding: 0;
  table-layout: fixed;
  width: calc(100% + 1.5em);
}

ul.actions.fit li {
  display: table-cell;
  padding: 0 0 0 1.5em;
}

ul.actions.fit li>* {
  margin-bottom: 0;
}

ul.actions.fit.small {
  margin-left: -.75em;
  width: calc(100% + 0.75em);
}

ul.actions.fit.small li {
  padding: 0 0 0 0.75em;
}

@media screen and (max-width: 840px) {
  ul.actions li {
    display: block;
    padding: 1em 0 0 0;
    text-align: center;
    width: 100%;
  }
  ul.actions li:first-child {
    padding-top: 0;
  }
  ul.actions li>* {
    margin: 0 auto !important;
    max-width: 30em;
    width: 100%;
  }
  ul.actions li>*.icon:before {
    margin-left: -1em;
  }
  ul.actions.small li {
    padding: .5em 0 0 0;
  }
  ul.actions.small li:first-child {
    padding-top: 0;
  }
}

dl {
  margin: 0 0 2em 0;
}

/* Features */

.features {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  width: 100%;
}

.features li {
  padding: 5em 1.5em 2em 1.5em;
  display: block;
  position: relative;
  text-align: left;
  width: 50%;
}

.features li:nth-child(1) {
  background-color: rgba(0, 0, 0, .025);
}

.features li:nth-child(2) {
  background-color: rgba(0, 0, 0, .05);
}

.features li:before {
  display: block;
  color: #00ffcc;
  position: absolute;
  left: 50%;
  top: .75em;
  font-size: 2.5em;
}

.features li:nth-child(1) {
  border-top-left-radius: 3px;
}

.features li:nth-child(2) {
  border-top-right-radius: 3px;
}

.features li:nth-last-child(1) {
  border-bottom-right-radius: 3px;
}

.features li:nth-last-child(2) {
  border-bottom-left-radius: 3px;
}

@media screen and (max-width: 980px) {
  .features li {
    padding: 2em 1.5em 1.5em 1.5em;
    text-align: center;
  }
  .features li:before {
    left: 0;
    margin: 0 0 1em 0;
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 840px) {
  .features li {
    padding: 3em 0 1em 0;
    background-color: transparent !important;
    width: 100%;
    font-size: 1em;
  }
  .features li:first-child {
    border-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .features li {
    padding: 0;
    font-size: 1em;
  }
  .features li:before {
    margin: 0;
  }
}

/* Spotlight */

.spotlight, .spotlight2 {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.spotlight .image {
  -moz-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  border-radius: 0;
  width: 50%;
}

.spotlight2 .image {
  -moz-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  border-radius: 0;
  width: 50%;
}

.spotlight .image img {
  border-radius: 0;
  width: 100%;
}

.spotlight2 .image img {
  border-radius: 0;
  width: 100%;
}

.spotlight .content {
  padding: 1em 1.5em 0 1.5em;
  -moz-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  max-width: 48em;
  width: 50%;
}

.spotlight2 .content {
  padding: 1em 1.5em 0 1.5em;
  -moz-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  max-width: 72em;
  width: 50%;
}

section#banner .spotlight .content {
  padding: .5em 1.5em 3em 1.5em;
}

.spotlight:nth-child(2n) {
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.spotlight2:nth-child(2n) {
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 840px) {
  .spotlight .image {
    width: 100%;
  }
  .spotlight2 .image {
    width: 100%;
  }
  .spotlight .content {
    width: 100%;
  }
  .spotlight2 .content {
    width: 100%;
  }
  .spotlight, .spotlight2 {
    display: block;
  }
  .spotlight br {
    display: none;
  }
  .spotlight .content {
    padding: 1.5em 1.5em 0em 2em;
    max-width: none;
    text-align: center;
    width: 100%;
  }
  section#banner .spotlight .content {
    padding: .75em 0;
  }
}

@media screen and (max-width: 480px) {
  .spotlight .image {
    width: 100%;
  }
  .spotlight .content {
    width: 100%;
    padding: .25em 1em 1em 1em;
  }
  .spotlight2 .image {
    width: 100%;
  }
  .spotlight2 .content {
    width: 100%;
    padding: .25em 1em 1em 1em;
  }
  #banner h2 {
    font-size: 1.5em;
    padding: 0;
    line-height: 1;
  }
}

@media screen and (max-width: 330px) {
  .spotlight .content {
    padding: .15em 1em 1em 1em;
  }
  .spotlight2 .content {
    padding: .15em 1em 1em 1em;
  }
  #banner h2 {
    font-size: 1.25em;
    padding: .25em;
    line-height: 1;
  }
}

/* Wrapper */

.wrapper {
  padding: 1em 0 4em 0;
}

.wrapper>.inner {
  width: 90%;
  margin: 0 auto;
}

section#banner.wrapper {
  padding: 3em 0 0 0;
}

@media screen and (max-width: 480px) {
   section#one.wrapper>.inner {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {
  section#one.wrapper>.inner {
    width: 90%;
    margin: 0 auto;
  }
}

.wrapper.alt {
  padding: 0;
}

.wrapper.style1 {
  background-color: #197caa;
  color: #c7ebe8;
}

@media screen and (max-width: 840px) {
  .wrapper.style1 {
    padding: 1em 0;
  }
}

.wrapper.style1 li {
  padding-left: 2em;
  font-size: 1em;
  padding-bottom: .25em;
}

.wrapper.style1 strong, .wrapper.style1 b {
  color: #fff;
}

.wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
  color: #fff;
}

.wrapper.style1 hr {
  border-color: rgba(0, 0, 0, .125);
}

.wrapper.style1 header p {
  color: #a6e0db;
}

.wrapper.style1 header.major h2, .wrapper.style1 header.major h3, .wrapper.style1 header.major h4, .wrapper.style1 header.major h5, .wrapper.style1 header.major h6 {
  border-color: rgba(0, 0, 0, .125);
  font-size: 1.5em;
}

.wrapper.style1 header.major p {
  color: #c7ebe8;
}

.wrapper.style1 header.major p.white {
  color: #fff;
  text-align: center;
  width: 70%;
  max-width: 52.5em;
  margin: 1em auto;
}

.wrapper.style1 label {
  color: #fff;
}

.wrapper.style1 .select-wrapper:before {
  color: rgba(0, 0, 0, .125);
}

.wrapper.style1 .icon.major {
  border-color: rgba(0, 0, 0, .125);
}

.wrapper.style1 ul.alt li {
  border-color: rgba(0, 0, 0, .125);
}

@media screen and (max-width: 840px) {
  .wrapper.style1 .features li {
    border-top-color: rgba(0, 0, 0, .125);
  }
}

.wrapper.style3 {
  background-color: #197caa;
  color: #c7ebe8;
}

.wrapper.style3 strong, .wrapper.style3 b {
  color: #fff;
}

.wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 {
  color: #fff;
}

.wrapper.style3 hr {
  border-color: rgba(0, 0, 0, .125);
}

.wrapper.style3 blockquote {
  border-color: rgba(0, 0, 0, .125);
}

.wrapper.style3 code {
  background: rgba(255, 255, 255, .075);
}

.wrapper.style3 p {
  color: #c7ebe8;
}

.wrapper.style3 header.major h2, .wrapper.style3 header.major h3, .wrapper.style3 header.major h4, .wrapper.style3 header.major h5, .wrapper.style3 header.major h6 {
  border-color: rgba(0, 0, 0, .125);
}

.wrapper.style3 header.major p {
  color: #c7ebe8;
}

@media screen and (max-width: 840px) {
  .wrapper.style3 .features li {
    border-top-color: rgba(0, 0, 0, .125);
  }
}

/* Page Wrapper + Menu */

#page-wrapper {
  opacity: 1;
  padding-top: 3em;
  max-width: 1680px;
  margin: 0 auto;
}

#page-wrapper:before {
  background: transparent;
  content: '';
  display: block;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
}

#menu {
  -moz-transform: translateX(22em);
  -webkit-transform: translateX(22em);
  -ms-transform: translateX(22em);
  transform: translateX(22em);
  -moz-transition: -moz-transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  transition: transform 0.25s ease;
  -webkit-overflow-scrolling: touch;
  background: #005689;
  color: #ffffff;
  height: 100%;
  max-width: 90%;
  overflow-y: auto;
  padding: 3em 1.5em;
  position: fixed;
  right: 0;
  top: 0;
  width: 22em;
  z-index: 10002;
}

#menu ul {
  list-style: none;
  padding: 0;
}

#menu ul>li {
  border-top: solid 1px rgba(0, 0, 0, .125);
  margin: 0.5em 0 0 0;
  padding: 0.5em 0 0 0;
}

#menu ul>li:first-child {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#menu ul>li>a {
  border: 0;
  color: inherit;
  display: block;
  font-family: "Oswald", Helvetica, sans-serif;
  font-size: .9375em;
  letter-spacing: .125em;
  outline: 0;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 3em;
}

@media screen and (max-width: 330px) {
  #menu ul>li>a {
    font-size: .875em;
    line-height: 3em;
    letter-spacing: .225em;
  }
}

#menu .close {
  background-image: url("images/close.svg");
  background-position: 4.85em 1em;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 7em;
}

@media screen and (max-width: 840px) {
  #menu {
    padding: 3em 1.5em;
  }
}

body.is-menu-visible #page-wrapper {
  opacity: 0.35;
}

body.is-menu-visible #page-wrapper:before {
  display: block;
}

body.is-menu-visible #menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}


/* Header */

#header {
  background: #5ca6ca;
  height: 3em;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1680px;
  line-height: 3em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#header h1 {
  height: inherit;
  left: 1.25em;
  line-height: inherit;
  position: absolute;
  top: 0;
  color: #ffffff;
  font-size: 1.5625em;
}

@media screen and (max-width: 420px) {
  #header h1 {
    font-size: 1.375em;
  }
}

#header h1 a {
  border: 0;
  display: block;
  height: inherit;
  line-height: inherit;
  text-decoration: none;
}

#header h1 a:hover {
  color: #005689;
}

@media screen and (max-width: 840px) {
  #header h1 a {
    font-size: .75em;
  }
}

#header.menu-header {
  font-size: .75em;
}

#header nav {
  height: inherit;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: 0;
}

#header nav>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#header nav>ul>li {
  display: inline-block;
  padding: 0;
}

#header nav>ul>li>a {
  border: 0;
  color: #fff;
  display: block;
  font-size: 1em;
  letter-spacing: .225em;
  padding: 0 1.5em;
  text-transform: uppercase;
  text-decoration: none;
}

#header nav>ul>li>a:hover {
  color: #005689;
}

#header nav>ul>li>a.menuToggle {
  outline: 0;
  position: relative;
}

#header nav>ul>li>a.menuToggle:after {
  background-image: url("images/bars.svg");
  background-position: right center;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 3.5em;
  vertical-align: top;
  width: 2em;
}

#header nav>ul>li>a.menuToggle span {
  font-size: 1.375em;
  font-family: 'Oswald';
  letter-spacing: .225em;
}

@media screen and (max-width: 840px) {
  #header nav>ul>li>a.menuToggle {
    padding: 0 1.5em;
  }
  #header nav>ul>li>a.menuToggle span {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  #header nav>ul>li>a {
    padding: 0 0 0 1.5em;
  }
}

#header nav>ul>li:first-child {
  margin-left: 0;
}


/* Banner */

#banner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: default;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#banner .spotlight #banner .content {
  padding: 0 1.5em 0 1.5em;
  max-width: none;
  text-align: center;
  width: 100%;
}

#banner h2 {
  display: inline-block;
  font-size: 1.75em;
  opacity: 1;
  padding: .125em 0;
  position: relative;
  z-index: 1;
}

#banner h2:before, #banner h2:after {
  background: #505050;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}

#banner h2:before {
  top: 0;
  left: 0;
}

#banner h2:after {
  bottom: 0;
  right: 0;
}

#banner h3 {
  font-size: 1.5em;
  padding-top: 1em;
}

#banner p {
  font-family: "Oswald", serif;
  font-size: 1.125em;
  letter-spacing: .09375em;
  text-align: center;
  padding-top: .5em;
}

#banner p a {
  color: inherit;
}

#banner .more {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border: none;
  bottom: 0;
  color: inherit;
  font-family: "Oswald", serif;
  font-size: .9375em;
  height: 6em;
  left: 75%;
  letter-spacing: .125em;
  margin-left: -8em;
  opacity: 1;
  outline: 0;
  padding-left: .225em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 16em;
  z-index: 1;
}

#banner .more:after {
  background-image: url("images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 2em;
  content: '';
  display: block;
  height: 1.5em;
  left: 45%;
  margin: 0;
  position: absolute;
  width: 1.5em;
}

@media screen and (max-width: 1020px) {
  #banner .more {
    font-size: .875em;
    height: 5em;
  }
  #banner .more:after {
    bottom: 1.5em;
    height: 1em;
  }
}

#banner:after {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  content: '';
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

@media screen and (max-width: 1360px) {
  #banner h2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 960px) {
  #banner h2 {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 840px) {
  #banner {
    padding: 0;
    height: auto;
    min-height: 0;
  }
  #banner h2 {
    font-size: 1.25em;
  }
  #banner br {
    display: none;
  }
  #banner .more {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #banner {
    padding: 0;
    height: auto;
    min-height: 0;
  }
  #banner h2 {
    font-size: 1.5em;
    padding: .25em;
    margin: .5em 0 .5em 0;
  }
  #banner br {
    display: none;
  }
  #banner .more {
    display: none;
  }
}

@media screen and (max-width: 330px) {
  #banner h2 {
    font-size: 1.25em;
    padding: .25em;
    margin: .5em 0 .5em 0;
  }
}

body.is-loading #banner h2:before, body.is-loading #banner h2:after {
  width: 0;
}

body.is-loading #banner .more {
  -moz-transform: translateY(8.5em);
  -webkit-transform: translateY(8.5em);
  -ms-transform: translateY(8.5em);
  transform: translateY(8.5em);
  opacity: 0;
}

/* Main */

#main>header {
  padding: 12em 0 10em 0;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../../images/banner.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../../images/banner.jpg");
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../../images/banner.jpg");
  background-image: linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../../images/banner.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

#main>header h2 {
  font-size: 1.75em;
  margin: 0 0 .5em 0;
}

#main>header p {
  color: inherit;
  letter-spacing: .225em;
  top: 0;
}

#main>header p a {
  color: inherit;
}

@media screen and (max-width: 1680px) {
  #main>header {
    padding: 10em 0 8em 0;
  }
}

@media screen and (max-width: 1280px) {
  #main>header {
    padding: 8em 3em 6em 3em;
  }
}

@media screen and (max-width: 980px) {

  #main > header {
    padding: 10em 3em 8em 3em ;
    }
}

@media screen and (max-width: 840px) {

  #main > header {
    padding: 5em 3em 3em 3em ;
    }

  #main > header h2 {
    font-size: 1.25em;
    margin: 0 0 1em 0;
    }
}

@media screen and (max-width: 480px) {

  #main > header {
    padding: 5em 3em 3em 3em ;
    }

  #main > header h2 {
    font-size: 1.25em;
    margin: 0 0 1em 0;
    }
}

  body.is-mobile #main > header {
    background-attachment: scroll;
    }

.paginator-l {
  float: left;
  width: 40%;
  text-align: left;
  padding-left: 3em;
}

.paginator-r {
  float: right;
  width: 40%;
  text-align: right;
  padding-right: 3em;
}

/* Footer */

  #footer {
    padding: 1.5em 0 3em 0 ;
    background-color: #388db7;
    text-align: center;
    }

  #footer h6{
    color: #c7ebe8;
    }

  #footer .icons {
    font-size: 1.5em;
    color: #00ffcc;
    }

  #footer .icons a {
    color: #c7ebe8;
    }

  #footer .icons a:hover {
    color: #fff;
    }

  #footer .copyright {
    color: #c7ebe8;
    font-size: 1em;
    letter-spacing: 0.225em;
    list-style: none;
    padding: 0;
    text-align: center;
    }

  #footer .copyright li {
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    display: inline-block;
    line-height: 1em;
    margin-left: 1em;
    padding-left: 1em;
    }

  #footer .copyright li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    }

  #footer .copyright li a {
    color: inherit;
    }

  #footer .copyright li a:hover {
    color: #fff;
    }

@media screen and (max-width: 480px) {

  #footer .copyright li {
    border: 0;
    display: block;
    line-height: 1.65em;
    margin: 0;
    padding: 0.5em 0;
    text-align: center;
    }
}

@media screen and (max-width: 840px) {

  #footer {
    padding: 1.5em 1em 3em 1em ;
    }
}

.white {
    color: #ffffff;
}

/* Landing */

  body.landing #page-wrapper {
    padding-top: 0;
    }

  body.landing #footer {
    background-color: #388db7;
    }

  body.is-mobile.landing #page-wrapper {
    background: none;
	}

  body.is-mobile.landing #banner,
  body.is-mobile.landing .wrapper.style4 {
    background: none;
    }