@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.html_block {
	width:100%;
	display:inline-block;
	text-align:left;
}
.template_holder {
	text-align:center;
}

@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:#263326;
	line-height: 1.6em;
}
.column p {
	/*font-family: "Nunito Sans", serif;*/
	font-family: 'Sharp Sans Display No1', sans-serif;
}
.column h1, .column h2, .column h3, .column h4{
	/*font-family: "Poppins", serif;*/
	font-family: 'Sharp Sans Display No1', sans-serif;

}

.column img:not(.media-object),.column video {
	max-width:100% !important;
	width:auto; height:auto !important;
}
.column h1 {

}
.column .huge {
	
}
@media (max-width: 768px) {
	.column h1 {

	}
}

.column h1:first-child,.column h2:first-child,.column h3:first-child {
	margin-top: 0;
}
.column h2 {
	line-height: 40px;
}
.column h1 strong, .column h2 strong {

}
.column h3 {

}
.column h4 {

}
.column h1 {

}
.column p {
	font-weight: 300;
	font-style: normal;
	font-size: 17px;
	line-height: 32px;
}
.column strong {

}
.column p.lead {

}
.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: 0px;
	border-width: 0px;

	font-weight: 600;
}
.btn-template {
	background-color:#69B446 !important;
	border-color:#69B446;
	color:#000000;
	font-weight: 600;
}
.btn-template:hover {
	border-color:#69B446;
	background-color:#FFF !important;
	color:#69B446 !important;
}
.btn-template:hover font,.btn-template:hover span {
	color:#69B446 !important;
}
.btn-template-inverse {
	background-color:#FFFFFF !important;
	border-color:#69B446;
	color:#FFFFFF;
}
.btn-template-inverse:hover {
	border-color:#69B446;
	background-color:#69B446 !important;
	color:#FFFFFF;
}
.btn-template-dark {
	background-color:#093205 !important;
	border-color:#093205;
	color:#FFFFFF;
}
.btn-template-dark:hover {
	border-color:#093205;
	background-color:#FFF !important;
	color:#093205;
}

.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;
	}
}


.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6
{
	font-family: 'Sharp Sans Display No1', sans-serif;
	font-weight: 700;
	line-height: 1;
}
.btn-block {
	width: 100%;
}