

.tp_accordion {
    padding-bottom: 40px;
    margin: auto;
}
.tp_accordion .key_concepts_text {
    padding: 20px;
}
.tp_product_wrapper {
	padding: 10px 0px;
    text-align: left;
    max-width: 90%;
    margin: 0px auto;
}

.tp_product_wrapper .box-title{
    border-bottom: 1px solid;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0px;
}
.hs-title {
    font-weight: 800;
	font-size: 20px;
}
.hs-item p {
    line-height: 1.1;
    color: #122C70;
	margin: 0 0 0px;
}
.country {
	width:25px;
}
.col1, .col14 {
    width: 150px;
}
.col2 {
    width: 120px;
}
.col3, .col4 {
    width: 80px
}
.sub-box.open {
    position: fixed!important;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    padding: 100px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
	z-index: 1000;
	color:white;
}
.btn-close {
    color: white;
    top: 50px;
    position: absolute;
    right: 10%;
    font-size: 16px;
    border: 2px solid;
    padding: 7px;
    line-height: 1;
    border-radius: 50%;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
}

.sub-box.open a {
    background: transparent;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 23px;
    border-radius: 50%;
    line-height: 1;
    font-weight: 800;
    height: 45px;
    display: table;
    width: 45px;
    text-align: center;
}
.sub-box.open a i {
    color: white;
}
.tp_product_wrapper .hero-item {
    background-size: cover;
    background-repeat: no-repeat;
}

.tp_product_wrapper .hero-item:nth-child(odd),
.tp_product_wrapper .hero-item:nth-child(even) {
    background-size: 80% 80%;
    background-position: top center;
}




#SubHeader-Top .hs-faq__item-icon:before {
    height: 3px;
    left: 20%!important;
    top: 20%!important;
    width: 20px;
}
.hs-faq__item[aria-expanded=true] .hs-faq__item-icon {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
    right: 0em;
}

.hs-faq__item main {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity .3s ease-out .2s, max-height .3s ease-out;
    -o-transition: opacity .3s ease-out .2s, max-height .3s ease-out;
    transition: opacity .3s ease-out .2s, max-height .3s ease-out;
    line-height: 1.6;
  	/*display: none;*/
}
.hs-faq__item[aria-expanded=true] main {
    opacity: 1;
    max-height: 100%;
    -webkit-transition: opacity .5s ease-in, max-height .5s ease-in;
    -o-transition: opacity .5s ease-in, max-height .5s ease-in;
    transition: opacity .5s ease-in, max-height .5s ease-in;
  	/*display: block;*/
}
.hs-faq__item-content {
    padding: 1.5em;

}
.tp_product_certifications  .key_concepts_text {
	padding: 30px 0px 20px;
    text-align: left;
    max-width: 90%;
    margin: 0px auto;
    font-size: 32px;
    font-weight: 700;
}
.tp_product_certifications  h2 {
    padding: 40px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 28px !important;
    color: #092C74;
}
.hs-faq__item-content li {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 0;
    font-weight: 500;
      width: 100%;
}

      .hs-faq__item-content ul {
    margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .hs-faq__item-content {
      padding: 0 .7em 1em!important;
  }
      .hs-faq__item-content ul {
    margin-bottom: 20px;
}
  .hs-faq__item-content li {
font-size: 14px;
        font-weight: 500;
        line-height: 1.6;
        margin-left: 20px;
        margin-top: 0;
        width: calc(100% - 20px);
        text-align: center;
}
  .hs-faq__item button {
      padding-bottom: 60px;
      padding-right: 50px;
      text-align: center;
  }
  .hs-faq__item main {
      max-width: 100%;
      padding: 0px 50px 0px 0 !important;
  }
  .hs-faq__item-content p {
      font-size: 14px;
      line-height: 1.6;
      margin-top: 0;
      text-align: center;
  }
}

@media only screen and (max-width: 812px) {
.remhs-faq__item button {
  font-size: 24px;
  text-align: center;
  padding: 20px 50px 20px 20px;
}

.remhs-faq__item-icon:before {
  width: 20px;
  height: 3px;
  top: 13%!important;
  left: -2%!important;
}
.hs-faq__item-icon:after {
  
}
}

@media only screen and (max-width: 568px) {
.hs-faq__item-content p, .hs-faq__item-content span {
    font-size: 14px;
    line-height: 1.6!important;
    margin-top: 0;
}
.hs-faq__item button {
    line-height: 1.2;
}

}

