@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;700&family=Figtree:wght@400;500&display=swap');

.newsSlider.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3 {
	font-family: 'Space Grotesk', sans-serif;
	}
	
.editor-styles-wrapper p {
	font-family: 'Assistant', sans-serif;
	font-size: 16px;
	}



/*------ =Buttons ------*/

.editor-styles-wrapper .gb-block-button {
	margin: 0px !important;
	max-width: 100% !important;
	}

.editor-styles-wrapper .gb-button,
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
	font-family: 'Assistant', sans-serif;
	font-weight: 700;
	padding: 25px;
	font-size: 16px;
	line-height: 1;
	border-radius: 0px;
	transition: all 0.5s ease;
	}
	
.editor-styles-wrapper .gb-button:after,
.editor-styles-wrapper .wp-block-button__link:after {
	content: '';
	position: relative;
	display: inline-block;
	height: 10px;
	width: 15px;
	top: 0px;
	background-image: url(/wp-content/themes/devalliance/assets/images/arrow-right-long-solid.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 10px;
	border-radius: 0px;
	transition: all 0.5s ease;
	}
	
.editor-styles-wrapper .wp-block-button__link.has-white-color:after {
	background-image: url(/wp-content/themes/devalliance/assets/images/arrow-right-long-regular_White.svg);
	}
	
.editor-styles-wrapper .wp-block-button__link.has-white-color:hover:after {
	background-image: url(/wp-content/themes/devalliance/assets/images/arrow-right-long-solid.svg);
	}
	
.editor-styles-wrapper .gb-button:hover:after,
.editor-styles-wrapper .wp-clock-button__link:hover:after {
	transition: all 0.5s ease;
	}
	
.editor-styles-wrapper .white .gb-button,
.editor-styles-wrapper .wp-block-button__link.has-white-background-color {
	border: 2px solid #000000;
	}



/*------ =Pattern =Block =Homepage Header ------*/

.editor-styles-wrapper .hpHead.wp-block-coblocks-hero {
	margin: 0px;
	}
	
.editor-styles-wrapper .hpHead h1 {
	font-family: 'Figtree', sans-serif;
	font-size: 72px;
	margin-bottom: 25px;
	line-height: 1em;
	font-weight: 400;
	transition: all 0.5s ease;
	}
	
.editor-styles-wrapper .hpHead .wp-block-buttons {
	margin-top: 50px;
	}
	
@media screen and (max-width: 1000px) {
	.editor-styles-wrapper .hpHead h1 {
		font-size: 60px;
		transition: all 0.5s ease;
		}
	}
	
@media screen and (max-width: 600px) {
	.editor-styles-wrapper .hpHead h1 {
		font-size: 40px;
		transition: all 0.5s ease;
		}
	}
	

/*------ =Block = Pattern =Interior Header ------*/

.editor-styles-wrapper .intHead.wp-block-coblocks-row {
	width: 100%;
	box-sizing: border-box;
	padding: 75px;
	margin: 0px;
	text-align: center;
	}
	
.editor-styles-wrapper .intHead.wp-block-coblocks-row__inner {
	text-align: left;
	transition: all 0.25s ease;
	margin: 0px auto;
	}
	
.editor-styles-wrapper .intHead.wp-block-coblocks-row__inner h1,
.editor-styles-wrapper .intHead.wp-block-coblocks-row__inner h2 {
	font-family: 'Figtree', sans-serif;
	display: inline-block;
	font-size: 48px;
	max-width: 800px !important;
	width: 100%;
	margin-bottom: 25px;
	}
	
.editor-styles-wrapper .intHead.wp-block-coblocks-row__inner p {
	display: inline-block;
	font-size: 16px;
	max-width: 800px !important;
	width: 100%;
	}



/*------ =Block =Pattern Content Over Background Image - Full Width ------*/

.editor-styles-wrapper .bgImgBlock.wp-block-coblocks-hero {
	margin: 0px;
	}
	
.editor-styles-wrapper .bgImgBlock.wp-block-coblocks-hero .wp-block-coblocks-hero__inner {
	position: relative;
	padding: 80px 100px;
	transition: all 0.5s ease;
	height: auto !important;
	}
	
.editor-styles-wrapper .bgImgBlock.wp-block-coblocks-hero .wp-block-coblocks-hero__inner:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 1;
	}
	
.editor-styles-wrapper .bgImgBlock.wp-block-coblocks-hero .wp-block-coblocks-hero__content-wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	z-index: 2;
	}
	
.editor-styles-wrapper .bgImgBlock h2 {
	font-size: 36px;
	width: 80%;
	margin-bottom: 50px;
	transition: all 0.5s ease;
	}
	
.editor-styles-wrapper .bgImgBlock h2:before,
.editor-styles-wrapper .bgImgBlock h2:after {
	content: '';
	position: relative;
	display: block;
	height: 1px;
	width: 100%;
	background-color: #FFFFFF;
	}
	
.editor-styles-wrapper .bgImgBlock h2:before {
	margin-bottom: 35px;
	}
	
.editor-styles-wrapper .bgImgBlock h2:after {
	margin-top: 35px;
	}
	
.editor-styles-wrapper .bgImgBlock .wp-block-buttons {
	margin-top: 50px;
	}
	
@media screen and (max-width: 1000px) {
	.editor-styles-wrapper .bgImgBlock.wp-block-coblocks-hero .wp-block-coblocks-hero__inner {
		padding: 50px 50px;
		transition: all 0.5s ease;
		}

	.editor-styles-wrapper .bgImgBlock h2 {
		width: 100%;
		transition: all 0.5s ease;
		}
	
	.editor-styles-wrapper .bgImgBlock .wp-block-buttons {
		margin-top: 25px;
		}
	}

	
