@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

body {
  font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  margin: 0 auto;
  position: relative; }

/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS 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%;
  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 .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* MQ mixins */
/* ltm and gtm are used for navigation style switches */
/* Colors actual colors defined first, then use those to define what they are used for. */
/* transitions */
/* mixins for col3 layout */
.col3-1 {
  display: block;
  width: 100%;
  margin: 0 0 10px 0; }
  @media screen and (min-width: 767px) {
    .col3-1 {
      margin: 0 1.5%;
      display: inline-block;
      *display: inline;
      zoom: 1; } }
  @media screen and (max-width: 500px) {
    .col3-1 {
      margin: 0 0 10px 0; } }
  .col3-1:first-child {
    margin-left: 0; }
  .col3-1:last-child {
    margin-right: 0;
    float: right; }
  @media screen and (min-width: 767px) {
    .col3-1 {
      width: 30.5%;
      float: left; } }

.col3-2 {
  display: block;
  width: 100%;
  margin: 0 0 10px 0; }
  @media screen and (min-width: 767px) {
    .col3-2 {
      margin: 0 1.5%;
      display: inline-block;
      *display: inline;
      zoom: 1; } }
  @media screen and (max-width: 500px) {
    .col3-2 {
      margin: 0 0 10px 0; } }
  .col3-2:first-child {
    margin-left: 0; }
  .col3-2:last-child {
    margin-right: 0;
    float: right; }
  @media screen and (min-width: 767px) {
    .col3-2 {
      width: 65%;
      float: left; } }

.col3-3 {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .col3-3 {
      margin: 0 1.5%;
      display: inline-block;
      *display: inline;
      zoom: 1; } }
  @media screen and (max-width: 500px) {
    .col3-3 {
      margin: 0 0 10px 0; } }
  .col3-3:first-child {
    margin-left: 0; }
  .col3-3:last-child {
    margin-right: 0;
    float: right; }

/* typography */
body {
  font-family: "source-sans-pro";
  color: #595959;
  font-weight: 400; }

p, li, a {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 0; }
  @media screen and (min-width: 767px) {
    p, li, a {
      line-height: 2; } }

a {
  color: #0175A8;
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: #00b4e8; }

a.cta, a.cta-back {
  text-transform: uppercase;
  font-size: 18px; }

a.cta:after {
  content: url("../img/arrow-smallest-blue.png");
  margin-left: 10px; }
  @media screen and (min-width: 767px) {
    a.cta:after {
      content: url("../img/arrow-small-blue.png"); } }

a.cta-back:before {
  content: url("../img/arrow-smallest-back.png");
  margin-right: 10px; }
  @media screen and (min-width: 767px) {
    a.cta-back:before {
      content: url("../img/arrow_small-back.jpg"); } }

.uppercase {
  text-transform: uppercase; }

.label {
  font-style: italic; }

.clear {
  clear: both; }

h1 {
  font-size: 30px;
  color: #0175A8;
  font-weight: 600; }

main h1 {
  width: 83.33%;
  margin: 0 auto;
  max-width: 1400px;
  margin: 0.67em auto; }

.section__row-wrap h1 {
  width: 100%;
  margin: 0.67em 0; }

h2 {
  font-size: 24px;
  color: #0175A8;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0; }

h3 {
  color: #515590;
  font-size: 18px;
  font-weight: 400; }

h4 {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0 0; }

h5 {
  margin: 5px 0; }
  h5 a {
    font-size: 16px; }

main {
  font-size: 18px; }

.section-heading {
  width: 83.33%;
  margin: 0 auto;
  max-width: 1400px;
  margin-bottom: 20px; }

@media screen and (min-width: 767px) {
  main {
    min-height: 500px; } }

.header-bar {
  height: 5px;
  width: 100%;
  display: block;
  background-image: url("../img/top-bar.jpg");
  background-size: 100% 100%; }
  @media screen and (min-width: 767px) {
    .header-bar {
      height: 9px; } }

header {
  margin-bottom: 20px;
  width: 100%; }

header#desktop {
  margin: 0 auto;
  margin-bottom: 50px;
  background-color: transparent;
  width: 98%;
  max-width: 1400px; }
  @media screen and (min-width: 951px) {
    header#desktop {
      margin-bottom: 20px; } }
  @media screen and (min-width: 1151px) {
    header#desktop {
      margin-bottom: 20px; } }
  header#desktop .logo {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: left;
    width: 15%;
    max-width: 100px;
    height: 53px;
    background-color: #0175A8;
    margin-top: 0;
    padding-left: 8.335%;
    width: 10%;
    padding-left: 0;
    margin-left: 0;
    background-color: none;
    height: auto;
    margin-top: 10px;
    background-color: transparent;
    min-width: 55px; }
  header#desktop nav {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: left;
    width: 70%; }
  header#desktop .button__nav-mobile {
    display: none; }

.logo-img {
  width: 50px;
  display: block;
  width: 100%; }

.logo-img-mobile {
  width: 30px;
  margin: 12px 0 0 12px;
  display: inline-block; }

#handheld .logo {
  display: inline-block; }
#handheld .logo-img {
  display: none; }

#desktop .logo-img-mobile {
  display: none; }

/* heor unit's are the main area at the top of the page */
.hero__unit {
  width: 100%;
  margin: 0 auto 50px auto;
  max-width: 1400px;
  /* thing link */ }
  .hero__unit.hero-unit__home-prime {
    max-width: none; }
  .hero__unit .tlImageContainer {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 125px !important;
    display: block !important; }
  .hero__unit img {
    width: 83.33%;
    margin: 0 auto;
    max-width: 1400px;
    display: block; }

.section__full-wrap {
  width: 100%; }

.lt-ie9 .section__row-wrap {
  display: block; }

.section__row-wrap {
  width: 83.33%;
  margin: 0 auto;
  max-width: 1400px;
  clear: both;
  overflow: hidden;
  margin-bottom: 50px; }
  @media screen and (min-width: 767px) {
    .section__row-wrap {
      margin-bottom: 70px; } }

.section__row-wrap-no-margin {
  margin-bottom: 0; }
  @media screen and (min-width: 767px) {
    .section__row-wrap-no-margin {
      margin-bottom: 0px; } }

.section__row-wrap-hero-margin {
  margin-bottom: 35px; }
  .section__row-wrap-hero-margin .link-list {
    margin-bottom: 5px; }

.section-divider {
  height: 20px; }
  @media screen and (min-width: 767px) {
    .section-divider {
      height: 50px; } }
  .section-divider.corporate {
    border-bottom: 1px solid #0175A8; }

/* section content is a general div with content inside of it */
.section__content {
  /* This cta is different from the other cta link. This is the full width button just above the footer */ }
  .section__content h2 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    color: #6439ea; }
  .section__content.cta {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600; }
    .section__content.cta svg {
      width: 43px;
      height: 19px;
      vertical-align: middle;
      margin-left: 10px; }
      .section__content.cta svg polyline, .section__content.cta svg line {
        stroke-width: 6px; }
    .section__content.cta a {
      display: block;
      width: 100%;
      background-color: #0175A8;
      -webkit-transition: all .2s ease-in;
      -moz-transition: all .2s ease-in;
      -ms-transition: all .2s ease-in;
      -o-transition: all .2s ease-in;
      transition: all .2s ease-in; }
      .section__content.cta a:hover {
        background-color: #00b4e8;
        color: #fff;
        text-decoration: none; }

/* section call outs are box with a colors background and white text */
.section__call-out {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 30px 7%;
  background-color: #0175A8;
  color: #fff;
  vertical-align: top;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (min-width: 767px) {
    .section__call-out {
      margin-top: 0;
      margin-bottom: 0;
      padding: 30px 2%; } }
  .section__call-out h1 {
    font-weight: 600;
    font-size: 24px; }
    @media screen and (min-width: 1151px) {
      .section__call-out h1 {
        font-size: 36px; } }
  .section__call-out h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff; }
  .section__call-out a, .section__call-out p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #fff; }
    .section__call-out a:hover, .section__call-out p:hover {
      text-decoration: none; }
  .section__call-out .arrow svg {
    width: 75%; }
  .section__call-out .icon {
    margin-top: 20px; }

/* feature module have a 1 column width featured image and a 2 column text area */
.feature-module img {
  vertical-align: middle; }
.feature-module div {
  vertical-align: middle; }
.feature-module .omega {
  float: none; }
.feature-module h4 {
  margin: 0 0 10px; }

/* Styles for search-result */
#search-results {
  width: 83.33%;
  margin: 0 auto;
  max-width: 1400px; }
  #search-results .section__row-wrap {
    width: 100%; }

