.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.sr-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

body {
	font-family: "Trebuchet MS", Segoe, "Segoe UI", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 120%;
    line-height: 150%;
	background: #13033B;
	background: linear-gradient(180deg, rgba(2,0,36,1) 0em, rgba(63,9,121,1) 10em, rgba(121,7,162,1) 25em, rgba(188,0,255,1) 25em, rgba(188,0,255,1) 27em, rgba(255,255,255,1) 27em);
	background-attachment: fixed;
}

body * {
	box-sizing: border-box;
}

p {
	font-size: 100%;
	color: #333;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
	outline: none;
	border: none;
}

ul.navigation,
ol.navigation {
	list-style-type: none;
}

/* PAGE CONTAINERS */

.page_container {
	width: 100%;
	
}
.page_container .region_container {
	max-width: 1200px;
	margin: 0 auto;
}

/* HEADER SECTION */

.page_header {
	
}

.page_header .region_inner {
	
}

.page_header a {
	border: 2px solid transparent;
}

.page_header a:focus,
.page_header a:hover {
	border: 2px solid #fff;
}

.logo {
	float: left;
	width: 30%;
}

.logo a {
	display: table;
	text-decoration: none;
	color: #fff;
}

.logo a div {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: center;
}

.logo a .brandmark img {
	width: 100px;
}

.logo a .wordmark {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 135%;
	text-align: left;
	
}

.main_navigation {
	float: right;
	width: 70%; 
	border-bottom: 2px solid #fff;
	text-align: center;
	margin-bottom: 20px;
}

.main_navigation li {
	display: inline-block;
}

.main_navigation li a {
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 115%;
}

.skip_links a:focus {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
	padding: 15px;
	overflow:hidden;
	z-index: 20;
	background: #000;
	border:5px solid #bf08fa;
	text-decoration: none;
	color: #fff;
	
}

.utilities {
	text-align: right;
	margin-left: 30%;
}

.utilities ul {
	display: table;
	margin-left: 49%;
}

.utilities ul li {
	display: table-cell;
	vertical-align: top;
	padding: 0 10px 0 0;
}

.btn_small {
	background: #bf08fa;
	border-radius: 20px;
	padding: 5px 10px;
	font-weight: 700;
	text-decoration: none;
	color:#fff;
	min-height: 1.5em;
	margin-top: 10px;
}

.icon_link {
	display: inline-block;
	width: 2em;
	height: 2em;
}
.icon_link img {
	width: 100%;
	height: 100%;
}

/**************************************
PAGE CONTENT
**************************************/

table:not(.section) {
	width: 100%;
	
}

table:not(.section) th,
table:not(.section) .th{
	background: #190342;
	color: #fff;
	font-size: 80%;
	padding: 10px;
}

table:not(.section) td {
	font-size: 80%;
	padding: 5px;
}

table:not(.section) tr.zebra {
	background: #d5d5d5;
}

.h1 {
	background: #bf08fa;
	color: #fff;
	font-weight: 700;
	padding: 10px;
	font-size: 200%;
	margin: 0;
	display: inline-block;
}

.h2 {
	color: #bf08fa;
	font-size: 150%;
	font-weight: 700;
}

.h3 {
	color: #190342;
	font-size: 135%;
	font-weight: 700;
}

p.intro {
	font-weight: 700;
}

ul,
ol {
	margin: 0;
	padding: 15px;
}

p,
li{
	font-size: 90%;
}

p.large {
	font-size: 120%;
}

p.smaller {
	font-size: 75%;
}

.centred {
	text-align: center;
}

img {
	width: 100%;
}

.page_container .region_container.page_content {
	background: #fff; 
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
	position: relative;
} 

.page_container .region_container.page_content a:not(.btn) {
	color: #bf08fa;
	padding: 2px;
	border: 2px solid #fff;
}

.page_container .region_container.page_content a:not(.btn):focus,
.page_container .region_container.page_content a:not(.btn):hover {
	border-color: #bf08fa;
}

.promo {
/*	min-height: 35em;*/
}

.promo .btn,
form button {
	background: #bf08fa;
	color: #fff;
	border-radius: 20px;
	padding: 5px 20px;
	text-decoration: none;
	border: 2px solid #fff;
}


.promo .btn:hover,
.promo .btn:focus{
	outline: 2px solid #bf08fa;
}