/*------- =Block =Pattern =Testimonial ------*/

.editor-styles-wrapper .testimonial.wp-block-coblocks-row {
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
	text-align: center;
	}
	
.editor-styles-wrapper .testimonial.wp-block-coblocks-row__inner {
	padding: 75px;
	width: 100%;
	}
	
.editor-styles-wrapper .testimonial.wp-block-coblocks-row__inner > .wp-block-coblocks-column,
.editor-styles-wrapper .testimonial.wp-block-coblocks-row__inner > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="coblocks/column"] > .wp-block-coblocks-column {
	border-top: 1px solid #000000;
	margin: 0px auto !important;
	max-width: 800px;
	padding-top: 25px;
	text-align: left;
	transition: all 0.25s ease;
	}
	
.editor-styles-wrapper .testimonial .has-black-background-color .wp-block-coblocks-column {
	border-top: 1px solid #FFFFFF;
	}

.editor-styles-wrapper .testimonial.wp-block-coblocks-row__inner p {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 22px;
	line-height: 1.5em;
	}
	
.editor-styles-wrapper .testimonial.wp-block-coblocks-row__inner p:last-of-type {
	font-family: 'Assistant', sans-serif;
	font-size: 16px;
	margin-top: 25px;
	}

@media screen and (max-width: 800px) {
	.editor-styles-wrapper .testimonial.wp-block-coblocks-row__inner {
		padding: 25px;
		}
		
	.editor-styles-wrapper .testimonial.wp-block-coblocks-row__inner p,
	.editor-styles-wrapper .testimonial.wp-block-coblocks-row__inner p em {
		font-size: 20px;
		}
	}



/*------ =Pattern Two Column w/ Image --------*/

.editor-styles-wrapper .twoCol.wp-block-coblocks-row {
	box-sizing: border-box;
	width: 100%;
	margin: 0px;
	}
	
.editor-styles-wrapper .twoCol.wp-block-coblocks-row__inner {
	padding: 80px 50px;
	text-align: center;
	}
	
.editor-styles-wrapper .twoCol .wp-block-coblocks-column {
	max-width: 1200px;
	margin: 0px auto !important;
	}
	
.editor-styles-wrapper .twoCol.wp-block-coblocks-row__inner .wp-block-coblocks-column .wp-block-columns {
	margin: 0px;
	width: 100%;
	max-width: 100%;
	display: inline-flex;
	align-items: center;
	}
	
.editor-styles-wrapper .twoCol.wp-block-coblocks-row__inner .wp-block-coblocks-column .wp-block-columns  .wp-block-column {
	flex: 1;
	}

.editor-styles-wrapper .twoCol h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 0.95;
	margin-top: 0px !important;
	padding: 30px 0;
	width: 80%;
	min-width: 300px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
.editor-styles-wrapper .twoCol p,
.editor-styles-wrapper .twoCol ul li {
	font-size: 16px;
	font-family: 'Karla', sans-serif;
	line-height: 1.5;
	}
	
.editor-styles-wrapper .twoCol ul li {
	text-align: left;
	margin-bottom: 10px;
	}
	
.editor-styles-wrapper .twoCol .wp-block-image {
	display: inline-flex;
	height: 100%;
	width: 100%;
	}
	
.editor-styles-wrapper .twoCol .wp-block-image .components-resizable-box__container {
	position: relative;
	margin: 0px;
	flex: 1 1 auto;
    display: flex;
	height: 0;
	padding-bottom: 100%;
	}

.editor-styles-wrapper .twoCol .wp-block-image .components-resizable-box__container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	}
	
.editor-styles-wrapper .twoCol figure.alignright {
	margin-right: 25px;
	}
	
.editor-styles-wrapper .twoCol figure.alignleft {
	margin-left: 25px;
	}
	
@media screen and (max-width: 800px) {
	.editor-styles-wrapper .twoCol.wp-block-coblocks-row__inner {
		padding: 50px 25px;
		}
		
	.editor-styles-wrapper .twoCol .staff .wp-block-image figure img {
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		}
	}



/*------ =Block =Pattern =5 Column ------*/
			/*---- AND ----*/
/*------ =Block =Pattern = 3 Column - Image Text Stack ------*/

.editor-styles-wrapper .threeCol.wp-block-coblocks-row,
.editor-styles-wrapper .fiveCol.wp-block-coblocks-row {
	width: 100%;
	box-sizing: border-box;
	padding: 75px;
	margin: 0px;
	text-align: center;
	transition: all 0.5s ease;
	}

.editor-styles-wrapper .threeCol.wp-block-coblocks-row.mt-0,
.editor-styles-wrapper .fiveCol.wp-block-coblocks-row.mt-0 {
	padding: 0 75px 75px 75px;
	}

.editor-styles-wrapper .threeCol.wp-block-coblocks-row.mb-0,
.editor-styles-wrapper .fiveCol.wp-block-coblocks-row.mb-0 {
	padding: 75px 75px 0 75px;
	}

.editor-styles-wrapper .threeCol.wp-block-coblocks-row.mt-0.mb-0,
.editor-styles-wrapper .fiveCol.wp-block-coblocks-row.mt-0.mb-0 {
	padding: 0 75px;
	}

.editor-styles-wrapper .threeCol.wp-block-coblocks-row__inner,
.editor-styles-wrapper .fiveCol.wp-block-coblocks-row__inner {
	text-align: left;
	transition: all 0.25s ease;
	margin: 0px auto;
	max-width: 1200px;
	padding-top: 25px;
	border-top: 1px solid #000000;
	}

.editor-styles-wrapper .threeCol.wp-block-coblocks-row__inner .headline,
.editor-styles-wrapper .fiveCol.wp-block-coblocks-row__inner .headline {
	min-width: 250px;
	padding-right: 50px;
	}

