/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2 Development
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */
/**
 * Box Model, Html & Body
 */
html, body, [canvas=container], [off-canvas] {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

/**
 * Canvas
 */
[canvas] {
  z-index: 1; }

[canvas=container] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  background-color: white;
  /* Basic background color, overwrite this in your own css. */
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */ }

[canvas=container]:before, [canvas=container]:after {
  clear: both;
  content: '';
  display: table; }

/**
 * Off-Canavs
 */
[off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  background-color: black;
  /* Basic background color, overwrite this in your own css. */
  color: white;
  /* Basic colors, overwrite this in your own css. */
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */ }

[off-canvas*=top] {
  width: 100%;
  height: 255px;
  top: 0; }

[off-canvas*=right] {
  width: 255px;
  height: 100%;
  top: 0;
  right: 0; }

[off-canvas*=bottom] {
  width: 100%;
  height: 255px;
  bottom: 0; }

[off-canvas*=left] {
  width: 255px;
  height: 100%;
  top: 0;
  left: 0; }

[off-canvas*=reveal] {
  z-index: 0; }

[off-canvas*=push] {
  z-index: 1; }

[off-canvas*=overlay] {
  z-index: 9999; }

[off-canvas*=shift] {
  z-index: 0; }

/**
 * Animation
 */
[canvas], [off-canvas] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  -webkit-backface-visibility: hidden;
  /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */ }

[off-canvas*=shift][off-canvas*=top] {
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%); }

[off-canvas*=shift][off-canvas*=right] {
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px); }

[off-canvas*=shift][off-canvas*=bottom] {
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%); }

[off-canvas*=shift][off-canvas*=left] {
  -webkit-transform: translate(50%, 0px);
  transform: translate(50%, 0px); }

/**
 * Print
 */
@media print {
  [canvas] {
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important; }

  [off-canvas] {
    display: none !important; } }
html {
  overflow-y: scroll;
  box-sizing: border-box;
  font-size: 62.5%; }

*,
*:before,
*:after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.2px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  background: url("../images/Background/white-tiles.png"); }

h1 {
  margin: 15px 0; }

p {
  margin: 10px 0; }

p,
li {
  line-height: 1.4; }

img {
  max-width: 100%;
  height: auto; }

fieldset {
  border-width: 0;
  padding: 5px 0; }

input:not([type=range]):not([type=checkbox]):not([type=radio]),
textarea,
select,
button {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.2px;
  height: 30px; }

input:not([type=range]),
textarea,
select {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 0 3px;
  background-color: #fff; }

input[type=checkbox],
input[type=radio] {
  border: 1px solid #ccc; }

textarea {
  vertical-align: middle;
  height: 50px;
  resize: vertical;
  padding: 3px; }

input[type=button],
button,
input[type=submit],
input[type=reset],
a.button {
  background-color: #7599dd;
  border: medium none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 7px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); }

input:focus:not([type=range]):not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
textarea:focus,
select:focus {
  outline: none;
  box-shadow: 0 0 0 2px #7599dd;
  border-color: transparent; }

input[type=button]:hover,
input[type=button]:active,
button:hover,
button:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=reset]:hover,
input[type=reset]:active,
a.button:hover {
  background-color: #5d7ab0; }

input[type=color] {
  vertical-align: middle;
  padding: 0; }

table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px auto; }

td, th {
  padding: 5px;
  line-height: 1.4;
  border: 1px solid #999; }

header,
footer,
div#body,
div.wrap-common {
  width: 100%;
  min-width: 320px; }

div.wrap-common {
  margin: 0 auto;
  position: relative; }

#wrap-mobile-controls {
  z-index: 20;
  position: fixed;
  top: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76b5e7+0,2989d8+20,2989d8+80,506fa1+100 */
  background: #76b5e7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #76b5e7 0%, #2989d8 20%, #2989d8 80%, #506fa1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #76b5e7 0%, #2989d8 20%, #2989d8 80%, #506fa1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #76b5e7 0%, #2989d8 20%, #2989d8 80%, #506fa1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b5e7', endColorstr='#506fa1',GradientType=0 );
  /* IE6-9 */
  color: white;
  padding: 5px; }
  #wrap-mobile-controls img.smeg-logo {
    float: right;
    width: 100px; }
  @media all and (min-width: 860px) {
    #wrap-mobile-controls {
      display: none; } }

