ma@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}


/* CSS Document */

html, body {
	font-family: 'ralewaymedium', Arial;
	font-size: 15px;
	line-height: 25px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'ralewaybold', Arial;
	line-height: 1.5em;
	color: #2d83b3;
}
h1 {
	font-size: 30px;
	color: #a0ba1c;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 19px;
}
h5 {
	display: none;
}
hr {
	border-color: #cdcdcd;
}
a {
	color: #2d83b2; /*#6acbfd;*/
	transition: all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
}
a:focus, a:hover {
	color: #a0ba1c;
	transition: all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
}
em {
	font-size: 80%;
}
.disclaimerText {
	padding-top: 10px;
	font-size: 90%;
}
.navbar-toggle {
	margin-top: 27px;
}
.straplineContainer {
	margin: 10px 0px;	
}
.strapline-box {
	border-radius: 10px;
	background: #a0ba1c;
	padding: 20px;
	color: #fff;
	/*font-weight: 700;*/
	font-size: 13px; /*18px;*/
	line-height: 24px;
	margin: 20px 0px 0px 0px;
}
.severn-wye-logo {
	margin-top: 40px;
}
/* Nav Bar */
#main-navigation {
	background: #fff;
	margin: 20px -25px 0px;
}
#main-navigation a {
	color: #26639b;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 5px;
}
#main-navigation .active a, #main-navigation a:focus, #main-navigation a:hover {
	background: #6fc6f0;
	color: #ffffff;
}
#main-navigation a.navbar-brand:focus, #main-navigation a.navbar-brand:hover {
	background: #fff;
	color: #ffffff;
}
.navbar {
	padding: 10px 0px;
	margin: 0px;
	border-radius: 0px;
}
.navbar-default {
	background: #FFF;
	border: none;
}
.navbar-default .navbar-collapse {
	border: none;
}
.navbar-nav {
	width: 100%;
	margin: 7.5px 0px;
}
.navbar-brand {
	padding: 7px 15px;
}
.nav-justified > li {
	margin: 5px 0px;
}
.nav > li > a {
	padding: 6px 20px;
	cursor: pointer;
}
.nav > li > a.navbar-brand {
	padding: 6px 0px;
	cursor: pointer;
}
/* NAVIGATION BLOCKS */

.nav-blocks {
	background: #6fc6f0;
	margin-bottom: 10px;
}
.nav-blocks h3 {
	margin-top: 0px;
	color: #fff;
}
.nav-blocks-menu {
	border-top: 1px solid #ffffff;
	margin-left: 0px;
	margin-top: 10px;
	padding-top: 10px;
}
.advice-block, .grants-block {
	/*display: none;*/
	color: #f5f5f5;
	padding: 10px 0px;
}
.advice-block ul, .grants-block ul {
	margin-bottom: 0px;
}
.page-description {
}
.nav-blocks a {
	display: block;
	padding: 6px 12px;
	color:#f5f5f5;
	transition: all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
}
.nav-blocks a:hover {
	color: #fff; /*6acbfd;*/
	background: #063755;
	text-decoration: none;
	transition: all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
}
.nav-blocks .sub-active a {
	color: #fff; /*6acbfd;*/
	background: #063755;
	text-decoration: none;
	transition: all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
}

.tel {
	background: url(../img/icon-small-phone-yellow.png) no-repeat;
	color: #26639b;
	font-size: 24px;
	font-weight: 700;
	margin: 20px 0px;
	padding-left: 55px;
	height: 45px;
	line-height: 45px;
}

/* Content Area Padding */
#content-area {
	margin-top: 0px;
	padding-bottom: 20px;
	background: #fff;
	color: #666;
	font-size: 17px;
	line-height: 27px;
}
#content-0 li {
	padding: 6px 52px 6px 12px;
}
.lead-paragraph {
	font-weight: 600;
	font-size: 20px; /*18px;*/
	line-height: 32px; /*28px;*/
}

.find-out-more-box {
	border-radius: 10px;
	padding: 20px;
}
.find-out-more-box h2 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	float: left;
}
.find-out-more-box img {
	float: right;
	width: 45px;
}

