/*
	
	INTO Corporate Website Main Stylesheet.
	
	2015 INTO University Partnerships Ltd and IUP 2 LLP.
	
	Author: cFront Software Ltd. (SABN).
	Created: 14 Aug 2015.
	
*/

/*
	Core colors:
	
	INTO Red: 			#ED1C24;
	INTO Dark Red:		#c00418;
	INTO Yellow:		#ffde00;
	INTO Dark Yellow:	#fabb00;
*/

/*
	Core styles
*/

:root {
	--into-red: #ED1C24;
	--into-dark-red: c00418;
	--into-yellow: #ffde00;
	--into-dark-yellow: #fabb00;
}

#devEnvironment {
	position:fixed;
	top:0;
	left:0;
	padding:10px;
	background:#ED1C24;
	color:#FFFFFF;
	font-family:'Neo Sans W01 Medium';
	font-size:30px;
	z-index:10000;
}

html {
	
}

body {
	margin:0;
	background-color:#FFFFFF;
	font-family:Lato, Verdana, 'sans-serif';
	color: #333333;
	overflow-y:scroll;
	font-size:19px;
	width: 100%;
	
}

body.hidden_scroll {
	overflow-y:hidden;
}

h1, h2, h3, h4, h5 {
	font-family:'Neo Sans W01 Medium';
	font-weight:Normal;
	color:#333333;
}

h1 {
	font-size:38px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:19px;
	margin:8px 0;
}

h4 {
	font-size:15px;
}

a {
	text-decoration:none;
	color:#ED1C24;
}

a:hover {
	color:#A0262A;
	transition:all ease 0.7s;
}

a:hover h3 {
	text-decoration:none;
	color:#ED1C24;
	transition:all ease 0.7s;
}

li, p {
	line-height:2rem;
}

li.itw_item,
#centreAddress p {
	line-height:26px;
}

#studentSiteFlashLink {

}

.uni_group_marker:hover {
	fill:#ed1c24!important;
	transition:0.7s;
	cursor:pointer;
}

a#studentSiteFlashLink {
	display:none;
	text-decoration:none;
	color:#ffd300;
	background:#333333;
	padding:20px 0;
	font-family: 'neo sans w01 Light734947';
}

a#studentSiteFlashLink:hover {
	transition:background ease-in-out 0.7s;
	background: #222222;
}

a#studentSiteFlashLink span {
	display:block;
}

#floatingLinks {
	transform: rotate(270deg) translate(0,30px);
	color:#FFFFFF;
	position:fixed;
	right:-87px;
	top:390px;
	z-index:1001;
	-webkit-transform-origin: 50%  51%;
}

#contactFloater,
#newsFloater {
    padding: 8px 27px 10px 27px;
	color:#FFFFFF;
	background:#ED1C24;
	font-family:'Neo Sans W01';
	z-index:1001;
	-webkit-transform-origin: 50%  51%;
	text-decoration:none;
	margin:2px;
}
.photo-gallery .container {
    padding:0;
}

.photo-gallery .photo_gallery {
    flex-wrap:wrap;
}

.photo-gallery .photo_gallery .photo_item {
    width:20%;
}

.photo-gallery .photo_gallery .photo_item a,
.photo-gallery .photo_gallery .photo_item img {
    display:block;
    width:100%;
}

.triple-g-title-image img {
	width: 30%;
	display: block;
	margin: 2rem auto;
	max-width: 300px;
}

.triple-g {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.triple-g > div {
	width:calc(33% - 2rem);
	margin:1rem;
}

.triple-g > div img {
	display:block;
	width: 100%;
	max-width: 300px;
    margin: auto;
}


#newsFloater {
	display: none;
}

#contactFloater:hover,
#newsFloater:hover {
	background:#222222;
	color:#FFFFFF;
	transition:all ease 0.7s;
	cursor:pointer;
}

#floatingLinks {
    right: -28px;
}

.container {
	width:100%;
    max-width:1280px;
	margin:0 auto;
}

.fwtext p {
    width:80%;
}

#topFeature:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#topFeature img {
	width:100%;
}

#headerWrapper {
	position: fixed;
    background: #333333;
    top: 0;
    width: 100%;
    z-index: 10;
}

.text-page {
    min-height:600px;
}

#headerWrapperSpacer {
	height:53px;
	width:100%;
}

#headerOuter {
	position:relative;
}

#header {
	width:100%;
	z-index: 10000;
	
}

.text-page h1, .text-page h2, .text-page h3, .text-page p, .text-page ul,
.fw_page h1, .fw_page h2, .fw_page h3, .fw_page p, .fw_page ul {
    width:80%;
}

#headerRight {
    float: right;
}

.header_page_name {
	color: #ffd300;
    font-size: 19px;
    font-family: 'neo sans w01 Light734947';
    padding: 19px 0 0 0;
    display: inline-block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 31%;
}

#globalSearch {
	position:absolute;
	top:0;
	right:0;
}

#globalSearch form {
	position:fixed;
	right:-600px;
}

.search_input_container,
.search_button_container,
.search_button_cancel {
	float:left;
}

.search_input_container input,
.search_button_container input,
.search_button_cancel {
	border:none;
	padding:15px;
	font-family:'Lato', 'sans-serif';
	font-weight:300;
	font-size:19px;
}

.search_button_container input {
	font-family: 'Material Icons';
	font-size: 30px;
	padding: 13px 12px 10px 12px;
	color:#FFFFFF;
	background:#e11f21;
}

.search_button_container input:hover {
	cursor: pointer;
    background: #bd1716;
    transition: background ease 0.7s;
}

.search_button_cancel {
	padding:0;
	background:#212121;
}

.search_input_container input {
	width: 360px;
	outline:none;
}

#globalSearch .material-icons {
	font-size:30px;
	color:#999999;
	display:block;
	padding: 12px 12px 11px 12px;
}

#globalSearch .material-icons:hover {
	cursor: pointer;
    background: #e11f21;
	color:#FFFFFF;
    transition: background ease 0.7s;
}

.ezsearch-pager {
	padding:0 0 10px 0;
	margin:10px 0;
	border-top:1px solid #DDDDDD;
}

.ezsearch-result h2 {
	font-family:'Lato', 'sans-serif';
	font-weight:500;
	font-size:19px;
	margin-bottom:2px;
}

.ezsearch-result p:first-of-type {
	margin-top:0;
}

.search_result_type {
	display:none;
}

.ezsearch-result {
	padding: 0 0 10px 0;
    border-top: 1px solid #ededed;
}

.ezsearch-result:first-of-type {
	border-top:0;
}

.ezsearch-result p {
	font-size: 15px;
    width: 70%;
    margin-top: 10px;
}

.ezsearch-result .material-icons {
    position: relative;
    top: 5px;
}

.ezsearch-result h2 a:hover {
	text-decoration:underline;
}

.container.news_article img {
	max-width:100%;
	display:block;
	margin: 20px 0;
}

.page-not-found {
    background: rgb(236,102,8);
    background: linear-gradient(90deg, rgba(236,102,8,1) 0%, rgba(237,28,36,1) 35%, rgba(149,27,129,1) 100%);
    color:#FFF;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family:'Neo Sans W01';
    height: 100%;
}

.page-not-found p {
    text-align:center;
    padding:0 2rem;
}

.page-not-found img {
    display:block;
    margin:0 auto 1rem auto;
    width:90%;
    max-width:450px;
}

.page-not-found a.pnf-button {
    text-decoration:none;
    color: #fff;
    padding: 0.5rem 1rem;
    text-align: center;
    border: 1px solid #fff;
    margin: 2.5rem auto 0 auto;
    display: block;
    width: 100px;
    transition:0.7s;
}

.page-not-found a.pnf-button:hover {
    background:rgba(255,255,255,1);
    color:#bd1716;
}

.flex-container {
    display:flex;
    flex-wrap:wrap;
}

.flex-container .col-2-3 {
    width:66.667%;
}

.flex-container .col-1-3 {
    width:33.333%;
}

.coronavirus .media_item_link {
    width:100%;
}

/* FAQS */

.faq {
    padding:0;
}

.faq:hover,
.faq.active {
    transition:0.7s;
    background:#EDEDED;
}

.faq h3 {
    cursor:pointer;
    margin:0;
    align-items: center;
    border-bottom: 2px solid #ededed;
    color:#ED1C24;
    width:100%;
    padding: 2rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: flex;
    justify-content: space-between;
}

.faq.active h3 {
    background: rgba(255,255,255,0.5);
}

.faq h3 .fal {
    margin-left:1rem;
}

.faq h3 .mi-add,
.faq h3 .mi-remove {
    padding-left: 4rem;
}

.faq h3 .mi-add {
    display:inline-block;
}

.faq h3 .mi-remove {
    display:none;
}

.faq.active h3 .mi-add {
    display:none;
}

.faq.active h3 .mi-remove {
    display:inline-block;
}

.faq-answer p {
    line-height: 1.5rem;
}

.faq_answer {
    padding:0 2rem 0 2rem;

}

.faq.active .faq_answer {
    padding:0 2rem 2rem 2rem;
}

.answer-col {
    width:80%;
}

.container .faq_answer .flex-container {
    padding:0;
}

