
/* ----------------------------- /*
  
  AC PROPERTIES & COMMON ELEMENTS

/* ----------------------------- */

:root {

/* brand colors */
--primary-green:    #006341; /* brand green */
--secondary-green:  #295E4B; /* slightly darker green */
--tertiary-green:   #0f4b3c; /* darker, slightly towards teal green */
--lighter-green:    #0b7d56; /* lighter green, often used for anchor hover */
--dark-green:       #2d5447; /* darker green than secondary */
--darker-green:     #093426; /* even darker green than secondary */
--darkest-green:    #1b3029; /* much darker green than secondary, appears nearly black */
--primary-dark:     #505050; /* medium gray, lightest gray possible for AODA on white backgrounds */
--secondary-dark:   #2b2b2b; /* darker gray, used in navigation bar and darker text, etc. */

/* section styles */
--inner-padding: 0 20px 0 20px;    /* 20px horizontal padding for sections */
--inner-section: 20px 8% 70px 8%;  /* 8% horizontal padding of parent container, with 70px space below */

/* background styles */
--bg-body-light:      #ffffff; /* adjust as needed if we wish to move away from a pure white background */

--bg-primary-green:   #006341; /* brand green background */
--bg-secondary-green: #295E4B; /* darker green background */
--bg-tertiary-green:  #0f4b3c; /* darker, towards teal green background */
--bg-lighter-green:   #0b7d56; /* lighter green background, often used as button & link hover */
--bg-bright-green:    #66a18d; /* brighter, lighter green */

--bg-grey:            #8f8f8f; /* medium gray background */
--bg-light:           #f8f8f8; /* lightest bg gray, somewhat close to white */
--bg-light-grey:      #e9e9e9; /* lighter bg gray */
--bg-lighter-grey:    #f6f6f6; /* slightly darker than bg-light */
--bg-dark-grey:       #505050; /* medium-dark gray */
--bg-darker-grey:     #212721; /* dark green/gray */

--hover-bg-light:     rgba(0, 99, 65, .15); 
--hover-bg-lighter:   rgba(0, 99, 65, .05);

/* text styles */
--main-text-color:           #3b3b3b;
--main-text-color-dark:      #2b2b2b;
--main-text-color-darker:    #1b1b1b;
--main-text-color-darkest:   #0b0b0b;
--main-text-color-light:     #e8e8e8;
--main-text-color-lighter:   #f8f8f8;

--main-text-size:            1.15rem;
--main-text-size-xs:         1rem;
--main-text-size-sm:         1.15em;
--main-text-size-md:         1.2em;
--main-text-size-lg:         1.35em;

--main-text-weight:          300;
--main-text-weight-light:    200;
--main-text-weight-strong:   400;
--main-text-weight-stronger: 500;

--main-text-line-height:     1.8em;

--sub-text-color:            #4e4e4e;
--sub-text-size:             1.1em;
--sub-text-weight:           200;

/* heading styles */
--h1-color: #006341;
--h1-size:  2.4em; 

--h2-color: #338267;
--h2-size:  2.2em;

--h3-color: #4b4b4b;
--h3-size:  1.75em;

--h4-color: #338267;
--h4-size:  1.5em;

--h5-color: #909390;
--h5-size:  1.35em;

--page-heading-color:      #006341;
--page-heading-size:       2.3em;

--heading-dark:            #4b4b4b;
--heading-green:           #006341;

--sub-heading-dark:        #4e4e4e;
--sub-heading-light:       #fefefe;
--sub-heading-green:       #246058;
--sub-heading-sm:          1.2rem;
--sub-heading-md:          1.3rem;
--sub-heading-weight:      400;
--sub-heading-weight-bold: 500;

/* wp defaults override */
--main-h2-size:   2.5em;
--main-h2-weight: 600;
--main-h3-size:   1.6em;
--main-h3-weight: 500;

/* cards */
--card-cta-color:      #4b4b4b;
--card-cta-size:       1.2em;
--card-cta-weight:     400;

--card-bg-color:       #fbfbfb;
--card-bg-color-hover: #fefefe;

--card-border:         1px solid #c2c2c2;
--card-border-hover:   1px solid #bbbbbb;
--card-border-lighter: 1px solid #d2d2d2;
--card-radius:         10px;

--card-shadow:              0 1px 3px 0px rgba(24,21,21,.3);
--card-shadow-hover:        0 1.5px 3.5px 0px rgba(24,21,21,0.35);
--card-shadow-green:        0 1px 6px 1px rgba(6, 92, 62,0.2);
--card-shadow-dark:         0 2px 3px 0 rgba(24,21,21,.3);
--card-shadow-dark-hover:   0 2px 3px 0 rgba(24,21,21,.4);
--card-shadow-darker:       0 2px 3px 0 rgba(24,21,21,.5);
--card-shadow-darker-hover: 0 2px 3px 0 rgba(24,21,21,.6);

--card-badge-size:    1.2rem;
--card-badge-size-md: 1.1rem;
--card-badge-size-sm: 1rem;

/* buttons */
--btn-bg-light:      #f8f8f8;
--btn-bg-lighter:    #f0f0f0;
--btn-border-radius: 6px;

/* template banner */
--banner-heading-size:        2.8em;
--banner-heading-size-md:     2.6em;
--banner-heading-size-sm:     2.4em;
--banner-heading-size-xs:     2.2em;

--banner-sub-heading-size:    1.6em;
--banner-sub-heading-size-md: 1.5em;
--banner-sub-heading-size-sm: 1.4em;

/* transition styles */
--quick-linear:          all 200ms linear;
--smooth-ease:           all 500ms ease;
--cubic-ease:            cubic-bezier(0.19, 1, 0.22, 1); /* smoother ease than default css ease */
--cubic-bounce:          cubic-bezier(0.6, -0.28, 0.735, 0.045); /* slower minimal "bounce" effect during hover transition */

/* miscellaneous styles */
--hr-heading-color:      1px solid #eaeaea; /* light gray hr for headings */
--hr-heading-margin:     8px 0 15px 0; /* standard spacing for heading divider lines */

/* slanted crops */
--slant-banner:          polygon(0 0, 100% 0%, 100% 100%, calc(0% + 120px) 100%); /* crops bottom left corner towards the right */
--slant-banner-mobile:   polygon(0% 0%, 100% 0%, 100% 100%, 0 calc(100% - 20px)); /* crops bottom left corner upwards */
--slant-right:           polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);/* crops image with a slanted bottom right edge  */
--slant-bottom:          polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%); /* crops image with a slanted bottom edge */
--slant-bottom-reverse:  polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%); /* crops image with a slanted bottom edge */
--slant-triangle:        polygon(0% 0%, 80% 0%, 0% 100%, 0% 100%); /* crops image as a triangle  */
--clip-path-crop:        polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); /* crops image from bottom for cards (supports zoom-in on hover effect) */

