@charset "UTF-8";
@font-face {
  font-family: 'Calibre';
  src: url("../fonts/calibre-regular-webfont.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url("../fonts/calibre-semibold-webfont.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Calibre';
  src: url("../fonts/calibre-medium-webfont.ttf");
  font-weight: 400;
  font-style: normal;
}
.admin-has-been-logged-in-as-a-user {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.login-as-user {
  display: none;
}

.container {
  max-width: 1380px;
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.grid-container {
  display: grid;
}

.div-wrapper {
  max-width: 1440px;
  width: 100%;
  justify-self: center;
  padding: 0 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .div-wrapper {
    padding: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .div-wrapper {
    padding: 0px 9px;
  }
}

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.header {
  background-color: #042B43;
}
.header .div-wrapper {
  margin: auto;
}
.header .div-wrapper .logo img {
  max-width: 174px;
  padding: 15px 0;
}
.header .div-wrapper .logout {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .div-wrapper .logout a {
  font-size: 20px;
  color: #fff;
}

.menu-container {
  background-color: #fff;
}
.menu-container .menu {
  height: 72px;
  display: flex;
  align-items: center;
  list-style-type: none;
}
.menu-container .menu-item {
  display: inline-block;
  margin: 0 30px 0 0;
  cursor: pointer;
  font-size: 18px;
  color: #242424;
}
@media only screen and (max-width: 767px) {
  .menu-container .menu-item {
    font-size: 16px;
  }
}
.menu-container .menu-item:last-child {
  margin-left: auto;
}
.menu-container .active {
  color: #FFB500;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  font-family: "Calibre", sans-serif;
}

*:focus {
  outline: none;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Calibre", sans-serif;
  line-height: 1.5;
  background-color: #fff;
  margin: 0;
}

label {
  font-weight: 300;
  font-size: 14px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #444;
  text-decoration: none;
}

a:focus, a:hover {
  text-decoration: underline;
}

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit;
}

::-moz-selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none;
}

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5;
}

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.reset-box {
  padding: 0;
  margin: 0;
}

/**
 * partials/wrapper
 * ---
 */
/**
 * partials/header
 * ---
 */
/**
 * partials/nav
 * ---
 * Menus
 */
/**
 * partials/sidebar
 * ---
 */
/**
 * partials/footer
 * ---
 */
/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
html, body, .wrapper {
  height: 100%;
}

/* Main */
.main {
  background-color: #DBDBDB;
}

.row {
  margin: 0;
}

/* Pages */
.page-heading {
  padding-top: 50px;
  font-size: 42px;
  margin: 0;
}

/* Kirjaudu */
.kirjaudu .page-heading {
  color: #242424;
}
.kirjaudu #loginform {
  max-width: 429px;
  width: 100%;
  background-color: #fff;
  padding-top: 20px;
  margin: 10px 0;
  border: 1px solid #B0B2B4;
}
.kirjaudu #loginform p {
  width: 375px;
  margin: auto;
}
.kirjaudu #loginform p:nth-child(4) {
  text-align: center;
}
.kirjaudu #loginform .login-form-heading {
  font-size: 20px;
  font-family: 400;
  margin-bottom: 10px;
  margin-top: 10px;
}
.kirjaudu #loginform label {
  font-size: 14px;
  color: #242424;
  margin-bottom: 3px;
  margin-top: 14px;
  display: block;
}
.kirjaudu #loginform input {
  border-radius: 6px;
  border: 1px solid #B0B2B4;
  background-color: #F8F8F8;
  height: 60px;
  display: block;
  font-size: 18px;
  max-width: 375px;
  width: 100%;
  padding: 5px 10px;
  color: #B0B2B4;
}
.kirjaudu #loginform .login-username {
  margin-bottom: 10px;
}
.kirjaudu #loginform .login-remember {
  display: none;
}
.kirjaudu #loginform .lostpassword {
  color: #FFB500;
  font-size: 18px;
  justify-content: center;
  margin: 20px 0 15px 0;
  border-bottom: 2px solid #FFB500;
  display: inline-block;
  height: 23px;
  font-weight: 600;
}
.kirjaudu #loginform .login-submit {
  background-color: #F8F8F8;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-top: 1px solid #B0B2B4;
}
.kirjaudu #loginform .login-submit .button {
  background-color: #FCC72D;
  color: #042B43;
  text-transform: uppercase;
  font-size: 18px;
  border: none;
  font-weight: 400;
}

