.mb-page .t-btitle {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 13px;
}

.brotherhood_map_container {
  float: left;
  width: 100%;
}

.mb-container {
  clear: both;
  margin-bottom: 25px;
  background-color: #F1F3F2;
  padding: 15px 25px 5px;
}

.mb-container .mb-chunk {
  width: 24%;
  display: block;
  float: left;
  min-width: 150px;
}


.mb-container .brotherhood-item {
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.mb-container .brotherhood-item a {
  color: #2a90bd;
  font-size: 16px;
  text-decoration: none;
}

.mb-container .brotherhood-item a:hover {
  color: #0e6a93;
}

.mb-container .flag-wrapper {
  margin-right: 10px;
  display: block;
  float: left;
  width: 38px;
  height: 25px;
  position: relative;
}
.mb-container .flag-wrapper img {
  display: block;
}
.mb-container .flag-wrapper .flag-gradient {
  position: absolute;
  display: block;
  width: 38px;
  height: 25px;
  background: url(images/flag.png) no-repeat scroll 0 0;
  top: 0;
  left: 0;
  background-size: cover;
}

.mb-container h3 {
  margin: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.mb-container .row{
  margin: 0;
}

.map-zoom {
  background-image: url('/sites/default/themes/bricktheme/stylesheets/images/zoom_in.png');
  background-size: cover;
  width: 48px;
  height: 48px;
  z-index: 1000;
  position: absolute;
  cursor: pointer;
  display: none;
}

.amcharts-balloon-div {
  z-index: 9999 !important;
  background-color: #0e6a93;
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.amcharts-balloon-div .div {
  font-size: 24px !important;
}

.zoom-in-europe {
  top: 300px;
  left: 275px;
}

.zoom-in-asia {
  top: 403px;
  left: 452px;
}
/*
.zoom-out {
  right: 10px;
  top: 10px;
  display: none;
  background-image: url('/sites/default/themes/bricktheme/stylesheets/images/zoom_out.png');
}
*/
#map-cep-brotherhood-report {
  left: 50%;
  margin-left: -92px;
  bottom: 50px;
  position: absolute;
  z-index: 1;
  display: block;
  background-image: url('/sites/default/themes/bricktheme/stylesheets/images/cep_brotherhood_report.png');
  width: 184px;
  height: 38px;
}

.map-marker {
  position: absolute;
}

.map-marker {
  margin-left: -8px;
  margin-top: -8px;
}

.map-marker .dot {
  border: 10px solid #fff601;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

.pulse {
  width: 10px;
  height: 10px;
  border: 5px solid #f7f14c;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #716f42;
  z-index: 10;
  position: absolute;
}

#mapbrotherhood {
  height: 660px !important;
}

/**
 * TABLET
 */
@media only screen and (max-width: 64em) and (min-width: 40.063em) {

  .brotherhood_map_container {
    width: 100%;
  }

  .mb-container {
    padding: 10px 35px;
  }

  .mb-container .brotherhood-item a {
    font-size: 13px;
    line-height: 13px;
  }

  .mb-container .mb-chunk {
    min-width: 100px;
  }

  .mb-container .brotherhood-item {
    margin-bottom: 0;
  }

  .mb-container .flag-wrapper {
    margin-top: 6px;
  }

  .mb-container .flag-wrapper,
  .mb-container .flag-wrapper .flag-gradient {
    width: 25px;
    height: 16px;
  }
}

/**
 * Mobile
 */
@media screen and (max-width: 641px) {
  .mb-container {
    padding: 10px;
  }
  .mb-container .mb-chunk {
    min-width: 50px;
  }

  .brotherhood_map_container {
    width: 100%;
  }

  .mb-container .mb-chunk {
    width: 49%;
  }

  .mb-container .brotherhood-item {
    line-height: 21px;
    margin: 0 0 5px 0;
  }

  .mb-container .brotherhood-item a {
    font-size: 12px;
  }

  .mb-container h3 {
    font-size: 14px;
    margin-top: 0px;
  }


  #slider-wrapper {
    height: 250px;
    margin-top: 10px;
    float: left;
    margin-left: 15px;
    display: block;

    background-color: #02718f;
    background-image: none;
    border: transparent;
    width: 24px;
    border-radius: 12px;
  }



  #mapbrotherhood {
    height: 320px !important;
  }

  #map-cep-brotherhood-report {
    bottom: 15px;
  }

  .mb-container .flag-wrapper {
    margin-top: 4px;
  }

  .mb-container .flag-wrapper,
  .mb-container .flag-wrapper .flag-gradient {
    width: 25px;
    height: 16px;
  }
}

.mb-header {
  background: url('/sites/default/themes/bricktheme/stylesheets/images/trans_white_70.png');
  margin-bottom: 60px;
  padding: 20px !important;
  max-width: none;
}

