/**
 * Responsive theme, global styles
 * 
 * Created 15 Feb 2017
 * Updated 26 May 2017
 *
 * Last update: refactor, AB.
 *
 * @author Allan A Beattie
 * @author Mike Patterson
 * @author Colin Denholm
 * @author Zeno Zaplaic
 */


/* fonts
------------------------------------------------------------ */
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,400italic,700italic|Droid+Serif:400,700';
@import '../../fonts/font-awesome-4.6.3/css/font-awesome.min.css';


/* normalise
------------------------------------------------------------ */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse}


/* baseline styles / typography
------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #444;
}

main {
	background: #fff;
}

main:focus {
	outline: 0;
}

h2,
h3,
h4,
h5,
h6 {
	margin: 1.5em 0 0.6em;
}

.motif {
	position: relative;
	margin: 0 0 2em;
}

.motif::before {
	position: absolute;
	width: 4em;
	left: 0;
	bottom: -1em;
	padding: 0.5em 0 0;
	border-bottom: 0.16em solid #f4c900;
	content: ' ';
}

p {
	margin: 0 0 1.5em;
	line-height: 1.5em;
}

code {
	background: #f9e7c6;
	font-family: Consolas, 'Courier New', Courier, monospace;
}

ul {
	margin: 0 0 1.5em;
	padding-left: 1.5em;
}

ul ul {
	margin-bottom: 0;
}

li {
	line-height: 1.5em;
}

a {
	text-decoration: none;
	color: #057DBC;
}

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

hr {
	margin: 2em 0;
	height: 1px;
	border: 0;
	border-bottom: 1px solid;
	line-height: 1px;
	color: #ddd;
}

abbr {
	text-decoration: none;
}

abbr[title] {
	cursor: help;
}

blockquote {
	clear: both;
	margin: 0 0 2em;
	font-style: italic;
	quotes: '\201C' '\201D';
}

blockquote::before {
	float: left;
	height: 0.4em;
	margin: -0.1em 0.1em 0 0;
	font-family: Arial;
	font-size: 6em;
	font-weight: 700;
	font-style: normal;
	line-height: 1em;
	content: open-quote;
	color: #f6d22d;
}

cite {
	display: block;
	text-align: right;
	font-style: normal;
}

/* colour classes
------------------------------------------------------------ */

.white {
	background: #fff;
}

.light {
	background: #eee;
}

.dark {
	background: #333;
	color: #ddd;
}

.dark a {
	color: #8997cf;
}


/* page containers
------------------------------------------------------------ */

.abdn_row_padded {
	padding: 3em 0;
	clear: both;
}

main > .abdn_row,
main > .abdn_row_padded > .abdn_col > .abdn_row_padded {
	padding: 0 0 3em;
}

main .abdn_row_padded .abdn_col::before {
	display: block;
	margin: -3em 0 0;
	padding: 0 0 3em;
	border-top: 1px solid #e4e4e4;
	content: '';
}

main > .abdn_row > .abdn_col::before,
main > .abdn_row_padded > .abdn_col::before,
main > .abdn_row_padded > .abdn_col > .abdn_row_padded > .abdn_col::before {
	/* display: none; */
}

.content_column .abdn_row_padded:first-child .abdn_col::before {
	display: none;
}

main > .abdn_row_padded:first-child {
	padding-top: 0;
}

main > .abdn_row > .abdn_col > .abdn_row_padded:first-child,
.content_column .abdn_row_padded:first-child,
.subpage .abdn_row_padded:first-child {
	padding-top: 0;
}

.subpage .abdn_row_padded:first-child {
	padding-top: 0;
}

.content_column .abdn_row_padded:last-child,
main > .abdn_row > .abdn_col > .abdn_row_padded:last-child {
	padding-bottom: 0;
}

.abdn_row_padded_small {
	padding: 1.5em 0;
}

.abdn_col {
	max-width: 66.666em; /* 1200 / 18 (Source Sans Pro) */
	margin: 0 auto;
	padding: 0 5%;
	transition: padding 0.3s ease;
}

.global_header {
	position: relative;
	z-index: 3;
	height: 8em;
	background: #fff;
}

.abdn_col .abdn_col {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.fullwidth_left_column .abdn_row_padded,
main > .abdn_row > .abdn_col .fullwidth_left_column .abdn_row_padded:last-child {
	padding: 0 0 4em;
}

.abdn_col > p:last-child {
	margin-bottom: 0;
}


/* cookie advisory
------------------------------------------------------------ */

#cookie_info {
	padding: 1em 0 2em;
}

#cookie_info h1 {
	margin: 0 0 0.5em;
	font-size: 1.3em;
	line-height: 0.9em;
}

#cookie_info p {
	margin: 0 0 1em;
	font-size: 0.9em;
}

#cookie_info a {
	border-bottom: 1px dotted;
	font-weight: 700;
	color: #f4c900;
}

#cookie_info a:hover,
#cookie_info a:focus {
	border-bottom: 1px solid;
	text-decoration: none;
}

#cookie_info_button {
	position: relative;
	display: inline-block;
	padding: 0.4em;
	border: 0;
	background: #f4c900;
	font-weight: 700;
	color: #003C5F;
	transition: padding 0.2s ease;
}

#cookie_info_button:hover,
#cookie_info_button:focus {
	padding-left: 0.7em;
	transition: padding 0.2s ease;
}

#cookie_info_button::before {
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-left-width: 0;
	border-left-style: solid;
	border-left-color: #333;
	border-top: 1em solid transparent;
	border-bottom: 1em solid transparent;
	content: ' ';
	transition: border-left-width 0.2s ease;
}

#cookie_info_button:hover::before,
#cookie_info_button:focus::before {
	border-left-width: 0.3em;
	transition: border-left-width 0.2s ease;
}

#cookie_info_button::after {
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	border-left-width: 0.3em;
	border-left-style: solid;
	border-left-color: #f4c900;
	border-top: 1em solid transparent;
	border-bottom: 1em solid transparent;
	content: ' ';
	transition: right 0.2s ease;
}

#cookie_info_button:hover::after,
#cookie_info_button:focus::after {
	right: -0.25em;
	transition: right 0.2s ease;
}

a#cookie_info_button  {
	color: #444;
}


/* a11y links
------------------------------------------------------------ */

.skip_links {
	position: absolute;
	left: -9999px;
	top: auto;
}

.skip_links a {
	height: 1px;
	border-bottom: 4px solid #f4c900;
	text-decoration: none;
	font-weight: 700;
	transition: height 0.3s ease-out;
}

.skip_links a:focus {
	position: fixed;
	z-index: 1100;
	width: 100%;
	height: 1.5em;
	left: 0;
	top: 0;
	padding: 1em;
	background: #354b8c;
	color: #eee;
}

#modal_fade {
	visibility: hidden;
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #111;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

#modal_fade.active {
	visibility: visible;
	opacity: 0.75;
}

body > header {
	position: relative;
	margin: 0 0 1em;
	background: #fff;
}


/* reset margin of all first headings
------------------------------------------------------------ */

.abdn_col > h2:first-child,
.abdn_col > h3:first-child,
.abdn_col > h4:first-child,
.abdn_col > h5:first-child,
.abdn_col > h6:first-child,
.content_column > h2:first-child,
.content_column > h3:first-child,
.content_column > h4:first-child,
.content_column > h5:first-child,
.content_column > h6:first-child {
	margin-top: 0;
}


/* ================================================================================
 *																			header
 * ================================================================================ */


/* uni logo
------------------------------------------------------------ */

.uni_logo {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	right: 0;
	height: 3em;
	padding: 1.1em 0 0.9em;
	text-align: center;
}

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

.uni_logo a {
	display: inline-block;
	max-width: 12em;
	margin: 0 auto;
	border: 0;
}

.uni_logo a:focus, 
.uni_logo_footer:focus {
	outline: 0.3em solid #f4c900;
}


/* utility nav
------------------------------------------------------------ */

.utility_nav {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 2em;
	background: #444;
	text-align: center;
}

.utility_nav * {
	box-sizing: border-box;
}

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

.utility_nav li {
	display: inline-block;
	float: left;
	width: 50%;
	line-height: 1.5em;
}

.utility_nav a {
	display: block;
	padding: 0.3em 0.6em;
	font-size: 0.8em;
	color: #eee;
}

.utility_nav a:hover,
.utility_nav a:focus {
	background: #354b8c;
	text-decoration: none;
	color: #fff;
}

.utility_nav li:nth-child(3) {
	display: none;
}


/* global search
------------------------------------------------------------ */

.fa-search:before {
 	content: "\f002";
}

#global_search {
	display: block;
	position: absolute;
	width: 100%;
	top: 8em;
	left: 0;
	padding: 2em 0;
	background: #f1f1f1;
	text-align: center;
	z-index: 2;
	box-shadow: 0 20px 20px -20px rgba(0,0,0,0.8);
}

#global_search.collapsed {
	display: none;
}

#global_search * {
	box-sizing: border-box;
}

#global_search fieldset {
	display: inline;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	padding: 0;
	border: none;
	border-radius: 5px;
	font-size: 16px;
}

#global_search #q {
	float: left;
	width: 80%;
	height: 55px;
	padding: 0.9em 0.6em;
	border: 1px solid #e5e5e5;
	border-right: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0.3em 0 0 0.3em;
	border-radius: 0.3em 0 0 0.3em;
}

#global_search #q:focus {
	background: #fdffce;
}

#global_search #q:focus + button {
	color: #444;
}

#global_search legend,
#global_search label,
#global_search button b {
	position: absolute;
	overflow: hidden;
	width: 1em;
	height: 1em;
	left: -9999px;
	top: auto;
}

#global_search button {
	width: 20%;
	height: 55px;
	padding: 0.63em 0;
	border: 1px solid #f4c900;
	-webkit-border-radius: 0 0.3em 0.3em 0;
	border-radius: 0 0.3em 0.3em 0;
	background-color: #f4c900;
	font-size: 1.4em;
	line-height: 1em;
	text-align: center;
	color: rgba(0, 0, 0, 0.7);
	transition: background-color 0.3s ease-out;
}

#global_search button:hover {
	color: #444;
	background-color: #feda61; 
	transition: background-color 0s;
}

#global_search button:focus {
	background: #1f3165;
	color: #fff;
	outline: 0;
	transition: background-color 0s;
}

#global_search input[type="text"]:focus,
#global_search textarea:focus {
    font-size: 16px;
}

.uni_search_toggle {
	display: inline-block;
	padding: 0.3em 1.2em;
	border: 1px solid #e5e5e5;
	border-radius: 1.5em;
	text-decoration: none;
	color: #444;
}

.no_js .uni_search_toggle {
	display: none;
}

.uni_search_toggle span,
.uni_menu_toggle span {
	display: none;
}

#within {
	float: left;
	padding: 0.9em 2.5em 0.9em 0.5em;
	margin-bottom: 1em;
	border: 0;
	border-radius: 0.3em 0.3em 0.3em 0.3em;
	background-image: url('data:image/svg+xml,\
	  <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="14px"\
		   height="14px" viewBox="0 0 1200 1000" fill="rgb(255,255,255)">\
		<path d="M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z"/>\
	  </svg>');
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #354b8c;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	transition: background-color 0.3s ease-out;
}

#within:hover,
#within:focus {
	background-color: #1f3165;
	transition: background-color 0s;
}

#within:focus {
	border: 0.3em solid #f4c900;
}

#global_search ul {
	display: block;
	width: 100%;
	padding-left: 0;
	text-align: center;
	
}

#global_search li {
	display: inline-block;
}

#global_search li a {
	display: inline-block;
	margin: 1em 0 0 0.5em;
	padding: 0.3em 1.2em;
	border-radius: 15em;
	background-color: #354b8c;
	color: #fff;
	transition: background 0.3s ease-out, border-color 0.3s ease-out;
}

#global_search ul li a:hover,
#global_search ul li a:focus {
	background-color: #1f3165;
	text-decoration: none;
	color: #fff;
	transition: background 0s, border-color 0s;
}

#global_search p {
	margin: 1em 0 0;
	text-align: center;
}


/* global nav
------------------------------------------------------------ */

.uni_menu {
	display: none;
	position: relative;
	text-align: left;
}

.uni_menu * {
	box-sizing: border-box;
}

.uni_menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.uni_menu img {
	width: 100%;
}

.uni_menu > ul > li > a {
	padding: 0.5em 1.2em;
	color: #444;
	text-decoration: none;
	border: 1px solid #999;
	border-bottom: 0;
	display: block;
}

.uni_menu > ul {
	border-bottom: 1px solid #999;
	display: none;
}

.uni_menu.uni_menu_active > ul {
	display: block;
}

.uni_menu > ul > li > ul {
	display: none;
}

