
   .items {
   border: 1px solid #fff;
   padding: 10px 5px;
   background: #ffffff1f;
   border-radius: 6px;
   }
   .panel-heading {
   padding: 20px;
   }
   strong.border {
   border-bottom: 2px dashed #33332c;
   display: inline-block;
   width: 100%;
   padding: 0 0 1px 0;
   font-size: 24px;
   color: #000;
   }
   a.mt-3.pull-right {
   font-weight: 700;
   padding: 7px 11px;
   color: #000;
   border-radius: 20px;
   }
   a.mt-3.pull-right:hover {
   color: #000;
   }
   .iconography.outer.text-center {
   background-color: #8fc850;
   height: 102px;
   border-radius: 15px;
   }
   h4.nomargin.text-white,
   .text-white..h5.unit-icons.bold {
   font-size: 14px;
   }
   .text-bold {
   font-weight: 700;
   }
   .text-white {
   color: #fff;
   }
   div#blockModal .item:nth-of-type(1) .iconography.outer.text-center {
   background-color: #7cb5ec;
   }
   div#blockModal .item:nth-of-type(2) .iconography.outer.text-center {
   background-color: #434348;
   }
   div#blockModal .item:nth-of-type(3) .iconography.outer.text-center {
   background-color: #90ed7d;
   }
   div#blockModal .item:nth-of-type(4) .iconography.outer.text-center {
   background-color: #f7a35c;
   }
   div#blockModal .item:nth-of-type(5) .iconography.outer.text-center {
   background-color: #8085e9;
   }
   div#gsiModal .item:nth-of-type(1) .iconography.outer.text-center {
   background-color: #7cb5ec;
   }
   div#gsiModal .item:nth-of-type(2) .iconography.outer.text-center {
   background-color: #434348;
   }
   div#gsiModal .item:nth-of-type(3) .iconography.outer.text-center {
   background-color: #90ed7d;
   }
   div#gsiModal .item:nth-of-type(4) .iconography.outer.text-center {
   background-color: #f7a35c;
   }
   div#gsiModal .item:nth-of-type(5) .iconography.outer.text-center {
   background-color: #8085e9;
   }
   
   div#meclModal .item:nth-of-type(1) .iconography.outer.text-center {
   background-color: #7cb5ec;
   }
   div#meclModal .item:nth-of-type(2) .iconography.outer.text-center {
   background-color: #434348;
   }
   div#meclModal .item:nth-of-type(3) .iconography.outer.text-center {
   background-color: #90ed7d;
   }
   div#meclModal .item:nth-of-type(4) .iconography.outer.text-center {
   background-color: #f7a35c;
   }
   div#meclModal .item:nth-of-type(5) .iconography.outer.text-center {
   background-color: #8085e9;
   }
   
   .iconography.outer.text-center strong {
   margin: 10px 0;
   display: inline-block;
   color: #000;
   }
   .iconography.outer.text-center h3.counter.text-bold {
   margin: 0;
   }
   .mt-3 {
   margin-top: 15px;
   }
   div#myModal button.close {
   position: absolute;
   right: -20px;
   top: -20px;
   padding: 10px 14px;
   border-radius: 100%;
   box-shadow: 0 0 2px #000;
   z-index: 99999;
   background-color: #000;
   opacity: 1;
   color: #fff;
   }
   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
   font-weight: 700;
   }
   @media (min-width: 768px) {
   .modal-dialog {
   width: 1100px !important;
   margin: 30px auto;
   }
   
   .top-margin{
	   margin-top: 20px;
   }

   a.mt-3.pull-left {
      font-weight: 700;
      padding: 7px 11px;
      color: #000;
      border-radius: 20px;
   }
   a.mt-3.pull-left:hover {
      color: #000;
   }
