@import "normalize.css";

h1,h2,h3,h4,h5,h6 {
font-weight: normal;
}


h1 {
font-size: 26px;
font-family:'Cambria W01 Regular';
margin-top: 0;
/* font-family:'Cambria W01 Bold'; */
}

p {
margin: 0 0 1em 0;
}

a {
/* text-decoration: none; */
text-decoration: underline;
color: #0090AE;
}

p a { 
}

/* //-----------------------------  */


html {

}

body {
font-family: "HelveticaNeueW01-55Roma", helvetica, verdana, arial;
font-size: 14px;
color: #082c51;
line-height: 1.5em;
}


#advert { 
/* height: 90px; */
text-align: center;
width: 970px;
margin: auto;
position: relative;
top: 10px;
z-index: 30; /* needs to be higher than the header which needs to be higher than the highest z-index value found within the home page slideshow */
}

#wrapheader {
min-width: 960px;
background: url(../png/pagetop.png) repeat-x bottom left transparent; 
position:relative;
z-index: 20; /* must be greater than the greatest z-index used in the home page slideshow children to keep drop down menus above it.*/
}

#header {
width: 960px;
height: 158px;
margin: auto;
position: relative;
}

#logo {
position: absolute;
bottom: 51px;
left: 8px;
background: url(../png/logo-2.png) left top no-repeat;
overflow: hidden;
width: 354px;
height: 63px;
transition: 1s;
}

#logo:hover {
/* box-shadow: 0 0 5px #0090AE; */
}

#logo h1 {
margin: 0;
height: 100%;
}

#logo h1 a {
display: block;
height: 100%;
text-indent: -9999px;
}


.map {
width: 453px;
background: url(../png/map.png) left top no-repeat;
position: absolute;
top: 0;
bottom: 0px;
right: 0;
}


.bfsblogo {
position: absolute;
right: 0;
bottom: 52px;
width: 167px;
height: 43px;
background: url(../png/bfsb.png) left top no-repeat;
color: transparent;
}



/* -----------------------------  */


#topnav {
height: 30px;
position: absolute;
/* top: 110px; */
bottom: 5px;
z-index: 10; /* to keep sub menus above any positioned elements further down in the markup */
width: 100%;
text-align: center;

}


.menu, .menu ul {
margin: 0;
padding:0;
list-style-type: none;
}


.menu > li > a .arrow {
display:none;
}

.menu .arrow {
font-size: 10px;
padding-left: 2px;
vertical-align: 2px;
color: #0090AE;
}



.menu >  li {
font-size: 13px;
height: 100%;
line-height: 31px;
position: relative;
display: inline-block;
}

.menu a
{
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
}



.menu > li > a {
padding: 0px 5px 0px 5px;
}

.menu > li > a:hover,
.menu > li:hover {
background: #00819c;
}




.menu li ul {
text-align: left;
background: #ececec;
box-shadow: 3px 3px 3px #aaa;
box-shadow: 3px 3px 3px hsla(0, 0%, 0%, 0.25);
}



.menu li > ul {
display:none;
position: absolute;

min-width: 150px;
max-width: 220px;
}




.menu li:hover > ul {
display:block;
z-index: 20;
}



.menu li ul li {
float: none;
line-height: 1em;
}



.menu li ul li a {
color: #082c51;
text-transform: none;
display:block;
padding: 10px 22px 10px 12px;
}


/* 
When on a 2nd or 3rd level item
keep the items you went through
to get there highlighted with the
light hover color and dark link text.
*/
.menu li ul li a:hover,
.menu > li li:hover,
.menu > li li:hover > a
{
background: gold;
color: navy;
}



.menu ul .arrow{
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
position: absolute;
top: 30%;
right: 5px;
}


/* third level */
.menu li ul li{
position: relative;
}


.menu li ul li ul {
position: absolute;
top:0;
left: 100%;
min-width: 220px;
}


