/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
a img {
  border: none;
}
input {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
/* END RESET*/
.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
  color: #000;
	line-height: 30px;
	}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
/* BUTTON STYLES */

/* Page navigation */
.form-navigation-bar {
  /* Box Model */
  margin: 0 0 21px -8px;
}

/* Section navigation */
.form-entry-navigation {
  /* Positioning and Layout */
  display: flex;
  flex-direction: column;

  /* Box Model */
  width: 108px;

  /* Typography */
  line-height: 20px;
}

.button-margin {
  /* Box Model */
  margin: 2px 0 2px 8px;
}

/* Navigation button */
.navigation-button {
  /* Positioning and Layout */
  display: inline-block;

  /* Box Model */
  box-sizing: border-box;

  /* Typography */
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.form-navigation-bar .navigation-button {
  /* Box Model */
  height: 27px;
  padding: 0 8px;
}

.form-entry-navigation .navigation-button {
  /* Box Model */
  height: 20px;
  width: 100px;
  padding: 0 8px;
}

/* Form button */
.form-button {
  /* Positioning and Layout */
  display: inline-block;

  /* Box Model */
  box-sizing: border-box;
  width: 100px;
  height: 22px;

  /* Typography */
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.form-confirmation-button {
  /* Positioning and Layout */
  display: inline-block;

  /* Box Model */
  box-sizing: border-box;
  height: 27px;

  /* Typography */
  font-size: 12px;
  text-align: center;
}

/* Grey button */
.grey-button {
  /* Box Model */
  border: 1px solid #aaa;

  /* Typography */
  color: #aaa;
}

.grey-button:hover {
  /* Typography */
  color: #222;

  /* Visual Appearance */
  background-color: #aaa;
}

/* Green button */
.green-button {
  /* Box Model */
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid lime;

  /* Typography */
  font-family: "Open Sans", helvetica, arial, sans;
  font-size: 12px;
  text-align: center;
  color: lime;

  /* Miscellaneous */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.green-button:hover {
  /* Typography */
  color: #222;

  /* Visual Appearance */
  background-color: lime;
}

/* Red button */
.red-button {
  /* Box Model */
  box-sizing: border-box;
  border: 1px solid red;

  /* Typography */
  font-family: "Open Sans", helvetica, arial, sans;
  font-size: 12px;
  text-align: center;
  color: red;

  /* Visual Appearance */
  background-color: transparent;

  /* Miscellaneous */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.red-button:hover {
  /* Typography */
  color: #222;

  /* Visual Appearance */
  background-color: red;
}

/* Wide button */
.form-title-button {
  /* Box Model */
  margin: 0 0 25px 0;
}

.form-end-button {
  /* Box Model */
  margin: 0.5em 0 0 0;
}

.form-button-wide {
  /* Positioning and Layout */
  display: inline-block;

  /* Box Model */
  box-sizing: border-box;
  width: 100%;
  height: 25px;
  border: 1px solid lime;

  /* Typography */
  font-size: 12px;
  font-weight: 400;
  color: lime;
  text-align: center;
  text-decoration: none;
}

.form-button-wide:hover {
  /* Visual Appearance */
  background-color: lime;

  /* Typography */
  color: #222;
}

/* Select styles */
.select-style {
  /* Positioning and Layout */
  overflow: hidden;

  /* Box Model */
  border: 1px solid #aaa;
  border-radius: 0;
  padding: 8px;

  /* Typography */
  font-family: "Open Sans", helvetica, arial, sans;
  font-size: 1em;
  color: #aaa;

  /* Visual Appearance */
  background-color: #222;

  /* Miscellaneous */
  -webkit-appearance: none;
}

.select-style:hover {
  /* Typography */
  color: blue;

  /* Visual Appearance */
  border: 1px solid blue;
}

.select-style select {
  /* Box Model */
  padding: 5px 4px;
  border: none;

  /* Visual Appearance */
  box-shadow: none;
  background-image: none;

  /* Miscellaneous */
  -webkit-appearance: none;
}

.select-style select:focus {
  /* Visual Appearance */
  outline: none;
}

/* Checkbox styles */
.checkbox-section-wrapper {
  /* Positioning and Layout */
  overflow: hidden;
}

.checkbox-wrapper {
  /* Positioning and Layout */
  display: box;
  float: left;

  /* Box Model */
  margin: 1em 1em 1.75em 0;

  /* Miscellaneous */
  overflow: hidden;
}

.checkbox-field {
  /* Positioning and Layout */
  float: left;
}

.checkbox {
  /* Box Model */
  width: 3em;
  height: 3em;
  margin: 0;
  box-sizing: border-box;

  /* Visual Appearance */
  background-color: #aaa;
  border: 1px solid #aaa;

  /* Miscellaneous */
  -webkit-appearance: none;
}

.checkbox:checked {
  /* Box Model */
  border: 1px solid #aaa;

  /* Visual Appearance */
  background-color: #111;
}

.checkbox-title {
  /* Positioning and Layout */
  float: left;
  box-sizing: border-box;

  /* Box Model */
  padding: 4px 0 4px 8px;
  margin: 0 0.5em 0 0;
}

.checkbox-list-wrapper {
  /* Positioning and Layout */
  display: flex;
  flex-direction: column;
}

.checkbox-list-entry-wrapper {
  /* Positioning and Layout */
  float: left;

  /* Box Model */
  margin: 8px 1em 8px 0;
  overflow: hidden;
}

.checkbox-country {
  /* Box Model */
  width: 2em;
  height: 2em;
  margin: 0;
  border: 1px solid #aaa;

  /* Visual Appearance */
  background-color: #aaa;

  /* Miscellaneous */
  -webkit-appearance: none;
  box-sizing: border-box;
}

.checkbox-country:checked {
  /* Box Model */
  border: 1px solid #aaa;

  /* Visual Appearance */
  background-color: #111;
}

.select-field-style {
  /* Box Model */
  margin: 1em 0 1.75em 0;
  padding: 8px;
  border: 1px solid #aaa;
  border-radius: 0;

  /* Typography */
  font-family: "Open Sans", helvetica, arial, sans;
  font-size: 1em;
  color: #aaa;

  /* Visual Appearance */
  background-color: #222;

  /* Miscellaneous */
  overflow: hidden;
  -webkit-appearance: none;
}

.select-field-style select {
  /* Box Model */
  border: none;

  /* Typography */
  color: blue;

  /* Visual Appearance */
  /*background: transparent;*/
  background-image: none;
  box-shadow: none;

  /* Miscellaneous */
  -webkit-appearance: none;
}

.form-datedata {
  /* Positioning and Layout */
  display: flex;
  flex-direction: row;

  /* Typography */
  /*text-align: center;*/
}

.select-datefield-style {
  /* Box Model */
  margin: 1em 5px 1.75em 0;
  padding: 8px;
  border: 1px solid #aaa;
  border-radius: 0;

  /* Typography */
  font-family: "Open Sans", helvetica, arial, sans;
  font-size: 1em;
  color: #aaa;

  /* Visual Appearance */
  background-color: #222;

  /* Miscellaneous */
  overflow: hidden;
  -webkit-appearance: none;
}

.select-datefield-style select {
  /* Box Model */
  border: none;

  /* Typography */
  color: blue;

  /* Visual Appearance */
  /*background: transparent;*/
  background-image: none;
  box-shadow: none;

  /* Miscellaneous */
  -webkit-appearance: none;
}

/* MEDIA QUERIES */
@media (max-width: 1000px) {
}

@media (max-width: 500px) {
}
/* FORM GLOBAL STYLES */
.admin-form-wrapper {
  /* Positioning and Layout */
  flex: 0 0 79vw;

  /* Box Model */
  margin: 0 2vw 0 1vw;
}

.admin-form-container {
  /* Positioning and Layout */
  display: flex;
  flex-direction: row;

  /* Box Model */
  padding: 0 0 2em 0;
}

.content-col {
  /* Positioning and Layout */
  flex: 1 62vw;

  /* Box Model */
  padding: 0 1vw 0 0;
  box-sizing: border-box;
}

.details-col {
  /* Positioning and Layout */
  flex: 1 0 14vw;

  /* Box Model */
  margin: -50px -2vw 0 0;
  padding: 50px 2vw 0 1vw;

  /* Visual Appearance */
  background-color: #222;
}

.admin-form-title {
  /* Positioning and Layout */
  display: block;

  /* Box Model */
  height: 50px;
  margin: 15px 0 15px 0;
  padding: 0;

  /* Typography */
  font-size: 2em;
  font-weight: bold;
  line-height: 50px;

  /* Miscellaneous */
  white-space: nowrap; /* Prevent text wrapping */
  overflow: hidden; /* Hide overflow text */
  text-overflow: ellipsis; /* Cut off the text and add an ellipsis (...) */
}

/* FORM ENTRY STYLES */
.form-entrylist-container {
  /* Box Model */
  margin: 0 0 32px 0;
  border-bottom: 1px solid #aaa;
}

.form-navigation-wrapper {
  /* Positioning and Layout */
  display: flex;
  flex-direction: row;

  /* Box Model */
  margin-top: -2px;
  /*padding: 4px 0 4px 0;*/
}

.form-navigation-wrapper a {
  /* Typography */
  text-decoration: none;
}

.form-section {
  /* Positioning and Layout */
  display: flex;
  flex-direction: row;

  /* Box Model */
  /*margin-top: -4px;*/
  padding: 4px 6px 4px 6px;
}

.form-section a {
  /* Typography */
  text-decoration: none;
}

.form-section-entryrow {
  /* Positioning and Layout */
  display: flex;
  flex: 1 1;
  flex-direction: row;

  /* Box Model */
  margin: 0 0 0 10px;
  padding: 6px 0 0 0;

  /* Typography */
  font-size: 1em;
  line-height: 1.5em;

  /* Miscellaneous */
  overflow: hidden;
}

.form-section-entryrow h2 {
  /* Box Model */
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
}

.form-section-entryrow p {
  /* Typography */
  font-size: 1em;
  font-weight: lighter;
  line-height: 1.5em;
}

.form-entry-links a {
  /* Typography */
  font-size: 1em;
  font-weight: lighter;
  line-height: 1.5em;
}

.entry-title-section {
  /* Positioning and Layout */
  flex: 0 0 100px;

  /* Box Model */
  /*margin: 0 5vw 0 0;*/
  padding-right: 1em;

  /* Typography */
  line-height: 1em;
}

.entry-list-section {
  /* Positioning and Layout */
  flex: 0 1 calc(62vw-400px);

  /* Box Model */
  margin: 0 5vw 0 0;

  /* Typography */
  line-height: 1em;
}

.category-colour {
  /* Positioning and Layout */
  float: left;

  /* Box Model */
  width: 5px;
  height: 54px;
  margin-right: 1vw;
}

.category-colour-outline {
  /* Positioning and Layout */
  float: left;

  /* Box Model */
  width: 7px;
  height: 72px;
  margin-right: 1vw;
  box-sizing: border-box;
}

.form-data {
  /* Positioning and Layout */
  display: flex;
  flex-direction: column;

  /* Box Model */
  padding: 0px 0 24px 0;
}

.form-label {
  /* Box Model */
  margin: 0 0 0.5em 0;

  /* Typography */
  font-size: 1.5em;
}

.form-field {
  /* Box Model */
  width: 61vw;
  /*margin: 1em 0 1.75em 0;*/
  padding: 8px;
  border: 1px solid #aaa;
  border-radius: 0;

  /* Typography */
  font-family: "Open Sans", helvetica, arial, sans;
  font-size: 1em;
  color: #aaa;

  /* Visual Appearance */
  background-color: #111;

  /* Miscellaneous */
  -webkit-appearance: none;
}

.form-datafield {
  /* Box Model */
  width: 62vw;
  margin: 0 0 0 0;
  padding: 2px 8px 2px 8px;
  border: 1px dotted;
  box-sizing: border-box;
}

.form-postfield {
  /* Box Model */
  width: 62vw;
  margin: 0 0 0 0;
  padding: 2px 8px 2px 8px;
  border: 1px dotted;
  box-sizing: border-box;

  /* Typography */
  color: black;

  /* Visual Appearance */
  background-color: white;
}

.form-listing-wrapper {
  /* Visual Appearance */
  overflow: hidden;
}

.form-entry {
  /* Positioning and Layout */
  display: block;
  float: left;

  /* Box Model */
  margin: 1em 0.5em 1.1em 0;
  padding: 8px;
  border: 1px dotted;
  box-sizing: border-box;
}

.form-seal {
  /* Box Model */
  width: 16vw;

  /* Visual Appearance */
  background-color: #fff;
}

.form-seal-pad {
  /* Positioning and Layout */
  display: none;
}

.form-seal-mobile {
  /* Positioning and Layout */
  display: none;
}

/* FORM KEYWORD LIST STYLES */
.form-keywordlist-container {
  /* Positioning and Layout */
  display: block;

  /* Box Model */
  /*margin: -0.3vw -2vw 0 -0.3vw;*/
  box-sizing: border-box;

  /* Miscellaneous */
  overflow: hidden;
}

.form-keywordlist-box {
  /* Positioning and Layout */
  display: block;
  display: inline-block;
}

.form-keywordlist-box-input {
  /* Box Model */
  height: 27px;
  margin: 0 5px 10px 0;
  padding: 0 8px 0 8px;
  border: 1px solid #aaa;
  box-sizing: border-box;

  /* Typography */
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  /*color: #000;*/
  color: #aaa;

  /* Visual Appearance */
  background-color: transparent;

  /* Miscellaneous */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-keywordlist-box-input:hover {
  /* Typography */
  color: #222;

  /* Visual Appearance */
  background-color: #aaa;
}

/* FORM WORDBOX LIST STYLES */
.form-wordboxlist-container {
  display: block;

  /* Box Model */
  margin: -0.25vw -2vw 25px -0.25vw;
  box-sizing: border-box;

  /* Miscellaneous */
  overflow: hidden;
}

.form-wordbox {
  /* Positioning and Layout */
  float: left;
}

.form-wordbox-entry {
  /* Box Model */
  height: 35px;
  margin: 0.25vw;
  padding: 4px 12px;
  border: 1px solid #aaa;
  box-sizing: border-box;

  /* Typography */
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: #aaa;
}

.form-wordbox-button {
  /* Box Model */
  height: 35px;
  /* padding: 0 8px; */
  margin: 0.25vw;
  padding: 4px 12px;
  border: 1px solid #aaa;
  box-sizing: border-box;

  /* Typography */
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: #aaa;

  /* Visual Appearance */
  background-color: transparent;

  /* Miscellaneous */
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-wordbox-button:hover {
  /* Typography */
  text-decoration: none;
  color: #222;

  /* Visual Appearance */
  background-color: #aaa;
}

/* MEDIA QUERIES */
@media (max-width: 1000px) {
  /* FORM STYLES */
  .admin-form-wrapper {
    /* Positioning and Layout */
    flex: 0 0 73vw;

    /* Box Model */
    /*width: 84vw;*/
    margin: 0px 1vw 0 1vw;
  }

  .admin-form-container {
    /* Positioning and Layout */
    display: flex;
    flex-direction: column;

    /* Box Model */
    padding: 0 0 2em 0;
  }

  .content-col {
    /* Positioning and Layout */
    flex: 0 73vw;

    /* Box Model */
    margin: 0 0 2em 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
  }

  .details-col {
    /* Positioning and Layout */
    display: none;
  }

  .form-data {
    /* Positioning and Layout */
    display: flex;
    flex-direction: column;
  }
  .form-field {
    /* Box Model */
    width: 73vw;
    margin: 0;
    box-sizing: border-box;
  }

  .form-datafield {
    /* Box Model */
    width: 73vw;
  }
  .select-style {
    /* Box Model */
    margin: 0;
  }
}

@media (max-width: 500px) {
  /* FORM GLOBAL STYLES */
  .admin-form-wrapper {
    /* Positioning and Layout */
    flex: 0 0 98vw;

    /* Box Model */
    /*width: 84vw;*/
    margin: 73px 1vw 0 1vw;
  }

  .form-navigation-wrapper {
    /* Positioning and Layout */
    flex-wrap: wrap;
  }

  /* FORM ENTRY STYLES */
  .entry-title-section {
    /* Positioning and Layout */
    flex: 0 0 80px;
  }

  /* FORM STYLES */
  .form-field {
    /* Box Model */
    width: 98vw;
    box-sizing: border-box;
  }

  .form-datafield {
    /* Box Model */
    width: 98vw;
  }
}
/* GLOBAL STYLES */

.image-container {
  /* Positioning and Layout */
  position: relative;

  /* Typography */
  text-align: center;
  color: white;
}

.tile-canvas {
  position: relative;
  text-align: center;
  color: white;
}

.hero-centered {
  /* Positioning and Layout */
  position: absolute;
  top: 50%;
  left: 50%;

  /* Miscellaneous */
  transform: translate(-50%, -50%);
}

.admin-content-wrapper h2 {
  /* Typography */
  text-transform: none;

  /* Visual Appearance */
  background-color: #222;
}

/* MEDIA QUERIES */
@media (max-width: 1000px) {
}

@media (max-width: 500px) {
}
/* GLOBAL IMAGE STYLES */
/* used in entry show pages */
.form-image {
  /* Positioning and Layout */
  float: left;

  /* Box Model */
  width: 14vw;
  margin: 0 1vw 1vw 0;
}

/* used in entry edit pages */
.form-edit-hero {
  /* Box Model */
  width: 14vw;
}

/* FORM IMAGE LIST STYLES */
.form-imagelist-container {
  /* Positioning and Layout */
  display: block;
  box-sizing: border-box;

  /* Box Model */
  margin: -0.3vw -0.3vw 1em -0.3vw;
  overflow: hidden;
}

.form-imagelist-box {
  /* Positioning and Layout */
  /*position: absolute;*/
  float: left;

  /* Box Model */
  margin: 0.3vw;
  box-sizing: border-box;
}

/* Destyling button_to */
.form-imagelist-button {
  /* Box Model */
  padding: 0;
  border: none;

  /* Typography */
  font: inherit;
  color: inherit;

  /* Visual Appearance */
  background: none;

  /* Miscellaneous */
  cursor: pointer;
  outline: inherit;
}

/* used in image indexes */
.thumb-tile {
  /* Positioning and Layout */
  position: relative;
  display: block;

  /* Box Model */
  width: 11.92vw;
  height: 7.95vw;
}
/* used in image indexes */
/* used in image lists select_to, select_from */
.thumb-tile-small {
  /* Positioning and Layout */
  position: relative;
  display: block;

  /* Box Model */
  width: 5.66vw;
  height: 3.773vw;
  /* height: 4.245vw; */
  /*background-color: #FFF;*/
}

/* used in image indexes */
.thumb-tile-square {
  /* Positioning and Layout */
  position: relative;
  display: block;

  /* Box Model */
  height: 11.92vw;
  width: 11.92vw;
}

/* used in image indexes */
.thumb-tile-square-small {
  /*background-color: #FFF;*/
  position: relative;
  display: block;

  /* Box Model */
  height: 5.66vw;
  width: 5.66vw;
}

/* used in logo indexes */
.logo-tile-square {
  /* Positioning and Layout */
  /*position: relative;*/
  /*display: block;*/

  /* Box Model */
  height: 11.6vw;
  width: 11.6vw;
  /* width: 14vw;
  height: 14vw; */

  /* Visual Appearance */
  background-color: #fff;
}

.thumb-tile-title {
  /* Box Model */
  padding: 0.25em;

  /* Typography */
  font-weight: bold;
  font-size: 3em;
  color: #fff;

  /* Visual Appearance */
  background-color: rgba(0, 0, 0, 0.2);
}

.form-imagelist-title {
  /* Box Model */
  padding: 0.25em;

  /* Typography */
  font-size: 2em;
  font-weight: bold;
  color: #fff;

  /* Visual Appearance */
  background-color: rgba(0, 0, 0, 0.2);
}

.form-image-wrapper {
  padding: 0 0.5em 1em 0;
  line-height: 0;
  overflow: hidden;
}

/* MEDIA QUERIES */
@media (max-width: 1000px) {
  /* IMAGE STYLES */
  .form-imagelist-container {
    /* Box Model */
    margin: 0 -1vw 1em -1vw;
  }

  .form-imagelist-box {
    /* Box Model */
    margin: 1vw;
  }

  .thumb-tile-square {
    /* Box Model */
    width: 16.75vw;
    height: 16.75vw;
  }

  /* used in image indexes */
  .thumb-tile-square-small {
    /* Box Model */
    height: 7.375vw;
    width: 7.375vw;
  }

  /* used in image lists select_to, select_from */
  .thumb-tile-small {
    /* Positioning and Layout */
    position: relative;
    display: block;

    /* Box Model */
    width: 16.75vw;
    height: 11.17vw;
    /* height: 4.245vw; */
    /*background-color: #FFF;*/
  }

  .logo-tile-square {
    /* Box Model */
    width: 16.75vw;
    height: 16.75vw;
  }

  .form-imagelist-title {
    font-size: 2em;
  }

  .form-edit-hero {
    /* Box Model */
    width: 35.5vw;
  }

  .form-image {
    /* Positioning and Layout */
    display: block;

    /* Box Model */
    width: 35.5vw;
  }

  .form-thumb {
    /* Positioning and Layout */
    position: relative;
    display: block;

    /* Box Model */
    width: 16.75vw;
    height: 11.17vw;

    background-color: #fff;
  }
}

@media (max-width: 500px) {
  /* IMAGE STYLES */
  .thumb-tile-square {
    /* Box Model */
    width: 48vw;
    height: 48vw;
  }
  /* used in image indexes */
  .thumb-tile-square-small {
    /* Box Model */
    height: 23vw;
    width: 23vw;
  }
  /* used in image indexes */
  /* used in image lists select_to, select_from */
  .thumb-tile-small {
    /* Box Model */
    width: 48vw;
    height: 31.92vw;
    /*background-color: #FFF;*/
  }

  .logo-tile-square {
    /* Box Model */
    width: 48vw;
    height: 48vw;
  }

  .form-image {
    /* Positioning and Layout */
    display: block;

    /* Box Model */
    width: 98vw;
  }

  .form-edit-hero {
    /* Box Model */
    width: 98vw;
  }

  .form-thumb {
    /* Positioning and Layout */
    display: block;

    /* Box Model */
    width: 48vw;
    height: 32vw;
  }
}
/* INDEX STYLES */
.admin-index-wrapper {
  /* Positioning and Layout */
  flex: 0 0 15vw;

  /* Box Model */
  margin: 49px 1vw 0 2vw;
}

.admin-index-section {
  /* Box Model */
  margin: 0 0 1em 0;
}

.admin-index-section a {
  /* Typography */
  text-decoration: none;
}

.admin-index-title {
  /* Box Model */
  padding-bottom: 6px;
  border-bottom: 1px solid #aaa;

  /* Typography */
  font-weight: bold;
  color: #555;
}

ul.admin-menu li {
  /* Box Model */
  border-bottom: 1px solid;

  /* Typography */
  font-size: 1em;
  line-height: 25px;
  list-style: none;
}

ul.admin-menu li a {
  /* Positioning and Layout */
  display: block;

  /* Box Model */
  padding-left: 10px;

  /* Typography */
  font-weight: 400;
  text-decoration: none;
  color: #aaa;
}

ul.admin-menu li a:hover {
  /* Positioning and Layout */
  display: block;

  /* Box Model */
  padding-left: 10px;

  /* Typography */
  text-decoration: none;
  color: #222;

  /* Visual Appearance */
  background-color: #999;
}

.admin-logout {
  /* Box Model */
  margin: 25px 0 0 0;

  /* Typography */
  /*text-align: center;*/
}

.admin-index-red-button {
  /* Positioning and Layout */
  display: flex;
  align-items: center; /* Vertically center the text */
  justify-content: flex-start; /* Align text to the left */

  /* Box Model */
  width: 100%;
  height: 27px;
  padding: 0 0 0 10px;
  border: 0;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  box-sizing: border-box;

  /* Typography */
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  text-decoration: none;
  color: red;

  /* Visual Appearance */
  background-color: transparent;

  /* Miscellaneous */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.admin-index-red-button:hover {
  /* Box Model */
  border: 1px solid red;

  /* Typography */
  color: #222;

  /* Visual Appearance */
  background-color: red;
}

/* MEDIA QUERIES */
@media (max-width: 1000px) {
  /* INDEX STYLES */
  .admin-index-wrapper {
    /* Positioning and Layout */
    flex: 0 0 23vw;

    /* Box Model */
    margin: 50px 1vw 0 1vw;
  }
}

@media (max-width: 500px) {
  /* INDEX STYLES */
  .admin-index-wrapper {
    /* Positioning and Layout */
    display: none;
  }

  .admin-index-section {
    /* Positioning and Layout */
    display: flex;
    flex-direction: row;

    /* Box Model */
    margin: 0 0 0 0;
  }

  .admin-index-title {
    /* Box Model */
    width: 49vw;
    padding: 8px 0 0 0;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;

    /* Typography */
    color: #fff;
  }

  .admin-index-entry {
    /* Box Model */
    width: 31vw;
    margin: 1vw;
    padding: 8px;
    box-sizing: border-box;
  }

  .admin-index-spacer {
    /* Positioning and Layout */
    flex: 1 0 auto;
  }

  .admin-index-section {
    /* Box Model */
    width: 98vw;
    box-sizing: border-box;
  }

  .admin-menu li {
    /* Box Model */
    width: 49vw;
    box-sizing: border-box;

    /* Typography */
    text-align: left;
    color: #fff;
  }

  ul.admin-menu li {
  }

  ul.admin-menu li a {
    /* Typography */
    color: #fff;
  }

  ul.admin-menu li a:hover {
    /* Positioning and Layout */
    display: block;

    /* Box Model */
    padding-left: 10px;

    /* Typography */
    text-decoration: none;
    color: #000;

    /* Visual Appearance */
    background-color: #fff;
  }

  .admin-logout {
    /* Box Model */
    margin: 25px 0 0 0;
  }

  .admin-index-red-button {
    /* Positioning and Layout */
    display: block;

    /* Box Model */
    width: 98vw;
    padding: 4px 0 4px 0px;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    box-sizing: border-box;

    /* Typography */
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: red;

    /* Miscellaneous */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }

  .admin-index-red-button:hover {
    /* Box Model */
    border: 1px solid red;

    /* Typography */
    color: white;

    /* Visual Appearance */
    background-color: red;
  }
}
/* ADMIN HEADER STYLES */
.login-header {
  /* Box Model */
  height: 100px;
  box-sizing: border-box;

  /* Typography */
  text-align: center;
}

#adminheader {
  /* Positioning and Layout */
  display: none;
}

/* ADMIN PAGE STYLES */
.admin-content-wrapper {
  /* Positioning and Layout */
  display: flex;

  /* Box Model */
  width: 100vw;
  min-height: 100vh;

  /* Typography */
  font-family: "Open Sans", helvetica, arial, sans;
  font-size: 12px;
  line-height: 25px;
  color: #aaa;

  /* Visual Appearance */
  background-color: #222;
}

/* DETAIL COLUMN STYLES */
.admin-details-container {
  /* Box Model */
  /*height: 50px;*/
  margin: 15px 2vw 15px 1vw;
  padding: 24px 8px 8px 8px;
}

/* MEDIA QUERIES */
@media (max-width: 1000px) {
  /* HEADER STYLES */
  .admin-content-wrapper {
    /* Positioning and Layout */
    display: flex;
    flex-direction: row;
  }

  /* ADMIN PAGE STYLES */

  /* DETAIL COLUMN STYLES */
  .admin-details-container {
    /* Box Model */
    margin: 0 0 0 0;
    padding: 0;
  }
}

@media (max-width: 500px) {
  /* HEADER STYLES */
  #adminheader {
    /* Positioning and Layout */
    display: block;

    /* Typography */
    font-family: "Open Sans", helvetica, arial, sans;
  }

  .admin-header {
    /* Positioning and Layout */
    position: fixed;
    z-index: 20;

    /* Box Model */
    width: 100vw;
    height: 73px;
    border-bottom: 1px dotted black;
    box-sizing: border-box;

    /* Typography */
    color: #000;

    /* Visual Appearance */
    background-color: rgba(255, 255, 255, 1);
  }

  #menulinks {
    /* Positioning and Layout */
    position: absolute;
    left: 100vw;

    /* Miscellaneous */
    transition: all 0.5s ease-in-out;
  }

  /* ADMIN PAGE STYLES */
  .admin-content-wrapper {
    /* Positioning and Layout */
    display: flex;
    flex-direction: column;
  }
}
/* LOGIN */
.login-header-content {
  /* Box Model */
  box-sizing: border-box;
  height: 100px;
  /*padding: 10px;*/

  /* Typography */
  /*font-family: 'Open Sans', helvetica, arial, sans;*/
  font-size: 50px;
  line-height: 100px;
  text-align: center;

  /* Visual Appearance */
  background-color: rgba(255, 255, 255, 1);
}

.login-header-icon {
  /* Box Model */
  height: 90px;
}

.login-centered {
  /* Positioning and Layout */
  position: absolute;
  top: 400px;
  left: 50%;

  /* Miscellaneous */
  transform: translate(-50%, -50%);
}

.login-form {
  /* Box Model */
  margin: 0 0 1em 0;
}

.login-title {
  /* Box Model */
  margin: 0 0 1em 0;
}

.login-field {
  /* Box Model */
  width: 400px;
  margin: 1em 1vw 1.75em 0;
  padding: 8px;
  border: 1px solid #aaa;
  border-radius: 0;

  /* Typography */
  font-family: "Open Sans", helvetica, arial, sans;
  font-size: 1em;
  color: #aaa;

  /* Visual Appearance */
  background-color: #111;

  /* Miscellaneous */
  -webkit-appearance: none;
}

.login-button input[type="submit"] {
  /* Box Model */
  /*height: 2em;*/
  margin: 1em 0 0 0;
  padding: 4px 8px;
  border: 1px solid lime;

  /* Typography */
  font-family: "Open Sans", helvetica, arial, sans;
  /*font-family: 'Times New Roman', Times, serif;*/
  font-size: 1em;
  color: lime;

  /* Visual Appearance */
  background-color: transparent;

  /* Miscellaneous */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.login-button input[type="submit"]:hover {
  /* Box Model */
  border: 1px solid lime;

  /* Typography */
  color: #222;

  /* Visual Appearance */
  background-color: lime;
}

.login-shared-links a {
  /* Typography */
  /*text-decoration: none;*/
  color: #aaa;
}

.notice-success {
  /* Box Model */
  margin-bottom: 1em;

  /* Typography */
  color: lime;
}

.button-list {
  /* Box Model */
  margin: 0.5em 0 0.5em 0;

  /* Miscellaneous */
  overflow: hidden;
}

.button-list-button {
  /* Positioning and Layout */
  float: left;

  /* Box Model */
  margin: 0 0.5em 0 0;
}

.admin-form-button {
  /* Box Model */
  height: 27px;
  padding: 0 16px 0 16px;
  box-sizing: border-box;

  /* Typography */
  text-decoration: none;

  /* Visual Appearance */
  background-color: transparent;

  /* Miscellaneous */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

a.admin-form-button {
  /* Positioning and Layout */
  display: inline-block;

  /* Box Model */
  /*height: 2em;*/
  padding: 0px 16px 0px 16px;
  border: 1px solid #aaa;
  box-sizing: border-box;

  /* Typography */
  /*font-size: 1em;*/
  text-align: center;
}

.admin-green-button {
  /* Positioning and Layout */
  display: block;

  /* Box Model */
  height: 27px;
  padding: 4px 16px 4px 16px;
  border: 1px solid lime;

  /* Typography */
  font-family: "Open Sans", "helvetica", "arial", sans-serif;
  font-size: 1em;
  text-align: center;
  color: lime;

  /* Visual Appearance */
  background-color: transparent;
}

.admin-green-button:hover {
  /* Box Model */
  border: 1px solid lime;

  /* Typography */
  color: #222;

  /* Visual Appearance */
  background-color: lime;
}

/* GLOBAL STYLES */
.user-content-wrapper {
  /* Positioning and Layout */
  display: flex;
  min-height: 100vh;

  /* Typography */
  font-family: "Open Sans", helvetica, arial, sans;
  font-size: 1em;
  line-height: 25px;
  color: #000;

  /* Visual Appearance */
  background-color: #fff;
}

.user-checkbox {
  /* Positioning and Layout */
  display: table-cell;
  vertical-align: middle;

  /* Typography */
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #aaa;
  box-sizing: border-box;

  /* Visual Appearance */
  background-color: #aaa;

  /* Miscellaneous */
  -webkit-appearance: none;
}

.user-checkbox:checked {
  /* Positioning and Layout */
  border: 1px solid #aaa;
  box-sizing: border-box;

  /* Visual Appearance */
  background-color: #111;

  /* Miscellaneous */
  -webkit-appearance: none;
}

.user-checkbox-title {
  /* Positioning and Layout */
  vertical-align: middle;
  display: table-cell;

  /* Box Model */
  height: 16px;
  padding-left: 8px;

  /* Typography */
  line-height: 8px;
}

.remember-cb-wrapper {
  /* Positioning and Layout */
  display: table;

  /* Box Model */
  height: 16px;
  box-sizing: border-box;
}

/* MEDIA QUERIES */
@media (max-width: 1000px) {
}

@media (max-width: 500px) {
  /* LOGIN STYLES */
  .login-centered {
    /* Positioning and Layout */
    position: absolute;
    top: 50%;
    left: 50%;

    /* Miscellaneous */
    transform: translate(-50%, -50%);
  }

  .login-field {
    /* Box Model */
    width: 80vw;
    margin: 1em 0 1.75em 0;
    padding: 8px;
    border: 1px solid #aaa;
    border-radius: 0;

    /* Typography */
    font-family: "Open Sans", helvetica, arial, sans;
    font-size: 1em;
    color: #aaa;

    /* Visual Appearance */
    background-color: #111;

    /* Miscellaneous */
    -webkit-appearance: none;
  }
}
.admin_pagination {
  /*background: white;*/
  cursor: default;
  /* self-clearing method: */
  margin: 25px 0 25px 0;
}
.admin_pagination a,
.admin_pagination span,
.admin_pagination em {
  /*padding: 0.2em 0.5em;*/
  display: block;
  float: left;
  margin-right: 1px;
  width: 25px;
  height: 25px;
  text-align: center;
}
.admin_pagination .disabled {
  display: none;
}
.admin_pagination .current {
  font-style: normal;
  font-weight: bold;
  background: #aaa;
  color: #222;
  border: 1px solid #aaa;
}
.admin_pagination a {
  text-decoration: none;
  color: #aaa;
  border: 1px solid #aaa;
}
.admin_pagination a:hover,
.admin_pagination a:focus {
  color: #222;
  background: #aaa;
  border-color: #aaa;
}
.admin_pagination .page_info {
  background: #2e6ab1;
  color: white;
  /*padding: 0.4em 0.6em;*/
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
}
.admin_pagination .page_info b {
  color: #000033;
  background: #6aa6ed;
  padding: 0.1em 0.25em;
}
.admin_pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .admin_pagination {
  height: 1%;
}
*:first-child + html .admin_pagination {
  overflow: hidden;
}
/* ADMIN SIDEMENU STYLES */

/* MEDIA QUERIES */
@media (max-width: 1000px) {
  /* ADMIN SIDEMENU STYLES */
}

@media (max-width: 500px) {
  /* ADMIN SIDEMENU STYLES */
  .admin-side-menu-wrapper {
    /* Positioning and Layout */
    position: absolute;

    /* Box Model */
    width: 100vw;
    height: 100vh;
    padding: 73px 1vw 100px 1vw;

    /* Miscellaneous */
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  .admin-side-menu-wrapper a {
    /* Typography */
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  #admin-side-menu-toggle {
    /* Positioning and Layout */
    display: block;
    float: right;
    position: relative;
    z-index: 30;

    /* Typography */
    font-size: 3em;

    /* Miscellaneous */
    cursor: pointer;
  }

  #admin-side-menu-toggle a {
    /* Positioning and Layout */
    position: relative;
    z-index: 100;

    /* Box Model */
    padding: 12px;

    /* Typography */
    font-size: 1em;

    /* Miscellaneous */
    cursor: pointer;
  }
}
/* HEADER STYLES */

/* SIDE MENU TOGGLE */
#side-menu-toggle {
  display: none;
}

/* MENU NAVIGATION STYLES */
#side-menu-links {
  display: none;
}

/* MEDIA QUERIES */
@media (max-width: 1000px) {
  /* SIDE MENU TOGGLE */
  .header #side-menu-toggle {
    display: block;
    float: right;
    position: relative;
    color: rgg(0, 0, 0, 1);
    cursor: pointer;
    font-size: 3em;
    z-index: 30;
  }
  #side-menu-toggle a {
    padding: 0.25em 0.25em 0.25em 0.25em;
  }
  /* JS switches display mode */
  #side-menu-open {
    display: block;
    z-index: 100;
  }
  #side-menu-open:hover {
    color: #fff;
    background-color: #007fff;
  }
  /* JS switches display mode */
  #side-menu-close {
    display: none;
    z-index: 100;
    color: #fff;
  }
  #side-menu-close:hover {
    color: #000;
    background-color: white;
  }

  /* MENU NAVIGATION STYLES */
  #menu-links {
    display: none;
  }
  .admin-header #side-menu-links {
    display: block;
    position: absolute;
    box-sizing: border-box;
    height: 100vh;
    width: 100vw;
    z-index: 19;
    background-color: #007fff;
    color: #fff;
    transition: all 0.5s ease-in-out;
  }
  #side-menu-links {
    right: -100vw;
  }
  .side-nav-links a {
    cursor: pointer;
    padding: 0.5em;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
  }
  .side-nav-links a:hover {
    background-color: white;
  }

  /* SIDE MENU LIST STYLES */
  .side-nav-links {
    margin: 100px 75px auto auto;
    text-align: right;
    width: 300px;
  }
  .side-nav-links li {
    border-top: 1px dotted black;
    display: block;
    padding: 1em 0 1em 0;
  }
  .side-nav-links li:last-child {
    border-bottom: 1px dotted black;
    margin-bottom: 1em;
  }
}

