/*!
Theme Name: CHA Learning
Theme URI: http://underscores.me/
Author: 366 Technology
Author URI: https://www.366technology.com/
Description: Custom Template for CHA Learning
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: chalearning
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.

CHA Learning 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
#Footer
#Header
#Universal
#Programs and Courses
#Home Page
#Page
#Accordions
#Single Program
#FAQ
#For Employers
#Admin Info
#Testimonials
#Community
#Alumni
#Single Podcast
#Podcast Archive
#Our Team
#Faculty
#Single Resources
#Resources
#Single Case Studies
#Case Studies
#Single Community Spotlights
#Regular Page
#Books
#Job Postings
#Single Jobs
#Archive Jobs
#Search
#Coaching
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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;
    clear: both;
}

/**
 * 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: #404040;
    font-family: 'Lato', sans-serif;
	font-size: calc(12px + 0.4vw);
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
}

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;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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%;
    height:  calc(267px + 13.35vw);
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #07AABA;
    text-decoration: none;
}

a:visited {
	color: #07AABA;
}

a:hover,
a:focus,
a:active {
	color: #07AABA;
    text-decoration: underline;
}

a:focus {
	outline: 0;
}

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
--------------------------------------------- */
#fixednavcon {
    position: fixed;
    top: -250px;
    width: 100%;
    z-index: 999999;
    color: #fff;
    font-size: calc(12px + 0.3vw);
    font-weight: bold;
    transition: all .5s ease-in-out;
}
#fixednav {
    background-image: url(/wp-content/uploads/2021/12/header-bkg.png);
    background-size: 100% 100%;
    padding: 1.25vw 2.5vw;
}
#fixedprogram, #fixedcommunity, #fixedcoach {
    display: none;
    background-color: #fff;
    text-align: center;
    padding: 1vw;
    border-bottom: 1px solid #C7C7C7;
}
#maparea {
    overflow-x: scroll;
}
#maparea img {
    max-width: none;
    min-width: 100%;
}
.parent-pageid-30 #fixedprogram, .page-id-30 #fixedprogram, .parent-pageid-3713 #fixedcoach, .page-id-3713 #fixedcoach{
    display: block;
}
.parent-pageid-32 #fixedcommunity, .page-id-32 #fixedcommunity, .post-type-archive-podcast #fixedcommunity, .single-podcast #fixedcommunity, .post-type-archive-casestudies #fixedcommunity, .single-casestudies #fixedcommunity, .post-type-archive-communityspotlights #fixedcommunity, .single-communityspotlights #fixedcommunity, .post-type-archive-resources #fixedcommunity, .single-resources #fixedcommunity, .post-type-archive-jobs #fixedcommunity, .single-jobs #fixedcommunity{
    display: block;
}
#fixedprogram a, #fixedcommunity a, #fixedcoach a {
    color: #414141;
    display: inline-block;
    margin: 0 1vw;
}
#fixednavcon.active {
    top: 0;
}
#fixednav a {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 2vw !important;
}
#fixedlogo, #fixedright {
    display: inline-block;
    vertical-align: middle;
}
#fixedright {
    width: calc(100% - 150px);
    text-align: right;
}
#site-navigation {
    background-color: #3E3065;
    padding: 1vw 2vw;
}
#colonemainmenu, #coltwomainmenu {
    margin-right: 2vw;
}
#leftmenumain {
    display: inline-block;
    width: 75%;
    text-align: right;
}
#rightmenumain {
    display: inline-block;
    width: 25%;
    text-align: right;
}
#rightmenumain a {
    background-color: #fff;
    color: #3e3065;
}
#rightmenumain a:hover{
    background-color: rgba(7,170,186,0.5);
    color: #fff;
}
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	float: left;
	position: absolute;
	top: 0;
	left: -999em;
	z-index: 99999;
    min-width: calc(155px + 5vw);
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width:100%;
    color: #3E3065;
    text-transform: none;
    text-align: left;
    border: none;
}
.main-navigation ul#colonemainmenu ul a {
    color: #fff;
}
.main-navigation ul ul a:hover {
    text-decoration: underline;
}
.main-navigation ul#colonemainmenu li:hover > ul,
.main-navigation ul#colonemainmenu li.focus > ul {
    background-color: #07AABA;
    color: #fff;
}
.main-navigation ul#colthreemainmenu li:hover > ul,
.main-navigation ul#colthreemainmenu li.focus > ul {
    background-color: #C7C1D0;
    color: #3E3065;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
    background-color: #F0C16A;
    color: #3E3065;
    border: 2px solid #fff;
    border-radius: 25px;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    font-weight: bold;
    font-size: calc(10px + 0.4vw);
    border-radius: 50px;
    padding: 10px 24px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}
@media screen and (max-width: 1229px) {
    #leftmenumain {
        display: contents;
    }
    #rightmenumain {
        display: contents;
    }
    #colthreemainmenu {
        margin-right: 2vw;
    }
    #menucon {
        text-align: center;
    }
    .main-navigation a {
        font-size: 11px;
    }
}
@media screen and (max-width: 1023px) {
    #fixednavcon {
        display: none;
    }
}
@media screen and (max-width: 879px) {
    #colthreemainmenu {
        width: 38%;
        margin-bottom: 10px;
        margin-right: 4vw;
        text-align: center;
    }
    #colonemainmenu {
        margin-top: 10px;
    margin-bottom: 10px;
        width: 32%;
        text-align: center;
    }
    #coltwomainmenu {
        width: 22%;
        text-align: center;
    }
    #rightmenumain ul {
      max-width: calc(24% - 2vw);
    }
}
@media screen and (max-width: 767px) {
.main-navigation ul ul li:first-child a {
    text-align: center;
}
    #menucon {
        text-align: center;
        margin: auto;
        max-width: 100%;    
    }
    #menucon ul, #menucon li {
        text-align: center;
        display: contents;
    }
    #colonemainmenu {
        max-width: 40%;
    }

    #coltwomainmenu {
        max-width: calc(30% - 2vw);
    }
    #rightmenumain ul {
    }
    .main-navigation a {
        border-radius: 0;
    padding: 10px;
    line-height: 1.25;
    border: 0;
    border-top: 1px solid #fff;
    }
}
@media screen and (max-width: 459px) {
    #colthreemainmenu {
        width: 50%;
        margin-bottom: 10px;
        margin-right: 4vw;
    }
    #colonemainmenu {
        margin-top: 10px;
    margin-bottom: 10px;
    }
    #rightmenumain ul {
      max-width: calc(24% - 2vw);
    }
}
@media screen and (max-width: 429px) {
    #coltwomainmenu {
        width: 28%;
    }
    #colonemainmenu {
        width: 40%;
    }
}
.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%;
}

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

