/*@import 'bootstrap/bootstrap';*/
/* original: #cc4774 */
/* original: #5e9e01 */
/* original: #9f835e */
/* original: #a3bfc2 */
body {
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size: 2.5em; /*3em;*/
  margin-bottom: 30px;
}
h2 {
  font-size: 1.75em; /*2em;*/
  font-weight: 700;
}
a {
  color: #538010;
  text-decoration: underline;
}
a:hover {
  color: #538010;
}
.header1 {
  font-size: 2.5em; /*3em;*/
  font-weight: 500;
}
a.dark,
span.dark,
p.dark,
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark {
  color: #000000 !important;
}
a.light,
span.light,
p.light,
h1.light,
h2.light,
h3.light,
h4.light,
h5.light {
  color: #ffffff !important;
}
input::-webkit-input-placeholder {
  color: #5d5a5a;
}
input:-moz-placeholder {
  color: #5d5a5a;
  opacity: 1;
}
input::-moz-placeholder {
  color: #5d5a5a;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #5d5a5a;
}
.container {
  width: 100%;
}
.container > .row,
.container > .row-fluid {
  max-width: 960px;
  margin: 0 auto;
}
.container > .row:before,
.container > .row-fluid:before,
.container > .row:after,
.container > .row-fluid:after {
  content: " ";
  display: table;
}
.container > .row:after,
.container > .row-fluid:after {
  clear: both;
}
.container > .row:before,
.container > .row-fluid:before {
  content: " ";
  display: table;
}
.container > .row:after,
.container > .row-fluid:after {
  clear: both;
}
.container > .row.maxwidth,
.container > .row-fluid.maxwidth {
  width: 100%;
  max-width: 100%;
}
.container > .row.nogutter,
.container > .row-fluid.nogutter {
  max-width: 940px;
}
.container > .row.nogutter div,
.container > .row-fluid.nogutter div,
.container > .row.nogutter form,
.container > .row-fluid.nogutter form {
  padding: 0 !important;
  margin: 0 !important;
}
.container-banner {
  margin-bottom: 15px;
}
.container-banner .banner {
  background: #d8e0e2;
  border: 1px solid #cfd0d2;
  width: 100%;
  display: none;
}
.container-controls {
  margin-bottom: 15px;
  background: url(../web_graphics/nc2_img_controls-bg.png) repeat-y;
  height: 50px;
  /*border-top: 1px solid @lightblue;*/

  overflow: hidden;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
.container-controls:before,
.container-controls:after {
  content: " ";
  display: table;
}
.container-controls:after {
  clear: both;
}
.container-controls:before {
  content: " ";
  display: table;
}
.container-controls:after {
  clear: both;
}
.container-controls > .row {
  height: 50px;
  /*max-width:100%;
			width:100%;*/

}
.container-controls .menu-logo .menu-toggle {
  display: block;
  height: 50px;
  padding: 15px 5px;
  text-align: center;
  color: #ffffff;
  background: #538010;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  border-right: 1px solid #69ae00;
  line-height: 1em;
}
.container-controls .menu-logo .menu-toggle:hover {
  background: #69ae00;
  cursor: pointer;
}
.container-controls .menu-logo .ncc-container {
  text-align: left;
  background: #538010;
  height: 50px;
}
.container-controls .menu-logo .ncc-container div.inner-container a {
  height: 50px;
}
.container-controls .menu-logo .ncc-container div.inner-container a .ncc-logo {
  padding: 0 25px 0 5px;
  position: relative;
  top: 12px;
  margin: 0 auto;
  max-width: 85%;
}
.container-controls .search-wrapper {
  padding: 0;
}
.container-controls form#searchControl {
  position: relative;
  /* Currently only for desktop */
}
.container-controls form#searchControl .site-search {
  padding: 0;
}
.container-controls form#searchControl .site-search .search-text {
  background: #d8e0e2;
  height: 50px;
  width: 100%;
  border: 0px !important;
  padding: 0 9px 0 50px;
}
.container-controls form#searchControl .search-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background: #d8e0e2;
  height: 50px;
}
.container-controls form#searchControl .search-button #mobile-search-open {
  width: 100%;
}
.container-controls form#searchControl .search-button button {
  width: 50px;
  height: 50px;
  background-color: #5b7679;
  background-image: url('../web_graphics/nc2_img_search-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
}
.container-controls form#searchControl .search-button button:hover {
  background-color: #50686a;
}
.container-controls .accessibility-controls {
  background: #538010;
}
.container-controls .accessibility-controls .directory {
  width: 145px;
  min-width: 145px;
  max-width: 40%;
  background: #538010;
  height: 50px;
  text-align: center;
  padding: 0;
  float: left;
}
.container-controls .accessibility-controls .directory > a {
  display: block;
  float: left;
  height: 100%;
  padding: 0 8px;
}
.container-controls .accessibility-controls .directory > a:hover {
  background: #44690d;
  cursor: pointer;
}
.container-controls .accessibility-controls .directory img {
  margin-top: 17px;
}
.container-controls .accessibility-controls .text-size {
  display: block;
  background: #538010;
  height: 50px;
  text-align: center;
  padding: 0 8px;
  float: left;
  border-left: 1px solid #69ae00;
  border-right: 1px solid #69ae00;
}
.container-controls .accessibility-controls .text-size a {
  display: block;
  float: left;
  height: 100%;
}
.container-controls .accessibility-controls .text-size a:hover {
  background: #44690d;
  cursor: pointer;
}
.container-controls .accessibility-controls .text-size img {
  margin-top: 15px;
}
.container-controls .accessibility-controls .language-select {
  padding: 12px 3px 0 0;
  overflow: hidden;
  float: left;
  background: #538010;
  width: 141px;
  height: 50px;
}
.container-controls .accessibility-controls .language-select img {
  padding-right: 8px;
  padding-top: 14px;
}
.container-controls .accessibility-controls .language-select .TranslatePage
{
	background-color: white;
	font-size: 10pt;
	font-family: Arial;
	padding-right: 10px;
}

.container-controls .row.no-padding > div {
  padding: 0;
}
.container-controls .menu-logo {
  padding: 0;
}
.container-controls .menu-logo #slideMenuToggle {
  padding-left: 0;
  padding-right: 0;
}
.site-controls {
  margin-bottom: 14px;
  overflow: hidden;
}
.site-controls:before,
.site-controls:after {
  content: " ";
  display: table;
}
.site-controls:after {
  clear: both;
}
.site-controls:before {
  content: " ";
  display: table;
}
.site-controls:after {
  clear: both;
}
.site-controls > .siteControls-inner > div {
  height: 50px;
}
.site-controls > .siteControls-inner > div > img,
.site-controls > .siteControls-inner > div .goog-te-gadget-simple {
  position: relative;
  top: 12px;
}
.container-nav > div:before,
.container-nav > div:after {
  content: " ";
  display: table;
}
.container-nav > div:after {
  clear: both;
}
.container-nav > div:before {
  content: " ";
  display: table;
}
.container-nav > div:after {
  clear: both;
}
.container-nav .nav-item {
  float: left;
}
.container-nav .nav-item div {
  text-align: center;
}

