﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

/*EDITOR notification bar*/
#contentBox {
    margin-right: 0px;
    margin-left: 00px;
    min-width: 100%;
}


/* IE fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .customMain {
		float:left!important;
		width:90%!important;
		margin-left: 5%!important;
	}
}

#s4-workspace {
	height: auto!important;
	width: auto!important;
}


.ms-notif-box {
    min-width: 140px;
    z-index: 400;
    position: initial;
    right: 0px;
}
/*End notification bar*/

html {
  scroll-behavior: smooth;
}

.customMain h2, .customMain h1, .ms-core-navigation {
	font-family: 'Inter', sans-serif!important;
	padding-top: 40px!important;
}

#s4-ribbonrow.stickyribbon {
    position: fixed!important;
    top: 0!important;
    width: 100%!important;
    z-index: 999999!important;
    opacity: 1;
}

.ms-cui-menu {
    z-index: 99999!important;
    position: fixed!important;
    top:125px!important;
}

#tab5 {
	display:none;
}


.padding {
    padding: 35px;
    width: 97%;
    box-sizing: border-box;
    float: left;
}


#report_return {
    max-height: 400px;
    overflow: auto;
}


/* hi there */


body, p, h1, h2, h3, h4, a {
	/*font-family: roboto, sans-serif!important;*/
	font-family: 'Inter', sans-serif!important;
	font-size:1em;
}



body  {
	/*font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Fira Sans",Ubuntu,Oxygen,"Oxygen Sans",Cantarell,"Droid Sans","Apple Color Emoji","Segoe UI Emoji","Segoe UI Emoji","Segoe UI Symbol","Lucida Grande",Helvetica,Arial,sans-serif;*/
	
	/*font-family: 'Roboto', sans-serif!important;*/
	font-family: 'Inter', sans-serif!important;
	margin: 0;
	padding: 0;

	/*background-image: url('bg_grey.jpg');*/
	/*background-image: url('bk_img.gif');
	background-repeat:repeat-x;*/
	background-position: top center;
	background-color: white!important;
		
	overflow:auto!important;
	/*background-image: url("/Style Library/IMAGES/snow.jpg");*/
	background-repeat:repeat;
	color: #1f1f1f;
    /*font: 400 17px/24px Roboto,Noto Sans,Noto Sans JP,Noto Sans KR,Noto Naskh Arabic,Noto Sans Thai,Noto Sans Hebrew,Noto Sans Bengali,sans-serif;*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;

}


div.article, div.welcome {
    padding: 1px;
    color: #1f1f1f;
    /*font: 300 17px/25px Roboto,Noto Sans,Noto Sans JP,Noto Sans KR,Noto Naskh Arabic,Noto Sans Thai,Noto Sans Hebrew,Noto Sans Bengali,sans-serif;*/
    font-family: 'Inter', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}




.customBreadcrumbs ul, .customBreadcrumbs li {	
	list-style: none!important;
    display: inline!important;
    margin-left: 0px;
}

.s4-breadcrumb-arrowcont {	
	display:none;
}


.s4-breadcrumbRootNode {	
	display:none;
}


.customPageTitle {
	margin-top: 100px!important;
}


.dashed {
	float:left;
	width: 100%;
	border-top: 1px dashed silver;
	margin-bottom:20px;
	margin-top: 10px;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

/*Code added GJ */

button {
	min-width: inherit!important;
	margin-left: 0px;
    font-family: inherit!important;
    font-size: 100%!important;
    border: none;
}

/*Code added GJ */

.ms-signInLink {	
	display:none!important;
}




.nu_dragon {	
	float: left;
	position: absolute;
	width: 338px;
	height: 119px;
	background-image: url("/Style Library/IMAGES/dragon_logo_fade.png");
	background-repeat: no-repeat;
	background-size: contain;
	right: 12.2%;
	top: -22px;
	opacity: 0.8;
	z-index: -3 !important;
}

.first .mdd-topmenu-label:before {
	content: "\f015";
	font-size: 1.1em;
}


ul ul {
    margin-left: 20px;
}



.mdd-topmenu-label:before {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	color: white;
	opacity: 0.5;
	position: absolute;
	left: 14%;
	font-size: 0.60em;
}

.relmenu_div ul li a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    float: right;
    margin-right: 16px;
    color: #868686;
    font-size: 0.8em;
}




.ms-rteElement-P {
	color: black!important;
}


.customMainContent ul {
	clear:both!important;
}


strong {
	font-weight: normal!important;
}


p {
	float: left;
	width:100%;	
}


/* font size of lists on homepage */
.home_style_list ul li {
	font-size: 15px!important;
	line-height: 25px!important;
}

/* font size of all other lists */
.customMain ul li {
    float: left;	
    width: 100%;
}


.more_columns li {
	width: auto!important;	
}

.more_columns li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.horizontal_tabs_holder ul li {
	    width: 25%!important;
}



.footer_links, .mdd-topmenu-label {	
	font-size: 15px!important;	
}


.ms-rteTable-ccouncil {
	margin-top: 20px!important;
	margin-bottom: 20px!important;
	-webkit-box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.28);
	box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.28);
}

.ms-rteTable-ccouncil td {	
	padding:12px!important;
}


.ms-rteTable-ccouncil tr {
	text-decoration: none;
	color: #333 !important;
	list-style: none;
	line-height: 30px;
	padding: 0px;
	width: 99.9%;	
	border-bottom: 1px solid #e6e6e6;	
}


.ms-rteTable-ccouncil tr:nth-child(even){
	background: rgb(249,249,249);	
}

.ms-rteTable-ccouncil tr:nth-child(odd){
	background: rgb(253 252 252);
}

.ms-rteTable-ccouncil th.ms-rteTableHeaderOddCol-ccouncil, .ms-rteTable-ccouncil td.ms-rteTableFooterOddCol-ccouncil, .ms-rteTable-ccouncil th.ms-rteTableHeaderFirstCol-ccouncil, .ms-rteTable-ccouncil th.ms-rteTableFooterFirstCol-ccouncil {	
	padding: 12px!important;
}

/* fix for bullet points */
.customMain table.ms-rteTable-ccouncil li {
    margin-left: 0px;
}




.font-small {	
	font-size: 1em!important;	
}

.caption p {
	font-size:1.5em;
	color:black;
}

.custom-list-no-bullet {
	list-style-type: none;
	margin: 0!important;
	padding: 0;
	line-height: 30px!important;
	font-size:16px!important;
	
}

caption {
	color: white;
	padding: 10px !important;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	background: #06525c;
	border: 1px solid #e0e0e0 !important; 
	border-bottom: 0px !important;	
}

.colour-white {
	color: white!important;
}

.bold {	
	font-weight:bold;
}


/*Strike announcement */

.strikealert {
	float: left; 
	width: 95%; 
	background: url("/_layouts/images/bgximg.png") repeat-x scroll 0px -260px #FDF289;	padding: 10px;
	color:#000;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	border: 1px solid #cccccc;
    border-radius: 10px;
}

/*Xmas announcement */

#xmas {
	float: left; 
	width: 100%;
	background-image: url("/Style Library/IMAGES/xmasbg.jpg");
	
	padding-top: 30px;
	padding-bottom: 30px;
	color:#fff;
	margin-bottom: 10px;
}

#xmas p {
	font-size: large!important;
	text-align:center;
	padding-right: 20px;
	color: #d6f6ff!important;
	
}

#xmas a {
color: #fff;
font-weight: bold;
text-shadow: 0px 0px 4px rgba(150, 150, 150, 0.62);
}

.clearxmas {
    clear:both
}


.custom-list-no-bullet {
	list-style-type: none;	
	padding: 0!important;
	margin: 0!important;
}




/* #################### TEMP FIX FOR SQASHED RIBBON ##################### */

/*
.ms-cui-tts-scale-1 .ms-cui-tt-span, .ms-cui-tts-scale-1 .ms-cui-cg-t, .ms-cui-tts-scale-2 .ms-cui-tt-span {
    border-top: 1px solid transparent;
    display: block;
    padding: 4px 10px;
    text-align: center;
    }

*/    
/* #################### TEMP FIX FOR SQASHED RIBBON ##################### */    

#ctl00_MSO_ContentDiv{
	overflow:hidden;
	margin-top:0px;
}

/* #################### SEARCH RESULTS ############################### */

input.s4-searchbox-QueryPrompt {
    font-style:normal;
}

.srch-results {
    padding-left: 0px;
    max-width: 920px;
}

.srch-Title2 a:link, .srch-Title2 a:visited {
    color: #015B66 !important;
    font-size: 16px;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-weight:normal;
    text-decoration: none !important;
    margin:0 0 15px 0;
}

.srch-Title2 a:hover {
    color: #015B66 !important;
    font-size: 16px;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-weight:normal;
    text-decoration: underline !important;
    margin:0 0 15px 0;
}

.srch-Title2 strong {
font-weight:normal;
}

.srch-Title3 {
    padding-left: 24px;
}

.srch-Description2 {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0px 0 10px 25px;
    max-width: 900px;
    line-height:20px;
}

.srch-Metadata1 {
    width: 100%;
    margin: 0px 0px 0px 25px;
    max-width: 575px;
    color:#015B66;
    display:none;
}

.srch-Metadata1 a:link{
    width: 100%;
    margin: 0px 0px 0px 25px;
    max-width: 575px;
    color:#015B66;
}




.srch-Metadata2 {
	display:none;
}

span.srch-urllink a:link, .srch-urllink a:visited {
    color: #015B66;
    font-size: 1em;
}

.ms-searchref-categoryname {
    padding: 1px 3px 7px 11px;
    color: #3B4F65;
    font-size: 1.1em;
    height: 25px;
}

.ms-searchref-filter li, .ms-searchref-filtermsg li {
    color: #0072BC;
    margin-left: 0px;
    padding: 4px 0px 4px 0px;
}

#sr_left {
width:22%;
float:left;
}

#sr_right {
width:76%;
float:left;
}


.srch-advancedtable {
    /*margin: 40px auto;*/
    border: 1px solid #DBDDDE;
    background: none repeat scroll 0% 0% #FCFCFC;
    padding: 0px 25px 25px 10px;
    width:95%;
}

td.ms-advsrchHeadingText {
    font-size: 1.0em;
    color: #003759;
    font-weight: normal !important;
    padding: 5px;
}

.ms-advsrchbutton {
    text-align: right;
    padding: 0 10px 0 0
}

.ms-advsrchtips {
    padding: 25px 0 10px 5px;
}

td.ms-advsrchText-v2 {
    color: #5D6878;
    vertical-align: middle;
    padding: 5px;
}

.ms-advsrchText-v2box {
    width: 200px;
    border: 1px solid #ABADB3;
    height: 22px;
    font-size: 1em;
    font-family: verdana,tahoma,sans-serif;
    padding: 5px;
}

/* #################### end ############################### */

#masterwrapper {
	/*background-image: url('bk_img_wave.gif');
	background-repeat:repeat-x;*/
	/*background-image: url('bg_main2.jpg');
	background-image: url('city2.jpg');
	background-repeat:no-repeat;*/
	color:black;
	margin-top:0px;
	background-color:white;
	overflow: hidden;

}

#masterwrapper_splash {
	/*background-image: url('bk_img_wave.gif');
	background-repeat:repeat-x;*/
	/*background-image: url('bg_main2.jpg');
	background-image: url('city2.jpg');
	background-repeat:no-repeat;*/
	overflow:auto;
	color:black;
}


#js_mobmenu {
visibility:hidden;
display:none;
}

#header {
	display:none;
}


#fixedhead {
display:none;
}

.main {
	display:none;
}

#slider { width: 280px; height: 190px; }


/*RELATED SIDE BAR CSS*/
.relmenu_div {
	width: 22%;
	max-width: 360px;
	float: right;	
	background-color: #2A2A2A;
	position: absolute;
	right: 0px;
	top: 119px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,ffffff+100 */
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding-bottom:100px;
	outline:none;
	z-index:91;
}



.this_page_icon:before {
	content:none!important;
}

.no_icon:before {
	content:none!important;
}

.sticky {
     position: fixed!Important;
     top: 0px!important;
     width: 22%;
	float: right;	
	background-color: #2A2A2A;	
	right: -1px;
	top: 240px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,ffffff+100 */
background: rgb(204,204,204); /* Old browsers */
background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
padding-bottom:190px;
opacity: 0.9;

}


.sticky_mobile {
    position: fixed!Important;
    bottom: 0px;
    z-index: 100!important;
    border-top: 3px solid #D8D7D7;
    left: -3px;
    padding-bottom: 86px;
    background: white;
 }
 
.sticky_mobile button {
    padding: 10px!important;
}

.mobile_header_holder {
   float: right;
	color: white;
	width: 65%;
	text-align: right;
	margin-right: 10px;
	top: 12px;
	position: relative;
}

.mobile_title {
	width: 100%;
	float: right;
}

.mobile_link {
	float: right;
	width:72%;
}

.mobile_link_text {
    width: 100%;
    font-size: 0.7em;
    color: #c8c8c8;
    position: relative;
	top: -4px;
}

.mobile_logo {
	float: right;
	background-image: url("/Style Library/IMAGES/Cardiff_Council_Dragon_small.png");
	width: 56px;
	height: 56px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 7px;
	position:relative;
	top:3px;
}


.main-content-wrap {
	width: 70%;
	float:left;
}


.relmenu_div ul {     
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #000;
	list-style: none;
}


.elsewhere {
	background:#015b66!important;
	list-style:none; 
	text-decoration:none;
	padding: 10px;
	padding-left: 18px!important; 
	margin-top:2px;
}

.onpage {
	background:#015b66!important;
	list-style:none; 
	text-decoration:none;
	padding: 14px;
	padding-left: 18px!important;
}

.relmenu_div ul ul {
	margin-left: 0px;
} 


.relmenu_div ul li {     
	background:#eff1f1;     
	line-height:30px;   
	font-size:16px;      
	list-style:none; 	
	border-left:1px solid #d7d7d7;
	margin-left:0px;
	float:left;
	width:100%;
	-webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-sizing: border-box;
 }
 
 .closer, .relmenu_div ul li#active, .see_also_top {
	border-left:1px solid #d1d1d1!important;
	box-sizing: border-box;
}


.relmenu_div ul li#active:before,.relmenu_div ul li.active:before, .see_also_top:before {
	content: "\f06e";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;	
    margin-right: 10px;	
}



.relmenu_div ul li a, .relmenu_div ul li button {     
	text-decoration: none;
	color: #525151;
	list-style: none;
	line-height: 22px;
	display: block;
	padding: 4.5px;
	outline: none;
	font-size: 0.96em;
	background: #f3f3f3;	
	font-weight: 300!important;
	border: 1px solid #f3f3f3;
	
}

.relmenu_div ul li button {
	padding: 10px;
    padding-left: 20px;
    text-align:center;
    text-align: left;
    font-size: 0.95em!important;
    width: 100%;	
}



.relmenu_div ul li a:hover, .relmenu_div ul li button:hover {
	text-decoration:none;
	background: #e6e4e4;
	color: #000;
	border: 1px solid orange;
} 

.relmenu_div ul li a:focus, .relmenu_div ul li button:focus {
	text-decoration:none;
	background: #e6e4e4;
	color: #000;
	border:  5px solid orange!important;
} 


.relmenu_div ul li#active,.relmenu_div ul li.active, .see_also_top {
	position: relative;
	color: #181818!important;
	background: #fff;
	padding:7px;
	text-align:center;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left:0px!important;
	font-size:small;
} 

.see_also_top {
    background: none !important;
    font-size: 0.9em !important;
}


.relmenu_div li:first-child {
	border-top: 0px!important;
}


.menu_active {	
	background:#e6e4e4!important;
	position:relative;
	color:#474040!important;

}

/*END - RELATED SIDE BAR CSS*/



/* SEARCH RESULTS */
.ms-WPBody{
font-family:Verdana, Arial, sans-serif;
font-size:12px;
color:#cccccc;
}

.srch-Title2 A:link {
color:lime;
text-decoration:none;
}

.srch-Description2 {
font-family:Verdana, Arial, sans-serif;
font-size:14px;
}


/*Council Custom table styling*/

.ms-rteTable-ccouncil{
	-ms-name:"Table Style Cardiff Council";
	text-align: left;
	vertical-align:middle;
	color:#000000;
	border: 1px solid #e0e0e0;
	border-top: 0px;
	/*line-height: 30px;*/

}


.ms-rteTable-ccouncil th.ms-rteTableHeaderRow-ccouncil,
.ms-rteTable-ccouncil tr.ms-rteTableFooterRow-ccouncil{
background-color:#FFF;
border-top:1px #01383f solid;
border-bottom:1px #01383f solid;

}
.ms-rteTable-ccouncil th.ms-rteTableHeaderFirstCol-ccouncil,
.ms-rteTable-ccouncil th.ms-rteTableFooterFirstCol-ccouncil{
background: #05616d;
list-style: none;
text-decoration: none;
padding: 12px;
color: white;
font-weight: normal;
}
.ms-rteTable-ccouncil th.ms-rteTableHeaderOddCol-ccouncil,
.ms-rteTable-ccouncil td.ms-rteTableFooterOddCol-ccouncil{
background: #05616d;
list-style: none;
text-decoration: none;
padding: 12px;
color: white;
font-weight: normal;
}
.ms-rteTable-ccouncil th.ms-rteTableHeaderEvenCol-ccouncil,
.ms-rteTable-ccouncil td.ms-rteTableFooterEvenCol-ccouncil{
background: #05616d;
list-style: none;
text-decoration: none;
padding: 12px!important;
color: white;
font-weight: normal;
}
.ms-rteTable-ccouncil th.ms-rteTableHeaderLastCol-ccouncil,
.ms-rteTable-ccouncil td.ms-rteTableFooterLastCol-ccouncil{
	background: #05616d;
	list-style: none;
	text-decoration: none;
	padding: 12px;
	font-weight: normal;
	color: white;
}
.ms-rteTable-ccouncil tr.ms-rteTableOddRow-ccouncil{
	text-decoration: none;
	color: #333 !important;
	list-style: none;
	line-height: 30px;
	padding: 0px;
	width: 99.9%;
	background: rgb(249,249,249);
	border-bottom: 1px solid #e6e6e6;
}
.ms-rteTable-ccouncil tr.ms-rteTableEvenRow-ccouncil{
	text-decoration: none;
	color: #333 !important;
	list-style: none;
	line-height: 30px;
	padding: 0px;
	width: 99.9%;
	background: rgb(253 252 252);
	border-bottom: 1px solid #e6e6e6;
}
.ms-rteTable-ccouncil th.ms-rteTableFirstCol-ccouncil{
	font-weight:normal;
	text-align: left; 
	padding:12px!important;
}
.ms-rteTable-ccouncil td.ms-rteTableLastCol-ccouncil{
	font-weight:normal;
}
.ms-rteTable-ccouncil td.ms-rteTableOddCol-ccouncil{
	text-align: left ;
	padding:10px;
}

.ms-rteTable-ccouncil td.ms-rteTableEvenCol-ccouncil{
	text-align: left ;
	padding:10px;
}
.ms-rteTableGrid td,.ms-rteTableGrid th{
border:1px dotted black;
}

/*Council Custom table styling*/


.ms-rteJohnTest {
	-ms-name:"John Test";

	
}




/*
-----------------------------------------------------------------------------
  Mobile Menu
-----------------------------------------------------------------------------
*/


.scroller-inner {
	display:none;
	}
	
.block block-40 clearfix {
	display:none;
}	

img {
	border: none;
}

p {
	margin: 5px 0px 10px 0px;
}



h2, h4, h5, h6, h7 {	
	margin-top: 40px!important;	
	clear:both;
	font-weight:400!important;
		
}


h2 {
	float: left;
	width: 100%;
	margin-bottom: 12px!important;		
	padding-bottom: 5px!important;
	border-top: 1px solid #0e656f!important;     
	padding-top: 15px;
}

.middle h2 {
	border-bottom: 0px #d6d6d6 solid!important;	
	padding-bottom: 0px!important;
	margin-bottom: 0px!important;	
	margin-top: 0px!important;	
}



h1, h2 {
	color:#015b66!important;	
	font-size: 1.6em!important;
	font-weight:normal;	
	border-top:thin #cccccc solid;	
	border-left:thin #cccccc solid;
}

h3 {
	color: #015b66!important;
    font-size: 1.2em !important;
    font-weight: normal;
    margin-bottom: 10px !important;
    float: left;
    width: 100%;
    margin-top: 20px!important;
}


h4 {
	color:black;	
	font-size: 22px;
	font-weight:normal;
}


h5 {
	color:black;	
	font-size: 22px;
	font-weight:normal;
}

h6 {
	color:black;
	
	font-size:1.5em;
	font-weight:normal;
}


/*Override sharepoint default styles*/

.ms-rteElement-H2 {
color: #000;

font-size: 1.5em;
font-weight: normal;
}


.ms-rteElement-H4 {
color: #000;

font-size: 1.5em;
font-weight: normal;
font-style:normal;}

.ms-rteElement-H5 {
color: #000;

font-size: 1.5em;
font-weight: normal;
}

.ms-rteElement-H6 {
color: #000;

font-size: 1.5em;
font-weight: normal;
}



/*Override sharepoint default styles*/

a, a:visited, a:link {
	color: #00525f;
	text-decoration: none;
	font-weight:normal;
}

a:hover {
	color: black;
	text-decoration: underline;
}

form {
	margin:0;
	padding:0;
}

div {
	padding: 0px;
	margin: 0px;
}

h1.customPageTitle {		
	font-weight:normal;
	width: 98%!important;	
	padding-top: 16px;
	padding-bottom: 14px;
	margin: 0px!important;
	margin-top: 10px!important;
	color: #015b66!important;	
	z-index:80;
	float:left;
	border: 0px;
	font-family: 'Inter', sans-serif!important;	
	display: inline-block;
}

.customTicketTitle h1 {
	font-family: Arial,sans-serif;
	font-size: 2.0em;
	margin:30px 0 20px 0;
	font-weight:normal;
}


.ms-rtestate-field img {
	/*width:100%;*/
}

.customClear {
	clear: both;
}

.mobilesearch {
display:none;
}

.customCentered {
	width: 100%;
	margin: auto;	
	background-color:#ffffff;
	margin-top: 50px;
	margin-bottom:0px;
}

.customMain {
	/*width: 100% !important;*/
	max-width:1700px!important;
	background-color: white;
	color: black;
	min-height: 400px;
	padding: 10px 6%;
	overflow: none;	
	padding-top: 10px;
	padding-bottom: 50px;	
	margin-right:auto;
	margin-left:auto;
}

.customMain a {
	font-weight: normal;
	text-decoration:underline;
}

.customMain a:not(.customMain .API_HOLDER a,.relmenu_div ul li a,.customMain .sharing_box a) {
padding-top: 14px; /*Adds accessibility padding for min 44px height */
padding-bottom: 14px; /*Adds accessibility padding for min 44px height */
}









.customMain a:focus {
	border: 1px solid orange;
}

.customMain li {
	margin-left:35px;
    line-height: 1.7em;
}

.customToplinks {  
    color: white !important;
    padding: 8px;
    text-align: right;
    float: right;
	opacity:1;
	font-size: 1.1em!important;
	background: #0a5964;
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.12);
	box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.12);
}

.customToplinks:hover {
	opacity:1;
}


.customToplinks a {	
	color:white!important;
	padding-right: 5px;
	padding-left: 5px; 
	padding-top: 13px!important;	
	padding-bottom: 13px!important; 	
}


.customToplinks a:focus {
	outline: 2px solid orange;
}

#trigger {
    border-radius: 0px!important;
    border-right: 1px solid #12464e; 
    padding: 18px!important;
    float: left;
}


#trigger:hover, #trigger:focus {
    background: #033c41;
}

.new_hamburger:after {
	content: "\f0c9";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	color:white;
	float:left;	
	font-size: 1.5em;
}

.customTop {
	background-color: #015B66;
	height:130px;
	margin:0px 0 0px;
	width: 100%;
	color: #0f3655;	
	background-image:url('logo_wave2.png');
	background-repeat:no-repeat;
	float: left;
}

.logo_mobile {
	float: right;
	width: 240px;
	height: auto;
	margin-top: 2px;
}

.customTop_cym {
	background-color: #015B66;
	height:130px;
	margin:0px 0 0px;
	width: 100%;
	color: #0f3655;	
	background-image:url('logo_wave2_cym.png');
	background-repeat:no-repeat;
}

.customTopLeft {
	float:left;
	line-height:19px;
	width:auto;
	padding-left:5px;
}

.customTopRight {
	float: right;
	width: 500px;
	margin-right: 0px;
	margin-top: 7px;
}

.s4-search {
	width: 100%;	
}


.s4-search input.ms-sbplain:hover, .s4-search input.ms-sbplain:focus {
	color: #015b66cc !important;
}

.s4-search input.ms-sbplain, .main_search {
    width: 100%!important;
    -webkit-appearance: none!important;    
    height: 50px!important;
    line-height: 40px;    
    margin: 0px;
    margin-left: 0px!important; 
    border: 2px solid white;
	color: #2f2f2f!important;    
    background-color: #fff!important;	
	font-family: 'Inter', sans-serif!important;	
	box-sizing: content-box;
	font-size: 0.95em;	
	z-index:97!important;
	text-indent: 65px;	
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);	
}

.main_search {
	border-radius: 30px;
	border: 2px solid white!important;
}


.s4-search input.ms-sbplain:focus, .main_search:focus {		
	background-color: #fff;
	font-size: 0.95em;
	color:#01383f!important;
	border: none;
	outline: 5px solid orange!important;
}

.ms-sbrow .ms-sbcell {
	width:84%;
}

.ms-sbgo {
	width:10%!important;
}