.expandable_content {
    display:none;
}

.standard-links a,
.standard-links a:hover {
    text-decoration:underline;
}

/* New push left nav sync with INTO Higher */

body.is-menu-open {
    overflow: hidden;
    position: fixed;
    height: 100%;
}

body #menu-mask {
    display: none;
}

body.is-menu-open #menu-mask {
    display: block;
}

#menu-mask {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}

.main-site * {
    box-sizing: border-box;
}

.main-site {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: left 400ms ease-out;
    -moz-transition: left 400ms ease-out;
    -o-transition: left 400ms ease-out;
    -ms-transition: left 400ms ease-out;
    transition: left 400ms ease-out;
}

.news_date {
	font-family:'Lato', 'sans-serif';
	color:#666666;
	font-size:23px;
	margin-left:16px;
}

.main-site.is-shifted {
    
    left: 270px;
    height: 100%;
}

#sidebar {
    background-color: #bd1716;
}

.l-sidebar-nav {
    width: 0;
    height: 100%;
    float: left;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 10;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
    -webkit-transition: width 400ms ease-out;
    -moz-transition: width 400ms ease-out;
    -o-transition: width 400ms ease-out;
    -ms-transition: width 400ms ease-out;
    transition: width 400ms ease-out;
}

.l-sidebar-nav.is-expanded {
    width: 270px;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

#sidebar .sidebar-nav-list {
    border-right-width: 4px;
    border-right-style: solid;
	list-style: none;
	margin: 0;
    padding: 0;
}

.l-sidebar-nav .l-sidebar-nav-list {
    width: 270px;
}

.sidebar-nav-list {
    border-right-color: #791413;
}

.l-sidebar-nav .l-sidebar-nav-header {
    height: 82px;
    width: 270px;
    border-right: 4px solid #791413;
}

.sidebar-nav-list .nav-item .nav-item-content {
    font-family: "Neo Sans W01 Medium";
}

.sidebar-nav-list .nav-item.ni_low .nav-item-content {
    font-family: "Neo Sans W01";
}

.sidebar-nav-list a {
	color: #fff;
}

.sidebar-nav-list a:hover {
	transition: background ease 0.7s;
    background: #bd1716;
}

#sidebar #sidebar-logo {
    height: 25px;
    margin: 30px 0 0 25px;
}

#sidebar #sidebar-close {
    text-align: center;
    cursor: pointer;
}

.l-sidebar-nav .l-sidebar-close {
    float: right;
    margin: 0;
    display: block;
    padding: 26px 20px 20px 26px;
}

.l-sidebar-nav .l-sidebar-close:hover {
	transition: background ease 0.7s;
    background: #791413;
}

.css-icon {
    position: relative;
    -webkit-backface-visibility: hidden;
    border: 0 solid;
	top: 0px;
	left:0px;
}

.icon-close i, .icon-close em {
    top: 50%;
    left: 50%;
    width: 100%;
    -moz-transform: translate(-8px, -1px);
    -ms-transform: translate(-8px, -1px);
    -webkit-transform: translate(-8px, -1px);
    transform: translate(-8px, -1px);
}

.css-icon i:before, .css-icon i:after, .css-icon em:before, .css-icon em:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: transform 400ms ease-in-out;
    -moz-transition: transform 400ms ease-in-out;
    -o-transition: transform 400ms ease-in-out;
    -ms-transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
}

.icon-close i:before, .icon-close i:after, .icon-close em:before, .icon-close em:after {
    width: 16px;
    height: 2px;
    border-radius: 0px;
}

.icon-close i:before, .icon-close em:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-close i:after, .icon-close em:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.css-icon i, .css-icon em {
    position: absolute;
    height: 100%;
}

.sidebar-nav-list .nav-item {
    background-color: #ed1b24;
    border-top-color: #bd1716;
}

.nav-item .material-icons {
    position: absolute;
    right: 14px;
    top: 14px;
}

.nav-item .material-icons:hover {
	cursor:pointer;
}

.nav-item {
    width: 100%;
    border-top-width: 2px;
    border-top-style: solid;
	position:relative;
}

.nav-item .nav-item-content {
    display: block;
    padding: 14px 25px 13px 25px;
}

.sub_nav {
	display:none;
	list-style-type:none;
	margin:0;
	padding:0 0 10px 0;
	font-family:"Neo Sans W01";
	font-size:16px;
}

.sidebar-nav-list .sub_nav a {
	color: #fff;
	display:block;
	padding:3px 25px;
}

.nav-item-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    float: right;
}

.icon-arrow-right i:before, .icon-arrow-right i:after, .icon-arrow-right em:before, .icon-arrow-right em:after {
    width: 10px;
    height: 2px;
    border-radius: 0px;
    left: 3px;
}

.icon-arrow-right i:before, .icon-arrow-right em:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(25% + 0.5px);
}

.icon-arrow-right i:after, .icon-arrow-right em:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(75% - 1px);
}

li.selected .css-icon i, 
li.selected .css-icon em {
    left:7px;
}


li.selected .icon-arrow-right i:before, 
li.selected .icon-arrow-right em:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(25% + 6px);
    left: -3px;
}

/* EO -- New push left nav sync with INTO Higher */

/*

nav {
	font-size:13px;
	margin:8px 0 9px 0;
	line-height: 1;
}

nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

nav ul li {
	display:inline-block;
	margin-left:9px;
	text-align:center;
}

nav ul li:nth-child(1) {
	margin-left:0;
}

nav ul li a {
	color:#FFFFFF;
	text-decoration:none;
}

nav ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	transition:all ease 0.7s;;
}
*/
.student_data {
	color:#ffd300;
	text-align:right;
	font-size:17px;
	margin:24px 0 0 0;
	line-height: 1;
	display:none;
}

.student_data.has_data {
	display:block;
	font-family:'neo sans w01 Light734947';
}

.student_data .data_num {
	font-family:'Neo Sans W01 Medium';
}

.student_data.sd_resp.has_data {
	display:none;
	background:#4f4f4f;
	text-align:left;
	line-height:150%;
	width:100%;
	box-sizing:border-box;
	padding:12px 16px;
	text-transform:UPPERCASE;
	margin:0;
}

#INTOLogo {
	display:block;
	float:left;
    margin: 14px 34px 14px 0;
}

#INTOLogo img {
	width:98px;
	display:block;
}

.nav_bars {
	padding:6px;
	display:block;
	float:left;
    margin: 9px 34px 10px 0;
	/*border: 1px solid rgba(255,255,255,0.1);*/
}

.nav_bars:hover {
	cursor:pointer;
	background:#e11f21;
	transition: background ease 0.7s;
}

.nav_bars .nav_bar {
	display:block;
	height:4px;
	background:#FFFFFF;
	width:28px;
	margin:0;
}

.nav_bars .nav_bar:nth-child(2) {
	margin:5px 0;
}

.down_arrow_home:hover {
	cursor:pointer;
	transform: translate(0,10px);
    transition: all ease 1s;
}

#mobileMenu {
	position:fixed;
	background:#4d4d4d;
	color:#FFFFFF;
	width:100%;
	top: 57px;
    left: 0;
	display:none;
	
}
#mobileMenuInner {
    max-width: 960px;
    margin: 0 auto;
}

#mobileMenuInner div {
	text-decoration:none;
	color:#FFFFFF;
	padding:0;
	font-size:1em;
	font-family:'Neo Sans W01';
}

#mobileMenuInner div a {
	display:block;
	padding:0.5em 1em;
	background:#4d4d4d;
	border-bottom:1px solid #333333;
	transition:all ease 0.5s;
	position:relative;
}

#mobileMenuInner div a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:#ED1C24;
	transition:all ease 0.5s;
}

#mobileMenu #mobileMenuInner .has_sub .fa {
	font-size:16px;
	color:#FFFFFF;
	-webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
	right: 0;
    text-align: center;
    top: 0px;
    z-index: 1;
    width: 35px;
}

#mobileMenu #mobileMenuInner .has_sub.selected .fa {
	webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#mobileMenuInner div.sub_nav {
	display:none;
}

#mobileMenuInner div.sub_nav a {
	background:#808080;
	font-weight:400;
	font-size:0.9em;
	border-bottom:1px solid #666666;
	padding-left:1.5em;
	transition:all ease 0.5s;
}

#mobileMenuInner div.sub_nav a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:#ED1C24;
	transition:all ease 0.5s;
}

#mobileMenuInner div#navHead,
#mobileMenuInner div#navHead:hover {
	background:#000000;
	margin:0;
	padding:0;
}

#mobileMenuInner div#navHead h2 {
	color:#FFFFFF;
	display:block;
	float:left;
	padding: 10px 1em 10px 0.7em;
	margin:0;
}

#mobileMenuInner div#navHead h2 a,
#mobileMenuInner div#navHead h2 a:hover {
	color:#FFFFFF;
	text-decoration:none;
	padding:5px 0 0 0;
	background:none;
	border-bottom: 2px solid transparent;
}

#mobileMenu div#navHead h2 a:hover {
    border-bottom: 2px solid #ED1C24;
}

#mobileMenu div#navHead .close {
	color:#FFFFFF;
	float:right;
    display: block;
}