.search-result h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.2; }
  @media screen and (min-width: 767px) {
    .search-result h2 {
      font-size: 24px;
      margin: 0; } }
.search-result p {
  margin: 0 0 10px;
  display: none; }
  @media screen and (min-width: 767px) {
    .search-result p {
      display: block; } }
.search-result .flags {
  margin-top: 0;
  font-style: italic;
  font-size: 15px;
  display: block; }
.search-result .features {
  color: #515590;
  margin: 5px 0; }
  @media screen and (min-width: 767px) {
    .search-result .features {
      margin: 10px 0; } }
.search-result .line-list {
  margin: 20px 0; }
.search-result .logos {
  display: none;
  margin-bottom: 20px; }
  @media screen and (min-width: 767px) {
    .search-result .logos {
      display: block; } }
  .search-result .logos img {
    height: 30px; }
.search-result .line-logo {
  max-height: 25px;
  margin-right: 20px; }
.search-result .product-links a {
  margin-right: 20px;
  white-space: nowrap; }
  @media screen and (min-width: 767px) {
    .search-result .product-links a {
      display: inline-block;
      *display: inline;
      zoom: 1; } }
.search-result .link__technical-documents, .search-result .link__data-sheet {
  display: none; }
  @media screen and (min-width: 767px) {
    .search-result .link__technical-documents, .search-result .link__data-sheet {
      display: block; } }
.search-result .link__data-sheet:before {
  content: url("../img/icon-pdf.jpg");
  margin-right: 5px; }
.search-result .col3-1 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
  float: left; }
.search-result .col3-2 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 70%;
  float: right; }

/* the follwing styles apply to the single product detail pages */
.product__title {
  width: 83.33%;
  margin: 0 auto;
  max-width: 1400px;
  marign: 0 auto;
  margin-bottom: 30px;
  font-weight: 600; }

.proudct__detail {
  margin-bottom: 50px; }
  .proudct__detail p {
    margin-left: 1em;
    margin-bottom: 0; }
  .proudct__detail .cta {
    margin-left: 1em; }

.proudct__long-description {
  margin-bottom: 50px; }

.proudct__sidebar .link-list {
  margin-bottom: 50px; }
  .proudct__sidebar .link-list .link-content {
    padding: 15px 2% 15px 5%; }

