/* Grid
------------------------------------------------------ */

.fl-builder-content *,
.fl-builder-content *:before,
.fl-builder-content *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fl-row:before,
.fl-row:after,
.fl-row-content:before,
.fl-row-content:after,
.fl-col-group:before,
.fl-col-group:after,
.fl-col:before,
.fl-col:after,
.fl-module:before,
.fl-module:after,
.fl-module-content:before,
.fl-module-content:after {
	display: table;
	content: " ";
}
.fl-row:after,
.fl-row-content:after,
.fl-col-group:after,
.fl-col:after,
.fl-module:after,
.fl-module-content:after {
	clear: both;
}
.fl-row,
.fl-row-content,
.fl-col-group,
.fl-col,
.fl-module,
.fl-module-content {
	zoom:1;
}
.fl-clear {
	clear: both;
}

/* Utilities
------------------------------------------------------ */

.fl-clearfix:before,
.fl-clearfix:after {
	display: table;
	content: " ";
}
.fl-clearfix:after {
	clear: both;
}
.fl-clearfix {
	zoom:1;
}

/* Responsive Utilities
------------------------------------------------------ */

.fl-visible-medium,
.fl-visible-medium-mobile,
.fl-visible-mobile,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group .fl-visible-medium-mobile.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
	display: none;
}

/* Rows
------------------------------------------------------ */

.fl-row,
.fl-row-content {
	margin-left: auto;
	margin-right: auto;
}
.fl-row-content-wrap {
	position: relative;
}

/* Photo Bg */
.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
	background-attachment: scroll;
}

/* Video Bg */
.fl-row-bg-video,
.fl-row-bg-video .fl-row-content {
	position: relative;
}
.fl-row-bg-video .fl-bg-video {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.fl-row-bg-video .fl-bg-video video {
	bottom: 0;
	left: 0px;
	max-width: none;
	position: absolute;
	right: 0;
	top: 0px;
}
.fl-row-bg-video .fl-bg-video iframe {
	pointer-events: none;
	width: 100vw;
  	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  	max-width: none;
  	min-height: 100vh;
  	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
}
.fl-bg-video-fallback {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* Slideshow Bg */
.fl-row-bg-slideshow,
.fl-row-bg-slideshow .fl-row-content {
	position: relative;
}
.fl-row .fl-bg-slideshow {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.fl-builder-edit .fl-row .fl-bg-slideshow * {
	bottom: 0;
	height: auto !important;
	left: 0;
	position: absolute !important;
	right: 0;
	top: 0;
}

/* Row Bg Overlay */
.fl-row-bg-overlay .fl-row-content-wrap:after {
	border-radius: inherit;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.fl-row-bg-overlay .fl-row-content {
	position: relative;
	z-index: 1;
}

/* Full Height Rows */
.fl-row-full-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;

}
.fl-row-overlap-top .fl-row-content-wrap {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
}
.fl-row-custom-height .fl-row-content-wrap {
	min-height: 0;
}
.fl-builder-edit .fl-row-full-height .fl-row-content-wrap {
	min-height: calc( 100vh - 48px );
}
.fl-row-full-height .fl-row-content,
.fl-row-custom-height .fl-row-content {
  -webkit-box-flex: 1 1 auto;
  	 -moz-box-flex: 1 1 auto;
  	  -webkit-flex: 1 1 auto;
  		  -ms-flex: 1 1 auto;
  			  flex: 1 1 auto;
}
.fl-row-full-height .fl-row-full-width.fl-row-content,
.fl-row-custom-height .fl-row-full-width.fl-row-content {
	max-width: 100%;
	width: 100%;
}

/* IE 11 - Row full height - vertical alignment center/bottom fix */
.fl-builder-ie-11 .fl-row.fl-row-full-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile),
.fl-builder-ie-11 .fl-row.fl-row-custom-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile) {
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* Stupid IE Full Height Row Fixes */
.fl-builder-ie-11 .fl-row-full-height .fl-row-content-wrap,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content-wrap {
	height: auto;
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content {
	flex: 0 0 auto;
	flex-basis: 100%;
	margin: 0;
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content {
    margin: 0 auto;
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height),
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height) {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

/* Full height align center */
.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

/* Full height align bottom */
.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
	align-items: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	-webkit-justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-box-pack: end;
	-ms-flex-align: end;
	-ms-flex-pack: end;
}

/* IE 11 - height bottom > row align bottom - center fix */
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

/* Full height iPad with portrait orientation. */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  .fl-row-full-height .fl-row-content-wrap{
    min-height: 1024px;
  }
}

/* Full height iPad with landscape orientation. */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape){
  .fl-row-full-height .fl-row-content-wrap{
    min-height: 768px;
  }
}

/* Full height iPhone 5. You can also target devices with aspect ratio. */
@media screen and (device-aspect-ratio: 40/71) {
  .fl-row-full-height .fl-row-content-wrap {
    min-height: 500px;
  }
}

/* Column Groups
------------------------------------------------------ */

.fl-col-group-equal-height,
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.fl-col-group-equal-height{
    -webkit-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    		flex-wrap: wrap;
			    width: 100%;
}
.fl-col-group-equal-height.fl-col-group-has-child-loading {
    -webkit-flex-wrap: nowrap;
    	-ms-flex-wrap: nowrap;
    		flex-wrap: nowrap;
}
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content{
  -webkit-box-flex: 1 1 auto;
  	 -moz-box-flex: 1 1 auto;
  	  -webkit-flex: 1 1 auto;
  		  -ms-flex: 1 1 auto;
  			  flex: 1 1 auto;
}
.fl-col-group-equal-height .fl-col-content{
	    -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
			   flex-shrink: 1;
			     min-width: 1px;
            	 max-width: 100%;
            	 	 width: 100%;
}
.fl-col-group-equal-height:before,
.fl-col-group-equal-height .fl-col:before,
.fl-col-group-equal-height .fl-col-content:before,
.fl-col-group-equal-height:after,
.fl-col-group-equal-height .fl-col:after,
.fl-col-group-equal-height .fl-col-content:after{
	content: none;
}

/* Equal height align center */
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

/* Equal height align bottom */
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
	width: 100%;
}

/* IE11 fix for images with height:auto in equal height columns. */
.fl-builder-ie-11 .fl-col-group-equal-height,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col-content,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
	min-height: 1px;
}

/* Columns
------------------------------------------------------ */

.fl-col {
	float: left;
	min-height: 1px;
}

