<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.about__wrapper {
  max-width: 1180px;
  padding-bottom: 40px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .about__wrapper {
    padding: 0 20px;
  }
}
.about__wrapper:before,
.about__wrapper:after {
  content: "";
  display: table;
}
.about__wrapper:after {
  clear: both;
}

.about__aside {
  width: 210px;
  display: block;
  float: left;
  padding-top: 45px;
}
@media (max-width: 619px) {
  .about__aside {
    width: 100%;
    text-align: center;
  }
}

.about__main {
  width: calc(100% - 210px);
  display: block;
  float: right;
  padding-left: 40px;
}
@media (max-width: 619px) {
  .about__main {
    width: 100%;
    padding-left: 0;
  }
}

.about__wrapper-inverted .about__aside {
  float: right;
  padding-left: 40px;
}

.about__wrapper-inverted .about__main {
  float: left;
  padding: 0;
}

.about__image {
  width: 100%;
  height: auto;
}
@media (max-width: 619px) {
  .about__image {
    width: 50%;
    display: inline-block;
  }
}

.about__aside-heading {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-top: 40px;
}

.about__aside-link {
  display: block;
  margin-bottom: 20px;
}

.blog-entry__date {
  vertical-align: top;
  text-align: left;
  padding-top: 2px;
}
.blog-entry__date span {
  width: 40px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 115%;
}
.blog-entry__date span:nth-of-type(1) {
  font-size: 18px;
}
.blog-entry__date span:nth-of-type(2) {
  font-size: 30px;
}
.blog-entry__date span:nth-of-type(3) {
  font-size: 14px;
}
@media (max-width: 767px) {
  .blog-entry__date {
    position: relative;
    text-align: left;
    width: auto !important;
  }
  .blog-entry__date span {
    display: inline-block !important;
    font-size: 14px !important;
    width: auto !important;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.blog-entry {
  padding: 80px 0;
}

.blog-entry__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .blog-entry__wrapper {
    padding: 0 20px;
  }
}
.blog-entry__wrapper:before,
.blog-entry__wrapper:after {
  content: "";
  display: table;
}
.blog-entry__wrapper:after {
  clear: both;
}

.blog-entry__main {
  position: relative;
  float: left;
  width: calc(100% - 320px);
  padding-right: 30px;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .blog-entry__main {
    float: none;
    width: 100%;
    padding: 0;
  }
}

.blog-entry__side {
  float: left;
  width: 320px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .blog-entry__side {
    float: none;
    width: 100%;
    padding: 0;
  }
}

.blog-entry__date {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .blog-entry__date {
    position: relative;
    text-align: left;
  }
  .blog-entry__date span {
    display: inline-block;
    font-size: 14px !important;
    width: auto;
  }
}

.blog-entry__title {
  font-size: 24px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  line-height: 140%;
}

.blog-entry__posted {
  font-size: 16px;
  color: #888888;
  margin-top: 15px;
}

.blog-entry__content {
  margin-top: 15px;
}
.blog-entry__content p {
  line-height: 150%;
}

.blog-entry__side-section {
  margin-bottom: 40px;
}

.blog-entry__side-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

.blog-entry__socials {
  margin: 0 0 0 -4px;
  padding: 0;
}

.blog-entry__social {
  display: inline-block;
  list-style-type: none;
  margin: 0 15px 0 0;
  padding: 0;
}
.blog-entry__social svg {
  width: 24px;
  height: 24px;
  fill: #3399d5;
}
.blog-entry__social:hover svg {
  fill: #b90b2e;
}

.blog-entry__tags {
  margin: 0;
  padding: 0;
}

.blog-entry__tag {
  margin: 0 5px 10px 1px;
  padding: 5px 10px;
  background-color: #3399d5;
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.blog-entry__tag a {
  color: #ffffff;
}
.blog-entry__tag:hover {
  background-color: #b90b2e;
}

.blog-entry__teaser-title {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}

.blog-entry__teaser-text {
  font-size: 14px;
  line-height: 150%;
  padding-right: 20px;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.awards__wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 1100px) {
  .awards__wrapper {
    padding: 50px 20px 0;
  }
}

.awards__article {
  padding-bottom: 0;
}

.awards__year {
  border-bottom: 1px solid #c2c2c2;
  padding: 20px 0;
  font-size: 24px;
  color: #a41e23;
}
@media (max-width: 619px) {
  .awards__year {
    font-size: 22px;
  }
}

.awards__list {
  margin-left: 250px;
  border-bottom: 1px solid #c2c2c2;
  padding: 20px 0;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .awards__list {
    margin-left: 200px;
  }
}
@media (max-width: 767px) {
  .awards__list {
    margin-left: 100px;
  }
}
@media (max-width: 619px) {
  .awards__list {
    margin-left: 50px;
  }
}
.awards__list:last-of-type {
  border-bottom: none;
}
.awards__list h2 {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}
@media (max-width: 619px) {
  .awards__list h2 {
    font-size: 18px;
  }
}
.awards__list p {
  color: grey;
  margin-bottom: 10px;
}
@media (max-width: 619px) {
  .awards__list p {
    font-size: 15px;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.blogs__wrapper {
  max-width: 1190px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 33vh;
  margin-top: 70px;
  padding-bottom: 25px;
}
.blogs__wrapper:before,
.blogs__wrapper:after {
  content: "";
  display: table;
}
.blogs__wrapper:after {
  clear: both;
}
@media (max-width: 1230px) {
  .blogs__wrapper {
    padding: 0 20px;
  }
}
.blogs__wrapper .more-button__wrapper {
  text-align: center;
  margin-top: 22px;
}
.blogs__wrapper .more-button__wrapper a {
  width: 270px;
  height: 52px;
}
.blogs__wrapper .more-button__wrapper a span {
  top: 7px;
}

.blog-list {
  float: left;
  width: calc(100% - 310px);
}
@media (max-width: 767px) {
  .blog-list {
    width: 100%;
    float: none;
  }
}

.blog-list__items {
  margin-top: 10px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.blogs__aside {
  float: left;
  width: 310px;
  padding-top: 140px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .blogs__aside {
    padding-left: 0;
    padding-top: 50px;
    width: 100%;
    float: none;
  }
}
.blogs__aside .blogs__subscribe {
  margin-bottom: 20px;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.button-grid {
  margin-top: -4px;
  position: relative;
  z-index: 5;
}

.button-grid__wrapper {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .button-grid__wrapper {
    padding: 0 20px;
  }
}

.button-grid__header {
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 10px;
}
.button-grid__header:before,
.button-grid__header:after {
  content: "";
  display: table;
}
.button-grid__header:after {
  clear: both;
}

.button-grid__title {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  width: 50%;
  float: left;
  border-right: 1px solid #c2c2c2;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .button-grid__title {
    border-right: 0;
  }
}

.button-grid__links {
  display: inline-block;
  width: 50%;
  bottom: 0;
  right: 0;
  text-align: right;
  padding-top: 34px;
}
@media (max-width: 767px) {
  .button-grid__links {
    padding-top: 20px;
    padding-left: 20px;
  }
}

.button-grid__link {
  display: inline-block;
  font-size: 15px;
}
.button-grid__link:after {
  content: "|";
  margin: 0 10px;
  color: #3399d5;
}
.button-grid__link:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  .button-grid__link {
    margin-bottom: 5px;
    display: block;
  }
  .button-grid__link:after {
    display: none !important;
  }
}

.button-grid__buttons {
  width: calc(100% + 80px);
  margin-left: -40px;
}
@media (max-width: 1540px) {
  .button-grid__buttons {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.button-grid__button-container {
  width: 33.333%;
  padding: 0 40px;
  display: inline-block;
  margin-left: -0.2em;
  vertical-align: top;
}
@media (max-width: 1540px) {
  .button-grid__button-container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .button-grid__button-container {
    width: 50%;
  }
}
@media (max-width: 619px) {
  .button-grid__button-container {
    width: 100%;
  }
}

.button-grid__button {
  position: relative;
  display: block;
  width: 100%;
  color: #b90b2e;
  padding: 20px 32px 20px 20px;
  border: 1px solid #b90b2e;
  margin-top: 25px;
  line-height: 130%;
}
.button-grid__button svg {
  position: absolute;
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
  fill: #b90b2e;
  right: 12px;
}
.button-grid__button:hover {
  color: #3399d5;
  border-color: #3399d5;
}
.button-grid__button:hover svg {
  fill: #3399d5;
}

.button-grid__button-container {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
}
.button-grid__button-container:nth-child(1) {
  -webkit-transition-delay: 20ms;
          transition-delay: 20ms;
}
.button-grid__button-container:nth-child(2) {
  -webkit-transition-delay: 40ms;
          transition-delay: 40ms;
}
.button-grid__button-container:nth-child(3) {
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
}
.button-grid__button-container:nth-child(4) {
  -webkit-transition-delay: 80ms;
          transition-delay: 80ms;
}
.button-grid__button-container:nth-child(5) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.button-grid__button-container:nth-child(6) {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}
.button-grid__button-container:nth-child(7) {
  -webkit-transition-delay: 140ms;
          transition-delay: 140ms;
}
.button-grid__button-container:nth-child(8) {
  -webkit-transition-delay: 160ms;
          transition-delay: 160ms;
}
.button-grid__button-container:nth-child(9) {
  -webkit-transition-delay: 180ms;
          transition-delay: 180ms;
}
.button-grid__button-container:nth-child(10) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.button-grid__button-container:nth-child(11) {
  -webkit-transition-delay: 220ms;
          transition-delay: 220ms;
}
.button-grid__button-container:nth-child(12) {
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}
.button-grid__button-container:nth-child(13) {
  -webkit-transition-delay: 260ms;
          transition-delay: 260ms;
}
.button-grid__button-container:nth-child(14) {
  -webkit-transition-delay: 280ms;
          transition-delay: 280ms;
}
.button-grid__button-container:nth-child(15) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.button-grid__button-container:nth-child(16) {
  -webkit-transition-delay: 320ms;
          transition-delay: 320ms;
}
.button-grid__button-container:nth-child(17) {
  -webkit-transition-delay: 340ms;
          transition-delay: 340ms;
}
.button-grid__button-container:nth-child(18) {
  -webkit-transition-delay: 360ms;
          transition-delay: 360ms;
}
.button-grid__button-container:nth-child(19) {
  -webkit-transition-delay: 380ms;
          transition-delay: 380ms;
}
.button-grid__button-container:nth-child(20) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.button-grid__button-container:nth-child(21) {
  -webkit-transition-delay: 420ms;
          transition-delay: 420ms;
}
.button-grid__button-container:nth-child(22) {
  -webkit-transition-delay: 440ms;
          transition-delay: 440ms;
}
.button-grid__button-container:nth-child(23) {
  -webkit-transition-delay: 460ms;
          transition-delay: 460ms;
}
.button-grid.js-in-view .button-grid__button-container {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.button-section__download,
.button-section__link {
  display: inline-block;
  position: relative;
  background-color: #3399d5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 32px;
  margin: 8px;
  overflow: hidden;
  -webkit-transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.button-section__download span,
.button-section__link span {
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.button-section__download svg,
.button-section__link svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: -15px;
  fill: #ffffff;
}
.button-section__download:hover,
.button-section__link:hover {
  color: #ffffff;
  background-color: #23527f;
}

.button-section__download {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  background-color: #3399d5;
  color: #ffffff;
  padding: 10px 14px;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
}
.button-section__download span {
  display: block;
}
.button-section__download span:nth-child(2) {
  font-size: 12px;
}
.button-section__download:hover {
  color: #ffffff;
}
.button-section__download div:last-child {
  position: absolute;
  width: 58px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  border-left: 1px solid #ffffff;
}
.button-section__download div:last-child svg {
  position: absolute;
  width: 28px;
  height: 28px;
  margin-left: 0;
  left: calc(50% - 14px);
  top: calc(50% - 17px);
  fill: #ffffff;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.button-section__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .button-section__wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .button-section__wrapper {
    text-align: center;
  }
}

.button-section__link {
  vertical-align: middle;
  padding: 15px 20px;
}

.button-section__download {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 15px 20px;
  padding-right: 80px;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 8px;
  background-color: #f69e1d;
  vertical-align: middle;
}
.button-section__download:after,
.button-section__download:before {
  background-color: #f78002;
}

.button-section__link:first-child,
.button-section__download:first-child {
  margin-left: 0;
}

@media (max-width: 419px) {
  .button-section__link,
  .button-section__download {
    width: 100%;
    margin-left: 0;
  }
}

.career-search__filter &gt; span {
  padding: 3px 0 16px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding-top: 25px;
  border-top: 1px solid #c2c2c2;
}

.no-bar.career-search__filter &gt; span {
  border-top: none;
}

.career-search__filter .drop-down__wrapper {
  position: relative;
  border: 1px solid #c2c2c2;
}
.career-search__filter .drop-down__wrapper:before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
  right: 1px;
  top: 1px;
  width: 100px;
  height: calc(100% - 2px);
  background-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.career-search__filter .drop-down__wrapper:after {
  content: "";
  pointer-events: none;
  z-index: 3;
  position: absolute;
  right: 0;
  width: 10px;
  height: 5px;
  border-top: 5px solid #3399d5;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 18px;
  right: 20px;
}
.career-search__filter .drop-down__wrapper .dropdown__white {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.career-search__filter .drop-down__wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  position: relative;
  z-index: 1;
  outline: none;
          appearance: none;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  color: #595959;
  background-color: #ffffff;
  padding-left: 17px;
}
.career-search__filter .drop-down__wrapper select select::-ms-expand {
  display: none;
}
@media (max-width: 619px) {
  .career-search__filter .drop-down__wrapper select {
    font-size: 15px;
  }
}

.career-search .list-footer-content {
  padding: 25px 12%;
  text-align: center;
}

.career-search .list-footer-content h3 {
  font-weight: 500;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.career-search {
  padding: 40px 0;
}

.career-search__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .career-search__wrapper {
    padding: 0 20px;
  }
}

.career-search__title {
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 40px;
  text-align: center;
}

.career-search__filters {
  text-align: center;
}

.career-search__filter {
  display: inline-block;
  width: 250px;
  margin: 15px 15px;
}

.career-search__table {
  width: 100%;
  margin-top: 20px;
  border-spacing: 0;
  margin-bottom: 40px;
}
.career-search__table tr.js-hidden {
  display: none;
}
.career-search__table th {
  position: relative;
  background-color: #efefef;
  border: 0;
  padding: 20px;
  text-align: left;
  padding-right: 40px;
}
.career-search__table th:first-child {
  padding-left: 25px;
}
.career-search__table th sub {
  position: absolute;
  display: block;
  text-align: right;
  bottom: 20px;
  font-weight: 400;
}
.career-search__table td {
  position: relative;
  padding: 20px;
  padding-right: 60px;
  vertical-align: top;
  line-height: 150%;
  border-bottom: 1px solid #e2e2e2;
}
.career-search__table td span {
  display: block;
}
@media (max-width: 850px) {
  .career-search__table {
    display: block;
  }
  .career-search__table thead,
  .career-search__table th {
    display: none;
  }
  .career-search__table tbody,
  .career-search__table tr,
  .career-search__table td {
    display: block;
  }
  .career-search__table tr {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
  }
  .career-search__table tr:last-child {
    border: 0;
  }
  .career-search__table td {
    padding: 10px !important;
    border-bottom: 0;
  }
  .career-search__table td:before,
  .career-search__table td:after {
    content: "";
    display: table;
  }
  .career-search__table td:after {
    clear: both;
  }
  .career-search__table td div {
    display: block;
    width: 100%;
  }
  .career-search__table td span {
    display: inline-block;
    margin-right: 20px;
  }
  .career-search__table td span:first-child {
    margin-left: 0;
  }
  .career-search__table td svg {
    width: 24px !important;
    height: 24px !important;
  }
  .career-search__table td:before {
    content: attr(data-title);
    color: #595959;
    font-weight: 600;
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

.career-search__no-results {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  display: none;
  line-height: 150%;
}
.career-search__no-results.js-visible {
  display: block;
}

.career-search__blurb {
  padding: 0 20px;
  font-size: 13px;
}

.career-search {
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translate3d(-25px, 0, 0);
          transform: translate3d(-25px, 0, 0);
}
.career-search.js-in-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.centered-copy__wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 20px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1040px) {
  .centered-copy__wrapper {
    padding: 0 40px;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.color-teasers__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .color-teasers__wrapper {
    padding: 0 20px;
  }
}

.color-teasers__items {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.color-teasers__items:before,
.color-teasers__items:after {
  content: "";
  display: table;
}
.color-teasers__items:after {
  clear: both;
}

.color-teasers__item {
  float: left;
  width: 33.33%;
  padding: 10px;
}
@media (max-width: 767px) {
  .color-teasers__item {
    width: 50%;
  }
}
@media (max-width: 619px) {
  .color-teasers__item {
    width: 100%;
    height: auto !important;
  }
}

.color-teasers__content {
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  position: relative;
  color: #595959;
  padding-bottom: 100px;
  height: 100%;
}

.color-teasers__title {
  text-align: center;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  line-height: 130%;
  font-size: 24px;
  padding: 30px;
  margin: 0;
}

.color-teasers__desc {
  text-align: center;
  font-size: 16px;
  padding: 0 30px 30px 30px;
  font-style: italic;
  margin: 0;
}

.color-teasers__link {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 35px;
  margin: 0;
  left: 0;
  bottom: 0;
  text-decoration: none;
  color: #ffffff;
}
.color-teasers__link:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 23px 0 23px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -23px;
}

.color-teasers__item:nth-child(5n-4) .color-teasers__link {
  background-color: #b90b2e;
}

.color-teasers__item:nth-child(5n-3) .color-teasers__link {
  background-color: #f69e1d;
}

.color-teasers__item:nth-child(5n-2) .color-teasers__link {
  background-color: #56ba64;
}

.color-teasers__item:nth-child(5n-1) .color-teasers__link {
  background-color: #3399d5;
}

.color-teasers__item:nth-child(5n) .color-teasers__link {
  background-color: #23527f;
}

.color-teasers__item {
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
  opacity: 0;
}
.color-teasers__item:nth-child(1) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.color-teasers__item:nth-child(2) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.color-teasers__item:nth-child(3) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.color-teasers__item:nth-child(4) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.color-teasers__item:nth-child(5) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.color-teasers__item:nth-child(6) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.color-teasers__item:nth-child(7) {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}
.color-teasers__item:nth-child(8) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.color-teasers__item:nth-child(9) {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}
.color-teasers__item:nth-child(10) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.color-teasers__item:nth-child(11) {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}
.color-teasers.js-in-view .color-teasers__item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.column-list {
  margin-top: 40px;
}

.column-list__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .column-list__wrapper {
    padding: 0 20px;
  }
}

.column-list__columns {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.column-list__columns:before,
.column-list__columns:after {
  content: "";
  display: table;
}
.column-list__columns:after {
  clear: both;
}

.column-list__items {
  float: left;
  margin: 0;
  padding: 0 20px;
}
.column-list[list-columns="1"] .column-list__items {
  width: 100%;
  float: none;
}
.column-list[list-columns="2"] .column-list__items {
  width: 50%;
}
.column-list[list-columns="3"] .column-list__items {
  width: 33.333%;
}
.column-list[list-columns="4"] .column-list__items {
  width: 25%;
}
.column-list[list-columns="5"] .column-list__items {
  width: 20%;
}
.column-list[list-columns="6"] .column-list__items {
  width: 16.666%;
}
.column-list[list-columns="7"] .column-list__items {
  width: 14.285%;
}
.column-list[list-columns="8"] .column-list__items {
  width: 12.5%;
}
.column-list[list-columns="9"] .column-list__items {
  width: 11.111%;
}
.column-list[list-columns="10"] .column-list__items {
  width: 10%;
}
.column-list[list-columns="11"] .column-list__items {
  width: 9.09%;
}
.column-list[list-columns="12"] .column-list__items {
  width: 8.333%;
}
@media (max-width: 767px) {
  .column-list[list-columns] .column-list__items {
    width: 50%;
  }
}
@media (max-width: 619px) {
  .column-list[list-columns] .column-list__items {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.column-list__item {
  list-style-type: none;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.column-list__item {
  -webkit-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}
.column-list__item:nth-child(1) {
  -webkit-transition-delay: 20ms;
          transition-delay: 20ms;
}
.column-list__item:nth-child(2) {
  -webkit-transition-delay: 40ms;
          transition-delay: 40ms;
}
.column-list__item:nth-child(3) {
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
}
.column-list__item:nth-child(4) {
  -webkit-transition-delay: 80ms;
          transition-delay: 80ms;
}
.column-list__item:nth-child(5) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.column-list__item:nth-child(6) {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}
.column-list__item:nth-child(7) {
  -webkit-transition-delay: 140ms;
          transition-delay: 140ms;
}
.column-list__item:nth-child(8) {
  -webkit-transition-delay: 160ms;
          transition-delay: 160ms;
}
.column-list__item:nth-child(9) {
  -webkit-transition-delay: 180ms;
          transition-delay: 180ms;
}
.column-list__item:nth-child(10) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.column-list__item:nth-child(11) {
  -webkit-transition-delay: 220ms;
          transition-delay: 220ms;
}
.column-list__item:nth-child(12) {
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}
.column-list__item:nth-child(13) {
  -webkit-transition-delay: 260ms;
          transition-delay: 260ms;
}
.column-list__item:nth-child(14) {
  -webkit-transition-delay: 280ms;
          transition-delay: 280ms;
}
.column-list__item:nth-child(15) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.column-list__item:nth-child(16) {
  -webkit-transition-delay: 320ms;
          transition-delay: 320ms;
}
.column-list__item:nth-child(17) {
  -webkit-transition-delay: 340ms;
          transition-delay: 340ms;
}
.column-list__item:nth-child(18) {
  -webkit-transition-delay: 360ms;
          transition-delay: 360ms;
}
.column-list__item:nth-child(19) {
  -webkit-transition-delay: 380ms;
          transition-delay: 380ms;
}
.column-list.js-in-view .column-list__item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.contact-email {
  margin: 20px 0 0;
  padding: 30px 0;
  border-top: 1px solid #c2c2c2;
}
.contact-email a {
  cursor: pointer;
}

.contact-email__title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 16px;
  line-height: 110%;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.contact-form {
  padding: 40px 0;
}

.contact-form__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .contact-form__wrapper {
    padding: 0 20px;
  }
}
.contact-form__wrapper:before,
.contact-form__wrapper:after {
  content: "";
  display: table;
}
.contact-form__wrapper:after {
  clear: both;
}

.contact-form__aside {
  width: 280px;
  float: left;
}
@media (max-width: 767px) {
  .contact-form__aside {
    width: 100%;
    float: none;
  }
}

.contact-form__main {
  width: calc(100% - 280px);
  float: left;
  padding-left: 80px;
}
@media (max-width: 767px) {
  .contact-form__main {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.contact-form__info {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c2c2c2;
}
.contact-form__info:last-child {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .contact-form__info {
    display: inline-block;
    width: 50%;
    margin-left: -0.2em;
    vertical-align: top;
    border-bottom: 0;
    padding: 20px;
  }
}
@media (max-width: 619px) {
  .contact-form__info {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}

.contact-form__info-title {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  color: #b90b2e;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact-form__info-sub {
  margin-bottom: 0;
  color: #000000;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.contact-form__info-desc {
  line-height: 145%;
  margin-bottom: 20px;
  color: #000000;
  font-weight: 400;
}
.contact-form__info-desc:last-child {
  margin-bottom: 0;
}

.contact-form__definitions {
  margin: 0;
  padding: 0;
}
.contact-form__definitions dt {
  display: inline-block;
  width: 60px;
  margin-bottom: 5px;
  color: #000000;
  font-weight: 600;
}
.contact-form__definitions dd {
  display: inline-block;
  width: calc(100% - 65px);
  margin-bottom: 5px;
  color: #000000;
}

.contact-form__main-desc {
  margin-bottom: 40px;
}
.contact-form__main-desc span {
  color: #ff0000;
}

.contact-form__main .drupal-form .form-item {
  width: 50%;
  float: left;
}
.contact-form__main .drupal-form .form-item:nth-child(even) {
  width: 50%;
  padding-right: 20px;
}
.contact-form__main .drupal-form .form-item:nth-child(odd) {
  width: 50%;
  padding-left: 20px;
}

.contact-form__main .drupal-form .form-item.form-type-select {
  width: 100%;
  padding-left: 0;
}
.contact-form__main .drupal-form .form-item.form-type-select .drop-down__wrapper {
  width: calc(50% - 20px);
}

.contact-form__main .select2-container .select2-selection--single {
  height: 42px;
  border-radius: 0;
  border: 1px solid #c2c2c2;
}

.contact-form__main .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 6px;
  padding-bottom: 6px;
}
.contact-form__main .select2-container .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

.contact-form__main .drupal-form .form-item.form-type-textarea {
  width: 100%;
  padding: 0;
}
.contact-form__main .drupal-form .form-item.form-type-textarea textarea {
  height: 230px;
}

.contact-form__main .drupal-form .form-actions {
  display: block;
  width: 100%;
  text-align: right;
}
.contact-form__main .drupal-form .form-actions input {
  margin-top: 0;
}

@media (max-width: 767px) {
  .contact-form__main .drupal-form .form-item {
    width: 100% !important;
    padding: 0 !important;
  }
  .contact-form__main .drupal-form .form-item &gt; * {
    width: 100% !important;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.contained-table {
  border: 1px solid #c2c2c2;
  margin-bottom: 20px;
}
.contained-table:last-child {
  margin-bottom: 0;
}

.contained-table__title {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  font-size: 24px;
  padding: 24px 30px;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contained-table__title {
    padding-left: 10px;
  }
}

.contained-table__table {
  width: 100%;
  text-align: left;
  border-spacing: 0;
}
.contained-table__table th,
.contained-table__table td {
  vertical-align: top;
  padding: 20px;
  line-height: 130%;
}
.contained-table__table th:first-child,
.contained-table__table td:first-child {
  padding-left: 30px;
}
.contained-table__table th:last-child,
.contained-table__table td:last-child {
  padding-right: 30px;
}
.contained-table__table th {
  font-size: 16px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
  background-color: #efefef;
}
.contained-table__table th sub {
  top: 0;
  bottom: 0;
  font-size: 12px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
}
.contained-table__table td {
  background-color: #ffffff;
  border-bottom: 1px solid #c2c2c2;
}
.contained-table__table td span {
  display: block;
  margin-bottom: 4px;
}
.contained-table__table tr:last-child td {
  border-bottom: 0;
}
@media (max-width: 1540px) {
  .contained-table__table th,
  .contained-table__table td {
    padding: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .contained-table__table {
    background-color: #ffffff;
  }
  .contained-table__table thead,
  .contained-table__table th {
    display: none;
  }
  .contained-table__table tbody,
  .contained-table__table tr,
  .contained-table__table td {
    display: block;
    background-color: #ffffff;
  }
  .contained-table__table tr {
    padding-bottom: 20px;
  }
  .contained-table__table tr:not(:last-child) {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 20px;
  }
  .contained-table__table td {
    padding: 10px !important;
    border-bottom: 0;
  }
  .contained-table__table td:before,
  .contained-table__table td:after {
    content: "";
    display: table;
  }
  .contained-table__table td:after {
    clear: both;
  }
  .contained-table__table td:before {
    content: attr(data-title);
    color: #595959;
    font-weight: 600;
    display: block;
    float: left;
    width: 40%;
  }
  .contained-table__table td div {
    display: block;
    float: left;
    margin-left: 20px;
    width: calc(60% - 20px);
  }
  .contained-table__table td span {
    display: inline-block;
    margin-right: 20px;
  }
  .contained-table__table td span:first-child {
    margin-left: 0;
  }
}

.contained-table {
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0) scale3d(0.9, 1, 1);
          transform: translate3d(0, -20px, 0) scale3d(0.9, 1, 1);
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.contained-table.js-in-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.create-account {
  padding-top: 50px;
}

.create-account__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .create-account__wrapper {
    padding: 0 20px;
  }
}
.create-account__wrapper:before,
.create-account__wrapper:after {
  content: "";
  display: table;
}
.create-account__wrapper:after {
  clear: both;
}

.create-account__aside {
  width: 300px;
  float: right;
}
@media (max-width: 1540px) {
  .create-account__aside {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .create-account__aside {
    width: 100%;
    font-variant: normal;
  }
}

.create-account__main {
  width: calc(100% - 300px);
  padding-right: 100px;
  float: left;
}
.create-account__main .drupal-form form input[type="text"],
.create-account__main .drupal-form form input[type="number"],
.create-account__main .drupal-form form input[type="email"],
.create-account__main .drupal-form form input[type="password"] {
  width: 340px !important;
  max-width: 100% !important;
}
.create-account__main .drupal-form form fieldset:last-of-type .fieldset-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 15px;
}
@media (max-width: 760px) {
  .create-account__main {
    width: 100%;
    padding-right: 0;
    margin-top: 60px;
  }
  .create-account__main .drupal-form form input[type="text"],
  .create-account__main .drupal-form form input[type="number"],
  .create-account__main .drupal-form form input[type="email"],
  .create-account__main .drupal-form form input[type="password"] {
    width: 100% !important;
  }
}

.create-account__main .select2-container {
  width: 340px !important;
  max-width: 100% !important;
}

.create-account__main .select2-container .select2-selection--single {
  height: 42px;
  border-radius: 0;
  border: 1px solid #c2c2c2;
}

.create-account__main .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 6px;
  padding-bottom: 6px;
}
.create-account__main .select2-container .select2-selection--single .select2-selection__arrow {
  height: 42px;
}


.create-account__title {
  font-size: 20px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.create-account__desc {
  margin-bottom: 0;
}
.create-account__desc span {
  color: #ff0000;
}

.create-account__aside {
  background-color: #efefef;
  padding: 40px 25px;
}
.create-account__aside .drupal-form {
  margin-bottom: 20px;
}

.create-account__aside-title {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 20px;
  color: #b90b2e;
  font-weight: 400;
  margin-bottom: 6px;
}

.create-account__aside-sub {
  margin-bottom: 40px;
  font-size: 16px;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.design-partners__wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 1220px) {
  .design-partners__wrapper {
    padding: 0 20px;
  }
}

.design-partners__article {
  border-bottom: 1px solid #c2c2c2;
  padding: 40px 0 32px;
}
.design-partners__article:before,
.design-partners__article:after {
  content: "";
  display: table;
}
.design-partners__article:after {
  clear: both;
}
.design-partners__article:last-of-type {
  border-bottom: none;
}

.design-partners__logo {
  width: 262px;
  float: left;
}
.design-partners__logo img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .design-partners__logo {
    width: 158px;
  }
}

.design-partners__body {
  width: calc(100% - 262px);
  padding-left: 60px;
  float: left;
  margin-top: -5px;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .design-partners__body {
    padding-left: 40px;
    width: calc(100% - 158px);
  }
}
@media (max-width: 619px) {
  .design-partners__body {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

.design-partners__name h2 {
  color: #3399d5;
  margin-bottom: 10px;
}

.design-partners__name:hover h2 {
  color: #a41e23;
}

.design-partners__info {
  padding-bottom: 12px;
}
.design-partners__info p {
  line-height: 145%;
}
@media (max-width: 619px) {
  .design-partners__info p {
    font-size: 15px;
  }
}

.design-partners__footer:before,
.design-partners__footer:after {
  content: "";
  display: table;
}

.design-partners__footer:after {
  clear: both;
}

.design-partners__footer .one-third {
  width: calc(100% / 3);
  float: left;
}
@media (max-width: 767px) {
  .design-partners__footer .one-third {
    width: 100%;
  }
}

.design-partners__footer h3 {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 619px) {
  .design-partners__footer h3 {
    font-size: 16px;
  }
}

.design-partners__footer p {
  margin-bottom: 0;
}
@media (max-width: 619px) {
  .design-partners__footer p {
    font-size: 15px;
  }
}

.design-partners__address {
  padding-left: 5px;
}
.design-partners__address span {
  display: block;
  line-height: 150%;
}

.design-partners__contact {
  padding-left: 35px;
}
.design-partners__contact p {
  line-height: 150%;
}
@media (max-width: 1200px) {
  .design-partners__contact {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .design-partners__contact {
    padding-left: 0;
    padding-top: 10px;
  }
}

.design-partners__market {
  padding-left: 65px;
}
.design-partners__market p {
  line-height: 150%;
}
@media (max-width: 1200px) {
  .design-partners__market {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .design-partners__market {
    padding-left: 0;
    padding-top: 10px;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.distr-finder {
  padding: 40px 0;
}

.distr-finder__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .distr-finder__wrapper {
    padding: 0 20px;
  }
}

.distr-finder__title {
  font-size: 24px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  color: #000000;
  font-weight: 400;
  margin-bottom: 20px;
}

.distr-finder__breadcrumbs.js-hidden {
  display: none;
}

.distr-finder__breadcrumb-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #e2e2e2;
}

.distr-finder__breadcrumb {
  display: inline-block;
  margin-right: 10px;
}
.distr-finder__breadcrumb:after {
  content: "/";
  color: #595959;
  margin-left: 12px;
}
.distr-finder__breadcrumb:last-child:after {
  display: none;
}

.distr-finder__locations {
  margin-top: 50px;
  margin-left: 0.25em;
}

.distr-finder__location {
  width: 20%;
  margin-left: -0.25em;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .distr-finder__location {
    width: 33.333%;
  }
}
@media (max-width: 619px) {
  .distr-finder__location {
    width: 50%;
  }
}
@media (max-width: 419px) {
  .distr-finder__location {
    width: 100%;
  }
}
.js-small-set .distr-finder__location {
  width: 100%;
}

.distr-finder__dist-header {
  font-size: 24px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  color: #000000;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 40px;
}

.distr-finder__table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #e2e2e2;
}
.distr-finder__table th {
  background-color: #efefef;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  padding: 20px 30px;
}
.distr-finder__table td {
  padding: 15px 30px;
  border-bottom: 1px solid #e2e2e2;
}
.distr-finder__table tr:last-child td {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .distr-finder__table {
    background-color: #ffffff;
  }
  .distr-finder__table thead,
  .distr-finder__table th {
    display: none;
  }
  .distr-finder__table tbody,
  .distr-finder__table tr,
  .distr-finder__table td {
    display: block;
    background-color: #ffffff;
  }
  .distr-finder__table tr {
    padding-bottom: 10px;
  }
  .distr-finder__table tr:not(:last-child) {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 10px;
  }
  .distr-finder__table td {
    padding: 10px !important;
    border-bottom: 0;
  }
  .distr-finder__table td:before {
    content: attr(data-title);
    color: #595959;
    font-weight: 600;
    font-size: 14px;
    display: block;
    width: 100%;
  }
  .distr-finder__table td div {
    display: block;
    margin-top: 10px;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.distr-grid {
  padding: 40px 0;
}

.distr-grid__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .distr-grid__wrapper {
    padding: 0 20px;
  }
}

.distr-grid__title {
  font-size: 24px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  color: #000000;
  font-weight: 400;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c2c2c2;
  display: block;
  text-align: center;
}

.distr-grid__items {
  display: block;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
}

.distr-grid__items &gt; li {
  width: 235px;
  list-style-type: none;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
  vertical-align: top;
}
@media (max-width: 1180px) {
  .distr-grid__items &gt; li {
    margin: 0 40px;
    margin-bottom: 40px;
  }
}
.distr-grid__items &gt; li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.download-grid__button {
  display: inline-block;
  position: relative;
  background-color: #3399d5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 32px;
  margin: 8px;
  overflow: hidden;
  -webkit-transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.download-grid__button span {
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.download-grid__button svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: -15px;
  fill: #ffffff;
}
.download-grid__button:hover {
  color: #ffffff;
  background-color: #23527f;
}

.download-grid__button {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  background-color: #3399d5;
  color: #ffffff;
  padding: 10px 14px;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
}
.download-grid__button span {
  display: block;
}
.download-grid__button span:nth-child(2) {
  font-size: 12px;
}
.download-grid__button:hover {
  color: #ffffff;
}
.download-grid__button div:last-child {
  position: absolute;
  width: 58px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  border-left: 1px solid #ffffff;
}
.download-grid__button div:last-child svg {
  position: absolute;
  width: 28px;
  height: 28px;
  margin-left: 0;
  left: calc(50% - 14px);
  top: calc(50% - 17px);
  fill: #ffffff;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.download-grid {
  padding: 40px 0;
}

.download-grid__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .download-grid__wrapper {
    padding: 0 20px;
  }
}

.download-grid__items {
  width: calc(100% + 16px);
  margin-left: -8px;
}
.download-grid__items:before,
.download-grid__items:after {
  content: "";
  display: table;
}
.download-grid__items:after {
  clear: both;
}

.download-grid__item {
  float: left;
  width: 25%;
  padding: 8px;
}
@media (max-width: 1100px) {
  .download-grid__item {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .download-grid__item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .download-grid__item {
    width: 100%;
  }
}

.download-grid__container {
  position: relative;
  border: 1px solid #c2c2c2;
  padding: 10px;
  padding-bottom: 90px;
}

.download-grid__image {
  width: 100%;
  padding-bottom: 50%;
  background: center no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.download-grid__title {
  font-size: 16px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 15px;
}

.download-grid__bold-title {
  font-size: 16px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

.download-grid__sub {
  display: inline-block;
  font-size: 16px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 5px;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.event-listing {
  padding: 40px 0;
}

.event-listing__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .event-listing__wrapper {
    padding: 0 20px;
  }
}

.event-listing__items {
  width: 100%;
}

.event-listing__item {
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
.event-listing__item:before,
.event-listing__item:after {
  content: "";
  display: table;
}
.event-listing__item:after {
  clear: both;
}
.event-listing__item:last-child {
  margin-bottom: 0;
}

.event-listing__image {
  position: absolute;
  width: calc(20% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  background: no-repeat center;
  background-size: contain;
}
@media (max-width: 619px) {
  .event-listing__image {
    position: relative;
    width: 50%;
    padding-bottom: 40%;
    display: block;
    margin: 0 auto;
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }
}

.event-listing__main {
  display: inline-block;
  vertical-align: middle;
  width: 57%;
  margin-left: calc(20% - 0.2em);
  border-right: 1px solid #e2e2e2;
  padding: 10px 20px;
}
@media (max-width: 760px) {
  .event-listing__main {
    width: 50%;
  }
}
@media (max-width: 619px) {
  .event-listing__main {
    width: 100%;
    margin-left: 0;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.event-listing__aside {
  display: inline-block;
  vertical-align: middle;
  width: 23%;
  padding-left: 40px;
  margin-left: -0.2em;
}
@media (max-width: 760px) {
  .event-listing__aside {
    width: 30%;
  }
}
@media (max-width: 619px) {
  .event-listing__aside {
    width: 100%;
    padding-left: 0;
    margin: 0;
  }
}

.event-listing__empty {
  line-height: 125%;
}

.event-listing__title {
  font-size: 20px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.event-listing__sub {
  color: #000000;
  font-size: 16px;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  margin-bottom: 3px;
}

.event-listing__desc {
  margin-bottom: 0;
}

.event-listing__where {
  margin-top: 5px;
}

.event-listing__link {
  display: block;
  margin-top: 20px;
}

.event-listing__item {
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}
.event-listing__item:nth-child(1) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.event-listing__item:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.event-listing__item:nth-child(3) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.event-listing__item:nth-child(4) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.event-listing__item:nth-child(5) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.event-listing__item:nth-child(6) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.event-listing__item:nth-child(7) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.event-listing__item:nth-child(8) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.event-listing__item:nth-child(9) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.event-listing__item:nth-child(10) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.event-listing__item:nth-child(11) {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}
.event-listing__item:nth-child(12) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.event-listing__item:nth-child(13) {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}
.event-listing__item:nth-child(14) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.event-listing__item:nth-child(15) {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}
.event-listing__item:nth-child(16) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.event-listing__item:nth-child(17) {
  -webkit-transition-delay: 850ms;
          transition-delay: 850ms;
}
.event-listing__item:nth-child(18) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.event-listing__item:nth-child(19) {
  -webkit-transition-delay: 950ms;
          transition-delay: 950ms;
}
.event-listing.js-in-view .event-listing__item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.example__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .example__wrapper {
    padding: 0 20px;
  }
}

.faqs__filter &gt; span {
  padding: 3px 0 16px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding-top: 25px;
  border-top: 1px solid #c2c2c2;
}

.no-bar.faqs__filter &gt; span {
  border-top: none;
}

.faqs__filter .drop-down__wrapper {
  position: relative;
  border: 1px solid #c2c2c2;
}
.faqs__filter .drop-down__wrapper:before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
  right: 1px;
  top: 1px;
  width: 100px;
  height: calc(100% - 2px);
  background-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.faqs__filter .drop-down__wrapper:after {
  content: "";
  pointer-events: none;
  z-index: 3;
  position: absolute;
  right: 0;
  width: 10px;
  height: 5px;
  border-top: 5px solid #3399d5;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 18px;
  right: 20px;
}
.faqs__filter .drop-down__wrapper .dropdown__white {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.faqs__filter .drop-down__wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  position: relative;
  z-index: 1;
  outline: none;
          appearance: none;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  color: #595959;
  background-color: #ffffff;
  padding-left: 17px;
}
.faqs__filter .drop-down__wrapper select select::-ms-expand {
  display: none;
}
@media (max-width: 619px) {
  .faqs__filter .drop-down__wrapper select {
    font-size: 15px;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.faqs__wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .faqs__wrapper {
    padding: 0 20px;
  }
}

.faqs__top {
  padding: 0 20px 40px 60px;
  background-color: #efefef;
  margin-top: -20px;
}

.faqs__filter {
  width: 250px;
  margin: 0 auto;
}
.faqs__filter .drop-down__wrapper select {
  background: #ffffff;
}

.faqs__categories {
  padding-top: 20px;
}

.faqs__category {
  margin-top: 60px;
}

.faqs__category-title {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 24px;
  color: #b90b2e;
  font-weight: 400;
}

.faqs__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c2c2c2;
}
.faqs__item:last-child {
  border-bottom: 0;
}

.faqs__question {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 24px;
}

.faqs__answer.managed-layout {
  font-size: 16px;
}
.faqs__answer.managed-layout p {
  line-height: 150%;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.feature-grid__wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 1080px) {
  .feature-grid__wrapper {
    padding: 40px 40px;
  }
}

.feature-grid__heading {
  display: block;
  text-align: center;
  color: #595959;
}
.feature-grid__heading span {
  display: inline-block;
  padding-bottom: 25px;
  border-bottom: 1px solid #595959;
}

.feature-grid__items {
  display: block;
  width: calc(100% + 70px);
  margin-left: -35px;
  margint-top: -60px;
  text-align: left;
}

.feature-grid__item {
  width: 50%;
  margin-left: -0.2em;
  display: inline-block;
  vertical-align: top;
  padding: 0 35px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .feature-grid__item {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}

.feature-grid__content {
  position: relative;
  padding-left: 74px;
}

.feature-grid__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
}
.feature-grid__icon svg {
  width: 100%;
  height: 100%;
  fill: #595959;
}

.feature-grid__title {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #b90b2e;
}

.feature-grid__points {
  margin: 15px 0 0 0;
  padding: 0;
}

.feature-grid__point {
  position: relative;
  margin: 10px 0 0 0;
  padding: 0 0 0 15px;
  list-style-type: none;
  font-size: 16px;
  color: #595959;
  line-height: 140%;
}
.feature-grid__point:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #595959;
}

.feature-grid__item {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}
.feature-grid__item .feature-grid__icon {
  -webkit-transition: all 600ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 600ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
}
.feature-grid__item:nth-child(odd) {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.feature-grid__item:nth-child(even) {
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
}
.feature-grid__item:nth-child(1),
.feature-grid__item:nth-child(2) {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
}
.feature-grid__item:nth-child(3),
.feature-grid__item:nth-child(4) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.feature-grid__item:nth-child(5),
.feature-grid__item:nth-child(6) {
  -webkit-transition-delay: 225ms;
          transition-delay: 225ms;
}
.feature-grid__item:nth-child(7),
.feature-grid__item:nth-child(8) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.feature-grid__item:nth-child(9),
.feature-grid__item:nth-child(10) {
  -webkit-transition-delay: 375ms;
          transition-delay: 375ms;
}
.feature-grid__item:nth-child(11),
.feature-grid__item:nth-child(12) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.feature-grid__item:nth-child(13),
.feature-grid__item:nth-child(14) {
  -webkit-transition-delay: 525ms;
          transition-delay: 525ms;
}
.feature-grid__item:nth-child(15),
.feature-grid__item:nth-child(16) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.feature-grid.js-in-view .feature-grid__item {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.feature-grid.js-in-view .feature-grid__item .feature-grid__icon {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.feature-info {
  padding: 60px 0;
}

.feature-info__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .feature-info__wrapper {
    padding: 0 20px;
  }
}
.feature-info__wrapper:before,
.feature-info__wrapper:after {
  content: "";
  display: table;
}
.feature-info__wrapper:after {
  clear: both;
}

.feature-info__aside {
  width: 320px;
  float: left;
  padding-right: 80px;
  padding-top: 66px;
}
@media (max-width: 619px) {
  .feature-info__aside {
    float: none;
    padding-right: 0;
    width: 100%;
    padding-top: 0;
  }
}

.feature-info__main {
  width: calc(100% - 320px);
  float: right;
}
@media (max-width: 619px) {
  .feature-info__main {
    float: none;
    width: 100%;
  }
}

.feature-info__links-title {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #e2e2e2;
  display: block;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.feature-info__link {
  display: block;
  margin-bottom: 20px;
}

.feature-info__heading {
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.feature-info__feature {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c2c2c2;
}
.feature-info__feature:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.feature-info__feature-title {
  font-size: 18px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  color: #b90b2e;
}

.feature-info__items-container:before,
.feature-info__items-container:after {
  content: "";
  display: table;
}

.feature-info__items-container:after {
  clear: both;
}

.feature-info__items {
  margin-left: 0;
  padding-left: 12px;
  width: 50%;
  float: left;
}
.feature-info__items:nth-child(odd) {
  padding-right: 30px;
}
.feature-info__items:nth-child(even) {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .feature-info__items {
    width: 100%;
    padding: 0 !important;
    padding-left: 15px !important;
  }
}

.feature-info__item {
  list-style-type: none;
  position: relative;
  line-height: 150%;
  margin-bottom: 10px;
}
.feature-info__item:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  left: -12px;
  top: 10px;
  border-radius: 100%;
  background-color: #595959;
}
.feature-info__item:last-child {
  margin-bottom: 0;
}

.feature-info__item {
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}
.feature-info__item:nth-child(1) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.feature-info__item:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.feature-info__item:nth-child(3) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.feature-info__item:nth-child(4) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.feature-info__item:nth-child(5) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.feature-info__item:nth-child(6) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.feature-info__item:nth-child(7) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.feature-info__item:nth-child(8) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.feature-info__item:nth-child(9) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.feature-info__item:nth-child(10) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.feature-info__item:nth-child(11) {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}
.feature-info__item:nth-child(12) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.feature-info__item:nth-child(13) {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}
.feature-info__item:nth-child(14) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.feature-info__item:nth-child(15) {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}
.feature-info__item:nth-child(16) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.feature-info__item:nth-child(17) {
  -webkit-transition-delay: 850ms;
          transition-delay: 850ms;
}
.feature-info__item:nth-child(18) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.feature-info__item:nth-child(19) {
  -webkit-transition-delay: 950ms;
          transition-delay: 950ms;
}
.feature-info.js-in-view .feature-info__item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.feature-list__wrapper {
  max-width: 930px;
  margin: 0 auto;
  overflow: hidden;
}
.feature-list__wrapper:before,
.feature-list__wrapper:after {
  content: "";
  display: table;
}
.feature-list__wrapper:after {
  clear: both;
}
@media (max-width: 970px) {
  .feature-list__wrapper {
    padding: 40px 20px;
  }
}

.feature-list__image {
  float: left;
  width: 44.2%;
  vertical-align: top;
  text-align: left;
  padding-right: 60px;
}
.feature-list__image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .feature-list__image {
    width: 100% !important;
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }
  .feature-list__image img {
    max-width: 50%;
  }
}
@media (max-width: 619px) {
  .feature-list__image img {
    max-width: 80% !important;
  }
}
@media (max-width: 419px) {
  .feature-list__image img {
    max-width: 100% !important;
  }
}

.feature-list__items {
  float: left;
  width: 55.8%;
}
@media (max-width: 767px) {
  .feature-list__items {
    width: 100% !important;
  }
}

.feature-list__heading {
  font-size: 30px;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
}

.feature-list__item {
  margin-bottom: 20px;
  pading-bottom: 20px;
  border-bottom: 1px solid #c2c2c2;
}
.feature-list__item:last-child {
  border-bottom: 0;
}

.feature-list__title,
.feature-list__items h2 {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #595959;
}

.feature-list__points,
.feature-list__items ul {
  margin-left: 0;
  margin-top: 15px;
  padding-left: 20px;
}

.feature-list__point,
.feature-list__items li {
  font-size: 16px;
  margin-left: 0;
  margin-bottom: 5px;
  padding-left: 10px;
  list-style-type: none;
  position: relative;
  margin-bottom: 16px;
}
.feature-list__point:before,
.feature-list__items li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #595959;
}

.feature-list--simple .feature-list__wrapper {
  max-width: 1180px;
}
@media (max-width: 1220px) {
  .feature-list--simple .feature-list__wrapper {
    padding: 40px 20px;
  }
}

.feature-list--simple .feature-list__image {
  width: 30%;
  padding-right: 40px;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .feature-list--simple .feature-list__image {
    padding-right: 0;
  }
}

.feature-list--simple .feature-list__items {
  width: 70%;
}

.feature-list--simple .feature-list__item {
  border-bottom: 0;
}

.feature-list__item {
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
}
.feature-list__item:nth-child(1) {
  -webkit-transition-delay: 40ms;
          transition-delay: 40ms;
}
.feature-list__item:nth-child(2) {
  -webkit-transition-delay: 80ms;
          transition-delay: 80ms;
}
.feature-list__item:nth-child(3) {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}
.feature-list__item:nth-child(4) {
  -webkit-transition-delay: 160ms;
          transition-delay: 160ms;
}
.feature-list__item:nth-child(5) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.feature-list__item:nth-child(6) {
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}
.feature-list__item:nth-child(7) {
  -webkit-transition-delay: 280ms;
          transition-delay: 280ms;
}
.feature-list__item:nth-child(8) {
  -webkit-transition-delay: 320ms;
          transition-delay: 320ms;
}
.feature-list__item:nth-child(9) {
  -webkit-transition-delay: 360ms;
          transition-delay: 360ms;
}
.feature-list__item:nth-child(10) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.feature-list__item:nth-child(11) {
  -webkit-transition-delay: 440ms;
          transition-delay: 440ms;
}
.feature-list__item:nth-child(12) {
  -webkit-transition-delay: 480ms;
          transition-delay: 480ms;
}
.feature-list__item:nth-child(13) {
  -webkit-transition-delay: 520ms;
          transition-delay: 520ms;
}
.feature-list__item:nth-child(14) {
  -webkit-transition-delay: 560ms;
          transition-delay: 560ms;
}
.feature-list__item:nth-child(15) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.feature-list__item:nth-child(16) {
  -webkit-transition-delay: 640ms;
          transition-delay: 640ms;
}
.feature-list__item:nth-child(17) {
  -webkit-transition-delay: 680ms;
          transition-delay: 680ms;
}
.feature-list__item:nth-child(18) {
  -webkit-transition-delay: 720ms;
          transition-delay: 720ms;
}
.feature-list__item:nth-child(19) {
  -webkit-transition-delay: 760ms;
          transition-delay: 760ms;
}
.feature-list__item:nth-child(20) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.feature-list__item:nth-child(21) {
  -webkit-transition-delay: 840ms;
          transition-delay: 840ms;
}
.feature-list__item:nth-child(22) {
  -webkit-transition-delay: 880ms;
          transition-delay: 880ms;
}
.feature-list__item:nth-child(23) {
  -webkit-transition-delay: 920ms;
          transition-delay: 920ms;
}
.feature-list.js-in-view .feature-list__item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.feature-list__image {
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scale3d(0.8, 0.8, 1) translate3d(0, 50px, 0);
          transform: scale3d(0.8, 0.8, 1) translate3d(0, 50px, 0);
}
.feature-list.js-in-view .feature-list__image {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.featured-news {
  padding: 20px 0;
}

.featured-news__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .featured-news__wrapper {
    padding: 0 20px;
  }
}

.featured-news__title {
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-weight: 100;
  font-size: 30px;
  text-align: center;
}

.featured-news__items {
  border: 1px solid #e2e2e2;
  border-left: 0;
  border-right: 0;
  padding: 40px 0;
}
.featured-news__items:before,
.featured-news__items:after {
  content: "";
  display: table;
}
.featured-news__items:after {
  clear: both;
}

.featured-news__item {
  position: relative;
  display: block;
  width: 33.333%;
  float: left;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .featured-news__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .featured-news__item:last-child {
    margin-bottom: 0;
  }
}

.featured-news__item-icon {
  width: 32px;
  height: 32px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
}
.featured-news__item-icon svg {
  width: 100%;
  height: 100%;
  fill: #000000;
}

.featured-news__item-title {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  color: #3399d5;
  margin-bottom: 0;
}
.featured-news__item:hover .featured-news__item-title {
  color: #b90b2e;
}

.featured-news__item-desc {
  display: block;
  margin-left: 50px;
  position: relative;
  font-size: 18px;
  font-weight: 100;
  line-height: 140%;
  top: -5px;
}

.featured-news__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: z-layer(base, 1);
}

.featured-news__item {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
}
.featured-news__item:nth-child(1) {
  -webkit-transition-delay: 20ms;
          transition-delay: 20ms;
}
.featured-news__item:nth-child(2) {
  -webkit-transition-delay: 40ms;
          transition-delay: 40ms;
}
.featured-news__item:nth-child(3) {
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
}
.featured-news__item:nth-child(4) {
  -webkit-transition-delay: 80ms;
          transition-delay: 80ms;
}
.featured-news__item:nth-child(5) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.featured-news__item:nth-child(6) {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}
.featured-news__item:nth-child(7) {
  -webkit-transition-delay: 140ms;
          transition-delay: 140ms;
}
.featured-news__item:nth-child(8) {
  -webkit-transition-delay: 160ms;
          transition-delay: 160ms;
}
.featured-news__item:nth-child(9) {
  -webkit-transition-delay: 180ms;
          transition-delay: 180ms;
}
.featured-news__item:nth-child(10) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.featured-news__item:nth-child(11) {
  -webkit-transition-delay: 220ms;
          transition-delay: 220ms;
}
.featured-news__item:nth-child(12) {
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}
.featured-news__item:nth-child(13) {
  -webkit-transition-delay: 260ms;
          transition-delay: 260ms;
}
.featured-news__item:nth-child(14) {
  -webkit-transition-delay: 280ms;
          transition-delay: 280ms;
}
.featured-news__item:nth-child(15) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.featured-news__item:nth-child(16) {
  -webkit-transition-delay: 320ms;
          transition-delay: 320ms;
}
.featured-news__item:nth-child(17) {
  -webkit-transition-delay: 340ms;
          transition-delay: 340ms;
}
.featured-news__item:nth-child(18) {
  -webkit-transition-delay: 360ms;
          transition-delay: 360ms;
}
.featured-news__item:nth-child(19) {
  -webkit-transition-delay: 380ms;
          transition-delay: 380ms;
}
.featured-news__item:nth-child(20) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.featured-news__item:nth-child(21) {
  -webkit-transition-delay: 420ms;
          transition-delay: 420ms;
}
.featured-news__item:nth-child(22) {
  -webkit-transition-delay: 440ms;
          transition-delay: 440ms;
}
.featured-news__item:nth-child(23) {
  -webkit-transition-delay: 460ms;
          transition-delay: 460ms;
}
.featured-news.js-in-view .featured-news__item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.featured-spread__title svg {
  display: inline-block;
  width: 10px;
  height: 10px;
  fill: #3399d5;
  margin-left: 5px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.featured-spread__title:hover svg {
  fill: #b90b2e;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.featured-spread {
  margin: 40px 0;
}

.featured-spread__wrapper {
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1220px) {
  .featured-spread__wrapper {
    padding: 0 20px;
  }
}

.featured-spread__heading {
  text-transform: uppercase;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  color: #595959;
  text-align: center;
  margin-bottom: 20px;
}

.featured-spread__items {
  display: table;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .featured-spread__items {
    display: block;
    text-align: center;
  }
}

.featured-spread__item {
  display: table-cell;
  width: 1%;
  border-right: 1px solid #c2c2c2;
  padding: 5px 30px;
  vertical-align: middle;
}
.featured-spread__item:first-child {
  padding-left: 0;
}
.featured-spread__item:last-child {
  border-right: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .featured-spread__item {
    display: inline-block;
    width: 50%;
    margin-left: -0.2em;
    border-right: 0;
    padding: 30px !important;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 419px) {
  .featured-spread__item {
    width: 100%;
    margin-left: 0;
  }
}

.featured-spread__item-container {
  display: inline-block;
}

.featured-spread__title {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}

.featured-spread__desc {
  display: block;
  font-size: 13px;
  color: #595959;
  margin: 7px 0 0 0;
}

.featured-spread--multi-row .featured-spread__items {
  display: block;
  text-align: left;
  margin-left: 0.3em;
}

.featured-spread--multi-row .featured-spread__item {
  display: inline-block;
  width: 16.66666%;
  margin-left: -0.3em;
  margin-bottom: 20px;
}
.featured-spread--multi-row .featured-spread__item:first-child {
  padding-left: 30px;
}
.featured-spread--multi-row .featured-spread__item:nth-child(6n) {
  border-right: 0;
}
.featured-spread--multi-row .featured-spread__item:last-child {
  padding-right: 30px;
}
@media (max-width: 1540px) {
  .featured-spread--multi-row .featured-spread__item {
    width: 20%;
  }
  .featured-spread--multi-row .featured-spread__item:nth-child(6n) {
    border-right: 1px solid #c2c2c2;
  }
  .featured-spread--multi-row .featured-spread__item:nth-child(5n) {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .featured-spread--multi-row .featured-spread__item {
    width: 25%;
    border-right: 0 !important;
  }
}
@media (max-width: 619px) {
  .featured-spread--multi-row .featured-spread__item {
    width: 50%;
  }
}
@media (max-width: 419px) {
  .featured-spread--multi-row .featured-spread__item {
    width: 100%;
  }
}

.featured-spread__item {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(0, -30%, 0);
          transform: translate3d(0, -30%, 0);
}
.featured-spread__item:nth-child(1) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.featured-spread__item:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.featured-spread__item:nth-child(3) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.featured-spread__item:nth-child(4) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.featured-spread__item:nth-child(5) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.featured-spread__item:nth-child(6) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.featured-spread__item:nth-child(7) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.featured-spread__item:nth-child(8) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.featured-spread__item:nth-child(9) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.featured-spread.js-in-view .featured-spread__item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.filter-search__open-filters,
.filter-search__paging-button,
.filter-search__apply-filters {
  display: inline-block;
  position: relative;
  background-color: #3399d5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 32px;
  margin: 8px;
  overflow: hidden;
  -webkit-transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.filter-search__open-filters span,
.filter-search__paging-button span,
.filter-search__apply-filters span {
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.filter-search__open-filters svg,
.filter-search__paging-button svg,
.filter-search__apply-filters svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: -15px;
  fill: #ffffff;
}
.filter-search__open-filters:hover,
.filter-search__paging-button:hover,
.filter-search__apply-filters:hover {
  color: #ffffff;
  background-color: #23527f;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.filter-search.js-loading &gt; * {
  opacity: 0.3;
  pointer-events: none;
}

.filter-search.js-loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: 20px;
  border: 2px solid #c2c2c2;
  border-top: 4px solid #3399d5;
  border-radius: 100%;
  -webkit-animation: loading 1000ms cubic-bezier(0.23, 1, 0.32, 1) infinite;
          animation: loading 1000ms cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

.filter-search {
  position: relative;
  padding-bottom: 100px;
}

.filter-search__wrapper {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 1220px) {
  .filter-search__wrapper {
    padding: 60px 20px;
  }
}

.filter-search__open-filters {
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 50px;
  margin-right: 0;
  background-color: transparent;
  border: 1px solid #3399d5;
  color: #3399d5;
}
.js-filters-open .filter-search__open-filters {
  visibility: hidden;
  pointer-events: none;
}
.filter-search__open-filters svg {
  fill: #3399d5;
}
.filter-search__open-filters:hover {
  border-color: #23527f;
}
.filter-search__open-filters:hover svg {
  fill: #ffffff;
}
@media (max-width: 1220px) {
  .filter-search__open-filters {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .filter-search__open-filters {
    position: relative;
    top: 0;
    left: 0;
  }
}

.filter-search__count {
  font-size: 24px;
  margin-top: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}

.filter-search__instruct {
  display: inline-block;
  position: relative;
  top: 12px;
}

.filter-search__tags {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}

.filter-search__tag {
  display: inline-block;
  position: relative;
  padding: 3px 20px;
  background-color: #ffffff;
  font-size: 14px;
  color: #595959;
  border: 1px solid #595959;
  border-radius: 40px;
  padding-right: 30px;
  cursor: pointer;
  margin-top: 15px;
  margin-right: 5px;
}
.filter-search__tag svg {
  position: absolute;
  width: 8px;
  height: 8px;
  right: 10px;
  top: 8px;
  fill: #000000;
}
.filter-search__tag:hover {
  background-color: #b90b2e;
  border-color: #b90b2e;
  color: #ffffff;
}
.filter-search__tag:hover svg {
  fill: #ffffff;
}

.filter-search__table {
  width: 100%;
  margin-top: 20px;
  border-spacing: 0;
}
.filter-search__table th {
  position: relative;
  background-color: #efefef;
  border: 0;
  padding: 15px 0 30px;
  text-align: left;
  padding-right: 30px;
  vertical-align: top;
}
.filter-search__table th:first-child {
  padding-left: 25px;
}
.filter-search__table th sub {
  display: block;
  font-weight: 400;
  padding-top: 5px;
}
.filter-search__table td {
  position: relative;
  padding: 15px 0;
  padding-right: 50px;
  vertical-align: top;
  border-bottom: 1px solid #e2e2e2;
  min-width: 10%;
}
.filter-search__table td:nth-child(1) {
  padding-left: 25px;
  color: #3399d5;
}
.filter-search__table td:nth-child(3) {
  padding-left: 20px;
  min-width: 2%;
}
.filter-search__table td:nth-child(3) svg {
  width: 32px;
  height: 32px;
  fill: #b90b2e;
}
.filter-search__table td:nth-child(7) {
  min-width: 12%;
}
.filter-search__table td span {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 850px) {
  .filter-search__table {
    display: block;
  }
  .filter-search__table thead,
  .filter-search__table th {
    display: none;
  }
  .filter-search__table tbody,
  .filter-search__table tr,
  .filter-search__table td {
    display: block;
  }
  .filter-search__table tr {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
  }
  .filter-search__table tr:last-child {
    border: 0;
  }
  .filter-search__table td {
    padding: 10px !important;
    border-bottom: 0;
  }
  .filter-search__table td:before,
  .filter-search__table td:after {
    content: "";
    display: table;
  }
  .filter-search__table td:after {
    clear: both;
  }
  .filter-search__table td div {
    display: block;
    float: left;
    margin-left: 20px;
    width: calc(70% - 20px);
    padding-top: 3px;
  }
  .filter-search__table td span {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .filter-search__table td span:first-child {
    margin-left: 0;
  }
  .filter-search__table td span:after {
    content: "/";
    display: inline-block;
    margin-left: 12px;
    color: #c2c2c2;
  }
  .filter-search__table td span:last-child:after {
    display: none;
  }
  .filter-search__table td svg {
    width: 24px !important;
    height: 24px !important;
  }
  .filter-search__table td:before {
    content: attr(data-title);
    line-height: 140%;
    color: #595959;
    font-weight: 600;
    display: block;
    float: left;
    width: 30%;
  }
}

.js-filters-open .filter-search__results {
  opacity: 0.5;
  pointer-events: none;
}

.filter-search__pagination {
  margin-top: 40px;
  text-align: center;
}

.filter-search__paging-button {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding: 5px 15px;
}
.filter-search__paging-button span span {
  position: relative;
  top: -1px;
  font-weight: 800;
}

.filter-search__current-page {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .filter-search__current-page {
    display: block;
    margin: 20px 0;
  }
}

.filter-search__filters {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #e2e2e2;
  width: 420px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(420px, 0, 0);
          transform: translate3d(420px, 0, 0);
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  overflow-y: scroll;
  padding-bottom: 40px;
}
.js-filters-open .filter-search__filters {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  .filter-search__filters {
    width: 320px;
    -webkit-transform: translate3d(320px, 0, 0);
            transform: translate3d(320px, 0, 0);
  }
}

.filter-search__filters-close {
  position: absolute;
  top: 27px;
  right: 40px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.filter-search__filters-close svg {
  width: 100%;
  height: 100%;
  fill: #b90b2e;
}
.filter-search__filters-close:hover svg {
  fill: #000000;
}

.filter-search__filters-title {
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  color: #b90b2e;
  font-weight: 100;
  font-size: 30px;
  text-align: left;
  padding: 30px 40px 20px;
  border-bottom: 1px solid #c2c2c2;
}

.filter-search__filter-categories {
  padding: 10px 40px;
}
@media (max-width: 767px) {
  .filter-search__filter-categories {
    padding: 30px;
  }
}

.filter-search__filter-category {
  padding: 15px 0;
  border-bottom: 1px solid #c2c2c2;
}
.filter-search__filter-category:last-child {
  border-bottom: 0;
}

.filter-search__filter-category-title {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 20px;
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
}
.filter-search__filter-category-title svg {
  width: 20px;
  height: 20px;
  fill: #3399d5;
  margin-right: 10px;
  top: 2px;
  position: relative;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.filter-search__filter-category.js-open .filter-search__filter-category-title svg {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}
/*.filter-search__filter-category-title:after {*/
/*content: "(" attr(data-count) ")";*/
/*font-size: 16px;*/
/*font-weight: 100;*/
/*margin-left: 5px;*/
/*position: relative;*/
/*top: -1px; }*/
/*.filter-search__filter-category-title[data-count="0"] {*/
/*opacity: 0.3 !important; }*/

.filter-search__filter-category-clear {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 16px;
  color: #3399d5;
  cursor: pointer;
  margin-left: 35px;
  display: none;
}
.filter-search__filter-category-clear:hover {
  color: #b90b2e;
}
.filter-search__filter-category.js-open .filter-search__filter-category-clear {
  display: block;
}

.filter-search__filter-items {
  margin: 0;
  padding: 0 0 0 50px;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.filter-search__filter-category.js-open .filter-search__filter-items {
  margin: 20px 0 0 0;
  height: auto;
  visibility: visible;
}

.filter-search__filter-item {
  cursor: pointer;
  position: relative;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  -webkit-transform: translate3d(-5px, 0, 0);
          transform: translate3d(-5px, 0, 0);
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.filter-search__filter-item:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 3px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
}
.filter-search__filter-item:after {
  content: "(" attr(data-count) ")";
  font-size: 14px;
}
.filter-search__filter-item[data-count="0"] {
  opacity: 0.3 !important;
}
.filter-search__filter-item.js-selected:before {
  background-color: #b90b2e;
}
.filter-search__filter-item:nth-child(1) {
  -webkit-transition-delay: 20ms;
          transition-delay: 20ms;
}
.filter-search__filter-item:nth-child(2) {
  -webkit-transition-delay: 40ms;
          transition-delay: 40ms;
}
.filter-search__filter-item:nth-child(3) {
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
}
.filter-search__filter-item:nth-child(4) {
  -webkit-transition-delay: 80ms;
          transition-delay: 80ms;
}
.filter-search__filter-item:nth-child(5) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.filter-search__filter-item:nth-child(6) {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}
.filter-search__filter-item:nth-child(7) {
  -webkit-transition-delay: 140ms;
          transition-delay: 140ms;
}
.filter-search__filter-item:nth-child(8) {
  -webkit-transition-delay: 160ms;
          transition-delay: 160ms;
}
.filter-search__filter-item:nth-child(9) {
  -webkit-transition-delay: 180ms;
          transition-delay: 180ms;
}
.filter-search__filter-item:nth-child(10) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.filter-search__filter-item:nth-child(11) {
  -webkit-transition-delay: 220ms;
          transition-delay: 220ms;
}
.filter-search__filter-item:nth-child(12) {
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}
.filter-search__filter-item:nth-child(13) {
  -webkit-transition-delay: 260ms;
          transition-delay: 260ms;
}
.filter-search__filter-item:nth-child(14) {
  -webkit-transition-delay: 280ms;
          transition-delay: 280ms;
}
.filter-search__filter-item:nth-child(15) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.filter-search__filter-item:nth-child(16) {
  -webkit-transition-delay: 320ms;
          transition-delay: 320ms;
}
.filter-search__filter-item:nth-child(17) {
  -webkit-transition-delay: 340ms;
          transition-delay: 340ms;
}
.filter-search__filter-item:nth-child(18) {
  -webkit-transition-delay: 360ms;
          transition-delay: 360ms;
}
.filter-search__filter-item:nth-child(19) {
  -webkit-transition-delay: 380ms;
          transition-delay: 380ms;
}
.js-open .filter-search__filter-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.filter-search__apply-filters {
  display: block;
  width: calc(100% - 80px);
  margin: 0 auto;
  text-align: center;
}

.filter-search__no-results {
  display: block;
  text-align: center;
  padding: 40px;
  font-size: 22px;
}

/*.filter-search--product table.filter-search__table td:nth-last-child(2) {
  text-align: right;
  padding-right: 70px; }
  @media (max-width: 850px) {
    .filter-search--product table.filter-search__table td:nth-last-child(2) {
      text-align: left !important; } }*/

.filter-search--resource table.filter-search__table td {
  line-height: 140%;
}

.filter-search--resource table.filter-search__table th {
  padding: 20px 30px;
}
.filter-search--resource table.filter-search__table th:last-child {
  width: 250px;
  padding-left: 20px !important;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.footer {
  background-color: #595959;
  margin-top: 0;
}

.footer__wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 50px 20px;
}
.footer__wrapper a:hover {
  color: #ffffff;
}

.footer__groups {
  display: table;
  table-layout: fixed;
  margin-bottom: 50px;
  float: left;
  width: 80%;
}
@media (max-width: 767px) {
  .footer__groups {
    display: block;
    float: none;
    width: 100%;
  }
}

.footer__group {
  display: table-cell;
}
@media (max-width: 767px) {
  .footer__group {
    display: inline-block;
    width: 50%;
    margin-left: -0.2em;
    border-left: 0;
    vertical-align: middle;
    text-align: center;
    margin-top: 40px;
  }
  .footer__group:nth-child(1),
  .footer__group:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 619px) {
  .footer__group {
    width: 100%;
  }
  .footer__group:nth-child(2) {
    margin-top: 40px;
  }
}

.footer__group-title {
  color: #3399d5;
  text-transform: uppercase;
  font-size: 15px;
}

.footer__group-links {
  margin: 10px 0 0 0;
  padding: 0;
}

.footer__group-link {
  display: block;
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 13px;
}
.footer__group-link a {
  color: #ffffff;
}
.footer__group-link a:hover {
  color: #3399d5;
}

.footer__connect {
  float: left;
  width: 20%;
  border-left: 1px solid #777777;
  padding: 10px 10px 10px 20px;
}
@media (max-width: 767px) {
  .footer__connect {
    float: none;
    clear: both;
    width: 100%;
    border-left: 0;
    text-align: center;
    padding: 0;
  }
}

.footer__connect-link {
  display: block;
  font-size: 22px;
  margin-bottom: 30px;
}
@media (max-width: 1540px) {
  .footer__connect-link {
    font-size: 16px;
  }
}

.cn__footer__connect-link {
  display: block;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 1540px) {
  .footer__connect-link {
    font-size: 16px;
  }
}

.footer__socials {
  margin: 0;
  padding: 0;
}

.footer__social {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 15px;
  margin-bottom: 0;
}
.footer__social:last-child {
  margin-right: 0;
}
.footer__social svg {
  width: 100%;
  height: 100%;
  fill: #3399d5;
}
.footer__social:hover svg {
  fill: #ffffff;
}

.footer__foot {
  clear: both;
  border-top: 1px solid #777777;
}

.footer__foot-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 0;
}
@media (max-width: 1220px) {
  .footer__foot-container {
    padding: 30px 20px;
  }
}

.footer__legal {
  display: inline-block;
  color: #c2c2c2;
  font-size: 12px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer__legal {
    text-align: center;
    width: 100%;
  }
}

.footer__legal-links {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: right;
}
@media (max-width: 767px) {
  .footer__legal-links {
    padding-top: 20px;
    float: none;
    text-align: center;
    width: 100%;
  }
}

.footer__legal-link {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  padding: 0 10px 0 5px;
  border-right: 1px solid #c2c2c2;
  line-height: 100%;
}
.footer__legal-link a {
  color: #c2c2c2;
}
.footer__legal-link a:hover {
  color: #3399d5;
}
.footer__legal-link:last-child {
  border-right: 0;
}

.footer__group-link {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
}
.footer__group-link:nth-child(1) {
  -webkit-transition-delay: 55ms;
          transition-delay: 55ms;
}
.footer__group-link:nth-child(2) {
  -webkit-transition-delay: 110ms;
          transition-delay: 110ms;
}
.footer__group-link:nth-child(3) {
  -webkit-transition-delay: 165ms;
          transition-delay: 165ms;
}
.footer__group-link:nth-child(4) {
  -webkit-transition-delay: 220ms;
          transition-delay: 220ms;
}
.footer__group-link:nth-child(5) {
  -webkit-transition-delay: 275ms;
          transition-delay: 275ms;
}
.footer__group-link:nth-child(6) {
  -webkit-transition-delay: 330ms;
          transition-delay: 330ms;
}
.footer__group-link:nth-child(7) {
  -webkit-transition-delay: 385ms;
          transition-delay: 385ms;
}
.footer__group-link:nth-child(8) {
  -webkit-transition-delay: 440ms;
          transition-delay: 440ms;
}
.footer__group-link:nth-child(9) {
  -webkit-transition-delay: 495ms;
          transition-delay: 495ms;
}
.footer__group-link:nth-child(10) {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}
.footer__group-link:nth-child(11) {
  -webkit-transition-delay: 605ms;
          transition-delay: 605ms;
}
.footer__group-link:nth-child(12) {
  -webkit-transition-delay: 660ms;
          transition-delay: 660ms;
}
.footer__group-link:nth-child(13) {
  -webkit-transition-delay: 715ms;
          transition-delay: 715ms;
}
.footer__group-link:nth-child(14) {
  -webkit-transition-delay: 770ms;
          transition-delay: 770ms;
}
.footer.js-in-view .footer__group-link {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.footer__connect {
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scale3d(0.7, 1, 1);
          transform: scale3d(0.7, 1, 1);
}
.footer.js-in-view .footer__connect {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.generic-content__wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 320px 40px 0;
}

.full-width-text {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 1220px) {
  .generic-content__wrapper {
    padding: 0 20px;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.header-and-copy__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .header-and-copy__wrapper {
    padding: 0 20px;
  }
}

.header-and-copy__header {
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 20px;
}

.header-and-copy__copy {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 0;
  line-height: 140%;
}

.header-and-copy--centered .header-and-copy__wrapper {
  text-align: center;
}

.header-and-copy--centered .header-and-copy__header {
  color: #000000;
  margin-bottom: 15px;
}

.header-and-copy--centered .header-and-copy__wrapper {
  text-align: center;
}

.header-and-copy--centered .header-and-copy__header {
  color: #000000;
  margin-bottom: 15px;
}

.header-and-copy--ruled .header-and-copy__wrapper {
  padding: 25px 0 50px;
  text-align: center;
}

.header-and-copy--ruled .header-and-copy__header {
  color: #000000;
  margin-bottom: 30px;
  position: relative;
  display: block;
  padding: 0 20%;
  padding-bottom: 30px;
}
.header-and-copy--ruled .header-and-copy__header:after {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 1px;
  background-color: #c2c2c2;
  left: calc(50% - 60px);
  bottom: 0;
}

.header-and-copy--ruled .header-and-copy__copy {
  padding: 0 12%;
}

.header-bar--desktop .header-bar__mega-button,
.header-bar--mobile .header-bar__mega-button {
  display: inline-block;
  position: relative;
  background-color: #3399d5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 32px;
  margin: 8px;
  overflow: hidden;
  -webkit-transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header-bar--desktop .header-bar__mega-button span,
.header-bar--mobile .header-bar__mega-button span {
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.header-bar--desktop .header-bar__mega-button svg,
.header-bar--mobile .header-bar__mega-button svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: -15px;
  fill: #ffffff;
}
.header-bar--desktop .header-bar__mega-button:hover,
.header-bar--mobile .header-bar__mega-button:hover {
  color: #ffffff;
  background-color: #23527f;
}

.header-bar--desktop .header-bar__mega-ext-link svg,
.header-bar--mobile .header-bar__mega-ext-link svg {
  display: inline-block;
  width: 10px;
  height: 10px;
  fill: #3399d5;
  margin-left: 5px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header-bar--desktop .header-bar__mega-ext-link:hover svg,
.header-bar--mobile .header-bar__mega-ext-link:hover svg {
  fill: #b90b2e;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.header-bar {
  width: 100%;
  position: relative;
  z-index: 100;
}

html.st-mobile-menu-open {
  overflow: hidden;
}
html.st-mobile-menu-open body {
  overflow: hidden;
}

/*
 * Desktop Version
 */
.header-bar {
  height: 142px;
  background-color: #595959;
}
.header-bar &gt; * {
  visibility: hidden;
}
@media (max-width: 767px) {
  .header-bar {
    height: auto;
  }
}

.header-bar--desktop {
  position: relative;
  z-index: 102;
}
.header-bar--desktop &gt; * {
  visibility: visible;
}
.header-bar--desktop .header-bar__mobile-open {
  position: absolute;
  z-index: 104;
  top: 34px;
  left: 34px;
  display: none;
}
.header-bar--desktop .header-bar__mobile-open svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
}
@media (max-width: 767px) {
  .header-bar--desktop .header-bar__mobile-open {
    display: block;
  }
}
@media (max-width: 419px) {
  .header-bar--desktop .header-bar__mobile-open {
    left: 24px;
  }
}
.header-bar--desktop .header-bar__secondary {
  height: 42px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 104;
}
@media (max-width: 767px) {
  .header-bar--desktop .header-bar__secondary {
    display: none;
  }
}
.header-bar--desktop .header-bar__secondary-wrapper {
  width: 100%;
  height: 42px;
  max-width: 1180px;
  margin: 0 auto;
  text-align: right;
}
.header-bar--desktop .header-bar__secondary-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.header-bar--desktop .header-bar__secondary-wrapper .ghost-center__child {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1220px) {
  .header-bar--desktop .header-bar__secondary-wrapper {
    padding: 0 20px;
  }
}
.header-bar--desktop .header-bar__secondary-links {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.header-bar--desktop .header-bar__secondary-link {
  list-style-type: none;
  display: inline-block;
  margin: 0 0 0 20px;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 13px;
}
.header-bar--desktop .header-bar__secondary-link a {
  color: #3399d5;
  text-decoration: none;
}
.header-bar--desktop .header-bar__secondary-link a:hover {
  color: #b90b2e;
}
.header-bar--desktop .header-bar__main {
  width: 100%;
  height: 100px;
  background: #595959;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 103;
}
.header-bar--desktop .header-bar__main-wrapper {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  height: 100%;
}
.header-bar--desktop .header-bar__main-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.header-bar--desktop .header-bar__main-wrapper .ghost-center__child {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1220px) {
  .header-bar--desktop .header-bar__main-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .header-bar--desktop .header-bar__main-wrapper {
    text-align: center;
  }
}
.header-bar--desktop .header-bar__logo {
  width: 160px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -4px;
}
.header-bar--desktop .header-bar__links {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 40px;
  padding: 0;
  position: relative;
  top: 12px;
}
@media (max-width: 767px) {
  .header-bar--desktop .header-bar__links {
    display: none;
  }
}
.header-bar--desktop .header-bar__link {
  display: inline-block;
  margin: 0 21px 0 0;
  padding: 0;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 15px;
}
.header-bar--desktop .header-bar__link a {
  text-decoration: none;
  color: #ffffff;
}
.header-bar--desktop .header-bar__link:hover a,
.header-bar--desktop .header-bar__link.st-open a {
  color: #3399d5;
}
@media (max-width: 1540px) {
  .header-bar--desktop .header-bar__link {
    margin-right: 20px;
  }
}
.header-bar--desktop .header-bar__search {
  position: absolute;
  bottom: 18px;
  height: 42px;
  width: 320px;
  right: 0;
  background-color: #ffffff;
  border-bottom-left-radius: 12px;
}
.header-bar--desktop .header-bar__search:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 100%;
  width: 50vw;
  background-color: #ffffff;
}
@media (max-width: 1100px) {
  .header-bar--desktop .header-bar__search {
    height: 33px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .header-bar--desktop .header-bar__search {
    display: none;
  }
}
.header-bar--desktop .header-bar__search-link {
  position: absolute;
  z-index: 2;
  color: #b90b2e;
  text-transform: uppercase;
  font-size: 14px;
  top: 12px;
  left: 40px;
  border-right: 1px solid #b90b2e;
  padding-right: 20px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header-bar--desktop .header-bar__search-link svg {
  width: 18px;
  height: 18px;
  fill: #b90b2e;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.header-bar--desktop .header-bar__search-link:hover {
  color: #3399d5;
}
.header-bar--desktop .header-bar__search-link:hover svg {
  fill: #3399d5;
}
@media (max-width: 1100px) {
  .header-bar--desktop .header-bar__search-link {
    top: 8px;
    left: 30px;
  }
}
.header-bar--desktop form.header-bar__search-form {
  position: absolute;
  width: 100px;
  height: 100%;
  padding-left: 32px;
  top: 0;
  left: 220px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header-bar--desktop form.header-bar__search-form:before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: 5px;
  width: 18px;
  height: 18px;
  fill: #b90b2e;
  z-index: 2;
  background-image: url("data:image/svg+xml;utf8,&lt;svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 409.51 409.602\" style=\"enable-background:new 0 0 409.51 409.602;\" xml:space=\"preserve\"&gt; &lt;g&gt; &lt;g&gt; &lt;path style=\"fill: %23B90B2E\" d=\"M405.969,388.711l-99.539-99.539c26.699-30.695,42.867-70.75,42.867-114.524C349.297,78.289,270.918,0,174.648,0 C78.289,0,0,78.379,0,174.648c0,96.27,78.379,174.649,174.648,174.649c43.774,0,83.829-16.168,114.524-42.867l99.539,99.539 c2.363,2.359,5.539,3.633,8.629,3.633c3.086,0,6.265-1.184,8.629-3.633C410.691,401.246,410.691,393.434,405.969,388.711 L405.969,388.711z M24.43,174.648c0-82.828,67.39-150.125,150.129-150.125c82.828,0,150.125,67.387,150.125,150.125 c0,82.739-67.297,150.215-150.125,150.215C91.82,324.863,24.43,257.477,24.43,174.648L24.43,174.648z M24.43,174.648\"/&gt; &lt;/g&gt; &lt;/g&gt; &lt;/svg&gt;");
}
@media (max-width: 1100px) {
  .header-bar--desktop form.header-bar__search-form {
    left: 205px;
  }
}
.header-bar--desktop .header-bar__search-input {
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 14px;
  outline: 0;
  border: 0;
  z-index: 1;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
}
.header-bar--desktop .header-bar__search-input::-webkit-input-placeholder {
  color: #b90b2e;
}
.header-bar--desktop .header-bar__search-input:-ms-input-placeholder {
  color: #b90b2e;
}
.header-bar--desktop .header-bar__search-input::placeholder {
  color: #b90b2e;
}
.header-bar--desktop .header-bar__search.js-search-active .header-bar__search-link {
  opacity: 0;
  visibility: hidden;
}
.header-bar--desktop .header-bar__search.js-search-active form.header-bar__search-form {
  width: 100%;
  left: 36px;
}
@media (max-width: 1100px) {
  .header-bar--desktop .header-bar__search.js-search-active form.header-bar__search-form {
    left: 20px;
  }
}
.header-bar--desktop .header-bar__megas {
  overflow: visible;
  height: 0;
  position: relative;
}
@media (max-width: 767px) {
  .header-bar--desktop .header-bar__megas {
    display: none;
  }
}
.header-bar--desktop .header-bar__mega {
  width: 100%;
  background-color: #f5f5f5;
  position: absolute;
  z-index: 102;
}
.header-bar--desktop .header-bar__mega[data-type="products"] {
  min-height: 490px;
}
.header-bar--desktop .header-bar__mega-wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 0;
  padding-top: 80px;
}
@media (max-width: 1220px) {
  .header-bar--desktop .header-bar__mega-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header-bar--desktop .header-bar__mega-ext {
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  position: relative;
  padding: 0 0 5px 0;
}
.header-bar--desktop .header-bar__mega-ext:before,
.header-bar--desktop .header-bar__mega-ext:after {
  content: "";
  display: table;
}
.header-bar--desktop .header-bar__mega-ext:after {
  clear: both;
}
.header-bar--desktop .header-bar__mega-ext-links {
  position: absolute;
  bottom: 15px;
  padding: 0;
  width: 22%;
  margin: 0 1.69492% 0 0;
  display: table;
  table-layout: fixed;
}
.header-bar--desktop .header-bar__mega-ext-link {
  text-transform: uppercase;
  display: table-cell;
  text-align: left;
  margin-right: 0;
  width: 1%;
  font-size: 16px;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
}
.header-bar--desktop .header-bar__mega-ext-link a {
  color: #3399d5;
  text-decoration: none;
}
.header-bar--desktop .header-bar__mega-ext-link a:hover {
  color: #b90b2e;
}
.header-bar--desktop .header-bar__mega-ctas {
  float: right;
  text-align: right;
  width: 75%;
}
.header-bar--desktop .header-bar__mega-groups {
  margin: 40px 0 0 0;
  padding: 0;
  width: 100%;
  padding-right: 30%;
  position: relative;
  left: 0.2em;
}
@media (max-width: 1000px) {
  .header-bar--desktop .header-bar__mega-groups {
    padding-right: 0;
  }
}
.header-bar--desktop .header-bar__mega-group {
  padding: 0 2.5% 0 0;
  vertical-align: top;
  display: inline-block;
  width: 33%;
  margin-left: -0.2em;
  margin-bottom: 40px;
}
.header-bar--desktop .header-bar__mega-group:last-child {
  padding: 0;
}
.header-bar--desktop .header-bar__mega-head a {
  text-decoration: none;
  color: #3399d5;
  font-weight: 400;
}
.header-bar--desktop .header-bar__mega-head a:hover {
  color: #b90b2e;
}
.header-bar--desktop .header-bar__mega-links {
  margin: 20px 0 0 0;
  padding: 0;
}
.header-bar--desktop .header-bar__mega-link {
  list-style-type: none;
}
.header-bar--desktop .header-bar__mega-link a {
  text-decoration: none;
  color: #3399d5;
}
.header-bar--desktop .header-bar__mega-link:hover a {
  color: #b90b2e;
}
.header-bar--desktop .header-bar__mega-button {
  padding: 10px 20px;
  margin-top: -80px;
}
.header-bar--desktop .header-bar__mega-button:last-child {
  margin-right: 0;
}
.header-bar--desktop .header-bar--desktop {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.header-bar--desktop .header-bar__link {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
}
.header-bar--desktop .header-bar__link:nth-child(1) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.header-bar--desktop .header-bar__link:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.header-bar--desktop .header-bar__link:nth-child(3) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.header-bar--desktop .header-bar__link:nth-child(4) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.header-bar--desktop .header-bar__link:nth-child(5) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.header-bar--desktop .header-bar__link:nth-child(6) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.header-bar--desktop .header-bar__link:nth-child(7) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.header-bar--desktop .header-bar__link:nth-child(8) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.header-bar--desktop .header-bar__link:nth-child(9) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.header-bar--desktop.js-in-view .header-bar__link {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.header-bar--desktop .header-bar__mega {
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  visibility: hidden;
}
.header-bar--desktop .header-bar__mega.st-open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: visible;
}
.header-bar--desktop .header-bar__mega-ext {
  opacity: 0;
  -webkit-transition: all 600ms 25ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 600ms 25ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(0.9, 0.5, 1);
          transform: scale3d(0.9, 0.5, 1);
}
.header-bar--desktop .header-bar__mega-group {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale3d(0.8, 0.4, 1);
          transform: scale3d(0.8, 0.4, 1);
}
.header-bar--desktop .header-bar__mega-group:nth-child(1) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.header-bar--desktop .header-bar__mega-group:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.header-bar--desktop .header-bar__mega-group:nth-child(3) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.header-bar--desktop .header-bar__mega-group:nth-child(4) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.header-bar--desktop .header-bar__mega-group:nth-child(5) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.header-bar--desktop .header-bar__mega-group:nth-child(6) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.header-bar--desktop .header-bar__mega-group:nth-child(7) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.header-bar--desktop .header-bar__mega-group:nth-child(8) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.header-bar--desktop .header-bar__mega-group:nth-child(9) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.header-bar--desktop .header-bar__mega.st-open .header-bar__mega-ext {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.header-bar--desktop .header-bar__mega.st-open .header-bar__mega-group {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

@media (min-width: 767px) {
  body {
    padding-top: 142px;
  }
  .header-bar--desktop {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .header-bar--desktop .header-bar__logo {
    -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .header-bar--desktop.js-scrolled {
    -webkit-transform: translate3d(0, -70px, 0);
            transform: translate3d(0, -70px, 0);
  }
  .header-bar--desktop.js-scrolled .header-bar__logo {
    -webkit-transform: scale3d(0.6, 0.6, 1);
            transform: scale3d(0.6, 0.6, 1);
  }
}

@media (max-width: 1100px) {
  .header-bar--desktop.js-scrolled .header-bar__search {
    display: none;
  }
}

/*
 * Mobile version
 */
.header-bar--mobile {
  position: fixed;
  visibility: hidden;
  z-index: 110;
  background-color: #f5f5f5;
  width: 320px;
  height: 100vh;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header-bar--mobile &gt; * {
  visibility: visible;
}
html.st-mobile-menu-open .header-bar--mobile {
  visibility: visible;
}
.header-bar--mobile .header-bar__mobile-close {
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 111;
}
.header-bar--mobile .header-bar__mobile-close svg {
  width: 14px;
  height: 14px;
}
.header-bar--mobile .header-bar__secondary {
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
  z-index: 104;
}
.header-bar--mobile .header-bar__secondary-wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
}
.header-bar--mobile .header-bar__secondary-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.header-bar--mobile .header-bar__secondary-wrapper .ghost-center__child {
  display: inline-block;
  vertical-align: middle;
}
.header-bar--mobile .header-bar__secondary-links {
  margin: 0;
  padding: 0 0 10px 0;
  display: block;
  vertical-align: middle;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}
.header-bar--mobile .header-bar__secondary-link {
  list-style-type: none;
  display: block;
  margin: 0 0 5px 20px;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 13px;
}
.header-bar--mobile .header-bar__secondary-link a {
  color: #3399d5;
  text-decoration: none;
}
.header-bar--mobile .header-bar__secondary-link a:hover {
  color: #b90b2e;
}
.header-bar--mobile .header-bar__logo {
  display: none;
}
.header-bar--mobile .header-bar__links {
  margin: 0;
  padding: 0;
}
.header-bar--mobile .header-bar__link {
  cursor: pointer;
  border-bottom: 1px solid #e2e2e2;
  padding: 0;
  margin: 0;
}
.header-bar--mobile .header-bar__link &gt; a {
  display: block;
  padding: 20px;
  color: #3399d5;
  text-decoration: none;
  position: relative;
}
.header-bar--mobile .header-bar__link.st-has-children &gt; a:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat center;
  background-image: url("data:image/svg+xml;utf8,&lt;svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 92.869 49.68\" style=\"enable-background:new 0 0 92.869 49.68; fill:rgba(51,153,213,1);\" xml:space=\"preserve\"&gt; &lt;g&gt; &lt;g&gt; &lt;path d=\"M0.948,48.719C2.229,50,4.311,50,5.589,48.719L46.39,7.84l40.878,40.879c1.282,1.281,3.364,1.281,4.641,0 c1.281-1.277,1.281-3.359,0-4.641L48.792,0.961C48.151,0.321,47.35,0,46.472,0c-0.801,0-1.68,0.321-2.321,0.961L1.03,44.078 C-0.329,45.36-0.329,47.442,0.948,48.719L0.948,48.719z M0.948,48.719\"/&gt; &lt;/g&gt; &lt;/g&gt; &lt;/svg&gt;");
  right: 20px;
  top: 20px;
  text-transform: uppercase;
  font-size: 11px;
  color: #3399d5;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.header-bar--mobile .header-bar__link.st-has-children.st-active &gt; a:after {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}
.header-bar--mobile .header-bar__mega {
  background-color: #e2e2e2;
  visibility: none;
  overflow: hidden;
  height: 0;
}
.header-bar--mobile .header-bar__link.st-active .header-bar__mega {
  visibility: visible;
  height: auto;
}
.header-bar--mobile .header-bar__mega-ext {
  background-color: #f5f5f5;
  padding-bottom: 20px;
  position: relative;
}
.header-bar--mobile .header-bar__mega-ext:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 160px 0 160px;
  border-color: #f5f5f5 transparent transparent transparent;
}
.header-bar--mobile .header-bar__mega-ext-links {
  margin: 0;
  padding: 20px;
}
.header-bar--mobile .header-bar__mega-ext-link {
  list-style-type: none;
}
.header-bar--mobile .header-bar__mega-ext-link a {
  text-decoration: none;
  color: #3399d5;
}
.header-bar--mobile .header-bar__mega-ctas {
  padding: 0 20px;
}
.header-bar--mobile .header-bar__mega-button {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}
.header-bar--mobile .header-bar__mega-groups {
  margin: 0;
  padding: 0;
  padding: 20px;
}
.header-bar--mobile .header-bar__mega-group {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.header-bar--mobile .header-bar__mega-head a {
  color: #3399d5;
  font-weight: 400;
  text-decoration: none;
}
.header-bar--mobile .header-bar__mega-links {
  padding: 0;
  margin: 10px 0 0 0;
}
.header-bar--mobile .header-bar__mega-link {
  margin: 8px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.header-bar--mobile .header-bar__mega-link a {
  color: #3399d5;
  text-decoration: none;
}
.header-bar--mobile .header-bar__search {
  position: relative;
  height: 42px;
  width: calc(100% - 40px);
  margin: 20px 20px;
  right: 0;
  background-color: transparent;
}
.header-bar--mobile .header-bar__search.js-search-active {
  background-color: #ffffff;
}
.header-bar--mobile .header-bar__search-link {
  position: absolute;
  z-index: 2;
  color: #b90b2e;
  text-transform: uppercase;
  font-size: 14px;
  top: 12px;
  left: 10px;
  border-right: 1px solid #b90b2e;
  padding-right: 20px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header-bar--mobile .header-bar__search-link svg {
  width: 18px;
  height: 18px;
  fill: #b90b2e;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.header-bar--mobile .header-bar__search-link:hover {
  color: #3399d5;
}
.header-bar--mobile .header-bar__search-link:hover svg {
  fill: #3399d5;
}
.header-bar--mobile form.header-bar__search-form {
  position: absolute;
  width: 100px;
  height: 100%;
  padding-left: 32px;
  top: 0;
  right: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header-bar--mobile form.header-bar__search-form:before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: 5px;
  width: 18px;
  height: 18px;
  fill: #b90b2e;
  z-index: 2;
  background-image: url("data:image/svg+xml;utf8,&lt;svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 409.51 409.602\" style=\"enable-background:new 0 0 409.51 409.602;\" xml:space=\"preserve\"&gt; &lt;g&gt; &lt;g&gt; &lt;path style=\"fill: %23B90B2E\" d=\"M405.969,388.711l-99.539-99.539c26.699-30.695,42.867-70.75,42.867-114.524C349.297,78.289,270.918,0,174.648,0 C78.289,0,0,78.379,0,174.648c0,96.27,78.379,174.649,174.648,174.649c43.774,0,83.829-16.168,114.524-42.867l99.539,99.539 c2.363,2.359,5.539,3.633,8.629,3.633c3.086,0,6.265-1.184,8.629-3.633C410.691,401.246,410.691,393.434,405.969,388.711 L405.969,388.711z M24.43,174.648c0-82.828,67.39-150.125,150.129-150.125c82.828,0,150.125,67.387,150.125,150.125 c0,82.739-67.297,150.215-150.125,150.215C91.82,324.863,24.43,257.477,24.43,174.648L24.43,174.648z M24.43,174.648\"/&gt; &lt;/g&gt; &lt;/g&gt; &lt;/svg&gt;");
}
.header-bar--mobile .header-bar__search-input {
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 14px;
  outline: 0;
  border: 0;
  z-index: 1;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  background-color: transparent;
}
.header-bar--mobile .header-bar__search-input::-webkit-input-placeholder {
  color: #b90b2e;
}
.header-bar--mobile .header-bar__search-input:-ms-input-placeholder {
  color: #b90b2e;
}
.header-bar--mobile .header-bar__search-input::placeholder {
  color: #b90b2e;
}
.header-bar--mobile .header-bar__search.js-search-active .header-bar__search-link {
  opacity: 0;
  visibility: hidden;
}
.header-bar--mobile .header-bar__search.js-search-active form.header-bar__search-form {
  width: 95%;
}
.header-bar--mobile .header-bar__link {
  opacity: 0;
  -webkit-transform: translate3d(-60%, 0, 0);
          transform: translate3d(-60%, 0, 0);
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header-bar--mobile .header-bar__link:nth-child(1) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.header-bar--mobile .header-bar__link:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.header-bar--mobile .header-bar__link:nth-child(3) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.header-bar--mobile .header-bar__link:nth-child(4) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.header-bar--mobile .header-bar__link:nth-child(5) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.header-bar--mobile .header-bar__link:nth-child(6) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.header-bar--mobile .header-bar__link:nth-child(7) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.header-bar--mobile .header-bar__link:nth-child(8) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.header-bar--mobile .header-bar__link:nth-child(9) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
html.st-mobile-menu-open .header-bar--mobile {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
html.st-mobile-menu-open .header-bar--mobile .header-bar__link {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.header-bar--mobile .header-bar__link {
  overflow: hidden;
}
.header-bar--mobile .header-bar__link .header-bar__mega-ext {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}
.header-bar--mobile .header-bar__link .header-bar__mega-group {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.header-bar--mobile .header-bar__link .header-bar__mega-group:nth-child(1) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.header-bar--mobile .header-bar__link .header-bar__mega-group:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.header-bar--mobile .header-bar__link .header-bar__mega-group:nth-child(3) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.header-bar--mobile .header-bar__link .header-bar__mega-group:nth-child(4) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.header-bar--mobile .header-bar__link .header-bar__mega-group:nth-child(5) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.header-bar--mobile .header-bar__link .header-bar__mega-group:nth-child(6) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.header-bar--mobile .header-bar__link .header-bar__mega-group:nth-child(7) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.header-bar--mobile .header-bar__link .header-bar__mega-group:nth-child(8) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.header-bar--mobile .header-bar__link .header-bar__mega-group:nth-child(9) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.header-bar--mobile .header-bar__link.st-active .header-bar__mega-ext {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.header-bar--mobile .header-bar__link.st-active .header-bar__mega-group {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}


.header-bar__mega-tree-desktop {
  width: 100%;
  margin-top: 40px;
  display: flex;
}
.header-bar__mega-tree-desktop a:hover {
  color: #b90b2e !important;
}
.header-bar__mega-tree-desktop .header-bar__mega-limbs,
.header-bar__mega-tree-desktop .header-bar__mega-branches,
.header-bar__mega-tree-desktop .header-bar__mega-leaves {
  width: 28%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-right: 40px;
  padding-left: 40px;
}
.header-bar__mega-tree-desktop .header-bar__mega-leaves {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
.header-bar__mega-tree-desktop .header-bar__mega-leaves.st-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.header-bar__mega-tree-desktop .header-bar__mega-limbs.st-visible,
.header-bar__mega-tree-desktop .header-bar__mega-branches.st-visible,
.header-bar__mega-tree-desktop .header-bar__mega-leaves.st-visible {
  border-right: 1px solid #bbbbbb;
}
.header-bar__mega-tree-desktop .header-bar__mega-limbs &gt; li.st-selected,
.header-bar__mega-tree-desktop .header-bar__mega-branches &gt; li.st-selected {
  position: relative;
}
.header-bar__mega-tree-desktop .header-bar__mega-limbs &gt; li.st-selected a,
.header-bar__mega-tree-desktop .header-bar__mega-branches &gt; li.st-selected a {
  color: #b90b2e;
}
.header-bar__mega-tree-desktop .header-bar__mega-limbs &gt; li.st-selected:after,
.header-bar__mega-tree-desktop .header-bar__mega-branches &gt; li.st-selected:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #bbbbbb;
  background-color: #f5f5f5;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: calc(100% + 31px);
          transform: rotateZ(45deg);
      -ms-transform: rotateZ(45deg);
     -moz-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
}
.header-bar__mega-tree-desktop .header-bar__mega-limbs {
  padding-left: 0;
}
.header-bar__mega-tree-desktop .header-bar__mega-descriptions {
  width: 16%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 30px;
}

.header-bar__mega-tree-desktop .header-bar__mega-descriptions &gt; strong {
  font-size: 14px;
}

.header-bar__mega-tree-desktop .header-bar__mega-leaves &gt; li {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
}
.header-bar__mega-tree-desktop .header-bar__mega-limbs [data-parent],
.header-bar__mega-tree-desktop .header-bar__mega-branches [data-parent],
.header-bar__mega-tree-desktop .header-bar__mega-leaves [data-parent],
.header-bar__mega-tree-desktop .header-bar__mega-descriptions [data-parent] {
  display: none;
}
.header-bar__mega-tree-desktop .header-bar__mega-limbs [data-parent].st-visible,
.header-bar__mega-tree-desktop .header-bar__mega-branches [data-parent].st-visible,
.header-bar__mega-tree-desktop .header-bar__mega-descriptions [data-parent].st-visible {
  display: block;
}
.header-bar__mega-tree-desktop .header-bar__mega-leaves [data-parent].st-visible {
  display: inline-block;
}

/* mobile menu tree */

.header-bar__mega-tree-mobile {
  display: block;
  margin-top: 30px;
  padding: 0 20px;
}
.header-bar__mega-tree-mobile ul {
  margin: 0;
  padding: 0;
}
.header-bar__mega-tree-mobile li {
  position: relative;
}
.header-bar__mega-tree-mobile li &gt; a {
  width: calc(100% - 60px) !important;
}
.header-bar__mega-tree-mobile .header-bar__tree-expand {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat center;
  background-image: url("data:image/svg+xml;utf8,&lt;svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 92.869 49.68\" style=\"enable-background:new 0 0 92.869 49.68; fill:rgba(51,153,213,1);\" xml:space=\"preserve\"&gt; &lt;g&gt; &lt;g&gt; &lt;path d=\"M0.948,48.719C2.229,50,4.311,50,5.589,48.719L46.39,7.84l40.878,40.879c1.282,1.281,3.364,1.281,4.641,0 c1.281-1.277,1.281-3.359,0-4.641L48.792,0.961C48.151,0.321,47.35,0,46.472,0c-0.801,0-1.68,0.321-2.321,0.961L1.03,44.078 C-0.329,45.36-0.329,47.442,0.948,48.719L0.948,48.719z M0.948,48.719\"/&gt; &lt;/g&gt; &lt;/g&gt; &lt;/svg&gt;");
  right: 20px;
  top: 20px;
  text-transform: uppercase;
  font-size: 11px;
  color: #3399d5;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.header-bar__mega-tree-mobile .header-bar__mega-limbs {
  font-size: 14px;
}
.header-bar__mega-tree-mobile .header-bar__mega-limbs &gt; li &gt; a {
  font-weight: bold !important;
}
.header-bar__mega-tree-mobile .header-bar__mega-limbs li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 1px solid #cccccc;
}
.header-bar__mega-tree-mobile .header-bar__mega-limbs li &gt; a {
  display: block;
  position: relative;
  padding: 20px 0;
  width: 100%;
}

.header-bar__mega-tree-mobile .header-bar__mega-limbs li &gt; a:hover {
  color: #b90b2e;
}

.header-bar__mega-tree-mobile .header-bar__mega-limbs li:last-child {
  border-bottom: 0;
}
.header-bar__mega-tree-mobile .header-bar__mega-branches {
  margin-left: 10px;
}
.header-bar__mega-tree-mobile .header-bar__mega-branches li {
  border-bottom: 0;
}
.header-bar__mega-tree-mobile .header-bar__mega-branches &gt; li .header-bar__tree-expand {
  top: 0;
}
.header-bar__mega-tree-mobile .header-bar__mega-branches &gt; li &gt; a {
  padding-top: 0;
}
.header-bar__mega-tree-mobile .header-bar__mega-branches &gt; li &gt; a:after {
  top: 0;
  width: 16px;
  height: 16px;
}
.header-bar__mega-tree-mobile .header-bar__mega-leaves {
  margin-left: 10px;
  margin-bottom: 20px;
}
.header-bar__mega-tree-mobile .header-bar__mega-leaves li {
  font-size: 14px;
}
.header-bar__mega-tree-mobile .header-bar__mega-leaves li a {
  padding: 5px 0;
}
.header-bar__mega-tree-mobile .header-bar__mega-leaves li a:after {
  display: none;
}
.header-bar__mega-tree-mobile .header-bar__mega-limbs ul,
.header-bar__mega-tree-mobile .header-bar__mega-branches ul {
  display: none;
}
.header-bar__mega-tree-mobile .header-bar__mega-limbs &gt; li.st-open &gt; .header-bar__tree-expand,
.header-bar__mega-tree-mobile .header-bar__mega-branches &gt; li.st-open &gt; .header-bar__tree-expand {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}
.header-bar__mega-tree-mobile .header-bar__mega-limbs &gt; li.st-open &gt; ul,
.header-bar__mega-tree-mobile .header-bar__mega-branches &gt; li.st-open &gt; ul {
  display: block;
}




@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.hero {
  width: 100%;
  position: relative;
  z-index: 10;
}

.hero__wrapper {
  width: 100%;
  height: 500px;
}
@media (max-width: 767px) {
  .hero__wrapper {
    height: auto;
  }
}

.hero__items {
  height: 100%;
  width: 100%;
  position: relative;
}

.hero__item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #333333 no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.hero__item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.5px;
  width: 100%;
  padding-bottom: 2.4%;
  background-image: url(../images/hero-chev-white.svg);
  background-size: 100% 100%;
  z-index: 12;
}
.hero__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(226, 226, 226, 0.84);
  z-index: 10;
}
@media (max-width: 767px) {
  .hero__item {
    position: relative;
  }
  .hero__item:before {
    width: 100%;
  }
}

.hero__content {
  width: 100%;
  max-width: 1180px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}
@media (max-width: 1220px) {
  .hero__content {
    padding: 0 20px;
  }
}

.hero__content-container {
  height: 100%;
  width: 50%;
  padding: 2% 20px 2% 0;
  position: relative;
  z-index: 11;
}
@media (max-width: 1540px) {
  .hero__content-container {
    padding: 2% 20px 2% 0;
  }
}
@media (max-width: 767px) {
  .hero__content-container {
    padding: 15% 0 20%;
    width: 100%;
    text-align: center;
  }
}
.hero__content-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.5em;
}
.hero__content-center {
  display: inline-block;
  vertical-align: middle;
}
.hero__heading {
  color: #b90b2e;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-weight: 100;
  font-size: 60px;
  line-height: 110%;
}
@media (max-width: 767px) {
  .hero__heading {
    font-size: 42px;
  }
}
@media (max-width: 619px) {
  .hero__heading {
    font-size: 32px;
  }
}

.hero__sub {
  color: #595959;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  margin-top: 8%;
}
@media (max-width: 767px) {
  .hero__sub {
    font-size: 26px;
    margin-top: 3%;
  }
}
@media (max-width: 619px) {
  .hero__sub {
    font-size: 22px;
    margin-top: 8%;
  }
}

.hero__blurb {
  color: #595959;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 120%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .hero__blurb {
    font-size: 26px;
    margin-top: 20px;
    padding-right: 0;
  }
}
@media (max-width: 619px) {
  .hero__blurb {
    font-size: 22px;
    margin-top: 10px;
  }
}

.hero__blurb a {
  display: inline-block;
  position: relative;
  background-color: #3399d5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 32px;
  margin: 8px;
  overflow: hidden;
  transition: background 400ms cubic-bezier(0.230,  1.000, 0.320, 1.000);
}
.hero__blurb a:hover {
  color: #ffffff;
  background-color: #23527f;
}
.hero__desc {
  margin-top: 2.5%;
  color: #595959;
  line-height: 150%;
}
@media (max-width: 619px) {
  .hero__desc {
    margin-top: 5%;
  }
}

.hero--simple .hero__wrapper {
  height: 350px;
}
@media (max-width: 767px) {
  .hero--simple .hero__wrapper {
    height: auto;
  }
}

.hero--simple .hero__item:before {
  width: 100%;
  height: 60%;
  bottom: 0;
  top: auto;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(1%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.65)));
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 100%);
}

.hero--simple.hero--no-gradient .hero__item:before {
  display: none;
}

.hero--simple .hero__content {
  height: 100%;
}

.hero--simple .hero__content-container {
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 150px;
  position: relative;
  text-align: center;
}

.hero--simple .hero__heading {
  color: #ffffff;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .hero--simple .hero__heading {
    bottom: 50px;
  }
}

.hero--gray-chev .hero__item:after {
  background-image: url(../images/hero-chev-grey.svg);
}

.hero--home .hero__item:before {
  display: none;
}
@media (max-width: 767px) {
  .hero--home .hero__item:before {
    display: block;
  }
}

.hero__item--right .hero__content-container {
  margin-left: 50%;
  padding-left: 40px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .hero__item--right .hero__content-container {
    margin-left: 0;
  }
}

.hero__item--right:before {
  left: auto;
  right: 0;
}

.hero__slide-counter {
  position: absolute;
  display: inline-block;
  z-index: 20;
  top: 44%;
  right: 40px;
}
@media (max-width: 767px) {
  .hero__slide-counter {
    top: 20%;
  }
}
@media (max-width: 619px) {
  .hero__slide-counter {
    display: none;
  }
}

.hero__slide-count {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100%;
  margin-bottom: 10px;
}
.hero__slide-count:last-child {
  margin-bottom: 0;
}
.hero__slide-count.js-active-slide {
  background-color: transparent;
}

.hero__item.js-slide {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 800ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 800ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: opacity 800ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 800ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: opacity 800ms cubic-bezier(0.23, 1, 0.32, 1), transform 800ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: opacity 800ms cubic-bezier(0.23, 1, 0.32, 1), transform 800ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 800ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  .hero__item.js-slide {
    height: 0;
  }
}
.hero__item.js-slide.js-active-slide {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  .hero__item.js-slide.js-active-slide {
    height: auto;
  }
}

.hero__item {
  visibility: hidden;
}
.hero.js-in-view.js-init .hero__item {
  visibility: visible;
}
.hero__item:after {
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
          transition:         transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
          transition:         transform 600ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
}
.hero.js-in-view.js-init .hero__item:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.hero-subtitle__wrapper {
  padding: 65px 0 50px;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 920px) {
  .hero-subtitle__wrapper {
    padding: 65px 20px 50px;
  }
}
@media (max-width: 619px) {
  .hero-subtitle__wrapper p {
    font-size: 15px;
  }
}
.hero-subtitle__wrapper p span {
  display: block;
}
@media (max-width: 880px) {
  .hero-subtitle__wrapper p span {
    display: inline;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.icon-points__item {
  margin-bottom: 20px;
}
.icon-points__item:before,
.icon-points__item:after {
  content: "";
  display: table;
}
.icon-points__item:after {
  clear: both;
}
.icon-points__item:last-child {
  margin-bottom: 0;
}

.icon-points__icon {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  background-color: #e2e2e2;
  border-radius: 100%;
  position: relative;
  top: -7px;
}
.icon-points__item:nth-child(4n-3) .icon-points__icon {
  background-color: #3399d5;
}
.icon-points__item:nth-child(4n-2) .icon-points__icon {
  background-color: #f69e1d;
}
.icon-points__item:nth-child(4n-1) .icon-points__icon {
  background-color: #56ba64;
}
.icon-points__item:nth-child(4n) .icon-points__icon {
  background-color: #b90b2e;
}
.icon-points__icon svg {
  fill: #ffffff;
  width: 42px;
  height: 42px;
  position: absolute;
  left: calc(50% - 21px);
  top: calc(50% - 21px);
}

.icon-points__content {
  width: calc(100% - 60px);
  float: left;
  padding-left: 15px;
}

.icon-points__title {
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}

.icon-points__desc {
  font-size: 14px;
  font-weight: 100;
  line-height: 150%;
}

.icon-points__item {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale3d(1, 0.8, 1);
          transform: scale3d(1, 0.8, 1);
}
.icon-points__item:nth-child(1) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.icon-points__item:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.icon-points__item:nth-child(3) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.icon-points__item:nth-child(4) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.icon-points__item:nth-child(5) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.icon-points__item:nth-child(6) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.icon-points__item:nth-child(7) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.icon-points__item:nth-child(8) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.icon-points__item:nth-child(9) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.icon-points.js-in-view .icon-points__item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.image-points {
  padding: 40px 0;
}

.image-points__wrapper {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.image-points__wrapper:before,
.image-points__wrapper:after {
  content: "";
  display: table;
}
.image-points__wrapper:after {
  clear: both;
}
@media (max-width: 1220px) {
  .image-points__wrapper {
    max-width: 1180px;
    padding: 0 20px;
  }
}

.image-points__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
@media (max-width: 1220px) {
  .image-points__image {
    right: 20px;
  }
}
@media (max-width: 1000px) {
  .image-points__image {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .image-points__image {
    position: relative;
    width: 100%;
    height: 250px;
    right: 0;
  }
}

.image-points__content {
  width: 50%;
  float: left;
  padding: 0 60px;
  padding-right: 5%;
  margin-right: 50%;
}
@media (max-width: 1220px) {
  .image-points__content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .image-points__content {
    position: relative;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}

.image-points__heading {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 0;
}

.image-points__content &gt; * {
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}
.image-points__content &gt; *:nth-child(1) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.image-points__content &gt; *:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.image-points__content &gt; *:nth-child(3) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.image-points__content &gt; *:nth-child(4) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.image-points__content &gt; *:nth-child(5) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.image-points__content &gt; *:nth-child(6) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.image-points__content &gt; *:nth-child(7) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.image-points__content &gt; *:nth-child(8) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.image-points__content &gt; *:nth-child(9) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.image-points__content &gt; *:nth-child(10) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.image-points__content &gt; *:nth-child(11) {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}
.image-points.js-in-view .image-points__content &gt; * {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.image-points__image {
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}
.image-points.js-in-view .image-points__image {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.img-txt-bar {
  background-color: #efefef;
  margin-top: 40px;
}

.img-txt-bar__wrapper {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.img-txt-bar__wrapper:before,
.img-txt-bar__wrapper:after {
  content: "";
  display: table;
}
.img-txt-bar__wrapper:after {
  clear: both;
}

.img-txt-bar__image {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .img-txt-bar__image {
    position: relative;
    width: 100%;
    height: 250px;
  }
}

.img-txt-bar__text {
  width: 50%;
  float: left;
  padding: 60px;
  padding-right: 10%;
  margin-left: 50%;
}
@media (max-width: 767px) {
  .img-txt-bar__text {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
}

.img-txt-bar__header {
  font-size: 40px;
  margin-bottom: 20px;
}

.img-txt-bar__video-link svg {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
  margin-right: 10px;
  fill: #3399d5;
}

.img-txt-bar__video-link:hover svg {
  fill: #b90b2e;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.info-overview {
  padding: 40px 0;
}

.info-overview__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .info-overview__wrapper {
    padding: 0 20px;
  }
}

.info-overview__items {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .info-overview__items {
    display: block;
  }
}

.info-overview__item {
  display: table-cell;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.info-overview__item:after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  top: 15%;
  right: 0;
  background-color: #c2c2c2;
  position: absolute;
}
.info-overview__item:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  .info-overview__item {
    width: 100%;
    display: block;
  }
  .info-overview__item:after {
    display: none;
  }
}

.info-overview__number {
  font-size: 60px;
  color: #b90b2e;
  font-weight: 800;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  line-height: 100%;
  margin-bottom: 20px;
}

.info-overview__title {
  font-size: 24px;
  color: #000000;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  line-height: 130%;
}

.info-overview__link {
  display: block;
  margin-top: 20px;
}

.info-overview__item {
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}
.info-overview__item:nth-child(1) {
  -webkit-transition-delay: 80ms;
          transition-delay: 80ms;
}
.info-overview__item:nth-child(2) {
  -webkit-transition-delay: 160ms;
          transition-delay: 160ms;
}
.info-overview__item:nth-child(3) {
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}
.info-overview__item:nth-child(4) {
  -webkit-transition-delay: 320ms;
          transition-delay: 320ms;
}
.info-overview__item:nth-child(5) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.info-overview.js-in-view .info-overview__item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.job-post {
  padding: 40px 0;
}

.job-post__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
.job-post__wrapper:before,
.job-post__wrapper:after {
  content: "";
  display: table;
}
.job-post__wrapper:after {
  clear: both;
}
@media (max-width: 1220px) {
  .job-post__wrapper {
    padding: 0 20px;
  }
}

.job-post__content {
  width: calc(100% - 280px);
  float: left;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .job-post__content {
    width: 100%;
    float: none;
  }
}

.job-post__aside {
  width: 280px;
  float: left;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .job-post__aside {
    width: 100%;
    float: none;
  }
}

.job-post__aside-title {
  display: block;
  width: 100%;
  font-size: 24px;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  color: #b90b2e;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px;
}

.job-post__aside-desc {
  color: #000000;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.leadership__wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 20px;
}
@media (max-width: 1220px) {
  .leadership__wrapper {
    padding: 20px 20px 0;
  }
}

.leadership__article {
  padding: 40px 0;
}
.leadership__article:before,
.leadership__article:after {
  content: "";
  display: table;
}
.leadership__article:after {
  clear: both;
}
.leadership__article .decorative-span {
  position: relative;
  top: 40px;
  margin-top: 20px;
  display: block;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #c2c2c2;
  clear: left;
}
.leadership__article:last-of-type .decorative-span {
  display: none;
}

.leadership__photo {
  float: left;
  width: 270px;
  height: 270px;
  text-align: right;
  padding-top: 5px;
  background: #efefef no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .leadership__photo {
    text-align: left;
    margin-bottom: 10px;
  }
}

.leadership__body {
  width: calc(100% - 270px);
  padding-left: 53px;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  .leadership__body {
    width: 100%;
    padding-left: 0;
  }
}
.leadership__body h2 {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  color: #b90b2e;
  margin-bottom: 2px;
  font-weight: 500;
}
.leadership__body h3 {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 18px;
}

.leadership__info {
  margin-top: 14px;
}
.leadership__info p {
  line-height: 162%;
  margin-bottom: 28px;
}
@media (max-width: 619px) {
  .leadership__info p {
    font-size: 15px;
  }
}


/** Multi-tab leadership pages **/
.leadership-blocks {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.leadership-blocks .views-row {
  width: 21%;
  margin: 2%;
}

.leadership-blocks .views-row .grid-item {
  overflow: hidden;
}

.leadership-blocks .views-row .grid-item .leadership-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 1100px) {
  .leadership-blocks .views-row {
    width: 29.333%;
  }
}

@media (max-width: 767px) {
  .leadership-blocks .views-row {
    width: 46%;
  }
}

@media (max-width: 500px) {
  .leadership-blocks .views-row {
    width: 100%;
  }
}

.leadership-blocks .grid-item h3 {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 24px;
  color: #3399d5;
  margin-top: 24px;
  margin-bottom: 10px;
}

.leadership-blocks .grid-item h3:hover {
  color: #b90b2e;
}

.leadership-blocks .grid-item .title {
  font-family: "Open Sans Semibold", helvetica, arial, verdana, sans-serif;
  font-size: 16px;
  color: #595a5a;
  padding-bottom: 6px;
}

.leadership-blocks .em-views-row {
  display: flex;
  flex-direction: row;
}

.leadership-blocks .em-layout {
  display: flex;
  flex-direction: column;
}

.leadership-blocks .em-layout .image-column {
  margin-left: 2%;
}

.leadership-blocks .em-layout .text-column {
  padding-left: 8%;
  padding-right: 8%;
}

.leadership-blocks .em-layout .text-column .body {
  padding-bottom: 40px;
}

@media (max-width: 1100px) {
  .leadership-blocks .grid-item .title {
    padding-bottom: 16px;
  }

  .leadership-blocks .grid-item h3 {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .leadership-blocks .em-layout {
    height: 100%;
    width: 100%;
    overflow: scroll;
  }

  .leadership-blocks .em-views-row {
    flex-direction: column;
  }

  .leadership-blocks .em-layout .image-column {
    margin: 0 auto;
    margin-bottom: 30px;
  }


  .leadership-blocks .grid-item .title {
    padding-bottom: 20px;
  }

  .leadership-blocks .grid-item h3 {
    margin-top: 4px;
  }
}


.leadership-blocks .em-layout a.button {
  display: inline-block;
  position: relative;
  background-color: #b90b2e;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  padding: 9px 32px;
  margin: 8px;
  width: 100px;
  text-align: right;
  text-transform: uppercase;
  overflow: hidden;
  transition: background 400ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.leadership-blocks .em-layout a.button.right {
  margin-left: auto;
  padding-left: 40px;
}

.leadership-blocks .em-layout a.button.close {
  background-image: url("../images/letter-x-white.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
}


.leadership-blocks .em-layout .text-column h3 {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #b90b2e;
  margin-top: 0;
  margin-bottom: 10px;
}

.leadership-blocks .em-layout .text-column h4 {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #666666;
  margin-top: 0;
  margin-bottom: 20px;
}

.leadership-blocks .em-layout .text-column h4 {
}

.leadership-blocks .em-layout .text-column p {
  line-height: 170%;
  padding-bottom: 10px;
}


@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

[lightbox-image] {
  cursor: pointer;
}

.lightbox-image {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.lightbox-image__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
}
.lightbox-image__wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lightbox-image__wrapper .lightbox-image__box {
  display: inline-block;
  vertical-align: middle;
}
.lightbox-image__box {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 800px;
  background-color: #ffffff;
  padding: 10px;
}
.lightbox-image__display {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  background: #333333 no-repeat center;
  background-size: contain;
}
.lightbox-image__close {
  position: absolute;
  display: inline-block;
  top: -40px;
  text-align: center;
  right: 0;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
}
.lightbox-image__close svg {
  display: none;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  fill: #ffffff;
  margin-right: 10px;
  margin-top: -1px;
}
.lightbox-image__close:hover {
  color: #3399d5;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

[lightbox-player] {
  cursor: pointer;
}

.lightbox-player {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.lightbox-player__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
}
.lightbox-player__wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lightbox-player__wrapper .lightbox-player__box {
  display: inline-block;
  vertical-align: middle;
}
.lightbox-player__box {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 800px;
  background-color: #ffffff;
  padding: 10px;
}
.lightbox-player__display {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  background-color: #333333;
}
.lightbox-player__display &gt; iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lightbox-player__download {
  position: absolute;
  display: inline-block;
  top: -40px;
  text-align: center;
  left: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  color: white;
}
.lightbox-player__download a {
  color: #fff;
}
.lightbox-player__close {
  position: absolute;
  display: inline-block;
  top: -40px;
  text-align: center;
  right: 0;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
}
.lightbox-player__close svg {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  fill: #ffffff;
  margin-right: 10px;
  margin-top: -1px;
}
.lightbox-player__close:hover {
  color: #3399d5;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.map-info {
  padding: 40px 0;
}

.map-info__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
.map-info__wrapper:before,
.map-info__wrapper:after {
  content: "";
  display: table;
}
.map-info__wrapper:after {
  clear: both;
}
@media (max-width: 1220px) {
  .map-info__wrapper {
    padding: 0 20px;
  }
}

.map-info__map {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.map-info__map img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .map-info__map {
    width: 100%;
    float: none;
    padding: 0;
  }
}

.map-info__content {
  width: 50%;
  float: left;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .map-info__content {
    margin-top: 40px;
    width: 100%;
    float: none;
    padding: 0;
  }
}

.map-info__desc {
  margin-bottom: 40px;
}

.map-info__heading {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 20px;
  margin-top: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
}

.map-info__list {
  margin-left: 0;
  padding-left: 12px;
  display: block;
  position: relative;
  margin-top: 0;
}
@media (max-width: 619px) {
  .map-info__list {
    display: block;
    text-align: left;
  }
}
.map-info__list li {
  list-style-type: none;
  position: relative;
  line-height: 150%;
  margin-bottom: 8px;
}
.map-info__list li:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  left: -12px;
  top: 10px;
  border-radius: 100%;
  background-color: #595959;
}

.map-info__map {
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}
.map-info.js-in-view .map-info__map {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.map-info__content {
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}
.map-info.js-in-view .map-info__content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.media-coverage__wrapper {
  max-width: 1190px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 33vh;
  margin-top: 70px;
}
.media-coverage__wrapper:before,
.media-coverage__wrapper:after {
  content: "";
  display: table;
}
.media-coverage__wrapper:after {
  clear: both;
}
@media (max-width: 1230px) {
  .media-coverage__wrapper {
    padding: 0 20px;
  }
}
.media-coverage__wrapper .more-button__wrapper {
  text-align: center;
  margin-top: 45px;
}
.media-coverage__wrapper .more-button__wrapper a {
  width: 270px;
  height: 52px;
}
.media-coverage__wrapper .more-button__wrapper a span {
  top: 7px;
}

.media-coverage__main {
  float: left;
  width: calc(100% - 310px);
}
@media (max-width: 767px) {
  .media-coverage__main {
    width: 100%;
    float: none;
  }
}

.media-coverage__aside {
  float: left;
  width: 310px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .media-coverage__aside {
    padding-left: 0;
    padding-top: 50px;
    width: 100%;
    float: none;
  }
}

.media-coverage__items {
  margin-top: 10px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.minimal-teaser__link {
  display: inline-block;
  position: relative;
  background-color: #3399d5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 32px;
  margin: 8px;
  overflow: hidden;
  -webkit-transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.minimal-teaser__link span {
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.minimal-teaser__link svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: -15px;
  fill: #ffffff;
}
.minimal-teaser__link:hover {
  color: #ffffff;
  background-color: #23527f;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.minimal-teaser {
  background-image: url("../images/blue-angles2.jpg");
  background-size: cover;
}

.minimal-teaser__wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 60px 0;
}
@media (max-width: 1040px) {
  .minimal-teaser__wrapper {
    padding: 60px 20px;
  }
}
.minimal-teaser__wrapper:before,
.minimal-teaser__wrapper:after {
  content: "";
  display: table;
}
.minimal-teaser__wrapper:after {
  clear: both;
}

.minimal-teaser__image {
  display: inline-block;
  margin-left: -0.2em;
  width: 24%;
  padding-bottom: 24%;
  background: no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .minimal-teaser__image {
    width: 40%;
    padding-bottom: 40%;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 419px) {
  .minimal-teaser__image {
    width: 60%;
    padding-bottom: 60%;
  }
}

.minimal-teaser__content {
  display: inline-block;
  width: 76%;
  color: #ffffff;
  margin-left: -0.2em;
  vertical-align: middle;
  padding-left: 60px;
  position: relative;
  top: 10px;
}
@media (max-width: 767px) {
  .minimal-teaser__content {
    width: 100%;
    margin-left: 0;
    display: block;
    padding-left: 0;
    text-align: center;
    margin-top: 40px;
  }
}

.minimal-teaser__pre-heading {
  font-size: 26px;
}

.minimal-teaser__heading {
  font-size: 41px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  color: #ffffff;
}

.minimal-teaser__desc {
  text-decoration: none;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.minimal-teaser__link {
  margin-top: 20px;
  display: inline-block;
  background-color: #b90b2e;
  text-transform: uppercase;
  padding: 10px 30px;
  margin-left: 0;
  padding-bottom: 11px;
}
.minimal-teaser__link:before,
.minimal-teaser__link:after {
  background-color: #87001b;
}

.minimal-teaser--generic {
  overflow: hidden;
}
.minimal-teaser--generic .minimal-teaser__wrapper {
  padding: 40px 0;
}
@media (max-width: 1040px) {
  .minimal-teaser--generic .minimal-teaser__wrapper {
    padding: 40px 20px;
  }
}
.minimal-teaser--generic .minimal-teaser__wrapper:before,
.minimal-teaser--generic .minimal-teaser__wrapper:after {
  content: "";
  display: table;
}
.minimal-teaser--generic .minimal-teaser__wrapper:after {
  clear: both;
}
.minimal-teaser--generic .minimal-teaser__graphic {
  width: 24%;
  height: calc(100% - 40px);
  top: 40px;
  background: white;
  position: absolute;
  -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.4);
}
.minimal-teaser--generic .minimal-teaser__graphic img {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 10%;
}
.minimal-teaser--generic .minimal-teaser__graphic div {
  margin-top: 15%;
}
.minimal-teaser--generic .minimal-teaser__graphic div:before,
.minimal-teaser--generic .minimal-teaser__graphic div:after {
  content: "";
  display: block;
  width: 60%;
  height: 5px;
  margin: 0 auto;
  margin-top: 5%;
  background-color: #e2e2e2;
}
@media (max-width: 767px) {
  .minimal-teaser--generic .minimal-teaser__graphic {
    display: none;
  }
}
.minimal-teaser--generic .minimal-teaser__content {
  display: block;
  width: 76%;
  margin-left: 24%;
}
@media (max-width: 767px) {
  .minimal-teaser--generic .minimal-teaser__content {
    width: 100%;
    margin-left: 0;
  }
}
.minimal-teaser--generic .minimal-teaser__pre-heading {
  font-size: 20px;
  text-transform: uppercase;
}
.minimal-teaser--generic .minimal-teaser__heading {
  font-size: 34px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.minimal-teaser--generic .minimal-teaser__link {
  margin-top: 10px;
}

.minimal-teaser__content {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(0, 20%, 0);
          transform: translate3d(0, 20%, 0);
}
.\minimal-teaser.js-in-view .minimal-teaser__content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  padding-left: 0.5em;
  display: none;
}
.modal.js-open {
  display: block;
}

.modal__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
}
.modal__wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.modal__wrapper .modal__container {
  display: inline-block;
  vertical-align: middle;
}
.modal__wrapper:before {
  margin-left: -1em;
}

.modal__title {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.modal__container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px;
  background-color: #ffffff;
  padding: 10px;
  padding: 40px;
  text-align: left;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.modal__close svg {
  width: 100%;
  height: 100%;
}

.news-landing__list-title-link svg,
.news-landing__teaser-link svg {
  display: inline-block;
  width: 10px;
  height: 10px;
  fill: #3399d5;
  margin-left: 5px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.news-landing__list-title-link:hover svg,
.news-landing__teaser-link:hover svg {
  fill: #b90b2e;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.news-landing__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .news-landing__wrapper {
    padding: 0 20px;
  }
}

.news-landing__top {
  padding: 60px 0;
}

.news-landing__lists {
  width: calc(100% + 100px);
  margin-left: -50px;
}
.news-landing__lists:before,
.news-landing__lists:after {
  content: "";
  display: table;
}
.news-landing__lists:after {
  clear: both;
}

.news-landing__list {
  padding: 20px 50px;
  width: 33.3333%;
  float: left;
  position: relative;
}
@media (max-width: 1200px) {
  .news-landing__list {
    width: 100%;
  }
}

.news-landing__list-title {
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-weight: 100;
  font-size: 30px;
  display: block;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px;
}

.news-landing__list-title-link {
  position: absolute;
  top: 38px;
  right: 50px;
}
@media (max-width: 480px) {
  .news-landing__list {
    font-size: 14px;
  }
}

.news-landing__list-item {
  margin-bottom: 40px;
}
.news-landing__list-item p + a {
  display: block;
  margin-top: -12px;
  font-weight: 600;
}

.news-landing__bottom {
  position: relative;
  padding: 40px 0;
  background-color: #efefef;
}
.news-landing__bottom:before {
  content: "";
  position: absolute;
  left: calc(50% - 13px);
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 13px 0 13px;
  border-color: #ffffff transparent transparent transparent;
}

.news-landing__teasers {
  width: calc(100% + 80px);
  margin-left: -40px;
}
.news-landing__teasers:before,
.news-landing__teasers:after {
  content: "";
  display: table;
}
.news-landing__teasers:after {
  clear: both;
}

.news-landing__teaser {
  padding: 40px;
  width: 33.333%;
  float: left;
}
.teaser-grid-four .news-landing__teaser {
  width: 25%;
}
@media (max-width: 1024px) {
  .teaser-grid-four .news-landing__teaser {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .news-landing__teaser {
    width: 100%;
  }
}

.news-landing__teaser-icon {
  position: relative;
  width: 116px;
  height: 116px;
  left: calc(50% - 58px);
  background-color: #ffffff;
  border-radius: 100%;
}
.news-landing__teaser-icon svg {
  position: absolute;
  width: 52px;
  height: 52px;
  left: calc(50% - 26px);
  top: calc(50% - 26px);
  fill: #b90b2e;
}

.news-landing__teaser-title {
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  line-height: normal;
}

.news-landing__teaser-desc {
  margin-top: 20px;
  text-align: center;
  line-height: 140%;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-size: 15px;
  font-weight: 100;
}

.news-landing__teaser-link {
  text-align: center;
  display: block;
  margin-top: 20px;
  padding-top: 10px;
  position: relative;
}
.news-landing__teaser-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 110px;
  height: 1px;
  left: calc(50% - 55px);
  background-color: #c2c2c2;
}

/*.news-landing__list, .news-landing__teaser {
  -webkit-transition: opacity 600ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 600ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 600ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 600ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 600ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 600ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 600ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 600ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 600ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0; }
  .news-landing__list:nth-child(3n-2), .news-landing__teaser:nth-child(3n-2) {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }
  .news-landing__list:nth-child(3n-1), .news-landing__teaser:nth-child(3n-1) {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  .news-landing__list:nth-child(3n-0), .news-landing__teaser:nth-child(3n-0) {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0); }
  .news-landing__list:nth-child(6n-1), .news-landing__teaser:nth-child(6n-1) {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  .news-landing.js-in-view .news-landing__list, .news-landing.js-in-view .news-landing__teaser {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }*/

.online-tools__title svg {
  display: inline-block;
  width: 10px;
  height: 10px;
  fill: #3399d5;
  margin-left: 5px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.online-tools__title:hover svg {
  fill: #b90b2e;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.online-tools__wrapper {
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 920px) {
  .online-tools__wrapper {
    padding: 20px;
  }
}

.online-tools__article {
  border-bottom: 1px solid #c2c2c2;
  padding: 20px 0;
  margin: 0 25px;
}
@media (max-width: 767px) {
  .online-tools__article {
    margin: 0;
  }
}

.online-tools__title h2 {
  color: #3399d5;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  width: auto;
}

.online-tools__title svg {
  display: inline-block;
  fill: #3399d5;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.online-tools__title:hover h2 {
  color: #a41e23;
}

.online-tools__title:hover svg {
  fill: #a41e23;
}

.online-tools__info p {
  font-style: italic;
  font-size: 15px;
  margin-bottom: 0;
}

.order-info__aside-button {
  display: inline-block;
  position: relative;
  background-color: #3399d5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 32px;
  margin: 8px;
  overflow: hidden;
  -webkit-transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.order-info__aside-button span {
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.order-info__aside-button svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: -15px;
  fill: #ffffff;
}
.order-info__aside-button:hover {
  color: #ffffff;
  background-color: #23527f;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.order-info__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .order-info__wrapper {
    padding: 0 20px;
  }
}
.order-info__wrapper:before,
.order-info__wrapper:after {
  content: "";
  display: table;
}
.order-info__wrapper:after {
  clear: both;
}

.order-info__aside {
  width: 320px;
  float: left;
  padding-right: 40px;
  padding-top: 66px;
}
@media (max-width: 767px) {
  .order-info__aside {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.order-info__main {
  width: calc(100% - 320px);
  float: left;
}
@media (max-width: 767px) {
  .order-info__main {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.order-info__aside-title {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  line-height: 140%;
  color: #000000;
  font-size: 20px;
}

.order-info__aside-button {
  margin-left: 0;
}

.order-info__heading {
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.order-info__items {
  width: 100%;
}

.order-info__item {
  border: 1px solid #c2c2c2;
  padding: 30px;
  margin-bottom: 20px;
}
.order-info__item:last-child {
  margin-bottom: 0;
}

.order-info__image {
  width: 120px;
  height: auto;
  margin: 0 40px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 900px) {
  .order-info__image {
    margin: 0;
  }
}

.order-info__content {
  display: inline-block;
  vertical-align: top;
  margin-left: -0.2em;
  width: calc(100% - 220px);
  padding-left: 20px;
}
@media (max-width: 900px) {
  .order-info__content {
    margin-top: 20px;
    width: 100%;
    padding: 0;
  }
}

.order-info__sup {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #b90b2e;
  margin-bottom: 10px;
}

.order-info__title,
.order-info__desc h3 {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 140%;
  color: #595959;
}

.order-info__sub,
.order-info__desc h4 {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
  color: #595959;
}

.order-info__desc ul {
  margin-left: 0;
  padding-left: 14px;
  margin-bottom: 0;
}
.order-info__desc ul li {
  list-style-type: none;
  position: relative;
  line-height: 150%;
  margin-bottom: 8px;
}
.order-info__desc ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  left: -12px;
  top: 10px;
  border-radius: 100%;
  background-color: #595959;
}

.order-info__item {
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}
.order-info__item:nth-child(1) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.order-info__item:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.order-info__item:nth-child(3) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.order-info__item:nth-child(4) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.order-info__item:nth-child(5) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.order-info__item:nth-child(6) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.order-info__item:nth-child(7) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.order-info__item:nth-child(8) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.order-info__item:nth-child(9) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.order-info__item:nth-child(10) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.order-info__item:nth-child(11) {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}
.order-info__item:nth-child(12) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.order-info__item:nth-child(13) {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}
.order-info__item:nth-child(14) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.order-info__item:nth-child(15) {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}
.order-info__item:nth-child(16) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.order-info__item:nth-child(17) {
  -webkit-transition-delay: 850ms;
          transition-delay: 850ms;
}
.order-info__item:nth-child(18) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.order-info__item:nth-child(19) {
  -webkit-transition-delay: 950ms;
          transition-delay: 950ms;
}
.order-info.js-in-view .order-info__item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.press-kit__button {
  display: inline-block;
  position: relative;
  background-color: #3399d5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 32px;
  margin: 8px;
  overflow: hidden;
  -webkit-transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.press-kit__button span {
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.press-kit__button svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: -15px;
  fill: #ffffff;
}
.press-kit__button:hover {
  color: #ffffff;
  background-color: #23527f;
}

.press-kit__section-link svg {
  display: inline-block;
  width: 10px;
  height: 10px;
  fill: #3399d5;
  margin-left: 5px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.press-kit__section-link:hover svg {
  fill: #b90b2e;
}

.press-kit__button {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  background-color: #3399d5;
  color: #ffffff;
  padding: 10px 14px;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
}
.press-kit__button span {
  display: block;
}
.press-kit__button span:nth-child(2) {
  font-size: 12px;
}
.press-kit__button:hover {
  color: #ffffff;
}
.press-kit__button div:last-child {
  position: absolute;
  width: 58px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  border-left: 1px solid #ffffff;
}
.press-kit__button div:last-child svg {
  position: absolute;
  width: 28px;
  height: 28px;
  margin-left: 0;
  left: calc(50% - 14px);
  top: calc(50% - 17px);
  fill: #ffffff;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.press-kit {
  padding: 40px 0;
}
.press-kit:nth-child(odd) {
  background-color: #efefef;
}

.press-kit__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .press-kit__wrapper {
    padding: 0 20px;
  }
}

.press-kit__heading {
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.press-kit__sections {
  display: table;
  table-layout: fixed;
  width: calc(100% + 70px);
  margin-left: -35px;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .press-kit__sections {
    display: block;
  }
}

.press-kit__section {
  display: table-cell;
  width: 1%;
  position: relative;
  padding: 0 35px 80px 35px;
}
@media (max-width: 1100px) {
  .press-kit__section {
    display: inline-block;
    width: 50%;
    margin-left: -0.2em;
    vertical-align: top;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .press-kit__section {
    width: 100%;
    margin-left: 0;
    display: block;
  }
}

.press-kit__title {
  display: block;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.press-kit__description {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-style: italic;
  font-size: 14px;
}

.press-kit__button {
  width: calc(100% - 70px);
  left: 35px;
}

.press-kit__section--links {
  padding-bottom: 0;
}

.press-kit__section-link {
  display: block;
  overflow: visible;
  position: relative;
  margin-bottom: 20px;
  width: 120px;
}
.press-kit__section-link svg {
  position: absolute;
  right: 0;
  top: 4px;
}
.press-kit__section-link:last-child {
  margin-bottom: 0;
}

.press-kit__note {
  display: block;
  position: relative;
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 0;
}

.press-kit__marker {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 150%;
}

.press-kit__section {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
}
.press-kit__section:nth-child(1) {
  -webkit-transition-delay: 40ms;
          transition-delay: 40ms;
}
.press-kit__section:nth-child(2) {
  -webkit-transition-delay: 80ms;
          transition-delay: 80ms;
}
.press-kit__section:nth-child(3) {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}
.press-kit__section:nth-child(4) {
  -webkit-transition-delay: 160ms;
          transition-delay: 160ms;
}
.press-kit__section:nth-child(5) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.press-kit__section:nth-child(6) {
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}
.press-kit__section:nth-child(7) {
  -webkit-transition-delay: 280ms;
          transition-delay: 280ms;
}
.press-kit__section:nth-child(8) {
  -webkit-transition-delay: 320ms;
          transition-delay: 320ms;
}
.press-kit__section:nth-child(9) {
  -webkit-transition-delay: 360ms;
          transition-delay: 360ms;
}
.press-kit__section:nth-child(10) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.press-kit__section:nth-child(11) {
  -webkit-transition-delay: 440ms;
          transition-delay: 440ms;
}
.press-kit__section:nth-child(12) {
  -webkit-transition-delay: 480ms;
          transition-delay: 480ms;
}
.press-kit__section:nth-child(13) {
  -webkit-transition-delay: 520ms;
          transition-delay: 520ms;
}
.press-kit__section:nth-child(14) {
  -webkit-transition-delay: 560ms;
          transition-delay: 560ms;
}
.press-kit__section:nth-child(15) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.press-kit__section:nth-child(16) {
  -webkit-transition-delay: 640ms;
          transition-delay: 640ms;
}
.press-kit__section:nth-child(17) {
  -webkit-transition-delay: 680ms;
          transition-delay: 680ms;
}
.press-kit__section:nth-child(18) {
  -webkit-transition-delay: 720ms;
          transition-delay: 720ms;
}
.press-kit__section:nth-child(19) {
  -webkit-transition-delay: 760ms;
          transition-delay: 760ms;
}
.press-kit__section:nth-child(20) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.press-kit__section:nth-child(21) {
  -webkit-transition-delay: 840ms;
          transition-delay: 840ms;
}
.press-kit__section:nth-child(22) {
  -webkit-transition-delay: 880ms;
          transition-delay: 880ms;
}
.press-kit__section:nth-child(23) {
  -webkit-transition-delay: 920ms;
          transition-delay: 920ms;
}
.press-kit.js-in-view .press-kit__section {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.press-release__wrapper {
  max-width: 1190px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 33vh;
  margin-top: 70px;
  padding-bottom: 25px;
}
.press-release__wrapper:before,
.press-release__wrapper:after {
  content: "";
  display: table;
}
.press-release__wrapper:after {
  clear: both;
}
@media (max-width: 1230px) {
  .press-release__wrapper {
    padding: 0 20px;
  }
}
.press-release__wrapper .more-button__wrapper {
  text-align: center;
  margin-top: 22px;
}
.press-release__wrapper .more-button__wrapper a {
  width: 270px;
  height: 52px;
}
.press-release__wrapper .more-button__wrapper a span {
  top: 7px;
}

.press-release__main {
  float: left;
  width: calc(100% - 310px);
}
@media (max-width: 767px) {
  .press-release__main {
    width: 100%;
    float: none;
  }
}

.press-release__aside {
  float: left;
  width: 310px;
  padding-top: 140px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .press-release__aside {
    padding-left: 0;
    padding-top: 50px;
    width: 100%;
    float: none;
  }
}

.press-release__items {
  margin-top: 10px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.pr-entry__date {
  vertical-align: top;
  text-align: left;
  padding-top: 2px;
}
.pr-entry__date span {
  width: 40px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 115%;
}
.pr-entry__date span:nth-of-type(1) {
  font-size: 18px;
}
.pr-entry__date span:nth-of-type(2) {
  font-size: 30px;
}
.pr-entry__date span:nth-of-type(3) {
  font-size: 14px;
}
@media (max-width: 767px) {
  .pr-entry__date {
    position: relative;
    text-align: left;
    width: auto !important;
  }
  .pr-entry__date span {
    display: inline-block !important;
    font-size: 14px !important;
    width: auto !important;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.pr-entry__wrapper {
  padding-top: 15px;
}
.pr-entry__wrapper:before,
.pr-entry__wrapper:after {
  content: "";
  display: table;
}
.pr-entry__wrapper:after {
  clear: both;
}

.pr-entry__date {
  width: 40px;
  float: left;
}

.pr-entry__body {
  width: calc(100% - 40px);
  padding-left: 30px;
  float: left;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .pr-entry__body {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .pr-entry__body {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.pr-entry__body img {
  margin-top: -5px;
  max-width: 100%;
  height: auto;
  padding-bottom: 35px;
}
.pr-entry__body p {
  line-height: 145%;
  margin-bottom: 25px;
}
@media (max-width: 619px) {
  .pr-entry__body p {
    font-size: 15px;
  }
}

.pr-entry__body-title {
  font-size: 24px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  color: black;
  font-weight: 400;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 1200px) {
  .pr-entry__body-title {
    padding-right: 0;
  }
}
@media (max-width: 619px) {
  .pr-entry__body-title {
    font-size: 22px;
  }
}

.pr-entry__download-link {
  font-size: 16px;
}
@media (max-width: 619px) {
  .pr-entry__download-link {
    font-size: 15px;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.pc-details__wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1240px) {
  .pc-details__wrapper {
    padding: 0 20px;
  }
}

.pc-details__title {
  text-align: center;
  max-width: 1000px;
  margin: 80px auto auto;
  margin-top: 80px;
}
.pc-details__title h2 {
  font-size: 32px;
  letter-spacing: 0.012em;
  margin-bottom: 25px;
}
@media (max-width: 619px) {
  .pc-details__title h2 {
    font-size: 30px;
  }
}
.pc-details__title span {
  display: block;
  line-height: 165%;
}
@media (max-width: 1070px) {
  .pc-details__title span {
    display: inline;
  }
}
@media (max-width: 619px) {
  .pc-details__title span {
    font-size: 15px;
  }
}

.pc-details__category-links {
  text-align: center;
  margin: 65px 0;
}
.pc-details__category-links h2 {
  margin-bottom: 28px;
}
.pc-details__category-links span {
  font-size: 22px;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
  padding-right: 5px;
}
@media (max-width: 619px) {
  .pc-details__category-links span {
    font-size: 20px;
  }
}
.pc-details__category-links a {
  font-size: 16px;
  font-weight: 600;
  padding: 0 24px 16px 24px;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 619px) {
  .pc-details__category-links a {
    display: block;
    padding: 10px 0;
    background-color: #c2c2c2;
    margin-bottom: 2px;
    font-size: 14px;
  }
  .pc-details__category-links a:hover {
    background-color: darkgray;
  }
}
.pc-details__category-links a:after {
  content: "";
  width: 1px;
  height: 17px;
  background-color: #c2c2c2;
  display: inline-block;
  position: relative;
  left: 24px;
  bottom: -2px;
}
@media (max-width: 619px) {
  .pc-details__category-links a:after {
    display: none;
  }
}
.pc-details__category-links a:first-of-type {
  padding-left: 0;
}
.pc-details__category-links a:last-of-type:after {
  display: none;
}

.pc-details__category {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 45px;
}

.pc-details__header {
  padding: 20px 25px 8px;
}
.pc-details__header:before,
.pc-details__header:after {
  content: "";
  display: table;
}
.pc-details__header:after {
  clear: both;
}
@media (max-width: 619px) {
  .pc-details__header {
    padding: 20px 0;
  }
}

.pc-details__header-img {
  float: left;
}
.pc-details__header-img img {
  width: 100px;
  height: auto;
}
@media (max-width: 619px) {
  .pc-details__header-img img {
    width: 80px;
  }
}
@media (max-width: 619px) {
  .pc-details__header-img {
    padding-right: 20px;
  }
}

.pc-details__header-title {
  width: calc(100% - 125px);
  float: left;
  padding: 38px 0 30px 20px;
}
@media (max-width: 767px) {
  .pc-details__header-title {
    width: 100%;
    float: none;
    display: inline;
    padding: 0;
  }
}
.pc-details__header-title h2 {
  font-size: 32px;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .pc-details__header-title h2 {
    height: 110px;
    padding: 20px 0 0 120px;
  }
}
@media (max-width: 619px) {
  .pc-details__header-title h2 {
    font-size: 30px;
    padding-left: 100px;
    padding-top: 0;
  }
}
.pc-details__header-title p {
  padding-left: 2px;
  margin-bottom: 20px;
}
@media (max-width: 619px) {
  .pc-details__header-title p {
    font-size: 15px;
  }
}
.pc-details__header-title ul,
.pc-details__subtitle ul {
  margin-left: 12px;
  font-weight: 600;
  text-align: left;
}
.pc-details__subtitle ul {
  font-weight: 400;
}
@media (max-width: 619px) {
  .pc-details__header-title ul,
  .pc-details__subtitle ul {
    margin-left: 0;
    padding-left: 20px;
  }
}
.pc-details__header-title li {
  list-style: none;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 619px) {
  .pc-details__header-title li {
    line-height: 120%;
    font-size: 15px;
  }
}
.pc-details__header-title li:first-of-type {
  padding-top: 15px;
}
.pc-details__header-title li:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  left: -8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: black;
}

.pc-details table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  .pc-details table {
    border: none;
  }
}
@media (max-width: 767px) {
  .pc-details table tbody td {
    position: relative;
  }
}
@media (max-width: 767px) {
  .pc-details table tbody td:before {
    content: attr(data-label);
    display: inline-block;
    position: absolute;
    left: 0;
    padding-left: 10px;
    width: 40%;
    text-align: left;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 600;
    white-space: pre-line;
  }
  .pc-details table tbody td:before span {
    font-weight: 200;
  }
}
@media (max-width: 619px) {
  .pc-details table tbody td:before {
    font-size: 15px;
    width: 50%;
  }
}

.pc-details thead {
  background-color: #efefef;
}
@media (max-width: 767px) {
  .pc-details thead {
    display: none;
  }
}

.pc-details th {
  text-align: left;
  width: auto;
  height: 83px;
  padding-top: 32px;
  vertical-align: top;
  font-weight: 600;
}
.pc-details th span {
  display: block;
  font-weight: 400;
  font-size: 12px;
}

@media (max-width: 767px) {
  .pc-details tbody td &gt; span {
    position: relative;
    top: 20px;
    display: block;
    height: 100%;
    width: 60%;
    margin-left: 40%;
    text-align: left;
  }
}

@media (max-width: 619px) {
  .pc-details tbody td &gt; span {
    width: 50%;
    margin-left: 50%;
  }
}

@media (max-width: 619px) {
  .pc-details tbody td {
    text-align: center;
  }
}

.pc-details tbody tr {
  border-bottom: 1px solid #c2c2c2;
}
.pc-details tbody tr:last-of-type {
  border-bottom: none;
}
@media (max-width: 767px) {
  .pc-details tbody tr {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
}
.pc-details tbody tr:first-of-type td {
  width: 100%;
}
@media (max-width: 767px) {
  .pc-details tbody tr:first-of-type {
    border-top: 1px solid #c2c2c2;
    width: 100%;
  }
}

.pc-details tbody span {
  display: block;
  width: 100%;
  line-height: 150%;
}

.pc-details tbody [data-attr="temp"] {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .pc-details tbody [data-attr="temp"] {
    padding-top: 0;
  }
}

.pc-details tbody [data-attr="device"] {
  color: #3399d5;
}

.pc-details [data-attr="device"] {
  width: 11.5%;
  text-align: center;
}
@media (max-width: 767px) {
  .pc-details [data-attr="device"] {
    width: auto;
  }
  .pc-details [data-attr="device"]:before {
    color: #595959;
  }
}
@media (max-width: 619px) {
  .pc-details [data-attr="device"] {
    text-align: center;
  }
}

.pc-details [data-attr="datasheet"] {
  width: 11.5%;
}
@media (max-width: 767px) {
  .pc-details [data-attr="datasheet"] {
    width: auto;
  }
  .pc-details [data-attr="datasheet"] a {
    display: inline-block;
    width: 60%;
    margin-left: 40%;
    text-align: left;
    height: 100%;
    outline: none;
    padding-top: 12px;
  }
}
@media (max-width: 619px) {
  .pc-details [data-attr="datasheet"] a {
    width: 50%;
    margin-left: 50%;
  }
}

.pc-details [data-attr="stability"] {
  width: 11%;
}
@media (max-width: 767px) {
  .pc-details [data-attr="stability"] {
    width: auto;
  }
}

.pc-details [data-attr="package"] {
  width: 14%;
}
@media (max-width: 767px) {
  .pc-details [data-attr="package"] {
    width: auto;
  }
}

@media (max-width: 767px) {
  .pc-details [data-attr="temp"] div {
    width: 60%;
    margin-left: 40%;
    text-align: left;
    padding-top: 15px;
  }
}

@media (max-width: 619px) {
  .pc-details [data-attr="temp"] div {
    width: 50%;
    margin-left: 50%;
  }
}

.pc-details td {
  font-size: 16px;
  font-weight: 600;
  /* white-space: nowrap; */
  padding: 10px 0;
  font-weight: 400;
}
@media (max-width: 619px) {
  .pc-details td {
    font-size: 15px;
  }
}
.pc-details td svg {
  fill: #a41e23;
  width: 34px;
  height: 36px;
}
.pc-details td[data-attr="datasheet"] {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .pc-details td[data-attr="datasheet"] {
    padding-left: 0;
  }
}

.pc-details [data-attr="inputs"],
.pc-details [data-attr="outputs"] {
  width: 10%;
}

.pc-details [data-attr="domains"] {
  width: 18%;
}

@media (max-width: 767px) {
  .pc-details table tr &gt; * {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc-details table tr {
    display: block;
    vertical-align: middle;
  }
}

.pc-details__notes {
  padding: 30px 43px 40px;
  background-color: #efefef;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
.pc-details__notes:before,
.pc-details__notes:after {
  content: "";
  display: table;
}
.pc-details__notes:after {
  clear: both;
}
@media (max-width: 767px) {
  .pc-details__notes {
    padding: 20px;
  }
}

.pc-details__notes-title {
  width: 21%;
  float: left;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 767px) {
  .pc-details__notes-title {
    width: 100%;
  }
}

.pc-details__notes-info {
  font-size: 20px;
  width: 79%;
  float: left;
}
@media (max-width: 767px) {
  .pc-details__notes-info {
    width: 100%;
  }
}

.pc-details__notes-link {
  display: block;
  font-size: 16px;
  line-height: 180%;
  cursor: pointer;
}
@media (max-width: 619px) {
  .pc-details__notes-link {
    font-size: 14px;
  }
}

.product-info__download {
  display: inline-block;
  position: relative;
  background-color: #3399d5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 32px;
  margin: 8px;
  overflow: hidden;
  -webkit-transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.product-info__download span {
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.product-info__download svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: -15px;
  fill: #ffffff;
}
.product-info__download:hover {
  color: #ffffff;
  background-color: #23527f;
}

.product-info__download {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  background-color: #3399d5;
  color: #ffffff;
  padding: 10px 14px;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
}
.product-info__download span {
  display: block;
}
.product-info__download span:nth-child(2) {
  font-size: 12px;
}
.product-info__download:hover {
  color: #ffffff;
}
.product-info__download div:last-child {
  position: absolute;
  width: 58px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  border-left: 1px solid #ffffff;
}
.product-info__download div:last-child svg {
  position: absolute;
  width: 28px;
  height: 28px;
  margin-left: 0;
  left: calc(50% - 14px);
  top: calc(50% - 17px);
  fill: #ffffff;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.product-info {
  padding: 40px 0;
  background-color: #efefef;
}

.product-info__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .product-info__wrapper {
    padding: 0 20px;
  }
}
.product-info__wrapper:before,
.product-info__wrapper:after {
  content: "";
  display: table;
}
.product-info__wrapper:after {
  clear: both;
}

.product-info__aside {
  float: left;
  width: 320px;
  padding-right: 68px;
}
@media (max-width: 767px) {
  .product-info__aside {
    width: 100%;
    padding: 0;
  }
}

.product-info__main {
  position: relative;
  float: left;
  width: calc(100% - 320px);
}
@media (max-width: 767px) {
  .product-info__main {
    width: 100%;
    margin-top: 60px;
  }
}

.product-info__image {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .product-info__image {
    width: auto;
    margin: 0 auto;
    max-width: 50%;
  }
}
@media (max-width: 419px) {
  .product-info__image {
    width: auto;
    margin: 0 auto;
    max-width: 80%;
  }
}

.product-info__links {
  padding-top: 100px;
}

.product-info__links-title {
  font-size: 14px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px;
}

.product-info__link {
  padding: 15px;
  border-top: 1px solid #c2c2c2;
  font-weight: 600;
}
.product-info__link:last-child {
  border-bottom: 1px solid #c2c2c2;
}
.product-info__link a:before {
  content: "+";
  display: inline-block;
  margin-right: 20px;
}

.product-info__top {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 20px;
}
.product-info__top:before,
.product-info__top:after {
  content: "";
  display: table;
}
.product-info__top:after {
  clear: both;
}

.product-info__heading {
  display: inline-block;
  font-size: 32px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  margin: 0;
  float: left;
  font-weight: 400;
  margin-bottom: 20px;
  margin-right: 40px;
  margin-top: 10px;
}

.product-info__download {
  display: inline-block;
  position: relative;
  float: right;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  margin: 0;
  padding: 15px 20px;
  padding-right: 80px;
  background-color: #f69e1d;
  margin-bottom: 20px;
}
.product-info__download:before,
.product-info__download:after {
  background-color: #f78002;
}
@media (max-width: 1180px) {
  .product-info__download {
    float: left;
  }
}

.product-info__status {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.product-info__status svg {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  fill: #000000;
  margin-right: 10px;
}

.product-info__desc ul {
  margin-left: 0;
  padding-left: 12px;
}
.product-info__desc ul li {
  list-style-type: none;
  position: relative;
  line-height: 150%;
  margin-bottom: 8px;
}
.product-info__desc ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  left: -12px;
  top: 10px;
  border-radius: 100%;
  background-color: #595959;
}

.product-info__definitions {
  margin-top: 40px;
  margin-left: 0.2em;
}
.product-info__definitions div {
  background-color: #ffffff;
  margin-bottom: 5px;
  padding: 0;
  overflow: hidden;
}
.product-info__definitions dt {
  z-index: 1;
  position: relative;
  display: inline-block;
  background-color: #b90b2e;
  padding: 12px 20px 12px 15px;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  margin-left: -0.2em;
  vertical-align: top;
  font-weight: 600;
}
.product-info__definitions dt sub {
  bottom: 0;
  font-size: 12px;
}
.product-info__definitions dt:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 500%;
  top: 0;
  left: 0;
  background-color: #b90b2e;
  z-index: -1;
}
.product-info__definition--secondary dt:before {
  background-color: #c2c2c2;
}
@media (max-width: 619px) {
  .product-info__definitions dt {
    width: 100% !important;
  }
  .product-info__definitions dt:before {
    display: none;
  }
}
.product-info__definitions dd {
  display: inline-block;
  padding: 12px 15px;
  margin: 0;
  margin-left: -0.2em;
  vertical-align: top;
  line-height: 140%;
}
.product-info__definitions .product-info__definition--secondary dt {
  background-color: #c2c2c2;
  color: #595959;
}
.product-info__definitions .product-info__definition--secondary:before {
  background-color: #c2c2c2;
}

.product-info__application-container {
  display: block;
  margin-top: 60px;
}
@media (max-width: 619px) {
  .product-info__application-container {
    text-align: center;
  }
}

.product-info__applications-title {
  font-size: 20px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1px solid #595959;
  width: 100%;
  color: #000000;
}

.product-info__applications {
  margin-top: 20px;
}
.product-info__applications:before,
.product-info__applications:after {
  content: "";
  display: table;
}
.product-info__applications:after {
  clear: both;
}
.product-info__applications ul {
  margin-left: 0;
  padding-left: 12px;
  display: block;
  float: left;
  width: 50%;
  position: relative;
  padding-right: 40px;
}
@media (max-width: 619px) {
  .product-info__applications ul {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    text-align: left;
  }
}
.product-info__applications ul li {
  list-style-type: none;
  position: relative;
  line-height: 150%;
  margin-bottom: 8px;
}
.product-info__applications ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  left: -12px;
  top: 10px;
  border-radius: 100%;
  background-color: #595959;
}

.product-info__definitions div {
  -webkit-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}
.product-info__definitions div:nth-child(1) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.product-info__definitions div:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.product-info__definitions div:nth-child(3) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.product-info__definitions div:nth-child(4) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.product-info__definitions div:nth-child(5) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.product-info__definitions div:nth-child(6) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.product-info__definitions div:nth-child(7) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.product-info__definitions div:nth-child(8) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.product-info__definitions div:nth-child(9) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.product-info__definitions div:nth-child(10) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.product-info__definitions div:nth-child(11) {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}
.product-info__definitions div:nth-child(12) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.product-info__definitions div:nth-child(13) {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}
.product-info__definitions div:nth-child(14) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.product-info__definitions div:nth-child(15) {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}
.product-info__definitions div:nth-child(16) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.product-info__definitions div:nth-child(17) {
  -webkit-transition-delay: 850ms;
          transition-delay: 850ms;
}
.product-info__definitions div:nth-child(18) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.product-info__definitions div:nth-child(19) {
  -webkit-transition-delay: 950ms;
          transition-delay: 950ms;
}
.product-info.js-in-view .product-info__definitions div {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.product-teasers__link {
  display: inline-block;
  position: relative;
  background-color: #3399d5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 32px;
  margin: 8px;
  overflow: hidden;
  -webkit-transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.product-teasers__link span {
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.product-teasers__link svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: -15px;
  fill: #ffffff;
}
.product-teasers__link:hover {
  color: #ffffff;
  background-color: #23527f;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.product-teasers__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .product-teasers__wrapper {
    padding: 0 20px;
  }
}

.product-teasers__items {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.product-teasers__items:before,
.product-teasers__items:after {
  content: "";
  display: table;
}
.product-teasers__items:after {
  clear: both;
}

.product-teasers__item {
  float: left;
  width: 33.33%;
  padding: 10px;
}
@media (max-width: 767px) {
  .product-teasers__item {
    width: 50%;
  }
}
@media (max-width: 619px) {
  .product-teasers__item {
    width: 100%;
    height: auto !important;
  }
}

.product-teasers__content {
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  position: relative;
  color: #595959;
  padding-bottom: 85px;
  height: 100%;
  text-align: center;
}

.product-teasers__image {
  width: calc(100% - 80px);
  margin: 10px 40px 0;
  padding-bottom: 30%;
  background: no-repeat center;
  background-size: contain;
}

.product-teasers__title {
  text-align: center;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  line-height: 130%;
  font-size: 19px;
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0;
}

.product-teasers__desc {
  text-align: center;
  font-size: 16px;
  padding: 0 30px 30px 30px;
  font-style: italic;
  margin: 0;
}

.product-teasers__link {
  display: inline-block;
  background-color: #b90b2e;
  padding: 10px;
  position: absolute;
  width: 50%;
  left: 25%;
  bottom: 25px;
  margin-left: 0;
}
.product-teasers__link:before,
.product-teasers__link:after {
  background-color: #87001b;
}
.product-teasers__link svg {
  width: 12px;
  height: 12px;
  fill: #ffffff;
  margin-right: 0;
}

.product-teasers__item {
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
  opacity: 0;
}
.product-teasers__item:nth-child(1) {
  -webkit-transition-delay: 30ms;
          transition-delay: 30ms;
}
.product-teasers__item:nth-child(2) {
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
}
.product-teasers__item:nth-child(3) {
  -webkit-transition-delay: 90ms;
          transition-delay: 90ms;
}
.product-teasers__item:nth-child(4) {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}
.product-teasers__item:nth-child(5) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.product-teasers__item:nth-child(6) {
  -webkit-transition-delay: 180ms;
          transition-delay: 180ms;
}
.product-teasers__item:nth-child(7) {
  -webkit-transition-delay: 210ms;
          transition-delay: 210ms;
}
.product-teasers__item:nth-child(8) {
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}
.product-teasers__item:nth-child(9) {
  -webkit-transition-delay: 270ms;
          transition-delay: 270ms;
}
.product-teasers__item:nth-child(10) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.product-teasers__item:nth-child(11) {
  -webkit-transition-delay: 330ms;
          transition-delay: 330ms;
}
.product-teasers.js-in-view .product-teasers__item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.quality-history__wrapper {
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 90px;
  padding: 0 76px;
}
.quality-history__wrapper:before,
.quality-history__wrapper:after {
  content: "";
  display: table;
}
.quality-history__wrapper:after {
  clear: both;
}
@media (max-width: 1220px) {
  .quality-history__wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .quality-history__wrapper {
    margin-top: 20px;
  }
}

.quality-history__left {
  width: 160px;
  float: left;
  text-align: right;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .quality-history__left {
    width: 100%;
    float: none;
    text-align: left;
  }
  .quality-history__left:before,
  .quality-history__left:after {
    content: "";
    display: table;
  }
  .quality-history__left:after {
    clear: both;
  }
}

.quality-history__right {
  width: calc(100% - 160px);
  padding-left: 82px;
  float: right;
  padding-bottom: 22px;
}
@media (max-width: 1220px) {
  .quality-history__right {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .quality-history__right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}

.quality-history__register-title {
  display: inline-block;
  color: #3399d5;
  text-align: left;
  padding-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .quality-history__register-title {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.quality-history__register-title span {
  display: block;
  line-height: 140%;
  cursor: pointer;
}

.quality-history__standarts {
  padding-right: 5px;
  padding-bottom: 40px;
}
.quality-history__standarts h2 {
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.006em;
}
@media (max-width: 619px) {
  .quality-history__standarts h2 {
    font-size: 18px;
  }
}
.quality-history__standarts p {
  margin-bottom: 22px;
}
@media (max-width: 619px) {
  .quality-history__standarts p {
    font-size: 15px;
  }
}
.quality-history__standarts.history p {
  font-size: 15px;
  line-height: 135%;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.quality-reports {
  position: relative;
  background-color: #efefef;
}

.quality-reports__wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 840px) {
  .quality-reports__wrapper {
    padding: 40px 20px;
  }
}

.quality-reports__title {
  font-size: 30px;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  text-align: center;
}
.quality-reports__title:after {
  content: "";
  height: 1px;
  width: 111px;
  background-color: #333333;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
}
@media (max-width: 619px) {
  .quality-reports__title {
    font-size: 28px;
  }
  .quality-reports__title span {
    display: block;
  }
}

.quality-reports__subtitle {
  text-align: center;
  line-height: 150%;
  padding-top: 5px;
}
@media (max-width: 1000px) {
  .quality-reports__subtitle {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .quality-reports__subtitle {
    padding: 0;
  }
}
.quality-reports__subtitle span {
  display: block;
}
@media (max-width: 1000px) {
  .quality-reports__subtitle span {
    display: inline;
  }
}
@media (max-width: 619px) {
  .quality-reports__subtitle span {
    font-size: 15px;
  }
}

.quality-reports__dropdown {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.quality-reports__dropdown .drop-down select {
  background-color: white;
}

.quality-reports__list {
  padding: 60px 260px 0 110px;
}
@media (max-width: 1200px) {
  .quality-reports__list {
    padding: 60px 170px 0 110px;
  }
}
@media (max-width: 1000px) {
  .quality-reports__list {
    padding: 60px 70px 0 70px;
  }
}
@media (max-width: 767px) {
  .quality-reports__list {
    padding: 60px 20px 0;
  }
}
@media (max-width: 619px) {
  .quality-reports__list {
    padding: 60px 0 0;
  }
}
.quality-reports__list ul {
  font-size: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1130px) {
  .quality-reports__list ul {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .quality-reports__list ul {
    padding-left: 0;
  }
}
@media (max-width: 619px) {
  .quality-reports__list ul {
    font-size: 18px;
  }
}
.quality-reports__list ul a:first-of-type li {
  margin-top: 15px;
}
.quality-reports__list li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 0;
  margin: 0;
  border-bottom: 1px dotted #333333;
}
@media (max-width: 619px) {
  .quality-reports__list li {
    font-size: 15px;
  }
}

.quality-reports--left-align .quality-reports__title {
  text-align: left;
}
.quality-reports--left-align .quality-reports__title:after {
  display: none;
}

.quality-reports--left-align .quality-reports__dropdown {
  width: 270px;
  margin: 40px 0 0;
}
.quality-reports--left-align .quality-reports__dropdown .drop-down__wrapper:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.quality-reports--left-align .quality-reports__dropdown .drop-down select {
  background-color: white !important;
}

.quality-reports--left-align .quality-reports__list {
  padding-right: 0;
  padding-left: 0;
}
.quality-reports--left-align .quality-reports__list ul {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}

.product-docs {
  position: relative;
}

.product-docs__wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 840px) {
  .product-docs__wrapper {
    padding: 40px 20px;
  }
}

.product-docs__title {
  font-size: 30px;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  text-align: center;
}
.product-docs__title:after {
  content: "";
  height: 1px;
  width: 111px;
  background-color: #333333;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
}
@media (max-width: 619px) {
  .product-docs__title {
    font-size: 28px;
  }
  .product-docs__title span {
    display: block;
  }
}

.product-docs__subtitle {
  text-align: center;
  line-height: 150%;
  padding-top: 5px;
}
@media (max-width: 1000px) {
  .product-docs__subtitle {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .product-docs__subtitle {
    padding: 0;
  }
}
.product-docs__subtitle span {
  display: block;
}
@media (max-width: 1000px) {
  .product-docs__subtitle span {
    display: inline;
  }
}
@media (max-width: 619px) {
  .product-docs__subtitle span {
    font-size: 15px;
  }
}

.product-docs__dropdown {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.product-docs__dropdown .drop-down select {
  background-color: white;
}

.product-docs__list {
  padding: 60px 260px 0 110px;
}
@media (max-width: 1200px) {
  .product-docs__list {
    padding: 60px 170px 0 110px;
  }
}
@media (max-width: 1000px) {
  .product-docs__list {
    padding: 60px 70px 0 70px;
  }
}
@media (max-width: 767px) {
  .product-docs__list {
    padding: 60px 20px 0;
  }
}
@media (max-width: 619px) {
  .product-docs__list {
    padding: 60px 0 0;
  }
}
.product-docs__list ul {
  font-size: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1130px) {
  .product-docs__list ul {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .product-docs__list ul {
    padding-left: 0;
  }
}
@media (max-width: 619px) {
  .product-docs__list ul {
    font-size: 18px;
  }
}
.product-docs__list ul a:first-of-type li {
  margin-top: 15px;
}
.product-docs__list li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 0;
  margin: 0;
  border-bottom: 1px dotted #333333;
}
@media (max-width: 619px) {
  .product-docs__list li {
    font-size: 15px;
  }
}

.product-docs--left-align .product-docs__title {
  text-align: left;
}
.product-docs--left-align .product-docs__title:after {
  display: none;
}

.product-docs--left-align .product-docs__dropdown {
  width: 270px;
  margin: 40px 0 0;
}
.product-docs--left-align .product-docs__dropdown .drop-down__wrapper:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.product-docs--left-align .product-docs__dropdown .drop-down select {
  background-color: white !important;
}

.product-docs--left-align .product-docs__list {
  padding-right: 0;
  padding-left: 0;
}
.product-docs--left-align .product-docs__list ul {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.quality-warranty {
  background-color: #efefef;
}

.quality-warranty__wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 20px;
  padding: 86px 65px 100px;
}
.quality-warranty__wrapper:before,
.quality-warranty__wrapper:after {
  content: "";
  display: table;
}
.quality-warranty__wrapper:after {
  clear: both;
}
@media (max-width: 1220px) {
  .quality-warranty__wrapper {
    padding: 40px 20px;
  }
}

.quality-warranty__left {
  width: 50%;
  float: left;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .quality-warranty__left {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .quality-warranty__left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.quality-warranty__right {
  width: 50%;
  float: right;
  padding-left: 65px;
}
@media (max-width: 1200px) {
  .quality-warranty__right {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .quality-warranty__right {
    width: 100%;
  }
}

.quality-warranty__img {
  display: inline-block;
  width: 60px;
  vertical-align: top;
}
.quality-warranty__img svg.warranty {
  width: 53px;
  height: 50px;
}
.quality-warranty__img svg.quality {
  height: 53px;
  width: 53px;
}

.quality-warranty__aside {
  display: inline-block;
  width: calc(100% - 70px);
  padding-left: 10px;
}

.quality-warranty__aside-title {
  color: #a41e23;
}
.quality-warranty__aside-title h2 {
  font-weight: 300;
  margin-bottom: 6px;
}

.quality-warranty__aside-info {
  padding-right: 25px;
}
@media (max-width: 767px) {
  .quality-warranty__aside-info {
    padding-right: 0;
  }
}
@media (max-width: 619px) {
  .quality-warranty__aside-info p {
    font-size: 15px;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.request-samples,
.course-feedback {
  padding: 40px 0;
}

.request-samples__wrapper,
.course-feedback__wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding-right: 20%;
  padding-bottom: 25px;
}
@media (max-width: 1220px) {
  .request-samples__wrapper,
  .course-feedback__wrapper {
    padding: 0 20px;
  }
}
.request-samples__wrapper:before,
.request-samples__wrapper:after,
.course-feedback__wrapper:before,
.course-feedback__wrapper:after {
  content: "";
  display: table;
}
.request-samples__wrapper:after,
.course-feedback__wrapper:after {
  clear: both;
}

.request-samples__desc span,
.course-feedback__desc span {
  color: red;
}

.request-samples .drupal-form {
  padding-top: 80px;
}
.course-feedback .drupal-form {
  padding-top: 50px;
}
.request-samples .drupal-form:before,
.request-samples .drupal-form:after,
.course-feedback .drupal-form:before,
.course-feedback .drupal-form:after {
  content: "";
  display: table;
}
.request-samples .drupal-form:after,
.course-feedback .drupal-form:after {
  clear: both;
}
.request-samples .drupal-form .form-item,
.course-feedback .drupal-form .form-item {
  position: relative;
  width: 50%;
  float: left;
}
.request-samples .drupal-form .form-item:nth-child(odd),
.course-feedback .drupal-form .form-item:nth-child(odd) {
  width: 50%;
  padding-right: 20px;
}

.request-samples .drupal-form .form-item:nth-child(even),
.course-feedback .drupal-form .form-item:nth-child(even) {
  width: 50%;
  padding-left: 20px;
}
.course-feedback .drupal-form .form-item.form-item-last-name {
  padding: 0;
  padding-right: 20px;
}
.course-feedback .drupal-form .form-item.form-item-company-name {
  padding: 0;
  padding-left: 20px;
}
.course-feedback .drupal-form .form-item .form-item-how-effective-or-ineffective-was-the-instructor-,
.course-feedback .drupal-form .form-item .form-item-would-you-recommend-this-course-to-colleagues-,
.course-feedback .drupal-form .form-item .form-item-title-or-job-function {
  padding: 0;
  width: 100%;
}
.course-feedback .drupal-form .form-item .js-form-type-checkbox,
.course-feedback .drupal-form .form-item .js-form-type-textarea {
  width: 100% !important;
  padding: 0 !important;
  float: none !important;
  display: inline-block !important;
}
.course-feedback .drupal-form .form-item.form-type-checkbox input,
.course-feedback .drupal-form .form-item.form-type-radio input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  height: auto;
}
.request-samples .drupal-form fieldset,
.course-feedback .drupal-form fieldset {
  width: 100% !important;
  padding: 0 !important;
  margin-top: 40px;
}
.request-samples .drupal-form fieldset:before,
.request-samples .drupal-form fieldset:after,
.course-feedback .drupal-form fieldset:before,
.course-feedback .drupal-form fieldset:after {
  content: "";
  display: table;
}
.request-samples .drupal-form fieldset:after,
.course-feedback .drupal-form fieldset:after {
  clear: both;
}
.request-samples .drupal-form fieldset .fieldset-wrapper,
.course-feedback .drupal-form fieldset .fieldset-wrapper {
  padding-top: 40px;
}
.request-samples .drupal-form fieldset legend {
  display: none;
}
.request-samples .drupal-form .form-item:first-child .description {
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 16px;
}
.course-feedback .drupal-form .form-item .js-form-type-radio {
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  display: inline-block;
  text-align: left;
  margin-bottom: 5px;
  width: 100%;
}
.course-feedback .drupal-form .form-item .js-form-type-radio input {
  height: auto !important;
  width: auto !important;
  padding: 0;
  border: 0 none;
  float: left;
}
.course-feedback .drupal-form .form-item .js-form-type-radio label {
  height: auto !important;
  width: auto !important;
  padding: 0;
  border: 0 none;
  padding-left: 10px;
  display: inline-block;
  float: left;
}
.course-feedback .drupal-form .form-item .js-form-type-radio input {
  height: auto !important;
  width: auto !important;
  padding: 0;
  border: 0 none;
  float: left;
}
.course-feedback .drupal-form .form-item .js-form-type-radio label {
  height: auto !important;
  width: auto !important;
  padding: 0;
  border: 0 none;
  padding-left: 10px;
  display: inline-block;
  float: left;
}
.course-feedback .drupal-form .form-item .js-form-type-radio div {
  text-align: left;
  display: inline-block;
  position: relative !important;
  left: auto;
  right: auto;
  font-size: 16px;
  margin-left: 10px;
  margin: 0 0 0 30px;
  width: auto !important;
}
.course-feedback .drupal-form fieldset.form-composite fieldset {
  border: 0;
  display: block;
  margin-bottom: 0;
  width: 100% !important;
  padding: 0 !important;
  margin-top: 40px;
}
.course-feedback .drupal-form fieldset.form-composite legend {
  display: block;
  position: relative;
  top: -12px;
  font-size: 20px;
  color: #b90b2e;
  margin: 0;
}
.course-feedback .drupal-form fieldset.form-composite .fieldset-wrapper {
  padding-top: 20px;
  border-top: 1px solid #c2c2c2;
}
@media (max-width: 767px) {
  .request-samples .drupal-form .form-item:first-child .description,
  .course-feedback .drupal-form .form-item:first-child .description {
    position: relative;
    top: 0;
    right: 0;
  }
}
.request-samples .drupal-form .form-item.form-type-select,
.course-feedback .drupal-form .form-item.form-type-select {
  width: 100%;
  padding-left: 0;
}
.request-samples .drupal-form .form-item.form-type-select .drop-down__wrapper,
.course-feedback .drupal-form .form-item.form-type-select .drop-down__wrapper {
  width: calc(50% - 20px);
}
.request-samples .drupal-form .form-item.form-type-textarea,
.course-feedback .drupal-form .form-item.form-type-textarea {
  width: 100%;
  padding: 0;
}
.request-samples .drupal-form .form-item.form-type-textarea label,
.course-feedback .drupal-form .form-item.form-type-textarea label {
  line-height: 22px;
}
.request-samples .drupal-form .form-item.form-type-textarea textarea,
.course-feedback .drupal-form .form-item.form-type-textarea textarea {
  height: 150px;
}
.request-samples .drupal-form .form-actions,
.course-feedback .drupal-form .form-actions {
  display: block;
  position: relative;
  top: 30px;
  clear: both;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #c2c2c2;
}
.request-samples .drupal-form .form-actions input,
.course-feedback .drupal-form .form-actions input {
  margin-top: 0;
}
@media (max-width: 767px) {
  .request-samples .drupal-form .form-item,
  .course-feedback .drupal-form .form-item {
    width: 100% !important;
    padding: 0 !important;
  }
  .request-samples .drupal-form .form-item &gt; *,
  .course-feedback .drupal-form .form-item &gt; * {
    width: 100% !important;
  }
}
.request-samples .drupal-form #edit-address-information .form-item:nth-child(1),
.request-samples .drupal-form #edit-address-information .form-item:nth-child(2) {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.request-samples .drupal-form #edit-project-information .form-item:nth-child(1),
.request-samples .drupal-form #edit-project-information .form-item:nth-child(2) {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.request-samples .drupal-form #edit-project-information .form-item:nth-child(3),
.request-samples .drupal-form #edit-project-information .form-item:nth-child(4),
.request-samples .drupal-form #edit-project-information .form-item:nth-child(5) {
  width: 33.333%;
}
.request-samples .drupal-form #edit-project-information .form-item:nth-child(4),
.course-feedback .drupal-form #edit-project-information .form-item:nth-child(4) {
  padding-right: 20px;
}
.request-samples .drupal-form #edit-project-information .form-item:nth-child(5),
.course-feedback .drupal-form #edit-project-information .form-item:nth-child(5) {
  padding-left: 20px;
  padding-right: 0;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.resource-cards__wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media (max-width: 1220px) {
  .resource-cards__wrapper {
    padding: 0 20px;
  }
}

.resource-cards__items {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: -10px;
}

.resource-cards__item {
  display: inline-block;
  width: 25%;
  margin-left: -0.2em;
  vertical-align: top;
  padding: 10px;
}
@media (max-width: 900px) {
  .resource-cards__item {
    width: 33.3333%;
  }
}
@media (max-width: 619px) {
  .resource-cards__item {
    width: 50%;
  }
}
@media (max-width: 419px) {
  .resource-cards__item {
    width: 100%;
  }
}

.resource-cards__item-container {
  border: 1px solid #e2e2e2;
  position: relative;
}

.resource-cards__icon {
  position: absolute;
  display: block;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 49px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.resource-cards__icon svg {
  width: 32px;
  height: 32px;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  fill: #ffffff;
  opacity: 0.5;
}

.resource-cards__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  padding-top: 2px;
  color: #ffffff;
  text-align: left;
  padding-right: 60px;
  height: 50px;
  margin: 5px;
  font-size: 16px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #595959;
}
.resource-cards__title:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.resource-cards__title .ghost-center__child {
  display: inline-block;
  vertical-align: middle;
}
.resource-cards__item:nth-child(5n-4) .resource-cards__title {
  background-color: #56ba64;
}
.resource-cards__item:nth-child(5n-3) .resource-cards__title {
  background-color: #23527f;
}
.resource-cards__item:nth-child(5n-2) .resource-cards__title {
  background-color: #f69e1d;
}
.resource-cards__item:nth-child(5n-1) .resource-cards__title {
  background-color: #b90b2e;
}
.resource-cards__item:nth-child(5n) .resource-cards__title {
  background-color: #3399d5;
}
@media (max-width: 767px) {
  .resource-cards__title {
    font-size: 14px;
  }
}
@media (max-width: 619px) {
  .resource-cards__title {
    font-size: 12px;
  }
}

.resource-cards__desc {
  padding: 20px;
}

.resource-cards__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: z-layer(base, 1);
}

.resource-cards__arrow {
  pointer-events: none;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.resource-cards__arrow svg {
  width: 10px;
  height: 10px;
  fill: #b90b2e;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.resource-cards__item:hover .resource-cards__arrow svg {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

.resource-cards__item {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
}
.resource-cards__item:nth-child(1) {
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
}
.resource-cards__item:nth-child(2) {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}
.resource-cards__item:nth-child(3) {
  -webkit-transition-delay: 180ms;
          transition-delay: 180ms;
}
.resource-cards__item:nth-child(4) {
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}
.resource-cards__item:nth-child(5) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.resource-cards__item:nth-child(6) {
  -webkit-transition-delay: 360ms;
          transition-delay: 360ms;
}
.resource-cards__item:nth-child(7) {
  -webkit-transition-delay: 420ms;
          transition-delay: 420ms;
}
.resource-cards__item:nth-child(8) {
  -webkit-transition-delay: 480ms;
          transition-delay: 480ms;
}
.resource-cards__item:nth-child(9) {
  -webkit-transition-delay: 540ms;
          transition-delay: 540ms;
}
.resource-cards__item:nth-child(10) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.resource-cards__item:nth-child(11) {
  -webkit-transition-delay: 660ms;
          transition-delay: 660ms;
}
.resource-cards__item:nth-child(12) {
  -webkit-transition-delay: 720ms;
          transition-delay: 720ms;
}
.resource-cards__item:nth-child(13) {
  -webkit-transition-delay: 780ms;
          transition-delay: 780ms;
}
.resource-cards__item:nth-child(14) {
  -webkit-transition-delay: 840ms;
          transition-delay: 840ms;
}
.resource-cards__item:nth-child(15) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.resource-cards__item:nth-child(16) {
  -webkit-transition-delay: 960ms;
          transition-delay: 960ms;
}
.resource-cards__item:nth-child(17) {
  -webkit-transition-delay: 1020ms;
          transition-delay: 1020ms;
}
.resource-cards__item:nth-child(18) {
  -webkit-transition-delay: 1080ms;
          transition-delay: 1080ms;
}
.resource-cards__item:nth-child(19) {
  -webkit-transition-delay: 1140ms;
          transition-delay: 1140ms;
}
.resource-cards__item:nth-child(20) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.resource-cards__item:nth-child(21) {
  -webkit-transition-delay: 1260ms;
          transition-delay: 1260ms;
}
.resource-cards__item:nth-child(22) {
  -webkit-transition-delay: 1320ms;
          transition-delay: 1320ms;
}
.resource-cards__item:nth-child(23) {
  -webkit-transition-delay: 1380ms;
          transition-delay: 1380ms;
}
.resource-cards.js-in-view .resource-cards__item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.resource-table__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .resource-table__wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 619px) {
  .resource-table__wrapper {
    font-size: 14px;
  }
}

.resource-table__table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
}
@media (max-width: 419px) {
  .resource-table__table {
    display: block;
  }
  .resource-table__table tbody {
    display: block;
    width: 100%;
  }
  .resource-table__table tr {
    display: block;
  }
}

.resource-table__row {
  text-align: center;
}

.resource-table__cell {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #c2c2c2;
}
.resource-table__cell:first-child {
  text-align: left;
}

.resource-table__row:last-child .resource-table__cell {
  border-bottom: 0;
}
@media (max-width: 419px) {
  .resource-table__cell {
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 5px 20px;
    border: 0;
  }
  .resource-table__cell:first-child {
    padding-left: 0;
  }
}

.resource-table__row {
  -webkit-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}
.resource-table__row:nth-child(1) {
  -webkit-transition-delay: 25ms;
          transition-delay: 25ms;
}
.resource-table__row:nth-child(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.resource-table__row:nth-child(3) {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
}
.resource-table__row:nth-child(4) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.resource-table__row:nth-child(5) {
  -webkit-transition-delay: 125ms;
          transition-delay: 125ms;
}
.resource-table__row:nth-child(6) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.resource-table__row:nth-child(7) {
  -webkit-transition-delay: 175ms;
          transition-delay: 175ms;
}
.resource-table__row:nth-child(8) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.resource-table__row:nth-child(9) {
  -webkit-transition-delay: 225ms;
          transition-delay: 225ms;
}
.resource-table__row:nth-child(10) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.resource-table__row:nth-child(11) {
  -webkit-transition-delay: 275ms;
          transition-delay: 275ms;
}
.resource-table__row:nth-child(12) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.resource-table__row:nth-child(13) {
  -webkit-transition-delay: 325ms;
          transition-delay: 325ms;
}
.resource-table__row:nth-child(14) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.resource-table__row:nth-child(15) {
  -webkit-transition-delay: 375ms;
          transition-delay: 375ms;
}
.resource-table__row:nth-child(16) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.resource-table__row:nth-child(17) {
  -webkit-transition-delay: 425ms;
          transition-delay: 425ms;
}
.resource-table__row:nth-child(18) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.resource-table__row:nth-child(19) {
  -webkit-transition-delay: 475ms;
          transition-delay: 475ms;
}
.resource-table.js-in-view .resource-table__row {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.search {
  padding: 40px 0;
}

.search__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .search__wrapper {
    padding: 0 20px;
  }
}

.search__count {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.search-box svg {
  width: 20px;
  height: 17px;
  fill: #3399d5;
}

.search-box__wrapper {
  position: relative;
}

.search-box__field {
  display: inline-block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #efefef;
  border: 1px solid #bebebe;
  padding: 10px;
  margin: 20px 0;
  outline: none;
  padding-left: 45px;
  font-size: 14px;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-weight: 550;
  -webkit-transition: 250ms all cubic-bezier(0.23, 1, 0.32, 1);
          transition: 250ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.search-box__field:hover,
.search-box__field:focus {
  border-color: #989898;
}
.search-box__field::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 500ms all cubic-bezier(0.23, 1, 0.32, 1);
          transition: 500ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.search-box__field:-ms-input-placeholder {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transition: 500ms all cubic-bezier(0.23, 1, 0.32, 1);
          transition: 500ms all cubic-bezier(0.23, 1, 0.32, 1);
}
.search-box__field:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.search-box__field:focus:-ms-input-placeholder {
  opacity: 0;
  transform: translateX(-50px);
}

.search-box__icon {
  position: absolute;
  background-color: #efefef;
  top: 21px;
  left: 1px;
  height: 35px;
  width: 44px;
  padding-left: 14px;
  padding-top: 8px;
  z-index: 1;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.section-title {
  padding: 40px 0 40px 0;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-weight: 100;
  color: #595959;
  font-size: 30px;
  position: relative;
}
.section-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 110px;
  height: 1px;
  bottom: 1px;
  left: calc(50% - 55px);
  background-color: #595959;
}

.simple-cta__button {
  display: inline-block;
  position: relative;
  background-color: #3399d5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 32px;
  margin: 8px;
  overflow: hidden;
  -webkit-transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.simple-cta__button span {
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.simple-cta__button svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: -15px;
  fill: #ffffff;
}
.simple-cta__button:hover {
  color: #ffffff;
  background-color: #23527f;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.simple-cta__wrapper {
  text-align: center;
  padding: 60px 20px;
}

.simple-cta__heading {
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-size: 30px;
  color: #595959;
  text-align: center;
}

.simple-cta__button {
  padding: 12px 25px;
  padding-bottom: 16px;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.social-box__title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 7px;
}

.social-box__socials {
  margin: 0;
  padding: 0;
}

.social-box__social {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
  width: 26px;
  height: 26px;
}
.social-box__social svg {
  fill: #3399d5;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.social-box__social:hover svg {
  fill: #b90b2e;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.software__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .software__wrapper {
    padding: 0 20px;
  }
}
.software__wrapper:before,
.software__wrapper:after {
  content: "";
  display: table;
}
.software__wrapper:after {
  clear: both;
}

.software__heading {
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.software__aside {
  width: 320px;
  float: left;
  padding-right: 80px;
  padding-top: 66px;
}
@media (max-width: 619px) {
  .software__aside {
    float: none;
    padding-right: 0;
    width: 100%;
    padding-top: 0;
  }
}

.software__main {
  width: calc(100% - 320px);
  float: right;
}
@media (max-width: 619px) {
  .software__main {
    float: none;
    width: 100%;
  }
}

.software__aside-title {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
}

.software__aside-list {
  margin-top: 0;
  padding-left: 10px;
  margin-left: 10px;
  list-style-type: none;
}
.software__aside-list li {
  counter-increment: step-counter;
  position: relative;
  line-height: 140%;
}
.software__aside-list li:before {
  content: counter(step-counter) ".";
  position: absolute;
  left: -20px;
  color: #000000;
}

.software__table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}
.software__table th,
.software__table td {
  text-align: left;
  padding: 10px 15px;
}
.software__table th {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  background-color: #b90b2e;
}
.software__table td {
  font-size: 16px;
  padding: 18px 15px;
}
.software__table td sub {
  bottom: 0;
  font-size: 12px;
}
@media (max-width: 767px) {
  .software__table {
    background-color: #ffffff;
  }
  .software__table thead,
  .software__table th {
    display: none;
  }
  .software__table tbody,
  .software__table tr,
  .software__table td {
    display: block;
    background-color: #ffffff;
  }
  .software__table tr {
    padding-bottom: 20px;
  }
  .software__table tr:not(:last-child) {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 20px;
  }
  .software__table td {
    padding: 10px !important;
    border-bottom: 0;
  }
  .software__table td:before,
  .software__table td:after {
    content: "";
    display: table;
  }
  .software__table td:after {
    clear: both;
  }
  .software__table td:before {
    content: attr(data-title);
    color: #595959;
    font-weight: 600;
    display: block;
    float: left;
    width: 45%;
  }
  .software__table td div {
    display: block;
    float: left;
    margin-left: 20px;
    width: calc(55% - 20px);
  }
  .software__table td span {
    display: inline-block;
    margin-right: 20px;
  }
  .software__table td span:first-child {
    margin-left: 0;
  }
}

.software tr {
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}
.software tr:nth-child(1) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.software tr:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.software tr:nth-child(3) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.software tr:nth-child(4) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.software tr:nth-child(5) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.software tr:nth-child(6) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.software tr:nth-child(7) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.software tr:nth-child(8) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.software tr:nth-child(9) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.software tr:nth-child(10) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.software tr:nth-child(11) {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}
.software tr:nth-child(12) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.software tr:nth-child(13) {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}
.software tr:nth-child(14) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.software tr:nth-child(15) {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}
.software tr:nth-child(16) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.software tr:nth-child(17) {
  -webkit-transition-delay: 850ms;
          transition-delay: 850ms;
}
.software tr:nth-child(18) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.software tr:nth-child(19) {
  -webkit-transition-delay: 950ms;
          transition-delay: 950ms;
}

.software.js-in-view tr {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.subscribe__button {
  display: inline-block;
  position: relative;
  background-color: #3399d5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 32px;
  margin: 8px;
  overflow: hidden;
  -webkit-transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.subscribe__button span {
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.subscribe__button svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: -15px;
  fill: #ffffff;
}
.subscribe__button:hover {
  color: #ffffff;
  background-color: #23527f;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.subscribe__wrapper {
  text-align: center;
}
.subscribe__wrapper svg {
  width: 40px;
  height: 40px;
  fill: #f69e1d;
}

.subscribe__info {
  font-size: 20px;
  padding: 25px 0;
}
@media (max-width: 619px) {
  .subscribe__info {
    font-size: 18px;
  }
}

.subscribe__button {
  cursor: pointer;
  outline: none;
  width: 270px;
  height: 52px;
  padding: 15px 0;
  margin: 5px 0;
  background-color: #f69e1d;
  border: none;
  font-size: 16px;
}
.subscribe__button:before,
.subscribe__button:after {
  background-color: #f78002;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.tab-bar {
  margin: 60px 0 20px 0;
}

.tab-bar__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .tab-bar__wrapper {
    padding: 0 20px;
  }
}

.tab-bar__tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media (max-width: 619px) {
  .tab-bar__tabs {
    display: block;
  }
  .tab-bar__tabs:before,
  .tab-bar__tabs:after {
    content: "";
    display: table;
  }
  .tab-bar__tabs:after {
    clear: both;
  }
}

.tab-bar__tab {
  display: table-cell;
  position: relative;
  cursor: pointer;
  width: 1%;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px;
  font-size: 16px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  line-height: 140%;
  vertical-align: middle;
  color: #3399d5;
  overflow: hidden;
  -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
}
.tab-bar__tab:after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #c2c2c2;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  opacity: 0;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
}
.tab-bar__tab:hover {
  color: #b90b2e;
}
.tab-bar__tab:hover:after {
  opacity: 1;
  -webkit-transform: scale3d(1, 0.5, 1);
          transform: scale3d(1, 0.5, 1);
}
.tab-bar__tab.js-active {
  color: #595959;
}
.tab-bar__tab.js-active:after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  background-color: #3399d5;
}
@media (max-width: 767px) {
  .tab-bar__tab {
    font-size: 14px;
  }
}
@media (max-width: 619px) {
  .tab-bar__tab {
    display: block;
    float: left;
    width: 100%;
  }
}

.js-tab-content {
  visibility: hidden;
}
.js-tab-content &gt; * {
  display: none;
}
.js-tab-content.js-active {
  visibility: visible;
}
.js-tab-content.js-active &gt; * {
  display: block;
}

.js-tab-content {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
}
.js-tab-content.js-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.teaser-grid__title svg {
  display: inline-block;
  width: 10px;
  height: 10px;
  fill: #3399d5;
  margin-left: 5px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.teaser-grid__title:hover svg {
  fill: #b90b2e;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.teaser-grid__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .teaser-grid__wrapper {
    padding: 0 20px;
  }
}

.teaser-grid__items {
  width: calc(100% + 30px);
  margin-left: -15px;
  text-align: left;
}

.teaser-grid__item {
  width: 33.3333%;
  margin-left: -0.2em;
  display: inline-block;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 890px) {
  .teaser-grid__item {
    width: 50%;
  }
}
@media (max-width: 619px) {
  .teaser-grid__item {
    width: 100%;
  }
}
@media (max-width: 419px) {
  .teaser-grid__item {
    width: 100%;
  }
}

.teaser-grid__item-container {
  border: 1px solid #e2e2e2;
  padding: 10px;
  position: relative;
}
.teaser-grid__item-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 1px;
  background-color: #c2c2c2;
  top: 50%;
  left: 100%;
}
.teaser-grid__item-container:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 32px;
  background-color: #c2c2c2;
  top: 100%;
  left: 50%;
}
.teaser-grid__item:nth-child(3n) .teaser-grid__item-container:before {
  display: none !important;
}
.teaser-grid__item:nth-last-child(1) .teaser-grid__item-container:after,
.teaser-grid__item:nth-last-child(2) .teaser-grid__item-container:after,
.teaser-grid__item:nth-last-child(3) .teaser-grid__item-container:after {
  display: none !important;
}
@media (max-width: 890px) {
  .teaser-grid__item-container:before,
  .teaser-grid__item-container:after {
    display: none;
  }
}

.teaser-grid__thumb {
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
}

.teaser-grid__icon {
  position: absolute;
  margin-top: 42%;
  top: 0;
  right: 5%;
  width: 58px;
  height: 58px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 100%;
}
.teaser-grid__icon svg {
  width: 60%;
  height: 60%;
  margin-left: 20%;
  margin-top: 20%;
  fill: #b90b2e;
}

.teaser-grid__title {
  display: block;
  position: relative;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  color: #3399d5;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 15px;
  padding: 2px 10px;
}
.teaser-grid__title svg {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  fill: #3399d5;
}
.teaser-grid__title:before {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  width: 3px;
  background-color: #595959;
  left: -10px;
  top: 4px;
}

.teaser-grid__desc {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  padding: 10px;
}

.teaser-grid__item {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
}
.teaser-grid__item:nth-child(1) {
  -webkit-transition-delay: 20ms;
          transition-delay: 20ms;
}
.teaser-grid__item:nth-child(2) {
  -webkit-transition-delay: 40ms;
          transition-delay: 40ms;
}
.teaser-grid__item:nth-child(3) {
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
}
.teaser-grid__item:nth-child(4) {
  -webkit-transition-delay: 80ms;
          transition-delay: 80ms;
}
.teaser-grid__item:nth-child(5) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.teaser-grid__item:nth-child(6) {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}
.teaser-grid__item:nth-child(7) {
  -webkit-transition-delay: 140ms;
          transition-delay: 140ms;
}
.teaser-grid__item:nth-child(8) {
  -webkit-transition-delay: 160ms;
          transition-delay: 160ms;
}
.teaser-grid__item:nth-child(9) {
  -webkit-transition-delay: 180ms;
          transition-delay: 180ms;
}
.teaser-grid__item:nth-child(10) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.teaser-grid__item:nth-child(11) {
  -webkit-transition-delay: 220ms;
          transition-delay: 220ms;
}
.teaser-grid__item:nth-child(12) {
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}
.teaser-grid__item:nth-child(13) {
  -webkit-transition-delay: 260ms;
          transition-delay: 260ms;
}
.teaser-grid__item:nth-child(14) {
  -webkit-transition-delay: 280ms;
          transition-delay: 280ms;
}
.teaser-grid__item:nth-child(15) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.teaser-grid__item:nth-child(16) {
  -webkit-transition-delay: 320ms;
          transition-delay: 320ms;
}
.teaser-grid__item:nth-child(17) {
  -webkit-transition-delay: 340ms;
          transition-delay: 340ms;
}
.teaser-grid__item:nth-child(18) {
  -webkit-transition-delay: 360ms;
          transition-delay: 360ms;
}
.teaser-grid__item:nth-child(19) {
  -webkit-transition-delay: 380ms;
          transition-delay: 380ms;
}
.teaser-grid__item:nth-child(20) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.teaser-grid__item:nth-child(21) {
  -webkit-transition-delay: 420ms;
          transition-delay: 420ms;
}
.teaser-grid__item:nth-child(22) {
  -webkit-transition-delay: 440ms;
          transition-delay: 440ms;
}
.teaser-grid__item:nth-child(23) {
  -webkit-transition-delay: 460ms;
          transition-delay: 460ms;
}
.teaser-grid.js-in-view .teaser-grid__item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.three-column-desc {
  padding: 40px 0;
}

.three-column-desc__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .three-column-desc__wrapper {
    padding: 0 20px;
  }
}

.three-column-desc__columns {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.three-column-desc__columns:before,
.three-column-desc__columns:after {
  content: "";
  display: table;
}
.three-column-desc__columns:after {
  clear: both;
}

.three-column-desc__column {
  float: left;
  width: 33.333%;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  .three-column-desc__column {
    width: 100%;
    margin-top: 40px;
  }
}

.three-column-desc__image {
  width: 100%;
  padding-bottom: 52%;
  background: no-repeat center;
  background-size: cover;
  margin-bottom: 40px;
}

.three-column-desc__header {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  margin-bottom: 20px;
}

.three-column-desc__column {
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}
.three-column-desc__column:nth-child(1) {
  -webkit-transition-delay: 80ms;
          transition-delay: 80ms;
}
.three-column-desc__column:nth-child(2) {
  -webkit-transition-delay: 160ms;
          transition-delay: 160ms;
}
.three-column-desc__column:nth-child(3) {
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}
.three-column-desc.js-in-view .three-column-desc__column {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.thumb-grid__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .thumb-grid__wrapper {
    padding: 0 20px;
  }
}

.thumb-grid__items {
  width: calc(100% + 60px);
  margin-left: -30px;
  text-align: left;
}

.thumb-grid__item {
  width: 25%;
  margin-left: -0.2em;
  display: inline-block;
  padding: 30px;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 767px) {
  .thumb-grid__item {
    width: 33%;
  }
}
@media (max-width: 619px) {
  .thumb-grid__item {
    width: 50%;
  }
}
@media (max-width: 419px) {
  .thumb-grid__item {
    width: 100%;
  }
}

.thumb-grid__thumb {
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
}

.thumb-grid__title {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  color: #b90b2e;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 15px;
}

.thumb-grid__desc {
  margin-top: 10px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
}

.thumb-grid__item {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
}
.thumb-grid__item:nth-child(1) {
  -webkit-transition-delay: 20ms;
          transition-delay: 20ms;
}
.thumb-grid__item:nth-child(2) {
  -webkit-transition-delay: 40ms;
          transition-delay: 40ms;
}
.thumb-grid__item:nth-child(3) {
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
}
.thumb-grid__item:nth-child(4) {
  -webkit-transition-delay: 80ms;
          transition-delay: 80ms;
}
.thumb-grid__item:nth-child(5) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.thumb-grid__item:nth-child(6) {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}
.thumb-grid__item:nth-child(7) {
  -webkit-transition-delay: 140ms;
          transition-delay: 140ms;
}
.thumb-grid__item:nth-child(8) {
  -webkit-transition-delay: 160ms;
          transition-delay: 160ms;
}
.thumb-grid__item:nth-child(9) {
  -webkit-transition-delay: 180ms;
          transition-delay: 180ms;
}
.thumb-grid__item:nth-child(10) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.thumb-grid__item:nth-child(11) {
  -webkit-transition-delay: 220ms;
          transition-delay: 220ms;
}
.thumb-grid__item:nth-child(12) {
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}
.thumb-grid__item:nth-child(13) {
  -webkit-transition-delay: 260ms;
          transition-delay: 260ms;
}
.thumb-grid__item:nth-child(14) {
  -webkit-transition-delay: 280ms;
          transition-delay: 280ms;
}
.thumb-grid__item:nth-child(15) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.thumb-grid__item:nth-child(16) {
  -webkit-transition-delay: 320ms;
          transition-delay: 320ms;
}
.thumb-grid__item:nth-child(17) {
  -webkit-transition-delay: 340ms;
          transition-delay: 340ms;
}
.thumb-grid__item:nth-child(18) {
  -webkit-transition-delay: 360ms;
          transition-delay: 360ms;
}
.thumb-grid__item:nth-child(19) {
  -webkit-transition-delay: 380ms;
          transition-delay: 380ms;
}
.thumb-grid__item:nth-child(20) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.thumb-grid__item:nth-child(21) {
  -webkit-transition-delay: 420ms;
          transition-delay: 420ms;
}
.thumb-grid__item:nth-child(22) {
  -webkit-transition-delay: 440ms;
          transition-delay: 440ms;
}
.thumb-grid__item:nth-child(23) {
  -webkit-transition-delay: 460ms;
          transition-delay: 460ms;
}
.thumb-grid.js-in-view .thumb-grid__item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.title-bar__button {
  display: inline-block;
  position: relative;
  background-color: #3399d5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 32px;
  margin: 8px;
  overflow: hidden;
  -webkit-transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.title-bar__button span {
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.title-bar__button svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: -15px;
  fill: #ffffff;
}
.title-bar__button:hover {
  color: #ffffff;
  background-color: #23527f;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.title-bar {
  background-color: #cccccc;
}

.title-bar__wrapper {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 25px 0 15px 0;
}
@media (max-width: 1220px) {
  .title-bar__wrapper {
    padding: 25px 20px 12px 20px;
  }
}

.title-bar__heading {
  font-size: 34px;
  color: #b90b2e;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

.title-bar__crumbs {
  margin: 0;
  padding: 0;
}

.title-bar__crumb {
  display: inline-block;
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 0 3px;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
}
.title-bar__crumb a {
  color: #e6e6e6;
}
.title-bar__crumb:after {
  content: "&gt;";
  display: inline-block;
  color: #e6e6e6;
  margin-left: 6px;
  margin-top: 1px;
}
.title-bar__crumb:last-child {
  color: #ffffff;
}
.title-bar__crumb:last-child a {
  color: #ffffff;
}
.title-bar__crumb:last-child:after {
  content: "";
}

.title-bar__buttons {
  position: absolute;
  display: inline-block;
  right: 0;
  top: calc(50% - 23px);
}
.title-bar__buttons:first-child {
  margin-left: 0;
}
.title-bar__buttons:last-child {
  margin-right: 0;
}
@media (max-width: 1220px) {
  .title-bar__buttons {
    right: 20px;
  }
}
@media (max-width: 980px) {
  .title-bar__buttons {
    margin-top: 20px;
    position: relative;
    width: 100%;
    margin-left: 20px;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.to-top {
  width: 81px;
  height: 81px;
  background-color: #b90b2e;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 50px;
}
.to-top:hover {
  background-color: #3399d5;
}
@media (max-width: 767px) {
  .to-top {
    display: none;
  }
}
.to-top svg {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  fill: #ffffff;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  position: relative;
  top: 8px;
}
.to-top a {
  padding-top: 10px;
  color: white;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.to-top__text {
  width: 100%;
  display: inline-block;
  position: relative;
  top: 15px;
  text-align: center;
}

.to-top {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale3d(0.75, 0.75, 1) rotateZ(-90deg);
          transform: scale3d(0.75, 0.75, 1) rotateZ(-90deg);
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.to-top.js-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) rotateZ(0);
          transform: scale3d(1, 1, 1) rotateZ(0);
}

.topic-grid_link svg {
  display: inline-block;
  width: 10px;
  height: 10px;
  fill: #3399d5;
  margin-left: 5px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.topic-grid_link:hover svg {
  fill: #b90b2e;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.topic-grid__wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 1220px) {
  .topic-grid__wrapper {
    padding: 40px 20px;
  }
}

.topic-grid__items {
  width: calc(100% + 80px);
  margin-left: -40px;
  text-align: center;
}

.topic-grid__item {
  display: inline-block;
  position: relative;
  margin-left: -0.2em;
  vertical-align: top;
  width: 33.333333%;
  padding: 40px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .topic-grid__item {
    width: 50%;
  }
}
@media (max-width: 619px) {
  .topic-grid__item {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
[item-count="2"] .topic-grid__item,
[item-count="4"] .topic-grid__item {
  width: 50%;
}
@media (max-width: 619px) {
  [item-count="2"] .topic-grid__item,
  [item-count="4"] .topic-grid__item {
    width: 100%;
  }
}

.topic-grid__icon {
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  border: 1px solid #c2c2c2;
  border-radius: 100%;
  margin: 0 auto;
}
.topic-grid__icon a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}
.topic-grid__icon svg {
  position: relative;
  top: calc(50% - 29px);
  width: 58px;
  height: 58px;
  fill: #b90b2e;
}

.topic-grid__title {
  margin-top: 20px;
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-weight: 400;
  line-height: 140%;
  font-size: 24px;
  margin-bottom: 10px;
}
.topic-grid__title:hover a {
  color: #3399d5;
}
.topic-grid__title,
.topic-grid__title a {
  color: #000000;
}

.topic-grid__desc,
.topic-grid__desc p {
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  font-size: 15px;
  line-height: 150%;
  color: #595959;
}

.topic-grid_link {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 55px);
  width: 110px;
  display: inline-block;
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  color: #3399d5;
  border-top: 1px solid #c2c2c2;
  padding-top: 10px;
  margin-top: 10px;
}

.topic-grid__item {
  -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1), transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1), transform 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
}
.topic-grid__item:nth-child(1) {
  -webkit-transition-delay: 20ms;
          transition-delay: 20ms;
}
.topic-grid__item:nth-child(2) {
  -webkit-transition-delay: 40ms;
          transition-delay: 40ms;
}
.topic-grid__item:nth-child(3) {
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
}
.topic-grid__item:nth-child(4) {
  -webkit-transition-delay: 80ms;
          transition-delay: 80ms;
}
.topic-grid__item:nth-child(5) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.topic-grid__item:nth-child(6) {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}
.topic-grid__item:nth-child(7) {
  -webkit-transition-delay: 140ms;
          transition-delay: 140ms;
}
.topic-grid__item:nth-child(8) {
  -webkit-transition-delay: 160ms;
          transition-delay: 160ms;
}
.topic-grid__item:nth-child(9) {
  -webkit-transition-delay: 180ms;
          transition-delay: 180ms;
}
.topic-grid__item:nth-child(10) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.topic-grid__item:nth-child(11) {
  -webkit-transition-delay: 220ms;
          transition-delay: 220ms;
}
.topic-grid__item:nth-child(12) {
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}
.topic-grid__item:nth-child(13) {
  -webkit-transition-delay: 260ms;
          transition-delay: 260ms;
}
.topic-grid__item:nth-child(14) {
  -webkit-transition-delay: 280ms;
          transition-delay: 280ms;
}
.topic-grid__item:nth-child(15) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.topic-grid__item:nth-child(16) {
  -webkit-transition-delay: 320ms;
          transition-delay: 320ms;
}
.topic-grid__item:nth-child(17) {
  -webkit-transition-delay: 340ms;
          transition-delay: 340ms;
}
.topic-grid__item:nth-child(18) {
  -webkit-transition-delay: 360ms;
          transition-delay: 360ms;
}
.topic-grid__item:nth-child(19) {
  -webkit-transition-delay: 380ms;
          transition-delay: 380ms;
}
.topic-grid.js-in-view .topic-grid__item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.tutorials__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .tutorials__wrapper {
    padding: 0 20px;
  }
}

.tutorials__items {
  width: calc(100% + 120px);
  margin-left: -60px;
}
.tutorials__items:before,
.tutorials__items:after {
  content: "";
  display: table;
}
.tutorials__items:after {
  clear: both;
}

.tutorials__item {
  width: 50%;
  float: left;
  padding: 0 60px;
  cursor: pointer;
}
@media (max-width: 619px) {
  .tutorials__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .tutorials__item:last-child {
    margin-bottom: 0;
  }
}

.tutorials__thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  margin-bottom: 20px;
  background: #c2c2c2 no-repeat center;
  background-size: cover;
}
.tutorials__thumbnail svg {
  position: absolute;
  width: 70px;
  height: 70px;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  fill: #ffffff;
  opacity: 0.5;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.tutorials__item:hover .tutorials__thumbnail svg {
  opacity: 1;
  fill: #b90b2e;
}

.tutorials__title {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 18px;
  line-height: 140%;
  color: #3399d5;
  font-weight: 600;
  margin-bottom: 10px;
}

.tutorials__desc {
  margin-bottom: 5px;
}

.tutorials__time {
  font-weight: 600;
}

.tutorials__item {
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}
.tutorials__item:nth-child(1) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.tutorials__item:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.tutorials__item:nth-child(3) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.tutorials__item:nth-child(4) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.tutorials__item:nth-child(5) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.tutorials__item:nth-child(6) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.tutorials__item:nth-child(7) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.tutorials__item:nth-child(8) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.tutorials__item:nth-child(9) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.tutorials__item:nth-child(10) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.tutorials__item:nth-child(11) {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}
.tutorials.js-in-view .tutorials__item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* OCRT Formatting */

.cross-reference-tool__wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-height: 400px;
}
@media (max-width: 1240px) {
  .cross-reference-tool__wrapper {
    padding: 0 20px;
  }
}

.cross-reference-tool__nav {
  text-align: center;
  margin: 65px 0;
}
.cross-reference-tool__nav h2 {
  margin-bottom: 28px;
}
.cross-reference-tool__nav span {
  font-size: 22px;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
  padding-right: 5px;
}
@media (max-width: 619px) {
  .cross-reference-tool__nav span {
    font-size: 20px;
  }
}
.cross-reference-tool__nav a {
  font-size: 16px;
  font-weight: 600;
  padding: 0 24px 16px 24px;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 619px) {
  .cross-reference-tool__nav a {
    display: block;
    padding: 10px 0;
    background-color: #c2c2c2;
    margin-bottom: 2px;
    font-size: 14px;
  }
  .cross-reference-tool__nav a:hover {
    background-color: darkgray;
  }
}
.cross-reference-tool__nav a:after {
  content: "";
  width: 1px;
  height: 17px;
  background-color: #c2c2c2;
  display: inline-block;
  position: relative;
  left: 24px;
  bottom: -2px;
}
@media (max-width: 619px) {
  .cross-reference-tool__nav a:after {
    display: none;
  }
}
.cross-reference-tool__nav a:first-of-type {
  padding-left: 0;
}
.cross-reference-tool__nav a:last-of-type:after {
  display: none;
}




























.resource-lister__open-filters,
.resource-lister__paging-button,
.resource-lister__apply-filters {
  display: inline-block;
  position: relative;
  background-color: #3399d5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 32px;
  margin: 8px;
  overflow: hidden;
  -webkit-transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.resource-lister__open-filters span,
.resource-lister__paging-button span,
.resource-lister__apply-filters span {
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.resource-lister__open-filters svg,
.resource-lister__paging-button svg,
.resource-lister__apply-filters svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: -15px;
  fill: #ffffff;
}
.resource-lister__open-filters:hover,
.resource-lister__paging-button:hover,
.resource-lister__apply-filters:hover {
  color: #ffffff;
  background-color: #23527f;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.resource-lister.js-loading &gt; * {
  opacity: 0.3;
  pointer-events: none;
}

.resource-lister.js-loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: 20px;
  border: 2px solid #c2c2c2;
  border-top: 4px solid #3399d5;
  border-radius: 100%;
  -webkit-animation: loading 1000ms cubic-bezier(0.23, 1, 0.32, 1) infinite;
          animation: loading 1000ms cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

.resource-lister {
  position: relative;
  padding-bottom: 100px;
}

.resource-lister__wrapper {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 1220px) {
  .resource-lister__wrapper {
    padding: 60px 20px;
  }
}

.resource-lister__contain:after {
  content: "";
  display: table;
  clear: both;
}
.resource-lister__filters {
  width: 320px;
  float: left;
  padding-right: 40px;
}
.resource-lister__display {
  width: calc(100% - 320px);
  float: left;
}
.resource-lister__open-filters {
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 50px;
  margin-right: 0;
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid #3399d5;
  color: #3399d5;
  display: none;
}

.js-filters-open .resource-lister__open-filters {
  visibility: hidden;
  pointer-events: none;
}
.resource-lister__open-filters svg {
  fill: #3399d5;
}
.resource-lister__open-filters:hover {
  border-color: #23527f;
}
.resource-lister__open-filters:hover svg {
  fill: #ffffff;
}

.resource-lister__filters-close {
  position: absolute;
  top: 27px;
  right: 40px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
}
.resource-lister__filters-close svg {
  width: 100%;
  height: 100%;
  fill: #b90b2e;
}
.resource-lister__filters-close:hover svg {
  fill: #000000;
}


@media (max-width: 1220px) {
  .resource-lister__open-filters {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .resource-lister__filters-title {
    display: none;
  }
  .resource-lister__filters-close {
    display: block;
  }
  .resource-lister__open-filters {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
  }

  .resource-lister__filters {
    width: 320px;
    position: fixed;
    z-index: 200;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
    background-color: #ffffff;
    float: none;
    display: none;
  }
  .js-filters-open .resource-lister__filters {
    display: block;
  }
  .resource-lister__display {
    width: 100%;
    float: none;
  }
}


.resource-lister__count {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}

.resource-lister__instruct {
  display: inline-block;
  position: relative;
  top: 12px;
}

.resource-lister__tags {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}

.resource-lister__tag {
  display: inline-block;
  position: relative;
  padding: 3px 20px;
  background-color: #ffffff;
  font-size: 14px;
  color: #595959;
  border: 1px solid #595959;
  border-radius: 40px;
  padding-right: 30px;
  cursor: pointer;
  margin-top: 15px;
  margin-right: 5px;
}
.resource-lister__tag svg {
  position: absolute;
  width: 8px;
  height: 8px;
  right: 10px;
  top: 8px;
  fill: #000000;
}
.resource-lister__tag:hover {
  background-color: #b90b2e;
  border-color: #b90b2e;
  color: #ffffff;
}
.resource-lister__tag:hover svg {
  fill: #ffffff;
}


.resource-lister__search {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  /*float: right;*/
  margin: 20px 0;
}

.resource-lister__search-input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 12px;
}
.resource-lister__search &gt; svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #595959;
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
}

.resource-lister__table {
  clear: both;
  width: 100%;
  margin-top: 14px;
  border-spacing: 0;
}
.resource-lister__table th {
  position: relative;
  background-color: #efefef;
  border: 0;
  padding: 15px 0;
  text-align: left;
  padding-right: 30px;
  vertical-align: middle;
}
.resource-lister__table th:first-child {
  padding-left: 25px;
}
.resource-lister__table th sub {
  display: block;
  font-weight: 400;
  padding-top: 5px;
}
.resource-lister__table td {
  position: relative;
  padding: 15px 0;
  padding-right: 50px;
  vertical-align: top;
  border-bottom: 1px solid #e2e2e2;
  min-width: 10%;
}
.resource-lister__table td:nth-child(1) {
  padding-left: 40px;
  padding-right: 20px;
  color: #3399d5;
}
.resource-lister__table td:nth-child(1) svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 14px;
  fill: #595959;
}
.resource-lister__table td:nth-child(2) {
  padding-left: 0;
  padding-right: 10px;
  font-size: 12px;
  white-space: nowrap;
  min-width: 2%;
}
.resource-lister__table td:nth-child(2) svg {
  width: 32px;
  height: 32px;
  fill: #b90b2e;
}
.resource-lister__table td:nth-child(6) {
  min-width: 12%;
}
.resource-lister__table td span {
  display: block;
  margin-bottom: 5px;
}
.resource-lister__label {
  font-size: 12px;
  margin-top: 5px;
}
@media (max-width: 850px) {
  .resource-lister__table {
    display: block;
  }
  .resource-lister__table thead,
  .resource-lister__table th {
    display: none;
  }
  .resource-lister__table tbody,
  .resource-lister__table tr,
  .resource-lister__table td {
    display: block;
  }
  .resource-lister__table tr {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
  }
  .resource-lister__table tr:last-child {
    border: 0;
  }
  .resource-lister__table td {
    padding: 10px !important;
    border-bottom: 0;
  }
  .resource-lister__table td:before,
  .resource-lister__table td:after {
    content: "";
    display: table;
  }
  .resource-lister__table td:after {
    clear: both;
  }
  .resource-lister__table td div {
    display: block;
    float: left;
    margin-left: 20px;
    width: calc(70% - 20px);
    padding-top: 3px;
  }
  .resource-lister__table td span {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .resource-lister__table td span:first-child {
    margin-left: 0;
  }
  .resource-lister__table td span:after {
    content: "/";
    display: inline-block;
    margin-left: 12px;
    color: #c2c2c2;
  }
  .resource-lister__table td span:last-child:after {
    display: none;
  }
  .resource-lister__table td svg {
    width: 24px !important;
    height: 24px !important;
  }

  .resource-lister__table td:nth-child(1) svg {
    width: 15px !important;
    height: 15px !important;
    display: inline-block;
    position: relative;
    top: -3px;
    left: 0;
    vertical-align: middle;
  }
  .resource-lister__table td:before {
    content: attr(data-title);
    line-height: 140%;
    color: #595959;
    font-weight: 600;
    display: block;
    float: left;
    width: 30%;
  }
}

.js-filters-open .resource-lister__results {
  opacity: 0.5;
  pointer-events: none;
}

.resource-lister__pagination {
  margin-top: 40px;
  text-align: center;
}

.resource-lister__paging-button {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding: 5px 15px;
}
.resource-lister__paging-button span span {
  position: relative;
  top: -1px;
  font-weight: 800;
}

.resource-lister__current-page {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .resource-lister__current-page {
    display: block;
    margin: 20px 0;
  }
}


.resource-lister__filters-title {
  font-family: "Ubuntu", helvetica, arial, verdana, sans-serif;
  color: #b90b2e;
  font-weight: 100;
  font-size: 20px;
  text-align: left;
  padding: 0 0 0 0;
  border-bottom: 1px solid #e2e2e2;
}
.resource-lister__filters-title svg {
  width: 20px;
  height: 20px;
  fill: #b90b2e;
  margin-right: 10px;
  top: 2px;
  position: relative;
}

.resource-lister__filter-actions {
  text-align: right;
  margin: 10px 0 5px 0;
  font-size: 13px;
}

.resource-lister__filter-categories {
  padding: 0;
}
@media (max-width: 767px) {
  .resource-lister__filter-categories {
    padding: 30px;
  }
}

.resource-lister__filter-category {
  padding: 8px 0;
  border-bottom: 1px solid #e2e2e2;
}
.resource-lister__filter-category:last-child {
  border-bottom: 0;
}

.resource-lister__filter-category-title {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 15px;
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
}
.resource-lister__filter-category-title svg {
  width: 16px;
  height: 16px;
  fill: #3399d5;
  margin-right: 10px;
  top: 2px;
  position: relative;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.resource-lister__filter-category.js-open .resource-lister__filter-category-title svg {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}

.resource-lister__filter-category-clear {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-size: 16px;
  color: #3399d5;
  cursor: pointer;
  margin-left: 35px;
  display: none;
}
.resource-lister__filter-category-clear:hover {
  color: #b90b2e;
}
.resource-lister__filter-category.js-open .resource-lister__filter-category-clear {
  display: block;
}

.resource-lister__filter-items {
  margin: 0;
  padding: 0 0 0 53px;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 13px;
}
.resource-lister__filter-category.js-open .resource-lister__filter-items {
  margin: 10px 0 0 0;
  height: auto;
  visibility: visible;
}

.resource-lister__filter-item {
  position: relative;
  padding: 0;
  line-height: 138%;
  margin-bottom: 10px;
  list-style-type: none;
}
.resource-lister__filter-select {
  cursor: pointer;
  display: block;
  position: absolute;
  left: -23px;
  top: 3px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
}
.resource-lister__filter-select + span {
  cursor: pointer;
}

.resource-lister__filter-item.js-selected &gt; .resource-lister__filter-select {
  background-color: #b90b2e;
}
.resource-lister__filter-sub {
  display: none;
}
.resource-lister__filter-item--sub &gt; svg {
  cursor: pointer;
  width: 14px;
  height: 14px;
  display: block;
  left: -46px;
  top: 4px;
  position: absolute;
  fill: #3399d5;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.resource-lister__filter-item--sub.js-open &gt; svg {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}
.resource-lister__filter-item--sub.js-no-filter &gt; svg {
  left: -22px;
}
.resource-lister__filter-item--sub &gt; svg + span {
  cursor: pointer;
}
.resource-lister__filter-sub {
  margin-left: 0;
  padding-left: 23px;
  margin-top: 10px;
  display: none;
}
.resource-lister__filter-item--sub.js-open &gt; .resource-lister__filter-sub {
  display: block;
}
/*.resource-lister__filter-item:after {*/
/*content: "(" attr(data-count) ")";*/
/*font-size: 14px; }*/

.resource-lister__apply-filters {
  display: block;
  width: calc(100% - 80px);
  margin: 0 auto;
  text-align: center;
}

.resource-lister__no-results {
  display: block;
  text-align: center;
  padding: 40px;
  margin-top: 40px;
  font-size: 22px;
}



/*.resource-lister--product table.resource-lister__table td:nth-last-child(2) {
  text-align: right;
  padding-right: 70px; }
  @media (max-width: 850px) {
    .resource-lister--product table.resource-lister__table td:nth-last-child(2) {
      text-align: left !important; } }*/

.resource-lister--resource table.resource-lister__table td {
  line-height: 140%;
}

.resource-lister--resource table.resource-lister__table th {
  padding: 20px 30px;
}
.resource-lister--resource table.resource-lister__table th:last-child {
  width: 250px;
  padding-left: 20px !important;
}



.product-detail__action-buttons a,
.product-detail__filter-actions a {
  align-items: center;
  background-color: #f69e1d;
  color: #ffffff;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 15px;
  width: 100%;
}
.product-detail__action-buttons span {
  display: inline-block;
}
.product-detail__action-buttons a:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 24' style='enable-background:new 0 0 22 24;' xml:space='preserve'%3E%3Cpath id='Shape' class='st0' fill='rgba(246, 158, 29, 1)' d='M21.1,6.8l-5.7-6c-0.1-0.1-0.2-0.1-0.3-0.1H6.5c-1,0-1.7,0.8-1.7,1.7v6.1H1.3C0.6,8.5,0,9.1,0,9.8 v6.5c0,0.7,0.6,1.3,1.3,1.3h3.5v3.9c0,1,0.8,1.7,1.7,1.7h13c1,0,1.7-0.8,1.7-1.7V7.1C21.2,7,21.2,6.9,21.1,6.8z M15.1,1.9l4.7,4.9 h-4.7V1.9z M1.3,16.8c-0.2,0-0.4-0.2-0.4-0.4V9.8c0-0.2,0.2-0.4,0.4-0.4H13c0.2,0,0.4,0.2,0.4,0.4v6.5c0,0.2-0.2,0.4-0.4,0.4H1.3z M20.3,21.5c0,0.5-0.4,0.9-0.9,0.9h-13c-0.5,0-0.9-0.4-0.9-0.9v-3.9H13c0.7,0,1.3-0.6,1.3-1.3V9.8c0-0.7-0.6-1.3-1.3-1.3H5.6V2.5 C5.6,2,6,1.6,6.5,1.6h7.8v5.6c0,0.2,0.2,0.4,0.4,0.4h5.6V21.5z'/%3E%3Cpath id='Shape_1_' fill='rgba(246, 158, 29, 1)' class='st0' d='M5.2,11.7c-0.1-0.2-0.3-0.3-0.5-0.4c-0.1,0-0.4-0.1-0.9-0.1H2.5V15h0.8v-1.4h0.5 c0.3,0,0.6,0,0.8-0.1c0.1,0,0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.3-0.4c0.1-0.2,0.1-0.3,0.1-0.6C5.4,12.2,5.3,11.9,5.2,11.7z M4.5,12.8c-0.1,0.1-0.1,0.1-0.2,0.2S4,13,3.7,13H3.3v-1.1h0.4c0.3,0,0.5,0,0.5,0c0.1,0,0.2,0.1,0.3,0.2c0.1,0.1,0.1,0.2,0.1,0.3 C4.6,12.6,4.6,12.7,4.5,12.8z'/%3E%3Cpath id='Shape_2_' fill='rgba(246, 158, 29, 1)' class='st0' d='M9,12.3c-0.1-0.2-0.2-0.4-0.4-0.6s-0.3-0.3-0.6-0.3c-0.2,0-0.4-0.1-0.7-0.1H6V15h1.4 c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.4-0.2,0.5-0.3C8.8,14.5,8.9,14.3,9,14c0.1-0.2,0.1-0.5,0.1-0.8C9.1,12.9,9.1,12.6,9,12.3z M8.3,13.9 c-0.1,0.2-0.1,0.3-0.2,0.4c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0-0.2,0-0.5,0H6.8l0,0v-2.5h0.3c0.3,0,0.5,0,0.6,0c0.1,0,0.3,0.1,0.3,0.2 s0.2,0.2,0.2,0.4c0.1,0.2,0.1,0.4,0.1,0.7C8.3,13.5,8.3,13.7,8.3,13.9z'/%3E%3Cpolygon id='Path' fill='rgba(246, 158, 29, 1)' class='st0' points='12.3,11.9 12.3,11.3 9.8,11.3 9.8,15 10.5,15 10.5,13.4 12.1,13.4 12.1,12.8 10.5,12.8 10.5,11.9 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 26px 26px;
  content: "";
  display: inline-block;
  height: 26px;
  margin-right: 16px;
  position: relative;
  width: 26px;
}
.product-detail__action-buttons a:last-child,
.product-detail__filter-actions a:last-child {
  margin-bottom: 0;
}
.product-detail__action-buttons a:last-child {
  background-color: transparent;
  color: #f69e1d;
  border: 1px solid #f69e1d;
}
.product-detail__action-buttons a:first-child {
  background-color: #f69e1d;
  border: none;
  color: #ffffff;
}
.product-detail__action-buttons a:first-child:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 24' style='enable-background:new 0 0 22 24;' xml:space='preserve'%3E%3Cpath id='Shape' class='st0' fill='white' d='M21.1,6.8l-5.7-6c-0.1-0.1-0.2-0.1-0.3-0.1H6.5c-1,0-1.7,0.8-1.7,1.7v6.1H1.3C0.6,8.5,0,9.1,0,9.8 v6.5c0,0.7,0.6,1.3,1.3,1.3h3.5v3.9c0,1,0.8,1.7,1.7,1.7h13c1,0,1.7-0.8,1.7-1.7V7.1C21.2,7,21.2,6.9,21.1,6.8z M15.1,1.9l4.7,4.9 h-4.7V1.9z M1.3,16.8c-0.2,0-0.4-0.2-0.4-0.4V9.8c0-0.2,0.2-0.4,0.4-0.4H13c0.2,0,0.4,0.2,0.4,0.4v6.5c0,0.2-0.2,0.4-0.4,0.4H1.3z M20.3,21.5c0,0.5-0.4,0.9-0.9,0.9h-13c-0.5,0-0.9-0.4-0.9-0.9v-3.9H13c0.7,0,1.3-0.6,1.3-1.3V9.8c0-0.7-0.6-1.3-1.3-1.3H5.6V2.5 C5.6,2,6,1.6,6.5,1.6h7.8v5.6c0,0.2,0.2,0.4,0.4,0.4h5.6V21.5z'/%3E%3Cpath id='Shape_1_' fill='white' class='st0' d='M5.2,11.7c-0.1-0.2-0.3-0.3-0.5-0.4c-0.1,0-0.4-0.1-0.9-0.1H2.5V15h0.8v-1.4h0.5 c0.3,0,0.6,0,0.8-0.1c0.1,0,0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.3-0.4c0.1-0.2,0.1-0.3,0.1-0.6C5.4,12.2,5.3,11.9,5.2,11.7z M4.5,12.8c-0.1,0.1-0.1,0.1-0.2,0.2S4,13,3.7,13H3.3v-1.1h0.4c0.3,0,0.5,0,0.5,0c0.1,0,0.2,0.1,0.3,0.2c0.1,0.1,0.1,0.2,0.1,0.3 C4.6,12.6,4.6,12.7,4.5,12.8z'/%3E%3Cpath id='Shape_2_' fill='white' class='st0' d='M9,12.3c-0.1-0.2-0.2-0.4-0.4-0.6s-0.3-0.3-0.6-0.3c-0.2,0-0.4-0.1-0.7-0.1H6V15h1.4 c0.3,0,0.5,0,0.7-0.1c0.2-0.1,0.4-0.2,0.5-0.3C8.8,14.5,8.9,14.3,9,14c0.1-0.2,0.1-0.5,0.1-0.8C9.1,12.9,9.1,12.6,9,12.3z M8.3,13.9 c-0.1,0.2-0.1,0.3-0.2,0.4c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0-0.2,0-0.5,0H6.8l0,0v-2.5h0.3c0.3,0,0.5,0,0.6,0c0.1,0,0.3,0.1,0.3,0.2 s0.2,0.2,0.2,0.4c0.1,0.2,0.1,0.4,0.1,0.7C8.3,13.5,8.3,13.7,8.3,13.9z'/%3E%3Cpolygon id='Path' fill='white' class='st0' points='12.3,11.9 12.3,11.3 9.8,11.3 9.8,15 10.5,15 10.5,13.4 12.1,13.4 12.1,12.8 10.5,12.8 10.5,11.9 '/%3E%3C/svg%3E");
}
.product-detail {
  margin-top: 40px;
  position: relative;
  width: 100%;
}
.product-detail__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .product-detail__wrapper {
    padding: 0 20px;
  }
}

.product-detail__summary {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-detail__aside {
  width: 280px;
  padding-right: 70px;
}
.product-detail__aside &gt; img {
  width: 100%;
  height: auto;
}
.product-detail__aside:last-child {
  padding-right: 0;
  padding-left: 70px;
}
.product-detail__main {
  width: calc(100% - 280px);
}
.product-detail__full {
  width: 100%;
}
.product-detail__action-buttons {
  padding-right: 20px;
}
.product-detail__action-links {
  margin-top: 20px;
}
.product-detail__action-links a {
  display: block;
  border-bottom: 1px solid #bbbbbb;
  padding: 10px 0;
  font-weight: 600;
}
.product-detail__action-links a:first-child {
  border-top: 1px solid #bbbbbb;
}
.product-detail__main p a {
  font-weight: 600;
}
.product-detail__tabs {
}
.product-detail__tab-bar {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #3399d5;
  margin-top: 40px;
}
.product-detail__tab-bar &gt; div {
  padding: 15px 18px;
  background-color: #eeeeee;
  margin-right: 4px;
  color: #3399d5;
  margin-bottom: 5px;
  cursor: pointer;
}
.product-detail__tab-bar &gt; div.js-selected {
  background-color: #3399d5;
  color: #ffffff;
  box-shadow: 0 5px 0 #3399d5;
}
.product-detail__tab {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
.product-detail__tab &gt; .views-element-container {
  width: 100%;
}
.product-detail__tab &gt; .views-element-container .product-detail__aside {
  padding-left: 0 !important;
  padding-right: 50px !important;
}
@media (max-width: 640px) {
  .product-detail__tab &gt; .views-element-container .product-detail__aside {
    padding: 0 !important;
  }
}
.product-detail__tab .product-detail__aside {
  width: 320px;
  padding-right: 50px;
}
.product-detail__tab .product-detail__aside &gt; div {
  margin-bottom: 10px;
}
.product-detail__tab .product-detail__aside:last-child {
  width: 320px;
  padding-right: 0;
  padding-left: 50px;
}
.product-detail__tab .product-detail__main {
  width: calc(100% - 320px);
}
.product-detail__tab h1,
.product-detail__tab h2,
.product-detail__tab h3,
.product-detail__tab h4,
.product-detail__tab h5,
.product-detail__tab h6 {
  font-family: "Open Sans", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
}
.product-detail__tab ul {
  padding-left: 18px;
  margin-left: 0;
  margin-bottom: 40px;
}
.product-detail__tab li {
  list-style-type: none;
  position: relative;
  line-height: 130%;
}
.product-detail__tab .product-detail__main li:before,
.product-detail__tab .product-detail__full li:before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #333333;
  left: -18px;
  top: 7px;
}
.product-detail__tab .product-detail__main li li:before,
.product-detail__tab .product-detail__full li li:before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  border: 1px solid #333333;
  background-color: #ffffff;
  left: -18px;
  top: 7px;
}
.product-detail__tab .product-detail__main li ul,
.product-detail__tab .product-detail__full li ul {
  margin-top: 12px;
}
.product-detail__tab.js-selected .views-element-container &gt; div,
.product-detail__tab.js-selected {
  display: flex;
}
@media screen and (max-width: 767px) {
  .product-detail__tab.js-selected .views-element-container &gt; div,
  .product-detail__tab.js-selected {
    flex-wrap: wrap;
  }

  .product-detail__tab.js-selected .views-element-container &gt; div .product-detail__aside {
    order: 1;
  }

  .product-detail__tab.js-selected .views-element-container &gt; div .product-detail__main {
    order: 2;
  }
}
.product-detail__specs {
  border-spacing: 0;
  font-size: 14px;
  width: 100%;
}
.product-detail__specs tr.grey-table {
  background-color: #dddddd;
}
.product-detail__specs td {
  border-bottom: 1px dashed #bbbbbb;
  padding: 10px;
}
.product-detail__specs td:not(:last-child) {
  border-right: 1px dashed #bbbbbb;
}
.product-detail__specs td:first-child {
  font-weight: bold;
  width: 35%;
}
.product-detail__specs tr:last-child td {
  border-bottom: 0;
}
.product-detail__carousel {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.product-detail__carousel li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
}
.product-detail__carousel li.js-selected {
  display: block;
}
.product-detail__carousel img {
  height: 200px;
  max-width: 100%;
}
.product-detail__expand {
  align-items: center;
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
}
.product-detail__expand:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23595A5A;%7D .st1%7Bfill:none;stroke:%23595A5A;stroke-width:2;%7D%0A%3C/style%3E%3Cpolygon id='_x2B_' class='st0' points='8.3,9.1 5.3,9.1 5.3,8 8.3,8 8.3,4.9 9.4,4.9 9.4,8 12.5,8 12.5,9.1 9.4,9.1 9.4,12.1 8.3,12.1 '/%3E%3Cpath id='Combined-Shape' class='st1' d='M8.6,15c-3.7,0-6.8-3-6.8-6.8s3-6.8,6.8-6.8s6.8,3,6.8,6.8S12.4,15,8.6,15z M13.4,13.2 l5.2,5.2L13.4,13.2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 6px;
  position: relative;
  width: 20px;
}
.product-detail__carousel p {
  font-size: 14px;
  font-style: italic;
}

.product-detail__carousel-dots {
  display: flex;
}
.product-detail__carousel-dots &gt; div {
  width: 12px;
  height: 12px;
  border: 1px solid #bbbbbb;
  border-radius: 100%;
  margin-right: 8px;
  cursor: pointer;
}
.product-detail__carousel-dots &gt; div.js-selected {
  background-color: #3399d5;
}
.product-detail__list-grid {
  display: flex;
  flex-wrap: wrap;
}
.product-detail__list-grid li {
  width: 25%;
  padding-right: 20px;
}
.product-detail__link-grid {
  display: flex;
  flex-wrap: wrap;
}
.product-detail__link-grid li {
  padding: 0;
  border-bottom: 1px dashed #bbbbbb;
  margin-right: 20px;
  padding-bottom: 15px;
}
.product-detail__link-grid li:before {
  display: none !important;
}
.product-detail__link-grid p {
  font-size: 15px;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0;
}
.product-detail__link-grid[data-cols="1"] li {
  width: calc(100% - 20px);
}
.product-detail__link-grid[data-cols="2"] li {
  width: calc(50% - 20px);
}
.product-detail__link-grid[data-cols="3"] li {
  width: calc(33.3333% - 20px);
}
.product-detail__link-grid[data-cols="4"] li {
  width: calc(25% - 20px);
}
.product-detail__link-grid[data-cols="5"] li {
  width: calc(20% - 20px);
}
.product-detail__filter {
  border: 1px solid #cccccc;
}
.product-detail__filter h4 {
  background-color: #eeeeee;
  padding: 12px 20px;
  color: #666666;
  font-size: 16px;
}
.product-detail__filter-items {
  padding: 0 8px;
}
form.product-detail__filter-items {
  padding: 0;
}
form.product-detail__filter-items &gt; .form-checkboxes {
  padding: 20px;
}
form.product-detail__filter-items .js-form-type-checkbox {
  display: flex;
}
.product-detail__filter-items input[type="checkbox"] {
  opacity: 0;
}
.product-detail__filter-items .js-form-type-checkbox label {
  position: relative;
}
.product-detail__filter-items .js-form-type-checkbox label:before,
.product-detail__filter-items .js-form-type-checkbox label:after {
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 15px;
  left: -23px;
  position: absolute;
  top: 2px;
  width: 15px;
}
.product-detail__filter-items .js-form-type-checkbox label:before {
  border: 1px solid #c2c2c2;
}
.product-detail__filter-items .js-form-type-checkbox label:after {
  background-color: #b90b2e;
}
.product-detail__filter-items input[type="checkbox"] + label:after {
  content: none;
}
.product-detail__filter-items input[type="checkbox"]:checked + label:after {
  content: "";
}
.product-detail__filter-items &gt; div {
  margin-bottom: 20px;
  font-size: 14px;
}
form.product-detail__filter-items .form-item {
  margin-bottom: 8px;
}
.product-detail__filter-items input {
  margin-right: 10px;
}
.product-detail__filter-items .form-checkboxes &gt; ul {
  padding-left: 0;
  margin-bottom: 0;
}
.product-detail__filter-items .form-checkboxes &gt; ul li {
  margin-bottom: 8px;
}
.product-detail__filter-items .form-checkboxes &gt; ul li ul {
  padding-left: 22px;
  margin-bottom: 10px;
}
.product-detail__filter-actions {
  padding: 20px;
  text-align: center;
}
.product-detail__results {
  width: 100%;
}
.product-detail__results tr td:nth-child(odd) {
  padding-right: 15px;
}
.product-detail__results th {
  border-bottom: 1px solid #bbbbbb;
  text-align: left;
  padding-bottom: 20px;
}
.product-detail__results td {
  border-bottom: 1px dotted #bbbbbb;
  padding: 16px 0;
  font-size: 16px;
}
.product-detail__results td:last-child {
  font-size: 14px;
}

@media (max-width: 640px) {
  .product-detail {
    margin-top: 40px;
  }
  .product-detail__aside {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 40px;
    order: 2;
  }
  .product-detail__main {
    width: 100% !important;
    padding: 0;
    margin-bottom: 40px;
    order: 1;
  }
  .product-detail__tab-bar &gt; div {
    box-shadow: none !important;
  }
  .product-detail__list-grid li {
    width: 100% !important;
  }
  .product-detail__link-grid li {
    width: 100% !important;
  }
  .product-detail__list-grid {
    padding: 0 !important;
  }
  .product-detail__link-grid {
    padding: 0 !important;
  }
}

.order-now-cart,
.order-now-button {
  height: 38px;
}

.order-now-cart {
  margin-right: 0;
  padding: 9px 10px 9px 8px;
}

.order-now-cart svg {
  margin: 0;
}

.order-now-button {
  margin-left: 1px;
  text-transform: uppercase;
}

.node-chronos-product .title-bar__button {
  background-color: transparent;
  border: 1px solid #3399d5;
  color: #3399d5;
}

.node-chronos-product .title-bar__button.order-now-cart,
.node-chronos-product .title-bar__button.order-now-button {
  background-color: #3399d5;
  color: #ffffff;
}

.product-detail__main .product-detail__title {
  border-bottom: 1px solid #bbbbbb;
  font-weight: 400;
  padding-bottom: 16px;
}

.product-detail__tab h2 {
  font-size: 1.1em;
}

.product-detail__tab h3 {
  font-size: 1em;
}

.order-now-wrapper {
  display: inline-block;
}

/* Table paragraph */
.table-content__wrapper {
  margin: 0 auto;
  padding: 20px 0;
  scroll-behavior: smooth;
}
.table-content__wrapper a:not([href]) {
  color: #000000;
}

.table-content__full {
  max-width: 1180px;
}
.table-content__contained {
  max-width: 1180px;
  padding-left: 12%;
  padding-right: 12%;
}


@media (max-width: 1200px) {
  .table-content__full {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .table-content__fluid,
  .table-content__full,
  .table-content__contained {
    padding: 0 20px 20px 20px;
    max-width: 100%;
    width: 100%;
  }
}

.table-content table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  line-height: 20px;
}
@media (max-width: 767px) {
  .table-content table {
    border: none;
  }
}
@media (max-width: 767px) {
  .table-content table tbody td {
    position: relative;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .table-content table tbody td.row-has-header {
    margin-left: 40%;
  }
  .table-content table tbody td.row-has-header:before {
    content: attr(data-label);
    display: inline-block;
    float: left;
    padding-left: 0;
    width: 40%;
    text-align: left;
    padding-top: 0;
    font-size: 16px;
    font-weight: 600;
    white-space: pre-line;
    margin-left: -40%;
    word-break: break-word;
    padding-right: 10px;
  }
}

.table-content thead {
  background-color: #efefef;
}
@media (max-width: 767px) {
  .table-content thead {
    display: none;
  }
}

.table-content th,
.table-content caption {
  text-align: left;
  width: auto;
  height: 83px;
  padding-top: 32px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  font-weight: 600;
  word-break: break-word;
}
.table-content caption {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.table-content th span {
  display: block;
}

@media (max-width: 619px) {
  .table-content table tbody td.row-has-header {
    margin-left: 0;
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }
  .table-content table tbody td.row-has-header:before {
    display: inline-block;
    float: none;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
}

.table-content tbody tr {
  border-bottom: 1px solid #c2c2c2;
}
.table-content tbody tr:first-of-type {
  border-top: 1px solid #c2c2c2;
}

@media (max-width: 767px) {
  .table-content tbody tr {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .table-content tbody tr:before,
  .table-content tbody tr:after {
    content: "";
    display: table;
  }
  .table-content tbody tr:after {
    clear: both;
  }
}
.table-content tbody tr:first-of-type td {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .table-content tbody tr:first-of-type {
    border-top: 1px solid #c2c2c2;
    width: 100%;
  }
  .table-content tbody tr:last-of-type {
    border-bottom: none;
  }
}

.table-content tbody span {
  display: block;
  width: 100%;
  line-height: 150%;
}

.table-content td {
  font-size: 16px;
  font-weight: 600;
  word-break: break-word;
  padding: 10px 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
}
@media (max-width: 619px) {
  .table-content td {
    font-size: 15px;
  }
}
.table-content td svg {
  fill: #a41e23;
  width: 34px;
  height: 36px;
}

@media (max-width: 767px) {
  .table-content table tr &gt; * {
    display: block;
  }
}

@media (max-width: 767px) {
  .table-content table tr {
    display: block;
    vertical-align: middle;
  }
}

.gated-asset__item .ajax-progress-throbber {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
}

.gated-asset__item .ajax-progress-throbber .throbber {
  padding: 0;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background-image: url("/themes/custom/sitime/images/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  position: relative;
}

.gated-asset__item .gated-asset__thumb {
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
     -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gated-asset__item .gated-asset__thumb img {
  max-width: 100%;
  height: auto;
}

.gated-asset__item:hover .gated-asset__thumb {
  -webkit-transform: scale3d(1.025, 1.025, 1);
     -moz-transform: scale3d(1.025, 1.025, 1);
      -ms-transform: scale3d(1.025, 1.025, 1);
       -o-transform: scale3d(1.025, 1.025, 1);
          transform: scale3d(1.025, 1.025, 1);
}

.gated-asset__main {
  width: 75%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}

@media (max-width: 768px) {
  .gated-asset__main {
    width: 90%;
  }
}

.gated-asset__main .js-form-type-webform-markup {
  font-size: 11px;
}

.gated-asset__main .intl-tel-input {
  display: block;
}

.gated-asset__main .drupal-form .form-item.form-item-firstname {
  margin-top: 20px;
}

.gated-asset__main .drupal-form .form-item.form-type-select {
  width: 100%;
  padding-left: 0;
}

.gated-asset__main .drupal-form .form-item.form-type-select .drop-down__wrapper {
  width: calc(50% - 20px);
}

.gated-asset__main .select2-container .select2-selection--single {
  height: 42px;
  border-radius: 0;
  border: 1px solid #c2c2c2;
}

.gated-asset__main .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 6px;
  padding-bottom: 6px;
}
.gated-asset__main .select2-container .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

.gated-assets-modal.ui-widget.ui-widget-content {
  max-width: 90%;
  max-height: 90vh;
  padding: 0;
  z-index: 600 !important;
}

.gated-assets-modal.ui-widget.ui-widget-content .ui-dialog-content {
  width: auto !important;
  max-height: 60vh !important;
}

.gated-assets-modal.ui-widget.ui-widget-content .ui-icon-closethick {
  background-color: #ffffff;
}

.gated-assets-modal.ui-widget.ui-widget-content .ui-icon-closethick:active {
  background-image: url("/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_444444_256x240.png");
  background-position: -96px -128px;
}

.gated-assets-modal.ui-widget.ui-widget-content .form-actions button {
  border: 0;
  margin: 0;
  cursor: pointer;
  margin-top: 20px;
  padding: 15px 46px;
  display: inline-block;
  position: relative;
  background-color: #3399d5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 32px;
  margin: 8px;
  overflow: hidden;
  -webkit-transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.gated-assets-modal.ui-widget.ui-widget-content .form-actions button:hover {
  background-color: #23527f;
}

.gated-assets-modal.ui-widget.ui-widget-content .ui-dialog-titlebar {
  background-color: #3399d5;
  color: #ffffff;
}

.gated-assets-modal.ui-widget.ui-widget-content .gated-asset__main {
  width: 100%;
  margin: 0 auto;
}

.gated-asset__download {
  display: none;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 20px;
}

.gated-asset__download .btn,
.btn-blue,
.btn-red {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-color: #3399d5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 32px;
  margin: 8px;
  overflow: hidden;
  transition: background 400ms cubic-bezier(0.230,  1.000, 0.320, 1.000);
}
.gated-asset__download .btn:hover,
.btn-blue:hover {
  color: #ffffff;
  background-color: #23527f;
}

.btn-red {
  background-color: #b90b2e;
}

.btn-red:hover {
  color: #ffffff;
  background-color: #88041f;
}

.btn-default svg {
  display: inline-block;
  width: 10px;
  height: 10px;
  fill: #3399d5;
  margin-left: 5px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-default:hover svg {
  fill: #b90b2e;
}

.gated-asset__download-info {
  margin-bottom: 10px;
}

body.node-gated-asset {
  padding-top: 0;
}

body.node-gated-asset div[data-drupal-messages] {
  display: none;
}

body.node-gated-asset form div[data-drupal-messages] {
  display: block;
}


.mfp-iframe-holder .mfp-content {
  max-width: 90vw;
  width: 700px;
  height: 75vh;
}


.mfp-preloader {
  content: "";
  padding: 0;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background-image: url("/themes/custom/sitime/images/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  z-index: 9999;
}
</pre></body></html>