/*! 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 */
}

/**
 * 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;
}

.show {
  display: block !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;
}

.element-left-margin {
  margin-left: 1rem;
}

.section-margin-top {
  margin-top: 3rem;
}

.clear-section-margin-top {
  margin-top: 0rem;
}

.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;
}

.phablet-center-txt {
  text-align: center;
}

.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%;
  }
}
/* Desktop ============== */
@media screen and (min-width: 992px) {
  .section-margin-top {
    margin-top: 15rem;
  }

  .phablet-center-txt {
    text-align: left;
  }
}
/* === Default Hue time === */
.hue-bg, .hue-bg {
  background-color: #0090BE !important;
}

.hue-bg-opa, .hue-bg-opa {
  background-color: rgba(0, 144, 190, 0.94) !important;
}

.hue-txt, .hue-txt {
  color: #0090BE !important;
}

/* === Hue time === */
.hue-time.hue-bg, .hue-time .hue-bg {
  background-color: #0090BE !important;
}

.hue-time.hue-bg-opa, .hue-time .hue-bg-opa {
  background-color: rgbargba(0, 144, 190, 0.94) !important;
}

.hue-time.hue-txt, .hue-time .hue-txt {
  color: #0090BE !important;
}

/* === Hue team === */
.hue-team.hue-bg, .hue-team .hue-bg {
  background-color: #00BEA1 !important;
}

.hue-team.hue-bg-opa, .hue-team .hue-bg-opa {
  background-color: rgba(0, 190, 161, 0.94) !important;
}

.hue-team.hue-txt, .hue-team .hue-txt {
  color: #00BEA1 !important;
}

/* === Hue project === */
.hue-project.hue-bg, .hue-project .hue-bg {
  background-color: #F50068 !important;
}

.hue-project.hue-bg-opa, .hue-project .hue-bg-opa {
  background-color: rgba(245, 0, 104, 0.94) !important;
}

.hue-project.hue-txt, .hue-project .hue-txt {
  color: #F50068 !important;
}

/* === Hue production === */
.hue-production.hue-bg, .hue-production .hue-bg {
  background-color: #FF7C0B !important;
}

.hue-production.hue-bg-opa, .hue-production .hue-bg-opa {
  background-color: rgba(255, 124, 104, 0.94) !important;
}

.hue-production.hue-txt, .hue-production .hue-txt {
  color: #FF7C0B !important;
}

/* === Hue access === */
.hue-access.hue-bg, .hue-access .hue-bg {
  background-color: #9A468D !important;
}

.hue-access.hue-bg-opa, .hue-access .hue-bg-opa {
  background-color: rgba(154, 70, 141, 0.94) !important;
}

.hue-access.hue-txt, .hue-access .hue-txt {
  color: #9A468D !important;
}

/* === Hue White === */
.hue-white.hue-bg, .hue-white .hue-bg {
  background-color: #FFF !important;
}

.hue-white.hue-bg-opa, .hue-white .hue-bg-opa {
  background-color: rgba(255, 255, 255, 0.94) !important;
}

.hue-white.hue-txt, .hue-white .hue-txt {
  color: #FFF !important;
}

/* === Hue light === */
.hue-light.hue-bg, .hue-light .hue-bg {
  background-color: #F9F9F9 !important;
}

.hue-light.hue-bg-opa, .hue-light .hue-bg-opa {
  background-color: rgba(247, 249, 250, 0.94) !important;
}

.hue-light.hue-txt, .hue-light .hue-txt {
  color: #F9F9F9 !important;
}

/* === Hue LightGray === */
.hue-light-gray.hue-bg, .hue-light-gray .hue-bg {
  background-color: #E0E0E0 !important;
}

.hue-light-gray.hue-bg-opa, .hue-light-gray .hue-bg-opa {
  background-color: rgba(224, 224, 224, 0.94) !important;
}

.hue-light-gray.hue-txt, .hue-light-gray .hue-txt {
  color: #E0E0E0 !important;
}

/* === Hue Blue === */
.hue-blue.hue-bg, .hue-blue .hue-bg {
  background-color: #014E9E !important;
}

.hue-blue.hue-bg-opa, .hue-blue .hue-bg-opa {
  background-color: rgba(211, 99, 62, 0.94) !important;
}

.hue-blue.hue-txt, .hue-blue .hue-txt {
  color: #014E9E !important;
}

/* Global Project Styles
========================================================================== */
html {
  font-family: "Lato", helvetica, sans-serif;
  color: #222;
  font-size: 10px;
}

