@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700);
/* example usage
@include mq-mobile {
}
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  overflow-x: hidden; }

.container {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 979px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

.col {
  float: left; }

.col-10 {
  width: 10%; }

.col-20 {
  width: 20%; }

.col-30 {
  width: 30%; }

.col-50 {
  width: 50%; }

.col-70 {
  width: 70%; }

.col-80 {
  width: 80%; }

.col-90 {
  width: 90%; }

.col-1-3 {
  width: 33.33%; }

.col-2-3 {
  width: 66.66%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }

a {
  text-decoration: none;
  transition: all .1s ease-in-out; }

.site-holder {
  position: relative;
  background-color: #fff; }

.menu-open .site-holder {
  z-index: 0; }

@media (max-width: 979px) {
  .col-main-content {
    width: 70%; }

  .menu-open .site-holder {
    -moz-transform: translate(-360px, 0);
    -o-transform: translate(-360px, 0);
    -ms-transform: translate(-360px, 0);
    -webkit-transform: translate(-360px, 0);
    transform: translate(-360px, 0); } }
@media (max-width: 640px) {
  .col-main-content {
    width: 100%;
    margin-top: 20px; } }
@media (max-width: 768px) {
  .site-holder {
    position: relative;
    background-color: #fff; } }
body {
  font-family: 'Titillium Web', sans-serif; }

.wysiwyg {
  font-size: .9em;
  color: #696969;
  line-height: 1.4; }
  .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
    color: #232021; }
  .wysiwyg ul, .wysiwyg ol {
    margin: 1em 0;
    padding-left: 20px; }
  .wysiwyg ul {
    list-style-type: disc; }
  .wysiwyg a {
    color: #00529b;
    border-bottom: 1px solid; }
    .wysiwyg a:hover {
      opacity: .8; }
  .wysiwyg table {
    width: 100%; }
    @media (max-width: 640px) {
      .wysiwyg table {
        table-layout: fixed; } }
    .wysiwyg table a {
      border-bottom: 0; }
  .wysiwyg th {
    padding: 10px 20px; }
  .wysiwyg td {
    padding: 20px;
    box-sizing: content-box; }
  .wysiwyg th, .wysiwyg td {
    vertical-align: top; }
    @media (max-width: 640px) {
      .wysiwyg th, .wysiwyg td {
        padding: 10px; } }
  .wysiwyg .highlight {
    color: #00529b; }
  .wysiwyg img {
    max-width: 100%;
    height: auto; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.resize {
  max-width: 100%;
  height: auto;
  display: block; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.mobile-show {
  display: none; }
  @media (max-width: 640px) {
    .mobile-show {
      display: block; } }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

[type=search],
[type=text],
[type=email],
select,
textarea {
  padding: 10px;
  border: 1px solid; }

textarea {
  width: 100%; }

label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  cursor: pointer; }

input,
textarea,
select {
  border-radius: 0; }

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -moz-box-flex: 1;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0; }

.form-row {
  margin-bottom: 10px; }

@media (max-width: 640px) {
  .col-form-half {
    width: 100%; } }
.col-form-half input {
  width: 100%; }
.col-form-half:first-child {
  padding-right: 10px; }
  @media (max-width: 640px) {
    .col-form-half:first-child {
      padding: 0;
      margin-bottom: 10px; } }
.col-form-half:last-child {
  padding-left: 10px; }
  @media (max-width: 640px) {
    .col-form-half:last-child {
      padding: 0; } }

.col-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .col-checkbox label.error {
    position: absolute;
    top: 100%;
    left: 0; }

.form-field-inline-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .form-field-inline-button [type=text],
  .form-field-inline-button [type=search],
  .form-field-inline-button [type=email] {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 120px;
    -moz-box-flex: 1;
    -moz-flex: 1 0 120px;
    -ms-flex: 1 0 120px;
    flex: 1 0 120px;
    min-width: 0; }

/* Validation */
input.error {
  border-color: red; }

label.error {
  font-weight: normal;
  font-size: .8em;
  color: red; }