/* styling for read more blocks on single product pages */
.product__description-wrap {
  overflow: hidden;
  position: relative; }
  .product__description-wrap .read-more {
    display: none;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 170px;
    margin: auto;
    background-color: #fff;
    font-size: 18px;
    z-index: 10; }
    .product__description-wrap .read-more:after {
      content: url("../img/filter_arrow-down.png");
      display: inline;
      text-align: center;
      margin-left: 10px; }
    .product__description-wrap .read-more:hover {
      color: #0175A8; }
  .product__description-wrap.open .read-more:after {
    content: url("../img/filter_arrow-up.png"); }
  .product__description-wrap .horizontal-rule {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #959595;
    height: 30px;
    border-top: 17px solid #fff;
    border-bottom: 12px solid #fff; }

.related-module {
  margin-bottom: 50px; }

/* audience list */
.audience-list {
  margin-bottom: 50px; }
  .audience-list h2 {
    vertical-align: bottom;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #2b2f62;
    font-size: 24px;
    font-weight: 600; }
  .audience-list .audience-single {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 6%;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 767px) {
      .audience-list .audience-single {
        margin-bottom: 0; } }
    .audience-list .audience-single:hover {
      text-decoration: none; }
      .audience-list .audience-single:hover h3 {
        color: #0175A8; }
  .audience-list h3 {
    font-weight: 600;
    color: #2b2f62;
    margin-bottom: 0;
    text-transform: none;
    font-size: 18px; }

/*  Sidebar nav */
main .menu {
  list-style-type: none;
  text-transform: uppercase;
  background-color: #eee;
  padding: 20px 8% 20px 8%; }
  main .menu .sub-menu {
    list-style-type: none;
    text-transform: none; }

/* single project */
.project__header-container {
  position: relative;
  z-index: 1; }

.project__photo-gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  height: 165px;
  margin-top: 15px; }
  @media screen and (min-width: 951px) {
    .project__photo-gallery {
      height: 345px; } }
  @media screen and (min-width: 1151px) {
    .project__photo-gallery {
      height: 400px; } }

.project__content-container {
  position: relative;
  z-index: 10; }
  @media screen and (min-width: 767px) {
    .project__content-container {
      margin-top: -215px; } }
  .project__content-container .col3-2 {
    background-color: white; }
    @media screen and (min-width: 767px) {
      .project__content-container .col3-2 {
        padding-left: 1%; } }
    .project__content-container .col3-2 .content {
      clear: both; }
  @media screen and (min-width: 767px) {
    .project__content-container .col3-1 {
      margin-top: 150px; } }
  .project__content-container .related-module {
    margin-top: 50px; }
  .project__content-container .project__photo-gallery .project__photo-gallery__view-more {
    clear: both;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    font-size: 18px;
    background-color: #fff;
    cursor: pointer; }

@media screen and (min-width: 767px) {
  .project__content-container.no-gallery {
    margin-top: 0; } }
@media screen and (min-width: 767px) {
  .project__content-container.no-gallery .col3-1 {
    margin-top: 0px; } }

.jp-carousel-info {
  display: none !important; }

.gallery-caption {
  display: none; }

.gallery-item .gallery-icon img {
  border: 2px solid #fff !important; }

/* News and events widget */
.news {
  background: #eee;
  padding: 20px; }
  .news ul {
    list-style-type: none;
    padding-left: 0; }
  .news li {
    font-weight: 600;
    text-transform: uppercase; }
    .news li a {
      font-weight: 400;
      text-transform: none; }
      .news li a p {
        line-height: 1.2em;
        color: #595959;
        margin-bottom: 35px; }
      .news li a:hover {
        text-decoration: none; }
        .news li a:hover p {
          text-decoration: none; }
      .news li a h3 {
        line-height: 1.2em;
        margin-bottom: 5px; }

.pagination a, .pagination span {
  font-size: 18px;
  margin: 5px; }

/* audience slider mobile */
.audience-mobile {
  overflow: hidden; }
  .audience-mobile .audience-mobile__drop-down-control {
    cursor: pointer;
    background-color: #eee;
    padding: 2%;
    position: relative; }
    .audience-mobile .audience-mobile__drop-down-control img {
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: middle;
      max-height: 35px;
      max-width: 35px;
      margin-right: 5px; }
      .audience-mobile .audience-mobile__drop-down-control img.expand {
        position: absolute;
        top: 40%;
        right: 3px; }
    .audience-mobile .audience-mobile__drop-down-control h2 {
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: middle;
      margin-bottom: 0;
      line-height: 1.3;
      font-size: 18px;
      margin-top: 10px; }
  .audience-mobile .link-list {
    margin-top: 35px; }

/* Tables */
table {
  font-size: 14px; }

.tablepress-responsive-phone thead {
  max-width: 25%; }

body .tablepress tfoot th, body .tablepress thead th {
  background-color: #0175A8;
  color: #fff; }

/* general styles used around the site on various items */
.icon {
  margin: 0 auto;
  display: block; }

img {
  height: auto; }
  img.tool {
    margin-bottom: 30px; }

iframe {
  max-width: 100%; }

/*svg arrows */
svg polyline, svg line {
  stroke-width: 2px;
  fill: none;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }
  svg polyline.black, svg line.black {
    stroke: #000; }
  svg polyline.white, svg line.white {
    stroke: #fff; }
  svg polyline.blue, svg line.blue {
    stroke: #0175A8; }

.link-list {
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 0; }
  .link-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 3px;
    background-color: #515590;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in; }
    .link-list li:hover {
      background-color: #2b2f62; }
    .link-list li a {
      color: #fff;
      font-size: 16px;
      line-height: 1.1;
      font-weight: 600;
      overflow: hidden;
      position: relative;
      width: 100%;
      display: block; }
      .link-list li a:hover {
        text-decoration: none;
        color: #fff; }
  .link-list .link-content {
    padding: 10px 2% 10px 5%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 83%; }
  .link-list .arrow {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-color: #2b2f62;
    height: 100px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0; }
    .link-list .arrow img {
      margin-top: 15px;
      width: 50%;
      max-width: 23px; }

.config {
  width: 150px;
  height: 190px;
  float: left;
  text-align: center; }
  .config h3 {
    margin: 0; }

/* footer */
footer {
  clear: both;
  padding: 40px 0 75px;
  background-color: #595959;
  position: relative;
  background-size: cover;
  background-position: center; }
  @media screen and (min-width: 767px) {
    footer {
      background-image: url("../img/bg-footer.jpg"); } }
  footer .cross-link {
    display: block;
    margin-bottom: 20px; }
    footer .cross-link .cta:after {
      content: url("../img/arrow-small-white.png"); }
  footer div {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 0 3% 0 0; }
    footer div:first-child {
      margin-left: 0; }
    footer div:last-child {
      margin-right: 0; }
  footer .footer__nav-item {
    width: 100%; }
    @media screen and (min-width: 767px) {
      footer .footer__nav-item {
        width: 29%; } }
    @media screen and (min-width: 1151px) {
      footer .footer__nav-item {
        width: 16%; } }
  footer .footer__list-header {
    color: #00b4e8;
    text-transform: uppercase;
    font-size: 18px; }
  footer ul {
    list-style-type: none;
    font-size: 13px;
    padding: 0; }
    footer ul li {
      margin-bottom: 15px;
      color: #fff;
      line-height: 1; }
      footer ul li a {
        line-height: 1 !important;
        padding-bottom: 10px;
        font-size: 14px; }
  footer .sub-menu {
    display: none; }
  footer a {
    color: #fff; }
  footer .copyright {
    width: 100%;
    margin-top: 75px;
    display: block;
    color: #fff;
    vertical-align: bottom; }
    footer .copyright .social-icon {
      margin: 0 4px; }
      footer .copyright .social-icon img {
        height: 23px; }
    footer .copyright a {
      font-size: 11px;
      line-height: 1; }
  footer .social-icon-wrap {
    display: block;
    margin-top: 10px; }
    @media screen and (min-width: 767px) {
      footer .social-icon-wrap {
        display: inline;
        margin-top: auto; } }
  footer .contact-icon {
    cursor: pointer;
    background: #313131; }
  footer .contact-icon-absolute {
    position: absolute;
    height: 45px;
    top: -45px;
    right: 3%;
    padding: 5px 15px 0 15px;
    font-weight: 300;
    background: #313131;
    text-transform: uppercase;
    z-index: 15; }
    footer .contact-icon-absolute a {
      font-size: 20px; }
      footer .contact-icon-absolute a:hover {
        text-decoration: none; }
  footer .contact-icon-fixed {
    position: fixed;
    right: 3%;
    bottom: 0;
    z-index: 15;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px;
    background: #313131;
    padding: 5px 15px 0px 15px; }
    footer .contact-icon-fixed a {
      font-size: 20px; }
      footer .contact-icon-fixed a:hover {
        text-decoration: none; }

.arrow_animate {
  margin-top: 9px;
  margin-left: 5px !important;
  width: 20px;
  height: 20px;
  position: relative; }

.card {
  position: absolute;
  top: 0px;
  left: 0px; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotateY(0deg); }
  33% {
    -moz-transform: rotateY(360deg); }
  66% {
    -moz-transform: rotateY(0deg); }
  100% {
    -moz-transform: rotateY(360deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateY(0deg); }
  33% {
    -webkit-transform: rotateY(360deg); }
  66% {
    -webkit-transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg); } }
.front {
  z-index: 2;
  height: 20px;
  width: 20px;
  -webkit-animation-name: 'spin';
  -webkit-animation-duration: 10000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear; }

.lt-ie9 .product-finder__drop-down.inactive div {
  background-color: #f7f7f7; }

.lt-ie9 .product-finder__drop-down.inactive {
  color: #ccc; }

body.error404.site-1 main {
  padding-top: 150px; }

.iub_footer {
  display: none !important; }

#iubenda-cs-banner h4 {
  font-size: 24px !important;
  font-weight: 700 !important; }
#iubenda-cs-banner p:first-of-type {
  margin-bottom: 10px !important; }
#iubenda-cs-banner .iubenda-cs-rationale {
  margin: 20px !important; }

form.form-header, .gmw-form {
  background-color: #f8f8f8;
  width: 100%; }
  form.form-header fieldset, .gmw-form fieldset {
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #c0c0c0;
    padding: 10px; }
  form.form-header input, .gmw-form input {
    font-size: 16px;
    margin-right: 1%;
    padding: 5px; }
  form.form-header input#search, .gmw-form input#search {
    width: 150px; }
    @media screen and (min-width: 767px) {
      form.form-header input#search, .gmw-form input#search {
        width: 70%; } }
  form.form-header input[type="submit"], .gmw-form input[type="submit"] {
    background-color: #0175A8;
    color: white;
    border: 0;
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px 6px 10px;
    line-height: 1;
    vertical-align: top;
    margin-top: 0px; }
  form.form-header input, .gmw-form input {
    border: 1px solid #959595; }
  form.form-header input:focus, .gmw-form input:focus {
    border: 1px solid #00b4e8; }

.gform_wrapper {
  width: 100%; }
  @media screen and (min-width: 767px) {
    .gform_wrapper {
      width: 65%; } }
  .gform_wrapper ul {
    padding-left: 5px; }
  .gform_wrapper li {
    list-style-type: none; }
  .gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea {
    width: 100%; }
  .gform_wrapper .ginput_complex input {
    margin-bottom: 10px; }
  .gform_wrapper .ginput_container input[type="checkbox"] {
    width: 20px;
    margin-top: 12px; }
  .gform_wrapper .ginput_complex span input {
    width: 48%; }
  .gform_wrapper .ginput_complex span:first-child input {
    margin-right: 4%; }
  .gform_wrapper .ginput_complex .ginput_full input {
    width: 100%;
    margin-right: 0; }
  .gform_wrapper .ginput_complex .ginput_left input {
    margin-right: 4%; }
  .gform_wrapper input[type="submit"] {
    background-color: #0175A8;
    color: white;
    border: 0;
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px 6px 10px;
    line-height: 1;
    vertical-align: top; }
  .gform_wrapper .top_label .gfield_label {
    color: #515590;
    font-weight: bold; }
  .gform_wrapper .gfield_required {
    color: #0175A8; }
  .gform_wrapper .gfield_radio input[type="radio"] {
    width: auto;
    margin-right: 5px; }

.gform_confirmation_message_1 {
  font-size: 18px; }

.validation_error {
  font-size: 18px;
  background-color: #515590;
  color: white;
  width: 100%;
  padding: 2%;
  font-weight: 600; }

.gfield_error label {
  color: #515590;
  font-weight: 600; }
.gfield_error .ginput_container input {
  border: 1px solid #2b2f62;
  background: #515590; }
  .gfield_error .ginput_container input::-webkit-input-placeholder {
    color: white; }
  .gfield_error .ginput_container input:-moz-placeholder {
    /* Firefox 18- */
    color: white; }
  .gfield_error .ginput_container input::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }
  .gfield_error .ginput_container input:-ms-input-placeholder {
    color: white; }

.gfield_description.validation_message {
  display: none; }

.gmw-no-results-wrapper {
  margin: 25px auto;
  max-width: 1185px;
  width: 100%; }

#zip-search {
  width: 60%; }

.button__nav-mobile {
  padding: 10px 8.335% 10px 0;
  text-align: right;
  font-weight: 600;
  background-color: #0175A8;
  color: #fff;
  font-size: 24px;
  clear: both;
  width: 85%;
  display: inline-block;
  height: 53px;
  cursor: pointer; }

header#handheld {
  background-color: #0175A8; }

header#handheld nav {
  height: 0;
  overflow: hidden;
  width: 100%;
  background-color: #2b2f62; }
  header#handheld nav .menu {
    padding: 20px 6%;
    margin: 0; }
  header#handheld nav li {
    font-size: 15px;
    text-transform: uppercase;
    list-style-type: none;
    border-bottom: 1px solid #515590;
    width: 100%; }
    header#handheld nav li a {
      color: #595959;
      font-weight: 600;
      width: 100%;
      display: block;
      padding: 10px 0;
      color: #fff; }
      @media screen and (min-width: 767px) {
        header#handheld nav li a:hover {
          color: #6439ea;
          text-decoration: none; } }
      header#handheld nav li a:after {
        content: url("../img/filter_arrow-right-white.png");
        display: inline;
        text-align: center;
        margin-left: 10px;
        float: right; }
    header#handheld nav li.menu-item-has-children a:after {
      content: url("../img/filter_arrow-down-white.png"); }
    header#handheld nav li.js-is-open a:after {
      content: url("../img/filter_arrow-up-white.png"); }
  header#handheld nav .sub-menu__wrap {
    height: 0;
    overflow: hidden; }
  header#handheld nav .sub-menu {
    margin: 0;
    width: 100%;
    padding: 0; }
    header#handheld nav .sub-menu li {
      display: block;
      text-align: left;
      font-size: 16px;
      padding: 0;
      margin-bottom: 0; }
      header#handheld nav .sub-menu li a {
        color: #fff;
        width: 100%;
        display: block;
        padding: 10px 20px;
        line-height: 1;
        text-transform: none;
        font-weight: 400; }
        header#handheld nav .sub-menu li a:after {
          content: '';
          marign-left: 0;
          display: none; }