.editor-styles-wrapper .threeCol.wp-block-coblocks-row__inner h2,
.editor-styles-wrapper .fiveCol.wp-block-coblocks-row__inner h2 {
	font-family: 'Figtree', sans-serif;
	font-size: 36px;
	margin-bottom: 25px;
	}
	
.editor-styles-wrapper .threeCol .wp-block-coblocks-row__inner p {
	margin-bottom: 25px;
	}
	
.editor-styles-wrapper .threeCol .wp-block-columns h3 {
	font-size: 28px;
	margin-bottom: 0px;
	}
	
.editor-styles-wrapper .threeCol .wp-block-columns p {
	margin-top: 15px;
	}
	
.editor-styles-wrapper .threeCol .wp-block-columns ul li {
	font-family: 'Assistant', sans-serif;
	font-size: 16px;
	}

.editor-styles-wrapper .fiveCol .wp-container-3.wp-block-columns {
	margin-top: 50px;
	}
	
.editor-styles-wrapper .fiveCol .wp-container-3.wp-block-columns h2 {
	font-weight: 400;
	font-size: 24px;
	}
	
.editor-styles-wrapper .fiveCol .wp-container-3.wp-block-columns a {
	font-weight: 700;
	}
	
.editor-styles-wrapper .fiveCol .wp-container-3.wp-block-columns a:after {
	content: '';
	position: relative;
	display: inline-block;
	height: 10px;
	width: 15px;
	top: 0px;
	background-image: url(assets/images/arrow-right-long-solid.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 10px;
	}
	
.editor-styles-wrapper .fiveCol .fourColImg.wp-block-coblocks-row__inner {
	display: flex;
	align-content: stretch;
	justify-content: center;
	align-items: stretch;
	}
	
.editor-styles-wrapper .fiveCol .fourColImg.wp-block-coblocks-row__inner > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: flex;
	gap: 25px;
	}
	
.editor-styles-wrapper .fiveCol.wp-block-coblocks-row .fiveCol.wp-block-coblocks-row__inner .wp-block-coblocks-column__inner .block-editor-block-list__layout > .wp-block[data-coblocks-align-support="1"] {
	max-width: 1200px !important;
	}
	
.editor-styles-wrapper .fiveCol .fourColImg.wp-block-coblocks-row__inner .wp-block-coblocks-column {
	display: inline-flex;
	}
	
.editor-styles-wrapper .fiveCol .fourColImg.wp-block-coblocks-row__inner .wp-block-coblocks-column .wp-block-coblocks-column__inner {
	padding-bottom: 25px;
	}
	
.editor-styles-wrapper .fiveCol .fourColImg.wp-block-coblocks-row__inner .block-editor-block-list__layout .wp-block {
	flex-direction: column;
	}
	
.editor-styles-wrapper .fiveCol .fourColImg h3 {
	font-family: 'Assistant', sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding: 0 25px 5px;
	}
	
.editor-styles-wrapper .fiveCol .fourColImg p {
	padding: 0 25px;
	}
	
.editor-styles-wrapper .fiveCol .fourColImg figure {
	height: 130px;
	object-position: 50% 50%;
	overflow: hidden;
	}
	
.editor-styles-wrapper .fiveCol .fourColImg figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	transition: all 0.5s ease;
	}
	
.editor-styles-wrapper .threeCol .wp-block-column figure {
	position: relative;
	margin: 0px;
	flex: 1 1 auto;
    display: flex;
	height: 0;
	padding-bottom: 75%;
	flex-direction: column;
	}
	
.editor-styles-wrapper .threeCol .wp-block-column figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	max-height: 100%;
	object-fit: cover;
	}

.editor-styles-wrapper .threeCol .wp-block-column figure figcaption {
	display: none;
	}
	
.editor-styles-wrapper .fiveCol .fourColImg figure a:hover img {
	height: 105%;
	width: 105%;
	}
	
@media screen and (max-width: 1000px) {
	.editor-styles-wrapper .has-medium-gutter > [class*="wp-block-coblocks-column"]:not(:last-child),
	.editor-styles-wrapper .has-medium-gutter > [class*="wp-block-coblocks-column"]:not(:first-child) {
		margin-right: var(--coblocks-spacing--2,1em);
		margin-left: var(--coblocks-spacing--2,1em);
		}

	.editor-styles-wrapper .fiveCol.wp-block-coblocks-row__inner .wp-block-coblocks-row .fourColImg.wp-block-coblocks-row {
		display: inline-block;
		}

	.editor-styles-wrapper .fiveCol.wp-block-coblocks-row__inner .wp-block-coblocks-row .fourColImg.wp-block-coblocks-row__inner {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		}
	
 	.editor-styles-wrapper .fiveCol.wp-block-coblocks-row__inner .wp-block-coblocks-row > .wp-block-coblocks-row__inner.fourColImg > .wp-block-coblocks-column {
 		width: 40% !important;
 		display: flex;
		margin-bottom: 25px;
		height: auto;
 		}
 	}
 	
 @media screen and (max-width: 900px) {
  	.editor-styles-wrapper .fiveCol.wp-block-coblocks-row__inner .wp-block-coblocks-row > .wp-block-coblocks-row__inner.fourColImg > .wp-block-coblocks-column {
 		width: 100% !important;
 		}
 		
 	.editor-styles-wrapper .threeCol .wp-block-columns {
		flex-direction: column;
		}
 	}
	
