@media screen and (max-width: 768px) {
	/* 'bad idea' fix */
	div.fl-col-small {
	    max-width: none;
	}
	/* fix icon alignment in tablet */
	.fl-icon-wrap {
    	display: block !important;
	}
}

/* new default padding */
div.fl-row-content-wrap {
    padding: 60px 0;
}
/* new default max-width */
div.fl-row-fixed-width {
    max-width: 1240px;
}
.fl-module-rich-text .fl-rich-text p:last-child {
	margin-bottom: 0;
}

/* Fix for video backgrounds
-------------------------------------------- */
.fl-bg-video video {
	max-width: none;
}

/* Full Width Page (Beaver Builder)
-------------------------------------------- */

.fl-builder-full .site-inner {
	max-width: none;
	padding-top: 0;
	//margin-top: 0; /* testing this */
}

@media only screen and (max-width: 800px) {
	.fl-builder-full .site-inner {
		padding-left: 0;
		padding-right: 0;
	}
}
.fl-builder .site-inner {
	//margin-top: 0;
}


/* # Beaver Styles
---------------------------------------------------------------------------------------------------- */

.min-height-242 > div,
.min-height-242 > div > a >  div {
	min-height: 241px;
}
/* heading */
.fl-module-heading small {
	display: block;
}

/*.fl-module-heading .fl-heading {
	position: relative;
	font-size: 52px;
	font-size: 5.2rem;
	font-weight: 400;
}*/

/* separator */
/*.fl-module-separator > div {
	margin: 10px;
}
.fl-separator {
    max-width: 80px;
    margin: auto;
}*/


/* image caption */
/*div.fl-photo {
	position: relative;
}
div.fl-photo .fl-photo-caption.fl-photo-caption-below {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 15px 0;
	text-transform: uppercase;
	background-color: #000;
	//background-color: rgba(0,0,0,0.6);
	background-color: rgba(223,162,115,0.92);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}*/
div.fl-photo-caption {
    font-size: 13px;
    line-height: 18px;
    overflow: auto !important; 
    text-overflow: ;
    background-color: #fff;
    padding: 15px 20px 10px;
    white-space: normal !important;
}

/* list - unordered */
.checkmark .fl-rich-text ul li {
	list-style-type: none;
	padding-left: 40px;
    position: relative;
    margin-bottom: 14px;
}
.checkmark .fl-rich-text ul li:before {
	//content: "\f05d";
	content: "";
	background: url(../../images/icon-checkmark.png) no-repeat center center transparent;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	font: normal normal normal 20px/1 FontAwesome;
	position: absolute;
    left: 0;
    top: 0;
}
/* Accordian */
div .fl-accordion-medium .fl-accordion-button-label {
	font-size: 23px;
	color: #eb2d2f;
}
div .fl-accordion-medium .fl-accordion-button {
    padding: 10px 18px;
}
div .fl-accordion .fl-accordion-item {
	background-color: rgba(255,255,255,0.9);
}

.page-id-218 ul ul {
	margin-bottom: 0;
}


/* # Helper Classes
---------------------------------------------------------------------------------------------------- */

.bw-hover {
	filter: grayscale(100%);
}
.bw-hover:hover {
	filter: grayscale(0%);
}


@media screen and (min-width: 1201px) {
	.float-left {
		float: left;
	}
	.float-right {
		float: right;
	}
}

.go-left .fl-separator {
	margin-left: 10px;
}
.go-right .fl-separator {
	margin-right: 10px;	
}
/* img popout */
.fl-module-photo.popout {
	//overflow: hidden;
}
@media screen and (min-width: 768px) {
	.fl-module-photo.popout .fl-photo-content {
		margin: -20px -50px -50px -40px;
		max-width: none;
	}
	.fl-module-photo.popout .fl-photo-content img {
		max-width: auto;
	}
}



/* # Styles
---------------------------------------------------------------------------------------------------- */