@media (max-width: 500px) {
  .side-nav-links {
    margin: 100px 10vw auto auto;
    width: 80vw;
  }
}
/* GLOBAL STYLES */
html {
  padding: 0;
}
body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", helvetica, arial, sans;
  margin: 0;
  min-height: 100vh;
  padding: 0;
}

h1 {
  font-family: "Lucida Grande", verdana, helvetica, sans-serif;
  font-size: 2em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

h2 {
  font-family: helvetica, arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  /*text-transform: uppercase;*/
}

h3 {
  font-size: 0.5em;
  font-weight: bold;
  line-height: 1.3em;
  text-transform: uppercase;
}

a {
  color: inherit;
  /*font-weight: bold;*/
  text-decoration: none;
}

p {
  font-family: "Lucida Grande", verdana, helvetica, sans-serif;
  font-size: 0.5em;
  line-height: 1.5em;
}

[onclick] {
  cursor: pointer;
}
#content-wrapper {
  position: absolute;
  right: 0;
  transition: all 0.5s ease-in-out;
  width: 100vw;
}

.content-container {
  /*top: 32px;*/
  height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  /*height: calc((var(--vh, 1vh) * 100) - 32px);*/
  height: calc(var(--vh, 1vh) * 100);
  margin: 0 1vw 0 1vw;
  width: 98vw;
  z-index: 0;
}

