﻿/*****************************************************************
GLOBAL STYLES
*****************************************************************/
@import url('//fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&display=swap');
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,700");

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior:smooth;
	}
body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	color:#3b3b3b;
	font-family:'Open Sans', sans-serif;
	background:rgb(26,157,213);
	background:-moz-linear-gradient(180deg, rgba(26,157,213,1) 0%, rgba(255,255,255,1) 220px);
	background:-webkit-linear-gradient(180deg, rgba(26,157,213,1) 0%, rgba(255,255,255,1) 220px);
	background:linear-gradient(180deg, rgba(26,157,213,1) 0%, rgba(255,255,255,1) 220px);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a9dd5",endColorstr="#ffffff",GradientType=1);
	}
body.banner-message-added {
	background-position: 0px 15px;
	}
img {
	border:0px;
	}
a:link,
a:visited {
	color:#3C7C42;
	text-decoration:underline;
	font-weight:bold;
	}
a:hover {
	color:#476DAE;
	text-decoration:underline;
	font-weight:bold;
	}
.clearing {
	clear:both;
	}
hr {
	width:100%;
	float:left;
	clear:left;
	margin-top:20px;
	margin-bottom:30px;
	height:3px;
	color:#f2f2f2;
	background-color:#f2f2f2;
	border:none;
	}
h1 {
	margin:0px 0px 15px 0px;
	color:#293182;
	font-weight:800;
	font-size:24pt;
	font-family:'Montserrat', sans-serif;
	}
h2 {
    clear: both;
    color:#293182;
    font-size:18pt;
    font-weight:400;
    margin:10px 0;
    text-align:left;
	float:left;
	font-family:'Montserrat', sans-serif;
	}
h3 {
    clear: both;
    color:#476DAE;
    font-size:18pt;
    font-weight:400;
    margin:20px 0;
    text-align:left;
	float:left;
	font-family:'Montserrat', sans-serif;
	}
h2 strong,
h3 strong {
	font-weight:800;
	}
blockquote {
	background-image:url(/site-elements/images/site-images/quote.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:100px;
	margin:15px 0px 0px 0px;
	clear:left;
	}
.box-shadow {
	-webkit-box-shadow: 0px 10px 15px 0px rgba(214,214,214,1);
	-moz-box-shadow: 0px 10px 15px 0px rgba(214,214,214,1);
	box-shadow: 0px 10px 15px 0px rgba(214,214,214,1);
	}
.Container {
	margin-top:20px;
    margin-bottom:30px;
	float:left;
	}
@media screen and (max-width: 960px) {
	h1 {
		margin:50px 0px 5px 0px;
		}
	}
@media screen and (max-width: 529px) {
	h2 {
		float:none;
		}
	}
	
/*****************************************************************
PAGE NOTIFICATIONS
*****************************************************************/
.boxAlert {
    border: medium none;
}
.boxAlert .boxInner {
    background-color: #ffee7b;
    background-image: url("/core/images/box-alert-bg.gif");
    background-position: 0 0;
    background-repeat: repeat-x;
    text-align: center;
}	
.boxInner {
    padding: 1px 0;
}
.boxAlert p {
    padding-left: 30px;
    padding-right: 30px;
}

/*****************************************************************
BANNER MESSAGE
*****************************************************************/
.banner-message {
  width:96%;
  padding:5px 2%;
  background-color:#2b2d8f;
  text-align:center;
}
.banner-message p {
  color:#ffffff;
  font-size: 12pt;
}
.banner-message a:link,
.banner-message a:visited {
  color:#ffffff;
  text-decoration:underline;
  font-weight:normal;
}
.banner-message a:active,
.banner-message a:hover {
  color:#ffffff;
  text-decoration:none;
  font-weight:normal;
}
	
/*****************************************************************
PAGE WRAPPER
*****************************************************************/
.Wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	}
.skip-to-content {
    display: block;
    height: 2.5rem;
    line-height: 2.5rem;
	margin-top: -2.5rem;
    padding: 0 .9375rem;
    font-weight: 700;
    color: #476DAE;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none;
	}
.skip-to-content:focus {
    margin-top: 0px;
	}	
@media screen and (max-width: 960px) {
	.Wrapper,
	.HomePage .Wrapper {
		width:100%;
		background-image:none;
		}
	}
	
/*****************************************************************
PAGE HEADER
*****************************************************************/
.PageHeader {
	width:940px;
	height:175px;
	}
.HomePage .PageHeader {
	height:auto;
	}
.M_MainNavigation,
.M_SectionNavigation,
.M_MainNavigationButton,
.M_SectionButton,
.M_NavigationButtons {
	display:none;
	}
@media screen and (max-width: 960px) {
	.Wrapper {
		width:100%;
		}
	.PageHeader,
	.HomePage .PageHeader {
		height:116px;
		width:100%;
		}
	.M_MainNavigation {
		width:calc(100% - 40px);
		padding:20px 20px 0px 20px;
		text-align:left;
		margin-bottom:0px;
		}
	.M_MainNavigation ul {
		margin:0px;
		padding:0px;
		padding-top:40px !important;
		padding-bottom:20px !important;
		}
	.M_MainNavigation ul li {
		width:calc(100% - 90px);
		padding:5px 70px 5px 20px;
		margin:0px;
		border-left:none;
		list-style-type:none;
		display:block;
		background-image: url(/site-elements/images/site-images/arrow-icon-dark-blue-small.png);
		background-position:calc(100% - 25px) 50%;
		background-repeat: no-repeat;		
		}
	.M_MainNavigation a:link,
	.M_MainNavigation a:hover {
		color:#293182;
		display:block;
		}
	.M_MainNavigation a:visited {
		color:#293182;
		display:block;
		cursor:pointer;
		}
	.M_MainNavigation .CurrentPage {
		color:#ffffff;
		font-weight:bold;
		background-image:none;
		background-color:#476DAE;
		padding-top:8px;
		padding-bottom:10px;
		margin-top:5px;
		margin-bottom:5px;
		}
	.M_NavigationButtons {
		float:right;
		width:232px;
		display:block;
		}
	.M_MainNavigationButton:link,
	.M_MainNavigationButton:hover,
	.M_MainNavigationButton:visited {
		display:block;
		color:#ffffff;
		padding-top:38px;
		margin-right:40px;
		float:right;
		text-align:center;
		font-size:0.8em;
		}
	.M_MainNavigationButton img {
		width:35px;
		height:35px;
		}
	.M_HideMenu { 
		display:none !important;
		}
	}
@media screen and (max-width: 529px) {
	.Wrapper {
		width:100%;
		}
	.PageHeader,
	.HomePage .PageHeader {
		height:90px;
		width:100%;
		}
	.M_MainNavigationButton:link,
	.M_MainNavigationButton:hover,
	.M_MainNavigationButton:visited {
		padding-top:25px;
		}
	.M_MainNavigation ul {
		padding-top:20px !important;
		padding-bottom:20px !important;
		}
	}

/*****************************************************************
LOGO
*****************************************************************/
.Logo {
	width:300px;
	margin-left:20px;
	float:left;
	position:absolute;
	z-index:999999;
	}
.Logo img {
	width:260px;
	float:left;
	height:auto;
	}
