/*!
Theme Name: iccit
Description: Custom theme for iccit
Version: 1.0.0
Text Domain: _iccit
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
	--color-blue: #002a5c;
	--color-black: #000;
	--color-white: #fff;
	--color-gray: #f2f3f5;
	--color-ccit: #a9bf38;
	--color-dem: #009abc;
	--color-pwc: #ffd34f;
	--color-tcs: #e31936;
	--color-border-gray: #c4c4c4;
	--color-hover-gray: #dbdbdb;
	--global-palette-btn-bg: var(--color-blue);
	--global-palette-btn-bg-hover: var(--color-blue);
	--global-kb-gap-xs: 8px;
	--global-kb-gap-sm: 12px;
	--global-kb-gap-md: 24px;
	--global-kb-gap-lg: 48px;
	--global-row-gutter-xs: 8px;
	--global-row-gutter-sm: 12px;
	--global-row-gutter-md: 16px;
	--global-row-gutter-lg: 24px;
	--global-kb-spacing-xxs: 8px;
	--global-kb-spacing-xs: 12px;
	--global-kb-spacing-sm: 16px;
	--global-kb-spacing-md: 24px;
	--global-kb-spacing-lg: 28px;
	--global-kb-spacing-xl: 32px;
	--global-kb-spacing-xxl: 36px;
	--global-kb-spacing-3xl: 40px;
	--global-kb-spacing-4xl: 44px;
	--global-kb-spacing-5xl: 48px;
}

@media screen and (max-width: 48rem) {

	body {
		--global-content-edge-padding: 20px;
	}
}

.has-blue-background-color {
	background-color: var(--color-blue) !important;
}

.has-blue-color {
	color: var(--color-blue) !important;
}

.bg-color-blue {
	--bg-color: var(--color-blue);
}

.content-color-blue {
	--content-color: var(--color-blue);
}

.color-blue {
	color: var(--color-blue);
}

.color-blue * {
	color: var(--color-blue);
}

.has-white-background-color {
	background-color: var(--color-white) !important;
}

.has-white-color {
	color: var(--color-white) !important;
}

.bg-color-white {
	--bg-color: var(--color-white);
}

.content-color-white {
	--content-color: var(--color-white);
}

.color-white {
	color: var(--color-white);
}

.color-white * {
	color: var(--color-white);
}

.has-black-background-color {
	background-color: var(--color-black) !important;
}

.has-black-color {
	color: var(--color-black) !important;
}

.bg-color-black {
	--bg-color: var(--color-black);
}

.content-color-black {
	--content-color: var(--color-black);
}

.color-black {
	color: var(--color-black);
}

.color-black * {
	color: var(--color-black);
}

.has-gray-background-color {
	background-color: var(--color-gray) !important;
}

.has-gray-color {
	color: var(--color-gray) !important;
}

.bg-color-gray {
	--bg-color: var(--color-gray);
}

.content-color-gray {
	--content-color: var(--color-gray);
}

.color-gray {
	color: var(--color-gray);
}

.color-gray * {
	color: var(--color-gray);
}

html,
body {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	font-size: 16px;
	line-height: 20px;
	color: black;
	background-color: white;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
	font-weight: 400;
}

html *,
body * {
	box-sizing: border-box;
}

html *::before,
html *::after,
body *::before,
body *::after {
	box-sizing: border-box;
}

body.course-template-default {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

@media screen and (max-width: 64rem) {

	body.course-template-default {
		height: auto;
	}
}

body.no-scroll {
	overflow: hidden;
}

.kb-button.kb-btn-global-fill,
.apply-filters__button,
button {
	font-family: "Montserrat", sans-serif;
	height: 32px;
	margin: 0 !important;
	padding: 0 16px;
	border-radius: 4px;
	color: white;
	appearance: none;
	background-color: var(--color-blue);
	border: 0;
	outline: 0;
	font-weight: 600;
}

.kt-btn-inner-text {
	font-size: 16px !important;
}

.wp-block-kadence-advancedbtn .kb-svg-icon-wrap svg {
	width: 13px;
}

figure {
	margin: 0;
}

video {
	width: 100%;
}

a {
	text-decoration: none;
	color: black;
}

a:focus,
a:visited {
	color: currentColor;
}

img {
	display: block;
	max-width: 100%;
}

h1,
.h1 {
	font-size: clamp(1.875rem, 2.6162790698vw, 2.25rem);
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
	margin-bottom: 10px;
}

h2,
.h2 {
	font-size: clamp(1.875rem, 2.6162790698vw, 2.25rem);
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
}

h3,
.h3 {
	font-size: clamp(1.5rem, 1.7441860465vw, 1.5rem);
	line-height: 1.3333333333;
	margin-top: 0;
	margin-bottom: 0;
}

h4,
.h4 {
	font-size: clamp(1rem, 1.1627906977vw, 1rem);
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 0;
}

h5,
.h5 {
	font-size: clamp(1rem, 1.1627906977vw, 1rem);
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 0;
}

h6,
.h6 {
	font-size: clamp(1rem, 1.1627906977vw, 1rem);
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 0;
}

li,
li a {
	font-size: clamp(0.875rem, 1.0174418605vw, 0.875rem);
	line-height: 1.2142857143;
	margin-top: 0;
	margin-bottom: 0;
}

p {
	font-size: clamp(0.875rem, 1.0174418605vw, 0.875rem);
	line-height: 1.2142857143;
	margin-top: 0;
	margin-bottom: 0;
}

p a {
	text-decoration: underline;
}

label,
small {
	font-size: 16px;
	font-weight: 400;
}

.wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

input[type="checkbox"] {
	accent-color: var(--blue);
}

.videoWrapper {
	position: relative;
	pointer-events: none;
	padding-bottom: 56.25%;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.wrapper {
	max-width: 90rem;
	margin: 0 auto;
	width: 100%;
	padding-left: var(--global-content-edge-padding, 15px);
	padding-right: var(--global-content-edge-padding, 15px);
}

.title-wrapper {
	color: white;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.title-wrapper p {
	width: 60%;
	line-height: 1.5;
}

@media screen and (max-width: 48rem) {

	.title-wrapper p {
		width: 100%;
	}
}

textarea::placeholder,
input::placeholder {
	font-size: 14px;
	line-height: 20px;
}

select,
input {
	border: 1px solid var(--color-border-gray);
	padding: 8px;
	border-radius: 4px;
	height: 32px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 12px;
	width: 100%;
	font-family: "Montserrat", sans-serif;
}

select:focus,
input:focus {
	outline: none;
}

.jet-filter + .jet-filter {
	margin-top: 0 !important;
}

.jet-search-filter__submit,
.search-submit {
	background: url("/wp-content/themes/iccit/assets/search-icon.svg") no-repeat right center;
	border: none;
	cursor: pointer;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}

.jet-search-filter__submit[disabled],
.search-submit[disabled] {
	opacity: 0.2;
	cursor: pointer;
	pointer-events: none;
}

.jet-active-tag--clear,
.jet-remove-all-filters__button {
	border: 0;
	background-color: transparent;
	text-decoration: underline;
	font-weight: 600;
	font-size: 16px;
	color: var(--color-blue);
	padding: 0;
	font-family: "Montserrat", sans-serif;
	cursor: pointer;
}

.jet-active-tag--clear .jet-active-tag__remove,
.jet-remove-all-filters__button .jet-active-tag__remove {
	display: none;
}

.filter-panel .jet-remove-all-filters__button {
	padding-top: 16px;
}

.back-to-mapping,
.search-submit,
.jet-search-filter__submit,
.jet-checkboxes-list__button {
	transition: opacity 300ms ease;
}

.back-to-mapping:not(disabled):hover,
.search-submit:not(disabled):hover,
.jet-search-filter__submit:not(disabled):hover,
.jet-checkboxes-list__button:not(disabled):hover {
	opacity: 0.7;
}

.back-to-mapping {
	margin-top: 24px;
	margin-bottom: 16px;
}

.back-to-mapping a {
	display: flex;
	align-items: center;
	gap: 12px;
}

.grid-4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 24px;
}

@media screen and (max-width: 64rem) {

	.grid-4 {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 48rem) {

	.grid-4 {
		grid-template-columns: 1fr;
	}
}

.grid-6 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 24px;
}

@media screen and (max-width: 64rem) {

	.grid-6 {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 48rem) {

	.grid-6 {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 64rem) {

	.filter-panel-mobile {
		background-color: white;
		position: fixed !important;
		left: 100%;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.filter-panel-mobile > .kt-inside-inner-col {
		height: 100%;
	}

	.filter-panel-mobile > .kt-inside-inner-col .filter-wrapper-mobile {
		overflow: scroll;
		height: calc(100% - 126px);
	}

	.filter-panel-mobile .filter-wrapper-buttons-mobile {
		position: absolute;
		background: white;
		width: 100%;
		bottom: 0;
	}

	.filter-panel-mobile.show {
		left: 0;
	}
}

[data-query-var="stream"] .jet-checkboxes-list__label {
	width: 40px;
}

main .alignfull > .kt-row-column-wrap,
main .alignfull > .kt-row-layout-inner > .kt-row-column-wrap,
main .kt-row-has-bg > .kt-row-column-wrap,
footer .alignfull > .kt-row-column-wrap,
footer .alignfull > .kt-row-layout-inner > .kt-row-column-wrap,
footer .kt-row-has-bg > .kt-row-column-wrap {
	padding-left: 0;
	padding-right: 0;
}

main > .wp-block-kadence-column .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap.kb-theme-content-width,
main > .kb-row-layout-wrap > .kt-row-column-wrap.kb-theme-content-width,
footer > .wp-block-kadence-column .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap.kb-theme-content-width,
footer > .kb-row-layout-wrap > .kt-row-column-wrap.kb-theme-content-width {
	padding-left: var(--global-content-edge-padding, 15px);
	padding-right: var(--global-content-edge-padding, 15px);
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 0.5rem;
}

.jet-listing-dynamic-image img.wp-post-image {
	width: 100%;
	height: auto;
}

.archive-filter-wrapper .jet-checkboxes-list__button {
	gap: 8px;
	font-size: 14px;
}

.archive-filter-wrapper .jet-checkboxes-list__input ~ div::after {
	content: "";
	margin-top: 2px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
}

.archive-filter-wrapper .jet-checkboxes-list__input[data-label="CCIT"] ~ div::after {
	background-color: var(--color-ccit);
}

.archive-filter-wrapper .jet-checkboxes-list__input[data-label="DEM"] ~ div::after {
	background-color: var(--color-dem);
}

.archive-filter-wrapper .jet-checkboxes-list__input[data-label="PWC"] ~ div::after {
	background-color: var(--color-pwc);
}

.archive-filter-wrapper .jet-checkboxes-list__input[data-label="TCS"] ~ div::after {
	background-color: var(--color-tcs);
}

.stream-color {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	flex-shrink: 0;
	background-color: var(--color-gray);
	color: white;
	font-weight: 700;
	text-align: center;
}

.stream-color.ccit {
	background: conic-gradient(var(--color-ccit) 0deg 360deg);
}

.stream-color.tcs {
	background: conic-gradient(var(--color-tcs) 0deg 360deg);
}

.stream-color.dem {
	background: conic-gradient(var(--color-dem) 0deg 360deg);
}

.stream-color.pwc {
	background: conic-gradient(var(--color-pwc) 0deg 360deg);
}

.stream-color.ccit {
	background: conic-gradient(var(--color-ccit) 0deg 360deg);
}

.stream-color.tcs {
	background: conic-gradient(var(--color-tcs) 0deg 360deg);
}

.stream-color.dem {
	background: conic-gradient(var(--color-dem) 0deg 360deg);
}

.stream-color.pwc {
	background: conic-gradient(var(--color-pwc) 0deg 360deg);
}

.stream-color.ccit.tcs {
	background: conic-gradient(var(--color-ccit) 0deg 180deg, var(--color-tcs) 180deg 360deg);
}

.stream-color.ccit.dem {
	background: conic-gradient(var(--color-ccit) 0deg 180deg, var(--color-dem) 180deg 360deg);
}

.stream-color.ccit.pwc {
	background: conic-gradient(var(--color-ccit) 0deg 180deg, var(--color-pwc) 180deg 360deg);
}

.stream-color.tcs.dem {
	background: conic-gradient(var(--color-tcs) 0deg 180deg, var(--color-dem) 180deg 360deg);
}

.stream-color.tcs.pwc {
	background: conic-gradient(var(--color-tcs) 0deg 180deg, var(--color-pwc) 180deg 360deg);
}

.stream-color.dem.pwc {
	background: conic-gradient(var(--color-dem) 0deg 180deg, var(--color-pwc) 180deg 360deg);
}

.stream-color.ccit.tcs.dem {
	background: conic-gradient(var(--color-ccit) 0deg 120deg, var(--color-tcs) 120deg 240deg, var(--color-dem) 240deg 360deg);
}

.stream-color.ccit.tcs.pwc {
	background: conic-gradient(var(--color-ccit) 0deg 120deg, var(--color-tcs) 120deg 240deg, var(--color-pwc) 240deg 360deg);
}

.stream-color.ccit.dem.pwc {
	background: conic-gradient(var(--color-ccit) 0deg 120deg, var(--color-dem) 120deg 240deg, var(--color-pwc) 240deg 360deg);
}

.stream-color.tcs.dem.pwc {
	background: conic-gradient(var(--color-tcs) 0deg 120deg, var(--color-dem) 120deg 240deg, var(--color-pwc) 240deg 360deg);
}

.stream-color.ccit.tcs.dem.pwc {
	background: conic-gradient(var(--color-ccit) 0deg 90deg, var(--color-tcs) 90deg 180deg, var(--color-dem) 180deg 270deg, var(--color-pwc) 270deg 360deg);
}

.archive-course-box {
	border: 1px solid var(--color-border-gray);
	border-radius: 8px;
	padding: 16px 12px;
	display: flex;
	gap: 8px;
	height: 100%;
	align-items: center;
	transition: background-color 200ms ease-in-out;
}

.archive-course-box .stream-color {
	width: 40px;
	height: 40px;
}

.archive-course-box:hover {
	background-color: var(--color-hover-gray);
}

.jet-search-filter {
	display: flex;
	gap: 8px;
	align-items: center;
}

.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__decorator {
	border-color: black !important;
}

.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__checked-icon {
	color: white !important;
}

.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked + .jet-checkboxes-list__button .jet-checkboxes-list__decorator {
	background: black !important;
}

.jet-active-tags__list {
	gap: 8px;
	align-items: center !important;
	margin-top: 8px;
	margin-bottom: 8px;
}

.jet-active-tags__list .jet-active-tag--clear {
	order: 99999;
	font-size: 14px;
}

.jet-active-tags__list .jet-active-tag:not(.jet-active-tag--clear) {
	border: 1px solid var(--color-border-gray);
	border-radius: 50px;
	background-color: var(--color-gray);
	font-size: 12px;
	padding: 4px 8px 4px 12px !important;
	gap: 4px;
	transition: all 300ms ease;
}

.jet-active-tags__list .jet-active-tag:not(.jet-active-tag--clear) .jet-active-tag__remove {
	transition: all 300ms ease;
	position: relative !important;
	font-size: 20px !important;
	color: var(--color-blue);
}

.jet-active-tags__list .jet-active-tag:not(.jet-active-tag--clear):hover {
	background-color: var(--color-blue);
	color: white;
}

.jet-active-tags__list .jet-active-tag:not(.jet-active-tag--clear):hover .jet-active-tag__remove {
	color: white;
}

#site-header {
	display: flex;
	justify-content: space-between;
	max-width: 1440px;
	align-items: center;
	width: 100%;
	top: 0;
	left: 50%;
	margin: 0 auto;
	padding: 1rem var(--global-content-edge-padding, 15px);
}

@media screen and (max-width: 48rem) {

	#site-header {
		padding: 1rem;
	}
}

#site-header svg path {
	fill: var(--color-blue);
}

@media screen and (max-width: 48rem) {

	#site-header {
		flex-direction: column;
		position: relative;
		left: 0;
	}
}

.header-logo {
	display: inline-block;
	width: auto;
	max-width: 200px;
	margin-right: auto;
	display: flex;
}

@media screen and (max-width: 48rem) {

	.header-logo {
		width: 130px;
	}
}

.nav {
	display: flex;
	align-items: center;
	gap: 8px;
}

.nav li {
	list-style: none;
}

.nav li a {
	padding: 1rem 0.5rem;
	transition: opacity 300ms ease;
}

.nav li a:hover {
	opacity: 0.7;
}

.nav li.current-menu-item {
	font-weight: 700;
}

.nav a {
	text-decoration: none;
}

.nav ul {
	padding: 0;
	margin: 0;
	display: flex;
}

@media screen and (max-width: 48rem) {

	.nav {
		position: absolute;
		right: 1rem;
		top: 2rem;
	}

	.nav li:last-child {
		padding-right: 0;
	}
}

.search-form {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 1rem;
}

.search-form label {
	margin-right: 8px;
}

@media screen and (max-width: 48rem) {

	.search-form label {
		flex-grow: 1;
	}
}

@media screen and (max-width: 48rem) {

	.search-form {
		margin-left: 0;
		width: 100%;
		padding-top: 16px;
	}
}

.course-wrapper {
	margin-bottom: 24px;
	display: flex;
	gap: 8px;
	flex-grow: 1;
	height: 100%;
	overflow: hidden;
}

@media screen and (max-width: 64rem) {

	.course-wrapper {
		flex-direction: column;
	}
}

.course-wrapper .col {
	border: 1px solid var(--color-border-gray);
	border-radius: 4px;
}

.course-wrapper .prereq-col {
	width: 35%;
}

@media screen and (max-width: 64rem) {

	.course-wrapper .prereq-col {
		width: 100%;
		order: 2;
	}
}

.course-wrapper .course-col {
	width: 30%;
}

@media screen and (max-width: 64rem) {

	.course-wrapper .course-col {
		width: 100%;
		order: 1;
	}
}

.course-wrapper .req-col {
	width: 35%;
}

@media screen and (max-width: 64rem) {

	.course-wrapper .req-col {
		width: 100%;
		order: 3;
	}
}

.label-wrapper {
	background-color: black;
	color: white;
	padding: 8px;
	text-align: center;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.label-wrapper label {
	font-weight: 700;
}

.tooltip-wrapper {
	display: flex;
	position: relative;
	cursor: pointer;
}

.tooltip-wrapper::after,
.tooltip-wrapper::before {
	display: none;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
	top: 20px;
	left: -1px;
}

.tooltip-wrapper::before {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #c4c4c4;
	left: -3px;
	top: 19px;
}

.tooltip-wrapper .tooltip-content {
	width: 236px;
	left: -115px;
	border: 1px solid #c4c4c4;
	padding: 8px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	top: 27px;
	color: black;
	background-color: white;
	display: none;
	line-height: 15px;
}

.tooltip-wrapper:hover::after,
.tooltip-wrapper:hover::before,
.tooltip-wrapper:hover .tooltip-content {
	display: block;
}

.course-content-wrapper {
	padding: 24px;
	overflow: auto;
	height: calc(100% - 36px);
	display: flex;
	align-items: start;
	justify-content: center;
}

.course-diagram-wrapper {
	text-align: center;
	gap: 16px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	font-size: 14px;
	align-items: center;
	justify-content: center;
}

.req-col .course-diagram-wrapper {
	flex-direction: row;
	align-items: flex-start;
}

.course-diagram-wrapper .course-diagram-wrapper-or {
	border-radius: 4px;
	background-color: var(--color-gray);
	border: 1px solid var(--color-border-gray);
	padding: 8px 64px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.course-diagram-wrapper .course-diagram-box {
	font-weight: 700;
	border: 1px solid var(--color-border-gray);
	border-radius: 4px;
	min-width: 130px;
	font-size: 16px;
	background: white;
}

.course-diagram-wrapper .course-diagram-box a,
.course-diagram-wrapper .course-diagram-box span {
	padding: 24px;
	display: block;
	transition: background-color 200ms ease-in-out;
}

.course-diagram-wrapper .course-diagram-box a:hover {
	background-color: var(--color-hover-gray);
}

.course-main-wrapper a {
	text-decoration: underline;
	transition: opacity 300ms ease;
}

.course-main-wrapper a:hover {
	opacity: 0.7;
}

.course-main-wrapper .stream-color {
	text-shadow: 4px 4px 30px rgba(0, 0, 0, 0.75);
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px auto;
	font-size: 24px;
}

.course-main-wrapper > div {
	margin-bottom: 16px;
}

.course-main-wrapper .exclusions div {
	display: inline;
}

.course-main-wrapper strong {
	display: block;
}

.single-career h2 {
	margin-top: 32px;
	margin-bottom: 32px;
}

.single-career h4 {
	margin-bottom: 16px;
}

.search-header {
	background-color: var(--color-gray);
	padding: 16px;
	margin-top: 24px;
	margin-bottom: 16px;
}

.search-page {
	padding-top: 24px;
	padding-bottom: 24px;
}

.career-content {
	width: 75%;
}
@media screen and (max-width: 48rem) {
	.career-content {
    	width: 100%;
    }
}


.faq h6 {
	margin-bottom: 8px;
}
.faq h3,
.faq p {
	margin-bottom: 16px;
}