/*!
Theme Name: occ
Theme URI: http://menta.ca
Author: Menta Digital Agency
Author URI: http://menta.ca
Version: 1.0.0
*/

@font-face {
	font-family: 'Caslon';
	src: url('https://occ.ca/wp-content/uploads/fonts/caslonpro.eot');
	src: url('https://occ.ca/wp-content/uploads/fonts/caslonpro.eot#iehack') format('embedded-opentype'),
		url('https://occ.ca/wp-content/uploads/fonts/caslonpro.woff2') format('woff2'),
		url('https://occ.ca/wp-content/uploads/fonts/caslonpro.woff') format('woff'),
		url('https://occ.ca/wp-content/uploads/fonts/caslonpro.ttf') format('truetype'),
		url('https://occ.ca/wp-content/uploads/fonts/caslonpro.svg#caslonpro') format('svg');
}

@font-face {
	font-family: 'Avenir';
	font-weight: 600;
	src: url('https://occ.ca/wp-content/uploads/fonts/avenirnextmedium.eot');
	src: url('https://occ.ca/wp-content/uploads/fonts/avenirnextmedium.eot') format('embedded-opentype'),
		url('https://occ.ca/wp-content/uploads/fonts/avenirnextmedium.woff2') format('woff2'),
		url('https://occ.ca/wp-content/uploads/fonts/avenirnextmedium.woff') format('woff'),
		url('https://occ.ca/wp-content/uploads/fonts/avenirnextmedium.ttf') format('truetype'),
		url('https://occ.ca/wp-content/uploads/fonts/avenirnextmedium.svg#avenirnextmedium') format('svg');
}

@font-face {
	font-family: 'Avenir';
	font-weight: 800;
	src: url('https://occ.ca/wp-content/uploads/fonts/avenirnextheavy.eot');
	src: url('https://occ.ca/wp-content/uploads/fonts/avenirnextheavy.eot#iehack') format('embedded-opentype'),
		url('https://occ.ca/wp-content/uploads/fonts/avenirnextheavy.woff2') format('woff2'),
		url('https://occ.ca/wp-content/uploads/fonts/avenirnextheavy.woff') format('woff'),
		url('https://occ.ca/wp-content/uploads/fonts/avenirnextheavy.ttf') format('truetype'),
		url('https://occ.ca/wp-content/uploads/fonts/avenirnextheavy.svg#avenirnextheavy') format('svg');
}

@font-face {
	font-family: 'Avenir';
	font-weight: 700;
	src: url('https://occ.ca/wp-content/uploads/fonts/avenirnextbold.eot');
	src: url('https://occ.ca/wp-content/uploads/fonts/avenirnextbold.eot#iehack') format('embedded-opentype'),
		url('https://occ.ca/wp-content/uploads/fonts/avenirnextbold.woff2') format('woff2'),
		url('https://occ.ca/wp-content/uploads/fonts/avenirnextbold.woff') format('woff'),
		url('https://occ.ca/wp-content/uploads/fonts/avenirnextbold.ttf') format('truetype'),
		url('https://occ.ca/wp-content/uploads/fonts/avenirnextbold.svg#avenirnextbold') format('svg');
}


html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	box-sizing: content-box;
	height: 0;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

textarea {
	overflow: auto;
}

body,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	font-family: Caslon;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h6 {
	font-family: Avenir;
}

h2,
h3 {
	font-weight: 800;
}

h1,
h2 {
	font-size: 46px;
	line-height: 1;
}

h1 {
	color: white;
	padding: 40px 0 0px 5vw;
	margin: 0;
	font-weight: 800;
	letter-spacing: 1.5px;
}

h1,
h3 {
	text-transform: uppercase;
}

h3,
h4 {
	font-size: 30px;
}

h4 {
	font-weight: 700;
	margin-bottom: 20px;
}

h5 {
	font-family: Caslon;
	font-size: 38px;
	line-height: 48px;
}

h6 {
	font-size: 20px;
	margin-bottom: 20px;
}

strong {
	font-weight: 900;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

html {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

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

.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;
	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: 200px;
}

.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;
}

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

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

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

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

#page {
	overflow-x: hidden;
}

.menubutton {
	-webkit-transition: 500ms all;
	transition: 500ms all;
	-webkit-transform: translateY(-12px);
	transform: translateY(-12px);
}

.menuline {
	height: 3px;
	width: 30px;
	background: #000000;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

#secondline,
#thirdline {
	margin-top: 6px;
}

.mobile-menu {
	background: #000000;
	position: absolute;
	top: 87px;
	right: 0;
	width: 100%;
	height: 90vh;
	z-index: 999;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	display: none;
}

#mobile-nav {
	cursor: pointer;
	display: none;
}

.topheader {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 20px 5vw 0;
	-webkit-box-align: baseline;
	align-items: baseline;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(177, 177, 176);
}

#primary {
	display: -webkit-box;
	display: flex;
	list-style: none;
	margin: 0;
}

#primary.menu a {
	font-family: Avenir;
	text-decoration: none;
	color: black;
	margin-left: 25px;
	font-size: 14px;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.slide {
	height: calc(100vh - 172px);
	background-size: cover !important;
	background-position-y: 50%;
}

.slide>div {
	height: calc(100vh - 172px);
	padding-right: 40px;
}

.topheader a {
	line-height: 1;
}

.slide>div>p {
	color: white;
	padding-left: 5vw;
	font-style: italic;
}

.slide>div>h6 {
	right: 5vw;
	position: absolute;
	bottom: 10px;
	color: white;
	font-family: Avenir;
	text-transform: uppercase;
}

.slide>div>h6 a:after,
.bx-controls-direction>a:before {
	content: ">";
	padding: 6px 0px 0px 8px;
	border: 2px solid #5A9DD3;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-left: 10px;
	font-weight: 100;
	line-height: 15px;
	font-size: 16px;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-transition: .3s all;
	transition: .3s all;
}

.slide>div>h6 a:hover:after {
	background: #5A9DD3;
}

.owl-prev,
.owl-next {
	position: absolute;
	color: white;
}

.owl-next {
	right: 2vw;
}

.owl-prev {
	left: 2vw;
}

.subbanner {
	background: black;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 17px 10vw;
	-webkit-box-align: center;
	align-items: center;
}

.entry-content a,
a.page-numbers {
	color: #5db6f9;
	text-decoration: none;
	font-style: italic;
}

a.button,
.field-wrap input[type=button],
input[type=submit].button,
.single-campaigns input[type=submit] {
	font-family: Avenir;
	font-style: normal;
	color: black;
	font-weight: 700;
	border: 2px solid;
	padding: 10px 20px;
	text-align: center;
	-webkit-transition: .3s all;
	transition: .3s all;
	background: white;
	text-decoration: none;
}