@media screen and (max-width: 960px) {
	.Logo {
		width:50%;
		}
	.Logo img {
		width:250px;
		height:149px;
		padding-left:15px;
		}
	}
@media screen and (max-width: 529px) {
	.Logo {
		width:40%;
		}
	.Logo img {
		width:200px;
		height:117px;
		}
	}
	
/*****************************************************************
ACTIVITY SEARCH
*****************************************************************/
.PageHeaderRight {
	width:630px;
	float:right;
	}
.ActivitySearch {
	width:640px;
	float:right;
	text-align:right;
	margin-top:15px;
	margin-bottom:20px;
	}

.ActivitySearch ul {
	list-style-type:none;
	float:right;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
.ActivitySearch ul li {
	float:left;
	font-size:11pt;
	padding:0px 12px;
	}
.ActivitySearch ul li.child {
	border-left:2px solid #293182;
	}
.ActivitySearch ul li.child-last {
	padding-right:0px;
	border-left:2px solid #293182;
	}
.ActivitySearch ul li a:link,
.ActivitySearch ul li a:visited {
	display:block;
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
	font-family:'Open Sans', sans-serif;
	}
.ActivitySearch ul li a:hover {
	display:block;
	text-decoration:underline;
	color:#ffffff;
	font-weight:normal;
	font-family:'Open Sans', sans-serif;
	}
.ActivitySearch span {
	font-size:1.5em;
	color:#293182;
	font-weight:bold;	
	}
.ActivitySearch label {
	color:#ffffff;
	margin-right:5px;
	margin-top:3px;
	display:none;
	}	
.ActivitySearch #txtpostcode {
	width:210px;
	padding:8px;
	margin-right:10px;
	margin-top:10px;
	height:20px;
	border:none;
	}
.ActivitySearch #txtinstrument {
	width:210px;
	padding:5px;
	margin-top:10px;
	height:36px;
	border:none;
	}
.ActivitySearchSubmitButton {
	width:80px;
	float:right;
	margin-left:10px;
	margin-top:10px;
	}
.ActivitySearchSubmitButton #submit {
    color:#ffffff;
	padding:5px;
	background-color:#293182;
    border:none;
    width:80px;
	height:36px;
    border-bottom:5px solid #ffffff;
    font-size:0.9em;
	font-family:'Montserrat', sans-serif;
    font-weight:bold;
    text-align:center;
	cursor:pointer;
	}
.activity_page_box {
	background-color:#f1f1f1;
	padding:20px;
	float:left;
	clear:left;
	width:630px;
}
.activity_page_box h3 {
	font-size:11pt;
	color: #00aeef;
	font-style:normal;
	font-weight:bold;
	margin-right:15px;
	margin-top:0px;
	padding-top:0px;
	}
.activity_page_box label {
	width:100px;
	float:none;
	margin-right:5px;
	}
.activity_page_box input {
	width:145px;
    padding:6px;
    margin-right:10px;
    margin-top:10px;
    height:20px;
    border:none;
	}
.activity_page_box select {
    width:145px;
    padding:3px;
    margin-top:10px;
	margin-right:10px;
    height:36px;
    border:none;
	}
.activity_page_box .hero_search {
    color:#ffffff;
    padding:5px;
    background-color:#293182;
    border:none;
    width:80px;
    height:36px;
    border-bottom:5px solid #ffffff;
    font-size:0.9em;
	font-family:'Montserrat', sans-serif;
    font-weight:bold;
    text-align:center;
	}
@media screen and (max-width: 960px) {
	.ActivitySearch {
		display:none;
		}
	.PageHeaderRight {
		width:50%;
		}
	.activity_page_box {
		width:88%;
		padding-left:3%;
		padding-right:3%;
		margin-left:3%;
		margin-right:3%;
		}
	.activity_page_box label {
		width:100%;
		}
	.activity_page_box input {
		width:98%;
		margin-bottom:15px;
		padding:1%;
		}
	.activity_page_box select {
		width:100%;
		margin-bottom:15px;
		}
	}
	
