

.html_block {
	width:100%;
	display:inline-block;
	text-align:left;
}
.template_holder {
	text-align:center;
}
.custom_template p,
.custom_template .note-editable,
.column p {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 20px;
	line-height: 30px;

	-webkit-font-smoothing:antialiased;
}
.custom_template p strong,
.fo p strong,
.fo p b,
.custom_template p b {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;

	-webkit-font-smoothing:antialiased;
}




.page_styles .btn,
.fo .btn,
.custom_template .note-editable .btn,
.column p .btn {
	border-radius: 50px !important;
	border-width: 2px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-weight: 600;

	-webkit-font-smoothing:antialiased;

	padding-left: 30px;
	padding-right: 30px;

	margin-bottom: 10px;
}
.page_styles .btn-primary,
.fo .btn-primary,
.custom_template .note-editable .btn-primary,
.column p .btn-primary {
	background-color: #6A6969;
	border-color: #6A6969;
	color: #FFF;
}
.page_styles .btn-secondary,
.fo .btn-secondary,
.custom_template .note-editable .btn-secondary,
.column p .btn-secondary {
	background-color: #002043;
	border-color: #002043;
	color: #FFF;
}
.page_styles .btn-dark,
.fo .btn-dark,
.custom_template .note-editable .btn-dark,
.column p .btn-dark {
	background-color: #1A1210;
	border-color: #1A1210;
	color: #FFF;
}



.page_styles .btn-outline-primary,
.fo .btn-outline-primary,
.custom_template .note-editable .btn-outline-primary,
.column p .btn-outline-primary {
	background-color: transparent;
	border-color: #6A6969;
	color: #6A6969;
}
.page_styles .btn-outline-secondary,
.fo .btn-outline-secondary,
.custom_template .note-editable .btn-outline-secondary,
.column p .btn-outline-secondary {
	background-color: transparent;
	border-color: #002043;
	color: #002043;
}
.page_styles .btn-outline-dark,
.fo .btn-outline-dark,
.custom_template .note-editable .btn-outline-dark,
.column p .btn-outline-dark {
	background-color: transparent;
	border-color: #1A1210;
	color: #1A1210;
}



.page_styles .btn-success,
.fo .btn-success,
.custom_template .note-editable .btn-success,
.column p .btn-success {
	background-color: #91CE11;
	border-color: #91CE11;
	color: #FFF;
}
.page_styles .btn-outline-success,
.fo .btn-outline-success,
.custom_template .note-editable .btn-outline-success,
.column p .btn-outline-success {
	background-color: transparent;
	border-color: #91CE11;
	color: #91CE11;
}


