/* @override
	http://www.walford.net.au/css/min/40c90304e539e64722c04bc82a947843058d2a2c.1407821421.css
	http://www.walford.net.au/css/min/40c90304e539e64722c04bc82a947843058d2a2c.1411709429.css
	http://www.walford.net.au/css/main.css */

/* Temporary Styles

#search_form, .mm-search, #expand-search2, .fixed-header a.search  {
     display:none !important;
}*/




/* @override
	http://walford-sa-edu-au.dev.simple.com.au/css/main.css */

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
.button {
	color: red;
}

html,
button,
input,
select,
textarea {
    color: #343433;
}

html {

}

body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.063em;
    line-height: 1.4;
    color: #343433;
    background-color: #fff;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #7fb7e2;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #7fb7e2;
    color: #fff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top:1px dotted #b8d1e5;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* FONTS  -------------

	font-family:'Museo Sans W01';


*/

span.text-light-blue {
	color: #72a4cb;
}

span.text-dark-blue {
	color: #174575;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}


a {
	color: #72a4cb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



 /* FULL WIDTH ELEMENTS */

.full-width {
 	width: 2560px;
 	margin-left: -430px;

}

.full-width.padding {
  	padding-left: 430px;
  	padding-right: 430px;
}



* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
}






.wrapper {
	width:100%;
	overflow:hidden;
	min-width:1700px;
}

.container {
	width:1700px;
	margin:0 auto;
	text-align:left;
	position: relative;
}



/* HOMEPAGE SLIDER */

.homepage-slider {
	width: 2560px;
	margin-left: -430px;
	position: relative;
}

.pixel-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/img/banner-pixel-overlay.svg) repeat;
	top: 0;
	left: 0;
	z-index: 99;
}

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides, .rslides2 {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li, .rslides2 li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child, .rslides2 li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img, .rslides2 img  {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}




/* HEADER */

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

a.logo {
	float: left;
	width: 320px;
	padding-top: 25px;
	z-index: 1000;
	position: relative;

}

.fixed-header a.logo {
	float: left;
	width: 160px;
	padding-top: 0px;
}

a.logo img {
	width: 100%;
	height: auto;
}

a.portal, input.search, a.search {
	color: #72a4cb;
	display: block;
	float: left;
	margin-right: 15px;
}

input.search:hover {
	color: #fff !important;
}

.functions form {
	float: left;
}

.fixed-header a.portal, .fixed-header a.search {
	margin-right: 0px;
	margin-left: 20px !important;
}

a.portal {
	background: url('../img/icon-portal-small.svg') no-repeat left 50%;
	padding-left: 25px;
}

.no-svg a.portal {
	background: url('../img/icon-portal-small.png') no-repeat left 50%;
}

input.search, a.search {
	background: url('../img/icon-search.svg') no-repeat left 50%;
	padding: 2px 0 0 24px !important;
	margin: 12px 0 0 2px !important;
	border: none !important;
	display: inline-block !important;
	width: auto !important;
	font-size: 1em !important;
	text-transform: none !important;
	font-weight: 300 !important;
}

.no-svg input.search, .no-svg a.search {
	background: url('../img/icon-search.png') no-repeat left 50%;
}


a.search {
	margin-top: 0 !important;
}



/* NAVIGATION */


.grid[data-columns]::before {
	content: '4 .column.size-1of4';
}

/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of4 { width: 25%; }



.nav-wrapper {
	float: right;
}

.fixed-header .nav-wrapper {
	float: right;
	width: 1275px;
}

.nav-wrapper .functions {
	float: right;
	height: 45px;
	line-height: 48px;
}

.nav-wrapper .phone {
	float: left;
	height: 45px;
	line-height: 48px;
	color: #72a4cb;
}

.nav-holder {
	padding: 0;
	border-top: 3px solid #72a4cb;
}



nav.main {
	margin: 0;
	padding: 20px 0 0 0;
	float: left;
}

.fixed-header nav.main {
	margin: 0;
	padding: 0px 0 0 0;
}


nav.main ul {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.fixed-header nav.main ul {
	margin: 5px 0 0 0;
}


nav.social li {
	display: inline-block;
}

nav.main a {
	display: block;
	color: #fff;
	font-size: 1.050em;
	line-height: 1;
	margin: 0 60px 0 0;
	-webkit-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
	text-decoration: none;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 10px solid rgba(255,255,255,0);
	font-weight: 500;
}

nav.main ul > li:last-of-type a {
	margin-right: 0;
}

.fixed-header nav.main a {
	color: #194669;
	padding-top: 5px;
}


nav.main .last a {
	margin-right: 0;
}


nav.main li.active a, nav.main li.parent-active a {
	color: #ffcb05 !important;
}

nav.main li a:hover {
	text-decoration: none;
	color: #72a4cb !important;
}



/* first level ul style */
.cbp-hrmenu .cbp-hrsub-inner {
   	min-width: 70%;
    max-width: 1500px;
    margin: 0 ;
    float: right;
    text-align: left;
    position: relative;
}

.fixed-header .cbp-hrmenu .cbp-hrsub-inner {
   	min-width: 1275px;
    max-width: 1700px;
    margin: 0 ;
    float: right;
    text-align: left;
    position: relative;
}


.menu-close {
	position: absolute;
	top: 18px;
	right: 436px;
	color: #fff;
	display: block;
	float: right;
	background-color: #ccc;
	font-family: arial unicode, sans-serif;
	line-height: 9px;
	padding: 3px;
	overflow: visible;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	height: 17px;
	z-index: 10000000;
}

.fixed-header .menu-close {
	top: -5px;
}

.menu-close:hover {
	background-color: #000;
}

.cbp-hrmenu > ul > li {
    display: inline-block;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
    color: #fff;
    border-bottom: 10px solid rgba(255,255,255,1);
}

.fixed-header .cbp-hrmenu > ul > li.cbp-hropen a,
.fixed-header .cbp-hrmenu > ul > li.cbp-hropen > a:hover {
    color: #72a4cb;
    border-bottom: 10px solid rgba(255,255,255,1);
}



/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
    display: block;
    position: absolute;
    background: #fff;
    width: 2560px;
    margin-left: -430px;
    padding: 25px 430px 50px;
    left: -999em;
}

.fixed-header .cbp-hrmenu .cbp-hrsub {
    position: absolute;
    background: #fff;
    width: 100%;
    margin-left: 0px;
    padding: 20px 430px;
    left: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.1);

}

.cbp-hropen .cbp-hrsub {
    display: block !important;
}

.cbp-hrmenu .cbp-hrsub-inner div.column {
    width: 26.5%;
    display: inline-block;
    padding: 0 0 0 50px;
    text-align: left;
    vertical-align: top;
}

.cbp-hrmenu .cbp-hrsub-inner div.column.first {
    width: 20%;
    padding: 0 0 0 0px;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
    content: " ";
    display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner div.column a {
    line-height: 2em;
    color: #323232 !important;
    line-height: 1.2;
    padding: 0;
    font-weight: 300;

}

.cbp-hrmenu .cbp-hrsub-inner div.column a:hover {
	text-decoration: underline !important;
}

.cbp-hrmenu .cbp-hrsub-inner div.column ul li a {
	color: #969696 !important;
}

.cbp-hrmenu .cbp-hrsub-inner div.column ul {
	display: none !important;
}

.cbp-hrsub h4 {
    color: #323232;
    padding: 5px 0 0 0;
    margin: 25px 0 0 0;
    border-top: 3px solid #72a4cb;
    font-weight: 500 !important;
}

.cbp-hrsub h4 a {
	font-weight: 500 !important;
}




/* SOCIAL NAVIGATION */

nav.social {
	float: right;
	line-height: 45px;
}

.fixed-header nav.social {
	margin-right: 10px;
	margin-left: ;
}

nav.social ul {
	margin: 2px 2px 0 0;
	padding: 0;
}

.fixed-header nav.social ul {
	margin: 0;
	padding: 0;
}


nav.social a {
	color: #72a4cb;
	display: block;
	text-indent: -999em;
	margin-left: 20px;
	line-height: 45px;
}




a.vimeo {
	background: url('../img/icon-social-vimeo.svg') no-repeat 50%;
	width: 20px;

}

.no-svg a.vimeo {
	background: url('../img/icon-social-vimeo.png') no-repeat 50%;
}


a.facebook {
	background: url('../img/icon-social-facebook.svg') no-repeat 50%;
	width: 12px;

}

.no-svg a.facebook {
	background: url('../img/icon-social-facebook.png') no-repeat 50%;

}

a.linkedin {
	background: url('../img/icon-social-linkedin.svg') no-repeat 50%;
	width: 22px;

}

.no-svg a.linkedin {
	background: url('../img/icon-social-linkedin.png') no-repeat 50%;

}


/* SEARCH */

#expand-search, #expand-search2 {
	padding: 2px 0;
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #72a4cb;
	color: #72a4cb;
	float: left;
	margin-right: 2px;
	margin-top: 10px;

}

#expand-search2 {
	position: absolute;
	bottom: -71px;
	right: 430px;
	background-color: #fff;
	padding: 10px 10px;
	border: 1px solid #e0e0e0;
	border-top: 1px solid #fff;
	display: none;
	width: 500px;
}

input#search2 {
	float: left;
	width: 75%;
}

#expand-search2 input.search2 {
	float: right;
	width: 23% !important;
}

/* FIXED HEADER */

.fixed-header {
	position: absolute;
	z-index: 1001;
	height: 75px;
	background-color: #fff;
	padding: 15px 0;
	display: block;
	left: -999em;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}











/* BANNER ITEMS */

.slider-content-wrapper {
	width: 1700px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 430px;
	z-index: 100;
}

.homepage-slider .caption-wrapper {
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 10000;
	width: 75% ;
	min-height: 250px;
	border-top: 3px solid #72a4cb;
}


.content-banner .caption-wrapper {
	border: none;
}


/* CAPTION */

.homepage-slider .slider-caption p, .content-banner .caption-wrapper h1  {
	color: #fff;
	font-size: 4.25em;
	line-height: 1;
	width: 75%;
	padding: 20px 0 0 0;
	margin: 0;
	font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.025em;
}

.slider-caption p a {
	text-decoration: none !important;
	color: #fff;
	font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.025em;

}


/* LE DOTS */