.customSearch:after {
	content: "\f002";
	position: relative;
	width: 8px;
	height: 10px;
	top: -35px;
	left: 15px;
	color: #015b66;	
	padding: 14px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 1.1em;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.mobile_search:before {
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.mobile_search_holder {
	position: relative;
	float:left;
	width:100%;	
	display: none;
}


.mobile_search_icon {
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 100;
    color: teal;
}

.mobile_search_icon:after {
	content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}


.customTopRightItem {
	float: left;
	padding-left: 10px;
	/*width:auto;*/
	width:360px;
}

.customTop input {
	height: 12px;
	width: 100px;
	font-size: 1em;
}

.customTop select {
	height:19px;
	font-size: 1em;
}

.customLogin {
	float:left;
	width:auto;
}

.customLogin a{
color:#ccc;
font-size:11px;
}

.customLogin a:hover{
color:#ccc;
font-size:11px;
}

.customLogin a:visited{
color:#ccc;
font-size:11px;
}

.customLogin a:visited:hover{
color:#ccc;
font-size:11px;
}

.customHeader {
	/*background-image: url('city.jpg');*/
	background-color:#eee;
	height: 40px;
	width: 100%;
	color:#000;
	background-image: url("/Style Library/IMAGES/top_menu.jpg");
}

.customHeader a:link {
color:#000;
}

.az_text {
	color:#000;	 
	float:left;
	font-size:large;
	padding: 15px 0 15px 50px;
	width: 15%;
}

.az_text_cym {	
	padding: 10px 0 20px 25px!important;
}



.customAZ {

	color:#fff;
	font-size:x-large;
	padding:0.1px;
	display:block;
	padding:15px 0;
	float: left;
	width: 80%;	
}

.customAZ_cym {

	color:#fff;
	font-size:large;
	padding:0.1px;
	display:block;
	padding:20px 0;
}


.az_services_button {
	display:none;
}

.customAZ ul {
    text-align: left!important;
}

/*A-Z header*/

h2.atoz {
color:#015b66;
	}


/*A-Z splash*/
.atoz-links {
	width: 825px;}

.atoz-links a {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
	text-decoration:none;
    background-color: #015b66;
    color: #F2F2F2;
    display: block;
    float: left;
    padding: 10px;
    margin: 5px;
    min-width: 50px;
	border: 2px solid #01383f;
}

.atoz-links a:hover,.atoz-links a:focus {
    background-color: #ffffff;
	border: 2px solid #01383f;
	color: #015b66;
	text-decoration:none;}
		
/*End A-Z splash*/


.mobile_search {
	display:none;
	background: url(/_layouts/images/bgximg.png) repeat-x scroll 0 20px #FFFFFF;
    border: 0px!important;
    font-size: 1.0em;
    height: 56px;
    padding: 0px!important;
    margin: 0px;
    margin-left: 0px!important;
    width: 100% !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-radius: 0px !important;
    text-indent: 56px;
    position: relative;
    z-index: 90;
}






.customAZ ul {
    text-align:center;
}

.customAZ li {
display:inline-block;
padding:0 4px 0 4px;
font-size:x-large;
}

.customAZ li a{
font-size: 1.2em;
color: #06515B;}


.customAZ li a:hover{
color:#000;
}


.customAZ li a:visited{
color:#015b66;
}

.customAZ li a:visited:hover{
color:#015b66;
}

.customAZ_cym ul {
    text-align:center;
}

.customAZ_cym li {
display:inline-block;
padding:0 4px 0 4px;
font-size:large;
}

.customAZ_cym li a{
color:#fff;
}

.customAZ_cym li a:hover{
color:#fff;
}


.customAZ_cym li a:visited{
color:#fff;
}

.customAZ_cym li a:visited:hover{
color:#fff;
}


.s4-tn {
display:none;
}



.customTopNavHolder {
	/*background-image:url('dottedline.gif');
	background-position:left top;
	background-repeat:no-repeat;*/
	/*background-image:url('nav_hover.gif');
	background-position:right top;
	background-repeat: repeat-x;*/
	float:right;
	height:42px;
	padding-left:1px;
	position:relative;
	right:0px;
	top:0px;
	white-space:nowrap;
	width:100%;
	background-color:#015B66;
}

.customLeftNavHolder {

	margin-left:5px;
	margin-top:5px;
	padding-bottom:20px;
	width:210px;
}

.mobilehome {
	display:none;
}

.customFooter {
	background-image: url('footer_bg.png');
	background-repeat: no-repeat;
	background-color: #333;
	float: left;
	width: 100%;
	color: #505050;
	padding:8px 20px;
	width:977px;
}

.customFooter_holder {
	float: left;	
}


.icon_youtube {
	top: 0px!important;
	position:relative;
}

.customFooter_language {
	float: left;
	padding: 10px 0 0 10px;	
}


.customLogo {
	float:left;
	left:25px;
	position:relative;
	top:32px;
}

.customMSLogo {
	background-image:url('microsoft_logo.gif');
	background-position:left top;
	background-repeat:no-repeat;
	height:14px;
	width:84px;
	position: relative;
	display: block;
	float: right;
}

.footer_holder_wrap {
	float:left;
	height: 70px;
	width:100%;
	background-color: #01383f;
	background-image: url("/Style Library/Images/green_traingles.jpg");
	overflow:hidden;
}


.customFooterLeft {
	float: left; 
	width: 180px;	
	padding-left: 20px;
	padding-top: 10px;
	color: #999999;
	height: 60px;
	font-size:small!important;
}


.customFooterLeft_icons {
	float: left; 
	width: 165px;	
	padding-left: 0px;
	padding-top: 10px;
	color: #999999;	
	height: 60px;
	
}

.icon_twitter:after {
	content: "\f099";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;

}

.icon_facebook:after {
	content: "\f39e";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;

}

.icon_youtube:after {
	content: "\f167";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;

}

.icon_insta:after {
	content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;

}

.icon_linkedin:after {
	content: "\f08c";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;

}

/*What next socials*/

.whatnext li {
  list-style: none;
  display: inline-block;
}

.socialicon_twitter:before {
	content: "\f099";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    padding-right: 10px;

}

.socialicon_facebook:before {
	content: "\f39e";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    padding-right: 10px;

}

.socialicon_youtube:before {
	content: "\f167";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    padding-right: 10px;

}

.socialicon_insta:before {
	content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    padding-right: 10px;

}

.socialicon_linkedin:before {
	content: "\f08c";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    padding-right: 10px;
}




.customFooterLeft_icons a {
    color: white;
    font-size:1.2em!important;
    margin-right: 8px;
    background: #053535;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    float: left;
    text-align: center;
    padding-top: 10px;}

.customFooterLeft_icons a:hover {
	opacity:1;
	text-decoration:none;
}

.customFooterLeft_links {
    float: left;   
    padding-left: 25px;
    padding-top: 5px;
    color: #999999;
    height: 60px;    
}

.customfooter_copy {
    float: left;
    width: 100%;
    background-color: #0d3945;
    color: #d3d3d3;
    text-align: right;
    font-size: small;
}

.customfooter_copytext {
	float: left;	
	margin: 4px;
	margin-left: 49px;
}


.customFooterRight {
	float: right; 
	width: 185px;
	padding-top: 5px;	
	padding-right: 10px;
	text-align: right;
	height: 60px;	
}


.soctim_logo {
	
}

a.customFooterLink {
	float: left;
	color: #fff;	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 13px;
	padding-bottom: 13px;
}

a.customFooterLink_welsh {
	float: left;
	color: #505050;	
	padding-right: 20px;
}

.customFooterTwitter {
	float: left; 
	padding-left: 25px;
	height:50px;
}

.footer_links {
	float: left;	
}


.customFooterLeft_cym {
	float: left; 
	width: 470px; 
	height: 10px;
	padding: 10px 0 0 10px;
	color: #999999;
}



.customMainLeft {
	float:left;
	padding-right:20px;
	width:240px;
}

.customMainRight { 
	width:760px;
	padding-bottom:15px;
	float: left;
	padding-left:0px!important;	
}

.customSubTitle {
	font-family: Arial,sans-serif;
	color: #929B98;
	font-weight: bold;
	font-size: 105%;
}

.customPageTitle {
	text-transform:none;
}

.customMainContent {
	padding-bottom: 20px;
	padding-right:0px;
	line-height:1.5em;
	color:black;
}

.customTicketTitle {
	background-image:url('ticket_bg.gif');
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	line-height:34px;
	padding-left:4px;
	width:245px;
}


/*
-----------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------
*/

.customSearch_mob {
	display:none;
	z-index:99!important;
	position:relative;
}

.scroller {
	z-index:99!important;
	position:relative;	
}

.customSearch {	
	float:left;
	width: 85%;	

}

/* search button hider */
.customSearch .ms-sbgo img {
	display: none;
	top:45px;
}


.s4-wpTopTable {
	width:100%;
}


/* fancy search button */
.customSearch .ms-sbgo a {
	display: block;
	height: 52px;
		
	background:transparent url('/Style Library/IMAGES/menu_search_silver.png') no-repeat scroll left top;
	background-position:center center;
	background-repeat:no-repeat;
	margin: 0px;	
	position: relative;		
	background-color: #3b747b !important;	
	box-sizing: content-box;
}

/* search button hover */
.customSearch .ms-sbgo a:hover, .customSearch .ms-sbgo a:focus {
	/*background-image: url('but_go_on.gif');*/
	
	background-color: #096f7b !important;
}

.nu_homepage_tagline {	
	position: absolute;
	float: left;
	top: 26px;
	left: 100px;	
}


.nu_tagline {	
	float: left;
	color: #fff!important;	
	font-size: 1.1em!important;
	font-weight: 200!important;
	margin:0px!important;
	border:0px!important;	
	position:relative;
}

h2.nu_tagline {
    padding-top: 0px!important;
}

.nu_tagline_splash {
	top:11px;
}

.nu_tagline_small {
    float: left;   
    color: #E0E0E0;
    position:relative;
    top:-5px;
    left:1px;
    font-size:0.75em;
}


.customSearch .ms-sbgo a:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(1, 56, 63, 0);
	border-right-color: #3b747b ;
	border-width: 7px;
	margin-top: -7px;
}

/* search box style */
.customSearch input.ms-sbplain {	
	height:45px;	
	background-image: none;
	color: black;
}


.customSearch input.ms-sbplain:focus {	
	height:45px;	
	background-image: none;
	color: black;
}


.s4-search input.ms-sbplain {
width: 100%;
height: 45px;
}

/*
-----------------------------------------------------------------------------
  Top Navigation
-----------------------------------------------------------------------------
*/

/* arrow for flyouts */
.menu-horizontal a.dynamic-children span.additional-background,
.menu-horizontal span.dynamic-children span.additional-background {
	padding-right:0px;
	background-image:none;
}

/* item style */
.s4-tn li.static > .menu-item {
	white-space:nowrap;
	border:0px none transparent;
	padding:12px 20px 15px 20px;
	display:inline-block;
	vertical-align:middle;
	color:white;
	font-family:arial,helvetica,sans-serif;
	font-size: 145%;
	font-weight: normal;
	background-color:#015B66;
	/*background-image:url('dottedline.gif');
	background-position:right top;
	background-repeat:no-repeat;
	background-color:transparent;*/
	/*background-image:url('nav_hover.gif');
	background-position:right top;
	background-repeat: repeat-x;*/

}

/* item style hover */
.s4-tn li.static > a {
	color: white;	
	text-decoration: none;
	background-color:#015B66;
	/*background-image:url('nav_hover.gif');
	background-position:right top;
	background-repeat: repeat-x;*/
}


/* item style hover */
.s4-tn li.static > a:hover {
	color: white;	
	text-decoration: none;
	background-color:#015B66;
	/*background-image:url('nav_hover.gif');
	background-position:right top;
	background-repeat: repeat-x;*/
}

/* flyout holder */
.s4-tn ul.dynamic {
	background-color:#1e4b68;
	border:0px none;
}

/* flyout item */
.s4-tn li.dynamic > .menu-item {
	display:block;
	white-space:nowrap;
	font-weight:normal;
	background-color: #1E4B68;
	background-repeat: repeat-x;
	padding:4px 8px 4px 10px;
	font-family:arial,helvetica,sans-serif;
	border-top: 0px;
	color: #ffffff;
}

/* flyout item hover */
.s4-tn li.dynamic > a:hover {
	font-weight:normal;
	text-decoration:none;
	background-color: #b5d8ee;
	color: #222222;
}

/*
-----------------------------------------------------------------------------
  Homepage
-----------------------------------------------------------------------------
*/

.bodywrapper {
width:100%;
}



.article .article-header 
{ 
	overflow: hidden;
	zoom: 1;
	border-bottom: none;
	font-size: 8pt;
	color: black; 
}

.top {
	width:100%; 
	height:200px;
}

.topleft {
	width:68%; 
	float:left;
}

#mainlogo {
	padding: 0px 0 0 17px;
}

#mainlogo_cym {
	padding:11px 0 0 17px;
}


.topright {
	width:30%; 
	background-color:#f4f4f4; 
	float:right; 
	
	font-size:12px; 
	border:1px solid #eee;
}

.topleft_council {
	width:68%; 
	float:left;
	height:280px;
	color:black;
	padding:0px;
	margin:0px;
}


.topright_council {
	width:290px; 
	background-color:#ffffff; 
	float:right; 
	
	font-size:12px; 
	border:1px solid #eee;
}

.presstop {
min-height:210px;}

.pressmiddle {
min-height:180px;}

.pressbottom {
min-height:200px;}


.middle {	
	width:100%; 	
	font-size:16px; 
	margin:0.5em 0 0 0; 
	clear: both!important;
	margin-bottom: 12px;
	float:left;
}

.middle-big {	
	width:100%; 
	
	font-size:16px; 
	margin:0.5em 0 0 0;
	margin-bottom: 20px;
	float: left; 	
}

.caption-custom {	
	background-color: #014c54;
	color: #ffffff!important;		
	padding: 10px!important;	
	font-size: medium;	
	padding-top: 12px!important;	
}

.custom-table-height-medium {	
	height: 180px;
}


.custom-table-height-big {	
	height: 300px;
}

.link-custom-white {
	color: white!important;		
}






a .ms-rtestate-read {
	font-size: 0.8em;
    margin-left: 10px;
    position: relative;
    top: -1px;
}



.top_landing {
	margin-bottom:10px!important;	
	float:left;	
	width:100%!important;
}




.top_landing a:hover:before, .top_landing a:focus:before {	
	left:1px;
	border:0px!important;
	position:relative;
	  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;	
} 

.top_landing .midleft h2 a, .top_landing .midmid h2 a, .top_landing .midright h2 a {
	height:75px!important;
}
 

 
 

.top_landing h2:after {
	content:"";
	width:80%;
	border-bottom: 0px solid #cecbcb!important;	
	float:left;
}


.top_landing .custom-list-no-bullet {
    padding: 0px;
}

.top_landing .midleft, .top_landing .midmid, .top_landing .midright {	
	padding-bottom: 20px!important;
}


.top_landing .midleft:hover h2, .top_landing .midmid:hover h2, .top_landing .midright:hover h2, .top_landing .tile:hover h2 {
	background: transparent!important;
}


.top_landing .custom-list-no-bullet a {
    color:#535050;   
}

.top_landing .custom-list-no-bullet a:hover, .top_landing .custom-list-no-bullet a:focus {
    color:#015b66;
}



.top_landing .custom-list-no-bullet li a:before {
	content: "\f18e";
	float: left;
	margin-right: 15px;
	margin-left:14px;
	width:3%;
	height:28px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}


.end_link a:before {
	content: "\f055"!important;
	float: left;
	margin-right: 15px!important;
	margin-left:14px!important;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	color:#909090;
	position: relative;
    left: -4px;
}

.end_link {
  margin-top: 15px !important;
  float: left;
  width: 100%;
  border-top: 1px solid #ececec;
  padding-top: 15px !important;
}



.bottom {
	width:100%; margin:1em 0 0 0;	 
	font-size:16px;	
}


.bottom-box {	
	background-color: #01383f;
	color: white;
	float: left;
	width: 100%;		
}

.bottombox-padding {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}


.midmidbottom {
	margin:0 1em 0 2em!important;
}



/*
-----------------------------------------------------------------------------
  Left Navigation
-----------------------------------------------------------------------------
*/

/* left nav item style */
.customLeftNavHolder li > .menu-item {
	background-image:url('arrow.gif');
	background-position:left center;
	background-repeat:no-repeat;
	border-bottom:1px solid #ECF0EF;
	padding:4px 0 4px 14px;
}

/*
-----------------------------------------------------------------------------
  Web Parts
-----------------------------------------------------------------------------
*/


/* web part title for left column */
.customLeftWPHolder .ms-WPTitle {
	color:inherit;
	padding:0px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0;
	text-transform: uppercase;
	background-image:url('ticket_bg.gif');
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	line-height:34px;
	padding-left:4px;
}

/* web part padding for left column */
.customLeftWPHolder .ms-wpContentDivSpace {
	padding: 0px;
}

/* remove some white speace from web parts in left column */
.customLeftWPHolder .ms-WPHeader .ms-wpTdSpace {
	display:none;
}

/* remove border from bottom of web parts in left column */
.customLeftWPHolder	.ms-WPHeader td {
	border-bottom: none;
}

.customFooterNav a {
	color:black;
}

.customFooterNav li{
	width:99%;
	list-style:none;
}

.customFooterNav {
	width:230px;
	float:left;
}

.customFooter .s4-notdlg {
background-color:#fff;
}



/*
-----------------------------------------------------------------------------
  Overrides for out of the box Sp css
-----------------------------------------------------------------------------
*/

/* hide body scrolling (SharePoint will handle) */
body {
	height:100%;
	overflow:auto;
	width:100%;
}
		
/* popout breadcrumb menu needs background color for firefox */
.s4-breadcrumb-menu {
	background:#F2F2F2;
}

/* if you want to change the left nav width, change this and the margin-left in .s4-ca */
body #s4-leftpanel {
	padding-right:20px;
}		

/* body area  */
.s4-ca {
	margin-left:0px;
}

/* fix scrolling on list pages */
#s4-bodyContainer {
	position: relative;
	padding-bottom:0px!important;
}

/* fix the font on some ootb menus */
.propertysheet, .ms-authoringcontrols {
	font-family: Verdana,Arial,sans-serif;;
	line-height: normal;
}

/* nicer border between top bar and page */
.ms-cui-topBar2 {
	border-bottom: 1px solid #666666;
}

/* hide the hover state for teh ribbon links */
#s4-ribbonrow a:hover {
	text-decoration: none;
}




/* fix ribbon line height */
#s4-ribbonrow {
	line-height: normal;
	z-index:100;
}

/* make site settings links look normal */
.ms-linksection-level1 ul li a {
	font-weight:normal;
}

/* hide the left margin when dialog is up */
.ms-dialog .customCentered, .ms-dialog .customMain, .ms-dialog .customMainRight {
	margin-left:0 !important;
	margin-right:0 !important;
	min-height:0 !important;
	min-width:0 !important;
	width:auto !important;
	height:auto !important;
	background-color: white !important;
	background-image: none !important;
	padding: 0px !important;
	overflow:inherit;
}

/* dialog bg */
.ms-dialog body {
	background-color: white;
	background-image: none;
}

/* fix dialog padding */
.ms-dialog .s4-wpcell-plain {
	padding: 4px;
}


/******************************************  MEGA DROPDOWN  STYLES *********************************/






#menu {
	list-style:none;
	width:977px;
	margin:0px auto 0px auto; 
	height:43px;
	padding:0px 20px 0px 0px;

	/* Rounded Corners */
	
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/

	/* Background color and gradients */
	
	background: #f4f4f4;
	/*background: -moz-linear-gradient(top, #669999, #466868);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#669999), to(#466868));*/
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));*/
	
	/* Borders */
	
	border: 0px solid #669999;
	
	

	/*-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;*/
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 10px 10px 10px 25px;
	margin-right:10px;
	margin-left:0px;
	margin-top:0px;
	border:none;
}

#menu li:hover {
	border: 0px solid #777777;
	padding: 10px 10px 10px 25px;
	
	/* Background color and gradients */
	
	background: #015B66;
	
	
	/*background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));*/
	
	/* Rounded corners */

	/*-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;*/
	
}

#menu li a {
	
	font-size:14px; 
	color: black;
	display:block;
	outline:0;
	text-decoration:none;
	/*text-shadow: 1px 1px 1px #000;*/
}

.drop {	
	top: 44px!important;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5)!important;
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5)!important;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5)!important;	
}

#menu li:hover a {
	color:#ffffff;
	/*text-shadow: 1px 1px 1px #ffffff;*/
}
#menu li .drop {
	padding-right:21px;
	/*background:url("/_layouts/images/sp2010_starter/drop.png") no-repeat right 8px;*/
}

#menu li .active{
background-color:#015b66;


}

#menu li:hover .drop {
	/*background:url("/_layouts/images/sp2010_starter/drop.png") no-repeat right 7px;*/
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:0px solid #669999;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	/*background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));*/

	/* Rounded Corners */
	/*-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;*/
}

/*
.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 480px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}
*/

.dropdown_1column {width: 240px; background-color:#015B66; color:#ffffff; margin-left:1px}
.dropdown_2columns {width: 320px; background-color:#015B66; color:#ffffff; margin-left:128px}
.dropdown_3columns {width: 240px; background-color:#015B66; color:#ffffff; margin-left:256px}
.dropdown_4columns {width: 240px; background-color:#015B66; color:#ffffff; margin-left:372px}

#menu li:hover .dropdown_1columns {
	left:-1px;
	top:auto;
}

#menu li:hover .dropdown_2columns {
	left:-50px;
	top:auto;
}

#menu li:hover .dropdown_3columns {
	left:-150px;
	top:auto;
}

#menu li:hover .dropdown_4columns {
	left:-200px;
	top:auto;
}


/*
#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}
*/

#menu li:hover .dropdown_1column {
	left:-1px;
	top:auto;
}

#menu li:hover .dropdown_2columns {
	left:-128px;
	top:auto;
}

#menu li:hover .dropdown_3columns {
	left:-256px;
	top:auto;
}

#menu li:hover .dropdown_4columns {
	left:-372px;
	top:auto;
}




.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:220px;}
.col_1_wide {width:330px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

.col_1_list {
	width:210px;
}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	/*-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;*/
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	
	line-height:21px;
	font-size:12px;
	text-align:left;
	/*text-shadow: 1px 1px 1px #FFFFFF;*/
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:14px;
	color:#ffffff;
	width:100%;
}
#menu li:hover div a:hover {
	color:#ffffff;
}


.strong, strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	/*text-shadow: 1px 1px 1px #ffffff;*/
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

/* Google Calendar */

#Google_desktop {
display:block;
}

#Google_mobile {
display:none;
}

/* Mobile Features */

#mobilefeatures {
display:none;
}


.goog-te-combo {
	background-color: #01383f !important;
	border-left: 2px solid #01383f !important;
	border-top: 2px solid #01383f !important;
	border-bottom: 2px solid #01383f !important;
	border-right: 2px solid #01383f !important;
	font-size: 18px !important;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	zoom: 1;
	*display: inline;
	color: white !important;
	margin-bottom: 40px !important;
	margin-top: 0px !important;
	width: 110%;
    border-radius: 15px;
    padding-left: 15px;
    overflow: hidden;
}

.goog-te-gadget {
  font-size: 21px!important;
  color: #fff!important;
}

.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
  font-size: 15px!important;
  color: #fff!important;
  font-weight: initial!important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
 font-size:21px!important;
 color:#fff!important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd img {
  height: 44px;
  width: auto;
}

#google_translate_element a {
padding: 10px!important;
display:none;
}


.goog-te-combo option {
  font-size: 19px;
  padding-bottom: 13px;
	padding-top: 13px;
}

/* ########################## Youtube Videos ######################################### */

.youtube-container {
	max-width:500px;
	margin:0px auto;
}

.youtube-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.youtube-video-container iframe,
.youtube-video-container object,
.youtube-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ##########################  Form styles ############################################ */

#ctl00_ctl28_g_a66df397_d289_4f0e_98e4_22603a9734b0_ctl00_updPnlContactUs a {
	font-size:14px;
}



.formwrapper {
    width:100%;
    height:100%;   
    font-family: 'Inter', sans-serif!important;
	float:left;
	padding-top:30px;
}


.formwrapper input[type="checkbox"] {
    margin-right: 5px;
}

input[type="text"][disabled] {	
	color: #7b7b7b;
}

.form_formDivWrap input[type="submit"] {
	background-color: #015B66;
	color: white;
	border: 0px;
	float: left;
	width: auto;
	border-radius: 6px !important;
	padding-top: 18px !important;
	padding: 20px;
	margin: 0px;
	margin-top: 30px;
	cursor: pointer;
	font-size:1.2em!important;
	margin-right:15px;
}

.form_formDivWrap input[type="submit"]:hover, .form_formDivWrap input[type="submit"]:focus {
	background-color: #017988;
	border:0px!important;
}


.formwrapper > div {
	padding: 0px;
	float:left;
	border: 0px solid silver;
	width:100%;	
	padding-bottom:0px;
	padding-top:0px;
}

.formoverride .formwrapper > div {
	border: 0px solid silver;	
}

.formoverrride .formwrapper {
	background-color: #ffffff!important;
	border: 1px solid silver!important;
}


.contact_page_style {	
	margin-top:	20px!important;
}


#ctl00_ctl29_g_7e053971_0073_48e5_a7a6_ee18a304a7b1_ctl00_updPnlForm_Address, #ctl00_ctl29_g_7e053971_0073_48e5_a7a6_ee18a304a7b1_ctl00_lblContactUs1, #ctl00_ctl29_g_7e053971_0073_48e5_a7a6_ee18a304a7b1_ctl00_updPnlForm_Part2 {
	float:left;
	margin-top: 20px;
	width:100%;
}

.form_formDivAddress {
    float: left;
	width: 100%;
	margin-bottom: 25px;
}

