@charset 'UTF-8';

@font-face {
    font-family: 'bariolregular';
    src: url('/fonts/bariol_regular-webfont.eot');
    src: url('/fonts/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bariol_regular-webfont.woff2') format('woff2'),
         url('/fonts/bariol_regular-webfont.woff') format('woff'),
         url('/fonts/bariol_regular-webfont.ttf') format('truetype'),
         url('/fonts/bariol_regular-webfont.svg#bariolregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bariolitalic';
    src: url('/fonts/bariol_regular_italic-webfont.eot');
    src: url('/fonts/bariol_regular_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bariol_regular_italic-webfont.woff2') format('woff2'),
         url('/fonts/bariol_regular_italic-webfont.woff') format('woff'),
         url('/fonts/bariol_regular_italic-webfont.ttf') format('truetype'),
         url('/fonts/bariol_regular_italic-webfont.svg#bariolitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: auto;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
}

body {
    background-color: #fff;
    font-family: bariolregular, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: bariolregular, Arial, sans-serif;
}

h1 {
    font-size: 1.333rem;
    margin-bottom: 0.75em;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2.25rem; }
}

h2 {
    font-size: 1.25rem;
    margin-bottom: 0.75em;
}

@media print, screen and (min-width: 40em) {
  h2 {
    font-size: 2.125rem; }
}

header {
    background-color: #fff;
    margin: 0;
    padding: 0.5rem 0;
    color: #555555;
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    z-index: 500;
}
header .menu li a {
    color: #808080;
    text-transform: uppercase;
}
header .menu li a:hover {
    color: #139094;
}

header .menu li a i {
    color: #555555;
}
header .menu li a:hover i {
    color: #139094;
    -webkit-transform: scale(1.25, 1.25);
        -ms-transform: scale(1.25, 1.25);
            transform: scale(1.25, 1.25);
}
/* Small only */
@media screen and (max-width: 39.9375em) {
    header .menu li a {
        padding: 1em 0.125rem;
    }
}


#logo {
    max-height: 3.5rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    #logo {
        max-height: 2.75rem;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #logo {
        max-height: 3rem;
    }
}


main {
    background-color: #ffffff;
    min-height: 40rem;
    margin: 0 0 0 0;
    padding: 7rem 0 4em 0;
    overflow-x: hidden;
}

footer {
    border-top: 2px solid #ccc;
    margin: 0;
    padding: 1em 0 2em 0;
    color: #555;
    background: #f1f1f1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f1f1f1, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f1f1f1, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f1f1f1, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f1f1f1, #fff); /* Standard syntax */
}
footer p {
    font-family: bariolregular, Arial, sans-serif;
    font-size: 0.875em;
    color: #555;
}
footer a {
    color: #555;
}
footer .menu a {
    color: #333;
}
footer a:hover {
    color: #33b4b8;
}
footer small {
    font-size: 0.875em;
}

.bg-partnership {
    color: #888;
    padding: 2rem 0;
    margin: 2rem 0;
    border-top: 0.125rem solid #ccc;
    border-bottom: 0.125rem solid #ccc;

    background: #ffffff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f9f9f9, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f9f9f9, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f9f9f9, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f9f9f9, #fff); /* Standard syntax */
}

.bg-essensus {
    background-color: #33b4b8;
    color: #fff;
    padding: 3rem 0;
    margin: 2rem 0 1rem 0;
}

.bg-essensus .button,
.bg-essensus button {
    font-weight: 500;
}

.bg-essensus .button.secondary {
    background-color: #ffffff;
    color: #33b4b8 !important;
}
.bg-essensus .button.secondary:hover,
.button.secondary:focus {
    background-color: #99d9db;
    color: #116968 !important;
}

.bg-essensus .hollow.secondary {
    border: 1px solid #ffffff !important;
    background-color: transparent;
    color: #ffffff !important;
}
.bg-essensus .button.hollow.secondary:hover,
.bg-essensus .button.hollow.secondary:focus {
    background-color: #99d9db;
    color: #116968 !important;
}

