html {font-size: 1.125rem;} 

html, body {
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.45;
	color: #333;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

p {padding-bottom: 1.3rem;
	margin: 0;
	break-inside: avoid;}

.smalltext {font-size: 0.8em;}

.center {text-align: center;}

h1, h2, h3, h4 {
	margin: 1.3rem 0 0.5em;
	font-weight: inherit;
	line-height: 1.2;
	text-align: left;}

h1 { margin-top: 0;
  font-size: 3.157em;}

h2 {font-size: 2.369em;}

h3 {font-size: 1.777em;}

h4 {font-size: 1.333em;}

a {color: #FFA500;
	text-decoration: none;
	transition: color 0.3s;}

a:hover {color: #333;}

a.on {color: #4DBCE9;}

nav {position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: white;
	padding: 0.5rem 1rem;
	box-shadow: 0 0 3.6rem -1rem black;
	box-sizing: border-box;
	z-index: 2;}

nav .fc {display: flex;
	justify-content: space-between;}

nav img {width: 5rem;}

nav button {border:  none;
	background: none;
	font-size: 1.25em;}

nav #menu  {list-style: none;
	padding-left: 0;
	display: none;}

nav li {text-align: right;
	font-size: 1.25rem;}

nav li a {color: #333333;}

nav li a:hover {color: #ffa500;}

nav li:last-child a, .butreallystart button {transition: .4s;
	font-size: 1em;
	background: none;
	color: black;
	overflow: hidden;
	position: relative;
	padding: .5em;
	border: 1px solid #FFA500;
	border-radius: .5em;
	display: block;
	margin: 0 auto;
	font-weight: bold;}

nav li:last-child a:hover,.butreallystart button:hover  {color: #333;
	cursor: pointer;}

nav li:last-child a::after, .butreallystart button::after {content: '';
	background: #FFA500;
	position: absolute;
	display: block;
	height: 100%;
	width: 110%;
	top: 0;
	left: 0;
	z-index: -2;
	transition: width ease-out 150ms;}

nav li:last-child a:hover::after, .butreallystart button:hover::after {width: 100%;}

nav li:last-child a::before, .butreallystart button::before {content: '';
	background: white;
	position: absolute;
	height: 200%;
	top: -1em;
	left: -1em;
	width: 0;
	z-index: -1;
	transform: skew(20deg, 0);
	transition: all ease-out .3s;}

nav li:last-child a:hover::before, .butreallystart button:hover::before {
	height: 200%;
	width: 150%;}

main {min-height: 100%;
	margin-bottom: -22.22rem;}

main:after {content: "";
	display: block;}

main .grid {display: grid;}

main .desktopgrid {display: initial;}

main ul, main ol {margin-top: 0;}

main > div:first-of-type {padding: 4rem 1rem 1rem 1rem;}

main > div {padding: 1rem;}

main > div:nth-child(4n+1) {background-color: #4DBCE9;}
main > div:nth-child(4n+1) a {color: #D1E751;}
main > div:nth-child(4n+1) a:hover {color: #333333;}


main > div:nth-child(4n+2),
main > div:nth-child(4n) {background-color: white;}
main > div:nth-child(4n+2) a:hover {color: #333333;}


main > div:nth-child(4n+3) {background-color: #D1E751;}
main > div:nth-child(4n+3) a {color: #4DBCE9;}
main > div:nth-child(4n+3) a:hover {color: #333333;}


/* <style>main > div:first-child {background-color: white;}</style> */

main + article:first-child {padding: 5rem 1rem 0;}

main img {
	width: 100%;
	max-width: 40rem;
	display: block;
	margin: 0 auto;}

main div[style|="background"] {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 10rem;}

main img.biopic {width: 8rem;
	float: left;
	padding-right: 0.5rem;}

main img.blogpic {height: 100%; width: auto;}

main .socshare a {display:inline-block;
	width: 2rem;
	fill: #333;
	transition: fill 0.3s;}

main .socshare a:hover {
	fill: #D1E751;}

main .button {background: #FFA500;
	padding: 1rem;
	color: #333!important;
	font-size: 1.333rem;
	border-radius: 1rem;
	display: inline-block;
	margin: o auto;
	background-image: linear-gradient(to bottom, #FFA500, #E59400);}

main .button:hover {background: #FFB62F;
	background-image: linear-gradient(to bottom, #FFB62F, #FFAE19);}

.clip {shape-outside: circle();}

main dt {cursor: pointer;
	border-style: dotted;
	border-color: #333;
	border-width: 0 0 1px 0;}

main dd {display: none;}

main > div:nth-child(4n+2) form,
main > div:nth-child(4n) form {background-color: #D1E751;
	border-radius: .5em;
	padding: 1rem;}

.gform, .blog .gform {background-color: #D1E751;}

form label {display: inline-block;
	width: 30%;
	max-width: 7rem;
	text-align: right;
	vertical-align: top;
	padding-right: 0.5rem;}

form input:not([type="submit"]), textarea {width: 67%;
	margin-bottom: 1rem;
	font-size: 1rem;
	box-sizing: border-box;
	border: none;}

form textarea {height: 5rem;}

form input[type="submit"] {
	background-image: linear-gradient(to bottom, #FFA500, #E59400);
	border-radius: 0.5rem;
	border: none;
	font-size: 1rem;
	padding: 0.5rem;
	display: block;
	margin: 0 auto 1rem;
	cursor: pointer;}

form input[type="submit"]:hover {background: #FFB62F;;}

form button, .cta {transition: .3s;
	font-size: 1em;
	background: none;
	border: none;
	color: white;
	overflow: hidden;
	position: relative;
	padding: .5em;
	border-radius: .5em;
	display: block;
	margin: 0 auto;
	z-index: 1}

form button:hover, .cta:hover {color: #4DBCE9;
	cursor: pointer;}

form button::after, .cta::after {content: '';
	background: #4DBCE9;
	position: absolute;
	display: block;
	height: 100%;
	width: 110%;
	top: 0;
	left: 0;
	z-index: -2;
	transition: width ease-out 150ms;}

form button:hover::after, .cta:hover::after {width: 100%;}

form button::before, .cta::before {content: '';
	background: white;
	position: absolute;
	height: 200%;
	top: -1em;
	left: -1em;
	width: 0;
	z-index: -1;
	color: black;
	transform: skew(20deg, 0);
	transition: all ease-out .3s;}

form button:hover::before, .cta:hover::before {
	height: 200%;
	width: 150%;}

form .gbutton {color: #333;}

form .gbutton::after {background: #D1E751;}

table {font-size: 0.707rem;
	width: 100%;
	border-collapse: collapse;
	max-width: 21rem;
	margin: 0 auto;}

main > div:nth-child(4n+2) table tr:nth-child(2n+2),
main > div:nth-child(4n) table tr:nth-child(2n+2) {
	background: rgb(245, 245, 245);}

main > div:nth-child(4n+3) table tr:nth-child(2n+2) {
	background: #edf5b9;}

table td {width: 25%;
	text-align: center;
	padding: 0.5rem 0;}

table td:first-child {text-align: left;
	padding-left: 0.5rem;}

.blog div:first-child {background-color: white;}
.blog div:first-child a       {color: #4DBCE9;}

.blog .c2 .popular { flex: 2 2 0;}

.blog .c2 .latest { flex: 1 1 0;}

.blog div[style|="background"] {background-size: 100%;}

.blog form input:not([type="submit"]) 	{ width: 60%;}

.blog select, option 
  {background-color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	width: 100%;
	height: 2em;
	font-size: 1em;}

.blog form { background-color: #4DBCE9;
		border-radius: 0.5rem;
		padding: .5em 1em;}

.blog h4 + p {padding-bottom: 0;}

.pq {padding: 0.78125em 0.625em 0.9375em 1.34375em;
	margin: 0 0.625em .3125em -0.9375em;
	width: 7.03125em;
	display: inline-block;
	float: left;
	font-size: 1.777em;
	-webkit-font-smoothing: antialiased;
	background: #D1E751;}

.tq, .bq {margin-top: 0.182481751824818em;
	margin-left: -0.262773722627737em;
	float: left;
	font-style: normal;
	font-size: 4.283123866691678em;
	font-family: sans-serif;
	line-height: 0.233576642335766em;
	height: 0.233576642335766em;
	width: 0.204379562043796em;
	color: #FFF;}

.bq {margin-top: 36px;
	float: right;}

.s {font-size: 0.875382980053774em;
	width: auto;
	display: block;
	margin-top: 5px;}

.signup article {max-width: 32em;
	margin: 0 auto;}

.signup .grid {grid-template-columns: auto 100px 10em auto;
	grid-template-rows: auto auto;
	margin: 0 auto;}

.signup .grid img {height: 100px;
	align-self: start;
	width: auto;
	: inline-block;
	margin: initial;}

.signup .grid img:first-of-type {margin: 0 auto;
	grid-column-start: 2;
	 grid-row-end: span 2;
	align-self: center;}

.signup .grid p {grid-column-start: 3;
	padding-left: 20px;}


footer, main:after {height: 22.22rem;}

footer {font-size: 0.75em;
	padding: 1rem;
	background-color: #F5F5F5;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	height 1px;}

footer a {color: #333;}

footer a:hover {color: #4dbce9;}

footer svg {width: 15%;
	transition: fill 0.3s;
	cursor: pointer;}

footer svg:hover {fill: #4dbce9;}

@media screen and (min-width: 820px) {
nav {padding: 1rem;}

nav .fc {display: inline-block;}

nav #menubutton {display: none;}

nav #menu  {display: inline-block;
	margin: 0;
	float: right;}

nav #menu li {display: inline-block;
	font-size: 1rem;
	padding-right: 1rem;
	vertical-align:middle;}

nav #menu li:last-child {padding-right: 0:}

main {min-height: 100%;
	margin-bottom: -12rem;}

main .desktopgrid {display: grid;}

main .blog div[style|="background"] {height: 10rem;;}

main div[style|="background"] {height: initial;}


/* <div style="background-image: url(img_placeholder.png);"></div> */

main > div:first-of-type {padding: 6rem 1rem 1rem 1rem;}

.signup > div:first-of-type {padding: 4rem 1rem 1rem 1rem;}

main .fc {display: flex; 
	align-items: stretch;}

main .c1 > * {width: 100%;}

main .c2 > * {width: 50%;}

main .c2 > *:first-child {padding-right: 0.5rem;}

main .c2 > *:last-child {padding-left: 0.5rem;}

main .c3 > * {width: 33%;}

main .c3 > *:first-child {padding-right: 0.5rem;}

main .c3 > *:nth-child(3) {padding: 0 0.5rem;}

main .c3 > *:last-child {padding-left: 0.5rem;}

main .column3 {column-count: 3;}
main .column2 {column-count: 2;
	column-gap: 2em;}

.cm {flex-wrap: wrap;
	justify-content: space-between;}

main .cm > * {width: 10rem;
	padding: 1rem;}

form {max-width: 45rem;
	margin: 0 auto;}

table {font-size: 1rem;
	max-width: initial;}

main .blog > *:first-child {padding-right: 2rem;}

main .blog > *:last-child {padding-left: 2rem;}

article[itemprop="articleBody"] {max-width: 40em;
	margin: 0 auto;	}

.latest  { font-size: .75rem;
	line-height: 1.25;}

.latest form {font-size:1rem;
	line-height: 1.45;}

.blog div[style|="background"] {height: 10rem; background-size: 100%;
	margin-bottom: 1em;}

.blog .c2 .popular {padding-right: 1rem;}

.blog .c2 .latest {padding-left: 1rem;}

footer {display: flex;}

footer, main:after {height: 12rem;}

footer > * {width: 33%;}

footer > *:first-child {text-align: left;}

footer > *:last-child {text-align: right;}}

@media screen and (min-width: 1250px) {

article {max-width: 50rem;
	margin: 0 auto;}


main .c2 > *:first-child {padding-right: 1rem;}

main .c2 > *:last-child {padding-left: 1rem;}

.blog .c2 .popular {padding-right: 3rem;}

.blog .c2 .latest {padding-left: 3rem;}

footer svg {width: 10%;}}
