@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic);
a, b, body, center, div, embed, footer, h1, h2, h3, h4, h5, h6, header, html, img, li, p, s, section, small, span, strong, time, ul, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
footer, header, section {
  display: block
}
body {
  line-height: 1
}
ul {
  list-style: none
}
body {
  -webkit-text-size-adjust: none
}
html {
  box-sizing: border-box
}
*, :after, :before {
  box-sizing: inherit
}
body {
  background: #fff
}
body.is-preload *, body.is-preload :after, body.is-preload :before {
  -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 {
  color: #666;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: 300;
  line-height: 1.65em
}
a {
  -moz-transition: color .2s ease-in-out, border-color .2s ease-in-out;
  -webkit-transition: color .2s ease-in-out, border-color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, border-color .2s ease-in-out;
  border-bottom: dotted 1px #666;
  color: inherit;
  text-decoration: none
}
a:hover {
  border-bottom-color: transparent !important;
  color: #6bd4c8
}
b, strong {
  color: #555;
  font-weight: 400
}
p {
  margin: 0 0 2em 0
}
h1, h2, h3, h4, h5, h6 {
  color: #555;
  line-height: 1em;
  margin: 0 0 1em 0
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none
}
h1 {
  font-size: 2.25em;
  line-height: 1.35em
}
h2 {
  font-size: 2em;
  line-height: 1.35em
}
h3 {
  font-size: 1.35em;
  line-height: 1.5em
}
h4 {
  font-size: 1.25em;
  line-height: 1.5em
}
h5 {
  font-size: .9em;
  line-height: 1.5em
}
h6 {
  font-size: .7em;
  line-height: 1.5em
}
.container {
  margin: 0 auto;
  max-width: calc(100% - 4em);
  width: 60em
}
.container.small {
  width: 30em
}
.container.medium {
  width: 45em
}
.container.xlarge {
  width: 90em
}
@media screen and (max-width:980px) {
  .container {
    max-width: 100% !important;
    width: 100% !important
  }
}
@media screen and (max-width:480px) {
  .container {
    max-width: calc(100% - 3em)
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch
}
.row > * {
  box-sizing: border-box
}
.row > .imp {
  order: -1
}
.row > .col-1 {
  width: 8.33333%
}
.row > .col-2 {
  width: 16.66667%
}
.row > .col-3 {
  width: 25%
}
.row > .col-4 {
  width: 33.33333%
}
.row > .col-5 {
  width: 41.66667%
}
.row > .col-6 {
  width: 50%
}
.row > .col-7 {
  width: 58.33333%
}
.row > .col-8 {
  width: 66.66667%
}
.row > .col-9 {
  width: 75%
}
.row > .col-10 {
  width: 83.33333%
}
.row > .col-11 {
  width: 91.66667%
}
.row > .col-12 {
  width: 100%
}
.row.gtr-0 {
  margin-top: 0;
  margin-left: 0
}
.row.gtr-0 > * {
  padding: 0
}
.row.gtr-25 {
  margin-top: 0;
  margin-left: -.5em
}
.row.gtr-25 > * {
  padding: 0 0 0 .5em
}
.row.gtr-50 {
  margin-top: 0;
  margin-left: -1em
}
.row.gtr-50 > * {
  padding: 0 0 0 1em
}
.row {
  margin-top: 0;
  margin-left: -2em
}
.row > * {
  padding: 0 0 0 2em
}
.row.gtr-150 {
  margin-top: 0;
  margin-left: -3em
}
.row.gtr-150 > * {
  padding: 0 0 0 3em
}
.row.gtr-200 {
  margin-top: 0;
  margin-left: -4em
}
.row.gtr-200 > * {
  padding: 0 0 0 4em
}
@media screen and (max-width:1680px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch
  }
  .row > * {
    box-sizing: border-box
  }
  .row > .imp-xlarge {
    order: -1
  }
  .row > .col-1-xlarge {
    width: 8.33333%
  }
  .row > .col-2-xlarge {
    width: 16.66667%
  }
  .row > .col-3-xlarge {
    width: 25%
  }
  .row > .col-4-xlarge {
    width: 33.33333%
  }
  .row > .col-5-xlarge {
    width: 41.66667%
  }
  .row > .col-6-xlarge {
    width: 50%
  }
  .row > .col-7-xlarge {
    width: 58.33333%
  }
  .row > .col-8-xlarge {
    width: 66.66667%
  }
  .row > .col-9-xlarge {
    width: 75%
  }
  .row > .col-10-xlarge {
    width: 83.33333%
  }
  .row > .col-11-xlarge {
    width: 91.66667%
  }
  .row > .col-12-xlarge {
    width: 100%
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0
  }
  .row.gtr-0 > * {
    padding: 0
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -.5em
  }
  .row.gtr-25 > * {
    padding: 0 0 0 .5em
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1em
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1em
  }
  .row {
    margin-top: 0;
    margin-left: -2em
  }
  .row > * {
    padding: 0 0 0 2em
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3em
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4em
  }
  .row.gtr-200 > * {
    padding: 0 0 0 4em
  }
}
@media screen and (max-width:1140px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch
  }
  .row > * {
    box-sizing: border-box
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0
  }
  .row.gtr-0 > * {
    padding: 0
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -.5em
  }
  .row.gtr-25 > * {
    padding: 0 0 0 .5em
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1em
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1em
  }
  .row {
    margin-top: 0;
    margin-left: -2em
  }
  .row > * {
    padding: 0 0 0 2em
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3em
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4em
  }
  .row.gtr-200 > * {
    padding: 0 0 0 4em
  }
}
@media screen and (max-width:980px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch
  }
  .row > * {
    box-sizing: border-box
  }
  .row > .imp-medium {
    order: -1
  }
  .row > .col-1-medium {
    width: 8.33333%
  }
  .row > .col-2-medium {
    width: 16.66667%
  }
  .row > .col-3-medium {
    width: 25%
  }
  .row > .col-4-medium {
    width: 33.33333%
  }
  .row > .col-5-medium {
    width: 41.66667%
  }
  .row > .col-6-medium {
    width: 50%
  }
  .row > .col-7-medium {
    width: 58.33333%
  }
  .row > .col-8-medium {
    width: 66.66667%
  }
  .row > .col-9-medium {
    width: 75%
  }
  .row > .col-10-medium {
    width: 83.33333%
  }
  .row > .col-11-medium {
    width: 91.66667%
  }
  .row > .col-12-medium {
    width: 100%
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0
  }
  .row.gtr-0 > * {
    padding: 0
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -.5em
  }
  .row.gtr-25 > * {
    padding: 0 0 0 .5em
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1em
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1em
  }
  .row {
    margin-top: 0;
    margin-left: -2em
  }
  .row > * {
    padding: 0 0 0 2em
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3em
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4em
  }
  .row.gtr-200 > * {
    padding: 0 0 0 4em
  }
}
@media screen and (max-width:736px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch
  }
  .row > * {
    box-sizing: border-box
  }
  .row > .imp-small {
    order: -1
  }
  .row > .col-1-small {
    width: 8.33333%
  }
  .row > .col-2-small {
    width: 16.66667%
  }
  .row > .col-3-small {
    width: 25%
  }
  .row > .col-4-small {
    width: 33.33333%
  }
  .row > .col-5-small {
    width: 41.66667%
  }
  .row > .col-6-small {
    width: 50%
  }
  .row > .col-7-small {
    width: 58.33333%
  }
  .row > .col-8-small {
    width: 66.66667%
  }
  .row > .col-9-small {
    width: 75%
  }
  .row > .col-10-small {
    width: 83.33333%
  }
  .row > .col-11-small {
    width: 91.66667%
  }
  .row > .col-12-small {
    width: 100%
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0
  }
  .row.gtr-0 > * {
    padding: 0
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -.5em
  }
  .row.gtr-25 > * {
    padding: 0 0 0 .5em
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1em
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1em
  }
  .row {
    margin-top: 0;
    margin-left: -2em
  }
  .row > * {
    padding: 0 0 0 2em
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3em
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4em
  }
  .row.gtr-200 > * {
    padding: 0 0 0 4em
  }
}
@media screen and (max-width:480px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch
  }
  .row > * {
    box-sizing: border-box
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0
  }
  .row.gtr-0 > * {
    padding: 0
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -.5em
  }
  .row.gtr-25 > * {
    padding: 0 0 0 .5em
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1em
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1em
  }
  .row {
    margin-top: 0;
    margin-left: -2em
  }
  .row > * {
    padding: 0 0 0 2em
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3em
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4em
  }
  .row.gtr-200 > * {
    padding: 0 0 0 4em
  }
}
@media screen and (max-width:320px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch
  }
  .row > * {
    box-sizing: border-box
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0
  }
  .row.gtr-0 > * {
    padding: 0
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -.5em
  }
  .row.gtr-25 > * {
    padding: 0 0 0 .5em
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1em
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1em
  }
  .row {
    margin-top: 0;
    margin-left: -2em
  }
  .row > * {
    padding: 0 0 0 2em
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3em
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4em
  }
  .row.gtr-200 > * {
    padding: 0 0 0 4em
  }
}
section.special {
  text-align: center
}
header p {
  color: #999;
  margin: 0 0 1.5em 0;
  position: relative
}
header h2 + p {
  font-size: 1.25em;
  line-height: 1.5em;
  margin-top: -1em
}
header h3 + p {
  font-size: 1.1em;
  line-height: 1.5em;
  margin-top: -.8em
}
header h4 + p, header h5 + p, header h6 + p {
  font-size: .9em;
  line-height: 1.5em;
  margin-top: -.6em
}
header.major {
  margin: 0 0 1em 0
}
header.major:after {
  background: rgba(144, 144, 144, .5);
  content: '';
  display: inline-block;
  height: 1px;
  margin-top: 1.5em;
  width: 6em
}
header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
  margin: 0
}
header.major p {
  margin: .7em 0 0 0
}
header.special {
  text-align: center
}
::-webkit-input-placeholder {
  color: #999 !important;
  opacity: 1
}
:-moz-placeholder {
  color: #999 !important;
  opacity: 1
}
::-moz-placeholder {
  color: #999 !important;
  opacity: 1
}
:-ms-input-placeholder {
  color: #999 !important;
  opacity: 1
}
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400
}
.icon:before {
  line-height: inherit
}
.icon.style1:before {
  color: #c3e895
}
.icon.style2:before {
  color: #8addaa
}
.icon.style3:before {
  color: #6bd4c8
}
.icon.style4:before {
  color: #57aed3
}
.icon.style5:before {
  color: #4a87d3
}
.icon.style6:before {
  color: #6b88e6
}
.icon.major {
  text-decoration: none;
  color: #555;
  cursor: default;
  display: inline-block;
  margin: 0 0 1.5em 0
}
.icon.major:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400
}
.icon.major:before {
  font-size: 4em;
  line-height: 1em
}
.image {
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative
}
.image img {
  border-radius: 4px;
  display: block
}
ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em
}
ul li {
  padding-left: .5em
}
ul.alt {
  list-style: none;
  padding-left: 0
}
ul.alt li {
  border-top: solid 1px rgba(144, 144, 144, .5);
  padding: .5em 0
}
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0
}
ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0
}
ul.actions li {
  padding: 0 0 0 1em;
  vertical-align: middle
}
ul.actions.special {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0
}
ul.actions.special li:first-child {
  padding-left: 0
}
.button, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
  background-color: transparent;
  border-radius: 4px;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(144, 144, 144, .5);
  color: #555 !important;
  cursor: pointer;
  display: inline-block;
  font-size: .9em;
  font-weight: 400;
  height: 2.75em;
  letter-spacing: .125em;
  line-height: 2.75em;
  padding: 0 2em;
  text-align: center;
  text-decoration: none;
  text-indent: .125em;
  text-transform: uppercase;
  white-space: nowrap
}
.button:hover, button:hover {
  background-color: rgba(144, 144, 144, .075)
}
.button:active, button:active {
  background-color: rgba(144, 144, 144, .2)
}
.button.icon:before, button.icon:before {
  margin-right: .5em
}
.button.small, button.small {
  font-size: .7em
}
.button.wide, button.wide {
  min-width: 12em
}
.button.primary, button.primary {
  background-color: #555;
  box-shadow: none !important;
  color: #fff !important
}
.button.primary:hover, button.primary:hover {
  background-color: #626262
}
.button.primary:active, button.primary:active {
  background-color: #484848
}
.button:disabled, button:disabled {
  cursor: default;
  opacity: .25
}
.main {
  padding: 6em 0 4em 0
}
.main.style1 {
  background: #fff
}
.main.style2 {
  background-color: #333;
  color: rgba(255, 255, 255, .95);
  background-attachment: fixed, fixed;
  background-image: url(images/overlay1.png), url(../../images/header.jpg);
  background-size: auto, cover
}
.main.style2 a {
  border-bottom-color: rgba(255, 255, 255, .5)
}
.main.style2 a:hover {
  color: #fff
}
.main.style2 b, .main.style2 h1, .main.style2 h2, .main.style2 h3, .main.style2 h4, .main.style2 h5, .main.style2 h6, .main.style2 strong {
  color: #fff
}
.main.style2 header p {
  color: #fff
}
.main.style2 header.major:after {
  background: #fff
}
.main.style2 .button, .main.style2 button {
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff !important
}
.main.style2 .button:hover, .main.style2 button:hover {
  background-color: rgba(255, 255, 255, .125)
}
.main.style2 .button:active, .main.style2 button:active {
  background-color: rgba(255, 255, 255, .25)
}
.main.style2 .button.primary, .main.style2 button.primary {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #fff !important;
  color: #333 !important
}
.main.style2 .button.primary:hover, .main.style2 button.primary:hover {
  background-color: rgba(255, 255, 255, .125) !important;
  color: #fff !important
}
.main.style2 .button.primary:active, .main.style2 button.primary:active {
  background-color: rgba(255, 255, 255, .25) !important
}
.main.style2 .icon.major {
  color: #fff
}
#header {
  padding: 9em 0 9em 0;
  background-color: #4686a0;
  color: rgba(255, 255, 255, .75);
  background-attachment: fixed, fixed, fixed;
  background-image: url(images/overlay2.png), url(images/overlay3.svg), linear-gradient(45deg, #9dc66b 5%, #4fa49a 30%, #4361c2);
  //background-position: top left, center center, center center;
  background-position: top center;
  //background-size: auto, cover, cover;
  background-size: 100vw;
  overflow: hidden;
  position: relative;
  text-align: center
}
#header a {
  border-bottom-color: rgba(255, 255, 255, .5)
}
#header a:hover {
  color: #fff
}
#header b, #header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header strong {
  color: #fff
}
#header header p {
  color: #fff
}
#header header.major:after {
  background: #fff
}
#header .button, #header button {
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff !important
}
#header .button:hover, #header button:hover {
  background-color: rgba(255, 255, 255, .125)
}
#header .button:active, #header button:active {
  background-color: rgba(255, 255, 255, .25)
}
#header .button.primary, #header button.primary {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #fff !important;
  color: #4686a0 !important
}
#header .button.primary:hover, #header button.primary:hover {
  background-color: rgba(255, 255, 255, .125) !important;
  color: #fff !important
}
#header .button.primary:active, #header button.primary:active {
  background-color: rgba(255, 255, 255, .25) !important
}
#header .icon.major {
  color: #fff
}
#header h1 {
  margin: 0
}
#header p {
  margin: 1em 0 0 0
}
#header .actions {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 2.5em;
  margin-left: 0;
  position: relative
}
#header .actions li:first-child {
  padding-left: 0
}
#header .actions:after {
  background: #fff;
  content: '';
  height: 100vh;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 1px
}
#header .inner {
  -moz-transition: -moz-transform 1.5s ease, opacity 2s ease;
  -webkit-transition: -webkit-transform 1.5s ease, opacity 2s ease;
  -ms-transition: -ms-transform 1.5s ease, opacity 2s ease;
  transition: transform 1.5s ease, opacity 2s ease;
  -moz-transition-delay: .25s;
  -webkit-transition-delay: .25s;
  -ms-transition-delay: .25s;
  transition-delay: .25s;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  position: relative;
  z-index: 1
}
#header .inner .actions {
  -moz-transition: -moz-transform 1.25s ease;
  -webkit-transition: -webkit-transform 1.25s ease;
  -ms-transition: -ms-transform 1.25s ease;
  transition: transform 1.25s ease;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}
