﻿html {
overflow-y: scroll;
overflow: -moz-scrollbars-vertical;
}


hr { border: 0; height: 1px; background: #aaa; background-image: linear-gradient(to right, #ccc, #aaa, #ccc); }

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

/* spam bot field trap */
.sbhide {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	position: absolute;
	top: -1000px;
	left: -1000px;
}

/* remove lync click-to-call */
.baec5a81-e4d6-4674-97f3-e9220f0136c1 a {
    display: none !important;
}


*:focus {
    outline: none;
}
*:hover { outline: none; }
*:active { outline: none; }
body.user-is-tabbing *:focus {
  outline: 2px solid red !important; /* for non-webkit browsers */
  outline: 2px auto -webkit-focus-ring-color !important;
}



input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaaaaa;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #aaaaaa;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #aaaaaa;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #aaaaaa;
}



input[type=text], textarea, select {width:auto;-webkit-width:auto;}
input, textarea, select { -webkit-appearance: none; border-radius: 0; -webkit-border-radius:0; }
* { -webkit-tap-highlight-color:transparent; }
/*div, a, section, article, span, img, h1, h2, h3, h4, h5 ,h6 { -webkit-user-select:none; -moz-user-select:none; } */
div, a, section, article, span, img, h1, h2, h3, h4, h5 ,h6 { -webkit-user-select:text; -moz-user-select:text; -ms-user-select:text;user-select:text;}

.radioandboxalign {
    vertical-align: middle; display:block; position:relative;
}

.contentright .pagebanner img {
    height: auto;
    width: 100%;
}

/* top alert */
  .topalert {
    background-color: #666666;
    color: #ffffff;
   /* display: block; */
    display: none;
    font-size: 1.9em;
    padding: 10px;
    text-align: center;
}


.topalertbutton a {
    background-color: #444444;
    border: 3px solid #999999;
    color: #ffffff;
    display: inline-block;
    font-size: 0.9em;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 500px;
    padding-bottom: 10px;
    padding-top: 6px;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    border-radius: 4px;
}

.topalertbutton a:hover {
background-color: #00957e;
}

.gridboxletter {
    margin-bottom: 10px !important;
}


@font-face {
  font-family: 'OpenSans-Light';
  src: url('/SiteElements/Fonts/PublicSans-ExtraLight.ttf') format('truetype'); /* Legacy iOS */
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('/SiteElements/Fonts/PublicSans-Regular.ttf') format('truetype'); /* Legacy iOS */
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('/SiteElements/Fonts/PublicSans-Bold.ttf') format('truetype'); /* Legacy iOS */
}



body {
    background-attachment: scroll;
    background-clip: border-box;
  background-color:#fcfcfc;
	/*background-color:#343434;*/
    /*background-color: #654321;*/
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    /*color: #444444;*/
	color: #444444;
    cursor: default;
    font-family: 'OpenSans-Regular',Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
/*text-rendering: auto !important;*/
-webkit-font-smoothing: antialiased !important;
-webkit-touch-callout: none; 
-webkit-text-size-adjust: none; 
-webkit-user-select: text; 
-webkit-highlight: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);

word-wrap: break-word;
letter-spacing: 0.04em;

}


*, *::before, *::after, *::before, *::after {
    box-sizing: border-box;
}


.wrapper {
   /* background: #ffffff linear-gradient(45deg, #eeeeee, #ffffff, #eeeeee); */
   /* background: rgba(216, 222, 228, 0.3) !important; */
 /* background: linear-gradient(45deg,#ffffff 50%, #eeeeee 90%) !important; */
  background: linear-gradient(45deg,#DFE1E6,#fcfcfc,#DFE6E6);
    display: block;
    height: 100%;
    width: auto;
}





.sys_subitem-heading {
  /*  background-color: white !important; */
    padding-left: 0px !important;
    padding-top: 0px !important;
}



/* columns for folder nav control */
.slcols a {
    width: 33% !important;
}


/* rss and atom links */
.sys_rss-link, .sys_atom-link {
    font-size: 0.8em;
    display: inline-block;
    padding-left: 20px;
}



/* 
Generic Styling, for Desktops/Laptops 
*/

/*
table { 
  width: 100%; 
  border-collapse: collapse; 
  font-size: 0.9em;
}

   table {
		overflow-x: auto;
	}

*/


table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
   /* border: 10px solid #f3f3f3; */
    display: table;
    margin-right: 10px;
    /* padding-right: 10px; */
    
    overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* background-color: #ffffff; */
  border: 8px solid #dddddd;
}

tbody {
  display: table;
    width: 100%;
}





table td img {
    display: block;
    height: auto;
    margin: 10px auto;
    width: auto;
  max-width: 150px;
}


/* Zebra striping */
tr {background-color: #ffffff;}

tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  /*background: #87807a; 
  background: #7c6ba7;*/
  /*background: #5d4d85;*/
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #bbb; 
  text-align: left;
  vertical-align: top
}


.address {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #eeeeee;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: -20px;
    padding: 20px;
}

address {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #eeeeee;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 20px;
}

.usr_quotebox {
    background: white;
    display: block;
    padding: 10px;
    border: 1px solid #dddddd;
    border-left-width: 3px;
    border-left-color: orange;
}

.usr_whitebox_alert {
    background: url("/page-blocks/grid/gridicons/caution.png") top no-repeat;
    background-size: 50px;
    background-position-x: 10px;
    background-position-y: 10px;
    display: inline-block;
    padding-left: 70px;
    border-color: #D68585;
  min-height: 72px;
  border-width: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  border-style:solid;
  width: 100%;
}

