/*!
 * Turret v3.3.1
 * http://turret.bigfish.tv
 *
 * Licensed under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * Copyright 2016 Bigfish
 * http://www.bigfish.tv
 */
/*
 * Normalize
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *		without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *		Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *		and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *		`input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
 * Base
 */
/*
 * Global
 */
/*
 * Definitions
 */
/*
 * Root Size
 */
:root {
  font-size: 10px;
}
@media (min-width: 1680px) {
  :root {
    font-size: 10px;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  :root {
    font-size: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  :root {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 9px;
  }
}
/*
 * Definitions
 */
/*
 * Body
 */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #858688;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  background: #FFFFFF;
  height: 100%;
  width: 100%;
}
/*
 * Colors
 */
/*
 * Fonts
 */
/*
 * Definitions
 */
/*
 * Link
 */
a {
  color: #2EC5CE;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:not(.button):hover,
a:not(.button):focus {
  color: #1F3042;
  text-decoration: none;
}
/*
 * Definitions
 */
/*
 * Image
 */
img {
  vertical-align: bottom;
}
img.rounded {
  border-radius: 8px;
}
img.circle {
  border-radius: 50%;
}
img.responsive {
  width: 100%;
  height: auto;
}
/*
 * Breakpoints
 */
/*
 * Media Queries
 */
/*
 * Definitions
 */
/*
 * Print
 */
@page {
  size: A4;
  margin: 1.5cm 2cm;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: '("attr(href)")';
  }
  a[href^="#"]:after {
    content: '';
  }
  abbr[title]:after {
    content: '("attr(title)")';
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  table {
    border-collapse: collapse !important;
  }
  table td,
  table th {
    background-color: #FFFFFF !important;
  }
}
/*
 * Typography
 */
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
dl:first-child,
dd:first-child,
dt:first-child,
ul > li:first-child,
ol > li:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
dl:last-child,
dd:last-child,
dt:last-child,
ul > li:last-child,
ol > li:last-child {
  margin-bottom: 0;
}
/*
 * Definitions
 */
/*
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #333;
  line-height: 1.35;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.6em;
  color: #858688;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 1.6rem;
}
h6 {
  font-size: 1.4rem;
}
/*
 * Definitions
 */
/*
 * Paragraph
 */
p {
  margin: 2rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #858688;
  line-height: 1.5;
}
/*
 * Definitions
 */
/*
 * Lead
 */
.lead {
  margin: 0 0 2rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #858688;
  line-height: 1.5;
}
/*
 * Definitions
 */
/*
 * Strong
 */
strong {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
/*
 * Definitions
 */
/*
 * Emphasis
 */
em {
  font-style: italic;
}
/*
 * Definitions
 */
/*
 * Horizontal Rule
 */
hr {
  clear: both;
  margin: 3rem auto;
  border: 0;
  height: 1px;
  background: #F4F4F4;
}
/*
 * Definitions
 */
/*
 * Blockquote
 */
blockquote {
  margin: 3rem 0;
  padding: 0 2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.5;
  color: #858688;
}
blockquote p {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
}
blockquote cite {
  display: block;
  margin: 1rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  color: #858688;
  text-align: left;
}
/*
 * Definitions
 */
/*
 * Pullout
 */
.pullout {
  margin: 3rem 0;
  padding: 0 2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #858688;
  border: solid #2EC5CE;
  border-width: 0 0 0 0.4rem;
}
/*
 * Definitions
 */
/*
 * Lists
 */
ul,
ol {
  margin: 2rem 0;
  padding: 0;
}
ul li,
ol li {
  margin: 1rem 0 1rem 2rem;
  padding: 0 0 0 0.5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #858688;
  line-height: 1.5;
}
ul li ul,
ol li ul {
  margin: 1rem 0;
  padding: 0;
}
ul li ul li,
ol li ul li {
  margin: 1rem 0 1rem 2rem;
}
ul {
  list-style: disc;
}
ul li ul {
  list-style: disc;
}
.list-unstyled {
  list-style: none;
}
.list-unstyled li {
  margin-left: 0;
}
.list-inline li {
  display: inline-block;
}
/*
 * Definitions
 */
/*
 * Definition List
 */
dl {
  margin: 2rem 0;
  padding: 0;
}
dt {
  margin: 1rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #858688;
}
dd {
  margin: 0 0 2rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #858688;
}
/*
 * Definitions
 */
/*
 * Code
 */
code {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-weight: normal;
  font-size: 1.2rem;
  color: #FAD11E;
}
/*
 * Definitions
 */
/*
 * Code
 */
pre {
  margin: 2rem 0;
  padding: 1rem;
  overflow: auto;
  color: #858688;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background: #FAFAFC;
  border: 1px solid #F4F4F4;
}
pre code {
  color: #FAD11E;
}
/*
 * Definitions
 */
/*
 * Kbd
 */
kbd {
  margin: 0 0.5rem;
  padding: 0.4rem;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-weight: normal;
  font-size: 1.2rem;
  color: #FAD11E;
  background: #FAFAFC;
  border: 1px solid #F4F4F4;
}
/*
 * Definitions
 */
/*
 * mark
 */
mark {
  margin: 0;
  padding: 0.3rem 0.6rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #858688;
  background: yellow;
  border: none;
  border-radius: 2px;
}
mark.error {
  color: #FFFFFF;
  background: #E0295A;
  border: none;
}
mark.warning {
  color: #FFFFFF;
  background: #FF4500;
  border: none;
}
mark.success {
  color: #FFFFFF;
  background: #00AA00;
  border: none;
}
mark.info {
  color: #FFFFFF;
  background: #1E90FF;
  border: none;
}
/*
 * Grid
 */
/*
 * Definitions
 */
/*
 * Container
 */
.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  *zoom: 1;
  padding-left: 35px;
  padding-right: 35px;
  /*@media @xlarge {
		padding-left: @gutter-xlarge;
		padding-right: @gutter-xlarge;
		max-width: @container-xlarge;
	}

	@media @large {
		padding-left: @gutter-large;
		padding-right: @gutter-large;
		max-width: @container-large;
	}

	@media @medium {
		padding-left: @gutter-medium;
		padding-right: @gutter-medium;
		max-width: @container-medium;
	}

	@media @small {
		padding-left: @gutter-small;
		padding-right: @gutter-small;
		max-width: @container-small;
	}

	@media @xsmall {
		padding-left: @gutter-xsmall;
		padding-right: @gutter-xsmall;
		max-width: @container-xsmall;
	}*/
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*
 * Row
 */
.row {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1680px) {
  .row {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .row.no-gutter-xlarge {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .row {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .row.no-gutter-large {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .row {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .row.no-gutter-medium {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .row.no-gutter-small {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .row.no-gutter-xsmall {
    margin-left: 0;
    margin-right: 0;
  }
}
/*
 * Definitions
 */
/*
 * Gutter
 */
.no-gutter {
  padding: 0 !important;
}
.gutter-top {
  padding-top: 3.2rem !important;
}
.gutter-bottom {
  padding-bottom: 3.2rem !important;
}
.gutter-left {
  padding-left: 1.6rem !important;
}
.gutter-right {
  padding-right: 1.6rem !important;
}
@media (min-width: 1680px) {
  .no-gutter-xlarge {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .no-gutter-large {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .no-gutter-medium {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .no-gutter-small {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  .no-gutter-xsmall {
    padding: 0 !important;
  }
  .gutter-top {
    padding-top: 3.2rem !important;
  }
  .gutter-bottom {
    padding-bottom: 3.2rem !important;
  }
  .gutter-left {
    padding-left: 1.6rem !important;
  }
  .gutter-right {
    padding-right: 1.6rem !important;
  }
}
/*
 * Definitions
 */
/*
 * Gutter
 */
.no-m-gutter {
  margin: 0 !important;
}
.m-gutter-top {
  margin-top: 3.2rem !important;
}
.m-gutter-bottom {
  margin-bottom: 3.2rem !important;
}
.m-gutter-left {
  margin-left: 1.6rem !important;
}
.m-gutter-right {
  margin-right: 1.6rem !important;
}
@media (min-width: 1680px) {
  .no-m-gutter-xlarge {
    margin: 0 !important;
  }
  .m-gutter-top {
    margin-top: 3.2rem !important;
  }
  .m-gutter-bottom {
    margin-bottom: 3.2rem !important;
  }
  .m-gutter-left {
    margin-left: 1.6rem !important;
  }
  .m-gutter-right {
    margin-right: 1.6rem !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .no-m-gutter-large {
    margin: 0 !important;
  }
  .m-gutter-top {
    margin-top: 3.2rem !important;
  }
  .m-gutter-bottom {
    margin-bottom: 3.2rem !important;
  }
  .m-gutter-left {
    margin-left: 1.6rem !important;
  }
  .m-gutter-right {
    margin-right: 1.6rem !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .no-m-gutter-medium {
    margin: 0 !important;
  }
  .m-gutter-top {
    margin-top: 3.2rem !important;
  }
  .m-gutter-bottom {
    margin-bottom: 3.2rem !important;
  }
  .m-gutter-left {
    margin-left: 1.6rem !important;
  }
  .m-gutter-right {
    margin-right: 1.6rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .no-m-gutter-small {
    margin: 0 !important;
  }
  .m-gutter-top {
    margin-top: 3.2rem !important;
  }
  .m-gutter-bottom {
    margin-bottom: 3.2rem !important;
  }
  .m-gutter-left {
    margin-left: 1.6rem !important;
  }
  .m-gutter-right {
    margin-right: 1.6rem !important;
  }
}
@media (max-width: 767px) {
  .no-m-gutter-xsmall {
    margin: 0 !important;
  }
  .m-gutter-top {
    margin-top: 3.2rem !important;
  }
  .m-gutter-bottom {
    margin-bottom: 3.2rem !important;
  }
  .m-gutter-left {
    margin-left: 1.6rem !important;
  }
  .m-gutter-right {
    margin-right: 1.6rem !important;
  }
}
/*
 * Definitions
 */
/*
 * Columns
 */
[class*='column-'] {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
[class*='column-'].column-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1680px) {
  [class*='column-'] {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  [class*='column-'] {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  [class*='column-'] {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  [class*='column-'] {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (max-width: 767px) {
  [class*='column-'] {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
/*
 * Column Classes
 */
.column-1 {
  width: 100%;
}
.column-1-2,
.column-2-4,
.column-3-6,
.column-4-8,
.column-5-10,
.column-6-12 {
  width: 50%;
}
.column-1-3,
.column-2-6,
.column-3-9,
.column-4-12 {
  width: 33.3333%;
}
.column-2-3,
.column-4-6,
.column-6-9,
.column-8-12 {
  width: 66.6666%;
}
.column-1-4,
.column-2-8,
.column-3-12 {
  width: 25%;
}
.column-3-4,
.column-6-8,
.column-9-12 {
  width: 75%;
}
.column-1-5,
.column-2-10 {
  width: 20%;
}
.column-2-5,
.column-4-10 {
  width: 40%;
}
.column-3-5,
.column-6-10 {
  width: 60%;
}
.column-4-5,
.column-8-10 {
  width: 80%;
}
.column-1-6,
.column-2-12 {
  width: 16.6667%;
}
.column-5-6 {
  width: 83.3335%;
}
.column-1-7 {
  width: 14.2857%;
}
.column-2-7 {
  width: 28.5714%;
}
.column-3-7 {
  width: 42.8571%;
}
.column-4-7 {
  width: 57.1428%;
}
.column-5-7 {
  width: 71.4285%;
}
.column-6-7 {
  width: 85.7142%;
}
.column-1-8 {
  width: 12.5%;
}
.column-3-8 {
  width: 37.5%;
}
.column-5-8 {
  width: 62.5%;
}
.column-7-8 {
  width: 87.5%;
}
.column-1-9 {
  width: 11.1111%;
}
.column-2-9 {
  width: 22.2222%;
}
.column-4-9 {
  width: 44.4444%;
}
.column-5-9 {
  width: 55.5555%;
}
.column-7-9 {
  width: 77.7777%;
}
.column-8-9 {
  width: 88.8888%;
}
.column-1-10 {
  width: 10%;
}
.column-3-10 {
  width: 30%;
}
.column-7-10 {
  width: 70%;
}
.column-9-10 {
  width: 90%;
}
.column-1-11 {
  width: 9.0909%;
}
.column-2-11 {
  width: 18.1818%;
}
.column-3-11 {
  width: 27.2727%;
}
.column-4-11 {
  width: 36.3636%;
}
.column-5-11 {
  width: 45.4545%;
}
.column-6-11 {
  width: 54.5454%;
}
.column-7-11 {
  width: 63.6363%;
}
.column-8-11 {
  width: 72.7272%;
}
.column-9-11 {
  width: 81.8181%;
}
.column-10-11 {
  width: 90.909%;
}
.column-1-12 {
  width: 8.3333%;
}
.column-5-12 {
  width: 41.6665%;
}
.column-7-12 {
  width: 58.3331%;
}
.column-10-12 {
  width: 83.333%;
}
.column-11-12 {
  width: 91.6663%;
}
/*
 * Column Extra Large Classes
 */
@media (min-width: 1680px) {
  .column-xlarge-1 {
    width: 100%;
  }
  .column-xlarge-1-2,
  .column-xlarge-2-4,
  .column-xlarge-3-6,
  .column-xlarge-4-8,
  .column-xlarge-5-10,
  .column-xlarge-6-12 {
    width: 50%;
  }
  .column-xlarge-1-3,
  .column-xlarge-2-6,
  .column-xlarge-3-9,
  .column-xlarge-4-12 {
    width: 33.3333%;
  }
  .column-xlarge-2-3,
  .column-xlarge-4-6,
  .column-xlarge-6-9,
  .column-xlarge-8-12 {
    width: 66.6666%;
  }
  .column-xlarge-1-4,
  .column-xlarge-2-8,
  .column-xlarge-3-12 {
    width: 25%;
  }
  .column-xlarge-3-4,
  .column-xlarge-6-8,
  .column-xlarge-9-12 {
    width: 75%;
  }
  .column-xlarge-1-5,
  .column-xlarge-2-10 {
    width: 20%;
  }
  .column-xlarge-2-5,
  .column-xlarge-4-10 {
    width: 40%;
  }
  .column-xlarge-3-5,
  .column-xlarge-6-10 {
    width: 60%;
  }
  .column-xlarge-4-5,
  .column-xlarge-8-10 {
    width: 80%;
  }
  .column-xlarge-1-6,
  .column-xlarge-2-12 {
    width: 16.6667%;
  }
  .column-xlarge-5-6 {
    width: 83.3335%;
  }
  .column-xlarge-1-7 {
    width: 14.2857%;
  }
  .column-xlarge-2-7 {
    width: 28.5714%;
  }
  .column-xlarge-3-7 {
    width: 42.8571%;
  }
  .column-xlarge-4-7 {
    width: 57.1428%;
  }
  .column-xlarge-5-7 {
    width: 71.4285%;
  }
  .column-xlarge-6-7 {
    width: 85.7142%;
  }
  .column-xlarge-1-8 {
    width: 12.5%;
  }
  .column-xlarge-3-8 {
    width: 37.5%;
  }
  .column-xlarge-5-8 {
    width: 62.5%;
  }
  .column-xlarge-7-8 {
    width: 87.5%;
  }
  .column-xlarge-1-9 {
    width: 11.1111%;
  }
  .column-xlarge-2-9 {
    width: 22.2222%;
  }
  .column-xlarge-4-9 {
    width: 44.4444%;
  }
  .column-xlarge-5-9 {
    width: 55.5555%;
  }
  .column-xlarge-7-9 {
    width: 77.7777%;
  }
  .column-xlarge-8-9 {
    width: 88.8888%;
  }
  .column-xlarge-1-10 {
    width: 10%;
  }
  .column-xlarge-3-10 {
    width: 30%;
  }
  .column-xlarge-7-10 {
    width: 70%;
  }
  .column-xlarge-9-10 {
    width: 90%;
  }
  .column-xlarge-1-11 {
    width: 9.0909%;
  }
  .column-xlarge-2-11 {
    width: 18.1818%;
  }
  .column-xlarge-3-11 {
    width: 27.2727%;
  }
  .column-xlarge-4-11 {
    width: 36.3636%;
  }
  .column-xlarge-5-11 {
    width: 45.4545%;
  }
  .column-xlarge-6-11 {
    width: 54.5454%;
  }
  .column-xlarge-7-11 {
    width: 63.6363%;
  }
  .column-xlarge-8-11 {
    width: 72.7272%;
  }
  .column-xlarge-9-11 {
    width: 81.8181%;
  }
  .column-xlarge-10-11 {
    width: 90.909%;
  }
  .column-xlarge-1-12 {
    width: 8.3333%;
  }
  .column-xlarge-5-12 {
    width: 41.6665%;
  }
  .column-xlarge-7-12 {
    width: 58.3331%;
  }
  .column-xlarge-10-12 {
    width: 83.333%;
  }
  .column-xlarge-11-12 {
    width: 91.6663%;
  }
}
/*
 * Column Large Classes
 */
@media (min-width: 1280px) and (max-width: 1679px) {
  .column-large-1 {
    width: 100%;
  }
  .column-large-1-2,
  .column-large-2-4,
  .column-large-3-6,
  .column-large-4-8,
  .column-large-5-10,
  .column-large-6-12 {
    width: 50%;
  }
  .column-large-1-3,
  .column-large-2-6,
  .column-large-3-9,
  .column-large-4-12 {
    width: 33.3333%;
  }
  .column-large-2-3,
  .column-large-4-6,
  .column-large-6-9,
  .column-large-8-12 {
    width: 66.6666%;
  }
  .column-large-1-4,
  .column-large-2-8,
  .column-large-3-12 {
    width: 25%;
  }
  .column-large-3-4,
  .column-large-6-8,
  .column-large-9-12 {
    width: 75%;
  }
  .column-large-1-5,
  .column-large-2-10 {
    width: 20%;
  }
  .column-large-2-5,
  .column-large-4-10 {
    width: 40%;
  }
  .column-large-3-5,
  .column-large-6-10 {
    width: 60%;
  }
  .column-large-4-5,
  .column-large-8-10 {
    width: 80%;
  }
  .column-large-1-6,
  .column-large-2-12 {
    width: 16.6667%;
  }
  .column-large-5-6 {
    width: 83.3335%;
  }
  .column-large-1-7 {
    width: 14.2857%;
  }
  .column-large-2-7 {
    width: 28.5714%;
  }
  .column-large-3-7 {
    width: 42.8571%;
  }
  .column-large-4-7 {
    width: 57.1428%;
  }
  .column-large-5-7 {
    width: 71.4285%;
  }
  .column-large-6-7 {
    width: 85.7142%;
  }
  .column-large-1-8 {
    width: 12.5%;
  }
  .column-large-3-8 {
    width: 37.5%;
  }
  .column-large-5-8 {
    width: 62.5%;
  }
  .column-large-7-8 {
    width: 87.5%;
  }
  .column-large-1-9 {
    width: 11.1111%;
  }
  .column-large-2-9 {
    width: 22.2222%;
  }
  .column-large-4-9 {
    width: 44.4444%;
  }
  .column-large-5-9 {
    width: 55.5555%;
  }
  .column-large-7-9 {
    width: 77.7777%;
  }
  .column-large-8-9 {
    width: 88.8888%;
  }
  .column-large-1-10 {
    width: 10%;
  }
  .column-large-3-10 {
    width: 30%;
  }
  .column-large-7-10 {
    width: 70%;
  }
  .column-large-9-10 {
    width: 90%;
  }
  .column-large-1-11 {
    width: 9.0909%;
  }
  .column-large-2-11 {
    width: 18.1818%;
  }
  .column-large-3-11 {
    width: 27.2727%;
  }
  .column-large-4-11 {
    width: 36.3636%;
  }
  .column-large-5-11 {
    width: 45.4545%;
  }
  .column-large-6-11 {
    width: 54.5454%;
  }
  .column-large-7-11 {
    width: 63.6363%;
  }
  .column-large-8-11 {
    width: 72.7272%;
  }
  .column-large-9-11 {
    width: 81.8181%;
  }
  .column-large-10-11 {
    width: 90.909%;
  }
  .column-large-1-12 {
    width: 8.3333%;
  }
  .column-large-5-12 {
    width: 41.6665%;
  }
  .column-large-7-12 {
    width: 58.3331%;
  }
  .column-large-10-12 {
    width: 83.333%;
  }
  .column-large-11-12 {
    width: 91.6663%;
  }
}
/*
 * Column Medium Classes
 */
@media (min-width: 1024px) and (max-width: 1279px) {
  .column-medium-1 {
    width: 100%;
  }
  .column-medium-1-2,
  .column-medium-2-4,
  .column-medium-3-6,
  .column-medium-4-8,
  .column-medium-5-10,
  .column-medium-6-12 {
    width: 50%;
  }
  .column-medium-1-3,
  .column-medium-2-6,
  .column-medium-3-9,
  .column-medium-4-12 {
    width: 33.3333%;
  }
  .column-medium-2-3,
  .column-medium-4-6,
  .column-medium-6-9,
  .column-medium-8-12 {
    width: 66.6666%;
  }
  .column-medium-1-4,
  .column-medium-2-8,
  .column-medium-3-12 {
    width: 25%;
  }
  .column-medium-3-4,
  .column-medium-6-8,
  .column-medium-9-12 {
    width: 75%;
  }
  .column-medium-1-5,
  .column-medium-2-10 {
    width: 20%;
  }
  .column-medium-2-5,
  .column-medium-4-10 {
    width: 40%;
  }
  .column-medium-3-5,
  .column-medium-6-10 {
    width: 60%;
  }
  .column-medium-4-5,
  .column-medium-8-10 {
    width: 80%;
  }
  .column-medium-1-6,
  .column-medium-2-12 {
    width: 16.6667%;
  }
  .column-medium-5-6 {
    width: 83.3335%;
  }
  .column-medium-1-7 {
    width: 14.2857%;
  }
  .column-medium-2-7 {
    width: 28.5714%;
  }
  .column-medium-3-7 {
    width: 42.8571%;
  }
  .column-medium-4-7 {
    width: 57.1428%;
  }
  .column-medium-5-7 {
    width: 71.4285%;
  }
  .column-medium-6-7 {
    width: 85.7142%;
  }
  .column-medium-1-8 {
    width: 12.5%;
  }
  .column-medium-3-8 {
    width: 37.5%;
  }
  .column-medium-5-8 {
    width: 62.5%;
  }
  .column-medium-7-8 {
    width: 87.5%;
  }
  .column-medium-1-9 {
    width: 11.1111%;
  }
  .column-medium-2-9 {
    width: 22.2222%;
  }
  .column-medium-4-9 {
    width: 44.4444%;
  }
  .column-medium-5-9 {
    width: 55.5555%;
  }
  .column-medium-7-9 {
    width: 77.7777%;
  }
  .column-medium-8-9 {
    width: 88.8888%;
  }
  .column-medium-1-10 {
    width: 10%;
  }
  .column-medium-3-10 {
    width: 30%;
  }
  .column-medium-7-10 {
    width: 70%;
  }
  .column-medium-9-10 {
    width: 90%;
  }
  .column-medium-1-11 {
    width: 9.0909%;
  }
  .column-medium-2-11 {
    width: 18.1818%;
  }
  .column-medium-3-11 {
    width: 27.2727%;
  }
  .column-medium-4-11 {
    width: 36.3636%;
  }
  .column-medium-5-11 {
    width: 45.4545%;
  }
  .column-medium-6-11 {
    width: 54.5454%;
  }
  .column-medium-7-11 {
    width: 63.6363%;
  }
  .column-medium-8-11 {
    width: 72.7272%;
  }
  .column-medium-9-11 {
    width: 81.8181%;
  }
  .column-medium-10-11 {
    width: 90.909%;
  }
  .column-medium-1-12 {
    width: 8.3333%;
  }
  .column-medium-5-12 {
    width: 41.6665%;
  }
  .column-medium-7-12 {
    width: 58.3331%;
  }
  .column-medium-10-12 {
    width: 83.333%;
  }
  .column-medium-11-12 {
    width: 91.6663%;
  }
}
/*
 * Column Small Classes
 */
@media (min-width: 768px) and (max-width: 1023px) {
  .column-small-1 {
    width: 100%;
  }
  .column-small-1-2,
  .column-small-2-4,
  .column-small-3-6,
  .column-small-4-8,
  .column-small-5-10,
  .column-small-6-12 {
    width: 50%;
  }
  .column-small-1-3,
  .column-small-2-6,
  .column-small-3-9,
  .column-small-4-12 {
    width: 33.3333%;
  }
  .column-small-2-3,
  .column-small-4-6,
  .column-small-6-9,
  .column-small-8-12 {
    width: 66.6666%;
  }
  .column-small-1-4,
  .column-small-2-8,
  .column-small-3-12 {
    width: 25%;
  }
  .column-small-3-4,
  .column-small-6-8,
  .column-small-9-12 {
    width: 75%;
  }
  .column-small-1-5,
  .column-small-2-10 {
    width: 20%;
  }
  .column-small-2-5,
  .column-small-4-10 {
    width: 40%;
  }
  .column-small-3-5,
  .column-small-6-10 {
    width: 60%;
  }
  .column-small-4-5,
  .column-small-8-10 {
    width: 80%;
  }
  .column-small-1-6,
  .column-small-2-12 {
    width: 16.6667%;
  }
  .column-small-5-6 {
    width: 83.3335%;
  }
  .column-small-1-7 {
    width: 14.2857%;
  }
  .column-small-2-7 {
    width: 28.5714%;
  }
  .column-small-3-7 {
    width: 42.8571%;
  }
  .column-small-4-7 {
    width: 57.1428%;
  }
  .column-small-5-7 {
    width: 71.4285%;
  }
  .column-small-6-7 {
    width: 85.7142%;
  }
  .column-small-1-8 {
    width: 12.5%;
  }
  .column-small-3-8 {
    width: 37.5%;
  }
  .column-small-5-8 {
    width: 62.5%;
  }
  .column-small-7-8 {
    width: 87.5%;
  }
  .column-small-1-9 {
    width: 11.1111%;
  }
  .column-small-2-9 {
    width: 22.2222%;
  }
  .column-small-4-9 {
    width: 44.4444%;
  }
  .column-small-5-9 {
    width: 55.5555%;
  }
  .column-small-7-9 {
    width: 77.7777%;
  }
  .column-small-8-9 {
    width: 88.8888%;
  }
  .column-small-1-10 {
    width: 10%;
  }
  .column-small-3-10 {
    width: 30%;
  }
  .column-small-7-10 {
    width: 70%;
  }
  .column-small-9-10 {
    width: 90%;
  }
  .column-small-1-11 {
    width: 9.0909%;
  }
  .column-small-2-11 {
    width: 18.1818%;
  }
  .column-small-3-11 {
    width: 27.2727%;
  }
  .column-small-4-11 {
    width: 36.3636%;
  }
  .column-small-5-11 {
    width: 45.4545%;
  }
  .column-small-6-11 {
    width: 54.5454%;
  }
  .column-small-7-11 {
    width: 63.6363%;
  }
  .column-small-8-11 {
    width: 72.7272%;
  }
  .column-small-9-11 {
    width: 81.8181%;
  }
  .column-small-10-11 {
    width: 90.909%;
  }
  .column-small-1-12 {
    width: 8.3333%;
  }
  .column-small-5-12 {
    width: 41.6665%;
  }
  .column-small-7-12 {
    width: 58.3331%;
  }
  .column-small-10-12 {
    width: 83.333%;
  }
  .column-small-11-12 {
    width: 91.6663%;
  }
}
/*
 * Column Extra Small Classes
 */
@media (max-width: 767px) {
  [class*='column-'] {
    width: 100%;
  }
  .column-xsmall-1 {
    width: 100%;
  }
  .column-xsmall-1-2,
  .column-xsmall-2-4,
  .column-xsmall-3-6,
  .column-xsmall-4-8,
  .column-xsmall-5-10,
  .column-xsmall-6-12 {
    width: 50%;
  }
  .column-xsmall-1-3,
  .column-xsmall-2-6,
  .column-xsmall-3-9,
  .column-xsmall-4-12 {
    width: 33.3333%;
  }
  .column-xsmall-2-3,
  .column-xsmall-4-6,
  .column-xsmall-6-9,
  .column-xsmall-8-12 {
    width: 66.6666%;
  }
  .column-xsmall-1-4,
  .column-xsmall-2-8,
  .column-xsmall-3-12 {
    width: 25%;
  }
  .column-xsmall-3-4,
  .column-xsmall-6-8,
  .column-xsmall-9-12 {
    width: 75%;
  }
  .column-xsmall-1-5,
  .column-xsmall-2-10 {
    width: 20%;
  }
  .column-xsmall-2-5,
  .column-xsmall-4-10 {
    width: 40%;
  }
  .column-xsmall-3-5,
  .column-xsmall-6-10 {
    width: 60%;
  }
  .column-xsmall-4-5,
  .column-xsmall-8-10 {
    width: 80%;
  }
  .column-xsmall-1-6,
  .column-xsmall-2-12 {
    width: 16.6667%;
  }
  .column-xsmall-5-6 {
    width: 83.3335%;
  }
  .column-xsmall-1-7 {
    width: 14.2857%;
  }
  .column-xsmall-2-7 {
    width: 28.5714%;
  }
  .column-xsmall-3-7 {
    width: 42.8571%;
  }
  .column-xsmall-4-7 {
    width: 57.1428%;
  }
  .column-xsmall-5-7 {
    width: 71.4285%;
  }
  .column-xsmall-6-7 {
    width: 85.7142%;
  }
  .column-xsmall-1-8 {
    width: 12.5%;
  }
  .column-xsmall-3-8 {
    width: 37.5%;
  }
  .column-xsmall-5-8 {
    width: 62.5%;
  }
  .column-xsmall-7-8 {
    width: 87.5%;
  }
  .column-xsmall-1-9 {
    width: 11.1111%;
  }
  .column-xsmall-2-9 {
    width: 22.2222%;
  }
  .column-xsmall-4-9 {
    width: 44.4444%;
  }
  .column-xsmall-5-9 {
    width: 55.5555%;
  }
  .column-xsmall-7-9 {
    width: 77.7777%;
  }
  .column-xsmall-8-9 {
    width: 88.8888%;
  }
  .column-xsmall-1-10 {
    width: 10%;
  }
  .column-xsmall-3-10 {
    width: 30%;
  }
  .column-xsmall-7-10 {
    width: 70%;
  }
  .column-xsmall-9-10 {
    width: 90%;
  }
  .column-xsmall-1-11 {
    width: 9.0909%;
  }
  .column-xsmall-2-11 {
    width: 18.1818%;
  }
  .column-xsmall-3-11 {
    width: 27.2727%;
  }
  .column-xsmall-4-11 {
    width: 36.3636%;
  }
  .column-xsmall-5-11 {
    width: 45.4545%;
  }
  .column-xsmall-6-11 {
    width: 54.5454%;
  }
  .column-xsmall-7-11 {
    width: 63.6363%;
  }
  .column-xsmall-8-11 {
    width: 72.7272%;
  }
  .column-xsmall-9-11 {
    width: 81.8181%;
  }
  .column-xsmall-10-11 {
    width: 90.909%;
  }
  .column-xsmall-1-12 {
    width: 8.3333%;
  }
  .column-xsmall-5-12 {
    width: 41.6665%;
  }
  .column-xsmall-7-12 {
    width: 58.3331%;
  }
  .column-xsmall-10-12 {
    width: 83.333%;
  }
  .column-xsmall-11-12 {
    width: 91.6663%;
  }
}
/*
 * Column Offset Classes
 */
.column-offset-1 {
  margin-left: 100%;
}
.column-offset-1-2,
.column-offset-2-4,
.column-offset-3-6,
.column-offset-4-8,
.column-offset-5-10,
.column-offset-6-12 {
  margin-left: 50%;
}
.column-offset-1-3,
.column-offset-2-6,
.column-offset-3-9,
.column-offset-4-12 {
  margin-left: 33.3333%;
}
.column-offset-2-3,
.column-offset-4-6,
.column-offset-6-9,
.column-offset-8-12 {
  margin-left: 66.6666%;
}
.column-offset-1-4,
.column-offset-2-8,
.column-offset-3-12 {
  margin-left: 25%;
}
.column-offset-3-4,
.column-offset-6-8,
.column-offset-9-12 {
  margin-left: 75%;
}
.column-offset-1-5,
.column-offset-2-10 {
  margin-left: 20%;
}
.column-offset-2-5,
.column-offset-4-10 {
  margin-left: 40%;
}
.column-offset-3-5,
.column-offset-6-10 {
  margin-left: 60%;
}
.column-offset-4-5,
.column-offset-8-10 {
  margin-left: 80%;
}
.column-offset-1-6,
.column-offset-2-12 {
  margin-left: 16.6667%;
}
.column-offset-5-6 {
  margin-left: 83.3335%;
}
.column-offset-1-7 {
  margin-left: 14.2857%;
}
.column-offset-2-7 {
  margin-left: 28.5714%;
}
.column-offset-3-7 {
  margin-left: 42.8571%;
}
.column-offset-4-7 {
  margin-left: 57.1428%;
}
.column-offset-5-7 {
  margin-left: 71.4285%;
}
.column-offset-6-7 {
  margin-left: 85.7142%;
}
.column-offset-1-8 {
  margin-left: 12.5%;
}
.column-offset-3-8 {
  margin-left: 37.5%;
}
.column-offset-5-8 {
  margin-left: 62.5%;
}
.column-offset-7-8 {
  margin-left: 87.5%;
}
.column-offset-1-9 {
  margin-left: 11.1111%;
}
.column-offset-2-9 {
  margin-left: 22.2222%;
}
.column-offset-4-9 {
  margin-left: 44.4444%;
}
.column-offset-5-9 {
  margin-left: 55.5555%;
}
.column-offset-7-9 {
  margin-left: 77.7777%;
}
.column-offset-8-9 {
  margin-left: 88.8888%;
}
.column-offset-1-10 {
  margin-left: 10%;
}
.column-offset-3-10 {
  margin-left: 30%;
}
.column-offset-7-10 {
  margin-left: 70%;
}
.column-offset-9-10 {
  margin-left: 90%;
}
.column-offset-1-11 {
  margin-left: 9.0909%;
}
.column-offset-2-11 {
  margin-left: 18.1818%;
}
.column-offset-3-11 {
  margin-left: 27.2727%;
}
.column-offset-4-11 {
  margin-left: 36.3636%;
}
.column-offset-5-11 {
  margin-left: 45.4545%;
}
.column-offset-6-11 {
  margin-left: 54.5454%;
}
.column-offset-7-11 {
  margin-left: 63.6363%;
}
.column-offset-8-11 {
  margin-left: 72.7272%;
}
.column-offset-9-11 {
  margin-left: 81.8181%;
}
.column-offset-10-11 {
  margin-left: 90.909%;
}
.column-offset-1-12 {
  margin-left: 8.3333%;
}
.column-offset-5-12 {
  margin-left: 41.6665%;
}
.column-offset-7-12 {
  margin-left: 58.3331%;
}
.column-offset-10-12 {
  margin-left: 83.333%;
}
.column-offset-11-12 {
  margin-left: 91.6663%;
}
/*
 * Column Offset Extra Large Classes
 */
@media (min-width: 1680px) {
  .column-offset-xlarge-reset {
    margin-left: 0;
  }
  .column-offset-xlarge-1 {
    margin-left: 100%;
  }
  .column-offset-xlarge-1-2,
  .column-offset-xlarge-2-4,
  .column-offset-xlarge-3-6,
  .column-offset-xlarge-4-8,
  .column-offset-xlarge-5-10,
  .column-offset-xlarge-6-12 {
    margin-left: 50%;
  }
  .column-offset-xlarge-1-3,
  .column-offset-xlarge-2-6,
  .column-offset-xlarge-3-9,
  .column-offset-xlarge-4-12 {
    margin-left: 33.3333%;
  }
  .column-offset-xlarge-2-3,
  .column-offset-xlarge-4-6,
  .column-offset-xlarge-6-9,
  .column-offset-xlarge-8-12 {
    margin-left: 66.6666%;
  }
  .column-offset-xlarge-1-4,
  .column-offset-xlarge-2-8,
  .column-offset-xlarge-3-12 {
    margin-left: 25%;
  }
  .column-offset-xlarge-3-4,
  .column-offset-xlarge-6-8,
  .column-offset-xlarge-9-12 {
    margin-left: 75%;
  }
  .column-offset-xlarge-1-5,
  .column-offset-xlarge-2-10 {
    margin-left: 20%;
  }
  .column-offset-xlarge-2-5,
  .column-offset-xlarge-4-10 {
    margin-left: 40%;
  }
  .column-offset-xlarge-3-5,
  .column-offset-xlarge-6-10 {
    margin-left: 60%;
  }
  .column-offset-xlarge-4-5,
  .column-offset-xlarge-8-10 {
    margin-left: 80%;
  }
  .column-offset-xlarge-1-6,
  .column-offset-xlarge-2-12 {
    margin-left: 16.6667%;
  }
  .column-offset-xlarge-5-6 {
    margin-left: 83.3335%;
  }
  .column-offset-xlarge-1-7 {
    margin-left: 14.2857%;
  }
  .column-offset-xlarge-2-7 {
    margin-left: 28.5714%;
  }
  .column-offset-xlarge-3-7 {
    margin-left: 42.8571%;
  }
  .column-offset-xlarge-4-7 {
    margin-left: 57.1428%;
  }
  .column-offset-xlarge-5-7 {
    margin-left: 71.4285%;
  }
  .column-offset-xlarge-6-7 {
    margin-left: 85.7142%;
  }
  .column-offset-xlarge-1-8 {
    margin-left: 12.5%;
  }
  .column-offset-xlarge-3-8 {
    margin-left: 37.5%;
  }
  .column-offset-xlarge-5-8 {
    margin-left: 62.5%;
  }
  .column-offset-xlarge-7-8 {
    margin-left: 87.5%;
  }
  .column-offset-xlarge-1-9 {
    margin-left: 11.1111%;
  }
  .column-offset-xlarge-2-9 {
    margin-left: 22.2222%;
  }
  .column-offset-xlarge-4-9 {
    margin-left: 44.4444%;
  }
  .column-offset-xlarge-5-9 {
    margin-left: 55.5555%;
  }
  .column-offset-xlarge-7-9 {
    margin-left: 77.7777%;
  }
  .column-offset-xlarge-8-9 {
    margin-left: 88.8888%;
  }
  .column-offset-xlarge-1-10 {
    margin-left: 10%;
  }
  .column-offset-xlarge-3-10 {
    margin-left: 30%;
  }
  .column-offset-xlarge-7-10 {
    margin-left: 70%;
  }
  .column-offset-xlarge-9-10 {
    margin-left: 90%;
  }
  .column-offset-xlarge-1-11 {
    margin-left: 9.0909%;
  }
  .column-offset-xlarge-2-11 {
    margin-left: 18.1818%;
  }
  .column-offset-xlarge-3-11 {
    margin-left: 27.2727%;
  }
  .column-offset-xlarge-4-11 {
    margin-left: 36.3636%;
  }
  .column-offset-xlarge-5-11 {
    margin-left: 45.4545%;
  }
  .column-offset-xlarge-6-11 {
    margin-left: 54.5454%;
  }
  .column-offset-xlarge-7-11 {
    margin-left: 63.6363%;
  }
  .column-offset-xlarge-8-11 {
    margin-left: 72.7272%;
  }
  .column-offset-xlarge-9-11 {
    margin-left: 81.8181%;
  }
  .column-offset-xlarge-10-11 {
    margin-left: 90.909%;
  }
  .column-offset-xlarge-1-12 {
    margin-left: 8.3333%;
  }
  .column-offset-xlarge-5-12 {
    margin-left: 41.6665%;
  }
  .column-offset-xlarge-7-12 {
    margin-left: 58.3331%;
  }
  .column-offset-xlarge-10-12 {
    margin-left: 83.333%;
  }
  .column-offset-xlarge-11-12 {
    margin-left: 91.6663%;
  }
}
/*
 * Column Offset Large Classes
 */
@media (min-width: 1280px) and (max-width: 1679px) {
  .column-offset-large-reset {
    margin-left: 0;
  }
  .column-offset-large-1 {
    margin-left: 100%;
  }
  .column-offset-large-1-2,
  .column-offset-large-2-4,
  .column-offset-large-3-6,
  .column-offset-large-4-8,
  .column-offset-large-5-10,
  .column-offset-large-6-12 {
    margin-left: 50%;
  }
  .column-offset-large-1-3,
  .column-offset-large-2-6,
  .column-offset-large-3-9,
  .column-offset-large-4-12 {
    margin-left: 33.3333%;
  }
  .column-offset-large-2-3,
  .column-offset-large-4-6,
  .column-offset-large-6-9,
  .column-offset-large-8-12 {
    margin-left: 66.6666%;
  }
  .column-offset-large-1-4,
  .column-offset-large-2-8,
  .column-offset-large-3-12 {
    margin-left: 25%;
  }
  .column-offset-large-3-4,
  .column-offset-large-6-8,
  .column-offset-large-9-12 {
    margin-left: 75%;
  }
  .column-offset-large-1-5,
  .column-offset-large-2-10 {
    margin-left: 20%;
  }
  .column-offset-large-2-5,
  .column-offset-large-4-10 {
    margin-left: 40%;
  }
  .column-offset-large-3-5,
  .column-offset-large-6-10 {
    margin-left: 60%;
  }
  .column-offset-large-4-5,
  .column-offset-large-8-10 {
    margin-left: 80%;
  }
  .column-offset-large-1-6,
  .column-offset-large-2-12 {
    margin-left: 16.6667%;
  }
  .column-offset-large-5-6 {
    margin-left: 83.3335%;
  }
  .column-offset-large-1-7 {
    margin-left: 14.2857%;
  }
  .column-offset-large-2-7 {
    margin-left: 28.5714%;
  }
  .column-offset-large-3-7 {
    margin-left: 42.8571%;
  }
  .column-offset-large-4-7 {
    margin-left: 57.1428%;
  }
  .column-offset-large-5-7 {
    margin-left: 71.4285%;
  }
  .column-offset-large-6-7 {
    margin-left: 85.7142%;
  }
  .column-offset-large-1-8 {
    margin-left: 12.5%;
  }
  .column-offset-large-3-8 {
    margin-left: 37.5%;
  }
  .column-offset-large-5-8 {
    margin-left: 62.5%;
  }
  .column-offset-large-7-8 {
    margin-left: 87.5%;
  }
  .column-offset-large-1-9 {
    margin-left: 11.1111%;
  }
  .column-offset-large-2-9 {
    margin-left: 22.2222%;
  }
  .column-offset-large-4-9 {
    margin-left: 44.4444%;
  }
  .column-offset-large-5-9 {
    margin-left: 55.5555%;
  }
  .column-offset-large-7-9 {
    margin-left: 77.7777%;
  }
  .column-offset-large-8-9 {
    margin-left: 88.8888%;
  }
  .column-offset-large-1-10 {
    margin-left: 10%;
  }
  .column-offset-large-3-10 {
    margin-left: 30%;
  }
  .column-offset-large-7-10 {
    margin-left: 70%;
  }
  .column-offset-large-9-10 {
    margin-left: 90%;
  }
  .column-offset-large-1-11 {
    margin-left: 9.0909%;
  }
  .column-offset-large-2-11 {
    margin-left: 18.1818%;
  }
  .column-offset-large-3-11 {
    margin-left: 27.2727%;
  }
  .column-offset-large-4-11 {
    margin-left: 36.3636%;
  }
  .column-offset-large-5-11 {
    margin-left: 45.4545%;
  }
  .column-offset-large-6-11 {
    margin-left: 54.5454%;
  }
  .column-offset-large-7-11 {
    margin-left: 63.6363%;
  }
  .column-offset-large-8-11 {
    margin-left: 72.7272%;
  }
  .column-offset-large-9-11 {
    margin-left: 81.8181%;
  }
  .column-offset-large-10-11 {
    margin-left: 90.909%;
  }
  .column-offset-large-1-12 {
    margin-left: 8.3333%;
  }
  .column-offset-large-5-12 {
    margin-left: 41.6665%;
  }
  .column-offset-large-7-12 {
    margin-left: 58.3331%;
  }
  .column-offset-large-10-12 {
    margin-left: 83.333%;
  }
  .column-offset-large-11-12 {
    margin-left: 91.6663%;
  }
}
/*
 * Column Offset Medium Classes
 */
@media (min-width: 1024px) and (max-width: 1279px) {
  .column-offset-medium-reset {
    margin-left: 0;
  }
  .column-offset-medium-1 {
    margin-left: 100%;
  }
  .column-offset-medium-1-2,
  .column-offset-medium-2-4,
  .column-offset-medium-3-6,
  .column-offset-medium-4-8,
  .column-offset-medium-5-10,
  .column-offset-medium-6-12 {
    margin-left: 50%;
  }
  .column-offset-medium-1-3,
  .column-offset-medium-2-6,
  .column-offset-medium-3-9,
  .column-offset-medium-4-12 {
    margin-left: 33.3333%;
  }
  .column-offset-medium-2-3,
  .column-offset-medium-4-6,
  .column-offset-medium-6-9,
  .column-offset-medium-8-12 {
    margin-left: 66.6666%;
  }
  .column-offset-medium-1-4,
  .column-offset-medium-2-8,
  .column-offset-medium-3-12 {
    margin-left: 25%;
  }
  .column-offset-medium-3-4,
  .column-offset-medium-6-8,
  .column-offset-medium-9-12 {
    margin-left: 75%;
  }
  .column-offset-medium-1-5,
  .column-offset-medium-2-10 {
    margin-left: 20%;
  }
  .column-offset-medium-2-5,
  .column-offset-medium-4-10 {
    margin-left: 40%;
  }
  .column-offset-medium-3-5,
  .column-offset-medium-6-10 {
    margin-left: 60%;
  }
  .column-offset-medium-4-5,
  .column-offset-medium-8-10 {
    margin-left: 80%;
  }
  .column-offset-medium-1-6,
  .column-offset-medium-2-12 {
    margin-left: 16.6667%;
  }
  .column-offset-medium-5-6 {
    margin-left: 83.3335%;
  }
  .column-offset-medium-1-7 {
    margin-left: 14.2857%;
  }
  .column-offset-medium-2-7 {
    margin-left: 28.5714%;
  }
  .column-offset-medium-3-7 {
    margin-left: 42.8571%;
  }
  .column-offset-medium-4-7 {
    margin-left: 57.1428%;
  }
  .column-offset-medium-5-7 {
    margin-left: 71.4285%;
  }
  .column-offset-medium-6-7 {
    margin-left: 85.7142%;
  }
  .column-offset-medium-1-8 {
    margin-left: 12.5%;
  }
  .column-offset-medium-3-8 {
    margin-left: 37.5%;
  }
  .column-offset-medium-5-8 {
    margin-left: 62.5%;
  }
  .column-offset-medium-7-8 {
    margin-left: 87.5%;
  }
  .column-offset-medium-1-9 {
    margin-left: 11.1111%;
  }
  .column-offset-medium-2-9 {
    margin-left: 22.2222%;
  }
  .column-offset-medium-4-9 {
    margin-left: 44.4444%;
  }
  .column-offset-medium-5-9 {
    margin-left: 55.5555%;
  }
  .column-offset-medium-7-9 {
    margin-left: 77.7777%;
  }
  .column-offset-medium-8-9 {
    margin-left: 88.8888%;
  }
  .column-offset-medium-1-10 {
    margin-left: 10%;
  }
  .column-offset-medium-3-10 {
    margin-left: 30%;
  }
  .column-offset-medium-7-10 {
    margin-left: 70%;
  }
  .column-offset-medium-9-10 {
    margin-left: 90%;
  }
  .column-offset-medium-1-11 {
    margin-left: 9.0909%;
  }
  .column-offset-medium-2-11 {
    margin-left: 18.1818%;
  }
  .column-offset-medium-3-11 {
    margin-left: 27.2727%;
  }
  .column-offset-medium-4-11 {
    margin-left: 36.3636%;
  }
  .column-offset-medium-5-11 {
    margin-left: 45.4545%;
  }
  .column-offset-medium-6-11 {
    margin-left: 54.5454%;
  }
  .column-offset-medium-7-11 {
    margin-left: 63.6363%;
  }
  .column-offset-medium-8-11 {
    margin-left: 72.7272%;
  }
  .column-offset-medium-9-11 {
    margin-left: 81.8181%;
  }
  .column-offset-medium-10-11 {
    margin-left: 90.909%;
  }
  .column-offset-medium-1-12 {
    margin-left: 8.3333%;
  }
  .column-offset-medium-5-12 {
    margin-left: 41.6665%;
  }
  .column-offset-medium-7-12 {
    margin-left: 58.3331%;
  }
  .column-offset-medium-10-12 {
    margin-left: 83.333%;
  }
  .column-offset-medium-11-12 {
    margin-left: 91.6663%;
  }
}
/*
 * Column Offset Small Classes
 */
@media (min-width: 768px) and (max-width: 1023px) {
  .column-offset-small-1 {
    margin-left: 100%;
  }
  .column-offset-small-1-2,
  .column-offset-small-2-4,
  .column-offset-small-3-6,
  .column-offset-small-4-8,
  .column-offset-small-5-10,
  .column-offset-small-6-12 {
    margin-left: 50%;
  }
  .column-offset-small-1-3,
  .column-offset-small-2-6,
  .column-offset-small-3-9,
  .column-offset-small-4-12 {
    margin-left: 33.3333%;
  }
  .column-offset-small-2-3,
  .column-offset-small-4-6,
  .column-offset-small-6-9,
  .column-offset-small-8-12 {
    margin-left: 66.6666%;
  }
  .column-offset-small-1-4,
  .column-offset-small-2-8,
  .column-offset-small-3-12 {
    margin-left: 25%;
  }
  .column-offset-small-3-4,
  .column-offset-small-6-8,
  .column-offset-small-9-12 {
    margin-left: 75%;
  }
  .column-offset-small-1-5,
  .column-offset-small-2-10 {
    margin-left: 20%;
  }
  .column-offset-small-2-5,
  .column-offset-small-4-10 {
    margin-left: 40%;
  }
  .column-offset-small-3-5,
  .column-offset-small-6-10 {
    margin-left: 60%;
  }
  .column-offset-small-4-5,
  .column-offset-small-8-10 {
    margin-left: 80%;
  }
  .column-offset-small-1-6,
  .column-offset-small-2-12 {
    margin-left: 16.6667%;
  }
  .column-offset-small-5-6 {
    margin-left: 83.3335%;
  }
  .column-offset-small-1-7 {
    margin-left: 14.2857%;
  }
  .column-offset-small-2-7 {
    margin-left: 28.5714%;
  }
  .column-offset-small-3-7 {
    margin-left: 42.8571%;
  }
  .column-offset-small-4-7 {
    margin-left: 57.1428%;
  }
  .column-offset-small-5-7 {
    margin-left: 71.4285%;
  }
  .column-offset-small-6-7 {
    margin-left: 85.7142%;
  }
  .column-offset-small-1-8 {
    margin-left: 12.5%;
  }
  .column-offset-small-3-8 {
    margin-left: 37.5%;
  }
  .column-offset-small-5-8 {
    margin-left: 62.5%;
  }
  .column-offset-small-7-8 {
    margin-left: 87.5%;
  }
  .column-offset-small-1-9 {
    margin-left: 11.1111%;
  }
  .column-offset-small-2-9 {
    margin-left: 22.2222%;
  }
  .column-offset-small-4-9 {
    margin-left: 44.4444%;
  }
  .column-offset-small-5-9 {
    margin-left: 55.5555%;
  }
  .column-offset-small-7-9 {
    margin-left: 77.7777%;
  }
  .column-offset-small-8-9 {
    margin-left: 88.8888%;
  }
  .column-offset-small-1-10 {
    margin-left: 10%;
  }
  .column-offset-small-3-10 {
    margin-left: 30%;
  }
  .column-offset-small-7-10 {
    margin-left: 70%;
  }
  .column-offset-small-9-10 {
    margin-left: 90%;
  }
  .column-offset-small-1-11 {
    margin-left: 9.0909%;
  }
  .column-offset-small-2-11 {
    margin-left: 18.1818%;
  }
  .column-offset-small-3-11 {
    margin-left: 27.2727%;
  }
  .column-offset-small-4-11 {
    margin-left: 36.3636%;
  }
  .column-offset-small-5-11 {
    margin-left: 45.4545%;
  }
  .column-offset-small-6-11 {
    margin-left: 54.5454%;
  }
  .column-offset-small-7-11 {
    margin-left: 63.6363%;
  }
  .column-offset-small-8-11 {
    margin-left: 72.7272%;
  }
  .column-offset-small-9-11 {
    margin-left: 81.8181%;
  }
  .column-offset-small-10-11 {
    margin-left: 90.909%;
  }
  .column-offset-small-1-12 {
    margin-left: 8.3333%;
  }
  .column-offset-small-5-12 {
    margin-left: 41.6665%;
  }
  .column-offset-small-7-12 {
    margin-left: 58.3331%;
  }
  .column-offset-small-10-12 {
    margin-left: 83.333%;
  }
  .column-offset-small-11-12 {
    margin-left: 91.6663%;
  }
}
/*
 * Column Offset Extra Small Classes
 */
@media (max-width: 767px) {
  [class*='column-offset-'] {
    margin-left: 0;
  }
  .column-offset-xsmall-1 {
    margin-left: 100%;
  }
  .column-offset-xsmall-1-2,
  .column-offset-xsmall-2-4,
  .column-offset-xsmall-3-6,
  .column-offset-xsmall-4-8,
  .column-offset-xsmall-5-10,
  .column-offset-xsmall-6-12 {
    margin-left: 50%;
  }
  .column-offset-xsmall-1-3,
  .column-offset-xsmall-2-6,
  .column-offset-xsmall-3-9,
  .column-offset-xsmall-4-12 {
    margin-left: 33.3333%;
  }
  .column-offset-xsmall-2-3,
  .column-offset-xsmall-4-6,
  .column-offset-xsmall-6-9,
  .column-offset-xsmall-8-12 {
    margin-left: 66.6666%;
  }
  .column-offset-xsmall-1-4,
  .column-offset-xsmall-2-8,
  .column-offset-xsmall-3-12 {
    margin-left: 25%;
  }
  .column-offset-xsmall-3-4,
  .column-offset-xsmall-6-8,
  .column-offset-xsmall-9-12 {
    margin-left: 75%;
  }
  .column-offset-xsmall-1-5,
  .column-offset-xsmall-2-10 {
    margin-left: 20%;
  }
  .column-offset-xsmall-2-5,
  .column-offset-xsmall-4-10 {
    margin-left: 40%;
  }
  .column-offset-xsmall-3-5,
  .column-offset-xsmall-6-10 {
    margin-left: 60%;
  }
  .column-offset-xsmall-4-5,
  .column-offset-xsmall-8-10 {
    margin-left: 80%;
  }
  .column-offset-xsmall-1-6,
  .column-offset-xsmall-2-12 {
    margin-left: 16.6667%;
  }
  .column-offset-xsmall-5-6 {
    margin-left: 83.3335%;
  }
  .column-offset-xsmall-1-7 {
    margin-left: 14.2857%;
  }
  .column-offset-xsmall-2-7 {
    margin-left: 28.5714%;
  }
  .column-offset-xsmall-3-7 {
    margin-left: 42.8571%;
  }
  .column-offset-xsmall-4-7 {
    margin-left: 57.1428%;
  }
  .column-offset-xsmall-5-7 {
    margin-left: 71.4285%;
  }
  .column-offset-xsmall-6-7 {
    margin-left: 85.7142%;
  }
  .column-offset-xsmall-1-8 {
    margin-left: 12.5%;
  }
  .column-offset-xsmall-3-8 {
    margin-left: 37.5%;
  }
  .column-offset-xsmall-5-8 {
    margin-left: 62.5%;
  }
  .column-offset-xsmall-7-8 {
    margin-left: 87.5%;
  }
  .column-offset-xsmall-1-9 {
    margin-left: 11.1111%;
  }
  .column-offset-xsmall-2-9 {
    margin-left: 22.2222%;
  }
  .column-offset-xsmall-4-9 {
    margin-left: 44.4444%;
  }
  .column-offset-xsmall-5-9 {
    margin-left: 55.5555%;
  }
  .column-offset-xsmall-7-9 {
    margin-left: 77.7777%;
  }
  .column-offset-xsmall-8-9 {
    margin-left: 88.8888%;
  }
  .column-offset-xsmall-1-10 {
    margin-left: 10%;
  }
  .column-offset-xsmall-3-10 {
    margin-left: 30%;
  }
  .column-offset-xsmall-7-10 {
    margin-left: 70%;
  }
  .column-offset-xsmall-9-10 {
    margin-left: 90%;
  }
  .column-offset-xsmall-1-11 {
    margin-left: 9.0909%;
  }
  .column-offset-xsmall-2-11 {
    margin-left: 18.1818%;
  }
  .column-offset-xsmall-3-11 {
    margin-left: 27.2727%;
  }
  .column-offset-xsmall-4-11 {
    margin-left: 36.3636%;
  }
  .column-offset-xsmall-5-11 {
    margin-left: 45.4545%;
  }
  .column-offset-xsmall-6-11 {
    margin-left: 54.5454%;
  }
  .column-offset-xsmall-7-11 {
    margin-left: 63.6363%;
  }
  .column-offset-xsmall-8-11 {
    margin-left: 72.7272%;
  }
  .column-offset-xsmall-9-11 {
    margin-left: 81.8181%;
  }
  .column-offset-xsmall-10-11 {
    margin-left: 90.909%;
  }
  .column-offset-xsmall-1-12 {
    margin-left: 8.3333%;
  }
  .column-offset-xsmall-5-12 {
    margin-left: 41.6665%;
  }
  .column-offset-xsmall-7-12 {
    margin-left: 58.3331%;
  }
  .column-offset-xsmall-10-12 {
    margin-left: 83.333%;
  }
  .column-offset-xsmall-11-12 {
    margin-left: 91.6663%;
  }
}
/*
 * Column Push Classes
 */
.column-push-1 {
  left: 100%;
}
.column-push-1-2,
.column-push-2-4,
.column-push-3-6,
.column-push-4-8,
.column-push-5-10,
.column-push-6-12 {
  left: 50%;
}
.column-push-1-3,
.column-push-2-6,
.column-push-3-9,
.column-push-4-12 {
  left: 33.3333%;
}
.column-push-2-3,
.column-push-4-6,
.column-push-6-9,
.column-push-8-12 {
  left: 66.6666%;
}
.column-push-1-4,
.column-push-2-8,
.column-push-3-12 {
  left: 25%;
}
.column-push-3-4,
.column-push-6-8,
.column-push-9-12 {
  left: 75%;
}
.column-push-1-5,
.column-push-2-10 {
  left: 20%;
}
.column-push-2-5,
.column-push-4-10 {
  left: 40%;
}
.column-push-3-5,
.column-push-6-10 {
  left: 60%;
}
.column-push-4-5,
.column-push-8-10 {
  left: 80%;
}
.column-push-1-6,
.column-push-2-12 {
  left: 16.6667%;
}
.column-push-5-6 {
  left: 83.3335%;
}
.column-push-1-7 {
  left: 14.2857%;
}
.column-push-2-7 {
  left: 28.5714%;
}
.column-push-3-7 {
  left: 42.8571%;
}
.column-push-4-7 {
  left: 57.1428%;
}
.column-push-5-7 {
  left: 71.4285%;
}
.column-push-6-7 {
  left: 85.7142%;
}
.column-push-1-8 {
  left: 12.5%;
}
.column-push-3-8 {
  left: 37.5%;
}
.column-push-5-8 {
  left: 62.5%;
}
.column-push-7-8 {
  left: 87.5%;
}
.column-push-1-9 {
  left: 11.1111%;
}
.column-push-2-9 {
  left: 22.2222%;
}
.column-push-4-9 {
  left: 44.4444%;
}
.column-push-5-9 {
  left: 55.5555%;
}
.column-push-7-9 {
  left: 77.7777%;
}
.column-push-8-9 {
  left: 88.8888%;
}
.column-push-1-10 {
  left: 10%;
}
.column-push-3-10 {
  left: 30%;
}
.column-push-7-10 {
  left: 70%;
}
.column-push-9-10 {
  left: 90%;
}
.column-push-1-11 {
  left: 9.0909%;
}
.column-push-2-11 {
  left: 18.1818%;
}
.column-push-3-11 {
  left: 27.2727%;
}
.column-push-4-11 {
  left: 36.3636%;
}
.column-push-5-11 {
  left: 45.4545%;
}
.column-push-6-11 {
  left: 54.5454%;
}
.column-push-7-11 {
  left: 63.6363%;
}
.column-push-8-11 {
  left: 72.7272%;
}
.column-push-9-11 {
  left: 81.8181%;
}
.column-push-10-11 {
  left: 90.909%;
}
.column-push-1-12 {
  left: 8.3333%;
}
.column-push-5-12 {
  left: 41.6665%;
}
.column-push-7-12 {
  left: 58.3331%;
}
.column-push-10-12 {
  left: 83.333%;
}
.column-push-11-12 {
  left: 91.6663%;
}
/*
 * Column Push Extra Large Classes
 */
@media (min-width: 1680px) {
  .column-push-xlarge-reset {
    left: 0;
  }
  .column-push-xlarge-1 {
    left: 100%;
  }
  .column-push-xlarge-1-2,
  .column-push-xlarge-2-4,
  .column-push-xlarge-3-6,
  .column-push-xlarge-4-8,
  .column-push-xlarge-5-10,
  .column-push-xlarge-6-12 {
    left: 50%;
  }
  .column-push-xlarge-1-3,
  .column-push-xlarge-2-6,
  .column-push-xlarge-3-9,
  .column-push-xlarge-4-12 {
    left: 33.3333%;
  }
  .column-push-xlarge-2-3,
  .column-push-xlarge-4-6,
  .column-push-xlarge-6-9,
  .column-push-xlarge-8-12 {
    left: 66.6666%;
  }
  .column-push-xlarge-1-4,
  .column-push-xlarge-2-8,
  .column-push-xlarge-3-12 {
    left: 25%;
  }
  .column-push-xlarge-3-4,
  .column-push-xlarge-6-8,
  .column-push-xlarge-9-12 {
    left: 75%;
  }
  .column-push-xlarge-1-5,
  .column-push-xlarge-2-10 {
    left: 20%;
  }
  .column-push-xlarge-2-5,
  .column-push-xlarge-4-10 {
    left: 40%;
  }
  .column-push-xlarge-3-5,
  .column-push-xlarge-6-10 {
    left: 60%;
  }
  .column-push-xlarge-4-5,
  .column-push-xlarge-8-10 {
    left: 80%;
  }
  .column-push-xlarge-1-6,
  .column-push-xlarge-2-12 {
    left: 16.6667%;
  }
  .column-push-xlarge-5-6 {
    left: 83.3335%;
  }
  .column-push-xlarge-1-7 {
    left: 14.2857%;
  }
  .column-push-xlarge-2-7 {
    left: 28.5714%;
  }
  .column-push-xlarge-3-7 {
    left: 42.8571%;
  }
  .column-push-xlarge-4-7 {
    left: 57.1428%;
  }
  .column-push-xlarge-5-7 {
    left: 71.4285%;
  }
  .column-push-xlarge-6-7 {
    left: 85.7142%;
  }
  .column-push-xlarge-1-8 {
    left: 12.5%;
  }
  .column-push-xlarge-3-8 {
    left: 37.5%;
  }
  .column-push-xlarge-5-8 {
    left: 62.5%;
  }
  .column-push-xlarge-7-8 {
    left: 87.5%;
  }
  .column-push-xlarge-1-9 {
    left: 11.1111%;
  }
  .column-push-xlarge-2-9 {
    left: 22.2222%;
  }
  .column-push-xlarge-4-9 {
    left: 44.4444%;
  }
  .column-push-xlarge-5-9 {
    left: 55.5555%;
  }
  .column-push-xlarge-7-9 {
    left: 77.7777%;
  }
  .column-push-xlarge-8-9 {
    left: 88.8888%;
  }
  .column-push-xlarge-1-10 {
    left: 10%;
  }
  .column-push-xlarge-3-10 {
    left: 30%;
  }
  .column-push-xlarge-7-10 {
    left: 70%;
  }
  .column-push-xlarge-9-10 {
    left: 90%;
  }
  .column-push-xlarge-1-11 {
    left: 9.0909%;
  }
  .column-push-xlarge-2-11 {
    left: 18.1818%;
  }
  .column-push-xlarge-3-11 {
    left: 27.2727%;
  }
  .column-push-xlarge-4-11 {
    left: 36.3636%;
  }
  .column-push-xlarge-5-11 {
    left: 45.4545%;
  }
  .column-push-xlarge-6-11 {
    left: 54.5454%;
  }
  .column-push-xlarge-7-11 {
    left: 63.6363%;
  }
  .column-push-xlarge-8-11 {
    left: 72.7272%;
  }
  .column-push-xlarge-9-11 {
    left: 81.8181%;
  }
  .column-push-xlarge-10-11 {
    left: 90.909%;
  }
  .column-push-xlarge-1-12 {
    left: 8.3333%;
  }
  .column-push-xlarge-5-12 {
    left: 41.6665%;
  }
  .column-push-xlarge-7-12 {
    left: 58.3331%;
  }
  .column-push-xlarge-10-12 {
    left: 83.333%;
  }
  .column-push-xlarge-11-12 {
    left: 91.6663%;
  }
}
/*
 * Column Push Large Classes
 */
@media (min-width: 1280px) and (max-width: 1679px) {
  .column-push-large-reset {
    left: 0;
  }
  .column-push-large-1 {
    left: 100%;
  }
  .column-push-large-1-2,
  .column-push-large-2-4,
  .column-push-large-3-6,
  .column-push-large-4-8,
  .column-push-large-5-10,
  .column-push-large-6-12 {
    left: 50%;
  }
  .column-push-large-1-3,
  .column-push-large-2-6,
  .column-push-large-3-9,
  .column-push-large-4-12 {
    left: 33.3333%;
  }
  .column-push-large-2-3,
  .column-push-large-4-6,
  .column-push-large-6-9,
  .column-push-large-8-12 {
    left: 66.6666%;
  }
  .column-push-large-1-4,
  .column-push-large-2-8,
  .column-push-large-3-12 {
    left: 25%;
  }
  .column-push-large-3-4,
  .column-push-large-6-8,
  .column-push-large-9-12 {
    left: 75%;
  }
  .column-push-large-1-5,
  .column-push-large-2-10 {
    left: 20%;
  }
  .column-push-large-2-5,
  .column-push-large-4-10 {
    left: 40%;
  }
  .column-push-large-3-5,
  .column-push-large-6-10 {
    left: 60%;
  }
  .column-push-large-4-5,
  .column-push-large-8-10 {
    left: 80%;
  }
  .column-push-large-1-6,
  .column-push-large-2-12 {
    left: 16.6667%;
  }
  .column-push-large-5-6 {
    left: 83.3335%;
  }
  .column-push-large-1-7 {
    left: 14.2857%;
  }
  .column-push-large-2-7 {
    left: 28.5714%;
  }
  .column-push-large-3-7 {
    left: 42.8571%;
  }
  .column-push-large-4-7 {
    left: 57.1428%;
  }
  .column-push-large-5-7 {
    left: 71.4285%;
  }
  .column-push-large-6-7 {
    left: 85.7142%;
  }
  .column-push-large-1-8 {
    left: 12.5%;
  }
  .column-push-large-3-8 {
    left: 37.5%;
  }
  .column-push-large-5-8 {
    left: 62.5%;
  }
  .column-push-large-7-8 {
    left: 87.5%;
  }
  .column-push-large-1-9 {
    left: 11.1111%;
  }
  .column-push-large-2-9 {
    left: 22.2222%;
  }
  .column-push-large-4-9 {
    left: 44.4444%;
  }
  .column-push-large-5-9 {
    left: 55.5555%;
  }
  .column-push-large-7-9 {
    left: 77.7777%;
  }
  .column-push-large-8-9 {
    left: 88.8888%;
  }
  .column-push-large-1-10 {
    left: 10%;
  }
  .column-push-large-3-10 {
    left: 30%;
  }
  .column-push-large-7-10 {
    left: 70%;
  }
  .column-push-large-9-10 {
    left: 90%;
  }
  .column-push-large-1-11 {
    left: 9.0909%;
  }
  .column-push-large-2-11 {
    left: 18.1818%;
  }
  .column-push-large-3-11 {
    left: 27.2727%;
  }
  .column-push-large-4-11 {
    left: 36.3636%;
  }
  .column-push-large-5-11 {
    left: 45.4545%;
  }
  .column-push-large-6-11 {
    left: 54.5454%;
  }
  .column-push-large-7-11 {
    left: 63.6363%;
  }
  .column-push-large-8-11 {
    left: 72.7272%;
  }
  .column-push-large-9-11 {
    left: 81.8181%;
  }
  .column-push-large-10-11 {
    left: 90.909%;
  }
  .column-push-large-1-12 {
    left: 8.3333%;
  }
  .column-push-large-5-12 {
    left: 41.6665%;
  }
  .column-push-large-7-12 {
    left: 58.3331%;
  }
  .column-push-large-10-12 {
    left: 83.333%;
  }
  .column-push-large-11-12 {
    left: 91.6663%;
  }
}
/*
 * Column Push Medium Classes
 */
@media (min-width: 1024px) and (max-width: 1279px) {
  .column-push-medium-reset {
    left: 0;
  }
  .column-push-medium-1 {
    left: 100%;
  }
  .column-push-medium-1-2,
  .column-push-medium-2-4,
  .column-push-medium-3-6,
  .column-push-medium-4-8,
  .column-push-medium-5-10,
  .column-push-medium-6-12 {
    left: 50%;
  }
  .column-push-medium-1-3,
  .column-push-medium-2-6,
  .column-push-medium-3-9,
  .column-push-medium-4-12 {
    left: 33.3333%;
  }
  .column-push-medium-2-3,
  .column-push-medium-4-6,
  .column-push-medium-6-9,
  .column-push-medium-8-12 {
    left: 66.6666%;
  }
  .column-push-medium-1-4,
  .column-push-medium-2-8,
  .column-push-medium-3-12 {
    left: 25%;
  }
  .column-push-medium-3-4,
  .column-push-medium-6-8,
  .column-push-medium-9-12 {
    left: 75%;
  }
  .column-push-medium-1-5,
  .column-push-medium-2-10 {
    left: 20%;
  }
  .column-push-medium-2-5,
  .column-push-medium-4-10 {
    left: 40%;
  }
  .column-push-medium-3-5,
  .column-push-medium-6-10 {
    left: 60%;
  }
  .column-push-medium-4-5,
  .column-push-medium-8-10 {
    left: 80%;
  }
  .column-push-medium-1-6,
  .column-push-medium-2-12 {
    left: 16.6667%;
  }
  .column-push-medium-5-6 {
    left: 83.3335%;
  }
  .column-push-medium-1-7 {
    left: 14.2857%;
  }
  .column-push-medium-2-7 {
    left: 28.5714%;
  }
  .column-push-medium-3-7 {
    left: 42.8571%;
  }
  .column-push-medium-4-7 {
    left: 57.1428%;
  }
  .column-push-medium-5-7 {
    left: 71.4285%;
  }
  .column-push-medium-6-7 {
    left: 85.7142%;
  }
  .column-push-medium-1-8 {
    left: 12.5%;
  }
  .column-push-medium-3-8 {
    left: 37.5%;
  }
  .column-push-medium-5-8 {
    left: 62.5%;
  }
  .column-push-medium-7-8 {
    left: 87.5%;
  }
  .column-push-medium-1-9 {
    left: 11.1111%;
  }
  .column-push-medium-2-9 {
    left: 22.2222%;
  }
  .column-push-medium-4-9 {
    left: 44.4444%;
  }
  .column-push-medium-5-9 {
    left: 55.5555%;
  }
  .column-push-medium-7-9 {
    left: 77.7777%;
  }
  .column-push-medium-8-9 {
    left: 88.8888%;
  }
  .column-push-medium-1-10 {
    left: 10%;
  }
  .column-push-medium-3-10 {
    left: 30%;
  }
  .column-push-medium-7-10 {
    left: 70%;
  }
  .column-push-medium-9-10 {
    left: 90%;
  }
  .column-push-medium-1-11 {
    left: 9.0909%;
  }
  .column-push-medium-2-11 {
    left: 18.1818%;
  }
  .column-push-medium-3-11 {
    left: 27.2727%;
  }
  .column-push-medium-4-11 {
    left: 36.3636%;
  }
  .column-push-medium-5-11 {
    left: 45.4545%;
  }
  .column-push-medium-6-11 {
    left: 54.5454%;
  }
  .column-push-medium-7-11 {
    left: 63.6363%;
  }
  .column-push-medium-8-11 {
    left: 72.7272%;
  }
  .column-push-medium-9-11 {
    left: 81.8181%;
  }
  .column-push-medium-10-11 {
    left: 90.909%;
  }
  .column-push-medium-1-12 {
    left: 8.3333%;
  }
  .column-push-medium-5-12 {
    left: 41.6665%;
  }
  .column-push-medium-7-12 {
    left: 58.3331%;
  }
  .column-push-medium-10-12 {
    left: 83.333%;
  }
  .column-push-medium-11-12 {
    left: 91.6663%;
  }
}
/*
 * Column Push Small Classes
 */
@media (min-width: 768px) and (max-width: 1023px) {
  .column-push-small-1 {
    left: 100%;
  }
  .column-push-small-1-2,
  .column-push-small-2-4,
  .column-push-small-3-6,
  .column-push-small-4-8,
  .column-push-small-5-10,
  .column-push-small-6-12 {
    left: 50%;
  }
  .column-push-small-1-3,
  .column-push-small-2-6,
  .column-push-small-3-9,
  .column-push-small-4-12 {
    left: 33.3333%;
  }
  .column-push-small-2-3,
  .column-push-small-4-6,
  .column-push-small-6-9,
  .column-push-small-8-12 {
    left: 66.6666%;
  }
  .column-push-small-1-4,
  .column-push-small-2-8,
  .column-push-small-3-12 {
    left: 25%;
  }
  .column-push-small-3-4,
  .column-push-small-6-8,
  .column-push-small-9-12 {
    left: 75%;
  }
  .column-push-small-1-5,
  .column-push-small-2-10 {
    left: 20%;
  }
  .column-push-small-2-5,
  .column-push-small-4-10 {
    left: 40%;
  }
  .column-push-small-3-5,
  .column-push-small-6-10 {
    left: 60%;
  }
  .column-push-small-4-5,
  .column-push-small-8-10 {
    left: 80%;
  }
  .column-push-small-1-6,
  .column-push-small-2-12 {
    left: 16.6667%;
  }
  .column-push-small-5-6 {
    left: 83.3335%;
  }
  .column-push-small-1-7 {
    left: 14.2857%;
  }
  .column-push-small-2-7 {
    left: 28.5714%;
  }
  .column-push-small-3-7 {
    left: 42.8571%;
  }
  .column-push-small-4-7 {
    left: 57.1428%;
  }
  .column-push-small-5-7 {
    left: 71.4285%;
  }
  .column-push-small-6-7 {
    left: 85.7142%;
  }
  .column-push-small-1-8 {
    left: 12.5%;
  }
  .column-push-small-3-8 {
    left: 37.5%;
  }
  .column-push-small-5-8 {
    left: 62.5%;
  }
  .column-push-small-7-8 {
    left: 87.5%;
  }
  .column-push-small-1-9 {
    left: 11.1111%;
  }
  .column-push-small-2-9 {
    left: 22.2222%;
  }
  .column-push-small-4-9 {
    left: 44.4444%;
  }
  .column-push-small-5-9 {
    left: 55.5555%;
  }
  .column-push-small-7-9 {
    left: 77.7777%;
  }
  .column-push-small-8-9 {
    left: 88.8888%;
  }
  .column-push-small-1-10 {
    left: 10%;
  }
  .column-push-small-3-10 {
    left: 30%;
  }
  .column-push-small-7-10 {
    left: 70%;
  }
  .column-push-small-9-10 {
    left: 90%;
  }
  .column-push-small-1-11 {
    left: 9.0909%;
  }
  .column-push-small-2-11 {
    left: 18.1818%;
  }
  .column-push-small-3-11 {
    left: 27.2727%;
  }
  .column-push-small-4-11 {
    left: 36.3636%;
  }
  .column-push-small-5-11 {
    left: 45.4545%;
  }
  .column-push-small-6-11 {
    left: 54.5454%;
  }
  .column-push-small-7-11 {
    left: 63.6363%;
  }
  .column-push-small-8-11 {
    left: 72.7272%;
  }
  .column-push-small-9-11 {
    left: 81.8181%;
  }
  .column-push-small-10-11 {
    left: 90.909%;
  }
  .column-push-small-1-12 {
    left: 8.3333%;
  }
  .column-push-small-5-12 {
    left: 41.6665%;
  }
  .column-push-small-7-12 {
    left: 58.3331%;
  }
  .column-push-small-10-12 {
    left: 83.333%;
  }
  .column-push-small-11-12 {
    left: 91.6663%;
  }
}
/*
 * Column Push Extra Small Classes
 */
@media (max-width: 767px) {
  [class*='column-push-'] {
    left: auto;
  }
  .column-push-xsmall-1 {
    left: 100%;
  }
  .column-push-xsmall-1-2,
  .column-push-xsmall-2-4,
  .column-push-xsmall-3-6,
  .column-push-xsmall-4-8,
  .column-push-xsmall-5-10,
  .column-push-xsmall-6-12 {
    left: 50%;
  }
  .column-push-xsmall-1-3,
  .column-push-xsmall-2-6,
  .column-push-xsmall-3-9,
  .column-push-xsmall-4-12 {
    left: 33.3333%;
  }
  .column-push-xsmall-2-3,
  .column-push-xsmall-4-6,
  .column-push-xsmall-6-9,
  .column-push-xsmall-8-12 {
    left: 66.6666%;
  }
  .column-push-xsmall-1-4,
  .column-push-xsmall-2-8,
  .column-push-xsmall-3-12 {
    left: 25%;
  }
  .column-push-xsmall-3-4,
  .column-push-xsmall-6-8,
  .column-push-xsmall-9-12 {
    left: 75%;
  }
  .column-push-xsmall-1-5,
  .column-push-xsmall-2-10 {
    left: 20%;
  }
  .column-push-xsmall-2-5,
  .column-push-xsmall-4-10 {
    left: 40%;
  }
  .column-push-xsmall-3-5,
  .column-push-xsmall-6-10 {
    left: 60%;
  }
  .column-push-xsmall-4-5,
  .column-push-xsmall-8-10 {
    left: 80%;
  }
  .column-push-xsmall-1-6,
  .column-push-xsmall-2-12 {
    left: 16.6667%;
  }
  .column-push-xsmall-5-6 {
    left: 83.3335%;
  }
  .column-push-xsmall-1-7 {
    left: 14.2857%;
  }
  .column-push-xsmall-2-7 {
    left: 28.5714%;
  }
  .column-push-xsmall-3-7 {
    left: 42.8571%;
  }
  .column-push-xsmall-4-7 {
    left: 57.1428%;
  }
  .column-push-xsmall-5-7 {
    left: 71.4285%;
  }
  .column-push-xsmall-6-7 {
    left: 85.7142%;
  }
  .column-push-xsmall-1-8 {
    left: 12.5%;
  }
  .column-push-xsmall-3-8 {
    left: 37.5%;
  }
  .column-push-xsmall-5-8 {
    left: 62.5%;
  }
  .column-push-xsmall-7-8 {
    left: 87.5%;
  }
  .column-push-xsmall-1-9 {
    left: 11.1111%;
  }
  .column-push-xsmall-2-9 {
    left: 22.2222%;
  }
  .column-push-xsmall-4-9 {
    left: 44.4444%;
  }
  .column-push-xsmall-5-9 {
    left: 55.5555%;
  }
  .column-push-xsmall-7-9 {
    left: 77.7777%;
  }
  .column-push-xsmall-8-9 {
    left: 88.8888%;
  }
  .column-push-xsmall-1-10 {
    left: 10%;
  }
  .column-push-xsmall-3-10 {
    left: 30%;
  }
  .column-push-xsmall-7-10 {
    left: 70%;
  }
  .column-push-xsmall-9-10 {
    left: 90%;
  }
  .column-push-xsmall-1-11 {
    left: 9.0909%;
  }
  .column-push-xsmall-2-11 {
    left: 18.1818%;
  }
  .column-push-xsmall-3-11 {
    left: 27.2727%;
  }
  .column-push-xsmall-4-11 {
    left: 36.3636%;
  }
  .column-push-xsmall-5-11 {
    left: 45.4545%;
  }
  .column-push-xsmall-6-11 {
    left: 54.5454%;
  }
  .column-push-xsmall-7-11 {
    left: 63.6363%;
  }
  .column-push-xsmall-8-11 {
    left: 72.7272%;
  }
  .column-push-xsmall-9-11 {
    left: 81.8181%;
  }
  .column-push-xsmall-10-11 {
    left: 90.909%;
  }
  .column-push-xsmall-1-12 {
    left: 8.3333%;
  }
  .column-push-xsmall-5-12 {
    left: 41.6665%;
  }
  .column-push-xsmall-7-12 {
    left: 58.3331%;
  }
  .column-push-xsmall-10-12 {
    left: 83.333%;
  }
  .column-push-xsmall-11-12 {
    left: 91.6663%;
  }
}
/*
 * Column Pull Classes
 */
.column-pull-1 {
  right: 100%;
}
.column-pull-1-2,
.column-pull-2-4,
.column-pull-3-6,
.column-pull-4-8,
.column-pull-5-10,
.column-pull-6-12 {
  right: 50%;
}
.column-pull-1-3,
.column-pull-2-6,
.column-pull-3-9,
.column-pull-4-12 {
  right: 33.3333%;
}
.column-pull-2-3,
.column-pull-4-6,
.column-pull-6-9,
.column-pull-8-12 {
  right: 66.6666%;
}
.column-pull-1-4,
.column-pull-2-8,
.column-pull-3-12 {
  right: 25%;
}
.column-pull-3-4,
.column-pull-6-8,
.column-pull-9-12 {
  right: 75%;
}
.column-pull-1-5,
.column-pull-2-10 {
  right: 20%;
}
.column-pull-2-5,
.column-pull-4-10 {
  right: 40%;
}
.column-pull-3-5,
.column-pull-6-10 {
  right: 60%;
}
.column-pull-4-5,
.column-pull-8-10 {
  right: 80%;
}
.column-pull-1-6,
.column-pull-2-12 {
  right: 16.6667%;
}
.column-pull-5-6 {
  right: 83.3335%;
}
.column-pull-1-7 {
  right: 14.2857%;
}
.column-pull-2-7 {
  right: 28.5714%;
}
.column-pull-3-7 {
  right: 42.8571%;
}
.column-pull-4-7 {
  right: 57.1428%;
}
.column-pull-5-7 {
  right: 71.4285%;
}
.column-pull-6-7 {
  right: 85.7142%;
}
.column-pull-1-8 {
  right: 12.5%;
}
.column-pull-3-8 {
  right: 37.5%;
}
.column-pull-5-8 {
  right: 62.5%;
}
.column-pull-7-8 {
  right: 87.5%;
}
.column-pull-1-9 {
  right: 11.1111%;
}
.column-pull-2-9 {
  right: 22.2222%;
}
.column-pull-4-9 {
  right: 44.4444%;
}
.column-pull-5-9 {
  right: 55.5555%;
}
.column-pull-7-9 {
  right: 77.7777%;
}
.column-pull-8-9 {
  right: 88.8888%;
}
.column-pull-1-10 {
  right: 10%;
}
.column-pull-3-10 {
  right: 30%;
}
.column-pull-7-10 {
  right: 70%;
}
.column-pull-9-10 {
  right: 90%;
}
.column-pull-1-11 {
  right: 9.0909%;
}
.column-pull-2-11 {
  right: 18.1818%;
}
.column-pull-3-11 {
  right: 27.2727%;
}
.column-pull-4-11 {
  right: 36.3636%;
}
.column-pull-5-11 {
  right: 45.4545%;
}
.column-pull-6-11 {
  right: 54.5454%;
}
.column-pull-7-11 {
  right: 63.6363%;
}
.column-pull-8-11 {
  right: 72.7272%;
}
.column-pull-9-11 {
  right: 81.8181%;
}
.column-pull-10-11 {
  right: 90.909%;
}
.column-pull-1-12 {
  right: 8.3333%;
}
.column-pull-5-12 {
  right: 41.6665%;
}
.column-pull-7-12 {
  right: 58.3331%;
}
.column-pull-10-12 {
  right: 83.333%;
}
.column-pull-11-12 {
  right: 91.6663%;
}
/*
 * Column Pull Extra Large Classes
 */
@media (min-width: 1680px) {
  .column-pull-xlarge-reset {
    right: 0;
  }
  .column-pull-xlarge-1 {
    right: 100%;
  }
  .column-pull-xlarge-1-2,
  .column-pull-xlarge-2-4,
  .column-pull-xlarge-3-6,
  .column-pull-xlarge-4-8,
  .column-pull-xlarge-5-10,
  .column-pull-xlarge-6-12 {
    right: 50%;
  }
  .column-pull-xlarge-1-3,
  .column-pull-xlarge-2-6,
  .column-pull-xlarge-3-9,
  .column-pull-xlarge-4-12 {
    right: 33.3333%;
  }
  .column-pull-xlarge-2-3,
  .column-pull-xlarge-4-6,
  .column-pull-xlarge-6-9,
  .column-pull-xlarge-8-12 {
    right: 66.6666%;
  }
  .column-pull-xlarge-1-4,
  .column-pull-xlarge-2-8,
  .column-pull-xlarge-3-12 {
    right: 25%;
  }
  .column-pull-xlarge-3-4,
  .column-pull-xlarge-6-8,
  .column-pull-xlarge-9-12 {
    right: 75%;
  }
  .column-pull-xlarge-1-5,
  .column-pull-xlarge-2-10 {
    right: 20%;
  }
  .column-pull-xlarge-2-5,
  .column-pull-xlarge-4-10 {
    right: 40%;
  }
  .column-pull-xlarge-3-5,
  .column-pull-xlarge-6-10 {
    right: 60%;
  }
  .column-pull-xlarge-4-5,
  .column-pull-xlarge-8-10 {
    right: 80%;
  }
  .column-pull-xlarge-1-6,
  .column-pull-xlarge-2-12 {
    right: 16.6667%;
  }
  .column-pull-xlarge-5-6 {
    right: 83.3335%;
  }
  .column-pull-xlarge-1-7 {
    right: 14.2857%;
  }
  .column-pull-xlarge-2-7 {
    right: 28.5714%;
  }
  .column-pull-xlarge-3-7 {
    right: 42.8571%;
  }
  .column-pull-xlarge-4-7 {
    right: 57.1428%;
  }
  .column-pull-xlarge-5-7 {
    right: 71.4285%;
  }
  .column-pull-xlarge-6-7 {
    right: 85.7142%;
  }
  .column-pull-xlarge-1-8 {
    right: 12.5%;
  }
  .column-pull-xlarge-3-8 {
    right: 37.5%;
  }
  .column-pull-xlarge-5-8 {
    right: 62.5%;
  }
  .column-pull-xlarge-7-8 {
    right: 87.5%;
  }
  .column-pull-xlarge-1-9 {
    right: 11.1111%;
  }
  .column-pull-xlarge-2-9 {
    right: 22.2222%;
  }
  .column-pull-xlarge-4-9 {
    right: 44.4444%;
  }
  .column-pull-xlarge-5-9 {
    right: 55.5555%;
  }
  .column-pull-xlarge-7-9 {
    right: 77.7777%;
  }
  .column-pull-xlarge-8-9 {
    right: 88.8888%;
  }
  .column-pull-xlarge-1-10 {
    right: 10%;
  }
  .column-pull-xlarge-3-10 {
    right: 30%;
  }
  .column-pull-xlarge-7-10 {
    right: 70%;
  }
  .column-pull-xlarge-9-10 {
    right: 90%;
  }
  .column-pull-xlarge-1-11 {
    right: 9.0909%;
  }
  .column-pull-xlarge-2-11 {
    right: 18.1818%;
  }
  .column-pull-xlarge-3-11 {
    right: 27.2727%;
  }
  .column-pull-xlarge-4-11 {
    right: 36.3636%;
  }
  .column-pull-xlarge-5-11 {
    right: 45.4545%;
  }
  .column-pull-xlarge-6-11 {
    right: 54.5454%;
  }
  .column-pull-xlarge-7-11 {
    right: 63.6363%;
  }
  .column-pull-xlarge-8-11 {
    right: 72.7272%;
  }
  .column-pull-xlarge-9-11 {
    right: 81.8181%;
  }
  .column-pull-xlarge-10-11 {
    right: 90.909%;
  }
  .column-pull-xlarge-1-12 {
    right: 8.3333%;
  }
  .column-pull-xlarge-5-12 {
    right: 41.6665%;
  }
  .column-pull-xlarge-7-12 {
    right: 58.3331%;
  }
  .column-pull-xlarge-10-12 {
    right: 83.333%;
  }
  .column-pull-xlarge-11-12 {
    right: 91.6663%;
  }
}
/*
 * Column Pull Large Classes
 */
@media (min-width: 1280px) and (max-width: 1679px) {
  .column-pull-large-reset {
    right: 0;
  }
  .column-pull-large-1 {
    right: 100%;
  }
  .column-pull-large-1-2,
  .column-pull-large-2-4,
  .column-pull-large-3-6,
  .column-pull-large-4-8,
  .column-pull-large-5-10,
  .column-pull-large-6-12 {
    right: 50%;
  }
  .column-pull-large-1-3,
  .column-pull-large-2-6,
  .column-pull-large-3-9,
  .column-pull-large-4-12 {
    right: 33.3333%;
  }
  .column-pull-large-2-3,
  .column-pull-large-4-6,
  .column-pull-large-6-9,
  .column-pull-large-8-12 {
    right: 66.6666%;
  }
  .column-pull-large-1-4,
  .column-pull-large-2-8,
  .column-pull-large-3-12 {
    right: 25%;
  }
  .column-pull-large-3-4,
  .column-pull-large-6-8,
  .column-pull-large-9-12 {
    right: 75%;
  }
  .column-pull-large-1-5,
  .column-pull-large-2-10 {
    right: 20%;
  }
  .column-pull-large-2-5,
  .column-pull-large-4-10 {
    right: 40%;
  }
  .column-pull-large-3-5,
  .column-pull-large-6-10 {
    right: 60%;
  }
  .column-pull-large-4-5,
  .column-pull-large-8-10 {
    right: 80%;
  }
  .column-pull-large-1-6,
  .column-pull-large-2-12 {
    right: 16.6667%;
  }
  .column-pull-large-5-6 {
    right: 83.3335%;
  }
  .column-pull-large-1-7 {
    right: 14.2857%;
  }
  .column-pull-large-2-7 {
    right: 28.5714%;
  }
  .column-pull-large-3-7 {
    right: 42.8571%;
  }
  .column-pull-large-4-7 {
    right: 57.1428%;
  }
  .column-pull-large-5-7 {
    right: 71.4285%;
  }
  .column-pull-large-6-7 {
    right: 85.7142%;
  }
  .column-pull-large-1-8 {
    right: 12.5%;
  }
  .column-pull-large-3-8 {
    right: 37.5%;
  }
  .column-pull-large-5-8 {
    right: 62.5%;
  }
  .column-pull-large-7-8 {
    right: 87.5%;
  }
  .column-pull-large-1-9 {
    right: 11.1111%;
  }
  .column-pull-large-2-9 {
    right: 22.2222%;
  }
  .column-pull-large-4-9 {
    right: 44.4444%;
  }
  .column-pull-large-5-9 {
    right: 55.5555%;
  }
  .column-pull-large-7-9 {
    right: 77.7777%;
  }
  .column-pull-large-8-9 {
    right: 88.8888%;
  }
  .column-pull-large-1-10 {
    right: 10%;
  }
  .column-pull-large-3-10 {
    right: 30%;
  }
  .column-pull-large-7-10 {
    right: 70%;
  }
  .column-pull-large-9-10 {
    right: 90%;
  }
  .column-pull-large-1-11 {
    right: 9.0909%;
  }
  .column-pull-large-2-11 {
    right: 18.1818%;
  }
  .column-pull-large-3-11 {
    right: 27.2727%;
  }
  .column-pull-large-4-11 {
    right: 36.3636%;
  }
  .column-pull-large-5-11 {
    right: 45.4545%;
  }
  .column-pull-large-6-11 {
    right: 54.5454%;
  }
  .column-pull-large-7-11 {
    right: 63.6363%;
  }
  .column-pull-large-8-11 {
    right: 72.7272%;
  }
  .column-pull-large-9-11 {
    right: 81.8181%;
  }
  .column-pull-large-10-11 {
    right: 90.909%;
  }
  .column-pull-large-1-12 {
    right: 8.3333%;
  }
  .column-pull-large-5-12 {
    right: 41.6665%;
  }
  .column-pull-large-7-12 {
    right: 58.3331%;
  }
  .column-pull-large-10-12 {
    right: 83.333%;
  }
  .column-pull-large-11-12 {
    right: 91.6663%;
  }
}
/*
 * Column Pull Medium Classes
 */
@media (min-width: 1024px) and (max-width: 1279px) {
  .column-pull-medium-reset {
    right: 0;
  }
  .column-pull-medium-1 {
    right: 100%;
  }
  .column-pull-medium-1-2,
  .column-pull-medium-2-4,
  .column-pull-medium-3-6,
  .column-pull-medium-4-8,
  .column-pull-medium-5-10,
  .column-pull-medium-6-12 {
    right: 50%;
  }
  .column-pull-medium-1-3,
  .column-pull-medium-2-6,
  .column-pull-medium-3-9,
  .column-pull-medium-4-12 {
    right: 33.3333%;
  }
  .column-pull-medium-2-3,
  .column-pull-medium-4-6,
  .column-pull-medium-6-9,
  .column-pull-medium-8-12 {
    right: 66.6666%;
  }
  .column-pull-medium-1-4,
  .column-pull-medium-2-8,
  .column-pull-medium-3-12 {
    right: 25%;
  }
  .column-pull-medium-3-4,
  .column-pull-medium-6-8,
  .column-pull-medium-9-12 {
    right: 75%;
  }
  .column-pull-medium-1-5,
  .column-pull-medium-2-10 {
    right: 20%;
  }
  .column-pull-medium-2-5,
  .column-pull-medium-4-10 {
    right: 40%;
  }
  .column-pull-medium-3-5,
  .column-pull-medium-6-10 {
    right: 60%;
  }
  .column-pull-medium-4-5,
  .column-pull-medium-8-10 {
    right: 80%;
  }
  .column-pull-medium-1-6,
  .column-pull-medium-2-12 {
    right: 16.6667%;
  }
  .column-pull-medium-5-6 {
    right: 83.3335%;
  }
  .column-pull-medium-1-7 {
    right: 14.2857%;
  }
  .column-pull-medium-2-7 {
    right: 28.5714%;
  }
  .column-pull-medium-3-7 {
    right: 42.8571%;
  }
  .column-pull-medium-4-7 {
    right: 57.1428%;
  }
  .column-pull-medium-5-7 {
    right: 71.4285%;
  }
  .column-pull-medium-6-7 {
    right: 85.7142%;
  }
  .column-pull-medium-1-8 {
    right: 12.5%;
  }
  .column-pull-medium-3-8 {
    right: 37.5%;
  }
  .column-pull-medium-5-8 {
    right: 62.5%;
  }
  .column-pull-medium-7-8 {
    right: 87.5%;
  }
  .column-pull-medium-1-9 {
    right: 11.1111%;
  }
  .column-pull-medium-2-9 {
    right: 22.2222%;
  }
  .column-pull-medium-4-9 {
    right: 44.4444%;
  }
  .column-pull-medium-5-9 {
    right: 55.5555%;
  }
  .column-pull-medium-7-9 {
    right: 77.7777%;
  }
  .column-pull-medium-8-9 {
    right: 88.8888%;
  }
  .column-pull-medium-1-10 {
    right: 10%;
  }
  .column-pull-medium-3-10 {
    right: 30%;
  }
  .column-pull-medium-7-10 {
    right: 70%;
  }
  .column-pull-medium-9-10 {
    right: 90%;
  }
  .column-pull-medium-1-11 {
    right: 9.0909%;
  }
  .column-pull-medium-2-11 {
    right: 18.1818%;
  }
  .column-pull-medium-3-11 {
    right: 27.2727%;
  }
  .column-pull-medium-4-11 {
    right: 36.3636%;
  }
  .column-pull-medium-5-11 {
    right: 45.4545%;
  }
  .column-pull-medium-6-11 {
    right: 54.5454%;
  }
  .column-pull-medium-7-11 {
    right: 63.6363%;
  }
  .column-pull-medium-8-11 {
    right: 72.7272%;
  }
  .column-pull-medium-9-11 {
    right: 81.8181%;
  }
  .column-pull-medium-10-11 {
    right: 90.909%;
  }
  .column-pull-medium-1-12 {
    right: 8.3333%;
  }
  .column-pull-medium-5-12 {
    right: 41.6665%;
  }
  .column-pull-medium-7-12 {
    right: 58.3331%;
  }
  .column-pull-medium-10-12 {
    right: 83.333%;
  }
  .column-pull-medium-11-12 {
    right: 91.6663%;
  }
}
/*
 * Column Pull Small Classes
 */
@media (min-width: 768px) and (max-width: 1023px) {
  .column-pull-small-1 {
    right: 100%;
  }
  .column-pull-small-1-2,
  .column-pull-small-2-4,
  .column-pull-small-3-6,
  .column-pull-small-4-8,
  .column-pull-small-5-10,
  .column-pull-small-6-12 {
    right: 50%;
  }
  .column-pull-small-1-3,
  .column-pull-small-2-6,
  .column-pull-small-3-9,
  .column-pull-small-4-12 {
    right: 33.3333%;
  }
  .column-pull-small-2-3,
  .column-pull-small-4-6,
  .column-pull-small-6-9,
  .column-pull-small-8-12 {
    right: 66.6666%;
  }
  .column-pull-small-1-4,
  .column-pull-small-2-8,
  .column-pull-small-3-12 {
    right: 25%;
  }
  .column-pull-small-3-4,
  .column-pull-small-6-8,
  .column-pull-small-9-12 {
    right: 75%;
  }
  .column-pull-small-1-5,
  .column-pull-small-2-10 {
    right: 20%;
  }
  .column-pull-small-2-5,
  .column-pull-small-4-10 {
    right: 40%;
  }
  .column-pull-small-3-5,
  .column-pull-small-6-10 {
    right: 60%;
  }
  .column-pull-small-4-5,
  .column-pull-small-8-10 {
    right: 80%;
  }
  .column-pull-small-1-6,
  .column-pull-small-2-12 {
    right: 16.6667%;
  }
  .column-pull-small-5-6 {
    right: 83.3335%;
  }
  .column-pull-small-1-7 {
    right: 14.2857%;
  }
  .column-pull-small-2-7 {
    right: 28.5714%;
  }
  .column-pull-small-3-7 {
    right: 42.8571%;
  }
  .column-pull-small-4-7 {
    right: 57.1428%;
  }
  .column-pull-small-5-7 {
    right: 71.4285%;
  }
  .column-pull-small-6-7 {
    right: 85.7142%;
  }
  .column-pull-small-1-8 {
    right: 12.5%;
  }
  .column-pull-small-3-8 {
    right: 37.5%;
  }
  .column-pull-small-5-8 {
    right: 62.5%;
  }
  .column-pull-small-7-8 {
    right: 87.5%;
  }
  .column-pull-small-1-9 {
    right: 11.1111%;
  }
  .column-pull-small-2-9 {
    right: 22.2222%;
  }
  .column-pull-small-4-9 {
    right: 44.4444%;
  }
  .column-pull-small-5-9 {
    right: 55.5555%;
  }
  .column-pull-small-7-9 {
    right: 77.7777%;
  }
  .column-pull-small-8-9 {
    right: 88.8888%;
  }
  .column-pull-small-1-10 {
    right: 10%;
  }
  .column-pull-small-3-10 {
    right: 30%;
  }
  .column-pull-small-7-10 {
    right: 70%;
  }
  .column-pull-small-9-10 {
    right: 90%;
  }
  .column-pull-small-1-11 {
    right: 9.0909%;
  }
  .column-pull-small-2-11 {
    right: 18.1818%;
  }
  .column-pull-small-3-11 {
    right: 27.2727%;
  }
  .column-pull-small-4-11 {
    right: 36.3636%;
  }
  .column-pull-small-5-11 {
    right: 45.4545%;
  }
  .column-pull-small-6-11 {
    right: 54.5454%;
  }
  .column-pull-small-7-11 {
    right: 63.6363%;
  }
  .column-pull-small-8-11 {
    right: 72.7272%;
  }
  .column-pull-small-9-11 {
    right: 81.8181%;
  }
  .column-pull-small-10-11 {
    right: 90.909%;
  }
  .column-pull-small-1-12 {
    right: 8.3333%;
  }
  .column-pull-small-5-12 {
    right: 41.6665%;
  }
  .column-pull-small-7-12 {
    right: 58.3331%;
  }
  .column-pull-small-10-12 {
    right: 83.333%;
  }
  .column-pull-small-11-12 {
    right: 91.6663%;
  }
}
/*
 * Column Pull  Extra Small Classes
 */
@media (max-width: 767px) {
  [class*='column-pull-'] {
    right: auto;
  }
  .column-pull-xsmall-1 {
    right: 100%;
  }
  .column-pull-xsmall-1-2,
  .column-pull-xsmall-2-4,
  .column-pull-xsmall-3-6,
  .column-pull-xsmall-4-8,
  .column-pull-xsmall-5-10,
  .column-pull-xsmall-6-12 {
    right: 50%;
  }
  .column-pull-xsmall-1-3,
  .column-pull-xsmall-2-6,
  .column-pull-xsmall-3-9,
  .column-pull-xsmall-4-12 {
    right: 33.3333%;
  }
  .column-pull-xsmall-2-3,
  .column-pull-xsmall-4-6,
  .column-pull-xsmall-6-9,
  .column-pull-xsmall-8-12 {
    right: 66.6666%;
  }
  .column-pull-xsmall-1-4,
  .column-pull-xsmall-2-8,
  .column-pull-xsmall-3-12 {
    right: 25%;
  }
  .column-pull-xsmall-3-4,
  .column-pull-xsmall-6-8,
  .column-pull-xsmall-9-12 {
    right: 75%;
  }
  .column-pull-xsmall-1-5,
  .column-pull-xsmall-2-10 {
    right: 20%;
  }
  .column-pull-xsmall-2-5,
  .column-pull-xsmall-4-10 {
    right: 40%;
  }
  .column-pull-xsmall-3-5,
  .column-pull-xsmall-6-10 {
    right: 60%;
  }
  .column-pull-xsmall-4-5,
  .column-pull-xsmall-8-10 {
    right: 80%;
  }
  .column-pull-xsmall-1-6,
  .column-pull-xsmall-2-12 {
    right: 16.6667%;
  }
  .column-pull-xsmall-5-6 {
    right: 83.3335%;
  }
  .column-pull-xsmall-1-7 {
    right: 14.2857%;
  }
  .column-pull-xsmall-2-7 {
    right: 28.5714%;
  }
  .column-pull-xsmall-3-7 {
    right: 42.8571%;
  }
  .column-pull-xsmall-4-7 {
    right: 57.1428%;
  }
  .column-pull-xsmall-5-7 {
    right: 71.4285%;
  }
  .column-pull-xsmall-6-7 {
    right: 85.7142%;
  }
  .column-pull-xsmall-1-8 {
    right: 12.5%;
  }
  .column-pull-xsmall-3-8 {
    right: 37.5%;
  }
  .column-pull-xsmall-5-8 {
    right: 62.5%;
  }
  .column-pull-xsmall-7-8 {
    right: 87.5%;
  }
  .column-pull-xsmall-1-9 {
    right: 11.1111%;
  }
  .column-pull-xsmall-2-9 {
    right: 22.2222%;
  }
  .column-pull-xsmall-4-9 {
    right: 44.4444%;
  }
  .column-pull-xsmall-5-9 {
    right: 55.5555%;
  }
  .column-pull-xsmall-7-9 {
    right: 77.7777%;
  }
  .column-pull-xsmall-8-9 {
    right: 88.8888%;
  }
  .column-pull-xsmall-1-10 {
    right: 10%;
  }
  .column-pull-xsmall-3-10 {
    right: 30%;
  }
  .column-pull-xsmall-7-10 {
    right: 70%;
  }
  .column-pull-xsmall-9-10 {
    right: 90%;
  }
  .column-pull-xsmall-1-11 {
    right: 9.0909%;
  }
  .column-pull-xsmall-2-11 {
    right: 18.1818%;
  }
  .column-pull-xsmall-3-11 {
    right: 27.2727%;
  }
  .column-pull-xsmall-4-11 {
    right: 36.3636%;
  }
  .column-pull-xsmall-5-11 {
    right: 45.4545%;
  }
  .column-pull-xsmall-6-11 {
    right: 54.5454%;
  }
  .column-pull-xsmall-7-11 {
    right: 63.6363%;
  }
  .column-pull-xsmall-8-11 {
    right: 72.7272%;
  }
  .column-pull-xsmall-9-11 {
    right: 81.8181%;
  }
  .column-pull-xsmall-10-11 {
    right: 90.909%;
  }
  .column-pull-xsmall-1-12 {
    right: 8.3333%;
  }
  .column-pull-xsmall-5-12 {
    right: 41.6665%;
  }
  .column-pull-xsmall-7-12 {
    right: 58.3331%;
  }
  .column-pull-xsmall-10-12 {
    right: 83.333%;
  }
  .column-pull-xsmall-11-12 {
    right: 91.6663%;
  }
}
/*
 * Form
 */
/*
 * Definitions
 */
/*
 * Label
 */
label {
  display: block;
  margin: 1rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #1F3042;
  line-height: 1.5;
}
/*
 * Definitions
 */
/*
 * Fieldset
 */
fieldset {
  display: block;
  margin: 0;
  padding: 2rem;
  border: 1px solid #F4F4F4;
}
fieldset legend {
  display: inline-block;
  padding: 1rem;
  font-size: 1.6rem;
  color: #858688;
}
/*
 * Definitions
 */
/*
 * Form Message
 */
.form-message {
  margin: 1rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #858688;
  line-height: 1.5;
}
.form-message.error {
  color: #E0295A;
}
.form-message.warning {
  color: #FF4500;
}
.form-message.success {
  color: #00AA00;
}
.form-message.info {
  color: #1E90FF;
}
/*
 * Definitions
 */
/*
 * Input
 */
input,
textarea {
  display: block;
  margin: 1rem 0;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.6rem;
  height: 4.4rem;
  font-size: 1.6rem;
  color: #858688;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
input:hover,
textarea:hover {
  color: #858688;
  background: #fafafa;
  border: 1px solid #dbdbdb;
}
input:focus,
textarea:focus {
  color: #858688;
  background: #fafafa;
  border: 1px solid #1E90FF;
}
input:disabled,
textarea:disabled {
  cursor: no-drop;
  color: #FAFAFC;
  background: #FAFAFC;
  border: 1px solid #dadae9;
}
/*
 * Textarea
 */
textarea {
  max-width: 100%;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
}
/*
 * Input Styles
 */
.input-inverse {
  color: #FFFFFF;
  background: #1F3042;
  border: none;
}
.input-inverse::-moz-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-inverse:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-inverse:-ms-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-inverse:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-inverse::-webkit-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-inverse:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.input-inverse:hover {
  color: #FFFFFF;
  background: #1b2a39;
  border: none;
}
.input-inverse:focus {
  color: #FFFFFF;
  background: #172331;
  border: 1px solid #1E90FF;
}
/*
 * Input Search
 */
input[type="search"] {
  border-radius: 2rem;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * Input File
 */
input[type="file"] {
  padding: 0;
  height: auto;
  background: transparent;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * Checkbox and Radio
 */
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 10px;
  width: auto;
  height: auto;
}
input[type="checkbox"] + p,
input[type="radio"] + p {
  margin: 0;
  display: inline-block;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
input[type="checkbox"]:focus {
  border: 0px solid white!important;
}
/*
 * Textarea
 */
textarea {
  padding: 1.6rem;
  height: auto;
  line-height: 1.5;
}
/*
* InputIcon
*/
.iconField {
  position: relative;
}
.iconField input {
  padding-right: 35px;
  background: none;
}
.iconField span.icon {
  position: absolute;
  top: 52px;
  right: 22px;
  z-index: -1;
}
.iconField span.icon:before {
  font-size: 1.8rem !important;
  color: #2EC5CE;
}
.iconField span.calendar:before {
  content: "\e900";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.iconField span.time:before {
  content: "\e90e";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
/*
 * Definitions
 */
/*
 * Input Indicators
 */
input.error,
textarea.error {
  color: #E0295A;
  border-color: #E0295A;
}
input.warning,
textarea.warning {
  color: #FF4500;
  border-color: #FF4500;
}
input.success,
textarea.success {
  color: #00AA00;
  border-color: #00AA00;
}
input.info,
textarea.info {
  color: #1E90FF;
  border-color: #1E90FF;
}
/*
 * Input Error
 */
.field:after {
  color: #E0295A;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  opacity: 1;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
  z-index: 2;
  right: 0;
  margin: 1rem 0;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .field.error {
    margin-bottom: 1.6rem;
  }
}
.field.error:after {
  content: attr(data-error);
}
.field.error input,
.field.error select {
  border: 1px solid #E0295A;
}
.field.error input:hover,
.field.error select:hover {
  border: 1px solid #E0295A;
}
.globalError {
  background: rgba(224, 41, 90, 0.2);
  color: #E0295A;
  padding: 0.8em;
  text-align: center;
  font-size: 1.4rem;
}
/*
 * Definitions
 */
/*
 * Input Sizes
 */
.input-xlarge {
  padding: 0 3rem;
  height: 6rem;
  font-size: 2rem;
}
.input-xlarge::-moz-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xlarge:focus::-moz-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
.input-xlarge:-ms-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xlarge:focus:-ms-input-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
.input-xlarge::-webkit-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xlarge:focus::-webkit-input-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
.input-large {
  padding: 0 2.5rem;
  height: 5rem;
  font-size: 1.8rem;
}
.input-large::-moz-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-large:focus::-moz-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
.input-large:-ms-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-large:focus:-ms-input-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
.input-large::-webkit-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-large:focus::-webkit-input-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
.input-medium {
  padding: 0 1.6rem;
  height: 4.4rem;
  font-size: 1.6rem;
}
.input-medium::-moz-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-medium:focus::-moz-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
.input-medium:-ms-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-medium:focus:-ms-input-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
.input-medium::-webkit-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-medium:focus::-webkit-input-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
.input-small {
  padding: 0 1.2rem;
  height: 3.6rem;
  font-size: 1.4rem;
}
.input-small::-moz-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-small:focus::-moz-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
.input-small:-ms-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-small:focus:-ms-input-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
.input-small::-webkit-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-small:focus::-webkit-input-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
.input-xsmall {
  padding: 0 0.8rem;
  height: 2.4rem;
  font-size: 1.2rem;
}
.input-xsmall::-moz-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xsmall:focus::-moz-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
.input-xsmall:-ms-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xsmall:focus:-ms-input-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
.input-xsmall::-webkit-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(133, 134, 136, 0.5);
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.input-xsmall:focus::-webkit-input-placeholder {
  color: rgba(133, 134, 136, 0.25);
}
/*
 * Input Group
 */
.input-group {
  position: relative;
  display: table;
  margin: 1rem 0;
  border-collapse: separate;
}
.input-group.input-inline {
  float: left;
}
.input-group input {
  margin: 0;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
}
.input-group[class*="column-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .input-group-button,
.input-group .input-group .form-input {
  display: table-cell;
}
.input-group-button {
  position: relative;
  font-size: 0rem;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-button > button,
.input-group-button > .button {
  position: relative;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.input-group-button > button + .button,
.input-group-button > .button + .button {
  margin-left: -1px;
}
.input-group-button > button:hover,
.input-group-button > .button:hover,
.input-group-button > button:focus,
.input-group-button > .button:focus,
.input-group-button > button:active,
.input-group-button > .button:active {
  z-index: 2;
}
.input-group-button:first-child > .button {
  margin-right: -1px;
}
.input-group-button:last-child > .button {
  margin-left: -1px;
}
.input-group-search {
  border-radius: 2rem;
  overflow: hidden;
}
.input-group-search input[type="search"] {
  padding-left: 2rem;
  border-radius: 2rem 0 0 2rem;
  background-clip: padding-box;
}
.input-group-search button,
.input-group-search .button {
  border-radius: 0 2rem 2rem 0;
  background-clip: padding-box;
}
/*
 * Definitions
 */
/*
 * Controls (Radio + Checkbox)
 */
.control {
  position: relative;
  display: block;
  margin: 1rem 0;
  padding: 0 0 0 1.5em;
  color: #858688;
  cursor: pointer;
}
.control.control-inline {
  display: inline-block;
  margin-right: 2rem;
}
.control:hover .control-indicator {
  border: 1px solid #dbdbdb;
  background-color: #fafafa;
}
.control input {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.control input:focus ~ .control-indicator {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 2px #1E90FF;
}
.control input:checked ~ .control-indicator {
  background: #2EC5CE;
  border: 1px solid #2EC5CE;
}
.control input:checked ~ .control-label {
  color: #858688;
}
.control.checkbox .control-indicator {
  border-radius: none;
}
.control.checkbox input:checked ~ .control-indicator {
  background: #2EC5CE no-repeat 50% 50% url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTIuOHB4IiBoZWlnaHQ9IjkuOHB4IiB2aWV3Qm94PSIwIDAgMTIuOCA5LjgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyLjggOS44IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTEuNCwwIDQuNCw3IDEuNCw0IDAsNS40IDMsOC40IDQuNCw5LjggNS44LDguNCAxMi44LDEuNCAiLz4NCjwvc3ZnPg0K');
}
.control.radio .control-indicator {
  border-radius: 50%;
}
.control.radio input:checked ~ .control-indicator:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
}
.control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1rem;
  color: #2EC5CE;
  text-align: center;
  background-color: #FFFFFF;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #D2D2D2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.control-label {
  display: block;
  margin: 0 0 0 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #858688;
  line-height: 1.5;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/*
 * Definitions
 */
/*
 * Select
 */
select {
  display: block;
  width: 100%;
}
.select {
  position: relative;
  display: block;
  margin: 1rem 0;
}
.select select {
  margin: 0;
  padding: 0 1.6rem;
  height: 4.4rem;
  line-height: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #858688;
  cursor: pointer;
  outline: 0;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover {
  color: #858688;
  background: #fafafa;
  border: 1px solid #dbdbdb;
}
.select select:focus {
  color: #858688;
  background: #fafafa;
  border: 1px solid #1E90FF;
}
.select:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -0.2rem;
  width: 0;
  height: 0;
  content: '';
  pointer-events: none;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-top: 0.4rem solid #1F3042;
}
/*
 * Select Inverse
 */
.select-inverse select {
  color: #FFFFFF;
  border: none;
  background: #1F3042;
}
.select-inverse select:hover {
  color: #FFFFFF;
  background: #1b2a39;
  border: none;
}
.select-inverse select:focus {
  color: #FFFFFF;
  background: #172331;
  border: 1px solid #1E90FF;
}
.select-inverse:after {
  border-top: 0.4rem solid #FFFFFF;
}
@media screen and (min-width:0\0) {
  .select select {
    padding: 0.5em;
  }
  .select:before,
  .select:after {
    display: none;
  }
}
@-moz-document url-prefix() {
  .select select {
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 1rem;
  }
  .select:before {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    pointer-events: none;
    width: 1em;
    border: 1px solid #D2D2D2;
    border-width: 1px 1px 1px 0px;
    background: #FFFFFF;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box;
  }
  .select.large:before {
    width: 1.5em;
  }
  .select.select-inverse:before {
    border: none;
    background: #1F3042;
  }
}
/*
 * Definitions
 */
/*
 * Select Sizes
 */
.select-xlarge select {
  padding: 0 3rem;
  height: 6rem;
  font-size: 2rem;
  line-height: 6rem;
}
.select-large select {
  padding: 0 2.5rem;
  height: 5rem;
  font-size: 1.8rem;
  line-height: 5rem;
}
.select-medium select {
  padding: 0 1.6rem;
  height: 4.4rem;
  font-size: 1.6rem;
  line-height: 4.4rem;
}
.select-small select {
  padding: 0 1.2rem;
  height: 3.6rem;
  font-size: 1.4rem;
  line-height: 3.6rem;
}
.select-xsmall select {
  padding: 0 0.8rem;
  height: 2.4rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
/*
 * Elements
 */
/*
 * Definitions
 */
/*
 * Button
 */
button,
.button {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  padding: 1.3rem 2.2rem;
  height: 4.4rem;
  font-size: 1.6rem;
  color: #333;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
}
button.error,
.button.error {
  color: #FFFFFF;
  background: #E0295A;
  border: none;
}
button.error:not(:disabled):hover,
.button.error:not(:disabled):hover,
button.error:not(:disabled):focus,
.button.error:not(:disabled):focus {
  color: #FFFFFF;
  background: #bb1b46;
  border: none;
}
button.warning,
.button.warning {
  color: #FFFFFF;
  background: #FF4500;
  border: none;
}
button.warning:not(:disabled):hover,
.button.warning:not(:disabled):hover,
button.warning:not(:disabled):focus,
.button.warning:not(:disabled):focus {
  color: #FFFFFF;
  background: #cc3700;
  border: none;
}
button.success,
.button.success {
  color: #FFFFFF;
  background: #00AA00;
  border: none;
}
button.success:not(:disabled):hover,
.button.success:not(:disabled):hover,
button.success:not(:disabled):focus,
.button.success:not(:disabled):focus {
  color: #FFFFFF;
  background: #007700;
  border: none;
}
button.info,
.button.info {
  color: #FFFFFF;
  background: #1E90FF;
  border: none;
}
button.info:not(:disabled):hover,
.button.info:not(:disabled):hover,
button.info:not(:disabled):focus,
.button.info:not(:disabled):focus {
  color: #FFFFFF;
  background: #0077ea;
  border: none;
}
button:not(:disabled):hover,
.button:not(:disabled):hover,
button:not(:disabled):focus,
.button:not(:disabled):focus {
  color: #333;
  background: #e6e6e6;
  border: 1px solid #dbdbdb;
}
button:disabled {
  cursor: no-drop;
  opacity: 0.5;
}
[role="button"] {
  cursor: pointer;
}
/*
 * Button Modifiers
 */
.button-block {
  display: block;
  width: 100%;
  text-align: center;
}
.button-center {
  display: inline-block;
  margin: 0 auto;
}
/*
 * Definitions
 */
/*
 * Button Styles
 */
.button-inverse {
  color: #FAFAFC;
  background: #1F3042;
  border: none;
}
.button-inverse:not(:disabled):hover,
.button-inverse:not(:disabled):focus {
  color: #FAFAFC;
  background: #0f171f;
  border: none;
}
.button-text {
  color: #1F3042;
  background: transparent;
  border: none;
}
.button-text:not(:disabled):hover,
.button-text:not(:disabled):focus {
  color: #2EC5CE;
  background: transparent;
  border: none;
}
.button-primary {
  color: #FFFFFF;
  background: #2EC5CE;
  border: none;
}
.button-primary:not(:disabled):hover,
.button-primary:not(:disabled):focus {
  color: #FFFFFF;
  background: #259da4;
  border: none;
}
.button-secondary {
  color: #FFFFFF;
  background: #663399;
  border: none;
}
.button-secondary:not(:disabled):hover,
.button-secondary:not(:disabled):focus {
  color: #FFFFFF;
  background: #4c2673;
  border: none;
}
.button-tertiary {
  color: #FFFFFF;
  background: #FAD11E;
  border: none;
}
.button-tertiary:not(:disabled):hover,
.button-tertiary:not(:disabled):focus {
  color: #FFFFFF;
  background: #e0b705;
  border: none;
}
.button-dark {
  color: #FFFFFF;
  background: #1F3042;
  border: none;
}
.button-dark:not(:disabled):hover,
.button-dark:not(:disabled):focus {
  color: #FFFFFF;
  background: #0f171f;
  border: none;
}
.button-border {
  color: #1F3042;
  background: transparent;
  border: 1px solid #1F3042;
}
.button-border:not(:disabled):hover,
.button-border:not(:disabled):focus {
  color: #FFFFFF;
  background: #1F3042;
  border: 1px solid #1F3042;
}
/*
 * Definitions
 */
/*
 * Button Indicators
 */
button.error,
.button.error {
  color: #FFFFFF;
  background: #E0295A;
  border: none;
}
button.error:not(:disabled):hover,
.button.error:not(:disabled):hover,
button.error:not(:disabled):focus,
.button.error:not(:disabled):focus {
  color: #FFFFFF;
  background: #bb1b46;
  border: none;
}
button.warning,
.button.warning {
  color: #FFFFFF;
  background: #FF4500;
  border: none;
}
button.warning:not(:disabled):hover,
.button.warning:not(:disabled):hover,
button.warning:not(:disabled):focus,
.button.warning:not(:disabled):focus {
  color: #FFFFFF;
  background: #cc3700;
  border: none;
}
button.success,
.button.success {
  color: #FFFFFF;
  background: #00AA00;
  border: none;
}
button.success:not(:disabled):hover,
.button.success:not(:disabled):hover,
button.success:not(:disabled):focus,
.button.success:not(:disabled):focus {
  color: #FFFFFF;
  background: #007700;
  border: none;
}
button.info,
.button.info {
  color: #FFFFFF;
  background: #1E90FF;
  border: none;
}
button.info:not(:disabled):hover,
.button.info:not(:disabled):hover,
button.info:not(:disabled):focus,
.button.info:not(:disabled):focus {
  color: #FFFFFF;
  background: #0077ea;
  border: none;
}
/*
 * Definitions
 */
/*
 * Button Sizes
 */
.button-xlarge {
  padding: 1.8rem 3.2rem;
  height: 6rem;
  font-size: 2rem;
}
.button-large {
  padding: 1.4rem 2.8rem;
  height: 5rem;
  font-size: 1.8rem;
}
.button-medium {
  padding: 1.3rem 2.2rem;
  height: 4.4rem;
  font-size: 1.6rem;
}
.button-small {
  padding: 1.1rem 1.6rem;
  height: 3.6rem;
  font-size: 1.4rem;
}
.button-xsmall {
  padding: 0.6rem 1.2rem;
  height: 2.4rem;
  font-size: 1.2rem;
}
/*
 * Definitions
 */
/*
 * Button Icon
 */
.button-icon > svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
  vertical-align: bottom;
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.button-icon-left > svg {
  margin-right: 1em;
}
.button-icon-right > svg {
  margin-left: 1em;
}
/*
 * Button Icon Styles
 */
.button-icon.button-inverse > svg {
  fill: #FAFAFC;
}
.button-icon.button-inverse:not(:disabled):hover > svg,
.button-icon.button-inverse:not(:disabled):focus > svg {
  fill: #FAFAFC;
}
.button-icon.button-text > svg {
  fill: #1F3042;
}
.button-icon.button-text:not(:disabled):hover > svg,
.button-icon.button-text:not(:disabled):focus > svg {
  fill: #2EC5CE;
}
.button-icon.button-primary > svg {
  fill: #FFFFFF;
}
.button-icon.button-primary:not(:disabled):hover > svg,
.button-icon.button-primary:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.button-secondary > svg {
  fill: #FFFFFF;
}
.button-icon.button-secondary:not(:disabled):hover > svg,
.button-icon.button-secondary:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.button-tertiary > svg {
  fill: #FFFFFF;
}
.button-icon.button-tertiary:not(:disabled):hover > svg,
.button-icon.button-tertiary:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.button-border > svg {
  fill: #1F3042;
}
.button-icon.button-border:not(:disabled):hover > svg,
.button-icon.button-border:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
/*
 * Button Icon Indicators
 */
.button-icon.error > svg {
  fill: #FFFFFF;
}
.button-icon.error:not(:disabled):hover > svg,
.button-icon.error:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.warning > svg {
  fill: #FFFFFF;
}
.button-icon.warning:not(:disabled):hover > svg,
.button-icon.warning:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.success > svg {
  fill: #FFFFFF;
}
.button-icon.success:not(:disabled):hover > svg,
.button-icon.success:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
.button-icon.info > svg {
  fill: #FFFFFF;
}
.button-icon.info:not(:disabled):hover > svg,
.button-icon.info:not(:disabled):focus > svg {
  fill: #FFFFFF;
}
/*
 * Button Sizes
 */
.button-icon.button-xlarge > svg {
  width: 2rem;
  height: 2rem;
}
.button-icon.button-large > svg {
  width: 1.8rem;
  height: 1.8rem;
}
.button-icon.button-medium > svg {
  width: 1.6rem;
  height: 1.6rem;
}
.button-icon.button-small > svg {
  width: 1.4rem;
  height: 1.4rem;
}
.button-icon.button-xsmall > svg {
  width: 1.2rem;
  height: 1.2rem;
}
/*
 * Button Group
 */
.button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.button-group > button,
.button-group > .button {
  position: relative;
  float: left;
}
.button-group > button:hover,
.button-group > .button:hover,
.button-group > button:focus,
.button-group > .button:focus,
.button-group > button:active,
.button-group > .button:active,
.button-group > button.active,
.button-group > .button.active {
  z-index: 2;
}
.button-group button + button,
.button-group .button + .button,
.button-group button + .button-group,
.button-group .button + .button-group,
.button-group .button-group + button,
.button-group .button-group + .button,
.button-group .button-group + .button-group {
  margin-left: -1px;
}
.button-group > .button-group {
  float: left;
}
.button-group button:not(:first-child):not(:last-child),
.button-group .button:not(:first-child):not(:last-child),
.button-group .button-group:not(:first-child):not(:last-child) > button,
.button-group .button-group:not(:first-child):not(:last-child) > .button {
  border-radius: 0;
}
.button-group > .button-group:first-child > button:last-child,
.button-group > .button-group:first-child > .button:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.button-group > .button-group:last-child > button:first-child,
.button-group > .button-group:last-child > .button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.button-group > button:first-child,
.button-group > .button:first-child {
  margin-left: 0;
}
.button-group > button:first-child:not(:last-child),
.button-group > .button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.button-group > button:last-child:not(:first-child),
.button-group > .button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.button-group-block {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.button-group-block > button,
.button-group-block > .button,
.button-group-block > .button-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.button-group-block > .button-group .button,
.button-group-block > .button-group button {
  width: 100%;
}
/*
 * Definitions
 */
/*
 * Figure
 */
figure {
  display: block;
  margin: 0;
  padding: 1rem;
  border: 1px solid #F4F4F4;
}
figcaption {
  margin: 1rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #858688;
  text-align: center;
}
/*
 * Definitions
 */
/*
 * Media
 */
.media {
  display: block;
  position: relative;
  overflow: hidden;
  background: #FAFAFC;
}
.media > svg,
.media > img,
.media > video,
.media > iframe,
.media > .media-inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-1-2 {
  padding-top: 200%;
}
.media-9-16 {
  padding-top: 177.77777778%;
}
.media-9-14 {
  padding-top: 155.55555556%;
}
.media-2-3 {
  padding-top: 150%;
}
.media-3-4 {
  padding-top: 133.33333333%;
}
.media-1 {
  padding-top: 100%;
}
.media-4-3 {
  padding-top: 75%;
}
.media-3-2 {
  padding-top: 66.66666667%;
}
.media-16-9 {
  padding-top: 56.25%;
}
.media-2-1 {
  padding-top: 50%;
}
/*
 * Definitions
 */
/*
 * Nav
 */
nav ul,
.nav ul {
  margin: 0;
  list-style: none;
}
nav ul li,
.nav ul li {
  margin: 1rem 0;
}
.nav-inline ul li {
  display: inline-block;
  margin: 0 1rem;
}
/*
 * Definitions
 */
/*
 * Table
 */
table,
.table {
  margin: 2rem 0;
  width: 100%;
  background: none;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
}
table caption,
.table caption {
  margin: 1rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #858688;
  text-align: left;
}
table tr .more,
.table tr .more {
  height: 100%;
  width: 60px;
  position: relative;
}
table tr .more > div,
.table tr .more > div {
  height: 41px;
  border-left: 1px solid #D2D2D2;
  margin: -1rem;
  margin-left: 30px;
  width: 45px;
  position: relative;
  background: white;
}
table tr .more > div:before,
.table tr .more > div:before {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  top: 9px;
  border-color: transparent #D2D2D2 transparent transparent;
  border-width: 11px;
}
table tr .more > div:after,
.table tr .more > div:after {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  top: 10px;
  border-color: transparent white transparent transparent ;
  border-width: 10px;
}
table tr .more > div .iconMore,
.table tr .more > div .iconMore {
  color: #D2D2D2;
}
table tr .more > div .iconMore:before,
.table tr .more > div .iconMore:before {
  content: "\e90f";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: relative;
  top: 5px;
  left: 7px;
  font-size: 2rem;
}
table tr .more > div ul,
.table tr .more > div ul {
  list-style-type: none;
  width: 132px;
  display: none;
  overflow: hidden;
  position: absolute;
  top: 41px;
  right: 0px;
  background: white;
  opacity: 1;
  min-width: 100px;
  overflow-y: auto;
  margin: 0;
  z-index: 999;
  will-change: height;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
table tr .more > div ul li,
.table tr .more > div ul li {
  text-align: center;
  margin: 0.5em;
}
table tr .more > div ul li a,
.table tr .more > div ul li a {
  color: #1F3042;
  font-size: 1.4rem;
}
table tr .more > div ul li a:hover,
.table tr .more > div ul li a:hover {
  color: #2EC5CE;
}
table tr .more > div:hover,
.table tr .more > div:hover {
  cursor: pointer;
  background: #D2D2D2;
}
table tr .more > div:hover:after,
.table tr .more > div:hover:after {
  display: none;
}
table tr .more > div:hover:before,
.table tr .more > div:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  top: 21px;
  left: 10px;
}
table tr .more > div:hover .iconMore,
.table tr .more > div:hover .iconMore {
  color: white;
}
table tr .more > div:hover ul,
.table tr .more > div:hover ul {
  display: block;
  height: auto;
  max-height: 650px;
}
table tr:hover td,
.table tr:hover td {
  background: #F4F4F4;
}
table th,
.table th {
  padding: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #858688;
  text-align: left;
  text-transform: none;
  background: #FAFAFC;
  border: 1px solid #D2D2D2;
}
table td,
.table td {
  padding: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #1F3042;
  line-height: 1.5;
  vertical-align: middle;
  border-bottom: 1px solid #D2D2D2;
}
.table-responsive {
  margin: 2rem 0;
  overflow-x: auto;
  min-height: 0.01%;
  padding-bottom: 90px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #D2D2D2;
  }
  .table-responsive > table {
    margin: 0;
    border: none;
  }
  .table-responsive > table th,
  .table-responsive > table td {
    white-space: nowrap;
  }
  .table-responsive > table th:first-child,
  .table-responsive > table td:first-child {
    border-left: none;
  }
  .table-responsive > table th:last-child,
  .table-responsive > table td:last-child {
    border-right: none;
  }
  .table-responsive > table tr:first-child > th,
  .table-responsive > table tr:first-child > td {
    border-top: none;
  }
  .table-responsive > table tr:last-child > th,
  .table-responsive > table tr:last-child > td {
    border-bottom: none;
  }
}
.pagination-content {
  margin: auto;
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: center;
}
.pagination-content ul.pagination {
  display: inline-block;
  margin: inherit;
}
.pagination-content ul.pagination > li {
  display: inline;
  margin: inherit;
  padding: inherit;
}
.pagination-content ul.pagination > li.disabled a {
  color: #858688;
}
.pagination-content ul.pagination > li.disabled a:hover {
  background: none;
  cursor: default;
}
.pagination-content ul.pagination > li > a,
.pagination-content ul.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1F3042;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #D2D2D2;
}
.pagination-content ul.pagination > li > a:hover,
.pagination-content ul.pagination > li > span:hover {
  background: #F4F4F4;
}
.pagination-content ul.pagination > li:first-child > a,
.pagination-content ul.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-content ul.pagination > li:last-child > a,
.pagination-content ul.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-content ul.pagination > li.active > a {
  background: #1F3042;
  color: white;
}
.spinner {
  position: absolute;
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  min-height: calc(100% - 111px);
  min-height: -moz-calc(100% - 111px);
  min-height: -webkit-calc(100% - 111px);
  min-height: -o-calc(100% - 111px);
}
.tools {
  height: calc(100% - 111px);
  height: -moz-calc(100% - 111px);
  height: -webkit-calc(100% - 111px);
  height: -o-calc(100% - 111px);
  position: absolute;
  right: 0;
  background: #FFFFFF;
  top: 70px;
  width: 0%;
  max-width: 538px;
  -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  z-index: 99;
}
.tools .content {
  padding: 4em 4em;
  position: relative;
  overflow: auto;
  height: 100%;
}
.tools .content h3 {
  font-size: 1.8rem;
}
.tools .content .close {
  position: absolute;
  right: 4em;
  top: 4em;
  width: 2em;
  height: 2em;
  cursor: pointer;
}
.tools .content .close:after,
.tools .content .close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 2em;
  background: #1F3042;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}
.tools .content .close:before {
  transform: rotate(-45deg);
}
.tools .content .close:hover:after,
.tools .content .close:hover:before {
  background: #2EC5CE;
}
.tools:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 13px solid white;
  top: -13px;
}
.tools.open {
  max-width: 545px;
  width: 100%;
  overflow: inherit;
}
#toolsNotifications:before {
  right: 166px;
}
@media only screen and (max-width: 1094px) {
  #toolsNotifications:before {
    right: 232px;
  }
}
@media only screen and (max-width: 1023px) {
  #toolsNotifications:before {
    right: 180px;
  }
}
@media only screen and (max-width: 767px) {
  #toolsNotifications:before {
    right: 136px;
  }
}
#toolsNotifications ul {
  list-style: none;
}
#toolsNotifications ul li {
  margin-left: 0;
}
#toolsNotifications ul li {
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 1em;
}
#toolsNotifications ul li p {
  font-size: 1.4rem;
  color: #1F3042;
}
#toolsNotifications ul li p.date {
  color: #858688;
  font-size: 1.2rem;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 4px;
}
#toolsNotifications ul li .buttons {
  text-align: right;
}
#toolsNotifications ul li.showAll {
  text-align: center;
  border-bottom: 0;
}
#toolsSettings:before {
  right: 167px;
}
/*
 * Utilities
 */
/*
 * Utility Classes
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.full-height {
  height: 100%;
}
.fixed {
  position: fixed;
}
.pointer {
  cursor: pointer;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: none !important;
}
/*
 * Visibility
 */
.hide {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.show {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hide-visually {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Print & Screen
 */
@media print {
  .hidden-print {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media screen {
  .hidden-screen {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
.visible-print {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media print {
  .visible-print {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-screen {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media screen {
  .visible-screen {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
/*
 * Hidden Breakpoints
 */
@media (min-width: 1680px) {
  .hidden-xlarge {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .hidden-large {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1280px) {
  .hidden-large-up {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1679px) {
  .hidden-large-down {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-medium {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 1024px) {
  .hidden-medium-up {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1279px) {
  .hidden-medium-down {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-small {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (min-width: 768px) {
  .hidden-small-up {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1023px) {
  .hidden-small-down {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 767px) {
  .hidden-xsmall {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
/*
 * Visible Breakpoints
 */
.visible-xlarge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1680px) {
  .visible-xlarge {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-large {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .visible-large {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-large-up {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1280px) {
  .visible-large-up {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-large-down {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 1679px) {
  .visible-large-down {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-medium {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-medium-up {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 1024px) {
  .visible-medium-up {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-medium-down {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 1279px) {
  .visible-medium-down {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-small {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-small {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-small-up {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (min-width: 768px) {
  .visible-small-up {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-small-down {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 1023px) {
  .visible-small-down {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.visible-xsmall {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .visible-xsmall {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
/*
 * Display
 */
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.display-table {
  display: table;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
/*
 * Position
 */
.position-top-left {
  position: absolute !important;
  top: 0;
  left: 0;
}
.position-top-left.gutter {
  top: 1.6rem;
  left: 1.6rem;
}
.position-top-right {
  position: absolute !important;
  top: 0;
  right: 0;
}
.position-top-right.gutter {
  top: 1.6rem;
  right: 1.6rem;
}
.position-bottom-left {
  position: absolute !important;
  bottom: 0;
  left: 0;
}
.position-bottom-left.gutter {
  bottom: 1.6rem;
  left: 1.6rem;
}
.position-bottom-right {
  position: absolute !important;
  bottom: 0;
  right: 0;
}
.position-bottom-right.gutter {
  bottom: 1.6rem;
  right: 1.6rem;
}
.position-left-center {
  position: absolute !important;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.position-left-center.gutter {
  left: 1.6rem;
}
.position-right-center {
  position: absolute !important;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.position-right-center.gutter {
  right: 1.6rem;
}
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*
 * Flex
 */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.flex-inline {
  display: -webkit-flex-inline;
  display: -moz-flex-inline;
  display: -ms-flex-inlinebox;
  display: -ms-flex-inline;
  display: flex-inline;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-1 {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-1-1-auto {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-1-0-auto {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-0-0-auto {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.justify-content-flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.justify-content-flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-content-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.justify-content-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.justify-content-space-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.align-content-flex-start {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.align-content-flex-end {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
}
.align-content-center {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.align-content-space-between {
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between;
}
.align-content-space-around {
  -webkit-align-content: space-around;
  -moz-align-content: space-around;
  -ms-align-content: space-around;
  align-content: space-around;
}
.align-content-stretch {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
.align-items-flex-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.align-items-flex-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.align-items-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.align-items-baseline {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.align-items-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.align-self-flex-start {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.align-self-flex-end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.align-self-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.align-self-baseline {
  -webkit-align-self: baseline;
  -moz-align-self: baseline;
  -ms-align-self: baseline;
  align-self: baseline;
}
.align-self-stretch {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
}
/*
 * Float
 */
.right {
  float: right !important;
}
@media (min-width: 1680px) {
  .clear-right-xlarge {
    float: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .clear-right-large {
    float: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .clear-right-medium {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clear-right-small {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .clear-right-xsmall {
    float: none !important;
  }
}
.left {
  float: left !important;
}
@media (min-width: 1680px) {
  .clear-left-xlarge {
    float: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .clear-left-large {
    float: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .clear-left-medium {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clear-left-small {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .clear-left-xsmall {
    float: none !important;
  }
}
/*
 * Max Width
 */
.max-width-xlarge {
  max-width: 128rem;
}
.max-width-large {
  max-width: 100rem;
}
.max-width-medium {
  max-width: 80rem;
}
.max-width-small {
  max-width: 60rem;
}
.max-width-xsmall {
  max-width: 48rem;
}
/*
 * Margin
 */
.margin-xlarge {
  margin: 8rem;
}
.margin-large {
  margin: 5rem;
}
.margin-medium {
  margin: 3.5rem;
}
.margin-small {
  margin: 2rem;
}
.margin-xsmall {
  margin: 1.5rem;
}
.margin-top-xlarge {
  margin-top: 8rem;
}
.margin-top-large {
  margin-top: 5rem;
}
.margin-top-medium {
  margin-top: 3.5rem;
}
.margin-top-small {
  margin-top: 2rem;
}
.margin-top-xsmall {
  margin-top: 1.5rem;
}
.margin-bottom-xlarge {
  margin-bottom: 8rem;
}
.margin-bottom-large {
  margin-bottom: 5rem;
}
.margin-bottom-medium {
  margin-bottom: 3.5rem;
}
.margin-bottom-small {
  margin-bottom: 2rem;
}
.margin-bottom-xsmall {
  margin-bottom: 1.5rem;
}
.margin-left-xlarge {
  margin-left: 8rem;
}
.margin-left-large {
  margin-left: 5rem;
}
.margin-left-medium {
  margin-left: 3.5rem;
}
.margin-left-small {
  margin-left: 2rem;
}
.margin-left-xsmall {
  margin-left: 1.5rem;
}
.margin-right-xlarge {
  margin-right: 8rem;
}
.margin-right-large {
  margin-right: 5rem;
}
.margin-right-medium {
  margin-right: 3.5rem;
}
.margin-right-small {
  margin-right: 2rem;
}
.margin-right-xsmall {
  margin-right: 1.5rem;
}
/*
 * Padding
 */
.padding-xlarge {
  padding: 8rem;
}
.padding-large {
  padding: 5rem;
}
.padding-medium {
  padding: 3.5rem;
}
.padding-small {
  padding: 2rem;
}
.padding-xsmall {
  padding: 1.5rem;
}
.padding-top-xlarge {
  padding-top: 8rem;
}
.padding-top-large {
  padding-top: 5rem;
}
.padding-top-medium {
  padding-top: 3.5rem;
}
.padding-top-small {
  padding-top: 2rem;
}
.padding-top-xsmall {
  padding-top: 1.5rem;
}
.padding-bottom-xlarge {
  padding-bottom: 8rem;
}
.padding-bottom-large {
  padding-bottom: 5rem;
}
.padding-bottom-medium {
  padding-bottom: 3.5rem;
}
.padding-bottom-small {
  padding-bottom: 2rem;
}
.padding-bottom-xsmall {
  padding-bottom: 1.5rem;
}
.padding-left-xlarge {
  padding-left: 8rem;
}
.padding-left-large {
  padding-left: 5rem;
}
.padding-left-medium {
  padding-left: 3.5rem;
}
.padding-left-small {
  padding-left: 2rem;
}
.padding-left-xsmall {
  padding-left: 1.5rem;
}
.padding-right-xlarge {
  padding-right: 8rem;
}
.padding-right-large {
  padding-right: 5rem;
}
.padding-right-medium {
  padding-right: 3.5rem;
}
.padding-right-small {
  padding-right: 2rem;
}
.padding-right-xsmall {
  padding-right: 1.5rem;
}
/*
 * Font Family
 */
.sans-serif-font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.serif-font {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.monospace-font {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.thin-font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.regular-font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.medium-font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.semibold-font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.bold-font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
/*
 * Font Size
 */
.font-size-xlarge {
  font-size: 2rem;
}
.font-size-large {
  font-size: 1.8rem;
}
.font-size-medium {
  font-size: 1.6rem;
}
.font-size-small {
  font-size: 1.4rem;
}
.font-size-xsmall {
  font-size: 1.2rem;
}
/*
 * Text
 */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-center {
  text-align: center;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
/*
 * Text Color
 */
.text-white {
  color: #FFFFFF !important;
}
.text-light-grey {
  color: #F4F4F4 !important;
}
.text-grey {
  color: #858688 !important;
}
.text-dark-grey {
  color: #333 !important;
}
.text-black {
  color: #000000 !important;
}
.text-error {
  color: #E0295A !important;
}
.text-warning {
  color: #FF4500 !important;
}
.text-success {
  color: #00AA00 !important;
}
.text-info {
  color: #1E90FF !important;
}
.text-primary {
  color: #2EC5CE !important;
}
.text-secondary {
  color: #663399 !important;
}
.text-tertiary {
  color: #FAD11E !important;
}
.text-dark {
  color: #1F3042 !important;
}
.text-light {
  color: #FAFAFC !important;
}
/*
 * Background
 */
.background-transparent {
  background: transparent !important;
}
.background-white {
  background: #FFFFFF !important;
}
.background-light-grey {
  background: #F4F4F4 !important;
}
.background-grey {
  background: #858688 !important;
}
.background-dark-grey {
  background: #333 !important;
}
.background-black {
  background: #000000 !important;
}
.background-error {
  background: #E0295A !important;
}
.background-warning {
  background: #FF4500 !important;
}
.background-success {
  background: #00AA00 !important;
}
.background-info {
  background: #1E90FF !important;
}
.background-primary {
  background: #2EC5CE !important;
}
.background-secondary {
  background: #663399 !important;
}
.background-tertiary {
  background: #FAD11E !important;
}
.background-dark {
  background: #1F3042 !important;
}
.background-light {
  background: #FAFAFC !important;
}
/*
 * Mixins
 */
/*
 * General Mixins
 */
/*
 * Button
 */
/*
 * Input
 */
/*
 * Select
 */
/*
 * Font
 */
/*
 * Border Radius
 */
/*
 * Backgrounds
 */
/*
 * Placeholder
 */
/*
 * Arrows
 */
/*
 * Transitions
 */
/*
 * Transformations
 */
/*
 * Animations
 */
/*
 * Filters
 */
/*
 * Flexbox
 * via: https://gist.github.com/jayj
 * url: https://gist.github.com/jayj/4012969
 */
/*
 * Mark
 */
/*
 * Keyframes
 */
/* ====================================
Animation keyframes
==================================== */
@keyframes animate-top-bar {
  0% {
    background-color: #fff;
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #fff;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #2EC5CE;
  }
}
@keyframes animate-bottom-bar {
  0% {
    background-color: #fff;
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #fff;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #2EC5CE;
  }
}
@keyframes animate-middle-bar {
  0% {
    background-color: #fff;
  }
  80% {
    background-color: #fff;
  }
  100% {
    background-color: #2EC5CE;
  }
}
@keyframes animate-out-top-bar {
  0% {
    background-color: #2EC5CE;
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #2EC5CE;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #FFF;
  }
}
@keyframes animate-out-bottom-bar {
  0% {
    background-color: #2EC5CE;
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #2EC5CE;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #FFF;
  }
}
@keyframes animate-out-middle-bar {
  0% {
    background-color: #2EC5CE;
  }
  80% {
    background-color: #2EC5CE;
  }
  100% {
    background-color: #fff;
  }
}
/*
 * Accessibility
 */
/*
 * Screen Reader
 */
.screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.screen-reader-focusable:active,
.screen-reader-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
 * Fonticons
 */
@font-face {
  font-family: 'lantago';
  src: url(fonts/lantago/lantago.eot?56jcmc);
  src: url(fonts/lantago/lantago.eot?56jcmc#iefix) format('embedded-opentype'), url(fonts/lantago/lantago.ttf?56jcmc) format('truetype'), url(fonts/lantago/lantago.woff?56jcmc) format('woff'), url(fonts/lantago/lantago.svg?56jcmc#lantago) format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 * Modal
 */
.modal-dialog {
  position: fixed;
  top: 40%;
  left: 50%;
  min-width: 320px;
  max-width: 630px;
  width: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99;
}
.modal-dialog.modal-dialog-small {
  max-width: 350px;
}
.modal-dialog .modal-content {
  position: relative;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.498039) 0px 3px 9px;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-image: initial;
  border-radius: 6px;
  outline: 0px;
}
.modal-dialog .modal-content .modal-header {
  padding: 15px;
  border-bottom: 1px solid #D2D2D2;
}
.modal-dialog .modal-content .modal-header .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: #FFFFFF 0px 1px 0px;
  opacity: 0.2;
}
.modal-dialog .modal-content .modal-header button.close {
  margin-top: -10px;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0px;
  background: 0px 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}
.modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 15px;
  font-size: 1.4rem;
  color: #1F3042;
}
.modal-dialog .modal-content .modal-footer {
  text-align: right;
  padding: 15px;
  border-top: 1px solid #D2D2D2;
}
.modal-dialog-date div.time a {
  margin-right: 10px;
}
.modal-dialog-date .modal-body .field {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
}
.modal-dialog-date .modal-body .field label {
  min-width: 85px;
  align-self: center;
}
.modal-dialog-date .modal-body .field span {
  top: 16px;
}
.modal-dialog-map .modal-body p,
.modal-dialog-map .modal-body span {
  color: #1F3042;
}
.modal-dialog-map .modal-body iframe {
  margin-bottom: 10px;
  width: calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  width: -o-calc(100% + 30px);
  margin: -15px -15px 15px;
  border-bottom: 1px solid #D2D2D2;
}
.modal-dialog-map .modal-body .map {
  margin-bottom: 1em;
}
.modal-dialog-map .modal-body .info span {
  display: block;
  margin-bottom: 5px;
}
.modal-dialog-map .modal-body .time {
  margin-bottom: 1em;
  margin-left: -5px;
}
.modal-dialog-map .modal-body .time span {
  margin-right: 20px;
}
.modal-dialog-upgrade .modal-header {
  border: 0!important;
}
.modal-dialog-upgrade .modal-body img {
  margin: -10px auto auto;
  display: block;
}
.modal-dialog-upgrade .modal-body a {
  color: #1F3042;
  text-decoration: underline;
}
.modal-dialog-upgrade .modal-body a:hover {
  color: #2EC5CE;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px;
  background-clip: padding-box;
  padding: 5px 0px;
  margin: 2px 0px 0px;
  list-style: none;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.14902);
  border-image: initial;
  border-radius: 4px;
}
.dropdown-menu i {
  font-style: normal;
}
.dropdown-menu .glyphicon-chevron-right:before {
  content: "\e907";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.dropdown-menu .glyphicon-chevron-left:before {
  content: "\e913";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.dropdown-menu .glyphicon-chevron-up:before {
  content: "\e911";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.dropdown-menu .glyphicon-chevron-down:before {
  content: "\e912";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
.dropdown-menu .text-center {
  text-align: center;
}
.dropdown-menu .btn-default {
  color: #333333;
  background-color: #ffffff;
}
.dropdown-menu .btn {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857;
  user-select: none;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  padding: 6px 12px;
  border-radius: 4px;
  width: 100%;
  align-items: flex-start;
}
.dropdown-menu .btn-info {
  color: white;
  background-color: #2EC5CE;
}
.dropdown-menu .btn-primary {
  background: #2EC5CE;
  color: white;
}
.dropdown-menu table {
  border: none;
  margin: 0;
  max-width: 270px;
}
.dropdown-menu table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.dropdown-menu table tr td,
.dropdown-menu table tr th {
  display: table-cell;
  vertical-align: inherit;
  padding: 0;
  border: 0px;
}
.dropdown-menu table tr td button.btn,
.dropdown-menu table tr th button.btn {
  padding: 6px;
  height: inherit;
}
.dropdown-menu table tr td button.btn .text-muted,
.dropdown-menu table tr th button.btn .text-muted {
  color: #858688;
}
.am-fade {
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: backwards;
  opacity: 1;
}
.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 15px;
  font-size: 1.4rem;
  position: fixed;
  z-index: 1050;
  margin: 20px;
}
.alert.top-right {
  right: 0;
  top: 60px;
}
.alert.bottom-right {
  right: 0;
  bottom: 60px;
}
.alert.top-left {
  left: 0;
  top: 60px;
}
.alert.bottom-left {
  left: 0;
  bottom: 60px;
}
.alert.top-center {
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
}
.alert.bottom-center {
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}
.alert.center-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}
.alert.alert-info {
  background-color: #cceaec;
  border-color: #2EC5CE;
  color: #1b757b;
}
.alert.alert-error {
  background-color: #f7c9d5;
  border-color: #E0295A;
  color: #8e1535;
}
.alert .close {
  padding: 0;
  padding-left: 10px;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  height: inherit;
}
.alert .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  background: none;
  border: none;
}
/*
 * Layout
 */
@media only screen and (max-width: 1023px) {
  body {
    padding-top: 70px;
  }
}
header#mainHeader {
  background: #1F3042;
  padding: 2em 35px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  *zoom: 1;
  height: 70px;
  top: 0;
}
header#mainHeader:before,
header#mainHeader:after {
  content: " ";
  display: table;
}
header#mainHeader:after {
  clear: both;
}
header#mainHeader:before,
header#mainHeader:after {
  content: " ";
  display: table;
}
header#mainHeader:after {
  clear: both;
}
@media only screen and (max-width: 1023px) {
  header#mainHeader {
    padding: 2em 0px 2em 15px;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
}
header#mainHeader ul li {
  margin: 0;
}
header#mainHeader > a.icon-logo {
  display: none;
}
@media only screen and (max-width: 480px) {
  header#mainHeader > a.logo {
    display: none;
  }
  header#mainHeader > a.icon-logo {
    display: inline-block;
  }
  header#mainHeader > a.icon-logo img {
    width: 40px;
    margin-top: -2px;
  }
}
@media only screen and (max-width: 320px) {
  header#mainHeader > a.icon-logo img {
    width: 22px;
    margin: 0;
    margin-left: -11px;
    padding-top: 9px;
  }
}
header#mainHeader #mainNav {
  margin-left: 5vw;
  margin-top: 5px;
}
header#mainHeader #mainNav ul {
  display: flex;
}
@media only screen and (max-width: 1180px) {
  header#mainHeader #mainNav ul {
    position: absolute;
    width: 100%;
    background: white;
    left: 0;
    top: 70px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
    padding: 2em;
    z-index: 999;
    display: inherit;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition-duration: 0.8s;
  }
  header#mainHeader #mainNav ul.open {
    max-height: 800px;
    overflow: auto;
  }
}
header#mainHeader #mainNav ul li {
  font-size: 1.4rem;
  color: #FFFFFF;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  header#mainHeader #mainNav ul li {
    float: none !important;
  }
}
@media only screen and (max-width: 1180px) {
  header#mainHeader #mainNav ul li {
    margin: 2em 0;
  }
}
header#mainHeader #mainNav ul li a {
  color: #FAFAFC;
}
@media only screen and (max-width: 1180px) {
  header#mainHeader #mainNav ul li a {
    color: #1F3042;
  }
}
header#mainHeader #mainNav ul li a.icon-dashboard:before {
  content: "\e90d";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
header#mainHeader #mainNav ul li a.icon-workers:before {
  content: "\e90c";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
header#mainHeader #mainNav ul li a.icon-list:before {
  content: "\e905";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
header#mainHeader #mainNav ul li a.icon-notifications:before {
  content: "\e908";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
header#mainHeader #mainNav ul li a.icon-realtime:before {
  content: "\e91a";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
header#mainHeader #mainNav ul li.active a,
header#mainHeader #mainNav ul li:hover a {
  color: #FFFFFF;
  background: #2EC5CE;
  border: 1px solid #1b757b;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
}
header#mainHeader #mainNav ul li a {
  border: 1px solid transparent;
  padding: 0.8em;
  border-radius: 2px;
}
header#mainHeader #tooltipNav {
  margin: -2em 0;
}
header#mainHeader #tooltipNav > ul {
  display: flex;
}
@media only screen and (max-width: 1023px) {
}
header#mainHeader #tooltipNav > ul > li {
  border-left: 1px solid black;
  font-size: 1.4rem;
  height: 70px;
}
header#mainHeader #tooltipNav > ul > li > a {
  padding: 1.2em 1.5em;
  color: #FAFAFC;
  display: block;
}
@media only screen and (max-width: 767px) {
  header#mainHeader #tooltipNav > ul > li > a {
    padding: 1.8em 1.5em;
  }
}
header#mainHeader #tooltipNav > ul > li > a:before {
  font-size: 2.2rem !important;
}
header#mainHeader #tooltipNav > ul > li.settings a:before {
  content: "\e90a";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
header#mainHeader #tooltipNav > ul > li.download a:before {
  content: "\e916";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  color: #FAD11E;
}
header#mainHeader #tooltipNav > ul > li.user {
  position: relative;
}
header#mainHeader #tooltipNav > ul > li.user > a {
  padding-top: 1.6em;
}
@media only screen and (max-width: 767px) {
  header#mainHeader #tooltipNav > ul > li.user > a {
    padding-top: 2em;
  }
}
header#mainHeader #tooltipNav > ul > li.user > a:before {
  content: "\e90b";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  vertical-align: middle;
  position: relative;
  top: -2px;
  color: #2EC5CE;
}
@media only screen and (max-width: 767px) {
  header#mainHeader #tooltipNav > ul > li.user > a span {
    display: none;
  }
}
header#mainHeader #tooltipNav > ul > li.user:hover .userNav {
  max-height: 300px;
  overflow: visible;
}
header#mainHeader #tooltipNav > ul > li.user:hover .userNav ul {
  max-height: 300px;
}
header#mainHeader #tooltipNav > ul > li.user .userNav {
  position: absolute;
  right: -27px;
  background: #FFFFFF;
  top: 70px;
  max-width: 180px;
  -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.3);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  z-index: 99;
  width: 190px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
@media only screen and (max-width: 1023px) {
  header#mainHeader #tooltipNav > ul > li.user .userNav {
    right: -54px;
  }
}
header#mainHeader #tooltipNav > ul > li.user .userNav:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 13px solid white;
  top: -13px;
  left: 70px;
}
header#mainHeader #tooltipNav > ul > li.user .userNav ul {
  list-style: none;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
header#mainHeader #tooltipNav > ul > li.user .userNav ul li {
  margin-left: 0;
}
header#mainHeader #tooltipNav > ul > li.user .userNav ul li a {
  padding: 0.4em 1em;
  font-size: 1.4rem;
  color: #1F3042;
  display: block;
}
header#mainHeader #tooltipNav > ul > li.user .userNav ul li a:hover {
  color: #2EC5CE;
}
header#mainHeader #tooltipNav > ul > li.notifications a {
  position: relative;
}
header#mainHeader #tooltipNav > ul > li.notifications a span {
  position: absolute;
  background: #2EC5CE;
  width: 20px;
  height: 20px;
  font-size: 1.2rem;
  border-radius: 50% 50% 50% 50%;
  background-clip: padding-box;
  top: 31px;
  right: 15px;
  padding-top: 1.4px;
  padding-right: 1px;
}
@media only screen and (max-width: 767px) {
  header#mainHeader #tooltipNav > ul > li.notifications a span {
    top: 37px;
  }
}
header#mainHeader #tooltipNav > ul > li.notifications a:before {
  content: "\e908";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
header#mainHeader .open-overlay {
  z-index: 100;
  width: 64px;
  display: none;
  cursor: pointer;
  border-left: 1px solid black;
  margin: -2em 0;
  height: 70px;
  padding: 2em 2em;
}
@media only screen and (max-width: 1180px) {
  header#mainHeader .open-overlay {
    display: block;
  }
}
header#mainHeader .open-overlay span {
  display: block;
  height: 1px;
  background-color: #fff;
  cursor: pointer;
  margin-top: 8px;
}
header#mainHeader .open-overlay .animate-top-bar {
  animation: animate-top-bar 0.6s linear 1 both;
}
header#mainHeader .open-overlay .animate-bottom-bar {
  animation: animate-bottom-bar 0.6s linear 1 both;
}
header#mainHeader .open-overlay .animate-middle-bar {
  animation: animate-middle-bar 0.6s linear 1 both;
}
header#mainHeader .open-overlay .animate-out-top-bar {
  animation: animate-out-top-bar 0.6s linear 1 both;
}
header#mainHeader .open-overlay .animate-out-bottom-bar {
  animation: animate-out-bottom-bar 0.6s linear 1 both;
}
header#mainHeader .open-overlay .animate-out-middle-bar {
  animation: animate-out-middle-bar 0.6s linear 1 both;
}
#mainContent {
  min-height: calc(100% - 111px);
  min-height: -moz-calc(100% - 111px);
  min-height: -webkit-calc(100% - 111px);
  min-height: -o-calc(100% - 111px);
}
@media only screen and (max-width: 1023px) {
  #mainContent {
    min-height: calc(100% - 36px);
    min-height: -moz-calc(100% - 36px);
    min-height: -webkit-calc(100% - 36px);
    min-height: -o-calc(100% - 36px);
  }
}
#mainContent #breadcrumbs {
  padding: 2em 35px;
  background: #F4F4F4;
  *zoom: 1;
  height: 78px;
}
#mainContent #breadcrumbs:before,
#mainContent #breadcrumbs:after {
  content: " ";
  display: table;
}
#mainContent #breadcrumbs:after {
  clear: both;
}
#mainContent #breadcrumbs:before,
#mainContent #breadcrumbs:after {
  content: " ";
  display: table;
}
#mainContent #breadcrumbs:after {
  clear: both;
}
@media only screen and (max-width: 1023px) {
  #mainContent #breadcrumbs {
    padding: 1em 15px;
  }
}
#mainContent #breadcrumbs h1 {
  float: left;
  font-size: 2.2rem;
  margin-top: 6px;
}
@media only screen and (max-width: 1023px) {
  #mainContent #breadcrumbs h1 {
    display: block;
    font-size: 1.8rem;
    float: none;
    margin-bottom: 0px;
  }
}
#mainContent #breadcrumbs p {
  float: right;
  font-size: 1.4rem;
  margin-top: 12px;
}
@media only screen and (max-width: 1023px) {
  #mainContent #breadcrumbs p {
    float: none  ;
    display: block;
  }
}
#mainContent #breadcrumbs p a {
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
#mainContent #breadcrumbs p a:hover {
  color: #2EC5CE;
}
#mainContent #filters {
  border-bottom: 1px solid #D2D2D2;
  display: block;
  height: 55px;
  margin: 0 -35px;
  padding: 0 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
}
@media only screen and (max-width: 767px) {
  #mainContent #filters {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 110px;
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 767px) {
  #mainContent #filters form {
    width: 100%;
    border-bottom: 1px solid #D2D2D2;
  }
}
#mainContent #filters form .field {
  display: inline-block;
  float: left;
}
#mainContent #filters form .field ::-webkit-input-placeholder {
  font-size: 1.4rem;
}
#mainContent #filters form .field ::-moz-placeholder {
  font-size: 1.4rem;
}
#mainContent #filters form .field :-ms-input-placeholder {
  font-size: 1.4rem;
}
#mainContent #filters form .field :-moz-placeholder {
  font-size: 1.4rem;
}
#mainContent #filters form .field.search {
  width: 293px;
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #mainContent #filters form .field.search {
    width: 100%;
    border: none;
  }
}
#mainContent #filters form .field.search span {
  position: absolute;
  right: 10px;
  top: 15px;
}
#mainContent #filters form .field.search span:before {
  content: "\e906";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 1.8rem;
}
#mainContent #filters form .field.search input {
  height: 54px;
  border: 0;
  margin: 0;
  font-size: 1.4rem;
}
#mainContent #filters form .field.date {
  width: 220px;
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #mainContent #filters form .field.date {
    width: 50%;
    border-left: none;
  }
}
#mainContent #filters form .field.date input {
  height: 54px;
  border: 0;
  margin: 0;
  font-size: 1.4rem;
}
#mainContent #filters form .field.selectFilter {
  width: 220px;
  border-right: 1px solid #D2D2D2;
  position: relative;
  padding: 0;
  margin: 0;
  height: 55px;
  font-size: 1.4rem;
}
#mainContent #filters form .field.selectFilter:before {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -0.2rem;
  width: 0;
  height: 0;
  content: '';
  pointer-events: none;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-top: 0.4rem solid #1F3042;
}
@media only screen and (max-width: 767px) {
  #mainContent #filters form .field.selectFilter {
    width: 50%;
    border: none;
  }
}
#mainContent #filters form .field.selectFilter label {
  margin: 0;
}
#mainContent #filters form .field.selectFilter label:before {
  border: 0;
}
#mainContent #filters form .field.selectFilter select {
  height: 54px;
  border: 0;
  font-size: 1.4rem;
  margin: 0;
  padding: 18px 1.6rem;
}
#mainContent #filters form .field.selectFilter div .ui-select-match span.btn {
  display: block;
  height: 100%;
  height: 56px;
  padding: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  #mainContent #filters form .field.selectFilter div .ui-select-match span.btn {
    padding: 1.4em;
  }
}
#mainContent #filters form .field.selectFilter div input[type="search"] {
  font-size: 1.4rem;
  margin: 0;
  border: 0;
  height: 54px;
}
#mainContent #filters form .field.selectFilter div input.ui-select-offscreen {
  display: none;
}
#mainContent #filters form .field.selectFilter div.open ul {
  display: block;
  padding: 0;
  width: 100%;
  max-height: 250px;
  overflow: auto;
  margin: -1px 0 0 0;
  border-radius: 0 0 3px 3px;
}
#mainContent #filters form .field.selectFilter div.open ul li {
  margin-left: 0;
  padding: 0;
  font-size: 1.4rem;
  color: #1F3042;
}
#mainContent #filters form .field.selectFilter div.open ul li > div {
  padding: 5px 15px;
}
#mainContent #filters form .field.selectFilter div.open ul li > div span {
  padding: 0.4rem 0;
  display: block;
  cursor: pointer;
}
#mainContent #filters form .field.selectFilter div.open ul li > div label {
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  top: 6px;
}
#mainContent #filters form .field.selectFilter div.open ul li > div:hover {
  background: #F4F4F4;
}
#mainContent #filters form .field.selectFilter div.open ul li > div.active {
  background: #2EC5CE;
  color: #1F3042;
}
#mainContent #filters div.filterTools {
  border-right: 1px solid #D2D2D2;
  height: 54px;
}
@media only screen and (max-width: 767px) {
  #mainContent #filters div.filterTools {
    border: none;
  }
}
#mainContent #filters div.filterTools a {
  font-size: 1.4rem;
  color: inherit;
  padding: 1.1em 1em 0.9em;
  display: inline-block;
  color: #858688;
}
@media only screen and (max-width: 767px) {
  #mainContent #filters div.filterTools a {
    padding: 1.4em 1em 0.9em;
  }
}
#mainContent #filters div.filterTools a:before {
  font-size: 1.8rem !important;
  vertical-align: middle;
}
#mainContent #filters div.filterTools a:hover {
  background: #fafafa;
  color: #2EC5CE;
}
#mainContent #filters div.filterTools a.print:before {
  content: "\e909";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: relative;
  top: -1px;
}
#mainContent #filters div.filterTools a.file:before {
  content: "\e903";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  position: relative;
  top: -2px;
}
#mainContent #filters div.filterTools a.button {
  height: 54px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 24px;
  border-radius: 0;
  border: 0px;
  font-weight: 400;
}
#mainContent #filters div.action {
  margin-left: auto;
  border-right: 1px solid #D2D2D2;
}
#mainContent #filters div.action a.button {
  height: 54px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 27px;
  border-radius: 0;
  border: 0px;
  margin-left: -5px;
}
#mainContent #filters div#toggle {
  margin-left: auto;
  border-right: 1px solid #D2D2D2;
}
@media only screen and (max-width: 767px) {
  #mainContent #filters div#toggle {
    border-right: 0;
  }
}
#mainContent #filters div#toggle p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0;
}
#mainContent #filters div#toggle input[type=radio] {
  position: absolute;
  visibility: hidden;
}
#mainContent #filters div#toggle input[type=radio]:checked + .button {
  background: #1F3042;
  color: white;
}
#mainContent #filters div#toggle label {
  margin: 0;
}
#mainContent #filters div#toggle label.button,
#mainContent #filters div#toggle label button {
  height: 54px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 27px;
  border-radius: 0;
  border: 0;
  border-left: 1px solid #D2D2D2;
  margin-left: -5px;
  color: #858688;
}
#mainContent #filters div#toggle label.disabled {
  cursor: default;
  background: #F4F4F4;
  opacity: 0.4;
}
#mainContent #filters div#toggle label.icon:before {
  padding-right: 5px;
}
#mainContent #filters div#toggle label.list:before {
  content: "\e917";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
