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

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

.front-page-particles.strip-header-v2 h2 {
	font-size: 2.5em;
}

.front-page-particles.strip-header-v2 {
	height: auto !important;
}

.home .strip-text {
	padding: 50px;
}

.home .strip-two-tile h1 {
	font-size: 30px !important;
}

.home .strip-two-tile p {
	font-size: 16px !important;
	line-height: 1.2em !important;
}

.home .content-tile,
.home .block-holder > div {
	height: 300px !important;
}

.home .strip-two-tile .block-holder .left .content-image, 
.home .strip-two-tile .block-holder .right .content-image {
	background-size: cover;
}

.home .strip-two-tile .block-holder .left .content-tile .content-container, 
.home .strip-two-tile .block-holder .right .content-tile .content-container {
	top: 35%;
}

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

.page-heading .button {
	text-decoration: none;
	font-family: 'proxima-nova';
	background: white;
	display: inline-block;
	height: fit-content;
	padding: 15px 25px;
	transition: all 0.4s ease-in-out;
	position: relative;
	border-radius: 5px;
	color: #333;
	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 h2 {
	margin: 0;
	align-self: center;
}

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

/* Filters */
.filters {
	/* border-top: 1px solid #e76e3c;
	border-bottom: 1px solid #e76e3c; */
	/* 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: #e76e3c;
    padding: 10px 15px;
    border: 2px #e76e3c solid;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'proxima-nova';
    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: #e76e3c;
	font-family: "proxima-nova", 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 {
		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 {
		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: "proxima-nova";
	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 #e76e3c;
	transition: all 0.2s ease-in-out;
	-webkit-appearance:none;
}

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

.filters__button:hover {
    background: #f1a88a;
    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: "proxima-nova";
	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 #e76e3c;
}

.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 #e76e3c;
	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: #708090;
}

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

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

nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.about,
body.about header.page-heading {
  background-color: #66c5e5;
} 

/* 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 {
	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 {
	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 {
	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 {
  	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 {
		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 {
	background: #009fd4;
	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 {
	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: proxima-nova;
	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: 'proxima-nova';
    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: #e76e3c;
	transition: all 0.3s ease;
    padding: 15px 5px;
	font-size: 14px;
}

#courses .course-entry .book-button a:hover {
	background: #f1a88a;
	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 {
		/* font-size: 25px;
		line-height: 30px;
		color: #000;
		margin: 35px 15px 0;
		font-family: 'proxima-nova';
		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 {
    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 {
    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 {
	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 {
	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 {
	margin: 10px;
}

.page-template-template-all-courses-student .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: 'proxima-nova';
    line-height: 1em;
    text-align: center;
    color: white;
    padding: 12px 45px 12px 15px;
    border-radius: 5px;
    text-decoration: none;
    background: #009fd4;
    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: #f1a88a;
}

.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: 'proxima-nova';
	font-weight: 600;
	margin: 0px 6px 10px 6px;
	text-align: left;
}

.more-info-block {
	font-family: 'proxima-nova';
    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 {
	font-family: 'proxima-nova';
    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 {
	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: 'proxima-nova';
    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: proxima-nova;
    background: #efefef;
    font-size: 13px;
}

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

.film-premiere h3 {
    font-family: 'League Spartan';
    color:#009fd4;
    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: #009fd4 !important;
    color: #FFF !important;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'proxima-nova';
    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: #66c5e5 !important;
}

//.home .strip-text.large {
//    background: #e5e5e5;
//}

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

/* 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: #009fd4;
}

.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 #009fd4;
}

.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-3504 .strip-text-image img {
		max-width: 500px;
}

.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-3224 div:nth-of-type(5),
.page-id-3504 div:nth-of-type(5) {
	padding-top: 0px;
}

.page-id-3224 div:nth-of-type(5) {
	display: none !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: 'League Spartan';
	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: 'League Spartan';
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	line-height: 35px;
	color: #009fd4;
	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: 'League Spartan';
	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: #009fd4;
}

.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: #66c5e5;
}

.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: 'proxima-nova';
	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: 'League Spartan';
	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: #f1a88a;
}

.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: 'League Spartan';
	-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: #009fd4;
	color: #FFF;
	transition: all 0.4s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'proxima-nova';
	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: #66c5e5;
}

.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: #66c5e5;
	padding: 50px 20px;
	margin: 20px 0;
	text-align: center;
}

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

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

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

.next-steps-cta .button {
	display: inline-block;
	margin: 5px 10px;
	line-height: 1em;
}

.training .next-steps-cta .button,
.parent-pageid-34 .next-steps-cta .button{
    background-color: #fff !important;
}

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

.training .next-steps-cta .button:hover,
.parent-pageid-34 .next-steps-cta .button:hover {
    background-color: #eee !important;
}

.next-steps-cta .button:hover {
	background-color: #029acc !important;
}

.training .page-content .next-steps-cta .button,
.parent-pageid-34 .page-content .next-steps-cta .button {
	color: #f1a88a !important;
}

.next-steps-cta .button-1 {

}

.next-steps-cta .button-2 {

}

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

/* Make Training/Learn logo orange */

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

body.training .strip-header-v2,
body.training section.tactical .container .tacticals .tactical a.button_small,
body.training .main-footer aside .button.small,
body.training header.page-heading,
body.training .dividing-line,
body.training .main-footer aside form input[type='submit'], 
.page-template-template-all-courses-teach #courses .course-title {
	background-color: #f1a88a !important;
}

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

body.parent-pageid-34 .strip-header-v2,
body.parent-pageid-34 section.tactical .container .tacticals .tactical a.button_small,
body.parent-pageid-34 .main-footer aside .button.small,
body.parent-pageid-34 header.page-heading,
body.parent-pageid-34 .dividing-line,
body.parent-pageid-34 .main-footer aside form input[type='submit'] {
	background-color: #f1a88a !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: #f1a88a !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 .main-footer .footer-menu a,
body.training nav ul#menu-main-navigation li:hover a,
body.training nav ul li.current-menu-item a, 
body.training nav ul li.current-page-ancestor a,
body.training .sub-nav > ul > li:hover > a {
	color: #f1a88a !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 .main-footer .footer-menu a,
body.parent-pageid-34 nav ul#menu-main-navigation li:hover a,
body.parent-pageid-34 nav ul li.current-menu-item a, 
body.parent-pageid-34 nav ul li.current-page-ancestor a,
body.parent-pageid-34 .sub-nav > ul > li:hover > a {
	color: #f1a88a !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 nav ul#menu-main-navigation li:hover a,
body.parent-pageid-3364 nav ul li.current-menu-item a, 
body.parent-pageid-3364 nav ul li.current-page-ancestor 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 nav ul#menu-main-navigation li:hover a,
body.parent-pageid-630 nav ul li.current-menu-item a, 
body.parent-pageid-630 nav ul li.current-page-ancestor 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 .main-footer .footer-menu a,
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: #d1b3d1 !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 form input[type='submit']:hover,
body.people .main-footer aside form input[type='submit'],
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 {
	background-color: #d1b3d1 !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 {
	border-bottom: 1px solid #f1a88a;
}

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

body.page-id-3364 .sub-nav li.current_page_item > a,
body.page-id-3364 nav ul li.current-menu-item a,
body.page-id-3364 nav ul#menu-main-navigation li:hover a,
body.parent-pageid-3364 .sub-nav li.current_page_item > a,
body.parent-pageid-3364 nav ul li.current-menu-item a,
body.parent-pageid-3364 nav ul#menu-main-navigation li:hover a, 
body.parent-pageid-630 .sub-nav li.current_page_item > a,
body.parent-pageid-630 nav ul li.current-menu-item a,
body.parent-pageid-630 nav ul#menu-main-navigation li:hover 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: #d1b3d1 !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 #d1b3d1;
}

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: #d1b3d1;
}

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

body.training .sub-nav li.current_page_item:before, 
body.training .sub-nav li.current_page_parent:before {
	border-left-color: #FEB597;
}

.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 {
	background-color: #FEB597
}

.page-id-2274 header.page-heading,
.menu-omc-mobile-menu > li:nth-of-type(4),
body.page-id-2274 .dividing-line,
body.page-id-2274 .main-footer aside form input[type='submit'],
body.page-id-2274 .main-footer aside .button.small {
    background-color: #a6bb7b !important;
}

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

body.about.page-id-2274 nav ul li.current-menu-item a,
body.about.page-id-2274 .main-content p a,
body.about.page-id-2274 nav ul#menu-main-navigation li:hover a,
body.page-id-2274 .main-footer .footer-menu a  {
    color: #a6bb7b !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: #d1b3d1;
}

.page-id-3364.about header.page-heading,
body.page-id-3364 section.tactical .container .tacticals .tactical a.button_small,
body.page-id-3364 .dividing-line,
body.page-id-3364 .main-footer aside .button.small,
body.page-id-3364 .main-footer aside form input[type='submit'],
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: #d1b3d1;
}

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: #009fd4 !important;
}

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