body {
  background-: none;
}

/* Tablet ============== */
@media screen and (min-width: 600px) {
  html {
    font-size: 12px;
  }
}
/* Desktop ============== */
@media screen and (min-width: 992px) {
  html {
    font-size: 14px;
  }
}
/* iPad Landscape ============== */
/* Text
========================================================================== */
html {
  line-height: 1.1;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #2C4350;
  transition: color 0.5s ease;
  cursor: pointer;
}
a:hover {
  color: #355160;
}

strong, b {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.txt-light {
  font-weight: 100;
  text-transform: none;
}

.txt-default {
  font-weight: normal;
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 3rem;
  margin: 0 0 8px 0;
  text-transform: uppercase;
}

h2 {
  font-size: 2rem;
  margin: 0 0 24px 0;
}

h3 {
  font-size: 2rem;
  margin: 0 0 5px 0;
}

h4 {
  font-size: 1.6rem;
  margin: 0 0 3px 0;
}

h5 {
  font-size: 1.4rem;
  margin: 0 0 10px 0;
}

h6 {
  font-size: 1.2rem;
  margin: 0 0 10px 0;
}

h1.hr, h2.hr, h3.hr, h4.hr, h5.hr, h6.hr {
  border-bottom: 1px solid #2C4350;
  padding-bottom: 4px;
}

h1.time-header, h1.team-header, h1.project-header, h1.production-header, h1.access-header {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

h1.lowercase {
  text-transform: lowercase !important;
}

p {
  font-size: 1.6rem;
  margin: 0 0 10px 0;
}

li {
  font-size: 1.6rem;
}

.super-size {
  font-size: 4rem;
  font-weight: 900;
}

.highlight-size {
  font-size: 2.2rem;
}

.lrg-p {
  font-size: 2rem;
}

.med-p {
  font-size: 1.3rem;
}

.small-p {
  font-size: 1rem;
}

blockquote {
  font-size: 1.6rem;
  color: #0168A0;
  font-weight: 300;
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #014E9E;
}

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: #2C4350 !important;
  /* &:hover {
       color:lighten($hue-dark-blue,5%) !important;
   }*/
}

.txt-blue {
  color: #014E9E !important;
  /* &:hover {
       color:lighten($hue-time-blue,5%) !important;
   }*/
}

/* Tablet ============== */
/* Desktop ============== */
.ie-img {
  height: 100%;
  width: 100%;
}

.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 {
  height: 450px;
  background: url(/img/bg-header.jpg);
  background-size: cover;
  padding-top: 70px;
}
header h1, header h2 {
  color: #FFF;
  margin: 0 0 30px 0;
}
header .header-logo {
  margin-bottom: 50px;
}
header .header-logo img {
  height: 40px;
}
header .header-logo .tt-logo {
  position: relative;
  top: 5px;
  margin-left: 20px;
}

/* Tablet ==============*/
/* Desktop ==============*/
@media screen and (min-width: 992px) {
  header {
    height: 580px;
  }
  header h1 {
    margin: 50px 0 30px 0;
  }
}
.wrapper {
  background-color: #FFF;
}

.thanks-head {
  height: 150px;
  background: url(/img/bg-header.jpg);
  background-size: cover;
  margin-top: -50px;
}

section {
  margin-top: 5rem;
}

.icon-size {
  font-size: 6rem;
}

.icon-pos {
  text-align: center;
}

.txt-pos {
  text-align: center;
}

.bullet-list li {
  margin: 20px 0;
  max-width: 94%;
}

.blue-bg {
  background-color: #014E9E;
  height: auto;
  padding: 20px 0;
}

.bg-uterminal-img {
  background: url(/img/bg-uterminal-phablet.jpg) center center;
  background-size: cover;
  height: 300px;
}

.uterm-txt {
  margin-top: 160px;
  text-shadow: 1px 1px 3px #AFAFAF;
}

.icon-size-angebot {
  font-size: 3rem;
}

.bg-chance {
  background: url(/img/bg-chance.jpg) center center;
  background-size: cover;
  height: 300px;
}

.chance-txt {
  margin-top: 100px;
  text-shadow: 1px 1px 3px #222;
}

.section-ablauf {
  padding: 30px 0 10px 0;
}

.ablauf ul {
  list-style: none;
  padding: 0;
  width: 90%;
}
.ablauf li {
  margin-left: 6rem;
  padding-bottom: 30px;
}
.ablauf li::before {
  font-family: "Material Icons";
  font-size: 3rem;
  display: inline-block;
  margin-left: -4rem;
  width: 4rem;
  position: relative;
  top: 15px;
}
.ablauf li.li-edit::before {
  font-family: "Material Icons";
  content: "\E254";
}
.ablauf li.li-cal::before {
  font-family: "Material Icons";
  content: "\E614";
}
.ablauf li.li-school::before {
  font-family: "Material Icons";
  content: "\E80C";
}
.ablauf li.li-watch::before {
  font-family: "Material Icons";
  content: "\E855";
}

.bg-cloud {
  background: url(/img/bg-ttcloud.jpg) center center;
  background-size: cover;
  padding: 30px 0;
}

.devices-img {
  width: 90%;
  margin-left: 5%;
  margin-bottom: 50px;
}

.uterm-logo {
  width: 50%;
  margin-left: 25%;
}

.uterminal {
  width: 80%;
  margin-left: 10%;
}

ul.start-prodlist {
  list-style: none;
  margin: 0 auto;
}

.start-prodlist li {
  width: 100%;
  position: relative;
  padding: 0 0.5rem;
  float: left;
  margin-bottom: 2rem;
}

.start-prod-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.start-prod-icon img {
  height: 60px;
}

.start-prod-heading, .start-prod-descript {
  margin: 0 0 0 62px;
}

.start-prod-heading {
  padding: 10px 0 0 0;
}

/* Tablet ============== */
@media screen and (min-width: 600px) {
  .thanks-head {
    height: 180px;
    margin-top: -60px;
  }

  .txt-pos {
    text-align: left;
  }

  .icon-size {
    font-size: 10rem;
  }

  .bg-uterminal-img {
    height: 500px;
  }

  .uterm-txt {
    margin-top: 280px;
    font-size: 2.5rem;
  }

  .bg-chance {
    height: 500px;
  }

  .chance-txt {
    margin-top: 250px;
    font-size: 2.5rem;
  }
}
/* Desktop ============== */
@media screen and (min-width: 992px) {
  .wrapper {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  }

  .thanks-head {
    height: 180px;
    margin-top: -70px;
  }

  .bullet-list li {
    max-width: 85%;
  }

  .bg-uterminal-img {
    background: url(/img/bg-uterminal.jpg) center center;
    height: 700px;
  }

  .uterm-txt {
    margin-top: 160px;
    width: 700px;
    margin: 180px auto 0 50px;
    text-align: left;
    font-size: 3rem;
  }

  .bg-chance {
    height: 700px;
  }

  .chance-txt {
    font-size: 3rem;
  }

  .section-ablauf {
    padding: 50px 0 20px 0;
  }

  .bg-cloud {
    height: 300px;
  }

  .devices-img {
    width: 50%;
    margin: 0 25%;
  }

  .uterm-logo {
    width: 20%;
    margin-left: 40%;
  }

  .uterminal {
    width: 40%;
    margin-left: 30%;
  }
}
/* Tablet Big-Size ============ */
/* Tablet ============== */
/* Small Desktop Sizes =============*/
/* Small Desktop Sizes =============*/
/* Small Desktop Sizes =============*/
/*

*/
/* Navigation
========================================================================== */
nav {
  width: 100%;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
nav li {
  height: 40px;
  background: #AFAFAF;
  width: 100%;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 10px 0 0 20px;
}

.flying-navi {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000000;
}
.flying-navi .navi-bg {
  background: #014E9E;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  height: 50px;
  width: 50px;
}
.flying-navi .navi-bg i {
  text-align: center;
  position: absolute;
  top: 8px;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #FFF;
  font-size: 3.3rem;
}

/* Tablet ============== */
@media screen and (min-width: 600px) {
  .flying-navi .navi-bg i {
    font-size: 2.8rem;
  }
}
/* Desktop ============== */
@media screen and (min-width: 992px) {
  nav {
    position: fixed;
    top: -15rem;
    background: rgba(1, 78, 158, 0.94);
    width: 1480px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    height: 60px;
    padding-top: 10px;
  }
  nav a {
    color: #FFF;
    font-size: 1.4rem;
  }
  nav a:hover {
    color: #bcbcbc;
  }
  nav li {
    float: left;
    width: auto;
    background: none;
    border: none;
    font-size: 1.1rem;
    font-weight: lighter;
  }

  .flying-navi {
    display: none;
  }
}
/* Small Desktop Sizes =============*/
/* Small Desktop Sizes =============*/
/* Small Desktop Sizes =============*/
/* Footer
========================================================================== */
footer {
  background: #E0E0E0;
  height: 80px;
  color: #AFAFAF;
  padding: 20px 0 0 0;
}

/* Tablet ==============*/
/* Desktop ==============*/
@media screen and (min-width: 992px) {
  footer {
    margin-top: 80px;
  }
}
.dates-schulungen {
  width: 100%;
  height: 480px;
  margin-top: 30px;
}

.date-input-grp {
  float: left;
  width: 48%;
  margin: 20px auto;
}

.date-input-single {
  margin: 15px 0;
}

/* Tablet ============== */
/* Desktop ============== */
@media screen and (min-width: 992px) {
  .dates-schulungen {
    width: 80%;
    margin: 50px auto 0 20%;
    height: 550px;
  }
}
/* 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: 1.5rem;
  background-color: #2C4350;
  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: #355160;
  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: #2C4350;
  background-color: transparent;
}

.btn-flat.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 2rem;
  padding: 0 2rem;
}

.btn-flat:hover {
  background-color: #F9F9F9;
  color: #355160;
}

.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: #E0E0E0;
  box-shadow: none;
  color: #AFAFAF;
  cursor: default;
}

.btn.capitalized, .btn-flat.capitalized {
  text-transform: uppercase;
}

.btn-icon i {
  display: inline-block;
  padding: 4px;
  border-radius: 50%;
  transition: background-color ease 0.5s;
}

.btn-icon:hover i {
  background-color: #F9F9F9;
}

/*.btn.time-blue { background-color: $hue-time-blue; }
.btn.time-blue:hover { background-color: lighten($hue-time-blue,5%);}
.btn-flat.time-blue { color: $hue-time-blue; }
.btn-flat.time-blue:hover { color: lighten($hue-time-blue,5%);}

.btn.team-green { background-color: $hue-team-green; }
.btn.team-green:hover { background-color: lighten($hue-team-green,5%);}
.btn-flat.team-green { color: $hue-team-green; }
.btn-flat.team-green:hover { color: lighten($hue-team-green,5%);}

.btn.project-pink { background-color: $hue-project-pink; }
.btn.project-pink:hover { background-color: lighten($hue-project-pink,5%); }
.btn-flat.project-pink { color: $hue-project-pink; }
.btn-flat.project-pink:hover { color: lighten($hue-project-pink,5%); }

.btn.production-orange { background-color: $hue-production-orange; }
.btn.production-orange:hover { background-color: lighten($hue-production-orange,5%); }
.btn-flat.production-orange { color: $hue-production-orange; }
.btn-flat.production-orange:hover { color: lighten($hue-production-orange,5%); }

.btn.access-purple { background-color: $hue-access-purple; }
.btn.access-purple:hover { background-color: lighten($hue-access-purple,5%); }
.btn-flat.access-purple { color: $hue-access-purple; }
.btn-flat.access-purple:hover { color: lighten($hue-access-purple,5%); }*/
.btn.red {
  background-color: #FF2D55;
}

.btn.red:hover {
  background-color: #ff476a;
}

.btn-flat.red {
  color: #FF2D55;
}

.btn-flat.red:hover {
  color: #ff476a;
}

.btn.light {
  background-color: #F9F9F9;
}

.btn.light:hover {
  background-color: white;
}

.btn-flat.light {
  color: #F9F9F9;
}

.btn-flat.light:hover {
  color: white;
}

.btn.light {
  color: #2C4350;
}

/* Flying Button ================*/
.flying-btn {
  background: #0090BE;
  position: fixed;
  bottom: 0;
  color: #F9F9F9;
  width: 95%;
  margin: 0 2.5% 2% 2.5%;
  text-align: center;
  z-index: 9999999;
  -webkit-transition: background .5s ease-out;
  -moz-transition: background .5s ease-out;
  -o-transition: background .5s ease-out;
  transition: background .5s ease-out;
}
.flying-btn .hide {
  background: rgba(0, 144, 190, 0.75);
}

/* Tablet ============== */
@media screen and (min-width: 600px) {
  .flying-btn {
    top: 50px;
  }
}
/* Desktop ============== */
@media screen and (min-width: 992px) {
  .flying-btn {
    /*width: 600px;
    margin-left: -300px;
    top: 80px;
    left: 50%;*/
    display: none;
  }
}
.elementlist {
  margin: 20px 0;
}

.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;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 5%;
  /*&:hover {
      box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
  }*/
}
.element.supervisor {
  border-left: 3px solid #014E9E;
  padding: 10px 10px 10px 7px;
}

.element p {
  margin: 0;
}

/* Tablet ============== */
@media screen and (min-width: 600px) {
  .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) {
  .elementbox:nth-child(odd), .elementlist .elementbox:nth-child(even) {
    width: 31.333333%;
    margin: 0 1% 0 1%;
  }

  .element .picture {
    width: 10%;
  }
}
/* Form
========================================================================== */
label {
  font-size: 1.6rem;
  color: #888;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

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

:read-only::-webkit-input-placeholder {
  color: #AFAFAF;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #222;
}

:read-only:-moz-placeholder {
  color: #AFAFAF;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #222;
}

:read-only::-moz-placeholder {
  color: #AFAFAF;
}

::-ms-input-placeholder {
  opacity: 0;
}

:-ms-input-placeholder {
  color: transparent !important;
}

.input-field {
  position: relative;
  margin-top: 1rem;
}
.input-field.required:after {
  position: absolute;
  content: "*";
  top: 16px;
  right: 10px;
  color: #AFAFAF;
  font-size: 1.6rem;
}

.input-field label {
  position: absolute;
  top: -1rem;
  left: 0;
  font-size: 1.4rem;
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, color 0.3s ease-in-out;
}

.input-field input:placeholder-shown + label {
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  color: #9e9e9e;
}

.grid.col-pad .input-field label, .grid.col-pad-left .input-field label {
  padding: 0 0 0 10px;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #AFAFAF;
  border-radius: 0;
  outline: none;
  height: 4rem;
  width: 100%;
  font-size: 1.6rem;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: border-bottom 0.3s, box-shadow 0.3s;
  color: #2C4350;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=time]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
  border-bottom: 1px solid #014E9E;
  box-shadow: 0 1px 0 0 #014E9E;
}

input:not([type]):required,
input[type=text]:required
textarea:required {
  border-bottom: 1px solid #888;
}

input:not([type]):required:focus,
input[type=text]:required:focus,
textarea:required:focus {
  border-bottom: 1px solid #014E9E;
  box-shadow: 0 1px 0 0 #014E9E;
}

:required::-webkit-input-placeholder {
  color: #222;
}

:required:-moz-placeholder {
  color: #222;
}

:required::-moz-placeholder {
  color: #222;
}

input:not([type]):required:valid,
input[type=text]:required:valid,
input[type=password]:required:valid,
input[type=email]:required:valid,
input[type=url]:required:valid,
input[type=time]:required:valid,
input[type=date]:required:valid,
input[type=datetime]:required:valid,
input[type=datetime-local]:required:valid,
input[type=tel]:required:valid,
input[type=number]:required:valid,
input[type=search]:required:valid {
  border-bottom: 1px solid rgba(0, 190, 161, 0.94);
}

input[type=password]:required:focus:valid,
input[type=email]:required:focus:valid,
input[type=url]:required:focus:valid,
input[type=time]:required:focus:valid,
input[type=date]:required:focus:valid,
input[type=datetime]:required:focus:valid,
input[type=datetime-local]:required:focus:valid,
input[type=tel]:required:focus:valid,
input[type=number]:required:focus:valid,
input[type=search]:required:focus:valid {
  border-bottom: 1px solid rgba(0, 190, 161, 0.94);
  box-shadow: 0 1px 0 0 rgba(0, 190, 161, 0.94);
}

input[type=password]:focus:valid + label,
input[type=email]:focus:valid + label,
input[type=url]:focus:valid + label,
input[type=time]:focus:valid + label,
input[type=date]:focus:valid + label,
input[type=datetime]:focus:valid + label,
input[type=datetime-local]:focus:valid + label,
input[type=tel]:focus:valid + label,
input[type=number]:focus:valid + label,
input[type=search]:focus:valid + label {
  color: rgba(0, 190, 161, 0.94);
}

input[type=text]:required:focus:valid {
  border-bottom: 1px solid rgba(0, 190, 161, 0.94);
  box-shadow: 0 1px 0 0 rgba(0, 190, 161, 0.94);
}

input[type=password]:required:invalid,
input[type=email]:required:invalid,
input[type=url]:required:invalid,
input[type=time]:required:invalid,
input[type=date]:required:invalid,
input[type=datetime]:required:invalid,
input[type=datetime-local]:required:invalid,
input[type=tel]:required:invalid,
input[type=number]:required:invalid,
input[type=search]:required:invalid {
  border-bottom: 1px solid #F59800;
}

input:required:placeholder-shown:invalid {
  border-bottom: 1px solid #AFAFAF;
}

input[type=text]:focus:invalid {
  border-bottom: 1px solid #014E9E;
  box-shadow: 0 1px 0 0 #014E9E;
}

input[type=password]:required:focus:invalid,
input[type=email]:required:focus:invalid,
input[type=url]:required:focus:invalid,
input[type=time]:required:focus:invalid,
input[type=date]:required:focus:invalid,
input[type=datetime]:required:focus:invalid,
input[type=datetime-local]:required:focus:invalid,
input[type=tel]:required:focus:invalid,
input[type=number]:required:focus:invalid,
input[type=search]:required:focus:invalid,
textarea:required:focus:invalid {
  border-bottom: 1px solid #F59800;
  box-shadow: 0 1px 0 0 #F59800;
}

input[type=text]:focus:invalid + label {
  color: #AFAFAF;
}

input[type=password]:focus:invalid + label,
input[type=email]:focus:invalid + label,
input[type=url]:focus:invalid + label,
input[type=time]:focus:invalid + label,
input[type=date]:focus:invalid + label,
input[type=datetime]:focus:invalid + label,
input[type=datetime-local]:focus:invalid + label,
input[type=tel]:focus:invalid + label,
input[type=number]:focus:invalid + label,
input[type=search]:focus:invalid + label,
textarea:focus:invalid + label {
  color: #F59800;
}

input:not([type]):disabled,
input:not([type])[readonly="readonly"],
input[type=text]:disabled,
input[type=text][readonly="readonly"],
input[type=password]:disabled,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime]:disabled,
input[type=datetime][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=search]:disabled,
input[type=search][readonly="readonly"],
textarea.resize-textarea:disabled,
textarea.resize-textarea[readonly="readonly"] {
  color: rgba(224, 224, 224, 0.94);
  border-bottom: 1px dotted rgba(224, 224, 224, 0.94);
}

input:not([type]):disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type=text]:disabled + label,
input[type=text][readonly="readonly"] + label,
input[type=password]:disabled + label,
input[type=password][readonly="readonly"] + label,
input[type=email]:disabled + label,
input[type=email][readonly="readonly"] + label,
input[type=url]:disabled + label,
input[type=url][readonly="readonly"] + label,
input[type=time]:disabled + label,
input[type=time][readonly="readonly"] + label,
input[type=date]:disabled + label,
input[type=date][readonly="readonly"] + label,
input[type=datetime]:disabled + label,
input[type=datetime][readonly="readonly"] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly="readonly"] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly="readonly"] + label,
input[type=number]:disabled + label,
input[type=number][readonly="readonly"] + label,
input[type=search]:disabled + label,
input[type=search][readonly="readonly"] + label,
textarea.resize-textarea:disabled + label,
textarea.resize-textarea[readonly="readonly"] + label {
  color: rgba(224, 224, 224, 0.94);
}

