/*!
	Theme Name: Silicone 2018
	Author: Vertical Leap
	Author URI: https://vertical-leap.uk
	Description: Vertical Leap build for Silicone's main site 2018
	Version: 1.0.2
	Text Domain: verticalleap
*/
/*
 * Basic Sass set up and example
 *
 * Basic slider and menu code examples and Sass set up,
 * but feel free to change over to another system if
 * you'd prefer that (as long as it's not rubbish).
 *
 * @since Vertical Leap 1.0.0
 *
 * @link	http://sass-lang.com/guide
 */
/*
	Core style variables
*/
/* header/headroom.js */
/* menu */
/* fonts */
/* tile sizes */
/* banner sizes */
/* sprite variables */
/* layout variables */
/*
*
* MIXINS
*
*/
body {
  color: #545454; }

/*
	WP Core
*/
/*
	WP Core
*/
.alignnone {
  /*margin: 5px 20px 20px 0;*/ }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  /*background: #fff;
  border: 1px solid #f0f0f0;*/
  /*max-width: 96%; /* Image does not overflow the content area */
  /*padding: 5px 3px 10px;
  text-align: center;*/ }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.alignright {
  float: right; }

.alignleft {
  float: left; }

/*
	Phill: Additional
*/
input,
select,
textarea {
  max-width: 100%; }

img {
  max-width: 100%;
  height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  line-height: 36px; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  line-height: 36px;
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  line-height: 36px;
  opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  line-height: 36px; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  line-height: 36px; }

/* menu */
.menu,
.sub-menu {
  padding: 0;
  margin: 0; }

.menu li {
  display: inline-block; }
.menu li.menu-item-has-children {
  position: relative; }

/* sub menus */
.sub-menu {
  position: absolute;
  right: 0;
  left: 0;
  display: none;
  z-index: 200;
  /* use left/right for full width of parent element, otherwise if min-width
     used it goes from left (use left/right in conjunction) */
  min-width: 14em;
  background-color: #00aeef;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  padding-top: 3em;
  z-index: -1; }

#main-menu .sub-menu li {
  display: block;
  margin: 0;
  padding: 0.75em 0.25em; }
  #main-menu .sub-menu li:hover {
    -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }

#main-menu .sub-menu li a {
  font-weight: normal;
  color: white; }
  #main-menu .sub-menu li a:hover {
    color: white; }

.menu {
  /* show second level menu items inline */ }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .sub-menu li:hover > .sub-menu {
    position: static; }

/* responsive */
.menu li > span,
.menu-toggle {
  display: none; }

.menu li > span {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  color: #fff; }

@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {
  #main-menu.menu li.menu-item-has-children > span,
  .menu-toggle {
    display: inline-block; }

  #main-menu.menu li,
  #main-menu.menu li a {
    display: block;
    margin: 0;
    padding: 0; }

  #main-menu .sub-menu,
  #main-menu.menu li:hover > .sub-menu {
    position: static;
    display: none; }

  #main-menu, #auxiliary-menu {
    display: none; }

  /* customization */
  .header__container .header__main-menu {
    position: static; }

  .menu-toggle {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    height: 50px;
    width: 50px;
    background-color: #00aeef;
    border-radius: 25px;
    border: 0;
    text-indent: -6em; }
    .menu-toggle:focus {
      outline: 0; }

  .hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    padding-left: 8em; }
    .hamburger:hover {
      opacity: 0.7; }

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

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

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

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

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

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

 /*
* Elastic
*/
  .hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }

  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

  .hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s; }

  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }

  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

  /*
     * Elastic Reverse
     */
  .hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }

  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

  .hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 0.075s; }

  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }

  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; } }
@media screen and (max-width: 400px), screen and (max-device-width: 400px) {
  /*.menu-toggle {
      text-indent: -3em;
  }*/
  .hamburger-box {
    padding-left: 40px; } }
@media screen and (max-width: 352px), screen and (max-device-width: 352px) {
  header .logo {
    width: 170px !important; } }
/**
	slick slider for main banner
**/
.banner {
  position: relative; }

/* slick slider buttons */
.banner {
  /* slick slider banners */ }
  .banner .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9; }
  .banner .slick-prev {
    left: 0; }
  .banner .slick-next {
    right: 0; }
  .banner .slide {
    position: relative; }
  .banner .image img {
    width: 100%;
    height: auto; }
  .banner .text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8; }

/* single banner display */
.banner.count-1 {
  max-height: 300px;
  overflow: hidden; }

.banner.count-1 .slick-arrow {
  display: none !important; }

/**
	ACF map basic set up
**/
.acf-map {
  width: 100%;
  height: 400px; }
  .acf-map img {
    max-width: inherit !important; }

/**
	headroom.js bits
**/
#page {
  padding-top: 112px; }

.headroom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  will-change: transform;
  transition: transform 200ms linear; }

.headroom--pinned {
  transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-100%); }

/* account for admin bar */
.admin-bar #page {
  padding-top: 112px; }

.admin-bar .headroom {
  top: 32px; }

@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
  .admin-bar #page {
    padding-top: calc(112px + 46px); }

  .admin-bar .headroom {
    top: 46px; } }
/************************************
*
* END OF STOCK STYLING
*
************************************/
/************************************
*
* GLOBAL BITS
*
************************************/
/***
*
* Fonts
*
***/
h1, .h1 {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: white;
  font-size: 3em;
  line-height: 1.25em;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.35); }
  h1::selection, .h1::selection {
    color: white;
    background: #00aeef; }

h2, .h2 {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #00aeef;
  font-size: 1.875em;
  line-height: 1.25em;
  letter-spacing: 0;
  margin-bottom: 0.5em; }
  h2::selection, .h2::selection {
    color: white;
    background: #00aeef; }

h3, .h3, .topic-title, .sidebar-content--accreditations span, .form-chunk form label, .article__date span {
  font-family: "Arapey", serif;
  font-style: italic;
  line-height: 1.25em;
  color: #545454;
  text-transform: uppercase;
  letter-spacing: 0.4em; }
  h3::selection, .h3::selection, .topic-title::selection, .sidebar-content--accreditations span::selection, .form-chunk form label::selection, .article__date span::selection {
    color: white;
    background: #00aeef; }

/*h4, */
.h4 {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #00aeef;
  font-size: 1.25em;
  line-height: 1.25em;
  letter-spacing: 0;
  margin-bottom: 0.5em; }
  .h4::selection {
    color: white;
    background: #00aeef; }

body, .form-chunk form input, .form-chunk form textarea {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #545454; }
  body::selection, .form-chunk form input::selection, .form-chunk form textarea::selection {
    color: white;
    background: #00aeef; }

a {
  font-weight: 500;
  color: #545454; }
  a:hover {
    color: #00aeef;
    text-decoration: none; }
  a::selection {
    color: white;
    background: #00aeef; }

p::selection {
  color: white;
  background: #00aeef; }

/***
*
* Layout
* Ideally replace this method with another that doesn't require the extra divs (divits?)
*
***/
body {
  max-width: 1920px;
  margin: 0 auto; }

/*.column {
    box-sizing: border-box;
}
.column--form {
    width: 48%;
}*/
.content-width {
  max-width: 1080px;
  margin: 0 auto; }

@media screen and (max-width: 1200px), screen and (max-device-width: 1200px) {
  .content-width {
    max-width: 90%; } }
.feed-width {
  max-width: 1400px;
  margin: 0 auto; }

@media screen and (max-width: 1440px), screen and (max-device-width: 1440px) {
  .feed-width,
  form.pagination {
    max-width: 90%; } }
.max-width {
  max-width: 1920px;
  margin: 0 auto; }

.carousel-chunk, .feed-chunk, .form-chunk, .newsletter-signup, .special-chunk, .text-chunk {
  margin: 2em 0;
  padding: 2em 0; }

.carousel-chunk.carousel-chunk--banner {
  margin: 0;
  padding: 0; }

.text-chunk.text-chunk--icons {
  padding: 2em 0; }

.newsletter-signup {
  margin-bottom: 0; }

/***
*
* Header
*
***/
/* Header containers */
.header__container {
  position: relative;
  background-color: white;
  margin: 0 auto;
  grid-template-columns: 10% 190px 10% 1fr;
  grid-template-rows: calc( calc( 100% - 1080px ) / 2 ) 2fr;
  grid-template-areas: ". logo . aux-menu" ". logo . main-menu";
  -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 43px 5px rgba(0, 0, 0, 0.2); }

.header__main-menu {
  width: 100%;
  background-color: white;
  grid-column: 1/-1;
  grid-row: 2;
  align-self: center;
  height: 7em; }
  .header__main-menu:after {
    content: "";
    display: table;
    clear: both; }
  .header__main-menu .top-menu {
    width: 100%;
    float: left; }

.header__auxiliary-menu {
  width: 100%;
  background-color: #f9f8f8;
  grid-column: 1/-1;
  grid-row: 1;
  align-self: center; }
  .header__auxiliary-menu:after {
    content: "";
    display: table;
    clear: both; }
  .header__auxiliary-menu .header__phone {
    float: right;
    margin: 0.25em 0.25em;
    padding: 0.25em 0.75em;
    color: #00aeef; }
    .header__auxiliary-menu .header__phone:before {
      content: '';
      display: inline-block;
      width: 22px;
      height: 22px;
      margin-right: 10px;
      z-index: 20;
      background-image: url(./images/theme/silicone-sprite.png);
      background-position: -452px 57px;
      vertical-align: middle; }
    .header__auxiliary-menu .header__phone:hover {
      color: #545454; }

/* Logo */
header .logo {
  display: inline-block;
  background-color: #00aeef;
  width: 190px;
  position: absolute;
  left: 4em;
  top: 0;
  bottom: 0;
  z-index: 20;
  grid-area: logo; }

header .logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -72.5px;
  margin-top: -32.5px; }

header .logo.anniversary img {
  margin-top: -47.5px; }

/* Main menu */
header .menu-main-menu-container {
  display: flex;
  justify-content: flex-end; }

header #main-menu .menu-item-has-children::after {
  content: '';
  position: absolute;
  bottom: 22px;
  left: calc( 50% - 8px );
  z-index: 20;
  width: 16px;
  height: 16px;
  background-image: url("./images/theme/silicone-sprite.png");
  background-position: -720px 55px; }

header #main-menu .menu-item-has-children:hover::after {
  background-position: -764px 55px; }

header #main-menu li.menu-item-has-children a {
  padding: calc(50% - 1em ) 1.25em; }

header #main-menu li.menu-item-has-children .sub-menu a {
  padding: 0.5em 1em;
  display: block; }

header #main-menu li {
  padding: 2.825em 0;
  margin: 0 0.25em; }

header #main-menu li a {
  color: #545454;
  font-weight: bold;
  padding: 3em 1.25em; }

header #main-menu li a:hover, header #main-menu li:hover a {
  color: #00aeef;
  text-decoration: none; }

header #main-menu li:hover .sub-menu a {
  color: white; }

/* Aux menu */
header .menu-auxiliary-menu-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 2.5em; }

header #auxiliary-menu {
  float: right;
  margin-right: 4em; }

header #auxiliary-menu li {
  margin: 0.25em 0.25em; }