.uni_menu_toggle {
	display: inline-block;
	padding: 0.3em 1.2em;
	border: 1px solid #E5E5E5;
	text-decoration: none;
	border-radius: 1.5em;
	color: #444;
}

.uni_menu b {
	position: relative;
	display: block;
	margin: 0.3em 0 1em;
	padding-bottom: 0.3em;
	font-size: 1.1em;
	line-height: 1;
	color: #fff;
}

.uni_menu b::after {
	position: absolute;
	display: block;
	width: 4em;
	left: 0;
	bottom: -0.5em;
	border-bottom: 0.16em solid #f4c900;
	content: ' ';
}

.uni_menu > ul > li > ul b a:hover,
.uni_menu > ul > li > ul b a:focus {
	color: #ffe18d;
	text-decoration: none;
}

.uni_menu > ul > li > ul > li > ul + h2 {
	margin-top: 1em;
}

/* hidden buttons
------------------------------------------------------------ */

.uni_menu > ul > li:nth-child(4),
.uni_menu > ul > li:nth-child(5) {
	display: none;
}

.uni_menu .uni_menu_toggle {
	margin-left: 1em;
}

.toggle_controls {
	position: absolute;
	z-index: 5;
	height: 3em;
	left: 0;
	right: 0;
	top: 5em;
	text-align: center;
}

.toggle_controls a {
	transition: background 0.3s ease-out, border-color 0.3s ease-out;
}

.toggle_controls a:hover,
.toggle_controls a:focus {
	border-color: #ccc;
	background-color: #e5e5e5;
	text-decoration: none;
	color: #333;
	transition: background 0s, border-color 0s;
}


/* page header
------------------------------------------------------------ */

.page_header {
	padding-top: 31.25%;
	background-size: cover;
	background-position: center center;
	transition: padding 0.3s ease;
}

#section_heading {
	overflow: hidden;
	background: #005D93;
}

#section_heading.no_js {
	margin-top: 2.6em;
}

#section_heading a {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0.43em 1em 0.5em 0.5em;
	border: 0;
	background: #003C5F;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 700;
	color: #fff;
}

#section_heading a::before {
	display: block;
	position: absolute;
	z-index: -1;
	width: 2000%;
	height: 100%;
	top: 0;
	margin-left: -2000%;
	background: #003C5F;
	content: ' ';
}

#section_heading a::after {
	display: block;
	position: absolute;
	z-index: -1;
	width: 1.6em;
	right: -6em;
	top: 0;
	border-bottom: 6em solid #003C5F;
	border-right: 6em solid transparent;
	content: ' ';
}

#section_heading a:hover,
#section_heading a:focus {
	text-decoration: none;
	color: #ffe18d;
}

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

.page_heading {
	background: #f4c900;
}

.page_heading h1,
.page_heading b {
	display: block;
	margin: 0;
	padding: 0.5em 5%;
	background: #f4c900;
	font-size: 1.6em;
	line-height: 1;
	color: #fff;
	transition: padding 0.3s ease;
}

#section_heading a.header_button_link {
	position: relative;
	float: right;
	top: 0.3em;
	padding: 0.3em 0.8em;
	background-color: #f4c900;
	color: #444;
	border-radius: 0.2em;
	font-weight: normal;
	font-size: 0.95em;
	border: 1px solid #354b8c;
	transition: border-color ease 0.5s;
}

#section_heading a.header_button_link:hover,
#section_heading a.header_button_link:focus {
	background-color: #FFD263;
	border: 1px solid #FFD263;
	
}

#section_heading a.header_button_link:after,
#section_heading a.header_button_link:before {
	display: none;
}


/* account for no image
------------------------------------------------------------ */

.page_header.no_image {
	min-height: inherit;
	padding-top: 0;
}

.page_header.no_image .page_heading {
	position: relative;
}


/* breadcrumb (not needed on small screens)
------------------------------------------------------------ */

.breadcrumb {
	display: none;
}


/* section top-level nav 
------------------------------------------------------------ */

#section_top_level {
	display: none; /* not needed on small screens */
	position: relative;
	background: #003C5F;
}

ul.top_level {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 2px solid #003c5f;
}

ul.top_level > li {
	display: inline-block;
	vertical-align: top;
	line-height: 1.2em;
}

#section_top_level a {
	display: block;
	margin-right: 2px;
	padding: 0.7em 1em 0.5em;
	border-bottom: 6px solid #003C5F;
	background: #003C5F;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
	transition: background 0.3s ease-out, border-color 0.3s ease-out;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
}

#section_top_level a:hover {
	border-bottom-color: #f4c900;
	color: #fff;
	background: #005d93;
	transition: none;
}

#section_top_level a:focus {
	outline: 2px solid #ffbf47;
}

#section_top_level a.current {
	border-bottom-color: #cd9825;
}


/* section navigation
------------------------------------------------------------ */

.column_container {
	clear: both;
}

.content_column {
	margin: 0 0 3em;
}

#section_nav_wrapper {
	overflow: hidden;
	min-width: 100%;
	margin: 0 0 3em;
}

#section_nav_wrapper.can_toggle {
	display: none;
}

#section_nav_wrapper.active {
	display: block;
	position: absolute;
	z-index: 3;
	top: 8em;
	right: 0;
}

#section_nav_wrapper.can_toggle #section_nav {
	border-right: 0.5em solid #fff;
	border-left: 0.5em solid #fff;
	border-bottom: 0.5em solid #fff;
	border-radius: 0 0 0 0.5em;
}

#section_nav {
	box-sizing: border-box;
	background: #fff;
	transform: translateX(100%);
	transition: transform 0.3s ease;
}

#section_nav > h2 {
	margin: 1em 0 0.3em;
	padding: 0 0.5em;
	color: #444;
}

#section_nav.active {
	transform: translateX(0);
}

#primary_nav.collapsed {
	display: none;
}

#primary_nav ul,
.global_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.6em;
}

#primary_nav > ul:first-of-type {
	position: relative;
}

#primary_nav a,
.global_nav a {
	position: relative;
	display: block;
	padding: 0.5em 1em 0.5em 2em;
	border-bottom: 1px solid #ccc;
	border-left: 4px solid #f1f1f1;
	background: #f1f1f1;
	text-decoration: none;
	color: #444;
	transition: background 0.2s ease-out;
}

#primary_nav > ul:first-of-type a::before {
	position: absolute;
	left: 0.5em;
	font-family: 'FontAwesome';
	font-size: 1.5em;
	line-height: 1;
	content: '\f104';
	color: #aaa;
}

#primary_nav > ul:first-of-type li:last-child a {
	background: #e2e2e2;
	border-left-color: #e2e2e2;
}

#primary_nav a.current,
#primary_nav > ul:first-of-type li:last-child a.current {
	border-left: 4px solid #F4C900;
}

#primary_nav > ul:first-of-type a.current {
	background: #e2e2e2;
}

#primary_nav > ul:first-of-type a.current::before {
	content: '';
}

#primary_nav ul li:last-child a::before {
	content: '';
}

#primary_nav ul:first-child li:last-child a {
	border-left: 4px solid #e2e2e2;
	background-color: #e2e2e2;
}

#primary_nav ul:first-child li:last-child a:hover {
	border-left: 4px solid #aaa;
}

#primary_nav ul:first-child li:last-child a.current {
	border-left: 4px solid #f4c900;
}

#primary_nav > ul:first-of-type a:hover::before,
#primary_nav > ul:first-of-type a.current:hover::before {
	color: #000;
}

#primary_nav .open a {
	padding-left: 2.5em;
	border-left: 4px solid #fff;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

#primary_nav .open a.current {
	border-left: 4px solid #f4c900;
}

#primary_nav a:hover,
#primary_nav a:focus {
	border-left: 4px solid #aaa;
	color: #000;
	transition: none;
}

#primary_nav .open a:hover,
#primary_nav .open a:focus {
	background: #fff;
	border-left-color: #aaa;
	color: #000;
	transition: none;
}

#primary_nav_toggle {
	display: block;
	margin: 0 0 1em;
	padding: 0.6em;
	border: 0;
	background: #444;
	color: #eee;
}

#primary_nav_toggle:hover,
#primary_nav_toggle:focus {
	background: #666;
}

.global_nav {
	padding: 0.3em;
	background: #444;
	border-radius: 0.3em;
	margin-top: 2em;
}

.global_nav h2 {
	margin: 0;
	padding: 0.3em 0.5em 0.9em;
	font-size: 1.3em;
	color: #fff;
	text-align: center;
}

.global_nav h2::after {
    border-bottom: 0.16em solid #f4c900;
    content: ' ';
    display: block;
    margin: 0 auto;
    padding: 0.5em 0 0;
    width: 4em;
}

.global_nav h3 {
	margin: 0;
	padding: 0.3em 0.7em 0.9em;
	font-size: 1em;
	color: #fff;
}

.global_nav a {
	margin: 0 0.2em 1.2em 0.2em;
	padding: 0.3em 0.2em 0.3em 1em;
	border-bottom: 0;
	border-left: 0;
	background: #f4c900;
	color: #444;
	border-radius: 15em;
	transition: background 0.3s ease-out, border-color 0.3s ease-out;
}

.global_nav #link_wrapper  a {
	border: 1px solid #767676;
	background: #767676;
	color: #fff;
	font-size: 0.99em;
}

.global_nav #link_wrapper  a:hover,
.global_nav #link_wrapper  a:focus {
	border: 1px solid #fff;
	color: #fff;
	background-color: #444;
}

.global_nav a:hover,
.global_nav a:focus {
	background: #feda61;
	color: #444;
	transition: none;
}

.global_nav > a {
	position: relative;
}

.global_nav > a::after {
	position: absolute;
	right: 0.5em;
	font-family: 'FontAwesome';
	font-size: 1.5em;
	content: '\f107';
	color: #eee;
}

.global_nav > a.current::after {
	content: '\f106';
}


/* ================================================================================
 *																			main
 * ================================================================================ */


/* text content classes
------------------------------------------------------------ */

main a {
	border-bottom: 1px dotted;
}

main a:hover,
main a:focus {
	border-bottom: 1px solid;
}

main .slider a,
main .tabcordion_nav a,
main .tabcordion dt a,
main .syndicated a,
main .pagination a,
main .prospectus_search a,
main .prospectus_search_results th a,
main .responsive_table th a {
	border-bottom: 0;
}


/* long URL links
------------------------------------------------------------ */

.wrap_url {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}


/* new window links
------------------------------------------------------------ */

main a[target $="_blank"]:after {
	display: inline-block;
	padding: 0 0.5em;
	font-family: 'FontAwesome';
	font-size: 0.7em;
	text-decoration: none;
	content: '\f08e';
	color: #767676;
}

main .no_image:not(.feature_related) a[target $="_blank"]:after {
	color: rgba(255, 255, 255, 0.56);
}

main .no_image.feature_related a[target $="_blank"]:after {
	display: inline;
}


/* email links
------------------------------------------------------------ */

main a[href^="mailto:"]:after {
	display: inline-block;
	padding: 0 0.5em;
	font-family: 'FontAwesome';
	font-size: 0.7em;
	text-decoration: none;
	content: '\f003';
	color: #767676;
}

main .no_image a[href^="mailto:"]:after {
	color: rgba(255, 255, 255, 0.56);
}


/* tel links
------------------------------------------------------------ */

main a[href^="tel:"]:after {
	display: inline-block;
	padding: 0 0.5em;
	font-family: 'FontAwesome';
	font-size: 0.7em;
	text-decoration: none;
	content: '\f095';
	color: #767676;
}

main .no_image a[href^="tel:"]:after {
	color: rgba(255, 255, 255, 0.56);
}


/* word doc links
------------------------------------------------------------ */

main a[href$=".docm"]:after, 
main a[href$=".doc"]:after, 
main a[href$=".docx"]:after {
	display: inline-block;
	padding: 0 0.5em;
	font-family: 'FontAwesome';
	font-size: 0.7em;
	text-decoration: none;
	content: '\f1c2';
	color: #767676;
}

main .no_image a[href$=".docm"]:after, 
main .no_image a[href$=".doc"]:after, 
main .no_image a[href$=".docx"]:after {
	color: rgba(255, 255, 255, 0.56);
}


/* PDF links
------------------------------------------------------------ */

main a[href$=".pdf"]:after {
	display: inline-block;
	padding: 0 0.5em;
	font-family: 'FontAwesome';
	font-size: 0.7em;
	text-decoration: none;
	content: '\f1c1';
	color: #767676;
}

main .no_image a[href$=".pdf"]:after {
	color: rgba(255, 255, 255, 0.56);
}


/* powerpoint links
------------------------------------------------------------ */