@supports (-moz-columns:2) or (-webkit-columns:2) or (columns:2)
{
	.n8.menu-providers > ul {
		 -moz-columns: 2 auto;
		 -webkit-columns: 2 auto;
		 columns: 2 auto;
		 max-width: none;
		 right: -50px;
		 width: 583px;
	}
}

/* -----------------------------  */



.main {
width: 960px;
margin: auto;
background: url(../jpg/bg-main.jpg) no-repeat right top #F4F4F4;
margin-top: -5px;
overflow: hidden;
}


#sessMessageList {
list-style-type: none;
padding: 0;
width: 70%;
}

#sessMessageList li {
background: #DCDFE0;
color: #666;
margin-bottom: 0.5em;
padding: 0.5em 0 0.5em 1em;
}


#content {
width: 700px;
padding-top: 20px;
margin-right: 50px;  /* 70px; */
float: right;
}

/* for pages without sidebars */
#content.full {
width: auto;
float: none;
margin: 0 50px;
}




#sidebar {
background: #E5E9EA;
border-radius: 5px;
width: 160px;
margin: 14px 0 14px 10px;
}



#section-title {
display:block;
font-family: helvetica;
font-size: 10px;
background: #4a5e69;
color: #fff;
text-align:center;
text-transform: uppercase;
position: relative;
padding: 6px;
text-decoration: none;
margin-bottom: 30px;
border-radius: 3px;
}


#section-title:after { 
top: 100%; 
border: solid transparent; 
content: " "; 
height: 0; 
width: 0; position: absolute; 
pointer-events: none; 
}

#section-title:after { 
border-color: #4A5E69 rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
border-width: 14px;
left: 20%;
margin-left: -20px;
transform: scaleX(0.5);
transform-origin: 0 0 0;
}


#subnav a {
text-decoration: none;
color: #082c51;
display: block;
padding-top:    0.6em;
padding-bottom: 0.6em;
line-height: 1.1em;
transition: 0.1s linear;
}

#subnav a:hover, #subnav .active {
background: #fff;
}



#subnav, #subnav ul {
list-style-type: none;
margin:0;
padding:0 0 0 0px;
}

#subnav {
margin-bottom: 2em;
}


#subnav li a {
padding-left: 10px;
}

#subnav li ul a {
	padding-left: 20px;
	font-size: 0.9em;
}

#subnav ul ul a {
	padding-left: 28px;
	font-size: 0.8em;
	line-height: 0.4em;
}




#footer {
width: 960px;
margin: auto;
}


#footer .connect {
background: #F4F4F4;
padding-bottom: 10px;
overflow: hidden;
}

#footer .connect form {
background: #082c51;
border-radius: 5px;
height: 34px;
padding: 6px;
margin: 10px;
}

.informed {
float: left;
height: 32px;
line-height: 32px;
width: 500px;
}

.informed .label {
float: left;
padding-right: 10px;
color: #fff;
font-size: 22px;
text-transform: uppercase;
}

.informed input,
.informed input[type="text"] {
float: left;
padding: 0;
border: 0;
border-radius: 3px;
width: 156px;
height: 24px;
padding: 0 0 0 7px;
position: relative;
top: 4px;
}

.informed button {
background: #055275;
text-shadow: none;
border: none;
width: 30px;
height: 30px;
padding:0;
border-radius: 50%;
position: relative;
left: 10px;
text-indent: -100px;
overflow: hidden;
background: url(../png/arrowcircle.png);
}

.informed button:hover {
background: inherit;
background: url(../png/arrowcircle.png);
}


.social {
float: right;
height: 32px;
width: 108px;
background: url("../png/sprite-social.png") -38px 0px;
list-style-type: none;
margin:0 3px 0 0;
padding:0;
}

.social li {
  float: left;
  height: 100%;
  overflow: hidden;
  width: 32px;
}

.social li:first-child {
  margin: 0;
}


.social li a {
display: block;
height: 100%;
text-indent: -9999px;
}

#footer .wrap {
  background: #4a5e69;
  left: 0;
  position: absolute;
  min-width: 100%;
  height: 100px;
}

