/*
Theme Name: RB101 2020  Twenty Ten
Version: 1.0
Author: Nancy Martin/Ronnie Sampson
Author URI: https://omti.com
*/
/*	0. CSS Reset */
html, body {border: none; margin: 0; padding: 0;font-family: azo-sans-web, sans-serif;}
h1,h2,h3,h4,h5,h6,p,blockquote,address,big,cite,code,em,font,img,small,strike,sub,sup,li,ol,ul,fieldset,form,label,legend,button,table,caption,tr,th,td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}
blockquote::before,blockquote::after {content: "";}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {border: none;}

/*	1. Document Setup */
html {font-size: 100%; scroll-behavior: smooth;}
body {box-sizing: border-box; color: #000; font-family: azo-sans-web, sans-serif; text-align: left;hyphens: auto;min-height: 100vh;display: flex;flex-direction: column;
  font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1600 - 300)));
}
.wrapper {
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-around;
}
@media (prefers-reduced-motion: reduce) {
	html {scroll-behavior: auto;}
* {animation-duration: 0s !important;transition-duration: 0s !important;}
}

*,*::before,*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	overflow-wrap: break-word;
}

.group::after,.entry-content::after {
	clear: both;
	content: "";
	display: block;
}

/* Base Transitions -------------------------- */
a,path {transition: all 0.15s linear;}

/* Screen Reader Text ------------------------ */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}
.screen-reader-text:focus {
	background-color: #ece4cb;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #4c7e00;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Skip Link --------------------------------- */
.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}
.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}

main {display: block;}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
hr {
	background-color: #542996;
	border: 0;
	clear: both;
	height: 1px;
	margin-top: 18px;
}

small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background-color: #ffffff rgba(255,255,255,1);
	border: 1px solid #542996;
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0);
	padding: 4px 6px;
}
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea {font-family: azo-sans-web, sans-serif;}

.AzoSansBold {font-family: azo-sans-web, sans-serif; font-weight: 700;font-style: normal;}
.AzoSansBoldItalic {font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: italic;}
.AzoSansMedium {font-family: azo-sans-web, sans-serif;font-weight: 500;font-style: normal;}
.AzoSansMediumItalic {font-family: azo-sans-web, sans-serif;font-weight: 500;font-style: italic;}
.AzoSansItalic{font-family: azo-sans-web, sans-serif;font-weight: 400;font-style: italic;}
.AzoSansRegular {font-family: azo-sans-web, sans-serif;font-weight: 400;font-style: normal;}
.KarbidSlabProBlack{font-family: ff-karbid-slab-web-pro, serif;font-weight: 900;font-style: normal;}
.KarbidSlabProBold{font-family: ff-karbid-slab-web-pro, serif;font-weight: 700;font-style: normal;}
.KarbidSlabProBoldItalic {font-family: ff-karbid-slab-web-pro, serif;font-weight: 700;font-style: italic;}
.KarbidSlabProMedium{font-family: ff-karbid-slab-web-pro, serif;font-weight: 500;font-style: normal;}
.KarbidSlabProMediumItalic {font-family: ff-karbid-slab-web-pro, serif;font-weight: 500;font-style: italic;}
.KarbidSlabProRegular {font-family: ff-karbid-slab-web-pro, serif;font-weight: 400;font-style: normal;}
.KarbidlabProItalic {font-family: ff-karbid-slab-web-pro, serif;font-weight: 400;font-style: italic;}
.LatoHeavy {font-family: lato, sans-serif;font-style: normal;font-weight: 800;}
.LatoBlack {font-family: lato, sans-serif;font-style: normal;font-weight: 900;}