/* === Search Field === */
.search-field {
  position: relative;
}

.search-field label {
  position: absolute;
  left: 0;
  top: 10px;
}

.search-field input {
  display: block;
  line-height: inherit;
  padding-left: 30px;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  height: 11rem;
  padding: 1rem 0;
  background-color: transparent;
}

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 2rem;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #AFAFAF;
}

[type="radio"]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}

[type="radio"]:checked + label:after,
[type="radio"]:checked + label:before {
  border: 2px solid rgba(0, 190, 161, 0.94);
}

[type="radio"]:checked + label:after {
  background-color: rgba(0, 190, 161, 0.94);
  z-index: 0;
}

[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

[type="radio"]:checked + label:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

[type="radio"]:disabled:checked + label:before {
  border: 2px solid rgba(224, 224, 224, 0.94);
}

[type="radio"]:disabled:checked + label:after {
  border: none;
  background-color: rgba(224, 224, 224, 0.94);
}

[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(224, 224, 224, 0.94);
}

[type="radio"]:disabled + label {
  color: rgba(224, 224, 224, 0.94);
}

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(224, 224, 224, 0.94);
}

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(224, 224, 224, 0.94);
  border-color: #E0E0E0;
}

/* Checkbox
   ========================================================================== */
form p.check {
  margin-bottom: 10px;
  text-align: left;
}