.form_formDivWrapNoLabel { 
}

.form_formTitle {
   
    font-size: 2.5em;
    font-weight: normal;
    color:#000;
    margin:20px 0 0 0;
    }
        

.form_formSubTitle {    
    margin-top: 20px;
    font-weight: inherit;
    font-size:18px;
    color:#333;
    width:99%;
    display:block;
    margin-bottom:15px;
}

.form_formSubSubTitle3 {
	display: none;}

.form_formDP {    
    font-size: 1.2em;
    color:#333;
    width:99%;
    display:block;
    margin-top:20px;
    text-align:left;
}

.form_formValidationSummary .form_formSubSubTitle:before {  
	content: "\f0e0";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	width: 100%;
	float: left;
	font-size: 3em;
	margin-bottom: 50px;	
}

.form_formValidationSummary .form_formSubSubTitle {
	padding-top: 45px;
	padding-bottom: 45px;
	margin:0px!important;
}


.form_formSubSubTitle {    
    font-weight: normal;
    font-size: 1.5em;
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;   
    color: #015B66;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 5px;
    float: left;
    width: 100%;
    text-align: left;
}





.form_formlabelReqFld {
    color:red;
    font-size:large;
    margin-left:0px;
    text-align:left;
    display:block;
    margin-bottom:10px;
    }
    
.form_formLabelReqFldTitle {
    width:100%;
    display:block;
    font-size:15px;
    margin-bottom:15px;
    color:black;
    text-align:left;
}
    
.form_formLabelReqFld {
    color:#000;
    font-size:large;
    margin-left:0px;
    float:left;
    width:1%;
    margin-right:5px;
    }
    

.form_formLabelTitle {
    width:100%;
    font-size:1.1em;
    color:black;   
    float:left;
    padding-left: 0px;
}

/* NEW ADDED */
.form_formLabelTitleRadio {
    width:100%;
    font-size:18px;
    color:black;
    margin-bottom:15px;
    float:left;
}
/* NEW ADDED */

.form_formLabelTitle2 {
    font-size:18px;
    color:black;
    margin-bottom:5px;
    float:left;
}


.form_formLabelTitleLong {
    width:98%;
    font-size:18px;
    color:black;
    margin-bottom:5px;
    float:left;
    text-align: left;
}

.form_formDropDown {
    width:100%;
    font-size: medium;
    color:#000;
    margin-bottom:10px;
    /*margin-top:30px;*/
    float:right;
    display:block;  
    border:1px solid #999;
    padding:5px;
    margin-bottom: 10px!Important;
    border-radius: 6px;
}

.form_formTextbox {
    width:50%;
    font-size: medium;
    margin-bottom:10px;
    float:right;
    display:block;
    border-radius:3px;
    border:1px solid #999;
    padding:5px;
    height:49px;
    text-indent:10px;
}

.form_formTextbox:focus, .form_formTextbox:focus, .form_formDropDown:focus {
	border:1px solid #01383f;
}



.form_formTextbox2 {
    width:100%;
    font-size: medium;
    margin-bottom:10px;
    float:left;
    display:block;
    border:1px solid silver;
    padding:20px;
    height:200px;
    background: white!important;
    color:black!important;
    border-radius: 6px;
}


.form_formTextbox .input{
    background-color:aqua;
    }


.form_formInformationMessage {
    width:95%;
    text-align:left;
    float:left;  
    margin-bottom:10px;
    color:#464545;
    position: relative;
	top: -23px;
	font-size: 0.9em;
}

.form_formRadioButtons{
    width:100%;
    display:block;
    margin-top:0px;
    padding-bottom:0px;
    margin-bottom: 40px;
    float:left;
    color:#000;
    border: 0px solid silver;
}

.form_formRadioButtons td{
    padding:0px;
}

.form_formRadioButtons label {
    font-size:12px;
    margin-top:15px;
    padding:0 10px 0 5px;
    width:100%;
}

.form_formRadioButtons .radio {
    font-size:12px;
    padding-top:15px;
}

.form_formDivWrap_ContactUs {
    margin-top:50px;
}

.form_formButton {
    margin-top: 50px;
	background-color: #017988;
	padding: 15px;
	width: 100%;
	color: #fff;
	border: 0px;
	font-size: 16px;
	display: block;
	float: left;
	border-radius: 4px;
	height: 58px;
	font-weight: bold;
	font-size: 1.5em !important;
}




.form_formButton:after {
	content: "\f1d8";
	float: left;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;

}

.form_formButton:hover, .form_formButton:focus {
	background-color:#015b66;	
}

.form_formError {
    color:red;
    font-size:14px;
}


.form_formValidationSummary ul{
    margin-top:10px;
    }

.form_formValidationSummary li{
    font-size: 16px;
    font-weight:normal;
}

.form_formLabelTitle_pcSearch {
    width: 100%;
    font-size: 18px;
    color: #000;
    margin-bottom: 19px;
    float: left;
  	text-align: left;
}

.form_formTextbox_pcSearch + input {
	width: 45px;
	height: 45px;
	box-sizing: border-box;
	padding-left: 45px;
	background: url("/Style%20Library/IMAGES/search_plain.png") !important;
	margin: 0px!Important;
	float: left;
	background-color: #015b66!important;
	overflow:hidden!important;
	border-radius: 0 6px 6px 0;
}

.form_formTextbox_pcSearch + input:hover {
	background-color: #017988!important;	
	border:0px!important;
}


.form_formTextbox_pcsearch_results option {
	padding: 10px;
	border-bottom: 1px solid silver;
}



.form_formTextbox_pcSearch {
    width: 45%;
    font-size: medium;
    margin-bottom: 30px;
    display: block;
	text-indent:10px;
    border: 1px solid silver;
    padding: 10px;
    float: left;
    height:45px;
    border-radius: 6px 0 0 6px;
}

.split_left {
	float:left;
	width:100%;
}


.split_right {
	float:left;
	width:100%;
}

.split_right_errors {
	float:left;
	width:100%;
}


.row1_left {
	float:left;
	width:100%;
}

.row1_right {
	float:left;
	width:100%;
}

.row2 {
	float:left;
	width:100%;
}

.formanchor {
	min-height:50px;
}


/* ADDITIONAL FORM STYLES 2016 */

.form_formMargintop {
	margin-top:40px;
}

.form_formMargintopextra {
    margin-top: 0px;
}

.form_formMarginbottom {
    margin-bottom: 0px;
}

.form_formMargintopextra2 {
    margin-top: 30px;
}

.form_formLabelTitleFull {
	color:black;
	font-size: initial;
}

.form_formDivWrap input[type="submit"] {
    font-size: 14px;

}

div#ctl00_ctl27_g_4a57c8d9_8cfc_4fe1_ad5e_e13142a50906_ctl00_updPnlForm_Section3_Part2 {
font-size:14px;
color:black;
}

/* New style fix for Single person discount */

input#ctl00_ctl47_g_7c86f7ff_470c_421a_b636_5386129432be_ctl00_chkSection3AddressNotKnown {
    margin-top: 10px;
}

label#ctl00_ctl47_g_7c86f7ff_470c_421a_b636_5386129432be_ctl00_lblSection3AddressNotKnown {
    background: none;
    border: 0px;
}

span#ctl00_ctl47_g_7c86f7ff_470c_421a_b636_5386129432be_ctl00_lblSection3AddressNotKnownDesc {
    font-size: initial;
    color: #777;
    height: 50px;
    display: block;
}

/* New styles for Change of Address */

.form_formDivWrap p {
    font-size: initial;
    color: #333;
}

.form_formDivWrap.blacktxt {
    font-size: initial;
    color: #333;
}

label#ctl00_ctl47_g_16627185_5ce6_428f_b310_09300cc3fd1d_ctl00_lblSection6EPaymentCard {
    margin: 30px 30px 30px 0;
    display: inline-block;
}


/* Content Slider Webparts */

#slider_left {
	width:49%;
	float:left;
}

#slider_right {
	width:270px;
}

/* TABLE OVERFLOW  */

.overflow {
	overflow:auto;
	float:left;
	width: 100%;
}



/* Callouts */

.ms-rteElement-Callout1{	
	    display: block;
    width: 99.5%;
    float: none;
    margin: 15px 0px 40px;
    padding: 40px;
    font-size: 16px;
    text-align: left;
    color: #000;   
    background-color: #f7f7f7;
    overflow: hidden;
    border: 1px solid #bdbdbd!important;
    border-radius: none;	
    -webkit-box-shadow: 1px 1px 2px 0px rgba(209,209,209,0.33);
	-moz-box-shadow: 1px 1px 2px 0px rgba(209,209,209,0.33);
	box-shadow: 1px 1px 2px 0px rgba(209,209,209,0.33);
	position: relative;
    border-radius: 6px;
    margin-bottom: 30px!important;
}	
	

.ms-rteElement-Callout1:before {
	content: "\f058";
    color: #e0e0e0;
    float: left;
    margin-right: -30px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 7em;
    height: 30px;
    position: absolute;
    left: -23px;
    top: -46px;
    opacity: 0.3;
}

	

.ms-rteElement-Callout2{
	
	display: block;
    position: relative;
    width: 100%;
	margin: 15px 0px;
    padding: 15px 40px 10px 20px;
    border: 4px solid rgb(2, 132, 147);
	background:#fafafa;	
	border-radius: 10px 10px 10px 10px;
	font-size: 14px;
    
    text-align: left;	
	color:#015b66;
	}	
	
/*Members profile photo caption*/
.captioned-image .caption 
{
	font-size: 1.2em;
	font-family: Arial,Helvetica,sans-serif; 
	color: #000;
	text-align:center;
	margin-bottom: 10px;
}



/*Members A-Z */

.members {
	width:100%; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size:16px; 
	margin:0.5em 0 0 0; 
}

.members h2 {
	padding: 0px 0 5px 15px;
	font-weight:bold;
	}



.members_left {
	width:30%;  
	float:left;
	}


.members_middle{
	width:30%; 
	float:left; 
	margin:0 1.5em 0 1.5em;
}




.members_right{
	width:30%; 
	float:left;
	}

.members-top {
display:none;
	}

/*End Members A-Z */



/* FONT AWESOME */


.fa a {
	color:#fff;
	background-color:#015B66;
	padding:5px;
	/*margin-right:5px;*/
}

.fa-credit-card {
	color:#fff;
	background-color:#015B66;
	padding:0px;
	margin-right:15px;
}


.fa-pencil {
	color:#fff;
	padding:0px;
	margin-right:15px;
}


.fa-paytab {	
	background-color: #015b66;
	color: white !important;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	font-size: 1.5em !important;
	margin-bottom: 10px;
	text-align:center;	
	padding-top:12px;
}

.center {
	width: 100%;
	text-align:center;	
	margin-top:15px;
}


.fa-external-link a {
	color:#015B66;
	background-color:#ffffff;
	padding:0px;
	margin-right:1px;
}


.payonline {
	color:#fff;	
}

.payonline a, #ctl00_ctl29_g_dc0649e2_23b9_42f4_b3fb_48bb8af9871d_ctl00_lnkReportIt, #ctl00_ctl29_g_242d5a78_ead4_41e2_8899_3150d6d65f17_ctl00_lnkReportIt {
  	color: #fff;
	background-color: #015B66;
	
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	
	padding-left:45px;
	padding-right:45px;
	
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #01383f;
	display: inline-block;	
	-webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
	
	transition:all 0.5s ease;
	background: linear-gradient(to left, #015B66 50%, #01383f 50%);
	background-size: 200% 100%;
	background-position:right bottom;
}

.payonline a:hover {
    color:#fff;
    background-color: #01383f!important;	
	text-decoration:none;	
	background-position:left  bottom;
}

.payonline a:visited {
    color:#fff;
	background-color:#015B66;		
}

.payonline a:visited:hover {
    color:#fff;	
	text-decoration:none;
}


.applyonline {
	color:#fff;
	width:225px;
}

.applyonline a {
    color:#fff;
	background-color:#015B66;
	padding:5px;
	font-size:16px;
}

.applyonline a:hover {
    color:#fff;
	padding:5px;
	text-decoration:none;
}

.applyonline a:visited {
    color:#fff;
	background-color:#015B66;
	padding:5px;
}

.applyonline a:visited:hover {
    color:#fff;
	padding:5px;
	text-decoration:none;
}



/*Span content off page for screen readers*/
.sr-extlink
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}
 
.customTop a:focus img {
    outline: 2px solid orange;

}

.customTop a:active img {
    border: 0px;
}


a:focus img {
    border: 2px dotted #ff0000;
}

a:active img {
    border: 0px;
}
 

 
.customAZ a:focus {
    border: 2px dotted #ffff00;
}

.customAZ a:active {
    border: 0px;
}
 
.customTop_cym a:focus img {
    border: 2px dotted #ffff00;
}

.customTop_cym a:active img {
    border: 0px;
}

.customAZ_cym a:focus {
    border: 2px dotted #ffff00;
}

.customAZ_cym a:active {
    border: 0px;
}
 

 
/*Tabbed focus styles*/ 

/*a:focus {
   border: 2px dotted #f00;
} 
 
textarea:focus {
border: 2px dotted #f00;
}


input:focus, select:focus, textarea:focus {
  border: 2px dotted #f00;
    }
 
.customAZ a:focus {
   border: 2px dotted #ffff00;
} 

.customToplinks a:focus {
   border: 2px dotted #0000FF;
} 

.customTop a:focus {
   border: 2px dotted #ffff00;
} 

.customTop input:focus {
   border: 2px dotted #ffff00;
} 

.customTop select:focus {
   border: 2px dotted #ffff00;
} 

.customTop textarea:focus {
   border: 2px dotted #ffff00;
} 

.mdd-heading a:focus {
   border: 0px;
} 

*/

/*Cym Tabbed focus styles*/ 
/*
.customAZ_cym a:focus {
   border: 2px dotted #ffff00;
} 

.customTop_cym a:focus {
   border: 2px dotted #ffff00;
} 

.customTop_cym input:focus {
   border: 2px dotted #ffff00;
} 

.customTop_cym select:focus {
   border: 2px dotted #ffff00;
} 

.customTop_cym textarea:focus {
   border: 2px dotted #ffff00;
} 


*/


/*  New Galleria Slider styling  */


.homepage_slider{float:left; width: 720px; height: 300px; background: #000; z-index: 1; }
			    
.homepage_slider_list{
	float:left;
	width: 257px;
	height: 300px;
	background-color:#01383f;	
}


			    
.slider_list_line {
    float:left;
    position: relative;
	list-style:none;
	width: 100%;
	height: 50px;			
	background-color: #015B66;
	border-bottom: 1px #004f59 solid;
	color: white!important;								
	padding-left: 20px;
	padding-right: 20px;
}

.add_arrow {	
	background-color: #037381!important;	
}


.add_arrow:after { z-index: 50!important; right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(1, 91, 102, 0); border-right-color: #037381; border-width: 20px; margin-top: -20px; }

.slider_list_line:hover {
	background-color: #037381;
}

.slider_list_line_in:focus {	
	background-color: #037381;	
}


.slider_list_line_in {	
	float:left;
	width:100%;
	padding-top: 5px; 
	padding-bottom: 19px;
	color: white!important;
	text-decoration: none!important;
	outline:none!important;
}


.transitions {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}





.galleria-thumbnails-container {	
	display: none;
	visibility:hidden;	
}


.galleria_window:before {	
	content: "\f08e";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    float: right;
	color: #525252;
	position: absolute;
	bottom: 30px;
	right: 0px;
	font-size: 1.3em;
	z-index: 91;	
	padding: 18px;
}


.galleria-stage {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	top: 0px!important;
	left: 0px!important;
	right: 0px;
	bottom: 0px;
	z-index: 1;	
}

.galleria-info {
	top: 220px!important;
}


.slide_description_cover {	
	float: left;
	width: 100%;
	height: 100%;	
	z-index: 150!important;
}

.slide_description_cover:focus .slide_description {
	background-color: #02454d;
	outline: #fff dotted thin;
}


.slide_description {	
	position: absolute;	
	width: 80%;
	height: 60px;
	background-color: #01383f;
	padding-left: 20px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom: 0px;
	color:white!important;
	font-size:small;	
	background-repeat:no-repeat;
	background-position: 98%;	
	opacity: 0.9;
	z-index: 100!important;
	text-decoration:none;		
}

.slide_description_go {
	background-image: url("/Style Library/IMAGES/slider_go_button_off.png");
	background-repeat:no-repeat;
	background-position: 98%;
}

.slide_description_window {
	background-image: url("/Style Library/IMAGES/new_window_grey.png");
	background-repeat:no-repeat;
	background-position: 97%;

}

.gallery_holder:hover .slide_description {
	opacity: 1;	
	text-decoration: none;	
}

.gallery_holder:hover .slide_description_go {	
	background-image: url("/Style Library/IMAGES/slider_go_button_on.png");	
}

.gallery_holder:hover .slide_description_window {		
	background-image: url("/Style Library/IMAGES/new_window_white.png");		
}



.mobile_slider_holder {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	
}

.mobile_slider_list {
	float:left;	
	width: 100%;			
	background-color: #015B66;
	border-bottom: 1px #004f59 solid;
	color: white!important;								
	padding: 10px;
}

.mobile_slider_list:hover {
	background-color: #037381;
}


.more_section_devide {	
	float: left;
	width: 100%;
	height: 1px;
	border-bottom: 1px #dfdfdf solid;
	margin-bottom: 25px;
	margin-top: 35px;
	clear:both;	
}

.more_section_box {
	float: left;
	width: 100%;	
	padding: 25px;	
	color: #333;
	font-size: 0.9em!important;
	margin-bottom:10px;	
}

.more_section_box a {
	margin-right: 6px;
	margin-left: 6px;
}

.more_section_box a:hover {
	text-decoration:underline;
}


.more_section_box p {	
	width: 90%!important;
	float:left;
}

 
/* Gradient Boxes */ 

.gradient_boxes {	
	float:left;
	width: 100%;
}

.gradient_box {
	float: left;
	position: relative;
	width: 25%;
	height: 150px;
	background-repeat: repeat-x;
	-webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;		
}

.gradient_box:hover, .gradient_box:focus {		
	top: -2px;	
}

.box_01 {
	background-image: url("/Style Library/IMAGES/seethrough.png");
	background-color: #006b64;			
}

.box_01:hover {
	background-color: #027f77;	
}

.box_02 {	
	background-image: url("/Style Library/IMAGES/seethrough.png");
	background-color: #600f6a;			
}

.box_02:hover {	
	background-color: #6f127b;			
}


.box_03 {
	background-image: url("/Style Library/IMAGES/seethrough.png");
	background-color: #b30487;			
}

.box_03:hover {
	background-color: #ce079c;			
}


.box_04 {	
	background-image: url("/Style Library/IMAGES/seethrough.png");
	background-color: #5f88bc;	
}

.box_04:hover {	
	background-color: #6a96cd;	
}



.gradient_image {	
	float: right;
	position: relative;
	height: 150px;
	width: 100%;
	background-position:right bottom;	
	background-repeat:no-repeat;	
}

.leader {
	background-image: url("/Style Library/IMAGES/leader.png");		
}

.news {
	background-image: url("/Style Library/IMAGES/news.png");		
}

.events {
	background-image: url("/Style Library/IMAGES/events.png");		
}

.ldp {
	background-image: url("/Style Library/IMAGES/speech_bubbles.png");		
}


.gradient_title {
	float: left;
	position: relative;
	color: white;
	width: 150px;
	top: -140px;
	left: 20px;	
	font-size: 16px!important;
	line-height: 1.3!important;
}


.text_bold {	
	font-weight: bold!important;
}

.text_green {
	color:#015b66!important;
	font-weight:bold;
	font-size: 1.3em;
	padding-top: 10px;
	margin-bottom:0px;
}

.area_iframe {	
	position: relative!important;	
	width: 100%;
	height: 52px;	
	display: none;
	float: left;
	border-radius: 5px;
	overflow: hidden;
   
    border-radius: 50px;
}

.area_iframe_cym {	
	position:relative;
	left:156px!important;
	width: 330px;
	height: 50px;
}

.homepage_search .area_iframe {	
	border: 1px solid #b1b1b1!important;
}


.area_iframe_home {
	margin-top: 92px!important;
    width: 60%;
    height: 63px;
    background-color: #ffffff;
    border: 5px solid #01383f;
    margin: 0 auto;}

.area_iframe_home_holder {
	background-image: url("/Style Library/IMAGES/homepage_near_me.png");	
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	width:100%;
	height: 200px;
}

.home_nearme {
	border:0px!important;
	color:#015b66!important;
	margin-top: 150px !important;
}

.search_nearme {	
	margin-top: 100px !important;
}

.emergency_notice {	
	float: left;	
	background-color: #333333;	
	width: 100%;
	color: white;	
	padding-top: 40px;
	padding-bottom: 40px;
	display: block;
	background-image: url("/Style Library/IMAGES/gradient_notice.jpg");		
		
}

.attention_close {
	float: right;
	position: relative;
	width: 30px;
	height: 30px;
	top: -25px;
	right: 25px;
	background-image: url("/Style Library/IMAGES/close_button_top.png");
	opacity: 0.6;	
}

.attention_close:hover {
	opacity: 1;	
}

.attention_triangle {
	float: left;
	position:relative;	
	margin-left: 50px;
	width: 71px;
	height: 69px;
	top: 20px;
	background-image: url("/Style Library/IMAGES/triangle_notice.png");
	background-repeat: no-repeat;
}

.attention_text {
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;	
}


.attention_text > h1, h2  {
	color: white;
	margin-top: 0px;	
}

.attention_text ul {
padding-left: 3em;		
}


.attention_text a {
	color: white;
	font-weight: bold;
	
}

.attention_text a:hover {
	color: white;
}


/* tooltips */
div:hover.tooltips_top span {
	margin-top: 52px!important;	
	margin-left: 0px!important;
}

div.tooltips {
  position: relative;
  display: inline;
}
div.tooltips span {
  position: fixed;  
  color: #fff;
  background: #01383f;
  border-top: 0px solid #015B66;  
  line-height: 28px;
  text-align: center;
  left: -10000px;  
  padding: 15px;
  width:100%;
  padding-top:40px!important;
  padding-bottom:40px!important;
  border-bottom: 6px solid #e6e6e6;
  
  
  
  }

div:hover.tooltips span {
  opacity: 0.97;
  top: 131px;
  left: 0px;
  margin-left: 0px;
  z-index: 999;  
}

div:hover.tooltips_home span {	
	position:absolute!important;
	top:80px!important;
	width:450px!important;
	left:-180px;
	border-bottom:5px!important;	
}


.introjs-button:focus, .introjs-button:active {
    background: #015B66 none repeat scroll 0% 0%!important;
    text-decoration: none;
    color: #FFF;
    box-shadow: none;
    border-color: #015B66!important;
}

.introjs-arrow.top {
	display: none!important;
}

.introjs-button {   
    padding: 1em 1em!important;
    margin: 10px 0px 0px;   
    color: #fff !important;
}



.new_design {
	float: left;
	width: 100%;
	height: 130px;
	background-image: url("/Style Library/IMAGES/blue_fade.jpg");
	margin-bottom: 3px;
	background-position: center center; 
}

.new_design_devices {
	float: right;
	background-image: url("/Style Library/IMAGES/pc_tablet_phone.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	height: 140px;	
}

.new_design_text {	
	float: left;
	padding: 20px;
	width: 65%;
}

.blue-text {	
	color: #015B66!important;
}

.new_design_button {
	float: right;
	padding: 10px;
	margin-top: 45px;
	margin-right: 50px;
	background-color: #015B66;
	color: white!important;
	text-decoration:none!important;
}

.new_design_button:hover, .new_design_button:focus {
	background-color: #037381;
}


.hide_old_menu {
	display: none!important;
}

.heading_hidden {
	float: left;
	position: absolute;
	left: -7000px!important;
	overflow:hidden;
}

.small_divider {
    float: left;
    width: 100%;
    height: 1px;
    background-color: #838383;
}



.introjs-button {    
    font: 14px sans-serif!important;   
}


/* contact forms character counter */

#javaScriptMessage, #javaScriptMessage1, #javaScriptMessage2 {
	color: #5fbf5f !important;
	font-size: medium;
	padding-top: 0px;
	margin: 0px;
	float: left;
	text-align: left;
	margin-bottom: 14px;
}


/* coveritlive */


.clearit {
	float: left;
	width: 100%;
	height: 1px;	
	margin-bottom: 10px;
	margin-top: 1px;	
}


.clear {	
	float:left;
	width: 100%;
}

.coveritlive_image {
	float: left;
	width: 100%;
	height: 300px;	
	background-image: url("/Style Library/IMAGES/city_hall_small.jpg");
	background-size: cover;
	
}

.coveritlive_heading {	
	float: left;
	padding: 30px;
	background-color: #01383f;
	color: white;
	top: 180px;
	position:relative;	
	opacity: 0.9;
}

.coveritlive_text {
	float: left;
	margin-left: 30px;	
	margin-right: 30px;	
	margin-top: 40px;	
	margin-bottom: 40px;
}

.coveritlive_text_holder {	
	float: left;
	width: 100%;	
	background-color: #094053;
	color: white;	
}

/* Hide functionality */


.hide_this {		
	float: left;
	width: 100%;
	background-color: #f8f8f8;
	margin-top: 20px;	
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}


.hide_this li {	
	border-bottom: 1px solid #e7e7e7;
	padding-top: 5px;
	padding-bottom: 5px;		
}


.hide_the_div {	
	float: left;	
	overflow:hidden;	
}

.hide_the_div_fade {    
    float: left;
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0px;     
}

.hide_the_div_more {	
	float: left;
	width: 100%;	
	background-color: #01383f;
	color: white!important;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}


.hide_the_div_more:hover, .hide_the_div_more:focus {
	background-color: #015b66;
	cursor: pointer;
}


/* accordian functionality */



.expand_button {
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px !important;
	padding-left: 25px;
	color: #090909 !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	text-decoration: none !important;
	border-left: 3px #015b66 solid;
	border-right: 1px silver solid;
	border-bottom: 0px!important;
	border-top: 1px silver solid !important;
	font-size: 17px !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: 1;
	font-weight: 300 !important;
}

.tabpanel h2:last-child {
	border-bottom: 1px solid silver!important;	
}


.expand_button:before {
    content: "\f078";
    float: right;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-right:20px;	     
}

.expand_button:after {
	content: "\f129 ";
	float: left;
	margin-right: 21px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	border-right: 1px solid #e6e6e64d;
	padding: 0px;
	padding-top: 0px;
	color: #015b66;
	border-radius: 50%;
	text-align: center !important;
	float: left;
	width: 24px;
	height: 24px;
	padding-top: 0px;
	font-size: 1em;
	display:none;
}

.expand_button:hover, .expand_button:focus {	
	background-color: #015b66;
	cursor: pointer;
	border-left: 4px #015b66 solid;
	color: #1e1b1b !important;
	opacity: 0.95;
	background: #ededed !important;
}



.expand_content {
	float: left;
	width: 100%;
	padding: 20px;
	margin-bottom: 50px;	
	border-left: 3px solid #015b66;
	padding-left: 30px;
	padding-top: 39px;
}


.expand_content_close {
	float: left;
    margin-top: 50px;
    border: 0px;
    color: #015b66;
    width: 100%;
    text-align: center; 
    padding: 10px;	
    position:relative;
    background: whitesmoke;
    color: #074751!important;
    border: 1px solid #e0e0e0!important;
    border-radius: 4px;
    cursor: pointer;
}

.expand_content_close:hover:before {
	content: "\f077";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    float: right;
    margin-right: 20px;
    position: absolute;
	right: 0px;
}



.expand_content_close:hover, .expand_content_close:focus {
	    background-color: #f1f1f1;
}

/* coveritlive */

.stream_content_container {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 50px;
}

.stream_content_reply_item {
	background-color: #f4f4f4;
	padding: 20px;	
}

.stream_author {
font-weight:bold;

margin-bottom: 5px;
}

.stream_divider {
	background-color: gray;
	width: 100%;
	height:1px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.stream_controls, .stream_avatar {	
	display:none;
}

.stream_content_reply_item:before {
	content: "";
	float: left;
	position:relative;
	top: -20px;
	left: -20px;
	width: 25px;
	height: 20px;
	margin-left: 10px;
	background-image: url("/Style Library/IMAGES/reply_arrow_new.png");
}

.icons img {
padding: 5px;	
}

.icons h2 {
margin-bottom: 10px;
}







.customBreadcrumbs {
	float: left;
	width: 92%;		
	padding-bottom: 10px;
	
	color: black;
	
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
   -webkit-transition-delay: 0.3s; /* Safari */
   -moz-transition-delay: 0.3s; /* Safari */
   -o-transition-delay: 0.3s; /* Safari */
   transition-delay: 0.3s;
	
	font-size:0.8em!important;	
	position:relative;
	z-index:90;
}



.customBreadcrumbs a {	
	float:left;
	color:#252525;
	padding: 8px;
    padding-left: 12px;
	background-color: #e4e4e4;
	

}

.customBreadcrumbs a:hover, .customBreadcrumbs a:focus {
    color:#106970;
    text-decoration:underline;    
    outline:none;
}

.customBreadcrumbs a:focus {
	outline: 2px solid #b50703;	
}

#breadcrumb_bottom a:focus {
	outline: 2px solid #aa0300!important;	
}


.breadcrumbNode:hover:after, .breadcrumbNode:focus:after {	
	 border-left-color: #015b66;
}


.breadcrumbCurrentNode {
	float:left;
	padding: 6px;
	position: relative;		
	padding-left:30px!important;
	color: #444040;	
	padding-right: 20px!important;
	position:relative;
	/*height: 40px;	*/
}


.breadcrumbNode {
	position: relative;
	background: #88b7d5;
	padding-left:20px!important;
	padding-right:20px!important;
}



.customBreadcrumbs span span:nth-child(even){
	display:none;	
}

.breadcrumbNode:before {
    content: "\f054 ";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	margin-left: 9px;
	float: right;
	font-size: 0.8em;
	padding-top: 1px;
	color: #fff !important;
	padding-left: 10px;
}


.breadcrumbNode:after {

	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #cecece;
	border-width: 22px;
	margin-top: -23px;
	z-index:50;
	display:none;
}


.print_page {
    float: left;
    background-color: #f8f8f8;
    color: #545454 !important;
    margin-left: 25px;
    font-size: 0.82em!important;
    padding-right: 21px;
    height: 29px;
    border: 1px solid #c9c9c9;
    text-decoration: none !important;
    background-image: url("/Style Library/Images/printer_grey.png");
    background-repeat: no-repeat;
    padding-left: 45px;
    background-position-y: 0px;
    background-position-x: 10px;
    opacity: 0.9;
    padding-top: 1px;
}





.print_page:hover, .print_page:focus, .bookmark_page:hover {	
	background-color: #e0dede;
	}


.bookmark_page {
	float: left;
	background-color: #015b66;
	
	width: 55px;
	height: 46px;
	
	margin-right: 0px;
	
	color: white!important;
	cursor: pointer;
	text-decoration:none!important;	
	
	background-image: url("/Style Library/IMAGES/bookmark.png");
	background-repeat:no-repeat;
	background-position: center center;	
	
	position: relative;
	top: 3px;
	
	     -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;

}





/* ------------ Notice banner  ---------------*/
.notice_banner {
	float: left;
	width: 100%;	
	background-color: #023d54;	
	color: white!important;	
	font-size: 17px;	
	border-bottom: 0px #999999 solid;			
	background-repeat: no-repeat;
	overflow:visible;	
	opacity: 1;	   
	-webkit-box-shadow: inset 0px 9px 18px -7px rgba(0,0,0,0.81);
	-moz-box-shadow: inset 0px 9px 18px -7px rgba(0,0,0,0.81);
	box-shadow: inset 0px 9px 18px -7px rgba(0,0,0,0.81);	
	position:relative;	
}

#notice_banner button {
	margin-left: 20px;
}

.notice_banner_single {
	width: 95%;
	text-align:center!important;
}

/*.notice_banner:before {
	content: "\f05a";
	position: absolute;
	font-size: 10em;
	right: -36px;
	opacity: 0.2;
	top: -50px;	
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}*/


.notice_content {
	float: left;
	width: 100%;
	background-color: #023d54;
	color: white !important;
	font-size: 17px;
	font-weight: lighter;
	border-bottom: 0px #999999 solid;
	background-repeat: no-repeat;	
}

.notice_content a {
	text-decoration: underline!important;
}

.notice_content a:hover {
	color:#eaeaea!important;
}


.notice_content_inner {	
	float:left;
	padding: 40px;
	width:100%;
	display:none;
}

.notice_content_inner a {
	color:white!important;
}


.open_notice {
	background-color: rgb(7 97 124 / 90%)!important;
	color: #fff;	
	text-align:left;
	margin: 15px;
	border: 0px solid #686868;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:15px;
	padding-bottom:15px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.35);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.35);
	font-weight: lighter;
	opacity: 0.9;
	border-radius: 0px;
	border: 1px solid rgb(2 61 84 / 0%);
}


