sup {
	top: -8px !important;
	font-size: 60%;
	position: relative;
}

.ext-dates {
    font-size: 14px;
}

.page-heading {
	padding: 40px 0;
}

.page-heading .button {
	text-decoration: none;
	font-family: 'Noto Sans';
	background: #f4d450;
	display: inline-block;
	height: fit-content;
	padding: 15px 25px;
	transition: all 0.4s ease-in-out;
	position: relative;
	color: #534082;
	min-width: fit-content;
	font-weight: 800;
	margin: 20px 0;
}

.page-heading .button:hover {
	background: #eee;
}

.header-cta {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 220px;
}

.page-heading .container {
	justify-content: space-between !important;
}

.page-heading .container h1 {
	margin: 0;
	align-self: center;
}

.page-heading .container h2 {
	margin: 0;
	align-self: center;
}

@media (max-width: 600px) {
	.page-heading .container {
		justify-content: center !important;
	}
}

/* Filters */
.filters {
	/* border-top: 1px solid #534082;
	border-bottom: 1px solid #534082; */
	/* padding: 15px; */
}

.filter-toggle {
    margin: 15px auto 12px 35px;
}

.course-guide {
    margin: 15px 35px 12px auto;
}

.filter-toggle-mob {
    margin: 20px auto;
    max-width: 300px;
}

.filter-toggle,
.filter-toggle-mob,
.course-guide {
    color: #534082;
    padding: 10px 15px;
    border: 2px #534082 solid;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Noto Sans';
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: bold;
}

.course-guide {
	border: none;
	background: #666;
	color: white !important;
}

.filter-toggle:before,
.filter-toggle-mob:before {
    content: '\f0b0';
    font-size: 20px;
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.course-guide:before {
	content: '\f059';
    font-size: 20px;
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.filters__header {
	font-weight: 800;
	color: #534082;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-smoothing: antialiased;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 25px;
	margin-bottom: 0;
	text-decoration: none;
	display: block;
	transition: all 0.4s ease-in-out;
}
.filters__header a {
	display: block;
	text-align: center;
	padding: 10px 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}

@media (min-width: 768px) {
	.page-template-template-all-courses-learn .sub-nav,
	.page-template-template-all-courses-teach .sub-nav,
	.page-template-template-all-courses-student .sub-nav,
	.page-template-template-all-courses-parliament .sub-nav {
		max-width: 0px;
		height: auto;
		transition: ease-in-out 0.8s;
		overflow: hidden;
		visibility: hidden;
        opacity: 0;
	}
	.page-template-template-all-courses-teach .sub-nav.is-active,
	.page-template-template-all-courses-learn .sub-nav.is-active,
	.page-template-template-all-courses-student .sub-nav.is-active,
	.page-template-template-all-courses-parliament .sub-nav.is-active {
		max-width: 100%;
		height: auto;
		visibility: visible;
        opacity: 1;
	}
    .filters__header {
        display: none !important;
	}
}

@media (max-width: 767px) {

	.course-guide {
		margin: 20px auto 5px auto !important;
	}
	.page-template-template-all-courses-learn .sub-nav {
		padding-top: 0px;
	}

    .filters__header {
        display: block;
    }

    .filter-toggle {
        display: none;
    }

	.filters__contain {
		max-height: 0;
		height: auto;
		transition: ease-in-out 0.8s;
		overflow: hidden;
		visibility: hidden;
        opacity: 0;
	}
	.filters__contain.is-active {
		max-height: 1000px;
		height: auto;
		visibility: visible;
		padding-bottom: 10px;
        opacity: 1;
	}
}
.filters__section {
	width: 100%;
	margin-bottom: 30px !important;
}
.filters__title {
	text-align: left;
	font-family: 'Noto Sans';
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	text-transform: uppercase;
	color: #555;
	line-height: 1.1em;
	text-decoration: none;
	display: block;
	transition: all 0.4s ease-in-out;
}
.filters__list {
	width: 100%;
	height: 30px;
	border: none;
	border-bottom: 2px solid #ddd;
	transition: all 0.2s ease-in-out;
	background-color: #fff;
	border-radius: 0px;
	-webkit-appearance:none;
}

.filters__list:hover,
.filter__list:active,
.filter__list:focus {
	border-bottom: 2px solid #534082;
	transition: all 0.2s ease-in-out;
	-webkit-appearance:none;
}

.filters__button {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-weight: 800;
	padding: 15px 5px;
	border-radius: 5px;
	width: 50%;
    max-width: 180px;
	margin: 15px auto;
	color: #fff;
	background: #534082;
	transition: all 0.3s ease;
    border: none !important;
    cursor: pointer;
	font-size: 14px;
	display: block;
}

.filters__button:hover {
    background: #534082;
    transition: all 0.3s ease;
}

.filters__button--reset {
	float: none;
	background-color: #bfbfbf;
    border: none !important;
	padding: 8px 5px;
}

.filters__button--reset:hover {
	background-color: #777;
}
/* .filters__from, .filters__to {
	width: 50%;
	float: left;
} */

.filters__from input, .filters__to input {
	font-family: 'Noto Sans';
	font-weight: 200;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 23px;
	color: #000;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	width: 100%;
	height: 30px;
	appearance: none;
	border: none;
	border-bottom: 2px solid #ddd;
	background-color: #fff;
	text-indent: 5px;
}

.filters__from input:hover,
.filters__from input:active,
.filters__from input:focus,
.filters__to input:hover,
.filters__to input:active,
.filters__to input:focus {
	border-bottom: 2px solid #534082;
}

.filters__from input[type=date]:before, .filters__to input[type=date]:before {
	content: attr(placeholder) !important;
	color: #5C5C5C;
	margin-right: 0.5em;
}
.filters__from input[type=date]:focus:before,
.filters__from input[type=date].hasValue:before, .filters__to input[type=date]:focus:before,
.filters__to input[type=date].hasValue:before {
	content: "" !important;
	margin-right: 0;
}
.filters__no-courses p {
	padding: 20px;
	text-align: center;
	font-weight: 800;
}
.filters__pages {
    text-align: center;
}
.filters__pages li {
	padding: 10px;
	border: 1px solid #534082;
	margin-right: 5px;
	display: inline-block;
}
.filters__pages li a {
	text-decoration: none !important;
}

.mobile-menu-nav .toggles {
  display: none !important;
}

/* News link in nav fix */
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.news {
	background-color: #28cff6;
}

.menu-omc-mobile-menu > li:nth-of-type(2) {
	background-color: #534082;
}

.menu-omc-mobile-menu > li:nth-of-type(3) {
	background-color: #534082;
}

nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.about {
  background-color: #534082;
} 

body.about header.page-heading {
	background-color: #0ca068;
} 

/* Social Mobile Nav, Desktop Top Bar & Footer Combined Styling */

.footer-social-menu li,
.mobile-social-menu li,
.desktop-social-menu li {
	width: 25%;
    padding: 0;
    float: left;
}

.footer-social-menu li a,
.mobile-social-menu li a,
.desktop-social-menu li a {
	font-size: 0px;
	width: 100%;
	display: inline-block;
	text-decoration: none !important;
}

.footer-social-menu li a:before,
.mobile-social-menu li a:before,
.desktop-social-menu li a:before {
	line-height: 70px;
	color: white;
	font-size: 30px;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	transition: all 0.3s ease;
}

li.facebook a:before{
	content: '\f09a';
}

li.instagram a:before{
	content: '\f16d';
}

li.youtube a:before{
	content: '\f167';
}

li.twitter a:before{
	content: '\f099';
}

li.spotify a:before{
	content: '\f1bc';
}

li.linkedin a:before{
	content: '\f0e1';
}


/* Social Nav Only Styling */

.mobile-social-menu ul,
.desktop-social-menu ul {
	display: flex;
}

.mobile-social-menu li.facebook {
	background: #655B99;
}

.mobile-social-menu li.twitter {
	background: #DF8C7A;
}

.mobile-social-menu li.youtube {
	background: #C47EA8;
}

.mobile-social-menu li.instagram {
	background: #8DA36B;
}

.mobile-social-menu li.spotify {
	background: #fd7e14;
}

.mobile-social-menu li.linkedin {
	background: #0073b1;
}

/* Social Footer Only Styling */

.main-footer .container {padding: 0 !important;}

.footer-social-menu {
	width: 100%;
	max-width: 320px;
	height: 70px;
}

.footer-social-menu li {
	padding: 0 6%;
	box-sizing: border-box;
	height: 70px;
}

.footer-social-menu li:after {
    background-color: white;
    width: 1px;
    height: 24px;
    display: inline-block;
    content: "";
    right: -38px;
    top: -46px;
    position: relative;
}

.footer-social-menu li.instagram:after {
	display: none !important;
}

.footer-social {
	padding: 20px 0 !important;
}

/* Social Desktop Top Bar Only Styling */

.desktop-social-menu {
	padding: 0 10px;
}

.desktop-social-menu li a:before {
	line-height: 44px;
	color: white;
	font-size: 26px;
}

.desktop-social-menu li a {
	padding: 0 15px;
	box-sizing: border-box;
}

.desktop-social-menu li:hover a:before {
	color: #19A0D2;
	transition: all 0.3s ease;
}

/* All Courses Layout */
.page-template-template-all-courses-learn #courses,
.page-template-template-all-courses-teach #courses,
.page-template-template-all-courses-student #courses,
.page-template-template-all-courses-parliament #courses {
	display:flex;
	flex-wrap: wrap;
}

.page-template-template-all-courses-learn #courses .course-entry,
.page-template-template-all-courses-teach #courses .course-entry,
.page-template-template-all-courses-student #courses .course-entry,
.page-template-template-all-courses-parliament #courses .course-entry {
	display: flex;
	flex-wrap: wrap;
	flex: 100% 1 1;
	background: #eee;
	border-radius: 5px;
	box-shadow: 0px 0px 20px 0px #ddd;
	margin: 15px;
	position: relative;
	transition: all 0.3s ease;
	overflow: hidden;
}

.page-template-template-all-courses-learn #courses .course-entry:hover,
.page-template-template-all-courses-teach #courses .course-entry:hover,
.page-template-template-all-courses-student #courses .course-entry:hover
.page-template-template-all-courses-parliament #courses .course-entry:hover {
	transform: translateY(-1px);
	transition: all 0.3s ease;
	box-shadow: 4px 4px 20px 2px #ddd;
}

.page-template-template-all-courses-learn #courses .course-entry .third,
.page-template-template-all-courses-teach #courses .course-entry .third,
.page-template-template-all-courses-student #courses .course-entry .third,
.page-template-template-all-courses-parliament #courses .course-entry .third {
  	display: flex;
  	flex-direction: column;
  	flex-basis: 100%;
  	flex: 1;
	margin: 0 20px;
}

@media (max-width: 680px) {
	.page-template-template-all-courses-learn #courses .course-entry .third,
	.page-template-template-all-courses-teach #courses .course-entry .third,
	.page-template-template-all-courses-student #courses .course-entry .third,
	.page-template-template-all-courses-parliament #courses .course-entry .third {
		flex-basis: 100% !important;
	}
}
.page-template-template-all-courses-learn #courses .course-title,
.page-template-template-all-courses-teach #courses .course-title,
.page-template-template-all-courses-student #courses .course-title,
.page-template-template-all-courses-parliament #courses .course-title {
	background: #534082;
	width: 100%;
    height: fit-content;
	padding: 20px 15px 15px 15px;
	border-radius: 5px 5px 0px 0px;
}

.page-template-template-all-courses-learn #courses .course-title h3,
.page-template-template-all-courses-teach #courses .course-title h3,
.page-template-template-all-courses-student #courses .course-title h3,
.page-template-template-all-courses-parliament #courses .course-title h3 {
	color: white;
	margin: 0;
	font-size: 16px;
	line-height: 1.6em;
}

.course-description {
	padding: 15px;
	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	width: 100%;
}

.course-description .ext-dates {
	line-height: 1em;
}

.course-description label {
	font-size: 12px;
	font-weight: bold;
	font-family: 'Noto Sans';
	display: block;
	text-transform: uppercase;
	color: #555;
	line-height: 1.1em;
}

.course-description p {
	margin-bottom: 10px;
	font-size: 18px;
    text-rendering: optimizeLegibility;
    font-weight: 300;
}