form p.check:last-child {
  margin-bottom: 0;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="checkbox"] {
  /* checkbox aspect */
}

[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 20px;
  font-size: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #AFAFAF;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(224, 224, 224, 0.94);
}

[type="checkbox"].tabbed:focus + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(249, 249, 255, 0.94);
  background-color: rgba(249, 249, 255, 0.94);
}

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(224, 224, 224, 0.94);
  border-bottom: 2px solid rgba(224, 224, 224, 0.94);
}

[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid rgba(0, 190, 161, 0.94);
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(224, 224, 224, 0.94);
  background-color: transparent;
}

[type="checkbox"].filled-in + label:after {
  border-radius: 2px;
}

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #AFAFAF;
  top: 0px;
  z-index: 0;
}

[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 190, 161, 0.94);
  background-color: rgba(0, 190, 161, 0.94);
  z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #888;
  background-color: rgba(249, 249, 255, 0.94);
}

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: rgba(0, 190, 161, 0.94);
  border-color: rgba(0, 190, 161, 0.94);
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #AFAFAF;
}

[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #AFAFAF;
  border-color: #AFAFAF;
}

/* Datepicker
   ========================================================================== */
.container-datepicker input:disabled,
.container-datepicker input[readonly="readonly"] {
  color: #2C4350 !important;
  border-bottom: 1px solid #AFAFAF;
}

