.nav__list>.nav__container>ul>li>span>a:hover, button[disabled], html input[disabled] {
	cursor: default
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, optgroup, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre, textarea {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
*, :after, :before {
	box-sizing: inherit
}
.tiny-mce.academic .academic__explain-icon.icon--text-invisible, .visually-hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
.listing, .listing--related {
	margin: 0 15px;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #ced1d4;
	max-width: 750px
}

@media screen and (min-width:750px) {
.listing, .listing--related {
	margin: 0 auto
}
}
.listing li, .listing--related li {
	border-bottom: 1px solid #e7e8ea;
	position: relative
}
.listing li a, .listing--related li a {
	display: block;
	padding-right: 10%;
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-right.svg) 98% center no-repeat;
	background-size: 6px 11px
}
.search__box, .search__links, .search__links p {
	display: table-cell;
	vertical-align: middle
}
.listing--related {
	border-top: 0
}
.listing--meta {
	background: 0 0;
	border: none!important
}
.js-overlay-search {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00ACAF;
	background: rgba(0,172,175,.95);
	z-index: 9999
}
.js-overlay-search.hidden {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
	transition: transform .2s, opacity .2s, visibility 0s .2s;
	transition: transform .2s, opacity .2s, visibility 0s .2s, -webkit-transform .2s
}
.js-overlay-search.visible {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: opacity .4s, -webkit-transform .4s;
	transition: transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s, -webkit-transform .4s;
	z-index: 9999
}
.search {
	background: #00ACAF;
	position: relative
}
.search__container {
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0;
	position: relative
}
.search__links {
	color: #007078;
	width: 40%
}
.search__links p {
	font-size: 1em
}
.search__links a {
	color: #cceeef
}
.search__links a:hover {
	color: #fff
}
.search__alink {
	font-weight: 700;
	text-decoration: none;
	color: #fff
}
.search__form {
	margin: 0;
	padding: 0
}
input.search__input {
	font-size: 1.1em;
	padding: .3em
}
input.search__input::-moz-placeholder {
color:#5C6670
}
input.search__button {
	background: #007078;
	border: 0;
	font-weight: 700;
	color: #fff;
	font-size: 1em;
	padding: .45em;
	border-radius: .2em;
	transition: all .2s ease
}
input.search__button:hover {
	background-color: #004c52;
	cursor: pointer
}
.button__close {
	font-size: 24px;
	line-height: 34px;
	width: 34px;
	background: #007078;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
	transition: all .2s ease
}
.tiny-mce a:hover, .tiny-mce h1 a:hover, .tiny-mce h2 a:hover, .tiny-mce h3 a:hover, .tiny-mce h4 a:hover, .tiny-mce h5 a:hover, .tiny-mce h6 a:hover {
	text-decoration: underline
}
.button__close:hover {
	background-color: #004c52
}
.desktop-nav__listitem-search.viewing-search {
	background-color: #00ACAF;
	color: #fff
}
.viewing-search a {
	color: #fff
}

@media screen and (min-width:750px) {
.js-overlay-nav.hidden {
	visibility: hidden;
	opacity: 0;
	height: 0;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
	transition: transform .2s, opacity .2s, visibility 0s .2s;
	transition: transform .2s, opacity .2s, visibility 0s .2s, -webkit-transform .2s
}
.js-overlay-nav.visible {
	height: auto;
	visibility: visible;
	opacity: 1;
	z-index: 500;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: opacity .4s, -webkit-transform .4s;
	transition: transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s, -webkit-transform .4s
}
}
.js-overlay-nav {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	background: rgba(255,255,255,.95);
	overflow: hidden
}
.global-menu__close-button:before, .global-search__close-button:before {
	content: '\00d7';
	display: inline-block;
	height: 44px;
	background: #222;
	border-radius: 100px;
	text-align: center
}
.global-menu {
	z-index: 9999
}
.global-menu__close-button {
	position: absolute;
	top: 30px;
	right: 3%;
	font-weight: 700;
	color: #004A97
}
.global-menu__close-button:before {
	font-size: 24px;
	margin-right: 10px;
	width: 44px;
	color: #fff;
	line-height: 44px
}
.global-menu__column-header {
	font-size: 18px;
	min-height: 50px;
	line-height: 1
}
.global-menu__column {
	width: 23%;
	float: left;
	border-top: 1px solid #AFBBC3;
	margin-top: 100px;
	padding: 10px 0;
	margin-right: 1%;
	margin-left: 1%
}
.global-menu__link-listing {
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0 10px 0 0
}
.global-menu__link-listing-item {
	border-top: 1px solid #ced1d4;
	padding: 7px 0;
	line-height: 1.2
}
.global-menu__link-listing-intro {
	font-weight: 700;
	padding: 0 0 10px;
	line-height: 1.2
}
.no-transitions, .no-transitions * {
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-ms-transition: none!important;
	-o-transition: none!important
}
.global-search__close-button {
	position: absolute;
	top: 30px;
	right: 3%;
	font-weight: 700;
	color: #fff
}
.global-search__close-button:before {
	font-size: 24px;
	margin-right: 10px;
	width: 44px;
	color: #fff;
	line-height: 44px
}
.global-search {
	padding: 10px;
	background: #00ACAF;
	max-width: 70%;
	margin: 100px auto 0;
	color: #fff
}
.global-search__form {
	font-size: 2.3em;
	color: #222
}
.global-search__form input[type=text] {
	border-radius: 0
}
.global-search__form input[type=submit] {
	margin-left: 10px;
	min-width: 70px
}
.global-search__other-options {
	padding-bottom: 10px
}
.global-search__hyperlink, .global-search__other-options-link {
	color: #fff;
	font-weight: 700;
	text-shadow: -1px -1px 0 #00ACAF, 1px -1px 0 #00ACAF, -1px 1px 0 #00ACAF, 1px 1px 0 #00ACAF;
	background-image: linear-gradient(to top, transparent, transparent 1px, #fff 1px, #fff 2px, transparent 2px)
}

@media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi) {
.global-search__hyperlink, .global-search__other-options-link {
	background-image: linear-gradient(to top, transparent, transparent 1px, #fff 1px, #fff 1.5px, transparent 1.5px)
}
}
.global-search__results-listing {
	list-style-type: none;
	margin: 20px 0 0;
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255,.6)
}
.global-search__results-heading {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	font-size: 18px;
	padding: 4px 0
}
.global-search__results-item {
	padding: 5px;
	border-top: 1px solid rgba(255,255,255,.15)
}
.global-search__results-more {
	color: #fff;
	font-weight: 700
}

@media screen and (max-width:750px) {
.desktop-full-nav, .desktop-full-search, .desktop-nav {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
}
header {
	padding: 0;
	min-height: 80px
}

@media screen and (min-width:750px) {
.smallscreen-icon, .smallscreen-nav {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
header {
	box-shadow: 0 0 7px rgba(92,102,112,.2);
	background: #fff;
	z-index: 100
}
}
.header-content {
	padding: 10px;
	max-width: 1111px;
	margin: 0 auto;
	overflow: hidden
}
.header-logo {
	float: left
}
.header-logo__icon {
background:url(/media/mmuacuk/style-assets/images/r-template/mmu-white.svg) center center no-repeat;
	background-size: contain;
	display: block;
	width: 122px;
	height: 60px;
	overflow: hidden;
	text-indent: -8000em
}

@media screen and (min-width:1111px) {
header {
	min-height: 110px
}
.header-content {
	padding: 20px 0 20px 20px
}
.header-logo__icon {
	width: 175px;
	height: 85px;
	position: relative;
	top: -5px
}
}
.svg .header-logo__icon {
background:url(/media/mmuacuk/style-assets/images/r-template/mmu-white.svg) center center no-repeat;
	background-size: 100%
}
.smallscreen-icon {
	float: right
}
.smallscreen-icon__button {
	display: inline-block;
	border: 1px solid #ced1d4;
	border-radius: .2em;
	padding: 0 30px 0 15px;
background:url(/media/mmuacuk/style-assets/images/r-template/iconmonstr-magnifier-2-icon.svg) 94% center no-repeat #fff;
	background-size: 16px;
	line-height: 44px;
	color: #555
}
.smallscreen-icon__separator {
	color: #ced1d4;
	display: inline-block;
	margin: 0 5px
}
.desktop-nav__listitem-more a, .desktop-nav__specific-audience a {
	color: #222
}
.smallscreen-nav__list {
	margin: 0;
	padding: 0
}
.smallscreen-nav__listitem {
	list-style-type: none;
	margin: 0;
	border-top: 1px solid #ced1d4;
	padding: 10px 0 10px 5px
}
.smallscreen-nav__listitem-search {
	background: #AFBBC3
}
.smallscreen-nav__specific-audience {
	background: #dbe0e4
}
.desktop-nav__list {
	float: left;
	margin-left: 20px;
}
.desktop-nav__listitem {
	float: left;
	padding: 5px 8px;
	border-right: 1px solid #ced1d4;
	list-style-type: none
}
.desktop-nav__listitem-more, .desktop-nav__specific-audience+.desktop-nav__specific-audience {
	border-right: 0
}
.desktop-nav__specific-audience {
	background: #fff
}
.desktop-nav__listitem-search {
	border: 1px solid #ced1d4;
	margin: 0 20px;
	border-radius: .2em;
	padding-left: 30px;
background:url(/media/mmuacuk/style-assets/images/r-template/iconmonstr-magnifier-2-icon.svg) 10px center no-repeat;
	background-size: 16px
}

@media screen and (max-width:1111px) {
.desktop-nav__removeitem {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
}

@media screen and (min-width:785px) {
.desktop-nav__removeitem {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.desktop-nav__removeitem+.desktop-nav__removeitem {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
}

@media screen and (min-width:890px) {
.desktop-nav__removeitem {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.desktop-nav__removeitem+.desktop-nav__removeitem {
	position: static;
	overflow: visible;
	height: auto;
	width: auto;
	padding: 5px 10px;
	border-right: 1px solid #ced1d4
}
.desktop-nav__removeitem+.desktop-nav__removeitem+.desktop-nav__removeitem {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
}

@media screen and (min-width:980px) {
.desktop-nav__removeitem {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.desktop-nav__removeitem+.desktop-nav__removeitem+.desktop-nav__removeitem {
	position: static;
	overflow: visible;
	height: auto;
	width: auto;
	padding: 5px 10px;
	border-right: 1px solid #ced1d4
}
.desktop-nav__removeitem+.desktop-nav__removeitem+.desktop-nav__removeitem+.desktop-nav__removeitem {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
}

@media screen and (min-width:1064px) {
.desktop-nav__removeitem, .desktop-nav__removeitem+.desktop-nav__removeitem+.desktop-nav__removeitem+.desktop-nav__removeitem {
	position: static;
	overflow: visible;
	height: auto;
	width: auto;
	padding: 5px 10px;
	border-right: 1px solid #ced1d4
}
.desktop-nav__removeitem+.desktop-nav__removeitem+.desktop-nav__removeitem+.desktop-nav__removeitem+.desktop-nav__removeitem {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
}
.nav__section {
	background: #222;
	overflow: hidden
}
.nav__section .nav__container {
	max-width: 1111px;
	margin: 0 auto;
	display: table;
	text-align: left;
	width: 100%
}
.nav__section a {
	color: #fff;
	font-size: 20px;
	padding: 12px 0 12px 15px;
	line-height: 1;
	font-family: 'serifa medium', cambria, arial, sans-serif;
	display: table-cell
}
.nav__section a span {
	font-size: 12px;
	display: block;
	color: #AFBBC3;
	font-family: "Source Sans Pro", "Helvetica Neue", arial, sans-serif;
	padding-bottom: 3px;
	line-height: 1.1
}

@media screen and (min-width:1111px) {
.nav__section a span {
	display: inline;
	font-size: 13px
}
}
a.nav__link-to-submenu {
	background: #000;
	padding-right: 10px;
	font-size: 16px
}

@media screen and (min-width:750px) {
a.nav__link-to-submenu {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
}

@media screen and (max-width:750px) {
a.nav__link-to-submenu {
	display: table-cell;
	width: 90px;
	max-width: 90px;
	vertical-align: middle
}
}
.tiny-mce .tiny-mce table th, .tiny-mce table td {
	vertical-align: top
}
.nav__section--footer ul {
	margin: 0;
	list-style-type: none;
	padding: 0
}
.nav__section--footer ul li a {
	padding: 10px;
	display: block;
	border-top: 1px solid #eee
}
.nav__small-header {
	background: #222;
	padding: 12px 10px;
	font-family: 'serifa medium';
	line-height: 1.1;
	clear: both
}
.nav__small-header a {
	color: #fff
}
.nav__small-header a span {
	display: block;
	color: #AFBBC3;
	font-family: "Source Sans Pro", "Helvetica Neue", arial, sans-serif;
	padding-top: 3px;
	line-height: 1.1;
	font-size: 13px
}
.nav__section--footer ul li .currentbranch0 a {
	color: #222;
	background: #e3e7ea
}

@media screen and (min-width:750px) {
.footer__go-back, .nav__section--footer {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
}
.js-nav-fixed {
	position: fixed;
	top: 10px;
	clip: auto;
	max-width: 257px
}

@media screen and (max-width:750px) {
.nav__list {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
}
.nav__list {
	overflow: hidden;
	background: rgba(175,187,195,.2)
}
.nav__list>.nav__container>ul {
	list-style-type: none;
	background: rgba(175,187,195,.1);
	display: table;
	width: 100%;
	max-width: 1111px;
	margin: 0 auto;
	padding: 4px 0 7px 15px
}
.nav__list>.nav__container>ul>li {
	line-height: 1.1;
	float: left;
	width: 19%;
	margin-right: 1%;
	padding: 0;
	font-size: 14px;
	transition: padding .2s ease
}
.nav__list>.nav__container>ul>li:nth-child(n+6) {
	clear: both
}
.nav__list>.nav__container>ul>li:nth-child(n+7) {
	clear: none
}
.nav__list>.nav__container>ul>li:nth-child(n+11) {
	clear: both
}
.nav__list>.nav__container>ul>li:nth-child(n+12) {
	clear: none
}
.nav__list>.nav__container>ul>li a {
	display: block;
	padding: 5px 8px 10px 3px;
	transition: background .2s ease;
	border-top: 1px solid rgba(175,187,195,.6)
}

@media screen and (min-width:900px) {
.nav__list>.nav__container>ul {
	background: rgba(175,187,195,.1);
	padding: 0
}
.nav__list>.nav__container>ul>li {
	float: none;
	width: auto;
	text-align: center;
	display: table-cell;
	border: 0;
	font-size: 16px;
	table-layout: fixed
}
.nav__list>.nav__container>ul>li a {
	padding: 12px 12px 10px 8px;
	border-top: 0
}
.nav__list>.nav__container>ul>li+li {
	border-left: 1px solid rgba(175,187,195,.3)
}
.nav__list>.nav__container>ul>li:nth-child(n+11), .nav__list>.nav__container>ul>li:nth-child(n+6) {
	clear: none
}
}

@media screen and (min-width:1111px) {
.nav__list>.nav__container>ul>li {
	font-size: 17px
}
.nav__list>.nav__container>ul>li a {
	padding: 15px 11px 15px 9px
}
}
.nav__list>.nav__container>ul>li>span {
	display: block
}
.nav__list>.nav__container>ul>li>span a {
	border-top: 1px solid #5C6670;
	color: #222
}

@media screen and (min-width:900px) {
.nav__list>.nav__container>ul>li>span a {
	border-top: 0;
	background: #fff
}
}
.nav__list>.nav__container>ul>li>a:hover {
	color: #222!important;
	border-top: 1px solid rgba(175,187,195,.9)
}

@media screen and (min-width:900px) {
.nav__list>.nav__container>ul>li>a:hover {
	border-top: 0;
	background: #eff1f3
}
}
.pagecopy~footer, footer {
	clear: both
}
.footer__tag {
	font-family: "Serifa Light", cambria, arial, sans-serif;
	background: #eff1f3;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.1;
	overflow: hidden
}
.footer__wcp {
	max-width: 1111px;
	margin: 1em auto;
	padding: 0 10px
}
.footer__wcp-bold {
	display: block;
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	font-weight: 400
}
.footer__connect {
	background: #e0e4e8;
	font-weight: 700;
	color: #fff;
	padding: 25px;
	text-align: center;
	clear: both
}
.footer__contact-phone, .footer__social-media-header {
	font-weight: 400;
	font-family: "Serifa Medium", cambria, arial, sans-serif
}
.footer__social-media-header {
	display: block;
	font-size: 18px
}
.footer__icon-facebook, .footer__icon-twitter {
	display: inline-block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	border: #b3b7bc
}
.footer__icon-facebook {
background:url(/media/mmuacuk/style-assets/images/r-template/iconmonstr-facebook-icon.svg) center center no-repeat #fff;
	border-radius: 60px;
	text-indent: -8000em;
	margin-right: 3px;
	opacity: .5;
	background-size: 30px
}
.footer__icon-facebook:hover {
	opacity: 1
}
.footer__icon-twitter {
background:url(/media/mmuacuk/style-assets/images/r-template/iconmonstr-twitter-icon.svg) center center no-repeat #fff;
	border-radius: 60px;
	text-indent: -8000em;
	margin-right: 3px;
	opacity: .5;
	background-size: 30px
}
.footer__icon-instagram, .footer__icon-youtube {
	border: #b3b7bc;
	margin-right: 3px;
	display: inline-block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	text-indent: -8000em
}
.footer__icon-twitter:hover {
	opacity: 1
}
.footer__icon-instagram {
background:url(/media/mmuacuk/style-assets/images/r-template/iconmonstr-instagram-icon.svg) center center no-repeat #fff;
	border-radius: 60px;
	opacity: .5;
	background-size: 30px
}
.footer__icon-instagram:hover {
	opacity: 1
}
.footer__icon-youtube {
background:url(/media/mmuacuk/style-assets/images/r-template/iconmonstr-youtube-icon.svg) center center no-repeat #fff;
	border-radius: 60px;
	opacity: .5;
	background-size: 30px
}
.footer__icon-youtube:hover {
	opacity: 1
}
.footer__icon-linkedin {
	display: inline-block;
	width: 44px;
	height: 44px;
	overflow: hidden;
background:url(/media/mmuacuk/style-assets/images/r-template/iconmonstr-linkedin-icon.svg) center center no-repeat #fff;
	border: #b3b7bc;
	border-radius: 60px;
	text-indent: -8000em;
	margin-right: 3px;
	opacity: .5;
	background-size: 30px
}
.footer__icon-linkedin:hover, [class*=footer__icon]:hover {
	opacity: 1
}
.footer__contact {
	font-size: 18px;
	color: #222;
	margin: 1em 0 0;
	padding: 0;
	line-height: 1
}
.footer__contact+.footer__contact {
	margin-top: .5em
}
.footer__contact-phone {
	color: #222
}
.footer__list {
	text-align: left;
	max-width: 750px;
	margin: 3em auto 0;
	list-style-type: none;
	padding: 0;
	color: #222
}
[class*=footer__icon] {
	display: inline-block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 100%;
	text-indent: -8000em;
	margin-right: 3px;
	opacity: .5;
	transition: opacity .3s ease
}
[class*=footer__icon] a {
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	left: -5px;
	top: -5px
}
.footer__list-item {
	padding: 8px 4px
}

@media screen and (min-width:750px) {
.footer__list {
	text-align: center
}
.footer__list-item {
	display: inline-block;
	padding: 0
}
.footer__list-item+.footer__list-item:before {
	content: '\b7\a0';
	color: #5d707c
}
}
.footer__list-item.footer--copyright {
	float: none;
	width: auto
}
.footer__list-item.footer--copyright:before {
	content: ''
}
.footer__list-link {
	color: #222
}
.footer__list-item+.footer__list-item {
	border-top: 1px solid #92a2ad
}
.footer__go-back {
	display: block;
	line-height: 44px;
	text-align: center;
	background: #5C6670;
	color: #fff
}
.hero.js-hero-has-image.hero--box.hero--box-center::after, .hero.js-hero-has-image.hero--box.hero--box-tiled::after {
	display: none
}

@media screen and (min-width:750px) {
.footer__list-item+.footer__list-item {
	border-top: 0
}
.footer__go-back {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
}
.hero .hero__content {
	max-width: 1111px;
	margin: 0 auto;
	padding: 35px 35px 10px 15px;
	position: relative
}
.hero .breadcrumbs {
	margin: 0;
	padding: 0 0 10px;
	font-size: .85em
}

@media screen and (max-width:750px) {
.hero .breadcrumbs {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
}
.hero .breadcrumbs i {
	font-size: 8px;
	padding: 0 4px;
	position: relative;
	top: -2px;
	font-style: normal;
	color: #AFBBC3
}
.hero .hero__title {
	line-height: 1;
	color: #5C6670;
	padding-bottom: .25em;
	font-size: 2.3em
}
.hero .hero__summary {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.2;
	color: #454d54;
	margin: 0;
	padding: 0
}
.hero .hero__summary.hero__summary--longer p {
	margin: 0;
	padding: 0 0 .5em
}
.hero.js-hero-has-image {
	position: relative
}
.hero.js-hero-has-image img {
	position: absolute;
	top: -9999px
}

@media screen and (min-width:750px) {
.hero .hero__title {
	max-width: 75%
}
.hero .hero__summary {
	max-width: 52%
}
.hero .hero__summary.hero__summary--longer {
	max-width: 66%
}
.hero.js-hero-has-image {
	background-size: cover;
	background-position: center 38%;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	background-color: #5C6670
}
.hero.js-hero-has-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(to right, rgba(0,0,0,.75) 40%, rgba(0,0,0,.55) 50%, rgba(0,0,0,.25) 60%, transparent 70%)
}
}
.hero.js-hero-has-image .hero__content {
	padding: 30px 15px
}

@media screen and (max-width:750px) {
.hero.js-hero-has-image .hero__content {
	background: #5C6670!important
}
}

@media screen and (min-width:750px) {
.hero.js-hero-has-image .hero__content {
	min-height: 350px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 60px 15px
}
}
.hero.js-hero-has-image .hero__content .hero__title {
	color: #fff;
	position: relative;
	z-index: 11
}
.hero.js-hero-has-image .hero__content .hero__summary {
	color: rgba(255,255,255,.9);
	position: relative;
	z-index: 11
}
.hero.js-hero-has-image .breadcrumbs {
	position: relative;
	z-index: 9
}
.hero.js-hero-has-image .breadcrumbs a {
	color: #AFBBC3
}
.hero.js-hero-has-image .breadcrumbs a:hover {
	color: #fff
}
.hero.js-hero-has-image h1, .hero.js-hero-has-image p {
	text-shadow: 0 0 10px rgba(0,0,0,.6)
}
.hero.js-hero-has-image p>*, .hero.js-hero-has-image.hero--box * {
	text-shadow: none
}
.hero.js-hero-has-image.hero--box {
	padding: 0
}
.hero.js-hero-has-image.hero--box:after {
	background: linear-gradient(90deg, rgba(255,255,255,.8), rgba(255,255,255,.65))
}
.hero.js-hero-has-image.hero--box .hero__content {
	padding: 0;
	position: relative;
	z-index: 10
}

@media screen and (min-width:750px) {
.hero.js-hero-has-image.hero--box .hero__content {
	padding: 10px
}
}
.hero.js-hero-has-image.hero--box .hero__content--box {
	background: #fff;
	width: 100%;
	position: relative;
	z-index: 9999;
	padding: 30px 30px 10px 15px
}
.hero.js-hero-has-image.hero--box .hero__summary, .hero.js-hero-has-image.hero--box .hero__title {
	color: #5C6670;
	max-width: 90%
}
.hero.js-hero-has-image.hero--box .breadcrumbs {
	color: #5C6670
}
.hero.js-hero-has-image.hero--box .breadcrumbs a:hover {
	color: #004A97
}
.hero.js-hero-has-image.hero--box.hero--box-tiled .hero__content {
	background: 0 0!important
}
.hero.js-hero-has-image.hero--box.hero--box-tiled {
	background-size: auto;
	background-position: top left;
	background-repeat: repeat;
	background-blend-mode: normal
}
.hero.js-hero-has-image.hero--box.hero--box-center .hero__content {
	background: 0 0!important
}
.hero.js-hero-has-image.hero--box.hero--box-center {
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-blend-mode: normal
}
.hero.hero--detail .hero__title {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	font-size: 1.35em;
	color: #222
}
.css-override-hero-has-image {
	background-image: none!important
}
.hero--detail .detail__back-nav {
	margin-top: -1em;
	margin-bottom: 1em
}

@media screen and (min-width:750px) {
.hero.js-hero-has-image.hero--box .hero__content--box {
	min-height: 330px;
	padding: 10px;
	width: 33%;
	min-width: 310px
}
.hero--detail {
	overflow: hidden
}
.hero--detail .detail__back-nav {
	margin-top: 2em;
	margin-bottom: 0;
	width: 25%;
	float: left
}
}

@media screen and (min-width:1111px) {
.hero--detail .detail__back-nav {
	margin-left: -15px
}
}
.hero--detail .detail__back-link {
	display: inline-block;
	border-radius: .2em;
	padding: .5em 1.5em;
	transition: all .2s linear;
	background: #fff;
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-left.svg) 7% center no-repeat rgba(255,255,255,.9);
	background-size: 5px 10px;
	border: 1px solid #AFBBC3;
	color: #004A97;
	font-weight: 700
}
.hero--detail .detail__genre-header {
	margin-bottom: -1.35em;
	margin-top: 1.35em
}

@media screen and (min-width:750px) {
.hero--detail .detail__genre-header {
	margin: 42px 0 0 -1%;
	float: left;
	max-width: 75%
}
}

@media screen and (min-width:1111px) {
.hero--detail .detail__genre-header {
	margin-left: 30px;
	margin-top: 40px
}
.no-optional-left-nav .detail__genre-header {
	margin-left: 10px
}
}
.hero--detail .detail__genre-heading {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	font-size: 19px
}

@media screen and (min-width:750px) {
.hero--detail .detail__genre-heading {
	font-size: 21px
}
.no-optional-left-nav .detail__genre-header {
	margin-left: 10px
}
}
.no-optional-left-nav .detail__back-nav {
	width: auto
}
.tiny-mce {
	font-size: 16px
}

@media screen and (min-width:750px) {
.tiny-mce {
	margin: 0 auto;
	padding: 0 10px
}
}
.tiny-mce h1, .tiny-mce h2, .tiny-mce h3, .tiny-mce h4, .tiny-mce h5, .tiny-mce h6 {
	font-weight: 400;
	margin: 0;
	padding: 1.2em 0 .09em
}
.tiny-mce h1 {
	font-family: "Serifa Light", cambria, arial, sans-serif;
	font-size: 1.7em;
	color: #555;
	line-height: 1
}
.tiny-mce h2, .tiny-mce h3 {
	font-size: 1.35em
}
.tiny-mce h2 {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	color: #222;
	line-height: 1.05
}
.tiny-mce h3, .tiny-mce h4, .tiny-mce h5 {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	color: #5C6670;
	line-height: 1.05
}
.tiny-mce h4 {
	font-size: 1.2em;
	padding-top: 1.8em
}
.tiny-mce h5 {
	font-size: 1.1em
}
.tiny-mce h1 a, .tiny-mce h2 a, .tiny-mce h3 a, .tiny-mce h4 a, .tiny-mce h5 a, .tiny-mce h6, .tiny-mce h6 a {
	font-family: "Source Sans Pro", "Helvetica Neue", arial, sans-serif;
	font-weight: 700
}
.tiny-mce h6 {
	font-size: 1em;
	line-height: 1.05;
	color: #222
}
.tiny-mce h1 a, .tiny-mce h2 a, .tiny-mce h3 a, .tiny-mce h4 a, .tiny-mce h5 a, .tiny-mce h6 a {
	font-size: .85em
}
.tiny-mce code, .tiny-mce pre {
	font-family: consolas, courier, monospace
}
.tiny-mce p {
	margin: 0;
	padding: 0
}
.tiny-mce p+p {
	padding-top: .6em
}
.tiny-mce b, .tiny-mce strong {
	font-weight: 700
}
.tiny-mce em, .tiny-mce i {
	font-style: italic
}
.tiny-mce code {
	font-size: .95em
}
.tiny-mce hr {
	height: 0;
	padding: 0;
	border: 0;
	margin: 2.7em auto 1.5em;
	border-top: 1px solid #AFBBC3
}
.tiny-mce blockquote {
	margin: .6em 0;
	padding: 0 0 0 .6em;
	border-left: 1px solid #AFBBC3
}
.tiny-mce>ol {
	margin: .6em 1em;
	padding: 0
}
.tiny-mce>ol ol {
	margin: 0 0 .3em;
	padding: 0 0 0 1.2em
}
.tiny-mce ul {
	list-style-type: square
}
.tiny-mce>ul {
	margin: .6em 1em;
	padding: 0
}
.tiny-mce>ul ul {
	margin: 0 0 .3em;
	padding: 0 0 0 1.2em
}
.tiny-mce li+li {
	padding-top: .3em
}
.tiny-mce li p {
	padding-bottom: .3em
}
.tiny-mce dl {
	padding: 0;
	margin: .6em 0
}
.tiny-mce dt {
	font-weight: 700
}
.tiny-mce dd {
	margin: 0;
	padding: 0 0 .6em
}
.tiny-mce abbr[title], .tiny-mce acronym[title] {
	border-bottom: none;
	outline: 0
}
.tiny-mce a {
	font-weight: 700
}
.tiny-mce kbd {
	display: inline-block;
	background: rgba(175,187,195,.25);
	padding: 6px 6px 2px;
	margin: 0 2px;
	border-radius: .2em;
	line-height: 1
}
.tiny-mce mark {
	color: #555;
	background: rgba(0,172,175,.15);
	padding: 0 2px
}
.tiny-mce table {
	width: 100%;
	border-bottom: 1px solid rgba(175,187,195,.35);
	margin-bottom: 1.2em;
	margin-top: 1.2em
}
.tiny-mce table th {
	text-align: left;
	padding: .3em;
	border-top: 1px solid #AFBBC3;
	background: #fff
}
.tiny-mce table td {
	border-top: 1px solid rgba(175,187,195,.35);
	padding: .3em;
	min-width: 150px!important
}
.tiny-mce table tr:nth-child(2n+1) {
	background: rgba(175,187,195,.1)
}
.tiny-mce caption {
	text-align: left;
	font-weight: 700;
	padding-bottom: .6em
}
.tiny-mce .box {
	background: rgba(175,187,195,.15);
	margin: 2em 0;
	padding: .6em
}

@media screen and (min-width:750px) {
.tiny-mce .box {
	position: relative;
	left: -.6em;
	width: 105%;
	padding-right: .9em
}
.tiny-mce .box.small-print {
	width: 74.5%
}
}
.tiny-mce .box>* {
	padding: .3em 0
}
.tiny-mce .box>*+* {
	padding-top: 0
}
.tiny-mce .box ol, .tiny-mce .box ul {
	margin: 0 0 .6em 1.2em;
	padding: 0
}
.tiny-mce a[href*=".pdf"]:before, .tiny-mce a[href*=".doc"]:before, .tiny-mce a[href*=".docx"]:before, .tiny-mce a[href*=".ppt"]:before, .tiny-mce a[href*=".pptx"]:before, .tiny-mce a[href*=".DOC"]:before, .tiny-mce a[href*=".DOCX"]:before, .tiny-mce a[href*=".PPT"]:before, .tiny-mce a[href*=".PPTX"]:before {
	display: inline-block;
	font-size: 12px;
	margin-left: 2px;
	margin-right: 4px;
	padding: 0 4px;
	top: -1px;
	border-radius: .2em;
	position: relative;
	text-transform: uppercase
}
.tiny-mce .box .asbutton {
	margin-bottom: .5em
}
.tiny-mce pre {
	white-space: pre-wrap
}
.tiny-mce a[href*=".doc"]:before, .tiny-mce a[href*=".docx"]:before {
	content: 'doc';
	background: #8AC2EB;
	color: #222
}
.tiny-mce a[href*=".ppt"]:before, .tiny-mce a[href*=".pptx"]:before {
	content: 'ppt';
	background: #FF6B00;
	color: #fff
}
.tiny-mce a[href*=".pdf"]:before {
	content: 'pdf';
	background: #EB0029;
	color: #fff
}
.tiny-mce a[href*=".DOC"]:before, .tiny-mce a[href*=".DOCX"]:before {
	content: 'doc';
	background: #8AC2EB;
	color: #222
}
.tiny-mce a[href*=".PPT"]:before, .tiny-mce a[href*=".PPTX"]:before {
	content: 'ppt';
	background: #FF6B00;
	color: #fff
}
.tiny-mce div.tiny-mce>:first-child {
	padding-top: 7px
}
.tiny-mce .tiny-mce li>h2, .tiny-mce .tiny-mce li>h3, .tiny-mce .tiny-mce li>h4, .tiny-mce .tiny-mce li>h5, .tiny-mce .tiny-mce li>h6 {
	padding-top: .25em
}
.tiny-mce .pagecopy+.pagecopy.cta {
	margin-top: 15px
}
.tiny-mce .tiny-mce ol>ul, .tiny-mce .tiny-mce ul>ul {
	margin-bottom: 10px
}
.tiny-mce .tiny-mce .box img {
	float: right;
	display: block;
	background: #fff;
	padding: 10px;
	margin-left: 20px
}
.tiny-mce .tiny-mce .asbutton {
	margin: .75em 0 1.75em
}
.tiny-mce .box.small-print {
	border-top: 1px solid rgba(175,187,195,.4);
	margin-top: 5em;
	font-size: .85em;
	background: 0 0
}
.tiny-mce .js-table-scroll {
	overflow-x: auto
}
.tiny-mce .js-table-scroll-ui {
	padding: 10px 0;
	margin: 0 0 20px
}
.tiny-mce .js-table-scroll-ui:after, .tiny-mce .js-table-scroll-ui:before {
	content: 'swipe or scroll to see more';
	display: block;
	text-align: right;
	font-size: .8em;
	padding-right: 2em;
background:url(/media/mmuacuk/style-assets/images/international/table-indicator.svg) 99% 52% no-repeat;
	color: #5C6670
}
.tiny-mce .js-table-scroll-ui:before {
	margin-bottom: -1em
}
.tiny-mce .js-table-scroll-ui:after {
	margin-top: -1em
}
.tiny-mce table.js-has-rowspan tr:nth-child(2n+1) {
	background: 0 0!important
}
.tiny-mce .logo-in-text {
	float: right;
	margin: 15px 0 30px 30px;
	border: 1px solid #e7e8ea;
	padding: 20px;
	border-radius: .1em
}
.tiny-mce button {
	font-weight: 700
}
.tiny-mce button:disabled {
	padding-left: 40px;
background-image:url(/media/mmuacuk/style-assets/images/r-template/ajax-loader.gif);
	background-position: 5px center;
	background-repeat: no-repeat
}
.pagecopy {
	max-width: 750px;
	margin: 0 15px
}

@media screen and (min-width:750px) {
.pagecopy {
	margin: 0 auto
}
}
.pagecopy-wide {
	max-width: 1111px;
	margin: 0 auto;
	clear: both
}
.pagecopy.wide {
	max-width: 1111px;
	margin: 0 auto;
	clear: both;
    padding:15px;
}
.tiny-mce .leadin {
	font-size: 1.35em;
	font-family: "Serifa Light", cambria, arial, sans-serif;
	line-height: 1.2;
	margin: .2em 0 .3em
}
.tiny-mce .leadin b, .tiny-mce .leadin strong {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	font-weight: 400;
	color: #5C6670
}
.tiny-mce .leadin a, .tiny-mce .leadin a:hover {
	font-weight: 400;
	color: #555;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff
}
.tiny-mce .leadin a {
	background-image: linear-gradient(to top, transparent, transparent 2px, #AFBBC3 2px, #AFBBC3 3px, transparent 3px)
}

@media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi) {
.tiny-mce .leadin a {
	background-image: linear-gradient(to top, transparent, transparent 2px, #AFBBC3 2px, #AFBBC3 2.5px, transparent 2.5px)
}
}
.tiny-mce .leadin a:hover {
	background-image: linear-gradient(to top, transparent, transparent 2px, #004A97 2px, #004A97 3px, transparent 3px);
	text-decoration: none
}

@media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi) {
.tiny-mce .leadin a:hover {
	background-image: linear-gradient(to top, transparent, transparent 2px, #004A97 2px, #004A97 2.5px, transparent 2.5px)
}
}
.tiny-mce .asbutton {
	display: inline-block;
	background: #5C6670;
	border-radius: .2em;
	padding: .5em 1.5em;
	margin: .5em .35em 1.5em 0;
	color: #fff;
	transition: all .2s ease
}
.tiny-mce .asbutton:hover {
	opacity: .8;
	text-decoration: none!important
}

.tiny-mce .asbutton.ghost {
	background: #fff;
	background: rgba(255,255,255,.9);
	border: 1px solid #AFBBC3;
	color: #004A97
}
.tiny-mce .asbutton.arrow {
	padding-right: 2.1em;
background-image:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-right-white.svg);
	background-size: 7px 11px;
	background-position: right 12px center;
	background-repeat: no-repeat
}
.tiny-mce .asbutton.arrow.ghost {
background-image:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-right.svg)
}
.tiny-mce .asbutton.arrow:hover {
	background-position: right 9px center
}
.tiny-mce span.asbutton a {
    color:#fff;
}
.tiny-mce span.asbutton.ghost a {
    color:#004A97;
}
.tiny-mce span.asbutton a:hover {
    text-decoration:none;
}
.showhidesimple {
	padding-bottom: 10px
}
.showhidesimple .info {
	background: #FFC627;
	display: inline-block;
	padding: .2em .4em;
	font-family: "Source Sans Pro", "Helvetica Neue", arial, sans-serif;
	border-radius: .2em;
	font-size: .8em;
	color: #222;
	float: right;
	position: relative;
	top: -2px;
	margin-left: 10px
}
.pagecopy.showhidesimple.js>h4 {
	color: #004A97;
	border-top: 1px solid rgba(92,102,112,.25);
	padding: 10px 40px 9.5px 0;
	line-height: 1.1;
	position: relative;
	overflow: hidden
}
.pagecopy.showhidesimple.js>h4:last-of-type {
	border-bottom: 1px solid rgba(92,102,112,.25)
}
.pagecopy.showhidesimple.js>h4.open:last-of-type {
	border-bottom: none!important
}
.pagecopy.showhidesimple.js>h4.js-hover {
	cursor: pointer;
	color: #222
}
.pagecopy.showhidesimple.js .shcopy {
	padding-bottom: 30px
}
.pagecopy.showhidesimple.js>h4.closed:after {
	content: '';
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	right: 6px;
	top: 12px;
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-down.svg) center center no-repeat;
	transition: .2s top ease;
	background-size: 14px 6px
}
.pagecopy.showhidesimple.js>h4.closed.js-hover:after {
	top: 14px
}
.pagecopy.showhidesimple.js>h4.open:after {
	content: '\00d7';
	position: absolute;
	display: block;
	right: 5px;
	top: 9px;
	font-size: 24px;
	color: #AFBBC3;
	transition: .2s top ease
}
input[type=submit], input[type=text] {
	font-size: 1em;
	padding: 3px;
	font-family: "Source Sans Pro", "Helvetica Neue", arial, sans-serif
}
form {
	margin: 0;
	padding: 0
}
input[type=submit] {
	border-radius: .2em;
	border: 0;
	background: #FFC627;
	color: #555;
	min-width: 44px;
	text-align: center;
	font-weight: 700
}
.carousel__full-browser-width .carousel__intro-text, .linklist .linklist__item h5, .linklist .linklist__tag.linklist--large {
	font-family: "Serifa Medium", cambria, arial, sans-serif
}
input[type=submit]:hover {
	cursor: pointer;
	background-color: #f3b300
}
.pagecopy form {
	margin: 20px 0 60px
}
.pagecopy form input, .pagecopy form textarea {
	background: #f7f7f7;
	border: 1px solid #ddd;
	transition: all .2s ease;
	padding: 7px;
	border-radius: .2em
}
.pagecopy form input {
	max-width: 100%
}
.pagecopy form input:focus, .pagecopy form textarea:focus {
	background: #fff;
	border: 1px solid #ccc
}
.pagecopy form label {
	display: block;
	margin: 0;
	padding: 1em 0 .15em;
	font-weight: 700
}
.pagecopy form label:hover {
	cursor: pointer
}
.pagecopy form input[type=submit] {
	border: 0;
	padding: 10px 30px;
	margin-top: 40px;
	background-color: #FF6B00;
	color: #fff
}
.pagecopy form input[type=submit]:hover {
	opacity: .9
}

@media screen and (min-width:750px) {
.pagecopy form .contact-us-form * {
	width: auto!important
}
}
.pagecopy form .multiple-option label {
	display: inline;
	padding: 0 0 0 .5em;
	font-weight: 400
}
.pagecopy form .multiple-option ul {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none
}
.pagecopy form .multiple-option li {
	margin: 0;
	padding: .35em 0
}
.pagecopy form .multiple-option li+li {
	border-top: 1px solid #e7e8ea
}
.pagecopy form .instructions {
	padding: 5px 0 10px
}
.pagecopy form .required {
	color: #FF6B00;
	font-size: .85em;
	font-weight: 400
}
.pagecopy form .help {
	padding: 5px;
	color: #5C6670
}
.pagecopy form .help:before {
	content: '?';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #AFBBC3;
	border-radius: 50%;
	margin-right: 6px;
	text-align: center;
	line-height: 16px;
	color: #222;
	font-size: .75em;
	font-weight: 700;
	position: relative;
	top: -2px
}
.pagecopy form fieldset {
	margin: 20px 0
}
.pagecopy form .secondary-option {
	border: 0;
	color: #004A97;
	background: 0 0;
	margin-left: 1em;
	display: inline-block
}
.pagecopy form .secondary-option:hover {
	text-decoration: underline
}
.tiny-mce.event .events__ui-link:hover, .tiny-mce.news-story .news-story__ui-link:hover {
	text-decoration: none;
	opacity: .8
}
.optional__leftnav--smallscreen {
	background: #eff1f3;
	clear: both;
	margin-top: 5em
}
.optional__leftnav--smallscreen .optional__leftnav-title {
	background: #AFBBC3;
	line-height: 44px;
	padding: 0 10px;
	font-weight: 700;
	color: #222
}
.optional__leftnav--smallscreen .optional__leftnav-title a {
	color: #222
}
.optional__leftnav--smallscreen ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.optional__leftnav--smallscreen ul li a {
	border-bottom: 1px solid #e0e4e8;
	padding: 0 10px;
	line-height: 44px;
	display: block;
	background: #fff
}
.optional__leftnav--smallscreen ul li span.currentbranch0 {
	line-height: 44px;
	padding: 0 10px;
	display: block;
	background-color: #d5d9dc;
	color: #222
}
.optional__leftnav--smallscreen ul li span.currentbranch0 a {
	background: #d6d8da;
	border-bottom: 1px solid #c9cbce;
	padding: 0
}
.optional__leftnav--smallscreen ul.multilevel-linkul-0 a {
	background: rgba(214,216,218,.25);
	border-bottom: 1px solid #d6d8da
}
.optional__leftnav--smallscreen ul li span.currentbranch1 {
	line-height: 44px;
	padding: 0 10px;
	display: block;
	background-color: #d5d9dc;
	color: #222
}
.optional__leftnav--smallscreen ul li span.currentbranch1 a {
	background: rgba(214,216,218,.25);
	border-bottom: 1px solid #d6d8da;
	padding: 0
}
.optional__leftnav--smallscreen ul.multilevel-linkul-1 a {
	background: rgba(0,172,175,.3);
	border-bottom: 1px solid rgba(0,172,175,.2);
	padding-left: 20px
}
.optional__leftnav--smallscreen ul li span.currentbranch2 {
	background: #00ACAF;
	padding: 0 10px 0 20px;
	line-height: 44px;
	display: block;
	border-bottom: 1px solid rgba(0,172,175,.1);
	color: #fff
}
.optional__leftnav--largescreen {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}

@media screen and (min-width:750px) {
.optional__leftnav--smallscreen {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
.optional__leftnav--largescreen {
	position: static;
	/* clip: none; */
	height: auto;
	margin: 0
}
.optional__leftnav-title {
	padding: 7px 11px;
	background: #222;
	font-weight: 700
}
.optional__leftnav-title a {
	color: #fff
}
.optional__leftnav--largescreen ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.3
}
.optional__leftnav--largescreen ul>li {
	background: #fff
}
.optional__leftnav--largescreen ul>li a {
	color: #004A97;
	transition: color, background-color .2s ease;
	padding: 7px 11px;
	display: block;
	background: #fff;
	border-bottom: 1px solid #d6d8da
}
.optional__leftnav--largescreen ul>li span.currentbranch0 {
	padding: 7px 11px;
	display: block;
	background: #d6d8da;
	border-bottom: 1px solid #e3e5e6
}
.optional__leftnav--largescreen ul>li span.currentbranch0 a {
	padding: 0;
	background: 0 0;
	border: 0
}
.optional__leftnav--largescreen ul>li span.currentbranch1 {
	display: block;
	background: #00ACAF;
	border-bottom: 1px solid rgba(0,172,175,.2);
	padding: 7px 11px;
	position: relative;
	color: #fff
}
.optional__leftnav--largescreen ul>li span.currentbranch1 a {
	padding: 0;
	background: 0 0;
	border: 0;
	color: #fff;
	display: block
}
.optional__leftnav--largescreen ul>li span.currentbranch1 a:hover {
	background: 0 0;
	color: #e5f7f7
}
.optional__leftnav--largescreen ul>li span.currentbranch2 {
	padding: 7px 11px;
	display: block;
	background: rgba(0,172,175,.1);
	border-bottom: 1px solid rgba(0,172,175,.1)
}
.optional__leftnav--largescreen ul>li span.currentbranch2 a {
	padding: 0;
	background: 0 0;
	border: 0
}
.optional__leftnav--largescreen ul.multilevel-linkul-0 li a {
	background: rgba(175,187,195,.1);
	border-bottom-color: rgba(175,187,195,.2)
}
.optional__leftnav--largescreen ul.multilevel-linkul-0 li a:hover {
	background: rgba(175,187,195,.2);
	border-bottom-color: rgba(175,187,195,.2)
}
.optional__leftnav--largescreen ul.multilevel-linkul-1 li a {
	background: rgba(0,172,175,.2);
	border-bottom-color: rgba(0,172,175,.1)
}
.optional__leftnav--largescreen ul.multilevel-linkul-1 li a:hover {
	background: rgba(0,172,175,.3)
}
.optional__leftnav--largescreen ul[class^=multilevel0] li a {
	background: #eff1f3;
	border-bottom: 1px solid #fff
}
.optional__leftnav--largescreen ul>li a:hover {
	color: #222;
	background: rgba(175,187,195,.15)
}
.optional__leftnav--largescreen ul[class^=multilevel0] li a:hover {
	background: #d6d8da
}
.optional__leftnav--largescreen ul>li span a:hover {
	background: 0 0
}
.optional__wrapper {
	max-width: 1111px;
	margin: 0 auto 5em;
	overflow: hidden;
	padding-right: 80px
}
.optional__leftnav--largescreen {
	width: 25%;
	float: left;
	padding-right: 20px
}
.optional__wrapper .pagecopy, .optional__wrapper>.hp-courses {
	float: right;
	width: 75%
}
.optional__wrapper>.listing, .optional__wrapper>.listing--related, .optional__wrapper>.profile-list__item {
	float: right;
	width: 75%;
	padding-left: 0
}
.optional__wrapper>.optional__leftnav--largescreen {
	width: 25%;
	float: left
}
.optional__wrapper>.academic>.pagecopy.academic__content {
	width: 100%
}
.optional__wrapper>.s-list {
	float: right;
	width: 75%;
	padding: 0
}
.optional__wrapper>.course-widget {
	float: right;
	width: 75%
}
}
.linklist {
	overflow: hidden;
	margin: 20px 0 60px;
	padding: 10px
}
.linklist .linklist__item {
	position: relative;
	min-height: 205px;
	transition: opacity .2s ease;
	margin-bottom: 15px;
	padding-bottom: 10px
}

@media screen and (min-width:500px) {
.linklist .linklist__item {
	min-height: 250px;
	width: 47%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 1.5% 0
}
}

@media screen and (min-width:700px) {
.linklist .linklist__item {
	width: 31.3333%;
	margin: 0 .5% 1% 0;
	min-height: 260px
}
}
.linklist .linklist__item h5 {
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 0 10px;
	line-height: 1.1;
	color: #5C6670;
	font-weight: 400
}
.linklist .linklist__item p {
	margin: 0;
	padding: 0 20px 0 10px;
	font-weight: 700;
	line-height: 1.3
}
.linklist .linklist__item:hover {
	opacity: .9;
	cursor: pointer
}
.linklist p.linklist__tag {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(to bottom, #111 0, transparent 100%);
	min-height: 70px;
	text-shadow: 0 0 5px rgba(0,0,0,.4);
	padding-left: 10px;
	padding-top: 10px
}
.linklist .linklist__tag.linklist--large {
	font-size: 1.35em;
	line-height: 1;
	font-weight: 400;
	background: linear-gradient(to bottom, #111 0, transparent 100%);
	min-height: 100px;
	padding-top: 13.5px
}
.linklist .linklist__image {
	height: 120px;
	overflow: hidden;
	background-size: cover!important;
	background-position: center center!important;
	margin-bottom: 10px
}

@media screen and (min-width:700px) {
.linklist .linklist__image {
	height: 160px
}
}
.linklist .linklist__image.js-fit-image {
	background-size: cover;
	background-position: center center
}
body .owl-carousel {
	width: 100%
}
.carousel__full-browser-width {
	position: relative
}
.carousel__full-browser-width .carousel__item {
	height: auto;
	min-height: 300px;
	overflow: hidden
}

@media screen and (min-height:768px) {
.carousel__full-browser-width .carousel__item {
	min-height: 550px
}
}
.carousel__full-browser-width .carousel__item.dark--background {
	background-blend-mode: multiply
}
.carousel__full-browser-width .carousel__item.dark--background:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.6)
}
.carousel__full-browser-width .image-content-width {
	background: #002f2f;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.carousel__full-browser-width .carousel__image-content-width-content {
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 30px 10px 40px;
	min-height: 400px
}

@media screen and (min-width:750px) {
.carousel__full-browser-width .carousel__image-content-width-content {
	padding: 0 0 0 30px;
	width: 1111px
}
}

@media screen and (min-width:1111px) {
.carousel__full-browser-width .carousel__image-content-width-content {
	padding: 0 0 0 20px
}
}
.carousel__full-browser-width .carousel__image-content-width-content h2, .carousel__full-browser-width .carousel__image-content-width-content p {
	max-width: 75%
}

@media screen and (min-width:750px) {
.carousel__full-browser-width .carousel__image-content-width-content h2, .carousel__full-browser-width .carousel__image-content-width-content p {
	max-width: 62%
}
.carousel__full-browser-width .carousel__image-content-width-content h2 {
	font-size: 3.2em
}
.carousel__full-browser-width .carousel__image-content-width-content p {
	font-size: 1.5em
}
}
.carousel__full-browser-width .image-browser-width {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.carousel__full-browser-width .map-overlay, .carousel__full-browser-width .panorama-overlay, .carousel__full-browser-width .video-overlay {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto
}
.carousel__full-browser-width .js-has-background-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.carousel__full-browser-width .carousel__centered-content {
	max-width: 1111px;
	text-align: center;
	margin: 0 auto;
	padding: 50px 10px
}

@media screen and (min-width:750px) {
.carousel__full-browser-width .carousel__centered-content {
	padding: 0 150px
}
}
.carousel__full-browser-width .carousel__intro-header {
	margin: 0;
	padding: 0;
	font-size: 2em;
	line-height: 1;
	position: relative;
	z-index: 2
}
.carousel__full-browser-width .carousel__intro-text {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0;
	font-size: 1.18em;
	line-height: 1.13;
	color: #5C6670;
	position: relative;
	z-index: 2
}
.carousel__full-browser-width .carousel__cta-container {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2
}
.carousel__full-browser-width .carousel__cta-link {
	display: inline-block;
	padding: 9px 33px 10px 27px;
	background: #FF6B00;
	font-weight: 700;
	color: #fff;
	border-radius: .2em;
	font-size: 1.1em;
	line-height: 1.1
}
.carousel__full-browser-width .dark--background * {
	color: #fff!important
}
.carousel__full-browser-width .dark--background .carousel__cta-link {
	background-color: #fff;
	color: #004A97!important
}
.carousel__full-browser-width .carousel__item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
}
.carousel__full-browser-width .carousel__interactive-content {
	width: 100%;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	-ms-grid-row-align: stretch;
	align-items: stretch
}
.carousel__full-browser-width .carousel__interactive-content iframe {
	display: block;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%
}
.carousel__full-browser-width .owl-buttons .owl-next {
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-right.svg) 55% center no-repeat #fff;
	background-size: 9px 15px;
	position: absolute;
	right: 2%;
	text-align: left;
	text-indent: -8000em;
	width: 44px;
	height: 44px;
	top: 50%;
	margin-top: -22px;
	border-radius: 50%
}

@media screen and (max-width:1111px) {
.carousel__full-browser-width .owl-buttons .owl-prev {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
}

@media screen and (min-width:1111px) {
.carousel__full-browser-width .owl-buttons .owl-prev {
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-left.svg) 45% center no-repeat rgba(255,255,255,.5);
	background-size: 9px 15px;
	position: absolute;
	left: 2%;
	width: 44px;
	height: 44px;
	top: 50%;
	margin-top: -22px;
	text-align: left;
	text-indent: -8000em;
	border-radius: 50%
}
}

@media screen and (max-width:750px) {
.carousel__full-browser-width .owl-pagination {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
}

@media screen and (min-width:750px) {
.carousel__full-browser-width .carousel__cta-link {
	font-size: .85em
}
.carousel__full-browser-width .owl-pagination {
	position: absolute;
	bottom: 2.5px;
	width: 100%;
	text-align: center
}
}
.carousel__full-browser-width .owl-pagination .owl-page {
	display: inline-block;
	margin: 5px
}
.carousel__full-browser-width .owl-pagination span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	background: rgba(175,187,195,.6);
	border: 1px solid rgba(0,0,0,.1)
}
.carousel__full-browser-width .owl-pagination .active span {
	border-radius: 50%;
	display: inline-block;
	width: 7px;
	height: 7px;
	background: rgba(255,255,255,.8);
	border: 1px solid rgba(0,0,0,.3)
}
.carousel__full-content-width {
	background: #fff;
	max-width: 1111px;
	margin: 0 auto;
	position: relative;
	clear: both
}
.carousel__full-content-width .carousel--contains-iframe iframe {
	min-height: 400px;
	display: block
}

@media screen and (min-width:750px) {
.carousel__full-content-width .carousel--contains-iframe iframe {
	min-height: 450px
}
}
.carousel__full-content-width .carousel__item {
	max-height: 500px;
	overflow: hidden
}

@media screen and (min-height:600px) {
.carousel__full-content-width .carousel__item {
	max-height: 500px
}
}

@media screen and (min-height:700px) {
.carousel__full-content-width .carousel__item {
	max-height: 550px
}
}

@media screen and (min-height:800px) {
.carousel__full-content-width .carousel__item {
	max-height: none
}
}
.carousel__full-content-width .carousel__item>img {
	max-height: 400px;
	margin: 0 auto;
	transition: height 1s ease
}

@media screen and (min-height:500px) {
.carousel__full-content-width .carousel__item>img {
	max-height: 450px
}
}

@media screen and (min-height:600px) {
.carousel__full-content-width .carousel__item>img {
	max-height: 500px
}
}

@media screen and (min-height:700px) {
.carousel__full-content-width .carousel__item>img {
	max-height: 550px
}
}

@media screen and (min-height:800px) {
.carousel__full-content-width .carousel__item>img {
	max-height: 700px
}
}
.carousel__full-content-width .carousel__caption {
	padding: 10px 0 20px 10px;
	font-size: .85em;
	margin: 0
}

@media screen and (min-width:500px) {
.carousel__full-content-width .carousel__caption {
	position: absolute;
	bottom: 30px;
	color: #fff;
	background: rgba(0,0,0,.7);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	font-size: 1em;
	display: inline-block;
	text-align: center;
	padding: 8px 30px;
	border-radius: .1em
}
}
.carousel__full-content-width .carousel__credit {
	font-size: .85em;
	color: #5C6670
}
.carousel__full-content-width .carousel__text-content {
	padding: 10px 50px 20px 10px;
	background: rgba(175,187,195,.4)
}

@media screen and (min-width:500px) {
.carousel__full-content-width .carousel__text-content {
	padding: 40px 160px 0 80px;
	min-height: 500px
}
}
.carousel__full-content-width .owl-buttons .owl-next {
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-right.svg) center center no-repeat rgba(255,255,255,.8);
	position: absolute;
	width: 36px;
	height: 36px;
	top: 50%;
	margin-top: -22px;
	right: 2%;
	background-size: 6px 12px;
	border-radius: 50%;
	text-align: left;
	text-indent: -8000em
}

@media screen and (min-width:750px) {
.carousel__full-content-width .owl-buttons .owl-next {
	height: auto;
	margin-top: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0;
	width: 30px
}
}

@media screen and (max-width:750px) {
.carousel__full-content-width .owl-buttons .owl-prev {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
}

@media screen and (min-width:750px) {
.carousel__full-content-width .owl-buttons .owl-prev {
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-left.svg) center center no-repeat rgba(255,255,255,.6);
	background-size: 6px 12px;
	width: 30px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	text-align: left;
	text-indent: -8000em
}
}

@media screen and (max-width:750px) {
.carousel__full-content-width .owl-pagination {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
}

@media screen and (min-width:750px) {
.carousel__full-content-width .owl-pagination {
	position: absolute;
	bottom: 2.5px;
	width: 100%;
	text-align: center
}
}
.carousel__full-content-width .owl-pagination .owl-page {
	display: inline-block;
	margin: 5px
}
.carousel__full-content-width .owl-pagination span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	background: rgba(175,187,195,.6);
	border: 1px solid rgba(0,0,0,.1)
}
.carousel__full-content-width .owl-pagination .active span {
	border-radius: 50%;
	display: inline-block;
	width: 7px;
	height: 7px;
	background: rgba(255,255,255,.8);
	border: 1px solid rgba(0,0,0,.3)
}
.carousel-links {
	max-width: 1111px;
	margin: 30px auto
}
.carousel-links .carousel-links__item {
	background: rgba(175,187,195,.2);
	margin-right: 1px;
	min-height: 240px;
	margin-bottom: 1px;
	transition: all .2s ease
}
.carousel-links .carousel-links__item:hover {
	opacity: .85
}
.carousel-links .carousel-links__content {
	padding: 10px
}
.carousel-links .carousel-links__date {
	margin: 0;
	padding: 0;
	color: #222;
	line-height: 1
}
.carousel-links .carousel-links__title {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 1.2em
}
.carousel-links .carousel-links__subhead {
	margin: 0;
	padding: 0;
	color: #5C6670
}
.carousel-links .carousel-links__image {
	min-height: 120px;
	background-size: contain
}
.carousel-links .owl-buttons {
	margin-top: 10px
}
.carousel-links .owl-buttons .owl-prev {
	display: inline-block;
	border: 1px solid #AFBBC3;
	border-radius: .2em;
	padding: 7px 10px 7px 20px;
	font-weight: 700;
	color: #004A97;
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-left.svg) 10% center no-repeat;
	background-size: 4px
}
.carousel-links .owl-buttons .owl-next {
	display: inline-block;
	border: 1px solid #AFBBC3;
	border-radius: .2em;
	padding: 7px 20px 7px 10px;
	float: right;
	font-weight: 700;
	color: #004A97;
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-right.svg) 90% center no-repeat;
	background-size: 4px
}
.cta__boxes {
	width: 100%;
	max-width: 750px;
	margin: 4em auto;
	overflow: hidden
}
.cta__boxes .cta__box {
	transition: all .1s ease;
	background: rgba(92,102,112,.1)
}
.cta__boxes .cta__box:nth-child(3n-1) {
	background: rgba(92,102,112,.2)
}
.cta__boxes .cta__box:nth-child(3n) {
	background: rgba(92,102,112,.28)
}
.cta__boxes .cta__box * {
	transition: all .3s ease
}
.cta__boxes .cta__box a {
	display: block;
	position: relative;
	padding: 15px 60px 15px 15px;
	text-decoration: none;
	color: #333
}
.cta__boxes .cta__box a:after {
	content: '';
	width: 45px;
	height: 45px;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 45px;
	text-align: center;
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-right-white.svg) center center no-repeat #333;
	background-size: 8px 15px;
	transition: all .3s ease
}
.cta__boxes .cta__box:hover * {
	color: #222
}
.cta__boxes .cta__box:hover a:after {
	background-color: #B01657
}
.cta__boxes .cta__header {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: 'Serifa Medium', arial, sans-serif;
	font-weight: 400;
	font-size: 22px
}
.cta__boxes .cta__box:hover .cta__header {
	color: #B01657
}
.cta__boxes .cta__message {
	margin: 0;
	padding: 0
}

@media screen and (min-width:480px) {
.cta__boxes .cta__box {
	width: 50%;
	float: left
}
.cta__boxes .cta__box a {
	min-height: 275px
}
}

@media screen and (min-width:730px) {
.cta__boxes .cta__box, .cta__boxes .cta__box:nth-child(3n), .cta__boxes .cta__box:nth-child(3n-1) {
	background: rgba(92,102,112,.1)
}
.cta__boxes .cta__box {
	width: 33.33333333%;
	float: left
}
.cta__boxes .cta__box a {
	min-height: 280px;
	padding: 20px 20px 50px
}
.cta__boxes .cta__header {
	padding-bottom: .5em
}
.cta__boxes .cta__box:nth-child(2n) {
	background: rgba(92,102,112,.2)
}
.cta__boxes .cta__box:nth-child(4n-3) {
	background: rgba(92,102,112,.28)
}
}
.cta {
	overflow: hidden;
	margin-bottom: 1.5em;
	border-top: 1px solid #e7e8ea
}
.cta__link {
	display: block;
	border-bottom: 1px solid #e7e8ea;
	padding: 10px 50px 10px 10px;
	transition: all .2s ease;
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-right.svg) 97% center no-repeat;
	background-size: 7px 12px
}
.cta__intro {
	display: block;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1;
	padding: .2em 0
}
.cta__link img {
	display: none
}

@media screen and (max-width:750px) {
.cta__link {
	background-color: #fff!important
}
.cta__link:hover {
	background-color: #f9f9f9!important
}
}

@media screen and (min-width:750px) {
.cta {
	border: 0
}
.cta__link {
	width: 32%;
	float: left;
	background: #e7e8ea;
	margin-bottom: 2%;
	padding: 10px 10px 30.33333%;
	height: 0;
	overflow: hidden;
	border: 0;
	position: relative
}
.cta__link:hover {
	opacity: .8
}
.cta__link span {
	position: relative;
	z-index: 9999
}
.cta__item--is-dark * {
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,.9)
}
.cta__contains-4 .cta__link {
	width: 23.5%
}
.cta__item+.cta__item .cta__link {
	margin-left: 2%
}
.cta__contains-2 .cta__link {
	width: 49%;
	padding: 13px 20px 45%
}
.cta__contains-2 .cta__link .cta__intro {
	line-height: 1.2
}
}

@media screen and (min-width:990px) {
.cta__link img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 100%;
	display: block
}
}
.cta__content {
	line-height: 1.25;
	display: block
}
.cta__link img {
	width: auto!important;
	height: auto!important
}
.cta__item--is-dark img {
	width: 100%!important;
	height: 100%!important
}
.social-media {
	text-align: center;
	padding-bottom: 70px;
	clear: both;
	float: left;
	width: 100%
}

@media screen and (max-width:750px) {
.social-media {
	text-align: left;
	padding-left: 20px
}
.social-media__listing {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
}
.social-media__header {
	font-family: 'serifa medium', cambria, sans-serif;
	font-size: 1.2em;
	padding-bottom: 10px
}
.social-media__listing {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.social-media__listing li {
	display: inline-block;
	margin-right: 21px;
	margin-bottom: 10px
}

@media screen and (max-width:750px) {
.social-media__listing li {
	-webkit-flex: 0 0 45%;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	margin-right: 5%;
	display: block
}
}
.social-media__listing li a {
	font-weight: 700;
	transition: all .2s ease
}
.social-media__listing li a:hover {
	opacity: .8
}
.social-media__listing li span {
	display: block;
	width: 40px;
	height: 40px;
	background: #eee;
	text-indent: -8000em;
	border-radius: 50px;
	margin-bottom: 5px
}
li.social-media__blog span, li.social-media__facebook span, li.social-media__flickr span, li.social-media__instagram span, li.social-media__linkedin span, li.social-media__twitter span, li.social-media__youtube span {
	background-position: center center;
	background-repeat: no-repeat
}
li.social-media__facebook span {
	background-color: #3b5998;
background-image:url(/media/mmuacuk/style-assets/images/r-template/facebook-icon-white.svg);
	background-size: 24px
}

@media screen and (min-width:750px) {
.social-media__listing li a {
	line-height: 50px
}
.social-media__listing li span {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 7px
}
li.social-media__facebook span {
	background-size: 32px
}
}
li.social-media__twitter span {
	background-color: #55acee;
background-image:url(/media/mmuacuk/style-assets/images/r-template/twitter-icon-white.svg);
	background-size: 24px
}

@media screen and (min-width:750px) {
li.social-media__twitter span {
	background-size: 32px
}
}


li.social-media__instagram.social-media__instagram span {
  position: relative;
  /*overflow: hidden;*/
  vertical-align: middle;
}
li.social-media__instagram.social-media__instagram span:before ,
li.social-media__instagram.social-media__instagram span:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
li.social-media__instagram.social-media__instagram span:before {
  z-index: 1;
  background-color: #ed006a;
  background-image:url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzEzOCA3OS4xNTk4MjQsIDIwMTYvMDkvMTQtMDE6MDk6MDEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ1N0JBRkNDQ0Q2NDExRTk4NzFGRUM4ODNGRDI4MDIzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ1N0JBRkNEQ0Q2NDExRTk4NzFGRUM4ODNGRDI4MDIzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDM4MkI4NkJDRDU3MTFFOTg3MUZFQzg4M0ZEMjgwMjMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDM4MkI4NkNDRDU3MTFFOTg3MUZFQzg4M0ZEMjgwMjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAACAgICAgICAgICAwICAgMEAwICAwQFBAQEBAQFBgUFBQUFBQYGBwcIBwcGCQkKCgkJDAwMDAwMDAwMDAwMDAwMAQMDAwUEBQkGBgkNCwkLDQ8ODg4ODw8MDAwMDA8PDAwMDAwMDwwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAAyADIDAREAAhEBAxEB/8QAsQAAAgICAwEAAAAAAAAAAAAABgcICQAFAgQKAQEAAgIDAQEAAAAAAAAAAAAABQYEBwADCAECEAABAgQDBAMLCgcAAAAAAAABAgMABAUGETEHIUESMmEiE1GBoUJSMxQ0NTYIcWJyU1QVVRYXN8GCI4NGGAkRAAECBAAJCQUGBwAAAAAAAAEAAhEDBAUhMUFRYYGRMgZxscESIkKCEzPwUoMUNKFywiNDFdHhkqJToxb/2gAMAwEAAhEDEQA/AL8p2dk6bJzdRqM0zIyEiyuYnZ2YWltplptJUtxxaiEpSlIJJJwAj6a0uIAESV61pcQAIkqpjX7/AKF1Rc7PWxoSw1KyUupTL+oM8yHXXlDYVSMq6ChCO4t5KiryE5l7tXDEmWBMrDE+4Dg8RHMNpT/aOC3zAH1H9I6T/Daq4bq1I1HviYcmrvviuXG66SSmenn3W047kNKXwIT0JAEONPVUtMISWNbyABO9NwvKlDssA1IdpFw3Nbcwmct64KnQpts8Tc1Tpt6VcSRvCmlpIMSXXGVPEJjQ4aQDzqVM4dlvEHNB5QpqaNfH5q3YM5KU7UJ5eptp8SUTHphSirsN5FbM3gO1Iz4X+Liy40Zwv3LhmhrAXSPyn6N08rcnhhyFLVy4ElTWkyew7+06smrYrotN9SbO1YtOn3nY9WRVqLP4pUeV6XfSAXJeYaO1txGIxSegjFJBNZ1tDNo5plTRBw2EZxnCq+uoJ1FNMqc2Dh9ukZwjuIihqqb4/NbKhOVBrQ+2ptTFPlm2Z2/XmlEF91wB2WklEeIhBS6sbypHknE1a5sulHnO3smjOehWnwHw15zfnJgxmDOYu6BrVYqKEojljKniXDjV1Utta0YljlEUkE8PgiG3iInKibaNuZax+nFGPVygjIvhOVfXyAK1Tkthug/S3iOVaJluCkx8KGvFQ0K1MkHZycWLCul5qQvSQUT2aGlK4W55KcguXKuLEDEo407xhKuctlyp4d9uFp6NfPBIfGHCguNKeoPzWAlp/D4ueBXod9IY+vb832vMPN+Xnl0xXECucuqcy8897zU1ed93hdk2ouu3BWZydCjt4W3XlKbQMdyEYJHQIUrjfYHqg4F13Y7a2jpJUkd1rRrAw7StSikcIw4MO9CzMupcUfbALi7ScQep4IyXciFtDwhueovN1NkGqW6nOpDXAoLnqYWirq4Q10NzjBbwwOCGX2SkkYZZQ5UNwxYVGm0gKmn/ALPXF+Ivfsj+ReZXr32zPz3zo2eUz/Z1/wCXIqx/4WV7o+s83we793Qsn7Ydo9WqtIfbKX6VOPybyCNoWw4ptQPfTHMddPcya5hxgkbCmumrWzpLJrTgc0O2iK4ikY+JEH5hbPml136UUA7I9bUrYypih2ckMQrq7YJU9TBTJc3MgOr00EK6sM9BWwRORMiltPyPAVbMs4d6CuxIk3tJlfo7Xvs7v7d/n3lV6h9Z9Hpg/wDOJZ/fqfOPqfI8eblVnnxB6WLpV8zNzybB+6bsV6SpSR1W50Adug9KyO0GOeKu5FFcc0D6Oq85o7EzDyOyjXvbcypbgriIT6EU7z25WDlZ3Tq3dQzpJJtY+QYRDUJsNy0rX1G2ClBIRhH3LqYKRIuMSl3U6OWuLFJGEE5FRFHKer6yXdUkgQrZ8sH6SfAo7ImrrWBpXVtVL+oNk0ltaTVJhJqU6lOIlJJBBmJhW7BCMcMc1YJzIh2tEx014aF83ziCVZqCZVze6OyPeed1us7BE5Fe3+mFj/gTPur+St/sP7H9GHWC4+/f63/IfW8/4vv8qJ69QqZclMmKTVpcPykwPkUhY5VoO5STkf4RCuVuk3CQ6ROEWnaDkI0j2wKDR1kykmiZLMCPaB0KKtyaWVG3XnFhkz1MxJan2knAJ3dokY8B8HcMUTfeEqu1uJgXysjx+Id0/ZmKsSg4il1QAj1X5j0Z0uqpQE9kr+mMoVy0tRynrTHGkpdFF4A4QjCJNPNgU226rjBAtu6WXhqDVBTLVozs8vjCZqdUOCVlwfGeeI4UjDbhzHxQTDfaKKorXdWS0nTkHKfYo3XcR0drleZUvDcwxud91uM8wykKzjQ/QygaNUV5LCkVS6qslP39XynAqCdoYYB2paSdvdUesrcE2/abW2hlwjFxxnoGhc+8XcX1F/nAnsyWbjPxOzuOwDAMpL0gqk9ZGLF8VyqyyOeXfjx2JehRwvzne938z6l53+f50UhxTvu+m+HveLSnmz4h6vixatCRUt7SR7sc494vVs/H6O7C9ZfVHo/F3U4P9P8AW+FvalN+z/d6nexuT/H/AGd/Y6I6Dtv07dzF+nueHQqkuf1DvU+Jv+JE0TlAWRixf//Z');
  background-size: cover;
}
li.social-media__instagram.social-media__instagram span:after {
  z-index: 2;
  background-image:url(/media/mmuacuk/style-assets/images/r-template/instagram-icon-white.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
 
/*
li.social-media__instagram span {
	background-color: #3f729b;
background-image:url(/media/mmuacuk/style-assets/images/r-template/instagram-icon-white.svg);
	background-size: 24px
}

@media screen and (min-width:750px) {
li.social-media__instagram span {
	background-size: 32px
}
}*/
li.social-media__linkedin span {
	background-color: #0077b5;
    background-image:url(/media/mmuacuk/style-assets/images/r-template/linkedin-icon-white.svg);
	background-size: 24px
}

@media screen and (min-width:750px) {
li.social-media__linkedin span {
	background-size: 32px
}
}
li.social-media__youtube span {
	background-color: #cd201f;
background-image:url(/media/mmuacuk/style-assets/images/r-template/youtube-icon-white.svg);
	background-size: 24px
}

@media screen and (min-width:750px) {
li.social-media__youtube span {
	background-size: 32px
}
}
li.social-media__flickr span {
	background-color: #ff0084;
background-image:url(/media/mmuacuk/style-assets/images/r-template/flickr-icon-white.svg);
	background-size: 24px
}

@media screen and (min-width:750px) {
li.social-media__flickr span {
	background-size: 32px
}
}
li.social-media__blog span {
	background-color: #8d70b0;
background-image:url(/media/mmuacuk/style-assets/images/r-template/blog-icon-white.svg);
	background-size: 24px
}

@media screen and (min-width:750px) {
li.social-media__blog span {
	background-size: 32px
}
.optional__wrapper .social-media {
	width: 75%;
	float: right;
	max-width: 750px
}
}
.r-multi-step-tool {
	overflow: hidden;
	padding: 20px 15px
}
.r-multi-step-tool .pagecopy {
	float: none!important;
	width: auto!important;
	margin: 0!important;
	padding: 0!important
}
.r-multi-step-tool .multi-step__tool-sub-header {
	font-size: 1.35em;
	font-family: 'serifa medium', cambria, sans-serif;
	color: #222
}
.feature .feature__genre, .r-multi-step-tool .multi-step__step-heading {
	font-family: "Serifa Medium", cambria, arial, sans-serif
}
.r-multi-step-tool .multi-step__tool-header {
	color: #5C6670;
	margin-top: .1em;
	font-size: 2.3em;
	max-width: 1111px;
	line-height: 1
}
.r-multi-step-tool .multi-step__heading {
	color: #5C6670;
	font-size: 2em;
	margin: 0 auto;
	padding: 15px 15px 0 0;
	line-height: 1.1
}

@media screen and (min-width:750px) {
.r-multi-step-tool .multi-step__heading {
	padding: 15px 0 0
}
}
.r-multi-step-tool .multi-step__step-heading {
	display: block;
	font-size: .65em;
	color: #222;
	padding-bottom: .2em
}
.r-multi-step-tool .multi-step__listing {
	margin: 0 auto;
	padding: 20px 10px;
	list-style-position: inside
}

@media screen and (min-width:750px) {
.r-multi-step-tool .multi-step__listing {
	padding: 30px 0;
	-moz-columns: 2;
	columns: 2;
	-webkit-columns: 2
}
}
.r-multi-step-tool .multi-step__item-link, .r-multi-step-tool .multi-step__item-no-link {
	padding: 2px 0
}
.r-multi-step-tool .multi-step__nav {
	margin: 3em 0 5em;
	padding: 0;
	overflow: hidden;
	float: left;
	clear: both;
	width: 100%
}

@media screen and (min-width:750px) {
.r-multi-step-tool .multi-step__nav {
	padding: 3em 0 0;
	clear: both
}
}
.r-multi-step-tool .multi-step__nav-next {
	border-top: 1px solid #afbbc3;
	display: block;
	padding: 10px 20px 10px 0;
	line-height: 1.2
}

@media screen and (min-width:750px) {
.r-multi-step-tool .multi-step__nav-next {
	padding: 10px 20px 10px 10px;
	display: inline-block;
	width: 35%;
	border-radius: .2em;
	border: 1px solid #afbbc3;
	min-height: 5.5em;
	float: right;
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-right.svg) 94% 35px no-repeat;
	background-size: 7px 12px
}
}
.r-multi-step-tool .multi-step__nav-next b {
	display: block;
	font-size: 1.2em
}
.r-multi-step-tool .multi-step__nav-previous {
	border-top: 1px solid #afbbc3;
	color: #5C6670;
	display: block;
	padding: 10px 0;
	line-height: 1.2;
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-left.svg) 3.5% 35px no-repeat;
	background-size: 4px 8px
}

@media screen and (min-width:750px) {
.r-multi-step-tool .multi-step__nav-previous {
	padding: 10px 10px 10px 20px;
	display: inline-block;
	width: 35%;
	border-radius: .2em;
	border: 1px solid #afbbc3;
	min-height: 5.5em
}
.feature .feature__image {
	float: left
}
}
.r-multi-step-tool .multi-step__nav-previous b {
	display: block
}
.r-multi-step-tool {
	max-width: 750px;
	margin: 0 auto
}
.optional__wrapper .r-multi-step-tool {
	margin: 0
}
.feature {
	margin: 40px 0 60px;
	padding-left: 10px;
	overflow: hidden
}
.feature .feature__genre {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1
}
.feature .feature__image {
	display: block;
	max-width: 100px;
	border-radius: 50%;
	margin: 10px
}
.feature .feature__name {
	font-family: "Serifa Light", cambria, arial, sans-serif;
	font-size: 1.5em;
	line-height: 1;
	margin: 0;
	padding: 0;
	color: #5C6670
}
.feature .feature__title, .news-list__title {
	font-family: "Serifa Medium", cambria, arial, sans-serif
}
.feature .feature__bio {
	margin: 0 0 20px;
	padding: 0
}

@media screen and (min-width:750px) {
.feature .feature__bio {
	font-size: 1.2em;
	line-height: 1.3;
	padding-top: 5px
}
}
.feature .feature__info {
	margin: 0 0 10px;
	padding: 0
}
.feature .feature__asset, .feature .feature__email, .feature .feature__phone {
	margin: 0;
	padding: 0 0 2px
}
.feature .feature__title {
	color: #222;
	margin: 0;
	padding: 0 0 10px;
	font-size: 1.1em
}
.feature__info-link {
	display: inline-block;
	padding: 7px 20px;
	border-radius: .2em;
	font-weight: 700;
	background: #5C6670;
	color: #fff
}
.feature__asset-link, .feature__email-link {
	font-weight: 700
}
.feature__caption {
	display: block;
	font-weight: 700;
	color: #5C6670
}
.feature.feature--background {
	background: rgba(92,102,112,.1);
	margin: 20px 0;
	padding: 20px
}

@media screen and (min-width:750px) {
.feature__caption {
	display: inline-block;
	width: 65px
}
.feature__content {
	float: left;
	width: 70%;
	margin-top: 30px;
	margin-left: 10px
}
}
.g-map, .g-map.g-map--small {
	border: 1px solid #ced1d4;
	margin: 0 10% 2em;
	padding-bottom: 75%;
	position: relative
}

@media screen and (min-width:750px) {
.g-map, .g-map.g-map--small {
	padding-bottom: 60%
}
}

@media screen and (min-width:1111px) {
.g-map, .g-map.g-map--small {
	padding-bottom: 30%
}
}
.g-map.g-map--small {
	min-width: 250px;
	max-width: 500px;
	padding-bottom: 65%
}

@media screen and (min-width:750px) {
.g-map.g-map--small {
	padding-bottom: 30%
}
}

@media screen and (min-width:1111px) {
.g-map.g-map--small {
	padding-bottom: 20%
}
}
.g-map iframe, .g-map.g-map--small iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.news-list__item {
	padding: 10px 5px
}
.news-list__title {
	color: #004A97;
	margin: 0;
	padding: .5em 0 0;
	line-height: 1.1;
	font-size: 1.2em
}
.news-list__date {
	margin: 0;
	padding: 0;
	color: #222
}
.news-list__intro {
	margin: 0;
	padding: 0;
	color: #5C6670;
	line-height: 1.2
}
.nomore-list__item {
	padding: 10px 5px;
	font-weight: 700;
	color: #FF6B00
}
.tiny-mce.news-story {
	margin-bottom: 50px
}
.tiny-mce.news-story .news-story__title {
	margin: 0 0 30px;
	padding: 0;
	font-family: "Serifa Light", cambria, arial, sans-serif;
	font-size: 42px;
	line-height: 1;
	color: #5C6670
}
.event-list__title, .tiny-mce.news-story .news-story__intro {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	line-height: 1.1
}
.tiny-mce.news-story .news-story__intro {
	font-size: 1.35em;
	margin-bottom: 10px;
	color: #222
}
.tiny-mce.news-story .news-story__content h3 {
	color: #222;
	font-size: 1.2em;
	margin-top: 20px
}
.tiny-mce.news-story .news-story__meta {
	margin: 40px 0 0;
	padding-top: 10px;
	display: inline-block;
	border-top: 1px solid #ced1d4
}
.tiny-mce.news-story .news-story__byline {
	padding: 0;
	font-weight: 700
}
.tiny-mce.news-story .news-story__date {
	margin: 0;
	padding: 0
}
.tiny-mce.news-story .news-story__image {
	padding: 10px;
	max-width: 100%;
	background: #eee;
	margin: 10px 0 20px;
	overflow: hidden
}

@media screen and (min-width:1111px) {
.tiny-mce.news-story .news-story__image {
	float: right;
	overflow: hidden;
	max-width: 400px;
	margin: 0 -200px 30px 30px;
	background: 0 0
}
.tiny-mce.news-story .news-story__image-caption {
	margin-left: 0;
	max-width: 95%
}
}
.tiny-mce.news-story .news-story__image img {
	float: left
}
.tiny-mce.news-story .news-story__image-caption {
	padding: 10px 10px 5px 0;
	color: #5C6670;
	font-size: .9em;
	clear: both
}
.tiny-mce.news-story .news-story__image-caption a {
	color: #5C6670
}
.tiny-mce.news-story .news-story__ui {
	padding-top: 70px;
	overflow: hidden;
	margin-bottom: 20px
}
.tiny-mce.news-story .news-story__ui-link {
	padding: 5px 0 20px;
	transition: all .2s ease;
	border-top: 1px solid #AFBBC3;
	display: block
}

@media screen and (min-width:750px) {
.tiny-mce.news-story .news-story__next {
	width: 40%;
	float: right
}
.tiny-mce.news-story .news-story__previous {
	width: 40%;
	float: left
}
.tiny-mce.news-story .news-story__ui-link {
	padding: 0 15px 15px;
	border-radius: .2em;
	border-top: 0;
	display: inline-block;
	font-size: .9em
}
.tiny-mce.news-story .news-story__next .news-story__ui-link {
	padding-right: 30px;
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-right.svg) 94.5% 8px no-repeat;
	background-size: 5px 10px
}
.tiny-mce.news-story .news-story__previous .news-story__ui-link {
	padding-left: 30px;
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-left.svg) 5.5% 8px no-repeat;
	background-size: 5px 10px
}
.tiny-mce.event .events__next {
	width: 40%;
	float: right
}
}
.tiny-mce.news-story .news-story__ui-label {
	font-weight: 400;
	font-size: 1.2em;
	display: block
}

@media screen and (min-width:1111px) {
.optional__wrapper .news-story__image {
	margin: -5px 0 20px 20px!important
}
}
.event-list__item {
	padding: 10px 5px 10px 35px;
background:url(/media/mmuacuk/style-assets/images/r-template/calendar.svg) 7px 10px no-repeat;
	background-size: 20px 20px
}
.event-list__date-finish, .event-list__date-start {
	margin: 0;
	padding: 0;
	color: #222
}
.event-list__title {
	margin: 0;
	padding: .5em 0 0;
	color: #004A97
}
.event-list__location {
	margin: 0;
	padding: 0;
	color: #5C6670
}
.tiny-mce.event .event__start-date {
	margin: 0;
	padding: 2.25em 0 0;
	font-weight: 700;
	font-size: 1.35em;
	line-height: 1;
background:url(/media/mmuacuk/style-assets/images/r-template/calendar.svg) left top no-repeat;
	background-size: 36px 36px;
	color: #222
}
.tiny-mce.event .event__finish-date {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 1.35em;
	color: #222
}
.tiny-mce.event .event__title {
	font-family: "Serifa Light", cambria, arial, sans-serif;
	padding: 5px 0;
	margin: 0;
	font-size: 42px;
	color: #5C6670
}
.s-list .s-list__group-header, .tiny-mce.event .event__intro, .tiny-mce.event .event__subhead {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
}

.tiny-mce .event__venue-details {
  font-weight:700; 
  font-size:1.2em;
}
.tiny-mce .event__time {
  padding:0; margin:0 0 15px; 
  color:rgba(0,0,0,0.5); 
  font-size:1.2em;
}
.tiny-mce.event .event__intro {
	font-size: 1.35em;
	margin: 0 0 15px;
	line-height: 1
}
.tiny-mce.event .event__subhead {
	display: block;
	color: #5C6670
}
.tiny-mce.event .event__content {
	margin: 30px 0 50px
}
.tiny-mce.event .event__website-link[href*=eventbrite] {
	padding-left: 50px;
background:url(/media/mmuacuk/style-assets/images/r-template/eventbrite-icon-colour.svg) 2.5% center no-repeat;
	background-size: 32px;
	border: 1px solid #FF8300
}
.tiny-mce.event .events__ui {
	margin-top: 50px;
	padding-top: 20px;
	overflow: hidden;
	margin-bottom: 20px
}
.tiny-mce.event .events__ui-link {
	padding: 5px 0 20px;
	transition: all .2s ease;
	border-top: 1px solid #AFBBC3;
	display: block;
	font-size: .9em
}
.profile-list__item:hover, .s-list .s-list__person:hover {
	opacity: .9
}

@media screen and (min-width:750px) {
.tiny-mce.event .events__previous {
	width: 40%;
	float: left
}
.tiny-mce.event .events__ui-link {
	padding: 0 15px 15px;
	border-top: none;
	display: inline-block
}
.tiny-mce.event .events__next .events__ui-link {
	padding-right: 30px;
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-right.svg) 94.5% 8px no-repeat;
	background-size: 5px 10px
}
.tiny-mce.event .events__previous .events__ui-link {
	padding-left: 30px;
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-left.svg) 5.5% 8px no-repeat;
	background-size: 5px 10px
}
}
.tiny-mce.event .events__ui-label {
	font-weight: 400;
	font-size: 1.2em;
	display: block
}
.s-list {
	max-width: 1111px;
	margin: 0 auto;
	padding: 15px
}
.s-list .s-list__group {
	clear: both;
	border-bottom: 1px solid #ced1d4
}
.s-list .s-list__group+.s-list__group {
	margin-top: 50px
}
.s-list .s-list__group-header {
	line-height: 1.05;
	color: #5C6670;
	font-size: 1.2em;
	padding-bottom: .3em
}

@media screen and (min-width:500px) {
.s-list .s-list__group {
	border-bottom: 0
}
.s-list .s-list__group-header {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding-top: .5em;
	border-top: 3px solid #00ACAF
}
}

@media screen and (min-width:750px) {
.s-list .s-list__group-header {
	width: 33%;
	text-align: left
}
}

@media screen and (min-width:1000px) {
.s-list .s-list__group-header {
	width: 24.7%
}
}

@media screen and (min-width:1111px) {
.s-list .s-list__group-header {
	width: 19.7%
}
}
.s-list .s-list__person {
	border-top: 1px solid #ced1d4;
	padding: 10px 0;
	overflow: hidden;
	transition: all .2s ease;
	display: table;
	width: 100%
}

@media screen and (min-width:500px) {
.s-list .s-list__person {
	width: 49%;
	display: inline-block;
	vertical-align: top
}
}

@media screen and (min-width:750px) {
.s-list .s-list__person {
	width: 33%;
	text-align: center
}
}

@media screen and (min-width:1000px) {
.s-list .s-list__person {
	width: 24.7%
}
}

@media screen and (min-width:1111px) {
.s-list .s-list__person {
	width: 19.7%;
	padding: 20px 0
}
}
.s-list .s-list__name {
	margin: 0;
	padding: 2.5px 0 .1em;
	max-width: 95%;
	line-height: 1.1;
	font-weight: 700;
	font-size: 1em
}
.s-list .s-list__title {
	margin: 0;
	padding: 0;
	max-width: 95%;
	line-height: 1.2;
	font-size: .9em
}
.s-list .s-list__portrait {
	display: table-cell;
	padding-right: 10px
}
.s-list .s-list__portrait-crop {
	border-radius: 50%;
	overflow: hidden;
	width: 65px;
	height: 65px
}

@media screen and (min-width:750px) {
.s-list .s-list__portrait {
	display: block;
	max-width: 90px;
	margin: 0 auto 10px
}
.s-list .s-list__portrait-crop {
	width: 90px;
	height: 90px
}
}
.s-list .s-list__portrait-image {
	display: block;
	max-width: 100%
}
.s-list .s-list__person-info {
	display: table-cell;
	vertical-align: top;
	width: 100%
}

@media screen and (min-width:750px) {
.s-list .s-list__person-info {
	display: block
}
}
.s-list .s-list__link {
	display: block;
	overflow: hidden;
	color: #5C6670
}
.tiny-mce.academic {
	margin-bottom: 50px
}
.tiny-mce.academic .academic__name {
	font-family: "Serifa Light", cambria, arial, sans-serif;
	font-size: 2.2em;
	padding: .25em 0 0;
	margin: 0
}
.profile-list__name, .tiny-mce.academic .academic__role {
	font-family: "Serifa Medium", cambria, arial, sans-serif
}
.tiny-mce.academic .academic__role {
	margin: 0;
	padding: 0;
	color: #222;
	font-size: 1.13em;
	line-height: 1.15
}
.tiny-mce.academic .academic__portrait {
	margin-top: 10px
}
.tiny-mce.academic .academic__portrait-crop {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%
}
.tiny-mce.academic .academic__portrait-image {
	max-width: 100%;
	display: block
}
.tiny-mce.academic .academic__contact-details {
	background: #f2f3f4;
	margin: 20px 0;
	padding: 15px;
	list-style-type: none
}
.tiny-mce.academic .academic__email {
	border-bottom: 1px solid #ced1d4;
	padding: 0 0 10px 30px;
background:url(/media/mmuacuk/style-assets/images/r-template/small-email-icon.svg) 1.5% 20% no-repeat;
	background-size: 16px
}
.tiny-mce.academic .academic__phone {
	border-bottom: 1px solid #ced1d4;
	padding: 10px 0 10px 30px;
background:url(/media/mmuacuk/style-assets/images/r-template/small-phone-icon.svg) 1.75% 47% no-repeat;
	background-size: 16px;
	font-weight: 700
}
.tiny-mce.academic .academic__location {
	border-bottom: 1px solid #ced1d4;
	padding: 10px 0 10px 30px;
background:url(/media/mmuacuk/style-assets/images/r-template/small-location-icon.svg) 1.5% 10px no-repeat;
	background-size: 16px
}
.tiny-mce.academic .academic__hours {
	padding: 10px 0 25px 30px;
background:url(/media/mmuacuk/style-assets/images/r-template/small-time-icon.svg) 1.35% 10px no-repeat;
	background-size: 16px
}
.tiny-mce.academic .pagecopy.academic__content {
	margin: 0
}
.tiny-mce.academic .pagecopy.academic__content h3 {
	color: #222;
	font-size: 1.15em
}
.tiny-mce.academic .publications {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.tiny-mce.academic .publications h4 {
	font-size: 1.1em
}
.tiny-mce.academic .publications p {
	text-indent: -3em;
	padding-left: 3em
}
.tiny-mce.academic .academic__link, .tiny-mce.academic .academic__link--academia, .tiny-mce.academic .academic__link--linkedin, .tiny-mce.academic .academic__link--twitter, .tiny-mce.academic .academic__link--website {
	display: inline-block;
background:url(/media/mmuacuk/style-assets/images/r-template/twitter-colour-icon.svg) 10px center no-repeat #fff;
	background-size: 16px;
	padding: 7px 15px 7px 35px;
	margin-top: 5px;
	margin-right: 5px;
	border-radius: .2em;
	border: 1px solid rgba(175,187,195,.35)
}
.tiny-mce.academic .academic__link--linkedin {
background-image:url(/media/mmuacuk/style-assets/images/r-template/linkedin-colour-icon.svg)
}
.tiny-mce.academic .academic__link--academia {
background-image:url(/media/mmuacuk/style-assets/images/r-template/academia-color-icon.svg);
	background-position: 11px center
}
.tiny-mce.academic .academic__link--website {
background-image:url(/media/mmuacuk/style-assets/images/r-template/personal-website.svg)
}
.tiny-mce.academic .academic__explain-icon.icon--text-visible {
	display: block;
	font-weight: 700;
	font-size: .8em;
	color: #5C6670;
	line-height: 1.1
}
.tiny-mce.academic .staff-image__list {
	background: #e7e8ea;
	padding: 10px;
	margin-bottom: 20px
}
.tiny-mce.academic .staff-image__thumbnail {
	display: inline-block;
	margin: 5px;
	border: 1px solid #ced1d4
}
.tiny-mce.academic .staff-image__section {
	margin-bottom: 50px
}
.tiny-mce.academic .staff-video {
	margin: 0
}
.tiny-mce.academic .staff-video+.staff-video {
	padding-top: 20px
}
.tiny-mce.academic .staff-video__frame {
	margin: .1em 0 .4em;
	border: 1px solid #e7e8ea;
	background: #f2f3f4;
	float: left;
	max-width: 100%
}
.tiny-mce.academic .staff-video__frame iframe {
	display: block;
	max-width: 100%!important
}
.tiny-mce.academic .staff-video__description {
	clear: both
}
.profile-list__item {
	margin: 0 15px;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #ced1d4;
	max-width: 750px;
	transition: all .2s ease
}
.profile-list__link {
	display: block;
	padding: 10px 10px 20px;
	overflow: hidden
}

@media screen and (min-width:750px) {
.profile-list__item {
	margin: 0 auto
}
.profile-list__link {
	padding: 25px 10px
}
}
.profile-list__portrait {
	width: 75px;
	height: 75px;
	background-size: cover;
	border-radius: 50%;
	margin-bottom: 5px
}
.profile-list__person-info {
	padding-right: 30px
}

@media screen and (min-width:750px) {
.profile-list__portrait {
	float: left;
	width: 125px;
	height: 125px
}
.profile-list__person-info {
	float: left;
	max-width: 550px;
	margin-left: 20px
}
}
.profile-list__name {
	margin: 0;
	padding: 2.5px 0 0;
	font-size: 1.25em;
	line-height: 1;
	color: #222
}

@media screen and (min-width:750px) {
.profile-list__name {
	line-height: 1.1
}
}
.profile-list__info-1 {
	margin: 0;
	padding: 0;
	font-family: "Serifa Light", cambria, arial, sans-serif;
	color: #5C6670;
	font-size: 1.25em;
	line-height: 1
}

@media screen and (min-width:750px) {
.profile-list__info-1 {
	line-height: 1.1
}
}
.profile-list__info-2 {
	margin: 0;
	padding: 10px 0 16.5px;
	line-height: 1.2;
	color: #222
}

@media screen and (min-width:750px) {
.profile-list__info-2 {
	font-size: 1.75em;
	line-height: 1.1;
	font-family: "Serifa Light", cambria, arial, sans-serif;
	color: #5C6670
}
}
.profile-list__info-3 {
	margin: 0;
	display: inline-block;
	background: #f2f3f4;
	padding: 4px 10px 5px;
	border-radius: .2em
}
.hero+.pagecopy.profile {
	margin-top: 0
}
.tiny-mce.profile .profile__genre {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	padding: 0;
	margin: 0
}
.tiny-mce.profile .profile__name {
	font-family: "Serifa Light", cambria, arial, sans-serif;
	font-size: 1.8em;
	padding: 1em 0 0;
	margin: 0;
	color: #5C6670
}

@media screen and (min-width:750px) {
.tiny-mce.profile .profile__name {
	font-size: 2.3em;
	padding-top: .5em
}
}
.tiny-mce.profile .profile__uni-link, .tiny-mce.profile .profile__uni-link-exact {
	margin: 0;
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.15
}
.tiny-mce.profile .profile__uni-link {
	padding: 0;
	color: #222
}
.tiny-mce.profile .profile__uni-link-exact {
	padding: 0 0 2em;
	color: #5C6670
}
.tiny-mce.profile .profile__portrait {
	float: left;
	margin-right: 10px;
	margin-bottom: 2.5px;
	width: 75px;
	height: 75px;
	background-size: cover;
	border-radius: 50%
}

@media screen and (min-width:1111px) {
.tiny-mce.profile .profile__portrait {
	margin-right: 20px;
	width: 165px;
	height: 165px;
	position: relative;
	top: -10px
}
}
.tiny-mce.profile .profile__quote {
	margin: 0;
	border: 0;
	max-width: 900px;
	font-family: "Serifa Light", cambria, arial, sans-serif;
	font-size: 1.35em;
	line-height: 1.1;
	padding: 0;
	color: #00ACAF
}
.course-widget .course-widget__header, .course-widget .course-widget__subheader, .homepage__course-header, .tiny-mce.profile .profile__question {
	font-family: "Serifa Medium", cambria, arial, sans-serif
}

@media screen and (min-width:1111px) {
.tiny-mce.profile .profile__quote {
	font-size: 1.75em
}
}
.tiny-mce.profile .profile__content {
	clear: both;
	margin-top: 10px
}
.tiny-mce.profile .profile__question {
	font-size: 1.2em;
	color: #222;
	line-height: 1.1;
	padding: 1.5em 0 .1em;
	font-weight: 400
}

@media screen and (min-width:1111px) {
.tiny-mce.profile .profile__question {
	font-size: 1.35em
}
}
.course-widget {
	background: rgba(0,172,175,.15);
	padding: 40px 20px;
	text-align: left
}

@media (min-width:750px) {
.course-widget {
	max-width: 750px;
	vertical-align: top;
	padding: 20px;
	margin: 0 auto
}
}
.course-widget .course-widget__header {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1
}
.course-widget .course-widget__intro {
	margin: 0;
	padding: 0;
	line-height: 1.2
}
.course-widget .hp-asbutton.course-widget__apply, .course-widget .hp-date-specific__container .course-widget__apply.asbutton, .hp-date-specific__container .course-widget .course-widget__apply.asbutton {
	background: #FF6B00;
	margin: 2em 0;
	color: #fff;
	font-weight: 700;
	display: block;
	text-align: center
}

@media (min-width:750px) {
.course-widget .hp-asbutton.course-widget__apply, .course-widget .hp-date-specific__container .course-widget__apply.asbutton, .hp-date-specific__container .course-widget .course-widget__apply.asbutton {
	display: inline-block;
	text-align: left;
	margin: 1em 0
}
}
.course-widget .course-widget__subheader {
	margin: 0;
	padding: 0;
	color: #00ACAF;
	font-weight: 400
}
.course-widget .course-widget__list {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.course-widget .course-widget__list-item {
	border-top: 1px solid rgba(0,172,175,.2);
	padding: 5px
}
.course-widget__list-item a {
	font-weight: 700
}
.course-widget__list-item:hover {
	color: #222
}

@media (min-width:750px) {
.course-widget .course-widget__list-item {
	border: 0;
	display: inline-block;
	border: 1px solid rgba(0,172,175,.2);
	border-radius: .2em;
	margin: 0 5px 5px 0;
	padding: 5px 10px
}
.course-widget__list-item:hover {
	border-color: #75ccce;
	background: rgba(255,255,255,.4)
}
}
.hp-asbutton {
	padding: 8px 17px;
	border-radius: .3em
}
.global__course-widget {
	margin: 1em 0 0
}
.global__course-widget .tab__box {
	background: #fff;
	padding: 10px;
	min-height: 135px
}
.global__course-widget .tab__options {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.global__course-widget .research .tab__options li {
	padding: 5px
}
.global__course-widget .research .tab__options li+li {
	border-top: 1px solid rgba(0,172,175,.3)
}
.global__course-widget .tab__search input[type=text] {
	width: 80%;
	font-size: 1.15em
}
.global__course-widget .tab__search {
	padding: 10px 0
}
.global__course-widget .button:hover {
	border: 1px solid rgba(175,187,195,.7)
}
.global__course-widget .button {
	display: inline-block;
	padding: 6px 10px;
	border: 1px solid rgba(175,187,195,.5);
	border-radius: .2em
}
.global__course-widget input[type=submit] {
	font-size: 1.2em;
	color: #222;
	padding: 6px 9px;
	margin-left: 4px
}
.global__course-widget ul.tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden
}

@media screen and (min-width:750px) {
.global__course-widget ul.tabs {
	border-top: 1px solid rgba(0,172,175,.3);
	border-bottom: 1px solid rgba(0,172,175,.2);
	width: 100%;
	display: table
}
}
.global__course-widget ul.tabs li {
	width: 50%;
	padding: 10px;
	float: left;
	background: #00ACAF;
	color: #fff;
	font-weight: 700;
	border-bottom: 1px solid rgba(0,0,0,.1)
}

@media screen and (min-width:750px) {
.global__course-widget ul.tabs li {
	display: table-cell;
	width: auto;
	float: none;
	background: 0 0;
	text-align: center;
	padding: 15px 10px;
	color: #004A97;
	line-height: 1;
	border: 0
}
}
.global__course-widget ul.tabs li:nth-child(2n) {
	border-left: 1px solid rgba(0,0,0,.1)
}
.global__course-widget ul.tabs li:hover {
	cursor: pointer
}
.global__course-widget ul.tabs li.current {
	background: #fff;
	color: #222;
	cursor: default
}
.listing--related.listing__readout {
	margin-left: 0
}

@media screen and (min-width:750px) {
.global__course-widget ul.tabs li:nth-child(2n) {
	border: 0
}
.global__course-widget ul.tabs li:hover {
	border-bottom: 3px solid rgba(0,172,175,.3)
}
.global__course-widget ul.tabs li.current {
	background: 0 0;
	border-bottom: 3px solid #00ACAF;
	color: #222
}
.listing--related.listing__readout {
	margin-left: 10px
}
}
.listing--results.listing--related, .listing.listing--results {
	margin: 0
}

@media screen and (min-width:750px) {
.listing--results.listing--related, .listing.listing--results {
	margin-left: 10px
}
}
.listing--results.listing--related .listing--results__item, .listing.listing--results .listing--results__item {
	padding: 10px 5px
}
.listing--results.listing--related .results__main-item, .listing.listing--results .results__main-item {
	display: inline-block;
	margin: 0;
	padding: .1em 0 0;
	width: 100%;
	font-size: 1.3em;
	color: #222;
	font-weight: 700;
	line-height: 1.1
}
.listing--results.listing--related .results__award, .listing.listing--results .results__award {
	display: block;
	color: #5C6670;
	font-size: .85em;
	line-height: 1.1;
	font-weight: 400;
	padding-bottom: .1em
}
.listing--results.listing--related .results__course-name, .listing.listing--results .results__course-name {
	line-height: 1.1
}
.listing--results.listing--related .results__attribute, .listing.listing--results .results__attribute {
	margin: 0;
	padding: 0;
	display: inline-block
}
.listing--results.listing--related .results__attribute.results--new, .listing.listing--results .results__attribute.results--new {
	color: #222;
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	background: #FFC627;
	padding: 7px 5px 2px;
	font-size: .8em;
	text-transform: uppercase;
	line-height: .9;
	margin-bottom: 3px;
	position: relative;
	left: -5px
}
.listing--results.listing--related .results__attribute.results--attendance, .listing.listing--results .results__attribute.results--attendance {
	display: block;
	margin-bottom: 10px
}
.listing--results.listing--related .results--location.single--location, .listing.listing--results .results--location.single--location {
	background-color: #5C6670;
	color: #fff;
	padding: 7px 17px 8px 30px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 5px;
	border-radius: .2em
}
.listing--results.listing--related .results--location.single--location.location--manchester, .listing.listing--results .results--location.single--location.location--manchester {
background-image:url(/media/mmuacuk/style-assets/images/r-template/manchester-prospectus-icon.svg);
	background-position: 5px center;
	background-size: 20px;
	background-repeat: no-repeat
}
.listing--results.listing--related .results--location.single--location.location--cheshire, .listing.listing--results .results--location.single--location.location--cheshire {
background-image:url(/media/mmuacuk/style-assets/images/r-template/cheshire-prospectus-icon.svg);
	background-position: 5px center;
	background-size: 20px;
	background-repeat: no-repeat
}
.listing--results.listing--related .results--location.dual--location, .listing.listing--results .results--location.dual--location {
	background-color: #5C6670;
	color: #fff;
	padding: 7px 17px 8px 45px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 5px;
	border-radius: .2em;
background-image:url(/media/mmuacuk/style-assets/images/r-template/manchester-cheshire-prospectus-icon.svg);
	background-position: 5px center;
	background-size: 35px;
	background-repeat: no-repeat
}
.listing--results.listing--related .results__attribute.results--combined-honours, .listing.listing--results .results__attribute.results--combined-honours {
	border: 1px solid #00ACAF;
	padding: 5px 9px 5px 30px;
	margin-bottom: 5px;
	font-size: .85em;
	border-radius: .2em;
background:url(/media/mmuacuk/style-assets/images/r-template/combined-honours-icon.svg) 5px center no-repeat #00ACAF;
	background-size: 20px;
	color: #fff;
	font-weight: 700
}
.listing--results.listing--related .results__attribute.results--distance, .listing--results.listing--related .results__attribute.results--foundation, .listing--results.listing--related .results__attribute.results--sandwich, .listing.listing--results .results__attribute.results--distance, .listing.listing--results .results__attribute.results--foundation, .listing.listing--results .results__attribute.results--sandwich {
	border: 1px solid #ced1d4;
	padding: 5px 9px;
	margin-bottom: 5px;
	font-size: .85em;
	border-radius: .2em
}
.homepage__carousel {
	overflow: hidden;
	min-height: 300px;
	background: #222
}
.homepage__course-header {
	padding: 20px 10px 10px;
	color: #222;
	line-height: 1;
	font-size: 1.35em
}

@media screen and (min-width:750px) {
.homepage__course-header {
	font-size: 1.5em;
	padding: 30px 0 5px
}
.homepage__course-award {
	width: 33.333333333%;
	float: left
}
}
.homepage__courses {
	background: rgba(175,187,195,.25);
	overflow: hidden
}
.homepage__courses-container {
	max-width: 1111px;
	margin: 0 auto
}
.homepage__course-awards {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.homepage__course-award {
	display: block;
	background: #222;
	font-weight: 700;
	color: #fff;
	font-size: 1.2em;
	border-bottom: 1px solid rgba(175,187,195,.25)
}

@media screen and (min-width:750px) {
.homepage__course-awards.course-awards--contains-2 .homepage__course-award {
	width: 50%
}
.homepage__course-awards.course-awards--contains-4 .homepage__course-award {
	width: 25%
}
.homepage__course-award+.homepage__course-award {
	border-left: 1px solid rgba(175,187,195,.35)
}
}
.homepage__course-link {
background:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-right-white.svg) 97% center no-repeat rgba(175,187,195,.1);
	background-size: 8px 14px;
	display: block;
	line-height: 44px;
	padding: 5px 10px;
	transition: all .2s ease;
	color: #fff
}
.homepage__course-link:hover {
	background-color: #000a14
}
.homepage__wall {
	max-width: 1111px;
	margin: 30px auto 80px;
	overflow: hidden;
	background: rgba(175,187,195,.25)
}
.homepage__block {
	padding: 20px 10px;
	position: relative;
	min-height: 130px;
	overflow: hidden;
	transition: all .3s ease
}

@media screen and (min-width:480px) {
.homepage__block {
	border-top: 0;
	width: 50%;
	float: left;
	min-height: 375px;
	padding: 10px
}
}

@media screen and (min-width:750px) {
.homepage__block {
	width: 33.333333333%
}
}
.block--two {
	padding: 20px 10px
}

@media screen and (min-width:480px) {
.block--two {
	width: 100%;
	padding: 10px
}
}
.homepage__block-content {
	list-style-type: none;
	margin: 10px 0 0 10px;
	padding: 0 10px 0 0
}
.homepage__block-link {
	display: block
}
.homepage__genre {
	margin: 0 0 10px;
	padding: 3px 10px;
	border-radius: .1em;
	display: inline-block;
	background: #222;
	color: #fff;
	font-weight: 700
}
.homepage__time-since {
	display: block;
	font-size: 16px;
	color: #5C6670;
background:url(/media/mmuacuk/style-assets/images/r-template/small-time-icon.svg) left center no-repeat;
	background-size: 12px;
	padding-left: 18px;
	margin-top: 10px
}
.homepage__block-cta-link {
	font-weight: 700;
	display: inline-block;
	background: #5C6670;
	border: 1px solid #5C6670;
	border-radius: .2em;
	padding: .5em 1.5em .5em 3em;
	margin: 2em 0 0;
	color: #fff;
	transition: all .2s ease
}

@media screen and (min-width:750px) {
.block--two {
	width: 66.666666666%
}
.homepage__block-cta-link {
	position: absolute;
	bottom: 20px;
	left: 10px
}
}
.homepage__block-cta-link:hover {
	opacity: .85
}

@media screen and (max-width:750px) {
.homepage__block:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	background: linear-gradient(rgba(92,102,112,.1), transparent)
}
}
.block--quote {
	background-color: #007078;
	background-position: -9999px -9999px;
	background-repeat: no-repeat;
	position: relative
}
.homepage__feature-quote {
	font-family: "Serifa Light", cambria, arial, sans-serif;
	font-size: 1.65em;
	line-height: 1.1;
	padding-left: 5px;
	text-indent: -5px;
	color: #fff
}
.homepage__feature-attributed, .homepage__feature-background, .homepage__quote-award {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	margin: 0
}

@media screen and (min-width:750px) {
.block--quote {
	background-size: cover;
	background-position: top right
}
.homepage__feature-quote {
	font-size: 2em;
	line-height: 1.05
}
}
.homepage__feature-quote-individual {
	position: relative;
	display: inline-block;
	padding-left: 40px
}
.homepage__feature-quote-individual:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	content: '';
	background-color: rgba(255,255,255,.9);
	border-radius: 50%;
background-image:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-right.svg);
	background-size: 7px 11px;
	background-position: 53% center;
	background-repeat: no-repeat;
	display: inline-block
}
.homepage__quote-award {
	padding: 0;
	color: #AFBBC3;
	line-height: 1
}
.homepage__feature-attributed {
	padding: 0;
	font-size: 1.35em;
	color: #222;
	line-height: 1
}
.homepage__feature-background {
	padding: 0;
	color: #fff;
	line-height: 1
}
.block--cta .homepage__block--cta-text, .homepage__news-intro {
	font-family: "Serifa Light", cambria, arial, sans-serif
}
.homepage__portrait-small {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	overflow: hidden
}

@media screen and (min-width:750px) {
.homepage__feature-background {
	color: #5C6670
}
.homepage__feature-person {
	z-index: 10;
	max-width: 55%;
	margin-top: 10px
}
.homepage__portrait-small {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
.homepage__feature-quote-group-link {
	position: absolute;
	left: 10px;
	bottom: 20px
}
}
.homepage__portrait-small img {
	height: 100%;
	max-height: 100%;
	display: block
}
.block--cta .homepage__block--cta-link, .homepage__feature-quote-group-link {
	display: inline-block;
	color: #004A97;
	font-weight: 700;
	transition: all .2s ease
}
.homepage__feature-quote-group {
	margin: 0;
	padding: 0
}
.homepage__feature-quote-group-link {
	border-radius: .2em;
	padding: .5em 2.3em .5em 1.5em;
	margin: 2em 0 0;
	background: rgba(255,255,255,.9);
background-image:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-right.svg);
	background-size: 7px 11px;
	background-position: 96% center;
	background-repeat: no-repeat;
	border: 1px solid #AFBBC3
}
.block--cta {
	position: relative
}
.block--cta .homepage__genre {
	position: relative;
	z-index: 10
}

@media screen and (max-width:750px) {
.block--cta .homepage__block--cta-container {
	position: relative;
	z-index: 10
}
}
.block--cta .homepage__block--cta-text {
	font-size: 2em;
	line-height: 1;
	margin: 0;
	padding: 10px 0 0
}
.block--cta .homepage__block--cta-links {
	margin: 0;
	padding: 0
}
.block--cta .homepage__block--cta-link {
	border-radius: .2em;
	padding: .5em 2.3em .5em 1.5em;
	margin: 2em 0 0;
	background: rgba(255,255,255,.9);
background-image:url(/media/mmuacuk/style-assets/images/r-template/arrow-pointing-right.svg);
	background-size: 7px 11px;
	background-position: 96% center;
	background-repeat: no-repeat;
	border: 1px solid #AFBBC3
}

@media screen and (min-width:750px) {
.block--cta .homepage__block--cta-text {
	max-width: 50%
}
.block--cta .homepage__block--cta-link {
	position: absolute;
	left: 10px;
	bottom: 20px
}
}

@media screen and (max-width:750px) {
.block--cta:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.7)
}
#footer {
	clear: both
}
}
.block--cta.dark--background .homepage__block--cta-text {
	color: #fff
}
.genre--news {
	background-color: #FFC627;
	color: #222
}
.block--news {
	background: #eaecec
}
.homepage__news-intro {
	margin: 0;
	padding: 0;
	color: #222;
	font-size: 1.35em;
	line-height: 1.1
}
.homepage__news-summary {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	margin: 0;
	padding: 5px 0;
	line-height: 1.2
}
.block--news .tiny-mce {
	margin-top: 2em
}