.footer input.button {
	margin-top: 20px;
	display: inline-block;
	background: #f7f7f7;
	text-transform: uppercase;
}

.bluebutton,
.greenbutton {
	font-family: Avenir;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	padding: 4px 20px;
	color: black;
	text-decoration: none;
}

.bluebutton {
	background: #5A9DD3;
}

.greenbutton {
	background: #80ccb5;
}

.social a {
	color: white;
	border: 2px solid #5A9DD3;
	font-size: 22px;
	width: 42px;
	height: 42px;
	margin-left: 20px;
	-webkit-transition: .3s all;
	transition: .3s all;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-decoration: none;
}

.social {
	display: -webkit-box;
	display: flex;
}

.facts {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #d4d2d2;
	margin: 20px 5vw;
	flex-wrap: wrap;
}

.factbox {
	display: -webkit-box;
	display: flex;
	margin: 0 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	padding: 20px 0px;
	-webkit-box-flex: 1;
	flex: 1;
}

.fact {
	font-family: Avenir;
	font-size: 60px;
	font-weight: 700;
	border: 2px solid #82f0cf;
	padding: 8px 10px 5px;
	line-height: 1;
	color: black !important;
	font-style: normal !important;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.fact:hover {
	background: #81f0cf;
}

.factdescription {
	text-align: center;
	line-height: 1.2;
	margin-top: 10px;
	font-size: 32px;
}

.footer-cta>div {
	width: 100%;
	display: -webkit-box;
	display: flex;
	background-size: cover !important;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.footer-cta {
	background-size: cover !important;
	z-index: 9999;
	position: relative;
}

.footer-cta a {
	color: white;
	text-decoration: none;
	text-decoration: none;
	font-style: normal;
	position: relative;
	border-bottom: #81f0cf 3px solid;
}

.footer-cta h3 {
	text-align: center;
	line-height: 1.5;
	padding: 80px 5vw;
	margin: 0;
}


.grayblurb {
	background: #f9f9f9;
	padding: 60px 5vw;
}

.indented {
	border-left: 4px solid;
	padding: 0 10vw 0 40px;
}

.green,
.green:before {
	border-color: #9bf3d8 !important;
}

.greentext {
	color: #9bf3d8;
}

a.green:hover,
.green:hover:before {
	background: #9bf3d8;
}

.section {
	margin: 0 5vw;
	border-bottom: 1px solid #eaeaea;
	padding: 80px 0;
}

.red,
.field-wrap input[type=button],
.red:before {
	border-color: #ff5f68 !important;
	border-radius: 0 !important;
}

.single-campaigns input[type=submit] {
	border-color: #ff5f68 !important;
	width: inherit;
}

.field-wrap input[type=button] {
	border-width: 2px !important;
}

a.red:hover,
.field-wrap input[type=button]:hover,
.red:hover:before {
	background: #ff5f68;
}

.single-campaigns input[type=submit]:hover {
	background: #ff5f68;
}

.imagelinks {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: self-end;
	align-items: self-end;
	flex-wrap: wrap;
}

.imagelinkbox img {
	border: 1px solid #dfdfde;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.imagelinkbox {
	-webkit-box-flex: 1;
	flex: 1;
	padding: 10px;
	text-align: center;
	flex-basis: 33.33%;
	flex-grow: 0;
}

.imagelinkbox a,
.blog-carousel h4 {
	color: black;
	font-style: normal;
}

.imagelinkbox:first-of-type {
	padding-left: 0;
}

.imagelinkbox:last-of-type {
	padding-right: 0;
}

.imagelinkbox h4 {
	margin: 5px 0 0;
}

#wins-carousel .owl-nav>div,
.blog-carousel .owl-nav>div {
	color: black;
	border: 2px solid #4eb1fa;
	line-height: 1;
	width: 22px;
	font-size: 18px;
	-webkit-transition: .3s all;
	transition: .3s all;
	padding: 2px 0px 1px 5px;
}

#rapid-carousel .owl-nav>div,
.blog-carousel .owl-nav>div {
	border-color: #9bf3d8;
}

#media-carousel .owl-nav>div,
.blog-carousel .owl-nav>div {
	border-color: #ff5f67;
}

#blog-carousel .owl-nav>div,
.blog-carousel .owl-nav>div {
	border-color: #4eb2fa;
}

#rapid-carousel .owl-nav>div:hover {
	background: #9bf3d8;
}

#media-carousel .owl-nav>div:hover {
	background: #ff5f67;
}

#wins-carousel .owl-nav>div:hover,
#blog-carousel .owl-nav>div:hover {
	background: #4eb2fa;
}

#wins-carousel .owl-prev,
.blog-carousel .owl-prev {
	left: -3vw;
}

#wins-carousel .owl-next,
.blog-carousel .owl-next {
	right: -3vw;
}

.underline {
	border-bottom: 5px solid;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 35px;
}

.blue,
.blue:before {
	border-color: #4eb1fa !important;
}

a.blue:hover,
.blue:hover:before,
input[type=submit].blue:hover {
	background: #4eb1fa;
}

.winsbox p {
	display: inline;
}