/*.content-container p {
  margin: 50px 25vw 0 25vw;
}*/

.notice {
  background-color: lime;
  box-sizing: border-box;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  color: #fff;
  height: 30px;
  padding: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
}

.alert {
  background-color: red;
  box-sizing: border-box;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  color: #fff;
  height: 30px;
  padding: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
}

/* HEADER STYLES */
.header {
  /*background-color: rgba(0, 0, 0, 1);*/
  /*border-bottom: 1px dotted black;*/
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: 32px;
  position: fixed;
  width: 100%;
  z-index: 1100;
}
.header.active {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px dotted white;
  color: #000;
}
/* *** *** *** transparent header *** *** *** */
/*.header.active {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid black;
  color: #000;
}*/
.login-header-content {
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  color: #000;
  /*font-family: 'Open Sans', helvetica, arial, sans;*/
  font-size: 50px;
  line-height: 100px;
  /*padding: 10px;*/
  text-align: center;
  height: 100px;
}
.side-menu-toggle {
  display: none;
}
#menulinks {
  display: block;
}
#sidemenulinks {
  display: none;
}
.header-nav {
  padding: 0.5em 0 0.5em 0;
  position: absolute;
  right: 10px;
}
.navlinks {
  /*border: 1px solid rgba(0, 0, 0, 1);*/
  /*font-family: 'Times New Roman', Times, serif;*/
  top: 10px;
  position: absolute;
}
.nav-links > li {
  display: inline-block;
  /*  margin-left: 1em;*/
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  color: #000;
  height: 30px;
  text-decoration: none;
  padding: 7px;
}