/*****************************************************************
ACTIVITY SEARCH RESULTS
*****************************************************************/
.search_results {
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
.search_results li {
	padding-left:0px;
	background-image:none !important;
	margin-bottom:30px !important;
	}
.result_name {
	color:#00aeef;
	display:inline-block;
	width:650px;
	text-align:left;
	font-weight:bold;	
	margin-bottom:5px;
	font-size:13pt;
	}
.result_distance {
	display:inline-block;
	width:620px;	
	text-align:left;
	background-image:url(/site-elements/images/icon-location.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:25px;
	font-weight:bold;
	margin-bottom:4px;
	}
.result_description {
	color:#696969;
	background-image:url(/site-elements/images/icon-info.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:25px;
	margin-bottom:4px;
	}
.result_details {
	font-weight:bold;
	display:inline-block;
	width:620px;
	text-align:left;	
	font-size:11pt;
	background-image:url(/site-elements/images/icon-calendar.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:25px;
	margin-bottom:4px;
	}
@media screen and (max-width: 960px) {	
	.result_name {
		width:100%;
		}	
	.result_details,
	.result_distance,
	.result_description	{
		width:95%;
		padding-left:5%;
		}
	}
@media screen and (max-width: 529px) {	
	.result_name {
		width:100%;
		}	
	.result_details,
	.result_distance,
	.result_description	{
		width:100%;
		padding-left:0px;
		background-image:none;
		}
	}

/*****************************************************************
ACTIVITY SEARCH DETAILS
*****************************************************************/
.activity_result_standard {
	margin-bottom:20px;
	background-image:url(/site-elements/images/icon-music.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:25px;	
	display:inline-block;
	text-align:left;
	width:620px;
	font-size:11pt;
	}
.result_instruments {
	margin-bottom:20px;
	background-image:url(/site-elements/images/icon-music.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:25px;
	display:inline-block;
	text-align:left;
	width:620px;	
	font-size:11pt;
	}
.activity_result_day {
	background-image:url(/site-elements/images/icon-calendar.png);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:30px;
	padding-left:25px;
	margin:0px;
	font-weight:bold;
	width:620px;
	margin-bottom:20px;
	font-size:11pt;
	}
.activity_result_address {
	background-image:url(/site-elements/images/icon-location.png);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:30px;
	padding-left:25px;
	margin:0px;
	width:620px;
	margin-bottom:20px;
	font-size:11pt;
	}
.activity_result_contact {
	background-image:url(/site-elements/images/icon-info.png);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:30px;
	padding-left:25px;
	margin:0px;
	margin-bottom:20px;
	font-size:11pt;
	width:620px;
	}
.activity_result_contact span {
	clear:left;
	float:left;
	}
.activity_result_contact a.EmailLink:link .activity_result_contact_box,
.activity_result_contact a.EmailLink:visited .activity_result_contact_box {
	color:#ffffff;
	background-color: #2b2d8f;
	text-decoration:none;
	padding:10px;
	display:block;
	font-weight:normal;
	width:400px;
	}
.activity_result_contact a.EmailLink:hover .activity_result_contact_box {
	color:#ffffff;
	background-color:#00aeef;
	text-decoration:none;
	padding:10px;
	display:block;
	font-weight:normal;
	width:400px;
	}
@media screen and (max-width: 960px) {	
	.result_instruments,
	.activity_result_standard,
	.activity_result_day ,
	.activity_result_address,
	.activity_result_contact {
		width:95%;
		padding-left:5%;
		}
	.activity_result_contact a.EmailLink:link .activity_result_contact_box,
	.activity_result_contact a.EmailLink:visited .activity_result_contact_box {
		width:94%;
		padding:10px 3% 10px 3%;
		}
	}	
@media screen and (max-width: 529px) {	
	.result_instruments,
	.activity_result_standard,
	.activity_result_day ,
	.activity_result_address,
	.activity_result_contact {
		width:100%;
		padding-left:0px;
		background-image:none;
		}
	}
/*
.activity_delpartner {
	height:50px;
	padding-left:60px;
	line-height: 50px;	
	margin-top:20px;
	}
.activity_address1, 
.activity_address2, 
.activity_town, 
.activity_city, 
.activity_district, 
.activity_postcode {
	padding-left:60px;
	height:30px;
	}
.activity_page_box {
	background-color:#f1f1f1;
	padding:20px;
	float:left;
	clear:left;
	width:630px;
	}
.activity_page_box h3 {
	font-size: 11pt;
	color: #00aeef;
	font-style: normal;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	padding-top: 0px;
	}
.activity_page_box label,
.activity_page_box input {
	width:100px !important;
	float:none !important;
	}
.activity_page_box select {
	width:180px !important;
	float:none !important;
	}
*/

/*****************************************************************
TOP NAVIGATION
*****************************************************************/
.TopNavigation {
	width:660px;
	float:right;
	text-align:right;
	margin-top:15px;
	}
.HomePage .TopNavigation {
	margin-top:15px;
	margin-bottom:15px;
	}
.TopNavigation ul {
	list-style-type:none;
	float:right;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
.TopNavigation ul li {
	float:left;
	font-size:11pt;
	padding:0px 12px;
	}
.TopNavigation ul li.child {
	border-left:2px solid #ffffff;
	}
.TopNavigation ul li.child-last {
	padding-right:0px;
	border-left:2px solid #ffffff;
	}
.TopNavigation ul li a:link,
.TopNavigation ul li a:visited {
	display:block;
	text-decoration:none;
	color:#293182;
	font-family:'Montserrat', sans-serif;
	}
.TopNavigation ul li a:hover {
	display:block;
	text-decoration:underline;
	color:#293182;
	font-family:'Montserrat', sans-serif;
	}
@media screen and (max-width: 960px) {
	.TopNavigation {
		display:none;
		}
	}
	
/**************************************************************************
HOMEPAGE FEATURE STORY
**************************************************************************/
#banner-fade {
	float:left;
	clear:left;
	background-color:#ffffff;
	z-index:1;
	position:relative;
	}
#banner-fade ul li .BackgroundImage {
	float:left;
	clear:left;
	background-color:#f2f2f2;
    background-position:center center;
    background-repeat:no-repeat;
	background-size:cover;
	width:940px;
	height:350px;
	position:relative;
	}
#banner-fade .BackgroundImage .FeatureTextOverlay {
	position:absolute;
	left:0px;
	bottom:0px;
	max-height:125px;
	width:940px;
	color:#ffffff;
	}
#banner-fade .BackgroundImage .FeatureTextOverlayGradient {
	background-image:url(/site-elements/images/site-images/home-page-feature-background.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	width:100%;
	height:350px;
	position:absolute;
	left:0px;
	bottom:0px;
	}
#banner-fade .BackgroundImage h1 {
    color:#ffffff;
    font-size:2em;
	font-family:'Montserrat', sans-serif;
    margin:0px 0px 20px 30px;
    text-align: left;
	width:650px;
	}
#banner-fade h1 a:link,
#banner-fade h1 a:visited,
#banner-fade h1 a:hover {
	color:#ffffff;
	font-weight:800;
	text-decoration:none;
	}
#banner-fade h1 a:hover {
	color:#ffffff;
	font-weight:800;
	text-decoration:underline;
	}

#banner-fade .FeatureTextSummary {
	width:880px;
	height:95px;
	float:left;
	clear:both;
	background-color:#293182;
	padding:15px 30px 0px 30px;
	background-image:url(/site-elements/images/site-images/icon-homepagecarousel.png);
	background-position:calc(100% - 30px) 50px;
	background-repeat:no-repeat;
	background-size:40px;
	}
#banner-fade .FeatureTextSummary .ContentSummary {
    font-weight:normal;
	font-size:13pt;
    text-align:left;
	width:700px;
	float:left;
	clear:left;
	color:#ffffff;
	}
#banner-fade .news_dates {
	width:700px;
	float:left;
	clear:left;
	font-size:13pt;
	font-weight:bold;
	color:#ffffff;
	}
.M_HomepageBanner {
	display:none;
	}
@media screen and (max-width: 960px) {
	#banner-fade {
		display:none;
		}
	.M_HomepageBanner {
		display:block;
		background-color:#f2f2f2;
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover;
		height:350px;
		width:calc(100% - 40px);
		position:relative;		
		margin:0px auto;
		}
	.M_HomepageBanner ul {
		list-style-type:none;
		padding:0px;
		margin:0px;
		}
	.M_HomepageBanner ul li {
		background-color:#f2f2f2;
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover;
		width:100%;
		height:350px;
		}
	.M_HomepageBanner ul li .BackgroundImage {
		float:left;
		clear:left;
		background-color:#f2f2f2;
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover;
		width:100%;
		height:350px;
		position:relative;
		}
	.M_HomepageBanner .FeatureTextOverlayGradient {
		background-image:url(/site-elements/images/feature-story-gradient.png);
		background-repeat:repeat-x;
		background-position:bottom left;
		width:100%;
		height:200px;
		position:absolute;
		left:0px;
		bottom:0px;
		}
	.M_HomepageBanner .FeatureTextOverlay {
		position:absolute;
		left:0px;
		bottom:0px;
		width:100%;
		color:#ffffff;
		}
	.M_HomepageBanner .FeatureTextSummary {
		width:calc(100% - 150px);
		float:left;
		clear:both;
		background-color:#293182;
		padding:15px 120px 0px 30px;
		background-image:url(/site-elements/images/site-images/site-images/arrow-icon-white.png);
		background-position:calc(100% - 30px) calc(100% - 25px);
		background-repeat:no-repeat;
		}		
	.M_HomepageBanner h1 {
		color:#ffffff;
		font-size:2em;
		font-family:'Montserrat', sans-serif;
		margin:0px 0px 15px 0px;
		text-align: left;
		width:100%;
		}
	.M_HomepageBanner h1 a:link,
	.M_HomepageBanner h1 a:visited,
	.M_HomepageBanner h1 a:hover {
		color:#ffffff;
		font-weight:bold;
		text-decoration:none;
		}
	.M_HomepageBanner h1 a:hover {
		color:#ffffff;
		font-weight:bold;
		text-decoration:underline;
		}
	.M_HomepageBanner .ContentSummary {
		font-weight:normal;
		margin:0px 0px 25px 0px;
		text-align:left;
		width:100%;
		float:left;
		clear:left;
		color:#ffffff;
		}
	.M_HomepageBanner .news_dates {
		margin:0px;
		width:100%;
		float:left;
		clear:left;
		font-size:13pt;
		font-weight:bold;
		color:#ffffff;
		}
	}