main a[href$='.ppt']:after, 
main a[href$='.pptx']:after {
	display: inline-block;
	padding: 0 0.5em;
	font-family: 'FontAwesome';
	font-size: 0.7em;
	text-decoration: none;
	content: '\f1c4';
	color: #767676;
}

main .no_image a[href$='.ppt']:after,
main .no_image a[href$='.pptx']:after {
	color: rgba(255, 255, 255, 0.56);
}


/* excel links
------------------------------------------------------------ */

main a[href$='.xls']:after, 
main a[href$='.xlsx']:after {
	display: inline-block;
	padding: 0 0.5em;
	font-family: 'FontAwesome';
	font-size: 0.7em;
	text-decoration: none;
	content: '\f1c3';
	color: #767676;
}

main .no_image a[href$='.xls']:after, 
main .no_image a[href$='.xlsx']:after {
	color: rgba(255, 255, 255, 0.56);
}


/* rss links
------------------------------------------------------------ */

main a[href$='rss.xml']:after {
	display: inline-block;
	padding: 0 0.3em;
	font-family: 'FontAwesome';
	font-size: 1em;
	content: '\f143';
	color: #ff9c15;
}


/* directory results
------------------------------------------------------------ */

#directory_results a:after {
	display: none;
}


/* social Links
------------------------------------------------------------ */

.sharing a.fa:after,
.social a.b:after {
	display:none;
}

.twitter_embedded {
	margin: 0 0 2em;
	border: 1px solid #ccc;
}

.video_container,
.embedded_media {
	position: relative;
	overflow: hidden;
	margin: 0 0 2em;
	padding-top: 56.25%; /* 16:9 aspect ratio */
}

.video_container iframe, 
.video_container object, 
.video_container embed,
.embedded_media iframe, 
.embedded_media object, 
.embedded_media embed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.feature_content .video_container:last-child,
.feature_content .embedded_media:last-child {
	margin-bottom: 0;
}


/* advisory highlight boxes
------------------------------------------------------------ */

.advisory,
.confirmation,
.information,
.warning {
	display: block;
	position: relative;
	clear: both;
	margin: 2em 0;
	padding: 1em;
	border: 1px solid #fcdfa9;
	border-radius: 0.5em;
	background: #fef8eb;
}

.confirmation > *,
.information > *,
.warning > * {
	margin-left: 3em;
}

.content_column .advisory:first-child,
.content_column .confirmation:first-child,
.content_column .information:first-child,
.content_column .warning:first-child {
	margin-top: 0;
}

.confirmation::before,
.information::before,
.warning::before {
	position: absolute;
	display: inline-block;
	top: 0.4em;
	left: 0.5em;
	font-family: 'FontAwesome';
	font-size: 2em;
	line-height: 1;
}

.confirmation {
	border-color: #98c653;
	background-color: #cdf196;
}

.advisory > *:last-child,
.confirmation > *:last-child,
.information > *:last-child,
.warning > *:last-child {
	margin-bottom: 0;
}

.confirmation::before {
	content: '\f058';
	color: #98c653;
}

.information {
	border-color: #9dbff2;
	background-color: #e2edfc;
}

.information::before {
	content: '\f05a';
	color: #9dbff2;
}

.warning {
	border-color: #ff6820;
	border: 1px dotted rgba(255, 0, 0, 0.6);
	background-color: #fcefed;
	background-color: rgba(255, 0, 0, 0.1);
}

.warning::before {
	content: '\f071';
	color: #ff6820;
	color: rgba(255, 0, 0, 0.4);
}

.photo_left_aligned {
	float: left;
	margin: 0 1em 1em 0;
}

.photo_right_aligned {
	display: block;
	margin: 0 auto 1em;
}

.profile_photo {
	border-radius: 50%;
}

.lead {
	font-weight: bold;
	color: #333;
	font-size: 1.2em;
}


/* feature separator
------------------------------------------------------------ */

.abdn_row_padded + .dark .abdn_col::before,
.dark + .abdn_row_padded .abdn_col::before {
	display: none;
}


/* global styles for a single feature box
------------------------------------------------------------ */

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

.feature_box .feature_image + .feature_content {
	margin-top: -2em;
}

.feature_box h2 {
	font-size: 1.2em;
	line-height: 1;
}

.feature_box .feature_content > h2 {
	position: relative;
	display: inline-block;
	z-index: 1;
	max-width: 70%;
	margin: 0 0 2em;
	background: #fff;
	font-weight: 700;
	line-height: normal;
	color: #444;
}

.feature_box .feature_image + .feature_content > h2 {
	padding: 0.6em 1em 0 0;
}

.light .feature_box h2 {
	background: #eee;
}

.dark .feature_box h2 {
	background: #333;
	color: #eee;
}

.feature_box .feature_content > h2::before {
	position: absolute;
	width: 4em;
	left: 0;
	bottom: -1em;
	padding: 0.5em 0 0;
	border-bottom: 0.16em solid #f4c900;
	content: ' ';
}

.feature_box .feature_image + .feature_content > h2::after {
	display: inline-block;
	position: absolute;
	width: 2em;
	right: -2em;
	top: 0;
	z-index: -1;
	border-bottom: 2em solid #fff;
	border-right: 2em solid transparent;
	content: ' ';
}

.light .feature_box .feature_image + .feature_content > h2::after {
	border-bottom-color: #eee;
}

.dark .feature_box .feature_image + .feature_content > h2::after {
	border-bottom-color: #333;
}

.feature_box .feature_content p {
	margin: 0 0 2em;
	line-height: 1.6em;
} 

.feature_box .feature_content h2 ~ *:last-child {
	margin-bottom: 0;
}

.feature_more {
	margin: 2em 0 0;
}

.feature_more a {
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 15em;
	text-decoration: none;
	color: #057dbc;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	transition: border-color ease 0.5s;
}

.feature_more a:hover,
.feature_more a:focus,
.feature_more a.hover {
	text-decoration: none;
	background-color: #fff;
	color: #057dbc;
	border: 1px solid rgba(31, 49, 101, 0.53);
}


/* fancy zoom effect
------------------------------------------------------------ */

.feature_image {
	overflow: hidden;
	background-color: #111;
	transition: background-color 0.3s ease-in-out;
	font-size: 0;
}

.feature_image.zoomed {
	background: #1c4392;
}