#mobileMenuInner div#navHead .close:hover {
	background:#ED1C24;
	transition:all ease 0.7s;
	cursor:pointer;
}

#mobileMenuInner div a {
	color:#FFFFFF;
}

#mobileMenuInner a.sub-link {
	font-family:'Neo Sans W01';
	display:inline-block;
	font-size:0.6em;
}

#mobileMenuInner a:first-of-type {
	display:block;
	white-space: nowrap;
}

#mobileMenuInner a.sub-link:hover {
	text-decoration:underline;
}

#headerNav {
	float:right;
}

#headerNav nav {

}

#headerNav nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#headerNav nav ul li {
	display:block;
	float:left;
	line-height:100%;
}

#headerNav nav ul li a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-family:'Neo Sans W01';
	font-size:16px;
	margin:20px 0 0 16px;
	position:relative;
}

#headerNav nav ul li:first-of-type a {
	margin-left:0;
}

#headerNav nav ul li a:before {
	content:"";
	height:2px;
	background:transparent;
	width:100%;
	position:absolute;
	display:block;
	bottom:-6px;
}

#headerNav nav ul li a:hover:before {
	background:#FFFFFF;
	transition:background ease-in-out 0.7s;
}

#searchContainer {
	float: left;
	display:none;
	margin-left:1.75em;
}

#searchContainer input {
    position: relative;
    top: -4px;
    border: none;
    padding: 0.5em 1em;
    font-size: 1em;
    color: #333333;
    float: left;
    font-family: Lato, Verdana, 'sans-serif';
}

#searchContainer button,
#searchContainer span {
    position: relative;
    top: -4px;
    border: none;
    padding: 0.7em 1em;
    font-size: 0.7em;
    color: #FFFFFF;
    float: left;
	background:#ED1C24;
}

#searchContainer button:hover,
#searchContainer span:hover {
    color: #FFFFFF;
	background:#00604B;
	cursor:pointer;
	transition:all ease 0.7s;
}

#searchContainer span.btn-close {
	background:#000000;
}

#searchContainer span.btn-close:hover {
	background:#00604B;
}

#searchIcon button i.fa-search:hover {
	color:#FFFFFF!important;
}

#searchContainer button i.fa,
#searchContainer span i.fa {
	margin:0;
}

#breadcrumb ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#breadcrumb ul li {
	display:inline-block;
	
}

#breadcrumb a {
	text-decoration:none;
	color:#ED1C24;
	transition:all ease 0.7s;
}

#breadcrumb a.active {
	color:#4f4f4f;
}

#breadcrumb a:hover {
	text-decoration:none;
	color:#4f4f4f;
	transition:all ease 0.7s;
}

.blog_article img {
	display:block;
	width:100%;
}

.container.blog_article h1 {
	margin:0 0 20px 0!important;
}

.blog_article .col_1_3:nth-child(1),
.blog_article .col_1_3,
.blog_article .col_2_3 {
	padding:40px 20px 20px 20px!important;
}

.blog_article .col_1_3:nth-child(1),
.blog_article .col_1_3 {
	width:33.333%!important;
}

.blog_article .col_2_3 {
	width:66.667%;
}

.blog_date {
	color:#888888;
}

/* SCROLLED HEADER */


/* sections */

	.news_rsp {
		display:none;
	}

.section_hero {
	text-align: center;
    width: 100%;
	padding:0;
	margin:0;
	position:relative;
	height:100%;
	overflow: hidden;
	transition:all ease 0.7s;
	box-sizing:border-box;
	
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-direction: column;
	-ms-justify-content: center;
}

.section_hero:after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content: '';
}

.section_hero .down_arrow {
	position:absolute;
	left:50%;
	bottom:24px;
	margin-left:-30px;
    display: block;
	text-decoration:none;
	z-index: 2;
	display:none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
}

.section_hero .down_arrow .material-icons {
    color: #FFFFFF;
	position: relative;
    top: 8px;
    font-size: 50px;
}

#sectionHero_1 .down_arrow,
.section_hero.sh_1 .down_arrow {
	display:block;
}

.responsive {
	display:none;
}

/*
.section_hero .down_arrow i:before,
.section_hero .down_arrow i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: transform 300ms ease-in-out;
    -moz-transition: transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    -ms-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
	width: 18px;
    height: 4px;
    border-radius: 0px;
    left: 10px;
}

.section_hero .down_arrow i:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(25% + 6px);
    left: 0px;
}

.section_hero .down_arrow i:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(75% - 1px);
}
*/
.section_hero .down_arrow:hover {
	text-decoration:none;
	cursor:pointer;
	transition: transform 300ms ease-in-out;
	transform: translate(0,2px);
}

.hero_note {
	font-weight:500;
	font-size:20px;
	font-family: 'Neo Sans W01';
	display:block;
	line-height: 150%;
	margin-top: 16px;
}

.quote_image {
	display:inline-block;
	margin:0 18px 0 0;
	width:80px;
}

.hero_note span {
	display:inline-block;
}

p.quote {
	margin-bottom:0;
}

.expand_content {
    position: absolute;
    left: 0;
    text-decoration: none;
    z-index: 2;
    display: inline-block;
    transition: transform 0.5s ease-in-out;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    top: 0;
}

.expand_content.active {

}

.expand_content i {
    position: absolute;
	color: #ffffff;
    font-size: 24px;
	right: 14px;
    top: 10px;
}

.section_hero:before {
	display:block;
	content:"";
	width:100%;
	height:100%;
	/*background:rgba(0,0,0,0.2);*/
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}

/*
.expand_content i:before,
.expand_content i:after {
    content: "";
    position: absolute;
    background-color: #ED1C24;
    -webkit-transition: transform 300ms ease-in-out;
    -moz-transition: transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    -ms-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
	width: 12px;
    height: 3px;
    border-radius: 0px;
    left: 7px;
}

.expand_content i:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(25% + 3px);
    left: 0px;
}

.expand_content i:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(75% - 4px);
}
*/

.expand_content:hover {
	text-decoration:none;
	cursor:pointer;
}

.expanded_content {
	display:none;
}

.section_hero.sh_4 {
	
}

h3.section_header,
h3.expanding_header {
	background:#ed1c24;
	color:#FFFFFF;
	position:relative;
	margin:0 0 10px 0;
	padding: 10px 40px 10px 12px;
	box-sizing: border-box;
}

h3.expanding_header:hover {
	background:#bd1716;
	transition:background ease-in-out 0.7s;
    color:#FFFFFF;
}

h3.grey_header {
    background: #dadada;
    color: #333333;
    position: relative;
    padding: 10px 12px;
}

.section.page_hero .section_hero {
	height:718px;
}

.section_hero video {
	position: relative;
	
	left: 0;
	width: 100%;
}

.hero_image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    background-position: 50% 60%;
    margin: 0;
    padding: 0;
    top: 0;
}

.hero_image img { 
	display: none;
	width:100%;
}

.hero_image:before {
	content:"";
	width:100%;
	height:100%;
	z-index:1;
	/*background:rgba(0,0,0,0.1);*/
	display:block;
	position:absolute;
	top:0;
	left:0;
}

.hero_image.no_hero_overlay:before {
	background:none;
}

.hero_image.hi_home_1:before {
	background:rgba(0,0,0,0.2);
}

.hero_image.hi_home_2:before {
	background:transparent;
	background-image:url('/images/mesh-bg.png');
}

.hero_text {
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 2;
	color:#FFFFFF;
	text-shadow: 0 0 5px rgba(0,0,0,0.9);
	box-sizing: border-box;
	padding-bottom:30px;
	background:rgba(0,0,0,0.2);
	padding-top:24px;
	transition:all ease 0.5s;
}

.hero_text.stay {
	position:static;
}

.hero_text.partner_region,
.hero_text.bottom {
	bottom:0;
}

.section_hero.into_g .hero_text.bottom {
	bottom:90px;
}

.hero_text.stick {
	position: fixed;
    top: 57px;
	transition:all ease 0.5s;
}

.hero_text h1 {
	font-size:3rem;
	margin:0 0 26px 0;
}

.hero_text h2 {
	font-family: 'Neo Sans W01';
	margin:0 0 17px 0;
	font-size:1.8rem;
	line-height:2.6rem;
}

.hero_text p {line-height:44px;}

.hero_text h1,
.hero_text h2 {
	color:#FFFFFF;
	max-width:860px;
}

.section_content_hero_text {
	display:none;
	color:#333333;
	padding: 24px 16px;
	position:relative;
}

.hero_text .container {
    padding: 0 36px;
}

.section_content_hero_text h1,
.section_content_hero_text h2 {
	color:#333333;
	text-shadow:none;
}

.section_content_hero_text h1 {
	margin-top:0;
}

.section_content_hero_text h2 {
	margin-top:0;
}

.section_content_hero_text .video_takeover {
	
}

.section_content h3 {
	font-weight:600;
	font-family:'Lato', 'sans-serif';
}

.video_link {
	display:inline-block;
}

.video_link_images {
	margin-top:5px;
	width:220px;
	position:relative;
}

.video_link img {
	display:block;
}


.video_link_images:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0);
	width:100%;
	height:100%;
}

.video_link_images:hover {
	cursor:pointer;
	transition:all ease 0.7s;
}