#mainContent #filters div#toggle label.map:before {
  content: "\e919";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
#mainContent main section#mainSection {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
}
footer {
  background: #1F3042;
  padding: 1em 35px;
}
footer p {
  font-size: 1.4rem;
}
a {
  cursor: pointer;
}
.fullpage {
  height: calc(100% - 189px);
  height: -moz-calc(100% - 189px);
  height: -webkit-calc(100% - 189px);
  height: -o-calc(100% - 189px);
}
@media only screen and (max-width: 767px) {
  .fullpage {
    height: auto;
  }
}
.full {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .full {
    height: auto;
  }
}
.columnSmall {
  max-width: 1335px;
  margin: auto;
  padding-top: 2em;
  width: 100%;
}
.totalWidth {
  width: 100%;
}
#info-content {
  border: 1px solid #D2D2D2;
  height: calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: -o-calc(100% - 100px);
  margin-top: 20px;
}
#info-content table {
  margin: 0;
  border: 0;
}
#info-content table th {
  border: inherit;
}
#info-content table tr:first-child {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
#info-content table tr td {
  border: 0;
  border-bottom: 1px solid #D2D2D2;
}
#info-content table tr td:last-child {
  text-align: right;
}
#info-content table tr:focus td {
  background: rgba(46, 197, 206, 0.2);
}
.advice-info {
  text-align: center;
}
.advice-info p {
  display: inline-block;
  border: 1px solid #1E90FF;
  background-color: #cceaec;
  border-color: #2EC5CE;
  color: #1b757b;
  margin-top: 6em;
  padding: 1em 3em;
  border-radius: 2px;
}
/*
 * Pages
 */