.feature_image img {
	opacity: 0.96;
	-webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.feature_image.zoomed img {
	opacity: 0.5;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/* related feature
------------------------------------------------------------ */

.feature_related {
	margin: 0 0 3em;
}

.feature_related:last-child {
	padding-bottom: 0;
}

.feature_related .feature_box .feature_content {
	margin-top: 0;
}

.feature_related:last-child .feature_box .feature_content {
	margin-bottom: 0;
}

.feature_related .feature_box .feature_image + .feature_content {
	margin-top: -2em;
}


/* related feature if there's no image
------------------------------------------------------------ */

.feature_related.no_image {
	padding: 0;
	background: #005d93;
	color: #fff;
}

.feature_related.no_image .feature_box {
	padding: 1em;
}

.feature_related.no_image .feature_box h2 {
	padding: 0;
	background: none;
	color: #fff;
}

.feature_related.no_image .feature_box h2::after {
	display: none;
}

.feature_related.no_image .feature_content a {
	color: #ffe18d;
}

.subsection_column .feature_related::before {
	display: block;
	padding: 0 0 3em;
	border-top: 1px solid #e4e4e4;
	content: '';
}

.subsection_column .feature_related.no_image::before {
	display: none;
}


/* 1-box feature
------------------------------------------------------------ */

.feature_1box .feature_image {
	position: relative;
	padding-top: 56.25%; /* 16:9 aspect ratio */
}

.feature_1box .feature_image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* 2-box feature
------------------------------------------------------------ */

.feature_2box .feature_box {
	margin: 0 0 3em; 
}

.feature_2box .feature_box:last-child {
	padding: 3em 0 0;
	margin-bottom: 0;
	border-top: 1px solid #e5e5e5;
}


/* 3-box feature
------------------------------------------------------------ */

.feature_3box .feature_box::before {
	display: block;
	width: 100%;
	margin: 3em 0 0;
	padding: 0 0 3em;
	border-top: 1px solid #e5e5e5;
	content: '';
}

.feature_3box:last-child,
.feature_3box .feature_box:last-child {
	padding-bottom: 0;
}

.feature_3box  .feature_box:first-child::before {
	display: none;
}


/* 1-box feature with tabs
------------------------------------------------------------ */

.feature_tabs_1box .tabcordion_wrapper {
	margin: 0 0 3em;
}

.feature_tabs_1box .feature_box {
	padding: 3em 0 0;
	border-top: 1px solid #e5e5e5;
}


/* 2-box feature with tabs
------------------------------------------------------------ */

.feature_tabs_2box .feature_wrapper {
	padding: 0 0 3em;
}

.feature_tabs_2box .feature_box {
	padding: 0 0 3em;
}

.feature_tabs_2box .tabcordion_wrapper {
	padding: 3em 0 0;
	border-top: 1px solid #e5e5e5;
}

.feature_tabs_2box .feature_box:last-child {
	padding: 3em 0 0;
	margin-bottom: 0;
	border-top: 1px solid #e5e5e5;
}

.feature_tabs_2box.light .feature_box:nth-of-type(2) {
	border-top: 1px solid #e5e5e5;
}

.feature_tabs_2box.white .feature_box:nth-of-type(2) {
	border-top: 1px solid #e5e5e5;
}


/* 1-box feature with slideshow
------------------------------------------------------------ */

.feature_slideshow .slideshow_wrapper {
	margin: 0 0 3em;
}

.feature_slideshow .slideshow_wrapper .abdn_row_padded {
	padding: 0;
}

.feature_slideshow .feature_box {
	margin: 0;
	padding: 3em 0 0;
	border-top: 1px solid #e5e5e5;
}

.feature_slideshow .feature_content {
	padding: 0;
}


/* syndicated lists, e.g. in tabs
------------------------------------------------------------ */

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

.syndicated li {
	border-bottom: 1px solid #ccc;
}

.syndicated li:last-child {
	border-bottom: 0;
}

.syndicated a {
	position: relative;
	display: block;
	padding: 0.8em 0;
	text-decoration: none;
	color: #444;
}

.syndicated a:hover h2,
.syndicated a:focus h2,
.syndicated a:hover h3,
.syndicated a:focus h3 {
	color: #057dbc;
}

.syndicated li:first-child a {
	padding-top: 0;
}

.syndicated h2,
.syndicated h3 {
	margin-top: 0;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1em;
}

.syndicated p {
	margin: 0;
}

.syndicated img {
	float: left;
}

.syndicated img ~ h2,
.syndicated img ~ h3,
.syndicated img ~ .calendar_container,
.syndicated img ~ p {
	margin-left: 66px; /* 50px + 1.6em */
}

.syndicated time,
.syndicated .authors {
	font-size: 0.9em;
	line-height: 1em;
}

.syndicated .authors {
	margin: 0.3em 0 0;
}

.syndicated .calendar_container {
	margin: 0;
}

.syndicated a[target$="_blank"] {
	position: relative;
	padding-right: 1.5em;
}

main .syndicated a[target$="_blank"]::after {
	position: absolute;
	right: 0;
	top: 1em;
}

main .syndicated li:first-child a[target$="_blank"]::after {
	top: 0.2em;
}

.feature_1box_2includes h3 {
	font-size: 1em;
	line-height: 1.4em;
	margin: -0.3em 0 0.5em 4em;
}

.feature_1box_2includes h3 span {
	font-weight: lighter;
}

.feature_1box_2includes h3 span:before {
	content: '';
	display: block;
}

.feature_1box_2includes li .event_date {
    position: relative;
    overflow: hidden;
    float: left;
    width: 3.2em;
    margin: 0 0 0.8em 0;
    font-size: 0.9em;
}

.feature_1box_2includes li .event_date_day,
.feature_1box_2includes li .event_date_month {
    display: block;
    padding: 0.4em;
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #666;
}

.syndicated img[src*='placeholder'], 
.feature_1box_2includes li .event_date_month {
	background: #354B8C;
	border: 1px solid #354B8C;
	color: #fff;
}

.feature_1box_2includes li .event_date_day {
    background-color: #f1f1f1;
    font-size: 1.1em;
	border: 1px solid #cacaca;
	border-top: 0;
}


/* list of syndicated content on e.g. list page
------------------------------------------------------------ */

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

.syndicated_browse li {
	border-bottom: 1px solid #ddd;
	line-height: 1.6em;
}

.syndicated_browse li:last-child {
	border-bottom: 0;
}

.syndicated_browse li:first-child a {
	padding-top: 0;
}

.syndicated_browse a {
	display: block;
	padding: 1.6em 0;
	border-bottom: 0;
	line-height: 1;
	text-decoration: none;
	color: #444;
}

.syndicated_browse a:hover,
.syndicated_browse a:focus {
	border-bottom: 0;
}

.syndicated_browse img {
	float: left;
	max-width: 50px;
}

.syndicated_browse strong {
	display: block;
	margin: 0 0 0.3em;
}

.syndicated_browse img ~ h2,
.syndicated_browse img ~ h3,
.syndicated_browse img ~ .calendar_container,
.syndicated_browse img ~ p,
.syndicated_browse img ~ strong {
	margin-left: 66px; /* 50px + 1.6em */
}

.syndicated_browse a:hover h2,
.syndicated_browse a:focus h2,
.syndicated_browse a:hover h3,
.syndicated_browse a:focus h3 {
	color: #057dbc;
}

.syndicated_browse a:hover time,
.syndicated_browse a:focus time {
	color: #444;
	opacity: 1;
}

.syndicated_browse h2,
.syndicated_browse h3 {
	margin: 0 0 0.3em;
	font-size: 1.6em;
	font-weight: 400;
	letter-spacing: -0.03em;
}

.calendar_container {
	position: relative;
	display: block;
	margin-bottom: 1em;
	font-size: 0.9em;
}

.syndicated_browse .calendar_container {
	margin: 0 0 1em;
	padding: 0 0 0.5em;
}

.calendar_container::before {
	display: inline-block;
	margin: 0 0.3em 0 0;
	font-family: 'FontAwesome';
	content: '\f073';
	opacity: 0.7;
}
	
.calendar_container::after {
	border-bottom: 0.2em solid #444;
	bottom: -0.5em;
	content: " ";
	left: -9999em;
	position: absolute;
	transition: none 0s ease 0s ;
	width: 1px;
}

.syndicated_browse a:hover .calendar_container::after,
.syndicated_browse a:focus .calendar_container::after {
	border-bottom-color: #f4c900;
	left: 0;
	transition: width 0.2s ease 0s, border-bottom-color 0.2s ease 0s;
	width: 10%;
}

.syndicated_browse p {
	margin: 0;
}


/* syndicated details pages
------------------------------------------------------------ */

.syndicated_details .heading {
	margin: 0 0 0.3em;
	font-size: 2em;
	font-weight: 700;
	line-height: 1em;
}

.syndicated_details h2 {
	margin: 1em 0 0.3em;
	font-weight: 400;
	line-height: 1em;
}


/* image / slideshow
------------------------------------------------------------ */

.syndicated_details .zoomable a {
	display: block;
	border-bottom: 0;
	font-size: 0;
	cursor: zoom-in;
}

.syndicated_details .image_wrapper {
	margin: 0 0 1.5em;
}

.syndicated_details .image_wrapper figure {
	margin: 0;
}

.syndicated_details .image_wrapper figcaption {
	padding: 1em;
	background: #354B8C;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #fff;
}

.syndicated_details .image_wrapper img {
	width: 100%;
	height: auto;
}

.syndicated_details time {
	display: inline-block;
	margin: 0 0 1em;
	color: #767676;
}


/* pullquote
------------------------------------------------------------ */

.syndicated_details .pullquote,
.syndicated_details .pullquote_small {
	width: 90%;
	margin: 2em auto;
	padding: 1em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.syndicated_details .pullquote blockquote,
.syndicated_details .pullquote_small blockquote {
	margin: 0;
	font-style: italic;
	quotes: '\201C' '\201D';
	color: #444;
}

.syndicated_details .pullquote blockquote::before,
.syndicated_details .pullquote_small blockquote::before {
	color: #354b8c;
}

.syndicated_details .pullquote p:last-of-type {
	margin-bottom: 0;
}

.syndicated_details .pullquote cite {
	display: block;
	margin: 1em 0 0;
	text-align: right;
}

.syndicated_details .pullquote cite::before {
	content: '~ ';
}


/* social sharing / RSS
------------------------------------------------------------ */

.syndicated_details .sharing h2 {
	margin: 1em 0 0.45em;
	padding: 0 0 0.3em;
	border-bottom: 1px solid #ccc;
	font-weight: 400;
}

.syndicated_details .sharing ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.syndicated_details .sharing li {
	display: inline;
	line-height: 0;
}

.syndicated_details .sharing a {
	border-bottom: 0;
}

.syndicated_details .sharing a:hover,
.syndicated_details .sharing a:focus {
	text-decoration: none;
}

.syndicated_details a.fa-rss-square {
	color: #f26522;
}

.syndicated_details a.fa-twitter-square{
	color: #1DA1F2;
}

.syndicated_details a.fa-facebook-official {
	color: #3b5998;
}

.syndicated_details a.fa:hover::before,
.syndicated_details a.fa:focus::before {
	opacity: 0.5;
}


/* archive controls wrapper (search / calendar widgets)
------------------------------------------------------------ */

.archive_controls fieldset {
	margin: 0 0 1em;
	padding: 0;
	border: 0;
}

.archive_controls legend {
	font-weight: 700;
}

.archive_controls h2 {
	font-weight: 400;
}

.archive_controls h2:first-child,
.archive_controls h3:first-child {
	margin-top: 0;
}

.archive_controls select {
	box-sizing: border-box;
	padding: 0.1em;
	border: 1px solid #888;
}

.archive_controls select:focus {
	background: #fdffce;
}


/* search widget
------------------------------------------------------------ */

.search_widget input[type="search"] {
	box-sizing: border-box;
	padding: 0.3em;
	border: 1px solid #888;
	width: 81%;
	font-size: 1em;
}

.search_widget input[type="search"]:focus {
	background: #fdffce;
}

.search_widget button[type="submit"] {
	box-sizing: border-box;
	float: right;
	width: 16%;
	padding: 0.3em 0;
	border: 1px solid #f4c900;
	background-color: #f4c900;
	font-size: 1em;
}

.search_widget button.active[type="submit"],
.search_widget button[type="submit"]:hover,
.search_widget button[type="submit"]:focus {
	border-color: #ffd263;
	background: #ffd263;
	color: #444;
}


/* calendar widget
------------------------------------------------------------ */

.search_widget,
.calendar_widget {
	margin: 0 0 2em;
}

.archive_year {
	opacity: 1;
	visibility: visible;
	transition: opacity 1.5s ease;
}

.archive_year ol {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.archive_year li {
	display: inline-block;
	width: 32%;
	margin: 0 2% 2% 0;
	font-size: 16px;
	text-align: center;
}

.archive_year li.no_items {
	padding: 0.75em 0;
	background: #f5f5f5;
	color: #444;
}

.archive_year li:nth-child(3n) {
	margin-right: 0;
}

.archive_year a {
	display: block;
	padding: 0.75em 1em;
	border-bottom: 0;
	background: #35468c;
	text-decoration: none;
	color: #fff;
}

.archive_year a:hover,
.archive_year a:focus {
	border-bottom: 0;
	background: #1f3165;
	color: #fff;
}

.archive_year .current,
.archive_year .current:hover {	
	background-color: #f4c900;
	color: #444;
}

.archive_year.offscreen {
	visibility: hidden;
}

.faded {
	opacity: 0.333;
	transition: opacity 1.5s ease;
}


/* pagination
------------------------------------------------------------ */

.pagination {
	padding: 2em 0 0;
	text-align: center;
}

.pagination ol,
.pagination ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination li {
	display: inline-block;
	margin: 0 0 4px;
	padding: 0;
	background: none;
}

.pagination a,
.pagination b {
	display: inline-block;
	padding: 0.75em 1em;
	background: #354B8C;
	text-decoration: none;
	font-size: 0.9em;
	color: #fff;
}

.pagination a:hover,
.pagination a:focus {
	background: #1F3165;
}

.pagination a:active {
	background: #f4c900;
	color: #444;
}

.pagination b {
	background: none;
	font-weight: bold;
	color: #444;
}


/* results
------------------------------------------------------------ */

.pagination_legend p {
    padding: 5px 0;
    line-height: normal;
    text-align: right;
    font-size: 87%;
}

.pagination_current_page {
    float: left;
    line-height: normal;
}


/* options
------------------------------------------------------------ */

.pagination_options {
	margin: 20px 0;
	text-align: center;
}

.pagination_options a {
	border-bottom: 1px dotted;
	text-decoration: none;
}

.pagination_options a:hover,
.pagination_options a:focus {
	border-bottom: 1px solid;
}





/* events calendar
------------------------------------------------------------ */

.browse_calendar {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.browse_calendar .previous_next_controls {
	margin: 0;
	padding: 0;
	list-style: none;
}

.browse_calendar a.previous,
.browse_calendar a.next {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 0;
	padding: 0.63em;
	border: 0;
	background: #005d93;
	font-size: 1.1em;
	color: #fff;
}

.browse_calendar a.previous {
	left: 0;
}

.browse_calendar a.next {
	right: 0;
}

.browse_calendar a.previous:hover,
.browse_calendar a.previous:focus,
.browse_calendar a.next:hover,
.browse_calendar a.next:focus {
	background: #003c5f;
}

.browse_calendar a.previous:focus,
.browse_calendar a.next:focus {
	outline: 1px solid #f4c900;
}

.browse_month * {
	box-sizing: border-box;
}

.browse_month {
	width: 100%;
	margin: 0 0 3em;
	border-collapse: collapse;
}

.browse_month caption {
	padding: 0.63em 0;
	background: #005d93;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 700;
	color: #fff;
}

.browse_month th,
.browse_month td {
	width: 14.286%;
	max-width: 3em;
	height: 3em;
	margin: 0;
	padding: 0;
	border: 1px solid;
	text-align: center;
	font-weight: 300;
	color: #767676;
}

.browse_month th {
	height: auto;
	padding: 0.6em 0;
	border-bottom: 0;
	border-color: #003c5f;
	background: #003c5f;
	font-weight: 700;
	color: #fff;
}

.browse_month td {
	border-color: #e5e5e5;
	background: #e5e5e5;
}

.browse_month td[aria-label],
.browse_month td.has_link {
	background: #fff;
}

.browse_month td:focus {
	outline: 1px solid #4155a3;
}

.browse_month a {
	display: block;
	max-width: 3em;
	margin: 0 auto;
	padding: 1em 0;
	line-height: 1em;
	text-decoration: none;
	font-weight: 700;
	color: #444;
}

.browse_month a:hover,
.browse_month a:focus {
	max-width: 100%;
	border-radius: 0;
	background: #003c5f;
	color: #fff;
}

.browse_month td.current {
	background-color: #E8B22C;
	color: #444;
}

.browse_month td.current a:focus {
	outline: 1px solid #4155a3;
}







/* sitemap
------------------------------------------------------------ */

.sitemap,
.sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sitemap li {
	position: relative;
	padding: 0;
}

.sitemap a {
	display: block;
	position: relative;
	z-index: 1;
	clear: both;
	margin: 0 0 0.1em;
	padding: 0.3em 1em;
	background: #1f3165;
	font-size: 1.1em;
	color: #fff;
}

.sitemap a:hover,
.sitemap a:focus {
	background: #444;
	text-decoration: none;
	color: #eee;
}

.sitemap a:hover::after,
.sitemap a:focus::after {
	display: block;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	border-right: 0.8em solid #f4c900;
	border-bottom: 0.8em solid transparent;
	content: '';
}

.sitemap li li li a {
	padding-left: 1.5em;
	background: #898989;
	font-size: 1em;
	color: #fff;
}

.sitemap li li li li a {
	padding-left: 2em;
	background: #ccc;
	color: #444;
}

.sitemap li li li li li a {
	padding-left: 2.5em;
	background: #efefef;
	color: #777;
}

.sitemap li li li li li li a {
	padding-left: 3em;
	background: #fff;
}


/* ================================================================================
 *																			footer
 * ================================================================================ */


/* global footer
------------------------------------------------------------ */

footer {
	background: #1f1f1f;
	color: #eee;
}

.global_contact {
	padding: 0 0 1.5em;
}

.uni_logo_footer {
	display: inline-block;
	margin: 0 0 1em;
}

.global_contact dl {
	margin: 0;
}

.global_contact dt {
	position: absolute;
	width: 1em;
	height: 1em;
	overflow: hidden;
	left: -9999em;
	top: auto;
}

.global_contact dd {
	margin: 0 0 0.7em;
}

.global_contact dd:last-child {
	margin: 0;
}

.phone a {
	display: inline-block;
	color: #eee;
}

.global_social h2 {
	position: absolute;
	width: 1em;
	height: 1em;
	overflow: hidden;
	left: -9999em;
	top: auto;
}

footer .dark {
	padding: 0.5em 0;
}

.top_of_page {
	position: relative;
	display: block;
	clear: both;
	width: 7em;
	margin: 0 auto;
	padding: 0.5em;
	background: #333;
	font-size: 0.8em;
	text-align: center;
	color: #eee;
	transition: padding 0.3s ease;
}

.top_of_page::before {
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	top: 0;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-bottom-width: 0.5em;
	border-left: 4em solid transparent;
	border-right: 4em solid transparent;
	content: ' ';
	transition: top 0.3s ease;
}

.top_of_page::after {
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	bottom: 0;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-bottom-width: 1px;
	border-left: 4em solid transparent;
	border-right: 4em solid transparent;
	content: ' ';
	transition: border-bottom-width 0.3s ease;
}

.top_of_page:hover,
.top_of_page:focus {
	padding-top: 0.1em;
	padding-bottom: 0.9em;
	background: #354b8c;
	text-decoration: none;
	color: #eee;
	transition: padding 0.2s ease;
}

.top_of_page:hover::before,
.top_of_page:focus::before {
	top: -0.45em;
	border-bottom-color: #354b8c;
	transition: top 0.2s ease;
}

.top_of_page:hover::after,
.top_of_page:focus::after {
	border-bottom-width: 0.5em;
	border-bottom-color: #1f1f1f;
	transition: border-bottom-width 0.2s ease;
}

.footer_utility_links {
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
	text-align: center;
}

.footer_utility_links li {
	display: inline-block;
	margin: 0 0.15em 0.3em;
}

.footer_utility_links a {
	display: block;
	padding: 0.5em 0.76em;
	border-radius: 15em;
	background: #333;
	color: #fff;
}

.footer_utility_links a:focus,
.footer_utility_links a:hover {
	background: #111;
	text-decoration: none;
	color: #fff;
}


/* section contact details in footer
------------------------------------------------------------ */

.contact_toggle {
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 1em 3em 1em 1em;
	background: #333;
	border-radius: 0.6em;
	font-size: 0.7em;
	text-decoration: none;
	color: #aaa;
}

a.contact_toggle:hover,
a.contact_toggle:focus {
	background: #222;
	text-decoration: none;
}

.contact_toggle h2 {
	margin: 0;
	line-height: normal;
}

.contact_toggle h2 b {
	display: block;
	font-weight: normal;
	color: #eee;
}

.contact_toggle::after {
	display: block;
	position: absolute;
	right: 0.5em;
	top: 0.3em;
	font-family: 'FontAwesome';
	font-size: 2em;
	content: '\f107';
}

.contact_toggle.active {
	box-shadow: 0 0.3em 0.5em -0.1em rgba(0, 0, 0, 0.5);
}

.contact_toggle.active::after {
	content: '\f106';
}

#page_footer {
	box-sizing: border-box;
	padding: 1em;
	background: #eee;
	color: #444;
}

#page_footer.collapsed {
	display: none;
}

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

.page_footer_links a {
	display: block;
	color: #eee;
}

.page_footer_links a:focus,
.page_footer_links a:hover {
	color: #eee;
}

.site_address {
	font-size: 0.9em;
}

.site_address p:last-child {
	margin: 0;
}

.site_address dl {
	margin: 0;
}

.site_address dt {
	position: absolute;
	left: -9999px;
	top: auto;
}

.site_address dd {
	margin: 0 0 0.5em;
	padding: 0;
}

.site_address dd:last-child {
	margin: 0;
}

.site_address a {
	text-decoration: none;
	color: #354b8c;
}

.site_address a:hover,
.site_address a:focus {
	color: #444;
}


/* global footer
------------------------------------------------------------ */

.global_contact {
	background-image: url(../../images/layout/british_isles_sm.png);
	background-repeat: no-repeat;
	background-size: 10em;
	background-position: right center;
}

.global_social {
	margin: 0 0 2em;
}

.global_social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 2em;
	text-align: center;
}

.global_social li {
	display: inline;
	margin: 0 0.5em 0 0;
}

.global_social li:last-child {
	margin: 0;
}

.global_social a {
	text-decoration: none;
	color: #ccc;
}

.global_social a:hover,
.global_social a:focus {
	text-decoration: none;
}

a.fa-youtube-square:hover,
a.fa-youtube-square:focus {
	color: #e52d27;
}

a.fa-twitter:hover,
a.fa-twitter:focus {
	color: #1DA1F2;
}

a.fa-linkedin-square:hover,
a.fa-linkedin-square:focus {
	color: #0077B5;
}

a.fa-facebook-square:hover,
a.fa-facebook-square:focus {
	color: #3b5998;
}

a.fa-facebook-official:hover,
a.fa-facebook-official:focus {
	color: #3b5998;
}

a.fa-pinterest:hover,
a.fa-pinterest:focus {
	color: #e52d27;
}

a.fa-instagram:hover,
a.fa-instagram:focus {
	color: #3b5998;
}

a.fa-weibo:hover,
a.fa-weibo:focus {
	color: #e52d27;
}

.global_footer h2 {
	margin: 1.2em 0 0.3em;
}

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

.footer_links a {
	display: block;
	margin: 0 0 1px;
	padding: 0.6em;
	background: #444;
	text-decoration: none;
	color: #eee;
}

.footer_links a:hover,
.footer_links a:focus {
	background: #354b8c;
	color: #fff;
}

.legals,
.where_are_we {
	margin: 0.7em 0 0;
	font-size: 0.8em;
	
}

.legals li a {
	padding: 0.5em;
	background: #222;
	color: #fff;
	transition: background 0.3s ease-out;
}

.legals li a:hover,
.legals li a:focus {
	background: #444;
	text-decoration: none;
	transition: background 0s;
}

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

.utility li {
	margin: 0 0 0.5em;
}

.utility a {
	display: block;
	color: #f4c900;
}

.charity {
	text-align: center;
	font-size: 0.8em;
	line-height: 1;
	color: #888;
}

.charity p {
	margin: 0.7em 0;
	color: rgba(255, 255, 255, 0.7);
}


/* misc styles
------------------------------------------------------------ */

.offscreen {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	clip-path: inset(100%);
	clip: rect(1px 1px 1px 1px); /* IE 6/7 */
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.hidden {
	display: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
	width: 100%;
    content: ' ';
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.responsive_table {
	overflow-x: auto;
}


/**
 * Heritage Dark Theme
 *
 * Created 14 Feb 2017
 * Updated 14 Feb 2017
 *
 * @author M Patterson
 */

/**
 * Colours 
 * Yellow = #f4c900
 * Yellow Light = #ffff77
 * Blue Background Dark = #354b8c
 * Blue Background Mid =  #1F3165
 * Blue Background Light = #354b8c
 * Orange Dark = #d34416
 */


/* Header area - global nav, section nav and page heading 
------------------------------------------------------------ */

#cookie_info_button {
	background: #f4c900;
	color: #5a5a5a;
}

#section_heading {
	background: #354b8c;
}

#section_heading a {
	background: #1F3165;
	color: #fff;
}

#section_heading a::before {
	background: #1F3165;
}

