@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url(../font/woff/LatoLatin-Light.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url(../font/woff/LatoLatin-LightItalic.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(../font/woff/LatoLatin-Regular.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local("Lato Italic"), local("Lato-Italic"), url(../font/woff/LatoLatin-Italic.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url(../font/woff/LatoLatin-Black.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../font/woff/MaterialIcons-Regular.woff) format("woff");
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

select {
  border-radius: 0;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/* Utility
========================================================================== */
.hide {
  display: none !important;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.element-padding {
  padding: 1rem;
}

.element-margin {
  margin: 1rem;
}

.box-shadow {
  box-shadow: 0 2px 5px 0 rgba(175, 175, 175, 0.94) !important;
  border-bottom: none !important;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

.clearfix {
  clear: both;
}

.space {
  display: block;
  height: 40px;
  overflow: hidden;
  background-color: transparent;
}

.vertical-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vertical-center .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Tablet and down ============== */
@media screen and (max-width: 991px) {
  .edge2edge {
    position: relative;
    left: -2%;
    width: 104%;
    padding-left: 2%;
  }
}
/* Global Project Styles
========================================================================== */
html {
  font-family: "Lato", helvetica, sans-serif;
  color: #2C4350;
}

body {
  background-image: none;
  overflow-y: scroll;
}
body.cloudy {
  background-image: none;
}

/* Tablet ============== */
@media screen and (min-width: 600px) {
  body.cloudy {
    background-image: url("../img/bg-cloudy.png");
    background-repeat: repeat-x;
    background-position: bottom;
    background-attachment: fixed;
  }
}
/* Desktop ============== */
/* Text
========================================================================== */
html {
  line-height: 1.1;
  font-size: 10px;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #0090BE;
  transition: color 0.5s ease;
  cursor: pointer;
}
a:hover {
  color: #00a3d8;
}

strong, b {
  font-weight: 900;
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 4.2rem;
  margin: 0 0 28px 0;
}

h2 {
  font-size: 3.2rem;
  margin: 0 0 24px 0;
}

h3 {
  font-size: 2.8rem;
  margin: 0 0 20px 0;
}

h4 {
  font-size: 2.4rem;
  margin: 0 0 16px 0;
}

h5 {
  font-size: 2rem;
  margin: 0 0 10px 0;
}

h6 {
  font-size: 1.8rem;
  margin: 0px 0 10px 0;
  background-color: #F7F9FA;
  padding: 10px 5px;
}
h6.undefined {
  display: none;
}
h6.simple {
  background: none;
  border-bottom: 1px solid #F0F0F0;
}

h1.hr, h2.hr, h3.hr, h4.hr, h5.hr, h6.hr {
  border-bottom: 1px solid #2C4350;
  padding-bottom: 4px;
}

p {
  font-size: 1.6rem;
  margin: 0 0 10px 0;
}

blockquote {
  font-size: 1.6rem;
  color: #0168A0;
  font-weight: 300;
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #0168A0;
}

hr {
  border: none;
  border-bottom: 1px solid #2C4350;
  margin: 10px 0;
}

hr.lite {
  border-color: #AFAFAF;
}

hr.dashed {
  border-bottom-style: dashed;
}

hr.double {
  border-bottom-style: double;
  border-bottom-width: 4px;
}

hr.no-margin {
  margin: 0;
}

/* === Icon === */
i {
  line-height: inherit;
}

i.left {
  float: left;
  margin-right: 15px;
}

i.right {
  float: right;
  margin-left: 15px;
}

i.tiny {
  font-size: 1rem;
}

i.small {
  font-size: 2rem;
}

i.medium {
  font-size: 4rem;
}

i.large {
  font-size: 6rem;
}

.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

.txt-green {
  color: #00BEA1 !important;
}
.txt-green:hover {
  color: #00d8b7 !important;
}

.txt-red {
  color: #DF3C00 !important;
}
.txt-red:hover {
  color: #f94300 !important;
}

.txt-orange {
  color: #F59800 !important;
}
.txt-orange:hover {
  color: #ffa410 !important;
}

.clearfix::before, .clearfix::after, .wrapper::before, .wrapper::after, .grid::before, .grid::after {
  content: " ";
  display: table;
}

*::before, *::after {
  box-sizing: border-box;
}

.clearfix::after, .wrapper::after, .grid::after {
  clear: both;
}

.clearfix::before, .clearfix::after, .wrapper::before, .wrapper::after, .grid::before, .grid::after {
  content: " ";
  display: table;
}

*::before, *::after {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

.wrapper {
  margin: 0 auto;
  max-width: 1480px;
  width: 100%;
  overflow: hidden;
}

.grid {
  margin: 0 auto;
}

.grid.grid-margin {
  margin: 10px auto;
}

.grid::after {
  content: "";
  display: table;
  clear: both;
}

.grid .col {
  float: left;
  box-sizing: border-box;
  min-height: 1px;
  padding: 0;
}

.grid.col-pad .col {
  padding: 10px;
}

.grid.col-pad-left .col {
  padding-left: 10px;
}

.grid.col-pad-right .col {
  padding-right: 10px;
}

.grid.col-pad-top .col {
  padding-top: 10px;
}

.grid.col-pad-bottom .col {
  padding-bottom: 10px;
}

.grid .col[class*="push-"], .grid .col[class*="pull-"] {
  position: relative;
}

/* Basic (Required)
========================================================================== */
.grid .col.cell-1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.grid .col.cell-2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.grid .col.cell-3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.grid .col.cell-4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.grid .col.cell-5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.grid .col.cell-6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.grid .col.cell-7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.grid .col.cell-8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.grid .col.cell-9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.grid .col.cell-10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.grid .col.cell-11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.grid .col.cell-12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.grid .col.offset-1 {
  margin-left: 8.3333333333%;
}

.grid .col.pull-1 {
  right: 8.3333333333%;
}

.grid .col.push-1 {
  left: 8.3333333333%;
}

.grid .col.offset-2 {
  margin-left: 16.6666666667%;
}

.grid .col.pull-2 {
  right: 16.6666666667%;
}

.grid .col.push-2 {
  left: 16.6666666667%;
}

.grid .col.offset-3 {
  margin-left: 25%;
}

.grid .col.pull-3 {
  right: 25%;
}

.grid .col.push-3 {
  left: 25%;
}

.grid .col.offset-4 {
  margin-left: 33.3333333333%;
}

.grid .col.pull-4 {
  right: 33.3333333333%;
}

.grid .col.push-4 {
  left: 33.3333333333%;
}

.grid .col.offset-5 {
  margin-left: 41.6666666667%;
}

.grid .col.pull-5 {
  right: 41.6666666667%;
}

.grid .col.push-5 {
  left: 41.6666666667%;
}

.grid .col.offset-6 {
  margin-left: 50%;
}

.grid .col.pull-6 {
  right: 50%;
}

.grid .col.push-6 {
  left: 50%;
}

.grid .col.offset-7 {
  margin-left: 58.3333333333%;
}

.grid .col.pull-7 {
  right: 58.3333333333%;
}

.grid .col.push-7 {
  left: 58.3333333333%;
}

.grid .col.offset-8 {
  margin-left: 66.6666666667%;
}

.grid .col.pull-8 {
  right: 66.6666666667%;
}

.grid .col.push-8 {
  left: 66.6666666667%;
}

.grid .col.offset-9 {
  margin-left: 75%;
}

.grid .col.pull-9 {
  right: 75%;
}

.grid .col.push-9 {
  left: 75%;
}

.grid .col.offset-10 {
  margin-left: 83.3333333333%;
}

.grid .col.pull-10 {
  right: 83.3333333333%;
}

.grid .col.push-10 {
  left: 83.3333333333%;
}

.grid .col.offset-11 {
  margin-left: 91.6666666667%;
}

.grid .col.pull-11 {
  right: 91.6666666667%;
}

.grid .col.push-11 {
  left: 91.6666666667%;
}

.grid .col.offset-12 {
  margin-left: 100%;
}

.grid .col.pull-12 {
  right: 100%;
}

.grid .col.push-12 {
  left: 100%;
}

/* Tablet
========================================================================== */
@media screen and (min-width: 600px) {
  .grid .col.tablet-1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.tablet-2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.tablet-3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.tablet-4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.tablet-5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.tablet-6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.tablet-7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.tablet-8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.tablet-9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.tablet-10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.tablet-11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.tablet-12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.tablet-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid .col.tablet-pull-1 {
    right: 8.3333333333%;
  }

  .grid .col.tablet-push-1 {
    left: 8.3333333333%;
  }

  .grid .col.tablet-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid .col.tablet-pull-2 {
    right: 16.6666666667%;
  }

  .grid .col.tablet-push-2 {
    left: 16.6666666667%;
  }

  .grid .col.tablet-offset-3 {
    margin-left: 25%;
  }

  .grid .col.tablet-pull-3 {
    right: 25%;
  }

  .grid .col.tablet-push-3 {
    left: 25%;
  }

  .grid .col.tablet-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid .col.tablet-pull-4 {
    right: 33.3333333333%;
  }

  .grid .col.tablet-push-4 {
    left: 33.3333333333%;
  }

  .grid .col.tablet-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid .col.tablet-pull-5 {
    right: 41.6666666667%;
  }

  .grid .col.tablet-push-5 {
    left: 41.6666666667%;
  }

  .grid .col.tablet-offset-6 {
    margin-left: 50%;
  }

  .grid .col.tablet-pull-6 {
    right: 50%;
  }

  .grid .col.tablet-push-6 {
    left: 50%;
  }

  .grid .col.tablet-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid .col.tablet-pull-7 {
    right: 58.3333333333%;
  }

  .grid .col.tablet-push-7 {
    left: 58.3333333333%;
  }

  .grid .col.tablet-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid .col.tablet-pull-8 {
    right: 66.6666666667%;
  }

  .grid .col.tablet-push-8 {
    left: 66.6666666667%;
  }

  .grid .col.tablet-offset-9 {
    margin-left: 75%;
  }

  .grid .col.tablet-pull-9 {
    right: 75%;
  }

  .grid .col.tablet-push-9 {
    left: 75%;
  }

  .grid .col.tablet-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid .col.tablet-pull-10 {
    right: 83.3333333333%;
  }

  .grid .col.tablet-push-10 {
    left: 83.3333333333%;
  }

  .grid .col.tablet-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid .col.tablet-pull-11 {
    right: 91.6666666667%;
  }

  .grid .col.tablet-push-11 {
    left: 91.6666666667%;
  }

  .grid .col.tablet-offset-12 {
    margin-left: 100%;
  }

  .grid .col.tablet-pull-12 {
    right: 100%;
  }

  .grid .col.tablet-push-12 {
    left: 100%;
  }
}
/* Desktop
========================================================================== */
@media screen and (min-width: 992px) {
  .grid .col.desktop-1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.desktop-2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.desktop-3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.desktop-4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.desktop-5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.desktop-6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.desktop-7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.desktop-8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.desktop-9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.desktop-10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.desktop-11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.desktop-12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .grid .col.desktop-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid .col.desktop-pull-1 {
    right: 8.3333333333%;
  }

  .grid .col.desktop-push-1 {
    left: 8.3333333333%;
  }

  .grid .col.desktop-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid .col.desktop-pull-2 {
    right: 16.6666666667%;
  }

  .grid .col.desktop-push-2 {
    left: 16.6666666667%;
  }

  .grid .col.desktop-offset-3 {
    margin-left: 25%;
  }

  .grid .col.desktop-pull-3 {
    right: 25%;
  }

  .grid .col.desktop-push-3 {
    left: 25%;
  }

  .grid .col.desktop-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid .col.desktop-pull-4 {
    right: 33.3333333333%;
  }

  .grid .col.desktop-push-4 {
    left: 33.3333333333%;
  }

  .grid .col.desktop-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid .col.desktop-pull-5 {
    right: 41.6666666667%;
  }

  .grid .col.desktop-push-5 {
    left: 41.6666666667%;
  }

  .grid .col.desktop-offset-6 {
    margin-left: 50%;
  }

  .grid .col.desktop-pull-6 {
    right: 50%;
  }

  .grid .col.desktop-push-6 {
    left: 50%;
  }

  .grid .col.desktop-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid .col.desktop-pull-7 {
    right: 58.3333333333%;
  }

  .grid .col.desktop-push-7 {
    left: 58.3333333333%;
  }

  .grid .col.desktop-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid .col.desktop-pull-8 {
    right: 66.6666666667%;
  }

  .grid .col.desktop-push-8 {
    left: 66.6666666667%;
  }

  .grid .col.desktop-offset-9 {
    margin-left: 75%;
  }

  .grid .col.desktop-pull-9 {
    right: 75%;
  }

  .grid .col.desktop-push-9 {
    left: 75%;
  }

  .grid .col.desktop-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid .col.desktop-pull-10 {
    right: 83.3333333333%;
  }

  .grid .col.desktop-push-10 {
    left: 83.3333333333%;
  }

  .grid .col.desktop-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid .col.desktop-pull-11 {
    right: 91.6666666667%;
  }

  .grid .col.desktop-push-11 {
    left: 91.6666666667%;
  }

  .grid .col.desktop-offset-12 {
    margin-left: 100%;
  }

  .grid .col.desktop-pull-12 {
    right: 100%;
  }

  .grid .col.desktop-push-12 {
    left: 100%;
  }
}
/* Media Query Classes
========================================================================== */
@media only screen and (max-width: 599px) {
  .hide-on-phone {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .hide-on-tablet-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) {
  .hide-on-tablet-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 991px) {
  .hide-on-tablet-only {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .hide-on-desktop-only {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .show-on-desktop {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 991px) {
  .show-on-tablet {
    display: block !important;
  }
}
@media only screen and (max-width: 599px) {
  .show-on-phone {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) {
  .show-on-tablet-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .show-on-tablet-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 599px) {
  .center-on-phone {
    text-align: center;
  }
}
/* Header
========================================================================== */
header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 80px;
  background-color: #2C4350;
}

header a {
  color: #FFF;
}
header a:hover {
  color: rgba(255, 255, 255, 0.65);
}

header .header-content {
  height: 60px;
  max-width: 1480px;
  width: 100%;
  padding: 0 4%;
  margin: 20px auto 0 auto;
  line-height: 40px;
  color: #FFF;
  font-size: 2rem;
  font-weight: 300;
}

header .header-content .site-title, header .header-content .back-arrow {
  position: relative;
  padding: 0 0 0 30px;
}

header .header-content .headericon {
  position: absolute;
  top: 5px;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  transition: background-color ease-in 0.2s;
}
header .header-content .headericon:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
header .header-content .headericon.icon-left {
  left: -8px;
}
header .header-content .headericon.icon-right {
  right: 0px;
}

.wizard header {
  background-color: transparent;
}

.wizard header .header-content {
  color: #2C4350;
}

.wizard header .header-content .headericon {
  color: #0090BE;
  transition: color ease 0.3s, background-color ease 0.3s;
}
.wizard header .header-content .headericon:hover {
  color: #00a3d8;
  background-color: rgba(220, 220, 220, 0.2);
}

header.fix-head {
  transition: background-color 0.5s ease, box-shadow 0.6s ease;
  transform: translate3d(0px, 0px, 0px);
}

header.fix-head.scroll {
  position: fixed;
  top: 0;
  background-color: rgba(250, 250, 250, 0.98);
  box-shadow: 0px 0px 4px 0px #AFAFAF;
  z-index: 100;
}

/* Tablet ============== */
@media screen and (min-width: 600px) {
  header .header-content {
    padding: 0 2%;
  }
}
/* Desktop ============== */
@media screen and (min-width: 992px) {
  header .header-content {
    padding: 0 0.4%;
  }
}
/* iPad Landscape ============== */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  header .header-content {
    padding: 0 2%;
  }
}
/* Main Content
========================================================================== */
main {
  padding: 0 2% 60px 2%;
  margin: 160px 0 0 0;
}
main.no-subnav {
  margin: 80px 0 0 0;
}
main.dashboard {
  margin: 70px 0 0 0;
}
main.firststeps {
  margin: 80px 0 0 0;
}

.wizard main {
  margin: 60px 0 0 0;
  padding: 2% 4%;
}

main section {
  margin: 0 0 20px 0;
}

main .content-actionbuttons {
  margin: 0;
}
main .content-actionbuttons input {
  margin: 0;
}

/* Tablet ============== */
@media screen and (min-width: 600px) {
  main {
    padding: 0 2%;
    margin: 160px 0 0 0;
  }

  .wizard main {
    padding: 2% 5%;
  }

  main section {
    margin: 0 0 40px 0;
  }
}
/* Desktop ============== */
@media screen and (min-width: 992px) {
  main.dashboard {
    margin: 220px 0 0 0;
  }
  main.firststeps {
    margin: 240px 0 0 0;
  }

  .wizard main {
    padding: 2% 20%;
  }
}
/* Just Phone ============== */
@media screen and (max-width: 599px) {
  main .page-actionbutton {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 60px;
    box-shadow: none;
    text-align: center;
    line-height: 60px;
    z-index: 6;
    transform: translate3d(0px, 0px, 0px);
    transition: border-radius 0.2s ease, width 0.2s ease, box-shadow 0.4s ease, transform 0.4s ease;
  }
  main .page-actionbutton.releaseBtn {
    border-radius: 4px;
    width: 96%;
    margin: 0 2%;
    transform: translate3d(0px, -20px, 0px);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  }
  main .page-actionbutton.resetBtn {
    transition: none;
  }
}
/* Button
========================================================================== */
button:focus {
  outline: none;
}

.btn, .btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  outline: 0;
  margin: 0 5px 10px 5px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: .5px;
  transition: all 0.3s ease-out;
}

.btn {
  font-size: 2rem;
  background-color: #0090BE;
  height: 40px;
  line-height: 40px;
  padding: 0 2rem;
  color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
}
.btn:hover {
  background-color: #00a3d8;
  color: #FFF;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-flat {
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  padding: 0 1.6rem;
  color: #0090BE;
  background-color: transparent;
}
.btn-flat:hover {
  background-color: #F7F9FA;
  color: #00a3d8;
}
.btn-flat.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 2rem;
  padding: 0 2rem;
}
.btn-flat.capitalized {
  text-transform: uppercase;
}
.btn-flat.light {
  font-weight: 200;
}
.btn-flat.passive {
  color: #AFAFAF;
}
.btn-flat.passive:hover {
  color: #a2a2a2;
}

.btn:active, .btn-flat:active {
  opacity: 0.7;
}

.btn i, .btn-flat i {
  font-size: 2rem;
  line-height: inherit;
}

.btn.disabled, .btn-flat.disabled, .btn-flat.passive.disabled, .btn.disabled:hover, .btn-flat.disabled:hover, .btn-flat.passive.disabled:hover, .btn.disabled:active, .btn-flat.disabled:active, .btn-flat.passive.disabled:active {
  background-color: #F7F9FA;
  box-shadow: none;
  color: #E0E0E0 !important;
  cursor: default;
}

.btn.low, .btn-flat.low {
  text-transform: none;
}

.btn-icon i {
  display: inline-block;
  padding: 4px;
  border-radius: 50%;
  transition: background-color ease 0.5s;
}

.btn-icon:hover i {
  background-color: #F7F9FA;
}

.modal .btn-flat {
  text-transform: uppercase;
}

.btn.green {
  background-color: #00BEA1;
}

.btn.green:hover {
  background-color: #00d8b7;
}

.btn-flat.green {
  color: #00BEA1;
}

.btn-flat.green:hover {
  color: #00d8b7;
}

.btn.orange {
  background-color: #F59800;
}

.btn.orange:hover {
  background-color: #ffa410;
}

.btn-flat.orange {
  color: #F59800;
}

.btn-flat.orange:hover {
  color: #ffa410;
}

.btn.red {
  background-color: #DF3C00;
}

.btn.red:hover {
  background-color: #f94300;
}

.btn-flat.red {
  color: #DF3C00;
}

.btn-flat.red:hover {
  color: #f94300;
}

/* List
========================================================================== */
ul, ol {
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 0;
  padding: 0 0 0 2.4rem;
}

ul li {
  list-style-type: circle;
}

dl {
  width: 100%;
  margin-left: 10px;
  font-size: 1.6rem;
}

dt {
  margin: 0;
  vertical-align: middle;
  line-height: 1.8rem;
  font-weight: 300;
  padding: 0;
}

dd {
  line-height: 2.4rem;
  padding: 0;
  margin: 0 0 10px 0;
}

dl.collection {
  margin: 0;
  padding: 0;
  font-size: 2rem;
}

dl.collection dt {
  padding: 0 0 4px 0;
}

dl.collection dd {
  margin: 0 0 20px 0;
}

/* Tablet ============== */
@media screen and (min-width: 600px) {
  dl.collection dt {
    float: left;
    margin: 0;
    vertical-align: middle;
    line-height: 4rem;
    font-weight: 300;
    padding: 0;
  }

  dl.collection dd {
    line-height: 4rem;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 0 40%;
  }
}
/* Media
========================================================================== */
img.responsive,
video.responsive {
  max-width: 100%;
  height: auto;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.responsive-video iframe, .responsive-video object, .responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Video Modal
========================================================================== */
.modal-video {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 89%;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 899;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  transition: transform 0.2s ease-out;
}
.modal-video.show {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.modal-video.posTop {
  bottom: auto;
  top: 20px;
}
.modal-video .modalcontrol {
  height: 40px;
  background-color: #FFF;
}
.modal-video .modalcontrol .posUp {
  text-align: left;
  line-height: 40px;
  margin: 0 0 0 5px;
  cursor: pointer;
}
.modal-video .modalcontrol .close {
  float: right;
  line-height: 40px;
  margin: 0 5px 0 0;
  font-size: 1.6rem;
  cursor: pointer;
}
.modal-video video {
  width: 100%;
}

/* Tablet ============== */
@media screen and (min-width: 600px) {
  .modal-video {
    width: 60%;
  }
}
/* Desktop ============== */
@media screen and (min-width: 992px) {
  .modal-video {
    width: 50%;
  }
}
/* Tab
========================================================================== */
.tablist {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #2C4350;
  z-index: 2;
  transition: background-color 0.2s ease-in;
}

.tablist .tab-nav {
  font-size: 1.6rem;
  text-transform: uppercase;
}

.tablist.fixed {
  transform: translate3d(0px, 0px, 0px);
}

.tablist.fixed.scroll {
  position: fixed;
  top: 0;
  margin-top: 0;
  z-index: 40;
  background-color: rgba(44, 67, 80, 0.94);
}

.tablist .tab-nav {
  position: relative;
  bottom: 0;
  left: 0;
  height: 60px;
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 71px;
  box-shadow: none;
}

.tab-nav {
  box-shadow: -1px 4px 2px -2px #AFAFAF;
  font-weight: 300;
  letter-spacing: 0.05rem;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
}

.tab-nav.plain {
  background-color: #F7F9FA;
  border-bottom: 1px solid #AFAFAF;
  padding: 0;
  box-shadow: none;
}

.tab-nav ul, ul.tab-nav {
  font-size: 2rem;
  margin: 0;
  padding: 0;
}

.tab-nav li {
  line-height: 48px;
  height: 48px;
  padding: 0 20px;
  margin: 0 10px 0 0;
  display: inline-block;
  border-bottom: 4px solid  transparent;
  -webkit-transition: border 0.5s ease;
  -moz-transition: border 0.5s ease;
  transition: border 0.5s ease;
}

.tab-nav li.active {
  border-bottom: 4px solid #F59800;
}

.tab-nav li a {
  color: rgba(255, 255, 255, 0.65);
  -webkit-transition: color 0.5s ease, border 0.5s ease;
  -moz-transition: color 0.5s ease, border 0.5s ease;
  transition: color 0.5s ease, border 0.5s ease;
}

.tab-nav li.active a {
  color: #FFF;
}

.tab-nav.plain li a {
  color: rgba(44, 67, 80, 0.65);
}

.tab-nav.plain li.active a {
  color: #2C4350;
}

.tab-content {
  margin: 20px 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.elementlist {
  margin: 20px 0;
}
.elementlist .noData {
  text-align: center;
  font-size: 2rem;
  color: #AFAFAF;
  margin: 20px 0 0 0;
  font-weight: 200;
}
.elementlist .noData .flavouricon {
  display: block;
  font-size: 4rem;
  margin: 0 0 10px 0;
  color: #E0E0E0;
}

.elementlist .element {
  position: relative;
  padding: 10px;
  margin: 0 0 15px 0;
  box-shadow: 0 2px 5px 0 rgba(175, 175, 175, 0.94);
  transition: ease-out 0.3s box-shadow;
}
.elementlist .element:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.elementlist .element.supervisor {
  border-left: 3px solid rgba(223, 60, 0, 0.94);
  padding: 10px 10px 10px 7px;
}

.elementlist .element .picture {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 12%;
  border-radius: 50%;
}

.elementlist .element p {
  margin: 0;
}

.elementlist .element a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* Tablet ============== */
@media screen and (min-width: 600px) {
  .elementlist .elementbox:nth-child(odd) {
    width: 49%;
    margin-right: 1%;
  }

  .elementlist .elementbox:nth-child(even) {
    width: 49%;
    margin-left: 1%;
  }
}
/* Desktop ============== */
@media screen and (min-width: 992px) {
  .elementlist .elementbox:nth-child(odd), .elementlist .elementbox:nth-child(even) {
    width: 31.333333%;
    margin: 0 1% 0 1%;
  }

  .elementlist .element .picture {
    width: 10%;
  }
}
/* Help Page
========================================================================== */
.help-legend {
  font-size: 1.8rem;
  margin: 20px 0 10px 0;
  background-color: #F7F9FA;
  padding: 10px 5px;
  font-weight: 300;
}

.docs-entry, .video-entry {
  margin: 0 0 30px 0;
}

.list-row .list-entry {
  border-bottom: 1px solid #E0E0E0;
  font-size: 1.6rem;
  padding: 15px 10px;
  margin: 0;
  color: #888;
}
.list-row .list-entry .docname {
  font-size: 2rem;
  margin: 0 0 10px 0;
}
.list-row .list-entry .langtype {
  text-align: left;
}

#faq-docs .noDocs {
  width: 80%;
  margin: 250px 10%;
  text-align: center;
  color: #E0E0E0;
  font-size: 2rem;
}
#faq-docs .noDocs i.material-icons {
  font-size: 4rem;
}

#faq-videos .noVideos {
  width: 80%;
  margin: 250px 10%;
  text-align: center;
  color: #E0E0E0;
  font-size: 2rem;
}
#faq-videos .noVideos i.material-icons {
  font-size: 4rem;
}

/* Tablet ============== */
@media screen and (min-width: 600px) {
  .list-row .list-entry .langtype {
    text-align: center;
  }
}

/*# sourceMappingURL=global.css.map */