.pager {
	float: right;
	display: block;
	z-index: 999;
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.rslides_tabs {
	z-index: 999;
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.rslides_tabs li {
	display: inline;
}

.rslides_tabs a {
	float: left;
	width:16px;
	height:16px;
	float:left;
	margin:0 0 0 14px;
	background-color: #72a4cb;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display:block;
	font-size:1px;
	text-indent: -9999em;
	-webkit-transition: background-color 0.5s ease-in-out 0s;
	transition: background-color 0.5s ease-in-out 0s;
}

.rslides_here a {
	background-color: #fff;
}

.rslides_tabs a:hover {
	background-color: #ffcb05;
}





/* NEXT TOUR */

.next-tour {
	width: 20%;
	position: absolute;
	bottom: 0;
	right: 0;
	min-height: 250px;
	border-top: 3px solid #72a4cb;

}

.next-tour p {
	color: #fff;
	font-size: 0.900em;
	text-transform: uppercase;
	padding: 17px 0 3px 0;
	font-weight: 500;

}

.next-tour p.date {
	font-size: 1.600em;
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 1;

}

.next-tour p.date span{
    clear: both;
    font-size: 0.6em;
    display: block;
    padding-top: 6px;
    color: #7fb7e2;
    font-weight: 700;

}



/*
.next-tour a.book {
	display: block;
	color: #72a4cb;
	border: 3px solid #72a4cb;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: rgba(114,164,203,0);
	-webkit-transition: background-color 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
a.book:hover {
	background-color: rgba(114,164,203,0.5);
	text-decoration: none;
	color: #fff !important;

}
*/



.next-tour a.book {
	display: block;

	border: 3px solid #72a4cb;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: rgba(114,164,203,0.4);
	text-decoration: none;
	color: #fff !important;

	margin-top: 5px;

    -webkit-transition: background-color 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
a.book:hover {
    background-color: rgba(114,164,203,0.6);
	text-decoration: none;
	color: #fff !important;
}







/* NEWS-PANEL: HOMEPAGE  */

.news-panel-homepage {
	background-color: #fff;
	position: relative;

}

.news-panel-homepage .selector {
	height: 120px;
	padding-top: 20px;
	position: relative;
	background-color: #fff;

}

.news-panel-homepage .striped-bg {
	bottom: 0;
	margin-top: 230px;
	left: 0;
	height: 110px;
	background: url(/img/stripe-bg-blue.svg) repeat;
}

.no-svg .news-panel-homepage .striped-bg {
	background: url(/img/stripe-bg-blue.png) repeat;
}


.news-panel-homepage .selector ul {
	margin: 0;
	padding: 0;
	text-align: right;
	position: relative;
	z-index: 2;
}

.news-panel-homepage .selector li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.news-panel-homepage .selector a {
	color: #323232;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 90px;
	width: 210px;
	display: block;
	text-align: center;
	margin-left: 60px;
	-webkit-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
	font-weight: 500;
}


.news-panel-homepage .selector a.active {
	color: #323232;
	text-decoration: none !important;
}

.news-panel-homepage .item {
	float: left;
	width: 20%;
	min-height: 340px;
	position: relative;
	background-size: cover !important;
	background-position: 50% !important;
}

.news-panel-homepage .item .item-overlay {
	background-color: rgba(50,50,50,0.8);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 20px 15px 20px;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.news-panel-homepage .item.blog .item-overlay {
	background-color: rgba(114,164,203,0.6);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 20px 15px 20px;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.news-panel-homepage .item.blog:hover .item-overlay {
	background-color: rgba(114,164,203,0.8);
}

.news-panel-homepage .item.blog .item-overlay p.title span {
	color: #fff;
	font-size: 0.5em;
	display: block;
	line-height: 1.6;
	text-transform: uppercase;
	font-weight: 500;
}

.news-panel-homepage .item.blog .item-overlay p.date {
	color: #343433;
	font-size: 1em;
    padding-bottom:0;
}

.news-panel-homepage .item:hover .item-overlay {
	padding-bottom: 30px;
	text-anchor: none;
}

.news-panel-homepage .item .item-overlay p.date {
	color: #72a4cb;
	font-size: 1em;
    padding-bottom:0;
}

.news-panel-homepage .item .item-overlay p.title {
	color: #fff;
	font-size: 1.500em;
	line-height: 1.1;
}

/* SECTION TRANSITION */

.news-panel-homepage .item.inactive {
	display: none;
}







/* SELECTED ITEM BUBBLE */

.selected-bubble
{
	position: absolute;
	top: 36px;
	left: 0px;
	width: 210px;
	height: 60px;
	padding: 0px;
	background: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #72a4cb;
	z-index: 1;
	display: none;
}

.selected-bubble:after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 10px 10px 0;
	border-color: #ffffff transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -10px;
	left: 90px;
}

.selected-bubble:before
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 12px 12px 0;
	border-color: #72a4cb transparent;
	display: block;
	width: 0;
	z-index: 0;
	bottom: -15px;
	left: 88px;
}






/* EVENTS-PANEL: HOMEPAGE  */


.events-panel-homepage {
	background-color: #72a4cb;
	color: #fff;
	position: relative;
	padding: 0 0 50px 0;
}

.events-panel-homepage .selector {
	border-bottom: 3px solid #7fb7e2;
	margin-bottom: 50px;
	padding: 35px 0 20px 0;
	text-align: right;
}

.events-panel-homepage h2 {
	font-size: 1em;
	text-transform: uppercase;
	margin: 0;
	text-align: left;
	display: inline-block;
	float: left;
	font-weight: 700;
}

.events-panel-homepage .selector a {
	color: #194669;
	text-transform: uppercase;
	font-size: 1em;
	display: inline-block;

}

.events-panel-homepage .selector span {
	color: #7fb7e2;
	padding: 0 20px;
	font-weight: bold;
}

.events-panel-homepage .selector .left {
	float: left;
}

.events-panel-homepage .selector .right {
	float: right;
}

/* NEWS CAROUSEL */

.events-item-wrapper {
	position: relative;
}

.events-item-wrapper .slider-item {
  padding: 0 30px 0 50px;
  display: block;
  border-right: 1px dotted #194669;

}

.customNavigation{
  text-align: center;
}

//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a.btn.prev, a.btn.next {
	width: 40px;
	height: 100%;
	display: block;
	background: #72a4cb url('/img/event-arrow-right.svg') no-repeat 50% 50%;
	text-indent: -999em;
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	z-index: 100;
}

a.btn.prev {
	left: 0px;
	background: url('/img/event-arrow-left.svg') no-repeat 50% 50%;

}

.no-svg a.btn.next {
	background: #72a4cb url('/img/event-arrow-right.png') no-repeat 50% 50%;
}

.no-svg a.btn.prev {
	background: url('/img/event-arrow-left.png') no-repeat 50% 50%;
}

a.btn.next {
	right: 0;
}

a.btn.prev:hover, a.btn.next:hover {
	background-position: 100% 50%;
	cursor: pointer;
}

a.btn.prev:hover {
	background-position: 0% 50%;
}


.events-item-wrapper .event-date {
	float: left;
	width: 25%;
}

.events-item-wrapper .event-summary {
	float: left;
	padding-left: 20px;
	width: 75%;
}

.event-date span.day {
	font-size: 5.00em;
	display: block;
	line-height: 1.1;
	font-weight: 500;
	//margin-top: -15px;
}

.event-date span.month {
	font-size: 2.300em;
	display: block;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 500;
}

.left.event-date span.day, .left.event-date span.month {
	color: #72a4cb;
	font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-top: 0;
}

.events-item-wrapper p.title {
	font-size: 1.700em;
	line-height: 1.1;
	padding-top: 16px;
	padding-bottom: 20px;
}


.events-item-wrapper a {
	color: #194669;
	text-transform: uppercase;
	text-decoration: underline;
	line-height: 1.1;
	font-size: 0.9em;
	font-weight: 500;
}





/* INTRO-PANEL: HOMEPAGE */

.intro-panel-homepage {
	font-size: 1.700em;
	padding: 80px 0;
}

.intro-panel-homepage p {
	font-weight: 500;
	text-align: center;
}

/* STATS-PANEL: HOMEPAGE */

.stats-panel-homepage {
	background-color: #323232;
	color: #72a4cb;
	padding-top: 80px;
	padding-bottom: 100px;
	position: relative;
}

.stats-panel-homepage .overlay {
	background: url(/img/stripe-bg-grey.svg) repeat left top;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.no-svg .stats-panel-homepage .overlay {
	background: url(/img/stripe-bg-grey.png) repeat left top;
}

.stats-panel-homepage .item {
	float: left;
	width: 25%;
	text-align: center;
	padding: 0 50px;

}

.stats-panel-homepage .fact-figure {
	font-size: 8.500em;
	letter-spacing: -0.05em;
	padding: 0 0 20px 0;
	line-height: 1;
	font-weight: 700;
}

.stats-panel-homepage .fact-figure span {
	font-weight: 500;

}

.stats-panel-homepage .fact-title {
	font-size: 1.800em;
	text-transform: uppercase;
	line-height: 1.2;
}





/* ADMISSIONS-PANEL: HOMEPAGE */

.admissions-panel-homepage {
	text-align: center;
	padding-top: 90px;
	padding-bottom: 130px;
	-webkit-box-shadow:inset 0 -150px 200px 0 rgba(0,0,0,0.4);
	box-shadow:inset 0 -150px 200px 0 rgba(0,0,0,0.4);
}

.admissions-panel-homepage h2 {
	color: #fff;
	line-height: 1;
	font-size: 3.000em;
	margin: 0 0 25px 0;
	font-weight: 700;
}


.admissions-panel-homepage p {
	color: #fff;
	font-size: 1.700em;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 80px;
}


.admissions-panel-homepage a {
	display: inline-block;
	color: #72a4cb;
	border: 3px solid #72a4cb;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: rgba(114,164,203,0);
	-webkit-transition: background-color 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: 20%;
	margin: 0 50px;
    vertical-align:top;
}

.admissions-panel-homepage a:hover {
	background-color: rgba(114,164,203,0.5);
	text-decoration: none;
	color: #fff !important;

}



/* BOARDING-PANEL: HOMEPAGE */


.boarding-panel-homepage {
	background: url(/img/stripe-bg-blue.svg) repeat;
	padding-top: 70px;
	padding-bottom: 80px;
}

.no-svg .boarding-panel-homepage {
	background: url(/img/stripe-bg-blue.png) repeat;
}


.boarding-panel-homepage .boarding-summary {
	float: left;
	width: 43%;
}

.boarding-panel-homepage a.circle {
	float: left;
	background-color: #fff;
	display: block;
	border-radius: 50%;
	width: 280px;
	height: 280px;
	margin-left: 40px;
	text-align: center;
	border: 5px solid #fff;
	-webkit-transition: border 1s ease-in-out 0s;
	transition: border 1s ease-in-out 0s;
}

.boarding-panel-homepage a.circle:hover {
	border: 5px solid #72a4cb;
	text-decoration: none;
}

.boarding-panel-homepage a.circle h3 {
	font-size: 2.100em;
	color: #174569;
	line-height: 1.1;
	margin: 0px 0 0;
	font-weight: 500;
}


.boarding-panel-homepage a.circle:before {
	content: '';
	display: inline-block;
	height: 80%;
	vertical-align: middle;
}

.vertically-centered {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	word-break: normal;
}

.boarding-panel-homepage h2 {
	font-size: 4.250em;
	color: #174569;
	margin: 0;
	padding-bottom: 30px;
	line-height: 1;
	font-weight: 700;
}

.boarding-panel-homepage p {
	color: #174569;
	font-size: 1.500em;
	background-color: #fff;
	display: inline;
	line-height: 1.4;
	padding: 0;
}

.boarding-panel-homepage .divider {
	height: 5px;
	width: 50%;
	background: url('/img/stripe-bg-blue.svg') repeat left top;
	margin: -20px auto 15px auto;
}

.no-svg .boarding-panel-homepage .divider {
	background: url('/img/stripe-bg-blue.png') repeat left top;
}

.boarding-panel-homepage a.circle span {
	text-transform: uppercase;
	font-size: 0.850em;
}








/* TESTIMONIAL SLIDER */


.testimonial-slider {
	width: 2560px;
	margin-left: -430px;
	position: relative;
}

/* LE DOTS */

.pager2 {
	display: block;
	z-index: 999;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 50px;
	right: 1%;
	text-align: center;
	width: 50%;
}

.pager2.rslides_tabs a {
	float: none;
	display: inline-block;
}

.rslides_tabs li {
	display: inline-block;
}

.testimonial-slider .caption-wrapper {
	width: 50%;
	position: absolute;
	right: 0;
	text-align: center;
	line-height: 1.1;
	padding-top: 80px;
}

.testimonial-slider .caption-wrapper p {
	font-size: 2.700em;
	color: #fff;
	font-weight: 500;

}

.testimonial-slider .caption-wrapper p.author {
	font-style: italic;
	font-size: 1.900em;
	padding-bottom: 50px;
	font-weight: 500;

}

.testimonial-slider .caption-wrapper a.read-more {
	display: inline-block;
	color: #fff;
	border: 3px solid #fff;
	padding: 20px 70px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: rgba(114,164,203,0);
	-webkit-transition: background-color 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;

}

.testimonial-slider .caption-wrapper a.read-more:hover {
	background-color: rgba(114,164,203,0.5);
	text-decoration: none;
	color: #fff !important;

}









/* LEARNING-PANEL: HOMEPAGE */


.learning-panel-homepage .learning-summary {
	background-color: #194669;
	padding-top: 60px;
	padding-bottom: 0px;
	text-align: center;
	color: #fff;

}

.learning-panel-homepage h2 {
	font-size: 3.000em;
	color: #fff;
	margin: 0;
	padding: 0 0 30px 0;
	font-weight: 700;
}

.learning-panel-homepage p {
	font-size: 1.600em;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 60px;
}

.learning-panel-homepage a.learning-arrow {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 0 auto;
	text-indent:  -999em;
	background: #fff url(/img/icon-learning-arrow.svg) no-repeat 50%;
	border: 3px solid #fff;
	-webkit-transition: border 1s ease-in-out 0s;
	transition: border 1s ease-in-out 0s;
	z-index: 100;
	position: relative;
}

.no-svg .learning-panel-homepage a.learning-arrow {
	background: #fff url(/img/icon-learning-arrow.png) no-repeat 50%;
}

.learning-panel-homepage a.learning-arrow:hover {
	border: 3px solid #ffcb05;

}

.learning-panel-homepage .learning-item-wrapper {
	margin-top: -35px;
}

.learning-panel-homepage a.item {
	display: block;
	width: 50%;
	float: left;
	height: 500px;
	position: relative;
	background-size: cover !important;
	background-position: 50% !important;
}


.learning-panel-homepage a.item.mobile-only {
     display:none;
}


.learning-panel-homepage a.item .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../img/stripe-bg-dark-blue.svg') repeat left top;
}

.no-svg .learning-panel-homepage a.item .overlay {
	background: url('../img/stripe-bg-dark-blue.png') repeat left top;
}

.learning-panel-homepage a.item:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(25,70,105,0.4);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;

}

.learning-panel-homepage a.item:hover {
	text-decoration: none;
}

.learning-panel-homepage a.item:hover:after {
	/* content:  'Learn more'; */
	background-color: rgba(25,70,105,0);
	color: #ffcb05;
	font-size: 3.000em;
}

.learning-panel-homepage a.item h3 {
	color: #fff;
	text-decoration: none;
	font-size: 3.000em;
	padding-left: 100px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	font-weight: 500;
}

.learning-panel-homepage a.item:hover h3 {
	color: #ffcb05;
}



.learning-panel-homepage a.item:nth-of-type(1) h3,
.learning-panel-homepage a.item:nth-of-type(3) h3

{
	padding-right: 100px;
	padding-left: 0;
    text-align: right;
}





/* COMMUNITY-PANEL: HOMEPAGE */

.community-panel-homepage {
	background-color: #ffcb05;
	padding: 80px 0 80px 0;
}

.community-panel-homepage .community-summary {
	text-align: center;
	border-bottom: 3px solid #ffdf66;
	margin-bottom: 70px;
}

.community-panel-homepage h2 {
	font-size: 3.000em;
	color: #fff;
	margin: 0;
	padding: 0 0 30px 0;
	line-height: 1;
	font-weight: 700;
}

.community-panel-homepage p {
	color: #8e6f0b;
	font-size: 1.600em;
	margin: 0 auto;
	padding-bottom: 70px;
	width: 90%;
}

.community-panel-homepage span {
	color: #8e6f0b;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 0.800em;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;

}

.community-panel-homepage h3 {
	color: #fff;
	font-size: 1.600em;
	margin: 0;
	padding-bottom: 20px;
	font-weight: 500;
	line-height: 1;
}

.community-panel-homepage .item {
	float: left;
	width: 25%;
	-webkit-transition: margin-top 0.5s ease-in-out 0s;
	transition: margin-top 0.5s ease-in-out 0s;

}

.community-panel-homepage .item:hover {
	margin-top: -10px;
}

.community-panel-homepage .item:hover span {
	color: #fff;
}

.community-panel-homepage .item .icon {
	float: left;
	width: 30%;
	min-height: 180px;
	text-indent: -999em;
}

.community-panel-homepage .item:nth-of-type(1) .icon {
	background: url(/img/icon-community-parents.svg) no-repeat top left;
	background-size: 58%;
}

.community-panel-homepage .item:nth-of-type(2) .icon {
	background: url(/img/icon-community-old-scholar-events.svg) no-repeat top left;
}

.community-panel-homepage .item:nth-of-type(3) .icon {
	background: url(/img/icon-community-update-details.svg) no-repeat top left;
}

.community-panel-homepage .item:nth-of-type(4) .icon {
	background: url(/img/icon-community-giving.svg) no-repeat top left;
	background-size: 60%;
}

.no-svg .community-panel-homepage .item:nth-of-type(1) .icon {
	background: url(/img/icon-community-parents.png) no-repeat top left;
}

.no-svg .community-panel-homepage .item:nth-of-type(2) .icon {
	background: url(/img/icon-community-old-scholar-events.png) no-repeat top left;
}

.no-svg .community-panel-homepage .item:nth-of-type(3) .icon {
	background: url(/img/icon-community-update-details.png) no-repeat top left;
}

.no-svg .community-panel-homepage .item:nth-of-type(4) .icon {
	background: url(/img/icon-community-giving.png) no-repeat top left;
}


.community-panel-homepage .item .detail {
	float: left;
	width: 60%;
}

.community-panel-homepage .item .detail p {
	font-size: 1em;
	width: 100%;
	margin: 0;
	padding: 0 0 15px;
}


/* SOCIAL-PANEL: HOMEPAGE */

.social-panel-homepage {

}

.social-panel-homepage .item {
	width: 50%;
	float: left;
	z-index: 100;
	position: relative;
	color: #fff;
}

.social-panel-homepage .item.facebook-panel {
	padding: 20px 80px 70px 0;
	background: url('../img/icon-social-facebook-large.svg') no-repeat 90% bottom;
	background-color: #445f9f;

}

.no-svg .social-panel-homepage .item.facebook-panel {
	background: url('../img/icon-social-facebook-large.png') no-repeat 90% bottom;

}

.social-panel-homepage .item.portal-panel {
	background-color: #00a7ff;
	padding: 20px 0px 70px 80px;
}



.social-panel-homepage .dark-blue {
	background-color: #445f9f;
	width: 1280px;
	position: absolute;
	left: -430px;
	border-bottom: 90px solid #445f9f;
	box-sizing: content-box;
}

.social-panel-homepage .light-blue {
	background-color: #00a7ff;
	width: 1280px;
	position: absolute;
	right: -430px;
	border-bottom: 90px solid #00a7ff;
	box-sizing: content-box;
}

.social-panel-homepage h2 {
	font-size: 0.900em;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 30px;
	font-weight: 700;
}

.social-panel-homepage span.date {
	position: absolute;
	right: 80px;
	top: 20px;
	color: rgba(255,255,255,0.5);
	font-size: 1em;

}

.social-panel-homepage p {
	font-size: 1.9em;
	line-height: 1.3;
	padding-bottom: 190px;
	font-weight: 500;
}

.social-panel-homepage .facebook-panel img {
    width:47%;
    float:left;
    padding-right:5%;
    padding-top:10px;
}


.social-panel-homepage .facebook-panel p {
    padding-bottom:100px;
}

#FacebookPost {
	padding-bottom:100px;
}


