/*
Theme Name: Howden
Theme URI: http://www.infinite-eye.com
Author: Infinite Eye
Author URI: http://tidythemes.com/
Description: Custom Theme for Howden Electric
Version: 1
Text Domain: howden
*/

/*!
 * fireshell
 * Fiercely quick and opinionated front-ends
 * http://getfireshell.com
 * @author Todd Motto
 * @version 1.0.0
 * Copyright 2013. MIT licensed.
 */

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

.clear, .row {
  *zoom: 1;
}
.clear:after, .row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  background-color: #000;
  background-image: url(img/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #b7b7b7;
  padding: 0 20px;
}

#wrapper {
  margin: 16px auto 0 auto;
  background: #f7f7f7;
  background: rgba(232, 232, 232, 0.84);
}

#wrapper, #footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1242px;
  width: 100%;
}

hr {
  height: 0;
  border: none;
  border-bottom: 2px #09286D solid;
  margin-bottom: 34px;
}

/*input {
  -webkit-appearance: none;
  border-radius: 0;
}*/

blockquote {
  margin: 0;
  background: #e9e7e9;
  line-height: 2.2em;
  padding: 12px 20px 12px 40px;
}

.hidden {
  display: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

a {
  text-decoration: none;
}

.c-outer {
  display: table;
}

.c-inner {
  display: table-cell;
  vertical-align: middle;
}

.pointer { cursor: pointer; }

strong {
  font-family: "myriad-pro",sans-serif;
  font-style: normal;
  font-weight: 700;
}

::-webkit-input-placeholder {
  color: #f7f7f7;
}

:-moz-placeholder {
  opacity: 1;
  color: #f7f7f7;
}

::-moz-placeholder {
  color: #f7f7f7;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #f7f7f7;
}

.header {
  position: relative;
}
.header #top-bar {
  background-color: #09286D;
  padding-top: 8px;
}
.header #top-bar .col {
  padding: 0 20px 8px 20px;
}
.header #top-bar .tels {
  float: left;
}
.header #top-bar .tels div {
  display: inline-block;
  margin-right: 6px;
}
.header #top-bar .tels a {
  color: #b7b7b7;
}
.header #top-bar .login {
  float: right;
  font-size: 14px;
}
.header #top-bar .login a {
  color: #f7f7f7;
}
.header #top-bar .login a:hover {
  text-decoration: underline;
}
.header #top-bar .login > div {
  display: inline-block;
  padding: 0 20px;
}
.header #top-bar .login > div:first-child {
  padding-left: 0;
  border-right: 1px solid #b7b7b7;
}
.header #top-bar .login > div:last-child {
  padding-right: 0;/*
  border-left: 1px solid #b7b7b7;*/
}
.header #top-bar #translate {
  position: relative;
  cursor: pointer;
}
.header #top-bar #translate img {
  padding: 0 6px;
}
.header #top-bar #translate:hover .drop-down {
  display: block;
}
.header #top-bar #translate .drop-down {
  display: none;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 999;
  background-color: #09286D;
  padding: 10px 16px;
  width: 100%;
}
.header #top-bar #translate .drop-down ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header #top-bar #translate .drop-down ul li {
  margin: 4px 0;
}
.header #mid-bar {
  padding: 20px 20px 48px 20px;
  background-color: #f7f7f7;
}
.header #mid-bar .span_5:last-child {
  text-align: right;
}
.header #mid-bar #flag {
  float: right;
}
.header #mini-basket {
  background-image: url(img/basket.png);
  background-position: 0 4px;
  height: 96px;
  width: 96px;
  background-repeat: no-repeat;
  float: right;
  position: relative;
  margin-top: 3px;
}
.header #mini-basket .count {
  position: absolute;
  top: -10px;
  right: 10px;
  background-color: #fd0000;
  color: #f7f7f7;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  padding: 6px 0;
  font-size: 18px;
  font-weight: 700;
}
.header #mini-basket .total {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 73px;
  text-align: center;
  font-weight: 700;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu > li {
  display: inline-block;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/* adding sf-vertical class in addition to sf-menu creates a vertical menu */
/* eg. <ul class="sf-menu sf-vertical"> ... */
.sf-vertical {
  width: 12em;
  /* If you want the width of the closed menu to expand to its
  widest top-level menu item (like its "Supersubs" submenus do),
  replace the width rule above with the following two rules. */
  /*
  min-width: 12em;
  *width: 12em;
  */
}

.sf-vertical ul {
  left: 100%;
  top: 0;
}

.sf-vertical > li {
  float: none;
}

.sf-vertical li {
  width: 100%;
}
/*** alter arrow directions ***/
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}

.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