#courses .course-entry .book-button,
#courses .course-entry .info-button {
	width: 100%;
	margin: 15px auto 0px auto;
	text-align: center;
	align-self: flex-end;
}

#courses .course-entry a,
#courses .course-entry .book-button p {
	text-decoration: none !important;
	font-weight: bold;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Noto Sans';
    font-weight: 800;
	padding: 15px 0px;
	margin-bottom: 0px;
	border-radius: 5px;
	color: #666;
	width: 90%;
	margin: 0 auto;
    max-width: 250px;
}

#courses .course-entry .book-button p {
	padding: 5px 0;
}

#courses .course-entry .book-button a {
	display: block;
	color: #fff !important;
	background: #534082;
	transition: all 0.3s ease;
    padding: 15px 5px;
	font-size: 14px;
}

#courses .course-entry .book-button a:hover {
	background: #534082;
	transition: all 0.3s ease;
}

#courses .course-entry .info-button a {
	display: block;
	background: #fff;
	color: #666;
	border: #666 solid 2px;
    padding: 12px 5px;
    font-size: 12px;
	transition: all 0.3s ease;
    font-weight: normal;
    letter-spacing: 1px;
}

#courses .course-entry .info-button a:hover {
	border: #000 solid 2px;
	color: #000;
}

/* Fix Standfirst Text Course Page */
.page-template-template-all-courses-learn .standfirst,
.page-template-template-all-courses-teach .standfirst,
.page-template-template-all-courses-student .standfirst,
.page-template-template-all-courses-learn .people-list,
.page-template-template-all-courses-teach .people-list,
.page-template-template-all-courses-student .people-list,
.page-template-template-all-courses-parliament .people-list,
.page-template-template-all-courses-parliament .standfirst {
		/* font-size: 25px;
		line-height: 30px;
		color: #000;
		margin: 35px 15px 0;
		font-family: 'Noto Sans';
		font-weight: 300; */
		display: none !important;
}

.page-template-template-all-courses-learn .main-content,
.page-template-template-all-courses-teach .main-content,
.page-template-template-all-courses-student .main-content,
.page-template-template-all-courses-parliament .main-content {
    padding-top: 0px;
}
.page-template-template-all-courses-learn .sub-nav,
.page-template-template-all-courses-teach .sub-nav,
.page-template-template-all-courses-student .sub-nav,
.page-template-template-all-courses-parliament .sub-nav {
    padding-top: 20px;
}
.page-template-template-all-courses-learn .page-content aside,
.page-template-template-all-courses-teach .page-content aside,
.page-template-template-all-courses-student .page-content aside,
.page-template-template-all-courses-parliament .page-content aside {
	display: block !important;
}

.page-template-template-all-courses-learn .filters form div,
.page-template-template-all-courses-teach .filters form div,
.page-template-template-all-courses-student .filters form div,
.page-template-template-all-courses-parliament .filters form div {
	max-width: 350px;
	margin: 10px auto;
}

.page-template-template-all-courses-learn .filters,
.page-template-template-all-courses-teach .filters,
.page-template-template-all-courses-student .filters,
.page-template-template-all-courses-parliament .filters {
	margin: 10px;
}

.page-template-template-all-courses-student .page-heading,
.page-template-template-all-courses-parliament .page-heading {
	margin-bottom: 30px;
}

.course-help {
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 20px;
	justify-content: center;
	padding: 0px 48px;
}

.course-help .course-type {
    position: relative;
    font-family: 'Noto Sans';
    line-height: 1em;
    text-align: center;
    color: white;
    padding: 12px 45px 12px 15px;
    border-radius: 5px;
    text-decoration: none;
    background: #534082;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px;
	flex: 31% 1 1;
	min-width: 250px;
	box-sizing: border-box;
	font-size: 0.8em;
}

.course-help .course-type.restrict-width {
	flex: 18% 1 1;
}

.course-help .course-type:after {
    content: '\f059';
    font-size: 18px;
    position: absolute;
    font-family: 'FontAwesome';
    right: 14px;
}

.course-help .course-type.introductory {
    background: #1E91BC;
}

.course-help .course-type.mbct {
    background: #B688B7;
}

.course-help .course-type.mbctl {
    background: #009688;
}

.course-help .course-type.workshops {
    background: #E67148;
}

.course-help .course-type.found-m {
    background: #534082;
}

.course-help .course-type.found-b {
    background: #e497c2;
}

.course-type:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 38px;
    left: 0;
    z-index: 99;
    box-shadow: 0px 0px 10px 0px #777;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.course-type span {
	background: none repeat scroll 0 0 #fff; /*-- some basic styling */
	color: #444;
    z-index: -1;
	font-family: 'Helvetica';
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 16px 15px;
    border-radius: 5px;
	min-width: 92%;
	bottom: 30px;  /*-- this is the original position of the tooltip when it's hidden */
	left: 0;
	margin-left: 0;	
	/*-- set opacity to 0 otherwise our animations won't work */
	opacity: 0;
	filter: alpha(opacity=0);  	
	position: absolute;
	text-align: left;	
	text-transform: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease-in-out;
}

.course-type span:after {
	border-color: #fff rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 5px 5px 0;
	bottom: -5px;
	content: "";
	display: block;
	right: 19px;
	position: absolute;
	width: 0;
}

.course-help h3 {
	width: 100%;
	display: inline-block;
	font-family: 'Noto Sans';
	font-weight: 600;
	margin: 0px 6px 10px 6px;
	text-align: left;
}

.more-info-block {
	font-family: 'Noto Sans';
    font-size: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    line-height: 0;
    /* fade out, then shrink */
    transition: opacity .25s,
                font-size .5s .25s,
                line-height .5s .25s,
                margin .5s .25s,
                padding .5s .25s;
}

.more-info-block p,
.more-info-block ul {
	font-family: 'Noto Sans';
    font-size: 0;
    opacity: 0;
	line-height: 0;
	margin: 0;
    /* fade out, then shrink */
    transition: opacity .25s,
                font-size .5s .25s,
                line-height .5s .25s,
                margin .5s .25s,
                padding .5s .25s;
}

.more-info-block.is-active {
	transition: font-size .25s,
            line-height .25s,
            margin .25s,
            padding .25s,
            opacity .5s .25s;
	margin: 10px;
    line-height: 1.2em;
	font-size: 1em;
	opacity: 1;
	padding: 25px;
}

.more-info-block.is-active p,
.more-info-block.is-active ul {
	transition: font-size .25s,
            line-height .25s,
            margin .25s,
            padding .25s,
            opacity .5s .25s;
	line-height: 1.2em;
	margin-bottom: 10px;
	font-size: 1em;
	opacity: 1;
}

.more-info-block h5 {
	font-family: 'Noto Sans';
    font-size: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    line-height: 0;
}

.more-info-block.is-active h5 {
    line-height: 1.2em;
	font-size: 1.4em;
	opacity: 1;
    margin: 20px 0px 10px 0px;
}

.more-info-block.is-active .course-ext-desc h5 {
    margin: 0px 0px 10px 0px;
}

.return-btn:hover,
.return-btn:focus {
    background: #ddd !important;
    transition: background 0.3s ease-in-out;
}

.page-template-template-fullwidth .return-btn {
    transition: background 0.3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;
    padding: 8px 12px;
    margin-bottom: 15px !important;
    display: inline-block;
    color: #333;
    border-radius: 5px;
    font-family: 'Noto Sans';
    background: #efefef;
    font-size: 13px;
}

/* Film Premiere Banner */
.film-premiere {
    max-width: 100%;
}

.film-premiere h3 {
    font-family: 'Noto Sans';
    color:#534082;
    font-weight: 800;
    font-size: 42px;
    line-height: 54px;
    margin: 20px auto;
    max-width: 700px;
    width: 80%;
}

.film-premiere .film-logo {
    width: 600px;
    max-width: 100%;
    height: auto;
}

.film-premiere .premiere-logos {
    width: 500px;
    max-width: 100%;
    height: auto;
    filter: opacity(50%);
    margin-top: -30px;
}

.film-premiere .button_small,
.film-premiere-page .button_small {
    border-radius: 5px;
    font-size: 16px;
    padding: 15px 25px;
    margin: 20px !important;
    display: inline-block;
    background-color: #534082 !important;
    color: #FFF !important;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Noto Sans';
    font-weight: 800;
    text-decoration: none !important;
    min-width: 150px;
    text-align: center;
}

.film-premiere .button_small:hover,
.film-premiere-page .button_small:hover{
    background-color: #534082 !important;
}

.home .strip-text.large p {
    margin-bottom: 0px;
}

.home .strip-text.large .p1 {
	font-size: 28px;
	line-height: 34px;
}

/* Film Premiere Page */
.page-id-3056 .page-heading,
.page-id-3056 .return-btn {
    display: none !important;
}

.page-id-3056 .page-content .main-content,
.page-id-3056 .page-content .container {
    width: 100%;
    max-width: 100%;
    padding: 10px 0 0 0;
}

.film-premiere-page .flex {
    max-width: 100%;
}

.film-premiere-page h2,
.film-premiere-page h3,
.film-premiere-page h4 {
    margin: 0; 
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
}

.film-premiere-page h3,
.film-premiere-page h4 {
    color: #534082;
}

.film-premiere-page iframe {
    max-width: 100%;
}

.film-premiere-page .button_small {
    margin: 0 !important;
}

.film-premiere-page p {
    margin-bottom: 0px;
}

.premiere-row {
    padding: 50px 0;
    text-align: center;
    max-width: 100%;
}

.premiere-row .inner-container {
    width: 680px;
    max-width: 100% !important;
    margin: 0 auto;
}

.premiere-header {
    text-align: center;
    background: #e5e5e5;
}

.premiere-header h2 {
    font-size: 1.4em;
}

.premiere-header p {
    line-height: 1em;
}

.premiere-header .film-logo {
    width: 300px;
    height: auto;
    margin: 20px 0;
}

.premiere-header .premiere-logos {
    filter: opacity(50%);
    width: 550px;
    height: auto;
    margin: 20px 0;
}

.premiere-partners.flex {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: 0 auto;
    border-bottom: 1px solid #534082;
}

.premiere-partners.flex .col {
    flex: 0 1 50%;
    text-align: center;
    padding: 20px 0px;
}

.premiere-partners.flex .col img {
    max-height: 75px;
    width: auto;
}

.premiere-desc p {
    margin: 20px 15px;
}

.premiere-details {
    background: #E6EEF1;
}