.usr_whitebox_alert a {
    padding: 0px !important;
    margin: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.usr_whitebox_tick {
    background: url("/page-blocks/grid/gridicons/ok-tick.png") top no-repeat;
    background-size: 50px;
    background-position-x: 10px;
    background-position-y: 10px;
    display: inline-block;
    padding-left: 70px;
    border-color: #6AA831;
  min-height: 72px;
  border-width: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  border-style:solid;
  width: 100%;
}

.usr_whitebox_tick a {
    padding: 0px !important;
    margin: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

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

.focusbox {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #eeeeee;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: -20px;
    padding: 20px;
}

.infoblock {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #eeeeee;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 20px;
    
}

.infoblockiframe {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #eeeeee;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 20px;
    width: 99%;
}

.focusbox h2 {
    margin-top: 0;
}



.topheadercontainer {
    background-color: #ffffff;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
    width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.topheaderblock::before, .topheaderblock::after, .topheaderblock::before, .topheaderblock::after {
    content: " ";
    display: table;
}
.topheaderblock {
   /*   background-color: #ffffff;
  border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px; */
    clear: both;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-bottom: 10px;
    width: 100%;
	font-size: 0.8em;
}

.topheaderlogo {
    display: inline;
    float: left;
  font-size: 2.8em;
}

.topheaderblock img {
    margin-bottom: 2px;
    margin-right: 4px;
    opacity: 0.6;
    vertical-align: middle;
}

.topheadertabcontainer {
    
   /* float: left; */
}



.topheaderinnertabcontainer {
  
    float: left;
    margin-left: -40px;
 
}


.topheaderinnertabcontainer ul {

}


.topheaderinnertabcontainer ul li {
    border-left-color: #808080;
    border-left-style: none;
    border-left-width: 1px;
    display: inline-block;
    font-size: 1.4em;
    margin-right: 0px;
    vertical-align: middle;
}


.topheaderinnertabcontainer ul li a {
    color: white;
    text-decoration: none;
    margin-left: 0px;
    border-radius: 0px;
    word-wrap: normal;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(255,255,255,0.1);
    padding-top: 16px;
    padding-bottom: 24px;
    height: 60px;
}




.topheaderinnertabcontainer ul li a:hover, .topheaderinnertabcontainer ul li a:focus {
    background-color: rgba(255,255,255,0.2);
}




.topheaderinnertabcontainer ul li .sys_selected a {
    background-color: #eeeeee;
    color: #000000;
    padding-top: 16px;
    padding-bottom: 24px;
  height: 60px;
}


.topheaderlogo img {
    width: 63px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 1;
    margin-right: 20px;
}



.headercontainer {
    background-color: #ffffff;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
   /* padding-bottom: 10px;
    padding-top: 10px; */
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  /*  background: linear-gradient(45deg, black, #33475C , #805070, #33475C); */
  background: linear-gradient(45deg, #444444, #999999);
  
    border-top: 2px solid orange;
  border-top-color: #76c2af;
}

.headerblock::before, .headerblock::after, .headerblock::before, .headerblock::after {
    content: " ";
    display: table;
}
.headerblock {
    background-color: transparent;
   /* border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px; 
	height: 80px;*/
    clear: both;
    display: block;
    
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-bottom: 10px;
    width: auto;
}

.headerblock img {
    width: 70px;
	padding-top: 7px;
}
.footercontainer {
   /* background-color: #654321;
	background-color: #404040;*/
/*	background-color: #343434; */
  background: linear-gradient(45deg, black, #222222 , #444444, #33475C);
    display: block;
    width: 100%;
    overflow:hidden;
	padding-left: 20px;
	padding-right: 20px;
	/*margin-bottom: -200px;*/
padding-top: 15px;
}

.footerinfoaddress {
    color: #dddddd;
    display: inline-block;
    line-height: 1.4em;
    margin-left: 0px;
    margin-top: 3px;
}


.footerinfopanel {
    float: left;
    margin-bottom: 30px;
    /*margin-right: 50px;*/
    min-width: 200px;
    padding-left: 4px;
    padding-right: 4px;
    /*width: auto;*/
    width: 30%;
	color: #999999;
}

.footerinfopanel ul {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: center top;
    background-repeat: repeat;
    background-size: auto auto;
    /*display: inline-block;*/
    list-style-position: inside;
    list-style-type: none;
    padding: 0px;
line-height:1.4em;
color: #999999;
}

.footerinfopanel ul li a {
    background-color: rgba(0, 0, 0, 0);
    color: #dddddd;
    text-decoration: none;
    line-height: 1.3em;
    display: inline-block;
    margin-right: 20px;
    
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    vertical-align: top;
    /*width: 100%;*/
}	
	

.footerinfopanel ul li:hover, .footerinfopanel ul li:focus {
    background-color: #808080;

    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
    
}

.footerinfopanel ul li a:hover, .footerinfopanel ul li a:focus {

    color: #ffffff;

}

.footerinfopanel ul li:hover a, .footerinfopanel ul li:focus a {

    color: #ffffff;
    
}


.footerlinks ul li {

    list-style-image: url("/SiteElements/CSSImages/link-footer-icon.png");
  
    margin-left: -6px;
    margin-right: 5px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}


.footerlinks ul li:hover, .footerlinks ul li:focus {
    list-style-image: url("/SiteElements/CSSImages/link-footer-icon.png");
}

/******************************/
/* PARTNERSHIP LOGO CONTAINER */
/******************************/

.footer-logo-container {
  display: flex; 
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.footer-logo-container .footer-logo {
  height: fit-content;
}

.footer-logo-container .footer-logo a {
  display: block;
  height: fit-content;
  line-height: 0;
}


.footer-logo-container .footer-logo img { 
  height: 75px;
  display: block;
}

.footer-logo-container .partnership-container {
  padding: 7px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: inset 0.05em 0.05em 0.05em 0 rgba(255,255,255,0.5), inset -0.05em -0.05em 0.05em 0 rgba(0,0,0,0.5);
}

.footer-logo-container .partnership-container p {
  margin: 0;
  color: black;
  font-size: 12px;
  line-height: normal;
}

.footer-logo-container .partnership-logos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 20px;
  row-gap: 5px;
  min-height: 0;
}

.footer-logo-container .partnership-logos img {
  height: 30px;
}

/****************************/

.titlecontainer {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
   /* margin-bottom: 20px; */
    border-bottom: 1PX SOLID #cccccc;
    box-shadow: 0px 2px 10px 0px rgba(1,1,1,0.1);
}

.titlecontainerblock::before, .titlecontainerblock::after, .titlecontainerblock::before, .titlecontainerblock::after {
    content: " ";
    display: table;
}
.titlecontainerblock {
    /*background-color: #aaaaaa;*/
    clear: both;
    
   /* height: 40px;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: auto;
	padding-top: 0px;
	padding-bottom: 10px;
}


#L7_PageSummary {
    display: block;
    margin-bottom: 10px;
    margin-top: -10px;
}

.footerblock::before, .footerblock::after, .footerblock::before, .footerblock::after {
    content: " ";
    display: table;
}
.footerblock {
    /*background-color: #523641;*/
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
}

.container {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}








/*.container a {
	font-weight: normal;
    color: green;
}*/

.container .contentright a {
   /* background-color: #f4f4f4; */
   /* background-color: #eeeeee;
    border-color: #ffffff #dddddd #dddddd #ffffff;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;*/
   /* color: #5d4d85;*/
 /* color: #440caa;*/
    font-weight: normal;
    /*padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;*/
    text-decoration: none;
    white-space: normal;
    word-wrap: normal;
  transition: all 0.2s ease 0s;
  border-bottom: 1px solid;
}

.container .contentright a:hover, .titlecontainer a:hover {
    color: #35a65a !important;
}


.containerblock::before, .containerblock::after, .containerblock::before, .containerblock::after {
    content: " ";
    display: table;
}
.containerblock {
    /*background-color: #aaaaaa;*/
    clear: both;
    
   /* height: 40px;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: auto;
}



.containergrid {
   /* background-color: #ffffff;*/
    display: block;
    width: 100%;
    overflow:hidden;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
  border-top: 1px solid #dddddd;
   border-bottom: 1px solid #ffffff;
}
.containergridblock::before, .containergridblock::after, .containergridblock::before, .containergridblock::after {
    content: " ";
    display: table;
}
.containergridblock {
    /*background-color: #aaaaaa;*/
    clear: both;
    display: block;
   /* height: 40px;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: auto;
}


.containerslider, .containersliderhome {
    background-color: #eeeeee;
    display: block;
    overflow: hidden;
    /*padding: 20px;*/
    width: 100%;
 /* margin-top: -21px; */
  margin-top: -8px;
}


.containersliderline {
    height: 6px;
    background: url(/SiteElements/CSSImages/titlebg.png) center top no-repeat, #E0995E linear-gradient(45deg, #7682AF, #76C2AF, #76b2AF);
    box-shadow: 0px 2px 10px 0px rgba(1,1,1,0.1);
}


.crumbblock::before, .crumbblock::after, .crumbblock::before, .crumbblock::after {
    content: " ";
    display: table;
}
.crumbblock {
    /*background-color: #aaaaaa;*/
    clear: both;
    color: #000000;
   /* height: 40px;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: auto;
  padding-bottom: 10px;
  padding-top: 10px;
}

.crumbcontainer {
   /* background-color: #ffffff;*/
    display: block;
    width: 100%;
    overflow:hidden;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;	
  border-bottom: 1px solid #dddddd;
}



.crumbblock a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #aaaaaa;
}



.crumbblock a::before, .crumbblock span::before {
    content: "/";
    padding-left: 6px;
    padding-right: 10px;
   /* padding-top: 16px; */
    border-bottom: 1px solid #eeeeee;
}


.crumbblock div *:first-child::before {
    content: none;
}

.liveSearch {
    display: none;
}

.searchblock::before, .searchblock::after, .searchblock::before, .searchblock::after {
    content: " ";
    display: table;
}


.searchcontainer {
   /* background-color: #777777;*/
 /* background-color: #555555; */
  background-color: #eeeeee;
  /*  border-bottom-color: #888888;
    border-bottom-style: solid;
    border-bottom-width: 1px; */
    min-height: 100px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    width: auto;
  margin-bottom: -30px;
}

.searchblock {
    clear: both;
 
    font-size: 1.6em;
   
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
 
    width: 100%;
  
  background: white;
  margin-top: 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.searchblock p {
    color: #ffffff;
	margin-left: -10px;
   
}

.searchblock input[type=text] {

    border-color: #dddddd;
   /* border-style: solid; */

    border-width: 2px;
    border-image-width: 1 1 1 1;
    font-size: 1em;
    height: 50px;
    margin-left: 10px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    width: 600px;
	border-radius: 2px;
  
  /* new style for seamless search box */
      border-style: none;
  background-color: transparent;
  color: white;
}


/*
input::-webkit-input-placeholder {color: white}
input::-moz-placeholder          {color: white;} 
input:-moz-placeholder           {color: white;}
input:-ms-input-placeholder      {color: white;}

textarea::-webkit-input-placeholder {color: white}
textarea::-moz-placeholder          {color: white;} 
textarea:-moz-placeholder           {color: white;} 
textarea:-ms-input-placeholder      {color: white;}
*/

input::-webkit-input-placeholder {color: #aaaaaa;}
input::-moz-placeholder          {color: #aaaaaa;} /* Firefox 19+ */
input:-moz-placeholder           {color: #aaaaaa;} /* Firefox 18- */
input:-ms-input-placeholder      {color: #aaaaaa;}

textarea::-webkit-input-placeholder {color: #aaaaaa;}
textarea::-moz-placeholder          {color: #aaaaaa;} /* Firefox 19+ */
textarea:-moz-placeholder           {color: #aaaaaa;} /* Firefox 18- */
textarea:-ms-input-placeholder      {color: #aaaaaa;}


.searchblock input[type=text]:focus {


  color: #333333;
}
.searchblock input[type=text] {

    border-color: #dddddd;
   /* border-style: solid; */

    border-width: 2px;
    border-image-width: 1 1 1 1;
    font-size: 1em;
    height: 50px;
    margin-left: 10px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 6px;
    padding-top: 6px;
    width: 600px;
	border-radius: 2px;
  
  /* new style for seamless search box */
      border-style: none;
  background-color: #888888;
  color: white;
}

.searchblock input[type=button] {

    border-bottom-color: #dddddd;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-width: 1 1 1 1;
    border-left-color: #dddddd;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #dddddd;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #dddddd;
    border-top-style: solid;
    border-top-width: 2px;
    font-size: 1em;
    height: 50px;
    margin-left: 10px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    
	border-radius: 2px;
}

.searchblock input[type="text"] {
    background-color: #ffffff;
    border-color: #dddddd;
    border-image-width: 1 1 1 1;
    border-radius: 2px;
    border-style: none;
    border-width: 2px;
    color: #333333;
    font-size: 1em;
    height: 50px;
    
    padding: 6px 6px 6px 0;
    width: 92%;
}


.searchblock input[type="button"] {
    background: rgba(0, 0, 0, 0) url("/SiteElements/CSSImages/search2.png") no-repeat scroll 0 0 / 32px 32px;
    border-image-width: 1 1 1 1;
    border-radius: 2px;
    border-style: none;
    border-width: 2px;
    color: transparent;
    cursor: pointer;
    
    float: right;
    font-size: 0.1em;
    height: 50px;
    margin-top: 10px;
    padding-right: 25px;
}

.searchblock input[type="submit"] {
    background: rgba(0, 0, 0, 0) url("/SiteElements/CSSImages/search4.png") no-repeat scroll 0 0 / 32px 32px;
    border-image-width: 1 1 1 1;
    border-radius: 2px;
    border-style: none;
    border-width: 2px;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    font-size: 0.1em;
    height: 50px;
    margin-top: 10px;
    padding-right: 25px;
}


/* .searchblock p {
    background-color: #888888;
    color: #ffffff;
    margin-left: 0px;
  border-radius: 4px;
} */

.searchblock p {
    background-color: #ffffff;
    color: #333333;
    margin-left: 0px;
  border-radius: 4px;
  border: 1px solid #bbbbbb;
}

.ulsearch {
    float: right;
}

.ulsearch > li {
    border-left-color: #808080;
    border-left-style: dotted;
    border-left-width: 1px;
    display: inline-block;
    font-size: 1.4em;
    
    vertical-align: middle;
}

.ulsearch li a {
   background-color: transparent;
    border-color: #ffffff;
    border-radius: 2px;
    border-style: solid;
    border-width: 2px;
    color: #ffffff;
    margin-left: -1px;
   /* padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px; */
  padding: 10px;
    text-decoration: none;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ulsearch li a:hover, .ulsearch li a:focus {
    background-color: #33475c;
}

.sys_search-subheading, .sys_whats_new-subheading, .sys_news-subheading {
    border: 0px !important;
}

.sys_search .sys_subitem-heading{
    background: none !important;
}

#WhatsNew_wrapper .sys_subitem h3 {
    background: transparent !important;
}


/* staff search */
.staffsearchrow hr {
    margin-top: 15px;
    margin-bottom: 15px;
}


.ssadv {
    display: block;
    float: left;
    clear: both;
    background: #444444;
    font-size: 0.6em;
    padding: 5px;
    border-radius: 4px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}


.ssadv a {
    color: #ffffff;
    text-decoration: none;
}

.ssadv:hover, .ssadv:focus {
    background-color: #00957e;
}


.sys_news-record img {
    width: 100%;
    height: auto;
}


.white {
background-color: white;}

.red {
background-color: red;}

.blue {
background-color: #DDE6F4;}

.grey{
background-color:#777777;
}

.green {

background-color:#C0EDD2}

.lightpurple {

	background-color: #eeeeee;}
/*	
.purple {
	color: #ffffff;
	background-color: #5d4d85;}	*/
	
h1 {    font-size: 28px;
    font-weight: 500;
}

.iframecontainer h1 {
  margin-top: 0;
}

.iframecontainer h2 {
  margin-top: 0;
}

.iframecontainer #pcode {
    width: auto;
}

	
h2 {    /*font-size: 22px;*/
    font-weight: normal;}

h1, h2 {line-height: 1.1em;}

.languagebutton {
    /*background-color: #615288;*/
   /* border-color: #7c6ba7;*/
    border-style: solid;
    border-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    float: right;
    padding-left: 6px;
    padding-right: 6px;
  margin-top: 7px;
}

.topheadbutton {
    /*background-color: #615288;*/
    /*border-color: #7c6ba7;*/
    border-style: solid;
    border-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    float: right;
    padding-left: 6px;
    padding-right: 6px;
  margin-top: 13px;
}

.topheadbuttonsearchmobile {
    /*background-color: #615288;*/
    /*border-color: #7c6ba7;*/
    border-style: solid;
    border-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    display:none;
}


.topheaderblock a:link    {color:#ffffff; background-color:rgba(23, 94, 181, 1); text-decoration:none;border-radius: 4px;border-width:0px;}
.topheaderblock a:visited {color:#ffffff; background-color:rgba(23, 94, 181, 1); text-decoration:none}
/*.topheaderblock a:hover   {color:#ffffff; background-color:#40355d; text-decoration:none}*/
.topheaderblock a:focus   {color:#ffffff; background-color:rgba(0, 92, 204, 1) !important; text-decoration:none;box-shadow: 2px 2px 8px rgba(0,0,0,0.3);} 
.topheaderblock a:active  {color:#ffffff; background-color:rgba(0, 92, 204, 1) !important; text-decoration:none;box-shadow: 2px 2px 8px rgba(0,0,0,0.3);}

.topbarcontactinfo { 
float: left;
}


.contentright {
	/*background-color: #DDE6F4; */
	float: left;    
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 71%; 
	display:inline-block;
}

.contentright h2 {
    border-bottom-color: #d3d3d3;
    border-bottom-style: none;
    border-bottom-width: 1px;
    margin-bottom: 12px;
    /*color: #5d4d85;*/
	color: #444444;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 0;
}

.contentright p {
    padding-bottom: 20px;
  margin-top: 0px;
}

.contentright > ul {
    margin-bottom: 30px;
}

.contentright ul li{
    margin-bottom: 6px;
}
.contentleft {
    padding-left: 20px;
    padding-right: 20px;
    width: 25%;
    min-width: 200px;
    clear: none;
    float: right;
  /*  margin-top: -23px; */
   /* border-color: #d3d3d3; */
  border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    background-color: #ffffff;
    padding-top: 20px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.06);
}


.contentleft h2 {
    /*color: #5d4d85;*/
	color: #444444;
    margin-top: 0;
}


.contentleftpanelx {
    background-color: #ffffff;
    border-bottom-color: #dddddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #dddddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #dddddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #dddddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    clear: none;
    float: right;
    margin-bottom: 30px;
    margin-top: -10px;
    min-width: 200px;
    padding-bottom: 40px;
    padding-left: 4px;
    padding-right: 4px;
    width: 100%;

}

.contentleftpanel h2 {
    border-bottom-color: #d3d3d3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 10px;
    /*color: #5d4d85;*/
	color: #444444;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 0;
}



.contentleftpanel {
   /* background-color: #ffffff;*/
   /* border-color: #dddddd; */
  border-color: transparent;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    
    border-left-style: solid;
    border-left-width: 1px;
   
    border-right-style: solid;
    border-right-width: 1px;
    
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    clear: none;
    float: right;
    margin-bottom: 30px;
    margin-top: -10px;
    min-width: 200px;
    
   /* padding-left: 4px;
    padding-right: 4px;*/
    width: 100%;
}




.contentleftpanel ul {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: center top;
    background-repeat: repeat;
    background-size: auto auto;
    /*display: inline-block;*/
    list-style-position: inside;
    list-style-type: none;
    padding-left: 30px;
}


.sectionlinks ul li {

    list-style-image: url("/SiteElements/CSSImages/section-link-icon.png");
  
    margin-left: -25px;
    margin-right: 5px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}


.sectionlinks ul li:hover, .sectionlinks ul li:focus {
    list-style-image: url("/SiteElements/CSSImages/section-link-icon-hover.png");
}

.contentrightnav h2 {
    margin-top: 0;
}
.contentleftpanel ul li a {
    background-color: rgba(0, 0, 0, 0);
    color: #808080;
    text-decoration: none;
    line-height: 1.3em;
    display: inline-block;
    margin-right: 20px;
    
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    vertical-align: top;
  /*width: 100%;*/
    
}	
	

.contentleftpanel ul li:hover, .contentleftpanel ul li:focus {
    background-color: #808080;

    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
    
}

.contentleftpanel ul li a:hover, .contentleftpanel ul li a:focus {

    color: #ffffff;

}

.contentleftpanel ul li:hover a, .contentleftpanel ul li:focus a {

    color: #ffffff;
    
}	

.contentrightnav {
 
    clear: none;
    
    margin-top: 0;
    min-width: 200px;
   
    padding-right: 0;
   
}

.contentrightnav .sectionlinksselected {
    background: transparent url("/SiteElements/CSSImages/link-footer-icon-off.png") no-repeat scroll 0 6px !important;
    box-shadow: none;
    color: #555555 !important;
}

.contentrightnav .sectionlinks a {
    background: rgba(0, 0, 0, 0) url("/SiteElements/CSSImages/link-footer-icon-off.png") no-repeat scroll 0 6px;
    color: #555555;
    display: block;
    float: left;
    line-height: 1.4em;
    margin-bottom: 5px;
    padding: 5px 3px 5px 21px;
    text-decoration: none;
    width: 100%;
}

.contentrightnav .sectionlinks a:hover, .contentrightnav .sectionlinks a:focus {
    background-color: #808080 !important;
    background-image: url("/SiteElements/CSSImages/link-footer-icon.png") !important;
    background-position: 0 6px;
    background-repeat: no-repeat;
    border-radius: 4px;
    color: #ffffff !important;
}


.sectiondocs ul li {

    list-style-image: url("/SiteElements/CSSImages/doc-icon.png");
  
    margin-left: -25px;
    margin-right: 5px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.sectiondocs ul li:hover, .sectiondocs ul li:focus {
    list-style-image: url("/SiteElements/CSSImages/doc-icon-hover.png");
}

.sectionextlinks ul li {

    list-style-image: url("/SiteElements/CSSImages/link-icon.png");
  
    margin-left: -25px;
    margin-right: 5px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.sectionextlinks ul li:hover, .sectionextlinks ul li:focus {
    list-style-image: url("/SiteElements/CSSImages/link-icon-hover.png");
}


/* new--- left panels ------ */

.sectionlinks {
    padding-bottom: 10px;
    padding-top: 10px;
}

/*.sectionlinks a:hover, .sectionlinks a:focus {
    background-color: #808080;
    background-image: url("/SiteElements/CSSImages/section-link-icon-hover.png");
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
}

.sectionlinks a:selected {
    background-color: #808080;
    background-image: url("/SiteElements/CSSImages/section-link-icon-hover.png");
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
}


.sectionlinks a {
    background-attachment: scroll;
    background-clip: border-box;
    text-decoration: none;
    background-image: url("/SiteElements/CSSImages/section-link-icon.png");
    background-origin: padding-box;
    background-position: 5px 7px;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #808080;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-top: 5px;
    line-height: 1.4em;
 
}*/

.sectionlinks a {
    background: rgba(0, 0, 0, 0) url("/SiteElements/CSSImages/link-footer-icon-off.png") no-repeat scroll 0 6px;
    color: #555555;
    display: block;
    line-height: 1.4em;
    margin-bottom: 5px;
   /* margin-left: 5px;
    margin-right: 5px; */
    padding-bottom: 5px;
    /*padding-left: 25px;*/
    padding-left: 21px;
    padding-top: 5px;
    text-decoration: none;
  padding-right: 3px;
}

/*.sectionlinks a:selected {
    background-color: #808080;
    background-image: url("/SiteElements/CSSImages/link-footer-icon.png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    border-radius: 4px;
    color: #ffffff;
}*/

.sectionlinks a:hover, .sectionlinks a:focus {
    background-color: #808080;
    background-image: url("/SiteElements/CSSImages/link-footer-icon.png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    border-radius: 4px;
    color: #ffffff;
}

/*.sectionlinksselected {
   
  color: white !important;
  border-radius:4px !important;
  background: #5d4d85 url("/SiteElements/CSSImages/link-footer-icon.png") no-repeat scroll 0 6px !important;
    
}*/

.sectionlinksselected {
   
  color: white !important;
  border-radius:4px !important;
  /*background: #5d4d85 url("/SiteElements/CSSImages/link-footer-icon.png") no-repeat scroll 0 6px !important;*/
   box-shadow: 2px 2px 2px #dddddd; 
}


.sectiondocs {
    padding-bottom: 10px;
    padding-top: 10px;
}


.sectiondocs a:hover, .sectiondocs a:focus {
    background-color: #808080;
    background-image: url("/SiteElements/CSSImages/doc-icon-hover.png");
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
}


.sectiondocs a {
    background-attachment: scroll;
    background-clip: border-box;
    text-decoration: none;
    background-image: url("/SiteElements/CSSImages/doc-icon.png");
    background-origin: padding-box;
    background-position: 5px 7px;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #808080;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-top: 5px;
    line-height: 1.4em;
 
}



.sectionextlinks {
    padding-bottom: 10px;
    padding-top: 10px;
}

.sectionextlinks a:hover, .sectionextlinks a:focus {
    background-color: #808080;
    background-image: url("/SiteElements/CSSImages/link-icon-hover.png");
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
}


.sectionextlinks a {
    background-attachment: scroll;
    background-clip: border-box;
    text-decoration: none;
    background-image: url("/SiteElements/CSSImages/link-icon.png");
    background-origin: padding-box;
    background-position: 5px 7px;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #808080;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-top: 5px;
    line-height: 1.4em;
 
}



.rightpaneleditortitle {
  display:none;
}





/* try this */

	



/* orig
.actioncontainer {
    background-color: #d3d3d3;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    width: 100%;
  margin-bottom: 40px;
} */

/* orig1.actioncontainer {
    background-color: #eff7f7;
  border: 1px solid #cccccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    width: 100%;
  margin-bottom: 40px;
} */

.actioncontainer {
    background-color: #fefefe;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 3px 3px 3px #eeeeee;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 10px;
    width: 100%;
}

/*
.inneractioncontainer { */
   /* background-color: #fafafa;*/
   /* border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: inline-block;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
	width: 100%;

   
}*/

.inneractioncontainer {
    border-radius: 4px;
    display: inline-block;
    padding: 20px;
    width: 100%;
}

/*.actiontext {
    display: inline-block;
    /*float: left;*/
   /* font-size: 1.4em;
    padding-right: 10px;
    width: 80%;
	color: #444444;
}*/

.actiontext {
    display: inline-block;
    /*float: left;*/
    font-size: 1.4em;
	text-align: center;
    width: 100% !important;
	color: #444444;
}

/*.container .inneractioncontainer a {
    background-color: #34bbaa;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 1.4em;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    width: 20%;
text-decoration: none;
  border: none;
  white-space: normal;
  transition: none;
} */

/*.container .inneractioncontainer a {
border:1px solid #288f82; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:18px; padding: 20px 20px 20px 20px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #34BBAA; background-image: -webkit-gradient(linear, left top, left bottom, from(#34BBAA), to(#008c78));
 background-image: -webkit-linear-gradient(top, #34BBAA, #008c78);
 background-image: -moz-linear-gradient(top, #34BBAA, #008c78);
 background-image: -ms-linear-gradient(top, #34BBAA, #008c78);
 background-image: -o-linear-gradient(top, #34BBAA, #008c78);
 background-image: linear-gradient(to bottom, #34BBAA, #008c78);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#34BBAA, endColorstr=#008c78);
      color: #ffffff;
    display: block;
    float: right;
    font-size: 1.4em;    color: #ffffff;
    display: block;
    float: right;
    font-size: 1.4em;
      text-align: center;
    vertical-align: middle;
    width: 20%;
}*/


/*.container .inneractioncontainer a {
border:1px solid #288f82; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:18px; padding: 20px 20px 20px 20px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #34BBAA; background-image: -webkit-gradient(linear, left top, left bottom, from(#34BBAA), to(#008c78));
 background-image: -webkit-linear-gradient(top, #34BBAA, #008c78);
 background-image: -moz-linear-gradient(top, #34BBAA, #008c78);
 background-image: -ms-linear-gradient(top, #34BBAA, #008c78);
 background-image: -o-linear-gradient(top, #34BBAA, #008c78);
 background-image: linear-gradient(to bottom, #34BBAA, #008c78);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#34BBAA, endColorstr=#008c78);
      color: #ffffff;
    display: block;
    
    font-size: 1.4em;    color: #ffffff;
    display: block;
   margin-top: 5px;
    font-size: 1.4em;
      text-align: center;
    vertical-align: middle;
   
}*/

.container .inneractioncontainer a {
   /* background-color: #34bbaa; */
   /* background-image: linear-gradient(to bottom, #34bbaa, #008c78); */
  background-color: #444444;
   /* border: 1px solid #288f82; */
  border: 1px solid #444444;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    max-width: 70%;
    padding: 20px;
    text-align: center;
    text-decoration: none;
   /* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); */
    vertical-align: middle;
}



/*.container .contentright .inneractioncontainer a:hover, .container .contentright .inneractioncontainer a:focus, .container .contentright .inneractioncontainer a:active {
     background-color: #00957e;
     border: 0px none ! important;
     color: #ffffff !important;
}*/


.container .contentright .inneractioncontainer a:hover, .container .contentright .inneractioncontainer a:focus, .container .contentright .inneractioncontainer a:active {
 color: #ffffff !important;
/* border:1px solid #1e6b61; 
  background-color: #299386;*/
 background-color: #00957e;
  transition: none;
/* background-image: -webkit-gradient(linear, left top, left bottom, from(#299386), to(#00594c));
 background-image: -webkit-linear-gradient(top, #299386, #00594c);
 background-image: -moz-linear-gradient(top, #299386, #00594c);
 background-image: -ms-linear-gradient(top, #299386, #00594c);
 background-image: -o-linear-gradient(top, #299386, #00594c);
 background-image: linear-gradient(to bottom, #299386, #00594c);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#299386, endColorstr=#00594c);*/
}

.gridactionbutton {
clear:both;
    background-color: #34bbaa;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 1.4em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    width: 20%;
text-decoration: none;
}

.gridactionbutton:hover, .gridactionbutton:focus {
    background-color: #00957e;
}


.gridactionbuttoncontainer {
	clear: both;
    background-color: transparent;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

/* cta */

.container-cta {
   /* background-color: #ffffff;*/
    display: block;
    width: 100%;
    overflow:hidden;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	background-color: #666666;
	border: 10px solid #222222;
	border-radius: 4px;
}
.containerblock-cta::before, .containerblock-cta::after {
    content: " ";
    display: table;
}
.containerblock-cta {
    /*background-color: #aaaaaa;*/
    clear: both;
    
   /* height: 40px;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: auto;
}

.contentright-cta {
	/*background-color: #DDE6F4; */
	float: left;    
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 71%; 
	display:inline-block;
}



.contentright-cta p {
    padding-bottom: 20px;
}

.contentleft-cta {
	
    padding-left: 20px;
    padding-right: 0;
    width: 25%; 
	min-width: 200px;    
	clear: none;
    float: right;
    margin-top: 0; 
	/*padding-bottom: 40px;
	background-color: blue;*/
	
	border-left-color: #d3d3d3;
    border-left-style: solid;
    border-left-width: 1px;
	
	
}


.contentleftpanel-cta {
	padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    width: 100%; 
	min-width: 200px;    
	clear: none;
    float: right;
    margin-top: 0; 
	background-color: red;
	margin-bottom: 30px;
}


/*---- CTA1 ---*/
.actioncontainer1 {
    background-color: #fefefe;
    border: 20px solid #dddddd;
    border-radius: 4px;
    
    display: block;
    margin-bottom: 40px;
    
    width: 100%;
    max-width: 450px;
}


.inneractioncontainer1 {
    border-radius: 4px;
    display: inline-block;
    width: 100%;
}


.container .contentright .inneractioncontainer1 a {
    background-color: #444444;
    border: 1px solid #444444;
    border-radius: 3px;
    color: #ffffff !important;
    display: block;
    font-size: 1.4em;
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    
    padding: 20px 10%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}


.container .contentright .inneractioncontainer1 a:hover, .container .contentright .inneractioncontainer1 a:focus, .container .contentright .inneractioncontainer1 a:active {
    background-color: #00957e;
    color: #ffffff !important;
    transition: none 0s ease 0s ;
}




/* end page standard left panel */

/* grid */
.gridbox {
	
	margin-right: 10px;}


ul.grid {
     float: left;
     list-style: outside none none;
     margin: 0px;
	 margin-bottom:	10px;
     padding: 0px ! important;
     width: 100%;
}

ul.grid li {
    clear: both;
    float: left;
    font-size: 1em;
    margin-bottom: 0px;
    padding: 0px;
    text-decoration: none;
    width: 100%;
    list-style-type: none !important;
    margin-top: 40px;
}


ul.grid li a {
    background-position: 11px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #5d4d85;
    display: block;
    margin-bottom: 3px;
    min-height: 100px;
    text-decoration: none;
    background-color: #ffffff;
}

ul.grid li a:hover, ul.grid li a:focus, ul.grid li a:active {
    border-color: #cccccc;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.05);
    color: black;
    border: 1px solid #cccccc !important;
    background: #897ea9 linear-gradient(to right bottom, #ffffff 50%, #ececec 90%) repeat scroll 0 0 !important;
}


.gridbox img {
    float: left;
    height: 70px;
    margin-right: 10px;
margin-top: -10px;
    width: 70px;
}


.gridtitle {
    color: #111111;
    display: block;
    font-size: 1.12em;
    /*margin-bottom: 5px;*/
    margin-left: 0;
    margin-right: 0;
    margin-top: 17px;
    padding-left: 9px;
  line-height: 1.1em;
}


.griddesc {
    color: #666666;
    display: block;
    font-size: 0.9em;
    line-height: 1em;
    margin-left: auto;
    margin-top: 3px;
    padding: 6px;
    margin-right: auto;
    text-align: center;
  padding-bottom: 0px;
} 

/* normal grid - no icons */
.gridletter {
    border-radius: 100px;
    color: #ffffff;
    font-family: arial;
    font-size: 1.52em;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -24px;
    padding-top: 11px;
    text-align: center;
    vertical-align: middle;
    width: 56px;
    border: 6px solid #ffffff;
}


.innerletter {
    background-color: #777777;
    border-radius: 100px;
    height: 44px;
    width: 44px;
    margin-top: -12px;
    margin-left: 0px;
    padding-top: 10px;
}

.gridlettertitle {
    color: #111111;
    display: block;
    font-size: 1.02em;
    line-height: 1.1em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
}

/* end grid mobile first */



/* atoz */

.atozcontainer {
    /*background-color: #555555;
background-color: #4f4e50;*/
/*background-color: #594f6b;*/
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  padding-bottom: 3px;
}



.atozblock::before, .atozblock::after, .atozblock::before, .atozblock::after {
    content: " ";
    display: table;
}
.atozblock {
    
    clear: both;
    display: block;
    
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: auto;
  padding-bottom: 5px;
    padding-top: 5px;
}

.atozbar {
    float: left;
}

.atozcontainer ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
  padding-left: 0px;
}

.atozstrip {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}


.atozstrip li {
   display: inline-block;
    height: 50px;
   /* margin-bottom: 5px; */
    margin-top: 5px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}


.atozstrip li a {
    /*border-color: #666666;*/
 /*border-color: #6a607c;*/
    border-style: solid;
    border-width: 1px;
   
    color: #ffffff;
    display: block;
    /*font-size: 1.6em;*/
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;

text-decoration:none !important;

    width: 34px;

}

.atozstrip li a:hover, .atozstrip li a:focus {
/*background-color: #666666;*/
 /*background-color: #6a607c;*/
}


/*atz page atoz strip */
.insetatozstrip {

    margin-bottom: 8px;
    margin-left: -40px;
    margin-top: 30px;
    padding-bottom: 0;
    padding-top: 0;
  
}


.insetatozstrip li {
    background-color: #e3e3e3;
    display: inline-block;
    height: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.insetatozstrip li a:hover, .insetatozstrip li a:focus, .insetatozstrip li a:active {
    background-color: #ffffff !important;
    color: #ffffff;
}
.insetatozstrip li a {
    border-bottom-color: #b3b3b3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #b3b3b3;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b3b3b3;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #b3b3b3;
    border-top-style: solid;
    border-top-width: 1px;
    color: #808080;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration-color: -moz-use-text-color !important;
    text-decoration-line: none !important;
    text-decoration-style: solid !important;
    width: 34px;
}

.insetatozstripw {

    margin-bottom: 8px;
    margin-left: -40px;
    margin-top: 30px;
    padding-bottom: 0;
    padding-top: 0;
  
}


.insetatozstripw li {
    background-color: #e3e3e3;
    display: inline-block;
    height: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.insetatozstripw li a:hover, .insetatozstripw li a:focus, .insetatozstripw li a:active {
    background-color: #ffffff !important;
    color: #ffffff;
}

.insetatozstripw li a {
    border-bottom-color: #b3b3b3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #b3b3b3;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b3b3b3;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #b3b3b3;
    border-top-style: solid;
    border-top-width: 1px;
    color: #808080;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration-color: -moz-use-text-color !important;
    text-decoration-line: none !important;
    text-decoration-style: solid !important;
    width: 50px;
}


.sys_atoz_heading {
    font-size: 1.6em;
  margin-top: 0px;
    padding-top: 0px;
  padding-bottom: 25px;
}

#AZListing_List .sys_subitem-heading.sys_generic_list-subheading > a {
    font-size: 0.8em !important;
    line-height: 1.6em;
}

#AZListing_wrapper .sys_subitem-heading {
    padding-bottom: 10px;
    padding-top: 15px !important;
}

/*forms*/

.hide {
    margin-left: -9999px;
}

.sys_cms-form-body .sys_sidebyside input {
    vertical-align: inherit !important;
}

.sys_cms-form-body .sys_sidebyside span label {
    padding-left: 5px !important;
    padding-right: 15px !important;
}

.sys_cms-form-body li input, .sys_cms-form-body li select, .sys_cms-form-body li textarea, .sys_cms-form-body li label, .sys_cms-form-body li .sys_legend, .sys_cms-form-body li .sys_fieldlabel {
    color: white !important;
    font-family: inherit !important;
    font-size: 1.2em !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: auto !important;
}
.sys_cms-form-body input, .sys_cms-form-body textarea, .sys_cms-form-body select {
    padding: 6px !important;

}

/*
.container input:not([type='radio']), .container textarea, .container select {

    background-color: #888888 !important;
    border-color: #777777 !important;
    border-radius: 2px !important;
    border-style: solid !important;
    border-width: 2px !important;
    color: #ffffff !important; */
    /*font-weight: bold !important;*/
   /* font-size: 1.2em;
    font-family: "OpenSans-Regular",Helvetica,Arial,sans-serif;

} */


.container input:not([type="radio"]), .container textarea, .container select {
    background-color: #bbbbbb !important;
    border-color: #bbbbbb !important;
    border-radius: 2px !important;
    border-style: solid !important;
    border-width: 2px !important;
    font-family: "OpenSans-Regular",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
  vertical-align: bottom;
  height:42px;
}

.container input:focus, .container textarea:focus, .container select:focus  { 
 	color: black !important; 
	background-color:#bbbbbb !important;
  border-color: #aaaaaa !important;

	}

.container input[type=checkbox]:not(old), .container input[type=radio]:not(old) {
background-color: transparent !important; border: 1px solid #444444; margin-right:	10px;
}

.container input[type=checkbox]:checked, .container input[type=radio]:checked {
background-color: #00957E !important; border: 1px solid #444444; margin-right:	10px;
}

.container input[type=checkbox], .container input[type=radio] {
position:relative; vertical-align: top;margin-top:4px;
}



.sys_form-submit {
    background-color: #34bbaa !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    clear: both !important;
    color: #ffffff !important;
    display: inline-block !important;
    float: left;
    font-size: 1.4em !important;
    margin-left: -2px !important;
    margin-right: 0 !important;
    margin-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20% !important;
    padding-right: 20% !important;
    padding-top: 10px !important;
    text-align: center !important;
    text-decoration-color: -moz-use-text-color !important;
    text-decoration-line: none !important;
    text-decoration-style: solid !important;
    vertical-align: middle;
    width: auto !important;
}

.sys_form-submit:hover, .sys_form-submit:focus {
    background-color: #00957e !important;
}

/*.sys_form-submit-dr {
    background-color: #34bbaa !important;
    border-radius: 4px !important;
    clear: both !important;
    color: #ffffff !important;
    display: inline-block !important;
    font-size: 1.4em !important;
    margin-left: -2px !important;
    margin-right: 0 !important; */
    /*margin-top: -8px !important;*/
  /*  padding-top: 4px !important;
  padding-bottom: 4px !important;
    text-align: center !important;
    text-decoration: none !important; */
   /*vertical-align: middle;*/
   /* width: auto !important;
  padding-left: 10px;
  padding-right: 10px;
} */


.sys_form-submit-dr {
    background-color: #444444 !important;
    border: medium none;
    border-radius: 2px !important;
    clear: both !important;
    color: #ffffff !important;
    display: inline-block !important;
    font-size: 1.4em !important;
    height: 42px;
    margin-left: -2px !important;
    margin-right: 0 !important;
  /*  margin-top: 5px; */
   /* padding-bottom: 4px !important; */
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1px !important;
    text-align: center !important;
    text-decoration: none !important;
    width: auto !important;
   vertical-align: bottom;
   cursor: pointer;
}

.sys_form-submit-dr:hover, .sys_form-submit-dr:focus {
    background-color: #00957e !important;
}

.container input[type="button"]:hover, .container input[type="button"]:focus {
    background-color: #00957e !important;
    border-color: #00957e !important;
}

.container input[type="submit"]:hover, .container input[type="submit"]:focus {
    background-color: #00957e !important;
    border-color: #00957e !important;
}

.container input[type="button"], .container input[type="submit"] {
    background-color: #444444 !important;
    border-color: #444444 !important;
    border-radius: 2px !important;
    clear: both !important;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block !important;
    font-size: 1.4em !important;
    height: 42px !important;
    margin-left: -2px !important;
    margin-right: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 2px !important;
    text-align: center !important;
    text-decoration: none !important;
    vertical-align: bottom;
    width: auto !important;
}



.form-group-erf {
    border: 0 solid rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 0;
  margin-top: 0px;
  vertical-align: top;
}

.form-group-erf input {

  margin-top: 0px;
  vertical-align: top;
}

.sys_showinstructions .sys_cms-form-body .sys_cms-form-item {
  
  width: auto !important;
}

.sys_instructions {
  
  display: none !important;
}

ul.sys_cms-form-body {
padding-top: 0px !important;
padding-left: 0px !important;
}

.sys_cms-form-body .sys_sectionbreak {
padding-top: 0px !important;
}

.sys_cms-form-body .sys_sectionbreak-header {
font-size: 1.8em !important;
}

.sys_cms-form-body .sys_sectionbreak-text {
font-size: 1.2em !important;
}

.sys_cms-form-body .sys_cms-form-item {
padding-left: 0px !important;
}

.iframebody{background-color:transparent !important;}

.iframecontainer {
    border-top-width: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
    display: block;
    overflow: hidden;
    width: 100%;
  padding-top: 0px !important;
}

.iframecontainer input, .iframecontainer textarea {
  padding: 6px !important;
}

.iframecontainer .sys_form-submit {
    background-color: #444444 !important;
    border: 0 solid #444444 !important;
    border-radius: 3px !important;
    color: #ffffff !important;
    cursor: pointer !important;
    display: block !important;
    font-size: 1.2em;
    margin-left: 1px !important;
    margin-right: auto;
    margin-top: 0 !important;
    padding: 10px 15px !important;
    width: 202px !important;
}

.iframecontainer .sys_form-submit:hover, .iframecontainer .sys_form-submit:focus {
    background-color: #00957e !important;
}

.plfcontainer input[type="radio"] {
border-radius: 0px;
border-width: 0px;
background-color: red;
/*border-color: none;*/
}

.iframecontainer input:not([type="radio"]), .iframecontainer select {
    height: 42px;
}
.iframecontainer textarea {
  height: auto;
} 

@media only screen and (min-width: 736px) {

  ul.grid li { clear: none; width: 48%; font-size: 1.4em; }
  ul.grid li a { padding-right: 2%; padding-left: 2%; font-size: 0.7em; }
  

 
}



@media only screen and (min-width: 1024px) {


  ul.grid li { width: 24%; padding: 0px; }
  ul.grid li a { min-height: 110px; }
  
 

}

/*.containergridblock > h2 {
    border-bottom: 1px solid #dddddd;
    margin-bottom: -10px;
    padding-bottom: 10px;
}*/


.containergridblock > h2 {
    /*margin-bottom: -10px*/
    padding-top: 15px;
    text-align: center;
}

/*end grid */


/* grid more */
/*ul.grid-more {
    float: left;
    font-size: 1.1em;
    margin: 0 0 10px;
    padding: 20px;
    width: 100%;
} */

/*ul.grid-more {
    background-color: #eeeeee;
    border-radius: 4px;
    float: left;
    font-size: 1.1em;
    margin: 0 0 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 100%;
}*/

/*ul.grid-more {
    background-color: #ffffff;
    border-color: #cccccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    float: left;
    font-size: 1.1em;
    margin: 0 0 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 100%;
} */

ul.grid-more {
    background-color: #ffffff;
    border-color: #cccccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.05);
  /*  float: left; */
    font-size: 1.1em;
    margin: 0 0 10px;
    padding-bottom: 22px;
    padding-right: 10px;
    padding-top: 10px;
   /* width: 100%; */
  display: flex;
  flex-wrap: wrap;
}

.gridbox-more {
    margin-right: 10px;
}

ul.grid-more {
  /*  list-style: outside none none; */
}

/*desktop*/
ul.grid-more li {
    color: #5d4d85;
   /* float: left;*/

    list-style-type: disc;
    margin-bottom: 0;
    margin-right: 23px;
    text-decoration: none;
  display: inline-flex;
  width: 45%;
   
}

/*desktop*/
/* ul.grid-more li a {
   
    border-bottom: medium none;
    border-radius: 4px;
  
    display: block;
    padding-top: 10px; 
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
  line-height: 1.2em;
}
*/

ul.grid-more li a {
    margin-top: 6px;
    margin-left: 10px;
    border-radius: 4px;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
    line-height: 1.2em;
    border-bottom: dotted 1px;
    margin-right: 10px;
  width: 100%;
}


ul.grid-more li a:hover, ul.grid-more li a:focus, ul.grid-more li a:active {
    background-color: #f8f8f8;
    color: black;
}

/*---- map container ---*/

.containermapblock::before, .containermapblock::after, .containermapblock::before, .containermapblock::after {
    content: " ";
    display: table;
}

.containermapblock {
    border: 15px solid #eeeeee;
    border-radius: 4px;
    clear: both;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
}


.containermapblock iframe {
    border: 1px solid #bbbbbb;
    box-shadow: 3px 3px 3px #dddddd;
}









/*------------ slider -------------*/
.slideimage {

    
}







.landingbox.boxd > a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    margin-left: 10px;
}

.link-slider {
    text-decoration: none;
}


.landingtitle {
    color: #111111;
    display: block;
    font-size: 1.12em;
    line-height: 1.1em;
    margin-left: 180px;
    margin-right: 50px;
    padding-left: 0;
    
}






.landingdesc {
    color: #666666;
    display: block;
    font-size: 0.7em;
    line-height: 1.2em;
    margin-left: 180px;
    margin-right: 50px;
    margin-top: 3px;
    
}


.slideimage {
    display: block;

}


.boxd>a::before {
    background: url("/SiteElements/CSSImages/slidelink.png") no-repeat center;
    float: right;
   /* margin-top: -28px; */
    margin-right: 10px;
    background-color: rgba(1,1,1,0.1);
    margin-left: 20px;
    border: 1px solid rgba(1, 1, 1, 0.1);
    content: "";
    background-size: 15px 15px;
    padding: 13px;
}




/*------------ end slider -------------*/




/*------ wmn ------*/
.wmncontainer {
    /*background-color: #ffffff;*/
    background-image: url("/SiteElements/CSSImages/wmn-bg.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    display: block;
    overflow: hidden;

    width: 100%;
}



.wmnblock {
    background-image: url("/SiteElements/CSSImages/findmynearest-test.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    clear: both;
    display: block;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: static;
    width: auto;
}



.wmnstrip {

    float: right;
    margin-right: 80px;
    margin-top: 70px;
    padding: 5px;
    width: 900px;
}




.wmnstrip a {
    background-color: #34bbaa;
    border: 5px solid lightgrey;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 1.4em;
    margin-top: 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
}


.wmnstrip a:hover, .wmnstrip a:focus {
    background-color: #00957e;
}



/*------- end wmn --------*

/*------ accordian -----*/
.togglebox {
 /*width: 300px;
 height: 400px;
 background: #3c566f;*/
 margin: 0 auto;
 
}

.togglebox input[type="radio"] {
 position: absolute !important;
 opacity: 0;
}

.togglebox label {
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 10px;
    color: #5d4d85;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
   /*  height: 50px;
    line-height: 50px;
   margin-top: 20px; 
    padding: 0 20px;*/
  padding: 10px 20px;
    position: relative;
  width: 100%;
}

.togglebox label:hover, .togglebox label:focus {
 background: #eeeeee none repeat scroll 0 0;
}

.togglebox label:before {
 /*content: '\f078';
 content: '<';*/
  content: url("/SiteElements/CSSImages/acc-icon.png");
 top: 0px;
float: right;
 padding-left: 20px;
 /*font-family: fontawesome;*/

 
}

.togcontent {
    height: 0;
    margin-bottom: 20px;
    overflow: hidden;
    /* padding-bottom: 10px; */
    padding-left: 20px;
    padding-right: 20px;
}

.togcontent > div {
    display: block;
    margin-top: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.togcontent > div {
    background-color: #eeeeee;
    border-radius: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.togglebox input[type="radio"]:checked ~ label {
 background-color: #dddddd;
 color: #5d4d85;
}

.togglebox input[type="radio"]:checked ~ label:before {
 /*transform: rotate(270deg);
 -moz-transform: rotate(270deg);
 -o-transform: rotate(270deg);
 -ms-transform: rotate(270deg);
 -webkit-transform: rotate(270deg);*/
  content: url("/SiteElements/CSSImages/acc-icon-open.png");
}

.togglebox input[type="radio"]:checked ~ .togcontent {
 min-height: 150px;
 display: inline;
}

.togglebox p {
 margin: 15px 0;
 padding: 0 20px;
 font-size: 11px;
 line-height: 1.5;
 color: rgba(255, 255, 255, 0.8);
}



/*-------------- end accordian ---------*/

/*-------------- css star rating -----------*/
.starRating:not(old){
  display        : inline-block;
  width          : 7.5em;
  height         : 1.5em;
  overflow       : hidden;
  vertical-align : bottom;
}

.starRating:not(old) > input{
  margin-right : -100%;
  opacity      : 0;
}

.starRating:not(old) > label{
  display         : block;
  float           : right;
  position        : relative;
  background      : url('/SiteElements/CSSImages/star-off.svg');
  background-size : contain;
}

.starRating:not(old) > label:before{
  content         : '';
  display         : block;
  width           : 1.5em;
  height          : 1.5em;
  background      : url('/SiteElements/CSSImages/star-on.svg');
  background-size : contain;
  opacity         : 0;
  transition      : opacity 0.1s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before{
  opacity : 1;
}


/*--------------- end css star rating -----------*/

/*---------------- star rating radio and checkboxes -------------*/

.starratingradio input[type=checkbox]:not(old),
.starratingradio input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

.starratingradio input[type=checkbox]:not(old) + label,
.starratingradio input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}

.starratingradio input[type=checkbox]:not(old) + label > span,
.starratingradio input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(255,255,255);
 /* background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224)); */
  vertical-align   : bottom;
}

.starratingradio input[type=checkbox]:not(old):checked + label > span,
.starratingradio input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

.starratingradio input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : rgb(153,204,102);
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}

.starratingradio input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(153,204,102);
  background-image :    -moz-linear-gradient(rgb(153,204,51),rgb(115,146,51));
  background-image :     -ms-linear-gradient(rgb(153,204,51),rgb(115,146,51));
  background-image :      -o-linear-gradient(rgb(153,204,51),rgb(115,146,51));
  background-image : -webkit-linear-gradient(rgb(153,204,51),rgb(115,146,51));
  background-image :         linear-gradient(rgb(153,204,51),rgb(115,146,51));
}




.topplfblock a {
    border: 2px solid;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.1s ease 0s;
    white-space: normal;
    word-wrap: normal;
}


.topplfblock a:hover {
    color: #7faa29 !important;
}

.topplfblock .ulplf a {
    background-color: #fafafa;

    border-radius: 4px;

    color: #444444;
    margin-left: -1px;
    padding: 10px 15px;

}

.container .contentright .topplfblock a:hover {
    color: #7faa29 !important;
}


.topplfblock .ulplf {

    text-align: center;
}

.ulplf > a {
   
    display: inline-block;
    font-size: 1.4em;
    vertical-align: middle;
}

.stargroup {
    display: inline-block;

}
/*--------------- end css star radio and checkboxes -----------*/
/*---- star rating elements ---*/

.topplfblock {
    padding-top: 30px;
    clear: both;
    padding-bottom: 28px;
  /* background: rgba(216, 222, 228, 1) !important; */
  background: rgba(216, 222, 228, 0.7) !important;
  border-top: rgba(216, 222, 228, 1) solid 2px;
}

.plfblock {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 1200px;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 40px;
}

.sys_form-submit-plf {
    /*background: rgb(153, 204, 102) linear-gradient(rgb(153, 204, 51), rgb(115, 146, 51)) repeat scroll 0 0;*/
    /* background-color: #34bbaa;
    border: 2px solid #ffffff; */
    background-color: #444444;
    border: 0px solid #444444;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    
    font-size: 1.2em;
   margin-bottom: 10px;
    margin-right: auto;
    margin-top: 10px;
    padding: 10px 15px;
  
    width: 202px;
}

.sys_form-submit-plf:hover, .sys_form-submit-plf:focus {
    background-color: #00957e;
}

.plfcontainer input:not([type="radio"]), .plfcontainer textarea, .plfcontainer select {
    padding: 6px;
font-family: "OpenSans-Regular",Helvetica,Arial,sans-serif;
    font-size: 1em !important;
  width: 100%;
  /* background-color: #888888 !important;
    border-color: #777777 !important; */
  background-color: #ffffff !important;
    border-color: #aaaaaa !important;
    border-radius: 2px !important;
    border-style: solid !important;
    border-width: 1px !important;
   /* color: #ffffff !important; */
  color: #111111 !important; 
  margin-bottom: 5px;
}

.plfleft {
    display: block;
    float: left;
    width: 50%;
}

.innerplfleft {
    width: 100%;
}

.plfright {

    display: inline-block;
    float: left;

    width: 50%;
}

.innerplfright {
    padding-left: 20px;
    width: 100%;
}

.form-group {
    display: inline-block;
    width: 100%;
  line-height: 1.5em;
}

.plfcontainer textarea {
height: 160px;
overflow:auto;
}

.plfcontainer {
    padding: 0 20px;
    margin-top: -10px;
  background:rgba(216, 222, 228, 0.7) !important;
}


.starblock {
    display: inline-block;
    width: auto;
  margin-bottom: 10px;
}
.starRating > label {
    margin-top: -2px;
}

/*---- end star rating elements ---*/



/*--- lights - wmn ---*/
#lights {
   /* background: #0e74a2 none repeat scroll 0 0; */
   background: #0e74a2 url("/SiteElements/CSSImages/lights/wmn-bgimage.jpg") no-repeat scroll center top / 100% 100%;
    height: 250px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}


#header {
    width: 100%;
}



#header1 {
   /* background: url("/SiteElements/CSSImages/staffsearch/peoplebg2.png") bottom left no-repeat; */
  background: url(/SiteElements/CSSImages/titlebg.png) center top no-repeat, #E0995E linear-gradient(45deg, #7682AF, #76C2AF, #76b2AF);
    border-bottom: 8px solid white;
    position: relative;
    width: 100%;
    border-top: 4px solid white;
   /* background-size: 100% 200px; */
  /*background-size: 500% 450px; */
  background-size: 250% 450px;
    background-color: white;
}


.wmncontainer1 {
    display: block;
    overflow: hidden;
   padding-left: 20px;
   padding-right: 20px;
    width: 100%;
}

.topwmnblock::before, .topwmnblock::after, .topwmnblock::before, .topwmnblock::after {
    content: " ";
    display: table;
}

/* .topwmnblock {
    clear: both;
    display: block;
    font-size: 0.8em;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-bottom: 10px;
    width: 100%;
} */

.topwmnblock {
    clear: both;
    display: block;
    font-size: 0.8em;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    margin-top: -50px;
    padding-bottom: 0px;
    width: 100%;
    background: url("/SiteElements/CSSImages/staffsearch/coedpella.png") no-repeat scroll right bottom;
 
}

.wmnsearchblock::before, .wmnsearchblock::after, .wmnsearchblock::before, .wmnsearchblock::after {
    content: " ";
    display: table;
}


.wmnsearchblock {
    background: rgba(255, 255, 255, 0.0) none repeat scroll 0 0;
    clear: both;
    color: black;
    font-size: 1.8em;
    margin-top: 57px;
    padding: 10px;
  width: 100%
    max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
}


.wmnsearchblock label {
    width: 100%;
    display: block;
}

.wmnsearchblock p {
    background-color: #eeeeee;
    border-radius: 4px;
    color: #ffffff;
    margin-left: 0;
    margin-top: 8px;
  border: 1px solid #333333;
}


.wmnsearchblock input[type='text'] {
    background-color: #ffffff;
    border-color: #aaaaaa;
    border-image-width: 1;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #222222;
    font-size: 1em;
    height: 60px;
    padding: 6px 13px 6px 10px;
    float: left;
    width: 280px;
    margin-bottom: 3px;
    margin-right: 3px;
}



.wmnsearchblock input[type="button"], .wmnsearchblock button {
    background: #444444 url("/SiteElements/CSSImages/search2.png") no-repeat scroll 9px 13px / 32px 32px;
    border-image-width: 1 1 1 1;
    border-radius: 2px;
    border-style: none;
    border-width: 2px;
    color: transparent;
    cursor: pointer;
    float: right;
    font-size: 0.1em;
    height: 60px;
   
  
    position: relative;
  margin-top: 0px;
  width: 50px;
}

.wmndesc {
    color: #333333;
    font-size: 0.6em;
    line-height: 1.3em;
    margin-top: 3px;
}

/* backgrounds */
.lday { background-color: #111111; }
.lsunset { background-color: red; }
.lnight { background-color: blue; }


.form-group-wmn {
    border: 0 solid transparent;
    /*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
    display: inline-block;
    margin-top: 8px;
    padding: 0;
   /* width: 335px;*/
}


.lightsblock {
    position: relative;
    display: block;
  margin-top: -25px;
}

/*--- end lights ---*/

/* mobile menu button */
.mmenu {
    display: none;
}

/*--- altered for ccbc demo ---*/


.white {
    background-color: transparent !important;
}





ul.grid li a {
    background-position: 11px 16px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    color: #5d4d85;
    display: block;
    margin-bottom: 3px;
    min-height: 100px;
    text-decoration: none;
    background-color: #ffffff;
 background:  #897ea9 linear-gradient(to right bottom, #ffffff 60%, #76b2AF 190%) repeat scroll 0 0 !important
}







ul.grid li a:hover, ul.grid li a:focus, ul.grid li a:active {
    background-color: white;
    /* border: 0 none !important; */
    border-color: #cccccc;
    /*box-shadow: 2px 2px 8px 0 #dddddd;*/
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.05);
    color: black;
  border: 1px solid #cccccc !important;
}

/* ----- end alteration ---- */


/*--- start search result page ---*/
.contentright .sys_basic-search-row {
    margin-bottom: 30px;
}

.contentright .sys_searchbox {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
}

#SearchResultsExtended_SimpleSearchControl_SearchTextBox {
    background-color: #ffffff !important;
    border: 1px solid #999999 !important;
    margin-right: 7px;
}

.contentright .sys_searchmode {
    display: none;
}
.contentright .sys_search-label {
    display: none;
}

.contentright dt {
    display: none;
}

.contentright .sys_search-url {
    display: none;
}

.contentright dd {
    margin-left: 0;
}

.contentright dl {
    margin-top: -4px;
  margin-bottom: 30px;
}

/*.contentright h3 {
    margin-bottom: 5px;
    font-weight: bold;
} */

.contentright h3 {
 /*   background-color: #eeeeee; */
    border-radius: 4px;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 10px;
   /* border: 1px solid #dddddd; */
  background: linear-gradient(45deg, #011522, #00445c);
  color: #ffffff;
}

.sys_subitem > div {
  /*  background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #eeeeee; */
    font-style: normal;
    margin-bottom: 10px;
    
  /*  padding-left: 20px;
    padding-right: 20px; */
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0px;
  padding-top: 0px;
}
.sys_button.sys_searchbutton.sys_search-button {
    padding-bottom: 2px;
}

.container .contentright .sys_navigation {
    margin-top: 15px;
}


.container .contentright .sys_navigation a {
    background-color: #dddddd;
    border: 1px solid #555555;
    color: #555555 !important;
    display: inline-block;
    min-width: 40px;
    padding: 8px;
    text-align: center;
    text-decoration: none !important;
    width: auto;
}

.container .contentright .sys_navigation a:hover, .container .contentright .sys_navigation a:focus {
    background-color: #444444;
    color: #ffffff !important;
}

.container .contentright .sys_selected {
    border: 1px solid #555555;
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    width: 40px;
}

.sys_paginginfo {
    font-weight: bold;
    margin-top: 30px;
}

.container .contentright .sys_disabled {
display: none;
}


.container .contentright .sys_navigation .sys_paging a {
    background-color: #dddddd;
    border: 1px solid #555555 !important;
    color: #555555 !important;
    display: inline-block;
    min-width: 40px;
    padding: 8px;
    text-align: center;
    text-decoration: none !important;
    width: auto;
    margin-top: 4px;
}


.container .contentright .sys_navigation .sys_paging a:hover {
    background-color: #555555;
    border: 1px solid #555555 !important;
    color: #ffffff !important;
    }


.container .contentright .sys_navigation .sys_paging_selected a {
    background-color: #ffffff;
    border: 1px solid #555555 !important;
    color: #555555 !important;
    display: inline-block;
    min-width: 40px;
    padding: 8px;
    text-align: center;
    text-decoration: none !important;
    width: auto;
    margin-top: 4px;
}

/*--- end search results page ---*/

/*-- press releases --*/
.sys_groupheader > span {
    display: block;
    font-size: 1.2em;
    margin-bottom: 7px;
    margin-top: 20px;
}
/*-- end press releases --*/


/*-- what's new -- */
.sys_whats_new-type {display: none;}
.sys_whats_new-title {padding-bottom: 10px;}





/* top alert cookie */


  .topalertcookie {
   /* background: linear-gradient(45deg, #7682AF, #76C2AF, orange,#76b2AF); */
  background: linear-gradient(45deg, #af7676, #7691c2, #de9595,#76b2AF);
      font-size: 1.2em;
   /* font-weight: bold; */
    width: 100%;
    display: block;
}



.ccbccookiecontainerblock {
   /* background: rgba(255,255,255,0.5);*/
  background-color: rgba(74, 74, 74, 0.66);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    /*margin-bottom: -10px;*/
  position: relative;
  margin-bottom: 0px;
  text-align: center;
}

.ccbccookiecontainerblockinner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  /*background-color: rgba(255,255,255,0.4);*/
 /* background-color: rgba(171, 171, 171, 0.4);*/ 
  border-radius: 4px;
  width: 100%;
  padding: 15px;
  position: relative;
  text-align: left;
}

.cookieokbut {
    border: 2px white solid;
    background-color: #c70c49;
    padding: 10px;
    color: white;
    font-size: 1em;
    float: right;
}


.ccbccookietext {
    width: 70%;
    float: left;
  color: #ffffff;
}


.ccbccookiebutton {
    width: 200px;
    float: right;
}

.cookieokbut:hover {
    background-color: #e64177;
  cursor: pointer;
}
.ccbccookietext a {
    /*color: rgba(54, 63, 201, 1);*/
  color: #ffffff;
  font-weight: bold;
}
.ccbccookietext a:hover {
    color: #35a65a !important;
}

@@media (max-width: 736px) {
  .cookieokbut{
    float: none;
    margin-left: auto;
  margin-right: auto;
  }
  .ccbccookiecontainerblockinner {margin-bottom: 5px;}
  .ccbccookiecontainerblock {margin-bottom: 5px;}
  .ccbccookietext{width:100%;}
  .ccbccookiebutton{
  width: 100%;
  float: none;
  display: inline-block;
  }

}




/*-----------------------------------------tablet--------------------------------------*/
@media (max-width: 1024px) {
  
.topheadercontainer {margin-top: 0px /* !important*/ ;}
  
.containerblock {
   /* background-color: #159159;*/
    clear: both;
    width: 100%;
}


.titlecontainer {
   /* background-color: #ffffff;*/

	background-position: left top;
	background-repeat: no-repeat;
}

.contentright {
	/*background-color: #DDE6F4; */
	
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%; 
	display:inline-block;
}
  

.contentleft {
	padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    width: 100%; 
	min-width: 200px;    
	clear: none;
    margin-top: 0; 
	border-left-style: none;
 
}
  .sectionlinks {
  /*  background-color: #eeeeee; */
    padding: 10px;
    border: 1px solid #dddddd;
    display: inline-block;
  }
  
.contentrightnav {
	/*background-color: #DDE6F4; */
	
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%; 
	display:inline-block;
}  
	
.contentrightnav .sectionlinks a {
    width: 100%;
}	
	
  /* top tabs mobile styles */

.topsearchblock {
	display: none;
	}
.headercontainer {
    background-color: #ffffff;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    width: 100%;
}

.topheadertabcontainer {
    display: inline-block;
    width: 100%;
}
.headercontainer {
    background-color: #ffffff;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    width: 100%;
}


.headerblock {
    background-color: #ffffff;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-bottom: 10px;
    width: auto;
}


.topheaderlogo {
    display: inline;
float: none;
}



.headerblock img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    width: 70px;
}


.topheadertabcontainer {
    display: inline-block;
    width: 100%;
}



.topheaderinnertabcontainer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 1200px;
	float: none;
}


.headerblock .topheaderinnertabcontainer ul {
    clear: both;
    display: block;
    margin-bottom: 0;
    margin-left: -48px;
    margin-right: auto;
    margin-top: auto;
    padding-right: 0;
    position: relative;
    width: auto;
}



.topheaderinnertabcontainer ul li {
    border-left-color: transparent;
    border-left-style: none;
    border-left-width: 0px;
    display: inline-block;
    font-size: 1.2em;
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    vertical-align: middle;
   /* width: 25%; */
  width: 20%;
  text-align: center;
}



.topheaderinnertabcontainer ul li a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #444444;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
   /* padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px; */
  padding: 15px 10px;
    text-decoration-line: none;
    width: 100%;
	
	background-color: #fafafa;
	border:1px solid #cccccc;
}

.searchcontainer {
display: block !important;	
	}

/* end mobile top tab styles */	


	
.searchblock input[type=text] {

    width: 570px;

}	

.atozcontainer ul {
    margin-left: 0px;
}	

.contentleftpanel ul li a  {
display: inline;
  /*width: 100%;*/
}


.footerinfopanel {
	float: none;
	display: block;
	width: 100%;
	margin-left: 0px;
}

.footerinfopanel ul {
width: 100%;
list-style-position: outside; 
}

.footerinfopanel ul li {
width: 100%;

}



.footercontainer {
    /*background-color: #404040;*/
	background-color: #343434;
	display: block;
    
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.footerlinks ul li {
margin-left: 18px;	
	}
	
	
/* tab content width styles */
  .container {
    border-top-color: #fcfcfc;
   /*  border-top-color: #e4e4e4;*/
    border-top-style: solid;
    border-top-width: 1px;
    display: block;
    margin-bottom: -20px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    width: 100%;
    float: none;
}


.contentright {
    display: inline-block;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    width: 100%;
}

.contentleft {
    /*background-color: #dddddd;*/
    border-left-style: none;
    clear: none;
    display: inline-block;
    float: none;
    margin-top: 0;
    min-width: 200px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    width: 100%;
}


.contentrightnav {
    display: inline-block;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    width: 100%;
}

.contentrightnav .sectionlinks a {
    width: 100%;
}

.searchcontainer {
    display: block !important;
   /* position: absolute;*/
    top: 38px;
    width: 100%;
}



.headercontainer {

   /* margin-top: 105px;*/

}
  
/* end tab content width styles */  
  
  /* slider overlay tablet */
  .slider {
    margin-left: 10px;
    margin-right: 10px;
}
  
  
     table {
		overflow-x: auto;
		display: block;
      font-size: 0.9em;
	}
  
  /* columns for folder nav control */
.slcols a {
    width: 49% !important;
}
  
  
  
  .topheaderinnertabcontainer ul li a {
    background-color: rgba(0,0,0,0.5) !important;
}

.topheaderinnertabcontainer ul li a:hover {
    background-color: rgba(0,0,0,0.7) !important;
}
  
  
  
	
}


/*-------------------------------mobile---------------------------------*/
@media (max-width: 736px) {
  
  .topwmnblock {
    background: none;
}
  
  input[type=text], textarea, select {width:100%;-webkit-width:100%;}
  
/*--- search button for mobile - and hide skip button --*/
  .topheadbutton {
display: none;
}

.topheadbuttonsearchmobile {

    display:block;
}
  
  .languagebutton, .topheadbuttonsearchmobile {
width: 100px;
    text-align: center;
}

/* columns for folder nav control */
.slcols a {
    width: 100% !important;
}

  
/*---- FMN mobile ---*/
  .wmnsearchblock {
  /*  width: 255px;*/
}
.wmnsearchblock input[type="text"] {
    width: 100%;
}
  
  
  
  .wmnbttextspan {
    font-size: 12.2em;
    color: white;
    padding-top: -4px;
    display: block;
}


.wmnsearchblock input[type='button'], .wmnsearchblock button {
    width: 100%;
}
  
/*----- slider remove image for mobile ---*/
  .slideimage {
    display: none;
}

.landingtitle {
    
    margin-left: 0 !important;

}

.landingdesc {

    margin-left: 0 !important;

}

/*----- plf ----*/
  .plfleft {
    width: 100%;
}

.plfright {
    width: 100%;
}

.innerplfright {
    padding-left: 0px;
}
  
/*----- end plf -----*/
  
.containerblock {
   /* background-color: #195195; */
    clear: both;
    width: 100%;
}

.titlecontainer {
   /* background-color: #ffffff;*/
    display: block;
    width: 100%;
    overflow:hidden;
	padding-left: 20px;
	padding-right: 20px;
	background-image: none;
}


.topheaderinnertabcontainer {
	margin-top: 25px;
	}
	
.topheaderinnertabcontainer ul li {
	width: 100%;
	padding-bottom: 10px;
  
	}	


.topheaderinnertabcontainer ul li {
	font-size: 1.2em;
	}

.searchblock input[type=text] {

    width: 80%;

}

.searchblock input[type=button] {

 /*   border-bottom-color: #dddddd;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-width: 1 1 1 1;
    border-left-color: #dddddd;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #dddddd;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #dddddd;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 2px; */
    font-size: 1em;
    height: 50px;
    margin-left: 10px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;


    /* Hide the text. */
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
	width: 40px;
}
  
  
  
.searchcontainer {
    display: block !important;
    position: absolute;
    top: 38px;
    width: 100%;
}



.headercontainer {

    margin-top: 105px;

}  

.inneractioncontainer a {
	margin-top: 10px;
    /*float: none;*/
	display: inline-block;
    width: 100%;
}	

.actiontext {

    width: 100%;

}

.gridactionbutton {
	margin-top: 10px;
    float: none;
	display: inline-block;
    width: 100%;
}

.footerinfopanel ul li a {
display: inline;
text-decoration:none;
text-decoration-line: none;
/*width: 100%;*/
}
  
  
/*grid more */
  ul.grid-more li {
    width: 100%;
  }



/* search test */
.searchcontainer {
    display: block !important;
    top: 38px;
    width: 100%;
}



.searchcontainer {
    background-color: #5d73c0;
    display: block !important;
    padding: 5px 20px;
    position: absolute;
    /*top: -110px;*/
  top: -112px;
    width: 100%;
}





.searchblock input[type="text"] {
    background-color: #6e81c6;
   /* border: 1px solid white; */
  border: 1px solid #999999;
    margin-left: 0;
    margin-right: -90px;
    padding-left: 10px;
    padding-right: 70px;
    position: relative;
    width: 100%;
    z-index: 0;
}




.searchblock input[type="button"] {
    
    font-size: 1em;
    height: 50px;
    
    overflow: hidden;
    padding: 6px;
    position: relative;
    text-indent: 200%;
    white-space: nowrap;
    width: 40px;
    z-index: 1;
}
  
  .searchblock input[type="submit"] {
    
    font-size: 1em;
    height: 50px;
    
    overflow: hidden;
    padding: 6px;
    position: relative;
    text-indent: 200%;
    white-space: nowrap;
    width: 40px;
    z-index: 1;
}
  
  .searchblock input[type="select"] {
    
    font-size: 1em;
    height: 50px;
    
    overflow: hidden;
    padding: 6px;
    position: relative;
    text-indent: 200%;
    white-space: nowrap;
    width: 40px;
    z-index: 1;
}

.topheadercontainer {
    background-color: #888888;
    display: block;
    margin-top: 0px;
    overflow: hidden;
  /*  padding: 5px 20px; */
    width: auto;
   margin-top: 110px; /*!important;*/
     padding: 5px 2px;
  padding-left: 3px;
}

.headercontainer {
    margin-top: 0px;
}
  
  .headercontainer { background: rgba(0, 0, 0, 0) url("/SiteElements/CSSImages/titlebgdark.png") no-repeat scroll left top / 140% auto; }
  
  .headerblock {
    background-color: transparent;
}
  
  /* mobile menu button --*/
  
  .mmenu {
    
    list-style-type: none;
    margin-bottom: 0;
    
    margin-right: 40px;
    
    text-align: center;
    display: block;
}

.headerblock > ul {
    list-style-type: none;
    
}

li .mmenubut {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #444444;
    padding: 10px 30px;
    text-decoration: none;
}
  
  #topheadertabcontainer {
    display: none;
}
  .topheaderinnertabcontainer ul li a {background-color: #ffffff;}
  
  
  /* slider image mobile */
  .containerslider {
    background-size: auto auto !important;
}
  /* slider overlay mobile */
  .slider {
    margin-left: 10px;
    margin-right: 10px;
  }  
    /* table */
    table {
		overflow-x: auto;
		display: block;
      font-size: 0.9em;
      border-width: 0px;
      -webkit-overflow-scrolling: touch;
	}




/*--- start search result page ---*/


.contentright .sys_searchbox {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
}

.contentright .sys_searchmode {
    display: none;
}
.contentright .sys_search-label {
    display: none;
}

.contentright dt {
    display: none;
}

.contentright .sys_search-url {
    display: none;
}

.contentright dd {
    margin-left: 0;
}

.contentright dl {
    margin-top: 6px;
}

.contentright h3 {
  margin-bottom: 0;
}

.sys_subitem > div {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #eeeeee;
    font-style: normal;
    margin-bottom: 10px;
    
    padding-left: 20px;
    padding-right: 20px;
}
.sys_button.sys_searchbutton.sys_search-button {
    padding-bottom: 2px;
}

.container .contentright .sys_navigation {
    margin-top: 15px;
}


.container .contentright .sys_navigation a {
    background-color: #dddddd;
    border: 1px solid #555555;
    color: #555555 !important;
    display: inline-block;
    min-width: 40px;
    padding: 8px;
    text-align: center;
    text-decoration: none !important;
    width: auto;
}

.container .contentright .sys_navigation a:hover, .container .contentright .sys_navigation a:focus {
    background-color: #444444;
    color: #ffffff !important;
}

.container .contentright .sys_selected {
    border: 1px solid #555555;
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    width: 40px;
}

.sys_paginginfo {
    font-weight: bold;
    margin-top: 30px;
}

.container .contentright .sys_disabled {
display: none;
}

/* paging */

.sys_paginginfo {
    text-align: center;
}

.sys_navigation {
    text-align: center;
  font-size: 0.9em;
}

.sys_navigationprevious::after {
    content: "<";
    margin-right: -10px;
    position: relative;
    right: 20px;
}

.sys_navigationprevious {
    text-indent: -9999px;
}
.sys_navigationnext::after {
    content: ">";
    position: relative;
    right: 20px;
}


.sys_navigationnext {
    text-indent: -9999px;
}

.container .contentright .sys_navigation a {
 min-width: 30px;
    padding: 0;
}

.container .contentright .sys_selected {
    padding-bottom: 0;
    padding-top: 0;
    width: 30px;
}

/*--- end search results page ---*/



  
  }

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1281px) {
  /*body { font-size: 83%;}*/
/* Styles */
}


/* Desktops and tablet menu display ----------- */
@media (min-width: 737px) {
  .topheadertabcontainer{
    display:block !important;
  }
}




/* table test */




/* test columns for ol */
/*.ol-container {

  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 1;
  -webkit-column-width: 300px;
     -moz-column-width: 300px;
          column-width: 100%;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 0px;
      background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 10px;
    box-shadow: 2px 2px 2px #eeeeee;

}
*/

/*.ol-container ol {
  margin-top: 0;
      margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}

.ol-container ol li {
 counter-increment: step-counter;
}

.ol-container ol li::before {
content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: rgb(200,200,200);
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
}
*/

/*
.ol-container ol {list-style: none; counter-reset: dr-ol-counter;margin-top: 0}
.ol-container ol li:nth-of-type(1){font-weight: normal;}
.ol-container ol li{position:relative; list-style:none;
      margin-left: 0px; 
      padding-left: 0px; counter-increment: dr-ol-counter;padding-bottom: 5px;}
.ol-container ol li:before {position:absolute; left: -2.1em; padding-top: 1px;  content: "" counter(dr-ol-counter) ""; background-color: #5d4d85; text-align: center; color: white;border-radius: 3px;width:26px;height:26px;}
*/




.ol-container, .usr_whitebox {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #eeeeee;
    padding: 20px;
    margin-bottom: 25px;
    color: #60555a;
    font-weight: bold;
}


.contentright ol {
    counter-reset: dr-ol-counter;
    list-style: outside none none;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 15px;
}



/*options: decimal, decimal-leading-zero, lower-roman, upper-roman, lower-greek, lower-latin, upper-latin, armenian, georgian, lower-alpha, upper-alpha */

.contentright ol li::before {
    background-color: #5d4d85;
    border-radius: 3px;
    color: #ffffff;
    content: "" counter(dr-ol-counter, decimal) "";
    height: 26px;
    left: -2.1em;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    width: 26px;
}


.contentright ol li:nth-of-type(1) {
    font-weight: normal;
}




.contentright ol li {

    counter-increment: dr-ol-counter;
    list-style: outside none none;
    margin-left: 0;
    padding-bottom: 25px;
    padding-left: 0;
    position: relative;
}


/* full.css (4728, 19) */
.contentright ol {
    counter-reset: dr-ol-counter;
    list-style: outside none none;
    list-style-position: inside;
    margin-top: 0px;
    background: white;
    border: 1px solid #cccccc;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
}

/* full.css (4740, 30) */
.contentright ol li::before {
    background-color: #539D94;
    border-radius: 3px;
    color: #ffffff;
    content: "" counter(dr-ol-counter, decimal) "";
    height: 26px;
    left: -2.1em;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    width: 26px;
    margin-left: 10px;
}

/* full.css (4761, 22) */
.contentright ol li {
    counter-increment: dr-ol-counter;
    list-style: outside none none;
    margin-left: 0px;
    padding-bottom: 25px;
    padding-left: 9px;
    position: relative;
}



.contentright .usr_whitebox li {

    margin-left: 40px; }

.usr_whiteboximg {
   /* -moz-column-gap: 20px;
    -moz-columns: 2 300px; */
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #eeeeee;
    padding: 10px !important;
    margin-bottom: 25px;
  width: 100%;
  display: inline-block;
}

.usr_whiteboximg img {
   /* width: 36%; */
  width: auto;
    height: auto;
    max-width: 300px;
    margin-right: 30px;
    float: left;
    display: block;
  padding: 10px;
}



.usr_whiteboximg a {
    word-wrap: break-word !important;
    width: 65%;
    border-bottom: 0px !important;
}



	/* big table */

    .usr_big-table {
		overflow-x: auto;
		display: block;
      font-size: 0.9em;
	}

.usr_big-table tr:nth-of-type(2n+1) {
    background: #eeeeee none repeat scroll 0 0;
}


	.usr_big-table,
	.usr_big-table thead,
	.usr_big-table tbody,
	.usr_big-table th,
	.usr_big-table td,
	.usr_big-table tr { display: block; overflow: hidden; }
	.usr_big-table thead tr { position: absolute; top: -9999px; left: -9999px; }
	.usr_big-table tr { border: 1px solid #ccc; margin-bottom: 10px; border-bottom: none;font-size: 0.9em;background-color: #ffffff; }
	/*table td { border: none; border-bottom: 1px solid #cccccc; position: relative; padding-left: 50%; } */
  .usr_big-table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #cccccc;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
  /*  display: inline-block;
    left: 6px;
    padding-left: 50%; */
    position: relative;
    width: 100%;
}
  
	/*table td:before {	position: absolute;	top: 6px; left: 6px; width: 40%; padding-right: 10px; text-align: left; word-wrap: break-word; } */
  .usr_big-table td::before {
    display: inline-block;
    font-weight: bold;
    padding-right: 10px;
    position: relative;
    text-align: left;
    width: 100%;
    word-wrap: break-word;
}
	.usr_big-table tr:first-child { position: absolute; top: -9999px; left: -9999px; }
	.usr_big-table td:before { content: attr(data-content); /* height: 50px;*/ }
    .usr_big-table td { padding-top: 5px; padding-bottom: 5px; }
	







/* tab-mob landscape scale */

/* iPhone */
 @media only screen and (width:320px) and (device-width:320px) and (device-height:480px) and (orientation: landscape) {
	body {
		-webkit-transform: scale(0.667);
		-webkit-transform-origin: top right;
		position: absolute;
		right: 0;
		top: 0;
		width: 480px;
	}
   .searchcontainer {
        top: 0;
        z-index: -100;
    
}
}

/* iPad */
@media only screen and (width:768px) and (device-width:768px) and (device-height:1024px) and (orientation: landscape) {
	body {
		-webkit-transform: scale(0.75);
		-webkit-transform-origin: top right;
		position: absolute;
		right: 0;
		top: 0;
		width: 1024px;
	}
}

/* Laptop scale */
@media only screen and (width:1366px) and (device-width:1366px) {
body {
    transform: scale(0.8);
    transform-origin: 0 0;
    width: 125%;
    height: 100%;
    background-color: #444444;
}
}

