/*!
Theme Name: cicancorp
Theme URI: https://www.collegesinstitutes.ca/
Author: The small but mighty web team
Author URI: https://www.collegesinstitutes.ca/
Description: CICan Corporate Website 2.0 - March 2022
Version: 2.0.0
Text Domain: cicancorp

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}



/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Colors 
--------------------------------------------- */
.blue {
	background-color: rgba(100, 96, 170) !important;
}

.black {
	background-color: rgba(34, 34, 34) !important;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: rgba(34, 34, 34);
	font-family: Roboto, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: rgba(34, 34, 34);
}
h1 {
	font-family: Merriweather;
	width: 80%;
	line-height: 1.4;
}
h2 {
	font-family: Merriweather;
	font-size: 1.5rem;
	padding-bottom: 0.5em;
	border-bottom: 2px solid rgba(34, 34, 34);
	line-height: 1.5;
}
h3 {
	font-family: Roboto;
	font-size: 1.25rem;
	font-weight: 700;
}
h4 {
	font-family: Roboto;
	font-size: 1.125rem;
	font-weight: 700;
}
h5 {
	font-family: Roboto;
	font-size: 1rem;
	font-weight: 700;
}

.lead {
	font-family: Roboto;
	font-size: 1.3rem;
	color: rgba(34, 34, 34);
	line-height: 1.5;
	font-weight: normal !important;
}

.lead strong {
	font-weight: 600;
}

.lead .highlight {
	font-size: 1.5rem;
    font-weight: 700;
}

