:root {
	--color-main: #f8b02c;
	--color-grey: #f0f0f0;
	--white: #ffffff;
	--black: #1a161b;
	--green: #00856d;
}


body {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	color: var(--black);
}

h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0 10px 0;;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0;
}



div.leadtext,
p.leadtext {
	font-size: 16px;
	line-height: 30px;
	color: var(--green);
}

span.bigtext {
	font-size: 20px;
	line-height: 28px;
}



.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}



main .lpcForm .lpcFormButtons button,
main .frame-type-form_formframework>form .actions button,
footer .frame-type-form_formframework>form .actions button,
.btn.btn-primary,
a.button,
a.button:active,
a.button:visited,
a.button:link,
a.button2,
a.button2:active,
a.button2:visited,
a.button2:link {
	padding: 8px 30px;
	margin-left: 0;
	margin-right: 15px;
	white-space: nowrap;
	max-width: 100%;
	font-weight: bold;
	transition: all 0.3s ease;
	background-color: var(--color-main);
	color: var(--white);
	border: 0;
	text-decoration: none;
	border-radius: 12px;
}
p.text-center a.button,
p.text-center a.button2 {
	margin-left: 15px;
}
@media screen and (max-width: 992px) {
	main .lpcForm .lpcFormButtons button,
	main .frame-type-form_formframework>form .actions button,
	footer .frame-type-form_formframework>form .actions button,
	a.button,
	a.button:active,
	a.button:visited,
	a.button:link,
	a.button2,
	a.button2:active,
	a.button2:visited,
	a.button2:link {
		padding-left: 15px;
		padding-right: 15px;
		white-space: normal;
		line-height: 15px;
		display: inline-block;
	}
}
main .lpcForm .lpcFormButtons button:hover,
main .frame-type-form_formframework>form .actions button:hover,
footer .frame-type-form_formframework>form .actions button:hover,
.btn.btn-primary:hover,
a.button:hover {
	background-color: var(--color-main);
}
@media all and (max-width: 500px) {
	p > a.button:first-child,
	p > a.button2:first-child {
		margin-left: 0;
		margin-right: 0;
	}
}

a.button2,
a.button2:active,
a.button2:visited,
a.button2:link {
	background-color: var(--color-main);
}
a.button2:hover {
	background-color: #007892;
}




em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}


a,
a:link,
a:active,
a:visited,
a:hover {
	color: var(--color-main);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}




@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins-Italic.woff2') format('woff2'),
        url('../Fonts/Poppins-Italic.woff') format('woff'),
        url('../Fonts/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('../Fonts/Poppins-MediumItalic.woff') format('woff'),
        url('../Fonts/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins-Bold.woff2') format('woff2'),
        url('../Fonts/Poppins-Bold.woff') format('woff'),
        url('../Fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins-Medium.woff2') format('woff2'),
        url('../Fonts/Poppins-Medium.woff') format('woff'),
        url('../Fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('../Fonts/Poppins-BoldItalic.woff') format('woff'),
        url('../Fonts/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins-Regular.woff2') format('woff2'),
        url('../Fonts/Poppins-Regular.woff') format('woff'),
        url('../Fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