#page_login {
  height: 100%;
}
#page_login .container {
  height: 100%;
}
#page_login .container img {
  margin: auto;
  display: block;
  margin-bottom: 6rem;
}
#page_login .container .form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 300px;
}
#page_login .container .form form {
  margin-bottom: 5rem;
}
#page_login .container .form form .field {
  position: relative;
}
#page_login .container .form form .field .icon {
  position: absolute;
  color: rgba(133, 134, 136, 0.5);
}
#page_login .container .form form .field .icon.envelope {
  top: 10px;
}
#page_login .container .form form .field .icon.envelope:before {
  content: "\e902";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 1.8rem;
}
#page_login .container .form form .field .icon.key {
  top: 5px;
  left: 6px;
}
#page_login .container .form form .field .icon.key:before {
  content: "\e904";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 2.5rem;
}
#page_login .container .form form .field label {
  display: none;
}
#page_login .container .form form .field input {
  border: 0;
  text-indent: 20px;
}
#page_login .container .form form .field:after {
  padding-left: 0;
}
#page_login .container .form form .field.error {
  margin-bottom: 20px;
}
#page_login .container .form form hr {
  margin: 1rem auto;
}
#page_login .container .form form .button {
  width: 100%;
  color: #FFFFFF;
  background: #2EC5CE;
  border: 1px solid #1b757b;
  height: 5rem;
}
#page_login .container .form form .button:hover {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
}
#page_recover-password {
  height: 100%;
}
#page_recover-password .container {
  height: 100%;
}
#page_recover-password .container img {
  margin: auto;
  display: block;
  margin-bottom: 4rem;
}
#page_recover-password .container .form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 300px;
}
#page_recover-password .container .form form {
  margin-bottom: 5rem;
  max-width: 420px;
  *zoom: 1;
}
#page_recover-password .container .form form:before,
#page_recover-password .container .form form:after {
  content: " ";
  display: table;
}
#page_recover-password .container .form form:after {
  clear: both;
}
#page_recover-password .container .form form:before,
#page_recover-password .container .form form:after {
  content: " ";
  display: table;
}
#page_recover-password .container .form form:after {
  clear: both;
}
#page_recover-password .container .form form p.info {
  border: 1px solid transparent;
  padding: 15px;
  text-align: center;
}
#page_recover-password .container .form form p.info.ok {
  background-color: rgba(46, 197, 206, 0.2);
  border-color: #2EC5CE;
  color: #1b757b;
}
#page_recover-password .container .form form p.info.error {
  background-color: rgba(224, 41, 90, 0.2);
  border-color: #E0295A;
  color: #8e1535;
}
#page_recover-password .container .form form .field {
  position: relative;
}
#page_recover-password .container .form form .button {
  width: 100%;
  color: #FFFFFF;
  background: #2EC5CE;
  border: 1px solid #1b757b;
  height: 5rem;
  margin-top: 1em;
}
#page_recover-password .container .form form .button:hover {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
}
#page_recover-password .container .form p {
  margin-top: 3rem;
  display: block;
}
#page_dashboard section article {
  max-width: 1335px;
  margin: auto;
}
#page_dashboard section article .row {
  position: relative;
  top: 20%;
}
@media only screen and (max-width: 767px) {
  #page_dashboard section article .row {
    top: inherit;
  }
}
#page_dashboard section article .row div.content {
  background: #F4F4F4;
  display: block;
  border: 1px solid #D2D2D2;
  text-align: center;
  padding: 6em 3em 4em;
  margin-top: 12em;
}
#page_dashboard section article .row div.content h2 {
  min-height: 66px;
}
#page_dashboard section article .row div.content span.icon {
  margin-bottom: 3em;
  display: block;
}
#page_dashboard section article .row div.content span.icon:before {
  font-size: 3rem !important;
}
#page_dashboard section article .row div.content span.icon-workers:before {
  content: "\e90c";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
