@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700italic,700,600italic,600,400italic,300italic|Roboto+Condensed:400,700|Merriweather:400,300italic,300,400italic,700,700italic,900,900italic);
body {
  font: normal 16px/1.65 "Open Sans", sans-serif;
  color: #092f47; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #27658c;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

textarea {
  height: 100px; }

h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  font-style: italic;
  font-family: Merriweather, serif; }
  h1 span {
    display: block;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 64px;
    font-style: normal; }

h2 {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 300;
  font-style: italic;
  font-family: Merriweather, serif;
  color: #27658c; }

a, a:active, a:visited {
  color: #3ac166; }

a:hover {
  color: #5fcf84;
  cursor: pointer; }

p {
  margin: 0 0 20px; }

.center {
  text-align: center; }

ul {
  margin: 0;
  color: #27658c; }

hr {
  width: 100%;
  max-width: 350px;
  height: 1px;
  margin: 40px auto;
  border: none;
  background: #092f47; }

button {
  padding: 3px 20px;
  border: none;
  background: #3ac166;
  color: #fff;
  text-transform: uppercase; }
  button.round {
    padding: 12px 70px;
    border-radius: 100px; }

#nav {
  padding: 20px 0;
  background: #092f47;
  color: #fff; }
  #nav .col-sm-5 {
    text-align: right; }
  #nav #logo {
    margin-top: 15px; }
  #nav #navigation {
    color: #fff;
    list-style: none;
    padding: 0; }
    #nav #navigation li {
      display: inline-block;
      margin-right: 15px;
      cursor: pointer; }
      #nav #navigation li span {
        display: inline-block;
        margin-left: 15px;
        opacity: 0.2;
        color: #fff; }
      #nav #navigation li:hover {
        color: #3ac166;
        text-decoration: underline; }
  #nav #header-about-me {
    margin-bottom: 10px;
    text-align: right;
    font-size: 13px;
    line-height: 24px;
    color: #fff; }
    #nav #header-about-me img {
      float: right;
      margin: 0 0 0 15px;
      max-height: 60px;
      width: auto;
      border: 1px solid #5e6d70; }
    #nav #header-about-me .header-name {
      font-weight: 700;
      cursor: pointer; }
    #nav #header-about-me div {
      margin-bottom: -5px; }
  #nav .navbar-toggle {
    width: 44px;
    margin: -5px 0 25px;
    border: 1px solid #fff;
    text-align: center; }
    #nav .navbar-toggle:active, #nav .navbar-toggle:hover {
      background: #27658c;
      border-color: #27658c; }
  #nav #mobile-nav {
    padding: 0; }
    #nav #mobile-nav.navbar-collapse {
      box-shadow: none; }
    #nav #mobile-nav ul {
      margin-top: 15px;
      padding: 10px 0 0;
      border-top: 1px solid rgba(255, 255, 255, 0.3); }
      #nav #mobile-nav ul li {
        display: block;
        margin: 0 0 10px;
        border: none;
        text-align: left;
        color: #fff; }
        #nav #mobile-nav ul li.active {
          color: #3ac166; }

