/*!
Theme Name: Appleton Renewu
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: test
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

test is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* when the menu and other elements collapse or columns reduce. */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "poppins", sans-serif;
	font-size: 1rem;
	line-height: 1.75;
}

@media (min-width: 992px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		color: #000;
		font-family: "poppins", sans-serif;
		font-size: 1rem;
		line-height: 1.75;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.5em;
	color: #0095c8;
	font-weight: bold;
}

h2 {
	font-size: 2.5rem;
}

@media (max-width: 992px) {
	h2 {
		font-size: 2rem;
	}
}

h3 {
	font-size: 1.75rem;
}

@media (max-width: 992px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.25em;
	}
}

p {
	margin-bottom: 1.5em;
	line-height: 1.75em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
	padding-left: 1em;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #004f71;
}

a:visited {
	color: #004f71;
}

a:hover, a:focus, a:active {
	color: #004f71;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.navbar-toggler-con {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: flex-end;
}

.navbar-toggler-con .navbar-toggler {
	background: #fff;
	color: #000;
	border: 0px;
	box-shadow: none;
	min-height: 36px;
}

.brand-buttons {
	display: none;
}

.brand-buttons .button {
	margin-left: 1rem;
}

#site-navigation {
	font-size: 15px;
	font-weight: bold;
	background-color: #eee;
	border-bottom: 1px solid #fff;
	color: #004f71;
	padding: 0;
}

#site-navigation .navbar-nav {
	margin: 0px;
	text-transform: uppercase;
}

#site-navigation .nav-item.active > a {
	color: #0095d0;
}

#site-navigation .nav-link {
	font-weight: 500;
}

#site-navigation .nav-link,
#site-navigation .dropdown-item {
	padding: 0.5rem 1rem;
}

#site-navigation .dropdown-menu {
	margin-top: 0px;
	border: 0px;
	padding: 0px;
	padding-left: 3rem;
	font-size: inherit;
}

#site-navigation .dropdown-menu .dropdown-item {
	font-weight: inherit;
}

#site-navigation .dropdown-menu .dropdown-item:hover {
	background: none;
}

#site-navigation ul {
	background: #eee;
}

.site-navigation-mobile-container {
	display: flex;
	background: #e8f9ff;
}

.site-navigation-mobile-container .navbar {
	padding: 0px;
}

.site-navigation-mobile-container .navbar-nav {
	padding: 1rem 0px;
	text-transform: uppercase;
}

#site-navigation-desktop {
	display: none;
	height: 0;
	padding: 0px;
}

#site-navigation-desktop .navbar-nav {
	margin-left: 1rem;
	justify-content: flex-end;
	text-transform: uppercase;
}

#site-navigation-desktop .navbar-nav > .nav-item.active:not(.sign-in-menu-item) > a {
	border-bottom: 6px solid #0095d0;
	color: #0095d0;
}

#site-navigation-desktop .nav-item.active:not(.sign-in-menu-item) > a {
	color: #0095d0;
}

#site-navigation-desktop .nav-link {
	font-weight: 700;
	padding-bottom: 0.25rem;
}

#site-navigation-desktop ul li {
	padding: 0 1.5rem;
}

@media screen and (max-width: 1900px) {
	#site-navigation-desktop ul li {
		padding: 0 1rem;
	}
}

@media screen and (max-width: 1200px) {
	#site-navigation-desktop ul li {
		padding: 0 0.5rem;
	}
}

#site-navigation-desktop .sign-in-menu-item {
	padding-right: 0px;
	transition-property: all;
	transition-duration: 0.1s;
	transition-timing-function: ease-in;
}

#site-navigation-desktop .sign-in-menu-item a {
	display: inline-block;
	border: 2px solid #004f71;
	border-radius: 24px;
	padding: 0.5rem 1rem;
	transition-property: all;
	transition-duration: 0.1s;
	transition-timing-function: ease-in;
}

#site-navigation-desktop .sign-in-menu-item a:hover {
	background: #1f4e6e;
	color: #fff;
	text-decoration: none;
}

#site-navigation-desktop .sign-in-menu-item a:hover span {
	color: #fff;
}

@media screen and (min-width: 992px) {
	.site-navigation-mobile-container {
		display: none;
		height: 0;
		overflow: hidden;
	}
	#site-navigation-desktop {
		display: flex;
	}
	.navbar-toggler-con {
		display: none;
	}
	.brand-buttons {
		display: block;
	}
	.navbar-collapse > ul {
		width: 100%;
		justify-content: center;
	}
	.navbar-collapse > ul li {
		padding: 0px 0rem;
	}
	#site-navigation .dropdown-menu {
		padding-left: 0rem;
	}
	.hide-on-desktop {
		display: none;
	}
}

/* comment and post nav */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

#site-navigation-mobile .navbar-nav .dropdown-menu {
	padding: 0px;
	background: none;
	border: none;
}

#site-navigation-mobile .navbar-nav .dropdown-menu .dropdown-item {
	padding: 0.5rem 1rem;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* set better content container widths for common screen sizes */
@media (min-width: 1600px) {
	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1900px) {
	.container {
		max-width: 1600px;
	}
}

.bg-light-blue {
	background: #e8f9ff;
}

.content-small-width {
	max-width: 685px;
	width: 100%;
	margin: 0px auto;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* WP Block adjustments
--------------------------------------------- */
section {
	padding: 6rem 0px;
}

/* set breaking point to $mobile-breakpoint for stacking, instead of 782*/
@media (max-width: 992px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (min-width: 992px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
}

@media (min-width: 992px) {
	.wp-block-columns {
		flex-wrap: nowrap !important;
	}
}

@media (max-width: 992px) {
	.wp-block-columns {
		flex-wrap: wrap !important;
	}
}

/* change breakpoint for media & text wp-block */
@media (max-width: 992px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
}

/* add padding to wp block elements */
.wp-block-media-text__media {
	padding: 2rem 6rem;
}

.wp-block-cover__inner-container .wp-block-column {
	padding: 2rem 4rem;
}

.wp-block-cover {
	padding: 4rem 2rem;
}

/* don't show background cover image on mobile */
@media (min-width: 992px) {
	.wp-block-cover {
		min-height: 524px;
	}
}

.wp-block-buttons {
	margin-top: 2rem;
}

.wp-block-buttons .wp-block-button__link {
	font-size: 14px;
	line-height: 1.75em;
	color: #fff;
	background: #0095d0;
	font-weight: bold;
	padding: 1rem 2rem 0.75rem 2rem;
	text-transform: uppercase;
	transition-property: all;
	transition-duration: 0.1s;
	transition-timing-function: ease-in;
}

.wp-block-buttons .wp-block-button__link:hover {
	background: #77c7e6;
}

.wp-block-buttons .wp-block-button__link:hover {
	text-decoration: none;
	color: #fff;
}

@media screen and (min-width: 992px) {
	.wp-block-buttons .wp-block-button__link {
		min-width: 200px;
	}
}

.session-section h2 {
	margin-bottom: 4rem;
}

.session-section img {
	margin-bottom: 1rem;
}

.session-section p a {
	color: #004f71;
	font-weight: bold;
	font-size: 1.25em;
	padding: 1rem;
	display: inline-block;
}

.session-section.session-body p a {
	color: #0095d0;
}

.slider-post-type-module .owl-theme .owl-nav {
	margin: 0px;
	position: absolute;
	top: 100px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	color: #0095c8;
	font-size: 6rem;
}

.slider-post-type-module .owl-theme .owl-nav button {
	position: relative;
}

.slider-post-type-module .owl-theme .owl-nav button:first-child {
	left: -4rem;
}

.slider-post-type-module .owl-theme .owl-nav button:last-child {
	right: -4rem;
}

.slider-post-type-module h3 {
	font-size: 1.25rem;
}

.slider-post-type-module .owl-slide-content {
	padding: 0px 5px;
}

@media (min-width: 1201) {
	.slider-post-type-module .owl-dots {
		display: none;
	}
}

.tabs-container .nav-tabs {
	background: #0095d0;
	padding: 0.7rem 2rem 0.4rem 2rem;
	border-radius: 53px;
	margin-bottom: 1rem;
	justify-content: space-around;
	flex-direction: column;
}

.tabs-container .nav-tabs .nav-item .nav-link {
	color: #fff;
	border: unset;
	background: unset;
	padding: 0.5rem 0.25rem;
	font-size: 1.25em;
	text-transform: uppercase;
	margin: 5px 0px;
	font-weight: bold;
}

.tabs-container .nav-tabs .nav-item .nav-link:hover {
	color: #fff;
	border: unset;
	background: unset;
}

.tabs-container .nav-tabs .nav-item .nav-link.active {
	color: #fff;
	border: unset;
	background: unset;
	border-bottom: 6px solid #fff;
	border-radius: 0;
}

@media (min-width: 960px) {
	.tabs-container .nav-tabs {
		flex-direction: row;
	}
	.tabs-container .nav-item .nav-link {
		margin: 0px;
	}
}

.tabs-container .tab-pane {
	background: #ebfaff;
	border-radius: 33px;
	padding: 4rem 3rem;
}

@media (max-width: 992px) {
	.tabs-container .tab-pane {
		padding: 1.5rem;
	}
}

@media (max-width: 992px) {
	.tabs-container .nav-tabs {
		background: #0095d0;
		padding: 0.7rem 2rem 0.4rem 2rem;
		border-radius: 25px;
		margin-bottom: 1rem;
		justify-content: space-around;
		flex-direction: column;
	}
	.tabs-container .nav-tabs .nav-item .nav-link {
		width: 100%;
		text-align: center;
		border-radius: 15px;
	}
	.tabs-container .nav-tabs .nav-item .nav-link:hover {
		color: #fff;
		border: unset;
		background: #04739f;
		border-radius: 15px;
	}
	.tabs-container .nav-tabs .nav-item .nav-link.active {
		color: #fff;
		border: unset;
		background: #04739f;
		border-radius: 15px;
	}
}

#page .accordion .card,
#accordion-faq .card {
	border: 0px;
	border-bottom: 1px solid #0095d0;
	border-radius: 0;
}

#page .accordion .card .card-header,
#accordion-faq .card .card-header {
	background: none;
	border: 0px;
}