/* hover backgrounds */
--hover-row-primary:     #e9f0ec; /* faint green tint */
--hover-row-secondary:   #cfe6dd; /* less faint green tint */
--hover-button:          #0b7d56; /* brighter, more saturated green */
--border-hover-green:    #b9cac1; /* pairs with bg #e9f0ec */

/* anchor/links styles */
--anchor-color:          #006e51; /* bright green */
--anchor-color-hover:    #0b7d56; /* brighter green */
--anchor-text-size:      1.05rem;
--focus-outline:         3px solid #4D90FE; /* a more modern blue than standard browser blue */
--underline:             1px underline currentcolor; /* adds underline using color of element */
--underline-hover:       1.5px underline var(--anchor-color-hover); /* slightly bold underline on hover */
--offset-primary:        4px; /* offsets underline by 4px */
--offset-secondary:      8px; /* larger gap between text and underline */

/* simple solids */
--white:                 #ffffff; 
--black:                 #000000;
--transparent:           transparent;

} 


/* ----------------------------- /*
  
  Explore style program search table styles - as extracted from i-am-landing-styles.css

/* ----------------------------- */
#az-courses-container, #az-programs-container{
	--table-cell-border: 1px solid #ededed;
	--table-cell-border-darker: 1px solid #cccccc;
	--marker-side-length: 8px;/* the size of the sort marker edges - and the overal item size*/
}

#course-list-table{
	display:table;
	width: 100%;
}

#az-programs-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0px 0px;
}
#az-programs-container {
	padding: 10px 0 0 0;
}
#az-programs-container h2 {
	color: var(--darker-green);
	font-size: 1.8rem;
	font-weight: 500;
	margin: 0;
	position: relative;
	line-height: 1.1em !important;
}
#az-programs-container h3 {
	color: var(--primary-dark);
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0 0 5px 0;
	position: relative;
	line-height: 1.1em !important;
}
#az-programs-container hr {
	border-top: 1px solid #eaeaea;
	display: flex;
	width: 100%;
	margin: 10px 0px 25px 0px;
}
.intro-txt p {
	color: var(--main-text-color);
	font-size: 1.25rem !important;
	font-weight: 300;
	line-height: 2rem !important;
	margin: 0 0 10px 0 !important;
}




#az-programs-container-wrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 25px;
}
#az-programs-container-wrapper::after {
	content: "";
	width: calc(100%/3 - 15px);
}
#az-programs-container-wrapper a {
	width: calc(100%/3 - 15px);
	min-height: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 10px 12px;
	background-color: #f2f2f2;
	border-radius: 3px;
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.1em;
	color: #1b3029;
	margin: 4px 0;
	text-decoration: none !important;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
#az-programs-container-wrapper a:hover {
	background-color: #cfe6dd !important;
	color: #1b4a39;
}
#az-programs-container-wrapper a::after {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-chevron-right-dark.png');
	background-size: 12px;
	width: 12px;
	height: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	content: "";
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	transition: var(--quick-linear);
	transition-timing-function: ease-in-out;
	margin-left: 4px;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