.bottombuttons {
	display: -webkit-box;
	display: flex;
	padding: 80px 5vw;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.red {
	border-color: #ff5f68 !important;
}

a.red:hover {
	background: #ff5f68;
}

.redtext {
	color: #ff5f68;
}

.imagesection {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: end;
	margin-bottom: 50px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 40px;
}

.imagesection:last-of-type {
	border: 0;
	margin: 0;
}

.imagesection img {
	width: 30%;
	padding-right: 40px;
}

.programsection>div:first-of-type {
	min-width: 26vw;
	max-width: 26vw;
	padding-right: 40px;
}

.programsection img {
	width: 100%;
}

.page-template-ontario-economic-report .section .button {
	margin: 0 auto;
	display: table;
}

.orange {
	border-color: #fab264 !important;
}

a.orange:hover {
	background: #fab264;
}

.eventbox {
	border-bottom: 1px solid gray;
	padding: 60px;
	margin: 0 5vw;
	display: -webkit-box;
	display: flex;
}

.eventbox h4 {
	width: 28vw;
	flex-shrink: 0;
	padding-right: 100px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.red-text {
	color: #f05a62;
}

.eventbox .red-text {
	padding-bottom: 10px;
	display: block;
}

.eventbox h4 a {
	color: black;
	font-size: 42px;
	font-style: normal;
}

p:last-of-type {
	margin: 0;
}

.single-events .section,
.page-template-eventtemplate section {
	display: -webkit-box;
	display: flex;
}

.eventleft,
.singleleft {
	padding-right: 8vw;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	flex: 1;
}

.singleright {
	-webkit-box-flex: 2.5;
	flex: 2.5;
	flex-shrink: 0;
}

.single .section,
.page-template-default .section,
.page-template-eventtemplate .section {
	flex-wrap: wrap;
}

.eventleft .red-text {
	margin-bottom: 15px;
	font-style: italic;
	line-height: 1;
}

.eventleft .button {
	margin-top: 20px;
	display: block;
}

.eventsponsors {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.grayblurb .button {
	margin-top: 10px;
	display: inline-block;
	margin-right: 10px;
}

.section .indented {
	margin-bottom: 40px;
}

.iconsection img {
	width: 7%;
	-ms-grid-row-align: end;
	align-self: end;
	margin-top: 5px;
}

.noborder {
	border: 0;
}

.page-template-programs-subpage .slide,
.page-template-programs-subpage .subbanner {
	display: none;
}

.page-template-programs-subpage .section:first-of-type {
	padding-top: 20px;
}

.programsubpage {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: end;
}

.programsubpage>img {
	width: 30%;
	height: auto;
	margin-right: 2vw;
}

.programsubpageright .iconsection {
	margin: 20px 0 0;
	border: 0;
}

.programsubpageright img {
	width: 13%;
	margin-top: 7px;
}

.programsubpageright .section {
	margin-right: 0;
	padding: 40px 0px;
}

.social a:hover {
	background: #5A9DD3;
}

.eventsponsors img {
	height: 90px;
	width: auto;
	object-fit: contain;
	margin: 20px 0 40px;
}

.gray-text {
	color: #c2c2c2;
}

.eventsponsorship h4 {
	margin-top: 60px;
}

.eventsponsorship {
	padding: 0 5vw 80px;
	background: white;
	z-index: 9999;
	position: relative;
}

.single-events .bottombuttons,
.page-template-eventtemplate .bottombuttons,
.redbuttonsdefault .bottombuttons {
	padding: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.menubold {
	font-weight: 700;
}

.page-template-contact p {
	margin: 0;
}

.page-template-contact .section {
	display: -webkit-box;
	display: flex;
}

.page-template-contact .section>div {
	-webkit-box-flex: 1;
	flex: 1;
}

.page-template-contact .section a {
	display: block;
}

.department {
	margin-top: 20px;
	width: 50%;
}

.page-template-contact .section>div h6:first-of-type {
	margin: 0;
}

.departments {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}

.page-template-contact .section>div:first-of-type {
	padding-right: 40px;
}

.page-template-contact .section>div:last-of-type {
	padding-left: 40px;
	border-left: 1px solid gainsboro;
}

.nf-form-fields-required {
	display: none;
}

.ninja-forms-req-symbol {
	display: none;
}

.nf-field-label label {
	color: gainsboro;
	font-family: Avenir;
	font-weight: 100 !important;
	font-size: 16px;
}

.nf-field-label {
	margin: 0 !important;
}

.nf-field-element>* {
	padding: 10px;
	border: 0;
	border-bottom: 1px solid gainsboro !important;
}

.nf-field-element>*:focus {
	outline: 0 !important;
}

.nf-error .ninja-forms-field {
	border: initial;
}

.nf-error-msg.nf-error-required-error {
	font-size: 12px;
}

.nf-field-element select {
	background: white;
}

.nf-error-msg.nf-error-invalid-email {
	font-size: 12px;
}

span#nf-form-title-1 {
	display: none;
}

.nf-error .ninja-forms-field {
	border: 0 !important;
	border-bottom: 1px solid #f05962 !important;
}

.nf-error-field-errors {
	display: none;
}

.footer {
	background: #f7f7f7;
	padding: 60px 5vw;
	z-index: 9999;
	position: relative;
}

.footertop,
.footertop>div:last-of-type {
	display: -webkit-box;
	display: flex;
}

.footertop>div,
.footertop>div:last-of-type>div {
	-webkit-box-flex: 1;
	flex: 1;
}

.footer .fab {
	color: black;
}

#footer {
	list-style: none;
	padding: 0;
}

#footer a {
	font-family: Avenir;
	text-decoration: none;
	color: black;
	text-transform: uppercase;
	font-style: normal;
}

.footer h3 {
	margin-bottom: 10px;
	font-weight: 700;
}

.partnerheading h6 {
	border-bottom: 2px solid;
	margin-top: 20px;
}

#footer-carousel .owl-stage {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

#footer-carousel .owl-stage img {
	max-height: 120px;
	max-width: 120px;
}

#footer-carousel .owl-item {
	margin: 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.footerbottom {
	background: black;
	color: white;
	text-align: center;
	font-family: Avenir;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 1.5;
	padding: 30px;
}

.eventbox:hover h4 a,
.programsection:hover h4 {
	text-decoration: underline;
}

.topmenu {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.topmenu img {
	width: 16px;
	height: 16px;
}

.searchclose,
.searchbar {
	display: none;
}

.searchicon>* {
	position: absolute;
	top: 53px;
	cursor: pointer;
}

.searchclose {
	font-family: Avenir;
	line-height: 1;
	background: black;
	color: white;
	padding: 6px 10px 16px;
	-webkit-transform: translate3d(-7px, -5px, 0);
	transform: translate3d(-7px, -5px, 0);
}

.menu-main-container {
	padding-right: 30px;
}

.mobile-menu .menu-main-container {
	width: 100%;
	padding: 0;
}

.searchbar {
	position: absolute;
	right: calc(5vw - 23px);
	top: 90px;
	background: black;
	z-index: 99;
	color: white;
	padding: 12px;
}

.winsbox {
	display: -webkit-box;
	display: flex;
	border-right: 1px solid #eaeaea;
	padding: 0 50px 0 10px;
	margin-right: -2px;
}

.winsbox>div:first-of-type {
	flex-shrink: 0;
	padding-right: 30px;
}

.winsbox>div:last-of-type>div:last-of-type {
	padding-top: 20px;
}

.owl-dot {
	width: 8px;
	height: 8px;
	background: #a7d7fb;
	margin: 0 6px;
	border-radius: 20px;
}

.owl-dots {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.owl-dot.active {
	background: #4daff9;
}

.imagelinkbox>a,
.imagelinkboxlinks>a {
	display: none;
}

.imagelinkbox:hover>a,
.imagelinkbox:hover .imagelinkboxlinks>a {
	position: absolute;
	font-family: Avenir;
	padding: 24px 28px;
	color: white;
	border: 2px solid #ff5f67;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 45%;
	left: 50%;
	line-height: 0;
}

.imagelinkbox {
	position: relative;
}

.imagelinkbox:hover span {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: calc(100% - 10px);
	position: absolute;
	top: 0;
	left: 0;
}

.imagelinkbox>div {
	position: relative;
}

.imagelinkbox span,
.imagelinkbox a {
	-webkit-transition: .3s all;
	transition: .3s all;
}

.imagesection h6 {
	margin-top: -8px;
}

.iconsection h6 {
	margin: 0;
}

.mobile-menu #primary.menu a {
	color: white;
	font-size: 20px;
}

.mobile-menu #primary {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin: 0;
	padding: 0;
	max-height: calc(100vh - 150px);
	overflow-x: hidden;
}