#news-area, 
#supplier-switching, 
#grants-and-funding-area, 
#tweets-area {
	padding: 50px 0px;	
	color: #ffffff;
	margin-bottom: 10px;
}
#news-area h1, 
#supplier-switching h1, 
#grants-and-funding-area h1, 
#tweets-area h1 {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}
#grants-and-funding-area h3 {
	color: #5E8F2F;
}
#news-area {
	background: #bbafc1;
}
#news-area .article-image {
	padding: 20px 0px 0px 30px;
}
#news-area .article-content {
	color: #ffffff;
	padding: 20px 50px;
}
#news-area .article-content a {
	color: #ffffff;
}
#supplier-switching {
	background: #abcde1;
}
#grants-and-funding-area {
	background: #bed2ac;
}
#tweets-area {
	background: #a9ddf6;
}
#news-area .find-out-more-box {
	background: #735992;
}
#supplier-switching .find-out-more-box {
	background: #2d83b2;
}
#grants-and-funding-area .find-out-more-box {
	background: #a0ba1c;
}
#tweets-area .find-out-more-box {
	background: #6fc6f0;
}
#supplier-switching p, 
#grants-and-funding-area p {
	padding-bottom: 20px;
}

/* Footer */
footer {
	background: #26639b;
	padding: 0px;
	color: #ffffff;
}
footer a {
	color: #ffffff;
}
footer .quick-links {
	background: #2d83b3;
	padding: 10px 0px;
}
footer .quick-links h3 {
	margin: 0px;
	font-size: 20px;
	color: #fff;
}
footer .quick-links h3 .navbar-toggle {
	margin: 0px;
	padding: 0px;
}
footer .quick-links h4 {
	margin: 0px;
}
footer .quick-links a {
	height: 50px;
	line-height: 50px;
}
footer .quick-links a:hover {
	color: #6acbfd;	
}
footer .quick-links .office-details {
	padding-bottom: 20px;
}
footer .quick-links .office-details .phone {
	padding-top: 10px;
}
footer .base-footer {
	padding: 20px 0px;
	font-size: 90%;
}

/* Generic CSS */
#breadcrumb-block {
	background: #6fc6f0;
	padding: 0px 20px;
	margin-bottom: 25px;
}
.breadcrumb {
	background: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.breadcrumb a {
	color: #fff;
}
.breadcrumb > .active {
	color: #fff;
	font-weight: 700;
}

/* News */
.news-latest-container {
}
.news-article-element {
	background: #9886a1;
	border-radius: 10px;
	margin-bottom: 20px;
}
.news-article-row {
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news-single-item h2 {
	color: #333;	
}
.news-article-row h2 a {
	color: #1568a8;
}
.news-article-row h3 {
	margin-top: 0px;
}
.news-article-row h3 a {
	color: #1568a8;
}
figcaption p {
	margin: 0px;
}
.tx-ttnews-browsebox a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fff;
	margin: 5px;
}
.tx-ttnews-browsebox a:hover {
	background: #fff;
}
.tx-ttnews-browsebox  .tx-ttnews-browsebox-SCell a {
	background: #fff;
}
/*
	PLUGIN CSS
*/
table {
	color: #333333;
}
.thumbnail {
	background: transparent;
	border: 1px solid #ccc;
	padding: 25px 10px 0px 10px;
}
.thumbnail h3 {
	font-size: 130%;
}
.thumbnail h4 {
	font-size: 100%;
	padding: 0px 8px;
}
.thumbnail strong {
	font-weight: normal;
	color: #ffffff;
}

/* Twitter Stuff */
.tx-cw-twitter {
	color: #ffffff;
	padding: 20px 15px;
}
.tx-cw-twitter a {
	color: #063755;
}
.cwtw-TweetWrap .cwtw-TweetAvatar img {
	border-radius: 10px;
	border: 1px solid #ffffff;
}
.cwtw-TweetWrap .cwtw-TweetMeta-timestamp {
	display: none;
}
.cwtw-TweetWrap .cwtw-Retweet {
	padding-left: 55px;
}
.cwtw-TweetWrap .cwtw-Retweet img {
	display: none;
}

/* Landing Page Stuff */
.landing-page-blocks {
}
.landing-page-block {
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.landing-page-block h3 {
	margin-top: 0px;
}
.landing-page-block h3 a {
	color: #1568a8;
}
.landing-page-image {
}

/* Google Map Stuff */
#map-canvas {
	background: #000000;
	padding: 10px;
}

/*
blockquote {
	font-size: 14px;
}
*/
blockquote footer {
	background: none;
	color: #aaa;
}

/* Main Promotional Carousel */
.mainPromoBlock {
	margin-top: 0px;
}
.mainPromoBlock .carousel-caption {
  background: rgba(255,255,255,0.8);
  text-shadow: none;
  color: #26639b;
  padding: 6px 32px;
  text-align: left;
  width: 90%;
  height: auto;
  left: 5%;
  bottom: 0%;
  border-radius: 10px 10px 0px 0px;
}
.mainPromoBlock .carousel-caption h2 {
	color: #26639b;
	margin-top: 0px;
	font-size: 14px;	
}
.mainPromoBlock .carousel-caption h3 {
	margin-top: 0px;
	float: right;	
}
.mainPromoBlock .carousel-caption h3 a {
	background: #6fc6f0;
	padding: 6px 12px;
	color: #fff;
	border-radius: 10px;
}
.mainPromoBlock .carousel-caption h3 a:focus, 
.mainPromoBlock .carousel-caption h3 a:hover {
	background: #000;
	padding: 6px 12px;
	color: #fff;
}
.mainPromoBlock .carousel.fade {
  opacity: 1;
}
.mainPromoBlock .carousel.fade .item {
  -moz-transition: opacity ease-in-out 3s;
  -o-transition: opacity ease-in-out 3s;
  -webkit-transition: opacity ease-in-out 3s;
  transition: opacity ease-in-out 3s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.mainPromoBlock .carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.mainPromoBlock .carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 3s;
  -o-transition: opacity ease-in-out 3s;
  -webkit-transition: opacity ease-in-out 3s;
  transition: opacity ease-in-out 3s;
  z-index:2;
}

.tx-severnwye table {
	border-spacing: 0px;
}	
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #e9e9e9;
}