h1, h2, h3, h4, h5, h6, .mainheader {font-style: normal;}
h1, h2, h3, h4, h5 { margin-top: 30px; margin-bottom: 10px;}
h1, h2, h4, h6 {font-family: azo-sans-web, sans-serif;}
h3, h5 {font-family: ff-karbid-slab-web-pro, serif;font-weight: 900;}
h1 {color: #542996; font-weight: 700;line-height: 110%;}
h2 {font-size: 200%;line-height: 110%;}
h3 {font-size: 165%;line-height: 1.2em;}
h4 {font-size: 140%;line-height: 1.3em;}
h5 {font-size: 125%;line-height: 1.2em;}
h6 {font-size: 100%; margin-bottom: 0;line-height: 1.5em; text-transform: uppercase;}
p, li {font-size: 100%; line-height: 1.5em; }
li { margin-bottom: 8px;}
ul {padding-bottom: 8px;}
p { margin-bottom: 16px;}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

a {text-decoration: none;color: #639b00;}
a:hover {text-decoration: underline; color: #542996;}
.mainheader {font-family: lato, sans-serif; letter-spacing: -0.025em; margin-top: 0; margin-bottom: 0;}
.rb9 { font-weight: 900; color: #2d4c00;}
.primer {font-weight: 800; color: #3b2e4f;}
strong {font-family: ff-karbid-slab-web-pro, serif; font-weight: 900;}

/*	3. Styling */
.darkgreen {color: #2d4c00;}
.green {color: #4c7e00;}
.litegreen {color: #639b00;}
.darkpurple {color: #3b2e4f;}
.purple {color: #542996;}
.litepurple {color: #7646c1;}
.beige {color: #ece4cb;}
.wrapper, #site-header, .header1, .header2, .header-inner, .header-navigation-wrapper, .primary-menu-wrapper ul, .header-toggles, .search-form, .custom-search-form, footer, .footercontent, .nav-links, .pagination-single-inner, .returntotop, .footercontent, .bottomnav {display: flex; }
header, .footercontent {flex-direction: column; background-color: #ece4cb;}
.toplogo img {height: auto;}
.header2 { padding: 16px 2% 10px; align-items: center;}
.subhead {padding: 10px 2%;}
.header1, footer {background-color: #3b2e4f; padding: 10px 2%; color: #ffffff; font-weight: 700; font-size: 85%;}
.header1 a, footer a { color: #FFF0CB;}
.header1 a:hover, footer a:hover { color: #ffffff;}
.signup h5 {margin-top: 0; color: #4c7e00;font-weight: 900;}
.signup p {font-weight: 500;}
.signuplink a {color: #2d4c00;font-weight: 700;}
.signuplink a:hover {color: #4c7e00; text-decoration: underline;font-weight: 700;}
.signuphead a {color: #4c7e00;font-weight: 900;}
.signuphead a:hover {color: #4c7e00; text-decoration: underline;font-weight: 900;}
.header-inner {background-color: #ffffff;}
.primary-menu-wrapper {position: relative;overflow: hidden;}
.primary-menu-wrapper ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1px;}
.primary-menu li {flex-grow: 1;
    flex-basis: auto;
    margin: 0;
    padding: 0 1em;
    text-align: center;
    border-left: 1px solid #7646c1;
    }
.primary-menu li, .footercontent li, .archivelist li {list-style: none;}
.primary-menu a {color: #2d4c00;}
#site-content {background-color: #ffffff;}
.synopsis p {font-size: 125%; margin-top: 1em;color: #2d4c00;font-weight: 500;}
.lesson h2 {color: #2d4c00;}
.lesson h3, .lesson h6 {color: #4c7e00;}
.lesson h4, .lesson h5 {color: #542996;}
.lesson h5 {margin-top: 10px;}
.lesson li {margin-left: 1em;}
.lesson a, .lesson a:hover {font-weight: 500;}
.topcontent, .content, .bottomnav {margin: 0 auto;}
.topcontent {max-width: 900px;}
.content {max-width: 700px;}
.returntotop {justify-content: flex-end;padding: 10px 2%;}
.fa-arrow-to-top {padding: 8px 12px;}
.footercontent h4 {color: #4c7e00;}
.footercontent a { color: #3b2e4f;}
.footercontent a:hover { color: #7646c1;}
.close { margin-bottom: 10px;}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: none;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #542996; font-weight: 700;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #2d4c00;
	text-decoration: underline;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.search-div {margin: 0;padding: 0;border: none;
z-index: 600;
 position: relative;
 cursor: default; 
}
.colO, .colX  {text-align: center; width: 6rem;}
.colX {background-color: #64852F; color: #ffffff; font-weight: 700;}
.comparison td {border: 1pt #000000 solid; padding: 10px;}
.comparison th {border: 1pt #000000 solid; padding: 5px; color: #ffffff; background-color: #542996;}

/* =Search drop-down
-------------------------------------------------------------- */
.search-div > div > div {
 opacity: 0;
 visibility: hidden;
 overflow: hidden;
 border-radius: 0 0 3px 3px;
 -webkit-transition: all .3s ease .15s;
 -moz-transition: all .3s ease .15s;
 -o-transition: all .3s ease .15s;
 -ms-transition: all .3s ease .15s;
 transition: all .3s ease .15s;
}
.search-div > div:hover > div {
 opacity: 1;
 visibility: visible;
 overflow: visible;
}
.search-form {background-color: #ffffff; justify-content: space-between; flex-direction: row; align-items: flex-end; border: #000000 1px solid; padding: 0 18px 18px;}
.custom-search-form { justify-content: space-between; flex-direction: row;}
.wp-search {margin: 0 18px 0 0;}
#searchsubmit {background-color: #a2bc7f; border: none;	}
.close {
  cursor: pointer;
  padding: 0;margin: 0;
}
/* =Images
-------------------------------------------------------------- */

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.widget-container .wp-caption {
	max-width: 100% !important;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	margin: 5px;
}

/*	13. Site Pagination
/* -------------------------------------------------------------------------- */
.pagination-single-inner .nav-links {
	align-items: baseline;
	flex-wrap: wrap;
	/*margin: -1.5rem 0 0 -2.5rem;
	width: calc(100% + 2.5rem);*/
}
.nav-links > * {margin: 1.5rem 0 0 2.5rem;}

.nav-links .placeholder {
	display: none;
	visibility: hidden;
}
.pagination-single-inner a {color: #542996;}
.pagination-single-inner a:focus,
.pagination-single-inner a:hover {color: #3b2e4f;}
.pagination-single-inner {justify-content: space-between;;}
.pagination-single-inner a + a {margin: 0 0 0 4rem;}
.pagination-single-inner a .arrow {margin: 0 1rem 0 0;}
.pagination-single-inner a .arrow {margin-right: 1rem;}
.pagination-single-inner .next-post {text-align: right;justify-content: flex-end;	flex-wrap: nowrap;}
.pagination-single-inner .next-post .arrow {margin: 0 0 0 1rem;}

/*	14. WP Forms button styles
/* -------------------------------------------------------------------------- */
div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #4c7e00; 
    color: #ffffff; 
	font-weight: 700;
}

/* New button hover styles */
div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form input[type=submit]:active, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
    background-color: #639b00; 
 }
@media screen and (max-width:499px) {
h1, h2, h3, h4, h5, h6, .mainheader {hyphens: auto;}
.toplogo img {width: 100px;max-width: 100px; }
.mainheader {font-size: 300%; line-height: 88%;}
.search-icon {margin-left:auto; margin-right:auto;}
.search-div > div > div {
 position: absolute;
 opacity: 0;
 visibility: hidden;
 overflow: hidden;
 border-radius: 0 0 3px 3px;
 -webkit-transition: all .3s ease .15s;
 -moz-transition: all .3s ease .15s;
 -o-transition: all .3s ease .15s;
 -ms-transition: all .3s ease .15s;
 transition: all .3s ease .15s;
}
.synopsis, .lesson, .returntotop, .footercontent {padding: .5% 15% 1%;}
}
@media screen and (max-width:899px) {
h1, h2, h3, h4, h5, h6, .mainheader {hyphens: none;}
h1 {font-size: 250%;}
.toplogo img {width: 100%;max-width: 194px; }
.mainheader {font-size: 400%;line-height: 88%;}
.header2, .subhead, .header-inner, .pagination-single-inner, .returntotop, .bottomnav, footer  {flex-direction: column;  align-items: center; }
.header2  {padding: 16px 2% 10px;}
.subhead { padding: 20px 2% 10px;}
.header2, .signup, .footercontent { text-align: center;}
.header-inner {margin: 8px 20px 0;}
.signup {margin-top: 4%;}
.searchopen {display: flex; align-items: center; flex-direction: column;}
.synopsis, .lesson, .returntotop, .footercontent {padding: 0 15% 2%;}
.pagination-single-inner {padding: 2% 10% 3%; justify-content: space-between; }
	a.next-post {margin-top: 20px;}
.bottomnav {align-content: center; width: 100%;}
.bottomnavcategories li {margin: 8% 0; line-height: 1.4;}
.backtotop {font-size: 85%;}
.calltoaction {padding: 2% 2% 5%;}
.close {font-size: 120%; }
.search-icon {margin-left:auto; margin-right:0;}
.search-div > div > div {
 position: absolute;
 opacity: 0;
 visibility: hidden;
 overflow: hidden;
 border-radius: 0 0 3px 3px;
 -webkit-transition: all .3s ease .15s;
 -moz-transition: all .3s ease .15s;
 -o-transition: all .3s ease .15s;
 -ms-transition: all .3s ease .15s;
 transition: all .3s ease .15s;
}
.two-column {column-count: 1;}
}
@media screen and (min-width:900px) {
h1, h2, h3, h4, h5, h6, .mainheader {hyphens: none;}
h1 {font-size: 300%;}
.toplogo img {width: 100%; max-width: 194px; }
.mainheader {font-size: 600%;	}
.header2, .subhead, .header-inner, .pagination-single-inner, .returntotop, .bottomnav, footer {flex-direction: row;}
.header2, .subhead, .header-inner, .pagination-single-inner, .footercontent, .bottomnav, footer { justify-content: space-between; }
.header2 { padding: 16px 2% 10px;}
.header-inner { margin: 8px 20px;}
.subhead { padding: 10px 2%;}
.toplogo {width: 15%;}
.signup {max-width: 20%;}
.search-icon {margin-left:auto; margin-right:0;}
.search-div > div > div {
 position: absolute;
 right: 0;
 opacity: 0;
 visibility: hidden;
 overflow: hidden;
 border-radius: 0 0 3px 3px;
 -webkit-transition: all .3s ease .15s;
 -moz-transition: all .3s ease .15s;
 -o-transition: all .3s ease .15s;
 -ms-transition: all .3s ease .15s;
 transition: all .3s ease .15s;
}
.header1, .primary-menu li, .header-toggles, .calltoaction, .copyright {font-size: 90%;}
.synopsis {padding: 1% 20% .5%;}
.lesson {padding: 1% 25% 3%;}
.pagination-single-inner, .footercontent {padding: 2% 10%;  }
.signup h5 {font-size: 120%;}
.signup p {font-size: 90%;}
	.bottomnav {width: 100%; padding: 0;}
	.bottomnavcategories {margin: 0 5%; flex-basis: 33%; align-items: stretch;  hyphens: none;}
	.bottomnavcategories li {margin: 8% 0; line-height: 1.4; font-size: 85%;}
	.concepts {flex-grow: 2;}
	.etc {flex-shrink: 2;}
.fromarticle {padding: 10px 10%;}
.fromfooter {padding: 10px 2% 0;}
.backtotop {font-size: 80%;}
.two-column {column-count: 2;}
}

@media screen and (min-width:1200px) {
	.mainheader {font-size: 500%;}
	.signup h5 {font-size: 100%;}
	.signup p {font-size: 85%;}
.header1 {font-size: 70%;}
.primary-menu li, .header-toggles, .search-form, .calltoaction, .copyright {font-size: 80%;}
	.bottomnavcategories li {margin: 6% 0; line-height: 1.3;}
.fromarticle {padding: 10px 12%;}
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* remove recaptcha badge on site */
.grecaptcha-badge {visibility: hidden;}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {background: none !important;}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
		.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