@media screen and (min-width:750px) {
.block--news .tiny-mce {
	margin: 0;
	position: absolute;
	left: 10px;
	bottom: 20px;
	padding: 0
}
}
.block--news .tiny-mce .asbutton {
	margin: 0
}
.genre--twitter {
	background-color: #55acee
}
.block--twitter {
	background: #909598
}
.block--twitter .homepage__social-media-text-content a {
	color: #fff;
	font-weight: 700
}
.twitter--cta .homepage__block-cta-link {
background-image:url(/media/mmuacuk/style-assets/images/r-template/twitter-icon-white.svg);
	background-position: 5% center;
	background-repeat: no-repeat;
	background-size: 28px
}
.genre--facebook {
	background-color: #3b5998
}
.block--facebook {
	background: #909598
}
.block--facebook .homepage__social-media-text-content a {
	color: #fff;
	font-weight: 700
}
.facebook--cta .homepage__block-cta-link {
background-image:url(/media/mmuacuk/style-assets/images/r-template/facebook-icon-white.svg);
	background-position: 5% center;
	background-repeat: no-repeat;
	background-size: 28px
}
.homepage__social-media-text-content {
	font-size: 1.2em;
	color: #fff
}
.homepage__social-media-text-content .homepage__time-since {
	color: #343c43
}
.genre--events {
	background-color: #95C11F
}
.block--events {
	background: #f7f8f8
}
.block--events .tiny-mce {
	margin-top: 2em
}

