* {
    -webkit-font-smoothing: antialiased !important;
}
body .bullet-points li {
	font-family: CaustenRoundExtraBold;
	line-height: 36px;
	font-weight: normal;
}
body .bullet-points li:before {
	top: 5px;
}
.sector-bullets > p:first-child {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	color: #212121;
}
body .h1--subheading {
	font-family: CaustenRoundBold;
	font-weight: normal;
	font-size: 72px;
}
body .subservices h3 {
	font-family: CaustenRoundExtraBold;
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
}
.draw-nav {
	padding-top: 130px;
	transition: margin-left 0.8s ease;
}
.draw-nav__menu a {
	line-height: 36px;
	padding: 5px 5px;
	z-index: 10;
}
.draw-nav__menu a:before {
	bottom: 5px;
	height: 22px;
}
.draw-nav .wrap.flex {
	align-items: center;
	width: 60%;
	height: 80%
}
.draw-nav .group__content h3 a {
	font-family: CaustenRoundBold;
	font-weight: normal;
}
.draw-nav .group__content p {
	font-family: CaustenRoundBold;
	font-weight: normal;
}
.social__item a:before {
	font-size: 21px;
    background-color: white;
}
.social__item a:hover:before {
    background-color: black;
}
.social__item--facebook a:before {
    content: '\f09a';
}
.social__item--linkedin a:before {
    /*content: '\f08c';*/
}
.draw-nav .group .social__item a:before {
    font-size: 26px;
    background-color: #2d2d2d;
    height: 0;
}

.hamburger-box {
    display: none;
}