header #auxiliary-menu li a {
  color: #545454;
  padding: 0.25em 0.75em;
  font-weight: 400;
  font-size: 0.875em; }

header #auxiliary-menu li a:hover {
  color: #00aeef;
  text-decoration: none; }

/* Search */
#search-slide-in .search-form input, #search-slide-in .search-form .submit, #search-slide-in .search-form .submit span, .search-toggle span {
  display: none !important; }

.show-search #search-slide-in .search-form input, .show-search #search-slide-in .search-form .submit, .show-search #search-slide-in .search-form .submit span, .show-search #search-slide-in .search-form .search-toggle span {
  display: inline-block !important; }

.show-search #search-slide-in .search-form .search-toggle {
  background-image: none; }

.show-search #main-menu, .show-search #auxiliary-menu {
  transition: top 400ms ease, opacity 400ms ease;
  opacity: 0.5; }

.show-search #search-slide-in {
  top: 0; }

.show-search #search-slide-in .search-toggle {
  top: -27px !important; }

header #search-slide-in {
  display: block;
  position: absolute;
  width: 100%;
  height: 6em;
  top: -6em;
  left: 0;
  right: 0;
  z-index: 9;
  text-align: center;
  transition: top 400ms ease;
  z-index: 11; }
  header #search-slide-in .search-form {
    position: relative;
    float: none;
    display: inline-block;
    margin: 30px 55px;
    width: calc( 100% - 110px );
    overflow: visible; }
    header #search-slide-in .search-form .s {
      width: 40%;
      margin-right: 1em; }
    header #search-slide-in .search-form .submit {
      border: 0; }
    header #search-slide-in .search-form .search-toggle {
      display: block;
      position: absolute;
      top: calc( 6em - 27px );
      right: -30px;
      width: 36px;
      height: 36px;
      cursor: pointer;
      text-align: center;
      z-index: 10;
      background-image: url("./images/theme/silicone-sprite.png");
      background-position: -666px 64px; }
      header #search-slide-in .search-form .search-toggle span {
        position: absolute;
        display: block;
        width: 75%;
        height: 3px;
        background-color: #00aeef;
        transition: opacity 300ms ease, transform 300ms ease;
        transform-origin: left;
        left: 8px; }
      header #search-slide-in .search-form .search-toggle span:first-of-type {
        top: 0;
        transform: rotate(45deg) translate(5px, 5px); }
      header #search-slide-in .search-form .search-toggle span:last-of-type {
        bottom: 0;
        transform: rotate(-45deg) translate(5px, -5px); }

header#header.show-search .logo,
header#header.show-search .mobile-only.sprite.search,
header#header.show-search .basket-btn,
header#header.show-search .menu-toggle {
  opacity: 0.2; }
header#header.show-search .main .follow #search-slide-in {
  top: 0;
  opacity: 1;
  z-index: 11; }

/**** HEADER RESPONSIVE ****/
@media screen and (min-width: 1024px), screen and (min-device-width: 1024px) {
  #auxiliary-menu .footer__social-links {
    display: none; } }
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {
  #search-slide-in, .header__auxiliary-menu {
    display: none !important; }

  .menu-main-menu-container {
    position: absolute;
    top: 7.25em;
    right: 0;
    background-color: #00aeef;
    min-width: 280px; }

  #main-menu {
    position: absolute;
    background-color: #00aeef;
    min-width: 280px; }

  #main-menu li {
    padding: 0.5em 1em !important; }

  #main-menu li a {
    color: white !important;
    font-size: 1.25em; }

  #main-menu .expandable-submenu {
    background-color: transparent;
    font-weight: bold;
    padding: 0.5em 1.5em 0.5em 1em;
    line-height: 1em; }

  #main-menu .menu-item-has-children::after {
    display: none !important; }

  #main-menu li.menu-item-has-children a {
    padding: 0 !important; }

  #main-menu .sub-menu {
    padding-top: 0; }

  #main-menu .sub-menu li:hover {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset; }

  #auxiliary-menu li a {
    font-size: 1rem; }

  #auxiliary-menu .footer__social-links {
    flex-direction: row;
    padding: 20px 5px; }
    #auxiliary-menu .footer__social-links .social-link--facebook {
      background-position: -1668px 68px; }
    #auxiliary-menu .footer__social-links .social-link--twitter {
      background-position: -1711px 68px; }
    #auxiliary-menu .footer__social-links .social-link--linkedin {
      background-position: -1755px 68px; } }
@media screen and (max-width: 544px), screen and (max-device-width: 544px) {
  header .logo {
    left: 2em; } }
@media screen and (max-width: 400px), screen and (max-device-width: 400px) {
  header .logo {
    left: 0em; }

  .menu-toggle.hamburger {
    margin-right: 1em; } }
/***
*
* Search modal
*
***/
/* Search - HS version */
.pop-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99999;
  opacity: 0;
  background: #fff;
  transition: opacity 500ms ease; }
  .pop-wrapper .close {
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 10;
    cursor: pointer; }

.pop-wrapper.show {
  z-index: 1004001;
  opacity: 1; }

.pop-wrapper.hide {
  opacity: 0; }

/***
*
* Video modal (taken from new VL site)
*
***/
/*
	Modal pop up - just video currently
*/
.modal-pop-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: -100;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.85);
  animation-duration: 760ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }
  .modal-pop-overlay .modal-pop {
    margin: auto;
    text-align: center;
    cursor: default; }
  .modal-pop-overlay .modal-pop-close:hover {
    background-color: #00b5b5; }

.modal-pop-overlay.hide {
  animation-name: modal-hide; }

.modal-pop-overlay.show {
  animation-name: modal-show; }
  .modal-pop-overlay.show .modal-pop-close {
    opacity: 1;
    z-index: 5001; }

@keyframes modal-show {
  0% {
    z-index: 5000;
    opacity: 0; }
  100% {
    z-index: 5000;
    opacity: 1; } }
@keyframes modal-hide {
  0% {
    z-index: 5000;
    opacity: 1; }
  99% {
    z-index: 5000; }
  100% {
    z-index: -100;
    opacity: 0; } }
/***
*
* Footer
*
***/
#footer {
  background-color: #414042;
  background-image: url(./images/theme/footer-bg.png);
  background-position: center center;
  color: white;
  padding: 6em calc( calc( 100% - 1080px ) / 2 ); }

.footer__content {
  display: flex;
  justify-content: space-evenly; }

#footer a {
  color: white; }
  #footer a:hover {
    color: #00aeef; }

.footer__nav, .footer__address, .footer__company-info, .footer__social-links {
  padding: 0 2em; }

.footer__nav, .footer__address, .footer__company-info {
  border-right: #bababa 1px solid; }

.footer__address p, .footer__company-info span, .footer__company-info a {
  font-size: 0.875em; }

.footer__contact-details {
  display: none; }

.footer__nav {
  width: 30%; }

#footer-menu li {
  display: block; }

#footer-menu li a {
  font-weight: 400;
  font-size: 0.875em; }

.footer__address .footer__address-line {
  display: block; }

.footer__company-info {
  max-width: 16em; }

.footer__company-info a {
  display: block; }

.footer__social-links {
  display: flex;
  flex-direction: column;
  padding-right: 0; }

.social-link {
  width: 44px;
  height: 44px;
  background-image: url(./images/theme/silicone-sprite.png);
  text-indent: -9999px;
  margin-bottom: 1rem; }

.social-link--facebook {
  background-position: -485px 68px; }

.social-link--twitter {
  background-position: -528px 68px; }

.social-link--linkedin {
  background-position: -572px 68px; }

.built-by-vertical-leap {
  background-color: #414042;
  height: 2em;
  line-height: 2em;
  padding: 0 calc( calc( 100% - 1080px ) / 2 );
  font-size: 0.875em;
  text-align: center; }

.built-by-vertical-leap, .built-by-vertical-leap a {
  color: white;
  margin: 0; }

.built-by-vertical-leap p {
  margin: 0; }

@media screen and (min-width: 1080px) and (max-width: 1200px), screen and (min-device-width: 1080px) and (max-device-width: 1200px) {
  .footer__nav {
    width: 50%; } }
@media screen and (min-width: 1080px), screen and (min-device-width: 1080px) {
  .footer-menu .menu {
    -moz-column-count: 2;
    -moz-column-gap: 5px;
    -webkit-column-count: 2;
    -webkit-column-gap: 5px;
    column-count: 2;
    column-gap: 5px; } }
@media screen and (min-width: 960px) and (max-width: 1000px), screen and (min-device-width: 960px) and (max-device-width: 1000px) {
  #footer-menu {
    max-height: none; } }
@media screen and (max-width: 840px), screen and (max-device-width: 840px) {
  .footer__nav {
    width: 38%; } }
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  .footer__address p .footer__address-line {
    display: inline-block;
    border-right: 1px solid white; } }
@media screen and (max-width: 800px), screen and (max-device-width: 800px) {
  .footer__content {
    flex-direction: column; }

  .footer__logo {
    margin: 0 auto 1em; }

  .footer__nav, .footer__address, .footer__company-info {
    border-right: 0; }

  .footer__address h4 {
    text-align: center; }

  .footer__nav, .footer__company-info {
    display: none; }

  .footer__contact-details {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.25em; }

  .footer__contact-details a {
    font-size: 1.25em; }

  .footer__address header {
    display: none; }

  .footer__address p .footer__address-line {
    display: block;
    border: 0;
    text-align: center; }

  .footer__address p .footer__address-line--name {
    display: none; }

  .footer__social-links {
    flex-direction: row;
    margin: 0 auto;
    padding: 0; } }
/***
*
* Buttons
*
***/
.ctoa-button, form input.wpcf7-submit {
  display: inline-block;
  padding: 0.6125em 2.5em 0.6125em 1.5em;
  font-weight: 600;
  border-radius: 500px;
  text-align: center;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  margin: 2em auto;
  cursor: pointer; }
  .ctoa-button:hover, form input.wpcf7-submit:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.2); }

.ctoa-button.ctoa-button--primary, form input.wpcf7-submit {
  border: none;
  color: white;
  background: #ef3a4f;
  /* Old browsers */
  background: -moz-linear-gradient(-16deg, #f45d6e 0%, #f45d6e 50%, #ef3a4f 51%, #ef3a4f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-16deg, #f45d6e 0%, #f45d6e 50%, #ef3a4f 51%, #ef3a4f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(164deg, #f45d6e 0%, #f45d6e 50%, #ef3a4f 51%, #ef3a4f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$paleRed', endColorstr='$red',GradientType=1 );
  /* IE6-9 */ }

.go-arrow {
  position: relative; }

.go-arrow::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  z-index: 20;
  width: 16px;
  height: 18px;
  background-image: url("./images/theme/silicone-sprite.png"); }

.go-arrow.go-arrow--white::after {
  background-position: -895px 58px; }

.go-arrow.go-arrow--black::after {
  background-position: -939px 58px; }

.go-arrow.go-arrow--black:hover::after, .industries-tile:hover .go-arrow.go-arrow--black::after {
  background-position: -982px 58px; }

.go-arrow.go-arrow--red::after {
  background-position: -1644px 58px; }

/***
*
* Pagination
*
***/
.pagination {
  margin: 2em auto;
  text-align: right;
  max-width: 1400px; }

