/* line 1, /guideash/app/assets/stylesheets/_layout.sass */
body {
  margin: 0;
  padding: 0;
  font-family: "SF UI Text", BlinkMacSystemFont, "Helvetica Neue", "Arial", sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  background: #EEF5FA;
}

/* line 9, /guideash/app/assets/stylesheets/_layout.sass */
.header {
  background: #fff;
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/* line 13, /guideash/app/assets/stylesheets/_layout.sass */
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 17, /guideash/app/assets/stylesheets/_layout.sass */
.header__title {
  font-size: 1.5em;
  font-weight: 300;
  color: #56A0D3;
}
/* line 21, /guideash/app/assets/stylesheets/_layout.sass */
.header__title a {
  text-decoration: none;
}
/* line 23, /guideash/app/assets/stylesheets/_layout.sass */
.header__navigation {
  margin: 0.875em 0;
}
/* line 25, /guideash/app/assets/stylesheets/_layout.sass */
.header__navigation li + li {
  margin-left: 0.625em;
}
/* line 27, /guideash/app/assets/stylesheets/_layout.sass */
.header__navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
/* line 32, /guideash/app/assets/stylesheets/_layout.sass */
.header__navigation li {
  display: inline-block;
}

/* line 36, /guideash/app/assets/stylesheets/_layout.sass */
.container {
  max-width: 90em;
  padding: 0 1em;
  margin: 0 auto;
}

/* line 41, /guideash/app/assets/stylesheets/_layout.sass */
.row {
  margin: 0 -1em;
  display: flex;
  flex-flow: row wrap;
}
/* line 45, /guideash/app/assets/stylesheets/_layout.sass */
.row .column {
  padding: 0 1em;
  flex: 1 0 0;
  max-width: 100%;
}

/* line 1, /guideash/app/assets/stylesheets/_common.sass */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 4, /guideash/app/assets/stylesheets/_common.sass */
a {
  color: #56A0D3;
}

/* line 7, /guideash/app/assets/stylesheets/_common.sass */
.align-center {
  text-align: center;
}

/* line 10, /guideash/app/assets/stylesheets/_common.sass */
.page-title {
  margin: 1em auto;
  font-size: 1.3125em;
  font-weight: 400;
  color: #476579;
}

/* line 16, /guideash/app/assets/stylesheets/_common.sass */
.back-link {
  display: block;
  padding-left: 2em;
  margin-bottom: 1em;
  text-decoration: none;
  color: #476579;
  font-size: 0.875em;
  font-style: italic;
  font-weight: 300;
  background: transparent url(/assets/icons/back-e19acf01c76a1f96961cf309569826ad0a8c1907826d7da596aba088b7343707.svg) no-repeat left center;
}

/* line 27, /guideash/app/assets/stylesheets/_common.sass */
hr {
  height: 5px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 33, /guideash/app/assets/stylesheets/_common.sass */
.flash {
  font-style: italic;
  margin: 0 auto 1em;
  padding: 0.75em;
  color: #476579;
  background: rgba(86, 160, 211, 0.1);
}
/* line 39, /guideash/app/assets/stylesheets/_common.sass */
.flash.error, .flash.alert {
  color: #fff;
  background: #E31B23;
}
/* line 42, /guideash/app/assets/stylesheets/_common.sass */
.flash.success, .flash.notice {
  color: #fff;
  background: #8fcaae;
}

/* line 46, /guideash/app/assets/stylesheets/_common.sass */
.pagination {
  display: flex;
  justify-content: center;
}
/* line 49, /guideash/app/assets/stylesheets/_common.sass */
.pagination a {
  color: inherit;
  text-decoration: none;
}
/* line 52, /guideash/app/assets/stylesheets/_common.sass */
.pagination > span {
  flex: 0 1 auto;
  padding: 0.25em 0.5em;
  margin: 0 0.25em;
  color: #56A0D3;
  border-radius: 2px;
  transition: all 0.1s;
}
/* line 59, /guideash/app/assets/stylesheets/_common.sass */
.pagination > span:hover {
  background: #A8D3F2;
  color: #fff;
}
/* line 62, /guideash/app/assets/stylesheets/_common.sass */
.pagination > span.current {
  background: #56A0D3;
  color: #fff;
}

/* line 1, /guideash/app/assets/stylesheets/_form.sass */
select:not([multiple]) {
  background: #fff url(/assets/icons/chevron-d2d4c7f0465ca8bfb13f6f43cdab918d9dad84f604a58dd2f3247855cd77293b.svg) right center;
  background-repeat: no-repeat;
}

/* line 6, /guideash/app/assets/stylesheets/_form.sass */
label, .field {
  display: block;
  width: 100%;
}

/* line 9, /guideash/app/assets/stylesheets/_form.sass */
label {
  font-size: 0.875em;
  margin-bottom: 0.25em;
  color: #476579;
}
/* line 13, /guideash/app/assets/stylesheets/_form.sass */
label.required:after {
  content: "*";
  color: #E31B23;
}

/* line 16, /guideash/app/assets/stylesheets/_form.sass */
.field_with_errors {
  margin-bottom: 1em;
}
/* line 18, /guideash/app/assets/stylesheets/_form.sass */
.field_with_errors .field {
  border-color: #E31B23;
}

/* line 20, /guideash/app/assets/stylesheets/_form.sass */
.field_with_errors + .field_with_errors {
  margin-top: -1em;
}

/* line 22, /guideash/app/assets/stylesheets/_form.sass */
.field {
  margin-bottom: 1em;
  color: #344a59;
  font-family: Roboto, BlinkMacSystemFont, -apple-system, "Helvetica Neue";
  border-color: #56A0D3;
}
/* line 27, /guideash/app/assets/stylesheets/_form.sass */
.field--file {
  padding: 1em;
}
/* line 29, /guideash/app/assets/stylesheets/_form.sass */
.field:focus {
  border-color: #56A0D3;
  outline-color: #56A0D3;
}
/* line 32, /guideash/app/assets/stylesheets/_form.sass */
.field:last-child {
  margin-bottom: 0;
}

/* line 36, /guideash/app/assets/stylesheets/_form.sass */
.field {
  -webkit-appearance: none;
  padding: 0.4em;
  background: #fff;
  border: 0;
  font-size: 1em;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

/* line 45, /guideash/app/assets/stylesheets/_form.sass */
.form-errors {
  font-size: 0.875em;
  color: #E31B23;
  font-weight: light;
  font-style: italic;
}

/* line 51, /guideash/app/assets/stylesheets/_form.sass */
.form {
  width: 100%;
  max-width: 40em;
  margin: 0 0 1em;
  background: #fff;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
/* line 58, /guideash/app/assets/stylesheets/_form.sass */
.form__title {
  padding: 0.5em 1em;
  margin: 0;
  color: #56A0D3;
  font-size: 1.5em;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/* line 65, /guideash/app/assets/stylesheets/_form.sass */
.form__content {
  padding: 1.5em;
}
/* line 67, /guideash/app/assets/stylesheets/_form.sass */
.form__actions {
  padding: 1em 1.5em;
  text-align: right;
  background: #EEF5FA;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
/* line 72, /guideash/app/assets/stylesheets/_form.sass */
.form__actions .button, .form__actions a {
  margin-left: 0.5em;
}
/* line 74, /guideash/app/assets/stylesheets/_form.sass */
.form__links {
  text-align: center;
}
/* line 76, /guideash/app/assets/stylesheets/_form.sass */
.form__links img {
  margin-top: 2em;
}

/* line 79, /guideash/app/assets/stylesheets/_form.sass */
.form--login {
  max-width: 24em;
  margin: 0 auto;
  background: none;
  border: 0;
}
/* line 84, /guideash/app/assets/stylesheets/_form.sass */
.form--login .checkbox {
  text-align: center;
}
/* line 86, /guideash/app/assets/stylesheets/_form.sass */
.form--login .checkbox label {
  display: inline-block;
  width: auto;
  padding-left: 0.25em;
}
/* line 90, /guideash/app/assets/stylesheets/_form.sass */
.form--login .form__title {
  font-size: 1.3125em;
  font-weight: 500;
  color: #476579;
  text-align: center;
  border: 0;
}
/* line 96, /guideash/app/assets/stylesheets/_form.sass */
.form--login .form__actions {
  text-align: center;
  font-size: 1.3125em;
  border: 0;
}

/* line 102, /guideash/app/assets/stylesheets/_form.sass */
.form-horizontal .form__content {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: stretch;
}
/* line 107, /guideash/app/assets/stylesheets/_form.sass */
.form-horizontal .form__content label {
  flex: 1 0 33%;
}
/* line 109, /guideash/app/assets/stylesheets/_form.sass */
.form-horizontal .form__content .field {
  flex: 1 0 66%;
}

/* line 112, /guideash/app/assets/stylesheets/_form.sass */
.button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.4em 1em;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 0.875em;
  line-height: 1;
  text-decoration: none;
  transition: all 0.1s;
  cursor: pointer;
}
/* line 123, /guideash/app/assets/stylesheets/_form.sass */
.button:focus {
  outline-color: #56A0D3;
}
/* line 125, /guideash/app/assets/stylesheets/_form.sass */
.button.primary {
  background: #56A0D3;
  color: #fff;
}
/* line 128, /guideash/app/assets/stylesheets/_form.sass */
.button.secondary {
  background: #476579;
  color: #fff;
}
/* line 131, /guideash/app/assets/stylesheets/_form.sass */
.button.alert {
  background: #fff;
  color: #E31B23;
  border-color: red;
}
/* line 135, /guideash/app/assets/stylesheets/_form.sass */
.button.alert:hover {
  background: #E31B23;
  color: #fff;
}
/* line 138, /guideash/app/assets/stylesheets/_form.sass */
.button:hover {
  box-shadow: inset 0 0 0 99em rgba(255, 255, 255, 0.2);
}
/* line 140, /guideash/app/assets/stylesheets/_form.sass */
.button:active {
  box-shadow: inset 0 0 0 99em rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 142, /guideash/app/assets/stylesheets/_form.sass */
.button.signout {
  height: 2em;
  background: url(/assets/icons/signout-c7a131d23ec8000c4c72e6838b79cbb62a60c561260fcf5a21f96275aee7d2f4.svg) no-repeat center center;
}

/* line 1, /guideash/app/assets/stylesheets/_documents.sass */
.toggable, .documents__category-title, .documents__subcategory-title {
  padding: 0.55em 2em 0.55em 2.5em;
  font-weight: 500;
  background: #fff;
  background-image: linear-gradient(-180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
/* line 10, /guideash/app/assets/stylesheets/_documents.sass */
.toggable:hover, .documents__category-title:hover, .documents__subcategory-title:hover {
  background: #fff;
}

/* line 13, /guideash/app/assets/stylesheets/_documents.sass */
.toggableClose, .documents__subcategories, .documents__documents {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: none;
  transform-origin: left top;
  transform: translateY(-10%);
  opacity: 0;
}

/* line 22, /guideash/app/assets/stylesheets/_documents.sass */
.toggableOpen, .active > .documents__subcategories, .active > .documents__documents {
  height: auto;
  padding: 10px;
  overflow: hidden;
  transform: translateY(0);
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
/* line 29, /guideash/app/assets/stylesheets/_documents.sass */
.toggableOpen + .toggableOpen, .active > .documents__subcategories + .toggableOpen, .active > .documents__documents + .toggableOpen, .active > .toggableOpen + .documents__subcategories, .active > .documents__subcategories + .documents__subcategories, .active > .documents__documents + .documents__subcategories, .active > .toggableOpen + .documents__documents, .active > .documents__subcategories + .documents__documents, .active > .documents__documents + .documents__documents {
  transition: all 0.38s ease-in-out;
}

/* line 32, /guideash/app/assets/stylesheets/_documents.sass */
.category-actions, .documents__category-actions, .documents__subcategory-actions {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  transition: opacity 0.12s ease-in;
  opacity: 0;
}

/* line 41, /guideash/app/assets/stylesheets/_documents.sass */
.documents {
  max-width: 40em;
  background: #fff;
  border-radius: 2px;
}
/* line 45, /guideash/app/assets/stylesheets/_documents.sass */
.documents li {
  display: block;
}
/* line 48, /guideash/app/assets/stylesheets/_documents.sass */
.documents__categories, .documents__subcategories, .documents__documents {
  margin: 0;
  padding: 0;
  list-style: none;
  transform-origin: top center;
}
/* line 56, /guideash/app/assets/stylesheets/_documents.sass */
.documents__subcategories {
  background: #56A0D3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 61, /guideash/app/assets/stylesheets/_documents.sass */
.documents__category, .documents__subcategory {
  position: relative;
  margin-bottom: 1px;
  border-radius: 2px;
}
/* line 66, /guideash/app/assets/stylesheets/_documents.sass */
.documents__category:before, .documents__subcategory:before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.9375em;
  height: 2.9375em;
  color: #56A0D3;
  background: transparent url(/assets/icons/chevron-d2d4c7f0465ca8bfb13f6f43cdab918d9dad84f604a58dd2f3247855cd77293b.svg) no-repeat center center;
  transform: rotate(-90deg) translateZ(1px);
  transition: transform 0.25s;
}
/* line 78, /guideash/app/assets/stylesheets/_documents.sass */
.documents__category.active:before, .documents__subcategory.active:before {
  transform: rotate(0) translateZ(1px);
}
/* line 80, /guideash/app/assets/stylesheets/_documents.sass */
.documents__category-edit, .documents__subcategory-edit {
  display: block;
  background: transparent url(/assets/icons/edit-5405fd5fe830525c2d59365988daf4f9cff3c214786ac3b20a2d854c40dd4eae.svg) no-repeat center center;
  width: 1.25em;
  height: 1.25em;
  transition: transform 0.15s;
}
/* line 86, /guideash/app/assets/stylesheets/_documents.sass */
.documents__category-edit:hover, .documents__subcategory-edit:hover {
  transform: scale(1.2);
}
/* line 88, /guideash/app/assets/stylesheets/_documents.sass */
.documents__category-edit:active, .documents__subcategory-edit:active {
  transform: scale(0.9);
}
/* line 92, /guideash/app/assets/stylesheets/_documents.sass */
.documents__subcategory:before {
  width: 2.25em;
  height: 2.25em;
}
/* line 95, /guideash/app/assets/stylesheets/_documents.sass */
.documents__subcategory-edit {
  background-size: 85%;
  opacity: 1;
}
/* line 99, /guideash/app/assets/stylesheets/_documents.sass */
.documents__category-title {
  color: #56A0D3;
  font-size: 1.3125em;
}
/* line 103, /guideash/app/assets/stylesheets/_documents.sass */
.documents__subcategory-title {
  color: #476579;
  font-size: 1em;
}
/* line 108, /guideash/app/assets/stylesheets/_documents.sass */
.documents__category-actions {
  padding: 0.875em;
}
/* line 111, /guideash/app/assets/stylesheets/_documents.sass */
.documents__subcategory-actions {
  padding: 0.5em;
}
/* line 115, /guideash/app/assets/stylesheets/_documents.sass */
.documents__category-title:hover + .documents__category-actions, .documents__category-actions:hover, .documents__subcategory-title:hover + .documents__subcategory-actions, .documents__subcategory-actions:hover {
  opacity: 1;
}
/* line 121, /guideash/app/assets/stylesheets/_documents.sass */
.documents__documents {
  background: #A8D3F2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
/* line 125, /guideash/app/assets/stylesheets/_documents.sass */
.documents__document {
  position: relative;
}
/* line 127, /guideash/app/assets/stylesheets/_documents.sass */
.documents__document-title {
  display: block;
  padding: 0.55em 6em 0.55em 1em;
  margin-bottom: 1px;
  color: #476579;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  color: #476579;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
/* line 140, /guideash/app/assets/stylesheets/_documents.sass */
.documents__document-title:hover {
  background: #EEF5FA;
  color: #56A0D3;
}
/* line 143, /guideash/app/assets/stylesheets/_documents.sass */
.documents__document-last-edit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.875em;
  text-align: right;
  color: #56A0D3;
  font-size: 0.785em;
}

/* line 1, /guideash/app/assets/stylesheets/_changelogs.sass */
.changelogs {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  color: #476579;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
/* line 7, /guideash/app/assets/stylesheets/_changelogs.sass */
.changelogs tr:first-child td {
  padding-top: 1em;
}
/* line 9, /guideash/app/assets/stylesheets/_changelogs.sass */
.changelogs tr:first-child td.changelog__icon.create {
  background-position: center 80%;
}

/* line 12, /guideash/app/assets/stylesheets/_changelogs.sass */
.changelog__date {
  padding: 0.5em;
  font-weight: 100;
  font-size: 0.875em;
  text-align: right;
}
/* line 18, /guideash/app/assets/stylesheets/_changelogs.sass */
.changelog__icon.delete {
  background: url(/assets/icons/delete-aa1cfece26685b5583013467b878ccf6586730cc4e9ac8829ecb8bba004a84b8.svg) no-repeat center center;
  padding: 0.5em 1em;
}
/* line 21, /guideash/app/assets/stylesheets/_changelogs.sass */
.changelog__icon.create {
  background: url(/assets/icons/create-49f1c00e21be0edb6274102c52fd0f772b25ae6415a8c5d89551aaef2b2e80f9.svg) no-repeat center center;
  padding: 0.5em 1em;
}
/* line 24, /guideash/app/assets/stylesheets/_changelogs.sass */
.changelog__icon.update {
  background: url(/assets/icons/update-d3d084578addc76194f2021e9ee5fa5f1f978182732aa251a6450b74aea7df1a.svg) no-repeat center center;
  padding: 0.5em 1em;
}
/* line 27, /guideash/app/assets/stylesheets/_changelogs.sass */
.changelog__icon.move {
  background: url(/assets/icons/move-2af550ba38b0e67d81c5871a003ea23d26558a40e452478b41e660a25ac42fe8.svg) no-repeat center center;
  padding: 0.5em 1em;
}
/* line 30, /guideash/app/assets/stylesheets/_changelogs.sass */
.changelog__label {
  word-break: break-all;
  padding: 0.5em;
  font-size: 0.875em;
}
/* line 34, /guideash/app/assets/stylesheets/_changelogs.sass */
.changelog__document {
  font-weight: 600;
}
/* line 36, /guideash/app/assets/stylesheets/_changelogs.sass */
.changelog__separator {
  text-align: right;
  font-size: 0.875em;
  position: relative;
}
/* line 40, /guideash/app/assets/stylesheets/_changelogs.sass */
.changelog__separator:before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  right: 6em;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/*===============================
=            Choices            =
===============================*/
/* line 24, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}
/* line 28, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices:focus {
  outline: none;
}
/* line 29, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices:last-child {
  margin-bottom: 0;
}
/* line 31, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #EAEAEA;
  cursor: not-allowed;
  user-select: none;
}
/* line 36, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

/* line 40, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices[data-type*="select-one"] {
  cursor: pointer;
}
/* line 42, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}
/* line 43, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #56A0D3;
  background-color: #FFFFFF;
  margin: 0;
}
/* line 51, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices[data-type*="select-one"] .choices__button {
  background-image: url("../../icons//cross-inverse.svg");
  padding: 0;
  background-size: 8px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5;
}
/* line 65, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1;
}
/* line 66, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0px 0px 0px 2px #56A0D3;
}
/* line 68, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices[data-type*="select-one"]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
/* line 81, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}
/* line 86, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}
/* line 90, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

/* line 100, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
  cursor: text;
}
/* line 101, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #3388c3;
  background-image: url("../../icons//cross.svg");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
}
/* line 115, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
  opacity: 1;
}

/* line 119, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #fff;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #56A0D3;
  border-radius: 2px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
/* line 130, /guideash/app/assets/stylesheets/vendor/choices.scss */
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #2e7aaf;
}
/* line 131, /guideash/app/assets/stylesheets/vendor/choices.scss */
.is-open .choices__inner {
  border-radius: 2px 2px 0 0;
}
/* line 132, /guideash/app/assets/stylesheets/vendor/choices.scss */
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2px 2px;
}

/* line 135, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/* line 141, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
/* line 145, /guideash/app/assets/stylesheets/vendor/choices.scss */
[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
/* line 149, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__list--single .choices__item {
  width: 100%;
}

/* line 152, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__list--multiple {
  display: inline;
}
/* line 154, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #56A0D3;
  border: 1px solid #4295ce;
  color: #FFFFFF;
  word-break: break-all;
}
/* line 167, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
/* line 168, /guideash/app/assets/stylesheets/vendor/choices.scss */
[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
/* line 172, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #4295ce;
  border: 1px solid #3388c3;
}
/* line 176, /guideash/app/assets/stylesheets/vendor/choices.scss */
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

/* line 183, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #56A0D3;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden;
  word-break: break-all;
}
/* line 196, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__list--dropdown.is-active {
  display: block;
}
/* line 197, /guideash/app/assets/stylesheets/vendor/choices.scss */
.is-open .choices__list--dropdown {
  border-color: #2e7aaf;
}
/* line 198, /guideash/app/assets/stylesheets/vendor/choices.scss */
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}
/* line 205, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
/* line 212, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
/* line 216, /guideash/app/assets/stylesheets/vendor/choices.scss */
[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  /* line 218, /guideash/app/assets/stylesheets/vendor/choices.scss */
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  /* line 221, /guideash/app/assets/stylesheets/vendor/choices.scss */
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 230, /guideash/app/assets/stylesheets/vendor/choices.scss */
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  /* line 234, /guideash/app/assets/stylesheets/vendor/choices.scss */
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}
/* line 240, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
/* line 242, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5;
}

/* line 247, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__item {
  cursor: default;
}

/* line 248, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__item--selectable {
  cursor: pointer;
}

/* line 249, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: .5;
}

/* line 255, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #7eb7de;
  color: gray;
}

/* line 263, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
/* line 272, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__button:focus {
  outline: none;
}

/* line 275, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
/* line 285, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__input:focus {
  outline: 0;
}
/* line 286, /guideash/app/assets/stylesheets/vendor/choices.scss */
[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

/* line 292, /guideash/app/assets/stylesheets/vendor/choices.scss */
.choices__placeholder {
  opacity: .5;
}

/*=====  End of Choices  ======*/
@media screen and (max-width: 40em) {
  /* line 4, /guideash/app/assets/stylesheets/_responsive.sass */
  .header > .container {
    flex-flow: column nowrap;
  }

  /* line 6, /guideash/app/assets/stylesheets/_responsive.sass */
  .form-horizontal .form__content {
    flex-flow: column;
  }
}
