/* 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 and Embed Code Bg */
.fl-row-bg-video,
.fl-row-bg-video .fl-row-content,
.fl-row-bg-embed,
.fl-row-bg-embed .fl-row-content {
	position: relative;
}

.fl-row-bg-video .fl-bg-video,
.fl-row-bg-embed .fl-bg-embed-code {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.fl-row-bg-video .fl-bg-video video,
.fl-row-bg-embed .fl-bg-embed-code video {
	bottom: 0;
	left: 0px;
	max-width: none;
	position: absolute;
	right: 0;
	top: 0px;
}
.fl-row-bg-video .fl-bg-video iframe,
.fl-row-bg-embed .fl-bg-embed-code 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%;
}
/*
Fix ipad parallax issue on safari
https://core.trac.wordpress.org/ticket/48802
https://core.trac.wordpress.org/ticket/49285
https://github.com/WordPress/gutenberg/issues/17718
*/
@supports (-webkit-touch-callout: inherit) {
  .fl-row.fl-row-bg-parallax .fl-row-content-wrap,
  .fl-row.fl-row-bg-fixed .fl-row-content-wrap {
    background-position: center !important;
    background-attachment: scroll !important;
  }
}

@supports (-webkit-touch-callout: none) {
	.fl-row.fl-row-bg-fixed .fl-row-content-wrap {
		background-position: center !important;
		background-attachment: scroll !important;
	}
}