#az-programs-container-wrapper a:hover::after {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-chevron-right-green.png');
}
div.az-results-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.az-prgms-inner-wrapper {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 5px;
}
.az-list-wrapper {
	width: 100%;
}
.az-prgms-container-wrapper {
	margin: 0;
	padding: 0px;
	width: 100%;
}
.az-prgms-container-wrapper.noresults {
	display: none;
}
.az-each-prgm h4 {
	color: var(--primary-dark);
	font-weight: 500;
	line-height: 1.3rem;
	font-size: 1.05rem;
	margin: 0;
}
.az-each-prgm-name {
	width: 100%;
	max-width: 63%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.az-each-prgm-info-wrap {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 5px;
	height: 65px;
	min-height: 65px;
}
.az-each-prgm-info {
	max-width: 46%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row;
}
.az-each-prgm-info div {
	display: flex;
	flex-direction: column;
	margin: 3px auto;
	position: relative;
	align-items: flex-start;
	justify-content: center;
	border-right: 1px solid #cccccc;
}
.az-each-prgm-info div:last-child {
	border-right: none !important;
}
.az-each-prgm-info span {
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #cccccc;
	font-size: .95rem;
	color: #404040;
	font-weight: 300;
	line-height: 1.25em;
	height: 35px;
	padding: 0 15px;
	text-align: left;
}
.az-content .az-each-prgm-info span {
	height: auto;
}
.az-each-prgm-info span:nth-child(1) {
	width: 150px;
	min-width: 150px;
	max-width: 150px;
	align-items: flex-start;
}
.az-each-prgm-info span:nth-child(2) {
	width: 115px;
	min-width: 115px;
	max-width: 115px;
	text-align: center;
}
.az-each-prgm-info span:nth-child(3) {
	width: 185px;
	min-width: 185px !important;
	align-items: flex-start;
}
.az-each-prgm-info span:last-child {
	border-right: none !important;
}
.az-each-prgm-info div span {
	font-size: 1rem;
	color: var(--primary-dark);
	font-weight: 300;
	line-height: 1;
}
.az-prgms-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--white);
	font-size: 1.25rem !important;
	font-weight: 300;
	color: var(--primary-dark);
	/* cursor: pointer; */
	padding: 0px 20px;
	min-height: 50px !important;
	width: 100%;
	text-align: left;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: 1px solid #e8e8e8;
	outline: none;
	transition: 0.1s;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	margin: 0;
	transition: .1s;
	transition-timing-function: ease-in;
}
.az-prgms-container:hover, .az-prgms-container:focus {
	background-color: rgba(0, 99, 65, .1) !important;
	border-bottom: 1px solid rgba(0, 99, 65, .02) !important;
	color: var(--darker-green);
}
.az-prgms-container:focus {
	outline: var(--focus-outline) !important;
}
.az-prgms-container:focus:not(:focus-visible) {
	outline: none !important;
}
.az-prgms-container.active, .az-prgms-container.active:hover, .az-prgms-container:hover.active {
	background-color: #45806b !important;
	color: #fff !important;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-weight: 400 !important;
	border-bottom: 1px solid rgba(0, 99, 65, .02) !important;
}
.az-prgms-container span.accordion-icn::after {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-chevron-down-dark.png');
	background-size: 16px;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	content: "";
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	margin-left: 3px;
	transition: var(--quick-linear);
	transition-timing-function: ease-in-out;/* transform: rotate(270deg); */
}
.az-prgms-container:hover span.accordion-icn::after {
	background-size: 16px;
	width: 16px;
	height: 16px;
	transform: translateY(3px);
	transition: var(--quick-linear);
	transition-timing-function: ease-in-out;
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-chevron-down-green.png');
}
.az-prgms-container.active span.accordion-icn::after {
	background-size: 16px;
	width: 16px;
	height: 16px;
	transition: var(--quick-linear);
	transform: rotate(180deg);
	transition-timing-function: ease-in-out;
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-chevron-down-white.png');
}
.az-prgms-container.active:hover span.accordion-icn::after {
	transform: rotate(180deg) translateY(3px);
}
a.az-each-prgm {
	text-decoration: none !important;
}
.az-each-prgm {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	/*padding: 15px 10px;*/
	padding: 5px 10px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.az-each-prgm:first-child {
	border-top: 2px solid #ededed !important;
}
.az-each-prgm:last-child {
	border-bottom: none !important;
}
.az-each-prgm:last-of-type {
	border-bottom: none !important;
	margin: 0 0 -14px 0 !important;
}
.az-each-prgm:hover .az-each-prgm-name h4, .az-each-prgm:focus .az-each-prgm-name h4 {
	text-decoration: 1px underline currentcolor;
	color: var(--anchor-color-hover);
	text-underline-offset: 4px;
}

.az-visible {
	max-height: 100%;
}
.az-invisible {
	max-height: 0px;
}
.az-content {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 0 0;
	top: 0px;
	background-color: #fff;
	z-index: 4;
	position: relative;
	outline: none;
}
.search-az {
	justify-content:flex-start;
}
.az-nav {
	margin: 20px 10px 40px 0;
}
.az-nav-btn {
	padding: 10px;
	margin: 5px;
	background-color: #f1f1f1;
	color:#000000;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px solid transparent;
}
.az-nav-btn.active, .az-nav-btn:hover {
	border-bottom: 1px solid #006341;
	text-decoration: none;
	outline: none !important;
	background-color: #006341;
	/*font-weight:700;*/
	color: #ffffff;
}
.az-nav-btn.not-selectable{
	cursor:default;
	/*opacity:0.3;
	filter: contrast(30%);*/
	background-color: transparent;
}
.az-nav-btn.not-selectable:hover{
	text-decoration:none;
	color: initial;
 	border-bottom: initial;
}

@media screen and (max-width:767px) {
.az-nav {
	background-color: #f1f1f1;
	padding-left: 15px;
}
.az-nav-btn {
	margin: 0px;
}
.az-nav-btn:hover {
	background-color: #ffffff;
}
}
.az-group-header {
	width: 100%;
	height: 40px;
	background-color: #006341;
	display: block;
	clear: both;
	color: #fff;
	font-weight: 700;
	padding: 10px 15px;
	text-align: left;
}

@media screen and (max-width:767px) {
.search-az {
	/*display: inline-block;*/
	margin: 20px 0px 20px 0px;
}
}
.search-az input {
	width: 200px;
	padding: 10px;
	font-size: 1em;
}
.az-each-prgm.hiddenprogram {
	display: none;
}

/* -- MAX 1200px -- */
@media (max-width: 1200px) {
.az-each-prgm-name {
	max-width: 55%;
}
.az-each-prgm-info span:nth-child(3) {
	width: 155px;
	min-width: 155px !important;
}
}

/* -- MAX 1024px -- */
@media (max-width: 1024px) {
.az-each-prgm-name {
	max-width: 50%;
}
.ac-stats .stat-col {
	width: calc(100% / 3 - 30px) !important;
}
#az-programs-container-wrapper a {
	font-size: .97rem;
}
#az-programs-container-wrapper a::after {
	background-size: 12px;
	width: 12px;
	height: 12px;
}
.az-each-prgm-info span:nth-child(3) {
	width: 135px;
	min-width: 135px !important;
}
}

/* -- MAX 1024px -- */
@media (max-width: 1024px) {
.ac-stats .stat-col {
	width: calc(100% / 3 - 20px) !important;
}
#az-programs-container-wrapper a {
	font-size: 1rem;
	width: calc(100%/2 - 10px);
}
#az-programs-container-wrapper::after {
	content: "";
	width: calc(100%/2 - 10px);
}
}

/* -- MAX 991px -- */
@media (max-width: 991px) {
.az-each-prgm-info-wrap {
	min-height: 75px;
	height: 75px;
}
.az-each-prgm-info span {
	font-size: .9rem;
}
}

