@import url("https://use.typekit.net/egv3smz.css");

html:not([data-scroll='0']) {
    .site>header {
        position: fixed;
        top: 0;
        background-color: var(--color-secondary);
        box-shadow: 0 1px 10px 0 rgba(0,0,0,0.15);
        margin-top: 0;
        padding: 12px 0;
    }
}

@media (max-width: 830px) {
    html:not([data-scroll='0']) {
        .site>header .logo-container img {
            max-height: 50px;
        }
    }
}

:root {
    --color-primary: #5CE1E6;
    --color-secondary: #1B1C1D;
    --color-accent: #E5E5FF;
    --light-grey: #D8D8D8;
    --color-blue-accent: #D8FCFF;
    --color-light-bg: rgba(216, 216, 216, 0.15);;
}

* {
    transition: .2s;
    color: var(--color-secondary);
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

button {
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0;
    margin: 0;
}

ul.menu {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}

.menu-toggle {
    display: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

h2 {
    margin: 0;
    font-size: 36px;
    letter-spacing: 0;
}

p, a, input, textarea, li, ul {
    font-family: "Proxima Nova", sans-serif;
    color: var(--color-secondary);
}

/* Header */
.site>header {
    position: absolute;
    width: 100%;
    z-index: 999;
    margin-top: 45px;
}

.logo-container a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 18px;
    row-gap: 28px;
}

.main-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 54px;
    row-gap: 24px;
}

.menu .current_page_item a {
    color: var(--color-primary);
}

.menu li a {
    color: white;
    font-size: 18px;
    letter-spacing: 0.75px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

.menu li a:hover {
    color: var(--color-primary);
}

.menu li.invert:hover {
    text-decoration: none;
}

.menu li.invert a:hover {
    text-decoration: none;
    color: var(--color-primary);
}

@media (max-width: 830px) {
    .header-content {
        flex-direction: column;
    }

    .header-content .menu {
        justify-content: center;
        flex-flow: row wrap;
    }

    .header-content .logo-container img {
    }
}

.site-main {
    width: 100vw;
}

.site-main p {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 32px;
}

.home .hero {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 30%, rgba(0,0,0,0.70) 100%);
    padding: 282px 0 164px 0;
}