.social-panel-homepage .item.portal-panel p {
	padding-left: 170px;
	background: url('../img/icon-portal-large.svg') no-repeat left 15px;
	min-height: 200px;

}

.no-svg .social-panel-homepage .item.portal-panel p {
	background: url('../img/icon-portal-large.png') no-repeat left 15px;
}

.social-panel-homepage a {
    margin-top:50px;
	display: inline-block;
	color: #fff;
	border: 3px solid #fff;
	padding: 20px 50px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: rgba(114,164,203,0);
	-webkit-transition: background-color 0.5s ease-in-out 0s;
	transition: background-color 0.5s ease-in-out 0s;
	position: absolute;
	bottom: 50px;
}

.social-panel-homepage a:hover {
	background-color: rgba(114,164,203,0.5);
	text-decoration: none;
	color: #fff !important;

}

input {
	font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
}

.social-panel-homepage input[type="submit"] {
	display: inline-block;
	color: #fff;
	border: 3px solid #fff;
	padding: 20px 0px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: rgba(114,164,203,0);
	-webkit-transition: background-color 0.5s ease-in-out 0s;
	transition: background-color 0.5s ease-in-out 0s;
	width: 20%;
}

.social-panel-homepage input[type="submit"]:hover {
	background-color: rgba(255,255,255,0.3);
}

.social-panel-homepage input[type="text"] {
	display: inline-block;
	width: 34%;
	margin-right: 5%;
	background: none;
	color: #fff;
	padding: 20px 0px;
	text-align: center;
	border-width: 3px 0;
	border-color: #fff;
	border-bottom-color: #80d3ff;
	text-transform: uppercase;

}


.social-panel-homepage ::-webkit-input-placeholder {
   color: #80d3ff;
}

.social-panel-homepage :-moz-placeholder { /* Firefox 18- */
   color: #80d3ff;
}

.social-panel-homepage ::-moz-placeholder {  /* Firefox 19+ */
   color: #80d3ff;
}

.social-panel-homepage :-ms-input-placeholder {
   color: #80d3ff;
}






























/* CONTENT PAGE BANNER */

.content-banner {
	width: 2560px;
	margin-left: -430px;
	height: 700px;
	position: relative;
	background-size: cover !important;
	background-position: 50%;
}

.banner-content-wrapper {
	width: 1700px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 430px;
	z-index: 100;



}

.banner-content-wrapper a.book {
	display: block;
	
	border: 3px solid #72a4cb;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: rgba(114,164,203,0.4);
	text-decoration: none;
	color: #fff !important;

    -webkit-transition: background-color 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	position: absolute;
	right: 0;
	bottom: 20px;
}
.banner-content-wrapper a.book:hover {
    background-color: rgba(114,164,203,0.6);
	text-decoration: none;
	color: #fff !important;
}

.content-banner .caption-wrapper {
	min-height: 200px;
	width: 100%;
}





/* ------ CONTENT ELEMENTS PAGES */

.content-introduction {
    background-color: #194669;
    color: #fff;
    position: relative;
    padding-top:40px;
    padding-bottom:60px;
    text-align:center;
}

.content-introduction .title {
    color:#FFF;
    font-size:2.25em;
    padding-bottom:20px;
    font-weight: 700;
    margin: 0;
}

.content-introduction p{
    font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #72a4cb;
    font-size: 1.5em;
    margin:0 auto;
    padding:0;
    width: 80%;
}


.main-article {
    width:75%;
    float:right;
    padding-bottom:50px;
}

.main-article--iframe {
	float: none;
	width: 100%;
}

.main-article h2, .fancybox-wrap h2 {
    border-top:1px dotted #b8d1e5;
    font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    color:#72a4cb;
    font-size:1.4em;
    margin-bottom:1em;
    margin-top: 0.55em;
    padding-top:10px;
}


.main-article h2:first-of-type, .fancybox-wrap h2:first-of-type {
	border: none;
	margin-top: 0;
	padding-top: 0;
}


.main-article h2 a, .fancybox-wrap h2 a {
    font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
}


.main-article h3, .fancybox-wrap h3 {
    font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    color:#72a4cb;
    font-size:1.4em;
    margin-bottom:1em;
    margin-top: 1.5em;
    padding-top:10px;
}

.main-article h4, .fancybox-wrap h4 {
    font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:1.125em;
    margin-bottom:1em;
    margin-top: 1.5em;
    padding-top:10px;

}


.fancybox-wrap h2, .fancybox-wrap h3 {
    border-top:0;
    margin-top:0;
    padding-top:0;
}





.main-article ul, .main-article ol, .fancybox-wrap ul, .fancybox-wrap ol {
    margin-top:0;
}

.main-article p, .main-article li, .fancybox-wrap p, .fancybox-wrap li {
    color:#848484;
    line-height: 1.5;
    padding-bottom: 18px;
}

.main-article p + ul, .fancybox-wrap p + ul {
    margin-top:-10px;
}


.main-article li, .fancybox-wrap li {
    padding-bottom: 0.2em;
}


.main-article *, .fancybox-wrap *  {
    font-family:Arial;
}
.main-article p.featured, .fancybox-wrap p.featured {

    font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    color:#72a4cb;
    font-size:1.3em;
    line-height: 1.4;
    padding-bottom: 20px;
}

.main-article p.featured em, .fancybox-wrap p.featured em{
    font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
    font-style:italic;
}


.article-aside {
    width:20%;
    float:left;
}



.main-article table, .fancybox-wrap table {
	width: 100%;
	color: #333;
    border:0;
    margin: 0 0 20px 0;
}
.main-article table td, .main-article table th, .fancybox-wrap table td, .fancybox-wrap table th {
    border:0;
	border-top-color: white;
	border-bottom: 1px dotted #b8d1e5;
	color: #555;
    font-family:Arial;
    color:#848484;
}



