@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#bms[v-cloak] {
  display: none; }

#bms h2 {
  color: #145e9a;
  font-size: 16.8px;
  font-family: "Quicksand", sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  #bms h2:before {
    content: "\EA1B";
    font-family: "fa";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #1c9bd4;
    margin-right: 10px; }

#bms .bms_block {
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 10px; }

#bms .leaflet-interactive {
  cursor: default !important; }

@media screen and (min-width: 40em) {
  #bms .bms_tabs {
    display: flex; } }

#bms .bms_tabs > li {
  display: flex;
  align-items: center;
  cursor: pointer; }
  @media screen and (max-width: 39.99875em) {
    #bms .bms_tabs > li:not(:last-child) {
      margin-bottom: 15px; } }
  #bms .bms_tabs > li.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  #bms .bms_tabs > li:hover figure img, #bms .bms_tabs > li.active figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  #bms .bms_tabs > li:hover h3, #bms .bms_tabs > li.active h3 {
    color: #db0084; }
  #bms .bms_tabs > li:not(:last-child) {
    margin-right: 16px; }
  #bms .bms_tabs > li figure {
    margin-right: 8px;
    height: 52px;
    width: 52px;
    overflow: hidden;
    border-radius: 50%;
    flex: 0 0 52px; }
    @media screen and (max-width: 39.99875em) {
      #bms .bms_tabs > li figure {
        width: 40px;
        height: 40px;
        flex: 0 0 40px; } }
    #bms .bms_tabs > li figure img {
      display: block;
      width: 100%;
      height: auto;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  #bms .bms_tabs > li h3 {
    color: #145e9a;
    font-size: 16px;
    font-weight: normal;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #bms .bms_tabs > li:after {
    content: "\EA03";
    font-family: "fa";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #145e9a;
    margin-left: 8px;
    font-size: 13px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

#bms .bms_content {
  padding-top: 16px;
  padding-bottom: 16px; }
  @media screen and (min-width: 40em) {
    #bms .bms_content {
      display: flex;
      align-items: top;
      justify-content: space-around; } }
  @media screen and (max-width: 39.99875em) {
    #bms .bms_content {
      flex-direction: column;
      align-items: center; } }
  @media screen and (max-width: 74.99875em) {
    #bms .bms_content > li {
      padding: 0px 10px; } }
  @media screen and (max-width: 39.99875em) {
    #bms .bms_content > li {
      padding: 0; }
      #bms .bms_content > li:not(:last-child) {
        margin-bottom: 15px; } }
  #bms .bms_content > li h4 {
    margin-bottom: 16px;
    color: #145e9a;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 17px; }
  #bms .bms_content > li figure {
    margin-bottom: 16px; }
    #bms .bms_content > li figure img {
      border-radius: 5px;
      display: flex;
      max-width: 100%;
      height: auto;
      margin: 0px auto; }
  #bms .bms_content > li ul {
    padding-left: 18px; }
    #bms .bms_content > li ul > li {
      list-style-type: disc;
      color: #626262;
      font-size: 14px; }
      #bms .bms_content > li ul > li:not(:last-child) {
        margin-bottom: 7px; }
      #bms .bms_content > li ul > li a {
        display: block;
        color: #1c9bd4;
        font-size: 14.4px;
        font-weight: 600;
        cursor: pointer; }
        #bms .bms_content > li ul > li a:hover {
          color: #db0084; }

#bms .bms_content.domtom > li {
  margin-bottom: 0;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 39.99875em) {
    #bms .bms_content.domtom > li:not(:last-child) {
      margin-bottom: 15px; } }
  #bms .bms_content.domtom > li.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  #bms .bms_content.domtom > li:hover figure img, #bms .bms_content.domtom > li.active figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  #bms .bms_content.domtom > li:hover h3, #bms .bms_content.domtom > li.active h3 {
    color: #db0084; }
  #bms .bms_content.domtom > li:not(:last-child) {
    margin-right: 16px; }
  #bms .bms_content.domtom > li figure {
    margin-right: 8px;
    height: 52px;
    width: 52px;
    overflow: hidden;
    border-radius: 50%;
    flex: 0 0 52px;
    margin-bottom: 0; }
    @media screen and (max-width: 39.99875em) {
      #bms .bms_content.domtom > li figure {
        width: 40px;
        height: 40px;
        flex: 0 0 40px; } }
    #bms .bms_content.domtom > li figure img {
      display: block;
      width: 100%;
      height: auto;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      object-fit: cover; }
  #bms .bms_content.domtom > li .bms-list a {
    display: block; }
    #bms .bms_content.domtom > li .bms-list a:not(:last-child) {
      margin-bottom: 16px !important; }
    #bms .bms_content.domtom > li .bms-list a h4 {
      margin-bottom: 0; }
    #bms .bms_content.domtom > li .bms-list a[href] h4 {
      color: #DB0084; }
  #bms .bms_content.domtom > li h3 {
    color: #145e9a;
    font-size: 16px;
    font-weight: normal;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #bms .bms_content.domtom > li h4 {
    font-size: 16px; }
    #bms .bms_content.domtom > li h4.active {
      color: #db0084;
      cursor: pointer; }
  #bms .bms_content.domtom > li a {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important; }

.modal-bms .modal-body .title {
  font-family: "CrimsonText", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #145e9a;
  margin-top: 20px;
  color: #145e9a; }

.modal-bms .modal-body .sub_title {
  font-weight: 600; }
  .modal-bms .modal-body .sub_title:not(:last-child) {
    margin-bottom: 0 !important; }

.modal-bms .modal-body .text:not(:last-child) {
  margin-bottom: 0 !important; }

#bms .bms_content > li ul {
  padding: 0; }
  #bms .bms_content > li ul:after {
    content: "";
    display: table;
    clear: both; }
  #bms .bms_content > li ul > li {
    float: left;
    width: calc(100% / 3);
    color: #ffffff;
    padding: 4px;
    font-size: 12px;
    list-style-type: none; }
    #bms .bms_content > li ul > li:not(:last-child) {
      margin: 0; }

.list_bms li {
  width: 100% !important; }