.hamburger-label {
    display: inline-block;
    font-family: RecoletaBlack, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

/* Show hamburger icon on hover */
.hamburger:hover .hamburger-box,
.hamburger.is-active .hamburger-box {
    display: inline-block;
}

.hamburger:hover .hamburger-label,
.hamburger.is-active .hamburger-label {
    display: none;
}

.hamburger.is-active {
	background: transparent;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: darkgrey;
}
.draw-nav__menu__submenu .draw-nav__menu__item a {
    padding: 5px 5px;
    line-height: 32px;
}
.draw-nav__menu__submenu .draw-nav__menu__item a:before {
    bottom: 3px;
}
.draw-nav__menu__item--close {
	margin-bottom: 2px;
}
.draw-nav__menu__item--close:before {
	font-size: 21px;
}
.draw-nav__menu__submenu .draw-nav__menu__item.js-nav-submenu-close {
	padding-left: 6px;
}
.draw-nav__menu__submenu.is-open {
    left: 140px;
}
#menu-primary-menu.draw-nav__menu.is-open > li > a {
	opacity: 0.33;
}
.draw-nav__menu__submenu {
	display: none;
}
.is-open .draw-nav__menu__submenu {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


body a.button--more:after, body button.button--more:after, 
body input[type=submit].wpcf7-submit--more:after {
	font-family: fontawesome_sharp_regular!important;
	font-size: 22px!important;
	bottom: -1px;
    position: relative;
}
.card--featured--post .card__footer button:after,
body .link-arrow:after {
	font-family: fontawesome_sharp_regular!important;
}
body .main__section__column-2 a[target=_blank]:after, body .main__section__column-3 a[target=_blank]:after, body .main__section__column-4 a[target=_blank]:after, body .main__section__image-text a[target=_blank]:after, body .main__section__text a[target=_blank]:after, body .main__section__text-image a[target=_blank]:after {
	content: '';
	margin-left: 0;
}
.grid-container.narrow {
	-ms-grid-columns: auto 20px minmax(auto,108ch) 20px auto;
    grid-template-columns: auto 20px minmax(auto,108ch) 20px auto;
}
body.single-post .h1--subheading {
    font-family: RecoletaBlack, sans-serif;
    font-size: 56px;
    line-height: 67px;
    margin-top: 0px;
}
#banner .main__section__button.left {
	margin-bottom: 0;
}
.studio-blog .card--post .card__content {
	padding: 0 20px;
}
.studio-blog .card--post .card__content h3 {
	font-family: CaustenRoundBold;
	font-weight: normal;
	font-size: 26px;
	line-height: 35px;	
}
#testimonials .splide__slide__image > img {
	width: 250px;
	height: 250px;
	border-radius: 50%;
}
.carousel-bullet .splide__slide__image > img {
	width: 250px;
	height: auto;
}
.main__section__carousel-bullet .carousel-bullet {
	height: auto;
	overflow: hidden;
}
.main__section__carousel-bullet .splide__slide {
	height: auto;
	overflow: hidden;
}
.main__section__carousel-bullet .carousel-bullet .splide__slide__body {
    margin-top: 2rem;
}
.main__section__carousel-bullet .carousel-bullet .splide__slide__body h4 {
	font-family: CaustenRoundExtraBold;
	font-weight: normal;
	font-size: 36px;
	line-height: 32px;	
	margin-bottom: 20px;
}
.splide__pagination__page.is-active {
	transform: scale(1);
}
.splide__pagination li {
	margin-bottom: 8px;
}
.main__section__carousel-bullet .carousel-bullet .splide__pagination {
	bottom: 25%;
}
.blackbox > figure {
	margin-top: -30px;
}
figure {
	z-index: 1;
}
#consulting {
	overflow: visible !important;
}
.blackbox {
	margin-bottom: 0;
}
.blackbox .button {
	margin-top: 30px;
}
.breadcrumb-navigation ul li:after {
	padding-bottom: 0;
	font-family: 'fontawesome_regular';
}
.main__section__collapse-content .title button {
	top: 23px;
}
#what-we-do header h3 {
    font-family: CaustenRoundExtraBold;
	font-weight: normal;
    font-size: 27px;
    line-height: 24px;
    margin-left: 60px;
}
#what-we-do header {
	margin-bottom: 0;
}
#what-we-do .splide__slide__body > h4 {
    font-family: RecoletaBlack, sans-serif;
    font-size: 56px;
    line-height: 67px;	
}
body #what-we-do .splide__slide__body a.button--more {
	
}
#what-we-do {
    background-color: #61E0B2!important;
}
#what-we-do .services {
    font-family: "RecoletaBlack", sans-serif;
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
#what-we-do .services a {
    text-decoration: none;
    font-size: 30px;
}
#what-we-do .services a:hover {
    text-decoration: none;
}

.service-card {
    background-color: white;
    padding: 1rem 1.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: black;
    transition: transform 0.2s ease;
}

.service-card:hover {
    transform: translateY(-2px);
}

.mint-arrow {
    margin-left: 0.5rem;
    color: #69d1a3;
    font-weight: normal;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.service-card:hover .mint-arrow {
    transform: translateX(5px);
}

/* Header with shapes */
.home .header__main {
    position: relative;
}
.home .header__main > .wrap {
    justify-content: center;
}
.home .header__main__logo .inner {
    max-width: 170px;
}
.home .header__main__logo .inner > a {
    background: black;
    padding: 55px 23px;
    border-radius: 50%;
    pointer-events: auto;
}
#non-interactive-header {
    padding-top: 12rem;
}

#interactive-header {
    padding-top: 12rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    background-image:
            linear-gradient(to right, #dfe2e7 2px, transparent 1px),
            linear-gradient(to bottom, #dfe2e7 2px, transparent 1px);
    background-size: 60px 60px;
}
#interactive-header .html-markup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header__text {
    width: 100%;
    margin-bottom: 12rem;
    overflow: hidden;
}
.header__text h1 {
    position: relative;
    z-index: 2;
    margin-top: 3rem;
    text-align: center;
}
.header__text .slogan {
    font-size: 32px;
    margin: 3rem auto 0;
    line-height: 1.2;
    text-align: center;
    width: 60%;
}
.highlight {
    background-color: white;
    display: inline-block;
    padding: 0 2rem;
}
#floating-shapes-canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    cursor: pointer;
}
.gravity-toggle {
    position: relative;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
}
.gravity-toggle.gravity-on {
    color: #ff3366; /* bright color when gravity is on */
}

