@charset "UTF-8";
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}

.slick-loading .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #fff;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

[dir=rtl] .slick-next:before {
  content: '←';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

body {
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #404041;
}
body h1 {
  font-weight: 300;
  font-size: 48px;
  margin-bottom: 35px;
}
body h2 {
  font-size: 24px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
body strong {
  font-weight: 700;
}
body .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .show-lg {
  display: none;
}
body .show-md {
  display: none;
}
body .show-sm {
  display: none;
}
body section h1 {
  padding-top: 80px;
}
body section .container-fluid {
  background: #ffffff;
  padding-bottom: 80px;
  border-bottom: 3px solid #ececec;
}
body .parallax {
  position: fixed;
  max-width: 100%;
}
body .decoy {
  width: 100%;
  opacity: 0;
}
body .decoy img {
  width: 100%;
}
body .wedges {
  width: 100%;
  position: absolute;
  bottom: -1px;
}
body header {
  color: #ffffff;
  position: relative;
}
body header .slick .hero-slide {
  position: relative;
}
body header .slick .hero-slide img {
  width: 100%;
  position: relative;
}
body header .slick .hero-slide .title {
  width: 100%;
  height: 165px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body header .slick .hero-slide .title h1 {
  font-size: 64px;
}
body header .slick .hero-slide .svg {
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
body header .slick .hero-slide:first-of-type .svg {
  bottom: -375px;
  left: -35px;
  width: 105%;
}
@media screen and (max-width: 900px) {
  body header .slick .hero-slide:first-of-type .svg {
    bottom: -255px;
  }
}
body header .slick .hero-slide:nth-of-type(2) .svg {
  bottom: -180%;
  left: -90%;
  width: 80%;
  opacity: .75;
}
@media screen and (max-width: 900px) {
  body header .slick .hero-slide:nth-of-type(2) .svg {
    bottom: -220%;
  }
}
body header .slick .hero-slide:nth-of-type(2) .svg.right {
  left: 0;
  bottom: -190%;
  right: 0;
  width: 65%;
}
@media screen and (max-width: 900px) {
  body header .slick .hero-slide:nth-of-type(2) .svg.right {
    bottom: -210%;
  }
}
body header .slick .hero-slide:nth-of-type(3) .svg {
  bottom: -130%;
  left: -85%;
  width: 55%;
  opacity: .75;
}
body header .slick .hero-slide:nth-of-type(3) .svg.right {
  left: 0;
  right: -90%;
}
body header .slick .hero-slide:last-of-type .svg {
  bottom: -100%;
  left: -75%;
  width: 45%;
  transform: rotate(-125deg);
  opacity: .75;
}
body header .slick .hero-slide:last-of-type .svg.right {
  left: 60px;
  right: -90%;
  bottom: -450px;
  width: 60%;
}
body header #navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
}
body header #navigation.caught, body header #navigation.hero-caught {
  z-index: 1000;
  background: #c06222;
  transition: background-color 1.5s ease;
  -webkit-box-shadow: 0 0px 20px 5px rgba(95, 38, 0, 0.4);
  -moz-box-shadow: 0 0px 20px 5px rgba(95, 38, 0, 0.4);
  box-shadow: 0 0px 20px 5px rgba(95, 38, 0, 0.4);
}
body header #navigation.caught .navbar-brand img, body header #navigation.hero-caught .navbar-brand img {
  width: 260px;
}
body header #navigation nav {
  background-color: inherit !important;
  padding: 0;
  max-width: 1800px;
  margin: 0 auto;
}
body header #navigation nav .navbar-brand {
  margin: 0;
  padding: 15px;
  max-width: 325px;
}
body header #navigation nav .navbar-brand img {
  width: 325px;
  webkit-transition: width .5s;
  -moz-transition: width .5s;
  -ms-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s;
}
body header #navigation nav .navbar-toggler {
  outline: none !important;
  padding: 0;
  margin-top: 25px;
}
body header #navigation nav ul li {
  margin-left: 12px;
}
body header #navigation nav ul li a {
  color: #fff;
}
body header #navigation nav ul li:hover, body header #navigation nav ul li.selected {
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1200px) {
  body header #navigation nav ul li:hover, body header #navigation nav ul li.selected {
    border-bottom: 0px solid #fff;
  }
}
body header #navigation nav ul li:last-of-type a {
  border: 2px solid #1f7696;
  background: rgba(31, 118, 150, 0.5);
  padding: 8px 20px;
}
body header #navigation nav ul li:last-of-type a:hover {
  background: #1f7696;
}
body header #navigation nav ul li:last-of-type:hover, body header #navigation nav ul li:last-of-type.selected {
  border-bottom: 0px solid #fff;
}
body #main {
  position: relative;
  z-index: 100;
}
body #main p {
  line-height: 2;
}
body #main .text-center p {
  margin-bottom: 65px;
}
body #main section:last-of-type .container {
  border: none;
}
body #main section.orange {
  background: #c06222;
  color: #ffffff;
}
body #main section.orange .container {
  border: none;
}
body #main section.orange .container-fluid {
  background: #c06222;
}
body #main section.orange ul li {
  background: none;
}
body #main section table {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: table;
}
body #main section table td {
  color: #c06222;
  font-weight: 700;
  padding: 0 100px 20px 0;
  position: relative;
  text-align: left;
  vertical-align: baseline;
}
body #main section table td span {
  width: 12px;
  height: 15px;
  background: url(../img/dot.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: -24px;
}
body #main section table td:last-of-type {
  padding-right: 0;
}
body #main section .card {
  color: #ffffff;
  background: #c06222;
  height: 100%;
  width: 100%;
  max-width: 20rem;
  border-radius: 0;
}
body #main section .card .card-block {
  padding: 35px;
}
body #main section .card .card-block h4 {
  margin: 0 0 30px;
}
body #main section .card .card-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body #main section .card .card-block ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body #main section .card .card-block ul li:first-of-type {
  padding-top: 0;
}
body #main section .card .card-block ul li:last-of-type {
  border: none;
}
body #main section.intro-paragraph .row:first-of-type .column {
  margin: 0 auto;
}
body #main section#markets .list-group .list-group-item {
  border-right: 0;
  border-left: 0;
  cursor: pointer;
}
body #main section#markets .list-group .list-group-item:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}
body #main section#markets .list-group .list-group-item .fa {
  position: absolute;
  right: 10px;
  color: rgba(0, 0, 0, 0.125);
  top: 20px;
}
body #main section#markets .list-group .list-group-item.active, body #main section#markets .list-group .list-group-item:hover {
  background: none;
  border-color: rgba(0, 0, 0, 0.125) !important;
  color: #1f7696;
}
body #main section#markets .list-group .list-group-item.active .fa, body #main section#markets .list-group .list-group-item:hover .fa {
  color: #1f7696;
}
body #main section#markets .col-md-4.col-lg-3.sidebar {
  padding: 0;
  max-width: 220px;
}
body #main section#markets .col-md-8.col-lg-9.markets {
  padding: 0;
}
body #main section#markets .market {
  display: none;
  width: 95%;
  float: right;
  height: 100%;
  position: relative;
}
body #main section#markets .market.active {
  display: block;
}
body #main section#markets .market .market-slider {
  height: 500px;
}
body #main section#markets .market .market-slider .slick-list {
  height: 100%;
}
body #main section#markets .market .market-slider .slick-list .slick-track {
  height: 100%;
  width: 100% !important;
}
body #main section#markets .market .market-slider .slick-list .slick-track img {
  height: 500px;
  width: auto !important;
  position: absolute !important;
  left: 50% !important;
  margin: 0 auto !important;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body #main section#markets .market .text {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  max-height: 500px;
  width: 40%;
  padding: 30px;
}
body #main section#markets .market .text h3 {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  color: #c06222;
  font-size: 16px;
}
body #main section#markets .market .text ul {
  padding: 0 0 0 20px;
}
body #main section#markets .market .text p {
  line-height: 1.5;
}
body #main section#capabilities .row:last-of-type {
  margin-top: 80px;
}
body #main section#capabilities .row .card {
  min-height: 326px;
}
body #main section#capabilities .row .card .card-block ul li {
  font-weight: 300;
}
body #main section#alloys .list-group-item {
  border-left: none;
  border-right: none;
  padding: 10px 0;
}
body #main section#alloys .list-group-item:first-of-type {
  border-top: none;
}
body #main section#alloys .list-group-item:last-of-type {
  border-bottom: none;
}
body #main section#alloys .list-group-item.active {
  background: transparent;
  color: #404041;
  border-color: transparent;
}
body #main section#alloys .inner .column:first-of-type {
  text-align: center;
}
body #main section#alloys .inner .column img {
  padding-top: 20px;
}
body #main section#testing .center {
  margin: 0 auto;
}
body #main section#testing .list-group-item {
  border-left: none;
  border-right: none;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-color: rgba(255, 255, 255, 0.1);
}
body #main section#testing .list-group-item:first-of-type {
  border-top: none;
}
body #main section#testing .list-group-item:last-of-type {
  border-bottom: none;
}
body #main section#certifications img {
  max-width: 100%;
}
body footer {
  color: #ffffff;
  position: relative;
}
body footer section#contact {
  /*background: url(../img/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;*/
  background: #207697;
  overflow: hidden;
}
body footer section#contact .weave {
  position: absolute;
  top: -50%;
  bottom: 0;
  left: 0;
  right: -120%;
  margin: 0 auto;
  width: 1110px;
}
body footer section#contact .weave-mobile {
  display: none;
}
body footer section#contact .row:last-of-type {
  padding-bottom: 80px;
}
body footer section#contact address {
  margin-bottom: 50px;
}
body footer section#contact label {
  width: 100%;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