.mobile-menu #primary li {
	border-bottom: 1px solid #a0a0a0;
	width: 100%;
	padding: 14px 0 10px;
}

a.menu-close {
	position: absolute;
	right: 0;
	top: -93px;
	background: black;
	color: white;
	font-family: Avenir;
	font-size: 50px;
	padding: 47px 30px;
	line-height: 0;
	cursor: pointer;
}

#primary.menu a:hover {
	color: #80cdb5;
}

.topheader>a>img {
	width: 140px;
	height: auto;
}

#banner-carousel .owl-dots {
	margin-top: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	position: absolute;
	left: 0;
	right: 0;
}

#banner-carousel .owl-dot,
#imagelinks-carousel .owl-dot {
	background: #f05a6285;
}

#banner-carousel .owl-dot.active,
#imagelinks-carousel .owl-dot.active {
	background: #f05a62;
}

.scrolldown {
	position: absolute;
	left: 0;
	right: 0;
	width: 10px;
	margin: 0 auto;
	color: white;
	text-decoration: none;
	-webkit-transform: rotate(90deg) translateX(17px);
	transform: rotate(90deg) translateX(17px);
	font-size: 20px;
}

.footer .social a {
	margin: 0 20px 0 0;
}

.page-template-policy-advocacy .underline {
	margin-bottom: 50px;
}

.page-template-membership .imagesection {
	border: 0;
	padding: 0;
}

.programsection h4 a {
	color: black;
	font-style: normal;
}

.dropdown-fields label {
	display: block;
	padding: 5px;
	color: grey;
}

.dropdown-fields {
	display: none;
	position: absolute;
	background: white;
	padding: 0 5px;
	border: 1px solid #88c7d7;
	border-top-color: white;
	top: 38px;
	width: 120px;
	z-index: 999;
	left: -1px;
}

.dropdown-fields input[type="checkbox"] {
	display: none;
}

.form-dropdown {
	position: relative;
	border: 1px solid #878787;
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 40px;
	width: 120px;
	padding-left: 10px;
	margin: auto 0 auto 10px;
	font-family: FMed;
	font-size: 16px;
	text-transform: uppercase;
}

.checked,
.prices {
	display: block;
	font-size: 9px;
	color: #ed1c24;
	min-height: 13px;
}

.checkbox {
	position: relative;
	margin: 20px auto;
	padding-left: 20px;
}

.checkbox label {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 10px;
	background: #ed1c24;
	border-radius: 4px;
}

.checkbox label:after {
	content: '';
	width: 9px;
	height: 5px;
	position: absolute;
	top: 6px;
	left: 6px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.checkbox label:hover::after {
	opacity: 0.3;
}

.checkbox input[type=checkbox] {
	visibility: hidden;
}

.checkbox input[type=checkbox]:checked+label:after {
	opacity: 1;
}

.search-row-1,
.search-row-2 {
	display: -webkit-box;
	display: flex;
	width: 100%;
}

.search-row-1 input[type="text"] {
	width: 100%;
	margin-right: 10px;
}

.search-row-2 input {
	width: inherit;
}

.search-row-2>* {
	margin: 15px 5px 0;
	outline: 0;
}

.search-row-2>*:first-child {
	margin-left: 0;
}

.search-row-2>*:last-child {
	margin-right: 0;
}

.search-row-1 input[type="submit"] {
	border: 1px solid white;
	padding: 5px 30px;
	background: red;
	color: white;
}

.dropdown-fields input:checked+label {
	font-weight: 900;
}

#publicationfilter>div>div {
	display: -webkit-box;
	display: flex;
}

#publicationfilter>div>div>p {
	margin: 0 10px;
	-ms-grid-row-align: center;
	align-self: center;
	text-transform: uppercase;
	font-size: 20px;
}

.dropdown-label {
	margin-top: 3px;
	color: grey;
	width: 119px;
}

.dropdown-label:after {
	content: ">";
	transform: scale(1, 2) translateY(-2px);
	-webkit-transform: scale(1, 2) translateY(-2px);
	text-transform: lowercase;
	font-size: 12px;
	font-family: initial;
	font-weight: 800;
	position: absolute;
	right: 10px;
	top: 14px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.active-dropdown:after {
	color: #88c7d7;
	transform: scale(1, 2) translateY(-2px);
	-webkit-transform: scale(2, 1) translateY(-2px) rotate(90deg);
	top: 12px;
}

.active-dropdown {
	color: #88c7d7;
}

.active-dropdown-container {
	border-color: #88c7d7;
}

#publicationfilter input[type="text"]::-webkit-input-placeholder {
	color: #7d7d7d;
}

#publicationfilter input[type="text"]:-ms-input-placeholder {
	color: #7d7d7d;
}

#publicationfilter input[type="text"]::-ms-input-placeholder {
	color: #7d7d7d;
}

#publicationfilter input[type="text"]::-moz-placeholder {
	color: #7d7d7d;
}

#publicationfilter input[type="text"]::placeholder {
	color: #7d7d7d;
}

#publicationfilter input[type="text"]:focus {
	outline: 0;
}

.disabled-dropdown {
	opacity: .3;
	pointer-events: none;
	cursor: default;
}

#response {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	align-items: baseline;
	margin: 0 -1px;
	min-height: 430px;
	-webkit-box-pack: center;
	justify-content: center;
	padding-bottom: 50px;
}

.publication img {
	height: 401px;
	width: 310px;
	-o-object-fit: cover;
	object-fit: cover;
}

.publication {
	padding: 0 40px;
	margin: 15px 0;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #cecece;
	display: -webkit-box;
	display: flex;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-webkit-box-pack: center;
	justify-content: center;
	align-self: center;
}

.page-template-our-publications #publicationfilter>div {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.page-template-our-publications .section {
	border-bottom: 3px solid #9bf3d8;
	margin-bottom: 20px;
	padding-bottom: 40px;
	padding-top: 40px;
}

.publicationoverlay {
	display: none;
	-webkit-transition: .3s all;
	transition: .3s all;
	z-index: 9999999;
}

