* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.375;
	min-height: 100%;
	background-color: #eef2fd;
	min-width: 360px;
}

p {
	font-size: 1.3125rem; /* 21px */
	font-weight: 300;
	margin: 1em 0;
}

h1, h2, h3, h4 {
	font-family: 'Oswald', Arial, sans-serif;
	color: #37B700;
	line-height: 1.25;
	margin-bottom: 0.5em;
	font-weight: 300;
}

h4 {
	font-size: 1.3125rem; /* 21px */
}

h3 {
	font-size: 1.5rem; /* 24px */
}

h2 {
	font-size: 2rem; /* 32px */
}

.pod-title {
	color: #37B700!important;
	background-color: transparent!important;
	padding: 0!important;
}

h1 {
	font-size: 2.5rem; /* 40px */
}

#nav {
	margin-bottom: 10px;
}

#content > h1 {
	padding-bottom: 10px;
	border-bottom: 1px solid #37B700;
}

#content h1, 
#content h2,
#content h3 {
	margin-top: 1em;
}

.wrapper {
	background-color: white;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 12px;
	box-shadow: 0px 0px 15px 0px #CCC;
}

#header {
	width: 100%;
	margin-bottom: 12px;
}

#logo {
	display: none;
}

#logo img {
	display: block;
}

#logo,
#logo-mob {
	float: left;
	margin-right: 12px;
}

#logo-mob,
#logo-mob img {
	display: block;
}

#slogan {
	font-family: 'Oswald', Arial, sans-serif;
	display: none;
	float: left;
	font-size: 19px;
	line-height: 46px;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

#header-search {
	height: 46px;
	margin-left: 70px;
	margin-right: 170px;
}

#EdtQuickSearch {
	font: 300 19px/1.5 'Oswald', Arial, sans-serif;
	float: left;
	border: none;
	height: 100%;
	width: 100%;
	background-color: #cee1f2;
	padding: 0 5px;
}

#EdtQuickSearch:focus {
	outline: none;
}

a.button-search-magnify {
	display: block;
	float: left;
	width: 46px;
	height: 46px;
	padding: 0px;
	background: url(images/btn-search-magnify-36.png) no-repeat 50% 50%;
	line-height: normal;
	margin-top: 0px;
	margin-left: -46px;
}

#header-right {
	float: right;
}

#header-right div {
	float: left;
	margin-left: 5px;
}

#header-contact h1 {
	background: url(images/phone.png) no-repeat left 50%;
	color: #37B700;
	font-size: 1.3125em;
	font-weight: 400;
	line-height: 46px;
	margin: 0;
	padding-left: 30px;	
}

#menu-toggle {
	cursor: pointer;
	color: #fff;
	font-size: 1.75em;
	text-align: center;
	text-shadow: #215D99 0 0 1px;
	background-color: #37B700;
	height: 44px;
}

#menu {
	font-family: 'Oswald', Arial, sans-serif;
	display: none;
	position: relative;
	background-color: #37B700;
	margin-bottom: 10px;
}

#menu-mobile {
	font-family: 'Oswald', Arial, sans-serif;
	display: none;
	background-color: #37B700;
}

#menu li,
#menu-mobile li {
	list-style: none;
}

#menu a,
#menu-mobile a {
	color: white;
	text-decoration: none;
}

#menu ul a:hover,
#menu-mobile ul a:hover {
	text-decoration: underline;
}

#menu > li,
#menu-mobile > li {
	text-align: center;
	line-height: 42px;
	font-size: 1.25em;
	font-weight: 300;
	padding: 0 5px 2px;
}

#menu > li:hover,
#menu-mobile  > li:hover {
	background-color: #CE2791;
}

.sy-box {
	margin: 10px 0;
}

[class*='col-'] {
	float: left;
	margin-bottom: 0;
  padding-right: 10px;
}

[class*='col-'] > img,
.module img {
	display: block;
	width: 100%;
}

.cta h2 {
	background-color: #37B700;
	color: #fff;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 1em;
	font-weight: 300;
	text-align: center;
	/*height: 80px;*/
	margin: 0!important;
	padding: 3px 8px 6px !important;
}

.cta h2 a {
	color: inherit;
	text-decoration: none;
}

.cta h2 a:hover {
	text-decoration: underline;
}

#content .cta h2 a {
	color: #fff;
	font-weight: 300;
}

.cta + .h-img {
	margin-top: 0;
}

.grid {
	margin-right: -10px;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.col-1-4 {
	width: 50%;
	margin-bottom: 10px;
}

.col-1-3 {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

#content a {
	color: #37B700;
	font-weight: 400;
}

#content ol,
#content ul {
	padding-left: 20px;
	margin-bottom: 1em;
}

.pb-list {
	list-style: none;
	padding-left: 0!important;
}