.video_link_images:hover:before {
	background:rgba(0,0,0,0.4);
	transition:background ease 0.7s;
}

.play_icon {
	position:absolute;
	top:50%;
	left:50%;
	width:15px;
	display:block;
	margin-top:-7px;
	margin-left:-7px;
}

/* video takover */

.video_takeover {
	position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
	display:none;
}

.close_overlay {
	display:none;
	position:absolute;
	bottom:60px;
	right:30px;
	color:#FFFFFF;
	background:rgba(0,0,0,0.4);
	padding:5px 10px;
	z-index:100;
}

.video_takeover:hover .close_overlay {
	display:block;
}

.close_overlay:hover {
	cursor:pointer;
	background:#ed1c24;
	color:#FFFFFF;
	transition:background ease 0.7s;
}

.section_content {
	padding:58px 0;
	height:50%;
	box-sizing:border-box;
}

.section_content.section_only,
.section_content.fw_row {
	padding-top:0;
}

.section_content_hero_text.no_bot_pad,
.section_content.no_bot_pad {
	padding-bottom:0;
	margin-bottom: 20px;
}

.section_content.sc_static {
	min-height:600px;
}

.first-article .container {
    padding: 0 32px;
}

.section_content_hero_text ul, 
.expanded_content ul,
.section_content ul {
	list-style-image: url('/images/v2/chevron-bullet-red.png');
	margin: 0 0 0 15px;
	padding:0;
}

.section_content_hero_text ul li,
.expanded_content ul li,
.section_content ul li {
	margin:10px 0;
	padding-left:8px;
}

.col_flex {
	display:flex;
	flex-wrap:wrap;
}

.s_news .col_flex {
	flex-wrap:nowrap;
}

.col_1_2 {
    box-sizing: border-box;
    width: 50%;
    padding: 20px;
    position: relative;
    flex: 1;
}

.col_1_1 {
	padding:20px;
	width:86%;
}

.col_1_1.fw {
	padding:20px 0;
	width:100%;
}

.sub_child .col_1_2 {
    padding:0;
}

.sub_child_container {
    max-width: 1280px;
    margin: 27px auto 0 auto;
}

.section_only .sub_child_container {
	display:none;
}

.section_only p.pcol_1_2 {
	width: 49%;
}

.sub_child_container.nobody {
	margin:58px auto;
}

.sub_child {
	position:relative;
	padding:0;
	display:flex;
    flex-wrap:wrap;
}

.sub_child  .expanded_content {
	padding:10px 0;
}

.sub_child.fw_row .col_1_2 {
	width:100%;
	
}

.sub_child.fw_row .col_1_2.subchild_right {
	display:none;
}

.sub_child.fw_row {
	display:block;
}

.sub_child.fw_row  .col_1_2 img {
	width:auto;
}

.col_1_2:nth-child(1) {
	padding-right:40px;
}

.col_1_2:nth-child(2) {
    padding-left: 40px;
}

.col_1_2 p {
	margin:20px 0;
}

.col_1_2 p:first-of-type {
	margin-top:0;
}

.col_1_2 img {
	display:block;
	width:100%;
	margin-bottom:10px;
}

.col_1_2 .natural_img img,
.natural_img .col_1_2 img {
	width:auto;
	max-width:100%;
}

.video_link_button,
.info_link,
.call_to_action {
	display:inline-block;
	text-decoration:none;
	padding:6px;
	font-family: 'Neo Sans W01';
	font-size:16px;
	text-align:center;
	margin:15px 18px 15px 0;
	text-shadow: none; 
}

.content_links .info_link,
.call_to_action {
    float: left;
    margin: 5px 16px 5px 0;
    background: #ed1c24;
    color: #FFFFFF;
}

.fw_page .content_links .info_link {
    float:unset;
}

.page_intro .call_to_action {
    float: none;
}

#downloads .call_to_action {
	float:none;
}

.content_links {
	margin:15px 0;
}

.call_to_action.cta_download {
	padding: 0px 0px 8px 6px;
}

.cta_download .material-icons {
	position: relative;
    top: 7px;
    margin-left: 5px;
}

.learn_more {
	background:#ed1c24;
	color:#FFFFFF;
}

.video_link_button {
	background:#ed1c24;
	color:#FFFFFF;
}

.call_to_action:hover,
.video_link_button:hover,
.info_link:hover {
	transition:background ease 0.7s;
	background:#A0262A;
	color:#FFFFFF;
	cursor:pointer;
}

.watch_video {
	width: 100px;
	background:rgba(255,255,255,0.5);
	color:#FFFFFF;
}

.fw_page table {
    margin: 20px 0;
    width:80%;
    border-collapse: collapse;
}

.fw_page table th {
    white-space: nowrap;
    text-align: left;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #CCC;
    background: rgba(0,0,0,0.1);
}

.fw_page table td {
    border: 1px solid #CCC;
    padding: 10px;
}

.cookie_notice {
    bottom: -380px;
    z-Index: 10;
    opacity: 0.0;
    background: #A0262A;
    color: #FFFFFF;
    position: fixed;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 40px;
    display: flex;
    align-items: center;
}

.cookie_notice a,
.cookie_notice a:link,
.cookie_notice a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

.cookie_notice a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.cookie_notice .notice_control {
    text-align: right;
}

.cookie_notice .notice_control button {
    border: none;
    padding: 10px 20px;
    background: rgba(0,0,0,0.2);
    color: #FFFFFF;
    letter-spacing: 1px;
    font-weight: 400;
    transition: all ease 0.7s;
    font-size: 17px;
}

.cookie_notice .notice_control button:hover {
    background: #FABB00;
    cursor: pointer;
}

.cookie_notice > div {
    flex-grow: 1;
}


.s_news {
	background:#f2f2f2;
	padding:50px 0;
}

.section_content.s_news {
	margin-bottom:0;
}

.section_content .s_news {
	background:none;
	padding:10px 0;
}

.s_news h2 {
	margin:0;
	padding-bottom:12px;
}

/* 
	HOME SPECIFIC
*/

#homeLinks {
	width:90%;
	margin:1em auto;
}

.image_link,
.key_link {
	float:left;
	width:30%;
	margin:2em 1.5%;
	position: relative;
	overflow: hidden;
}

.image_link img {
	width:100%;
	display:block;
}

.animated_link h2 {
    display: block;
    color: #FFFFFF;
    font-family: 'Neo Sans W01 Medium';
    margin: 0;
    padding: 10px 20px;
}

.animated_link div {
    display: none;
    padding: 0 20px 15px 20px;
}

.vanishing_link, .animated_link {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(192, 4, 24, 0.65);
    color: #FFFFFF!important;
    font-family: 'Neo Sans W01';
    display: block;
    text-decoration: none;
    /* blend-mode: multiply; */
    color: #FFFFFF;
}

.key_link h2 {
	color: #ED1C24;
	border-bottom: 2px solid #cacaca;
	padding-bottom: 0.5em;
    margin-bottom: 0;
}

.feed_item,
.news_article {
    border-bottom: 1px solid #cacaca;
    padding: 8px 0;
    position: relative;
}

.feed_item:first-of-typem
.news_article:first-of-type {
	padding-top:0;
}

.feed_item a,
.news_article a {
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    display: block;
    padding-right: 10%;
	position: relative;
}

.feed_item a:hover,
.news_article a:hover {
    text-decoration: none;
    color: #ED1C24;
	transition:all ease 0.7s;
}

.feed_item  {
	width:100%;
}

.feed_item .material-icons {
	position: absolute;
    transform: rotate(90deg);
    right: 0;
}

.news_article .fa {
	position:absolute;
	top: 0.725em;
	right:5px;
}

.news_article .creator {
	font-size:11px;
	font-weight:bold;
	display:block;
	margin-top:0.3em;
}

.pc_source {
	font-style:italic;
	color:#666666;
	display:block;
	margin-top:0.3em;
}

.rss_category {
    display: block;
    padding: 6px;
    font-size: 14px;
    color: #FFFFFF;
    background: #ED1C24;
    margin: 4px 0 0 0;
    float: left;
}

.nc_archive {
	padding:6px;
	margin-top:16px;
}

.nc_archive:hover {
	color:#FFFFFF;
}

.into_giving img {
	display:block;
	width:100%;
}

#insightRow {
	width:90%;
	margin:0 auto 40px auto;
}

.row.section_row {margin-bottom:46px;}

#insightRow h2,
#partnersRow h2,
.section_row h2 {
	text-align:center;
	color:#ED1C24;
	margin-top: 2em;
}

#insightRow h2,
.section_row h2 {
	padding-bottom: 0.5em;
    border-bottom: 1px solid #BBBBBB;
}

.section_row h3 {
	margin-top:0;
}

#insightRow h3 {
	color:#ED1C24;
}

#insightRow .insight_desc h3 {
	color:#333333;
	line-height: 150%;
}

#insightRow .insight_desc p {
	line-height: 150%;
}

.insight_files h3 {
	margin-bottom:0;
	border-bottom: 1px solid #cacaca;
    padding: 0.5em 0;
}

#insightRow > div {
	width:45%;
	float:left;
	margin:0 2.5%;
}

#partnerSliderContainer {
	width:100%;
	margin:3em auto;
}