#trigger-mobile-menu {
  padding: 5px;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  color: #000; }

#wrap-mobile-menu [off-canvas*="mobile-menu"] {
  background: #7599dd; }
  #wrap-mobile-menu [off-canvas*="mobile-menu"] div.faux-header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76b5e7+0,2989d8+20,2989d8+80,506fa1+100 */
    background: #76b5e7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #76b5e7 0%, #2989d8 20%, #2989d8 80%, #506fa1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #76b5e7 0%, #2989d8 20%, #2989d8 80%, #506fa1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #76b5e7 0%, #2989d8 20%, #2989d8 80%, #506fa1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b5e7', endColorstr='#506fa1',GradientType=0 );
    /* IE6-9 */
    height: 34px; }
  #wrap-mobile-menu [off-canvas*="mobile-menu"] div.menu-item,
  #wrap-mobile-menu [off-canvas*="mobile-menu"] a.menu-item {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76b5e7+0,2989d8+20,2989d8+80,506fa1+100 */
    background: #76b5e7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #76b5e7 0%, #2989d8 20%, #2989d8 80%, #506fa1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #76b5e7 0%, #2989d8 20%, #2989d8 80%, #506fa1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #76b5e7 0%, #2989d8 20%, #2989d8 80%, #506fa1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b5e7', endColorstr='#506fa1',GradientType=0 );
    /* IE6-9 */
    color: white;
    text-align: center; }
  #wrap-mobile-menu [off-canvas*="mobile-menu"] div.menu-item {
    padding: 10px;
    cursor: pointer;
    line-height: 2;
    height: 46px; }
    #wrap-mobile-menu [off-canvas*="mobile-menu"] div.menu-item .fa.float-left {
      margin-right: 10px; }
  #wrap-mobile-menu [off-canvas*="mobile-menu"] a.menu-item {
    padding: 10px;
    display: block;
    line-height: 2;
    height: 46px; }

div#wrap-inner-header {
  box-shadow: 8px 8px 5px #dfdede; }

div#wrap-logo {
  margin-top: 34px; }
  div#wrap-logo img {
    display: block; }
    div#wrap-logo img.mobile {
      display: block; }
    div#wrap-logo img.desktop {
      display: none; }
  @media all and (min-width: 600px) {
    div#wrap-logo img.mobile {
      display: none; }
    div#wrap-logo img.desktop {
      display: block; } }
  @media all and (min-width: 860px) {
    div#wrap-logo {
      margin-top: 5px; } }

#nav-desktop {
  display: none;
  margin: 0 auto;
  background-color: #fff; }
  @media all and (min-width: 860px) {
    #nav-desktop {
      display: block; } }