@media screen\0, @media screen\9 {	
  .open_notice {
	background-color: #07617c!important;
	}
}

.open_notice .fa {
	margin-right: 20px;
}

.open_notice:focus, .open_notice:hover {
	opacity: 1;
	background-color: #097292!important;
	color: #fff;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border: 1px dashed orange!important;
    outline: 0px;
}


.open_notice:focus .notice_banner {
	opacity: 1!important;	
	background-color: #013148!important;
}

.notice_close {
	float: left;
	background-color: #012638;
	color: #ffffff;
	padding: 13px!important;
	border: 0px;
	font-size: 0.9em;
	opacity: 0.9;
	margin-top: 11px;
	margin-left:0px;
	margin-bottom:0px;
	
}

.notice_close:hover, .notice_close:focus {
	opacity: 1;
	background-color:#013148;
}

.notice_banner_on {
	max-height: 1000px!important;
}

.notice_banner_off {
	max-height: 110px!important;
}


.notice_banner a {
	color: white!important;
	font-weight:bold;	
}

.notice_content_inner a:focus {
	border: 1px solid orange !important;
    outline: 0px;
}

.notice_banner h1 {	
	font-weight: normal;
	margin: 0.9em 0 !important;
	color: white!important;
	font-size:0.95!important;
}

.notice_content h1 {
	 cursor: pointer;
	 padding-top: 15px;
	padding-bottom: 20px;	
}

.notice_content p {
	max-width: 1024px;
}

.notice_content h1:before {
	content: "\f05a";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	position: absolute;
	font-size: 10em;
	right: -36px;
	opacity: 0.2;
	top: 119px;	
}

.notice_padding {
	float: left;
	padding-left: 6%;
	padding-right: 20px;
	padding-bottom: 40px!important;
	margin-top: 15px;
	width: 80%;		
}


/* #################### SEARCH RESULTS ############################### */

input.s4-searchbox-QueryPrompt {
    font-style:normal;         
}

.srch-results {
    padding-left: 0px;
    max-width: 920px;
}

.srch-Title2 a:link, .srch-Title2 a:visited {
    color: #015B66 !important;
    font-size: 16px;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-weight:normal;
    text-decoration: none !important;
    margin:0 0 15px 0;
}

.srch-Title2 a:hover {
    color: #015B66 !important;
    font-size: 16px;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-weight:normal;
    text-decoration: underline !important;
    margin:0 0 15px 0;
}

.srch-Title2 strong {
font-weight:normal;
}

.srch-Title3 {
    padding-left: 24px;
}

.srch-Description2 {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    color: #666262;
    margin: 10px 0px 25px 36px;
    max-width: 900px;
    line-height: 20px;
       
}

.srch-BB-Description2 {
    font-size: 1em;    
    font-family: verdana,tahoma,sans-serif;
    color: #000;
    width: 100%;
    word-wrap: break-word;
    text-align: left;
    float: left;
    margin-bottom: 20px;
    background-color: #edecec;
    width: 100%!important;
    max-width:100%;
    padding: 15px;
    margin: 0px;
    min-height: 80px!important;   
}




.srch-Description2:after {	
	content: "";
	float:left;
	width: 100%;
	height: 1px;
	background-color: #dee0e0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.srch-Icon {
    margin-right: 20px !important;
    float: left!important;
    padding-top: 2px!important;
}


.srch-Page A:link, .srch-Page A:visited {
    border: 1px solid transparent;
    color: #fff !important;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0 2px;
    padding: 5px 7.5px;
    text-decoration: none;
    float: left;
    display: block;
    background-color: #01383f;
    
     -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.srch-Page STRONG, .srch-Page A:hover {
    border: 1px solid transparent;
    font-size: 1.1em;
    margin: 0 2px;
    padding: 5px 7.5px;
    background: none;
    background-color: #015b66;
    text-decoration: none;
    float: left;
    display: block;
    font-weight: normal;
    color: white;
}


div.srch-BB-Result {
    float: left;
    background-color: #bcbcbc;
    float: left;
    width: !important;
    margin-right: 5px;
    margin-bottom: 5px;
    color: white;
    padding: 0px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 49%;
    border: 3px solid #015b66;   
}

.ms-searchsummarymain {
    width: 100%;
    padding: 0 10px 0 0;
    margin: 0;
    margin-bottom: 15px;
}

#div_03b7a68f-5f93-4d60-aaf6-44dd8d7e356a a {	
	color: #015b66!important;
}

.srch-BBTitle {
    color: #11b9dd !important;
    font-size: 1.3em !important;
    padding-left: 0px !important;
    margin-left: 0 !important;
    font-family: verdana,tahoma,sans-serif !important;
    width: 100%;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-image: url("/Style Library/IMAGES/GO_button.png");
    background-repeat:no-repeat;
    background-position: 95% center;
    background-size: 27px 27px;
    
}

.srch-BBTitle:hover {
	background-color: #bcbcbc;
}

.srch-BB-URL2 {	
	display:none!important;
}

.srch-Title img {	
	display: none;
}

.srch-BestBets {
    width: 100%;
    max-width: 100%!important;
}

.srch-BB-Result .srch-Title a {
    color: white !important;
    text-decoration: none !important;
    padding: 10px;
    width: 100%;
    float: left;
    text-align: left;
    background: #015b66;
}

div.srch-BestBetsBottom2 {
    border-bottom: none!important;
    width: 330px;
}


.srch-AutoCompContainer {
    border-bottom: 1px solid #B6BABF;
    border-left: 1px solid #B6BABF;
    border-right: 1px solid #B6BABF;
    padding: 5px 0;
    margin: 0;
    visibility: hidden;
    background: #FFF;    
    z-index: 1000;
    top: 108px!important;
    position: absolute!important;
}

.srch-AutoCompList {	
	position: relative!important;
	top: -50px;
}

.srch-AutoCompListItem, .srch-AutoCompHListItem {	
padding: 10px!important;
background-color: white;
color: #01383f;
border: 0px;
border-bottom:1px solid silver;
}

.srch-AutoCompHListItem {
background-color: #015b66;
color: #fff;
background-image: none;
border: 0px;
}



/* end custom search */


.nu_header_holder {
	float: left;
	width: 100%;
	background-color: #015863;	
	z-index:100!important;
	position:relative;	
	background-position: 0% top;	
	background-image: url("/Style Library/Images/green_traingles.jpg");
	position:relative;
}

.dragon_fade {	
	background-image: url("/Style Library/Images/dragon_logo_fade.png");
	background-repeat: no-repeat;
	float: left;
	height: 115px;
	width: 343px;
	background-size: cover;
	background-position: bottom;
	position: absolute;
	right: 12%;
	top: -18px;
	opacity: 0.8;
}

.nu_menu {
	z-index:100!important;
	position:relative;
}

.nu_logo {
    float: left;
    width: 69px;
    height: 88px;
    margin-top: 0px;
   	margin-left: 24px;  
   	position:relative; 	
}

.nu_logo img {	
	height: 91px!important;
	position:relative;
	left:6px;
}

.nu_logo a {	
	opacity:0.9;
}

.nu_logo a:hover, .nu_logo a:focus  {	
	opacity:1;
}

.search_top_holder .ms-sbLastcell {
	display:none;
}

.nu_search {    
   margin-top: 11px;
	margin-left: auto;
	margin-right: auto;	
	float: left;
	position: relative;
	left: 19%;
	padding: 8px;
	height: 68px;
	width:46%;
}


.nu_area {
	float: right;		
	margin-left: 0px;
	width: 52px;	
	border-radius: 50%;	
}

.nu_area_wide {
	width:87%;
}

.search_top_holder {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #187189;
	-webkit-box-shadow: 1px 1px 8px -6px rgba(0,0,0,0.50);
	-moz-box-shadow: 1px 1px 8px -6px rgba(0,0,0,0.50);
	box-shadow: 1px 1px 8px -6px rgba(0,0,0,0.50);
}


.nu_functions_holder {	
	float: right;
	overflow:hidden;
	position:relative;
	top:-56px;
	display:none;
}

#mainmenu {
    background-color: #01383f!important;
    background-image: none;
    color: white!important;
    float: left!important;
    width: 100%!important;
    /*height: 45px;   */
    z-index:99;
    position:relative;    
}

.header_homepage {
	z-index:100!important;
}

.mdd-topmenu-item {	
	color: white!important;
}

.mdd-topmenu-item-hover a {	
	background-color: #034d57;
}

/*#pageStatusBar {
	
	display: none!important;
}*/


#tab0 {
    margin-left: 0px!important;
}

.mdd {
    bottom: 0;
    float: left;
    width: 100%;      
}

.mdd-topmenu-item {
    padding-top: 12px!important;
    padding-right: 0px!important;
    position: relative;
    height: 42px;   
}

.mdd-topmenu-label a:link {
    color: #fff;       
	margin-left: 1px;
	font-size: 1em;
	padding-left: 45px!important;	
	padding: 12px 35px 12px 45px !important;
}

.mdd-topmenu-label a:link:hover {	
	background-color: #015b66;
}

.mdd_section_on {
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}

.mdd-topmenu-label, .tab-content {
	background-color: #01383f !important
}



.top_landing .midleft h2, .top_landing .midmid h2, .top_landing .midright h2 {
	height: 70px!important;
}

.top_landing a {
	text-decoration:none;
}



.mega_menu_show {	
	display:block!important;
}



.middle_top {
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.middle_panel a {
	float: left;
	width: 30%;
	text-align:center;
	border: 1px solid #6ea4ab;
	padding: 20px;
	margin-right: 30px;	
}


.middle_panel a:hover {
	background-color: #f8f8f8;
}




.middle_panel h2 {
	font-size: 2em!important;
	border: 0px!important;
	color: #c2c2c2!important;
	display: none;	
	
}

.middle_panel a {
	font-size: 1.6em;	
	color: #6ea4ab;
}

.middle_panel p {
	font-size: 1.6em;	
	display:none;
}


.document_link {
	float: left;
	text-decoration: none;
	color: #000 !important;
	list-style: none;
	line-height: 30px;
	display: block;
	padding-top: 9px;
	padding-right: 20px;
	padding-left: 38px !important;	
	margin-right: 20px;
	margin-top: 20px;
	width: 100%;	
	font-size: 0.9em !important;
	border: 1px solid silver;
	font-weight:400!important;    
	background-color: #f0f0f0;
	text-align:left;
	text-decoration:none!important;
}


.document_link:hover, .document_link:focus {
	text-decoration:underline!important;
	background-color: #e0e0e0!important;	
}

.word_link:before {
	content: "";
	float: left;
	width: 40px;
	height: 40px;
	background-image: url("/Style Library/IMAGES/word_large.png");
	background-size: cover;
	position: relative;
	left: -20px;
	top: -12px;
}


.pdf_link:before {
	content: "";
	float: left;
	width: 40px;
	height: 40px;
	background-image: url("/Style Library/IMAGES/pdf_large.png");
	background-size: cover;
	position: relative;
	left: -20px;
	top: -12px;
	overflow: visible;
}

.xl_link:before {
	content: "";
	float: left;
	width: 40px;
	height: 40px;
	background-image: url("/Style Library/IMAGES/excel_large.png");
	background-size: cover;
	position: relative;
	left: -20px;
	top: -12px;
	overflow: visible;
}


.url_link:before {
	content: "";
	float: left;
	width: 40px;
	height: 40px;
	background-image: url("/Style Library/IMAGES/url_large.png");
	background-size: cover;
	position: relative;
	left: -20px;
	top: -12px;
	overflow: visible;
}

.link_right {	
	float: right;
	padding-top: 8px;
	color: #3e3e3e;
}

.url_link {
	border-left: 2px solid #777171;
}



.word_link {
	border-left: 2px solid #4A7CC8;
}

.pdf_link {
	border-left: 2px solid #b60707;
}


.xl_link {
	border-left: 2px solid #028127;
}


.contact_table_holder {
	   float: left;
    width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #015b66;
    border-left: 10px solid #e3e3e3 !important; 
}

.contact_icon {
	position:relative;
	left: -13px;
}

.shadow {
	-webkit-box-shadow: 1px 2px 2px -1px rgba(0,0,0,0.52);
-moz-box-shadow: 1px 2px 2px -1px rgba(0,0,0,0.52);
box-shadow: 1px 2px 2px -1px rgba(0,0,0,0.52);	
}

.contact_table_title {
	width: 100%;
	padding: 5px;
	background-color: #fff;
	color: white!important;
	margin: 0px!important;
	border-bottom-color: #01383f!important;
}


.contact_email_title {
	float: left;
width: 20%;
color: #fff;
padding: 5px;
text-align: right;
padding-right: 15px;	
}

.contact_email_text {
	float: left;
	width: 80%;
	background-color: #f6f6f6;
	color: white;
	padding: 5px;
padding-left:20px;
}


.contact_tel_title {
float: left;
width: 20%;
color: #fff;
padding: 5px;
text-align: right;
padding-right: 15px;
border-top: 1px solid #fff;	
	
}

.contact_tel_text {
	float: left;
	width: 80%;
	background-color: #f6f6f6;
	padding: 5px;
	border-top: 1px solid #e9e4e4;
	padding-left:20px;
}


.address_holder {
	float: left;
	width: 100%;
	border-top: 1px solid #e9e4e4;
	border-right: 1px solid #fff;
}


.address_title {
float: left;
width: 20%;
color: #fff;
padding: 5px;
text-align: right;
padding-right: 15px;
}

.address_text {
	float: right;
	width: 80%;
	background-color: #f6f6f6;	
	padding: 5px;
	padding-left:20px;
}


.hours_holder {
	float: left;
	width: 100%;
	border-top: 1px solid #e9e4e4;
}

.hours_title {
float: left;
width: 20%;
color: #fff;
padding: 5px;
text-align: right;
padding-right: 15px;
}

.hours_text {
	float: right;
	width: 80%;
	background-color: #f6f6f6;	
	padding: 5px;
	padding-left:20px;
}

.contact_table_link {
	float: left;
	width: 100%;
	background-color: #414141;
	color: white!important;
	padding: 10px;
	border-bottom: 1px solid #4b4b4b;
}

.landing_important {	
	float: left;
	width: 95%;
	background-color: #cbcbcb;
	border-bottom: 1px solid silver;
	margin-bottom: 20px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(242,242,242,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 85%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 85%,rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	padding-bottom: 40px;
}

.landing_important_link {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #000 !important;
	background-color: #F2F2F2;
	padding: 25px;
	opacity: 0.9;
	border: 1px solid #c2c2c2;
	top: 0px;
	position: relative;
	text-decoration: none !important;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.landing_important_link:hover, .landing_important_link:focus {
	background-color: #015b66;	
	color: #fff !important;
	top:-2px;
}




.landing_important_link:before {
	content: "\f0a9";
	float: left;
	margin-right: 15px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}


.mdd-heading {
    padding-top: 0px!important;
    float: left;
    padding: 0px!important;;
    border-bottom: 0px solid #05535d;
    padding-left: 0px!important;
    padding-right: 0px!important;    
}

.mdd-heading a:focus, .mdd-heading a:focus h3 {
	background-color: #454545!important;	
	color: white!important;
}


.mdd-heading a {
    padding-top: 10px!important;
    float: left!important;
    padding: 6px!important;    
    padding-left: 20px!important;
    padding-right: 20px!important;
    background-color: #f3f3f3;
    width:100%;
}

.mdd a H3 {
	color: #141414!important;	
}


.mdd-heading a:hover {
	background-color: #454545;	
	text-decoration:none;		
}


.mdd-heading a:hover h3 {
	color: white!important;	
}




.content-area {    
    padding-left: 0px!important;   
}

.sharing_box {
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 8px;
	margin-top: 40px;
	margin-bottom:30px;
}


.sharing_box ul, .sharing_box li {
	list-style: none;
	display: inline-block !important;
	float: left !important;
	width: auto !important;
	margin-left: 0px;
}

.sharing_homepage {
	margin-top: 60px;
}


.sharing_text {
	float: left;
	margin-right: 20px;
	padding-top: 4px;
	color: #414040;
	width:100%;
	margin-bottom:10px;
	font-weight:400;
}

.share_button {
	float: left;
	margin-right:5px;		
}

.social_email {
	float: left;
	background-color: #f8f8f8;
	color: #545454 !important;
	margin-right: 0px;
	font-size: 0.82em;
	padding-right: 21px;	
	height: 29px;
	border: 1px solid #c9c9c9;
	text-decoration: none !important;
	background-image: url("/Style Library/Images/email_icon_dark.png");
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position-y: 2px;
	background-position-x: 10px;
	opacity: 0.9;
	padding-top: 4px;
}

.social_email:hover,.social_email:focus {
	background-color: #e0dede;	
}


.social_email:hover,.social_email:focus, .social_facebook:hover, .social_facebook:focus, .social_twitter:hover, .social_twitter:focus {	
	opacity: 1;
}


.social_icons {	
	text-decoration:none;
	float:left;
	margin-right: 40px;
}

.social_icons:hover {
	text-decoration:none!important;
}

.social_fb:after {
	content: "\f082";
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	color: #285296;
	float: left;
	margin-right: 10px;
	font-size: 2em;
} 


.social_twit:after {
	content: "\f081";
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	color: #28aae1;
	float: left;
	margin-right: 10px;
	font-size: 2em;
}


.social_facebook {
	float: left;
	background-color: #3a579a;
	color: #fff !important;
	margin-right: 0px;
	font-size: 0.82em;
	padding-right: 20px;

	height: 29px;
	text-decoration: none !important;
	background-image: url("/Style Library/Images/fb_white.png");
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position-y: 5px;
	background-position-x: 14px;
	background-size: 18px;
	opacity: 0.9;
	padding-top: 4px;
}


.social_twitter {
	float: left;
	background-color: #1b95e0;
	color: #fff !important;
	margin-right: 5px;
	font-size: 0.82em;
	padding-right: 20px;
	
	height: 29px;
	text-decoration: none !important;
	background-image: url("/Style Library/Images/twitter_white.png");
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position-y: 4px;
	background-position-x: 14px;
	background-size: 20px;
	opacity: 0.9;
	padding-top: 4px;
}


.twitter_skip {
	float: left;
	font-size: x-small;
	text-align: center;
	width: 100%;
	/*color:white!important;*/
}

.twitter_skip:focus, .twitter_skip:hover {	
	color: #015b66!important;
}



.back_to_top {
	position:fixed;
	bottom:0px;
	right:20px;	
	background-color:#000;
	color: white!important;
	text-align:center;
	display:none;
	z-index:99;	
	padding-top: 0px !important;
}

.back_to_top:after {
	content: "\f077";
	float:left;
	padding:10px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.back_to_top:hover, .back_to_top:focus {
	background-color:#017988;	
}

.thispage_holder {
	float:left;
	width:100%;
}

.thispage_link {
	background: #025d68!important;
	color: white!important;
	padding:10px!important;
	padding-left: 18px!important;
	position: relative;	
	border-bottom: 0px !important;
	opacity: 0.95;	
}

.top_active:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(1, 91, 102, 0);
	border-right-color: #025d68;
	border-width: 10px;
	margin-top: -10px;

}

.thispage_link:hover {
	background-color:#017988!important;
	opacity: 1;
}

.thispage_link:hover:after {
	border-right-color: #07535d!important;
}




.custompage_link {
	float: left;
	width:100%;	
	border-left:0px!important;	
	border-bottom:0px!important;
}

.azholder {
  float: left;
  width: 100%;
  background-color: #e5e5e5;
  padding: 5px;
  padding-left: 30px;
  font-size: 1.2em;

}

.azholder a {
  padding-top: 12px;
  display: block;
  padding-bottom: 12px;
}

body #s4-bodyContainer {
	min-width:0px!important;
}


.goog-te-gadget-simple {
	background-color: #01383f!important;
	border-left: 2px solid #01383f!important;
	border-top: 2px solid #01383f!important;
	border-bottom: 2px solid #01383f!important;
	border-right: 2px solid #01383f!important;
	font-size: 10pt;
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 2px;
	cursor: pointer;
	zoom: 1;
	*display: inline;
	color: white !important;
}


.goog-te-gadget-simple:hover {
	background-color: #015b66!important;
	border-left: 2px solid #015b66!important;
	border-top: 2px solid #015b66!important;
	border-bottom: 2px solid #015b66!important;
	border-right: 2px solid #015b66!important;	
}

.goog-te-menu-value {
	color: white!important;
}

.goog-te-menu-value span {
	border: 0px!important;	
	color:#fff!important;
}



.search_area_button {
	float: right;
	width: 54px !important;
	height: 54px !important;
	margin: 0px;
	padding: 0px;
	background-color: #31828c;
	line-height: 40px;
	border: 1px solid #1c5a61;
	background-image: url("/Style Library/Images/menu_location.png");
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	font-size: inherit;
	border-radius: 50%;
	min-width: 54px!important;
	transform: scale(0.9);
}

.search_area_button:hover:after {
	right: 96%;
	top: 49%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(1, 91, 102, 0);
	border-right-color: #017988;
	border-width: 10px;
	margin-top: -10px;
}


.main_search_button {
	float: left;
	width: 54px !important;
	height: 54px !important;
	margin: 0px;
	padding: 0px;
	background-color: #31828c;
	line-height: 40px;	
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	background-image: url("/Style Library/IMAGES/menu_search_silver.png");
	background-position:center center;
	background-repeat:no-repeat;
	cursor: pointer;
	display:none;
	position:relative;
	border: 1px solid #3b747b;
	border-radius: 50%;
	border: 1px solid #1c5a61
}

.main_search_button:hover:after {
	left: 96%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(1, 91, 102, 0);
	border-left-color: #017988;
	border-width: 10px;
	margin-top: -10px;
}

.main_search_button:hover, .search_area_button:hover, .main_search_button:focus, .search_area_button:focus {
	background-color: #017988!important;
}




.qs_holder {
	width: 150%;
	margin-left: auto;
	margin-right: auto;	
	background-color: #fff;
	opacity: 1;
	position: absolute;
	left: -23%;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.53);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.53);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.53);
	top: 112px;
	z-index: 95 !important;
	color:white!important;
	font-size:0.85em!important;	
	display: none;
}