.nav {
  position: relative;
  background-color: #09286D;
  background-image: url(img/tex-1.png);
  margin: -26px 20px 0 20px;
  padding: 0px 10px;
}
.nav #mainmenu-cont {
  float: left;
}
.nav #mainmenu-cont ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.nav #mainmenu-cont ul li {
  padding: 16px 20px;
}
.nav #mainmenu-cont ul li.current-menu-item > a, .nav #mainmenu-cont ul li.current-menu-parent > a,
.nav #mainmenu-cont ul li.current-menu-ancestor > a {
  color: #fd0000;
}
.nav #mainmenu-cont ul li a {
  color: #f7f7f7;
  font-weight: 700;
  font-size: 15px;
}
.nav #mainmenu-cont ul li a:hover {
  color: #fd0000;
}
.nav #mainmenu-cont ul li ul {
  background: #09286D;
}
.nav #mainmenu-cont ul li ul li {
  padding-bottom: 0px;
}
.nav #mainmenu-cont ul li ul li:last-child {
  padding-bottom: 16px;
}
.nav #mainmenu-cont ul li ul li a {
  font-weight: 400;
  color: #b7b7b7;
}
.nav #mainmenu-cont ul#menu-top-menu > li {
  display: inline-block;
}
.nav #mainmenu-cont ul#menu-top-menu > li > a {
  text-transform: uppercase;
}
.nav .search-form {
  float: right;
  padding: 8px 0;
}
.nav .search-form label {
  margin: 0;
}
.nav .search-form input {
  border: none;
  background: #b7b7b7;
  color: #f7f7f7;
  padding: 7px;
  font-size: 15px;
  width: 147px;
  font-weight: 700;
  margin: 0;
  float: left;
}
.nav .search-form input:focus {
  outline: none;
}
.nav .search-form input[type=submit] {
  height: 33px;
}
.search-form input[type=submit] {
  background-image: url(img/search.png);
  background-repeat: no-repeat;
  background-position: 7px 7px;
  width: 40px;
}
.search-form input[type=submit]:hover {
  background: #b7b7b7 url(img/search.png) no-repeat 7px 7px;
}
#content-container .search-form input[type=submit] {
  padding: 8px;
  background-color: #b7b7b7;
  height: 34px;
}
#content-container .search-form input[type=text] {
  float: left;
  background-color: #b7b7b7;
  color: #fff;
}

.sf-menu ul {
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
  zoom: 1;
  /* IE7 */
}

.sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

/*
  SLICKNAV CORE
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
  text-align: left;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
  display: inline-block;
  line-height: 1.188em;
}
.slicknav_menu .slicknav_icon {
  display: inline-block;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 25px;
  height: 3px;
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  display: inline-block;
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-decoration: none;
  margin-top: 2px;
}
.slicknav_nav .slicknav_collapsed > a > .slicknav_arrow:before {
  content: "\f067";
}
.slicknav_nav .slicknav_open > a > .slicknav_arrow:before {
  content: "\f068";
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

/*
  SLICKNAV THEME
*/
.slicknav_menu {
  display: none;
}

.slicknav_menu {
  font-size: 15px;
  box-sizing: border-box;
  text-align: left;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu a .slicknav_menutxt {
  color: #fff;
}
.slicknav_menu a:hover .slicknav_menutxt {
  text-decoration: underline;
}
.slicknav_menu a .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  text-decoration: none;
  padding: 16px 0;
  font-weight: 700;
  font-size: 22px;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav ul li a:hover {
  text-decoration: underline;
}
.slicknav_nav ul li a:hover span {
  text-decoration: none;
  display: inline-block;
}
.slicknav_nav ul li.current-menu-item > a {
  text-decoration: underline;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .sub-menu a {
  font-weight: 300;
}

#sidebar header {
  background: #09286D;
  color: #b7b7b7;
  padding: 10px 14px;
}
#sidebar header p {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar li {
  margin: 10px 0;
}
#sidebar a {
  font-size: 14px;
  color: #09286D;
}
#sidebar a:hover {
  color: #fd0000;
}
#sidebar .current-menu-item > a, #sidebar .current-menu-ancestor > a, #sidebar .current-menu-parent > a {
  color: #fd0000;
}
#sidebar .widget {
  margin: 14px 0 14px 0;
  padding-left: 26px;
}
#sidebar .widget:last-child { margin-bottom: 30px; }
#sidebar .widget > div > ul > li {
  list-style-image: url(img/circle.png);
}
#sidebar .widget > div > ul > li.menu-item-has-children {
  list-style-image: url(img/plus.png);
}
#sidebar .widget > div > ul > li.current-menu-ancestor, #sidebar .widget > div > ul > li.current-menu-parent {
  list-style-image: url(img/minus.png);
}
#sidebar .widget > div > ul > li.menu-item-has-children.current-menu-item {
  list-style-image: url(img/minus.png);
}
#sidebar .widget > div > ul li li {
  list-style-image: url(img/plus.png);
}
#sidebar .widget > div > ul li li.current-menu-item {
  list-style-image: url(img/circle.png);
}
#sidebar .widget > div > ul li li.menu-item-has-children {
  list-style-image: url(img/plus.png);
}
#sidebar .widget > div > ul li li.current-menu-ancestor, #sidebar .widget > div > ul li li.current-menu-parent {
  list-style-image: url(img/minus.png);
}
#sidebar .widget > div > ul li li.menu-item-has-children.current-menu-item {
  list-style-image: url(img/minus.png);
}
#sidebar .widget .sub-menu {
  padding-left: 20px;
  display: none;
}
#sidebar .widget .current-menu-item > .sub-menu, #sidebar .widget .current-menu-parent > .sub-menu,
#sidebar .widget .current-menu-ancestor > .sub-menu {
  display: block;
}

