/* global */
body {
    color: #5a5a5a;
}

/* force bootstrap standard - temp fix */
a, p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* force bootstrap standard - temp fix */
p, h2, h3 {
    color: #212529;
    font-weight: 300;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

a:hover {
    text-decoration: none;
}

th {
    font-weight: normal;
}

/* container top */
.container-top p,
.container-marketing p,
.container-marketing ol,
.container-marketing ul,
.container-featured-in p,
.container-faq p, dd {
    font-size: 1.25rem;
    font-weight: 300;
    color: #212529;
}

/* Fix ie :before font-awesome icons */
.container-faq dt {
    font-size: 1.25rem;
    font-weight: 550;
    color: #212529;
}

.container-top ol,
.container-top ul {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
}

.container-top {
    margin-top: 48px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    width: 100%;
    padding-bottom: 3rem;
}

.container-top #app-logo {
    vertical-align: top;
    padding: 0;
    margin-right: 1rem;
    max-width: 100%;
}

.container-top .title {
    font-size: 2.6rem;
    font-weight: 500;
}

.container-top .sub-title {
    margin-bottom: .5rem;
    line-height: 1.2;
    font-size: 1.75rem;
    font-weight: 500;
}

.container-top .badge-free {
    background-color: #0a726d;
    font-size: 18px;
    font-weight: 100;
}

/* large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .container-top .title {
        font-size: 2rem;
    }

    .container-top .sub-title {
        font-size: 1.5rem;
    }
}

/* medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    #app-title,
    #app-description {
        text-align: center !important;
    }

    .container-top {
        padding: 2rem;
    }
}

/* small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    /* hack for mobile menu */
    .container-top {
        margin-top: 0;
    }

    .container-top .title {
        font-size: 1.7rem;
    }

    .container-top .sub-title {
        font-size: 1.25rem;
    }

    .container-top #app-image {
        margin-top: 1rem;
        text-align: center;
    }

    .container-top #app-logo {
        margin-bottom: 2rem;
    }
}

/* extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .container-top .title {
        font-size: 1.4rem;
    }

    .container-top .sub-title {
        font-size: 1.05rem;
    }
}

.caption {
    color: #ffffff;
}

.btn-xlg {
    padding: .5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-ct {
    color: #ffffff;
    background-color: #e87e04;
    border-color: #e87e04;
}

.btn-ct:hover {
    color: #ffffff;
    background-color: #d35400;
    border-color: #d35400;
}

.download-info {
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    backface-visibility: hidden;
    transition: .5s ease-out;
    font-size: 16px;
    /* hack */
}

.btn-primary:hover .download-info,
.btn-ct:hover .download-info {
    visibility: visible;
    opacity: 1;
    transition: .3s ease-out;
}


/* thin out the marketing headings */
.features-heading {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
    /* force bootstrap standard - temp fix */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* video */
.embed-responsive {
    overflow: hidden;
    position: relative;
    max-width: 730px;
}

/* container marketing */
.container-marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.container-marketing .features {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}


/* container featured-in */
.container-featured-in .featured-logo {
    margin: 0 auto 25px;
}

.container-featured-in p {
    text-align: center;
}

/* CTL comparison table */
.comparison-table-wrapper table,
thead,
tr,
tbody,
th,
td {
    text-align: center;
}

.table td {
    text-align: center;
}


/* Table mobile */
@media handheld,
only screen and (max-width: 436px) {

    /* Force table to not be like tables anymore */
    .comparison-table-wrapper table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .comparison-table-wrapper thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .comparison-table-wrapper tr {
        border: 1px solid #ccc;
        background-color: rgba(125, 161, 200, 0.1);
        margin-bottom: 20px;
    }

    .comparison-table-wrapper table td {
        /* Behave  like a "row" */
        border: none;
        border-left: none !important;
        border-bottom: 1px solid #eee;
        position: relative;
        width: 100% !important;
        padding: 5px;
    }

    .comparison-table-wrapper table td:not(:first-child) {
        text-align: right;
    }

    .comparison-table-wrapper table td:first-child {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .comparison-table-wrapper td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        /*width: 45%;*/
        /*padding-right: 10px;*/
        white-space: nowrap;
        /* force bootstrap standard - temp fix */
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-weight: bold;
    }

    /* Label the data */
    .comparison-table-wrapper td:before {
        content: attr(mobile-title);
    }
}


/* CTH container FAQ */
.container-faq .faq-list {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 300;
}

.container-faq .faq-list dt {
    margin-top: 20px;
    padding: 20px 20px 20px 40px;
    cursor: pointer;
    background: #e0e0e0;
}

.container-faq .faq-list dt:before {
    font-weight: 550;
    position: relative;
    top: +2px;
    left: -20px;
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    /* expanded */
    content: "\f078";
}

.container-faq .faq-list dd {
    margin-left: 0;
    padding: 0 20px 20px 60px;
    background-color: #e0e0e0;
}

.container-faq .faq-list .closed {
    display: none;
}

.container-faq .faq-list .minus:before {
    font-weight: 550;
    position: relative;
    top: +2px;
    left: -20px;
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    /* collapsed */
    content: "\f054";
}


/* container bottom */
.container-bottom {
    width: 100%;
    background-repeat: no-repeat;
    width: 100%;
    -webkit-background-size: cover;
}

/* force bootstrap standard - temp fix */
.container-bottom h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #fff;
}

/* container pre-footer */
.container-pre-footer {
    width: 100%;
}

.container-pre-footer-text {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    color: #212529;
}

.pre-footer-header {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

@media handheld,
only screen and (max-width: 960px) {
    .container-pre-footer {
        padding: 1rem;
    }

    .container-pre-footer-text {
        padding-bottom: 2rem;
    }
}

/* Sticky footer */
html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox!;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

main {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

footer {
    margin-top: auto;
}