#nav-desktop > ul {
  *zoom: 1;
  padding: 0;
  margin: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76b5e7+0,2989d8+20,2989d8+80,506fa1+100 */
  background: #76b5e7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #76b5e7 0%, #2989d8 20%, #2989d8 80%, #506fa1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #76b5e7 0%, #2989d8 20%, #2989d8 80%, #506fa1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #76b5e7 0%, #2989d8 20%, #2989d8 80%, #506fa1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b5e7', endColorstr='#506fa1',GradientType=0 );
  /* IE6-9 */
  color: white; }
  #nav-desktop > ul:before, #nav-desktop > ul:after {
    content: " ";
    display: table; }
  #nav-desktop > ul:after {
    clear: both; }
  #nav-desktop > ul > li {
    position: relative;
    float: left;
    cursor: pointer;
    text-align: center;
    list-style: none;
    color: #fff;
    padding: 8px 10px;
    border-right: 1px solid #fff;
    font-size: 1.2rem; }
    #nav-desktop > ul > li.link {
      padding: 0; }
      #nav-desktop > ul > li.link > a {
        display: block;
        padding: 8px 10px; }
    #nav-desktop > ul > li.inline-menu {
      padding-left: 5px; }
    #nav-desktop > ul > li span.menu-indicator {
      color: #acc7e9; }
    #nav-desktop > ul > li > a {
      text-decoration: none;
      color: #fff; }
    #nav-desktop > ul > li.active {
      background-color: #000;
      color: #fff; }
      #nav-desktop > ul > li.active > a {
        color: #fff; }
      #nav-desktop > ul > li.active span.menu-indicator {
        color: #fff; }
    #nav-desktop > ul > li.inline-menu {
      position: relative; }
      #nav-desktop > ul > li.inline-menu > div.inline-menu {
        position: absolute;
        display: none;
        border: 2px solid #527AD9;
        border-top: 0px;
        border-radius: 0 0 3px 3px;
        position: absolute;
        background-color: white;
        width: 225px;
        text-align: left;
        top: 32px;
        left: 0;
        z-index: 10;
        -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2); }
        #nav-desktop > ul > li.inline-menu > div.inline-menu div.inline-link:hover {
          background-color: #cbd7f3; }
        #nav-desktop > ul > li.inline-menu > div.inline-menu div.inline-link a {
          display: block;
          padding: 5px 3px;
          color: #444;
          text-decoration: none; }

div#wrap-inner-footer {
  border-top: 1px solid #ddd;
  margin: 0px auto 20px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 8px 8px 5px #dfdede;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 1.2rem; }
  div#wrap-inner-footer p {
    text-align: center; }

div.wrap-page-common {
  padding: 10px;
  background-color: #fff;
  box-shadow: 8px 8px 5px #dfdede; }
  div.wrap-page-common > *:first-child {
    margin-top: 0; }

h1.general-title {
  border-bottom: 2px solid #7599dd;
  padding-bottom: 15px;
  font-weight: normal;
  font-size: 22px; }
  h1.general-title.double-border {
    border-top: 2px solid #7599dd;
    padding-top: 15px; }

div.generic-information {
  color: #000;
  background-color: #fff;
  padding: 0 5px;
  border: 2px solid #7599dd;
  border-radius: 3px; }
  div.generic-information ul {
    padding-left: 25px; }

p.generic-error {
  background-color: red;
  color: #fff;
  padding: 5px;
  border-radius: 3px; }

form {
  border: 2px solid #ddd;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-9 */
  max-width: 600px;
  margin: 10px auto;
  padding: 10px; }
  form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]),
  form textarea {
    width: 100%; }
  form textarea {
    height: 70px; }
  form label > input[type=checkbox] {
    margin-right: 10px; }

form.single-row legend,
form.single-row label {
  display: block;
  line-height: 1.4; }
form.single-row fieldset > *:not(:first-child) {
  margin-top: 10px; }
form.single-row fieldset > legend:first-child {
  padding-top: 5px; }
form.single-row legend.required-field:before,
form.single-row label.required-field:before,
form.single-row div.label.required-field:before {
  content: 'required';
  font-size: 1.2rem;
  padding: 0px 3px;
  border-radius: 3px;
  background-color: #666;
  color: #fff;
  margin-right: 5px; }
form.single-row legend.toggle-form-help:after,
form.single-row label.toggle-form-help:after,
form.single-row div.label.required-field:after {
  content: 'help?';
  padding: 0px 3px;
  border-radius: 3px;
  background-color: #7599dd;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  margin-left: 5px; }

div#wrap-air-offer {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ccc;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-9 */ }
  div#wrap-air-offer img.desktop {
    display: none; }
  div#wrap-air-offer + h1.general-title {
    padding-bottom: 15px; }
  div#wrap-air-offer ul {
    text-align: left;
    width: 100%;
    padding-left: 10px;
    margin: 0; }
    div#wrap-air-offer ul li {
      list-style: none;
      background-image: url("../images/AIR/blue-tools-bullet-point.png");
      background-repeat: no-repeat;
      padding-left: 35px;
      padding-top: 5px;
      padding-bottom: 10px;
      font-weight: bold; }
  @media all and (min-width: 600px) {
    div#wrap-air-offer ul {
      float: left;
      width: 46%;
      padding-left: 40px;
      margin: 13px 0 13px 4%; }
    div#wrap-air-offer img.mobile {
      display: none; }
    div#wrap-air-offer img.desktop {
      display: inline; } }