#section_heading a::after {
	border-bottom: 6em solid #1F3165;
}

.page_heading {
	background: #f4c900;
}

.page_heading h1,
.page_heading b {
	background: #f4c900;
	color: rgba(0, 0, 123, 0.7);
}


/* Left hand navigation 
------------------------------------------------------------ */
  
#primary_nav ul:first-child li:last-child a.current {
	border-left: 4px solid #f4c900;
}

#primary_nav a.current {
	border-left: 4px solid #f4c900;
}


/* Features 
------------------------------------------------------------ */
  
.feature_box .feature_content > h2:first-child::before {
	border-bottom: 0.16em solid #f4c900;
}

.tabcordion_wrapper > .tabcordion_nav > li a[aria-selected='true'] {
	background: transparent;
	box-shadow: 0 -6px 0 #f4c900 inset;
}

.feature_related.no_image {
	background: #1F3165;
	color: #fff;
}


/* Tabcordion
------------------------------------------------------------ */
 
.tabcordion_loaded.tabcordion > dt a {
	color: #fff;
	background: #1F3165;
}

.tabcordion_loaded.tabcordion > dt a:hover {
	background: #354b8c;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.47);
}

.tabcordion_loaded > dt a[aria-selected='true'], 
.tabcordion_loaded .tabcordion_loaded .tabcordion_loaded > dt a[aria-selected='true'] {
	background: #354b8c;
}

time {
	color: #767676;
}


/* Pagination
------------------------------------------------------------ */

.pagination a {
	background: #354B8C;
	color: #fff;
}

	
/* Blog 
------------------------------------------------------------ */

#blog_list header time span:last-child, 
#blog_article header time span:last-child {
	background: #1F3165;
}

#comments li:before {
	color: #f4c900;
}

#comments .admin_reply span:first-child:before {
	color: #f4c900;
}


/* Forms
------------------------------------------------------------ */
  
#form_container legend {
	background: #1F3165;
}


/* a to z
------------------------------------------------------------ */
 
.a_to_z {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
}

.a_to_z li {
	display: inline-block;
	float: left;
	margin: 0 0.2em 0.2em 0;
}

.a_to_z a,
.a_to_z b,
.a_to_z strong {
	display: block;
	width: 1.8em;
	height: 1.8em;
	padding: 0.5em;
	background: #005d93;
	line-height: 1.8em;
	text-align: center;
	font-weight: normal;
	color: #fff;
}


.a_to_z a {
	background: #354b8c;
	color: #fff;
}

.a_to_z b,
.a_to_z strong {
	background: none;
	color: #444;
}

.a_to_z a:hover, 
.a_to_z a:focus {
	background: #1F3165;
}

.a_to_z a:active {
	background: #f4c900;
	color: #444;
}

.lede {
	font-size: 1.2em;
}


/* Phase 2 styles in content that need to be replicated in responsive
------------------------------------------------------------ */

/* It's not even green anymore! */
.green_button {
	background-color: #D64300;
	color: #fff;
	border-radius: 15em;
	padding: 0.5em 1em;
	transition: background-color ease 0.3s;
}

.green_button:hover,
.green_button:focus {
	background-color: #A03200;
	text-decoration: none;
}

a.green_button[target $="_blank"]:after {
    color: #fff;
}


/* progressive enhancement
------------------------------------------------------------ */

.no_js .global_header {
	position: static;
	height: auto;
}

.no_js .uni_logo {
	float: left;
	position: static;
	height: auto;
}

.no_js .toggle_controls {
	float: right;
	position: static;
    margin-top: 1.3em;
	margin-right: 5%;
}

.no_js .uni_menu_toggle span {
	display: none;
}

.no_js .uni_menu {
	float: right;
	position: static;
	width: auto;
	padding-top: 1.5em;
}

.no_js #global_search {
	clear: both;
	position: static;
	margin: 0 0 1em;
}

.no_js #global_search ul {
	float: none;
}

.responsive_list {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	margin: 0;
}


/* ================================================================================
 *																	media queries
 * ================================================================================ */


@media speech, aural {
	a[href^='tel:'] {
		speak-numeral: digits;
	}
}


/* responsive
------------------------------------------------------------ */

@media only screen and (min-width: 300px) {
	.uni_search_toggle span,
	.uni_menu_toggle span {
		display: inline;
	}
}


@media only screen and (min-width: 320px) {
	.utility_nav li {
		width: 33.333%;
	}

	.utility_nav li:nth-child(3) {
		display: inline-block;
	}
}


@media screen and (min-width: 360px) {
	.no_js .uni_menu_toggle span {
		display: inline;
	}

	#section_nav_wrapper {
		min-width: 22em;
	}

	.quick_links_col {
		float: left;
		width: 49%;
		margin-right: 2%;
	}

	.quick_links_col:last-child {
		margin-right: 0;
	}
}


@media screen and (min-width: 440px) {
	.legals {
		text-align: center;
	}

	.legals li {
		display: inline-block;
	}

	.legals li a,
	.legals li a:hover,
	.legals li a:focus {
		background: inherit;
	}

	.legals li a:hover,
	.legals li a:focus {
		text-decoration: underline;
	}

	.charity {
		clear: both;
	}
}