/* # Font Classes
---------------------------------------------------------------------------------------------------- */
.font-110 {
	font-size: 110px;
	line-height: 1;
}
.font-60,
.font-60 h2,
.font-60 h3 {
	font-size: 60px;
	line-height: 1;
}
.font-52 {
	font-size: 52px;
}
.font-48,
.font-48 h1,
.font-48 h2 {
	font-size: 48px !important;
}
.font-46 {
	font-size: 46px;
}
.font-44 {
	font-size: 44px;
}
.font-42,
.font-42 h2 {
	font-size: 42px;
}
.font-40 {
	font-size: 40px;
	line-height: 40px;
}
.font-36,
.font-36 h2 {
	font-size: 36px;
	line-height: 1;
}
.font-30 {
	font-size: 30px;
	line-height: 30px;
}
.font-26 {
	font-size: 26px;
}
.font-24 {
	font-size: 24px;
}
.font-22 {
	font-size: 22px;
}
.font-20 {
	font-size: 20px;
}
.font-18 * {
	font-size: 18px;
	line-height: 26px;
}
.font-16 {
	font-size: 16px;
}
.font-14 {
	font-size: 14px;
}
.font-12 {
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.font-110 {
		font-size: 34px !important;
	}
	.font-60,
	.font-60 h2 {
		font-size: 34px !important;
	}
	.font-52 {
		font-size: 30px;
		line-height: 40px;
	}
	.font-48,
	.font-48 h1,
	.font-48 h2,
	.font-46 {
		font-size: 34px;
	}
	.font-44,
	.font-42,
	.font-42 h2,
	.font-40 {
		font-size: 32px !important;
		line-height: 38px;
	}
	.font-22,
	.font-20 {
		font-size: 18px;
	}
}

.text-shadow * {
	text-shadow: 2px 3px 2px rgba(0,0,0,0.5);
}

.text-pink {
	color: #c03493;
}
.text-white * {
	color: #fff;
}
.text-white a:hover {
	color: #ccc;
}
.uppercase {
	text-transform: uppercase;
}

/* widths */
.max-700 {
	max-width: 700px;
	margin: auto;
	float: none !important; /* if column */
}
.max-800 {
	max-width: 800px;
	margin: auto;
	float: none !important; /* if column */
}
.max-1400 {
	max-width: 1400px;
	margin: auto;
	float: none !important; /* if column */
}

.text-center .fl-icon {
	display: inline-block;
}
.text-center {
	text-align: center;
}

/* # Custom Classes & IDs
---------------------------------------------------------------------------------------------------- */
/* Pricing table */
ul.fl-pricing-table-features li {

}
div.fl-pricing-table.fl-pricing-table-spacing-tight [class^='fl-pricing-table-col-'], 
div.fl-pricing-table.fl-pricing-table-spacing-medium [class^='fl-pricing-table-col-'] {
    padding-right: 1px;
    padding-left: 1px;
}
div.fl-builder-content .fl-pricing-table-inner-wrap {
    background: transparent; !important;
    border-width: 0 !important;
    -webkit-box-shadow: 0px -4px 0px 0px #1e3f7d;
	-moz-box-shadow: 0px -4px 0px 0px #1e3f7d;
	box-shadow: 0px -4px 0px 0px #1e3f7d;
}
.fl-pricing-table.fl-pricing-table-border-small .fl-pricing-table-column .fl-pricing-table-price {
    margin: 0 !important;
}
div.fl-pricing-table .fl-pricing-table-column h2 {
	font-size: 30px !important;
	background: #f8f8f8 !important;
	padding: 30px;
}
.customized .fl-pricing-table .site-inner ul {
	display: none !important;
}
.customized .fl-pricing-table .fl-pricing-table-features {
	margin: 0 !important;
	padding: 0 10px;
	font-style: italic;
	font-size: 14px;
}
.customized .fl-pricing-table .fl-pricing-table-features li {
 	list-style-type: none !important;
}
@media screen and (min-width: 769px){
	div.fl-pricing-table .fl-pricing-table-column h2 {
		font-size: 30px !important;
		min-height: 148px;
		padding: 20px;
		padding-top: 25%;
	}
	.fl-builder-content .fl-node-570f043500053 .fl-pricing-table-column-2 h2 {
		padding-top: 20px;
	}
	.customized .fl-pricing-table .fl-pricing-table-features {
		padding: 0 30px;
	}
}

/*price*/
div.fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price {
    padding: 33px 0 !important;
}
div.fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price {
	font-weight: 700;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.4);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
div.fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price small,
div.fl-pricing-table .fl-pricing-table-column .fl-pricing-table-duration {
	font-weight: 300;
	text-shadow: none;
}
div.fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price small {
    vertical-align: top;
}
div.fl-pricing-table .fl-pricing-table-column .fl-pricing-table-duration {
    vertical-align: text-bottom;
    line-height: 1.2;
}

.remove-button .fl-pricing-table .fl-button-wrap {
	display: none;
}


.boxed {
	background: #f8f8f8;
	margin: 2px;
	border-radius: 3px;
	-webkit-box-shadow: 0px -4px 0px 0px #1e3f7d;
    -moz-box-shadow: 0px -4px 0px 0px #1e3f7d;
    box-shadow: 0px -4px 0px 0px #1e3f7d;
    margin-bottom: 20px;
}



/* # Homepage
---------------------------------------------------------------------------------------------------- */
#hero video {
	height: 100%;
    width: 2000px !important;
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%);
}