.main-article table th, .fancybox-wrap table th {
	font-weight: normal;
	padding: 16px 12px 16px;
	text-align: left;
	line-height: 1.5em;
    font-size:1.125em;
    color:#174569;
    background-color:#edf3f8;
    border-top: 1px dotted #b8d1e5;
    font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.main-article table td, .fancybox-wrap table td {
	padding: 12px 12px 10px;
	vertical-align: top;
}

.image-gallery {
    margin:1.5em 0;
}

.image-gallery .gallery-item {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}

.image-gallery .gallery-item img{
    width:225px;
    height:225px;
}



/* ------ PAGE TITLE. BREADCRUMBS. ASIDE. SUBNAV. RELATED DOWNLOADS */

.view-downloads a {
	display: block;
	background-image:url(/img/download-arrow-blue.svg);
	background-repeat:no-repeat;
	background-position:100% 50%;
	background-size: 25px;
	font-weight: 500;
}

.no-svg .view-downloads a {
	background-image:url(/img/download-arrow-blue.png);
}


.page-title, .article-aside  {
    margin-top:30px;
}

.page-title {
	height: 50px;
}

h1.sub-title, .article-aside h2, .article-aside h3, h2.major-heading {
       font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-style: normal;
    color:#174569;
    display:inline-block;
    font-size:1.5em;
}

h1.sub-title {
	padding-bottom: 0;
	margin-top: 0;
}

h2.major-heading {
    display:block;
    float:none;
    border:0;
    padding-bottom:0;
}



.article-aside h2, .article-aside h3 {
    float:none;
}

.article-aside h2 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.article-aside h3 {
    float:none;
    display:block;
    font-size:0.9em;
    text-transform:uppercase;
    color:#72a4cb;
    border-top: 3px solid #72a4cb;
    padding:0;
    padding-top:10px;
    margin-bottom:30px;
    margin-top:50px;
    font-weight: 500;
}



.breadcrumbs {
    display:inline-block;
    float:right;
    margin-top:10px;
    font-size:0.800em;
    padding-right: 0;
}

.breadcrumbs a, .breadcrumbs {
    color:#afafaf;
    text-transform:uppercase;
    font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    color:#afafaf;
    display:inline-block;
    padding-right:10px;
    line-height: 1.6;
}


.breadcrumbs .separator {
	padding-right: 10px;
}


.breadcrumbs span.last {
    padding-right:0;
	font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.breadcrumbs span.last {
    color:#174569;
}

.breadcrumbs a + a + a + span {
}


.article-aside h3.filter-heading {
    color:#999;
    font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top:0;
    border:0;
    margin-top:-10px;
    line-height: 1;
}

.article-aside nav {
    margin-top:-12px;
}

.article-aside  nav ul{
    padding:0;
    border-bottom:1px solid #EEE;
}


/* Hide Sports Fixtures Nav */
#nav-837 > ul {
	display:none !important;
}



.article-aside  nav ul li {
    list-style:none;
    font-size:1.125em;
    font-family:Arial;
    font-weight:300;
}

.article-aside  nav ul li a {
    font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    display:block;
    padding-top:12px;
    padding-bottom:12px;
    border-top:1px dotted #b8d1e5;
    text-decoration:none;
    color:#72a4cb;
    background-repeat:no-repeat;
    background-position:100% 50%;
    /*background-image:url(/img/internal/icons/sub_arrow_off.svg);*/
    padding-right:40px;
    transition:0.4s all ease-in-out;
}
.no-svg .article-aside  nav ul li a {
    /*background-image:url(/img/internal/icons/sub_arrow_off.png);*/
}

.article-aside  nav ul li.active a {
    color:#174569;
    /*background-image:url(/img/internal/icons/sub_arrow_on.svg);    */
}
.no-svg .article-aside  nav ul li.active a {
    /* background-image:url(/img/internal/icons/sub_arrow_on.png);    */
}

.article-aside  nav ul li.active ul li a {
     color:#72a4cb;
}


.article-aside  nav ul li a:hover, .article-aside  nav ul li.active ul li a:hover {
    color:#666;
}

.article-aside  nav ul li.active a:hover {
    color:#174569;
}


.article-aside  nav ul li ul {
    border:0;
    margin:0;
    display:none;
    margin-top:-5px;
    padding-bottom:15px;
}

.article-aside  nav ul li.parent-active ul, .article-aside  nav ul li.active ul {
    display:block;
}

.article-aside  nav ul li ul li {
    font-size:0.875em;
}

.article-aside  nav ul li ul li a, .article-aside  nav ul li ul li a.active {
    padding-left:30px;
    border:0;
    background-image:none !important;
}


.no-svg .article-aside  nav ul li ul li a, .no-svg .article-aside  nav ul li ul li a.active {
     background-image:none  !important;
}

/* -- Dynamic menus (ie. filters) */

.article-aside ul li a.active-filter {
    color:#174569 !important;
    background-color:#e0f3f9;
    padding-left:16px;
    transition:0.4s all ease-in-out;
}






.related-downloads {
    background-color: #72a4cb;
    color: #fff;
    position: relative;
    padding-top:25px;
    padding-bottom:30px;
    text-align:center;
}


.related-downloads h3 {
    color:#FFF;
    font-size:1.5em;
    padding-bottom:25px;
    font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform:none;
}


.related-downloads .item {
    display:inline-block;
    width:20%;
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	margin:0 1% 40px 1%;

}

.related-downloads .item:before {
    content:"";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


.related-downloads .item .vertically-centered {
    width: 95%;
}




.related-downloads .item a {
    width:100%;
    color:#FFF;
    display:block;
    padding-right:40px;
    background-image:url(/img/download-arrow.svg);
    background-repeat:no-repeat;
    background-size: 25px;
    background-position:100% 50%;
    text-align:left;
    vertical-align: middle;
    padding-top:20px;
    padding-bottom:20px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;

}

.no-svg .related-downloads .item a {
     background-image:url(/img/download-arrow.png);
}
.related-downloads .item a:hover {
    text-decoration:none;
    color: #174569;
}

.related-downloads.related-links {
	border-bottom: 1px dotted #fff;
}

.related-downloads.related-links ul {
	margin: 0 0 2em 0;
	padding: 0;
	list-style-type: none;
}

.related-downloads.related-links ul a {
	color: #fff;
	display: block;
	padding-bottom: 1em;
}




/* LISTING BUTTONS ----------------------- */



.button-read-more {
	display: inline-block;
	color: #72a4cb;
	border: 3px solid #72a4cb;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: rgba(114,164,203,0);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
    font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration:none;
}


.button-read-more:hover {
	/* background-color: rgba(114,164,203,0.5);
	text-decoration: none;
	color: #fff !important; */
    border-color:#08417b;
    color:#08417b;
    text-decoration:none;
}



.filter-select-box {
    padding: 14px;
    border: 2px solid #e0f3f9;
    margin-bottom: 20px;
    width: auto;
    color: #174569 !important;
    font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.filter-select-box option {
    font-family: Arial;
}


select.filter-news {
	display: none;
}




/* PROMOTIONAL BOXES --------------- */



.promotional-boxes {
    width:100%;
    border-bottom: 3px solid #72a4cb;
    padding-bottom: 60px;
    min-height: 0 !important;
    margin-bottom: 50px;
}
.news-panel-homepage.promotional-boxes .item {
       width:100% !important;
}

.news-panel-homepage.promotional-boxes .item p.title {
    padding-bottom:15px;
}
.news-panel-homepage.promotional-boxes .item p.date {
    text-transform:uppercase;
    padding-bottom:0px;
}



/* ------ PUBLICATIONS PAGES */

.publications-list {

}

.publications-list p.date {
	font-size: 0.9em;
	font-style: italic;
	padding-bottom: 5px;
}

.publications-list p.publication-title {
    padding-bottom:15px;
}


.inthemedia-thumb {
    float:left;
    margin-right:30px;
    width:180px;
    margin-top:6px;
}





/* ------ Blog */

a.mobile-blog-image {
	display: none;
}

.blog-list {

}

.blog-author {
	font-style: italic;
    border-bottom:1px solid #EEE;
    margin-bottom: 1em;
}

.blog-author p {
	color: #72a4cb;
}

.blog-list .blog-item {
    margin-bottom:50px;
    padding-top:40px;
    padding-bottom:50px;
    border-bottom:1px solid #E1E1E1;
}

.blog-list .blog-item.first {
    padding-top:0;
}


.blog-list .blog-item .left {
    float:left;
    width:20%;
}

.blog-list .blog-item .left.event-date {
	width: 15%;
}

.blog-list .blog-item .right {
    width:75%;
    float:right;
}

.blog-list .blog-item .right.event-detail {
    width:85%;
    float:right;
}

.blog-list .blog-item .right.no-image {
    width:100%;
    float:none;
}

.blog-list .blog-item h2 {
    font-size: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0;
}


.blog-list .blog-item h2 a:hover {

}

.blog-list .blog-item p.date {
    font-style: italic;
    padding-bottom:5px;

}

.blog-list .blog-item p.overview {

}

.blog-list .blog-item img {
    width:100%;
    padding-top:5px;
}



/* ------ Blog */


.commentEntry {
	padding: 20px 30px 20px 20px;
	background-color: #f5f5f5;
	color: #5b4e42;
}

.commentEntry.two {
	background-color: transparent;
}


p.commentDetails {
	padding-bottom: 0 !important;
	font-style: italic;
	font-size: 0.8em;
}

.comment p {
	padding-bottom: 15px !important;
	font-size: 0.9em;
}

.tag-cloud {
	color: #999;
}

.tag-cloud a {
	font-size: 1.125em;
	border: 1px solid #72a4cb;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 5px;
	border-radius: 2px;
}

.tag-cloud a:hover {
	background-color: #72a4cb;
	color: #fff;
	text-decoration: none;
}

/* ------ Scholarships */


p.scholarship-title {
    padding-bottom:10px;
    font-size:1.25em;
}

p.scholarship-title strong {
    font-family:'Museo Sans W01';
}


p.scholarship-categories {
    padding-top:0px;
    text-transform:uppercase;
    color:#C2C2C2;
    font-size:0.8em;
    padding-top:0;
}

p.scholarship-categories strong{
    display:inline-block;
    background-color:#72a4cb;
    color:#FFF;
    padding:10px;
}



p.scholarship-categories span{
    color:#C2C2C2 !important;
    padding-left:20px;
    display:inline-block;
    padding:5px;
}

.scholarships-container hr {
    margin-bottom:-2px;
}





/* ------ Employment */

.employment-list {
	padding-bottom:30px;
}

.employment-list h2 span {
	font-size: 0.7em;
	text-transform:uppercase;
    color:#174569;
    display:inline-block;
    padding-left:10px;
    font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.employment-list p.overview {
    padding-bottom:15px;
}





/* ------ News */

.schoolnews-read-all h2.article-title{
    color:#174569 !important;
}

.schoolnews-read-all h2 {
    border-top:0 !important;
}



.schoolnews-container .item:hover {
    text-decoration:none;
}

.schoolnews-container .item h2 {
    border:0;
    margin:0;
    padding-bottom:20px;
    padding-top: 10px;
}

.schoolnews-container .item p {

}

.schoolnews-container .item p span {
    padding-right:40px;
    background-image:url(/img/);
}

.no-svg .schoolnews-container .item p span {
    background-image:url(/img/);
}

.schoolnews-container .image {
    height:200px;
    position:relative;
    background-size:cover;
    background-position: 50% top;
}

.schoolnews-container .cats {
    position:absolute;
    right:0;
    bottom:0;
}

.schoolnews-container .cats .cat-label {
    display:inline-block;
    padding:5px;
    background-color:red;
    color:#FFF;
    float:right;
    padding-left:8px;
    padding-right:8px;
}


.news-return {
    margin-top:20px;
    margin-bottom:30px;
}

.detail-image {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	border-top: 3px solid #72a4cb;
	padding-top: 20px;
	margin-top: 8px;
	width: 40%;
}

/* ------ School Magazine */


.publications-list .item {
	float: left;
	width: 25%;
}


.publications-list .magazine-title {
	border-top: 1px dotted #b8d1e5;
	margin: 1em 0 0 0;
	padding: 0.5em 1em 0 0;
}

 .magazine-title a {
 	display: block;
 }

 .publications-list p.date {
	border-bottom: 1px dotted #b8d1e5;
	margin: 0;
	padding: 0;
	margin: 0 0 2em 0;
	padding: 0 1em 0.5em 0;

 }

.publications-list .item img {
	width: 90%;
}





/* ------ School Calendar */

select.events-select {
	display: none;
}


.event-controls {
    min-height:35px;
    position:relative;
    text-align: center;
}

.calendar-today {
    text-align:center;
    display:block;
    margin-bottom:-32px;
    border: 1px solid #333;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
	border: 1px solid #72a4cb;
	padding: 5px 10px;
	border-radius: 3px;
}

.calendar-next, .calendar-prev, .calendar-annual {
	border: 1px solid #72a4cb;
	padding: 5px 10px;
	border-radius: 3px;
	display: inline-block;
}

.calendar-next, .calendar-prev {
	position:absolute;
}

.calendar-next {
	right:0;
}
.calendar-prev {
	left:0;
}

.calendar-print {
    display:inline-block;
	border: 1px solid #72a4cb;
	padding: 5px 10px;
	border-radius: 3px;
	margin-bottom:15px;
}




.calendars {
    padding-bottom:30px;
    border-top:1px dotted #b8d1e5;
    padding-top: 10px;
    margin-top: 20px;
}

.calendars h2 {
    border:0;
}

.calendars th {
	text-align: center !important;
}

.calendars td {
    padding-top:15px;
    padding-bottom:15px;
    text-align: center;
}
.calendars td.day span {
    padding:10px;
    display: block;


}
.calendars td.today span, .calendars td.today.has-events span {
    background-color:#194669;
    color:#FFF;
}
.calendars td.has-events {
    cursor: pointer;
}
.calendars td.has-events span{
    background-color:#FFF7D7;
    display: block;
    border-radius: 50%;
    width: 80%;
}

.calendar-left  {
    float:left;
    width:48%;
    margin-top: ;
}
.calendar-right  {
    float:right;
    width:48%;
}

.mobile-current-month {
	display: none;
}




.events-list h2 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
.events-list .event-anchor {
    position:absolute;
}
.events-list .event {
    border-bottom:1px solid #F1F1F1;
    padding-top:15px;
}

.events-list .event p {
    padding-bottom:15px;
}

.events-list .event.last {
    border:none;
}

.events-list .event .more-info {
}

.events-list .event .read-more {
    margin-left:20px;
    color:#194669;
    cursor:pointer;
    display: none;
}

/* Banner Ads */

.events-list .banner-ad{
	padding:0;
	padding:20px 0;
	text-align:center;
	border-top:3px solid #72a4cb;
	border-bottom:3px solid #72a4cb;
	margin-bottom: 30px;
}
.events-list .banner-ad.second {
	margin-top:30px;
}
.events-list .banner-ad img {
	max-width:80%;
	width:80%;
}


.blog-list .collapse {
	height: 0;
	overflow: hidden;

}












/* ------ ISOTOPE / MEET OUR STAFF */


.staff_profile {
     cursor:pointer;
}

.staff_profile span.readmore-js-toggle {
    color:#72a4cb;
}


.isotope-container {
    width:102%;
    margin-left:-1%;
}
.isotope-container .item{
    width:31.3333%;
    display:block;
    padding:0;
    margin-left:1%;
    margin-right:1%;
    padding-bottom:0px;
    padding-top:0px;
    margin-bottom: 50px;
    text-decoration:none;
    border-bottom:1px solid #b8d1e5;
}

.isotope-container .item.women-to-watch{
    width:23%;
}


.meet-our-staff-container .item:hover {
    text-decoration:none;
}

.meet-our-staff-container .item h2 {
    border:0;
    margin:0;
    padding-bottom:20px;
    padding-top: 20px;
}

.meet-our-staff-container .image {
    height:200px;
    position:relative;
    background-size:cover;
    background-position: 50% top;
}

.meet-our-staff-container .women-to-watch .image {
    height:400px;
    position:relative;
    background-size:cover;
    background-position: 50%;
}

p.staff-position {
	margin-top: -20px;
	font-style: italic;
	font-weight: bold;
}


.readmore-js-collapsed + span + .hidden-overlay, .collapse + span + .hidden-overlay {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: absolute;
	bottom: 23px;
	width: 100%;
	height: 130px;
}

.hidden-overlay.off {
	opacity: 0;
}







/* ------ Donations */


.donations {

}

.donations h2 {
    border-top:0;
}

.donations legend {
    width:100%;
    display:block;
}

.donations fieldset {
    margin-bottom:30px;
}


.donations ul {
    padding:0;
}

.donations ul li {
    list-style:none;
    margin:0;
    padding:0;
}





/* ------ Interactive Map */

.interactive-map.mobile {
	display: none;
}

.interactive-map {
	width: 100%;
	position: relative;
}

.interactive-map .map-item {
	display: block;
	width: 28px;
	height: 28px;
	background-color: rgba(255,203,5,1);
	border-radius: 50%;
	border: 4px solid #fff;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 1000;

}

.interactive-map.desktop a.label {
	color: #000;
    position:absolute;
    z-index:999;
	background-color: rgba(255,255,255,0.7);
    margin-top:0px;
    margin-left:15px !important;
    font-size:0.8em;
    line-height: 20px;
    padding: 4px 10px 4px 15px;
    display: block;
    border-radius: 3px;
	-webkit-box-shadow: 1px 3px 4px 0 rgba(0,0,0,0.2);
	box-shadow: 1px 3px 4px 0 rgba(0,0,0,0.2);
	-webkit-transition: background-color 0.2s ease-in-out 0s;
	transition: background-color 0.2s ease-in-out 0s;

}

.interactive-map.desktop a.label:hover {
	background-color: rgba(255,255,255,1);
	text-decoration: none;
}

.interactive-map .map-item.hidden {
	display: none;
}

.interactive-map .map-item:hover, .interactive-map.desktop a.label:hover  {
	border: 0px solid #fff;

}

.map-content.mobile {
	display: none;
}


/* ------ Interactive Map */

.map-content .collapsible, .map-content .collapsible * {
	box-sizing: content-box;
}

.map-content .collapsible,
.map-content .page_collapsible {
   display: block;
   background-color: #72a4cb;
   color: #fff;
   text-transform: uppercase;
   padding: 20px 40px 20px 20px;
   border-top: 1px solid #fff;
   text-decoration: none;
   font-size: 1.125em;
   font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
   font-weight: 500;

}

.map-content .collapse-open {

}

.map-content .collapse-open span {
	display: block;
	background: url('../img/arrow-expand-up.svg') no-repeat 50%;
	width: 22px;
	height: 22px;
	background-size: 50%;
	border-radius:  50%;
	border: 1px solid #fff;
	float: right;
	margin-right: -20px;
 }

.no-svg .map-content .collapse-open span {
	background: url('../img/arrow-expand-up.png') no-repeat 50%;

}

.map-content .collapse-close span {
   display: block;
   background: url('../img/arrow-expand-down.svg') no-repeat 50%;
   width: 22px;
   height: 22px;
   background-size: 50%;
   border-radius:  50%;
   border: 1px solid #fff;
   float: right;
	margin-right: -20px;
}

.no-svg .map-content .collapse-close span {
   background: url('../img/arrow-expand-down.png') no-repeat 50%;
}

.map-content div.collapse-container {
    padding:0;
    margin:0;
}

.map-content div.collapse-content {
    margin: 0;
  	padding: 20px 0;
    font-size:.9em;
    line-height:1.5em;
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.collapse-content img {
	margin-bottom: 20px;
}

.yt-vid {
	display: block;
	padding: 10px 0;
    border-top:1px dotted #b8d1e5;
    border-bottom:1px dotted #b8d1e5;
    margin: 0px 0 30px 0;
    position: relative;
    text-transform: uppercase;
}

.yt-vid:after {
	content: '>';
	position: absolute;
	right: 10px;
	top: 50%;
	height: 15px;
	margin-top: -8px;
}

.yt-vid h3 {
	margin: 0;
	padding: 0;
}


.pulse {
  border: 10px solid #ffffff;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-left: -17px;
  margin-top: -17px;
  -webkit-animation: pulse 12s ease-out;
  -moz-animation: pulse 12s ease-out;
  animation: pulse 12s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  z-index: 1;
  opacity: 0;
}

.interactive-map.desktop .pulse:nth-of-type(1) {
	animation-delay:0.1s;
	-webkit-animation-delay:0.1s;
}

.interactive-map.desktop .pulse:nth-of-type(2) {
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
}

.interactive-map.desktop .pulse:nth-of-type(3) {
	animation-delay:0.3s;
	-webkit-animation-delay:0.3s;
}

.interactive-map.desktop .pulse:nth-of-type(4) {
	animation-delay:0.4s;
	-webkit-animation-delay:0.4s;
}

.interactive-map.desktop .pulse:nth-of-type(5) {
	animation-delay:0.5s;
	-webkit-animation-delay:0.5s;
}

.interactive-map.desktop .pulse:nth-of-type(6) {
	animation-delay:0.6s;
	-webkit-animation-delay:0.6s;
}

.interactive-map.desktop .pulse:nth-of-type(7) {
	animation-delay:0.7s;
	-webkit-animation-delay:0.7s;
}

.interactive-map.desktop .pulse:nth-of-type(8) {
	animation-delay:0.8s;
	-webkit-animation-delay:0.8s;
}

.interactive-map.desktop .pulse:nth-of-type(9) {
	animation-delay:0.9s;
	-webkit-animation-delay:0.9s;
}

.interactive-map.desktop .pulse:nth-of-type(10) {
	animation-delay:1s;
	-webkit-animation-delay:1s;
}

.interactive-map.desktop .pulse:nth-of-type(11) {
	animation-delay:1.1s;
	-webkit-animation-delay:1.1s;
}

.interactive-map.desktop .pulse:nth-of-type(12) {
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}

.interactive-map.desktop .pulse:nth-of-type(13) {
	animation-delay:1.3s;
	-webkit-animation-delay:1.3s;
}

.interactive-map.desktop .pulse:nth-of-type(14) {
	animation-delay:1.4s;
	-webkit-animation-delay:1.4s;
}

.interactive-map.desktop .pulse:nth-of-type(15) {
	animation-delay:1.5s;
	-webkit-animation-delay:1.5s;
}

.interactive-map.desktop .pulse:nth-of-type(16) {
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}

.interactive-map.desktop .pulse:nth-of-type(17) {
	animation-delay:1.7s;
	-webkit-animation-delay:1.7s;
}





















.interactive-map.desktop .pulse {
	width: 56px;
	height: 56px;
	margin-top: -14px;
	margin-left: -14px;

}

@-moz-keyframes pulse {
 0% {
    -moz-transform: scale(0);
    opacity: 0.0;
 }
 6.25% {
    -moz-transform: scale(0);
    opacity: 0.5;
 }
 12.5% {
    -moz-transform: scale(0.1);
    opacity: 0.75;
 }
 18.75% {
    -moz-transform: scale(0.5);
    opacity: 1;
 }
 25% {
    -moz-transform: scale(1);
    opacity: 0.0;
 }
}

@-webkit-keyframes "pulse" {
 0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 6.25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
 }
 12.5% {
    -webkit-transform: scale(0.1);
    opacity: 0.75;
 }
 18.75% {
    -webkit-transform: scale(0.5);
    opacity: 1;
 }
 25% {
    -webkit-transform: scale(1);
    opacity: 0.0;
 }
}







.fancybox-nav {
    width: 100px !important;
}

.fancybox-nav span {
    visibility: visible !important;
}

.fancybox-next {
    right: -80px !important;
}

.fancybox-prev {
    left: -80px !important;
}

.fancybox-next, .fancybox-prev {
	    opacity: 0.3;

}

.fancybox-next:hover, .fancybox-prev:hover {
	    opacity: 1;

}




/* ==========================================================================
    Plugins
   ========================================================================== */





/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */
@media only screen and (max-width: 767px) {

	table.responsive { margin-bottom: 0; }

	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }

	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }

	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }


}






/**** Isotope Filtering ****/



.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}










/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.fancybox-wrap a:hover {
	background-color: transparent;
	color: #e9101b;
}

.fancybox-wrap a {
	color: #fff;
}













/* BACK TO TOP */



#back-top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	text-indent: -999em;
	background-color: rgba(0, 0,0,0.15);
	width: 40px;
	height: 40px;
	border-radius: 3px;

}

#back-top:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent rgba(255, 255, 255, .6) transparent;
	position: absolute;
	top: 13px;
	left: 10px;
}