@media only screen and (min-width: 480px) {
	.uni_logo {
		width: auto;
		left: 5%;
		right: auto;
		text-align: left;
		transition: left 0.3s ease;
	}

	.toggle_controls {
		float: right;
		width: auto;
		left: auto;
		right: 5%;
		top: 1.3em;
		transition: right 0.3s ease;
	}

	.uni_search_toggle span,
	.uni_menu_toggle span {
		display: none;
	}

	#global_search {
		box-sizing: border-box;
		top: 5em;
		text-align: right;
		border-left: 0.5em solid #fff;
		border-right: 0.5em solid #fff;
		border-bottom: 0.5em solid #fff;
	}

	.contact_toggle,
	#page_footer {
		max-width: 480px;
	}

	.utility_nav ul {
		transition: margin-right 0.3s ease;
	}

	#global_search ul {
		display: block;
		margin: 0 auto;
		float: right;
	}
	
	body > header {
		margin: 0 0 2em;
	}

	.global_contact img {
		max-width: 70%;
	}

	.global_header {
		height: 5em;
	}

	.utility_nav ul {
		margin-right: 0.6em;
		text-align: right;
	}

	.utility_nav li {
		float: none;
		width: auto;
		line-height: 1.5em;
	}

	#section_nav_wrapper.active {
		top: 5em;
	}

	.feature_listbox .feature_image {
		position: relative;
		float: left;
		width: 29.666%;
		margin: 0;
	}

	.feature_listbox .feature_box .feature_content {
		float: left;
		width: 64.834%;
		margin: 0 0 0 5.5%;
	}

	.feature_listbox .feature_box .feature_content > h2 {
		margin: 0 0 2em;
		padding: 0;
	}

	.feature_listbox .feature_more {
		float: right;
		padding: 0;
		text-align: right;
	}

	.feature_tabs_1box .feature_image {
		position: relative;
		float: left;
		width: 29.666%;
		margin: 0;
	}

	.feature_tabs_1box .feature_box .feature_content {
		float: left;
		width: 64.834%;
		margin: 0 0 0 5.5%;
	}

	.feature_tabs_1box .feature_box .feature_content > h2 {
		margin: 0 0 2em;
		padding: 0;
	}

	.feature_tabs_1box .feature_more {
		padding: 0;
		text-align: right;
	}

	.feature_slideshow .feature_box .feature_content ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.feature_tabs_2box .feature_image {
		position: relative;
		float: left;
		width: 29.666%;
		margin: 0;
	}

	.feature_tabs_2box .feature_box .feature_content {
		float: left;
		width: 64.834%;
		margin: 0 0 0 5.5%;
	}

	.feature_tabs_2box .feature_box .feature_content > h2 {
		margin: 0 0 2em;
		padding: 0;
	}

	.feature_tabs_2box .feature_more {
		float: right;
		padding: 0;
		text-align: right;
	}

	.feature_related .feature_image {
		position: relative;
		float: left;
		width: 29.666%;
		margin: 0;
	}

	.feature_related .feature_box .feature_image + .feature_content {
		margin-top: 0;
	}

	.feature_related .feature_box .feature_content {
		float: left;
		width: 64.834%;
		margin: 0 0 0 5.5%;
		padding: 0;
	}

	.feature_related.no_image .feature_box .feature_content {
		width: auto;
	}

	.feature_related .feature_box .feature_content > h2 {
		max-width: none;
		padding: 0;
	}

	.feature_related .feature_content > h2::after {
		display: none;
	}

	.feature_related .feature_more {
		float: right;
		padding: 0;
		text-align: right;
	}

	.subsection_column .feature_related.no_image .feature_content {
		float: none;
		width: auto;
		margin: 0 0 1em;
	}

	.content_column .feature_related .feature_image {
		position: relative;
		float: left;
		width: 29.666%;
		margin: 0;
	}

	.content_column .feature_related .feature_box .feature_image + .feature_content {
		margin-top: 0;
	}

	.content_column .feature_related .feature_box .feature_content {
		float: left;
		width: 64.834%;
		margin: 0 0 0 5.5%;
		padding: 0;
	}

	.content_column .feature_related.no_image .feature_box .feature_content {
		width: auto;
	}

	.content_column .feature_related .feature_box .feature_content > h2 {
		max-width: none;
		padding: 0;
	}

	.content_column .feature_related .feature_content > h2::after {
		display: none;
	}

	.content_column .feature_related .feature_more {
		float: right;
		padding: 0;
		text-align: right;
	}

	.content_column .feature_related.no_image .feature_content,
	.subsection_column .feature_related.no_image .feature_content {
		float: none;
	}
	
	.content_column .feature_related.no_image .feature_content {
		margin: 0;
	}

	.feature_2box .feature_image {
		position: relative;
		float: left;
		width: 29.666%;
		margin: 0;
	}

	.feature_2box .feature_image::after {
		position: absolute;
		right: 0;
		bottom: 0;
		border-top: 2em solid transparent;
		border-right: 2em solid #fff;
		content: ' ';
	}

	.feature_2box .feature_box .feature_content {
		float: left;
		width: 64.834%;
		margin: 0 0 0 5.5%;
		padding: 0;
	}

	.feature_2box .feature_box .feature_content > h2 {
		max-width: none;
		padding: 0;
	}

	.feature_2box .feature_content > h2::after {
		display: none;
	}

	.feature_2box .feature_more {
		float: right;
		padding: 0;
		text-align: right;
	}

	.feature_3box .feature_image {
		position: relative;
		float: left;
		width: 29.666%;
		margin: 0;
	}

	.feature_3box .feature_box .feature_content {
		float: left;
		width: 64.834%;
		margin: 0 0 0 5.5%;
	}

	.feature_3box .feature_box .feature_content > h2 {
		max-width: none;
		margin: 0 0 2em;
		padding: 0;
		background: inherit;
	}

	.feature_3box .feature_box .feature_content > h2::after {
		display: none;
	}

	.feature_3box .feature_more {
		float: right;
		padding: 0;
		text-align: right;
	}

	.results_indicator {
		display: inline-block;
		float: right;
		margin-left: 2em;
		text-align: right;
	}

	.responsive_list {
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	}
}


@media screen and (min-width: 600px) {
	body {
		font-size: 17px;
	}

	#primary_nav.collapsed {
		display: block;
	}

	#primary_nav_toggle.toggle {
		display: none;
	}

	.photo_right_aligned {
		float: right;
		margin: 0 0 1em 1em;
	}

	body > footer > .map > .abdn_col {
		position: relative;
	}

	.global_contact {
		float: left;
		width: 50%;
		margin: 0;
	}

	.global_contact img {
		max-width: 100%;
	}

	.global_social {
		position: absolute;
		right: 5%;
		bottom: 0;
	}

	.global_social ul {
		text-align: right;
	}

	.global_social h2 {
		position: relative;
		width: auto;
		height: auto;
		overflow: visible;
		left: auto;
		margin: 0 0 0.3em;
		text-align: right;
	}

	#global_search fieldset {
		border: 1em solid #E5E5E5;
		border-radius: 0.3em;
		background-color: #E5E5E5;
	}

	#global_search button {
		width: 16%;
		height: 55px;
		padding: 0.595em 0;
		border: 0;
		-webkit-border-radius: 0 0.3em 0.3em 0;
		border-radius: 0 0.3em 0.3em 0;
		font-size: 1.5em;
	}

	#global_search #q {
		float: left;
		width: 44%;
		height: 55px;
		padding: 0.9em 0.3em 0.9em 1em;
		border: 1px solid #fff;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	#global_search #q:focus {
		border-color: #fdffce;
	}

	#within {
		width: 40%;
		height: 55px;
		padding: 0.9em 2.5em 0.9em 1em;
		border-radius: 0.3em 0 0 0.3em;
		background-position: calc(100% - 20px) 50%;
		margin-bottom: 0;
	}

	.uni_search_toggle span,
	.uni_menu_toggle span {
		display: inline;
	}

	#section_top_level {
		display: block;
	}


	/* priority+
	------------------------------------------------------------ */

	.priority_plus_more {
		position: relative;
		float: right;
	}

	.priority_plus_more .more_list {
		right: 20000px;
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.5s linear;
	}

	.priority_plus_more.active .more_list  {
		right: 0;
		min-width: 12em;
		max-width: 100%;
		visibility: visible;
		opacity: 1;
		z-index: 3;
	}

	#section_top_level .priority_plus_more > a {
		border-bottom: 0;
		padding: 0.7em 1em;
	}

	#section_top_level .priority_plus_more.active > a,
	#section_top_level .priority_plus_more:hover > a {
		background: #005d93;
		color: #fff;
	}

	.more_list {
		position: absolute;
		right: 0;
		top: 100%;
		margin: 2px 0 0 0;
		padding: 0;
		background: rgb(23, 70, 158);
		z-index: 3;
	}

	.more_list li {
		display: block;
	}

	#section_top_level .priority_plus_more > a:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 5px 0 5px;
		border-color: #fff transparent transparent transparent;
		display: inline-block;
		position: relative;
		top: -1px;
		margin-left: 4px;
		transform: rotateZ(360deg);
		transition: transform 0.3s ease-in-out;
	}

	#section_top_level .priority_plus_more > a:hover:after,
	#section_top_level .priority_plus_more > a:focus:after {
		border-color: #fff transparent transparent transparent;
	}

	#section_top_level .priority_plus_more:active > a:after,
	#section_top_level .priority_plus_more.active > a:after {
		border-color: #fff transparent transparent transparent;
		transform: rotateZ(180deg);
	}

	#section_top_level .more_list a {
		display: block;
		max-width: none;
		padding: 0.7em 1em;
		border-left: 6px solid #003C5F;
		border-bottom: 0;
		text-align: left;
	}

	#section_top_level .more_list a.current {
		border-left-color: #f4c900;
	}

	.breadcrumb {
		display: block;
	}

	.breadcrumb ol {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 0;
	}

	.breadcrumb li {
		display: inline-block;
		padding: 0.3rem 0;
		white-space: nowrap;
		font-size: 1rem;
	}

	.breadcrumb li:after {
		display: inline-block;
		padding: 0 0.5em;
		font-size: 1.2em;
		line-height: 1rem;
		content: '/';
		color: #aaa;
	}

	.breadcrumb li:last-child:after {
		content: '';
	}

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

	.breadcrumb a:hover,
	.breadcrumb a:focus {
		text-decoration: underline;
	}

	.page_header {
		position: relative;
		margin: 0 0 1em;
	}

	.page_heading {
		position: absolute;
		overflow: hidden;
		width: 100%;
		bottom: 1em;
		background: none;
	}

	.page_heading.no_image {
		position: relative;
		bottom: auto;
		margin: 1em 0;
	}

	.page_heading h1,
	.page_heading b {
		display: inline-block;
		position: relative;
		z-index: 1;
		bottom: 0;
		margin: 0;
		padding-right: 3em;
	}

	.page_heading h1::before,
	.page_heading b::before {
		display: block;
		position: absolute;
		z-index: -1;
		width: 3000%;
		height: 100%;
		top: 0;
		margin-left: -3000%;
		background: #f4c900;
		content: ' ';
	}

	.page_heading h1::after,
	.page_heading b::after {
		display: block;
		position: absolute;
		z-index: -1;
		width: 1.6em;
		right: -6em;
		top: 0;
		border-bottom: 6em solid #f4c900;
		border-right: 6em solid transparent;
		content: ' ';
	}

	.abdn_row_padded.map {
		position: relative;
		padding-top: 3em;
	}

	.top_of_page {
		position: absolute;
		right: 5%;
		bottom: 0;
	}

	.top_of_page:hover,
	.top_of_page:focus {
		padding-top: 0.5em;
		padding-bottom: 1em;
	}

	.top_of_page:hover::after,
	.top_of_page:focus::after {
		border-bottom-color: #333;
	}

	#section_top_level {
		background: #1F3165;
	}
	
	ul.top_level {
		border-top: 2px solid #1F3165;
	}

	#section_top_level a {
		border-bottom: 6px solid #1F3165;
		background: #1F3165;
		color: rgba(255, 255, 255, 0.9);
	}

	#section_top_level .more_list a {
		border-left: 6px solid #1F3165;
	}

	#section_top_level a:hover,  
	#section_top_level a:focus {
		border-bottom-color: #f4c900;
		color: #fff;
		background: #354b8c;
	}

	#section_top_level a.current {
		border-bottom-color: #f4c900;
	}

	#section_top_level .priority_plus_more.active > a,  
	#section_top_level .priority_plus_more:hover > a {
		background: #354b8c;
		color: #fff;
	}

	/* Drop Down Menu Button*/
	.uni_menu .uni_menu_button {
		background: #f4c900;
		color: #444;
	}
	
	/* Drop Down Menu Text Box*/
	.uni_menu_text_box {
		background-color: #f1f1f1;
		color: #444;
	}

	.uni_menu > ul > li.hover > a,  
	.uni_menu > ul > li > a.hover,  
	.uni_menu > ul > li > a:focus {
		background: #005d93;
		color: #fff;
	}

	#section_heading {
		background: #354b8c;
	}

	.page_heading {
		background: none;
	}

	.page_heading h1::before,
	.page_heading b::before {
		background: #f4c900;
	}

	.page_heading h1::after,
	.page_heading b::after {
		border-bottom: 6em solid #f4c900;
		border-right: 6em solid transparent;
	}


	/* search / calendar widgets
	------------------------------------------------------------ */

	.search_widget,
	.calendar_widget {
		float: left;
		width: 47.25%;
		margin-right: 5.5%;
	}

	.search_widget:last-child,
	.calendar_widget:last-child {
		margin-right: 0;
	}
}