#page .accordion .card .card-header h2,
#accordion-faq .card .card-header h2 {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	font-size: 1.25rem;
	color: #0095d0;
}

#page .accordion .card .card-header h2 span,
#accordion-faq .card .card-header h2 span {
	font-size: 1.5em;
	font-weight: normal;
}

#page .accordion .card .card-header h2 span:after,
#accordion-faq .card .card-header h2 span:after {
	content: "+";
}

#page .accordion .card .card-header .btn-link,
#page .accordion .card .card-header .btn-link:hover,
#page .accordion .card .card-header .btn-link:focus,
#accordion-faq .card .card-header .btn-link,
#accordion-faq .card .card-header .btn-link:hover,
#accordion-faq .card .card-header .btn-link:focus {
	border: 0px;
	padding: 0px;
	text-decoration: none;
	outline: none;
	box-shadow: none;
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
}

#page .accordion .card .card-header[aria-expanded="true"] h2 span:after,
#accordion-faq .card .card-header[aria-expanded="true"] h2 span:after {
	content: "-";
}

#page .accordion .card .card-header:hover,
#accordion-faq .card .card-header:hover {
	cursor: pointer;
}

.hp-help-tabs-con {
	width: 100%;
	padding-right: 400px;
}

.hp-help-tabs-con .bg-bubble {
	position: absolute;
	width: 850px;
	height: 850px;
	right: -300px;
	top: 500px;
	background-image: url(assets/images/hp-help-tabs-bg-bubble.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.hp-help-tabs-con .hp-help-tabs {
	margin: 0px auto;
	position: relative;
	background-image: url(assets/images/hp-help-tabs-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 60.75rem;
	height: 71.18rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hp-help-tabs-con .hp-help-tabs .con {
	text-align: center;
	width: 60%;
	margin-top: 20%;
}

.hp-help-tabs-con .hp-help-tabs .con .tabs {
	display: inline-flex;
	justify-content: space-between;
	width: 60%;
}

.hp-help-tabs-con .hp-help-tabs .con .tabs .tab {
	color: #0095c8;
	font-weight: bold;
	font-size: 1.25rem;
}

.hp-help-tabs-con .hp-help-tabs .con .tabs .tab.active {
	border-bottom: 5px solid #0095c8;
}

.hp-help-tabs-con .hp-help-tabs .con .tab-content {
	width: 55%;
	margin: 0px auto;
	margin-top: 30%;
	height: auto;
	display: block;
}

.hp-help-tabs-con .hp-help-tabs .con .tab-content P {
	font-size: 0.75rem;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* added for general themeing */
html,
body {
	font-size: 14px;
}

@media (min-width: 1280px) {
	html,
	body {
		font-size: 15px;
	}
}

@media (min-width: 1900px) {
	html,
	body {
		font-size: 16px;
	}
}

.site-main {
	position: relative;
}

/* special header class for mind and body */
.page-template-default h1.h-mind, .page-template-default h1.h-body,
.page-template-default h2.h-mind,
.page-template-default h2.h-body,
.page-template-default h3.h-mind,
.page-template-default h3.h-body,
.page-template-default h4.h-mind,
.page-template-default h4.h-body,
.page-template-default h5.h-mind,
.page-template-default h5.h-body {
	text-transform: uppercase;
	background: #003c5a;
	margin: 1rem 1rem 2rem 1rem;
	line-height: 66px;
	font-size: 24px;
	color: #ffff;
	padding: 0px 1rem 0px 6rem;
	background-image: url(assets/images/icon-mind-white.png);
	background-position: 2rem center;
	background-size: auto 75%;
	background-repeat: no-repeat;
	border-radius: 35px;
}

.page-template-default h1.h-body,
.page-template-default h2.h-body,
.page-template-default h3.h-body,
.page-template-default h4.h-body,
.page-template-default h5.h-body {
	background-image: url(assets/images/icon-body-white.png);
	background-color: #009a90;
}

@media screen and (max-width: 992px) {
	.page-template-default h4.h-mind, .page-template-default h4.h-body,
	.page-template-default h5.h-mind,
	.page-template-default h5.h-body {
		line-height: 49px;
		font-size: 18px;
	}
}

@media screen and (min-width: 992px) {
	.mobile-only {
		display: none;
		height: 0;
	}
}

@media screen and (max-width: 992px) {
	.desktop-only {
		display: none;
		height: 0;
	}
}

#masthead {
	width: 100%;
	position: sticky;
	z-index: 1000 !important;
	top: 0;
}

#masthead .powered-by-banner {
	background: transparent linear-gradient(90deg, #429482 0%, #4193c3 40%, #1f4e6e 100%) 0% 0% no-repeat padding-box;
	height: 89px;
	width: 100%;
}

#masthead .powered-by-banner .container {
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
}

#masthead .powered-by-banner span {
	color: #fff;
	font-weight: 900;
	font-size: 22px;
	margin-right: 2rem;
	margin-top: 8px;
}

#masthead .site-header-top {
	background: #fff;
	height: 147px;
	border-bottom: 1px solid #ccc;
}

@media (max-width: 992px) {
	#masthead .site-header-top {
		height: auto;
		min-height: 90px;
	}
}

#masthead svg .st0 {
	fill: #009681;
}