.publication:hover .publicationoverlay {
	display: -webkit-box;
	display: flex;
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	height: 401px;
	width: 310px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 10px;
	font-family: Avenir;
	font-size: 14px;
	color: white;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.publicationoverlay .button {
	margin-top: 10px;
	background: none;
	color: white;
	-ms-grid-row-align: center;
	align-self: center;
	line-height: 1;
	text-decoration: none !important;
}

#publications-carousel .owl-item div:hover a {
	color: white;
}

#publications-carousel .owl-item div:hover a:hover {
	color: black;
}

.publicationoverlay .button:hover {
	color: black;
}

.publication .publicationoverlay {
	-webkit-transition: .3s all;
	transition: .3s all;
}

#publicationfilter select,
#publicationfilter input[type=text] {
	background: white;
	margin-left: 20px;
	padding: 6px 5px;
	border: 0;
	border-bottom: 1px solid #c3c3c3;
	min-width: 120px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #7d7d7d;
}

#publicationfilter select:focus {
	outline: 0;
}

#imagelinks-carousel,
.filterhide {
	display: none;
}

#imagelinks-carousel .imagelinkbox>a {
	display: inline-block;
}

#imagelinks-carousel .imagelinkbox {
	text-align: left;
}

#imagelinks-carousel .imagelinkbox:hover>a {
	position: inherit;
	color: inherit;
	font-size: inherit;
	width: inherit;
	text-transform: initial;
	padding: 10px 20px;
}

#imagelinks-carousel h4 {
	margin: 20px 0;
}

.blog-carousel .owl-item>div {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: initial;
	align-items: initial;
	border-right: 1px solid gainsboro;
	padding-right: 24px;
	margin-right: -2px;
}

.blog-carousel .owl-item>div img {
	height: 20vw;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 15px;
}

#publications-carousel .owl-item>div img {
	height: 401px;
	width: 310px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 0;
}

.bluetext {
	color: #4eb2fa;
}

.owl-carousel+.button {
	margin: 40px auto 0;
	display: table;
}

.blog-carousel h4 {
	margin: 5px 0 15px;
}

#publications-carousel .owl-nav>div {
	border-color: #9bf3d8;
}

#publications-carousel .owl-nav>div:hover {
	background: #9bf3d8;
}

#programs-carousel .owl-stage {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

#programs-carousel img {
	height: auto;
	margin: 0 auto;
	max-height: 100px;
	width: auto;
	max-width: 240px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.single .section,
.page-template-eventtemplate .section {
	display: -webkit-box;
	display: flex;
	padding: 40px 0;
}

.single .section>div:last-of-type,
.page-template-eventtemplate .section>div:last-of-type {
	padding-top: 50px;
}

.archivecontainer {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.archivecontainer img {
	height: 236px;
	width: 320px;
	-o-object-fit: cover;
	object-fit: cover;
}

.archivecontainer>div {
	flex-shrink: 0;
	-webkit-box-flex: 1;
	flex: 1;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	padding: 0px 20px;
	margin: 20px -1px;
	position: relative;
	display: table;
}

.archivecontainer:before,
.archivecontainer:after,
.team-carousel:before,
.team-carousel:after {
	content: "";
	background: white;
	position: absolute;
	width: 1px;
	height: 100%;
	z-index: 999;
}

.archivecontainer:before {
	left: -1px;
}

.team-carousel:before {
	left: 0;
}

.team-carousel:after {
	right: 0;
	top: 0;
}

.archivecontainer:after {
	right: -1px;
}

.archivecontainer {
	position: relative;
}

.archivecontainer>div a {
	color: black;
	font-style: normal;
}

.archivecontainer h4 {
	margin: 5px 0 10px;
}

.home .section {
	padding-top: 40px;
}

.blog-carousel .owl-item div:hover a {
	text-decoration: underline;
	color: black;
}

#publicationfilter>div>div {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	font-family: Avenir;
	font-size: 14px;
	color: #e0e0e0;
}

#publicationfilter>div>div span {
	padding-left: 27px;
	margin-bottom: -6px;
}

#publicationfilter input[type=text] {
	padding: 6px 5px;
	margin-top: 0;
}

.teamextra {
	background: black;
	color: white;
	visibility: hidden;
	padding: 10px;
}

.teamcontainer>div {
	border: 0;
	text-align: center;
	margin: 20px 20px 150px;
	height: 37vw;
	background-size: cover !important;
	width: calc(33% - 40px);
	position: relative;
	-webkit-box-flex: initial;
	flex: initial;
	display: table;
}

.teamcontainer>div h6 {
	margin-bottom: 0;
}

.teamcontainer>div span {
	font-style: italic;
}

.teamcontainer img {
	height: 36vw;
	width: calc(100% + 20px);
}

.teamdetails {
	padding: 10px 0;
	left: 0px;
	right: 0px;
	background: rgb(255, 255, 255);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(51%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
	-webkit-transition: .3s all;
	transition: .3s all;
	top: 100%;
	position: absolute;
	width: calc(100% - 0px);
}

.page-template-team .teamcontainer>div:hover .teamdetails,
.team-carousel .owl-item>div:hover .teamdetails,
.page-template-about .staffcontainer>div:hover .teamdetails {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}

.page-template-team .teamcontainer>div:hover .teamextra,
.team-carousel .owl-item>div:hover .teamextra,
.page-template-about .staffcontainer>div:hover .teamextra {
	visibility: visible;
}

.page-template-team .section {
	padding-top: 40px;
}

.teamcontainer>div a {
	color: white;
}

.singleleft h1 {
	color: black;
	padding: 0 0 5px;
}

.singleleft img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}

.profileline {
	font-style: italic;
}

.single-team .section>div:last-of-type {
	padding: 0;
}

.single-team .button {
	display: inline-block;
	margin-top: 60px;
}

.team-carousel img {
	margin-bottom: 5px;
	border-left: 1px solid;
	padding: 0 20px;
}

.team-carousel+.button,
.page-template-about .button {
	margin: 0 auto;
	display: table;
}

.blogfull {
	padding: 0 5vw 40px;
}

.blogcolumn {
	padding: 0 5vw 40px;
	display: -webkit-box;
	display: flex;
}

blockquote {
	font-size: 38px;
	line-height: 48px;
	margin-bottom: 40px;
}

#publications-carousel .publication {
	border-left: none;
	-webkit-box-align: center;
	align-items: center;
	padding: 0 20px 0 0px;
}

a[href="http://exportaccess.ca/en/home"] img {
	-webkit-transform: scale(.7);
	transform: scale(.7);
}

.topheader {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999999;
	background: white;
}

.site-header {
	padding-top: 86px;
	z-index: 99999;
}

.post-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 0 5vw 40px;
	border-top: 1px solid #bdbdbd;
	padding-top: 20px;
	position: relative;
}

.post-nav>div {
	width: 420px;
}