.post,
.page {
}

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

.page-content,
.entry-content,
.entry-summary {
}

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

/* 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;
}

/*--------------------------------------------------------------
# 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: 2vw;
    margin-bottom: 1vw;
    max-width: 50%;
}

.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;
}
@media only screen and (max-width: 767px) {
    .alignleft {
       float: none;
        margin-right: 0;
        display: block;
        max-width: 100%;
    }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-info {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#purplefooter {
    background-color: #3E3065;
    color: #fff;
    font-size: 12px;
}
#purplefooter ul, #purplefooter li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footermenus {
    width: 900px;
    max-width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: calc(10px + 0.5vw);
}
#footermenus a {
    display: block;
    margin-bottom: 10px;
}
#footermenuscon {
    padding: 2vw;
}
.columnmenu {
}
.boldmenu {
    font-weight: bold;
}
.boldmenu li{
    font-weight: normal;
}
.boldmenu li.boldmenu{
    font-weight: bold;
}
#copyfooter {
    font-size: 10px;
    padding: 1vw 2vw;
}
#purplefooter .menu-item-has-children {
    text-transform: uppercase;
}
#purplefooter .menu-item-has-children li{
    text-transform: none;
}
#purplefooter a {
    color: #fff;
    text-decoration: none;
}
#purplefooter a:hover {
    text-decoration: underline;
}
#leftcopy {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
#rightcopy {
    display: inline-block;
    width: 50%;
    text-align: right;
    vertical-align: middle;
}
#footlinks {
    display: inline-block;
    vertical-align: middle;
}
#footsocial {
    display: inline-block;
    vertical-align: middle;
}
#footsocial a {
    display: inline-block;
    margin-left: 0.5vw;
    vertical-align: middle;
}
#footlinks a {
    display: inline-block;
    margin-left: 1vw;
    vertical-align: middle;
}
#copyfooter {
    border-top:1px solid rgba(255,255,255,0.6);
    padding: 1vw 2vw;
    background-repeat: no-repeat;
    background-position: center top 1vw;
    background-size: calc(10px + 0.75vw);
    padding-bottom: 100px;
}
#whitefooter {
    padding: 2vw;
    font-size: calc(12px + 0.3vw);
}
#whitefooterin {
    width: 900px;
    margin: auto;
    max-width: 100%;
}
#colconf {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: calc(10px + 0.5vw);
}
@media only screen and (max-width: 767px) {
    #columnone {
        order: 1;
    }
    #columntwo {
        order: 3;
    }
    #columnthree {
        order: 2;
    }
    #columnfour {
        order: 4;
    }   
    #footermenus {
        grid-template-columns: auto auto;
    }
    #whitecolone {
        order: 1;
    }
    #whitecoltwo {
        order: 3;
    }
    #whitecolthree {
        order: 2;
    }
    #colconf {
        grid-template-columns: auto auto;
    }
}
@media only screen and (max-width: 699px) {
    #leftcopy {
        display: block;
        width: 100%;
        text-align: center;
    }
    #rightcopy {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    #copyfooter {
        padding-bottom: 1vw;
        background-position: center top 30px;
    }
    #footsocial {
        display: block;
        margin-top: 10px;
    }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.custom-logo {
    width: 218px;
    max-width: 30vw;
}
.site-branding {
    display: inline-block;
    vertical-align: middle;
    width: 30vw;
}
#searchandlinks {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 30vw);
    text-align: right;
}
#hamburgler {
    display: none;
    color: rgba(0,0,0,0);
    cursor: pointer;
    background-image: url(/wp-content/uploads/2022/01/hamburgler.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    background-position: center right;
}
#socialhead form, #fixednav form {
    display: inline-block;
    position: relative;
}
#socialhead a, #fixednav a {
    display: inline-block;
    margin-right: 0.5vw;
    vertical-align: middle;
}
#socialhead .search-submit, #fixednav .search-submit {
    background-image: url(/wp-content/uploads/2022/01/Search.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    text-indent: -9999px;
    position: absolute;
    right: -0.75vw;
}
#socialhead .search-submit {
    top: calc(4px + 0.3vw);
}
#fixednav .search-submit {
    top: calc(3px + 0.2vw);
}
#socialhead .search-field::placeholder, #fixednav .search-field::placeholder {
  color: transparent;
}
#socialhead .search-field, #fixednav .search-field {
    line-height: 1;
}
#headerlinks {
    margin-top: 10px;
}
#headerlinks a{
    color: #fff;
    text-decoration: none;
    font-size: calc(12px + 0.1vw);
    margin-left: 1vw;
    margin-bottom: 7px;
}
.headerlinks {
    margin-left: 2vw !important;
}
#headerlinks a:hover {
    text-decoration: underline;
}
.colonecell, .coltwocell, .colthreecell, .colfivecell {
    border-top: 1px solid #574b79;
    margin-top: 15px;
    padding-top: 15px;
}
.colthreecell {
    text-transform: uppercase;
}
#masthead {
    background-image: url(/wp-content/uploads/2021/12/header-bkg.png);
    background-size: 100% 100%;
    padding: 1.25vw 2.5vw;
}
.site-description, .site-title {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#closethatmenu {
    display: none;
}
@media screen and (max-width: 1279px) {
    #fixednavcon {
        font-size: 12px;
    }
    a.headerlinks {
          font-size: 12px !important;
    }
}
@media screen and (max-width: 1719px) {
    #fixednav form {
        display: none;
    }
    .headerlinks {
      margin-left: 0 !important;
    }
    #fixedright {
      width: 100%;
      text-align: center;
    }
}
@media only screen and (max-width: 889px) {
    #socialhead a {
        display: none;
    }
    #hamburgler {
        display: inline-block;
    }
    #headerlinks {
        display: none;
        position: fixed;
        background-color: #3e3065;
        z-index: 9999999999;
        height: 100%;
        top: -1.25vw;
        right: 0;
        padding: 50px 2.5vw 2.5vw;
        overflow-y: scroll;
    }
    #headerlinks a {
        display: block;
        margin-bottom: 10px;
    }
    .cellonly.colonecell, .cellonly.coltwocell, .cellonly.colthreecell, .cellonly.colfivecell {
        display: block;
    }
    #closethatmenu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        margin: 1.25vw 2.5vw 2.5vw;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        font-weight: bold;
    }
    #colonemainmenu ul, #coltwomainmenu ul, #colthreemainmenu ul {
        display: none;
    }
}
/*--------------------------------------------------------------
# Universal
--------------------------------------------------------------*/
#whitetext {
    color: #fff;
}
.imageandtextitle {
    text-align: center;
    padding-top: calc(20px + 1.5vw);
    font-weight: normal;
    font-size: calc(12px + 1.4vw);
}
.greentext {
    color: #3EB049;
}
.notoppadding {
    padding-top: 0 !important;
}
.quote {
    font-style: italic;
    color: #008777;
    font-size: calc(12px + 0.6vw);
    background-image: url(/wp-content/uploads/2022/02/quote-1.png);
    padding-left: calc(20px + 1vw);
    padding-top: calc(20px + 1vw);
    background-repeat: no-repeat;
    background-size: calc(20px + 1vw);
    display: block;
    line-height: 1.2;
}
.nomargintop {
    padding-top: 0 !important;
    margin-top: -2vw;
}
.greybox {
    background-color: #eee;
    padding: 1vw 1.5vw;
    display: block;
    margin: 2vw 0;
}
#technicalrequirements {
    padding-top: 0;
    margin-top: -2vw;
    scroll-margin-top:100px;
}
#tablepress-1-name {
    scroll-margin-top:100px;
}
body .tablepress td {
	text-align:center;
}
.yellow {
    color: #C18007;
}
.rcbin ul {
    margin-left: 0;
}
.ninety {
    font-size: calc(12px + 3.9vw);
    line-height: 1.2;
}
.fifteen {
    font-size: calc(12px + 0.15vw);
}
.leftcolumn {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-right: 2%;
}
.rightcolumn {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-left: 2%;
}
.twocolumnbox {
    padding-top: 0 !important;
}
body .tablepress thead th {
    background-color: #008777;
    font-weight: normal;
    vertical-align: middle;
    color: #fff;
    font-size: calc(12px + 0.15vw);
	text-align:center;
}
body .tablepress tfoot th {
    background-color: transparent;
    font-weight: normal;
    vertical-align: middle;
    color: #414141;
    font-style: italic;
}
body .tablepress {   
    font-size: calc(12px + 0.15vw);
}
.negativemargintop {
    margin-top: -3vw;
    padding-top: 0 !important;
}
.cellonly {
    display: none;
}
.computeronly {
    display: block;
}
#page {
    scroll-margin-top: 200px;
}
.arial {
}
.regularcontentbox.textwhite {
    color: #fff;
}
.regularcontentbox.textwhite a{
    color: #ADF3FF;
}
.regularcontentbox {
    background-repeat: no-repeat;
    background-size: cover;
}
.center {
    text-align: center;
}
.nobottom {
    padding-bottom: 0 !important;
}
#connectitphoto {
    position: relative;
}
.gform_footer {
    text-align: center;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper textarea {
    border-radius: 20px;
    padding-left: 20px !important;
}
.white {
    background-color: #fff;
}
.blue {
    background-color: #cdeef1;
}
.bluelink {
    color: #07AABA !important;
}
.grey {
    background-color: rgba(199,199,199,0.3);
}
.greenbutton a, .gform_button{    
    color: #fff !important;
    background-color: #3EB049 !important;
    border: 2px solid #fff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: calc(12px + 0.3vw) !important;
    border-radius: 20px !important;
    padding: 5px 40px !important;
    display: inline-block !important;
    line-height: 1.5 !important;
}
.greenbutton a:hover {
    text-decoration: none;
}
h2, h1 {
    font-size: calc(12px + 1.4vw);
    margin: 15px 0;
}
.page-template-default h2 {
    font-size: calc(12px + 0.9vw);
}
h3 {
    font-size: calc(12px + 0.6vw);
    margin: 15px 0;
}
.thirtysix {
    font-size: calc(12px + 1.2vw);
}
.forty {
    font-size: calc(12px + 1.4vw);
    line-height: 1.2;
}
.twentyfour {
    font-size: calc(12px + 0.6vw);
    line-height: 1.2;
}
.sixtyfour {
    font-size: calc(12px + 2.6vw);
    line-height: 1.2;
}
.thirty {
    font-size: calc(12px + 0.9vw);
}
.fortyeight {
    font-size: calc(12px + 1.8vw);
}
.twentyeight {
    font-size: calc(12px + 0.8vw);
}
.bold {
    font-weight:bold;
}
.grow, .gform_button, .greenbutton a{ transition: all .2s ease-in-out; }
.grow:hover, .gform_button:hover, .greenbutton a:hover { transform: scale(1.1); }
.clear {
    clear: both;
}
.clearit {
    clear: both;
    font-size: 0;
    line-height: 0;
}
@media only screen and (max-width: 767px) {
    .leftfloat {
        display: block;
        float: none;
        margin: auto;
    }
    .regularcontentbox h2 {
        text-align: center;
    }
    .leftcolumn {
        width: 100%;
        margin-right: 0;
    }
    .rightcolumn {
        width: 100%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 586px) {
    .cellonly {
        display: block;
    }
    .computeronly {
        display: none;
    }
}
/*--------------------------------------------------------------
# Programs and Courses
--------------------------------------------------------------*/
.page-template-programs .post-thumbnail{
    margin-right: 2vw;
}
.discoverypage {
    display: none;
}
#discoverypage1 {
    display: block;
}
.discoverybutton {
    font-weight: bold;
    display: inline-block;
    border-radius: 100px;
    padding: 5px 15px;
    text-align: center;
    margin: 10px 15px;
}
.discoverybutton:hover {
    text-decoration: none;
}
.discoverybutton span{
    height: calc(1.5vw + 30px);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.discoverybuttons {
    text-align: center;
}
.gobacklink {
    text-align: center;
    margin: 1vw;
}
.buttonwhite {
    width: calc(10.75vw + 215px);
    background-color: #fff;
    border: 2px solid #414141;
    color: #414141 !important;
}
.buttonwhite span{
    width: calc(10.75vw + 215px);
}
.buttonblue {
    background-color: #07AABA;
    color: #fff !important;
    border: 2px solid #fff;
    margin: 10px 0;
}
.buttonblue span {
    max-width: 100%;
    width: 950px;
}
a.program, a.course, a.certificate, a.micro-learning, a.Course, a.Certificate, a.Micro-Learning {
    border-top: 1px solid #E5E5E5;
    display: block;
    color: #414141;
    padding: 5px 10px;
}
a.program {
    font-weight: bold;
}
.programorcourse {
    float: right;
    text-transform: capitalize;
    max-width: 25%;
}
.coursename {
    max-width: 75%;
}
a.program:first-child, a.course:first-child, a.certificate:first-child, a.Course:first-child, a.Certificate:first-child, a.Micro-Learning:first-child {
    border-top: none;
}
#listarea .squelch-taas-accordion-shortcode-content {
    padding: 0 !important;
    margin: 0 !important;
}
#listarea {
    padding-top: 0;
    margin-top: -1vw;
}
#oopc {
    margin-bottom: -2vw;
}
#oopcontent {
    margin-top: -2vw;
}
#oopc h2 {
    font-weight: normal;
}
.activebuttons {
    text-align: center !important;
    padding: 0 2vw !important;
}
.activebuttons a{    
    color: #414141 !important;
    border: 2px solid #414141 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: calc(12px + 0.3vw) !important;
    border-radius: 20px !important;
    padding: 5px 40px !important;
    display: inline-block !important;
    line-height: 1.5 !important;
    min-width: calc(7.75vw + 155px);
    margin: 1vw;
}
.activebuttons a.activestate{    
    color: #fff !important;
    background-color: #3EB049 !important;
    border: 2px solid #fff !important;
}
.buttonsubname {
    font-size: calc(12px + 0.15vw);
}
.activebuttons a{
    text-decoration: none;
}
.parent-pageid-30 #colonemainmenu a, .page-id-30 #colonemainmenu a{
    background-color: #07AABA;
}
.parent-pageid-30 #colonemainmenu ul a, .page-id-30 #colonemainmenu ul a, .parent-pageid-32 #coltwomainmenu ul a, .page-id-32 #coltwomainmenu ul a{
    background-color: transparent;
}
.parent-pageid-32 #coltwomainmenu a, .page-id-32 #coltwomainmenu a{
    background-color: #F0C16A;
    color: #3E3065;
}
.parent-pageid-3713 #colthreemainmenu a, .page-id-3713 #colthreemainmenu a{
    background-color: #C7C1D0;
    color: #3E3065;
}
.parent-pageid-3713 .entry-content #coltwomainmenu a, .page-id-3713 .entry-content #coltwomainmenu a{
    color: #414141;
}
.parent-pageid-3713 #keepgoing, .page-id-3713 #keepgoing {
    display: none;
}
#connectwith {
    background-color: #3E3065;
    color: #fff;
}
#connectwithin {
    padding: 2vw;
    width: 970px;
    max-width: 100%;
    margin: auto;
}
#connectphoto {
    width: calc(5.2vw + 100px);
    margin-right: 2vw;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#onlinedot {
    position: absolute;
    bottom: calc(5px + 0.25vw);
    right: calc(20px + 1vw);
    width: calc(0.625vw + 12.5px);
}
#onlinestatus {
    font-size: calc(12px + 0.1vw);
    margin-top:-5px;
}
#connecttext {
    width: calc(100% - 7.2vw - 100px);
    display: inline-block;
    vertical-align: top;
}
#connecttext a {
    color: #ADF3FF;
}
#connecttext h2{
    margin: 10px 0;
}
#navandheader {
    display: grid;
    grid-template-columns: 40% 60%;
    column-gap: 2vw;
    padding: 2vw;
}
.post-thumbnail img {
    display: block;
    width: 100%;
}
#navp {
    background-color: #07AABA;
}
#navpin {
    padding: 3vw 2vw;
}
#explorenav {
    color: #fff;
    font-weight: bold;
    font-size: calc(12px + 0.6vw);
    margin-bottom: 1vw;
}
#navp a {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: calc(12px + 0.9vw);
    background-image: url(/wp-content/uploads/2022/01/arrow.png);
    background-repeat: no-repeat;
    background-size: calc(7px + 0.35vw) calc(11px + 0.55vw);
    background-position: left calc(3px + 0.25vw);
    padding-left: calc(10px + 1vw);
    line-height: 1.25;
}
#headerp {
    position: relative;
}
#headerptext {
    position: absolute;
    bottom: 2vw;
    color: #fff;
    font-weight: bold;
    font-size: calc(12px + 1.5vw);
    line-height: 1.25;
    max-width: calc(100% - 17vw);
    width: 1000px;
    margin-left: 6vw;
}
.page-template-community .post-thumbnail, .page-template-coaching .post-thumbnail {
    margin: 2vw;
    margin-bottom: 0;
}
#headerptext.expandyes {
    width: auto;
}
#thequote {
    position: absolute;
    margin-top: -2vw;
    margin-left: -2vw;
    width: 2.25vw;
}
#theleaf {
    position: absolute;
    bottom: 1.5vw;
    right: 3.5vw;
    width: calc(20px + 4.5vw);
}
@media only screen and (max-width: 767px) {
    .page-template-programs .post-thumbnail{
        margin-right: 0;
    }
    #navandheader {
        display: block;
    }
    #navp {
        margin-bottom: 2vw;
    }
    .programorcourse {
        float: none;
        width: 20vw;
        display: table-cell;
    }
    .coursename {
        width: 80vw;
        display: table-cell;
    }
}
/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.home .entry-header {
    display:none;
}
.limitwidth {
    padding-right: 58% !important;
}
.oc {
    float: right;
    margin-top: calc(-20px + -2.5vw);
}
#twolayoutboxes {
    padding:2vw;
    display: flex;
    gap: 2vw;
    font-weight: bold;
    line-height: 1.25;
}
#twolayoutboxes img {
    max-width: 75%;
}
#twolayoutboxes a:hover {
    text-decoration: none;
}
#twolayoutboxes a {
    width: 33%;
	position:relative;
}
#twolayoutboxes h2, #twolayoutboxes p {
    padding-right: 10%;
}
#twolayoutboxes a:first-child h2, #twolayoutboxes a:first-child p {
    padding-right: 35%;
}
#twolayoutboxes a:first-child img {
	position: absolute;
	bottom: calc(20px + 1vw);
}
#twolayoutboxes a:last-child #rightlayoutbox{
	color: #fff;
}
#rightlayoutbox {
    background-position: center !important;
}
.caps {
    margin-left: calc(20px + 1.5vw);
    margin-right: inherit;
}
#twolayoutboxes h2 {
    font-size: calc(12px + 1.2vw);
}
#twolayoutboxes .largertext {
    font-size: calc(12px + 0.8vw);
}
#leftlayoutbox, #rightlayoutbox {
    padding:1vw 2vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    display: block;
    height: 100%;
    color: #3E3065;
    position: relative;
}
#leftlayoutbox:after,  #rightlayoutbox:after{
  content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.9vw 2.2vw 0 0;
    border-color: transparent #fff transparent transparent;
    right: 0;
    bottom: 0;
    position: absolute;
}
.nopadding {
    padding:0 !important;
}
#twosidesbanner {
    background-size: cover;
    padding: 2vw;
    color: #fff;
}
#twosidesbanner a{
    color: #ADF3FF;
}
#leftsidebanner, #rightsidebanner {
    width: 50%;
    margin: auto;
    vertical-align: top;
    display: inline-block;
}
#leftsidebanner {
    padding-right: 1vw;
}
#rightsidebanner {
    padding-left: 1vw;
}
#twosidesin {
    margin: auto;
    width: 1540px;
    max-width: 100%;
}
#rightsliding {
    font-weight: 300;
    padding-left: 38%;
}
#topslide, #bottomslide {
    margin-top: 2vw;
}
#sliderbanner {
    overflow-x: hidden;
    padding: 0 2vw;
    width: 100%;
}
.metaslider .flexslider {
    margin-bottom: 2vw !important;
}
@media only screen and (max-width: 1199px) {
    #topslide, #bottomslide {
        margin-top: 1vw;
        padding-right: 1vw;
    }
}
@media only screen and (max-width: 1023px) {
    #bottomslide {
        display: none;
    }
    #topslide {
        margin-top: 2vw;
    }
    #twolayoutboxes {
        display: block;
    }
    #rightlayoutbox {
        margin-top: 2vw;
    }
    .nopadding {
        display: contents;
    }
    .nopadding img {
        max-width: 25% !important;
        margin-top: -25%;
        text-align: right;
        float: right;
    }
    .hidefromcell img {
       display: none;
    }
}
@media only screen and (max-width: 699px) {
    #topslide {
        margin-top: 1vw;
    }
    .thirtysix {
        font-size: calc(12px + 0.8vw);
    }
    .fortyeight {
        font-size: calc(12px + 0.8vw);
    }
    .twentyeight {
        font-size: calc(12px + 0.4vw);
    }
    .nopadding img {
        max-width: 35% !important;
        margin-top: -35%;
    }
    #twolayoutboxes h2, #twolayoutboxes p {
        padding-right: 35%;
    }
    #leftsidebanner, #rightsidebanner {
        width: 100%;
        padding: 0;
    }
}
@media only screen and (max-width: 599px) {
    #twolayoutboxes h2, #twolayoutboxes p {
      padding-right: 45%;
    }
}
@media only screen and (max-width: 499px) {
    .thirtysix {
        font-size: 13px;
    }
    .fortyeight {
        font-size: 13px;
    }
    .twentyeight {
        font-size: 13px;
    }
    #sliderbanner {
        font-size: 13px;
    }
}
/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
.regularcontentbox {
    padding: 2vw;
}
.regularcontentbox.fullwidth {
    padding: 0;
}
.rcbin {
    width:950px;
    max-width: 100%;
    margin: auto;
}
.threeboxgroup .rcbin {
    width: 1400px;
    display: flex;
}
.firstcolumn, .secondcolumn, .thirdcolumn {
    width: 33%;
    background-color: rgba(255,255,255,0.15);
    padding: 4vw 1vw;
    margin: 1vw;
}
.fullwidth .rcbin {
    width: 100%;
}
.smallright .rcbin {
    width: 545px;
    margin-left: calc(22.5vw + 450px);
}
#connectitphoto {
    position:relative;
    display: inline-block;
}
@media only screen and (max-width: 1349px) {
    .smallright .rcbin {
        width: 100%;
        margin-left: auto;
    }
    .smallright {
        background-image: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .firstcolumn, .secondcolumn, .thirdcolumn {
        width: calc(100% - 2vw);
        background-color: rgba(255,255,255,0.15);
        padding: 4vw 1vw;
        margin: 1vw;
    }
    .threeboxgroup .rcbin {
        display: block;
    }
}
/*--------------------------------------------------------------
# Accordions
--------------------------------------------------------------*/
.ui-accordion-header {
    background-color: #07AABA;
    padding: 5px 10px !important;
    font-size: calc(12px + 0.6vw) !important;
    background-image: url(/wp-content/uploads/2022/01/rightarrow.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}
.ui-accordion-header.ui-accordion-header-active {
    background-image: url(/wp-content/uploads/2022/01/downarrow.png);
}
.ui-accordion-header a{
    color: #fff;
    pointer-events: none;
}

/*--------------------------------------------------------------
# Single Program
--------------------------------------------------------------*/
.page-template-singleprogram #headerp {
    display: none;
}
.page-template-singleprogram h2 {
    font-size: calc(12px + 0.8vw);
    margin: 15px 0;
}
.page-template-singleprogram #primary ul {
    margin-left: 0;
    padding-left: 20px;
}
.program_details {
    padding-top: 0 !important;
}
.program_details .rcbin {
    background-color: #eee;
    padding: 2vw;
}
.detailsright {
    font-size: calc(12px + 0.4vw);
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 4vw - 80px);
}
.detailsright p:first-child, .detailsright h2:first-child, .detailsright h3:first-child, .detailsright h4:first-child {
    margin-top: 0;
}
.detailsright .greenbutton a{
    font-size: 12px !important;
    padding: 5px 35px !important;
}
.detailsleft {
   font-weight: bold;
    display: inline-block;
    width: calc(4vw + 80px);
    vertical-align: top;
}
.collapseddetails {
    font-size: calc(12px + 0.4vw);
    display: none;
    padding-left: calc(4vw + 80px);
}
.collapseddetails ul, .collapseddetails ol {
    margin-top: 20px;
}
.openingdetails a {
    color: #414141;
    display: block;
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 5px;
    background-image: url(/wp-content/uploads/2022/01/rightarrow-1.png);
    background-repeat: no-repeat;
    background-position: left top 5px;
    background-size: calc(6px + 0.25vw);
    font-weight: bold;
    padding-left: 20px;
 }