.nav-links > li:hover {
  background-color: #eee;
}
.nav-links > li ~ li {
  /*border-left: 1px solid rgba(255, 255, 255, 1);*/
  /*  border-left: 1px solid rgba(255, 255, 255, 1);
  padding-left: 1em;*/
}
.header-nav a,
.drop-trigger {
  /*color: #FFF;*/
}
.header-nav.active a,
.drop-trigger.active {
  color: #fff;
}
.nav-links a,
.drop-trigger {
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-contacts {
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
}
#btn-close {
  display: none;
}

#position {
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  /*border: 1px solid rgba(0, 0, 0, 1);*/
  color: #000;
  left: 10px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  top: 10px;
  position: absolute;
  width: 30px;
}

#position:hover {
  background-color: #eee;
}

#title {
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  /*border: 1px solid rgba(0, 0, 0, 1);*/
  color: #000;
  /*font-family: 'Times New Roman', Times, serif;*/
  left: 50px;
  height: 30px;
  text-decoration: none;
  top: 10px;
  padding: 7px;
  position: absolute;
}

#editionselect {
  height: 30px;
  left: 180px;
  position: absolute;
  top: 10px;
}

#itineraryselect {
  height: 30px;
  left: 360px;
  position: absolute;
  top: 10px;
}

.select-div {
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  color: #000;
  font-family: "Open Sans", helvetica, arial, sans;
  font-size: 16px;
  /*margin: 1em 0 1.75em 0;*/
  overflow: hidden;
  padding: 4px;
  -webkit-appearance: none;
}