.post-nav>div a {
	color: black;
	font-style: normal;
	text-decoration: none;
}

.post-nav>div h2 {
	font-weight: 700;
	margin: 0;
}

.next {
	text-align: right;
}

.post-nav>div h2:before {
	border: 5px solid;
	width: 40px;
	height: 40px;
	display: inline-block;
	font-size: 20px;
	-webkit-transition: .3s all;
	transition: .3s all;
	position: absolute;
	font-weight: 700;
}

.next h2:before {
	right: 0;
	content: ">";
	padding: 5px 7px 0 0;
}

.next {
	padding-right: 60px;
}

.prev {
	padding-left: 60px;
}

.prev h2:before {
	left: -10px;
	content: "<";
	padding: 5px 0px 0px 8px;
}

.post-nav>div p {
	font-style: italic;
	margin: 0 !important;
}

.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
	margin-bottom: 20px;
}

.single .entry-content p:last-of-type {
	margin-bottom: 1.5em;
}

figure {
	margin: 0;
}

figure img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

figcaption {
	display: none;
}

#mc_embed_signup input[type=email] {
	border: none;
	border-bottom: 1px solid #b5b5b5;
	width: 100%;
	margin: 20px 0 0px;
	display: block;
	background: #f7f7f7;
}

#mc_embed_signup input[type=email]:focus {
	outline: 0;
}

.winsbox img {
	width: 90% !important;
	height: auto;
}

.single-events .section>div:last-of-type,
.page-template-eventtemplate .section>div:last-of-type {
	padding: 0;
	-webkit-box-flex: 2.5;
	flex: 2.5;
}

.slide h6 a {
	color: white;
	text-decoration: none;
}

.page-id-1707 .teamcontainer img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.page-template-about .noborder.teamcontainer img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.search .section a {
	font-style: normal;
	color: black;
	font-family: Avenir;
	margin-bottom: 20px;
	display: block;
}

.search .section strong {
	font-weight: 700;
}

.search-field {
	background: none;
	border: 0;
	border-bottom: 1px solid #a0a0a0;
	color: white;
}

.search-field:focus {
	outline: 0;
}

.search-submit,
.twittMeta,
.bx-controls-direction {
	display: none;
}

.mobilesearch {
	margin: 15px 25px;
}

.mobilesearch form,
.mobilesearch input {
	width: 91%;
}

.search-field::-webkit-input-placeholder {
	color: white;
}

.search-field:-ms-input-placeholder {
	color: white;
}

.search-field::-ms-input-placeholder {
	color: white;
}

.search-field::-moz-placeholder {
	color: white;
}

.search-field::placeholder {
	color: white;
}

.tweetSlideOverlay {
	background: white;
}

.twittDetails {
	color: black;
	font-family: Avenir;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f05a62;
	border: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #f05a626e;
	border: 0;
	height: 10px;
	width: 10px;
}

.tweetSlideSection {
	padding: 0;
}

.twittImage {
	float: left;
	border: 2px solid black;
	border-radius: 8px;
	background: white;
	margin: 0 10px 40px 1px;
}

a.twittertitle {
	display: block;
	font-size: 20px;
	color: black;
	font-style: normal;
}

.twittersection {
	border-top: 1px solid #9a9a9a;
}

.twittersection>div {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.followbutton {
	background: #5cb7f9;
	color: white !important;
	line-height: 0;
	height: 33px;
	padding: 8px 10px;
	font-family: Avenir;
	font-style: normal !important;
	font-weight: 700;
	font-size: 18px;
	border-radius: 10px;
}

.followbutton i {
	margin-right: 5px;
}

.staffcontainer>div img {
	width: 100%;
	height: 40vw;
}

.page-template-default .section {
	display: -webkit-box;
	display: flex;
}

.nf-form-title {
	display: none;
}

.page-template-default .nf-form-cont {
	padding-top: 40px;
}

.page-template-default label {
	color: black;
}

.next.page-numbers,
.prev.page-numbers {
	display: none;
}

.pages {
	text-align: center;
	padding-bottom: 50px;
}

.pages>* {
	border-right: 1px solid black;
	padding: 3px 12px 0 5px;
}

.pages:after {
	content: "";
	background: white;
	height: 30px;
	width: 1px;
	position: absolute;
	-webkit-transform: translateX(-1px);
	transform: translateX(-1px);
}

#searchsubmit:focus {
	outline: 0;
}

#searchsubmit:hover {
	background: #9af3d8;
}

#searchsubmit {
	margin-left: 20px;
	align-self: flex-end;
	padding: 10px 20px;
}

.page-template-contact .section a.button {
	display: inline-block;
	margin-top: 40px;
}

.mobilesearch {
	display: -webkit-box;
	display: flex;
}

.mobilesearch img {
	width: 20px;
	height: 20px;
	margin: 5px 10px 0 0;
}

.footerbottom a {
	color: white;
	text-decoration: none;
}

iframe {
	max-width: 100%;
}

#wins-carousel .owl-nav>div {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 42%;
}

.error404 .slide>div {
	display: -webkit-box;
	display: flex;
	padding: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.error404 .slide>div>h1,
.error404 .slide>div>p {
	padding: 0;
}

.error404 .slide>div>p {
	margin: 10px 0 60px;
	font-size: 34px;
	padding: 0 20px;
	text-align: center;
}

.error404 .slide>div>h1 {
	font-size: 120px;
}

.error404 .subbanner {
	display: none;
}

.error404 .slide {
	height: calc(100vh - 86px);
}

.error404 .slide>div {
	height: calc(100vh - 86px);
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.owl-prev,
.owl-next {
	top: 50%;
	position: absolute;
	width: 100%;
}

.page-template-builder .eventsponsorship,
.page-template-builder .gray-text {
	padding: 0;
	margin: 0;
}

/* .page-template-builder .section {
	padding-bottom: 0;
}
 */
.single-publications .section {
	-webkit-box-pack: center;
	justify-content: center;
	padding: 100px;
}

.site-header .owl-prev,
.site-header .owl-next {
	width: inherit;
}

.imagesection>div {
	width: 70%;
}

.imagesection h4 a {
	color: black;
	font-style: normal;
}

#hiddenletter {
	display: none;
}

.single-campaigns .section {
	display: -webkit-box;
	display: flex;
}

.single-campaigns .section>div {
	-webkit-box-flex: 1;
	flex: 1;
}

.single-campaigns .section>div:first-of-type {
	font-family: Avenir;
	padding-right: 40px;
}

.single-campaigns .section>div:last-of-type {
	padding-left: 40px;
	border-left: 2px solid #e2e2e2;
	padding-top: 0;
	margin-top: 94px;
}

.single-campaigns .section h3 {
	display: inline;
	line-height: 50px;
	padding: 0;
}

.single-campaigns .section>div:first-of-type p:first-of-type {
	padding-top: 40px;
}

.single-campaigns #response {
	min-height: inherit;
	padding: inherit;
}