.client-logos img {
	margin-bottom: 25px;
	background: #fff;
}

/*
MailChimp Stuff
*/
#mc_embed_signup {
	background: #ccc !important;
}
#mc_embed_signup .mc-field-group .asterisk {
	top: 45px !important;
}
#mc_embed_signup .indicates-required .asterisk {
	position: absolute;
	top: 17px;
	right: 113px;
}

/*
GoogleMaps Stuff
*/
.googleMap {
	width: 100%;
	height: auto;
	min-height: 300px;
}

/*
ShareThis Stuff
*/
.share-block {
	margin-top: 20px;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
	height: 26px !important;
	line-height: 18px !important;
}
.stButton .stButton_gradient {
	height: 19px !important;
}

/*
Internal Page Contact Block
*/

.contactBlock {
	background: #a0ba1c;
	padding: 20px 30px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.contactBlock h3 {
	color: #FFF;
	margin: 0px;
	font-size: 30px;
	
}
.contactBlock .tel {
	background: url(../img/icon-small-phone-white.png) no-repeat 18px 0px;
	background-size: 28px 30px;
	color: #3b6e1e;
	font-size: 23px;
	font-weight: 700;
	margin: 20px 0px;
	padding-left: 60px;
	height: 90px;
	line-height: 24px;
}
.contactBlock .tel .hours {
	font-size: 14px;
	font-weight: normal;
	padding-top: 8px;
}
.contactBlock .other {
	background: url(../img/icon-small-envelope-white.png) no-repeat 0px 10px;
	background-size: 40px 17.3px;
	color: #3b6e1e;
	font-size: 22px;
	font-weight: 700;
	margin: 20px 0px;
	padding-left: 60px;
	height: 45px;
	line-height: 32px;
}
.contactBlock .other img {
	float: right;
	width: 45px;
}
.contactBlock a {
	color: #3b6e1e;
}
.contactBlock a:focus, .contactBlock a:hover {
	color: #fff;
}

/*
Area Blocks
*/
.tx-warm-and-well-services {
	margin-bottom: 20px;
}
.area-block {
	border-top: 1px solid #2d83b3;
	padding: 20px 0px;
	margin: 0px;
}
.area-block:last-child {
	border-bottom: 1px solid #2d83b3;
}
.area-block h2 {
	cursor: pointer;
	margin: 0px;
	background: url(../img/circlebuttonArrowLargeDOWNgreen116x116.png) no-repeat right;
	background-size: 32px 32px;
	height: 45px;
	line-height: 32px;
}
.area-block h2.open {
	background: url(../img/circlebuttonArrowLargeUPgreen116x116.png) no-repeat right;
	background-size: 32px 32px;
}

/*
Organisation Block
*/
.organisation-block {
	border-bottom: 1px solid #abcde1;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.organisation-block:last-child {
	border-bottom: 0px solid #abcde1;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.organisation-block .organisation-tel {
	background: url(../img/icon-small-phone-yellow.png) no-repeat;
	background-size: 21px 22.5px;
	font-size: 14px;
	font-weight: 700;
	margin: 20px 0px;
	padding-left: 30px;
	height: 22.5px;
	line-height: 22.5px;
}
.organisation-block .organisation-url {
	background: url(../img/icon-small-link-yellow.png) no-repeat;
	background-size: 21px 22.5px;
	font-size: 14px;
	margin: 20px 0px;
	padding-left: 30px;
	height: 22.5px;
	line-height: 22.5px;
}
/*
TYPO3 Stuff
*/
ul.uploads li.uploads-element {
	margin-bottom: 10px;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

.margin-right-20 {
	margin-right: 20px;
}

@media (min-width: 360px) {
	.mainPromoBlock .carousel-caption h2 {
		font-size: 18px;
		margin-top: 0px;
	}
	.strapline-box {
		font-size: 13px;
	}
	.contactBlock .tel {
		height: 70px;	
	}
}
@media (min-width: 480px) {
	#news-area .article-image {
		padding: 20px 50px 0px 50px;
	}
	.mainPromoBlock .carousel-caption h2 {
		font-size: 20px;
		margin-top: 20px;
	}
	.mainPromoBlock .carousel-caption h3 {
		margin-top: 20px;
		float: none;	
	}
	.contactBlock .tel {
		height: 45px;
	}
}
@media (min-width: 640px) {
	.strapline-box {
		font-weight: 700;
		font-size: 18px;
	}
	.mainPromoBlock .carousel-caption h2 {
		font-size: 35px;
		margin-top: 20px;
		line-height: 50px;
	}
	.mainPromoBlock .carousel-caption h3 {
		margin-top: 20px;
		float: none;	
	}
	.contactBlock {
		padding: 20px 40px;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.contactBlock h3 {
		font-size: 40px;

	}
	.contactBlock .tel {
		background: url(../img/icon-small-phone-white.png) no-repeat 18px;
		background-size: 42px 45px;
		font-size: 40px;
		font-weight: 700;
		margin: 20px 0px;
		padding-left: 70px;
		height: 45px;
		line-height: 24px;
	}
	.contactBlock .other {
		background: url(../img/icon-small-envelope-white.png) no-repeat 0px 10px;
		background-size: 60px 26px;
		font-size: 24px;
		font-weight: 700;
		margin: 20px 0px;
		padding-left: 70px;
		height: 45px;
		line-height: 45px;
	}
	.contactBlock .other img {
		float: right;
		width: 45px;
	}
	#news-area .article-image {
		padding: 20px 50px;
	}
}
@media (min-width: 768px) {
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 22px;
	}
	.nav-justified > li {
		display: inline-block;
		width:auto;
	}
	.navbar {
		min-height: 150px;
	}
	.nav > li > a {
		padding: 6px 13px;
	}
	.advice-block, .grants-block {
		padding: 50px 0px;
	}
	.nav-blocks-menu {
		border-top: 0px;
		border-left: 1px solid #ffffff;
		margin-left: 0px;
		margin-top: 0px;
		padding-top: 0px;
	}
	.nav-blocks-menu h3 {
		margin-left: 12px;
	}
	.tel {
		margin: -50px 0px 0px 0px;
		float: right;
	}
	.severn-wye-logo {
		margin-top: 20px;
	}
	.straplineContainer img {
		margin-top: 20px;
	}
	.strapline-box {
		font-size: 20px;
		line-height: 26px;
		margin: 10px 25px 0px 25px;
	}
	.strapline-box .arrow-left {
		width: 0; 
		height: 0; 
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent; 
		border-right:25px solid #a0ba1c;
		margin-left: -45px;
		margin-top: 10px;
	}
	.strapline-box .text {
		margin-top: -50px;
	}
	#content-area {
		margin-top: 0px;
		padding: 25px 0px 50px;
		background-color: #FFF;				
	}
	#content-0 h1 {
		margin-top: 0px;
		margin-bottom: 20px;
		line-height: 1em;
	}
	#supplier-switching h1, 
	#grants-and-funding-area h1 {
		margin-bottom: 20px;
	}
	#supplier-switching h3, 
	#grants-and-funding-area h3 {
		margin: 0px;
	}
	#news-area .article-image {
		padding: 20px 15px;
	}
	#news-area .news-latest-container .row {
		padding: 10px 0px;
	}
	.more-news, 
	.more-projects, 
	.follow-us {
		height: 111px;
		line-height: 111px;
		text-transform: uppercase;
	}
	.more-news a {
		background: #543663;
		color: #fff;
		border-radius: 10px;
		padding: 6px 12px;
	}
	.more-projects a {
		background: #5e8e00;
		color: #fff;
		border-radius: 10px;
		padding: 6px 12px;
	}
	.follow-us a {
		background: #3184b1;
		color: #fff;
		border-radius: 10px;
		padding: 6px 12px;
	}
	.news-latest-container {
		padding: 20px 0px;
	}
	footer .collapse {
		display: block;
		visibility:visible;
	}
	footer .quick-links {
		padding: 50px 0px;
	}
	footer .quick-links h3 {
		margin-top: 0px;
	}
	footer .quick-links a {
		line-height: 20px;
		height: 20px;
	}
	footer .quick-links .top-margin-20 {
		margin-top: 20px;
	}
 	.cwtw-TweetWrap {
		position: relative;
		float: left;
		width: 33.3333%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.mainPromoBlock .carousel-caption {
		width: 50%;
	}
	.carousel-indicators {
		position: relative;
		width: 100%;
		left: 0px;
		margin-left: 0px;
		margin-top: -130px;
	}
  /* reset previous grid */
  .multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
  .multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
  .multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
  .multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
  .multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }
  /* clear first in row for small columns */
  .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 992px) {
	#news-area .news-latest-container .row {
		padding: 0px;
	}
	.nav > li > a {
		padding: 6px 29px;
	}
	.severn-wye-logo {
		margin-top: 30px;
	}
	.tel {
		background-position: 80px;
		margin: 40px 0px 50px 0px;
		padding-left: 100px;
		font-size: 40px;
		text-align: center;
		float: none;
	}
	.strapline-box {
		font-size: 14px;
		font-weight: 400;
	}
	.find-out-more-box {
		height: 285px;
	}
	.find-out-more-box h2 {
		font-size: 40px;
		line-height: 40px;
		margin: 21px 0px 60px 0px;
		width: 100%;
	}
	.find-out-more-box img {
		float: right;
		width: 73px;
	}
	#supplier-switching .find-out-more-box,
	#grants-and-funding-area .find-out-more-box {
		height: 254px;
	}
	#supplier-switching .find-out-more-box h2, 
	#supplier-switching .find-out-more-box h2 {
		margin: 21px 0px 30px 0px;
	}
	#news-area .find-out-more-box {
		margin-top: 95px;
	}	
	#news-area .article-image {
		padding: 20px 15px 0px 15px;
	}
	.news-article-element {
		height: 285px;
	}
	.contactBlock .other {
		font-size: 21px;
	}
	.contactBlock .tel {
		background-position: 18px 0px;
		height: 70px;
	}
  /* reset previous grid */
  .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }
  /* clear first in row for medium columns */
  .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
  .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
  .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
  .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
  .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 1025px) {
	.strapline-box {
		font-size: 16px;
		line-height: 20px;
		font-weight: 700;
	}
	.tel {
		background-position: 150px;
		margin: 40px 0px 50px 0px;
		padding-left: 150px;
		font-size: 40px;
		text-align: center;
	}
	.severn-wye-logo {
		margin-top: 30px;
	}
	.nav-justified > li {
		margin: 0px 12px;
	}
	.nav > li > a {
		padding: 6px 31px;
	}
	.contactBlock .other {
		font-size: 24px;
	}
	.contactBlock .tel {
		height: 45px;
	}
}
@media (min-width: 1200px) {
}
@media (min-width: 1200px) {
	.mainPromoBlock .carousel-caption {
		width: 50%;
		height: auto;
	}
	.strapline-box {
		margin: 10px 50px 0px 50px;
	}
  /* reset previous grid */
  .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }
  /* clear first in row for medium columns */
  .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
  .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
  .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
  .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
  .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 1400px) {
	.mainPromoBlock .carousel-caption {
		width: 30%;
		left: 20%;
	}
}
@media print {
    html, body {font-family: Arial;}
    #content-area {
        padding: 0px;
        margin: 0px;
    }
    a[href]:after {
        content: none;
    }    
}