.pagination .pages {
  padding-right: 100px;
  position: relative; }

.pagination .page-numbers {
  color: #bababa;
  border-bottom: transparent solid 4px;
  padding: 0.25em;
  font-weight: bold;
  list-style: none;
  margin-bottom: 0; }

.pagination .pages li {
  list-style: none;
  display: inline-block; }

.pagination .page-numbers.current {
  color: #414042;
  border-color: #00aeef; }

.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: block;
  position: absolute;
  top: 0;
  text-indent: 100%;
  overflow: hidden;
  width: 45px;
  height: 45px;
  padding: 0; }

.pagination .page-numbers.prev {
  right: 50px; }

.pagination .page-numbers.next {
  right: 0; }

.pagination .page-numbers.prev:after, .pagination .page-numbers.next:after {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 20;
  width: 45px;
  height: 45px;
  background-image: url("./images/theme/silicone-sprite.png");
  padding: 0; }

.pagination .page-numbers.prev:after {
  background-position: -1190px 68px; }

.pagination .page-numbers.next:after {
  background-position: -1230px 68px; }

/***
*
* FORMS
*
***/
.form-chunk.form-chunk--standard .content-width {
  align-items: center;
  display: flex; }

.form-chunk__copy {
  grid-area: text;
  align-self: start;
  min-width: 26%;
  max-width: 28%;
  margin-right: 5em; }

.form-chunk form label.dropdown-select span {
  display: block;
  margin-top: 28px; }

.form-chunk form.wpcf7-form {
  grid-area: form;
  padding: 1.5em;
  border: 2px solid #00aeef;
  border-radius: 16px;
  -webkit-box-shadow: 0px 3px 33px 1px #bdbdbd;
  -moz-box-shadow: 0px 3px 33px 1px #bdbdbd;
  box-shadow: 0px 3px 33px 1px #bdbdbd;
  /*    display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;*/
  position: relative; }

.form-chunk form.wpcf7-form .column--form {
  display: inline-block;
  width: 48%;
  vertical-align: top; }

/*.form-chunk*/
form input, .form-chunk form textarea {
  border: 0;
  border-bottom: #c6c5c6 solid 1px;
  border-left: white solid 4px;
  margin-top: 0.5em;
  padding: 0.5em 0.75em; }
  form input:focus, .form-chunk form textarea:focus {
    outline: 0;
    border: 0;
    border-left: #00aeef solid 4px;
    background-color: #f9f8f8; }

.form-chunk form textarea {
  resize: none;
  height: calc( 14.75em - 9px); }

.form-chunk p {
  width: 100%; }

.form-chunk label {
  width: 100%; }

.form-chunk select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c6c5c6; }

.form-chunk form .small-text {
  font-size: 0.875em; }

/*.form-chunk*/
form .contact-form__submit {
  display: flex;
  justify-content: flex-end;
  position: relative; }

/*.form-chunk*/
form .contact-form__submit input.wpcf7-submit {
  margin: 0;
  border: 0; }

/*.form-chunk*/
form .contact-form__submit::after {
  content: '';
  position: absolute;
  top: calc( 50% - 10px );
  right: calc( 1.5em + 16px );
  z-index: 20;
  width: 16px;
  height: 18px;
  background-image: url("./images/theme/silicone-sprite.png");
  background-position: -895px 58px; }

form span {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: initial;
  text-transform: initial; }

form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0; }

/*form .products-interest .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label, form .products-interest .wpcf7-checkbox .wpcf7-list-item input[type='checkbox'] {
    display: inline-block;
}
form .products-interest .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    margin-right: 1em;
}
form .products-interest .wpcf7-checkbox .wpcf7-list-item input[type='checkbox'] {
    width: auto;
}*/
form .checkbox-opt-in .wpcf7-list-item {
  margin-left: 0; }

form .wpcf7-mail-sent-ok {
  display: inline-block !important; }

@media screen and (max-width: 1040px), screen and (max-device-width: 1040px) {
  .form-chunk.form-chunk--standard .content-width {
    display: block; }

  .form-chunk form.wpcf7-form .column--form {
    margin: 0.25em; }

  .form-chunk.form-chunk--standard .form-chunk__copy, .form-chunk.form-chunk--standard .wpcf7 {
    display: block;
    width: 100%; }

  .form-chunk.form-chunk--standard .form-chunk__copy {
    margin-bottom: 2em;
    max-width: none; }

  .form-chunk form label, .form-chunk form input, .form-chunk form textarea {
    width: 100%; } }
@media screen and (max-width: 612px), screen and (max-device-width: 612px) {
  .form-chunk.form-chunk--standard .wpcf7-form {
    display: block !important; }

  .form-chunk form.wpcf7-form .column--form {
    display: block;
    width: 100%;
    margin: 0; } }
/** Full form specific **/
.form-chunk.form-chunk--full form.wpcf7-form .column.column--form {
  width: 34%;
  margin: 1.5%; }

.form-chunk.form-chunk--full form.wpcf7-form .column.column--form.form-column--skinny {
  width: 22%;
  margin: 1.5%; }

.form-chunk.form-chunk--full form .contact-form__submit {
  position: absolute;
  bottom: 3em;
  right: 2em; }

@media screen and (max-width: 1088px), screen and (max-device-width: 1088px) {
  .form-chunk.form-chunk--full form.wpcf7-form .column.column--form {
    width: 32%; }

  .form-chunk.form-chunk--full form.wpcf7-form .column.column--form.form-column--skinny {
    width: 26%; } }
@media screen and (min-width: 1009px), screen and (min-device-width: 1009px) {
  .form-chunk.form-chunk--full form.wpcf7-form .column.column--form {
    width: 31%; }

  .form-chunk.form-chunk--full form.wpcf7-form .column.column--form.form-column--skinny {
    width: 28%; } }
@media screen and (max-width: 1008px), screen and (max-device-width: 1008px) {
  .form-chunk.form-chunk--full form.wpcf7-form .column.column--form, .form-chunk.form-chunk--full form.wpcf7-form .column.column--form.form-column--skinny {
    width: 96%; }

  .form-chunk form label, .form-chunk form input, .form-chunk form textarea {
    width: 100%; }

  .form-chunk form .contact-form__submit input.wpcf7-submit {
    width: auto; } }
@media screen and (max-width: 568px), screen and (max-device-width: 568px) {
  .form-chunk.form-chunk--full form .contact-form__submit {
    position: relative;
    bottom: 0;
    right: 0; } }
/***
*
* Custom checkboxes
*
***/
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + .wpcf7-list-item-label,
[type="checkbox"]:checked + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer; }

[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after {
  content: '';
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-left: 10px;
  background-image: url(./images/theme/silicone-sprite.png);
  background-position: -59px 57px;
  vertical-align: middle; }

[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: '';
  /*position: absolute;
  right: 0;
  bottom: 0;*/
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 1.25em;
  height: 1.25em;
  /*border: 1px solid #7f7e7c;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);*/
  background-image: url(./images/theme/silicone-sprite.png);
  background-position: -13px 57px; }

/***
*
* Newsletter signup
*
***/
.newsletter-signup {
  width: 100%;
  background-image: url(./images/theme/grid-bg.png);
  background-size: cover;
  background-position: center center;
  min-height: 20em;
  max-width: 1920px;
  display: flex;
  align-items: center; }

.newsletter-signup .content-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1080px; }

.newsletter-signup .newsletter-signup__copy, .newsletter-signup .newsletter-signup__form {
  width: 36%;
  display: inline-block;
  z-index: 2; }

.newsletter-signup .newsletter-signup__copy .topic-title, .newsletter-signup .newsletter-signup__copy h2, .newsletter-signup .newsletter-signup__form form {
  display: block;
  width: 100%;
  z-index: 4; }

.newsletter-signup .newsletter-signup__copy .topic-title, .newsletter-signup .newsletter-signup__copy h2, .newsletter-signup .newsletter-signup__form {
  color: white; }

.newsletter-signup .newsletter-signup__form form label {
  text-indent: -9999px; }

@media screen and (max-width: 1200px), screen and (max-device-width: 1200px) {
  .newsletter-signup .content-width {
    justify-content: space-evenly; } }
@media screen and (max-width: 912px), screen and (max-device-width: 912px) {
  .newsletter-signup {
    display: none; } }
#signup {
  position: relative; }

#signup input[type="text"] {
  height: 44px !important;
  border: none !important; }

#signup .ctoa-button {
  position: absolute;
  top: 0;
  margin-top: 0.5em;
  border-radius: 0 50px 50px 0;
  height: 44px; }

/************************************
*
* BANNERS
*
************************************/
/***
*
* Standard banner
*
***/
.banner.banner--standard {
  display: block;
  min-height: 350px;
  overflow: hidden; }