.pb-list li {
	background: url('images/pb-list-icon.png') no-repeat left 50%;
	padding-left: 40px;
}

#content li {
	font-size: 1.3125em; /* 21px */
	font-weight: 300;	
	margin-bottom: 0.5em;
}

#content h1,
#content h2,
#content h3,
#content h4 {
	color: #fff;
	background-color: #37B700;
	padding: 10px 20px;
}

.h-img h1,
.h-img h2,
.h-img h3 {
	background-color: #37B700;
	color: #fff;
	margin-top: 0!important;
	margin-bottom: 0!important;
	padding: 10px 20px;
}

.h-img {
	position: relative;
	margin: 20px 0 20px 0;
}

.h-img:first-child {
	margin-top: 0;
}

.d-img {
	display: none;
	width: 100%;
}

.m-img {
	display: block;
	width: 100%;
}

#footer {
	background-color: #37B700;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 12px;
}

#footer .col-1-4 {
	padding-right: 20px;
	padding-left: 10px;
	width: 100%;
	text-align: center;
}

#footer ul {
	list-style: none;
}

#footer h3,
#footer a {
	color: white;
}

#footer a {
	font-size: 1.3125em; /* 21px */
	font-weight: 300;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.align-center {
	display: block;
	max-width: 100%;
	margin: 1em auto;
}

.align-left {
	display: block;
	max-width: 100%;
	margin: 1em auto;
}

.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

#content a.button {
	display: inline-block;
	color: #fff;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 1.5rem; /* 24px */
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	min-width: 240px;
	height: 50px;
	padding: 0 10px;
}

.green {
	border: 1px solid #8DC73F;
	background-color: #8DC73F;
}

#content a.green:hover {
	border: 1px solid #7DB72F;
}

.pb-ads h2 { height: 47px; }

@media(min-width: 390px) {
	.cta h2 { font-size: 1.25em; }
	.pb-ads h2 { height: 56px; }
}

@media(min-width: 450px) {
	.cta h2 { font-size: 1.5em; }
	.pb-ads h2 { height: 73px; }
	#menu-toggle { display: none; }
	#menu-mobile { display: none!important; }
	#menu { display: block!important; height: 44px; }
	#menu > li { float: left; }
	#mnu-1 { display: list-item; }
	.hideable { display: none; }
	.showable { display: inline; }
	#mnu-1 { width: 20.51%; }
	#mnu-2 { width: 23.07%; }
	#mnu-3 { width: 27.76%; }
	#mnu-4 { width: 14.33%; }
	#mnu-5 { width: 14.33%; }
}

@media(min-width: 520px) {
	.h-img figcaption {
		position: absolute;
		bottom: 10px;
	}

	.h-img h1,
	.h-img h2,
	.h-img h3 {
		display: inline-block;
	}
	
	#header-contact h1 { font-size: 2.25rem; }
	#header-search { margin-right: 260px; }
}

@media(min-width: 600px) {
	#footer .col-1-4 { text-align: left; width: 50%; }
}

@media(min-width: 768px) {
	h4 { font-size: 1.5rem; /* 24px */ }
	h3 { font-size: 2rem; /* 32px */ }
	h2 { font-size: 2.5rem; /* 40px */ }
	h1 { font-size: 3.75rem; /* 60px */ }	
	#logo { display: block; }
	#logo-mob { display: none; }
	#header-search { margin-left: 360px; }
	#mnu-shop { display: inline; }
	#footer .col-1-4 { text-align: left; width: 25%; min-height: 200px; }
	.col-1-3 { text-align: left; width: 33.3333%; }
	.d-img { display: block; }
	.m-img { display: none; }
	.align-left { float: left; margin: 0 10px 0 0; }
	.hideable { display: inline; }
	.showable { display: none; }
	#mnu-1 { width: 21.17%; }
	#mnu-2 { width: 31.76%; }
	#mnu-3 { width: 22.88%; }
	#mnu-4 { width: 10.93%; }
	#mnu-5 { width: 13.26%; }
}

@media(min-width: 820px) {
	.col-1-4 { width: 25%; }
	#cta-home-2 h2 { height: 74px; }
	#cta-home-3 h2 { height: 74px; }
	#cta-ppb-1 h2 { height: 74px; }
}

@media(min-width: 880px) {
	#cta-home-2 h2 { height: auto; }
	#cta-home-3 h2 { height: auto; }
	#cta-ppb-1 h2 { height: auto; }
}

@media(min-width: 920px) {
	#menu > li { font-size: 1.5rem; }
}

@media(min-width: 1024px) {
	#slogan { display: block; }
	#header-search { margin-left: 645px; }
}

@media(min-width: 1400px) {
	.pb-ads h2 { height: auto; }
}