#masthead svg .st1 {
	fill: #004f71;
}

#masthead svg .st2 {
	fill: url(#SVGID_1_);
}

.scroll-to-top {
	display: block;
	position: fixed;
	background-image: url(assets/images/Arrow1.png);
	background-size: 50%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transform: rotate(-90deg);
	width: 3rem;
	height: 3rem;
	bottom: 2rem;
	right: 2rem;
	padding: 0.25rem;
	border: 1px solid #4193c3;
	z-index: 10000;
	background-color: #fff;
}

.scroll-to-top:hover {
	cursor: pointer;
}

@media screen and (max-width: 992px) {
	.scroll-to-top {
		display: none;
	}
}

#page .site-footer {
	background: #d6f5ff;
}

#page .site-footer .footer-bottom-bar,
#page .site-footer .footer-top-bar {
	width: 100%;
	height: 39px;
	background: transparent linear-gradient(90deg, #429482 0%, #4193c3 40%, #1f4e6e 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
}

@media (min-width: 1600px) {
	#page .site-footer .container {
		max-width: 1060px;
	}
}

#page .site-footer .footer-top-bar {
	height: 9px;
}

#page .site-footer .footer-content {
	padding: 4rem 0px;
}

#page .site-footer .aside {
	padding-left: 24px;
	position: relative;
	width: 100%;
}

#page .site-footer .aside h4 {
	position: absolute;
	top: 5px;
	left: -10px;
	color: #48a1d1;
	font-size: 1em;
	transform-origin: 0 0;
	transform: rotate(-90deg) scaleX(1) translate(-100%, 0px);
	/* Legacy vendor prefixes that you probably don't need... */
}

#page .site-footer ul {
	margin: 0px;
}

#page .site-footer ul .nav-link {
	padding-top: 0px;
}

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

#page .site-footer .sign-in-menu-item {
	text-align: right;
}

#page .site-footer .sign-in-menu-item a {
	border: 2px solid #004f71;
	border-radius: 24px;
	display: inline-block;
	padding: 0.5rem 1rem;
	line-height: 24px;
	font-weight: 700;
	transition-property: all;
	transition-duration: 0.1s;
	transition-timing-function: ease-in;
}

#page .site-footer .sign-in-menu-item a:hover {
	background: #1f4e6e;
	color: #fff;
	text-decoration: none;
}

#page .site-footer .powered-by {
	margin-top: 1.5rem;
	text-align: right;
}

#page .site-footer .powered-by p {
	margin-top: 1rem;
	font-weight: bold;
	color: #000;
	font-size: 0.75rem;
}

#page .site-footer .powered-by img {
	max-width: 300px;
}

@media screen and (max-width: 992px) {
	#page .site-footer .footer-content {
		text-align: center;
	}
	#page .site-footer .col-lg-4 {
		padding: 1rem 0px;
	}
	#page .site-footer .sign-in-menu-item,
	#page .site-footer .powered-by {
		text-align: center;
	}
	#page .site-footer .aside {
		padding-left: 0px;
		position: relative;
		width: 100%;
		font-size: 16px;
	}
	#page .site-footer .aside h4 {
		position: relative;
		top: 0px;
		left: 0px;
		color: #48a1d1;
		font-size: 1em;
		transform-origin: 0 0;
		transform: none;
	}
	#page .site-footer #menu-footer-menu .dropdown-menu {
		position: relative !important;
		transform: none !important;
		background: none;
		border: none;
		text-align: center;
		padding-top: 0px;
	}
	#page .site-footer #menu-footer-menu .dropdown-menu .dropdown-item {
		color: #004f71;
	}
}

.page-template-default {
	/* at the bottom of most pages like a custom footer */
}

.page-template-default .entry-content {
	overflow-x: hidden;
}

.page-template-default p {
	font-size: 1em;
	color: #000;
	line-height: 2em;
}

.page-template-default h1,
.page-template-default h2 {
	color: #0095d0;
	font-size: 2.5em;
}

@media (max-width: 992px) {
	.page-template-default h1,
	.page-template-default h2 {
		font-size: 2rem;
	}
}

.page-template-default .entry-content a:not(.wp-block-button__link) {
	color: #0095d0;
}

.page-template-default .entry-content .container {
	max-width: 1060px;
}

.page-template-default .create-account-section {
	padding: 8rem 0px;
	background: #77c7e6;
}

.page-template-default .create-account-section h2,
.page-template-default .create-account-section p {
	color: #fff;
}

.page-template-default .create-account-section .wp-block-button__link {
	color: #77c7e6;
	background: #fff;
}

.page-template-default .wp-block-cover {
	max-height: 523px;
	z-index: 1;
}

.page-template-default .wp-block-group .wp-block-group__inner-container {
	position: relative;
}

.page-template-default section.wp-block-cover {
	overflow: hidden;
	max-height: 9999px;
	/* wp wants white text with cover image, I want black anyway */
	/* custom styles for sections */
}

.page-template-default section.wp-block-cover.parallax {
	overflow: visible;
	z-index: 0;
}

.page-template-default section.wp-block-cover .wp-block-cover__inner-container,
.page-template-default section.wp-block-cover .wp-block-cover-image .wp-block-cover__inner-container {
	color: #000;
}

.page-template-default section.wp-block-cover h1,
.page-template-default section.wp-block-cover h2 {
	color: #0095d0;
	font-weight: bold;
}

.page-template-default section.wp-block-cover h2 {
	line-height: 1.5em;
}

.page-template-default section.wp-block-cover h3 {
	font-size: 1.75em;
	font-weight: bold;
}

.page-template-default section.wp-block-cover h5 {
	color: #0095d0;
}

.page-template-default section.wp-block-cover .wp-block-group__inner-container {
	margin-left: auto;
	margin-right: auto;
}

.page-template-default section.wp-block-cover.copy-left .wp-block-group__inner-container {
	width: 70%;
	margin-left: 0px !important;
}

.page-template-default section.wp-block-cover.copy-right .wp-block-group__inner-container {
	width: 70%;
	margin-right: 0px !important;
	margin-left: auto;
}

@media screen and (max-width: 1280px) {
	.page-template-default section.wp-block-cover.copy-left .wp-block-group__inner-container {
		width: 50%;
		margin-left: 0px !important;
	}
	.page-template-default section.wp-block-cover.copy-right .wp-block-group__inner-container {
		width: 50%;
		margin-right: 0px !important;
	}
}

@media screen and (max-width: 1600px) {
	.page-template-default section.wp-block-cover.copy-left .wp-block-group__inner-container {
		width: 55%;
		margin-left: 0px !important;
	}
	.page-template-default section.wp-block-cover.copy-right .wp-block-group__inner-container {
		width: 55%;
		margin-right: 0px !important;
	}
}

.page-template-default section.wp-block-cover.cover-circle-1 img {
	width: 841px;
	height: 841px;
	right: -15%;
	left: unset;
	top: unset;
}

.page-template-default section.wp-block-cover.cover-circle-2 {
	min-height: 640px;
}

.page-template-default section.wp-block-cover.cover-circle-2 img {
	width: 578px;
	height: 589px;
	top: 40px;
	left: -30px;
}

.page-template-default section.wp-block-cover.cover-circle-3 {
	min-height: 640px;
}

.page-template-default section.wp-block-cover.cover-circle-3 img {
	width: 578px;
	height: 589px;
	top: 0px;
	right: 0px;
	left: unset;
}

.page-template-default section.wp-block-cover.cover-circle-4 {
	min-height: 640px;
}

.page-template-default section.wp-block-cover.cover-circle-4 img {
	width: 798px;
	height: 798px;
	top: 40px;
	left: -160px;
}

