+/*!
Theme Name: Oshki
Theme URI: http://underscores.me/
Author: Ryan D Brinkhurst
Author URI: https://www.366technology.com/
Description: Custom Theme for Oshki-Wenjack
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: oshki
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.

Oshki 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
# Menus
# Page
# Home Page
# Universal
# Program Main Page
# Online Portals
# Staff Page
# Student Life
# Apply
# Single News
# About Page
# Individual Program Page
# Contact Page
# Accordions

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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 {
	scroll-behavior: smooth;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: calc(12px + 0.5vw);
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
}

a:visited {
}

a:hover,
a:focus,
a:active {
}

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
--------------------------------------------- */
.main-navigation {
}

.main-navigation ul {
	display: none;
	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: 100%;
	left: -999em;
	z-index: 99999;
}
.scrolled .main-navigation ul ul {
	max-height:calc(100% - 60px);
	position: fixed;
	top: auto;
	overflow:scroll;
}
.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: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {
	display: none;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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 {
	/*margin: 1.5em 0 0;*/
}

.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: 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;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
	display: none;
}
#copyfooter, #logofooter, #contactfooter {
	color: #fff;
	font-size: calc(0.2vw + 12px);
	padding: 25px calc(4% + 85px);
}
#contactfootcon {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
#contactleft, #contactcenter, #contactright {
	display: inline-block;
	width: 34%;
	vertical-align: top;
}
#contactfooter h2 {
	font-size: calc(0.6vw + 12px);
}
#contactfooter {
	font-size: calc(0.2vw + 12px);
	font-weight: bold;
}
#contactfooter a {
	color: #fff;
	text-decoration: none;
}
#contactfooter a:hover {
	text-decoration: underline;
}
#contactfooter a.applybutton {
	background-color: #FDEFC7;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
	margin-left: 85px;
	border-radius: 50px;
	padding: 7px 20px;
	font-weight: bold;
	font-size: calc(0.15vw + 12px);
	text-decoration: none;
}
#socialrow a {
	display: inline-block;
	margin-right: 1.25vw;
}
.applybutton:hover {
	text-decoration: none;
}
#contactleft {
	width: 28%;
}
#contactcenter {
	padding: 0 2%;
}
#logofooter h2{
	color: #6D694A;
	font-weight: bold;
	font-size: calc(1.2vw + 12px);
	text-align: center;
}
#copyfootcon {
	background-color: #000;
}
#logofootcon {
	background-color: #fff;
}
#copyfootin, #logofootin, #contactfootin {
	max-width: 1440px;
	margin: auto;
}
#logotable {
	display: table;
	width: 100%;
}
#logorow {
	display: table-row;
}
#logofooter a {
	display: table-cell;
	text-align: center;
	padding: 1%;
}
#copyfooter a {
	color: #9F5738;
	text-decoration: none;
	margin-left: 20px;
	font-weight: 600;
}
#copyfooter a:hover {
	color: #9F5738;
	text-decoration: underline;
}
#copyleft {
	width: 55%;
	display: inline-block;
	text-align: left;
}
#copyright {
	width: 45%;
	display: inline-block;
	text-align: right;
}
@media screen and (max-width: 1199px) {
	#copyleft {
		width: 100%;
		display: block;
		text-align: left;
	}
	#copyright {
		width: 100%;
		display: block;
		text-align: left;
	}
	#copyfooter a {
		margin-left: 0px;
		margin-right: 20px;
		display: inline-block;
	}
	#copyright {
		margin-top: 10px;
	}
}
@media screen and (max-width: 1099px) {	
	#contactfooter a.applybutton {
		margin-left: 0px;
	}
}
@media screen and (max-width: 899px) {	
	#contactleft, #contactcenter, #contactright {
		display: block;
		width: 100%;
		padding: 0;
	}
	#contactcenter {
		margin: 20px 0;
	}
	#contactfooter a.applybutton {
		margin-left: 85px;
	}
}
@media screen and (max-width: 799px) {
	#logotable {
		display: block;
		text-align: center;
	}
	#logorow {
		display: contents;
	}
	#logofooter a {
		display: inline-block;
		padding: 2%;
		max-width: 48%;
		vertical-align: middle;
	}
}
@media screen and (max-width: 599px) {
	#copyfooter, #logofooter, #contactfooter {
		padding: 25px 4%;
	}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-description, .site-title {
	position: absolute;
	left: -9999px;
}
.scrolllogo {
	display: none;
}
#masthead {
	background-color: #000;
}
.page-template-thehomepage.thumbnailon #masthead, .page-template-program.thumbnailon #masthead, .page-template-onlineportals.thumbnailon #masthead {
	background-color: transparent;
}
#mastheadcon {
	width: 1440px;
	padding: 20px 0;
	margin: auto;
	max-width: 100%;
	position: relative;
	z-index: 3;
}
.scrolled #mastheadcon {
	padding: 0;
}
#mastheadin {
	padding: 0 calc(4% + 85px) 0 4%;
}
.scrolled #mastheadin {
	padding: 0 calc(4% + 85px) 0 calc(4% + 85px);
}
.site-branding, #site-navigation {
	display: inline-block;
	vertical-align: middle;
}
.scrolled .site-branding {
	padding: 20px 0;
}
.scrolled #primary-menu .contactlink a, .scrolled #primary-menu .emaillogin a {
	padding: 20px 40px 18px 25px;
	font-size: calc(12px + 0.05vw);
	font-weight: normal;
	line-height: 24px;
}
.scrolled #primary-menu .contactlink a {
	margin-left: 0;
}
.scrolled #primary-menu .emaillogin a {
	margin-right: 0;
}
#site-navigation {
	width: calc(100% - 265px);
}
#primary-menu {
	float: right;
}
@media screen and (max-width: 599px) {
	#mastheadin {
		padding: 0 4%;
	}
	.scrolled #mastheadin {
		padding: 0 4%;
	}
}
/*--------------------------------------------------------------
# Menus
--------------------------------------------------------------*/
#top li {
	display: inline-block;
	position: relative;
}
#top {
	display: block;
	background-color: #EDEDE8;
	text-align: right;
	margin: 0;
	font-size: calc(12px + 0.05vw);
}
.menu-top-menu-container {
	min-height: 30px;
	z-index: 2;
	position: relative;
	background-color: #EDEDE8;
}
#top .menu-item-has-children a{
	background-color: #9F5738;
	color: #FFF;
	background-image: url("images/downarrow.png");
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding: 7px 40px 7px 25px;
}
#top a {
	color: #76704F;
	text-decoration: none;
	padding: 7px 18px;
	display: inline-block;
}
#top a:hover {
	text-decoration: underline;
}
#top .sub-menu {
	display: none;
}
#top .sub-menu, #primary-menu .contactlink .sub-menu {
	position:absolute;
	right: 0px;
	background-color: #9F5738;
	width: 300px;
	padding: 10px 15px;
	margin: 0;
	z-index: 2;
}

