.blue-bg {
  background-color: #2b84b7; }

.ajgreen-bg {
  background: #036647; }

.grey-bg {
  background: #555559; }

.green-bg {
  background-color: #799485; }

.purple-bg {
  background-color: #8f4979; }

.yellow-bg {
  background-color: #a1812e; }

@font-face {
  font-family: 'MetaOT';
  src: url("fonts/1473744/bf43edcd-8a86-4b4e-9e01-a678d1e1fd71.eot?#iefix");
  src: url("fonts/1473744/bf43edcd-8a86-4b4e-9e01-a678d1e1fd71.eot?#iefix") format("eot"), url("fonts/1473744/d7094d22-fbb3-45d1-844d-bdaf8dba6950.woff2") format("woff2"), url("fonts/1473744/a84f9414-0a63-43c3-af4e-b539379a7663.woff") format("woff"), url("fonts/1473744/8347360b-ca68-493b-8aaa-a786cacc8be0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MetaOT';
  src: url("fonts/1473748/7d9bb38d-5d75-48ab-92bf-8e9ebad5f948.eot?#iefix");
  src: url("fonts/1473748/7d9bb38d-5d75-48ab-92bf-8e9ebad5f948.eot?#iefix") format("eot"), url("fonts/1473748/f4a9cc03-842c-47c5-b4a6-825705c62a52.woff2") format("woff2"), url("fonts/1473748/ddb61fcd-bbc8-472d-bb50-54dfac33c0bd.woff") format("woff"), url("fonts/1473748/47bbcb54-a2d4-45bf-9d0f-f231c4fd087f.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'MetaOT';
  src: url("fonts/1473732/eb34d17c-ded5-4164-a4ae-b333b840843c.eot?#iefix");
  src: url("fonts/1473732/eb34d17c-ded5-4164-a4ae-b333b840843c.eot?#iefix") format("eot"), url("fonts/1473732/cf9a7195-d944-495d-bce1-be91ce5f74f2.woff2") format("woff2"), url("fonts/1473732/fa36a16a-d2ff-4e4b-9dbe-3c517f881625.woff") format("woff"), url("fonts/1473732/148f7863-f2de-4bed-a16c-5d34b768fe3a.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'MetaOT';
  src: url("fonts/1473737/edb10ad6-3b49-4999-b637-f8cd137c1aad.eot?#iefix");
  src: url("fonts/1473737/edb10ad6-3b49-4999-b637-f8cd137c1aad.eot?#iefix") format("eot"), url("fonts/1473737/5361a8da-2038-4b9f-b58e-060e60605608.woff2") format("woff2"), url("fonts/1473737/407aae8b-c685-4c9e-8484-59ce8648be84.woff") format("woff"), url("fonts/1473737/e3753515-ab02-4ecb-87a5-f8cc051e5ed1.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'MetaOT';
  src: url("fonts/1473693/20fa1f22-23bd-480c-b91d-d6b78d1600ac.eot?#iefix");
  src: url("fonts/1473693/20fa1f22-23bd-480c-b91d-d6b78d1600ac.eot?#iefix") format("eot"), url("fonts/1473693/8e1ac351-f27f-4875-8cb7-09b862b7a9df.woff2") format("woff2"), url("fonts/1473693/b23ccf56-0446-476c-adce-42ac11400ac5.woff") format("woff"), url("fonts/1473693/039357c9-fe3c-41fd-892e-4ab5dca221f7.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
body {
  font-family: "MetaOT", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #53565a;
  overflow-x: hidden; }
  @media screen and (max-width: 991px) {
    body {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    body h1, body .h1 {
      font-size: 2em; }
    body h2, body .h2 {
      font-size: 1.75em; } }

img {
  max-width: 100%; }

strong {
  font-weight: 900; }

h1, .h1 {
  font-size: 2.5em; }

h2, .h2 {
  font-size: 2.2em; }

hr {
  border-top: 1px solid white; }

.grow-hr {
  width: 10%;
  transition: width 1s ease; }
  .grow-hr.active {
    width: 100%; }

.fadeUp {
  transform: translateY(20px);
  opacity: 0;
  transition: all 1.5s ease; }
  .fadeUp.active {
    opacity: 1;
    transform: translateY(0); }

.fadeDown {
  transform: translateY(-20px);
  opacity: 0;
  transition: all 1.5s ease; }
  .fadeDown.fadeDown2 {
    transform: translateY(-35px);
    transition: all 2s ease; }
  .fadeDown.fadeDown3 {
    transform: translateY(-50px);
    transition: all 2.5s ease; }
  .fadeDown.active {
    opacity: 1;
    transform: translateY(0); }

h1.section-heading {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 1.45em; }
  h1.section-heading .thin-text {
    display: block;
    font-weight: 100;
    font-size: .8em;
    letter-spacing: .1em; }
  h1.section-heading .normal-case {
    text-transform: none;
    font-size: .65em;
    line-height: 1.5em;
    margin-bottom: 20px; }

.small-title {
  text-transform: lowercase;
  font-weight: 800;
  font-variant: small-caps;
  font-size: 2em;
  letter-spacing: .05em; }

.incident-card .card-heading {
  background: #555559;
  color: white;
  font-size: 1.3em;
  font-weight: 700;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: .1em;
  position: relative;
  z-index: 2; }
  .incident-card .card-heading img {
    width: 40px;
    display: inline-block;
    padding-right: 10px; }
.incident-card .card-info {
  background: #ecefed;
  padding: 20px 30px;
  border-bottom-left-radius: 29px;
  border-bottom-right-radius: 29px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1; }
  .incident-card .card-info p {
    margin-top: 0px; }
  .incident-card .card-info .number {
    font-size: 160px;
    color: #799485;
    font-weight: 900;
    font-variant-numeric: lining-nums; }
  .incident-card .card-info .unit {
    text-transform: uppercase;
    border-bottom: 9px solid #b9babc;
    margin-left: 14px;
    letter-spacing: 0.2em; }
  @media screen and (max-width: 992px) {
    .incident-card .card-info .number {
      font-size: 90px; } }
  @media screen and (max-width: 567px) {
    .incident-card .card-info {
      text-align: center; }
      .incident-card .card-info .number {
        font-size: 80px;
        display: block; }
      .incident-card .card-info .unit {
        margin-left: 0px; } }

#splash {
  background: #6f6f70;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all .5s ease;
  z-index: 999; }
  #splash .updated-logo {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 84%;
    max-width: 321px;
    background: white;
    border-radius: 50%;
    padding: 20px; }
  #splash .svg {
    width: 80%;
    max-width: 900px;
    max-height: 100%; }
  #splash .splash-logo {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 47px;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity 2s ease; }
  #splash.shrink {
    background: #555559;
    width: 30%;
    min-width: 331px; }
    #splash.shrink .splash-logo {
      visibility: visible;
      opacity: 1; }
  #splash .gif {
    display: none; }

@media screen\0 {
  #splash {
    background: #555559; }

  #splash > svg {
    display: none; }

  #splash .gif {
    display: block;
    position: absolute;
    width: 90%;
    max-width: 820px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%); } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #splash {
    background: #555559; }

  #splash > svg {
    display: none; }

  #splash .gif {
    display: block;
    position: absolute;
    width: 90%;
    max-width: 820px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%); } }
.home-container {
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #f5f5ed; }

.site-nav {
  position: relative;
  width: 100%;
  height: 100vh; }
  .site-nav .svg {
    width: 100%;
    max-width: 1220px;
    overflow: visible;
    position: absolute;
    left: 50%;
    height: 100%;
    padding: 25px;
    transform: translateX(-50%); }
    .site-nav .svg rect {
      transition: fill .3s; }
    .site-nav .svg path {
      pointer-events: none; }
    .site-nav .svg a {
      transition: transform 0.5s cubic-bezier(0.65, 1.95, 0.03, 0.32);
      transform-origin: center; }
    .site-nav .svg a:hover {
      transform: scale(1.02);
      transform-origin: center;
      transition: transform .4s ease; }
  .site-nav .link-blue {
    fill: #2b84b7; }
    .site-nav .link-blue:hover {
      fill: #216186; }
  .site-nav .link-green {
    fill: #799485; }
    .site-nav .link-green:hover {
      fill: #637a6d; }
  .site-nav .link-purple {
    fill: #8f4979; }
    .site-nav .link-purple:hover {
      fill: #673557; }
  .site-nav .link-yellow {
    fill: #a1812e; }
    .site-nav .link-yellow:hover {
      fill: #826927; }

.home {
  overflow-y: hidden; }
  .home .header {
    position: relative;
    z-index: 99;
    background: white; }
  .home .home-container .container {
    max-width: 1400px; }
  .home #animation-container {
    position: absolute;
    top: 50%;
    transform: translateY(-53%); }

.mobile-home {
  position: absolute;
  top: 53%;
  transform: translateY(-53%);
  padding-top: 50px; }
  .mobile-home .svg {
    max-width: 90px;
    height: auto; }
    .mobile-home .svg path {
      fill: white !important; }
  .mobile-home a {
    padding: 40px 15px 20px;
    color: white;
    text-transform: lowercase;
    font-variant: small-caps; }
    .mobile-home a:hover {
      text-decoration: none; }
    .mobile-home a.ajgreen-bg:after {
      content: "";
      position: absolute;
      background: #036647;
      bottom: 99%;
      height: 99999px;
      width: 100%;
      left: 0; }
    .mobile-home a.purple-bg:after {
      content: "";
      position: absolute;
      background: #8f4979;
      bottom: 99%;
      height: 99999px;
      width: 100%;
      left: 0; }
    .mobile-home a.blue-bg:after {
      content: "";
      position: absolute;
      background: #2b84b7;
      top: 99%;
      height: 99999px;
      width: 100%;
      left: 0; }
    .mobile-home a.grey-bg:after {
      content: "";
      position: absolute;
      background: #555559;
      top: 99%;
      height: 99999px;
      width: 100%;
      left: 0; }
  .mobile-home p {
    height: 79px;
    position: relative; }
    .mobile-home p span {
      position: absolute;
      top: 50%;
      width: 100%;
      left: 0;
      text-align: center;
      transform: translateY(-50%); }

.subpage {
  padding-bottom: 18vw;
  background: #f3f3f3; }

.wide-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 20px; }

.diamond-list {
  list-style-type: none;
  text-align: left;
  max-width: 938px;
  width: 100%;
  display: inline-block;
  margin: 2rem 0; }
  .diamond-list li {
    background-position: center left;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 70px;
    background-image: url(../img/green-bullet.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: .04em; }

.header {
  text-transform: uppercase;
  font-variant-numeric: lining-nums;
  letter-spacing: .05em;
  padding: 15px 10px; }
  .header img {
    width: 220px;
    vertical-align: middle; }
  .header span {
    font-size: 30px;
    vertical-align: middle;
    padding: 0px 10px;
    font-weight: 600;
    color: #8c8c8c; }
  .header p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px; }
  @media screen and (max-width: 767px) {
    .header {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      background: white;
      z-index: 999; } }

.navTrigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  float: right; }
  .navTrigger i {
    background-color: #555559;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px; }
  .navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  .navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  .navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  .navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards; }
  .navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards; }
  .navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards; }

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes inM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes outM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg); } }
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(9px) rotate(0deg); }
  100% {
    transform: translateY(9px) rotate(135deg); } }
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg); } }
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(9px) rotate(0deg); }
  100% {
    transform: translateY(9px) rotate(135deg); } }
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg); } }
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-9px) rotate(0deg); }
  100% {
    transform: translateY(-9px) rotate(135deg); } }
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg); } }
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-9px) rotate(0deg); }
  100% {
    transform: translateY(-9px) rotate(135deg); } }