@media (max-width: 1600px) {
	.page-template-default section.wp-block-cover.cover-circle-4.purpose-renewu-section {
		min-height: 640px;
	}
	.page-template-default section.wp-block-cover.cover-circle-4.purpose-renewu-section img {
		width: 658px;
		height: 658px;
		top: 40px;
		left: -160px;
	}
}

.page-template-default section.wp-block-cover.cover-circle-5 {
	min-height: 640px;
}

.page-template-default section.wp-block-cover.cover-circle-5 img {
	width: 858px;
	height: 858px;
	top: -40px;
	left: -160px;
}

.page-template-default .publications .wp-block-media-text {
	background: #f5f5f5;
	min-height: 380px;
	margin: 3rem 0;
}

@media screen and (min-width: 992px) {
	.page-template-default .publications .wp-block-media-text {
		display: flex;
		flex-direction: row;
		background: #f5f5f5;
		height: 380px;
		margin: 3rem 0;
	}
	.page-template-default .publications .wp-block-media-text h3 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.page-template-default .publications .wp-block-media-text .wp-block-media-text__content {
		width: 70%;
		padding: 5rem 3rem;
	}
	.page-template-default .publications .wp-block-media-text .wp-block-media-text__media {
		width: 30%;
		padding: 0px;
		height: 100%;
	}
	.page-template-default .publications .wp-block-media-text .wp-block-media-text__media img {
		display: block;
		width: 100%;
		height: 380px;
		object-fit: cover;
	}
	.page-template-default .section-circle-of-renewal,
	.page-template-default .section-continuing-education {
		padding-top: 0px;
	}
	.page-template-default .top-shift-2 {
		margin-top: -4rem;
		position: relative;
	}
}

@media (min-width: 992px) and (max-width: 1600px) {
	.page-template-default section.wp-block-cover.cover-circle-2 img {
		width: 40%;
		height: auto;
		top: 20%;
		left: 0px;
	}
	.page-template-default section.wp-block-cover.cover-circle-4.purpose-renewu-section img {
		width: 50%;
		height: auto;
		top: 10%;
		left: -10%;
	}
}

@media (max-width: 992px) {
	.page-template-default .container,
	.page-template-default .content {
		padding: 0px 1.5rem;
	}
	.page-template-default .wp-block-cover__inner-container .wp-block-column {
		padding: 0px;
	}
	.page-template-default .wp-block-cover {
		padding-left: 0px;
		padding-right: 0px;
		min-height: 200px;
	}
	.page-template-default .wp-block-buttons {
		justify-content: center;
	}
	.page-template-default .copy-left .wp-block-group__inner-container,
	.page-template-default .copy-right .wp-block-group__inner-container {
		width: 100% !important;
	}
	.page-template-default .top-shift-2 {
		margin-top: unset;
	}
	.page-template-default section.wp-block-cover {
		flex-direction: column;
	}
	.page-template-default section.wp-block-cover.cover-circle-1 img {
		width: 100%;
		height: auto;
		right: unset;
		left: unset;
		top: unset;
	}
	.page-template-default section.wp-block-cover.cover-circle-2 {
		min-height: unset;
	}
	.page-template-default section.wp-block-cover.cover-circle-2 img {
		position: relative;
		padding: 2rem;
		width: 100%;
		height: auto;
		right: unset;
		left: unset;
		top: unset;
	}
	.page-template-default section.wp-block-cover.cover-circle-3 {
		min-height: unset;
	}
	.page-template-default section.wp-block-cover.cover-circle-3 img {
		width: 100%;
		height: auto;
		right: unset;
		left: unset;
		top: unset;
	}
	.page-template-default section.wp-block-cover.cover-circle-4.purpose-renewu-section {
		min-height: unset;
	}
	.page-template-default section.wp-block-cover.cover-circle-4.purpose-renewu-section img {
		position: relative;
		padding: 2rem;
		width: 100%;
		height: auto;
		right: unset;
		left: unset;
		top: unset;
	}
	.page-template-default .section-intended-impact {
		padding: 6rem 2rem;
	}
	.page-template-default .section-looking-to-explore {
		padding: 6rem 0rem;
		position: relative;
		z-index: 1;
	}
	.page-template-default .publications figure {
		padding: 0px;
		padding-bottom: 2rem;
	}
	.page-template-default .section-circle-of-renewal {
		padding-top: 6rem;
		padding-bottom: 0px;
	}
	.page-template-default .section-continuing-education {
		padding-top: 0rem;
		padding-bottom: 6rem;
	}
}