/* 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: 1100px; }.fl-col-content { margin: 0px; }.fl-col-content { padding: 0px; }.fl-module-content { margin: 20px; }@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-5f3c5d15bc2e4 > .fl-row-content-wrap {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}





.fl-node-5e46d00039652 {
	color: #ffffff;
}
.fl-builder-content .fl-node-5e46d00039652 *: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-5e46d00039652 a {
	color: #ffffff;
}

.fl-builder-content .fl-node-5e46d00039652 a:hover {
	color: #ffffff;
}

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


.fl-node-5e46d00039652 > .fl-row-content-wrap {
	background-color: #0069b8;
	background-image: url(../../../../../media.pelco.com/wp-content/uploads/2020/02/18165130/green-purple-background-1400x1400-300x241.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
	min-height: 600px;
}
.fl-node-5e46d00039652 > .fl-row-content-wrap:after {
	background-color: rgba(0,0,0,0.3);
}
.fl-node-5e46d00039652.fl-row-fixed-width, .fl-node-5e46d00039652 .fl-row-fixed-width {
	max-width: 1200px;
}
 .fl-node-5e46d00039652 > .fl-row-content-wrap {
	margin-bottom:60px;
}
@media ( max-width: 768px ) {
 .fl-node-5e46d00039652.fl-row > .fl-row-content-wrap {
	margin-bottom:40px;
}
}
 .fl-node-5e46d00039652 > .fl-row-content-wrap {
	padding-top:2%;
	padding-right:5%;
	padding-bottom:10%;
	padding-left:5%;
}





.fl-node-5e449b81cd1de {
	color: #ffffff;
}
.fl-builder-content .fl-node-5e449b81cd1de *: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-5e449b81cd1de a {
	color: #ffffff;
}

.fl-builder-content .fl-node-5e449b81cd1de a:hover {
	color: #ffffff;
}

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


.fl-node-5e449b81cd1de > .fl-row-content-wrap {
	background-image: url(../../../../../media.pelco.com/wp-content/uploads/2019/12/10180542/blur-background-video-management-systems-300x226.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}
.fl-node-5e449b81cd1de.fl-row-fixed-width, .fl-node-5e449b81cd1de .fl-row-fixed-width {
	max-width: 1200px;
}
@media(max-width: 992px) {
	.fl-node-5e449b81cd1de > .fl-row-content-wrap {
		background-image: url(../../../../../media.pelco.com/wp-content/uploads/2019/12/10180542/blur-background-video-management-systems.jpg);
		background-size: cover;
	}
}
 .fl-node-5e449b81cd1de > .fl-row-content-wrap {
	margin-bottom:60px;
}
 .fl-node-5e449b81cd1de > .fl-row-content-wrap {
	padding-top:5%;
	padding-right:5%;
	padding-bottom:5%;
	padding-left:5%;
}





.fl-node-5e449acb2f44d > .fl-row-content-wrap {
	min-height: 400px;
}
.fl-node-5e449acb2f44d.fl-row-fixed-width, .fl-node-5e449acb2f44d .fl-row-fixed-width {
	max-width: 1200px;
}





.fl-node-5e449abdcbdef > .fl-row-content-wrap:after {
	background-image: linear-gradient(180deg, rgba(0,105,184,0) 50%, #0069b8 100%);
}
.fl-node-5e449abdcbdef > .fl-row-content-wrap {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
.fl-builder-mobile .fl-node-5e449abdcbdef > .fl-row-content-wrap {
	background-image: url(../../../../../media.pelco.com/wp-content/uploads/2019/12/09214516/city-surviellance-traffic-monitoring-street-videoxpert-plates-pelco.jpg);
	background-position: center center;
	background-attachment: scroll;
}
.fl-node-5e449abdcbdef.fl-row-fixed-width, .fl-node-5e449abdcbdef .fl-row-fixed-width {
	max-width: 1200px;
}
 .fl-node-5e449abdcbdef > .fl-row-content-wrap {
	margin-bottom:40px;
}
@media ( max-width: 992px ) {
 .fl-node-5e449abdcbdef.fl-row > .fl-row-content-wrap {
	margin-top:5%;
	margin-right:5%;
	margin-bottom:5%;
	margin-left:5%;
}
}
@media ( max-width: 768px ) {
 .fl-node-5e449abdcbdef.fl-row > .fl-row-content-wrap {
	margin-top:5%;
	margin-right:5%;
	margin-bottom:5%;
	margin-left:5%;
}
}
 .fl-node-5e449abdcbdef > .fl-row-content-wrap {
	padding-bottom:0px;
}





 .fl-node-5e4c615291443 > .fl-row-content-wrap {
	margin-bottom:80px;
}





.fl-animated.fl-fade-up {
	animation: fl-fade-up 1s ease;
	-webkit-animation: fl-fade-up 1s ease;
}
@-webkit-keyframes fl-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fl-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}





.fl-node-5e502f0aeb1b5.fl-row-fixed-width, .fl-node-5e502f0aeb1b5 .fl-row-fixed-width {
	max-width: 1200px;
}





.fl-node-5dfd63d3aefea.fl-row-fixed-width, .fl-node-5dfd63d3aefea .fl-row-fixed-width {
	max-width: 1200px;
}
 .fl-node-5dfd63d3aefea > .fl-row-content-wrap {
	padding-top:0%;
	padding-right:0%;
	padding-bottom:0%;
	padding-left:0%;
}





 .fl-node-5e838958ab861 > .fl-row-content-wrap {
	margin-bottom:80px;
}





.fl-node-5e16eb55471ca > .fl-row-content-wrap:after {
	background-image: linear-gradient(180deg, #eaeaea 0%, rgba(0,56,135,0.73) 40%);
}
.fl-node-5e16eb55471ca > .fl-row-content-wrap {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
.fl-builder-mobile .fl-node-5e16eb55471ca > .fl-row-content-wrap {
	background-image: url(../../../../../media.pelco.com/wp-content/uploads/2019/11/21234628/multi-background-cityscape.jpg);
	background-position: center center;
	background-attachment: scroll;
}
 .fl-node-5e16eb55471ca > .fl-row-content-wrap {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
 .fl-node-5e16eb55471ca > .fl-row-content-wrap {
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}




.fl-node-5f3c5d15d53e4 {
	width: 100%;
}




.fl-node-5e46dbaeee17e {
	width: 100%;
}




.fl-node-5e46d00a1ff3d {
	width: 100%;
}




.fl-node-5e46d0006b29f {
	width: 16.65%;
}
@media(max-width: 992px) {
	.fl-builder-content .fl-node-5e46d0006b29f {
		width: 25% !important;
		max-width: none;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
@media(max-width: 768px) {
	.fl-builder-content .fl-node-5e46d0006b29f {
		width: 50% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}




.fl-node-5e46d0006b2b1 {
	width: 16.65%;
}
@media(max-width: 992px) {
	.fl-builder-content .fl-node-5e46d0006b2b1 {
		width: 25% !important;
		max-width: none;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
@media(max-width: 768px) {
	.fl-builder-content .fl-node-5e46d0006b2b1 {
		width: 50% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}




.fl-node-5e46d0006b2b6 {
	width: 16.65%;
}
@media(max-width: 992px) {
	.fl-builder-content .fl-node-5e46d0006b2b6 {
		width: 25% !important;
		max-width: none;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
@media(max-width: 768px) {
	.fl-builder-content .fl-node-5e46d0006b2b6 {
		width: 50% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}




.fl-node-5e46d0006b2b8 {
	width: 16.65%;
}
@media(max-width: 768px) {
	.fl-builder-content .fl-node-5e46d0006b2b8 {
		width: 50% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}




.fl-node-5e46d0006b2bb {
	width: 16.65%;
}
@media(max-width: 768px) {
	.fl-builder-content .fl-node-5e46d0006b2bb {
		width: 50% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}




.fl-node-5e46d221ba16c {
	width: 16.65%;
}
@media(max-width: 768px) {
	.fl-builder-content .fl-node-5e46d221ba16c {
		width: 50% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}




.fl-node-5d673eb7bd598 {
	width: 100%;
}




.fl-node-5e449736b3cd7 {
	width: 33.333%;
}
.fl-node-5e449736b3cd7 > .fl-col-content:after {
	background-image: linear-gradient(180deg, #000000 65%, rgba(0,34,89,0.45) 79%);
}
.fl-node-5e449736b3cd7 > .fl-col-content {
	background-image: url(../../../../../media.pelco.com/wp-content/uploads/2019/11/21234410/videoxpert-enterprise-6-screen-monitors-vxcore-pelco-300x200.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	background-size: contain;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
}
.fl-builder-content .fl-node-5e449736b3cd7 > .fl-col-content {
	min-height: 200px;
}
@media(max-width: 992px) {
	.fl-builder-content .fl-node-5e449736b3cd7 {
		width: 50% !important;
		max-width: none;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
@media(max-width: 768px) {
	.fl-builder-content .fl-node-5e449736b3cd7 {
		width: 100% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}
 .fl-node-5e449736b3cd7 > .fl-col-content {
	margin-top:5%;
	margin-right:5%;
	margin-bottom:5%;
	margin-left:5%;
}
@media ( max-width: 768px ) {
 .fl-node-5e449736b3cd7.fl-col > .fl-col-content {
	margin-bottom:40px;
}
}
 .fl-node-5e449736b3cd7 > .fl-col-content {
	padding-top:5%;
	padding-right:5%;
	padding-bottom:5%;
	padding-left:5%;
}
@media ( max-width: 768px ) {
 .fl-node-5e449736b3cd7.fl-col > .fl-col-content {
	padding-bottom:0px;
}
}
.fl-animated.fl-fade-left {
	animation: fl-fade-left 1s ease;
	-webkit-animation: fl-fade-left 1s ease;
}
@-webkit-keyframes fl-fade-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fl-fade-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}




.fl-node-5e449872ce93e {
	width: 33.334%;
}
.fl-node-5e449872ce93e > .fl-col-content:after {
	background-image: linear-gradient(180deg, #000000 70%, rgba(255,255,255,0) 100%);
}
.fl-node-5e449872ce93e > .fl-col-content {
	background-image: url(../../../../../media.pelco.com/wp-content/uploads/2019/11/21234607/videoxpert-professional-2-monitors-user-interface-300x197.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	background-size: contain;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
}
@media(max-width: 992px) {
	.fl-builder-content .fl-node-5e449872ce93e {
		width: 50% !important;
		max-width: none;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
@media(max-width: 768px) {
	.fl-builder-content .fl-node-5e449872ce93e {
		width: 100% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}
 .fl-node-5e449872ce93e > .fl-col-content {
	margin-top:5%;
	margin-right:5%;
	margin-bottom:5%;
	margin-left:5%;
}
@media ( max-width: 768px ) {
 .fl-node-5e449872ce93e.fl-col > .fl-col-content {
	margin-bottom:40px;
}
}
 .fl-node-5e449872ce93e > .fl-col-content {
	padding-top:5%;
	padding-right:5%;
	padding-bottom:5%;
	padding-left:5%;
}
@media ( max-width: 768px ) {
 .fl-node-5e449872ce93e.fl-col > .fl-col-content {
	padding-bottom:0px;
}
}




.fl-node-5e449880d7393 {
	width: 33.333%;
}
.fl-node-5e449880d7393 > .fl-col-content {
	background-color: #000000;
	background-image: url(../../../../../media.pelco.com/wp-content/uploads/2019/09/21235216/background-fixed-ip-cameras-pelco-300x225.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	background-size: contain;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
}
.fl-node-5e449880d7393 > .fl-col-content:after {
	background-image: linear-gradient(180deg, #000000 65%, rgba(0,105,184,0) 80%);
}
 .fl-node-5e449880d7393 > .fl-col-content {
	margin-top:5%;
	margin-right:5%;
	margin-bottom:5%;
	margin-left:5%;
}
@media ( max-width: 768px ) {
 .fl-node-5e449880d7393.fl-col > .fl-col-content {
	margin-bottom:40px;
}
}
 .fl-node-5e449880d7393 > .fl-col-content {
	padding-top:5%;
	padding-right:5%;
	padding-bottom:5%;
	padding-left:5%;
}
@media ( max-width: 768px ) {
 .fl-node-5e449880d7393.fl-col > .fl-col-content {
	padding-bottom:0px;
}
}
.fl-animated.fl-fade-right {
	animation: fl-fade-right 1s ease;
	-webkit-animation: fl-fade-right 1s ease;
}
@-webkit-keyframes fl-fade-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fl-fade-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fl-node-5d67469c03bc9 {
	color: #ffffff;
}
.fl-builder-content .fl-node-5d67469c03bc9 *: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: #ffffff;
}

.fl-builder-content .fl-node-5d67469c03bc9 a {
	color: #ffffff;
}

.fl-builder-content .fl-node-5d67469c03bc9 a:hover {
	color: #ffffff;
}

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

.fl-node-5d67469c03bc9 {
	width: 50%;
}
.fl-node-5d67469c03bc9 > .fl-col-content {
	background-color: #ffffff;
	background-image: url(../../../../../media.pelco.com/wp-content/uploads/2019/11/21234632/bridge-road-underneath-view-night-sky-pelco-300x243.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
.fl-node-5d67469c03bc9 > .fl-col-content:after {
	background-color: rgba(0,0,0,0.7);
}
@media(max-width: 992px) {
	.fl-builder-content .fl-node-5d67469c03bc9 {
		width: 50% !important;
		max-width: none;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
@media(max-width: 768px) {
	.fl-builder-content .fl-node-5d67469c03bc9 {
		width: 50% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}
 .fl-node-5d67469c03bc9 > .fl-col-content {
	margin-top:0%;
	margin-right:2%;
	margin-bottom:10%;
	margin-left:0%;
}
@media ( max-width: 992px ) {
 .fl-node-5d67469c03bc9.fl-col > .fl-col-content {
	margin-right:5%;
	margin-bottom:5%;
	margin-left:5%;
}
}
@media ( max-width: 768px ) {
 .fl-node-5d67469c03bc9.fl-col > .fl-col-content {
	margin-right:1%;
	margin-bottom:1%;
	margin-left:1%;
}
}
 .fl-node-5d67469c03bc9 > .fl-col-content {
	padding-top:5%;
	padding-right:0%;
	padding-bottom:5%;
	padding-left:5%;
}




.fl-node-5d6746a6ad147 {
	width: 50%;
}
.fl-builder-content .fl-node-5d6746a6ad147 > .fl-col-content {
	min-height: 200px;
}
@media(max-width: 992px) {
	.fl-builder-content .fl-node-5d6746a6ad147 {
		width: 100% !important;
		max-width: none;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
 .fl-node-5d6746a6ad147 > .fl-col-content {
	margin-top:0%;
	margin-right:0%;
	margin-bottom:0%;
	margin-left:0%;
}
 .fl-node-5d6746a6ad147 > .fl-col-content {
	padding-top:0%;
	padding-right:0%;
	padding-bottom:0%;
	padding-left:0%;
}




.fl-node-5d6746a6ad14b {
	width: 50%;
}
.fl-node-5d67469c03bd6 {
	color: #ffffff;
}
.fl-builder-content .fl-node-5d67469c03bd6 *: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: #ffffff;
}

.fl-builder-content .fl-node-5d67469c03bd6 a {
	color: #ffffff;
}

.fl-builder-content .fl-node-5d67469c03bd6 a:hover {
	color: #ffffff;
}

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

.fl-node-5d67469c03bd6 {
	width: 50%;
}
.fl-node-5d67469c03bd6 > .fl-col-content {
	background-color: #ffffff;
	background-image: url(../../../../../media.pelco.com/wp-content/uploads/2019/11/21234433/parkinglot-parking-cars-low-light-pelco-solutions-300x200.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
.fl-node-5d67469c03bd6 > .fl-col-content:after {
	background-color: rgba(0,0,0,0.7);
}
.fl-builder-content .fl-node-5d67469c03bd6 > .fl-col-content {
	min-height: 200px;
}
 .fl-node-5d67469c03bd6 > .fl-col-content {
	margin-top:0%;
	margin-right:0%;
	margin-bottom:10%;
	margin-left:5%;
}
@media ( max-width: 992px ) {
 .fl-node-5d67469c03bd6.fl-col > .fl-col-content {
	margin-right:5%;
	margin-bottom:5%;
	margin-left:5%;
}
}
@media ( max-width: 768px ) {
 .fl-node-5d67469c03bd6.fl-col > .fl-col-content {
	margin-top:1%;
	margin-right:1%;
	margin-bottom:1%;
	margin-left:1%;
}
}
 .fl-node-5d67469c03bd6 > .fl-col-content {
	padding-top:5%;
	padding-right:0%;
	padding-bottom:5%;
	padding-left:5%;
}




.fl-node-5d6746aacaf1a {
	width: 50%;
}
@media(max-width: 992px) {
	.fl-builder-content .fl-node-5d6746aacaf1a {
		width: 100% !important;
		max-width: none;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
 .fl-node-5d6746aacaf1a > .fl-col-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
 .fl-node-5d6746aacaf1a > .fl-col-content {
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}




.fl-node-5d6746aacaf21 {
	width: 50%;
}
.fl-node-5d67475068ae8 {
	color: #ffffff;
}
.fl-builder-content .fl-node-5d67475068ae8 *: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: #ffffff;
}

.fl-builder-content .fl-node-5d67475068ae8 a {
	color: #ffffff;
}

.fl-builder-content .fl-node-5d67475068ae8 a:hover {
	color: #ffffff;
}

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

.fl-node-5d67475068ae8 {
	width: 100%;
}
.fl-node-5d67475068ae8 > .fl-col-content {
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
 .fl-node-5d67475068ae8 > .fl-col-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
@media ( max-width: 992px ) {
 .fl-node-5d67475068ae8.fl-col > .fl-col-content {
	margin-right:5px;
	margin-bottom:5px;
	margin-left:5px;
}
}
@media ( max-width: 768px ) {
 .fl-node-5d67475068ae8.fl-col > .fl-col-content {
	margin-right:5%;
	margin-bottom:5%;
	margin-left:5%;
}
}
@media ( max-width: 768px ) {
 .fl-node-5d67475068ae8.fl-col > .fl-col-content {
	padding-bottom:5%;
}
}




.fl-node-5d674760d39df {
	width: 50.19%;
}
@media ( max-width: 768px ) {
 .fl-node-5d674760d39df.fl-col > .fl-col-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
}
 .fl-node-5d674760d39df > .fl-col-content {
	padding-top:15%;
	padding-right:15%;
	padding-bottom:15%;
	padding-left:15%;
}
@media ( max-width: 768px ) {
 .fl-node-5d674760d39df.fl-col > .fl-col-content {
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}
}




.fl-node-5d674760d39e6 {
	width: 49.81%;
}




.fl-node-5e4c6152c6e7f {
	width: 100%;
}




.fl-node-5dfd651127840 {
	width: 100%;
}




.fl-node-5e502f0aeb1af {
	width: 100%;
}




.fl-node-5dfd63d3bc180 {
	width: 100%;
}




.fl-node-5e838958ab9da {
	width: 100%;
}




.fl-node-5e16eb555a21a {
	width: 100%;
}
.fl-node-5e16eb555a21a > .fl-col-content {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}
/* Wrappers */
body.rtl .fl-module-content-slider .bx-viewport {
	direction: ltr;
}
.fl-module-content-slider .bx-wrapper {
	margin: 0 auto 40px;
}
.fl-content-slider {
	position: relative;
}
.fl-content-slider .fl-slide {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 0;
	visibility: hidden;
}
.fl-content-slider-wrapper .fl-slide:first-child,
.fl-content-slider-loaded .fl-slide {
	position: relative;
	visibility: visible;
}