#page_dashboard section article .row div.content span.icon-list:before {
  content: "\e905";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
#page_dashboard section article .row div.content span.icon-notifications:before {
  content: "\e908";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
#page_dashboard section article .row div.content span.icon-realtime:before {
  content: "\e91a";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
#page_employee-management section article {
  width: 100%;
}
#page_employee-management section article .table-responsive table tr td.status-line {
  width: 5px;
  padding: 0;
}
#page_employee-management section article .table-responsive table tr td.status-line.active {
  background: #2EC5CE;
}
#page_employee-management section article .table-responsive table tr td.status-line.notActive {
  background: #E0295A;
}
#page_employee-management section article .table-responsive table tr td.status {
  width: 80px;
  border-right: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  text-align: center;
}
#page_employee-management section article .table-responsive table tr:hover td.status.active {
  background: #2EC5CE;
  color: white;
}
#page_employee-management section article .table-responsive table tr:hover td.status.notActive {
  background: #E0295A;
  color: white;
}
#page_employee-create section article h2 {
  font-size: 1.8rem;
  color: #858688;
}
#page_employee-create section article form {
  padding-top: 1em;
}
#page_employee-create section article form .toggle {
  background: #F4F4F4;
  margin-bottom: 2em;
}
#page_employee-create section article form .toggle .title {
  display: flex;
}
#page_employee-create section article form .toggle .title p.info {
  position: relative;
  margin-left: auto;
  top: -8px;
  cursor: pointer;
}
#page_employee-create section article form .toggle .title p.info:before {
  content: "\e910";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