.premiere-details .flex {
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.premiere-details .flex .col {
    flex: 0 1 30%;
    text-align: center;
    margin: 25px 0px;
}

.premiere-details .col span {
    display: block;
}

.premiere-details h3 {
    font-size: 1.4em;
    margin: 0 !important;
}

.premiere-details h4 {
    font-size: 1em;
    margin: 10px 0;
}

.premiere-about .flex {
    margin: 25px auto;
    display: flex;
    justify-content: space-between;
}

.premiere-about .flex .col {
    flex: 0 1 50%;
    margin: 0 15px;
}

.premiere-about .col.image-bg {
    background: url("/wp-content/uploads/2020/02/MYYEAROFLIVINGMINDFULLY-STILL07-TRAIN.jpg") center center;
    background-size: cover;
}

.premiere-about h3 {
    text-align: left;
    margin-bottom: 30px !important;
}
.premiere-about p {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

.premiere-about p:last-of-type {
    text-align: center;
}

.premiere-about h3,
.premiere-qa h3 {
    margin: 0 0 15px 0 !important;
}

.premiere-qa {
    background: #e5e5e5;
}

.premiere-qa h4 {
    text-align: left;
    font-size: 1em;
    line-height: 1.4em;
}

.premiere-qa h4 span {
    font-size: 0.8em;
    color: #000;
}

.premiere-qa .col p {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

.premiere-qa .flex {
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}

.premiere-qa .flex .col {
    flex: 0 1 50%;
    margin: 0 15px;
}

.premiere-qa .button_small {
    margin: 10px 20px !important;
    min-width: 170px;
}

.premiere-qa .button_small:first-of-type {
    background-color: #57a19c !important;
}

.premiere-qa .button_small:first-of-type:hover {
    background-color: #6edbd5 !important;
}

.image-bg-shannon {    
    background: url("/wp-content/uploads/2020/02/shannon-harvey-e1582033172518.jpg") center center;
    background-size: cover;
}
.image-bg-willem {
    background: url("/wp-content/uploads/2020/02/willem-kuyken.jpg") center center;
    background-size: cover;
}
.image-bg-vidya {    
    background: url("/wp-content/uploads/2020/02/vidyamala-burch.png") center center;
    background-size: cover;
}


@media (max-width: 700px) {
    .flex {
        display: block !important;
    }
    h3, h4, p {
        text-align: center !important;
    }
    .image-bg-shannon,
    .image-bg-willem,
    .image-bg-vidya {
        height: 40vw;
        border-radius: 100%;
        width: 40vw;
        margin: 20px auto !important;
    }
    .premiere-details .col span {
        display: inline;
	}
	.page-id-4073 h5 {
		text-align: center !important;
	}
}

@media (max-width: 619px) {
	.page-id-4073 .logo-text__text h6 {
		text-align: center;
	}
}

@media (min-width: 620px) {
	.page-id-4073 .logo-text__text p {
		text-align: left !important;
	}
}

.page-id-3186 .return-btn {
	display: none !important;
}

.page-id-3224 div:nth-of-type(4) p,
.page-id-3504 div:nth-of-type(4) p,
.page-id-3516 div:nth-of-type(4) p {
	font-weight: 200;
}


.page-id-3224 div p,
.page-id-3224 .strip-text ul li,
.page-id-3504 div p,
.page-id-3504 .strip-text ul li,
.page-id-3516 div p,
.page-id-3516 .strip-text ul li {
	font-size: 18px !important;
	line-height: 25px !important;
}

.page-id-3224 .strip-text-image,
.page-id-3504 .strip-text-image {
	padding: 90px 20px;
}

.page-id-3224 .strip-text-image img,
.page-id-4870 .strip-text-image img,
.page-id-3504 .strip-text-image img {
		max-width: 450px;
}

.page-id-3224 .strip-text.large,
.page-id-3504 .strip-text.large,
.page-id-3516 .strip-text.large {
		padding: 40px 20px;
}

.page-id-3224 .strip-text.large p,
.page-id-3504 .strip-text.large p,
.page-id-3516 .strip-text.large p {
		margin-bottom: 0px;
}

.page-id-3516 div:nth-of-type(6) .button,
.page-id-3504 div:nth-of-type(6) .button {
	display: none !important;
}

.page-id-3516 div:nth-of-type(6) {
	padding: 70px 20px 70px;
}

.page-id-3504 div:nth-of-type(5) {
	padding-top: 0px !important;
}

.page-id-3504 div:nth-of-type(5),
.page-id-3516 div:nth-of-type(5) {
	display: none !important;
}

.page-id-3224 div:nth-of-type(6),
.page-id-3224 div:nth-of-type(8),
.page-id-3504 div:nth-of-type(6),
.page-id-3516 div:nth-of-type(6) {
	background-color: #e5e5e5; 
}

.page-id-3224 div:nth-of-type(6) h2,
.page-id-3224 div:nth-of-type(7) h2,
.page-id-3224 div:nth-of-type(8) h2,
.page-id-3504 div:nth-of-type(6) h2,
.page-id-3504 div:nth-of-type(7) h2,
.page-id-3516 div:nth-of-type(6) h2,
.page-id-3516 div:nth-of-type(7) h2 {
	font-family: 'Noto Sans';
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	text-align: left;
	line-height: 35px;
	color: #000;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.page-id-3224 div:nth-of-type(6) h3,
.page-id-3224 div:nth-of-type(8) h3,
.page-id-3504 div:nth-of-type(6) h3,
.page-id-3516 div:nth-of-type(6) h3 {
	font-family: 'Noto Sans';
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	line-height: 35px;
	color: #534082;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.page-id-3224 div:nth-of-type(6) h4,
.page-id-3224 div:nth-of-type(8) h4,
.page-id-3504 div:nth-of-type(6) h4,
.page-id-3516 div:nth-of-type(6) h4 {
	font-family: 'Noto Sans';
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	line-height: 35px;
	color: #57a19c;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.page-id-3224 div:nth-of-type(6) .button,
.page-id-3224 div:nth-of-type(8) .button,
.page-id-3504 div:nth-of-type(6) .button {
	background-color: #534082;
}

/* .page-id-3224 div:nth-of-type(6) .button:nth-of-type(1) {
	display: none;
} */

.page-id-3224 div:nth-of-type(6) .button:hover,
.page-id-3224 div:nth-of-type(8) .button:hover,
.page-id-3504 div:nth-of-type(6) .button:hover {
	background-color: #534082;
}

.page-id-3224 .strip-text ul,
.page-id-3504 .strip-text ul {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 20px;
}

.page-id-3224 .strip-text ul li, 
.page-id-3504 .strip-text ul li {
	font-family: 'Noto Sans';
	margin: 0 auto;
	max-width: 800px;
	font-weight: 200;
	color: #333e48;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page-id-3504 div:nth-of-type(8),
.page-id-3516 div:nth-of-type(8) {
	padding-top: 0; 
}

.page-id-3504 div:nth-of-type(8) .donate,
.page-id-3516 div:nth-of-type(8) .donate {
	margin-top: 0;
}

.donate {
	background: #e5e5e5;
	padding: 20px;
	margin: 40px auto 0px auto;
	max-width: 800px;
	text-align: center;
}

.donate h2 {
	font-family: 'Noto Sans';
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	text-align: left;
	line-height: 35px;
	color: #000;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


@media (max-width: 700px) {
    .page-id-3224 h2,
    .page-id-3504 h2 {
        text-align: center !important;
    }
	.page-id-3224 .tactical .button_small,
	.page-id-3504 .tactical .button_small {
		margin: 0 auto;
	}
}

.online-courses {
	padding: 10px;
	background-color: #534082;
}

.page-id-3224 .online-courses {
	display: none !important;
}

.page-id-415 .online-courses {
	background-color: #bfbfbf !important;
}

.online-courses h4 {
	font-size: 1.1em;
	line-height:  1.5em;
	font-weight: 800;
	color: white;
	font-family: 'Noto Sans';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	align-self: center;
	margin: 10px;
}

.online-courses .button {
	display: inline-block;
	border-radius: 5px;
	font-size: 16px;
	padding: 15px 25px;
	margin: 10px auto;
	background-color: #534082;
	color: #FFF;
	transition: all 0.4s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Noto Sans';
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	min-width: 105px;
}

.online-courses p {
	margin-bottom: 0;
	margin: 0 auto;
}

.online-courses .button:hover {
	background-color: #534082;
}

.page-id-3224 .strip-text.regular>.button,
.page-id-3504 .strip-text.regular>.button {
	display: none !important;
}

.page-id-3224 .strip-text.regular p:last-of-type,
.page-id-3224 .strip-text.regular .button.no-margin-bottom,
.page-id-3504 .strip-text.regular p:last-of-type,
.page-id-3504 .strip-text.regular .button.no-margin-bottom,
.page-id-3516 .strip-text.regular p:last-of-type,
.page-id-3516 .strip-text.regular .button.no-margin-bottom {
	margin-bottom: 0px !important;
}

.page-id-3516 .donate,
.page-id-3504 .donate {
	padding-top: 50px;
}

/* Hide Sidebar */
.page-id-2274 .sub-nav {
	display: none !important;
}
/* Hide Duplicated Title */
.page-id-2274 .main-content h1:first-of-type,
.page-id-33 .main-content h1:first-of-type,
.page-id-34 .main-content h1:first-of-type,
.page-id-3364 .main-content h1:first-of-type {
	display: none !important;
}

.next-steps-cta {
	background: #534082;
	padding: 50px 20px;
	margin: 20px 0;
	text-align: center;
}

.next-steps-cta-2 {
	padding: 20px;
	margin: 20px 0;
	text-align: center;
}

.training .next-steps-cta,
.parent-pageid-34 .next-steps-cta {
    background: #534082;
}

.next-steps-cta h3 {
	font-family: 'Noto Sans';
	font-weight: 800;
	font-size: 2em;
	line-height: 1.3em;
	color: #FFF;
	margin: 0 0 30px !important;
}

.next-steps-cta p,
.next-steps-cta-2 p {
	margin-bottom: 0px;
	line-height: 50px;
}

.page-content .next-steps-cta .button.button-1,
.page-content .next-steps-cta .button.button-2{
	display: inline-block;
	margin: 5px 10px;
	line-height: 1em;
	color: #534082 !important;
	background-color: #f4d450 !important;
}

.page-content .next-steps-cta-2 .button.button-1,
.page-content .next-steps-cta-2 .button.button-2 {
	font-size: 16px;
	padding: 15px 25px;
	background-color: #534082;
	color: #FFF;
	transition: all 0.4s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Noto Sans';
	font-weight: 800;
	text-decoration: none;
	display: inline-block;
	margin: 5px 10px;
	line-height: 1em;
}

body.about.page-id-2274 .main-content p a.button {
	color: white !important;
}

.page-content .next-steps-cta .button.button-1:hover,
.page-content .next-steps-cta .button.button-2:hover  {
	background-color: #efefef !important;
}

body.page-id-2274.about .page-content .main-content p a.button {
	background-color: #534082 !important;
}

/* Make Training/Learn logo orange */

.training svg#omc_logo path#circle,
.parent-pageid-34 svg#omc_logo path#circle {
	fill: #534082 !important;
}

body.training .strip-header-v2,
body.training header.page-heading,
body.training .dividing-line,
.page-template-template-all-courses-teach #courses .course-title {
	background-color: #107f96 !important;
}
body.training .main-footer aside form input[type='submit']{
	background-color: #f4d450 !important;
} 

.body.about.page-id-2274 .main-content p a.button {
	background-color: #534082 !important;
}

body.parent-pageid-34 .strip-header-v2,
body.parent-pageid-34 section.tactical .container .tacticals .tactical a.button_small,
body.parent-pageid-34 header.page-heading,
body.parent-pageid-34 .dividing-line {
	background-color: #107f96 !important;
}

body.parent-pageid-34 .main-content h1, 
body.parent-pageid-34 .header-area h1, 
body.parent-pageid-34 .page-content .sub-nav li.current_page_item > a, 
body.parent-pageid-34 .page-content .sub-nav li.current_page_parent > a{
	color: #107f96 !important;
}

body.training .strip-text a:not(.button),
body.training .main-content h1, 
body.training .header-area h1,
body.training .sub-nav li.current_page_item > a, 
body.training .sub-nav li.current_page_parent > a,
body.training .main-content p a, 
body.training .main-content li a, 
body.training .header-area p a, 
body.training .header-area li a,
body.training nav ul li.current-page-ancestor a,
body.training .sub-nav > ul > li:hover > a {
	color: #107f96 !important;
}

body.parent-pageid-34 .strip-text a:not(.button),
body.parent-pageid-34 .main-content h1, 
body.parent-pageid-34 .header-area h1,
body.parent-pageid-34 .sub-nav li.current_page_item > a, 
body.parent-pageid-34 .sub-nav li.current_page_parent > a,
body.parent-pageid-34 .main-content p a, 
body.parent-pageid-34 .main-content li a, 
body.parent-pageid-34 .header-area p a, 
body.parent-pageid-34 .header-area li a,
body.parent-pageid-34 .sub-nav > ul > li:hover > a {
	color: #107f96 !important;
}

body.parent-pageid-3364 .strip-text a:not(.button),
body.parent-pageid-3364 .main-content h1, 
body.parent-pageid-3364 .header-area h1,
body.parent-pageid-3364 .sub-nav li.current_page_item > a, 
body.parent-pageid-3364 .sub-nav li.current_page_parent > a,
body.parent-pageid-3364 .main-content p a, 
body.parent-pageid-3364 .main-content li a, 
body.parent-pageid-3364 .header-area p a, 
body.parent-pageid-3364 .header-area li a,
body.parent-pageid-3364 .main-footer .footer-menu a,
body.parent-pageid-3364 .sub-nav > ul > li:hover > a,
body.parent-pageid-630 .strip-text a:not(.button),
body.parent-pageid-630 .main-content h1, 
body.parent-pageid-630 .header-area h1,
body.parent-pageid-630 .sub-nav li.current_page_item > a, 
body.parent-pageid-630 .sub-nav li.current_page_parent > a,
body.parent-pageid-630 .main-content p a, 
body.parent-pageid-630 .main-content li a, 
body.parent-pageid-630 .header-area p a, 
body.parent-pageid-630 .header-area li a,
body.parent-pageid-630 .main-footer .footer-menu a,
body.parent-pageid-630 .sub-nav > ul > li:hover > a,
body.people.single .page-content .main-content h2, 
body.people.post-type-archive-people .page-content .main-content h2, 
body.people.page-template-template-events .page-content .main-content h2,
body.people .people-tile .people-content h2,
body.people section.tactical .container .tacticals .tactical h3,
body.people .main-content h1, 
body.people .header-area h1,
body.parent-pageid-630 .page-content .main-content h1,
body.parent-pageid-630 .main-content h1, 
body.parent-pageid-630 .header-area h1,
body.parent-pageid-630 .page-content .sub-nav li.current_page_item > a,
body.parent-pageid-630 .page-content .sub-nav li.current_page_parent > a {
  color: #534082 !important;
}

body.parent-pageid-3364 .strip-header-v2,
body.parent-pageid-3364 section.tactical .container .tacticals .tactical a.button_small,
body.parent-pageid-3364 .main-footer aside .button.small,
body.parent-pageid-3364 header.page-heading,
body.parent-pageid-3364 .dividing-line,
body.parent-pageid-3364 .main-footer aside form input[type='submit'],
body.parent-pageid-630 .strip-header-v2,
body.parent-pageid-630 section.tactical .container .tacticals .tactical a.button_small,
body.parent-pageid-630 .main-footer aside .button.small,
body.parent-pageid-630 header.page-heading,
body.parent-pageid-630 .dividing-line,
body.parent-pageid-630 .main-footer aside form input[type='submit'],
body.people .people-tile .people-content a.button_sm,
body.people .pagination .page-numbers.next, 
body.people .pagination .page-numbers.prev,
body.people .dividing-line,
body.people .main-footer aside .button.small,
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.about,
body.people .pagination .page-numbers.current, 
body.people .pagination .page-numbers:hover,
body.people .main-footer aside form input[type='submit'] {
	color: #534082 !important;
	background: #f4d450 !important;
	border-radius: 0 !important;
}

body.page-id-3364 .sub-nav > ul > li,
body.parent-pageid-3364 .sub-nav > ul > li,
body.parent-pageid-630 .sub-nav > ul > li,
body.about.parent-pageid-34 .sub-nav > ul > li {
	border-bottom: 1px solid #107f96;
}

body.training .sub-nav > ul > li,
body.parent-pageid-34 .sub-nav > ul > li {
	border-bottom: 1px solid #107f96;
}

body.page-id-3364 .sub-nav li.current_page_item > a,
body.parent-pageid-3364 .sub-nav li.current_page_item > a,
body.parent-pageid-630 .sub-nav li.current_page_item > a,
body.people.single .page-content .main-content .archive-body-text p:first-of-type, 
body.people .sub-nav > ul > li:hover > a, 
body.people.post-type-archive-people .page-content .main-content .archive-body-text p:first-of-type, 
body.people.page-template-template-events .page-content .main-content .archive-body-text p:first-of-type,
body.page-id-3364 .sub-nav > ul > li:hover > a {
  color: #534082 !important;
}
body.page-id-3364 .sub-nav > ul > li,
body.parent-pageid-3364 .sub-nav > ul > li,
body.people .people-tile {
  border-bottom: 1px solid #534082;
}

body.page-id-3364 .sub-nav li.current_page_item:before, 
body.page-id-3364 .sub-nav li.current_page_parent:before,
body.parent-pageid-3364 .sub-nav li.current_page_item:before, 
body.parent-pageid-3364 .sub-nav li.current_page_parent:before {
	border-left-color: #534082;
}

.training .strip-text a:not(.button):hover,
.page-id-3364 .strip-text a:not(.button):hover {
    color: #534082;
}

body.training .sub-nav li.current_page_item:before, 
body.training .sub-nav li.current_page_parent:before,
body.about.parent-pageid-34 .sub-nav li.current_page_item:before {
	border-left-color: #107f96 !important;
}

.training section.tactical .container .tacticals .tactical a.button_small:hover,
.page-id-3364  section.tactical .container .tacticals .tactical a.button_small:hover,
.training .main-footer aside .button.small:hover,
.page-id-3364 .main-footer aside .button.small:hover,
body.about.page-id-3809 .main-footer aside .button.small,
body.about.page-id-3809 .main-footer aside form input[type='submit'] {
	background-color: #534082
}

body.about.page-id-2274 svg#omc_logo path#circle {
    fill: #534082 !important;
}

body.about.page-id-2274 .main-content p a,
body.page-id-2274 .main-footer .footer-menu a  {
    color: #534082 !important;
}

body.page-id-3364.about svg#omc_logo path#circle,
body.parent-pageid-3364.about svg#omc_logo path#circle,
body.parent-pageid-630.about svg#omc_logo path#circle,
body.post-type-archive-people svg#omc_logo path#circle,
body.single-people svg#omc_logo path#circle {
	fill: #534082;
}

body.parent-pageid-630 .main-content p a.button, 
body.parent-pageid-630 .main-content li a.button, 
body.parent-pageid-630 .header-area p a.button, 
body.parent-pageid-630 .header-area li a.button,
body.parent-pageid-630 .dividing-line,
body.people section.tactical .container .tacticals .tactical a.button_small {
  background-color: #666564;
}

body.about .main-content h1, body.about .header-area h1,
body.about .sub-nav li.current_page_item > a, 
body.about .sub-nav li.current_page_parent > a {
	color: #0ca068 !important;
}

body.about .sub-nav > ul > li {
	border-bottom: 1px solid #0ca068;
}

body.page-id-3364 .main-content a,
body.page-id-3364 section.tactical .container .tacticals .tactical h3,
body.page-id-3364 .main-content h1, body.about .header-area h1,
body.page-id-3364 .sub-nav li.current_page_item > a,
body.page-id-3364 .sub-nav li.current_page_parent > a,
body.parent-pageid-3364 .main-content h1, 
body.parent-pageid-3364 .header-area h1, 
body.parent-pageid-3364 .sub-nav li.current_page_item > a, 
body.parent-pageid-3364 .sub-nav li.current_page_parent > a,
body.parent-pageid-3364 section.tactical .container .tacticals .tactical h3 {
	color: #534082 !important;
}

body.parent-pageid-3364 .main-content p a.button:hover,
body.parent-pageid-3364 .main-content li a.button:hover, 
body.parent-pageid-3364 .header-area p a.button:hover, 
body.parent-pageid-3364 .header-area li a.button:hover,
body.parent-pageid-3364 .main-content p a.button {
	color: white !important;
}

body.parent-pageid-3364 .main-content p a.button:hover,
body.parent-pageid-3364 .main-content li a.button:hover, 
body.parent-pageid-3364 .header-area p a.button:hover, 
body.parent-pageid-3364 .header-area li a.button:hover,
body.parent-pageid-3364 .main-content p a.button {
	background: #534082 !important;
}

body article.page-content .main-content p a.button {
	color: white !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

body.resources .resource-strip .container .resource-item h3,
body.resources .resource-strip .container .resource-item a {
  color: #534082 !important;
}

body.resources header.page-heading {
	background-color: #534082 !important;
}

body.resources .dividing-line,
body.resources .main-footer aside form input[type='submit'],
body.resources .main-footer aside .button.small {
	background-color: #f4d450 !important;
	color: #534082 !important
}

body.resources svg#omc_logo path#circle {
	fill: #534082;
}

body.news header.page-heading {
  background-color: #f4d450 !important;
}
body.page-id-5848 header.page-heading{
	background-color: #66c5e5;
}
body.page-id-5848 .main-content p a, 
body.page-id-5848 .main-content li a, 
body.page-id-5848 .header-area p a, 
body.page-id-5848 .header-area li a{
	color: #66c5e5;
}

.middle-bit > p {
	display: none !important;
}

.middle-bit .categories {
	font-size: 42px;
}

.call-to-action-v2 {
  background: #534082;
  padding: 10px 30px;
  transform: rotate(90deg);
  display: block;
  position: fixed;
  right: 0;
  top: 40%;
  transform-origin: top right;
  transition: all 0.3s ease;
  z-index: 99;
}

nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item {
    z-index: 99;
}

.call-to-action-v2:hover {
  padding: 20px 30px 10px 30px;
  transition: all 0.3s ease;
}

.call-to-action-v2 a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: white;
  font-weight: bold;
  font-family: 'Noto Sans';
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-social-menu li.instagram:after {
  display: inline-block !important;
}

.footer-social-menu li:last-of-type:after {
  display: none !important;
}

.footer-social-menu li, .mobile-social-menu li, 
.desktop-social-menu li {
  width: calc(100%/6);
}

.footer-social-menu li:after {
  right: -32px !important;
}

/* .home .strip-text.regular {
    padding: 0px;
} */
/* 
.home .thirds {
    display: flex;
    flex-direction: row;
	margin-top: 0px;
	max-width: 100%;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

.home .third {
  	display: flex;
  	flex-direction: column;
  	flex-basis: 100%;
  	flex: 1;
	margin: 0;
    padding: 60px 5%;
}

.home .third .button {
    background: white !important;
	width: 250px;
	max-width: 90%;
	margin: 0 auto;
}

.home .third .button:hover {
    background: #eee !important;
}

.home .third.learn {
    background: #534082 !important;
}

.home .third.teach {
    background: #534082 !important;
}

.home .third.partner {
    background: #534082 !important;
}

.home .third.learn .button {
    color: #534082 !important;
}

.home .third.teach .button {
    color: #534082;
}

.home .third.partner .button {
    color: #534082;
}

.home .strip-text.regular > .button {
    display: none !important;
}

@media (max-width: 680px) {
	.home .thirds {
		flex-direction: column;
	}
} */

.teach-label {
    margin: 0;
    display: block;
    float: right;
    color: white;
    border: white solid 1px;
    border-radius: 5px;
    padding: 3px 5px;
    font-family: 'Noto Sans';
}

@media (max-width: 680px) {
    .course-title {
        text-align: center;
    }
	.teach-label {
		float: none;
        display: inline-block;
        margin-bottom: 15px;
	}
    h3 {
        float: none;
    }
}

.teach.button {
	background-color: #534082 !important;
	margin-bottom: 40px;
	display: inline-block;
}

.home-intro {
	margin: 50px auto 10px auto;
	padding: 10px;
}

.home-intro h3 {
	margin: 0 auto 20px auto;
	font-size: 1.4em;
}

.main-content img.float-left {
	float: left;
	margin: 0px 20px 20px 0px;
}

.main-content img.float-right {
	float: right;
	margin: 0px 0px 20px 20px;
}

/* .page-id-3443 .page-heading, */
.page-id-3443 .sub-nav,
.page-id-3443 .main-content > h1 {
	display: none;
}

.page-id-3443 .main-content {
	width: 100%;
	padding-top: 0;
}

.page-id-3443 .page-content > .container {
	max-width: 100%;
	padding: 0;
}

.two-col { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.two-col .col { 
	width: 50%;
	min-width: 300px;
	box-sizing: border-box;
}

.two-col .col .image {
	align-items: center;
	display: flex;
	padding: 8%;
	box-sizing: border-box;
	justify-content: center;
}

.page-id-3443 .two-col .col .desc {
	padding: 40px;
	min-height: 450px;
}

.page-id-3443 .two-col .col .desc p,
.page-id-3443 .two-col .col .desc ul {
	max-width: 400px;
	margin: 0 auto;
}

.page-id-3443 .two-col .col .image img {
	max-height: 95px;
	max-width: 100%;
}


.page-id-3443 .two-col .col.light-blue .desc {
	background: #DBE7F2;
}

.page-id-3443 .two-col .col.dark-blue .desc {
	background: #CEDDE5;
}

.page-id-3443 .two-col .col .desc p {
	margin-bottom: 15px;
}

.page-id-3443 .two-col .col .desc .desc-top {
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #09547C;
}

.page-id-3443 .two-col .col.light-blue .image {
	background: #0ca068;
}

.page-id-3443 .two-col .col.dark-blue .image {
	background: #107f96;
}

.page-id-3443 .two-col .col .button {
	margin-top: 30px !important;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.page-id-3443 .two-col .light-blue.col .button {
	margin-left: 0px;
	margin-right: 10px;
}

@media (max-width: 620px) {
	.two-col .col { 
		width: 100%;
	}
}

.sub-nav .page_item .page-item-3224
.sub-nav .page_item .page-item-4837 {
	display: none !important;
}

.menu-omc-mobile-menu .learn .sub-menu li:nth-of-type(6) {
	display: none !important;
}

/* New Partner Page */

.page-id-2274 ol {
	list-style: decimal !important;
	text-align: left !important;
	list-style-position: outside;
	margin-left: 20px;
	color: #333e48;
}

.page-id-2274 ol li {
	font-family: 'Noto Sans';
	line-height: 1.4em;
}

body.page-id-2274 .strip-header-v2 {
    background-color: #534082 !important;
	padding: 40px 20px;
	box-sizing: border-box;
	height: auto !important;
}

body.page-id-2274 .strip-header-v2 h2 {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 50px;
	line-height: 60px;
}

body.page-id-2274 .strip-text.regular p {
	max-width: 920px;
}

.page-id-2274 .two-col { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.page-id-2274 .two-col .col { 
	width: 50%;
	min-width: 300px;
	min-height: 120px;
	padding: 20px 40px;
	box-sizing: border-box;
}

.page-id-2274 .two-col .col p { 
	text-align: center !important;
	margin: 0;
}

.page-id-2274 .two-col .col h3 {
	display: block;
	margin: 0 auto;
	font-weight: 800;
	font-size: 1.6em;
	line-height: 1.2em;
	color: white;
}

.page-id-2274 .two-col .col.left {
	background: #534082;
}

.page-id-2274 .two-col .col.right {
	background: #33D2FF !important;
}
.page-id-2274 .two-col .col .button {
	margin: 10px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #534082;
	background: white !important;
}

.page-id-2274 .two-col .col .button:hover {
	background: #efefef !important;
}

.page-id-2274 .strip-text {
	padding: 30px 20px 10px 20px;
}

.page-id-2274 .strip-text p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.page-id-2274 .strip-text.large {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.page-id-2274 .strip-text .container {
	flex-wrap: wrap !important;
}

.page-id-2274 .partner-desc p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	width: 100%;
}

.page-id-2274 p strong {
	color: #333e48 !important;	
}

.page-id-2274 .partner-desc h3 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 600;
}

.page-id-2274 .partner-desc h4 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 600;
	text-align: left;
	margin: 0;
	width: 100%;
}

.page-id-2274 .container {
	box-sizing: border-box;
}

.page-id-2274 .icon-text {
	background: #dde3cd;
	margin: 10px 0px;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.page-id-2274 .icon-text__icon {
	flex: 0 0 180px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.page-id-2274 .icon-text__icon img { 
	width: 100%; 
	height: auto;
	align-self: center;
	max-width: 100px;
	padding: 20px 0;
}

.page-id-2274 .icon-text__text {
	flex: 1 0 calc(100% - 210px);
	min-width: 300px;
	padding: 10px;
}

.page-id-2274 .partner-desc .icon-text:last-of-type {
	margin-bottom: 40px !important;
}

.page-id-2274 .criteria {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.page-id-2274 .criteria--fourth {
	flex-basis: calc(25% - 10px);
	background: #534082;
	padding: 20px;
	margin: 10px 0;
	min-height: 180px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.page-id-2274 .criteria--fourth__number {
	border-radius: 99px;
	font-size: 1.2em;
	font-weight: 600;
	padding: 6px 12px;
	background: white;
	color: #534082;
	font-family: 'Noto Sans';
	font-variant-numeric: tabular-nums;
	display: inline-block;
	margin-bottom: 20px;
}

.page-id-2274 .criteria--fourth p {
	text-align: center;
	color: white;
	font-weight: 300;
	font-size: 1em;
	margin-top: 20px !important;
}

.page-id-2274 .partner-desc .scroll-table,
.page-id-3943 .scroll-table,
.page-id-4073 .scroll-table {
	overflow-x: scroll;
}

.page-id-2274 .partner-desc .scroll-table table,
.page-id-3943 .scroll-table table,
.page-id-4073 .scroll-table table {
	min-width: 650px;
}

.page-id-2274 .partner-desc table,
.page-id-3943 .scroll-table table,
.page-id-4073 .scroll-table table {
	font-family: 'Noto Sans';
	font-weight: 300;
	text-align: left;
	min-width: 100%;
}

table.center-2-col td:nth-child(2) {
	text-align: center;
}

.page-id-2274 .partner-desc table th {
	font-weight: 600;
	background: #534082;
	color: white;
	padding: 15px;
	text-transform: uppercase;
	text-align: center;
}

.page-id-4073 .scroll-table table th {
	font-weight: 600;
	background: #534082;
	color: white;
	padding: 15px;
	text-transform: uppercase;
	text-align: center;
}

.page-id-3943 .scroll-table table th {
	font-weight: 600;
	background: #534082;
	color: white;
	padding: 15px;
	text-transform: uppercase;
	text-align: center;
}

.page-id-2274 .partner-desc table td,
.page-id-3943 .scroll-table table td,
.page-id-4073 .scroll-table table td {
	padding: 10px;
	line-height: 1.4em;
}

.page-id-2274 .partner-desc table tr:nth-child(odd) {
	background-color: #e8ecdd;
}

.page-id-4073 .scroll-table table tr:nth-child(odd) {
	background-color: #e5e5e5;
}

.page-id-3943 .scroll-table table tr:nth-child(odd) {
	background-color: #e5e5e5;
}

.page-id-2274 .strip-text.large .partner-fees {
	background: #eee;
	padding-top: 30px;
	padding-bottom: 30px;
}

.page-id-2274 .strip-text.large .partner-fees p,
.page-id-2274 .strip-text.large .fees-2 p {
	max-width: 100%;
	width: 100%;
}

.page-id-2274 .strip-text.large h4 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 600;
	text-align: left;
	margin: 0;
	width: 100%;
}

.page-id-2274 .strip-text.large p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	width: 100%;
	max-width: 100%;
}

.page-id-2274 .fees-2 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.page-id-2274 .fees {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.page-id-2274 .fees .fee {
	flex-basis: calc(33% - 10px);
	padding: 20px;
	margin: 10px 0;
	box-sizing: border-box;
	border-right: #534082 1px solid;
}

.page-id-2274 .fees .fee:last-of-type {
	border-right: none;
}

.page-id-2274 .fee h4 {
	text-align: center !important;
}

.page-id-2274 .fee p {
	text-align: center !important;
	font-weight: 300;
	font-size: 1em;
}

.apply-partner {
	padding: 10px;
	border-top: 1px solid #534082;
	border-bottom: 1px solid #534082;
}

.apply-partner h4 {
	font-size: 1.8em;
	line-height:  1.5em;
	font-weight: 800;
	font-family: 'Noto Sans';
	align-self: center;
	text-align: left;
	margin: 10px;
}

.apply-partner .button {
	background-color: #534082 !important;
	min-width: 105px;
}

.apply-partner p {
	margin-bottom: 0;
	margin: 0 auto;
	height: fit-content;
	align-self: center;
}

.apply-partner .button:hover {
	background-color: #534082;
}

.page-id-2274 .fees-2 h3 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 600;
	text-align: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

.logo-text {
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid #534082;
}

.logo-text:last-child {
	border-bottom: none;
}

.logo-text__logo {
	flex: 0 0 180px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.logo-text__logo img { 
	width: 100%; 
	height: auto;
	align-self: center;
	max-width: 180px;
	padding: 20px 0;
}

.logo-text__text {
	flex: 1 0 calc(100% - 210px);
	min-width: 320px;
	padding: 10px;
	height: fit-content;
	align-self: center;
}

.logo-text__text a {
	color: #534082 !important;
}

.page-id-2274 .partner-desc .logo-text:last-of-type {
	border-bottom: none !important;
}

@media (max-width: 800px) {
	.page-id-2274 .criteria--fourth { 
		flex-basis: calc(50% - 10px);
	}
}

@media (max-width: 620px) {
	.page-id-2274 .two-col .col { 
		width: 100%;
	}

	.page-id-2274 .criteria--fourth,
	.page-id-2274 .fees .fee { 
		flex-basis: 100%;
		border-right: none;
		border-bottom: #534082 1px solid;
	}
	.page-id-2274 .fees .fee:last-of-type {
		border-bottom: none;
	}
}


@media (max-width: 700px) { 
	.main-content .flyer-header .container h1 {
		text-align: center;
	}
	.flyer-header .two-col .col.left {
		flex: 100% 0 0 !important;
	}
	.flyer-header .two-col .col.right {
		flex: 0% 0 0 !important;
		min-height: 0px !important;
	}
	.flyer-logo {
		margin: 0 auto 20px !important;
		display: block;

	}
	.flyer-logo-2 {
		margin: 0 auto 20px !important;
		display: block;
	}
}

@media (max-width: 660px) { 
	.page-id-3809 .main-content .two-col .col,
	.page-id-4913 .main-content .two-col .col {
		flex: 100% 0 0;
	}
	.flyer-boxes {
		max-width: 380px;
	}
	.flyer-info .col.left {
		min-height: 300px;
	}

}

aside.sub-nav .page_item.page-item-3224,
aside.sub-nav .page_item.page-item-4837 {
	display: none !important;
}

.page-id-3809 .page-heading,
.page-id-4913 .page-heading {
	display: none !important;
}

.flyer-header {
	background: #534082;
	padding: 40px 0px 40px;
	margin: 0px 0px 40px 0px;
}

.page-id-4913 .flyer-header .two-col .col.left {
	flex: 50% 0 0;
}

.page-id-4913 .flyer-header .two-col .col.right {
	margin-left: 0;
}

.flyer-header .two-col .col.left {
	flex: 60% 0 0;
	z-index: 2;
	padding: 60px 0 60px 0;

}

.flyer-header .two-col .col.right {
	flex: 50% 0 0;
	background: url('/wp-content/uploads/2020/06/shutterstock_1734614432.jpg');
	background-size: cover;
	background-position: center;
	min-height: 200px;
	z-index: 1;
	margin-left: -10%;
}

.page-id-3809 .page-content > .container,
.page-id-3809 .main-content,
.page-id-4913 .page-content > .container,
.page-id-4913 .main-content {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.main-content .flyer-header > .container,
.page-id-3809 .main-content .container,
.page-id-4913 .main-content .container {
	flex-wrap: wrap;
}

.main-content .flyer-header .container h1,
.main-content .flyer-header .container p,
.main-content .flyer-header .container p strong {
	color: white !important;
	margin: 0;
	width: 100%;
	z-index: 2;
}

.page-id-3809 .main-content .flyer-header .container p strong,
.page-id-4913 .main-content .flyer-header .container p strong {
	margin: 20px 0 0 0 !important;
	display: block;
}

.page-id-3809 .main-content .container p strong,
.page-id-4913 .main-content .container p strong {
	margin: 0;
	width: 100%;
}

.main-content .flyer-header .container p {
	font-size: 22px;
}

.page-id-3809 .flyer-boxes,
.page-id-4913 .flyer-boxes {
	justify-content: space-between;
}

.page-id-3809 .flyer-boxes .col,
.page-id-4913 .flyer-boxes .col {
	border: #534082 2px solid;
	flex: calc(50% - 10px) 0 0;
	margin-bottom: 20px;
	padding: 15px;
	text-align: center;
}

.page-id-3809 .flyer-boxes .col p,
.page-id-4913 .flyer-boxes .col p {
	margin: 0 auto;
	font-weight: bold;
	max-width: 200px;
}

.page-id-3809 .flyer-info .col,
.page-id-4913 .flyer-info .col {
	flex: 50% 0 0;
	margin: 20px 0px 20px;
	padding: 15px;
}

.page-id-3809 .flyer-info,
.page-id-4913 .flyer-info {
	margin: 20px auto;
}

.page-id-3809 .flyer-info .col.left,
.page-id-4913 .flyer-info .col.left {
	background: url('/wp-content/uploads/2020/06/shutterstock_1712206030-e1592496944864.jpg');
	background-size: cover;
	background-position: center;
	margin: 0;
}

.page-id-3809 .flyer-info .col.right,
.page-id-4913 .flyer-info .col.right { 
	background: #e5e5e5;
	margin: 0;
	padding: 0;
}

.page-id-3809 .flyer-info p,
.page-id-4913 .flyer-info p {
	margin-bottom: 0;
}

.page-id-3809 .flyer-info .col.right p span,
.page-id-4913 .flyer-info .col.right p span { 
	color: #534082;
	font-weight: 900;
	margin-top: 10px;
	display: block;
}

.page-id-3809 .flyer-info .col.right .flyer-info-upper,
.page-id-4913 .flyer-info .col.right .flyer-info-upper {
	padding: 30px;
}

.page-id-3809 .flyer-info .col.right .flyer-info-lower,
.page-id-4913 .flyer-info .col.right .flyer-info-lower {
	background: white;
	padding: 30px;
}

.page-id-3809 .flyer-feedback.two-col .col,
.page-id-4913 .flyer-feedback.two-col .col {
	flex: calc(50% - 10px) 0 0;
	padding: 20px;
	justify-content: space-between;
}

.page-id-3809 h3.flyer-center,
.page-id-4913 h3.flyer-center {
	margin: 60px auto 10px !important;
}

.flyer-logo {
	max-height: 100px;
	margin-bottom: 30px;
	outline: 0.5px white solid;
}

.flyer-logo-2 {
	max-height: 60px;
	max-width: 200px !important;
	filter: brightness(0) invert(1);
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 30px;
}

.page-id-3809 .flyer-info .button,
.page-id-4913 .flyer-info .button {
	display: inline-block;
	padding: 8px 12px !important;
	font-size: 14px !important;
	margin-top: 5px;
}

@media (max-width: 640px) { 
	.page-id-3809 .flyer-feedback.two-col .col,
	.page-id-4913 .flyer-feedback.two-col .col {
		flex: 100% 0 0;
		text-align: center;
	}
	.page-id-3809 .flyer-feedback.two-col .col img,
	.page-id-4913 .flyer-feedback.two-col .col img {
		max-width: 320px;
		margin: 0 auto;
	}
}


.apply-teacher {
	padding: 20px 10px 30px 10px !important;
	background: #534082;
}

.apply-teacher .container {
	flex-wrap: wrap;
}

.apply-teacher h5 {
	font-size: 1.2em;
	color: white;
	margin: 10px;
	text-align: center;
	width: 100%;
	display: block;
}

body.page-id-3943 .main-content .apply-teacher .button,
body.page-id-3943 .main-content .two-col .button {
	display: block;
	margin: 0 auto;
	background-color: #fff !important;
	color: #534082 !important;
	min-width: 105px;
}

body.page-id-3943 .main-content .two-col .button { 
	max-width: 160px;
}

body.page-id-3943 .main-content .apply-teacher .button:hover,
body.page-id-3943 .main-content .two-col .button:hover {
	background-color: #efefef !important;
}

.apply-teacher p {
	margin-bottom: 0;
	margin: 0 auto;
	height: fit-content;
	align-self: center;
}

.apply-teacher .button:hover {
	background-color: #534082;
}

.page-id-3943 .text-section.two-col {
	justify-content: space-between;
}

.page-id-3943 .text-section.two-col .col {
	border: 1px solid #534082;
	padding: 20px;
	text-align: center;
	width: calc(50% - 10px);
	margin: 10px auto;
}

.page-id-3943 .buttons-section.two-col .col {
	padding: 20px;
	text-align: center;
}

.page-id-3943 .two-col .col h3 {
	color: white;
}

.page-id-3943 .buttons-section.two-col .col.left {
	background-color: #534082;
}

.page-id-3943 .buttons-section.two-col .col.right {
	background-color: #2E3E96;
}

.page-id-3943 .two-col .button {
	display: inline-block;
	margin: 5px auto;
}

.page-id-3943 .resources.scroll-table tr {
	background: none !important;
	border-top: 1.5px #534082 solid;
}

.page-id-3943 .resources.scroll-table {
	margin-bottom: 30px;
}

.page-id-3943 .main-content {
	width: 100%;
}

@media (max-width: 700px) {
	.page-id-3943 .main-content h5 {
		text-align: center;
	}
}

.sub-nav > ul > li.join {
	background-image: url(images/join-icon.svg);
	padding-left: 45px;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center left;
}

.news .main-content .categories .icon {
	max-width: 30px;
	max-height: 30px;
}

.page-id-4073 h5 {
	color: #333e48;
}

.page-id-4073 .thirds {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
	margin-bottom: 20px;
}

.page-id-4073 .thirds .third {
	flex-basis: calc(33% - 10px);
	padding: 20px;
	margin: 10px 0;
	box-sizing: border-box;
	background: #534082;
}

.page-id-4073 .thirds .third p {
	text-align: center;
	color: white !important;
	margin-bottom: 0;
	font-weight: 500;
}

.page-id-4073 .border-1 {
	border: #534082 1px solid;
	padding: 20px 30px;
	margin-bottom: 20px;
}

.page-id-4073 .two-col .col {
	padding: 0 10px;
}

.page-id-4073 .border-1 ul,
.page-id-4073 .border-1 ol {
	margin-bottom: 0;
}

.page-id-4073 .border-1 ol { 
	padding: 0 10px;
}

.page-id-4073 p .button.teach {
	margin: 0 auto;
}

.page-id-4073 p.center {
	text-align: center;
}

.page-id-4073 .logo-text__logo img {
	align-self: start;
}

.page-id-4073 .logo-text {
	border-bottom: none !important;
}

.page-id-4073 .logo-text__text {
	flex: 1 0 calc(100% - 250px);
	padding:  10px 30px;
}

.page-id-4073 .logo-text__text h6 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #534082;
}

.page-id-4073 .logo-text__text p {
	margin-bottom: 20px;
}

.page-id-4073 .logo-text__text a {
	margin-top: -20px;
	display: inline-block;
}

.page-id-4073 .logo-text__logo img {
	border-radius: 100%;
}

.page-id-4073 .scroll-table {
	margin: 40px 0;
}

.logo-text__text .bio-excerpt p {
    font-size: 0 !important;
    margin: 0;
    opacity: 0;
    padding: 0;
    line-height: 0 !important;
    /* fade out, then shrink */
    transition: opacity .25s,
                font-size .5s .25s,
                line-height .5s .25s,
                margin .5s .25s,
                padding .5s .25s;
}

.logo-text__text .bio-excerpt.is-active p {
	transition: font-size .25s,
            line-height .25s,
            margin .25s,
            padding .25s,
            opacity .5s .25s;
	font-size: 18px !important;
	line-height: 25px !important;
	opacity: 1;
	margin-bottom: 20px;
}

.page-id-4073 .main-content {
	max-width: 100%;
}

.prominent-text {
	padding: 10px 20px;
	background: #534082;
	margin: 30px 0px;
}

.prominent-text p {
	padding: 10px 30px;
	background: #534082;
	font-weight: 800;
	color: white;
	margin-bottom: 0;
	text-align: center;
}

body article.page-content .main-content .prominent-text.white-button a {
	background: white !important;
	color: #534082 !important;
	margin-bottom: 10px !important;
}

.prominent-text.white-button {
	padding: 10px 20px 25px 20px;
}

@media (max-width: 600px) {
	.page-id-4073 .thirds .third {
		flex: 100%;
	}
}

.page-id-4073 .main-content .flyer-header .container p.flyer-border strong {
	font-size: 14px !important;
	line-height: 16px !important;
}

.page-id-4073 .main-content .flyer-header .container p.flyer-border {
	margin-top: 20px;
	padding: 10px;
	border-top: solid white 1px;
	border-bottom: solid white 1px;
	box-sizing: border-box;
}

.page-id-4073 .flyer-header .two-col {
	padding: 0;
}

.page-id-4073 .flyer-header .two-col .col.left {
	flex: 55% 0 0;
	min-width: 0px;
	padding: 20px;
}

.page-id-4073 .flyer-header .two-col .col.right {
	flex: 45% 0 0;
	min-width: 0px;
	margin-left: 0;
	background: url('/wp-content/uploads/2020/07/shutterstock_1613076355-2.jpg');
	background-size: 145%;
	background-repeat: no-repeat;
	background-position: 35% 76%;
}

.course-types-learn {
	width: 100%;
	text-align: center;
	padding: 40px 20px;
	margin: 0 !important;
	box-sizing: border-box;
}

.course-types-learn h4 a {
	width: 100%;
	text-align: center;
	color: white !important;
	transition: all 0.3 ease;
	text-decoration: none !important;
}

.course-types-learn:hover {
	opacity: 0.95;
	transition: all 0.3 ease;
}

.course-types-learn:nth-of-type(1) {
	background: #26ffae;
}

.course-types-learn:nth-of-type(2) {
	background: #22eda1;
}

.course-types-learn:nth-of-type(3) {
	background: #13db90;
}

.course-types-learn:nth-of-type(4) {
	background: #0eb878;
}

.course-types-learn:nth-of-type(5) {
	background: #0ca068;
}

#type-fpfw {
	border-bottom: 3px white solid;
}

#type-fpfw:after{
	content: 'Follow on Courses';
	z-index: 99;
	text-transform: uppercase;
	background: white;
	padding: 10px 12px 5px 12px !important;
	color: #009ED4;
	text-align: center;
	bottom: -52px;
	position: relative;
	font-family: 'Noto Sans';
}

.student-standfirst {
	flex-wrap: wrap !important;
}

.student-standfirst h4 {
	font-family: 'Noto Sans';
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 25px;
	line-height: 30px;
	color: #000;
	margin: 10px 0 10px;
}

.student-standfirst strong {
	font-weight: 800;
}

.student-standfirst em {
	font-style: italic !important;
}

.student-standfirst p {
	font-family: 'Noto Sans';
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 25px;
	color: #000;
	margin-bottom: 25px;
	width: 100%;
	display: block;
}

.page-id-4584 .page-content > .container {
	max-width: 100% !important;
	padding: 0 !important;
}

.page-id-4584 .page-heading,
body.people.page-id-4584 .page-content .main-content h2,
.page-id-4584 .dividing-line,
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.research {
	background-color: #666564 !important;
}

body.people.page-id-4584 .page-content .main-content .archive-body-text p:first-of-type,
body.about.page-id-4584 .page-content .main-content p a {
	color: #0e2050 !important;
}

.page-id-4584 svg#omc_logo path#circle {
	fill: #0e2050 !important;
}

.page-id-3809 svg#omc_logo path#circle {
	fill: #534082 !important;
}

.page-id-4584 p.standfirst {
	text-align: center !important;
	max-width: 650px;
	margin: 20px auto;
	padding: 0px 20px;
}

body.page-id-4584 .page-content .main-content {
	width: 100% !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

body.page-id-4584 .two-col {
	margin: 20px auto;
	max-width: 850px;
}

body.page-id-4584 .two-col .col {
	padding: 0px 20px;
}

body.page-id-4584 .research-cta {
	background: #0e2050;
	padding: 50px 10px 40px 10px;
}

body.page-id-4584 .research-cta .two-col,
body.page-id-4584 .research-cta h3 {
	max-width: 500px;
	margin: 10px auto;
	text-align: center;
}

body.page-id-4584 .research-cta .two-col .col {
	min-width: 165px !important;
	display: flex;
	justify-content: center;
}

body.page-id-4584 .research-cta h3 {
	line-height: 1.3em !important;
	color: white !important;
}

body.page-id-4584 .research-cta img {
	width: 200px;
	margin: 0 auto;
	align-self: center;
}

.research-cta .button {
	text-decoration: none;
	font-family: 'Noto Sans';
	background: white;
	display: inline-block;
	height: fit-content;
	padding: 15px 25px;
	transition: all 0.4s ease-in-out;
	position: relative;
	color: #0e2050;
	min-width: fit-content;
	font-weight: 800;
	margin: 0;
	align-self: center;
}

.research-cta .button:hover {
	background: #eee;
}

.home-v2 h1,
.home-v2 h2 {
	font-family: 'Noto Sans';
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
	line-height: 50px;
	color: #534082;
	margin: 0px auto;
	max-width: 600px;
	pointer-events: none;
	width: 80%;
	padding: 30px 0 40px 0;
}

#home-v2-third {
	justify-content: space-between;
}

#learn-third,
#teach-third,
#trained-third {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover !important;
	box-sizing: border-box;
	/*padding: 10px 20px 0px 20px;*/
}

#learn-third {
	background: url(/wp-content/uploads/2021/04/shutterstock_1693211941-1.jpg);
}

#teach-third {
	background: url(/wp-content/uploads/2021/01/shutterstock_1613076355.jpg);
}

#trained-third {
	background: url(/wp-content/uploads/2022/05/home-lecture.jpeg);
}

#learn-third .col-inner {
	/* background: #534082; */
	/* transform: translate(20%, 50px); */
}

