/* 
 * This file (custom.css) is the css file that 
 * handles any overrides you want to do with
 * joomla or the bootstrap css files.
 * ---------------------------------------- */
 body {background-color: #023656;padding-top: 55px;}
 .default {background-color: #023656;padding-top: 55px;}
.warmwell {background-color: #cceffc;padding-top: 55px;}
.footer .warmwell {background-color: #1b587d;margin-top: 0px;padding-top:0px;}
.frontpage #breadcrumbs {display: none;}

.btn-primary, 
.btn-primary:hover, 
.btn-warning, 
.btn-warning:hover, 
.btn-danger, 
.btn-danger:hover, 
.btn-success, 
.btn-success:hover, 
.btn-info, 
.btn-info:hover {
margin-bottom:1px;
}
/*added by Phil - start */
div.catItemIntroText {
padding: 0 10px 0 0 !important;
}
div.catItemLinks {
margin-right: 10px !important;
}
div.catItemImageBlock {
margin: 0 10px 0px 0 !important;
}
div.catItemView.groupLeading {
margin-right:10px !important;
}
.home .catItemView {}
/*added by Phil - end */
div.span3 ul.the-icons {
list-style: none;
}
ul.nav li ul {
list-style:none;
}
.page-header {
border-bottom:none !important;
padding-bottom:5px !important;
margin:0px !important;
}
#map_canvas img{
max-width:none;
}
#login-dropdown {
	width: 250px;
	padding: 10px;
}
#login-dropdown .input-prepend {
	margin-left: 10px;
}
div.login-remember {
	padding: 5px;
}
.navbar .nav.pull-right {
float: left !important;
margin-left: 0 !important;
margin-right: 0 !important;
padding-top:2px;
}
div.moduletable.grey-border div.custom {
border: solid 1px #DDDDDD;
border-radius: 5px 5px 5px 5px;
padding:10px;
background:none;
}
.popular div.custom {
background:#5BB75B;
}
.popular2 div.custom {
background:#04C;
}
div.moduletable.no-bg div.custom {
background:none;
}
div.moduletable.no-bg {
background:none;
margin-bottom:5px;
}
div.moduletable.label.label-info h3 {
color:#fff;
}
div.moduletable.label.label-info div.custom {
background:none;
}
div.container div#content div#main.row div.search {
padding-left:0px;
}
div#top.row div.moduletable div.custom {
background:none;
/*padding:0 0 0 30px;*/
}
div.navbar-inner div.container div.search {
float: right;
height: 28px;
padding-top: 8px;
}
.brand > i {
	margin-top:5px;
	margin-right:5px;
}
.logo {
	margin:0;
	padding:0;
}
.logo-tagline {
	margin-left:10px;
	font-size:0.8em;
}
.image {
	margin:0;
}
.image > .brand {
	text-indent:-9999px;
	display:block;
	padding:0;
}
.navbar-fixed-top {
	z-index:9999;
}
#header {
	/*padding:20px 0;
	border-bottom:1px solid #ddd;
	background-color: #fbfbfb;
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;*/
}
#header .logo img {min-height: 154px;min-width: 169px;}
.warmwell #header .logo img {min-height: 154px;min-width: 240px;}
.subhead {

}
#above{
	padding:20px 0;
	border-bottom:1px solid #ddd;
}
#top{
}
.home #main #sidebar, .home #main #sidebar-2 {margin-left: 0%;/*padding:10px 0;*/}
#sidebar, #sidebar-2 { margin-left: 2.1%;/*margin-top: 14px;padding:10px 0;*/}

#below {background-color: #edf1f4;clear: both;-webkit-border-radius: 0px 0px 5px 5px;border-radius: 0px 0px 5px 5px; }
#belowcenter {margin-left: 12px;
    margin-right: auto;
    width: 100%;}
.footer {
	z-index:1;padding-top: 80px;
}
/* Module Spacing */
#content .moduletable,
#default #sidebar .moduletable,
#default #sidebar-2 .moduletable {margin-bottom:18px;clear:both;border:1px solid #ddd;margin:10px 0;-webkit-border-radius: 5px;border-radius: 5px;width: 100%;}
#default #sidebar .moduletable .custom, #default #sidebar-2 .moduletable .custom {padding:0px 10px;}