.open_icon:after {
	content: "\f08e";
	float: right;	
	padding-right: 20px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	
}

.qs_holder_mobile {
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
	background-color: #fff;
	opacity: 1;
	position: absolute;
	left: 0%;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.53);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.53);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.53);
	top: 72px;
	z-index: 95 !important;
	color:white!important;
	font-size:0.85em!important;	
	display: none;
}


.qs_top {	
	float:left;
	width:100%;
	padding-top: 30px;
	padding-bottom: 30px;
	color: white;
	display:none;
	text-align:center;
	font-size:x-large;
	animation: colorchange 50s;
}

@keyframes colorchange
    {
      0%   {background: purple;}
      25%  {background: blue;}
      50%  {background: green;}
      75%  {background: orange;}
      100% {background: yellow;}
    }

.qs_holder h2 {	
	color:white;
}

.qs_search {
	float:left;
	width:100%;
	text-align:center;
	color: #015b66;
	padding-top:16px;
	height:50px;
	background-color: #f1f1f1;
	display:none;
}

.searchbar_on {
	
}

.qs_topresult {
	float: left;
	width:100%;	
	padding-left:0px;
	padding-right:0px;	
	color: #1d1c1c;
    border-top: 1px solid #e8e8e8;
    background: whitesmoke;
    /*border-bottom: 30px solid #01383f;*/
}

.qs_arearesult {
	float: left;
	width:100%;	
	padding-left:0px;
	padding-right:0px;	
	color: #1d1c1c;
	border-bottom: 0px solid silver;	
	display:none;
	text-align:center;
}

.qs_no_result {	
	padding-top: 30px;
	padding-bottom: 30px!important;
	text-indent:30px;	
	border-bottom:0px!important;
	margin-top: 20px!important;
	font-size:1em!important;
	margin-bottom:0px;!important;
	border-top: 0px!important;
	color: black!important;
}

.qs_main_result {
	float: left;
	width:100%;
	padding-left:20px;
	padding-right:20px;
	color: #1d1c1c;
	padding-top:14px;
	padding-bottom:0px;
	margin-bottom:15px;
}

.qs_main_result p {	
	margin-bottom:10px;	
}

.qs_file_result {
	float: left;
	width:100%;
	padding-left:40px;
	padding-right:40px;
	color: #4D4545;;
	padding-top:12px;
	padding-bottom:15px;
}


.qs_term {
	font-weight:bold;
}


.search_icon:after {
	content: "\f002";
	margin-left:20px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}


.qs_logo {
	margin-right: 35px;
	margin-left: 20px;
	width: 100px;
	height: auto;
	vertical-align: middle;
	float:left;
}

.qs_main_text {
    width: 50%;
    float: left;
    padding-top: 30px;
}


.qs_link_main {
	float: left;
	width:100%;
	padding:15px;	
	margin-top:0px;
	background: none!important;
	background-size: 200% 100%;
    background-position:right bottom;
    transition:all 0.5s ease;  
    border-bottom: 1px solid silver;
    border: 1px solid whitesmoke;
}

.qs_link_main:after {
    content: "\f08e";
    float: right;
    position: relative;
    right: 10%;
    font-size: 1.5em;
    top: 46px; 
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;  
}


.qs_link_small:before, .qs_link_plain:before {
	content: "\f0a9";
	float: left;
	margin-right: 17px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}



.qs_link_main:before, .qs_link_small:before {
	color: #015b66;
}

.qs_link_main:hover, .qs_link_small:hover, .qs_link_main:focus, .qs_link_small:focus {	
	background: whitesmoke;
    color: #074751!important;
    border: 1px solid #e0e0e0;
}



.qs_link_small {
	float: left;
	padding:17px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:10px;
	color: #504D4D!important;
	width:48%;		
	background-size: 200% 100%;
    background-position:right bottom;
	background: #f3f3f3;
    border: 1px solid #e7e7e7;
	margin-bottom: 7px;  
    font-size:1.01em;   
    color: #363737!important;
}

.qs_file_link {
	float: left;
	padding: 15px;	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;	
	color: #4D4545!important;
	text-decoration: none;
	top: 0px !important;
	position: relative;
	padding-bottom: 0px !important;	
	

	background: linear-gradient(to left, white 50%, #eaeaea 50%);
	background-size: 200% 100%;
    background-position:right bottom;
    transition:all 0.5s ease;

}

.qs_file_link:hover, .qs_file_link:focus {	
	text-decoration:none;
	background-color:#c8c8c8;	
	background-position:left bottom;
}

.file_pdf:before {
	content:"";
	float: left;
	width: 35px;
	height: 35px;		
	background-size: contain!important;
	background-repeat:no-repeat!important;
	margin-right:10px;	
	position:relative;
	top:-9px;
	background-image: url("/Style Library/IMAGES/pdf_large.png");
}

.file_pdf {
	
}

.file_doc:before {
	content:"";
	float: left;
	width: 35px;
	height: 35px;		
	background-size: contain;
	background-repeat:no-repeat;
	margin-right:10px;	
	position:relative;
	top:-9px;
	background-image: url("/Style Library/IMAGES/word_large.png");
}

.file_xl:before {
	content:"";
	float: left;
	width: 35px;
	height: 35px;		
	background-size: contain;
	background-repeat:no-repeat;
	margin-right:10px;	
	position:relative;
	top:-9px;
	background-image: url("/Style Library/IMAGES/excel_large.png");
}


.qs_link_plain {
	float: left;
	padding:15px;
}

.qs_seeall {
	float:left;
	color:#fff!important;
	width:100%;
	padding:20px;
	text-align:center;
	font-size:1em;	
	background-color:#01383f;	
	opacity: 0.95;
	box-sizing: border-box;
	/*display:none;*/
}

/* hide link to full search
.qs_no_result a {
    display: none!important;
}
*/
 
.qs_seeall:hover, .qs_seeall:focus {
	background-color:#015b66;	
	text-decoration:none;
	color:white!important;
	opacity: 1;

}

.qs_close {	
	top: 0px;
	width: 50px!important;
	min-width: 50px!important;
	height: 49px;
	color: #06616d;
	position: absolute;
	right: 0px;	
	text-align: center;
	font-size: 1em !important;
	padding-top: 1px !important;
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;
	bottom: 0px;
	background-color: none;
	font-size: 1.5em!important;
}

.qs_close:hover, .qs_close:focus {
	background-color: #01383f;
	text-decoration:none;

}

.blackout {
	float:left;
	width:100%;
	height:100%;
	background-color:#08151a;
	opacity:0.97;
	position:fixed;
	z-index:92!important;
	left:0px;
	top:0px;	
	display:none;
}


.footer_holder {
	float:left;
	width:100%;

    border-top: 1px solid #c4c4c4;
}



.qs_loading {	
	float: left;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
	height: 100px;
	background-image: url("/Style Library/IMAGES/ring_loader.gif");
	background-position: center center;
	background-repeat:no-repeat;
}

.form_formDivWrap {
    float: left;
    width: 100%;
    min-height: 5px!important;   
}

.form_formLabelTitle {
    width: 100%;
    font-size: 1.1em;
    color: black;
    margin-bottom: -5px!important;
    float: left;
	text-align: left;
    padding: 10px;  
    padding-left: 0px;
	min-height: 45px!important;  
}

.form_formTextbox {
    width: 100%;
    font-size: medium;
    margin-bottom: 10px;
    float: right;
    display: block;
    border-radius: 0px;
    border: 1px solid silver;
    padding: 10px;
    border-radius: 6px;
}

.form_formDropDown {
    width: 100%;
    font-size: medium;
    color: #000;
    float: right;
    display: block; 
    border: 1px solid silver;
    padding: 10px;
    margin: 0px;
    height:49px;
}




.fw_slider_holder {	
	float:left;
	width: 100%;
	background-color:#F6F6F6;;	
	position:relative;
	overflow:hidden;
	background-image: url("/Style Library/IMAGES/ring_loader.gif");
	background-position: center center;
	background-repeat:no-repeat;
	border-bottom: 1px solid #dedede;
}



.fw_slide:hover .fw_slide_bottom, .fw_slide:focus .fw_slide_bottom {
	bottom : -2px!important;	
}

.fw_slide:focus {
	border: 1px solid orange;
}


.fw_slide_number {
	position: absolute;			
	left: 0px;
	z-index: 76;
	opacity: 0.8;
	font-size: 0.8em;
	left: 0px;
	width: 100%;
	top: 50px;
	bottom: 0px;	
	
	background: rgba(226,226,226,0);
	background: -moz-linear-gradient(top, rgba(226,226,226,0) 0%, rgba(163,163,163,0) 28%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,0)), color-stop(28%, rgba(163,163,163,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,0) 0%, rgba(163,163,163,0) 28%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,0) 0%, rgba(163,163,163,0) 28%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,0) 0%, rgba(163,163,163,0) 28%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,0) 0%, rgba(163,163,163,0) 28%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#000000', GradientType=0 );


}

.fw_slider_inner {
	float:left;
	width: 6000px;
	position:relative;
	background-color:#F6F6F6;
	overflow:hidden;
	list-style:none;
}




.fw_slider_right {
	float: right;
	position:absolute;
	top: 0%;
	height: 100%;
	width: 57px;
	background-color: #01383f;
	border:0px;	
	opacity: 0;
	right:-1px;	
	z-index:99;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color:white;

}

.fw_slider_right:after {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}


.fw_slider_right:hover, .fw_slider_right:focus, .fw_slider_left:hover, .fw_slider_left:focus {
	background-color: #01383f!important;	
	opacity: 1;
}


.fw_slider_left {
	float: left;
	position:absolute;
	top: 0%;
	height: 100%;
	width: 57px;
	background-color: #01383f;
	border:0px;
	opacity: 0;
	left:-1px;
	z-index:99;
		-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: white;

}

.fw_slider_left:after {
	content: "\f053";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}


.slider_mobile_instructions {	
	width: 100%;
	z-index: 80;
	text-align: center;
	font-size: 0.7em !important;	
	animation-name: mobile_anim;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-delay: 4s;
    display:none!important;  
    background: #f6f6f6;
    padding-bottom: 5px;
}
	


@keyframes mobile_anim {
    0%   {left:0%;}
    10%  {left:-1%;}
    20%  {left:1%;}
    30%  {left:-3%;}
    40%  {left:6%;}
    50%  {left:0%;}
    100% {left:0%;}
}


.slider_mobile_instructions .fa {
    color: #929292!important;
    background-color:none!important;
}


.slider_mobile {
	width: 100%;
	float:left;
	background-color:#01383f;
	height:54px;	
	bottom:0px;
	position:absolute;
	display:none;
}

.fw_slider_holder:hover .fw_slider_left {
	opacity: 0.7;	
}

.fw_slider_holder:hover .fw_slider_right {
	opacity: 0.7;
}


.fw_slider_right:hover, .fw_slider_left:hover, .fw_slider_right:focus, .fw_slider_left:focus {
	opacity: 1!important;	
}


.fw_slide {
	float: left;
	width: 560px;
	position:relative;
	opacity:1;
	overflow:hidden;
	outline: none!important;			
	padding-top:0px;	
	transition: all 1s ease;
}


.fw_slide:hover img {
	transform: scale(1.02);	
	
}


.fw_slide:first-child {	
	border-left: 0px!important;
}

.fw_slide:hover, .fw_slide:focus, .fw_slide_top_active {
	opacity:1;		
	outline: none!important;
	color: white!important;
}

.fw_slide:hover a {
	color: white!important;
}


.fw_slide:hover .fw_slide_head, .fw_slide:focus .fw_slide_head, .fw_slide_top_active .fw_slide_head {	
	background-color: #f2f2f2; 
}

.fw_slide:hover .fw_slide_text, .fw_slide_top_active .fw_slide_text {	
background: rgba(242,242,242,1);
background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(246,246,246,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(246,246,246,1)));
background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(246,246,246,1) 100%);
background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(246,246,246,1) 100%);
background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(246,246,246,1) 100%);
background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(246,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f6f6f6', GradientType=0 );
}

.fw_slide:hover .fw_slide_number, .fw_slide_top_active .fw_slide_number {
	top: -100px!important;
}


  
.fw_slide_bottom:after {
	bottom: 47%;
	left: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	display:none;
}

.fw_slide_bottom:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #F6F6F6;
	border-width: 20px;
	margin-left: -20px;
}




.fw_slide:hover .fw_slide_bottom:before {
	border-color: transparent transparent transparent #f2f2f2;
}




.fw_slide:hover .fw_slide_bottom:before, .fw_slide_top_active .fw_slide_bottom:before {
	
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;	
}




.fw_slide_image {
	float:left;
	width:100%;
	background-cover: cover;
	z-index:70;
	outline:0!important;	
	opacity: 1;	
	transition: all 1s ease;
}

.fw_slide_bottom {	
	float: left;
	width: 100%;
	color: #323232;	
	z-index:80;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity:1;
}






.fw_slide_head {
	padding: 20px !important;
	margin: 0px !important;	
	color: #065a65!important;
	float: left !important;
	border: 0px !important;	
	background-color: #F6F6F6;	
	text-align: left;
	padding-top: 15px !important;
	font-size: 1.1em !important;
	padding-bottom:5px!important;
}




.fw_slide_head:before {	
	float:left;
	margin-right: 15px;
	height:40px;
	content: "\f0a9";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	opacity: 0.5;
	padding-top:2px;
	display:none;
}

.fw_slide_text {
	padding: 20px !important; 
	font-size: 0.9em;
	width: 100% !important;
	background-color: #F6F6F6;
	padding-right: 80px;
	padding-top: 10px !important;
	color: #383838;
}


.fw_slider_title {
	float: left;
	color: #fff !important;
	padding: 14px;
	background-color: #01383f;
	position: absolute;
	width: 208px;
	border: 0px !important;
	top: -119px;
	z-index: 90;
	font-size: 1.2em !important;	
}


.slider_load {
	width: 100%;
	float:left;
	height:1px;
	background-color:#fff;	
	display: none;
}

.slider_load_inner {
	float:left;
	width:0%;
	background-color:#01383f;
	height:1px;	
}


.nu_search_homepage {
	left: 25%!important;
	width:50%!important;
	z-index:99;
	padding: 12px!important;
	height: 76px!important;
	margin-top:0px!important;
}

.homepage_search_head {
	color: #015b66!important;
	text-align:center;
	font-size:1.4em!important;	
	margin-bottom: 30px;
    margin-top: 10px;
}

.homepage_search {
	float:left;
	width:100%;
	background-color: #F6F6F6;;
	height: 320px;
	padding-top: 70px;
	background-image: url("/Style Library/IMAGES/cardiff_skyline_darker.png");
	background-position: center bottom;
	background-repeat:no-repeat;
	border-bottom: 1px solid silver;
}

.homepage_search .search_top_holder {
	border: 1px solid #b1b1b1!important;	
}

.homepage_title {
	display:none!important;
}


.homepage_see_also h2 {
	margin-bottom:20px!important;
	padding-top: 20px!important;
}

.homepage_see_also .midleft, .homepage_see_also .midmid, .homepage_see_also .midright {
	min-height: 120px;
	padding-top: 15px;
}

.homepage_view_sections {
	float: left;
	width: 100%;
	padding: 40px;
	background-color: #fff;
	border: 0px;
	color: #01383f;
}
.homepage_view_sections:hover {	
	background-color:#ededed;
}


.homepage_sections {
	margin-left:5%;
	margin-right:5%;
	padding-top:50px;
	
	overflow:hidden;

	width:90%;
	max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
	
}


.homepage_block {
	float:left;
	width:49.75%;
	background-color:#d47000;
	text-align:center;
	color:white;
	height:160px;
	opacity:0.8;
	margin-right: 3px;
	margin-bottom: 1px;
	overflow:hidden;
	
	-webkit-box-shadow: inset 4px 7px 2px -7px rgba(0,0,0,0.75);
-moz-box-shadow: inset 4px 7px 2px -7px rgba(0,0,0,0.75);
box-shadow: inset 4px 7px 2px -7px rgba(0,0,0,0.75);

background-image: url("/Style Library/IMAGES/green_traingles.jpg");

}

.homepage_text_block {
	width:66.66%;
	float:left;
	height:160px;
}

.homepage_text_block h2 {
padding-top: 0px!important;
}



.homepage_image_block {
	float:left;
	
	background-color:grey;
	
	height:160px;
	width:33.33%;

	background-position: center center;
	background-repeat:no-repeat;
	background-size: cover;
}



.homepage_block:hover, .homepage_block:focus {
	opacity:1;
}



.text_block_01, .text_block_02 {
	position:relative;
}


.block_01 {
	background-color:#01383f;		
}


.block_02 {
	background-color:#01383f;	
}

.block_03 {
	background-color:#01383f;	
}

.block_04 {
	background-color:#01383f;
}

.image_newsroom {
	background-image: url("/Style Library/IMAGES/newsroom.jpg");	
}

.image_leader {
	background-image: url("/Style Library/IMAGES/leader.jpg");	
}

.image_visit {
	background-image: url("/Style Library/IMAGES/cardiffis.jpg");	
}


.image_city {
	background-image: url("/Style Library/IMAGES/city_hall.jpg");	
}

.image_events {
	background-image: url("/Style Library/IMAGES/events.jpg");
}

.image_strategy {
	background-image: url("/Style Library/IMAGES/cap_ambition.jpg");
}


.image_strategy_cym {
	background-image: url("/Style Library/IMAGES/cap_ambition_cym.jpg");
}


.image_ambition {
	background-image: url("/Style Library/IMAGES/CA_logo.jpg");
}



.homepage_block h2 {
	border: 0px !important;
	color: white !important;
	margin-top: 45px !important;
	margin-bottom: 4px !important;
}

.homepage_block p {
	color: white;
	font-size: 0.9em !important;
	padding-left: 25px;
	padding-right: 25px;
} 

.homepage_twitter {
	float: left;
	width:50%;
	background-color:white!important;
	text-align:center;
}

.homepage_twitter.homepage_nearme {
    margin: 0px auto;
    float: initial;
}

.homepage_twitter_outer {
	float:left;
	width:100%;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:30px;
}

.homepage_welcome {
	float: left;
	color: white;
	left: 5%;
	position: relative;
	top: 25px;
	font-size: 1.8em;
	opacity:0.8;
}


.homepage_main {
	padding-bottom: 0px!important;
}

.homepage_main_hide {
	display:none;
}

.homepage_az {
	float: left;
	width: 100%;
	padding-top: 10px;	
	background-color: #5C5C5C;
	padding-bottom: 10px;
}


.homepage_az .customAZ {
	padding: 18px 0!important;
	font-size: 2.5em!important;
	background-color:#5C5C5C!important;
	color:grey;
	
}


.homepage_az .azholder {
	background-color:#5C5C5C!important;
}

.homepage_az .az_text {
	font-size: 1.3em!important;
	padding: 26px 0 24px 50px!important;
	background-color:#5C5C5C!important;
	color:#e6e6e6;
}

.homepage_az .customAZ li a {
	color:#fff !important;
}

.homepage_see_also {
	padding-top:30px!important;
}

.hp_sections {
	float:left;
	width:100%;
	background-color: #132F30;
	list-style:none;
}

.custom_homepage {
	padding:0px!important;
}


.top_section_head {
	text-align:center;
	border: 0px!important;
	color:#015b66!important;
}

.top_holder {
	top: 85px!important;
}





.contact_section_holder {
	float:left;
	width:100%;
	border:1px solid silver;	
	border-top:0px!important;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 86%, rgba(242,242,242,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 86%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 86%,rgba(242,242,242,1) 100%);
	background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 86%, rgb(242, 242, 242) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=1 );
}

.contact_section_holder h2 {
	border:0px!important;
	margin-top:0px!important;
	margin-bottom: 0px !important;
}

.cs_left_section {
	list-style:none;
	float:left;
	width:100%;	
    border-right: 1px solid #d4d4d4;
    padding-bottom: 20px!important;
}

.cs_left_section li{
	margin:0px!important;
}

.cs_right_section {
	float: left;
	width:100%;
	text-align:center;
	margin-top:100px;
}

ul.csul {
    list-style: none;
    margin-left: 0px;
}

.csul li {
        margin-left: 0px;
}

.cs_complaints {
	float: left;
	width: 100%;
	margin-top: 0px;
	padding: 36px;
	border: 1px solid silver;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: silver;
	border-top: 0px !important;
	font-size: 0.9em;
	background-color: #f3f3f3;
}

.cs_right_section:before, .cs_right_section_landing:before {
	content: "\f053";
	float: left;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	font-size: 2em;
	color: #01383f;
	top: 80px;
	position: relative;
	left: 150px;
}

@keyframes slidein {
  from {
    left: 35px; 
    opacity:0; }

  to {
    left: 40px;
    opacity:1;  }
}


.cs_right_section_landing {
	float: left;
	width:70%;
	text-align:center;
	margin-top:50px;
	display:none;
}


.cs_right_section_answers {
	float: left;
	width:70%;
	text-align:center;
	display:none;
}


.section_one .cs_button {
	background-color:#fff;	
}


#btn_waste:before, #btn_council:before, #btn_highways:before, #btn_parking:before, #btn_housing:before, #btn_planning:before, #btn_message:before {
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	float: left;	
	font-size: 1.2em;
	position: relative;
	top: 1px;
	padding-right: 10px;
	width: 90px;
	text-align: center;	
	display: none;
}

#btn_waste:before {
	content: "\f014";
}

#btn_council:before {
	content: "\f19c";	
}


#btn_highways:before {
	content: "\f018";	
}

#btn_parking:before {
	content: "\f1b9";	
}

#btn_housing:before {
	content: "\f015";	
}

#btn_planning:before {
	content: "\f0f7"
}

#btn_message:before {
	content: "\f003"
}



.section_one .cs_button:after {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	float: right;	
	right: 20px;
	position: relative;		
	top:4px;
}



.section_two .cs_button:after {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	float: right;	
	right: 20px;
	position: relative;		
	top:4px;	
}

.cs_button {
	float:left;
	width:100%;
	padding:13px;	
	border: 0px;
	text-align:left;	
	position:relative;
	text-decoration:none!important;
	text-indent: 20px;
}

.cs_button:hover, .cs_button:focus, .cs_button_on {	
	color: white!important;
    background: #017988!important;
    outline: none;
}



