@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/fa-brands-400_748ab466.eot);
    src: url(/fonts/fa-brands-400_748ab466.eot?#iefix) format("embedded-opentype"),url(/fonts/fa-brands-400_3654744d.woff2) format("woff2"),url(/fonts/fa-brands-400_2248542e.woff) format("woff"),url(/fonts/fa-brands-400_7febe26e.ttf) format("truetype"),url(/fonts/fa-brands-400_5c2d83d4.svg#fontawesome) format("svg")
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/fa-regular-400_b58f468f.eot);
    src: url(/fonts/fa-regular-400_b58f468f.eot?#iefix) format("embedded-opentype"),url(/fonts/fa-regular-400_33f727cc.woff2) format("woff2"),url(/fonts/fa-regular-400_f3dd4f39.woff) format("woff"),url(/fonts/fa-regular-400_54f142e0.ttf) format("truetype"),url(/fonts/fa-regular-400_20af3d0e.svg#fontawesome) format("svg")
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    src: url(/fonts/fa-solid-900_035a137a.eot);
    src: url(/fonts/fa-solid-900_035a137a.eot?#iefix) format("embedded-opentype"),url(/fonts/fa-solid-900_8a8c0474.woff2) format("woff2"),url(/fonts/fa-solid-900_6661d6b3.woff) format("woff"),url(/fonts/fa-solid-900_b6a14bb8.ttf) format("truetype"),url(/fonts/fa-solid-900_84de9483.svg#fontawesome) format("svg")
}

body {
    margin: 0;
    padding: 0;
    font-family: Work Sans,Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uk-dropdown {
    padding: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Work Sans,Helvetica,Roboto,Arial,sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 84px;
    line-height: 60px;
    margin-bottom: 65px;
}

h2 {
    font-size: 45px;
    line-height: 55px;
}

a, p, li {
    font-family: Work Sans,Helvetica,Roboto,Arial,sans-serif;
}


.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: inherit;
}

.uk-justify-sb {
    justify-content: space-between;
}

.uk-container {
    max-width: 1000px;
}

.uk-container-large {
    padding: 0 3em;
    margin: 0 auto;
    max-width: 1600px;
}

.btn {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 17px;
}

.btn:hover {
    text-decoration: none;
}

.btn.outline {
    border: 2px solid white;
    color: white;
}

.btn.green {
    background: #11beac;
    color: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.05);
    box-shadow: 0 4px 20px rgba(0,0,0,.05);
}