#breadcrumb-container {
  margin: 0 20px 30px 20px;
  border-bottom: 1px solid #09286D;
}

#breadcrumbs {
  margin-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #09286D;
  margin-bottom: 3px;
}
#breadcrumbs a {
  color: #666666;
}
#breadcrumbs a:first-child {
  margin-left: 0;
}
#breadcrumbs a, #breadcrumbs span {
  margin: 0 4px;
}
#breadcrumbs a.breadcrumb_last, #breadcrumbs span.breadcrumb_last {
  margin-right: 0;
}

.main {
  margin: 0 20px;
}
.main .subheader {
  padding: 20px 0px;
  display: block;
  margin: auto;
  width: 60%;
}
.main .subheader h2 {
  color: #09286D;
  text-align: center;
  font-size: 30px;
  margin: 1em 0;
}
.main .featured-img {
  margin-bottom: 30px;
}
.main .featured-img img {
  width: 100%;
  height: auto;
}

#content {
  margin-bottom: 80px;
}
#content h1 {
  color: #09286D;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 30px;
  margin-bottom: 14px;
}
#content p {
  margin-top: 0;
  line-height: 24px;
  margin-bottom: 34px;
}
#content .quick-links {
  margin-top: 24px;
  font-weight: 700;
  color: #09286D;
}
#content .quick-links a {
  color: #fd0000;
}
#content .quick-links a:hover {
  text-decoration: underline;
}
#content a:hover {
  text-decoration: underline;
}

#content-container {
  background: #fff;
  color: #09286D;
  padding: 30px 30px 10px 30px;
  margin-bottom: 20px;
}
#content-container .btn {
  color: #fff;
}
#content-container .btn.red {
  color: #f7f7f7;
}
#content-container img {
  max-width: 100%;
}

#the-content {
  color: #09286D;
}
#the-content h2 {
  font-size: 24px;
}
#the-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
#the-content h4 {
  font-size: 15px;
}
#the-content a {
  color: #fd0000;
}
#the-content a:hover {
  text-decoration: underline;
}

#features h3 {
  text-transform: uppercase;
}

.third {
  margin-bottom: 20px;
}
.third h6 {
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
}

.buttons.two-col .half {
  margin-bottom: 8px;
}

.half {
  margin-bottom: 20px;
}

.half img, .third img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.half > .btn {
  font-weight: 700;
  color: #dddbdd;
}

section.product {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}
section.product header {
  background: #09286D;
  color: #b7b7b7;
  padding: 14px 20px;
  font-weight: 700;
}
section.product header a {
  color: #b7b7b7;
  text-transform: uppercase;
}
section.product .img {
  width: 142px;
  height: auto;
  float: left;
  padding: 14px;
}
section.product .img img {
  max-width: 100%;
  height: auto;
}
section.product .text {
  padding: 14px 40px 14px 142px;
  min-height: 111px;
  color: #09286D;
}
section.product .text p {
  margin-top: 0;
  margin-bottom: 18px !important;
  line-height: 18px !important;
}
section.product .text .application {
  position: relative;
  padding-left: 80px;
  min-height: 16px;
}
section.product .text .application p {
  font-style: italic;
  line-height: 16px !important;
}
section.product .text .application .strong {
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
section.product .btn {
  width: 40px;
  height: 40px;
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

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

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.footer {
  margin-bottom: 100px;
}
.footer .row {
  padding: 0 20px;
}
.footer .logos {
  background: #fff;
}
.footer .logos .col {
  display: table;
  table-layout: fixed;
  padding: 20px;
}
.footer .logos .col .t-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.footer .logos .col .t-cell img {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100px;
  height: auto;
}
.footer .mid-section {
  background-color: #09286D;
  background-image: url(img/tex-1.png);
}
.footer .mid-section .col {
  padding: 30px 0;
  line-height: 1.4;
  color: #b7b7b7;
}
.footer .mid-section .col h6 {
  color: #f7f7f7;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
}
.footer .mid-section .col p {
  margin: 0;
}
.footer .mid-section .col a {
  color: #b7b7b7;
}
.footer .mid-section .col a:hover {
  text-decoration: underline;
}
.footer .row.credits {
  color: #f7f7f7;
  font-size: 12px;
  padding-top: 15px;
}
.footer .row.credits > div, .footer .row.credits ul {
  display: block;
  float: left;
  padding-bottom: 15px;
}
.footer .row.credits ul {
  margin-left: 14px;
}
.footer .row.credits ul li {
  display: inline-block;
  margin: 0 2px;
}
#menu-footer-menu li:last-child { display: none; }
.footer .row.credits ul li a {
  color: #f7f7f7;
}
.footer .row.credits ul li a:hover {
  text-decoration: underline;
}
.footer .row.credits #credit {
  display: block;
  float: right;
}
.footer .row.credits #credit a {
  color: #f7f7f7;
}
.footer .row.credits #credit a:hover {
  text-decoration: underline;
}
.footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.marg-top-50 {
  margin-top: 50px;
}