#footer a {
color: #fff;
text-decoration: none;
}



#bottom {
	width: 960px;
	min-width: 960px;
	height: 80px;
	margin: 20px auto auto;
	position: relative;
}



#bottom .copy {
width: 960px;
margin: auto;
color: #fff;
font-size: 10px;
line-height: 14px;
background-image: url(../png/logo-footer.png);
background-repeat: no-repeat;
height: 54px;
}

#bottom .links {
position: absolute;
top: 4px;
right: 10px;
width: 120px;
opacity: 0.5;
}

#bottom .links a {
display: block;
text-align: right;
}

#bottom .login {
font-size: 0.8em;
}

#bottom .contact {
font-size: 1.1em;
}


#footer .copy p {
margin-left: 210px;
position: relative;
top: 9px;
}








.callout {
background: #E5E9EA;
padding: 4px 8px;
border-radius: 4px;
font-size: 1.15em;
}

.callout a {
text-decoration: none;
}



.guide-download {
text-align: center;
width: 280px;
border: 10px solid white;
margin: auto;
}

.guide-download a {
text-decoration: none;
}
.guide-download img {
display:block;
width: 100%;
margin: auto;
}

.guide-download span {
color: #fff;
background: #0090AE;
padding: 4px;
display: block;
}




/* widget used on guide-icon.php so far */
.callout-download {
background: #E5E9EA;
border-radius: 4px;
overflow: hidden;
}

.callout-download-floated {
float: left;
margin: 0 1em 0em 0;
}

.callout-download__title {
background: #4A5E69;
color: #fff;
padding: 0.5em;
margin: 0;
}

.callout-download__list {
list-style-type: none;
margin: 0;
padding: 0;
}

.callout-download__list a {
text-decoration: none;
display: block;
padding: 0.5em 0 0.5em 1.5em;
}

.callout-download__list a:hover {
background: #fff;
}
/* --- */





/* colored bricks at bottom of areas that have guides */
.bricks {
color: #fff;
margin:2em 0 1em 0;
padding: 0;
list-style-type: none;
position: relative;
width: 100%;
height: 150px;
}

.brick {
border-radius: 4px;
position: absolute;
height: 70px;
width: 220px;
}


.east {
background: #B0D321;
background: linear-gradient(#B0D321 68%, #93A535 95%);
right: 0;
}

.west {
	background:#D4344C;
  background: linear-gradient(#E43E4C 10%, #D4344C 45%, #C12E4B 75%, #8D1F42) repeat scroll 0 0 transparent;
  left: 0;
}

.north {
top:0;
}

.south {
bottom:0;
}

.north.west {}
.south.west {}
.north.east {}
.south.east {}


.bricks a {
  color: #FFFFFF;
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 1.2em;
  text-decoration: none;
}


.bricks a span {
display: block;
font-size: 21px;
line-height: 1em;
font-family: 'Cambria W01 Regular';
padding-top: 12px;
}

.brick-main {
background: #d14312;
  background: linear-gradient(#E85319 10%, #DA4815 60%, #C73E10 80%, #B23308) repeat scroll 0 0 transparent;
  height: 100%;
  left: 240px;
  top: 0;
}

.brick-main img {
width: 90px;
height: 120px;
position: absolute;
left: 13px;
top: 12px;
}

.brick-main a span {
  font-size: 1.5em;
  line-height: 1.1em;
  position: absolute;
  right: 6px;
  top: 22px;
  width: 50%;
  text-transform: none;
}


/* 404 message block */
.http404 {
background: #E5E9EA;
border-radius: 5px;
margin-bottom: 16em;
}
.http404 h1 {
background: #4A5E69;
color: #fff;
padding: 15px;
border-radius: 5px;
margin:0;
}

.http404 p {
margin:0;
padding: 15px;
}




/* //-----------------------------  */

.todo {
background: #fff;
border: 1px dashed #4A5E69;
border-radius: 4px;
padding: 2px 4px;
color: #666;
}