#cookies {
    width: 100%;
    position: fixed;
    bottom: -1px;
    left: 0px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    padding: 1em;
}
#cookies p {
    color: #ccc;
    font-size: 0.75em;
    margin-bottom: 0;
}
#cookies a {
    color: #ccc;
}
#cookies a:hover {
    color: #fff;
}

.reveal h2 {
    position: relative;
    margin: -1rem -1rem 1em -1rem !important;
    background-color: #EFEFEF;
    padding: 0.25em 1em;
    font-size: 1.5em;
}

/* google maps fix */
img,
object,
embed {
    max-width: 100%;
}

.fieldset {
    margin: 1.125rem 0;
    padding: 0.5rem 1rem;
}

/* AMagdic */
div#info-message,
div#error-message {
    margin: -32px 0 2rem 0;
    border:0;
    border-radius: 0;
}
div#info-message p,
div#error-message p {
    margin-bottom:0;
}
div#info-message.callout.success {
    background-color: #5da423;
    color: #fff;
}
div#error-message.callout.alert {
    background-color: #c60f13;
    color: #fff;
}

table.amagdic-admin-table {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

div.amagdic-button-submit {
    margin-top: 1rem;
    margin-bottom: 0;
    padding-top: 1.5rem;
    border-top: 1px solid #ddd;
}
div.reveal div.amagdic-button-submit {
    padding-top: 0;
    border-top: 0;
}

.amagdic-button-submit button,
.amagdic-button-submit .button {
    margin-bottom: 0.5rem;
}

/* colors */
.black {
    color: #000000;
}
.gray {
    color: #808080;
}
.green {
    color: #5da423;
}
.dark-green {
    color: #139094;
}
.red {
    color: #c60f13;
}
.white {
    color: #ffffff;
}

.amagdic-icon {
    display: block;
    margin: 0;
    padding: 1rem;
    line-height: 1.25rem;
}
.amagdic-icon span {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #808080;
}
.amagdic-icon:hover span {
    font-size: 0.75rem;
    color: #33b4b8;
}

/* animations */
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
                transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
                transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.amagdic-pulsate {
    -webkit-animation: pulsate 8s ease-out;
            animation: pulsate 8s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    opacity: 1;
}

.amagdic-zoom:hover i {
    -webkit-transform: scale(1.25, 1.25);
        -ms-transform: scale(1.25, 1.25);
            transform: scale(1.25, 1.25);
}

table th,
table td {
    font-size: 0.875em;
}

@media screen and (min-width: 40em) {
    table th,
    table td {
        font-size: 1em;
    }
}

/* Foundation */

.menu > li > a {
    padding: 0.5rem 0.75rem;}

.menu > li:first-child > a {
    padding: 0.5rem 0.75rem 0.5rem 0.75rem;}

.menu > li:last-child > a {
    padding: 0.5rem 0.75rem 0.5rem 0.75rem;}

.menu.vertical > li > a {
    padding: 0.5rem 0.75rem;}

.menu.vertical > li:first-child > a {
    padding: 0.75rem 0.75rem 0.5rem 0.75rem;}

.menu.vertical > li:last-child > a {
    padding: 0.5rem 0.75rem 0.75rem 0.75rem;}

.off-canvas-content {
    background-color: #fff;
    min-height: 100vh !important;
}
.off-canvas {
    height: 100%;
    min-height: 100%;
    background-color: #808080;
    bottom: 0;
}
.off-canvas h5 {
    padding: 0.75rem 1rem;
    margin: 0;
    color: #eee;
    background-color: #139094;
    font-size: 1rem;
}
.off-canvas ul.menu li a {
    background-color: #808080 !important;
    color: #fff !important;
}
.off-canvas .menu li a:hover {
    background-color: #189ca1 !important;
    color: #fff !important;
}
.off-canvas ul.menu li a i {
    color: #ddd !important;
}
.off-canvas .menu li a:hover i {
    color: #fff !important;
    -webkit-transform: scale(1.25, 1.25);
        -ms-transform: scale(1.25, 1.25);
            transform: scale(1.25, 1.25);
}

.close-button {
    color: #000 !important;
    margin-top: -0.125em;
}

.off-canvas .close-button,
div#info-message .close-button,
div#error-message .close-button {
    color: #fff !important;
}