.select-div:after {
  content: "< >";
  /*font: 17px "Consolas", monospace;*/
  color: #000;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 4px;
  /*Adjust for position however you want*/

  top: 8px;
  padding: 0 0 2px;
  /*border-bottom: 1px solid #999;*/
  left: 0px;

  /*position: absolute;*/
  pointer-events: none;
  z-index: 3000;
}

.select-div:hover {
  /*border: 1px solid blue;*/
  color: blue;
}

.select-div select {
  padding: 5px 4px;
  border: none;
  box-shadow: none;
  /*background: transparent;*/
  background-image: none;
  -webkit-appearance: none;
}

.select-div select:focus {
  outline: none;
}

/* MAP STYLES */
#map_canvas {
  /*top: 32px;*/
  height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  /*height: calc((var(--vh, 1vh) * 100) - 32px);*/
  height: calc(var(--vh, 1vh) * 100);
  /*margin: 32px 0 0 0;*/
  width: 100vw;
  z-index: 0;
}

.ad-pop_up .leaflet-popup-tip,
.ad-pop_up .leaflet-popup-content-wrapper {
  background-color: #009eff;
  /*font-weight: bold;*/
  color: #fff;
}

.id-pop_up .leaflet-popup-tip,
.id-pop_up .leaflet-popup-content-wrapper {
  background-color: #0c00ff;
  /*font-weight: bold;*/
  color: #fff;
}

