html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	margin: 10px;
}
body, td, p {
	font-family: Times, serif;
	font-size: 14px;
	color: #333333;
}
a:link, a:active, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
a.title:link, a.title:active, a.title:visited {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a.title:hover {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.tiny {
	font-size: 13px;
	color: #333333;
}
a.tiny:link, a.tiny:active, a.tiny:visited {
	font-size: 13px;
	color: #333333;
	text-decoration: underline;
}
a.tiny:hover {
	font-size: 13px;
	color: #990000;
	text-decoration: underline;
}
.tinyOn {
	font-size: 13px;
	color: #6B91CD;
}

.yellowBG {
	background-color: #FFFF00;
}
.bold {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.headerBG {
	background-color: #FFFFCC;
}
.greenBG {
	background-color: #00FF00;
}
.whiteBG {
	background-color: #FFFFFF;
}
.extraLarge {
	font-size: 25px;
	font-weight: bold;
	color: #000000;
}
.extraLarge .regions {
	font-size: 70%;
	font-weight: normal;
}
.lightYellow {
	background-color: #FFFFCC;
}
.darkBG {
	background-color: #999999;
}
.large {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.red {
	font-weight: bold;
	color: #f00 !important;
}
a.red:link, a.red:active, a.red:visited {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.red:hover {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.g-recaptcha {
	margin-bottom: 10px;
}

#categoryBoxes ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a.button,
.button {
	font-family: Arial, Geneva, sans-serif;
	font-variant: small-caps;
	display: inline-block;
	margin: 0 10px;
	padding: 2px 6px 5px 6px;
	background-color: #f00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ff0;
	font-weight: bold;
	font-size: 15px;
	position: relative;
	top: -4px;
	text-decoration: none;
	cursor: pointer;
}
a.button:hover,
.button:hover {
	color: #fff;
}

/* frontend forms */
.formTable {
	width: 90%;
	min-width: 400px;
}
.formTable td {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	background: #fff;
}
.formTable td.formLabel {
	width: 25%;
	min-width: 75px;
	color: #fff;
	background: #666;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}
.align-right {
	text-align: right !important;
}
.align-center {
	text-align: center !important;
}
.success,
.error,
.fixthis {
	width: 100%;
	padding: 20px;
	text-align: center;
}
.success {
	background-color: #0c0;
}
.error,
.fixthis {
	background-color: #f00;
}
.success,
.success p,
.error,
.error p,
.error a,
.fixthis,
.fixthis p {
	font-weight: bold;
	color: #fff;
	font-family: Arial, 'Geneva', sans-serif;
}
.error, .error p, .error a,
.fixthis, .fixthis p, .fixthis p a {
	color: #ff0;
}
.error a:hover {
	text-decoration: none;
}
.subscriber-login .success,
.subscriber-login .error,
.fixthis {
	margin-bottom: 20px;
}

.field_error {
	font-family: Arial, Geneva, sans-serif;
	padding: 10px;
	font-size: 12px;
	background-color: #f00;
	color: #ff0;
}
.field_error a {
	color: #ff0;
	font-weight: bold;
}
.field_error a:hover {
	color: #fff;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}

/* subscriptions */
.payment-block {
	width: 100%;
}
.payment-option {
	text-align: center;
	display: inline-block;
	min-width: 150px;
	margin: 20px 15px;
	padding: 20px;
	background: #ededed;
}
.payment-option h3,
.payment-option p,
.payment-option div {
	font-family: Arial, 'Geneva', sans-serif;
}
.payment-option h3 {
	margin: 0;
	text-transform: uppercase;
}
.payment-button {
	display: block;
	background: #0c0;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 10px 20px;
}
.payment-button:hover {
	cursor: pointer;
	background-color: #0a0;
}
#payment-msg {
	display: none;
}

/* header */
.header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header div {
	display: inline-block;
}
.logo {
	vertical-align: top;
}
.logo img {
	width: 100%;
	height: auto;
	max-width: 250px;
}
.header-categories {
	margin: 0 10px;
}
.header-categories td {
	font-size: 95%;
}
.header-categories div {
	margin-top: 10px;
	display: block;
	text-align: center;
}
.subscriber-links {
	margin: 10px 0;
	width: 100%;
	text-align: center;
	background-color: #fcdede;
}
.subscriber-links p {
	padding: 0;
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
	display: inline-block;
}
.subscriber-links ul {
	display: inline-block;
	padding: 5px 10px 10px 10px;
	margin: 0;
	list-style: none;
}
.subscriber-links li {
	display: inline-block;
	margin: 0;
}
.subscriber-links li + li::before {
	content: "|";
	padding: 0 5px;
}
.subscriber-links li a {
	font-size: 105%;
}
.subscriber-links li a:hover {
	text-decoration: none;
}

/* content */
.content {
	width: 100%;
}
.note {
	font-size: 95%;
	color: #333;
	font-family: Arial, Geneva, sans-serif;
}
p.note {
	margin-bottom: 5px;
}
a.note:hover {
	color: #900;
}

/* footer */
.pebbles {
	margin: 20px 0;
	text-align: center;
	background: url(../img/rowofpebbles.gif) center center no-repeat;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	height: 45px;
}
.footer-nav {
	text-align: center;
}
.footer-nav ul {
	list-style: none;
}
.footer-nav li {
	display: inline-block;
}
.footer-nav li a {
	font-size: 95%;
	color: #333;
}
.footer-nav li a:hover {
	color: #900;
}
.footer-nav li + li::before {
	content: "||";
	margin: 0 10px 0 5px;
}
.copyright {
	margin: 20px 0;
	text-align:center;
}
.copyright,
.copyright a {
	font-size: 12px;
	color: #999;
}
.copyright a {
	font-weight: bold;
}
.copyright a:hover {
	color: #900;
}

/* custom homepage */
.chp-topics {
	width: inherit;
	background-color: #efefef;
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	padding: 5px;
}
.chp-block {
	border: 1px solid #666;
	flex-grow: 1;
	justify-content: space-between;
	padding: 15px;
	margin: 10px;
	width: calc(33% - 50px);
	min-width: 260px;
	position: relative;
	display: flex;
}
.chp-img {
	margin-right: 15px;
}
.chp-content {
	flex: 1;
}
.chp-content h2 {
	margin: 0;
	font-size: 17px;
}

/* Seven Almonds styles */
.block-wrapper {
	width: 100%;
	padding: 20px;
}
.block {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.form-block {
	background-color: #f2f2f2;
	width: 50%;
	padding: 40px;
}
.form-block h1 {
	font-family: serif; /* fixthis >> replace with correct font */
	margin: 0 0 20px 0;
}
.form-block p {
	font-family: sans-serif; /* fixthis >> replace with correct font */
	line-height: 17px;
	margin: 0;
}
.form-block form ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.form-block form li {
	padding: 10px 0;
}
.form-block input[type="text"],
.form-block input[type="password"] {
	width: 100%;
	color: #97a0b3;
	font-family: sans-serif; /* fixthis >> replace with correct font */
	background-color: #f2f2f2;
	font-size: 17px;
	border: 0;
	border-bottom: 1px solid #97a0b3;
	padding: 15px 12px;
}
.form-block input[type="submit"] {
	background-color: #cc6666;
	color: #fff;
	border: 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	padding: 15px 20px;
	min-width: 125px;
	font-size: 13px;
	margin: 20px 0 10px 0;
}
.form-block input[type="submit"]:hover {
	text-decoration: underline;
	cursor: pointer;
}
.form-block .error h2,
.form-block .success h2 {
	margin-top: 0;
}
.form-notes p {
	margin: 10px 0;
}
.form-notes p,
.form-notes p a {
	color: #97a0b3;
	font-size: 90%;
}
.form-notes p a:hover {
	text-decoration: none;
}
.img-block {
	width: 50%;
	padding: 20px;
	display: block;
	text-align: center;
	vertical-align: middle;
}
.svg {
	display: none;
	width: 100%;
	height: auto;
	fill: none;
}
.img-block .svg {
	max-width: 325px;
	max-height: 400px;
}
.logo-img .svg {
	width: auto;
	height: 100%;
	max-height: 90px;
	fill: #688fec;
}

/* rotating color pallets */
.palette1 {
	background-image: linear-gradient(45deg, #9187d9, #f2f1fb);
}
.palette1 .svg {
	fill: #165fa3;
}
.palette2 {
	background-image: linear-gradient(45deg, #eacbcb, #fdf9f9);
}
.palette2 .svg {
	fill: #0d7883;
}
.palette3 {
	background-image: linear-gradient(45deg, #9cc, #f5f9fa);
}
.palette3 .svg {
	fill: #6db2b9;
}

@media all and (max-width: 700px) {
	
	.logo-img {
		display: none !important;
	}
	.block-wrapper {
		padding: 10px;
	}
	.form-block {
		width: 100%;
		float: none;
		padding: 30px 20px;
	}
	.form-block h1 {
		text-align: center;
		font-size: 25px;
		margin-bottom: 10px;
	}
	.form-block form ul {
		margin: 10px 0;
	}
	.form-block input[type="text"],
	.form-block input[type="password"] {
		padding: 10px;
		font-size: 15px;
	}
	.form-block input[type="submit"] {
		margin-top: 10px;
		padding: 10px 15px;
	}
	.img-block {
		display: none;
	}
	.block .clear {
		display: none;
	}
	
}