@media screen and (max-width: 529px) {
	.M_HomepageBanner ul li .BackgroundImage {
		height:250px;
		}
	.M_HomepageBanner .FeatureTextSummary {
		width: calc(100% - 40px);
		padding-left:20px;
		padding-right:20px;
		background-image:none;
		}
	}

/**************************************************************************
HOMEPAGE INTRO
**************************************************************************/
.WebsiteIntro {
	width:940px;
	clear:both;
	float:left;
	}
.WebsiteIntroText {
	float:left;
	width:660px;
	}
.grey-box-home-page {
	background-color: #F2F2F2;
	padding:30px;
	margin-top:40px;
	clear:both;
    float:left;
	width:calc(100% - 60px);
	}
.grey-box-home-page h2 {
	margin: 0px 0px 10px 0px;
    line-height: 18pt;
	color:#293182;
    font-size: 18pt;
	font-family:'Montserrat', sans-serif;
	font-weight: 800;
    clear: left;
	}
.grey-box-home-page p {
	clear:both;
	float:left;
	color:#000000;
	line-height:1.45;
	}
@media screen and (max-width: 960px) {
	.WebsiteIntro {
		width:100%;
		float:left;
		margin-top:0px
		}
	.WebsiteIntroText {
		padding:0px 3% 5px 3%;
		width:94%;
		float:none;
		margin:0px
		}
	.WebsiteIntroImage {
		display:none;
		}
	}
@media screen and (max-width: 529px) {
	.WebsiteIntroText {
		text-align:center;
		}
	}

	
/**************************************************************************
HOMEPAGE FEATURE BOXES
**************************************************************************/
.HomepageFeatureBoxes {
	clear:both;
	width:940px;
	margin-top:40px;
	float:left;
	z-index:1;
	position:relative;
	}
.HomepageFeaturebox {
	display:inline-block;
	width:100%;
	height:auto;
	}
.HomepageFeatureItemLeft {
	width:450px;
	margin-right:40px;
	margin-bottom:40px;
	float:left;
	background-color:#f2f2f2;
	background-image:url(/site-elements/images/site-images/icon-dark-grey.png);
	background-position:calc(100% - 20px) calc(100% - 20px);
	background-repeat:no-repeat;
	background-size:23px;
	}
.HomepageFeatureItemRight {
	width:450px;
	margin-bottom:40px;
	float:left;
	background-color:#f2f2f2;
	background-image:url(/site-elements/images/site-images/icon-dark-grey.png);
	background-position:calc(100% - 20px) calc(100% - 20px);
	background-repeat:no-repeat;
	background-size:23px;
	}
.HomepageFeatureImage {
	width:100%;
	height:180px;
	float:left;
	margin-bottom:15px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	}
.HomepageFeatureImage .HomepageFeatureTitle {
	position:absolute;
	left:0px;
	bottom:0px;
	max-height:125px;
	width:100%;
	color:#ffffff;
	}