.openingdetails.on a {
    background-image: url(/wp-content/uploads/2022/01/downarrow-1.png);
    background-size: auto calc(6px + 0.25vw);
    background-position: left top 10px;
 }
.openingdetails .clicktoview {
    font-size: calc(12px + 0.15vw);
    font-weight: normal;
}
.quotebox {
    padding-bottom: 0;
}
.quotebox .rcbin {
    background-image: url(/wp-content/uploads/2022/01/quoteback.png);
    background-size: cover;
    color: #fff;
    padding: 2vw;
    background-position: center;
}
.quotetext {
    font-weight:bold;
    font-size: calc(12px + 0.6vw);
    margin-bottom: 2vw;
}
.quotename {
    font-weight: bold;
}
.quotejob {
    font-style: italic;
}
.faqbox {
    padding-top:0;
    padding-bottom: 0;
}
.faqbox ol {
    margin-left: 0;
    position: relative;
}
.question {
    cursor:pointer;
    margin-bottom: 10px;
}
.question::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/01/rightarrow-2.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    width: calc(5px + 0.25vw);
    height: calc(9px + 0.4vw);
    display: block;
    position: absolute;
    left: 0px;
    margin-top: 7px;
    background-size: contain;
}
.question.on::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/01/downarrow-2.png);
    width: calc(9px + 0.4vw);
    height: calc(5px + 0.25vw);
}
.answer {
    display:none;
}
/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.page-template-faq h2{
    font-size: calc(12px + 0.8vw);
    margin: 15px 0;
    font-weight: normal;
}
.faqbox ul {
    margin-left: 0;
    position: relative;
}
.faqbox .question{
    list-style-type: none;
    margin-left: -10px;
    font-size: calc(12px + 0.6vw);
}
.page-template-singleprogram .faqbox .question {
    margin-left: auto;
}
.faqbox .question .answer{
    font-size: calc(12px + 0.4vw);
}
.page-template-faq .regularcontentbox{
    padding-bottom: 0.25vw;
}