@media screen and (min-width:750px) {
.block--events .tiny-mce {
	margin: 0;
	position: absolute;
	left: 10px;
	bottom: 20px;
	padding: 0
}
}
.block--events .tiny-mce .asbutton {
	margin: 0
}
.block--event-list-item {
	border-top: 1px solid rgba(175,187,195,.4);
	padding: 10px 0
}
.homepage__event-title {
	font-family: "Serifa Light", cambria, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1.35em;
	line-height: 1.1
}
.homepage__event-time, .homepage__press-office-text, .pagecopy.tiny-mce .date-icon__day-name, .staff-search__option {
	font-family: "Serifa Medium", cambria, arial, sans-serif
}
.homepage__event-time {
	margin: 0;
	padding: 0;
	color: #222
}
.genre--press {
	background-color: #E70095
}
.block--press {
	background: #bcbfc1
}
.homepage__press-office-text {
	color: #222;
	font-size: 1.3em;
	line-height: 1.1
}
.block--press:after {
	content: '';
background:url(/media/mmuacuk/style-assets/images/r-template/discussion-icon-white.svg) center center no-repeat;
	background-size: contain;
	-webkit-filter: drop-shadow(3px 3px 0 rgba(175, 187, 195, .3));
	filter: drop-shadow(3px 3px 0 rgba(175, 187, 195, .3));
	width: 36px;
	height: 36px;
	display: block;
	margin-top: 20px
}
.block--image-cta img {
	transition: all .2s ease
}
.block--image-cta:hover img {
	opacity: .9
}
.homepage__block.block--full-width {
	padding: 0
}
.staff-search__error {
	color: #FF6B00;
	font-weight: 700
}
.staff-search__error:before {
	content: '\00d7';
	margin-right: 5px;
	font-weight: 700
}
.staff-search--with.tiny-mce {
	padding-left: 0;
	margin-bottom: 6em
}
.staff-search--with.tiny-mce p {
	margin: 0;
	padding: 0
}
.staff-search--with.tiny-mce a.asbutton {
	margin: 0 0 10px
}
.pagecopy .staff-search__form {
	margin: 0 0 2em;
	padding: 0
}
.pagecopy .staff-search__form input[type=submit] {
	margin: .5em 0
}