/* FOOTER */

footer {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f5f5f5;
}

footer p {
	color: #959595;
	line-height: 1.4;
	font-size: 0.950em;
	padding-top: 20px;
}

footer p.cricos {
	color: #959595;
	line-height: 1.4;
	font-size: 0.700em;
	display: inline-block;
	margin-right: 20px;
	padding-top: 0;
}

footer p.privacy {
    padding-top:20px;
}

footer p.privacy a {
    color:#959595;
    text-decoration:none;
}





/*
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	padding: 0 0px 0 20px;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}









/* FREEFORM PRO COMPOSER STYLES */

#sent {

}

.ff_composer * {
	-webkit-box-sizing	: border-box;
	-moz-box-sizing		: border-box;
	box-sizing			: border-box;
	color: #848484;
}

.ff_composer .line {
	clear: both;
}

.ff_composer .line,
.ff_composer .line:last-child,
.ff_composer .last_unit{}
.ff_composer .unit{float:left; padding:0px 20px 0 0;}
.ff_composer .unit_right{float:right;}
.ff_composer .size1of1{float:none;}
.ff_composer .size1of2{width:50%;}
.ff_composer .size1of3{width:33.33333%;}
.ff_composer .size2of3{width:66.66666%;}
.ff_composer .size1of4{width:25%;}
.ff_composer .size3of4{width:75%;}
.ff_composer .line:last-child,
.ff_composer .last_unit{float:none;width:auto;}

.ff_composer .required_item {margin-left: 4px; color:red;}
.ff_composer textarea,
.ff_composer input[type="text"],
.ff_composer input[type="email"],
.ff_composer input[type="url"],
.ff_composer input[type="number"],
.ff_composer input[type="password"],
.ff_composer input[type="search"] {width: 100%;}
.ff_composer ul.dynamic_recipients {list-style: none; padding:0;}
.ff_composer .field_label {}

.ff_composer ul, .ff_composer ol {
	margin: 0;
}

.ff_composer span.description {
	color: #bbb;
	display: block;
	padding-bottom: 5px;
}

form {
	margin-bottom: 0px;
	margin-top: 0px;
}


label {
	display: block;
	margin-bottom: 5px;
	color: #848484;

}

input[type="radio"] + label, input[type="checkbox"] + label {
	display: inline;
}

input[type="radio"] + label + label, input[type="checkbox"] + label + label {
	display: inline;
}

li label.error {
	float: right;
}

input[type="radio"]:checked + label, input[type="checkbox"]:checked + label {
	font-weight: bold;
}

label.field-description {
	font-size: 0.75em;
	margin-top: 3px;
}

label.error {
	color: #ffcb05;
	border: 1px solid #ffcb05;
	border-top: 0;
	font-size: 0.75em;
	padding: 10px;
}
#search_form label.error {
	display: none !important;
}
#search_form2 label.error {
	display: none !important;
}
#search_form #expand-search.error::-webkit-input-placeholder {
	color: #ffcb05;
}
#search_form #expand-search.error:-moz-placeholder {
	color: #ffcb05;
}
#search_form #expand-search.error::-moz-placeholder{
	color: #ffcb05;
}
#search_form #expand-search.error:-ms-input-placeholder {
	color: #ffcb05;
}
#search_form2 #search2.error::-webkit-input-placeholder {
	color: #ffcb05;
}
#search_form2 #search2.error:-moz-placeholder {
	color: #ffcb05;
}
#search_form2 #search2.error::-moz-placeholder{
	color: #ffcb05;
}
#search_form2 #search2.error:-ms-input-placeholder {
	color: #ffcb05;
}
#search_form input[type="submit"]:focus {
	background: url('//www.walford.net.au/img/icon-search.svg') no-repeat left 50%;
}
form .unit {
	margin-bottom: 25px;

}

.required_item {
	margin-left: 4px;
	color: #ee2930;
}

input[type="text"], textarea {
	border: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	outline: none;
}

input[type="text"]:focus, textarea:focus {

}

input[type="submit"] {
	width: ;
}

select {
	width: 100%;
}


input, textarea {
    border-radius: 0;
}



/* FORM STYLES */



input[type="text"] {
	border: 1px solid #b8d1e5;
	border-left: 0px;
	padding-left: 14px;
	background: url(/img/input-bg.png) no-repeat 0px 0px;
	position: relative;
	outline: none;
	color: #848484;
	font-style: italic;
	line-height: 25px;
}


input:focus {
	background: url(/img/input.png) no-repeat 0px -500px;
}

textarea {
	border: 1px solid #b8d1e5;
    border-left: 0px;
	background: url(/img/input-bg.png) no-repeat 0px 0px transparent;
	padding: 12px 6px 10px 16px;
    position: relative;
    font-size: 100%;
    outline: none;
    color: #848484;
    font-style: italic;

}

select {
	border: 1px solid #b8d1e5;
	padding: 6px;
    position: relative;
    font-size: 100%;
    outline: none;
    color: #848484;
    font-style: italic;

}


input[type="text"]:focus, textarea:focus {
	background: url(/img/input-bg.png) no-repeat 0px -500px;
}

textarea.textarea, input.textbox {
    width: 100%;

}


input[type="submit"] {
	display: inline-block;
	color: #72a4cb;
	border: 3px solid #72a4cb;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: rgba(114,164,203,0);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-decoration:none;
}

input[type="submit"]:hover {
	border-color:#08417b;
	color:#08417b;
	text-decoration:none;
}







img.responsive, .content img {
	max-width: 100%;
	height: auto !important;
}

.full-width-image {
	margin: 1rem 0 2rem 0;
	//background: url(/img/stripe-bg-blue.svg) repeat;
}




/* GOOGLE MAPS */

.google-map-container {
	width: 1280px;
	height: 300px;
	position: relative;
}

#map_canvas1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}

#map_canvas2 {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 50%;
	height: 100%;
}

.map-overlay {
	width: 200px;

}

.map-overlay header {
	text-align: center;
	padding: 5px 25px 3px 25px;
	text-transform: uppercase;
	color: #fff;
	height: auto;
	font-size: 1.25em;
	background: rgba(255,0,8,0.8);
	font-family:'Soho W01 Regular', arial, helvetica, sans-serif;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
}

.map-overlay .map-body {
	background-color: rgba(255,255,255,0.8);
	padding: 5px 25px 8px 25px;
	font-size: 1.25em;
	font-family:arial, sans-serif !important;
	position: relative;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
	line-height: 1.4;
}

.map-overlay .map-body:after, .map-overlay .map-body:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;

}

.map-overlay .map-body:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: rgba(255,255,255,0.8);
	border-width: 10px;
	margin-left: -10px;
}

.map-overlay .icon {
	display: block;
	width: 100%;
	height: 20px;
	position: relative;
}

.map-overlay .icon:after {
	background-color: rgba(255,0,8,0.8);
	position: absolute;
	content: '';
	border-radius: 50%;
	width: 12px;
	height: 12px;
	bottom: -10px;
	left: 50%;
	margin-left: -9px;
	border: 3px solid #fff;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.35);
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.35);
}








/* MMMENU STYLES */

.mm-menu.mm-opened {
	display: block !important;
}

.mm-ismenu {
  background: #194669;
  color: rgba(255, 255, 255, 1);
}

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0) !important;
  color: rgba(255, 255, 255, 0.6) !important;
}


.mm-search {
  background: inherit;
  width: 100%;
  height: 60px;
  padding: 10px;
  position: relative;
  top: 0;
  z-index: 2;
}

.mm-search label.error {
    position: absolute;
    border: 0;
    left: 70px;
    top: 14px;
}



.mm-search input[type="text"] {
  border: 2px solid #fff !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 2px solid rgba(255,255,255,0.5) !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  line-height: inherit !important;
  outline: none !important;
  display: block !important;
  width: 76% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 10px 10px !important;
  color: #fff !important ;
}

.mm-search input[type="submit"] {
	border: 2px solid rgba(255,255,255,0.5) !important;
	height: auto !important;
	margin: 0 !important;
	padding: 4px 10px !important;
	width: 20% !important;
	float: right;
	border-radius: ;
}

.mm-search  ::-webkit-input-placeholder {
   color: rgba(255,255,255,0.5);
}

.mm-search  :-moz-placeholder { /* Firefox 18- */
   color: rgba(255,255,255,0.5);
}

.mm-search  ::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255,255,255,0.5);
}

.mm-search  :-ms-input-placeholder {
   color: rgba(255,255,255,0.5);
}


.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  padding-top: 20px;
  top: 60px;
}

.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch > .mm-panel {
	padding-top: 110px;
}

.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
border-color: rgba(255,255,255,0.75);
}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
background: rgba(114, 164, 203, 0.2);
}

.mm-list a.mm-subopen {

}



input[type="text"], textarea {
    -webkit-appearance: none;
    border-radius: 0;
}



/* ==========================================================================
   Styles to remove from desktop site
   ========================================================================== */



.mobile-only {
	display: none;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.clear {
	clear: both;
}


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}




/* ==========================================================================
   STYLES
   'Normal' desktop
   ========================================================================== */