.banner--standard .banner__image {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.banner--standard .banner__image img {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 350px;
  max-width: fit-content;
  z-index: -2; }

.banner--standard .banner__image:after {
  content: '';
  height: 350px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-image: url(./images/theme/standard-banner-overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -24em; }

.banner--standard .banner__copy {
  padding: 7em calc( calc( 90% - 1080px ) / 2 );
  max-width: 60%;
  margin-left: 5%; }

.banner--standard .banner__copy #breadcrumbs, .banner--standard .banner__copy #breadcrumbs a {
  color: white; }

.banner--standard .banner__copy #breadcrumbs .breadcrumb_last, .banner--standard .banner__copy #breadcrumbs a:hover {
  color: #00aeef; }

.banner--standard.no-img .banner__image:after {
  margin-left: 0;
  background-color: #707070; }

.banner--standard.no-img .banner__copy {
  max-width: 80%; }

@media screen and (max-width: 1400px), screen and (max-device-width: 1400px) {
  .banner--standard .banner__image:after {
    margin-left: -20em; } }
@media screen and (max-width: 1200px), screen and (max-device-width: 1200px) {
  .banner--standard .banner__image:after {
    margin-left: -14em; } }
@media screen and (max-width: 1124px), screen and (max-device-width: 1124px) {
  .banner--standard .banner__image:after {
    margin-left: 0;
    background-color: #707070; }

  .banner--standard .banner__image img {
    display: none; }

  .banner--standard .banner__copy {
    max-width: 80%; } }
@media screen and (max-width: 564px), screen and (max-device-width: 564px) {
  .banner--standard .banner__copy .h1 {
    font-size: 2.5em; } }
@media screen and (max-width: 400px), screen and (max-device-width: 400px) {
  .banner--standard .banner__copy .h1 {
    font-size: 2em; } }
/***
*
* Video banner
*
***/
/************************************
*
* TEXT
*
************************************/
/***
*
* Common
*
***/
.text-container .text-chunk--sidebar__text {
  display: inline-block;
  width: 64%;
  padding-right: 60px;
  vertical-align: top; }
.text-container .text-chunk--sidebar__sidebar {
  display: inline-block;
  width: 36%;
  vertical-align: top; }

@media screen and (max-width: 976px), screen and (max-device-width: 976px) {
  .text-container .text-chunk--sidebar__text {
    width: 50%; }
  .text-container .text-chunk--sidebar__sidebar {
    width: 50%; } }
@media screen and (max-width: 816px), screen and (max-device-width: 816px) {
  .text-container {
    display: block !important; } }
@media screen and (max-width: 680px), screen and (max-device-width: 680px) {
  .text-container .text-chunk--sidebar__text {
    padding-right: 0;
    width: 100%; }
  .text-container .text-chunk--sidebar__sidebar {
    width: 100%;
    max-width: 100%; } }
/***
*
* Standard text chunk
*
***/
.text-chunk--sidebar__text {
  grid-area: text; }

.text-chunk--sidebar__sidebar {
  grid-area: sidebar; }

@media screen and (min-width: 816px), screen and (min-device-width: 816px) {
  .text-chunk--sidebar__sidebar {
    max-width: 303px; } }
/***
*
* Text w. sidebar generic
*
***/
.sidebar-content--video, .sidebar-content--download, .sidebar-content--faq-link, .sidebar-content--accreditations, .sidebar-content--page-links, .sidebar-content--contact-details {
  margin-bottom: 1rem; }

@media screen and (max-width: 816px), screen and (max-device-width: 816px) {
  .text-chunk--sidebar__sidebar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto; }
    .text-chunk--sidebar__sidebar .sidebar-content--contact-details {
      width: 100%;
      text-align: center; }
      .text-chunk--sidebar__sidebar .sidebar-content--contact-details .contact__tel {
        display: inline-block; } }
@media screen and (max-width: 672px), screen and (max-device-width: 672px) {
  .text-chunk--sidebar__sidebar {
    flex-direction: column; }

  .sidebar-content--accreditations {
    margin-top: 3em; } }
/***
*
* Text w. accreditations (only on homepage)
*
***/
.sidebar-content--accreditations {
  display: inline-block; }

.sidebar-content--accreditations .accreditation-logo {
  margin: 0.5em 0.25em; }

.sidebar-content--accreditations .accreditation-logo.logo__orientation--landscape {
  display: block; }

.sidebar-content--accreditations .accreditation-logo.logo__orientation--square {
  display: inline-block; }

.sidebar-content--accreditations .accreditation-logo.logo__orientation--portrait {
  display: inline-block;
  margin: 0.5em 0.375em; }

.sidebar-content--accreditations a.go-arrow {
  display: block; }

@media screen and (max-width: 1078px), screen and (max-device-width: 1078px) {
  .sidebar-content--accreditations .accreditation-logo.logo__orientation--square {
    max-width: 29%; } }
/***
*
* Text w. video
*
***/
.sidebar-content--video.tile--video {
  margin-top: 0; }

.tile--video .video__thumbnail-img {
  position: relative;
  width: 100%;
  height: 80%; }

.tile--video .video__thumbnail-img:after {
  content: '';
  position: absolute;
  top: calc( 50% - 37px );
  left: calc( 50% - 37px );
  width: 74px;
  height: 74px;
  background-image: url(./images/theme/play-button.png);
  background-size: contain; }

.tile--video .video__copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20%; }

.sidebar-content--video.tile--video:hover .video__copy {
  color: #00aeef; }

/***
*
* Text w. download
*
***/
.sidebar-content--download.tile--download, .sidebar-content--video.tile--video {
  display: block;
  position: relative;
  min-width: 295px;
  height: 210px;
  overflow: hidden;
  border: solid 1px #00aeef;
  border-radius: 10px;
  margin-top: 30px;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
  .sidebar-content--download.tile--download:hover, .sidebar-content--video.tile--video:hover {
    color: #00aeef;
    -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.25);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.25);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.25);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }

.download__background-img {
  position: relative;
  background-image: url(./images/theme/download-tile-bg.jpg);
  background-size: cover;
  height: 168px;
  border-bottom: solid 1px #00aeef; }

.download__thumbnail-img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 70%; }

.download__copy, .video__copy {
  padding: 0.5em 1em;
  background-color: #f9f8f8;
  font-weight: bold; }

.tile--download:hover .go-arrow:after, .tile--video:hover .go-arrow:after {
  background-position: -982px 58px; }

@media screen and (max-width: 816px), screen and (max-device-width: 816px) {
  .sidebar-content--download.tile--download, .sidebar-content--video.tile--video {
    display: inline-block;
    margin-top: 1em; } }
/***
*
* Text w. side links (style used for FAQ link, page links)
*
***/
.sidebar-content--faq-link, .sidebar-content--page-link a {
  background-color: #f9f8f8;
  padding: 0.75em calc( 1.5em + 21px ) 0.75em 1.5em;
  border: solid 1px #00aeef;
  border-radius: 10px;
  font-weight: bold;
  display: block; }
  .sidebar-content--faq-link:hover, .sidebar-content--page-link a:hover {
    color: #00aeef; }

.sidebar-content--faq-link.go-arrow--black:hover:after, .sidebar-content--page-link:hover a.go-arrow--black:after {
  background-position: -982px 58px; }

.text-w-page-links__page-links ul {
  padding: 0; }

.text-w-page-links__page-links ul li {
  list-style-type: none;
  margin: 1.75em 0; }

@media screen and (max-width: 816px), screen and (max-device-width: 816px) {
  .text-chunk--page-links .text-w-page-links__page-links {
    display: none; } }
/***
*
* Text w. contact details
*
***/
.sidebar-content--contact-details {
  background-color: #f9f8f8;
  padding: 0.75em calc( 1.5em + 21px ) 0.75em 1.5em;
  border: solid 1px #00aeef;
  border-radius: 10px;
  font-weight: bold;
  display: block; }
  .sidebar-content--contact-details:hover {
    color: #00aeef; }

.sidebar-content--contact-details h3 {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: initial;
  text-transform: initial; }

/*.sidebar-content--contact-details*/
.contact__tel, .contact__email {
  position: relative;
  padding-left: 2em;
  font-weight: normal;
  display: inline-block;
  margin: 0.5em 0; }
  .contact__tel:before, .contact__email:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    z-index: 20;
    background-image: url(./images/theme/silicone-sprite.png); }

.contact__form {
  display: block;
  padding: 0; }
  .contact__form:before {
    display: none; }
  .contact__form:after {
    content: '';
    position: relative;
    top: -1px;
    left: auto;
    display: inline-block;
    z-index: 20;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    background-image: url(./images/theme/silicone-sprite.png);
    background-position: -940px 54px;
    vertical-align: middle; }
  .contact__form:hover:after {
    background-position: -983px 54px; }

/*.sidebar-content--contact-details */
.contact__tel:before {
  background-position: -452px 57px; }

/*.sidebar-content--contact-details */
.contact__email:before {
  background-position: -408px 57px; }

@media screen and (max-width: 75em), screen and (max-device-width: 75em) {
  .sidebar-content--contact-details .contact__tel, .sidebar-content--contact-details .contact__email {
    display: block; } }
@media screen and (max-width: 51em), screen and (max-device-width: 51em) {
  .sidebar-content--contact-details {
    display: inline-block;
    margin-top: 1em; }

  .sidebar-content--contact-details .contact__tel,
  .sidebar-content--contact-details .contact__email,
  .sidebar-content--contact-details .contact__form {
    display: block; } }
/***
*
* Text w. icons
*
***/
.text-chunk--icons {
  background-color: #f9f8f8;
  text-align: center; }

.text-chunk--icons h2 + p {
  max-width: 60%;
  margin: 0 auto; }

.text-chunk--icons .icon-feed {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: dense;
  grid-gap: 20px;
  margin: 2em auto; }

.text-chunk--icons .icon-unit {
  text-align: left;
  position: relative; }

.text-chunk--icons .icon-unit .icon-unit__icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: solid 1px #00aeef;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  text-align: center;
  line-height: 60px;
  color: #00aeef; }

.text-chunk--icons .icon-unit .icon-unit__copy {
  display: inline-block;
  max-width: calc( 98% - 80px );
  margin-left: 80px; }

@media screen and (max-width: 56.25em), screen and (max-device-width: 56.25em) {
  .text-chunk--icons .icon-feed {
    display: block;
    margin-bottom: 1em; } }
/* icon options */
/***
*
* Text w. big img
*
***/
.text-chunk--bigimg {
  background-color: #00aeef;
  color: white;
  padding: 0;
  position: relative; }

.text-chunk--bigimg .bigimg__img, .text-chunk--bigimg .bigimg__copy {
  display: inline-block; }

.text-chunk--bigimg .bigimg__img {
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  object-position: center;
  bottom: 0;
  left: 0;
  right: 50%; }

.text-chunk--bigimg .bigimg__img img {
  object-fit: cover;
  max-width: none;
  height: 100%;
  object-position: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.text-chunk--bigimg .bigimg__img:after {
  content: '';
  background-image: url(./images/theme/Blue_Stripes.png);
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7; }

.text-chunk--bigimg .bigimg__copy {
  padding: 2em 4em;
  margin-left: 50%; }

.text-chunk--bigimg .bigimg__copy .topic-title, .text-chunk--bigimg .bigimg__copy h2 {
  color: white; }

@media screen and (max-width: 68.75em), screen and (max-device-width: 68.75em) {
  .text-chunk--bigimg .bigimg__img {
    width: 100%;
    height: 26em;
    margin-right: 0;
    overflow: hidden;
    bottom: 0;
    top: auto; }

  .text-chunk--bigimg .bigimg__copy {
    margin-left: 0;
    margin-bottom: 26em;
    padding: 2em 5%; } }
/***
*
* Text w. small img
*
***/
.text-chunk--smallimg .smallimg__img, .text-chunk--smallimg .smallimg__copy {
  display: inline-block;
  box-sizing: border-box; }

.text-chunk--smallimg .smallimg__img {
  max-width: 26%;
  margin-right: 40px;
  vertical-align: top;
  overflow: hidden; }

.text-chunk--smallimg .smallimg__copy {
  width: calc( 73% - 40px ); }

@media screen and (max-width: 61.25em), screen and (max-device-width: 61.25em) {
  .text-chunk--smallimg .smallimg__img {
    max-width: 32%;
    margin-right: 30px; }

  .text-chunk--smallimg .smallimg__copy {
    width: calc( 68% - 40px ); } }
@media screen and (max-width: 50em), screen and (max-device-width: 50em) {
  .text-chunk--smallimg .content-width {
    position: relative; }

  .text-chunk--smallimg .smallimg__img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 26em;
    max-width: none;
    margin-right: 0; }

  .text-chunk--smallimg .smallimg__copy {
    width: 100%;
    margin-bottom: 26em; } }
/************************************
*
* ARTICLES (news articles and case studies)
*
************************************/
.single .post #main {
  display: grid;
  grid-template-columns: 1fr 16em;
  grid-template-rows: auto auto auto;
  grid-gap: 60px;
  grid-template-areas: "article aside" "feed feed" "signup signup";
  max-width: 1400px;
  margin: 2em auto; }

.post article {
  grid-area: article; }

.post article blockquote p, .post article p.img, .post article figure.wp-caption {
  margin-left: 0;
  margin-top: 2em;
  margin-bottom: 2em; }

.post article blockquote p {
  font-style: italic; }

.article__author-box {
  border: 1px solid #00aeef;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  padding: 1em;
  max-width: 32em;
  -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 1400px), screen and (max-device-width: 1400px) {
  .single .post #main {
    margin-right: calc( calc( 1400px - 1080px ) / 2); }

  .post article p, .post article h2, .post article h3, .post article h4, .post article h5, .post article .article__date, .post article .article__share-button, .post article figcaption,
  .article__author-box {
    margin-left: calc( calc( 1400px - 1080px ) / 2); } }