@media all and (min-width: 980px) {
  .wrap-common {
    max-width: 980px; } }
div#page-contact-smeg-service div.wrap-address {
  float: none; }
div#page-contact-smeg-service div.wrap-google-map {
  float: none; }
@media all and (min-width: 600px) {
  div#page-contact-smeg-service div.wrap-address {
    float: left;
    width: 50%; }
  div#page-contact-smeg-service div.wrap-google-map {
    float: right;
    width: 49%;
    margin-left: 1%; } }
div#page-contact-smeg-service #iframe-google-map {
  width: 100%;
  border: 0;
  min-height: 300px; }

div#page-find-a-smeg-engineer #postcode-search-results,
div#page-find-a-smeg-engineer #wrap-loading-message,
div#page-find-a-smeg-engineer #wrap-postcode-error {
  display: none; }
div#page-find-a-smeg-engineer #wrap-loading-message {
  margin: 10px auto;
  padding: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-9 */
  border: 2px solid #ddd;
  max-width: 600px;
  border-radius: 3px; }
div#page-find-a-smeg-engineer ul.tab-controller {
  margin: 0;
  padding: 0; }
div#page-find-a-smeg-engineer ul.tab-controller li {
  margin: 0;
  padding: 0;
  cursor: pointer;
  list-style: none;
  background-color: #eee;
  float: left;
  border: 1px solid #ddd;
  margin-right: 5px;
  padding: 5px;
  border-radius: 3px;
  color: #000; }
div#page-find-a-smeg-engineer ul.tab-controller li:hover {
  border: 1px solid #377AB9; }
div#page-find-a-smeg-engineer ul.tab-controller li.active {
  color: #fff;
  background-color: #8DB6DD;
  border: 1px solid #377AB9; }
div#page-find-a-smeg-engineer div.tab-group {
  display: none;
  margin-top: 10px; }
div#page-find-a-smeg-engineer div#google-map {
  height: 500px;
  margin-top: 10px; }
div#page-find-a-smeg-engineer span.view-google-map {
  text-decoration: underline;
  cursor: pointer; }
div#page-find-a-smeg-engineer #table-postcode-results {
  text-align: center;
  font-weight: normal;
  color: #fff;
  width: 100%;
  background-color: #f4faff;
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0px; }
div#page-find-a-smeg-engineer #table-postcode-results tr.desktop {
  display: none; }
@media all and (min-width: 600px) {
  div#page-find-a-smeg-engineer #table-postcode-results tr.mobile {
    display: none; }
  div#page-find-a-smeg-engineer #table-postcode-results tr.desktop {
    display: table-row; } }
div#page-find-a-smeg-engineer #table-postcode-results td {
  background-color: #f4faff;
  color: #000;
  padding: 4px;
  text-align: center;
  border: 1px #ABC1EB solid; }
div#page-find-a-smeg-engineer #table-postcode-results thead td {
  background-color: #5a8fd4;
  color: #fff;
  padding: 4px;
  text-align: center;
  border-bottom: 1px #ABC1EB solid; }
div#page-find-a-smeg-engineer #table-postcode-results td.alt {
  background-color: #f4faff;
  color: #000;
  padding: 4px;
  text-align: center;
  border: 1px #ABC1EB solid; }

div#page-smeg-appliance-registration img.smeg-appliance {
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
  display: none; }
@media all and (min-width: 450px) {
  div#page-smeg-appliance-registration img.smeg-appliance {
    display: inline; } }

div#page-smeg-model-identification #wrap-identifcation-guide {
  border: 1px solid #b1c8f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
