﻿ /* Breakpoints for responsive layout */
/* Colors */
/* Linear Gradient */
/* Centering */
/* Border Radius */
/* Box Shadow */
/* Rotate */
/* Scale */
/* Opacity */
/* Transition */
/* Media Queries */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalfblog-tw-ize.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; }
  
  .cloner {
    display : none;
}

/* 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; }

html {
  font-size: 62.5%; }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  font-family: 'Istok Web', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #231f20; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  border: 0; }

li {
  list-style-type: none; }

a {
  text-decoration: none; }

button {
  border: 0; }

textarea {
  height: auto;
  min-height: 50px; }

input {
  border-radius: 0; }
  
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

.align-left { text-align: left !important; }
.txt-module__p p {
	margin-bottom : 15px;
}

.container {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  margin-top: 80px; }
  @media screen and (max-width: 1111px) {
    .container {
      margin-top: 50px; } }

h1, h2, h3, h4, h5, h6, ul, p {
  margin: 0;
  padding: 0; }

::-webkit-input-placeholder {
  filter: alpha(opacity=100);
  width: 100%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

::-moz-placeholder {
  filter: alpha(opacity=100);
  width: 100%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

:-ms-input-placeholder {
  filter: alpha(opacity=100);
  width: 100%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

:-moz-placeholder {
  filter: alpha(opacity=100);
  width: 100%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.heading--one {
  color: #FFF !important;
  font: 700 6rem 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 6rem;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  line-height: 1em; }
  @media screen and (max-width: 1024px) {
    .heading--one {
      font-size: 35px; } }
.heading--two {
  text-transform: uppercase;
  color: #231f20;
  font-weight: 700;
  font-size: 4.8rem;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .heading--two {
      font-size: 2.9rem; } }
  @media screen and (max-width: 480px) {
    .heading--two {
      font-size: 2.4rem; } }
  .heading--two .border {
    position: relative;
    display: inline-block; }
    .heading--two .border:before, .heading--two .border:after {
      content: '';
      position: absolute;
      top: 50%;
      border-bottom: 1px solid #949594;
      width: 191px;
      /* half of limiter*/
      margin-right: 20px;
      margin-left: 20px; }
    .heading--two .border:before {
      right: 100%; }
    .heading--two .border:after {
      left: 100%; }
.heading--three {
  line-height: 1em;
  text-transform: uppercase;
  font: 700 3rem 'Raleway', sans-serif;
    font-weight: 700;
  font-size: 3rem;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 5px; }

@media screen and (max-width: 1024px) {
  .divider {
    display: none; } }
.divider__hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, transparent, #949594, transparent); }

.body-copy {
  margin-bottom: 5%; }
  .body-copy--md {
    font-size: 1.8rem; }
  .body-copy--lg {
    font-size: 2rem; }
  @media screen and (max-width: 1024px) {
    .body-copy {
      font-size: 1.6rem;
      line-height: 2.4rem; } }
  .body-copy:last-of-type {
    margin-bottom: 0; }

.body-copy-bullets__item {
  list-style-type: disc;
  font-size: 1.6rem;
  margin-left: 20px;
  padding-bottom: 10px; }
  .body-copy-bullets__item:last-child {
    padding-bottom: 0; }

.left {
  float: left; }

