@charset "UTF-8";
/* CSS Document */



body, html {
	width: 100%;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	font-size: 16px;
	font-family: 'Proxima N W01 Reg', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* WaterNZ style */

h2 {
	font-size: 26px;
	color: #136ba3;
	margin: 25px 0;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: 'Proxima N W01 Smbd', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h5 {
	font-size: 16px;
	color: #0A4F51;
	margin: 25px 0 10px;
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h6 {
	font-size: 14px;
	color: #333;
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 30px 0 15px;
}
p a:hover {
	color: #21ab67 !important;
	text-decoration: none;
}
a{
	text-decoration: none !important;
}
a:hover,
a *:hover{
	cursor: pointer !important;
}
textarea{
	resize:none;
	width: 286px;
}
.slider-right a {
	color: #fff;
}
.slider-right a:hover {
	color: #21ab67;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background: none;
}
.dropdown {
	position: static;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
#footer li a:hover, #footer li a:focus  {
	color: #21ab67;
	background: none;
}
.border-grey{
	border-style: solid;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-color: #F3F7FA;
	position: relative;
}
.row {
	margin-right: 0;
}
ul li{
	margin: 0 auto;
}
a:hover h3{
	color: #19aa69
}
a h3{
	-webkit-transition: all .2s ;
	-moz-transition: all .2s ;
	-ms-transition: all .2s ;
	-o-transition: all .2s ;
	transition: all .2s ;
}
.dropdown-menu>li>a {
	text-transform: uppercase;
	font-family: 'Proxima N W01 Light', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 3px 10px;

}
.dropdown-menu > li > a:hover {
	color: #21ab67;
	background: none;

}
.nav > li {
	position: static;
	display: block;
}
.open>.dropdown-menu {
	border-radius: 0;
	text-align: center;
	display: block;
}
.dropdown-menu li{
	display: inline-block;
	padding: 5px 0;
}
.dropdown-menu {
	position: absolute;
	box-shadow: none;
	background: #ededed;
	border: 0;
	width: 100%;
	min-width: 100%;
	text-align: center;
	overflow: hidden;

}
.dropdown-menu li{
	display: inline-block;

}
.dropdown{
	position: static !important;
}
.topmenu > .nav.navbar-nav > li.dropdown{
	position: static; !important;
}
.container-fluid >.navbar-collapse{
	padding: 0px !important;
	margin: 0px 15px !important;
}
.navbar-collapse{
	margin-top: 15px;
}

/*
inline images
*/
.figure-pull-right, 
.caption-pull-right, 
.figure-pull-left, 
.caption-pull-left {
	margin-bottom: 1.5em;
	max-width: 48%;
}
.figure-pull-right, .caption-pull-right {
	float: right;
	margin-left: 2em;
}
.figure-pull-left, .caption-pull-left {
	float: left;
	margin-right: 2em;
}
.caption-pull-left {
	clear: left;
}
.caption-pull-right {
	clear: right;
}
figcaption, .caption, .caption-pull-right, .caption-pull-left {
	color: #999;
	font-size: 0.9em;
}
/* Colors */

.bluebg {
	background-color: #136ba3;
}
.lightblue {
	color: #219fde;
}
.lightbluebg {
	background-color: #219fde;
}
.waveblue {
	color: #264d5a;
}
.wavebluebg {
	background-color: #264d5a;
}
/* End Colors */

.toplogo {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3%;
}
.breadcrumb {
	margin-left: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 20px;
	background-color: #ffffff !important;
}
.content ul.breadcrumb  {
	padding: 0;
	margin-left: 0;
}
.breadcrumb ul li {
	display: inline;
	padding-right: 5px;
}
.breadcrumb ul li:after {
	content: url(../images/bread.png);
	padding-left: 5px;
	font-size: 10px;
}
.breadcrumb ul li:last-child:after {
	content: "";
}
.quote {
	font-family: 'Proxima N W01 Reg', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	float: right;
	width: 250px;
	padding: 20px 25px;
	margin-left: 30px;
	margin-bottom: 30px;
	color: #fff;
	position: relative;
	line-height: 1.3em;
	margin-top: 55px;
}
.no-pad{
	padding: 0;
}
/* Top Image Style */
.topImgContent .sig-color-bg{
	min-height: 220px;

}
.topImgContent {
	overflow: hidden;
}
.topImgContent img {
	width: 100%;
	display: block;
}
.topImgContent .row {
	margin: 0;
}
.topImgContent h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 1.3em;
	padding: 30px 15px 0;
	margin: 0;
}
.topImgContent h3 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	padding: 15px 15px;
	margin: 0;
}
.page-content {
	position: relative;

}
.bluehr {
	float: left;
	width: 100%;
	padding: 0 0 0 15px;
}
.bluehr hr {
	width: 30px;
	border: 3px solid #38acf3;
	float: left;
}
.stretchMe {
	min-height: 220px;
	z-index: 0;
	margin-bottom: 40px;
}
/* End Top Image Style */

/* Masonry */
#masonry-container {
	margin: 0 auto;
}
.item-mas{
	width: 29%;
	margin: .9em;
	float: left;
}
.item-mas img {
	max-width: 100%;
	border: 0;
	vertical-align: bottom;
}



/* End Masonry */

/* Calendar Style */