header.header {
    background: linear-gradient(180deg,#fff,hsla(0,0%,100%,.45));
    position: absolute;
    z-index: 10;
    padding: .8em 0;
    width: 100%;
}

header.header .uk-navbar li a {
    padding: .7rem 1rem;
    color: #222;
    font-weight: 700;
    text-transform: none !important;
}

header.header .uk-navbar-nav {
    gap: 10px;
    align-items: center;
}

header.header .uk-navbar li a.download {
    background: #222;
    color: #fff;
    padding: 6px 35px;
    border-radius: 50px;
    -webkit-box-shadow: inset 1px 1px 10px #333;
    box-shadow: inset 1px 3px 10px #000;
}

body.single {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(17,190,172,.2)),to(#fff));
    background: -webkit-linear-gradient(top,rgba(17,190,172,.2),#fff);
    background: -o-linear-gradient(top,rgba(17,190,172,.2) 0,#fff 100%);
    background: linear-gradient(180deg,rgba(17,190,172,.2),#fff);
}

main {
    position: relative;
    background: #14cebb;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(20,206,187,.15)),color-stop(45%,hsla(0,0%,96%,0)),color-stop(55%,rgba(238,244,243,0)),to(rgba(29,208,189,.35)));
    background: -webkit-linear-gradient(top,rgba(20,206,187,.15),hsla(0,0%,96%,0) 45%,rgba(238,244,243,0) 55%,rgba(29,208,189,.35));
    background: -o-linear-gradient(top,rgba(20,206,187,.15) 0,hsla(0,0%,96%,0) 45%,rgba(238,244,243,0) 55%,rgba(29,208,189,.35) 100%);
    background: linear-gradient(180deg,rgba(20,206,187,.15),hsla(0,0%,96%,0) 45%,rgba(238,244,243,0) 55%,rgba(29,208,189,.35));
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    /* background-position: center 860px; */
    background-repeat: no-repeat;
}

.row {
    max-width: 80rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

section.video-hero {
    position:relative;
    height:100%;
    overflow-x:hidden
}
section.video-hero video {
    -o-object-fit:cover;
    object-fit:cover;
    width:100vw;
    height:860px
}
section.video-hero .video-text {
    position:absolute;
    z-index:2;
    bottom:22%;
    left:8%
}
section.video-hero .video-text h1 {
    font-size:84px;
    color:#fff;
    max-width:500px;
    line-height:84px
}
section.video-hero .video-text p {
    font-size:20px;
    line-height:32px;
    color:#fff;
    max-width:480px;
    margin:25px 0 45px
}
section.youtube-embed {
    position:relative;
    padding-top:11em;
    margin-top:-8px
}
section.youtube-embed .panel {
    background-color:#fefefe;
    padding:100px 60px;
    border-radius:25px;
    position:relative;
    z-index:2;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,.05);
    box-shadow:0 0 20px rgba(0,0,0,.05)
}
section.youtube-embed .video-container iframe {
    width:100%;
    border-radius:25px
}
section.youtube-embed .video-details {
    display:grid;
    grid-template-columns:1fr 2fr;
    grid-gap:4rem;
    margin-top:40px
}
section.youtube-embed .video-text {
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
section.youtube-embed .video-text h2 {
    font-size:45px;
    line-height:55px
}
section.youtube-embed .video-text p {
    font-size:16px
}
section.youtube-embed .video-additional {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
section.youtube-embed .video-additional a {
    margin:0 8px;
    min-width:190px
}
section.youtube-embed .video-additional img {
    max-height:143px;
    -o-object-fit:cover;
    object-fit:cover;
    width:100%;
    border-radius:25px
}
section.two-columns {
    padding:10rem 0 2rem
}
section.two-columns .has-text.is-left {
    padding-left:5em
}
section.two-columns .has-text.is-right {
    padding-right:4em
}
section.two-columns h2 {
    font-size:45px;
    line-height:60px
}
section.two-columns p {
    font-size:16px;
    line-height:24px
}
section.two-columns a:not(.btn) {
    color:#2fa5d8;
    text-decoration:underline
}
section.two-columns a.btn {
    display:inline-block;
    margin-top:20px
}
section.two-columns .grid {
    display:grid;
    gap:8rem;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
section.two-columns .grid.right {
    grid-template-columns:36% 1fr
}
section.two-columns .grid.left {
    grid-template-columns:1fr 36%
}
section.icon-links {
    padding: 12em 0;
}
section.icon-links a {
    color: #222;
    font-size: 24px;
    font-weight: 700;
}
section.icon-links a:hover {
    text-decoration: none;
}
section.icon-links img {
    margin: 0 auto;
}
section.icon-links p {
    max-width: 100px;
    margin: 0 auto;
    line-height: 1.2;
}
section.recent-posts {
    padding:2rem 0 6rem
}
section.recent-posts h2 {
    font-size:45px;
    line-height:60px;
    margin:0 0 60px
}
section.recent-posts .posts {
    display:grid;
    grid-template-columns:repeat(3,minmax(300px,1fr));
    grid-gap:40px
}
section.recent-posts .posts .post {
    background-color:#fefefe;
    padding:2.5rem;
    border-radius:25px;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,.05);
    box-shadow:0 0 20px rgba(0,0,0,.05)
}
section.recent-posts .posts .post h3 {
    font-size:22px;
    line-height:26px;
    margin:0 0 20px
}
section.recent-posts .posts .post .recent-post-date {
    font-weight: bold;
}
section.recent-posts .posts .post p {
    font-size:16px;
    line-height:24px;
    overflow-wrap:break-word;
    word-wrap:break-word;
    -webkit-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto
}
section.recent-posts .posts .post a.plain {
    color:#2fa5d8;
    display:inline-block;
    text-decoration:underline;
    margin-top:30px
}
section.recent-posts .post-footer {
    margin-top:85px
}
section.shop-cta {
    padding:5rem 0 10rem
}
section.shop-cta .panel {
    background:#fefefe;
    padding:1rem 2rem;
    border-radius:25px;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,.05);
    box-shadow:0 0 20px rgba(0,0,0,.05)
}
section.shop-cta .panel .grid {
    display:grid;
    grid-template-columns:55% 1fr;
    gap:2rem;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
section.shop-cta .panel .shop-text {
    padding:0 2rem
}
section.shop-cta .panel .shop-text * {
    margin:0
}
section.shop-cta .panel .shop-text h2 {
    font-size:45px;
    line-height:55px
}
section.shop-cta .panel .shop-text p {
    margin:20px 0;
    font-size:16px;
    line-height:24px
}
section.cover-image {
    position: relative;
    padding: 15em 0;
}
section.cover-image .bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
section.cover-image .uk-container {
    position: relative;
    z-index: 2;
}
section.cover-image p {
    margin: 20px 0 35px;
}
section.cover-image * {
    color: white;
}
section.single-content {
    padding: 140px 0 100px;
}
section.podcast-banner {
    display: flex;
    height: 80vh;
    width: 100%;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1250px) {
    header.header .uk-navbar li a {
        padding: .7rem .3rem;
    }
}

@media (max-width: 1200px) {
    .uk-offcanvas-bar .uk-navbar-nav {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .uk-offcanvas-bar .uk-navbar-nav>li>a {
        text-transform: inherit;
        color: white;
    }

    .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
        justify-content: start;
    }
}

@media (max-width: 960px) {
    section.banner .text {
        position: static !important;
        padding: 2em;
    }
    section.banner .text h1 {
        font-size: 48px !important;
        line-height: 52px !important;
        color: black !important;
    }
    section.banner .text p {
        color: black !important;
    }
}

@media (max-width: 600px) {
    section.video-hero .video-text h1 {
        font-size: 64px;
        line-height: 64px;
    }
    section.youtube-embed {
        margin-top: 0;
        padding-top: 4em;
    }
    section.youtube-embed .video-details {
        grid-template-columns: 100%;
        gap: 1rem;
        margin-top: 20px;
    }
    section.youtube-embed .panel {
        padding: 2rem;
    }

    section.two-columns .grid.right,
    section.two-columns .grid.left {
        grid-template-columns: 100%;
        gap: 2rem;
    }
    section.two-columns .has-text.is-left,
    section.two-columns .has-text.is-right {
        padding: 0;
    }
    section.two-columns {
        padding: 5rem 0;
    }
    section.icon-links {
        padding: 2em 0;
    }
    section.cover-image {
        padding: 4em 0;
    }
    .all-pod > div, .recommend-pod > div {
        grid-template-columns: 100% !important;
        gap: 1rem !important
    }
    .posts {
        grid-template-columns: 100% !important;
        gap: 1rem !important;
        display: block !important;
    }
    .blog-wrap {
        display: block !important;
    }
    .arch-col.sticky > a {
        grid-template-columns: 100% !important;
    }
    .arch-col.sticky img {
        min-height: 240px !important;
    }
    section.working-groups .panel img {
        height: 200px !important;
    }
}
