input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8; }

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE; }

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }

.parsley-errors-list.filled {
  opacity: 1; }

.recaptcha-error-msg {
  color: red; }

.single_add_to_cart_button {
  cursor: pointer; }

body .container .bottom-block .donation_button_civi {
  border: none;
  display: inline-block;
  background: #EF3837;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px; }

form input {
  outline: none; }

.submit-form {
  background-color: #EF3837;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 26px 55px;
  font-family: 'Museo', sans-serif;
  font-size: 16px;
  border: 0;
  position: relative; }
  .submit-form::after {
    background: url("../images/ajax-loader.gif") no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    content: "";
    top: 50%;
    margin-top: -8px;
    right: 15px;
    opacity: 0; }
  .submit-form.show-loader::after {
    opacity: 1; }

@media (min-width: 320px) {
  .event-header-image-create figure.wpb_wrapper {
    display: block; } }
@media (min-width: 1200px) {
  .event-header-image-create figure.wpb_wrapper {
    display: inline-block; } }
@media (min-width: 320px) {
  .event-header-image-create figure.wpb_wrapper .vc_single_image-wrapper {
    display: block; } }
@media (min-width: 1200px) {
  .event-header-image-create figure.wpb_wrapper .vc_single_image-wrapper {
    display: inline-block; } }
@media (min-width: 320px) {
  .event-header-image-create figure.wpb_wrapper .vc_single_image-wrapper img {
    width: 100%; } }
@media (min-width: 1200px) {
  .event-header-image-create figure.wpb_wrapper .vc_single_image-wrapper img {
    width: 55vw; } }

.find-events-zipcode .error_postcode {
  border: 1px solid red; }
  .find-events-zipcode .error_postcode:focus {
    outline: none; }

.find-events-list {
  display: block; }
  .find-events-list .letter_filter {
    height: 1.85%;
    width: 77%;
    text-align: center;
    color: #9BAAB0;
    font-family: 'Museo', sans-serif;
    font-size: 24px;
    line-height: 34px;
    margin: auto;
    padding-bottom: 20px; }
    .find-events-list .letter_filter span {
      font-family: "Museo Sans"; }
    .find-events-list .letter_filter label {
      cursor: pointer;
      padding: 0 14px; }
      .find-events-list .letter_filter label input[type=radio] {
        opacity: 0;
        position: absolute; }
        .find-events-list .letter_filter label input[type=radio]:checked + span {
          color: #4E585C; }
  .find-events-list .post_type_filter {
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #DDE1E4; }
    .find-events-list .post_type_filter ul {
      padding-left: 0; }
      .find-events-list .post_type_filter ul li {
        list-style-type: none;
        float: left;
        background-color: #DDE1E4;
        padding: 19px 30px;
        color: #4E585C;
        font-family: 'Museo', sans-serif;
        font-size: 18px;
        line-height: 22px;
        margin: 0;
        cursor: pointer; }
        .find-events-list .post_type_filter ul li.active {
          background-color: #f4f6f6; }
  .find-events-list .pagination_block .pagination {
    display: block;
    text-align: center; }
    .find-events-list .pagination_block .pagination li {
      width: auto;
      float: none;
      margin: 3px;
      display: inline-block;
      border: 0;
      background: transparent;
      border-radius: 0; }
      .find-events-list .pagination_block .pagination li.active {
        background-color: #DDE1E4; }
        .find-events-list .pagination_block .pagination li.active a {
          color: #4E585C; }
      .find-events-list .pagination_block .pagination li a {
        border: 0;
        padding: 9px 11px;
        background: transparent;
        font-family: "Open Sans";
        font-size: 20px;
        line-height: 27px;
        color: #9BAAB0; }
  @media (max-width: 768px) {
    .find-events-list ul.events li {
      width: 100%;
      min-height: auto; } }

.checkbox-component > input + label > .input-box,
.radio-component > input + label > .input-box {
  border-color: #4d82ff;
  background: #4d82ff; }

.checkbox-component > input + label > .input-box > .input-box-tick > path {
  stroke: #fff; }

.radio-component > input + label > .input-box > .input-box-circle {
  background: #fff; }

@media (max-width: 768px) {
  .featured-events ul.events li {
    width: 100%;
    min-height: auto; } }

.civicrm_donation_page .top-block {
  background: #fff;
  padding: 40px;
  margin-bottom: 50px;
  width: 100%; }
  .civicrm_donation_page .top-block .create_pcp_link-section, .civicrm_donation_page .top-block #tell-a-friend {
    display: none; }
  .civicrm_donation_page .top-block label {
    color: #9BAAB0; }
  .civicrm_donation_page .top-block #intro_text {
    line-height: normal; }
  .civicrm_donation_page .top-block .contribution_amount-section {
    display: none; }
  .civicrm_donation_page .top-block #billing-payment-block {
    display: block; }
  .civicrm_donation_page .top-block #payment_information {
    display: block; }
  .civicrm_donation_page .top-block .select2-chosen {
    line-height: unset; }
  .civicrm_donation_page .top-block #crm-submit-buttons .crm-button {
    text-shadow: none;
    background: transparent;
    border: 0; }
    .civicrm_donation_page .top-block #crm-submit-buttons .crm-button .fa-check {
      display: none; }
  .civicrm_donation_page .top-block #crm-submit-buttons .crm-form-submit {
    border: none;
    display: inline-block;
    background: #EF3837;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: auto;
    text-shadow: none;
    padding: 10px; }

.crm-contribution-confirm-form-block #crm-submit-buttons {
  height: auto; }
  .crm-contribution-confirm-form-block #crm-submit-buttons .crm-button {
    text-shadow: none;
    background: transparent;
    border: 0;
    display: inline-block;
    float: none !important; }
    .crm-contribution-confirm-form-block #crm-submit-buttons .crm-button .fa-chevron-left {
      display: none; }

.crm-container .section-event-top h3 {
  background: transparent; }
.crm-container .section-more-events h3 {
  margin-top: 0;
  padding: 0;
  padding-bottom: 20px;
  color: #DD2F2E;
  font-family: 'Museo', sans-serif;
  font-size: 38px;
  line-height: 52px;
  background: transparent; }

.share_this_block {
  /* Non solid icons get a stroke */
  /* Solid icons get a fill */ }
  .share_this_block .share_this_title {
    height: 40px;
    width: 140px;
    color: #9BAAB0;
    font-family: "Open Sans";
    font-size: 30px;
    line-height: 40px; }
  .share_this_block .share_this_count {
    height: 52px;
    width: 78px;
    color: #4E585C;
    font-family: "Open Sans";
    font-size: 38px;
    font-weight: bold;
    line-height: 52px;
    text-align: center; }
  .share_this_block .shares {
    height: 28px;
    width: 62px;
    color: #4E585C;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-align: center; }
  .share_this_block .resp-sharing-button__link,
  .share_this_block .resp-sharing-button__icon {
    display: inline-block; }
  .share_this_block .resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em; }
  .share_this_block .resp-sharing-button {
    transition: 25ms ease-out;
    padding: 1em 1em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }
  .share_this_block .resp-sharing-button__icon svg {
    width: 40px;
    height: 40px;
    vertical-align: top; }
  .share_this_block .resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle; }
  .share_this_block .resp-sharing-button__icon {
    stroke: #fff;
    fill: none; }
  .share_this_block .resp-sharing-button__icon--solid,
  .share_this_block .resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none; }
  .share_this_block .resp-sharing-button--twitter {
    background-color: #55acee; }
  .share_this_block .resp-sharing-button--twitter:hover {
    background-color: #2795e9; }
  .share_this_block .resp-sharing-button--pinterest {
    background-color: #bd081c; }
  .share_this_block .resp-sharing-button--pinterest:hover {
    background-color: #8c0615; }
  .share_this_block .resp-sharing-button--facebook {
    background-color: #3b5998; }
  .share_this_block .resp-sharing-button--facebook:hover {
    background-color: #2d4373; }
  .share_this_block .resp-sharing-button--tumblr {
    background-color: #35465C; }
  .share_this_block .resp-sharing-button--tumblr:hover {
    background-color: #222d3c; }
  .share_this_block .resp-sharing-button--reddit {
    background-color: #5f99cf; }
  .share_this_block .resp-sharing-button--reddit:hover {
    background-color: #3a80c1; }
  .share_this_block .resp-sharing-button--google {
    background-color: #dd4b39; }
  .share_this_block .resp-sharing-button--google:hover {
    background-color: #c23321; }
  .share_this_block .resp-sharing-button--linkedin {
    background-color: #0077b5; }
  .share_this_block .resp-sharing-button--linkedin:hover {
    background-color: #046293; }
  .share_this_block .resp-sharing-button--email {
    background-color: #777; }
  .share_this_block .resp-sharing-button--email:hover {
    background-color: #5e5e5e; }
  .share_this_block .resp-sharing-button--xing {
    background-color: #1a7576; }
  .share_this_block .resp-sharing-button--xing:hover {
    background-color: #114c4c; }
  .share_this_block .resp-sharing-button--whatsapp {
    background-color: #25D366; }
  .share_this_block .resp-sharing-button--whatsapp:hover {
    background-color: #1da851; }
  .share_this_block .resp-sharing-button--hackernews {
    background-color: #FF6600; }
  .share_this_block .resp-sharing-button--hackernews:hover, .share_this_block .resp-sharing-button--hackernews:focus {
    background-color: #FB6200; }
  .share_this_block .resp-sharing-button--vk {
    background-color: #507299; }
  .share_this_block .resp-sharing-button--vk:hover {
    background-color: #43648c; }
  .share_this_block .resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998; }
  .share_this_block .resp-sharing-button--facebook:hover,
  .share_this_block .resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373; }
  .share_this_block .resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee; }
  .share_this_block .resp-sharing-button--twitter:hover,
  .share_this_block .resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9; }
  .share_this_block .resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777; }
  .share_this_block .resp-sharing-button--email:hover,
  .share_this_block .resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e; }
  .share_this_block .resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5; }
  .share_this_block .resp-sharing-button--linkedin:hover,
  .share_this_block .resp-sharing-button--linkedin:active {
    background-color: #046293;
    border-color: #046293; }

#crm-container .section-event-bottom p a {
  color: #FFF;
  font-family: Museo;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-decoration: underline; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  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: 100%;
  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;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !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;
  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; }

@-webkit-keyframes rotate-90-cw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@keyframes rotate-90-cw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
.navbar-nav > li.menu-item-has-children > a::after {
  position: absolute;
  top: 5px;
  left: auto; }

ul.nav.navbar-nav > li:hover > a {
  color: #1B3A44;
  text-decoration: none; }
  ul.nav.navbar-nav > li:hover > a:after {
    transform: rotate(90deg); }
ul.nav.navbar-nav > li > ul li {
  padding: 0; }
ul.nav.navbar-nav > li > ul > li ul {
  padding: 0; }
ul.nav.navbar-nav > li > a {
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px; }
  ul.nav.navbar-nav > li > a:after {
    display: block; }

.main-header ul.nav.navbar-nav > li > a {
  padding-bottom: 10px; }

/*# sourceMappingURL=style-5.css.map */