div#page-smeg-model-identification div.identification-controls-mobile {
  min-width: 100%;
  padding: 10px; }
  div#page-smeg-model-identification div.identification-controls-mobile select {
    width: 100%; }
div#page-smeg-model-identification ul.identification-controls-desktop {
  min-width: 150px;
  margin: 0;
  padding: 0;
  background-color: #5a85d4;
  display: none; }
  div#page-smeg-model-identification ul.identification-controls-desktop li {
    padding: 5px;
    list-style: none;
    background-color: #5a85d4;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #b1c8f2; }
    div#page-smeg-model-identification ul.identification-controls-desktop li.active, div#page-smeg-model-identification ul.identification-controls-desktop li:hover {
      background-color: #b1c8f2;
      color: #000; }
div#page-smeg-model-identification div.identification-content {
  display: none;
  padding: 10px;
  flex-grow: 1; }
  div#page-smeg-model-identification div.identification-content > *:first-child {
    margin-top: 0; }
  div#page-smeg-model-identification div.identification-content > *:last-child {
    margin-bottom: 0; }
  div#page-smeg-model-identification div.identification-content img {
    border-radius: 3px; }
@media all and (min-width: 600px) {
  div#page-smeg-model-identification #wrap-identifcation-guide {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  div#page-smeg-model-identification div.identification-controls-mobile {
    display: none; }
  div#page-smeg-model-identification ul.identification-controls-desktop {
    display: block; } }

div#page-smeg-service div#wrap-useful-links {
  float: right;
  width: 100%;
  border: 1px solid #7599dd; }
  div#page-smeg-service div#wrap-useful-links > div.heading {
    background-color: #7599dd;
    padding: 10px;
    font-size: 2rem;
    color: #fff; }
  div#page-smeg-service div#wrap-useful-links div.item,
  div#page-smeg-service div#wrap-useful-links a.item {
    border-top: 1px solid #7599dd;
    padding: 0px 10px;
    display: block;
    color: #000;
    text-decoration: none; }
    div#page-smeg-service div#wrap-useful-links div.item p.heading,
    div#page-smeg-service div#wrap-useful-links a.item p.heading {
      text-decoration: underline; }
@media all and (min-width: 500px) {
  div#page-smeg-service div#wrap-useful-links {
    width: 250px;
    margin-left: 10px; } }

div#page-smeg-spares img.three-d-man-cart {
  float: right;
  display: none; }
  @media all and (min-width: 500px) {
    div#page-smeg-spares img.three-d-man-cart {
      display: inline; } }
div#page-smeg-spares img.model-image {
  float: right;
  display: none;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media all and (min-width: 500px) {
    div#page-smeg-spares img.model-image {
      display: inline; } }

div#page-track-my-repair table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px auto; }
div#page-track-my-repair td, div#page-track-my-repair th {
  padding: 5px;
  line-height: 1.4;
  border: 1px solid #5A8FD4; }
div#page-track-my-repair thead tr,
div#page-track-my-repair td.field-description {
  background-color: #5A8FD4;
  color: #fff; }
div#page-track-my-repair thead td,
div#page-track-my-repair thead th,
div#page-track-my-repair td.field-description {
  border: 1px solid #fff; }
div#page-track-my-repair thead tr:first-child td,
div#page-track-my-repair thead tr:first-child th,
div#page-track-my-repair tbody tr:first-child td.field-description {
  border-top-color: #5A8FD4; }
div#page-track-my-repair thead tr:last-child td,
div#page-track-my-repair thead tr:last-child th,
div#page-track-my-repair tbody tr:last-child td.field-description {
  border-bottom-color: #5A8FD4; }
div#page-track-my-repair thead td:first-child,
div#page-track-my-repair thead th:first-child,
div#page-track-my-repair td.field-description:first-child {
  border-left-color: #5A8FD4; }
div#page-track-my-repair thead td:last-child,
div#page-track-my-repair thead th:last-child,
div#page-track-my-repair td.field-description:last-child {
  border-right-color: #5A8FD4; }
div#page-track-my-repair table.desktop {
  display: none; }