.page-template-default .wp-block-embed .wp-block-embed__wrapper {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.page-template-default .wp-block-embed .wp-block-embed__wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.page-template-default iframe {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media (min-width: 1900px) {
	.home.page-template-default .entry-content .container {
		max-width: 1600px;
	}
}

.home .wp-block-cover {
	padding: 0px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.7em;
}

.home .wp-block-cover h1,
.home .wp-block-cover h2 {
	font-size: 3rem;
	line-height: 1em;
	font-weight: 800;
}

.home h3 {
	font-size: 1.5rem;
}

.home .wp-block-cover .wp-block-button__link {
	color: #004f71;
	background: #fff;
}

.home .wp-block-cover .wp-block-button__link:hover {
	color: #004f71;
}

.home .wp-block-group,
.home .wp-block-cover {
	position: relative;
	z-index: 900;
}

@media (min-width: 992px) {
	.home .about-renewu-section {
		position: relative;
		z-index: 1;
		overflow: hidden;
		height: 57vw;
		display: flex;
		flex-direction: row;
		align-items: center;
		max-width: 1920px;
		max-height: 1100px;
		margin: 0;
	}
	.home .about-renewu-section .wp-block-group__inner-container {
		width: 100%;
		position: unset;
	}
	.home .about-renewu-section .image-top-left {
		position: absolute;
		left: -200px;
		top: -100px;
		width: 60%;
	}
	.home .about-renewu-section .image-bottom-right {
		position: absolute;
		right: 5%;
		bottom: -50px;
		width: 25%;
	}
	.home .about-renewu-section .content {
		max-width: 820px;
		width: 45%;
		margin: 0px auto;
		position: absolute;
		top: 30%;
		right: 5%;
	}
}

.home .how-do-we-help .wp-block-columns {
	margin-top: 2rem;
}

.home .how-do-we-help .wp-block-column {
	padding: 0 1rem;
}

.home .how-do-we-help .wp-block-column .wp-block-image figure {
	margin: 0;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.home .how-does-it-work-rightside {
	margin-top: 0px;
}

.home .type-of-session-section .container {
	max-width: 1200px;
}

.home .type-of-session-section h2 {
	margin-bottom: 4rem;
}

.home .type-of-session-section .overlay-image {
	position: relative;
	bottom: 225px;
}

.home .type-of-session-section .overlay-image h3,
.home .type-of-session-section .overlay-image p {
	line-height: 1em;
	margin-bottom: 0.75rem;
}

.home .why-renewu-h2-offset {
	position: relative;
	top: 4rem;
}

@media (min-width: 992px) {
	.home .how-do-we-help .wp-block-columns {
		margin-top: 8rem;
	}
	.home .how-does-it-work-rightside {
		margin-top: 4rem;
		padding: 0px 4rem;
	}
}

@media (min-width: 1900px) {
	.home .wp-block-cover {
		min-height: 780px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.home .section-why-renewu {
		display: none;
		height: 0;
	}
	.home .image-bottom-right {
		display: none;
		height: 0;
	}
}

@media (max-width: 992px) {
	.home .wp-block-cover__inner-container .wp-block-column {
		padding: 0px;
	}
	.home .wp-block-buttons {
		justify-content: center;
	}
	.home .hp-header-buttons {
		justify-content: left;
	}
	.home .container,
	.home .content {
		padding: 0px 1.5rem;
	}
	.home .cover-circle-1 .wp-container-core-columns-layout-1.wp-container-core-columns-layout-1 {
		margin-bottom: 0px;
	}
	.home .about-renewu-section {
		padding: 6rem 0px;
	}
	.home .about-renewu-section figure {
		display: none;
		height: 0;
	}
	.home .section-why-renewu {
		display: none;
		height: 0;
	}
	.home .type-of-session-section {
		padding-top: 0px;
	}
	.home .type-of-session-section .wp-block-column {
		position: relative;
	}
	.home .type-of-session-section .wp-block-column .overlay-image {
		bottom: unset;
		top: 50%;
		position: absolute;
		width: 100%;
	}
	.home .session-section {
		padding-top: 0px;
	}
	.home .section-hp-help-tabs {
		display: none;
		height: 0;
	}
}

.team-members-container {
	z-index: 1100;
	margin: 2rem 0;
}

.team-members-container .team-member {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 3rem;
}

.team-members-container .team-member img {
	margin-bottom: 1rem;
}

.team-members-container .team-member img:hover {
	cursor: pointer;
}

.team-members-container .team-member span {
	color: #0095d0;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

.team-members-container .bio-btn {
	margin-top: 0.5rem;
	font-size: 14px;
	line-height: 1.75em;
	color: #fff;
	background: #0095d0;
	font-weight: bold;
	padding: 0.35rem 2rem 0.2rem 2rem;
	transition-property: all;
	transition-duration: 0.1s;
	transition-timing-function: ease-in;
	border-radius: 31px;
	text-transform: uppercase;
}

.team-members-container .modal {
	z-index: 1140;
}

.team-members-container .modal .modal-dialog {
	max-width: 720px;
}

.team-members-container .modal .modal-dialog .modal-content {
	background: #e1f7ff;
	border-radius: 32px;
}

.team-members-container .modal .modal-dialog .modal-content .modal-body {
	display: flex;
	flex-direction: column;
	padding: 4rem;
}

@media (max-width: 992px) {
	.team-members-container .modal .modal-dialog .modal-content .modal-body {
		padding: 1.5rem;
	}
}

.team-members-container .modal .modal-dialog .modal-content .modal-body img {
	margin: 1rem auto;
}

.team-members-container .modal .modal-dialog .modal-content .modal-body span {
	color: #0095d0;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
}

.team-members-container .modal .modal-dialog .modal-content .modal-body .wp-block-buttons {
	text-align: center;
}

.team-members-container .modal .modal-dialog .modal-content .modal-body .wp-block-buttons .wp-block-button__link {
	border: 0px;
}

.page-template-page-accounts.page-id-346
.site-main
.entry-content
> .wp-block-group
.wp-block-group__inner-container {
	padding: 0px;
}

@media (max-width: 992px) {
	.page-template-page-accounts .container,
	.page-template-page-accounts .content,
	.page-template-page-account-profile .container,
	.page-template-page-account-profile .content {
		padding: 0px 1.5rem;
	}
}

.page-template-page-accounts .site-main,
.page-template-page-account-profile .site-main {
	color: #222;
	/* layout  */
	/* wp member specific */
}

.page-template-page-accounts .site-main .container,
.page-template-page-account-profile .site-main .container {
	max-width: 1062px;
}

.page-template-page-accounts .site-main .entry-content,
.page-template-page-account-profile .site-main .entry-content {
	background-image: url("/wp-content/uploads/2023/11/login-bg-scaled.jpg");
	background-size: cover;
}

.page-template-page-accounts .site-main .entry-content > .wp-block-group,
.page-template-page-account-profile .site-main .entry-content > .wp-block-group {
	padding: 6rem 0px;
}

.page-template-page-accounts .site-main .entry-content > .wp-block-group > .wp-block-group__inner-container,
.page-template-page-account-profile .site-main .entry-content > .wp-block-group > .wp-block-group__inner-container {
	background: #e8f9ff;
	display: inline-block;
	width: 100%;
	padding: 3rem;
}

@media (max-width: 992px) {
	.page-template-page-accounts .site-main .entry-content > .wp-block-group,
	.page-template-page-account-profile .site-main .entry-content > .wp-block-group {
		padding: 0px;
	}
}

.page-template-page-accounts .site-main .wp-block-media-text .wp-block-media-text__content,
.page-template-page-account-profile .site-main .wp-block-media-text .wp-block-media-text__content {
	padding: 3rem;
}

.page-template-page-accounts .site-main .wp-block-media-text__media,
.page-template-page-account-profile .site-main .wp-block-media-text__media {
	padding: 0px;
	max-height: 582px;
}

.page-template-page-accounts .site-main a,
.page-template-page-account-profile .site-main a {
	color: #0095d0;
	text-decoration: underline;
}

.page-template-page-accounts .site-main .button,
.page-template-page-accounts .site-main .wp-element-button,
.page-template-page-accounts .site-main input[type="button"],
.page-template-page-accounts .site-main input[type="reset"],
.page-template-page-accounts .site-main input[type="submit"],
.page-template-page-account-profile .site-main .button,
.page-template-page-account-profile .site-main .wp-element-button,
.page-template-page-account-profile .site-main input[type="button"],
.page-template-page-account-profile .site-main input[type="reset"],
.page-template-page-account-profile .site-main input[type="submit"] {
	border: 2px solid #1f4e6e;
	border-radius: 24px;
	color: #1f4e6e;
	background: none;
	padding: 1rem 2rem 0.75rem 2rem;
	font-size: 15px;
	font-weight: bold;
	text-wrap: unset;
	line-height: 18px;
	text-decoration: none;
}

.page-template-page-accounts .site-main .button:hover,
.page-template-page-accounts .site-main .wp-element-button:hover,
.page-template-page-accounts .site-main input[type="button"]:hover,
.page-template-page-accounts .site-main input[type="reset"]:hover,
.page-template-page-accounts .site-main input[type="submit"]:hover,
.page-template-page-account-profile .site-main .button:hover,
.page-template-page-account-profile .site-main .wp-element-button:hover,
.page-template-page-account-profile .site-main input[type="button"]:hover,
.page-template-page-account-profile .site-main input[type="reset"]:hover,
.page-template-page-account-profile .site-main input[type="submit"]:hover {
	background: #1f4e6e;
	color: #fff;
}

.page-template-page-accounts .site-main #wpmem_login,
.page-template-page-accounts .site-main #wpmem_reg,
.page-template-page-account-profile .site-main #wpmem_login,
.page-template-page-account-profile .site-main #wpmem_reg {
	padding: 0rem;
	color: #0095d0;
	width: 100%;
}

.page-template-page-accounts .site-main #wpmem_login legend,
.page-template-page-accounts .site-main #wpmem_reg legend,
.page-template-page-account-profile .site-main #wpmem_login legend,
.page-template-page-account-profile .site-main #wpmem_reg legend {
	padding-bottom: 2.5rem;
	font-size: 1.375rem;
	text-transform: uppercase;
}

.page-template-page-accounts .site-main #wpmem_login label,
.page-template-page-accounts .site-main #wpmem_reg label,
.page-template-page-account-profile .site-main #wpmem_login label,
.page-template-page-account-profile .site-main #wpmem_reg label {
	font-size: 15px;
	font-weight: bold;
	position: relative;
	top: -4px;
}

.page-template-page-accounts .site-main #wpmem_login .button_div label,
.page-template-page-accounts .site-main #wpmem_reg .button_div label,
.page-template-page-account-profile .site-main #wpmem_login .button_div label,
.page-template-page-account-profile .site-main #wpmem_reg .button_div label {
	top: 0px;
}

.page-template-page-accounts .site-main #wpmem_login .div_text,
.page-template-page-accounts .site-main #wpmem_reg .div_text,
.page-template-page-account-profile .site-main #wpmem_login .div_text,
.page-template-page-account-profile .site-main #wpmem_reg .div_text {
	margin: 0 0 22px 0;
}