.cs_back {
	background-color:#015b66!important;
	background:#015b66!important;
	color:white;
	display:none;
}

.cs_back:hover, .cs_back:focus {
	background-color:#017988!important;
	background:#017988!important;
}

.cs_back:before {
    float: left;
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.cs_report {
	float:left;	
	text-align:center;
	width:100%;
	padding-top:70px;
	padding-bottom:70px;
	color: black!important;
	font-weight: 300!important;
	margin-top:30px;
}


.cs_report:hover, .cs_left_bottom:hover {
	color: #015b66!important;
	
}

.cs_right_bottom {
	float:left;
	border-right:1px solid #01383f;
	text-align:center;
	width:50%;
	padding-top:20px;
	padding-bottom:20px;
	font-weight: 300!important;
}

.cs_left_bottom {
	float:left;
	text-align:center;
	width:50%;
	padding-top:20px;
	padding-bottom:20px;
	color: black!important;
	font-weight: 300!important;
}

.cs_hide, .cs_report, .cs_other_hide {
	display:none;
}

.cs_other_section {
	float:left;
	width:100%;
	text-align:center;
	background-color: white;	
	display:none;
}

.cs_other_btn {
	float:left;
	width:33.33%;
	background-color:white;
	padding-top:50px;
	padding-bottom:50px;
	border:0px;	
	position:relative
}

.cs_other_btn:hover, .cs_other_btn:focus {	
	color: #015b66!important;
}

.cs_border_right {
	border-right:1px solid #01383f;	
}

.cs_active {
	top:1px;
}

.cs_other_call, .cs_other_email, .cs_other_visit {
	float:left;
	width:100%;
	text-align:center;	
	border-top:1px solid #01383f;	
}


.cs_other_email, .cs_other_visit {
	padding-left: 40px;
	padding-right: 40px;
}



.cs_other_email {
	border-top:0px!Important;
}


.cs_other_visit {
    padding-bottom: 50px;
}


.cs_third {
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 70px;
	margin-bottom: -15px;
	padding: 20px;
    padding-top: 40px;
    padding-bottom: 25px;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	background-color: whitesmoke;
	min-height: 275px!important;
	position:relative;
	overflow:hidden;
}

.cs_third .text_bold, .cs_third .text_green, .cs_hours .text_green {
	font-size: 1em!important;
}



.cs_third a {
	color: #015b66 !important;
	font-weight: bold;
	font-size: 1em !important;
}


.cs_deaf {
	width: 50%;
}


.cs_minicom {	
	padding-bottom: 16px;
    padding-top: 8px;
}

.cs_deaf_left {	
	float: left;
	width:49%;
	padding-right: 10px;
    padding-left: 10px;
}

.cs_deaf_border {
	border-right: 1px solid silver;
    padding-right: 10px;
}




.cs_deaf_left h4 {
	margin: 0px!important;
	font-weight:normal!important;
	    font-size: 1em!important;
}

.cs_hours {
	float:left;
	width: 100%;
	padding-top:20px;
	padding-bottom: 30px;
	border-top:1px solid silver;
	background-color: #0e464d;
	color:#ddd!important;
    -webkit-box-shadow: inset 0px 9px 18px -7px rgba(0,0,0,0.81);
    -moz-box-shadow: inset 0px 9px 18px -7px rgba(0,0,0,0.81);
    box-shadow: inset 0px 9px 18px -7px rgba(0,0,0,0.81);
	background-position: 0% top;
	background-image: url("/Style Library/IMAGES/green_traingles.jpg");
	position: relative;
}

.cs_hours h3 {
	font-size: 0.9em;
	font-weight:bold;
	color:white!important;
}

.cs_hours a {
	color: white;
}

.cs_hours .text_small {
	padding-bottom: 10px;
}

.text_hours {
	color: #fff !important;
	font-weight: bold;	
	padding-top: 10px;
	margin-bottom: 0px;
}

.cs_landing_link {	
	float:left;
	text-align:center;
	width:100%;
	margin-top:30px;
}

.text_small {
	font-size:0.9em!important;
	line-height: 1.2em!important;
}

.fa-large {
	font-size:2.8em!important;
	color:#015b66;
	margin-top:10px;
}
.section_one, .section_two {
	float:left;
}

.section_one {	
	width: 35%;
}

.section_two {
	width: 65%;
}





.back_section {	
	float: left;
	width:10%;
	background-color:blue;
	height:400px;
	border:0px;
}

.contact_page_content {
	display:none;
}

.contact_loading {
	margin-top:100px;
	float:left;
	width:100%;
	display:none;
}



.contact_confirmation {
	float: left;
	color: white;
	text-align: center;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 100px;
	border-radius: 16px;
	border: 3px solid #015b66;	
	display:none;
}

.contact_confirmation i {
	font-size: 3em;
	margin-bottom: 50px;
	background-color: #015b66;
	border-radius: 50%;
	padding: 20px;
}


.contact_confirmation h2 {	
	border:0px!important;
	margin:0px!important;
	padding:0px!important;	
}

.cs_other_email .form_formSubTitle, .cs_other_email .form_formTitle {
	display:none!important;
}

.form_formDivWrapNoLabel {
	float:left;
	width:100%;
}

.form_formRegularExpressionValidator, .form_formRequiredFieldValidator {
    float: right;
    top: -44px;
    position: relative;
    right: 15px;
    color: #c01414;
    font-size: 1.2em;    
}



.formwrapper input:hover, .formwrapper input:focus {
	border: 1px solid #015b66;
	background: #f9f9f9;
}


.form_formTextbox_pcsearch_results {	
	width: 100%;
	float: left;
	min-height: 250px;
}


.cc_toolbar {
	float:left;	
	position:fixed;	
	bottom:0px!important;		
	display:none;
	z-index:100;
	left: 0px;	
}

.cc_toolbar_accordian, .cc_toolbar_buttons {
	float:left;
	background-color:#01383f;		
	margin-right:2px;
	background-image: url("/Style Library/IMAGES/hf.jpg");
}


.cc_toolbar_btn {
	float:left;
	background-color: #0e8db0;
	color: white!important;
	padding:5px;
	margin:5px;
}

.cc_toolbar_btn:hover {
	background-color:#015b66;
}

.cc_toolbar_accordian {
	float:left;
	color: white;
	text-align:center;
	font-size:small!important;
	background-size: cover;
}

.cc_toolbar_select, .cc_toolbar_link, .cc_toolbar_select_link, .cc_toolbar_select_target, .cc_toolbar_select_table {	
    height: 30px;
    margin: 8px;
    float:left;
    background-color:#fff;
    border:0px;
    color:#171717;
}

.cc_toolbar_link {
	text-indent:6px;
}

.cc_toolbar_action {
	position: fixed;
	bottom: 70px;	
	display:none;
}

#toolbar_open {
	border:0px;
}



.mdd_section_on {
	background-color: #0f4851!important;	
}


.home_links {	
	float: left;
	width: 99.5%;
	background-color: #19548a;
	color: white!important;
	padding:20px;
	height: 250px;
	border: 5px solid #1d3959;	
	margin-top:20px;
}

.home_links_text {
	color: white;
	float: left;
	width: 70%;
	padding: 31px;
}

.home_links_title {
	color:white!important;
	margin-bottom:20px;
}

.srs_links {
	padding:10px;
	float:left;
	background-color:#0072bc;
	color:white!important;
	margin-top:20px;
	margin-right:3px;
}

#ctl00_ctl29_g_0b66255b_95b9_43ab_b630_b6ee6f27d917_ctl00_lnkReportIt {
	padding: 20px;
	color: white;
	background-color: #015b66;
	margin-top:0px;
	margin-bottom:20px;
	float:left;
	width:100%;
}

#ctl00_ctl29_g_0b66255b_95b9_43ab_b630_b6ee6f27d917_ctl00_lnkReportIt:hover {	
	background-color: #017988;
}


input[type="radio"] {
    position: relative;
    left:-10000px;
}



input[type="radio"] + label {
    color:#f2f2f2;
    font-family:Arial, sans-serif;
}

input[type="radio"] + label {
	display: inline-block;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	cursor: pointer;
	float: left;
	color: black;
	padding-top: 0px!important;
	font-size: 20px!important;
	text-align:left;
}

input[type="radio"] + label:before {
	background: url("/Style Library/IMAGES/radio_off.png");
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 16px;
	content: "";
	background-size: contain;
	position: relative;
	top: -6px;
	color: #015b66 !important;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}





input[type="radio"]:checked + label:before, input[type="radio"]:focus + label:before {
    	background: url("/Style Library/IMAGES/radio_on.png");
    	 background-size: contain;
}

		
.report_pay_buttons {
	float: left;
	position: absolute;
	right: 0px;
	top: -37px!important;
	width: 360px;
	border: 0px solid #000000;
	overflow:hidden;
}

.report_panel_start {
	text-align: center;
	float: left;
	width: 50%;
	padding-top: 150px;
	font-size: 1.1em;
	font-weight: normal;
	
}

.report_panel_start_icon {
	float: left;
	width: 100%;	
	position: relative;
	top: -110px;
}


.report_panel_start:before {
    content: "\f053";
    float: left;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 1.5em;
    color: #017988;
    top: -30px;
    position: relative;
    left: 35px;
    animation-duration: 4s; 
    animation-iteration-count: infinite;
}


.report_buttons_new {	
	float: left;
	width: 100%;
	margin-bottom:0px;
}

.report_buttons_new button {
	background-color: white;
	float: left;
	width: 33.33%;
	color: #1b6e78;
	text-align: center;
	padding: 17px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	cursor:pointer;
}

.report_buttons_new button:hover, .report_buttons_new button:focus {
	color: black!important;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+100 */
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	outline:none;
}

.new_button_on {
	border-bottom:1px solid white!important;
	color: black!important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,ffffff+100 */
	background: rgb(234,234,234); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.report_buttons_new .fa {
	font-size: 2em !important;
	margin-bottom: 5px;
}

.report_buttons_new span {
	width: 100%;
	float: left;
	font-size: 1.2em;
}

.panel_on {	
	background-color: #077181!important;
	background: #077181!important;
	color: #fff!important;	
}

.rp_mobile {
	display:none;	
}

.icon_push {
	padding-top: 11px !important;
}

.report_pay_buttons a, .report_pay_buttons button {
	float: left;
	padding: 10px;
	padding-top:11px;
	color: #fff;	
	font-size: 0.85em;
	text-decoration: none;
	border: 0px;
	position:relative;
	overflow:hidden;
	background-color: #0b616d;
	width: 32.5%;
	text-align:center;

	border-left: 1px solid #0b5560;
	border-bottom:0px!important;
	
	transition: all 0.5s ease;
	margin-right:2px;
	height:45px;
}

.report_pay_buttons a:hover, .report_pay_buttons button:hover {	
	background-color: #077181!important;
	color: white!important;
}

.report_pay_buttons a:focus, .report_pay_buttons button:focus {	
	background-color: #077181!important;
	color: white!important;
	border: 2px solid orange!important;
}



.ct_list {
	z-index:91!important;
}

.report_pay_buttons button {
	font-size: 0.9em!important;
}

.report_order_panel {
	float: left;
	width: 80%;
	left: 10%;
	background-color: white;	
	display:none;
	position:absolute;
	z-index:93;
	top: 119px;	
	overflow: hidden;
	border-bottom: 6px solid #015b66;
}

#tabs_pay {
	background-color: white;
	float:left;
	float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 25px;
}

#pay_buttons {
	margin-left:35px;
}

.tabs_padding {
	float:left;
	padding-left:35px;
	padding-right:35px;
	width: 100%;
}


.report_order_panel h2 {	
    display: block!important;
    text-align: left;
    border-top: 0px!important;
    font-size: 1em!important;
    margin-top: 20px!important;
    outline:none;
    padding: 10px !important
}

.report_order_panel h2:focus, .report_order_panel h2:focus-visible {
       text-decoration: none;
       color: #fff !important;
       outline: 1px solid #ddd !important;
       background: #065a65;
       border-radius: 5px;
       max-width: 98%;}

.report_order_button, .report_order_button_small {
	color: #017988!important;
	float: left;
	padding: 10px;
	text-align: center;
	border: 0px;	
}

.report_order_button {
	width: 100%;	
	cursor:pointer;	
	position:relative;	
	background-color:#fff;		
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+86,f2f2f2+100 */
}


.report_order_button:before {
	content: "\f054";
	float: right;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	top: 11px;
	right: 20px;
	position: relative;	
}



.report_order_button:last-child, .report_order_button_small:last_child {
	border-right: 0px!important;
}

.report_order_button_small {	
	width: 100%;
	padding: 12px;
	border-bottom: 1px solid #silver;
	padding: 12px;
	text-align:left;
	color: #2d2e2f !important;
}

.report_order_button_all {	
    float: left;
    margin-top: 50px;
    border: 0px;
    color: #015b66;
    width: 100%;
    text-align: center;
    padding: 10px;
    position: relative;
    background: whitesmoke!important;
    color: #074751!important;
    border: 1px solid #e0e0e0!important;
    border-radius: 4px;
    cursor: pointer;
    width: 98%!important;
}

.report_order_button_all:before {
	display:none!important;
}


.report_order_button_all:hover, .report_order_button_all:focus {
	background: #e1e1e1 !important;	
}

.report_order_button_on:after {
	content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent !important;
    border-bottom: 12px solid transparent !important;
    border-left: 12px solid #07616c !important;
    position: absolute;
    right: -9px;
    top: 32%;
    z-index: 99;
    display:none;
}



.report_order_button:hover, .report_order_button:focus, .report_order_button_on {
	position: relative;
	opacity: 1;
	text-decoration:none;
	outline:none;
	color:black!important;
	background: #eaeaea;

}

.report_order_button_small:hover, .report_order_button_small:focus {
	position: relative;
	opacity: 1;	
	text-decoration: underline!important;
	background: #ececec!important;
}


.tab_title {
	text-align: left;
	text-indent: 100px;
	float: left;
	padding: 7.5px;
}

.report_order_button .fa, .report_order_button_small .fa {
	
	height: 50px;
	width: 50px;
	font-size: 2em !important;
	margin-bottom: 15px;
	padding-top: 4px;
	position: absolute;
	left: 41px;
	top:5px;
	text-align:center;
}



.report_panel_bottom {
	float:left;
	width: 100%;	
	list-style:none;
	min-height:54px;	
}


.report_panel_bottom a {	
    width: 90%;
    margin-bottom: 4px;
    float: left;
    position: relative;
    padding: 9px;
    background: #ffffff;
    font-size: 0.9em;
    color: #232323!important;
    border: 1px solid white;
    padding-left: 14px;
    padding-right: 30px;
    
    margin-bottom:0px;
    margin:5px;
}

.report_panel_bottom a:hover, .report_panel_bottom a:focus {
    background: whitesmoke;
    color: #074751!important;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}	



.report_panel_top {	
	float: left;
	width: 45%;
	display:none;
	min-height: 224px;
	background-color:white;
}

.tabs__tabcontent[aria-hidden=true], .js-tabcontent[aria-hidden=true] {
  display: none;
}

.js-tabs {	
	min-height:230px;
}

.tabs__list, .js-tablist {
	list-style:none;
}

.tabs__tabcontent, .js-tabcontent {
	float:left;
	width: 55%;
    border-left: 1px solid #dbdbdb;	
}

.tabs__link {
  text-decoration: none;
}

.js-tabcontent h2 {	
	display:none;
}

.tab_close {
	position: absolute;
	background-color: #015b66;
	border: 0px;
	bottom: 0px;
	right: 0px;
	font-size: 1.3em!important;
	padding: 10px;
	color: white !important;
	padding-left: 10px;
	padding-right: 10px;
	top:0px;	
	cursor: pointer;
}

.tab_close:hover, .tab_close:focus {
	background-color: #0a8090;	
}

.tab_close:after {
	content: "\f057";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.qs_close:after {
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}



.qr_list {
	list-style: none;	
}

.quicksearch_heading {
	margin-top: 0px!important;
	border-bottom:0px!important;
	font-weight: normal;
	font-size:1.2em!important;
	margin-bottom:0px!important;
	padding-bottom:20px!important;
	border: 0px!important; 
    padding-top: 5px!important;
}

.report_order_button_on {
	opacity: 1!important;		
}




.report_panel_button:before {
	content: "\f12a";
	margin-right: 1px;
	opacity: 1;
	font-size: 0.85em !important;
	position: relative;
	left: 5px;
	top: -1px;
	border-radius: 50%;
	width: 23px;
	height: 23px;
	overflow: hidden;
	float: left;
	padding-top: 4px;
	text-align: center;	
	color:white;
	border: 1px solid #45929a;
	font-family: "Font Awesome 5 Pro";
    font-weight: 600;
}

.request_panel_button:before {
	content:"\f128";
	margin-right: 1px;
	opacity: 1;
	font-size: 0.85em !important;
	position: relative;
	left: 2px;
	top: -1px;
	border-radius: 50%;
	width: 23px;
	height: 23px;
	overflow: hidden;
	float: left;
	padding-top: 3px;
	text-align: center;
	color:white;
	border: 1px solid #45929a;
	padding-top: 4px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 600;
}


.pay_panel_button:before {
	content:"\f154";
	margin-right: 1px;
	opacity: 1;
	font-size: 0.9em !important;
	position: relative;
	left: 12px;
	top: -1px;
	border-radius: 50%;
	width: 23px;
	height: 23px;
	overflow: hidden;
	float: left;
	padding-top: 4px;
	text-align: center;
	color:white;
	border: 1px solid #45929a;
	padding-top: 4px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}


.report_panel_button {
	background-color: #5a9001;	
}

.request_panel_button {
	background-color: #77aa15;	
}

.pay_panel_button {
	background-color: #52ae1b;	
}



.tabtop_small {
	font-size: 0.75em !important;
	width: 99%;
	text-align: center;
	margin-top: 10px;	
	padding-left: 18%;
	padding-right:18%;
	line-height:1.3em;
	display:none;
}

.tablist_small {
	font-size: 0.95em !important;
	width: 99%;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 6px;
	color: #015b66;
	padding-top: 10px;
	font-size: 1em !important;

}



.pay_panel_list {
	list-style:none;
}

.pay_panel_list li {
	float: left;
	width: 32%;
	margin-right:1%;
}

#pay_panel {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.pay_panel_list .report_order_button_small, .pay_panel_list a {
	width: 100%;
    float: left;
    position: relative;
    margin-right: 1% !important;
    background: #f6f6f6;
    font-size: 0.9em;
    margin-bottom: 5px;
    border: 1px solid #ececec!important;
    border-radius: 4px;
    color: #06616d!important;
    padding:11px;
}


.pay_panel_list .report_order_button_small:before, .pay_panel_list a:before {
    content: "\f054";
    float: right;
    margin-right: 15px;
   font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    right: 5px;
    opacity: 0.9;
    margin-left: 7px;
    color: #015b66;
    top: 10px;
}



.MainFormButtonWrap .fa {
	display:none;
}


.MainFormButtonWrap a:before {
	content: "\f040";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	margin-right: 15px;
}

.form_button, .MainFormButtonWrap a {
	color: #fff!important;
	background-color: #015B66;
	
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	
	padding-left:45px;
	padding-right:45px;
	
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #01383f;
	display: inline-block;	
	-webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
	
	background-position:right bottom;
	text-decoration:none!important;
	
}



.form_button_contact, .form_button {
	/*background: rgb(7,120,134)!important;*/
	background:#03626f!important;
    padding: 16px!important;
    float: left;
    margin-left: 0px!important;
    border: 2px solid #045757!important;
    font-size: 1em!important;
    font-weight: normal!important;
    padding-left: 25px!important;
    padding-right: 25px!important;
    cursor: pointer;
    text-decoration:none!important;
}



.form_button:hover, .form_button:focus, .MainFormButtonWrap a:hover, .MainFormButtonWrap a:focus {
    color:#fff;
    background-color: #01383f!important;	
	text-decoration:none!important;	
}

.form_formValidationSummary_Top, .form_formValidationSummary {
	color: #201e1e !important;
	padding: 20px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	border-radius: 7px;	
	margin-bottom:40px;
	text-align:left;
}

.split_right_errors .form_formValidationSummary_Top, .split_right_errors  .form_formValidationSummary, .form_formValidationSummary_Top {
	border: 3px solid #f9962c;
}



.split_right_errors .form_formValidationSummary_Top:after, .split_right_errors .form_formValidationSummary:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: black;
	opacity: 0.1;
	content: "\f06a";
	position: absolute;
	font-size: 14em;
	right: 9px;
	bottom: 117px;
}



.form_formRequiredFieldValidator img, .form_formRegularExpressionValidator img {	
	display:none;
}


.form_formRequiredFieldValidator:after, .form_formRegularExpressionValidator:after {
	content: "\f06a";
	font-family: "Font Awesome 5 Pro";
	font-weight:600;
	color: orange;
}

.ms-WPBody a:link {
    color: #5d5d5d;
    text-decoration: none;
}

tr.ms-viewheadertr > th.ms-vh2, .ms-listviewtable .ms-vb2 {	
	padding: 12px!important;
	font-size: 1.05em;
}


table.ms-listviewtable tbody tr td.ms-newsletterline {
	border: 0px !important;
	display: none;	
}

.ms-vb-icon {
	text-align:center;	
	padding-top: 12px !important;
}

.s4-ctx {display: none;} /*remove dropdown from libraries*/

.stats_holder {
	float:left;
	width:200px;
	margin-right:20px;
}

.stats_result {
	float:left;
	width:100%;
	text-align:center;
	font-size:1.5em;
	color:#015b66;	
}

.stats_label {
	float:left;
	width:100%;
	text-align:center;
	font-size:0.8em;
	color:#736a6a;	
}

.horizontal_tabs_holder {

}

.horizontal_tabs_holder ul {
	list-style:none;
	float:left;
	width:100%;
}

.horizontal_tabs_holder li {	
	margin-left: 0px!important;
}

.horizontal_tabs_holder li a {
	text-align:center;
	width:100%;
	float:left;
	border:1px solid #d4d4d4;	
	padding-bottom:35px;
	padding-top:35px;
	outline: none;
	border-right: 0px;
	text-decoration:none;
}

.horizontal_tabs_holder li:first-child a {
	border-right:0px!important;
}

.horizontal_tabs_holder li:last-child a {
	border-right:1px solid #d4d4d4!important;
}


.horizontal_tabs_holder i {
	font-size: 3.5em;
}

.horizontal_tabs_holder span {
	width:100%;
	float:left;
	font-size:1.4em;
	margin-top:10px;
}

.horizontal_tabs_holder {
	float: left;
	width: 100%;		
} 

.horizontal_tabs_holder p {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: normal;
	background-color: #ededed;
	border: 1px solid silver;
	border-bottom: 0px !important;
	display:none;
}

#online_section, #call_section, #visit_section {	
	display:none;
}

#call_section, #visit_section, #sign_section {
	border:1px solid silver;
	border-top:0px!important;
	float:left;
	width:100%;
}

.cs_other_call, .cs_other_visit {
	border-top:0px!important;
}

.cs_other_sign {
    padding-bottom: 50px;
    padding-top: 50px;
}

.cs_other_call h2, .cs_other_visit h2 {
	margin-top:60px!important;
	border:0px!important;
}

.horizontal_tab_selected {
	border-bottom:0px!important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+100 */
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.horizontal_tabs_holder a:focus {
	color: black!important;
}

#online_focus, .cs_button_top {
	position: absolute !important;
  height: 1px; width: 1px; 
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  }


.hubs_link {	
	float: left;
	width: 100%;	
	font-size: 1.2em;
}

.hide_content {
	display: none!important;	
}

.SplashFooter {
   position: fixed;
	bottom: 00px;
	width: 100%;
	text-align: center;
	background-color: rgba(1, 91, 102, 1.0);	
}

.SplashFooter a {
	padding-top: 40px;
	background-color: rgba(1, 91, 102, 1.0);
	color: white;
	background-position: 0% top;
	position: relative;
	border: 0px solid #2f2f2f;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: rgb(47, 47, 47);
	background-image: url("/Style Library/IMAGES/green_traingles.jpg");
	width: 50%;
	float: left;
	padding-bottom: 40px;
	border-right: 1px solid black;
	opacity: 0.7;
	border-top: 1px solid black;
	 -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}

.SplashFooter a:hover, .SplashFooter a:focus {
	opacity: 1
}

.SplashFooter p {
	color:white;
	float:left;
	position: fixed;
	bottom: 0px;	
	text-shadow: 1px 1px 1px #000000;
	display:none;
	}


.splash17_image {
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
	background-image: url("/Style Library/IMAGES/splash4.jpg");	
	background-size: 80%;
	bottom: 100px;
	background-repeat: no-repeat;
	background-color: white;
	background-position: bottom;
}


.splash17_content {
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
}


.splash17_logo {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/Style Library/IMAGES/capital_ambition__combined_02.png");
	background-size: 700px;
	background-repeat: no-repeat;
	top: -10%;
	background-position: center;
	opacity: 1;	
	
	animation-name: ambition_fade;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    
}


@keyframes ambition_fade {
    0%   {opacity: 0; transform:scale(0.98);}   
    100% {opacity: 1; transform:scale(1);}
}






.splash17_skyholder {
	bottom: 0px;
	width: 100%;
	height: 100%;
	position: absolute;	
}





.splash17_sky {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/Style Library/IMAGES/sky_01.png");
	background-size: 1100px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;	
	bottom:33px !important;
	background-position: center 90%;
	
	
	animation-name: sky01_fade;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;

}


@keyframes sky01_fade {
    0%   {opacity: 0;}   
    100% {opacity: 1;}
}



.splash17_sky2 {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/Style Library/IMAGES/sky_02.png");
	background-size: 1100px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;	
	bottom:33px !important;
	background-position: center 90%;
	animation-fill-mode: forwards;
	
	animation-name: sky02_fade;
    animation-duration: 8s;
    animation-timing-function: ease-in;
    animation-delay: 1s;
    opacity: 0;

}