@keyframes float {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

.header--home {
    pointer-events: none;
}
.header--home .wrap .hamburger-bun,
.header--home .draw-nav {
    pointer-events: auto;
}

.header__main__logo .inner {
	width: 100%;
    max-width: 150px;
}
.header__main__logo {
	flex-basis: auto;
}
.hamburger-box {
    width: 28px;
    height: 28px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	width: 28px;
    height: 4px;
	border-radius: 0;
}
body #banner-video a.button--more {
	font-size: 24px !important;
	line-height: 30px !important;
    font-family: CaustenRoundBold, sans-serif !important;
	font-weight: normal !important;
	padding: 8px 20px !important;
}
body a.button, body button.button, body input[type=submit].wpcf7-submit {
	font-weight: normal !important;
}
body h3 {
	font-weight: normal;
}
.card--work .card__header h3 {
    font-family: CaustenRoundBold, sans-serif;
	font-weight: normal;
    font-size: 20px;
	line-height: 23px;
	color: #282828;
}
.card--work .card__image {
	background-color: transparent;
}
.main__section__work-for .testimonials .inner {
    padding: 0px 20px 0px 50px;
}
.main__section__work-for .testimonials.indent {
    margin: 100px 0;
}
.card__header__author .authorName,
.card__footer__meta .authorName {
	text-decoration: underline;
}
.card__footer__meta {
	font-size: 16px;
}
#latest-blog .latest__posts .card__header h3 {
	font-family: CaustenRoundBold, sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 34px;
}
.home #latest-blog {
	margin-top: -140px;
    /*margin-bottom: 0;*/
	padding-top: 190px;
}
.card--post .card__header__meta {
	margin-bottom: 0.5rem;
}
footer .flex--footer .column--2 .inner {
	margin-left: -200px;
}
footer .flex--footer .column--2 .inner h6 {
    font-size: 18px;
    margin-bottom: 1rem;
}
.social__item a {
    margin-left: 0.75rem;
}
footer .social__item a:before {
    font-weight: 300;
}
footer .column--5 .inner a {
	text-decoration: underline;
}
footer .column--6 .inner p a {
	/*font-family: CaustenRoundBold, sans-serif;*/
	font-weight: normal;
	margin: 0 0.75rem;
}
footer .column--6 .inner p .copyright {
	margin-right: 0.75rem;
}

.footer__content .column img {
    vertical-align: baseline;
    height: 60px;
}
.footer__content .column object {
    height: 60px;
}
.footer__content .column--1 object{
    height: 10rem;
}
.footer__content .column--2 {
    margin-left: -8rem;
}
.footer__content .column--2 .inner {
    width: 58%;
}
.footer__content .column--4 {
    margin-top: -10rem;
    margin-left: 15rem;
}
.footer__content .column--5 {
    margin-top: -11rem;
    margin-left: -5rem;
}
.footer__content .column--6 {
    flex-basis: 40%;
    margin-top: 7rem;
}
.footer__content .column--7 {
    margin-top: 7rem;
}

.main__section__work-for .testimonials .splide__slide .content:before {
	width: 36px;
	height: 27px;
	background: transparent url(../images/quotationMark.png) no-repeat left top;
	background-size: 36px 27px;
	content: "";
}

/** Work For Section **/
#work-for .main__section__work-for {
    /*display: block;*/
    background-color: #F2F7FB;
    justify-content: center;
}
.main__section__work-for .inner-container {
    width: 1280px;
    padding-bottom: 3rem;
}
#work-for .main__section__work-for .title {
    text-align: left;
    margin: 5rem 0 4rem;
}
#why-were-a-co-op .mobile--only,
#work-for .mobile--only {
    display: none;
}