@media only screen and (max-width: 1920px) {

	body {
		font-size: 1em;
	}


	 /* FULL WIDTH ELEMENTS */

	.full-width {
	 	width: 2560px;
	 	margin-left: -630px;

	}

	.full-width.padding {
	  	padding-left: 630px;
	  	padding-right: 630px;
	}



	.wrapper {
		min-width: 1300px;
	}


	.container {
	   	width:1300px;
	   	text-align:left;

	 }

	 a.logo {
	 	width: 230px;
	 	padding-top: 25px;

	 }

	 /* NAVIGATION */

	 .cbp-hrmenu .cbp-hrsub {
	     width: 2560px;
	     margin-left: -630px;
	     padding: 25px 630px 50px;
	 }

	 .fixed-header .cbp-hrmenu .cbp-hrsub {
	     width: 100%;
	     margin-left: 0px;
	     padding: 20px 630px;
	     left: 0;
	 }

	 .fixed-header .cbp-hrmenu .cbp-hrsub-inner {
	    min-width: 0;
	    width: 975px;
	 }

	 .cbp-hrmenu .cbp-hrsub-inner {
	 }

	.menu-close {
		right: 638px;
	}

	.fixed-header .nav-wrapper {
		float: right;
		width: 975px;
	}

	.fixed-header a.portal, .fixed-header a.search {
		margin-right: 0px;
		text-indent: -999em;
	}

	#expand-search2 {
		bottom: -69px;
		right: 630px;
	}

	.fixed-header nav.main a {
		margin-right: 40px;
	}

	/* HOMEPAGE SLIDER */

	.homepage-slider {
		width: 1920px;
		margin-left: -310px;
		height: auto;
	}

	.rslides li, .rslides2 li {
	  width: 100%;
	  height: auto;
	}

	/* BANNER ITEMS */

	.slider-content-wrapper {
		width: 1300px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 310px;
		z-index: 100;
	}

	.homepage-slider .slider-caption p, .content-banner .caption-wrapper h1 {
		font-size: 3.5em;
	}

	.homepage-slider .caption-wrapper {
		width: 70%;
	}

	.next-tour {
		width: 25%;
	}

	.homepage-slider .caption-wrapper, .next-tour {
		min-height: 210px;
	}



	/* CONTENT BANNER */

	.content-banner {
		width: 1920px;
		margin-left: -310px;
		height: 600px;
	}

	.banner-content-wrapper {
		width: 1300px;
		left: 310px;
	}

	.content-banner .caption-wrapper {
		min-height: 150px;
	}


	/* NEWS: HOMEPAGE PANEL */


	/* OLD
	a.item.school-news:nth-of-type(5), a.item.blog:nth-of-type(10) {
		display: none !important;
	}
	*/

	a.item.school-news:nth-of-type(4) {
		display: none !important;
	}

	.news-panel-homepage .item {
		width: 25%;
	}

	.news-panel-homepage .item .item-overlay p.date {
		padding-bottom: 10px;
	}

	/* NEWS CAROUSEL */

	.events-item-wrapper .slider-item {
	  padding: 0 30px 0 50px;

	}

	.owl-carousel{
		padding: 0 20px 0 30px;
	}

	.events-item-wrapper .event-date {
		font-size: 90%;
	}

	.events-item-wrapper p.title {
		padding-top: 8px;
	}




	/* INTRO-PANEL: HOMEPAGE */

	.intro-panel-homepage {
		font-size: 1.700em;
		padding: 80px 0;
	}





	/* STATS-PANEL: HOMEPAGE */

	.stats-panel-homepage .item {
		font-size: 90%;
		padding: 0 30px;

	}

	.stats-panel-homepage {
		padding-top: 80px;
		padding-bottom: 80px;
	}


	/* ADMISSIONS-PANEL: HOMEPAGE */

	.admissions-panel-homepage {
		padding-top: 80px;
		padding-bottom: 120px;
	}

	.admissions-panel-homepage h2 {
	}


	.admissions-panel-homepage p {
		color: #fff;
		font-size: 1.700em;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 80px;
	}


	.admissions-panel-homepage a {
		width: 25%;
		margin: 0 30px;
	}

	.admissions-panel-homepage a:hover {
		background-color: rgba(114,164,203,0.5);
		text-decoration: none;
		color: #fff !important;

	}




	/* BOARDING-PANEL: HOMEPAGE */

	.boarding-panel-homepage {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.boarding-panel-homepage .boarding-summary {
		float: left;
		width: 40%;
	}

	.boarding-panel-homepage a.circle {
		width: 230px;
		height: 230px;
		margin-left: 25px;
		margin-top: 30px;
	}


	.boarding-panel-homepage a.circle h3 {
		font-size: 1.800em;
	}

	.boarding-panel-homepage a.circle:before {
		height: 75%;
	}

	.boarding-panel-homepage h2 {
		font-size: 4em;
	}

	.boarding-panel-homepage p {
		font-size: 1.500em;
	}

	.boarding-panel-homepage .divider {
		height: 5px;
		width: 50%;
		background: url('/img/stripe-bg-blue.svg') repeat left top;
		margin: -15px auto 15px auto;
	}

	.no-svg .boarding-panel-homepage .divider {
		background: url('/img/stripe-bg-blue.png') repeat left top;
	}

	.boarding-panel-homepage a.circle span {
		text-transform: uppercase;
		font-size: 1em;
	}


	/* TESTIMONIAL SLIDER */

	.testimonial-slider {
		width: 1920px;
		margin-left: -310px;
		height: auto;
	}

	.testimonial-slider .caption-wrapper p {
		font-size: 2.2500em;

	}

	.testimonial-slider .caption-wrapper p.author {
		font-size: 1.700em;
		padding-bottom: 30px;
	}

	.pager2 {
		bottom: 20px;
		right: 0;
		text-align: right;
		width: 100%;
	}

	.testimonial-slider .caption-wrapper {
		padding-top: 60px;

	}




	/* LEARNING-PANEL: HOMEPAGE */


	.learning-panel-homepage .learning-summary {
		padding-top: 60px;
		padding-bottom: 0px;
	}

	.learning-panel-homepage h2 {
		font-size: 3.000em;
		padding: 0 0 30px 0;
	}

	.learning-panel-homepage p {
		font-size: 1.600em;
		width: 80%;
		padding-bottom: 60px;
	}

	.learning-panel-homepage .learning-item-wrapper {
	  	padding-left: 320px;
	  	padding-right: 320px;
	}

	.learning-panel-homepage a.item {
		height: 400px;
	}

	.learning-panel-homepage a.item h3 {
		font-size: 3.000em;
		padding-left: 100px;
	}

	.learning-panel-homepage a.item:hover h3 {
		color: #ffcb05;
	}

	.learning-panel-homepage a.item:nth-of-type(1) h3, .learning-panel-homepage a.item:nth-of-type(3) h3{
		padding-right: 100px;
		padding-left: 0;
	}



	/* COMMUNITY-PANEL: HOMEPAGE */

	.community-panel-homepage .item .icon {
		width: 35%;
	}


	.community-panel-homepage .item:nth-of-type(1) .icon {
		background-size: 60%;
	}

	.community-panel-homepage .item:nth-of-type(2) .icon {
		background-size: 78%;
	}

	.community-panel-homepage .item:nth-of-type(3) .icon {
		background-size: 75%;
	}

	.community-panel-homepage .item:nth-of-type(4) .icon {
		background-size: 62%;
	}




	/* SOCIAL-PANEL: HOMEPAGE */

	.social-panel-homepage p {
			font-size: 1.8em;
		padding-bottom: 80px;
	}



	.social-panel-homepage .item.facebook-panel {
		padding: 20px 50px 50px 0;
	}

	.social-panel-homepage .item.portal-panel {
		padding: 20px 0px 50px 50px;
	}

	.social-panel-homepage .dark-blue {
		border-width: 70px;
		width: 1280px;
		left: -630px;
	}

	.social-panel-homepage .light-blue {
		border-width: 70px;
		width: 1280px;
		right: -630px;
	}



	/* ------ CONTENT ELEMENTS PAGES */


	.related-downloads .item {
	    width:30%;
		margin:0 1% 40px 1%;
	}


	.content-introduction {
	    padding-top:30px;
	    padding-bottom:50px;
	}



	.image-gallery .gallery-item img {
	    width:220px;
	    height:220px;
	}




	/* ------ Interactive Map */

	.interactive-map .map-item {
		width: 24px;
		height: 24px;
		border: 3px solid #fff;
	}

	.interactive-map.desktop a.label {
	    margin-top:0px;
	    margin-left:12px !important;
	    font-size:0.8em;
	    line-height: 16px;

	}


	.interactive-map.desktop .pulse {
		height: 50px;
		width: 50px;
	  	margin-top: -13px;
	  	margin-left: -13px;
	}






	.calendars td.has-events span{
	    width: 100%;
	}


	/* ------ ISOTOPE  */


	.isotope-container .item.women-to-watch{
	    width:31.3333%;
	}



}

	/* ==========================================================================
	   STYLES
	   'smaller' desktop
	   ========================================================================== */

	@media only screen and (max-width: 1420px) {

		body {
			font-size: 0.938em;
		}


		 /* FULL WIDTH ELEMENTS */

		.full-width {
		 	width: 2560px;
		 	margin-left: -790px;

		}

		.full-width.padding {
		  	padding-left: 790px;
		  	padding-right: 790px;
		}


		.wrapper {
			min-width: 980px;
		}


		.container {
		   	width: 980px;
		   	text-align:left;
		 }


		/* HOMEPAGE SLIDER */

		.homepage-slider {
			margin: 0;
			width: 1420px;
			margin-left: -220px;
			height: auto;
		}


		/* NAVIGATION */

		a.logo {
			padding-top: 20px;
		}

		nav.main {
			padding: 10px 0 0 0;
		}

		nav.social ul {
			margin: 8px 0 0 0;
		}

		.nav-wrapper {
			float: right;
			width: 100%;
			//margin-top: -30px;
		}


		input.search, a.search {
			padding-left: 24px;
			margin-left: 2px;
			margin-right: 0;
		}

		nav.main nav.social {
			margin-top: 10px;
			line-height: 35px;
		}

		nav.main nav.social, nav.main nav.social a {
			line-height: 35px;
		}


		.cbp-hrmenu .cbp-hrsub {
		    width: 1420px;
		    margin-left: -220px;
		    padding: 25px 220px 50px;
		}

		.cbp-hrmenu .cbp-hrsub-inner {
		    max-width: 100%;
		    min-width: 100%;
		}

		.menu-close {
			right: 216px;
		}

		.nav-wrapper .functions {
            padding-top:10px;
			float: right;
			height: 45px;
			line-height: 45px;

		}

		.nav-wrapper .phone {
			padding-top:10px;
		}

		.fixed-header .nav-wrapper .functions {
			clear: none;
			padding-top: 0;
		}

		.fixed-header a.logo {
			width: 110px;
			padding-top: 8px;
		}

		.fixed-header nav.main a {
			margin-right: 15px;
			padding-bottom: 5px;
			padding-top: 5px;
		}

		.fixed-header .nav-wrapper {
			width: 820px;
			margin-top: -2px;
		}

		.fixed-header a.portal, .fixed-header input.search {
			margin-left: 10px;
		}

		.fixed-header nav.social a {
			margin-left: 10px;
		}

		.fixed-header .cbp-hrmenu .cbp-hrsub {
		    padding: 20px 790px;
		}

		.fixed-header .cbp-hrmenu .cbp-hrsub-inner {
		   min-width: 97px;
		}

		.fixed-header .menu-close {
			top: 0px;
			right: 795px;
		}

		#expand-search2 {
			right: 790px;
		}

		/* BANNER ITEMS */

		.slider-content-wrapper {
			width: 980px;
			height: 100%;
			position: absolute;
			top: 0;
			left: 220px;
			z-index: 100;
		}

		.homepage-slider .slider-caption p, .content-banner .caption-wrapper h1 {
			font-size: 2.75em;
			width: 90%;
		}


		.homepage-slider .caption-wrapper, .next-tour {
			min-height: 180px;
		}

		.homepage-slider .caption-wrapper {
			width: 60%;
		}

		.next-tour {
			width: 35%;
		}


		.next-tour p.date {
			font-size: 1.375em;
		}



		.next-tour a.book {
			padding: 10px;
		}


		/* CONTENT BANNER */

		.content-banner {
			margin: 0;
			width: 1420px;
			margin-left: -220px;
			height: 500px;

		}

		.banner-content-wrapper {
			width: 980px;
			left: 170px;
		}


		.content-banner .caption-wrapper {
			min-height: 150px;
		}

		 .content-banner .caption-wrapper h1 {
		 	font-size: 3em;
		 }




		/* NEWS: HOMEPAGE PANEL */

		.news-panel-homepage {
			min-height: 400px ;

		}

		.news-panel-homepage .striped-bg {
			margin-top: 170px;
		}

		.news-panel-homepage .item {
			width: 25%;
			min-height: 280px;
		}

		.news-panel-homepage .item .item-overlay {
			padding: 15px 15px 10px 15px;
		}


		.news-panel-homepage .item .item-overlay p.title {
			font-size: 1.2500em;
		}








		/* STATS-PANEL: HOMEPAGE */

		.stats-panel-homepage .item {
			font-size: 70%;
			padding: 0 20px;

		}

		.stats-panel-homepage {
			padding-top: 70px;
			padding-bottom: 70px;
		}





		/* BOARDING-PANEL: HOMEPAGE */

		.boarding-panel-homepage {
			padding-top: 50px;
			padding-bottom: 60px;
			text-align: center;
		}

		.boarding-panel-homepage .boarding-summary {
			float: none;
			width: 85%;
			margin: 0 auto;
		}

		.boarding-panel-homepage a.circle {
			width: 200px;
			height: 200px;
			margin-left: 25px;
			margin-top: 50px;
			float: none;
			display: inline-block;
		}


		.boarding-panel-homepage a.circle h3 {
			font-size: 1.800em;
		}

		.boarding-panel-homepage a.circle:before {
			height: 75%;
		}

		.boarding-panel-homepage h2 {
			font-size: 3em;
		}

		.boarding-panel-homepage p {
			font-size: 1.700em;
		}

		.boarding-panel-homepage .divider {
			margin: -10px auto 15px auto;
		}

		.boarding-panel-homepage a.circle span {
			text-transform: uppercase;
			font-size: 1em;
		}



		/* TESTIMONIAL SLIDER */

		.testimonial-slider {
			margin: 0;
			width: 1420px;
			margin-left: -220px;
			height: auto;
		}



		.testimonial-slider .caption-wrapper p {
			font-size: 1.75em;
		}

		.testimonial-slider .caption-wrapper p.author {
			font-size: 1.25em;
			padding-bottom: 30px;
		}


		.testimonial-slider .caption-wrapper {
			padding-top: 30px;
			width: 70%;
		}




		/* LEARNING-PANEL: HOMEPAGE */


		.learning-panel-homepage .learning-summary {
			padding-top: 50px;
			padding-bottom: 0px;
		}

		.learning-panel-homepage h2 {
			font-size: 3.000em;
			padding: 0 0 30px 0;
		}

		.learning-panel-homepage p {
			font-size: 1.600em;
			width: 90%;
			padding-bottom: 60px;
		}

		.learning-panel-homepage .learning-item-wrapper {
		  	padding-left: 370px;
		  	padding-right: 370px;
		}

		.learning-panel-homepage a.item {
			height: 300px;
		}

		.learning-panel-homepage a.item h3 {
			font-size: 2.25000em;
			padding-left: 50px;
		}

		.learning-panel-homepage a.item:nth-of-type(1) h3, .learning-panel-homepage a.item:nth-of-type(3) h3{
			padding-right: 50px;
			padding-left: 0;
		}




		/* COMMUNITY-PANEL: HOMEPAGE */

		.community-panel-homepage {
			background-color: #ffcb05;
			padding: 50px 0 20px 0;
		}

		.community-panel-homepage .item {
			width: 50%;
			margin-bottom: 50px;
		}

		.community-panel-homepage .item:hover {
			margin-top: 0px;
		}

		.community-panel-homepage .item:nth-of-type(1) .icon {
			background-size: 55%;
		}

		.community-panel-homepage .item:nth-of-type(2) .icon {
			background-size: 73%;
		}

		.community-panel-homepage .item:nth-of-type(3) .icon {
			background-size: 75%;
		}

		.community-panel-homepage .item:nth-of-type(4) .icon {
			background-size: 60%;
		}




		/* SOCIAL-PANEL: HOMEPAGE */

		.social-panel-homepage p {
			font-size: 1.3em;
		}

		.social-panel-homepage .item.portal-panel p {
			padding-left: 110px;
			background-size: 20%;
			min-height: 150px;
		}

		.social-panel-homepage span.date {
			right: 20px;

		}

		.social-panel-homepage .dark-blue {
			width: 1280px;
			left: -790px;
		}

		.social-panel-homepage .light-blue {
			width: 1280px;
			right: -790px;
		}





		/* ------ CONTENT ELEMENTS PAGES */


		.related-downloads .item {
		    width:45%;
			margin:0 1% 40px 1%;

		}


		.content-introduction {
			font-size: 0.9em;
		}

		.content-introduction p {
		    width: 90%;
		}

		.main-article {
		    width:70%;
		}
		.article-aside {
		    width:27%;
		}

		.image-gallery .gallery-item img {
		    width:205px;
		    height:205px;
		}

        .dynamic-sub-nav a.active-filter {
            color:#666 !important;
        }



		/* BLOG / EVENTS / NEWS */

		.blog-list .blog-item .left.event-date {
			width: 20%;
		}


		.blog-list .blog-item .right.event-detail {
		    width:80%;
		    float:right;
		}




		/* ------ ISOTOPE  */


		.isotope-container .item, .isotope-container .item.women-to-watch{
		    width:48%;
		}





		/* ------ Interactive Map */

		.interactive-map .map-item {
			width: 16px;
			height: 16px;
			border: 2px solid #fff;
		}

		.interactive-map.desktop a.label {
			color: #000;
		    position:absolute;
		    z-index:999;
			background-color: rgba(255,255,255,0.7);
		    margin-top:0px;
		    margin-left:3px !important;
		    font-size:0.7em;
		    line-height: 8px;
		    padding: 4px 10px 4px 15px;
		    display: block;
		    border-radius: 3px;
			-webkit-box-shadow: 1px 3px 4px 0 rgba(0,0,0,0.2);
			box-shadow: 1px 3px 4px 0 rgba(0,0,0,0.2);
			-webkit-transition: background-color 0.2s ease-in-out 0s;
			transition: background-color 0.2s ease-in-out 0s;

		}


		.interactive-map.desktop .pulse {
			height: 40px;
			width: 40px;
		  	margin-top: -12px;
		  	margin-left: -12px;
		}



		.calendars table * {
			font-size: 1em;
		}

		.calendars td {
		    padding:5px !important;
		}
		.calendars td.day span {
		    padding:5px;
		    display: block;
		}
		.calendars td.has-events span{
		    width: 100%;
		}

		/* ------ School Magazine */


		.publications-list .item {
			float: left;
			width: 33%;
		}



		.events-list .banner-ad img {
			max-width:100%;
			width:100%;
		}



	}


		/* ==========================================================================
		   MOBILE STYLES
		   Tablet styles
		   ========================================================================== */

		@media only screen and (max-width: 1000px) {


			body {
				font-size: 0.938em;
			}


			 /* FULL WIDTH ELEMENTS */

			.full-width {
			 	width: 100%;
			 	margin-left: 0px;

			}

			.full-width.padding {
			  	padding-left: 0px;
			  	padding-right: 0px;
			}


			.full-width.mobile-padding {
			  	padding-left: 20px;
			  	padding-right: 20px;
			}




			.wrapper {
				min-width: 0;
			}


			.container {
			   	width:100%;
			   	text-align:left;
			   	padding: 0;
			 }

			header {
				width:100%;
				margin:0;
				text-align:left;
				padding: 0 15px;
			 }


			 /* NAVIGATION */

			 .cbp-hrmenu .cbp-hrsub {
			     width: 100%;
			     margin-left: 0px;
			     padding: 25px 15px 50px;
			 }

			 .cbp-hrmenu .cbp-hrsub-inner div.column {
			     width: 25.5%;
			     padding: 0 0 0 25px;
			 }

			 .cbp-hrmenu .cbp-hrsub-inner div.column.first {
			     width: 23%;
			     padding: 0 0 0 0px;
			 }

			 .menu-close {
			 	right: 21px;
			 }


			 .fixed-header {
			 	padding: 15px 20px !important;
			 	height: 100px;
			 }

			 .fixed-header a.logo {
			 	width: 110px;
			 	padding-top: 0px;
			 }

			 .fixed-header .nav-wrapper {
			 	width: 100%;
			 	margin-top: 10px;
			 	margin-bottom: 10px;
			 }

			 .fixed-header nav.main a {
			 	font-size: 1em;
			 	margin-right: 15px;
			 	line-height: 18px;
			 }

		 	.fixed-header .cbp-hrmenu .cbp-hrsub {
		 	    padding: 20px;
		 	}

		 	.fixed-header .cbp-hrmenu .cbp-hrsub-inner {
		 	   min-width: 100%;
		 	   width: auto;
		 	}

		 	.fixed-header .menu-close {
		 		top: 10px;
		 		right: 25px;
		 	}

			 #expand-search2 {
			 	right: 20px;
			 	bottom: -68px;
			 }




			/* HOMEPAGE SLIDER */

			.homepage-slider {
				margin: 0;
				width: 150%;
				margin-left: -25%;
				height: auto;
			}


			nav.main a {
				font-size: 1.050em;
				margin: 0 30px 0 0;
			}

			nav.social a {
				margin-left: 10px;
			}

			/* BANNER ITEMS */

			.slider-content-wrapper {
				width: 64%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 18%;
				z-index: 100;
			}

			.homepage-slider .slider-caption p {
				font-size: 2.5em;
				width: 90%;
			}


			.homepage-slider .caption-wrapper, .next-tour {
				min-height: 170px;
			}


			.next-tour p.date {
				font-size: 1.375em;
			}



			.next-tour a.book {
				padding: 5px 10px;
			}




			/* CONTENT BANNER */

			.content-banner {
				width: 100%;
				height: 400px;
				margin: 0;

			}

			.banner-content-wrapper {
				width: 96%;
				left: 0px;
				left: 2%;
			}


			.content-banner .caption-wrapper {
				min-height: 110px;
			}

			 .content-banner .caption-wrapper h1 {
			 	font-size: 2.5em;
			 }



			/* NEWS: HOMEPAGE PANEL */


			/* OLD
			a.item.school-news:nth-of-type(4), a.item.blog:nth-of-type(9) {
				display: none !important;
			}
			*/

			a.item.school-news:nth-of-type(3) {
				display: none !important;
			}

			.news-panel-homepage .item {
				width: 33.3%;
			}

			.news-panel-homepage .item .item-overlay p.date {
				padding-bottom: 10px;
			}




			/* STATS-PANEL: HOMEPAGE */

			.stats-panel-homepage .item {
				padding: 0 10px;
				font-size: 60%;

			}



			/* ADMISSIONS-PANEL: HOMEPAGE */

			.admissions-panel-homepage {
				text-align: center;
				padding-top: 70px;
				padding-bottom: 110px;
				-webkit-box-shadow:inset 0 -150px 200px 0 rgba(0,0,0,0.4);
				box-shadow:inset 0 -150px 200px 0 rgba(0,0,0,0.4);
			}



			.admissions-panel-homepage p {
				color: #fff;
				font-size: 1.700em;
				width: 90%;
				padding-bottom: 50px;
			}


			.admissions-panel-homepage a {
				padding: 20px;
				text-align: center;
				text-transform: uppercase;
				border-radius: 3px;
				background-color: rgba(114,164,203,0);
				-webkit-transition: background-color 0.5s ease-in-out 0s;
				transition: all 0.5s ease-in-out 0s;
				width: 25%;
				margin: 0 2%;
			}



			/* TESTIMONIAL SLIDER */

			.testimonial-slider {
				margin: 0;
				width: 150%;
				margin-left: -25%;
				height: auto;
			}



			/* LEARNING-PANEL: HOMEPAGE */


			.learning-panel-homepage .learning-summary {
				padding-top: 50px;
				padding-bottom: 0px;
			}

			.learning-panel-homepage h2 {
				font-size: 3.000em;
				padding: 0 0 30px 0;
			}

			.learning-panel-homepage p {
				font-size: 1.600em;
				width: 90%;
				padding-bottom: 60px;
			}

			.learning-panel-homepage .learning-item-wrapper {
			  	width: 100%;
			  	padding-left: 0px;
			  	padding-right: 0px;
			}

			.learning-panel-homepage a.item {
				height: 250px;
			}

			.learning-panel-homepage a.item h3 {
				font-size: 2.000em;
				padding-left: 30px;
				line-height: 1.1;
				width: ;
			}

			.learning-panel-homepage a.item:nth-of-type(1) h3, .learning-panel-homepage a.item:nth-of-type(3) h3{
				padding-right: 30px;
				padding-left: 0;
			}



			/* SOCIAL-PANEL: HOMEPAGE */

			.social-panel-homepage .item {
				width: 100%;
				float: none;
				padding-left: 20px !important;
				padding-right: 20px !important;
			}

			.social-panel-homepage a {
				position: relative;
			}

			.social-panel-homepage .facebook-panel p {

			}

			#FacebookPost {
				padding-bottom: 50px;
			}

			.social-panel-homepage .item.portal-panel p {
				padding-left: 0px;
				background-size: fit;
				background: none;
				min-height: 0;
			}

			.social-panel-homepage p {
				padding-bottom: 40px;

			}

			.social-panel-homepage .dark-blue, .social-panel-homepage .light-blue {
				display: none;
			}







			/* ------ CONTENT ELEMENTS PAGES */

			.page-title {
				height: 80px;
			}


			.main-article {
			    margin-right:20px;
			    width:65%;
			}
			.article-aside {
			    margin-left:20px;
			    width:27%;
			}




            .breadcrumbs.more-padding {
                padding-bottom:30px;
            }

			.image-gallery .gallery-item {
				width: 30%;
				margin-right: 3%;
				margin-bottom: 3%;
			}

			.image-gallery .gallery-item img {
			    width:100%;
			    height:auto;
			}


			/* BLOG / EVENTS / NEWS */

			.blog-list .blog-item .left.event-date {
				width: 25%;
			}


			.blog-list .blog-item .right.event-detail {
			    width:75%;
			    float:right;
			}

			.detail-image {
				float: right;
				margin-left: 30px;
				margin-bottom: 30px;
				border-top: 3px solid #72a4cb;
				padding-top: 20px;
				margin-top: 8px;
				width: 50%;
			}



			/* ------ Interactive Map */

			.interactive-map.mobile, .map-content.mobile {
				display: block;
			}

			.interactive-map.desktop {
				display: none;
			}


			.interactive-map.mobile .map-item {
				display: block;
				width: 24px;
				height: 24px;
				background-color: rgba(255,203,5,1);
				border-radius: 50%;
				border: 4px solid #fff;
				position: absolute;
				-webkit-transition: all 0.3s ease-in-out 0s;
				transition: all 0.3s ease-in-out 0s;
				z-index: 1000;

			}


			.interactive-map.mobile .pulse {
				width: 50px;
				height: 50px;
				margin-top: -13px;
				margin-left: -13px;

			}





			table.calendar {
				display: none !important;
			}

			select.events-select {
				display: block;
			}

			.mobile-current-month {
				display: block;
				text-align: center;
				padding-bottom: 20px;
				font-size: 1.25em;
				font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
				font-weight: 700;
				font-style: normal;
				color:#72a4cb;

			}






			/* FREEFORM STYLES */

			.ff_composer .size1of4 {
				width: 50% !important;
			}



		}



			/* ==========================================================================
			   MOBILE STYLES
			   Mobile MENU
			   ========================================================================== */

			@media only screen and (max-width: 767px) {

				.desktop-only {
					display: none;
				}

				.mobile-only {
					display: block;
				}

				.wrapper {
					min-width: 0px;
				}


				.container {
					width:100%;
					margin:0;
					text-align:left;
					padding-left:0px;
					padding-right:0px;
				}




				a.logo {
					padding-top: 17px;
					width: 160px;
				}


				.homepage-slider {
					display: none !important;
				}

				.nav-wrapper {
					display: block;
					left: -999em;
				}

				.fixed-header {

				}

				.mobile-nav-button {
					display: block;
					color: #fff;
					float: right;
					border: 1px solid #fff;
					border-radius: 50%;
					width: 34px;
					height: 34px;
					margin: 16px 5px 0 20px;
					padding-top: 10px;
					padding-left: 6px;

				}

				.mobile-nav-button span {
					width: 20px;
					height: 2px;
					display: block;
					margin: 0 0 3px 0px;
					border-radius: 2px;
					background-color: #fff;
				}

				.mobile-phone {
					float: right;
					margin-top: 19px;

				}

				.mobile-phone a {
					display: block;
					color: #fff;
					text-decoration: none;
					margin: 0 0px 0 26px;
					font-weight: bold;
					background: transparent url('../img/phone-icon.svg') no-repeat left center;
					background-size: 100% ;
					width: 32px;
					height: 32px;
				}

				.mobile-portal {
					float: right;
					margin-top: 19px;

				}

				.mobile-portal a {
					display: block;
					color: #fff;
					text-decoration: none;
					font-weight: bold;
					background: transparent url('../img/icon-portal-small-white.svg') no-repeat 50%;
					width: 23px;
					height: 30px;
				}



				/* HOMEPAGE MOBILE BANNER */

				.homepage-mobile-banner {
					background-size: cover !important;
					background-position: 50% !important;
					height: 445px;
					position: relative;
					width: 100%;
					padding: 0;
					margin: 0;
				}

				.homepage-mobile-banner .pixel-overlay {
					position: absolute;
					width: 100%;
					height: 100%;
					background: url(/img/banner-pixel-overlay.svg) repeat;
					top: 0;
					left: 0;
					z-index: 99;
				}


				/* NEXT TOUR */

				.next-tour {
					width: 100%;
					position: absolute;
					bottom: 0;
					right: 0;
					min-height: 0px;
					border-top: none;
					width: 92%;
					margin: 0 4%;
					padding: 0 0 30px 0;
					z-index: 100;
				}

				.next-tour h2 {
					border-bottom: 3px solid #72a4cb;
					color: #fff;
					font-size: 1.75em;
					padding-bottom: 10px;
					margin: 0;
					line-height: 1;
					font-weight: 500;
				}

				.next-tour p {
					color: #fff;
					font-size: 0.936em;
					text-transform: uppercase;
					padding: 5px 0 3px 0;
				}

				.next-tour p.date {
					font-size: 1.500em;
					margin: 0;
					padding: 0 0 15px 0;
					line-height: 1;
				}

				.next-tour a.book {
					display: block;
					color: #72a4cb;
					border: 3px solid #72a4cb;
					padding: 15px;
					text-align: center;
					text-transform: uppercase;
					border-radius: 3px;
				}





				/* BANNER ITEMS */

				.homepage-slider .slider-content-wrapper {
					display: none;
				}




				/* CONTENT BANNER */

				.content-banner {
					width: 100%;
					height: 445px;
					margin: 0;

				}

				.content-banner .caption-wrapper {
					min-height: 90px;
				}

				 .content-banner .caption-wrapper h1 {
				 	font-size: 2.25em;
				 }



				/* NEWS-PANEL: MOBILE  */


				.news-panel-mobile {

				}

				.news-panel-mobile a.collapse-section {
					display: block;
					background-color: #72a4cb;
					color: #fff;
					text-transform: uppercase;
					padding: 20px;
					border-top: 1px solid #fff;
					text-decoration: none;
					font-size: 1.125em;
				}

				.news-panel-mobile a.collapse-section span {
					display: block;
					background: url('../img/arrow-expand-down.svg') no-repeat 50%;
					width: 22px;
					height: 22px;
					background-size: 50%;
					border-radius:  50%;
					border: 1px solid #fff;
					float: right;
				}

				.no-svg .news-panel-mobile a.collapse-section span {
					background: url('../img/arrow-expand-down.png') no-repeat 50%;
				}

				.news-panel-mobile a.collapse-section.open span {
					background: url('../img/arrow-expand-up.svg') no-repeat 50%;
					background-size: 50%;

				}

				.no-svg .news-panel-mobile a.collapse-section.open span {
					background: url('../img/arrow-expand-up.png') no-repeat 50%;

				}

				.news-panel-mobile .collapse {
					height: 0;
					overflow: hidden;

				}

				.news-panel-mobile .item {
					background-color: #323232;
					color: #fff;
					border-top: 1px dotted rgba(255,255,255,0.25);
					padding: 20px;
					display: block;
				}

				.news-panel-mobile .item.first {
				}

				.news-panel-mobile .item p.date {
					color: #72a4cb;
					font-size: 1em;
					margin: 0;
					padding: 0 0 5px 0;
				}

				.news-panel-mobile a.item {
					text-decoration: none;
				}

				.news-panel-mobile a.item:hover p.title {
					text-decoration: underline;
				}


				.news-panel-mobile .item p.title {
					color: #fff;
					font-size: 1.12500em;
					margin-bottom: 0;
					padding-bottom: 5px;
					line-height: 1.2;
				}

				.news-panel-mobile .event-summary p {
					padding-top: 5px;

				}

				.news-panel-mobile .item span.day {
					font-size: 1.500em;
					color: #72a4cb;

				}

				.news-panel-mobile .item span.month {
					font-size: 1.500em;
					color: #72a4cb;

				}



				/* INTRO-PANEL: HOMEPAGE */

				.intro-panel-homepage {
					font-size: 1.2500em;
					padding: 30px 0;
				}



				/* STATS-PANEL: HOMEPAGE */

				.stats-panel-homepage .overlay {
					display: none;
				}

				.stats-panel-homepage {
					padding: 0 !important;
				}

				.stats-panel-homepage .item {
					padding: 20px;
					font-size: 45%;
					width: 50%;
					border: 1px solid #565656;
				}

				.stats-panel-homepage .item:nth-of-type(1) {
					border-left: none;
					border-top: none;
					border-bottom: none;
					border-right: none;
				}

				.stats-panel-homepage .item:nth-of-type(2) {
					border-top: none;
					border-bottom: none;
					border-right: none;
				}

				.stats-panel-homepage .item:nth-of-type(3) {
					border-bottom: none;
					border-right: none;
					border-left: none;
				}

				.stats-panel-homepage .item:nth-of-type(4) {
					border-bottom: none;
					border-right: none;
				}

				.stats-panel-homepage .fact-title {
					font-size: 2.125em;
					padding-bottom: 10px;
				}

				.stats-panel-homepage .fact-figure {
					padding: 0 0 5px 0;
				}




				/* ADMISSIONS-PANEL: HOMEPAGE */

				.admissions-panel-homepage {
					padding-top: 40px;
					padding-bottom: 30px;
				}

				.admissions-panel-homepage h2 {
					font-size: 2.7500em;
					margin: 0 0 25px 0;
				}


				.admissions-panel-homepage p {
					color: #fff;
					font-size: 1.2500em;
					width: 90%;
					padding-bottom: 30px;
				}

				.admissions-panel-homepage a {
					display: block;
					width: 85%;
					margin: 0 auto 20px auto;
					border-width: 2px;
				}



				/* BOARDING-PANEL: HOMEPAGE */

				.boarding-panel-homepage {
					padding-top: 40px;
					padding-bottom: 40px;
					text-align: center;
				}

				.boarding-panel-homepage .boarding-summary {
					float: none;
					width: 100%;
					margin: 0 auto 40px auto;
				}

				.boarding-panel-homepage a.circle {
					width: 130px;
					height: 130px;
					margin-left: 2px;
					margin-right: 2px;
					margin-top: -10px;
					float: none;
					display: inline-block;
				}


				.boarding-panel-homepage a.circle h3 {
					font-size: 1.2500em;
					line-height: 1;
				}

				.boarding-panel-homepage a.circle:before {
					height: 65%;
				}

				.boarding-panel-homepage h2 {
					font-size: 2.75em;
				}

				.boarding-panel-homepage p {
					font-size: 1.2500em;
				}

				.boarding-panel-homepage .divider {
					margin: 2px auto 5px auto;
				}

				.boarding-panel-homepage a.circle span {
					text-transform: uppercase;
					font-size: 0.9em;
				}



				/* TESTIMONIALS */

				.testimonial-mobile {
					background-color: #323232;
					padding: 40px 20px;
					text-align: center;
				}

				.testimonial-mobile p {
					font-size: 1.2500em;
					color: #fff;

				}

				.testimonial-mobile p.author {
					font-style: italic;
					font-size: 1.125em;
					padding-bottom: 30px;
					color: #fff;
				}

				.testimonial-mobile a {
					display: inline-block;
					color: #fff;
					border: 1px solid #fff;
					padding: 10px 40px;
					text-align: center;
					text-transform: uppercase;
					border-radius: 3px;
					background-color: rgba(114,164,203,0);
					-webkit-transition: background-color 0.5s ease-in-out 0s;
					transition: all 0.5s ease-in-out 0s;
					font-size: 0.9em;

				}

				.testimonial-mobile a:hover {
					background-color: rgba(114,164,203,0.5);
					text-decoration: none;
					color: #fff !important;

				}




				/* LEARNING-PANEL: HOMEPAGE */


                .learning-panel-homepage a.item.desktop-only {
                    display: none;
                }


                .learning-panel-homepage a.item.mobile-only {
                     display:block;
                }



				.learning-panel-homepage .learning-summary {
					padding-top: 30px;
					padding-bottom: 0px;
				}

				.learning-panel-homepage h2 {
					font-size: 2.7500em;
					padding: 0 0 30px 0;
					line-height: 1.1;
				}

				.learning-panel-homepage p {
					font-size: 1.2500em;
					padding-bottom: 30px;
				}

				.learning-panel-homepage a.item {
					height: 200px;
					float: none;
					width: 100%;
					text-align: center !important;
					background-position: 50% top !important;

				}

				.learning-panel-homepage a.item.desktop-only {
					display: none;

				}

				.learning-panel-homepage a.item h3 {
					padding-right: 0px !important;
					padding-left: 0 !important;
					left: auto;
					right: auto;
				}




				/* COMMUNITY-PANEL: HOMEPAGE */

				.community-panel-homepage {
					padding: 40px 0 0px 0;
				}

				.community-panel-homepage .community-summary {
					margin-bottom: 40px;
				}

				.community-panel-homepage h2 {
					font-size: 2.7500em;
				}

				.community-panel-homepage p {
					font-size: 1.2500em;
					padding-bottom: 30px;

				}

				.community-panel-homepage .item {
					width: 100%;
					margin-bottom: 30px;
				}


				.community-panel-homepage .item .icon {
					width: 25%;
				}

				.community-panel-homepage .item .detail {
					float: left;
					width: 75%;
				}



				/* SOCIAL-PANEL: HOMEPAGE */

				.social-panel-homepage .item {
					width: 100%;
					float: none;
					padding-left: 20px !important;
					padding-right: 20px !important;
					padding-bottom: 0px !important;
				}

				.social-panel-homepage .item.portal-panel p {
					padding-left: 0px;
					background-size: fit;
					background: none;
				}

				.social-panel-homepage p {
					padding-bottom: 30px;
					padding-top: 20px;
					font-size: 1.3em;
				}


				.social-panel-homepage h2 {
					font-size: 1em;
					padding: 0 0 0px;
				}

				.social-panel-homepage span.date {
					position: relative;
					right: auto;
					top: auto;
					display: block;
				}


				.social-panel-homepage a {
					border: 1px solid #fff;
					padding: 15px 50px;
					width: 100%;
					position: relative;
				}

				.social-panel-homepage input[type="submit"] {
					display: block;
					width: 100%;
					border-width: 1px;
					margin-top: 30px;
				}

				.social-panel-homepage input[type="submit"]:hover {
					background-color: rgba(255,255,255,0.3);
				}

				.social-panel-homepage input[type="text"] {
					display: block;
					width: 100%;
					margin-bottom: 10px;
					margin-right: 5%;
					background: none;
					color: #fff;
					padding: 20px 0px;
					text-align: center;
					border-width: 2px 0;
					border-color: #fff;
					border-top:  none;
					border-bottom-color: #fff;
					text-transform: uppercase;

				}



				/* ------ CONTENT ELEMENTS PAGES */


				.page-title {
					border: none;
					height: 0;
					margin-top: 30px;
				}

				.main-article {
					float: none;
				    margin-right:3%;
				    margin-left: 3%;
				    width:94%;
				    padding-bottom: 0;
				}
				.article-aside {
					float: none;
					margin-right:3%;
					margin-left: 3%;
					width:94%;
					margin-top: 10px;
				}

				.article-aside h3 {
				    margin-bottom:30px;
				    margin-top:50px;
				}

				.promotional-boxes {
				    border-bottom: none;
				    padding-bottom: 30px;
				}

				.content-introduction {
					padding-top: 20px;
					padding-bottom: 30px;
					font-size: 0.8em;
				}

				.content-introduction p {
				    width: 90%;
				}

				.main-article p.featured, .fancybox-wrap p.featured  {
				    font-size:1.2em;
				    line-height: 1.5;
				    padding-bottom: 25px;
				}

				.main-article p, .fancybox-wrap p {
				    padding-bottom: 25px;
				}

				h1.sub-title, .article-aside h2 {
				}

				.breadcrumbs {
				    display:none;
				}


				.image-gallery .gallery-item img {
				    width:100%;
				    height:auto;
				}

				.main-article table th {
				    font-size:1em;
				}

				.main-article table td {
					font-size: 0.9em;
				}

				.related-downloads {
				    padding-top:20px;
				    padding-bottom:0px;
				}
				.related-downloads.related-links {
					padding-bottom: 20px;
				}

				.related-downloads .item {
				    width:100%;
					margin:0 0 20px 0;
					border-bottom: none;
				}

				.related-downloads .item a {
				    padding-top:15px;
				    padding-bottom:15px;
				    -webkit-transition: all 0.5s ease-in-out 0s;
				    transition: all 0.5s ease-in-out 0s;

				}



				/* RESPONSIVE TABLES */

			    .table-helper:after {
			    	display: block;
			    	content: '';
			    	width: 10%;
			    	height: 100%;
			    	background: rgba(0,0,0,0.3) url(/img/white-arrow.svg) no-repeat 55% 50%;
			    	background-size: 17px 31px;
			    	position: absolute;
			    	top: 0;
			    	right: 0;
			    	opacity: 1;
			    	-webkit-transition: opacity 0.5s ease-in-out 0s;
			    	transition: opacity 0.5s ease-in-out 0s;
			    }

				.table-helper-fade.table-helper:after {
					opacity: 0;
				}



				/* BLOG / EVENTS / NEWS */

				.blog-list .blog-item .left.event-date {
					width: 22%;
				}


				.blog-list .blog-item .right.event-detail {
				    width:78%;
				    float:right;
				}

				.blog-list .blog-item {
				    margin-bottom:30px;
				    padding-top:0px;
				    padding-bottom:50px;
				}





				select.filter-news {
					display: inline;
				}








					/* FOOTER */

					footer.full-width.padding {
						padding-top: 50px;
						padding-bottom: 30px;
						padding-left: 20px;
						padding-right: 20px;
					}



					footer p {
						padding-top: 30px;
						width: 70%;
						margin: 0 auto;
					}

					footer p.cricos {
						margin-right: auto;
						display: block;
					}






					/* FREEFORM STYLES */

					.ff_composer .size1of2, .ff_composer .size1of1, .ff_composer .size1of2, .ff_composer .size1of3, .ff_composer .size2of3, .ff_composer .size1of4, .ff_composer .size3of4 {
						width: 100% !important;
					}

					.ff_composer .unit {
						float: none !important;
						padding: 0px 0px 10px 0 !important;
					}






			}

					@media only screen and (max-width: 500px) {


					footer img.logo {
						width: 70%;
						height: auto;
					}

					.content-introduction p {
					    width: 100%;
					}

                    .content-banner {
                        height:300px;
                    }

					.image-gallery .gallery-item {
						width: 47%;
						margin-right: 3%;
						margin-bottom: 3%;
					}



					/* BLOG / EVENTS / NEWS */

					a.mobile-blog-image {
						display: block;
						padding-bottom: 20px;
					}

					.blog-list .blog-item .left img {
					    display: none;
					}

					.blog-list .blog-item .left.event-date {
						width: 100%;
						float: none;
					}


					.blog-list .blog-item .right.event-detail {
					    width:100%;
					    float: none;
					}


					.main-article .blog-list .blog-item .right.event-detail h2 {
					    border-top: none;
					    padding-top: 0px;
					}

					.left.event-date span.day, .left.event-date span.month {
						display: inline;
					}

					.blog-list .blog-item .left {
					    float: none;
					    width:50%;
					    padding-bottom: 0px;
					}


					.blog-list .blog-item .right {
					    width: 100%;
					    float: none;
					}


					.detail-image {
						float: none;
						margin-left: 0px;
						margin-bottom: 30px;
						border-top: none;
						padding-top: 0px;
						margin-top: 0px;
						width: 100%;
					}




					/* ------ ISOTOPE  */

					.isotope-container .item, .isotope-container .item.women-to-watch{
					    width:100%;
					}





					.filter-select-box {
						width: 100%;
					}

				    .social-panel-homepage .facebook-panel img {
                        width:105%;
                        padding-bottom:15px;
                    }


					/* ------ School Magazine */


					.publications-list .item {
						float: left;
						width: 50%;
					}


                    .inthemedia-thumb {
                        width:140px;
                    }





					}



						@media only screen and (max-width: 400px) {


							.blog-list .blog-item .left {
							    width:100%;
							}

                            .inthemedia-thumb {
                                width:80px;
                                margin-right:16px;
                            }

						}