p {
	font-family: Roboto;
	color: rgba(34, 34, 34);
	line-height: 1.5;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 5rem 3rem;
}
blockquote p {
	font-family: Merriweather;
	font-style: italic;
	font-size: 1.125rem;
	color:rgba(34, 34, 34);
	line-height: 1.75;
	margin: 0 4rem;
}
blockquote::before {
	display: block;
    width: 2.5em;
    height: 2.5em;
    float: left;
	content: url("assets/images/blockquote-icon.svg");
}
.blockquote-footer {
	font-family: Roboto;
	font-size: 1rem;
	font-weight: bold;
	color: rgba(34, 34, 34);
	line-height: 1.5;
	margin: 1rem 5rem;
}
.blockquote-footer::before {
	content: "\2014\0020";
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.column_2 {
	column-count: 2;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5rem 1.5rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

table tr.table-divider {
	border-top: 2px solid #232323;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	text-decoration: none;
	background-color: transparent;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Button Links - Bootstrap Button Override
--------------------------------------------- */
.btn {
    border-radius: 1.25rem !important;
    font-weight: 400; /*updated*/
	font-family: Roboto;
    padding: 0.375rem 2rem;
}
.btn-small {
	font-size: 0.875rem;
}
.btn-reg {
	font-size: 1rem;
}
.btn-large {
	font-size: 1.125rem;
}

.btn-dark {
    color: rgba(255, 255, 255) !important; /*updated*/
    background-color: rgba(34, 34, 34);
	border-color: rgba(34, 34, 34);
}

.btn-dark:hover {
    color: rgba(255, 255, 255) !important; /*updated*/
    background-color: rgb(100, 96, 170);
	border-color: rgba(100, 96, 170);
}

.btn-purple {
    color: rgba(255, 255, 255) !important; /*updated*/
    background-color: rgb(100, 96, 170);
	border-color: rgba(100, 96, 170);
}

.btn-download {
    color: rgba(255, 255, 255) !important; /*updated*/
    background-color: rgb(0, 170, 85);
	border-color: rgba(0, 170, 85);
}

.btn-download:hover {
	color: rgba(255, 255, 255) !important; /*updated*/
	background-color: rgb(40, 167, 69);
	border-color: rgba(40, 167, 69);
}

.btn-disabled {
    color: rgba(255, 255, 255) !important; /*updated*/
    background-color: rgb(204, 204, 204);
	border-color: rgba(204, 204, 204);
}

.btn-light {
    color: rgba(0,0,0) !important; /*updated*/
    background-color: rgba(255, 255, 255);
    border-color: rgba(204, 204, 204);
}

/* Boxit Container
--------------------------------------------- */
.boxit {
	padding: 2rem;
	background-color: rgb(241, 241, 241);
	margin: 0 0 1.5rem 0;
}

.boxit p:last-of-type {
	margin-bottom: 0 !important;
}

.boxit div.border-bottom:last-of-type {
	border: 0;
}

.boxit-sdg {
	background-color: rgb(241, 248, 254) !important;	
}

.boxit-border {
	background-color: rgb(255, 255, 255) !important;	
	border: 5px solid rgb(241, 241, 241);
}

.member-boxit {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 1.25rem;
}

.subnavcta-boxit {
	background-color: rgb(241, 241, 241);
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em !important;
}

input[type="submit"] {
	border-color: rgb(0, 170, 85) !important;
	color: #ffffff;
	background: rgb(0, 170, 85) !important;
	padding: 0.6em 1.5em;
	margin-top: 2em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

input[type="submit"]:hover {
	border-color: #000000;
	background: #000000;
}

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="submit"]:active,
input[type="submit"]:focus {
	border-color: #000000;
	background: #000000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/* GRAVITY FORMS UPDATES
--------------------------------------------- */

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	font-family: Roboto;
	font-size: 1.25rem;
	margin: 0.8rem 0 0.5rem 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text], 
body .gform_wrapper .gform_body .gform_fields .gfield textarea, 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel] {
	font-family: Roboto;
	font-size: 1.25rem;
	border: 1px solid rgba(0, 0, 0);
	padding-left: 1rem;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description,
body .gform_wrapper .gform_body .gform_fields .gfield .name_first label,
body .gform_wrapper .gform_body .gform_fields .gfield .name_last label
 {
	font-family: Roboto;
	font-size: 1rem;
	color: rgba(85, 85, 85)
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
	color: rgba(239, 72, 54)
}
body .gform_wrapper .gform_body .gform_fields .gfield select {
	font-family: Roboto;
	border: 1px solid rgba(0, 0, 0);
	padding: 0.8rem;
}

body .gform_wrapper.gravity-theme .gform_save_link.button {
	border: 0;
	padding: 0;
	margin: 0;
}

body .gform_wrapper .gform_footer input[type=submit] {
	border-radius: 3rem !important;
    font-weight: 400; /*updated*/
	font-family: Roboto;
	font-size: 1rem;
    padding: 1rem 3.5rem 1rem 3.5rem !important;
	color: rgba(255, 255, 255) !important; /*updated*/
    background-color: rgba(0, 170, 85);
	border-color: rgba(0, 170, 85);
	margin: 1rem 0;
	margin-right: 2rem !important;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: rgba(34, 34, 34);
	border-color: rgba(34, 34, 34);
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox input[type=checkbox] {border: 1px solid rgba(0, 0, 0)}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox .gchoice {
	font-family: Roboto;
	font-size: 1rem;
}
body .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {margin: 3rem 0 0 0 !important;}
body .gform_wrapper .gform_body .gform_fields .gsection.mt-0 .gsection_title {margin-top: 0rem !important;}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
	font-size: 1rem !important;
}

.gform_wrapper.gravity-theme .gform_footer button+input, .gform_wrapper.gravity-theme .gform_footer input+button, .gform_wrapper.gravity-theme .gform_footer input+input, .gform_wrapper.gravity-theme .gform_page_footer button+input, .gform_wrapper.gravity-theme .gform_page_footer input+button, .gform_wrapper.gravity-theme .gform_page_footer input+input {
    margin-right: 2rem !important;
	margin-left: 0 !important;
}
.gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button {
	-webkit-appearance: none!important;
    background-color: #fff;
    color: rgba(34, 34, 34);
    text-decoration: none;
    line-height: 0;
    border-radius: 3rem;
    padding: 1rem 2rem !important;
}

.gsection_title {
	font-family: 'Merriweather' !important;
	font-size: 1.4rem;
	font-weight: normal;
}

.gform_confirmation_message {
	padding: 3rem;
	background-color: #cbe2d8;
	border: 1px solid #9ac8b3;
	color: #0f2f20;
}

.gform_confirmation_message p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.gfield_consent_label {
    display: inline-block;
    max-width: calc(100% - 32px);
    vertical-align: top;
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
	body .gform_wrapper .gform_footer input[type=submit] {
		padding: .5rem 3.5rem .5rem 3.5rem;
	}
}




/* Accordions
--------------------------------------------- */

.accordion-item {
	border: 1px solid rgba(34, 34, 34);
	border-radius: 0 !important;
}
.accordion-button {
	font-weight: 700;
}
.accordion-button:focus {
	border-color: none;
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
	background-color: rgba(241, 241, 241);
	color:rgba(34, 34, 34);
	border-bottom:1px solid rgba(34, 34, 34);
}
.accordion-header {
	margin: 0 0 -1px 0;
	padding-bottom: 0;
	border-bottom: 1px solid rgba(34, 34, 34) !important;
}

.accordion-button {
	line-height: 1.4rem;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation li:hover > ul {
    display: block;
}

.main-navigation li {
    margin-left: 2em;
	padding: 5px 0 8px 0; 
    border-bottom: 3px solid rgba(255, 255, 255);
    font-size: 15px;
    font-weight: 500;
}

/* .main-navigation li:nth-last-child(2) {
	padding: 0 20px 0 0;
    border-right: 1px solid rgba(34, 34, 34);
} */

.main-navigation li:hover {
	border-bottom: 3px solid rgba(34, 34, 34);
}

.main-navigation li.current_page_item, .main-navigation li.current-page-ancestor {
	border-bottom: 3px solid rgba(34, 34, 34);
}

.current-page-ancestor > a {
	font-weight: bold;
}

.main-navigation li a {
    color: rgba(34, 34, 34);
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	width: 200px;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul a {
	width: 170px;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

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

ul.sub-menu {
    background-color: rgba(255,255,255);
}

ul.sub-menu li {
    margin: 1em 0 0 1em;
	padding: 0;
}

ul.sub-menu li:nth-last-child(1) {
    margin-bottom: 1em;
}

ul.sub-menu li a {
	font-size: .875rem;
} 

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

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Hamburger Menu
--------------------------------------------- */
button .nav-button {
	background: transparent;
	border: 2px solid var(--button-color);
	border-radius: 1rem;
}
.nav-button {
	--button-color: rgba(34, 34, 34);
	padding: 0.5rem;
}
.nav-button .line {
	transition: y 300ms ease-in 300ms, rotate 300ms ease-in, opacity 0ms 300ms;
	transform-origin: center;
}
.nav-button[aria-expanded="true"] .line {
	transition: y 300ms ease-in, rotate 300ms ease-in 300ms, opacity 0ms 300ms;
}
.nav-button[aria-expanded="true"] :is(.first-bar, .last-bar) {
	y: 45;
}
.nav-button[aria-expanded="true"] .first-bar {
	rotate: 45deg;
}
.nav-button[aria-expanded="true"] .middle-bar {
	opacity: 0;
}
.nav-button[aria-expanded="true"] .last-bar {
	rotate: -45deg;
}

/* Responsive Main Navigation Menu
--------------------------------------------- */
nav.responsive-nav {
    border-top: 1px solid #4d4d4d;
    width: 100%;
	display: block;
    font-size: 1.25rem;
}
nav.responsive-nav a {
    background: rgba(30, 31, 45);
    color: rgb(255, 255, 255);
    border-bottom: 1px solid #4d4d4d;
    display: block;
    font-size: 1.25rem;
    padding: 10px;
    text-align: center;
}
nav.responsive-nav ul,
nav.responsive-nav ul.sub-menu {
	padding-left: 0px;
    margin-left: 0px;
}
nav.responsive-nav ul li,
nav.responsive-nav ul.sub-menu li {
    list-style: none;
    margin: 0;
}
nav.responsive-nav .sub-menu {
    background: rgba(30, 31, 45);
    top: 0;
    position: absolute;
    left: auto;
    width: 100%;
    z-index: 9;
    display: none;
}
nav.responsive-nav .sub-menu a {
    background: rgba(30, 31, 45);
    color: rgb(255, 255, 255);
    width: 100%;
}
nav.responsive-nav .sub-menu.active {
	display: block;
    right: -100%;
}
nav.responsive-nav .sub-menu li:hover > a {
    background: #4e4e4e;
    color: #1894a7;
}
nav.responsive-nav .sub-menu .back > a:before {
	content: '';
    display: inline-block;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent rgb(255,255,255) transparent transparent;
}
nav.responsive-nav .menu-item,
nav.responsive-nav .menu-item:hover {
    position: static;
}
nav.responsive-nav .menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent rgb(255,255,255);
}




/* Side Nav Bar
--------------------------------------------- */
nav.page-nav li.menu-item {
	display: none;
}
nav.page-nav li.menu-item.current-page-ancestor,
nav.page-nav li.menu-item.current-menu-ancestor, 
nav.page-nav li.menu-item.current-menu-parent, 
nav.page-nav li.menu-item.current-menu-item {
	display: block !important;
}
nav.page-nav li.menu-item.current-page-ancestor > ul.sub-menu > li.menu-item, 
nav.page-nav li.menu-item.current-menu-ancestor > ul.sub-menu > li.menu-item, 
nav.page-nav li.menu-item.current-menu-parent > ul.sub-menu > li.menu-item, 
nav.page-nav li.menu-item.current-menu-item > ul.sub-menu > li.menu-item {
	display: block !important;
}
nav.page-nav li.menu-item.current_page_parent,
nav.page-nav li.menu-item.current_page_parent > ul.sub-menu > li.menu-item {
	display: block !important;
}
nav.page-nav .current-menu-ancestor > a,
nav.page-nav .current-menu-item > a, 
nav.page-nav .current_page_parent > a {
	font-weight: bold;
}

ul.menu-main-navigation-container {
    padding: 0;
    margin: 0;
}
ul.menu-main-navigation-container li a {
    color: rgba(0,0,0);
}
nav.page-nav ul.sub-menu {
	padding-left: 0;
	margin-left: 0;
}
nav.page-nav ul.sub-menu ul.sub-menu {
    padding-left: 20px;
}
nav.page-nav ul.sub-menu ul.sub-menu > li.menu-item::before {
    content: '\2B'; /* '+' */
	margin-right: 0.3em;
}

nav.page-nav ul.sub-menu li {
	margin-left: 0;
}
nav.page-nav > ul > li > ul.sub-menu > li:first-child {
	padding-top: 25px;
  	border-top: 3px solid rgba(0,0,0);
}
nav.page-nav > ul > li > ul.sub-menu > li:last-child {
	padding-bottom: 25px;
  	border-bottom: 3px solid rgba(0,0,0);
}
nav.page-nav li.menu-item.current-menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item::before {
	content: '\2B'; /* '+' */
	margin-right: 0.3em;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Top Bar
--------------------------------------------- */

.topbar {
	background-color: rgba(100, 96, 170);
	color: rgba(255, 255, 255);
	padding: 0 /*10px 0 5px 0*/;
}

.topbar.pride {
	background-color: rgba(34, 34, 34);
	background-image: url('/wp-content/themes/cicancorp/assets/images/headerbar-pridestripe.png');
	background-repeat: no-repeat;
}

.topbar.indigenous {
	background-color: rgba(237, 124, 63);
}

.topbar.slanted {
    position: relative;
    overflow: visible;
    z-index: 1;
}

.topbar.slanted:after {
	
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
	height: 100px;
	max-height: 100px;
    top: -40px;
    transform-origin: left top;
    transform: skewY(-1.3deg);
}

@media only screen and (max-width: 767px) {
	.topbar.slanted:after {
		transform: none;
		top: -80px;
	}
}

/* Top Bar - Topbar Nav
--------------------------------------------- */

.topbarnav {
    font-size: 0.7rem;
}

ul.topbarnav li {
	margin: auto 0;
    padding: 0 15px;
    border-right: 1px solid rgba(0, 0, 0);
}

ul.topbarnav li:last-child {
	border-right: 0;
	padding-right: 0;
}

ul.topbarnav li a {
    color: rgba(0, 0, 0);
    text-decoration: none;
}

ul.topbarnav li a i {
	font-size: 1rem;
}

/* Top Bar - Social Media Nav
--------------------------------------------- */
ul.nav.socialmedianav {margin: 0 0 0 0.8em;}
ul.socialmedianav li {padding: 0 5px;}
ul.socialmedianav li:nth-last-child(1) {padding: 0 0 0 5px;}
ul.socialmedianav li a {
	background-color: rgba(255, 255, 255);
    text-align: center;
    height: 24px;
    width: 24px;
    background-position: center;  
    background-repeat: no-repeat; 
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
}

li.facebook a {
	background-image: url('assets/images/facebook-blue.svg');
	background-size: 8px 15px;
}

li.twitter a {
	background-image: url('assets/images/twitter-blue.svg');
	background-size: 15px 12px;
}

li.linkedin a {
	background-image: url('assets/images/linkedin-blue.svg');
	background-size: 13px 13px;
}


li.youtube a {
	background-image: url('assets/images/youtube-blue.svg');
	background-size: 13px 13px;
}

/* Header
--------------------------------------------- */
.cican_logo {
	width: 200px;
}

/* Hero
--------------------------------------------- */
.hero-box {
	background-color: rgba(241,241,241);
	padding: 6rem 4rem 4rem 4rem;
}

.hero-box h1 {
	color: rgba(34, 34, 34);
	font-family: Merriweather;
	font-size: 2.3rem;
	width: 100%;
}

.hero-box a {
	color: rgba(34, 34, 34) !important;
	font-weight: 500;
	font-family: Merriweather;
}

.hero-box h2 {
	font-family: Roboto, "Helvetica Neue", sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	color: rgba(34, 34, 34);
	font-weight: normal;
	border: none;
}

#hero.slanted-hero {
	position: relative;
  	background: rgba(241,241,241);
  	overflow: visible;
  	z-index: 1;
}

#hero.slanted-hero:before, #hero.slanted-hero:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0px;
  left: 0px;
  transform-origin: right top;
  transform: skewY(1.5deg);
}

@media only screen and (max-width: 767px) {

	.hero-box {
		padding: 3rem 1rem 3rem 1rem;
	}
	.hero-box h1 {
		font-size: 1.75rem;
	}
	.hero-image {
		width: 75% !important;
	}
}

/* Related Content Section
--------------------------------------------- */
section#related-content-section {
    margin: 6rem 0 10rem 0;
}
section#related-blogposts-section {
	margin: 3rem 0 4rem 0;
}
h2.related-header {
	border: none;
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
}
h2.related-header:after {
	content: "";
	display: block;
    height: 5px;
    margin-top: 30px;
    position: absolute;
    z-index: 9;
    background: #000000;
    width: 130px;
}
h3.related-subheader {
	font-family: Merriweather;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(0,0,0);
}

.additional-information {
	font-family: Merriweather;
	padding-bottom: 0.5em;
    border-bottom: 2px solid rgba(34, 34, 34);
	font-size: 1.5rem;
    font-weight: 500;
	margin-top: 4rem;
}


/* Infographics Section
--------------------------------------------- */
.inforgraphic-icon {
	font-size: 2rem;
}
.infographic-number {
	font-family: Merriweather;
	font-size: 2.5rem;
	margin-bottom: 0;
}

/* Spotlight
--------------------------------------------- */
section#spotlight {
	margin-bottom: 10rem;
}
#spotlight a {
	color: rgba(34, 34, 34);
}
.spotlight_excerpt {
	font-size: 0.875rem;
}