.accord {
  margin-bottom: 20px;
}
.accord a {
  color: #fd0000;
}
.accord header {
  position: relative;
  background: #09286D;
  color: #fff;
  padding: 20px;
  cursor: pointer;
}
.accordions {
  margin-bottom: 37px;
}
.accordions .accord header {
  background: #e9e7e9;
  color: #09286D;
  padding: 12px;
}
.accordions .accord header p {
  margin: 0!important;
}
.accordions .accord header span {
  right: 12px;
  line-height: 42px;
  font-size: 22px;
}
#the-content .accordions h2 {
  font-size: 18px;
}
.accord header:hover {
  color: #fd0000;
}
.accord header span {
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 50px;
  font-size: 38px;
}
.accord header h2 {
  font-size: 16px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
}
.accord .open {
  display: none;
}
.accord .closed {
  display: block;
}
.accord.selected .open {
  display: block;
}
.accord.selected .closed {
  display: none;
}

.a-content {
  display: none;
  padding-top: 20px;
}
.a-content img {
  max-width: 100%;
}

.search #the-content article {
  margin-bottom: 20px;
}
.search #the-content h3 {
  margin-bottom: 2px;
}
.search #the-content p {
  margin-bottom: 10px;
}

.select-style {
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: url(img/arrow.png);
  background-repeat: no-repeat;
  background-position: right;
}

.btn {
  width: 100%;
  display: block;
  background: #09286D;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 16px;
}
.btn:hover {
  color: #fd0000;
}
.btn.red {
  background-color: #d30000;
  background-image: url(img/tex-2.png);
  color: #f7f7f7;
  padding: 14px 10px;
  font-weight: 700;
}
.btn.red:hover {
  background: #fd0000;
}
.btn.w-auto {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  padding: 14px 30px;
}

#content-container .gform_wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#content-container .gform_wrapper form li, #content-container .gform_wrapper li {
  margin-left: 0;
  list-style: none !important;
  overflow: visible;
  background: none;
  margin: 0;
  padding-left: 0;
}
.gform_wrapper input[type=submit] {
  margin-top: 30px;
}
form label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}

form textarea {
  line-height: 2em;
}

form input, form textarea, form select {
  width: 450px;
  margin-bottom: 14px;
  border: none;
  background: #e9e7e9;
  padding: 8px;
}
form input:focus, form textarea:focus, form select:focus {
  outline: none;
}

form input[type=radio], form input[type=checkbox] {
  width: auto;
}

form p, #content form p {
  line-height: 1.4;
  margin-bottom: 12px;
}

input[type=submit], input[type=reset], #content-container .btn {
  /*margin-top: 30px;*/
  width: auto;
  border: none;
  background-color: #d30000;
  background-image: url(img/tex-2.png);
  color: #f7f7f7;
  padding: 14px 28px;
  font-weight: 700;
}

.gform_confirmation_wrapper { margin-bottom: 34px; }


.ginput_container_checkbox, .ginput_container_radio {
  margin-bottom: 14px;
}

.ginput_container_checkbox label, .ginput_container_radio label {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
}
#content-container .gform_wrapper form .ginput_container_checkbox li, #content-container .gform_wrapper form .ginput_container_radio li {
  margin: 10px 0;
}
form .ginput_container_checkbox input, form .ginput_container_radio input {
  margin: 0px 6px 0px 0px;
}


#content-container .col > .btn {
  margin-top: 0;
  padding: 14px 10px;
}
input[type=submit]:hover, input[type=reset]:hover, #content-container .btn:hover {
  background: #fd0000;
}

input:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #e9e7e9 inset;
}

#content-container ul {
  list-style-type: none;
  padding: 0px;
  margin-top: 0;
  margin-bottom: 20px;
}
#content-container ul li {
  margin: 6px 0;
  background-image: url(img/minus-blue.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 16px;
}

#content-container ol {
  padding: 0px;
  padding-left: 16px;
  margin: 20px 0;
}
#content-container ol li {
  margin: 6px 0;
}

#content-container ul.downloads {
  list-style-type: none;
  padding: 0px 0 0 10px;
  margin: 20px 0 80px 0;
}
#content-container ul.downloads li {
  line-height: 24px;
  margin: 12px 0;
  background-image: url(img/download.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 30px;
  text-transform: uppercase;
}
#content-container ul.downloads li a {
  color: #09286D;
  font-weight: 700;
}

@font-face {
  font-family: 'Font-Name';
  src: url("../fonts/font-name.eot");
  src: url("../fonts/font-name.eot?#iefix") format("embedded-opentype"), url("../fonts/font-name.woff") format("woff"), url("../fonts/font-name.ttf") format("truetype"), url("../fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
.table-container {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 10px;
}

table {
  width: 100%;
}
table th {
  background: #09286D;
  font-weight: 400;
  color: #fff;
}
table td {
  background: #e9e7e9;
}
table td, table th {
  text-align: center;
  padding: 4px 10px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
}
table td:last-child, table th:last-child {
  border-right: none;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

/**
 * Gridpak Beta SCSS 
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */
/* Reusable column setup */
.col {
  position: relative;
  border: 0px solid transparent;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

.row .col {
  margin-left: 1.5%;
  padding: 0 0%;
}

.row .col:first-child {
  margin-left: 0;
}

/* --- Gridpak variables ---*/
.span_1 {
  width: 8.65%;
}
.span_1 .span_1 {
  margin-left: 17.34104%;
  width: 100%;
}
.span_1 .span_0 {
  margin-left: 17.34104%;
  width: -17.34104%;
}

.span_2 {
  width: 18.8%;
}
.span_2 .span_1 {
  margin-left: 7.97872%;
  width: 46.01064%;
}

.span_3 {
  width: 28.95%;
}
.span_3 .span_1 {
  margin-left: 5.18135%;
  width: 29.8791%;
}
.span_3 .span_2 {
  margin-left: 5.18135%;
  width: 64.93955%;
}

.span_4 {
  width: 39.1%;
}
.span_4 .span_1 {
  margin-left: 3.83632%;
  width: 22.12276%;
}
.span_4 .span_2 {
  margin-left: 3.83632%;
  width: 48.08184%;
}
.span_4 .span_3 {
  margin-left: 3.83632%;
  width: 74.04092%;
}

.span_5 {
  width: 49.25%;
}
.span_5 .span_1 {
  margin-left: 3.04569%;
  width: 17.56345%;
}
.span_5 .span_2 {
  margin-left: 3.04569%;
  width: 38.17259%;
}
.span_5 .span_3 {
  margin-left: 3.04569%;
  width: 58.78173%;
}
.span_5 .span_4 {
  margin-left: 3.04569%;
  width: 79.39086%;
}

.span_6 {
  width: 59.4%;
}
.span_6 .span_1 {
  margin-left: 2.52525%;
  width: 14.56229%;
}
.span_6 .span_2 {
  margin-left: 2.52525%;
  width: 31.64983%;
}
.span_6 .span_3 {
  margin-left: 2.52525%;
  width: 48.73737%;
}
.span_6 .span_4 {
  margin-left: 2.52525%;
  width: 65.82492%;
}
.span_6 .span_5 {
  margin-left: 2.52525%;
  width: 82.91246%;
}

.span_7 {
  width: 69.55%;
}
.span_7 .span_1 {
  margin-left: 2.15672%;
  width: 12.4371%;
}
.span_7 .span_2 {
  margin-left: 2.15672%;
  width: 27.03091%;
}
.span_7 .span_3 {
  margin-left: 2.15672%;
  width: 41.62473%;
}
.span_7 .span_4 {
  margin-left: 2.15672%;
  width: 56.21855%;
}
.span_7 .span_5 {
  margin-left: 2.15672%;
  width: 70.81237%;
}
.span_7 .span_6 {
  margin-left: 2.15672%;
  width: 85.40618%;
}

.span_8 {
  width: 79.7%;
}
.span_8 .span_1 {
  margin-left: 1.88206%;
  width: 10.8532%;
}
.span_8 .span_2 {
  margin-left: 1.88206%;
  width: 23.58846%;
}
.span_8 .span_3 {
  margin-left: 1.88206%;
  width: 36.32371%;
}
.span_8 .span_4 {
  margin-left: 1.88206%;
  width: 49.05897%;
}
.span_8 .span_5 {
  margin-left: 1.88206%;
  width: 61.79423%;
}
.span_8 .span_6 {
  margin-left: 1.88206%;
  width: 74.52949%;
}
.span_8 .span_7 {
  margin-left: 1.88206%;
  width: 87.26474%;
}

.span_9 {
  width: 89.85%;
}
.span_9 .span_1 {
  margin-left: 1.66945%;
  width: 9.62716%;
}
.span_9 .span_2 {
  margin-left: 1.66945%;
  width: 20.92376%;
}
.span_9 .span_3 {
  margin-left: 1.66945%;
  width: 32.22037%;
}
.span_9 .span_4 {
  margin-left: 1.66945%;
  width: 43.51697%;
}
.span_9 .span_5 {
  margin-left: 1.66945%;
  width: 54.81358%;
}
.span_9 .span_6 {
  margin-left: 1.66945%;
  width: 66.11018%;
}
.span_9 .span_7 {
  margin-left: 1.66945%;
  width: 77.40679%;
}
.span_9 .span_8 {
  margin-left: 1.66945%;
  width: 88.70339%;
}

.span_10 {
  width: 100%;
}
.span_10 .span_1 {
  margin-left: 1.5%;
  width: 8.65%;
}
.span_10 .span_2 {
  margin-left: 1.5%;
  width: 18.8%;
}
.span_10 .span_3 {
  margin-left: 1.5%;
  width: 28.95%;
}
.span_10 .span_4 {
  margin-left: 1.5%;
  width: 39.1%;
}
.span_10 .span_5 {
  margin-left: 1.5%;
  width: 49.25%;
}
.span_10 .span_6 {
  margin-left: 1.5%;
  width: 59.4%;
}
.span_10 .span_7 {
  margin-left: 1.5%;
  width: 69.55%;
}
.span_10 .span_8 {
  margin-left: 1.5%;
  width: 79.7%;
}
.span_10 .span_9 {
  margin-left: 1.5%;
  width: 89.85%;
}

.row.match .col {
  height: 226px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.row.match .col.height_2 {
  height: 472px;
}

.row.three-col .col.third {
  width: 32%;
  margin-left: 2%;
}
.row.three-col .col.third.first {
  margin-left: 0;
}

.row.two-col .col.half {
  width: 49%;
  margin-left: 2%;
}
.row.two-col .col.half.first {
  margin-left: 0;
}

.slick-caro .c-outer {
  background: #09286D;
  width: 100%;
}
.slick-caro h6 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin: 0;
  padding: 12px 0;
  display: block;
}
.slick-caro .third img {
  width: 100%;
  height: auto;
}

.find-a-product {
  background-color: #09286D;
  background-image: url(img/tex-1.png);
  padding-top: 30px;
  margin-bottom: 60px;
}
.find-a-product .col {
  padding-bottom: 30px;
}
.find-a-product h3 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #b7b7b7;
  margin-top: 0;
}
.find-a-product .span_5 p {
  width: 360px;
  margin: 0 20px;
  color: #b7b7b7;
}
.find-a-product .span_5 .select-style {
  width: 360px;
  margin: 0 20px;
  margin-bottom: 10px;
}
.find-a-product .span_5 .select-style select {
  padding: 10px;
  border: none;
  color: #7c7c7c;
  font-weight: 700;
  background: transparent;
  width: 380px;
  -webkit-appearance: none;
}
.find-a-product .span_5 .select-style select:focus {
  outline: none;
}
.find-a-product .span_5 .select-style select .first {
  display: none;
}
.find-a-product .span_5 .select-style select option {
  padding-left: 10px;
}
.find-a-product .span_5 .select-style select option:focus {
  outline: none;
}
.find-a-product .span_5:first-child p, .find-a-product .span_5:first-child .select-style {
  float: right;
}

.five-tiles {
  margin-bottom: 60px;
}
.five-tiles .col {
  background-color: #f7f7f7;
}
.five-tiles .col h4 {
  background-color: #09286D;
  color: #f7f7f7;
  margin: 0;
  padding: 14px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}
.five-tiles .col img {
  width: 100%;
  height: auto;
}
.five-tiles .col p, #content .five-tiles .col p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  padding: 20px 30px;
  color: #7c7c7c;
}

#content-container .tech-list a {
  margin-bottom: 20px;
  background: #e9e7e9;
  text-align: left;
  color: #09286D;
  font-weight: 700;
}
#content-container .tech-list a:hover {
  background: #e9e7e9;
}

