﻿/**
 * OVERVIEW
 *
 * IMPORTS
 * reset, vars, mixins, core, plugins
 *
 * LAYOUT
 * Helpers
 * Header / Main / Footer
 * Components
 * Pages (page overrides)
 *
 * Hooks (IE, ...)
 * Print
 */
/**
 * GUIDELINES
 * CLASSES
 * Naming: BEM - http://getbem.com/
 * Abbreviations: Emmet - http://docs.emmet.io/cheat-sheet/ | example: .va-m
 *
 * MEDIAQUERIES
 * @media $small, $medium, $maxMedium, $large, $larger, $huge, $massive
 */
/* =============================================================================
   IMPORTS
   ========================================================================== */
/*============================================================================
  RESET

  Adapted version of:
  - Eric Meyer reset
  - Boilerplate Normalize.css
  - Normalize opentype
==============================================================================*/
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, body {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del,
dfn, em, img, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset,
form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, time, section, main {
  display: block; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none; }

a:focus {
  outline: thin dotted; }

ol, ul {
  list-style: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: ""; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

figure {
  margin: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

abbr {
  text-transform: uppercase; }

time {
  display: block; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

/*============================================================================
  VARIABLES
==============================================================================*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbaaa2+0,fb7ca4+100 */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#515491+0,1f225f+100 */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
@media (min-width: 465px) {
  .init-mediaqueries {
    margin: 0; } }

@media (min-width: 768px) {
  .init-mediaqueries {
    margin: 0; } }

@media (min-width: 1024px) {
  .init-mediaqueries {
    margin: 0; } }

@media (min-width: 1200px) {
  .init-mediaqueries {
    margin: 0; } }

@media (min-width: 1400px) {
  .init-mediaqueries {
    margin: 0; } }

@media (min-width: 1680px) {
  .init-mediaqueries {
    margin: 0; } }

/*============================================================================
  MIXINS
==============================================================================*/
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: " "; }
  .clearfix:after {
    clear: both; }

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.hidden {
  display: none !important;
  visibility: hidden; }

.vh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vh.focusable:active, .vh.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

/*============================================================================
  GRID
==============================================================================*/
.grid, .grid--rev, .grid--full {
  *zoom: 1;
  margin: 0 0 20px -20px; }
  .grid:before, .grid--rev:before, .grid--full:before, .grid:after, .grid--rev:after, .grid--full:after {
    display: table;
    content: " "; }
  .grid:after, .grid--rev:after, .grid--full:after {
    clear: both; }

ul.grid, ul.grid--rev, ul.grid--full,
ul.grid-uniform {
  list-style: none;
  padding: 0; }

.grid__item {
  float: left;
  padding-left: 20px;
  width: 100%; }

.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

.one-whole {
  width: 100%; }

.one-half {
  width: 50%; }

.one-third {
  width: 33.333%; }

.two-thirds {
  width: 66.666%; }

.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

.one-sixth {
  width: 16.666%; }

.two-sixths {
  width: 33.333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.666%; }

.five-sixths {
  width: 83.333%; }

.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

.one-twelfth {
  width: 8.333%; }

.two-twelfths {
  width: 16.666%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.333%; }

.five-twelfths {
  width: 41.666%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.333%; }

.eight-twelfths {
  width: 66.666%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.333%; }

.eleven-twelfths {
  width: 91.666%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

@media only screen and (min-width: 768px) {
  .medium--one-whole {
    width: 100%; }
  .medium--one-half {
    width: 50%; }
  .medium--one-third {
    width: 33.333%; }
  .medium--two-thirds {
    width: 66.666%; }
  .medium--one-quarter {
    width: 25%; }
  .medium--two-quarters {
    width: 50%; }
  .medium--three-quarters {
    width: 75%; }
  .medium--one-fifth {
    width: 20%; }
  .medium--two-fifths {
    width: 40%; }
  .medium--three-fifths {
    width: 60%; }
  .medium--four-fifths {
    width: 80%; }
  .medium--one-sixth {
    width: 16.666%; }
  .medium--two-sixths {
    width: 33.333%; }
  .medium--three-sixths {
    width: 50%; }
  .medium--four-sixths {
    width: 66.666%; }
  .medium--five-sixths {
    width: 83.333%; }
  .medium--one-eighth {
    width: 12.5%; }
  .medium--two-eighths {
    width: 25%; }
  .medium--three-eighths {
    width: 37.5%; }
  .medium--four-eighths {
    width: 50%; }
  .medium--five-eighths {
    width: 62.5%; }
  .medium--six-eighths {
    width: 75%; }
  .medium--seven-eighths {
    width: 87.5%; }
  .medium--one-tenth {
    width: 10%; }
  .medium--two-tenths {
    width: 20%; }
  .medium--three-tenths {
    width: 30%; }
  .medium--four-tenths {
    width: 40%; }
  .medium--five-tenths {
    width: 50%; }
  .medium--six-tenths {
    width: 60%; }
  .medium--seven-tenths {
    width: 70%; }
  .medium--eight-tenths {
    width: 80%; }
  .medium--nine-tenths {
    width: 90%; }
  .medium--one-twelfth {
    width: 8.333%; }
  .medium--two-twelfths {
    width: 16.666%; }
  .medium--three-twelfths {
    width: 25%; }
  .medium--four-twelfths {
    width: 33.333%; }
  .medium--five-twelfths {
    width: 41.666%; }
  .medium--six-twelfths {
    width: 50%; }
  .medium--seven-twelfths {
    width: 58.333%; }
  .medium--eight-twelfths {
    width: 66.666%; }
  .medium--nine-twelfths {
    width: 75%; }
  .medium--ten-twelfths {
    width: 83.333%; }
  .medium--eleven-twelfths {
    width: 91.666%; }
  .medium--show {
    display: block !important; }
  .medium--hide {
    display: none !important; }
  .medium--text-left {
    text-align: left !important; }
  .medium--text-right {
    text-align: right !important; }
  .medium--text-center {
    text-align: center !important; }
  .medium--left {
    float: left !important; }
  .medium--right {
    float: right !important; } }

@media only screen and (min-width: 1024px) {
  .large--one-whole {
    width: 100%; }
  .large--one-half {
    width: 50%; }
  .large--one-third {
    width: 33.333%; }
  .large--two-thirds {
    width: 66.666%; }
  .large--one-quarter {
    width: 25%; }
  .large--two-quarters {
    width: 50%; }
  .large--three-quarters {
    width: 75%; }
  .large--one-fifth {
    width: 20%; }
  .large--two-fifths {
    width: 40%; }
  .large--three-fifths {
    width: 60%; }
  .large--four-fifths {
    width: 80%; }
  .large--one-sixth {
    width: 16.666%; }
  .large--two-sixths {
    width: 33.333%; }
  .large--three-sixths {
    width: 50%; }
  .large--four-sixths {
    width: 66.666%; }
  .large--five-sixths {
    width: 83.333%; }
  .large--one-eighth {
    width: 12.5%; }
  .large--two-eighths {
    width: 25%; }
  .large--three-eighths {
    width: 37.5%; }
  .large--four-eighths {
    width: 50%; }
  .large--five-eighths {
    width: 62.5%; }
  .large--six-eighths {
    width: 75%; }
  .large--seven-eighths {
    width: 87.5%; }
  .large--one-tenth {
    width: 10%; }
  .large--two-tenths {
    width: 20%; }
  .large--three-tenths {
    width: 30%; }
  .large--four-tenths {
    width: 40%; }
  .large--five-tenths {
    width: 50%; }
  .large--six-tenths {
    width: 60%; }
  .large--seven-tenths {
    width: 70%; }
  .large--eight-tenths {
    width: 80%; }
  .large--nine-tenths {
    width: 90%; }
  .large--one-twelfth {
    width: 8.333%; }
  .large--two-twelfths {
    width: 16.666%; }
  .large--three-twelfths {
    width: 25%; }
  .large--four-twelfths {
    width: 33.333%; }
  .large--five-twelfths {
    width: 41.666%; }
  .large--six-twelfths {
    width: 50%; }
  .large--seven-twelfths {
    width: 58.333%; }
  .large--eight-twelfths {
    width: 66.666%; }
  .large--nine-twelfths {
    width: 75%; }
  .large--ten-twelfths {
    width: 83.333%; }
  .large--eleven-twelfths {
    width: 91.666%; }
  .large--show {
    display: block !important; }
  .large--hide {
    display: none !important; }
  .large--text-left {
    text-align: left !important; }
  .large--text-right {
    text-align: right !important; }
  .large--text-center {
    text-align: center !important; }
  .large--left {
    float: left !important; }
  .large--right {
    float: right !important; } }

/*============================================================================
  TYPOGRAPHY
==============================================================================*/
p {
  line-height: 1.2em;
  margin-bottom: 1.2em; }

strong {
  font-weight: 600;
  font-size: inherit; }

em {
  font-style: italic;
  font-weight: inherit; }

a {
  font-weight: inherit;
  font-style: inherit;
  color: #2D375D;
  -webkit-transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink; }
  a:hover, a:focus {
    color: #3e4b7f; }
  a:focus, a:active {
    outline: 0; }
  a.tdn {
    text-decoration: none; }
    a.tdn:hover, a.tdn:focus {
      text-decoration: underline; }

a[href^=tel] {
  text-decoration: none; }
  a[href^=tel]:hover, a[href^=tel]:focus {
    text-decoration: underline; }

a:not([href]) {
  color: #444;
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Effra', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #2D375D;
  line-height: 1.2em;
  margin: 0 0 0.8em; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
    outline: 0;
    font-weight: inherit;
    color: #2D375D; }
    h1 a:hover, h1 a:focus, .h1 a:hover, .h1 a:focus, h2 a:hover, h2 a:focus, .h2 a:hover, .h2 a:focus, h3 a:hover, h3 a:focus, .h3 a:hover, .h3 a:focus, h4 a:hover, h4 a:focus, .h4 a:hover, .h4 a:focus, h5 a:hover, h5 a:focus, .h5 a:hover, .h5 a:focus, h6 a:hover, h6 a:focus, .h6 a:hover, .h6 a:focus {
      color: #ff3771; }

h1, .h1 {
  font-size: 28px;
  text-transform: none; }
  @media screen and (min-width: 290px) {
    h1, .h1 {
      font-size: calc(28px + 14 * (100vw - 290px) / 478); } }
  @media screen and (min-width: 768px) {
    h1, .h1 {
      font-size: 42px; } }

h2, .h2 {
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase; }

h4, .h4 {
  font-size: 16px;
  font-size: 1.6rem; }

ul, ol {
  margin: 0 0 1.5em 16px; }
  ul li, ol li {
    line-height: 1.5em;
    padding: 0; }

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0; }

ul {
  list-style: disc; }
  ul ul {
    list-style: circle; }
  ul.lined li {
    border-bottom: 1px solid #E3E3E3;
    padding: 5px 0; }
    ul.lined li:first-child {
      padding-top: 0; }
    ul.lined li:last-child {
      padding-bottom: 0;
      border-bottom: none; }

ol {
  list-style: decimal; }

.unstyled, ul.lined, nav ul {
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none; }
  .unstyled ul, ul.lined ul, nav ul ul {
    list-style: none; }
  .unstyled li, ul.lined li, nav ul li {
    list-style: none;
    list-style-image: none;
    padding: 0;
    background: none; }

nav ul {
  *zoom: 1; }
  nav ul:before, nav ul:after {
    display: table;
    content: " "; }
  nav ul:after {
    clear: both; }

dl {
  margin: 0 0 1.5em; }

dt, dd {
  line-height: 1.5em; }

dt {
  font-weight: 600; }

dd {
  margin-bottom: 0.5em; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E5E9F0;
  margin: 50px 0; }

blockquote {
  line-height: inherit;
  padding-left: 20px;
  border-left: 1px solid #E5E9F0;
  margin-bottom: 1.5em;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic; }
  blockquote p {
    margin-bottom: 0.5em; }
  blockquote cite {
    font-size: 14px;
    font-size: 1.4rem; }
  @media (min-width: 768px) {
    blockquote {
      padding-left: 40px; } }

/*============================================================================
  FORMS
==============================================================================*/
form {
  margin: 0; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
  font-size: 18px; }

button, input, select, textarea, .button {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1); }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

label, .label, input, select, textarea {
  font-family: 'Effra', Arial, Verdana, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 400;
  vertical-align: middle;
  color: #3e4b7f; }

label, .label {
  display: block;
  margin-bottom: 8px; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  border: none; }

input[type="checkbox"], input[type="radio"] {
  cursor: pointer; }

input[type="text"], input[type="search"], input[type="password"],
input[type="email"], input[type="tel"], input[type="date"], textarea, select {
  padding: 6px;
  margin-bottom: 20px;
  display: block;
  padding: 30px 20px 30px 60px;
  border-radius: 5px;
  background: #fff;
  height: 35px;
  line-height: inherit;
  width: 100%;
  border: 1px solid rgba(93, 98, 143, 0.15);
  -webkit-box-shadow: 0 10px 30px rgba(45, 55, 93, 0.1);
  box-shadow: 0 10px 30px rgba(45, 55, 93, 0.1);
  font-size: 19px;
  font-size: 1.9rem; }
  input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus,
  input[type="email"]:focus, input[type="tel"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
    outline: 0;
    border-color: #2D375D; }
  input[type="text"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    font-style: normal;
    color: #A2A5C1;
    font-weight: 400; }
  input[type="text"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    font-style: normal;
    color: #A2A5C1;
    font-weight: 400; }
  input[type="text"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
    font-style: normal;
    color: #A2A5C1;
    font-weight: 400; }
  input[type="text"]::placeholder, input[type="search"]::placeholder, input[type="password"]::placeholder,
  input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="date"]::placeholder, textarea::placeholder, select::placeholder {
    font-style: normal;
    color: #A2A5C1;
    font-weight: 400; }

input[type="email"] {
  display: block;
  background-image: url("../images/icons/account.svg");
  background-size: 25px;
  background-position: 20px center;
  background-repeat: no-repeat; }

input[type="password"] {
  background-image: url("../images/icons/password.svg");
  background-size: 18px;
  background-position: 23.5px center;
  background-repeat: no-repeat; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  width: 100%;
  height: 185px; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  *height: 13px;
  *width: 13px;
  line-height: normal;
  border: none; }

input[type="file"] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

button, input[type="reset"], .button {
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  outline: 0;
  line-height: 1.2em;
  margin: 10px auto 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,f9f9f9+14,515491+28,1f225f+42,fb7ca4+56,fbaaa2+70,f9f9f9+84,f9f9f9+98 */
  background: #f9f9f9;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), color-stop(14%, #f9f9f9), color-stop(28%, #515491), color-stop(42%, #1f225f), color-stop(56%, #fb7ca4), color-stop(70%, #fbaaa2), color-stop(84%, #f9f9f9), color-stop(98%, #f9f9f9));
  background: linear-gradient(to right, #f9f9f9 0%, #f9f9f9 14%, #515491 28%, #1f225f 42%, #fb7ca4 56%, #fbaaa2 70%, #f9f9f9 84%, #f9f9f9 98%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=1 );
  /* IE6-9 */
  background-position: 0% 50%;
  background-size: 700% 700%;
  text-decoration: none;
  color: #2D375D;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  padding: 15px 30px;
  border-radius: 35px;
  -webkit-box-shadow: 0 10px 70px rgba(45, 55, 93, 0.3);
  box-shadow: 0 10px 70px rgba(45, 55, 93, 0.3);
  max-width: 250px;
  width: 100%; }
  button i, input[type="reset"] i, .button i {
    margin: -5px 6px 0 5px; }
  button:active, input[type="reset"]:active, .button:active {
    background-position: 30% 50%;
    color: #fff; }
  button:active, input[type="reset"]:active, .button:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px); }
  button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, .button::-moz-focus-inner {
    border: 0; }

.button--bigger {
  padding: 20px 30px; }

.formError {
  opacity: 1 !important;
  display: none !important; }

.formErrorContent {
  background-color: #5D628F !important;
  border: none !important;
  -webkit-box-shadow: 0 10px 30px rgba(45, 55, 93, 0.1) !important;
  box-shadow: 0 10px 30px rgba(45, 55, 93, 0.1) !important; }

.formErrorArrow:after {
  border-top-color: #5D628F !important; }

button, input[type="text"], input[type="submit"], input[type="button"], input[type="reset"],
input[type="email"], input[type="tel"], textarea {
  -webkit-appearance: none; }

button:focus, input[type="reset"]:focus, input[type="submit"]:focus, .button:focus, a.button:focus, select:focus {
  outline: 0;
  *outline: inherit;
  -webkit-box-shadow: 0 0 1px 1px rgba(200, 200, 200, 0.1);
  box-shadow: 0 0 1px 1px rgba(200, 200, 200, 0.1); }

::-webkit-input-placeholder {
  color: #999;
  font-style: italic; }

:-ms-input-placeholder {
  color: #999;
  font-style: italic; }

::-ms-input-placeholder {
  color: #999;
  font-style: italic; }

::placeholder {
  color: #999;
  font-style: italic; }

::-ms-clear {
  display: none; }

input[type="search"] {
  -webkit-appearance: none; }

::-webkit-search-cancel-button {
  -webkit-appearance: none; }

::-webkit-search-results-button {
  -webkit-appearance: none; }

::-webkit-inner-spin-button {
  -webkit-appearance: none; }

::-webkit-outer-spin-button {
  -webkit-appearance: none; }

form .row {
  margin-bottom: 0; }

fieldset {
  width: auto; }
  fieldset p, fieldset ul, fieldset li {
    *zoom: 1; }
    fieldset p:before, fieldset p:after, fieldset ul:before, fieldset ul:after, fieldset li:before, fieldset li:after {
      display: table;
      content: " "; }
    fieldset p:after, fieldset ul:after, fieldset li:after {
      clear: both; }
  fieldset ul {
    margin-left: -20px; }
    fieldset ul li {
      list-style: none;
      background: none;
      list-style-image: none;
      margin: 0 0 10px;
      float: left;
      width: 100%;
      padding: 0 0 0 20px; }
      fieldset ul li.error input {
        border-color: #f1062c; }
      fieldset ul li.space {
        margin-top: 25px; }
      @media (min-width: 768px) {
        fieldset ul li.one-half {
          width: 50%; }
        fieldset ul li.one-fourth {
          width: 25%; } }

.buttons {
  *zoom: 1; }
  .buttons:before, .buttons:after {
    display: table;
    content: " "; }
  .buttons:after {
    clear: both; }
  .buttons button, .buttons input[type="reset"], .buttons input[type="submit"], .buttons .button, .buttons a.button {
    float: left;
    clear: none;
    margin-right: 15px; }
    .buttons button.right, .buttons input[type="reset"].right, .buttons input[type="submit"].right, .buttons .button.right, .buttons a.button.right {
      float: right;
      margin-right: 0;
      margin-left: 15px; }

.a-c .button, .a-c a.button, .a-c button {
  float: none;
  clear: none;
  display: inline-block; }

.grecaptcha-badge {
  display: none; }

.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.formErrorInsideDialog.formError {
  z-index: 5000; }

.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001; }

.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError, .formError * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  margin: 0 0 0 -128px; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  background: #f1062c;
  position: relative;
  color: #fff;
  width: 150px;
  border: 1px solid #f1062c;
  padding: 4px 10px 4px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.formError .formErrorArrow {
  /*width: 15px; margin: -2px 0 0 13px;*/
  position: relative;
  margin: -2px 0 0 145px;
  height: 10px; }
  .formError .formErrorArrow:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 8px solid transparent;
    border-bottom: 0;
    border-top-color: #f1062c; }

.formError .formErrorArrowBottom {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  display: none; }

/* =============================================================================
   LAYOUT
   ========================================================================== */
html {
  font-size: 62.5%; }

body {
  font-family: 'Effra', Arial, Verdana, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 400;
  color: #2D375D;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #F4F8FC; }

.page-wrap {
  position: relative;
  min-height: 100vh;
  max-width: 850px;
  margin: 0 auto;
  z-index: 2;
  overflow: hidden; }

.container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px; }

.wf-loading {
  overflow: hidden; }
  .wf-loading body {
    visibility: hidden; }

::-moz-selection {
  background-color: white;
  color: inherit; }

::selection {
    background-color: #3390FF;
    color:white;
}

/* =============================================================================
   HELPERS
   ========================================================================== */
.icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1); }

.icon-hamburger, .icon-hamburger:before, .icon-hamburger:after {
  width: 24px;
  position: absolute;
  left: 0;
  height: 1px;
  border-top: 3px solid #FF6A95;
  -webkit-transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1); }

.icon-hamburger {
  position: relative; }
  .icon-hamburger:before, .icon-hamburger:after {
    content: "";
    margin-left: 0; }
  .icon-hamburger:before {
    margin-top: 3px; }
  .icon-hamburger:after {
    margin-top: 9px; }

.icon {
  background-repeat: no-repeat;
  background-position: center; }

.icon-arrow {
  width: 16px;
  height: 16px;
  margin-left: 15px;
  background-image: url("../images/icons/arrow.svg"); }

.icon-lock {
  width: 23px;
  height: 23px;
  margin-right: 10px;
  margin-left: 20px;
  background-image: url("../images/icons/password.svg");
  vertical-align: bottom; }

.icon-arrow-back {
  width: 12px;
  height: 12px;
  margin-top: 15px;
  background-image: url("../images/icons/arrow-back.svg"); }

.icon-arrow-down {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-image: url("../images/icons/arrow-down.svg"); }

.icon-account {
  width: 25px;
  height: 25px;
  margin-left: 15px;
  background-image: url("../images/icons/account.svg"); }

.icon-plus {
  width: 16px;
  height: 16px;
  margin-right: 15px;
  background-image: url("../images/icons/cross.svg"); }

.icon-cross {
  width: 16px;
  height: 16px;
  margin-right: 15px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: url("../images/icons/cross.svg"); }

.gm-style img {
  max-width: inherit; }

.video-container {
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 15px; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.equal-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .equal-h > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .equal-h:before, .equal-h:after {
    display: none; }

html.no-flexbox .equal-h {
  height: 100%; }
  html.no-flexbox .equal-h > div {
    float: left; }

.block-link {
  position: relative;
  cursor: pointer; }

.block-link__target:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* =============================================================================
   HEADER
   ========================================================================== */
.page-header {
  *zoom: 1;
  padding: 20px 0 0;
  width: 100%;
  max-width: 850px; }
  .page-header:before, .page-header:after {
    display: table;
    content: " "; }
  .page-header:after {
    clear: both; }

.main-header {
  position: fixed;
  background-color: #F4F8FC;
  z-index: 999999; }
  .main-header::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 30px;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f8fc+26,f4f8fc+100&1+11,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #f4f8fc), color-stop(26%, rgba(244, 248, 252, 0.83)), to(rgba(244, 248, 252, 0)));
    background: linear-gradient(to bottom, #f4f8fc 11%, rgba(244, 248, 252, 0.83) 26%, rgba(244, 248, 252, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fc', endColorstr='#00f4f8fc',GradientType=0 );
    /* IE6-9 */ }

.sub-header {
  background-color: #ebedf5;
  z-index: 99; }
  .sub-header h1 {
    margin-bottom: 10px; }
  .sub-header .go-back {
    width: 20px;
    height: 100%;
    display: inline-block;
    float: left; }
  .sub-header .header-info {
    display: inline-block;
    float: left;
    width: calc(100% - 20px); }

.sub-header--fixed {
  position: fixed; }
  .sub-header--fixed + .main .container {
    min-height: calc(100vh - 40px); }

.page-header__logo {
  text-decoration: none;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .page-header__logo img {
    display: block; }
  .page-header__logo:hover, .page-header__logo:focus {
    opacity: 0.8;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.header-first-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.main-nav {
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #444;
  margin-top: 15px;
  border-bottom: 1px solid #b0b9d9;
  font-size: 10px;
  font-size: 1rem; }
  .main-nav a {
    text-decoration: none;
    color: #2D375D;
    padding: 12px 5px;
    display: inline-block;
    margin: 0 5px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    font-weight: 500; }
  .main-nav li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin-bottom: -1px; }
  .main-nav a:hover, .main-nav a:focus, .main-nav li.active a {
    color: #FF6A95;
    border-bottom: 2px solid #FF6A95; }

.main-nav__wrap {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  overflow: hidden;
  z-index: -999;
  white-space: nowrap; }
  .skip-link:focus {
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    padding: 0.5em 1em;
    font-size: 20px;
    font-size: 2rem; }

/* =============================================================================
   MAIN
   ========================================================================== */
.main {
  margin: 0px 0px 0px;
  min-height: 100vh; }
  .main .container {
    min-height: calc(100vh - 165px); }

.main-header + .main {
  padding: 115px 0 20px; }

/* =============================================================================
   FOOTER
   ========================================================================== */
.page-footer {
  position: relative; }
  .page-footer .grid, .page-footer .grid--rev, .page-footer .grid--full {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .page-footer {
      height: 60px;
      margin: -60px 0 0;
      z-index: 5; } }

a.esign {
  width: 80px;
  height: 20px;
  background-image: url("../images/logo-esign.svg");
  background-size: 77px 20px;
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-indent: -9999px;
  opacity: 0.6;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: block;
  outline: 0;
  z-index: 9999; }
  a.esign:hover, a.esign:focus {
    opacity: 1; }
  @media (min-width: 768px) {
    a.esign {
      width: 16px;
      position: absolute;
      right: 45px;
      bottom: 0; }
      a.esign:hover, a.esign:focus {
        opacity: 1;
        width: 80px; } }

/* =============================================================================
   COMPONENTS
   ========================================================================== */
.large {
  font-size: 20px;
  font-size: 2rem; }

.center-block {
  *zoom: 1;
  text-align: center;
  margin: 20px 0; }
  .center-block:before, .center-block:after {
    display: table;
    content: " "; }
  .center-block:after {
    clear: both; }
  .center-block .button {
    float: none;
    display: inline-block; }

section {
  position: relative; }

article {
  *zoom: 1;
  margin: 0 0 20px; }
  article:before, article:after {
    display: table;
    content: " "; }
  article:after {
    clear: both; }
  article a img {
    display: block;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  article a:hover img, article a:focus img {
    opacity: 0.8;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.article-detail__image {
  margin-bottom: 1.5em; }

.note {
    *zoom: 1;
    margin: 20px 0 20px;
    padding: 5px 20px;
    background: #2D375D;
    color: lightgray;
    border-radius: 25px;
    -webkit-box-shadow: 0 10px 30px rgba(45, 55, 93, 0.1);
    box-shadow: 0 10px 30px rgba(45, 55, 93, 0.1);
}
  .note:before, .note:after {
    display: table;
    content: " "; }
  .note:after {
    clear: both; }
  .note ul, .note p {
    margin-bottom: 1em; }

.note--success {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#60AB61), to(#39963a));
    background: linear-gradient(to right, #60AB61 0%, #39963a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60AB61', endColorstr='#39963a',GradientType=1 );
}

.note--error {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbaaa2+0,fb7ca4+100 */
  background: #fbaaa2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fbaaa2), to(#fb7ca4));
  background: linear-gradient(to right, #fbaaa2 0%, #fb7ca4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbaaa2', endColorstr='#fb7ca4',GradientType=1 );
  /* IE6-9 */ }

.cycle-slideshow {
  width: 100%;
  position: relative; }

.cycle-pager {
  width: 100%;
  text-align: center; }
  .cycle-pager span {
    display: inline-block;
    margin: 0 3px;
    font-size: 36px;
    height: 20px;
    width: 20px;
    line-height: 14px;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
    text-indent: -500px;
    -webkit-transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
    transition: 0.25s cubic-bezier(0, 0, 0.58, 1); }
    .cycle-pager span:hover, .cycle-pager span:focus {
      -webkit-transition: none;
      transition: none; }
  .cycle-pager span:hover, .cycle-pager span:focus, .cycle-pager .cycle-pager-active {
    text-indent: 0; }

.map {
  width: 100%;
  height: 350px;
  background: #efefef;
  margin: 0 0 40px; }
  @media (min-width: 768px) {
    .map {
      height: 550px; } }

.social {
  *zoom: 1;
  list-style: none;
  margin: 0 0 2em -5px; }
  .social:before, .social:after {
    display: table;
    content: " "; }
  .social:after {
    clear: both; }

.social__item {
  padding: 0 0 5px 5px;
  float: left; }

.social__link {
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: block;
  border-radius: 40px;
  background-color: #FF6A95;
  text-decoration: none;
  text-align: center;
  overflow: hidden; }

.social__link--facebook {
  background-color: #3C5B9B; }
  .social__link--facebook:hover, .social__link--facebook:focus {
    background-color: #314a7e; }

.social__link--twitter {
  background-color: #2DAAE1; }
  .social__link--twitter:hover, .social__link--twitter:focus {
    background-color: #1d94c9; }

.social__link--pinterest {
  background-color: #CB2027; }
  .social__link--pinterest:hover, .social__link--pinterest:focus {
    background-color: #a81a20; }

.social__link--linkedin {
  background-color: #0173B2; }
  .social__link--linkedin:hover, .social__link--linkedin:focus {
    background-color: #015989; }

/* =============================================================================
   PAGES
   ========================================================================== */
/* ------------------------*/
/* ---------->>> LOGIN <<<-----------*/
/* ------------------------*/
body {
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center center; }
  div.login main.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0; }
  div.login .container {
    max-width: 500px; }

.flex-container {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .flex-container .container {
    width: 100%;
    height: auto;
    min-height: unset; }

.forgot-link {
	display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
    color: rgba(45, 55, 93, 0.5);
    margin-bottom: 1rem;
    margin-right:10px;
    margin-left:10px
}
.forgot-linkContainter {
    text-align: center;
    display: block;
    margin-bottom: 34px;
}
.splash-logo {
    max-width: 500px;
	width: 100%;
	margin: 0 auto 20px;
}

.orbidContainter {
    margin: 30px auto 0;
    width:70px
}
.orbidContainterFont {
 font-size: 0.9em;
 color: #9ca1a8;
 left:20px
}
.orbidImage {
    margin-left:4px
}

#PasswordText {
    color: #8c8c8c;
    margin-left: 10px;
    font-size: 12px
}
/* ------------------------*/
/* ---------->>> TICKETS <<<-----------*/
/* ------------------------*/
.tickets {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px; }

.tickets__wrapper {
  margin-bottom: 90px; }

.ticket-list__item {
  width: 100%;
  padding: 15px 0;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative; }
  .ticket-list__item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    bottom: 0;
    background-color: #fff;
    z-index: -1; }

.no-tickets-info {
  display: none;
  min-height: calc(100vh - 150px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .no-tickets-info img {
    max-width: 50px;
    margin-bottom: 20px; }
  .no-tickets-info p {
    max-width: 170px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    color: #6b7bb8; }

.no-tickets .no-tickets-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.button--fixed {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 800px; }

.cancel-button {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,f9f9f9+14,515491+28,1f225f+42,fb7ca4+56,fbaaa2+70,f9f9f9+84,f9f9f9+98 */
  background: #f9f9f9;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), color-stop(14%, #f9f9f9), color-stop(28%, #515491), color-stop(42%, #1f225f), color-stop(56%, #fb7ca4), color-stop(70%, #fbaaa2), color-stop(84%, #f9f9f9), color-stop(98%, #f9f9f9));
  background: linear-gradient(to right, #f9f9f9 0%, #f9f9f9 14%, #515491 28%, #1f225f 42%, #fb7ca4 56%, #fbaaa2 70%, #f9f9f9 84%, #f9f9f9 98%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=1 );
  /* IE6-9 */
  background-position: 0% 50%;
  background-size: 700% 700%;
  color: #fff;
  padding: 15px 30px;
  max-width: unset;
  width: auto;
  white-space: nowrap;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-position: 30% 50%; }
  .cancel-button.button--fixed {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%; }
    .cancel-button.button--fixed:active, .cancel-button.button--fixed:focus {
      -webkit-transform: translateX(-50%) translateY(1px);
      -ms-transform: translateX(-50%) translateY(1px);
      transform: translateX(-50%) translateY(1px); }
  .cancel-button:active {
    background-position: 64% 50%; }

.new-ticket-button {
  width: calc(100% - 40px);
  max-width: calc(850px - 40px);
  padding: 25px 0;
  -webkit-box-shadow: 0 10px 80px rgba(45, 55, 93, 0.3) !important;
  box-shadow: 0 10px 80px rgba(45, 55, 93, 0.3) !important;
  z-index: 99; }

.new-message .ticket-content p {
  font-weight: 700; }

.new-message .hour {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbaaa2+0,fb7ca4+100 */
  background: #fbaaa2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fbaaa2), to(#fb7ca4));
  background: linear-gradient(to right, #fbaaa2 0%, #fb7ca4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbaaa2', endColorstr='#fb7ca4',GradientType=1 );
  /* IE6-9 */
  padding: 5px 10px !important;
  color: #fff;
  border-radius: 5px; }

.ticket-image {
  width: 65px;
  height: 65px;
  position: relative;
  float: left;
  display: inline-block; }
  .ticket-image img {
    height: 100%;
    position: absolute;
    border-radius: 5px; }

.ticket-content {
  width: calc(100% - 90px - 65px);
  display: inline-block;
  float: left;
  padding: 0 15px; }
  .ticket-content p {
    margin-bottom: 0; }

.side-info {
  width: 90px;
  float: left;
  display: inline-block;
  text-align: right; }
  .side-info p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0; }
  .side-info img {
    width: 22px;
    display: block;
    margin: 0 0 0 auto; }

.hour {
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 10px !important;
  display: inline-block;
  color: #b0b9d9;
  text-transform: uppercase; }

.ticket-number {
  font-weight: 600; }

/* ------------------------*/
/* ---------->>> VENDOR SELECT <<<-----------*/
/* ------------------------*/
.vendor {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin: 0;
  background-color: #fff;
  -webkit-transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1); }
  .vendor img {
    position: absolute;
    height: 40%;
    max-width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .vendor:hover, .vendor:active, .vendor:focus {
    background-color: #e0ebf7 !important; }

.grid.multiple, .multiple.grid--rev, .multiple.grid--full {
  border-radius: 25px;
  -webkit-box-shadow: 0 10px 40px rgba(45, 55, 93, 0.3) !important;
  box-shadow: 0 10px 40px rgba(45, 55, 93, 0.3) !important;
  background-color: #fff;
  overflow: hidden; }

.vendor-select h1 {
  max-width: 50%; }

.vendor-select .grid, .vendor-select .grid--rev, .vendor-select .grid--full {
  margin-left: 0;
  margin-bottom: 80px; }

.vendor-select .one-half {
  padding: 0; }
  .vendor-select .one-half:nth-child(odd) .vendor {
    border-right: 2px solid #F4F4F4;
    border-bottom: 2px solid #F4F4F4; }
  .vendor-select .one-half:nth-child(even) .vendor {
    border-bottom: 2px solid #F4F4F4; }
  .vendor-select .one-half .vendor {
    background-color: transparent; }

.vendor-select .one-whole {
  padding: 0; }
  .vendor-select .one-whole .vendor {
    border-radius: 25px;
    -webkit-box-shadow: 0 10px 40px rgba(45, 55, 93, 0.3) !important;
    box-shadow: 0 10px 40px rgba(45, 55, 93, 0.3) !important; }

.uneven .one-half:nth-last-child(1) .vendor {
  border-bottom: none !important; }

.even .one-half:nth-last-child(1) .vendor, .even .grid__item:nth-last-child(2) .vendor {
  border-bottom: none !important; }

/* ------------------------*/
/* ---------->>> ACCOUNT <<<-----------*/
/* ------------------------*/
.account-list {
  list-style: none;
  margin-left: 0;
  margin-top: -25px; }
  .account-list a {
    padding: 35px 0;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    display: block; }
  .account-list p {
    margin-bottom: 0; }
  .account-list li {
    margin: 4px 0;
    position: relative; }
    .account-list li::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: -999px;
      right: -999px;
      bottom: 0;
      background-color: #fff;
      z-index: -1; }

/* ------------------------*/
/* ---------->>> messager <<<-----------*/
/* ------------------------*/
.sub-header .header-info {
  width: calc(100% - 70px); }

.sub-header img {
  width: 50px; }

.messages {
  position: absolute;
  bottom: 80px;
  padding-right: 20px;
  overflow-y: auto;
  max-height: 100vh;
  padding-top: 220px; }

.message {
  background-color: #fff;
  border-radius: 5px;
  margin: 10px 0;
  width: calc(100% - 35px);
  float: left;
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: top 1s ease, opacity 0.5s ease;
  transition: top 1s ease, opacity 0.5s ease; }
  .message img {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .message.send {
    background-color: #E5E9F0;
    float: right; }
  .message.moving-in {
    top: 120px;
    opacity: 0; }

.message-text {
  padding: 20px; }
  .message-text p {
    margin-bottom: 0; }

.info-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.message-bar {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 800px;
  margin: 0 auto; }

.message-bar__form {
  position: relative; }
  .message-bar__form input {
    margin-bottom: 0; }
  .message-bar__form label {
    display: inline-block;
    padding: 0;
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0; }
  .message-bar__form.typing label::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#515491+0,1f225f+100 */
    background: #515491;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#515491), to(#1f225f));
    background: linear-gradient(to right, #515491 0%, #1f225f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515491', endColorstr='#1f225f',GradientType=1 );
    /* IE6-9 */
    -webkit-transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
    transition: 0.25s cubic-bezier(0, 0, 0.58, 1); }
  .message-bar__form.typing input[type="submit"] {
    background-image: url("../images/icons/arrow-white.svg"); }

input[type="text"] {
  -webkit-box-shadow: 0 10px 120px rgba(45, 55, 93, 0.2);
  box-shadow: 0 10px 120px rgba(45, 55, 93, 0.2);
  padding: 30px 25px; }
  input[type="text"]:focus {
    border-color: inherit; }

input[type="submit"] {
  background-image: url("../images/icons/arrow-gray.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 55%;
  position: relative;
  z-index: 2;
  width: 25px;
  height: 25px; }

/* ------------------------*/
/* ---------->>> ticket form <<<-----------*/
/* ------------------------*/
.ticket-header {
  position: relative;
  margin-bottom: 30px;
  height: 80px; }
  .ticket-header img {
    width: 80px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .ticket-header .go-back {
    height: 80px;
    width: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .ticket-header .go-back span {
      margin-top: 0; }

.categorie-labels {
  margin-top: -10px;
  margin-bottom: 30px; }
  .categorie-labels input {
    visibility: hidden;
    position: absolute; }
  .categorie-labels label {
    background-color: #fff;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #2D375D;
    letter-spacing: 0.5px;
    padding: 15px 20px;
    opacity: 0.5; }
    .categorie-labels label::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 0;
      background-color: #FF6A95; }
  .categorie-labels input:checked + label {
    opacity: 1; }
    .categorie-labels input:checked + label::after {
      height: 3px; }

.text-input {
  border: 1px solid #E5E9F0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px; }
  .text-input input, .text-input textarea {
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 30px 30px; }
  .text-input input {
    border-bottom: 1px solid #f5f7f9; }

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .buttons button {
    float: none !important;
    margin: 5px 0;
    max-width: 350px;
    min-width: 220px; }
  .buttons .cancel-button {
    -ms-flex-negative: 2;
    flex-shrink: 2; }
  .buttons .submit {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  @media (min-width: 465px) {
    .buttons {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .buttons button {
        width: 100%;
        min-width: unset; } }

.photo-input {
  position: relative;
  margin-bottom: 20px; }
  .photo-input label {
    width: 100%;
    min-height: 130px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center; }
    .photo-input label img {
      height: 40px;
      margin-bottom: 10px; }
    .photo-input label p {
      margin-bottom: 0;
      font-weight: 300;
      padding: 0 10px; }
  .photo-input input {
    height: 130px;
    width: 100%;
    background-color: transparent;
    opacity: 0; }
    .photo-input input:active, .photo-input input:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      -webkit-appearance: none; }

.image-uploaded p, .image-uploaded img {
  display: none; }

.codes, .pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .codes .photo-input, .pictures .photo-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.codes .photo-input {
  margin-right: 20px; }
  .codes .photo-input:last-child {
    margin-right: 0; }

.pictures .photo-input:nth-child(2), .pictures .photo-input:nth-child(3) {
  display: none; }

.showing-2 .photo-input {
  margin-left: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
  .showing-2 .photo-input:nth-child(2) {
    display: block; }
  @media (min-width: 385px) {
    .showing-2 .photo-input {
      -ms-flex-preferred-size: 0;
      flex-basis: 0; }
      .showing-2 .photo-input:first-child {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2; }
      .showing-2 .photo-input:not(:first-child) {
        margin-left: 20px; } }

.showing-3 .photo-input {
  margin-left: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0; }
  .showing-3 .photo-input:nth-child(2), .showing-3 .photo-input:nth-child(3) {
    display: block; }
  .showing-3 .photo-input:nth-child(2) {
    margin-right: 20px; }
  .showing-3 .photo-input:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  @media (min-width: 385px) {
    .showing-3 .photo-input {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .showing-3 .photo-input:first-child {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
      .showing-3 .photo-input:not(:first-child) {
        margin-left: 20px; }
      .showing-3 .photo-input:nth-child(2) {
        margin-right: 0; } }

/* =============================================================================
     PRINT
     Inlined to avoid required HTTP connection: h5bp.com/r
     ========================================================================== */
@media print {
  @page {
    margin: 2cm 0.5cm 1cm; }
  html {
    font-size: 10px; }
  * {
    background-color: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .ir {
    text-indent: 0;
    overflow: visible;
    direction: inherit; }
  a, a:visited {
    text-decoration: underline; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  .page-footer, .main-nav {
    display: none; }
  .medium--one-half {
    width: 50%; }
  .medium--two-thirds {
    width: 66.66%; }
  .medium--one-third {
    width: 33.33%; }
  .medium--three-quarters {
    width: 75%; }
  .medium--one-quarter {
    width: 25%; } }
.external-login-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.external-login-container p {
	margin: 0;
	margin-top: 1rem;
	font-size: 1.6rem;
}
.ms-btn {
	min-width: min-content !important;
	max-width: max-content !important;
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}
.ms-icon {
	min-width: 36px;
	height: 36px;
	background-size: cover;
	background-image: url(../images/Microsoft_logo.svg);
	margin-right: 1rem;
}
.error-page {
	height: 100vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
}
.error-page h1 {
	font-family: "Montserrat";
	color: #f49a1f;
}
.error-page .alert {
	max-width: 30ch;
	text-align: center;
	font-size: 2.2rem;
	margin-left: 2rem;
	margin-right: 2rem;
	margin-bottom: 3rem;
}
.error-page .button {
	text-align: center;
}

//# sourceMappingURL=style.css.map