#teach-third .col-inner {
	/* background: #534082; */
	/* transform: translate(-20%, 50px); */
}

.col-inner {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
#home-v2-third .col-inner{
	padding: 0;
}
#home-v2-third.three-col .col{
	flex: 0 0 32%;
}
@media(max-width: 991px){
	#home-v2-third.three-col .col{
		flex: 0 0 49%;
	}
	#home-v2-third.three-col #trained-third{
		flex: 0 0 100%;
		margin-top: 1%;
	}
}
@media(max-width: 767px){
	#home-v2-third.three-col .col{
		flex: 0 0 100%;
		margin-top: 1%;
	}
}
.col-inner .button {
	display: inline-block;
	background: #f4d450 !important;
	color: black !important;
	border-radius: 0px !important;
	font-size: 16px;
	letter-spacing: 0;
	padding: 12px 25px !important;
	margin: 5px 10px !important;
}

.col-inner .button:hover {
	filter: brightness(0.95);
}

.col-inner p,
.col-inner h3 {
	color: white !important;
}

.col-inner p {
	font-size: 20px !important;
	line-height: 1.2em !important;
	margin-bottom: 10px !important;
}

.col-inner h3 {
	background: #534082;
	padding: 6px 10px;
	font-size: 22px !important;
	font-family: 'Noto Sans' !important;
	font-weight: 900 !important;
	text-transform: uppercase;
	line-height: 0.8em;
	margin: 0 8% 280px 8% !important;
}