/* Select
   ========================================================================== */
.select-field {
  position: relative;
  margin-top: 1rem;
}
.select-field:after {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.8rem solid #888;
  pointer-events: none;
}
.select-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4rem;
  width: 100%;
  background: transparent;
  font-size: 2rem;
  border: none;
  border-bottom: 1px solid #AFAFAF;
  border-radius: none;
  margin: 0 0 21px 0;
}
.select-field select:focus {
  outline: none;
}
.select-field label {
  position: absolute;
  top: -13px;
  left: 10px;
  font-size: 1.4em;
}

/* File
   ========================================================================== */
.file-field label {
  position: relative;
}

input[type=file] {
  font-size: 2rem;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #AFAFAF;
  -webkit-appearance: caret;
  -moz-appearance: button;
  appearance: button;
}

/* Switch
   ========================================================================== */
.switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 15px 0;
  border-bottom: 1px solid #F9F9F9;
}

.switch label {
  cursor: pointer;
  font-size: 2rem;
}

.switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch input[type=checkbox]:checked + .lever {
  background-color: rgba(0, 231, 196, 0.94);
  border-color: rgba(0, 190, 161, 0.94);
}

.switch input[type=checkbox]:checked + .lever:after {
  background-color: rgba(0, 190, 161, 0.94);
  left: 24px;
}