@media screen and (max-width: 800px) {
	.editor-styles-wrapper .threeCol .wp-block-coblocks-row__inner,
	.editor-styles-wrapper .fiveCol.wp-block-coblocks-row__inner .wp-block-coblocks-column .wp-block-coblocks-column__inner .wp-block-coblocks-row .wp-block-coblocks-row__inner:not(.fourColImg) {
		flex-direction: column;
		}
	
	.editor-styles-wrapper .threeCol.wp-block-coblocks-row__inner .wp-block-coblocks-row > .wp-block-coblocks-row__inner:not(.fourColImg) > .wp-block-coblocks-column,
 	.editor-styles-wrapper .fiveCol.wp-block-coblocks-row__inner .wp-block-coblocks-row > .wp-block-coblocks-row__inner:not(.fourColImg) > .wp-block-coblocks-column {
 		width: 100% !important;
 		margin-left: 0px;
 		margin-right: 0px;
 		}
 		
 	.editor-styles-wrapper .fiveCol .wp-container-3 {
 		gap: 1em;
 		}	
 	
 	.editor-styles-wrapper .fiveCol .wp-container-3.wp-block-columns .wp-block-column {
 		margin-bottom: 0px;
 		}
 		
 	 .editor-styles-wrapper .fiveCol.wp-block-coblocks-row__inner .wp-block-coblocks-row > .wp-block-coblocks-row__inner.fourColImg > .wp-block-coblocks-column {
 		width: 40% !important;
 		}
 		
	.editor-styles-wrapper .fiveCol .wp-container-3.wp-block-columns p {
		text-align: left;
		}
 		
 	.editor-styles-wrapper .fiveCol.wp-block-coblocks-row__inner h2 {
 		margin-bottom: 25px;
 		}
		
	.editor-styles-wrapper .fiveCol.wp-block-coblocks-row,
	.editor-styles-wrapper .fiveCol.wp-block-coblocks-row.mt-0,
	.editor-styles-wrapper .fiveCol.wp-block-coblocks-row.mb-0,
	.editor-styles-wrapper .fiveCol.wp-block-coblocks-row.mt-0.mb-0 {
		padding-left: 50px;
		padding-right: 50px;
		transition: all 0.5s ease;
		}
	}

@media screen and (max-width: 600px) {
	.editor-styles-wrapper .fiveCol.wp-block-coblocks-row,
	.editor-styles-wrapper .fiveCol.wp-block-coblocks-row.mt-0,
	.editor-styles-wrapper .fiveCol.wp-block-coblocks-row.mb-0,
	.editor-styles-wrapper .fiveCol.wp-block-coblocks-row.mt-0.mb-0 {
		padding-left: 25px;
		padding-right: 25px;
		transition: all 0.5s ease;
		}
		
	 .editor-styles-wrapper .fiveCol.wp-block-coblocks-row__inner h2 {
 		margin-bottom: 0px;
 		}
 		
	.editor-styles-wrapper .fiveCol.wp-block-coblocks-row__inner .wp-block-coblocks-row .fourColImg.wp-block-coblocks-row {
		width: 100%;
		}
 		
 	 .editor-styles-wrapper .fiveCol.wp-block-coblocks-row__inner .wp-block-coblocks-row > .wp-block-coblocks-row__inner.fourColImg > .wp-block-coblocks-column {
 		width: 100% !important;
 		}
	}
	
	
	
/*------ =Pattern =Headline + Previous Content ------*/

.editor-styles-wrapper .prevCont .wp-block-query .wp-block-post-template {
	display: flex;
	}

.editor-styles-wrapper .prevCont .wp-block-query .wp-block-post-template .wp-block-post {
	display: flex;
	} 

.editor-styles-wrapper .prevCont .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group {
	padding: 0 0 25px !important;
	}

.editor-styles-wrapper .prevCont .wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-date {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #FFFFFF;
	padding: 0 25px;
	}

.editor-styles-wrapper .prevCont .wp-block-query .wp-block-post-template .wp-block-post h3 {
	margin-top: 0px
	}
	
.editor-styles-wrapper .prevCont .wp-block-query .wp-block-post-template .wp-block-post h3 a {
	text-decoration: none;
	}

.editor-styles-wrapper .prevCont .wp-block-query .wp-block-post-template .wp-block-post .wp-block-read-more {
	font-family: 'Assistant', sans-serif;
	margin-left: 10px !important;
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
	}
	