.col-inner h3 span {
	font-size: 20px !important;
	line-height: 0.8em;
	display: block;
}

.page-id-32 .strip-text.large {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0px !important;
}

.page-id-32 .p1 {
	width: 550px !important;
	max-width: 100% !important;
}

body.page-id-32.about .strip-text .button {
	background: #534082;
}

body.page-id-32.about .strip-text .button:hover {
	background: #534082;
}

.page-id-32 p.standfirst {
	max-width: 850px;
}

.page-id-32 #learn-half h3,
.page-id-32 #teach-half h3 {
	margin-bottom: 10px !important;
}

.page-id-3443 .two-col .col .desc {
	padding: 40px;
	min-height: 520px;
}

.page-id-32 .strip-text-image .button {
	font-size: 16px;
	padding: 15px 25px !important;
	border-radius: 5px !important;
}

.page-id-32 .strip-text-image h1 {
	font-size: 52px;
	line-height: 60px;
}

/* #try-it {
	margin-bottom: 10px !important;
}

#try-it strong {
	color: #5F5E5E !important;
	font-size: 40px;
	line-height: 1.2;
} */

@media (max-width: 1080px) {
	.col-inner {
		transform: none !important;
	}
	#learn-half,
	#teach-half {
		padding: 20px;
	}
}