.featured-wrapper {
    text-align: left;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}
.featured-wrapper .inner {
    display: flex;
    height: 210px;
}
.featured-logo {
    margin-right: 5rem;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}
.featured-testimonial {
    max-width: 75%;
    margin: 0 auto;
    font-weight: bolder;
    font-size: 22px;
    text-align: left;
}
.testimonial-author {
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
}
.logos-carousel {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.logos__scroll {
    display: flex;
    overflow-x: hidden;
    gap: 1rem;
    padding-bottom: 1rem;
}
.logo-track {
    display: flex;
    transition: transform 0.4s ease;
    will-change: transform;
}
.logo-item {
    flex: 0 0 auto;
    opacity: 0.4;
    transition: opacity 0.3s ease;
    cursor: pointer;
    background: white;
    border-radius: 50%;
    max-width: 8rem;
    margin: 0 10px;
}
.logo-item.active {
    opacity: 1;
}
.carousel-arrow {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #333;
}

/** Why We're Coop Section **/

#why-were-a-co-op {
    background-color: #61E0B2;
    background-image:
            linear-gradient(to right, #AFEFD8 2px, transparent 1px),
            linear-gradient(to bottom, #AFEFD8 2px, transparent 1px);
    background-size: 60px 60px;
    padding-top: 5rem;
    padding-bottom: 7rem;
}
#why-were-a-co-op .side-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* allow clicks through */
    z-index: 0;
}
.side-image {
    position: absolute;
    width: 15rem;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Position individual images */
.img1 { top: -8%; left: -20%; }
.img2 { top: 44%; left: -25%; }
.img3 { top: -13%; right: -21%; }
.img4 { top: 16%; right: -31%; }
.img5 { top: 60%; right: -22%; }


#why-were-a-co-op .elements {
    position: relative;
    z-index: 1;
}

.coop-section {
    background-color: white;
}

#why-were-a-co-op .more-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #000000;
    border: 2px solid #000000;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 5px 20px;
    font-family: CaustenRoundBold, sans-serif;
    line-height: 40px;
}
#why-were-a-co-op .more-link:hover {
    background-color: black;
    color: white;
    transform: translateY(-2px)
}
#why-were-a-co-op .more-link:after {
    font-family: fontawesome_light, sans-serif;
    content: "\f178";
    display: inline-block;
    margin-left: 10px;
}

#freelance-form .wpcf7-form:before {
    display: none;
}
#freelance-form label[for="attach"] {
    display: inline-grid;
}

header.smallermarginonmobile {
	margin-bottom: 40px;
}

/** TABLE STYLES **/
table {
	border: 0;
	margin: 3rem 0;
}
table thead {
	border-left: 0;
	border-right: 0;
}
table th {
	padding: 24px 16px 22px 16px;
	font-family: CaustenRoundExtraBold;
	font-weight: normal;
	font-size: 22px;
	line-height: 1;
	color: #2D2D2D;
    background-color: #61E0B2;
    border-right: 6px solid transparent;
	text-transform: uppercase;
}
table tbody {
	border-left: 0;
	border-right: 0;
}
table td {
	border: 0;
	padding: 12px 8px;
	border-right: 6px solid transparent;
}
table td:last-child,
table th:last-child {
	border-right: 0;
}
table tr:nth-child(odd) td {
	background-color: transparent;
}
table tr:nth-child(even) td {
	background-color: #F2F7FB;
}

