html,body{
    overflow-x: hidden;
    max-width: 100vw;
}

p{
    font-weight: 300;
}

.no-padding-top{
    padding-top: 0 !important;
}
.no-padding-bottom{
    padding-bottom: 0 !important;
}

.part.text-white .title-seperator{
    background-color: white;
}

.part h1.title{
	font-size: 41px;
	font-weight: 600;
	font-family: 'CriqueGrotesk', sans-serif;
	color: white;
    margin-top: 0;
}

.part.short-title .content-head,
.container.container-narrow{
    max-width: 920px;
}

.container.container-normal{
    padding-left: calc( 7% );
    padding-right: calc( 7% );
    max-width: 1300px;
}

.top_margin{
    margin-top: 80px;
}

body{
    font-family: 'CriqueGrotesk', sans-serif;
}

.part{
    flex-wrap: wrap;
}

.part .pretitle{
    font-size: 19px;
    color: #6b39fa;
    font-weight: 500;
    margin-bottom: 10px;
	display: block;
}

.part .title-featured-posts,
.part h2.title{
    font-size: 41px;
    margin: 0;
}


.part .title-seperator{
    height: 2px;
    background-color: #ff6c3d;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    transition: 2.5s;
    transition-delay: 0.5s;
}

.part .title-featured-posts,
.part h2.title,
.part .title-seperator{
    margin-bottom: 40px;
}

.part .h-center h2.title,
.part .h-centered h2.title{
    margin-left: auto;
    margin-right: auto;
}

.wp-admin .part .title-seperator,
.footer .part .title-seperator.loaded,
.part .title-seperator.loaded{
    width: 60px;
}

.force-dark-title.bg-color-set span, 
.force-dark-title.bg-color-set h2.title, 
.force-dark-title.bg-color-set h3.title, 
.force-dark-title.bg-color-set h4.title{
    color: black !important;
}

.part h4.title{
    font-weight: 200;
    letter-spacing: 1.5px;
    font-size: 16px;
    align-self: center;
}

.bg-color-set p,
.bg-color-set span,
.bg-color-set h2.title,
.bg-color-set h3.title,
.bg-color-set h4.title{
    color: white;
}

.gform_footer,
.part .wpstack-button{
    height: 45px;
    width: 160px;
    display: block;
    margin: 0 auto;
    background-color: #6b39fa;
    color: white;
    text-decoration: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
}

.gform_footer input[type="submit"]{
    background-color: transparent;
}

.part-text .wpstack-button{
    margin-top: 40px;
}

.button-wide .wpstack-button{
    width: 220px;
}


.footer > *{
    position: relative;
    z-index: 1;
}

.gform_footer{
    border: none;
    height: 49px;
    cursor: pointer;
}

.loop.loop-team .media > a.linkedin:after,
.loop-link:after,
.menu-trigger:after,
.alm-btn-wrap:after,
.gform_footer:after,
.wpstack-button:after{
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background-color: #5800B0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    transition: 1s;
    opacity: 0;
    pointer-events: none;
}

.menu-trigger,
.alm-btn-wrap,
.gform_footer,
.loop-link,
.wpstack-button{
    position: relative;
    overflow: hidden;
}

.alm-btn-wrap{
    overflow: hidden;
    padding: 0 !important;
    display: inline-block !important;
    background-color: #6b39fa;
    margin-top: 30px;
}

.ajax-load-more-wrap{
    text-align: center;
}

.loop.loop-team .media > a.linkedin > *,
.loop-link > *,
.menu-trigger > *,
.alm-btn-wrap > *,
.gform_footer > *,
.wpstack-button > *{
    position: relative;
    z-index: 1;
}

.loop.loop-team .media > a.linkedin:hover:after,
.loop-link:hover:after,
.menu-trigger:hover:after,
.alm-btn-wrap:hover:after,
.gform_footer:hover:after,
.wpstack-button:hover:after{
    width: 300px;
    height: 300px;
    opacity: 1;
    transition: opacity 0.1s, width 1s, height 1s;
}


button.alm-load-more-btn{
    background-color: transparent !important;
}

.gform_footer:hover:after{
    width: 600px;
    height: 600px;
}


.post-list{
    overflow: visible;
}
.post-list > *{
    list-style: none;
}

.icon img{
    max-width: 70px;
}

.cols{
    justify-content: space-between;
}

.bg-set .column-content p, 
.bg-set .content-text p{
    color: white;
}