@media screen and (min-width:750px) {
.block--press:after {
	position: absolute;
	width: 60px;
	height: 60px;
	bottom: 10px;
	left: 20px
}
.pagecopy .staff-search__form input[type=submit] {
	margin: 0;
	position: relative;
	top: -1px
}
}
.pagecopy .staff-search__form input[type=text] {
	width: 100%;
	font-size: 1.2em;
	display: block
}

@media screen and (min-width:750px) {
.pagecopy .staff-search__form input[type=text] {
	width: 500px;
	display: inline-block;
	margin-right: 5px
}
.department--listing.listing--related, .listing.department--listing {
	max-width: 66%
}
}
.atoz--listing {
	margin: .5em 0 3em;
	padding: 0;
	overflow: hidden
}
.atoz--listing li {
	background: #f2f3f4;
	display: block;
	float: left;
	position: relative;
	margin-right: 10px;
	line-height: 44px;
	margin-bottom: 10px;
	min-width: 44px;
	text-align: center;
	border-radius: .1em;
	color: #5C6670;
	border: 1px solid rgba(92,102,112,.1)
}
.atoz--listing a {
	background: #5C6670;
	color: #fff;
	display: block;
	font-weight: 700;
	border-radius: .1em;
	transition: all .2s ease
}
.atoz--listing a:hover {
	background-color: #222
}
.atoz--listing__current>a {
	color: #222;
	background: #fff
}
.atoz--listing__current>a:hover {
	color: #222;
	background: #fff;
	cursor: default
}
.department--listing.listing--related, .listing.department--listing {
	margin: 0 0 6em;
	padding: 0
}
.department--listing.listing--related a, .listing.department--listing a {
	padding: 10px 20px 10px 5px
}
.staff-search__readout {
	margin: 0;
	padding: 0 0 5px;
	font-size: 1.2em
}
.staff-search__listing {
	margin: 0 0 3em;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid rgba(92,102,112,.25)
}
.staff-search__item {
	padding: 10px 0;
	border-top: 1px solid rgba(92,102,112,.25)
}
.staff-search__person {
	margin: 0;
	padding: 0;
	font-weight: 700
}
.staff-search__title {
	margin: 0;
	padding: 0
}
.staff-search__email-button, .staff-search__profile-button {
	font-weight: 700;
	display: inline-block;
	background: #5C6670;
	border: 1px solid #5C6670;
	border-radius: .2em;
	padding: .5em 1.5em;
	margin: .5em .35em .5em 0;
	color: #fff;
	transition: all .2s ease
}
.staff-search__email-button {
background:url(/media/mmuacuk/style-assets/images/r-template/small-email-icon.svg) 13px center no-repeat #fff;
background:url(/media/mmuacuk/style-assets/images/r-template/small-email-icon.svg) 13px center no-repeat rgba(255,255,255,.9);
	background-size: 16px;
	padding-left: 35px;
	border: 1px solid #AFBBC3;
	color: #004A97;
	text-transform: lowercase
}
.staff-search__email-button:hover, .staff-search__profile-button:hover {
	opacity: .8;
	text-decoration: none!important
}
.pagecopy.date-feature {
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	text-align: center
}

