@charset "UTF-8";
/*!
Theme Name: Viking Technology 2016
Author: Iron Horse Interactive
Description: Theme for the 2016 Viking Technology
Version: 1.1.3
Copyright: 2016 Viking Technology
!*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("//hello.myfonts.net/count/315e84");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/**
 * Variables
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */

/**
 * @license
 * MyFonts Webfont Build ID 3235460, 2016-06-20T19:00:52-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: AvenirLTStd-Book by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/45-book/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Webfont: AvenirLTStd-MediumOblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/65-mediumoblique/
 * Copyright: Copyright &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. Copyright &#x00A9; 1989 - 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * 
 * Webfont: AvenirLTStd-BookOblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/45-book-oblique/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Webfont: AvenirLTStd-Medium by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/65-medium/
 * Copyright: Copyright &#x00A9; 1981 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. Copyright &#x00A9; 1989 - 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * 
 * Webfont: AvenirLTStd-BlackOblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/95-black-oblique/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Webfont: AvenirLTStd-Black by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/95-black/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Webfont: AvenirLTStd-Light by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/35-light/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Webfont: AvenirLTStd-LightOblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/35-light-oblique/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Webfont: AvenirLTStd-Oblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/55-oblique/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Webfont: AvenirLTStd-Roman by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/55-roman/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Webfont: AvenirLTStd-HeavyOblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/85-heavy-oblique/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Webfont: AvenirLTStd-Heavy by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/85-heavy/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3235460
 * Licensed pageviews: 250,000
 * 
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Avenir';
  src: url("fonts/315E84_0_0.eot");
  src: url("fonts/315E84_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/315E84_0_0.woff2") format("woff2"), url("fonts/315E84_0_0.woff") format("woff"), url("fonts/315E84_0_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url("fonts/315E84_1_0.eot");
  src: url("fonts/315E84_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/315E84_1_0.woff2") format("woff2"), url("fonts/315E84_1_0.woff") format("woff"), url("fonts/315E84_1_0.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir';
  src: url("fonts/315E84_2_0.eot");
  src: url("fonts/315E84_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/315E84_2_0.woff2") format("woff2"), url("fonts/315E84_2_0.woff") format("woff"), url("fonts/315E84_2_0.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir';
  src: url("fonts/315E84_3_0.eot");
  src: url("fonts/315E84_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/315E84_3_0.woff2") format("woff2"), url("fonts/315E84_3_0.woff") format("woff"), url("fonts/315E84_3_0.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url("fonts/315E84_4_0.eot");
  src: url("fonts/315E84_4_0.eot?#iefix") format("embedded-opentype"), url("fonts/315E84_4_0.woff2") format("woff2"), url("fonts/315E84_4_0.woff") format("woff"), url("fonts/315E84_4_0.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir';
  src: url("fonts/315E84_5_0.eot");
  src: url("fonts/315E84_5_0.eot?#iefix") format("embedded-opentype"), url("fonts/315E84_5_0.woff2") format("woff2"), url("fonts/315E84_5_0.woff") format("woff"), url("fonts/315E84_5_0.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url("fonts/315E84_6_0.eot");
  src: url("fonts/315E84_6_0.eot?#iefix") format("embedded-opentype"), url("fonts/315E84_6_0.woff2") format("woff2"), url("fonts/315E84_6_0.woff") format("woff"), url("fonts/315E84_6_0.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url("fonts/315E84_7_0.eot");
  src: url("fonts/315E84_7_0.eot?#iefix") format("embedded-opentype"), url("fonts/315E84_7_0.woff2") format("woff2"), url("fonts/315E84_7_0.woff") format("woff"), url("fonts/315E84_7_0.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
/**
 * Mixins
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
/**
 * Main header styles
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4.375rem;
  z-index: 99;
  background: rgba(77, 82, 90, 0.91);
  border-bottom: 1px solid #edeeee;
  color: white;
}
.main-header button.search-submit {
  height: auto;
  background: #ef373e;
  padding: 5px 0px;
  font-family: Avenir, sans-serif;
  font-size: .75rem;
  width: 6.25rem;
  text-transform: uppercase;
  background: #ef373e;
  color: white;
  border: 2px solid #ef373e;
}
.main-header button.search-submit:hover {
  border-color: #ef373e;
  color: #ef373e;
  background: rgba(77, 82, 90, 0.91);
}
.main-header .search-main {
  background-color: rgba(77, 82, 90, 0.91);
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 20;
  display: none;
}
.main-header .search-main label {
  display: none;
}
.main-header .search-main input[type="search"] {
  width: auto;
}
.main-header .search-main form {
  width: 100%;
  margin: 0px;
}
.main-header .search-main .screen-reader-text {
  color: #465660;
}
.main-header:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 51.875rem) {
  .main-header {
    height: 5.625rem;
  }
}
.main-header .container {
  position: relative;
}
@media only screen and (min-width: 51.875rem) {
  .main-header .container {
    max-width: 51.875rem;
    height: 5.625rem;
  }
}
.main-header .container .contact-search {
  position: absolute;
  top: 1.25rem;
  right: 0.3125rem;
  white-space: nowrap;
}
@media only screen and (max-width: 51.8125rem) {
  .main-header .container .contact-search {
    display: none;
  }
}
.main-header .container .contact-search a {
  margin-right: 0.625rem;
  color: white;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.main-header .container .contact-search img {
  max-width: 0.875rem;
  width: auto;
  height: 12px;
}
.main-header .container .contact-search .mail-image {
  margin-left: 2px;
  padding-top: 2px;
}

.page-template-product .main-header {
  background: #2e3339;
}

.main-navigation {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 4.375rem;
  bottom: 0;
  padding: 1.25rem;
}
.main-navigation .sub-menu li.underline-menu a {
  border-bottom: none;
}
.main-navigation .sub-menu .current-menu-item > a {
  color: #ef373e;
}
@media only screen and (max-width: 829px) {
  .main-navigation {
    background: rgba(55, 55, 55, 0.98);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    -moz-transform: translate(-110%, 0);
    -ms-transform: translate(-110%, 0);
    -webkit-transform: translate(-110%, 0);
    transform: translate(-110%, 0);
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    overflow: auto;
  }
  .main-navigation.active {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (min-width: 830px) {
  .main-navigation {
    width: auto;
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
    background: transparent;
    padding: 0;
  }
}
.main-navigation .menu {
  margin: 0 0 -1px 0;
  padding: 0;
}
.main-navigation .menu #menu-item-1258 .sub-menu .container > ul > li {
  float: left;
}
@media only screen and (max-width: 51.875rem) {
  .main-navigation .menu #menu-item-1258 .sub-menu .container > ul > li {
    float: none;
  }
}
.main-navigation .menu > li {
  display: block;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 51.875rem) {
  .main-navigation .menu > li {
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
  }
}
.main-navigation .menu > li:nth-child(2) .sub-menu .container ul {
  float: left;
  margin-right: 20px;
}
.main-navigation .menu > li > a {
  text-transform: uppercase;
}
@media only screen and (min-width: 51.875rem) {
  .main-navigation .menu > li > a {
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 101;
    padding: 0.625rem 0;
    margin: 0 1rem;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid transparent;
  }
  .main-navigation .menu > li > a:hover {
    border-color: #ef373e;
  }
}
.main-navigation .menu .underline-menu > a, .main-navigation .menu > .current-menu-item > a {
  border-bottom: 2px solid #ef373e;
}
.main-navigation li:hover .sub-menu {
  display: block;
}
.main-navigation .sub-menu .container > ul > li > a {
  height: 5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 51.875rem) {
  .main-navigation .sub-menu .container > ul > li > a {
    height: auto;
    margin-bottom: 0px;
  }
}
.main-navigation .sub-menu div.wpcf7 {
  display: none;
}
@media only screen and (min-width: 51.875rem) {
  .main-navigation .sub-menu div.wpcf7 {
    display: block;
  }
}
@media only screen and (min-width: 51.875rem) {
  .main-navigation .sub-menu {
    background: rgba(53, 63, 70, 0.98);
    display: none;
    position: fixed;
    top: 5.5625rem;
    left: 0;
    right: 0;
    z-index: 100;
  }
}
@media only screen and (min-width: 51.875rem) {
  .main-navigation .sub-menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid white;
  }
}
.main-navigation .sub-menu .container {
  height: auto;
}
@media only screen and (min-width: 51.875rem) {
  .main-navigation .sub-menu .container {
    margin: 1.875rem auto;
  }
}
.main-navigation .sub-menu .container ul {
  margin: 0;
  padding: 0;
  float: right;
  margin-right: 30px;
}
@media only screen and (max-width: 51.875rem) {
  .main-navigation .sub-menu .container ul {
    float: none;
    margin-right: 0px;
  }
}
.main-navigation .sub-menu .container li {
  font-size: 0.9375rem;
  text-transform: none;
  list-style-type: none;
  display: block;
  text-shadow: none;
  margin: 0.625rem;
}
@media only screen and (min-width: 51.875rem) {
  .main-navigation .sub-menu .container li {
    margin: 0 0 1.25rem;
    font-size: 0.9375rem;
  }
}
.main-navigation a, .main-navigation a:visited, .main-navigation a:active {
  color: white;
  display: block;
  -moz-transition: color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out;
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
  width: 100%;
  text-decoration: none;
}
.main-navigation a:hover, .main-navigation a:visited:hover, .main-navigation a:active:hover {
  text-decoration: none;
}
.main-navigation .sub-menu a:hover, .main-navigation .sub-menu a:visited:hover, .main-navigation .sub-menu a:active:hover {
  color: #ef373e;
}
.main-navigation div.wpcf7 {
  margin-top: 1.25rem;
  border-top: 1px solid white;
  padding-top: 1.25rem;
}
@media only screen and (min-width: 51.875rem) {
  .main-navigation div.wpcf7 {
    display: none;
    border-left: 1px solid #72787b;
    padding-left: 1.25rem;
    margin-right: 4.6875rem;
    float: right;
    width: 21.875rem;
    margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 829px) {
  .main-navigation div.wpcf7 p {
    font-size: 1rem;
  }
}

#menu-item-4 .container {
  max-width: 51.875rem;
}
@media only screen and (min-width: 51.875rem) {
  #menu-item-4 ul {
    margin: 0 1.875rem 0 0;
    float: right;
  }
}

#menu-item-1468 .container {
  max-width: 62.5rem;
}
@media only screen and (min-width: 51.875rem) {
  #menu-item-1468 .container > ul {
    width: 28.5rem;
    float: right;
  }
}
@media only screen and (min-width: 51.875rem) {
  #menu-item-1468 .container > ul > li {
    display: block;
    width: 30%;
    float: left;
  }
}
@media only screen and (min-width: 51.875rem) {
  #menu-item-1468 .container > ul > li:first-child {
    width: 40%;
  }
}
#menu-item-1468 .container > ul > li > a {
  text-transform: uppercase;
  font-weight: bold;
  color: #ef373e;
  font-size: 0.875rem;
  margin-bottom: 8px;
}
@media only screen and (min-width: 51.875rem) {
  #menu-item-1468 .container > ul > li ul {
    margin-top: 1.5625rem;
  }
}

.brand {
  text-align: center;
  margin-top: 0.625rem;
}
@media only screen and (min-width: 51.875rem) {
  .brand {
    float: left;
    text-align: left;
    margin-top: 2rem;
  }
}
.brand img {
  width: 7.6875rem;
  height: 2.875rem;
}

.nav-toggle {
  position: absolute;
  top: 0.625rem;
  right: 1.875rem;
  text-indent: -10000px;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect fill='#ffffff'  width='30' height='6'/><rect y='24' fill='#ffffff' width='30' height='6'/><rect fill='#ffffff'  y='12' width='30' height='6'/></svg>");
  background-size: contain;
}
@media only screen and (min-width: 51.875rem) {
  .nav-toggle {
    display: none;
  }
}

/**
 * Main footer styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
footer.main {
  background: url(img/footer-bg2.png);
  background-size: cover;
  background-repeat: repeat;
  background-size: 100% 100%;
  border-top: 40px solid #fff;
  color: #5b6770;
  font-size: 0.875rem;
}
footer.main .container {
  max-width: 55rem;
  padding: 20px 0px;
}
@media only screen and (max-width: 31.25rem) {
  footer.main .container {
    padding: 20px 10%;
  }
}
footer.main .sub-container {
  background-color: #fff;
  padding-bottom: 40px;
}
footer.main .sub-container .container {
  padding: 0px;
}
footer.main section {
  width: 100%;
  float: left;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #43474d;
}
@media only screen and (min-width: 31.25rem) {
  footer.main section {
    width: 50%;
    height: 12.5rem;
    padding: 0px 1.25rem;
    border-bottom-width: 0;
  }
}
@media only screen and (min-width: 56.875rem) {
  footer.main section {
    height: auto;
    padding: 0;
    margin: 0 1.5625rem;
    border-bottom-width: 0;
  }
}
footer.main section h4 {
  font: 0.875rem Avenir, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
}
@media only screen and (min-width: 31.25rem) {
  footer.main section.about {
    margin-left: 0;
  }
}
@media only screen and (min-width: 56.875rem) {
  footer.main section.about {
    width: 15rem;
  }
}
footer.main section.about p {
  line-height: 1.79;
}
@media only screen and (min-width: 31.25rem) {
  footer.main section.nav {
    margin-right: 0;
  }
}
@media only screen and (min-width: 56.875rem) {
  footer.main section.nav {
    width: 8.875rem;
    margin-right: 1.5625rem;
  }
}
footer.main section.nav h4 {
  display: none;
}
footer.main section.nav ul {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  list-style-type: none;
}
footer.main section.nav ul li {
  margin: 0;
  padding: 0.5rem 0;
}
footer.main section.nav ul li:first-child {
  padding-top: 0;
}
footer.main section.nav ul li:last-child {
  border-bottom-width: 0;
}
footer.main section.nav ul li a, footer.main section.nav ul li a:visited, footer.main section.nav ul li a:active {
  color: #5b6770;
}
footer.main section.nav ul li a:hover {
  color: #ef373e;
  text-decoration: none;
}
@media only screen and (min-width: 31.25rem) {
  footer.main section.newsletter {
    margin-left: 0;
  }
}
@media only screen and (min-width: 56.875rem) {
  footer.main section.newsletter {
    margin-left: 1.5625rem;
    width: 10.9375rem;
  }
}
footer.main section.newsletter form {
  width: 100%;
  margin: 0.9375rem 0 0 0;
}
footer.main section.newsletter form input[type="text"] {
  background: #4f535c;
  color: #fff;
  display: block;
  margin-bottom: 0.9375rem;
}
footer.main section.newsletter form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
footer.main section.newsletter form input[type="text"]:-moz-placeholder {
  color: #fff;
}
footer.main section.newsletter form input[type="text"]::-moz-placeholder {
  color: #fff;
}
footer.main section.newsletter form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
footer.main section.newsletter form input[type="submit"] {
  font-size: 0.875rem;
}
footer.main section.newsletter form input[type="submit"]:hover {
  border-color: #ef373e;
  color: #ef373e;
  background-color: transparent;
}
@media only screen and (min-width: 31.25rem) {
  footer.main section.connect {
    margin-right: 0;
  }
}
@media only screen and (min-width: 56.875rem) {
  footer.main section.connect {
    width: 11.25rem;
  }
}
footer.main section.connect strong {
  display: block;
  font-weight: normal;
  margin-bottom: 0.625rem;
}
footer.main section.connect strong:last-child {
  margin-top: 0.625rem;
}
footer.main section.connect a, footer.main section.connect a:visited, footer.main section.connect a:active {
  color: #ef373e;
}
footer.main section.connect a:hover, footer.main section.connect a:visited:hover, footer.main section.connect a:active:hover {
  text-decoration: underline;
}
footer.main section.connect a.tel {
  color: #ef373e;
}
footer.main .sub {
  clear: both;
  font-size: 0.6875rem;
  padding-top: 1.875rem;
  text-align: center;
}
@media only screen and (min-width: 56.875rem) {
  footer.main .sub {
    text-align: left;
  }
}
@media only screen and (min-width: 56.875rem) {
  footer.main .sub div {
    margin-right: 5rem;
    float: left;
  }
}
footer.main .sub div a, footer.main .sub div a:visited, footer.main .sub div a:active {
  color: #5b6770;
}
footer.main .sub div a:hover {
  color: #ef373e;
}
footer.main .social {
  margin-top: 1.25rem;
}
footer.main .social a {
  position: relative;
  display: inline-block;
  width: 1.4375rem;
  height: 1.4375rem;
  background: #b3b3b3;
  border-radius: 2px;
  margin-right: 0.4375rem;
}
footer.main .social a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #465660;
}
footer.main .social a:hover {
  background-color: #ef373e;
}
footer.main .social a:hover i {
  color: #fff;
}
footer.main .social a.facebook {
  background-position: 7px 4px;
}
footer.main .social a.twitter {
  background-position: -22px 4px;
}
footer.main .social a.linkedin {
  background-position: -56px 4px;
}
footer.main .social a.vimeo {
  background-position: -88px 4px;
}

/**
 * Styles shared by multiple pages in the blog
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
*, *:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html:after {
  content: "";
  display: table;
  clear: both;
}

body {
  font-family: Avenir, sans-serif;
  color: #465660;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.flexboxtweener, .flexboxtweener body {
  height: 100%;
}

.single_column_text_block .content.center p {
  text-align: center;
}

main {
  display: block;
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
}

iframe {
  border: 0;
}

button:active, button:focus {
  outline: 0;
}

h1 {
  font-size: 3rem;
  font-weight: 900;
  text-shadow: 5px 2px 8px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.1875rem;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  max-width: 57.5rem;
  margin: 0 auto;
}
h1.not-found {
  color: #465660;
  margin-top: 12.5rem;
  text-align: center;
  padding: 0 1.875rem;
  margin-bottom: 18.75rem;
}
@media only screen and (min-width: 57.5rem) {
  h1 {
    font-size: 4.375rem;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: white;
  max-width: 57.5rem;
  margin: 0 auto;
}
@media only screen and (min-width: 57.5rem) {
  h2 {
    font-size: 3rem;
  }
}

p {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

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

a, a:active, a:focus {
  -moz-transition: color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out;
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
  color: black;
  text-decoration: none;
}
a.button, a:active.button, a:focus.button {
  display: inline-block;
  text-transform: uppercase;
  padding: 0.625rem 0.9375rem;
  line-height: .9;
  font-size: 0.8125rem;
  font-weight: 600;
  border-style: solid;
  border-width: 2px;
  border-color: #fcbf15;
  color: #fcbf15;
}
a.button:hover, a:active.button:hover, a:focus.button:hover {
  background-color: #fcbf15;
  color: white;
}

hr {
  margin: 1.875rem 0;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

body#tinymce {
  padding: 1.25rem !important;
}

/**
 * Forms styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
form {
  width: calc(100% + 20px);
  margin: 0 -0.625rem;
}
form:after {
  content: "";
  display: table;
  clear: both;
}
form p {
  font-size: 1rem;
  padding: 0 0.625rem;
}
form br {
  display: none;
}

input, textarea {
  width: 100%;
  height: 1.8125rem;
  font: 0.75rem Avenir, sans-serif;
  line-height: 1.5625rem;
  padding: 0 0.5rem;
  border-width: 0;
  background: #83868c;
}

.two-column-contact-section input, .two-column-contact-section textarea {
  height: 2.5rem;
  font-size: 0.875rem;
  line-height: 2.5rem;
  background: rgba(255, 255, 255, 0.5);
}
.two-column-contact-section input[type="submit"] {
  line-height: 1.5625rem;
  background-color: #6fc8be;
  border-color: #6fc8be;
}
.two-column-contact-section input[type="submit"]:hover {
  background-color: transparent;
  color: #6fc8be;
  border-color: #6fc8be;
}

textarea {
  height: 2.5rem;
}

.two-column-contact-section textarea {
  height: 7.1875rem;
}

label {
  display: block;
  width: 100%;
  font-size: 0.8125rem;
  margin-bottom: 0.1875rem;
  text-transform: uppercase;
}

.two-column-contact-section label {
  font-size: 1.5rem;
  font-weight: 900;
  color: #4d525a;
  margin-bottom: 0.625rem;
}

div.input {
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
  padding: 0 0.5rem;
}
div.input.name, div.input.email, div.input.phone {
  width: 50%;
  float: left;
}
div.input.company {
  width: 80%;
  clear: both;
}

.two-column-contact-section div.input {
  margin-bottom: 1.25rem;
}

div.submit {
  padding: 0 0.625rem;
}

input[type=submit] {
  height: auto;
  background: #ef373e;
  font-family: Avenir, sans-serif;
  width: 6.25rem;
  text-transform: uppercase;
  background: #ef373e;
  color: white;
  border: 2px solid #ef373e;
}
input[type=submit]:hover {
  background-color: transparent;
  color: #ef373e;
  border-color: #ef373e;
  font-weight: 100;
}

div.wpcf7-validation-errors {
  border-color: #fcbf15 !important;
}

span[role=alert] {
  margin-top: 0.3125rem;
}

/**
 * Sticky Buttons styles
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
div.sticky-buttons {
  position: fixed;
  width: auto;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 1001;
  text-align: center;
  white-space: nowrap;
}
div.sticky-buttons.visible {
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
div.sticky-buttons button, div.sticky-buttons a {
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid white;
  padding: 0 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8125rem;
  background: #b0b6b8;
  color: white;
  -moz-box-shadow: inset 0px 0px 17px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 17px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 17px rgba(0, 0, 0, 0.2);
}
div.sticky-buttons button.product, div.sticky-buttons a.product {
  display: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: white;
  color: #fcbf15;
  border-color: #fcbf15;
}
div.sticky-buttons button.product:after, div.sticky-buttons a.product:after {
  margin-left: 5px;
  position: relative;
  top: 3px;
  content: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='14px' height='14px' viewBox='0 0 20 19' overflow='visible' enable-background='new 0 0 20 19' xml:space='preserve'><path fill='#fcbf15' d='M9.758,14.837L3.99,9.228c0,0-0.702-0.667,0.062-0.667c0.766,0,2.613,0,2.613,0s0-0.45,0-1.141c0-1.973,0-5.562,0-7.023c0,0-0.104-0.397,0.497-0.397c0.606,0,5.503,0,5.933,0c0.431,0,0.423,0.333,0.423,0.333c0,1.417,0,5.13,0,7.039c0,0.619,0,1.021,0,1.021s1.481,0,2.413,0c0.933,0,0.229,0.697,0.229,0.697s-5.072,5.239-5.621,5.79C10.138,15.282,9.758,14.837,9.758,14.837z'/><rect y='17.601' fill='#fcbf15' width='20.109' height='1.13'/></svg>");
}
div.sticky-buttons button.product:hover, div.sticky-buttons a.product:hover {
  background-color: #fcbf15;
  color: white;
}
div.sticky-buttons button.product:hover:after, div.sticky-buttons a.product:hover:after {
  margin-left: 5px;
  position: relative;
  top: 3px;
  content: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='14px' height='14px' viewBox='0 0 20 19' overflow='visible' enable-background='new 0 0 20 19' xml:space='preserve'><path fill='#ffffff' d='M9.758,14.837L3.99,9.228c0,0-0.702-0.667,0.062-0.667c0.766,0,2.613,0,2.613,0s0-0.45,0-1.141c0-1.973,0-5.562,0-7.023c0,0-0.104-0.397,0.497-0.397c0.606,0,5.503,0,5.933,0c0.431,0,0.423,0.333,0.423,0.333c0,1.417,0,5.13,0,7.039c0,0.619,0,1.021,0,1.021s1.481,0,2.413,0c0.933,0,0.229,0.697,0.229,0.697s-5.072,5.239-5.621,5.79C10.138,15.282,9.758,14.837,9.758,14.837z'/><rect y='17.601' fill='#ffffff' width='20.109' height='1.13'/></svg>");
}
@media only screen and (min-width: 40rem) {
  div.sticky-buttons button.product, div.sticky-buttons a.product {
    display: inline-block;
  }
}
div.sticky-buttons button:hover, div.sticky-buttons a:hover {
  background-color: #9da2a5;
}
div.sticky-buttons button img, div.sticky-buttons a img {
  vertical-align: baseline;
}

/**
 * Accordion widget styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
.accordion {
  max-width: 55.625rem;
  padding: 0 1.875rem;
  margin: 0 auto 3.125rem;
}
.accordion h3 {
  text-transform: uppercase;
  font-size: 1.125rem;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #fcbf15;
  font-weight: normal;
  cursor: pointer;
  background: url(img/icon-plus.png) no-repeat scroll bottom right;
}
.accordion h3.selected {
  font-weight: 600;
  background-image: url(img/icon-minus.png);
}
.accordion .content {
  display: none;
}

/**
 * Modal window styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
div.modal {
  width: 100%;
  position: fixed;
  z-index: 101;
  background: rgba(77, 82, 90, 0.98);
  padding: 1.875rem 0 4.375rem;
  color: white;
}
div.modal .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.75rem;
  height: 1.75rem;
  background: url(img/close.png);
  text-indent: -10000px;
  border-width: 0;
}
div.modal.contact {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
div.modal.contact.active {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
div.modal.contact form {
  width: 25rem;
  max-width: 100%;
  margin: 0 auto;
}
div.modal div.submit {
  text-align: center;
}

/**
 * Home Carousel styles
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
.carousel-slide {
  height: auto;
  position: relative;
  background-size: cover;
  background-position: bottom center;
  text-align: center;
  color: #465660;
}

.slide-content.light {
  color: white;
}
.slide-content.dark {
  color: #465660;
}

.hero-description {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  background-size: contain;
  margin: 30px 0 0 0;
  font-size: 1.5rem;
  color: #fff;
  padding: 20px 15%;
  font-weight: 100;
  line-height: 35px;
  z-index: 1;
}
@media only screen and (max-width: 830px) {
  .hero-description {
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 20px 1rem;
  }
}

.hero-sectionlinks {
  position: relative;
  background-color: #ef373e;
  color: #fff;
  width: 100%;
  height: auto;
  float: left;
  margin-top: 40px;
  z-index: 1;
}
.hero-sectionlinks a {
  float: left;
  font-weight: 100;
  width: 50%;
  padding: 40px 50px;
}
.hero-sectionlinks a h2 {
  text-shadow: none;
}
@media only screen and (max-width: 920px) {
  .hero-sectionlinks a h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 53.125rem) {
  .hero-sectionlinks a {
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  .hero-sectionlinks a h2 {
    font-size: 1.6rem;
  }
  .hero-sectionlinks a h2 br {
    display: none;
  }
  .hero-sectionlinks a:first-child {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 600px) {
  .hero-sectionlinks a h2 {
    font-size: 1.3rem;
  }
}
.hero-sectionlinks a:hover h2 {
  text-decoration: underline;
  color: #fff;
}
.hero-sectionlinks .left-link {
  text-align: right;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 53.125rem) {
  .hero-sectionlinks .left-link {
    border-right: none;
    text-align: center;
  }
}
.hero-sectionlinks .right-link {
  text-align: left;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 53.125rem) {
  .hero-sectionlinks .right-link {
    text-align: center;
    border-left: none;
  }
}

/*top of slider content*/
.slide-top-container {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 830px) {
  .slide-top-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*left and right align universal styles*/
.slide-top-container.left-align, 
.slide-top-container.right-align {
  text-align: left;
}
@media only screen and (max-width: 830px) {
  .slide-top-container.left-align, 
  .slide-top-container.right-align {
    text-align: center;
  }
}
.slide-top-container.left-align h1, 
.slide-top-container.right-align h1 {
  font-size: 60px;
}
@media only screen and (max-width: 800px) {
  .slide-top-container.left-align h1, 
  .slide-top-container.right-align h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .slide-top-container.left-align h1, 
  .slide-top-container.right-align h1, 
  .slide-top-container .slide-preview h1,
  .slide-top-container .slide-content h1 {
    font-size: 2.1rem;
  }
}
.slide-top-container.left-align h2, 
.slide-top-container.right-align h2 {
  font-size: 43px;
}
@media only screen and (max-width: 800px) {
  .slide-top-container.left-align h2, 
  .slide-top-container.right-align h2 {
    font-size: 2.0625rem;
  }
}
@media only screen and (max-width: 600px) {
  .slide-top-container.left-align h2, 
  .slide-top-container.right-align h2, 
  .slide-top-container .slide-preview h2,
  .slide-top-container .slide-content h2 {
    font-size: 1.6rem;
  }
}
.slide-top-container.left-align p, 
.slide-top-container.right-align p {
  padding-top: 1rem;
  border-top: 3px solid;
  font-size: 22px;
}
@media only screen and (max-width: 800px) {
  .slide-top-container.left-align p, 
  .slide-top-container.right-align p {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 800px) {
  .slide-top-container.left-align p, 
  .slide-top-container.right-align p, 
  .slide-top-container .slide-content p, 
  .slide-top-container .slide-preview p {
    font-size: 1rem;
    border-top: 2px solid;
    margin: 0.8rem auto 0 auto;
    padding-top: 0.8rem;
  }
}
/*light theme text styles*/
.slide-top-container.light .slide-content h2, 
.slide-top-container.light .slide-preview h2, 
.slide-top-container.light .slide-content h1, 
.slide-top-container.light .slide-preview h1  {
  text-shadow: none;
  color: #363636;
}
.slide-top-container.light .slide-content p, 
.slide-top-container.light .slide-preview p {
  text-shadow: none;
}
/*light theme css gradient*/
.carousel-slide.light::after {
  content: '';
  width: 100%;
  height: 45%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#363636), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #363636, transparent);
  background-image: -o-linear-gradient(bottom, #363636, transparent);
  background-image: linear-gradient(to top, #363636, transparent);;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  opacity: 0.75;
}
/*slide foreground image styles*/
.slide-top-container img {
  width: 300px;
  margin-bottom: -40px;
}
@media only screen and (max-width: 830px) {
  .slide-top-container img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;

    width: 160px;
    margin-top: 1.3rem;
  }
}
/*slide text width*/
.slide-top-container.left-align .slide-preview, 
.slide-top-container.right-align .slide-preview {
  width: 600px;
}
@media only screen and (max-width: 830px) {
  .slide-top-container.left-align .slide-preview, 
  .slide-top-container.right-align .slide-preview {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/*left aligned image theme styles*/
.slide-top-container.left-align img {
  margin-right: 2rem;
}
/*right aligned image theme styles*/
.slide-top-container.right-align img {
  margin-left: 2rem;
}
@media only screen and (max-width: 830px) {
  .slide-top-container.left-align img {
    margin-right: 0;
  }
  .slide-top-container.right-align img {
    margin-left: 0;
  }
}

/*slide content*/
.slide-content {
  padding: 8.625rem 0 3.125rem;
  position: relative;
}
@media only screen and (max-width: 50rem) {
  .slide-content {
    padding: 6.625rem 0 3.125rem 0;
  }
}

.slide-content.center hr, .slide-preview.center hr {
  max-width: 46.25rem;
}
.slide-content.right hr, .slide-content.left hr, .slide-preview.right hr, .slide-preview.left hr {
  max-width: 31.25rem;
}
.slide-content h1, .slide-preview h1 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  text-shadow: 5px 2px 8px rgba(0, 0, 0, 0.4);
  letter-spacing: .02em;
  max-width: none;
}
@media only screen and (min-width: 50rem) {
  .slide-content h1, .slide-preview h1 {
    font-size: 4.5rem;
  }
}
.slide-content h2, .slide-preview h2 {
  font-size: 2.0625rem;
  font-weight: 100;
  line-height: 1.2;
  margin: 0;
  max-width: none;
  text-shadow: 5px 2px 8px rgba(0, 0, 0, 0.4);
  letter-spacing: .02em;
}
@media only screen and (min-width: 53.125rem) {
  .slide-content h2, .slide-preview h2 {
    font-size: 3.3125rem;
  }
}
.slide-content h3, .slide-preview h3 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  text-shadow: 5px 2px 8px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 50rem) {
  .slide-content h3, .slide-preview h3 {
    font-size: 3rem;
  }
}
.slide-content h4, .slide-preview h4 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  text-shadow: 5px 2px 8px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 50rem) {
  .slide-content h4, .slide-preview h4 {
    font-size: 2.375rem;
  }
}
.slide-content hr, .slide-preview hr {
  max-width: 54rem;
  border-width: 0;
  height: 0.1875rem;
  background: #6fc8be;
  margin: 1.25rem auto;
}
.slide-content p, .slide-preview p {
  font-size: 1.375rem;
  font-weight: 100;
  text-shadow: 5px 2px 8px rgba(0, 0, 0, 0.4);
  letter-spacing: .07em;
  color: #ef373e;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 50rem) {
  .slide-content p, .slide-preview p {
    font-size: 1.5625rem;
  }
}

/**
 * Engineering Hero styles
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
body.page-template-engineering .main-header {
  background-color: #8a9094;
}
body.page-template-engineering .main-header .menu li a:hover {
  border-color: #ef373e;
}
body.page-template-engineering .home-carousel {
  padding-bottom: 0px;
}
body.page-template-engineering .carousel-slide {
  height: 46.875rem;
}
body.page-template-engineering .slide-content {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  margin: 0 auto;
  top: 24%;
}
@media only screen and (max-width: 56.25rem) {
  body.page-template-engineering .slide-content {
    padding: 0 10%;
  }
}
@media only screen and (max-width: 51.875rem) {
  body.page-template-engineering .slide-content {
    top: 38%;
  }
}
@media only screen and (max-width: 25rem) {
  body.page-template-engineering .slide-content {
    top: 38%;
  }
}
@media only screen and (min-width: 51.875rem) {
  body.page-template-engineering .slide-content {
    max-width: 51.875rem;
    height: auto; /*5.625rem;*/
  }
}
body.page-template-engineering .slide-content h2 {
  font-weight: 100;
  color: #465660;
  text-shadow: none;
  font-size: 2.375rem;
  line-height: 1.1;
}
@media only screen and (max-width: 37.5rem) {
  body.page-template-engineering .slide-content h2 {
    font-size: 2rem;
  }
}
body.page-template-engineering .slide-content p {
  color: #465660;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-shadow: none;
}
body.page-template-engineering .slide-content p:first-child {
  margin-top: 0.625rem;
}
body.page-template-engineering .single-column-text-block {
  padding: 0.75rem 3.125rem;
  color: white;
}