.post .sidebar-content--download.tile--download,
.post .sidebar-content--video.tile--video {
  min-width: 0; }

.author-box__image {
  display: inline-block; }

.author-box__image img {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 1em;
  width: 120px;
  height: 120px; }

.author-box__copy {
  display: inline-block;
  max-width: 60%;
  margin-right: 1em; }

.author__byline {
  border-bottom: 1px solid #6f6f6f;
  padding-bottom: 1em;
  padding-right: 4em; }

.author__byline a {
  display: block;
  font-weight: bold; }

.author__social-links .social-link {
  display: inline-block;
  text-indent: -9999px;
  margin-bottom: 0; }

.post .article__share-button .share-button {
  position: relative;
  background-color: white;
  border: #ef3a4f solid 1px;
  color: #ef3a4f;
  padding: 0 0.6125em 1.5em;
  height: 45px;
  width: 130px;
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  -ms-transition: width 1s ease;
  transition: width 1s ease;
  overflow: hidden; }
  .post .article__share-button .share-button:hover {
    color: #ef3a4f;
    cursor: pointer; }
  .post .article__share-button .share-button:focus {
    outline: 0; }

.post .article__share-button.active .share-button {
  width: 260px;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
  /*-webkit-transition: width 1s ease;  
  -moz-transition: width 1s ease;  
  -o-transition: width 1s ease;  
  -ms-transition: width 1s ease;  
  transition: width 1s ease;*/ }

.post .article__share-button .share-button #shareBtn {
  display: inline-block;
  position: absolute;
  left: 2em; }

.post .article__share-button .share-button .share-button__text {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  padding-right: 0.5em;
  line-height: 45px;
  /*&:after {
      content: '';
      position: absolute;
      //top: calc( 50% - 8px );
      margin-left: 5px;
      z-index: 20;
      width: 20px;
      height: 20px;
      background-image: url(./images/theme/silicone-sprite.png);
      background-position: $shareIconPosition;
  }*/ }

.post .article__share-button .share-button #shareBtn.fa-share-alt:before {
  display: none;
  content: ''; }
.post .article__share-button .share-button #shareBtn.fa-share-alt:after {
  content: "\f1e0"; }

.post .article__share-button .share-button #shareBtn.fa-times.hide:before {
  display: none;
  content: ''; }
.post .article__share-button .share-button #shareBtn.fa-times.hide:after {
  content: "\f00d"; }

.post .article__share-button .share-button .share-button__social-links {
  display: inline-block;
  position: absolute;
  top: -50px;
  right: -140px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.5s;
  -moz-transition: opacity 0.5s ease 0.5s;
  -ms-transition: opacity 0.5s ease 0.5s;
  -o-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s; }

.post .article__share-button.active .share-button .share-button__social-links {
  right: 1em;
  top: auto;
  opacity: 1; }

.post .article__share-button .share-button .social-link {
  margin-bottom: 0; }

.post .article__share-button.active .share-button .social-link {
  display: inline-block;
  vertical-align: top;
  width: 45px; }

.post .article__share-button .share-button .social-link.social-link--facebook {
  background-position: -1802px 68px; }

.post .article__share-button .share-button .social-link.social-link--twitter {
  background-position: -1845px 68px; }

.post .article__share-button .share-button .social-link.social-link--linkedin {
  background-position: -1889px 68px; }

.post .article__aside {
  grid-area: aside;
  max-width: 300px; }

.post .article__industry-links ul {
  padding-left: 0; }

.post .article__industry-links ul li {
  list-style-type: none;
  margin: 0.625em 0; }

.article__industry-links .topic-title, .article__related-articles .topic-title {
  display: block;
  margin: 3.125em 0; }

.related-article-tile {
  position: relative;
  display: block;
  border: solid 1px #00aeef;
  border-radius: 10px;
  overflow: hidden;
  margin: 1.25em 0;
  -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2); }
  .related-article-tile:hover {
    color: #00aeef;
    -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.25);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.25);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.25);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }

.related-article-tile__background {
  position: relative;
  width: 100%;
  height: 80%; }

.related-article-tile__background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 174, 239, 0.4); }

.related-article-tile__background img {
  border-radius: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.related-article-tile__link {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 20%;
  padding: 0.5em 1em;
  background-color: #f9f8f8;
  font-weight: bold;
  border-top: 1px solid #00aeef;
  border-radius: 0 0 10px 10px; }

.related-article-tile .related-article-tile__link .go-arrow:after {
  top: auto; }

.related-article-tile:hover .related-article-tile__link .go-arrow:after {
  background-position: -982px 58px; }

.post .related-articles__view-all {
  font-weight: bold; }

.post .feed-chunk--relatedproducts {
  grid-area: feed;
  background-color: #f9f8f8; }

.post .newsletter-signup {
  grid-area: signup; }

@media screen and (max-width: 100em), screen and (max-device-width: 100em) {
  .post article blockquote p, .post article p.img, .post article figure.wp-caption {
    margin-left: 5% !important; } }
@media screen and (max-width: 68.5em), screen and (max-device-width: 68.5em) {
  .single .post #main {
    display: flex;
    margin: 2em auto;
    flex-direction: column; }

  .single .post #main article {
    order: 1; }

  .single .post #main .article__author-box {
    order: 2;
    margin: 2em 5%;
    max-width: 100%; }

  .post article p, .post article h2, .post article h3, .post article h4, .post article h5, .post article .article__date, .post article .article__share-button, .post article figcaption, .post article blockquote {
    max-width: 70%;
    margin: 0 auto; }

  .post article blockquote p, .post article p.img, .post article figure.wp-caption {
    margin-left: 0 !important; }

  .post article p.img, .post article figure.wp-caption {
    max-width: 100%; }

  .post .article__aside {
    margin: 0 auto;
    order: 3; } }
/************************************
*
* LISTING PAGES (news articles, case studies, downloads, and videos)
*
************************************/
.listing-page__articles {
  display: flex;
  flex-wrap: wrap; }

.listing-page__search-and-filter {
  display: block;
  width: 80%;
  margin: 0 auto 1em; }

.listing-page__search-and-filter form {
  display: inline-block;
  width: 300px;
  float: left;
  position: relative; }

.listing-page__search-and-filter input.s {
  border: #00aeef solid 1px;
  border-radius: 10px 0 0 10px;
  background-color: #f9f8f8; }
  .listing-page__search-and-filter input.s::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic; }
  .listing-page__search-and-filter input.s::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic; }
  .listing-page__search-and-filter input.s:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic; }
  .listing-page__search-and-filter input.s:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic; }

.listing-page__search-and-filter form .submit {
  background-color: #00aeef;
  border: #00aeef 1px solid;
  border-radius: 0 10px 10px 0;
  text-indent: -9999px;
  height: 42px;
  width: 37px;
  overflow: hidden;
  position: absolute;
  top: 0.5em;
  cursor: pointer; }

.listing-page__search-and-filter form .submit:after {
  content: '';
  position: absolute;
  left: 5px;
  width: 24px;
  height: 24px;
  background-image: url("./images/theme/silicone-sprite.png");
  background-position: -628px 59px; }

.listing-page__category-filter {
  display: flex;
  margin-bottom: 0;
  padding: 0.5em 3em; }

.listing-page__category-filter .cat-item {
  list-style: none;
  padding: 0.25em 0;
  border-bottom: 2px solid #00aeef;
  margin: 0 0.5em; }

.listing-tile {
  display: inline-block;
  background-color: #f9f8f8;
  border: 1px solid #00aeef;
  border-radius: 10px;
  flex-basis: 24%;
  margin: 0.5%;
  overflow: hidden;
  position: relative; }

.listing-tile .listing-tile__image {
  height: 200px;
  overflow: hidden; }

.listing-tile__image img {
  object-fit: cover; }

.listing-tile__copy {
  padding: 1em;
  min-height: 10em;
  text-align: left; }

.listing-tile__copy .article__title.h2 {
  font-size: 1.25em; }

.listing-tile__copy .article__date, .listing-tile__copy .article__author {
  display: block;
  position: relative;
  padding-left: 2.5em;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 1.25em;
  max-width: 80%;
  font-size: 0.825em; }
  .listing-tile__copy .article__date:before, .listing-tile__copy .article__author:before {
    content: '';
    position: absolute;
    left: 5px;
    width: 24px;
    height: 24px;
    background-image: url("./images/theme/silicone-sprite.png"); }

.listing-tile__copy .article__date:before {
  background-position: -319px 59px; }

.listing-tile__copy .article__author:before {
  background-position: -364px 59px; }

.listing-tile:hover .listing-tile__copy .go-arrow.go-arrow--black:after {
  background-position: -982px 58px; }

@media screen and (max-width: 62em), screen and (max-device-width: 62em) {
  .listing-tile {
    flex-basis: 32%; } }
@media screen and (max-width: 48em), screen and (max-device-width: 48em) {
  .listing-tile {
    flex-basis: 49%; } }
@media screen and (max-width: 32em), screen and (max-device-width: 32em) {
  .listing-tile {
    flex-basis: 100%;
    margin: 0.5em 0; } }
@media screen and (max-width: 25.5em), screen and (max-device-width: 25.5em) {
  .author-box__image {
    display: none; }

  .author-box__copy {
    max-width: 100%; } }
/************************************
*
* FEEDS
*
************************************/
/***
*
* Common
*
***/
.feed-chunk .topic-title, .feed-chunk .h2 {
  display: block;
  text-align: center; }

.feed-width {
  text-align: center; }

/***
*
* Industry and Related industries feeds
*
***/
.feed-chunk--industries .topic-title, .feed-chunk--industries h2, .feed-chunk--relatedindustries .topic-title, .feed-chunk--relatedindustries h2 {
  display: block;
  text-align: center; }

.feed-chunk--industries .feed-container, .feed-chunk--relatedindustries .feed-container {
  /*grid-template-areas: 
      "large-1 large-2"
      "small-1 small-2 small-3 small-4";*/
  display: block; }

.industries-tile {
  position: relative;
  overflow: hidden;
  border-color: #00aeef;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0.25%;
  flex-basis: unset;
  flex-direction: unset;
  display: inline-block;
  width: 24.125%;
  vertical-align: top; }

.industries-tile.industries-tile--large {
  width: 49%; }

.industries-tile .industries-tile__copy {
  background-color: white; }

.industries-tile .industries-tile__copy .h2 {
  text-align: left;
  text-transform: none;
  word-wrap: break-word; }

.industries-tile.industries-tile--large .industries-tile__copy {
  padding: 1em 1.5em; }

.industries-tile.industries-tile--small .industries-tile__copy {
  padding: 1em; }

.industries-tile .industries-tile__copy .topic-title, .industries-tile .industries-tile__copy .go-arrow {
  display: block;
  text-align: left; }

.industries-tile .industries-tile__images {
  position: relative;
  max-height: 140px;
  align-self: flex-end;
  width: 100%; }

.industries-tile .industries-tile__background {
  position: relative; }