header#desktop nav .menu {
  margin: 25px 0;
  padding-left: 15px; }
header#desktop nav li {
  font-size: 15px;
  text-transform: uppercase;
  list-style-type: none;
  display: inline-block;
  margin: 0 1%;
  position: relative; }
  header#desktop nav li.current_page_parent a, header#desktop nav li.current_page_ancestor a, header#desktop nav li.current_page_item a {
    color: #6439ea; }
  header#desktop nav li a {
    color: #595959;
    font-weight: 600; }
    @media screen and (min-width: 767px) {
      header#desktop nav li a:hover {
        color: #6439ea;
        text-decoration: none; } }
  header#desktop nav li:hover .sub-menu {
    display: block; }
header#desktop nav .sub-menu {
  margin: 0;
  width: 100%;
  padding: 0;
  display: none;
  background-color: #2b2f62;
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 99;
  width: 250px;
  padding: 30px 15px; }
  header#desktop nav .sub-menu li {
    display: block;
    text-align: left;
    font-size: 16px;
    padding: 0;
    margin-bottom: 0; }
    header#desktop nav .sub-menu li:hover a {
      background-color: #515590;
      text-decoration: none; }
    header#desktop nav .sub-menu li a {
      color: #fff;
      width: 100%;
      display: block;
      padding: 10px 15px;
      line-height: 1;
      text-transform: none; }
      header#desktop nav .sub-menu li a:after {
        content: '';
        marign-left: 0;
        display: none; }

#handheld .nav__utility {
  display: none;
  white-space: nowrap; }

#desktop .nav__utility {
  width: 20%;
  margin-top: 12px;
  display: inline-block;
  float: right;
  text-align: right; }
  #desktop .nav__utility div {
    display: inline-block;
    font-size: 14px; }
  #desktop .nav__utility a {
    list-style-type: none;
    font-size: 15px;
    text-transform: uppercase;
    margin: 25px 0;
    color: #6439ea;
    font-weight: 600; }
  #desktop .nav__utility .nav__utility-sub a {
    color: #595959;
    font-weight: normal;
    text-transform: none; }