.ld-pop_up .leaflet-popup-tip,
.ld-pop_up .leaflet-popup-content-wrapper {
  /*background-color: #13ff00;*/
  background-color: #32CD32;
  /*font-weight: bold;*/
  color: #fff;
}

.ud-pop_up .leaflet-popup-tip,
.ud-pop_up .leaflet-popup-content-wrapper {
  background-color: #ff0000;
  /*font-weight: bold;*/
  color: #fff;
}

.leaflet-control-attribution a {
  color: #000;
}

/* ITINERARIES INDEX STYLES */
.itineraries-list {
  margin: 50px 0 50px 0;
}
.itineraries-list-entry {
  border-top: 1px solid black;
  text-align: center;
  padding: 16px;
}

/* PAGE STYLES */
.section-wrapper {
  padding: 0 0 4em 0;
  margin: 0 1vw 0 1vw;
}
.section-title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  text-align: right;
  margin: 0 0 0 0;
}
.section-text {
  /*color: white;*/
  font-size: 16px;
  line-height: 16px;
}

/* IMAGE PAGE STYLES */
.imagelist-container {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  margin: 75px -0.5vw 75px -0.5vw;
}
.imagelist-box {
  float: left;
  box-sizing: border-box;
  margin: 0.5vw;
}
.imagelist-tile {
  position: relative;
  display: block;
  height: 15.5vw;
  width: 15.5vw;
}
.imagelist-title {
  /*background-color: #FFF;*/
  box-sizing: border-box;
  /*color: #000;*/
  font-size: 2em;
  font-weight: bold;
  padding: 0.1em;
  width: 5vw;
}
.image-view-wrapper {
  background-color: #000;
  width: 100vw;
  height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  /*height: calc((var(--vh, 1vh) * 100) - 32px);*/
  height: calc(var(--vh, 1vh) * 100);
}
.image-container {
  width: 100vw;
  height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  /*height: calc((var(--vh, 1vh) * 100) - 32px);*/
  height: calc(var(--vh, 1vh) * 100);
}