/* Column Bg Overlay */
.fl-col-bg-overlay .fl-col-content {
	position: relative;
}
.fl-col-bg-overlay .fl-col-content:after {
	border-radius: inherit;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.fl-col-bg-overlay .fl-module {
	position: relative;
	z-index: 2;
}

/* Modules
------------------------------------------------------ */

.fl-module img {
	max-width: 100%;
}

/* Module Templates
------------------------------------------------------ */

.fl-builder-module-template {
	margin: 0 auto;
	max-width: 1100px;
	padding: 20px;
}

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

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 12px 24px;
	text-decoration: none;
	text-shadow: none;
}
.fl-builder-content .fl-button:hover {
	text-decoration: none;
}
.fl-builder-content .fl-button:active {
	position: relative;
	top: 1px;
}
.fl-builder-content .fl-button-width-full .fl-button {
	display: block;
	text-align: center;
}
.fl-builder-content .fl-button-width-custom .fl-button {
	display: inline-block;
	text-align: center;
	max-width: 100%;
}
.fl-builder-content .fl-button-left {
	text-align: left;
}
.fl-builder-content .fl-button-center {
	text-align: center;
}
.fl-builder-content .fl-button-right {
	text-align: right;
}
.fl-builder-content .fl-button i {
	font-size: 1.3em;
	height: auto;
	margin-right:8px;
	vertical-align: middle;
	width: auto;
}
.fl-builder-content .fl-button i.fl-button-icon-after {
	margin-left: 8px;
	margin-right: 0;
}
.fl-builder-content .fl-button-has-icon .fl-button-text {
	vertical-align: middle;
}

/* Icons
------------------------------------------------------ */

.fl-icon-wrap {
	display: inline-block;
}
.fl-icon {
	display: table-cell;
	vertical-align: middle;
}
.fl-icon a {
	text-decoration: none;
}
.fl-icon i {
	float: left;
	height: auto;
	width: auto;
}
.fl-icon i:before {
	border: none !important;
	height: auto;
	width: auto;
}
.fl-icon-text {
	display: table-cell;
	text-align: left;
	padding-left: 15px;
	vertical-align: middle;
}
.fl-icon-text-empty {
	display: none;
}
.fl-icon-text *:last-child {
	margin: 0 !important;
	padding: 0 !important;
}
.fl-icon-text a {
	text-decoration: none;
}
.fl-icon-text span {
	display: block;
}
.fl-icon-text span.mce-edit-focus {
	min-width: 1px;
}

/* Photos
------------------------------------------------------ */