div#page-track-my-repair td.qty,
div#page-track-my-repair td.sales-order,
div#page-track-my-repair td.status,
div#page-track-my-repair td.date,
div#page-track-my-repair td.delivery-link {
  text-align: center; }
div#page-track-my-repair td.qty {
  width: 40px; }
div#page-track-my-repair td.sales-order {
  width: 70px; }
div#page-track-my-repair td.date {
  width: 110px; }
div#page-track-my-repair td.delivery-link {
  width: 100px; }
@media all and (min-width: 600px) {
  div#page-track-my-repair table.mobile {
    display: none; }
  div#page-track-my-repair table.desktop {
    display: table; } }

div#page-welcome-to-smeg-service div.wrap-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  div#page-welcome-to-smeg-service div.wrap-categories > div {
    width: 48%;
    margin: 5px 1%;
    border: solid 1px #cbd7f3;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
    overflow-x: hidden; }
    div#page-welcome-to-smeg-service div.wrap-categories > div:hover {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60,cbd7f3+100,ffffff+100,cbd7f3+100 */
      background: #ffffff;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 60%, #cbd7f3 100%, #ffffff 100%, #cbd7f3 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 60%, #cbd7f3 100%, #ffffff 100%, #cbd7f3 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, #cbd7f3 100%, #ffffff 100%, #cbd7f3 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbd7f3',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      text-decoration: underline;
      border: solid 1px #b9c9ef; }
    div#page-welcome-to-smeg-service div.wrap-categories > div > a {
      display: block;
      margin: 0px auto;
      text-align: center;
      color: #333;
      text-decoration: none;
      font-weight: bold;
      text-align: center; }
      div#page-welcome-to-smeg-service div.wrap-categories > div > a img {
        display: block;
        border-radius: 3px;
        max-width: 150px;
        margin: 0 auto;
        width: 100%; }
      div#page-welcome-to-smeg-service div.wrap-categories > div > a img + div {
        padding: 5px; }
      div#page-welcome-to-smeg-service div.wrap-categories > div > a div > a {
        color: #333;
        text-decoration: none;
        font-weight: bold;
        text-align: center; }
    @media all and (min-width: 600px) {
      div#page-welcome-to-smeg-service div.wrap-categories > div {
        margin: 10px 1%;
        width: 23%; } }
div#page-welcome-to-smeg-service div#wrap-speech-bubble {
  width: 100%;
  margin-bottom: 10px; }
  @media all and (min-width: 700px) {
    div#page-welcome-to-smeg-service div#wrap-speech-bubble {
      float: right;
      max-width: 500px;
      margin-left: 10px; } }
div#page-welcome-to-smeg-service div.speech-bubble {
  border-color: #7599dd;
  border-style: solid;
  border-radius: 3px;
  border-width: 2px;
  border-bottom-width: 2px;
  padding: 5px;
  background-color: #7599dd;
  color: #fff; }
div#page-welcome-to-smeg-service div.speech-bubble a,
div#page-welcome-to-smeg-service div.speech-bubble a:active {
  color: #fff; }
div#page-welcome-to-smeg-service div.speech-bubble-men {
  width: 100%;
  text-align: center; }
div#page-welcome-to-smeg-service div.speech-bubble-man {
  position: relative;
  margin-top: 30px;
  text-align: center;
  display: inline-block;
  padding-top: 10px;
  cursor: pointer; }
  div#page-welcome-to-smeg-service div.speech-bubble-man img {
    display: inline-block;
    width: 70px; }
div#page-welcome-to-smeg-service div.speech-bubble-man.active:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 49%;
  top: -31px;
  border: 20px solid;
  border-color: #7599dd transparent transparent #7599dd; }
div#page-welcome-to-smeg-service div.bubble-content {
  display: none; }
  @media all and (min-width: 860px) {
    div#page-welcome-to-smeg-service div.bubble-content {
      height: 140px; } }
div#page-welcome-to-smeg-service div.bubble-content.active {
  display: block; }

.absolute-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.mobile-ui {
  display: initial !important; }

