/*General Styling*/
body {
    margin: 0;
    padding:0;
    font-size: 13px;
    font-family: "HelveticaLTWXX-Roman", sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    color:  #070707;
}

h1, h2, h3, h4 {
    margin-block-start: 0px;
    margin-block-end: 0px;
    letter-spacing: 0;

}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
    letter-spacing: 0;
}

.divided-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-square {
    width: 140px;
    border: 2px solid #1525FB;
    font-family: "HelveticaLTWXX-Bold", sans-serif;
    height: 40px;
    background-color: inherit;
    color: #1525FB;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

ul {
    list-style: none;
}
ul li {
    list-style-type: disc;
    list-style-position: outside;
}

.section-container{
    margin-bottom: 80px;
}

.clickable {
    cursor: pointer;
}

/*Header*/
#header {
    background: #070707;
    color: #FFFFFF;
    padding: 27px 33px;
    height: 667px;
    position: relative;
    box-sizing: border-box;
}
#header.short{
    height: 75px;
}
#header .left,
#mobile-menu .left {
    font-family: "HelveticaLTWXX-Bold", sans-serif;
    font-size: 30px;
}

#header .right a {
    font-size: 16px;
}
#header .content {
    margin-top: 110px;
}
#header .content .title {
    font-size: 32px;
    line-height: 32px;
    font-family: "HelveticaLTWXX-Bold", sans-serif;
    max-width: 600px;
    margin-bottom: 25px;
}

#header .content .sub-header {
    font-size: 16px;
    line-height: 19.2px;
    max-width: 500px;
    margin-bottom: 45px;
}

.btn-square.reverse{
    color: inherit;
    background-color: #1525FB;
}

.section-title {
    text-align: center;
}
.section-title .title {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: "HelveticaLTWXX-Bold", sans-serif;
}
.section-title .description {
    line-height: 15.6px;
    max-width: 550px;
    margin: 0 auto;
}
.in-section-panel {
    margin: 35px;
    background: #F2F2F2;
    padding: 40px 35px;
}

/*Highlights*/
#highlights {
    background: #F2F2F2;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 30px 20px;
    box-sizing: border-box;
}

#highlights .section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#highlights .section .image {
    margin-bottom: 25px;
    background: black;
    width: 84px;
    height: 85px;
    border-radius: 50px;
}

#highlights .section .title {
    margin-bottom: 25px;
    font-family: "HelveticaLTWXX-Bold", sans-serif;
}

#highlights .section .description {
    text-align: center;
    margin-bottom: 50px;
}

/*Software*/
#software .in-section-panel .title {
    font-size: 18px;
    font-family: "HelveticaLTWXX-Bold", sans-serif;
}

.in-section-panel .panel-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#software .in-section-panel .description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

#software .in-section-panel .features .title {
    font-size: 16px;
    line-height: 19.2px;
    font-family: "HelveticaLTWXX-Bold", sans-serif;
}

#software .in-section-panel .features ul {
    font-size: 16px;
    line-height: 24px;
    padding-inline-start: 20px;
}

#software .right .placeholder {
    width: 450px;
    height: 385px;
    background: black;
    position: relative;
}

/*Testimonials*/
#testimonials .htl-container {
    display: flex;
    justify-content: space-evenly;
}

#testimonials .scrollable-panels {
    position: relative;
}

#testimonials .scrollable-panel {
    background: #F2F2F2;
    box-sizing: border-box;
    min-height: 450px;
    text-align: center;
    font-size: 16px;
    padding: 30px;
}

#testimonials .scrollable-panel.fade-out {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

#testimonials .scrollable-panel.fade-in {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}


#testimonials .scrollable-panel .image {
    background: #979797;
    height: 80px;
    width: 80px;
    margin: 0 auto 15px;
    border-radius: 50px;
}

#testimonials .scrollable-panel .title {
    font-family: "HelveticaLTWXX-Bold", sans-serif;
    margin-bottom: 5px;
}

#testimonials .scrollable-panel .description {
    margin-bottom: 20px;
}

#testimonials .scrollable-panel .content {
    margin-bottom: 20px;
}

#testimonials .left-scroll img,
#testimonials .right-scroll img {
    height: 15px;
    width: 8px;
}

#testimonials .left-scroll {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}

#testimonials .right-scroll {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}

#testimonials .pages {
    display: flex;
    justify-content: space-between;
    margin: 40px 50px 0;
    cursor: pointer;
}