.off-canvas .close-button:hover {
    color: #fff !important;
}

.close-button:hover {
    -webkit-transform: scale(1.25, 1.25);
        -ms-transform: scale(1.25, 1.25);
            transform: scale(1.25, 1.25);
}

button,
.button {
    font-family: sans-serif;
    text-transform: uppercase;
    color: #fff !important;
}

.button-group .button {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;}

.callout {
    border: 0;
    background-color: #f1f1f1;
}

.callout.alert {
    color: #990000;
}

.form-error {
    margin-top: -1em;
    color: #990000;
    font-size: 1em;
}
.is-invalid-label {
    color: #990000;
}

.breadcrumbs {
    margin-top: -1rem;
}

.orbit-slide {
    display: block;
    position: relative;
    background-color:#0b1328;
}

.orbit-caption {
    position: absolute;
    display: block;
    top: 40%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #ffffff;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    height: 1.125em;
    min-height: 1em;
    max-height: auto;
    text-shadow: 0 0 1px #ccc;
}

.orbit-caption strong {
    display: block;
    padding: 0.125em 0 0.25em 0;
    color: #33b4b8;
    font-size: 2em;
    text-shadow: 0 0 1px #ccc;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .orbit-caption {
        font-size: 1.5rem;
        line-height: 1em;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .orbit-caption {
        font-size: 2rem;
        line-height: 1em;
    }
}

.lead {
  font-size: 125%;
  line-height: 1.4; }





/* datepicker */
.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr; }
  .datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-size: 13px;
    line-height: 18px; }
    .datepicker.dropdown-menu th {
      padding: 4px 5px; }
    .datepicker.dropdown-menu td {
      padding: 4px 5px; }
  .datepicker table {
    border: 0;
    margin: 0;
    width: auto; }
    .datepicker table tr td span {
      display: block;
      width: 23%;
      height: 54px;
      line-height: 54px;
      float: left;
      margin: 1%;
      cursor: pointer; }
  .datepicker td {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer; }
    .datepicker td.active.day, .datepicker td.active.year {
      background: #2ba6cb; }
    .datepicker td.old, .datepicker td.new {
      color: #999; }
    .datepicker td span.active {
      background: #2ba6cb; }
    .datepicker td.day.disabled {
      color: #eee; }
    .datepicker td span.month.disabled, .datepicker td span.year.disabled {
      color: #eee; }
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer; }
    .datepicker th.active.day, .datepicker th.active.year {
      background: #2ba6cb; }
    .datepicker th.date-switch {
      width: 145px; }
    .datepicker th span.active {
      background: #2ba6cb; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  .datepicker.days div.datepicker-days {
    display: block; }
  .datepicker.months div.datepicker-months {
    display: block; }
  .datepicker.years div.datepicker-years {
    display: block; }
  .datepicker thead tr:first-child th {
    cursor: pointer; }
    .datepicker thead tr:first-child th.cw {
      cursor: default;
      background-color: transparent; }
  .datepicker tfoot tr:first-child th {
    cursor: pointer; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }
  .datepicker-rtl table tr td span {
    float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px; }

.datepicker > div,
.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none; }

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }



/* Select2 plugin */
.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0 0 1rem 0;
  position: relative;
  vertical-align: middle;
  font-size: 1rem;
  width: 100%;
  min-width: 100%;}
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 1em;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
