@import url('https://fonts.googleapis.com/css2?family=Muli&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    --ac-blue: #0053a1;
    --ac-dark: #333;
    --ac-font: 'Muli', sans-serif;
}

html {
    margin: 0;
    padding: 0;
    color: #fff;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--ac-font);
    font-size: 13px;
    line-height: 1.5;
    overflow-x: hidden;
    background: var(--ac-blue);
}

app-root {
    background: #fff;
    overflow-x: hidden;
}


h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-family: 'Philosopher', sans-serif;
}

.page-heading {
    font-size: 28px;
    line-height: 1.02em;
    margin-bottom: 40px;
    margin-top: 20px;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.page-heading:after {
    background: #000;
    display: block;
    height: 4px;
    width: 60px;
    content: '';
    bottom: -0.7em;
    position: absolute;
    margin-left: -25px;
    left: 50%;
}

h3 {
    letter-spacing: 1px;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-brand span {
    display: none !important;
}
nav.navbar {
    background-color: var(--ac-blue);
    border-color: var(--ac-blue);
}
.top-navbar.navbar-nav > li > a {
    color: #fff !important;
    text-transform: uppercase;
}
.top-navbar.navbar-nav>li>a:hover {
    border-top: 2px solid #fff;
}
.navbar-light .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.6);
}
.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMzJweCIgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNNCwxMGgyNGMxLjEwNCwwLDItMC44OTYsMi0ycy0wLjg5Ni0yLTItMkg0QzIuODk2LDYsMiw2Ljg5NiwyLDhTMi44OTYsMTAsNCwxMHogTTI4LDE0SDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDIgIHMwLjg5NiwyLDIsMmgyNGMxLjEwNCwwLDItMC44OTYsMi0yUzI5LjEwNCwxNCwyOCwxNHogTTI4LDIySDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDJzMC44OTYsMiwyLDJoMjRjMS4xMDQsMCwyLTAuODk2LDItMiAgUzI5LjEwNCwyMiwyOCwyMnoiIHN0eWxlPSJmaWxsOiNmZmY7Ii8+PC9zdmc+Cg==);
}

.section-main {
    padding-bottom: 50px;
    min-height: 100vh;
    background: #fff;
    color: #000;
}
.page-heading {
    color: #000;
}

#section-home {
    /*background: url('https://cms-api.chautec.com/api/v1/component/file/2026') no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
    transition: all 1s ease-in;
	/* min-height: 100vh; */
    /* height: 3500px; */
    padding-bottom: 0;
    /* color: #3A5F8C; */
}
/* @media (max-width: 768px) {
    #section-home {
        background: #3A5F8C url('https://cms-api.chautec.com/api/v1/component/file/2138') no-repeat bottom center scroll;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
} */
#section-home .heading-container {
    display: none;
}

/* #section-patents, #section-projects, #section-web-apps, #section-mobile-apps, #section-alexa-skills, #section-legacy, #section-videos {
    color: #fff;
    background: var(--ac-dark);
}
#section-patents .page-heading,
#section-projects .page-heading,
#section-web-apps .page-heading,
#section-mobile-apps .page-heading,
#section-alexa-skills .page-heading,
#section-legacy .page-heading,
#section-videos .page-heading {
    color: #fff;
}

#section-patents .page-heading::after,
#section-projects .page-heading::after,
#section-web-apps .page-heading::after,
#section-mobile-apps .page-heading::after,
#section-alexa-skills .page-heading::after,
#section-legacy .page-heading::after,
#section-videos .page-heading::after {
    background: #fff;
} */

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-margin-padding {
    margin: 0;
    padding: 0;
}

.ac-caption {
    font-size: 12px;
    color: var(--ac-blue);
}

.content-wrapper {
    margin: 0 auto;
    max-width: 1170px;
}

.content-fluid-wrapper {
    margin: 0 auto;
    max-width: 90%;
}


#scrolling-timeline {
    width: 2400px;
    position: fixed;
    left: 100%;
    top: 160px;
    display: flex;
    justify-content: space-between;
}
#scrolling-timeline .timeline-point {
    background: rgb(255,255,255);
    padding: 5px 15px;
    margin: 0;
    font-size: 15px;
    border-radius: 5px;
    color: #000;
}
#scrolling-timeline .timeline-point-content {
    margin-top: 20px !important;
}
#scrolling-timeline .timeline-point .fas {
    color: var(--ac-blue);
}
#scrolling-timeline .timeline-point .timeline-time {
    color: var(--ac-blue);
}
#scrolling-timeline .timeline-point .timeline-location {
    font-size: 11px;
}


/* icons */
.icon {
    height: 32px;
    width: 32px;
    /*opacity: 0.5;
    filter: alpha(opacity=50);*/
    border: none;
    outline: none;
    background: none;
}
    
    .icon:hover {
        color: #000;
        /*opacity: 1;
        filter: alpha(opacity=100);*/
    }

    /* .icon.launch-icon {
        background: url("@{icons-path}launch.png") no-repeat center;
    } */

    .icon.play-icon {
        color: #808080;
        /*background: url("@{icons-path}play.png") no-repeat center;*/
    }

        .icon.play-icon.playing {
            color: var(--ac-blue);
            /*opacity: 1;*/
            /*filter: alpha(opacity=100);*/
        }


/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: var(--ac-dark);
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: var(--ac-blue);
        border: 1px solid var(--ac-dark);
        color: #fff;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
    width: 100%;
}

