@charset "UTF-8";
/* CSS Document */

p {line-height: 1.6em}

h1 {color: #00336a;}

li {line-height: 1.6em;
	margin-bottom: 7px}

.right {
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.logo {
	padding: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.menucenter {
	margin: auto;
    width: 50%;
}

.module.title2 h3.header {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #bfe27d;
	font-size: 20px;
}
.module.title2 h3.header::after {
  margin: -1px auto;
  background-color: #fdfefa;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: 90px;
  top: 5px;
}
.module.title2 p {
  margin: 15px 0;
}
.module.title2 .header {
  text-align: center;
}

.sp-megamenu-parent > li > a {
    font-size: 14px;
}

.sp-module ul > li {
    border-bottom: none;
}

#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 35px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 4px;
	border-bottom-color: #00336a;
	border-bottom-style: solid;
	text-transform: capitalize;
	color: #ffffff;
	font-family: 'oxygen', Helvetica, sans-serif;
}

#sp-main-body {
    padding: 0;
}

.subfooter {
	padding: 40px;
	text-align: center;
	line-height: 1.7em;
}