@media (max-width: 840px) {
	#learn-half,
	#teach-half {
		width: 100% !important;
		margin-bottom: 0 !important;
		padding-top: 40px;
		padding-bottom: 40px;
	}	

	#home-v2-half {
		margin-bottom: 70px;
	}
}

@media (max-width: 780px) {
	.page-id-3443 .two-col .col {
		width: 100%;
	}
}

/* New Zoom Page */

body.page-id-3224 > div:nth-of-type(5) {
	background: #CEDFE5;
	padding: 60px 0 0 0 !important;
}

body.page-id-3224 > div:nth-of-type(6) {
	background: #efefef;
	padding: 60px 0 0 0 !important;
}

.page-id-3224 .pad-20 {
	padding: 0 20px;
}

.container.width-fix {
	flex-wrap: wrap;
}

.container.width-fix p {	
	max-width: 100%;
}

.page-id-3224 .strip-text-image {
	background-color: #3093b9 !important;
	padding:  20px 20px 48px 20px;
}

.zoom-container {
	/* border-bottom: 1px solid #3093b9; */
	padding-left: 0;
	padding-right: 0;
}

.zoom-container-2 {
	padding: 40px 0;
}

.zoom-container-2 .col {
	padding: 0 10px;
}

.zoom-title,
.zoom-next {
	color: #3093b9 !important;
	font-weight: 900 !important;
	text-align: left;
	padding: 0 10px;
}