th {
    text-align: left;
    border: none 0px;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: var(--ac-dark);
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '?';
    }

    th.desc a:after {
        content: '?';
    }

td {
    padding: 10px 5px;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

table.ac-list {
    background: #fff;
    color: #000;
    border-bottom: 9px solid var(--ac-blue);
    font-size: 14px;
}

    table.ac-list a {
        color: var(--ac-blue);
    }

    table.ac-list th {
        font-size: 14px;
        color: #fff;
        background: var(--ac-blue);
    }

    table.ac-list .title {
        width: 200px;
        padding-left: 7px;
    }

    table.ac-list td.title {
        font-weight: bold;
    }

    table.ac-list tr:nth-child(even) {
        background: #D4E4F1;
    }
    
    table.ac-list .date {
        width: 96px;
    }

    table.ac-list td.date, table.ac-list td.type {
        font-size: 12px;
    }

    table.ac-list .version {
        text-align: center;
    }

    table.ac-list .type {
        text-align: center;
        /*width: 65px;*/
    }

    table.ac-list .icons {
        text-align: center;
        width: 60px;
    }
    
    table.ac-list .author {
        /*width: 85px;*/
    }

table.app-list:not(:last-child) {
    margin-bottom: 30px;
}

/* video player */
#video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
}

#video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 851px) and (max-width: 1050px)
{
    ul#menu li a {
        padding: 1.34em 1.3em;
    }
    .logo-large, .logo-wide {
        display: none;
    }

}

.launch-link {
    font-size: 25px;
}
    .launch-link:hover {
        color: #000;
    }



.name-title {
    text-align: center;
    color: var(--ac-dark);
    margin-bottom: 20px;
    margin-top: 20px;
}
.name-title h1 {
    font-size: 40px;
    font-weight: bold;
}
.name-title h1 > span {
    text-transform: capitalize;
    animation: colour-animation 6s infinite;
    animation-fill-mode: forwards;
    /* animation-direction: alternate; */
}
.name-title h1 > span:nth-child(1) {
    animation-delay: .1s;
}
.name-title h1 > span:nth-child(2) {
    animation-delay: .2s;
}
.name-title h1 > span:nth-child(3) {
    animation-delay: .3s;
}
.name-title h1 > span:nth-child(4) {
    animation-delay: .4s;
}
.name-title h1 > span:nth-child(5) {
    animation-delay: .5s;
}
.name-title h1 > span:nth-child(6) {
    animation-delay: .6s;
}
.name-title h1 > span:nth-child(7) {
    animation-delay: .7s;
}
.name-title h1 > span:nth-child(8) {
    animation-delay: .8s;
}
.name-title h1 > span:nth-child(9) {
    animation-delay: .9s;
}
.name-title h1 > span:nth-child(10) {
    animation-delay: 1s;
}
.name-title h1 > span:nth-child(11) {
    animation-delay: 1.1s;
}
.name-title h1 > span:nth-child(12) {
    animation-delay: 1.2s;
}
.name-title h1 > span:nth-child(13) {
    animation-delay: 1.3s;
}
.name-title h1 > span:nth-child(14) {
    animation-delay: 1.4s;
}
.name-title h1 > span:nth-child(15) {
    animation-delay: 1.5s;
}
.name-title h1 > span:nth-child(16) {
    animation-delay: 1.6s;
}
.name-title h1 > span:nth-child(17) {
    animation-delay: 1.7s;
}
.name-title h1 > span:nth-child(18) {
    animation-delay: 1.8s;
}
.name-title h1 > span:nth-child(19) {
    animation-delay: 1.9s;
}
.name-title h1 > span:nth-child(20) {
    animation-delay: 2s;
}
@keyframes colour-animation {
    0% {color: var(--ac-dark);}
    10% {color: #0053a1;}
    20% {color: var(--ac-dark);}
    100% {color: var(--ac-dark);}
}


footer {
    background-color: var(--ac-dark) !important;
}
footer .content-wrapper {
    font-size: .85em !important;
    height: 70px;
    padding: 0 5px;
}
footer .copyright {
    margin-top: 10px;
    text-align: left;
}
footer .copyright p {
    margin: 5px 0;
}
footer .copyright a {
    color: #fff;
    text-decoration: underline;
}

footer .links {
    margin-top: 5px;
    text-align: right;
}
footer .links a {
    margin-right: 6px;
    font-size: 40px;
    color: #D4E4F1;
}

footer .links a:last-child {
    margin-right: 0;
}

footer .links a:hover {
    color: #fff;
}

footer .links img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

footer .links img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px)
{
    /* .name-title {
        margin-bottom: 100px !important;
        text-align: center !important;
    } */

        #section-home .timeline {
            display: none;
        }

        #section-home .mobile-timeline {
            display: block;
        }

    header#header-normal {
        display: none;
    }
    
    header#header-compact {
        display: block;
        height: 50px;
    }

    img.logo {
        height: 32px;
        margin-top: 7px;
    }

    nav {
        margin-bottom: 5px;
    }

    section.page {
        min-height: 700px;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .content-fluid-wrapper {
        max-width: 95%;
    }

    article, aside {
        float: none;
        width: 100%;
    }
    
    table.ac-list .title {
        width: auto;
    }
    
    table.ac-list .description, table.ac-list .version, table.ac-list .author, table.ac-list .date, table.ac-list .type {
        display: none;
    }

    footer .content-wrapper {
        height: auto;
    }

    footer p {
        margin: 0;
    }
}