.editor-styles-wrapper .prevCont .wp-block-query .wp-block-post-template .wp-block-post .wp-block-read-more:after {
	content: '';
	position: relative;
	display: inline-block;
	height: 10px;
	width: 15px;
	top: 0px;
	background-image: url(assets/images/arrow-right-long-regular_White.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 10px;
	transition: all 0.5s ease;
	}
	
@media screen and (max-width: 1000px) {
	.editor-styles-wrapper .prevCont .wp-block-query .wp-block-post-template .wp-block-post {
		width: calc(50% - .83333em) !important;
		}
	}
	
@media screen and (max-width: 600px) {
	.editor-styles-wrapper .prevCont .wp-block-query .wp-block-post-template .wp-block-post {
		width: calc(100% - .83333em) !important;
		}
	}



/*------ =Block =Pattern =Thin CTA ------*/

.editor-styles-wrapper .tCTA.wp-block-coblocks-row {
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
	text-align: center;
	transition: all 0.5s ease;
	}
	
.editor-styles-wrapper .tCTA.wp-block-coblocks-row__inner {
	text-align: left;
	}

.editor-styles-wrapper .tCTA .wp-block-columns {
	margin: 0px;
	}

.editor-styles-wrapper .tCTA.wp-block-coblocks-row__inner .wp-block-coblocks-column {
	margin: 0px auto;
	max-width: 1200px;
	padding: 25px 50px;
	transition: all 0.25s ease;
	}
	
.editor-styles-wrapper .tCTA .wp-block-column:last-of-type {
	text-align: right;
	}
	
.editor-styles-wrapper .tCTA h2 {
	font-size: 48px;
	}



/*------ =Block =Pattern =FAQ ------*/

.editor-styles-wrapper .faq.wp-block-coblocks-row {
	width: 100%;
	box-sizing: border-box;
	padding: 75px;
	margin: 0px;
	text-align: center;
	transition: all 0.5s ease;
	}
	
.editor-styles-wrapper .faq.wp-block-coblocks-row.mt-0 {
	padding: 0 75px 75px 75px;
	}
	
.editor-styles-wrapper .faq.wp-block-coblocks-row.mb-0 {
	padding: 75px 75px 0 75px;
	}
	
.editor-styles-wrapper .faq.wp-block-coblocks-row.mt-0.mb-0 {
	padding: 0 75px;
	}
	
.editor-styles-wrapper .faq.wp-block-coblocks-row__inner {
	text-align: left;
	transition: all 0.25s ease;
	margin: 0px auto;
	max-width: 1200px;
	padding-top: 25px;
	}
	
.editor-styles-wrapper .faq.wp-block-coblocks-row__inner .headline {
	min-width: 250px;
	}
	
.editor-styles-wrapper .faq.wp-block-coblocks-row__inner h2 {
	font-size: 36px;
	}
	
.editor-styles-wrapper .faq .wp-block-coblocks-accordion-item {
	border-top: 1px solid #000000;
	border-radius: 0px;
	padding: 25px 0 0 0;
	margin-bottom: 25px;
	}
	
.editor-styles-wrapper .faq .wp-block-coblocks-accordion-item .dashicons-arrow-right,
.editor-styles-wrapper .wp-block-coblocks-accordion-item .dashicons,
.editor-styles-wrapper .wp-block-coblocks-accordion-item__title:before  {
	display: none;
	}

.editor-styles-wrapper .faq .wp-block-coblocks-accordion-item__title {
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 600;
	list-style: none;
	list-style-type: none;
	padding-right: 60px;
	}
	
.editor-styles-wrapper .faq .wp-block-coblocks-accordion-item__title:hover,
.editor-styles-wrapper .faq .wp-block-coblocks-accordion-item__title:visited,
.editor-styles-wrapper .faq .wp-block-coblocks-accordion-item__title:focus,
.editor-styles-wrapper .faq .wp-block-coblocks-accordion-item__title:active {
	cursor: pointer;
	outline: 0;
	}
	
.editor-styles-wrapper .faq .wp-block-coblocks-accordion-item__title:after {
	content: '';
	display: inline-flex;
	position: absolute;
	top: calc(50% - 16px);
	right: 20px;
	left: auto;
	background: url(/wp-content/themes/devalliance/assets/images/chevron-up-regular.svg);
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: center center;
	height: 32px;
	width: 32px;
	transform: rotate(90deg);
	border: 1px solid #000000;
	border-radius: 50%;
	transition: all 0.25s ease;
	}
	
.editor-styles-wrapper .faq .wp-block-coblocks-accordion-item__title:hover:after {
	background-color: transparent;
	background: url(/wp-content/themes/devalliance/assets/images/chevron-up-regular.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	transition: all 0.25s ease;
	}
	
.editor-styles-wrapper .faq.wp-block-coblocks-row__inner .wp-block-coblocks-accordion details[open] .wp-block-coblocks-accordion-item__title:after {
	right: 20px;
	top: calc(50% - 16px);
	transform: rotate(180deg);
	transition: all 0.25s ease;
	}
	
@media screen and (max-width: 900px) {
	.editor-styles-wrapper .faq.wp-block-coblocks-row {
  		padding: 25px;
  		}
  		
  	[data-type="coblocks/row"][data-columns="1"] .faq.wp-block-coblocks-row .faq.wp-block-coblocks-row__inner .wp-block-coblocks-column__inner .block-editor-block-list__layout > .wp-block[data-coblocks-align-support="1"] {
  		max-width: 100% !important;
  		}
	}



/*------ =Pattern =Block =Headline + Membership Levels ------*/

.editor-styles-wrapper .threeCol.ml.wp-block-coblocks-row {
	padding: 0px;
	}
	
.editor-styles-wrapper .threeCol.ml.wp-block-coblocks-row__inner {
	transition: all 0.25s ease;
	padding: 75px;
	box-sizing: border-box;
	border-top: 0px;
	max-width: 100%;
	margin: 0px;
	}
	
.editor-styles-wrapper .threeCol.ml.wp-block-coblocks-row__inner > .wp-block-coblocks-column {
	text-align: left;
	transition: all 0.25s ease;
	margin: 0px auto;
	max-width: 1200px;
	padding-top: 25px;
	border-top: 1px solid #000000;
	}

.editor-styles-wrapper .ml .wp-block-group {
	margin-bottom: 25px;
	}
	
.editor-styles-wrapper .ml .wp-block-group .wp-block-group__inner-container {
	background-color: transparent;
	}

.editor-styles-wrapper .ml .wp-block-group:first-of-type {
	margin-top: 50px;
	}
	
.editor-styles-wrapper .ml .wp-block-group h2 {
	max-width: 100% !important;
	font-size: 28px;
	margin: 0 0 10px;
	}
	
.editor-styles-wrapper .ml .wp-block-group .wp-block-columns {
	max-width: 100% !important;
	margin: 0px !important;
	}
	
.editor-styles-wrapper .ml .wp-block-group .wp-block-coblocks-accordion {
	margin: 0px;
	max-width: 100% !important;
	}
	
.editor-styles-wrapper .ml .wp-block-group .wp-block-coblocks-accordion-item__title:not(.has-background) {
	background: transparent;
	font-size: 16px;
	font-weight: 700;
	list-style-type: none;
	}
	
.editor-styles-wrapper .ml .wp-block-group .wp-block-coblocks-accordion-item__title:not(.has-background):hover,
.editor-styles-wrapper .ml .wp-block-group .wp-block-coblocks-accordion-item__title:after {
	background: transparent;
	}
	
.editor-styles-wrapper .ml .wp-block-coblocks-accordion-item__content h3 {
	font-family: 'Assistant', sans-serif;
	font-weight: 700;
	font-size: 16px;
	}
	
.editor-styles-wrapper .ml .wp-block-coblocks-accordion-item details .wp-block-coblocks-accordion-item__title:before {
	position: relative;
	content: '';
	}
	
.editor-styles-wrapper .ml .wp-block-coblocks-accordion-item details .wp-block-coblocks-accordion-item__title {
	text-decoration: underline;
	text-underline-offset: 3px;
	}
	
.editor-styles-wrapper .ml .wp-block-coblocks-accordion-item details[open] .wp-block-coblocks-accordion-item__title:before {
	position: absolute;
	display: inline-block;
	content: 'Show Less';
	color: rgba(0,0,0,1);
	text-decoration: underline;
	text-underline-offset: 3px;
	}
	
.editor-styles-wrapper .ml .wp-block-coblocks-accordion-item details[open] .wp-block-coblocks-accordion-item__title {
	color: rgba(0,0,0,0);
	}
	
.editor-styles-wrapper .ml .wp-block-coblocks-accordion-item details .wp-block-coblocks-accordion-item__title:hover {
	cursor: pointer;
	}
	
.editor-styles-wrapper .ml .wp-block-coblocks-accordion-item details .wp-block-coblocks-accordion-item__title:visited,
.editor-styles-wrapper .ml .wp-block-coblocks-accordion-item details .wp-block-coblocks-accordion-item__title:focus,
.editor-styles-wrapper .ml .wp-block-coblocks-accordion-item details .wp-block-coblocks-accordion-item__title:active,
.editor-styles-wrapper .ml .wp-block-coblocks-accordion-item details {
	outline: 0;
	}
	
.editor-styles-wrapper .ml .wp-block-coblocks-accordion-item__content ul {
	margin-top: 15px;
	padding-left: 25px;
	}
	
.editor-styles-wrapper .ml .wp-block-coblocks-accordion-item__content ul li {
	font-size: 16px;
	}
	
@media screen and (max-width: 1000px) {
	.editor-styles-wrapper .ml .wp-block-columns {
		flex-direction: column;
		}
		
	.editor-styles-wrapper .ml .wp-block-columns .wp-block-buttons.is-content-justification-right {
		justify-content: flex-start;
		}
	}


/*------ =Pattern Two Column w/ Image --------*/
				/*--- AND ----*/
/*------ =Pattern =Block =Two Column Image + Txt Stack ------*/

.editor-styles-wrapper .twoCol.wp-block-coblocks-row,
.editor-styles-wrapper .twoColStack.wp-block-coblocks-row {
	box-sizing: border-box;
	width: 100%;
	margin: 0px;
	}
	
.editor-styles-wrapper .twoCol.wp-block-coblocks-row__inner,
.editor-styles-wrapper .twoColStack.wp-block-coblocks-row__inner {
	padding: 80px 50px;
	text-align: center;
	}
	
.editor-styles-wrapper .twoCol .wp-block-coblocks-column,
.editor-styles-wrapper .twoColStack .wp-block-coblocks-column,
.editor-styles-wrapper .twoColStack.wp-block-coblocks-row .wp-block-coblocks-row__inner > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="coblocks/column"] .wp-block-coblocks-column,
.editor-styles-wrapper .twoCol.wp-block-coblocks-row .wp-block-coblocks-row__inner > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="coblocks/column"] .wp-block-coblocks-column {
	max-width: 1200px;
	margin: 0px auto !important;
	}
	