.industries-tile .industries-tile__background::after {
  content: '';
  background-color: rgba(0, 174, 239, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }

.industries-tile .industries-tile__background img {
  min-width: 100%;
  max-width: none;
  min-height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.industries-tile .industries-tile__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 40%;
  z-index: 3; }

.industries-tile .industries-tile__overlay img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 120%;
  width: auto; }

@media screen and (max-width: 1440px), screen and (max-device-width: 1440px) {
  .industries-tile .industries-tile__copy .h2 {
    font-size: 1.575em; } }
@media screen and (max-width: 1260px), screen and (max-device-width: 1260px) {
  .industries-tile {
    width: 32.35%; } }
@media screen and (max-width: 980px), screen and (max-device-width: 980px) {
  .industries-tile {
    width: 49%; } }
@media screen and (max-width: 680px), screen and (max-device-width: 680px) {
  .industries-tile, .industries-tile.industries-tile--large {
    width: 100%;
    margin: 0.5% 0; } }
@media screen and (max-width: 66em), screen and (max-device-width: 66em) {
  .feed-chunk--relatedindustries .feed-container .industries-tile {
    flex-basis: 49%; } }
@media screen and (max-width: 50em), screen and (max-device-width: 50em) {
  .feed-chunk--industries .feed-container .industries-tile, .feed-chunk--relatedindustries .feed-container .industries-tile {
    flex-basis: 49%; }

  .industries-tile__content {
    height: 100%; }

  .industries-tile .industries-tile__copy {
    position: relative;
    padding-bottom: 3em !important;
    height: 100%; }

  .industries-tile .industries-tile__copy span.go-arrow {
    position: absolute;
    height: 2.5em;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0.5em 1.5em;
    background-color: #00aeef;
    color: white; }

  .industries-tile .industries-tile__copy span.go-arrow.go-arrow--black:after {
    background-position: -895px 58px; }

  .industries-tile.industries-tile--large {
    grid-column: span 1; } }
@media screen and (max-width: 34em), screen and (max-device-width: 34em) {
  .feed-chunk--industries .feed-container .industries-tile, .feed-chunk--relatedindustries .feed-container .industries-tile {
    flex-basis: 100%; } }
/***
*
* Related industries feed
*
***/
/*
.feed-chunk--relatedindustries {}
.feed-chunk--industries .industries-tile {
    overflow: hidden;
    border-color: $siliconeBlue;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    box-sizing: border-box;
}
.feed-chunk--industries .industries-tile.industries-tile--large {
    grid-column: span 2;
}
.feed-chunk--industries .industries-tile.industries-tile--small {

}
.feed-chunk--industries .industries-tile.industries-tile--small {}
.feed-chunk--industries .industries-tile .industries-tile__copy {
    background-color: white;
}
.feed-chunk--industries .industries-tile .industries-tile__copy .h2 {
    text-align: left;
}
.feed-chunk--industries .industries-tile.industries-tile--large .industries-tile__copy {
    padding: 1em 1.5em;;
}
.feed-chunk--industries .industries-tile.industries-tile--small .industries-tile__copy {
    padding: 1em;
}
.feed-chunk--industries .industries-tile .industries-tile__copy .topic-title {
    text-align: left;
}
.feed-chunk--industries .industries-tile .industries-tile__images {
    position: relative;
}
.feed-chunk--industries .industries-tile .industries-tile__background {
    position: relative;
}
.feed-chunk--industries .industries-tile .industries-tile__background::after {
    content: '';
    background-color: $semiTransparentSiliconeBlue;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.feed-chunk--industries .industries-tile .industries-tile__background img {
    width: 100%;
    height: auto;
}
.feed-chunk--industries .industries-tile .industries-tile__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.feed-chunk--industries .industries-tile .industries-tile__overlay img {
    position: absolute;
    right: 0;
    bottom: -30px;
}
*/
/***
*
* Related products feed
*
***/
.feed-chunk--relatedproducts .feed-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.related-products-tile {
  margin: 0.5em; }

.related-products-tile__inner {
  display: block;
  overflow: hidden;
  background-color: #414042;
  border: transparent solid 1px;
  border-radius: 10px;
  transition: transform 750ms ease, background-color 750ms ease, border-color 750ms ease; }
  .related-products-tile__inner:hover {
    background-color: #00aeef;
    transform: scale(1.05);
    border-color: #00aeef; }

.related-products-tile__content {
  position: relative; }

.related-products-tile__content .related-products-tile__background {
  opacity: 0.6; }

.related-products-tile__content .related-products-tile__background::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2); }

.related-products-tile__inner:hover .related-products-tile__content .related-products-tile__background::after {
  background-color: rgba(0, 174, 239, 0.4); }

.related-products-tile__content .related-products-tile__background img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.related-products-tile__content .h2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.125rem 1.5rem;
  color: white;
  text-transform: none;
  text-align: left;
  line-height: 1.25em; }

.related-products-tile__link {
  padding: 0.5rem 1.5rem; }

.related-products-tile__link span {
  color: white; }

@media screen and (max-width: 65.25em), screen and (max-device-width: 65.25em) {
  .related-products-tile__link {
    padding: 0.5rem 0.25rem; } }
@media screen and (max-width: 67.5em), screen and (max-device-width: 67.5em) {
  .feed-chunk--relatedproducts .feed-container {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 32em), screen and (max-device-width: 32em) {
  .feed-chunk--relatedproducts .feed-container {
    grid-template-columns: repeat(1, 1fr); } }
/***
*
* Materials feed
*
***/
.materials-feed__copy {
  max-width: 60%;
  margin: 0 auto; }

.materials-feed__feed {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  justify-content: stretch; }

.materials-feed__tile {
  display: inline-block;
  margin: 0.5em; }

.materials-tile__inner {
  display: block;
  overflow: hidden;
  background-color: #414042;
  border: transparent solid 1px;
  border-radius: 10px;
  transition: transform 750ms ease, background-color 750ms ease, border-color 750ms ease;
  color: white; }
  .materials-tile__inner:hover {
    transform: scale(1.05);
    color: white; }

.materials-tile__inner.material-feeds__tile--teal:hover {
  background-color: #38c0c4;
  border-color: #38c0c4; }

.materials-tile__inner.material-feeds__tile--red:hover {
  background-color: #ef3a4f;
  border-color: #ef3a4f; }

.materials-tile__inner.material-feeds__tile--purple:hover {
  background-color: #b03f97;
  border-color: #b03f97; }

.materials-tile__inner.material-feeds__tile--blue:hover {
  background-color: #587bbd;
  border-color: #587bbd; }

.materials-tile__inner.material-feeds__tile--orange:hover {
  background-color: #fba91c;
  border-color: #fba91c; }

.material-tile__images {
  display: block;
  position: relative;
  width: 100%;
  min-height: 85px; }

.material-tile__images .material__background-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  overflow: hidden; }

.material-tile__images .material__background-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.material-tile__images .material__logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1em; }

.material-tile__images .material__logo img {
  max-height: 50px;
  width: auto;
  position: absolute;
  left: 2em; }

.materials-tile__description {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1em; }

.materials-tile__description p {
  margin: 0;
  font-weight: 400; }

.materials-tile__inner span.go-arrow {
  display: block;
  padding: 0.5em 1em; }

/***
* Materials feed RESPONSIVE
***/
@media screen and (min-width: 42em), screen and (min-device-width: 42em) {
  .materials-feed__tile {
    flex-basis: 46%; } }
@media screen and (min-width: 55em), screen and (min-device-width: 55em) {
  .materials-feed__tile {
    flex-basis: 31%; } }
@media screen and (max-width: 800px), screen and (max-device-width: 800px) {
  .materials-feed__tile {
    flex-basis: 47%; } }
@media screen and (max-width: 610px), screen and (max-device-width: 610px) {
  .materials-feed__tile {
    flex-basis: 46%; } }
@media screen and (max-width: 500px), screen and (max-device-width: 500px) {
  .materials-feed__tile {
    flex-basis: 90%;
    margin: 0 auto 0.5em; } }
/***
*
* Logos feed
*
***/
.feed-chunk--logos {
  background-color: #f9f8f8; }

.feed-chunk--logos .logos-feed {
  max-width: 1400px;
  margin: 2em auto;
  display: flex;
  justify-content: space-evenly; }

.feed-chunk--logos .logos-feed .accreditation-logo {
  display: inline-block;
  max-width: 28%; }

/************************************
*
* CAROUSELS
*
************************************/
/***
*
* Common
*
***/
.carousel-chunk .slick-arrow {
  outline: 0;
  cursor: pointer; }

/***
*
* Banner carousel
*
***/
.carousel-chunk--banner {
  overflow: hidden;
  position: relative; }

#banner-carousel {
  position: relative;
  background-image: url(./images/theme/banner-carousel-bg.jpg);
  background-size: cover;
  padding: 5em 8em 0 0;
  overflow: hidden; }

#banner-carousel .slick-arrow {
  background-color: transparent;
  border: 0;
  width: 45px;
  height: 45px;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 4em;
  text-indent: -9999px; }

#banner-carousel .slick-arrow.slick-prev {
  right: 5.125em; }

#banner-carousel .slick-arrow.slick-next {
  right: 2.575em; }

#banner-carousel .slick-arrow.slick-prev::after, #banner-carousel .slick-arrow.slick-next::after {
  content: '';
  position: absolute;
  bottom: 14px;
  z-index: 20;
  width: 16px;
  height: 16px;
  background-image: url("./images/theme/silicone-sprite.png"); }

#banner-carousel .slick-arrow.slick-prev::after {
  background-position: -1027px 55px;
  left: 13px; }

#banner-carousel .slick-arrow.slick-next::after {
  background-position: -1070px 55px;
  left: 4px; }

#banner-carousel .slide {
  position: relative; }

#banner-carousel .slide .banner__content {
  height: 540px; }

#banner-carousel .slide .banner__background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }

#banner-carousel .slide .banner__background-image img {
  height: 100%;
  width: auto;
  position: absolute;
  right: 0;
  object-fit: cover; }

#banner-carousel .slide .banner__content {
  /*display: grid;
      grid-template-columns: 0.1fr 0.7fr 0.1fr 0.1fr; //replace to match content widths
  grid-template-areas: 
      ". . . ."
      ". logo . ."
      ". heading heading ."
      ". primary-ctoa . ."
      ". secondary-ctoa . ."
      ". . . ."
      ". . . .";
  justify-items: left;
  align-items: center;*/
  background-image: url(./images/theme/Silicone_HP_Carousel_Image.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: -6em;
  padding: 2em 3em; }

#banner-carousel .slide .banner__content .banner__logo, #banner-carousel .slide .banner__content .h1, #banner-carousel .slide .banner__content .banner__primary-ctoa, #banner-carousel .slide .banner__content .banner__secondary-ctoa {
  margin: 2rem 0; }

#banner-carousel .slide .banner__content .banner__primary-ctoa, #banner-carousel .slide .banner__content .banner__secondary-ctoa {
  display: inline-block;
  float: left;
  clear: left; }

#banner-carousel .slide .banner__content .banner__logo {
  grid-area: logo; }

#banner-carousel .slide .banner__content .h1 {
  grid-area: heading; }

#banner-carousel .slide .banner__content .banner__primary-ctoa {
  grid-area: primary-ctoa;
  margin: 1rem 0; }