@keyframes sky02_fade {
    0%   {opacity: 0;}   
    100% {opacity: 1;}
}





.splash17_sky3 {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/Style Library/IMAGES/sky_03.png");
	background-size: 1100px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;	
	bottom:33px !important;
	background-position: center 90%;
	animation-fill-mode: forwards;
	
	opacity: 0;
	animation-name: sky03_fade;
    animation-duration: 8s;
    animation-timing-function: ease-in;
    animation-delay: 3s;

}

@keyframes sky03_fade {
    0%   {opacity: 0;}   
    100% {opacity: 1;}
}

.header_holder_splash {
	height: 95px;
	background-image:none!important;
	background-color:white!important;
}

.header_holder_splash .nu_tagline {
	color: #015b66!important;
}

.header_holder_splash .nu_tagline_small {
	color: #5d5d5d!important;
}

.header_holder_splash .nu_logo img {	
	background-color: #015b66;
}


.splash_line {
	padding: 20px;
	display: block !important;
	color: white;
	font-size: 1.1em !important;
	font-weight: lighter;
}

.splash_line .fa {
	margin-left: 15px;
	margin-right: 15px;
}

.ms-gb {
	display:none!important;
}

.ts01, .ts02, .ts03, .ts04, .ts05, .ts06 {
	display:none;
	opacity: 0;
}

.feedback_holder {
	position: fixed;
	width: 400px;	
	background-color: #efefef;
	z-index: 100;
	top: 0px;
	height: 100%;
	overflow-y:auto;
	overflow-x:hidden;
	right: -400px;
	opacity: 0;
	-webkit-box-shadow: -1px 0px 18px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 0px 18px -3px rgba(0,0,0,0.75);
	box-shadow: -1px 0px 18px -3px rgba(0,0,0,0.75);
	
	
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition:  all 0.3s ease-in-out;
  -o-transition:  all 0.3s ease-in-out;
  transition:  all 0.3s ease-in-out;
}


.feedback_top {	
    background: #2b2b2b;
    border-bottom: 1px solid silver;
    padding: 32px;
    text-align: left;
    padding-left: 65px;
    color: white;
}

.feedback_top a {
   color: white;
}


.feedback_push {	
	float: left;
}


.fb_bold {	
	font-weight:bold;
	margin-top: 0px!important;
}


.fb_usertesting {
	float: left;
	margin-top: 40px;
	width: 80%;
	margin-left: 10%;
	line-height: 1.5em;
	position:relative;
	z-index:100;
}


.feedback_holder h2 {	
	border-bottom: 0px!important;
	margin-bottom: 5px!important;
	outline:none!important;
	float:left;
}

.feedback_holder_open {	
	right: 0px!important;
	opacity: 1;
}


.feedback_btn {	
	padding: 10px;
	float: right;
	background-color: #fff;
	color: #000 !important;
	font-size: 0.82em;
	padding-right: 20px;
	height: 29px;
	text-decoration: none !important;
	padding-left: 20px;
	opacity: 0.9;
	padding-top: 4px;
	margin-right: 50px;
	border: 1px solid silver !important;
	-webkit-box-shadow: 3px 3px 10px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 10px -6px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 10px -6px rgba(0,0,0,0.75);
}

.feedback_btn:hover, .feedback_btn:focus {
	background-color: #dedede;
}

.feedback_btn:before {
	content: "\f0e5";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	padding-right: 15px;
}

.feedback_list, .feedback_list li {
	list-style:none;
	float:left;
	display:inline-block;	
	width:98%;
}

.feedback_list {
	width: 98%;
}

.feedback_list li {
	width: 33.33%;
}

.feeback_summary span {
	display: none;
}

.feedback_face {
	float: left;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	background-color: #efefef;
	border: 0px solid #262626;
	margin: 5px;
	color: #444;
	font-size: 3.5em;
	width: 100%;
	text-align:center;
	outline:none;
}

.feedback_holder h2 {
	margin-top: 40px!important;
	text-align:center!important;
}

.feedback_text {
	float:left;
	width: 100%;
	padding: 10px;
	border: 2px solid silver;
}

.face_happy:hover, .face_happy:focus, .face_happy_on {
	color: #017988;
}

.face_meh:hover, .face_meh:focus, .face_meh_on {
	color: #ecba0d;
}

.face_sad:hover, .face_sad:focus, .face_sad_on {
	color: #b7552f;
}

.feedback_face:hover, .feedback_face:focus {
	transform: rotate(-8deg);
}

.feedback_send {
	float: left;
	border: 0px !important;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
	width: 100%!important;
	color: white;
	background-color: #017988;
	position:relative!important;
	margin-top: 30px;
	bottom: 0px;
	left: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
}



.feedback_closepanel {
	float: left;
	border: 0px !important;
	width: 80% !important;
	color: white;
	background-color: #787878;
	position: relative !important;
	margin-top: 60px;
	bottom: 0px;
	left: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-left: 10%;
}



.feedback_send:hover, .feedback_send:focus, .feedback_closepanel:hover, .feedback_closepanel:focus {
	background-color: #0990a1;
}

.feedback_close {
	float: left;
	border: 0px !important;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
	width: 80%;
	color: white;
	background-color: #015b66;
	padding-top: 19px;
	position: absolute;
	bottom: -100px;
	right: 10%;	
	padding-bottom: 20px;

}



.feedback_text_counter {
	float:right;
	font-size: 0.9em;
	margin-top:5px;
	color: #777575;
}


.feedback_slider {
	float:left;
	width: 1200px;
	height:100%;
	position:relative;	
}




.feedback_questions {	
	float:left;
	padding: 20px;
	max-width:410px;
}


.feedback_loader {	
	float:left;	
	height:100%;
	background-image: url("/Style Library/IMAGES/ring_loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    text-align:center;
    display:none;
}

.feedback_status {
	position:relative;
	top:60%;
	font-size:0.8em;
}


.feedback_thankyou {
	text-align:center;
	float:left;
	margin-top:70%;
	display:none;
}

.feedback_thankyou i {
	font-size: 5em;
	margin-bottom: 50px;
	color: #fff;
	background-color: #015b66;
	border-radius: 50%;
	padding: 20px;
    padding-top: 20px;
	width: 150px;
	height: 150px;
	padding-top: 30px;
}

.tsmain {
	-webkit-box-shadow: -1px -1px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -1px 5px -1px rgba(0,0,0,0.75);
	box-shadow: -1px -1px 5px -1px rgba(0,0,0,0.75);
	z-index:100;
	animation-duration: 4s;
  animation-name: tsmain;  
}



@keyframes tsmain {
  0% {
   transform: scale(1.1);
  }  
  25% {  	
  	 transform: scale(1.2);  }
	40% {  	
  	 transform: scale(1); 
  }
  100% {
  	transform: scale(1); 
  }
}





.ts01 {
	position: absolute;
	font-size: 1.5em;
	left: right;
	top: 23%;
	background-color: #efefef00 !important;
	color: #015B66!important;
	right: 145px;
	animation-duration: 3s;
  animation-name: ts_01;
 animation-iteration-count: infinite;

}

@keyframes ts_01 {
  0% {
   top: 27%; 
   right: 139px;
   font-size: 4em;   
   opacity: 0;
  }  
  25% {  	
  	 right: 125px;
  	 opacity: 0.8;
  }
	50% {  	
  	 right: 210px;
  }
  100% {
    top: 14%;
    right: 185px;
    font-size: 1.5em;
    opacity: 0;
  }
}



.ts02 {
	position: absolute;
	font-size: 1.5em;
	left: right;
	top: 27%;
	background-color: #efefef00 !important;
	color: #015B66!important;
	right: 43px;
	animation-duration: 5s;
  animation-name: ts_02;
  animation-delay: 0.1s;
  animation-iteration-count: infinite;

}

@keyframes ts_02 {
  0% {
   top: 30%; 
   right: 93px;
   font-size: 1.5em;
   opacity: 0;
  }  
  25% {  	
  	 right: 90px;
  	 opacity: 0.6;
  }
50% {  	
  	 right: 0px;
  }  
 75% {  	
  	 right: 42px;
  }

  100% {
    top: 10%;
    right: 70px;
    font-size: 1em;
    opacity: 0;   
  }
}



.ts03 {
	position: absolute;
	font-size: 1.5em;
	left: right;
	top: 43%;
	background-color: #efefef00 !important;
	color: #015B66!important;
	right: 93px;
	animation-duration: 5s;
  animation-name: ts_03; 
  animation-delay: 0.2s;
 animation-iteration-count: infinite;

}

@keyframes ts_03 {
  0% {
   top: 37%; 
   right: 93px;
   font-size: 3em;   
   opacity: 0;
  }  
  25% {  	
  	 right: 55px;
  	 opacity: 0.6;
  }
	50% {  	
  	 right: 120px;
  }
  100% {
    top: 70%;
    right: 90px;
    font-size: 0.8em;
    opacity: 0;  
  }
}



.ts06 {
	position: absolute;
	font-size: 1.5em;
	left: right;
	top: 43%;
	background-color: #efefef00 !important;
	color: #015B66!important;
	right: 93px;
	animation-duration: 5s;
  animation-name: ts_06; 
 animation-iteration-count: infinite;
 animation-delay: 0.3s;

}

@keyframes ts_06 {
  0% {
   top: 30%; 
   right: 93px;
   font-size: 3em;   
   opacity: 0;
  }  
  25% {  	
  	 right: 35px;
  	 opacity: 0.5;
  }
	50% {  	
	top: 37%;
  	 right: 130px;
  }
  100% {
    top: 55%;
    right: 75px;
    font-size: 0.8em;
    opacity: 0;
    
  }
}




.ts04 {
	position: absolute;
	font-size: 1.5em;
	left: right;
	top: 38%;
	background-color: #efefef00 !important;
	color: #015B66!important;
	right: 206px;
	animation-duration: 4s;
  animation-name: ts_04;
 animation-delay: 0.4s;
  animation-iteration-count: infinite;

}

@keyframes ts_04 {
  0% {
   top: 34%; 
   right: 150px;
   font-size: 3.5em;
   color: #015B66;
   opacity: 0;
    }  
  25% {  	
  	 right: 245px;
  	 opacity: 0.6;
  }
	50% {  	
  	 right: 180px;
  }
  100% {
    top: 60%;
    right: 260px;
    font-size: 0.5em;
    opacity: 0;    
  }
}




.ts05 {
	position: absolute;
	font-size: 1.5em;
	left: right;
	top: 38%;
	background-color: #efefef00 !important;
	color: #015B66!important;
	right: 206px;
	animation-duration: 4s;
  animation-name: ts_05;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;

}

@keyframes ts_05 {
  0% {
   top: 24%;
	right: 170px;
	font-size: 3.5em;
	color: #015B66;
	opacity: 0;
  }  
  25% {  	
  	 right: 245px;
  	 opacity: 0.7;
  }
	50% {  	
  	 right: 200px;
  }
  100% {
    top: 45%;
    right: 260px;
    font-size: 0.5em;
    opacity: 0;    
  }
}




.feeback_summary {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 20px;
}


.feedback_main_close {
	float: left;
	position:absolute;
	top: 0px;
	right: 350px;
	color: white;
	border: 0px;
	width: 50px;
	height: 50px;
	background-color:#015b66;
}

.feedback_main_close:hover, .feedback_main_close:focus {
	background-color: #01383f;	
}

.feedback_main_close:before {
	content: "\f057";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;

}

 /* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
 margin-bottom: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 23px;
  background-color: #dadada;
	border: 1px solid silver;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark, .container input:focus ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #017988;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	  left: 7px;
	top: 3px;
	width: 7px;
	height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 


#address_return {
	float:left;
	width: 100%;
}


/*Image shadow on new design preview*/
.newdesignimg {-webkit-box-shadow: 18px 18px 24px -7px rgba(232,232,232,1);
-moz-box-shadow: 18px 18px 24px -7px rgba(232,232,232,1);
box-shadow: 18px 18px 24px -7px rgba(232,232,232,1);
}


.tabpanel {
	float: left;
	width: 100%;
}

.tabpanel ul li {
	width: 99%;
}



/*Start libary list styling*/
.ms-alternating {
    background-color: #f5f5f5;
}

.ms-newgif {
    display: none;
}

.ms-vb, .ms-vb2, .ms-vb-user, .ms-vb-tall, .ms-pb, .ms-pb-selected {
    color: #202020;
}

.ms-viewheadertr.ms-vhltr, .ms-viewheadertr {
background: #015b66;
list-style: none;
text-decoration: none;
padding: 12px;
color: white;
}


tr.ms-viewheadertr > th.ms-vh:hover, tr.ms-viewheadertr > th.ms-vh2:hover {
background: #015b66;
list-style: none;
text-decoration: none;
padding: 12px;
color: white;
border: 0px!important;
text-decoration:none;
}


td table.ms-listviewtable {
	border: 1px solid silver;
}

.ms-viewheadertr a, .ms-viewheadertr a:visited, .ms-viewheadertr a:link, .ms-vh div, .ms-vh2 div {
    color: #fff;
    text-decoration:none;
}

.ms-core-menu-box {background: #015b66;}


.ms-viewheadertr a:hover {
	text-decoration:none;
}

.ms-vb a:link, .ms-vb2 a:link, .ms-vb-user a:link {
	color: #005560;
	padding: 13px 0px;
}

.ms-vb a:focus, .ms-vb2 a:focus {
    text-decoration: underline;
}

.ms-gb {
	display:none;
}

.s4-wpActive .s4-wpTopTable, .s4-wpActive .ms-WPSelected {
	border: 1px solid white!important;
}

.ambition_holder {
	float: left;
	width: 49%;
	padding-bottom:20px;	
}

.ambition_holder:hover {
	background-color:#ece9e9;

}


.ambition_image {
	float:left;
	width:100%;
	overflow:hidden;
	
}

.ambition_image img {
	width: 100%!important;
	height: auto;	
}

.ambition_title {
	float:left;
	width:100%;
	text-align:center;
	color:black;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:15px;
}

.ambition_text {
	float:left;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	color:black;
	font-weight:lighter;
}


.spacer {
	float:left;
	width:100%;
	height:100px;
}





.liveqa_holder_dynamic_outer {
	float:left;
	width: 100%;
	background-color:white;	
}


.liveqa_intro {
	padding: 30px;
	float: left;
	width: 100%;
	background-color: #f0f0f0;
	border-bottom: 1px solid silver;	
}


.liveqaTitle {
	font-size: 25px !important;
	font-weight: normal;
	line-height: 1.1em;
	text-indent: 0px !important;
	padding-top: 16px;
	padding-bottom: 14px;
	margin: 0px !important;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 25px !important;
	width: 100% !important;
	color: #015b66 !important;

}

.liveqa_select {
	margin-top: 20px;
	padding:20px;
}
	
.liveqalink {
	float:left;
	margin-top: 20px;	
}

.live_intro_two {
	background-color: #d8d8d8;
}

.ms-rte-wpbox a {
	color: black;
}

.ms-listviewtable .ms-vb2, .ms-listviewtable .ms-vb-icon {	
	text-decoration: none;
	color: #333 !important;
	list-style: none;
	line-height: 30px;
	padding: 0px;
	background: rgb(249,249,249);
	background: -moz-linear-gradient(to bottom, rgb(236, 236, 236) 0%,rgb(240, 240, 240) 100%);
	background: -webkit-linear-gradient(to bottom, rgb(236, 236, 236) 0%,rgb(240, 240, 240) 100%);
	background: linear-gradient(to bottom, rgb(236, 236, 236) 0%,rgb(240, 240, 240) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 );
	border-bottom: 1px solid #c2c2c2;
	font-size:1.0em!important;
}


.ms-listviewtable .ms-alternating .ms-vb2, .ms-listviewtable .ms-alternating .ms-vb-icon {	
	background: rgb(249,249,249);
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 );
	font-size:1.0em!important;
}

table.ms-listviewtable tbody tr.ms-newsletteralt td {
    background-color: #f5f5f5;
	border-bottom: 1px solid #c2c2c2;
}

table.ms-listviewtable > tbody > tr > td {
  	border-bottom: 1px solid #c2c2c2;
    background: #ededed;
}

.ms-vb {font-size: 14px;} 

.rc_holder {	
	float:left;
	width: 100%;	
	border: 1px solid silver;
	margin-bottom: 40px;
}

.rc_holder h3 {	
	width: 100%;
	float:left;
	text-align:center;
	background-color:green;
	color:white;
	text-decoration: none;
	color: #333 !important;
	list-style: none;
	line-height: 30px;
	padding: 0px;
	width: 99.9%;
	background: rgb(249,249,249);
	background: -moz-linear-gradient(to bottom, rgb(236, 236, 236) 0%,rgb(240, 240, 240) 100%);
	background: -webkit-linear-gradient(to bottom, rgb(236, 236, 236) 0%,rgb(240, 240, 240) 100%);
	background: linear-gradient(to bottom, rgb(236, 236, 236) 0%,rgb(240, 240, 240) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 );
	border-bottom: 1px solid #c2c2c2;
    padding: 10px;
    margin-bottom:0px!important;

}

.rc_image {
	float:left;
	width: 25%;
	text-align: center;
	padding-top:10px;

}


.rc_instructions {	
	float:left;
	width: 75%;	
}


.rc_instructions div {	
	float: left;
	width: 100%;
	background-color: #f8f8f8;
	margin-bottom: 1px;

	text-decoration: none;
	color: #333 !important;
	list-style: none;
	line-height: 30px;
	padding: 0px;
	width: 99.9%;
	background: rgb(249,249,249);
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 );
	border-top: 1px solid #b7b7b7;
	padding: 22px;
	border-left: 1px solid silver;
}

.rc_instructions div:first-child {
	border-top: 0px;
}

.pdfnotice {
	border-left: 3px solid #015b66!important;
    padding-left: 20px;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    width: auto;
    background: #fcfcfc;
    padding: 10px;
    border: 1px solid #e8e4e4;}


.pdfnotice:before {
	content: "\f15c";
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
    font-weight: 600;	
	color:#015b66;
	position: absolute;
	left: -30px;
}


.megamenu-ext h3:after {	
	content:"\f08e";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	padding-left:15px;
	position:relative;
	top: 1px;
}


/*Table links in callout*/
#tablelink .ms-rteElement-Callout1 a {
    color: #0aadad;
}

#tablelink .ms-rteElement-Callout1 a:visited {
    color: #0aadad;
}

/*End table links in callout*/


.email-problem {   
    background: #015b66;
    margin-top: 30px;
    padding: 30px;
    color: white;
}

.thin-line {
	width:100%;
	height: 1px;
	border-bottom: 1px solid silver;
	margin-top: 15px;
	margin-bottom:15px;	
}

/*privacy*/
.form_privacy {
	color: #272727;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	background-color: whitesmoke;
	padding: 23px;
	float: left;
	border: 1px solid #e3e2e2;
	border-radius: 6px;
	margin-top:15px;
}

.form_privacy a,.form_privacy a:visited {
    color: #017988!important;
}

.form_privacy a:hover {
    color: #017988!important;
    text-decoration:underline
}
/*end privacy*/


.api_load {	
	float: left;
    width: 100%;
    background-color: #fbfbfb;
    border: 1px solid silver;
    position: relative;
    padding:20px;
    box-sizing: border-box;
}


.embed_map {
	float:left;
	height: 450px;
	width: 100%;
    border: 1px solid silver;	
    position: relative;
}

#smartmap button:focus {
    outline: 2px dashed orange!important;}

button {
	cursor: pointer;
}

.app_callout {
	float: left;
    width: 100%;
    /* height: 188px; */
    border: 0px solid silver;
    margin-top: 100px;
    margin-bottom: 50px;
    background: #036268;
    /* color: black!important; */
    background: url(/Style%20Library/IMAGES/API/app_banner_01.png);
    background-repeat: repeat;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.55);
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.55);
    border-radius: 9px;
}
   



.app_callout:hover .app_callout_prompt, .app_callout:focus .app_callout_prompt {	
    background: #0a7075;
    position:absolute;
	left: 46.5%;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

.app_callout_image {
    float: right;
    width: 315px;
    background: url(/Style%20Library/IMAGES/API/app_banner_02.png);
    background-repeat: no-repeat;
    height: 125px;
    background-size: cover;
    background-position: right;
}


.app_callout_text {
	float: left;
    width: 58%;
    margin-top: 25px;
    color: black;
    margin-left: 135px;
    position: absolute;
    line-height: 1.2em;
    font-size: 0.95em;
}
    
.app_callout:before {
    content: "";
    width: 130px;
    height: 130px;
    background: url(/Style%20Library/IMAGES/API/app_banner_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 8px;
    top: -3px;
}
    

.app_callout_prompt {
	float: left;
    text-align: center;
    color: white;
    padding: 6px;
    position: absolute;
    top: 73px;
    left: 46%;
    font-size: 0.8em;
    background: #055054;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    }
    
    
.app_callout_prompt:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    padding-left: 15px;
}


a.govapp {
	float:left;
	max-width: 500px;
	border: 1px solid #e1e0e0;
	padding: 8px;
	display:block;
	background-image: url(../IMAGES/app_person.jpg);
	background-size: 100px;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 20px;
	margin-top: 20px;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(87,87,87,0.1);
	-moz-box-shadow: 0px 6px 5px 0px rgba(87,87,87,0.1);
	box-shadow: 0px 6px 5px 0px rgba(87,87,87,0.1);
	text-decoration:none;
	color: #454545;
}

a.govapp:hover, a.govapp:focus {
	-webkit-box-shadow: 0px 6px 5px 0px rgba(87,87,87,0.4);
	-moz-box-shadow: 0px 6px 5px 0px rgba(87,87,87,0.4);
	box-shadow: 0px 6px 5px 0px rgba(87,87,87,0.4);
	transition-duration: 0.8s;
	text-decoration:none;
	border: 1px solid orange;
	outline:none;
}

.appimg {
	padding: 5px;
	margin-right: 10px;
}


#appimages {
    margin-top: 10px;
    display:block;
}

.appbannercontainer{
    display: flex;
}
.appbanleft{
    width: 105px;
}
.appbanright{
    flex-grow: 1;
    line-height:1.2em;
    padding-top: 2px;
    padding-left: 5px;
}


#API_waz {	
	background: rgb(255,255,255);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 86%, rgba(242,242,242,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 86%,rgba(242,242,242,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 86%,rgba(242,242,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=1 );
}

#az_content {
	border-left: 1px solid #dbdbdb;
    float: left;
    width: 55%;
    border-bottom: 1px solid #dbdbdb;
}

.waz_item {	
	float: left;
    width: 100%;   
    overflow: hidden;
}


.waz_list_name a {
	background: #ffffff;
    color: #000000;
    padding: 5px;
    width: 100%;
    float: left;
    padding-left: 0px;
    font-weight: 300;
    border: 1px solid #dfdcdc;
    border-radius: 5px;
}


.waz_list_name a:hover, .waz_list_name a:focus {
	background: #015b66;
	color:white;	
	 text-decoration:none;
}



.waz_no {
	float: left;
	width: 100%;
	text-align:center;
	padding-top: 50px;	
	padding-bottom: 50px;	
}


.waz_item h3 {
	margin-bottom: 10px!important;
    text-align: center;  
    padding: 8px;
    box-sizing: border-box;   
}

.waz_image {	
	float: left;
    width: 100%;
    text-align: center;	
}

.waz_image img {
    width: 30%;
}

.waz_desc {
    padding: 30px;
    box-sizing: border-box;
    padding-bottom:30px;
}

.waz_desc ul li, .waz_desc ul li span {
	font-size:1em!important;
}

.az_file_result {
	float: left;
    width: 100%;	
	padding-left: 10px;
    padding-right: 10px;
    color: #4D4545;
    padding-bottom: 0px;	
}



.waz_list_yes {
 	float: left;
    width: 100%;
    list-style: none;
    margin-left: 0px;
    border-top: 1px solid #dadada;
    padding: 22px;
    background: whitesmoke;
    margin-top: 15px;
}


.waz_list_no {
    float: left;
    width: 100%;
    list-style: none;
    margin-left: 0px;
    padding: 22px;
    padding-top:0px;
     background: whitesmoke;
}


.waz_list_name {
    float: left;
    width: 85%;
    text-align: right;
    margin-left: 0px;
    padding: 0px;
    text-align:left;
    font-size:0.9em!important;  
    padding-left: 5px;
    text-indent:10px;
}



.waz_tick {
	float: left;
    text-align: center;
    position: relative;
    font-size: 0.8em;
    padding-left: -15px;
    left: -24px;
    top: 5px;  
    padding: 0px;
 }

.az_check:after {	
	content: "\f058";
    color: green;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; 
    }
    
    
    .az_cross:after {	
	content: "\f057";
    color: red;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; 
    }


.waz_list_yes li, .waz_list_no li {
    float: left;
    width: 50%!important;
    list-style: none;
    margin-left: 0px;
    padding: 1px;
}

.waz_divide {	
	float: left;
	width: 100%;
	height: 1px;
	background: silver;
	margin-top: 0px;
    margin-bottom: 5px;
}

.waz_centres {
	width: 48%;
}

.waz_buttons {
    margin: 10px;
}

.waz_buttons button {
   	background: none;
    border: 0px!important;
    margin-right: 6px;
    padding: 8px;
    color: #055054;
    text-transform: uppercase;
}

.waz_buttons button:hover, .waz_buttons button:focus {
	background:silver;
}

.waz_list_line {
	float: left;
    width: 100%;
    padding-left: 8px;
    padding: 5px;
}


.waz_list_line_border {
	border-right: 0px;	
}





#az_return {
	float:left;
	width: 45%;
	border-top: 1px solid #d5d5d5; */	
}

#az_close {
	display:none;
}