/* -- MAX 880px -- */
@media (max-width: 880px) {
.az-prgms-container {
	padding: 0px 10px !important;
}
#az-programs-container {
	padding: 0 !important;
}
.az-each-prgm {
	padding: 15px 10px;
}
.az-content .az-each-prgm {
	padding: 5px 10px;
}
.az-content .az-each-prgm-info span {
	height: auto;
}
.az-each-prgm-info-wrap {
	flex-direction: column;
	align-items: flex-start;
	min-height: 1px;
	height: 100%;
}
.az-each-prgm-name {
	max-width: 100%;
	padding-bottom: 10px;
}
.az-each-prgm-info {
	min-width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}
.az-each-prgm-info span {
	width: calc(100%/3) !important;
	min-width: calc(100%/3) !important;
	max-width: calc(100%/3) !important;
	height: 30px;
	font-size: 1rem;
	text-align: center;
}
.az-content .az-each-prgm-info span {
	height: auto;
}
.az-each-prgm-info span:nth-child(3) {
	align-items: center;
}
.az-each-prgm-info span:nth-child(1) {
	align-items: center;
}
.az-each-prgm-info span:nth-child(2) {
	margin-right: 0 !important;
}
.az-each-prgm-info span:nth-child(3),  .az-each-prgm-info span:nth-child(1),  .az-each-prgm-info span:nth-child(2) {
	width: calc(100%/3) !important;
	min-width: calc(100%/3) !important;
	max-width: calc(100%/3) !important;
}
#az-programs-container h2 {
	font-size: 1.65rem;
}
.expand-collapse {
	padding-top: 0;
}
}

/* -- MAX 767px -- */
@media screen and (max-width: 767px) {
#az-programs-container-wrapper a {
	font-size: .9rem;
}
}

/* -- MAX 575px -- */
@media (max-width: 575px) {
.expand-collapse {
	padding-top: 0;
}
#az-programs-container h2 {
	font-size: 1.5rem;
}
.az-each-prgm h4 {
	font-size: .95rem;
}
.az-each-prgm-info {
	justify-content: center;
}
.az-each-prgm-info-wrap {
	min-height: 1px;
	height: 100%;
	padding: 0px 0px;
}
.az-each-prgm-name {
	padding-bottom: 15px;
}
.az-each-prgm-info span {
	width: calc(100%/3) !important;
	min-width: calc(100%/3) !important;
	max-width: calc(100%/3) !important;
	font-size: .95rem;
}
.az-each-prgm-info span:nth-child(3) {
	align-items: center;
}
.az-each-prgm-info span:nth-child(1) {
	align-items: center;
}
.az-each-prgm-info span:nth-child(2) {
	margin-right: 0 !important;
}
.az-each-prgm-info span:nth-child(3),  .az-each-prgm-info span:nth-child(1) {
	width: 36% !important;
	min-width: 36% !important;
	max-width: 36% !important;
	padding: 0px 10px !important;
}
.az-each-prgm-info span:nth-child(2) {
	width: 28% !important;
	min-width: 28% !important;
	max-width: 28% !important;
	padding: 0px 10px !important;
}
.az-each-prgm:hover,  .az-each-prgm:focus {
	background-color: rgba(0, 99, 65, .1) !important;
}
}

/*continue cleanup of css from here*/




/* -- MAX 480px -- */   
@media (max-width: 480px) {

.az-each-prgm h4 {
	font-size: .9rem;
}
.az-each-prgm-info span {
	font-size: .8rem;
}

.az-prgms-container:hover,  .az-prgms-container:focus {
	background-color: transparent !important;
	color: var(--primary-dark) !important;
	border-bottom: 1px solid #e8e8e8 !important;
}
.az-prgms-container {
	padding: 5px 20px;
	font-size: 1rem !important;
}
}

#az-programs-container h3 {
	color: var(--primary-dark);
	font-size: 1.15em;
	font-weight: 400;
	margin: 0;
	position: relative;
	line-height: 1.1em !important;
	padding: 10px 10px 10px 0;
	display: flex;
	align-items: center;
}

.az-prgm-filters-wrapper {
	display: flex;
	padding: 0;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;
}