/* ***** Search ***** */
.nav__utility .search {
  display: inline-block;
  margin-left: 10%;
  position: relative; }
  .nav__utility .search .search-icon {
    vertical-align: bottom; }
  .nav__utility .search form {
    display: inline-block;
    position: absolute;
    width: 300px;
    height: 50px;
    right: 0;
    top: 0; }
    .nav__utility .search form fieldset {
      border: 0px;
      padding-bottom: 7px; }
    .nav__utility .search form input[type="text"] {
      background-color: #6439ea;
      border: 0px;
      border-bottom: 1px solid #fff;
      width: 227px;
      margin-right: 15px;
      color: #fff;
      font-size: 18px;
      font-weight: 600; }
    .nav__utility .search form input[type="submit"] {
      background-image: url("../img/search-icon-white.png");
      width: 30px;
      height: 32px;
      overflow: hidden;
      background-size: 90%;
      background-position: center;
      text-indent: 200%;
      border: 0px;
      background-repeat: no-repeat;
      background-color: transparent; }
  .nav__utility .search .inner-search-wrap {
    position: absolute;
    right: -10px;
    top: -9px;
    width: 0px;
    overflow: hidden;
    background-color: #6439ea;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in; }
  .nav__utility .search.search-open .inner-search-wrap {
    width: 290px;
    height: 43px; }

.sub-menu li {
  line-height: 1;
  margin-bottom: 15px; }
  .sub-menu li a {
    line-height: 1; }

/* **** Mobile NAv **** */
@media screen and (min-width: 951px) {
  .mobile-nav {
    display: none; } }

/* slider__about-ykk brand messaging under the hero unit on the home prime */
.slider__audience {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .slider__audience .slider__audience-wrapper {
    overflow: hidden;
    height: 100%; }
  .slider__audience .slide {
    height: auto;
    display: inline-block;
    float: left;
    padding: 2%; }
    @media screen and (min-width: 767px) {
      .slider__audience .slide {
        padding: 20px 0 0; } }
  .slider__audience .slider__container {
    position: relative;
    clear: both;
    height: 100%; }
  .slider__audience .slider__audience__control {
    display: block;
    overflow: hidden;
    vertical-align: bottom; }
    .slider__audience .slider__audience__control .control {
      cursor: pointer;
      float: none;
      opacity: 0.5;
      -webkit-transition: all .2s ease-in;
      -moz-transition: all .2s ease-in;
      -ms-transition: all .2s ease-in;
      -o-transition: all .2s ease-in;
      transition: all .2s ease-in; }
      .slider__audience .slider__audience__control .control:hover {
        opacity: 1; }
      .slider__audience .slider__audience__control .control.active {
        opacity: 1; }
      .slider__audience .slider__audience__control .control:first-child {
        margin-left: 0; }
      .slider__audience .slider__audience__control .control:last-of-type {
        margin-right: 0; }
  .slider__audience .slider__audience__control.number-4 .control {
    width: 22%; }
  .slider__audience .slider__audience__control.number-4 .active-bar {
    width: 25%; }
  .slider__audience .slider__audience__control.number-5 .control {
    width: 17%; }
  .slider__audience .slider__audience__control.number-5 .active-bar {
    width: 17%;
    margin-left: 0; }
  .slider__audience .slider__range-container {
    position: relative;
    clear: both;
    height: 10px; }
  .slider__audience .slider_background-bar {
    height: 3px;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 4px; }
  .slider__audience .active-bar {
    width: 28%;
    margin-left: 1.5%;
    height: 10px;
    top: 0;
    position: absolute;
    background-image: url("../img/slider-toggle.jpg");
    background-size: 100%;
    z-index: 10; }
  .slider__audience h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #2b2f62;
    text-transform: uppercase; }
  .slider__audience h3 {
    font-size: 24px;
    color: #0175A8;
    font-weight: 400;
    margin-top: 0; }

@media screen and (min-width: 767px) {
  .slider__switching .slider__switching-image-wrap,
  .slider__switching .slider__switching-image-wrap2 {
    max-height: 437px; } }
.slider__switching .slider__switching-image-wrap .slide-wrap,
.slider__switching .slider__switching-image-wrap2 .slide-wrap {
  display: none; }
.slider__switching .slider__switching-image-wrap .active.slide-wrap,
.slider__switching .slider__switching-image-wrap2 .active.slide-wrap {
  display: block; }
.slider__switching .slider__switching-options {
  margin-top: 15px; }
.slider__switching .slider__switching-option,
.slider__switching .slider__switching-option2
 {
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  cursor: pointer;
  display: inline-block;
  margin-right: 1%;
  width: 12%;
  opacity: 0.4;
  cursor: pointer; }
  .slider__switching .slider__switching-option.active-thumb,
  .slider__switching .slider__switching-option2.active-thumb {
    opacity: 1; }

.slider__simple-slider .related-product__image img {
  display: none;
  margin: 0 auto; }
  .slider__simple-slider .related-product__image img.active {
    display: block; }
.slider__simple-slider .related-product__content div {
  display: none; }
  .slider__simple-slider .related-product__content div.active {
    display: block; }
.slider__simple-slider h4 {
  text-transform: none; }
.slider__simple-slider .slider__simple-slider__control {
  text-align: center;
  margin-top: 10px; }
  .slider__simple-slider .slider__simple-slider__control div {
    display: inline-block;
    white-space: nowrap;
    margin: 0 2%;
    vertical-align: top; }
  .slider__simple-slider .slider__simple-slider__control .control__box-wrap div {
    display: none;
    width: 20px;
    height: 18px;
    margin: 1%;
    vertical-align: middle;
    cursor: pointer; }
    @media screen and (min-width: 767px) {
      .slider__simple-slider .slider__simple-slider__control .control__box-wrap div {
        display: inline-block; } }
  .slider__simple-slider .slider__simple-slider__control .related-control {
    background-color: #595959; }
    .slider__simple-slider .slider__simple-slider__control .related-control.active {
      background-color: #6439ea; }
    .slider__simple-slider .slider__simple-slider__control .related-control:hover {
      background-color: #6439ea; }
  .slider__simple-slider .slider__simple-slider__control .arrow {
    margin-top: 2px;
    cursor: pointer;
    height: 40px; }
    @media screen and (min-width: 700px) {
      .slider__simple-slider .slider__simple-slider__control .arrow {
        height: auto; } }
    .slider__simple-slider .slider__simple-slider__control .arrow img {
      height: 100%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif?1426795779') center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: 'fonts/slick.eot';
  src: "fonts/slick.eot?#iefix" format("embedded-opentype"), "fonts/slick.woff" format("woff"), "fonts/slick.ttf" format("truetype"), "fonts/slick.svg#slick" format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.product-filter.section__row-wrap {
  overflow: visible;
  margin-bottom: 50px; }
  .product-filter.section__row-wrap h3 {
    display: inline-block;
    float: left;
    margin: 0;
    margin-right: 3%; }

.product-finder__single-selections {
  list-style-type: none;
  display: inline-block;
  padding: 0; }
  .product-finder__single-selections li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px; }
  .product-finder__single-selections input {
    margin-right: 10px; }

.product-finder__utility {
  float: right;
  display: inline-block;
  white-space: nowrap; }
  .product-finder__utility a {
    margin-left: 20px; }

.filter-clear {
  font-size: 18px;
  line-height: 1.5;
  visibility: hidden; }

.product-finder__drop-downs {
  text-align: center;
  clear: both;
  padding-top: 30px;
  overflow: visible !important; }

@media screen and (min-width: 951px) {
  .product-finder__drop-down {
    display: block;
    width: 100%; } }
@media screen and (min-width: 951px) {
  .product-finder__drop-down {
    text-align: left;
    vertical-align: top;
    position: relative;
    display: inline-block;
    margin: .5%;
    width: 15%;
    z-index: 20; } }
.product-finder__drop-down div {
  background-color: #e2e2e2;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding: 10px 5%;
  text-align: center;
  cursor: pointer; }
  @media screen and (min-width: 1310px) {
    .product-finder__drop-down div {
      text-align: left; } }
  .product-finder__drop-down div:after {
    content: url("../img/filter_arrow-down.png");
    display: inline-block;
    text-align: center; }
    @media screen and (max-width: 950px) {
      .product-finder__drop-down div:after {
        margin-left: 10px; } }
    @media screen and (min-width: 951px) {
      .product-finder__drop-down div:after {
        display: block; } }
    @media screen and (min-width: 1310px) {
      .product-finder__drop-down div:after {
        display: inline-block;
        float: right;
        text-align: right; } }
.product-finder__drop-down ul {
  width: 100%;
  list-style-type: none;
  padding: 0 5%;
  margin: 1px 0 0; }
  @media screen and (min-width: 951px) {
    .product-finder__drop-down ul {
      position: absolute;
      left: 0; } }
.product-finder__drop-down .filtering {
  position: relative; }
  @media screen and (max-width: 950px) {
    .product-finder__drop-down .filtering {
      padding-bottom: 20px; } }
.product-finder__drop-down li {
  display: none;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden; }
  @media screen and (max-width: 950px) {
    .product-finder__drop-down li {
      padding: 15px 0 15px 30px; } }
  .product-finder__drop-down li span {
    width: 90%;
    display: inline-block;
    float: left;
    line-height: 1; }
    .product-finder__drop-down li span img {
      vertical-align: middle;
      margin-left: 5px; }
  @media screen and (min-width: 951px) {
    .product-finder__drop-down li:hover {
      color: #6439ea; } }
  .product-finder__drop-down li.filter-selected {
    display: block;
    color: #6439ea;
    padding-left: 10px;
    padding-bottom: 0; }
    .product-finder__drop-down li.filter-selected:after {
      content: "X";
      float: right;
      font-size: 16px;
      line-height: 1; }
.product-finder__drop-down.inactive {
  opacity: 0.3; }
  .product-finder__drop-down.inactive:hover li {
    display: none; }

@media screen and (max-width: 950px) {
  .active-dd div:after {
    content: url("../img/filter_arrow-up.png"); } }
.active-dd ul {
  background-color: #ececec; }
  .active-dd ul li {
    display: block;
    border-bottom: 1px solid #e2e2e2;
    background-color: #ececec;
    background-image: url("../img/filter_box.png");
    background-repeat: no-repeat;
    background-position: 10px 47%; }
    @media screen and (min-width: 951px) {
      .active-dd ul li:hover {
        background-image: url("../img/filter_box-hover.png"); } }
    .active-dd ul li.filter-selected {
      padding-left: 30px;
      background-image: url("../img/filter_box-hover.png");
      padding-bottom: 13px; }
@media screen and (min-width: 951px) {
  .active-dd .filtering {
    position: absolute; } }

#mobile-submit div {
  background-color: #0175A8;
  color: #fff;
  font-weight: 600;
  position: relative; }
  #mobile-submit div:after {
    content: url("../img/arrow-small-white.png");
    position: absolute;
    top: 12px; }

.project-gallery__wrapper .gallery-block {
  width: 48%;
  *display: inline;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin: 0 1% 10px 0; }
  @media screen and (min-width: 767px) {
    .project-gallery__wrapper .gallery-block {
      width: 23%;
      margin-bottom: 0; } }
  .project-gallery__wrapper .gallery-block:first-child {
    margin-left: 0; }
  .project-gallery__wrapper .gallery-block:last-child {
    margin-right: 0; }
  .project-gallery__wrapper .gallery-block .hover-box {
    position: absolute;
    left: 0;
    background-color: blue;
    width: 100%;
    height: 0px;
    margin: auto;
    overflow: hidden; }
  .project-gallery__wrapper .gallery-block a {
    display: inline-block;
    position: relative; }
    .project-gallery__wrapper .gallery-block a:hover .hover-treatment {
      border: 10px solid #2E3444;
      opacity: 0.8; }
.project-gallery__wrapper .gallery-1x1 {
  width: 48%;
  margin: 0 1.5%; }
.project-gallery__wrapper .gallery-2x2 {
  width: 100%; }
  .project-gallery__wrapper .gallery-2x2:first-child {
    margin-bottom: 10px; }
.project-gallery__wrapper .gallery-3x2 {
  width: 100%; }
.project-gallery__wrapper .gallery-4x2 {
  width: 100%; }
.project-gallery__wrapper .two-up_one-down .gallery-1x1 {
  margin-bottom: 11px; }
  .project-gallery__wrapper .two-up_one-down .gallery-1x1:first-child {
    margin-left: 0;
    float: left; }
  .project-gallery__wrapper .two-up_one-down .gallery-1x1:nth-child(2) {
    margin-right: 0;
    float: right; }
.project-gallery__wrapper .one-up_two-down .gallery-1x1 {
  margin-top: 11px; }
  .project-gallery__wrapper .one-up_two-down .gallery-1x1:nth-child(2) {
    margin-left: 0;
    float: left; }
  .project-gallery__wrapper .one-up_two-down .gallery-1x1:last-child {
    margin-right: 0;
    float: right; }

.gallery-icon a {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1; }

a:hover .hover-treatment {
  border: 10px solid #2E3444;
  opacity: 0.8; }

.hover-treatment {
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

.lt-ie9 .hover-treatment {
  display: none !important; }

.lt-ie9 .project-gallery__wrapper .gallery-block {
  width: 23%; }
.lt-ie9 .project-gallery__wrapper .gallery-1x1 {
  width: 47%;
  margin: 0 1%; }
.lt-ie9 .project-gallery__wrapper .gallery-2x2 {
  width: 99%; }
.lt-ie9 .project-gallery__wrapper .gallery-3x2 {
  width: 99%; }
.lt-ie9 .project-gallery__wrapper .gallery-4x2 {
  width: 99%; }

body .jp-carousel-close-hint {
  width: 96% !important; }
  body .jp-carousel-close-hint span {
    font-size: 60px !important;
    float: right; }

.vimeography-journey .vimeography-main .vimeography-info {
  background-color: #fff; }
  .vimeography-journey .vimeography-main .vimeography-info h1 {
    color: #0175A8;
    font-size: 30px;
    line-height: 42px; }
  .vimeography-journey .vimeography-main .vimeography-info h2 {
    color: #595959; }
  .vimeography-journey .vimeography-main .vimeography-info p {
    color: #595959;
    font-size: 18px; }
.vimeography-journey .vimeography-thumbnail-container {
  background-color: #fff !important; }

.gallery-wrap.section__row-wrap {
  overflow: visible;
  margin-bottom: 0px; }
  .gallery-wrap.section__row-wrap h3 {
    display: inline-block;
    float: left;
    margin: 0;
    margin-right: 3%; }
  .gallery-wrap.section__row-wrap .product-finder__drop-downs {
    text-align: left;
    padding-top: 0; }
  .gallery-wrap.section__row-wrap .product-finder__drop-down {
    width: 100%;
    margin-left: 0; }
    @media screen and (min-width: 767px) {
      .gallery-wrap.section__row-wrap .product-finder__drop-down {
        width: 234px; } }
    .gallery-wrap.section__row-wrap .product-finder__drop-down div {
      text-align: left; }
      .gallery-wrap.section__row-wrap .product-finder__drop-down div:after {
        display: inline-block;
        float: right; }

.modern .inspiration-wrap {
  width: 100%; }

/* Css for grid/masonry  */
.grid-wrap {
  clear: both;
  margin: 0 auto;
  padding: 0;
  max-width: 1400px; }

.grid {
  margin: 30px auto;
  padding: 0;
  list-style: none;
  min-height: 500px; }

.modern.js .grid {
  background: url(../img/loading.gif) no-repeat 50% 100px; }

.modern.js .grid.loaded {
  background: none; }

.grid li {
  display: inline-block;
  overflow: hidden;
  width: 314px;
  text-align: left;
  vertical-align: top; }

.modern.js .grid li {
  display: none;
  float: left; }

.js .grid.loaded li {
  display: block; }

/* Title box */
.title-box h2 {
  display: block;
  margin: 7px;
  padding: 20px;
  background: #2E3444;
  color: #D3EEE2;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300; }

.title-box h2 a {
  display: block;
  font-weight: 900; }

.title-box h2 a:hover {
  color: #D3EEE2; }

/* Anchor and image */
.grid li > a,
.grid li img {
  display: block;
  outline: none;
  border: none; }

.grid li > a {
  position: relative;
  overflow: hidden;
  margin: 7px; }

/* Curtain element */
.grid .curtain {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #96cdc8; }

.grid.swipe-right .curtain {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.grid.swipe-down .curtain {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.grid.swipe-rotate .curtain {
  width: 200%;
  height: 200%;
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
  -webkit-transform-origin: top left;
  transform-origin: top left; }

/* Shadow */
.grid .curtain::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  content: ''; }

.grid.swipe-right .curtain::after,
.grid.swipe-rotate .curtain::after {
  left: -100%; }

.grid.swipe-down .curtain::after {
  top: -100%; }

/* Title */
.grid li h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  background: #2E3444;
  background: rgba(46, 52, 68, 0.9);
  color: #D3EEE2;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 1em;
  line-height: 1.2;
  color: #fff;
  -webkit-transition: -webkit-transform 0.2s, color 0.2s;
  transition: transform 0.2s, color 0.2s; }

/* Pseudo element for hover effect */
.grid li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100.5%;
  height: 100.5%;
  border: 0px solid transparent;
  background: transparent;
  content: '';
  -webkit-transition: border-width 0.2s, border-color 0.2s;
  transition: border-width 0.2s, border-color 0.2s; }

/* Hover effects */
@media screen and (min-width: 951px) {
  .grid li.shown:hover h3 {
    color: #fff;
    background: #2E3444;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); } }

@media screen and (min-width: 951px) {
  .grid li.shown:hover > a::before {
    border-width: 14px;
    border-color: #2E3444; } }

/* Animations */
/* Swipe down */
.grid.swipe-down li.animate .curtain {
  -webkit-animation: swipeDown 1.5s cubic-bezier(0.6, 0, 0.4, 1) forwards;
  animation: swipeDown 1.5s cubic-bezier(0.6, 0, 0.4, 1) forwards; }

@-webkit-keyframes swipeDown {
  50%, 60% {
    -webkit-transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 100%, 0); } }
@keyframes swipeDown {
  50%, 60% {
    transform: translate(0); }
  100% {
    transform: translate3d(0, 100%, 0); } }
/* Shadow */
.grid li.animate .curtain::after {
  -webkit-animation: fadeOut 1.5s ease forwards;
  animation: fadeOut 1.5s ease forwards;
  -webkit-animation-delay: inherit;
  animation-delay: inherit; }

@-webkit-keyframes fadeOut {
  50%, 60% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  50%, 60% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* Hide image and title and show at half time */
.modern.js .grid li img,
.modern.js .grid li h3 {
  visibility: hidden; }

.grid li.animate img,
.grid li.animate h3 {
  -webkit-animation: showMe 1.5s step-end forwards;
  animation: showMe 1.5s step-end forwards; }

@-webkit-keyframes showMe {
  from {
    visibility: hidden; }
  60%, 100% {
    visibility: visible; } }
@keyframes showMe {
  from {
    visibility: hidden; }
  60%, 100% {
    visibility: visible; } }
.modern .grid li.shown img,
.modern .grid li.shown h3 {
  visibility: visible; }

/* Building types */
.building-type1 .curtain {
  background-color: #6439e9; }

.building-type2 .curtain {
  background-color: #5145dc; }

.building-type3 .curtain {
  background-color: #2162bd; }

.building-type4 .curtain {
  background-color: #0572ab; }

.building-type5 .curtain {
  background-color: #03a1cf; }

/* support ie */
.lt-ie9 .curtain {
  display: none !important; }

.example-product-list li {
  width: 24%;
  displaY: inline-block;
  float: left; }

.find-rep main {
  margin-bottom: 50px; }
.find-rep .highlight {
  background-color: #eee;
  border: 0;
  margin-top: 15px; }
  .find-rep .highlight h3 {
    font-weight: 600; }

.map__wrap {
  border-bottom: 10px solid #e1e1e1;
  margin-bottom: 30px; }

.rep {
  padding: 10px 8%; }

.acf-map {
  width: 100%;
  height: 300px;
  border: #ccc solid 1px;
  margin: 10px 0; }

.dealer {
  border: 1px solid #959595; }
  .dealer h4 {
    padding: 0 5%; }
  .dealer div {
    padding: 0 5%; }
  .dealer .gmw-additional-info-wrapper, .dealer .gmw-additional-info-wrapper div {
    padding: 0;
    font-size: 18px; }
  .dealer .directions {
    background-color: #0175A8;
    padding: 10px 5%;
    margin-top: 15px; }
    .dealer .directions a {
      color: #fff;
      text-decoration: underline;
      font-size: 15px;
      line-height: 1.5;
      margin-left: 10px; }

.section__row-wrap ul.gmw-pagination li a {
  font-size: 18px; }

.section__row-wrap .wppl-single-result {
  min-height: 0; }

main ul.gmw-pagination {
  text-align: center; }
  main ul.gmw-pagination li {
    margin-bottom: 12px;
    margin-left: 3px;
    float: none;
    display: inline-block; }

main .gmw-pt-per-page-dropdown {
  margin-bottom: 10px;
  margin-left: 0; }

.site-2.single-branch .rep, .site-2.page-template-template-find-a-rep .rep {
  padding: 18px 0 0 0; }
  .site-2.single-branch .rep a, .site-2.page-template-template-find-a-rep .rep a {
    text-decoration: underline;
    text-transform: lowercase; }
  .site-2.single-branch .rep.highlight, .site-2.page-template-template-find-a-rep .rep.highlight {
    background-color: transparent;
    margin-top: 0; }
  .site-2.single-branch .rep h2, .site-2.page-template-template-find-a-rep .rep h2 {
    margin-top: 24px;
    margin-bottom: 8px; }
  .site-2.single-branch .rep img.round, .site-2.page-template-template-find-a-rep .rep img.round {
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-right: 16px;
    margin-bottom: 8px;
    max-width: 125px; }
.site-2.single-branch ul.branch-icons, .site-2.page-template-template-find-a-rep ul.branch-icons {
  display: inline;
  margin-left: 0px !important;
  padding-left: 0; }
  .site-2.single-branch ul.branch-icons li, .site-2.page-template-template-find-a-rep ul.branch-icons li {
    display: inline-block;
    margin-right: 16px;
    text-align: center;
    width: 100px;
    line-height: 1.1; }
  .site-2.single-branch ul.branch-icons li a, .site-2.page-template-template-find-a-rep ul.branch-icons li a {
    text-decoration: none;
    color: #2b2f62;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 900; }
    .site-2.single-branch ul.branch-icons li a:hover, .site-2.page-template-template-find-a-rep ul.branch-icons li a:hover {
      color: #0175A8; }

body.page-template-template-whats-new-php .section__row-wrap.news-row {
  margin-bottom: 20px; }
body.page-template-template-whats-new-php .news-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch; }
  @media screen and (max-width: 500px) {
    body.page-template-template-whats-new-php .news-container {
      flex-wrap: wrap; } }
body.page-template-template-whats-new-php .news, body.page-template-template-whats-new-php .news-snippet {
  position: relative;
  padding-bottom: 3em; }
  body.page-template-template-whats-new-php .news ul, body.page-template-template-whats-new-php .news li, body.page-template-template-whats-new-php .news-snippet ul, body.page-template-template-whats-new-php .news-snippet li {
    list-style: none;
    text-transform: none; }
  body.page-template-template-whats-new-php .news time, body.page-template-template-whats-new-php .news-snippet time {
    font-weight: bold;
    font-size: 16px;
    color: #595959;
    text-transform: uppercase;
    font-weight: 400; }
  body.page-template-template-whats-new-php .news h3, body.page-template-template-whats-new-php .news-snippet h3 {
    line-height: 1.2;
    margin: 0 0 5px 0;
    color: #515590;
    font-weight: 700;
    font-size: 18px;
    text-transform: none; }
  body.page-template-template-whats-new-php .news p, body.page-template-template-whats-new-php .news-snippet p {
    line-height: 1.2;
    text-transform: none;
    font-weight: 400;
    margin: 1em 0; }
  body.page-template-template-whats-new-php .news img, body.page-template-template-whats-new-php .news-snippet img {
    display: block;
    text-align: center;
    margin-bottom: 1em; }
  body.page-template-template-whats-new-php .news li a, body.page-template-template-whats-new-php .news-snippet li a {
    position: absolute;
    bottom: 1em; }
body.page-template-template-whats-new-php .news-snippet {
  padding-bottom: 0; }
  body.page-template-template-whats-new-php .news-snippet p, body.page-template-template-whats-new-php .news-snippet h2 {
    max-width: 800px; }
  body.page-template-template-whats-new-php .news-snippet h2 {
    color: #515590;
    text-transform: none;
    font-weight: 700; }

@font-face {
  font-family: TablePress;
  src: url(tablepress.eot);
  src: url(tablepress.eot?#ie) format("embedded-opentype"), url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format("woff"), url(tablepress.ttf) format("truetype"), url(tablepress.svg#TablePress) format("svg");
  font-weight: 400;
  font-style: normal; }
.tablepress-table-description {
  clear: both;
  display: block; }

.tablepress {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  border: none; }

.tablepress td, .tablepress th {
  padding: 8px;
  border: none;
  background: 0 0;
  text-align: left; }

.tablepress tbody td {
  vertical-align: top; }

.tablepress [class*=column] + [class*=column]:last-child {
  float: none; }

.tablepress tbody td, .tablepress tfoot th {
  border-top: 1px solid #ddd; }

.tablepress tbody tr:first-child td {
  border-top: 0; }

.tablepress thead th {
  border-bottom: 1px solid #ddd; }

.tablepress tfoot th, .tablepress thead th {
  background-color: #d9edf7;
  font-weight: 700;
  vertical-align: middle; }

.tablepress .odd td {
  background-color: #f9f9f9; }

.tablepress .even td {
  background-color: #fff; }

.tablepress .row-hover tr:hover td {
  background-color: #f3f3f3; }

.tablepress img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: none; }

.dataTables_wrapper {
  clear: both;
  margin-bottom: 1em; }

.dataTables_wrapper .tablepress {
  clear: both;
  margin: 0 !important; }

.dataTables_length {
  float: left;
  white-space: nowrap; }

.dataTables_filter {
  float: right;
  white-space: nowrap; }

.dataTables_info {
  clear: both;
  float: left;
  margin: 4px 0 0; }

.dataTables_paginate {
  float: right;
  margin: 4px 0 0;
  padding: 0 15px; }

.dataTables_paginate a {
  color: #111 !important;
  display: inline-block;
  outline: 0;
  position: relative;
  text-decoration: underline;
  text-decoration: none\0/IE; }

.dataTables_paginate .paginate_disabled_next, .dataTables_paginate .paginate_disabled_previous {
  color: #999 !important;
  text-decoration: none; }

.paginate_disabled_next, .paginate_enabled_next {
  margin-left: 10px; }

.paginate_enabled_next:hover, .paginate_enabled_previous:hover {
  cursor: pointer;
  text-decoration: none; }

.paginate_disabled_next:after, .paginate_disabled_previous:before, .paginate_enabled_next:after, .paginate_enabled_previous:before {
  text-align: left;
  font-family: TablePress;
  font-size: 14px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  content: "\f053";
  color: #d9edf7;
  text-shadow: .1em .1em #666;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  margin: auto;
  height: 14px;
  width: 14px;
  line-height: 1; }

.paginate_disabled_next:after, .paginate_enabled_next:after {
  text-align: right;
  content: "\f054";
  left: auto; }

.paginate_disabled_next:after, .paginate_disabled_previous:before {
  color: #f9f9f9; }

.paginate_enabled_next:hover:after, .paginate_enabled_previous:hover:before {
  color: #049cdb; }

.paging_full_numbers {
  height: 22px;
  line-height: 22px; }

.paging_full_numbers a {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  color: #333 !important;
  background-color: #ddd; }

.paging_full_numbers .paginate_button:hover {
  background-color: #ccc; }

.paging_full_numbers .paginate_active {
  background-color: #99b3ff; }

.dataTables_processing {
  display: none; }

.dataTables_scroll {
  clear: both; }

.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .sorting, .dataTables_wrapper .sorting_asc, .dataTables_wrapper .sorting_desc {
  padding-right: 20px;
  cursor: pointer;
  outline: 0; }

.dataTables_wrapper .sorting div, .dataTables_wrapper .sorting_asc div, .dataTables_wrapper .sorting_desc div {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important; }

.dataTables_wrapper .sorting div:after, .dataTables_wrapper .sorting_asc div:after, .dataTables_wrapper .sorting_desc div:after {
  font-family: TablePress;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -14px;
  margin: auto;
  height: 14px;
  line-height: 1;
  padding: 1px 0 0; }

.dataTables_wrapper .sorting div:after {
  content: ""; }

.dataTables_wrapper .sorting_asc div:after {
  content: "\f0d8";
  padding: 0 0 1px; }

.dataTables_wrapper .sorting_desc div:after {
  content: ""; }

.dataTables_wrapper .sorting:hover, .dataTables_wrapper .sorting_asc, .dataTables_wrapper .sorting_desc {
  background-color: #049cdb; }

.dataTables_wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.dataTables_wrapper label input, .dataTables_wrapper label select {
  display: inline;
  margin: 2px;
  width: auto; }

@media (max-width: 767px) {
  .tablepress-responsive-phone {
    display: block; }

  .tablepress-responsive-phone thead {
    display: block;
    float: left; }

  .tablepress-rtl.tablepress-responsive-phone thead {
    float: right; }

  .tablepress-responsive-phone tfoot {
    display: none; }

  .tablepress-responsive-phone tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }

  .tablepress-responsive-phone thead tr, .tablepress-responsive-phone thead th, .tablepress-responsive-phone tbody td {
    display: block;
    border: 0; }

  .tablepress-responsive-phone tbody td:empty:before {
    content: " "; }

  .tablepress-responsive-phone tbody tr {
    display: inline-block;
    vertical-align: top; }

  .tablepress-responsive-phone thead th {
    width: auto !important; }

  .tablepress-responsive-phone thead tr th:not(:last-child) {
    border-bottom: 1px solid transparent; }

  .tablepress-responsive-phone tbody tr td:not(:last-child) {
    border-bottom: 1px solid #ddd; }

  .dataTables_wrapper .tablepress-responsive-phone .sorting div:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 0; }

  .dataTables_wrapper .tablepress-responsive-phone .sorting_asc div:after {
    content: "\f0d9";
    padding: 1px 2px 0 0; }

  .dataTables_wrapper .tablepress-responsive-phone .sorting_desc div:after {
    content: "\f0dA";
    padding: 1px 1px 0 0; } }
@media (max-width: 979px) {
  .tablepress-responsive-tablet {
    display: block; }

  .tablepress-responsive-tablet thead {
    display: block;
    float: left; }

  .tablepress-rtl.tablepress-responsive-tablet thead {
    float: right; }

  .tablepress-responsive-tablet tfoot {
    display: none; }

  .tablepress-responsive-tablet tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }

  .tablepress-responsive-tablet thead tr, .tablepress-responsive-tablet thead th, .tablepress-responsive-tablet tbody td {
    display: block;
    border: 0; }

  .tablepress-responsive-tablet tbody tr {
    display: inline-block;
    vertical-align: top; }

  .tablepress-responsive-tablet thead th {
    width: auto !important; }

  .tablepress-responsive-tablet tbody td:empty:before {
    content: " "; }

  .tablepress-responsive-tablet thead tr th:not(:last-child) {
    border-bottom: 1px solid transparent; }

  .tablepress-responsive-tablet tbody tr td:not(:last-child) {
    border-bottom: 1px solid #ddd; }

  .dataTables_wrapper .tablepress-responsive-tablet .sorting div:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 0; }

  .dataTables_wrapper .tablepress-responsive-tablet .sorting_asc div:after {
    content: "\f0d9";
    padding: 1px 2px 0 0; }

  .dataTables_wrapper .tablepress-responsive-tablet .sorting_desc div:after {
    content: "\f0dA";
    padding: 1px 1px 0 0; } }
@media (max-width: 1199px) {
  .tablepress-responsive-desktop {
    display: block; }

  .tablepress-responsive-desktop thead {
    display: block;
    float: left; }

  .tablepress-rtl.tablepress-responsive-desktop thead {
    float: right; }

  .tablepress-responsive-desktop tfoot {
    display: none; }

  .tablepress-responsive-desktop tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }

  .tablepress-responsive-desktop thead tr, .tablepress-responsive-desktop thead th, .tablepress-responsive-desktop tbody td {
    display: block;
    border: 0; }

  .tablepress-responsive-desktop tbody td:empty:before {
    content: " "; }

  .tablepress-responsive-desktop tbody tr {
    display: inline-block;
    vertical-align: top; }

  .tablepress-responsive-desktop thead th {
    width: auto !important; }

  .tablepress-responsive-desktop thead tr th:not(:last-child) {
    border-bottom: 1px solid transparent; }

  .tablepress-responsive-desktop tbody tr td:not(:last-child) {
    border-bottom: 1px solid #ddd; }

  .dataTables_wrapper .tablepress-responsive-desktop .sorting div:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 0; }

  .dataTables_wrapper .tablepress-responsive-desktop .sorting_asc div:after {
    content: "\f0d9";
    padding: 1px 2px 0 0; }

  .dataTables_wrapper .tablepress-responsive-desktop .sorting_desc div:after {
    content: "\f0dA";
    padding: 1px 1px 0 0; } }
.tablepress-responsive-all {
  display: block; }

.tablepress-responsive-all thead {
  display: block;
  float: left; }

.tablepress-rtl.tablepress-responsive-all thead {
  float: right; }

.tablepress-responsive-all tfoot {
  display: none; }

.tablepress-responsive-all tbody {
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.tablepress-responsive-all thead tr, .tablepress-responsive-all thead th, .tablepress-responsive-all tbody td {
  display: block;
  border: 0; }

.tablepress-responsive-all tbody td:empty:before {
  content: " "; }

.tablepress-responsive-all tbody tr {
  display: inline-block;
  vertical-align: top; }

.tablepress-responsive-all thead th {
  width: auto !important; }

.tablepress-responsive-all thead tr th:not(:last-child) {
  border-bottom: 1px solid transparent; }

.tablepress-responsive-all tbody tr td:not(:last-child) {
  border-bottom: 1px solid #ddd; }

.dataTables_wrapper .tablepress-responsive-all .sorting div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 0; }

.dataTables_wrapper .tablepress-responsive-all .sorting_asc div:after {
  content: "\f0d9";
  padding: 1px 2px 0 0; }

.dataTables_wrapper .tablepress-responsive-all .sorting_desc div:after {
  content: "\f0dA";
  padding: 1px 1px 0 0; }

.mobile-hide {
  display: none; }
  @media screen and (min-width: 700px) {
    .mobile-hide {
      display: block; }
      .mobile-hide.inline {
        display: inline; } }

@media screen and (min-width: 700px) {
  .mobile-only {
    display: none; } }

@media print {
  @page {
    margin: 1cm; }
  body {
    width: 100%;
    margin: 0; }

  .wrapper, .section__row-wrap, #search-results, .section-heading, main h1, .product__title {
    width: 100%; }

  header nav,
  header .button__nav-mobile,
  header .nav__utility,
  header .logo-img-mobile,
  footer,
  .audience-list,
  form,
  .product-links,
  .slider__switching-options,
  .related-module,
  .section__content.cta,
  .link-list,
  .wp-video,
  .sharethis,
  .project__photo-gallery,
  .prev,
  .next,
  .wc-responsive-video,
  .project-gallery,
  .joyride-tip-guide,
  .slider__audience,
  .single-post .news,
  ul.menu,
  .news,
  .wp-playlist,
  .cta-back {
    display: none !important; }

  header {
    margin: 0; }

  main h1 {
    vertical-align: top; }

  img {
    float: left;
    margin-right: 20px;
    max-width: 75% !important; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  .page-template-template-product-finder-php a[href]:after,
  p.product-lines a[href]:after, .logo a[href]:after {
    content: '' !important; }

  .page-template-template-product-finder-php img,
  .feature-module img,
  .col3-1 img {
    max-width: 150px !important;
    clear: left; }

  .search-result {
    height: auto;
    clear: both;
    page-break-inside: avoid !important; }

  .search-result h2, .search-result p.flags, .search-result h3.features {
    page-break-after: avoid; }

  .search-result .col3-1 {
    width: 25%; }

  .search-result .col3-2 {
    width: 75%; }

  .search-result p {
    display: block; }

  .section__row-wrap {
    margin-bottom: 15px;
    margin-top: 15px; }

  .search-result h2 {
    margin-top: 15px; }

  .feature-module .col3-1 {
    display: none; }

  main h1:before {
    content: url("../img/print_logo.jpg") !important;
    display: inline-block !important;
    width: 55px; } }