body.page-id-3364 .main-content a,
body.page-id-3364 .main-footer .footer-menu 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: #d1b3d1 !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,
body.people header.page-heading {
	background: #d1b3d1 !important;
}

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

body.resources .main-footer .footer-menu a,
body.resources nav ul li.current-menu-item a, 
body.resources nav ul li.current-page-ancestor a,
body.resources .resource-strip .container .resource-item h3,
body.resources .resource-strip .container .resource-item a {
  color: #009fd4 !important;
}

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

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

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

body.news header.page-heading {
  background-color: #708090 !important;
}

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

.call-to-action-v2 {
  background: #009fd4;
  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: 'proxima-nova';
  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: #66c5e5 !important;
}

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

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

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

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

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

.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: proxima-nova;
}

@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: #f1a88a !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: 335px;
}

.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-width: 380px;
	width: 100%;
}


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

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

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

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

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

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

.sub-nav .page_item page-item-3224 {
	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: 'Proxima-Nova';
	line-height: 1.4em;
}

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

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: #6b8e23;
}

.page-id-2274 .two-col .col.right {
	background: #a6bb7b !important;
}
.page-id-2274 .two-col .col .button {
	margin: 10px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #6b8e23;
	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: #6b8e23;
	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: #6b8e23;
	font-family: 'proxima-nova';
	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: 'Proxima-Nova';
	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: #a6bb7b;
	color: white;
	padding: 15px;
	text-transform: uppercase;
	text-align: center;
}

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