.HomepageFeatureImage .FeatureTextOverlayGradient {
	background-image:url(/site-elements/images/site-images/feature-story-gradient-new.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	width:100%;
	height:180px;
	position:absolute;
	left:0px;
	bottom:0px;
	}
.HomepageFeatureTitle h2 {
	margin-bottom:0px;
	font-weight:800;
	margin:0px 30px 20px 30px;
	clear:none;
	float:none;
	line-height:22px;
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	}
.HomepageFeatureTitle a:link,
.HomepageFeatureTitle a:visited {
	margin:0px;	
	margin-top:0px;
	font-size:13pt;
	}
.HomepageFeatureTitle a:hover {
	margin:0px;
	margin-top:0px;
	font-size:13pt;
	}
.HomepageFeatureDates {
	margin:20px 30px 0px 30px;
	font-weight:bold;
	color:#000000;
	font-size:11pt;
	}
.HomepageFeatureDescription {
	margin:0px 30px 20px 30px;
	color:#000000;
	font-weight:normal;
	width:calc(100% - 90px);
	}
.HomepageFeatureDescription p {
	margin:0px;
	margin-bottom:10px;
	font-size:11pt;
	}
@media screen and (max-width: 960px) {
	.HomepageFeatureBoxes {
		width:100%;
		margin-top:30px;
		}
	.HomepageFeatureItemLeft,
	.HomepageFeatureItemRight {
		width:calc(100% - 40px);
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:30px;
		float:none;
		min-height:260px;
		}
	.HomepageFeatureDescription {
		padding-bottom:10px;
		width:calc(100% - 120px);
		}
	.HomepageFeatureDates {
		width:calc(100% - 120px);
		}
	}
@media screen and (max-width: 529px) {
	.HomepageFeatureImage {
		width:100%;
		height:160px;
		background-size:cover;
		margin:0px 0px 10px 0px;
		}
	.HomepageFeatureTitle,
	.HomepageFeatureDates,
	.HomepageFeatureDescription {
		float:none;
		width:calc(100% - 40px);
		margin-left:20px;
		margin-right:20px;
		clear:both;
		margin-bottom:5px;
		text-align:left;
		}
	.HomepageFeatureDates {
		margin-bottom:0px;
		}
	.HomepageFeatureItemLeft,
	.HomepageFeatureItemRight {
		background-image:none;
		}
	.HomepageFeatureImage .HomepageFeatureTitle {
		width: calc(100% - 40px);
		}
	.HomepageFeatureTitle h2 {
		margin-left:0px;
		margin-right:0px;
		margin-bottom:15px;
		}
	}
	
/**************************************************************************
LEFT NAVIGATION
**************************************************************************/
.nav_column {
	float:left;
	width:215px;
	margin-right:5px;
	}
.nav_column ul, 
.nav_column li {
    list-style-type: none;
    margin:0px;
    padding:0px;
	}
.nav_column a {
    border: medium none;
    color: #ffffff;
    display: block;
    font-weight: normal;
    padding: 12px 15px 14px 15px;
    text-decoration: none;
	}
.nav_column a:hover {
    border: medium none;
    color: #ffffff;
    display: block;
    font-weight: normal;
    padding: 12px 15px 14px 15px;
    text-decoration: none;
	}
.nav_column .selectedItem {
    border-style: solid;
    border-width: 0;
    display: block;
    padding: 12px 15px 14px 15px;
	}
.nav_column a:link, 
.nav_column a:visited {
    border:0px;
	color:#476DAE;
    display: block;
    font-weight: bold;
    padding: 14px 40px 14px 15px;
    text-decoration:none;
    background-color:#f2f2f2;
	margin-bottom:5px;
    background-image: url(/site-elements/images/site-images/menu-grey.png);
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
	background-size:23px;
	}
.nav_column a:hover {
    background-color:#476DAE;
	color:#ffffff;
    border:0px;
    display: block;
    font-weight: bold;
    padding: 14px 40px 14px 15px;
    text-decoration:none;
	margin-bottom:5px;
    background-image: url(/site-elements/images/site-images/menu-white.png);
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
	background-size:23px;
	}
.nav_column li {
    background: none repeat scroll 0 0 transparent;
	font-size:11pt;
	font-family:'Montserrat', sans-serif;
	}
.navCurrent li {
    background-color:#f2f2f2;
	color:#476DAE;
	margin-bottom:5px;
	}
.selectedItem {
    background-color:#f2f2f2;	
    color:#2b2d8f;
    font-weight:bold;
	margin-bottom:5px;
	}
	
/**************************************************************************
MAIN CONTENT AREA
**************************************************************************/
.content {
	padding-bottom:50px;
	clear:both;
	}
.left_column {
	float:left;
	margin-right:20px;
	padding:0px 0px 0px 20px;
	}
.content_two_column .left_column {
	width:697px;
	border-right:0px;
	margin-right:0px;
	}
.left_column h2 {
	clear:left;
	}
.summary {
	color:#323232;
	font-size:11pt;
	margin:0px 0px 20px 0px !important;
	padding-bottom:20px;
	border-bottom:5px solid #F2F2F2;
	line-height: 18pt;
	}
.left_column .summary p {
	font-size:11pt;
	margin-bottom:0px;
	}
.left_column p {
	margin:0px 0px 20px 0px;
	line-height:18pt;
	font-size:11pt;
	clear:left;
	}
.left_column ul {
	list-style-type:none;
	padding:0px;
	clear:left;
	margin-bottom:30px;
	}
.left_column li {
	padding-left:20px;
	margin-bottom:20px;
	font-size:11pt;
	clear:left;
	border-left:13px solid #f2f2f2;
	line-height:18pt;
	}
.left_column .ContentImage {
	float:right;
	padding:0px;
	margin:-65px 0px 30px 0px;
	width:697px;
	height:295px;
	background-position:center center;
	background-size:cover;
	}
.left_column .M_ContentImage {
	display:none;
	}
.left_column .FeatureImage {
	float:right;
	margin:15px 0px 20px 20px;
	max-width:250px;
	}
.left_column .EventImage {
	float:left;
	padding:0px;
	border:4px solid #f2f2f2;
	margin:0px 0px 10px 0px;
	width:689px;
	height:200px;
	background-position:center center;
	background-size:cover;
	}
.left_column .M_EventImage {
	display:none;
	}
.ContentSeparator {
	width:692px;
	height:4px;
	background-color:#f2f2f2;
	float:left;
	clear:both;
	margin-top:10px;
	margin-bottom:15px;
	}
.M_ContentSeparator {
	display:none;
	}
.M_ContentWrapper img {
	float:right;
	margin-left: 20px;
	}
.M_ContentWrapper img.content-image {
	max-width:100%;
	clear:both;
	float:none;
	display: block;
	margin:30px 0px;
	}
.M_ContentWrapper img.ImageFloatLeft {
    display: block;
    margin: 20px 20px 20px 0px;
	float:none;
	}
.M_ContentWrapper img.ImageFloatRight {
    float:right;
	margin: 20px 0px 20px 20px;
	}
.HackBox {
	float:left;
    clear:both;
    width:calc(100% - 60px);
    background-color:#f2f2f2;
    font-size:0.8em;
	padding:30px;
	margin-top:20px;
	margin-bottom:30px;
	}
.HackBox p {
	clear:both;
	float:left;
	color:#000000;
	line-height:1.45;
       	}
.HackBox a:link,
.HackBox a:hover,
.HackBox a:visited {
	margin-right:5px;
	}
.HackBox span {
	display:inline-block;
	}
.grey-box-content-area {
	background-color: #F2F2F2;
	padding:30px;
	margin-top:20px;
	margin-bottom:40px;
	clear:both;
    float:left;
	width:calc(100% - 60px);
	word-break:break-word;
	}
.grey-box-content-area h2 {
	margin: 0px 0px 10px 0px;
    line-height: 18pt;
	color:#2e2f99;
    font-size: 18pt;
	font-family:'Montserrat', sans-serif;
	font-weight: 800;
    clear: left;
	}
.grey-box-content-area p {
	clear:both;
	float:left;
	color:#000000;
	line-height:1.45;
	margin-top:10px;
	}
.grey-box-content-area li {
	margin-bottom:0px;
	padding-left:0px;
	}	
a.Button:link,
a.Button:hover,
a.Button:visited {
	color:#ffffff;
    padding:20px;
	margin-top:20px;
	margin-bottom:40px;
    background-color:#476DAE;
    border:none;
    font-size:0.9em;
	font-family:'Montserrat', sans-serif;
    font-weight:bold;
	float:left;
	clear:left;
	cursor:pointer;
	}
a.ButtonGreen:link,
a.ButtonGreen:hover,
a.ButtonGreen:visited {
	color:#ffffff;
    padding:20px;
	margin-top:20px;
	margin-bottom:40px;
    background-color:#3C7C42 ;
    border:none;
    font-size:0.9em;
	font-family:'Montserrat', sans-serif;
    font-weight:bold;
    text-align:center;
	float:left;
	clear:left;
	cursor:pointer;
	}
a.ButtonRed:link,
a.ButtonRed:hover,
a.ButtonRed:visited {
	color:#ffffff;
    padding:20px;
	margin-top:20px;
	margin-bottom:40px;
    background-color:#C03221;
    border:none;
    font-size:0.9em;
	font-family:'Montserrat', sans-serif;
    font-weight:bold;
    text-align:center;
	float:left;
	clear:left;
	cursor:pointer;
	}
a.ButtonBlack:link,
a.ButtonBlack:hover,
a.ButtonBlack:visited {
	color:#ffffff;
    padding:20px;
	margin-top:20px;
	margin-bottom:40px;
    background-color:#2A2B2E;
    border:none;
    font-size:0.9em;
	font-family:'Montserrat', sans-serif;
    font-weight:bold;
    text-align:center;
	float:left;
	clear:left;
	cursor:pointer;
	}
a.ButtonDisabled {
	pointer-events:none;
    cursor:default;
	background-color:#e5e5e5 !important;
	color:#2A2B2E !important;
	}
div#componentbuttons a:link,
div#componentbuttons a:hover,
div#componentbuttons a:visited {
	color:#ffffff;
    padding:20px;
	margin-top:20px;
	margin-bottom:40px;
    background-color:#293182;
    border:none;
    border-bottom:5px solid #ffffff;
    font-size:0.9em;
	font-family:'Montserrat', sans-serif;
    font-weight:bold;
    text-align:center;
	float:right;
	cursor:pointer;
	}
p a.Button:link,
p a.Button:hover,
p a.Button:visited,
p a.ButtonRed:link,
p a.ButtonRed:hover,
p a.ButtonRed:visited,
p a.ButtonGreen:link,
p a.ButtonGreen:hover,
p a.ButtonGreen:visited,
p a.ButtonBlack:link,
p a.ButtonBlack:hover,
p a.ButtonBlack:visited {
	margin-top:0px;
	}