#page_employee-create section article form .toggle .title p.info:hover span {
  display: block;
}
#page_employee-create section article form .toggle .title p.info span {
  position: absolute;
  background: white;
  max-width: 180px;
  -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.3);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  font-size: 1.2rem;
  padding: 10px;
  width: 190px;
  right: -30px;
  top: 35px;
  display: none;
  z-index: 10;
}
#page_employee-create section article form .toggle .title p.info span:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 13px solid white;
  top: -13px;
  right: 15px;
}
#page_employee-create section article form .toggle.open .title {
  border-bottom: 2px solid white;
}
#page_employee-create section article form .toggle.open .content {
  display: block;
}
#page_employee-create section article form .toggle .content {
  display: none;
}
@media only screen and (max-width: 1045px) {
  #page_reports #filters {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 111px;
    margin: 0 -35px;
  }
  #page_reports #filters .action {
    border-right: 0!important;
    border-top: 1px solid #D2D2D2;
    width: 100%;
    margin: 0;
  }
  #page_reports #filters .action .button:last-child {
    border-right: 1px solid #D2D2D2;
  }
}
@media only screen and (max-width: 767px) {
  #page_reports #filters {
    height: 166px;
    margin: 0 -15px;
  }
}
#page_reports section article .table-responsive .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  padding: 1em;
}
#page_reports section article .table-responsive .title p {
  margin-bottom: 0;
}
#page_reports section article .table-responsive .title a {
  margin-left: auto;
  padding-top: 4px;
}
#page_reports section article .table-responsive table {
  margin-top: 0;
}
#page_reports section article .table-responsive table tbody.close tr.more {
  display: none;
}
#page_reports section article .table-responsive table tbody tr {
  cursor: pointer;
}
#page_reports section article .table-responsive table tbody tr td:nth-child(1),
#page_reports section article .table-responsive table tbody tr td:nth-child(2),
#page_reports section article .table-responsive table tbody tr td:nth-child(3),
#page_reports section article .table-responsive table tbody tr td:nth-child(4) {
  width: 20%;
}
#page_reports section article .table-responsive table tbody tr td.closeMore {
  padding: 0;
  margin: 0;
  text-align: right;
}
#page_reports section article .table-responsive table tbody tr td.closeMore span {
  padding: 10px 24px 10px;
  cursor: pointer;
  float: right;
  display: block;
}
#page_reports section article .table-responsive table tbody tr td.closeMore span:before {
  content: "\e901";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