.social {
  margin: 10px 0 0;
  padding: 0; }
  .social li {
    display: inline-block;
    margin-left: 15px;
    list-style: none; }
  .social .iconic {
    cursor: pointer; }
    .social .iconic * {
      fill: #27658c;
      stroke: #27658c; }
    .social .iconic:hover * {
      fill: #3282b4;
      stroke: #3282b4; }

header {
  position: relative;
  height: 345px;
  padding: 40px 0 0;
  background: url(../images/hero-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
  overflow: hidden; }
  header #fade {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 41px;
    background: url(../images/hero-fade.png) repeat-x; }
  header.small {
    height: auto;
    padding: 20px 0;
    text-align: left; }
    header.small h1 {
      font-size: 64px; }

section {
  padding: 60px 0; }
  section#i1 {
    background: url(../images/i1.jpg) no-repeat bottom right; }
  section#i2 {
    background: #092f47;
    color: #fff; }
    section#i2 h2 {
      text-align: center;
      color: inherit; }
    section#i2 hr {
      background: #fff; }
  section#i3 h2 {
    margin: 0 0 40px;
    text-align: center; }
  section#i3 .col-md-3 {
    margin-bottom: 40px; }
  section#i3 .number {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: #27658c;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    border-radius: 100%; }
  section#i3 p {
    margin: 0; }
  section#i3 hr {
    margin: 40px auto 80px; }
  section#i3 button {
    display: block;
    margin: auto; }
  section#r1 #overview {
    margin: 0 auto;
    padding: 0;
    color: #27658c;
    font-style: italic;
    font-family: Merriweather, serif; }
    section#r1 #overview li {
      display: inline-block;
      width: 20%;
      margin-bottom: 5px; }
      section#r1 #overview li:before {
        content: '\2022';
        margin-right: 0.5em; }
  section#r1 hr {
    margin: 80px auto; }
  section .results-box {
    margin: 20px 0;
    box-shadow: 0 6px 10px rgba(21, 38, 49, 0.15); }
    section .results-box h3 {
      position: relative;
      display: block;
      overflow: hidden;
      width: 100%;
      margin: 0;
      padding: 24px 30px;
      background: #27658c;
      color: #fff;
      font-size: 30px;
      font-weight: 300;
      font-style: italic;
      font-family: Merriweather, serif; }
      section .results-box h3 img {
        position: absolute;
        top: 0;
        right: 0; }
    section .results-box h4 {
      display: block;
      width: 100%;
      margin: 0 0 10px;
      padding: 0 0 10px;
      border-bottom: 1px solid #cbd2d7;
      font-weight: 700;
      font-size: 20px; }
    section .results-box .inner {
      width: 100%;
      padding: 30px;
      overflow: hidden; }
      section .results-box .inner p {
        margin: 0 0 30px; }
      section .results-box .inner .time {
        font-size: 14px;
        font-weight: 900; }
      section .results-box .inner .result {
        line-height: 46px;
        font-size: 38px;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
        letter-spacing: -1px; }
        section .results-box .inner .result sup {
          font-weight: 400;
          font-size: 60%; }
      section .results-box .inner .desc {
        max-width: 95%;
        font-size: 14px;
        line-height: 22px; }
      section .results-box .inner table td:first-of-type {
        vertical-align: top; }
        section .results-box .inner table td:first-of-type img {
          margin: 38px 5px 0 0; }
      section .results-box .inner span {
        font-weight: 400; }
      section .results-box .inner .results-data {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 15px auto 0; }
  section#w1 {
    text-align: center; }
    section#w1 p {
      font-size: 20px;
      line-height: 28px; }
    section#w1 h3 {
      margin: 30px auto 10px;
      font-size: 24px;
      font-weight: bold; }
    section#w1 #times {
      padding: 0;
      list-style: none; }
      section#w1 #times li {
        font-size: 24px;
        line-height: 34px; }
    section#w1 img {
      display: block;
      margin: 50px auto; }
    section#w1 button {
      margin: 0 auto 20px; }
    section#w1 .disclaimer {
      font-style: italic;
      font-size: 16px; }

footer {
  margin: 0 0 -40px;
  padding: 40px 0;
  background: #092f47;
  color: #fff;
  text-align: center; }
  footer .col-sm-4:last-of-type {
    text-align: right; }
  footer p {
    margin: 0; }