/* Enhanced typography */
dt {
	font-size: 105%;
	margin-bottom: .5em;
}
dd {
	margin-left: 2em;
	margin-bottom: 1em;
}
/* Template Demo */
.custom {
	/*padding:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
}
#sidebar-2 .custom {padding: 10px;}
#sidebar-2 .twitterfeed {padding: 0px;}
body.item-524 .navbar .custom {
	display:inline-block;
	padding:5px;
	margin:5px 0 0 10px;
}
body.item-524 .navbar .custom p {
	margin:0;
}
body.item-524 #header .custom {
	margin-bottom:10px;
}
body.item-524 #header .custom p {
	margin:0;
}
body.item-524 #breadcrumbs .custom ul {
	margin-bottom:0;
}
body.item-525 #below .custom {
	background:#eee;
	padding:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Used for responsive page */
.resize {
	position: fixed;
	bottom: 0;
	right: 0;
	height: 80px;
	width: 80px;
	background: url(http://www.swea.co.uk/templates/joostrap/images/resize.png); 
}
/* added to manually remove span left margin */
.row-fluid .first {
	margin-left: 0 !important;
}

/* Lee added styles */
.logo {float:right;}
/* Text styles */
.container, .span12, .container-fluid, .footer {max-width:960px}
#header.row-fluid div.span4 {float: right;}
#header .homepage, #header .headerimage {margin: 0;max-width: 670px;}
.row-fluid .homepage {margin-left: 0px;}
.homepage h1 {font-family: 'Open Sans', sans-serif;color:#87AA32;font-size: 2.5em;line-height: 1.25em;}
.warmwellpage h1 {font-family: 'Open Sans', sans-serif;color:#0273ba;font-size: 2.0em;line-height: 1.25em;}
.warmwellpage {margin:20px 0px 0px 0px;}
.homepage p {color: #FFFFFF;font-size: 1.15em;line-height: 1.5em;margin-top: 15px;}
.frontpage #main {background: transparent;}
#footercontainer {background:url("http://www.swea.co.uk/templates/joostrap/images/footerstroke.png") no-repeat scroll 0 -15px #1B587D;;min-height: 380px;}
.warmwell #footercontainer {background:url("http://www.swea.co.uk/templates/joostrap/images/ww_footerstroke.png") no-repeat scroll 0 -15px #1B587D;;min-height: 380px;}
.footer .moduletable {}

#main {background: #FFFFFF;clear: left;-webkit-border-radius: 5px;border-radius: 5px;padding-top: 5px;float: left;}
#default #content {margin-left: 6.5%;max-width: 650px;}
.navbar-inverse .navbar-inner {background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGUxZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #dde1e4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dde1e4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#dde1e4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#dde1e4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#dde1e4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#dde1e4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dde1e4',GradientType=0 ); /* IE6-8 */
-webkit-box-shadow: none;box-shadow:none; }
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {box-shadow: none;-webkit-box-shadow: none;box-shadow:none;background-color: <##>;background-color: #87AA32;text-shadow: none;color: #FFFFFF;padding: 8px 10px;-webkit-border-radius: 5px;border-radius: 5px;margin: 5px 10px 0 0;}

/* Footer menu */
ul.nav-footer {margin:0px;list-style: none;}

ul.nav-footer li {background-image: url('http://www.swea.co.uk/templates/joostrap/images/footmenubullet.png');background-repeat: no-repeat;background-position: 0 .25em;padding-left: 13px;}
ul.nav-footer li.item-160, ul.nav-footer li.item-161 {background-image: none;
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 0;}
ul.nav-footer li.item-161 {margin-top: 10px;}
ul.nav-footer li a {color:#afd8ec;}
.footer .menutwo {margin-bottom: 25px;}
.social {float: left;margin-right: 20px;min-width:30px;min-height:30px;}
.facebook {background-image: url('http://www.swea.co.uk/templates/joostrap/images/socialsprites.png');background-repeat: no-repeat;background-position: 0 0;}
.twitter {background-image: url('http://www.swea.co.uk/templates/joostrap/images/socialsprites.png');background-repeat: no-repeat;background-position: -49px 0;}
.rss {background-image: url('http://www.swea.co.uk/templates/joostrap/images/socialsprites.png');background-repeat: no-repeat;background-position: -98px 0;}

.warmwell {color:#FFF;}
.warmwell strong {font-size: 1.25em;line-height: 1.75em;}

.footeraddress {color:#afd8ec;font-size: 1.0em;}
.footeraddress strong {color:#FFF;font-size: 1.25em;}

.breadcrumb {font-size: 1.0em;}
.breadcrumb .showHere {color:#0068a7;}
.breadcrumb .pathway {color:#666666;}
.breadcrumb .active {color:#87aa32;}

.projectpartners {display: block;font-family: 'Open Sans', sans-serif;color:#0068a7;font-size: 1.3em;margin: 10px 0px;font-weight: 700;margin: 10px 10px 0;}
#belowcontainer {margin-left: auto;margin-right: auto;width: 96%;}
#below .moduletable {background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: left;
    margin: 1%;
    min-height: 190px;
    padding: 5px 10px;
    width: 20.5%;}
#ww-below img {margin-right: 2px;}
#fontsize {float: right;margin-left: 10px;margin-top: 12px;}
#offlajn-ajax-search97 {margin-top: 5px;}

// Landscape phones and down
@media (max-width: 480px) {
body{padding-top:0;}
}
// Landscape phone to portrait tablet
@media (max-width: 767px) {
body{padding-top:0;}
}
// Portrait tablet to landscape and desktop
@media (min-width: 768px) and (max-width: 979px) {
body{padding-top:0;}
}
@media (max-width: 480px) and (max-width: 767px) {
#footercontainer {background-image:none;background-color: #1B587D;min-height: 380px;}
.logo p a img{min-width: 169px;}
}
// Large desktop
  @media (min-width: 1200px) {.logo p a img{min-width: 169px;}}
  
#sidebar-2 li a {color: #666666;}
#sidebar-2 li a:hover, #sidebar-2 li.active a {background-color: #87AA32;color:#FFFFFF;}
#sidebar-2 li ul li a:hover {background-color: #FFFFFF;color: #87AA32;}

#sidebar-2 .moduletable {border: solid 1px #dde1e4;margin-bottom: 10px;border-radius: 5px 5px 0 0;background-color: #FFFFFF;position: relative;}
.home #sidebar-2 .moduletable {border: none;margin-bottom: 15px;}
#sidebar-2 .moduletable-nav {margin-bottom: 10px;}

/*added by Phil - start */
div.catItemIntroText {
padding: 0 10px 0 0 !important;
}
div.catItemLinks {
margin-right: 10px !important;
}
div.catItemImageBlock {
margin: 0 10px 0px 0 !important;
}
/*added by Phil - end */

#blockrandom html body div#container div#header {}
#mod-finder-searchform {float: right;margin: 8px 0 0 10px;}

.moduleItemAuthorAvatar {margin-left: auto;margin-right: auto;margin-bottom: 10px;}
.moduleItemAuthorLink {font-family: 'Open Sans', sans-serif;font-size: 18px;font-weight: bold;}
.moduleItemAuthorEmail
{
	background-image: url(http://www.swea.co.uk/templates/joostrap/images/authoricons.png);
	background-repeat: no-repeat;font-weight: bold;color: #0088CC;padding-left: 23px;
}
.AuthorJobTitle {color: #0088CC;}
.AuthorPhone
{
	background-image: url(http://www.swea.co.uk/templates/joostrap/images/authoricons.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000000;
	padding-left: 23px;
	background-position: 0px -18px;
}
.moduleAttachements a {display: block;background-image: url("http://www.swea.co.uk/templates/joostrap/images/authoricons.png");
    background-position: 0 -38px;margin-bottom: 5px;
    background-repeat: no-repeat;
    padding-left: 23px;}
.projectstrapline {color: #5FB2DA;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;}
.inmyarea {margin:0;list-style: none;}
.inmyarea li.btn {border: 1px solid #EEEEEE;margin: 1%;
    display: inline-block;
    padding: 10px;
    width: 25%;}
.inmyarea li a {color:#FFFFFF;font-weight: bold;}
.control-group label {float:left;}
#searchForm {margin-top: 20px;}
.search-component .form-horizontal .form-actions {float: left;margin-left: 10px;}
.search-component .form-actions {background-color: #FFFFFF;
    border-top: none;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;}
	
.search-component .form-horizontal .controls {
    float: left;
    margin-left: 10px;
}
.phrases div {display: inline-block;}
.phrases .ordering-box {margin-left:20px;}
.phrases .ordering-box .inputbox {height: 20px;padding: 0;}

#xmap ul li {width: 50%;}
#xmap ul.level_1 li {width: 100%;}

#xmap h1 {background-image: url("http://www.swea.co.uk/templates/joostrap/images/categorytitlebck.png");
    background-repeat: repeat-x;
    margin: 0 0 4px;
color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.75em;
    line-height: 1.25em;
    padding: 2% 0 0 9.3%;height: 74px;
    left: -10.3277%;
    width: 110.328%;}
    
/* Warm and Well */
.warmwell .container-fluid {padding: 0px;}
.warmwell #above {border-bottom: none;clear: both;padding: 0;}
.warmwell #above ul {background: #80b9dc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwYjlkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjczYmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #80b9dc 0%, #0273ba 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80b9dc), color-stop(100%,#0273ba)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #80b9dc 0%,#0273ba 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #80b9dc 0%,#0273ba 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #80b9dc 0%,#0273ba 100%); /* IE10+ */
background: linear-gradient(to bottom,  #80b9dc 0%,#0273ba 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b9dc', endColorstr='#0273ba',GradientType=0 ); /* IE6-8 */}
.warmwell .wwmenu li {display: inline-block;width: 192px;text-align: center;}
.warmwell .wwmenu li a {color: #FFFFFF;}
.warmwell #above li.active, .warmwell .wwmenu li a:hover, body#warmwell item436.warmwell div.container-fluid div#above div.container-fluid div.row-fluid ul.nav li.item-437
 {background: #ffe087; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTA4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmMyMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffe087 0%, #ffc20f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe087), color-stop(100%,#ffc20f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffe087 0%,#ffc20f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffe087 0%,#ffc20f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffe087 0%,#ffc20f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffe087 0%,#ffc20f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe087', endColorstr='#ffc20f',GradientType=0 ); /* IE6-8 */
}
.warmwell #above li.active a {color: #0273BA;}
.warmwell #above span.image-title {display: block;padding: 0 0 10px;}

body#warmwell item436.warmwell div.container-fluid div#above div.container-fluid div.row-fluid ul.nav li.item-437
.warmwell .wwmenu li .active {}
.warmwell #sidebar-2 .moduletable .joomla_sharethis .twtr-hd h3 {display: none;}
.ww_lozenge {-webkit-border-radius: 5px;border-radius: 5px 5px 5px 5px;height: 120px;margin-bottom: 10px;}

.warmwell #itemListLeading div.row-fluid div.itemContainer:nth-child(1) {background: #ffe087; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTA4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmMyMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffe087 0%, #ffc20f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe087), color-stop(100%,#ffc20f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffe087 0%,#ffc20f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffe087 0%,#ffc20f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffe087 0%,#ffc20f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffe087 0%,#ffc20f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe087', endColorstr='#ffc20f',GradientType=0 ); /* IE6-8 */
margin-bottom: 15px;padding: 0;
}
.warmwell #itemListLeading div.row-fluid div.itemContainer:nth-child(3) {background: #80d6f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwZDZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFkZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #80d6f6 0%, #00adee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80d6f6), color-stop(100%,#00adee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #80d6f6 0%,#00adee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #80d6f6 0%,#00adee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #80d6f6 0%,#00adee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #80d6f6 0%,#00adee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80d6f6', endColorstr='#00adee',GradientType=0 ); /* IE6-8 */
margin-bottom: 15px;padding: 0;
}
.warmwell #itemListLeading div.row-fluid div.itemContainer:nth-child(5) {background: #c6e29f; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2ZTI5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGM1M2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #c6e29f 0%, #8dc53f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6e29f), color-stop(100%,#8dc53f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c6e29f 0%,#8dc53f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c6e29f 0%,#8dc53f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c6e29f 0%,#8dc53f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c6e29f 0%,#8dc53f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e29f', endColorstr='#8dc53f',GradientType=0 ); /* IE6-8 */
padding: 0;
}
.warmwell div.catItemView.groupLeading {background-image: url("http://www.swea.co.uk/templates/joostrap/images/lozenge_arrow.png");background-position: 97% 50%;background-repeat: no-repeat;}
.warmwell .catItemView div.catItemHeader {background: none;border-radius: 0px;display: inline;height: 55px;padding: 0;}
.warmwell div.catItemHeader h3.catItemTitle a {color: #FFFFFF;font-size: 1.5em;font-weight: normal;line-height: 120%;}
.warmwell div.catItemImageBlock {display: block;
    float: left;
    width: 200px;}
#ww-below {clear: both;}
.warmwell div.itemView {border-bottom: none;margin: 0px;padding: 0px;}
.warmwell div.catItemBody {background: none;}
.warmwell span.catItemImage {margin: 0px;max-height: 139px;overflow: hidden;}
.warmwell .catItemTitle {padding-top: 20px;width: 575px;}
.warmwell .itemHeader {height: auto;left: 0;width: 100%;}
.warmwell div.itemListCategory h2, .warmwell div.itemHeader h2.itemTitle, .warmwell .page-header h1 {color: #EF7521;padding: 0;}
.warmwell div.itemFullText p.itemIntroText {font-size: 1.25em;font-weight: bold;line-height: 120%;}
.warmwell div.itemFullText p {color: #000000;}
.warmwell #sidebar-2 .moduletable {background-color: #FFFFFF;border: none;-webkit-border-radius: 5px;border-radius: 5px;margin-bottom: 15px;position: relative;}
.warmwell #sidebar-2 .ww_applynow {
    background-color: #8cc43e;
    border: 1px solid #8cc43e;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    position: relative;min-height: 95px;
}
.warmwell #sidebar-2 .ww_applynow p {margin: 0;}
.warmwell #sidebar-2 .ww_applynow p a {color: #FFFFFF;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 120%;
    margin: 0;
    text-align: center;}
.warmwell #sidebar-2 li a
{
	background-image: url("http://www.swea.co.uk/templates/joostrap/images/ww_menu_arrow.gif");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #FFC20F;
    color: #0273BA;
    line-height: 25px;
    padding: 5px 0 5px 25px;
}
.warmwell #sidebar-2 li.active a
{
	background-image: url("http://www.swea.co.uk/templates/joostrap/images/ww_menu_arrow_active.png");
	background-color: #FFC20F;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #FFC20F;
    color: #FFFFFF;
    line-height: 25px;
    padding: 5px 0 5px 25px;font-weight: bold;
}
.warmwell #sidebar-2 li a:hover
{
	background-image: url("http://www.swea.co.uk/templates/joostrap/images/ww_menu_arrow_active.png");
	background-color: #FFC20F;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #FFC20F;
    color: #FFFFFF;
    line-height: 25px;
    padding: 5px 0 5px 25px;
}

.warmwell #sidebar-2 li:last-child a {border-bottom: none;}
.warmwell div.itemImageBlock {background-color: #FFFFFF;}
.warmwell .itemFullText ul {margin-left: 0px;}
.warmwell .ww_well {background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 5px;
    min-height: 20px;
    padding: 5px;}
.warmwell .ww_well strong {color: #0273BA;font-size: 1.0em;}
.warmwell .tab-content p strong {display: block;
    font-size: 1em;
    margin-top: 20px;}
    
.warmwell .well {
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    color:#000000;font-weight: bold;
}
.heading, div.itemFullText h3 {
    color: #5FB2DA;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 2em;
}

.home .acymailing_module input[type="text"] {margin-bottom: 0;}
.home .acymailing_module form {margin-bottom: 0;}
#sidebar-2 .twtr-widget .twtr-hd h3 {display: none;}
#sidebar-2 .twtr-widget .twtr-hd h4 a {color: #ffffff !important;font-size: 1.00em;font-weight: 700;line-height: 110%;text-align: left;}
.twtr-tweet-text p {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
.outdated-browser-message {display: block;width: 960px;margin-left: auto;margin-right: auto;background-color: #FFF;padding: 10px;margin-top: 10px;}
.home #itemListPrimary div:nth-last-child(2) .catItemHeader {display: none;}
.home #itemListPrimary div:nth-last-child(2) div.catItemBody {background-color: #023656;padding: 0;}
/*.home #itemListPrimary div:nth-last-child(4) .catItemHeader {display: none;}
.home #itemListPrimary div:nth-last-child(4) div.catItemBody {background-color: #023656;padding: 0;}*/
.home .joomla_sharethis .twtr-timeline {min-height: 340px;}