.scrolled #top .sub-menu, #primary-menu .contactlink .sub-menu {
	position:fixed;
}
#primary-menu .contactlink .sub-menu {
}
#top .sub-menu li, #primary-menu .contactlink .sub-menu li{
	display: contents;
}
#top .sub-menu li a, #primary-menu .contactlink .sub-menu li a{
	display: block;
	background-color: #fff;
	color: #000;
	font-size: calc(0.4vw + 12px);
	margin: 5px 0;
	text-align: left;
	font-weight: 600;
	background-image: url(images/orangearrow.png);
	background-repeat: no-repeat;
	background-position: center right 25px;
	background-size: 26px 26px;
	border:1px solid #fff;
	width: 270px;
}
#top .sub-menu li a:hover, #primary-menu .contactlink .sub-menu li a:hover{
	text-decoration: none;
	border:1px solid #000;
}
#primary-menu a {
	color: #fff;
	font-size: calc(0.4vw + 12px);
	font-weight: 600;
	display: inline-block;
	padding-right: 24px;
	margin-left: 24px;
	background-repeat: no-repeat;
	background-position: right center;
}
#primary-menu a:hover {
	text-decoration: underline;
}
#primary-menu .menu-item-has-children a {
	background-image: url("images/downbig.png");
}
.scrolled #primary-menu .menu-item-has-children a {
	background-image: url("images/downorange.png");
}
#primary-menu .current-menu-item a, #primary-menu .current-menu-ancestor a{
	color: #FDEFC7;
}
#primary-menu .sub-menu {
	display: block;
	background-color: #b0a993;
	padding: 10px 15px;
	margin: 0;
}
#primary-menu .sub-menu a{
	display: block;
	background-color: #fff;
	color: #000;
	font-size: calc(0.4vw + 12px);
	margin: 5px 0;
	text-align: left;
	font-weight: 600;
	background-image: url(images/orangearrow.png);
	background-repeat: no-repeat;
	background-position: center right 25px;
	background-size: 26px 26px;
	width: 600px;
	padding: 10px 15px;
	border: 1px solid #fff;
}
#primary-menu .sub-menu .current-menu-item a, .primarysubmenu .current_page_item a {
	background-color: #9F5738;
	color: #fff;
	border: 1px solid #9F5738;
	background-image: url(images/whitearrow.png);
}
#primary-menu .sub-menu a:hover{
	border: 1px solid #000;
	text-decoration: none;
}
#primary-menu #menu-item-157 .sub-menu a{
	width: 220px;
}
#primary-menu #menu-item-157 .sub-menu {
	margin-left: -100px;
}
/*#primary-menu #menu-item-140 .sub-menu a {
	width: 200px;
	display: inline-block;
	text-align: center;
	height: 200px;
	vertical-align: top;
	font-size: calc(0.6vw + 12px);
	line-height: 1.25;
	background-position: center bottom 30px;
}
#primary-menu #menu-item-140 .sub-menu {
	width: 850px;
	margin-left: -140px;
}
#primary-menu #menu-item-140 .sub-menu li {
	display: inline;
}*/
#primary-menu #menu-item-154 .sub-menu a {
	width: 407px;
	display: inline-block;
	text-align: center;
	height: 200px;
	vertical-align: top;
	background-position: center;
	text-indent: -9999px;
}
#primary-menu #menu-item-154 .sub-menu {
	width: 850px;
	margin-left: -425px;
}
#primary-menu #menu-item-154 .sub-menu li {
	display: inline;
}
#primary-menu #menu-item-154 .d2lbrightspace a {
	background-image: url(images/d2l.png);
	background-size: 322px 38px;
	background-color: #fff;
}
#primary-menu #menu-item-154 .contactnorth a {
	background-image: url(images/contactnorth.png);
	background-size: 232px 58px;
	background-color: #fff;
}
.menu-item-description {
	display: block;
	color: #9F5738;
	font-size: calc(0.3vw + 12px);
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 10px;
	background-image: url(images/orangearrow.png);
}
#primary-menu .sub-menu .current-menu-item a .menu-item-description {
	color: #fff;
}
.cellscroll {
	display: none;
}
#scrollcontainer {
	transition: all 1s;
	height: 200px;
}
.scrolled #masthead{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #edede8;
	box-shadow: 0px 1px 5px #666;
	z-index: 99;
}
.scrolled .menu-top-menu-container {
	display: none;
}
.page-template-thehomepage.thumbnailon.scrolled #masthead, .page-template-program.thumbnailon.scrolled #masthead, .page-template-onlineportals.thumbnailon.scrolled #masthead {
	background-color: #edede8;
}
.scrolled #site-navigation {
	position: absolute;
	right: 0;
	top: 0;
}
.scrolled #site-navigation a {
	padding: 20px 15px 20px 0;
	margin-left: 20px;
}
.scrolled #primary-menu .sub-menu a {
	padding: 10px 15px;
	margin-left: 0;
	background-image: url(images/orangearrow.png);
}
.scrolled #primary-menu .sub-menu .current-menu-item a {
	background-image: url(images/whitearrow.png);
}
.scrolled .cellscroll {
	display: inline-block;
}
.scrolled #top {
	display: none;
	transition: all 1s;
}
.scrolled #primary-menu a {
	color: #000;
	font-size: calc(0.2vw + 12px);
	line-height: 24px;
}
.scrolled #primary-menu .sub-menu a {
	font-size: calc(0.4vw + 12px);
}
.scrolled .custom-logo-link {
	display: none;
}
.scrolled #contactleft .custom-logo-link {
	display: block;
}
.scrolled .scrolllogo {
	display: block;
}
.scrolllogo img {
	display: none;
}
.scrolled .scrolllogo img{
	display: block;
	height: 22px;
	width: auto;
}
#primary-menu .contactlink a{
	background-color: #9F5738;
	color: #FFF;
	background-image: url("images/downarrow.png");
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding: 7px 40px 7px 25px;
}
.scrolled #primary-menu .contactlink a {
	background-image: url("images/downarrow.png");
}
#primary-menu .emaillogin a{
	background-color: #fff;
	color: #76704F;
	padding: 7px 40px 7px 25px;
}
@media screen and (max-width: 1199px) {
	.cellscroll {
		display: block;
	}
	.menu-top-menu-container {
		display: none;
	}
}
/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
article h2, article h2 a, #newsandupdates h1{
	color: #6D694A;
	font-weight: bold;
	font-size: calc(1.2vw + 12px);
	text-decoration: none;
}
article h2 a:hover, article h3 a:hover, #relatedposts h3 a:hover {
	text-decoration: underline;
}
article h3, article .h3, article h3 a, #relatedposts h3 a {
	color: #6D694A;
	font-weight: bold;
	font-size: calc(0.6vw + 12px);
	text-decoration: none;
	margin-bottom: 0;
}
.fancyboxdescription.regularpage {
	display: block;
	width: 100%;
}
/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
#homevideo {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
	display: none;
	opacity: 0.5;
}
body.home #homevideo {
	display: block;
}
#wearebox {
	text-align: center;
	font-size: calc(0.5vw + 12px);
	color: #fff;
}
#wearebox a {
	color: #fdefc7;
}
#wearebox h2 {
	color: #FDEFC7;
}
#introbit {
	background-color: #000;
	background-repeat: no-repeat;
	padding-top: 200px;
	margin-top: -200px;
	background-size: 100% auto;
}
.hideleft {
	position: absolute;
	left: -9999px;
}
#fancyboxes {
	margin-top: 6vw;
	margin-bottom: 6vw;
}
#leftfancybox, #rightfancybox {
	display: inline-block;
	width: 47.5%;
	position: relative;
}
#leftfancybox .topper, #rightfancybox .topper {
	width: 100%;
	display: block;
}
#leftfancybox .tree {
	position: absolute;
	right: 40px;
	top: -79px;
}
#rightfancybox .tree {
	position: absolute;
	left: 40px;
	top: -79px;
}
#leftfancyboxin, #rightfancyboxin {
	background-color: #FDEFC7;
	padding: 20px 30px 30px 30px;	
}
#leftfancybox {
	margin-right: 5%;
}
#leftfancyboxin {
	background-image: url(images/artwork-1.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 37% auto;
}
#rightfancyboxin {
	background-image: url(images/artwork-2.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 34% auto;
}
#fancyboxes h2 {
	margin: 0;
}
#fancyboxes ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#fancyboxes ul a {
	padding-left: 35px;
	color: #000;
	font-weight: bold;
	font-size: calc(0.6vw + 12px);
	background-image: url(images/rightarrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
}
#fancyboxes ul a:hover {
	text-decoration: none;
}
.fancydescription {
	margin-top: -5px;
	margin-bottom: 130px;
	font-weight: bold;
	font-size: calc(0.3vw + 12px);
}
.page-template-thehomepage .attachment-post-thumbnail, .page-template-program .attachment-post-thumbnail, .page-template-onlineportals .attachment-post-thumbnail {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.newsarticle {
	display: table-cell;
	width: 31.333333333333333%;
	vertical-align: top;
	padding: 20px 0 40px;
	position: relative;
	font-size: calc(0.2vw + 12px);
	font-weight: normal;
}
.newsitem1 {
	padding-right: 2%;
}
.newsitem3 {
	padding-left: 2%;
}
.newsitem2 {
	padding-left: 1%;
	padding-right: 1%;
}
.readmore {
	position: absolute;
	bottom: 0;
	display: inline-block;
	border-radius: 50px;
	border:1px solid #9F5738;
	text-transform: uppercase;
	color: #9F5738;
	padding: 7px 25px;
	text-decoration: none;
	font-size: calc(0.05vw + 12px);
	font-weight: bold;
	background-color: #fff;
	line-height: 1.5;
}
#newsandupdates h2, #newsandupdates h1 {
	text-align: center;
}
#whyoshkiwenjack {
	background-color: #edede8;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	text-align: center;
	font-size: calc(0.5vw + 12px);
	font-weight: 600;
	padding-bottom: 20px;
}
#whyrowone img, .whyrowone img {
	display: inline-block;
	width: 47.5%;
	margin-right: 5%;
	vertical-align: middle;
}
.roundthatimage {
	border-radius: 400px;
}
#whyrowone, .whyrowone {
	margin-bottom: 40px;
}
#whyrowtwo img, .whyrowtwo img {
	display: inline-block;
	width: 47.5%;
	margin-left: 5%;
	vertical-align: middle;
}
.namequotecon {
	display: inline-block;
	width: 47.5%;
	vertical-align: middle;
	text-align: left;
}
.nameandtitle {
	font-size: calc(0.25vw + 12px);
}
.quote {
	font-size: calc(0.6vw + 12px);
	color: #9F5738;
	font-weight: bold;
	margin-top: 25px;
}
.newsarticle h3 {
	min-height: 70px;
}
@media screen and (max-width: 1199px) {
	#introbit {
		margin-top: -230px;
	}
	#leftfancyboxin {
		background-image:none;
	}
	#rightfancyboxin {
		background-image: none;
	}
	.fancydescription {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 1099px) {
	#leftfancybox .tree, #rightfancybox .tree {
		display: none;
	}
	#leftfancybox .topper, #rightfancybox .topper {
		display: none;
	}
	#leftfancybox, #rightfancybox {
		width: 100%;
		margin-right: 0;
		display: block;
	}
	#rightfancyboxin {
		margin-top: 20px;
		background-image: url(images/artwork-2.png);
		background-size: contain;
	}
	#leftfancyboxin {
		background-image: url(images/artwork-1.png);
		background-size: contain;
	}
}
@media screen and (max-width: 899px) {
	.newsarticle {
		display: block;
		width: 100%;
		padding: 20px 0;
	}
	.newsitem1 {
		padding-right: 0;
	}
	.newsitem3 {
		padding-left: 0;
	}
	.newsitem2 {
		padding-left: 0;
		padding-right: 0;
	}
	.readmore {
		position: static;
	}
	.newsarticle h3 {
		min-height: auto;
	}
}
@media screen and (max-width: 399px) {
	.namequotecon {
		display: block;
		width: 100%;
		margin-top: 15px;
	}
	#whyrowone img, .whyrowone img {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	#whyrowtwo img, .whyrowtwo img {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	#whyrowtwo, .whyrowtwo {
		display: flex;
		flex-direction: column;
	}
	#whyrowtwo .namequotecon, .whyrowtwo .namequotecon {
		order: 2;
	}
	#whyrowtwo img, .whyrowtwo img {
		order: 1;
	}
	#rightfancyboxin {
		background-image: none;
	}
	#leftfancyboxin {
		background-image: none;
	}
}
/*--------------------------------------------------------------
# Universal
--------------------------------------------------------------*/
.page-id-215 .fancyboxdescription ul{
	column-count: 2;
	margin-top: 5vw;
}
.page-id-215 .fancyboxdescription ul li{
	break-inside: avoid;
}
.page-id-215 .fancyboxdescription ul ul{
	column-count: auto;
	margin-top: auto;
}
.multiply {
	mix-blend-mode: darken;
}
.marginright {
	margin-right: 15px;
}
a {
	color: #9F5738;
}
a:hover {
	text-decoration: none;
}
.grow, .gform_button, #page input[type=submit] {
	transition: all .2s ease-in-out;
}
.grow:hover, .gform_button:hover, #page #input[type=submit]:hover {
	transform: scale(1.1);
}
.clearboth {
	clear: both;
	position: relative;
}
.allpad {
	padding: 25px calc(4% + 85px);
}
.allpadcon {
	width: 1440px;
	margin: auto;
	max-width: 100%;
}
#introtitle {
	font-size:calc(1.9vw + 12px);
	font-weight: bold;
	color: #fff;
	width: 600px;
	max-width: 100%;
	line-height: 1.1;
	margin: 0;
}
#introdescription {
	font-size:calc(0.2vw + 12px);
	color: #fff;
	width: 600px;
	max-width: 100%;
}
.orangebutton {
	background-color: #9F5738;
	color: #fff !important;
	border-radius: 50px;
	font-size: calc(0.05vw + 12px);
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 25px;
	display: inline-block;
	line-height: 1.5;
	cursor: pointer;
}
.gform_button, #page input[type=submit] {
	background-color: #9F5738 !important;
	color: #fff !important;
	border-radius: 50px !important;
	font-size: calc(0.05vw + 12px) !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	font-weight: bold !important;
	padding: 7px 25px !important;
	display: inline-block !important;
	line-height: 1.5 !important;
	cursor: pointer !important;
}
.gform_footer {
	text-align: center;
}
.gform_body li, .gform_wrapper label.gfield_label {
	font-size: calc(12px + 0.4vw);
	font-weight: 600 !important;
}
body .gform_wrapper ul li.gfield {
	margin-top: 25px !important;
}
.videobutton {
	padding-right: 35px;
	background-image: url(images/playbutton.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.greyback {
	background-color: #EDEDE8;
}
.extrapaddingtop {
	padding-top: 50px
}
.flexwrap {
	display: flex;
	flex-wrap: wrap;
}
.fancyboxdescription a{
	color: #9F5738;
}
.fancyboxdescription a:hover{
	text-decoration: none;
}
.fifty {
	max-width: 50%;
}
#pp_full_res iframe {
	width: 100% !important;
}
@media screen and (max-width: 1199px) {
	.extrapaddingtop {
		padding-top: 0px
	}
}
@media screen and (max-width: 1099px) {	
	.fifty {
		max-width: 100%;
		line-height: 1.1;
	}
}
@media screen and (max-width: 999px) {	
	.page-id-215 .fancyboxdescription ul{
		column-count: 1;
	}
}
@media screen and (max-width: 767px) {
	body a.pp_close {
		top: -10px !important;
	}
}
@media screen and (max-width: 599px) {
	.allpad {
		padding: 25px 4%;
	}
}
/*--------------------------------------------------------------
# Program Main Page
--------------------------------------------------------------*/
#programsummary .tree {
	position: absolute;
	right: 20px;
	top: -55px;
}
#programsummary {
	position: relative;
	margin: calc(3vw + 40px) 0;
}
#programsummary .topper {
	width: 100%;
	display: block;
}
#programsummaryin {
	background-color: #FDEFC7;
	padding: 20px 30px 30px 30px;	
}
#programsummary h2 {
	margin-top: 0;
}
.programsumpullcontent {
	display: none;
	padding: 10px 50px 10px 20px;
	font-size: calc(12px + 0.2vw);
	font-weight: 600;
	color: #fff;
	margin-top: -15px;
}
.programsumpull {
	background-color: #fff;
	margin: 4px 0;
}
.programsumpulltitlearea {
	padding: 10px 50px 10px 20px;
	cursor: pointer;
}
#leftprogs {
	display: inline-block;
	width: calc(50% - 2px);
	margin-right: 2px;
	vertical-align: top;
}
#rightprogs {
	display: inline-block;
	width: calc(50% - 2px);
	margin-left: 2px;
	vertical-align: top;
}
.typeofprogram {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.diploma_program .typeofprogram {
	color: #D93930;
}
.certificate_program .typeofprogram {
	color: #388543;
}
.degree_program .typeofprogram {
	color: #087CBA;
}
.microcredential .typeofprogram {
	color: #453823;
}
.workshop .typeofprogram {
	color: #5D4A66;
}
.diploma_program {
	background-image: url(images/redplus.png);
}
.certificate_program {
	background-image: url(images/greenplus.png);
}
.degree_program {
	background-image: url(images/blueplus.png);
}
.microcredential {
	background-image: url(images/brownplus.png);
}
.workshop {
	background-image: url(images/purpleplus.png);
}
.diploma_program, .certificate_program, .degree_program, .microcredential, .workshop {
	background-repeat: no-repeat;
	background-position: right 20px top 20px;
}
.programname {
	font-weight: bold;
	font-size: calc(12px + 0.25vw);
}
.butterfly {
	position: absolute;
	right: 20%;
	max-width: 25%;
	top: -60px;
}
.openstate .programsumpullcontent {
}
.openstate .programsumpulltitlearea {
	color: #fff;
}
.openstate.certificate_program {
	background-color: #388543;
}
.openstate.diploma_program {
	background-color: #D93930;
}
.openstate.degree_program {
	background-color: #087CBA;
}
.openstate.microcredential {
	background-color: #453823;
}
.openstate.workshop {
	background-color: #5D4A66;
}
.openstate.diploma_program .typeofprogram {
	color: #fff;
}
.openstate.certificate_program .typeofprogram {
	color: #fff;
}
.openstate.degree_program .typeofprogram {
	color: #fff;
}
.openstate.diploma_program, .openstate.certificate_program, .openstate.degree_program, .openstate.microcredential, .openstate.workshop {
	background-image: url(images/whiteminus.png);
}
.programbuttons {
	margin: 15px 0;
}
.programbuttons a {
	margin: 10px 20px 10px 0;
	display: inline-block;
	background-color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: calc(12px + 0.05vw);
	text-decoration: none;
	padding: 5px 20px;
	border-radius: 50px;
}
.certificate_program .programbuttons a {
	color: #388543;
}
.diploma_program .programbuttons a {
	color: #D93930;
}
.degree_program .programbuttons a {
	color: #087CBA;
}
.microcredential .programbuttons a {
	color: #453823;
}
.workshop .programbuttons a {
	color: #5D4A66;
}
@media screen and (max-width: 999px) {
	#leftprogs {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	#rightprogs {
		display: block;
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width: 799px) {
	.butterfly {
		top: -7vw;
	}
}
/*--------------------------------------------------------------
# Online Portals
--------------------------------------------------------------*/
.fancyboxdescription {
	width:627px;
	max-width: 100%;
	font-weight: 600;
	font-size: calc(12px + 0.2vw);
	margin: 40px 0 60px 0;
}
.biggervine {
	position: absolute;
    top: -486px;
    right: 6vw;
	max-width: 28%;
}
#leftprogs.whitebox {
	margin-right: 20px;
}
.whitebox {
	background-color: #fff;
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 80px;
}
.fancyportimg {
	height: 100px;
	vertical-align: middle;
	display: table-cell;
}
.fancyporttitle {
	color: #6D694A;
	font-weight: bold;
	font-size: calc(12px + 0.6vw);
	margin-top: 50px;
	margin-bottom: 15px;
}
.fancyportdesc {
	font-size: calc(12px + 0.3vw);
	margin-bottom: 20px;
}
#leftprogs.whitebox, #rightprogs.whitebox {
	width: calc(50% - 10px);
	margin-left: 0;
}
#conprogs {
	position: relative;
	display: flex;
}
@media screen and (max-width: 1440px) {
	.biggervine {
		top: -32vw;
		right: 3vw;
	}
}
@media screen and (max-width: 1199px) {
	.fancyboxdescription {
		margin: 30px 0 50px 0;
	}
	.biggervine {
		top: -31vw;
	}
}
@media screen and (max-width: 1099px) {
	.biggervine {
		display: none;
	}
}
@media screen and (max-width: 999px) {
	#conprogs {
		display: block;
	}
	#leftprogs.whitebox, #rightprogs.whitebox {
		width: 100%;
		margin: 10px 0;
		display: block;
		padding: 4vw;
	}
	.fancyportimg {
		height: auto;
		display: block;
	}
	.fancyporttitle {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
/*--------------------------------------------------------------
# Staff Page
--------------------------------------------------------------*/
#whyoshkiwenjack.staffpage {
	text-align: left;
	margin-top: -22px;
}
.staffpage h1 {
	color: #9F5738;
	font-size: calc(12px + 1.9vw);
}
.staffbox {
	display: inline-block;
	margin-left: 4%;
	width: 21%;
	text-align: center;
	margin-bottom: 2vw;
	margin-top: 3vw;
	font-size: calc(12px + 0.25vw);
	font-weight: normal;
	vertical-align: top;
}
.staffbox a {
	text-decoration: none;
	color: #000;
}
.staffbox a:hover {
	text-decoration: underline;
}
.staffname {
	font-weight: bold;
	font-size: calc(12px + 0.4vw);
	margin-top: 15px;
	margin-bottom: 5px;
}
.staffphone {
	margin-top: 3px;
	margin-bottom: 15px;
}
.allstaffbox {
	margin-left: -4%;
	margin-top: -1.5vw;
}
.staffphoto img {
	border-radius: 200px;
}
.staffemail a {
	display: inline-block;
}
@media screen and (max-width: 1199px) {
	#whyoshkiwenjack.staffpage {
		margin-top: -58px;
	}
}
@media screen and (max-width: 899px) {
	.staffbox {
		margin-left: 4%;
		width: 46%;
	}
}
/*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/
.imageheadnews {
	display: inline-block;
	width: 48%;
	margin-right: 4%;
	vertical-align: top;
}
.imageheadnews img {
	width: 100%;
}
.bodyheadnews {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
.headernews .readmore {
	position: static;
	background-color: #FDEFC7;
	border: none;
	color: #000;
	margin-top: 20px;
}
article .headernews h2 a {
	color: #FDEFC7;
	font-size: calc(12px + 1.9vw);
	line-height: 1.1;
}
.bodyheadnews {
	font-weight: 600;
	color: #fff;
	font-size: calc(12px + 0.2vw);
}
#latestnews {
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	background-color: #6D694A;
	padding: 5px 15px;
	margin-top: 2vw;
}
.headernews {
	margin-bottom: -80px;
}
.newspage .newsarticle {
	display: inline-block;
	padding: 20px 0 40px 3%;
	margin-bottom: 4vw;
}
.ajax-load-more-wrap, .alm-listing, .alm-reveal {
	display: contents;
}
.alm-btn-wrap {
	display: block;
	width: 100%;
	text-align: center;
}
.orangebutton:disabled {
	cursor: default;
	background-color: #edede8;
	border:1px solid #9f5738;
	color: #9f5738 !important;
}
@media screen and (max-width: 1199px) {
	.headernews {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 999px) {
	#latestnews {
		margin-top: 0;
	}
	.headernews .readmore {
		margin-top: 0;
	}
	.headernews {
		margin-top: -25px;
	}
}
@media screen and (max-width: 799px) {
	.imageheadnews {
		display: block;
		width: 100%;
	}
	.bodyheadnews {
		display: block;
		width: 100%;
	}
}
/*--------------------------------------------------------------
# Student Life
--------------------------------------------------------------*/
.primarysubmenu {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	vertical-align: top;
	margin-bottom: 70px;
	margin-top: 15px;
	margin-right: 40px;
}
.fancyboxdescription.studentdesc {
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
}
.primarysubmenu a {
	display: inline-block;
	background-color: #fff;
	color: #000;
	font-size: calc(0.4vw + 12px);
	margin: 3px 0;
	text-align: left;
	font-weight: 600;
	background-image: url(images/orangearrow.png);
	background-repeat: no-repeat;
	background-position: center right 25px;
	background-size: 26px 26px;
	width: 277px;
	padding: 10px 50px 10px 15px;
	border: 1px solid #fff;
	text-decoration: none;
	line-height: 1.1;
}
.primarysubmenu a:hover {
    border: 1px solid #000;
    text-decoration: none;
}
.whyrowone .quote, .whyrowtwo .quote {
	font-weight: 600;
	font-size: calc(12px + 0.2vw);
	color: #000;
}
.whyrowone, .whyrowtwo {
	margin-top: calc(3vw + 40px);
	margin-bottom: calc(3vw + 40px);
}
.whyrowone h2, .whyrowtwo h2 {
	margin-top: 0;
}
.butterflytwo {
	position: absolute;
	right: 20%;
	max-width: 35%;
	top: -60px;
}
.sanctuary {
	position: absolute;
	bottom: -30px;
	left: 40px;
	max-width: 60%;
}
.page-template-studentlife .fancyboxdescription {
	/*padding-bottom: 300px;*/
}
@media screen and (max-width: 1299px) {
	.primarysubmenu {
		float: none;
		margin-bottom: 0;
		margin-top: -20px;
		display: none;
	}
	.page-template-studentlife .fancyboxdescription {
		padding-bottom: 0;
	}
	.sanctuary {
		left: auto;
		right: 40px;
		max-width: 50%;
	}
	.fancyboxdescription.studentdesc {
		display: block;
		width: 100%;
		margin-top: 40px;
	}
}
@media screen and (max-width: 1099px) {
	.butterflytwo {
		display: none;
	}
	.sanctuary {
		max-width: 40%;
	}
}
@media screen and (max-width: 899px) {
	.sanctuary {
		max-width: 30%;
		bottom: -15px;
	}
}
@media screen and (max-width: 799px) {
	.sanctuary {
		display: none;
	}
}
@media screen and (max-width: 599px) {
	.page-template-studentlife .namequotecon {
		display: block;
		width: 100%;
		margin-top: 15px;
	}
	.page-template-studentlife #whyrowone img, .page-template-studentlife .whyrowone img {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.page-template-studentlife #whyrowtwo img, .page-template-studentlife .whyrowtwo img {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.page-template-studentlife #whyrowtwo, .page-template-studentlife .whyrowtwo {
		display: flex;
		flex-direction: column;
	}
	.page-template-studentlife #whyrowtwo .namequotecon, .page-template-studentlife .whyrowtwo .namequotecon {
		order: 2;
	}
	.page-template-studentlife #whyrowtwo img, .page-template-studentlife .whyrowtwo img {
		order: 1;
	}
}
@media screen and (max-width: 399px) {
	.primarysubmenu a, .primarysubmenu {
		width: 100%;
	}
}
/*--------------------------------------------------------------
# Apply
--------------------------------------------------------------*/
.page-template-apply .primarysubmenu {
	margin-bottom: 0;
}
.page-template-apply #programsummary, .page-template-about #programsummary, .page-template-onlineportals #programsummary {
	margin-bottom: 4vw;
}
.page-template-apply #wearedescription {
	width: 630px;
	max-width: 100%;
	margin: auto;
}
.page-template-apply #wearedescription h3{
	color: #fff;
}
#whitebox {
	background-color: #fff;
	text-align: center;
	font-size: calc(0.3vw + 12px);
	font-weight: 600;
	padding: 0 0 40px 0;
}
.surroundinggreybox {
	background-color: #EDEDE8;
	padding: 40px 70px 20px 70px;
	margin-top: 10px;
}
.surroundinggreybox .h3  {
    color: #000;
    margin-bottom: 0;
}
.surroundinggreybox p  {
    margin-top: 0;
}
.minigreyleft, .miniwhiteleft, .minigreyright, .miniwhiteright {
	width: 50%;
	display: table-cell;
	padding: 40px 70px;
	margin: 40px 0;
}
.minigreyleft .orangebutton, .miniwhiteleft .orangebutton, .minigreyright .orangebutton, .miniwhiteright .orangebutton {
	margin-top: 20px;
}
.minigreyleft {
	border-right: 10px solid #fff;
}
.miniwhiteleft {
	border-right: 10px solid #EDEDE8;
}
.minigreyleft, .minigreyright {
	background-color: #EDEDE8;
}
.minigreyleft img, .minigreyright img{
	mix-blend-mode: darken;
}
.minigreyleft h3, .minigreyright h3, .minigreyleft .h3, .minigreyright .h3{
	color: #000;
	margin-bottom: 0;
}
.minigreyleft p, .minigreyright p{
	margin-top: 0;
}
.miniwhiteleft, .miniwhiteright {
	background-color: #fff;
}
.imageheight {
	min-height: auto;
	text-align: center;
	width: 100%;
}
.page-template-apply #whyoshkiwenjack {
	font-size: calc(0.3vw + 12px);
	padding: 40px 0;
}
@media screen and (max-width: 1299px) {
	.minigreyleft, .miniwhiteleft, .minigreyright, .miniwhiteright {
		padding: 40px 50px;
	}
}
@media screen and (max-width: 1199px) {
	.minigreyleft, .miniwhiteleft, .minigreyright, .miniwhiteright {
		padding: 40px;
	}
}
@media screen and (max-width: 999px) {
	.minigreyleft, .miniwhiteleft, .minigreyright, .miniwhiteright {
		padding: 2vw;
		display: block;
		border-right: none;
		width: 100%;
	}
	.page-template-apply #whyoshkiwenjack {
		font-size: calc(0.3vw + 12px);
		padding: 0;
	}
	#whitebox {
		padding: 0;
	}
}
/*--------------------------------------------------------------
# Single News
--------------------------------------------------------------*/
.cat-links, .post-navigation {
	display: none;
}
.tags-links {
	display: block;
}
.single .entry-content{
	font-size: calc(12px + 0.3vw);
	font-weight: 600;
}
.single a {
	color: #9F5738;
}
.single a:hover {
	text-decoration: none;
}
.single .post-thumbnail {
	width: 50%;
	float: left;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-top: -110px;
}
.single .post-thumbnail img{
	width: 100%;
	display: block;
}
.single .entry-header {
	float: right;
	width: calc(50% - 60px);
}
.single .entry-content {
	min-height: 1050px;
	position: relative;
}
.single .entry-content p:first-child{
	float: right;
	width: calc(50% - 60px);
	font-size: calc(12px + 0.2vw);
}
.single .entry-content p:nth-child(2) {
  	clear: both;
}
.single .posted-on {
	display: block;
	color: #6D694A;
	font-weight: 600;
	font-size: 12px;
}
.single h1 {
	font-size: calc(12px + 1.9vw);
	color: #9F5738;
	line-height: 1.1;
	margin: 10px 0 10px 0;
}
.blackbar {
    background-color: #000;
    margin-top: -23px;
    height: 70px;
    margin-bottom: 20px;
}
.single .entry-content p, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6, .single .entry-content .tags-links, .single .entry-content ol, .single .entry-content ul{
	width: 768px;
	max-width: 100%;
	float: right;
	margin: 15px 0;
}
.newsbutterfly {
	position: absolute;
	bottom: -25px;
	left: 0px;
	max-width: 20%;
}
.single .allpad {
	position: relative;
}
#jp-relatedposts {
	display: none !important;
}
.single .sharedaddy {
	position: absolute;
	top: 500px;
	display: block;
}
.sharedaddy {
	display: none;
}
div.sharedaddy h3.sd-title::before {
	border: none !important;
}
.newsarticle .sharedaddy {
	display: none;
}
#relatedposts {
	position: relative;
}
#relatedposts .newsarticle {
	position: static;
}
#relatedposts .readmore {
	bottom: 60px;
}
@media screen and (max-width: 1299px) {
	.single .sharedaddy {
		float: right;
		position: static;
	}
}
@media screen and (max-width: 1199px) {
	.blackbar {
		margin-top: -57px;
	}
	.single .post-thumbnail {
		margin-right: 3vw;
	}
	.single .entry-header {
		width: calc(50% - 3vw);
	}
	.single .entry-content p:first-child{
		width: calc(50% - 3vw);
	}
	.newsbutterfly {
		display: none;
	}
	.single .entry-content {
		min-height: auto;
	}
	.single .sharedaddy {
		float: none;
	}
	.single .entry-content p, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6, .single .entry-content .tags-links{
		width: 100%;
		float: none;
	}
}
@media screen and (max-width: 999px) {
	.single .entry-content p:first-child{
		float: none;
		clear: both;
		width: 100%;
	}
}
@media screen and (max-width: 799px) {
	.single .post-thumbnail {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
		margin-top: -40px;
	}
	.single .entry-header {
		float: none;
		width: 100%;
	}
	.blackbar {
		display: none;
	}
}
/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.page-template-about .primarysubmenu {
	float: none;
	margin-right: 0;
}
.rightsidebar {
	margin-right: 40px;
	float: right;
	font-weight: 600;
	font-size: calc(12px + 0.2vw);
	width: 277px;
}
.rightsidebar a {
	color: #000;
}
.rightsidebar a:hover {
	text-decoration: none;
}
#weareboxin {
	display: inline-block;
	width: 48%;
	vertical-align: middle;
	text-align: left;
	font-size: calc(12px + 0.3vw);
}
.weareimage {
	display: inline-block;
	margin-right: 4%;
	width: 48%;
	vertical-align: middle;
	margin-bottom: -80px;
}
.weareimage.weimgleft {
	margin-left: 4%;
	margin-right: 0;
}
.whoweserveabout {
	margin-top: 110px;
}
.whoweserveabouttext {
	display: inline-block;
	width: 40%;
	margin-right: 2%;
	vertical-align: middle;
	font-size: calc(12px + 0.2vw);
	font-weight: 600;
}
.whoweserveaboutimage {
	display: inline-block;
	width: 58%;
	vertical-align: middle;
}
.aboutgrey {
	background-color: #edede8;
	text-align: center;
}
.whoweserveaboutgrey ul{
	text-align: left;
	column-count: 2;
	font-size: calc(12px + 0.2vw);
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.whoweserveaboutgrey p{
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
}
.whoweserveaboutgrey ul li{
	list-style-type: none;
	background-image: url(images/orangecheck.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 30px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: top 2px left;
	break-inside: avoid;
}
.whoweserveaboutgrey h3 {
	margin: 40px 0 15px 0;
}
@media screen and (max-width: 1299px) {
	.rightsidebar {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 999px) {
	.weareimage {
		margin-bottom: 0;
	}
	.whoweserveabout {
		margin-top: 0;
	}
}

@media screen and (max-width: 799px) {
	.whoweserveabouttext {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.whoweserveaboutimage {
		display: block;
		width: 100%;
	}
	#weareboxin {
		display: block;
		width: 100%;
	}
	.weareimage {
		display: block;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	.whoweserveaboutgrey ul{
		column-count: 1;
	}
}
/*--------------------------------------------------------------
# Individual Program Page
--------------------------------------------------------------*/
.programtypesub {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
}
.bigindieimage {
	border-radius: 500px;
}
.programtypesub.diploma_program {
	background-color: #D93930;
}
.programtypesub.certificate_program {
	background-color: #388543;
}
.programtypesub.degree_program {
	background-color: #087CBA;
}
.programtypesub.microcredential {
	background-color: #453823;
}
.programtypesub.workshop {
	background-color: #5D4A66;
}
.page-template-individualprogram .rightsidebar {
	width: 370px;
}
.rightsidebar em {
	font-size: calc(12px + 0.1vw);
	font-weight: normal;
}
.page-template-individualprogram .fancyboxdescription em, .page-template-individualprogram .fancyboxdescription i  {
	font-weight: normal;
}
.page-template-individualprogram .rightsidebar ul {
	margin-left: 0;
	padding-left: 15px;
	margin-top: 15px;
}
.page-template-individualprogram .rightsidebar h3:first-child {
	margin-top: 0;
}
.page-template-individualprogram .fancyboxdescription {
	width: 529px;
}
.nobold {
	font-weight: normal;
}
#introsection a.applybutton {
    background-color: #FDEFC7;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    border-radius: 50px;
    padding: 7px 20px;
    font-weight: bold;
    font-size: calc(0.15vw + 12px);
    text-decoration: none;
}
#introsection {
	position: relative;
}
.butterflyindie {
	position: absolute;
	left: 20%;
	max-width: 25%;
	bottom: 0px;
}
.hidewhiteback {
	mix-blend-mode: darken;
}
.leftgreyindie {
	width: 53%;
	display: inline-block;
	font-weight: 600;
	font-size: calc(12px + 0.2vw);
	text-align: left;
	margin-right: 2%;
}
.rightgreyindie {
	width: 45%;
	display: inline-block;
	font-weight: 600;
	font-size: calc(12px + 0.2vw);
	position: relative;
	min-height: calc(1000px + 6vw);
}
.rightindietext {
	position: absolute;
	bottom: 0;
	margin: auto;
	text-align: left;
	left: 0;
	right: 0;
	width: 345px;
	max-width: 100%;
}
.rightindietext h2, .rightsidebar h2 {
	font-size: calc(0.6vw + 12px);
}
.page-template-individualprogram .rightsidebar ul ul {
	margin-top: 0;
}
.rightindietext a{
	color: #000;
}
.rightindietext a:hover{
	text-decoration: none;
}
.rightindietext .orangebutton {
	margin-top: 20px;
}
.flexit {
	display: flex;
}
.leftgreyindie h3 {
	margin-bottom: -15px;
}
.leftgreyindie em, .leftgreyindie i {
	font-size: calc(12px + 0.1vw);
	font-weight: normal;
}
@media screen and (max-width: 1299px) {
	.page-template-individualprogram .rightsidebar {
		width: 100%;
	}
	.page-template-individualprogram .fancyboxdescription {
		width: 100%;
	}
	.butterflyindie {
		display: none;
	}
}
@media screen and (max-width: 1099px) {
	.rightgreyindie {
		width:100%;
		display: block;
		text-align: left;
		max-width: 520px;
		min-height: auto;
	}
	.leftgreyindie {
		width: 100%;
		display: block;
		margin-right: 0;
	}
	.flexit {
		display: block;
	}
	.rightindietext {
		position: static;
		width: 100%;
	}
}
/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.notopmarginh3 h3 {
	margin-top: 0;
}
/*--------------------------------------------------------------
# Sub Pages
--------------------------------------------------------------*/
.fancyboxdescription.fullwidthbox {
	width: 100%;
}
/*--------------------------------------------------------------
# Accordions
--------------------------------------------------------------*/
.accordion-title, .ui-accordion-header {
	background:none !important;
	background-color:transparent!important;
	padding:5px 10px !important;
	border: none !important;
	border-bottom:1px solid #ccc !important;
	cursor:pointer;
	color: #6D694A;
	font-weight: bold;
	font-size: calc(0.6vw + 12px);
}
.ui-widget {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600 !important;
	font-size: calc(12px + 0.2vw) !important;	
}
.ui-widget-content {
	background-color: transparent !important;
}
.ui-widget-content a {
	color: #9f5738 !important;
}
.ui-accordion-header a{
	color: #6D694A !important;
}
.ui-icon-triangle-1-e, .ui-accordion-header-icon {
	display:none !important;
}
.accordion-title:after, .ui-accordion-header:after {
		content: "+";
		float:right;
}
.accordion-title.open:after, .ui-accordion-header.ui-state-active:after {
		content: "-";
		float:right;
}
.accordion-content, .squelch-taas-accordion-shortcode-content {
	padding:0px 10px;
	box-sizing:border-box;
}