.switch .lever {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #AFAFAF;
  border: 1px solid #888;
  border-radius: 15px;
  margin-right: 10px;
  transition: background-color 0.3s ease;
  vertical-align: middle;
  margin: 0 4px 0 0;
  float: right;
}

.switch .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #E0E0E0;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px #888;
  left: -5px;
  top: -4px;
  transition: left 0.3s ease, background-color .3s ease, box-shadow 0.1s ease;
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #E0E0E0;
}

/* Range
   ========================================================================== */
.range-field {
  position: relative;
}

input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  top: 10px;
  margin-left: -6px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: rgba(0, 190, 161, 0.94);
  font-size: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

input[type=range] + .thumb.active .value {
  color: #FFF;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #E0E0E0;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: rgba(0, 190, 161, 0.94);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  transition: .3s;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #F9F9F9;
}

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid #FFF;
  /*required for proper track sizing in FF*/
}

input[type=range]::-moz-range-track {
  height: 3px;
  background: #E0E0E0;
  border: none;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: rgba(0, 190, 161, 0.94);
  margin-top: -5px;
}

input[type=range]:-moz-focusring {
  outline: 1px solid #FFF;
  outline-offset: -1px;
}

input[type=range]:focus::-moz-range-track {
  background: #E0E0E0;
}

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #E0E0E0;
}