.mobile-nav {
  background: #55555a;
  opacity: 0;
  position: fixed;
  top: 55px;
  left: 0px;
  width: 100%;
  padding: 30px 15px;
  transition: opacity .5s ease;
  height: 100%;
  pointer-events: none; }
  .mobile-nav.active {
    opacity: 1;
    transition: opacity .4s ease;
    pointer-events: auto; }
  .mobile-nav a {
    color: white;
    display: block;
    text-align: left;
    margin-bottom: 20px; }
    .mobile-nav a:hover {
      text-decoration: none; }
  .mobile-nav p {
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    font-size: 20px;
    text-transform: lowercase;
    font-variant: small-caps;
    letter-spacing: .15em; }
  .mobile-nav .nav-links {
    max-width: 280px;
    margin: 10px auto; }
  .mobile-nav .svg {
    display: inline-block;
    width: 40px;
    height: auto;
    vertical-align: middle; }
  .mobile-nav .svg path {
    fill: white !important; }

.hero {
  color: white;
  padding: 1.4% 20px 3%; }
  .hero h1 {
    font-size: 4em;
    font-weight: 600; }
  .hero .page-title {
    padding-left: 115px;
    position: relative;
    max-width: 960px;
    margin: 20px auto; }
    .hero .page-title p {
      padding-left: 20px;
      font-weight: 100;
      text-transform: uppercase; }
    .hero .page-title .svg {
      position: absolute;
      left: 10px;
      top: 0;
      width: 80px;
      height: auto; }
      .hero .page-title .svg path {
        fill: white !important;
        opacity: .75; }
  .hero .hero-text {
    max-width: 800px;
    margin: 20px auto;
    padding: 60px;
    background: rgba(0, 0, 0, 0.14); }
  .hero .double-arrow {
    display: block;
    width: 30px;
    margin: 60px auto 0px;
    overflow: visible; }
    .hero .double-arrow polyline {
      transition: transform .4s ease;
      transform-origin: center; }
    .hero .double-arrow:hover .arrow-1 {
      transform: translateY(5px) scale(1.1);
      transition: transform .5s ease;
      transform-origin: center; }
    .hero .double-arrow:hover polyline {
      transform: translateY(3px) scale(1.005);
      transition: transform .4s ease;
      transform-origin: center; }
  @media screen and (max-width: 991px) {
    .hero {
      padding-top: 0px; } }
  @media screen and (max-width: 767px) {
    .hero {
      padding-top: 50px;
      padding-left: 0px;
      padding-right: 0px; } }