.page-template-page-accounts .site-main #wpmem_login .link-text,
.page-template-page-account-profile .site-main #wpmem_login .link-text {
	display: none;
	height: 0;
}

.page-template-page-accounts .site-main #wpmem_reg legend,
.page-template-page-account-profile .site-main #wpmem_reg legend {
	padding-bottom: 2.5rem;
	font-size: 2.5rem;
	text-transform: none;
}

.page-template-page-accounts .site-main #wpmem_reg .reg-text-con,
.page-template-page-account-profile .site-main #wpmem_reg .reg-text-con {
	border: 2px solid #1f4e6e;
	border-radius: 31px;
	padding: 1.5rem 2rem;
	height: 100%;
}

.page-template-page-accounts .site-main #wpmem_reg .reg-text-con h3,
.page-template-page-account-profile .site-main #wpmem_reg .reg-text-con h3 {
	font-size: 1.5rem;
}

.page-template-page-accounts .site-main #wpmem_reg .reg-text-con p,
.page-template-page-account-profile .site-main #wpmem_reg .reg-text-con p {
	color: #222;
}

.page-template-page-accounts .site-main .wpmem_msg,
.page-template-page-account-profile .site-main .wpmem_msg {
	width: 75%;
	margin: 3rem auto 0 auto;
	display: block;
	padding: 20px;
}

.page-template-page-account-profile .site-main {
	color: #0095d0;
}

.page-template-page-account-profile .site-main h1 {
	font-size: 2.5rem;
	margin-bottom: 0.5rem;
}

.page-template-page-account-profile .site-main h3 {
	font-size: 1.25rem;
}

.page-template-page-account-profile .site-main h4 {
	font-size: 1rem;
	font-weight: bold;
}

.page-template-page-account-profile .site-main span {
	font-size: 0.75rem;
	text-align: center;
	line-height: 0.85rem;
	display: inline-block;
	font-weight: bold;
	margin-right: -1.65rem;
}

.page-template-page-account-profile .site-main .profile-data {
	border-bottom: 2px solid #0095d0;
	margin-bottom: 2rem;
}

.page-template-page-account-profile .site-main .profile-data p {
	color: #0095d0;
	font-size: 1.125rem;
	margin-bottom: 0.75rem;
}

.page-template-page-account-profile .site-main .course-con {
	position: relative;
	margin-top: -2rem;
}

.page-template-page-account-profile .site-main .course-tabs {
	justify-content: flex-end;
	border-bottom: 1px solid #0095d0;
}

.page-template-page-account-profile .site-main .course-tabs .nav-link {
	font-weight: 500;
	background-color: #e8f9ff;
	border-bottom-color: #0095d0;
}

.page-template-page-account-profile .site-main .course-tabs .nav-link:hover {
	border-color: #e8f9ff;
	border-bottom-color: #0095d0;
}

.page-template-page-account-profile .site-main .course-tabs .nav-link.active {
	color: #0095c8;
	font-weight: 500;
	background-color: none;
	border-color: #0095d0;
	border-bottom-color: #e8f9ff;
}

.page-template-page-account-profile .site-main .course-section-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: flex-start;
	justify-content: space-between;
}

.page-template-page-account-profile .site-main .course-section-row .category {
	position: relative;
	flex: 50%;
	padding: 2rem;
	padding-right: 3rem;
	border: 1px solid #0095d0;
}

.page-template-page-account-profile .site-main .course-rows .course-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.page-template-page-account-profile .site-main .course-rows .course-row P {
	margin-bottom: 0.75rem;
}

.page-template-page-account-profile .site-main .course-rows .course-row .check-div {
	padding-left: 1rem;
}

.page-template-page-account-profile .site-main .course-rows .course-row .check-div input[type="checkbox"] {
	width: 1.15em;
	height: 1.15em;
	border: 0.25em solid #0095d0;
	margin-top: 4px;
}

@media (max-width: 992px) {
	.page-template-page-account-profile .site-main .entry-content > .wp-block-group {
		padding: 0px;
	}
	.page-template-page-account-profile .site-main .entry-content > .wp-block-group > .wp-block-group__inner-container {
		padding: 3rem 1rem;
	}
	.page-template-page-account-profile .site-main span {
		font-size: 0.75rem;
		text-align: right;
		margin-right: 0px;
	}
	.page-template-page-account-profile .site-main .course-con {
		position: relative;
		margin-top: 0rem;
	}
	.page-template-page-account-profile .site-main .course-con .course-section-row {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-content: flex-start;
		justify-content: space-between;
	}
	.page-template-page-account-profile .site-main .course-con .course-section-row .category {
		position: relative;
		flex: 100%;
		padding: 2rem 0rem 0rem 0rem;
		padding-right: 0rem;
		border: 0px;
		order: 1;
	}
	.page-template-page-account-profile .site-main .course-con .course-section-row .category:nth-child(2) {
		order: 3;
	}
	.page-template-page-account-profile .site-main .course-con .course-section-row .category:nth-child(3) {
		order: 2;
	}
	.page-template-page-account-profile .site-main .course-con .course-section-row .category:nth-child(4) {
		order: 4;
	}
}

.page-template-page-portal .site-main,
.tax-renewu .site-main,
.single-renewu-course .site-main {
	position: relative;
	z-index: 1;
}

@media (max-width: 992px) {
	.page-template-page-portal .container,
	.page-template-page-portal .content,
	.tax-renewu .container,
	.tax-renewu .content,
	.single-renewu-course .container,
	.single-renewu-course .content {
		padding: 0px 1.5rem;
	}
}

.page-template-page-portal .background-circle,
.tax-renewu .background-circle,
.single-renewu-course .background-circle {
	background-image: url(assets/images/portal-bg-circle.png);
	height: 736px;
	width: 461px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 180px;
	z-index: 0;
}

@media (min-width: 1900px) {
	.page-template-page-portal.term-19 .background-circle,
	.tax-renewu.term-19 .background-circle,
	.single-renewu-course.term-19 .background-circle {
		background-image: url(assets/images/renew-org-corner.png);
	}
	.page-template-page-portal.term-20 .background-circle,
	.tax-renewu.term-20 .background-circle,
	.single-renewu-course.term-20 .background-circle {
		background-image: url(assets/images/renew-students-corner.png);
	}
}

.page-template-page-portal h1,
.tax-renewu h1,
.single-renewu-course h1 {
	font-size: 2.5rem;
	margin-bottom: 0.5rem;
}

@media (max-width: 992px) {
	.page-template-page-portal h1,
	.tax-renewu h1,
	.single-renewu-course h1 {
		font-size: 2rem;
	}
}

.page-template-page-portal h2,
.tax-renewu h2,
.single-renewu-course h2 {
	font-size: 1.5rem;
}

.page-template-page-portal p,
.tax-renewu p,
.single-renewu-course p {
	max-width: 900px;
}

.page-template-page-portal .renewu-breadcrumbs,
.tax-renewu .renewu-breadcrumbs,
.single-renewu-course .renewu-breadcrumbs {
	color: #0095d0;
}

.page-template-page-portal .renewu-breadcrumbs a,
.tax-renewu .renewu-breadcrumbs a,
.single-renewu-course .renewu-breadcrumbs a {
	color: #0095d0;
	text-decoration: none;
}

.page-template-page-portal .renewu-breadcrumbs a:hover,
.tax-renewu .renewu-breadcrumbs a:hover,
.single-renewu-course .renewu-breadcrumbs a:hover {
	text-decoration: underline;
}