.mobile-menu-holder {
  position: fixed;
  top: 0;
  right: 0;
  -moz-transform: translate(360px, 0);
  -o-transform: translate(360px, 0);
  -ms-transform: translate(360px, 0);
  -webkit-transform: translate(360px, 0);
  transform: translate(360px, 0);
  overflow: auto;
  background-color: #232021;
  width: 360px;
  height: 100%;
  padding: 30px 20px;
  transition: all .3s ease-in-out;
  z-index: 1; }
  .mobile-menu-holder .top {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b9b9b9; }
    .mobile-menu-holder .top a {
      float: left; }
    .mobile-menu-holder .top .mobile-close {
      float: right; }
  .mobile-menu-holder .mobile-login {
    padding-left: 50px;
    background-image: url("../img/icons/icon-person-2.png");
    background-repeat: no-repeat;
    background-position: 15px 50%; }
  .mobile-menu-holder .mobile-cart {
    background-color: #00529b;
    background-image: url("../img/icons/basket-white-header.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 46px;
    width: 50px;
    margin-left: 10px; }

.menu-open .mobile-menu-holder {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.mobile-menu {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b9b9b9; }
  .mobile-menu a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 0px; }
  .mobile-menu .active {
    background-color: #fff;
    color: #696969; }

.mobile-menu-products img.hover-inactive,
.mobile-menu-products .nav-list-sub {
  display: none; }
.mobile-menu-products img {
  display: inline-block;
  margin-top: 3px;
  width: 15px; }
.mobile-menu-products span {
  display: inline-block; }

@media (max-width: 768px) {
  .site-holder .mobile-cart {
    background-color: #00529b;
    background-image: url("../img/icons/basket-white-header.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 38px;
    width: 53px;
    margin: 0 5px 0 0; } }
.header-top {
  position: relative;
  z-index: 20;
  padding-top: 20px;
  padding-bottom: 20px; }
  .header-top .col-main {
    padding-left: 20px; }

.logo:hover {
  opacity: .8; }

.header-nav {
  position: relative;
  z-index: 3;
  margin-bottom: 15px; }
  .header-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .header-nav li {
    float: left;
    margin-left: 15px; }
  .header-nav a {
    text-transform: uppercase;
    font-size: .75em;
    color: #00529b;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .header-nav a img {
      margin-right: 5px; }
    .header-nav a:hover {
      opacity: .8; }
  .header-nav .btn-login {
    font-weight: 600;
    color: #fff;
    background-color: #00529b;
    padding: 10px 15px 10px 40px;
    background-image: url("../img/icons/icon-person.png");
    background-position: 10px 50%;
    background-repeat: no-repeat; }
  .header-nav .btn-myaccount {
    background-color: #00529b;
    padding: 10px 15px 10px 40px;
    background-image: url("../img/icons/icon-person.png");
    background-position: 10px 50%;
    background-repeat: no-repeat;
    height: 39px;
    position: relative; }
    .header-nav .btn-myaccount:after {
      position: absolute;
      right: 8px;
      bottom: 15px;
      content: '';
      width: 12px;
      height: 8px;
      background-image: url("../img/icons/btn-icon-arrow-down.png");
      background-size: cover; }
  .header-nav .btn-cart {
    background-color: #00529b;
    background-image: url("../img/icons/basket-white-header.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 39px;
    width: 50px; }
  .header-nav .arrow-blue {
    position: relative;
    display: inline-block;
    padding-left: 7px; }
    .header-nav .arrow-blue:before {
      content: "\203A";
      display: inline;
      left: 0;
      line-height: 0;
      position: absolute;
      top: 50%; }
  .header-nav .myaccount-dropdown {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 3px solid #01539c;
    overflow-y: auto;
    padding: 0 14px 11px 16px;
    right: 0;
    top: 100%;
    width: 200px;
    z-index: 5; }
    .header-nav .myaccount-dropdown li {
      float: none;
      margin: 0;
      border-bottom: 1px solid #e6e6e6;
      font-size: 13px;
      padding: 10px 0;
      color: #333333; }
      .header-nav .myaccount-dropdown li:last-child {
        border-bottom: 0; }
    .header-nav .myaccount-dropdown a {
      color: #333333;
      text-transform: none; }
    .header-nav .myaccount-dropdown .account-link:hover {
      background-color: #f7f7f7; }
    .header-nav .myaccount-dropdown .account-logout {
      color: #1f7bc9; }
      .header-nav .myaccount-dropdown .account-logout:hover {
        text-decoration: underline; }
  .header-nav .basket-summary {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 3px solid #01539c;
    overflow-y: auto;
    padding: 0 14px 11px 16px;
    right: 0;
    top: 100%;
    width: 348px;
    z-index: 5;
    line-height: 24px; }
    .header-nav .basket-summary .summary-title {
      margin: 15px 0;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 18.2px; }
    .header-nav .basket-summary .summary-title.alt, .header-nav .basket-summary .just-added .summary-title.main {
      display: none; }
    .header-nav .basket-summary .just-added .summary-title.alt {
      display: block; }
    .header-nav .basket-summary .basket-loading {
      padding: 15px 20px;
      position: absolute;
      right: 0;
      top: 100%;
      width: 200px;
      z-index: 2; }
    .header-nav .basket-summary .qty-price {
      text-align: right;
      color: #808080; }
    .header-nav .basket-summary .added-product {
      border-bottom: 1px solid #e6e6e6; }
      .header-nav .basket-summary .added-product .quantity {
        float: left;
        font-size: 13px; }
      .header-nav .basket-summary .added-product .product-img,
      .header-nav .basket-summary .added-product .product-info {
        padding: 15px 0; }
      .header-nav .basket-summary .added-product .variant-title {
        line-height: 1.6; }
      .header-nav .basket-summary .added-product .lbl-price {
        font-weight: normal;
        font-size: 13px; }
    .header-nav .basket-summary .bottom-header {
      position: relative;
      z-index: 1; }
      .header-nav .basket-summary .bottom-header .nav-wrapper {
        margin-top: -1px;
        width: 100%; }
    .header-nav .basket-summary .product-tile {
      display: table;
      width: 100%; }
      .header-nav .basket-summary .product-tile .product-title {
        display: inline-block;
        font-weight: bold;
        line-height: 16px;
        color: #333;
        font-size: 14px; }
        .header-nav .basket-summary .product-tile .product-title:hover {
          text-decoration: underline; }
      .header-nav .basket-summary .product-tile .product-img {
        display: table-cell;
        vertical-align: top;
        width: 75px; }
      .header-nav .basket-summary .product-tile .hyp-thumbnail {
        height: 64px;
        width: 64px; }
        .header-nav .basket-summary .product-tile .hyp-thumbnail img {
          max-height: 100%;
          max-width: 100%; }
    .header-nav .basket-summary .summary-footer {
      line-height: 58px; }
      .header-nav .basket-summary .summary-footer .value-total {
        float: right; }
    .header-nav .basket-summary .panel-footer {
      display: table;
      width: 100%;
      background-color: #efefef;
      margin-top: 10px;
      color: #808080; }
      .header-nav .basket-summary .panel-footer > div {
        display: table-cell;
        vertical-align: middle;
        padding: 6px 0;
        font-size: 13px; }
      .header-nav .basket-summary .panel-footer a {
        font-size: 13px;
        text-transform: none; }
        .header-nav .basket-summary .panel-footer a:hover {
          text-decoration: underline; }
      .header-nav .basket-summary .panel-footer .btn-action {
        background-color: #f78400;
        display: inline-block;
        text-align: center;
        border-radius: 2px;
        border-bottom: 1px solid #ac5c00;
        padding: 6px 40px 6px 15px;
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase;
        float: right;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        position: relative; }
        .header-nav .basket-summary .panel-footer .btn-action:hover {
          text-decoration: none; }
        .header-nav .basket-summary .panel-footer .btn-action:after {
          background: transparent url("../img/icons/btn-icon-bg.png") no-repeat scroll left top;
          content: "";
          display: block;
          height: 35px;
          position: absolute;
          right: 0;
          top: 0;
          width: 27px; }
        .header-nav .basket-summary .panel-footer .btn-action .btn-cnt:after {
          background: transparent url("../img/icons/btn-icon-arrow.png") no-repeat scroll center center;
          content: "";
          display: block;
          height: 35px;
          position: absolute;
          right: 0;
          top: 0;
          width: 27px; }

.header-search-row .basket-summary {
  display: none; }

.portal-control {
  display: none; }

.portal-myaccount {
  position: relative; }
  .portal-myaccount a {
    font-size: 1em; }
  .portal-myaccount:hover .myaccount-dropdown {
    display: block; }
  .portal-myaccount .user-fullname {
    font-weight: bold; }

.portal-cart:hover .basket-summary {
  display: block; }

.site-name,
.site-number {
  line-height: 1;
  color: #00529b;
  margin-top: 0; }
  .site-name a,
  .site-number a {
    color: #00529b; }

.site-name {
  margin-bottom: 8px; }

.site-number {
  font-size: 1.1em;
  margin-bottom: 0;
  font-weight: 600;
  padding-left: 20px;
  background-image: url("../img/icons/icon-phone.png");
  background-repeat: no-repeat;
  background-position: 0 50%; }

.col-header-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.header-form-search {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 320px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 320px;
  -ms-flex: 0 1 320px;
  flex: 0 1 320px; }
  .header-form-search .input-header-search {
    border-color: #00529b;
    font-size: .9em;
    padding: 8px 20px; }

.btn-search {
  background-color: #00529b;
  width: 40px;
  text-indent: -9999px;
  background-image: url("../img/icons/icon-search.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 0; }
  .btn-search:hover {
    opacity: .8; }

/* menu trigger hamburger */
.hamburger,
.mobile-search-trigger {
  display: none; }

@media (max-width: 979px) {
  .header-nav,
  .header-form-search {
    display: none; }

  .header-search-row {
    padding-top: 10px; }

  .hamburger {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .hamburger img {
      display: block; }

  .mobile-search-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5px;
    margin-right: 5px; }

  .mobile-menu-holder .header-form-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }

  .header-top {
    margin-top: -80px;
    background: white;
    position: fixed; }

  .careers-page .header-top {
    margin-top: 0;
  }

  .home-banner {
    margin-top: 80px; } }
@media (max-width: 640px) {
  .col-slogan {
    display: none; }

  .col-header-search {
    width: 100%; }

  .col-sitelogo {
    width: 20%; }

  .header-top .col-main {
    width: 80%; } }
/* Header Bottom grey CTAs */
.header-bot {
  position: relative;
  z-index: 10;
  background-color: #d4d4d4;
  margin-bottom: 8px; }

header * {
  transition: none; }
header .nav-list-root {
  position: relative;
  display: table;
  width: 100%; }
  header .nav-list-root > li {
    display: table-cell;
    border-left: 1px solid #b9b9b9;
    /* Mega dropdown */ }
    header .nav-list-root > li:last-child .nav-list-sub{
      right: 0; }
    header .nav-list-root > li:hover > a {
      color: #fff;
      background-color: #00529b; }
    header .nav-list-root > li:hover > .nav-list-sub {
      display: table; 
      visibility:visible;
    }
    header .nav-list-root > li:hover .hover-active-icon {
      display: block;  }
    header .nav-list-root > li:hover .hover-inactive-icon {
      display: block; }
    header .nav-list-root > li > .nav-list-sub {
      width: 25%;
      background-color: #d4d4d4;
      position: absolute;
      top: 100%;
      /*left: 0;*/
      border-top: 8px solid #00529b;
      color: #6969690;
      visibility:hidden;
      transition:visibility 0s linear 0.5s;      }
      header .nav-list-root > li > .nav-list-sub > li {
        /*padding: 20px;*/
        display: table-cell;
        vertical-align: top;
        position: relative; }
        header .nav-list-root > li > .nav-list-sub > li li {
          /*margin-bottom: 10px;*/
          max-width: 100%;
          /*padding: 15px 20px;*/ }
          header .nav-list-root > li > .nav-list-sub > li li .hyp{
            padding: 15px 20px;
            display: block;}
          header .nav-list-root > li > .nav-list-sub > li li:hover {
          background-color: #696969; }
          header .nav-list-root > li > .nav-list-sub > li li:hover a{
          color: #ffffff;}
      header .nav-list-root > li > .nav-list-sub > li:first-child {
        /*border-right: 1px solid #b9b9b9;*/ }
       header .nav-list-root > li > .nav-list-sub > li:first-child img {
          display: none;
          position: absolute;
          right: 20px;
          top: 20px;
          max-width: 35%; }
       /*  header .nav-list-root > li > .nav-list-sub > li:first-child li:hover img {
          display: block; }*/
      header .nav-list-root > li > .nav-list-sub > li:last-child {
        /*width: 30%;*/
        /*display: none; */}
        header .nav-list-root > li > .nav-list-sub > li:last-child p,
        header .nav-list-root > li > .nav-list-sub > li:last-child a {
          font-size: .8em;
          margin-top: 0;
          margin-bottom: 2px; }
        header .nav-list-root > li > .nav-list-sub > li:last-child a {
          /*font-weight: 700;*/ }
        header .nav-list-root > li > .nav-list-sub > li:last-child img {
          max-width: 100%; }
      header .nav-list-root > li > .nav-list-sub a {
        color: #696969;
        font-size: .9em;
        /*padding: 5px 10px;*/ }
        /*header .nav-list-root > li > .nav-list-sub a:hover {
          color: #ffffff;
          background-color: #696969; }*/
  header .nav-list-root .hyp-top-lvl {
    padding: 15px 15px 15px 55px;
    display: block;
    position: relative;
    line-height: 1;
    font-weight: 600;
    font-size: 0.9em;
    color: #696969;
    background-position: 20px 50%;
    background-repeat: no-repeat; }
    header .nav-list-root .hyp-top-lvl > img {
      position: absolute;
      top: 18px;
      left: 20px; }
  header .nav-list-root .hyp-top-lvl-c {
    padding: 15px 15px 15px 15px;
    display: block;
    position: relative;
    line-height: 1;
    font-weight: 600;
    font-size: 0.9em;
    text-align: center;
    color: #696969;
    background-position: 20px 50%;
    background-repeat: no-repeat; }
    header .nav-list-root .hyp-top-lvl-c > img {
      position: absolute;
      top: 18px;
      left: 20px; }
  header .nav-list-root .hover-active-icon {
    display: none; }

@media (max-width: 979px) {
  .header-bot {
    display: none; } }
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #fff; }
  header.sticky .header-nav {
    display: none; }
  header.sticky .col-sitelogo {
    width: 4.5%; }
  header.sticky .col-main {
    width: 95.5%; }
  header.sticky .header-top {
    padding-top: 10px;
    padding-bottom: 10px; }
  header.sticky .nav-item > a {
    padding-top: 10px;
    padding-bottom: 10px; }
    header.sticky .nav-item > a img {
      top: 13px; }
  header.sticky .hamburger {
    display: block; }
  header.sticky .btn {
    padding: 7px 10px;
    margin-left: 20px; }
  header.sticky .btn-cart {
    background-color: #00529b;
    background-image: url("../img/icons/basket-white-header.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 39px;
    width: 50px;
    margin-left: 20px; }
  header.sticky .js-sticky-portal-cart .basket-summary {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 3px solid #01539c;
    overflow-y: auto;
    padding: 0 14px 11px 16px;
    right: 0;
    top: 100%;
    width: 348px;
    z-index: 5;
    line-height: 24px;
    margin-top: -14px;
    margin-right: 61px; }
    header.sticky .js-sticky-portal-cart .basket-summary .summary-title {
      margin: 15px 0;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 18.2px; }
    header.sticky .js-sticky-portal-cart .basket-summary .summary-title.alt, header.sticky .js-sticky-portal-cart .basket-summary .just-added .summary-title.main {
      display: none; }
    header.sticky .js-sticky-portal-cart .basket-summary .just-added .summary-title.alt {
      display: block; }
    header.sticky .js-sticky-portal-cart .basket-summary .basket-loading {
      padding: 15px 20px;
      position: absolute;
      right: 0;
      top: 100%;
      width: 200px;
      z-index: 2; }
    header.sticky .js-sticky-portal-cart .basket-summary .qty-price {
      text-align: right;
      color: #808080; }
    header.sticky .js-sticky-portal-cart .basket-summary .added-product {
      border-bottom: 1px solid #e6e6e6; }
      header.sticky .js-sticky-portal-cart .basket-summary .added-product .quantity {
        float: left;
        font-size: 13px; }
      header.sticky .js-sticky-portal-cart .basket-summary .added-product .product-img,
      header.sticky .js-sticky-portal-cart .basket-summary .added-product .product-info {
        padding: 15px 0; }
      header.sticky .js-sticky-portal-cart .basket-summary .added-product .variant-title {
        line-height: 1.6; }
      header.sticky .js-sticky-portal-cart .basket-summary .added-product .lbl-price {
        font-weight: normal;
        font-size: 13px; }
    header.sticky .js-sticky-portal-cart .basket-summary .bottom-header {
      position: relative;
      z-index: 1; }
      header.sticky .js-sticky-portal-cart .basket-summary .bottom-header .nav-wrapper {
        margin-top: -1px;
        width: 100%; }
    header.sticky .js-sticky-portal-cart .basket-summary .product-tile {
      display: table;
      width: 100%; }
      header.sticky .js-sticky-portal-cart .basket-summary .product-tile .product-title {
        display: inline-block;
        font-weight: bold;
        line-height: 16px;
        color: #333;
        font-size: 14px; }
        header.sticky .js-sticky-portal-cart .basket-summary .product-tile .product-title:hover {
          text-decoration: underline; }
      header.sticky .js-sticky-portal-cart .basket-summary .product-tile .product-img {
        display: table-cell;
        vertical-align: top;
        width: 75px; }
      header.sticky .js-sticky-portal-cart .basket-summary .product-tile .hyp-thumbnail {
        height: 64px;
        width: 64px; }
        header.sticky .js-sticky-portal-cart .basket-summary .product-tile .hyp-thumbnail img {
          max-height: 100%;
          max-width: 100%; }
    header.sticky .js-sticky-portal-cart .basket-summary .summary-footer {
      line-height: 58px; }
      header.sticky .js-sticky-portal-cart .basket-summary .summary-footer .value-total {
        float: right; }
    header.sticky .js-sticky-portal-cart .basket-summary .panel-footer {
      display: table;
      width: 100%;
      background-color: #efefef;
      margin-top: 10px;
      color: #808080; }
      header.sticky .js-sticky-portal-cart .basket-summary .panel-footer > div {
        display: table-cell;
        vertical-align: middle;
        padding: 6px 0;
        font-size: 13px; }
      header.sticky .js-sticky-portal-cart .basket-summary .panel-footer a {
        font-size: 13px;
        text-transform: none; }
        header.sticky .js-sticky-portal-cart .basket-summary .panel-footer a:hover {
          text-decoration: underline; }
      header.sticky .js-sticky-portal-cart .basket-summary .panel-footer .btn-action {
        background-color: #f78400;
        display: inline-block;
        text-align: center;
        border-radius: 2px;
        border-bottom: 1px solid #ac5c00;
        padding: 6px 40px 6px 15px;
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase;
        float: right;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        position: relative; }
        header.sticky .js-sticky-portal-cart .basket-summary .panel-footer .btn-action:hover {
          text-decoration: none; }
        header.sticky .js-sticky-portal-cart .basket-summary .panel-footer .btn-action:after {
          background: transparent url("../img/icons/btn-icon-bg.png") no-repeat scroll left top;
          content: "";
          display: block;
          height: 35px;
          position: absolute;
          right: 0;
          top: 0;
          width: 27px; }
        header.sticky .js-sticky-portal-cart .basket-summary .panel-footer .btn-action .btn-cnt:after {
          background: transparent url("../img/icons/btn-icon-arrow.png") no-repeat scroll center center;
          content: "";
          display: block;
          height: 35px;
          position: absolute;
          right: 0;
          top: 0;
          width: 27px; }
  header.sticky .sticky-portal-cart:hover .basket-summary {
    display: block; }

footer {
  background-color: #232021;
  color: #c5c5c5;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 20px;
  font-size: .9em;
  line-height: 1.2; }
  footer a {
    color: currentColor; }
    footer a:hover {
      opacity: .8; }

.footer-col {
  width: 33.33%; }
  .footer-col:not(:last-child) {
    padding-right: 20px; }

.title-footer {
  text-transform: uppercase;
  margin: 0; }

.footer-nav li {
  margin-bottom: 5px;
  text-align: left; }

.footer-section {
  border-bottom: 1px solid #454344;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.footer-news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .footer-news-block .thumb {
    border: 1px solid #454344;
    display: block; }
  .footer-news-block .desc {
    margin-top: 0;
    margin-bottom: 10px; }
  .footer-news-block .more-link {
    text-transform: uppercase;
    font-weight: 600; }
  .footer-news-block .col:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 65px;
    -moz-box-flex: 1;
    -moz-flex: 1 0 65px;
    -ms-flex: 1 0 65px;
    flex: 1 0 65px;
    padding-right: 10px; }
  .footer-news-block .col:last-child {
    -webkit-box-flex: 2;
    -webkit-flex: 2 1 auto;
    -moz-box-flex: 2;
    -moz-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto; }

.footer-subscribe {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px; }
  .footer-subscribe [type=text],
  .footer-subscribe [type=email] {
    background-color: #323232;
    border-color: #454344; }
    .footer-subscribe [type=text].error,
    .footer-subscribe [type=email].error {
      border-color: red; }
  .footer-subscribe label.error {
    position: absolute;
    top: 100%;
    left: 0; }

.footer-social {
  margin-top: 15px; }
  .footer-social a {
    display: inline-block;
    margin-right: 15px; }

.footer-country-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .footer-country-selector .label {
    margin-right: 10px; }

.copyright {
  margin-top: 50px;
  margin-bottom: 30px; }

@media (max-width: 979px) {
  .footer-col:first-child {
    display: none; }

  .footer-col {
    width: 50%; } }
@media (max-width: 640px) {
  .footer-col {
    width: 100%;
    float: none;
    margin-bottom: 20px; }

  .footer-col:not(:last-child) {
    padding-right: 0; } }
.banner {
  background-image: url("../img/temp/banner-2.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 10px; }
  .banner a {
    color: currentColor; }

.title-page,
.breadcrumb {
  margin: 0;
  line-height: 1; }

.title-page {
  margin-bottom: 10px; }

.breadcrumb a:hover {
  opacity: .8; }

@media (max-width: 768px) {
  .banner {
    margin-top: 80px; } }
.col-side-nav {
  padding-right: 20px; }
  @media (max-width: 979px) {
    .col-side-nav {
      width: 30%; } }
  @media (max-width: 640px) {
    .col-side-nav {
      width: 100%;
      padding-right: 0; } }

.side-nav {
  border-top: 1px solid #c5c5c5;
  margin-bottom: 20px; }
  .side-nav li {
    border-width: 0 1px 1px;
    border-color: #c5c5c5;
    border-style: solid; }
  .side-nav a {
    display: block;
    color: #696969;
    padding: 20px;
    line-height: 1.2;
    font-size: .9em;
    font-weight: 600; }
    .side-nav a:hover {
      color: #fff;
      background-color: #696969; }
  .side-nav .active {
    background-color: #00529b;
    color: #fff; }

/* side contact call out */
aside {
  margin-bottom: 20px; }
  aside ul {
    border: 1px solid #c5c5c5;
    padding: 10px 0; }
  aside select {
    width: 100%; }

.title-aside {
  background-color: #232021;
  color: #fff;
  font-weight: 600;
  font-size: .9em;
  text-transform: uppercase;
  padding: 20px;
  margin: 0; }

.subtitle-aside {
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000; }

.link-contact {
  font-size: .9em;
  font-weight: 600;
  display: block;
  padding: 10px 20px 10px 50px;
  color: currentColor;
  background-repeat: no-repeat;
  background-position: 20px 50%; }
  .link-contact.mail {
    background-image: url("../img/icons/icon-mail-2.png"); }
  .link-contact.phone {
    background-image: url("../img/icons/icon-phone-2.png"); }
  .link-contact.marker {
    background-image: url("../img/icons/icon-marker.png"); }
  .link-contact:hover {
    opacity: .8; }

.side-filters {
  padding-left: 10px;
  padding-right: 10px;
  font-size: .9em; }
  .side-filters li {
    color: #696969;
    line-height: 1.2;
    margin: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .side-filters label {
    font-weight: 600;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0; }
  .side-filters input {
    margin-top: 2px; }

.side-nav-trigger {
  display: none;
  background-color: #696969;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 40px 10px 20px;
  position: relative; }
  @media (max-width: 640px) {
    .side-nav-trigger {
      display: block; } }
  .side-nav-trigger:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 45%;
    right: 20px; }
  .side-nav-trigger.active:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.subCat {
  padding-left: 20px; }

@media (max-width: 640px) {
  .col-side-nav,
  .side-contact {
    display: none; }

  .mobile-side-contact ul {
    padding: 0; }
  .mobile-side-contact li {
    border-bottom: 1px solid #c5c5c5;
    text-align: center; }
    .mobile-side-contact li:last-child {
      border-bottom: 0; }
  .mobile-side-contact .link-contact {
    padding: 10px; }
  .mobile-side-contact img {
    margin-right: 5px; } }
.row-page-search {
  margin-bottom: 20px; }

/* Search result tabs */
.search-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #c5c5c5;
  overflow: auto;
  background: #ffffff; }
  .search-tabs li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .search-tabs a {
    display: block;
    border: 1px solid #c5c5c5;
    border-right: 0;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: .9em;
    color: #696969; }
    @media (max-width: 979px) {
      .search-tabs a {
        white-space: nowrap; } }
  .search-tabs .active,
  .search-tabs a:hover {
    background-color: #f5f5f5;
    border-bottom-color: #f5f5f5; }

.search-tabs-results {
  background-color: #f5f5f5;
  padding: 25px;
  margin-bottom: 20px;
  border-color: #c5c5c5;
  border-width: 1px 1px;
  border-style: solid;
  border-top: none;
  font-size: .9em; }
  .search-tabs-results a {
    color: #00529b; }

.search-tabs-results .custom-search li {
  margin-bottom: 20px;
}    

.search-tabs-results .custom-search .title {
  font-size: 20px;
  font-weight: bold;
}

.search-tabs-results .custom-search .url {
  font-size: 12px; 
  color: #a8a8a8;
}

/* Search result item */
.results-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 20px; }
  .results-item .title-result,
  .results-item .desc-result,
  .results-item .link {
    margin: 0; }
  .results-item .title-result,
  .results-item .link {
    font-weight: 700; }
  .results-item .title-result {
    font-size: 1.1em; }
  .results-item .link {
    color: #00529b; }
  .results-item a:hover {
    opacity: .8; }

.search-tabs-results .newsItem {
  margin-left: 0; }
  .search-tabs-results .newsItem .imageSearchHolder {
    margin-right: 20px; }
    .search-tabs-results .newsItem .imageSearchHolder img {
      max-width: 100px;
      height: auto;
      display: block; }

.resourcesListing .resourceItem,
.resourcesListing .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 20px;
  margin-bottom: 20px; }
.resourcesListing .header {
  font-weight: bold; }
.resourcesListing .column {
  width: 20%;
  padding-right: 10px; }
.resourcesListing .CADheadings::after { 
    content: " ";
    width: 0px;
    height: 0px;
    border-top: 5px solid black;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: none;
    vertical-align: -56%;
  }
  .resourcesListing .column.fileType {
    width: 15%; }
  .resourcesListing .column.documentName {
    width: 35%; }
  .resourcesListing .column.FileFormat {
    width: 21%; }
  .resourcesListing .column.download {
    width: 10%; }
  .resourcesListing .column h3 {
    margin-top: 0; }

@media (max-width: 640px) {
  .resourcesListing .column.fileType,
  .resourcesListing .column.download,
  .resourcesListing .column.fileSize,
  .resourcesListing .column.date {
    display: none; }
  .resourcesListing .column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

  .search-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #c5c5c5;
    overflow: auto;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 96%, #c3c3c3 100%);
    background: -webkit-linear-gradient(left, #ffffff 96%, #c3c3c3 100%);
    background: linear-gradient(to right, #ffffff 96%, #c3c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3c3c3',GradientType=1 ); } }
.newsItem {
  list-style-type: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #c5c5c5;
  margin-left: -20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .newsItem a {
    border-bottom: none; }
  .newsItem .moreLink {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px; }
  .newsItem h3 {
    margin-top: 0; }
    .newsItem h3 a {
      color: #000; }
  .newsItem .imageHolder {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 190px;
    -moz-box-flex: 1;
    -moz-flex: 1 0 190px;
    -ms-flex: 1 0 190px;
    flex: 1 0 190px;
    margin-right: 20px; }
  .newsItem .metaInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

.archive-year-toggle {
  position: relative; }
  .archive-year-toggle .active {
    background-color: #00529b;
    color: #fff; }
  .archive-year-toggle:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 45%;
    right: 20px; }
  .archive-year-toggle.active:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.archive-year-group li:not(.archive-year-list) {
  display: none; }

.side-nav .archive-year-group a {
  padding-left: 40px; }

.side-nav .archive-year-group .archive-year-toggle {
  padding-left: 20px; }

.newsDetails .imageHolder {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }
.newsDetails .metaInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c5c5c5; }
  .newsDetails .metaInfo a {
    border-bottom: 0; }
  .newsDetails .metaInfo .backLink {
    font-weight: bold; }

.newsComments {
  margin-bottom: 20px; }
  .newsComments .contracted .contentHeaderSection:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .newsComments .contracted .contractableContent {
    display: none; }

.contentHeaderSection {
  background-color: #00529b;
  position: relative; }
  .contentHeaderSection .contractableTrigger {
    padding: 20px;
    display: block; }
  .contentHeaderSection:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 45%;
    right: 20px; }
  .contentHeaderSection.active:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .contentHeaderSection a {
    color: #fff;
    border-bottom: 0;
    font-weight: bold; }

.contractableContent {
  padding: 20px;
  border: 1px solid #c5c5c5; }
  .contractableContent [type=text] {
    width: 100%; }
  .contractableContent .formRow {
    margin-bottom: 20px; }

.header-blog-related {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .header-blog-related .col-related-controls {
    width: 70px;
    margin-left: 10px; }
  .header-blog-related .related-controls {
    display: inline-block;
    padding: 10px;
    border: 1px solid #c5c5c5; }
    .header-blog-related .related-controls img {
      display: block; }

.related-items {
  position: relative;
  height: 200px;
  width: 100%; }
  .related-items li {
    display: inline-block;
    height: 150px;
    width: 150px;
    margin-right: 20px;
    overflow: hidden;
    white-space: normal; }
  .related-items .related-img {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%; }
    .related-items .related-img:hover .related-info {
      top: 0; }
  .related-items .related-info {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    height: 100%;
    width: 100%;
    line-height: 1.4;
    padding: 10%;
    position: absolute;
    top: 60%;
    left: 0; }

.wysiwyg .related-items {
  padding-left: 0; }

.eventsCalendarBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #c5c5c5; }
  .eventsCalendarBar .calendarMonthSelector {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .eventsCalendarBar h2 {
    margin: 0;
    text-align: center; }
  .eventsCalendarBar .prevMonth,
  .eventsCalendarBar .nextMonth {
    display: block;
    padding: 10px; }
  .eventsCalendarBar .prevMonth {
    border-right: 1px solid #c5c5c5; }
  .eventsCalendarBar .nextMonth {
    border-left: 1px solid #c5c5c5; }
  .eventsCalendarBar a {
    border-bottom: 0; }

#calendarDropdown {
  display: none;
  background-color: #fff;
  border: 3px solid #00529b;
  border-radius: 3px;
  color: #000;
  padding: 0 20px;
  position: absolute;
  top: 32px;
  left: 40%;
  width: 200px;
  z-index: 5; }
  #calendarDropdown.active {
    display: block; }
  #calendarDropdown h3 {
    margin-bottom: 0; }
  #calendarDropdown ul {
    padding: 0;
    list-style-type: none;
    float: left;
    width: 50%;
    padding-right: 10px; }

.eventListingControls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.eventItem.pastEvent{
  display: none;
}

.showPastItems .eventItem.pastEvent{
  display: flex;
}

.eventsummary.pastDate .summary{
  display: none;
}
.eventsummary.pastDate .Pastsummary{
  display: none;
}
.eventsummary.pastDate.showPastItems .summary{
  display: block;
}
.eventsummary.pastDate .pastEvents{
  display: block;
}
.eventsummary.pastDate.showPastItems .pastEvents{
  display: none;
}

.eventsummary.currentDate .summary{
  display: none;
}
.eventsummary.currentDate.showPastItems .summary{
  display: block;
}
.eventsummary.currentDate .Pastsummary{
  display: block;
}
.eventsummary.currentDate.showPastItems .Pastsummary{
  display: none;
}
.eventsummary.currentDate .pastEvents{
  display: none;
}

.detailsColumn {
    width: 50%;
}

.eventItem {
  position: relative;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .eventItem .image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    margin-right: 20px; }
  .eventItem .mainColumn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 20px;
    margin-bottom: 20px; }
  .eventItem h3 {
    margin-top: 0; }
  .eventItem a {
    border-bottom: 0; }
  .eventItem .typePast {
    position: absolute;
    top: -3px;
    left: -3px; }
  .eventItem .btn {
    color: #fff; }
  .eventItem label {
    font-weight: bold; }

@media (max-width: 640px) {
  .eventItem,
  .eventItem .mainColumn,
  .showPastItems .eventItem.pastEvent {
    display: block; } }
.ja-job-search .ja-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .ja-job-search .ja-form {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .ja-job-search .ja-form .ja-field-container:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px; }
  .ja-job-search .ja-form select {
    width: 100%; }

.ja-job-list .job {
  border: 1px solid #c5c5c5;
  padding: 20px;
  margin-bottom: 20px;
  position: relative; }
.ja-job-list .title {
  margin-top: 0; }
  .ja-job-list .title a {
    border-bottom: 0; }
.ja-job-list .view-details {
  color: #fff;
  display: inline-block; }
.ja-job-list .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
.ja-job-list .classifications,
.ja-job-list .date-posted {
  margin-top: 0; }

.powered-by-jobadder {
  display: none; }

/* copied form .pagination */
.wysiwyg .ja-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .wysiwyg .ja-pager > * {
    border: 1px solid #c5c5c5;
    margin-right: -1px;
    margin-bottom: -1px;
    min-width: 30px;
    background-color: #fff;
    color: #696969;
    display: block;
    padding: 5px;
    text-align: center; }
  .wysiwyg .ja-pager .current-page {
    color: #fff;
    background-color: #232021; }

/* Contact row under content page */
.row-contact-form {
  background-image: url("../img/temp/bg-contact.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: .9em;
  line-height: 1.2; }
  @media (max-width: 640px) {
    .row-contact-form {
      width: calc(100% - 40px);
      margin-left: auto;
      margin-right: auto; } }
  .row-contact-form > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 640px) {
      .row-contact-form > .container {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0; } }
  .row-contact-form .inner {
    padding: 40px; }
    @media (max-width: 979px) {
      .row-contact-form .inner {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 640px) {
      .row-contact-form .inner {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .row-contact-form [type=text],
  .row-contact-form [type=email],
  .row-contact-form textarea {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: #696969; }
    .row-contact-form [type=text].error,
    .row-contact-form [type=email].error,
    .row-contact-form textarea.error {
      border-color: red; }

.hide-row-contact-form .row-contact-form {
  display: none; }

.col-contact-text {
  background-color: rgba(0, 0, 0, 0.65); }
  .col-contact-text a {
    color: #ffffff; }
  @media (max-width: 640px) {
    .col-contact-text {
      width: 100%; } }

@media (max-width: 640px) {
  .col-contact-form {
    width: 100%; } }
.title-contact-text {
  text-transform: uppercase;
  font-size: 2.3em;
  margin: 0; }

.row-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row-submit .col-checkbox {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding-right: 10px; }
    @media (max-width: 979px) {
      .row-submit .col-checkbox {
        margin-bottom: 20px; } }
  @media (max-width: 640px) {
    .row-submit {
      display: block; }
      .row-submit .col,
      .row-submit .btn {
        width: 100%; } }

/* Thank you */
.row-thank {
  display: none; }

.title-thank {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #25c400;
  margin-bottom: 5px; }

.title-thank,
.desc-thank,
.title-more-videos {
  margin-top: 0; }

.desc-thank {
  margin-bottom: 20px; }

.title-more-videos {
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 10px; }

.video-carousel {
  background-color: #dce1e6;
  padding: 20px; }
  .video-carousel img {
    display: block; }
  .video-carousel .video-carousel-slide {
    color: #696969;
    padding: 0 5px; }
  .video-carousel .text-more-video {
    font-size: .9em; }
  .video-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 38px;
    margin-top: -19px;
    border: 0;
    text-indent: -9999px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #777;
    background-size: 10px 15px; }
  .video-carousel .slick-prev {
    left: -17px;
    background-image: url("../img/icons/icon-prev.png"); }
  .video-carousel .slick-next {
    right: -17px;
    background-image: url("../img/icons/icon-next.png"); }
  .video-carousel a:hover,
  .video-carousel button:hover {
    opacity: .8; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    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) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]: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; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
.btn,
a.view-details {
  padding: 10px 15px;
  text-transform: uppercase;
  border: 0;
  font-weight: 600; }
  .btn:hover,
  a.view-details:hover {
    opacity: .8; }

.btn-1 {
  color: #232021;
  background-color: #c5c5c5; }

.btn-2,
a.view-details {
  color: #fff;
  background-color: #00529b; }

.row-share {
  background-color: #efefef;
  height: 42px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .row-share .share-title {
    color: #000;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media (max-width: 640px) {
      .row-share .share-title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 0;
        -moz-box-flex: 0;
        -moz-flex: 0 1 0;
        -ms-flex: 0 1 0;
        flex: 0 1 0;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px; } }
  .row-share .at-svc-facebook {
    background-color: #989898 !important; }
    .row-share .at-svc-facebook:hover {
      background-color: #3b5998 !important; }
  .row-share .at-svc-twitter {
    background-color: #ababab !important; }
    .row-share .at-svc-twitter:hover {
      background-color: #1da1f2 !important; }
  .row-share .at-svc-linkedin {
    background-color: #8e8e8e !important; }
    .row-share .at-svc-linkedin:hover {
      background-color: #0077B5 !important; }
  .row-share .at-svc-pinterest_share {
    background-color: #a0a0a0 !important; }
    .row-share .at-svc-pinterest_share:hover {
      background-color: #bd081c !important; }
  .row-share .at-svc-compact {
    background-color: #c0c0c0 !important; }
    .row-share .at-svc-compact:hover {
      background-color: #ff6550 !important; }
  .row-share .at-share-btn:hover {
    opacity: 1 !important; }

.pagination-holder {
  background-color: #f5f5f5;
  margin-bottom: 40px;
  padding: 20px;
  font-size: .8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 640px) {
    .pagination-holder {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .pagination-holder .options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media (max-width: 640px) {
      .pagination-holder .options {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .pagination-holder .displayOptions {
    margin-right: 10px; }
    @media (max-width: 640px) {
      .pagination-holder .displayOptions {
        margin-bottom: 10px; } }

.pagination-amount {
  font-weight: 600;
  margin: 5px auto 5px 0; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pagination li {
    display: inline-block;
    border: 1px solid #c5c5c5;
    margin-right: -1px;
    margin-bottom: -1px;
    width: 30px; }
    .pagination li > * {
      background-color: #fff;
      color: #696969;
      display: block;
      padding: 5px 0;
      text-align: center; }
  .pagination .active {
    color: #fff;
    background-color: #232021; }
  .pagination a:hover {
    color: #fff;
    background-color: #696969; }

.slider .slick-arrow {
  width: 28px;
  height: 43px;
  overflow: hidden;
  border: 0;
  padding: 0;
  opacity: .6;
  text-indent: -9999px;
  margin-top: -21px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  z-index: 2; }
  .slider .slick-arrow:hover {
    opacity: 1; }
.slider .slick-prev {
  background-image: url("../img/icons/icon-prev.png");
  left: 50px; }
.slider .slick-next {
  background-image: url("../img/icons/icon-next.png");
  right: 50px; }
.slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  width: 100%; }
  .slider .slick-dots li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #00529b;
    width: 16px;
    height: 16px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff; }
    .slider .slick-dots li:hover {
      background-color: #00529b; }
  .slider .slick-dots .slick-active {
    background-color: #00529b; }
  .slider .slick-dots button {
    border: 0;
    text-indent: -9999px;
    background-color: transparent; }

.slide {
  height: 430px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
  .slide .slide-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%; }

.slide-box {
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  width: 90%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  text-align: center;
  line-height: 1.2; }
  .slide-box a {
    color: currentColor; }
  .slide-box > * {
    margin: 0; }

.no-rgba .slide-box {
  background-color: #232021; }

.title-slide {
  font-size: 2.25em; }

.subtitle-slide {
  font-size: 1.5em;
  font-weight: normal; }

.more-link-slide {
  font-size: 1.1em;
  margin-top: 30px;
  display: inline-block;
  font-weight: bold; }
  .more-link-slide:hover {
    opacity: .8; }

@media (max-width: 640px) {
  .slide-box {
    font-size: .8em; } }
.overlay-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  opacity: .4; }

.lt-ie9 .overlay-fill {
  display: none; }

.country-selector-holder {
  position: relative; }
  .country-selector-holder img {
    display: inline-block; }

.country-selector {
  position: relative;
  padding-right: 20px;
  margin-right: 10px;
  display: inline-block; }
  .country-selector:hover {
    opacity: .8; }
  .country-selector:after {
    position: absolute;
    top: 5px;
    right: 5px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #696969 transparent transparent transparent; }

.other-flags {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 70px;
  background-color: #00529b; }
  .other-flags a {
    padding: 5px;
    display: block;
    font-weight: 600;
    color: #fff; }
    .other-flags a:hover {
      opacity: .8; }
  .other-flags img {
    margin-right: 5px; }

.image-link {
  position: relative;
  display: block; }
  .image-link:after {
    position: absolute;
    right: 15px;
    bottom: 15px;
    content: '';
    width: 44px;
    height: 44px;
    background-image: url("../img/icons/icon-plus.png");
    background-size: cover; }
  .image-link:hover {
    opacity: .8; }

/* Home cta columns */
.home-cta-holder {
  padding-top: 10px; }

.home-cta-col:not(:last-child) {
  padding-right: 10px; }

.cta-home {
  position: relative;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #fff;
  font-size: .9em;
  height: 170px; }
  .cta-home.large {
    padding: 30px 35px;
    height: 350px; }
    .cta-home.large .title-cta-home {
      font-size: 1.8em; }
    .cta-home.large .title-cta-home,
    .cta-home.large .desc {
      max-width: 340px; }
  .cta-home .title-cta-home,
  .cta-home .desc {
    position: relative;
    margin: 0 0 10px; }

/* Home banner */
.home-banner {
  height: 430px;
  overflow: hidden; }

/* Home video row */
.home-video-row {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .home-video-row .col {
    position: relative;
    z-index: 1; }
  .home-video-row .col:last-child {
    position: relative; }
  .home-video-row .video-play {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/icons/icon-play.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100%;
    width: 100%; }
    .home-video-row .video-play:hover {
      opacity: .8; }
  .home-video-row .col-video a {
    position: relative;
    height: 100%;
    width: 100%;
    display: block; }

.home-video-text {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  line-height: 1.2; }
  .home-video-text .title-video-row {
    text-transform: uppercase;
    font-size: 2.2em;
    margin: 0; }
  .home-video-text .desc {
    font-size: .9em; }

.no-rgba .home-video-text {
  background-color: #232021; }

/* Home social */
.row-home-social {
  background-color: #d4d4d4;
  padding: 40px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 979px) {
    .row-home-social {
      width: calc(100% - 40px); } }
  .row-home-social .social-home {
    padding-right: 20px; }
    @media (max-width: 979px) {
      .row-home-social .social-home {
        padding-right: 10px; } }
    .row-home-social .social-home img {
      max-width: 100%;
      height: auto;
      display: block; }
    .row-home-social .social-home:hover {
      opacity: .8; }
  .row-home-social .col-text {
    margin-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .row-home-social .title-home-social {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0;
    line-height: 1; }
  .row-home-social .desc {
    font-size: .9em;
    line-height: 1.2; }

@media (max-width: 640px) {
  .home-cta-col {
    float: none;
    width: 100%; }

  .home-cta-col:not(:last-child) {
    padding-right: 0; }

  .home-video-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none; }

  .col-video {
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }

  .overlay-fill {
    display: none; }

  .home-video-text {
    padding: 20px;
    background-color: #232021; }

  .video-play {
    background-color: rgba(0, 0, 0, 0.65); }

  .row-home-social {
    padding: 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .row-home-social .social-home {
      margin-right: 0;
      width: 25%;
      padding-left: 10px;
      padding-right: 10px;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }
      .row-home-social .social-home img {
        max-width: 100%;
        height: auto; }
    .row-home-social .col-text {
      margin-left: 0;
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
  order: 1; } }