/* Controls */
.bx-wrapper .bx-controls-direction a {
	z-index: 99;
}

/* Background Photo */
.fl-content-slider .fl-slide-bg-photo {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.fl-content-slider .fl-slide-bg-photo-img {
	display: none;
}

/* Background Link */
.fl-content-slider .fl-slide-bg-link {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

/* Foreground Photo/Video */
.fl-slide-photo {
	position: relative;
	text-align: center;
	z-index: 2;
}
.fl-slide-text-left .fl-slide-photo-wrap {
	float: right;
}
.fl-slide-text-center .fl-slide-photo-wrap {
	text-align: center;
}
.fl-slide-text-center .fl-slide-photo-wrap img {
	margin: 0 auto;
}
.fl-slide-text-right .fl-slide-photo-wrap {
	float: left;
}

/* Mobile Photo/Video */
.fl-slide-mobile-photo {
	display: none;
}
.fl-slide-mobile-photo-img  {
	width: 100%;
}

/* Title and Text Position */
.fl-slide-content {
	position: relative;
	z-index: 2;
}
.fl-slide-text-left .fl-slide-content-wrap {
	float: left;
	text-align: left;
}
.fl-slide-text-center .fl-slide-content-wrap {
	margin: 0 auto;
	text-align: center;
}
.fl-slide-text-right .fl-slide-content-wrap {
	float: right;
	text-align: left;
}

/* Title and Text Style */
.fl-slide-title,
.fl-slide-text > * {
	line-height: 1.4;
	margin: 0 0 20px !important;
	padding: 0 !important;
}
.fl-slide-text > *:last-child {
	margin: 0 !important;
}

/* Buttons */
.fl-slide-cta-button {
	padding-top: 24px;
}

.fl-content-slider-navigation{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	margin-top: -16px;
}
.fl-content-slider-navigation a{
	position: absolute;
	display: inline-block;
	opacity: .7;
}
.fl-content-slider-navigation a:hover{ opacity: 1; }

.fl-content-slider-navigation .slider-prev{ left: 5px; }
.fl-content-slider-navigation .slider-next{ right: 5px; }

.fl-content-slider-navigation .fl-content-slider-svg-container{
	position: relative;
	width: 32px;
	height: 32px;
}
.fl-content-slider-navigation svg{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.fl-content-slider-navigation path{ 
	fill: #fff;
}
.fl-content-slider-navigation a.disabled,
.bx-controls a.disabled {
	pointer-events: none;
}

/* Slider controls fixes */
.bx-wrapper .bx-controls:not(.bx-has-pager) {
	height: 30px;
}
.bx-wrapper .bx-controls:not(.bx-has-pager) .bx-controls-auto {
	bottom: 0;
}

/* IE Fixes */
.fl-builder-ie-11 .fl-content-slider-navigation {
	z-index: 55;
}@media (max-width: 768px) { /* Wrapper */
.fl-content-slider,
.fl-content-slider .fl-slide {
	min-height: 0 !important;
}

/* Background Photo */
.fl-content-slider .fl-slide-bg-photo {
	background-image: none;
	position: static;
}
.fl-content-slider .fl-slide-bg-photo a {
	position: static;
}
.fl-content-slider .fl-slide-bg-photo-img {
	border: none;
	display: block;
	padding: 0;
}

/* Foreground Photo/Video */
.fl-slide-photo-wrap {
	display: none;
}

/* Mobile Photo/Video */
.fl-slide-mobile-photo {
	display: block;
}

/* Title and Text Position */
.fl-slide-text-left .fl-slide-content-wrap,
.fl-slide-text-right .fl-slide-content-wrap {
	float: none;
	text-align: center;
}
.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content-wrap,
.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
	min-height: 0;
	width: auto;
}
.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
	margin: 0 !important;
	padding: 30px;
}

/* Title and Text Style */
.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-title {
	font-size: 26px !important;
	line-height: 38px !important;
}
.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text,
.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text * {
	font-size: 14px !important;
	line-height: 22px !important;
}

/* Buttons */
.fl-builder-content .fl-module-content-slider .fl-slide a.fl-button {
	padding: 10px 20px !important;
}
 }.fl-node-5f3c5d15b93d2 .fl-content-slider,
.fl-node-5f3c5d15b93d2 .fl-slide {
	min-height: 600px;
}
.fl-node-5f3c5d15b93d2 .fl-slide-foreground {
	margin: 0 auto;
	max-width: 1200px;
}
	.fl-node-5f3c5d15b93d2 .fl-content-slider-svg-container {
		background-color: #000326;
		width: 40px;
		height: 40px;

				-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
			}
	.fl-node-5f3c5d15b93d2 .fl-content-slider-navigation svg {
		height: 100%;
		width: 100%;
		padding: 5px;
	}
		.fl-node-5f3c5d15b93d2 .fl-slide-0 .fl-slide-content-wrap { width: 70%; }.fl-node-5f3c5d15b93d2 .fl-slide-0 .fl-slide-content { margin-right: 60px; margin-left: 60px; margin-top: 100px; margin-bottom: 100px; }.fl-node-5f3c5d15b93d2 .fl-slide-0 .fl-slide-title { font-size: 50px; }.fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-0 .fl-slide-title, .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-0 .fl-slide-text, .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-0 .fl-slide-text * { color: #ffffff; }.fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-0 .fl-slide-text strong { color: inherit; }.fl-node-5f3c5d15b93d2 .fl-slide-0 .fl-slide-title, .fl-node-5f3c5d15b93d2 .fl-slide-0 .fl-slide-text { text-shadow: 0 0 5px rgba(0,0,0,0.3); }@media (max-width: 768px) { .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-0 .fl-slide-title, .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-0 .fl-slide-text, .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-0 .fl-slide-text * { color: #ffffff; }.fl-node-5f3c5d15b93d2 .fl-slide-0 .fl-slide-text strong { color: inherit; }.fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-0 .fl-slide-content { background-color: #333333; }.fl-node-5f3c5d15b93d2 .fl-slide-0 .fl-slide-title, .fl-node-5f3c5d15b93d2 .fl-slide-0 .fl-slide-text { text-shadow: none; } }.fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-content-wrap { width: 70%; }.fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-content { margin-right: 60px; margin-left: 60px; margin-top: 100px; margin-bottom: 60px; }.fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-title { font-size: 50px; }.fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-title, .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-text, .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-text * { color: #ffffff; }.fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-text strong { color: inherit; }.fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-title, .fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-text { text-shadow: 0 0 5px rgba(0,0,0,0.3); }@media (max-width: 768px) { .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-title, .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-text, .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-text * { color: #ffffff; }.fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-text strong { color: inherit; }.fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-content { background-color: #333333; }.fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-title, .fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-text { text-shadow: none; } }.fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-content-wrap { width: 50%; }.fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-content { margin-right: px; margin-left: px; margin-top: 100px; margin-bottom: px; }.fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-title { font-size: 50px; }.fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-title, .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-text, .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-text * { color: #ffffff; }.fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-text strong { color: inherit; }.fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-title, .fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-text { text-shadow: 0 0 5px rgba(0,0,0,0.3); }@media (max-width: 768px) { .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-title, .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-text, .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-text * { color: #ffffff; }.fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-text strong { color: inherit; }.fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-content { background-color: #333333; }.fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-title, .fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-text { text-shadow: none; } }.fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-content-wrap { width: 70%; }.fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-content { margin-right: px; margin-left: px; margin-top: 100px; margin-bottom: px; }.fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-title { font-size: 40px; }.fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-title, .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-text, .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-text * { color: #ffffff; }.fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-text strong { color: inherit; }.fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-title, .fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-text { text-shadow: 0 0 5px rgba(0,0,0,0.3); }@media (max-width: 768px) { .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-title, .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-text, .fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-text * { color: #ffffff; }.fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-text strong { color: inherit; }.fl-builder-content .fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-content { background-color: #333333; }.fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-title, .fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-text { text-shadow: none; } }.fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-cta-button .fl-button-wrap {
	text-align: center;
}
.fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-cta-button .fl-button-wrap a.fl-button {
	text-align: center;
}
.fl-node-5f3c5d15b93d2 .fl-slide-1 .fl-slide-cta-button .fl-button-wrap a.fl-button, .fl-slide-1 .fl-slide-cta-button .fl-button-wrap a.fl-button:hover {
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
.fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-cta-button .fl-button-wrap {
	text-align: center;
}
.fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-cta-button .fl-button-wrap a.fl-button {
	text-align: center;
}
.fl-node-5f3c5d15b93d2 .fl-slide-2 .fl-slide-cta-button .fl-button-wrap a.fl-button, .fl-slide-2 .fl-slide-cta-button .fl-button-wrap a.fl-button:hover {
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
.fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-cta-button .fl-button-wrap {
	text-align: center;
}
.fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-cta-button .fl-button-wrap a.fl-button {
	text-align: center;
}
.fl-node-5f3c5d15b93d2 .fl-slide-3 .fl-slide-cta-button .fl-button-wrap a.fl-button, .fl-slide-3 .fl-slide-cta-button .fl-button-wrap a.fl-button:hover {
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
 .fl-node-5f3c5d15b93d2 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
/**
 * This file should contain frontend styles that 
 * will be applied to all module instances.
 */@media (max-width: 768px) { /**
 * This file should contain frontend styles that 
 * will be applied to all module instances once
 * the responsive breakpoint has been reached. The
 * responsive breakpoint can be set in the global 
 * settings or individual page settings.
 */ }.fl-node-5e46dbaeb6fae {
    postion: relative;
}
.fl-node-5e46dbaeb6fae .pp-dotnav {
    position: fixed;
    right: 40px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}
.fl-node-5e46dbaeb6fae .pp-dotnav .pp-dots {
    margin: 0;
    padding: 0;
}
.fl-node-5e46dbaeb6fae .pp-dotnav .pp-dot {
    list-style-type: none;
    line-height: 0;
    margin: 12px 0;
    position: relative;
    text-align: right;
}
.fl-node-5e46dbaeb6fae .pp-dotnav .pp-dot a {
    display: inline-block;
    border: 0;
    outline: 0 !important;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fl-node-5e46dbaeb6fae .pp-dotnav .pp-dot a span {
    display: inline-block;
    float: right;
}
.fl-node-5e46dbaeb6fae .pp-dotnav .pp-dot a .pp-dot-circle {
			background-color: #ffffff;
	    border: 0;
    border-width: 2px;
    border-color: #00aeee;
    border-style: solid;
    border-radius: 100%;
    position: relative;
    top: 5px;
    height: 14px;
    width: 14px;
	    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fl-node-5e46dbaeb6fae .pp-dotnav .pp-dot a:hover .pp-dot-circle {
			background-color: #ffffff;
	    border-color: #f4f4f4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fl-node-5e46dbaeb6fae .pp-dotnav .pp-dot.active .pp-dot-circle {
			background-color: #ffffff;
	    border-color: #00aeee;
}
.fl-node-5e46dbaeb6fae .pp-dotnav .pp-dot .pp-label {
    opacity: 0;
			background-color: #ffffff;
	    color: #0069b8;
    border-radius: 2px;
    font-size: 13px;
    line-height: 1;
    margin-right: 10px;
    padding: .4em .5em;
    display: inline-block;
    position: relative;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
    -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.fl-node-5e46dbaeb6fae .pp-dotnav .pp-dot .pp-label:after {
    content: "";
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: -5px;
}
.fl-node-5e46dbaeb6fae .pp-dotnav .pp-dot a:hover .pp-label {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

@media only screen and (max-width: 768px) {
    .fl-node-5e46dbaeb6fae .pp-dotnav {
        display: none;
    }
}
.fl-module-heading .fl-heading {
	padding: 0 !important;
	margin: 0 !important;
}.fl-row .fl-col .fl-node-5d68b8dfb2fc6 h2.fl-heading a,
.fl-row .fl-col .fl-node-5d68b8dfb2fc6 h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-5d68b8dfb2fc6 h2.fl-heading .fl-heading-text *,
.fl-node-5d68b8dfb2fc6 h2.fl-heading .fl-heading-text {
	color: #ffffff;
}
.fl-node-5d68b8dfb2fc6.fl-module-heading .fl-heading {
	font-weight: 500;
	font-size: 40px;
	text-align: center;
	text-transform: capitalize;
}
@media(max-width: 992px) {
	.fl-node-5d68b8dfb2fc6.fl-module-heading .fl-heading {
		font-size: 30px;
	}
}
@media(max-width: 768px) {
	.fl-node-5d68b8dfb2fc6.fl-module-heading .fl-heading {
		font-size: 20px;
	}
}
 .fl-node-5d68b8dfb2fc6 > .fl-module-content {
	margin-top:40px;
}
@media (max-width: 768px) { .fl-node-5d68b8dfb2fc6 > .fl-module-content { margin-top:20px; } }.fl-node-5d68b8eccf768 .fl-separator {
	border-top:3px solid #f7c100;
	max-width: 150px;
	margin: auto;
}
 .fl-node-5d68b8eccf768 > .fl-module-content {
	margin-top:0px;
	margin-bottom:20px;
}
.fl-builder-content .fl-rich-text strong {
	font-weight: bold;
}
.fl-builder-content .fl-node-5d68b90ba61ab .fl-rich-text, .fl-builder-content .fl-node-5d68b90ba61ab .fl-rich-text * {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
}
 .fl-node-5d68b90ba61ab > .fl-module-content {
	margin-top:0%;
	margin-right:10%;
	margin-bottom:5%;
	margin-left:10%;
}
@media ( max-width: 992px ) {
 .fl-node-5d68b90ba61ab.fl-module > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:20px;
	margin-left:0px;
}
}
img.mfp-img {
    padding-bottom: 40px !important;
}
@media (max-width: 768px) { /* Mobile Photo */
.fl-photo-content {
	width: 100%;
} }.fl-node-5e46d02b56593 .fl-photo {
	text-align: center;
}
 .fl-node-5e46d02b56593 > .fl-module-content {
	margin-top:20px;
}
.fl-builder-content .fl-node-5e46d0ab8a380 .fl-rich-text, .fl-builder-content .fl-node-5e46d0ab8a380 .fl-rich-text * {
	font-weight: 600;
	line-height: 1em;
	font-variant: small-caps;
}
.fl-node-5e46d0959d8be .fl-photo {
	text-align: center;
}
 .fl-node-5e46d0959d8be > .fl-module-content {
	margin-top:20px;
}
.fl-builder-content .fl-node-5e46d0e0cd167 .fl-rich-text, .fl-builder-content .fl-node-5e46d0e0cd167 .fl-rich-text * {
	font-weight: 600;
	line-height: 1em;
	font-variant: small-caps;
}
.fl-node-5e46d0f6bf06f .fl-photo {
	text-align: center;
}
 .fl-node-5e46d0f6bf06f > .fl-module-content {
	margin-top:20px;
}
.fl-builder-content .fl-node-5e46d1108fd5b .fl-rich-text, .fl-builder-content .fl-node-5e46d1108fd5b .fl-rich-text * {
	font-weight: 600;
	line-height: 1em;
	font-variant: small-caps;
}
.fl-node-5e46d13203a38 .fl-photo {
	text-align: center;
}
 .fl-node-5e46d13203a38 > .fl-module-content {
	margin-top:20px;
}
.fl-builder-content .fl-node-5e46d152baf1a .fl-rich-text, .fl-builder-content .fl-node-5e46d152baf1a .fl-rich-text * {
	font-weight: 600;
	line-height: 1em;
	font-variant: small-caps;
}
.fl-node-5e46d1a61cca7 .fl-photo {
	text-align: center;
}
 .fl-node-5e46d1a61cca7 > .fl-module-content {
	margin-top:20px;
}
.fl-builder-content .fl-node-5e46d1c95103a .fl-rich-text, .fl-builder-content .fl-node-5e46d1c95103a .fl-rich-text * {
	font-weight: 600;
	line-height: 1em;
	font-variant: small-caps;
}
.fl-node-5e46d221ba213 .fl-photo {
	text-align: center;
}
 .fl-node-5e46d221ba213 > .fl-module-content {
	margin-top:20px;
}
.fl-builder-content .fl-node-5e46d221ba214 .fl-rich-text, .fl-builder-content .fl-node-5e46d221ba214 .fl-rich-text * {
	font-weight: 600;
	line-height: 1em;
	font-variant: small-caps;
}
.fl-row .fl-col .fl-node-5dfd650aba0ed h3.fl-heading a,
.fl-row .fl-col .fl-node-5dfd650aba0ed h3.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-5dfd650aba0ed h3.fl-heading .fl-heading-text *,
.fl-node-5dfd650aba0ed h3.fl-heading .fl-heading-text {
	color: #000000;
}
.fl-node-5dfd650aba0ed.fl-module-heading .fl-heading {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 40px;
	text-align: center;
	text-transform: capitalize;
}
@media(max-width: 992px) {
	.fl-node-5dfd650aba0ed.fl-module-heading .fl-heading {
		font-size: 30px;
	}
}
@media(max-width: 768px) {
	.fl-node-5dfd650aba0ed.fl-module-heading .fl-heading {
		font-size: 20px;
	}
}
.fl-node-5dfd6514a9361 .fl-separator {
	border-top:3px solid #0068b7;
	max-width: 150px;
	margin: auto;
}
 .fl-node-5dfd6514a9361 > .fl-module-content {
	margin-top:0px;
	margin-bottom:40px;
}
@media (max-width: 768px) { .fl-node-5dfd6514a9361 > .fl-module-content { margin-bottom:20px; } }.fl-node-5e44973fa9e7c .fl-photo {
	text-align: center;
}
.fl-row .fl-col .fl-node-5e4497f428f0d h3.fl-heading a,
.fl-row .fl-col .fl-node-5e4497f428f0d h3.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-5e4497f428f0d h3.fl-heading .fl-heading-text *,
.fl-node-5e4497f428f0d h3.fl-heading .fl-heading-text {
	color: #ffffff;
}
.fl-node-5e4497f428f0d.fl-module-heading .fl-heading {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 25px;
	text-align: center;
	text-transform: capitalize;
	font-variant: small-caps;
}
 .fl-node-5e4497f428f0d > .fl-module-content {
	margin-bottom:20px;
}
@media ( max-width: 992px ) {
 .fl-node-5e4497f428f0d.fl-module > .fl-module-content {
	margin-bottom:0px;
}
}
.fl-node-5e46f902d85a4.fl-module-heading .fl-heading {
	font-weight: 100;
	font-size: 14px;
	text-align: center;
	text-transform: capitalize;
}
 .fl-node-5e46f902d85a4 > .fl-module-content {
	margin-bottom:20px;
}
@media ( max-width: 992px ) {
 .fl-node-5e46f902d85a4.fl-module > .fl-module-content {
	margin-bottom:0px;
}
}
.fl-node-5e4499260e53c .fl-separator {
	border-top:4px solid #0068b7;
	max-width: 100%;
	margin: 0 0 0 0;
}
 .fl-node-5e4499260e53c > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:20px;
	margin-left:0px;
}
@media ( max-width: 992px ) {
 .fl-node-5e4499260e53c.fl-module > .fl-module-content {
	margin-top:20px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
}
@media ( max-width: 768px ) {
 .fl-node-5e4499260e53c.fl-module > .fl-module-content {
	margin-right:5%;
	margin-left:5%;
}
}
	.fl-builder-content .fl-node-5e449763cc24d .fl-module-content .fl-rich-text,
	.fl-builder-content .fl-node-5e449763cc24d .fl-module-content .fl-rich-text * {
		color: #ffffff;
	}
	
.fl-builder-content .fl-node-5e44934ad638a a.fl-button,
.fl-builder-content .fl-node-5e44934ad638a a.fl-button:hover,
.fl-builder-content .fl-node-5e44934ad638a a.fl-button:visited {

	
		background: #0069b8;

				background: linear-gradient(to bottom,  #1e87d6 0%, #0069b8 100%);
		
	}






.fl-builder-content .fl-node-5e44934ad638a a.fl-button:hover,
.fl-builder-content .fl-node-5e44934ad638a a.fl-button:focus {

	background: rgba(0,0,0,0.71);

		background: linear-gradient(to bottom,  rgba(30,30,30,0.71) 0%, rgba(0,0,0,0.71) 100%);
	}





.fl-builder-content .fl-node-5e44934ad638a .fl-button,
.fl-builder-content .fl-node-5e44934ad638a .fl-button * {
	transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-webkit-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
}


.fl-node-5e44934ad638a .fl-button-wrap {
	text-align: left;
}
.fl-builder-content .fl-node-5e44934ad638a a.fl-button, .fl-builder-content .fl-node-5e44934ad638a a.fl-button:visited {
	border: 1px solid #005dac;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #0069b8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-builder-content .fl-node-5e44934ad638a a.fl-button:hover, .fl-builder-content .fl-node-5e44934ad638a a.fl-button:focus {
	border: 1px solid rgba(0,0,0,0.71);
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
 .fl-node-5e44934ad638a > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
.fl-node-5e449872cebb2 .fl-photo {
	text-align: center;
}
.fl-row .fl-col .fl-node-5e449872cebb6 h2.fl-heading a,
.fl-row .fl-col .fl-node-5e449872cebb6 h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-5e449872cebb6 h2.fl-heading .fl-heading-text *,
.fl-node-5e449872cebb6 h2.fl-heading .fl-heading-text {
	color: #ffffff;
}
.fl-node-5e449872cebb6.fl-module-heading .fl-heading {
	font-weight: 500;
	font-size: 25px;
	text-align: center;
	text-transform: capitalize;
	font-variant: small-caps;
}
 .fl-node-5e449872cebb6 > .fl-module-content {
	margin-bottom:20px;
}
@media ( max-width: 992px ) {
 .fl-node-5e449872cebb6.fl-module > .fl-module-content {
	margin-bottom:0px;
}
}
.fl-node-5e46f8ae79875.fl-module-heading .fl-heading {
	font-weight: 100;
	font-size: 14px;
	text-align: center;
	text-transform: capitalize;
}
 .fl-node-5e46f8ae79875 > .fl-module-content {
	margin-bottom:20px;
}
@media ( max-width: 992px ) {
 .fl-node-5e46f8ae79875.fl-module > .fl-module-content {
	margin-bottom:0px;
}
}
.fl-node-5e449ba21b448 .fl-separator {
	border-top:4px solid #0068b7;
	max-width: 100%;
	margin: 0 0 0 0;
}
 .fl-node-5e449ba21b448 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:20px;
	margin-left:0px;
}
@media ( max-width: 992px ) {
 .fl-node-5e449ba21b448.fl-module > .fl-module-content {
	margin-top:20px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
}
@media ( max-width: 768px ) {
 .fl-node-5e449ba21b448.fl-module > .fl-module-content {
	margin-right:5%;
	margin-left:5%;
}
}
	.fl-builder-content .fl-node-5e449872cebb7 .fl-module-content .fl-rich-text,
	.fl-builder-content .fl-node-5e449872cebb7 .fl-module-content .fl-rich-text * {
		color: #ffffff;
	}
	 .fl-node-5e449872cebb7 > .fl-module-content {
	margin-bottom:40px;
}
@media (max-width: 768px) { .fl-node-5e449872cebb7 > .fl-module-content { margin-bottom:20px; } }
.fl-builder-content .fl-node-5e44990f8ae66 a.fl-button,
.fl-builder-content .fl-node-5e44990f8ae66 a.fl-button:hover,
.fl-builder-content .fl-node-5e44990f8ae66 a.fl-button:visited {

	
		background: #0069b8;

				background: linear-gradient(to bottom,  #1e87d6 0%, #0069b8 100%);
		
	}






.fl-builder-content .fl-node-5e44990f8ae66 a.fl-button:hover,
.fl-builder-content .fl-node-5e44990f8ae66 a.fl-button:focus {

	background: rgba(0,0,0,0.71);

		background: linear-gradient(to bottom,  rgba(30,30,30,0.71) 0%, rgba(0,0,0,0.71) 100%);
	}





.fl-builder-content .fl-node-5e44990f8ae66 .fl-button,
.fl-builder-content .fl-node-5e44990f8ae66 .fl-button * {
	transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-webkit-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
}


.fl-node-5e44990f8ae66 .fl-button-wrap {
	text-align: left;
}
.fl-builder-content .fl-node-5e44990f8ae66 a.fl-button, .fl-builder-content .fl-node-5e44990f8ae66 a.fl-button:visited {
	border: 1px solid #005dac;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #0069b8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-builder-content .fl-node-5e44990f8ae66 a.fl-button:hover, .fl-builder-content .fl-node-5e44990f8ae66 a.fl-button:focus {
	border: 1px solid rgba(0,0,0,0.71);
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
 .fl-node-5e44990f8ae66 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
.fl-node-5e449880d7524 .fl-photo {
	text-align: center;
}
.fl-row .fl-col .fl-node-5e449880d7527 h3.fl-heading a,
.fl-row .fl-col .fl-node-5e449880d7527 h3.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-5e449880d7527 h3.fl-heading .fl-heading-text *,
.fl-node-5e449880d7527 h3.fl-heading .fl-heading-text {
	color: #ffffff;
}
.fl-node-5e449880d7527.fl-module-heading .fl-heading {
	font-weight: 500;
	font-size: 25px;
	text-align: center;
	text-transform: capitalize;
	font-variant: small-caps;
}
 .fl-node-5e449880d7527 > .fl-module-content {
	margin-bottom:20px;
}
@media ( max-width: 992px ) {
 .fl-node-5e449880d7527.fl-module > .fl-module-content {
	margin-bottom:0px;
}
}
.fl-node-5e46f905de8ef.fl-module-heading .fl-heading {
	font-weight: 100;
	font-size: 14px;
	text-align: center;
	text-transform: capitalize;
}
 .fl-node-5e46f905de8ef > .fl-module-content {
	margin-bottom:20px;
}
@media ( max-width: 992px ) {
 .fl-node-5e46f905de8ef.fl-module > .fl-module-content {
	margin-bottom:0px;
}
}
.fl-node-5e44934ad6388 .fl-separator {
	border-top:4px solid #fbaf28;
	max-width: 100%;
	margin: 0 0 0 0;
}
 .fl-node-5e44934ad6388 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:20px;
	margin-left:0px;
}
@media ( max-width: 992px ) {
 .fl-node-5e44934ad6388.fl-module > .fl-module-content {
	margin-top:20px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
}
@media ( max-width: 768px ) {
 .fl-node-5e44934ad6388.fl-module > .fl-module-content {
	margin-right:5%;
	margin-left:5%;
}
}
	.fl-builder-content .fl-node-5e449880d7528 .fl-module-content .fl-rich-text,
	.fl-builder-content .fl-node-5e449880d7528 .fl-module-content .fl-rich-text * {
		color: #ffffff;
	}
	 .fl-node-5e449880d7528 > .fl-module-content {
	margin-bottom:70px;
}
@media (max-width: 768px) { .fl-node-5e449880d7528 > .fl-module-content { margin-bottom:20px; } }
.fl-builder-content .fl-node-5e4499108cb68 a.fl-button,
.fl-builder-content .fl-node-5e4499108cb68 a.fl-button:hover,
.fl-builder-content .fl-node-5e4499108cb68 a.fl-button:visited {

	
		background: #0069b8;

				background: linear-gradient(to bottom,  #1e87d6 0%, #0069b8 100%);
		
	}






.fl-builder-content .fl-node-5e4499108cb68 a.fl-button:hover,
.fl-builder-content .fl-node-5e4499108cb68 a.fl-button:focus {

	background: rgba(0,0,0,0.71);

		background: linear-gradient(to bottom,  rgba(30,30,30,0.71) 0%, rgba(0,0,0,0.71) 100%);
	}





.fl-builder-content .fl-node-5e4499108cb68 .fl-button,
.fl-builder-content .fl-node-5e4499108cb68 .fl-button * {
	transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-webkit-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
}


.fl-node-5e4499108cb68 .fl-button-wrap {
	text-align: left;
}
.fl-builder-content .fl-node-5e4499108cb68 a.fl-button, .fl-builder-content .fl-node-5e4499108cb68 a.fl-button:visited {
	border: 1px solid #005dac;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #0069b8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-builder-content .fl-node-5e4499108cb68 a.fl-button:hover, .fl-builder-content .fl-node-5e4499108cb68 a.fl-button:focus {
	border: 1px solid rgba(0,0,0,0.71);
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
 .fl-node-5e4499108cb68 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
.fl-row .fl-col .fl-node-5d6746e082938 h3.fl-heading a,
.fl-row .fl-col .fl-node-5d6746e082938 h3.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-5d6746e082938 h3.fl-heading .fl-heading-text *,
.fl-node-5d6746e082938 h3.fl-heading .fl-heading-text {
	color: #ffffff;
}
.fl-node-5d6746e082938.fl-module-heading .fl-heading {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 25px;
	text-transform: capitalize;
}
@media(max-width: 768px) {
	.fl-node-5d6746e082938.fl-module-heading .fl-heading {
		font-size: 18px;
		text-align: center;
	}
}
 .fl-node-5d6746e082938 > .fl-module-content {
	margin-bottom:20px;
}
@media ( max-width: 992px ) {
 .fl-node-5d6746e082938.fl-module > .fl-module-content {
	margin-bottom:0px;
}
}
.fl-node-5d6746e7c0b63 .fl-separator {
	border-top:4px solid #0068b7;
	max-width: 100%;
	margin: 0 0 0 0;
}
@media ( max-width: 992px ) {
 .fl-node-5d6746e7c0b63.fl-module > .fl-module-content {
	margin-top:20px;
}
}
.fl-builder-content .fl-node-5d6746f17a90d .fl-rich-text, .fl-builder-content .fl-node-5d6746f17a90d .fl-rich-text * {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
}

.fl-builder-content .fl-node-5dcf1c8a2663e a.fl-button,
.fl-builder-content .fl-node-5dcf1c8a2663e a.fl-button:hover,
.fl-builder-content .fl-node-5dcf1c8a2663e a.fl-button:visited {

	
		background: #0069b8;

				background: linear-gradient(to bottom,  #1e87d6 0%, #0069b8 100%);
		
	}






.fl-builder-content .fl-node-5dcf1c8a2663e a.fl-button:hover,
.fl-builder-content .fl-node-5dcf1c8a2663e a.fl-button:focus {

	background: rgba(0,0,0,0.71);

		background: linear-gradient(to bottom,  rgba(30,30,30,0.71) 0%, rgba(0,0,0,0.71) 100%);
	}





.fl-builder-content .fl-node-5dcf1c8a2663e .fl-button,
.fl-builder-content .fl-node-5dcf1c8a2663e .fl-button * {
	transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-webkit-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
}


.fl-node-5dcf1c8a2663e .fl-button-wrap {
	text-align: left;
}
.fl-builder-content .fl-node-5dcf1c8a2663e a.fl-button, .fl-builder-content .fl-node-5dcf1c8a2663e a.fl-button:visited {
	border: 1px solid #005dac;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #0069b8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-builder-content .fl-node-5dcf1c8a2663e a.fl-button:hover, .fl-builder-content .fl-node-5dcf1c8a2663e a.fl-button:focus {
	border: 1px solid rgba(0,0,0,0.71);
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-node-5d6746d2bc1eb .fl-photo-img, .fl-node-5d6746d2bc1eb .fl-photo-content {
	width: 100%;
}
.fl-animated.fl-fade-down {
	animation: fl-fade-down 1s ease;
	-webkit-animation: fl-fade-down 1s ease;
}
@-webkit-keyframes fl-fade-down {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fl-fade-down {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fl-row .fl-col .fl-node-5d6744c0c628e h3.fl-heading a,
.fl-row .fl-col .fl-node-5d6744c0c628e h3.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-5d6744c0c628e h3.fl-heading .fl-heading-text *,
.fl-node-5d6744c0c628e h3.fl-heading .fl-heading-text {
	color: #ffffff;
}
.fl-node-5d6744c0c628e.fl-module-heading .fl-heading {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 25px;
	text-transform: capitalize;
}
@media(max-width: 768px) {
	.fl-node-5d6744c0c628e.fl-module-heading .fl-heading {
		font-size: 18px;
		text-align: center;
	}
}
 .fl-node-5d6744c0c628e > .fl-module-content {
	margin-bottom:20px;
}
@media ( max-width: 992px ) {
 .fl-node-5d6744c0c628e.fl-module > .fl-module-content {
	margin-bottom:0px;
}
}
.fl-node-5d674143285ce .fl-separator {
	border-top:4px solid #0068b7;
	max-width: 100%;
	margin: 0 0 0 0;
}
@media ( max-width: 992px ) {
 .fl-node-5d674143285ce.fl-module > .fl-module-content {
	margin-top:20px;
}
}
.fl-builder-content .fl-node-5d67426fadeb1 .fl-rich-text, .fl-builder-content .fl-node-5d67426fadeb1 .fl-rich-text * {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
}

.fl-builder-content .fl-node-5dcf1cc223268 a.fl-button,
.fl-builder-content .fl-node-5dcf1cc223268 a.fl-button:hover,
.fl-builder-content .fl-node-5dcf1cc223268 a.fl-button:visited {

	
		background: #0069b8;

				background: linear-gradient(to bottom,  #1e87d6 0%, #0069b8 100%);
		
	}






.fl-builder-content .fl-node-5dcf1cc223268 a.fl-button:hover,
.fl-builder-content .fl-node-5dcf1cc223268 a.fl-button:focus {

	background: rgba(0,0,0,0.71);

		background: linear-gradient(to bottom,  rgba(30,30,30,0.71) 0%, rgba(0,0,0,0.71) 100%);
	}





.fl-builder-content .fl-node-5dcf1cc223268 .fl-button,
.fl-builder-content .fl-node-5dcf1cc223268 .fl-button * {
	transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-webkit-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
}


.fl-node-5dcf1cc223268 .fl-button-wrap {
	text-align: left;
}
.fl-builder-content .fl-node-5dcf1cc223268 a.fl-button, .fl-builder-content .fl-node-5dcf1cc223268 a.fl-button:visited {
	border: 1px solid #005dac;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #0069b8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-builder-content .fl-node-5dcf1cc223268 a.fl-button:hover, .fl-builder-content .fl-node-5dcf1cc223268 a.fl-button:focus {
	border: 1px solid rgba(0,0,0,0.71);
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-node-5d6742795c71b .fl-photo {
	text-align: center;
}
.fl-row .fl-col .fl-node-5d67476be7503 h3.fl-heading a,
.fl-row .fl-col .fl-node-5d67476be7503 h3.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-5d67476be7503 h3.fl-heading .fl-heading-text *,
.fl-node-5d67476be7503 h3.fl-heading .fl-heading-text {
	color: #ffffff;
}
.fl-node-5d67476be7503.fl-module-heading .fl-heading {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 30px;
}
@media(max-width: 992px) {
	.fl-node-5d67476be7503.fl-module-heading .fl-heading {
		line-height: 0.9;
	}
}
@media(max-width: 768px) {
	.fl-node-5d67476be7503.fl-module-heading .fl-heading {
		font-size: 18px;
		text-align: center;
	}
}
 .fl-node-5d67476be7503 > .fl-module-content {
	margin-bottom:20px;
}
.fl-node-5d674774ecee2 .fl-separator {
	border-top:4px solid #0068b7;
	max-width: 100%;
	margin: 0 0 0 0;
}
@media ( max-width: 992px ) {
 .fl-node-5d674774ecee2.fl-module > .fl-module-content {
	margin-top:20px;
}
}
.fl-builder-content .fl-node-5d6747915f114 .fl-rich-text, .fl-builder-content .fl-node-5d6747915f114 .fl-rich-text * {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
}

.fl-builder-content .fl-node-5dccfe48d3f40 a.fl-button,
.fl-builder-content .fl-node-5dccfe48d3f40 a.fl-button:hover,
.fl-builder-content .fl-node-5dccfe48d3f40 a.fl-button:visited {

	
		background: #0069b8;

				background: linear-gradient(to bottom,  #1e87d6 0%, #0069b8 100%);
		
	}






.fl-builder-content .fl-node-5dccfe48d3f40 a.fl-button:hover,
.fl-builder-content .fl-node-5dccfe48d3f40 a.fl-button:focus {

	background: rgba(0,0,0,0.71);

		background: linear-gradient(to bottom,  rgba(30,30,30,0.71) 0%, rgba(0,0,0,0.71) 100%);
	}





.fl-builder-content .fl-node-5dccfe48d3f40 .fl-button,
.fl-builder-content .fl-node-5dccfe48d3f40 .fl-button * {
	transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-webkit-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
}


.fl-node-5dccfe48d3f40 .fl-button-wrap {
	text-align: left;
}
.fl-builder-content .fl-node-5dccfe48d3f40 a.fl-button, .fl-builder-content .fl-node-5dccfe48d3f40 a.fl-button:visited {
	border: 1px solid #005dac;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #0069b8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-builder-content .fl-node-5dccfe48d3f40 a.fl-button:hover, .fl-builder-content .fl-node-5dccfe48d3f40 a.fl-button:focus {
	border: 1px solid rgba(0,0,0,0.71);
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-node-5e450e1fe5731 .fl-photo {
	text-align: center;
}
.fl-node-5e450e1fe5731 .fl-photo-img, .fl-node-5e450e1fe5731 .fl-photo-content {
	width: 100%;
}
 .fl-node-5e450e1fe5731 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
@media ( max-width: 768px ) {
 .fl-node-5e450e1fe5731.fl-module > .fl-module-content {
	margin-bottom:20px;
}
}

.fl-builder-content .fl-node-5e4c61c049b54 a.fl-button,
.fl-builder-content .fl-node-5e4c61c049b54 a.fl-button:hover,
.fl-builder-content .fl-node-5e4c61c049b54 a.fl-button:visited {

	
		background: #0069b8;

				background: linear-gradient(to bottom,  #1e87d6 0%, #0069b8 100%);
		
	}






.fl-builder-content .fl-node-5e4c61c049b54 a.fl-button:hover,
.fl-builder-content .fl-node-5e4c61c049b54 a.fl-button:focus {

	background: #000000;

		background: linear-gradient(to bottom,  #1e1e1e 0%, #000000 100%);
	}





.fl-builder-content .fl-node-5e4c61c049b54 .fl-button,
.fl-builder-content .fl-node-5e4c61c049b54 .fl-button * {
	transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-webkit-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
}


.fl-node-5e4c61c049b54 .fl-button-wrap {
	text-align: center;
}
.fl-builder-content .fl-node-5e4c61c049b54 a.fl-button, .fl-builder-content .fl-node-5e4c61c049b54 a.fl-button:visited {
	border: 1px solid #005dac;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #0069b8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-builder-content .fl-node-5e4c61c049b54 a.fl-button:hover, .fl-builder-content .fl-node-5e4c61c049b54 a.fl-button:focus {
	border: 1px solid #000000;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-row .fl-col .fl-node-5d673eb7bd3d0 h4.fl-heading a,
.fl-row .fl-col .fl-node-5d673eb7bd3d0 h4.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-5d673eb7bd3d0 h4.fl-heading .fl-heading-text *,
.fl-node-5d673eb7bd3d0 h4.fl-heading .fl-heading-text {
	color: #000000;
}
.fl-node-5d673eb7bd3d0.fl-module-heading .fl-heading {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 40px;
	text-align: center;
	text-transform: capitalize;
}
@media(max-width: 992px) {
	.fl-node-5d673eb7bd3d0.fl-module-heading .fl-heading {
		font-size: 30px;
	}
}
@media(max-width: 768px) {
	.fl-node-5d673eb7bd3d0.fl-module-heading .fl-heading {
		font-size: 20px;
	}
}
.fl-node-5e502f0aeb1b3 .fl-separator {
	border-top:4px solid #fbaf28;
	max-width: 25%;
	margin: auto;
}
/* Post Slider */

/* Wrappers */
body.rtl .fl-module-post-slider .bx-viewport {
	direction: ltr;
}
.fl-module-post-slider .bx-wrapper {
	margin: 0 auto 40px;
}
.fl-module-post-slider .bx-controls {
	width: 100%;
	position: absolute;
	bottom: 0;
	margin-top: 20px;
}

.fl-post-slider-navigation{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 20;
	margin-top: -16px;
}
.fl-post-slider-navigation a{
	position: absolute;
	display: inline-block;
	opacity: .7;
}
.fl-post-slider-navigation a:hover{ opacity: 1; }

.fl-post-slider-navigation .slider-prev{ left: 5px; }
.fl-post-slider-navigation .slider-next{ right: 5px; }

.fl-post-slider-navigation .fl-post-slider-svg-container{
	position: relative;
	width: 32px;
	height: 32px;
}
.fl-post-slider-navigation svg{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.fl-post-slider-navigation path{ fill: #fff; }

.fl-post-slider-navigation a.disabled,
.bx-controls a.disabled {
	pointer-events: none;
}

/*Module styles =======================================*/

/* Background Photo */
.fl-post-slider{
	position: relative;
}
.fl-post-slider .fl-post-slider-post {
    position: absolute;
    top: 0;
    visibility: hidden;
}

.fl-post-slider .fl-post-slider-post:first-child,
.fl-post-slider-loaded .fl-post-slider-post {
    position: relative;
    visibility: visible;
}

.fl-post-slider-post .fl-slide-bg-photo {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.fl-post-slider-post .fl-post-slider-mobile-img { display: none; }
.fl-post-slider-post .fl-slide-bg-photo { display: block; }

.fl-post-slider-post .fl-post-slider-content{
	z-index: 10;
}

.fl-post-slider-post .fl-post-slider-title{
	margin: 0 0 20px 0 !important;
}

.fl-post-slider-post .fl-post-slider-feed-meta {
	margin-bottom: 10px;
}@media (max-width: 768px) { .fl-post-slider-post .fl-slide-bg-photo {
	display: none;
}

.fl-post-slider-post .fl-post-slider-mobile-img {
	display: block;
} }
	.fl-builder-content .fl-node-5e502f0aeb1b4 .fl-post-slider-post .fl-post-slider-content .fl-post-slider-feed-meta *,
	.fl-builder-content .fl-node-5e502f0aeb1b4 .fl-post-slider-post .fl-post-slider-content .fl-post-slider-feed-content * {
			color: #ffffff;
	}


	
		.fl-node-5e502f0aeb1b4 .fl-post-slider-background .fl-post-slider-content{
			position: relative;
			z-index: 10;
			padding: 50px;
					background-color: rgba(0,105,184,0.87);
				}

		.fl-node-5e502f0aeb1b4 .fl-post-slider-background .fl-post-slider-content-bg{
			display: none;
			position: absolute;
			top: 0;
			z-index: 5;
		}

	
	.fl-node-5e502f0aeb1b4 .fl-post-slider-no-thumb{
		padding: 50px;
			background-color: rgba(0,105,184,0.87);
		}

	@media ( min-width: 768px ) {

		.fl-node-5e502f0aeb1b4 .fl-post-slider-post {
			min-height: 400px;
		}

		.fl-node-5e502f0aeb1b4 .fl-slide-bg-photo {
			display: block;
		}

		.fl-node-5e502f0aeb1b4 .fl-post-slider-mobile-img {
			display: none;
		}

		
			
			.fl-node-5e502f0aeb1b4 .fl-post-slider-background .fl-post-slider-content{
				width: 50%;
				float: left;
				background: transparent;
			}

			.fl-node-5e502f0aeb1b4 .fl-post-slider-background .fl-post-slider-content-bg{
				display: block;
				left: 0;
				width: 50%;
				height: 100%;
				background-color: rgba(0,105,184,0.87);			}

		
	
	}



.fl-builder-content .fl-node-5e502f0aeb1b4 .fl-post-slider-post .fl-post-slider-content .fl-post-slider-title a,
.fl-builder-content .fl-node-5e502f0aeb1b4 .fl-post-slider-post .fl-post-slider-content .fl-post-slider-feed-meta a,
.fl-builder-content .fl-node-5e502f0aeb1b4 .fl-post-slider-post .fl-post-slider-content .fl-post-slider-feed-meta-content a {
	color: #fbaf28;
}

.fl-builder-content .fl-node-5e502f0aeb1b4 .fl-post-slider-post .fl-post-slider-content .fl-post-slider-title a:hover,
.fl-builder-content .fl-node-5e502f0aeb1b4 .fl-post-slider-post .fl-post-slider-content .fl-post-slider-feed-meta a:hover,
.fl-builder-content .fl-node-5e502f0aeb1b4 .fl-post-slider-post .fl-post-slider-content .fl-post-slider-feed-meta-content a:hover {
	color: #ffffff;
}

	.fl-node-5e502f0aeb1b4 .fl-post-slider-navigation path{
					fill: #ffffff;
			}

	
 .fl-node-5e502f0aeb1b4 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:40px;
	margin-left:0px;
}
@media (max-width: 768px) { .fl-node-5e502f0aeb1b4 > .fl-module-content { margin-bottom:20px; } }/* Generic Styles */
.fl-module-post-grid .fl-sep {
	display: inline-block;
	margin: 0 2px;
}

/* Post Columns */
body.rtl .fl-post-column {
	float: right;
}
.fl-post-column {
	float: left;
}
.fl-post-column .fl-post-grid-post {
	visibility: visible;
}

/* Post Grid */
.fl-post-grid {
	margin: 0 auto;
	position: relative;
}
.fl-post-grid:before,
.fl-post-grid:after {
	display: table;
	content: " ";
}
.fl-post-grid:after {
	clear: both;
}
.fl-post-grid-post {
	background: #fff;
	border: 1px solid #e6e6e6;
	visibility: hidden;
}
.fl-post-grid-post,
.fl-post-feed-post {
	overflow: hidden;
}

.fl-post-grid-image {
	position: relative;
}
.fl-post-grid-image img {
	height: auto !important;
	width: 100% !important;
}
.fl-post-grid-text {
	padding: 20px;
}
.fl-post-grid-title {
	padding-bottom: 7px;
}
body .fl-post-grid-text,
body .fl-post-grid-content p {
	font-size: 14px;
	line-height: 22px;
}
body .fl-post-grid-text > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
body .fl-post-grid-content p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
body .fl-post-grid-text a {
	text-decoration: none;
}
body .fl-post-grid-title {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px;
	padding: 0;
}
body .fl-post-grid-meta {
	font-size: 14px;
	padding-bottom: 10px;
}
.fl-post-feed-comments .fa {
	vertical-align: text-top;
}
.fl-post-grid-more {
	margin-top: 10px;
	display: inline-block;
}
.fl-post-grid #infscr-loading {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

/* Post Gallery */
.fl-post-gallery-post {
	overflow: hidden;
	position: relative;
	visibility: hidden;
}
.fl-post-gallery-link {
	display: block;
	height: 100%;
}
.fl-post-gallery-img {
	position: relative;
	z-index: 1;
}
.fl-post-gallery-img-horiz {
	height: 100% !important;
	max-height: 100% !important;
	max-width: none !important;
	width: auto !important;
}
.fl-post-gallery-img-vert {
	height: auto !important;
	max-height: none !important;
	max-width: 100% !important;
	width: 100% !important;
}
.fl-post-gallery-text-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	text-align: center;
	filter: alpha(opacity = 0);
	opacity: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}

.fl-post-gallery-link:hover .fl-post-gallery-text-wrap {
	filter: alpha(opacity = 100);
	opacity: 1;
}

.fl-post-gallery-text {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}

/* Gallery Transitions */
.fl-post-gallery-text,
.fl-post-gallery-link:hover .fl-post-gallery-text{
	-webkit-transform: translate3d(-50%,-50%,0);
	   -moz-transform: translate3d(-50%,-50%,0);
	    -ms-transform: translate(-50%,-50%);
			transform: translate3d(-50%,-50%,0);
}

/* Gallery Icons */
.fl-post-gallery-text .fl-gallery-icon{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.fl-post-gallery-text .fl-gallery-icon i,
.fl-post-gallery-text .fl-gallery-icon i:before{
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.fl-post-gallery-text h2.fl-post-gallery-title {
	font-size: 22px;
	margin: 0 0 5px 0;
}
.fl-post-gallery #infscr-loading {
	clear: both;
	padding: 40px 0;
	text-align: center;
	width: 100%;
}

/* Post Feed */
.fl-post-feed-post {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 40px;
}
.fl-post-feed-post:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.fl-post-feed-header {
	margin-bottom: 20px;
}
.fl-post-feed-header a {
	text-decoration: none;
}
body h2.fl-post-feed-title {
	margin: 0 0 10px;
	padding: 0;
	clear: none;
}
body .fl-post-feed-meta {
	font-size: 14px;
	margin-bottom: 5px;
}
.fl-post-feed-meta .fl-sep {
	margin: 0 3px;
}
.fl-post-feed-image {
	margin-bottom: 25px;
	position: relative;
}
.fl-post-feed-image img {
	height: auto !important;
	width: 100% !important;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image {
	float: left;
	margin-bottom: 0;
	width: 33%;
}
.fl-post-feed-image-beside .fl-post-feed-text,
.fl-post-feed-image-beside-content .fl-post-feed-text {
	margin-left: 37%;
}
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image {
	float: right;
	margin-bottom: 0;
	width: 33%;
}
.fl-post-feed-image-beside-right .fl-post-feed-text,
.fl-post-feed-image-beside-content-right .fl-post-feed-text {
	margin-right: 37%;
}
.fl-post-feed-content a {
	text-decoration: none;
}
.fl-post-feed-content p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.fl-post-feed-more {
	margin-top: 15px;
	display: inline-block;
}
.fl-post-feed #infscr-loading {
	padding: 40px 0;
	text-align: center;
	width: 100%;
}

/* No posts message */
.fl-post-grid-empty {
}

li.fl-post-feed-post,li.fl-post-gallery-post, li.fl-post-grid-post {
	list-style: none;
}
@media (max-width: 768px) { /* Post Feed */
.fl-post-feed-post.fl-post-feed-image-beside,
.fl-post-feed-post.fl-post-feed-image-beside-content,
.fl-post-feed-post.fl-post-feed-image-beside-right,
.fl-post-feed-post.fl-post-feed-image-beside-content-right {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside .fl-post-feed-image img,
.fl-post-feed-image-beside-content .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image img,
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-right .fl-post-feed-image img,
.fl-post-feed-image-beside-content-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image img {
	float: none;
	width: 100% !important;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image,
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image {
	margin-bottom: 20px;
}
.fl-post-feed-image-beside .fl-post-feed-text,
.fl-post-feed-image-beside-content .fl-post-feed-text,
.fl-post-feed-image-beside-right .fl-post-feed-text,
.fl-post-feed-image-beside-content-right .fl-post-feed-text {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
 }.fl-node-5dfd63d3ae39c .fl-post-grid-post {
	margin-bottom: 20px;
	width: 280px;
}
.fl-node-5dfd63d3ae39c .fl-post-grid-sizer {
	width: 280px;
}
@media screen and (max-width: 300px) {
	.fl-node-5dfd63d3ae39c .fl-post-grid,
	.fl-node-5dfd63d3ae39c .fl-post-grid-post,
	.fl-node-5dfd63d3ae39c .fl-post-grid-sizer {
		width: 100% !important;
	}
}

.fl-node-5dfd63d3ae39c .fl-post-grid-post {

	
	}

.fl-node-5dfd63d3ae39c .fl-post-grid-text {
	padding: 20px;
}








.fl-node-5dfd63d3ae39c .fl-post-grid-title {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
}
 .fl-node-5dfd63d3ae39c > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}

.fl-builder-content .fl-node-5e838958ab9db a.fl-button,
.fl-builder-content .fl-node-5e838958ab9db a.fl-button:hover,
.fl-builder-content .fl-node-5e838958ab9db a.fl-button:visited {

	
		background: #0069b8;

				background: linear-gradient(to bottom,  #1e87d6 0%, #0069b8 100%);
		
	}






.fl-builder-content .fl-node-5e838958ab9db a.fl-button:hover,
.fl-builder-content .fl-node-5e838958ab9db a.fl-button:focus {

	background: #000000;

		background: linear-gradient(to bottom,  #1e1e1e 0%, #000000 100%);
	}





.fl-builder-content .fl-node-5e838958ab9db .fl-button,
.fl-builder-content .fl-node-5e838958ab9db .fl-button * {
	transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-webkit-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
}


.fl-node-5e838958ab9db .fl-button-wrap {
	text-align: center;
}
.fl-builder-content .fl-node-5e838958ab9db a.fl-button, .fl-builder-content .fl-node-5e838958ab9db a.fl-button:visited {
	border: 1px solid #005dac;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #0069b8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-builder-content .fl-node-5e838958ab9db a.fl-button:hover, .fl-builder-content .fl-node-5e838958ab9db a.fl-button:focus {
	border: 1px solid #000000;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.fl-node-5e3d1a738bdfe .fl-photo {
	text-align: center;
}
 .fl-node-5e3d1a738bdfe > .fl-module-content {
	margin-top:80px;
	margin-bottom:80px;
}
@media (max-width: 768px) { .fl-node-5e3d1a738bdfe > .fl-module-content { margin-top:20px;margin-bottom:20px; } }
/* Start Global CSS */

/* End Global CSS */


/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */
#overflowz{overflow:hidden;}
a.fl-slide-bg-link {
    background: rgba(0,0,0,0.5);
}
a.bluey-button {
  padding: 10px;
    border-radius: 100px;
    background-color: #0069b8;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    MIN-WIDTH: 260px;
    display: inline-block;
}
/* End Layout CSS */


                                
        
                                
        
                                
        
                                
        
                                
        
                                
        
                                
        
                                
        
                                
        
                                
        
                                
        
                                
        
                                
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        