@media only screen and (max-width: 767px) {
	
	section#spotlight {
    margin-bottom: 5rem;
	}
}

/* Footer
--------------------------------------------- */
.site-footer {
	background-color: rgba(34, 34, 34);
	color: rgba(255, 255, 255)
}

.cican_footer_logo {
	width: 170px;
	height: auto;
}

.cican_footer_links {
	font-size: .875rem;
	color: rgba(255, 255, 255);
}

.cican_footer_links a {
	color: rgba(255, 255, 255);
}

.cican_footer_links ul {
	list-style: none;
}

.footer_subscribe_text {
    font-family: Merriweather;
    color: rgb(255, 255, 255);
    font-size: 1.313rem;
}

.footercicannav, .footerconnectnav {
	display: block;
}

footer.slanted {
	position: relative;
  	background: rgba(34, 34, 34);
  	overflow: visible;
  	z-index: 1;
}

footer.slanted:before, footer.slanted:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0px;
  transform-origin: right top;
  transform: skewY(1.2deg);
}

footer .partner-title {
	color: rgba(255, 255, 255);
	font-family: Merriweather;
	font-size: 1.313rem;
}

footer .partner-logo img {
	width: auto;
    max-width: 130px;
	max-height: 100px;
    height: auto;
    margin: 10px 0;
}