.page-template-page-portal .renewu-sidebar,
.tax-renewu .renewu-sidebar,
.single-renewu-course .renewu-sidebar {
	width: 430px;
	background: #1f4e6e;
	padding: 4rem;
	color: #fff;
}

.page-template-page-portal .renewu-sidebar ul,
.tax-renewu .renewu-sidebar ul,
.single-renewu-course .renewu-sidebar ul {
	list-style: none;
	margin-bottom: 1.25rem;
	padding: 0px;
}

.page-template-page-portal .renewu-sidebar ul .active > a::before,
.tax-renewu .renewu-sidebar ul .active > a::before,
.single-renewu-course .renewu-sidebar ul .active > a::before {
	content: "> ";
	display: inline-block;
	width: 16px;
	margin-left: -16px;
	font-weight: bold;
}

.page-template-page-portal .renewu-sidebar ul li,
.tax-renewu .renewu-sidebar ul li,
.single-renewu-course .renewu-sidebar ul li {
	margin-bottom: 0.25rem;
}

.page-template-page-portal .renewu-sidebar ul li a,
.tax-renewu .renewu-sidebar ul li a,
.single-renewu-course .renewu-sidebar ul li a {
	color: #fff;
	line-height: 1.35em;
	display: inline-block;
}

.page-template-page-portal .renewu-sidebar ul li a:hover,
.tax-renewu .renewu-sidebar ul li a:hover,
.single-renewu-course .renewu-sidebar ul li a:hover {
	text-decoration: none;
}

.page-template-page-portal .renewu-sidebar .parent > a,
.tax-renewu .renewu-sidebar .parent > a,
.single-renewu-course .renewu-sidebar .parent > a {
	display: inline-block;
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
}