.az-filter-checkboxes {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 5px 0;
}
.az-filter-checkboxes.credential-.az-filter-checkboxes {
	flex-direction: column;
	width: 100%;
}
.az-select-wrapper .az-filter-checkboxes label {
	font-size: 1rem;
	font-weight: 200;
	color: var(--main-text-color);
	padding: 2px 0 !important;
	display: inline-block;
	width: 100%;
	margin: 0;
	line-height: 24px;
}
.az-select-wrapper .az-filter-checkboxes label input {
	height: 16px;
	width: 16px;
	margin-right: 9px;
	margin-left: 0px;
	text-indent: 30px;
	padding: 0;
	display: flex;
	float: left;
	justify-content: center;
	align-items: center;
	background: #fcfcfc;
	border-radius: 2px;
	border: 1px solid #bbb;
	-webkit-appearance: none;
	color: var(--main-text-color);
	box-shadow: inset 0px 0px 1px 0px #c8c8c8,  inset 0px 0px 1px 0px #f4f4f4;
}
.az-select-wrapper .az-filter-checkboxes label input:checked {
	background: #338267;
	border: 1px solid #338267;
	box-shadow: none;
	-webkit-appearance: none;
	content: url('/wp-content/themes/algonquincollege2018/images/icns/icn-checkmark-white.png');
}
.az-select-wrapper .az-filter-checkboxes label input:checked::after {
	background-size: 14px;
	background: url(../../../../themes/algonquincollege2018/images/icons/long-arrow-right.svg) no-repeat;
}
.az-select-wrapper .az-filter-checkboxes label:hover input {
	background: #338267;
	border: 1px solid #338267;
	box-shadow: inset 0px 0px 0px 1px var(--white);
}
.az-select-wrapper .az-filter-checkboxes label:hover input:checked {
	background: #338267;
	border: 1px solid #338267;
	box-shadow: none;
}
#slide-out :checked:hover {
	color: var(--primary-green);
	font-weight: 400;
}
.az-select-wrapper h4 {
	font-size: 1.05rem;
	font-weight: 500;
	color: #505050;
	margin: 0 3px 10px 3px;
	display: flex;
	align-items: center;
}
.az-select-wrapper h4 span, .az-select-wrapper a span {
	display: flex;
	align-items: center;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: .2s;
}
.az-select-wrapper h4 span::before, .az-select-wrapper a span:first-child::before {
	background-size: 25px;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	content: "";
	padding: 0;
	background-repeat: no-repeat;
	transition: .2s;
	margin-right: 7px;
	margin-left: -2px;
	margin-bottom: 2px;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
/*filtermenu heading icons*/
.az-select-wrapper.az-fltr-credential h4 span::before, .az-select-wrapper.az-fltr-credential a span:first-child::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-fltr-credential-green.png');
}
.az-select-wrapper.az-fltr-credential h4:hover span::before, .az-select-wrapper.az-fltr-credential a:hover span:first-child::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-fltr-credentiales-green-fill.png');
}
.az-select-wrapper.az-fltr-campus h4 span::before, .az-select-wrapper.az-fltr-campus a span:first-child::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-fltr-campus-green.png');
}
.az-select-wrapper.az-fltr-campus h4:hover span::before, .az-select-wrapper.az-fltr-campus a:hover span:first-child::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-fltr-campus-green-fill.png');
}
.az-select-wrapper.az-fltr-delivery h4 span::before, .az-select-wrapper.az-fltr-delivery a span:first-child::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-fltr-deliverymode-green.png');
}
.az-select-wrapper.az-fltr-delivery h4:hover span::before, .az-select-wrapper.az-fltr-delivery a:hover span:first-child::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-fltr-delivery-mode-green-fill.png');
}
.az-select-wrapper.az-fltr-aoi h4 span::before, .az-select-wrapper.az-fltr-aoi a span:first-child::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-fltr-deliverymode-green.png');
}
.az-select-wrapper.az-fltr-aoi h4:hover span::before, .az-select-wrapper.az-fltr-aoi a:hover span:first-child::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-fltr-delivery-mode-green-fill.png');
}
.az-select-wrapper.az-fltr-school h4 span::before, .az-select-wrapper.az-fltr-school a span:first-child::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-fltr-deliverymode-green.png');
}
.az-select-wrapper.az-fltr-school h4:hover span::before, .az-select-wrapper.az-fltr-school a:hover span:first-child::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-fltr-delivery-mode-green-fill.png');
}
.program-az-prgm-filters .hideProgramFilter {
	display: none !important;
}
#az-filter-btn span::before, #az-filter-btn-mobile span::before, .az-reset-button span::before, .az-close-button span::before {
	background-size: 14px;
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	content: "";
	padding: 0;
	background-repeat: no-repeat;
	transition: .2s;
	transition-timing-function: ease-in-out;
	margin-right: 9px;
}
#az-filter-btn:hover span::before, #az-filter-btn-mobile:hover span::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-filter-white.png');
}
#az-filter-btn span::before, #az-filter-btn-mobile span::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-filter-dark.png');
}
/* The Close Button */
.az-close {
	color: #ddd;
	float: right;
	font-size: 35px;
	font-weight: 500;
}
.az-close:hover, .az-close:focus {
	color: #fff;
	text-decoration: none;/* cursor: pointer; */
}
.modal-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 7px 5px 7px 15px;
	flex-direction: row;
}
.modal-az-results-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 50%;
}
.az-filter-controls {
	display: flex;
	align-items: center;
}
.az-filter-btn-wrapper, .az-reset-button-wrapper {
	display: flex;
	align-items: center;
}
.az-filter-btn-wrapper {
	padding: 15px 0;
}
.az-filter-wrapper {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding: 0;
	margin: -5px 0px 10px 0px;
}
.az-content .az-filter-wrapper {
	flex-wrap: wrap;
}
.az-slideout-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	height: 100%;
	padding: 20px 0 60px 0;
}
.az-filter-wrapper.opened {
	border: 1px solid #e8e8e8;
	border-radius: var(--card-radius);
	box-shadow: 0px 1px 1px 0px #eaeaea, 0px -1px 1px 0px #fafafa;
}
.az-filter-controls button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	color: var(--main-text-color);
	background-color: #fcfcfc;
	box-shadow: 0 1px 2px 0px rgba(24,21,21,0.3);
	border-radius: var(--card-radius);
	border: 1px solid #dddddd !important;
	transition: .1s;
	transition-timing-function: ease-in-out;
	font-size: .85rem;
	padding: 0;
	margin: 0px 3px;
	width: 28px;
	height: 28px;
}
.az-filter-controls button:last-child {
	margin: 0px 0px 0px 3px;
}
.az-filter-controls button:hover {
	background: #fefefe;
	box-shadow: inset 1px 1px 2px #c8c8c8,  inset -1px -1px 2px #e9e9e9;
	color: var(--main-text-color);/* cursor: pointer; */
}
#az-filter-btn, #az-filter-btn-mobile {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	color: #fefefe;
	font-size: .9rem;
	padding: 5px 10px;
	border: none;
	height: 34px;
	width: 85px;
	margin: 0;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border-radius: 8px;
	background-color: var(--darker-green);
	transition: .1s;
}
#az-filter-btn {
	height: 36px;
	font-size: 1rem;
	width: 95px;
	margin: 0 5px 0 0;
	cursor:pointer;
}
.az-program-count, .az-course-count {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 15px;
	padding: 0 10px;
	font-size: 1.05rem;
	font-weight: 400;
	color: #505050;
	height: 36px;
}
.az-program-count span, .az-course-count span {
	color: var(--primary-dark);
	margin: 0px 4px;
	font-weight: 600;
}
#az-filter-btn:hover, #az-filter-btn-mobile:hover {
	/* cursor: pointer; */
	background-color: var(--darkest-green);
}
#az-filter-btn span::before, #az-filter-btn-mobile span::before {
	background-size: 18px;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	content: "";
	padding: 0;
	transition: .1s;
	background-repeat: no-repeat;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	margin-right: 8px;
}
.az-filter-controls button span::before {
	background-size: 16px;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	content: "";
	padding: 0;
	background-repeat: no-repeat;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	margin-right: 0px;
}
#az-filter-btn span::before, #az-filter-btn-mobile span::before {
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-filter-white.png');
}
#az-filter-btn:hover span::before, #az-filter-btn-mobile:hover span::before {
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-filter-white-reverse.png');
}
#az-filter-btn.expand span::before, #az-filter-btn.expand:hover span::before {
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-filter-dark.png');
}
.az-exp-coll-button span::before, .az-exp-coll-button:hover span::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-exp-coll-dark.png');
}
.az-reset-button span::before, .az-reset-button:hover span::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-reset-dark.png');
}
.az-close-button span::before, .az-close-button:hover span::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-close-dark.png');
}