.borderlicious-top {
    border-top: 1px solid rgba(255,255,255,0.2);
}

.borderlicious-left {
    border-left: 1px solid rgba(255,255,255,0.2);
}

.borderlicious-dark {
	border-top: 2px solid rgba(0,0,0);
	width: 75%;
    display: block;
    margin: 15px auto;
}

@media only screen and (max-width: 767px) {
	footer .partner-logo img {
		width: 75% !important;
	}
	img.member-org {
		width: 75% !important;
		height: auto;
	}
}

@media only screen and (max-width: 900px) {
	.borderlicious-left {
		border: none;
	}
}

/* Bottom Bar - Bottombar Nav
--------------------------------------------- */
.bottombarnav {
    font-size: 0.7rem;
}

ul.bottombarnav li {
	margin: auto 0;
    padding: 0 15px;
    border-left: 1px solid rgba(255, 255, 255);
}

ul.bottombarnav li a {
    color: rgba(255, 255, 255);
    text-decoration: none;
}

ul.nav.bottomsocialmedianav {margin: 0 0 0 0.8em;}
ul.bottomsocialmedianav li {padding: 0 5px;}
ul.bottomsocialmedianav li:nth-last-child(1) {padding: 0 0 0 5px;}
ul.bottomsocialmedianav li a {
	background-color: rgba(255, 255, 255);
    text-align: center;
    height: 24px;
    width: 24px;
    background-position: center;  
    background-repeat: no-repeat; 
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
}
li.facebook-footer a {
	background-image: url('assets/images/facebook.svg');
	background-size: 8px 15px;
}
li.twitter-footer a {
	/* background-image: url('assets/images/twitter.svg'); */
    background-image: url(https://www.collegesinstitutes.ca/wp-content/uploads/2025/05/twitter-icon.png);
	background-size: contain;
}
li.linkedin-footer a {
	background-image: url('assets/images/linkedin.svg');
	background-size: 13px 13px;
}
li.youtube-footer a {
	background-image: url('assets/images/youtube.svg');
	background-size: 13px 13px;
}
li.insta-footer a {
	background-image: url('assets/images/instagram.svg');
	background-size: 13px 13px;
}

/* 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;
	padding-bottom: 1.5rem;
}

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

.page_breadcrumbs {
	font-size: 0.75rem;
	
}

.circlesmall {
    background: rgba(100, 96, 170);
    margin: auto;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
}

/* Members
--------------------------------------------- */
ul.memberlist {
	list-style: none;
	padding-left: 0;
}

@media only screen and (max-width: 576px) {
	ul.memberlist {
		column-count: 1 !important;
	}
}

.member-boxit .memberboxit-title {
	font-size: 1.2rem;
}

.member-boxit .memberboxit-data {
	font-size: 2.2rem;
}

.member-boxit-website-icon {
	font-size: 2.2rem;
}

.member-socialstuff {
	background-color: rgba(34,34,34);
    color: #fff;
    font-size: 1rem;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    text-align: center;
    margin: 0 0 0 10px;
    padding-top: 10px;
}

#member-stats h2 {
	font-family: Merriweather;
	font-size: 1.75rem;
}

