/* http://nicolasgallagher.com/micro-clearfix-hack */
#tabsaccordion-0 {
    border-top: 3px solid #ebedf5;
    margin-top: 30px;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
}

.minimal-2:focus {
  outline: none;
}

.minimal-2.accordion > section {
  padding: 24px;
}

.minimal-2.accordion > section:first-child {
  border-top: none;
}

.minimal-2.accordion > section > * {
  max-width: 100%;
}
.minimal-2.accordion > section > :first-child {
  margin-top: 0;
}
.js .minimal-2.accordion > section {
  padding: 0;
}

.js .minimal-2.accordion > section + section {
  margin-top: 6px;
}

.js .minimal-2.accordion > section > *:first-child,
.minimal-2.tabs > ul > li {
    background: #e6e6e6;
    border: none;
    border-left: none;
    border-right: none;
    font-weight: 500;
    color: #333;
    height: auto !important;
    font-size: 14px;
     
    line-height: normal;
    margin: -3px 0 0 0;
    padding: 9px 12px 7px 30px;
    position: relative;
    text-transform: uppercase;

    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.js .minimal-2.accordion > section > *:first-child:before {
    content: "";
    height: 12px;
    width: 12px;
    border: none;
    cursor: pointer;
    color: #333;
    position: absolute;
    left: 12px;
    font-size: 11px;
    top: 12px;
}

.minimal-2.accordion > section[aria-expanded="true"] > :first-child:before {
    background: url(../../images/minus.svg) no-repeat center center;
}

.minimal-2.accordion > section[aria-expanded="false"] > :first-child:before {
    background: url(../../images/plus.svg) no-repeat center center;
}

.js .minimal-2.accordion > section > *:first-child:hover,
.minimal-2.tabs > ul > li:hover {
   background: #ccc;
}

.js .minimal-2.accordion > section > :first-child + * > * {
    padding: 18px 0px 36px;
    margin-bottom: 0;
}

.tab__content span,
.tab__content div,
.tab__content p,
.tab__content li,
.tab__content *:not(.btn),
.tab__content img,
.comments-body {
     
    color: #333333;
     
    line-height: 1.5;
    margin: 0;
}

.tab__content .review-container {
  position: relative;
}

.tab__content img {
    display: block;
    height: auto;
    margin-bottom: 10px;
    width: 100%
}

.tab__content p + ul,
.tab__content ul ul {
  margin-top: 6px !important;
}

.tab__content li {
  margin-top: 5px;
}

.tab__content ul li:first-child {
  margin-top: 0;
}

.tab__content span:first-child,
.tab__content div:first-child,
.tab__content p:first-child {
  margin-top: 0;
  margin-left: 0;
}

.tab__content *:first-child {
  margin-top: 0;
}

.js .minimal-2.tabs > .tab-content > div a:not(.btn),
.tab__content a:not(.btn) {
    color: #028a9e;
}

.js .minimal-2.tabs > .tab-content > div a:not(.btn):hover,
.tab__content a:not(.btn):hover {
    color: #1b95a8;
}

.tab__content strong,
.tab__content h1,
.tab__content h2,
.tab__content h3,
.tab__content h4,
.tab__content h5,
.tab__content h6 {
     
}

.tab__content h1,
.tab__content h2,
.tab__content h3,
.tab__content h4,
.tab__content h5,
.tab__content h6 {
  color: #333333 !important;
  font-size: 14px;
  margin-bottom: 3px !important;
  margin-top: 12px
}

.tab__content h1:first-child,
.tab__content h2:first-child,
.tab__content h3:first-child,
.tab__content h4:first-child,
.tab__content h5:first-child,
.tab__content h6:first-child {
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 10px;
}

.tab__content table {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 3px;
}

.tab__content th {
    background: #fff;
    color: #333333;
    font-size: 14px;
    vertical-align: middle;
    border: 3px solid #ebedf5;
    border-left: none;
    border-right: none;
    text-align: left;
    padding: 9px 0 6px;
    text-transform: none;
}

.tab__content thead th:first-child {
    padding-left: 12px
}

.tab__content thead th:last-child {
    padding-right: 12px
}

.tab__content td {
    color: #333333;
     
    padding: 6px 0;
    line-height: 100%;
    vertical-align: middle;
     
    text-align: left;
}

.tab__content tbody tr:first-child td {
    padding-top: 8px
}

.tab__content tbody tr:nth-child(odd) td {
    background: #f3f3f3
}

.js .minimal-2.accordion > section > :first-child + * > * > * {
  max-width: 100%;
}
.js .minimal-2.accordion > section > :first-child + * > * > :first-child {
  margin-top: -3px;
}
.js .minimal-2.accordion > section > :first-child + * > * > :last-child {
  margin-bottom: 0;
}



.minimal-2.accordion > section > :last-child {
  
  margin-bottom: 0;
  line-height: 18px
}

.minimal-2.accordion.transition > section > :first-child span {
    height: 13px;
    position: absolute;
    left: 0;
    top: 9px;
    width: 13px
}

.js .minimal-2.tabs.hide-title > section > :first-child + * {
  margin-top: 0;
}

.minimal-2.tabs > section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
}
.minimal-2.tabs > section > * {
  max-width: 100%;
}
.minimal-2.tabs > section > :first-child {
  margin-top: 0;
}
.js .minimal-2.tabs > section > * > * > * {
  line-height: 18px;
  max-width: 100%;
}
.js .minimal-2.tabs > section > * > * > :first-child {
  margin-top: 0;
}
.js .minimal-2.tabs > section > * > * > :last-child {
  margin-bottom: 0;
}
.minimal-2.tabs > section > :last-child {
  margin-bottom: 0;
}
.minimal-2.tabs > section + section {
  margin-top: -1px;
}
.js .minimal-2.tabs > section + section {
  margin-top: 0;
}
.minimal-2.tabs > ul {
  zoom: 1;
  border: none;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0 0 5px;
  height: 42px;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 2002;
}
.minimal-2.tabs > ul:after {
  clear: both;
}
.minimal-2.tabs > ul:after,
.minimal-2.tabs > ul:before {
  display: table;
  content: "";
}

.minimal-2.tabs > ul > li:first-child {
    margin-left: 0
}

.minimal-2.tabs > ul > li.current {
    z-index: 1003 !important;
}