/*
-------------------------------------------------
URI: http://www./
Created by Forte Trinity - edited by D Hardy 28/11/2017
-------------------------------------------------

CONTENTS

1: SITE MASTER SETUP (including reset from Tripoli)

2: TYPOGRAPHY/DESIGN 

3: LAYOUT
	3.1 main form
	3.2 container
	3.3 header
	3.4 content
	3.5 primary content
	3.6 secondary content
	3.7 tertiary content
	3.8 footer
	
4: GLOBAL ELEMENTS / CONTROLS
	4.1 accessibility
	
5: TEMPLATE / PAGE SPECIFIC
	
6: USEFUL CLASSES

/* -----------------------------------------------
1. SITE MASTER SETUP
----------------------------------------------- */

/* Imported mostly from Tripoli reset.css - http://www.monc.se/tripoli/css/reset.css */
* { margin:0; padding:0; text-decoration:none; outline:none } code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font:inherit } a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border:none } table { border-collapse:collapse; border-spacing:0 } caption, th, td, center { text-align:left; vertical-align:top } q { quotes:"" "" } font { color:inherit !important; font:inherit !important; color:inherit !important } marquee { overflow:inherit !important; -moz-binding:none } blink { text-decoration:none } nobr { white-space:normal }
/* end of import */
header, section, footer, aside, nav, article, figure { display:block; }
body { height:100%; overflow-x: hidden }
ul { list-style:disc outside }
ol { list-style:decimal outside }

/* -----------------------------------------------
2. TYPOGRAPHY / DESIGN
----------------------------------------------- */