.zoom-time {
	color: #3093b9 !important;
	border-top: 1px solid #3093b9;
	padding: 30px 10px;
	margin: 0 !important;
	font-weight: 200 !important;
	text-align: left;
	font-size: 32px !important;
}

.zoom-profile {
	padding: 30px !important;
}

.fancy-button {
	text-transform: uppercase;
	color: #3093b9 !important;
	transition: all 0.3s ease;
	text-decoration: none !important;
	border-bottom: 2px solid #408CAA;
}

.fancy-button:hover {
	filter: brightness(1.1);
	transition: all 0.3s ease;
}

.zoom-join-strip {
	background: #3093b9 !important;
	margin-top: 30px;
	padding: 20px 10px;
	text-align: center !important;
}

.zoom-join-strip p {
	color: white !important;
}


/* New Podcast Page */ 

.page-id-4870 .strip-text-image {
	background: #107f96 !important;
	padding:  25px 20px 48px 20px;
}

.page-id-4870 div:nth-of-type(4) h2 {
	font-family: 'Noto Sans';
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	text-align: left;
	line-height: 35px;
	color: #000;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.page-id-4870 div:nth-of-type(5) {
	padding: 0 !important;
}

.podcast-listen-on {
	background: #7F8FA1 !important;
	margin-top: 0px;
	padding: 25px 10px !important;
	text-align: center !important;
}

.three-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.three-col .col {
	flex: 32%;
}

.four-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.four-col .col {
	flex: 24%;
}

.podcast-nav {
	margin-bottom: 30px;
}

.podcast-nav img {
	max-width: 100%;
	width: 225px;
	padding: 5px;
}

.podcast-listen-on img {
	max-width: 100%;
	width: 200px;
	padding: 5px;
}

.podcast-listen-on img {
	max-width: 100%;
	width: 200px;
	padding: 5px;
}

@media (max-width: 500px) {
	.three-col,
	.four-col {
		display: block;
	}
}

.podcast-yt-strip {
	background: #09547C !important;
	margin-top: 0px;
	padding: 20px 10px !important;
	text-align: center !important;
}

.podcast-yt-strip p,
.podcast-listen-on p {
	color: white !important;
	font-size: 18px !important;
	line-height: 25px !important;
	margin-bottom: 0px !important;
}

#section-1, #section-2, #section-3 {
	padding-top: 30px;
}

.addressblock a {
	text-decoration: none !important;
	color: white !important;
	margin-top: 20px;
}

.footer-ib {
	display: inline-block !important;
	margin-top: 20px !important;
}

aside .charityblock {
	margin-bottom: 0px !important;
}

.home .strip-text.regular {
	padding: 20px !important;
}

.home .strip-text.large {
	padding-bottom: 40px !important;
}

#learn-half, #teach-half {
	margin-bottom: 100px !important;
}

.workplace-review {
	background: #534082;
	padding: 10px 40px;
	color: white !important;
	margin: 20px 0;
}

.workplace-review p {
	color: white !important;
	padding: 0;
	margin: 0 0 10px 0;
	font-style: italic;
	font-weight: bold;
}

.workplace-review .author {
	font-style: normal;
	font-weight: normal;
}

.workplace-review:before,
.workplace-review:after {
	display: inline-block;
	position: relative;
	opacity: 0.5;
	width: 100%;
	font-size: 120px;
	line-height: 40px;
}

.workplace-review:before {
	content: '“';
	top: 0;
	left: 2%;
	text-align: left;
	transform: translateY(50px);
}

.workplace-review:after {
	content: '”';
	bottom: -10px;
	right: 2%;
	text-align: right;
}

/* Colour Amends */

body.about.page-id-3809 .main-content li a,
body.about.page-id-3809 .main-content p a {
	color: #534082 !important;
}

.home .main-header {
	border-bottom: #534082 4px solid;
}

#org-partner {
	flex-wrap: wrap;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.news .main-content .categories .icon {
	height: 30px;
}

.sub-nav ul {
	display: flex;
	flex-wrap: wrap;
}

.sub-nav ul li {
	width: 100%;
}

.parent-pageid-3364 .sub-nav ul .page-item-3364,
.page-id-3364 .sub-nav ul .page-item-3364 {
	order: 1;
}

.parent-pageid-3364 .sub-nav ul .page-item-64,
.page-id-3364 .sub-nav ul .page-item-64 {
	order: 2;
}

.parent-pageid-3364 .sub-nav ul .listing-item,
.page-id-3364 .sub-nav ul .listing-item {
        order: 2;
}

.parent-pageid-3364 .sub-nav ul .page-item-630,
.page-id-3364 .sub-nav ul .page-item-630 {
	order: 3;
}

.parent-pageid-3364 .sub-nav ul .people-item,
.page-id-3364 .sub-nav ul .people-item {
	order: 4;
}

.parent-pageid-3364 .sub-nav ul .partner-item,
.page-id-3364 .sub-nav ul .partner-item {
	order: 5;
}

.parent-pageid-3364 .sub-nav ul .page-item-635,
.page-id-3364 .sub-nav ul .page-item-635 {
	order: 6;
}

.parent-pageid-3364 .sub-nav ul .page-item-610,
.page-id-3364 .sub-nav ul .page-item-610 {
	order: 7;
}

.parent-pageid-3364 .sub-nav ul .page-item-836,
.page-id-3364 .sub-nav ul .page-item-836 {
	order: 8;
}

.parent-pageid-34 .sub-nav ul .page-item-34,
.page-id-34 .sub-nav ul .page-item-34 {
	order: 1;
}

.parent-pageid-34 .sub-nav ul .page-item-3368,
.page-id-34 .sub-nav ul .page-item-3368 {
	order: 2;
}

.parent-pageid-34 .sub-nav ul .pathway-item,
.page-id-34 .sub-nav ul .pathway-item {
	order: 3;
}

.parent-pageid-34 .sub-nav ul .branch-item,
.page-id-34 .sub-nav ul .branch-item {
	order: 4;
}

.parent-pageid-34 .sub-nav ul .page-item-1665,
.page-id-34 .sub-nav ul .page-item-1665 {
	order: 5;
}

.parent-pageid-34 .sub-nav ul .page-item-3943,
.page-id-34 .sub-nav ul .page-item-3943 {
	order: 6;
}

.parent-pageid-34 .sub-nav ul .page-item-1667,
.page-id-34 .sub-nav ul .page-item-1667 {
	order: 7;
}

.parent-pageid-34 .sub-nav ul .page-item-4073,
.page-id-34 .sub-nav ul .page-item-4073 {
	order: 8;
}

.parent-pageid-33 .sub-nav ul .page-item-33,
.page-id-33 .sub-nav ul .page-item-33 {
	order: 1;
}

.parent-pageid-33 .sub-nav ul .page-item-3303,
.page-id-33 .sub-nav ul .page-item-3303 {
	order: 2;
}

.parent-pageid-33 .sub-nav ul .page-item-3328,
.page-id-33 .sub-nav ul .page-item-3328 {
	order: 3;
}

.parent-pageid-33 .sub-nav ul .page-item-2837,
.page-id-33 .sub-nav ul .page-item-2837 {
	order: 4;
}

.parent-pageid-33 .sub-nav ul .page-item-805,
.page-id-33 .sub-nav ul .page-item-805 {
	order: 5;
}

.parent-pageid-33 .sub-nav ul .free-sessions-item,
.page-id-33 .sub-nav ul .free-sessions-item {
	order: 6;
}

