
/* Google Fonts */
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,600;0,700;1,400&family=Raleway:wght@300;400;500;600;700&family=Crete+Round:wght@400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);

/* general layout */

body {
	font-family: Lato, sans-serif;
	font-size: 14px;
	color: #7b7b7b;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: Raleway, sans-serif;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
p {
	margin: 0 0 30px;
	font-size: 14px;
}
ul {
	padding-inline-start: 0;
}
b, strong {
	font-weight: bold;
}

/* hero */

#page-title {
	position: relative;
	padding: 50px 0;
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
}
#page-title.page-title-parallax
{
	background-color: transparent;
	background-image: url(/images/default-hero.jpg);
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	text-shadow: none;
	border-bottom: none;
	top:-100px;
	margin-bottom:-100px;
	padding: 100px 0;
}
#page-title h1 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	color: #333;
	font-size: 28px;
	text-transform: uppercase;
}
#page-title.page-title-dark h1 {
	color: #fff !important;
}
#page-title.page-title-parallax h1 {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 2px;
}
#page-title.page-title-parallax span {
	font-size: 22px;
}
#page-title span {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
	font-size: 18px;
}
#page-title.page-title-dark span {
	color: #fff;
}

/* heading-block */

.emphasis-title h1, .emphasis-title h2, .heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4 {
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
}
.heading-block {
	margin-bottom: 50px;
}
.heading-block h3 {
	font-size: 26px;
}
.heading-block:after {
	margin-top: 15px !important;
}
.heading-block:after {
	content: '';
	display: block;
	margin-top: 30px;
	width: 40px;
	border-top: 2px solid #444;
}

/* page_content */

#page_content {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
#page_content .container {
	position: relative;
}
#page_content p {
	line-height: 1.8;
}
.content-wrap {
	position: relative;
	padding: 80px 0;
}

/* toggle */

.toggle {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
}
.faqs .toggle {
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.toggle .togglet, .toggle .toggleta {
	display: block;
	position: relative;
	line-height: 24px;
	padding: 0 0 0 24px;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #444;
	cursor: pointer;
}
.faqs .toggle .togglet, .faqs .toggle .toggleta {
	font-size: 15px;
}

/* misc */

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.video_16_9 {
	aspect-ratio: 16 / 9;
	width: 100%;
}
img {
	max-width: 100%;
}
.container { 
	width: 310px; 
}
.text-center {
	text-align: center;
}
.bottommargin-sm {
	margin-bottom: 30px !important;
}
.mtop0 {
	margin-top: 0 !important;
}
.nobottommargin {
	margin-bottom: 0 !important;
}
.padtopbot {
	padding: 40px 0;
}

/* width-dependent */

@media (max-width: 767px) {
	h1 {
		font-size: 28px;
	}
	#page-title {
		padding: 20px 0 25px;
		text-align: center;
	}
	#page-title.page-title-parallax {
		background-image: url(/images/default_hero.jpg)!important;
	}
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