@media screen and (min-width:750px) {
.pagecopy.date-feature {
	text-align: left
}
.pagecopy.tiny-mce .date-icon {
	float: left
}
}
.pagecopy+.pagecopy.date-feature {
	padding-top: 30px
}
.pagecopy.tiny-mce .date-icon {
	border: 6px solid #00ACAF;
	border-top-width: 30px;
	padding: 13px 10px 10px;
	border-radius: 12px;
	display: inline-block;
	text-align: center;
	color: #00ACAF;
	position: relative;
	max-width: 200px
}
.pagecopy.tiny-mce .date-icon:after, .pagecopy.tiny-mce .date-icon:before {
	content: '';
	width: 12px;
	height: 30px;
	background: #AFBBC3;
	position: absolute;
	top: -45px
}
.pagecopy.tiny-mce .date-icon:before {
	border: 3px solid #fff;
	border-radius: 12px;
	left: 15px
}
.pagecopy.tiny-mce .date-icon:after {
	border: 3px solid #fff;
	border-radius: 12px;
	right: 15px
}
.pagecopy.tiny-mce .date-icon__day-name {
	display: block;
	line-height: 1.1
}
.pagecopy.tiny-mce .date-icon__days {
	display: block;
	font-family: "Serifa Light", cambria, arial, sans-serif;
	font-size: 1.8em;
	line-height: 1
}
.pagecopy.tiny-mce .date-icon__month, .pagecopy.tiny-mce .date-icon__year {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	display: block
}
.pagecopy.tiny-mce .date-icon__month {
	line-height: 1.1
}
.pagecopy.tiny-mce .date-icon__year {
	line-height: 1
}
.pagecopy.tiny-mce .date-explain {
	padding-top: 20px
}

