/*!
Theme Name: Herzing College
Theme URI: http://underscores.me/
Author: Rachel Hettinga - Honest Agency
Author URI: http://underscores.me/
Description: Custom Theme built for Herzing College based on Underscores.me
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: herzing
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 with others.

herzing is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Fonts
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
	font-family: 'Brandon Grotesque Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Brandon Grotesque Regular'), url('fonts/Brandon_reg.woff') format('woff');
}
@font-face {
	font-family: 'Brandon Grotesque Regular Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Brandon Grotesque Regular Italic'), url('fonts/Brandon_reg_it.woff') format('woff');
}
@font-face {
	font-family: 'Brandon Grotesque Thin';
	font-style: normal;
	font-weight: normal;
	src: local('Brandon Grotesque Thin'), url('fonts/Brandon_thin.woff') format('woff');
}
@font-face {
	font-family: 'Brandon Grotesque Thin Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Brandon Grotesque Thin Italic'), url('fonts/Brandon_thin_it.woff') format('woff');
}
@font-face {
	font-family: 'Brandon Grotesque Light';
	font-style: normal;
	font-weight: normal;
	src: local('Brandon Grotesque Light'), url('fonts/Brandon_light.woff') format('woff');
}
@font-face {
	font-family: 'Brandon Grotesque Light Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Brandon Grotesque Light Italic'), url('fonts/Brandon_light_it.woff') format('woff');
}
@font-face {
	font-family: 'Brandon Grotesque Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Brandon Grotesque Medium'), url('fonts/Brandon_med.woff') format('woff');
}
@font-face {
	font-family: 'Brandon Grotesque Medium Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Brandon Grotesque Medium Italic'), url('fonts/Brandon_med_it.woff') format('woff');
}
@font-face {
	font-family: 'Brandon Grotesque Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Brandon Grotesque Bold'), url('fonts/Brandon_bld.woff') format('woff');
}
@font-face {
	font-family: 'Brandon Grotesque Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Brandon Grotesque Bold Italic'), url('fonts/Brandon_bld_it.woff') format('woff');
}
@font-face {
	font-family: 'Proxima Nova Light';
	font-style: normal;
	font-weight: normal;
	src: local('Proxima Nova Light'), url('fonts/Proxima_Nova_Light.woff') format('woff');
}
@font-face {
	font-family: 'Proxima Nova Regular Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Proxima Nova Regular Italic'), url('fonts/Proxima_Nova_Regular_Italic.woff') format('woff');
}
@font-face {
	font-family: 'Proxima Nova Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Proxima Nova Regular'), url('fonts/Proxima_Nova_Regular.woff') format('woff');
}
@font-face {
	font-family: 'Proxima Nova Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Proxima Nova Bold'), url('fonts/Proxima_Nova_Bold.woff') format('woff');
}
@font-face {
	font-family: 'Proxima Nova Extrabold';
	font-style: normal;
	font-weight: normal;
	src: local('Proxima Nova Extrabold'), url('fonts/Proxima_Nova_Extrabold.woff') format('woff');
}
/*
.fa, .fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
*/
.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

/****** Normalize ******/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	box-sizing: border-box;
}

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

/**
 * Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*:before,
*:after {
	box-sizing: inherit;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

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

/**
 * 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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/****** Typography ******/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {font-size: 125%;}
a,
a:visited {
	color: #4b92db;
	text-decoration: none;
}
/****** End Typography ******/

/****** Basic Elements ******/
body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}
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: bold;}
dd {margin: 0 1.5em 1.5em;}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/****** End Basic Elements ******/

/****** 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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 {
	width: 100%;
	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%;}
/****** End Forms ******/

/****** Navigation ******/
/* Links */
a {color: royalblue;}
a:visited {color: purple;}
a:hover, a:focus, a:active {color: midnightblue;}
a:focus {outline: thin dotted;}
a:hover, a:active {outline: 0;}

/* Menus */
.menu-primary-menu-container ul,
.menu-primary-menu-french-container ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {display: block;}

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

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/****** End Navigation ******/

/****** Buttons ******/
.herzing-theme button,
.herzing-theme input[type="button"],
.herzing-theme input[type="reset"],
.herzing-theme input[type="submit"],
.herzing-theme button.vc_general.vc_btn3-color-btn-darkBlue, .vc_general.vc_btn3-color-btn-download, .vc_general.vc_btn3 {
	border: none;
	border-radius: 0px;
	background-color: #01426a;
	color: #fff;
	font-size: .8rem;
	font-family: proxima-nova, sans-serif;
	font-weight: 600;
	padding: 14px 36px 14px 45px;
}
.location-btn {background-color:white !important;}
.vc_general.vc_btn3 {
	border: none !important;
	background-color: #01426a !important;
	color: #fff !important;
}
.vc_general.vc_btn3:hover, .vc_general.vc_btn3:focus {
	border: 0px solid transparent !important;
	text-decoration: none;
	opacity: .8;
}
button.bg-lt-blue,
button.vc_general.vc_btn3-color-btn-lightBlue {
	background-color: #4b92db;
	padding: 15px 25px;
	margin: auto;
	text-align: center;
	font-family: proxima-nova, sans-serif;
	font-weight: 600;
}
.exploration button {
	background-color: #01426a;
}
.vc_general.vc_btn3-color-btn-whiteBlue {
	background-color: #fff !important;
	padding: 13px 38px !important;
	border: 1px solid #01426a !important;
	color: #01426a !important;
	margin: auto;
	text-align: center;
	font-family: proxima-nova, sans-serif;
	font-weight: 600;
	margin-right: 20px;
}
.vc_general.vc_btn3-color-btn-whiteBlue:hover {
	border: 1px solid #01426a !important;
	background-color: #01426a;
	color: #fff;
}
button i {color: #fff;}
button:focus {outline: 0;}
.wpb_gmaps_widget .wpb_wrapper {
	background-color: #fff !important;
}
#scrollBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 35px;
	z-index: 99;
	background-image: url('/wp-content/themes/herzing/assets/ic-arrow-up-greyy.svg');
	background-size: 54px 25px;
	background-repeat: no-repeat;
	background-position: center;
	width: 55px;
	height: 55px;
	border: none;
	outline: none;
	background-color: #fff;
	color: white;
	border-radius: 100%;
	cursor: pointer;
	padding: 0px !important;
	z-index: 99999999999999;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
}
#scrollBtn:hover {opacity: .8;}
/****** End Buttons ******/

/****** Accordions ******/
.accordion-title {
	background-image: url('/wp-content/themes/herzing/assets/flick-w.svg');
	background-position: left 4px;
	background-size: 10px;
	background-repeat: no-repeat;
	padding-left: 27px;
	margin: -7px 0;
}
/****** End Accordions ******/

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {clear: both;}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {display: block;}
.post,
.page {margin: 0 0 1.5em;}
.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;}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {display: block;}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {max-width: 100%;}