#testimonials .pages .page {
    height: 12px;
    width: 12px;
    background: #D8D8D8;
    border-radius: 50px;
}

#testimonials .pages .page.selected {
    background: #292F36;
}

/*About*/
#about {
    background: #292F36;
    color: #FFFFFF;
    line-height: 19.5px;
    padding: 30px 35px 35px;
}
#about .section-content {
    width: 90%;
    max-width: 770px;
    margin: 0 auto 18px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

#about .section-content:last-child{
    margin-bottom: 0;
}

/*Footer*/
#footer {
    display: flex;
    justify-content: space-between;
    background: #070707;
    color: white;
    padding: 35px 35px 13px;
    height: 100px;
}

#footer .right {
    position: relative;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 150px;
    margin-right: 60px;
}

#footer .right .htl-container {
    width: 75px;
    margin-left: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

#footer .lettermark {
    font-family: "HelveticaLTWXX-Bold", sans-serif;
    font-size: 30px;
}
#footer .copyright,
#footer .privacy {
    font-size: 12px;
}

/*Policy Pages*/
#policy {
    margin-top: 50px;
    text-align: center;
}

#policy .content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 40px 40px 40px;
    text-align: left;
}

#policy .indent {
    margin-left: 40px;
}

#policy .roman {
    list-style-type: none;
}
#policy .roman .numeral {
    float: left;
    display: block;
    width: 15px;
    text-align: right;
    font-weight: bold;
}
#policy .roman p {
    padding-left: 25px;
}

#policy .content .title {
    font-family: "HelveticaLTWXX-Bold", sans-serif;
}

#policy .table {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-bottom: none;
}
#policy .table th,
#policy .table td {
    padding: 5px 3px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: left;
}
#policy .table th:last-child,
#policy .table td:last-child {
    border-right: none;
}

/* Jobs Pages */
#jobs {
    margin-top: 50px;
    text-align: center;
}
#jobs h2 {
    margin-bottom: 25px;
}
#jobs .content {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 40px 40px 40px;
    text-align: left;
}
#jobs .content p,
#jobs .content ul {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}

#contact-us .logo {
    margin-top: 30px;
    margin-bottom: 40px;
}