.markets .three-col {
  margin-top: 10px;
}

@media only screen and (max-width: 1279px) {
  .nav #mainmenu-cont ul li {
    padding: 16px 14px;
  }
}
@media only screen and (max-width: 1139px) {
  .nav #mainmenu-cont ul li {
    padding: 16px 6px;
  }
}
@media only screen and (max-width: 1023px) {
  .header #top-bar .col {
    padding: 0 10px 8px 10px;
    width: 100%;
    margin-left: 0;
  }
  .header #mid-bar {
    padding: 20px 10px 48px 10px;
  }

  body {
    padding: 0 10px;
  }

  #wrapper {
    margin: 10px auto 0 auto;
  }

  .slicknav_menu {
    display: block;
  }

  .nav {
    margin: -26px 10px 0 10px;
  }
  .nav .search-form {
    float: none;
    height: 49px;
    width: 187px;
    margin: auto;
	position: absolute;
	top: 4px;
	right: -30px;
  }
  .nav #mainmenu-cont {
    width: 100%;
    float: none;
  }

  #menu-top-menu {
    display: none;
  }

  .main {
    margin: 0 10px;
  }

  .home .five-tiles .span_2 {
    width: 32.33%;
    margin-bottom: 20px;
  }
  .home .five-tiles .span_2.fourth {
    margin-left: 0;
  }
  .home .find-a-product .span_5 {
    width: 100%;
    margin-left: 0;
  }
  .home .find-a-product .span_5:first-child p, .home .find-a-product .span_5:first-child .select-style {
    float: none;
  }
  .home .find-a-product .span_5 p, .home .find-a-product .span_5 .select-style {
    margin-left: auto;
    margin-right: auto;
  }

  #content .row.three-col .col.third {
    width: 49%;
  }
  #content .row.three-col .col.third.first {
    margin-left: 2%;
  }
  #content .row.three-col .col.third.odd {
    margin-left: 0;
  }

  table td, table th {
    padding: 4px 2px;
  }

  .footer .row {
    padding: 0 10px;
  }
  .footer .mid-section .col {
    width: 23.87%;
  }
  .footer .mid-section .empty {
    display: none;
  }
  .footer .logos .col {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .no-backgroundsize #mini-basket {
    background-image: url(img/basket-sm.png);
  }

  .header #mini-basket {
    background-position: 15px 6px;
    background-size: 40px;
    height: 64px;
    width: 70px;
  }
  .header #mini-basket .count {
    right: 0;
  }
  .header #mid-bar #flag {
    width: 142px;
    margin-right: 20px;
  }
  .header #mid-bar .logo img {
    width: 200px;
    height: auto;
  }

  .main .subheader {
    width: 80%;
  }
  .main .subheader h2 {
    font-size: 22px;
  }

  .home .five-tiles .span_2 {
    width: 49.25%;
    margin-bottom: 10px;
  }
  .home .five-tiles .span_2.third, .home .five-tiles .span_2.fifth {
    margin-left: 0;
  }
  .home .five-tiles .span_2.fourth {
    margin-left: 1.5%;
  }

  #content {
    width: 100%;
    margin-left: 0;
  }

  #sidebar {
    display: none;
  }

  #content-container {
    padding: 20px 10px;
  }

  .gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select, form input, form textarea, form select {
    width: 100%;
  }

  .footer .logos .col {
    width: 100%;
    margin-left: 0;
  }
  .footer .mid-section .col {
    width: 49.25%;
  }
  .footer .mid-section .col.third {
    margin-left: 0;
  }
  .footer .row.credits ul {
    margin-left: 0;
    width: 100%;
  }
  .footer .row.credits #credit {
    float: left;
  }
}
@media only screen and (max-width: 579px) {
  .header #mini-basket {
    float: none;
    margin: 20px auto 0px auto;
  }
  .header #mid-bar .logo img {
    margin: 0px auto 10px auto;
    display: block;
  }
  .header #mid-bar #flag {
    display: none;
  }
  .header #mid-bar .span_5 {
    width: 100%;
    margin-left: 0;
  }
  .header #mid-bar .span_5:last-child {
    text-align: center;
  }
  .header #top-bar .login > div {
    /* width: 100%; */
    /* border: none !important; */
    /* display: block; */
    /* padding-left: 0; */
    /* margin-bottom: 6px; */
  }

  #content .row.three-col .col.third, #content .row.two-col .col.half {
    width: 100%;
    margin-left: 0;
  }

  section.product .img {
    float: none;
  }
  section.product .img img {
    display: block;
    margin: auto;
  }
  section.product .text {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 479px) {
  body {
    padding: 0;
  }

  #wrapper {
    margin-top: 0;
  }

  .home .five-tiles .span_2 {
    width: 100%;
    margin-left: 0;
  }
  .home .five-tiles .span_2.fourth {
    margin-left: 0%;
  }
  .home .find-a-product .span_5 p {
    width: 260px;
  }
  .home .find-a-product .span_5 .select-style {
    width: 260px;
  }
  .home .find-a-product .span_5 .select-style select {
    width: 280px;
  }

  section.product .text {
    padding-left: 10px;
  }

  .footer .mid-section .col {
    width: 100%;
    margin-left: 0;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #09286D !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

  ul {
    list-style-type: disc !important;
    padding-left: 20px !important;
  }
  ul li {
    padding-left: 0 !important;
  }

  p, h1, h2, h3, h4, h5, h6, ul, ol {
    page-break-inside: avoid;
  }

  .dont-break {
    page-break-inside: avoid;
  }

  .table-container {
    overflow: visible;
  }

  .slick-slider {
    display: none;
  }

  table {
    border: solid #000 !important;
    border-width: 1px 0 0 1px !important;
    font-size: 10px;
    margin-bottom: 40px;
  }

  th, td {
    border: solid #000 !important;
    border-width: 0 1px 1px 0 !important;
    padding: 2px !important;
  }

  #content-container {
    padding: 0;
  }

  .header #mid-bar {
    padding: 20px 0 60px;
  }

  .header #mid-bar #flag {
    margin-right: 0;
  }

  .print-sub h3 {
    padding: 20px 60px;
    text-align: center;
    font-size: 30px;
    margin: 1em 0;
  }
  .print-sub hr {
    height: 0;
    border: none;
    border-bottom: 2px solid #09286D;
    margin-bottom: 30px;
  }
  .print-sub .half p {
    line-height: 1.4;
  }
  .print-sub h6 {
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
  }

  .print.hidden {
    display: block;
  }

  #footer-mid .span_2 {
    width: 49%;
    display: block;
  }

  .a-content {
    display: block !important;
  }

  .accord header {
    padding-left: 0;
  }

  .accord {
    page-break-before: always;
    page-break-after: always;
    page-break-inside: avoid;
  }

  .accord header h2, .accord h2.img-head {
    font-size: 30px;
  }

  .accord h2.img-head {
    margin-bottom: 40px;
  }

  #content {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 0px;
  }
  #content .print-sub p {
    margin-bottom: 0px;
  }

  #content-container ul.downloads {
    margin: 20px 0 20px 0;
  }

  #footer .mid-section .col {
    padding: 0;
  }

  #footer .mid-section {
    border-top: 2px solid #09286D;
    padding-top: 20px;
  }

  #footer {
    margin-bottom: 0px;
  }

  .footer .row {
    padding: 0;
  }

  .main {
    margin: 0;
  }

  .single-product-catalogue #footer {
    display: none !important;
  }

  .single-product-catalogue #content-container{
    margin-bottom: 0;
  }

  #top-bar, #mini-basket, nav, #breadcrumb-container, #sidebar, a.btn, #footer-logos, #footer-credits, .accord span, #mainmenu-cont, .print-hide, span.closed, span.open {
    display: none !important;
  }
}
/*
 *  Remodal - v1.0.4
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.0.4
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: #2B2E38;
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
  animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
  animation: remodal-overlay-closing-keyframes 0.3s;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
  animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
  animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #09286D;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #e9e7e9;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.remodal-link {
  cursor: pointer;
  font-weight: bold;
}

/*# sourceMappingURL=style.min.css.map */
#gform_1 .validation_error,
#gform_1 .validation_message{
  color: #ff0000;
}

.gform_confirmation_wrapper{
  border: 3px solid #00ff00;
  background-color: #C9FFD0;
  padding: 20px;
}


#sidebar .widget.widget_search input {
	max-width: 100% !important;
	width: 100% !important;
}


body.home .subheader h1 {
	font-size: 2.5em !important;
    margin: 0.67em 0 !important;
	color: #000080 !important;
    font-family: "myriad-pro", sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
	padding: 20px 0px !important;
    display: block !important;
    margin: auto !important;
    /* width: 60% !important; */
	text-align: center !important;
}

@media screen and (max-width: 767px) {
	body.home .subheader h1 {
		font-size: 2.2em !important;
	}
}

#sidebar .widget.widget_search,
#sidebar .widget.widget_categories {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

#sidebar .widget.widget_search .search-field {
	color: #000080 !important;
}

#sidebar .widget.widget_search .search-field::placeholder {
	color: #000080 !important;
}

.text.without-img {
	padding-left: 20px !important;
}

#content #the-content p {
	margin-bottom: 1em;
}


.gfield--type-honeypot {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}




.gfield--type-textarea textarea {
	width: 100% !important;
}


/** New footer alignment. **/
#footer #footer-logos {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	#footer #footer-logos {
		flex-direction: column;
		align-items: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