.page-template-page-portal .renewu-sidebar .child > a,
.tax-renewu .renewu-sidebar .child > a,
.single-renewu-course .renewu-sidebar .child > a {
	display: inline-block;
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

.page-template-page-portal .renewu-sidebar .course,
.tax-renewu .renewu-sidebar .course,
.single-renewu-course .renewu-sidebar .course {
	margin-bottom: 0.5rem;
	display: flex;
	align-content: center;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.page-template-page-portal .renewu-sidebar .course a,
.tax-renewu .renewu-sidebar .course a,
.single-renewu-course .renewu-sidebar .course a {
	width: calc(100% - 20px);
}

.page-template-page-portal .renewu-sidebar .course .fa-circle-check,
.tax-renewu .renewu-sidebar .course .fa-circle-check,
.single-renewu-course .renewu-sidebar .course .fa-circle-check {
	color: #429482;
}

@media (max-width: 992px) {
	.page-template-page-portal .renewu-sidebar,
	.tax-renewu .renewu-sidebar,
	.single-renewu-course .renewu-sidebar {
		display: none;
	}
	.page-template-page-portal .background-circle,
	.tax-renewu .background-circle,
	.single-renewu-course .background-circle {
		top: 0px;
	}
}

.page-template-page-portal .content-con,
.tax-renewu .content-con,
.single-renewu-course .content-con {
	width: 100%;
	padding: 2rem 0rem 2rem 4rem;
}

.page-template-page-portal .content-con .post-list,
.page-template-page-portal .content-con .modules-con,
.tax-renewu .content-con .post-list,
.tax-renewu .content-con .modules-con,
.single-renewu-course .content-con .post-list,
.single-renewu-course .content-con .modules-con {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: flex-start;
	justify-content: space-between;
}

.page-template-page-portal .content-con .post-list article,
.page-template-page-portal .content-con .post-list .module,
.page-template-page-portal .content-con .modules-con article,
.page-template-page-portal .content-con .modules-con .module,
.tax-renewu .content-con .post-list article,
.tax-renewu .content-con .post-list .module,
.tax-renewu .content-con .modules-con article,
.tax-renewu .content-con .modules-con .module,
.single-renewu-course .content-con .post-list article,
.single-renewu-course .content-con .post-list .module,
.single-renewu-course .content-con .modules-con article,
.single-renewu-course .content-con .modules-con .module {
	flex: 50%;
	max-width: 50%;
	padding-top: 3rem;
	padding-right: 2rem;
}

.page-template-page-portal .content-con .post-list article img,
.page-template-page-portal .content-con .post-list .module img,
.page-template-page-portal .content-con .modules-con article img,
.page-template-page-portal .content-con .modules-con .module img,
.tax-renewu .content-con .post-list article img,
.tax-renewu .content-con .post-list .module img,
.tax-renewu .content-con .modules-con article img,
.tax-renewu .content-con .modules-con .module img,
.single-renewu-course .content-con .post-list article img,
.single-renewu-course .content-con .post-list .module img,
.single-renewu-course .content-con .modules-con article img,
.single-renewu-course .content-con .modules-con .module img {
	border-radius: 33px;
	width: 100%;
	height: auto;
	background: #77c7e6;
}

.page-template-page-portal .content-con .post-list article .entry-content,
.page-template-page-portal .content-con .post-list .module .entry-content,
.page-template-page-portal .content-con .modules-con article .entry-content,
.page-template-page-portal .content-con .modules-con .module .entry-content,
.tax-renewu .content-con .post-list article .entry-content,
.tax-renewu .content-con .post-list .module .entry-content,
.tax-renewu .content-con .modules-con article .entry-content,
.tax-renewu .content-con .modules-con .module .entry-content,
.single-renewu-course .content-con .post-list article .entry-content,
.single-renewu-course .content-con .post-list .module .entry-content,
.single-renewu-course .content-con .modules-con article .entry-content,
.single-renewu-course .content-con .modules-con .module .entry-content {
	padding: 1rem 2rem;
}

.page-template-page-portal .content-con .post-list article .entry-content h2,
.page-template-page-portal .content-con .post-list .module .entry-content h2,
.page-template-page-portal .content-con .modules-con article .entry-content h2,
.page-template-page-portal .content-con .modules-con .module .entry-content h2,
.tax-renewu .content-con .post-list article .entry-content h2,
.tax-renewu .content-con .post-list .module .entry-content h2,
.tax-renewu .content-con .modules-con article .entry-content h2,
.tax-renewu .content-con .modules-con .module .entry-content h2,
.single-renewu-course .content-con .post-list article .entry-content h2,
.single-renewu-course .content-con .post-list .module .entry-content h2,
.single-renewu-course .content-con .modules-con article .entry-content h2,
.single-renewu-course .content-con .modules-con .module .entry-content h2 {
	font-size: 1.2rem;
}

.page-template-page-portal .content-con .post-list article .entry-content .wp-block-buttons .wp-block-button__link,
.page-template-page-portal .content-con .post-list .module .entry-content .wp-block-buttons .wp-block-button__link,
.page-template-page-portal .content-con .modules-con article .entry-content .wp-block-buttons .wp-block-button__link,
.page-template-page-portal .content-con .modules-con .module .entry-content .wp-block-buttons .wp-block-button__link,
.tax-renewu .content-con .post-list article .entry-content .wp-block-buttons .wp-block-button__link,
.tax-renewu .content-con .post-list .module .entry-content .wp-block-buttons .wp-block-button__link,
.tax-renewu .content-con .modules-con article .entry-content .wp-block-buttons .wp-block-button__link,
.tax-renewu .content-con .modules-con .module .entry-content .wp-block-buttons .wp-block-button__link,
.single-renewu-course .content-con .post-list article .entry-content .wp-block-buttons .wp-block-button__link,
.single-renewu-course .content-con .post-list .module .entry-content .wp-block-buttons .wp-block-button__link,
.single-renewu-course .content-con .modules-con article .entry-content .wp-block-buttons .wp-block-button__link,
.single-renewu-course .content-con .modules-con .module .entry-content .wp-block-buttons .wp-block-button__link {
	line-height: 1.2em;
}

@media (max-width: 992px) {
	.page-template-page-portal .content-con .post-list article,
	.page-template-page-portal .content-con .post-list .module,
	.page-template-page-portal .content-con .modules-con article,
	.page-template-page-portal .content-con .modules-con .module,
	.tax-renewu .content-con .post-list article,
	.tax-renewu .content-con .post-list .module,
	.tax-renewu .content-con .modules-con article,
	.tax-renewu .content-con .modules-con .module,
	.single-renewu-course .content-con .post-list article,
	.single-renewu-course .content-con .post-list .module,
	.single-renewu-course .content-con .modules-con article,
	.single-renewu-course .content-con .modules-con .module {
		flex: 100%;
		width: 100%;
		padding-right: 0px;
	}
	.page-template-page-portal .content-con .post-list article .entry-content,
	.page-template-page-portal .content-con .post-list .module .entry-content,
	.page-template-page-portal .content-con .modules-con article .entry-content,
	.page-template-page-portal .content-con .modules-con .module .entry-content,
	.tax-renewu .content-con .post-list article .entry-content,
	.tax-renewu .content-con .post-list .module .entry-content,
	.tax-renewu .content-con .modules-con article .entry-content,
	.tax-renewu .content-con .modules-con .module .entry-content,
	.single-renewu-course .content-con .post-list article .entry-content,
	.single-renewu-course .content-con .post-list .module .entry-content,
	.single-renewu-course .content-con .modules-con article .entry-content,
	.single-renewu-course .content-con .modules-con .module .entry-content {
		padding: 2rem 1rem;
	}
}

.page-template-page-portal .content-con .post-list .wp-block-buttons,
.page-template-page-portal .content-con .modules-con .wp-block-buttons,
.tax-renewu .content-con .post-list .wp-block-buttons,
.tax-renewu .content-con .modules-con .wp-block-buttons,
.single-renewu-course .content-con .post-list .wp-block-buttons,
.single-renewu-course .content-con .modules-con .wp-block-buttons {
	min-height: 100px;
	align-content: flex-start;
}

.page-template-page-portal .content-con .post-list .wp-block-buttons > .wp-block-button,
.page-template-page-portal .content-con .modules-con .wp-block-buttons > .wp-block-button,
.tax-renewu .content-con .post-list .wp-block-buttons > .wp-block-button,
.tax-renewu .content-con .modules-con .wp-block-buttons > .wp-block-button,
.single-renewu-course .content-con .post-list .wp-block-buttons > .wp-block-button,
.single-renewu-course .content-con .modules-con .wp-block-buttons > .wp-block-button {
	width: 100%;
	margin-bottom: 0.25rem;
}

.page-template-page-portal .content-con .post-list .wp-block-buttons > .wp-block-button .wp-block-button__link,
.page-template-page-portal .content-con .modules-con .wp-block-buttons > .wp-block-button .wp-block-button__link,
.tax-renewu .content-con .post-list .wp-block-buttons > .wp-block-button .wp-block-button__link,
.tax-renewu .content-con .modules-con .wp-block-buttons > .wp-block-button .wp-block-button__link,
.single-renewu-course .content-con .post-list .wp-block-buttons > .wp-block-button .wp-block-button__link,
.single-renewu-course .content-con .modules-con .wp-block-buttons > .wp-block-button .wp-block-button__link {
	max-width: 100%;
	width: 100%;
	padding: 0.75rem 2rem 0.5rem 2rem;
	line-height: 1.5em;
}

.page-template-page-portal .content-con .post-list .wp-block-buttons > .wp-block-button .wp-block-button__link.complete,
.page-template-page-portal .content-con .modules-con .wp-block-buttons > .wp-block-button .wp-block-button__link.complete,
.tax-renewu .content-con .post-list .wp-block-buttons > .wp-block-button .wp-block-button__link.complete,
.tax-renewu .content-con .modules-con .wp-block-buttons > .wp-block-button .wp-block-button__link.complete,
.single-renewu-course .content-con .post-list .wp-block-buttons > .wp-block-button .wp-block-button__link.complete,
.single-renewu-course .content-con .modules-con .wp-block-buttons > .wp-block-button .wp-block-button__link.complete {
	background: #009681;
}

.page-template-page-portal .content-con .post-list .module h2,
.page-template-page-portal .content-con .modules-con .module h2,
.tax-renewu .content-con .post-list .module h2,
.tax-renewu .content-con .modules-con .module h2,
.single-renewu-course .content-con .post-list .module h2,
.single-renewu-course .content-con .modules-con .module h2 {
	margin-top: 1rem;
}

.page-template-page-portal .content-con .post-list .module .module-header,
.page-template-page-portal .content-con .modules-con .module .module-header,
.tax-renewu .content-con .post-list .module .module-header,
.tax-renewu .content-con .modules-con .module .module-header,
.single-renewu-course .content-con .post-list .module .module-header,
.single-renewu-course .content-con .modules-con .module .module-header {
	padding-bottom: 1rem;
}

.page-template-page-portal .content-con .post-list .module .module-header h3,
.page-template-page-portal .content-con .modules-con .module .module-header h3,
.tax-renewu .content-con .post-list .module .module-header h3,
.tax-renewu .content-con .modules-con .module .module-header h3,
.single-renewu-course .content-con .post-list .module .module-header h3,
.single-renewu-course .content-con .modules-con .module .module-header h3 {
	font-size: 1.25rem;
	margin: 0px;
}

.page-template-page-portal .content-con .post-list .module .module-header p,
.page-template-page-portal .content-con .modules-con .module .module-header p,
.tax-renewu .content-con .post-list .module .module-header p,
.tax-renewu .content-con .modules-con .module .module-header p,
.single-renewu-course .content-con .post-list .module .module-header p,
.single-renewu-course .content-con .modules-con .module .module-header p {
	font-weight: bold;
	font-size: 0.75rem;
	margin: 0px;
}

.page-template-page-portal .content-con .post-list .module .module-outline,
.page-template-page-portal .content-con .modules-con .module .module-outline,
.tax-renewu .content-con .post-list .module .module-outline,
.tax-renewu .content-con .modules-con .module .module-outline,
.single-renewu-course .content-con .post-list .module .module-outline,
.single-renewu-course .content-con .modules-con .module .module-outline {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.page-template-page-portal .content-con .post-list .module .module-outline h3,
.page-template-page-portal .content-con .modules-con .module .module-outline h3,
.tax-renewu .content-con .post-list .module .module-outline h3,
.tax-renewu .content-con .modules-con .module .module-outline h3,
.single-renewu-course .content-con .post-list .module .module-outline h3,
.single-renewu-course .content-con .modules-con .module .module-outline h3 {
	font-size: 1.25rem;
	border-bottom: 1px solid #77c7e6;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

@media (max-width: 1280px) {
	.page-template-page-portal .content-con .post-list article,
	.page-template-page-portal .content-con .post-list .module,
	.page-template-page-portal .content-con .modules-con article,
	.page-template-page-portal .content-con .modules-con .module,
	.tax-renewu .content-con .post-list article,
	.tax-renewu .content-con .post-list .module,
	.tax-renewu .content-con .modules-con article,
	.tax-renewu .content-con .modules-con .module,
	.single-renewu-course .content-con .post-list article,
	.single-renewu-course .content-con .post-list .module,
	.single-renewu-course .content-con .modules-con article,
	.single-renewu-course .content-con .modules-con .module {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 992px) {
	.page-template-page-portal .content-con,
	.tax-renewu .content-con,
	.single-renewu-course .content-con {
		padding-left: 0px;
	}
}

/*# sourceMappingURL=style.css.map */