/*Specific Mobile Styling*/
@media screen and (max-width: 768px) {
    /*General Styling*/
    .desktop {
        display: none!important;
    }

    /*Header*/
    #mobile-menu {
        z-index: 2;
        width: 100%;
        height: 100vh;
        background: white;
        position: absolute;
        display: none;
        padding: 27px 33px;
        box-sizing: border-box;
    }
    #mobile-menu.active{
        display: inherit;
    }
    #mobile-menu .content {
        font-family: "HelveticaLTWXX-Bold", sans-serif;
        font-size: 32px;
        display: flex;
        flex-direction: column;
        margin-top: 100px;
    }
    #mobile-menu .content a {
        margin-bottom: 20px;
    }

    /*Shared panel layout*/
    .section-title {
        margin: 0 35px;
    }

    .in-section-panel .panel-content {
        flex-direction: column;
    }

    .in-section-panel .left {
        margin-bottom: 40px;
    }

    /*Services*/
    #services .top-bar-panel {
        position: relative;
        min-height: 400px;
    }

    #services .top-bar-panel .overlay-menu.active{
        display: flex;
    }

    #services .top-bar-panel .overlay-menu {
        display: none;
        flex-direction: column;
        justify-content: space-around;
        position: absolute;
        top: 45px;
        padding: 15px 20px;
        background: black;
        color: white;
        border-top: 2px solid white;
        width: 100%;
        box-sizing: border-box;
        height: 400px;
    }

    #services .overlay-menu .toggle {
        border-bottom: 2px solid #D8D8D8;
        padding-bottom: 13px;
    }

    #services .overlay-menu .toggle:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    #services .top-bar {
        color: #FFE809;
        background: #070707;
        display: flex;
        justify-content: space-between;
        padding: 15px 20px;
        font-family: "HelveticaLTWXX-Bold", sans-serif;
    }

    #services .panel-content {
        background: #FFFFFF;
        padding: 15px 20px 100px;
        min-height: 270px;
    }

    #services .panel-content .title,
    #services .panel-content .description{
        margin-bottom: 20px;
        line-height: 16px;
    }
    #services .panel-content .title{
        font-family: "HelveticaLTWXX-Bold", sans-serif;
    }

    /*Testimonials*/
    .scrollable-panel {
        margin: 35px;
    }

}
/*Specific Desktop Styling*/
@media screen and (min-width: 769px) {
    /*General Styling*/
    body {
        font-size: 16px;
    }
    .desktop {
        display: inherit;
    }

    .mobile {
        display: none!important;
    }

    .section-container{
        margin-bottom: 100px;
    }

    .section-title .title {
        font-size: 40px;
        line-height: 38px;
        margin-bottom: 15px;
        font-family: "HelveticaLTWXX-Bold", sans-serif;
        }

    .section-title .description {
        line-height: 24px;
        max-width: 550px;
        margin: 0 auto;
    }

    .in-section-panel {
        margin: 50px 60px;
        background: #F2F2F2;
        padding: 50px 60px;
    }

    .btn-square {
        width: 225px;
        height: 50px;
    }

    /*Header*/
    #header {
        padding: 20px 60px;
        height: 730px;
    }
    #header .right {
        font-size: 12px;
        width: 40%;
        display: flex;
        justify-content: space-between;
        max-width: 500px;
        min-width: 400px;
    }
    #header .right a {
        position: relative;
    }
    #header .right a:hover:after {
        position: absolute;
        top: 20px;
        left: 0px;
        width: 100%;
        content: "";
        border-bottom: 1px solid #fff;
    }
    #header .content {
        margin-top: 150px;
    }
    #header .content .title {
        font-size: 64px;
        line-height: 64px;
    }

    /*Highlights*/
    #highlights {
        height: 450px;
        flex-direction: row;
    }

    #highlights .section .description {
        width: 64%;
        margin-bottom: 40px;
    }

    /*Software*/
    #software .in-section-panel .title {
        font-size: 32px;
        line-height: 48px;
    }

    .in-section-panel .left {
        width: 400px;
        min-height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .in-section-panel .right {
        width: 450px;
    }

    #software #htlexec.in-section-panel .right{
        width: 450px;
        height: 400px;
        text-align: right;
    }
    #software #htlexec.in-section-panel .right img{
        height: 380px;
    }

    /*Services*/
    #services .toggle-panel {
        display: flex;
    }
    #services .toggle-panel .content {
        box-sizing: border-box;
        max-height: 426px;
        overflow: scroll;
    }
    #services .toggles {
        min-width: 300px;
        height: 426px;
        color: #FFFFFF;
        background: #070707;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 40px 30px;
        position: relative;
    }

    #services .toggles .toggle {
        border-bottom: 2px solid #D8D8D8;
        padding-bottom: 16px;
        cursor: pointer;
        max-height: 36px;
        box-sizing: border-box;
    }
    #services .toggles .toggle:hover {
        font-family: "HelveticaLTWXX-Bold", sans-serif;
        color: #FFE809;
    }
    #services .toggles .toggle:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    #services .arrow {
        position: absolute;
        right: -25px;
    }

    .arrow.pos-1{
        top: 0;
    }
    .arrow.pos-2{
        top: 48px;
    }
    .arrow.pos-3{
        top: 98px;
    }
    .arrow.pos-4{
        top: 152px;
    }
    .arrow.pos-5{
        top: 204px;
    }
    .arrow.pos-6{
        top: 256px;
    }
    .arrow.pos-7{
        top: 308px;
    }


    #services .content {
        background-color: #FFFFFF;
        padding: 45px 70px;
        width: 100%;
    }

    #services .content .title {
        font-family: "HelveticaLTWXX-Bold", sans-serif;
        line-height: 19.2px;
        margin-bottom: 10px;
    }

    #services .content .description {
        line-height: 24px;
        max-width: 400px;
        margin-bottom: 15px;
    }

    #services img {
        height: 100px;
    }

    /*Testimonials*/
    #testimonials .scrollable-panels {
        margin: 50px 60px;
    }

    #testimonials .scrollable-panels .scrollable-panel {
        width: 30%;
        height: 530px;
    }

    #testimonials .left-scroll img,
    #testimonials .right-scroll img {
        height: 26px;
        width: 16px;
    }

    #testimonials .left-scroll{
        left: -30px;
    }

    #testimonials .right-scroll {
        right: -30px;
    }

    #testimonials .pages {
        margin: 40px auto 0;
        width: 60px;
    }

    /*About*/
    #about {
        padding: 25px 125px;
    }
}