.background-container {
  max-width: 1200px;
  margin: 0 auto;
  background-position: right;
  background-size: 453px;
  padding-top: 3.8%;
  padding-bottom: 3.8%;
  background-repeat: no-repeat; }
  @media screen and (max-width: 991px) {
    .background-container {
      padding-top: 90px;
      background-position: top right;
      background-size: 300px; } }
  @media screen and (max-width: 767px) {
    .background-container {
      padding-top: 50px; } }

.large-image {
  background-position: center right;
  background-size: cover;
  color: white;
  height: 70vh;
  min-height: 600px;
  position: relative;
  text-shadow: 1px 1px 1px black; }
  .large-image p {
    font-size: 1.1em; }
  .large-image .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%; }
  .large-image .blue-border {
    border-top: 12px solid #2b84b7;
    font-size: 1.8em;
    padding-top: 20px; }

.checkmark {
  text-align: left;
  font-weight: 600;
  font-size: 1.3em;
  letter-spacing: .03em;
  padding-left: 50px;
  position: relative;
  width: 90%;
  margin: 0 auto 34px;
  line-height: 1.3em; }
  .checkmark img {
    width: 30px;
    position: absolute;
    left: 8px; }
  .checkmark span {
    display: block;
    font-weight: 200;
    font-size: .85em; }
  @media screen and (min-width: 1300px) {
    .checkmark .checkmark {
      width: 80%; } }