/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {

	.wrapper {
		min-width: 0;
		width: 100%;
	}

	.content-banner, .nav-wrapper, aside.article-aside {
		display: none;
	}

	.main-article {
        float:none;
		width: 100%;
        padding:40px;
        clear:both;
	}

    #Eedt_debug_toolbar {
        display:none !important;
    }

    header {
        display:none;
        position:static;
    }

    footer {
        width:100%;
        padding:0;
        margin:0;
        position:absolute;
        top:40px;
        left:40px;
    }

    .full-width {
        width:auto;
        margin-left: 0;
    }

    .full-width.padding {
    	padding-left: 0;
    	padding-right: 0;
    }




    footer p {
        display:none !important;
    }

    footer img {
        display:none;
    }

    footer a img {
        display:block;
    }


    .page-title {
        display:none;
    }

    .content-introduction {
        border-bottom:5px solid #CCC;
        padding-bottom:40px;
        padding-top:160px;
        text-align: left;
        width: 100%;
        padding-right: 40px !important;
    }


    .breadcrumbs a, .breadcrumbs {
        display:none;
    }

    .content-introduction .title {
        padding-left:40px;
    }
    .content-introduction p {
        padding-left:40px;
        width:auto;
    }


    .container {
        width:100%;
        margin:0;
    }


    .related-downloads {
        display:none;
    }

    .fixed-header {
        display:none;
    }


    header a.logo {
        clear:both;
        padding-left:40px;
    }


    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

	.gallery-item:after {

		display: none;
	}

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.sport-fixtures ul,
.sport-fixtures li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	}