/* COLUMN STYLES */
.col-three {
  display: flex;
  flex: 1;
}
.col-index {
  flex: 0 0 15.5vw;
  padding: 0 1vw 0 0;
}
.col-content {
  flex: 0 0 62vw;
}
.col-three .col-aside {
  flex: 0 0 15.5vw;
  padding: 0 0 0 1vw;
}

/* FOOTER STYLES */
.footer {
  display: block;
  margin: 32px 0 0 0;
  padding: 8px;
}

.hero-container {
  position: relative;
  text-align: center;
  color: white;
}

@media (max-width: 1000px) {
  /* GLOBAL STYLES */
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leafleleaflet-control-attributiont-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 50px;  /************************************************** SEJU */
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
  /*color: #0078A8;*/
	color: #FFFFFF;   /************************************************* SEJU */
  text-decoration: underline;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 30px;  /******************************************************* SEJU */
	height: 30px;  /****************************************************** SEJU */
	line-height: 30px;  /************************************************* SEJU */
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {  /***************************************** SEJU */
/*	border-top-left-radius: 4px;
	border-top-right-radius: 4px;*/
	}
.leaflet-bar a:last-child {  /****************************************** SEJU */
/*	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;*/
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/assets/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/assets/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(/icons/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
  color: #0078A8;  /******************************************************* SEJU */
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
  /*color: #c3c3c3;*/
	color: #FFFFFF;   /************************************************* SEJU */
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}


/* Directions */

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  }
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  }
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 0 solid rgba(0,0,0,0.2);
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
  background-clip: padding-box;
  }