.calendar {
	color: #fff;
	width: 100px;
	height: 100px;
	padding: 15% 0 0;
	text-align: center;
}
.calendar-small {
	width: 70px;
	height: 70px;
	padding: 15% 0 0;
	text-align: center;
}
.calendar-small h6 {
	margin: 0;
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #fff;
}
.calendar-small h6+span {
	font-family: 'Proxima N W01 Light', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.calendar h6 {
	margin: 0;
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #fff;
}
.calendar h6+span {
	font-family: 'Proxima N W01 Light', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.calendar-small{
	background-color: #136ba3;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.media:nth-child(3n+1) .calendar-small{
	background-color: #136ba3;
}
.media:nth-child(3n+2) .calendar-small{
	background-color: #219fde;
}
.media:nth-child(3n+3) .calendar-small{
	background-color: #264d5a;
}
a:hover .event-thumb .calendar-small,
a:focus .event-thumb  .calendar-small{
	background-color: #19aa69 !important;
	
}
a:hover .media-heading,
a:focus .media-heading{
	color: #19aa69 !important;
}
.media-heading{
	overflow: hidden;
}
.news .media-heading a:hover,
.news .media-heading a:focus,
.resources a:hover,
.resources a:focus{
	color: #19aa69 !important;
}


/* End Calendar Style */

.intro {
	font-family: 'Proxima N W01 Light', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin: 0 0 30px;
	color: #535454;
}
.content h3 {
	font-size: 18px;
	color: #38acf3;
	text-transform: uppercase;
	font-family: 'Proxima N W01 Smbd', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content h4 {
	font-size: 16px;
	color: #354e5b;
	margin: 30px 0 15px;
	font-family: 'Proxima N W01 Smbd', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.purple h2, .purple h3 {
	color: #59395e;
}
ul.list-tick li {
	display: list-item;
	padding-left:25px; 
	margin: 10px 0;
	line-height: 18px;
	background-image: url(../images/untick.png);
	background-repeat: no-repeat;
	list-style: none;
}
ul.list-tick,
ul.list-attachments {
	margin-top: 15px;
	list-style: none;
	padding-left: 0;

	
}
ul.doclist li {
	border-bottom: 1px solid #eee;
	background-repeat: no-repeat;
	padding: 5px 0;
	list-style: none;

}

ul.doclist li:last-child {
	border-bottom: none;
}

.dash-top-img img {
	max-width: 100%;
	min-width: 100%;
}
.vidlist li:before{
	font-family: 'FontAwesome';
	content:'';
	color: #777777 !important;
	margin-left: 5px;
	margin-right: 10px;
	font-size: 14px;

}
.doclist li:before{
	font-family: 'FontAwesome';
	content:'';
	color: #777777 !important;
	margin-left: 5px;
	margin-right: 10px;
	font-size: 14px;
}
.doclist li,
.vidlist li{
	color: #777777;
}
.doclist,
.vidlist{
	padding-left: 0;
}

.doclist a:hover,
.doclist a:focus,
.vidlist a:hover ,
.vidlist a:focus{
	color:#21ab67;
}
/* Page Searching Style */

.well {
	background: #f3f7fa;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	border-top: 3px solid #0e69a3;
}

.attaches .well {
	padding: 0;
	margin-top: 30px;
}
.attaches td {
	border-top: 0;
	padding-top: 20px;
	text-align: center;
}
.attaches .btn-success {
	margin: 0;
}

.form-group {
	margin-bottom: 15px;
	margin-top: 20px;
}
.content-navigation select{
	margin-top: 15px;
	margin-bottom: 0;
	width: 100%;
	background-color: #ffffff;
	height: 36px;
	border-radius: none;
	border:none;
	-webkit-border-radius:none;
}
.content-navigation input,
.content-navigation .form-control{
	border: #ffffff;
	border-radius: 0;
}
.infield-label label {
	padding: 3px 12px ;
	color: #777;
	font-weight: normal;
	line-height: 30px;
}


.value textarea, 
.value input[type="text"], 
.value input[type="email"], 
.value select {
	color: #333;
	font-size: 16px;
	border: 1px #777777 solid;
	border-radius: 0;
	-webkit-border-radius:0 !important;
	box-shadow: none;
	z-index: inherit;
}
.category-search input, 
.category-search select,
.category-search button{
	display: block;
	width: 100%;
	margin: 10px 0;
}
select,
option{
	border: 0;
	-webkit-border-radius: 0;
	padding: 5px 5px 5px 10px;
}
.category-search input{
	padding:5px; 
}
.category-search select{
	height: 32px;
	background-color: #ffffff;
}
.category-search .btn-success{
	margin: 1px auto 0;
	display: block;
}
.btn-success{
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	background: #19aa69;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #fff !important;
	padding: 7px 14px;
	font-size: 16px;
	margin: 15px 0;
	font-family: 'Proxima N W01 Smbd', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-success:hover, .btn-success:focus, .toplinks a.btn-success:hover, .toplinks a.btn-success:focus {
	background: #1777BC !important;
	color: #ffffff !important;
}
.big-form .btn-success .fa {
	font-size: 12px;
	margin-left: 6px;
}
.input-sm{
	margin-top: 16px;
	width:200px !important;
}
.parent .btn-success .fa {
	font-size: 12px;
	margin-left: 10px;
	color: #fff;
	padding-right: 0;
	line-height: 20px;
}
a.collapsed.btn.btn-success:hover{
	color: #ffffff !important;
}
.big-form .input-group-btn .btn-default {
	background: #19aa69;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	padding: 9px 14px 7px;
}
.abcsearch ul {
	width: 100%;
	margin: 10px 0 20px;
	padding: 0;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}
.abcsearch ul li {
	display: inline;
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
}
.menu-trigger > .fa-minus, .menu-trigger.collapsed > .fa-plus {
	display: inline;
}
.menu-trigger.collapsed > .fa-minus, .menu-trigger > .fa-plus {
	display: none;
}
.fa-li{
	left: -1em !important;
}
.parent.closed p{
	position: relative;
	left: -15px;
	overflow: hidden;
}
.parent p{
	left: 20px;
	position: relative;
	overflow: hidden;
}
}
.parent{
	padding: 5px !important;
}
.member-nav .parent{
	padding: 5px 5px 5px 20px;
}
.placeholder-focus label {
	z-index: 10;
	color: #fff !important;
}
.parent li:last-child{
	margin-bottom: 10px;
}
/* End Page Searching Style */

.arrow-down-pattern {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.arrow-down-pattern img {
	max-width: 100%;
	min-width: 100%;
	vertical-align: bottom;
}
.promo-area{
	clear:right;
}
.promo {
	background: #136BA3;
	position: relative;
	margin-bottom: 25px;
	cursor: pointer !important;
	z-index: 2;
}
.promo a{
	display: block;
	overflow: hidden;
	cursor: pointer !important;
}
.promo-header {
	background: #000 url(../images/promo-default.png);
	background-size: cover;
	position: relative;
	overflow: hidden;
	height: 180px;
}
.promo-header>img {
	min-width: 100%;
	margin: 0;
	padding: 0;
}
.promo-title {
	position: absolute;
	top: 0;
	left: 0;
}
.promo-title h4 {
	color: #fff;
	padding: 8% 10%;
	font-size: 27px;
	text-transform: uppercase;
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	line-height: 1.2em;
}
.promo-title h4 a {
	color: #fff;
}
.promo-title h4 a:hover {
	color: #bbb;
}
.promo-details p {
	padding: 5% 10% 10%;
	color: #fff;
	font-size: 22px;
	margin: 0;
}
.reg-top > .row >div >input, .login-top > .row >div >input {
	margin-bottom: 20px;
}
.navbar {
	border-radius: none;
	position: relative;
	min-height: none;
	margin-bottom: 0px;
	border: none;
}
.navbar-collapse .col-md-11, .navbar-collapse .col-md-1 {
	padding-right: 0;
}
.panel-group {
	margin-bottom: 0;
}
.panel {
	margin-bottom: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}
.panel-group .panel+.panel {
	margin-top: 0px;
}
.topsearch {
	background: #19aa69;
	border-bottom: 5px solid #0e69a3;
	margin-top: -1px;
}
.topsearch .col-md-8 {
	padding-left: 0;
}
.topsearch .btn {
	padding: 7px 15px 5px 20px;
}
.topsearch .btn-default{
	background: #0e69a3;
	border-radius: 0;
	border: none;
	color: #ffffff;
	font-size: 16px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	padding: 9px 15px 6px 20px;
	font-size: 16px !important;
}
.topsearch a.btn-default{
	font-size: 16px;
}
.topsearch .btn-default:hover
{
	background: #fff;
}
.topsearch .btn-default:hover,
.topsearch .btn-default:hover i{
	border: none;
	color:#19aa69 !important;
}

.topsearch form {
	padding: 20px 0;
}
.topsearch input {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.topsearch .input-group-addon {
	background: #FFF none repeat scroll 0% 0%;
	border: 0px none;
	border-radius: 0px;
	color: #19AA69;
	height: 38px;
	font-size: 14px;
	left: -40px;
	z-index: 3;
	width: 40px;
	padding: 0px 5px 0px 5px;
	top: 0;
}
.searching .btn-success {
	border-radius: 0;
	height: 36px;
	color: #fff;
	padding: 7px 11px 0;
	margin-top: -6px;
	background: #19aa69;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 10;
}
.form-control {
	height: 38px;
	font-size: 16px;
}
.login-top a {
	color: #ededed;
}
.login-top a:hover {
	text-decoration: none;
	color: #fff;
}
.navbar-brand {
	float: left;
	padding-top: 30px;
	padding-bottom: 20px;
	height: 65px;
	display: block;
	z-index: 2;
	cursor: pointer;

}
.navbar-brand img {
	position: relative;
	top: -20px;

}
.lastreviews {
	margin-top: 40px;
}
.lastreviews .media-list .media{
	padding: 20px 0 5px;
	margin-top: 15px;
}
.review {
	position: relative;
}
.review-header {
	position: absolute;
	top: 0;
	left: 0;
}
.review-header {
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
a:hover .review-header,
a:focus .review-header{
	color: #ffffff;
}
.review img {
	min-width: 100%;
}
.news .review-header {
	background: #264d5a;
}
.events .review-header {
	background: #219fde;
}
.resources .review-header {
	background: #136ba3;
}
.news .arrow-up {
	border-top: 20px solid #264d5a;
	position: absolute;
}
.news .arrow-right {
	border-top: 20px solid #264d5a;
}
.events .arrow-up {
	border-top: 20px solid #219fde;
}
.resources .arrow-up {
	border-top: 20px solid #136ba3;
}
a .more  {
	background: #21ab67;
	width: 36px;
	height: 36px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #fff !important;
	font-size: 25px;
	z-index: 100;
	line-height: 1.4em;
	transition:all .2s;
	text-decoration: none;
}
a:hover .more{
	background: #cdcdcd;
	color: #21ab67 !important;
}
p.readmore {
	margin-bottom:0;
}
.readmore a{
	font-size: 15px;
}
.readmore a:hover{
	color:#21ab67;
}
.lastreviews .media .date {
	text-transform: uppercase;
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
}
.lastreviews h3.media-heading {
	font-size: 24px;
}
.media-body h4.media-heading{
	color:#535454 !important;
}
.media, .media-body, {
	overflow: visible;
}
}.media-list li{
	word-wrap:break-word;
}
.media-list{
	margin-top: 10px;
}
.meta li + li:before{
	content: ' •  ';
	padding-right:3px;
}
.meta li a{
	color: #354e5b ;
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.meta li a:hover{
	color: #19aa69 !important;
}
.library .media-heading{
	margin: 10px 0;
}
.news .date, .news .media-heading {
	color: #264d5a;
}
.events .date, .events .media-heading {
	color: #219fde;
}

.resources .date, .resources .media-heading {
	color: #136ba3;
}
.news .date, .news a{
	color: #264d5a;
}
.events .date, .events a{
	color: #219fde;
}

.resources .date, .resources a{
	color: #136ba3;
}
.category .well{
	background-color: #ffffff;
	padding: 0;
	margin: 25px 0 50px;
}
.category h3{
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}
.category ul{
	margin-left:0;
	padding-left: 0; 
}
.category li{
	border-bottom: 2px solid #ededed;
	display: table;
	width: 100%;
}
.category li:last-child{
	border-bottom: 0;
	padding-bottom: 10px;
}
.category p, .category i{
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
}
.category li > a > p{
	width: 90% ;
	padding: 10px 10px 10px 0;
}
.category i{
	width: 10%;
	float: right;
	padding-top: 10px;
}
.category li *{

	display: table-cell;
}
.category li a{
	width: 100%;
	display: block;
	color: #777777;
}
.category li a:hover,
.category li a:focus{
	color: #19aa69;
}
.read-more a{
	color: #19aa69 !important;
}
.read-more a:hover,
.read-more a:focus{
	color: #0e69a3 !important;
}

.bluegreen {
	background: #264d5a;
	margin-top: 30px;
	margin-bottom: 10px;
}
.bluegreen h3 {
	color: #fff;
	font-family: 'Proxima N W01 Light', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 1.2em;
	margin-top: 15px;
	width: 95%;
}
.bluegreen h3 strong {
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
}
.statement {
	/*background: transparent url(../images/statementbg.png) no-repeat right center;*/
	padding: 70px 0;
}
.statement .col-md-4>div {
	position: relative;
	max-height: 235px;
	overflow: hidden;
}
.statement .col-md-4>div img {
	min-width: 100%;
	max-width: 100%;
	min-height: 235px;
}
.statement .row{
	margin-right:0;
}
.rafilter {
	position: absolute;
	top: 0;
	right: 0;
}
.list-group ul {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: 'Proxima N W01 Smbd', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
.list-group ul li a {
	color: #fff;
	text-decoration: none;
}
.list-group ul li a:hover {
	color: #fff;
}
.list-group .fa {
	margin-left: -20px;
	margin-right: 8px;
}
.carousel-caption {
	width: 50%;
	background: #0e69a3;
	color: #fff;
	left: 25%;
	height: 80%;
	bottom: 10%;
	text-shadow: none;
	padding: 5% 5% 0;
}
.carousel-caption span {
	text-transform: uppercase;
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}
.carousel-caption h1 {
	margin-top: 10px;
	font-family: 'Proxima N W01 Light', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
}
.carousel-indicators {
	bottom: 10%;
}
.slider .item img {
	min-width: 100%;
	min-height: 350px;
}
.slider .col-md-9 {
	padding-right: 0;
}
.slider .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}
.join, .ads {
	position: inherit;
	height: 175px;
	overflow: hidden;

}
.join img {
	min-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.ads {
	background: #264d5a;
	min-height: 100%;
}
.ads h4, .join h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 8px;
}
.ads p, .join p {
	font-size: 26px;
	font-family: 'Proxima N W01 Light', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ads, .join-desc {
	color: #fff;
	float: left;
	padding: 20px;
}
.join-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.topmenu {
	width: 100%;
	float: left;
	border-top: 1px solid #ddd;
	padding: 15px auto !important;
	margin: 0 auto;
}
.navbar-nav {
	width: 100%;
	margin: 0;
	padding: 0 0;
	text-align: center;
	font-family: 'Proxima N W01 Smbd', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;

}
.navbar-default {
	background: none;
	border: none;
}
.navbar-default .navbar-nav>li>a {
	color: #0e69a3;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #21ab67;
}
.navbar-nav>li>a {
	padding: 0;
}
.navbar-nav>li {
	padding: 15px;
	float: none;
	display: inline-block;
}
.topmenu{
	margin-top: 5px;
}
.toplinks ul {
	margin-bottom: 10px;
	text-transform: uppercase;
	float: right;
	padding: 0 0 0 0;
}
.toplinks li {
	display: inline;
	list-style: none;
	padding: 0;
}
.toplinks li a, .toplinks li, .navbar-default .btn-link {
	color: #19aa69;
	font-family: 'Proxima N W01 Smbd', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
}
.toplinks li a:hover, .navbar-default .btn-link:hover, .toplinks li a:focus, .navbar-default .btn-link:focus {
	color: #0e69a3 !important;
	text-decoration: none;
}
.toplinks li {
	border-left: 2px solid #19aa69;
}
.toplinks li:first-child, .toplinks li:nth-child(1n+5) {
	border-left: 0;
}
.toplinks{
	width: 100%;
}
.content {
	padding: 0 15px;
	margin-bottom: 40px;
}
.pagination>li>a, .pagination>li>span {
	color: #19aa69;
}
.list-events .media ul li, 
.list-courses .media ul li, 
.search-result .media ul li {
	display: inline;
	margin-right: 8px;
}
.fit{
	max-width: 100%;
}
.clear-pad{
	padding: 0px;
}
.sig-icon{
	margin-bottom: 40px;
}
.sig-banner{
	overflow: hidden;
	margin-bottom: 30px;
}

.tint{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
}
.tint>img{
	position: absolute;
	width: 100%;
	min-height: 220px;
	opacity: .5;
}
.arrow-up {
	position: absolute;
	top: 33px;
	left: 45%;
	z-index: 10;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
.sig-color-bg .arrow-up {
	border-top: 20px solid;
	position: absolute;
	bottom: -20px;
	top: inherit;
	left: 41%;
	z-index: 10;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
.topImgContent. .sig-color-bg .arrow-right {
	border-top: 20px solid;
	position: absolute;
	bottom: -20px;
	left: 41%;
	z-index: 10;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
.sig-color-bg .arrow-right {
	position: absolute;
	top: 95px;
	right: -20px;
	z-index: 10;
	width: 0;
	height: 0;
	border-left: 20px solid;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
/*
 * Modeling
 */
 .sig-modeling .sig-color-bg{
 	background: #59395e;
 }
 .sig-modeling .tint {
 	background: rgba(89,57,94,1);
 }
 .sig-modeling .arrow-right {
 	border-left: 20px solid #59395e;
 }
 .sig-modeling .arrow-up{
 	border-top: 20px solid #59395e;
 }
 .sig-modeling .sig-color h1,
 .sig-modeling .sig-color h2,
 .sig-modeling .sig-color h3,
 .sig-modeling .sig-color h4,
 .sig-modeling .sig-color h5,
 .sig-modeling .sig-color h6{
 	color: #59395e !important;
 }

 .sig-modeling .forum-related-bg h1, .sig-modeling .forum-related-bg .media-heading a, .sig-modeling .forum-related-bg .more a, .sig-modeling .forum a {
 	color: #59395e !important;
 }

 .sig-modeling .tags p {
 	background-color: #59395e !important;
 }

/*
 * small water systems
 */
 .sig-watersys .sig-color-bg{
 	background: #63809d;
 }
 .sig-watersys .tint {
 	background: rgba(99,128,157,1);
 }
 .sig-watersys .arrow-right {
 	border-left: 20px solid #63809d;
 }
 .sig-watersys .arrow-up{
 	border-top: 20px solid #63809d;
 }
 .sig-watersys .sig-color h1,
 .sig-watersys .sig-color h2,
 .sig-watersys .sig-color h3,
 .sig-watersys .sig-color h4,
 .sig-watersys .sig-color h5,
 .sig-watersys .sig-color h6{
 	color: #63809d !important;
 }

 .sig-watersys .forum-related-bg h1, .sig-watersys .forum-related-bg .media-heading a, .sig-watersys .forum-related-bg .more a, .sig-watersys .forum a {
 	color: #63809d !important;
 }

 .sig-watersys .tags p {
 	background-color: #63809d !important;
 }


/*
 * Trade waste
 */
 .sig-tradewaste .sig-color-bg{
 	background: #834d2e;
 }
 .sig-tradewaste .tint {
 	background: rgba(131,77,46,1);
 }
 .sig-tradewaste .arrow-right {
 	border-left: 20px solid #834d2e;
 }
 .sig-tradewaste .arrow-up{
 	border-top: 20px solid #834d2e;
 }
 .sig-tradewaste .sig-color h1,
 .sig-tradewaste .sig-color h2,
 .sig-tradewaste .sig-color h3,
 .sig-tradewaste .sig-color h4,
 .sig-tradewaste .sig-color h5,
 .sig-tradewaste .sig-color h6{
 	color: #834d2e !important;
 }

 .sig-tradewaste .forum-related-bg h1, .sig-tradewaste .forum-related-bg .media-heading a, .sig-tradewaste .forum-related-bg .more a, .sig-tradewaste .forum a {
 	color: #834d2e !important;
 }

 .sig-tradewaste .tags p {
 	background-color: #834d2e !important;
 }

/*
 * Storm water
 */
 .sig-stormwater .sig-color-bg{
 	background: #af9935;
 }
 .sig-stormwater .tint {
 	background: rgba(175,153,53,1);
 }
 .sig-stormwater .arrow-right {
 	border-left: 20px solid #af9935;
 }
 .sig-stormwater .arrow-up{
 	border-top: 20px solid #af9935;
 }
 .sig-stormwater .sig-color h1,
 .sig-stormwater .sig-color h2,
 .sig-stormwater .sig-color h3,
 .sig-stormwater .sig-color h4,
 .sig-stormwater .sig-color h5,
 .sig-stormwater .sig-color h6{
 	color:  #af9935 !important;
 }

 .sig-stormwater .forum-related-bg h1, .sig-stormwater .forum-related-bg .media-heading a, .sig-stormwater .forum-related-bg .more a, .sig-stormwater .forum a {
 	color: #af9935 !important;
 }

 .sig-stormwater .tags p {
 	background-color: #af9935 !important;
 }

/*
 * backflow
 */
 .sig-backflow .sig-color-bg{
 	background: #752422;
 }
 .sig-backflow .tint {
 	background: rgba(117,36,34,1);
 }
 .sig-backflow .arrow-right {
 	border-left: 20px solid #752422;
 }
 .sig-backflow .arrow-up{
 	border-top: 20px solid #752422;
 }
 .sig-backflow .sig-color h1,
 .sig-backflow .sig-color h2,
 .sig-backflow .sig-color h3,
 .sig-backflow .sig-color h4,
 .sig-backflow .sig-color h5,
 .sig-backflow .sig-color h6{
 	color:  #752422 !important;
 }

 .sig-backflow .forum-related-bg h1, .sig-backflow .forum-related-bg .media-heading a, .sig-backflow .forum-related-bg .more a, .sig-backflow .forum a {
 	color: #752422 !important;
 }

 .sig-backflow .tags p {
 	background-color: #752422 !important;
 }
/*
 * swans
 */
 .sig-swans .sig-color-bg{
 	background: #75784a;
 }
 .sig-swans .tint {
 	background: rgba(117,120,74,1);
 }
 .sig-swans .arrow-right {
 	border-left: 20px solid #75784a;
 }
 .sig-swans .arrow-up{
 	border-top: 20px solid #75784a;
 }
 .sig-swans .sig-color h1,
 .sig-swans .sig-color h2,
 .sig-swans .sig-color h3,
 .sig-swans .sig-color h4,
 .sig-swans .sig-color h5,
 .sig-swans .sig-color h6{
 	color:  #75784a !important;
 }

 .sig-swans .forum-related-bg h1, .sig-swans .forum-related-bg .media-heading a, .sig-swans .forum-related-bg .more a, .sig-swans .forum a {
 	color: #75784a !important;
 }

 .sig-swans .tags p {
 	background-color: #75784a !important;
 }
 /*
 * Digital Water
 */
 .sig-digital-water .sig-color-bg{
 	background: #384e00;
 }
 .sig-digital-water .tint {
 	background: rgba(56,78,0,1);
 }
 .sig-digital-water .arrow-right {
 	border-left: 20px solid #384e00;
 }
 .sig-digital-water .arrow-up{
 	border-top: 20px solid #384e00;
 }
 .sig-digital-water .sig-color h1,
 .sig-digital-water .sig-color h2,
 .sig-digital-water .sig-color h3,
 .sig-digital-water .sig-color h4,
 .sig-digital-water .sig-color h5,
 .sig-digital-water .sig-color h6{
 	color:  #384e00 !important;
 }

 .sig-digital-water .forum-related-bg h1, .sig-digital-water .forum-related-bg .media-heading a, .sig-digital-water .forum-related-bg .more a, .sig-digital-water .forum a {
 	color: #384e00 !important;
 }

 .sig-digital-water .tags p {
 	background-color: #384e00 !important;
 }

  /*
 * We Can
 */
 .sig-we-can .sig-color-bg{
 	background: #003b66;
 }
 .sig-we-can .tint {
 	background: rgba(000,58,102,1);
 }
 .sig-we-can .arrow-right {
 	border-left: 20px solid #003b66;
 }
 .sig-we-can .arrow-up{
 	border-top: 20px solid #003b66;
 }
 .sig-we-can .sig-color h1,
 .sig-we-can .sig-color h2,
 .sig-we-can .sig-color h3,
 .sig-we-can .sig-color h4,
 .sig-we-can .sig-color h5,
 .sig-we-can .sig-color h6{
 	color:  #003b66 !important;
 }

 .sig-we-can .forum-related-bg h1, .sig-we-can .forum-related-bg .media-heading a, .sig-we-can .forum-related-bg .more a, .sig-we-can .forum a {
 	color: #003b66 !important;
 }

 .sig-we-can .tags p {
 	background-color: #003b66 !important;
 }
/*
 * Comntent
 */

 .content-green .sig-color-bg{
 	background: #264d5a;
 }
 .content-green .tint {
 	background: rgba(38,77,90,1);
 }
 .content-green .arrow-right {
 	border-left: 20px solid #264d5a;
 }
 .content-green .arrow-up{
 	border-top: 20px solid #264d5a;
 }
 .content-green .sig-color h1,
 .content-green .sig-color h2,
 .content-green .sig-color h3,
 .content-green .sig-color h4,
 .content-green .sig-color h5,
 .content-green .sig-color h6{
 	color:  #264d5a !important;
 }

 /* Right Menu */

 .dashboard-menu {
 	background: #ededed;
 	margin: 0;
 	padding: 10px 20px 5px;
 	border-top: 3px solid #0e69a3;
 }

 .dashboard-menu ul li ul {
 	padding: 0;
 }
 .dashboard-menu ul li ul li {
 	list-style: none;
 }
 .dashboard-menu ul li a {
 	padding-left: 0;
 	font-size: 18px;
 	color: #244e54;
 	line-height: 18px;

 }
 .dashboard-menu ul li ul li a {
 	color: #777;
 	font-size: 16px;

 }
 .event-info .parent a{
 	-webkit-transition: all .2s;
 	-moz-transition: all .2s;
 	-ms-transition: all .2s;
 	-o-transition: all .2s;
 	transition: all .2s;
 }
 .content-navigation,
 .event-info {
 	border-top: 0;
 	margin-bottom: 80px;
 	margin-top: 60px;
 }
 .event-info .parent a .fa{
 	color: #333333;
 	float: none;
 	margin-left:0; 
 	padding: 0 5px 0 0 ;
 	margin-top: 2px;

 }
 .event-info .parent a:hover .fa,
 .event-info .parent a:focus .fa{
 	color: #19aa69;
 }
 #page-search button{

 	width: 100%;
 	margin:25px auto 0;
 	display:block;
 }
 #page-search {
 	margin-top: -19px;
 }
 .event-info .parent ul{
 	padding-left: 0px !important;
 	display: inline-block;
 }

 .member-nav{
 	margin-bottom: 30px;
 }
 .content-navigation a,
 .event-info a {
 	color: #333;
 	text-decoration: none;
 }
 .content-navigation h2 a,
 .event-info h2 a{
 	font-size: 16px;
 	color: #5e662c;
 	margin: 20px 0 0;
 }
 .content-navigation h2 a:hover,
 .event-info h2 a:hover {
 	color: #009197;
 }
 .content-navigation h3,
 .event-info h3 {
 	padding: 0 0 10px;
 	text-transform: uppercase;
 	color: #535454;
 	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-size: 14px;
 }
 .content-navigation .nav>li>a,
 .event-info .nav>li>a,
 .member-nav>li>a{
 	color: #333;
 	font-family: 'Proxima N W01 Light', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-size: 15px;
 	padding: 0;
 	display: inline;

 }
 .parent .nav>li>a > p{
 	padding: 10px 0;
 }

 .content-navigation .nav>li>a:hover,
 .event-info .nav>li>a:hover {
 	color: #19aa69;
 }
 .content-navigation li a,
 .event-info li a{
 	color: #555;
 	font-size: 16px;
 	line-height: 1em;
 }
 .content-navigation .accordion-body>li>a:hover {
 	color: #19aa69;
 }
 .content-navigation li.active a {
 	color: #19aa69;
 	font-family: 'Proxima N W01 Reg', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
 }
 .content a {
 	color: #38acf3;
 	font-family: 'Proxima N W01 Reg', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
 }
 .content-navigation .parent,
 .event-info .parent {
 	border-top: 2px solid #ddd;
 	padding: 12px 0;
 	font-family: 'Proxima N W01 Light', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-size: 14px;
 }
 .sig-menu{
 	margin-top: 10px;	
 }
 .parent a .fa {
 	display: inline-block;
 	color: #19aa69;
 	padding:0 5px 5px;
 	float: left;
 	margin-left: 5px;
 	z-index: 2;
 	transition: all .2s;
 	-webkit-transition: all  .2s;
 	-moz-transition: all  .2s;
 	-0-transition: all  .2s;
 	position: relative;
 }
 .parent li{
 	overflow: hidden;
 }
 .parent .fa:hover,
 .parent .fa:focus{
 	color:#219fde;
 }
 .parent > ul{
 	padding-left: 30px !important;
 }
 .parent ul li{
 	padding: 5px 0 0;
 }
 .input-group.login-top {
 	width: 100%;
 }
 .right-item{
 	margin-left: 23px;
 }
 /* End Right Menu */


 /* SIG's Style */

 .sigs {
 	padding: 30px 0 40px;
 }
 .sigs h3 {
 	text-transform: uppercase;
 	color: #0e69a3;
 	text-align: center;
 	border-bottom: 1px solid #eee;
 	padding-bottom: 30px;
 	margin: 0 0 50px;
 	font-family: 'Proxima N W01 Smbd', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-size: 22px;
 }
 .sigs img {
 	padding-bottom: 15px;
 }
 .sigs a {
 	color: #333;
 }


 /* End SIG's Style */



 /* List of Events Style */

 .event-info{
 	margin-bottom: 50px;
 }
 .event-info .fa{
 	vertical-align: top;
 	margin-top: 3px;
 }
 .event-info .fa:hover,
 .event-info .fa:focus{
 	color: #333333;
 }
 .event-info .dashboard-menu ul li ul li{
 	padding: 0 0 5px;
 }
 .event-info .dashboard-menu ul .btn{
 	width: 90%;
 }
 .event-thumb {
 	position: relative;
 	float: left;
 	margin-right: 15px;
 }

 .img-thumb {
 	background: #fff url(../images/thumb-default.png) top left;
 	position: relative;
 	margin-right: 15px;
 	display: block;
 	overflow: hidden;
 	width: 75px;
 	height: 75px;
 	float: left;
 }
 .img-thumb img {
 	height: 100%;
 	margin-left: -25%;
 }
 .event-thumb .date {
 	color: #fff;
 	width: 125px;
 	height: 125px;
 	padding: 10px 10px 5px 0;
 }
 .eventdate .greendate, .eventdate .yellowdate {
 	position: absolute;
 	top: 0;
 	right: 0;
 	color: #fff;
 	width: 80px;
 	height: 80px;
 	padding: 15px 10px 5px 0;
 }
 .eventdate .greendate h6, .eventdate .yellowdate h6 {
 	font-size: 28px;
 	color: #fff;
 	margin: 0;
 }
 .eventdate .greendate {
 	background: #0a4f51;
 }
 .eventdate .yellowdate {
 	background: #f8b524
 }
 .eventdate .greendate span, .eventdate .yellowdate span {
 	font-size: 23px;
 	color: #fff;
 	margin: 0;
 }
 .event-thumb .date h6, .eventdate .date h6 {
 	margin: 0;
 	font-size: 22px;
 	color: #fff;
 	line-height: 1;
 }
 .event-thumb .date h6+span, .eventdate .date h6+span {
 	margin: 0;
 	color: #fff;
 	font-size: 16px;
 }
 .list-events .media {
 	border-bottom: 1px solid #eee;
 	padding: 20px 0;
 	margin: 0;
 }
 .list-events > .media:first-child {
 	border-top: 1px solid #eee;
 }
 .list-events h5 {
 	font-weight: normal;
 }
 .list-events h5 a, 
 .list-courses h5 a {
 	color: #22a5e0;
 	text-transform: uppercase;
 	font-family: 'Proxima N W01 Smbd', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-size: 16px;
 }
 .list-events h5 a:hover, 
 .list-courses h5 a:hover {
 	color: #19aa69 ;
 	text-decoration: none;
 }
 .list-events .media ul, 
 .list-courses .media ul, 
 .search-result .media ul {
 	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-size: 12px;
 	text-transform: uppercase;
 	color: #354e5b;
 	padding: 0;
 	margin: 0 0 8px;
 }
 /* End List of Events Style */


 /* Checkboxes Style */
 input[type=checkbox].css-checkbox, .formview > .check input[type=checkbox] {
 	display: none;
 }
 input[type=checkbox].css-checkbox ~ label.css-checkboxlabel,
 .formview > .check > input[type=checkbox] ~ label {
 	padding-left: 45px;
 	min-height: 30px;
 	background-repeat: no-repeat;
 	background-position: -31px 0;
 	cursor: pointer;
 	line-height: 30px;
 }
 input[type=checkbox].css-checkbox:checked ~ label.css-checkboxlabel,
 .formview > .check > input[type=checkbox]:checked ~ label {
 	background-position: 0 -30px;
 }
 label.css-checkboxlabel, .formview > .check > input[type=checkbox] ~ label {
 	background-image: url(../img/tick.png);
 	-webkit-touch-callout: none;
 	-webkit-user-select: none;
 	-khtml-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
 }
 .css-checkboxlabel p {
 	margin: 2px 0 0 5px;
 }
 .css-checkboxlabel a {
 	color: #fff;
 }
 .css-checkboxlabel a:hover {
 	color: #2F639B;
 }
 /* End Checkboxes Style */
 .container-fluid{
 	padding:0px !important;
 }
 /* Radio Style */

 input[type=radio].css-radio {
 	display: none;
 }
 input[type=radio].css-radio + label.css-radiolabel {
 	padding-left: 45px;
 	min-height: 22px;
 	background-repeat: no-repeat;
 	background-position: -22px 0;
 	cursor: pointer;
 }
 input[type=radio].css-radio:checked + label.css-radiolabel {
 	background-position: 0 -22px;
 }
 label.css-radiolabel {
 	background-image: url(../img/radio2.png);
 	-webkit-touch-callout: none;
 	-webkit-user-select: none;
 	-khtml-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
 }
 /* End Radio Style */

 /* Table Style */

 table {
 	max-width: 100%;
 	width: 100%;
 	min-height: 100px;
 	background-color: transparent;
 	border-collapse: collapse;
 	border-spacing: 0;
 }
 table th, table td {
 	padding: 10px 8px;
 	line-height: 20px;
 	text-align: left;
 	vertical-align: top;
 	border-top: 1px solid #ddd;
 }


}
.tab{
	display: block;
	padding: 15px;
	margin-bottom: 10px;
	text-align: center;
}
.tab p{
	margin:15px 0;
}


/* End Table Style */
[class*="span"]{
	margin-left: 0 !important
}
label{
	margin-top: 20px;
}
input:required{
	background-image: url('../img/required.png');
	background-repeat: no-repeat;
	background-position:right top; 
}
/****
Member directory styles
****/
.member-abstract{
	border-bottom: 2px #ededed solid;
	margin-right: 20px;
}
.member-abstract h3, 
.company-abstract h3{
	margin-bottom: 0px;
	font-size: 18px;
}
.member-abstract h5,
.company-abstract h5{
	margin-top: 5px;
	margin-bottom: 25px;
	font-size: 14px;
	text-transform: uppercase;
}
.list-inline .fa{
	margin-right: 10px;
}
.company-content .fa-ul,
.location-detail {
	padding-left:0px !important;
	margin-left: 0px;
	list-style: none;
}
.location-detail .fa-map-marker{
	padding-right: 12px;
}
.company-content .fa-ul li a{
	color:#19aa69 !important;
}
.logo-container{
	height: 75px;
	width: 75px;
	display:inline-block;
	float: left;

}
.list-company .media-body h3,
.list-company .media-body h5{
	margin-top: 0;
	margin-bottom:5px;
}
.list-company .media {
	border-bottom:none;
	border-top: 3px solid #0e69a3;
}
.list-company .media-list{
	margin-top: 0;
	margin-bottom: 50px;
}
.list-company a:hover .media-body h3,
.list-company a:hover .media-body h5{
	color: #19aa69 !important;
}
.location-detail .fa{
	margin-right: 10px;
}

.media-link{
	color:#19aa69 !important;
	font-size: 12px;
	font-weight: 600 !important;
}
.media-link:hover,
.media-link:focus{
	color: #38acf3 !important;
}
.staff-list{
	float: left;
	width: 48%;
	margin-bottom: 30px;
	margin-right: 2%;

}
.library .media,
.category{
	padding: 15px 15px 0 0;
	margin:0 2% 20px 0;
	border-bottom: none;
	border-top: 3px solid #0e69a3;
}
.company-detail.content-navigation{
	margin-top: 0;
}
.company-logo-wrapper{
	width: 100px;
	height: 100px;
	float: right;
	margin-right: 25px;
	margin-left: 25px;
}
.company-logo-wrapper img{
	width: 100%;
	height:auto;
}
.company-detail-wrapper{
	display: block;
	overflow: hidden;
}
.company-detail ul li{
	padding: 8px;
}
/****
Member detail styles
****/
.member-info h2{
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 500;
}
.member-info h3{
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
}
.member-info .fa{
	margin-right: 10px;
}
.member-info ul{
	padding-left: 0;
}
/*******
dashboard styles
********/
.btn-success > i{
	font-size: 12px;
}
.forum a.btn-success{
	color: #ffffff !important
}
.forum a.btn-success:hover {
	color: #ffffff !important;
}
#cont {
	padding: 0;
	clear: both;
}

.memberthumb img{
	display: block;
	width: 100%;
}
.memberthumb{
	position: relative;
}
.memberthumb .mnd{
	background:transparent url(../images/mndbg.png) repeat-x top center;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #19aa69;
	text-shadow:#000000 2px;
	width: 100%;
	padding: 10px 5%;
	font-size: 18px;
	margin: 0;
	line-height: 1.2em;
}
.memberthumb .mnd h3{
	margin:5px 0 0;
	padding: 0;
	font-size: 28px;
}

.memberdash h2{
	color:#346554;
	font-size:20px;
	margin: 20px 0 15px;
}
.memberdash > .media-list > li > h4{
	color: #264d5a;
	font-size:17px;
	margin: 0 0 10px;
	font-weight:normal;
	text-transform:none;
	font-weight: bold;
}
.memberdash h4{
	font-weight: bold;
	color: #264d5a;
}
.memberdash > .media-list > li{
	font-size: 14px;
}
.memberdash .media-heading{
	font-weight:400;
	font-size: 18px;
	color: #346554;
	text-transform: inherit;
}
.memberdash .media-heading + p{
	font-size: 12px;
	text-transform: uppercase;
	margin: 8px 0 0;
	color: #777;
}
.memberdash .btn, .memberdesc .btn{
	display: block;
	margin: 20px auto;
	width: 100%;
}
.memberdash label{
	margin-top: 5px;
}
.mnd{
	margin-top: 20px;
}
.memberdash .media{
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #eee;	
}
.memberdash .media:last-child{
	margin: 0;
	padding: 20px 0 0;
	border-bottom: 0;	
}
.memberdesc h3, .memberdash h3{
	font-size: 16px;
	color: #219fde;
	font-weight: 600;
	margin: 0 0 1px;
	text-transform: uppercase;
	border-bottom: 1px #cccccc solid; 
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.memberdash .content-navigation h3{
	padding: 0 0 10px;
	text-transform: uppercase;
	color: #535454;
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	border: 0;
}
.memberdesc h4{
	font-size: 16px;
	color: #2D2819;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
.memberdesc li{
	border-bottom:1px solid #eee;
	padding: 5px 0 10px;
	word-wrap:break-word;
}
.memberdesc li:last-child{
	border-bottom:0;
	padding: 5px 0 0;
}
.memberdesc p{
	margin-top:10px; 
}

/* Footer Style */
#footer {
	background: #494a4a;
	color: #fff;
	text-align: left;
}
#footer ul{
	margin-bottom: 25px;
	list-style: none;
}
#footer a {
	float: left;
}
.bottom, .list-group {
	padding: 30px 0;
	margin-bottom: 0;
}
.bottom {
	text-align: right;
	padding: 30px;
}
.name-tag{
	border-bottom: 3px solid #0e69a3;
	display: block;
	word-break:break-word;
	min-height: 78px;
	margin-bottom: 80px;
}
.name-tag img{
	width:75px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left:15px;


}
.name-tag h2{
	color: #19aa69;
	overflow: hidden;
	font-size: 16px;
	margin-left: 90px;
	margin-top: 0px;

}
.name-tag h4{
	color: #777777;
	overflow: hidden;
	font-size: 14px;
	margin: 0 0 5px 90px;
}
.name-tag h4:last-of-type{
	margin-bottom: 20px;
}
/* End Footer Style */

/* End WaterNZ style */

@media (min-width: 1200px){
	.row {
		margin-left: -15px;
	}
}

@media (max-width: 991px) {
	body {
		padding-right: 0;
		padding-left: 0;
	}
	.row.bluegreen{
		margin-right:0;
	}
	.navbar-nav .open .dropdown-menu {
		text-align: left;
	}

	.lastreviews {
		margin-top: 0px;
	}
	.list-group .col-md-3:first-child{
		text-align:center;
		padding-bottom:20px;
	}
	.list-group ul {
		margin-left: 15px;
	}
	.review {
		margin-top: 40px;
	}
	.lastreviews.container {
		padding-left: 0;
	}
	.carousel-indicators {
		bottom: 10%;
	}
	.slider .col-md-3 {
		padding-left: 0;
		padding-right: 0;
	}
	.slider .col-md-9 {
		padding-right: 0;
		padding-left: 0;
	}
	.slider .item img {
		min-width: 100%;
		min-height: 0;
	}
	.carousel-caption {
		width: 80%;
		background: #0e69a3;
		color: #fff;
		left: 10%;
		height: 80%;
		bottom: 10%;
		text-shadow: none;
		padding: 5% 5% 0;
	}
	.navbar-header {
		height: 90px;
	}
	.item-mas {
		width: 43.9%;
	}
	.topmenu {
		width: 50%;
		float: left;
		border-top: 0;
		margin-top: 0;
	}
	.toplinks ul, .top-menu ul{
		display: block;
		width: 45%;
	}
	.toplinks li, .topmenu li {
		float: left;
		width: 100%;
		padding: 8px 0;
		border-left: 0;
		font-weight: 500;
	}
	.toplinks-mobile {
		display: block;
		float: right;
	}
	ul.toplinks-mobile {
		margin: 0;
		padding: 0;
	}
	.toplinks-mobile li,
	.topmenu li {
		display: inline;
		list-style: none;
		float: left;
	}
	.toplinks-mobile li a {
		color: #b8c89f;
		padding: 15px;
		float: left;
	}
	.topmenu{
		margin-top: 0 !important;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	}
	.navbar-nav {
		text-align: left;
	}

	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-collapse.collapse.in { 
		display: block!important; 
	}
	.navbar-toggle{
		margin-right: -10px;
		margin-top: 50px;
	}
	.content-navigation{
		float: none;
		margin-top: 30px;
	}
	#footer .col-xs-6{
		margin-top: 25px !important;
	}
	.list-company .media-list,
	.library .media,
	.category,
	.staff-list{
		width: 100%;
		margin-right: 0;
	}

	.category i{
		width: 5%;
	}
	.event-info li.parent {
		font-size: 18px;
		display: block;
		margin: 0 auto;
	}
	.member-nav{
		margin-bottom: 30px;
	}
	.event-info .parent a .fa{
		margin-top: 5px;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
@media (max-width: 525px) {
	.item-mas .container {
		padding-left: 0;
		padding-right: 0;
	}
	.item .container  {
		width: 100%;
		left: 0%;
		height: 100%;
		bottom: 0%;
	}
	.memberdash .btn, .memberdesc .btn{

		width: 100%;
	}
	.item-mas {
		width: 100% !important;
		margin-left: 0px !important;
		display: block;
		border-top: solid 1px #ededed;
		padding: 1em 0;
		margin-bottom: 0;
	}
	#footer   .col-xs-6{
		width: 100%;
		text-align: center;
	}
	#footer a{
		float: none
	}
}
@media (max-width: 480px){
	.content-navigation{
		float: none;
		margin-top: 30px;
	}

}
@media (max-width: 768px){

	.arrow-right{
		display: none;
	}
	.darkgreenbg{
		margin: 0;
	}
	.content-navigation{
		float: none;
		margin-top: 30px;
	}
	.stretchMe{
		margin-bottom: 10px
	}
	.quote{
		float: none;
		margin: 20px auto 50px auto;

	}
	.page-content{
		margin-top: 35px;
	}
	.item-mas{
		width: 45%;
		margin: .5em;
		float: left;

	}
	.carousel-caption{
		width: 100%;
		height: 100%;
		position: static;
	}
	.carousel-caption h1 {
		margin-top: 5px;
		font-size: 26px;
	}
	.carousel-indicators{
		visibility: hidden;
	}
	.company-logo-wrapper{
		float: none;
		margin: 0 auto !important;
	}
	.tint > img{
		visibility: hidden;
	}
}
@media (max-width: 991px ){

	.rafilter{
		visibility: hidden !important;
		display: none;
	}

	.dropdown-menu>li>a {
		padding: 0!important;

	}

	.sig-banner{
		margin-top: 20px;
	}

}

/* Nichola changes 2017 */

.fa-ul .resource-circle{
	font-size: 18px;
	line-height: 65px;
}
.fa-ul .media-body{
	padding-top: 18px;
}

.fa-ul li {
	padding-left: 25px;
	position: relative;
}

.media-body .fa-ul li{
	display: inline-block;
}

.forum li {
	margin: 10px 0 0;
}

.forum-page .media .media-body{
	padding-bottom: 10px;
}

.forum .media-body li span {
	padding-right: 5px;
	font-weight: bold;
}

.forum .media {
	padding: 2.5em 0;
}



.forum .media-heading a:hover {
	color: #000;
}



.forum-news h1 {

	border-bottom: 2px #ededed solid;
	padding-bottom: 10px;
	margin-bottom: 1.5em;
}

.forum-related-bg {
	background-color: #eee;
	padding: 5.5em 0 !important;
	background-repeat: no-repeat;
	background-position: right;
}

.forum-related-bg h1, .forum-related-bg .media-heading a, .forum-related-bg .more a {
	color: #19aa69;
} 

.forum-related-bg .more a:hover {
	color: #000000;
} 

.tags{
	position: relative;
	top: -40px;
	text-align: center;
	margin-right: 20px;
}

.tags p{
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background-color: #19aa69;
	max-width: 50%;
	min-width: 150px;
	padding: 0 20px;
	clear: left;
	display: table;
	margin-bottom: 0;
}

.forum-related .media {
	border-top: 1px solid #dadbdc;
}

/* media stuff */
.media h2 {
	margin-top:0;
	margin-bottom:0.25em;
}
.media:first-child{
	margin-top: 30px;
}
.media{
	clear: both;
	margin: 0px;
	padding: 1.5em 0;
	border-top: 2px #ededed solid;
	overflow: hidden;
}
.media-heading{
	text-transform: capitalize;
	font-weight: bold;
}
.media:first-child{
	margin-top: 15px;
}
.media-object {
	display: block;
	float: left;
	position: relative;
	margin-right: 25px;
	overflow:hidden;
	width: 100px;
	height:100px;
}
.media-object img{
	position:absolute;
	width:auto;
	width: 100%;
	display:block;
}

.meta {
	display: block;
	font-size: 0.9em;
	font-weight: light;
	margin: 5px 0 5px 0;
	padding: 0px 10px 0 0;
	color: #afafaf;
}
.meta li {
	display:inline;
}
.inline-list {
	isplay: block;
	list-style: none;
	padding: 0;
	margin-top: 5px;
}
.inline-list li{
	display:inline;
	font-size: 0.85em;
}
.inline-list li + li{
	padding-left: 10px;
}

.meta li a{
	display:inline;
	cursor: pointer;
}
.forum a:hover{
	color: #000 !important;
}

a{
	-webkit-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-delay: initial;
}

.forum-related-bg .media-heading a:hover, .forum-related-bg .more a:hover, .forum a:hover{
	color: #000 !important;
	transition: 
}

.forum .media-body .fa-ul{
	margin-left: 0;
}
.forum .media-body .fa-ul li{
	padding-left: 0;
	padding-right: 15px;
}

a:hover	.resource-circle{
	background-color: #B4CCE2;
}
.home .resource-circle{
	line-height: 70px;
	font-size: 22px;
}


/*
Knowledge updates
*/

.knowledge-container.knowledge-content .tint {
	background: #19aa69;
}

.knowledge-container .tint {
	background: #0e69a3;
	padding: 30px 15px;
}

.knowledge-container .knowledge-intro{
	color: #ffffff;
	margin-top: 2em;
	text-transform: none;
	width: 75%;
}

.knowledge-container.knowledge-content .sig-banner h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.3em;
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
}

.knowledge-container .sig-banner .knowledge-intro h1{
	text-transform: none;
}


.knowledge-container .search-container {
	max-width: 700px;
	width: 100%;
	margin: 0 auto 3em;
}

/* Top Image Style */
.knowledge-container .sig-banner {
	overflow: visible;
}
.knowledge-container .sig-banner img {
	width: 100%;
	display: block;
}
.knowledge-container .sig-banner .row {
	margin: 0;
}
.knowledge-container .sig-banner h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 1.3em;
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
}
.knowledge-container .sig-banner h3 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	padding: 15px 15px;
	margin: 0;
}

.search-container .col-md-8 {
	padding-left: 0;
}
.search-container .btn {
	padding: 7px 15px 5px 20px;
}
.search-container .btn-default{
	background: #19aa69;
	border-radius: 0;
	border: none;
	color: #ffffff;
	font-size: 16px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	padding: 7px 15px;
	margin: 0 !important;
	font-size: 30px !important;
}
.search-container a.btn-default{
	font-size: 16px;
}
.search-container .btn-default:hover
{
	background: #fff;
}
.search-container .btn-default:hover,
.search-container .btn-default:hover i{
	border: none;
	color:#19aa69 !important;
}

.search-container form {
	margin: 20px 0;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
.search-container input {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.search-container .input-group-addon {
	background: #FFF none repeat scroll 0% 0%;
	border: 0px none;
	border-radius: 0px;
	color: #19AA69;
	height: 38px;
	font-size: 14px;
	left: -40px;
	z-index: 3;
	width: 40px;
	padding: 0px 5px 0px 5px;
	top: 0;
}

.search-container .form-control {
	font-size: 24px;
	padding: 11px 20px;
	height: auto;
}

.search-container .searchgroup {
	width: 100%;
}

.search-container input::placeholder { 
	color: rgba(25, 170, 105, 0.4);
	font-style: italic;
}



.knowledge-details {
	padding: 0;
	list-style: none;
	text-align: right;
	margin-top: 15px;
	color: #0e68a3;
}




.knowledge-container .content h2{
	text-transform: none;
	font-family: 'Proxima N W01 Reg', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}



.knowledge-container ul.doclist li {
	border-bottom: 0;

}

.knowledge-container ul.doclist li a{
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.knowledge-container .doclist li:before {
	color: #1aaa69 !important;
}

.knowledge-container.knowledge-drectory .media .media-heading {
	margin: 5px 0 25px;
	text-transform: none;
	font-weight: 200;
	color: #0e68a3;
	font-family: 'Proxima N W01 Reg', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
}

.knowledge-container.knowledge-drectory .media 	.media-link {
	font-size: 16px;
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.knowledge-container.knowledge-results .media, .knowledge-container.knowledge-results .category{
	padding: 25px 0;
}

.knowledge-container.knowledge-results .media .media-heading {
	font-size: 20px;

}

.knowledge-container .media, .knowledge-container .category{
	padding: 25px;
}

.knowledge-container .media-container .media-wrapper:nth-child(3n+1) .media{
	border-top: 3px solid #0e68a3;
}

.knowledge-container .media-container .media-wrapper:nth-child(3n+2) .media{
	border-top: 3px solid #7AADD9;
}

.knowledge-container .media-container .media-wrapper:nth-child(3n+3) .media{
	border-top: 3px solid #B3D1EA;
}

.knowledge-container .media-container .media-wrapper:nth-child(3n+2) .media .media-heading{
	color:#7AADD9;
}

.knowledge-container .media-container .media-wrapper:nth-child(3n+3) .media .media-heading{
	color:#B3D1EA;
}

.knowledge-container.card-page .media{
	padding: 50px 0;
}


@media (min-width: 580px ){

	.media .media-img {
		margin-right: 30px;
	}

	.media img {
		max-width: 200px;
		max-height: 200px;
		margin: 0 auto;
	}

	.knowledge-results.card-page .media {
		display: flex;
		align-items: center;
	}





}

@media (max-width: 580px ){

	.media{
		text-align: center;
	}

	.knowledge-results.card-page .media .media-img{
		margin: 0 auto 1em ;
		max-width: 200px;
	}
	.knowledge-results.card-page .media .media-img img{
		width: 100%;
	}
}

@media (max-width: 991px ){
	.knowledge-details img {
		max-width: 350px;
	}

	.knowledge-details {
		text-align: left;
	}
}

.knowledge-details img{
	width: 100%;
	margin-top: 15px;
}

.knowledge-container .breadcrumb a{
	color: #38acf3;
}

.content a{
	color: #1aaa69;
}

.filter-options,.blue-border {
	display: inline-block;
	width: 100%;
}

.blue-border{
	border-bottom: 3px solid #0e69a3;
}

.filter-options a {
	padding: 10px 20px;
	margin-right: 5px;
	margin-bottom: 1em;
	float: left;
	color: #1aaa69;
	text-transform: uppercase;
	background: #ffffff;
	font-family: 'Proxima N W01 Bold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.filter-options a:hover,
.filter-options a.active  {
	color: #ffffff;
	background: #1aaa69;
}


/* Knowledge select */


#knowledge-form{
	display: flex;
}

div.cs-select {
	min-width: 250px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 100;
	width: 100%;
	max-width: 500px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.cs-select:focus {
	outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
	display: none;
}

.cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 24px;
	padding: 11px 20px;
	overflow-wrap: break-word;
}

/* Placeholder and selected option */
.cs-select > span {
	padding-right: 3em;
	background-color: #E9EFF4;
	color: #0e69a3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
	content: '\25BE';
	right: 1em;
}

.cs-select .cs-selected span::after {
	margin-left: 1em;
}

.cs-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
	z-index: 200;
}

/* Options */
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 11px 20px;
	background-color: #E9EFF4;
	color: #0e69a3;
	font-size: 15px;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
	cursor: default;
}


@media screen and (max-width: 30em) {
	div.cs-skin-border { font-size: 1em; }
}


.cs-skin-border > span::after,
.cs-skin-border .cs-selected span::after {
	content: '';
	font-family: FontAwesome;
}

.cs-skin-border ul span::after {
	content: '';
	opacity: 0;
}

.cs-skin-border .cs-selected span::after {
	content: '';
	font-family: FontAwesome;
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cs-skin-border .cs-options {
	color: #2980b9;
	font-size: 0.75em;
	opacity: 0;
	-webkit-transition: opacity 0.2s, visibility 0s 0.2s;
	transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-border.cs-active .cs-options {
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
	background: #ffffff;
}


@media (max-width: 767px ){

	.knowledge-container .search-container {
		margin: 0;
	}
	.search-container .form-control, .cs-select span {
		font-size: 16px;
	}
	.search-container .btn-default {
		font-size: 21px !important;
	}
}

@media (max-width: 540px ){
	#knowledge-form {
		display: block;
	}

	.search-container .input-group {
		width: 100%;
		margin-bottom: 10px;
	}
	.search-container .btn-default {
		width: 100%;
	}
	.knowledge-container .media, .knowledge-container .category {
		padding: 5px 0;
	}
}

@media (max-width: 480px ){

	.filter-options a {
		color:#ffffff;
		background:  #1aaa69;
	}
	.filter-options a:hover,
	.filter-options a.active  {
		background: #0e69a3;
	}
}