/* RESTAURANT SELECTOR*/
#restaurantSelector {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/icons/chevron-down-light.svg") !important;
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-size: 42px;
  padding: 0 50px 0 0;
  margin: 15px 0;
  color: #242424;
  font-weight: 600;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  #restaurantSelector {
    font-size: 24px;
  }
}
#restaurantSelector option {
  font-size: 24px;
}

#items-page, #restaurant-info-page {
  display: none;
}

.button {
  cursor: pointer;
}

.button:hover {
  opacity: 0.8;
}

.main {
  min-height: 100%;
  padding-bottom: 50px;
}
.main .page-title {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .page-title .page-heading {
  display: inline;
}
.main .page-title .save-menu {
  display: inline;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  max-width: 88%;
  width: 100%;
  font-size: 18px;
  border-radius: 9px;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  background-color: #FCC72D;
  color: #242424;
  max-width: 220px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .main .page-title .save-menu {
    float: none;
    width: auto;
  }
}
.main .instructions {
  padding: 0 26px;
  max-width: 100%;
  text-align: left;
  font-size: 14px;
  margin: 0 28px;
  width: 100%;
  margin-top: -6px;
  margin-bottom: 24px;
  color: #464646;
}
.main .separator {
  height: 1px;
  background-color: #B0B2B4;
  max-width: 375px;
  width: 100%;
  margin: 20px 0;
}
.main .euro {
  display: inline-block;
  position: relative;
}
.main .euro input {
  padding-right: 15px;
}
.main .euro:after {
  position: absolute;
  content: "\20AC";
  right: 10px;
  top: 10px;
  color: #B0B2B4;
  font-size: 16px;
}
.main .category {
  padding: 0;
}
.main #edit-category li, .main #items-container li {
  cursor: grab;
}
.main #edit, .main #items, .main #edit-item, .main #create-new-item {
  display: none;
}
.main #edit-item, .main #create-new-item {
  width: 430px;
  margin-left: 8px;
}
.main .checkbox-area {
  margin-top: 14px;
}
.main .checkbox-area .checkbox {
  display: flex;
  width: 50%;
  float: left;
  height: 30px;
}
.main .checkbox-area label {
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  width: 35%;
}
.main .checkbox-area input {
  width: 25px !important;
  height: 30px !important;
}
.main #created-items {
  max-width: 450px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .main #edit-item, .main #created-items {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .main #edit-item, .main #created-items {
    width: 100%;
    margin-left: 0px;
  }
}
.main .overlay-container {
  position: relative;
  margin-right: 16px;
  width: 100%;
  max-width: 430px;
}
@media only screen and (max-width: 1024px) {
  .main .overlay-container {
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .main .overlay-container {
    max-width: 430px;
  }
}
.main .overlay {
  display: none;
  position: absolute;
  top: -110px;
  right: 0;
  width: 100%;
  height: calc(100% + 110px);
  background-color: rgba(0, 0, 0, 0.4);
}
.main .category li:before {
  font-weight: 400;
  content: url("../img/icons/drag_handle.png");
  height: 33px;
  margin-right: 10px;
}
.main .back-container {
  display: flex;
  justify-content: start;
  width: 100%;
  margin-left: 42px;
  margin-top: 21px;
  margin-bottom: 20px;
}
.main .back-container .back-arrow {
  background-image: url("../img/icons/arrow-left.svg");
  background-repeat: no-repeat;
  transform: rotate(180deg);
  width: 21px;
  height: 11px;
  display: inline-block;
  background-position: left;
  cursor: pointer;
  margin-top: 5px;
}
.main .back-container .back-text {
  margin-left: 8px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
.main #category-container li div, .main #items-page-container li div {
  font-weight: 400;
  content: url("../img/icons/right-arrow.png");
  margin-left: auto;
  height: 24px;
}
.main #items-page-container li:after {
  font-weight: 400;
  content: url("../img/icons/right-arrow.png");
  margin-left: auto;
  height: 24px;
}
.main .item-button, .main .category-button {
  background-color: #F8F8F8;
  max-width: 430px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  flex-direction: column;
  align-items: center;
}
.main .item-button .create, .main .category-button .create {
  background-color: #FCC72D;
  color: #242424;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  max-width: 88%;
  width: 100%;
  font-size: 18px;
  border-radius: 9px;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}