.part.text-white .pretitle p,
.part.text-white .pretitle a,
.text-white p,
.text-white a,
.text-white .pretitle,
.text-white .title{
    color: white;
}


.content  .cols > .col > .inner-wrapper{
    padding-left: 30px;
    padding-right: 30px;
}

.content  .cols > .col.no-icon.no-title:first-child > .inner-wrapper{
    padding-left: 0;
}

.content  .cols > .col.no-icon.no-title:last-child > .inner-wrapper{
    padding-right: 0;
}

.col.alignment-left{
    text-align: left;
}

.col.alignment-right{
    text-align: right;
}

.col.alignment-center{
    text-align: center;
}
.cols.narrow-icon-grid{
    max-width: 800px;
    margin: 0 auto;
}
.cols.narrow-icon-grid .col > .inner-wrapper{
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.title-seperator.short.loaded,
.col .title-seperator.loaded{
    width: 20px;
}

.h-left.title-seperator,
.alignment-left.title-seperator,
.h-left .title-seperator,
.alignment-left .title-seperator{
    margin-left: 0;
}

.h-left.title{
    text-align: left;
}

.h-right.title{
    text-align: right;
}

.h-right .title-seperator,
.alignment-right .title-seperator{
    margin-right: 0;
}

.post-list{
    width: calc( 100% - 100px );
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

.top-parent{
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    background-color: #6b39fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    z-index: 5;
    text-align: center;
}

.top-parent > *{
    color: white;
    text-decoration: unset;
}

.loop{
    flex-basis: calc( 100% / 3 - 50px );
    position: relative;
}

.part-latest-posts .loop{
    flex-basis: calc( 100% / 2 - 3.5%);
}

.loop .media{
    position: relative;
    transition: .7s ease-in-out;
}

.loop .media,
.shadow{
    box-shadow: 5px 5px 30px rgba(37,37,37,0.4);
}

.loop .media:after{
    content: "";
    padding-bottom: 60%;
    display: block;
}

.loop.loop-team .media:after{
    padding-bottom: 100%;
}

.loop .media > a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.part .loop .title,
.part .loop .title-seperator{
    margin-bottom: 20px;
}

.read-more{
    color: #6b39fa;
    text-decoration: unset;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media only screen and (min-width: 1401px){
    .loop{
        flex-basis: calc( 100% / 3 - 3.5%);
    }
    .loop > .inner-wrapper{
        max-width: unset;
    }
    .loop .title{
        max-width: 240px;
    }
}


.loop[data-layout="long-row"] .title,
.title-icon,
.content-is-larger .content-text p{
    font-size: 30px;
    line-height: 1.6;
    
}

.smaller-sep-margin.part h3.title,
.smaller-sep-margin.part h2.title, 
.smaller-sep-margin.part .title-seperator{
    margin-bottom: 20px;
}

.smaller-sep-margin.part .column-content p{
    margin-top: 0;
}

.smaller-sep-margin.part .top_margin{
    margin-top: 50px;
}


.title.title-caption,
.column-content p,
.content-text li,
.content-text p{
    font-size: 20px;
    line-height: 1.5;
}

.part.larger .column-content p{
    font-size: 31px;
    font-weight: 300;
}

/* CAREER */

.loop[data-layout="long-row"]{
    flex-basis: 100%;
    position: relative;
    background-color: white;
    margin-bottom: 40px;
    padding: 25px;
    text-align: left;
    padding-top: 15px;
}

.loop[data-layout="long-row"] img,
.loop[data-layout="long-row"] a{
    display: block;
}

.loop[data-layout="long-row"] img{
    max-width: 10px;
}

.loop[data-layout="long-row"] a.loop-link{
    width: 60px;
    height: 60px;
    background-color: #6b39fa;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    transition: .2s;
}

.loop[data-layout="long-row"] a.loop-link:hover{
    background-color: #6b39fa;
}

.loop[data-layout="long-row"] .title > a,
.loop[data-layout="long-row"] .title{
    margin: 0;
    margin-bottom: 0px;
    max-width: unset;
    display: block;
    font-weight: 300;
    text-decoration: unset;
    color: #1d1d1b;
}

.loop[data-layout="long-row"] .post-terms a{
    font-size: 15px;
    text-decoration: unset;
    color: #1d1d1b;
}

.loop[data-layout="long-row"] .title > a:hover,
.loop[data-layout="long-row"] .post-terms a:hover{
    color: #6b39fa;
}

.loop[data-layout="long-row"] .taxonomy{
    display: flex;
}

.loop[data-layout="long-row"] .taxonomy a{
    text-decoration: unset;
    color: #1d1d1b;
    font-size: 15px;
    letter-spacing: 1.2px;
}

.post-terms .taxonomy{
    display: flex;
}

.post-terms .taxonomy > *:not(:first-child):before{
    content: "|";
    margin-right: 10px;
    margin-left: 10px;
}

.part-post-highlights .alm-listing .alm-reveal,
.post-list > .ajax-load-more-wrap{
    width: 100%;
}

.part-post-highlights .alm-listing .alm-reveal{
    justify-content: flex-start;
}

.alm-btn-wrap .alm-load-more-btn{
    background-color: #6b39fa !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.alm-btn-wrap .alm-load-more-btn.loading:before{
    display: none !important;
}

.part-latest-posts .post-list,
.careers-js-filter .post-list{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.title-career-department.title{
    font-size: 15px;
    font-weight: normal;
}

/* TEAM */

.loop-team .title{
    margin-top: 40px;
    margin-bottom: 2px !important;
    font-weight: 500 !important; 
}

.loop-team .role{
    margin-top: 0;
    font-weight: 400;
}

.loop-team{
    margin-bottom: 50px;
}

.loop.loop-team .media > a.linkedin{
    width: 18%;
    height: 18%;
    background: #6b39fa;
    left: unset;
    right: 0;
    display: flex;
    justify-content: center;
    transition: .5s;
}

.loop.loop-team .media > a.linkedin:hover{
    background-color: #ff6c3d;
}

.linkedin img{
    width: 30%;
    min-width: 20px;
}

.loop > .inner-wrapper{
    transition: .7s ease-in-out;
}

.loop.scale-on-hover:hover > .inner-wrapper{
    transform: translatey(-10px);
}

.loop.scale-on-hover:hover .media{
    box-shadow: 9px 9px 50px rgba(37,37,37,0.3);
}

/* FOOTER */


.footer{
    background: linear-gradient(190deg, rgba(87,0,174,1) 0%, rgba(0,0,0,1) 100%);
    color: white;
}

.footer .part-footer-row-top{
    padding-top: 130px;
}

.footer .footer_row_bottom{
    background-color: black;
    padding-bottom: 35px;
    padding-top: 35px;
}

.footer_row_middle_center{
    max-width: 480px;
}

.area-footer_row_bottom{
    display: flex;
    justify-content: space-between;
}

.footer .widget_nav_menu .menu{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.footer .widget_nav_menu .menu a{
    color: white;
    text-decoration: unset;
}

.footer .area-footer_row_bottom .widget_nav_menu .menu .menu-item{
    margin-left: 15px;
    margin-right: 15px;
}

.footer .area-footer_row_bottom .widget_nav_menu .menu .menu-item:first-child{
    margin-left: 0;
}

.footer .area-footer_row_bottom .widget_nav_menu .menu .menu-item:last-child{
    margin-right: 0;
}


/* HEADER */


.menu-close img,
.logo a,
.logo img{
    display: block;
}

.logo{
    width: 220px;
    padding-left: 55px;
}

.menu-close img{
    width: 13px;
}

.site-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-trigger{
    height: 67px;
    width: 74px;
    background-color: #6b39fa;
    color: white;
    text-align: center;
    position: relative;
}

.menu-trigger > *{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.site-header{
    width: 100%;
    position: fixed;
    z-index: 99;
    background: white;
}

body:not(.menu-panel-open) .menu-close{
    display: none;
}

body:not(.menu-panel-open) .menu-open{
    display: block;
}

body.menu-panel-open .menu-close{
    display: block;
}

body.menu-panel-open .menu-open{
    display: none;
}

.menu-panel{
    transform: translatex(100%);
    transition: .5s;
}

.menu-panel-open .menu-panel{
    transform: translatex(0);
}

.menu-overlay{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(73,41,169,0.72);
    z-index: 9;
    top: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}

.menu-panel-open .menu-overlay{
    opacity: 1;
    pointer-events: unset;
}

.layout-fullheight{
    height: calc( 100vh - 67px ); 
}

.layout-padded {
    padding-top: 150px;
    padding-bottom: 150px;
}

.layout-e_padded {
    padding-top: 250px;
    padding-bottom: 250px;
}


.layout-half {
    height: calc( 70vh );
}

.part-hero.layout-padded{
    padding-top: calc( 150px + 67px );
}

.site-header > *{
    position: relative;
    z-index: 15;
}

.menu-panel{
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    width: 350px;
    background: white;
    z-index: 10;
    padding-top: 67px;
    display: flex;
}

.menu-panel > .inner-wrapper{
    padding: 50px;
}

.admin-bar .menu-panel{
    top: 32px;
}

.menu-panel a{
    display: block;
    text-decoration: unset;
}

.wpstack-menu-item-title .wpstack-image{
    width: 40px;
    margin-right: 25px;
}

.wpstack-menu-item-title{
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 50px;
}

.menu a{
    text-transform: uppercase;
    font-weight: 500;
}

.wpstack-menu-item-title .title-text{
    color: #1d1d1b;
}

#share p.share-title,
.topics a.topic-item,
.topic-title,
.author-details *,
.career-filters select,
.career-filters p{
    letter-spacing: 1.2px;
}

body:not(.wp-admin) .title,
body:not(.wp-admin) .loop .post-terms a,
body:not(.wp-admin) .menu a,
body:not(.wp-admin) .content-is-larger .content-text p,
body:not(.wp-admin) .footer .footer_row_bottom p,
body:not(.wp-admin) .wpstack-menu-item-title .title-text,
body:not(.wp-admin) .menu-trigger{
    letter-spacing: 1.5px;
}

.footer .footer_row_bottom p,
.footer .menu a{
    font-size: 12px;
}

.footer_row_middle {
    padding-bottom: 100px;
    text-align: center;
}

#menu-social-menu .title-text{
    display: none;
}

#menu-social-menu{
    display: 
}

#menu-social-menu .menu-item a{
    display: block;
}

#menu-social-menu .wpstack-menu-item-title .wpstack-image{
    margin-right: 10px;
    margin-left: 10px;
}
.footer .widget_nav_menu{
    flex-wrap: wrap;
    justify-content: center;
}
.footer .widget_nav_menu .widgettitle{
    flex-basis: 100%;
}

.loop-team .title,
.loop-team p{
    text-decoration: unset;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer .footer_row_middle a,
.footer .footer_row_middle p,
.footer .footer_row_middle h4,
.footer .footer_row_middle h3{
    color: white;
    margin-bottom: 30px;
}

.loop-team .title,
.loop-team p,
.footer .footer_row_middle a,
.footer .footer_row_middle p,
.footer .footer_row_middle h4,
.footer .footer_row_middle h3{
    font-weight: 300;
    letter-spacing: 1.5px;
    text-decoration: unset;
    text-transform: uppercase;
}

.menu-trigger{
    font-size: 12px;
    cursor: pointer;
    transition: 1s;
}

.menu-trigger:hover{
    height: calc( 67px + 20px );
    width: calc( 74px + 20px );
    margin-top: -10px;
    margin-bottom: -10px;
}

ul.menu{
    list-style: none;
    padding: 0;
    margin: 0;
    
}

.footer .footer_row_bottom .wpstack-menu-item-title .wpstack-image{
    display: none;
}

.footer .wpstack-menu-item-title .title-text{
    color: white;
}

.footer .wpstack-menu-item-title{
    height: auto;
    margin-bottom: 0;
}

.footer .widget_nav_menu{
    display: flex;
    align-items: center;
}

.area-footer_row_bottom > *{
    flex-basis: calc( ( 100% - 35px * 2 ) / 3 - 30px );
    justify-content: center;
}

.area-footer_row_bottom > *:last-child{
    justify-content: flex-end;
}

.area-footer_row_bottom > *:first-child{
    justify-content: flex-start;
}

/* ANIMATIONS */

.part:first-child .animate_wow {
    opacity: 1 !important;
    visibility: visible !important;
    
}

/* BG VIDEO */

.video-bg-set > *{
    z-index: 10;
    position: relative;
}

.video-bg-set > .bg-video-container{
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform: unset;
    z-index: 1;
    transition: 2.5s ease-in-out;
    opacity: 0;
}

.video-bg-set > .bg-video-container.loaded{
    opacity: 1;
}

/* SINGLE POST */

.post-content p{
    margin-bottom: 30px;
}

/* AVATAR */

.author-avatar{
    width: 110px;
    height: 110px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.share-icons a{
    margin-top: 10px;
}

/* GFORM */

.gform-body {
    flex-basis: calc( 100% - 180px );
}

.gform_footer {
    flex-basis: calc( 180px );
}

.gform_wrapper form {
    display: flex;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer,
.gform_wrapper form * {
    margin: 0;
    padding: 0;
}

.gform_footer,
.gform-body{
    border: 2px solid #6b39fa;
}
.gform-body input,
.gform_footer input[type="submit"]{
    height: 100%;
    width: 100%;
    outline: none;
    border: none !important;
    height: 45px;
    margin: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{
    margin: 0 !important;
    padding: 0 !important;
}

.gform_footer input[type="submit"]{

}



.gform_wrapper .gfield_validation_message, 
.gform_wrapper .validation_message{
    position: absolute;
    max-width: 200px;
    background: none;
    padding: 5px !important;
    font-size: 12px !important;
    text-align: left;
    border: none !important;
}

.gform_footer input[type="submit"]{
    cursor: pointer;
}

.gform-body input{
    background: transparent;
}

.loop-block .additional-info p,
.gform-body input,
.gform_footer input[type="submit"],
.gform-body input::placeholder,
.gform_footer input::placeholder{
    font-size: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: white;
}


/* QA */


.grid-3-col .loop-post{
    flex-basis: calc( 100% / 3 - 3.5%);
}

.grid-3-col .post-list{
    padding-left: 3.5%;
    padding-right: 3.5%;
}

.loop[data-layout="long-row"] .title, 
.content-is-larger .content-text p{
    font-size: 31px;
    font-weight: 300;
}

.part-logos.layout-small h2.title, .part-logos.layout-small h2{
    font-size: 16px;
}

.title-icon{
    letter-spacing: 0.2px !important;
    margin-top: 15px;
    line-height: 1.3;
}

.cols.narrow-icon-grid .col > .inner-wrapper{
    max-width: 280px;
}

.menu-close{
    transform: translate(-50%,-50%) rotate(45deg);
    transition: .5s;
}

.menu-close img{
    opacity: 0;
}

.menu-close:before,
.menu-close:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 1.5px;
    background-color: white;
    transform-origin: center;
    transition: opacity 2s, transform .5s;
}

.menu-close:after{
    transform: translate(-50%,-50%) rotate(90deg);
}

body:not(.menu-panel-open) .menu-close{
    display: block;
    transform: translate(-50%,-50%) rotate(0deg);
    opacity: 0;
}

body:not(.menu-panel-open) .menu-close:after{
    transform: translate(-50%,-50%) rotate(00deg);
    opacity: 0;
}

.menu-open{
    transition: .5s;
    transition-delay: 0.5s;
}

body.menu-panel-open .menu-open{
    display: block;
    opacity: 0;
    transition-delay: 0.1s;
}

.slick-slide {
    outline: none
}

.footer .gform-body{
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.footer .gform_wrapper{
    max-width: calc( 232px + 180px );
    margin: 0 auto;
}

.footer .gform_wrapper form{
    justify-content: center;
}

.part-latest-posts .loop.loop-press,
.loop[data-layout="long-row"]{
    padding-right: 80px;
    width: calc( 100% - 80px );
}

@keyframes float_in_space{
    0% {
        transform: translatey(0);
    }
    
    50% {
        transform: translatey(10px);
    }

    100% {
        transform: translatey(0);
    }
}


.floating-words .word,
.part-collage .collage-item img{
    animation: float_in_space;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    animation-timing-function: ease-in-out;
    transition: 2s;
}

.floating-words .word:nth-child(1),
.part-collage .collage-item:nth-child(1) img{
    animation-delay: 0.3s;
}

.floating-words .word:nth-child(2),
.part-collage .collage-item:nth-child(2) img{
    animation-delay: 0.5s;
}

.floating-words .word:nth-child(3),
.part-collage .collage-item:nth-child(3) img{
    animation-delay: 0.7s;    
}

.floating-words .word:nth-child(4),
.part-collage .collage-item:nth-child(4) img{
    animation-delay: 0.9s;  
}

.mce-panel.mce-menu{
    top: 0 !important;
    transform: translatey(calc( 100% + 10px )) !important;
}

@media only screen and (max-width: 768px){
    
}

@media only screen and (min-width: 769px){
    .mobile-only,.only-mobile{
        display: none !important;
    }
}