.sport-fixtures a {
	border-top: 1px dotted #b8d1e5;
	font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #72a4cb;
	font-size: 1.4em;
	text-decoration: none;
	display: block;
	padding: .5em .8em;
	outline: none;
	background: url('/img/icon-arrow-right_blue.svg') 98% 50% no-repeat;
	background-size: 31px 31px;
	}
	.no-svg .sport-fixtures a {
		background: url('/img/icon-arrow-right_blue.png') 98% 50% no-repeat;
	}

	.sport-fixtures .sib-open > a {
		border-color: transparent;
	}

	.sport-fixtures .collapse-open {
		background-color: #194568;
		background-image: url('/img/icon-arrow-right.svg');
		color: #fff;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-color: transparent;
		}
	.no-svg .sport-fixtures .collapse-open {
		background-image: url('/img/icon-arrow-right.png');
	}
	.sport-fixtures a.collapse-open {
		background-image: url('/img/icon-arrow-down.svg');
	}
	.no-svg .sport-fixtures a.collapse-open {
		background-image: url('/img/icon-arrow-down.png');
	}


	.sport-fixtures .sib-open .collapse-open {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.sport-fixtures li li a {
		background-color: #74aad6;
		border-color: #194568;
		color: #fff;
		font-family: Arial, sans-serif;
		font-size: 1em;
		font-weight: normal;
		padding: 1em .8em;
		background-image: url('/img/icon-arrow-right-alt.svg');
		}
		.no-svg .sport-fixtures li li a {
			background-image: url('/img/icon-arrow-right-alt.png');
		}
		.sport-fixtures li li .collapse-open {
			background-color: #74aad6;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
			background-color: #74aad6;
			background-image: url('/img/icon-arrow-down-alt.svg');
		}
		.no-svg .sport-fixtures li li .collapse-open {
			background-image: url('/img/icon-arrow-down-alt.png');
		}
		.sport-fixtures li li.first > a {
			border-color: transparent;
		}

	.sport-fixtures li li li a {
		font-family: Arial, sans-serif;
		font-size: .9em;
		font-weight: normal;
		padding-left: 1.8em;
		background: #c7dff1;
		color: #194568;
		}
		.sport-fixtures li li li a::before {
			content: '- ';
			margin-right: .4em;
		}

.fixture-items {
	margin: 0;
	padding: 0;
	}
	.fixture-items li {
		margin: 0;
		padding: 1em 0;
		list-style: none;
		border-top: 1px dotted #b8d1e5;
		}

		.fixture-items .fixture-content {
			float: left;
		}

		.fixture-items .fixture-title {
			margin: 0;
			padding-top: 0;
		}

		.fixture-items .fixture-subtitle {
			margin: 0;
		}
		.fixture-items .fixture-subtitle a {
			text-decoration: underline;
			color: #848484;
			}

		.fixture-items .fixture-date {
			width: 116px;
			font-size: 1em;
			line-height: 1em;
			float: left;
			font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
			color: #194669;
			}
			.fixture-date span {
				display: block;
				text-align: center;
				text-transform: uppercase;
				font-weight: 700;
				font-family: 'Museo Sans W01', Arial, Helvetica, sans-serif;
				}
			.fixture-date .day {
				font-size: 2em;
				line-height: 1em;
				}
			.fixture-date .date {
				font-size: 3.750em;
				line-height: 1em;
				margin: 0;
				}
			.fixture-date .month {
				font-size: 2em;
				line-height: 1em;
				}
	.fixture-items .btn {
		color: #ffcb05;
		border: 2px solid #ffcb05;
		border-radius: 3px;
		padding: .5em 1em;
		display: inline-block;
		font-size: 1em;
		float: right;
		}
		.fixture-items .btn:hover {
			text-decoration: none;
			background: #fff;
			color: #ffcb05;
			}

@media only screen and (max-width: 520px) {
	.fixture-items .fixture-date {
		width: auto;
		float: none;
		margin: 0;
		padding: 0;
	}
	.fixture-items .fixture-content {
		float: none;
	}
	.fixture-date .day,
	.fixture-date .month,
	.fixture-date .date {
		font-size: 1em;
		float: none;
		display: inline-block;
		margin: 0 .3em 0 0;
		}
	.fixture-date .date {
		font-size: 1.2em;
	}
	.fixture-items .btn {
			float: none;
	}
}

.custom-iframe {
	width: 100%;
	min-height: 640px;
	border: 0;
}