img.full_width {
	display:block;
	width:100%;
}
.grey_feature_text {

}

.grey_feature_text h2 {
	text-align:center;
	width:90%;
	font-size:2em;
	margin:1em auto 0.5em auto;
}

.grey_feature_text h3 {
	text-align: center;
    width: 90%;
    margin: 0.5em auto 2em auto;
    font-family: 'Neo Sans W01';
    font-weight: normal;
    font-size: 1.5em;
}

.centred_title_row h2,
#numbersRow  h2 {
	margin:0.5em auto;
	padding-bottom:0.5em;
}

.border_bottom_row {
	padding-bottom:0.5em;
	border-bottom:1px solid #BBBBBB;
}

#centreProgrammeRow h3 {
	color:#ED1C24;
}

#numbersRow  span.numbers_text {
	text-align:center;
	display:block;
}

#numbersData {
	clear:both;
	width:90%;
	margin:3em auto;
}

#numbersData .data {
	float:left;
	width:20%;
	margin:0 2.5%;
}

.data_note {
	display:block;
	color:#00ACAF;
	font-family:'Neo Sans W01';
	text-align:center;
	font-size:0.8em;
	min-height: 60px;
}

.data_link {
	text-align:center;
	text-decoration:none;
	font-family:'Neo Sans W01';
	color:#333333;
	font-size:0.8em;
	display:block;
	margin:1em 0 0 0;
}

.data_container {
	display:block;
	position:relative;
	margin:1.45em 0;
	min-height:116px;
}

.data_container img {
    margin: 0 auto;
    display: block;
	max-width: 100%;
}

.data_values {
	color:#00888A;
	font-family:'Neo Sans W01 Medium';
	font-size:2.5em;
	position:absolute;
	top:50%;
	text-align:center;
	width:100%;
	margin-top:-0.5em;
}

.pC_person,
.centre_team_member {
	width:19%;
	margin:0 0.5% 10px 0.5%;
}

.pC_person img,
.centre_team_member img {
	display:block;
	width:100%;
}

#intoNewsHome {
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}

#intoNewsHome li.itw_item {
	padding:8px 0;
	margin:0;
	border-bottom:1px solid #919191;
	font-size: 16px;
}

.itw_item .itw_data {
	position:relative;
	padding-right:20px;
}


.news_article a .material-icons,
.itw_item .itw_data .material-icons {
	position:absolute;
	right:0;
	top:0;
	transform:rotate(90deg);
}

.home_tweets h2 {
	padding-bottom:8px;
	border-bottom:2px solid #919191;
}
.into_news h2 {
	color:#ED1C24;
	padding-bottom:8px;
	border-bottom:2px solid #919191;
	position:relative;
}

.h_link {
	position:absolute;
	display:block;
	right:0;
	top:4px;
	padding:6px 8px;
	background:#e6e6e6;
	color:#1d1d1b;
	font-size:14px;
	text-decoration:none;
	font-family: 'Neo Sans W01 Medium';
}

#intoNewsHome .rss_category  {
	display: block;
    padding: 2px 4px;
    font-size: 14px;
    color: #FFFFFF;
    background: #ED1C24;
    margin: 6px 0 0 0;
    width: 105px;
	float:none;
	font-family:'Lato', sans-serif;
}

#intoNewsHome .rss_category:hover,
.h_link:hover {
	background:#A0262A;
	color:#FFFFFF;
	transition:background ease-in-out 0.7s;
	text-decoration:none;
}

#regionTeam .pC_person:nth-of-type(5n + 1),
div#centreTeam div.centre_team_member:nth-of-type(5n + 1) {
	margin-left:0;
}

#regionTeam .pC_person:nth-of-type(5n + 5),
div#centreTeam div.centre_team_member:nth-of-type(5n + 5) {
	margin-right:0;
}

#partnerImageLinks {
	flex-wrap:wrap;
	margin-bottom:58px;
	width:101%;
	margin-left:-0.5%;
}

#partnerImageLinks .image_link_item:nth-of-type(4n + 1) {
	
}

#partnerImageLinks .image_link_item:nth-of-type(4n + 4) {

}

.image_link_item .info_link {
	width: 100%;
    text-align: left;
    margin-bottom: 0;
    background: #ed1c24;
    color: #FFFFFF;
}

.image_link_item .info_link:hover {
	transition: background ease 0.7s;
	background: #A0262A;
	color: #FFFFFF;
	cursor: pointer
}

#sectionPeople {
    margin-bottom: 20px;
}

.corp-info #sectionPeople {
    margin-bottom: 0px;
}

.ctm_details,
.pC_job_title {
    font-size: 16px;
    padding-right: 10px;
}

.pC_person h4,
.ctm_details h4 {
	margin:10px 0 0 0;
	font-size:18px;
}

.ctm_details h2 {
    margin-bottom:0;
}

.ctm_photo {
    background-size: cover;
    background-position: 50%;
}

.ctm_photo img {
    opacity:0;
}
    #peopleContainer {
    left: -0.5%;
    width: 101%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

#peopleContainer .pC_person {
	width:24%;
	box-sizing:border-box;
}

.pd_link {
	box-sizing:border-box;
}

#peopleContainer .pC_person:nth-child(4n + 1) {
	clear:left;
}

#peopleContainer .pC_person img {
	width:100%;
	display:block;
}

#peopleContainer .pC_person:nth-of-type(1) img {
	margin-left:0;
}

#peopleContainer .pC_person:nth-of-type(4) img {
	margin-right:0;
}

.people_connect a {
	display:block;
	padding:10px;
	text-decoration:none;
	color:#FFFFFF;
	float:left;
	background:#CCCCCC;
}


.people_connect a.twitter {
	background:#55ACEE;
}

.people_connect a.linkedin {
	background:#0077B5;
}

.people_connect i.fa {
	display:block;
}

.image_link_item {
	width:24%;
	margin:10px 0.5%;
	box-sizing:border-box;
	background:#f2f2f2;
}

.into_spaces .image_link_item {
	background:none;
}

.image_link_item:hover {
	transition:background ease 0.7s;
}

.into_spaces .image_link_item {
	background:none;
}

.image_link_item a {
	display:block;
} 

.image_link_item img {
	display:block;
	width:100%;
}

.people_detail {
	display:none;
    background: #FFFFFF;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    box-sizing: border-box;
    z-index: 10001;
    overflow: auto;
	padding: 58px 0;
}

.people_detail.new_face {
	display:block;
	position:relative;
}

.people_detail.new_face img {
	display:block;
	width:100%;
}

.close_detail {
	position: absolute;
    right: 20px;
    top: 20px;
    color: #FFFFFF;
    padding: 10px 15px;
    background: #ED1C24;
    color: #FFFFFF;
	display:block;
	transition:all ease 0.7s;
	z-index: 1;
}

.close_detail:hover {
	background:#bd1716;
	cursor:pointer;
	transition:all ease 0.7s;
}

.pd_link:hover {
	cursor:pointer;
}

.pd_photo {
	width:25%;
	position:relative;
	float:left;
	box-sizing:border-box;
}

#peopleContainer .pd_photo img {
	display:block;
	width:100%;
	margin:0;
}

.pd_photo_data {
	text-align:left;
	width: 70%;
	color:#333333;
}

#peopleContainer .pd_photo_data h3 {
	font-family: 'Neo Sans W01';
	font-size:24px;
	margin:10px 0 0 0;
	border:none;
}

.pd_job_title {
	font-size:19px;
	font-family: 'Neo Sans W01 Light734947';
}

.pd_content {
	text-align:left;
	width:75%;
	float:left;
	box-sizing:border-box;
	padding:0 40px;
}

.people_detail .pd_content h2 {
	color:#ED1C24;
	margin-top:0;
	margin-bottom:10px;
	font-size:36px;
}

.people_detail .pd_job_title {
	font-family: 'Neo Sans W01 Medium';
	font-size:24px;
	margin-bottom:24px;
}

.intro {
	width:50%;
}

.not_found {
	background:#ED1C24;
	padding: 40px;
    color: #FFFFFF;
    height: 100vh;
}

.not_found h1 {
	color:#FFFFFF;
}

.not_found a {
	color:#FABB00;
}

.not_found a:hover {
	color:#F36F21;
}

.investor_items {
	margin-bottom:58px;
}

.job_item {
	border-bottom: 1px solid #dadada;
}

.job_simple_list {
	font-family:'Lato', sans-serif;
}

/*
	Event styles
*/

.events_container {
	display:flex;
	flex-wrap:wrap;
}

.events_container .event {
	width: 24%;
    margin: 10px 0.5%;
    padding: 10px 20px;
    background: #f5f5f5;
    box-sizing: border-box;
    font-size: 16px;
}

.events_container .event .event_time {
	font-weight:600;
}

.events_container .event .event_presenter {
	margin:10px 0;
	color:#868686;
}


/*
	Case study styles
*/

.cs_header {
	text-align:center;
	border-bottom:2px solid #808080;
}

.cs_header h1 {
	font-family:'Neo Sans W01';
	text-transform:CAPITALIZE;
	color:#959595;
	margin-bottom:0;
}


.cs_header h2 {
	font-size:2em;
	color:#333333;
	margin-top:0;
}