.mb-header::after { content: ''; display: table; clear: both; }
@media only screen and (min-width: 40.063em) {  /* min-width 641px, medium screens */
  .mb-header {
    padding: 35px !important;
  }
}
.mb-header h1 {
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 40.063em) {  /* min-width 641px, medium screens */
  .mb-header h1 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
.mb-header-left {
  border-color: #000; 
  border-style: solid;
  border-width: 0 0 2px 0;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1rem;
}
.mb-header-left::after { content: ''; display: table; clear: both; }

@media only screen and (min-width: 40.063em) {  /* min-width 641px, medium screens */
  .mb-header-left {
    float: left;
    width: calc(94% - 210px);
    border-width: 0 2px 0 0;
    padding-right: 35px;
    margin-bottom: 0;
  }
  .mb-header-right {
    width: 225px;
    right: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.mb-nav {
  border: 0px solid;
  margin: 0px;
  list-style-type: none;
}

.mb-nav li a {
  list-style: none;
  background: #fff;
  display: block;
  padding: 10px 9px 9px;
  overflow: hidden;
  font-size: 17px;
  line-height: 18px;
  text-decoration: none !important;
}

.mb-nav li { border: 1px solid #333; }
.mb-nav li img { margin-right: 10px; }
.mb-nav li:first-child img { float: left; }
.mb-nav li a span { font-size: 12px; line-height: 1.2; }
.mb-nav li:first-child a span { float: left; width: 64%; margin-top: -4px;}
.mb-nav li:not(:first-child) a span { vertical-align: middle; }
@media only screen and (min-width: 40.063em) {  
  .mb-nav li:first-child { margin-bottom: 2rem; }
  .mb-nav li a span { font-size: 16px; }
  .mb-nav li:first-child a span { width: 70%; }
}

.mb-drupal-tabs{ margin-top: 88px;}
.mb-return { margin-top: 40px; }

.muslim-link {
  margin-bottom: 15px;
  text-align: center;
}

.muslim-link a {
  padding: 12px 15px 12px 15px;
  display: inline-block;
  text-align: center;
  background-color: #0E6A93;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.muslim-link a:hover { background-color: #0E85B9; }

.mb-keyleaders {
  margin-bottom: 1rem;
}
.mb-keyleaders:after {
  content: "";
  display: table;
  clear: both;
}
.mb-keyleaders h4:not(.t-btitle) {
  clear: both;
  color: #024C69;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1;
}
.mb-keyleaders .key-item {
  float: left;
  max-width: 162px;
  margin-bottom: 1rem;
  margin-right: 12px;
}
.mb-keyleaders .key-item .pic {
  border: 1px solid #000;
  margin-bottom: .5rem;
}
.mb-keyleaders .key-item .title {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
}
.mb-keyleaders .key-item .position {
  font-size: 14px;
  line-height: 1.25;
}

.mb-header__list { font-size: 14px; }
.mb-header__list dt {
  color: #014461;
  font-weight: 400;
  margin-bottom: 0 !important;
  padding-right: 1rem !important;
  padding-left: 0 !important;
  clear: both;
}

@media only screen and (min-width: 40.063em) {  /* min-width 641px, medium screens */
  .mb-header__list dt {
    margin-bottom: 1rem;
  }
}
.mb-header__list dd,
.mb-header__list dd p {
  font-weight: 700;
  margin-bottom: 0;
}

.mb-title-flag {
  margin-bottom: 2rem;
}
.mb-title-flag::after {
  content: "";
  display: table;
  clear: both;
}

.mb-title-flag .t-btitle {
  float: left;
}

.mb-title-flag img { }

@media only screen and (min-width: 40.063em) {
 .mb-title-flag img {
  float: right;
 }
}

.mb-victims {}
.mb-victims ul {
  width: 70%;
  display: block;
  margin: 0 auto; 
  padding-top: 1rem;
  text-align: center;
}
.mb-victims li {
  display: block;
}
.mb-victims li strong {
  font-size: 1.3rem;
  color: #014461;
  line-height: 1;
}
.mb-victims li p {
  color: #014461;
}

.mb-ties {
  margin-bottom: 2rem;
}
.mb-ties ul {
  margin: 0;
}
.mb-ties li {
  display: block;
  clear: both;
}
.mb-ties img {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.mb-ties strong {
  font-size: 20px;
  margin-bottom: 1rem;
  vertical-align: middle;
  display: inline-block;
}

.mb-designations {
  margin-bottom: 2rem;
}
.mb-designations ul {
  margin: 0;
}
.mb-designations li {
  display: block;
  clear: both;
}
.mb-designations h3 {
  font-weight: 700;
  font-size: 20px;
  color: #024C69;
  margin-bottom: 0;
}
.mb-designations img { 
  float: left;
  max-width: 120px;
  margin-bottom: .5rem;
}
.mb-designations div { 
  clear: both;
}
@media only screen and (min-width: 40.063em) {
  .mb-designations div { 
    clear: none;
    padding-left: 140px;
  }
}
.mb-designations-static {
  padding: 1rem 0 3rem;
}