#header:after {
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background-image: linear-gradient(45deg, #4fa49a, #4361c2);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%
}
body.is-preload #header .inner {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0
}
body.is-preload #header .inner .actions {
  -moz-transform: translateY(30em);
  -webkit-transform: translateY(30em);
  -ms-transform: translateY(30em);
  transform: translateY(30em);
  opacity: 0
}
body.is-preload #header:after {
  opacity: 1
}
#footer {
  padding: 6em 0 6em 0;
  background-color: #4686a0;
  color: rgba(255, 255, 255, .75);
  background-attachment: fixed, fixed, fixed;
  background-image: url(images/overlay2.png), url(images/overlay4.svg), linear-gradient(45deg, #4361c2, #4fa49a 50%, #9dc66b 95%);
  background-position: top left, center center, center center;
  background-size: auto, cover, cover;
  text-align: center
}
#footer a {
  border-bottom-color: rgba(255, 255, 255, .5)
}
#footer a:hover {
  color: #fff
}
#footer b, #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer strong {
  color: #fff
}
#footer header p {
  color: #fff
}
#footer header.major:after {
  background: #fff
}
#footer .button, #footer button {
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff !important
}
#footer .button:hover, #footer button:hover {
  background-color: rgba(255, 255, 255, .125)
}
#footer .button:active, #footer button:active {
  background-color: rgba(255, 255, 255, .25)
}
#footer .button.primary, #footer button.primary {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #fff !important;
  color: #4686a0 !important
}
#footer .button.primary:hover, #footer button.primary:hover {
  background-color: rgba(255, 255, 255, .125) !important;
  color: #fff !important
}
#footer .button.primary:active, #footer button.primary:active {
  background-color: rgba(255, 255, 255, .25) !important
}
#footer .icon.major {
  color: #fff
}
@media screen and (max-width:1680px) {
  body {
    font-size: 14pt
  }
  #header {
    padding: 6em 0 6em 0
  }
}
@media screen and (max-width:1140px) {
  body {
    font-size: 13pt
  }
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none
  }
  .main {
    padding: 4em 0 2em 0
  }
  .main.style2 {
    background-attachment: scroll
  }
  #header {
    padding: 5em 0 5em 0;
    background-attachment: scroll
  }
  #header br {
    display: inline
  }
  #footer {
    padding: 4em 0 4em 0;
    background-attachment: scroll
  }
}
@media screen and (max-width:980px) {
  .main {
    padding: 5em 3em 3em 3em
  }
  #header {
    padding: 8em 3em 8em 3em
  }
  #footer {
    padding: 5em 3em 5em 3em
  }
  #one {
    text-align: center
  }
  #two {
    text-align: center
  }
}
@media screen and (max-width:736px) {
  body {
    font-size: 12pt
  }
  h1 {
    font-size: 1.75em
  }
  h2 {
    font-size: 1.5em
  }
  h3 {
    font-size: 1.1em
  }
  h4 {
    font-size: 1em
  }
  .icon.major {
    margin: 0 0 1em 0
  }
  .button, button {
    height: 3em;
    line-height: 3em
  }
  .main {
    padding: 3em 1.5em 1em 1.5em
  }
  #header {
    padding: 4em 3em 4em 3em
  }
  #header .actions {
    margin: 2em 0 0 0
  }
  #footer {
    padding: 3em 1.5em 3em 1.5em
  }
}
@media screen and (max-width:480px) {
  .button {
    padding: 0
  }
  .main {
    padding: 2em 1.5em .1em 1.5em
  }
  #header {
    padding: 4em 2em 4em 2em
  }
  #header br {
    display: none
  }
  #footer {
    padding: 2em 1.5em 2em 1.5em
  }
}
@media screen and (max-width:320px) {
  body, html {
    min-width: 320px
  }
  .main {
    padding: 2em 1em .1em 1em
  }
  #header {
    padding: 3em 1em 3em 1em
  }
  #footer {
    padding: 2em 1em 2em 1em
  }
}
@charset utf-8;
a {
  border-bottom: 0
}
body {
  color: #fff;
  font-family: 'Open Sans', sans-serif
}
h1 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 3vw;
  font-weight: 800;
  line-height: 1em;
  text-transform: uppercase
}
h2, h3, h4, h5 {
  color: #fff
}
header.major::after {
  display: none
}
p {
  color: rgba(255, 255, 255, .95);
  line-height: normal;
  text-align: left
}
strong {
  color: #fff;
  font-weight: 800
}
#bubbles {
  bottom: 0;
  min-width: 100%;
  position: fixed;
  right: 0;
  z-index: -1
}
#five {
  background-color: #d9c3b0;
  background-image: none
}
#footer {
  background: #d9c3b0;
  padding: 2em 0 1em 1em;
}
#four {
  background-attachment: fixed;
  background-image: url(../../images/stedma_organic_quote_gandhi.jpg);
  background-position: center center;
  background-size: cover
}
#header {
  background-attachment: fixed;
  background-image: url(../../images/stedman_organic-cotton1.jpg);
  background-position: center center;
  background-size: cover;
  padding-top: 0;
  height: 100vh;
}
#one, #six {
  background-color: #d9c3b0
}
#seven {
  background-attachment: fixed;
  background-color: #d9c3b0;
  background-image: url(../../images/stedman_organic-cotton1.jpg);
  background-position: center center;
  background-size: cover
}
#three {
  background: 0 0;
  padding: 0
}
#threesave {
  background-color: rgba(170, 183, 198, .9);
  padding: 5em
}
#two {
  background-attachment: fixed;
  background-image: url(../../images/stedman_organic-cotton1.jpg);
  background-position: center center;
  background-size: cover
}
#rotate-pic1 {
  max-width: 100%;
}
#rotate-pic2 {
  max-width: 100%;
}
#rotate-pic3 {
  max-width: 100%;
}
.border {
  border: .15em solid rgba(255, 255, 255, 1)
}
.border_space, .frame {
  padding: 5%
}
.cottonplant1 {
  width: 27vh
}
.cottonplant2 {
  width: 35vh
}
.countericon h1 {
  font-size: 4em;
  margin-bottom: 2%
}
.countericon img {
  padding-top: 15%;
  width: 5vh;
}
.intro {
  font-family: 'Open Sans', sans-serif;
  font-size: 7vw;
  font-weight: 800;
  line-height: 85%;
  padding-top: 5%
}
.main.style1 {
  background-color: transparent;
  background-image: none
}
.major {
  text-decoration: none
}
.major h2 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 260%;
  font-weight: 800;
  line-height: 100%;
  text-align: left
}
.million {
  font-size: 3em;
  margin-bottom: 0
}
.millionnumber {
  font-size: 8em;
  margin-bottom: 0
}
.organicicon {
  float: inherit;
  padding-top: 5%;
  position: relative;
  width: 10%
}
.center, .countericon, .countericon p, .pcenter, .whybio h2, .whybio h4 {
  text-align: center
}
.product_gender {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.1em;
  margin-bottom: .5em;
  text-transform: uppercase
}
.product_image {
  width: 100%
}
.product_image:hover {
  margin-top: -10px
}
.product_info {
  color: #ffffff;
  line-height: .8em;
  margin-bottom: .5em;
  text-transform: uppercase;
  font-size: .9em;
}
.product_text {
  color: #ffffff;
  font-size: .6em;
  line-height: 1.2em
}
.product_text strong {
  color: #ffffff;
}
.product_title {
  color: #ffffff;
  font-size: 1.6em;
  font-weight: 800;
  //line-height: .8em;
  margin-bottom: .2em;
  text-align: left;
  text-transform: uppercase
}
.quote {
  font-size: 5vw
}
.responsive {
  height: auto;
  width: 100%
}
.stedmanlogo {
  margin: 0;
  padding-top: 5%;
  width: 10vw
}
.stedmanlogofooter {
  width: 6vw;
  height: 6vw;
}
.textbathtub {
  font-weight: 800;
  text-transform: uppercase
}
.threesixty {}
@media screen and (max-width: 1024px) {
  #four, #header, #seven, #three, #two {
    background-attachment: local
  }
}
.savewater h2 {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #header {
    height: 100vh;
    display: flex;
    justify-content: center;
  }
  .organicicon {
    width: 10vh;
  }
  .intro {
    font-size: 6vh;
    padding: 10vh 0;
    height: 50vh;
    display: flex;
    justify-content: center;
  }
  .stedmanlogo {
    width: 15vh;
  }
  .inner {
    align-self: center;
  }
  .wrap {
    align-self: center;
  }
  #threesave {
    padding: 3em 2em 3em 5em;
  }
  .stedmanlogofooter {
    width: 15vh;
    height: 15vh;
  }
  #four {
    min-height: 50vh;
    display: flex;
    justify-content: center;
  }
  #four .container {
    align-self: center;
  }
  #seven {
    min-height: 50vh;
    display: flex;
    justify-content: center;
  }
  #seven .container {
    align-self: center;
  }
  .major h2 {
    text-align: center;
    text-transform: uppercase;
  }
}
.top-links-item {
    margin-right:40px; list-style-type: none; font-size:0.8em;
     text-shadow: 1px 1px #aaaaaa;
}