*{
    color: #262626;
}
.main-container{
    font-size: 16px;
    line-height: 26px;
}
.flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.justify-between{
    justify-content: space-between;
}
.justify-center{
    justify-content: center;
}
.items-center{
    align-items: center;
}
.px-40{
    padding-left: 40px;
    padding-right: 40px;
}
.py-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.pr-30{
    padding-right: 30px;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.mx-15{
    margin-left: 15px;
    margin-right: 15px;
}
.my-15{
    margin-top: 15px;
    margin-bottom: 15px;
}
.mt-0{
    margin-top: 0;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-30{
    margin-top: 30px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-12{
    margin-bottom: 12px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mr-12{
    margin-right: 12px;
}
.mr-20{
    margin-right: 20px;
}
.w-1\/3{
    width: 33.3%;
}
.text-40{
    font-size: 40px;
    line-height: 50px;
}
.text-30{
    font-size: 30px;
    line-height: 44px;
}
.text-20{
    font-size: 20px;
    line-height: 30px;
}
.text-12{
    font-size: 12px;
    line-height: 17px;
}
.text-blue{
    color: #113DCD;
}
.bold{
    font-weight: 700;
}
.relative{
    position: relative;
}
.inline-block{display: inline-block;}
.tracking-tighter{	letter-spacing: -0.05em;}
.primary-cta {
    background-color: #0B8CBE;
    border: 1px solid #0B8CBE;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: auto;
    padding: 0 20px;
    font-weight: bold;
    min-width: 150px;
}
.primary-cta:hover, .primary-cta:focus, .primary-cta:active{
    text-decoration: none;
    color: #0B8CBE;
    transition: .2s ease-in;
    border: 1px solid #0B8CBE;
    background-color: transparent;
}
.secondary-cta{
    background-color: #fff;
    border: 1px solid #0B8CBE;
    color: #0B8CBE;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: auto;
    padding: 0 20px;
    font-weight: bold;
}
.secondary-cta:hover, .secondary-cta:focus, .secondary-cta:active{
        text-decoration: none;
        color: #fff;
        background-color: #0B8CBE;
        transition: .2s ease-in;
        border: 1px solid #0B8CBE;
}
.top-fold{
    background: linear-gradient(180deg, #EFF2FB 0%, rgba(239, 242, 251, 0) 171%);
}
.top-fold h3{
    color: #374151;
}
.card{
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 30px 20px 20px;
    width: 240px;
    margin: 0 6px 12px;
}
.card:first-child{
    margin-left: 0;
}
.card:last-child{
    margin-right: 0;
}
.service-detail{
    background: #FFFBEF;
}
.box{
    background: #F3F7FF;
    border: 1px solid #B6C7F9;
    border-radius: 4px;
    padding: 20px 30px;
}
.box h4{
    color: #1F2937;
}

.tab-panel{
    background: #EFF2FB;
    border-radius: 99px;
    margin-bottom: 35px;
}
.tab-panel li{
    display: inline-block;
    text-align: center;
    margin-right: 25px;
    border-radius: 99px;
}
.tab-panel li a{
    display: inline-block;
    width: 200px;
    font-size: 18px;
    line-height: 27px;
    padding: 10px;
    color: #262626;
    cursor: pointer;
    border-radius: 99px;
}
.tab-panel li a:hover, .tab-panel li a:focus{
    text-decoration: none;
}
.tab-panel li.active a{
    background: #fff ;
    border: 1px solid #0B8CBE;
    color: #0B8CBE;
}
.tab-panel li:last-child{
    margin-right: 0;
}
.sp-card{
    width: calc(50% - 13px);
}
.sp-card .title{
    font-size: 18px;
    line-height: 27px;
}
.sp-card .sample{
    border: 1px solid #D8D8D8;
    width: 100%;
    display: block;
    height: 200px;
    border-radius: 4px;
}
.sp-card .sample .overlay{
    position: absolute;
    background: url('images/icons/search.png') rgb(38 38 38 / 40%);
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.sp-card .sample:hover .overlay{
    display: block;
}
.sample-modal .modal-dialog{
    overflow: hidden;
}
.sample-modal .modal-header{
    padding: 18px 40px;
    border-bottom: 0;
}
.sample-modal .modal-title{
    font-size: 18px;
    line-height: 26px;
    width: calc(100% - 30px);
}
.sample-modal .modal-title span{
    font-size: 14px;
    line-height: 20px;
}
.sample-modal .close{
    color: #262626;
    opacity: 1;
    font-size: 30px;
    margin-top: 0px;
    line-height: 30px;
}
.sample-modal .modal-body{
    padding: 16px 0 40px;
    overflow:hidden;
}
.sample-modal .document{
    padding: 0 40px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 420px;
}
.pricing-tab{
    background: #F9FAFB;
}
.pricing-tab .title{
    border-bottom: 2px solid #0B8CBE;
}
.pricing-tab h4{
    font-size: 14px;
    line-height: 20px;
}
.pricing-tab p{
    font-size: 18px;
    line-height: 30px;
}
.pricing-tab .content{
    border-bottom: 1px solid #A8A8A8;
}
.pricing-tab .content:last-child{
    border-bottom: 0;
}
.pricing-tab ul li{
    margin: 5px 0;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
}
.pricing-tab .primary-cta{width: 90%; margin: 5px 10px; text-align: center; line-height: 25px; padding: 10px 5px; height: 70px;}
.accordion-item{
    padding: 20px 0;
    border-bottom: 1px solid #A8A8A8;
    margin-left: 44px;
    margin-bottom: 0;
}
.accordion-item .num{
    position: absolute;
    left: -44px;
    top: 20px;
    color: #A8A8A8;
    font-size: 16px;
    line-height: 26px;
}
.accordion-item .title{
    color: #262626;
    font-size: 16px;
    line-height: 24px;
}
.accordion-item .title:hover, .accordion-item .title:focus, .accordion-item .title:active{
    text-decoration: none;
}
.accordion-item .heading{
    padding-right: 20px;
}
.accordion-item .heading .icon{
    width: 20px;
    height: 20px;
    background: url(images/icons/minus.svg) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
}
.accordion-item .heading.collapsed .icon{
    background: url(images/icons/plus.svg) no-repeat center;
}
.accordion-content{
    padding-right: 20px;
}
.accordion-content p{
    font-size: 14px;
    line-height: 22px;
}
.accordion-content p:first-child{
    padding-top: 20px;
}
.accordion-content p:last-child{
    margin-bottom: 0;
}
@media only screen and (min-width:280px) and (max-width:1199px){
    .card-wrapper{
        max-width: 504px;
        justify-content: space-around;
        margin: 0 auto;
    }
    .card-wrapper .card{
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (min-width:280px) and (max-width:767px){
    .px-0-xs{
        padding-left: 0;
        padding-right: 0;
    }
    .xs-mr-0{
        margin-right: 0;
    }
    .xs-mb-10{
        margin-bottom: 10px;
    }
    .flex-col-xs{
        flex-direction: column;
    }
    .py-60{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .text-center-xs{
        text-align: center;
    }
    .text-40{
        font-size: 30px;
    }
    .text-30{
        font-size: 26px;
    }
    .text-20{
        font-size: 18px;
    }
    .w-full-xs{
        width: 100%;
    }
    .max-w-360-xs{
        max-width: 360px;
    }
    .mb-20-xs{
        margin-bottom: 20px;
    }

    .top-fold .pr-30{
        padding-right: 0;
    }
    .top-fold a{
        color: #262626;
        border-bottom: 1px solid #262626;
    }
    .tab-panel{
        background: transparent;
        margin-bottom: 20px;
    }
    .tab-panel li{
        margin-right: 20px;
        margin-bottom: 20px;
        background: #EFF2FB;
    }
    .tab-panel li a{
        width: 140px;
        font-size: 14px;
        line-height: 21px;
    }
    .sp-card{
        width: 100%;
        margin-bottom: 40px;
    }
    .sp-card:last-child{
        margin-bottom: 0;
    }
    .sp-card .title{
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }
    .sp-card .sample{
        height: auto;
        padding-bottom: 10px;
    }
    .sp-card img{
        width: 100%;
        max-width: 400px;
    }
    .pricing-tab p{
        font-size: 10px;
        letter-spacing: -0.5px;
    }
    .pricing-tab ul{
        padding: 0 15px;
    }
    .accordion-item{
        margin-left: 30px;
    }
    .accordion-item .num{
        left: -30px;
    }
}
.blue-tag{
    background-color: #ECFEF5;
    color:#16532D;
    border:1px solid #A8F2D0;
    border-radius: 10px;
    padding: 8px;
    font-size: 16px;
    text-align: center;
    display: inline;
    background-image: none;
    font-weight: 700; margin-left:10px
}
.price-tag{font-size: 24px; font-weight: bold; margin-right: 10px;}
.text-grey{color:#6C7280}
.strike-text{text-decoration: line-through;}
.formatting-box .box{ background: #fff; border: 1px solid #B6C7F9; border-radius: 4px; padding: 20px; min-height: 368px;}
.formatting-box  h4{ color: #000; font-size: 24px; font-weight: 400}
.formatting-box .sub-content{ min-height: 120px; font-size: 18px; margin-top: 20px; line-height: 24px;}
.formatting-box .primary-cta{width: 100%}
.w-full{width: 100%;}
.desktop-show{display: block;}
.mobile-hide{display: none;}
@media only screen and (min-width: 320px) and (max-width:767px) {
    .formatting-box .sub-content{min-height: auto; margin-bottom: 20px;}
    .formatting-box .primary-cta{margin-top: 20px;}
    /* .pricing-tab .primary-cta{display: none;} */
    .formatting-box .box{min-height: auto;}
    .desktop-show{display: none !important}
.mobile-hide{display: block !important}
}
/* journal-formatting turnaround time  */
.tr-container {
    margin-top: 60px;
}

.tr-container  .service-item {
 display: flex;
 align-items: flex-start;
 margin-bottom: 10px;
 flex-wrap: wrap;
}

.tr-container .service-icon {
 font-size: 20px;
 width: 30px;
 margin-right: 10px;
 flex-shrink: 0;
}

.tr-container .service-content {
 display: flex;
 align-items: baseline;
 flex-wrap: wrap;
 flex: 1;
}

.tr-container  .service-title {
 font-weight: bold;
 margin-right: 10px;
 white-space: nowrap;
 max-width: 150px;
 width: 100%;
}

.tr-container .service-text {
 flex: 1;
 min-width: 200px;
}

@media (max-width: 767px) {
 .tr-container .service-item {
   flex-direction: row;
   align-items: flex-start;
 }

 .tr-container .service-content {
   flex-direction: column;
   align-items: flex-start;
 }

 .tr-container .service-title {
   margin-right: 0;
   margin-bottom: 2px;
   white-space: normal;
 }

 .tr-container .service-text {
   width: 100%;
 }
}