.container-nav .nav-item div a {
  text-decoration: none;
}
.container-nav .nav-item div a span.img-container {
  display: block;
  padding: 10px;
}
.container-nav .nav-item div a span,
.container-nav .nav-item div a p {
  color: #ffffff;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 5px;
}
.container-nav .nav-item div a p {
  margin-bottom: 0;
  padding: 0 5px;
}
.container-nav .nav-item div.nav-pink {
  background: #c2426d;
}
.container-nav .nav-item div.nav-green {
  background: #538010;
}
.container-nav .nav-item div.nav-brown {
  background: #887153;
}
.container-nav .nav-item div.nav-blue {
  background-color: #5b7679;
}
.container-nav .nav-item div:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  /* For IE8 and earlier */

}
.nav-current {
	font-weight: bold;
}

.mobile-search-container {
  height: 50px;
  margin-top: -15px;
  margin-bottom: 10px;
  padding-top: 3px;
}
.mobile-search-container #mobileSearchControl {
  position: relative;
}
.mobile-search-container #mobileSearchControl .search-text {
  padding: 0;
  background: #d8e0e2;
  height: 50px;
  width: 100%;
  border: 0px !important;
  padding: 0 9px;
}
.mobile-search-container #mobileSearchControl .mobile-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: #d8e0e2;
  height: 50px;
  width: 100%;
  height: 100%;
  background-color: #5b7679;
  background-image: url('../web_graphics/nc2_img_search-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
  width: 50px;
}
.mobile-search-container #mobileSearchControl .mobile-search:hover {
  background-color: #50686a;
}
.container-breadcrumb-utilities {
  margin-top: 8px;
  margin-bottom: 3px;
}
.site-breadcrumb {
  float: left;
}
.site-breadcrumb ol.breadcrumb {
  list-style: none;
  padding-left: 0;
  background: none;
  margin-bottom: 0;
}
.site-breadcrumb ol.breadcrumb li + li:before {
  content: url(../web_graphics/nc2_img_bc_seperator.png);
  position: relative;
  bottom: 2px;
}
.site-breadcrumb ol.breadcrumb li {
  margin-right: 1px;
  font-size: 1em;
}
.site-breadcrumb ol.breadcrumb li a {
  color: #c2426d;/*#787878;*/
  text-decoration: none;
}
.site-breadcrumb ol.breadcrumb li a:hover {
  color: #538010;
  text-decoration: underline;
}
.site-breadcrumb ol.breadcrumb li.active {
  color: #000000;
}
.site-utilities {
  float: right;
}
.site-utilities ol {
  list-style: none;
}
.site-utilities ol li {
  display: inline-block;
  padding: 0 5px;
}
.site-utilities ol li a {
  color: #000000;
    text-decoration: none;
}
.site-utilities ol li a:hover {
  text-decoration: none;
}
.site-utilities ol li .addthis_toolbox a {
  margin-bottom: -8px;
}
.container-pageheader.homepage {
  margin-top: 12px;
}
.container-pageheader > .row:before,
.container-pageheader > .row-fluid:before,
.container-pageheader > .row:after,
.container-pageheader > .row-fluid:after {
  content: " ";
  display: table;
}
.container-pageheader > .row:after,
.container-pageheader > .row-fluid:after {
  clear: both;
}
.container-pageheader > .row:before,
.container-pageheader > .row-fluid:before {
  content: " ";
  display: table;
}
.container-pageheader > .row:after,
.container-pageheader > .row-fluid:after {
  clear: both;
}
.container-pageheader p {
  font-size: 1.5em;
  color: #787878;
}
.container-pageheader h1 {
  margin-top: 0px;
  font-size: 2.5714285714285716em;
  margin-bottom: 6px;
}
.container-pageheader .page-controls:before,
.container-pageheader .page-controls:after {
  content: " ";
  display: table;
}
.container-pageheader .page-controls:after {
  clear: both;
}
.container-pageheader .page-controls:before {
  content: " ";
  display: table;
}
.container-pageheader .page-controls:after {
  clear: both;
}
.container-pageheader .page-controls .page-left {
  float: right;
}
.container-pageheader .page-controls .divi {
  height: 30px;
  border-left: 1px solid #e0e0e0;
  float: right;
  margin: 0 5px;
}
.container-pageheader .page-controls .page-right {
  float: right;
}
.container-notice > .row .notice {
  width: 100%;
  background: #c2426d;
  color: #ffffff;
  padding: 10px;
}
.container-notice > .row .notice .icon {
  padding-right: 5px;
}
.container-notice > .row .notice a {
  color: #ffffff;
  text-decoration: underline;
}
.top-slider .controls {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 100%;
}
.top-slider .controls .prev,
.top-slider .controls .play_pause,
.top-slider .controls .next {
  float: right;
}
.top-slider .item {
  height: 330px;
}
.top-slider .video {
  border: none;
}
.container-actions-header {
  margin-bottom: 10px;
  margin-top: 18px;
}
.container-actions-header .top-slider-wrapper {
  padding-top: 3px;
  padding-left: 6px;
}
.container-actions-header .top-slider-wrapper iframe {
  max-height: 327px;
}
.container-actions-header .item-find {
  height: 100%;
}
.container-actions .item {
  margin-bottom: 18px;
}
.item {
  color: #ffffff;
}
.item:before,
.item:after {
  content: " ";
  display: table;
}
.item:after {
  clear: both;
}
.item:before {
  content: " ";
  display: table;
}
.item:after {
  clear: both;
}
.news.item .item-inner{
	min-height: 357px; /*TODO - When IE8 is no longer supported remove this style and reenble automatic height resizing in JavaScript*/
	height: auto;
}
.item .item-inner{
	height: 357px; /*TODO - When IE8 is no longer supported remove this style and reenble automatic height resizing in JavaScript*/
}
.item-inner a, .find-my-nearest a {
	color: #FFFFFF;
	text-decoration: none;
}
.news.item .item-inner {
	padding-bottom: 20px; /*TODO - When IE8 is no longer supported, see if this style can be removed as automatic height resizing will be reenabled in JavaScript*/
}
.item .item-inner,
.item .find-my-nearest {
  border-radius: 2px;
  border: 3px solid #eee;
  background-image: url('../web_graphics/nc2_img_item-corner-arrow.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
}
.item .item-inner:before,
.item .find-my-nearest:before,
.item .item-inner:after,
.item .find-my-nearest:after {
  content: " ";
  display: table;
}
.item .item-inner:after,
.item .find-my-nearest:after {
  clear: both;
}
.item .item-inner:before,
.item .find-my-nearest:before {
  content: " ";
  display: table;
}
.item .item-inner:after,
.item .find-my-nearest:after {
  clear: both;
}
.item .item-inner.bg-brown,
.item .find-my-nearest.bg-brown {
  background-color: #887153;
}
.item .item-inner.bg-green,
.item .find-my-nearest.bg-green {
  background-color: #538010;
}
.item .item-inner.bg-pink,
.item .find-my-nearest.bg-pink {
  background-color: #c2426d;
}
.item .item-inner .item-header,
.item .find-my-nearest .item-header {
  padding: 10px 10px 5px 10px;
}
.news  .item-inner h2 {
	margin: 0px;
	padding: 10px 10px 0 10px;
}
.item .item-inner .item-header h2,
.item .find-my-nearest .item-header h2{
  margin: 0;
  padding: 0;
  font-size: 1.7em;
  font-weight: bold;
}
.item .item-inner .item-body,
.item .find-my-nearest .item-body {
  padding: 0 10px 44px 10px;
  font-size: 1.1em;
}
.item .item-inner .image-container,
.item .find-my-nearest .image-container {
  position: relative;
  text-align: center;
}
.item .item-inner .image-container img.item-image,
.item .find-my-nearest .image-container img.item-image,
.item .item-inner .image-container span img,
.item .find-my-nearest .image-container span img
 {
  width: 100%;
  max-height: 164px;
  margin: 0 auto;
}
.item .item-inner .image-container img.item-image.find-image,
.item .find-my-nearest .image-container img.item-image.find-image {
  width: auto;
  max-height: 142px;
  padding-top: 25px;
}
.item .item-inner .image-container img.corner-icon,
.item .find-my-nearest .image-container img.corner-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.item .find-my-nearest {
  height: 333px;
}
.item-missing, .item-missing .item-inner a {
  color: #000000;
}
.item-missing .item-inner .image-container img,
.item-missing .find-my-nearest .image-container img {
  margin: 20px auto;
  width: auto;
}
.item-missing .item-inner .item-body,
.item-missing .find-my-nearest .item-body {
  color: #555555;
}

.item-missing .item-inner .item-footer
{
	color: #000000;
	/*text-decoration: none;*/
}
.item-footer a,
.item .item-inner.bg-pink .item-footer a ,
.item .item-inner.bg-brown .item-footer a,
.item .item-inner.bg-green .item-footer a{
	color: #FFFFFF;
	text-decoration: none;
}
.item-footer a:hover,
.item .item-inner.bg-pink .item-footer a:hover ,
.item .item-inner.bg-brown .item-footer a:hover,
.item .item-inner.bg-green .item-footer a:hover,
.item-missing .item-inner .item-footer a:hover{
	text-decoration: underline;
}

a:hover div.item-footer
{
	text-decoration: underline;
}

div.item-footer 
{ 
	bottom: 0px; 
	color: rgb(255, 255, 255); 
	position: absolute; 
	text-align: right; 
	text-decoration: none; 
	width: 100%; 
	display: block; 
	font-size: 1.1em; 
	text-transform: uppercase; 
	padding: 10px 65px 10px 10px; 
	font-weight: bold; 
}
div.item-footer a { 
	display: block; 
	color: rgb(255, 255, 255); 
	font-weight: bold; 
	position: relative; 
	text-transform: uppercase; 
	padding: 10px 65px 10px 10px; 
	font-size: 1.1em; 
}
div.news div.item-footer {
	padding: 0px;
}

/*a.item-footer:hover {
  color: #538010;
}
a.item-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: block;
  text-align: right;
  font-size: 1.071em;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 65px 10px 10px;
}
a.item-footer span {
  position: relative;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
}
a.item-footer:hover {
  text-decoration: underline;
  color: inherit;
}*/
/*
.page-slider {

	.page-slider-inner {

		.item {
			position: relative;

			.overlay {
				position: absolute;
				right: 0;
				top: 20%;
				height: 100%;
				width: 35%;

				.overlay-inner {
					padding-right: 10px;

					.title {

						position: absolute;
						right: 60px;
						top: 5px;
						width: 35%;


						h2 {
							color: @white;
							.font-size(58);
						}
					}

					.blurb {
						.font-size(21);
						color: @white;
					}

					.button {
						position: absolute;
						left: 0;
					}
				}
			}
		}
		.carousel-control {
			width: 5%;

			.control-container {
				vertical-align: middle;

				img {
					vertical-align: middle;
				}
			}
		}
	}
}
*/
.image-overlay {
  display: block;
  position: relative;
}
.image-overlay img {
  display: block;
}
.image-overlay:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000000);
  Safari 5.1-6*/

  /*background: -o-linear-gradient(rgba(0, 0, 0, 0), #000000);
  Opera 11.1-12*/

  /*background: -moz-linear-gradient(rgba(0, 0, 0, 0), #000000);
  Fx 3.6-15*/

  /*background: linear-gradient(rgba(0, 0, 0, 0), #000000);
  Standard*/

}
.content-bottom {
  margin-bottom: 20px;
}
.content-bottom h2 {
  font-size: 2.2em;
}
.top-slider .item .slider-title {
  position: absolute;
  bottom: 50px;
  padding: 0 15px;
  color: #ffffff;
  font-size: 1.857em;
  font-weight: normal;
}
.top-slider .item  .slider-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  color: #ffffff;
}
.top-slider .item  .slider-footer > img {
  margin-right: 5px;
}
.top-slider .item  .slider-footer .article-date {
  font-weight: bold;
}
.top-slider .item  .slider-footer .readmore {
  float: right;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
.top-slider .item  .slider-footer .readmore a {
  color: #ffffff;
}


.news .news-inner .news-slider {
  position: relative;
}
.news .news-inner .news-slider .news-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.news .news-inner .news-slider .news-controls div {
  float: right;
}
.news .news-inner .news-slider .news-controls div:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */

}
.news .news-inner .news-slider .news-item .image-overlay img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.news .news-inner .news-slider .news-item .news-overlay div {
  float: right;
}
.news .news-inner .news-slider .news-item .news-overlay div:nth-child(2) {
  margin-right: 2px;
}
.news .news-inner .news-slider .news-item .news-overlay img.overlay {
  position: absolute;
  bottom: 0;
  right: 0;
}
.news .news-inner .news-slider .news-item .news-title {
  position: absolute;
  bottom: 50px;
  padding: 0 15px;
}
.news .news-inner .news-slider .news-item .news-title h3 {
  color: #ffffff;
  font-size: 1.857em;
  font-weight: normal;
}
.news .news-inner .news-slider .news-item .news-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  color: #ffffff;
}
.news .news-inner .news-slider .news-item .news-footer > img {
  margin-right: 5px;
}
.news .news-inner .news-slider .news-item .news-footer .article-date {
  font-weight: bold;
}
.news .news-inner .news-slider .news-item .news-footer .readmore {
  float: right;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
.news .news-inner .news-slider .news-item .news-footer .readmore a {
  color: #ffffff;
}
.content-bottom .haveyoursay .haveyoursay-inner {
  padding-left: 15px;
}
.content-bottom .haveyoursay .haveyoursay-inner h2 {
	margin-top: 12px;
}
.haveyoursay .haveyoursay-inner .haveyoursay-container ul {
  list-style: none;
  padding-left: 0;
}
.haveyoursay .haveyoursay-inner .haveyoursay-container ul li {
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
  font-size: 1.071em;
}
.haveyoursay .haveyoursay-inner .haveyoursay-container ul li a {
  display: block;
  color: #555555;
  padding-right: 15px;
  background: url(../web_graphics/nc2_img_arrow-right-icon-dark.png) no-repeat right center;
  text-decoration: none;
}
.haveyoursay .haveyoursay-inner .haveyoursay-container ul li a:hover {
  text-decoration: none;
  background-image: url(../web_graphics/nc2_img_arrow-right-icon.png);
}
.haveyoursay .haveyoursay-inner .haveyoursay-container ul li .icon {
  float: right;
}
.haveyoursay .haveyoursay-inner .haveyoursay-container ul li:last-child {
  border: none;
}
.social {
  margin-bottom: 10px;
}
.social .social-inner .stream-header h2 {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 5px;
  margin-top: 12px;
}
.social .social-inner .stream-header a { /*img {
  float: right;
  position: relative;
  top: 32px;
  right: 5px;*/
}
.social .social-inner .stream-header img:hover {
  cursor: pointer;
}
.social .social-inner .stream-header img.social-icon-spacer {
  /*margin-right: 15px;*/
  margin-right: 5px;
}
.social .social-inner .social-stream {
  padding: 30px 10px 0 0;
  height: 320px;
  overflow-y: scroll;
}
.social .social-inner .social-stream .social-item {
  position: relative;
  margin-bottom: 30px;
}
.social .social-inner .social-stream .social-item .social-img {
  float: left;
  margin-right: 20px;
}
.social .social-inner .social-stream .social-item .social-img .img-container {
  width: 48px;
  position: relative;
}
.social .social-inner .social-stream .social-item .social-img .img-container img.social-icon-tiny {
  position: absolute;
  right: -8px;
  top: -8px;
}
.social .social-inner .social-stream .social-item .social-body {
  overflow: hidden;
  position: relative;
  top: -25px;
  line-height: 1.35em;
  font-size: 0.9em;
}
.social .social-inner .social-stream .social-item .social-body .details,
.social .social-inner .social-stream .social-item .social-body .timeago {
  float: right;
  margin-bottom: 3px;
  font-weight: bold;
}
.social .social-inner .social-stream .social-item .social-body .details a,
.social .social-inner .social-stream .social-item .social-body .timeago a {
  color: inherit;
}
.social .social-inner .social-stream .social-item .social-body .timeago {
  padding-right: 20px;
}
.social .social-inner .social-stream .social-item .social-body .name {
  font-weight: bold;
}
.social .social-inner .social-stream .social-item .social-body .message {
  color: #555555;
}
.section-description-wrapper {
  padding-right: 10px;
}
.section-right-wrapper > div:not(.img-wrapper) {
  margin-bottom: 15px;
}
.section-right-wrapper > div:not(.img-wrapper) .button-green {
  margin-top: 10px;
}
.section-right-wrapper > .img-wrapper > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.section-right-wrapper .social .social-inner {
  padding-right: 0;
}
.article h1.article-header {
  font-size: 4.286em;
  margin-top: 0;
}
.article p.article-lead {
  color: #000000;
  font-size: 1.571em;
  margin-bottom: 8px;
}
.article p {
  /*color: #575757;*/
  font-size: 1.071em;
  margin-bottom: 25px;
}
.article a {
  color: #c2426d;/*#538010;*/
}
.article a:hover {
	color: #538010;
}
.article ul {
  padding-left: 0;
  list-style: none;
}
.article ul li {
  background: url(../web_graphics/nc2_img_bullet-point-green.png) no-repeat left 5px;
  padding-left: 40px;
  /*margin-top: 15px;
  margin-bottom: 20px;*/
  font-size: 1.071em;
  margin-bottom: 14px;
}
.section-image-wrapper img {
  width: 100%;
}
.interested-in-container {
  background-color: #538010;
  background-image: url(../web_graphics/nc2_img_item-corner.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.interested-in-container .interested-in {
  padding: 20px;
  padding-bottom: 30px;
}

.interested-in-container .interested-in h2 {
  color: #ffffff;
  font-size: 1.7em;
  margin-top: 0;
  background: url(../web_graphics/nc2_img_info-icon.png) no-repeat left center;
  padding-left: 30px;
}
.interested-in-container .interested-in ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.interested-in-container .interested-in ul li {
  background: url(../web_graphics/nc2_img_icon-book.png) no-repeat 10px center;
  border-top: 1px solid #82bd2f;
  padding: 15px 10px;
}
.interested-in-container .interested-in ul li:hover {
  background-color: #629713;
}
.interested-in-container .interested-in ul li a {
  display: block;
  color: #ffffff;
  font-size: 1.071em;
  font-weight: 600;
  padding-left: 42px;
  padding-right: 23px;
  background: url(../web_graphics/nc2_img_arrow-right-icon-white.png) no-repeat right center;
  text-decoration: none;
}
.interested-in-container .interested-in ul li a:hover {
  text-decoration: none;
  color: #ffffff;
}
.in-this-section {
  margin-bottom: 15px;
}
.in-this-section .its-head {
  position: relative;
}
.in-this-section .its-head img {
  width: 100%;
}
.in-this-section .its-head .its-title {
  width: 80%;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
}
/*.in-this-section .its-head .its-title div.title {*/
.in-this-section div.title {
  height: 3.5em;/*50px;*/
  background-color: #76689c;/*#7663A1;/*#9B7EB9;/*#5b7679;*//*#69989d;*/
  color: #ffffff;
  text-align: left;
  /*font-size: 1.071em;*/
  font-size: 1.2em;
  font-weight: 600;
}
/*.in-this-section .its-head .its-title div.title p {*/
.in-this-section div.title p {
  padding: 4px 9px;
}
.in-this-section .its-head .its-title div.chevron {
  float: right;
  height: 50px;
  width: 50px;
  background-color: #538010;
  background-image: url(../web_graphics/nc2_img_chevron-right-white.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.in-this-section .its-head .its-title div.chevron a {
  display: block;
  height: inherit;
  width: inherit;
}

/*.in-this-section .its-head .its-title a {*/
.in-this-section a {
	text-decoration: none;
}

/*.in-this-section .its-head .its-title a:hover {*/
.in-this-section a:hover {
	text-decoration: none;
}

.container-external-links {
  margin-bottom: 20px;
}
.external-links div div{
  list-style: none;
  margin-left: 10px;
  margin-right: 10px;
}
/*.external-links div.link-set ul {
  list-style: none;
  padding-left: 0;
}
.external-links div.link-set ul li, */
.external-links div div{
  /*border-bottom: 1px solid #dfdfdf;*/
  border-top: 1px solid #dfdfdf;
  padding: 10px 0;
}
/*.external-links div.link-set ul li a, */
.external-links div a{
  display: block;
  color: #787878;
  font-size: 1.071em;
  font-weight: 700;
  padding-right: 23px;
  background: url(../web_graphics/nc2_img_arrow-right-icon-green.png) no-repeat right center;
  text-decoration: none;
}
/*.external-links div.link-set ul li a:hover {
  text-decoration: none;
}*/
.videos .video-wrapper iframe {
  width: 100%;
}
.concerns {
  position: relative;
  padding: 10px;
  background-image: url(../web_graphics/nc2_img_item-corner.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  border-radius: 2px;
  border: 3px solid #eee;
}
.concerns .image-container img {
  margin: 0 auto;
}
.concerns .item-header h2 {
  font-size: 1.714em;
  color: #000000;
}
.concerns .item-body {
  color: #787878;
  margin-bottom: 60px;
}
.concerns .item-footer {
  padding-right: 75px;
}
.concerns .item-footer:hover {
  color: #000000;
  text-decoration: underline;
}
.more-about-wrapper .img-container img {
  width: 100%;
}
.section-lead {
  font-size: 1.6em;
  color: #787878;
}
.container-footer {
  background: #538010;
  width: 100% !important;
  margin-top: 20px;
}
.container-footer .footer-inner-top {
  background: #538010;
  color: #ffffff;
  padding-bottom: 15px;
}
.container-footer .footer-inner-top h2 {
  padding-right: 25px;
}
.container-footer .footer-inner-top .find-us .find-us-inner .find-us-header,
.container-footer .footer-inner-top .our-magazines .our-magazines-inner .our-magazines-header  {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right;
}
.container-footer .footer-inner-top .find-us .find-us-inner .find-us-body .address address {
  padding-left: 12px;
  line-height: 1.3em;
}
.container-footer .footer-inner-top .find-us .find-us-inner .find-us-body .other .email {
  margin-bottom: 10px;
  line-height: 1.2em;
}
.container-footer .footer-inner-top .find-us .find-us-inner .find-us-body .other .email a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.container-footer .footer-inner-top .find-us .find-us-inner .find-us-body .other .phone {
  margin-bottom: 10px;
  line-height: 1.4em;
}
/*.container-footer .footer-inner-top .find-us .find-us-inner .find-us-body .other .phone span {
  font-size: 1.7142857142857142em;
  font-weight: bold;
}*/
.container-footer .footer-inner-top .find-us .find-us-inner .find-us-body .other .social-media img {
  height: 18px;
  margin-right: 14px;
}
.container-footer .footer-inner-top .find-us .find-us-inner .find-us-body .other .social-media img.social-flickr {
  height: 8px;
}
.container-footer .footer-inner-top .find-us .find-us-inner .find-us-body .directions a {
  padding-left: 12px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.container-footer .footer-inner-top .our-magazines .our-magazines-inner .our-magazines-body ul {
  list-style: none;
  padding-left: 0;
}
.container-footer .footer-inner-top .our-magazines .our-magazines-inner .our-magazines-body ul li {
  padding: 3px 0;
}
.container-footer .footer-inner-top .our-magazines .our-magazines-inner .our-magazines-body ul li a {
  display: block;
  color: #ffffff;
  padding-right: 15px;
  background: url(../web_graphics/nc2_img_arrow-right-icon-white.png) no-repeat right center;
  text-decoration: none;
}
.container-footer .footer-inner-top .our-magazines .our-magazines-inner .our-magazines-body ul li a:hover {
  text-decoration: none;
  background-image: url(../web_graphics/nc2_img_arrow-right-icon.png);
}
.container-footer .footer-inner-top .our-magazines .our-magazines-inner .our-magazines-body ul li .icon {
  float: right;
}
.container-footer .footer-inner-top .site-cookies {
  margin-top: 10px;
}
.container-footer .footer-inner-top .site-cookies .site-cookies-inner {
  border: 1px solid #82bd2f;
  padding: 7px;
  overflow: hidden;
}
.container-footer .footer-inner-top .site-cookies .site-cookies-inner div img {
  display: block;
  float: left;
  height: 19px;
  width: 19px;
}
.container-footer .footer-inner-top .site-cookies .site-cookies-inner div p {
  float: left;
  margin-left: 10px;
  width: 80%;
}
.container-footer .footer-inner-top .site-cookies .site-cookies-inner div p span {
  font-weight: bold;
}
.container-footer-bottom .footer-inner-bottom {
  padding: 10px 0;
}
.container-footer-bottom .footer-inner-bottom div .copyright,
.container-footer-bottom .footer-inner-bottom div .footer-nav > ul > li[class*='copyright'] {
  font-weight: bold;
}
.container-footer-bottom .footer-inner-bottom div .footer-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.container-footer-bottom .footer-inner-bottom div .footer-nav li {
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #e4e4e4;
}
.container-footer-bottom .footer-inner-bottom div .footer-nav li a {
  color: #515151;
  text-decoration: none;
}
.container-footer-bottom .footer-inner-bottom div .tablet-footer {
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
  padding: 10px 10px 5px;
  border-top: 1px solid #c3c3c3;
  width: 100%;
}
.container-footer-bottom .footer-inner-bottom div .tablet-footer .copyright {
  text-align: left;
}
.container-footer-bottom .footer-inner-bottom div .tablet-footer .desktop-toggle {
  text-align: right;
}
.container-footer-bottom .footer-inner-bottom div .desktop-toggle-mobile {
  font-weight: bold;
  width: 100%;
  text-align: right;
  margin-top: 10px;
  padding: 10px 10px 5px;
  border-top: 1px solid #c3c3c3;
}
/* Slidebars CSS */
/* Slidebars CSS */
#sb-site {
  box-shadow: none;
}
.sb-slidebar {
  border-top: 1px solid #cedee0;
  border-right: 1px solid #cedee0;
  background-color: #ffffff;
  color: #000000;
}
.sb-slidebar div.slide-menu-header {
  padding-right: 0;
}
.sb-slidebar div.slide-menu-header img.navigation-logo {
  position: relative;
  top: 3px;
}
.sb-slidebar div.slide-menu-header .slide-menu-header-close {
  height: 43px;
  cursor: pointer;
  padding-right: 5px;
}
.sb-slidebar div.slide-menu-header .slide-menu-header-close:hover {
  background: #cedee0;
}
.sb-slidebar div.slide-menu-header .slide-menu-header-close p {
  position: relative;
  top: 12px;
  color: #8aafb3;
  text-transform: uppercase;
  font-weight: bold;
}
.sb-slidebar ul.sb-menu {
  border-left: none;
}
.sb-slidebar ul.sb-menu li a.nav-toggle {
  display: table-cell;
  vertical-align: middle;
  /*
				&:hover {
					border: none;
					opacity: 0.8;
					background-color: #edf5f7;
					border-left: 1px solid #d4dcde;
				}
				*/

}
.sb-slidebar ul.sb-menu li.tier1-list-item {
	clear: both;
}
.sb-slidebar ul.sb-menu li a.nav-toggle.tier1 {
  width: 35px;
}
.sb-slidebar ul.sb-menu li a.nav-toggle.tier1.has-children {
  background: url(../web_graphics/nc2_img_nav-menu-plus.png) no-repeat 17px center;
}
.sb-slidebar ul.sb-menu li a.nav-toggle.tier1.has-children.sb-submenu-active {
  background: url(../web_graphics/nc2_img_nav-menu-minus.png) no-repeat 17px center;
}
.sb-slidebar ul.sb-menu li a.nav-toggle.tier2 {
  width: 45px;/*35px;*/
}
.sb-slidebar ul.sb-menu li a.nav-toggle.tier2.has-children {
  background: url(../web_graphics/nc2_img_nav-menu-plus.png) no-repeat 27px center;/*17px center;*/
}
.sb-slidebar ul.sb-menu li a.nav-toggle.tier2.has-children.sb-submenu-active {
  background: url(../web_graphics/nc2_img_nav-menu-minus.png) no-repeat 27px center;/*17px center;*/
}
.sb-slidebar ul.sb-menu li a.nav-toggle.tier3 {
  width: 60px;/*55px;*/
}
.sb-slidebar ul.sb-menu li a.nav-toggle.tier3.has-children {
  background: url(../web_graphics/nc2_img_nav-menu-plus.png) no-repeat 40px center;/*37px center;*/
}
.sb-slidebar ul.sb-menu li a.nav-toggle.tier3.has-children.sb-submenu-active {
  background: url(../web_graphics/nc2_img_nav-menu-minus.png) no-repeat 40px center;/*37px center;*/
}
.sb-slidebar ul.sb-menu li a.nav-toggle.tier4 {
  width: 72px;
  background: url('../web_graphics/nc2_img_chevron-right-tier4.png') no-repeat 59px center;
}
.sb-slidebar ul.sb-menu li a.nav-toggle:hover {
  border: none;
}
.sb-slidebar ul.sb-menu li a.nav-item {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  color: #000000;
  font-size: 1.2em;
  padding: 0;
  padding: 10px 40px 10px 5px;
  border-left: none;
}
.sb-slidebar ul.sb-menu li a.nav-item:hover {
  border: none;
}
.sb-slidebar ul.sb-menu li ul.sb-submenu li:last-child {
  border-bottom: none;
}
.sb-slidebar ul.sb-menu li ul.sb-submenu.tier2 {
  background: #d6e4e5;
}
.sb-slidebar ul.sb-menu li ul.sb-submenu.tier2 li a.nav-item {
  font-size: 1.143em;
}
.sb-slidebar ul.sb-menu li ul.sb-submenu.tier3 {
  background: #eef5f6;
}
.sb-slidebar ul.sb-menu li ul.sb-submenu.tier3 li a.nav-item {
  font-size: 1.143em;
}
.sb-slidebar ul.sb-menu li ul.sb-submenu.tier4 {
  background: #ffffff;
}
.sb-slidebar ul.sb-menu li ul.sb-submenu.tier4 li a.nav-item {
  font-size: 1.071em;
  color: #787878;
}
a.button-green {
  float: right;
  display: inline-block;
  min-height: 30px;
  min-width: 100px;
  border-radius: 3px;
  color: #ffffff;
  background-color: #538010;
  text-align: center;
  padding: 5px;
}
a.button-green:hover {
  text-decoration: none;
  background-color: #44690d;
}
ul.info-list, ul.info-listAlt {
  list-style: none;
  padding-left: 0;
}
ul.info-list li {
  border-top: 1px solid #cfd0d2;
  padding: 15px 10px 15px 10px;
}

ul.info-listAlt li {
  /*border-top: 1px solid #cfd0d2;*/
  padding: 15px 10px 15px 10px;
}

ul.info-list li.icon-flag, ul.info-listAlt li.icon-flag {
  background: url(../web_graphics/nc2_img_icon-flag-blue.png) no-repeat left center;
}
ul.info-list li.icon-money, ul.info-listAlt li.icon-money {
  background: url(../web_graphics/nc2_img_icon-money-blue.png) no-repeat left center;
}
ul.info-list li.icon-pencil, ul.info-listAlt li.icon-pencil {
  background: url(../web_graphics/nc2_img_icon-pencil-blue.png) no-repeat left center;
}
ul.info-list li.icon-info {
  background: url(../web_graphics/nc2_img_icon-info-blue.png) no-repeat left center;
}

ul.info-listAlt li.icon-info {
  /*background: url(../web_graphics/nc2_img_arrow-right-icon-green.png) no-repeat left center;*/
}

ul.info-list li:first-child, ul.info-listAlt li:first-child {
  border-top: none;
}

ul.info-listAlt li:last-child {
  list-style-type: none;
  list-style-image: none;
}

div.news ul.info-list {
	padding: 0 10px 0 10px;
}
div.news ul.info-list li {
	padding: 15px 0px 15px 0px;
}
div.news.item-missing ul.info-list li a{
	color: #000000;
	background-image: url(../web_graphics/nc2_img_arrow-right-icon-dark.png);
}
div.news ul.info-list li a {
	padding-left: 0px;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(../web_graphics/nc2_img_arrow-right-white-sm.png);
}
div.news ul.info-list li a:hover {
	text-decoration: underline;
	background-image: url(../web_graphics/nc2_img_arrow-right-icon.png);
}
div.in-this-section ul.info-list {
	background-color: #eeeeee;
}

div.in-this-section ul.info-listAlt {
	/*background-color: #eeeeee;*/
}

div.in-this-section ul.info-list li{
	padding: 10px 10px 10px 10px;
}

div.in-this-section ul.info-listAlt li {
	padding: 10px 8px 0px 4px;
}

div.in-this-section ul.info-list li.icon-flag, div.in-this-section ul.info-list li.icon-money, div.in-this-section ul.info-list li.icon-pencil, div.in-this-section ul.info-list li.icon-info {
	background-image: none;
}

/*
div.in-this-section ul.info-list li.icon-flag, div.in-this-section ul.info-list li.icon-money, div.in-this-section ul.info-list li.icon-pencil, div.in-this-section ul.info-list li.icon-info, div.in-this-section ul.info-listAlt li.icon-flag, div.in-this-section ul.info-listAlt li.icon-money, div.in-this-section ul.info-listAlt li.icon-pencil, div.in-this-section ul.info-listAlt li.icon-info {
	background-image: none;
}
*/

div.in-this-section ul.info-list li a, div.in-this-section ul.info-listAlt li a {
	padding-left: 0px;
}

ul.info-list li a {
  display: block;
  color: #000000;
  font-size: 1.071em;
  font-weight: 700;
  padding-left: 42px;
  padding-right: 23px;
  background: url(../web_graphics/nc2_img_arrow-right-icon-green.png) no-repeat right center;
  text-decoration: none;
}

ul.info-listAlt li a {
  display: block;
  color: #000000;
  font-size: 14px;/*1.071em;*/
  /*font-weight: 700;*/
  padding-left: 42px;
  padding-right: 23px;
  text-decoration: none;
  /*background: url(../web_graphics/nc2_img_arrow-right-icon-green.png) no-repeat left center;*/
}

ul.info-list li a:hover, ul.info-listAlt li a:hover {
  text-decoration: underline;
}


ul.info-listAlt {
  list-style-position: outside;
  list-style-image: url(../web_graphics/nc2_img_bullet-point-green-75.png) ;
  
  /*list-style-type: disc;
  padding-left: 10px;
  color: #538010;*/
  margin-left: 2em;
  padding-left: -1em;
}

li.NavToText {
	margin-left: -2em;
}

ul.info-listAlt li:last-child.NavToText {
	margin-bottom: 30px;
}


.sb-submenu-active {
  display: block;
}
/*
 * NCC Styles
 * --------------------------------------------------
 */
ul.info-listAlt li.NoPictures a {
	font-weight: 900;
	text-align: right;
}

li.NoPictures {
	list-style-image: none;
}

span.NoPictures {
	font-weight: 900;
	display: none
}

li.NavToText {
	list-style: none;
	list-style-image: none;
}
 
.container-notice-margin {
  margin-top: 12px;
}
.picture_right img {
	padding: 0 0 5px 5px;
}
.picture_left img {
	padding: 0 5px 5px 0;
}
.article-section table td, .article-section table th{
	padding: 10px;
}
.article-section table td p {
	margin: 0 0 10px 0;
}
.article table {
	border: 1px solid #333333;
}
.article table td, .article table th {
	padding: 10px;
	border: 1px solid #333333;
}
li.icon-info .pull-right {
	margin-right: 23px;
	padding-left: 5px;
}
#FacebookFeed {
	display:none;
	height: 365px;
 }
 .stream-header {
	z-index: 100;
	position: relative;
	background-color: white;
}
.stream-header img {
	vertical-align: baseline;
}

.fb-like-box iframe {
	margin-top: -63px;
	overflow: hidden;
	/*position: relative;
	z-index: -100;*/
}
/*
 * Paging
 * --------------------------------------------------
 */
.pagination-centered {
  text-align: center;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background: #538010;
  border-color: #538010;
}

.pagination > .active > a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.pagination > li > a
{
  color: #538010;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #eeeeee;
  border-color: #dddddd;
  color: #538010;
}
/*
 * Buttons
 * --------------------------------------------------
 */
 .btn-primary, .btn-primary:active, .btn-primary:focus {
  background: #538010;
  border-color: #538010;
}
.btn-primary:hover {
  background: #538010;
  border-color: #538010;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.btn-primary a, .btn-primary a:hover {
  color: #fff;
  text-decoration: none;
}
/*
 * Site Directory
 * --------------------------------------------------
 */
.article ul.level1 li {
  background: none;
  padding-left: 0px;
}
ul.level1 li, ul.level2 {
    list-style: none;
    display: block;
}
ul.level1 li a {
    font-weight: bold;
}
.article ul.level2 li {
    list-style-type: none;
    display: inline;
    background: none;
    padding-left: 0px;
}
ul.level2 li a {
    font-weight: normal;
}
/*
 * Top banner
 * --------------------------------------------------
 */
.banner img {
    width: 100%;
	height: 90px;
}
.BannerAd {
	height: 90px;
}
/*
 * Tags
 * --------------------------------------------------
 */
.tags a {
	text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  display: inline-block;
  color: #333333;
  background: #fff;
  margin: 0 3px 6px 0;
  -webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tags a:last-child {margin-right:0;}
.tags a:hover {
  background: #538010;
  border: 1px solid #538010;
  color: #fff;
    text-decoration: none;
}
/*
 * Tabs
 * --------------------------------------------------
 */
.nav-tabs {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
    border-bottom: none;
}

.nav-tabs li {
  float: left;
  line-height: 34px;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0 0 -1px 0;
}
.nav-tabs li a {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  color: #737373;
  display: block;
  letter-spacing: 0;
  outline: none;
  text-decoration: none;
}
.ie7 .nav-tabs li a {height: 35px;}
.nav-tabs li:first-child a {border-left: 1px solid #ddd;}
.nav-tabs li:last-child a {border-right: 1px solid #ddd;}
.nav-tabs li.active a { color: #404040; font-weight: bold;}
.nav-tabs li.active a i {opacity: 1; filter: alpha(opacity=100);}
.nav-tabs li i {opacity: 0.5; filter: alpha(opacity=50);}     
.nav-tabs li a:hover  {
    background: #fff;
}
.nav-tabs li.active a {
  background: #fff;
  border-bottom: 2px solid #fff;
}
.tab-content {
  border: 1px solid #ddd;
  margin: -1px 0 20px;
  overflow: hidden;
  width: 100%;
  line-height: 19px;
  -webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}
.tab-content {padding: 20px;}
/*
 * Back to top button
 * --------------------------------------------------
 */
.ncc-btn-top {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: -60px;
    right: 30px;
    background-color: #222;
    background-color: rgba(52,56,59,0.8);
    -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #fff;
}
.ncc-btn-top.active {
    bottom: 100px;
    opacity: 0.75;
}
.ncc-btn-top.active:hover {
    opacity: 1;
    bottom: 100px;
}
/*
 * Panel
 * --------------------------------------------------
 */
 .container .accordion .panel-heading {
  background-color: #538010;
  color: #FFFFFF;
  padding: 0;
}
.container .accordion .panel-heading:hover {
  opacity: 0.9;
}
.container .accordion .panel-heading a, .container .accordion .panel-heading a .panel-title {
  color: #ffffff;
  font-size: 1em;
  text-decoration: none;
}
.container .accordion .panel-heading a .panel-title {
  padding: 15px;
}
/*
 * Call to action
 * --------------------------------------------------
 */
.large-notice {
  background-color: #fafafa;
  border: 1px solid #ddd;
  padding: 32px;
  -webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.large-notice h3{
  margin: 0 0 10px;
}
.large-notice p {
  /*color: #777;*/
}
.large-notice img {
    float: left;
    padding: 10px 20px 20px 0;
}
.container .ncc-no-background {
    background-color: transparent;
}
.ncc-notice-img-text {
    padding-top: 10px;
}
.large-notice a, .large-notice a:hover {
  color: #fff;
}


/* MEDIA QUERIES - For screen-specific adjustments */
/* Mobile */
@media (max-width: 650px) {
  body {
    overflow-x: scroll;
  }
  .item-inner,
  .find-my-nearest {
    background-size: 21%;
  }
  .interested-in-container,
  .concerns {
    background-size: 8%;
  }
  /* Mobile nav fixes */
  .container-controls .row > div {
    padding: 0;
  }
  .container-controls .row .menu-toggle {
    font-size: 0.857em;
    padding: 15px 0;
  }
  .search-button {
    width: 50px;
    float: right;
  }
  .container-nav .row {
    margin-left: -4px;
    margin-right: -4px;
  }
  .container-nav .nav-item {
    margin-bottom: 8px;
  }
  .container-nav .nav-item > div {
    min-height: 110px; /*125px; 170px;*/
  }
  .container-pageheader h1 {
    font-size: 2.714em;
  }
  .item {
    margin-bottom: 8px;
  }
  .item .image-container img.corner-icon {
    width: 24%;
  }
  .item.item-find .item-inner,
  .item.item-find .find-my-nearest {
    background-size: 10%;
  }
  .item-footer {
    padding-right: 60px !important;
    text-align: center;
  }
  .social {
    margin-bottom: 0;
  }
  .social .social-inner .social-stream {
    overflow-y: hidden;
    height: auto;
  }
  .content-bottom .haveyoursay .haveyoursay-inner {
    padding-left: 0;
  }
  .container-footer .footer-inner-top h2 {
    font-size: 1.714em;
  }
  .container-footer .footer-inner-top .find-us .find-us-inner .find-us-header {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #84bf31;
    margin-top: 20px;
    margin-bottom: 6px;
	background-image: url(../web_graphics/nc2_img_chevron-down-thin.png);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
  }
  .container-footer .footer-inner-top .find-us .find-us-inner .find-us-header h2 {
    display: inline-block;
    margin-top: 0;
  }
  .container-footer .footer-inner-top .find-us .find-us-inner .find-us-header img.icon {
    position: absolute;
    right: 5px;
    bottom: 20px;
  }
  .container-footer .footer-inner-top .find-us .find-us-inner .find-us-body {
    display: none;
    margin-top: 10px;
  }
  .container-footer .footer-inner-top .our-magazines .our-magazines-inner .our-magazines-header {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #84bf31;
    margin-bottom: 6px;
	background-image: url(../web_graphics/nc2_img_chevron-down-thin.png);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
  }
  .container-footer .footer-inner-top .our-magazines .our-magazines-inner .our-magazines-header h2 {
    display: inline-block;
  }
  .container-footer .footer-inner-top .our-magazines .our-magazines-inner .our-magazines-header img.icon {
    position: absolute;
    right: 5px;
    bottom: 20px;
  }
  .container-footer .footer-inner-top .our-magazines .our-magazines-inner .our-magazines-body {
    margin-top: 10px;
    display: none;
  }
  .container-article-overview h2 {
    font-size: 1.857em;
  }
  .article-section h1.article-header {
    font-size: 1.857em;
    font-weight: 600;
  }
  .article-section h2 {
    font-size: 1.429em;
  }
  .article-section p.article-lead {
    font-size: 1.357em;
  }
  .article-section.mobile-collapse {
    border-bottom: 1px solid #82bd2f;
    padding-bottom: 8px;
  }
  .article-section.mobile-collapse .article-section-header {
    padding-right: 50px;
	background-image: url(../web_graphics/nc2_img_chevron-down-blue.png);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
  }
  .article-section.mobile-collapse .article-section-content {
    /*display: none;*/ /* INC000000365237 */
    padding-top: 5px;
  }
  .page-section h1 {
    font-size: 1.857em !important;
  }
  .page-section h2 {
    font-size: 1.857em !important;
  }
  .page-section p.section-lead {
    font-size: 1.071em !important;
  }
  .social .social-inner .social-stream .social-item:last-child {
    margin-bottom: 0;
  }
  .container-controls .menu-logo .ncc-container div.inner-container a .ncc-logo {
    top: 14px;
  }
}

/* Tablet */
@media (min-width: 650px) and (max-width: 980px) {
  .item-inner,
  .find-my-nearest,
  .interested-in-container,
  .concerns {
    background-size: 18%;
  }
  .article-section.mobile-collapse .article-section-header {
    background-image: none !important;
  }
  .container-nav .nav-item {
    padding: 0 10px;
  }
  .container-nav .nav-item > div {
    min-height: 125px;
  }
  .item {
    margin-bottom: 8px;
  }
  .item .image-container img.corner-icon {
    width: 22%;
  }
  .social .social-inner {
    padding-right: 30px;
  }
  .content-bottom .haveyoursay .haveyoursay-inner {
    padding-left: 0;
  }
}
@media (min-width: 650px) and (max-width: 900px) {

	.in-this-section div.title
	  {
		height: 4.5em;
	  }
}
@media (min-width: 650px) and (max-width: 720px) {
  .container-nav .nav-item > div {
    min-height: 110px;
  }
  .item-inner,
  .find-my-nearest,
  .interested-in-container,
  .concerns {
    background-size: 24%;
  }
 /* .in-this-section div.title
  {
	height: 4.5em;
  }*/
}
/* Desktop */
@media (min-width: 980px) {
  .article-section.mobile-collapse .article-section-header {
    background-image: none !important;
  }
  .container-nav .nav-item {
    width: 105px;
    margin-right: 15px;
    padding: 0;
  }
  .container-nav .nav-item > div {
    min-height: 120px;
  }
  .social .social-inner {
    padding-right: 15px;
  }
  .content-bottom .haveyoursay .haveyoursay-inner {
    padding-left: 15px;
  }
/*}
@media (min-width: 980px) {*/
  .hidden-small,
  .visible-large {
    display: block;
  }
  .visible-small,
  .hidden-large {
    display: none !important;
  }
  .container-controls > .row {
    max-width: none;
  }
  /*.container-controls form#searchControl .search-button {
    position: relative;
    float: none;
    min-width: 50px;
    width: 100%;
  }*/
  .container-nav .nav-item div {
    min-height: 114px !important;
  }
  .container-nav .nav-item div a span.img-container img {
    max-width: 70px;
    margin: 0 auto;
  }
}
@media (max-width: 979px) {
  .hidden-small,
  .visible-large {
    display: none !important;
  }
  .visible-small,
  .hidden-large {
    display: block;
  }
  .container-controls form#searchControl .search-button {
    position: relative;
    float: none;
    min-width: 50px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-controls .accessibility-controls .language-select #google_translate_element {
  }
}
@media (max-width: 360px) {
  .container-controls .menu-logo .ncc-container div.inner-container a .ncc-logo {
    top: 16px;
  }
  .container-nav .nav-item div {
    min-height: 115px !important;
  }
}
@media (min-width: 360px) and (max-width: 480px)/*(max-width: 500px)*/ {
  .container-nav .nav-item div {
    min-height: 140px !important;
  }
}
@media (min-width: 480px) and (max-width: 650px) {
  .container-nav .nav-item div {
    min-height: 110px !important;
  }
}
@media (max-width: 425px) {
  .item .item-inner,
  .item .find-my-nearest {
    background-size: 28%;
  }
  .item .item-inner .item-header h2,
  .item .find-my-nearest .item-header h2 {
    font-size: 1.286em !important;
  }
  a.item-footer {
    padding-right: 45px !important;
  }
  a.item-footer span {
    font-size: 0.857em !important;
  }
  .interested-in-container .interested-in {
    background-size: 12%;
  }
}
/* For printing */
@media print {
  div {
    display: block !important;
  }
  .in-this-section .its-head img {
    width: auto;
  }
  .in-this-section .its-head .its-title {
    position: relative;
  }
}

/* added 28/10/2015 RG CSS for new component to leave site quickly on domestic abuse pages */

#leave {
		cursor: pointer; 
		background: #333; 
		position: fixed; 
		right:0; 
		top:200px; 
		 
		   
		z-index: 10000; 
		padding: 10px 10px 10px;
		
			
}

#leave img{
max-width:100%;
}

#leave p {

		color:#fff;
		font-size: 1.6em;
}






@media only screen and (max-width:1199px)

{
#leave {
width:60px;

}


#leave p{


font-size:.8em;}

#image img{
max-width:100%;

}

}




@media only screen and (max-width:650px){

#leave{
display: none;

}}



