* {
  box-sizing: border-box; }

.interactive-map__wrapper, .edit-post-visual-editor .acf-block-preview .interactive-map__wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch; }

.interactive-map .us-map, .edit-post-visual-editor .acf-block-preview .interactive-map .us-map {
  width: 100%; }
  .interactive-map .us-map .tt_sm::after, .edit-post-visual-editor .acf-block-preview .interactive-map .us-map .tt_sm::after {
    display: none !important; }

.interactive-map__content, .edit-post-visual-editor .acf-block-preview .interactive-map__content {
  width: 100%;
  flex-grow: 1;
  padding-top: 3.75rem; }

.interactive-map .files-block__title, .edit-post-visual-editor .acf-block-preview .interactive-map .files-block__title {
  margin-bottom: 0.9375rem; }

.interactive-map .files li:not(:last-child), .edit-post-visual-editor .acf-block-preview .interactive-map .files li:not(:last-child) {
  margin-bottom: 0.625rem; }

@media screen and (min-width: 768px) {
  .interactive-map .us-map, .edit-post-visual-editor .acf-block-preview .interactive-map .us-map {
    width: 50%;
    max-width: 800px;
    margin-right: 1.875rem; }
  .interactive-map .container, .edit-post-visual-editor .acf-block-preview .interactive-map .container {
    padding-right: 0;
    padding-left: 0; }
  .interactive-map__content, .edit-post-visual-editor .acf-block-preview .interactive-map__content {
    width: calc(100% - 830px); } }

@media screen and (min-width: 992px) {
  .interactive-map__wrapper, .edit-post-visual-editor .acf-block-preview .interactive-map__wrapper {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem; }
  .interactive-map .us-map, .edit-post-visual-editor .acf-block-preview .interactive-map .us-map {
    width: calc(70% - 50px);
    max-width: unset;
    margin-right: 3.125rem; }
  .interactive-map__content, .edit-post-visual-editor .acf-block-preview .interactive-map__content {
    width: 30%; } }

#tt_sm_us-map-render {
  transform: translateX(-50%); }

.tt_sm {
  padding: 0.9375rem 1.25rem;
  opacity: 1;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  min-width: 240px;
  position: relative; }
  .tt_sm:after {
    content: '';
    display: block;
    border: 0 solid transparent;
    border-left-width: 17px;
    border-right-width: 17px;
    border-top: 20px solid #FFFFFF;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .tt_sm .xmark_sm a:after {
    display: none; }
  .tt_sm .tt_name_sm {
    font-style: normal;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 100%;
    letter-spacing: -0.015em;
    color: #002856;
    margin-bottom: 0.9375rem; }
    @media screen and (min-width: 768px) {
      .tt_sm .tt_name_sm {
        font-size: 1.875rem;
        margin-bottom: 1.5625rem; } }
  .tt_sm .map__modal .state-stats li {
    font-style: normal;
    font-weight: 700;
    font-size: 0.6875rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(0, 40, 86, 0.9);
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.9375rem; }
    .tt_sm .map__modal .state-stats li:last-child {
      margin-bottom: 0; }