.hero .alt-design {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero .alt-design h1 {
    color: var(--color-primary);
}

.home .hero video {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.home .hero-content {
    padding: 20px;
}

.hero h1,
.hero h1 span {
    color: white;
    font-size: 52px;
    letter-spacing: 0;
    line-height: 70px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

.home .hero p {
    font-size: 26px;
    color: white;
    letter-spacing: 0;
    line-height: 36px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

.hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    background: var(--color-secondary);
}

.post-page .hero,
.flex-page .hero {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 319px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.post-page p {
    font-size: 20px;
    color: #1B1C1D;
    letter-spacing: 0;
    line-height: 28px;
}

@media (max-width: 830px) {
    .post-page .hero,
    .flex-page .hero {
        height: 384px;
    }
}

@media (max-width: 560px) {
    .post-page .hero,
    .flex-page .hero {
        height: 424px;
    }
}

.post-page .hero {
    background: black;
}

.recent.featured-posts h2 {
    margin-bottom: 28px;
}

.flex-page .hero-content {
    z-index: 5;
}

.flex-page .hero h1 {
    margin: 0 0 72px 0;
}

.contact-form-strip .columns .column .wpforms-submit.std-button,
.std-button {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: var(--color-secondary);
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    background: var(--color-primary);
    border-radius: 21px;
    padding: 9px 28px;
    text-decoration: none;
}

.contact-form-strip ul {
    margin-left: 18px;
}

.std-button.dark {
    color: white;
    background: var(--color-secondary);
}

.std-button:hover {
    text-decoration: underline;
}

.std-button.invert {
    border: 2px solid var(--color-primary);
    font-size: 18px;
    color: white;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    box-shadow: 0 2px 4px rgba(0,0,0,0.50);
    background: none;
}

.std-button.invert a:hover {
    color: white;
}

.columns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1150px;
}

.columns.equal>div {
    width: 50%;
}

.columns.mirror .column-1 {
    order: 2;
}

.columns.mirror .column-2 {
    order: 1;
}

/* Highlight Strip */
.highlight-strip {
    min-height: 450px;
}

.highlight-strip .column.column-1 p {
    max-width: 540px;
    margin-bottom: 0;
}

.highlight-strip .column-2 {
    line-height: 0;
}

.highlight-strip.blue {
    background: var(--color-blue-accent);
}

.highlight-strip.purple {
    background: var(--color-accent);
}

.highlight-strip .column {
    height: 430px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.highlight-strip img {
}

.highlight-strip h3 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 36px;
    margin: 0;
    max-width: 560px;
}

.highlight-strip .columns {
    height: 100%;
}

.highlight-strip.centered {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 50px 0;
}

.highlight-strip.image-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.highlight-strip.image-top {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 1080px) {
    .highlight-strip .columns {
        flex-direction: column;
    }

    .highlight-strip .column {
        height: auto;
    }

    .highlight-strip .column-1 {
        padding: 20px 12px;
        align-items: center;
    }

    .highlight-strip.image-top .column-2 {
        order: 1;
    }

    .highlight-strip.image-top .column-1 {
        order: 2;
    }

    .highlight-strip.image-bottom .column-1 {
        order: 1;
    }

    .highlight-strip.image-bottom .column-2 {
        order: 2;
    }

    .columns.equal>div {
        width: 80%;
    }
}

/* CTA Strip */
.cta-strip {
    background-image: url('../img/ctabg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cta-strip.dark {]

}

.cta-strip .container {
    min-height: 382px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.cta-strip.dark .container {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.cta-strip.dark p,
.cta-strip.dark h2{
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

.cta-strip p {
    text-align: center;
    max-width: 700px;
}

.cta-strip .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Featured in strip */
.featured-in {
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-in .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 109px 0;
    max-width: 1110px;
    width: 100%;
}

.featured-in h2 {
    margin: 0 0 38px 0;
}

.featured-in .logos {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.featured-in .logos img {
    max-height: 100px;
    max-width: 163px;
    filter: grayscale(1);
    transition: filter .5s;
}

.featured-in .logos img:hover {
    filter: grayscale(0);
}

/* Featured Posts */
.featured-posts {
    background: var(--color-light-bg);
    padding: 64px 24px;
}

.featured-posts .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.featured-posts .posts {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-evenly;
    max-width: 1110px;
    width: 100%;
    row-gap: 18px;
}

.featured-posts .post {
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}


.featured-posts .post h3 {
    text-align: left;
}

.featured-posts .post a.category {
    font-weight: 500;
    font-size: 14px;
    color: #747474;
    letter-spacing: 0;
    text-decoration: none;
    margin: 8px 0 6px 0;
}

.featured-posts .post h3 {
    font-size: 20px;
    letter-spacing: 0;
    color: var(--color-secondary);
    line-height: 26px;
    margin: 0;
    max-height: 104px;
    overflow: hidden;
    text-decoration: none;
}

.featured-posts img {
    width: 100%;
    height: 295px;
    object-fit: cover;
}

/* Footer */
.site-footer {
    background: var(--color-secondary);
}

.footer-content {
    max-width: 1110px;
    width: 100%;
    padding: 65px 20px;
    margin: 0 auto;
}

.footer-content .columns {
    justify-content: space-between;
    width: 100%;
    margin: 0;
}

.footer-content .column {
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.footer-content>.column>p {
    font-size: 18px;
    letter-spacing: 0.75px;
}

footer .info {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
}

footer * {
    color: white;
    margin: 0;
}

footer .links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
}

footer .links a {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    letter-spacing: 0.75px;
}

footer .info * {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    margin: 0 12px;
}

footer .info a:hover {
    text-decoration: underline;
}

@media (max-width: 830px) {
    .footer-content .columns {
        flex-direction: column;
    }

    .footer-content .column.column-2 {
        justify-content: center;
    }

    .footer-content .column.column-2 .links {
        margin: 0 auto;
    }

    footer .info {
        align-items: center;
        justify-content: center;
        margin-top: 36px;
    }
}

@media (max-width: 1080px) {
    h2, h3, h4, h5, h6 {
        text-align: center;
        margin: 0 auto;
    }

    .hero p {
        text-align: left;
    }

    p {
        text-align: center;
    }
}

/* Title Strip */
.title-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 66px 0 0 0;
}

/* Features Carousel */
.features-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-light-bg);
    padding: 62px 0;
}

.features-strip h2 {
    text-align: center;
    margin-bottom: 42px;
}

.features-strip .content {
    max-width: 1110px;
    width: 100%;
}

.carousel-wrapper {
    overflow: hidden;
    max-width: 1110px;
    width: 100%;
}

.carousel-wrapper * {
    box-sizing: border-box;
}

.carousel-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 36px 0 0 0;
}

.carousel-nav-btn {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #747474;
}

.carousel-nav-btn.active {
    background: var(--color-primary);
}

.feature-carousel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 18px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1110px;
    width: 100%;
    padding: 12px 0;
}

.feature-carousel .card {
    width: 350px;
    height: 344px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.15);
    border-radius: 10px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 18px;
    row-gap: 12px;

    opacity: 0;
    position: absolute;
    top: 0;
    right: -10000px;
    margin: auto;
    z-index: 100;
    transition: opacity .5s;
}

.feature-carousel .card.active {
    opacity: 1;
    position: static;
}

.feature-carousel .card .image-container {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.feature-carousel .card h3 {
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    margin: 0;
}

.feature-carousel .card p {
    font-size: 18px;
    color: var(--color-secondary);
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    margin: 0;
}

@media (max-width: 1150px) {
    .feature-carousel {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 780px) {
    .feature-carousel {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Testimonial Strip */
.testimonial-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 390px;
}

.testimonial-strip .content {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1110px;
    width: 100%;
    padding: 64px 0;
}

.testimonial-strip .slide {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial-strip .slide.active {
    display: flex;
}

.testimonial-strip .slide img {
    max-width: 180px;
    max-height: 130px;
}

.testimonial-strip .testimonial-content {
    max-width: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-strip .testimonial-content * {
    margin: 0 0 28px 0;
}

.testimonial-strip .testimonial-content * {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
}

.testimonial-strip .arrow.right {
    margin-right: 12px;
}

.testimonial-strip .arrow.left {
    margin-left: 12px;
}

/* Blog Post Content */
.post-page .hero {
    z-index: 0;
}

.post-page.software-page .hero {
    z-index: inherit;
}

.post-content {
    position: relative;
    margin-top: -150px;
    z-index: 2;
}

.post-page.software-page .post-content {
    margin-top: inherit;
    z-index: inherit;
}

.post-content article {
    max-width: 920px;
    padding: 0 20px;
    margin: 0 auto;
}

.post-thumbnail img {
    width: 920px;
    height: 488px;
    object-fit: cover;
}

/* Banner Strip */
.banner-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-blue-accent);
}

.banner-strip .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 48px auto;
}

.banner-strip p {
    margin-bottom: 0;
}

/* Contact Form Strip */
.contact-form-strip {
    padding: 40px 20px;
}

.contact-form-strip .content {
    justify-content: space-between;
    max-width: 1110px;
}

.contact-form-strip h3 {
    font-size: 20px;
    color: #1B1C1D;
    letter-spacing: 0;
    line-height: 26px;
}

.post-page li,
.contact-form-strip li {
    font-size: 20px;
    color: #1B1C1D;
    letter-spacing: 0;
    line-height: 28px;
    margin: 8px 0;
}

.contact-form-strip .column-1 {
    max-width: 503px;
}

.contact-form-strip .column-2 {
    max-width: 539px;
}

li::marker {
    color: var(--color-primary);
}

.contact-form-strip .columns {
    align-items: flex-start;
}

.contact-form-strip form label,
.contact-form-strip legend {
    display: none !important;
}

.contact-form-strip form .choice-3 label {
    display: inline !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    margin: auto 0 !important;
}

.contact-form-strip .wpforms-field {
    padding: 0 0 18px 0 !important;
}

.contact-form-strip .wpforms-field-checkbox {
    width: 50% !important;
}

.contact-form-strip .choice-3 {
    margin-top: 22px !important;
}

.wpforms-submit-container  {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    margin-top: -48px !important;
}

.wpforms-form {
    position: relative !important;
}

.wpforms-submit-container {
    width: 50% !important;
    position: absolute !important;
    right: 0;
}

input[type=text],
textarea {
    border: 0 !important;
    box-shadow: none !important;
    background: #F3F3F3 !important;
    border-radius: 0 !important;
    color: var(--color-secondary) !important;
    padding: 18px 18px !important;
}

input[type=text] {
    height: auto !important;
}

input[type=text]::placeholder,
textarea::placeholder {
    opacity: 1 !important;
    color: var(--color-secondary) !important;
}

input[type=text]:focus,
textarea:focus {
    border: 0 !important;
    box-shadow: none !important;
}

@media (max-width: 1110px) {
    .contact-form-strip .content {
        flex-direction: column;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 550px) {
    .wpforms-submit-container  {
        position: relative !important;
    }

    .contact-form-strip .wpforms-field-checkbox {
        width: auto !important;
    }

    .contact-form-strip .choice-3 {
        margin-top: 2px !important;
    }

    .wpforms-submit-container  {
        display: block !important;
        margin-top: 0 !important;
    }
}


/* How Page */
.how-page>h2 {
    text-align: center;
    margin: 64px 0;
}

/* Software Page */
.software-page .hero {
    background: black;
}
.software-page .hero h1 {
    margin-bottom: 18px;
}
.software-page .hero p {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: white;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    margin-top: 0;
}

.software-page .strapline {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 0;
    width: 100%;
    background: var(--color-blue-accent);
}

.software-page .strapline h2 {
    max-width: 1110px;
    width: 100%;
    text-align: center;
}

.post-page ul {
    margin-left: 24px;
}

.software-cards {
    max-width: 1110px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
    margin-bottom: 38px;
    align-content: space-between;
}

.software-page .software-cards {
    margin: 48px auto;
}

.how-page .software-cards {
    margin: 48px auto;
}

.software-cards .card {
    margin: 0 auto;
}

.software-cards .card.compact {
    grid-column: 1/3;
    max-width: 100%;
    background: rgba(92,225,230,0.20);
}

.software-cards .card.compact .title-block {
    background: none;
}

.software-cards .card.compact .title-block p {
    margin-bottom: 0;
}

.software-cards .card.compact h4 {
    margin-bottom: 18px;
}

.software-cards .card.compact .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
}

.software-cards .card.compact .content p {
    margin: 0;
}

.software-cards .card.compact .content * {
    text-align: center;
}

.software-cards .card {
    border: 2px solid #5CE1E6;
    border-radius: 10px;
    max-width: 540px;
    width: 100%;
}

.software-cards .card.full .content {
    background: none !important;
}

.software-cards .card.compact {
    background: none;
}

.software-cards .card .title-block {
    background: rgba(92,225,230,0.20);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.software-cards h3 {
    font-size: 36px;
    color: #1B1C1D;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 30px;
}

.software-cards .title-block p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #1B1C1D;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    margin-top: 0;
}

.software-cards .card .content {
    padding: 24px 32px 24px 32px;
}

.software-cards .card .content p {
    margin: 0 0 12px 0;
}

.software-cards .card .content ul {
    margin-left: 12px;
}

.software-cards .card .content li {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
}

.software-cards h4 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
}

.software-page .software-cards .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 245px;
}

.software-page .software-cards .card h3 {
    margin: 0;
    max-width: 453px;
}

.software-page .software-cards .card p {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    margin: 12px 0 28px 0;
}

.software-page .post-content p {
    text-align: left;
}

@media (max-width: 1110px) {
    .software-cards {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px;
    }

    .software-cards .card.compact {
        grid-column: 1/1;
        max-width: 100%;
    }

    .software-cards .content p,
    .software-cards h4 {
        text-align: left;
    }

    .software-cards .content p,
    .how-page .software-cards h4 {
        margin: 20px 0;
    }
}

/* 404 */
.page-content.err404 {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    height: 50vh
}

.page-content.err404 p {
    text-align: center;
}

/* Contact thank you */
.wpforms-confirmation-container-full {
    background: var(--color-blue-accent) !important;
}

@media (max-width: 360px) {
    .hero h1 {
        text-align: center;
    }
    .hero {
        height: 500px !important;
    }
}