
.select2-container {
  width: 100%!important;
  margin-bottom: 1.5rem!important;
  font-size: 1.25rem;
}

.select2-container .select2-selection--single {
  height: 3rem!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 3rem!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3rem!important;
  right: .75rem!important;
}

.close-dropdown .close-dropdown__content  {
    display: none;
}
.close-dropdown .close-dropdown__content.is-active {
  display: block;
}

.close-dropdown .select2-container--default {
  margin-bottom: .25rem!important;
}
.close-dropdown__content h2:first-child, .close-dropdown__content h3:first-child, .close-dropdown__content h4:first-child {
  margin-top: 1.5rem;
}
.close-dropdown__content :last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/

#US_Interactive_Map g {
  cursor: pointer;
}

#US_Interactive_Map g.selected path:first-child {
  fill: #0066FF;
}

/*Michigan*/
#US_Interactive_Map g.selected#michigan g path:first-child {
  fill: #0066FF;
}

/*Hawaii and Alaska */
#US_Interactive_Map g.selected#hawaii path, #US_Interactive_Map g.selected#alaska path{
  fill: #0066FF;
}

#US_Interactive_Map g.selected:not(.black-text) text {
  fill: #FFFFFF;
}

/* Content */
.close-dropdown__content h2, .close-dropdown__content h3, .close-dropdown__content h4, .close-dropdown__content h5 {
  margin-bottom: 1.5rem;
}

.close_dropdown__intro h2:last-child {
  margin-bottom:0;
}