@media screen and (min-width:750px) {
.pagecopy.tiny-mce .date-explain {
	float: left;
	margin-left: 20px;
	max-width: 70%;
	padding-top: 10px
}
}
.pagecopy.tiny-mce .date-explain__header {
	margin: 0;
	padding: 0
}
.no-white-space {
	margin-top: 0!important;
	margin-bottom: 0!important;
	padding-top: 0!important;
	padding-bottom: 0!important
}
.pagecopy+.pagecopy {
	margin-top: 12.5px
}
.hero+.pagecopy, .nav__list+.pagecopy {
	margin-top: 40px
}
.hero+.optional__wrapper {
	margin-top: 1.5em
}
.homepage__carousel+.pagecopy {
	margin-top: 40px
}
.pagecopy+.carousel-links {
	margin-top: 100px
}
div.tiny-mce>:first-child {
	padding-top: 7px
}
.pagecopy.tiny-mce+.pagecopy.tiny-mce+.pagecopy.cta {
	margin-top: .75em
}
.pagecopy.cta+.pagecopy.tiny-mce {
	margin-top: 3.5em
}
.pagecopy.cta+.pagecopy.tiny-mce+.pagecopy.cta, .pagecopy.tiny-mce+.pagecopy.cta+.pagecopy.tiny-mce, .pagecopy.tiny-mce+.pagecopy.cta+.pagecopy.tiny-mce+.pagecopy.cta {
	margin-top: .75em
}
.hero+.listing, .hero+.listing--related {
	margin-top: 40px
}
.listing+.pagecopy, .listing--related+.pagecopy, .pagecopy+.listing, .pagecopy+.listing--related {
	margin-top: 30px
}
*+.social-media, .listing+.carousel-links, .listing--related+.carousel-links {
	margin-top: 100px
}
.homepage__wall+.social-media {
	margin-top: 30px
}
.pagecopy~footer {
	margin-top: 6em
}
.nav__section--footer+footer {
	margin-top: 0
}
.pagecopy.tiny-mce+#footer {
	margin-top: 4em
}