.cs_item {
	float:left;
	width:45%;
	margin:10px 2.5%;
}

.cs_item:nth-child(odd) {
	clear:left;
}

.cs_item.cs_image_fw,
.cs_item.cs_title {
	width:95%;
	clear:both;
}

.cs_image img,
.cs_image_fw img {
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:25px;
}

.cs_item h2 {
    text-align: center;
    color: #ED1C24;
    margin: 1em auto 0.5em auto;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #BBBBBB;
}

.cs_item.cs_blank_title {
	width:95%;
	clear:both;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #BBBBBB;
	margin:0 auto;
}

.cs_more {
	border-top: 1px solid #BBBBBB;
	padding-top: 0.5em;
}

.cs_blank {
	display:none;
}

.cs_quote_image {
	width:70px;
	float:left;
}

.cs_quote_content {
	position:relative;
	font-style:italic;
	margin-left: 90px;
}

.cs_quote_content p {
	margin-top:0;
}

.quote_name {
	font-weight:600;
	display:block;
	font-style:normal;
}

.quote_role {
	display:block;
	font-style:normal;
}

#caseStudies {
	margin-bottom:58px;
}

.media_item_link,
.case_study_link {
    width: 24%;
    position: relative;
    display: flex;
    margin: 10px 0.5%;
    left: -0.5%;
    background: #FFFFFF;
    flex-wrap: wrap;
    align-items: flex-end;
}

.media_item_link  img,
.case_study_link img {
	display:block;
	max-width:100%;
	max-height:280px;
	margin: auto;
}

.media_item_link h4,
.case_study_link h4 {
	width:100%;
	box-sizing:border-box;
	padding:10px 0;
	display: block;
    font-size: 18px;
	margin:0;
	background:#FFFFFF;
}

.film_item {
	background:#FFFFFF;
}

.mil_image {
	position:relative;
	width:100%;
	background: #f4f4f4;
}

.media_item_overlay,
.video_play_overlay {
	display:block;
	background:rgba(0,0,0,0);
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	color:#FFFFFF;
	text-align:center;
}

.media_item_overlay:hover,
.video_play_overlay:hover {
	transition:background ease-in-out 0.7s;
	background:rgba(0,0,0,0.5);
}

.media_item_overlay span,
.video_play_overlay span {
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0,-50%);
	box-sizing:border-box;
	width:100%;
	color:#FFFFFF;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}

.media_item_overlay span .material-icons,
.video_play_overlay span .material-icons {
	position:relative;
	top:6px;
}

.media_item_overlay:hover span, 
.video_play_overlay:hover span {
	visibility: visible;
	opacity: 1;
}

#brochures,
.flex_wrap,
.film_item_container {
	display:flex;
	flex-wrap: wrap;
	width:101%;
	left:-0.5%;
}

.fom_image_link .overlay_container {
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.4);
	opacity:0;
	top:0;
	left:0
}

.fom_image_link .overlay_container a {
	display:block;
	position:absolute;
	top:50%;
	width:100%;
	box-sizing:border-box;
	transform:translate(0, -50%);
	color:#FFFFFF;
	text-align:center;
	
}

.fom_image_link:hover .overlay_container {
	opacity:1;
	transition:all ease 0.7s;
}

.fom_image_link {
	width:100%;
	position:relative;
	background:#f2f2f2;
	min-height:280px;
}

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

.fom_name,
.film_title {
	padding:10px 0;
	display: block;
    font-size: 18px;
	font-family: 'Neo Sans W01 Medium';
}

.film_item img {
	display:block;
	width:100%;
}

/*

	Footer
	
*/

.video_box {
	background:#ececec;
	color:#000000;
	width:100%;
	box-sizing:border-box;
	padding:16px;
}

.video_box h3 {
	color:#000000;
	margin:0 0 16px 0;
}

.video_image {
	float:left;
	width:20%;
	max-width:112px;
	margin-right:2.5%;
}

.video_text {
	padding:0;
	box-sizing:border-box;
	font-family:'Lato', sans-serif;
	font-style:italic;
	font-size:20px;
	font-weight:200;
	width:75%;
	float:left;
}

.video_text p {
	line-height:120%;
	width:90%;
}

.video_text img {
	width:112px;
	display:block;
	float:left;
	margin:0 15px 0 0;
}

.video_image span {
	font-size:12px;
	margin-top:8px;
	display:block;
}

.video_note {
	font-size:14px;
	clear:both;
}

.col_1_2 img.img_w50 {
	display:block;
	width:49.5%;
	float:left;
	
}

.col_1_2 img.img_w50.margin_r_1 {
	margin-right:1%;
}

#policyDocs a,
#researchAndPresentations a,
#marketIntel a {
    padding: 1rem 3rem 0.7rem 0;
    margin: 0;
    border-bottom: 1px solid #919191;
    font-size: 17px;
	color:#333333;
	position:relative;
	display: block;
}

#policyDocs a .material-icons,
#researchAndPresentations a .material-icons,
#marketIntel a .material-icons {
	position:absolute;
	right:0;
	top:16px;
    transition:0.5s;
}
    
#policyDocs p {
    line-height: 20px;
}
    
#policyDocs a {
    display: inline-block;
    color: #ed1c24;
}

#policyDocs a:hover .material-icons {
    top:17px;
}

#marketIntel h3,
#researchAndPresentations h3 {
	margin-top:24px;
	width: 100%;
}

#policyDocs a:hover,
#researchAndPresentations a:hover,
#marketIntel a:hover {
	transition:color ease 0.7s;
	color:#A0262A;
    border-bottom: 1px solid #A0262A;
}


footer {
    padding: 30px 0;
	background-color: #ed1c24;
    /*
	background-image: url("/images/footer.png");
	background-repeat: repeat-x;
    background-position: 0px 50px;
    background-size: cover;
	-o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	*/
}

.footer_border {
	clear:both;
	width:100%;
	margin-bottom:20px;
}

.footer_logo {
	width:90px;
	height:23px;
	margin-right:72px;
	float:left;
	margin-top: 2px;
}

.footer_logo img {
	display:block;
	width:100%;
}

.footer_contact {
	color:#FFFFFF;
	float:left;
	font-size:12px;
}

.footer_contact > div {
    box-sizing: border-box;
    padding: 0 40px 0 0;
	white-space:nowrap;
}

.footer_external_link {
	margin-left: 10px;
}

.addr_title {
	height: 30px;
	display:block;
	margin-bottom:6px;
	display:flex;
	align-items:center;
	font-family:'Neo Sans W01 Medium';
}

.address .tel,
.address .email {
	display:block;
	white-space:nowrap;
}

.address .tel {
	margin-top:6px;
}


.footer_right {
	float:right;
	text-align:right;
}

footer a,
footer a:link,
footer a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

footer a:hover {
	text-decoration:none;
	color:#FFFFFF;
	transition:all ease 0.5s;
}

#footerBase {
	clear:both;
	font-size:10px;
	float: left;
    width: 100%;
	color:#FFFFFF;
	margin-top: 30px;
	box-sizing: border-box;
}

#footerBase a {
	color:#FFFFFF;
	text-decoration:none;
}


#footerSocial span {
    display: inline-block;
    margin-right: 0.5em;
    font-family: 'Neo Sans W01';
    font-size: 12px;
    position: relative;
    bottom: 10px;
	color:#FFFFFF;
}

#footerSocial a {
	display:inline-block;
	opacity:1;
	width:27px;
	height:27px;
}

#footerSocial a:hover {
	opacity:0.5;
	transition:all ease 0.5s;
}

#footerSocial a img {
	display:block;
	width:100%;
}

.footer_links {
	margin-left:30px;
}

.cs_download {
	width:60px;
	height:60px;
	position: fixed;
    bottom: 120px;
    right: 40px;
    background: rgba(0,0,0,0.2);
    color: #FFFFFF;
    border-radius: 50%;
	box-sizing:border-box;
	text-align:center;
	
}

.cs_download .material-icons {
    position: relative;
	top: 12px;
    font-size: 38px;
}

.cs_download:hover {
	cursor: pointer;
    background: #ED1C24;
    transition: background ease 0.7s;
	color:#FFFFFF;
}



.backtotop {
	display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    color: #FFFFFF;
    font-size: 50px;
    text-decoration: none;
    z-index: 0;
    width: 60px;
	height:60px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
	text-align:center;
}

.backtotop .material-icons {
    position: relative;
    top: 5px;
	font-size: 50px;
}

.backtotop:hover {
    cursor: pointer;
    background: rgba(0,0,0,0.6);
    transition: background ease 0.7s;
}

#numbersRow,
.content_row,
.text_row {
	max-width:1280px;
	margin:0 auto;
}


#centreJobContactRow {
	font-size: 16px;
}

#centreTeam,
#centreJobContactRow {
	margin:24px 0 0 0;
	background:#f2f2f2;
	padding: 24px 0 58px 0;
}

#centreJobContactRow p {
    line-height:1.5rem;
}

#centreTeam {
	padding:24px 0;
}

#centreTeam .col_flex {
	flex-wrap:wrap;
}

#centreJobContactRow .col_1_3 {
	margin-top:0;
	width:33.3333%;
}