#page_reports section article .table-responsive table tbody tr td.location-info {
  text-align: right;
}
#page_reports section article .table-responsive table tbody tr td.location-info a {
  color: #858688;
}
#page_reports section article .table-responsive table tbody tr td.location-info a:hover {
  color: #2EC5CE;
}
#page_reports section article .table-responsive table tbody tr td.location-info a:before {
  content: "\e918";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 1.8rem;
}
#page_reports section article .table-responsive table tbody tr.more {
  background: #F4F4F4;
}
#page_reports section article .table-responsive table tbody tr.more td table {
  margin-bottom: 0;
  border: 0;
}
#page_reports section article .table-responsive table tbody tr.more td table tr {
  background: #F4F4F4;
  height: 0;
  cursor: default;
}
#page_reports section article .table-responsive table tbody tr.more td table tr td {
  border-bottom: 0;
}
#page_reports section article .table-responsive table tbody tr.more td table tr td sup {
  min-width: 8px;
}
#page_reports section article .table-responsive table tbody tr.more td table tr td.more div {
  background: transparent;
  border: 0;
  float: right;
}
#page_reports section article .table-responsive table tbody tr.more td table tr td.more div:before,
#page_reports section article .table-responsive table tbody tr.more td table tr td.more div:after {
  display: none;
}
#page_reports section article .table-responsive table tbody tr.more td table tr td.more div .iconMore:before {
  top: 10px;
}
#page_reports section article .table-responsive table tbody tr.more td table tr td.more div span {
  color: #1F3042;
}
#page_reports section article .table-responsive table tbody tr.more td table tr td.more div ul {
  overflow: inherit;
}
#page_reports section article .table-responsive table tbody tr.more td table tr td.more div ul:before {
  content: "";
  position: absolute;
  right: 14px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}