.testimonial {
  color: white;
  padding: 60px 0 200px;
  background-position: center bottom;
  background-size: auto 200px;
  background-repeat: no-repeat; }
  .testimonial .testimonial-sidebar {
    max-width: 310px;
    margin: 0 auto 21px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 44px 25px;
    text-align: center; }
    .testimonial .testimonial-sidebar img {
      max-width: 90px;
      margin: 0 auto 20px;
      display: block; }
    .testimonial .testimonial-sidebar p {
      margin-bottom: 0px;
      font-size: 1em; }
  .testimonial .testimonial-heading {
    margin-bottom: 60px; }
    .testimonial .testimonial-heading img {
      width: 60px; }
    .testimonial .testimonial-heading p {
      font-family: "Georgia", 'Times New Roman', serif;
      font-size: 1.25em;
      max-width: 520px;
      margin: 20px auto; }
    .testimonial .testimonial-heading .intro-wide {
      max-width: 840px; }
  .testimonial hr {
    max-width: 590px;
    margin: 60px auto;
    border-top: 4px solid white; }
  .testimonial h2 {
    text-transform: lowercase;
    font-weight: 800;
    font-variant: small-caps;
    font-size: 2.5em;
    letter-spacing: .075em; }
  .testimonial p, .testimonial ol {
    margin-bottom: 32px;
    font-size: 1.1em;
    font-weight: 100; }
  .testimonial ol {
    counter-reset: list;
    padding-left: 22px;
    text-indent: -22px; }
  .testimonial ol > li {
    list-style: none; }
  .testimonial ol > li:before {
    content: counter(list) ") ";
    counter-increment: list; }
  .testimonial .testimonial-image {
    max-width: 302px;
    margin: 0 auto 30px;
    display: block;
    width: 100%; }