#banner-carousel .slide .banner__content .banner__secondary-ctoa {
  grid-area: secondary-ctoa;
  margin: 0;
  background-color: white;
  border: #ef3a4f solid 1px;
  color: #ef3a4f; }

.carousel-chunk--banner .slick-dots {
  list-style: none;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 7.5em;
  right: 0; }

.carousel-chunk--banner .slick-dots li {
  display: flex;
  width: 8em;
  height: 4em;
  box-sizing: border-box;
  border: solid 1px #959595;
  color: #959595; }
  .carousel-chunk--banner .slick-dots li:hover {
    color: white;
    border-color: white; }

.carousel-chunk--banner .slick-dots li.slick-active {
  border-color: #00aeef; }

.carousel-chunk--banner .slick-dots li .slick-dot {
  display: flex;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.75em;
  padding: 10px 10% 10px 9%;
  border-left: 4px solid transparent;
  height: 100%; }

.carousel-chunk--banner .slick-dots li .slick-dot span {
  align-self: center;
  font-size: 10px;
  line-height: 1.25em; }

.carousel-chunk--banner .slick-dots li.slick-active .slick-dot {
  border-color: #00aeef;
  color: white; }

.carousel-chunk--banner .banner-carousel__pager {
  display: inline-block;
  position: absolute;
  right: 3.25rem;
  bottom: 5.75rem;
  font-size: 0.625em;
  letter-spacing: 4px;
  color: #959595; }

@media screen and (max-width: 69em), screen and (max-device-width: 69em) {
  #banner-carousel .slide .banner__content {
    background-color: #707070; } }
@media screen and (max-width: 50em), screen and (max-device-width: 50em) {
  #banner-carousel {
    padding: 0; }

  .carousel-chunk--banner .slick-dots {
    display: none !important; }

  #banner-carousel .slick-arrow {
    background-color: #00aeef;
    width: 45px;
    height: 45px;
    bottom: 0; }

  #banner-carousel .slick-arrow.slick-next {
    right: 2.75em; }

  #banner-carousel .slick-arrow.slick-prev::after, #banner-carousel .slick-arrow.slick-next::after {
    left: calc( 50% - 8px ); }

  #banner-carousel .slick-arrow.slick-prev::after {
    background-position: -1027px 55px; }

  #banner-carousel .slick-arrow.slick-next::after {
    background-position: -1070px 55px; }

  .carousel-chunk--banner .banner-carousel__pager {
    right: 9.5rem;
    bottom: -0.25rem; } }
@media screen and (max-width: 728px), screen and (max-device-width: 728px) {
  #banner-carousel .slide .banner__content {
    padding: 1em 3em; } }
@media screen and (max-width: 32.5em), screen and (max-device-width: 32.5em) {
  #banner-carousel .banner__content .h1 {
    font-size: 2.75rem; } }
@media screen and (max-width: 25em), screen and (max-device-width: 25em) {
  #banner-carousel .banner__content .h1 {
    font-size: 2.25rem; } }
/***
*
* Showcase carousel
*
***/
.carousel-chunk--showcase {
  position: relative;
  margin-bottom: 4em;
  padding-bottom: 0; }

.carousel-chunk--showcase .showcase__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.carousel-chunk--showcase .showcase__background img {
  min-width: 100%;
  min-height: 100%; }

.carousel-chunk--showcase #showcase-carousel {
  max-width: 1920px;
  margin: 0 auto;
  max-height: 600px; }

.carousel-chunk--showcase #showcase-carousel .slide {
  grid-template-columns: 0.25fr 1fr 1fr 1fr 0.25fr;
  grid-template-areas: ". . . . ." ". topictitle . . ." ". heading text checklist ." "schematic schematic schematic checklist ." "schematic schematic schematic button ." "schematic schematic schematic . .";
  justify-items: left;
  align-items: center;
  padding: 3em 0 0; }

.carousel-chunk--showcase #showcase-carousel .slide, .carousel-chunk--showcase #showcase-carousel .slide .topic-title, .carousel-chunk--showcase #showcase-carousel .slide .h2--white {
  color: white; }

.carousel-chunk--showcase #showcase-carousel .slide .topic-title {
  grid-area: topictitle;
  justify-self: start;
  align-self: end; }

.carousel-chunk--showcase #showcase-carousel .slide .h2--white {
  grid-area: heading;
  align-self: start; }

.carousel-chunk--showcase #showcase-carousel .slide p {
  grid-area: text;
  align-self: start; }

.carousel-chunk--showcase #showcase-carousel .slide .showcase__checklist {
  grid-area: checklist;
  align-self: start;
  justify-self: center; }

.carousel-chunk--showcase #showcase-carousel .slide .showcase__checklist li {
  list-style-type: none;
  padding-left: 50px;
  position: relative;
  margin: 0.5em 0; }

.carousel-chunk--showcase #showcase-carousel .slide .showcase__checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 20;
  width: 45px;
  height: 45px;
  background-image: url("./images/theme/silicone-sprite.png");
  background-position: -220px 62px; }

.carousel-chunk--showcase #showcase-carousel .slide .showcase__link {
  grid-area: button; }

.carousel-chunk--showcase #showcase-carousel .slide .showcase__schematic {
  grid-area: schematic; }

.carousel-chunk--showcase #showcase-carousel .slick-arrow {
  background-color: white;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 45px;
  height: 90px;
  position: absolute;
  top: calc(50% - 45px); }

.carousel-chunk--showcase #showcase-carousel .slick-arrow.slick-next {
  border-radius: 10px 0 0 10px; }

.carousel-chunk--showcase #showcase-carousel .slick-arrow.slick-prev {
  border-radius: 0 10px 10px 0; }

.carousel-chunk--showcase #showcase-carousel .slick-arrow.slick-prev::after, .carousel-chunk--showcase #showcase-carousel .slick-arrow.slick-next::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: calc(50% - 24px);
  left: auto;
  z-index: 20;
  width: 45px;
  height: 45px;
  background-image: url("./images/theme/silicone-sprite.png"); }

.carousel-chunk--showcase .slick-arrow.slick-prev::after {
  background-position: -1101px 68px; }

.carousel-chunk--showcase .slick-arrow.slick-next::after {
  background-position: -1141px 68px; }

.carousel-chunk--showcase .slick-dots {
  list-style: none;
  display: flex;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0; }

.carousel-chunk--showcase .slick-dots li {
  display: inline-block;
  margin: auto 1%;
  height: 5px;
  background-color: #6f6f6f;
  flex-grow: 1; }

.carousel-chunk--showcase .slick-dots li.slick-active {
  background-color: #00aeef; }

.carousel-chunk--showcase #showcase-carousel .slide .slide-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 150px; }
  .carousel-chunk--showcase #showcase-carousel .slide .slide-inner .showcase__titles {
    display: inline-block;
    width: 33%;
    padding-right: 4.175%;
    vertical-align: top; }
  .carousel-chunk--showcase #showcase-carousel .slide .slide-inner p {
    display: inline-block;
    width: 33%;
    padding-left: 1.675%;
    padding-right: 8.375%;
    vertical-align: top;
    border-left: 1px solid #fff; }
  .carousel-chunk--showcase #showcase-carousel .slide .slide-inner .showcase__checklist-n-button {
    display: inline-block;
    width: 33%;
    vertical-align: top; }
    .carousel-chunk--showcase #showcase-carousel .slide .slide-inner .showcase__checklist-n-button .showcase__checklist {
      padding-left: 0; }
    .carousel-chunk--showcase #showcase-carousel .slide .slide-inner .showcase__checklist-n-button li {
      margin: 0.5em 0 1em; }
.carousel-chunk--showcase #showcase-carousel .slide .showcase__schematic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(((100% - 1200px) / 2) + 800px); }

@media screen and (max-width: 1320px), screen and (max-device-width: 1320px) {
  .carousel-chunk--showcase #showcase-carousel .slide .slide-inner {
    max-width: 100%;
    margin: 0 60px; }

  .carousel-chunk--showcase #showcase-carousel .slide .showcase__schematic {
    width: 66%; } }
@media screen and (max-width: 880px), screen and (max-device-width: 880px) {
  .carousel-chunk--showcase #showcase-carousel .slide .slide-inner .showcase__checklist-n-button .showcase__checklist {
    display: none; }
  .carousel-chunk--showcase #showcase-carousel .slide .slide-inner {
    padding-bottom: 50px; }
    .carousel-chunk--showcase #showcase-carousel .slide .slide-inner .showcase__titles, .carousel-chunk--showcase #showcase-carousel .slide .slide-inner p, .carousel-chunk--showcase #showcase-carousel .slide .slide-inner .showcase__checklist-n-button {
      width: 100%;
      padding-right: 0; }
    .carousel-chunk--showcase #showcase-carousel .slide .slide-inner p {
      padding-left: 20px; }
  .carousel-chunk--showcase #showcase-carousel .slide .showcase__link {
    margin-top: 0; } }
@media screen and (max-width: 20.75em), screen and (max-device-width: 20.75em) {
  .carousel-chunk--showcase #showcase-carousel .ctoa-button {
    padding-right: 1.5em; } }
/***
*
* Case studies carousel
*
***/
.carousel-chunk--casestudies .cs-carousel__copy {
  margin-bottom: 2em; }

.carousel-chunk--casestudies .topic-title, .carousel-chunk--casestudies .h2 {
  display: block;
  text-align: center; }

.carousel-chunk--casestudies {
  text-align: center; }

#casestudies-carousel {
  padding-bottom: 4em;
  /*margin-left: calc( calc( calc( 100% - 1920px ) / 2 ) + calc( calc( 1920px - 1080px ) / 2) );*/ }

#casestudies-carousel .slick-list {
  padding: 0 !important; }

#casestudies-carousel .slick-track {
  margin-right: 0; }

#casestudies-carousel .slide {
  position: relative;
  min-height: 400px;
  border-radius: 10px;
  overflow: hidden; }

#casestudies-carousel .slide .image {
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  left: 0;
  z-index: -1;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: gray;
  border-radius: 10px;
  overflow: hidden; }

#casestudies-carousel .slide:hover .image {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  filter: none;
  -webkit-transition: filter 200ms ease-out;
  -moz-transition: filter 200ms ease-out;
  -o-transition: filter 200ms ease-out;
  transition: filter 200ms ease-out; }

#casestudies-carousel .slide .image img {
  border-radius: 10px;
  overflow: hidden; }

#casestudies-carousel .slide .slide__copy {
  position: relative;
  background-color: rgba(65, 64, 66, 0.8);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  max-width: 50%;
  margin-left: 10%;
  padding: 1rem 1rem 2rem;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out; }

#casestudies-carousel .slide:hover .slide__copy {
  background-color: rgba(0, 174, 239, 0.4);
  -webkit-transition: background-color 100ms ease-out;
  -moz-transition: background-color 100ms ease-out;
  -o-transition: background-color 100ms ease-out;
  transition: background-color 100ms ease-out; }

#casestudies-carousel .slide .slide__copy .case-study-tile__title {
  color: white;
  text-transform: none;
  text-align: left; }

#casestudies-carousel .slide .slide__copy .case-study__link {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #414042;
  color: white;
  padding: 0.25em 1rem;
  text-align: left; }