html { font-size:62.5%; font-family:"myriad-pro", arial, verdana, "microsoft sans serif", helvetica, sans-serif; line-height:1.4em; color:#000 }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size:1.1em; font-family:monaco, "Lucida Console", courier, mono-space }
h1 { font-size:1.6em; color:#000; margin:0 0 12px 0; line-height: normal }
h2 { font-size:2.2em; font-family: color:#2a2a2a; margin:0 0 12px 0; line-height: normal }
h3 { font-size:1.4em; color:#000; margin:0 0 12px 0;line-height: normal }
h4 { font-size:1.3em; color:#000; margin:0 0 12px 0 }
h5 { font-size:1.2em; color:#000; margin:0 0 12px 0 }
h6 { font-size:1.6em; color:#000; margin:0 0 12px 0; line-height: normal }
p {  font-size:1.3em; color:#000; margin:0 0 12px 0; line-height: 150% }
a { color: #2AA5E4 }
a:hover {  }
a:visited {  }
a:active {  }
ul { margin:0 0 12px 0; list-style: none}
ol { margin:0 0 12px 0; }
dl { margin:0 0 12px 0;  }
hr { display:block; background:#aaa; color:#aaa; width:100%; height:1px; border:none }
address { font-size:1.1em; color:#000 }
blockqoute {  }
table { border-top:1px solid #ccc;  border-left:1px solid #ccc }
th, td { border-bottom:1px solid #ddd; border-right:1px solid #ccc }
fieldset { border:1px solid #ccc; }
legend { background:#fff; }
label { font-size:1.1em }
textarea, input[type='text'], select { border:1px solid #000; background:#fff; font-size:11px; color:#000 }

a.link {width: 100%; height: 100%; position: absolute; top: 0; left: 0; text-indent: -9999px}
::-moz-selection {background: rgba(233,20,145,0.9); color: #fff;}
::selection {background: rgba(233,20,145,0.9); color: #fff;}

.wf-loading h1,.wf-loading h2,.wf-loading h3,.wf-loading p,.wf-loading li,.wf-loading a,.wf-loading dl,.wf-loading ul,.wf-loading article { opacity:0; }
.ie.wf-loading h1,.ie.wf-loading h2,.ie.wf-loading h3,.ie.wf-loading p,.ie.wf-loading li,.ie.wf-loading a,.ie.wf-loading dl,.ie.wf-loading ul, ,.ie.wf-loading article { visibility:hidden; }
h1,h2,h3,p,li,a, dl, ul, article { opacity:1; visibility:visible; -webkit-transition:opacity .4s ease-in-out; -moz-transition:opacity .4s ease-in-out; transition:opacity .4s ease-in-out; }

/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - container */
div#container { width:100%; position:relative; text-align:left }
div.wrapper {width: 980px; margin: 0 auto; position: relative}
div.split .col {width: 480px; float: left; margin: 0 20px 0 0}
div.split .col:nth-of-type(2n) {margin: 0}
#primary-content div.split .col {width: 322px}

/* 3.3 - header */
header#top { width: 100%; top:0; background: url(../images/bg/pink-dash.gif) bottom repeat-x #fff; z-index: 10000; position: fixed; box-shadow:-2px 2px 3px #333; -webkit-box-shadow: -2px 2px 3px #333; -moz-box-shadow: -2px 2px 3px #333; behavior: url(_includes/css/PIE.htc) }
header#top a#branding {width: 190px; height: 115px; display: block; position: absolute; background: url(../images/global/logo.png) no-repeat; text-indent: -9999px}

/* 3.4 - content */
div#content { background:url(../images/bg/content-bg.gif) #daf5fe repeat-x; padding: 85px 0 0 }


/* 3.5 - primary content */
section#primary-content { background:#fff; margin:0 12px }

/* 3.6 - secondary content */
section#secondary-content {  }

/* 3.7 - tertiary content */
section#tertiary-content { }

/* 3.8 - footer */
footer {background: #005772 url(../images/accred/all_logos.png) no-repeat center ; padding: 50px 0 0 0}
footer a {color: #fff; transition:all 0.2s linear; -moz-transition:all 0.2s linear; -webkit-transition:all 0.2s linear; behavior: url(_includes/css/PIE.htc)}
footer a:hover {color: #E91491}
footer ul {margin: 0 0 25px; float: left}
footer ul li {float: left; }
footer ul li:last-of-type a {border: none}
footer ul li a {font-size: 1.1em; padding: 0 5px 0 0; margin: 0 5px 0 0; border-right: solid 1px #fff}
footer #footer-base {border-top:dotted 1px #fff; clear: left; padding: 50px 0 0 0}
footer #footer-base p {color: #fff}

/* -----------------------------------------------
4. GLOBAL ELEMENTS / CONTROLS
----------------------------------------------- */

/* 4.1 - accessibility */
ul#skiplinks { display:none }
ul#skiplinks a, ul#skiplinks a:hover, ul#skiplinks a:visited { position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden } 
ul#skiplinks a:active, ul#skiplinks a:focus { position:static; width:auto; height:auto }

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */
nav#primary-navigation {}
nav#primary-navigation ul {float: right; margin: 0 0 3px; position: relative}
nav#primary-navigation ul li {float: left; font-size: 1.3em; font-weight: 500; position: relative; font-family:"Tahoma", arial, verdana sans-serif }
nav#primary-navigation ul li.back { background:#E91491; width: 60px; height: 83px; z-index:0; position:absolute }
nav#primary-navigation ul li a {position: relative; text-align: center; padding: 60px 12px 9px 12px; color: #2a2a2a; outline:none; z-index:10; display:block; overflow: hidden; transition:all 0.2s linear; -moz-transition:all 0.2s linear; -webkit-transition:all 0.2s linear; behavior: url(_includes/css/PIE.htc)}
nav#primary-navigation ul li a:hover, nav#primary-navigation ul li.current a {color: #fff}
nav#primary-navigation ul li.current a {background: #2AA5E4}

nav.sidenav {}
nav.sidenav ul {margin: 0}
nav.sidenav ul li {font-size: 1.2em; line-height: 250%}
nav.sidenav ul li a {display: block; color: #666; padding: 0 8px; transition:all 0.1s linear; -moz-transition:all 0.1s linear; -webkit-transition:all 0.1s linear; behavior: url(_includes/css/PIE.htc)}
nav.sidenav ul li a:hover {background: #E91491; color: #fff; padding: 0 0 0 20px}
nav.sidenav ul li a.current {background: #2AA5E4; color: #fff}

section#banner {width: 1200px; height:545px; display: block; margin: 0 auto; position: relative; z-index: 0; overflow: hidden}
section#banner aside {position: absolute; top:75px; z-index: 1000}
body#home section#banner aside {top:40px}
section#banner aside h1 {font-size: 4.6em; color: #fff; padding: 0 15px; background: #e91491; background: rgba(233,20,145,0.7); -pie-background: rgba(233,20,145,0.7); padding: 3px 10px; display: inline-block; margin: 0 0 3px; font-family: "Tahoma", arial, verdana sans-serif; font-weight: 300; behavior: url(_includes/css/PIE.htc) }
body#home section#banner aside h1 {font-size: 3.2em}
section#banner aside h2 {font-size: 3.0em; color: #fff; background: #e91491; display: inline-block; font-family: "Tahoma", arial, verdana sans-serif; font-weight: 400; padding: 0 15px; margin: 0 0 3px; }
section#banner aside h6 {font-size: 2.5em; color: #fff; background: #e91491;  background: rgba(233,20,145,0.7); -pie-background: rgba(233,20,145,0.7); padding: 3px 10px; display: inline-block; margin: 0 0 3px; font-family: "Tahoma", arial, verdana sans-serif; font-weight: 300; behavior: url(_includes/css/PIE.htc)  }
section#banner aside div {width: 400px; padding: 10px 10px 5px 10px; background: #09b5ea; background: rgba(9,181,234,0.8); -pie-background:rgba(9,181,234,0.8); behavior: url(_includes/css/PIE.htc)  }
section#banner aside div p {font-size: 1.4em; color: #fff; font-weight: 100}
section#banner aside div span.auth {width: 130px; height: 53px; display: block; background: url(../images/global/sig.png) no-repeat; text-indent: -9999px}
#viewer {width:1200px; height:545px; overflow: hidden; position: relative; z-index: -1}
section#banner #map {width: 1200px; height:545px; display: block}

section#primary-content {width: 950px; padding: 15px; position: relative; z-index: 4; margin: -60px auto 30px auto; box-shadow:0 2px 5px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); behavior: url(_includes/css/PIE.htc)}
body.sub section#primary-content {margin-top: -340px}
body#home section#primary-content {width: 980px; padding: 0}
section.home-cta ul {margin: 0}
section.home-cta ul li {width:195px; float: left; border-right:solid 1px #dedede }
section.home-cta ul li, section.home-cta ul li p, section.home-cta ul li h2 {transition:all 0.2s linear; -moz-transition:all 0.2s linear; -webkit-transition:all 0.2s linear; behavior: url(_includes/css/PIE.htc)}
section.home-cta ul li a {display: block; padding: 10px; background: #fff; position: relative; z-index: 1; min-height: 230px; transition:all 0.2s linear; -moz-transition:all 0.2s linear; -webkit-transition:all 0.2s linear; behavior: url(_includes/css/PIE.htc)}
section.home-cta ul li a:hover {background: #E91491}
section.home-cta ul li a:hover p, section.home-cta ul li a:hover h2 {color: #fff}
section.home-cta ul li:last-of-type {width:196px; border: none}
section.home-cta ul li img {margin: 0 0 5px; border: solid 1px #ccc}
section.home-cta ul li h2 {font-size: 1.8em; font-weight: 500}
section.home-cta ul li p {font-size: 1.2em; color: #666; font-weight: 300!important }

section#primary-content .gen-con {width: 665px; float: left}
section#primary-content aside {width: 244px; float: right; /*padding: 10px; border: solid 3px #ebebeb - note turns off grey border*/}
section#primary-content aside h2 {font-size: 1.4em; color: #2AA5E4}
section#primary-content #contactform {width: 650px; float: left}

section#primary-content .gen-con h2 {font-size: 2.0em; color: #E91491; font-weight: 500}
section#primary-content .gen-con a {color: #E91491}
section#primary-content .gen-con a:hover {text-decoration: underline}

section#primary-content p:first-of-type {font-weight: bold}

article#accred {width: 980px; margin: 0 auto; padding: 10px 0}
article#accred ul {width: 980px; margin: 0; text-align: center}
article#accred ul li {width: 100px; height: 80px; display: inline; margin: 0 50px 0 0}
article#accred ul li:last-of-type {margin: 0}

article#about {padding: 25px 0; background: #06b2e7}
article#about h2 {color: #fff; font-size: 1.8em}
article#about p {color: #fff}

section#primary-content ul.data {width: 650px; margin: 0}
section#primary-content ul.data li {width: 650px; float: left; font-size: 1.5em; line-height: 300%}
section#primary-content ul.data li:last-of-type a {border: none}
section#primary-content ul.data li a {display: block; color: #666; padding: 2px 20px 0 45px; border-bottom: solid 1px #ccc; background:url(../images/icons/pdf.png) no-repeat 8px 10px, -moz-linear-gradient(top, #fff, #eee); background:url(../images/icons/pdf.png) no-repeat 8px 10px, -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee)); -pie-background:url(../images/icons/pdf.png) no-repeat 8px 10px, linear-gradient(#fff,#eee); behavior: url(_includes/css/PIE.htc)}
section#primary-content ul.data li a:hover {text-decoration: none; background:url(../images/icons/pdf.png) no-repeat 8px 10px, -moz-linear-gradient(top, #fff, #ddd); background:url(../images/icons/pdf.png) no-repeat 8px 10px, -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ddd)); -pie-background:url(../images/icons/pdf.png) no-repeat 8px 10px, linear-gradient(#ddd,#eee)}
section#primary-content ul.data li a span {float: right; font-size: 70%; font-style: italic; color: #EC0C8B}

ul#con-det {}
ul#con-det li {color: #fff; font-size: 1.4em; font-weight: 500; line-height: 160%; padding: 0 0 0 30px; margin: 0 0 10px}
ul#con-det li a {color: #fff; font-weight: 700; text-decoration: underline}
ul#con-det li:nth-of-type(1) {background: url(../images/bg/contact-phone.png) no-repeat}
ul#con-det li:nth-of-type(2) {background: url(../images/bg/contact-fax.png) no-repeat}
ul#con-det li:nth-of-type(3) {background: url(../images/bg/contact-email.png) no-repeat}
ul#con-det li:nth-of-type(4) {background: url(../images/bg/contact-post.png) no-repeat}

ul.bullets {}
ul.bullets li {font-size: 1.3em; margin: 0 0 5px; line-height: 150%; padding: 0 0 0 15px; background: url(../images/global/bullet.gif) no-repeat left 5px}

/* contact form */
form#contact-form ol { width: 320px; float: left; margin: 0 10px 0 0; list-style:none }
form#contact-form ol:nth-of-type(2) {margin: 0}
form#contact-form ol li { display:block; padding: 0 }
p.req span, span.denotes { color: #E91491; font-weight: bold}
form#contact-form ol li label { font-size: 1.2em; color: #2a2a2a; cursor:pointer; padding:12px 0 0 0; margin: 0 0 5px 0; display:block }
form#contact-form ol li.input input { width:305px; position: relative; font-size:1.1em; padding:8px 5px; border:solid 1px #d8d6d2; margin:0; background:-moz-linear-gradient(top, #f5f4f1, #ffffff 10px); background: -webkit-gradient(linear, 0 0, 0 33%, from(#f5f4f1), to(#ffffff)); height:18px; transition:all 0.2s linear; -moz-transition:all 0.2s linear; -webkit-transition:all 0.2s linear; behavior: url(_includes/css/PIE.htc) }
form#contact-form ol li.input textarea { width:305px; position: relative; font-size:1.1em; padding:11px 5px; border:solid 1px #d8d6d2; height:80px; margin:0; background:-moz-linear-gradient(top, #f5f4f1, #ffffff 10px); background: -webkit-gradient(linear, 0 0, 0 8%, from(#f5f4f1), to(#ffffff)); transition:all 0.2s linear; -moz-transition:all 0.2s linear; -webkit-transition:all 0.2s linear; behavior: url(_includes/css/PIE.htc) }
form#contact-form ol li.input input:focus, form#contact-form ol li.input textarea:focus { box-shadow:0 0 10px 0 #234973; }
input.submit-btn { background: url(../images/global/more-arw.png) no-repeat 85% 50% #E91491; display: inline-block; color: #fff; font-weight: 500; font-size: 1.4em; margin: 10px 0; padding:6px 22px 6px 6px; outline: none; border: none; position: relative; float: right; cursor: pointer; transition:all 0.2s linear; -moz-transition:all 0.2s linear; -webkit-transition:all 0.2s linear; behavior: url(_includes/css/PIE.htc) }
input.submit-btn:hover { background: url(../images/global/more-arw.png) no-repeat 90% 50% #06B2E7 }
form#contact-form span,form#contact-form p span { color:#E91491; font-weight: bold }
div.input-error { display: block; border:solid 1px #E91491; position: relative; padding:4px 0 4px 25px; font-size:1.1em; margin:10px 0 0 0; color:#fff; background:#E91491 url(../images/global/alert.png) scroll 3px 3px no-repeat; -webkit-box-shadow:0 1px 1px #666; -moz-box-shadow: 0 1px 1px #666; box-shadow:0 1px 1px #666; behavior: url(_includes/css/PIE.htc) }

div#searchEngineScript p {text-align:left; width:980px; padding:20px 0; font-size:1.0em; line-height:180%; color:#fff;}

/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clr { overflow:hidden; clear:both; height:1px; margin-top:-1px }
.la { text-align:left }
.ra { text-align:right }
.ca { text-align:center }
.fl { float:left }
.fr { float:right }
.vt { vertical-align:top }
.vm { vertical-align:middle }
.vb { vertical-align:bottom }
.nb { border:0 none }