.values {
  background-color: #2b84b7;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  color: white;
  padding: 80px 20px; }
  .values .value-intro p {
    font-size: 1.5em;
    font-weight: 100; }
  .values .value-outro {
    max-width: 860px;
    margin: 0 auto; }
    .values .value-outro p {
      font-size: 1.5em;
      font-weight: 100;
      margin: 0 auto; }
  .values .value {
    margin: 40px auto;
    max-width: 620px; }
    .values .value h1 {
      font-size: 4em;
      font-weight: 900; }
      .values .value h1 span {
        display: block;
        font-size: .5em;
        font-weight: 100; }
    .values .value p {
      font-size: 1.3em;
      font-weight: 100; }
  .values .line {
    width: 6px;
    height: 122px;
    margin: 0 auto 29px;
    position: relative; }
    .values .line .line-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: white;
      height: 0;
      opacity: .5;
      transition: height 1.3s ease; }
      .values .line .line-inner.on {
        height: 100%; }

.image-section {
  padding: 60px 0; }
  .image-section img {
    padding: 25px 20px 30px; }
  .image-section h1 {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .2em;
    line-height: 1.75em; }
  .image-section hr {
    border-top: 2px solid #b9b9b9; }

.half-logo {
  color: white;
  background-size: 47%;
  background-repeat: no-repeat;
  padding: 6rem 0px;
  background-position: left center; }
  .half-logo .section-heading {
    margin: 2rem 0; }
  .half-logo .half-logo-list {
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: .2em;
    margin: 70px 20px; }
    .half-logo .half-logo-list p {
      margin: 30px 0; }
  @media screen and (max-width: 767px) {
    .half-logo {
      background-size: 100%; }
      .half-logo .section-heading {
        margin: 20px auto; }
      .half-logo .half-logo-list {
        margin: 10px 10px; }
        .half-logo .half-logo-list .fadeUp {
          margin: 20px 0; }
      .half-logo .grow-border {
        display: none; } }

.grow-border {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 1px;
  height: 1px;
  background-color: white;
  transform: translateY(-50%); }
  .grow-border.active {
    background-color: white;
    bottom: 100vh;
    height: 100%;
    transition: all 3s ease; }

.text-section {
  padding: 4rem 0; }
  .text-section hr {
    border-top: 1px solid #c5c6c7; }
  .text-section p {
    max-width: 1020px;
    margin: 20px auto;
    font-size: 1.4em; }
  .text-section ul {
    font-size: 1.3em; }

.regulatory-requirements {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 15px; }
  .regulatory-requirements .image-card {
    max-width: 420px;
    margin: 34px auto;
    padding: 10px; }
    .regulatory-requirements .image-card img {
      box-shadow: 1px 0px 8px -2px;
      width: 100%; }
    .regulatory-requirements .image-card .card-content {
      border-top: 8px solid #a1812e;
      background: white;
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px;
      padding: 12px 20px;
      padding-bottom: 4px;
      box-shadow: 1px 1px 7px -3px; }

.reverse-image-card {
  display: inline-block;
  width: 100%;
  max-width: 403px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 1px 1px 7px -3px; }
  .reverse-image-card img {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; }
  .reverse-image-card .card-text {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1.2em;
    background: white;
    border-bottom: 5px solid #8f4979;
    padding: 6px 10px; }

.scroll-top {
  appearance: none;
  -webkit-appearance: none;
  border: 0px;
  padding: 19px 6px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transform: rotate(180deg);
  box-shadow: 0px 0px 18px -2px grey;
  margin-top: 34px; }
  .scroll-top:focus {
    outline: none; }
  .scroll-top:hover {
    background: #fbfbfb;
    box-shadow: 0px 0px 10px -2px grey; }
  .scroll-top .svg {
    width: 100%;
    max-width: 30px; }
    .scroll-top .svg polyline {
      stroke: #53565a !important; }

.bottom-nav {
  background: white;
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  box-shadow: 0px 0px 41px -9px rgba(0, 0, 0, 0.4); }
  .bottom-nav .col {
    width: 20%; }
  .bottom-nav.scrollDown .footer-logo {
    max-width: 221px;
    max-height: 221px;
    transform: translateX(-50%) scale(0.5);
    bottom: -58px; }
  .bottom-nav.scrollDown .footer-link {
    padding: 8px 15px; }
    .bottom-nav.scrollDown .footer-link .svg {
      max-width: 34px;
      min-width: 24px;
      height: 39px; }
  .bottom-nav .footer-logo {
    position: absolute;
    border-radius: 50%;
    width: 21vw;
    max-width: 251px;
    max-height: 251px;
    height: 21vw;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 1vw 5vw;
    vertical-align: middle;
    padding-bottom: 9vw;
    overflow: visible;
    box-shadow: 0px -7px 34px -20px rgba(0, 0, 0, 0.4);
    transition: .4s ease; }
    .bottom-nav .footer-logo .svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 83%;
      max-width: 340px;
      height: auto;
      transform: translate(-50%, -50%);
      transition: all .3s ease; }
  .bottom-nav .footer-link {
    text-align: center;
    background: white;
    padding: 30px 15px;
    transition: all .3s ease; }
    .bottom-nav .footer-link:hover {
      text-decoration: none; }
    .bottom-nav .footer-link p {
      margin-bottom: 0px;
      line-height: 1.1em;
      text-transform: uppercase;
      letter-spacing: .05em;
      color: #53565a;
      font-size: 14px; }
    .bottom-nav .footer-link .svg {
      width: 50%;
      max-width: 56px;
      min-width: 30px;
      height: 75px;
      transition: all .4s ease; }
    .bottom-nav .footer-link.values-footer:hover {
      background: #bfd9d1; }
    .bottom-nav .footer-link.values-footer path {
      fill: #036647 !important; }
    .bottom-nav .footer-link.policies-footer:hover {
      background: #ecd6e5; }
    .bottom-nav .footer-link.policies-footer path {
      fill: #8f4979 !important; }
    .bottom-nav .footer-link.teams-footer:hover {
      background: #d0d0d0; }
    .bottom-nav .footer-link.teams-footer path {
      fill: #555559 !important; }
    .bottom-nav .footer-link.safety5s-footer:hover {
      background: #addcf7; }
    .bottom-nav .footer-link.safety5s-footer path {
      fill: #2b84b7 !important; }

@media screen and (max-width: 992px) {
  .hero .hero-text {
    padding: 20px 20px; } }
@media screen and (max-width: 767px) {
  .hero .page-title {
    padding-left: 80px; }
    .hero .page-title h1 {
      font-size: 2.5em; }
    .hero .page-title .svg {
      width: 60px; }

  .large-image .blue-border {
    font-size: 1.3em; } }
@media screen and (max-width: 567px) {
  h1.section-heading {
    font-size: 1.75em; }

  .text-section {
    padding: 2.5rem 0; }
    .text-section ul {
      font-size: 1em; }
    .text-section p, .text-section li {
      font-size: 1.1em; }

  .hero .page-title {
    padding-left: 0px;
    text-align: center; }
    .hero .page-title .svg {
      position: static;
      margin: 10px auto; }

  .diamond-list {
    padding-left: 0px; }
    .diamond-list li {
      padding-left: 30px;
      background-size: 20px;
      margin-bottom: 10px; }

  .large-image .container {
    bottom: 0;
    top: auto;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6705882353); }
    .large-image .container .blue-border {
      background: rgba(0, 0, 0, 0.54); }

  .regulatory-requirements .image-card:first-child {
    margin-top: 0px; }

  .values .value h1 {
    font-size: 2.2em; }
    .values .value h1 span {
      font-size: .75em; }
  .values .value p {
    font-size: 1.1em; }
  .values .value-outro p, .values .value-intro p {
    font-size: 1.1em; }

  .reverse-image-card {
    width: auto; }

  .regulatory-requirements {
    padding-top: 20px; } }

/*# sourceMappingURL=main.css.map */