/* 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;}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {max-width: 50%;}
.gallery-columns-3 .gallery-item {max-width: 33.33%;}
.gallery-columns-4 .gallery-item {max-width: 25%;}
.gallery-columns-5 .gallery-item {max-width: 20%;}
.gallery-columns-6 .gallery-item {max-width: 16.66%;}
.gallery-columns-7 .gallery-item {max-width: 14.28%;}
.gallery-columns-8 .gallery-item {max-width: 12.5%;}
.gallery-columns-9 .gallery-item {max-width: 11.11%;}
.gallery-caption {display: block;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.social-footer-container {
	display: flex;
	align-items: center;
}
.social-footer {margin-right: 5px;}
.social-footer img.facebook {height:30px;}
.social-footer img.blog {height:24px;}
.social-footer img.instagram {height:32px;}
.social-footer img.twitter {height:25px;}
.social-footer img.youtube {height:19px;}

.gfq-panel.explore-panel {height: 245px;}

/*--------------------------------------------------------------
# Colours
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
.entry-content tbody tr:first-child {border-bottom: 2px solid #d8d6d6;}
.entry-content tbody tr:nth-child(even) {background-color: #e4eef9;}
.entry-content tbody tr:first-child td {font-weight: 600;}
.entry-content tbody tr td:first-child, tr th:first-child {padding-left: 10px;}
.entry-content tbody tr td {height: 40px !important;}
.entry-content tbody tr th {background-color: #fff;}
.entry-content tbody tr td {padding: 5px;}

/*--------------------------------------------------------------
# Defaults
--------------------------------------------------------------*/
html {
	font-size: 18px;
	font-family: proxima-nova, sans-serif;
	scroll-behavior: smooth;
}
body {
	font-family: proxima-nova, sans-serif;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #37424A;
}
.content-area {position: relative;}
/*** End Defaults ***/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1 {
	text-transform: uppercase;
	font-family: 'Brandon Grotesque Regular';
	font-size: 3rem;
	line-height: 2.8rem;
}
h2 {
	font-family: 'Brandon Grotesque Regular';
	font-size: 2rem;
	line-height: 2.4rem;
	color: #01426a;
}
h2.thin {
	font-family: 'Brandon Grotesque Thin';
	font-weight: normal !important;
	line-height: 2.5rem;
}
h2.light {
	font-family: 'Proxima Nova Light';
}
h2.tri-title:before {
	background-image: url(/wp-content/themes/herzing/assets/ic-triangle.svg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: -35px;
	padding: 0px 17px;
	content: " ";
	font-size: 25px;
}
h3.highlight-text, h3.highlight-text2 {
	font-family: 'Brandon Grotesque Thin';
	font-weight: normal !important;
	line-height: 2.5rem;
	font-size: 2rem;
	color: #01426a;
}
h3.highlight-text2 {
	line-height: 2rem;
	font-size: 1.5rem;
}
h3 {
	color: #37424a;
	font-family: proxima-nova, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4rem;
	letter-spacing: .2px;
}
h3.lblue-h3 {color: #4b92db;}
h4,
h5 {
	text-transform: uppercase;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	color: #01426a;
	letter-spacing: 1px;
}
h5 {
	font-size: 14px;
	letter-spacing: 2px;
}
a:hover {
	opacity: .8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
b,
strong {font-weight: 600;}
.entry-content a, .entry-content a:visited {text-decoration: underline;}
p {
	font-size: 1rem;
	line-height: 1.4rem;
}
ul, ol {margin: 0 0 1.5em 0em;}
ul.tri {
	list-style-image: url(/wp-content/themes/herzing/assets/flick-w.svg);
	margin-left: 0px;
}
ul.tri li {
	padding-left: 20px;
	line-height: 30px;
}
li {padding-bottom: 20px;}


/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.blue-bg {
	background-color: #012E50;
	position: relative;
}
.home .blue-bg {
	top: 39px;
	height: 100vh;
}
.home-featured {
	color: #fff;
	background-position: top center;
	background-size: cover;
	min-height: 75vh;
	align-items: center;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.wrapper,
.site-main {
	max-width: 1200px;
	padding: 0 2%;
	margin: 0 auto;
}
.page {margin: 0 !important;}
.grid {
	display: grid;
	align-items: center;
}
.flex {display: flex;}
.flex-end {
	display: flex;
	align-items: flex-end;
}
.space-between {justify-content: space-between;}
.one-col {grid-template-columns: 1fr;}
.two-col {grid-template-columns: 1fr 1fr;}
.three-col {grid-template-columns: 1fr 1fr 1fr;}
.page-content,
.entry-content,
.entry-summary {
	margin: 0 !important;
	padding: 1.5em 0 0;
}
.placeholder {
	width: 100%;
	height: auto;
}
.col-60 {
	width: 60%;
	margin: auto;
}
.col-55 {
	width: 55%;
	margin: auto;
}
.mobile-show {display: none;}

/*--------------------------------------------------------------
# Chat WIDGET
--------------------------------------------------------------*/
#chat-widget-container {
	right: 80px !important;
	bottom:100px !important;
}
.gfq-wrap {
	width: 100px;
	z-index: 9999999999;
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -100px;
	background-color: #2570BB;
}
.gfq-wrap .badges {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.gfq-badge {
	width: 70px;
	background-color: #2570BB;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #4B92DB;
}
.gfq-badge:last-child {border-bottom: 0;}
.gfq-wrap.active-wrap .gfq-badge:not(.active-badge) {}
.gfq-badge:hover {
	cursor: pointer;
	z-index: 9999999999;
}
.hover-text {
	min-width: 100%;
	line-height: 0.75rem;
	text-align: center;
	z-index: 1;
	font-family: 'Proxima Nova Regular';
	font-size: 0.625rem;
	text-transform: uppercase;
}
.gfq-badge:hover .hover-text {
	opacity: 1;
	visibility: visible;
}
.active-badge {
	position: relative;
}
.gfq-panel {
	position: fixed;
	bottom: 15%;
	width: 375px;
	height: 70%;
	max-width: 100%;
	max-height: calc(100% + 0px);
	right: 90px;
	background: #F9FAFA;
	transform: scale(0);
}
.gfq-panel > .wpcf7 {transition: none 0s ease 0s !important;}
.gfq-panel > .wpcf7 input {
	width: 100%;
	border-radius: 0px;
	border: 1px solid #01426a;
	padding: 3px 8px;
	margin: 5px 0;
}
.gfq-panel > .wpcf7 input[type="checkbox"] {
	width: 50px;
	float: left;
}
.gfq-panel > .wpcf7 select{
	display: inline-block;
	margin: 5px 0;
}
.gfq-panel > .wpcf7 input[type="submit"] {
	margin: auto;
	text-align: center;
	padding: 14px;
	background-color: #6fa8e2;
}
.panel-active {
	opacity: 100;
	visibility: visible;
	transition: transform .3s linear;
	transform-origin: bottom right;
	transform-style: preserve-3D;
	transform: scale(1);
	border-radius: 8px;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
	padding: 50px 30px 30px;
	overflow: hidden;
	scroll-behavior: auto;
	overflow-y: auto;
	bottom: 0;
}
.panel-top-bar {
	width: 100%;
	height: 35px;
	position: absolute;
	background: #6FA7E2;
	border-radius: 8px 8px 0px 0px;
	z-index: 1;
	left: 0;
	top: 0;
}
.panel-top-bar h3{
	color: #fff;
	margin: 4px;
	text-transform: uppercase;
	text-align: center;
	font-family: proxima-nova, sans-serif;
	font-weight: 600;
	font-size: .8em;
}
.gfield.no-label > .gfield_label {display: none;}
.gfq-panel input[type="submit"] {width: 100%;}
.close-panel {
	position: absolute;
	right: 10px;
	top: 0;
	color: #fff;
	cursor: pointer;
	padding: 7px;
}
.gfq-badge .icon {
	z-index: 999999;
	margin-bottom: 5px;
}
.icon span {font-size: 2rem;}
.icon {
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
.chat-badge .icon {
	width: 22px;
	height: 23px;
	background-size: 22px 23px;
	background-image: url('/wp-content/themes/herzing/assets/icon-chat-white.svg');
}
.chat-badge.active-badge .icon, .chat-badge:hover .icon {
	background-image: url('/wp-content/themes/herzing/assets/icon-chat-white.svg');
}

.tour-badge {display: none;}
.tour-badge .icon {background-image: url('/wp-content/themes/herzing/assets/tour_side-bar_cta_web.svg');}
.tour-badge.active-badge .icon, .tour-badge:hover .icon {background-image: url('/wp-content/themes/herzing/assets/tour_side-bar_cta_web_white.svg');}

.ask-badge .icon {
	width: 9px;
	height: 24px;
	background-size: 9px 24px;
	background-image: url('/wp-content/themes/herzing/assets/icon-request-white.svg');
}
.ask-badge.active-badge .icon, .ask-badge:hover .icon {background-image: url('/wp-content/themes/herzing/assets/icon-request-white.svg');}

.explore-badge .icon {
	width: 26px;
	height: 21px;
	background-size: 26px 21px;
	background-image: url('/wp-content/themes/herzing/assets/icon-career-white.svg');
}
.explore-badge.active-badge .icon, .explore-badge:hover .icon {background-image: url('/wp-content/themes/herzing/assets/icon-career-white.svg');}

.tour-panel form, .ask-panel form {margin: auto;}
.tour-panel form input, .ask-panel form input {width: 100%;}

div#livechat-compact-container {display: none;}
div#livechat-full {
	right: 90px !important;
	left: auto !important;
	bottom: 15% !important;
	width: 375px !important;
	height: 70% !important;
	max-width: 100%;
	max-height: calc(100% + 0px);
	padding: 50px 30px 30px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	position: fixed;
	width: 100%;
	z-index: 10000;
}

.site-branding {
	padding: 0 0;
	line-height: 0;
}
.site-branding img {max-width: 160px;}

.top-bar {
	position: relative;
	background-color: #2570BB;
	width: 100%;
	padding: 0;
	z-index: 2000;
}

.hero-banner__background-desktop {display: block;}
.hero-banner__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero-banner__background-mobile{display:none}

#kpd-header .top-bar .wrapper {justify-content: flex-end;}
#kpd-header .top-bar {background-color: #004650;}
.kpd-navigation__search-button {
	margin: 0 !important;
	color: #fff !important;
	cursor: pointer !important;
}
.top-bar .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.top-bar a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.top-bar a: hover {color: #efefef !important;}
.top-bar li {padding: 0 10px;}
.top-bar [aria-current]:not([aria-current="false"]) {
	padding-bottom: 18px;
	border-bottom: 4px solid;
}
.tp-translation {
	color: #fff;
	position: relative;
	z-index: 100000;
}
.top-nav {
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: bold;
}
.search-btn {
	cursor: pointer;
	line-height: 0;
}
.menu-languages-container .menu a {color: #fff;}
#menu-langauge {justify-content: flex-start;}
#menu-langauge li:first-child {
	padding-left: 0px;
	position: relative;
}
.menu-languages-container li:first-child::after {
	content: "";
	background: #fff;
	position: absolute;
	right: -1px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0.5em 0 !important;
	width: 1px;
	height: 20px;
}
#mobile-menu .menu-languages-container li:first-child {
	padding-right: 14px !important;
	margin-right: 5px;
}
.top-bar .menu li {position: relative;}
.top-bar .menu > li {
	padding-top: 8px;
	padding-bottom: 8px;
}
.top-bar .menu .sub-menu {
	position: absolute;
	display: none;
	background: #fff;
	padding: 15px;
	top: 38px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.top-bar .menu .sub-menu li {margin-bottom: 15px;}
.top-bar .menu .sub-menu li:last-child {margin-bottom: 0;}
.top-bar .menu .sub-menu li a {color: #01426A;}
.student-login {
	display: flex;
	align-items: center;
	gap: 4px;
}
.student-login::before {
	content: "";
	background-image: url('/wp-content/themes/herzing/assets/icon-student-login.svg');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 13px 15px;
	width: 13px;
	height: 15px;
}
.top-bar .menu .menu-item-has-children > a {
	display: flex;
	align-items: center;
	gap: 5px;
}
.top-bar .menu .menu-item-has-children > a::after {
	content: "";
	display: block;
	background-image: url('/wp-content/themes/herzing/assets/icon-down-white.svg');
	background-size: 10px 19px;
	width: 10px;
	height: 19px;
}
.top-bar .menu .menu-item-has-children:hover .sub-menu {display: block;}
.top-bar .menu {
	list-style: none;
	padding: 0px;
	display: flex;
	justify-content: flex-end;
	margin: 0px;
}

.main-navigation ul.nav-menu {display: flex;}
.main-navigation {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.main-navigation ul.nav-menu > li {
	padding: 20px 10px 20px 10px;
	align-items: center;
	display: flex;
	border-bottom: 5px solid transparent;
}
.main-navigation ul.nav-menu > li.current-menu-item,
.main-navigation ul.nav-menu > li.current-menu-ancestor {}
.main-navigation ul.nav-menu > li.current-menu-item {padding: 20px 10px 20px 10px;}

.main-navigation ul.nav-menu > li > a,
.main-navigation ul.nav-menu > li > a {position: relative;}

.main-navigation ul.nav-menu > li.current-menu-item > a::after,
.main-navigation ul.nav-menu > li.current-menu-ancestor > a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	bottom: -5px;
	left: 0;
}

.main-navigation ul.nav-menu > li:hover > a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	bottom: -5px;
	left: 0;
}

.main-navigation ul.sub-menu li.current_page_item {border-bottom: none;}
.main-navigation ul.sub-menu li.current_page_item a {color: #4b92db;}
.main-navigation .sub-menu-wrap {
	display: none;
	position: absolute;
	top: 66px;
	background-color: #fff;
	z-index: 1000 !important;
	left: 0;
	width: 100%;
	background-image: url('/wp-content/themes/herzing/assets/sub-nav-bg.png');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: -30px;
}
.home .main-navigation .sub-menu-wrap {top: 66px;}

#kpd-header .main-navigation .sub-menu-wrap {
	position: absolute;
	top: 59px;
	background-color: #fff;
	background-image: none;
}
#kpd-header .menu-title {color: #004650;}

.main-navigation .sub-menu-wrap.sub-menu-open {display: block;}
.main-sub-menu {
	max-width: 1200px;
	min-height: 210px;
	padding: 20px 2%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sub-menu-items {
	display: flex;
	flex-shrink: 1;
	gap: 30px;
	justify-content: space-between;
}
.menu-title {
	flex: none;
	width: 323px;
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;
	color: #2570BB;
}
.sub-menu-items .sub-menu {
	flex-grow: 1;
	columns: 3;
}
.sub-menu-items .sub-menu li {
	text-align: left;
	display: flex;
}
.sub-menu-close {
	flex: none;
	cursor: pointer;
}
.sub-menu-close img {
	width: 23px;
	height: 23px;
}
.main-navigation ul.sub-menu li a {color: #01426A;}

.prim-nav {
	background-image: url('/wp-content/themes/herzing/assets/main-nav-bg.png');
	background-size: auto 100%;
	background-position: right top;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	z-index: 1000;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.4);
	font-weight: bold;
}

#kpd-header .prim-nav {
	background-color: rgba(0,70,80,.8);
	background-image: none;
}

.prim-nav .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prim-nav a,
.prim-nav a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

.prim-nav .kpd-shopping-cart a.showButton {color: #004650;}
.prim-nav .kpd-shopping-cart a.showButton:hover {color: #fff;}
.kpd-sticky-nav__container-col a.showButton {margin-right: 10px;}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {display: none;}
button.menu-toggle {
	padding: 0 !important;
	background: none !important;
	cursor: pointer;
	width: 24px;
	height: 18px;
	background-color: #01426a;
}
button.menu-toggle::before {
	content: "";
	display: block;
	width: 24px;
	height: 18px;
	background-image: url('/wp-content/themes/herzing/assets/icon-menu.svg');
	background-size: 24px 18px;
	background-repeat: no-repeat;
}
button.menu-toggle.toggled-on::before {
	background-image: url('/wp-content/themes/herzing/assets/icon-close.svg');
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}

#kpd-footer-nav,
#kpd-footer-toolbar,
#kompass-footer {
	display: flex;
	list-style: none;
	margin-bottom: 0;
}

#kpd-header .main-navigation ul li.current-menu-item {
	padding-top: inherit;
	border-bottom: inherit;
}
.kpd-theme .hero-banner {top: 0px;}

.banner__section {
	position: relative;
	min-height: 450px;
	padding-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end
}
.banner__section-program .banner__flex-wrapper {margin-bottom: 50px;}
.banner .banner__section-program {min-height: 410px !important}
.has-banner-image .banner__section-regular {background-size: cover}
.has-banner-image .banner__section-regular .page-title {color: #fff !important}
.has-banner-image .banner__section-regular .banner__breadcrumbs {color: #fff}
.has-banner-image .banner__section-regular .banner__breadcrumbs a {color: #fff !important}
.banner .banner__section-regular {min-height: 410px !important}

.kpd-page-banner .page-title {
	font-size: 60px !important;
	line-height: 1.125em !important;
}
.kpd-programs-nav .program-nav {padding-bottom: 0;}
.kpd-programs-nav .program-nav ul {gap: 0;}

/*--------------------------------------------------------------
# Search Container
--------------------------------------------------------------*/
.search-drop {
	background-color: hsla(203, 98%, 21%, 0.9);
	padding: 30px;
	display: none;
	text-align: center;
	color: #fff;
	justify-content: center;
	position: absolute;
	z-index: 9999999999999;
	align-items: center;
	width: 100%;
}
.search-drop .search-field {
	background: none;
	border: none;
	width: 50vw;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding-bottom: 10px;
	font-size: 36px;
	font-family: 'Proxima Nova Light';
}
.search-drop input:focus {color: #fff;}
.search-drop ::placeholder {
	color: #fff;
	font-family: 'Proxima Nova Light';
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
.mobile-lang-menu {
	display: none;
	align-items: center;
}
.mobile-lang-menu ul {
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-lang-menu ul li {padding: 0;}
.mobile-lang-menu ul li:first-child {
	border-right: 1px solid #fff;
	padding-right: 10px;
}
.mobile-nav {
	display: none;
	position: absolute;
	top: 51px;
	background-color: #fff;
	width: 100%;
	right: 0;
	left: 0;
	padding: 30px 2%;
	z-index: 9999999999;
	font-weight: bold;
}
.mobile-nav.toggled-on {display: none;}
.mobile-nav .search-form {
	position: relative;
	display: flex;
	margin: 0 0 30px 0;
	width: 100%;
	border-radius: 0px;
	border: 2px solid #074369;
	padding: 0;
}
.mobile-nav .search-field {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0;
	font-size: 15px;
	margin: 0;
	padding: 0 5px;
	outline: 0;
}
.mobile-nav input.search-submit {
	display: block;
	margin: 0 !important;
	padding: 4px !important;
	font-size: 0 !important;
	cursor: pointer;
	background-image: url('/wp-content/themes/herzing/assets/icon-search.svg');
	background-size: 20px 20px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 40px !important;
	height: 30px;
}
.mobile-nav .search-form::placeholder {color: #fff;}
input.search-field::placeholder {color: #fff;}
.mobile-nav .menu-primary-menu-container .nav-menu,
.mobile-nav .menu-primary-menu-french-container .nav-menu {width: 100%;}
.mobile-nav .menu-primary-menu-container .nav-menu > li ,
.mobile-nav .menu-primary-menu-french-container .nav-menu > li {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 !important;
}
.mobile-nav .menu-primary-menu-container .nav-menu > li .menu-link,
.mobile-nav .menu-primary-menu-french-container .nav-menu > li .menu-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.mobile-nav .menu-primary-menu-container .nav-menu > li.menu-item-has-children .open-sub-menu,
.mobile-nav .menu-primary-menu-french-container .nav-menu > li.menu-item-has-children .open-sub-menu{
	display: block;
	background-image: url('/wp-content/themes/herzing/assets/icon-down.svg');
	background-size: 14px 7px;
	background-repeat: no-repeat;
	width: 14px;
	height: 7px;
	cursor: pointer;
}
.mobile-nav .menu-primary-menu-container .nav-menu a,
.mobile-nav .menu-primary-menu-french-container .nav-menu a {color: #01426A;}
.mobile-nav .menu-primary-menu-container .nav-menu > li:last-child,
.mobile-nav .menu-primary-menu-french-container .nav-menu > li:last-child{margin-bottom: 0 !important;}
.mobile-nav .menu-primary-menu-container .nav-menu .sub-menu,
.mobile-nav .menu-primary-menu-french-container .nav-menu .sub-menu {
	display: none;
	float: none;
	position: initial;
	background: transparent;
	box-shadow: none;
	left: 0;
	padding-bottom: 0;
	padding-top: 7px;
	margin-left: 7px;
}
.mobile-nav .menu-primary-menu-container .nav-menu .sub-menu > li,
.mobile-nav .menu-primary-menu-french-container .nav-menu .sub-menu > li {
	margin-bottom: 20px;
	padding: 0;
}
.mobile-nav .menu-primary-menu-container .nav-menu .sub-menu > li:last-child,
.mobile-nav .menu-primary-menu-french-container .nav-menu .sub-menu > li:last-child {margin-bottom: 0;}
.mobile-nav .menu-primary-menu-container .nav-menu .sub-menu.sub-menu-open,
.mobile-nav .menu-primary-menu-french-container .nav-menu .sub-menu.sub-menu-open {display: block;}
.secondary-menu {
	display: flex;
	justify-content: space-between;
	border-top: #A9B2B1 solid 1px;
	margin-top: 15px;
	margin-bottom: 25px;
	padding-top: 25px;
}
.mobile-nav .mobile-menu-top-container .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-nav .mobile-menu-bottom-container .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-nav .mobile-menu-top-container .menu-mobile-top-container .menu li a,
.mobile-nav .mobile-menu-top-container .menu-mobile-top-francais-container .menu li a {color: #01426A;}
.mobile-nav .mobile-menu-bottom-container .menu-mobile-bottom-container .menu li a,
.mobile-nav .mobile-menu-bottom-container .menu-mobile-bottom-french-container .menu li a {color: #2570BB;}
.main-navigation .menu-mobile-top-container .menu li,
.main-navigation .menu-mobile-bottom-container .menu li,
.main-navigation .menu-mobile-bottom-french-container .menu li {
	float: none;
	padding: 0;
	margin-bottom: 20px;
}
.main-navigation .menu-mobile-top-container .menu li:last-child,
.main-navigation .menu-mobile-bottom-container .menu li:last-child,
.main-navigation .menu-mobile-bottom-french-container .menu li:last-child {margin-bottom: 0;}
.mmenu-last-bottom {}
.mobile-career {margin-bottom: 40px;}
.mobile-career .btn-career {
	background-color: #01426A;
	color: #fff;
	text-align: center;
	padding: 9px;
	font-weight: bold;
	text-transform: initial;
}
.mobile-social {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
}
.mobile-social a {color: #01426A;}
.main-navigation ul.nav-menu.toggled-on {display: grid;}
.main-navigation #mobile-menu .menu-footer-right-container li, .main-navigation #mobile-menu  .menu-footer-right-french-container li {
	padding: 0px !important;
	display: inline-block;
	width: auto;
	margin-left: 15px;
}
.main-navigation #mobile-menu .menu-footer-right-container li a, .main-navigation #mobile-menu .menu-footer-right-french-container li a {
	font-size: 12px;
	text-transform: capitalize;
}
#mobile-menu .menu-languages-container {display: inline-block;}
#mobile-menu .mobile-menu-top-container a,
#mobile-menu .mobile-menu-bottom-container a,
#mobile-menu .menu-primary-menu-container .sub-menu a,
#mobile-menu .menu-primary-menu-french-container .sub-menu a {text-transform: initial;}
.menu-languages-container .current-lang a {
	text-decoration: underline !important;
	font-weight: bold !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer .wrapper {
	display: flex;
	max-width: 1200px;
	padding: 0 2%;
	margin: 0 auto;
	justify-content: space-between;
}
.footer-menu {
	font-family: 'Brandon Grotesque Bold';
	background-color: #fff;
	padding: 40px 0;
	font-size: 13px;
}
.footer-menu .footer-left ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 20px;
}
.footer-menu .footer-left ul li {
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer-menu .footer-left ul li a {
	color: #01426A;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-menu .footer-right {
	display: flex;
	align-items: center;
	line-height: 17px;
}
.footer-menu .footer-right .footer-student-login {
	display: flex;
	align-items: center;
	gap: 2px;
}
.footer-menu .footer-right .footer-student-login img {
	width: 13px;
	height: 15px;
}
.footer-menu .footer-right a {color: #2570BB;}
.footer-menu .footer-right .footer-div {
	display: inline-block;
	width: 0;
	height: 20px;
	padding-left: 20px;
	margin-right: 20px;
	border-right: 2px solid #01426A;
}
.footer-blue {
	font-family: 'Brandon Grotesque Bold';
	background-color: #01426A;
	padding: 40px 0;
	font-size: 13px;
}
.footer-blue .footer-blue-left {
	display: flex;
	align-items: center;
	gap: 20px;
}
.footer-blue .footer-blue-right {
	display: flex;
	align-items: center;
}
.footer-blue .footer-blue-right ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-blue .footer-blue-right ul li {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 0;
}
.footer-blue .footer-blue-right ul li:first-child {
	margin-right: 10px;
	padding-right: 10px;
}
.footer-blue .footer-blue-right ul li:first-child::after {
	content: "";
	background: #fff;
	position: absolute;
	right: -1px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0.5em 0 !important;
	width: 2px;
	height: 20px;
}
.footer-blue .footer-blue-right ul li a {
	color: #fff;
	font-weight: bold;
}
.footer-copyright {
	background-color: #E3E6E5;
	padding: 40px 0;
	font-size: 11px;
}
.footer-copyright .about-text {
	width: 50%;
	color: #01426A;
	line-height: 16px;
}
.footer-copyright .copyright-text {
	flex-grow: 1;
	text-align: right;
	font-family: 'Brandon Grotesque Bold';
	font-weight: bold;
	color: #01426A;
}

/****** Contact Form ******/
#frm_form_18_container .frm_description li {
	font-size: 18px !important;
	color: #37424A !important;
}
.iti__country-container button.iti__selected-country {
	padding-left: 10px !important;
}
/****** End Contact Form ******/

/****** News ******/
section.news-herzing h2 {
	margin-top: 3px;
	margin-bottom: 0px;
}
section.news-herzing {
	padding: 40px 0 90px;
	margin-bottom: 0;
}
.slick-slide {margin: 0px 15px;}
.slick-list.draggable {width: 70%;}
.list-recent.slick-slider {
	display: flex;
	justify-content: center;
	align-items: center;
}
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
	font-size: 0px;
	background-color: transparent;
	background-image: url(assets/arrow-right-blue.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	transition: .5s;
}
button.slick-arrow:hover {opacity: .5;}
button.slick-prev.slick-arrow {transform: rotate(180deg);}
.recent-line {
	background-color: #A9B2B1;
	height: 1px;
	width: 70%;
}
section.news-herzing[background-color=grey] {background-color: #f4f5f5;}
section.news-herzing[background-color=white] {background-color:#fff}
/****** End News ******/

/*--------------------------------------------------------------
# Block - Discover
--------------------------------------------------------------*/
.discover {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
.discover-img {
	display: flex;
	align-items: flex-end;
}

/*** Preset 1 ***/
.discover-block[preset="1"] .discover-logo {margin-left:20px;}
.discover-block[preset="1"] .discover-content p {font-size:18px;}
.discover-block[preset="2"] .discover-quote {
	max-width: 1200px;
	margin: 0 auto;
	padding:0 2%;
}
.discover-block[preset="1"] .discover-quote p {
	max-width: 80%;
	margin-left: 20px;
	font-family: 'Brandon Grotesque Light';
	font-size: 2rem;
	line-height: 2.5rem;
}
.discover-block[preset="1"] .discover-quote h5 {
	text-align: right;
	max-width: 80%;
}
.discover-block[preset="1"] .discover-quote h5:hover {
	opacity: .5;
	transition: .2s;
}
.discover-block[preset="1"] .discover-block .discover-content p a {
	color: inherit;
	text-decoration: underline;
}

/*** Preset 2 ***/
.discover-block[preset="2"] {
	display: flex;
	align-items: center;
	position: relative;
	padding: 60px 0 60px 0;
	margin-right: 0;
	min-height: 577px;
}
.discover-block[preset="2"] .discover-quote__wrapper-col-50 {width:50%;}
.discover-block[preset="2"] .discover-quote {
	max-width: 1200px;
	margin: 0 auto;
	padding:0 2%;
}
.discover-block[preset="2"] .discover-quote p {
	margin-left:0;
	max-width: 100%;
	text-align:left;
}
.discover-block[preset="2"] .discover-quote h5 {text-align:left;}
.discover-block[preset="2"] .discover-img {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align:right;
	width: 40%;
}
.discover-block[preset="2"] .discover-quote p.discover-quote__highlight {
	text-align: left;
	font-size: 24px;
	line-height: 36px;
	font-family: 'Proxima Nova Regular';
	margin-bottom: 24px;
}
.discover-block[preset="2"] .discover-content {
	text-align: left;
	font-size: 18px;
	line-height: 26.4px;
	font-family: 'Proxima Nova Regular';
}
.discover-block[preset="2"] .discover-content p {
	font-family: 'Proxima Nova Regular';
	font-size: 18px;
	line-height: 26.4px;
}
.discover-block[preset="2"] .discover-link {
	margin-top: 40px;
	display:block;
}
.discover-block[preset="2"] .discover-link h5 {
	text-align: left;
	margin-bottom: 0;
}

/*** Preset 3 ***/
.discover-block[preset="3"] {
	display: flex;
	align-items: center;
	position: relative;
	padding: 60px 0 60px 0;
	margin-right: 0;
	min-height: 577px;
}
.discover-block[preset="3"] .discover-quote__wrapper-col-50 {width:50%}
.discover-block[preset="3"] .discover-quote {
	display: flex;
	flex-direction: row-reverse;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2%;
}
.discover-block[preset="3"] .discover-quote h5 {text-align:left;}
.discover-block[preset="3"] .discover-img {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
}
.discover-block[preset="3"] .discover-quote p.discover-quote__highlight {
	text-align: left;
	font-size: 24px;
	line-height: 36px;
	font-family: 'Proxima Nova Regular';
	margin-bottom:24px;
}
.discover-block[preset="3"] .discover-content {
	text-align: left;
	font-size: 18px;
	line-height: 26.4px;
	font-family: 'Proxima Nova Regular';
}
.discover-block[preset="3"] .discover-content p {
	margin-left: 0;
	max-width: 100%;
	text-align: left;
	font-family: 'Proxima Nova Regular';
	font-size: 18px;
	line-height: 26.4px;
}
.discover-block[preset="3"] .discover-content p a {
	color: inherit;
	text-decoration: underline;
}
.discover-block[preset="3"] .discover-link {
	margin-top: 40px;
	display: block;
}
.discover-block[preset="3"] .discover-link h5 {
	text-align: left;
	margin-bottom: 0;
}

.discover-block {
	background-size: cover;
	background-repeat: no-repeat;
}

/*** Preset Colours ***/
.discover-block[background-color=teal] {background-color: #dbf6f8;}
.discover-block[background-color=grey] {background-color: #f4f5f5;}
.discover-block[background-color=white] {background-color: #fff;}
.discover-block[background-color=blue] {background-color: #01426A;}
.discover-block[background-color=light_blue] {background-color: #BBEEF1;}
.discover-block[background-color=dark_blue] {background-color: #19242e;}
.discover-block[background-color=green] {background-color: #004650;}

.discover-block[background-color=blue] .discover-quote__highlight,
.discover-block[background-color=dark_blue] .discover-quote__highlight,
.discover-block[background-color=green] .discover-quote__highlight {color: #fff;}

.discover-block[background-color=blue] a.discover-link h5,
.discover-block[background-color=dark_blue] a.discover-link h5,
.discover-block[background-color=green] a.discover-link h5{color: #fff;}

/*--------------------------------------------------------------
# Block - Stories
--------------------------------------------------------------*/
.top-3-stories {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	min-height: 200px;
}
.story1 {
	background-color: #4b92db;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 200px;
}
.story1 img {
	max-width: 40px;
	height: auto;
}
.story2 {background-color: #01426a;}
.story3 {background-color: #4b92db;}
.story1, .story2, .story3, .f-story {background-size: cover;}
.f-story {
	min-height: 600px;
	background-color: #01426a;
	text-align: center;
	display: grid;
	align-items: center;
}
.f-story .tri {
	background-image: url(/wp-content/themes/herzing/assets/triangle-left.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	height: 100%;
}
.f-story .tri:hover {background-color: #09476a70;}
.tri .wrapper {
	display: grid;
	align-items: center;
	height: 100%;
}
.f-story h2 {color: #fff;}
.f-story-caption {
	color: #fff;
	opacity: 0;
	transition: .5s all;
	padding: 50px 15% 150px;
}
.f-story:hover .f-story-caption {opacity: 1;}
.story-caption {
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	transition: .5s all;
	background-color: #ffffffc4;
	border-bottom: 10px solid #4b92db;
	padding: 10%;
	max-height: 300px;
	overflow: scroll;
}
.story-caption:hover {opacity: 1;}
h4.f-story-name {color: #fff;}
.more-stories {
	width: 40%;
	background-color: #01426A;
	background-image: url('assets/more-stories-bg.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto 100%;
	padding: 40px;
	text-align: left;
	float: right;
	margin-top: -110px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
}
.more-stories img {width: 30px;}

/*--------------------------------------------------------------
# Block - International
--------------------------------------------------------------*/
.international {
	background-color: #01375c;
	background-image: url('assets/campus-loacations_coming-from-aborad_section-banner_navy.png');
	background-repeat: no-repeat;
	background-size: 952px 500px;
	background-position: top left;
}
.international * {color: #fff;}
.int-left {
	padding-right: 50px;
	padding-top: 50px;
	min-height: 500px;
}
.int-right {
	width: 50%;
	position: absolute;
	right: 0px;
	height: 500px;
	background-size: cover;
}
.international h2 {margin-top: 0px;}
.international h5 {
	float: left;
	margin: 4px 0;
	margin-right: 20px;
}
.international a {margin-top: 40px;}


/*--------------------------------------------------------------
# Block - Take the Next Step Form
--------------------------------------------------------------*/
.p-optin {
	display: flex;
	align-items: flex-start;
}
.p-optin input {margin-top: 5px;}
.request-btn {
	display: block;
	width: 100%;
}

/*--------------------------------------------------------------
# Block - Campus Locations
--------------------------------------------------------------*/
.campus-location-block {
	background-image: url('assets/campus-location-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 90px 0;
}
.campus-location-block-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 2%;
	max-width: 1200px;
}
.campus-location-left {
	flex: 1 0 50%;
	padding-right: 30px;
}
.campus-location-left h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	margin: 0;
}
.campus-location-left h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: initial;
}
.campus-location-left a {
	display: inline-block;
	padding: 14px 30px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	background-color: #2570BB;
}
.campus-location-right {
	flex: 1 0 50%;
	text-align: right;
	padding-left: 30px;
}
.campus-location-right .campus-image {margin-bottom: 15px;}
.campus-location-right a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

/*--------------------------------------------------------------
# Single Programs Page
--------------------------------------------------------------*/

.page-featured {
	color: #fff;
	font-size: 16px;
}
.featured-bg {
	background-size: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.program-content-container {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	margin-top: 50px;
}
.program-content {flex-grow: 1;}
.program-content-sidebar {
	flex: none;
	width: 410px;
}
.program-content-sidebar h2 {
	margin: 0 0 30px 0;
	font-family: 'Brandon Grotesque Regular';
	font-size: 2rem;
	line-height: 2.4rem;
	color: #01426a;
}

/*** Program Nav ***/
.program-nav {
	padding: 20px;
	color: #efefef;
	position: sticky;
	top: 105px;
	z-index: 1;
	background-color: #F5F5F5;
}
.program-nav ul {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
	display: flex;
	justify-content: center;
	gap: 30px;
}
.program-nav ul li {padding: 0;}
.program-nav a {
	color: #01426A;
	font-family: 'Brandon Grotesque Bold';
	text-decoration: none;
	font-size: 18px;
}
.s-program {margin-top: 50px;}
.s-program h2 {margin-top: 0px;}
.hide {display: none;}
.program-nav a.active {
	color: #2570BB;
	border-bottom: 1px solid #2570BB;
}

/*** Program Overview ***/
.program-overview {margin-bottom: 30px;}
.program-overview-content table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
.program-overview-content table tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ADADAD;
}
.program-overview-content table tr td.overview-label {
	width: 190px;
	font-size: 18px;
	font-weight: bold;
	color: #01426A;
	text-transform: uppercase;
	vertical-align: top;
}
.program-overview-content table tr td.overview-content {
	font-size: 14px;
	font-weight: bold;
	color: #37424A;
	vertical-align: top;
}
.program-overview-content table tr td.overview-content a {
	color: #37424A;
	text-decoration: underline;
}
.program-generic-content {margin-bottom: 30px;}

.program-employment-stats {margin-bottom: 30px;}
.program-employment-stats img {
	display: block;
	margin: 0 auto 20px auto;
}
.program-employment-stats h2 {
	font-family: 'Proxima Nova Extrabold';
	text-transform: uppercase;
	text-align: center;
	line-height: initial;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #01426a;
}
.program-employment-stats-content {text-align: center;}
.program-employment-stats-content p {
	color: #01426a;
	font-size: 16px;
	line-height: 1.2rem;
}
.program-employment-stats-button {
	position: relative;
	display: block;
	margin: 0 auto;
	width: fit-content;
	font-family: proxima-nova, sans-serif;
	font-weight: 600;
	font-size: 1rem;
	padding: 14px 20px 14px 48px;
	border-radius: 0;
	text-align: left;
	border: none;
	background-color: #01426a;
	color: #fff !important;
}
.program-employment-stats-button svg {
	left: 20px;
	height: 14px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	vertical-align: top;
	color: #fff;
}


.program-explore {margin-bottom: 30px;}
.program-explore .exploration__section {
	z-index: 0;
	padding: 0;
	margin-bottom: 40px;
}
.program-explore .exploration__section .wrapper {padding: 0;}
.program-explore .exploration__section .wrapper .col-60 {width: 100%;}
.program-explore .exploration__section .wrapper .col-60 .exploration__section-icon {margin-bottom: 10px;}
.program-explore .exploration__section .wrapper .col-60 h5 {margin: 0;}
.program-explore .exploration__section .wrapper .col-60 h4 {
	line-height: initial;
	margin: 0 0 15px 0;
	font-size: 14px;
}
.program-explore .exploration__section .wrapper .col-60 h2 {
	font-family: 'Proxima Nova Extrabold';
	line-height: initial;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
.program-explore .exploration__section .wrapper .col-60 p {
	font-size: 16px;
	line-height: 1.2rem;
}
.program-explore .exploration__section .wrapper .col-60 button {
	background-color: #01426A;
	font-size: 14px;
}
.program-explore .exploration__section-background {display: none;}
.program-explore .admissions-link {
	padding: 30px 0;
	border-top: 1px solid #ADADAD;
	border-bottom: 1px solid #ADADAD;
	text-align: center;
	color: #2570BB;
	text-transform: uppercase;
	font-family: 'Proxima Nova Extrabold';
	font-size: 14px;
}
.program-explore .admissions-link a {color: #2570BB;}
.program-explore .admissions-link a:visited,
.program-explore .admissions-link a:focus {color: #2570BB;}

.program-next-steps p {font-size: 16px;}
.program-next-steps ul li {font-size: 16px;}
.program-next-steps a.sidebar-btn {
	background-color: #01426A;
	font-size: 14px;
	padding: 15px 25px;
	color: #fff;
	font-weight: 600;
}
.program-next-steps {margin-bottom: 50px;}
.program-why-choose h2 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	margin-bottom: 40px;
}
.program-why-choose {
	display: flex;
	flex-direction: column;
	padding: 30px;
	margin-bottom: 50px;
	background-color: #083283;
	background-image: url('assets/why-choose-bg-1.svg');
	background-repeat: no-repeat;
	background-size: cover;
	justify-content: center;
}
.program-why-choose h2 {margin-bottom: 40px;}
.program-why-choose-content {
	width: 100%;
	text-align: left;
	margin-bottom: 40px;
}
.program-why-choose-content {
	color: #fff;
	font-size: 15px;
}
.program-why-choose-content p {
	color: #fff;
	font-size: 15px;
}
.program-why-choose-content ul {
	margin: 0 0 0 18px;
	padding: 0;
}
.program-why-choose-content ul li {
	margin-bottom: 10px;
	padding: 0;
}
.program-why-choose a.sidebar-btn {
	display: inline-block;
	margin: 0 auto;
	background-color: #2570BB;
	font-size: 14px;
	padding: 15px 25px;
	color: #fff;
	font-weight: 600;
}
.program-related {
	padding: 20px;
	background-color: #01426a;
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
}
.program-related h3 {
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 15px;
	text-transform: uppercase;
}
.program-related ul {
	margin: 0 0 0 20px;
	padding: 0;
}
.program-related ul li {
	padding: 0;
	margin: 0 0 10px 0;
	color: #fff;
}
.program-related ul li a {
	color: #fff;
	text-decoration: underline;
	font-size: 15px;
}
.programs-content-main h2 {
	position: relative;
	font-size: 36px;
	color: #01426A;
}
.programs-content-main h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	left: -30px;
	top: 10px;
	background-image: url('assets/triangle-blue.svg');
	background-size: 15px 15px;
}
.programs-content-main h3 {
	font-size: 24px;
	font-family: 'Brandon Grotesque Thin';
	color: #1E4B8C;
	line-height: 2rem;
}
.programs-content-main h4 {
	font-size: 18px;
	color: #2570BB;
}
.programs-content-main .herzing-block__blogpost-content p > a {
	font-family: 'Proxima Nova Extrabold';
	color: #2570BB;
	font-size: 14px;
}

.background-color-legal {
	background-color: #93509e;
  	color: #fff;
}
.background-color-media {
	background-color: #99c;
  	color: #fff;
}
.background-color-online {
	background-color: #a1006b;
	color: #fff;
}
.background-color-public-safety {
	background-color: #636;
  	color: #fff;
}
.background-color-health-care {
	background-color: #de4561;
  	color: #fff;
}
.background-color-construction {
	background-color: #f69240;
  	color: #fff;
}
.background-color-trades {
	background-color: #37424a;
  	color: #fff;
}
.background-color-kompass {
	background-color: #dbf6f8;
  	color: #01426a;
}
.background-color-business {
	background-color: #066;
  	color: #fff;
}
.background-color-design {
	background-color: #009b74;
  	color: #fff;
}
.background-color-technology {
	background-color: #73af55;
  	color: #fff;
}
.background-color-education {
	background-color: #f3cf45;
  	color: #01426a;
}
.background-color-herzing {
	background-color: #01426a;
  	color: #fff;
}

/*--------------------------------------------------------------
# Program Explorer
--------------------------------------------------------------*/
.program-explorer-container {padding: 60px 0;}
.program-explorer-container h2 {margin-top: 0;}
.program-explorer .row-lg {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-areas:
      "item item item"
      "desc desc desc";
	gap: 10px;
	border-bottom: 2px solid #fff;
}
.program-explorer .row-lg:last-child {border-bottom: none;}
.program-explorer {
	position: relative;
	margin-bottom: 30px;
	border-top: 1px solid #A9B2B1;
	border-bottom: 1px solid #A9B2B1;
	padding-top: 8px;
	padding-bottom: 8px;
}
.program-area-title {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	justify-content: space-between;
	height: 220px;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	background-color: #F5F5F5;
	color: #fff;
	/*background-image: url('assets/bg-explorer-default.jpg');*/
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 10px #00000029;
}
.program-area-title-content {
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	width: 100%;
	flex-grow: 1;
}
.program-area-title::after {
	content: '';
	position: absolute;
	display: block;
	background-image: url('assets/icon-plus.svg');
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	bottom: 10px;
	right: 15px;
}
.program-area-title.active::after {
	content: '';
	position: absolute;
	display: block;
	background-image: url('assets/icon-close.svg');
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	bottom: 10px;
	right: 15px;
}
.program-area-title .img-container {
	width: 48px;
	height: 48px;
}
.program-area-title .img-container img {height: 48px;}

.program-area-title .view-text {
	display: block;
	width: 100%;
	padding: 10px 30px 10px 30px;
	font-size: 14px;
	background: #fff;
	color: #01426A;
	text-transform: uppercase;
	letter-spacing: 1.3px;
}
.program-area-title.active .view-text {
	background: transparent;
	color: #fff;
}

.program-area-title img.active {display: none;}
.program-area-title.active img.active {display: block;}

.program-area-title.active img.inactive {display: none;}
.program-area-title:not(.active) img.inactive {display: block;}

.area-content-container {
	position: relative;
	display: none;
	grid-area: desc;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	padding: 30px 0;
}
.area-content-container.show-container {display: grid;}
.area-content h2 {margin: 0;}
.area-languages {
	display: flex;
	flex-direction: column;
}
.area-languages > div {margin-bottom: 30px;}
.area-languages > div:last-child {margin-bottom: 0;}
.area-of-interest-title {
	display: inline-block;
	font-size: 14px;
	color: #01426A;
	font-weight: bold;
	border-top: 3px solid;
	margin-bottom: 30px;
}
.area-languages.en-CA .english-list {order: 1;}
.area-languages.en-CA .french-list {order: 2;}
.area-languages.fr-CA .english-list {order: 2;}
.area-languages.fr-CA .french-list {order: 1;}
.all-programs-link-container {order: 3;}

.child-list-container .english-list,
.child-list-container .french-list {margin-bottom: 40px;}
.area-languages .child-list {margin-bottom: 30px;}
.area-languages .child-list div {margin-bottom: 0;}



ul.program-list {
	margin: 0 0 15px 0;
	padding: 0;
}
ul.program-list li {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #d4d8d8;
	list-style: none;
}
ul.program-list li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	color: #37424A;
	text-decoration: none;
}
.area-of-interest-sub-title {}
.area-of-interest-main-description {
	font-size: 16px;
	margin-bottom: 40px;
}
a.book-tour-btn {
	display: inline-block;
	background-color: #01426A;
	color: #fff;
	text-align: center;
	padding: 14px 60px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
span.book-tour-btn {
	display: inline-block;
	background-color: #01426A;
	color: #fff;
	text-align: center;
	padding: 14px 60px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
.program-select {
	text-align: center;
	font-family: 'Proxima Nova Extrabold';
	color: #01426A;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 3px;
}
.all-programs-link-container {text-align: right;}
.all-programs-link-container a {
	font-family: 'Proxima Nova Extrabold';
	font-size: 14px;
	text-transform: uppercase;
	color: #2570BB;
	letter-spacing: 1px;
}
.wpb_column .program-explorer-container .wrapper {
	max-width: 100%;
	padding: 0;
}

/*--------------------------------------------------------------
# Area of Interest archive
--------------------------------------------------------------*/
.area-of-interest-program {margin-bottom: 5px;}
.area-of-interest-program a {
	font-size: 16px;
	color: #37424A;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Block - Exploration Kit
--------------------------------------------------------------*/
.exploration__section-background-svg-left {
	max-width: 100%;
	width: 700px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background-image: url('assets/header/career-exploration-overlay-light.svg');
	background-size: cover;
}
.exploration__section-background-svg-right {
	max-width: 100%;
	width: 700px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-image: url('assets/header/career-exploration-overlay-light.svg');
	background-size: cover;
	background-position: top right;
}




/******* Extra stuff because this site is getting out of hand ********/
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {position: relative;}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a::after {
	content: '';
	display: block;
	background-image: url('assets/icon-blue-arrow-down.svg');
	width: 23px;
	height: 23px;
	background-size: 23px 23px;
	position: absolute;
	top: 13px;
	right: 0;
}
.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-right.vc_tta-panel-title>a::after {
	rotate: 180deg;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a i {display: none;}

footer#colophon + p,footer#kpd-footer + style + p {margin:0;}
footer#colophon + p br,footer#kpd-footer + style + p br {display: none;}

.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_scale input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {width: 18px !important;}
.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	padding-left: 0;
	text-indent: 0;
}

/*** Programs Nav Menu ***/
.menu-program-list-container-main {height: 100%;}
.programs-mobile {display: none !important;}
.programs-menu.main-sub-menu {gap: 10px;}
.programs-menu .menu-program-list-container {
	display: none;
	overflow: auto;
/* 	max-height: 320px; */
}
.menu-program-sub-title {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 18px;
}
.programs-menu.main-sub-menu ul li {
	margin-bottom: 15px;
	line-height: 15px;
}
.menu-program-link {
	display: inline-block !important;
	box-sizing: border-box;
	position: relative;
	outline: none;
	line-height: 15px;
}
.menu-program-link.active::before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	border-bottom: 1px solid #01426A;
}
.menu-program-link:focus {outline: none !important;}
.programs-menu .menu-program-list-container.menu-active {display: flex;}
.programs-menu .menu-title {margin-bottom: 20px;}
.programs-menu .menu-program-list li {
	margin-bottom: 15px;
	padding-bottom: 0;
}
.programs-menu .menu-language-title {
	color: #2570BB;
	margin-bottom: 20px;
	font-weight: 500;
}
.programs-menu .menu-program-list li a {
	color: #01426A;
	line-height: 15px;
}
.programs-menu .menu-languages {gap: 30px;}
.menu-languages.fr-CA .frenh-list {order: 1;}
.menu-languages.fr-CA .english-list {order: 2;}
/*** End Programs Nav Menu ***/

/*** Instructor Accordion ***/
.instructor-container .instructor-heading {
	background-color: transparent!important;
	border-radius: 0!important;
	border-left: 0!important;
	border-right: 0!important;
	cursor: pointer;
}
.instructor-container .instructor-title-container {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
}
.instructor-container .instructor-title-container > span {
	padding-left: 0!important;
	padding-right: 0!important;
	color: #37424a!important;
	font-family: Proxima Nova Bold;
	font-size: 18px;
	line-height: 1.22222;
	text-transform: initial;
	position: relative;
	text-decoration: none;
}
.instructor-container .instructor-name {text-transform: initial !important;}
.instructor-container .instructor-title {
	text-transform: initial !important;
	border-bottom: 0;
}
.instructor-container .instructor-btn {
	content: '';
	display: block;
	background-image: url(assets/icon-blue-arrow-down.svg);
	width: 23px;
	height: 23px;
	background-size: 23px 23px;
}
.instructor-container .instructor-btn.instructor-active {rotate: 180deg;}
.instructor-container .instructor-body {
	background-color: transparent!important;
	border-left: 0!important;
	border-right: 0!important;
	padding-left: 0!important;
	margin-bottom: 35px;
}
.instructor-container .instructor-body p {margin-top: 0;}
/*** End Instructor Accordion ***/

@media (max-width:1300px) {
	/*--------------------------------------------------------------
	# Block - Discover
	--------------------------------------------------------------*/

	/*** Preset 2 ***/
	.discover-block[preset="2"] .discover-img {width: 45%;}
	/*** End Preset 2 ***/

	/*** Preset 3 ***/
	.discover-block[preset="3"] .discover-img {width: 45%;}
	/*** End Preset 3 ***/
}

@media screen and (max-width: 1179px) {
	.prim-nav {
		background-image: none;
		background-color: #01426A;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.site-header {position: relative;}
	.site-branding {padding: 15px 0;}
	.site-branding img {max-width: 105px;}
	.top-bar {display: none;}
	.main-navigation ul.nav-menu {display: none;}
	.menu-languages-container li:first-child::after {display: none;}
	.mobile-nav.toggled-on {display: block;}
	.main-navigation #mobile-menu.toggled-on ul.nav-menu,
	.menu-toggle {display: inline-block;}
	a.search-btn {display: none;}
	.mobile-lang-menu {display: flex;}
	.program-nav {top: 0;}
	.programs-mobile {
		display: flex !important;
		padding: 0 !important;
	}
	.site-footer .wrapper {
		flex-direction: column;
		align-items: center;
	}
	.footer-menu .footer-left ul {
		flex-direction: column;
		text-align: center;
	}
	.footer-menu .footer-right {
		flex-direction: column;
		text-align: center;
		gap: 20px;
		line-height: initial;
		margin-top: 25px;
		padding-top: 25px;
		border-top: 2px solid #A9B2B1;
	}
	.footer-menu .footer-right .footer-div {display: none;}
	.site-footer .footer-blue .wrapper {gap: 25px;}
	.footer-blue .footer-blue-right ul li:first-child {padding-right: 20px;}
	.footer-blue .footer-blue-right ul li:first-child::after {display: none;}
	.site-footer .footer-copyright .wrapper {gap: 40px;}
}

@media screen and (max-width: 768px) {
	.banner__section {min-height: 350px}
	.banner .banner__section-program {min-height: 300px !important}
	.banner .banner__section-regular {min-height: 300px !important}
	.hero-banner__background-desktop{display:none}
	.hero-banner__background-mobile{display:block}
	.wrapper, .site-main {padding: 0 5%;}
	.mobile-nav {padding: 30px 5%;}
	.site-footer .wrapper {padding: 0 5%;}
	.campus-location-block {padding: 60px 0;}
	.campus-location-block-container {
		padding: 0 5%;
		gap: 30px;
		flex-direction: column;
	}
	.campus-location-left {padding: 0;}
	.campus-location-right {
		padding: 0;
		text-align: left;
	}

	.kpd-page-banner .page-title {font-size: 24px !important;}
	
	/*--------------------------------------------------------------
	# Block - Discover
	--------------------------------------------------------------*/

	/*** Preset 1 ***/
	.discover-block[preset="1"] {
		display: flex;
		flex-direction: column;
		margin-right: 0px;
		flex-direction: column-reverse;
		padding-bottom: 0;
	}
	.discover-block[preset="1"] .discover-quote p {
		max-width: 100%;
		text-align: left;
		font-size: 32px;
		line-height: 36px;
		margin: 0;
		padding: 60px 5% 0 5%;
	}
	.discover-block[preset="1"] .discover-quote h5 {
		text-align: center;
		font-size: 14px;
		max-width: 100%;
	}
	/*** End Preset 1 ***/

	/*** Preset 2 ***/
	.discover-block[preset="2"] {
		flex-direction: column-reverse;
		padding-bottom: 0;
	}
	.discover-block[preset="2"] .discover-quote__wrapper-col-50{width: 100%}
	.discover-block[preset="2"] .discover-quote {padding: 0 30px}
	.discover-block[preset="2"] .discover-quote p.discover-quote__highlight {
		font-size: 20px;
		line-height: 26px;
	}
	.discover-block[preset="2"] .discover-img {
		position: relative;
		max-width: 100%;
		padding-top: 20px;
		width: 100%;
		justify-content: flex-end;
	}
	.discover-block[preset="2"] .discover-img img {
		width: 400px;
		max-width: 100%;
	}
	.discover-block[preset="2"] .discover-content {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 25px;
	}
	.discover-block[preset="2"] .discover-link {margin-top: 0;}
	.discover-block[preset="2"] .discover-link h5 {
		font-size: 12px;
		margin-top: 0;
		padding: 0;
	}
	/*** End Preset 2 ***/

	/*** Preset 3 ***/
	.discover-block[preset="3"] .discover-content {
		font-size: 15px;
		line-height: 20px;
	}
	.discover-block[preset="3"] .discover-content p {
		font-size: 15px;
		line-height: 20px;
	}
	.discover-block[preset="3"] .discover-img {
		position: relative;
		max-width: 100%;
		padding-top: 20px;
		width: 100%;
		justify-content: flex-end;
	}
	.discover-block[preset="3"] .discover-img img {
		width: 400px;
		max-width: 100%;
	}
	.discover-block[preset="3"]{
		flex-direction: column-reverse;
		padding-bottom: 0;
	}
	.discover-block[preset="3"] .discover-quote__wrapper-col-50 {width: 100%;}
	.discover-block[preset="3"] .discover-quote {padding: 0 30px;}
	.discover-block[preset="3"] .discover-quote p.discover-quote__highlight {
		font-size: 20px;
		line-height: 26px;
	}
	/*** End Preset 3 ***/

	.top-3-stories {
		display: grid;
		grid-template-columns: 1fr;
	}
	.more-stories {width: 100%;}
	.ss-content {width: 100%;}
	button.review {
		float: left;
		margin-top: 0px;
		margin-bottom: 40px;
	}
	.international {
		background-color: #083283;
		background-image: none;
	}
	.international .wrapper {padding: 0;}
	.two-col {grid-template-columns: 1fr;}
	.int-left {
		background-image: url('assets/campus-loacations_coming-from-aborad_section-banner_navy.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top left;
		padding: 50px 25px;
		min-height: 0px;
		grid-row: 2;
	}
	.int-right {
		width: 104%;
		margin-left: -2%;
		position: relative;
		right: 0px;
		height: 250px;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.program-content-container {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.programs-video iframe {
		display: block;
		margin: 0 auto;
	}
	.program-nav {top: 0;}
	.program-explorer {
		display: flex;
		flex-direction: column;
		gap: 15px;
		border: none;
	}
	.program-explorer .row-lg {
		display: flex;
		flex-direction: column;
		border-bottom: 0;
		gap: 15px;
	}
	.program-area-title {height: 181px;}
	.program-area-title:first-child {border-right: none;}
	.program-area-title:nth-child(5) {border-left: none;}
	.program-area-title {border-bottom: 2px solid #fff;}
	.area-content-container {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	.program-content-sidebar {width: 100%;}
}

@media (max-width: 670px) {
	/*--------------------------------------------------------------
	# Footer
	--------------------------------------------------------------*/
	.social-footer-container {	justify-content: center;}
}

@media (max-width: 575.98px) {

	/*--------------------------------------------------------------
	# Side badges
	--------------------------------------------------------------*/

	.gfq-wrap {
		top: auto;
		right: 0;
		margin-top: 0px;
		bottom: 0px;
		width: 100%;
	}

	.hover-text {
		visibility: visible;
		opacity: 1;
		white-space: normal;
		grid-row: 2;
		font-size: 10px;
		padding: 0px;
	}

	.gfq-badge {
		padding-top: 15px;
		width: auto;
		height: auto;
		border-radius: 0px;
		display: grid;
		padding-left: 10px;
		padding-right: 10px;
		box-shadow: none;
		border: 0;
	}

	.hover-text {
		width: 100%;
		height: auto;
		float: left;
		margin: 0px;
		padding-right: 0px;
		border-radius: 0px;
		position: relative;
		left: 0px;
		box-shadow: none;
		line-height: 15px;
	}

	.gfq-badge .icon {
		width: auto;
		height: auto;
		border-radius: 0px;
		height: 22px;
		background-size: contain;
	}
	.active-badge::before, .gfq-badge:hover::before {display: none;}
	.gfq-wrap .badges {
		flex-direction: row;
		justify-content: space-between;
		height: 85px;
		padding-top: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
	span.hide {display: none;}
	.gfq-panel {
		right: 0;
		left: 0;
		margin: auto;
		bottom: 85px;
	}

}

.instructors-anchor {
	display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.area-content-container-single {
	position: relative;
	display: grid;
	grid-area: desc;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	padding: 30px 0 0 0;
}

.area-content-container-single .area-content h2 {margin: 0;}
.area-content-container-single .area-languages {
	display: flex;
	flex-direction: column;
}
.area-content-container-single .area-languages > div {margin-bottom: 30px;}
.area-content-container-single .area-languages > div:last-child {margin-bottom: 0;}
.area-content-container-single .area-of-interest-title {
	display: inline-block;
	font-size: 14px;
	color: #01426A;
	font-weight: bold;
	border-top: 3px solid;
	margin-bottom: 30px;
}
.area-content-container-single .child-list-container {
	display: flex;
	flex-direction: column;
}
.area-content-container-single .area-languages.en-CA .child-list-container .english-list {order: 1;}
.area-content-container-single .area-languages.en-CA .child-list-container .french-list {order: 2;}
.area-content-container-single .area-languages.fr-CA .child-list-container .english-list {order: 2;}
.area-content-container-single .area-languages.fr-CA .child-list-container .french-list {order: 1;}

.area-content-container-single .child-list-container .english-list,
.area-content-container-single .child-list-container .french-list {margin-bottom: 40px !important;}
.area-content-container-single .area-languages .child-list {margin-bottom: 30px;}
.area-content-container-single .area-languages .child-list div {margin-bottom: 0;}

.landing-social .vc_column-inner .wpb_wrapper {
	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
}
.landing-addresses h3 {
	font-family: 'Brandon Grotesque Regular';
  	font-size: 1.25rem;
  	line-height: 2rem;
  	color: #01426a;
}


@media screen and (max-width: 768px) {
	.area-content-container-single {
		grid-template-columns: 1fr;
		gap: 50px;
	}
}

/** Hide Herzing Chat **/
.herzing-theme .chat-badge {display: none;}
/** End Hide Herzing Chat **/