/* News Post Type Archive styles */
.post-type-archive-news .button {
  margin: 1rem 0 4rem 0;
}
.page-navigation .pagination {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-navigation .pagination li {
  display: inline-block;
  width: auto;
  height:30px;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 8px 12px;
  text-transform: uppercase;
}
.page-navigation .pagination li a {
  color: #fcbf15;
}
.page-navigation .pagination li.current {
  background: #fcbf15;
  color: white;
}

.search article.page input[type="search"] {
  color: #fff;
}
.search article.page button.search-submit {
  height: auto;
  background: #ef373e;
  padding: 5px 0px;
  font-family: Avenir, sans-serif;
  font-size: .75rem;
  width: 6.25rem;
  text-transform: uppercase;
  background: #ef373e;
  color: white;
  border: 2px solid #ef373e;
  margin-top: 10px;
}
.search article.page button.search-submit:hover {
  border-color: #ef373e;
  color: #ef373e;
  background: none;
}
.search article.page li {
  list-style-type: none;
  margin-bottom: 20px;
}
.search article.page li:before {
  content: "Match In: ";
  font-weight: bold;
  color: #ef373e;
}
.search article.page li:hover p {
  color: #ef373e;
  text-decoration: underline;
}
.search article.page li h4 {
  display: inline-block;
  margin-bottom: 10px;
}

/**
 * Careers section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.careers_section {
  padding-top: 0;
}
section.careers_section .bg {
  background: url(img/careers-bg.png) no-repeat scroll;
  background-size: cover;
  padding-bottom: 1.25rem;
  padding-top: 3.125rem;
}
section.careers_section .bg:after {
  content: "";
  display: table;
  clear: both;
}
section.careers_section > .content {
  clear: both;
  max-width: 55.625rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}
section.careers_section h2 {
  background-color: #fcbf15;
  color: white;
}
section.careers_section .left {
  margin-bottom: 1.25rem;
}
section.careers_section .left:after {
  content: "";
  display: table;
  clear: both;
}
section.careers_section .quote {
  float: right;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0 1.875rem;
}
@media only screen and (min-width: 62.5rem) {
  section.careers_section .quote {
    padding: 0 0 0 6.25rem;
  }
}
section.careers_section .attribution {
  color: #fcbf15;
  font-size: 1rem;
}
section.careers_section .right {
  padding-top: 1.875rem;
}
section.careers_section .right p {
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width: 62.5rem) {
  section.careers_section .right p {
    max-width: 37.5rem;
  }
}
section.careers_section .benefits {
  clear: both;
  background: #eff1f4;
  padding: 1.875rem 0;
  margin-top: 0;
}
section.careers_section .benefits .content {
  max-width: 55.625rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}
section.careers_section .benefits h4 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.25rem;
}
@media only screen and (min-width: 37.5rem) {
  section.careers_section .benefits ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3.125rem;
    -webkit-column-gap: 3.125rem;
    column-gap: 3.125rem;
  }
}
section.careers_section .benefits li {
  margin-bottom: 1.25rem;
}
section.careers_section .positions {
  padding: 3.125rem 0;
}
section.careers_section .positions .intro {
  margin-bottom: 2.5rem;
  font-size: 0.8125rem;
}

/**
 * Collateral Section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.collateral-section .collateral {
  clear: both;
  max-width: 55.625rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}
section.collateral-section ul {
  list-style-type: none;
  margin: 0 0 0.625rem;
}
section.collateral-section ul:after {
  content: "";
  display: table;
  clear: both;
}
section.collateral-section ul.brochures li {
  display: block;
  width: 50%;
  margin: 40px auto;
  font-size: 1rem;
  text-transform: uppercase;
  vertical-align: middle;
}
section.collateral-section ul.brochures li img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 37.5rem) {
  section.collateral-section ul.brochures li {
    width: 15%;
    margin: 0% 5%;
    height: 300px;
    float: left;
  }
}
section.collateral-section ul.brochures li:before {
  content: "";
  float: left;
  display: inline-block;
  margin-right: 0.625rem;
}
section.collateral-section ul.brochures li a {
  color: #465660;
}

/**
 * Whitepaper Section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.whitepaper-section .whitepaper {
  clear: both;
  max-width: 55.625rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}
section.whitepaper-section ul {
  list-style-type: none;
  margin: 0 0 0.625rem;
}
section.whitepaper-section ul:after {
  content: "";
  display: table;
  clear: both;
}
section.whitepaper-section ul.brochures li {
  display: block;
  width: 50%;
  margin: 40px auto;
  font-size: 1rem;
  text-transform: uppercase;
  vertical-align: middle;
}
section.whitepaper-section ul.brochures li img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 37.5rem) {
  section.whitepaper-section ul.brochures li {
    width: 15%;
    margin: 0% 5%;
    height: 300px;
    float: left;
  }
}
section.whitepaper-section ul.brochures li:before {
  content: "";
  float: left;
  display: inline-block;
  margin-right: 0.625rem;
}
section.whitepaper-section ul.brochures li a {
  color: #465660;
}

/**
 * Application Notes Section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.application-notes-section .appnotes {
  clear: both;
  max-width: 55.625rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}
section.application-notes-section ul {
  list-style-type: none;
  margin: 0 0 0.625rem;
}
section.application-notes-section ul:after {
  content: "";
  display: table;
  clear: both;
}
section.application-notes-section ul.brochures li {
  display: block;
  width: 50%;
  margin: 40px auto;
  font-size: 1rem;
  text-transform: uppercase;
  vertical-align: middle;
}
section.application-notes-section ul.brochures li img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 37.5rem) {
  section.application-notes-section ul.brochures li {
    width: 15%;
    margin: 0% 5%;
    height: 300px;
    float: left;
  }
}
section.application-notes-section ul.brochures li:before {
  content: "";
  float: left;
  display: inline-block;
  margin-right: 0.625rem;
}
section.application-notes-section ul.brochures li a {
  color: #465660;
}

/**
 * Downloads Section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.downloads-section .downloads {
  max-width: 58.125rem;
  padding: 0 1.875rem;
  margin: 3.125rem auto;
}
section.downloads-section .product-type {
  clear: both;
  margin-bottom: 1.25rem;
}
section.downloads-section .product-type:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 37.5rem) {
  section.downloads-section .product-type {
    margin-bottom: 6.25rem;
  }
}
section.downloads-section .product-type h3 {
  margin-top: 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #edeeee;
}
@media only screen and (min-width: 37.5rem) {
  section.downloads-section .product-type h3 {
    width: 7.8125rem;
    padding-right: 1.875rem;
    text-align: right;
    float: left;
  }
}
@media only screen and (min-width: 37.5rem) {
  section.downloads-section .download-lists {
    float: left;
    width: calc(100% - 125px);
    padding-left: 1.875rem;
    border-left: 1px solid #6fc8be;
  }
  .download-lists-product {
    float: left;
    margin-top: 20px;
  }
}
.download-list {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 0 2.5rem 0;
  height: 1.875rem;
  background: white;
  line-height: 1.875rem;
  padding: 0 0.75rem;
  font-size: 0.75rem;
}
.download-lists-product .download-list {
    border: 2px solid #fcbf15;
}
@media only screen and (min-width: 29.375rem) {
  .download-list {
    margin-bottom: 6.25rem;
    width: calc(50% - 10px);
    margin: 0 1.25rem 2.5rem 0;
  }
}
.download-list:nth-child(even) {
  margin-right: 0;
}
@media only screen and (min-width: 37.5rem) {
  .download-list:nth-child(even) {
    margin-right: 1.25rem;
  }
}
@media only screen and (min-width: 37.5rem) {
  .download-list {
    margin-bottom: 7.25rem;
    width: 9.375rem;
  }
}
.download-list:after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  width: 2.125rem;
  height: 1.875rem;
  background: #6fc8be;
  color: white;
  font-size: 0.625rem;
  text-align: center;
  cursor: pointer;
}
.download-lists-product .download-list:after {
  background: #fcbf15;
  width: 2.25rem;
  height: 1.6rem;
}
.download-lists-product .title {
  color: #fcbf15;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.6875rem;
  cursor: pointer;
}
@keyframes fadeIn {
  from {
    display: none;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
.download-list:hover ul {
  animation: fadeIn .3s ease-in-out;
  display: block;
  opacity: 1;
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.download-list ul {
  position: absolute;
  top: 1.875rem;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  margin-top: 0;
  display: none;
  opacity: 0;
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  z-index: 9;
  -moz-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
  margin-top: -4px;
}
.download-list li {
  position: relative;
  border-top: 2px solid #dcf5ff;
  font-size: 0.625rem;
  display: block;
  padding: 0;
  margin: 0;
  /*white-space: nowrap;*/
}
.download-lists-product .download-list li {
  border-color: #fcbf15;
}
.download-list li:before {
  display: none;
}
.download-list li a {
  position: relative;
  display: block;
  width: 100%;
  color: #6fc8be;
  text-transform: uppercase;
  z-index: 8;
  padding: .5rem 2rem .5rem .75rem;
  line-height: 1rem;
}
.download-lists-product .download-list li a {
  color: #fcbf15;
  padding: .5rem 2.85rem .5rem .75rem;
}
.download-list li a:after {
  box-sizing: border-box;
  content: url("img/arrow.svg");
  position: absolute;
  top: 0;
  right: 0;
  width: 2.25rem;
  height: 100%;
  padding: 0.375rem;
  border-left: 2px solid #dcf5ff;
  text-align: center;
  line-height: 1.875rem;
  z-index: 9;
}
.download-lists-product .download-list li a:after {
  content: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='14px' height='14px' viewBox='0 0 20 19' overflow='visible' enable-background='new 0 0 20 19' xml:space='preserve'><path fill='#fcbf15' d='M9.758,14.837L3.99,9.228c0,0-0.702-0.667,0.062-0.667c0.766,0,2.613,0,2.613,0s0-0.45,0-1.141c0-1.973,0-5.562,0-7.023c0,0-0.104-0.397,0.497-0.397c0.606,0,5.503,0,5.933,0c0.431,0,0.423,0.333,0.423,0.333c0,1.417,0,5.13,0,7.039c0,0.619,0,1.021,0,1.021s1.481,0,2.413,0c0.933,0,0.229,0.697,0.229,0.697s-5.072,5.239-5.621,5.79C10.138,15.282,9.758,14.837,9.758,14.837z'/><rect y='17.601' fill='#fcbf15' width='20.109' height='1.13'/></svg>")
}
.download-lists-product .download-list li a:after {
  border-left: 2px solid #fcbf15;
}
.download-list li a:hover {
  background: #6fc8be;
  color: white;
}
.download-lists-product .download-list li a:hover {
  background: #fcbf15;
  color: white;
}
.download-list li a:hover:after {
  border-color: white;
  content: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='14px' height='14px' viewBox='0 0 20 19' overflow='visible' enable-background='new 0 0 20 19' xml:space='preserve'><path fill='#ffffff' d='M9.758,14.837L3.99,9.228c0,0-0.702-0.667,0.062-0.667c0.766,0,2.613,0,2.613,0s0-0.45,0-1.141c0-1.973,0-5.562,0-7.023c0,0-0.104-0.397,0.497-0.397c0.606,0,5.503,0,5.933,0c0.431,0,0.423,0.333,0.423,0.333c0,1.417,0,5.13,0,7.039c0,0.619,0,1.021,0,1.021s1.481,0,2.413,0c0.933,0,0.229,0.697,0.229,0.697s-5.072,5.239-5.621,5.79C10.138,15.282,9.758,14.837,9.758,14.837z'/><rect y='17.601' fill='#ffffff' width='20.109' height='1.13'/></svg>");
}

