/*
Theme Name: Loudoun Test Prep
Theme URI: https://prepsquared.com/
Description: This is the Loudoun Test Prep theme created for the Genesis Framework.
Author: 5.12 Design Lab
Author URI: https://512designlab.com/

Version: 3.0.15

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: prep-squared
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #002e51;
	color: #333;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden;
}

body.no-scroll {
	overflow: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #ffb501;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	outline: none;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 20px;
	outline: none;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h1.newline-bold strong,
h2.newline-bold strong,
h3.newline-bold strong,
h4.newline-bold strong,
h5.newline-bold strong,
h6.newline-bold strong {
	display: block;
}

h1.courses-border,
h2.courses-border,
h3.courses-border,
h4.courses-border,
h5.courses-border,
h6.courses-border {
	margin: 0;
}

h2.background,
h3.background,
h4.background,
h5.background,
h6.background {
	background-color: #aaa;
	color: #fff;
	display: block;
	padding: 15px 20px;
}

h2.background.blue,
h3.background.blue,
h4.background.blue,
h5.background.blue,
h6.background.blue {
	background: #003a70;
	background: -moz-linear-gradient(45deg,  #003a70 0%, #007fc3 100%);
	background: -webkit-linear-gradient(45deg,  #003a70 0%,#007fc3 100%);
	background: linear-gradient(45deg,  #003a70 0%,#007fc3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a70', endColorstr='#007fc3',GradientType=1 );
}

h2.no-gradient.blue,
h3.no-gradient.blue,
h4.no-gradient.blue,
h5.no-gradient.blue,
h6.no-gradient.blue {
	background: #003a70;
}

h2.background.green,
h3.background.green,
h4.background.green,
h5.background.green,
h6.background.green {
	background-color: #719971;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 21px;
}

h6 {
	font-size: 18px;
	text-transform: uppercase;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button,
.home-news a.more-link,
.content .entry a.more-link {
	background-color: #003a70;
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	padding: 9px 43px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover,
.home-news a.more-link:focus,
.home-news a.more-link:hover,
.content .entry a.more-link:focus,
.content .entry a.more-link:hover {
	background-color: #ffb501;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.entry-content .button.block {
    display: block;
    margin-bottom: 10px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	background-color: #fff;
	word-wrap: break-word;
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 0 0;
}

.wrap {
	margin: 0 5%;
}

.wrap .wrap {
	margin: 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #ffb501;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #ffb501;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	padding-bottom: 20px;
	padding-top: 20px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
}

.wp-custom-logo .title-area {
	max-width: 280px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #003a70;
	display: block;
	font-size: 16px;
	font-weight: 500;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover/*,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover*/ {
	color: #ffb501;
	text-decoration: none;
}

.genesis-nav-menu .menu-item.admin-only {
    display: none;
}

body.role-administrator .genesis-nav-menu .menu-item.admin-only,
body.role-manager .genesis-nav-menu .menu-item.admin-only{
    display: inline-block;
}

.genesis-nav-menu .menu-item.admin-only a {
    color: red;
}