@media screen and (min-width: 640px) {
	.students_staff {
		margin: -1em -2% 1em;
	}

	.twitter_embedded {
		float: right;
		width: 48%;
		margin: 0 0 2em 4%;
	}

	.feature_2box .feature_box {
		float: left;
		width: 47.25%;
		margin: 0 5.5% 0 0;
		padding: 0;
		border: 0;
	}

	.feature_2box .feature_box:last-child {
		clear: none;
		margin-right: 0;
		padding: 0;
		border-top: 0;
	}

	.feature_2box .feature_image {
		float: none;
		width: 100%;
	}

	.feature_2box .feature_image::after {
		display: none;
	}

	.feature_2box .feature_box .feature_content {
		float: none;
		width: auto;
		margin: -2em 0 0 0;
	}

	.feature_2box .feature_box .feature_content > h2 {
		max-width: 70%;
		margin: 0 0 2em;
		padding: 0.6em 1em 0 0;
	}

	.feature_2box .feature_content > h2::after {
		display: inline-block;
	}

	.feature_2box .feature_more {
		float: none;
		text-align: left;
	}
}


@media screen and (min-width: 680px) {
	.pagination ol,
	.pagination ul {
		display: inline;
	}
}


@media screen and (min-width: 740px) {
	.full_width .a_to_z {
		margin-left: 2%;
	}

	.full_width .a_to_z li:nth-child(14) {
		clear: left;
	}

	.full_width .a_to_z li {
		width: calc(100% / 14);
	}

	.full_width .a_to_z a,
	.full_width .a_to_z b {
		width: auto;
	}
}


@media screen and (min-width: 700px) {
	.utility a {
		display: inline;
	}

	.footer_links {
		float: left;
		width: 32%;
		margin: 0 2% 1em 0;
	}

	.footer_links:last-of-type {
		margin-right: 0;
	}
}


@media screen and (min-width: 760px) {
	.footer_utility_links {
		float: right;
		max-width: 50%;
		margin: 0;
		text-align: right;
	}

	.feature_slideshow .feature_box .feature_content ul {
		-webkit-column-count: 2;
		-moz-column-count: 3;
		column-count: 3;
	}

	.content_column .feature_related {
		float: right;
		clear: right;
		width: 29.666%;
		margin: 0 0 2em 5.5%;
	}

	.content_column .feature_related .feature_image {
		float: none;
		width: 100%;
	}

	.content_column .feature_related .feature_image::after {
		display: none;
	}

	.content_column .feature_related .feature_box .feature_content {
		float: none;
		width: auto;
		margin: -2em 0 0 0;
	}

	.content_column .feature_related .feature_box .feature_image + .feature_content {
		margin-top: -2em;
	}

	.content_column .feature_related .feature_box .feature_content > h2 {
		max-width: 70%;
		margin: 0 0 2em;
		padding: 0.6em 1em 0 0;
	}

	.content_column .feature_related .feature_content > h2::after {
		display: inline-block;
	}

	.content_column .feature_related .feature_more {
		float: none;
		text-align: left;
	}

	.content_column .feature_related.no_image .feature_box .feature_content {
		margin-top: 0;
	}

	.content_column .feature_related.no_image .feature_box .feature_content > h2 {
		max-width: 100%;
		padding: 00;
	}

	.content_column .feature_related.no_image .feature_content > h2::after {
		display: none;
	}
}


@media screen and (min-width: 800px) {
	.page_heading h1,
	.page_heading b {
		max-width: 70%;
		font-size: 2em;
	}

	.global_contact {
		max-width: 18em;
	}

	.global_contact img {
		max-width: 100%;
	}

	.fullwidth_left_column {
		float: left;
		width: 64.832%;
		margin-right: 5.5%;
	}

	.fullwidth_right_column {
		float: left;
		width: 29.666%;
	}

	.fullwidth_left_column .abdn_row_padded,
	main > .abdn_row > .abdn_col .fullwidth_left_column .abdn_row_padded:last-child {
		padding: 0;
	}

	.syndicated_details .image_wrapper,
	.syndicated_details .pullquote,
	.syndicated_details .pullquote_small {
		float: right;
		clear: right;
		width: 19em;
		margin: 0.5em -42.857% 2em 2em;
	}

	.syndicated_details .image_wrapper {
		max-width: 19em;
		float: right;
		margin: 0.5em -42.857% 2em 2em;
	}

	.syndicated_details .pullquote {
		float: right;
		width: 19em;
		margin: 0.5em -42.857% 2em 2em;
	}

	.syndicated_details .pullquote blockquote {
		padding: 0;
	}
}


@media screen and (min-width: 860px) {
	.feature_3box .feature_box {
		float: left;
		width: 29.666%;
		margin: 0 5.5% 0 0;
		padding: 0;
		border: 0;
	}

	.feature_3box .feature_box::before {
		display: none;
	}

	.feature_3box .feature_box:last-child {
		margin-right: 0;
	}

	.feature_3box .feature_image {
		float: none;
		width: 100%;
	}

	.feature_3box .feature_image::after {
		display: none;
	}

	.feature_3box .feature_box .feature_content {
		float: none;
		width: 100%;
		margin: -2em 0 0 0;
	}

	.feature_3box .feature_box .feature_content > h2 {
		max-width: 70%;
		margin: 0 0 2em;
		padding: 0.6em 1em 0 0;
		background: #fff;
	}

	.light .feature_3box .feature_box .feature_content > h2 {
		background: #eee;
	}

	.feature_3box .feature_box .feature_content > h2::after {
		display: inline-block;
	}

	.feature_3box .feature_more {
		float: none;
		text-align: left;
	}
}


@media screen and (min-width: 900px) {
	.feature_tabs_1box .feature_box {
		float: right;
		width: 29.666%;
		padding: 0;
		border: 0;
	}

	.feature_tabs_1box .feature_box:nth-child(n+3) {
		clear: none;
		margin-right: 0;
	}

	.feature_tabs_1box .feature_image {
		float: none;
		width: 100%;
	}

	.feature_tabs_1box .feature_image::after {
		display: none;
	}

	.feature_tabs_1box .feature_box .feature_content {
		float: none;
		width: 100%;
		margin: -1.9em 0 0 0;
	}

	.feature_tabs_1box .feature_box .feature_content > h2 {
		margin: 0 0 2em;
		padding: 0.6em 1em 0 0;
	}

	.feature_tabs_1box .feature_more {
		text-align: left;
	}

	.feature_tabs_1box .tabcordion_wrapper {
		float: left;
		width: 64.834%;
		margin: 0 5.5% 0 0;
	}

	.feature_slideshow .slideshow_wrapper {
		margin: 0;
	}

	.feature_slideshow .slideshow_wrapper .abdn_col::before {
		display: none;
	}

	.feature_slideshow .feature_box {
		float: right;
		width: 29.666%;
		margin: 0;
		padding: 0;
		border: 0;
	}

	.feature_slideshow .feature_box:nth-child(n+3) {
		clear: none;
		margin-right: 0;
	}

	.feature_slideshow .feature_image {
		float: none;
		width: 100%;
	}

	.feature_slideshow .feature_image::after {
		display: none;
	}

	.feature_slideshow .feature_box .feature_content {
		float: none;
		width: 100%;
		margin: 0;
	}

	.feature_slideshow .feature_box .feature_image + .feature_content {
		margin-top: -2em;
	}

	.feature_slideshow .feature_box  .feature_content ul {
		-webkit-column-count: 2;
		-moz-column-count: 1;
		column-count: 1;
	}

	.feature_slideshow .feature_box .feature_content > h2 {
		margin: 0 0 2em;
	}

	.feature_slideshow .feature_box .feature_image + .feature_content > h2 {
		padding: 0.6em 1em 0 0;
	}

	.feature_slideshow .feature_more {
		text-align: left;
	}

	.feature_slideshow .slideshow_wrapper {
		float: left;
		width: 64.834%;
	}

	.feature_tabs_1box .tab_group {
		margin: 0;
	}
}