/**
 * Locations Section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.locations-section {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFFFFFF', endColorstr='#FFC0C2C4');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzBjMmM0Ii8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 53%, #c0c2c4 100%);
  background-image: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 53%, #c0c2c4 100%);
  background-image: radial-gradient(ellipse cover at center, #ffffff 0%, #ffffff 53%, #c0c2c4 100%);
}
section.locations-section:after {
  content: "";
  display: table;
  clear: both;
}
section.locations-section .map {
  padding: 0 1.875rem;
  text-align: center;
}
section.locations-section .locations {
  max-width: 55.625rem;
  margin: 0 auto;
  font-size: 0.875rem;
  clear: both;
}
section.locations-section .locations:after {
  content: "";
  display: table;
  clear: both;
}
section.locations-section .locations h4 {
  font-size: 0.875rem;
  color: #ef622f;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #465660;
  font-weight: 600;
}
section.locations-section .location {
  float: left;
  width: 100%;
  padding: 0 1.875rem;
}
@media only screen and (min-width: 30rem) {
  section.locations-section .location {
    width: 50%;
  }
}
@media only screen and (min-width: 47.5rem) {
  section.locations-section .location {
    width: 25%;
  }
}

/**
 * News section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.news_section {
  color: white;
  line-height: 1.62;
}
section.news_section .content {
  clear: both;
  max-width: 55.625rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}
section.news_section .events {
  margin-bottom: 3.125rem;
  border-bottom: 1px solid #666;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 37.5rem) {
  section.news_section .events {
    float: left;
    width: 50%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 37.5rem) {
  section.news_section .news {
    float: left;
    width: 50%;
  }
}
section.news_section .event, section.news_section .news-item {
  margin-bottom: 1.875rem;
}
section.news_section .event a, section.news_section .news-item a {
  font-size: 1.125rem;
  text-decoration: underline;
}
section.news_section .event span, section.news_section .news-item span {
  font-size: 1.125rem;
}

/**
 * Product Summary section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.product-summary {
  padding-bottom: 0;
}
@media only screen and (min-width: 62.5rem) {
  section.product-summary {
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
section.product-summary .left {
  background-size: auto;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 62.4375rem) {
  section.product-summary .left {
    background-image: none !important;
  }
}

@media only screen and (min-width: 62.5rem) {
  .product-summary-content {
    min-height: 21.5625rem;
  }
}

.product-summary-content, .product-summary-content-preview {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 50rem) {
  .product-summary-content, .product-summary-content-preview {
    padding-top: 1.5625rem !important;
  }
}
.product-summary-content.light, .product-summary-content-preview.light {
  color: white;
}
.product-summary-content *, .product-summary-content-preview * {
  line-height: 1.8;
}
.product-summary-content p, .product-summary-content ul, .product-summary-content-preview p, .product-summary-content-preview ul {
  margin-bottom: 2.1875rem;
}

/**
 * Sales Contacts section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.sales_contacts_section {
  background: #fff;
}
section.sales_contacts_section h2 {
  background: #fcbf15;
  color: #465660;
}
section.sales_contacts_section .left {
  margin-bottom: 3.125rem;
}
section.sales_contacts_section .left:after {
  content: "";
  display: table;
  clear: both;
}
section.sales_contacts_section .sales-contacts {
  clear: both;
  max-width: 51.875rem;
  margin: 3.125rem auto;
}
section.sales_contacts_section .sales-region {
  margin-bottom: 3.125rem;
  clear: both;
}
section.sales_contacts_section .sales-region h3 {
  text-transform: uppercase;
  font-size: 1.125rem;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #fcbf15;
  font-weight: normal;
  cursor: pointer;
  background: url(img/icon-plus.png) no-repeat scroll bottom right;
}
section.sales_contacts_section .sales-region h3.selected {
  font-weight: 600;
  background-image: url(img/icon-minus.png);
}
section.sales_contacts_section .content {
  display: none;
  font-size: 0.875rem;
  line-height: 1.4;
}
section.sales_contacts_section .content strong {
  font-weight: 600;
}
section.sales_contacts_section .content .name {
  margin-bottom: 0.3125rem;
}
section.sales_contacts_section .reps {
  padding-top: 1.875rem;
  margin: 0 -1.875rem;
}
section.sales_contacts_section .reps h4 {
  font-weight: 600;
  margin: 0 1.875rem 1.875rem;
}
section.sales_contacts_section .sales-rep {
  width: calc(100% - 60px);
  float: left;
  margin: 0 1.875rem 1.875rem;
}
@media only screen and (min-width: 28.75rem) {
  section.sales_contacts_section .sales-rep {
    width: calc(50% - 60px);
  }
}
@media only screen and (min-width: 43.75rem) {
  section.sales_contacts_section .sales-rep {
    width: calc(33% - 60px);
  }
}

/**
 * General styles for all sections
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
main section {
  width: 100%;
  padding: 3.75rem 0;
  background-size: cover;
  background-position: top center;
  clear: both;
}
main section:after {
  content: "";
  display: table;
  clear: both;
}
main section h2, main section.product-detail h1 {
  width: 95%;
  padding: 1.125rem 1.5625rem;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 500;
  text-align: right;
  margin: 0 0 1.875rem;
  text-shadow: none;
}
@media only screen and (min-width: 62.5rem) {
  main section h2, main section.product-detail h1 {
    width: 100%;
    float: left;
    font-size: 2.375rem;
  }
}
main section h2 p, main section.product-detail h1 p {
  display: inline;
  line-height: inherit;
}
main section .left {
  width: 100%;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 62.5rem) {
  main section .left {
    width: 47%;
    float: left;
    margin-bottom: 0;
  }
}
main section .left .view-more {
  width: 100%;
  clear: left;
  margin-bottom: 1.875rem;
  padding-left: 1.875rem;
}
@media only screen and (min-width: 62.5rem) {
  main section .left .view-more {
    float: left;
    margin-bottom: 3.75rem;
    padding: 0;
    text-align: right;
  }
}
main section .right {
  width: 100%;
  padding: 0 1.875rem;
}
@media only screen and (min-width: 62.5rem) {
  main section .right {
    width: 47%;
    float: right;
    padding-right: 3.75rem;
  }
}
main section ul {
  margin-left: 0;
  padding-left: 0;
}
main section li {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
main section li:before {
  position: relative;
  top: -2px;
  display: inline-block;
  z-index: 0;
  content: "\25B6";
  color: #fcbf15;
  margin-right: 0.3125rem;
  font-size: 0.5rem;
}

.page-template-company section, .page-template-support section {
  background-size: auto;
  background-repeat: repeat;
}
.page-template-company section h2, .page-template-support section h2 {
  text-transform: uppercase;
}
.page-template-company section div.phone, .page-template-company section div.email, .page-template-company section div.website, .page-template-support section div.phone, .page-template-support section div.email, .page-template-support section div.website {
  padding: 0.1875rem 0 0.1875rem 1.125rem;
}
.page-template-company section div.phone, .page-template-support section div.phone {
  background: url(img/icon-phone.png) no-repeat scroll center left;
}
.page-template-company section div.phone.mobile, .page-template-support section div.phone.mobile {
  background: url(img/icon-mobile.png) no-repeat scroll 1px 0px;
}
.page-template-company section div.email, .page-template-support section div.email {
  background: url(img/icon-mail.png) no-repeat scroll 2px 7px;
}
.page-template-company section div.website, .page-template-support section div.website {
  background: url(img/icon-website.png) no-repeat scroll 0px 4px;
}

/**
 * Single Column Text Block section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
.single-column-text-block {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.single-column-text-block .content p {
  max-width: 62.5rem;
  margin: 0 auto;
  line-height: 1.68;
  text-align: center;
  font-weight: 200;
  font-size: 1.25rem;
}
@media only screen and (min-width: 37.5rem) {
  .single-column-text-block .content p {
    font-size: 2rem;
  }
}

/**
* Single Column Item Grid styles 
*
* @package WordPress
* @subpackage Viking_Technology_2016
* @since Viking Technology 2016 1.0
*/
section.single_column_item_grid {
  font-size: 0.8125rem;
  color: #fff;
  background-color: #ef373e;
  padding: 0px;
}
section.single_column_item_grid p {
  margin: 0px;
  padding: 0px;
}
section.single_column_item_grid .content {
  max-width: 56.9375rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}