.page-id-3943 .scroll-table table th {
	font-weight: 600;
	background: #E6AB91;
	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: #E4E4E3;
}

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

.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: #6b8e23 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 #a6bb7b;
	border-bottom: 1px solid #a6bb7b;
}

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

.apply-partner .button {
	background-color: #a6bb7b !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: #a6bb7b;
}

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

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

.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: #a6bb7b !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: #6b8e23 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 {
		flex: 100% 0 0;
	}
	.flyer-boxes {
		max-width: 380px;
	}
	.flyer-info .col.left {
		min-height: 300px;
	}

}

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

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

.flyer-header {
	background: url('/wp-content/uploads/2020/06/OMC-ORANGE-BG.jpg');
	background-size: cover;
	padding: 40px 0px 40px;
	margin: 0px 0px 40px 0px;
}

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

.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 {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.main-content .flyer-header > .container,
.page-id-3809 .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 {
	margin: 20px 0 0 0 !important;
	display: block;
}

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

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

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

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

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

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

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

.page-id-3809 .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 { 
	background: #F1CFB7;
	margin: 0;
	padding: 0;
}

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

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

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

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

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

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

.flyer-logo {
	max-height: 100px;
	margin-bottom: 30px;
}

.flyer-logo-2 {
	max-height: 60px;
	margin-left: 10px;
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 30px;
}

.page-id-3809 .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 {
		flex: 100% 0 0;
		text-align: center;
	}
	.page-id-3809 .flyer-feedback.two-col .col img {
		max-width: 320px;
		margin: 0 auto;
	}
}


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

.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: #E6AB91 !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: #a6bb7b;
}

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

.page-id-3943 .text-section.two-col .col {
	border: 1px solid #E6AB91;
	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: #E6AB91;
}

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

.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 #E6AB91 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.png);
	padding-left: 45px;
	background-size: 35px;
	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-between;
	margin-bottom: 20px;
}

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

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

.page-id-4073 .border-1 {
	border: #f1a88a 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: 'proxima-nova', sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #f1a88a;
}

.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: #f1a88a;
	margin: 30px 0px;
}

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

@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%;
}

body.parent-pageid-34.page-id-4073 header.page-heading {
	background-color: #e76e3c !important;
}

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

#type-mfl {
	background: #09547C;
}

#type-mtylf {
	background: #009fd4;
}

#type-fpfw {
	background: #7DC3E0;
}

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

.student-standfirst h4 {
	font-family: 'League Spartan';
	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: 'proxima-nova';
	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,
body.page-id-4584 .main-footer aside form input[type='submit'],
body.page-id-4584 .main-footer aside .button.small,
body.page-id-4584 .main-footer aside .button.small:hover,
nav.mobile-menu-nav .menu-omc-mobile-menu li.menu-item.research {
	background-color: #0e2050 !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,
#menu-item-4586 a {
	color: #0e2050 !important;
}

.page-id-4584 svg#omc_logo path#circle {
	fill: #0e2050 !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: 'proxima-nova';
	background: white;
	display: inline-block;
	height: fit-content;
	padding: 15px 25px;
	transition: all 0.4s ease-in-out;
	position: relative;
	border-radius: 5px;
	color: #0e2050;
	min-width: fit-content;
	font-weight: 800;
	margin: 0;
	align-self: center;
}

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

#attachment_4640, #attachment_4641, #attachment_4642 {

}