/*--------------------------------------------------------------
# For Employers
--------------------------------------------------------------*/
.page-template-default #headerp {
    padding: 2vw;
}
.page-template-default #headerptext {
    bottom: 7vw;
    margin-left: 6vw;
}
h2.tablepress-table-name {
    font-size: calc(12px + 0.8vw);
    margin: 15px 0;
    font-weight: normal;
}
.groupdiscounts tr td:nth-child(2), .groupdiscounts tr th:nth-child(2) {
    text-align: center;
}
.groupdiscounts tr td:nth-child(3), .groupdiscounts tr th:nth-child(3) {
    text-align: center;
}
/*--------------------------------------------------------------
# Admin Info
--------------------------------------------------------------*/
.variousfees td[colspan]:not([colspan="1"]) {
    background-color: #008777;
    font-weight: normal;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}
.greytable .column-1{
    font-weight: bold;
    font-size: calc(12px + 0.4vw);
}
.greytable.tablepress .even td{
    background-color: #ebebeb;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonialcon {
    padding-top: 0;
}
.testimonialsbox {
    background-color: #fff;
    padding: 2vw;
    margin-bottom: 2vw;
    text-align: center;
}
.testtitle {
    font-size: calc(12px + 0.9vw);
    font-style: italic;
    margin-bottom: 1vw;
}
.testtext {
    font-style: italic;
    margin-bottom: 1vw;
}
.testname {
    font-weight:bold;
    font-size: calc(12px + 0.3vw);
}
.testinfo {
    font-size: calc(12px + 0.3vw);
}
/*--------------------------------------------------------------
# Community
--------------------------------------------------------------*/
.entry-content #coltwomainmenu, .entry-content #coltwomainmenu li {
    display: contents;
    margin: 0;
    padding: 0;
}
.entry-content #coltwomainmenu li a{
    display: none;
}
.entry-content #coltwomainmenu li ul li a{
    display:inline-block;
    margin: 1vw;
    font-weight: bold;
    font-size: calc(12px + 0.3vw);
}
.entry-content #coltwomainmenu li ul {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
#keepgoing {
    background-color: #f6daa5;
}
#keepgoingwithin {
    padding: 2vw;
    width: 970px;
    max-width: 100%;
    margin: auto;
}
#gform_wrapper_5 div {
    /*display: contents;*/
}
#gform_wrapper_5 {
    text-align: center;
}
.sociallink {
    margin: 1vw;
    max-width: 25%;
    width: calc(37px + 1.85vw);
    display: inline-block;
    vertical-align: middle;
}
.hiveimage {
    width: calc(125px + 6.25vw);
    display: inline-block;
    vertical-align: middle;
    margin: 1vw;
}
.regularcontentbox.podcast {
}
.regularcontentbox.podcast hr {
    background-color: #3E3065;
}
.purplebutton {
    color: #fff !important;
    display: inline-block;
    background-color: #3E3065;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 7px 4vw;
    text-transform: uppercase;
    text-decoration: none !important;
}
.rightpod, .leftpod {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
.rightpod {
    text-align: right;
    width: 75%;
}
.rightpod img {
    max-width: 32%;
}
.single-podcast .leftpod {
    width: 35%;
    vertical-align:middle;
}
.single-podcast .rightpod {
    width: 65%;
    vertical-align:middle;
}
.podthumb {
    width: 195px;
    height: 117px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    vertical-align: top;
}
.podrightinline {
    display: inline-block;
    margin-left: 2vw;
    width: calc(100% - 195px - 2vw);
    vertical-align: top;
}
.podrightinline.extendit {
    width: 100%;
    margin-left: 0;
}
.regularcontentbox.podcast a{
    color: #414141;
}
.poddate, .podexcerpt {
    font-size: calc(12px + 0.15vw);
    display: block;
}
.podtitle {
    font-weight: bold;
    display: block;
}
.podduration {
    font-size: 12px;
}
@media only screen and (max-width: 1023px) {
    .entry-content #coltwomainmenu {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .podrightinline {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
    .single-podcast .leftpod {
        width: 100%;
    }
    .single-podcast .rightpod {
        width: 100%;
        text-align: left;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 499px) {
    .rightpod, .leftpod {
        display: block;
        width: 100%;
        text-align: left;
    }
    .rightpod {
        margin-top: 7px;
    }
}
/*--------------------------------------------------------------
#Alumni
--------------------------------------------------------------*/
.logoandtextrow {
    border-top: 1px solid #C7C7C7;
    margin-top: 40px;
    padding-top: 40px;
}
.logoandtextrow:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
.logocol {
    width: 195px;
    display: inline-block;
    vertical-align: top;
    margin-right: 2vw;
}
.textcol {
      display: inline-block;
      width: calc(100% - 2vw - 195px);
      vertical-align: top;
}
.textcol h2:first-child {
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    .logocol {
        width: 195px;
        margin:auto;
        display: block;
    }
    .textcol {
          display: block;
          width: 100%;
    }
    .textcol h2:first-child {
        margin-top: inherit;
    }
}
/*--------------------------------------------------------------
#Single Podcast
--------------------------------------------------------------*/
.single-podcast h1 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 0;
}
.single-podcast .post-thumbnail {
    max-width: 600px;
    margin: 2vw auto;
}
#publishdate {
    text-align: center;
}
.podcastcontent {
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    margin: 1vw 0;
}
.single-podcast .leftpod img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.25vw;
}
.single-podcast .leftpod a {
    color: #414141;
    font-weight: bold;
}
#sharehold {
    border-top: 1px solid #C7C7C7;
    margin: 1vw 0;
}
div.sharedaddy h3.sd-title {
    font-size:inherit !important;
}
/*--------------------------------------------------------------
#Podcast Archive
--------------------------------------------------------------*/
.post-type-archive-podcast .podcast_player {
    display:none;
}
.post-type-archive-podcast .podcast_meta {
    display:none;
}
.leftsidepodarch {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 195px - 2vw);
    padding-top: 2vw;
    padding-bottom: 2vw;
}
.rightsidepodarch {
    display: inline-block;
    vertical-align: middle;
    width: 195px;
}
.post-type-archive-podcast .entry-footer {
    display:none;
}
.post-type-archive-podcast article {
    border-bottom: 1px solid #C7C7C7;
    font-size: calc(12px + 0.15vw);
}
.post-type-archive-podcast article p{
    margin-top: 0;
}
.post-type-archive-podcast article:last-child {
    border-bottom: 0;
}
.publishdate {
    font-size: calc(12px + 0.15vw);
}
.post-type-archive-podcast h2 {
    color: #414141;
    font-size: calc(12px + 0.4vw);
    margin-bottom: 0;
}
.post-type-archive-podcast article a{
    color: #414141;
}
/*--------------------------------------------------------------
#Our Team
--------------------------------------------------------------*/
.teammember {
    max-width: 100%;
    width: 260px;
    margin: 1vw;
    font-size: calc(12px + 0.3vw);
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.teamcon {
    column-gap: 1vw;
    text-align: center;
}
.teamtitle {
    font-weight:bold;
    margin-bottom: 1vw;
    font-size: calc(12px + 0.4vw);
}
.teamimage img {
    max-width: 35vw;
    display: block;
}
.teamimage {
    text-align: left;
    width: 100%;
}
/*--------------------------------------------------------------
#Faculty
--------------------------------------------------------------*/
.facultyjoin_wrapper {
    text-align:center;
    margin-top: 2vw;
}
#field_4_5 {
    width: calc(50% - 16px / 2);
    margin: auto;
    text-align: left;
}
/*--------------------------------------------------------------
#Single Resources
--------------------------------------------------------------*/
.single-resources .post-navigation {
    display:none;
}
.single-resources #sharehold {
    margin-top: -2vw;
}
div.sharedaddy h3.sd-title::before {
    border:none !important;
}
.quoteboxtwo {
    color: #008777;
    font-size: calc(12px + 0.4vw);
}
.quotetexttwo {
    font-size: calc(12px + 0.6vw);
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 5px;
}
.quoteboxtwo .quotename {
    font-weight: normal;
}
.quoteboxtwo .quotejob {
    font-weight: bold;
    font-style: normal;
}
.single-resources .post-thumbnail img {
    width: 600px;
    margin: auto;
}
.single-resources .entry-title {
    text-align:center;
    margin-top: 2vw;
}
.single-resources .entry-meta {
    text-align:center;
    margin: 1vw 0 2vw;
}
.single-resources .entry-meta a{
    color: #404040;
    pointer-events: none;
}
#authorline {
    text-align:center;
}
/*--------------------------------------------------------------
#Resources
--------------------------------------------------------------*/
#thearticlecon {
    width: 905px;
    margin: auto;
    max-width: 100%;
}
#thearticlecon article, .webinarrecording {
  display: inline-block;
    vertical-align: top;
  width: calc(50% - 2vw);
  max-width: 100%;
  margin: 1vw;
}
#thearticlecon h2 {
    font-size: calc(12px + 0.4vw);
    margin-bottom: 0;
}
#thearticlecon h2 a{
    color: #414141;
}
#thearticlecon .entry-content{
    font-size: calc(12px + 0.15vw);
}
.post-type-archive-resources .page-title {
    text-align:center;
    margin-top: 2vw;
}
.articletitle {
    margin-left:1vw;
    font-size: calc(12px + 0.9vw);
}
#webinarcon {
    background-color: #f7f7f7;
    padding-top: 2vw;
    padding-bottom: 1vw;
}
#webinarin {
    width: 905px;
    margin: auto;
    max-width: 100%;
    line-height: 1.2;
}
#webinarcon a {
    color: #414141;
    font-weight: bold;
}
#webinarcon h2 {
    margin-left:1vw;
}
.webinartitle {
    display: block;
    margin-top: 1vw;
}
/*--------------------------------------------------------------
#Single Case Studies
--------------------------------------------------------------*/
.single-casestudies .entry-header{
    text-align: center;
    margin: 3vw 0;
}
.single-casestudies .entry-title{
    text-align: center;
    margin-top: 3vw;
    line-height: 1.2;
}
/*--------------------------------------------------------------
#Case Studies
--------------------------------------------------------------*/
.casestudies .rcbin h2, .communityspotlights .rcbin h2 {
    text-align: center;
    margin-bottom: 1vw;
}
.casestudies .rcbin .casetitle, .communityspotlights .rcbin .casetitle {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}
.casestudies .rcbin .casethumb, .communityspotlights .rcbin .casethumb {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-right: 5%;
}
.casestudies .rcbin .caserightinline, .communityspotlights .rcbin .caserightinline {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.post-type-archive-casestudies .page-title, .post-type-archive-communityspotlights .page-title {
    line-height: 0;
    font-size: 0;
    text-align: center;
}
.post-type-archive-casestudies .page-title span, .post-type-archive-communityspotlights .page-title span{
    line-height: 1.2;
    font-size: calc(12px + 1.4vw);
}
.leftsidecasearch {
    display: inline-block;
    vertical-align: middle;
    width: 195px;
    margin-right: 1vw;
}
.rightsidecasearch {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 195px - 2vw);
    font-size: calc(12px + 0.15vw);
}
.rightsidecasearch h2{
    font-size: calc(12px + 0.4vw);
    margin: 0;
}
.leftsidecasearch a{
    color: #414141;
}
.rightsidecasearch a{
    color: #414141;
}
.post-type-archive-casestudies article, .post-type-archive-communityspotlights article{
    border-bottom:1px solid #C7C7C7;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    margin-left: 2vw;
    margin-right: 2vw;
}
.post-type-archive-casestudies .page-header, .post-type-archive-communityspotlights  .page-header{
    margin: 3vw 0;
}
@media only screen and (max-width: 767px) {
    .leftsidecasearch {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .rightsidecasearch {
        display: block;
        width: 100%;
    }
    .casestudies .rcbin .casethumb, .communityspotlights .rcbin .casethumb {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .casestudies .rcbin .caserightinline, .communityspotlights .rcbin .caserightinline {
        display: block;
        width: 100%;
    }
}
/*--------------------------------------------------------------
#Single Community Spotlights
--------------------------------------------------------------*/
#headercs {
    margin:2vw;
    display: table;
    position: relative;
}
#headercstextleft {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    background-color: #f6daa5;
    padding: 3.5vw 2vw 2vw 4vw;
    color: #3E3065;
    font-size: calc(12px + 1.5vw);
    font-weight: bold;
    line-height: 1.2;
}
#headercstextright {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    background-size: cover;
    background-position: center;
}
#thequotecs {
    width: 2vw;;
    height: auto;
    position: absolute;
    top: 2vw;
    left: 2vw;
}
#headercstextleft .entry-title {
    margin-top: 2vw;
    font-size: calc(12px + 1.2vw);
}
@media only screen and (max-width: 767px) {
    #headercs {
        display: block;
    }
    #headercstextleft {
        width: 100%;
        display: block;
    }
    #headercstextright {
        width: 100%;
        display: block;
        height: 400px;
    }
}
/*--------------------------------------------------------------
#Regular Page
--------------------------------------------------------------*/
h1 {
  font-size: calc(12px + 1.4vw);
}
h2 {
  font-size: calc(12px + 0.9vw);
}
/*--------------------------------------------------------------
#Books
--------------------------------------------------------------*/
.quantitybook {
    position: relative;
    top: -25px;
}
.bookimageandtext {
    padding-top: 2vw;
    border-top: 1px solid #C7C7C7;
}
.descriptionbookrow .descriptiontitle {
    font-weight:bold;
    cursor: pointer;
    padding-bottom: 5px;
}
.descriptionbookrow .descriptiontitle.on {
    border-bottom: 1px solid #C7C7C7;
}
.descriptionbookrow:last-child .descriptiontitle {
    border-bottom: 1px solid #C7C7C7;
}
.descriptionbookrow .descriptiontitle .arrow{
    display: inline-block;
    background-image: url(/wp-content/uploads/2022/01/rightarrow-1.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 17px;
    vertical-align: middle;
    margin-left: 15px;
}
.descriptionbookrow .descriptiontitle.on .arrow{
    background-image: url(/wp-content/uploads/2022/01/downarrow-1.png);
    width: 17px;
    height: 11px;
}
.descriptionbookrow .descriptiontext {
    display: none;
}
.booktext {
    display: inline-block;
    width: calc(100% - 2vw - 195px);
    vertical-align: top;
}
.booktext h2 {
    margin-top: 0;
}
.bookimage {
    display: inline-block;
    width: 195px;
    margin-right: 2vw;
    vertical-align: top;
}
/*--------------------------------------------------------------
#Job Postings
--------------------------------------------------------------*/
#input_6_1, .ginput_full {
    font-size: calc(12px + 0.2vw);
}
/*--------------------------------------------------------------
#Single Jobs
--------------------------------------------------------------*/
.single-jobs .entry-title {
    text-align:center;
    margin-top: 2vw;
}
.companylogo {
    display:block;
    margin:auto;
    max-width: 430px;
    max-height: 220px;
    width: auto;
    height: auto;
}
/*--------------------------------------------------------------
#Archive Jobs
--------------------------------------------------------------*/
.jobrow {
    border-bottom: 1px solid #C7C7C7;
    margin-bottom: 1vw;
    padding-bottom: 1vw;
}
.jobrow:last-child {
    border-bottom:0;
}
.jobtitle {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.jobrightinline {
    display:inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 1vw;
}
.jobemployer {
    display:block;
    font-weight: bold;
}

/*--------------------------------------------------------------
#Search
--------------------------------------------------------------*/
.search #keepgoing {
    display: none;
}
.search .nav-links {
    display: none;
}
.search article {
  border-bottom: 1px solid #C7C7C7;
  font-size: calc(12px + 0.15vw);
    padding-bottom: 1vw;
    margin-bottom: 1vw;
}
.search h2.entry-title {
  color: #414141;
  font-size: calc(12px + 0.4vw);
  margin-bottom: 0;
}
.search article a {
  color: #414141;
}
.search article p {
  margin: 0;
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


.hide {
    display: none;
}
/*--------------------------------------------------------------
#Coaching
--------------------------------------------------------------*/
#spaceitbox {
    padding: 1vw 2vw 0;
}
#tgc {
    padding-top: 0;
}
#tgc h2:first-child {
    padding-top: 0;
    margin-top: 0;
}
.page-template-coaching .twocolumnbox .leftcolumn {
    padding-top:20px;
}
.page-template-coaching h2 {
    font-weight: normal;
}
.page-template-coaching .regularcontentbox .alignright {
    max-width: 40%;
}
@media only screen and (max-width: 499px) {
    .page-template-coaching .regularcontentbox .alignright {
        display:block;
        width:87%;
        float: none;
        max-width: inherit;
    }
}