.az-total-results-notice, .az-no-results-notice {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.az-total-results-notice p {
	font-size: 1rem;
	font-weight: 300;
	color: var(--secondary-green);
	margin: 0;
}
.az-no-results-notice p {
	font-size: 1rem;
	font-weight: 400;
	color: #a63521;
}
.az-total-results-notice p span {
	font-weight: bold;
}



#az-slideout {
	display: none;
	background: #fcfcfc;
	padding: 30px 20px 20px 20px;
	color: #333;
	position: fixed;
	top: 0;
	border-right: 1px solid #e8e8e8;
	right: -400px;
	width: 400px;
	height: 100%;
	z-index: 99;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow-y: scroll;
	overflow-x: hidden;
}
#az-v-mobile {
	display: none;
}
.az-slideout-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.az-slideout-header h3 {
	color: var(--primary-green);
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	position: relative;
	line-height: 1.1em !important;
	padding: 0 0 0 5px;
}
#az-slideout.on {
	right: 0;
	display: block;
}
.az-checkboxes {
	padding: 5px 0;
	width: 100%;
}
.az-checkbox-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	flex-wrap: nowrap;
}
.az-checkbox {
	width: 100%;
	padding: 3px 10px;
}
.az-checkbox, .az-fltr-credential .az-checkbox, .az-fltr-campus .az-checkbox, .az-fltr-delivery .az-checkbox {
	width: 100%;
}
.az-checkbox-input {
	clip: rect(0 0 0 0);
	clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.az-checkbox-input:checked + .az-checkbox-tile, .az-checkbox-input:checked + .az-checkbox-tile:hover {
	background-color: var(--primary-green);
	box-shadow: inset 0 0 0 1px var(--primary-green);
}
.az-checkbox-input:checked + .az-checkbox-tile::before {
	display: none;
}
.az-checkbox-input:checked + .az-checkbox-tile .az-checkbox-icon, .az-checkbox-input:checked + .az-checkbox-tile .az-checkbox-label {
	color: var(--white);
	font-weight: 400;
}
.az-checkbox-input:focus + .az-checkbox-tile {
	outline: var(--focus-outline);
}
.az-checkbox-tile {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	padding: 8px 20px 8px 20px;
	min-height: 38px;
	border-radius: 5px;
	border: none;
	background-image: none;
	background-color: #fefefe;
	box-shadow: inset 0 0 0 1px #e4e4e4;
	transition: 0.1s ease;
	/* cursor: pointer; */
	position: relative;
}
.az-checkbox-tile::before {
	display: none;
}
.az-checkbox-tile:hover {
	box-shadow: inset 0 0 0 1px rgba(0, 99, 65, .05);
	background-position: none;
	background-color: rgba(0, 99, 65, .15);
}
.az-checkbox-icon {
	transition: 0.375s ease;
	color: #494949;
}
.az-slideout-header h3 {
	font-size: 20px;
}
.az-checkbox-label {
	color: var(--main-text-color);
	font-weight: 400;
	line-height: 1.2em;
	font-size: .9rem;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.az-checkbox-input:checked + .az-checkbox-tile .az-checkbox-label::after {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-checkmark-white.png');
	background-size: 12px;
	width: 12px;
	height: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	content: "";
	padding: 0;
	background-repeat: no-repeat;
	transition: .2s;
	margin-right: 0;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	content: "";
}
.az-checkbox-tile:hover .az-checkbox-label {
	color: var(--darkest-green);
}
.az-filters-accordion {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: transparent;
	font-size: 15.5px;
	font-weight: 500;
	color: #2b2b2b;
	margin: 0;
	/* cursor: pointer; */
	padding: 0 5px 0 0;
	min-height: 40px !important;
	width: 100%;
	text-align: left;
	border-style: none;
	outline: none;
	transition: 0.1s;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	text-decoration: none;
	text-decoration-line: none;
	transition: .1s;
	transition-timing-function: ease-in;
}
.az-filters-accordion:focus, .az-filters-accordion.active:focus {
	outline: var(--focus-outline) !important;
}
.az-filters-accordion:focus:not(:focus-visible) {
	outline: none !important;
}
.az-filters-accordion.active {
	outline: none !important;
}
.az-filters-accordion span.az-check-count {
	margin-left: auto;
	margin-right: 20px;
}
.az-filters-accordion span.accordion-icn::after {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-chevron-down-green.png');
	background-size: 12px;
	width: 12px;
	height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	content: "";
	opacity: .6;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	margin-left: 3px;
	transition: var(--quick-linear);
}
.az-filters-accordion:hover span.accordion-icn::after {
	opacity: 1;
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-chevron-down-green.png');
}
.az-filters-accordion.active span.accordion-icn::after {
	transform: rotate(180deg);
}
.az-filters-accordion.active:hover span.accordion-icn::after {
	transform: rotate(180deg);
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-chevron-down-green.png');
}
.az-filters-item-wrapper {
	max-height: 0px;
	overflow: auto;
	width: 100%;
}
span.az-filters-item-icn {
	max-width: 100%;
	color: var(--main-text-color) !important;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.3rem;
}
.az-filters-item-wrapper.az-visible {
	max-height: 100%;
}
.az-filters-item-wrapper.az-invisible {
	max-height: 0px;
}
/* TOOLTIP STYLES */
[tooltip] {
	position: relative;
}
[tooltip]::before, [tooltip]::after {
	text-transform: none;
	font-size: .85rem;
	line-height: 1;
	user-select: none;
	pointer-events: none;
	position: absolute;
	display: none;
	opacity: 0;
}
[tooltip]::before {
	content: '';
	border: 6px solid transparent;
	z-index: 1001;
}
[tooltip]::after {
	content: attr(tooltip);
	text-align: center;
	min-width: 3em;
	max-width: 21em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 6px 10px;
	border-radius: 4px;
	background: #1b1b1b;
	color: #fff;
	z-index: 1000;
}
[tooltip]:hover::before, [tooltip]:hover::after, [tooltip]:focus::before, [tooltip]:focus::after {
	display: block;
}
[tooltip='']::before, [tooltip='']::after {
	display: none !important;
}
/* APPEAR TOP */
[tooltip]:not([flow])::before, [tooltip][flow^="up"]::before {
	bottom: 100%;
	border-bottom-width: 0;
	border-top-color: #333;
}
[tooltip]:not([flow])::after, [tooltip][flow^="up"]::after {
	bottom: calc(100% + 3px);
}
[tooltip]:not([flow])::before, [tooltip]:not([flow])::after, [tooltip][flow^="up"]::before, [tooltip][flow^="up"]::after {
	left: 50%;
	transform: translate(-50%, -.5em);
	margin-bottom: 5px;
}

/* KEYFRAMES */
@keyframes tooltips-vert {
 to {
 opacity: .9;
 transform: translate(-50%, 0);
}
}
[tooltip]:not([flow]):hover::before, [tooltip]:not([flow]):focus::before, [tooltip]:not([flow]):hover::after, [tooltip]:not([flow]):focus::after, [tooltip][flow^="up"]:hover::before, [tooltip][flow^="up"]:focus::before, [tooltip][flow^="up"]:hover::after, [tooltip][flow^="up"]:focus::after {
	animation: tooltips-vert 100ms ease-in-out forwards;
}
.az-dim-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 98;
	background-color: rgba(0,0,0,0.75);
}
.az-dim-overlay.enabled {
	display: initial;
}
.az-results-button-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	padding: 20px 5px;
}
.az-results-button-wrapper button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	border-radius: var(--card-radius);
	font-size: .85rem;
	padding: 8px 12px;
	margin: 0 4px;
	width: calc(100%/2);
}
.az-results-button-wrapper button.az-results-button {
	background-color: var(--primary-green);
	border: 1px solid var(--primary-green) !important;
	color: var(--white);
}
.az-results-button-wrapper button.az-results-button:hover {
	background-color: var(--darker-green) !important;
	border: 1px solid var(--darker-green) !important;/* cursor: pointer; */
}
.az-results-button-wrapper button.az-clear-all {
	background-color: #fcfcfc;
	border: 1px solid #dddddd !important;
	color: var(--main-text-color);
}
.az-results-button-wrapper button.az-clear-all:hover {
	background: var(--white);
	box-shadow: inset 1px 1px 2px #c8c8c8,  inset -1px -1px 2px #e9e9e9;/* cursor: pointer; */
}
.az-results-button-wrapper button span {
	display: flex;
	align-items: center;
}
.az-results-button-wrapper button span::after {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	content: "";
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	transition: var(--quick-linear);
	transition-timing-function: ease-in-out;
}
.az-results-button-wrapper button.az-results-button span::after {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-chevron-right-white.png');
	background-size: 11px;
	width: 11px;
	height: 11px;
	margin-left: 7px;
}
.az-results-button-wrapper button.az-clear-all span::after {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-reset-dark.png');
	background-size: 13px;
	width: 13px;
	height: 13px;
	margin-left: 8px;
}
.az-menu-fltr-content#credential {
	display: block;
}
.az-menu-fltr-content {
	display: none;
}
#az-slideout-mobile .az-slideout-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 15px;
}
#az-slideout-mobile .az-slideout-header div {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#az-slideout-mobile .az-slideout-header button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	color: var(--main-text-color);
	background-color: #fcfcfc;
	box-shadow: 0 1px 2px 0px rgba(24,21,21,0.3);
	border-radius: var(--card-radius);
	border: 1px solid #dddddd !important;
	transition: .1s;
	transition-timing-function: ease-in-out;
	font-size: .85rem;
	padding: 0;
	margin: 0px 4px;
	width: 32px;
	height: 32px;
}
#az-slideout-mobile .az-slideout-header button:hover {
	background: #fefefe;
	box-shadow: inset 1px 1px 2px #c8c8c8,  inset -1px -1px 2px #e9e9e9;
	color: var(--main-text-color);/* cursor: pointer; */
}
#az-slideout-mobile .az-slideout-header button span::before {
	background-size: 18px;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	content: "";
	padding: 0;
	background-repeat: no-repeat;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	margin-right: 0px;
}
@media screen and (max-width:600px){
	div.az-filter-wrapper {
		flex-direction:column;
	}
}