#az_list, #az_list li {	
	list-style: none;
    padding: 0px;
    margin: 0px;  
    float: left;
    width: 100%;
}

#az_list li a {
    padding: 8px;
    box-sizing: border-box;  
    padding-left: 18px;
    color: #ffffff;
    background: #0c5156;
    font-size:0.9em;
    text-decoration:none;
}

.waz_desc a {
	padding: 0px!important;
    box-sizing: border-box;  
    padding-left: 0px!important;
    color: #015b66!important;
    background: none!important;
    font-size: 1em!important;
    border: 0px!important;   
}

.waz_desc a:before {
	content: none!important;
}

#az_list li a:before {
    content: "\f054";
    float: right;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    top: 1px;
    right: 20px;
    position: relative;
    font-size: 0.8em;    
}


#az_list li a:hover, #az_list li a:focus, .az_a_selected {
	position: relative;
    opacity: 1;
    text-decoration: none;
    outline: none;
    background:#01383f!important;
    color: white!important;
    text-decoration:none;
    outline:none;
}







.glasscollection {
	float: left;
    width: 100%;
    color: white;
    background-color: #bf6c00;
    padding: 20px;
    font-size: 0.9em;}

.glassblack {
	background-color: #1f5e82;
}

.glasscollection a { 
	color:white;
}



.embed_video {
	float: left;
    width: 70%;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 12.5%;
    margin-right: 12.5%;
    background: url(/Style%20Library/IMAGES/ring_loader.gif) #e3e3e3;
    background-repeat:no-repeat;
    background-position: center center;
    
 }
 
.main-content-wrap .embed_video {
	width: 100%;
	 margin-left: 0%;
    margin-right: 0%;

}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}





.heading_tight {
	margin-top: 0px!important;
}








/* Jobs page images */

/*  SECTIONS  */
.jobsection {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.jobcol {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.jobcol:first-child { margin-left: 0; }

/*  GROUPING  */
.jobgroup:before,
.jobgroup:after { content:""; display:table; }
.jobgroup:after { clear:both;}
.jobgroup { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.jobspan_2_of_2 {
	width: 49.2%;
	text-align: center;
}
.jobspan_1_of_2 {
	width: 49.2%;
	text-align: center;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 660px) {
	.jobcol { 
		margin: 1% 0 1% 0%;
	}
		.jobspan_2_of_2, .jobspan_1_of_2 { width: 100%; 
	}
}

@media only screen and (max-width: 490px) {
	.jobcol img {
    	width: 100px!important;
    }
    #jobimages img {
    	width: 100px!important;
    }
}


/* End Jobs page images */



.testnotice1 {
    background: orange;
    padding: 50px;
    z-index: 100;
    position: relative;
    }

/*Embeded Map keys*/

.mapkey .mapinfo {
	float: left;
	box-sizing: border-box;
	background: #f5f5f5;
	color: #404040;
	padding: 8px;
	margin-top:5px;
}

.keyblue {border-left: 10px solid #0050fe;}
.keypurple {border-left: 10px solid #c000c0;}
.keyred {border-left: 10px solid #ff0000;}
.keyorange {border-left: 10px solid #f57b19;}
.keygreen {border-left: 10px solid #047c04;}
/*End Embeded Map keys*/



.checklist {
	float:left;
	width: 100%;
	margin-bottom:50px;
	margin-top: 30px;
	padding:10px;
}

ul.checklist li {
	list-style: none;
    margin-left: 0px!important;
    padding-left: 0px!important;
    float: left;
}

ul.checklist li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 0px!important;
    padding-left: 0px!important;
    padding-right: 15px;
    color: #015b66;
    min-height: 35px;
    float: left;
    font-size:0.9em;
}


.cc_tablist, .cc_tablist li {
	list-style:none;
	margin-left: 0px;
    float: left;
    width: auto!important;
}

.cc_tab {
    color: #fff!important;
    background-color: #065a65;
    font-size: 16px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0px;
    display: inline-block;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.75);
    transition: all 0.5s ease; 
    background-size: 200% 100%;
    background-position: right bottom;
    cursor: pointer;
    line-height: 30px;
    float: left;
    margin-right: 5px!important;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 0px;
    border-radius: 3px;
    text-decoration:none!important;
}


.cc_tab:hover, .cc_tab:focus, .cc_tab_active {
	background-color: #01383f!important;
    text-decoration: none!important;
    background-position: left bottom!important;
 
}

.cc_tight {	
	margin-top: 0px!important;
}

.cc_keyword {
	float: left;
    padding: 5px;
    font-size: 0.85em!important;
    margin-right: 5px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 27px;
    outline:none;
    margin-bottom:5px;
    background: #fafafa;
    border: 1px solid #e1e1e1;
}

.cc_keyword:hover, .cc_keyword:focus, .cc_keyword_clear {
    background: #065a65!important;
    color: white;
    border: 1px solid #017988;
}


#tabs_report .padding {	
	padding-top: 15px;
}

#report_return h2 {
	display:block!important;
	text-align:left;
}


.cc_tab_on {
	background-position: left bottom!important;
}


.modal_box {
	
	position:absolute;
	width:60%;
	height:250px;
	background-color:silver;
}

.ct_notice {	
	float: left;
    margin-top: 0px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 6px!important;
    padding-left: 15px;
    padding-right: 15px;
    background: #fefefe;
    border: 1px solid #cbd6dc;
    width: 100%;
    border-radius: 7px;
    border: 2px solid #115256;
    background: #f3f3f3;
}

.ct_notice_load:before {
	float: left;
    content: "";
    background-image: url(/Style%20Library/IMAGES/ring_loader.gif);
    width: 30px;
    height: 30px;
    background-size: contain;
    margin-right: 20px;
    margin-left: 10px;
    border-radius: 50%;
    position: relative;
    top: -4px;
}

.ct_notice_success:before {
	float: left;
    content:"\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    width: 30px;
    height: 30px;
    background-size: contain;
    margin-right: 20px;
    margin-left: 10px;
    color: #229c7a;
    font-size: 1.7em;
    position:relative;
    top:-5px;
}

.ct_notice_fail:before {
	float: left;
    content:"\f057";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    width: 30px;
    height: 30px;
    background-size: contain;
    margin-right: 20px;
    margin-left: 10px;
    color: red;
    font-size: 1.7em;
}


.map_directions {
	float:left;
	width: 100%;
}

.map_directions a {
	padding-top: 15px;
	float: left;	
}


.breadcrumb_footer {
    padding-bottom: 0px!important;
    margin-top: 30px;
}



.s4-breadcrumbNode a:before {
    content: "\f054 ";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 9px;
    float: right;
    font-size: 0.8em;
    color: black;
    padding-left: 10px;
}



#search_go {
    display: block;
    height: 52px;
    background: transparent url(/Style Library/Adventureworks/menu_search_silver.png) no-repeat scroll left top;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
    position: relative;
    background-color: #3b747b !important;
    box-sizing: content-box;
    float: right;
}

#search_go:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(1, 56, 63, 0);
    border-right-color: #3b747b;
    border-width: 7px;
    margin-top: -7px;
}



.mobile_holder {
	float: left;
    width: 100%;
    background: #015b66;
    height: 64px;
    position: relative;
    z-index:95;    
}

.ct_content h2 {
	border-top: 0px!important;
}

.form_button_contact {
	font-size:1.0em!important;
} 

#report_return {
	display:none;
}

#top_reports h2 {
    display: block!important;
    text-align: left;
    border-top: 0px!important;
    font-size: 1em!important;
    margin-top: 15px!important;
}


#report_no_results {
	padding-top: 20px;
	float:left;
	display:none;
	font-weight: 300;
}

#report_term {
	font-weight:bold;
}

/*Hubs styling*/
.Hubimg {
    float: right;
    border-radius: 100%;
    border: 5px solid #01383f;
    width: 30%;
    }


#API_az {
    margin-bottom: 100px;
    float: left;
    width: 100%;
}

#tabs_request {
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 25px;
}
.request_sub_panel {
	float:left;
	width: 100%;
}

.request_sub_panel_list {
    list-style: none;
    display: inline;
}

#request_buttons {
	margin-left: 35px;
}

/* nearest */

.search_holders {
	width:100%;
}

.searchlabel {
	position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


#_ctl0 {
	float:right;
	width:100%;
}


.nearest_input {
	float: left;
	width: 88% !important;	
	height: 52px !important;
	line-height: 40px;
	color: #000!important;
	background: #ffffff!important;
	margin: 0px;
	border: 0px !important;
	box-sizing: content-box;
	outline-width: 0 !important;
	outline: none !important;
	-webkit-user-select: text;
	font-size: 1.1em;
	font-family: 'Roboto', sans-serif;	
	text-indent: 25px;
	padding:0px!important;
}

.nearest_input:focus {
background-color: #fbffff;
	font-size: large;
	text-transform:uppercase;
	
}


.submit_nearest:after {right: 100%;top: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;
border-color: rgba(1, 56, 63, 0);
border-right-color: #3b747b ;border-width: 7px;margin-top: -7px;}



.submit_nearest {
	float: left;
	width: 12% !important;
	height: 53px !important;
	margin: 0px;
	padding: 0px;
	background-color: #165e67!important;
	line-height: 40px;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	background-image: url("/Style Library/Adventureworks/menu_location.png");
	cursor: pointer;
	position: relative;
	background-repeat: no-repeat;
	background-position: center 1px;
}

.submit_nearest:hover, .submit_nearest:focus {
	background-color: #026d7a!important;
}


.cookie_policy_holder {
	background: white;
    position: relative;
    /*left: -400px;
    top: 0px;
    bottom: 0px;*/
    width: 100%;
    float: none;
    z-index: 107;	
    text-align: left;
    padding: 20px;
    padding-top:0;
   /* -webkit-box-shadow: 6px 0px 18px -10px rgba(0,0,0,0.61);
	-moz-box-shadow: 6px 0px 18px -10px rgba(0,0,0,0.61);
	box-shadow: 6px 0px 18px -10px rgba(0,0,0,0.61);*/
	animation-name: cookie_holder;
  	animation-duration: 0.5s;
  	animation-fill-mode: forwards;
  	display: none;
  	font-size:0.85em;
  	overflow:auto;  	
}

@keyframes cookie_holder {
  from {left: -350px;}
  to {left: 0px;}
}




.cookie_policy_holder button {
    width: 33%;
    float: left;
    background: #03626f;
    padding: 16px;
    /*margin-left: 0px!important;*/
    border: 1px solid #045757;
    font-size: 1.2em!important;
    font-weight: normal!important;
    color: white;
    margin-top: 10px;
    border-radius: 4px;
}

.cookie_policy_holder h2 {	
	border: 0px!important;
	margin-top:20px!important;
}


.cookie_policy_holder button:hover, .cookie_policy_holder button:focus {	
	background: #015b66;
	border: 1px solid orange!important;
}


.tick:before {
    content: "\f058"!important;
    color: green!important;
    margin-right: 15px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    padding-bottom: 3px;
    float: left;
    font-size: 1.2em;
}


.tick {
    float: left;
    margin-bottom: 9px;
    margin-top: 13px;
    width: 100%;
}

.switch_cookies .switch_text {
    width: 210px!important;
    padding-top: 6px;
    text-align: left;
    margin-left: 20px;
}


.switch_cookies {
    height: 50px!important;	
}


.cookie_policy_holder .slider {
	bottom: 17px;	
}

.cookie_manage {
	background: #e2e2e2!important;
	border: 1px solid silver !important;
    color: black!important;
    float: left;
    width: 100%;
    /*margin-top: 15px!important;*/
    width: 100%;
    float: left;
    background: rgb(7,120,134);
    padding: 16px;
    margin-left: 10px!important;  
    font-size: 1em!important;
    font-weight: normal!important;
    color: white;
    margin-top: 10px;
    border-radius: 4px;
}

.cookie_manage:hover, .cookie_manage:focus {
	background: silver!important;
}


.cookie_policy_holder h1 {	
	margin-bottom:20px;
	text-align:left;
	margin-top: 30px;
}


.cookie_policy_holder h3 {
	color: #076e7c!important;
}

.cookie_policy_holder p {
	text-align:left;
}
	

.cookie_policy_holder ul {
	margin-left: 15px;
    margin-top: 5px;
    float: left;
}

#s4-bodyContainer {	
	overflow:hidden;
}


#cookies_manage {
	text-align: left;
	float:left;
	display:none;
	padding-bottom: 20px;
}

.ct_divide {
    float: left;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    margin-bottom: 15px;
}


.cookie_box {
    float: left;
    background: #f7f7f7;
    width: 100%;
    border: 1px solid #e2e2e2;
    padding-left: 15px;
    margin-top: 15px;
    border-radius: 24px;
    margin-bottom:10px;
}

.view_policy {
    width: 100%;
    float: left;
    left: 0px;
    padding: 15px;
    padding-left: 0px;
    margin-top: 20px;
    bottom: 0px;
    color:#055B66!important;
}

.ms-redirectControl {
	font-size:1em!important;
}

.panel_pay:before {
    content: "\f154";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 2.2em;
    color: #017988;
    margin-bottom: 10px;
    position: relative;
    top: -6px;
}

.panel_report:before {
    content: "\f12a";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size: 2.2em;
    color: #017988;
    margin-bottom: 10px;
    position: relative;
    top: -6px;
}

.panel_request:before {
    content: "\f128";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size: 2.2em;
    color: #017988;
    margin-bottom: 10px;
    position: relative;
    top: -6px;
}


.cm_close:after {
	content: "\f057";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}



#tab_online:before, #tab_call:before, #tab_sign:before, #tab_visit:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 2.4em;
    text-decoration: none;
}
	
#tab_online:before {
	content: "\f87a";
}


#tab_call:before {
	content: "\f3ce";
}

#tab_sign:before {
	content: "\f2a7";
}

#tab_visit:before {
	content: "\f554";
}



.external_icon:after {
	content: "\f35d";	
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}


.homepage_view_sections:before {
	content: "\f009";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 1.3em;
    margin-right: 10px;
    position: relative;
    top: 2px;
}


.cs_right_section:after {
	content: "\f059";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size: 2em;
    color: #015b66;
}


#wcs_next:after {
	content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;	
}

#wcs_prev:after {
	content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;	
}

.wc_notice_remove:after {
	content: "\f056";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}




input[type=button], input[type=reset], input[type=submit], button {
	font-family: 'Inter', sans-serif!important;
}




.column_three {	
float: left;
    width: 28.5%;
    text-align: center;
    padding-top: 40px;
    padding: 3%;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-decoration: none!important;
    margin: 2%;
    border-radius: 15px;
    border: 1px solid #fff;
}


.column_three:hover, .column_three:focus {	
	background: whitesmoke;
	border: 1px solid #e0e0e0;
}

.column_three img {
    width: 18%;
}

.column_three h2 {
	margin-top: 0px!important
}

.column_three .cc_tab {	
	margin-top: 25px!important;
	width: 80%;
    margin-left: 10%;
}

.column_facebook, .column_twitter {
	padding-top: 65px;
}

.column_facebook span:before {	
	content: "\f39e";
	font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 4em;
    color: #077886;
}


.column_twitter span:before {	
	content: "\f099";
	font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 4em;
    color: #077886;
}

.cs_small {	
	float: left;
	width: 40%;
	text-align:center;
	padding:4%;
}

.cs_small h2 {	
	margin-top: 0px!important;
	padding-top: 0px!important;
    font-size: 1.3em!important;
}

.contact_bottom {
	float:left;
	width: 100%;
	border-top: 1px solid silver;
	padding-left: 15%;
	background: #f9f9f9;
}


.cs_bottom {
    text-align: center;
    border-top: 1px solid silver;
    float: left;
    width: 100%;
    padding: 2%;
    background: #f9f9f9;
}

.cs_button_divide {	
	float:left;
	width: 100%;
	margin-top: 15px;
	margin-bottom:15px;
	border-top:1px solid #eaeaea;
}


i.fas.fa-credit-card:before, span.fa.fa-credit-card:before {
    content: "\f09d";
    font-style: initial;
}

/*FOI and DATASETS*/

.style20 {
    font-family: 'Inter', sans-serif!important;
    font-size: 1.2em!important;
    color: #076e7c!important;
    padding-left: 10px;
}

.ms-vh {
    font-size: 0.9em;
    color: #fff;
    background: #015b66;
    }
    
.ms-vb {
    font-size: 1em;
    padding-top: 8px;
    padding-bottom: 8px;
}

/*London bridge*/

#master-colour a {color: #d1d1d1;}
#master-colour a:hover {color: #fff;}
#master-colour a:focus {color: #fff;}
#master-colour a:visited {color:#d1d1d1;}

#homespecialwrap a:hover {
      text-decoration: underline !important;
}

#homespecial a:focus {
    outline: 3px solid #fd6800;
}

#homespecial:hover {
   border-bottom: 4px solid #023d54;
background: #2d2d2d !important;

}

#homespecial {
background: #000000!important;
float: left;
width: 100%;
border-bottom: 4px solid #dddddd;
position: relative;
}

#homespecialwrap {
	max-width: 1200px;
	height: 200px;
	margin: 0 auto;
	color: #fff!important;
    background-image: url("/Style%20Library/images/hrh-queen.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    margin-top: 5px;
    padding-left: 15px;
	}
	
#homespecialwrap h2 {
	border-top: none!important;
	color: #fff!important;
}

/*end london bridge*/

.paypanel_message {	
	font-size: 0.9em;
	border-top: 1px solid #e8e8e8;
	padding-top: 15px;
}

/*Schools*/
#schoolbanner {
	width: 98%;
	border: 2px solid #e4e4e4;
	padding: 3%;
	background: url("/Style%20Library/Images/Primary School Admissions Banner.jpg") no-repeat bottom right;
	background-size: contain;
	-webkit-box-shadow: 0px 0px 10px -7px rgba(0,0,0,0.43); 
	box-shadow: 0px 0px 10px -7px rgba(0,0,0,0.43);
	margin-top: 25px;
    margin-bottom: 25px;
	}

#schoolbanner h2 {
	border-top: none!important;
	margin-top: 0px!important;
	padding-top: 0px!important;
}

#schoolbanner2 {
	width: 98%;
	border: 2px solid #e4e4e4;
	padding: 1% 3%;
	background: url("/Style library/IMAGES/schoolban1.png") no-repeat bottom right;
	-webkit-box-shadow: 0px 0px 10px -7px rgba(0,0,0,0.43); 
	box-shadow: 0px 0px 10px -7px rgba(0,0,0,0.43);
	margin-top: 25px;
    margin-bottom: 25px;
    border-bottom: 5px solid #305e74;
	}


#schoolbanner2 h2 {
	border-top: none!important;
	margin-top: 0px!important;
	padding-top: 0px!important;
}

.schoolimg {
    display: none;
}

.ms-srch-item-title h3 {
	margin-top: 0px!important;
}

#pageresults .ms-srch-item-icon {
	display:none;
}

.no_list {	
	width: 100%!important;
	float:left;
}

.no_list, .no_list li {
	list-style: none;	
	margin: 0px;	
	margin-right: 10px;
}


.no_list li {
	width: auto !important;	
}






/* Landing tiles */



.middle {	
	width:100%; 	
	font-size:16px; 
	margin:0.5em 0 0 0; 
	clear: both!important;
	margin-bottom: 0px;
	float:left;
}


.middle .midleft, .middle .midmid, .middle .midright {
	margin-bottom: 0px;	
}

.midleft, .midmid, .midright, .tile {
	width:32%;  
	float:left;	
	position: relative;
	border: 1px solid #ebebeb!important;
	margin-right: 1% !important;
    background: #f6f6f6;
	margin-bottom: 10px;
}



.midleft h2, .midmid h2, .midright h2, .tile h2  {
	line-height: 1.3;		
	float:left;
	color: #000!important;
	padding: 0px!important;
	width: 100%!important;
	height: 90px;
	box-sizing: border-box; 
    font-size:1.1em!important;
    background-color: #f6f6f6;
    border-top: 0px!important;	
	border-bottom: 0px #d6d6d6 solid!important;	
	padding-bottom: 0px!important;
	margin-bottom: 0px!important;	
	margin-top: 0px!important;	
}


.midleft h2 a, .midmid h2 a, .midright h2 a, .tile h2 a {
	height:89px;
    background-color: transparent!important;
	padding-top: 20px!important;
	padding-left: 20px!important;
	text-decoration:none;
	width:100%;
	float:left;
	color:#015762;
	padding-top:0px;
	position:relative;
	box-sizing: border-box;    
	padding-right:20px;
}
 

.midleft p, .midmid p, .midright p, .tile p {
 	border: 1px solid #ebebeb;   
	box-shadow: none!important;
    -webkit-box-shadow: none!important;    
    -moz-box-shadow: none!important;	
    padding: 20px!important;
    background-color: #f6f6f6!important;
    top: 73px;
    color: black;
    width: 100.5%!important;
    border-top: 0px;
    padding-top: 0px!important;
    font-size: 0.95em!important;
    font-weight: 300!important;
  	left: -5000px;  
    z-index: 50;
    box-sizing: border-box;    
    position: absolute;	
	opacity:0.97;
	line-height: 1.3em;
}



.midleft a, .midmid a, .midright a, .tile a {
	  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;	
  border:0px!important;   
  color:#015762;
  float:left;
  width:100%;
   box-sizing: border-box;    
   font-size:1em;
}


.midmid p a, .midleft p a, .midright p a, .tile p a {
	color:#015b66!important;
	text-decoration:underline;	
	border:0px!important;	
}

.midmid p a:hover, .midmid p a:focus, .midleft p a:hover, .midleft p a:focus, .midright p a:hover, .midright p a:focus, .tile p a:hover, .tile p a:focus {
    color: #015b66!important;
    text-decoration: underline;
}


.midleft:hover p, .midmid:hover p, .midright:hover p, .tile:hover p {
	left: -1px;
	border: 1px solid #ebebeb;
	border-top:0px!important;
	-webkit-box-shadow: 0px 20px 25px -10px rgba(112,112,112,0.50)!important;
	-moz-box-shadow: 0px 20px 25px -10px rgba(112,112,112,0.50)!important;
	box-shadow: 0px 20px 25px -10px rgba(112,112,112,0.50)!important;
	border-bottom: 2px solid #076e7c!important;
    background-color: transparent!important;
}
 
.midleft:hover h2, .midmid:hover h2, .midright:hover h2, .tile:hover h2 {
    background-color: transparent!important;
    border: 0px solid #fff;
}

.midleft a:hover, .midleft a:focus, .midmid a:hover, .midmid a:focus, .midright a:hover, .midright a:focus, .tile a:hover, .tile a:focus {
	color:#015560!important;
	text-decoration:none;
}

.top_landing .midmid p a, .top_landing .midleft p a, .top_landing  .midright p a, .top_landing  .tile p a {
	color:#484848!important;
}

.top_landing .midleft h2, .top_landing .midmid h2, .top_landing .midright h2, .top_landing .tile h2 {
	height: 70px!important;
}


.midleft h2 a:before, .midmid h2 a:before, .midright h2 a:before, .tile h2 a:before {
	transition: all 0.3s ease-in;
	position: relative;
	left: -2px;
	opacity: 0.9;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: #015762;
	font-size: 0.9em;
	top: 1px;
	float: right;
	content: "\f054";
	height: 70px;
	margin-right: 0px !important;
}


.midleft:hover h2, .midleft:hover p, .midmid:hover h2, .midmid:hover p, .midright:hover h2, .midright:hover p, .tile:hover h2, .tile:hover p  {	
	background:#efefef!important;
}


.midleft:hover h2 a:before, .midmid:hover h2 a:before, .midright:hover h2 a:before, .tile:hover h2 a:before {
	  left: 0px;
	  opacity: 1;
}


.midleft:hover h2 a, .midmid:hover h2 a, .midright:hover h2 a, .tile:hover h2 a {
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}


.midleft:hover h2, .midmid:hover h2, .midright:hover h2, .tile:hover h2 {	
	text-decoration:none;	
	border: 0px solid #fff;
	color: #01383f!important;
}


.midleft .ms-rteElement-P{color:#fff!important}
.midmid .ms-rteElement-P{color:#fff!important}
.midright .ms-rteElement-P{color:#fff!important}
.tile .ms-rteElement-P{color:#fff!important}


.midleft:focus, .midmid:focus, .midright:focus, .tile:focus {
	outline:none;
}

.midleft:focus h2 a, .midmid:focus h2 a, .midright:focus h2 a, .tile:focus h2 a  {
	border:1px solid silver;
}

.midleft:focus p, .midmid:focus p, .midright:focus p, .tile:focus p  {	
	 left:-3px;	
}

.more_section_devide {
  float: left;
  width: 100%;
  height: 1px;
  margin-bottom: 25px;
  margin-top: 35px;
  clear: both;
	border-bottom: 1px #dfdfdf dashed;
	margin-top: 35px;
}

.more_section_box {
  float: left;
  width: 100%;
  padding: 0px;
  color: #333;
  font-size: 1em !important;
}


.more_columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
}

.more_columns, .more_columns li {
	float: left;	
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}


.more_columns li a:hover {
	color: #017988;
}

/*Styling for accessibility on list links*/
/*.article-body li a:not(.relmenu_div li a):not([class*="landing"] li a), .article-body li:not(.relmenu_div li):not([class*="landing"] li) {
    padding: 12px 0px !important;
}
.article-body li :not(.relmenu_div li):not([class*="landing"] li), .article-body li:not(.relmenu_div li):not([class*="landing"] li) {
    font-size: 1.03em;!important;
}*/


/*Styling for accessibility on list links*/
.listpad li a,.listpad li {
    padding: 12px 0px !important;
}
.listpad li {
    font-size: 1.03em;!important;
}



#google_translate_element a::after {
content: " (Link opens in a new window)";
position: absolute;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;}


/*Goss iframe fix*/
#gossresize {
    width: 1px;
    min-width: 100%;
  }