.mobile-ui-block {
  display: block !important; }

.mobile-ui-inline {
  display: inline !important; }

.mobile-ui-inline-block {
  display: inline-block !important; }

.mobile-ui-table-cell {
  display: table-cell !important; }

.desktop-ui-block,
.desktop-ui-inline,
.desktop-ui-inline-block,
.desktop-ui-table-cell {
  display: none !important; }

@media all and (min-width: 860px) {
  .mobile-ui-block,
  .mobile-ui-inline,
  .mobile-ui-inline-block,
  .mobile-ui-table-cell {
    display: none !important; }

  .desktop-ui-block {
    display: block !important; }

  .desktop-ui-inline {
    display: inline !important; }

  .desktop-ui-inline-block {
    display: inline-block !important; }

  .desktop-ui-table-cell {
    display: table-cell !important; } }
.border-none {
  border: none !important; }

.clear-both {
  clear: both !important; }

.color-red {
  color: red !important; }

.cursor-pointer {
  cursor: pointer !important; }

.display-none {
  display: none !important; }

.display-block {
  display: block !important; }

.display-inline {
  display: inline !important; }

.float-none {
  float: none !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.font-size-10px {
  font-size: 10px !important; }

.font-size-11px {
  font-size: 11px !important; }

.font-size-12px {
  font-size: 12px !important; }

.font-size-13px {
  font-size: 13px !important; }

.font-size-14px {
  font-size: 14px !important; }

.font-size-15px {
  font-size: 15px !important; }

.font-size-16px {
  font-size: 16px !important; }

.font-size-17px {
  font-size: 17px !important; }

.font-size-18px {
  font-size: 18px !important; }

.font-size-19px {
  font-size: 19px !important; }

.font-size-20px {
  font-size: 20px !important; }

.font-weight-bold {
  font-weight: bold !important; }

.font-weight-normal {
  font-weight: normal !important; }

.font-style-italic {
  font-style: italic !important; }

.margin-5px {
  margin: 5px !important; }

.margin-10px {
  margin: 10px !important; }

.margin-bottom-5px {
  margin-bottom: 5px !important; }

.margin-bottom-10px {
  margin-bottom: 10px !important; }

.margin-left-5px {
  margin-left: 5px !important; }

.margin-left-10px {
  margin-left: 10px !important; }

.margin-right-5px {
  margin-right: 10px !important; }

.margin-right-10px {
  margin-right: 10px !important; }

.margin-top-0px {
  margin-top: 0px !important; }

.margin-top-5px {
  margin-top: 5px !important; }

.margin-top-10px {
  margin-top: 10px !important; }

.overflow-y-hidden {
  overflow-y: hidden !important;
  overflow: hidden !important; }

.padding-5px {
  padding: 5px !important; }

.padding-10px {
  padding: 10px !important; }

.padding-bottom-10px {
  padding-bottom: 10px !important; }

.padding-left-10px {
  padding-left: 10px !important; }

.padding-right-10px {
  padding-right: 10px !important; }

.padding-top-0px {
  padding-top: 0px !important; }

.padding-top-10px {
  padding-top: 10px !important; }

.position-relative {
  position: relative !important; }

.text-align-left {
  text-align: left !important; }

.text-align-right {
  text-align: right !important; }

.text-align-center {
  text-align: center !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-transform-lowercase {
  text-transform: lowercase !important; }

.text-transform-uppercase {
  text-transform: uppercase !important; }

.resize-none {
  resize: none !important; }

.resize-vertical {
  resize: vertical !important; }

.vertical-align-middle {
  vertical-align: middle !important; }

.visibility-hidden {
  visibility: hidden !important; }

.width-50Percent {
  width: 50% !important; }

.width-100Percent {
  width: 100% !important; }

.white-space-nowrap {
  white-space: nowrap !important; }

.clear-fix {
  *zoom: 1; }
  .clear-fix:before, .clear-fix:after {
    content: " ";
    display: table; }
  .clear-fix:after {
    clear: both; }

.label-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*# sourceMappingURL=css.smeg-service.css.map */