section.single_column_item_grid .item-grid {
  text-align: center;
  width: 100%;
  height: 100px;
  float: none;
  position: relative;
}
section.single_column_item_grid .item-grid.bottom:last-child {
  border-bottom: none;
}
section.single_column_item_grid h3 {
  font-weight: 600;
  margin: 0px;
}
section.single_column_item_grid hr {
  display: none;
  margin: 0px;
  padding: 0px;
}
section.single_column_item_grid .item-grid:nth-child(-n+2) {
  border-right: none;
}
section.single_column_item_grid .item-contain {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 43.75rem) {
  section.single_column_item_grid hr {
    border: 0;
    height: 1px;
    background: #fff;
    display: block;
    width: 100%;
    clear: both;
  }
  section.single_column_item_grid .item-grid {
    position: relative;
    text-align: left;
    width: 33%;
    height: 100px;
    float: left;
  }
  section.single_column_item_grid .item-grid:nth-child(-n+2) {
    border-right: 1px solid #fff;
  }
  section.single_column_item_grid .item-grid .item-contain {
    width: 71%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/**
 * Single Column Text Block Section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.single_column_text_block .content {
  max-width: 51.875rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}
section.single_column_text_block p {
  font-size: 0.9375rem;
  line-height: 1.7;
}

/**
 * Solutions List styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
.solutions-list {
  width: 100%;
}
@media only screen and (min-width: 50rem) {
  .solutions-list {
    width: calc(50% - 0.9375rem);
    float: left;
    max-width: 27.8125rem;
    margin: 0 0.9375rem 3.75rem;
  }
  .solutions-list:nth-child(2n+0) {
    margin-right: 0;
  }
  .solutions-list:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 62.5rem) {
  .solutions-list {
    width: 100%;
    float: none;
    margin: 0 0 3.75rem;
  }
}
.solutions-list h3 {
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
  color: #465660;
}
.solutions-list ul {
  margin: 0 0 1.875rem;
  list-style-type: none;
  padding: 0;
}
.solutions-list li {
  display: block;
  width: 100%;
  margin: 0 0 0.9375rem;
}
.solutions-list li:before {
  display: none;
}
.solutions-list li * {
  vertical-align: middle;
}
.solutions-list a {
  height: 4.375rem;
  display: block;
  padding: 0.625rem 0;
  background: #465660;
  line-height: 3.125rem;
  color: white;
}
.solutions-list a:hover {
  background-color: #91a3ae;
}
.solutions-list .icon {
  float: left;
  width: 5rem;
  height: 3.125rem;
  border-right: 1px solid white;
  text-align: center;
}
@media only screen and (min-width: 62.5rem) {
  .solutions-list .icon {
    width: 7.5rem;
  }
}
.solutions-list .title {
  float: left;
  height: 3.125rem;
  padding-left: 1.875rem;
  text-transform: uppercase;
  font-size: 1rem;
}
@media only screen and (min-width: 62.5rem) {
  .solutions-list .title {
    font-size: 1.25rem;
  }
}

/**
 * Support Contact Section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.support-contact-section {
  background: white;
  color: #4d525a;
}
section.support-contact-section .form {
  max-width: 58.125rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}
section.support-contact-section .form p {
  font-size: 1.3125rem;
}
section.support-contact-section .form form {
  margin-top: 1.875rem;
}
section.support-contact-section .form div {
  margin-bottom: 1.25rem;
}
section.support-contact-section .form div.email, section.support-contact-section .form div.phone {
  background-image: none;
  padding: 0 .5rem;
}
section.support-contact-section .form input[type="text"], section.support-contact-section .form textarea {
  background-color: #a6a9ad;
  height: 2.25rem;
}
section.support-contact-section .form textarea {
  height: 6.25rem;
}
section.support-contact-section .form input[type="submit"] {
  height: 2.25rem;
  background: #6fc8be;
  border: 2px solid #6fc8be;
}
section.support-contact-section .form input[type="submit"]:hover {
  background: white;
  color: #6fc8be;
}

/**
 * Support Intro Section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.support-intro-section .content {
  max-width: 58.125rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}
section.support-intro-section .center {
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 62.5rem) {
  section.support-intro-section .center {
    width: 90%;
    margin: 0 auto;
  }
}
section.support-intro-section h2 {
  color: inherit;
  float: none;
  text-align: left;
  padding: 0;
  color: #465660;
}
section.support-intro-section .contacts {
  display: inline-block;
  width: auto;
  border: 2px solid #fff;
  font-size: 1rem;
  color: #fff;
  padding: 0.0625rem 1.25rem 0.0625rem 2.5rem;
  background: url(img/icon-plane.png) no-repeat scroll 0px 0px;
  background-size: contain;
  line-height: 1;
  margin-top: 0.3125rem;
}
section.support-intro-section .contacts:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 40.625rem) {
  section.support-intro-section .contacts {
    font-size: 1.75rem;
    padding: 0.5625rem 1.25rem 0.5625rem 2.5rem;
  }
}
section.support-intro-section .contacts a, section.support-intro-section .contacts a:visited, section.support-intro-section .contacts a:hover {
  color: #fff;
}
section.support-intro-section .contacts div {
  background-image: none !important;
}
@media only screen and (min-width: 40.625rem) {
  section.support-intro-section .contacts div {
    float: left;
  }
}
@media only screen and (min-width: 40.625rem) {
  section.support-intro-section .contacts .phone {
    padding-right: 0.625rem;
    border-right: 1px solid #fff;
  }
}
@media only screen and (min-width: 40.625rem) {
  section.support-intro-section .contacts .email {
    padding-left: 0.625rem;
  }
}

/**
 * Terms & Conditions Section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.terms-conditions-section {
  font-size: 0.875rem;
}
section.terms-conditions-section p {
  font-size: 1rem;
  line-height: 1.6;
}
section.terms-conditions-section .terms-conditions {
  max-width: 55.625rem;
  margin: 0 auto;
  padding: 0 1.875rem;
  clear: both;
}
section.terms-conditions-section .terms-conditions a.button {
  color: #4d525a;
  border-color: #4d525a;
}
section.terms-conditions-section .terms-conditions a.button:hover {
  color: #fff;
  background-color: #4d525a;
}
section.terms-conditions-section ul {
  list-style-type: none;
  margin: 3.125rem 0;
}
section.terms-conditions-section ul:after {
  content: "";
  display: table;
  clear: both;
}
section.terms-conditions-section ul li {
  display: block;
  width: 100%;
  float: left;
  font-size: 1rem;
  vertical-align: middle;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 30rem) {
  section.terms-conditions-section ul li {
    width: 50%;
  }
}
section.terms-conditions-section ul li:before {
  float: left;
  display: inline-block;
  margin-right: 0.625rem;
  content: url("data:image/svg+xml;utf8,<svg version='1.1'   xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/'   x='0px' y='0px' width='25px' height='30px' viewBox='0 0 37 45' overflow='visible' enable-background='new 0 0 25 30'   xml:space='preserve'><defs></defs><path fill='#4d525a' d='M22.858,44.436c-0.557,0-1.008-0.451-1.008-1.009V31.323c0-0.558,0.451-1.008,1.008-1.008h12.104  c0.558,0,1.009,0.45,1.009,1.008s-0.451,1.009-1.009,1.009H23.867v11.095C23.867,43.984,23.416,44.436,22.858,44.436L22.858,44.436z '/><path fill='#4d525a' d='M22.858,45.444H2.018C0.902,45.444,0,44.542,0,43.427V2.018C0,0.902,0.902,0,2.018,0h32.944 c1.115,0,2.018,0.902,2.018,2.018v29.306c0,0.536-0.213,1.048-0.592,1.427L24.285,44.853C23.907,45.231,23.395,45.444,22.858,45.444 L22.858,45.444z M4.034,41.409h17.989l10.921-10.921V4.034H4.034V41.409L4.034,41.409z'/><path fill='#4d525a' d='M18.491,27.202c-0.516,0-1.032-0.196-1.426-0.591l-5.934-5.929c-0.788-0.786-0.788-2.065,0-2.853 c0.788-0.788,2.064-0.788,2.853,0l4.507,4.503l4.506-4.503c0.787-0.788,2.064-0.788,2.852,0c0.788,0.787,0.788,2.064,0,2.853  l-5.931,5.929C19.523,27.006,19.008,27.202,18.491,27.202L18.491,27.202z'/><path fill='#4d525a' d='M18.491,25.591c-1.112,0-2.017-0.902-2.017-2.017L16.473,9.836c0-1.113,0.902-2.018,2.017-2.018 c1.113,0,2.018,0.902,2.018,2.018l0.002,13.738C20.509,24.687,19.606,25.591,18.491,25.591L18.491,25.591z'/></svg>");
}
section.terms-conditions-section ul li a {
  color: #465660;
}
section.terms-conditions-section ul li a:hover {
  text-decoration: underline;
}

/**
 * Two Column Text Block Section styles
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.three-column-feature-layout .container {
  max-width: 62.5rem;
  margin: 0 auto;
}
section.three-column-feature-layout .container .feature-item {
  width: 33%;
  padding: 0 5%;
  float: left;
  text-align: center;
}
section.three-column-feature-layout .container .feature-item:nth-child(3n+1) {
  clear: both;
}
@media only screen and (max-width: 62.5rem) {
  section.three-column-feature-layout .container .feature-item {
    width: 50%;
  }
  section.three-column-feature-layout .container .feature-item:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 25rem) {
  section.three-column-feature-layout .container .feature-item {
    width: 100%;
  }
}
section.three-column-feature-layout .container .feature-item h3 {
  font-weight: normal;
  color: #ef622f;
}
section.three-column-feature-layout .container .feature-item li {
  padding: 20px 0px;
  border-bottom: 0.5px solid #465660;
}
section.three-column-feature-layout .container .feature-item li:first-child {
  padding-top: 0px;
}
section.three-column-feature-layout .container .feature-item li:last-child {
  border-bottom: none;
}
section.three-column-feature-layout .container .feature-item li:before {
  content: none;
}

/**
 * Two Column Text Block Section styles
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.two-column-feature-layout .container {
  max-width: 62.5rem;
  margin: 0 auto;
  clear: both;
}
section.two-column-feature-layout .container .feature-image {
  width: 20%;
  float: left;
}
@media only screen and (max-width: 43.75rem) {
  section.two-column-feature-layout .container .feature-image {
    width: 100%;
  }
}
section.two-column-feature-layout .container .feature-image img {
  display: block;
  width: 50%;
  height: auto;
  margin: 50px auto 0px;
}
@media only screen and (max-width: 43.75rem) {
  section.two-column-feature-layout .container .feature-image img {
    width: 20%;
    margin: 20px auto 50px;
  }
}
section.two-column-feature-layout .container .full-feature {
  width: 100%;
  overflow: auto;
  margin-top: 4.625rem;
}
section.two-column-feature-layout .container .feature-item {
  width: 80%;
  float: left;
  padding: 0 5%;
  text-align: left;
}
@media only screen and (max-width: 43.75rem) {
  section.two-column-feature-layout .container .feature-item {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}
section.two-column-feature-layout .container .feature-item h3 {
  font-weight: normal;
  color: #6fc8be;
  width: 50%;
}
section.two-column-feature-layout .container .feature-item ul {
  float: left;
  width: 100%;
}
section.two-column-feature-layout .container .feature-item ul li {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 43.75rem) {
  section.two-column-feature-layout .container .feature-item ul li {
    width: 100%;
  }
}
section.two-column-feature-layout .container .feature-item ul li:before {
  content: none;
}
section.two-column-feature-layout .container .feature-item ul li:first-child {
  padding-right: 10%;
  border-right: 1px solid #465660;
}
@media only screen and (max-width: 43.75rem) {
  section.two-column-feature-layout .container .feature-item ul li:first-child {
    padding: 0px;
    border: none;
  }
}
section.two-column-feature-layout .container .feature-item ul li:last-child {
  padding-left: 10%;
}
@media only screen and (max-width: 43.75rem) {
  section.two-column-feature-layout .container .feature-item ul li:last-child {
    padding: 0px;
  }
}

/**
 * Two Column Left Content styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
.two-column-left-content {
  padding: 0 1.875rem;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 62.5rem) {
  .two-column-left-content {
    padding: 0 0 0 25%;
    margin-top: 3.75rem;
  }
}
.two-column-left-content.light {
  color: #465660;
}
.two-column-left-content .leftcontent-space {
  float: left;
  margin-top: 6.25rem;
}
@media only screen and (min-width: 50rem) {
  .two-column-left-content .leftcontent-space {
    margin-top: none;
    float: none;
  }
}

/**
 * Two Column News Section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
.two-column-news-section {
  font-size: 0.875rem;
}
.two-column-news-section .view-more a.button:hover {
  color: white !important;
}
.two-column-news-section .right a {
  font-size: 1.3125rem;
}
.two-column-news-section .right a:hover {
  text-decoration: underline;
}
.two-column-news-section hr {
  border: 1px solid #75787d;
  margin-bottom: 3.125rem;
}
.two-column-news-section .event {
  margin-bottom: 3.125rem;
}
.two-column-news-section .event .title {
  margin-bottom: 0.9375rem;
}
.two-column-news-section .news-item {
  margin-bottom: 3.125rem;
}
.two-column-news-section .news-item .meta {
  margin-bottom: 1.25rem;
}

/**
 * Two Column with Left Image Section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.two-column-section-left-image .right {
  font-size: 0.8125rem;
  line-height: 1.6;
}
@media only screen and (min-width: 62.5rem) {
  section.two-column-section-left-image .right {
    padding-top: 1.875rem;
  }
}
section.two-column-section-left-image .right p {
  line-height: 1.9;
}

/**
 * Two Column with Left Image Section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.two-column-product-left-image {
  padding-bottom: 0px;
}
section.two-column-product-left-image .container {
  border-bottom: 1px solid #465660;
  padding-bottom: 40px;
}
section.two-column-product-left-image h2 {
  text-align: left;
  padding: 0px;
}
section.two-column-product-left-image .view-contain {
  width: 100%;
  float: left;
}
section.two-column-product-left-image a.view-more {
  display: inline-block;
  color: #465660;
  border: 2px solid #465660;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.625rem 0.9375rem;
  margin-top: 20px;
  white-space: nowrap;
  width: auto;
}
section.two-column-product-left-image a.view-more:hover {
  color: #fff;
  background-color: #4d525a;
}
section.two-column-product-left-image .right {
  line-height: 1.4;
}
section.two-column-product-left-image .right .left-list, section.two-column-product-left-image .right .right-list {
  float: left;
  width: 50%;
  line-height: 1.9;
}
section.two-column-product-left-image .right p {
  line-height: 1.6;
}
@media only screen and (max-width: 62.5rem) {
  section.two-column-product-left-image .left img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  section.two-column-product-left-image h2 {
    text-align: center;
  }
  section.two-column-product-left-image a.view-more {
    clear: both;
    display: table;
    margin: 20px auto;
  }
}

/**
 * Two Column Section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
.two-column-section .view-more a.button:hover {
  color: white !important;
  background: #465660;
}

/**
 * Two Column Text Block Section styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
section.two-column-text-block .container {
  max-width: 51.875rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}
@media only screen and (min-width: 37.5rem) {
  section.two-column-text-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
  }
}
section.two-column-text-block p {
  font-size: 1.0625rem;
}
@media only screen and (min-width: 37.5rem) {
  section.two-column-text-block .first-column {
    width: 60%;
    padding-right: 1.5625rem;
    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    border-right: 1px solid #d6d7d8;
  }
}
@media only screen and (min-width: 37.5rem) {
  section.two-column-text-block .second-column {
    width: 40%;
    padding-left: 1.5625rem;
    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
  }
}
section.two-column-text-block li {
  margin-bottom: 1.25rem;
}

/**
 * Product Detail page styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
.product-container {
  max-width: 51.875rem;
  margin: 0 auto;
}

.product-back {
  background-image: url("img/product-back.png");
  background-repeat: no-repeat;
  background-attachment: initial;
  background-position: 0% 14%;
}

section.product-detail {
  padding-top: 6.875rem;
}
@media only screen and (min-width: 52.5rem) {
  section.product-detail {
    padding-top: 11.5625rem;
  }
}
section.product-detail h1.product-title {
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  margin-left: 0px;
  padding: 0px;
  margin-right: 0px;
  color: #465660;
}
@media only screen and (max-width: 62.5rem) {
  section.product-detail h1.product-title {
    text-align: center;
    width: 100%;
  }
}
section.product-detail .right {
  padding-top: 1.5625rem;
  font-size: 0.9375rem;
  float: left;
}
@media only screen and (min-width: 62.5rem) {
  section.product-detail .left {
    width: 37%;
    float: left;
    margin-bottom: 0;
  }
  section.product-detail .right {
    width: 63%;
    padding-top: 42px;
    float: left;
    margin-bottom: 0;
    padding-right: 0px;
  }
}
section.product-detail a.product {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: white;
  color: #fcbf15;
  font-size: 0.6875rem;
  font-weight: bold;
  display: inline-block;
  border: 2px solid #fcbf15;
  padding: 0 0.75rem 0;
  height: 1.875rem;
  line-height: 1.875rem;
  margin-right: 10px;
  margin-top: 20px;
}
section.product-detail a.product:after {
  margin-left: 5px;
  position: relative;
  top: 3px;
  content: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='14px' height='14px' viewBox='0 0 20 19' overflow='visible' enable-background='new 0 0 20 19' xml:space='preserve'><path fill='#fcbf15' d='M9.758,14.837L3.99,9.228c0,0-0.702-0.667,0.062-0.667c0.766,0,2.613,0,2.613,0s0-0.45,0-1.141c0-1.973,0-5.562,0-7.023c0,0-0.104-0.397,0.497-0.397c0.606,0,5.503,0,5.933,0c0.431,0,0.423,0.333,0.423,0.333c0,1.417,0,5.13,0,7.039c0,0.619,0,1.021,0,1.021s1.481,0,2.413,0c0.933,0,0.229,0.697,0.229,0.697s-5.072,5.239-5.621,5.79C10.138,15.282,9.758,14.837,9.758,14.837z'/><rect y='17.601' fill='#fcbf15' width='20.109' height='1.13'/></svg>");
}
section.product-detail a.product.inquiry:after {
  background-image: url("http://viking.ihidevelopment.com/wp-content/themes/viking/img/icon-mail-yellow.png");
  background-size: 16px 11px;
  display: inline-block;
  width: 16px;
  height: 11px;
  content: "";
  margin-left: 8px;
  top: 1px;
}
section.product-detail a.product:hover {
  background-color: #465660;
  border-color: #465660;
}

section.specifications {
  /* Mobile */
}
section.specifications table {
  width: 100%;
  border-width: 0;
  border-collapse: collapse;
}
section.specifications th {
  background: #465660;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9375rem;
  letter-spacing: .8px;
  padding: 1.0625rem 0.625rem 0.5rem;
  border-bottom: 3px solid #ef373e;
}
section.specifications td {
  font-size: 0.75rem;
  color: #465660;
  padding: 0.5625rem 0.625rem;
  text-align: center;
}
section.specifications tr:nth-child(even) {
  background-color: #edeeee;
}
@media only screen and (max-width: 767px) {
  section.specifications table.responsive {
    margin-bottom: 0;
  }
  section.specifications .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  section.specifications .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  section.specifications .pinned table th, section.specifications .pinned table td {
    white-space: nowrap;
  }
  section.specifications div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  section.specifications div.table-wrapper div.scrollable {
    margin-left: 35%;
  }
  section.specifications div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  section.specifications table.responsive td, section.specifications table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  section.specifications table.responsive th:first-child, section.specifications table.responsive td:first-child, section.specifications table.responsive td:first-child, section.specifications table.responsive.pinned td {
    display: none;
  }
}

.product-gallery {
  text-align: center;
  margin-top: 1.25rem;
}
.product-gallery .full {
  width: 17.5rem;
  height: 17.5rem;
  line-height: 17.5rem;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
.product-gallery .full img {
  vertical-align: middle;
}
.product-gallery .thumbnails {
  clear: both;
}
.product-gallery .thumbnail {
  height: 5rem;
  width: 5rem;
  display: inline-block;
  cursor: pointer;
  padding: 0.4375rem;
  text-align: center;
  margin: 0 0 0.75rem 0.75rem;
  line-height: 3.75rem;
  vertical-align: middle;
}
.product-gallery .thumbnail:nth-child(n+2) {
  border-left: 2px solid #d2d2d3;
}
.product-gallery .thumbnail img {
  width: auto;
  vertical-align: middle;
}

section.product-features {
  background: #465660 url(img/product-features-bg.jpg);
  color: white;
}
section.product-features h2 {
  background: white;
  color: #fcbf15;
  text-transform: uppercase;
}
section.product-features .content {
  clear: both;
  max-width: 68.75rem;
  margin: 0 auto;
}
section.product-features .content:after {
  content: "";
  display: table;
  clear: both;
}
section.product-features ul {
  margin-left: 2.5rem;
}
@media only screen and (min-width: 62.5rem) {
  section.product-features ul {
    float: left;
    width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 62.5rem) {
  section.product-features ul.first {
    padding-right: 2.5rem;
    border-right: 2px solid #6e7174;
  }
}
section.product-features li {
  margin-bottom: 0.9375rem;
}

section.product-advantages {
  background: url(img/product-advantages-bg.png);
  text-align: center;
}
section.product-advantages .left {
  position: relative;
  z-index: 2;
}
section.product-advantages h2 {
  background: #fcbf15;
  color: white;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.5rem) {
  section.product-advantages h2 {
    margin-bottom: -5rem;
  }
}
section.product-advantages .image {
  padding: 0 1.875rem 1.875rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 62.5rem) {
  section.product-advantages .image {
    margin-top: -5rem;
  }
}

section.product-message {
  background: url(img/product-message-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 1.5rem;
  color: #4d525a;
  text-align: center;
  padding: 2.8125rem 1.875rem;
}
@media only screen and (min-width: 62.5rem) {
  section.product-message {
    font-size: 2rem;
  }
}
section.product-message p {
  max-width: 58.75rem;
  margin: 0 auto;
  line-height: 1.7;
}
/**
 * Product Detail2 page styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
.product-container {
  max-width: 51.875rem;
  margin: 0 auto;
}

.product-back {
  background-image: url("img/product-back.png");
  background-repeat: no-repeat;
  background-attachment: initial;
  background-position: 0% 14%;
}

section.product-detail {
  padding-top: 6.875rem;
}
@media only screen and (min-width: 52.5rem) {
  section.product-detail {
    padding-top: 11.5625rem;
  }
}
section.product-detail h1.product-title {
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  margin-left: 0px;
  padding: 0px;
  margin-right: 0px;
  color: #465660;
}
@media only screen and (max-width: 62.5rem) {
  section.product-detail h1.product-title {
    text-align: center;
    width: 100%;
  }
}
section.product-detail .right {
  padding-top: 1.5625rem;
  font-size: 0.9375rem;
  float: left;
}
@media only screen and (min-width: 62.5rem) {
  section.product-detail .left {
    width: 37%;
    float: left;
    margin-bottom: 0;
  }
  section.product-detail .right {
    width: 63%;
    padding-top: 42px;
    float: left;
    margin-bottom: 0;
    padding-right: 0px;
  }
}
section.product-detail a.product {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: white;
  color: #fcbf15;
  font-size: 0.6875rem;
  font-weight: bold;
  display: inline-block;
  border: 2px solid #fcbf15;
  padding: 0 0.75rem 0;
  height: 1.875rem;
  line-height: 1.875rem;
  margin-right: 10px;
  margin-top: 20px;
}
section.product-detail a.product:after {
  margin-left: 5px;
  position: relative;
  top: 3px;
  content: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='14px' height='14px' viewBox='0 0 20 19' overflow='visible' enable-background='new 0 0 20 19' xml:space='preserve'><path fill='#fcbf15' d='M9.758,14.837L3.99,9.228c0,0-0.702-0.667,0.062-0.667c0.766,0,2.613,0,2.613,0s0-0.45,0-1.141c0-1.973,0-5.562,0-7.023c0,0-0.104-0.397,0.497-0.397c0.606,0,5.503,0,5.933,0c0.431,0,0.423,0.333,0.423,0.333c0,1.417,0,5.13,0,7.039c0,0.619,0,1.021,0,1.021s1.481,0,2.413,0c0.933,0,0.229,0.697,0.229,0.697s-5.072,5.239-5.621,5.79C10.138,15.282,9.758,14.837,9.758,14.837z'/><rect y='17.601' fill='#fcbf15' width='20.109' height='1.13'/></svg>");
}
section.product-detail a.product.inquiry:after {
  background-image: url("http://viking.ihidevelopment.com/wp-content/themes/viking/img/icon-mail-yellow.png");
  background-size: 16px 11px;
  display: inline-block;
  width: 16px;
  height: 11px;
  content: "";
  margin-left: 8px;
  top: 1px;
}
section.product-detail a.product:hover {
  background-color: #465660;
  border-color: #465660;
}

section.specifications {
  /* Mobile */
}
section.specifications table {
  width: 100%;
  border-width: 0;
  border-collapse: collapse;
}
section.specifications th {
  background: #465660;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9375rem;
  letter-spacing: .8px;
  padding: 1.0625rem 0.625rem 0.5rem;
  border-bottom: 3px solid #ef373e;
}
section.specifications td {
  font-size: 0.75rem;
  color: #465660;
  padding: 0.5625rem 0.625rem;
  text-align: center;
}
section.specifications tr:nth-child(even) {
  background-color: #edeeee;
}
@media only screen and (max-width: 767px) {
  section.specifications table.responsive {
    margin-bottom: 0;
  }
  section.specifications .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  section.specifications .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  section.specifications .pinned table th, section.specifications .pinned table td {
    white-space: nowrap;
  }
  section.specifications div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  section.specifications div.table-wrapper div.scrollable {
    margin-left: 35%;
  }
  section.specifications div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  section.specifications table.responsive td, section.specifications table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  section.specifications table.responsive th:first-child, section.specifications table.responsive td:first-child, section.specifications table.responsive td:first-child, section.specifications table.responsive.pinned td {
    display: none;
  }
}

.product-gallery {
  text-align: center;
  margin-top: 1.25rem;
}
.product-gallery .full {
  width: 17.5rem;
  height: 17.5rem;
  line-height: 17.5rem;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
.product-gallery .full img {
  vertical-align: middle;
}
.product-gallery .thumbnails {
  clear: both;
}
.product-gallery .thumbnail {
  height: 5rem;
  width: 5rem;
  display: inline-block;
  cursor: pointer;
  padding: 0.4375rem;
  text-align: center;
  margin: 0 0 0.75rem 0.75rem;
  line-height: 3.75rem;
  vertical-align: middle;
}
.product-gallery .thumbnail:nth-child(n+2) {
  border-left: 2px solid #d2d2d3;
}
.product-gallery .thumbnail img {
  width: auto;
  vertical-align: middle;
}

section.product-features {
  background: #465660 url(img/product-features-bg.jpg);
  color: white;
}
section.product-features h2 {
  background: white;
  color: #fcbf15;
  text-transform: uppercase;
}
section.product-features .content {
  clear: both;
  max-width: 68.75rem;
  margin: 0 auto;
}
section.product-features .content:after {
  content: "";
  display: table;
  clear: both;
}
section.product-features ul {
  margin-left: 2.5rem;
}
@media only screen and (min-width: 62.5rem) {
  section.product-features ul {
    float: left;
    width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 62.5rem) {
  section.product-features ul.first {
    padding-right: 2.5rem;
    border-right: 2px solid #6e7174;
  }
}
section.product-features li {
  margin-bottom: 0.9375rem;
}

section.product-advantages {
  background: url(img/product-advantages-bg.png);
  text-align: center;
}
section.product-advantages .left {
  position: relative;
  z-index: 2;
}
section.product-advantages h2 {
  background: #fcbf15;
  color: white;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.5rem) {
  section.product-advantages h2 {
    margin-bottom: -5rem;
  }
}
section.product-advantages .image {
  padding: 0 1.875rem 1.875rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 62.5rem) {
  section.product-advantages .image {
    margin-top: -5rem;
  }
}

section.product-message {
  background: url(img/product-message-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 1.5rem;
  color: #4d525a;
  text-align: center;
  padding: 2.8125rem 1.875rem;
}
@media only screen and (min-width: 62.5rem) {
  section.product-message {
    font-size: 2rem;
  }
}
section.product-message p {
  max-width: 58.75rem;
  margin: 0 auto;
  line-height: 1.7;
}

/**
 * Support Page styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
.support h1, .support h2 {
  max-width: 51.875rem;
}

article.support-page header.main-heading,
article.engineering-page header.main-heading  {
  padding-top: 8.875rem;
  background-size: inherit;
}

@media only screen and (min-width: 37.5rem) {
  article.support-page header.main-heading {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
article.support-page header.main-heading h1, article.support-page header.main-heading h2 {
  font-weight: 100;
  color: #465660;
  text-shadow: none;
}
article.support-page header.main-heading h1 {
  font-size: 3.0625rem;
  margin-bottom: 8px;
}
article.support-page header.main-heading h2 {
  font-size: 1.75rem;
  line-height: 2rem;
}
@media only screen and (min-width: 37.5rem) {
  article.support-page .single_column_text_block {
    background-size: cover;
    background-position: 0px -100px;
  }
}
article.support-page .single_column_text_block .content {
  font-size: 1.75rem;
  text-align: center;
  max-width: 62.5rem;
}

/**
 * storage Page styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
.storage-page .main-heading.storage {
  padding-bottom: 15.625rem;
}
@media only screen and (max-width: 51.25rem) {
  .storage-page .main-heading.storage {
    padding-top: 6.875rem;
    padding-bottom: 9.375rem;
  }
}
.storage-page .main-heading.storage h1, .storage-page .main-heading.storage p {
  max-width: 51.875rem;
}
.storage-page .main-heading.storage h1.title {
  font-size: 2.375rem;
  font-weight: lighter;
  padding-bottom: 10px;
}
.storage-page .main-heading.storage p {
  margin: 0 auto;
  line-height: 1.4375rem;
}
.storage-page .main-heading.storage a {
  padding: 0px 7px;
}
.storage-page .main-heading.storage a:before {
  content: "\25B8  ";
  color: #fcbf15;
}
.storage-page .main-heading.storage .links a {
  color: #fff;
}
.storage-page .main-heading.storage .links a:hover {
  color: #fcbf15;
}

article.storage-page header.main-heading {
  padding-top: 8.875rem;
  background-size: inherit;
}
@media only screen and (min-width: 37.5rem) {
  article.storage-page header.main-heading {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
article.storage-page header.main-heading h1, article.storage-page header.main-heading h2 {
  font-weight: 100;
  color: #465660;
  text-shadow: none;
}
article.storage-page header.main-heading h1 {
  font-size: 3.0625rem;
  margin-bottom: 8px;
}
article.storage-page header.main-heading h2 {
  font-size: 1.75rem;
  line-height: 2rem;
}
article.storage-page .single_column_text_block {
  padding: 1.875rem 0px;
}
@media only screen and (min-width: 37.5rem) {
  article.storage-page .single_column_text_block {
    background-size: cover;
    background-position: 0px -100px;
  }
}
article.storage-page .single_column_text_block .content {
  font-size: 1.75rem;
  text-align: center;
  max-width: 62.5rem;
}
article.storage-page .single_column_text_block .content h2, article.storage-page .single_column_text_block .content p {
  text-align: center;
}
article.storage-page .single_column_text_block .content h2 {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  font-size: 1.875rem;
}
article.storage-page .single_column_text_block .content p {
  font-size: 1.1875rem;
  font-weight: 100;
  line-height: 1;
}

.main-heading.company {
  padding-top: 18.75rem;
}

article.company .single_column_text_block h2 {
  text-align: left;
  font-weight: 100;
  color: #465660;
  padding: 0px;
}
article.company .single_column_text_block p {
  text-align: left;
}

/**
 * Solutions Page styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
.solutions-page .main-heading.solutions {
  padding-top: 8.75rem;
  padding-bottom: 15.625rem;
}
@media only screen and (max-width: 51.25rem) {
  .solutions-page .main-heading.solutions {
    padding-top: 6.875rem;
    padding-bottom: 6.25rem;
  }
}
.solutions-page .main-heading.solutions h1, .solutions-page .main-heading.solutions p {
  max-width: 51.875rem;
}
.solutions-page .main-heading.solutions h1.title {
  font-size: 2.375rem;
  font-weight: lighter;
  padding-bottom: 30px;
}
.solutions-page .main-heading.solutions p {
  font-size: 1rem;
  margin: 0 auto 10px;
  line-height: 1.4375rem;
}
.solutions-page .main-heading.solutions a {
  padding: 0px 7px;
}
.solutions-page .main-heading.solutions a:before {
  content: "\25B8  ";
  color: #fcbf15;
}
.solutions-page .main-heading.solutions .links a {
  color: #fff;
}
.solutions-page .main-heading.solutions .links a:hover {
  color: #fcbf15;
}

section.three-column-left-headers .container h2 {
  text-align: left;
  color: #ef622f;
}
section.three-column-left-headers .container .column-item {
  display: table-cell;
  width: 33%;
  padding: 0 20px;
}
section.three-column-left-headers .container .column-item:nth-child(n+3) {
  border-left: 1px solid #8a9094;
}

section.two-column-left-headers .column-item {
  display: table-cell;
  width: 33%;
  padding: 0 20px;
}
section.two-column-left-headers h2 {
  width: 33%;
  text-align: left;
  color: #ef622f;
}
section.two-column-left-headers .column-item:nth-child(2) {
  border-left: 1px solid #8a9094;
}

section.single-column-left-headers .column-item {
  display: table-cell;
  padding: 0 20px;
}
section.single-column-left-headers h2 {
  width: 33%;
  text-align: left;
  color: #ef622f;
}
section.single-column-left-headers .column-item {
  border-left: 1px solid #8a9094;
  width: 66%;
}

section.two-column-center-headers .container h2 {
  text-align: center;
  max-width: none;
  color: black;
  font-weight: bold;
}
section.two-column-center-headers .container .column-item {
  display: table-cell;
  width: 50%;
  padding: 0 20px;
}
section.two-column-center-headers .container .column-item:nth-child(n+3) {
  border-left: 1px solid #8a9094;
}

section.three-column-all-centered .container h2 {
  text-align: center;
  max-width: none;
  color: black;
  font-weight: bold;
}
section.three-column-all-centered .container .column-item {
  display: table-cell;
  width: 33%;
  padding: 0 20px;
  text-align: center;
}
section.three-column-all-centered .container p {
  padding: 20px 0px;
  margin: 0px;
}
section.three-column-all-centered .container p:nth-child(n+2) {
  border-top: 1px solid #8a9094;
}
@media only screen and (max-width: 51.25rem) {
  section.three-column-all-centered .container p:nth-child(n+2) {
    border-top: none;
  }
}

section.single_column_text_block {
  font-size: 1.625rem;
  color: #fff;
  text-align: center;
}

section.light {
  color: #fff;
}

section.dark {
  color: #465660;
}

.solutions-page .container {
  max-width: 62.5rem;
}
.solutions-page li {
  padding: 10px 10px;
}
.solutions-page li:before {
  margin-left: -0.8rem;
}
.solutions-page ul {
  margin-left: 0.8rem;
}
.solutions-page h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 20px;
  padding: 1rem 1.3625rem;
}
@media only screen and (max-width: 51.25rem) {
  .solutions-page h2, .solutions-page .column-item {
    display: block !important;
    width: 100% !important;
  }
  .solutions-page section {
    padding: 1.875rem 0;
  }
}

/**
 * Main page heading/title styles
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
header.main-heading {
  width: 100%;
  padding: 10rem 1.875rem 3.75rem;
  background-position: center;
  background-size: cover;
  text-align: center;
}
header.main-heading.company {
  text-align: center;
}
@media only screen and (min-width: 51.25rem) {
  header.main-heading {
    padding-top: 12.5rem;
    text-align: left;
  }
}
@media only screen and (min-width: 62.5rem) {
  header.main-heading {
    padding-top: 15.3125rem;
  }
}
header.main-heading h2 {
  letter-spacing: 0.1875rem;
  text-shadow: 5px 2px 8px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

/**
 * Secondary navigation styles
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
nav.secondary-navigation {
  background: white;
  padding: 0.625rem 0;
  text-align: center;
  z-index: 9;
  position: fixed;
  left: 0;
  right: 0;
  top: 4.375rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 51.875rem) {
  nav.secondary-navigation {
    top: 5.625rem;
    text-align: left;
    padding: 2.1875rem 0;
  }
}
nav.secondary-navigation ul {
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 51.875rem) {
  nav.secondary-navigation ul {
    max-width: 51.875rem;
  }
}
nav.secondary-navigation li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #465660;
}
nav.secondary-navigation li:last-child {
  border-right-width: 0;
}
@media only screen and (min-width: 51.875rem) {
  nav.secondary-navigation li:first-child a {
    padding-left: 0;
  }
}
nav.secondary-navigation li a {
  display: inline-block;
  padding: 0.125rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #fcbf15;
}
nav.secondary-navigation li a:hover {
  color: #666;
}

/**
 * Support Page styles 
 *
 * @package WordPress
 * @subpackage Viking_Technology_2016
 * @since Viking Technology 2016 1.0
 */
article.page {
  margin-top: 5.625rem;
  max-width: 55.625rem;
  margin: 6.875rem auto;
  padding: 0 1.875rem;
}
@media only screen and (min-width: 51.875rem) {
  article.page {
    margin-top: 8.75rem;
  }
}
article.page h1 {
  font-size: 3rem;
  color: #465660;
  text-shadow: none;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 40rem) {
  article.page h1 {
    font-size: 2rem;
  }
}

body.page-template-product-overview article.product-overview header.product p.links > a {
  /*color: #465660;*/
  color: #fff;
}

.main-heading.support h1.title {
  font-size: 2.375rem;
  font-weight: lighter;
  padding-bottom: 10px;
}
.main-heading.support p {
  margin: 0 auto;
  line-height: 1.4375rem;
}
.main-heading.support h1,
.main-heading.support p {
    max-width: 51.875rem;
}
.main-heading.support a {
  padding: 0px 7px;
}
.main-heading.support a:before {
  content: "\25B8  ";
  color: #fcbf15;
}
.main-heading.support .links a {
  color: #465660;
}
.main-heading.support .links a:hover {
  color: #fcbf15;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 265px;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
@media only screen and (max-width: 800px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    color: white;
    top: 0;
    left: 0;
}

.slick-prev
{
    left: 35px;
    z-index: 3;
}

.slick-prev:before
{
    content: '';
    width: 50px;
    height: 50px;
    border-left: 2px solid white;
    border-top: 2px solid white;
    position: absolute;
    transform: rotate(-45deg);
}

.slick-next
{
    right: 35px;
}

.slick-next:before
{
    content: '';
    width: 50px;
    height: 50px;
    border-left: 2px solid white;
    border-top: 2px solid white;
    position: absolute;
    transform: rotate(135deg);
    outline-left: 2px solid #363636;
}

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}