input[type=range]::-ms-fill-upper {
  background: #E0E0E0;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: rgba(0, 190, 161, 0.94);
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #AFAFAF;
}

.multiselect-field {
  margin: -3px 0 21px 0;
}
.multiselect-field label {
  font-size: 1.4em;
}
.multiselect-field .inputrange {
  border-radius: 2px;
  padding: 0;
  margin: 8px 0 0 0;
  font-size: 1.6rem;
  color: #888;
}
.multiselect-field .inputrange .block {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #AFAFAF;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: ease 0.3s background-color, ease 0.3s color;
}
.multiselect-field .inputrange .block:hover {
  background-color: rgba(190, 255, 245, 0.94);
}
.multiselect-field .inputrange .block.selected {
  background-color: rgba(0, 190, 161, 0.94);
  color: #FFF;
  border-color: rgba(0, 190, 161, 0.94);
}

/* 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: 10%;
  width: 80%;
  height: 80%;
}

.tick_img {
  height: 30px;
}

/* Modal
========================================================================== */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.modal-dialog {
  width: 96%;
  border-radius: 2px;
  position: relative;
  margin: 12rem auto 0 auto;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal-content {
  position: relative;
  background-color: #FFF;
  border-radius: 2px;
  padding: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/*=== Modal header ===*/
.modal-header {
  position: relative;
  background-color: #2C4350;
  padding: 2rem;
  color: #FFF;
  font-weight: 300;
}

.modal-header .modal-title {
  margin: 0;
  padding: 0 0 4px 0;
}

.modal-header p {
  margin: 0;
  color: rgba(249, 249, 255, 0.94);
}

.modal-header .close-modal {
  position: absolute;
  top: 15px;
  right: 6px;
  cursor: pointer;
}

/*=== Modal body ===*/
.modal-body {
  position: relative;
  padding: 2rem 2rem 1rem 2rem;
}

/*=== Modal footer ===*/
.modal-footer {
  padding: 1rem;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* Tablet ============== */
@media screen and (min-width: 600px) {
  .modal-dialog {
    width: 70%;
    margin-top: 15rem;
  }
}
/* Desktop ============== */
@media screen and (min-width: 992px) {
  .modal-dialog {
    width: 40%;
    margin-top: 20rem;
  }
}
/* Table
========================================================================== */
table, th, td {
  border: none;
  border-spacing: 0px;
}

table {
  width: 100%;
  display: table;
  font-size: 1.6rem;
}

table > tbody > tr > td {
  border-bottom: 1px solid #AFAFAF;
}

table.striped > tbody > tr:nth-child(odd) {
  background-color: #E0E0E0;
}

table.striped > tbody > tr > td {
  border-radius: 0;
}

table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

thead {
  background-color: #F9F9F9;
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

thead th {
  font-weight: 300;
  color: #AFAFAF;
}

/* Tablet and down ============== */
@media only screen and (max-width: 599px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }

  table.responsive-table td:empty:before {
    content: '\00a0';
  }

  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }

  table.responsive-table th {
    text-align: left;
  }

  table.responsive-table thead {
    display: block;
    float: left;
  }

  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }

  table.responsive-table thead tr th::before {
    content: "\00a0";
  }

  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  table.responsive-table th {
    display: block;
    text-align: right;
  }

  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }

  table.responsive-table td:last-of-type {
    border: none;
  }

  table.responsive-table tr {
    padding: 0 1px;
  }

  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #AFAFAF;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #FFF;
  text-align: left;
  background-color: #2C4350;
  border-radius: 2px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2C4350;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2C4350;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2C4350;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #2C4350;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #2C4350;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2C4350;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2C4350;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2C4350;
}

