/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

.carousel,
.carousel-inner,
sub,
sup {
  position: relative;
}

.carousel-caption,
.carousel-control {
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.l-col-1,
.l-col-10,
.l-col-11,
.l-col-12,
.l-col-2,
.l-col-3,
.l-col-4,
.l-col-5,
.l-col-7,
.l-col-8,
.l-col-9 {
  float: left;
}

.link,
a {
  text-decoration: none;
}

.icon:before,
body {
  -webkit-font-smoothing: antialiased;
}

.h-clear,
.h-clearfix:after {
  clear: both;
}

.h-hidden,
.h-invisible,
.nav--mobile,
.search__text {
  visibility: hidden;
}

.search,
select {
  -webkit-appearance: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
figure {
  margin: 0;
}

a {
  background: 0 0;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.carousel-inner,
.modal,
.modal-open {
  overflow: hidden;
}

.header__hamburger,
.icon--large,
.icon:before,
.logo__container,
.modal .modal-dialog,
.splash__image img,
.splash__image:before {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.carousel-inner {
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 480px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.l-col-1,
.l-col-10,
.l-col-11,
.l-col-12,
.l-col-2,
.l-col-3,
.l-col-4,
.l-col-5,
.l-col-6,
.l-col-8,
.l-col-9,
.l-content {
  display: block;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  min-height: 16.43px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.h-ir,
.h-visuallyhidden {
  border: 0;
  overflow: hidden;
}

@media (min-width: 480px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}

body {
  position: relative;
  padding-bottom: 91px;
  min-height: 100vh;
  font-family: Founders-regular, Helvetica, sans-serif;
  color: #262626;
}

h1,
h2 {
  font-family: Founders-bold, Helvetica, sans-serif;
}

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding-bottom: 134px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 0px) and (max-width: 1079px) {
  img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
  }
}

.wrapper {
  padding-top: 61px;
  background: #fff;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section--large {
  padding-top: 100px;
  padding-bottom: 100px;
}

.l-col-1 {
  width: 90px;
}

.l-col-2 {
  width: 180px;
}

.l-col-3 {
  width: 270px;
}

.l-col-4 {
  width: 360px;
}

.l-col-5 {
  width: 450px;
}

.l-col-6 {
  float: left;
  width: 540px;
}

.l-col-7 {
  display: block;
  width: 630px;
}

.l-col-8 {
  width: 720px;
}

.l-col-9 {
  width: 810px;
}

.l-col-10 {
  width: 900px;
}

.l-col-11 {
  width: 990px;
}

.l-col-12 {
  width: 1080px;
}

.l-push-1 {
  margin-left: 90px;
}

.l-push-2 {
  margin-left: 180px;
}

.l-push-3 {
  margin-left: 270px;
}

.l-push-4 {
  margin-left: 360px;
}

.l-push-5 {
  margin-left: 450px;
}

.l-push-6 {
  margin-left: 540px;
}

.l-push-7 {
  margin-left: 630px;
}

.l-push-8 {
  margin-left: 720px;
}

.l-push-9 {
  margin-left: 810px;
}

.l-push-10 {
  margin-left: 900px;
}

.l-push-11 {
  margin-left: 990px;
}

.l-push-12 {
  margin-left: 1080px;
}

.l-pull-1 {
  margin-right: 90px;
}

.l-pull-2 {
  margin-right: 180px;
}

.l-pull-3 {
  margin-right: 270px;
}

.l-pull-4 {
  margin-right: 360px;
}

.l-pull-5 {
  margin-right: 450px;
}

.l-pull-6 {
  margin-right: 540px;
}

.l-pull-7 {
  margin-right: 630px;
}

.l-pull-8 {
  margin-right: 720px;
}

.l-pull-9 {
  margin-right: 810px;
}

.l-pull-10 {
  margin-right: 900px;
}

.l-pull-11 {
  margin-right: 990px;
}

.l-pull-12 {
  margin-right: 1080px;
}

.l-content {
  margin: 0 auto;
  float: none;
}

.f-col-1,
.f-col-10,
.f-col-11,
.f-col-12,
.f-col-2,
.f-col-3,
.f-col-4,
.f-col-5,
.f-col-6,
.f-col-7,
.f-col-8,
.f-col-9,
.l-i-col-1,
.l-i-col-10,
.l-i-col-11,
.l-i-col-2,
.l-i-col-3,
.l-i-col-4,
.l-i-col-5,
.l-i-col-6,
.l-i-col-7,
.l-i-col-8,
.l-i-col-9 {
  display: block;
  float: left;
}

.l-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.l-i-col-1 {
  width: 8.33333333%;
}

.l-i-col-2 {
  width: 16.66666667%;
}

.l-i-col-3 {
  width: 25%;
}

.l-i-col-4 {
  width: 33.33333333%;
}

.l-i-col-5 {
  width: 41.66666667%;
}

.l-i-col-6 {
  width: 50%;
}

.l-i-col-7 {
  width: 58.33333333%;
}

.l-i-col-8 {
  width: 66.66666667%;
}

.l-i-col-9 {
  width: 75%;
}

.l-i-col-10 {
  width: 83.33333333%;
}

.l-i-col-11 {
  width: 91.66666667%;
}

.l-i-col-12 {
  display: block;
  float: left;
  width: 100%;
}

.l-i-push-1 {
  margin-left: 8.33333333%;
}

.l-i-push-2 {
  margin-left: 16.66666667%;
}

.l-i-push-3 {
  margin-left: 25%;
}

.l-i-push-4 {
  margin-left: 33.33333333%;
}

.l-i-push-5 {
  margin-left: 41.66666667%;
}

.l-i-push-6 {
  margin-left: 50%;
}

.l-i-push-7 {
  margin-left: 58.33333333%;
}

.l-i-push-8 {
  margin-left: 66.66666667%;
}

.l-i-push-9 {
  margin-left: 75%;
}

.l-i-push-10 {
  margin-left: 83.33333333%;
}

.l-i-push-11 {
  margin-left: 91.66666667%;
}

.l-i-push-12 {
  margin-left: 100%;
}

.l-i-pull-1 {
  margin-right: 8.33333333%;
}

.l-i-pull-2 {
  margin-right: 16.66666667%;
}

.l-i-pull-3 {
  margin-right: 25%;
}

.l-i-pull-4 {
  margin-right: 33.33333333%;
}

.l-i-pull-5 {
  margin-right: 41.66666667%;
}

.l-i-pull-6 {
  margin-right: 50%;
}

.l-i-pull-7 {
  margin-right: 58.33333333%;
}

.l-i-pull-8 {
  margin-right: 66.66666667%;
}

.l-i-pull-9 {
  margin-right: 75%;
}

.l-i-pull-10 {
  margin-right: 83.33333333%;
}

.l-i-pull-11 {
  margin-right: 91.66666667%;
}

.l-i-pull-12 {
  margin-right: 100%;
}

.f-col-1 {
  width: 8.33333333%;
}

.f-col-2 {
  width: 16.66666667%;
}

.f-col-3 {
  width: 25%;
}

.f-col-4 {
  width: 33.33333333%;
}

.f-col-5 {
  width: 41.66666667%;
}

.f-col-6 {
  width: 50%;
}

.f-col-7 {
  width: 58.33333333%;
}

.f-col-8 {
  width: 66.66666667%;
}

.f-col-9 {
  width: 75%;
}

.f-col-10 {
  width: 83.33333333%;
}

.f-col-11 {
  width: 91.66666667%;
}

.f-col-12 {
  width: 100%;
}

.f-push-1 {
  margin-left: 8.33333333%;
}

.f-push-2 {
  margin-left: 16.66666667%;
}

.f-push-3 {
  margin-left: 25%;
}

.f-push-4 {
  margin-left: 33.33333333%;
}

.f-push-5 {
  margin-left: 41.66666667%;
}

.f-push-6 {
  margin-left: 50%;
}

.f-push-7 {
  margin-left: 58.33333333%;
}

.f-push-8 {
  margin-left: 66.66666667%;
}

.f-push-9 {
  margin-left: 75%;
}

.f-push-10 {
  margin-left: 83.33333333%;
}

.f-push-11 {
  margin-left: 91.66666667%;
}

.f-push-12 {
  margin-left: 100%;
}

.f-pull-1 {
  margin-right: 8.33333333%;
}

.f-pull-2 {
  margin-right: 16.66666667%;
}

.f-pull-3 {
  margin-right: 25%;
}

.f-pull-4 {
  margin-right: 33.33333333%;
}

.f-pull-5 {
  margin-right: 41.66666667%;
}

.f-pull-6 {
  margin-right: 50%;
}

.f-pull-7 {
  margin-right: 58.33333333%;
}

.f-pull-8 {
  margin-right: 66.66666667%;
}

.f-pull-9 {
  margin-right: 75%;
}

.f-pull-10 {
  margin-right: 83.33333333%;
}

.f-pull-11 {
  margin-right: 91.66666667%;
}

.f-pull-12 {
  margin-right: 100%;
}

@media (min-width: 768px) and (max-width: 1079px) {
  .l-col-1,
  .l-col-10,
  .l-col-11,
  .l-col-12,
  .l-col-2,
  .l-col-3,
  .l-col-4,
  .l-col-5,
  .l-col-7,
  .l-col-8,
  .l-col-9 {
    float: left;
    display: block;
  }
  .l-col-1 {
    width: 64px;
  }
  .l-col-2 {
    width: 128px;
  }
  .l-col-3 {
    width: 192px;
  }
  .l-col-4 {
    width: 256px;
  }
  .l-col-5 {
    width: 320px;
  }
  .l-col-6 {
    display: block;
    float: left;
    width: 384px;
  }
  .l-col-7 {
    width: 448px;
  }
  .l-col-8 {
    width: 512px;
  }
  .l-col-9 {
    width: 576px;
  }
  .l-col-10 {
    width: 640px;
  }
  .l-col-11 {
    width: 704px;
  }
  .l-col-12 {
    width: 768px;
  }
  .l-push-1 {
    margin-left: 64px;
  }
  .l-push-2 {
    margin-left: 128px;
  }
  .l-push-3 {
    margin-left: 192px;
  }
  .l-push-4 {
    margin-left: 256px;
  }
  .l-push-5 {
    margin-left: 320px;
  }
  .l-push-6 {
    margin-left: 384px;
  }
  .l-push-7 {
    margin-left: 448px;
  }
  .l-push-8 {
    margin-left: 512px;
  }
  .l-push-9 {
    margin-left: 576px;
  }
  .l-push-10 {
    margin-left: 640px;
  }
  .l-push-11 {
    margin-left: 704px;
  }
  .l-push-12 {
    margin-left: 768px;
  }
  .l-pull-1 {
    margin-right: 64px;
  }
  .l-pull-2 {
    margin-right: 128px;
  }
  .l-pull-3 {
    margin-right: 192px;
  }
  .l-pull-4 {
    margin-right: 256px;
  }
  .l-pull-5 {
    margin-right: 320px;
  }
  .l-pull-6 {
    margin-right: 384px;
  }
  .l-pull-7 {
    margin-right: 448px;
  }
  .l-pull-8 {
    margin-right: 512px;
  }
  .l-pull-9 {
    margin-right: 576px;
  }
  .l-pull-10 {
    margin-right: 640px;
  }
  .l-pull-11 {
    margin-right: 704px;
  }
  .l-pull-12 {
    margin-right: 768px;
  }
  .l-content {
    margin: 0 auto;
    display: block;
    float: none;
  }
  .l-i-col-1,
  .l-i-col-10,
  .l-i-col-11,
  .l-i-col-2,
  .l-i-col-3,
  .l-i-col-4,
  .l-i-col-5,
  .l-i-col-6,
  .l-i-col-7,
  .l-i-col-8,
  .l-i-col-9,
  .m-col-1,
  .m-col-10,
  .m-col-11,
  .m-col-12,
  .m-col-2,
  .m-col-3,
  .m-col-4,
  .m-col-5,
  .m-col-6,
  .m-col-7,
  .m-col-8,
  .m-col-9 {
    display: block;
    float: left;
  }
  .l-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-i-col-1 {
    width: 8.33333333%;
  }
  .l-i-col-2 {
    width: 16.66666667%;
  }
  .l-i-col-3 {
    width: 25%;
  }
  .l-i-col-4 {
    width: 33.33333333%;
  }
  .l-i-col-5 {
    width: 41.66666667%;
  }
  .l-i-col-6 {
    width: 50%;
  }
  .l-i-col-7 {
    width: 58.33333333%;
  }
  .l-i-col-8 {
    width: 66.66666667%;
  }
  .l-i-col-9 {
    width: 75%;
  }
  .l-i-col-10 {
    width: 83.33333333%;
  }
  .l-i-col-11 {
    width: 91.66666667%;
  }
  .l-i-col-12 {
    display: block;
    float: left;
    width: 100%;
  }
  .l-i-push-1 {
    margin-left: 8.33333333%;
  }
  .l-i-push-2 {
    margin-left: 16.66666667%;
  }
  .l-i-push-3 {
    margin-left: 25%;
  }
  .l-i-push-4 {
    margin-left: 33.33333333%;
  }
  .l-i-push-5 {
    margin-left: 41.66666667%;
  }
  .l-i-push-6 {
    margin-left: 50%;
  }
  .l-i-push-7 {
    margin-left: 58.33333333%;
  }
  .l-i-push-8 {
    margin-left: 66.66666667%;
  }
  .l-i-push-9 {
    margin-left: 75%;
  }
  .l-i-push-10 {
    margin-left: 83.33333333%;
  }
  .l-i-push-11 {
    margin-left: 91.66666667%;
  }
  .l-i-push-12 {
    margin-left: 100%;
  }
  .l-i-pull-1 {
    margin-right: 8.33333333%;
  }
  .l-i-pull-2 {
    margin-right: 16.66666667%;
  }
  .l-i-pull-3 {
    margin-right: 25%;
  }
  .l-i-pull-4 {
    margin-right: 33.33333333%;
  }
  .l-i-pull-5 {
    margin-right: 41.66666667%;
  }
  .l-i-pull-6 {
    margin-right: 50%;
  }
  .l-i-pull-7 {
    margin-right: 58.33333333%;
  }
  .l-i-pull-8 {
    margin-right: 66.66666667%;
  }
  .l-i-pull-9 {
    margin-right: 75%;
  }
  .l-i-pull-10 {
    margin-right: 83.33333333%;
  }
  .l-i-pull-11 {
    margin-right: 91.66666667%;
  }
  .l-i-pull-12 {
    margin-right: 100%;
  }
  .m-col-1 {
    width: 8.33333333%;
  }
  .m-col-2 {
    width: 16.66666667%;
  }
  .m-col-3 {
    width: 25%;
  }
  .m-col-4 {
    width: 33.33333333%;
  }
  .m-col-5 {
    width: 41.66666667%;
  }
  .m-col-6 {
    width: 50%;
  }
  .m-col-7 {
    width: 58.33333333%;
  }
  .m-col-8 {
    width: 66.66666667%;
  }
  .m-col-9 {
    width: 75%;
  }
  .m-col-10 {
    width: 83.33333333%;
  }
  .m-col-11 {
    width: 91.66666667%;
  }
  .m-col-12 {
    width: 100%;
  }
  .m-push-1 {
    margin-left: 8.33333333%;
  }
  .m-push-2 {
    margin-left: 16.66666667%;
  }
  .m-push-3 {
    margin-left: 25%;
  }
  .m-push-4 {
    margin-left: 33.33333333%;
  }
  .m-push-5 {
    margin-left: 41.66666667%;
  }
  .m-push-6 {
    margin-left: 50%;
  }
  .m-push-7 {
    margin-left: 58.33333333%;
  }
  .m-push-8 {
    margin-left: 66.66666667%;
  }
  .m-push-9 {
    margin-left: 75%;
  }
  .m-push-10 {
    margin-left: 83.33333333%;
  }
  .m-push-11 {
    margin-left: 91.66666667%;
  }
  .m-push-12 {
    margin-left: 100%;
  }
  .m-pull-1 {
    margin-right: 8.33333333%;
  }
  .m-pull-2 {
    margin-right: 16.66666667%;
  }
  .m-pull-3 {
    margin-right: 25%;
  }
  .m-pull-4 {
    margin-right: 33.33333333%;
  }
  .m-pull-5 {
    margin-right: 41.66666667%;
  }
  .m-pull-6 {
    margin-right: 50%;
  }
  .m-pull-7 {
    margin-right: 58.33333333%;
  }
  .m-pull-8 {
    margin-right: 66.66666667%;
  }
  .m-pull-9 {
    margin-right: 75%;
  }
  .m-pull-10 {
    margin-right: 83.33333333%;
  }
  .m-pull-11 {
    margin-right: 91.66666667%;
  }
  .m-pull-12 {
    margin-right: 100%;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .section--large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-col-1,
  .l-col-10,
  .l-col-11,
  .l-col-12,
  .l-col-2,
  .l-col-3,
  .l-col-4,
  .l-col-5,
  .l-col-7,
  .l-col-8,
  .l-col-9 {
    float: left;
    display: block;
  }
  .l-col-1 {
    width: 130px;
    width: 100%;
  }
  .l-col-2 {
    width: 260px;
    width: 100%;
  }
  .l-col-3 {
    width: 390px;
    width: 100%;
  }
  .l-col-4 {
    width: 520px;
    width: 100%;
  }
  .l-col-5 {
    width: 650px;
    width: 100%;
  }
  .l-col-6 {
    display: block;
    float: left;
    width: 780px;
    width: 100%;
  }
  .l-col-7 {
    width: 910px;
    width: 100%;
  }
  .l-col-8 {
    width: 1040px;
    width: 100%;
  }
  .l-col-9 {
    width: 1170px;
    width: 100%;
  }
  .l-col-10 {
    width: 1300px;
    width: 100%;
  }
  .l-col-11 {
    width: 1430px;
    width: 100%;
  }
  .l-col-12 {
    width: 1560px;
    width: 100%;
  }
  .l-push-1,
  .l-push-10,
  .l-push-11,
  .l-push-12,
  .l-push-2,
  .l-push-3,
  .l-push-4,
  .l-push-5,
  .l-push-6,
  .l-push-7,
  .l-push-8,
  .l-push-9 {
    margin-left: 0;
  }
  .l-pull-1,
  .l-pull-10,
  .l-pull-11,
  .l-pull-12,
  .l-pull-2,
  .l-pull-3,
  .l-pull-4,
  .l-pull-5,
  .l-pull-6,
  .l-pull-7,
  .l-pull-8,
  .l-pull-9 {
    margin-right: 0;
  }
  .l-content {
    margin: 0 auto;
    display: block;
    float: none;
  }
  .l-i-col-1,
  .l-i-col-10,
  .l-i-col-11,
  .l-i-col-2,
  .l-i-col-3,
  .l-i-col-4,
  .l-i-col-5,
  .l-i-col-6,
  .l-i-col-7,
  .l-i-col-8,
  .l-i-col-9,
  .s-col-1,
  .s-col-10,
  .s-col-11,
  .s-col-12,
  .s-col-2,
  .s-col-3,
  .s-col-4,
  .s-col-5,
  .s-col-6,
  .s-col-7,
  .s-col-8,
  .s-col-9 {
    display: block;
    float: left;
  }
  .l-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-i-col-1 {
    width: 8.33333333%;
  }
  .l-i-col-2 {
    width: 16.66666667%;
  }
  .l-i-col-3 {
    width: 25%;
  }
  .l-i-col-4 {
    width: 33.33333333%;
  }
  .l-i-col-5 {
    width: 41.66666667%;
  }
  .l-i-col-6 {
    width: 50%;
  }
  .l-i-col-7 {
    width: 58.33333333%;
  }
  .l-i-col-8 {
    width: 66.66666667%;
  }
  .l-i-col-9 {
    width: 75%;
  }
  .l-i-col-10 {
    width: 83.33333333%;
  }
  .l-i-col-11 {
    width: 91.66666667%;
  }
  .l-i-col-12 {
    display: block;
    float: left;
    width: 100%;
  }
  .l-i-push-1 {
    margin-left: 8.33333333%;
  }
  .l-i-push-2 {
    margin-left: 16.66666667%;
  }
  .l-i-push-3 {
    margin-left: 25%;
  }
  .l-i-push-4 {
    margin-left: 33.33333333%;
  }
  .l-i-push-5 {
    margin-left: 41.66666667%;
  }
  .l-i-push-6 {
    margin-left: 50%;
  }
  .l-i-push-7 {
    margin-left: 58.33333333%;
  }
  .l-i-push-8 {
    margin-left: 66.66666667%;
  }
  .l-i-push-9 {
    margin-left: 75%;
  }
  .l-i-push-10 {
    margin-left: 83.33333333%;
  }
  .l-i-push-11 {
    margin-left: 91.66666667%;
  }
  .l-i-push-12 {
    margin-left: 100%;
  }
  .l-i-pull-1 {
    margin-right: 8.33333333%;
  }
  .l-i-pull-2 {
    margin-right: 16.66666667%;
  }
  .l-i-pull-3 {
    margin-right: 25%;
  }
  .l-i-pull-4 {
    margin-right: 33.33333333%;
  }
  .l-i-pull-5 {
    margin-right: 41.66666667%;
  }
  .l-i-pull-6 {
    margin-right: 50%;
  }
  .l-i-pull-7 {
    margin-right: 58.33333333%;
  }
  .l-i-pull-8 {
    margin-right: 66.66666667%;
  }
  .l-i-pull-9 {
    margin-right: 75%;
  }
  .l-i-pull-10 {
    margin-right: 83.33333333%;
  }
  .l-i-pull-11 {
    margin-right: 91.66666667%;
  }
  .l-i-pull-12 {
    margin-right: 100%;
  }
  .s-col-1 {
    width: 8.33333333%;
  }
  .s-col-2 {
    width: 16.66666667%;
  }
  .s-col-3 {
    width: 25%;
  }
  .s-col-4 {
    width: 33.33333333%;
  }
  .s-col-5 {
    width: 41.66666667%;
  }
  .s-col-6 {
    width: 50%;
  }
  .s-col-7 {
    width: 58.33333333%;
  }
  .s-col-8 {
    width: 66.66666667%;
  }
  .s-col-9 {
    width: 75%;
  }
  .s-col-10 {
    width: 83.33333333%;
  }
  .s-col-11 {
    width: 91.66666667%;
  }
  .s-col-12 {
    width: 100%;
  }
  .s-push-1 {
    margin-left: 8.33333333%;
  }
  .s-push-2 {
    margin-left: 16.66666667%;
  }
  .s-push-3 {
    margin-left: 25%;
  }
  .s-push-4 {
    margin-left: 33.33333333%;
  }
  .s-push-5 {
    margin-left: 41.66666667%;
  }
  .s-push-6 {
    margin-left: 50%;
  }
  .s-push-7 {
    margin-left: 58.33333333%;
  }
  .s-push-8 {
    margin-left: 66.66666667%;
  }
  .s-push-9 {
    margin-left: 75%;
  }
  .s-push-10 {
    margin-left: 83.33333333%;
  }
  .s-push-11 {
    margin-left: 91.66666667%;
  }
  .s-push-12 {
    margin-left: 100%;
  }
  .s-pull-1 {
    margin-right: 8.33333333%;
  }
  .s-pull-2 {
    margin-right: 16.66666667%;
  }
  .s-pull-3 {
    margin-right: 25%;
  }
  .s-pull-4 {
    margin-right: 33.33333333%;
  }
  .s-pull-5 {
    margin-right: 41.66666667%;
  }
  .s-pull-6 {
    margin-right: 50%;
  }
  .s-pull-7 {
    margin-right: 58.33333333%;
  }
  .s-pull-8 {
    margin-right: 66.66666667%;
  }
  .s-pull-9 {
    margin-right: 75%;
  }
  .s-pull-10 {
    margin-right: 83.33333333%;
  }
  .s-pull-11 {
    margin-right: 91.66666667%;
  }
  .s-pull-12 {
    margin-right: 100%;
  }
}

@media (min-width: 0px) and (max-width: 479px) {
  .l-col-1,
  .l-col-10,
  .l-col-11,
  .l-col-12,
  .l-col-2,
  .l-col-3,
  .l-col-4,
  .l-col-5,
  .l-col-7,
  .l-col-8,
  .l-col-9 {
    float: left;
    display: block;
  }
  .l-col-1 {
    width: 130px;
    width: 100%;
  }
  .l-col-2 {
    width: 260px;
    width: 100%;
  }
  .l-col-3 {
    width: 390px;
    width: 100%;
  }
  .l-col-4 {
    width: 520px;
    width: 100%;
  }
  .l-col-5 {
    width: 650px;
    width: 100%;
  }
  .l-col-6 {
    display: block;
    float: left;
    width: 780px;
    width: 100%;
  }
  .l-col-7 {
    width: 910px;
    width: 100%;
  }
  .l-col-8 {
    width: 1040px;
    width: 100%;
  }
  .l-col-9 {
    width: 1170px;
    width: 100%;
  }
  .l-col-10 {
    width: 1300px;
    width: 100%;
  }
  .l-col-11 {
    width: 1430px;
    width: 100%;
  }
  .l-col-12 {
    width: 1560px;
    width: 100%;
  }
  .l-push-1,
  .l-push-10,
  .l-push-11,
  .l-push-12,
  .l-push-2,
  .l-push-3,
  .l-push-4,
  .l-push-5,
  .l-push-6,
  .l-push-7,
  .l-push-8,
  .l-push-9 {
    margin-left: 0;
  }
  .l-pull-1,
  .l-pull-10,
  .l-pull-11,
  .l-pull-12,
  .l-pull-2,
  .l-pull-3,
  .l-pull-4,
  .l-pull-5,
  .l-pull-6,
  .l-pull-7,
  .l-pull-8,
  .l-pull-9 {
    margin-right: 0;
  }
  .l-content {
    margin: 0 auto;
    display: block;
    float: none;
  }
  .l-i-col-1,
  .l-i-col-10,
  .l-i-col-11,
  .l-i-col-2,
  .l-i-col-3,
  .l-i-col-4,
  .l-i-col-5,
  .l-i-col-6,
  .l-i-col-7,
  .l-i-col-8,
  .l-i-col-9,
  .xs-col-1,
  .xs-col-10,
  .xs-col-11,
  .xs-col-12,
  .xs-col-2,
  .xs-col-3,
  .xs-col-4,
  .xs-col-5,
  .xs-col-6,
  .xs-col-7,
  .xs-col-8,
  .xs-col-9 {
    display: block;
    float: left;
  }
  .l-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-i-col-1 {
    width: 8.33333333%;
  }
  .l-i-col-2 {
    width: 16.66666667%;
  }
  .l-i-col-3 {
    width: 25%;
  }
  .l-i-col-4 {
    width: 33.33333333%;
  }
  .l-i-col-5 {
    width: 41.66666667%;
  }
  .l-i-col-6 {
    width: 50%;
  }
  .l-i-col-7 {
    width: 58.33333333%;
  }
  .l-i-col-8 {
    width: 66.66666667%;
  }
  .l-i-col-9 {
    width: 75%;
  }
  .l-i-col-10 {
    width: 83.33333333%;
  }
  .l-i-col-11 {
    width: 91.66666667%;
  }
  .l-i-col-12 {
    display: block;
    float: left;
    width: 100%;
  }
  .l-i-push-1 {
    margin-left: 8.33333333%;
  }
  .l-i-push-2 {
    margin-left: 16.66666667%;
  }
  .l-i-push-3 {
    margin-left: 25%;
  }
  .l-i-push-4 {
    margin-left: 33.33333333%;
  }
  .l-i-push-5 {
    margin-left: 41.66666667%;
  }
  .l-i-push-6 {
    margin-left: 50%;
  }
  .l-i-push-7 {
    margin-left: 58.33333333%;
  }
  .l-i-push-8 {
    margin-left: 66.66666667%;
  }
  .l-i-push-9 {
    margin-left: 75%;
  }
  .l-i-push-10 {
    margin-left: 83.33333333%;
  }
  .l-i-push-11 {
    margin-left: 91.66666667%;
  }
  .l-i-push-12 {
    margin-left: 100%;
  }
  .l-i-pull-1 {
    margin-right: 8.33333333%;
  }
  .l-i-pull-2 {
    margin-right: 16.66666667%;
  }
  .l-i-pull-3 {
    margin-right: 25%;
  }
  .l-i-pull-4 {
    margin-right: 33.33333333%;
  }
  .l-i-pull-5 {
    margin-right: 41.66666667%;
  }
  .l-i-pull-6 {
    margin-right: 50%;
  }
  .l-i-pull-7 {
    margin-right: 58.33333333%;
  }
  .l-i-pull-8 {
    margin-right: 66.66666667%;
  }
  .l-i-pull-9 {
    margin-right: 75%;
  }
  .l-i-pull-10 {
    margin-right: 83.33333333%;
  }
  .l-i-pull-11 {
    margin-right: 91.66666667%;
  }
  .l-i-pull-12 {
    margin-right: 100%;
  }
  .xs-col-1 {
    width: 8.33333333%;
  }
  .xs-col-2 {
    width: 16.66666667%;
  }
  .xs-col-3 {
    width: 25%;
  }
  .xs-col-4 {
    width: 33.33333333%;
  }
  .xs-col-5 {
    width: 41.66666667%;
  }
  .xs-col-6 {
    width: 50%;
  }
  .xs-col-7 {
    width: 58.33333333%;
  }
  .xs-col-8 {
    width: 66.66666667%;
  }
  .xs-col-9 {
    width: 75%;
  }
  .xs-col-10 {
    width: 83.33333333%;
  }
  .xs-col-11 {
    width: 91.66666667%;
  }
  .xs-col-12 {
    width: 100%;
  }
  .xs-push-1 {
    margin-left: 8.33333333%;
  }
  .xs-push-2 {
    margin-left: 16.66666667%;
  }
  .xs-push-3 {
    margin-left: 25%;
  }
  .xs-push-4 {
    margin-left: 33.33333333%;
  }
  .xs-push-5 {
    margin-left: 41.66666667%;
  }
  .xs-push-6 {
    margin-left: 50%;
  }
  .xs-push-7 {
    margin-left: 58.33333333%;
  }
  .xs-push-8 {
    margin-left: 66.66666667%;
  }
  .xs-push-9 {
    margin-left: 75%;
  }
  .xs-push-10 {
    margin-left: 83.33333333%;
  }
  .xs-push-11 {
    margin-left: 91.66666667%;
  }
  .xs-push-12 {
    margin-left: 100%;
  }
  .xs-pull-1 {
    margin-right: 8.33333333%;
  }
  .xs-pull-2 {
    margin-right: 16.66666667%;
  }
  .xs-pull-3 {
    margin-right: 25%;
  }
  .xs-pull-4 {
    margin-right: 33.33333333%;
  }
  .xs-pull-5 {
    margin-right: 41.66666667%;
  }
  .xs-pull-6 {
    margin-right: 50%;
  }
  .xs-pull-7 {
    margin-right: 58.33333333%;
  }
  .xs-pull-8 {
    margin-right: 66.66666667%;
  }
  .xs-pull-9 {
    margin-right: 75%;
  }
  .xs-pull-10 {
    margin-right: 83.33333333%;
  }
  .xs-pull-11 {
    margin-right: 91.66666667%;
  }
  .xs-pull-12 {
    margin-right: 100%;
  }
}

h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  font-weight: 400;
}

figcaption,
h2,
p {
  margin: 0 0 15px;
}

@font-face {
  font-family: Founders-regular;
  src: url(../fonts/FoundersGroteskWeb-Regular.eot);
  src: url(../fonts/FoundersGroteskWeb-Regular?#iefix)
      format("embedded-opentype"),
    url(../fonts/FoundersGroteskWeb-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Founders-bold;
  src: url(../fonts/FoundersGroteskWeb-Bold.eot);
  src: url(../fonts/FoundersGroteskWeb-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/FoundersGroteskWeb-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

h1 {
  margin: 0 0 20px;
  font-size: 65px;
  line-height: 68px;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1079px) {
  h1 {
    font-size: 55px;
    line-height: 58px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}

h3 {
  font-size: 24px;
  line-height: 27px;
}

h4,
h5,
h6 {
  font-size: 18px;
  line-height: 20px;
}

figcaption,
p {
  font-size: 18px;
  line-height: 23px;
}

.small {
  font-size: 16px;
  margin: 0;
}

a {
  color: #32bbed;
  /* font-size: 18px; */
  line-height: 18px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

a:hover {
  color: #159;
}

a,
a:active,
a:focus,
a:hover,
button {
  outline: 0;
}

.type--content ul {
  list-style-type: disc;
}

.type--content ol,
.type--content ul {
  list-style-position: outside;
  margin: 0 0 18px 16px;
  padding: 0;
}

.ie10 .type--content ol li p,
.ie10 .type--content ul li p,
.ie8 .type--content ol li p,
.ie8 .type--content ul li p,
.ie9 .type--content ol li p,
.ie9 .type--content ul li p {
  display: inline;
}

.type--center {
  text-align: center;
}

.type--right {
  text-align: right;
}

.type--bold {
  font-weight: 700;
}

.type--small {
  font-size: 16px;
  margin: 0;
}

.type--medium {
  font-size: 20px;
  line-height: 20px;
}

.type--large {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}

.type--highlight {
  color: #ffd400;
}

.type--uppercase {
  text-transform: uppercase;
}

.text--dark {
  color: #262626;
}
.text--white {
  color: #fff;
}

.link--light {
  color: #fff;
}

.link--light:hover {
  color: #32bbed;
}

.link--dark {
  color: #262626;
}

.link--dark:hover,
.search,
.search a {
  color: #32bbed;
}

@font-face {
  font-family: icons;
  src: url(../fonts/icons/icons.eot);
  src: url(../fonts/icons/icons.eot?#iefix) format("eot"),
    url(../fonts/icons/icons.woff) format("woff"),
    url(../fonts/icons/icons.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.icon:before {
  line-height: 1;
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.icon--large {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
}

.icon--2x {
  font-size: 2em;
}

.icon--3x {
  font-size: 3em;
}

.icon--4x {
  font-size: 4em;
}

.icon--5x {
  font-size: 5em;
}

.icon--arrow:before {
  content: "\E001";
}

.icon--close:before {
  content: "\E002";
}

.icon--download:before {
  content: "\E003";
}

.icon--dropdown:before {
  content: "\E004";
}

.icon--linkedin:before {
  content: "\E005";
}

.icon--search:before {
  content: "\E006";
}

.icon--youtube:before {
  content: "\E007";
}

.h--left {
  float: left;
}

.h--right {
  float: right;
}

.h--list-reset {
  padding: 0;
  list-style: none;
}

.h--hide-js {
  display: none;
}

.no-js .h--hide-js {
  display: block;
}

@media (min-width: 0px) and (max-width: 479px) {
  .h--visible-xs {
    display: inherit !important;
  }
  .h--hidden-xs,
  .h--visible-lg,
  .h--visible-md,
  .h--visible-sm,
  .h--visible-xl {
    display: none !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .h--visible-xs {
    display: none !important;
  }
  .h--visible-sm {
    display: inherit !important;
  }
  .h--hidden-sm,
  .h--visible-lg,
  .h--visible-md,
  .h--visible-xl {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .h--visible-sm,
  .h--visible-xs {
    display: none !important;
  }
  .h--visible-md {
    display: inherit !important;
  }
  .h--hidden-md,
  .h--visible-lg,
  .h--visible-xl {
    display: none !important;
  }
}

@media (min-width: 1080px) and (max-width: 1199px) {
  .h--visible-md,
  .h--visible-sm,
  .h--visible-xs {
    display: none !important;
  }
  .h--visible-lg {
    display: inherit !important;
  }
  .h--hidden-lg,
  .h--visible-xl {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .h--visible-lg,
  .h--visible-md,
  .h--visible-sm,
  .h--visible-xs {
    display: none !important;
  }
  .h--visible-xl {
    display: inherit !important;
  }
  .h--hidden-xl {
    display: none !important;
  }
}

.ie8 .h--hidden-lg,
.ie8 .h--hidden-xl,
.ie8 .h--visible-md,
.ie8 .h--visible-sm,
.ie8 .h--visible-xs {
  display: none !important;
}

.ie8 .h--hidden-md,
.ie8 .h--hidden-sm,
.ie8 .h--hidden-xs,
.ie8 .h--visible-lg,
.ie8 .h--visible-xl {
  display: block !important;
}

.h-ir {
  background-color: transparent;
  *text-indent: -9999px;
}

.h-ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.h-hidden {
  display: none !important;
}

.h-visuallyhidden {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.h-visuallyhidden.h-focusable:active,
.h-visuallyhidden.h-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.nav,
.nav--primary .nav__menu {
  overflow: hidden;
}

.h-clearfix:after,
.h-clearfix:before {
  content: " ";
  display: table;
}

.h-clearfix {
  *zoom: 1;
}

.h-svg-png[src$="svg"] {
  display: none;
}

.svg .h-svg-png[src$="svg"] {
  display: block;
}

.svg .h-svg-png[src$="png"] {
  display: none;
}

.h-hidden-large,
.h-visible-medium,
.h-visible-small {
  display: none !important;
}

.h-visible-large {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 1079px) {
  .h-hidden-large {
    display: inherit !important;
  }
  .h-visible-large {
    display: none !important;
  }
  .h-visible-medium {
    display: inherit !important;
  }
  .h-hidden-medium {
    display: none !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .h-hidden-large {
    display: inherit !important;
  }
  .h-visible-large {
    display: none !important;
  }
  .h-visible-small {
    display: inherit !important;
  }
  .h-hidden-small {
    display: none !important;
  }
}

.header__logo,
.header__logo-link,
.header__nav-toggle {
  display: inline-block;
}

.modal.fade {
  opacity: 0.01;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal.fade.in {
  opacity: 1;
}

.slide-enter {
  opacity: 0;
}

.slide-enter.slide-enter-active {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slide-leave {
  opacity: 1;
}

.nav--mobile,
.slide-leave.slide-leave-active {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.slide-leave.slide-leave-active {
  transition: opacity 0.3s ease;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid #eee;
}

.header .header__inner {
  background: #fff;
}

.header__logo {
  text-indent: 100%;
  background-image: url(../images/logos/korok3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 75px;
  width: 231px;
  margin: 0;
  font-size: 0;
  background-position: center;
}

.header__nav-toggle {
  margin-top: 17px;
  margin-bottom: 24px;
  float: right;
  height: 20px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  padding: 0;
  text-align: left;
  outline: 0;
  cursor: pointer;
  order: 1;
  transform: translateX(0);
  -webkit-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}

.button,
.filter .button,
.media,
.media__download,
.modal,
.splash__image,
.staff {
  text-align: center;
}

@media (min-width: 1080px) {
  .header__nav-toggle {
    display: none;
  }
}

.header__nav-toggle--active .header__hamburger {
  -webkit-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
  background: 0 0;
}

.header__nav-toggle--active .header__hamburger:before {
  transform: rotate(45deg);
}

.header__nav-toggle--active .header__hamburger:after {
  transform: rotate(-45deg);
}

.header__hamburger {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #32bbed;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  margin: 0;
}

.header__hamburger:after,
.header__hamburger:before {
  content: "";
  left: 0;
  width: inherit;
  height: inherit;
  background-color: #32bbed;
  position: absolute;
}

.header__hamburger:before {
  transform: translateY(8px);
  transform: rotate(auto);
  -webkit-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
}

.header__hamburger:after {
  transform: translateY(-8px);
  transform: rotate(auto);
  -webkit-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
}

.search {
  background-color: transparent;
  border: none;
  outline: 0;
}

.button,
.nav--mobile,
.nav.nav--subnav {
  background-color: #32bbed;
}

.search__text {
  position: absolute;
  left: -1000px;
}

.search .search__bar {
  display: none;
}

.nav__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav__link {
  display: block;
}

.nav--primary {
  padding-top: 6px;
}

.nav--primary .nav__item {
  position: relative;
  float: left;
  height: 61px;
  margin: 0 10px;
  padding-top: 11px;
}

.nav--primary .nav__item .arrow-up {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #32bbed;
}

.nav--primary .nav__item--search {
  margin-right: 0;
}

.nav--primary .nav__item--search .nav__link {
  outline: 0;
}

.nav--primary .nav__item--search .nav__link .icon {
  color: #262626;
}

.nav--primary .nav__link {
  padding: 10px;
}

.nav--primary .nav__link.current {
  color: #32bbed;
}

@media (min-width: 0px) and (max-width: 1079px) {
  .nav--primary .nav__menu {
    display: none;
  }
}

.nav.nav--aside {
  padding-top: 40px;
}

.nav.nav--aside .nav__menu {
  transform: translateX(0);
}

.nav.nav--aside .nav__item {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.nav.nav--aside .nav__item:last-of-type {
  border-bottom: none;
}

.nav.nav--aside .nav__link {
  font-family: Founders-bold, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-size: 18px;
  padding: 20px 0;
  text-transform: uppercase;
  outline: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav.nav--aside .nav__link:hover .icon {
  transform: translateX(-10px);
}

.nav.nav--aside .nav__link__copy {
  max-width: 247px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.nav.nav--aside .icon {
  transition: transform 0.3s ease;
}

@media (min-width: 0px) and (max-width: 767px) {
  .nav.nav--aside .icon {
    width: 28px;
    margin-right: 5px;
  }
}

.nav.nav--subnav {
  position: absolute;
  top: 61px;
  left: 0;
  width: 100%;
}

@media (min-width: 0px) and (max-width: 1079px) {
  .nav.nav--subnav {
    display: none;
  }
}

.nav.nav--subnav .nav__item {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.nav.nav--subnav .nav__link {
  color: #fff;
  padding: 10px 0;
}

.nav.nav--subnav .nav__link:hover,
.nav.nav--subnav:hover .nav__link:hover {
  color: #262626;
}

.nav--footer .nav__menu {
  margin-bottom: 40px;
}

.nav--footer .nav__link.current {
  color: #32bbed;
}

.nav--footer .nav__item {
  margin-bottom: 20px;
}

.nav--footer .nav__item:last-of-type {
  margin-bottom: 0;
}

.nav--mobile {
  color: #fff;
  position: fixed;
  top: 61px;
  left: 0;
  right: 0;
  z-index: 10;
  height: 100%;
  padding-bottom: 61px;
  overflow: scroll;
  transition: opacity 0.3s ease;
}

.gallery,
.media,
.modal-content,
.splash {
  overflow: hidden;
}

@media (min-width: 1080px) {
  .nav--mobile {
    display: none;
  }
}

.nav--mobile--active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.nav--mobile .nav__menu {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.nav--mobile .nav__link {
  padding: 15px 0;
  margin: 0;
  color: #fff;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.nav--mobile .nav__link:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  color: #159;
}

.button,
.button:hover,
.splash--textlight {
  color: #fff;
}

.nav--mobile .copyright {
  margin: 20px 0;
}

.button {
  border: none;
  padding: 0 40px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #159;
}

.banner {
  position: relative;
  height: 390px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.banner__inner {
  position: absolute;
  top: 25%;
  color: #fff;
  max-width: 500px;
}

.banner__inner .text--dark {
  color: #262626;
}

.banner__title {
  margin-bottom: 10px;
}

.banner.banner--home {
  background: 50% 0 no-repeat #000;
  height: 100%;
  background-size: cover;
  padding: 40px 0;
}

@media (min-width: 0px) and (max-width: 1079px) {
  .banner.banner--home {
    background-position: 60% 30%;
  }
}

.banner.banner--home .banner__inner {
  position: static;
  max-width: 300px;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 1080px) {
  .banner.banner--home {
    padding: 0;
    height: 640px;
    max-height: 640px;
  }
  .banner.banner--home .banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .banner.banner--home .banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}

.splash {
  position: relative;
  width: 100%;
}

.splash__background {
  min-height: 530px;
  background-repeat: no-repeat;
}

.splash__background--full {
  background-size: cover;
  background-position: 50% 50%;
}

.splash__inner {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

@media (min-width: 0px) and (max-width: 479px) {
  .splash {
    height: auto;
  }
  .splash__background {
    min-height: 460px;
  }
  .splash__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.splash__image {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  height: 530px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .splash__image {
    height: auto;
    margin-bottom: 35px;
  }
  .splash__title {
    font-size: 50px;
    line-height: 50px;
  }
}

.splash__image:before {
  content: " ";
  display: inline-block;
  height: 100%;
}

.splash__image img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-height: 100%;
}

@media (min-width: 0px) and (max-width: 479px) {
  .splash__title {
    font-size: 40px;
    line-height: 40px;
  }
}

.media__date,
.media__text p {
  font-size: 16px;
  margin: 0;
}

.splash__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 530px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.splash__video.play {
  opacity: 1;
  visibility: visible;
  top: 0;
}

@media (min-width: 0px) and (max-width: 1079px) {
  .splash__video.play {
    max-width: 100%;
  }
}

.splash__video-bg {
  height: 530px;
  width: 100%;
  background: 0 0;
  -webkit-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}

@media (min-width: 0px) and (max-width: 767px) {
  .splash__video-bg .splash__inner {
    padding-top: 100px;
  }
}

.splash__video-bg .splash__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  cursor: pointer;
}

.splash__video-bg.play {
  background: #000;
}

.media,
.media__image {
  background-repeat: no-repeat;
}

.splash__video-bg.play .splash__text,
.splash__video-bg.play .splash__title {
  visibility: hidden;
}

.splash--left .splash__inner {
  float: right;
}

.media,
.media__link,
.media__link:hover,
.splash--textdark {
  color: #262626;
}

.splash--background-blue {
  background-color: #32bbed;
}

.splash--background-dark {
  background-color: #000;
}

.splash--background-light {
  background-color: #fff;
}

.splash--video {
  background-color: #000;
}

.media {
  background-position: center;
  border: 2px solid #eee;
  position: relative;
  height: 245px;
  max-width: 235px;
  transition: border-color 0.5s ease-in-out;
  margin-bottom: 20px;
}

.media__date,
.media__text {
  -webkit-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
}

@media (min-width: 0px) and (max-width: 479px) {
  .media {
    margin: 20px auto;
  }
}

.media__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.media__image {
  background-position: center center;
  background-size: contain;
  margin: 20px auto 0;
  display: block;
  height: 99px;
  width: 76px;
}

.media--pdf .media__image {
  background-image: url(../images/media/pdf.png);
}

.media--file .media__image {
  background-image: url(../images/media/file.png);
}

.media--dwg .media__image,
.media--zip .media__image {
  background-image: url(../images/media/dwg.png);
}

.media__text {
  padding: 5px;
  display: block;
  bottom: 45px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
}

.media__date {
  bottom: 20px;
  transition: transform 0.5s ease-in-out;
}

.media:hover .media__download,
.media__download {
  -webkit-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
}

.media__download {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #32bbed;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
  padding: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

.media:hover {
  border-color: #32bbed;
  -webkit-transition: border-color 0.5s ease-in-out;
  -o-transition: border-color 0.5s ease-in-out;
  transition: border-color 0.5s ease-in-out;
}

.search .action,
.search__field {
  background-color: #32bbed;
  border: none;
  color: #fff;
}

.media:hover .media__download {
  color: #fff;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
}

.media:hover .media__date {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.search {
  height: auto;
  position: relative;
}

.search .icon--search {
  color: #fff;
  position: absolute;
  left: 5px;
  line-height: 42px;
  font-size: 20px;
}

.search .icon--arrow {
  color: #fff;
  position: absolute;
  right: 5px;
  line-height: 50px;
  font-size: 20px;
}

.search .action {
  border-bottom: 1px solid #5ac5ed;
  padding-right: 40px;
}

.search__actions {
  position: absolute;
  top: 0;
  right: 0;
}

.search__actions:hover .icon--arrow:before {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.search__field {
  padding-left: 40px;
  border-bottom: 1px solid #5ac5ed;
  outline: 0;
}

.search__field::-webkit-input-placeholder {
  color: #fff;
}

.search__field:-moz-placeholder {
  color: #fff;
}

.search__field::-moz-placeholder {
  color: #fff;
}

.search__field:-ms-input-placeholder {
  color: #fff;
}

@media (min-width: 0px) and (max-width: 1079px) {
  .search {
    margin-top: 30px;
  }
  .search .icon--search {
    color: #bebebf;
    right: 15px;
    left: auto;
  }
  .search__field {
    background-color: #f1f1f1;
    color: #777;
    border: none;
    padding-left: 15px;
  }
  .search__field::-webkit-input-placeholder {
    color: #777;
  }
  .search__field:-moz-placeholder {
    color: #777;
  }
  .search__field::-moz-placeholder {
    color: #777;
  }
  .search__field:-ms-input-placeholder {
    color: #777;
  }
  .search__actions {
    display: none;
  }
}

.filter {
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #f1f1f1;
}

.filter input {
  float: left;
  border: none;
  height: 50px;
  margin-right: 1%;
}

.filter select {
  float: left;
  width: 100%;
}

.filter .category,
.filter .keyword,
.filter .subcategory,
.filter .year {
  position: relative;
  float: left;
  margin-right: 1%;
  background-color: #fff;
}

.filter .category select,
.filter .keyword select,
.filter .subcategory select,
.filter .year select {
  background: 0 0;
  position: relative;
  z-index: 5;
}

.filter .icon--dropdown {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  font-size: 10px;
  z-index: 1;
}

#MemberLoginForm_LoginForm #ForgotPassword,
.message {
  margin-top: 10px;
}

.filter .category,
.filter .keyword,
.filter .subcategory {
  width: 25%;
}

.filter .year {
  width: 10%;
}

.filter .button {
  width: 11%;
  margin-right: 0;
  padding: 0;
  line-height: 50px;
}

@media (min-width: 768px) and (max-width: 1079px) {
  .filter .category,
  .filter .keyword,
  .filter .subcategory,
  .filter .year {
    width: 48%;
    margin-bottom: 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .filter .button,
  .filter .category,
  .filter .keyword,
  .filter .subcategory,
  .filter .year {
    width: 100%;
    margin-bottom: 10px;
  }
}

.contact iframe {
  width: 100%;
  max-width: 100%;
  padding: 10px 15px 0;
  margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .contact iframe {
    padding-top: 20px;
  }
}

.contact p {
  margin-bottom: 0;
}

.message {
  display: block;
  color: #65c765;
  font-size: 16px;
  line-height: 16px;
}

.message.error,
.message.required {
  color: #d41e1e;
}

.holder-required {
  border-color: #d41e1e;
  background-image: url(../images/form/error-icon.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  color: #d41e1e;
}

.holder-required::-webkit-input-placeholder {
  color: #d41e1e;
}

.holder-required:-moz-placeholder {
  color: #d41e1e;
}

.holder-required::-moz-placeholder {
  color: #d41e1e;
}

.holder-required:-ms-input-placeholder {
  color: #d41e1e;
}

textarea.holder-required {
  background-position: 100% 10%;
}

.form-group {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

input,
textarea {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #eee;
  max-width: 100%;
}

textarea {
  min-height: 209px;
  resize: none;
}

select {
  height: 50px;
  padding: 15px 20px;
  border: none;
  border-radius: 0;
  background-color: #fff;
  -webkit-border-radius: 0;
  cursor: pointer;
}

input[type="submit"] {
  width: auto;
}

::-webkit-input-placeholder {
  color: #32bbed;
}

:-moz-placeholder {
  color: #32bbed;
}

::-moz-placeholder {
  color: #32bbed;
}

:-ms-input-placeholder {
  color: #32bbed;
}

#MemberLoginForm_LoginForm label {
  margin-bottom: 10px;
  display: inline-block;
}

#MemberLoginForm_LoginForm .middleColumn {
  padding-bottom: 15px;
}

#MemberLoginForm_LoginForm input.text {
  width: 50%;
}

@media (min-width: 0px) and (max-width: 767px) {
  #MemberLoginForm_LoginForm input.text {
    width: 100%;
  }
}

#MemberLoginForm_LoginForm input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

#MemberLoginForm_LoginForm input[type="submit"] {
  border: none;
  background-color: #32bbed;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#MemberLoginForm_LoginForm input[type="submit"]:hover {
  background-color: #159;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.staff__image {
  max-width: 100%;
  margin-bottom: 20px;
}

.gallery {
  position: relative;
  padding-bottom: 50px;
}

.gallery__button {
  position: absolute;
  top: 50%;
  margin-top: -75px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background-color: #262626;
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.gallery__button--next .next,
.gallery__button--prev .prev {
  position: absolute;
  top: 40px;
  background-image: url(../images/gallery/navigation.png);
  height: 20px;
  width: 11px;
  background-repeat: no-repeat;
}

.gallery__button:hover {
  background-color: #32bbed;
}

.gallery__button:hover .next {
  background-position: 0 2px;
}

.gallery__button:hover .prev {
  background-position: 0 -18px;
}

.gallery__button--next {
  right: -50px;
}

.gallery__button--next .next {
  left: 25px;
  background-position: -11px 2px;
}

.gallery__button--prev {
  left: -50px;
}

.gallery__button--prev .prev {
  right: 25px;
  background-position: -11px -18px;
}

.gallery__item img {
  width: 50%;
  max-width: 50%;
  max-height: 340px;
  cursor: pointer;
}

.gallery__item img:first-of-type {
  padding-right: 2px;
}

.gallery__item img:nth-of-type(2) {
  padding-left: 2px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .gallery__item img:first-of-type {
    padding-right: 0;
  }
  .gallery__item img:nth-of-type(2) {
    padding-left: 0;
  }
  .gallery__item img {
    width: 100%;
    max-width: 100%;
  }
}

.gallery .carousel-indicators {
  margin-bottom: -60px;
}

.gallery .carousel-indicators li {
  background-color: #eee;
  border: none;
}

.gallery .carousel-indicators li.active {
  background-color: #32bbed;
  height: 10px;
  width: 10px;
  margin: 1px;
}

.modal {
  color: #fff;
}

.modal-content {
  background-color: #262626;
  border-radius: 0;
  border: none;
}

.four-columns__cell.first,
.three-columns__col {
  border-right: 1px solid #eee;
}

.modal-header {
  border-bottom: none;
}

.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  width: auto !important;
}

.modal-body,
.news__image,
.pagination {
  text-align: center;
}

.modal .modal-dialog .carousel-indicators {
  bottom: -50px;
}

.footer,
.logo__img {
  bottom: 0;
  left: 0;
  right: 0;
}

.modal .modal-dialog .gallery__button {
  margin-top: -50px;
}

.modal-body {
  padding: 0;
}

.modal.gallery__modal--large .modal-dialog {
  max-width: 1600px;
  width: 90%;
}

.logo__img,
.product__image img {
  max-width: 100%;
}

@media (min-width: 1080px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .product__image {
    text-align: center;
  }
}

@media (min-width: 0px) and (max-width: 1079px) {
  .product__image img {
    margin-top: 50px;
  }
}

.product__table {
  margin-top: 40px;
}

.product__table td:first-of-type {
  width: 250px;
}

.product__table p {
  margin-bottom: 10px;
}

.literature__header {
  padding-bottom: 30px;
}

.literature__title {
  display: inline-block;
  margin-right: 30px;
}

.literature__library {
  text-decoration: underline;
}

.literature__link {
  margin-right: 20px;
}

.news__item {
  padding: 50px 0;
  border-bottom: 1px solid #eee;
}

.news__item:last-of-type {
  border-bottom: none;
}

.news__title {
  color: #32bbed;
}

.article__image-caption {
  color: #777;
}

.logo {
  padding-top: 100px;
  background-color: #f1f1f1;
}

.logo__container {
  height: 50px;
  position: relative;
  margin-bottom: 100px;
  width: 20%;
  float: left;
}

@media (min-width: 768px) and (max-width: 1079px) {
  .logo__container {
    width: 25%;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .news__image {
    display: none;
  }
  .article__image,
  .article__image-caption {
    margin-top: 20px;
  }
  .logo__container {
    width: 33.33333333%;
  }
}

@media (min-width: 0px) and (max-width: 479px) {
  .logo__container {
    width: 50%;
  }
}

.logo__img {
  max-height: 50px;
  position: absolute;
  top: 0;
  margin: auto;
}

.four-columns,
.two-column {
  overflow: hidden;
  position: relative;
}

.two-column {
  color: #fff;
}

.two-column__col {
  float: left;
  width: 50%;
  height: 370px;
  padding-top: 130px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s ease;
  -o-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
  color: #fff;
}

@media (min-width: 0px) and (max-width: 1079px) {
  .two-column__col {
    background-size: cover;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .two-column__col {
    padding-top: 80px;
    display: block;
    width: 100%;
    height: 250px;
  }
}

.two-column__col .icon:before {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.three-columns__link .icon:before,
.two-column__col:hover .icon:before {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}

.two-column__col:hover {
  background-size: 105% 105%;
  color: #fff;
  z-index: 10;
}

.two-column__col:hover .icon:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  transition: transform 0.5s ease;
}

.three-columns {
  display: table;
  height: 100%;
  width: 100%;
}

.three-columns__link {
  display: block;
  text-decoration: none;
  padding: 50px;
}

.three-columns__link .icon:before {
  color: #262626;
  transition: transform 0.5s ease;
}

.three-columns__link:hover .icon:before {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.three-columns__col {
  display: table-cell;
  vertical-align: top;
  width: auto;
  float: none;
}

@media (min-width: 0px) and (max-width: 1079px) {
  .two-column__col:hover {
    background-size: cover;
  }
  .three-columns__col {
    width: 100%;
    display: block;
    border-bottom: 1px solid #eee;
  }
}

.three-columns p {
  color: #262626;
}

.four-columns__row {
  display: flex;
  align-items: stretch;
}

@media (min-width: 0px) and (max-width: 767px) {
  .three-columns__link {
    padding: 30px 15px;
  }
  .four-columns__row {
    display: block;
  }
  .four-columns__cell {
    border: none;
    border-bottom: 1px solid #eee;
  }
  .four-columns__col {
    background-size: 40% auto;
  }
}

.four-columns__full-width-border,
.search-results__item {
  border-bottom: 1px solid #eee;
}

.four-columns__link {
  display: block;
  text-decoration: none;
  padding-left: 15px;
}

.four-columns__link .icon:before {
  color: #262626;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.four-columns__link:hover .icon:before {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.four-columns__col {
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

@media (min-width: 0px) and (max-width: 1079px) {
  .four-columns__col {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
  .four-columns__col:nth-of-type(2n + 1) {
    border-right: none;
  }
}

.four-columns__text {
  height: 285px;
  padding: 50px 0 25px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .four-columns__text {
    height: 235px;
    padding-top: 20px;
  }
}

@supports (display: flex) {
  .four-columns__text {
    height: auto;
  }
}

.four-columns__image-wrap {
  display: table;
  table-layout: fixed;
}

@media (min-width: 0px) and (max-width: 767px) {
  .four-columns__image-wrap {
    display: none;
  }
  .footer__text {
    width: 100%;
  }
}

.four-columns__image {
  display: table-cell;
  height: 285px;
  vertical-align: middle;
}

.footer__text,
.pagination__link,
.pagination__pagenumbers,
.social,
.social__link {
  display: inline-block;
}

.four-columns__image img {
  float: right;
  display: inline-block;
  max-height: 285px;
}

.four-columns p {
  color: #262626;
}

.footer {
  background-color: #262626;
  color: #fff;
  position: absolute;
}

@media (min-width: 0px) and (max-width: 479px) {
  .footer .section {
    padding-bottom: 0;
  }
  .pagination__pagenumbers {
    display: none;
  }
}

.footer__copyright {
  border-top: 1px solid #3c3c3c;
  padding: 30px 0;
}

.footer__text {
  margin: 0;
  vertical-align: middle;
}

.social {
  margin-left: 20px;
}

.social__link {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.social__link.social__link--withHover:hover use {
  fill: #32bbed;
}

.social .icon {
  font-size: 30px;
  color: #fff;
  margin-right: 10px;
}

.pagination__link,
.pagination__prev {
  margin-right: 30px;
}

.social .icon:hover {
  color: #32bbed;
}

@media (min-width: 0px) and (max-width: 767px) {
  .social {
    margin-left: 0;
    margin-top: 20px;
  }
}

.breadcrumbs {
  color: #fff;
  position: absolute;
  top: 20px;
}

.breadcrumbs a {
  color: #fff;
  /* font-size: 16px; */
  line-height: 16px;
}

.breadcrumbs a:hover,
.pagination__link--current {
  color: #32bbed;
}

.pagination {
  border-top: 1px solid #eee;
  padding: 30px 0;
}

.pagination__link {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 479px) {
  .pagination__prev {
    margin-right: 0;
    width: 50%;
    display: inline-block;
  }
  .pagination__next {
    display: inline-block;
  }
}

.search-results__list {
  margin: 0;
}

.search-results__item {
  padding-top: 50px;
  padding-bottom: 50px;
}

.search-results__item:last-of-type {
  border-bottom: none;
}