.genesis-nav-menu .menu-item.admin-only a:focus,
.genesis-nav-menu .menu-item.admin-only a:hover {
    color: darkred;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

.genesis-nav-menu .menu-item.fancy-sub .sub-menu li.header a {
	font-weight: 700;
}

.genesis-nav-menu .menu-item.fancy-sub .sub-menu a {
	font-weight: 400;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #ffb501;
}

.menu-toggle {
	float: right;
	font-size: 0;
	line-height: 20px;
	padding: 19px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 11px;
	padding-top: 11px;
	width: 100%;
}

.genesis-nav-menu .menu-item.login {
	position: relative;
}

/*body.logged-in .genesis-nav-menu .menu-item.login a {
	font-size: 0;
}

body.logged-in .genesis-nav-menu .menu-item.login a::after {
	color: #999;
	content: 'Account';
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}*/

/* Header Submenu
--------------------------------------------- */

.nav-secondary {
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #f6f6f6 100%);
	background: -webkit-linear-gradient(left,  #ffffff 0%,#f6f6f6 100%);
	background: linear-gradient(to right,  #ffffff 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
	border-bottom: 1px solid #f3f3f3;
	padding: 7px;
	text-align: right;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	color: #999;
	font-size: 14px;
	font-weight: 500;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

.nav-secondary a:hover {
	color: #222;
}

body.logged-in .genesis-nav-menu .menu-item.login a {
	font-size: 0;
}

body.logged-in .genesis-nav-menu .menu-item.login a::after {
	color: #999;
	content: 'Account';
	font-size: 14px;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
}

body.logged-in .genesis-nav-menu .menu-item.login a:hover::after {
	color: #444;
}

.nav-secondary .menu-item.icon a {
	position: relative;
	transition: all .2s ease-in-out;
}

.nav-secondary .menu-item.icon a::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 19px 12px;
	content: '';
	display: inline-block;
	height: 12px;
	margin-right: 5px;
	opacity: 0.5;
	position: relative;
	top: 1px;
	transition: all .2s ease-in-out;
	width: 19px;
}

.nav-secondary .menu-item.icon.phone a::before {
	background-image: url("images/nav-icon-phone.png");
}

.nav-secondary .menu-item.icon.account a::before {
	background-image: url("images/nav-icon-account.png");
}

.nav-secondary .menu-item.icon a:hover::before {
	opacity: .8;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Post Feature Header
--------------------------------------------- */

.feature-header {
	background-color: #34472E;
	background-position: center;
	background-size: cover;
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.feature-header > img {
	pointer-events: none;
}

.feature-header::before {
	background: -moz-linear-gradient(left,  rgba(242,234,237,1) 12%, rgba(255,255,255,0) 87%);
	background: -webkit-linear-gradient(left,  rgba(242,234,237,1) 12%,rgba(255,255,255,0) 87%);
	background: linear-gradient(to right,  rgba(242,234,237,1) 12%,rgba(255,255,255,0) 87%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2eaed', endColorstr='#00ffffff',GradientType=1 );
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 80%;
	z-index: 1;
}

.feature-header .wrap {
	height: 100%;
	position: relative;
	z-index: 1;
}

.feature-header .entry-title {
	color: #333;
	font-size: 48px;
	font-weight: 300;
	line-height: 1.1;
	margin: 0;
	padding: 10vh 0;
	position: relative;
	text-align: center;
	text-shadow: 0 0px 50px rgba(0,0,0,.5);
	width: 50%;
	z-index: 2;
}

body.blog .feature-header .entry-title {
	text-align: left;
}

.feature-header > img {
	height: 100% !important;
	left: 0;
	object-fit: cover;
	object-position: 50% 33%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}


/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	line-height: 1.25;
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li,
.entry-content ul > li {
	margin-bottom: 10px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Comparison Table
--------------------------------------------- */

.table-compare {
	background-color: #FFF;
	border-style: solid;
	border-color: rgba(0,0,0,0.25);
	border-width: 1px;
	border-radius: 4px;
	clear: both;
    font-size: 14px;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	overflow: hidden;
	width: 100%;
}

.entry-content .table-compare h4 {
	background: #154571;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
	padding: 9px 6px;
	padding: 0.9rem 0.6rem;
}

.table-compare .row-one {
    min-height: 60px;
}

.table-compare .row-four {
    min-height: 55px;
}

.table-compare .col-one {
	background-color: #BABABA;
	border-style: solid;
	border-color: rgba(0,0,0,0.25);
	border-width: 1px 0 0;
	clear: both;
	float: left;
	font-weight: bold;
	padding: 3px 6px;
	padding: 0.3rem 0.6rem;
	width: 40%;
}

.table-compare .col-two,
.table-compare .col-three,
.table-compare .col-four {
	background-color: #FFF;
	border-style: solid;
	border-color: rgba(0,0,0,0.25);
	border-width: 1px 0 0 1px;
	float: left;
	padding: 3px 6px;
	padding: 0.3rem 0.6rem;
	text-align: center;
	width: 20%;
}

.table-compare .col-four {
	background-color: #E6DA97;
	float: right;
}

.table-compare .row-one.col-four {
	font-weight: bold;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}


/* Course Listings
---------------------------------------------------------------------------- */

.courses-border-sides {
	border: 1px solid #ccc;
	border-width: 0 1px;
}

p.courses-border-sides {
	margin: 0;
	padding: 15px 15px;
}

.courses-wrap {
	border: 1px solid #ccc;
	border-top: 0;
	clear: both;
	padding: 15px 15px 0;
}

.courses-wrap .course {
	background-color: rgba(0,58,112,.05);
	border: 2px solid rgba(0,58,112,.05);
	font-size: 17px;
	margin-bottom: 20px;
	padding: 13px 23px 0;
	position: relative;
	transition: background-color 0.2s ease-in-out;
}

.courses-wrap .waitlist .course {
    background-color: lemonchiffon;
}

.courses-wrap .closed-visible .course {
    background-color: lemonchiffon;
    opacity: .5;
}

.courses-wrap .course:hover {
/*	background-color: rgba(255,181,0,.05);*/
}

.courses-wrap .course .display-left {
	width: calc(100% - 180px);
}

.courses-wrap .course h2 {
	color: #333;
	display: block;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 12px;
}

.courses-wrap .course h2 .course-code {
	font-weight: 700;
	position: relative;
}
.courses-wrap .course h2 .course-code::after {
	content: ': ';
}

.courses-wrap .course p {
	margin-bottom: 25px;
}

.courses-wrap .course a.register {
	background-color: #ffb500;
	font-size: 16px;
	font-weight: 500;
	height: calc(55% - 13px);
	position: absolute;
}

.courses-wrap .course .description a.register {
	display: block;
	height: auto;
	padding: 20px;
	position: relative;
	width: auto;
}

.courses-wrap .course a.register:hover {
	background-color: #719971;
}

.courses-wrap .course a.register .vertical-fix {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.courses-wrap .course button.open {
	background-color: #ffb500;
	font-size: 14px;
	font-weight: 500;
	height: 50px;
	padding: 4px 20px;
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	width: 175px;
}

.courses-wrap .course button.open a {
    color: #fff;
    text-decoration: none;
}

.courses-wrap .course button.open:focus,
.courses-wrap .course button.open:hover,
.courses-wrap .course button.open a:focus,
.courses-wrap .course button.open a:hover {
	background-color: #719971;
}

.courses-wrap .course button.open .vertical-fix {
	display: block;
	position: relative;
}

.courses-wrap .course .dates {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 0;
}

.courses-wrap .course .dates h6,
.courses-wrap .course .schedule h6 {
	color: rgba(0,58,112,.33);
	flex: 0 0 25%;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-right: 5%;
	text-align: left;
	text-transform: uppercase;
}

.courses-wrap .course .dates.full h6 {
    flex-basis: 100%;
}

.courses-wrap .course .schedule h6 {
	background-color: #003a70;
	color: #fff;
	display: block;
	margin-bottom: 20px;
	padding: 8px 20px;
	text-align: center;
}

.courses-wrap .course .description .dates h6 {
	flex-basis: 33%;
}

.courses-wrap .course .dates h6 .date {
	color: rgba(0,58,112,.75);
	display: block;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
}

.entry-content .courses-wrap .course .description p {
	margin-bottom: 20px;
}

.entry-content .courses-wrap .course .description ul,
.courses-wrap .course .description .schedule ul {
	margin-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

.entry-content .courses-wrap .course .description ul li,
.courses-wrap .course .description .schedule ul li {
	margin: 0 0 8px 0;
}

.entry-content .courses-wrap .course .exclusions {
	color: rgba(0,0,0,0.4);
	font-size: 16px;
	font-style: italic;
	letter-spacing: 0;
	margin-bottom: 8px;
	margin-top: -18px;
}

.courses-wrap .course .description {
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: all 0.2s ease-in-out;
	width: 100%;
	z-index: 999999;
}

.courses-wrap .course .description::before {
	background-color: rgba(0,0,0,0.86);
	content: '';
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.courses-wrap .course .description .wrap {
	height: auto;
	margin: 0 auto;
	max-height: 90%;
	max-width: 960px;
	position: relative;
	transform: translateY(-50%);
	top: 50%;
	width: 90%;
	z-index: 0;
}

.courses-wrap .course .description .wrap .desc-container {
	align-content: center;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	left: 0;
	justify-content: center;
	max-height: 90vh;
	overflow: auto;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 0;
}

.courses-wrap .course .description .wrap .desc-container .display-left,
.courses-wrap .course .description .wrap .desc-container .display-right {
	flex: 1 0 100%;
	padding: 20px 30px;
}

.courses-wrap .course .description .wrap .desc-container .display-left {
	flex-basis: 65%;
	text-align: center;
}

.courses-wrap .course .description .wrap .desc-container .display-right {
	flex-basis: 35%;
	font-size: 16px;
	letter-spacing: 0;
	padding-bottom: 0;
	position: relative;
}

.courses-wrap .course .description .wrap .desc-container .display-right::before {
	background-color: #eee;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.courses-wrap .course .description .course-type {
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
}

.courses-wrap .course .description h2 {
	font-size: 35px;
	letter-spacing: -1px;
	font-weight: 300;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.courses-wrap .course .description h2 .course-code {
	display: block;
	line-height: 1;
	font-size: 60px;
	margin-bottom: -7px;
}

.jumpstart .courses-wrap .course .description h2 .course-code,
.courses-wrap .summer-jump-start .course .description h2 .course-code {
	margin-bottom: 7px;
}

.courses-wrap .course .description h2 .course-code::after {
	display: none;
}

.courses-wrap .course .description .dates {
	align-content: center;
	margin-bottom: 15px;
	justify-content: center;
}

.courses-wrap .course .description .dates h6 {
	padding: 0 2.5%;
	text-align: center;
}

.entry-content .courses-wrap .course .description .exclusions {
	margin-bottom: 25px;
}

.courses-wrap .course .description .schedule {
	letter-spacing: 0;
	margin-bottom: 20px;
}

.courses-wrap .course .description button.close {
	background-color: #003a70;
	border: none;
	border-radius: 100%;
	font-size: 0;
	height: 35px;
	left: 5px;
	padding: 0;
	position: absolute;
	top: 5px;
	transform: translate(-50%,-50%);
	width: 35px;
}

.courses-wrap .course .description button.close::before {
	color: #fff;
	content: 'x';
	display: block;
	font-size: 19px;
	font-weight: 900;
}

.courses-wrap .course .description button.close:hover {
	background-color: #719971;
}

.courses-wrap.jumpstart .course .description h2 .course-code {
	margin-bottom: 5px;
}


/* Testimonials Page
---------------------------------------------------------------------------- */

body.testimonials .wp-google-list {
    display: grid;
    grid-template-areas: "reviews . place";
    grid-template-columns: 70% auto 25%;
    grid-template-rows: auto;
}

body.testimonials .wp-google-place {
    grid-area: place;
}

body.testimonials .wp-google-place .wp-google-left,
body.testimonials .wp-google-place .wp-google-right {
    background-color: #fafafa;
    border: 1px solid rgba(0,0,0,0.05);
    padding: 15px;
    text-align: center;
}

body.testimonials .wp-google-place .wp-google-left {
    border-bottom: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-bottom: 10px;
}

body.testimonials .wp-google-place .wp-google-right {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: 0;
    padding-top: 0;
}

body.testimonials .wp-google-place .wp-google-name {
    margin-bottom: 3px;
}

body.testimonials .wp-google-place .wp-google-name a {
    color: #003a70;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
}

body.testimonials .wp-google-place .wp-google-powered {
    color: #fff;
    margin-top: 10px;
    transform: scale(.75);
}

body.testimonials .wp-google-place .wp-google-powered img {
    display: block;
    margin: 0 auto;
}

body.testimonials .wp-google-content-inner {
    grid-area: reviews;
}

body.testimonials .wp-google-review {
    margin-bottom: 60px;
}

body.testimonials .wp-google-place .wp-google-rating,
body.testimonials .wp-google-review .wp-google-left,
body.testimonials .wp-google-review .wp-google-time {
    display: none;
}

body.testimonials .wp-google-review .wp-google-right {
    display: grid;
    grid-template-areas: "feedback" "name";
    grid-template-columns: auto;
    grid-template-rows: auto;
    margin: 0 auto;
}

body.testimonials .wp-google-review .wp-google-right .wp-google-name {
    color: #ffb500;
	font-weight: 700;
    grid-area: name;
    pointer-events: none;
	position: relative;
    text-decoration: none;
}

body.testimonials .wp-google-review .wp-google-right .wp-google-feedback {
    display: grid;
    grid-area: feedback;
    grid-template-areas: "text" "stars";
    grid-template-columns: auto;
    grid-template-rows: auto;
}

body.testimonials .wp-google-review .wp-google-right .wp-google-text {
    font-style: italic;
    grid-area: text;
    margin: 0 0 15px;
}

body.testimonials .wp-google-review .wp-google-right .wp-google-stars {
    grid-area: stars;
}

body.testimonials a.wp-google-url {
    background-color: #003a70;
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	padding: 9px 43px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

body.testimonials a.wp-google-url:focus,
body.testimonials a.wp-google-url:hover {
    background-color: #ffb501;
	border-width: 0;
	color: #fff;
}


/* "Card" column displays
---------------------------------------------------------------------------- */

.wp-block-genesis-blocks-gb-columns.cards {
	overflow: visible;
}

.wp-block-genesis-blocks-gb-columns.cards .gb-block-layout-column {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	margin-bottom: 2em;
	padding: 20px 10%;
}

.wp-block-genesis-blocks-gb-columns.cards img {
	width: 100px;
}

.site-container .wp-block-genesis-blocks-gb-columns.cards .wp-block-button__link {
	box-shadow: inset 0 0 60px rgba(255,255,255,0);
	padding: 9px 20px;
	transition: all .2s ease-in-out;
}

.site-container .wp-block-genesis-blocks-gb-columns.cards .wp-block-button__link:focus,
.site-container .wp-block-genesis-blocks-gb-columns.cards .wp-block-button__link:hover {
	box-shadow: inset 0 0 60px rgba(255,255,255,0.4);
}


/* "Styled" Tables
---------------------------------------------------------------------------- */

.wp-block-table.table-styled {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	padding: 0;
	width: 100% !important;
}

.wp-block-table.table-styled table {
	margin: 0;
}

.wp-block-table.table-styled table thead {
	border: none;
	font-size: 21px;
}

.wp-block-table.table-styled table th,
.wp-block-table.table-styled table td {
	align-content: center;
	line-height: 1.1;
	padding: 10px 3%;
	word-break: break-word;
}

.wp-block-table.table-styled table th {
	padding: 20px 3%;
}

.wp-block-table.table-styled table th:nth-child(2),
.wp-block-table.table-styled table th:nth-child(3) {
	min-width: 200px;
	padding-left: 0;
	padding-right: 0;
}

.wp-block-table.table-styled table tbody {
	font-size: 18px;
}

.wp-block-table.table-styled img {
	width: 30px !important;
}


/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-cta {
	background-color: #ddd;
	clear: both;
	margin-bottom: 10px;
	padding: 40px 0;
}

.footer-cta .widget {
	margin: 0;
}

.footer-cta .widget-title {
	color: #333;
	float: left;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.1;
	margin: 4px 0 0;
}

.footer-cta .textwidget {
	float: right;
}

.footer-cta a.button {
	background-color: #003a70;
	color: #fff;
}

.footer-cta a.button:hover {
	background-color: #ffb500;
}

.footer-widgets {
	background-color: #003a70;
	clear: both;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	padding: 90px 0 50px;
}

.footer-widget-area {
	float: left;
	margin-bottom: 40px;
	width: 33%;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footer-widgets-1.widget-area {
	margin-bottom: 70px;
	margin-right: 0;
	width: 100%;
}

.footer-widgets-1 .widget {
	float: left;
	margin: 0;
}

.footer-widgets-1 .widget:last-child {
	float: right;
	margin-top: 7px;
}

.footer-widgets-1 a.button {
	background-color: #ffb500;
	color: #333;
}

.footer-widgets-1 a.button:hover {
	background-color: #fff;
	color: #333;
}

.footer-widgets-6.widget-area {
	clear: both;
	float: right;
	/*font-size: 16px;*/
	margin-right: 0;
	width: 100%;
}

.footer-widgets-6.widget-area p {
	line-height: 1.25;
}

.footer-widgets .featured-content .entry {
	border: none;
	margin: 0;
	padding: 0;
}

.footer-widgets ul > li,
.footer-widgets .featured-content .entry {
	line-height: 1.25;
	margin-bottom: 10px;
}

.footer-widgets a {
	color: #fff;
	text-decoration: none;
}

.footer-widgets a:hover {
	color: #ffb500;
}

.footer-widgets .featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}

.footer-widgets .simple-social-icons ul li:first-child {
	margin-left: 0 !important;
}

.footer-widgets input[type="submit"],
.footer-widgets-6 a.button {
	background-color: #fff;
	color: #333;
	margin-top: 5px !important;
}

.footer-widgets-6 a.button {
	margin-top: -10px !important;
}

.footer-widgets input[type="submit"]:hover,
.footer-widgets-6 a.button:hover {
	background-color: #ffb500
}

.footer-badges {
    background-color: #eee;
    padding: 20px 0 0;
}

.footer-badges .widget {
    margin: 0;
}

.footer-badges .gallery {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-badges .gallery-item {
    flex: 0 0;
    margin: 0 20px 20px;
}

.footer-badges img {
    border: none;
    height: auto;
    margin: 0 auto;
    max-height: 100px;
    max-width: 150px;
    padding: 0;
    width: auto;
}

.footer-badges img:focus,
.footer-badges img:hover {
    border: none;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #002e51;
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.25;
	padding: 25px;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: rgba(255,255,255,0.5);
	text-decoration: none;
}

.site-footer a:hover {
	color: rgba(255,255,255,1);
}

.site-footer a.login {
	display: block;
}


/* Media Queries
---------------------------------------------------------------------------- */

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

	table {
		table-layout: auto;
		word-break: normal;
	}

}

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

	/* Site Header
	--------------------------------------------- */

/*	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 42px;
		z-index: 9999;
	}
	
	.nav-secondary {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}
*/    
/*    body.page-id-3010 .site-header,
    body.page-id-3010 .nav-secondary {
        position: relative;
    }
*/
	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	
	.genesis-nav-menu .menu-item.highlight a {
		background-color: #003a70;
		border-radius: 10px;
		color: #fff;
	}

	.genesis-nav-menu .menu-item.highlight a:focus,
	.genesis-nav-menu .menu-item.highlight a:hover {
		background-color: #ffb501;
		color: #fff;
	}
	
	/*.genesis-nav-menu .menu-item.login a {
		color: #999;
		font-weight: 400;
		margin-left: 15px;
		text-transform: none;
	}*/

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #ffb501;
	}
	
	/*.genesis-nav-menu .menu-item.login a:focus,
	.genesis-nav-menu .menu-item.login a:hover {
		color: #ffb501;
	}*/

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 200px;
	}

	.genesis-nav-menu .sub-menu {
		box-shadow: 0 3px 2px rgba(0,0,0,0.15);
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 199px;
	}
	
	.genesis-nav-menu .menu-item.fancy-sub .sub-menu {
		background-color: #fff;
		padding: 10px 0;
	}
	
	.genesis-nav-menu .menu-item.fancy-sub .sub-menu a {
		border-bottom: none;
		font-weight: 400;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.genesis-nav-menu .menu-item.fancy-sub li.header a {
		font-weight: 700;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 11px;
		padding-right: 11px;
	}
	
	.nav-primary .genesis-nav-menu .highlight a {
		margin-left: 11px;
		padding-left: 22px;
		padding-right: 22px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		
	}
	
	.wrap {
		margin-left: auto;
		margin-right: auto;
		max-width: 960px;
	}

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

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		margin-right: 4%;
		width: 16%;
	}
	
	.footer-widgets-6.footer-widget-area {
		clear: none;
		text-align: right;
		width: 20%;
	}
	
	.site-footer a.login {
		float: right;
	}

}

@media only screen and (min-width: 1200px) {
	
	.wrap {
		max-width: 1140px;
	}
	
	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.nav-primary .genesis-nav-menu .highlight a {
		margin-left: 15px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
}

@media only screen and (min-width: 1400px) {
	
	.genesis-nav-menu {
		position: relative;
	}
	
	/*.genesis-nav-menu .menu-item.login {
		position: absolute;
		right: 0;
		top: 0;
		transform: translatex(calc(100% + 15px));
	}
	
	.genesis-nav-menu .menu-item.login a {
		margin: 0;
	}*/
}

@media only screen and (max-width: 1199px) {
	
	.nav-primary .genesis-nav-menu a {
		padding-left: 7px;
		padding-right: 7px;
	}
	
	.nav-primary .genesis-nav-menu .highlight a {
		margin-left: 7px;
		padding-left: 17px;
		padding-right: 17px;
	}
	
	/*.genesis-nav-menu .menu-item.login a {
		margin-left: 7px;
	}*/
	
	.table-compare .row-one {
		min-height: 80px;
	}
	
}

@media only screen and (max-width: 999px) {
	
	.nav-primary .genesis-nav-menu a {
		padding-left: 0;
		padding-right: 0;
	}
	
	.nav-primary .genesis-nav-menu .highlight a {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	.genesis-nav-menu .menu-item.login a {
		margin-left: 0;
	}
	
	.table-compare .row-one {
		min-height: 60px;
	}
	
	.courses-wrap .course .dates h6,
	.courses-wrap .course .schedule h6,
	.courses-wrap .course .description .dates h6 {
		flex-basis: 50%;
	}
	
	.footer-cta {
		text-align: center;
	}
	
	.footer-cta .widget-title {
		float: none;
		margin-bottom: 15px;
	}
	
	.footer-cta .textwidget {
		float: none;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
    .footer-widgets-5 {
		margin-right: 6%;
		width: 20%
	}
	
	.footer-widgets-5 {
		margin-right: 0;
	}
	
	.footer-widgets .simple-social-icons ul {
		float: left;
		text-align: left;
	}
	
}

@media only screen and (max-width: 768px) {

	.feature-header::before {
		width: 100%;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.table-compare .row-one {
		display: none;
	}
	
	.table-compare .row-four {
		min-height: 0;
	}
	
	.table-compare .col-one {
		width: 100%;
	}
	
	.table-compare .col-two,
	.table-compare .col-three,
	.table-compare .col-four {
		border-left: none;
		text-align: left;
		width: 100%;
	}
	
	.table-compare .col-four {
		background-color: #F6EFD0;
	}
	
	.table-compare .col-two:before,
	.table-compare .col-three:before,
	.table-compare .col-four:before {
		content: attr(data-title);
	}
	
	.courses-wrap .course {
		padding: 20px 5%;
		text-align: center;
	}
	
	.courses-wrap .course .display-left {
		width: 100%;
	}
	
	.courses-wrap .course h2 {
		font-size: 23px;
	}
	
	.courses-wrap .course .dates,
	.courses-wrap .course .description .dates {
		justify-content: space-around;
	}
	
	.courses-wrap .course h2 .course-code {
		display: block;
		font-size: 32px;
	}
	
	.courses-wrap .course h2 .course-code::after {
		display: none;
	}
	
	.courses-wrap .course .dates h6 {
		flex-basis: auto;
		text-align: center;
	}
	
	.courses-wrap .course button.open {
		height: auto;
		margin: 0 auto;
		padding: 15px 20px;
		position: relative;
		right: auto;
		top: auto;
		transform: none;
		width: 100%;
	}
		
	.courses-wrap .course .description .wrap .desc-container {
		display: block;
	}
	
	.courses-wrap .course .description .wrap .desc-container .display-left,
	.courses-wrap .course .description .wrap .desc-container .display-right {
		flex-basis: 100%;
		overflow: hidden;
		padding: 20px 5%;
		width: 100%;
	}
	
	.courses-wrap .course .description h2 .course-code {
		font-size: 50px;
		margin-bottom: 0;
	}
	
	.courses-wrap .course .description h2 {
		font-size: 23px;
	}
	
	.courses-wrap .course .description .dates h6 {
		flex-basis: 33%;
	}
	
	.entry-content .courses-wrap .course ul li {
		flex-basis: 100%;
		margin: 0 0 10px;
	}
    
    body.testimonials .wp-google-list {
        display: block;
    }
    
    body.testimonials .wp-google-place {
        margin-bottom: 30px;
    }

	.footer-cta .widget-title {
		font-size: 32px;
	}
	
}

@media only screen and (max-width: 700px) {
	
	.wp-block-table.table-styled table th:nth-child(2),
	.wp-block-table.table-styled table th:nth-child(3) {
		min-width: 70px;
	}
	
	.wp-block-table.table-styled table th:nth-child(2) strong,
	.wp-block-table.table-styled table th:nth-child(3) strong {
		display: none;
	}
	
	.wp-block-table.table-styled table td:nth-child(2),
	.wp-block-table.table-styled table td:nth-child(3) {
		
	}
	
}

@media only screen and (max-width: 600px) {
	
	.feature-header .entry-title {
		font-size: 36px;
		width: 100%;
	}
	
	body.blog .feature-header .entry-title {
		text-align: center;
	}
	
	.feature-header::before {
		background-color: rgba(242,234,237,1);
		content: '';
		display: block;
		height: 100%;
		left: 0;
		opacity: .75;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
	}
	
	.courses-wrap .course .description .dates h6 {
		flex-basis: 50%;
	}
	
	.footer-widget-area,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		margin-right: 0;
		text-align: center;
		width: 100%;
	}
	
	.footer-widgets-1.footer-widget-area {
		margin-bottom: 40px;
	}
	
	.footer-widgets-1 .widget,
	.footer-widgets-1 .widget:last-child {
		clear: both;
		float: none;
		margin-bottom: 25px;
		text-align: center;
	}
	
	.footer-widgets .simple-social-icons ul {
		text-align: center;
		width: 100%;
	}
	
	.footer-widgets .simple-social-icons ul li {
		display: inline-block;
		float: none;
	}
	
	.footer-widgets .simple-social-icons ul li:first-child {
		margin-left: 6px !important;
	}
    
    .site-footer {
        text-align: center;
    }
	
}

@media only screen and (max-width: 500px) {
	
	.wp-custom-logo .title-area {
		float: none;
		margin: 0 auto;
	}
	
	.menu-toggle {
		float: none;
	}
	
	.nav-secondary {
		text-align: center;
	}
	
	.courses-wrap .course .description .course-type {
		font-size: 18px;
	}
	
}

@media only screen and (max-width: 450px) {
	
	.courses-wrap .course .dates h6,
	.courses-wrap .course .description .dates h6 {
		flex-basis: 100%;
	}
	
}

@media only screen and (max-height: 500px) {
	
	.feature-header .entry-title {
		padding-bottom: 10vh;
	}
	
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