@media (min-width: 768px) {
	section[data-columngap="0"] .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	section[data-columngap="0"] .row {
		margin-right: 0px;
		margin-left: 0px;
	}

	section[data-columngap="0"] .row > [class*='col-'] {
		padding-left: 0;
		padding-right: 0;
	}

	section[data-columngap="5"] .row {
		margin-right: 5px;
		margin-left: 5px;
	}

	section[data-columngap="5"] .row > [class*='col-'] {
		padding-left: 5px;
		padding-right: 5px;
	}

	section[data-columngap="10"] .row {
		margin-right: 10px;
		margin-left: 10px;
	}

	section[data-columngap="10"] .row > [class*='col-'] {
		padding-left: 10px;
		padding-right: 10px;
	}

	section[data-columngap="15"] .row {
		margin-right: 15px;
		margin-left: 15px;
	}

	section[data-columngap="15"] .row > [class*='col-'] {
		padding-left: 15px;
		padding-right: 15px;
	}

	section[data-columngap="20"] .row {
		margin-right: 20px;
		margin-left: 20px;
	}

	section[data-columngap="20"] .row > [class*='col-'] {
		padding-left: 20px;
		padding-right: 20px;
	}

	section[data-columngap="25"] .row {
		margin-right: 25px;
		margin-left: 25px;
	}

	section[data-columngap="25"] .row > [class*='col-'] {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.column {
	color:#1A130F;
}
.column p {

}
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.fo h1, .fo h2, .fo h3, .fo h4, .fo h5, .fo h6
{
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-weight: 700;
}

.column img:not(.media-object):not(.gallery-item img):not(.leaflet-tile):not(.leaflet-marker-icon),.column video {
	max-width:100% !important;
	width:auto; height:auto !important;
}

.column h1:first-child,.column h2:first-child,.column h3:first-child {
	margin-top: 0;
}
.column h1,
.fo h1 {
	font-weight: 700;
	font-size: 40px;
}
.column h2, .fo h2 {
	font-weight: 500;
}

.column h3, .fo h3 {
}
.column h4, .fo h4 {
}


@media screen and (max-width: 767px) {
	.column h1,
	.fo h1 {
		font-size: 30px;
	}
	.column h2, .fo h2 {
		font-size: 24px;
	}
	
}

.column a:not(.btn):not(.dropdown-item) {
	text-decoration: underline;
}

.column p.lead {
	font-size: 1.4em;
	font-weight: 500;
}
.column p.lead small {

}
@media (max-width: 420px) {
	.column p.lead {
		font-size: 16px;
	}
}
.column ul, div[data-template] ul  {
	list-style-type: none;
	padding-left: 29px;
	font-size: inherit;
	line-height: 1.9em;
}
.column ul li::before, div[data-template] ul li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	margin-right: 4px;
	color:#434D5C;
	font-weight: 900;font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	margin-left: -29px;
	/*background-color: #FFF;*/
	border-radius: 25px;
	width: 24px; height: 24px;
	display: inline-block;
	text-align: center;
	line-height: 26px;

}
div[data-template] ul li::before, [data-columnstyle="darkBg"] ul li::before {

	color:#FFF;


}

.column p + h2 {

}
.column h2 + h3 {
	margin-top:0; padding-top:0;
}
.column[data-background], .column[data-background] > * {
	background-size:cover;
	background-position:center center;
}
.custom_template .row {
	/*min-height:100px;*/
	position:relative;
	text-align:left;
	z-index:2;
}
.custom_template .column {
	position:relative;
	text-align:left;
	z-index:3;
}

.column.textleft {
	text-align:left;
}
.column.textcenter {
	text-align:center;
}
.column.textright {
	text-align:right;
}
.column.text-left {
	text-align:left;
}
.column.text-center {
	text-align:center;
}
.column.text-right {
	text-align:right;
}


.column[data-columnstyle=lightBg] {
	color:inherit;
}
.column[data-columnstyle=darkBg],
.column[data-columnstyle=darkBg] p,
.column[data-columnstyle=darkBg] ul,
.column[data-columnstyle=darkBg] h1,
.column[data-columnstyle=darkBg] h2,
.column[data-columnstyle=darkBg] h3 {
	color:#FFF;
}

section[data-style=transparent] {
	background-color:transparent;
}
section[data-style=white] {
	background-color:#FFF;
}
section[data-style=lightgrey] {
	background-color:#EFEFEF;
}
section[data-style=grey] {
	background-color:#f7f7f7;
}
section[data-style=dark] {
	background-color:#333333;
	color:#FFF;
}
section[data-style=dark] h1, section[data-style=dark] h2, section[data-style=dark] h3 {
	color:#FFF;	
}
section[data-style=green] {
	background-color:#70147e;
	color:#FFF;
}
section[data-style=green] h1, section[data-style=green] h2, section[data-style=green] h3 {
	color:#FFF;	
}
section[data-style=red] {
	background-color:#e30613;
	color:#FFF;
}
section[data-style=red] h1, section[data-style=red] h2, section[data-style=red] h3 {
	color:#FFF;	
}
section[data-style=yellow] {
	background-color:#ffed01;
	color:#FFF;
}
section[data-style=yellow] h1, section[data-style=yellow] h2, section[data-style=yellow] h3 {
	color:#e30613;	
}
section[data-background] {
	background-position:center center;
	background-size:cover;
}


.white_block {
	padding:10px;
	background-color:#FFF;
	margin-top:30px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}


.column .btn, div[data-template] .btn {
    cursor:pointer;
	transition: all 0.2s;
	border-radius: 5px;
	border-width: 2px;
}
.btn-template {
	background-color:#DE8A1B !important;
	border-color:#DE8A1B;
	color:#FFFFFF;
}
.btn-template:hover {
	border-color:#DE8A1B;
	background-color:#FFF !important;
	color:#DE8A1B;
}

.btn-template-inverse {
	background-color:#FFFFFF !important;
	border-color:#DE8A1B;
	color:#FFFFFF;
}
.btn-template-inverse:hover {
	border-color:#DE8A1B;
	background-color:#DE8A1B !important;
	color:#FFFFFF;
}
.btn-template-dark {
	background-color:#434D5C !important;
	border-color:#434D5C;
	color:#FFFFFF;
}
.btn-template-dark:hover {
	border-color:#434D5C;
	background-color:#FFF !important;
	color:#434D5C;
}

.btn-white {
	background-color:#FFF !important;
	border-color:#FFF;
	color:#333;
}
.btn-white:hover {
	border-color:#FFF;
	background-color:#CCC !important;
	color:#333;
}

.btn-whiteout {
	background-color: transparent;
	border:2px solid #FFFFFF;
	color:#FFF;
}
.btn-whiteout:hover {
	background-color: #FFFFFF;
	border:2px solid #FFFFFF;
	color:#333 !important;
}














@media (max-width: 767px) {
    .btn-xs-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-xs-block,
    input[type="reset"].btn-xs-block,
    input[type="button"].btn-xs-block {
        width: 100%;
    }
    .btn-block + .btn-xs-block,
    .btn-xs-block + .btn-block,
    .btn-xs-block + .btn-xs-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn-sm-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-sm-block,
    input[type="reset"].btn-sm-block,
    input[type="button"].btn-sm-block {
        width: 100%;
    }
    .btn-block + .btn-sm-block,
    .btn-sm-block + .btn-block,
    .btn-sm-block + .btn-sm-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .btn-md-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-md-block,
    input[type="reset"].btn-md-block,
    input[type="button"].btn-md-block {
        width: 100%;
    }
    .btn-block + .btn-md-block,
    .btn-md-block + .btn-block,
    .btn-md-block + .btn-md-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 1200px) {
    .btn-lg-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-lg-block,
    input[type="reset"].btn-lg-block,
    input[type="button"].btn-lg-block {
        width: 100%;
    }
    .btn-block + .btn-lg-block,
    .btn-lg-block + .btn-block,
    .btn-lg-block + .btn-lg-block {
        margin-top: 0.5rem;
    }
}
.column .btn {

}

[disabled] {
	cursor: default !important;
}



.column .btn-transparent {
	background-color: transparent;
	color:#FFF;
	text-transform: uppercase;
	font-weight: 500;
}
.column .btn-transparent.active {
	background-color: #FFF;
	color:#000;
}

.btn-black,.btn-black:hover {
	background-color: #000;
	color:#FFF;
	border-radius: 0;
}

.column .btn-lg {
	padding: 10px 20px;
}



.column .blockIntro {
	padding:25px;
	margin:-75px 0 25px -25px;
	max-width: 90%;
	color:#FFF;
	background-color: #D9A127;
	display: inline-block;
}
@media (max-width: 768px) {
	.column .blockIntro {
		padding:15px;
		margin:-75px 0 25px 15px;
		max-width: 90%;
		color:#FFF;
		background-color: #D9A127;
		display: inline-block;
	}
}


.column img.introimage {
	margin-left:-90px;
	margin-right:-90px;
	width: calc(100% + 180px) !important;
	max-width: none !important;
	margin-top: 15px;
}

.caption {
	color:#FFF;
	background-color: #D9A127;
	padding:15px;
	position: relative;
	z-index: 1;
	margin-top: -15px;
	margin-left: -15px;
	margin-bottom: 15px;
	display: inline-block;
	font-weight:500;
	font-style: italic;
	max-width: 70%;
}



section[data-class="greyRow"] .row {
	background-color: #F8F8F8;
	border-radius: 25px;
	padding:25px;
}
section[data-class="halfMarginTop"] {
	margin-top: -95px;
}
.custom_template section[data-class="halfMarginTop"] {
	margin-top: 0px;
}



.icon-left {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

[data-class~="img-dotted"] p {
	margin: 0;
}
[data-class~="img-dotted"] img {
	display: block;
	z-index: 2;
}
[data-class~="img-dotted"] > div:first-child,[data-class~="img-dotted-light"] > div:first-child {
	z-index: 2;
}
[data-class~="img-dotted"] {
	padding: 25px !important;
	border: 3px dotted rgba(122,122,122,0.1);
	border-radius: 35px;
}
[data-class~="img-dotted-light"] {
	padding: 25px !important;
	border: 3px dotted rgba(255,255,255,0.2);
	border-radius: 35px;
}

@media (min-width: 768px) {
	[data-class~="img-drift-right"] {
		left:120px !important;
	}
	[data-class~="img-drift-left"] {
		left:-120px !important;
	}
}



section {
	position: relative;
}
section > [class*="container"] {
	position: relative;
	z-index: 5;
}
section > .video-background-holder {
	position: absolute;
	left:0; top:0;
	width: 100%; height: 100%;
	overflow: hidden;
	z-index: 1;
}
section > .video-background-holder video {
	object-fit: cover;
	width: 100% !important; height: 100% !important;
	overflow: hidden;
}

spacer {
	display: block;
	background:transparent !important;
	margin:0; padding:0;
	user-select: all;
}
.custom_template spacer {
	user-select: all;
	display: block;
	background-image: linear-gradient(45deg, rgba(255,255,255,0.1) 25%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0.1) 50%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.1) 75%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.1) 100%) !important;
	background-size: 56.57px 56.57px !important;
	margin:0; padding:0;
}