.right {
  float: right; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear-both {
  clear: both; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }
  
.tabs__item, .brand-page__content-tab {
	font-size: 1.6rem;
}
.tabs__item p, .brand-page__content-tab p {
	margin-bottom: 10px;
}

.agent-list__item {
    clear: both;
    padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
.center {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.margin-btm-sm {
  margin-bottom: 15px; }

.padding-sm {
  padding-top: 25px;
  padding-bottom: 25px; }

.module-padding {
  padding-top: 8%;
  padding-bottom: 8%; }
  @media screen and (max-width: 768px) {
    .module-padding {
      padding-top: 12%;
      padding-bottom: 12%; } }
  @media screen and (max-width: 480px) {
    .module-padding {
      padding-top: 16%;
      padding-bottom: 16%; } }

.module-padding-sm {
  padding-top: 5%;
  padding-bottom: 5%; }

.module-padding-xs {
  padding-top: 3%;
  padding-bottom: 3%; }

.module-heading {
  margin-bottom: 8%;
  margin-top: -1%;
  /* adjust for line height */ }

.padding {
  padding: 8.5%; }

.buffer {
  padding-left: 8.5%;
  padding-right: 8.5%; }

.buffer-sm {
  padding-left: 4.5%;
  padding-right: 4.5%; }

.buffer-2 {
  padding-left: 18%;
  padding-right: 18%; }

.buffer-left {
  padding-left: 8.5%; }

.buffer-right {
  padding-right: 8.5%; }

.buffer-top {
  padding-top: 8%; }

.buffer-top-sm {
  padding-top: 4%; }

.buffer-btm {
  margin-bottom: 8% !important; }

.hide {
  display: none; }

.show {
  display: block; }

.white {
  color: #FFF; }

.header {
  background: #FFF;
  position: relative; }
  .header__logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 322px;
    width: 100%; }
  .header__main-nav {
    width: 750px;
    text-align: right;
    margin-top: 15px; }
  .header__main-nav-item {
    display: inline;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding-left: 4%; }
    .header__main-nav-item a {
      color: #464647; }
      .header__main-nav-item a:hover {
        color: #0076c0; }

.search {
  position: relative;
  color: #464647; }
  .search:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 10px;
    content: "\f002";
    font-size: 16px;
    font-family: FontAwesome; }
  .search__field {
    border: 1px solid #464647;
    padding: 7px;
    text-transform: uppercase;
    width: 258px;
    padding-left: 30px;
    font-size: 1rem; }

.footer {
  background: #464647;
  color: #FFF;
  clear: both; }
  .footer a {
    color: #FFF; }
    .footer a:hover {
      color: #0076c0; }
  .footer__logo {
    width: 100%;
    max-width: 256px;
    display: block;
    margin-bottom: 20px; }
  .footer__list {
    margin-right: 30px;
    font-size: 1.4rem; }
    @media screen and (max-width: 1100px) {
      .footer__list {
        float: none;
        margin-bottom: 25px; } }
  .footer__list-item:first-child {
    text-transform: uppercase;
    font-weight: 700; }
  @media screen and (max-width: 1100px) {
    .footer__list-item:nth-child(n+2) {
      /*display: none;*/ } }
  @media screen and (max-width: 800px) {
    .footer__right-col {
      float: left;
      clear: left; } }
  .footer__social {
    margin-bottom: 10px; }
  .footer__social-item {
    display: inline;
    font-size: 3rem;
    padding-right: 25px; }
  @media screen and (max-width: 1100px) {
    .footer .hide {
      display: block; } }

.newsletter {
  font-size: 1.4rem; }
  .newsletter__p {
    margin-bottom: 10px;
    font-size: 1.4rem; }
  .newsletter__field {
    width: 75%;
    padding: 2.1%;
    height: 40px;
    color: #464647; }
  .newsletter__button {
    width: 24%;
    padding: 3%;
    height: 40px;
    background: #949594;
    text-transform: uppercase; }

.home__header {
  position: relative; }
  .home__header:after {
    content: "";
    background: url(../images/home__header-dots.png) repeat;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1; }
  .home__header img {
    width: 100%;
    height: 501px;
    object-fit: cover;
    overflow: hidden; }
.home .heading--one {
  margin-bottom: 20px; }
.home__header-container {
  width: 60%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .home__header-container {
      width: 100%; } }
.home__header-video {
  height: 500px;
  overflow: hidden; }
.home__header-btn-border {
  border: 1px solid #000;
  padding: 4px;
  width: 225px;
  -webkit-transition: border-color 0.25s ease;
  -moz-transition: border-color 0.25s ease;
  -ms-transition: border-color 0.25s ease;
  -o-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease; }
  .home__header-btn-border:hover {
    border-color: #FFF; }
.home__header-btn {
  font: 700 1.6rem 'Istok Web', sans-serif;
    font-weight: 700;
  font-size: 1.6rem;
  font-family: 'Istok Web', sans-serif;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease; }
  .home__header-btn:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: #231f20; }

.products-list .swiper-pagination {
  margin-top: 6% !important;
  display: none; }
  @media screen and (max-width: 1024px) {
    .products-list .swiper-pagination {
      display: block; } }
.products-list a {
  color: #3b3b3c; }
.products-list__item {
  width: 20%;
  margin-right: 6.6%;
  border-bottom: 4px solid #000;
  margin-bottom: 8%; }
  .products-list__item:nth-child(4n) {
    margin-right: 0; }
  .products-list__item:nth-last-of-type(-n+2) {
   /* margin-bottom: 0;*/ }
  @media screen and (max-width: 1024px) {
    .products-list__item {
      width: 47%;
      margin-right: 6%;
      margin-bottom: 20%; }
      .products-list__item:nth-child(2n) {
        margin-right: 0; } }
  .products-list__item:hover {
    border-color: #0076c0; }
    .products-list__item:hover a {
      color: #0076c0; }
.brand-page__content-tab .products-list__item {
	width: 43%;
}
  
 .products-list__item-img a, .new-products__item-img a {
  display: block;
  text-align:center;
 }
 
.products-list__item-img, .new-products__item-img {
	min-height: 128px;
} 
 
.products-list__item-img img, .new-products__item-img img {
	max-height: 128px;
  	margin: auto;
  	max-width:100%!important;
  	
 	/*width: 166px;
    max-height: 100%;
    width: auto;
    max-width: 100%;*/
}
.products-list__item-title {
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
  margin-top: 25px; }
.products-list__item-cat {
  font-size: 1.8rem;
  border-bottom: 1px solid #000;
  margin-bottom: 10px; }
.products-list__item-p {
  font-size: 1.6rem;
  color: #3b3b3c;
  margin-bottom: 15px; }
.products-list__item-link {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: block; }
  .products-list__item-link:after {
    content: "\f054";
    font-size: 12px;
    padding-left: 10px;
    font-family: FontAwesome; }

.standard-template .body-copy {
  margin-bottom: 5%; }
  @media screen and (max-width: 1024px) {
    .standard-template .body-copy {
      margin-bottom: 35px; } }
.standard-template .body-copy-bullets {
  margin-bottom: 35px; }
.standard-template__two-third {
  width: 60%;
  margin-right: 10%; }
  @media screen and (max-width: 1024px) {
    .standard-template__two-third {
      width: 100%; } }
.standard-template__one-third {
  width: 30%; }
  @media screen and (max-width: 1024px) {
    .standard-template__one-third {
      width: 100%; } }
.standard-template__half {
  width: 45%;
  margin-right: 10%; }
  .standard-template__half:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .standard-template__half {
      width: 100%; } }
.standard-template__heading {
  font-size: 3.6rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 7px; }
  @media screen and (max-width: 480px) {
    .standard-template__heading {
      font-size: 2.4rem; } }
.standard-template__sub-heading {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 7px; }
  @media screen and (max-width: 480px) {
    .standard-template__sub-heading {
      font-size: 2.4rem; } }
.standard-template .btn {
  text-transform: uppercase;
  color: #FFF;
  font-weight: 400;
  width: 100%;
  margin-top: 15px; }
  .standard-template .btn:hover {
    background: #0076c0; }

.blog a {
  color: #0076c0; }
  .blog a:hover {
    color: #949594; }
.blog strong {
  color: #231f20;
  text-transform: uppercase; }
.blog__item {
  padding-bottom: 45px;
  margin-top: 35px;
  border-bottom: 1px solid #d7d7d7; }
  .blog__item:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
  .blog__item:first-child {
    margin-top: 0; }
.blog__date {
  color: #949594; }
 .blog__body.body-copy--md p {
 	margin-bottom: 25px;
 }
.blog__img-list {
  margin: 0 30px 10px 0;
  /*float: left;
  width: 100%;*/
  max-width: 500px !important; }
  @media screen and (max-width: 480px) {
    .blog__img-list {
      display: none; } }      
.blog__img-detail {
	width: auto;
	max-width: 600px !important;
}	      
@media screen and (max-width: 480px) {
  .blog__img-detail {
    display: none; } }

.blog-two-col__content img {
 max-width: 100% !important;
}

.blog-two-col {
  display: table;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .blog-two-col {
      padding: 0; } }
  @media screen and (max-width: 1024px) {
    .blog-two-col__content {
      padding: 8.5%; } }
  .blog-two-col__heading {
    font-size: 4rem;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 15px; }
    @media screen and (max-width: 1024px) {
      .blog-two-col__heading {
        font-size: 2.3rem; } }
  .blog-two-col__right {
    width: 335px;
    display: table-cell;
    vertical-align: top; }
    .blog-two-col__right a {
      color: #231f20; }
      .blog-two-col__right a:hover {
        color: #949594; }
    @media screen and (max-width: 1024px) {
      .blog-two-col__right {
        display: none; } }
  .blog-two-col__nav-title {
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    border-bottom: 1px solid #949594;
    margin-bottom: 15px;
    padding-left: 15px; }
    @media screen and (max-width: 1024px) {
      .blog-two-col__nav-title {
        display: none; } }
  .blog-two-col__nav-content {
  	padding: 8.5%;
  }
  .contact-us__brand {
      padding-bottom: 8.5%;
  }
  .blog-two-col__nav {
    padding-right: 15px; }
    @media screen and (max-width: 1024px) {
      .blog-two-col__nav {
        padding-right: 0; } }
  .blog-two-col__nav-item {
    font-size: 1.8rem;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px; }
    @media screen and (max-width: 1024px) {
      .blog-two-col__nav-item:hover {
        background: #0076c0;
        color: #FFF; } }
    .blog-two-col__nav-item:after {
      content: "\f054";
      font-size: 1.2rem;
      right: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-family: FontAwesome; }
      @media screen and (max-width: 1024px) {
        .blog-two-col__nav-item:after {
          font-size: 2.4rem;
          right: 8.5%; } }
    @media screen and (max-width: 1024px) {
      .blog-two-col__nav-item {
        padding: 4% 8.5%;
        font-size: 2.4rem;
        background: #cdcdcd;
        margin-bottom: 0;
        border-bottom: 1px solid #949594; } }
    .blog-two-col__nav-item--active {
      color: #0076c0; }
      @media screen and (max-width: 1024px) {
        .blog-two-col__nav-item--active {
          background-color: #0076c0;
          color: #FFF; }
          .blog-two-col__nav-item--active:after {
            -ms-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            top: 35%; } }
  .blog-two-col__left {
    width: 100%;
    padding-right: 5%;
    border-right: 1px solid #949594; }
    @media screen and (max-width: 1024px) {
      .blog-two-col__left {
        padding-left: 0;
        border: 0; } }
  .blog-two-col__left-title {
    font-size: 3.0rem;
    font-weight: 700; }

.cta-module {
  position: relative; }
  .cta-module img {
    width: 100%;
    max-height: 523px;
    object-fit: cover;
    overflow: hidden; }
  .cta-module .heading--two {
    color: #FFF;
    text-align: left;
    line-height: 1.2em;
    margin-bottom: 10px; }
  .cta-module a {
    color: #FFF; }
  .cta-module__container {
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 55%;
    padding-left: 8.5%;
    padding-right: 8.5%;
    color: #FFF; }
    @media screen and (max-width: 768px) {
      .cta-module__container {
        width: 100%; } }
  .cta-module__p {
    font-size: 2rem;
    margin-bottom: 15px!important; }
  .cta-module__btn {
    border: 1px solid #FFF;
    padding: 13px 0;
    width: 254px;
    text-align: center;
    font: 400 1.6rem 'Raleway', sans-serif;
      font-weight: 400;
  font-size: 1.6rem;
  font-family: 'Raleway', sans-serif;
    text-transform: uppercase; }

.video-module {
  position: relative; }
  .video-module img {
    width: 100%;
    /*height: 523px;*/
    object-fit: cover;
    overflow: hidden; 
    }
    @media screen and (max-width: 768px) {
    	.video-module img {
    		/*height: 215px;*/
    	}
    }
  .video-module__play:before {
    position: absolute;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: url(../images/video-module__play.svg);
    width: 115px;
    height: 115px; }

.news-blog {
  color: #231f20;
  background: #f2f1f0;
  /* PADDING */
  /* BORDERS */
  /* BORDER NOTCHES */
  /* MARGINS */ }
  .news-blog .swiper-pagination {
    margin-bottom: 25px;
    display: none; }
    @media screen and (max-width: 1024px) {
      .news-blog .swiper-pagination {
        display: block; } }
  @media screen and (max-width: 1024px) {
    .news-blog__news-col-2 {
      display: none; } }
  .news-blog a {
    color: #231f20; }
    .news-blog a:hover {
      color: #0076c0; }
  .news-blog__heading {
    text-transform: uppercase;
    font: 700 2.4rem 'Raleway', sans-serif;
      font-weight: 700;
  font-size: 2.4rem;
  font-family: 'Raleway', sans-serif; }
    @media screen and (max-width: 1024px) {
      .news-blog__heading {
        text-align: center;
        border-bottom: 1px solid #d7d7d7;
        margin-bottom: 25px;
        font-size: 1.8rem;
        padding-bottom: 15px; } }
  .news-blog .padding {
    padding: 0 20px 20px 20px; }
    @media screen and (max-width: 1024px) {
      .news-blog .padding {
        padding: 0; } }
  .news-blog .padding-btm {
    padding: 0 0 20px 0; }
    @media screen and (max-width: 1024px) {
      .news-blog .padding-btm {
        padding: 0; } }
  .news-blog .padding-right {
    padding: 0px 20px 20px 0; }
    @media screen and (max-width: 1024px) {
      .news-blog .padding-right {
        padding: 0; } }
  .news-blog .padding-left {
    padding: 0px 0px 20px 20px; }
    @media screen and (max-width: 1024px) {
      .news-blog .padding-left {
        padding: 0; } }
  .news-blog .border-right {
    border-right: 1px solid #d7d7d7; }
    @media screen and (max-width: 1024px) {
      .news-blog .border-right {
        border: 0; } }
  .news-blog .border-top {
    border-top: 1px solid #d7d7d7; }
    @media screen and (max-width: 1024px) {
      .news-blog .border-top {
        border: 0; } }
  .news-blog .border-btm {
    border-bottom: 1px solid #d7d7d7; }
    @media screen and (max-width: 1024px) {
      .news-blog .border-btm {
        border: 0; } }
  .news-blog .notch-right {
    width: 96%; }
    @media screen and (max-width: 1024px) {
      .news-blog .notch-right {
        width: 100%; } }
  .news-blog .notch-left {
    width: 93%; }
    @media screen and (max-width: 1024px) {
      .news-blog .notch-left {
        width: 100%; } }
  .news-blog .notch-l-r {
    margin: auto;
    width: 84%; }
    @media screen and (max-width: 1024px) {
      .news-blog .notch-l-r {
        width: 100%; } }
  .news-blog .margin-top {
    margin-top: 20px; }
    @media screen and (max-width: 1024px) {
      .news-blog .margin-top {
        margin-top: 0; } }
  .news-blog__col-half {
    width: 50%; }
    @media screen and (max-width: 1024px) {
      .news-blog__col-half {
        width: 100%; } }
  .news-blog__col-full {
    width: 100%; }
  .news-blog__col-quarter {
    width: 25%; }
    @media screen and (max-width: 1024px) {
      .news-blog__col-quarter {
        width: 100%; } }
  .news-blog__item {
    margin-bottom: 25px; }
  .news-blog__btn {
    width: 100%;
    background: #949594;
    padding: 5px;
    font-size: 1.6rem;
    background: #949594;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    margin-top: 12px; }
    .news-blog__btn:hover {
      background: #0076c0; }
    @media screen and (max-width: 1024px) {
      .news-blog__btn {
        margin-bottom: 25px;
        padding: 15px; } }
  .news-blog__img {
    margin-bottom: 10px; }
  .news-blog__img img {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
    max-height: 120px;
    max-width: 100% !important }
  .news-blog__title {
    font: 700 1.8rem 'Raleway', sans-serif;
      font-weight: 700;
  font-size: 1.8rem;
  font-family: 'Raleway', sans-serif;
    text-transform: uppercase; }
  .news-blog__events-title {
    font: 700 1.8rem 'Raleway', sans-serif;
      font-weight: 700;
  font-size: 1.8rem;
  font-family: 'Raleway', sans-serif; }
  .news-blog__date {
    font-size: 1.6rem; }
  .news-blog__p {
    font-size: 1.6rem; }
  .news-blog__link {
    font-weight: 700;
    font-size: 1.6rem; }
    .news-blog__link:after {
      content: "\f054";
      font-size: 12px;
      font-family: FontAwesome;
      padding-left: 5px; }
    .news-blog__link:hover {
      color: #0076c0; }

.news-module .swiper-pagination {
  margin-top: 8%;
  display: none; }
  @media screen and (max-width: 1024px) {
    .news-module .swiper-pagination {
      display: block; } }
.news-module__grey {
  background: #f2f1f0; }
.news-module__item {
  border-right: 1px solid #949594;
  padding: 0 40px;
  width: 33%; }
  .news-module__item:last-child {
    border: 0; }
  @media screen and (max-width: 1024px) {
    .news-module__item {
      border: 0;
      padding: 0; } }
.news-module__title {
  font: 700 2.4rem 'Raleway', sans-serif;
    font-weight: 700;
  font-size: 2.4rem;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase; }
.news-module__date {
  font: 700 1.8rem 'Istok', sans-serif;
    font-weight: 700;
  font-size: 1.8rem;
  font-family: 'Istok', sans-serif; }
.news-module__p {
  font-size: 1.8rem;
  margin: 10px 0; }
.news-module__link {
  font-weight: 700;
  font-size: 1.6rem; }
  .news-module__link:after {
    content: "\f054";
    font-size: 12px;
    font-family: FontAwesome;
    padding-left: 5px; }
  .news-module__link:hover {
    background: #949594; }
.news-module .btn {
  width: 100%; }

.txt-module {
  text-align: center; }
  .txt-module .heading--two {
    margin-top: -1%; }
  @media screen and (max-width: 1024px) {
    .txt-module {
      padding-left: 8.5%;
      padding-right: 8.5%; } }
  .txt-module__p {
    color: #464647; }

.call-us-module {
  display: none;
  background: url(../images/call-us-module__bg.jpg) 0 25% no-repeat;
  background-size: cover;
  text-align: center;
  color: #FFF;
  text-transform: uppercase; }
  .call-us-module__txt {
    background: rgba(0, 118, 192, 0.8); }
  .call-us-module__heading {
    font-size: 2.4rem;
    font-weight: 400; }
  .call-us-module__p {
    font: 700 3.6rem 'Istok', sans-serif;
      font-weight: 700;
  font-size: 3.6rem;
  font-family: 'Istok', sans-serif; }
  @media screen and (max-width: 1024px) {
    .call-us-module {
      display: block; } }

.cat-grid {
  background: #000; }
  .cat-grid__col {
    width: 20%;
    position: relative; }
    .cat-grid__col:nth-child(even) {
      width: 30%; }
  .cat-grid img {
    filter: alpha(opacity=70);
    width: 100%;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    outline: 1px solid white;
    outline-offset: -8px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .cat-grid img:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  @media screen and (max-width: 1024px) {
    .cat-grid__desktop-img {
      display: none; } }
  .cat-grid__mobile-img {
    display: none; }
    @media screen and (max-width: 1024px) {
      .cat-grid__mobile-img {
        display: block; } }
  .cat-grid__half {
    width: 50%;
    position: relative;
    overflow: hidden; }
  .cat-grid__full {
    width: 100%;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .cat-grid__full {
        width: 50%; }
        .cat-grid__full:first-child {
          width: 100%; } }
  .cat-grid__txt {
    position: absolute;
    color: #FFF;
    z-index: 999; }
    .cat-grid__txt--top-l {
      top: 8%;
      left: 10%; }
      @media screen and (max-width: 1024px) {
        .cat-grid__txt--top-l {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
    .cat-grid__txt--top-l-full {
      top: 16%;
      left: 7%; }
      @media screen and (max-width: 1024px) {
        .cat-grid__txt--top-l-full {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
    .cat-grid__txt--btm-l {
      bottom: 16%;
      left: 16%; }
      @media screen and (max-width: 1024px) {
        .cat-grid__txt--btm-l {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          bottom: auto; } }
    .cat-grid__txt--btm-l-full {
      bottom: 16%;
      left: 8%; }
      @media screen and (max-width: 1024px) {
        .cat-grid__txt--btm-l-full {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          bottom: auto; } }
  .cat-grid__heading {
    text-transform: uppercase;
    font: 700 2.4rem 'Raleway', sans-serif;
      font-weight: 700;
  font-size: 2.4rem;
  font-family: 'Raleway', sans-serif; }
    @media screen and (max-width: 1255px) {
      .cat-grid__heading {
        font-size: 2.2rem; } }
    @media screen and (max-width: 1155px) {
      .cat-grid__heading {
        font-size: 1.9rem; } }
  .cat-grid__p {
    font: 700 1.6rem 'Istok Web', sans-serif;
      font-weight: 700;
  font-size: 1.6rem;
  font-family: 'Istok Web', sans-serif;
    position: relative; }
    .cat-grid__p:after {
      position: absolute;
      bottom: -5px;
      left: 0;
      content: "";
      width: 30%;
      background: #FFF;
      height: 4px;
      -webkit-transition: width .5s;
      /* For Safari 3.1 to 6.0 */
      transition: width .5s; }
  .cat-grid a:hover p:after {
    width: 100%; }
    
.product-details__benefits li, .product-details__key-features li, .standard-ul li {
	list-style-type: disc;
  font-size: 1.6rem;
  margin-left: 20px;
}

.new-products .swiper-pagination {
  margin-top: 6% !important;
  display: none; }
  @media screen and (max-width: 1024px) {
    .new-products .swiper-pagination {
      display: block; } }
.new-products a {
  color: #3b3b3c; }
.new-products__item {
  text-align: center;
  width: 20%;
  margin-right: 6.6%; }
  .new-products__item:nth-child(6n) {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .new-products__item {
      width: 100%;
      margin-right: 0; } }
  .new-products__item:hover a {
    color: #0076c0; }
.new-products__item-img {
    min-height: 130px;
  /*width: 166px;
  height: 128px;
  margin: auto;*/ }
.new-products__item-title {
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
  margin-top: 25px;
  text-transform: uppercase; }
.new-products__item-cat {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase; }
.new-products__item-p {
  font-size: 1.6rem;
  color: #3b3b3c; }
.new-products__item-link {
  font-size: 1.6rem;
  font-weight: 700; }
  .new-products__item-link:after {
    content: "\f054";
    font-size: 12px;
    padding-left: 10px;
    font-family: FontAwesome; }

.two-col {
  display: table;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .two-col {
      padding: 0; } }
  @media screen and (max-width: 1024px) {
    .two-col__content {
      padding: 8.5%; } }
  .two-col__heading {
    font-size: 4rem;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 15px; }
    @media screen and (max-width: 1024px) {
      .two-col__heading {
        font-size: 2.3rem; } }
  @media screen and (max-width: 1024px) {
    .two-col__module {
      background: #ebebeb;
      text-align: center;
      padding: 5% 8.5%; } }
  .two-col__item-btn {
    display: inline-block; }
    @media screen and (max-width: 1024px) {
      .two-col__item-btn {
        margin: auto;
        display: block; } }
  .two-col__left {
    width: 335px;
    display: table-cell;
    vertical-align: top; }
    .two-col__left a {
      color: #231f20; }
      .two-col__left a:hover {
        color: #949594; }
    @media screen and (max-width: 1024px) {
      .two-col__left {
        display: none; } }
  .two-col__left-tabs {
    width: 335px;
    display: table-cell;
    vertical-align: top; }
    .two-col__left-tabs #sticky-wrapper .sticky-wrapper {
      position: absolute; }
    .two-col__left-tabs a {
      color: #231f20; }
      .two-col__left-tabs a:hover {
        color: #949594; }
    @media screen and (max-width: 1024px) {
      .two-col__left-tabs {
        display: block;
        width: 100%; } }
  .two-col__nav-link {
    font-weight: 700;
    font-size: 1.8rem;
    text-transform: uppercase;
    border-bottom: 1px solid #949594;
    margin-bottom: 15px;
    position: relative;
    display: block;
    color: #231f20; }
    .two-col__nav-link:hover {
      color: #0076c0; }
    .two-col__nav-link:after {
      content: "\f054";
      font-size: 1.2rem;
      right: 0;
      font-weight: normal;
      padding-right: 15px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-family: FontAwesome; }
    @media screen and (max-width: 1024px) {
      .two-col__nav-link {
        margin-bottom: 25px;
        padding-bottom: 15px; }
        .two-col__nav-link a {
          color: #231f20; } }
  .two-col__nav-title {
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    border-bottom: 1px solid #949594;
    margin-bottom: 15px; }
    @media screen and (max-width: 1024px) {
      .two-col__nav-title {
        display: none; } }
  .two-col__nav {
    padding-right: 15px; }
    @media screen and (max-width: 1024px) {
      .two-col__nav {
        padding-right: 0; } }
  .two-col__nav-item {
    font-size: 1.8rem;
    margin-bottom: 15px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .two-col__nav-item:hover {
        background: #0076c0;
        color: #FFF; } }
    .two-col__nav-item:after {
      content: "\f054";
      font-size: 1.2rem;
      right: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-family: FontAwesome; }
      @media screen and (max-width: 1024px) {
        .two-col__nav-item:after {
          font-size: 2.4rem;
          right: 8.5%; } }
    @media screen and (max-width: 1024px) {
      .two-col__nav-item {
        padding: 4% 8.5%;
        font-size: 2.4rem;
        background: #cdcdcd;
        margin-bottom: 0;
        border-bottom: 1px solid #949594; } }
    .two-col__nav-item--active {
      color: #0076c0; }
      @media screen and (max-width: 1024px) {
        .two-col__nav-item--active {
          background-color: #0076c0;
          color: #FFF; }
          .two-col__nav-item--active:after {
            -ms-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            top: 35%; } }
  .two-col__right {
    width: 100%;
    padding-left: 5%;
    border-left: 1px solid #949594; }
    @media screen and (max-width: 1024px) {
      .two-col__right {
        padding-left: 0;
        border: 0; } }
  .two-col__right-title {
    font-size: 3.0rem;
    font-weight: 700; }
  .two-col__right-cat {
    font-size: 3.0rem;
    margin-bottom: 15px; }
  .two-col__list {
    margin-bottom: 15px; }
  .two-col__list-title {
    font-size: 2.2rem;
    font-weight: 700; }
  .two-col__list-item {
    font-size: 1.6rem; }
  .two-col__item-txt {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 15px; }
  .two-col__item-link {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0076c0;
    position: relative;
    display: inline-block; }
    .two-col__item-link:hover {
      color: #464647; }
    .two-col__item-link:after {
      content: "\f054";
      font-size: 1.6rem;
      margin-left: 8px;
      font-family: FontAwesome;
      padding-right: 8.5%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    @media screen and (max-width: 1024px) {
      .two-col__item-link {
        display: block;
        padding: 6% 8.5% 6% 8.5%;
        margin-bottom: 0;
        font-weight: normal;
        font-size: 1.7rem; }
        .two-col__item-link:after {
          right: 0; }
        .two-col__item-link a:after {
          float: right; } }
  .two-col__item-btn {
    margin-bottom: 15px; }
    @media screen and (max-width: 1024px) {
      .two-col__item-btn {
        margin-bottom: 0; } }
  .two-col__swiper {
    width: 350px;
    margin-left: 50px; }
    @media screen and (max-width: 1024px) {
      .two-col__swiper {
        margin-left: 0;
        float: none;
        margin: auto;
        margin-bottom: 25px; } }
    @media screen and (max-width: 480px) {
      .two-col__swiper {
        width: 300px; } }

.two-col__grid .swiper-pagination {
  margin-top: 6% !important;
  display: none; }
  @media screen and (max-width: 1024px) {
    .two-col__grid .swiper-pagination {
      display: block; } }
.two-col__grid a {
  color: #3b3b3c; }
.two-col__grid__item {
  width: 28%;
  margin-right: 6.6%;
  border-bottom: 4px solid #000;
  margin-bottom: 8%; }
  .two-col__grid__item:nth-child(3n) {
    margin-right: 0; }
  .two-col__grid__item:nth-last-of-type(-n+2) {
    margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    .two-col__grid__item {
      width: 47%;
      margin-right: 6%;
      margin-bottom: 20%; }
      .two-col__grid__item:nth-child(3n) {
        margin-right: 6%; }
      .two-col__grid__item:nth-child(2n) {
        margin-right: 0px; } }
  .two-col__grid__item:hover {
    border-color: #0076c0; }
    .two-col__grid__item:hover a {
      color: #0076c0; }
.two-col__grid__item-title {
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 12px; }
.two-col__grid__item-cat {
  font-size: 1.8rem;
  border-bottom: 1px solid #000;
  margin-bottom: 10px; }
.two-col__grid__item-p {
  font-size: 1.6rem;
  color: #3b3b3c;
  margin-bottom: 15px; }
.two-col__grid__item-link {
  font-size: 1.6rem;
  margin-bottom: 20px;
  display: block; }
  .two-col__grid__item-link:after {
    content: "\f054";
    font-size: 12px;
    padding-left: 10px;
    font-family: FontAwesome; }
.txt-header {
  background: #0076c0;
  padding-top: 4%;
  padding-bottom: 4%;
  border-top: 2px solid #949594; }
  @media screen and (max-width: 1024px) {
    .txt-header {
      padding-top: 8.5%;
      padding-bottom: 8.5%; } }
  .txt-header__p {
    text-align: center;
    color: #FFF;
    font-size: 2rem; }
    @media screen and (max-width: 1024px) {
      .txt-header__p {
        font-size: 1.8rem;
        line-height: 2.4rem; } }
  .txt-header .heading--two {
    color: #FFF; }
  .txt-header .border:before, .txt-header .border:after {
    border-color: #FFF; }

.img-header {
  position: relative;
  text-align: center; }
  .img-header__container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%; }
  .img-header__img img {
    width: 100%;
    /*height: 377px;*/
    object-fit: cover;
    overflow: hidden; }

@media screen and (max-width: 1290px) {
  .tabs__item {
    margin-top: 25px;
    padding-left: 8.5%;
    padding-right: 8.5%; } }
.tabs__nav-item {
  font-size: 1.7rem;
  text-transform: uppercase; }
.tabs__headline {
  font-size: 2rem;
  font-weight: 700;
  display: block; }
.tabs__sub-headline {
  font-size: 1.6rem;
  display: block; }
.tabs__p {
  font-size: 1.6rem;
  margin-bottom: 15px; }
.tabs__indent {
  margin-left: 15px; }

.secondary-nav {
  position: absolute;
  z-index: 9999; }

.btn {
  padding: 10px 0;
  text-align: center;
  font-size: 1.8rem;
  width: 183px;
  font-weight: 700;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease; }
  .btn--blue {
    background: #0076c0;
    color: #FFF; }
  .btn--grey {
    background: #949594; }

.form {
  padding: 20px; }
  .form__item {
    margin-bottom: 20px; }
    .form__item:last-child {
      margin-bottom: 0; }
  .form__label {
    line-height: 1em;
    text-transform: uppercase;
    font: 700 2rem 'Raleway', sans-serif;
      font-weight: 700;
  font-size: 2rem;
  font-family: 'Raleway', sans-serif;
    margin-bottom: 5px;
    display: block; }
  .form__input {
    padding: 10px !important;
    font-size: 1.6rem !important;
    color: #949594 !important;
    display: block;
    width: 100%; }
    
    
    @media screen and (max-width: 640px) {
  .contact .medium-6:first-of-type {
    margin-bottom: 30px; } }
.contact__row {
  margin-bottom: 30px; }
.contact__label-name {
  font-size: 2rem; }
.contact__required {
  color: red; }
.contact__input, .contact__textarea {
  display: block;
  border: 1px solid #ccc;
  padding: 10px!important;
  width: 100%; }
.contact__checkbox {
  display: block;
  margin-bottom: 10px;
  font-size: 1.5rem; }
  .contact__checkbox label {
    margin-left: 10px; }
.contact__button {
  border: 0!important;
  background: #0076Bf!important;
  color: #FFFFFF!important;
  padding: 15px!important;
  text-transform:uppercase!important;
  font-size: 1.4rem!important; }
  
.rma-form__select {
  height: 45px;
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  font-size: 1.6rem;
  background: white; }

.rma-form .columns {
  padding-left: 0 !important; }

.rma-form__textarea {
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  font-size: 1.6rem;
  background: white; }

.rma-form em {
  font-size: 1.4rem; }

.rma-form .standard-template__sub-heading {
  margin-bottom: 20px; }


/* ========================================
MENU CONVERTS TO HAMBURGER AT 1111PX 
=========================================*/
/* hides the desktop nav at this screen size */
/* -------------------------------- 

Primary style

-------------------------------- */
/* ========================================
MENU CONVERTS TO HAMBURGER AT 1111PX 
=========================================*/
/* Hides about us and support to reduce size of main navigation */
@media screen and (min-width: 1111px) and (max-width: 1370px) {
  .nav__about-us {
    display: none; } }
@media screen and (min-width: 1111px) and (max-width: 1370px) {
  .nav__support {
    display: none; } }

*, *::after, *::before {
  box-sizing: border-box; }

@media only screen and (max-width: 1110px) {
  body.nav-on-left.overflow-hidden {
    overflow: hidden; } }

input {
  font-size: 1.6rem; }

input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-main-content, .cd-main-header {
  /* Force Hardware Acceleration in WebKit */ }

.cd-main-content, .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
  @media only screen and (max-width: 1110px) {
    .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
      -webkit-transform: translateX(-260px);
      -moz-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      -o-transform: translateX(-260px);
      transform: translateX(-260px); }
    .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
      -webkit-transform: translateX(260px);
      -moz-transform: translateX(260px);
      -ms-transform: translateX(260px);
      -o-transform: translateX(260px);
      transform: translateX(260px); } }

.cd-main-content {
  background: #FFF;
  z-index: 2; }

.cd-main-header {
  height: 50px;
  background: #ffffff;
  z-index: 3; }
  .nav-is-fixed .cd-main-header {
    /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
    position: fixed;
    top: 31px;
    left: 0;
    width: 100%; }
  @media only screen and (min-width: 1111px) {
    .cd-main-header {
      height: 80px; }
      .cd-main-header::after {
        clear: both;
        content: "";
        display: table; } }

.cd-logo {
  position: absolute;
  top: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-left: 3%;
  width: 322px; }
  .cd-logo img {
    display: block; }
  @media only screen and (max-width: 1110px) {
    .cd-logo {
      width: 190px; } }

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 0;
  margin-right: 3%; }
  .cd-header-buttons li {
    display: inline-block; }
  @media only screen and (max-width: 1110px) {
    .nav-on-left .cd-header-buttons {
      right: auto;
      left: 5%; }
      .nav-on-left .cd-header-buttons li {
        float: right; } }
  @media only screen and (min-width: 1111px) {
    .cd-header-buttons {
      top: 18px;
      right: 4em; } }

.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3; }

.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #2e3233; }
.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #2e3233;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #2e3233;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0; }
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1; }
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-nav-trigger {
  /* shows hamburger menu at this screen size */
  /*@include MQ(L) {
  	display: none;
  }*/ }
  .cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #2e3233; }
  .cd-nav-trigger span {
    /* line in the center */
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s; }
  .cd-nav-trigger span::before, .cd-nav-trigger span::after {
    /* other 2 lines */
    content: '';
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s; }
  .cd-nav-trigger span::before {
    /* menu icon top line */
    top: -6px; }
  .cd-nav-trigger span::after {
    /* menu icon bottom line */
    top: 6px; }
  .cd-nav-trigger.nav-is-visible span {
    /* hide line in the center */
    background: rgba(46, 50, 51, 0); }
  .cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
    /* keep visible other 2 lines */
    background: #2e3233; }
  .cd-nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg); }
  .cd-nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg); }
  @media screen and (min-width: 1170px) {
    .cd-nav-trigger {
      display: none; } }

.cd-primary-nav, .cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
  @media only screen and (max-width: 1110px) {
    .cd-primary-nav .go-back a:after, .cd-primary-nav ul .go-back a:after {
      position: absolute;
      right: 20px;
      content: "\f053";
      font-size: 16px;
      font-family: FontAwesome; } }
  .cd-primary-nav a, .cd-primary-nav ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #FFF;
    font-size: 1.8rem;
    white-space: nowrap;
    border-bottom: 1px solid #0076c0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    /* Mobile fly out styles */ }
    @media only screen and (max-width: 1110px) {
      .cd-primary-nav a:hover, .cd-primary-nav ul a:hover {
        background-color: rgba(21, 118, 189, 0.3); }
      .cd-primary-nav a:after, .cd-primary-nav ul a:after {
        position: absolute;
        right: 20px;
        content: "\f054";
        font-size: 16px;
        font-family: FontAwesome; } }
  .cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
    /* secondary navigations hidden by default */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }

@media only screen and (max-width: 1110px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0; } }
.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #69aa6f; }
.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px; }
  @media screen and (max-width: 1111px) {
    .cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
      height: 50px;
      line-height: 50px; } }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    overflow: hidden;
    font-size: 1.8rem;
    text-overflow: ellipsis;
    	/*&:after {
    	position: absolute;
    	right: 20px;
    	content: "\f054"; 
    	font-size: 16px;
    	font-family: FontAwesome;
    }*/ }
.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px; }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px; }
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px; }
  @media screen and (max-width: 1111px) {
    .cd-primary-nav .cd-nav-icons .cd-nav-item {
      padding-left: 20px; } }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    color: #2e3233;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none; }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px; }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
    background-image: url("../img/line-icon-1.svg");
    font-family: FontAwesome;
    content: "\f02d";
    font-size: 40px; }
    @media screen and (max-width: 1111px) {
      .cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
        content: ""; } }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
    background-image: url("../img/line-icon-1.svg");
    font-family: FontAwesome;
    content: "\f02d";
    font-size: 40px; }
    @media screen and (max-width: 1111px) {
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
        content: ""; } }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
    background-image: url("../img/line-icon-1.svg");
    font-family: FontAwesome;
    content: "\f02d";
    font-size: 40px; }
    @media screen and (max-width: 1111px) {
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
        content: ""; } }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
    background-image: url("../img/line-icon-1.svg");
    font-family: FontAwesome;
    content: "\f02d";
    font-size: 40px; }
    @media screen and (max-width: 1111px) {
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
        content: ""; } }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
    background-image: url("../img/line-icon-1.svg");
    font-family: FontAwesome;
    content: "\f02d";
    font-size: 40px; }
    @media screen and (max-width: 1111px) {
      .cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
        content: ""; } }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
    background-image: url("../img/line-icon-1.svg");
    font-family: FontAwesome;
    content: "\f02d";
    font-size: 40px; }
    @media screen and (max-width: 1111px) {
      .cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
        content: ""; } }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
    background-image: url("../img/line-icon-1.svg");
    font-family: FontAwesome;
    content: "\f02d";
    font-size: 40px; }
    @media screen and (max-width: 1111px) {
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
        content: ""; } }
  .cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
    background-image: url("../img/line-icon-1.svg");
    font-family: FontAwesome;
    content: "\f02d";
    font-size: 40px; }
    @media screen and (max-width: 1111px) {
      .cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
        content: ""; } }
@media only screen and (max-width: 1110px) {
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s; }
    .cd-primary-nav.nav-is-visible {
      visibility: visible;
      -webkit-transition: visibility 0s 0s;
      -moz-transition: visibility 0s 0s;
      transition: visibility 0s 0s; } }

/* spacing adjustment for shrinking menu */
.cd-primary-nav {
  padding-right: 11%; }

@media screen and (max-width: 1370px) {
  .cd-primary-nav {
    padding-right: 17%; } }
@media screen and (max-width: 1270px) {
  .cd-primary-nav {
    padding-right: 14%; } }
@media screen and (max-width: 1170px) {
  .cd-primary-nav {
    padding-right: 12%; } }
@media screen and (max-width: 1111px) {
  .cd-primary-nav {
    padding-right: 0; } }
@media only screen and (min-width: 1111px) {
  .cd-primary-nav {
    position: static;
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent; }
    .cd-primary-nav::after {
      clear: both;
      content: "";
      display: table; }
    .cd-primary-nav.moves-out > li > a {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    .cd-primary-nav ul {
      position: static;
      height: auto;
      width: auto;
      background: transparent;
      overflow: visible;
      z-index: 3; }
      .cd-primary-nav ul.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
      .cd-primary-nav ul.moves-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; }
    .cd-primary-nav > li {
      float: left;
      margin-left: 2em; }
    .cd-primary-nav > li > a {
      /* main navigation buttons style */
      position: relative;
      display: inline-block;
      height: 80px;
      line-height: 80px;
      padding: 0 0px;
      font-size: 1.4rem;
      color: #464647;
      text-transform: uppercase;
      overflow: visible;
      border-bottom: none;
      -webkit-transition: color 0.3s, box-shadow 0.3s;
      -moz-transition: color 0.3s, box-shadow 0.3s;
      transition: color 0.3s, box-shadow 0.3s; }
      .cd-primary-nav > li > a:hover {
        color: #0076c0; }
      .cd-primary-nav > li > a.selected {
        color: #0076c0; }
    .cd-primary-nav .go-back, .cd-primary-nav .see-all {
      display: none; }
    .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
      /* dropdown menu style */
      position: absolute;
      top: 80px;
      width: 100vw;
      background-color: rgba(0, 118, 192, 0.9);
      padding: 48px 64px 48px;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: opacity .3s 0s, visibility 0s 0s;
      -moz-transition: opacity .3s 0s, visibility 0s 0s;
      transition: opacity .3s 0s, visibility 0s 0s; }
      .cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
        clear: both;
        content: "";
        display: table; }
      .cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s; }
      .cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
        /* this is the BIG See all button at the bottom of the dropdown menu */
        display: none;
        position: absolute;
        left: 0;
        bottom: 0;
        background: red;
        height: 80px;
        width: 100%;
        overflow: hidden;
        /* reset some inherited style */
        margin: 0;
        padding: 0; }
        .cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          font-size: 2.2rem;
          font-weight: bold;
          text-align: center;
          line-height: 80px;
          border-top: 1px solid #e2e3df;
          /* reset some inherited style */
          border-bottom: none;
          margin: 0;
          padding: 0;
          -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
          -moz-transition: color 0.2s, background 0.2s, border 0.2s;
          transition: color 0.2s, background 0.2s, border 0.2s; }
          .cd-primary-nav .cd-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
            background: #2e3233;
            border-color: #2e3233;
            color: #ffffff; }
    .cd-primary-nav .cd-secondary-nav > li {
      /* change the height according to your needs - you can even set height: auto */
      height: auto;
      /* here you set the number of columns - use width percentage */
      width: 23%;
      float: left;
      margin-right: 2.66%;
      border-right: 1px solid #e2e3df;
      overflow: hidden;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
        /* +2 because we have 2 list items with display:none */
        margin-right: 0; }
      .cd-primary-nav .cd-secondary-nav > li:last-child {
        border-right: none; }      
      .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
        border-right: none; }

      .cd-primary-nav .cd-secondary-nav > li > a {
        /* secondary nav title */
        color: #FFF;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.8rem;
        margin-bottom: .6em; }
    .cd-primary-nav .cd-secondary-nav a {
      height: 26px;
      line-height: 26px;
      padding: 0 18% 0 0;
      color: #FFF;
      border-bottom: none;
      font-size: 1.4rem; }
      .cd-primary-nav .cd-secondary-nav a:hover {
        color: #000; }
    .cd-primary-nav .cd-secondary-nav ul {
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
    .cd-primary-nav .cd-secondary-nav ul ul {
      /* tertiary navigation */
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%); }
      .cd-primary-nav .cd-secondary-nav ul ul .go-back {
        display: block; }
        .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
          color: transparent; }
      .cd-primary-nav .cd-secondary-nav ul ul .see-all {
        display: block; }
    .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
      /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
    .cd-primary-nav .cd-nav-gallery li {
      /* set here number of columns - use width percentage */
      width: 22%;
      float: left;
      margin: 0 4% 40px 0; }
      .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
        /* +2 because we have two additional list items with display:none */
        margin-right: 0; }
    .cd-primary-nav .cd-nav-gallery .cd-nav-item {
      border-bottom: none;
      padding: 0;
      height: auto;
      line-height: 1.2; }
      .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
        position: static;
        margin-top: 0;
        height: auto;
        width: 100%;
        margin-bottom: .6em; }
      .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
        color: #FFF;
        font-weight: bold;
        padding: 0 .4em; }
    .cd-primary-nav .cd-nav-icons li {
      /* set here number of columns - use width percentage */
      width: 32%;
      float: left;
      margin: 0 2% 20px 0; }
      .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
        /* +2 because we have two additional list items with display:none */
        margin-right: 0; }
    .cd-primary-nav .cd-nav-icons .cd-nav-item {
      border-bottom: none;
      height: 80px;
      line-height: 1.2;
      padding: 24px 0 0 85px;
      position: relative; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
        background: transparent;
        color: #000; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
        color: #FFF;
        font-weight: bold; }
        .cd-primary-nav .cd-nav-icons .cd-nav-item h3:hover {
          color: #000; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item p {
        display: block;
        color: #FFF; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
        left: 25px; } }
/* Shrinks menu text for products list */
.products-txt-size a {
  font-size: 14px !important;
  line-height: 25px !important;
  height: 25px !important;
  padding: 0 !important; }

.has-children > a, .go-back a {
  position: relative; }
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: lighten($color-1, 10%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/ }
  .has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media only screen and (min-width: 1111px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
      background: #c9cbc4; }
    .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
      background: #69aa6f; } }

.has-children > a {
  padding-right: 40px; }
  .has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%; }

.cd-primary-nav .go-back a {
  padding-left: 40px; }
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%; }

@media only screen and (min-width: 1111px) {
  .has-children > a::before, .has-children > a::after {
    right: 15%; }

  .cd-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
    padding-right: 0px !important; }
    .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
      width: 9px;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      background: #c9cbc4;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: width 0.3s, -webkit-transform 0.3s;
      -moz-transition: width 0.3s, -moz-transform 0.3s;
      transition: width 0.3s, transform 0.3s; }
    .cd-primary-nav > .has-children > a::before {
      right: 12px; }
    .cd-primary-nav > .has-children > a::after {
      right: 7px; }
    .cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
      width: 14px; }
    .cd-primary-nav > .has-children > a.selected::before {
      -webkit-transform: translateX(5px) rotate(-45deg);
      -moz-transform: translateX(5px) rotate(-45deg);
      -ms-transform: translateX(5px) rotate(-45deg);
      -o-transform: translateX(5px) rotate(-45deg);
      transform: translateX(5px) rotate(-45deg); }
    .cd-primary-nav > .has-children > a.selected::after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

  .cd-secondary-nav > .has-children > a::before, .cd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none; }

  .cd-primary-nav .go-back a {
    padding-left: 20px; }
    .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
      left: 1px; } }
.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .cd-search form {
    height: 100%;
    width: 100%; }
  .cd-search input {
    border-radius: 0;
    border: none;
    background: #ffffff;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .cd-search input::-webkit-input-placeholder {
      color: #464647; }
    .cd-search input::-moz-placeholder {
      color: #464647; }
    .cd-search input:-moz-placeholder {
      color: #464647; }
    .cd-search input:-ms-input-placeholder {
      color: #464647; }
    .cd-search input:focus {
      outline: none; }
  .cd-search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .nav-is-fixed .cd-search {
    position: fixed; }
  @media only screen and (min-width: 1111px) {
    .cd-search {
      height: 120px;
      top: 80px; }
      .cd-search input {
        padding: 0 2em;
        font-size: 3.2rem;
        font-weight: 300; } }

.full-height-overlay {
  height: 100% !important; }

.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; }
  .cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s; }
  @media only screen and (max-width: 1110px) {
    .cd-overlay.is-visible {
      -webkit-transform: translateX(-260px);
      -moz-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      -o-transform: translateX(-260px);
      transform: translateX(-260px); }
    .nav-on-left .cd-overlay.is-visible {
      -webkit-transform: translateX(260px);
      -moz-transform: translateX(260px);
      -ms-transform: translateX(260px);
      -o-transform: translateX(260px);
      transform: translateX(260px); }
    .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); } }

/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2; }

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible; }

@media only screen and (min-width: 1111px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0; }

  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed; } }
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff;
  cursor: auto;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0 !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }
@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0 !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0 !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
.reveal-modal-bg {
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  
.reveal-modal img {
	max-width: 100%!important;
}

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;      right: 0;
      width: 80%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    box-shadow: none;
    border-radius: 3px; }
  .reveal-modal.round {
    box-shadow: none;
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0;
    box-shadow: none; }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 100%;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 100%;
      right: 0;
      /*width: 40%;*/ } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 100%;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 100%;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 100%;
      right: 0;
      width: 95%; } }
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 40.0625em) {
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 100%;
        right: 0;
        width: 100%; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    text-decoration: none; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:1025px)/";
  width: 1025px; }

@media screen and (max-width: 1024px) {
  .hide-sub-nav-logo {
    display: none; } }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }
  .fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      margin-top: 2.8125rem;
      z-index: 98; }

/* top bar sub-nav */
.top-bar {
  background: #e2e2e1;
  height: 56px;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
      /*form,
      input, 
      select {
        margin-bottom: 0;
      }

      input, 
      select {
        font-size: $topbar-button-font-size;
        height: $topbar-input-height;
        padding-bottom: .35rem;
        padding-top: .35rem;
      }*/ }
  @media screen and (max-width: 1024px) {
    .top-bar {
      height: 110px; } }
  .top-bar ul {
    list-style: none;
    margin-bottom: 0; }
  .top-bar .row {
    max-width: none; }
  .top-bar .button, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    margin: 0;
    position: relative; }
  .top-bar .name {
    font-size: 16px;
    height: 56px;
    margin: 0; }
    @media screen and (max-width: 1024px) {
      .top-bar .name {
        height: 110px; } }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      font-size: 1.0625rem;
      line-height: 2.8125rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        color: #FFF;
        display: block;
        font-weight: normal;
        padding: 0 0.9375rem;
        width: 75%; }
  .top-bar .toggle-topbar-down:after {
    content: "\f268";
    font-size: 2rem;
    font-weight: normal;
    padding-left: 10px;
    font-family: FontAwesome; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .top-bar .toggle-topbar a {
      font-size: 2rem;
      color: #231f20 !important;
      font-weight: 700;
      text-transform: uppercase;
      display: block;
      height: 2.8125rem;
      line-height: 2.8125rem;
      position: relative;
      text-align: center; }
      .top-bar .toggle-topbar a:after {
        content: "\f078";
        font-size: 2rem;
        font-weight: normal;
        padding-left: 10px;
        font-family: FontAwesome; }
    .top-bar .toggle-topbar.menu-icon {
      margin-top: -16px;
      top: 50%; }
      .top-bar .toggle-topbar.menu-icon a {
        color: #FFF;
        height: 34px;
        line-height: 33px;
        position: relative;
        text-align: center;
        display: block; }
  .top-bar.expanded {
    background: transparent;
    height: auto; }
    .top-bar.expanded .title-area {
      background: #FFF; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
      .top-bar.expanded .top-bar-section .dropdown {
        clip: initial; }
      .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0; } }

.top-bar-section {
  left: 0;
  position: relative;
  width: 100%;
  display: inline-block;
  transition: left 300ms ease-out; }
  @media screen and (max-width: 1024px) {
    .top-bar-section {
      width: 100%; } }
  .top-bar-section ul {
    display: block;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333333;
    /* nav item link sub-nav */ }
    .top-bar-section ul li > a {
      color: #464647;
      display: block;
      /*font: 400 1.4rem 'Istok', sans-serif;*/
      text-transform: uppercase;
      padding-left: 0.9375rem;
      width: 100%;
      background: #e2e2e1; }
      @media screen and (max-width: 1180px) {
        .top-bar-section ul li > a {
          font-size: 1.2rem; } }
      @media screen and (max-width: 1024px) {
        .top-bar-section ul li > a {
          font-size: 2.4rem;
          text-transform: none;
          text-align: left;
          position: relative;
          padding: 4% 8.5% 4% 8.5%;
          border-bottom: 1px solid #949594; }
          .top-bar-section ul li > a:after {
            content: "\f054";
            font-size: 2rem;
            right: 0;
            padding-right: 8.5%;
            font-weight: normal;
            padding-left: 10px;
            font-family: FontAwesome;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); } }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #c8c8c8;
      color: #464647;
      background-color: #c8c8c8; }
    .top-bar-section ul li.active > a {
      background: #008CBA;
      color: #FFF; }
      .top-bar-section ul li.active > a:hover {
        background: #0078a0;
        color: #FFF; }
  .top-bar-section .has-form {
    padding: 0.9375rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      border: inset 5px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 0.9375rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%; }
    .top-bar-section .dropdown li {
      height: auto;
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.9375rem; }
      .top-bar-section .dropdown li .button,
      .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      color: #777777;
      font-size: 0.625rem;
      font-weight: bold;
      margin-bottom: 0;
      padding: 8px 0.9375rem 2px;
      text-transform: uppercase; }

.js-generated {
  display: block; }

@media only screen and (min-width: 1025px) {
  .top-bar {
    background: #e2e2e1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
      width: auto; }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .top-bar .has-form > .button,
    .top-bar .has-form > button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .top-bar.expanded {
      background: #333333; }

  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 62.5rem; }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      display: inline;
      height: auto !important;
      width: auto; }
      .top-bar-section ul li {
        float: left;
        border-left: 1px solid #c8c8c8; }
        .top-bar-section ul li:last-child {
          border-right: 1px solid #c8c8c8; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section a.sub-nav-logo {
      position: relative;
      /* background: url(../images/brands__geophysical-logo.jpg) 50% 50% no-repeat;*/
      background: 50% 50% no-repeat;
      width: 258px;
      height: 56px; }
      .top-bar-section a.sub-nav-logo:hover {
       /* background: #e2e2e1 url(../images/brands__geophysical-logo.jpg) 50% 50% no-repeat !important; } }*/
     /*background: #e2e2e1 50% 50% no-repeat !important;*/ } }
      
 @media only screen and (min-width: 1025px) and (max-width: 1024px) {
      .top-bar-section a.sub-nav-logo {
        display: none; } }
@media only screen and (min-width: 1025px) {
    .top-bar-section li {
      /* sub-nav iten */ }
      .top-bar-section li.hover > a:not(.button) {
        background-color: #555555;
        background: #222222;
        color: #FFF; }
      .top-bar-section li:not(.has-form) a:not(.button) {
        background-color: #e2e2e1;
        padding: 14px 30px 14px 30px; } }
      @media only screen and (min-width: 1025px) and (max-width: 1320px) {
        .top-bar-section li:not(.has-form) a:not(.button) {
          padding: 14px 20px 14px 20px; } }
      @media only screen and (min-width: 1025px) and (max-width: 1100px) {
        .top-bar-section li:not(.has-form) a:not(.button) {
          padding: 14px 10px 14px 10px; } }
@media only screen and (min-width: 1025px) {
        .top-bar-section li:not(.has-form) a:not(.button):hover {
          background-color: #e2e2e1;
         /* background: #c8c8c8;*/ }		
      .top-bar-section li.active:not(.has-form) a:not(.button) {
        background: #c8c8c8;
        color: #464647; }
        .top-bar-section li.active:not(.has-form) a:not(.button):hover {
          background: #c8c8c8;
          color: #464647; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
      .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 0.1875rem;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      background: transparent;
      min-width: 100%;
      top: auto; }
      .top-bar-section .dropdown li a {
        background: #333333;
        color: #FFF;
        line-height: 2.8125rem;
        padding: 12px 0.9375rem;
        white-space: nowrap; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background-color: #e2e2e1;
        color: #FFF; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #e2e2e1;
        color: #FFF;
        background-color: #e2e2e1; }
      .top-bar-section .dropdown li label {
        background: #333333;
        white-space: nowrap; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px #4e4e4e;
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      height: 2.8125rem;
      padding: 0 0.9375rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; } }
    
    
  .two-col__grid__item-img a {
  	display: block;
  	text-align:center;
  }
  
  .two-col__grid__item-img {
  	min-height: 128px;
  }
    
  .two-col__grid__item-img img {
    max-height: 128px;
  	margin: auto;
  	max-width:100%!important;
	/*max-height: 150px;*/
	/*max-width: 100%;*/
	/*width: auto;*/
	/* text-align: center; */
	/* display: block; */
}

.inline-img-left {
    margin: 0 20px 20px 0;
    outline: 1px solid white;
    outline-offset: -8px;
    width: 200px;
}

.agent-list__item > div {
	float: left;
	padding-right: 30px;
    max-width: 400px;
    min-width: 300px;
}
.content-tab-8 h2 {
	clear: both;
	padding-top:20px;
}

/*# sourceMappingURL=styles.css.map */

.support-body p {
    line-height: 1.2em;
}

.support-wrapper .support-option {
    width: 100%;
    float: none;
    display: block;
    border-right: 0px solid #333333;
}

@media only screen and (min-width: 640px) {
	.support-wrapper .support-option {
	    width: 18%;
	    float: left;
	    display: inline;
	    border-right: 1px solid #333333;
	    margin-right: 2%;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
}
.support-wrapper .support-option:last-child {
    border-right: 0px;
}
.support-wrapper .support-option h3, .support-detail .support-section h3 {
    font-size: 1.8rem;
    color: #000;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
}
.support-wrapper .support-option a:hover p {
    color: #008CBA;
}
.support-wrapper .support-option p {
    font-size: 1.4rem;
    color: #3b3b3c;
    margin-bottom: 15px;
    margin-top: 20px;
}

	.support-detail .support-section {
	    width: 100%;
	    margin-right: 0%;
	    float: none;
	    display: block;
	    border-right: 0px solid #333333;
	    }

@media only screen and (min-width: 640px) {
	.support-detail .support-section {
	    width: 45%;
	    margin-right: 10%;
	    float: left;
	    display: inline;
	    border-right: 1px solid #333333;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    margin-bottom: 20px;
	}
}
.support-detail .support-section strong {
    font-size: 1.6rem;
}
.support-detail .support-section:nth-child(even) {
    border-right: 0px;
    margin-right: 0%;
}
.support-detail .support-section .body-copy--md {
    font-size: 1.6rem;
}
.support-section h4 {
	font-size: 1.6rem;
	font-weight:bold;
	text-decoration:underline;
}
.ms-searchCenter-result-main {
    float: none !important;
    margin: 0 auto;
    display: block;
    max-width: 1170px;
    padding-top: 20px;
}

.nav__support a.nav-support-lnk {
	margin-top: 20px;
	line-height:inherit;
	padding-left: 20px !important;
	padding-right: 20px !important;
	text-aling: center;
	padding-top: 10px !important;
	display: block;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid red;
	text-transform: uppercase;
	color: red;
	font-size: 14px;
	height: auto;
	padding-bottom: 8px !important;
}
.nav__support a.nav-support-lnk:hover {
	color: red !important;
	text-decoration:none;
}

@media only screen and (max-width: 703px) {
	#contentBox {
	min-width: 100px !important;
}
}

.cd-small-header {
    z-index: 999;
    height: 30px;
    background-color: #0076c0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
}

/* ------------------------------------------------> TOP DROPDOWN MENU
--------------------------------------------------*/

@media only screen and (max-width: 1111px) {
  .cd-small-header {
    display: none;
  }
}


@media only screen and (min-width: 1111px) {
  .cd-small-header .cd-primary-nav li a {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 0px;
    font-size: 1.1rem;
    color: #FFF;
    text-transform: none;
    overflow: visible;
    background: transparent;
    border-bottom: none;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
  }


  .cd-small-header .cd-primary-nav {
    height: 30px;
    line-height: 30px;
  }

  .cd-small-header .cd-primary-nav .cd-nav-icons {
    top: 30px;
  }

  .cd-small-header .cd-primary-nav > li {
    margin-right: 0;
    margin-left: 0;
  }

  .cd-small-header .cd-primary-nav > li:after {
    content: "|";
    margin-right: .5em;
  }

  .cd-small-header .cd-primary-nav > li:last-child:after {
    margin-right: 0;
    content: "";
  }
}

/* mobile styles for events and resources nav */
.nav__news-events {
  display: none;
  margin-top: 20px;
  border-top: 1px solid #0076c0;
}

.nav__resources {
  display: none;
}

@media only screen and (max-width: 1170px) {

  .cd-small-header {
    display: none;
  }
  .nav__news-events {
    display: block;

  }
  .nav__resources {
    display: block;
  }
}

.cd-small-header-mobile a {
  font-size: 1.2em;
  height: 40px;
  line-height: 40px;
}


