body#mercury .row.first .tabbed_content .container {
  margin: 3em auto !important;
  width: 100%;
  padding: 0;
}
body#mercury .row.first .tabbed_content .container .heading {
  display: none;
}
body#mercury .row.first .tabbed_content .container .tab_content .slide {
  border: 2px solid #bdbdbd;
  margin-bottom: 10px;
}
body#mercury .row.first .tabbed_content .container .tab_content .slide .col {
  padding: 0 20px;
}
body#mercury .row.first .tabbed_content .container .tab_content .slide .accordion_top {
  text-decoration: none;
  font-weight: bold;
  background-color: #bdbdbd;
  text-transform: uppercase;
  font-family: "Rajdhani";
  color: #001e60;
  display: block;
  letter-spacing: 1px;
  padding: 10px 20px 10px 45px;
  font-size: 18px;
}
body#mercury .row.first .tabbed_content .container .tab_content .slide .accordion_top i {
  margin-left: 10px;
  -moz-transition: transform 0.15s linear 0s;
  -webkit-transition: transform 0.15s linear 0s;
  -o-transition-property: transform 0.15s linear 0s;
  -ms-transition-property: transform 0.15s linear 0s;
  transition: transform 0.15s linear 0s;
}
body#mercury .row.first .tabbed_content .container .tab_content .slide .accordion_top.active i {
  transform: rotate(180deg);
}
body#mercury .row.first .tabbed_content .container .tab_content .slide p strong {
  color: #001e60;
}
body#mercury .row.first .tabbed_content .container .tab_content .slide .slide_content {
  display: none;
  width: calc(100% - 90px);
  margin: 0 auto;
}
body#mercury .row.first .tabbed_content .container .tab_content .slide .slide_content p.btn {
  text-transform: uppercase;
}
@media only screen and (min-width: 960px) {
  body#mercury .row.first .tabbed_content .container .heading {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  body#mercury .row.first .tabbed_content .container .heading a {
    color: #7a7777;
    margin-right: 5px;
    border-bottom: 5px solid #7a7777;
    text-decoration: none;
    text-align: center;
    font-family: "Rajdhani";
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.1em;
    text-transform: uppercase;
    font-size: 1.4em;
    padding-bottom: 0.5em;
    -moz-transition: all 0.15s linear 0s;
    -webkit-transition: all 0.15s linear 0s;
    -o-transition-property: all 0.15s linear 0s;
    -ms-transition-property: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
  }
  body#mercury .row.first .tabbed_content .container .heading a:last-child {
    margin-right: 0;
  }
  body#mercury .row.first .tabbed_content .container .heading a.active, body#mercury .row.first .tabbed_content .container .heading a:hover, body#mercury .row.first .tabbed_content .container .heading a:focus {
    color: #001e60;
    border-color: #001e60;
  }
  body#mercury .row.first .tabbed_content .container .heading[data-total="1"] a {
    width: 100%;
  }
  body#mercury .row.first .tabbed_content .container .heading[data-total="2"] a {
    width: calc(50% - 5px);
  }
  body#mercury .row.first .tabbed_content .container .heading[data-total="3"] a {
    width: calc(33.33% - 5px);
  }
  body#mercury .row.first .tabbed_content .container .heading[data-total="4"] a {
    width: calc(25% - 5px);
  }
  body#mercury .row.first .tabbed_content .container .heading[data-total="5"] a {
    width: calc(20% - 5px);
  }
  body#mercury .row.first .tabbed_content .container .heading[data-total="6"] a {
    width: calc(16.66% - 5px);
  }
  body#mercury .row.first .tabbed_content .container .tab_content {
    padding: 0 0;
    position: relative;
    overflow: hidden;
    -moz-transition: height 0.33s ease-out 0s;
    -webkit-transition: height 0.33s ease-out 0s;
    -o-transition-property: height 0.33s ease-out 0s;
    -ms-transition-property: height 0.33s ease-out 0s;
    transition: height 0.33s ease-out 0s;
  }
  body#mercury .row.first .tabbed_content .container .tab_content .slide {
    width: 100%;
    padding: 0;
    /*
    						width: calc(100% - 4em);
    						padding: 0 2em;
    */
    position: absolute;
    left: 0%;
    top: 0;
    margin-bottom: 0;
    border: 0;
    opacity: 0;
    display: none;
    -moz-transition: opacity 0.33s ease-out 0s;
    -webkit-transition: opacity 0.33s ease-out 0s;
    -o-transition-property: opacity 0.33s ease-out 0s;
    -ms-transition-property: opacity 0.33s ease-out 0s;
    transition: opacity 0.33s ease-out 0s;
  }
  body#mercury .row.first .tabbed_content .container .tab_content .slide .slide_content {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body#mercury .row.first .tabbed_content .container .tab_content .slide .accordion_top {
    display: none;
  }
  body#mercury .row.first .tabbed_content .container .tab_content .slide.active {
    display: block;
    left: 0;
    opacity: 1;
  }
  body#mercury .row.first .tabbed_content .container .tab_content .slide .col {
    width: 100%;
    padding: 2.5em 0;
  }
  body#mercury .row.first .tabbed_content .container .tab_content .slide .col:last-child {
    margin-right: 0;
  }
  body#mercury .row.first .tabbed_content .container .tab_content .slide[data-col="1"] .col {
    width: 100%;
  }
  body#mercury .row.first .tabbed_content .container .tab_content .slide[data-col="1"] .col[data-column="2"], body#mercury .row.first .tabbed_content .container .tab_content .slide[data-col="1"] .col[data-column="3"], body#mercury .row.first .tabbed_content .container .tab_content .slide[data-col="1"] .col[data-column="4"], body#mercury .row.first .tabbed_content .container .tab_content .slide[data-col="1"] .col[data-column="5"], body#mercury .row.first .tabbed_content .container .tab_content .slide[data-col="1"] .col[data-column="6"] {
    display: none;
  }
  body#mercury .row.first .tabbed_content .container .tab_content .slide[data-col="2"] .col {
    width: 46%;
    margin-right: 8%;
  }
  body#mercury .row.first .tabbed_content .container .tab_content .slide[data-col="2"] .col[data-column="2"] {
    margin-right: 0;
  }
  body#mercury .row.first .tabbed_content .container .tab_content .slide[data-col="2"] .col[data-column="3"], body#mercury .row.first .tabbed_content .container .tab_content .slide[data-col="2"] .col[data-column="4"], body#mercury .row.first .tabbed_content .container .tab_content .slide[data-col="2"] .col[data-column="5"], body#mercury .row.first .tabbed_content .container .tab_content .slide[data-col="2"] .col[data-column="6"] {
    display: none;
  }
  body#mercury .row.first .tabbed_content .container .tab_content .slide[data-col="3"] .col {
    width: 28%;
    margin-right: 8%;
  }
  body#mercury .row.first .tabbed_content .container .tab_content .slide[data-col="3"] .col[data-column="3"] {
    margin-right: 0;
  }
  body#mercury .row.first .tabbed_content .container .tab_content .slide[data-col="3"] .col[data-column="4"], body#mercury .row.first .tabbed_content .container .tab_content .slide[data-col="3"] .col[data-column="5"], body#mercury .row.first .tabbed_content .container .tab_content .slide[data-col="3"] .col[data-column="6"] {
    display: none;
  }
}
body#mercury .row.first .tabbed_content.accordion .heading {
  display: none;
}
body#mercury .row.first .tabbed_content.accordion .container .tab_content .slide {
  position: relative;
  display: block;
  opacity: 1;
  margin-bottom: 2em;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  border-left: 0;
  border-right: 0;
}
body#mercury .row.first .tabbed_content.accordion .container .tab_content .slide .accordion_top {
  display: block;
  background-color: transparent;
}
body#mercury .row.first .tabbed_content.accordion .container .tab_content .slide .accordion_top:before {
  content: "+";
  position: absolute;
  left: 0;
  font-size: 30px;
  top: 3px;
}
body#mercury .row.first .tabbed_content.accordion .container .tab_content .slide .accordion_top i {
  display: none;
}
body#mercury .row.first .tabbed_content.accordion .container .tab_content .slide.active .accordion_top:before {
  content: "-";
}
body#mercury .row.first .tabbed_content.accordion .container .tab_content .slide .slide_content {
  opacity: 0;
  overflow: hidden;
  display: block;
}
body#mercury .row.first .tabbed_content.accordion .container .tab_content .slide .slide_content.measure {
  position: absolute;
}
body#mercury .row.first .tabbed_content.accordion .container .tab_content .slide .slide_content.done {
  height: 0;
  opacity: 1;
  -moz-transition: height 0.25s linear 0s;
  -webkit-transition: height 0.25s linear 0s;
  -o-transition-property: height 0.25s linear 0s;
  -ms-transition-property: height 0.25s linear 0s;
  transition: height 0.25s linear 0s;
}
body#mercury .row.first .tabbed_content.accordion .container .tab_content .slide .col {
  padding: 1em 0;
}

/*# sourceMappingURL=view.css.map*/