@media screen and (min-width:750px) {
.pagecopy.tiny-mce+#footer {
	margin-top: 0
}
.footer__tag {
	margin-top: 110px
}
}
body, h1, h2, h3 {
	margin: 0;
	padding: 0
}
html {
	box-sizing: border-box;
	overflow-y: scroll
}
body {
	font-family: "Source Sans Pro", "Helvetica Neue", arial, sans-serif;
	line-height: 1.35;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
a {
	color: #004A97;
	text-decoration: none
}
h1, h2, h3 {
	font-weight: 400;
	color: #222
}
h1, h2 {
	font-family: "Serifa Light", cambria, arial, sans-serif
}
img {
	max-width: 100%;
	display: block
}
 @-webkit-keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.inner-hero__banner__container__content__heading.aqua {
	color: #35C0CA;
}
.inner-hero__banner__container__content__heading.orange {
	color: #F47521;
}
.inner-hero__banner__container__content__heading.lime {
	color: #B7D433;
}
.inner-hero__banner__container__content__heading.dark-pink {
	color: #E60895;
}
.inner-hero__banner__container__content__heading.yellow {
	color: #FFCB05;
}
.inner-hero__banner__container__content__heading.black {
	color: white;
}
.inner-hero__banner__container__content__heading.show.aqua > span {
	color: white;
	background-color: rgba(53, 192, 202, 0.85);
}

@media screen and (min-width: 767px) {
.inner-hero__banner__container__content__heading.show.aqua > span {
	background-color: #35C0CA;
}
}
.inner-hero__banner__container__content__heading.show.orange > span {
	color: white;
	background-color: rgba(244, 117, 33, 0.85);
}

@media screen and (min-width: 767px) {
.inner-hero__banner__container__content__heading.show.orange > span {
	background-color: #F47521;
}
}
.inner-hero__banner__container__content__heading.show.lime > span {
	color: white;
	background-color: rgba(183,212,51, 0.85);
}

@media screen and (min-width: 767px) {
.inner-hero__banner__container__content__heading.show.lime > span {
	background-color: #B7D433;
}
}
.inner-hero__banner__container__content__heading.show.dark-pink > span {
	color: white;
	background-color: rgba(230,8,149, 0.85);
}

@media screen and (min-width: 767px) {
.inner-hero__banner__container__content__heading.show.dark-pink > span {
	background-color: #E60895;
}
}
.inner-hero__banner__container__content__heading.show.yellow > span {
	background-color: rgba(255,203,5, 0.85);
	color: black;
}

@media screen and (min-width: 767px) {
.inner-hero__banner__container__content__heading.show.yellow > span {
	background-color: #FFCB05;
}
}
.inner-hero__banner__container__content__heading.show.black > span {
	background-color: rgba(34,34,34, 0.85);
	color: white;
}

@media screen and (min-width: 767px) {
.inner-hero__banner__container__content__heading.show.black > span {
	background-color: #222222;
}
}
.inner-hero__banner strong {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	font-weight: normal;
}
.inner-hero__banner {
	height: 250px;
	position: relative;
	display: flex;
	display: -ms-flexbox;
	justify-content: flex-end;
	flex-direction: column;
}

@media screen and (min-width: 767px) {
.inner-hero__banner {
	height: 300px;
	display: block;
	margin: 0 0 25px 0;
}
}

@media screen and (min-width: 1111px) {
.inner-hero__banner {
	height: 400px;
	margin: 0 0 35px 0;
}
}
.inner-hero__banner__overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}
.inner-hero__banner__overlay.show {
	background: rgba(0, 0, 0, 0.4);
}
.inner-hero__banner__container {
	padding: 20px;
	z-index: 2;
}