@media screen and (max-width: 960px) {
	.content {
		padding-bottom:10px;
		}
	.nav_column {
		display:none;
		}
	.M_ContentWrapper {
		width:calc(100% - 40px);
		margin:0px 20px 0px 20px;
		float:left;
		word-wrap:break-word;
		}
	.left_column,
	.content_two_column .left_column	{
		width:100%;
		padding:0px;
		margin:0px;
		border:none;
		}
	.left_column .EventImage,
	.left_column .ContentImage {
		margin:0px 0px 20px 0px;
		width:100%;
		height:250px;
		}
	.left_column .FeatureImage {
		margin:0px 0px 20px 0px;
		}		
	.M_EventImageWrapper .FeatureImage {
		display:block;
		}
	.InlineContentImage {
		width:60% !important;
		height:auto !important;
		max-width:300px;
		margin-left:20px;
		margin-bottom:20px;
		}
	.ContentSeparator {
		display:none;
		}
	.M_ContentSeparator {
		display:none;
		}
	}
@media screen and (max-width: 529px) {
	.M_ContentWrapper img {
		margin: 0px 0px 20px 20px;
		max-width: 50%;
		height: auto;
		}
	.left_column .FeatureImage {
		display:none;
		}
	.InlineContentImageContainer {
		text-align:center;
		width:100%;
		}
	.InlineContentImage {
		width:100% !important;
		height:auto !important;
		float:none !important;
		margin:auto !important;
		}
	.left_column .M_EventImage,
	.left_column .M_ContentImage	{
		height:250px;
		}
	.M_ContentWrapper img.content-image {
		width:100% !important;
		}
	}
	
/**************************************************************************
LANDING PAGES
**************************************************************************/
.LandingPageFeature1,
.LandingPageFeature2,
.LandingPageFeature3,
.LandingPageFeature4,
.LandingPageFeature5,
.LandingPageFeature6,
.LandingPageFeature7,
.LandingPageFeature8,
.LandingPageFeature9,
.LandingPageFeature10,
.LandingPageFeature11,
.LandingPageFeature12,
.LandingPageFeature13,
.LandingPageFeature14,
.LandingPageFeature15,
.LandingPageFeature16,
.LandingPageFeature17,
.LandingPageFeature18,
.LandingPageFeature19,
.LandingPageFeature20,
.LandingPageFeature21,
.LandingPageFeature22,
.LandingPageFeature23,
.LandingPageFeature24,
.LandingPageFeature25,
.LandingPageFeature26,
.LandingPageFeature27,
.LandingPageFeature28,
.LandingPageFeature29,
.LandingPageFeature30 {
	width:212px;
	float:left;
	margin-bottom:20px;
	margin-right:30px;
	padding:0px;	
	}
.LandingPageFeature3,
.LandingPageFeature6,
.LandingPageFeature9,
.LandingPageFeature12,
.LandingPageFeature15,
.LandingPageFeature18,
.LandingPageFeature21,
.LandingPageFeature24,
.LandingPageFeature27,
.LandingPageFeature30 {
	margin-right:0px !important;
	}
.LandingPageFeature1,
.LandingPageFeature2,
.LandingPageFeature3 {
	margin-top:20px;
	}
.LandingPageFeatureImage {
	width:212px;
	height:120px;
	float:left;
	background-size:cover;
    background-position:center center;
	background-repeat:no-repeat;
	}
.LandingPageFeatureTitle {
	color:#ffffff;
	padding:10px;
	width:192px;
	float:left;
	clear:left;
	margin:0px;
	height:80px;
	font-family:'Montserrat', sans-serif;
	}
a:link .LandingPageFeatureLink,
a:visited .LandingPageFeatureLink {
	cursor:pointer;
	text-decoration:none;
	background-color:#476DAE;
	background-image:url(/site-elements/images/site-images/icon-light-blue.png);
	background-position:calc(100% - 10px) calc(100% - 10px);
	background-repeat:no-repeat;	
	background-size:23px;
	}
a:hover .LandingPageFeatureLink {
	background-color:#2b2d8f;
	cursor:pointer;
	text-decoration:none;
	}
.LandingPageFeatureLink div {
	width:160px;
	}
@media screen and (max-width: 960px) {	
	.LandingPageFeature1,
	.LandingPageFeature2,
	.LandingPageFeature3,
	.LandingPageFeature4,
	.LandingPageFeature5,
	.LandingPageFeature6,
	.LandingPageFeature7,
	.LandingPageFeature8,
	.LandingPageFeature9,
	.LandingPageFeature10,
	.LandingPageFeature11,
	.LandingPageFeature12,
	.LandingPageFeature13,
	.LandingPageFeature14,
	.LandingPageFeature15,
	.LandingPageFeature16,
	.LandingPageFeature17,
	.LandingPageFeature18,
	.LandingPageFeature19,
	.LandingPageFeature20,
	.LandingPageFeature21,
	.LandingPageFeature22,
	.LandingPageFeature23,
	.LandingPageFeature24,
	.LandingPageFeature25,
	.LandingPageFeature26,
	.LandingPageFeature27,
	.LandingPageFeature28,
	.LandingPageFeature29,
	.LandingPageFeature30 {
		width:100%;
		text-align:center;
		margin:0px 0px 30px 0px;
		}
	.LandingPageFeatureImage {
		width:100%;
		}
	a:link .LandingPageFeatureLink,
	a:visited .LandingPageFeatureLink {
		background-position:calc(100% - 20px) 50%;
		}		
	.LandingPageFeatureTitle  {
		width:calc(100% - 40px);
		height:auto;
		padding-left:20px;
		padding-right:20px;
		font-family:'Montserrat', sans-serif;
		}
	.LandingPageFeatureLink div {
		text-align:left;
		width:calc(100% - 40px);	
		padding:5px 0px;	
		}
	}
@media screen and (max-width: 529px) {	
	.LandingPageFeature1,
	.LandingPageFeature2,
	.LandingPageFeature3,
	.LandingPageFeature4,
	.LandingPageFeature5,
	.LandingPageFeature6,
	.LandingPageFeature7,
	.LandingPageFeature8,
	.LandingPageFeature9,
	.LandingPageFeature10,
	.LandingPageFeature11,
	.LandingPageFeature12,
	.LandingPageFeature13,
	.LandingPageFeature14,
	.LandingPageFeature15,
	.LandingPageFeature16,
	.LandingPageFeature17,
	.LandingPageFeature18,
	.LandingPageFeature19,
	.LandingPageFeature20,
	.LandingPageFeature21,
	.LandingPageFeature22,
	.LandingPageFeature23,
	.LandingPageFeature24,
	.LandingPageFeature25,
	.LandingPageFeature26,
	.LandingPageFeature27,
	.LandingPageFeature28,
	.LandingPageFeature29,
	.LandingPageFeature30 {
		width:100%;
		text-align:center;
		margin:0px 0px 30px 0px;
		}
	.LandingPageFeatureImage {
		width:100%;
		}
	.LandingPageFeatureTitle  {
		width:calc(100% - 40px);
		height:auto;
		padding-left:20px;
		padding-right:20px;
		}
	}
	

/**************************************************************************
EVENT DETAILS BOX
**************************************************************************/
.EventDetailsWrapper {
	width:677px;
	float:left;
	clear:both;
	background-position:center right;
	background-repeat:no-repeat;
	}
.M_EventDetailsWrapper,
.M_EventImageWrapper {
	display:none;
	}