/* --------------------------------

Primary style

-------------------------------- */
html * {
  /* -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;*/
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  /* max-width: 100%;*/
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* --------------------------------

Main components

-------------------------------- */
#cd-timeline {
  position: relative;
  padding: 45px 0;
}

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

.cd-timeline-block {
  /* timeline icons*/
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }

  .cd-timeline-block:first-child {
    margin-top: 0;
  }

  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 7px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 31px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-img.cd-ma {
  background: #f6f6f6;
}

.cd-timeline-img.cd-vg {
  background: #c2c2c2;
}

.cd-timeline-img.cd-location {
  background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .8;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
  #cd-timeline::before {
    left: 25px;
  }

  .cd-timeline-content h2 {
    /*font-size: 20px;
    font-size: 1.25rem;*/
  }

  .cd-timeline-content p {
    /*font-size: 16px;
    font-size: 1rem;*/
  }

  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    /*font-size: 14px;
    font-size: 0.875rem;*/
  }
}
@media only screen and (min-width: 1170px) {
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }

  .cd-timeline-content {
    margin: 0;
    padding: 1.6em;
    width: 45%;
  }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }

  .cd-timeline-content .cd-read-more {
    float: left;
  }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    /*font-size: 16px;
    font-size: 1rem;*/
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/*# sourceMappingURL=global.css.map */