.casestudies-carousel__link {
  margin: 0 auto; }

#casestudies-carousel .slick-arrow {
  background-color: transparent;
  border: 0;
  width: 45px;
  height: 45px;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0.6em;
  text-indent: -9999px; }

#casestudies-carousel .slick-arrow.slick-prev {
  right: calc( calc( calc( 1920px - 1080px ) / 2) + 4.4em ); }

#casestudies-carousel .slick-arrow.slick-next {
  right: calc( calc( calc( 1920px - 1080px ) / 2) + 0.6em ); }

#casestudies-carousel .slick-arrow.slick-prev::after, #casestudies-carousel .slick-arrow.slick-next::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0px;
  left: auto;
  z-index: 20;
  width: 45px;
  height: 45px;
  background-image: url("./images/theme/silicone-sprite.png"); }

#casestudies-carousel .slick-arrow.slick-prev::after {
  background-position: -1190px 68px; }

#casestudies-carousel .slick-arrow.slick-next::after {
  background-position: -1230px 68px; }

@media screen and (max-width: 120em), screen and (max-device-width: 120em) {
  #casestudies-carousel .slick-arrow.slick-prev {
    right: calc( calc( calc( 100% - 1080px ) / 2 ) + 4.4em + calc( calc( calc( 100% - 1920px ) / 2 ) + calc( calc( 1920px - 1080px ) / 2) ) ); }

  #casestudies-carousel .slick-arrow.slick-next {
    right: calc( calc( calc( 100% - 1080px ) / 2 ) + 0.6em + calc( calc( calc( 100% - 1920px ) / 2 ) + calc( calc( 1920px - 1080px ) / 2) ) ); } }
@media screen and (max-width: 75em), screen and (max-device-width: 75em) {
  #casestudies-carousel .slick-arrow.slick-prev {
    right: calc( 5% + 4.4em ); }

  #casestudies-carousel .slick-arrow.slick-next {
    right: calc( 5% + 0.6em ); } }
@media screen and (max-width: 72em), screen and (max-device-width: 72em) {
  #casestudies-carousel {
    margin-left: 0; }

  #casestudies-carousel .slide .image {
    right: 0.5em;
    left: 0.5em; } }
@media screen and (max-width: 46em), screen and (max-device-width: 46em) {
  #casestudies-carousel .slide .slide__copy {
    max-width: 70%; } }
@media screen and (max-width: 23.125em), screen and (max-device-width: 23.125em) {
  #casestudies-carousel .slide {
    min-height: 380px; } }
@media screen and (max-width: 21.25em), screen and (max-device-width: 21.25em) {
  #casestudies-carousel .slide {
    min-height: 340px; } }
/************************************
*
* SPECIALS
*
************************************/
/***
*
* Product breakdown
*
***/
.special-chunk--productbreakdown {
  background-color: #00aeef; }

.product-breakdown__copy, .product-breakdown__img {
  margin-bottom: 1em; }

.special-chunk--productbreakdown .topic-title, .special-chunk--productbreakdown h2.h2--white {
  color: white; }

.special-chunk--productbreakdown .product-breakdown__table .tablepress thead th {
  background-color: #414042;
  color: white; }

.special-chunk--productbreakdown .product-breakdown__table .tablepress img {
  max-height: 1.5em;
  width: auto; }

@media screen and (min-width: 56.25em), screen and (min-device-width: 56.25em) {
  .special-chunk--productbreakdown .feed-width {
    display: flex;
    justify-content: space-between; }

  .product-breakdown__copy-w-img {
    display: inline-block;
    width: 38%;
    vertical-align: top; }

  .product-breakdown__copy {
    text-align: left; }

  .product-breakdown__table {
    display: inline-block;
    width: 60%;
    vertical-align: top; } }
/***
*
* Contact map tiles
*
***/
.contact-map {
  border: 1px solid #00aeef;
  border-radius: 10px;
  overflow: hidden;
  max-width: 520px;
  margin: 0 auto 1em; }

.contact-map__copy, .contact-map__map {
  display: block;
  vertical-align: top; }

.contact-map__copy {
  width: 100%;
  padding: 0 1em 1em;
  background-color: #f9f8f8;
  border-bottom: 1px solid #00aeef; }

.contact-map__title {
  display: block;
  position: relative;
  padding-top: 1.5em; }

.contact-map__address span {
  display: block; }

.contact-map__contact-details .contact__tel, .contact-map__contact-details .contact__email {
  display: block; }

.contact-map__address {
  margin-bottom: 1em; }

.contact-map__map iframe {
  display: block; }

@media screen and (min-width: 62.5em), screen and (min-device-width: 62.5em) {
  .contactmap--grid-layout {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }

  .contactmap--grid-layout .contact-map {
    flex-basis: 49%;
    margin: 0; }

  .contactmap--grid-layout .contact-map__copy {
    height: calc( 100% - 340px ); }

  .contact-map--USA {
    margin: 20px 0 0 10px; }

  .contact-map-EU {
    margin: 20px 10px 0 0; }

  .contact-map.contact-map--wide {
    max-width: unset;
    display: flex; }

  .contact-map--wide .contact-map__copy, .contact-map--wide .contact-map__map {
    width: 49%; }

  .contact-map--wide .contact-map__copy {
    border-bottom: 0;
    border-right: 1px solid #00aeef; } }
@media screen and (min-width: 34em), screen and (min-device-width: 34em) {
  .contact-map__address, .contact-map__contact-details {
    display: inline-block;
    vertical-align: top;
    margin-right: 2em; }

  .contact-map__contact-details .contact__tel {
    margin-top: 0; } }
@media screen and (min-width: 25em), screen and (min-device-width: 25em) {
  .contact-map__flag {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 54px; }

  .contact-map--UK .contact-map__flag {
    background-image: url("./images/theme/uk-flag.png"); }

  .contact-map--EU .contact-map__flag {
    background-image: url("./images/theme/eu-flag.png"); }

  .contact-map--USA .contact-map__flag {
    background-image: url("./images/theme/usa-flag.png"); } }
/************************************
*
* ACCREDITATIONS PAGE
*
************************************/
.accreditation-listing {
  float: left;
  clear: both;
  margin: 1em 0; }

.accreditation-listing img {
  display: inline-block;
  height: 100%;
  width: 17%; }

.accreditation-listing__copy {
  display: inline-block;
  width: 80%; }

@media screen and (max-width: 72.25em), screen and (max-device-width: 72.25em) {
  .accreditation-listing img, .accreditation-listing__copy {
    display: block; } }
/************************************
*
* SEARCH PAGE
*
************************************/
.search-results #banner {
  display: none; }

.search #main {
  padding-top: 4em; }

.search h1.h2 {
  text-shadow: none;
  font-size: 2.5rem; }

.search .loop-wrapper article.loop {
  margin: 2em 0; }

.search .loop-wrapper article .search-result__image, .search .loop-wrapper article .search-result__copy {
  vertical-align: top; }

.search .loop-wrapper article .search-result__image {
  max-width: 30%;
  display: inline-block;
  padding-right: 20px; }

.search .loop-wrapper article .search-result__copy {
  display: inline-block;
  max-width: 69%; }

.search .loop-wrapper article .search-result__copy a.h2 {
  text-transform: none; }

.search .loop-wrapper article .search-result__copy header h3, .search .loop-wrapper article .search-result__copy .text p {
  margin: 0; }

@media screen and (max-width: 37.5em), screen and (max-device-width: 37.5em) {
  .search .loop-wrapper article .search-result__image {
    display: none; }

  .search .loop-wrapper article .search-result__copy {
    display: inline-block;
    max-width: 100%; } }
@media screen and (max-width: 64em), screen and (max-device-width: 64em) {
  .search #main {
    padding-top: 2em; } }
/************************************
*
* VEHICLE SCHEMATICS
*
************************************/
/***
*
* General
*
***/
.schematic-section__list-items ul {
  padding: 0; }

.schematic--list-item {
  list-style-type: none;
  padding-left: 50px;
  position: relative;
  margin: 0.5em 0; }

.schematic--list-item:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 20;
  width: 45px;
  height: 45px;
  background-image: url("./images/theme/silicone-sprite.png");
  background-position: -264px 62px; }

.carousel-chunk--showcase #showcase-carousel .slide .showcase__checklist li {
  list-style-type: none;
  padding-left: 50px;
  position: relative;
  margin: 0.5em 0; }

.carousel-chunk--showcase #showcase-carousel .slide .showcase__checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 20;
  width: 45px;
  height: 45px;
  background-image: url("./images/theme/silicone-sprite.png");
  background-position: -220px 62px; }

.info-point:hover {
  cursor: pointer; }

.info-point .info-point__background, .info-point .info-point__text {
  opacity: 0;
  transition: opacity 0.25s ease-out; }

.info-point:hover .info-point__background, .info-point:hover .info-point__text {
  opacity: 1; }

.info-point .info-point__toggle .crossbar {
  transition: opacity 0.125s ease-out; }

.info-point:hover .info-point__toggle .crossbar {
  opacity: 0; }

/***
*
* Train
*
***/
.postid-5568 .banner--standard .banner__copy {
  max-width: 100%;
  padding-bottom: 0; }
  
 /***
*
* CLS fixes
*
***/
.carousel-chunk--banner{
	max-height:620px;
	overflow:hidden
}

@media screen (min-width:557px) and (max-width:800px){
	.carousel-chunk--banner{
		max-height:540px
	}
}

@media screen and (max-width:400px){
	.carousel-chunk--banner{
		max-height:589px
	}
}

/***
*
* Related industries feed
*
***/

.feed-chunk--relatedindustries {}
.feed-chunk--industries .industries-tile {
    overflow: hidden;
    border-color: $siliconeBlue;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    box-sizing: border-box;
}
.feed-chunk--industries .industries-tile.industries-tile--large {
    grid-column: span 2;
}
.feed-chunk--industries .industries-tile.industries-tile--small {
}
.feed-chunk--industries .industries-tile.industries-tile--small {}
.feed-chunk--industries .industries-tile .industries-tile__copy {
    background-color: white;
}
.feed-chunk--industries .industries-tile .industries-tile__copy .h2 {
    text-align: left;
}
.feed-chunk--industries .industries-tile.industries-tile--large .industries-tile__copy {
    padding: 1em 1.5em;;
}
.feed-chunk--industries .industries-tile.industries-tile--small .industries-tile__copy {
    padding: 1em;
}
.feed-chunk--industries .industries-tile .industries-tile__copy .topic-title {
    text-align: left;
}
.feed-chunk--industries .industries-tile .industries-tile__images {
    position: relative;
}
.feed-chunk--industries .industries-tile .industries-tile__background {
    position: relative;
}
.feed-chunk--industries .industries-tile .industries-tile__background::after {
    content: '';
    background-color: $semiTransparentSiliconeBlue;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.feed-chunk--industries .industries-tile .industries-tile__background img {
    width: 100%;
    height: auto;
}
.feed-chunk--industries .industries-tile .industries-tile__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.feed-chunk--industries .industries-tile .industries-tile__overlay img {
    position: absolute;
    right: 0;
    bottom: -30px;
}

/*# sourceMappingURL=style.css.map */