.main .item-button .delete-item, .main .item-button .save-item, .main .category-button .delete-item, .main .category-button .save-item {
  max-width: 388px;
  height: 60px;
  margin: 5px 0;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 400;
}
.main .create-item, .main .create-category {
  margin: 0px 0 20px 0;
}
.main .edit-categories {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .main .edit-categories {
    margin: initial;
  }
}
.main .items {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .main .items {
    margin-left: initial;
  }
}
.main .containers {
  max-width: 430px;
  background-color: #fff;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .containers .container-title {
  max-width: 88%;
  width: 100%;
  font-size: 20px;
}
.main .containers .edit-category-title {
  max-width: 88%;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  margin: 5px;
}
.main .containers .ul-container {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0;
  min-height: 50px;
}
.main .containers .ul-container li {
  margin: 0 3px 10px 3px;
  padding: 0.4em;
  padding-left: 0.7em;
  padding-right: 1.5em;
  background-color: #F8F8F8;
  min-height: 60px;
  font-size: 18px;
  display: flex;
  align-items: center;
  max-width: 88%;
  width: 100%;
  border: 1px solid #B0B2B4;
  font-weight: 400;
  cursor: pointer;
  color: #242424;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main .containers .ul-container li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .main .containers .ul-container li {
    font-size: 14px;
  }
}
.main .containers .ul-container li .price {
  margin-left: auto;
  color: #B0B2B4;
  font-size: 18px;
  white-space: nowrap;
}
.main .containers .ul-container li .edit-item {
  background: url("../img/icons/edit.svg") no-repeat;
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  background-size: contain;
  border: 0;
  display: inline-block;
  cursor: pointer;
}
.main .containers .category-button {
  background-color: #F8F8F8;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 5px 0;
}
.main .containers .category-button .create {
  background-color: #FCC72D;
  color: #242424;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  max-width: 88%;
  width: 100%;
  font-size: 18px;
  border-radius: 9px;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}
.main .containers .category-button .hide {
  background-color: #B0B2B4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  max-width: 88%;
  width: 100%;
  font-size: 18px;
  border-radius: 9px;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}
.main .containers .category-button .delete {
  background-color: transparent;
  line-height: 3;
  color: #DD3333;
  font-weight: 400;
  font-size: 18px;
}
.main .containers .create-category {
  border-top: 1px solid #B0B2B4;
  padding: 15px 0;
}
.main .containers .category-controls, .main .containers .edit-item {
  border-top: 1px solid #B0B2B4;
  padding: 15px 0;
}
.main .containers .inputs input {
  height: 40px;
  font-size: 16px;
  border: 1px solid #B0B2B4;
  border-radius: 4px;
  max-width: 290px;
  width: 100%;
  padding: 10px;
  padding-top: 12px;
  display: block;
  font-weight: 300;
}
.main .containers .inputs input[type="number"]::-webkit-outer-spin-button,
.main .containers .inputs input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main .containers .inputs input[type="number"] {
  -moz-appearance: textfield;
  text-align: right;
  padding-right: 20px;
}
.main .containers .inputs #item-name, .main .containers .inputs .item-name {
  max-width: 100%;
}
.main .containers .inputs #item-price {
  text-align: right;
  padding-right: 20px;
  padding-top: 15px;
}
.main .containers .inputs .description {
  height: 115px;
  width: 100%;
  max-width: 388px;
  font-size: 16px;
  border: 1px solid #B0B2B4;
  border-radius: 4px;
  font-weight: 300;
  padding: 10px;
}
.main .containers .inputs label[for=short-desc], .main .containers .inputs label[for=long-desc], .main .containers .inputs label[for=item-price] {
  margin-top: 14px;
}
.main .containers .inputs .counter {
  float: right;
  margin-right: 10px;
  color: #373839;
  font-size: 14px;
}
.main .containers .inputs #category-name {
  display: inline;
  margin-bottom: 0px;
}
.main .containers label[for=category-desc] {
   margin-top: 14px;
   display: inline-block;
}
.main .containers #category-desc {
  height: 115px;
  width: 100%;
  max-width: 388px;
  font-size: 16px;
  border: 1px solid #B0B2B4;
  border-radius: 4px;
  font-weight: 300;
  padding: 10px;
}
.main .containers .category-input {
  width: 88%;
}
.main .containers .category-input input {
  height: 40px;
  font-size: 16px;
  border: 1px solid #B0B2B4;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  font-weight: 300;
}
.main .containers .category-input #save-category-name {
  background-color: #FCC72D;
  color: #242424;
  border-radius: 4px;
  height: 40px;
  text-transform: uppercase;
  border: none;
  font-size: 12px;
  max-width: 77px;
  width: 100%;
}
.main .containers .item-input {
  display: flex;
  flex-direction: column;
  align-content: center;
  max-width: 88%;
  width: 100%;
  margin: 10px 0 20px 0;
}
.main .containers .delete-item {
  background-color: transparent;
  line-height: 3;
  color: #DD3333;
}
.main .containers .save-item {
  background-color: #FCC72D;
  color: #242424;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  max-width: 88%;
  width: 100%;
  font-size: 18px;
  border-radius: 9px;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}