.EventDetails {
	float:left;
	clear:both;
	width:100%;
	padding:10px 0px 10px 0px;
	background-color:#f2f2f2;
	font-size:0.8em;
	margin:15px 0px 15px 0px;
	}
.activity_day {
	background-image:url(/site-elements/images/icon-calendar.png);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:20px;
	padding:0px 0px 5px 30px;
	margin:0px 0px 0px 10px;
	font-weight:bold;
	width:100%;
	}
.activity_venue {
	background-image:url(/site-elements/images/icon-location.png);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:20px;
	padding:0px 0px 5px 30px;
	margin:0px 0px 0px 10px;
	width:100%;
	}
.activity_host {
	background-image:url(/site-elements/images/icon-play.png);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:20px;
	padding:0px 0px 5px 30px;
	margin:0px 0px 0px 10px;
	width:100%;
	}
.activity_info {
	background-image:url(/site-elements/images/icon-exclamation.png);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:20px;
	padding:0px 0px 5px 30px;
	margin:0px 0px 0px 10px;
	width:100%;
	}
.EventDetailsImage {
	width:240px;
	float:right;
	margin:15px 0px 15px 15px;
	}
.EventDetailsImage img {
	max-width:229px;
	float:right;
	}
.container {
	margin-bottom:30px;
	}
.container iframe {
	border:none;
	}
@media screen and (max-width: 2000px) {
	.M_ContentWrapper .container {
		position: relative ;
		overflow: hidden;
		width: 698px;
		height: 400px;
	}
	.M_ContentWrapper .container iframe,
	.M_ContentWrapper .container object,
	.M_ContentWrapper .container embed {
		position: absolute;
		top: 0;
		width: 698px;
		height: 400px;
	}
}

@media screen and (max-width: 960px) {	
	.M_ContentWrapper .container {
		position: relative;
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	}
	.M_ContentWrapper .container iframe,
	.M_ContentWrapper .container object,
	.M_ContentWrapper .container embed {
		position: absolute;
		top: 0 ;
		width: 100%;
		height: 100%;
		border: none;
	}
}

@media screen and (max-width: 960px) {	
	.EventDetails {
		display:none;
		}
	.M_EventDetailsWrapper {
		display:block;
		width:100%;
		}
	.M_EventDetailsWrapper .EventDetails {
		float:left;
		clear:both;
		width:100%;
		display:block;
		padding:10px 0px 10px 0px;
		background-color:#f2f2f2;
		font-size:0.8em;
		margin:15px 0px 15px 0px;
		}
	.HackBox {
		float:left;
		clear:both;
		width:96%;
		padding:5px 2% 5px 2%;
		background-color:#f2f2f2;
		font-size:0.8em;
		margin:15px 0px 15px 0px;
		}
	.M_EventImageWrapper {
		display:block;
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
		}
	}
@media screen and (max-width: 529px) {	
	.activity_day,
	.activity_venue,
	.activity_host,
	.activity_info {
		width:80%;
		margin:5px 3% 5px 3%;
		padding:0px 7% 0px 7%;
		}
	.M_EventImageWrapper img {
		display:none;
		}
	}
	
/**************************************************************************
EVENT LINKS
**************************************************************************/
.UsefulLinkEvent {
	width:100%;
	float:left;
	margin-bottom:15px;
	margin-top:5px;
	background-image:url(/site-elements/images/site-images/icon-dark-grey.png);
	background-position:100% 0%;
	background-repeat:no-repeat;
	background-size:23px;
	}
.UsefulLinkHeading {
	width:calc(100% - 140px);
	padding-left:10px;
	float:left;
	}
.UsefulLinkHeadingImageAdded {
	padding-left:20px;
	padding-right:20px;
	width:calc(100% - 160px);
	float:left;
	}
.UsefulLinkHeading h2,
.UsefulLinkHeadingImageAdded h2 {
	font-size:13pt;
	font-style:normal;
	margin:2px 0px 0px 0px;
	font-weight:bold;
	color:#00aeef;
	font-family:'Montserrat', sans-serif;
	}
.UsefulLinkSummary {
	clear:left;
	padding-left:10px;
	padding-bottom:15px;
	float:left;
	font-size:11pt;
	width:calc(100% - 140px);
	line-height: 18pt;
	}
.UsefulLinkSummaryImageAdded {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
	float:left;
	font-size:11pt;
	width:calc(100% - 190px);
	min-height:55px;
	line-height:18pt;
	}
.UsefulLinkSummaryImageAdded p {
	font-size:11pt;
	}
.UsefulLinkBorderImageAdded {
	width:550px;
	height:3px;
	background-color:#f2f2f2;
	float:right;
	}
.UsefulLinkBorder {
	width:100%;
	height:3px;
	background-color:#f2f2f2;
	float:left;
	}
.event_thumbnail_image {
    background-position:center center;
    background-size:cover;
	background-color:#f2f2f2;
    display: block;
	height:102px;
    width:102px;
	float:left;
    margin:5px 5px 10px 0px;
	}
.EventDate {
    width:100%;
    clear:left;
    font-weight:bold;
    float:left;
	}
@media screen and (max-width: 960px) {
	.UsefulLinkEvent,
	.UsefulLinkArticle {
		width:100% !important;
		background-image:none !important;
		margin-top:0px;
		}
	.UsefulLinkHeading,
	.UsefulLinkSummary {
		width:100%;
		padding-left:0px;
		}
	.UsefulLinkHeading h2,
	.UsefulLinkHeadingImageAdded h2 {
		margin-bottom:0px;
		}
	.UsefulLinkSummary {
		width:100%;
		padding-left:0px;
		}
	.event_thumbnail_image {
		width:120px;
		height:120px;
		float:left;
		margin:0px;
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover;
		}
	.UsefulLinkSummaryImageAdded {
		width:calc(100% - 160px);
		}
	.UsefulLinkBorder,
	.UsefulLinkBorderImageAdded {
		display:none;
		}
	.M_ContentBodyOnlyWrapper {
		width:94%;
		margin:0px 3% 10px 3%;
		float:left;
		}
	.M_ContentBodyOnlyWrapper h2 {
		margin-top:0px;
		margin-bottom:10px;
		}
	}	
	
/**************************************************************************
ARTICLE LINKS
**************************************************************************/
.UsefulLinkArticle {
	width:100%;
	float:left;
	margin-bottom:15px;
	margin-top:5px;
	background-image:url(/site-elements/images/article.png);
	background-position:top right;
	background-repeat:no-repeat;
	min-height:80px;
	}
	
/**************************************************************************
RELATED DOCUMENTS & LINKS
**************************************************************************/
#DocumentList {
	margin-bottom:20px;
	}
#RelatedDocuments h2, 
#RelatedContent h2 {
    background-color:#00AEEF;
    color: #FFFFFF;
    font-weight: normal;
    margin: 30px 0 20px 0;
    padding: 10px;
    text-align: left;
	font-size:13pt;
	clear:both;
	}
.description {
	background-color:#f1f1f1;
	padding:10px;
	font-size:10pt;
	}
.Document, 
.RelatedContent {
	background-color:#F2F2F2;
    padding:15px 15px 15px 20px;
    margin-bottom:20px;
    float:left;
    width:calc(100% - 35px);
	}
.DocumentList {
	margin-top:10px;
	}
