body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}
html {
    height: 100%;
}
#wrapper_header, #wrapper_top_menu, #wrapper_body, #wrapper_footer, #wrapper_copyright, #warpper_strapline, .wrapper_page_infopanel, #wrapper_top_social {
    padding: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0px;
}
#wrapper_copyright {
	background-color: #FFFFFF;
}
#wrapper_copyright #layout_copyright {
	padding: 10px;
	text-align: center;
}
#wrapper_header {
	background-color: rgba(255,255,255,0.80);
	margin-top: 0px;
}
#wrapper_body {

}
#wrapper_footer {
	background-color: #1B1464;
	border-top: 5px solid #FCEE21;
}


#layout_header, #layout_top_menu, #layout_body, #layout_footer, #layout_copyright, #layout_strapline, .layout_page_infopanel, #layout_top_social {
    width: 100%;
    max-width: 1280px;
	margin: 0px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 0px;
    height: auto;
}

#layout_header {
	margin-top: 0px;
	border-radius: 20px 20px 0px 0px;
    padding-left: 20px;
    padding-right: 20px;
}
#layout_top_menu {

}
#layout_body {
	padding: 0px;
	background-repeat: repeat-y;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#layout_footer {
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat-y;
	border-radius: 0px 0px 20px 20px;
	margin-bottom: 0px;
	text-align: center;
}
#bgimg_top {
    background-color: #000000;
    background-attachment: fixed;
    background-image: url(/images/back.jpg);
    background-position: center top;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -200;
    width: 100%;
    height: 100%;
    background-size: cover;
}
audio {
	width: 320px;
	padding: 0px;
	margin: 0px;
}


.clear {
	clear: both;
	height: 0px;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#layout_footer a {
    color: #FFFFFF;
    text-decoration: none;
}
#top_logo {
	float: left;
	padding: 10px;
}
#top_contact {
	width: 100%;
	text-align: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#top_contact ul {
	padding: 0px;
	margin: 0px;
}
#top_contact ul li {
	display: inline-block;
	list-style-type: none;
}
#top_contact ul li a {
	text-shadow: 0px 0px #616161;
	font-size: 22px;
	color: #707070;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 40px;
	padding-bottom: 5px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
}
#top_contact ul li .telephone {
	background-image: url(/images/icon_tel_top.png);
}
#top_contact ul li .email {
	background-image: url(/images/icon_email_top.png);
}
#top_menu {
	float: none;
	height: 35px;
	width: 100%;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}

#breadcrumb {
    font-size: 11px;
    color: #fff;
    padding: 10px;
    display: block;
    width: 100%;
	background-color: rgba(27,20,100,0.80);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 78px;
}
#breadcrumb a {
	color: #fff;
	text-decoration: none;
}
#layout_footer #foot_contact {
	float: right;
	width: 280px;
}
#layout_footer #foot_menu {
    margin: 0px;
    width: 60%;
    padding: 0px;
}
#layout_footer #foot_menu li {
    float: left;
    width: 33.333%;
    list-style-type: none;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 0px;
    padding-bottom: 5px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0px;
    box-sizing: border-box;
}
#layout_footer #foot_menu li a {
    font-size: 16px;
}

#layout_footer ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}
#layout_footer ul li {
	display: inline-block;
	list-style-type: none;
}
#layout_footer ul li a {
	text-shadow: 0px 0px #616161;
	font-size: 22px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 40px;
	padding-bottom: 5px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
}
#layout_footer ul li .telephone {
	background-image: url(/images/icon_tel.png);
}
#layout_footer ul li .email {
	background-image: url(/images/icon_email.png);
}
#side_menu {
	margin: 0px;
	padding: 0px;
}
#side_menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 2px solid #999;
}
#side_menu li a {
	padding: 5px;
	display: block;
	color: #012845;
	text-decoration: none;
	font-weight: bold;
}
#side_menu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#side_menu ul li a {
	color: #666;
	font-weight: normal;
}
#layout_footer #foot_contact p {
	font-size: 12px;
	line-height: normal;
}
#side_menu ul li {
	border-bottom-width: 1px;
}

#page_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#page_col_centre {
	float: left;
    width: 60%;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 350px;
    flex-grow: 1;
}
#page_col_full {
	padding: 25px;
    width: 100%;
	background-color: #FFFFFF;
    box-sizing: border-box;
}
#page_col_main {
    float: left;
    width: 60%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-grow: 1;
}
#page_col_left {
    float: left;
    width: 280px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