#page_reports section article .total {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  padding: 1em;
}
#page_reports section article .total p {
  margin-bottom: 0;
  margin-top: 0;
}
#page_reports section article .total p + p {
  margin-left: auto;
}
#page_reports-create section article form p {
  margin: 1em 0;
}
@media only screen and (max-width: 767px) {
  #page_reports-download #filters {
    height: 55px;
    border-bottom: 0;
  }
}
#page_reports-download #filters form .field.selectFilter {
  border-left: 1px solid #D2D2D2;
}
@media only screen and (max-width: 767px) {
  #page_reports-download #filters form .field.selectFilter {
    width: 100%;
  }
}
#page_reports-download section article .monthContent {
  border: 1px solid #D2D2D2;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}
#page_reports-download section article .monthContent .title {
  height: 67px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #page_reports-download section article .monthContent .title {
    height: 58px;
  }
}
#page_reports-download section article .monthContent .title h3 {
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6rem;
}
@media only screen and (max-width: 1023px) {
  #page_reports-download section article .monthContent .title h3 {
    left: 2rem;
  }
}
#page_reports-download section article .monthContent .title a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #858688;
}
#page_reports-download section article .monthContent .title a:hover {
  color: #2EC5CE;
}
#page_reports-download section article .monthContent .title a:before {
  font-size: 1.8rem !important;
}
#page_reports-download section article .monthContent .title a.open {
  right: 3rem;
}
@media only screen and (max-width: 1023px) {
  #page_reports-download section article .monthContent .title a.open {
    right: 2rem;
  }
}
#page_reports-download section article .monthContent .title a.open:before {
  content: "\e912";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