/** NINJA FORMS **/
.nf-form-cont .nf-form-layout > form {
    width: 100%;
    display: block;
    overflow: hidden;
	margin-bottom: 6rem;
}
.nf-form-cont .nf-form-content label {
    opacity: 1;
    width: 100%;	
	font-size: 20px;
	font-family: CaustenRoundExtraBold;
	font-weight: normal;
}
/*
.nf-form-cont .nf-field-container {
	display: block;
}
.nf-form-cont .nf-field-container.one-half {
	width: 45%;
}
.nf-form-cont .nf-field-container.right {
	float: right;
	margin: 0;
}
.nf-form-cont .nf-field-container.left {
	margin-left: 0;
	margin-right: 5%;
	clear: left;
}
*/
.label-above .nf-field-element, .label-below .nf-field-element {
	max-width: 80%;
}

.nf-form-cont .nf-form-content .label-above .nf-field-label {
    opacity: 1;
    width: 100%;
	height: 22px;	
}
.nf-form-cont .checkbox-container {
	margin: 3rem 0 2rem 0;
}
.nf-form-fields-required {
	display: none;
}
.nf-response-msg {
	margin-bottom: 6rem;
}
.nf-form-cont .submit-wrap .nf-field-element {
	text-align: right;
}
#nf-field-32-wrap .nf-field-element h2,
#nf-field-48-wrap .nf-field-element h2 {
	padding-right: 350px;
}
.fmeo {
	font-size: 30px;
	font-family: CaustenRoundExtraBold;
	font-weight: normal;
	margin: 5px 0;
}
.fmeo .bignum {
	font-size: 48px;
	font-family: CaustenRoundExtraBold;
	font-weight: normal;	
}
.payfigs {
	margin-left: 1.75rem;
}
.payfigs .rest {
	font-size: 20px;
	font-family: CaustenRoundExtraBold;
	font-weight: normal;	
}
a.download-link {
	font-size: 20px;
	font-family: CaustenRoundExtraBold;
	font-weight: normal;
	background: transparent url(../images/download.png) no-repeat left 50%;
	background-size: 23px 24px;
	padding-left: 32px;
	text-decoration: underline;
	margin-left: 1.75rem;
}
a.download-link:hover {
	text-decoration: none;
}

.contact-us form input,
.contact-us form select,
.contact-us form textarea {
	border: 2px solid #2D2D2D;
	background-color: white;
}
.contact-us form input:hover,
.contact-us form input:focus,
.contact-us form select:hover,
.contact-us form select:focus,
.contact-us form textarea:hover,
.contact-us form textarea:focus {
	border-color: #2D2D2D;
	background-color: white;
}
#contact-us-details {
	background-color:rgba(242,247,251,1);
}

.img-fade-transition {
	transition: opacity 0.4s ease-in-out;
}

.field--attach .title {
	font-size: 22px;
	line-height: 32px;
	margin-right: 8px;
	font-family: "CaustenRoundBold", sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.codedropz-upload-wrapper .codedropz-upload-inner h5,
.codedropz-upload-wrapper .codedropz-upload-inner > span,
.codedropz-upload-wrapper .dnd-upload-image,
.codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter,
.codedropz-upload-wrapper div.dnd-upload-details span.dnd-progress-bar {
	display: none;
}
.dnd-upload-status .dnd-upload-details .remove-file {
	left: 0;
	margin-right: 10px;
}
.dnd-upload-status .dnd-upload-details .deleting {
	display: none;
}
.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name {
	padding-left: 10px;
	color: #2D2D2D;
}
.codedropz-upload-wrapper .codedropz-upload-handler {
	border: none;
}
.codedropz-upload-handler .cd-upload-btn {
	color: #2D2D2D;
	background: none;
	border: 2px solid #2D2D2D;
	font-size: 20px;
	padding: 5px 20px;
}
.codedropz-upload-handler .cd-upload-btn {
	padding: 14px 20px;
}
.codedropz-upload-handler .codedropz-upload-inner {
	overflow: inherit;
	text-align: left;
}
.codedropz-upload-handler .codedropz-upload-container {
	padding-left: 0;
}
.main__section__work-for .logos__grid {
    align-items: center;
}

#recent-work .mobile--only {
    display: none;
}