.single-campaigns input,
.single-campaigns textarea {
	display: block;
	border: 0;
	border-bottom: 1px solid #e2e2e2;
	margin-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

.single-campaigns label {
	font-family: Avenir;
	font-size: 18px;
	padding-bottom: 10px;
}

.single-campaigns input:focus,
.single-campaigns textarea:focus {
	outline: 0;
}

.single-campaigns #postal,
.thankyou,
.sent label,
.sent input,
.sent p {
	display: none;
}

#toinput {
	background: white;
}

#tofield {
	padding-top: 30px;
	display: -ms-grid;
	display: grid;
}

.novis {
	visibility: hidden;
}

.loading {
	background: url('https://www.occ.ca/wp-content/uploads/loading.gif');
	height: 70px;
	width: 80px;
	background-size: cover !important;
	margin-top: -70px;
	margin-left: -30px;
	display: none;
}

.wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.page-id-2092 .bottombuttons {
	-webkit-box-pack: center;
	justify-content: center;
}

.sub-menu {
	display: none;
	position: absolute;
	background: white;
	margin: 0;
	padding: 20px 20px 10px 0;
	list-style: none;
}

.menu-item-has-children:hover .sub-menu {
	display: block;
}

#primary>li:first-of-type>a {
	font-weight: 700;
}

.wpbdp-listing-excerpt label {
	display: none !important;
}

.wpbdp-listing .listing-title a,
.wpbdp-listing .listing-title h2 {
	font-family: Avenir;
	font-style: normal;
	pointer-events: none;
}

.listing-details {
	margin: 0 !important;
}

.wpbdp-field-association-category {
	display: none;
}

.listing-actions.cf {
	display: none;
}

.wpbdp-listing-excerpt {
	padding: 20px 10px !important;
}

.wpbdp-main-links-container.wpbdp-main-links-large {
	display: none;
}

a.advanced-search-link {
	display: none !important;
}

.bannerlogo h1,
.bannerlogo p {
	display: none;
}

.bannerlogo {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	text-align: center;
	color: white;
}

.bannerlogo h2 {
	font-family: Avenir;
	font-weight: 400;
	padding: 40px 60px 0;
}

.icons {
	display: -webkit-box;
	display: flex;
	padding: 60px 5vw;
	background: white;
	z-index: 9999;
	position: relative;
}

.iconbox {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-flex: 1;
	flex: 1;
	flex-shrink: 0;
	display: -webkit-box;
	display: flex;
	margin: 0 20px;
	transition: .4s all;
}

.page-template-eventtemplate .iconbox:hover {
	color: #83ccb6;
}

.icons img {
	width: 100%;
	margin: 0 0px 20px;
	height: auto;
}

.iconbox h2 {
	font-weight: 700;
	margin-bottom: 10px !important;
	font-size: 30px;
}

.iconbox h3 {
	font-size: 20px;
	text-transform: inherit;
	font-family: Caslon;
	font-weight: 200;
}

.contentboxes {
	display: -webkit-box;
	display: flex;
	min-height: 23vw;
}

.contentboxes a {
	cursor: pointer;
}

.contentboxes>* {
	-webkit-box-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	background: black;
	background-position: center !important;
	background-size: cover !important;
	padding: 20px;
}

.contentboxes a {
	color: white;
}

.contentboxes h2 {
	font-size: 22px;
	font-weight: 800;
	font-style: normal;
	padding-top: 30px;
}

.eventleft img {
	padding: 0 0px 60px 0;
	width: auto;
	max-height: 14vw;
	display: block;
	min-height: 130px;
}

.oer {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0 !important;
}

.oer h1 {
	padding: 0 20vw 10px;
	text-align: center;
	margin: 0;
}

.oer p {
	padding: 0 20vw !important;
	text-align: center;
	font-size: 24px;
	margin: 10px 0 0;
}

.oer p:nth-of-type(2) {
	font-size: 18px;
}

.pinned {
	position: fixed;
	width: 100vw;
	top: 92px;
	z-index: 99;
}

.oerscroll {
	display: none;
}

.withbutton {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.withbutton a {
	margin-bottom: 40px;
}

.oeraccent1,
.oeraccent2 {
	position: absolute;
	width: 10vw;
}

.oeraccent1 img,
.oeraccent2 img {
	height: 25vw;
	width: auto;
	max-width: inherit;
}

.oeraccent1 {
	bottom: 90px;
	left: -11vw;
}

.oeraccent2 {
	top: calc(100px + 5vw);
	right: 0vw;
	overflow-x: hidden;
}

.subbanner>div:not(.social):first-of-type>a {
	min-width: 200px;
	display: inline-block;
	padding: 0 20px;
	text-align: center;
	margin-right: 10px;
}

.bottombuttons .button:first-of-type {
	margin-top: 0;
}

a.iconbox {
	color: black;
	font-style: normal;
}

a[href=""] {
	pointer-events: none;
}

.buttonsfixed {
	position: fixed;
	width: 23vw;
	top: 140px;
}

.page-template-eventtemplate .buttonsfixed {
	top: 220px;
}

.page-template-eventtemplate .bottombuttons a,
.redbuttonsdefault a {
	border-color: #a8a8a8 !important;
}

.page-template-eventtemplate .bottombuttons a:hover,
.redbuttonsdefault a:hover {
	background: #a8a8a8;
}

.single-events .bottombuttons {
	padding-top: 10px;
}

.redbuttonsdefault>div {
	display: flex;
	flex-direction: column;
}

.redbuttonsdefault>div a {
	margin-bottom: 10px;
}

.covidfaqquestions {
	display: flex;
	flex-direction: column;
	background: whitesmoke;
	padding: 20px;
	margin-bottom: 30px;
}

.covidfaqquestions a {
	padding-bottom: 15px;
	color: black;
	font-size: 16px;
}

.covidfaqanswers>div {
	padding-bottom: 20px;
	flex-direction: column;
}

.covidfaqanswers hr:last-of-type {
	display: none;
}

.covidfaqquestions h3:not(:first-of-type) {
	border-top: 1px solid;
	padding-top: 20px;
	margin-top: 10px;
}

.covidfaqanswers h2 {
	color: black;
	font-size: 40px;
	font-style: normal;
	border-bottom: 1px solid #ccc;
	display: block;
	padding-bottom: 30px;
}

.imagelinkboxlinks {
	transform: translateY(-50%);
	position: absolute !important;
	display: flex;
	flex-direction: column;
	top: 50%;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 200px;
}

.imagelinkboxlinks a {
	position: relative !important;
	margin: 10px 0;
}

.footerupdates a {
	display: inline-block;
	margin-top: 20px;
}

.page-template-builder2 .facts {
	border: none;
}

.twocol .imagelinkbox {
	flex-basis: 50%;
}

.page-template-builder2 .imagelinkbox img {
	height: 30vw;
}

.section.noborder.buttonssidebar {
	display: flex;
}

.page-template-builder2 .winsbox img {
	width: inherit !important;
	margin-top: 40px;
	max-height: 100px;
	max-width: 300px;
}

.page-template-builder2 .winsbox>div:first-of-type {
	padding: 0;
}

.page-template-builder2 .winsbox {
	padding: 0;
}

.page-template-builder2 .eventsponsorship {
	padding: 0;
}

.page-template-builder2 .eventsponsorship h4 {
	margin: 0;
}

.mobile-menu #primary .sub-menu {
	display: block;
	background: black;
	position: relative;
	margin-left: 0px;
	padding-top: 0;
}