@media screen and (min-width: 767px) {
.inner-hero__banner__container {
	padding: 0 20px;
	width: 767px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
}

@media screen and (min-width: 1111px) {
.inner-hero__banner__container {
	width: 1111px;
	margin: 0 auto;
}
}
.inner-hero__banner__container::after {
	content: "";
	display: table;
	clear: both;
}
.inner-hero__banner__container__content {
	display: inline-block;
}
.inner-hero__banner__container__content__heading {
	width: 100%;
	text-transform: uppercase;
	font-family: "Serifa Light", cambria, arial, sans-serif;
	line-height: 0.9;
	font-size: 2em;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 375px) {
.inner-hero__banner__container__content__heading {
    font-size: 1.4em;
}
}

.inner-hero__banner__container__content__heading.show {
	line-height: 1;
}

@media screen and (min-width: 767px) {
.inner-hero__banner__container__content__heading {
	display: inline-block;
	font-size: 2.9em;
}
}

@media screen and (min-width: 1111px) {
.inner-hero__banner__container__content__heading {
	font-size: 3.4em;
}
}
.inner-hero__banner__container__content__heading span {
	display: block;
	clear: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.inner-hero__banner__container__content__heading.show span {
	padding: 0 7.5px;
}
.inner-hero__banner__container__content__heading.show span:not(:last-of-type) {
	margin-bottom: 5px;
}
.inner-hero__banner__container__content__heading span:first-of-type {
	animation-delay: 0.5s;
}
.inner-hero__banner__container__content__heading span:nth-of-type(2) {
	animation-delay: 0.75s;
}
.inner-hero__banner__container__content__heading span:nth-of-type(3) {
	animation-delay: 1s;
}
.inner-hero__banner__container__content__subheading {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	line-height: 1;
	font-size: 0.8em;
	margin-top: 10px;
	color: white;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	animation-delay: 1.25s;
}

@media screen and (min-width: 767px) {
.inner-hero__banner__container__content__subheading {
	font-size: 1em;
}
}

@media screen and (min-width: 1111px) {
.inner-hero__banner__container__content__subheading {
	font-size: 1em;
}
}
.inner-hero__banner__container__content__subheading.show_subheading {
	margin-top: 5px;
}
.inner-hero__banner__container__content__subheading.show_subheading span {
	display: inherit;
	padding: 5px;
	background: rgba(34,34,34, 0.8);
}

@media screen and (min-width: 767px) {
.inner-hero__banner__container__content__subheading.show_subheading span {
	background: #222;
	padding: 6px 8px;
}
}

@media screen and (min-width: 1111px) {
.inner-hero__banner__container__content__subheading span {
	font-size: 1.1em;
}
}
.bold-one span:first-of-type {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
}
.bold-two span:nth-of-type(2) {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
}
.bold-three span:nth-of-type(3) {
	font-family: "Serifa Medium", cambria, arial, sans-serif;
}
.inner-hero__banner__container__content__subheading.white_bg.show_subheading span {
	background: rgba(255, 255, 255, 0.8);
	color: #222222;
}

@media screen and (min-width: 767px) {
.inner-hero__banner__container__content__subheading.white_bg.show_subheading span {
	background: white;
	color: #222222;
}
}
.cookie-policy {
	width: 100%;
	background: #0091b3;
	color: white;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
}
.cookie-policy:after {
	content: "";
	display: table;
	clear: both;
}
.cookie-policy__container {
	padding: 10px 20px;
}

@media screen and (min-width: 767px) {
.cookie-policy__container {
	display: flex;
	-ms-display: flex;
	flex-direction: row;
	align-items: center;
}
}
.cookie-policy__container:after {
	content: "";
	display: table;
	clear: both;
}
.cookie-policy__container__consent {
	margin: 0;
	padding: 0 0 10px 0!important;
	text-align: left;
	color: white;
    font-weight: normal;
}

@media screen and (min-width: 767px) {
.cookie-policy__container__consent {
	font-size: 16px;
	line-height: 24px;
	padding: 0 10px 0 0 !important;
	flex: 1;
}
}
.cookie-policy__container__consent a {
	font-weight: bold;
	color: white !important;
	text-decoration: underline;
}
.cookie-policy__container__button {
	border: 0;
	font-size: 14px;
	color: #0091b3;
	padding: 10px 20px;
	font-weight: bold;
    background:#fff;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}

@media screen and (min-width: 767px) {
.cookie-policy__container__button {
	display: flex;
	-ms-display: flex;
	align-items: center;
	align-content: space-between;
	border: 2px solid transparent;
}
}
.cookie-policy__container__button:hover {
	color: white;
	background: none;
	border: 2px solid white;
}

.hero.js-hero-has-image.hero--box .hero__content--box {
	background: rgba(255,255,255, 0.9);
}

/* Inner full width hero banner */

.fullwidth__hero {
	width: 100%;
	height: 250px;
	background-position: center center;
	background-size: cover;
}
/*
.fullwidth__hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.65);
}*/
.fullwidth__hero__container {
	height: 250px;
	margin: 0 auto;
	padding: 0 15px;
}
.fullwidth__hero__content {
	color: white;
	position: relative;
	top: 35%;
	transform: translateY(-35%);
	-ms-transform: translateY(-35%);
	-webkit-transform: translateY(-35%);
	width: 100%;
    z-index: 2;
}
.fullwidth__hero__heading {
	color: white;
	font-family: "Serifa Medium", cambria, arial, sans-serif;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1.2;
	font-size: 2em;
}
.fullwidth__hero__subheading {
	color: white;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.2;
	font-size: 1.1em;
}
.fullwidth__hero__content p {
	margin: 0;
	padding: 0;
}
/* animations */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
 @-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
 @-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
}
to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes fadeIn {
0% {
opacity:0
}
to {
 opacity: 1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
to {
 opacity: 1
}
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
 @-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
 @-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
/* animation delay */

.delay-0-25s {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.delay-0-5s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.delay-0-75s {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.delay-1-25s {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}
.delay-1-5s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.delay-1-75s {
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}
.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

/* Device specific media queries */

@media (min-width: 750px) {
.fullwidth__hero, .fullwidth__hero__container {
	height: 350px;
}
.fullwidth__hero__container {
	width: 750px;
}
.fullwidth__hero__content {
	width: 700px;
}
.fullwidth__hero__heading {
	font-size: 2.3em;
	line-height: 1;
}
.fullwidth__hero__content p {
	font-size: 18px;
}
.fullwidth__hero__subheading {
	font-size: 1.3em;
}
}

@media (min-width: 1111px) {
.fullwidth__hero, .fullwidth__hero__container {
	height: 450px;
}
.fullwidth__hero__container {
	width: 1111px;
}
.fullwidth__hero__content {
	width: 650px;
}
.fullwidth__hero__heading {
	font-size: 3em;
	line-height: 1;
}
}
.center {
	text-align: center;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.fullwidth__hero .video-container {
  position: relative;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
}
.fullwidth__hero .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.fullwidth__hero .video-container__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}


header.site-header {
    min-height: auto !important;
    box-shadow: none;
}

footer.site-footer h2 {
	color:white;
}

/* New footer addtional styling */

.site-footer {
 margin:50px 0 0 0 !important; 
}