.editor-styles-wrapper .twoColStack .wp-block-coblocks-column {
	padding-top: 50px;
	border-top: 1px solid #000000;
	}
	
.editor-styles-wrapper .twoColStack .wp-block-coblocks-column > .wp-block-coblocks-column {
	padding-top: 0px;
	border-top: 0px;
	}
	
.editor-styles-wrapper .twoCol.wp-block-coblocks-row__inner .wp-block-coblocks-column .wp-block-columns,
.editor-styles-wrapper .twoColStack.wp-block-coblocks-row__inner .wp-block-coblocks-column .wp-block-columns {
	margin: 0px;
	width: 100%;
	max-width: 100%;
	display: inline-flex;
	align-items: center;
	}
	
.editor-styles-wrapper .twoCol.wp-block-coblocks-row__inner .wp-block-coblocks-column .wp-block-columns  .wp-block-column {
	flex: 1;
	}

.editor-styles-wrapper .twoCol h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 0.95;
	margin-top: 0px !important;
	padding: 30px 0;
	width: 80%;
	min-width: 300px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
.editor-styles-wrapper .twoColStack h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 0.95;
	margin-bottom: 25px;
	}
	
.editor-styles-wrapper .twoCol .wp-block-buttons,
.editor-styles-wrapper .twoColStack .wp-block-buttons {
	margin-top: 25px !important;
	}
	
.editor-styles-wrapper .twoCol p,
.editor-styles-wrapper .twoCol ul li {
	font-size: 16px;
	font-family: 'Karla', sans-serif;
	line-height: 1.5;
	}
	
.editor-styles-wrapper .twoCol ul li {
	text-align: left;
	margin-bottom: 10px;
	}
	
.editor-styles-wrapper .twoCol .wp-block-image {
	display: inline-flex;
	height: 100%;
	width: 100%;
	}
	