.modal {
  color: #606365; }
  .modal.list-modal h2 {
    width: 100%;
    margin: 0 0 20px;
    text-align: left; }
    .modal.list-modal h2.smaller {
      font-size: 20px;
      margin: 0; }
  .modal.list-modal p {
    margin: 0 0 10px; }
    .modal.list-modal p:last-of-type {
      margin: 0; }
  .modal.list-modal table {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6; }
    .modal.list-modal table th {
      font-weight: 700;
      padding: 5px 10px;
      background: #D63030;
      color: #fff; }
      .modal.list-modal table th:first-of-type {
        width: 40%; }
    .modal.list-modal table#plastic-table th:first-of-type {
      width: 20%; }
    .modal.list-modal table td {
      padding: 5px 10px 10px; }
  .modal .modal-dialog {
    position: relative;
    max-width: 900px;
    width: auto; }
    .modal .modal-dialog .close {
      position: absolute;
      top: -10px;
      right: -10px;
      z-index: 10;
      display: block;
      background: #202020;
      padding: 10px;
      height: 30px;
      width: 30px;
      opacity: 0.8;
      border-radius: 100%;
      color: white;
      text-shadow: none;
      line-height: 0; }
      .modal .modal-dialog .close:hover {
        opacity: 1; }
    .modal .modal-dialog .modal-content {
      max-height: 700px;
      overflow: auto;
      border: none;
      border-radius: 2px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
      .modal .modal-dialog .modal-content .modal-header {
        padding: 25px;
        border-radius: 2px; }
        .modal .modal-dialog .modal-content .modal-header .modal-title {
          font-weight: bold;
          color: #fff; }
      .modal .modal-dialog .modal-content .modal-body {
        padding: 25px;
        border-bottom: 1px solid #e5e5e5; }
        .modal .modal-dialog .modal-content .modal-body:last-of-type {
          border: none; }
      .modal .modal-dialog .modal-content #self {
        text-align: center; }
        .modal .modal-dialog .modal-content #self img {
          display: block;
          margin: 0 auto 20px;
          max-width: 125px;
          height: auto;
          border-radius: 100%;
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
        .modal .modal-dialog .modal-content #self span {
          display: block;
          font-size: 14px;
          line-height: 24px; }
          .modal .modal-dialog .modal-content #self span.name {
            font-weight: bold;
            font-size: 22px;
            line-height: 32px; }
      .modal .modal-dialog .modal-content #bio {
        font-family: Merriweather, serif;
        font-style: italic; }
      .modal .modal-dialog .modal-content #pictures .left {
        float: left;
        margin-right: 20px; }
      .modal .modal-dialog .modal-content #pictures .right {
        float: right;
        margin-left: 20px; }
      .modal .modal-dialog .modal-content #pictures img {
        margin-bottom: 20px; }

#form-modal {
  text-align: center; }
  #form-modal .modal-content {
    max-height: 690px; }
  #form-modal .modal-body {
    border: none; }
    #form-modal .modal-body #progress #bar {
      width: 100%;
      height: 30px;
      background: #f1f1f1; }
      #form-modal .modal-body #progress #bar #fill {
        width: 80%;
        height: 100%;
        background: #27658c; }
    #form-modal .modal-body #progress #numbers {
      position: relative;
      height: 40px; }
      #form-modal .modal-body #progress #numbers span {
        display: inline-block;
        position: absolute;
        font-size: 10px; }
        #form-modal .modal-body #progress #numbers span#n1 {
          left: 0; }
        #form-modal .modal-body #progress #numbers span#n2 {
          left: 50%;
          margin-left: -10px; }
        #form-modal .modal-body #progress #numbers span#n3 {
          left: 80%;
          margin-left: -15px;
          color: #27658c;
          font-size: 14px;
          font-weight: 900; }
        #form-modal .modal-body #progress #numbers span#n4 {
          right: 0; }
    #form-modal .modal-body input[type="text"],
    #form-modal .modal-body input[type="email"],
    #form-modal .modal-body input[type="tel"],
    #form-modal .modal-body input[type="submit"],
    #form-modal .modal-body button,
    #form-modal .modal-body textarea {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    #form-modal .modal-body #loadingGraphic {
      display: none;
      padding-top: 18px; }
    #form-modal .modal-body .note {
      margin-bottom: 0;
      font-size: 14px; }
      #form-modal .modal-body .note:last-of-type {
        margin-bottom: 0; }
    #form-modal .modal-body h4 {
      width: 100%;
      margin-top: 0;
      margin-bottom: -5px;
      padding: 7px 15px;
      background: #ececec;
      color: #27658c;
      font-weight: 500;
      font-size: 22px;
      text-transform: uppercase;
      text-align: left; }
    #form-modal .modal-body.thanks {
      display: none; }
      #form-modal .modal-body.thanks h4 {
        margin-top: 0 !important; }
      #form-modal .modal-body.thanks p {
        margin: 10px 0 0; }
      #form-modal .modal-body.thanks a {
        display: inline-block;
        text-decoration: none;
        color: #fff !important; }
    #form-modal .modal-body .row {
      padding: 10px 0; }
    #form-modal .modal-body button {
      display: block;
      margin: 10px auto 0; }
    #form-modal .modal-body input[type="checkbox"] {
      margin-left: 20px; }