#centreJobContactRow h2 {
	color:#ED1C24;
	border-bottom:2px solid #909090;
	padding-bottom:10px;
	margin-bottom: 8px;
}

#centreAddress p:first-of-type {
	margin-top:0;
}

.four_image_row {
	max-width:1280px;
	margin:0 auto;
}

.four_image_row img {
	display:block;
	float:left;
	width:25%;
}

.content_row {
	margin:1em auto;
	padding-bottom:1em;
	border-bottom: 1px solid #cacaca;
}

.fw_image_row img {
	width:100%;
}

#centreIntro.text_row {
	margin:1em auto;
}

#breadcrumb.text_row {
	margin:1em auto;
}

#pageHeader.text_row {
	margin:0 auto 1em auto;
}

#featureTextSection {
	font-family:'Neo Sans W01';
	font-size:1.5em;
}

.row {
	width: 90%;
    margin: 0 auto;
}

.row.row_fw_image {
	width: 100%;
    margin:48px 0;
}

.row .col_1_2 {
	float:left;
	width:45%;
	margin:0 2.5%;
	font-size:1em;
	line-height:1.5em;
}

.row.full_width.fw_flex {
	width:100%;
	display: flex;
	margin:2em auto;
}

.row.full_width .col_1_4 {
	box-sizing:border-box;
	padding:20px 40px;
	width:35%;
	margin:0;
	background:#ededed;
}

.row.full_width .col_1_4 h3 {
	font-size: 1.8em;
    margin-top: 20px;
}

.row.full_width .col_3_4 {
	text-align: right;
	width:65%;
	box-sizing:border-box;
}

.row.full_width .col_3_4 video {
	width:100%;
}

.explore {
	display: inline-block;
    margin: 20px auto 0px auto;
    border: 1px solid #ED1C24;
    color: #ED1C24;
    text-decoration: none;
    padding: 8px 20px;
    font-family: 'Neo Sans W01 Medium';
    transition: background ease 0.7s;
    font-size: 1.2em;
}

.explore.exp_white {
	border: 1px solid #FFFFFF;
    color: #FFFFFF;
}


.explore:hover {
	transition: background ease 0.7s;
    border: 1px solid #ED1C24;
    background: #ED1C24;
    color: #FFFFFF;
}

.bg_ncl {background-color:#003e71!important;}
.bg_osu {background-color:#e9580c!important;}
.bg_usf {background-color:#006746!important;}

.text_row .twocol,
.text_row .col_1_2 {
	float:left;
	width:45%;
	margin:2em 2.5%;
	font-size:0.9em;
	line-height:1.5em;
}

.twocol h2,
.col_1_2 h2,
.col_1_3 h2 {
    padding-bottom: 8px;
    margin-bottom: 0;
}

.col_img img {
	width:100%;
	display:block;
}

.col_1_3 {
	float:left;
	width:33%;
	box-sizing:border-box;
}

.col_1_3:nth-child(1) {
	width: calc(33% - 40px);
	padding-top: 0px;
}

.col_1_3:nth-child(2) {
	margin:0 20px;
}

.page_intro {
	margin-bottom: 20px;
    border-bottom: 2px solid #CCCCCC;
    padding-bottom: 20px;
}

.image_container {
	background:#cccccc;
}

.image_container img {
	width:100%;
	display:block;
}

.image_container .image_caption {
	display:block;
	font-size:12px;
	padding:14px 18px;
	box-sizing:border-box;
	color:#000000;
}

.col_2_3 {
	float:left;
	width:67%;
	box-sizing:border-box;
}

.col_text {padding:20px 40px;}

.centre_contact h2,
.centre_info h2 {
	border:none;
}

.centre_info ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.centre_info ul li {
	position: relative;
    padding-left: 20px;
    margin: 0.5em 0;
}

.centre_info ul li:before {
	content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    left:0;
	position:absolute;
    top:6px;
	margin-right:10px;
	color:#ED1C24;
	font-size:15px;
}

.centre_contact > div {
	position: relative;
    padding-left: 20px;
}

.centre_contact > div:before {
	content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-weight:900;
    left:0;
	position:absolute;
    top:6px;
	margin-right:10px;
	color:#ED1C24;
	font-size:15px;
}

.col_1_4,
.col_3_4 {
	float:left;
}

.col_1_4 {
	width:22%;
	margin-right:6%;
}

.col_3_4 {
	width:72%;
}

.col_1_4 h2 {
	color: #ED1C24;
	border-bottom: 1px solid #cacaca;
    padding-bottom: 0.5em;
    margin-bottom: 0;
}

.col_1_4 h2:first-of-type {
	margin-top:0;
}

.sub_menu {
	margin:0;
	padding:0;
	list-style-type:none;
}

.sub_menu li {
	border-bottom: 1px solid #cacaca;
    padding: 0.7em 0;
    position: relative;
}

.sub_menu li a {
	text-decoration: none;
    color: #333333;
    font-size: 1em;
    display: block;
    padding-right: 10%;
}

.sub_menu .fa {
    position: absolute;
    top: 1em;
    right: 5px;
}

.section_items h2 {
	text-align:left;
	padding-left:28%;
}

.section_items .no_header h2 {
	display:none;
}

.section_items .top_brdr_red .col_1_4 {
	border-top: 3px solid #ED1C24;
}

.section_items .col_3_4 h3 {
	margin-top:0;
}

.section_quote_image {
	float:left;
	display:block;
	margin:7px 8px 8px 0;
}

#sectionPeople.section_content.section_only {
	padding:0;
}

/* Centres Styles */

#pageIntro h1,
#pageIntro h4,
#centreIntro h1,
#centreIntro h4 {
	text-align:center;
	width:66%;
	margin:1em auto;
}

#pageIntro h1,
#centreIntro h1 {
	color:#333333;
}

#pageIntro h4, 
#centreIntro h4 {
	font-family:Lato, Verdana, 'sans-serif';
	font-size: 1.2em;
	
}

.content_links:empty {
    margin: 0;
    display: none;
}



/* clearfix */
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */

/*
	SPECIAL PAGES
*/

	#aluIntro .col_1_2 h2.twitter {
		padding:0 0 8px 0;
		border-bottom: 2px solid #919191;
		clear: both;
	}

.news-update-item-container {
	display: flex;
	flex-wrap:wrap;
	width:calc(100% + 2rem);
	margin-left:-1rem;
}

.special-page {
	background:#FFF;
}

.update-item {
	width: calc(33.333% - 2rem);
	margin: 1rem;
	background: #FFF;
	padding: 2rem;
}

.special-page h1 {
	color: var(--into-red);
}

.special-page h2 {
	margin-bottom:0;
}

.news-update-intro-text {
	font-size:1rem;
}

.update-detail-container {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100vh;
	background: #FFF;
	z-index: 10;
	transition: 0.7s;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.update-detail-container.active {
	left: 0;
	transition: 0.7s;
}

.update-detail-container .animated {
	display: flex;
	align-items: center;
	height: 100%;
}

.update-detail-container .inner {
	height: auto;
	max-width: 960px;
	margin:auto;
}

.update-detail-container .inner p {
	width:90%;
}

.special-page .close-detail {
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 24px;
	color: var(--into-red);
	z-index: 10;
}

.news-update-date {
	margin:0 0 1rem 0;
	color:#999999;
	font-size:0.9rem;
}

.special-page .close-detail:hover {
	cursor: pointer;
	transition: 0.7s;
	color: var(--into-dark-red);
}

.close-detail svg {
	display: block;
	width: 100%;
}

.link-button {
	display: inline-block;
	text-decoration: none;
	padding: 0.5rem 1rem;
	font-family: 'Neo Sans W01';
	font-size: 16px;
	text-align: center;
	margin: 1rem 1rem 1rem 0;
	text-shadow: none;
	background: var(--into-red);
	color: #FFFFFF;
}

.link-button:hover {
	background:var(--into-dark-red);
	transition: background ease 0.7s;
    color: #FFFFFF;
    cursor: pointer;
}
	/* 
	MEDIA QUERIES
*/
	@media all and (max-width: 1420px) {
		#headerRight {
			padding-right: 16px;
			transition: all ease 0.7s;
		}
	}

	@media all and (max-width: 1360px) {
		#headerRight {
			padding-right: 48px;
		}
	}

	@media all and (max-width: 1312px) {
		.section_content {
			padding: 24px 0px;
		}

		#header,
		.container,
		.footer_logo,
		#footerBase {
			padding: 0 16px;
		}

			.container.extrapad {
				padding: 0 36px;
			}


		#sectionPeople .container,
		.sub_child_container,
		.section_content_hero_text .container,
		#investorNews .container {
			padding: 0 36px;
		}

		.rep_strapline {
			padding: 16px;
		}

		.section_content_hero_text .sub_child_container {
			padding: 0;
		}

		.footer_contact {
			padding: 10px 16px;
		}

		#header {
			box-sizing: border-box;
		}

		#sectionPeople .container.c_sub,
		.container.c_sub {
			padding: 0;
		}

		#sectionPeople .container > h2,
		#sectionPeople .container > p {
			display: none;
		}

		#sectionPeople {
			padding-top: 0;
		}
	}

	@media all and (max-width: 1280px) {

		.sub_child {
			display: flex;
		}

			.articles:before,
			.articles:after,
			.sub_child:before,
			.sub_child:after {
				content: ".";
				display: block;
				height: 0;
				overflow: hidden;
			}

			.articles:after,
			.sub_child:after {
				clear: both;
			}

		.articles,
		.sub_child {
			zoom: 1;
		}
		/* IE < 8 */

		.col_1_2 {
			float: left;
		}

			.col_1_2:nth-child(2) {
				margin-left: 0;
			}

		#headerNav {
			display: none;
		}

		.hero_text h1 {
			font-size: 48px;
			transition: all ease 0.5s;
		}

		.hero_text h2 {
			font-size: 30px;
			transition: all ease 0.5s;
		}
	}


	@media all and (max-width: 1200px) {
		.section_hero video {
			bottom: 0;
		}
	}