.editor-styles-wrapper .twoCol .wp-block-image,
.editor-styles-wrapper .twoColStack .wp-block-image {
	position: relative;
	margin: 0px;
	flex: 1 1 auto;
    display: flex;
	height: 0;
	padding-bottom: 100%;
	}
	
.editor-styles-wrapper .twoColStack .wp-block-image {
	padding-bottom: 50%;
	margin-bottom: 25px !important;
	}
	
.editor-styles-wrapper .twoCol figure.wp-block-image,
.editor-styles-wrapper .twoColStack figure.wp-block-image {
	overflow: hidden;
	}
	
.editor-styles-wrapper .twoCol .wp-block-image figure .components-resizable-box__container,
.editor-styles-wrapper .twoColStack .wp-block-image .components-resizable-box__container {
	position: relative;
	margin: 0px;
	flex: 1 1 auto;
    display: flex;
	height: 0 !important;
	padding-bottom: 100%;
	overflow: hidden;
	}
	
.editor-styles-wrapper .twoColStack .wp-block-image .components-resizable-box__container {
	padding-bottom: 50%;
	width: 100% !important;
	}

.editor-styles-wrapper .twoCol .wp-block-image figure .components-resizable-box__container img,
.editor-styles-wrapper .twoColStack .wp-block-image .components-resizable-box__container img,
.editor-styles-wrapper .twoCol .wp-block-image img,
.editor-styles-wrapper .twoColStack .wp-block-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	margin-bottom: 25px;
	}
	
.editor-styles-wrapper .twoCol figure.alignright {
	margin-right: 25px;
	}
	
.editor-styles-wrapper .twoCol figure.alignleft {
	margin-left: 25px;
	}
	
@media screen and (max-width: 800px) {
	.editor-styles-wrapper .twoCol.wp-block-coblocks-row__inner {
		padding: 50px 25px;
		}
		
	.editor-styles-wrapper .twoCol .staff .wp-block-image figure img {
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		}
	}
	
/*------ =Pattern =Headline + 2 column Image + Text ------*/

.editor-styles-wrapper .threeCol .wp-block-column figure .components-resizable-box__container {
	position: relative;
	margin: 0px;
	flex: 1 1 auto;
    display: flex;
	height: 0;
	padding-bottom: 75%;
	}
	
.editor-styles-wrapper .threeCol .wp-block-column figure .components-resizable-box__container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	max-height: 100%;
	object-fit: cover;
	}


/*------ =Pattern =Block =Headline + 3 Column Images ------*/

.editor-styles-wrapper .threeImg .wp-block-coblocks-column__inner p:last-of-type {
	margin-bottom: 50px;
	}
	
.editor-styles-wrapper .threeImg.threeCol .wp-block-columns h3 {
	font-size: 20px;
	padding: 0px 25px;
	}

.editor-styles-wrapper .threeImg .wp-block-columns .wp-block-buttons {
	padding: 0px 25px;
	margin-bottom: 25px;
	}
	
.editor-styles-wrapper .threeImg .wp-block-columns figure .components-resizable-box__container {
	position: relative;
	margin: 0px;
	flex: 1 1 auto;
    display: flex;
	height: 0;
	padding-bottom: 100%;
	}

.editor-styles-wrapper .threeImg .wp-block-columns figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	}
	
@media screen and (max-width: 1000px) {
	.editor-styles-wrapper .threeImg .wp-block-columns {
		flex-direction: column;
		}
	}
	
	
/*------ =Pattern =Block =Headline + 3 Column Images ------*/

.editor-styles-wrapper .threeImg .wp-block-coblocks-column__inner p:last-of-type {
	margin-bottom: 50px;
	}
	
.editor-styles-wrapper .threeImg.threeCol .wp-block-columns h3 {
	font-size: 20px;
	padding: 0px 25px;
	}

.editor-styles-wrapper .threeImg .wp-block-columns .wp-block-buttons {
	padding: 0px 25px;
	margin-bottom: 25px;
	}
	
.editor-styles-wrapper .threeImg .wp-block-columns figure {
	position: relative;
	margin: 0px;
	flex: 1 1 auto;
    display: flex;
	height: 0;
	padding-bottom: 100%;
	}

.editor-styles-wrapper .threeImg .wp-block-columns figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	}
	
@media screen and (max-width: 1000px) {
	.editor-styles-wrapper .threeImg .wp-block-columns {
		flex-direction: column;
		}
	}
	


/*------ =Pattern =Block - Latest News Slide ------*/

.editor-styles-wrapper .newsSlider.wp-block-coblocks-row {
	text-align: center;
	margin: 0px;
	}
	
.editor-styles-wrapper .newsSlider.wp-block-coblocks-row__inner {
	width: 100%;
	padding: 50px 0;
	}
	
.newsSlider .block-editor-block-list__block[data-type="coblocks/row"].has-child-selected .wp-block-coblocks-row {
	padding: 0px;
	}
	
.editor-styles-wrapper .newsSlider .wp-block-columns {
	padding: 0px 25px;
	}
	
.editor-styles-wrapper .newsSlider.wp-block-coblocks-row__inner .wp-block-coblocks-column .wp-block-coblocks-column__inner .wp-block-columns {
	max-width: 1200px;
	margin: 0px auto;
	padding-top: 25px;
	}
	
.editor-styles-wrapper .newsSlider .wp-block-columns:first-of-type {
	border-top: 1px solid #000000;
	}
	
.editor-styles-wrapper .newsSlider h2 {
	font-weight: 400;
	font-size: 36px;
	}


/*------ =Block =Slider - Latest Posts Slider ------*/

.interface-interface-skeleton__editor {
	overflow: auto;
	}

.editor-styles-wrapper .newsSlider .slider {
    width: 100%;
    margin: 0 auto;
    text-align:center;
	}