.mobile-menu #primary .sub-menu li {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.mobile-menu #primary .sub-menu a {
	font-size: 14px;
	display: inline-flex;
}

.translation {
	padding-bottom: 40px;
}

span.translationseparator {
	margin: 0 5px;
}

.translation a {
	font-style: normal;
}

.translation>*:not(a) {
	font-weight: 600;
}

.button {
	display: inline-block;
}

.infogram-embed {
	min-width: 280px;
	max-width: 1000px;
	margin: 0 auto;
}

.page-template-builder2 .noborder+.section {
	margin-top: -120px;
	padding: 0;
}

.center {
	text-align: center;
}

.section:last-of-type {
	border-bottom: none;
	padding-bottom: 40px;
}

.loggedin .topheader {
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: none !important;
}

.mobilenavactive .menubutton {
	display: none;
}

.mobilenavactive {
	overflow-y: hidden;
}

.loggedin .site-header {
	padding-top: 70px;
}

.loggedin .searchicon>* {
	top: 44px;
}

.loggedin .searchbar {
	top: 70px;
}

.loggedin .slide {
	height: 31vw;
	max-height: calc(100vh - 286px);
	min-height: 540px;
}

.socialmenu {
	display: none
}

.loggedin .socialmenuitems {
	display: none;
}

.loggedin .socialmenu.active .socialmenuitems {
	display: flex;
	position: absolute;
	bottom: 60px;
	right: 0;
	background: black;
	padding: 10px 10px 10px 10px;
}

.loggedin .socialmenu.active .socialmenuitems a:first-of-type {
	margin-left: 0px;
}

.loggedin .socialmenu.active {
	background: #5A9DD3;
}

.loggedin .scrolldown {
	display: none;
}

.loggedin .socialmenu.hidden {
	display: none !important;
}

.loggedin .owl-nav {
	font-size: 40px;
}

.loggedin .owl-dots {
	display: none;
}

.loggedin .slide>div>h6 {
	bottom: 0px;
}

.loggedin .slide>div {
	height: 100%;
}

.covidmenu,
.loggedin .oldmenu {
	display: none !important;
}

.loggedin .covidmenu {
	display: flex !important;
}

.oldmenu {
	display: inline-block !important;
}

.oldmenu>a {
	display: inline-block;
	text-align: center;
	margin: 5px 0;
}

.loggedin .pinned {
	position: relative;
	top: inherit;
}

.loggedin .page-template-eventtemplate .buttonsfixed {
	top: 100px;
}

.loggedin .mobile-menu {
	top: 56px;
	height: calc(100vh - 56px);
}

.loggedin a.menu-close {
	padding: 25px 15px 35px;
	top: -56px;
}

.loggedin li#menu-item-324015 {
	display: none;
}

.loggedin .covid .eventleft,
.loggedin .covid .singleleft {
	display: none;
}

.loggedin .covidfaqanswers>div:not(:first-of-type)>span {
	display: none;
	flex-direction: column;
}

.loggedin .covidfaqquestions {
	display: none;
}

.loggedin .covidfaqanswers {
	padding-top: 40px;
}

.loggedin .covidfaqanswers h2 {
	font-size: 26px;
	padding-top: 60px;
}

.loggedin .covidfaqanswers h4 {
	font-size: 20px;
	transition: .4s all;
}

.loggedin .covidfaqanswers h4:hover {
	color: #5db6f9;
}

.loggedin .covidfaqanswers hr {
	display: none;
}

.loggedin .covidfaqanswers>h2:first-of-type {
	padding-top: 0;
}

.loggedin .covidfaqanswers h4 b {
	cursor: pointer;
}

.loggedin .homemedia,
.whatsnew {
	display: none;
}

.loggedin .whatsnew {
	display: block;
}

.whatsnew>div {
	display: grid;
	flex-wrap: wrap;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2vw;
}

.whatsnew img {
	width: 100%;
	height: 20vw;
	object-fit: cover;
}

.whatsnew h4 {
	color: black;
	font-style: normal;
	margin-top: 5px;
}

.whatsnew h4:hover {
	text-decoration: underline;
}

.whatsnew>div>div {
	margin-bottom: 40px;
}

.loggedin .covidbutton {
	display: none !important;
}

.coviddropdown {
	display: none;
}

.coviddropdownitems {
	display: none;
}

.loggedin .coviddropdown {
	display: block;
}

.coviddropdown .bluebutton:after {
	content: "\25BE";
	margin-left: 10px;
	margin-right: -5px;
}

.coviddropdown {
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}

.coviddropdownitems {
	position: absolute;
	flex-direction: column;
	width: 100%;
	padding: 5px 0 15px;
	background: #5A9DD3;
	z-index: 99999;
}

.coviddropdownitem {
	color: black;
	font-size: 14px;
	font-family: 'Avenir';
	padding: 8px 22px;
	text-decoration: none;
	font-weight: 700;
	background: #5A9DD3;
	transition: .3s all;
	line-height: 1.3;
}

.coviddropdownitem:hover {
	background: #7abaed;
}

.covidcurrent {
	background: #76b1e0;
}

.coviddropdown .bluebutton {
	white-space: nowrap;
}

.loggedin .menu-item-324015 {
	display: none;
}

.faqtop {
	display: none;
}

.loggedin .faqtop {
	display: block;
}

.covidfaqanswers > div:first-of-type .faqtop {
    display: none;
}

.faqtop {
    float: right;
    padding: 50px 0 90px;
	cursor: pointer;
	align-self: flex-end;
}

.loggedin .owl-prev, .loggedin .owl-next {
    font-size: 28px !important;
    width: 28px !important;
}

.loggedin .owl-prev {
	left: -4vw;
}

.loggedin .owl-next {
	right: -4vw;
}