#loadingGraphic {
  display: none; }

#loader {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  -webkit-animation: animball_two 1s infinite;
  -moz-animation: animball_two 1s infinite;
  -ms-animation: animball_two 1s infinite;
  animation: animball_two 1s infinite; }
  #loader .loaderBall {
    width: 44px;
    height: 44px;
    position: absolute; }
    #loader .loaderBall .ball {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      -webkit-animation: animball_one 1s infinite ease;
      -moz-animation: animball_one 1s infinite ease;
      -ms-animation: animball_one 1s infinite ease;
      animation: animball_one 1s infinite ease; }
      #loader .loaderBall .ball.ball1 {
        background-color: #27658c;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #27658c;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #27658c;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #27658c;
        top: 24px;
        left: 24px; }

@-webkit-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-moz-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-ms-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3); }
  100% {
    -webkit-transform: rotate(720deg) scale(1); } }

@-moz-keyframes animball_two {
  0% {
    -moz-transform: rotate(0deg) scale(1); }
  50% {
    -moz-transform: rotate(360deg) scale(1.3); }
  100% {
    -moz-transform: rotate(720deg) scale(1); } }

@-ms-keyframes animball_two {
  0% {
    -ms-transform: rotate(0deg) scale(1); }
  50% {
    -ms-transform: rotate(360deg) scale(1.3); }
  100% {
    -ms-transform: rotate(720deg) scale(1); } }

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(360deg) scale(1.3); }
  100% {
    transform: rotate(720deg) scale(1); } }

@media (max-width: 1199px) {
  section .results-box h4 {
    font-size: 18px; }
  section .results-box .inner .desc {
    max-width: 90%; }
  section .results-box .inner span {
    font-size: 28px; } }

@media (max-width: 991px) {
  #nav #navigation li {
    font-size: 14px; }
  header img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  section#r1 #overview li {
    width: 32%; } }

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%; }
  h1 {
    margin: 0 0 20px;
    font-size: 5vw; }
    h1 span {
      font-size: 12vw; }
  #nav #header-about-me {
    text-align: left; }
    #nav #header-about-me img {
      float: left;
      margin: 0 15px 0 0; }
  #nav button {
    display: block;
    margin: 10px auto 0; }
  header {
    height: 65vw; }
    header.small h1 {
      margin: 0; }
  section#i1 {
    background: none; }
  section#i3 hr {
    margin: 20px auto 60px; }
  section#r1 p {
    text-align: left; }
  section#r1 hr {
    margin: 40px 0; }
  section#r1 #overview li {
    width: 100%; }
  section#w1 p {
    font: inherit;
    padding: 0 !important; }
  section#w1 img {
    max-width: 100%;
    height: auto; }
  footer p {
    margin: 15px 0 0;
    text-align: center; } }
