﻿@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/merriweather-sans-v28-latin-300.woff2') format('woff2'),
       url('../fonts/merriweather-sans-v28-latin-300.woff') format('woff');
  font-display: swap; 
}

@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-sans-v28-latin-300.woff2') format('woff2'),
       url('../fonts/merriweather-sans-v28-latin-300.woff') format('woff');
  font-display: swap; 
}

@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/merriweather-sans-v28-latin-300.woff2') format('woff2'),
       url('../fonts/merriweather-sans-v28-latin-300.woff') format('woff');
  font-display: swap; 
}

@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/merriweather-sans-v28-latin-300.woff2') format('woff2'),
       url('../fonts/merriweather-sans-v28-latin-300.woff') format('woff');
  font-display: swap; 
}



* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 16px;
font-weight: 400;
	line-height: 1.5em;
	color: #222;
}
.container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.container-6040 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 1em;
	border-bottom: 0.375em dotted silver;
	font-size: 0.8125em;
}
.flex-item-60 {
	width: 60%;
	text-align: center;
	padding: 1.5em 1.5em 3.0em 1.5em;
}
.flex-item-60 figure {
	margin: 0;
}
.flex-item-60 img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.flex-item-60 figcaption {
	margin-top: 0.5em;
	text-align: center;
	font-size: 1.0em;
}
.flex-item-40 {
	width: 40%;
	padding: 1.5em 1.5em 5.0em 1.5em;
	overflow: hidden;
	text-align: left;
}
.flex-item-40 p {
	padding-bottom: 1.850em;
}
.flex-item-60-text {
	width: 60%;
	text-align: left;
	padding: 1.5em 5.0em 1.5em 1.5em;
}
.flex-item-0 {
	width: 100%;
	padding: 1.250em;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.flex-item-0 img {
	width: 100%;
	max-width: 640px;
	height: auto;
}
.flex-item-1 {
	width: 100%;
	padding: 3.0em;
	text-align: center;
	overflow: hidden;
}
.flex-item-3 {
	width: 33.333%;
	padding: 2.0em;
	text-align: left;
	font-size: 0.8125em;
}
.flex-item-footer {
	width: 100%;
	margin-top: 0.125em;
	padding: 2.0em;
	text-align: center;
	overflow: hidden;
	font-size: 0.8125em;
}
.gray {
	background: #c0c0c0;
}
.btn {
	background: #fff;
	color: #000;
	border: 2px solid #000;
	padding: 12px 24px;
	font-size: 1.0em;
	font-weight: 700;
	letter-spacing: 0.075em;
	border-radius: 1.0em;
	cursor: pointer;
}
.btn:hover {
	background: #ff3e3e;
}
.btn:active {
	transform: translateY(0);
	box-shadow: none;
}
h1 {
	font-size: 2.250em;
	margin-bottom: 0.625em;
	line-height: 1.2;
}
h2 {
	font-size: 1.500em;
	margin-bottom: 1.000em;
	line-height: 1.3;
}
h3 {
	font-size: 1.125em;
	margin-bottom: 0.625em;
}
p {
	margin-bottom: 0.625em;
}
figcaption {
	font-size: 0.750em;
	text-align: center;
}
a {
	color: #0055aa;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
.button {
	display: inline-block;
	padding: 20px 24px;
	background: #0055aa;
	color: #ffffff;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
}
.button:hover {
	background: #003f80;
}
section {
	padding: 0;
}
.desktop-nav {
	background: #222222;
	width: 100%;
}
.desktop-nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
}
.desktop-nav li {
	position: relative;
}
.desktop-nav a, .desktop-nav button {
	display: block;
	padding: 16px 22px;
	color: #ffffff;
	text-decoration: none;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
}
.desktop-nav a:hover, .desktop-nav button:hover {
	background: #444444;
}
.dropdown-content {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #ffffff;
	min-width: 320px;
	z-index: 999;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.dropdown-content a {
	color: #222222;
	padding: 14px 18px;
	border-bottom: 1px solid #eeeeee;
}
.dropdown-content a:hover {
	background: #f5f5f5;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.mobile-nav {
	display: none;
	background: #222222;
}
.menu-toggle {
	width: 100%;
	padding: 12px;
	background: #222222;
	color: #ffffff;
	border: none;
	font-size: 18px;
	text-align: left;
	cursor: pointer;
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
}
.mobile-menu {
	display: none;
	list-style: none;
	background: #ffffff;
}
.mobile-menu.active {
	display: block;
}
.mobile-menu li {
	border-bottom: 1px solid #dddddd;
}
.mobile-menu a {
	display: block;
	padding: 14px;
	text-decoration: none;
	color: #222222;
}
.mobile-menu a:hover {
	background: #f3f3f3;
}
.accordion-toggle {
	width: 100%;
	padding: 14px;
	background: #f7f7f7;
	border: none;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 500;
}
.submenu {
	display: none;
	list-style: none;
	background: #ffffff;
;
}
.submenu.active {
	display: block;
}
.submenu a {
	padding-left: 30px;
}
@media (max-width: 886px) {
.desktop-nav {
	display: none;
}
.mobile-nav {
	display: block;
}
.flex-item-2, .flex-item-3 {
	width: 100%;
}
.flex-item-60, .flex-item-60-text, .flex-item-40 {
	width: 100%;
}
.flex-item-60-text {
	padding: 1.5em;
}
}