#page_reports-download section article .monthContent .title a.download {
  right: 8rem;
  display: none;
}
@media only screen and (max-width: 1023px) {
  #page_reports-download section article .monthContent .title a.download {
    right: 7rem;
  }
}
#page_reports-download section article .monthContent .title a.download:before {
  content: "\e915";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
#page_reports-download section article .monthContent .tableContent {
  display: none;
}
#page_reports-download section article .monthContent .tableContent h4 {
  background: #F4F4F4;
  padding: 2rem 6rem;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  #page_reports-download section article .monthContent .tableContent h4 {
    padding: 2rem;
  }
}
#page_reports-download section article .monthContent .tableContent .table-responsive {
  padding-bottom: 0;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  #page_reports-download section article .monthContent .tableContent .table-responsive {
    border: 0;
  }
}
#page_reports-download section article .monthContent .tableContent .table-responsive table {
  margin: 0;
  border: 0;
}
#page_reports-download section article .monthContent .tableContent .table-responsive table tr th {
  background: #F4F4F4;
  border: 0;
  color: #1F3042;
}
#page_reports-download section article .monthContent .tableContent .table-responsive table tr th:first-child {
  padding-left: 6rem;
}
@media only screen and (max-width: 1023px) {
  #page_reports-download section article .monthContent .tableContent .table-responsive table tr th:first-child {
    padding-left: 2rem;
  }
}
#page_reports-download section article .monthContent .tableContent .table-responsive table tr td:first-child {
  padding-left: 6rem;
  width: 24%;
}
@media only screen and (max-width: 1023px) {
  #page_reports-download section article .monthContent .tableContent .table-responsive table tr td:first-child {
    width: auto;
    padding-left: 2rem;
  }
}
#page_reports-download section article .monthContent .tableContent .table-responsive table tr td:last-child {
  width: 40%;
}
@media only screen and (max-width: 1023px) {
  #page_reports-download section article .monthContent .tableContent .table-responsive table tr td:last-child {
    width: auto;
  }
}
#page_reports-download section article .monthContent .tableContent .table-responsive table tr td a.download {
  color: #858688;
  width: 20px;
  display: block;
}
#page_reports-download section article .monthContent .tableContent .table-responsive table tr td a.download:before {
  content: "\e914";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 1.6rem;
}
#page_reports-download section article .monthContent .tableContent .table-responsive table tr td a.download:hover {
  color: #2EC5CE;
}
#page_reports-download section article .monthContent .tableContent .table-responsive table tr td a.download:hover:before {
  content: "\e915";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
  font-size: 1.6rem;
}
#page_reports-download section article .monthContent.open .title h3 {
  font-size: 2rem;
}
#page_reports-download section article .monthContent.open .title a.download {
  display: block;
}
#page_reports-download section article .monthContent.open .title a.open {
  transform: rotate(180deg) translateY(50%);
}
#page_reports-download section article .monthContent.open .tableContent {
  display: block;
}
#page_notifications section article .table-responsive table tr td .circle {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #2EC5CE;
  display: block;
}
#page_notifications section article .table-responsive table tr td .info {
  color: #858688;
  font-size: 1.2rem;
  margin-left: 10px;
}
#page_notifications section article .table-responsive table tr td:nth-child(2) {
  width: 90%;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #page_notifications section article .table-responsive table tr td:nth-child(2) {
    max-width: 500px;
  }
}
#page_notifications section article .table-responsive table tr td:nth-child(3) {
  width: 18%;
  min-width: 176px;
}
#page_notifications section article .table-responsive table tr td.more div {
  float: right;
}
#page_real-time section article {
  width: 100%;
}
#page_real-time section article #marker-info {
  border-radius: 3px;
  background: white;
  color: #1F3042;
  max-width: 500px;
  min-width: 200px;
  opacity: 0;
  padding: 18px 16px 8px;
  position: absolute;
  text-align: center;
  width: auto;
  will-change: top,left,bottom,right;
  display: block;
  opacity: 1;
  z-index: 999;
  animation: animate-tooltip 0.35s;
  font-size: 1.2rem;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.298039));
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.298039));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
}
#page_real-time section article #marker-info #close-button {
  cursor: pointer;
  position: absolute;
  padding: 5px 10px;
  top: 0;
  right: 0;
}
#page_real-time section article #marker-info .tip p {
  font-size: 1.2rem;
  text-align: left;
  margin: 0;
  margin-bottom: 0.5em;
  color: #1F3042;
}
#page_real-time section article #marker-info .tip p.time:before {
  content: "\e90e";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
#page_real-time section article #marker-info .tip p.address:before {
  content: "\e91b";
  font-family: 'lantago';
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
  text-indent: 0;
}
#page_real-time section article #marker-info .arrow {
  border-top: 6px solid white;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-left: -6px;
}
#page_real-time section article #realtime-map,
#page_real-time section article iframe {
  width: 100%;
  margin-top: -10px;
  min-height: 600px;
}
@media only screen and (max-width: 1023px) {
  #page_real-time section article #realtime-map,
  #page_real-time section article iframe {
    min-height: 400px;
  }
}
#page_plan section article {
  max-width: 850px;
  margin: auto;
}
#page_plan section article .info {
  position: relative;
  top: 10%;
}
@media only screen and (max-width: 767px) {
  #page_plan section article .info {
    top: inherit;
  }
}
#page_plan section article .info .column-1-3 div.content {
  border-right: 1px solid #D2D2D2;
  display: block;
  text-align: left;
  padding: 1em ;
  margin-top: 5em;
}
@media only screen and (max-width: 767px) {
  #page_plan section article .info .column-1-3 div.content {
    border: 0;
    border-bottom: 1px solid #D2D2D2;
    margin-top: 0;
    padding: 4em 0;
  }
}
#page_plan section article .info .column-1-3 div.content h2 {
  min-height: 45px;
}
#page_plan section article .info .column-1-3:last-child .content {
  border-right: 0;
  border-bottom: 0;
}
#page_plan section article .contact {
  background: #2EC5CE;
  padding: 2em;
  margin-top: 15em;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  #page_plan section article .contact {
    margin-top: 4em;
  }
}
#page_plan section article .contact p {
  color: white;
}
#page_plan section article .contact p a {
  color: #1F3042;
}
/*# sourceMappingURL=styles.css.map */