/* -- MAX 767px -- */   
@media screen and (max-width: 767px) {

.az-checkbox,  .az-fltr-credential .az-checkbox,  .az-fltr-campus .az-checkbox,  .az-fltr-delivery .az-checkbox {
	width: 100%;
}
.az-checkbox-tile {
	align-items: flex-start;
	min-height: 50px;
	padding: 8px 20px 8px 45px !important;
	background-color: #fefefe;
	box-shadow: inset 0 0 0 1px #e4e4e4;
	color: var(--secondary-dark);
}
.az-checkbox-tile:hover {
	padding: 8px 20px 8px 45px !important;
	background-color: #fefefe;
	box-shadow: inset 0 0 0 1px #e4e4e4;
	color: var(--secondary-dark);
}
.program-az-prgm-filters {
	display: flex;
	padding: 0;
	flex-direction: column;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}
.az-checkbox-input:checked + .az-checkbox-tile,  .az-checkbox-input:checked + .az-checkbox-tile:hover {
	padding: 8px 20px 8px 45px !important;
	background-color: var(--primary-green);
	box-shadow: inset 0 0 0 1px var(--primary-green);
	color: var(--white);
}
.az-checkbox-tile:hover .az-checkbox-label {
	color: var(--secondary-dark);
}
.az-checkbox-tile:hover::before,  .az-checkbox-input:checked + .az-checkbox-tile::before {
	display: block;
	transform: translateX(0);
}
.az-checkbox-tile::before {
	top: unset;
	left: 0.75rem;
	width: 1.2rem;
	height: 1.2rem;
}
.az-slideout-wrapper {
	padding: 0 0 30px 0;
}
#az-search-filter-wrapper {
	display: none;
}
#az-v-mobile{
	display: block;
}
.az-v-mobile-wrap {
	display: flex;
	justify-content: center;
}
#az-slideout-mobile {
	background: #fcfcfc;
	padding: 0 0 10px 0;
	box-shadow: 0px -1px 5px 1px rgba(24,21,21,0.35);
	position: fixed;
	top: 100vh;
	width: 100%;
	left: unset;
	height: calc(100% - 45px);
	z-index: 20;
	margin: 0 auto;
	opacity: 0;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	transition-timing-function: ease-in;
	overflow-y: scroll;
	overflow-x: hidden;
}
#az-slideout-mobile.on {
	top: unset;
	bottom: 0;
	opacity: 1;
}
/* TAB FILTERS (mobile clusters filter) */
.az-tab-fltr {
	width: 100%;
	border-radius: 0;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.az-tab-fltr input {
	display: none;
}
.az-tab-fltr > input:checked + label {
	transition: all 0.5s ease;
	color: #6d5dfc;
}
.az-fltr-tab {
	width: calc(100% / 3) !important;
	height: 5rem;
	font-size: .9rem;
	font-weight: 500;
	color: var(--secondary-dark);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* cursor: pointer; */
	padding: 0 !important;
	margin: 0;
	border-style: none;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	background-color: #fefefe;
}
.az-filter-wrapper {
	flex-direction: row;
	align-items: left;
	justify-content: space-between;
	margin: 20px 0px 8px 0px;
}
div.az-results-wrapper {
	flex-direction: flex-end;
	justify-content: space-between;
	width: 100%;
}
.az-program-count, .az-course-count {
	padding: 0 0 0 10px;
	margin-right: 0;
}

.az-fltr-tab.active {
	background-color: var(--secondary-green);
	color: var(--white);
	border-bottom: 1px solid var(--secondary-green);
	border-top: 1px solid var(--secondary-green);
}
.az-fltr-tab.active::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-top: 11px solid var(--secondary-green);
	border-right: 11px solid transparent;
	display: flex;
	justify-content: center;
	margin: 0 auto 0 auto;
	position: absolute;
	bottom: -9px;
}
.az-fltr-tab.az-tab-fltr-credential {
	border-right: 1px solid #ddd;
}
.az-fltr-tab.az-tab-fltr-credential.active {
	border-right: 1px solid var(--secondary-green);
}
.az-fltr-tab.az-tab-fltr-delivery {
	border-left: 1px solid #ddd;
}
.az-fltr-tab.az-tab-fltr-delivery.active {
	border-left: 1px solid var(--secondary-green);
}
.az-fltr-tab:hover {
/* cursor: pointer; */
}
.az-fltr-tab span {
	z-index: 1;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: .2s;
}
.az-checkbox-input:checked + .az-checkbox-tile::before {
	transform: scale(1.05);
	opacity: 1;
	background-color: var(--primary-green);
	border-color: var(--primary-green);
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-checkmark-white.png');
}
.az-checkbox-tile::before {
	content: "";
	position: absolute;
	display: block;
	border: .1rem solid #d8d8d8;
	background-color: #fefefe;
	border-radius: 3px;
	top: unset;
	left: 0.85rem;
	width: 1.05rem;
	height: 1.05rem;
	opacity: 0;
	background-image: none;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.az-checkbox-input:checked + .az-checkbox-tile .az-checkbox-label::after {
	display: none;
}
.az-fltr-tab span::before {
	background-size: 28px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	content: "";
	padding: 0;
	background-repeat: no-repeat;
	margin-right: 0;
	margin-bottom: 6px;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.az-fltr-tab.az-tab-fltr-credential span::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-fltr-credential-green.png');
}
.az-fltr-tab.az-tab-fltr-credential.active span::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-fltr-credential-white.png');
}
.az-fltr-tab.az-tab-fltr-campus span::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-fltr-campus-green.png');
}
.az-fltr-tab.az-tab-fltr-campus.active span::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-fltr-campus-white.png');
}
.az-fltr-tab.az-tab-fltr-delivery span::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-fltr-deliverymode-green.png');
}
.az-fltr-tab.az-tab-fltr-delivery.active span::before {
	background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-fltr-deliverymode-white.png');
}
.az-prgm-filters-wrapper {
	padding: 5px;
}
#az-slideout-mobile .az-prgm-filters-wrapper h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	font-size: 1.05rem;
	font-weight: 500;
	color: #505050;
	margin: 0;
	padding: 10px;
	width: 100%;
	text-align: center;
	border-style: none;
	outline: none;
}
.az-slideout-header {
	border-bottom: none;
	margin-bottom: 5px;
}
[tooltip]:not([flow])::before,  [tooltip]:not([flow])::after,  [tooltip][flow^="up"]::before,  [tooltip][flow^="up"]::after {
	margin-bottom: 1px;
}
.az-v-mobile h4 {
	font-size: 1.1rem;
	color: #505050;
}
.az-checkbox-tile::before {
	opacity: .65;
	transform: scale(1);
}
.az-checkbox-tile {
	padding: 8px 20px 8px 45px;
}
.az-results-button-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	padding: 30px 10px 10px 10px;
}
.az-results-button-wrapper button {
	height: 45px;
}
.az-results-button-wrapper button.az-clear-all:hover {
	background-color: #fcfcfc !important;
	border: 1px solid #dddddd !important;
	color: var(--main-text-color) !important;
	box-shadow: none;
}
.az-results-button-wrapper button.az-results-button:hover {
	background-color: var(--primary-green) !important;
	border: 1px solid var(--primary-green) !important;
	color: var(--white) !important;
}
}