.fl-photo {
	line-height: 0;
	position: relative;
}
.fl-photo-align-left {
	text-align: left;
}
.fl-photo-align-center {
	text-align: center;
}
.fl-photo-align-right {
	text-align: right;
}
.fl-photo-content {
	display: inline-block;
	line-height: 0;
	position: relative;
	max-width: 100%;
}
.fl-photo-img-svg {
	width: 100%;
}
.fl-photo-content img {
	display: inline;
	height: auto;
	max-width: 100%;
}
.fl-photo-crop-circle img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.fl-photo-caption {
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fl-photo-caption-below {
	padding-bottom: 20px;
	padding-top: 10px;
}
.fl-photo-caption-hover {
	background: rgba(0,0,0,0.7);
	bottom: 0;
	color: #fff;
	left: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	padding: 10px 15px;
	position: absolute;
	right: 0;
	-webkit-transition:opacity 0.3s ease-in;
	-moz-transition:opacity 0.3s ease-in;
	transition:opacity 0.3s ease-in;
}
.fl-photo-content:hover .fl-photo-caption-hover {
	opacity: 100;
	filter: alpha(opacity = 100);
}

/* Pagination
------------------------------------------------------ */

.fl-builder-pagination,
.fl-builder-pagination-load-more {
	padding: 40px 0;
}
.fl-builder-pagination ul.page-numbers {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.fl-builder-pagination li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.page-numbers {
	border: 1px solid #e6e6e6;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 0 5px;
}
.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li span.current {
	background: #f5f5f5;
	text-decoration: none;
}

/* Slideshows
------------------------------------------------------ */

.fl-slideshow,
.fl-slideshow * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;

}
.fl-slideshow .fl-slideshow-image img {
	max-width: none !important;
}
.fl-slideshow-social {
	line-height: 0 !important;
}
.fl-slideshow-social * {
	margin: 0 !important;
}

/* Sliders
------------------------------------------------------ */

.fl-builder-content .bx-wrapper .bx-viewport {
	background: transparent;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	left: 0;
}

/* Lightbox
------------------------------------------------------ */

.mfp-wrap button.mfp-arrow,
.mfp-wrap button.mfp-arrow:active,
.mfp-wrap button.mfp-arrow:hover,
.mfp-wrap button.mfp-arrow:focus {
	background: transparent !important;
	border: none !important;
	outline: none;
	position: absolute;
	top: 50%;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
	background: transparent !important;
	border: none !important;
	outline: none;
	position: absolute;
	top: 0;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:hover,
.admin-bar .mfp-wrap .mfp-close:focus {
	top: 32px!important;
}
img.mfp-img {
	padding: 0;
}
.mfp-counter {
	display: none;
}

.mfp-wrap .mfp-preloader.fa {
	font-size: 30px;
}

/* Form Fields
------------------------------------------------------ */

.fl-form-field {
	margin-bottom: 15px;
}
.fl-form-field input.fl-form-error {
	border-color: #DD6420;
}
.fl-form-error-message {
	clear: both;
	color: #DD6420;
	display: none;
	padding-top: 8px;
	font-size: 12px;
	font-weight: lighter;
}
.fl-form-button-disabled {
	opacity: 0.5;
}

/* Animations
------------------------------------------------------ */

.fl-animation {
	opacity: 0;
}
.fl-builder-preview .fl-animation,
.fl-builder-edit .fl-animation,
.fl-animated {
	opacity: 1;
}
.fl-animated {
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

/* Button Icon Animation */
.fl-button.fl-button-icon-animation i {
	width: 0 !important;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
.fl-button.fl-button-icon-animation:hover i {
	opacity: 1! important;
    -ms-filter: "alpha(opacity=100)";
}
.fl-button.fl-button-icon-animation i.fl-button-icon-after {
	margin-left: 0px !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
	margin-left: 10px !important;
}
.fl-button.fl-button-icon-animation i.fl-button-icon-before {
	margin-right: 0 !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
	margin-right: 20px !important;
    margin-left: -10px;
}

/* Templates
------------------------------------------------------ */

.single:not(.woocommerce).single-fl-builder-template .fl-content {
	width: 100%;
}

/* Shapes & Patterns
------------------------------------------------------- */
.fl-builder-layer {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}
.fl-builder-shape-layer {
	z-index: 0;
}
.fl-builder-shape-layer.fl-builder-bottom-edge-layer {
	z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer {
	z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
	z-index: 2;
}
.fl-row-has-layers .fl-row-content {
	z-index: 1;
}
.fl-row-bg-overlay .fl-row-content {
	z-index: 2;
}

.fl-builder-layer > * {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}
.fl-builder-layer + .fl-row-content {
	position: relative;
}
.fl-builder-layer .fl-shape {
	fill: #aaa;
	stroke: none;
	stroke-width: 0;
	width:100%;
}

/* Default button colors for non Beaver Builder themes.
------------------------------------------------------ */

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
	background: #fafafa;
	border: 1px solid #ccc;
	color: #333;
}
.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited * {
	color: #333;
}.fl-row-content-wrap { margin: 0px; }.fl-row-content-wrap { padding: 20px; }.fl-row-fixed-width { max-width: 1420px; }.fl-col-content { margin: 0px; }.fl-col-content { padding: 0px; }.fl-module-content { margin: 16px; }@media (max-width: 992px) { /* Responsive Utilities
------------------------------------------------------ */

.fl-visible-desktop,
.fl-visible-mobile,
.fl-col-group .fl-visible-desktop.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
	display: none;
}
.fl-visible-desktop-medium,
.fl-visible-medium,
.fl-visible-medium-mobile,
.fl-col-group .fl-visible-desktop-medium.fl-col,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group .fl-visible-medium-mobile.fl-col {
	display: block;
}
.fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium-mobile.fl-col {
	display: flex;
}
 }@media (max-width: 768px) { /* Responsive Utilities
------------------------------------------------------ */

.fl-visible-desktop,
.fl-visible-desktop-medium,
.fl-visible-medium,
.fl-col-group .fl-visible-desktop.fl-col,
.fl-col-group .fl-visible-desktop-medium.fl-col,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium.fl-col {
	display: none;
}

.fl-visible-medium-mobile,
.fl-visible-mobile,
.fl-col-group .fl-visible-medium-mobile.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
	display: block;
}

/* Rows
------------------------------------------------------ */

.fl-row-content-wrap {
	background-attachment: scroll !important;
}
.fl-row-bg-parallax .fl-row-content-wrap {
	background-attachment: scroll !important;
	background-position: center center !important;
}

/* Column Groups
------------------------------------------------------ */

/* Equal Heights */
.fl-col-group.fl-col-group-equal-height {
	display: block;
}
.fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* Reversed Responsive Stacking */
.fl-col-group.fl-col-group-responsive-reversed {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-ms-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
}
.fl-col-group.fl-col-group-responsive-reversed .fl-col {
	-webkit-box-flex: 0 0 100%;
  	 -moz-box-flex: 0 0 100%;
  	  -webkit-flex: 0 0 100%;
  		  -ms-flex: 0 0 100%;
  			  flex: 0 0 100%;
		 min-width: 0;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
	-webkit-box-ordinal-group: 12;   /* OLD - iOS 6-, Safari 3.1-6 */
  	-moz-box-ordinal-group: 12;      /* OLD - Firefox 19- */
  	-ms-flex-order: 12;              /* TWEENER - IE 10 */
  	-webkit-order: 12;               /* NEW - Chrome */
	order: 12;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {
	-webkit-box-ordinal-group: 11;
  	-moz-box-ordinal-group: 11;
  	-ms-flex-order: 11;
  	-webkit-order: 11;
	order: 11;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {
	-webkit-box-ordinal-group: 10;
  	-moz-box-ordinal-group: 10;
  	-ms-flex-order: 10;
  	-webkit-order: 10;
	order: 10;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {
	-webkit-box-ordinal-group: 9;
  	-moz-box-ordinal-group: 9;
  	-ms-flex-order: 9;
  	-webkit-order: 9;
	order: 9;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {
	-webkit-box-ordinal-group: 8;
  	-moz-box-ordinal-group: 8;
  	-ms-flex-order: 8;
  	-webkit-order: 8;
	order: 8;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {
	-webkit-box-ordinal-group: 7;
  	-moz-box-ordinal-group: 7;
  	-ms-flex-order: 7;
  	-webkit-order: 7;
	order: 7;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {
	-webkit-box-ordinal-group: 6;
  	-moz-box-ordinal-group: 6;
  	-ms-flex-order: 6;
  	-webkit-order: 6;
	order: 6;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {
	-webkit-box-ordinal-group: 5;
  	-moz-box-ordinal-group: 5;
  	-ms-flex-order: 5;
  	-webkit-order: 5;
	order: 5;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {
	-webkit-box-ordinal-group: 4;
  	-moz-box-ordinal-group: 4;
  	-ms-flex-order: 4;
  	-webkit-order: 4;
	order: 4;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {
	-webkit-box-ordinal-group: 3;
  	-moz-box-ordinal-group: 3;
  	-ms-flex-order: 3;
  	-webkit-order: 3;
	order: 3;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {
	-webkit-box-ordinal-group: 2;
  	-moz-box-ordinal-group: 2;
  	-ms-flex-order: 2;
  	-webkit-order: 2;
	order: 2;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {
	-webkit-box-ordinal-group: 1;
  	-moz-box-ordinal-group: 1;
  	-ms-flex-order: 1;
  	-webkit-order: 1;
  	order: 1;
}

/* Columns
------------------------------------------------------ */

.fl-col {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: auto !important;
}
.fl-col-small:not(.fl-col-small-full-width) {
	max-width: 400px;
}
.fl-block-col-resize {
	display:none;
}
/* Rows
------------------------------------------------------ */

.fl-row[data-node] .fl-row-content-wrap {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
.fl-row[data-node] .fl-bg-video,
.fl-row[data-node] .fl-bg-slideshow {
	left: 0;
	right: 0;
}

/* Columns
------------------------------------------------------ */

.fl-col[data-node] .fl-col-content {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
 }.page .fl-post-header, .single-fl-builder-template .fl-post-header { display:none; }




.fl-node-69613b546f621 {
	color: #ffffff;
}
.fl-builder-content .fl-node-69613b546f621 *:not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
	color: inherit;
}

.fl-builder-content .fl-node-69613b546f621 a {
	color: #ffffff;
}

.fl-builder-content .fl-node-69613b546f621 a:hover {
	color: #ffffff;
}

.fl-builder-content .fl-node-69613b546f621 h1,
.fl-builder-content .fl-node-69613b546f621 h2,
.fl-builder-content .fl-node-69613b546f621 h3,
.fl-builder-content .fl-node-69613b546f621 h4,
.fl-builder-content .fl-node-69613b546f621 h5,
.fl-builder-content .fl-node-69613b546f621 h6,
.fl-builder-content .fl-node-69613b546f621 h1 a,
.fl-builder-content .fl-node-69613b546f621 h2 a,
.fl-builder-content .fl-node-69613b546f621 h3 a,
.fl-builder-content .fl-node-69613b546f621 h4 a,
.fl-builder-content .fl-node-69613b546f621 h5 a,
.fl-builder-content .fl-node-69613b546f621 h6 a {
	color: #ffffff;
}


.fl-node-69613b546f621 > .fl-row-content-wrap {
	background-color: #5C00A8;
}
 .fl-node-69613b546f621 > .fl-row-content-wrap {
	padding-top:50px;
	padding-bottom:50px;
}





.fl-node-69613fc075900 > .fl-row-content-wrap {
	background-color: #faf5ff;
}
 .fl-node-69613fc075900 > .fl-row-content-wrap {
	margin-top:50px;
}





.fl-node-6965138592ef5 {
	color: #ffffff;
}
.fl-builder-content .fl-node-6965138592ef5 *:not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
	color: inherit;
}

.fl-builder-content .fl-node-6965138592ef5 a {
	color: #ffffff;
}

.fl-builder-content .fl-node-6965138592ef5 a:hover {
	color: #ffffff;
}

.fl-builder-content .fl-node-6965138592ef5 h1,
.fl-builder-content .fl-node-6965138592ef5 h2,
.fl-builder-content .fl-node-6965138592ef5 h3,
.fl-builder-content .fl-node-6965138592ef5 h4,
.fl-builder-content .fl-node-6965138592ef5 h5,
.fl-builder-content .fl-node-6965138592ef5 h6,
.fl-builder-content .fl-node-6965138592ef5 h1 a,
.fl-builder-content .fl-node-6965138592ef5 h2 a,
.fl-builder-content .fl-node-6965138592ef5 h3 a,
.fl-builder-content .fl-node-6965138592ef5 h4 a,
.fl-builder-content .fl-node-6965138592ef5 h5 a,
.fl-builder-content .fl-node-6965138592ef5 h6 a {
	color: #ffffff;
}


.fl-node-6965138592ef5 > .fl-row-content-wrap {
	background-color: #5C00A8;
}




.fl-node-69613e6ed5c38 {
	width: 100%;
}




.fl-node-696513679dbde {
	width: 75%;
}




.fl-node-696513679dbe6 {
	width: 25%;
}




.fl-node-69613fc084a0b {
	width: 100%;
}




.fl-node-69613c558d4bc {
	width: 100%;
}




.fl-node-69613c39763e5 {
	width: 68.45%;
}




.fl-node-696508a9d6af2 {
	width: 25%;
}




.fl-node-696508a9d6af5 {
	width: 25%;
}




.fl-node-696508a9d6af6 {
	width: 25%;
}




.fl-node-696508a9d6af7 {
	width: 25%;
}




.fl-node-69613d88164c0 {
	width: 25%;
}




.fl-node-69613d88164c3 {
	width: 25%;
}




.fl-node-69613d88164c5 {
	width: 25%;
}




.fl-node-69613d88164c6 {
	width: 25%;
}




.fl-node-69613d05d0178 {
	width: 100%;
}




.fl-node-69650da2c8b71 {
	width: 25%;
}




.fl-node-69650da2c8b75 {
	width: 25%;
}




.fl-node-69650da2c8b76 {
	width: 25%;
}




.fl-node-69650da2c8b77 {
	width: 25%;
}




.fl-node-696514b77d604 {
	width: 25%;
}




.fl-node-696514b77d608 {
	width: 25%;
}




.fl-node-696514b77d60a {
	width: 25%;
}




.fl-node-696514b77d60b {
	width: 25%;
}




.fl-node-69651743423f7 {
	width: 25%;
}




.fl-node-69651743423fb {
	width: 25%;
}




.fl-node-69651743423fd {
	width: 25%;
}




.fl-node-69651743423fe {
	width: 25%;
}




.fl-node-69651829779c4 {
	width: 25%;
}




.fl-node-69651829779c8 {
	width: 25%;
}




.fl-node-69651829779ca {
	width: 25%;
}




.fl-node-69651829779cb {
	width: 25%;
}




.fl-node-696518ef43241 {
	width: 25%;
}




.fl-node-696518ef43244 {
	width: 25%;
}




.fl-node-696518ef43246 {
	width: 25%;
}




.fl-node-696518ef43247 {
	width: 25%;
}




.fl-node-6965192864de3 {
	width: 25%;
}




.fl-node-6965192864dec {
	width: 25%;
}




.fl-node-6965192864dee {
	width: 25%;
}




.fl-node-6965192864df0 {
	width: 25%;
}




.fl-node-69613c39763e8 {
	width: 31.55%;
}




.fl-node-6965138592fd9 {
	width: 100%;
}
img.mfp-img {
    padding-bottom: 40px !important;
}
@media (max-width: 768px) { /* Mobile Photo */
.fl-photo-content {
	width: 100%;
} }.fl-node-6965142f0eca8 .fl-photo {
	text-align: left;
}
.fl-node-6965142f0eca8 .fl-photo-img, .fl-node-6965142f0eca8 .fl-photo-content {
	width: 350px;
}
.fl-builder-content .fl-rich-text strong {
	font-weight: bold;
}
.fl-node-69651396a6ad0 .fl-rich-text, .fl-node-69651396a6ad0 .fl-rich-text * {
	color: #000000;
}
.fl-module-heading .fl-heading {
	padding: 0 !important;
	margin: 0 !important;
}.fl-node-69613e3f31dc7 .fl-separator {
	border-top:10px solid #f2e5ff;
	max-width: 100%;
	margin: auto;
}
.fl-accordion-button {
	cursor: pointer;
	display: table;
}
.fl-accordion-button:focus,
.fl-accordion-button-icon:focus,
.fl-accordion-button-icon:active {
	outline: 0
}

.fl-accordion-button-label {
	display: table-cell;
	width: 100%;
	border: none;
	background: none;
	text-align: left;
	outline: 1px;
	text-decoration: none;
}

.fl-accordion-button-label:focus,
.fl-accordion-button-label:active,
.fl-accordion-button-icon:focus,
.fl-accordion-button-icon:active {
	background: none;
	outline-color: -webkit-focus-ring-color;
	outline-style: auto;
	text-decoration: none;
}

.fl-accordion-button-label:hover,
.fl-accordion-button-icon:hover {
	text-decoration: none;
}

.fl-accordion-button-icon {
	display: table-cell;
	line-height: inherit;
	padding-left: 15px;
	vertical-align: middle;
}

.fl-accordion-button-icon-left {
	padding-left: 0;
	padding-right: 10px;
}

.fl-accordion-button-icon-left, .fl-accordion-button-icon-right {
	opacity: .5;
	filter: alpha(opacity = 50);
}


.fl-accordion-content {
	display: none;
}
.fl-accordion-item {
	overflow: hidden;
}

/* Small */
.fl-accordion-small .fl-accordion-button {
	padding: 10px 15px;
}
.fl-accordion-small .fl-accordion-content {
	padding: 0 30px 10px 15px;
}

/* Medium */
.fl-accordion-medium .fl-accordion-button {
	padding: 15px 20px;
}
.fl-accordion-medium .fl-accordion-button-label {
	font-size: 20px;
}
.fl-accordion-medium .fl-accordion-content {
	padding: 0 40px 15px 20px;
}

/* Large */
.fl-accordion-large .fl-accordion-button {
	padding: 20px 25px;
}
.fl-accordion-large .fl-accordion-button-label {
	font-size: 26px;
}
.fl-accordion-large .fl-accordion-content {
	padding: 0 50px 25px 25px;
}

.fl-node-69613dfc0c4f8 .fl-accordion-item {
	margin-bottom: 10px;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-node-69613dfc0c4f8 .fl-accordion-button-label {
	color: #000000;
}
.fl-node-69613dfc0c4f8 .fl-accordion-button-icon {
	color: #000000;
}
.fl-node-69613dfc0c4f8 .fl-accordion-content {
	color: #000000;
}
.fl-node-69613c558d373 .fl-separator {
	border-top:10px solid #f2e5ff;
	max-width: 100%;
	margin: auto;
}

.fl-node-69650e604569a .fl-accordion-item {
	margin-bottom: 10px;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-node-69650e604569a .fl-accordion-button-label {
	color: #000000;
}
.fl-node-69650e604569a .fl-accordion-button-icon {
	color: #000000;
}
.fl-node-69650e604569a .fl-accordion-content {
	color: #000000;
}
.fl-node-69650e5246c6e .fl-separator {
	border-top:10px solid #f2e5ff;
	max-width: 100%;
	margin: auto;
}

.fl-node-696516c6468a8 .fl-accordion-item {
	margin-bottom: 10px;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-node-696516c6468a8 .fl-accordion-button-label {
	color: #000000;
}
.fl-node-696516c6468a8 .fl-accordion-button-icon {
	color: #000000;
}
.fl-node-696516c6468a8 .fl-accordion-content {
	color: #000000;
}
.fl-node-696517217b234 .fl-separator {
	border-top:10px solid #f2e5ff;
	max-width: 100%;
	margin: auto;
}

.fl-node-6965176a87de5 .fl-accordion-item {
	margin-bottom: 10px;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-node-6965176a87de5 .fl-accordion-button-label {
	color: #000000;
}
.fl-node-6965176a87de5 .fl-accordion-button-icon {
	color: #000000;
}
.fl-node-6965176a87de5 .fl-accordion-content {
	color: #000000;
}
.fl-node-69651805dccb3 .fl-separator {
	border-top:10px solid #f2e5ff;
	max-width: 100%;
	margin: auto;
}

.fl-node-696518abca094 .fl-accordion-item {
	margin-bottom: 10px;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-node-696518abca094 .fl-accordion-button-label {
	color: #000000;
}
.fl-node-696518abca094 .fl-accordion-button-icon {
	color: #000000;
}
.fl-node-696518abca094 .fl-accordion-content {
	color: #000000;
}
.fl-node-696518d9bbb0d .fl-separator {
	border-top:10px solid #f2e5ff;
	max-width: 100%;
	margin: auto;
}

.fl-node-6965190a57942 .fl-accordion-item {
	margin-bottom: 10px;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-node-6965190a57942 .fl-accordion-button-label {
	color: #000000;
}
.fl-node-6965190a57942 .fl-accordion-button-icon {
	color: #000000;
}
.fl-node-6965190a57942 .fl-accordion-content {
	color: #000000;
}
.fl-node-69651910576bb .fl-separator {
	border-top:10px solid #f2e5ff;
	max-width: 100%;
	margin: auto;
}

.fl-node-6965195d3e042 .fl-accordion-item {
	margin-bottom: 10px;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-node-6965195d3e042 .fl-accordion-button-label {
	color: #000000;
}
.fl-node-6965195d3e042 .fl-accordion-button-icon {
	color: #000000;
}
.fl-node-6965195d3e042 .fl-accordion-content {
	color: #000000;
}
.fl-node-696508994f962 .fl-separator {
	border-top:10px solid #f2e5ff;
	max-width: 100%;
	margin: auto;
}

.fl-node-696508be008ec .fl-accordion-item {
	margin-bottom: 10px;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-node-696508be008ec .fl-accordion-button-label {
	color: #000000;
}
.fl-node-696508be008ec .fl-accordion-button-icon {
	color: #000000;
}
.fl-node-696508be008ec .fl-accordion-content {
	color: #000000;
}
.fl-node-69613ba52e29f .fl-rich-text, .fl-node-69613ba52e29f .fl-rich-text * {
	color: #000000;
	font-size: 0.8rem;
}
 .fl-node-69613ba52e29f > .fl-module-content {
	margin-bottom:0px;
}

/* Start Global CSS */
.fl-terms-checkbox-wrap {
    margin-top: 20px;
    margin-left:4px;
}
.fl-form-field.fl-terms-checkbox label {
    padding-left:10px;
    line-height: 1.1;
}
.pp-content-post-carousel .owl-theme .owl-controls .owl-page span {
    width:40px;
    height:5px;
}
.fl-node-5aba561bd9a8b .pp-content-post .pp-content-body {
    width: auto;
    float:none;
    letter-spacing:-1.25px;
}
.pp-grid-style-8 .pp-post-image {
    max-width:90px;
    width:auto;
    margin-right:20px;
}
.pp-grid-style-8 .pp-content-body {
    width:auto;
}
.pp-content-post-carousel .owl-theme .owl-controls .owl-page span {
    width:40px;
    height:10px;
}

h3.pp-content-grid-title.pp-post-title {
    z-index: 998;
}


/* End Global CSS */


/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */
.logoSVG {
    max-width: 350px;
}

.fl-accordion-button-icon-left, .fl-accordion-button-icon-right {
    opacity: 1;
}

.fl-accordion-button-label:focus, .fl-accordion-button-label:active, .fl-accordion-button-icon:focus, .fl-accordion-button-icon:active {
    outline: none;
}

.candidateBox .fl-rich-text {
    background: #faf5ff;
}

.candidateBox h3 {
    margin: 0;
    padding: 1rem;
}

.candidateBox p {
    margin: 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  margin-bottom: 1rem;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   FONT FACES
   ========================================================================== */

@font-face { 
  font-family: "Coop Party Sans";
  src: url(https://party.coop/fonts/CoopPartySansVF.woff) format("woff2");
  font-weight: 500;
}

@font-face { 
  font-family: "Coop Party Sans Typewriter";
  src: url(https://party.coop/fonts/CoopPartySans-Typewriter.woff) format("woff2");
  font-weight: 500;
}

@font-face { 
  font-family: "Coop Party Sans Black";
  src: url(https://party.coop/fonts/CoopPartySans-Black.woff) format("woff2");
}

@font-face { 
  font-family: "Coop Party Sans Bold";
  src: url(https://party.coop/fonts/CoopPartySans-Bold.woff) format("woff2");
}

@font-face { 
  font-family: "Coop Party Sans Regular";
  src: url(https://party.coop/fonts/CoopPartySans-Regular.woff) format("woff2");
}

@font-face { 
  font-family: "Coop Party Sans Community Britain";
  src: url(https://party.coop/fonts/CoopPartySans-CommunityBritain.woff) format("woff2");
}

/* ==========================================================================
   BASE TYPOGRAPHY
   ========================================================================== */

body {
  hyphens: none !important;
}

h1, h2, h3 {
  font-family: "Coop Party Sans Black", Arial, Sans-Serif;
  font-weight: normal;
  line-height: normal;
}

h1 {
    color: #5C00A8 !important;
    font-size: 3rem;
}

h2 {
  word-break: none;
  hyphens: none;
   font-size: 2rem;
}

h3 {
  word-break: none;
  hyphens: none;
   font-size: 1.5rem;
}



h4, h5, h6 {
  font-family: "Coop Party Sans Typewriter", Arial, Sans-Serif !important;
  font-weight: normal !important;
  line-height: normal;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.125rem;
}

.fl-accordion-button-label {
    font-family: "Coop Party Sans Typewriter", Arial, Sans-Serif !important;
    font-weight: bold;
    font-size: 1.125rem;
}



.fl-builder-content-primary {
  font-family: "Coop Party Sans", Arial, Sans-Serif; 
}

.fl-builder-content-primary p, .fl-builder-content-primary ul, .fl-builder-content-primary li {
  font-family: "Coop Party Sans Typewriter", Arial, Sans-Serif;
  font-weight: normal;
  font-size: 0.9rem;
}

.fl-builder-content-primary li  {
    color: #5C00A8;
}

.fl-builder-content-primary a {
  font-weight: normal;
}


/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */

.breadcrumb-mini a {
  color: black;
  text-decoration: underline;
  text-decoration-color: #5C00A8 !important;
}

/* ==========================================================================
   STICKY MENU
   ========================================================================== */

.stickyMenu {
  background: #f2e5ff;
  color: #333;
  margin: 0 0 1rem 0;
  padding: 2rem;
}

.stickyMenuLinks,
.stickyMenuLinks li {
  margin: 0;
  list-style: none;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .stickyMenu {
    position: sticky;
  }
}

/* ==========================================================================
   SVG ELEMENTS
   ========================================================================== */

#circle-svg {
  cursor: pointer;
  width: 75px;
  height: 75px;
  max-width: 75px;
  max-height: 75px;
}

.checkmark {
  display: none;
}

.svg-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.svg-container svg {
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: auto;
}

.fl-builder-shape-edge-slant svg {
  bottom: -1px !important;
}

/* ==========================================================================
   BLOCK BOX COMPONENT
   ========================================================================== */

.blockBox .fl-module-content {
  background: #3f1d70;
  color: #faf5ff;
  padding: 2rem;
}

.blockBox h1,
.blockBox h2,
.blockBox h3,
.blockBox h4,
.blockBox p {
  color: #faf5ff !important;
}

.blockBox h3 {
  font-size: 1.5rem;
}

.blockBox h4 {
  font-size: 1rem;
}

.blockBox .fl-html {
  display: grid;
  grid-template-columns: 1fr 50px;
  gap: 10px;
  align-items: start;
}

.blockBox blockquote {
  border-left: 5px solid #b27de8;
  padding-left: 1rem;
  color: #faf5ff !important;
}

.blockBox a {
  color: white !important;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .blockBox .fl-html {
    grid-template-columns: 1fr 100px;
    gap: 20px;
  }
}

/* ==========================================================================
   MANIFESTO COMPONENTS
   ========================================================================== */

.fl-node-6717b222ce9c8 .fl-col-content {
  position: relative;
  min-height: 100vh;
}

.yourManifesto {
  display: flex;
  flex-direction: column;
}

.yourManifesto h2 {
  color: #3f1d70 !important;
}

.yourManifesto:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 50px 50px 0;
  border-style: solid;
  border-color: #3f1d70 #faf5ff;
}

.ideas {
  flex-grow: 1;
}

.manifestoConfirm {
  margin-top: auto;
  max-width: 300px;
}

a.fl-button.manifestoConfirm.btn {
  background: #3f1d70;
  border: 0;
  color: white !important;
}

a.fl-button.manifestoConfirm.btn span,
a.fl-button.manifestoConfirm.btn i {
  color: white;
}

@media only screen and (min-width: 768px) {
  .stickyCol {
    position: sticky;
    top: 150px;
  }

  ul.ideas {
    max-height: 50vh;
    overflow-y: scroll;
  }
}

/* ==========================================================================
   HIGHLIGHTED TEXT STYLES
   ========================================================================== */

h2.high,
h3.high {
  font-family: 'Open Sans', 'Archivo Black', sans-serif !important;
  margin: 16px !important;
  font-weight: 900;
}

h2.high span {
  font-weight: 900;
  font-size: 2.5rem;
  box-shadow: 0 0 0 16px #fff;
  background-color: #fff;
  color: #3f1d70 !important;
  box-decoration-break: clone;
  line-height: 1.6;
}

h3.high span {
  font-weight: 900;
  font-size: 1.5rem;
  box-shadow: 0 0 0 16px #fff;
  background-color: #fff;
  color: #3f1d70 !important;
  box-decoration-break: clone;
  line-height: 1.5;
}

/* Color Variations */
.high.pw span {
  box-shadow: 0 0 0 16px #3f1d70;
  background-color: #3f1d70;
  color: #fff !important;
}

.high.gw span {
  box-shadow: 0 0 0 16px #11ad8e;
  background-color: #11ad8e;
  color: #fff !important;
}

.high.wg span {
  box-shadow: 0 0 0 16px #fff;
  background-color: #fff;
  color: #11ad8e !important;
}

.high.bw span {
  box-shadow: 0 0 0 16px #2b2b75;
  background-color: #2b2b75;
  color: #fff !important;
}

.high.wb span {
  box-shadow: 0 0 0 16px #fff;
  background-color: #fff;
  color: #2b2b75 !important;
}

.high.wr span {
  box-shadow: 0 0 0 16px #e4003b;
  background-color: #e4003b;
  color: #fff !important;
}

.high.rw span {
  box-shadow: 0 0 0 16px #fff;
  background-color: #fff;
  color: #e4003b !important;
}

.high.cw span {
  box-shadow: 0 0 0 16px #fff;
  background-color: #fff;
  color: #0da4db !important;
}

.high.wc span {
  box-shadow: 0 0 0 16px #0da4db;
  background-color: #fff;
  color: #fff !important;
}

/* ==========================================================================
   PETITION COMPONENTS
   ========================================================================== */

#petitionCol .fl-col-content {
  background: white;
  box-shadow: 0 15px 35px 0 rgb(0 0 0 / 30%);
  color: #333;
  margin: 20px 1rem;
}

#goal {
  padding: 20px 20px 0 20px;
}

.progress {
  width: 100%;
  height: 20px;
}

.progress-wrap.progress {
  background: #3f1d70;
  margin: 0 0 1rem 0;
  overflow: hidden;
  position: relative;
}

.progress-wrap.progress .progress-bar {
  background: #efefef;
  left: 0;
  position: absolute;
  top: 0;
}

.progress-wrap.progress:after {
  position: absolute;
  right: 0;
  content: "";
  clear: both;
  display: block;
  height: 20px;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #fff;
}

span.petitionNum {
  font-weight: 800;
  color: #3f1d70;
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
}

.petitionNumWrap {
  font-weight: bold;
  border-bottom: 1px solid #efefef;
  margin-bottom: 5px;
  font-size: 1.25rem;
}

.petitionGoalWrap {
  margin: 0;
  text-align: right;
}

span.petitionGoal {
  font-weight: bold;
}

span.fl-number-int {
  font-family: 'Archivo Black', sans-serif;
  font-size: 4rem;
  line-height: 1;
}

span.fl-number-after-text {
  font-weight: bold;
  color: #3f1d70 !important;
  line-height: 1;
  margin: 0;
}


/* ==========================================================================
   FORMS (GRAVITY FORMS)
   ========================================================================== */

.registrationForm {
  color: black !important;
}

li#field_833_3 {
  display: none;
}

li#field_833_1 {
  margin: 0;
}

form#gform_833 {
  display: none;
}

.hidden_label label {
  display: none !important;
}

.gform_heading {
  display: none;
}

p.form-description {
  display: none !important;
}

h3.form-title,
.form-description {
  font-weight: bold;
  text-align: center !important;
  font-family: "Archivo Narrow";
  font-size: 1.5rem;
}

/* Form Wrapper */
body .gform_wrapper .gform_body {
  padding: 0 !important;
}

body .gform_wrapper .gfield {
  list-style: none;
}

body .gform_wrapper .gfield_label {
  font-weight: normal;
}

h3.gsection_title {
  font-weight: bold;
  color: #3f1d70;
}

.pp-gf-content .gform_wrapper ul li.gfield {
  margin-bottom: 0;
}

.fl-node-5dca8e72bdfc1 .pp-gf-content .gform_wrapper ul li.gfield {
  margin: 0 !important;
  margin-bottom: 2rem !important;
}

/* Form Fields */
div#gform_wrapper_833 input,
div#gform_wrapper_833 select,
div#gform_wrapper_833 textarea {
  font-size: 1rem !important;
  background: none;
  border: 2px solid #3f1d70;
  color: #3f1d70;
}

.gform_wrapper .top_label input.medium {
  width: 100% !important;
}

body .gform_wrapper .ginput_container input:not([type=checkbox]):not([type=radio]) {
  margin-bottom: 1rem !important;
  width: 100% !important;
  margin: 0 !important;
}

.ginput_container input:not([type=checkbox]):not([type=radio]) {
  font-size: 1rem !important;
  color: black !important;
}

.gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::placeholder {
  letter-spacing: normal;
  color: #666666 !important;
}

input::placeholder {
  color: #3f1d70 !important;
}

input[type=text]:focus,
input[type=email]:focus {
  outline: none;
}

textarea#input_508_13 {
  height: 100px;
}

/* Form Field Labels & Descriptions */
.fl-node-687a1b24927c8 .gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.fl-node-687a1b24927c8 .gform_wrapper .gfield select,
.fl-node-687a1b24927c8 .gform_wrapper .gfield textarea,
.pp-gf-content .gform_wrapper .gfield .gfield_description,
.gform-field-label--type-sub,
.gform-field-label--type-inline {
  font-family: "Coop Party Sans Regular", Arial, Sans-Serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: normal;
}

.pp-gf-content .gform_wrapper .gfield .gfield_description {
  padding: 0;
  margin-bottom: 1rem;
}

body .gfield_description a {
  font-size: inherit !important;
}

span.gfield_required {
  display: none;
}

/* Checkboxes & Radio Buttons */
.consent-checkbox {
  display: none !important;
}

.ginput_container_radio:before {
  clear: both;
  content: "";
  display: table;
}

.ginput_container_radio li {
  float: none !important;
  margin-bottom: 0.25rem;
}

body .form-check-input,
body form .gfield:not(.big-blocks) .gfield_checkbox li input[type=checkbox],
body .gfield:not(.big-blocks) .gfield_checkbox li input[type=radio],
body .gfield:not(.big-blocks) .gfield_radio li input[type=checkbox],
body .gfield:not(.big-blocks) .gfield_radio li input[type=radio] {
  position: relative !important;
  margin: 0.3rem 0.5rem 0 0 !important;
  min-width: 15px !important;
}

.form-check,
body form .gfield:not(.big-blocks) .gfield_checkbox li,
body form .gfield:not(.big-blocks) .gfield_radio li {
  padding-left: 0 !important;
  margin-bottom: 0.25rem !important;
  display: flex !important;
  align-items: flex-start;
}

body .gfield:not(.big-blocks) .gfield_radio li input[type=radio] {
  margin-top: 0.3rem !important;
}

.consent-radio li {
  margin: 0 !important;
  margin: 0 0 1rem 0 !important;
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield .name_first {
  margin: 0 !important;
}

/* Form Buttons */
body .gform_wrapper .button,
body .gform_wrapper .gform_button {
  display: block !important;
  clear: both;
  width: 100% !important;
}

input#gform_submit_button_833 {
  background: #3f1d70 !important;
  color: white !important;
  border-radius: 5px;
}

/* Form Links */
body .gform_wrapper a {
  color: white;
  color: #3f1d70;
  font-size: 1rem;
}

body .gform_wrapper a:hover {
  color: white;
  font-weight: bold;
  color: #333;
  font-weight: normal;
  text-decoration: none;
}

a.form-privacy {
  font-size: 0.75rem;
  font-weight: normal;
}

/* Form Totals */
.alert-info,
body .gform_wrapper .gfield_total {
  background: #3f1d70 !important;
  border-color: #3f1d70 !important;
  padding: 1rem;
  color: white !important;
}

body .gform_wrapper .gfield_total .gfield_label {
  color: white;
}

/* Form Content */
.pp-gf-content .gform_wrapper form {
  padding: 2rem 1rem;
  padding: 2rem;
  box-shadow: 0 15px 35px 0 rgb(0 0 0 / 30%);
}

/* Form Confirmation */
.gform_confirmation_wrapper {
  position: relative;
  color: white;
  text-align: center;
}

.gform_confirmation_wrapper a.btn {
  max-width: 100%;
  min-width: 300px;
  margin: 0 auto 1rem 0;
  z-index: 999;
}

div#gform_confirmation_message_508 {
  color: #333;
}

.gform_confirmation_message {
  color: #3f1d70;
}

/* Form Spinner */
.gform_ajax_spinner {
  margin-left: 20px;
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-left: 4px solid white;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.noMessage {
  color: white !important;
  color: black !important;
}

/* ==========================================================================
   SCHEDULE COMPONENT
   ========================================================================== */

.schedule {
  width: 100%;
  font-family: sans-serif;
}

.schedule .schedule-item {
  display: grid;
  grid-template-columns: 100%;
  border-top: 2px solid #5C00A8;
  border-bottom: 2px solid #5C00A8;
  padding: 0.5rem 0;
  color: #5C00A8;
}

.schedule .schedule-item > div {
  padding: 0.5rem 1rem;
}

@media (min-width: 769px) {
  .schedule .schedule-item {
    grid-template-columns: 20% 40% 40%;
    border-top: none;
  }
}

/* ==========================================================================
   FRINGE COMPONENTS
   ========================================================================== */

.fringe-grid-container {
  display: grid;
  gap: 20px;
}

.fringe-grid-box {
  background-color: #f2e5ff;
  color: #5C00A8;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 10px;
  padding: 1rem;
}

.fringe-grid-box h2, .fringe-grid-box h4, .fringe-grid-box p {
    color: #5C00A8 !important;
}

.fringe-grid-box h2 {
    font-size: 1.5rem;
}


.fringe-grid-box h4 {
    font-size: 0.8rem !important;
}

.fringe-grid-box > div {
  width: 100%;
}

.fringe-grid-box h2,
.fringe-grid-box h4,
.fringe-grid-box p {
  margin: 0;
}

.fringe-grid-box h3 {
  text-align: right;
}

.fringe-grid-box img {
  max-width: 200px !important;
  text-align: right;
  height: auto;
}

@media (min-width: 768px) {
  .fringe-grid-box {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr; 
    gap: 10px;
    min-height: 200px;
  }

  .top-left {
    justify-self: start;
    align-self: start;
    grid-column: 1;
    grid-row: 1;
  }

  .top-right {
    justify-self: end;
    align-self: start;
    grid-column: 2;
    grid-row: 1;
    text-align: right;
  }

  .bottom-left {
    justify-self: start;
    align-self: end;
    grid-column: 1;
    grid-row: 2;
  }

  .bottom-right {
    justify-self: end;
    align-self: end;
    grid-column: 2;
    grid-row: 2;
    text-align: right;
  }
}

/* ==========================================================================
   STALL COMPONENTS
   ========================================================================== */

.stall-grid-container {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 20px;
  width: 100%;
}

.stall-grid-box {
  background-color: #ffffff;
  color: #5C00A8;
  display: grid;
  gap: 10px;
  padding: 1rem;
  width: 100%;
  place-items: center;
}

.stall-grid-container .stall-grid-box h2 {
    font-size: 1rem;
}

@media (min-width: 768px) {
  .stall-grid-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/* ==========================================================================
   ARROW COMPONENTS
   ========================================================================== */

.arrow {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 1rem 0 !important;
}

.arrow span {
  display: flex;
  flex-direction: column;
}

.arrow-line {
  background-color: #5C00A8;
  color: white;
  padding: 0.5rem 1.25rem 0.5rem 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 0.75rem) 0, 100% 50%, calc(100% - 0.75rem) 100%, 0 100%);
  display: inline-block;
  width: fit-content;
  margin-bottom: 0.25rem;
  letter-spacing: normal;
  font-family: "Coop Party Sans Community Britain", Arial, Sans-Serif;
  font-weight: normal;
}

h3.arrow .arrow-line {
  font-size: 1rem;
  font-weight: normal;
}

.arrowReverse .arrow-line {
  background-color: #ffffff !important;
  color: #300057 !important;
}

/* Arrow Hover Button */
.arrow-hover-btn {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 1rem;
  color: white;
  background-color: #5C00A8;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease;
  border-radius: 20px;
  z-index: 1;
}

.arrow-hover-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background: rgba(153, 63, 243, 1);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  opacity: 1;
  transition: transform 0.3s ease;
  z-index: 0;
}

.arrow-hover-btn:hover::before {
  transform: translateX(-40%);
}

.arrow-hover-btn span {
  position: relative;
  z-index: 2;
}

.arrow-hover-btn:hover {
  color: white !important;
  text-decoration: none !important;
}

.arrow-hover-btn:active {
  background: #993FF3 !important;
}

.arrow-hover-btn:active::before {
  opacity: 0;
}

/* Arrow Picture */
.arrow-pic-container {
  background: url("https://party.coop/wp-content/blogs.dir/5/files/2025/10/Mask-group-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 50vh;
  background-position: 50%;
  display: grid;
  place-items: center left;
}

.arrow-pic {
  background-color: rgba(255, 255, 255, 0.8);
  color: #5C00A8 !important;
  padding: 1rem 2.5rem 1em 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 50%, calc(100% - 2rem) 100%, 0 100%);
  display: inline-block;
  width: 100%;
  margin: 0rem;
}

.arrow-pic h3 {
  color: #300057 !important;
  line-height: normal;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
}

@media (min-width: 768px) {
  .arrow-pic {
    width: 50%;
  }
}

/* ==========================================================================
   THEMES GRID
   ========================================================================== */

.themesGrid {
  display: grid;
  gap: 20px;
}

.themesGridBox {
  background: #5C00A8;
  color: white;
  padding: 20px;
  display: grid;
  gap: 10px;
  margin-bottom: 1rem;
}

.themesGridBox1 {
  background-color: rgba(92, 0, 168, 0.33) !important; 
}

.themesGridBox2 {
  background-color: rgba(249, 214, 2, 0.33) !important; 
}

.themesGridBox3 {
  background-color: rgba(0, 160, 93, 0.33) !important; 
}

.themesGridBox4 {
  background-color: rgba(277, 6, 19, 0.33) !important; 
}

.themesGrid a {
  text-decoration: underline;
  font-style: italic;
}

.themesGridImage img {
  width: 100%;
  height: auto;
  display: block;
}

.themesGridRow,
.themesGridBox {
  gap: 20px;
}

@media (min-width: 768px) {
  .themesGrid {
    grid-template-columns: 1fr;
  }


  .themesGridBox1,
  .themesGridBox2,
  .themesGridBox3,
  .themesGridBox4 {
    grid-template-columns: 1fr;
    grid-column: span 1;
  }

  .themesGridRow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ==========================================================================
   LAYOUT & UTILITIES
   ========================================================================== */

.fl-col-small {
  max-width: none !important;
}

.content-area {
  padding: 0 !important;
}

div#content {
  padding-bottom: 0 !important;
}

.product .btn {
  border-color: white;
}

.product .btn:hover,
.product .btn:active {
  background: white;
  color: #e4003b !important;
}

.shortcode-content .text-muted {
  color: white !important;
}

.shortcode-content h6 a {
  font-size: 1.25rem;
}

.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner,
.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before,
.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {
  background: white;
}

@media only screen and (min-width: 992px) {
  .hubTitle {
    font-size: 4rem !important;
  }
}

.themes {
    color: white !important;
}


.themes h1, .themes p {
    color: white !important;
}
/* End Layout CSS */


                                
        
                                
        
                                
        
                                
        
                                
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        