form button {
	outline: 2px solid transparent;
}

form button:hover,
form button:focus {
	outline: 2px solid #bf08fa;
	border: 2px solid #d5d5d5;
}

.thank_you_message {
	display: none;
}

/* BREADCRUMB */

.breadcrumb {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 5;
	background: #fff;
	border-radius: 0 0 20px 0
}

.breadcrumb * {
	display: inline-block;
}

.breadcrumb a:after {
	content: ">";
	display: inline-block;
	speak: never;
	padding: 5px 10px;
}

/* PAGE BANNER */

.page_banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.page_banner .img {
	position: relative;
	z-index: 1;
}

.page_banner .img img {
	width:100%;
}

.page_banner .copy {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 30px;
}

.page_banner .strapline {
	background: #190342;
	color: #fff;
	padding: 20px;
	margin: 0;
}

.section.request {
	margin-top: 50px;
	margin-bottom: 50px;
}

.section.request .col {
	min-height: 25em;
}

.section.request .span_4_of_12 {
	background: #190342;
	padding: 30px;
	
}

.section.request .span_8_of_12 {
	background: #d5d5d5;
	padding: 30px;
	
}

.section.request .span_4_of_12 h2,
.section.request .span_4_of_12 p {
	color: #fff !important;
}

.form_item {
	margin-bottom: 30px;
	display: table;
	width: 100%;
}

.form_item .label_instructions {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

.form_item .input_issues {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}


.form_item .description {
	font-size: 75%;
	display: block;
}

.form_item .label {
	font-weight: bold;
}

.form_item .err_msg {
	font-size: 75%;
	color: #990000;
}
.form_item .err_msg  span {
	font-weight: 700;
}

.form_item input:focus,
.form_item input:hover {
	outline: 5px solid #bf08fa;
}


.form_item input[type="text"] {
	width: 100%;
	border: 3px solid #000;
	padding: 10px;
}

.form_item input[type="radio"] {
    height: 1.6rem;
    width: 1.6rem;
    margin-right: 0.5rem;
}

.block {
	display: block;
		
}


.notification {
	border-radius: 20px;
	border: 5px solid #b13625;
	padding: 20px;
	background: #efbab2;
	margin: 50px;
}

.notification .icon {
	position: absolute;
	width: 25px;
	height: 25px;
}

.notification h2 {
	margin: 0;
}

.notification .notification_msg {
	margin-left: 50px;	
}

.notification .icon img {
	width: 100%;
}

.notification h2 {
	color: #932D1F;
}

/*
.form_item input {
	width: 50%;
	border: 2px solid #333;
	padding: 5px;
}
*/

/*
.form_item label {
	width: 50%;
	float: left;
	margin-bottom: 30px;
}
*/

/* ******************* FOOTER SECTION *******************/

.page_container .region_container.page_footer {
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
	margin-top: 50px;
}

.page_container .region_container.page_footer nav {
	width: 80%;
	margin-left: 10%;
	margin-bottom: 100px;
}

.page_container .region_container.page_footer nav ul {
	padding: 0;
	margin: 0;
}

.page_container .region_container.page_footer nav ul li  {
	margin-bottom: 10px;
}

.page_container .region_container.page_footer a  {
	border: 2px;
}

.page_container .region_container.page_footer a:hover,
.page_container .region_container.page_footer a:focus {
	outline: 5px solid #bf08fa;
}

.footer_logos {
	width: 70%;
	display: table;
	margin: 50px 15%;
}

.footer_logos .image {
	display: table-cell;
	table-layout: fixed;
	text-align: center;
}

.footer_logos img {
	width: 250px;
}

/* ACCORDION */
.accordion_container {
	margin-bottom: 2px;
}

.accordion_container .accordion_trigger {
	background: #190342;
	border-radius: 25px;
	color:#fff;
	padding: 10px;
	width: 100%;
	text-align: left;
	border: 2px solid #fff;
}


.accordion_container .accordion_trigger:focus,
.accordion_container .accordion_trigger:hover {
	outline: 3px solid #bf08fa;
}


.accordion_container .accordion_content {
	display: none;
	background: #fff;
	padding: 20px;
	border-color: #190342;
	border-style: solid;
	border-width: 0 2px 5px 2px;
	margin-bottom: 20px;

}