.main #items-page-container li:before {
  content: '';
}

.confirm-delete {
  max-width: 395px;
}
.confirm-delete h1 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 30px;
}
.confirm-delete .cancel-delete {
  background-color: #B0B2B4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  max-width: 88%;
  width: 100%;
  font-size: 18px;
  border-radius: 9px;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  border-radius: 4px;
  width: 48%;
  color: #fff;
  float: left;
  margin-right: 2%;
}
.confirm-delete .delete-item, .confirm-delete .delete-category {
  background-color: #373839;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  max-width: 88%;
  width: 100%;
  font-size: 18px;
  border-radius: 9px;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  border-radius: 4px;
  width: 48%;
  color: #fff;
}
.confirm-delete .close-modal {
  display: none !important;
}

.row-placeholder {
  font-style: italic;
  color: #CCC;
}

#bgdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: RGBA(0, 0, 0, 0.24);
  z-index: 100000;
  display: none;
  top: 0;
  left: 0;
}

.print-button {
  background-image: url("../img/icons/print-solid.svg");
  background-repeat: no-repeat;
  background-color: #FCC72D;
  padding: 30px;
  border-radius: 30px;
  background-size: 20px 20px;
  background-position: center center;
  margin: 0;
  border: 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 2px;
}

.qrcode-button {
  background-image: url("../img/icons/qrcode-solid.svg");
  background-repeat: no-repeat;
  background-color: #FCC72D;
  padding: 30px;
  border-radius: 30px;
  background-size: 20px 20px;
  background-position: center center;
  margin: 0;
  border: 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 2px;
}

.instruction-button {
  background-image: url(../img/icons/question-solid.svg);
  background-repeat: no-repeat;
  background-color: #FCC72D;
  padding: 30px;
  border-radius: 30px;
  background-size: 20px 20px;
  background-position: center center;
  margin: 0;
  border: 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

#emptyItems {
  max-width: 270px;
}
#emptyItems .title {
  font-size: 28px;
  text-align: center;
  margin-bottom: -5px;
}
#emptyItems p {
  text-align: center;
}
#emptyItems a {
  color: #FFB500;
  text-decoration: underline;
}