.editor-styles-wrapper .newsSlider .slideNav {
	max-width: 1200px !important;
	margin: 0px auto 50px;
	display: flex;
	justify-content: space-between;
	font-weight: 700;
	width: 100%;
	}
	
.editor-styles-wrapper .slideNav .prev,
.editor-styles-wrapper .slideNav .next {
	font-size: 18px;
	text-decoration: underline;
	text-underline-offset: 3px;
	}
	
.editor-styles-wrapper .slideNav .prev:hover,
.editor-styles-wrapper .slideNav .next:hover {
	cursor: pointer;
	}
	
.editor-styles-wrapper .slideNav .prev:before,
.editor-styles-wrapper .slideNav .next:after {
	content: '';
	position: relative;
	display: inline-block;
	height: 10px;
	width: 15px;
	top: 0px;
	background-image: url(assets/images/arrow-right-long-solid.svg);
	background-size: contain;
	background-repeat: no-repeat;
	}
	
.editor-styles-wrapper .slideNav .prev:before {
	margin-right: 10px;
	transform: rotate(180deg);
	}
	
.editor-styles-wrapper .slideNav .next:after {
	margin-left: 10px;
	}
	
.editor-styles-wrapper .newsSlider .slick-list,
.editor-styles-wrapper .newsSlider .slick-track {
	display: flex;
	position: relative;
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	}
	
.editor-styles-wrapper .newsSlider .slick-slide {
	background-color: #000000;
	margin: 0px 12.5px;
	color: #FFFFFF;
	text-align: left;
	padding-bottom: 25px;
	float: left;
	height: 100%;
	min-height: 1px;
	}
	
.editor-styles-wrapper .newsSlider .slick-slide .fi {
	position: relative;
	margin: 0px;
	flex: 1 1 auto;
    display: flex;
	height: 0;
	padding-bottom: 100%;
	background-image: url(.assets/images/post-placeholder.png);
	}

.editor-styles-wrapper .newsSlider .slick-slide .fi img {
	position: absolute;
	top: 0;
	left: 0;
	max-height: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
	}
	
.editor-styles-wrapper .newsSlider .slick-slide h3 {
	display: block;
	font-size: 20px;
	padding: 25px 25px 0;
	}
	
.editor-styles-wrapper .slick-slide a:not(.fi) {
	position: absolute;
	bottom: 25px;
	display: inline-block;
	padding: 25px 0 0;
	margin-left: 25px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	}
	
.editor-styles-wrapper .newsSlider .slick-slide a:not(.fi):after {
	content: '';
	position: relative;
	display: inline-block;
	height: 10px;
	width: 15px;
	top: 0px;
	background-image: url(assets/images/arrow-right-long-regular_White.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 10px;
	}
	
@media screen and (max-width: 1000px) {
	.editor-styles-wrapper .newsSlider .slideNav {
		padding: 0 25px;
		}
		
	.editor-styles-wrapper .newsSlider.wp-block-coblocks-row__inner .wp-block-coblocks-column .wp-block-coblocks-column__inner .wp-block-columns {
		margin: 0 50px;
		}
	}
	
/*------ =Member Directory ------*/

.editor-styles-wrapper .wp-block-acf-memberdirectory > .acf-block-preview {
	display: flex;
	flex-direction: column;
	}
	
.editor-styles-wrapper .wp-block-acf-memberdirectory .acf-block-preview .filter {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	justify-content: flex-start;
	}

.editor-styles-wrapper .filter h3 {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 10px;
	}
	
.editor-styles-wrapper .filter .btn {
	font-weight: 600;
	font-size: 18px;
	margin: 0px 4px;
	}
	
.editor-styles-wrapper .filter .btn:hover {
	cursor: pointer;
	}
	
.editor-styles-wrapper .filter .btn:first-child {
	margin-left: 0px;
	}
	
.editor-styles-wrapper .filter .btn:after {
	content: '/';
	position: relative;
	display: inline-block;
	margin-left: 4px;
	}
	
.editor-styles-wrapper .filter .btn:last-child:after,
.editor-styles-wrapper .filter .btn:nth-last-child(2):after {
	content: '';
	margin-left: 0px;
	}
	
.editor-styles-wrapper .filter .showAll {
	display: flex;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
	}
	
.editor-styles-wrapper #parent {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 25px 50px;
	}
	
.editor-styles-wrapper #parent .box {
	display: inline-flex;
	flex-direction: column;
	width: calc(25% - 50px);
	background-color: #FFFFFF;
	justify-content: flex-start;
	padding-bottom: 25px;
	}
	
.editor-styles-wrapper #parent .box .il {
	position: relative;
	margin: 0px;
	margin-top: 0px;
	flex: 1 1 auto;
	display: flex;
	height: 0;
	padding-bottom: 100%;
	}
	
.editor-styles-wrapper #parent .box .il img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	max-width: 100% !important;
	object-fit: contain;
	object-position: top center;
	}
	
.editor-styles-wrapper #parent .box h3 {
	font-family: 'Assistant', sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-align: left;
	padding: 10px 15px 0;
	}

@media screen and (max-width: 1000px){
	.editor-styles-wrapper #parent {
		gap: 50px;
		}
		
	.editor-styles-wrapper #parent .box {
		width: calc(33.3333% - 50px);
		}
	}
	
@media screen and (max-width: 800px) {
	.editor-styles-wrapper #parent {
		gap: 25px;
		}
		
	.editor-styles-wrapper #parent .box {
		width: calc(33% - 25px);
		}
	}
	
@media screen and (max-width: 600px) {
	.editor-styles-wrapper #parent .box {
		width: calc(50% - 12.5px);
		}
	}
	
/*------ =Form - Ninja Forms ------*/
.nf-iframe-container .nf-iframe-overlay iframe {
	width: 100%;
	}