.parent-pageid-33 .sub-nav ul .page-item-4870,
.page-id-33 .sub-nav ul .page-item-4870 {
	order: 7;
}

.parent-pageid-33 .sub-nav ul .page-item-406,
.page-id-33 .sub-nav ul .page-item-406 {
	order: 8;
}

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

.temp-img {
	margin: -5px 0 0 0 !important;
	padding: 0 !important;
	max-width: 100%;
}

/* New People Page */

body.people.archive .page-content > .container {
	max-width: 1200px;
}

body.people.archive .main-header {
	border-bottom: 2px #534082 solid;
}

body.people.archive header.page-heading {
	background: none;
	padding: 60px 20px;
}

body.people.archive header.page-heading h2 {
	color: #534082 !important;
	text-align: center !important;
	width: 100%;
}

.post-type-archive-people .sub-nav .heading {
	display: none !important;
}

.post-type-archive-people .sub-nav .all:before,
.post-type-archive-people .sub-nav .all:after,
body.people.archive .sub-nav .sub-nav-toggle {
	display: none !important;
}

body.people.archive .sub-nav {
	overflow: scroll;
	display: block !important;
}

body.people.archive .archive-body-text {
	padding: 60px 20px;
	background: #534082;
	font-family: 'Noto Sans';
	color: white;
	font-size: 20px;
	line-height: 1.2;
}

body.people.archive .sub-nav::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}

body.people.archive .sub-nav::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

body.people.archive .sub-nav > ul {
	width: 1250px;
	margin: 0 auto;
}

body.people.archive .sub-nav > ul > li {
	border-right: 1px solid #57a19c;
	border-bottom: none !important;
	width: fit-content;
	padding: 10px 20px !important;
	margin: 5px 0px !important;
}

body.people.archive .sub-nav > ul > li:last-of-type {
	border-right: none;
}

body.people.post-type-archive-people .page-content .main-content .archive-body-text {
	border-bottom: none !important;
}

body.people.archive .people-tile {
	flex: 270px 1 0;
	min-width: 270px;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	padding: 30px 15px;
	border-bottom: none !important;
	align-content: flex-start;
}

body.people.archive .main-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 0px;
	width: 100%;
}

body.people.archive .sub-nav {
	flex: 100% 0 0;
}

body.people.archive .page-content > .container {
	flex-wrap: wrap !important;
}

body.people.archive .people-tile img + .people-content {
	text-align: center;
	background: #E5E5E5;
	padding: 85px 10px 10px 10px;
	margin-top: -100px;
	z-index: 2;
	min-height: 550px;
}

body.people.archive .people-tile .people-content a.button_sm {
	margin: auto auto 20px auto !important;
	background: none !important;
	background-color: none !important;
	color: black !important;
	text-transform: none;
	letter-spacing: 0;
	padding: 5px !important;
}

.archive .people-tile img, .page-id-41 .people-tile img, .page-template-template-event img {
	z-index: 3
}

body.people.post-type-archive-people .page-content .main-content .people-content h3 {
	font-size: 26px !important;
	line-height: 1.25 !important;
	color: black !important;
	margin-bottom: 10px !important;
} 

body.people.post-type-archive-people .page-content .main-content .people-content p.title {
	color: #534082;
	font-weight: normal;
	margin-bottom: 15px;
} 

body.people.post-type-archive-people .page-content .main-content .people-content p.bio {
	border-top: 1px solid #777;
	padding-top: 20px;
} 

body.people.archive .pagination {
	flex: 100% 0 0;
}

body.people.archive .people-tile:last-of-type {
	margin-bottom: 0px;
}

body.people.archive .people-tile img {
	margin-left: 0px;
	border-radius: 0px;
}

body.people header.page-heading {
	background-color: #534082;
}

body.people.single-people .page-content .content-wrap blockquote {
	color: #534082;
}

/* Single People Page Fixes */

.single-people .people-tile .title {
	text-align: left;
}

@media (max-width: 767px) {
	.single-people .header-area h1,
	.single-people .header-area h2 {
		text-align: center !important;
		width: 100%;
	}
	.single-people .header-area img {
		padding-bottom: 25px;
	}
}

@media (max-width: 500px) {
	.single-people .people-tile a,
	.single-people .people-content h2,
	.single-people .people-content p {
		width: 100% !important;
		text-align: center;
		margin: 0 auto;
	}
	.single-people .people-tile img {
		width: auto !important;
		text-align: center;
		margin: 0 auto;
	}
	.single-people .people-content p {
		margin-bottom: 0;
	}
}

.postid-5417.single-news .main-content h4 {
	color: #f4d450;
}

.home-daily-promo {
	position: relative;
	/* background-image: url("/wp-content/uploads/2021/10/Screenshot-2021-10-12-at-15.18.18.png");
	background-repeat: repeat-x;
	background-size: contain;
	background-position: center center; */
	background: linear-gradient(to bottom, white 50%, #534082 51% 52%, white 52%);
	margin-top: 40px;
}

.home-daily-promo img {
	width: 500px;
	max-width: 90%;
}

.home-daily-promo hr {
	position: absolute;
	bottom: 45%;
	left: 0;
	width: 100%;
	border-top: solid 1px rgb(40, 207, 246) !important;
	border-bottom: solid 1px rgb(40, 207, 246) !important;
	z-index: 1;
}

.home-daily-promo p {
	display: none !important;
}

.home-daily-promo .white-bg {
	width: fit-content;
	height: fit-content;
	background: white;
	margin: 0 auto;
	z-index: 2;
}

/* Calendar Plugin */

.santapress-container {
	max-width: 100%;
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr 1fr; 
	grid-template-rows: 1fr 1fr 1fr 1fr; 
	gap: 10px 10px; 
	grid-template-areas: 
	  "d5524 d5525 d5526 d5527"
	  "d5536 d5528 d5528 d5529"
	  "d5535 d5528 d5528 d5530"
	  "d5534 d5533 d5532 d5531"; 
}

.santapress-container .santapress-door {
	width: 100%;
}

.santapress-container .santapress-door .santapress-door-inner {
	padding: 0 !important;
}

.santapress-container .santapress-door .santapress-door-inner a {
	background: none !important
}

.santapress-container .santapress-door.d5524 { grid-area: d5524; }
.santapress-container .santapress-door.d5525 { grid-area: d5525; }
.santapress-container .santapress-door.d5526 { grid-area: d5526; }
.santapress-container .santapress-door.d5527 { grid-area: d5527; }
.santapress-container .santapress-door.d5528 { grid-area: d5528; }
.santapress-container .santapress-door.d5529 { grid-area: d5529; }
.santapress-container .santapress-door.d5530 { grid-area: d5530; }
.santapress-container .santapress-door.d5531 { grid-area: d5531; }
.santapress-container .santapress-door.d5532 { grid-area: d5532; }
.santapress-container .santapress-door.d5533 { grid-area: d5533; }
.santapress-container .santapress-door.d5534 { grid-area: d5534; }
.santapress-container .santapress-door.d5535 { grid-area: d5535; }
.santapress-container .santapress-door.d5536 { grid-area: d5536; }

@media (max-width: 767px) {
	.santapress-container {
		max-width: 100%;
		display: grid !important;
		grid-template-columns: 1fr 1fr; 
		grid-template-rows: 2fr 1fr 1fr 1fr 1fr 1fr; 
		gap: 10px 10px; 
		grid-template-areas: 
		"d5528 d5528"
		"d5524 d5525"
		"d5526 d5527"
		"d5529 d5530"
		"d5531 d5532"
		"d5533 d5534"
		"d5535 d5536"; 
	}
}

.santapress-post.modal {
	background: white !important;
	border: none !important;
	padding: 15px 30px !important;
}

.santapress-post.modal:before {
	display: none !important;
}

.santapress-post-inner {
	box-sizing: border-box;
}

.santapress-post-inner p,
.santapress-post-inner {
	font-family: 'Noto Sans';
	font-size: 18px;
	line-height: 21px;
	color: #333e48 !important;
	font-weight: 400;
	margin-bottom: 30px;
}

.santapress-post-inner h4 {
	font-family: 'Noto Sans';
	font-size: 25px;
	line-height: 30px;
	color: #333e48;
	font-weight: 400;
	margin-bottom: 30px;
}

.santapress-post-inner h4 em {
	font-size: 16px;
	line-height: 18px;
	font-style: oblique;
}

.santapress-post-inner iframe {
	padding-top: 30px;
}

.page-id-5523 .page-heading {
	display: none !important;
}

.page-id-3224 .strip-text.large .zoom-container-2 p {
	margin-bottom: 20px;
}

.course-img-link {
	width: 48% !important;
	margin: auto 1%;
	display: inline-block;
	min-width: 320px;
}

#footer-logo svg {
	filter: brightness(0) invert(1);
	width: 190px;
}


/* Heading Fullwidth Changes */

.main-header .container {
	flex-wrap: wrap;
	justify-content: space-between;
}

/* .main-header .logo-wrapper {
	flex: 0 0 100%;
} */

/* .main-header .logo-wrapper a {
	margin: 0 auto;
} */

.main-header .menu-wrapper {
	background: #534082;
	padding: 15px;
}

nav ul li {
	padding: 2px 15px 0;
	text-align: center;
	display: flex;
}

body nav ul li a {
	color: white !important;
	font-weight: 800 !important;
	transition: color 0.3s ease;
	letter-spacing: 0px !important;
	margin: auto;
}

body nav ul li.current-menu-item a,
body nav ul li:hover a,
body nav ul li.current-page-ancestor a,
body.page-id-3443 .menu-item-40 a {
	color: #f4d450 !important;
}

.main-header .menu-wrapper .main-menu div ul {
	justify-content: space-between;
}
.main-header .btn-wrapper {
	font-family: 'Noto Sans';
	align-self: center;
}

.main-header .btn-wrapper a {
	display: block;
	background: #f4d450;
	padding: 0 20px 0 0;
	margin: 2px 0;
	color: #666564;
	text-decoration: none !important;
	font-weight: 800;
	text-transform: uppercase;
	transition: all 0.3s ease;
	display: flex;
}

.main-header .btn-wrapper a span {
	align-self: center;
}

.main-header .btn-wrapper a:hover {
	filter: brightness(1.1);
}
.main-header .btn-wrapper a:before {
	background: rgba(255,255,255,0.3);
	padding: 12px;
	margin: 0 20px 0 0;
	content: '\f4be';
	font-size: 22px;
	font-family: 'FontAwesome' !important;
}

.btn-wrapper .btn-pre {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
}

@media (max-width: 620px) {
	.main-header .btn-wrapper {
		display: none !important;
	}
	.logo-wrapper {
		margin: 0 auto;
	}
}

nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item-has-children .down-arrow-menu {
	right: -30px;
}

@media (min-width: 1024px) {
	.menu-wrapper .container {
		max-width: 1060px;
	}
}

/* University of Oxford Stamement */

.home .strip-text.large {
	padding-bottom: 0px !important;
}

.page-id-32 .unis {
	background: #002147;
	flex-wrap: wrap;
	padding: 0;
}

.page-id-32 .unis h5 {
	align-self: center;
	text-align: left;
	color: white !important;
	flex: 1 1 600px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
	margin: 20px;
}

.page-id-32 .unis p {
	font-size: 18px;
	line-height: 1.1;
	padding-bottom: 30px;
}

.page-id-32 .uoo-statement {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 30px 5%;
	max-width: 900px;
	margin: 0 auto;
}
.page-id-32 .other-unis {
	box-sizing: border-box;
	margin: auto;
	padding: 30px 5%;
	width: 100%;
	background: rgba(255,255,255,1);
	display: block;
}

.page-id-32 .uoo-statement img {
	flex: 0 0 100px;
	width: 100px;
	border: 0.5px white solid;
	margin: 20px;
}

.page-id-32 .uni-logo {
	display: inline-block;
	margin: 0 auto;
	padding: 10px 20px;
}

.page-id-32 .uni-logo img {
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 65px;
}
.university-logo{
	flex: 1 !important;
}
.copyright{
	flex: 1 !important;
}
@media (max-width: 767px) {
	.university-logo {
		flex: 0 0 100% !important;
		margin-bottom: 20px;
	}
}