body footer section#contact input,
body footer section#contact textarea {
  width: 100%;
  color: #ffffff;
  font-weight: 300;
  background: none;
  border: 1px solid #ffffff;
  outline: none;
  font-family: "europa", sans-serif;
  padding: 10px;
  border-radius: 0;
}
body footer section#contact input::-webkit-input-placeholder,
body footer section#contact textarea::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
  font-family: "europa", sans-serif;
}
body footer section#contact input::-moz-placeholder,
body footer section#contact textarea::-moz-placeholder {
  color: #fff;
  font-weight: 300;
  font-family: "europa", sans-serif;
}
body footer section#contact input:-ms-input-placeholder,
body footer section#contact textarea:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
  font-family: "europa", sans-serif;
}
body footer section#contact input:-moz-placeholder,
body footer section#contact textarea:-moz-placeholder {
  color: #fff;
  font-weight: 300;
  font-family: "europa", sans-serif;
}
body footer section#contact input:focus::-webkit-input-placeholder,
body footer section#contact textarea:focus::-webkit-input-placeholder {
  color: #207697;
}
body footer section#contact input:focus::-moz-placeholder,
body footer section#contact textarea:focus::-moz-placeholder {
  color: #207697;
}
body footer section#contact input:focus:-ms-input-placeholder,
body footer section#contact textarea:focus:-ms-input-placeholder {
  color: #207697;
}
body footer section#contact input:focus:-moz-placeholder,
body footer section#contact textarea:focus:-moz-placeholder {
  color: #207697;
}
body footer section#contact textarea {
  height: 100px;
}
body footer section#contact input[type="submit"],
body footer section#contact .btn-send {
  width: auto;
  font-weight: 700;
  padding: 10px 30px;
  background: #4c91ab;
  border: 2px solid #ffffff;
}
body footer section#copyright {
  background: #404041;
  position: relative;
}
body footer section#copyright .row {
  padding: 20px 0;
}
body footer section#copyright p {
  margin: 0;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  body .hidden-lg {
    display: none;
  }
  body .show-lg {
    display: block !important;
  }
  body header #navigation nav {
    margin: 0;
  }
  body header #navigation nav ul {
    text-align: center;
    padding: 0;
    background: #c06222;
  }
  body header #navigation nav ul li {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    margin: 0;
  }
  body header #navigation nav ul li a {
    margin: 10px;
  }
  body header #navigation nav ul li:last-of-type a {
    margin-top: 20px;
  }
  body header #navigation nav ul li:hover, body header #navigation nav ul li.is-active {
    border-bottom: 0px solid #fff;
  }
  body #markets #accordion .card {
    background: transparent !important;
    border: none;
    color: #404041 !important;
    max-width: none;
    text-align: center;
  }
  body #markets #accordion .card:first-of-type .card-header {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  body #markets #accordion .card .card-block {
    padding: 15px;
  }
  body #markets #accordion .card .card-header {
    text-align: center;
    background: transparent;
    border-radius: 0;
    padding: 20px;
  }
  body #markets #accordion .card.active .card-header {
    background: #1f7696;
  }
  body #markets #accordion .card.active .card-header a {
    color: #fff;
  }
  body #markets #accordion .card.active .card-header a .fa {
    color: #fff;
  }
  body #markets #accordion .card.active .card-header a .fa-chevron-down {
    display: none !important;
  }
  body #markets #accordion .card.active .card-header a .fa-chevron-up {
    display: block !important;
  }
  body #markets #accordion .card.active .collapse {
    display: block !important;
  }
  body #markets #accordion .card .card-header a {
    display: block;
    text-decoration: none;
    color: #404041;
    font-size: 16px;
  }
  body #markets #accordion .card .card-header a .fa {
    float: right;
    color: #1f7696;
  }
  body #markets #accordion .card .collapse {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  body #markets #accordion .card .market-slider {
    height: 100%;
  }
  body #markets #accordion .card .market-slider .slick-list {
    height: 100%;
  }
  body #markets #accordion .card .market-slider .slick-list .slick-track {
    height: 100%;
  }
  body #markets #accordion .card .text {
    text-align: center;
    padding: 30px 0;
  }
  body #markets #accordion .card .text h3 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    color: #c06222;
    font-size: 16px;
  }
  body #markets #accordion .card .text p {
    line-height: 1.5;
  }
  body #markets #accordion .card .text ul {
    text-align: left;
    list-style: disc;
    display: inline-block;
    padding-left: 30px;
  }
  body #markets #accordion .card .text ul li {
    padding: 0;
  }
  body footer section#contact .weave {
    top: -20%;
  }
}
@media screen and (max-width: 992px) {
  body #main section .card {
    max-width: none;
    text-align: center;
  }
  body #main section table {
    width: 80%;
  }
  body #main section table td {
    display: block;
    padding: 0 0 15px;
    width: 50%;
    float: left;
    padding-right: 25px;
  }
  body #main section table td br {
    display: none;
  }
  body #main section#capabilities .row:last-of-type .column {
    margin-bottom: 35px;
  }
  body #main section#alloys .list-group-item {
    display: block;
    text-align: center;
  }
  body #main section#certifications .row:last-of-type {
    text-align: center;
  }
  body #main section#certifications .row img {
    margin-bottom: 30px;
  }
  body footer section#contact .weave {
    top: 0%;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  body section h1 {
    font-size: 30px;
    padding-top: 50px;
  }
  body section h2 {
    font-size: 20px;
  }
  body .hidden-md {
    display: none;
  }
  body .show-md {
    display: block;
  }
  body header .slick .hero-slide .title {
    height: 75px;
    padding: 0 15px;
  }
  body header .slick .hero-slide .title h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  body header .slick .hero-slide .title h2 {
    font-size: 20px;
    width: 65%;
    margin: 0 auto;
  }
  body header #navigation nav .navbar-brand, body header #navigation.caught nav .navbar-brand {
    width: 200px;
  }
  body header #navigation nav .navbar-brand img, body header #navigation.caught nav .navbar-brand img {
    width: 200px;
  }
  body header #navigation nav .navbar-toggler, body header #navigation.caught nav .navbar-toggler {
    margin-top: 10px !important;
  }
  body #main section#alloys .list-group {
    margin-bottom: 15px;
  }
  body #main section#certifications .row .column:last-of-type img {
    margin-bottom: 0;
  }
  body footer .flex-container {
    display: block;
    text-align: center;
    margin-top: 140px;
  }
  body footer section#contact .weave {
    right: 0;
    top: 480px;
  }
}
@media screen and (max-width: 576px) {
  body .hidden-sm {
    display: none;
  }
  body .show-sm {
    display: block;
  }
  body header .slick .hero-slide .title {
    height: 200px;
  }
  body header .slick .hero-slide .title br {
    display: none;
  }
  body header .slick .hero-slide:first-of-type .svg {
    bottom: -350px;
    left: -100px;
    width: 900px;
  }
  body header .slick .hero-slide:nth-of-type(2) .svg {
    bottom: -1095px;
    left: -70%;
    width: 900px;
  }
  body header .slick .hero-slide:nth-of-type(2) .svg.right {
    left: -805px;
    bottom: -975px;
  }
  body header .slick .hero-slide:nth-of-type(3) .svg {
    bottom: -645px;
    left: -85%;
    width: 506px;
  }
  body header .slick .hero-slide:nth-of-type(3) .svg.right {
    bottom: -1070px;
  }
  body header .slick .hero-slide:last-of-type .svg {
    bottom: -645px;
    left: -25%;
    width: 525px;
    transform: rotate(-140deg);
  }
  body header .slick .hero-slide:last-of-type .svg.right {
    bottom: -1000px;
  }
  body #main section table td {
    width: 100%;
    padding-right: 0;
  }
  body footer section#contact input[type="submit"] {
    width: 100%;
  }
  body footer section#contact .weave {
    top: 535px;
    width: 150%;
    left: -25%;
  }
}
/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity,filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -5px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}

.hamburger-inner::after, .hamburger-inner::before {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 75ms .12s ease,opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 75ms ease,opacity 75ms .12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