#restaurant-info-page .edit-restaurant-container {
  padding: 25px 0;
  max-width: 1340px !important;
  min-height: 570px;
}
#restaurant-info-page .edit-restaurant-container .edit-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 97%;
}
#restaurant-info-page .edit-restaurant-container .restaurant-info-title {
  max-width: 50%;
}
#restaurant-info-page .edit-restaurant-container .quit-button {
  text-align: right;
}
#restaurant-info-page .edit-restaurant-container .quit-button .quit-menu {
  color: red;
  text-decoration: underline;
  font-weight: 500;
}
#restaurant-info-page .edit-restaurant-container label {
  margin-top: 14px;
  display: block;
  max-width: 388px;
}
#restaurant-info-page .edit-restaurant-container textarea {
  font-weight: 300;
  padding: 10px;
}
#restaurant-info-page .edit-restaurant-container .image-label {
  width: 100%;
  font-weight: 300;
  font-size: 14px;
}
#restaurant-info-page .edit-restaurant-container .image-upload {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #EFEDEC;
  max-height: 206px;
  height: 100%;
  border-radius: 4px;
  position: relative;
}
#restaurant-info-page .edit-restaurant-container .image-upload #no-image, #restaurant-info-page .edit-restaurant-container .image-upload #no-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#restaurant-info-page .edit-restaurant-container .image-upload span {
  font-size: 20px;
  text-align: center;
  cursor: default;
}
#restaurant-info-page .edit-restaurant-container .image-upload span:hover {
  opacity: 1;
}
#restaurant-info-page .edit-restaurant-container .image-upload #restaurant-image, #restaurant-info-page .edit-restaurant-container .image-upload #restaurant-logo {
  border: none;
  height: 44px;
  padding: 0;
  width: 173px;
  margin: 10px 0;
}
#restaurant-info-page .edit-restaurant-container .image-upload #restaurant-image[type='file'] {
  color: transparent;
}
#restaurant-info-page .edit-restaurant-container .image-upload input[type=file],
#restaurant-info-page .edit-restaurant-container .image-upload input[type=file]::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}
#restaurant-info-page .edit-restaurant-container .image-upload #restaurant-image::-webkit-file-upload-button, #restaurant-info-page .edit-restaurant-container .image-upload #restaurant-logo::-webkit-file-upload-button {
  background-color: #B2B2B2;
  color: #fff;
  border-radius: 4px;
  border: none;
  height: 44px;
  max-width: 173px !important;
  width: 100%;
}
#restaurant-info-page .edit-restaurant-container .image-upload #output-image, #restaurant-info-page .edit-restaurant-container .image-upload #output-logo {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 4px;
}
#restaurant-info-page .edit-restaurant-container .image-upload #clear-image, #restaurant-info-page .edit-restaurant-container .image-upload #clear-logo {
  display: none;
  background: url("../img/icons/trash-can.png") no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 1;
  border: none;
}
#restaurant-info-page .edit-restaurant-container .image-upload .upload-icon {
  background: url("../img/icons/arrow-circle-up-solid.png") no-repeat;
  width: 45px;
  height: 45px;
  margin-top: 20px;
}
#restaurant-info-page .edit-restaurant-container .qr-code {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #restaurant-info-page .edit-restaurant-container .qr-code {
    align-items: flex-start;
  }
}
#restaurant-info-page .restaurant-save-area {
  width: 100%;
  padding: 2px 16px;
  margin: 0;
  background-color: #F8F8F8;
  justify-content: flex-end;
  display: flex;
}
#restaurant-info-page .restaurant-save-area .save-menu-button {
  padding: 15px 16px;
  max-width: 100%;
}
#restaurant-info-page .restaurant-save-area .save-menu-button .save-menu {
  max-width: 100%;
}
#restaurant-info-page .save-restaurant {
  background-color: #FCC72D;
  color: #242424;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  max-width: 88%;
  width: 100%;
  font-size: 18px;
  border-radius: 9px;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}
#restaurant-info-page .inputs {
  width: 97%;
}
#restaurant-info-page .inputs .line {
  border-right: 1px solid #B0B2B4;
}
@media only screen and (max-width: 1024px) {
  #restaurant-info-page .inputs .line {
    border: none;
  }
}
#restaurant-info-page .inputs input {
  max-width: 388px !important;
}

.select-box {
  position: relative;
  display: block;
  font-size: 18px;
  color: #242424;
}

.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
}

.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}

.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  top: 56%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  opacity: 0.3;
  transition: 0.2s ease;
}

.select-box__value {
  display: flex;
}

.select-box__input {
  display: none;
}

.select-box__input:checked + .select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding-right: 40px;
  font-size: 42px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .select-box__input-text {
    font-size: 24px;
  }
}

.languages.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .languages.select-box__input-text {
    font-size: 24px;
  }
}

.languages.select-box__icon {
  position: absolute;
  top: 14px;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  opacity: 1;
  transition: 0.2s ease;
}

.select-box__list {
  position: absolute;
  padding: 0;
  list-style: none;
  opacity: 0;
  z-index: 100;
  margin: 0;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.29);
  background-color: #fff;
  min-width: 127px;
}

.select-box__option {
  display: block;
  font-size: 14px;
  padding: 15px;
}

.languages.select-box__option {
  display: block;
  padding: 15px;
  font-size: 14px;
}

.select-box__option:hover, .select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