@media screen and (min-width: 940px) {
	.global_header {
		height: 5em;
		z-index: 1001;
	}

	.utility_nav ul {
		margin: 0;
	}

	.content_column {
		float: right;
		width: 64.834%;
		margin: 0 0 0 5.5%;
	}

	.subsection_column {
		float: left;
		width: 29.666%;
	}

	#section_nav_wrapper,
	#section_nav_wrapper.can_toggle,
	#section_nav_wrapper.active {
		display: block;
		position: inherit;
		visibility: visible;
		min-width: inherit;
		background: none;
		transition: none;
	}

	#section_nav {
		transform: none;
	}

	#section_nav > h2 {
		position: absolute;
		overflow: hidden;
		width: 1em;
		height: 1em;
		left: -9999em;
		top: auto;
	}

	.full_width #section_nav_wrapper,
	.full_width #section_nav_wrapper.can_toggle,
	.full_width #section_nav_wrapper.active,
	#modal_fade.active {
		display: none;
	}

	.global_nav,
	.uni_menu_toggle {
		display: none;
	}

	.utility_nav {
		width: auto;
		left: auto;
		right: 5%;
		background: none;
	}

	.utility_nav a {
		color: #444;
	}

	.utility_nav a:hover,
	.utility_nav a:focus {
		background: none;
		text-decoration: underline;
		color: #444;
	}

	.toggle_controls {
		top: 1.5em;
	}

	#global_search {
		top: 5em;
	}


	/* ss animations
	------------------------------------------------------------ */
	@keyframes fadeIn {
		0%   { opacity: 0; }
		100% { opacity: 1; }
	}
	
	@keyframes fadeOut {
		0%   { opacity: 1; }
		100% { opacity: 0; }
	}
	
	
	/* global nav
	------------------------------------------------------------ */
	.uni_menu {
		box-sizing: border-box;
		position: absolute;
		display: block;
		z-index: 3;
		width: 100%;
		left: 0;
		right: 0;
		top: 1.5em;
		padding-right: 10.5em;
		text-align: right;
	}

	.no_js .uni_menu {
		padding-right: 3.5em;
	}

	.uni_menu_show_mobile_only {
		display: none !important;
	}

	.uni_menu > ul {
		display: block;
		z-index: 4;
	}

	.uni_menu > ul {
		border-bottom: 0;
		padding-top: 2px;
	}

	.uni_menu > ul > li {
		display: inline-block;
		line-height: normal;
		text-align: left;
	}

	.uni_menu > ul > li > a {
		padding: 0.3em 1.2em;
		border: 0;
	}

	.uni_menu a {
		display: inline-block;
		padding: 0;
		border: 0;
		color: #fff;
	}

	.uni_menu > ul > li > a.uni_menu_button {
		background: transparent;
		font-weight: normal;
		border: 1px solid #E5E5E5;
		margin-bottom: 0;
		color: #444;
		padding: 0.3em 1.2em;
		position: relative;
	}

	.uni_menu > ul > li.hover > a.uni_menu_button {
		border-radius: 0;
		box-shadow: none;
	}

	.uni_menu > ul > li.hover > a,
	.uni_menu > ul > li > a.hover,
	.uni_menu > ul > li > a:focus {
		padding-bottom: 1.3em; /* magic numbers ftw! */
		border-radius: 0;
		background: #005d93;
		color: #fff;
	}

	.uni_menu > ul > li > ul {
		position: absolute;
		left: 0;
		display: block;
		visibility: hidden; 
		color: #fff;
		background: #005d93;
		padding: 2% 2% 2.5%;
		width: 100%;
		margin-top: -1px;
		animation: fadeOut 0.3s;
	}

	.uni_menu > ul > li.hover > ul,
	.uni_menu > ul > li > a.hover + ul,
	.uni_menu > ul > li > a.focus + ul {
		visibility: visible; 
		animation: fadeIn 0.3s;
		box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.7);
	}

	.uni_menu > ul > li > a:active + ul {
		display: none;
	}

	.uni_menu > ul > li > ul a {
		text-decoration: none;
		color: #fff;
	}

	.uni_menu > ul > li > ul a:hover,
	.uni_menu > ul > li > ul a:focus {
		text-decoration: underline;
	}

	.uni_menu > ul > li > ul > li {
		float: left;
		width: 23.5%;
		margin-right: 2%;
		line-height: 2;
	}

	.uni_menu > ul > li > ul > li:last-child {
		margin-right: 0;
	}

	.uni_menu > ul > li > ul > li > a {
		font-weight: bold;
		line-height: 1;
		padding: 0;
	}

	.uni_menu > ul > li > ul > li > ul {
		padding: 0;
	}

	.uni_menu .uni_menu_button {
		display: block;
		background: #003c5f;
		border-radius: 1.5em;
		color: #fff;
		border: 0;
		padding: 0.3em;
		text-align: center;
		margin-bottom: 0.3em;
		font-weight: bold;
	}

	.uni_menu > ul > li > ul a.uni_menu_button {
		width: 80%;
		padding: 0;
	}

	.uni_menu > ul > li > ul a.uni_menu_button:hover {
		text-decoration: none;
		border-bottom: 0;
		background-color: #002033;
	}

	.section_contact_details {
		width: 50%
	}

	.uni_menu_close a {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 0em 0.5em;
		color: #fff;
	}

	.uni_menu > ul > li > ul li.uni_menu_close a:hover {
		background: #111;
		text-decoration: none;
	}

	.uni_menu_text_box {
		width: 90%;
		margin: 1em 0 0 0;
		padding: 1em;
		background-color: #f1f1f1;
		font-size: 0.8em;
		color: #444;
	}

	.uni_menu i.fa {
		padding-left: 0.3em;
		opacity: 0.8;
	}

	.uni_menu_text_box dl {
		margin: 0 0 1em;
	}

	.uni_menu_text_box dt,
	.uni_menu_text_box dd {
		display: inline-block;
		float: left;
		width: 40%;
		margin: 0;
		padding: 0;
	}

	.uni_menu_text_box dd {
		width: 60%;
	}

	.uni_menu_text_box dd::before {
		display: inline-block;
		padding-right: 0.3em;
		content: ':'
	}

	.uni_menu > ul > li > ul .uni_menu_text_box a {
		border-bottom: 1px dotted;
	}

	.uni_menu > ul > li > ul .uni_menu_text_box a:hover,
	.uni_menu > ul > li > ul .uni_menu_text_box a:focus {
		border-bottom: 1px solid;
		text-decoration: none;
	}

	.uni_menu > ul > li > ul > li.uni_menu_2col {
		width: 42%;
		background: pink;
		margin-right: 4%;
	}

	.uni_menu li .menu_img {
		margin: 0;
		padding: 0;
		background: #1F3165;
		display: block;
		height: 180px;
		background-repeat: no-repeat;
		background-position: top left;
	}

	.uni_menu li .menu_img.menu_img_study {
		background-image: url(../../images/global_nav/nav-study2.jpg);
	}

	.uni_menu li .menu_img.menu_img_about {
		background-image: url(../../images/global_nav/nav-about-2.jpg);
	}

	.uni_menu li .menu_img.menu_img_research {
		background-image: url(../../images/global_nav/nav-research3.jpg);
	}

	.uni_menu li .menu_img.menu_img_alumni{
		background-image: url(../../images/global_nav/nav-alumni-wide2.jpg);
	}

	.uni_menu li .menu_img.menu_img_business {
		background-image: url(../../images/global_nav/nav-alumni-wide1.jpg);
	}

	.subsection_column .feature_related {
		width: 75%;
		margin: 0 auto 3em;
	}

	.subsection_column .feature_related:first-child::before {
		display: none;
	}

	.subsection_column .feature_related .feature_image {
		float: none;
		position: relative;
		width: 100%;
	}

	.subsection_column .feature_related .feature_box .feature_image + .feature_content {
		margin-top: -2em;
	}

	.subsection_column .feature_related .feature_box .feature_content {
		float: none;
		margin: 0;
		width: 100%;
	}

	.subsection_column .feature_related .feature_box .feature_content > h2 {
		max-width: 70%;
		margin: 0 0 2em;
		padding: 0.6em 1em 0 0;
	}

	.subsection_column .feature_related .feature_content > h2::before {
		position: absolute;
		width: 4em;
		left: 0;
		bottom: -1em;
		padding: 0.5em 0 0;
		border-bottom: 0.16em solid #f4c900;
		content: ' ';
	}

	.subsection_column .feature_related .feature_content > h2::after {
		display: inline-block;
		position: absolute;
		width: 2em;
		right: -2em;
		top: 0;
		z-index: -1;
		border-bottom: 2em solid #fff;
		border-right: 2em solid transparent;
		content: ' ';
	}

	.subsection_column .feature_related .feature_more {
		float: none;
		padding: 0;
		text-align: left;
	}

	.subsection_column .feature_related.no_image {
		padding: 0;
		width: 100%;
	}

	.subsection_column .feature_related.no_image .feature_box .feature_content > h2 {
		max-width: 100%;
		padding: 00;
	}

	.subsection_column .feature_related.no_image .feature_content > h2::after {
		display: none;
	}

	.subpage .feature_2box .feature_box {
		width: 45.76%;
		margin: 0 8.48% 0 0;
	}

	.subpage .feature_2box .feature_box:last-child {
		margin: 0;
	}

	.subpage .feature_3box .feature_box::before {
		display: block;
	}

	.subpage .feature_3box .feature_box:first-child::before {
		display: none;
	}

	.subpage .feature_3box .feature_box {
		float: none;
		width: 100%;
	}

	.subpage .feature_3box .feature_image {
		position: relative;
		float: left;
		width: 29.666%;
		margin: 0;
	}

	.subpage .feature_3box .feature_box .feature_content {
		float: left;
		width: 64.834%;
		margin: 0 0 0 5.5%;
	}

	.subpage .feature_3box .feature_box .feature_content > h2 {
		display: block;
		margin: 0 0 2em;
		padding: 0;
		background: inherit;
	}

	.subpage .feature_3box .feature_box .feature_content > h2::after {
		display: none;
	}

	.subpage .feature_3box .feature_more {
		float: right;
		padding: 0;
		text-align: right;
	}

	.pagination a,
	.pagination b {
		font-size: 0.8em;
	}

	.uni_menu > ul > li > ul {
		color: #fff;
		background: #1F3165;
	}

	.uni_menu > ul > li.hover > a,  
	.uni_menu > ul > li > a.hover,  
	.uni_menu > ul > li > a:focus {
		background: #1F3165;
		color: #fff;
	}

	.uni_menu > ul > li > ul a.uni_menu_button:hover {
		background-color: #ffff77;
	}

	.uni_menu ul li ul li.uni_menu_text_box a {
		color: #057DBC;
	}

	.full_width .responsive_list {
	    -webkit-column-count: 3;
	    -moz-column-count: 3;
	    column-count: 3;
		column-gap: 2em;
	}

	.syndicated_details  .image_wrapper {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 0 2em;
	}

	.syndicated_details .pullquote {
		float: none;
		width: 90%;
		margin: 2em auto;
	}

	.search_widget,
	.calendar_widget {
		float: none;
		width: 100%;
	}

	.search_widget {
		margin-right: 0;
	}
}


@media screen and (min-width: 960px) {
	body {
		font-size: 18px;
	}
}


@media screen and (min-width: 1000px) {
	.footer_links {
		width: 23.5%;
	}

	.legals,
	.where_are_we {
		line-height: 1;
	}	
	
	#global_search fieldset {
		width: 60%;
		margin-left: 30%;
	}

	#global_search p {
		margin: 2em 18% 0 0;
		text-align: right;
	}

	#global_search ul {
		text-align: right;
		padding-right: 5%;
	}

	.full_width .feature_tabs_2box .feature_wrapper,
	.full_width .feature_tabs_2box .tabcordion_wrapper {
		float: left;
		width: 47.25%;
	}

	.full_width .feature_tabs_2box .feature_wrapper {
		margin: 0 5.5% 0 0;
		padding-bottom: 0;
	}

	.full_width .feature_tabs_2box .tabcordion_wrapper {
		padding: 0;
		border-top: 0;
	}

	.full_width .feature_tabs_2box .feature_box {
		float: none;
		width: auto;
		margin: 0 0 2em;
		padding: 0;
		border: 0;
	}

	.full_width .feature_tabs_2box .feature_box {
		float: left;
		width: 44.18%;
		margin: 0 11.64% 0 0;
	}

	.full_width .feature_tabs_2box .feature_box:nth-child(n+2) {
		clear: none;
		margin-right: 0;
	}

	.full_width .feature_tabs_2box .feature_image {
		float: none;
		width: 100%;
	}

	.full_width .feature_tabs_2box .feature_box .feature_content {
		float: none;
		width: auto;
		margin: -1.9em 0 0 0;
	}

	.full_width .feature_tabs_2box .feature_box .feature_content > h2 {
		max-width: 70%;
		margin: 0 0 2em;
		padding: 0.6em 1em 0 0;
	}

	.full_width .feature_tabs_2box .feature_content > h2::after {
		display: inline-block;
	}

	.full_width .feature_tabs_2box .feature_more {
		float: none;
		text-align: left;
	}
}


@media screen and (min-width: 1100px) {
	.students_staff {
		float: right;
		margin: -0.5em 0 0.5em;
		padding: 0;
		background: none;
	}

	.students_staff li {
		line-height: 1em;
	}

	.students_staff a {
		color: inherit;
	}

	.students_staff a:hover,
	.students_staff a:focus {
		background: none;
		text-decoration: underline;
	}

	.twitter_embedded {
		width: 33.333%;
	}

	.column_container {
		clear: both;
	}

	.subpage .feature_3box .feature_box {
		float: left;
		width: 29.666%;
		margin: 0 5.5% 0 0;
	}

	.subpage .feature_3box .feature_box::before {
		display: none;
	}

	.subpage .feature_3box .feature_box:nth-child(n+3) {
		clear: none;
		margin-right: 0;
	}

	.subpage .feature_3box .feature_image {
		float: none;
		width: 100%;
	}

	.subpage .feature_3box .feature_image::after {
		display: none;
	}

	.subpage .feature_3box .feature_box .feature_content {
		float: none;
		width: 100%;
		margin: -1.9em 0 0 0;
	}

	.subpage .feature_3box .feature_box .feature_content > h2 {
		display: inline-block;
		margin: 0 0 2em;
		padding: 0.6em 1em 0 0;
		background: #fff;
	}

	.subpage .feature_3box .feature_box .feature_content > h2::after {
		display: inline-block;
	}

	.subpage .feature_3box .feature_more {
		float: none;
		text-align: left;
	}
}


@media only screen and (min-width: 1140px) {
	.uni_menu > ul > li:nth-child(4) {
		display: inline-block;
	}
}


@media screen and (min-width: 1154px) {
	.programme_menu a.active {
		border-bottom: 1px solid #f4c900;
	}
}


@media screen and (min-width: 1200px) {
	.syndicated_content_col {
		float: left;
		width: 51.52%;
		margin-right: 8.48%;
	}
	
	.syndicated_controls_col {
		float: right;
		width: 40%;
	}

	.syndicated_details .pullquote {
		float: right;
		width: 19em;
		margin: 0.5em -42.857% 2em 2em;
	}

	.syndicated_details .pullquote blockquote {
		padding: 0;
	}

	.syndicated_details .image_wrapper {
		max-width: 19em;
		float: right;
		margin: 0.5em -42.857% 2em 2em;
	}

	.archive_controls {
		margin-bottom: 4em;
	}
}


@media screen and (min-width: 1220px) {
	.a_to_z li:nth-child(14) {
		clear: left;
	}
}


@media only screen and (min-width: 1250px) {
	.uni_menu > ul > li:nth-child(5),
	.uni_menu > ul > li:nth-child(6) {
		display: inline-block;
	}
}


@media screen and (min-width: 1281px) {
	.uni_logo {
		left: 0;
	}

	.utility_nav {
		right: 0;
	}

	.uni_menu {
		padding-right: 8em;
	}

	.no_js .uni_menu {
		padding-right: 0;
	}

	.toggle_controls {
		right: 0;
	}

	.page_header {
		margin: 0 auto 1em;
	}

	.page_heading h1,
	.page_heading b {
		left: 50%;
		margin-left: -600px;
		padding-left: 0;
	}

	body > header {
		margin: 0 0 3em;
	}

	.abdn_row_padded {
		padding: 4em 0;
	}

	.abdn_row_padded.map {
		padding-top: 4em;
	}

	main > .abdn_row {
		padding: 0 0 4em;
	}

	main .abdn_row_padded .abdn_col::before {
		margin: -4em 0 0;
		padding: 0 0 4em;
		border-top: 1px solid #e4e4e4;
	}

	.abdn_col {
		padding: 0;
	}

	.global_social {
		right: 0;
	}

	.feature_2box {
		margin: 0 0 4em;
		padding: 0 0 4em;
	}

	.feature_2box:last-child {
		margin: 0;
		padding: 0;
	}

	.feature_listbox .feature_box {
		margin: 0 0 4em;
		padding: 0 0 4em;
	}

	.feature_listbox:last-child .feature_box {
		margin: 0;
		padding: 0;
	}

	.subpage .feature_tabs_2box .feature_box {
		margin: 0 0 4em;
		padding: 0 0 4em;
	}

	.subpage .feature_tabs_2box .feature_wrapper {
		margin: 0;
	}

	.subsection_column .feature_related.no_image {
		width: 75%;
	}
}