.member-statsnumber {
	font-family: Merriweather;
	font-size: 2rem;
	margin-bottom: 0px;
}

h2.member-location-heading {
    font-family: 'Roboto';
    border: none;
    font-size: 1.25rem;
}

/* Video Page
--------------------------------------------- */
.video-row {
	border-bottom: 2px solid rgba(34, 34, 34);
}

/* Degrees Page
--------------------------------------------- */
.gsc-input-box table {
	margin: 0;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/****** SUZAN'S EDITS *******/

article {
	margin-bottom: 5rem;
}

h1 {
	margin: 3rem 0;
}

h2 {
	margin: 3rem 0 1rem 0;
}

h3 {
	margin-bottom: 1.5rem;
}

h2.media-heading, h3.cta-title {
	font-family: 'Merriweather' !important;
	font-weight: normal !important;
}

h3.cta-title {
	font-size: 1.5rem;
}

h2.media-heading {
	font-size: 1.125rem !important;
}

h3.cta-title {
	line-height: 1.75rem !important;
}

h2.media-heading a, h3.cta-title a {
	color: #222222;
}

.boxit h2, .blog-entry h2 {
	font-family: Roboto;
	font-size: 1.25rem;
	font-weight: 700;
	border-bottom: 0;
	line-height: 1.25;
	margin: 1rem 0 0 0;
}

.post-large h2 {
	font-family: Roboto;
	border-bottom: 0;
}

.excerpt p {
	line-height: 1.3rem;
}

.divider-short {
	background: #000000;
	width: 75px;
	height: 5px;
	display: block;
	content: "";
	margin: 1.5rem 0;
}

.fa-classic, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fal, .far, .fas, .fat {
	font-size: 1.2rem;
	margin-right: 0.125rem;
}

.img-gray {
	filter: grayscale(100%);
}

.hashtag {
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	padding: 0 30px 0 30px;
	color: #ffffff;
	font-size: .8rem;
}

i.inforgraphic-icon {
	font-size: 1.75rem;
}

img.fundedby_logo {
	max-height: 250px;
	max-width: 250px;
	width: 100%;
	height: 100%;
}

.single-cicancorp_programs .my-md-5 .col-auto:last-child img {
    height: 80px;
    max-width: unset !important;
}

.page-template-page-nosubmenu .banner_image_container {
	-webkit-clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
}

.dropdown-item:focus, .dropdown-item:hover {
	color: rgba(34, 34, 34);
	background-color: rgba(241, 241, 241);
}

.dropdown-item {
	font-size: 0.9rem;
}

span.medal {
	width: 14px;
	height: 14px;
	border-radius: 100px;
	display: inline-block;
	margin-right: 0.5rem;
}

span.gold, span.or 	{ background-color: #cea52f; }
span.silver, span.argent { background-color: #b5c9d0; }
span.bronze { background-color: #e59055; }

/* Colors 
--------------------------------------------- */

.lightgrey 	{ color: #f1f1f1; }
.white		{ color: #ffffff; }
.charcoal	{ color: #222222; }
.purple		{ color: #787aba; }
.darkblue	{ color: #3381c3; }
.lightblue	{ color: #3fc4e0; }
.darkteal	{ color: #00b3a7; }
.lightteal	{ color: #51c2b6; }
.darkgreen	{ color: #0b7a6f; }
.lightgreen { color: #58bb65; }
.limegreen	{ color: #bad541; }
.yellow		{ color: #f2d637; }
.orange		{ color: #f3742d; }
.red 		{ color: #ef4451; }
.darkpink 	{ color: #d03f6a; }

.bg-lightgrey 	{ background-color: #f1f1f1; }
.bg-white		{ background-color: #ffffff; }
.bg-charcoal	{ background-color: #222222; }
.bg-purple		{ background-color: #787aba; }
.bg-darkblue	{ background-color: #3381c3; }
.bg-lightblue	{ background-color: #3fc4e0; }
.bg-darkteal	{ background-color: #00b3a7; }
.bg-lightteal	{ background-color: #51c2b6; }
.bg-darkgreen	{ background-color: #0b7a6f; }
.bg-lightgreen 	{ background-color: #58bb65; }
.bg-limegreen	{ background-color: #bad541; }
.bg-yellow		{ background-color: #f2d637; }
.bg-orange		{ background-color: #f3742d; }
.bg-red 		{ background-color: #ef4451; }

/* Member Profile Page
--------------------------------------------- */

.member-logo {
	background: #f1f1f1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-blend-mode: multiply;
	max-width: 350px;
	max-height: 200px;
}

.member-logo-container-lg {
	height: 375px;
	max-height: 375px;
}

.member-logo-container-sm {
	max-height: 175px;
}

.scotia-sm a {
	color: #222;
    font-size: 20px;
    padding-right: 10px;
}


/* Video player box
--------------------------------------------- */

.video-container, .map-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden; 
	margin-top: 2rem;
}

.map-container {
	overflow: visible;
}

.video-container iframe, .video-container object, .video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.map-container iframe, .map-container object, .map-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
}

/* Pagination - Wordpress
--------------------------------------------- */
ul.page-numbers {
	list-style-type: none;
	margin: 1rem auto;
	padding: 0;
}

ul.page-numbers li {
	display: inline-block;
}

a.page-numbers {
	border: 1px solid #000000;
	padding: 0.6rem 0.9rem;
	color: #000000;
	margin: 0 0.3rem;
}

span.page-numbers.current {
	padding: 0.6rem 0.9rem;
	margin: 0 0.3rem;
}

a.next.page-numbers {
	padding: 0.6rem 1.5rem;
}

/* WP Facet - Pager (Signatories)
--------------------------------------------- */
[data-name="pager_total_signatories"] {
	font-size: 30px;
	display: inline;
}

/* WP Facet - Pagination
--------------------------------------------- */

.facetwp-pager {
	margin: 1rem auto;
	text-align: center;
}

a.facetwp-page.active {
	border: 0;
}

a.facetwp-page {
	border: 1px solid #000000;
	padding: 0.5rem 0.9rem !important;
	color: #000000;
	margin: 0 0.3rem;
}

a.facetwp-page.next, a.facetwp-page.left {
	padding: 0.5rem 1.5rem;
}

.facetwp-counts {
	margin-bottom: 3rem;
}

/* WP Facet - Inputs
--------------------------------------------- */

.boxit .facetwp-facet {
	margin: 0;
}

.boxit .facetwp-input-wrap {
	display: block;
	position: relative;
}

.boxit input.facetwp-search {
	padding: 0.5rem;
	width: 100%;
}

.boxit select.facetwp-dropdown {
	padding: 0.6rem;
	width: 100%;
}

.facetwp-selections ul {
	margin: 0;
	padding: 0;
}

.facetwp-icon {
	right: 5px !important;
	opacity: 1 !important;
}

.facetwp-selections li {
	border: 1px solid #666666;
	padding: 0.5rem 0.5rem 0.3rem 0.5rem;
	margin: 1rem 1rem 0 0;
	font-size: 90%;
	color: #666666;
}

.facetwp-selections .facetwp-selection-value {
	margin-right: 0 !important;
	background-position: right top !important;
}

.facetwp-checkbox {
	display: inline;
	padding-right: 1rem;
}



.main-navigation ul.sub-menu li:hover {
	border-bottom: 3px solid rgba(255 255, 255);
}

.main-navigation ul.sub-menu li.current_page_item a, 
.main-navigation ul.sub-menu li.current-menu-item a, 
.main-navigation ul.sub-menu li a:hover {
	color: rgba(123, 104, 238);
}

.main-navigation ul.sub-menu li.current_page_item, 
.main-navigation ul.sub-menu li.current-menu-item,
.main-navigation ul.sub-menu li.current-page-ancestor, 
.main-navigation ul.sub-menu li:hover {
	border-bottom: 3px solid rgba(255, 255, 255) !important;
}

/* StratPlan Styles
--------------------------------------------- */

/* Strat Plan */
.stratplan {
  color: #333;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #f1f1f1;
  /*background-attachment: fixed;*/
}

@media (max-width: 767.98px) {
  .stratplan {
    background-image: none !important;
  }

  .stratplan header {
    background-color: #ffffff;
  }
}

.stratplan h1 {
  font-size: 36px;
  width: 100%;
}

.stratplan h2 {
  font-size: 30px;
  border: none;
}

.stratplan h2.item1,
.stratplan h2.item2,
.stratplan h2.item3 {
  font-size: 36px;
  text-transform: uppercase;
}

.stratplan h2.item1 {
  color: #5bc0ed;
}

.stratplan h2.item2 {
  color: #bd3e96;
}

.stratplan h2.item3 {
  color: #353890;
}

.stratplan h3.stratplan-years {
	font-size: 2rem;
}

.stratplan .btn {
  /*border-radius: 0em !important;*/
}

.stratplan .btn-primary {
  background-color: #333333;
  border-color: #333333;
}

.stratplan div.screen {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
}

.stratplan .bullets i {
  font-size: 0.5em;
}

.stratnav {
  z-index: 0;
}

.stratplan div.stratnav ul {
  float: right;
  margin-top: 10em;
  list-style: none;
}

.stratplan div.stratnav ul li {
  margin: 16px 0;
  text-align: right;
}

.stratplan div.stratnav ul li a {
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 5px 10px;
  color: #333;
  font-size: 16px;
  font-family: Roboto;
  text-transform: uppercase;
  text-align: right;
}

.stratplan .border-bottom {
  border-bottom: 1px dotted #333333 !important;
}

.stratplan .border-top {
  border-top: 1px dotted #333333 !important;
}

.stratplan .border-right {
  border-right: 1px dotted #333333 !important;
}

.stratplan .border-left {
  border-left: 1px dotted #333333 !important;
}

.stratplan #mission {
  font-size: 1.2em;
}

.stratplan #mission h3 {
  font-size: 1.3em;
}

.stratplan .screen ul {
  padding: 0 3em;
  list-style: disc;
}

/* International Styles
--------------------------------------------- */
.box-is hr {
    border-top: 1px solid #666;
}
.bullet {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 10px;
    margin: 0.25rem auto 0.25rem auto;
}

@media only screen and (min-width: 50em) {
	.col-is img {
        position: relative;
        z-index: 10;
        background: #f1f1f1;
    }
	
	.border-dotted {
		border: 2px dotted #000000;
		padding: 20px 30px;
		color: #000000;
		border-left: 0px dotted #000000;
		border-right: 0 dotted #000;
		border-bottom: 0 dotted #000;
		position: relative;
		top: -345px;
		width: 100%;
		z-index: 1;
		left: 127px;
	}

	.border-dotted-2 {
		border: 2px dotted #000000;
		padding: 20px 30px;
		color: #000000;
		border-left: 0px dotted #000000;
		border-right: 0 dotted #000;
		border-bottom: 0 dotted #000;
		position: relative;
		top: -369px;
		width: 100%;
		z-index: 1;
		left: 124px;
	}
}

@media only screen and (min-width: 62em) {
	.border-dotted {
		position: relative;
		top: -275px;
		width: 100%;
		z-index: 1;
		left: 127px;
	}
	.border-dotted-2 {
		position: relative;
		top: -299px;
		width: 100%;
		z-index: 1;
		left: 124px;
	}
}

@media only screen and (min-width: 75em) {
	.border-dotted {
		position: relative;
		top: -250px;
		width: 100%;
		z-index: 1;
		left: 127px;
	}
	.border-dotted-2 {
		position: relative;
		top: -275px;
		width: 100%;
		z-index: 1;
		left: 124px;
	}
}

/* Complianz Plugin Styles */

.cmplz-categories {
	margin-top: 1rem !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
	background-color: rgba(239, 239, 239, 0.15) !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
	color: limegreen !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	padding-top: 0 !important;
}

/* New Styles
--------------------------------------------- */

.gform_next_button, .gform_button {
	color: rgba(255, 255, 255) !important;
    background-color: rgb(0, 170, 85) !important;
    border-color: rgba(0, 170, 85)!important;
	
	border-radius: 1.25rem !important;
    font-weight: 400 !important;
    font-family: Roboto!important; 
    padding: 0.375rem 2rem !important;
}

.gform_previous_button {
	color: rgba(255, 255, 255) !important;
    background-color: rgba(34, 34, 34) !important;
    border-color: rgba(34, 34, 34) !important;
	border-radius: 1.25rem !important;
    font-weight: 400 !important;
    font-family: Roboto!important; 
    padding: 0.375rem 2rem !important;
}

#input_92_89 .gfield_date_month, 
#input_92_89 .gfield_date_day {
	/*display: none;*/
}

/* UIE Styles
--------------------------------------------- */
.uie-site .topbar.slanted:after {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #25D8C2;
    z-index: -1;
    height: 100px;
    max-height: 100px;
    top: -40px;
    transform-origin: left top;
    transform: skewY(-1.3deg);
}

.uie-header .current_page_item {
	border-bottom: 3px solid rgba(255, 255, 255) !important;
}

.uie-header .menu-item a{
	color: #232222;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 22.5px; /* 150% */
}

.uie-header .current-page-ancestor {
	border-bottom: 0 !important;
}
.uie-header .current-menu-item > a, .uie-header .current-menu-parent > a {
	color: #FF7427 !important;
}

.uie-header .site-logo {
	display: flex;
    flex-direction: row;
    gap: 12px;
	width: 44.666667%;
}

.uie-header .uie-nav {
	width: 55.333333%;
	padding: 0;
}

.uie-header .site-logo a img {
	min-width: 200px;
}

.uie-header .uie-home-label {
	color: #232222;
	font-family: Roboto;
	font-size: 19.8px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 21.78px */
	align-items: center;
    display: flex;
	height: fit-content;
    margin: 20px 0 0;
    padding-left: 20px;
    border-left: solid 1px #DEE2E6;
}
.uie-container h1 {
	color: #232222;
	font-family: Merriweather;
	font-size: 45.13px;
	font-style: normal;
	font-weight: 400;
	line-height: 44.8px; /* 99.269% */
	margin-bottom: 26px;
	width: 100%;
}

.uie-container .funded-by-section .images img:first-child {
	max-width: 200px;
}

.uie-container .funded-by-section .label {
	min-width: 145px;
}

.uie-container h4 a {
	color: #00B4A7;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 21.6px; /* 120% */
}

.uie-container h2 {
	color: #232222;
	font-family: Merriweather;
	font-size: 19.125px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 188.235% */
}

.uie-container .divider-short {
	background: #FF7427;
}

.uie-container .lead {
	color: #232222;
	font-family: Roboto;
	font-size: 20.8px;
	font-style: normal;
	font-weight: 400;
	line-height: 31.2px; /* 150% */
}

.uie-container .mt-5 {
	margin-top: 0 !important;
}

.uie-container .boxit h2 {
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px; /* 125% */
}

.uie-container .disclaimer p , .uie-container .disclaimer a{
	color: #232222;
}

.uie-container .disclaimer a {
	color: #FF7427;
    text-decoration: underline;
}

.uie-container .funded-by-disclaimer {
	color: #232222;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px; /* 125% */
}

.uie-container li {
	position: relative;
}

.uie-container li::marker {
	content: '';
}

.uie-container li::after {
	content: "";
	width: 0.25rem;
	height: 0.25rem;
	border-radius: 50%;
	background: #222222;
	display: flex;
	position: absolute;
	left: -20px;
	top: 10px;
}

.uie-container .entry-content {
	padding-bottom: 82px;
	border-bottom: 1px solid #DEE2E6;
	margin-bottom: 59px;
	margin-top: 49px;
}


.funded-by-section, .uie-container .funded-by-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 138px;
    max-width: 538px;
    margin-left: auto;
    margin-right: auto;
    gap: 22px;
}
.funded-by-section .label {
    border-right: solid 1px #DEE2E6;
    padding-right: 25px;
    margin-right: 0;
    min-height: 50px;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #232222;
    font-family: 'Roboto';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    min-width: 125px;
}
.funded-by-section .images {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 48px;
    row-gap: 48px;
}

.uie-header .menu {
	align-items: center;
}

.uie-header .sub-menu li a:hover {
	color: #FF7427 !important;
}

.uie-site.fr .uie-home-label {
	margin: 10px 0 0;
}

.page-template-page-solar-pv-installation #rmp_menu_trigger-23136, .page-template-page-uie #rmp_menu_trigger-23136, .page-template-page-hero-content #rmp_menu_trigger-23136, .page-template-page-uie-employers #rmp_menu_trigger-23136, .page-template-page-contact-us-v2 #rmp_menu_trigger-23136 {
	display: none;
	visibility: hidden;
}

.whats-happening-row {
	row-gap: 3rem;
}

.download-documents {
	padding: 1% 3%;
    background: #00aa55;
    color: #fff;
    border-radius: 24px;
}

.download-documents:hover {
	color: #fff !important;
}

@media only screen and (max-width: 1200px) {
	.uie-header .uie-home-label {
		display: none;
	}
}


@media only screen and (max-width: 1024px) {
	.related-program {
		flex-direction: column-reverse;
		align-items: start !important;
		gap: 20px;
	}
	
	.related-program .col-md-4, .related-program .col-md-8 {
		width: 100%;
	}
	
	.uie-header .header-content {
		width: 100%;
	}
	
	.uie-header .d-lg-block {
		display: none !important;
	}
	
	#rmp_menu_trigger-23136 {
		position: absolute;
		top: 85px;
        right: 8%;
		display: block;
	}
	
	.funded-by-section img {
		scale: 0.75;
	}
	
	.uie-container .post-content {
		width: 100%;
		padding: 0;
	}
	
	.uie-header .my-md-5 {
		margin-left: 0;
		margin-right: 0;
		padding: 0 5%;
	}
	
	.uie-container {
		max-width: revert;
		padding: 0 5%;
	}
	
	.uie-container .funded-by-section {
		padding-bottom: 40px;
	}
	
	body:not(:has(div#page.uie-site)) #rmp_menu_trigger-35591, body:not(:has(div#page.uie-site)) #rmp_menu_trigger-35592 {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.single-cicancorp_programs .boxit.mb-5 .row.justify-content-center {
		gap: 1.5rem;
	}
	.funded-by-section {
		flex-direction: column;
	}
	
	.funded-by-section .images {
		gap: 16px;
	}
	
	.funded-by-section .label {
		border-right: 0;
	}
	
	.uie-site .topbar.slanted:after {
		height: 65px;
	}
	
	#rmp_menu_trigger-23136 {
		top: 55px;
		right: 8%;
	}
	
	.uie-container .funded-by-section {
		flex-direction: column;
		gap: 0;
	}
	
	.uie-container .funded-by-section .label {
		justify-content: center;
		padding: 0;
	}
	
	.uie-container .funded-by-section .images {
		flex-direction: column;
	}
	
	.uie-site .hero-section .col h1 {
		font-size: 40px;
	}
	
	.cicancorp_recipient .entry-content .row > .col-md-8 {
		margin-bottom: 2rem;
	}
}