.DocumentTitle, 
.RelatedContentTitle {
	float:left;
	padding-top:5px;
	}
.DocumentTitle a {
	text-decoration:none;
	}
.DocumentIcon, 
.RelatedContentIcon {
	float:right;
	width:25px;
	height:31px;
	}
.DocumentIcon img, 
.RelatedContentIcon img {
	display:none;
	}
.word-icon {
	background-image:url(/site-elements/images/document-icons/2020/doc.png);
	background-repeat:no-repeat;
	background-size:25px 31px;
	}
.pdf-icon {
	background-image:url(/site-elements/images/document-icons/2020/pdf.png);
	background-repeat:no-repeat;
	background-size:25px 31px;
	}
.excel-icon {
	background-image:url(/site-elements/images/document-icons/2020/xls.png);
	background-repeat:no-repeat;
	background-size:25px 31px;
	}
.powerpoint-icon {
	background-image:url(/site-elements/images/document-icons/2020/ppt.png);
	background-repeat:no-repeat;
	background-size:25px 31px;
	}
.mp3file-icon {
	background-image:url(/site-elements/images/document-icons/2020/mp3.png);
	background-repeat:no-repeat;
	background-size:25px 31px;
	}
.ziparchive-icon {
	background-image:url(/site-elements/images/document-icons/2020/zip.png);
	background-repeat:no-repeat;
	background-size:25px 31px;
	}	
.DocumentSize {
	float:right;
	padding-top:5px;
	font-weight:bold;
	margin-right:10px;
	}
@media screen and (max-width: 960px) {
	.DocumentTitle {
		width:70%;
		}
	.DocumentSize {
		display:none;
		}
	.DocumentIcon {
		width:10%;
		}
	}

/**************************************************************************
SECURE AREA LOGIN
**************************************************************************/
.sys_logon-control input[type="text"],
.sys_logon-control input[type="password"] {	
	width:calc(100% - 20px);
	margin:10px 0;
    height:20px;
	font-family:'Montserrat', sans-serif;
	font-size:1em;
    background:#e5e5e5;
    padding:10px;
    color:#1c1c1c;
    font-weight:normal;
	border-radius:4px;
    box-shadow:none;
    border:none;
    margin-bottom:20px;	
	-webkit-appearance:none;
	}
.sys_logon-control input[type="submit"] {
	color:#ffffff;
    padding:14px 15px 14px 15px;
	margin-top:20px;
	margin-bottom:40px;
    background-color:#476DAE;
    border:none;
    font-size:0.9em;
	font-family:'Montserrat', sans-serif;
    font-weight:bold;
	float:left;
	clear:left;
	cursor:pointer;
	width:200px;
	-webkit-appearance:none;
	}
.sys_wsfed-logon {
	display:none;
	}
.sys_logon-control .sys_loginerror {
	float:left;
	clear:left;
	color: #ff0000;
	}
@media screen and (max-width: 529px) {
	.sys_logon-control input[type="submit"] {
		width:100%;
		}
	}

/**************************************************************************
FOOTER
**************************************************************************/
.HomePage .footer-top {
	margin-top:-100px;
	z-index:99999;
	}
.footer {
	clear:both;
	float:left;
	width:100%;
	background: #293182;
	z-index:9999;
	margin-top:100px;
	padding-top:80px;
	padding-bottom:40px;
	}
.footer_center {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	}
.footer_left {
	font-size:11pt;
	color:#ffffff;
	font-weight:normal;
	width:100%;
	float:left;
	line-height:18pt;
	}
.footer_nav, 
.footer_sec_nav {
	font-weight:normal;
	list-style-type:none;
	padding:0px;
	font-size:11pt;
	margin:30px 0px;
	}
.footer_nav li, 
.footer_sec_nav li {
	display:inline;
	margin-right:5px;
	padding-right:7px;
	border-right:1px solid #ffffff;
	}
.footer_nav li a, 
.footer_sec_nav li a {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	}
.footer_nav li a:hover,
.footer_sec_nav li a:hover {
	text-decoration:underline;
	font-weight:normal;
	}
.footer_right {
	float:left;
	width:70%;	
	margin-bottom:40px;
	}
.footer_right img {
	float:left;
	height:40px;
	margin-right:30px;
	}
.footer_copyright {
	width:30%;
	float:right;
	text-align:right;
	margin-top:20px;
	color:#ffffff;
	font-size:11pt;
	}
.footer-mobile-nav {
	display:none;
	}
@media screen and (max-width: 960px) {
	.footer {
		height:auto;
		float:left;
		margin-top:20px;
		padding-top:80px;
		padding-bottom:80px;
		}
	.footer_center {
		width:100%;
		}
	.footer_left {	
		clear:both;
		width:calc(100% - 40px);
		padding:0px 20px 0px 20px;
		}
	.footer_sec_nav {
		margin-top:30px;
		margin-bottom:10px;
		}
	.footer-mobile-nav {
		font-weight:normal;
		list-style-type:none;
		padding:0px;
		font-size:11pt;
		display:block;
		margin-top:30px;
    	margin-bottom:10px;
		}
	.footer-mobile-nav li {
		display:inline;
		margin-right:5px;
		padding-right:7px;
		border-right:1px solid #ffffff;
		}
	.footer-mobile-nav li a {
		color:#ffffff;
		text-decoration:none;
		font-weight:700;
		}
	.footer-mobile-nav li a:hover {
		text-decoration:underline;
		font-weight:normal;
		}
	.footer_right {
		clear:both;
		width:calc(100% - 40px);
		margin:0px 20px 0px 20px;
		background-position:left center;
		}
	.footer_right img {
		margin-top:30px;
		}
	.footer_copyright {
		width:calc(100% - 40px);
		clear:both;
		padding:20px 20px 0px 20px;
		text-align:left;
		}
	}

@media screen and (max-width: 529px) {
	.footer_center {
		text-align:left;
		}	
	.footer_right {
		background-position:center center;
		}
	}	
@media screen and (max-width: 800px) {
	.footer_center {
		text-align:left;
		}	
	.footer_right {
		background-position:center center;
		}
	}
	
#ot-sdk-cookie-policy {
    line-height: 18pt !important;
    font-size: 11pt !important;
    font-family: 'Open Sans', sans-serif !important;
}

#ot-sdk-cookie-policy p, #cookie-policy-description {
    line-height: 18pt !important;
    font-size: 11pt !important;
    font-family: 'Open Sans', sans-serif !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk #pc-title {
    font-family: 'Open Sans', sans-serif;
}

h3#cookie-policy-title {
    font-family: 'Open Sans', sans-serif;
}

#ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy h5 {
    font-family: 'Open Sans', sans-serif;
}

ul.cookies-list li {
    font-family: 'Open Sans', sans-serif;
}
.CookieSettingsButton.ot-sdk-show-settings {
    display: inline-block;
    min-width: 15.625rem;
    padding: 0.625rem 3.125rem;
    margin: 0.625rem 0;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: 0;
    border-radius: 0.125rem;
    transition: all 300ms ease;
    cursor: pointer;
    color: #fff;
    background-color:#293182;
}
.CookieSettingsButton.ot-sdk-show-settings:hover{
	background: #30399c
}