@media all and (max-width: 1024px) {

	.events_container .event {
		width: 49%;
	}

	.footer_right {
		float: left;
		padding: 10px 16px;
		clear: left;
	}

	.hero_text h2 {
		width: 100%;
		box-sizing: border-box;
	}

	.hero_text h1 {
		font-size: 36px;
	}

	.hero_text h2 {
		font-size: 24px;
	}

	.student_data.has_data {
		display: none;
	}

	.student_data.sd_resp.has_data {
		display: block;
	}

	.update-detail-container .inner {
		padding: 2rem;
	}

	.update-item {
		width: calc(50% - 2rem);
	}
}

	@media all and (max-width: 748px) {

		.triple-g {
			flex-wrap:wrap;
		}

		.triple-g > div {
			width: 100%;
			margin: 1rem 0;
		}

		.blog_article .col_1_3:nth-child(1),
		.blog_article .col_1_3 {
			width: 100% !important;
		}

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

			.flex-container .col-2-3,
			.flex-container .col-1-3,
			.blog_article .col_2_3 {
				width: 100%;
			}

		.events_container .event {
			width: 99%;
		}

		#fwAplu16 #peopleContainer .pC_person {
			width: 49%;
		}

		#aluIntro .col_1_2 h2.twitter {
			padding: 8px 0;
		}

		/*.col_flex {
		display: block;
	}*/
		body {
			font-size: 16px;
		}

		#peopleContainer .pC_person {
			width: 49%;
		}

		.pd_photo {
			width: 100%;
			margin-top: 24px;
		}

		.pd_content {
			width: 100%;
			padding: 0 16px;
			margin-top: 24px;
		}

		.hero_note {
			font-size: 17px;
			font-family: 'Lato', 'sans-serif';
			line-height: 130%;
		}

		.centre_team_member {
			width: 48%;
		}

		#centreJobContactRow .col_flex {
			flex-wrap: wrap !important;
		}

		#centreJobContactRow .col_1_3 {
			margin-top: 0;
			width: 100%;
		}

		.col_1_3:nth-child(2) {
			margin: 0;
		}

		.news_rsp {
			display: block;
		}

		.col_1_2,
		.col_1_3 {
			width: 100%;
			flex: unset;
		}

		.col_1_3 {
			float: none;
		}

		.col_1_2:nth-child(1) {
			padding-right: 20px;
		}

		.col_1_2:nth-child(2) {
			padding-left: 0px;
			padding-bottom: 20px;
		}

		.section_hero video {
			width: 150%;
		}

		.footer_contact {
			clear: left;
		}

		#footerBase span,
		#footerBase span.footer_links {
			float: left;
			margin-left: 0;
			margin-top: 5px;
		}

		.video_link_resp,
		.video_link,
		.info_link {
			float: left;
			clear: left;
			margin-right: 0;
			width: 100%;
		}

		.video_link_button {
			margin-right: 0;
			width: 100%;
		}

		.content_links .info_link:first-of-type,
		.content_links .info_link,
		.video_link_button,
		.info_link {
			margin: 5px 0;
			text-align: left;
		}

		#partnerImageLinks .info_link {
			margin: 0;
		}

		.image_container,
		.col_1_3.into_news,
		.col_1_3.home_tweets {
			width: 90%;
			margin: 10px auto;
		}

		.footer_contact > div {
			padding-left: 0;
			width: 100%;
			margin: 0 0 10px 0;
		}

		.hero_text {
			bottom: 0;
			padding-bottom: 0;
		}

		#sectionHero_1 .down_arrow,
		.section_hero.sh_1 .down_arrow,
		.down_arrow {
			display: none;
			opacity: 0;
		}

		.hero_text h2,
		.hero_text a {
			display: none;
			font-family: 'Lato', 'sans-serif';
		}

		.section_content {
			display: none;
		}

		.news_page .section_content {
			display:block;
		}

		.responsive {
			display: block;
			padding: 0 16px;
		}

			.responsive .content_links .info_link:first-of-type,
			.responsive .content_links .info_link,
			.responsive .video_link_button,
			.responsive .info_link,
			.responsive .video_link {
				float: none;
			}

		.section_content.sc_static {
			display: block;
			padding: 24px 0
		}

		.section_content_hero_text {
			display: block;
			padding: 24px 0;
		}

			.section_content_hero_text h1 {
				font-size: 26px;
			}

			.section_content_hero_text h2 {
				font-size: 18px;
				font-family: 'Lato', 'sans-serif';
				font-weight: 900;
				line-height: 130%;
			}

			.section_content_hero_text .info_link {
				background: #ed1c24;
				color: #FFFFFF;
			}

				.section_content_hero_text .info_link:hover {
					transition: background ease 0.7s;
					background: #A0262A;
					color: #FFFFFF;
					cursor: pointer
				}

		#floatingLinks {
			right: -64px;
		}

		#contactFloater,
		#newsFloater {
			right: 0;
			top: 333px;
			font-size: 13px;
			transition: all ease 0.7s;
		}

		body.is-menu-open #contactFloater,
		body.is-menu-open #newsFloater {
			display: none;
		}

		.image_link_item {
			width: 49%;
			float: left;
		}

		.media_item_link, .case_study_link {
			width: 48%;
		}

		.intro {
			width: 80%;
		}
	}

	@media all and (max-width: 490px) {

		.news-update-item-container {
			width: 100%;
			margin-left:0;
		}

		.update-item {
			width: 100%;
		}

		.section_hero video {
			display: none;
		}

		.hero_text h1 {
			font-size: 26px
		}

		.hero_text h2 {
			font-size: 18px;
		}

		#headerRight {
			display: none;
		}

		h3.expanding_header {
			font-family: 'Lato', 'sans-serif';
			font-size: 17px;
			font-weight: 600;
		}

		.l-sidebar-nav.is-expanded {
			width: 100%;
		}


		.main-site.is-shifted {
			left: 100%;
			height: 100%;
		}

		.l-sidebar-nav .l-sidebar-nav-header {
			width: 100%;
		}

		.l-sidebar-nav .l-sidebar-nav-list {
			width: 100%;
		}

		.search_input_container input {
			width: 240px;
		}
	}


	@media all and (max-width: 360px) {

		.down_arrow {
			display: none !important;
		}

		.backtotop {
			display: none !important;
			opacity: 0;
		}

		#header.scrolled #INTOLogo {
			margin-left: 0;
			left: auto;
			right: 10px;
		}

		#navIcon,
		#searchIcon {
			float: none;
		}

		#searchIcon {
			margin-top: 10px;
		}

		#searchContainer {
			margin-top: 17px;
		}

		#header.scrolled #navIcon,
		#header.scrolled #searchIcon {
			float: left;
		}

		#header.scrolled #mobileMenu {
			position: relative;
		}

		#header.scrolled #searchIcon {
			margin-top: 0;
		}

		#searchContainer input {
			width: 56%;
		}

		#header.scrolled #searchContainer {
			position: absolute;
			top: 33px;
			left: -20px
		}

			#header.scrolled #searchContainer input {
				width: 53%;
			}

		#example {
			height: 300px;
		}

		#homeLinks {
			width: 100%;
			margin: 0;
		}

		.image_link {
			width: 100%;
			margin: 0;
		}

		.key_link {
			width: 95%;
			margin: 0 2.5%;
		}

		#numbersData .data {
			width: 95%;
			margin: 0 2.5%;
		}

		#numbersRow h2 {
			margin: 1em auto 0.5em auto;
		}

		#footerBaseLeft {
			float: right;
			width: 95%;
			margin: 0 2.5%;
		}

		.col_1_2,
		.col_1_2:nth-child(1),
		.col_1_2:nth-child(2) {
			width: 100%;
			margin: 0;
		}

			.col_1_2:nth-child(1) {
				margin-bottom: 24px;
			}

		.content_links .info_link:first-of-type,
		.content_links .info_link {
			margin: 15px 0;
			display: block;
			float: none;
		}

		.hero_text h2 {
			font-size: 16px;
		}

		.media_item_link, .case_study_link {
			width: 98%;
		}

		.intro {
			width: 100%;
		}

		.hero_text {
			background: none;
		}

		.header_page_name {
			width: 18%;
		}
	}

	@media (max-width: 300px) {
		.hero_text h1 {
			font-size: 18px;
		}

		.header_page_name {
			width: 17%;
		}
	}
	/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