#page_col_right {
    float: left;
    width: 260px;
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
#page_col_left h5, #page_col_right h5 {
    font-size: 16px;
    display: block;
    padding: 5px;
    color: #036;
    margin: 0px;
}
.page_col_half {
	padding: 10px;
	float: left;
	width: 49%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page_col_third {
	padding: 10px;
	float: left;
	width: 32%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pages_index {
	padding: 0px;
	margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.pages_index li {
	margin: 1%;
	padding: 0px;
	width: 31.333%;
	border: 1px solid #CCC;
	list-style-type: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pages_index li a {
    text-decoration: none;
    color: #000;
}
.pages_index li img {
    width: 100%;
    height: auto;
}
.pages_index li h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.pages_index li .btn_pages_more {
	color: #FFF;
	text-decoration: none;
	background-color: #00397A;
	display: block;
	padding: 3px;
}
#infopanels {
	margin: 0px;
	padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
#infopanels li {
	background-color: #E6E6E6;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	list-style-type: none;
    box-sizing: border-box;
    width: 100%;
}
#infopanels li .infopanel_image {
	float: left;
	clear: none;
    width: 33.333%;
}
#infopanels li h3 {
	margin-left: 35%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#infopanels li p {
	margin-left: 35%;
	font-size: 12px;
}

.wrapper_page_infopanel {
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 2px solid #1B1464;
	background-position: center top;
}

.layout_page_infopanel {
	padding: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	min-height: 500px;
    display: flex;
    align-items: center;
}

.layout_page_infopanel h3 {
	text-align: center;
	font-size: 28px;
	color: #1B1464;
	margin: 0px;
	margin-bottom: 20px;
}

.layout_page_infopanel .panel_content {
	margin: 10px;
	padding: 15px;
	width: 30%;
	margin-right: auto;
	background-color: rgba(255,255,255,0.80);
	color: #030303;
}

#infoboxes {
	margin: 0px;
	padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
#infoboxes li {
	background-color: #E6E6E6;
	padding: 10px;
	margin: 1%;
	border: 1px solid #CCC;
	list-style-type: none;
    width: 48%;
    box-sizing: border-box;
}
#infoboxes li .infopanel_image {
	float: left;
	clear: none;
    width: 100%;
    padding-right: 0px;
    height: auto;
    margin-bottom: 10px;
}
#infoboxes li h3 {
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#infobox li p {
	font-size: 12px;
}
#banner_image {
	width: 100%;
	height: 240px;
    background-size: cover;
    position: absolute;
    z-index: -200;
    left: 0px;
    top: 0px;
}

#banner_video {
  height: 240px;
  border-right:none;
  border-left: none;
  position: relative;
  padding: 0px;
}
#banner_video #video-container {
	position: absolute;
}
#banner_video #video-container {
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	overflow: hidden;
}
#banner_video video {
	position:absolute;
	z-index:0;
}
#banner_video video.fillWidth {
	width: 100%;
}


#contact_form_box {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#contact_form_box label {
    display: none;
}
.g-recaptcha div {
    
    margin-left: auto;
    margin-right: auto;
}
#infopanel_500137 .panel_content {
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}
#infopanel_500137 .layout_page_infopanel {
    padding: 0px;
    height: auto;
    min-height: 320px;
    max-width: 100%;
}

@media {

	@viewport {
		width:device-width;
	}
	@-ms-viewport{width:device-width}
}
@media (max-width: 960px) {

}
@media (max-width: 850px) {
	#page_col_left {
        width: 180px;
	}
	#page_col_right {
	}
	#page_col_centre {
	}
	#page_col_main {
	}
    #top_contact ul li a {
        font-size: 16px
    }
    .layout_page_infopanel .panel_content {
        width: 50%;
    }
}

@media (max-width: 780px) {
	#page_col_left {
		width: 100%;
        order: 3;
	}
	#page_col_right {
		width: 100%;
        order: 2;
	}
	#page_col_centre {
		width: 100%;
        order: 1;
	}
	#page_col_main {
		width: 100%;
        order: 1;
	}
        #top_contact ul li a {
        font-size: 14px
    }
}

@media (max-width: 720px) {
     #top_contact {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media (max-width: 650px) {

#layout_footer #foot_contact {
	float: none;
}

#layout_footer #foot_menu {
    width: 100%;
}
#layout_footer #foot_menu li {
    width: 33.333%;
}
    
    #contact_form_box {
    width: 100%;
    padding: 10px;
    float: none;
}
    
.layout_page_infopanel .panel_content {
    width: auto;
    }
    
    #infoboxes li {
    width: 98%;
}
    
    .pages_index li {
	width: 48%;
}
#top_contact {
    display: none;
}
}

@media (max-width: 480px) {
#layout_footer #foot_menu li {
    width: 50%;
}
#top_logo {
	float: none;
	width: 100%;
	padding: 10px;
	text-align: center;
	height: auto;
    box-sizing: border-box;
}
#top_logo a img {
	width: auto;
    height: 80px;
}

.pages_index li {
	width: 48%;
}

    #top_menu {
        padding-right: 10px;
    }
    
    
#infopanels li .infopanel_image {
	float: none;
	clear: none;
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0px;
    }
#infopanels li h3 {
	margin-left: 0px;
}
#infopanels li p {
	margin-left: 0px;
}
#top_menu {
    height: 55px;
}
    #breadcrumb {
        margin-top: 28px;
    }
}

@media (max-width: 360px) {
#layout_footer #foot_menu li {
    width: 100%;
}
        .pages_index li {
	width: 98%;
}
#top_logo a img {
	width: auto;
    height: 60px;
}
}