/* RESPONSIVE RESOURCES */
.desktop {
  display: block;
}
.pad {
  display: none;
}
.mobile {
  display: none;
}



/* MEDIA QUERIES */
@media (max-width: 1000px) {
  /* RESPONSIVE RESOURCES */
  .desktop {
    display: none;
  }
  .pad {
    display: block;
  }
}



@media (max-width: 500px) {
  /* RESPONSIVE RESOURCES */
  .pad {
    display: none;
  }
  .mobile {
    display: block;
  }
}
/* GLOBAL STYLES */
.user-content-wrapper {
  color: #000;
  background-color: #FFF;
  font-family: 'Open Sans', helvetica, arial, sans;
  line-height: 25px;
  font-size: 12px;
  display: flex;
  min-height: 100vh;
}

.user-checkbox {
  -webkit-appearance: none;
  box-sizing: border-box;
  background-color: #AAA;
  border: 1px solid #AAA;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}

.user-checkbox:checked {
  -webkit-appearance: none;
  box-sizing: border-box;
  background-color: #111;
  border: 1px solid #AAA;
}

.user-checkbox-title {
  padding-left: 8px;
  line-height: 8px;
  display: table-cell;
  height: 16px;
  vertical-align: middle;
}

.remember-cb-wrapper {
  display: table;
  box-sizing: border-box;
  height: 16px;
}
