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

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

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

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

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

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

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

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

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

/* Video Bg */
.fl-row-bg-video,
.fl-row-bg-video .fl-row-content {
	position: relative;
}
.fl-row-bg-video .fl-bg-video {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.fl-row-bg-video .fl-bg-video video {
	bottom: 0;
	left: 0px;
	position: absolute;
	right: 0;
	top: 0px;
}
.fl-row-bg-video .fl-bg-video iframe {
	pointer-events: none;
	width: 100vw;
  	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  	max-width: none;
  	min-height: 100vh;
  	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
.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 {
	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 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;

}
.fl-row-full-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 {
	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 {
	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 {
	height: auto;
}

.fl-builder-ie-11 .fl-row-full-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 {
    margin: 0 auto;
}

.fl-builder-ie-11 .fl-row-full-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 {
	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 {
	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 {
	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;
}
.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-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 {
	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
------------------------------------------------------ */

 a.fl-button,
 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-button:hover {
	text-decoration: none;
}
 .fl-button:active {
	position: relative;
	top: 1px;
}
 .fl-button-width-full .fl-button {
	display: block;
	text-align: center;
}
 .fl-button-width-custom .fl-button {
	display: inline-block;
	text-align: center;
	max-width: 100%;
}
 .fl-button-left {
	text-align: left;
}
 .fl-button-center {
	text-align: center;
}
 .fl-button-right {
	text-align: right;
}
 .fl-button i {
	font-size: 1.3em;
	height: auto;
	margin-right:8px;
	vertical-align: middle;
	width: auto;
}
 .fl-button i.fl-button-icon-after {
	margin-left: 8px;
	margin-right: 0;
}
 .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;
}
.fl-icon i:before {
	border: none !important;
}
.fl-icon-text {
	display: table-cell;
	text-align: left;
	padding-left: 15px;
	vertical-align: middle;
}
.fl-icon-text *:last-child {
	margin: 0 !important;
	padding: 0 !important;
}
.fl-icon-text a {
	text-decoration: none;
}

/* 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
------------------------------------------------------ */

 .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-mobile .fl-animation,
.fl-builder-edit .fl-animation,
.fl-animated {
	opacity: 1;
}

/* Fade In */
.fl-animated.fl-fade-in {
	animation: fl-fade-in 1s ease-out;
	-webkit-animation: fl-fade-in 1s ease-out;
	-moz-animation: fl-fade-in 1s ease-out;
}
@keyframes fl-fade-in {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes fl-fade-in {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes fl-fade-in {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/* Slide Left */
.fl-animated.fl-slide-left {
	animation: fl-slide-left 1s ease-out;
	-webkit-animation: fl-slide-left 1s ease-out;
	-moz-animation: fl-slide-left 1s ease-out;
}
@keyframes fl-slide-left {
	0% { opacity: 0; transform: translateX(10%); }
	100% { opacity: 1; transform: translateX(0%); }
}
@-webkit-keyframes fl-slide-left {
	0% { opacity: 0; -webkit-transform: translateX(10%); }
	100% { opacity: 1; -webkit-transform: translateX(0%); }
}
@-moz-keyframes fl-slide-left {
	0% { opacity: 0; -moz-transform: translateX(10%); }
	100% { opacity: 1; -moz-transform: translateX(0%); }
}

/* Slide Right */
.fl-animated.fl-slide-right {
	animation: fl-slide-right 1s ease-out;
	-webkit-animation: fl-slide-right 1s ease-out;
	-moz-animation: fl-slide-right 1s ease-out;
}
@keyframes fl-slide-right {
	0% { opacity: 0; transform: translateX(-10%); }
	100% { opacity: 1; transform: translateX(0%); }
}
@-webkit-keyframes fl-slide-right {
	0% { opacity: 0; -webkit-transform: translateX(-10%); }
	100% { opacity: 1; -webkit-transform: translateX(0%); }
}
@-moz-keyframes fl-slide-right {
	0% { opacity: 0; -moz-transform: translateX(-10%); }
	100% { opacity: 1; -moz-transform: translateX(0%); }
}

/* Slide Up */
.fl-animated.fl-slide-up {
	animation: fl-slide-up 1s ease-out;
	-webkit-animation: fl-slide-up 1s ease-out;
	-moz-animation: fl-slide-up 1s ease-out;
}
@keyframes fl-slide-up {
	0% { opacity: 0; transform: translateY(10%); }
	100% { opacity: 1; transform: translateY(0%); }
}
@-webkit-keyframes fl-slide-up {
	0% { opacity: 0; -webkit-transform: translateY(10%); }
	100% { opacity: 1; -webkit-transform: translateY(0%); }
}
@-moz-keyframes fl-slide-up {
	0% { opacity: 0; -moz-transform: translateY(10%); }
	100% { opacity: 1; -moz-transform: translateY(0%); }
}

/* Slide Down */
.fl-animated.fl-slide-down {
	animation: fl-slide-down 1s ease-out;
	-webkit-animation: fl-slide-down 1s ease-out;
	-moz-animation: fl-slide-down 1s ease-out;
}
@keyframes fl-slide-down {
	0% { opacity: 0; transform: translateY(-10%); }
	100% { opacity: 1; transform: translateY(0%); }
}
@-webkit-keyframes fl-slide-down {
	0% { opacity: 0; -webkit-transform: translateY(-10%); }
	100% { opacity: 1; -webkit-transform: translateY(0%); }
}
@-moz-keyframes fl-slide-down {
	0% { opacity: 0; -moz-transform: translateY(-10%); }
	100% { opacity: 1; -moz-transform: translateY(0%); }
}

/* 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%;
}
.fl-row-content-wrap { margin: 0px; }.fl-row-content-wrap { padding: 20px; }.fl-row-fixed-width { max-width: 1100px; }.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;
} }@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 {
	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%;
}
.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 {
	max-width: 400px;
}
.fl-block-col-resize {
	display:none;
}/* Rows
------------------------------------------------------ */

.fl-row[data-node] .fl-row-content-wrap {
	border-left: none;
	border-right: none;
	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 {
	border-left: none;
	border-right: none;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
} }.page .fl-post-header, .single-fl-builder-template .fl-post-header { display:none; }






.fl-node-5afa0f4848b6b > .fl-row-content-wrap {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
.fl-builder-mobile .fl-node-5afa0f4848b6b > .fl-row-content-wrap {
	background-image: url(https://smartoncrime.us/content/uploads/2018/03/SOC-conferenceteaser-site-skyline.png);
	background-attachment: scroll;
	background-position: center center;
}





.fl-node-5aabd5f02b4af > .fl-row-content-wrap {
	background-color: #ffffff;
	background-color: rgba(255,255,255, 1);
}
















.fl-node-5b9048775d57f > .fl-row-content-wrap {
	background-color: #062527;
	background-color: rgba(6,37,39, 0);
}




 .fl-node-5b9048775d57f > .fl-row-content-wrap {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
}








 .fl-node-5b90490d7439e > .fl-row-content-wrap {
	padding-top:0px;
}




.fl-node-5b90489085cf9 > .fl-row-content-wrap {
	background-color: #062527;
	background-color: rgba(6,37,39, 0);
}




 .fl-node-5b90489085cf9 > .fl-row-content-wrap {
	padding-top:0px;
	padding-bottom:0px;
}




.fl-node-5b9048a041abd > .fl-row-content-wrap {
	background-color: #062527;
	background-color: rgba(6,37,39, 0);
}




 .fl-node-5b9048a041abd > .fl-row-content-wrap {
	padding-top:0px;
	padding-bottom:0px;
}




.fl-node-5b9048a883ccb > .fl-row-content-wrap {
	background-color: #062527;
	background-color: rgba(6,37,39, 0);
}




 .fl-node-5b9048a883ccb > .fl-row-content-wrap {
	padding-top:0px;
	padding-right:20px;
	padding-bottom:0px;
	padding-left:20px;
}




.fl-node-5b9048b1057c6 > .fl-row-content-wrap {
	background-color: #062527;
	background-color: rgba(6,37,39, 0);
}




 .fl-node-5b9048b1057c6 > .fl-row-content-wrap {
	padding-top:0px;
	padding-bottom:0px;
}




.fl-node-5b9048b99f612 > .fl-row-content-wrap {
	background-color: #062527;
	background-color: rgba(6,37,39, 0);
}




 .fl-node-5b9048b99f612 > .fl-row-content-wrap {
	padding-top:0px;
	padding-bottom:0px;
}




.fl-node-5b9048c3264eb > .fl-row-content-wrap {
	background-color: #062527;
	background-color: rgba(6,37,39, 0);
}




 .fl-node-5b9048c3264eb > .fl-row-content-wrap {
	padding-top:0px;
	padding-bottom:0px;
}












.fl-node-5aabd5f02b5e9 > .fl-row-content-wrap {
	background-color: #ffffff;
	background-color: rgba(255,255,255, 1);
}




 .fl-node-5aabd5f02b5e9 > .fl-row-content-wrap {
	padding-bottom:0px;
}




.fl-node-5b4f4f75ecc51 > .fl-row-content-wrap {
	background-color: #ffffff;
	background-color: rgba(255,255,255, 1);
}




 .fl-node-5b4f4f75ecc51 > .fl-row-content-wrap {
	padding-top:0px;
	padding-bottom:0px;
}




.fl-node-5b4f5188a9dc7 > .fl-row-content-wrap {
	background-color: #ffffff;
	background-color: rgba(255,255,255, 1);
}




 .fl-node-5b4f5188a9dc7 > .fl-row-content-wrap {
	padding-top:0px;
	padding-bottom:20px;
}
.fl-node-5bad1653e5e50 {
	width: 100%;
}





.fl-node-5bad1653e5e50 > .fl-col-content {
	background-color: #2f8a90;
	background-color: rgba(47,138,144, 1);
}





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










	
	
.fl-node-5afa0f48489d1 {
	width: 50%;
}










	
	
.fl-node-5afdb435efd5c {
	width: 50%;
}










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










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










	
	
.fl-node-5bb785724fa5e {
	width: 50%;
}










	
	
.fl-node-5bb785724fb12 {
	width: 50%;
}










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










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










	
	
.fl-node-5b9048775acfc {
	width: 14.28%;
}










	
	
.fl-node-5b9048775aaf0 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775ac4f {
	width: 14.28%;
}










	
	
.fl-node-5b9048775aba0 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775aa42 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775a991 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775ada0 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775b531 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775b31d {
	width: 14.28%;
}










	
	
.fl-node-5b9048775b483 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775b3d4 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775b5e1 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775b68f {
	width: 14.28%;
}










	
	
.fl-node-5b9048775b73c {
	width: 14.28%;
}










	
	
.fl-node-5b9048775c9b2 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775c906 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775c859 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775c7ac {
	width: 14.28%;
}










	
	
.fl-node-5b9048775c6fe {
	width: 14.28%;
}










	
	
.fl-node-5b9048775c64f {
	width: 14.28%;
}










	
	
.fl-node-5b9048775ca70 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775c012 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775bf63 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775beb0 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775bdff {
	width: 14.28%;
}










	
	
.fl-node-5b9048775bd53 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775bca6 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775c0bf {
	width: 14.28%;
}










	
	
.fl-node-5b9048775d2c2 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775d0b7 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775d373 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775d421 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775d211 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775d164 {
	width: 14.28%;
}










	
	
.fl-node-5b9048775d007 {
	width: 14.28%;
}










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










	
	
.fl-node-5b904890857b1 {
	width: 14.28%;
}










	
	
.fl-node-5b904890853a9 {
	width: 14.28%;
}










	
	
.fl-node-5b9048908565e {
	width: 14.28%;
}










	
	
.fl-node-5b904890855b4 {
	width: 14.28%;
}










	
	
.fl-node-5b90489085708 {
	width: 14.28%;
}










	
	
.fl-node-5b90489085503 {
	width: 14.28%;
}










	
	
.fl-node-5ba29e23ac798 {
	width: 14.28%;
}










	
	
.fl-node-5b9048a041227 {
	width: 14.28%;
}










	
	
.fl-node-5b9048a041377 {
	width: 14.28%;
}










	
	
.fl-node-5b9048a041573 {
	width: 14.28%;
}










	
	
.fl-node-5b9048a04117b {
	width: 14.28%;
}










	
	
.fl-node-5b9048a0412cf {
	width: 14.28%;
}










	
	
.fl-node-5b9048a041420 {
	width: 14.28%;
}










	
	
.fl-node-5ba29e401de9f {
	width: 14.28%;
}










	
	
.fl-node-5b9048a88359c {
	width: 14.28%;
}










	
	
.fl-node-5b9048a88339a {
	width: 14.28%;
}










	
	
.fl-node-5b9048a883649 {
	width: 14.28%;
}










	
	
.fl-node-5b9048a8836f3 {
	width: 14.28%;
}










	
	
.fl-node-5b9048a883447 {
	width: 14.28%;
}










	
	
.fl-node-5b9048a8834f2 {
	width: 14.28%;
}










	
	
.fl-node-5ba29e48ef3e6 {
	width: 14.28%;
}










	
	
.fl-node-5b9048b104ef7 {
	width: 14.28%;
}










	
	
.fl-node-5b9048b10519a {
	width: 14.28%;
}










	
	
.fl-node-5b9048b104e4c {
	width: 14.28%;
}










	
	
.fl-node-5b9048b104f9f {
	width: 14.28%;
}










	
	
.fl-node-5b9048b105245 {
	width: 14.28%;
}










	
	
.fl-node-5b9048b105048 {
	width: 14.28%;
}










	
	
.fl-node-5ba29e507cfad {
	width: 14.28%;
}










	
	
.fl-node-5ba8e9cd2f3f5 {
	width: 14.28%;
}










	
	
.fl-node-5b9048b99eeaa {
	width: 14.28%;
}










	
	
.fl-node-5b9048b99f0c0 {
	width: 14.28%;
}










	
	
.fl-node-5b9048b99f00e {
	width: 14.28%;
}










	
	
.fl-node-5b9048b99ecb2 {
	width: 14.28%;
}










	
	
.fl-node-5b9048b99ed5c {
	width: 14.28%;
}










	
	
.fl-node-5ba29e6121cb6 {
	width: 14.28%;
}










	
	
.fl-node-5b9048c32604a {
	width: 14.28%;
}










	
	
.fl-node-5b9048c325e50 {
	width: 14.28%;
}










	
	
.fl-node-5b9048c325ef8 {
	width: 14.28%;
}










	
	
.fl-node-5b9048c32619c {
	width: 14.28%;
}










	
	
.fl-node-5b9048c3260f3 {
	width: 14.28%;
}










	
	
.fl-node-5b9048c325fa1 {
	width: 14.28%;
}










	
	
.fl-node-5ba29e72ce558 {
	width: 14.28%;
}










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










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










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










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










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










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










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










	
	
.fl-module-heading .fl-heading {
	padding: 0 !important;
	margin: 0 !important;
}.fl-node-5bad166b27741.fl-module-heading .fl-heading {
	text-align: center;
			}
.fl-node-5bad166b27741 h2.fl-heading a,
.fl-node-5bad166b27741 h2.fl-heading .fl-heading-text,
.fl-node-5bad166b27741 h2.fl-heading .fl-heading-text *,
.fl-row .fl-col .fl-node-5bad166b27741 h2.fl-heading .fl-heading-text {
	color: #ffffff;
}
@media (max-width: 768px) { /* Mobile Photo */
.fl-photo-content {
	width: 100%;
} } .fl-node-5afa0f4848a9e > .fl-module-content {
	margin-top:100px;
}
@media (max-width: 768px) { .fl-node-5afa0f4848a9e > .fl-module-content { margin-top:20px; } } .fl-node-5aac39f889395 > .fl-module-content {
	margin-top:0px;
	margin-right:40px;
	margin-bottom:0px;
	margin-left:0px;
}
@media (max-width: 768px) { .fl-node-5aac39f889395 > .fl-module-content { margin-right:20px; } } .fl-node-5afdb44987731 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:40px;
}
@media (max-width: 768px) { .fl-node-5afdb44987731 > .fl-module-content { margin-left:20px; } }@media (max-width: 768px) { .fl-module-icon {
	text-align: center !important;
} }.fl-node-5afa0f4848b27.fl-module-icon {
	text-align: center}
.fl-node-5afa0f4848b27 .fl-module-content .fl-icon i,
.fl-node-5afa0f4848b27 .fl-module-content .fl-icon i:before {
		color: #ffffff;
		font-size: 50px;
	height: auto;
	width: auto;
		}
.fl-node-5afa0f4848b27 .fl-module-content .fl-icon i:hover,
.fl-node-5afa0f4848b27 .fl-module-content .fl-icon i:hover:before,
.fl-node-5afa0f4848b27 .fl-module-content .fl-icon a:hover i,
.fl-node-5afa0f4848b27 .fl-module-content .fl-icon a:hover i:before {
				color: #9ba8a9;
	}
.fl-node-5afa0f4848b27 .fl-module-content .fl-icon-text {
	height: 87.5px;
}
 .fl-node-5afa0f4848b27 > .fl-module-content {
	margin-top:80px;
}
@media (max-width: 768px) { .fl-node-5afa0f4848b27 > .fl-module-content { margin-top:20px; } }@media (max-width: 768px) { .fl-module-button .fl-button-left,
.fl-module-button .fl-button-right {
	text-align: center;
} } .fl-node-5bb785484b9c7 a.fl-button,
 .fl-node-5bb785484b9c7 a.fl-button:visited {

	font-size: 20px;
	line-height: 22px;
	padding: 12px 24px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;

	
		background: #00717f;
	border: 1px solid #006573;

		
		
	}

 .fl-node-5bb785484b9c7 a.fl-button,
 .fl-node-5bb785484b9c7 a.fl-button:visited,
 .fl-node-5bb785484b9c7 a.fl-button *,
 .fl-node-5bb785484b9c7 a.fl-button:visited * {
	color: #ffffff;
}

 .fl-node-5bb785484b9c7 a.fl-button:hover,
 .fl-node-5bb785484b9c7 a.fl-button:focus {

	background: #00717f;
	border: 1px solid #006573;

	
	}

 .fl-node-5bb785484b9c7 a.fl-button:hover,
 .fl-node-5bb785484b9c7 a.fl-button:focus,
 .fl-node-5bb785484b9c7 a.fl-button:hover *,
 .fl-node-5bb785484b9c7 a.fl-button:focus * {
	color: #062527;
}




 .fl-node-5bb785484b9c7 > .fl-module-content {
	margin-left:20px;
}
 .fl-node-5bb78554ed7ab a.fl-button,
 .fl-node-5bb78554ed7ab a.fl-button:visited {

	font-size: 20px;
	line-height: 22px;
	padding: 12px 24px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;

	
		background: #00717f;
	border: 1px solid #006573;

		
		
	}

 .fl-node-5bb78554ed7ab a.fl-button,
 .fl-node-5bb78554ed7ab a.fl-button:visited,
 .fl-node-5bb78554ed7ab a.fl-button *,
 .fl-node-5bb78554ed7ab a.fl-button:visited * {
	color: #ffffff;
}

 .fl-node-5bb78554ed7ab a.fl-button:hover,
 .fl-node-5bb78554ed7ab a.fl-button:focus {

	background: #00717f;
	border: 1px solid #006573;

	
	}

 .fl-node-5bb78554ed7ab a.fl-button:hover,
 .fl-node-5bb78554ed7ab a.fl-button:focus,
 .fl-node-5bb78554ed7ab a.fl-button:hover *,
 .fl-node-5bb78554ed7ab a.fl-button:focus * {
	color: #062527;
}




 .fl-node-5bb78554ed7ab > .fl-module-content {
	margin-left:20px;
}
.fl-node-5afdae0f2bc5c.fl-module-heading .fl-heading {
	text-align: center;
		font-size: 25px;
			line-height: 1.5;
		}
.fl-node-5afdae0f2bc5c h4.fl-heading a,
.fl-node-5afdae0f2bc5c h4.fl-heading .fl-heading-text,
.fl-node-5afdae0f2bc5c h4.fl-heading .fl-heading-text *,
.fl-row .fl-col .fl-node-5afdae0f2bc5c h4.fl-heading .fl-heading-text {
	color: #062527;
}
.fl-node-5afdae0f2bc5c .fl-heading .fl-heading-text{
	font-family: "Titillium Web", sans-serif;font-weight: 400;}
 .fl-node-5afdae0f2bc5c > .fl-module-content {
	margin-top:50px;
	margin-right:20px;
	margin-bottom:20px;
	margin-left:20px;
}
@media (max-width: 768px) { .fl-node-5afdae0f2bc5c > .fl-module-content { margin-top:20px; } } .fl-node-5ba9960ad05a4 a.fl-button,
 .fl-node-5ba9960ad05a4 a.fl-button:visited {

	font-size: 20px;
	line-height: 22px;
	padding: 12px 24px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;

	
		background: #00717f;
	border: 1px solid #006573;

		
		
	}

 .fl-node-5ba9960ad05a4 a.fl-button{
    background: #062527 !important;
    border: none !important;
    border-radius: 20px !important;
}
 .fl-node-5ba9960ad05a4 a.fl-button span{
    color: white !important;
    font-family: "Titillium Web", sans-serif !important;
    text-transform: capitalize !important;
}
 .fl-node-5ba9960ad05a4 a.fl-button:hover{
    background: #777777 !important;
    color: white !important;
}

 .fl-node-5ba9960ad05a4 a.fl-button,
 .fl-node-5ba9960ad05a4 a.fl-button:visited,
 .fl-node-5ba9960ad05a4 a.fl-button *,
 .fl-node-5ba9960ad05a4 a.fl-button:visited * {
	color: #ffffff;
}

 .fl-node-5ba9960ad05a4 a.fl-button:hover,
 .fl-node-5ba9960ad05a4 a.fl-button:focus {

	background: #00717f;
	border: 1px solid #006573;

	
	}

 .fl-node-5ba9960ad05a4 a.fl-button:hover,
 .fl-node-5ba9960ad05a4 a.fl-button:focus,
 .fl-node-5ba9960ad05a4 a.fl-button:hover *,
 .fl-node-5ba9960ad05a4 a.fl-button:focus * {
	color: #062527;
}




 .fl-node-5ba9960ad05a4 > .fl-module-content {
	margin-left:20px;
}
 .fl-node-5ba92ea701ec2 a.fl-button,
 .fl-node-5ba92ea701ec2 a.fl-button:visited {

	font-size: 20px;
	line-height: 22px;
	padding: 12px 24px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;

	
		background: #00717f;
	border: 1px solid #006573;

		
		
	}

 .fl-node-5ba92ea701ec2 a.fl-button,
 .fl-node-5ba92ea701ec2 a.fl-button:visited,
 .fl-node-5ba92ea701ec2 a.fl-button *,
 .fl-node-5ba92ea701ec2 a.fl-button:visited * {
	color: #ffffff;
}

 .fl-node-5ba92ea701ec2 a.fl-button:hover,
 .fl-node-5ba92ea701ec2 a.fl-button:focus {

	background: #00717f;
	border: 1px solid #006573;

	
	}

 .fl-node-5ba92ea701ec2 a.fl-button:hover,
 .fl-node-5ba92ea701ec2 a.fl-button:focus,
 .fl-node-5ba92ea701ec2 a.fl-button:hover *,
 .fl-node-5ba92ea701ec2 a.fl-button:focus * {
	color: #062527;
}




 .fl-node-5ba92ea701ec2 > .fl-module-content {
	margin-left:20px;
}
.fl-node-5b9048d9475cf.fl-module-heading .fl-heading {
	text-align: center;
		font-size: 30px;
			}
.fl-node-5b9048d9475cf h2.fl-heading a,
.fl-node-5b9048d9475cf h2.fl-heading .fl-heading-text,
.fl-node-5b9048d9475cf h2.fl-heading .fl-heading-text *,
.fl-row .fl-col .fl-node-5b9048d9475cf h2.fl-heading .fl-heading-text {
	color: #062527;
}
.fl-node-5b9048d9475cf .fl-heading .fl-heading-text{
	font-family: "Titillium Web", sans-serif;font-weight: 600;}
 .fl-node-5b9048d9475cf > .fl-module-content {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
}
/* Align
---------------------------------------------------*/

.fl-callout-left {
	text-align: left;
}
.fl-callout-center {
	text-align: center;
}
.fl-callout-right {
	text-align: right;
}
.fl-callout-right.fl-callout-icon-left,
.fl-callout-right.fl-callout-icon-right {
	display: table;
	float: right;
}

/* Title
---------------------------------------------------*/

body a.fl-callout-title-link {
	text-decoration: none;
}
body h1.fl-callout-title,
body h2.fl-callout-title,
body h3.fl-callout-title,
body h4.fl-callout-title,
body h5.fl-callout-title,
body h6.fl-callout-title {
	margin: 0;
	padding: 0 0 10px 0;
}

/* Text
---------------------------------------------------*/

.fl-callout-text p {
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
}

/* Button
---------------------------------------------------*/

.fl-callout-button {
	padding: 10px 0 0 0;
}

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

/* Above/Below Title */
.fl-callout-icon-above-title .fl-icon {
	display: block;
	margin-bottom: 20px;
}
.fl-callout-icon-below-title .fl-icon {
	display: block;
	margin: 10px 0 15px;
}
.fl-callout-icon-above-title .fl-icon i,
.fl-callout-icon-below-title .fl-icon i {
	display: inline-block;
	float: none;
}

/* Left/Right of Title */
.fl-callout-icon-left-title .fl-callout-title,
.fl-callout-icon-right-title .fl-callout-title {
	display: inline-block;
}
.fl-callout-icon-left-title .fl-callout-title span,
.fl-callout-icon-right-title .fl-callout-title span {
	display: table-cell;
	vertical-align: middle;
}
.fl-callout-icon-left-title .fl-icon {
	padding-right: 15px;
}
.fl-callout-icon-right-title .fl-icon {
	padding-left: 15px;
}

/* Left/Right */
.fl-callout-icon-left .fl-icon,
.fl-callout-icon-left-text .fl-icon {
	display: inline;
	float: left;
	padding-right: 15px;
}
.fl-callout-icon-right .fl-icon,
.fl-callout-icon-right-text .fl-icon {
	vertical-align: top;
	padding-left: 15px;
}
.fl-callout-icon-left .fl-callout-content,
.fl-callout-icon-right .fl-callout-content,
.fl-callout-icon-left-text .fl-callout-text-wrap,
.fl-callout-icon-right-text .fl-callout-text-wrap {
	display: table-cell;
}
.fl-callout-right.fl-callout-icon-left .fl-icon {
	display: table-cell;
	vertical-align: top;
}

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

/* Above Title */
.fl-callout-photo-above-title .fl-photo {
	margin-bottom: 15px;
}

/* Below Title */
.fl-callout-photo-below-title .fl-photo {
	margin-bottom: 15px;
	margin-top: 5px;
}

/* Left */
.fl-callout-photo-left {
	display: table;
	table-layout: fixed; 
	width: 100%;
}
.fl-callout-photo-left .fl-callout-photo,
.fl-callout-photo-left-text .fl-callout-photo {
	display: table-cell;
	padding-right: 30px;
	width: 50%;
	vertical-align: top;
}
.fl-callout-photo-left .fl-callout-content,
.fl-callout-photo-left-text .fl-callout-text-wrap {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

/* Right */
.fl-callout-photo-right {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.fl-callout-photo-right .fl-callout-photo,
.fl-callout-photo-right-text .fl-callout-photo {
	display: table-cell;
	padding-left: 30px;
	width: 50%;
	vertical-align: top;
}
.fl-callout-photo-right .fl-callout-content,
.fl-callout-photo-right-text .fl-callout-text-wrap {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}@media (max-width: 768px) { .fl-callout-photo-left,
.fl-callout-photo-right {
	display: block;
}
.fl-callout-photo-left .fl-callout-photo,
.fl-callout-photo-left-text .fl-callout-photo {
	display: block;
	margin-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	width: auto;
}
.fl-callout-photo-right .fl-callout-photo,
.fl-callout-photo-right-text .fl-callout-photo {
	display: block;
	margin-top: 25px;
	padding-left: 0;
	padding-right: 0;
	width: auto;
}
.fl-callout-photo-left .fl-callout-content,
.fl-callout-photo-left-text .fl-callout-content,
.fl-callout-photo-right .fl-callout-content,
.fl-callout-photo-right-text .fl-callout-content {
	display: block;
	width: auto;
} } .fl-node-5b9048775b1ae .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775afa7 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775b101 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775b054 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775aef9 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775ae4c .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775b25a .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b96d2f7a361f .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775b9f1 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775b7e9 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775b944 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775b897 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775ba9e .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775bb4a .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775bbf7 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775cea0 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775cde2 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775cd35 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775cc86 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775cbd6 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775cb20 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775cf56 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775c4f4 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775c446 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775c395 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775c2df .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5ba8f51d2e9c9 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775c223 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775c171 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775c5a2 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048775d4cf .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
.fl-node-5b90490d74ab7.fl-module-heading .fl-heading {
	text-align: center;
		font-size: 30px;
			}
.fl-node-5b90490d74ab7 h2.fl-heading a,
.fl-node-5b90490d74ab7 h2.fl-heading .fl-heading-text,
.fl-node-5b90490d74ab7 h2.fl-heading .fl-heading-text *,
.fl-row .fl-col .fl-node-5b90490d74ab7 h2.fl-heading .fl-heading-text {
	color: #062527;
}
.fl-node-5b90490d74ab7 .fl-heading .fl-heading-text{
	font-family: "Titillium Web", sans-serif;font-weight: 600;}
 .fl-node-5b90490d74ab7 > .fl-module-content {
	margin-top:0px;
	margin-bottom:20px;
	margin-left:20px;
}
 .fl-node-5ba03026758ef .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5ba8e0714cb8b .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b90489085afe .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b90489085a54 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b904890859ab .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b90489085902 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b90489085c50 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048a041818 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048a041a15 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048a04161e .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048a041770 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048a0418c0 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048a04196a .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048a0416c8 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048a883851 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048a883aff .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048a883b7b .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b96d269a2ff6 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048a883904 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048a8839ad .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048a883c23 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048a883a56 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048b105647 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048b1052f0 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048b105443 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048b10570d .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048b1054eb .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048b105594 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b90489085ba7 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048b10539a .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048b99f36c .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5ba8f82f95208 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048b99f569 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048b99f4bf .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048b99f16c .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048b99f218 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048b99f415 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048b99f2c2 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048c326245 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048c3262f0 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048c326442 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
 .fl-node-5b9048c326399 .fl-callout-title {
	font-size: 28px;
	line-height: 28px;
}
.fl-node-5b4e5e571ed3b.fl-module-heading .fl-heading {
	text-align: center;
		font-size: 30px;
			}
.fl-node-5b4e5e571ed3b h2.fl-heading a,
.fl-node-5b4e5e571ed3b h2.fl-heading .fl-heading-text,
.fl-node-5b4e5e571ed3b h2.fl-heading .fl-heading-text *,
.fl-row .fl-col .fl-node-5b4e5e571ed3b h2.fl-heading .fl-heading-text {
	color: #062527;
}
.fl-node-5b4e5e571ed3b .fl-heading .fl-heading-text{
	font-family: "Titillium Web", sans-serif;font-weight: 600;}
.fl-node-5b4e5e571ed3b > .fl-module-content {
	margin-top:20px;
	margin-bottom:20px;
}
.fl-node-5aabd5f02b262 a.fl-button,
.fl-node-5aabd5f02b262 a.fl-button:visited {

	font-size: 18px;
	line-height: 20px;
	padding: 12px 24px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;

	
		background: #ffffff;
	border: 0px solid #f3f3f3;

				background-color: rgba(255,255,255, 0);
		
		
	}

.fl-node-5aabd5f02b262 a.fl-button,
 .fl-node-5aabd5f02b262 a.fl-button:visited,
 .fl-node-5aabd5f02b262 a.fl-button *,
 .fl-node-5aabd5f02b262 a.fl-button:visited * {
	color: #062527;
}

 .fl-node-5aabd5f02b262 a.fl-button:hover,
 .fl-node-5aabd5f02b262 a.fl-button:focus {

	background: #ffffff;
	border: 0px solid #f3f3f3;

		background-color: rgba(255,255,255, 0);
	border-color: #ffffff	
	}

 .fl-node-5aabd5f02b262 a.fl-button:hover,
 .fl-node-5aabd5f02b262 a.fl-button:focus,
 .fl-node-5aabd5f02b262 a.fl-button:hover *,
 .fl-node-5aabd5f02b262 a.fl-button:focus * {
	color: #9ba8a9;
}




.fl-node-5afdae5b993ab.fl-module-heading .fl-heading {
	text-align: center;
		font-size: 30px;
			}
.fl-node-5afdae5b993ab h2.fl-heading a,
.fl-node-5afdae5b993ab h2.fl-heading .fl-heading-text,
.fl-node-5afdae5b993ab h2.fl-heading .fl-heading-text *,
.fl-row .fl-col .fl-node-5afdae5b993ab h2.fl-heading .fl-heading-text {
	color: #062527;
}
.fl-node-5afdae5b993ab .fl-heading .fl-heading-text{
	font-family: "Titillium Web", sans-serif;font-weight: 600;}
 .fl-node-5afdae5b993ab > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}
 .fl-node-5b4f453737ebd > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}
.fl-node-5b4f4f75ed13a.fl-module-heading .fl-heading {
	text-align: center;
		font-size: 30px;
			}
.fl-node-5b4f4f75ed13a h2.fl-heading a,
.fl-node-5b4f4f75ed13a h2.fl-heading .fl-heading-text,
.fl-node-5b4f4f75ed13a h2.fl-heading .fl-heading-text *,
.fl-row .fl-col .fl-node-5b4f4f75ed13a h2.fl-heading .fl-heading-text {
	color: #062527;
}
.fl-node-5b4f4f75ed13a .fl-heading .fl-heading-text{
	font-family: "Titillium Web", sans-serif;font-weight: 600;}
 .fl-node-5b4f4f75ed13a > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}
 .fl-node-5b4f4f75ed33e > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
.fl-node-5b4f5188aa2bb.fl-module-heading .fl-heading {
	text-align: center;
		font-size: 30px;
			}
.fl-node-5b4f5188aa2bb h2.fl-heading a,
.fl-node-5b4f5188aa2bb h2.fl-heading .fl-heading-text,
.fl-node-5b4f5188aa2bb h2.fl-heading .fl-heading-text *,
.fl-row .fl-col .fl-node-5b4f5188aa2bb h2.fl-heading .fl-heading-text {
	color: #062527;
}
.fl-node-5b4f5188aa2bb .fl-heading .fl-heading-text{
	font-family: "Titillium Web", sans-serif;font-weight: 600;}
 .fl-node-5b4f5188aa2bb > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}
 .fl-node-5b4f5188aa4ab > .fl-module-content {
	margin-top:20px;
	margin-bottom:0px;
}
.fl-col.fl-node-5a7115c0cfced.fl-col-small {
    display: none!important;
}

.fl-node-5a4d70a0499e6 {
    width: 66.67%!important;
}

.fl-node-5a4d70a046ca6 .fl-menu .menu, .fl-node-5a4d70a046ca6 .fl-menu .menu > li, #menu-relaunch-menu li {
    font-size: 17px!important;
}

.resource-box {
    height: 475px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .fl-col.fl-node-5a5ce77146094.fl-col-small {
    clear: none;
    float: left;
    width: 45%!important;
    margin-top: 1rem;
    }
    
    .resource-box .fl-callout-photo {
    width: 50%!important;
}

.resource-box .fl-callout-title span {
    font-size: 18px!important;
}

.resource-box .fl-callout-text blockquote{
    font-size: 12px!important;
}


.fl-col.fl-node-5a4d70a0499e6 {
    clear: none;
    float: right;
    width: 45%!important;
}

.slider-text-section .fl-callout-title, .slider-text-section .fl-callout-text-wrap, .slider-text-section .fl-callout-text, .slider-text-section h3 {
    font-size: 14px!important;
}
}

@media (max-width: 1000px) {
.slider-text-section .fl-callout-title, .slider-text-section .fl-callout-text-wrap, .slider-text-section .fl-callout-text, .slider-text-section h3 {
    font-size: 14px!important;
}
.slider-text-section {
    margin-top: -5rem!important;
}

.info-div h2 span {
    font-size: 14px!important;
}

.page-main-text .fl-rich-text h4 span {
    font-size: 15px!important;
}

.mayor-column .fl-callout-title {
    font-size: 18px;
}

.mayor-column .fl-callout-text {
    font-size: 16px;
}
.mayor-column p, .mayor-column blockquote {
    font-size: 14px;
}

.speaker-square .fl-callout-title {
    font-size: 22px!important;
}

.speaker-square .fl-callout-text {
    font-size: 14px!important;
}

.resource-box .fl-callout-title span {
    font-size: 18px!important;
}

.resource-box .fl-callout-text blockquote{
    font-size: 12px!important;
}
}

.fl-row-content-wrap:after {
    background: linear-gradient(-90deg, rgba(6,37,40,0.81) 7%, #218A94 44%, rgba(33,138,148,0.89) 59%, rgba(6,37,40,0.81) 98%);
}

.fl-button-text {
    color: #ffffff;
    color: rgba(255,255,255,0.90);
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.fl-button {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
}

h1, h4 {
    text-transform: none !important;
}

h2, h3, h4 {
    opacity: .9;
}

#location-map:hover {
    text-decoration: underline;
}

.fl-inline-block {
    display: inline-block;
}

.fl-no-float {
    float: none;
}

.fl-node-center {
    text-align: center;
}

.fl-sponsors .fl-photo-img-png > .fl-photo-img,
.fl-sponsors .fl-photo-img-png > a > .fl-photo-img {
    max-height: 169px;
    max-width: 300px;
}

.fl-sponsors .fl-heading > .fl-bold-heading {
    font-size: 30px;
    font-weight: 600;    
}

.fl-video-title {
    color: black;
    font-family: "Titillium Web";
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}

.fl-node-5afa0f48488ee {
    display: inline-block;
}

.fl-row-bg-parallax .fl-photo-img-png,
.fl-row-bg-parallax .fl-rich-text {
    padding: 10px;
}

.fl-rotating-images .fl-image-rows .fl-col {
    display: block;
    height: 300px;
    max-height: 300px;
    overflow: hidden;
    text-align: center;
    width: 33%;
}

.fl-rotating-images .fl-image-rows .fl-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;    
}

.fl-rotating-images .fl-image-rows .fl-img span {
    display: none;
}

.fl-rotating-images .fl-image-rows .fl-text {
    color: white;
    font-family: "Titillium Web", Open Sans;
    font-size: 22px;
    font-weight: 600;
    padding: 3rem;
    padding-top: 75px;
    padding-bottom: 75px;
    vertical-align: middle;
}

.fl-rotating-images .fl-image-rows .fl-col-2 {
    background-color: #012852;
}

.fl-rotating-images .fl-image-rows .fl-col-4 {
    background-color: #288299;
}

.fl-rotating-images .fl-image-rows .fl-col-6 {
    background-color: #fcdb04;
}

.fl-rotating-images .fl-module-heading .fl-heading {
    font-size: 30px;
	text-align: center;
}

.fl-rotating-images  h2.fl-heading a,
.fl-rotating-images  h2.fl-heading .fl-heading-text {
	color: #062527;
}

.fl-rotating-images  .fl-heading .fl-heading-text {
	font-family: "Titillium Web", sans-serif;
    font-weight: 600;
}

.fl-page-content  .fl-row-content-wrap {
    background-color: rgba(255,255,255, 1);
}

.fl-page-content  .fl-row-bg-parallax .fl-row-content-wrap {
    background: none;
}

@media (max-width: 900px) {
    .fl-rotating-images .fl-image-rows .fl-col {
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: auto !important;
    }
}

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