 /*==========================

Fonts

==========================*/
    @font-face{
        font-family:"Museo Sans W01_300";
        src:url("/webfonts/1d3191cd-ae8c-45e2-bb04-11e96d8fa974.woff2") format("woff2"),url("/webfonts/b252d464-65cb-4950-88f7-ac0a1bf79b75.woff") format("woff");
    }
    @font-face{
        font-family:"MuseoSansW01-300Italic";
        src:url("/webfonts/a0f222f7-39b4-41c9-a5c0-0b9b7e6b8f89.woff2") format("woff2"),url("/webfonts/96766c08-0e19-43a8-b45d-e95c5b09785c.woff") format("woff");
    }
    @font-face{
        font-family:"Museo Sans W01_500";
        src:url("/webfonts/d9896899-f08c-4750-a874-a9e10d83c2cb.woff2") format("woff2"),url("/webfonts/d42dd843-62b0-4623-8855-d5882512c3c9.woff") format("woff");
    }
    @font-face{
        font-family:"MuseoSansW01-500Italic";
        src:url("/webfonts/b76ff444-27dd-4494-b96e-2f5157f347d5.woff2") format("woff2"),url("/webfonts/136eb3cf-249c-40a3-bb62-49c1ad9ae6d8.woff") format("woff");
    }
    @font-face{
        font-family:"Museo Sans W01_700";
        src:url("/webfonts/e2d37f34-6bca-473c-b64d-93811f4dc046.woff2") format("woff2"),url("/webfonts/eadbb595-a394-48fc-834f-8bf5da15cddf.woff") format("woff");
    }
    @font-face{
        font-family:"MuseoSansW01-700Italic";
        src:url("/webfonts/0db19ee1-b74a-4eb6-b48f-60c7047ea44b.woff2") format("woff2"),url("/webfonts/9c98d320-d511-4d3d-9ba3-6516302dba95.woff") format("woff");
    }
 /*==========================

Customised Configuration options

==========================*/
body {
	margin:0;
	padding:0;
	border:0;
	max-width: 100%;
	min-height: 100%;
	overflow-x:hidden;
	background:#F7F7F7;
	font-family: "Museo Sans W01_500",Arial,"Helvetica Neue",Helvetica,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	padding-bottom: 0px;
}

.fa-blue {color: #0A00E8!important;}
.fa-red {color: #E8000A!important;}
.fa-light {color: #ffffff;}
.fa-dark-muted {color: #CCC;}
.fa-dark {color: #333333;}
.fa-light-muted {color: #999999;}
.fa-muted {color: #eeeeee;}
.fa-light-green {color:#59B559;}
.fa-shadow-muted { text-shadow: 1px 1px 1px rgba(0,0,0,0.3);}

label.form-error,
div.form-error,
a.form-error,
textarea.form-error,
select.form-error,
input[type=checkbox].form-error,
input[type=email].form-error,
input[type=number].form-error,
input[type=password].form-error,
input[type=text].form-error,
input[type=url].form-error {
border: 1px solid #dd4b39!important;
}

.hclhighlight {
	color:#00713d;
	font-weight:bold;
}
.hcllgthighlight {
	color:#c1d72e;
	font-weight:bold;
}

a,a:hover,a:focus,a:active,a.active {
    outline: 0;
}
a {
    color: #00713d;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-decoration: none;
    cursor: pointer;
}

a:focus,a:active,a.active {
    color: #00713d;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

a:hover {
    color: #c1d72e;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
   /* border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 1px;*/
}
a.nb:hover {
	/*border:none;
    border-width: 0px 0px 0 0px;*/
}

/* print */
.no-print {
	display:block
}
.print {
	display:none;
}

.img-fill {
	width:100%!important;
}

.nop {
	padding: 0!important;
}
.nom {
	margin:0!important;
}

.light {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
em,
.italic {
	font-style:italic!important;
}
.italic-bold {
	font-style:italic!important;
}
.fw-300 {

}
.fw-400 {

}
.fw-500 {

}
.fw-700 {

}
.fw-800 {

}
.fw-900 {

}
.font-500 {
	font-size: 500%!important;
	line-height: 120%;
}
.font-350 {
	font-size: 350%!important;
	line-height: 120%;
}
.font-200 {
	font-size: 200%!important;
	line-height: 120%;
}
.font-150 {
	font-size: 150%!important;
	line-height: 120%;
}
.font-120 {
	font-size: 120%!important;
	line-height: 120%;
}
.font-90 {
	font-size: 90%!important;
	line-height: 120%;
}
.font-80 {
	font-size: 80%!important;
	line-height: 120%;
}
.font-70 {
	font-size: 70%!important;
	line-height: 120%;
}
.white-text-shadow {
	text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}
.uc {
	text-transform: uppercase!important;
}
.lc {
	text-transform: lowercase!important;
}
.cap {
	text-transform: capitalize!important;	
}
.clearboth {
	clear:both;
}
.relative {
	position:relative;
}
.valign {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}
.w-100.w-lg-25 {
	width: calc(100% - 70px)!important;
}
 @media (min-width: 992px)  {
	.w-100.w-lg-25 {
	width: 25%!important;
	}
 }

.no-gutters {
  margin-right: 0!important;
  margin-left: 0!important;

  > .col,
  > [class*="col-"] {
    padding-right: 0!important;
    padding-left: 0!important;
  }
}
.green-bg {
	background-color:#00713d;
}
ul {
    list-style: none;
    padding: 0px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
.item-list ul li {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 0;
    padding: 15px 0;
    list-style: none;
}

.col-8th {
	position: relative;
    width: 100%;
	-ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
@media (max-width: 992px)  {
	.col-8th {
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	}
}
h1.block-title {
	margin-top:20px;
	margin-bottom: 10px;
	font-weight:700;
	font-size: 300%;
}
.title-green {
    color: #00713d;	
}
 /*==========================

 Chrome frame prompt

==========================*/
.chromeframe {
	position:fixed;
    margin: 0;
    background: #ccc;
    color: #000;
	text-align:center;
	z-index: 99999;
	width: 100%;
	padding: 8px 0;
	left:0px;
	top:0px;
}

/*==========================

arrows

==========================*/


/*==========================

btns

==========================*/
.btn-hcl {
	background-color:#c1d72e!important;
	color:#3E3F3A!important;
}
.btn-hcl:hover {
	background-color:#00713d!important;
	color:#FFF!important;
}
.btn-curved {
	-moz-border-radius: 22px!important;
	-webkit-border-radius: 22px!important;
	border-radius: 22px!important;
}
.panel-hcl {
	background-color:#c1d72e!important;
	color:#3E3F3A!important;
    vertical-align: middle;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.42857143;
}
.list-group-item-hcl {
	border:1px solid #EEE!important;
}
.list-group-item-hcl a {
	padding: 8px;
}
/*==========================

header

==========================*/
.container-max {
	width:100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.header {
	width: 100%;
    background-color: #00713d;	
}

/*==========================

Main Body Containers

==========================*/
#wrapper {
    position: relative;
	margin:0 auto;
	min-width:320px;
	width:100%;
}
.outer-container { 
	width: 100%;
	margin:0 auto;
	padding: 0;
	min-height:400px;
}

 @media (max-width: 991px){
	 .container {
		 max-width: 100%!important;
	 }
 }

/* ****************** */
/* Columns Fifths */
/* *****************  */
@media (max-width: 575.98px) {
	.col-2dot4 {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;	
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 576px) and (max-width: 767.98px)  {
    .col-sm-2dot4 {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;	
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px)  {
    .col-md-2dot4 {
		 position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;	
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px)  {
    .col-lg-2dot4 {
		 position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;	
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-xl-2dot4 {
		 position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;	
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/* ****************** */
/* header  */
/* *****************  */
header,.header {
	position: relative;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	z-index: 2;
}
#burgermenu {
	background:#FFFFFF;
	position: relative;
	width: calc(100% + 50px);
	height: auto;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	margin-left: -25px;
	margin-right: -25px;
}
@media (min-width: 992px)  {
	#burgermenu {
		background:#FFFFFF;
		position: absolute;
		top: 152px;
		right: 5px;
		width: 260px;
		height: auto;
		z-index:99;
		border-radius:0 0 2px 2px;
		-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
		box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
		margin-left: 0px;
		margin-right: 0px;
	}
}
.collapsing {
    transition: height 0.6s;
}
#burger {
	position: absolute;
	top:50px;
	right: 25px;
	width: 40px;
	height: 40px;
	z-index:99;
}
#burger .btn {
	background:transparent;
}
#burger .btn:hover {
	outline:0;
	background:#c1d72e;
}
#burger .btn.bd-menu-toggle:hover {
	color:#3E3F3A!important;
	border-radius: 3px!important;
}
.bd-menu-toggle {
    line-height: 1;
    color: #FFFFFF!important;
}
ul#menu-header-links {
	margin-bottom: 0px;
}
ul#menu-header-links .menu-item a {
	border-bottom: 1px solid #EDEDED;
}
ul#menu-header-links .menu-item a.mlink {
	color: #222222;
}
ul#menu-header-links .menu-item a.mlink:hover {
	color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
ul#menu-header-links .menu-item:last-child a {
	border-bottom: none;
}
/* ****************** */
/* carousel  */
/* *****************  */
.home-header .carousel-item {
	max-height: 720px;
}
.home-header .carousel-item {
	min-height: 600px!important;
}
.inner-header .carousel-item {
	max-height: 245px!important;
}
.login-header .carousel-item {
	min-height: 600px!important;
}
.login-header .carousel-item img {
	min-height: 600px!important;
}
.carousel-indicators {
    bottom: 10px;
}
.carousel-indicators li {
	background-color: #FFFFFF;
	height: 5px;
	opacity:1;
	margin-right: 3px;
    margin-left: 3px;
}
.carousel-indicators .active {
	background-color: #c1d72e;
}

/* ****************** */
/* Breadcrumb  */
/* *****************  */
.breadcrumb {
    /*margin: 0 0 20px;*/
	margin: -5px 0 0 0;
    padding: 10px 0 5px;
    /*padding: 12px 0;*/
    line-height: 22px;
    background: transparent!important;
    border: none;
	border-radius:0px;
    display: block;
	border-bottom:1px solid #EEE;
	/*border-bottom:1px solid #EEE;*/
}
.breadcrumb.noimg {
	margin: 0;
	border-top: none;
}
.breadcrumb li {
    font-size: 1rem;
	text-transform:uppercase;
	display:inline-block;
}
.breadcrumb li a {
    color:#00713d;
}
.breadcrumb li a:hover {
    color:#000000!important;
	font-weight: 700;
}
.breadcrumb>li+li:before {
	font-family: 'Font Awesome 5 Free';
    content: "\f105";
	font-weight:700;
}
.breadcrumb>.active {
   color:#888;
}
/*==========================

Inner wrapper

==========================*/
a.hp-icons.active,
a.hp-icons:hover {
	background-color:#C1D72E;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
/*==========================

news & updates

==========================*/
#innerupdates {
	min-height: 450px;
	margin-bottom: 50px;
}
#home-news-panel{
	margin-bottom: 50px;
}
#home-news-panel .carousel-item {
	height: 885px;
	max-height: 885px;	
	overflow-y:hidden;
}
@media (max-width: 768px)  {
	#home-news-panel {
		height: 940px;
		max-height: 940px;
		overflow-y:hidden;
	}
}
.white-shade-base {
	position:absolute;
	width: 100%;
	height: 200px;
	bottom:0px;
	left:0px;
	z-index: 3;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.postdate {
    float: right;
    padding: 12px 14px 14px;
	margin: 0 0 10px 10px;
    font-size: 11px;
    text-align: center;
    line-height: normal;
	border-radius: 3px;
	color:#FFF;
	-webkit-box-shadow: inset 0px -10px 20px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px -10px 20px rgba(0,0,0,0.6);
	box-shadow: inset 0px -10px 20px rgba(0,0,0,0.6);
}
.postdate span {
	display: block;
    font-size: 24px;
}

.news-snippet-block {
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #CCC;
}
.news-snippet-block:hover {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color:#F5F5F5;
	border-radius:4px;
	border-bottom: 1px solid transparent;
}
big {
	display:inline-block;
	font-size: 140%;
	margin-bottom: 10px;
}
.news-page:hover {
	cursor:pointer;
}
#home-news-panel .carousel-indicators {
    bottom: -45px;
}
#home-news-panel .carousel-indicators li {
	background-color: #00713d;
	height: 5px;
	opacity:1;
	margin-right: 3px;
    margin-left: 3px;
}
#home-news-panel .carousel-indicators .active {
	background-color: #c1d72e;
}
.fluid-width-video-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
}
#home-news-panel table,
#news-panel table,
#body-section table {
	width: 100%!important;
	border-collapse: collapse;
	margin-bottom: 15px;
}
table td#body-section img {
	float:left!important;
	width: 340px;
	margin:0 20px 20px 0;
}
table td#body-section .lineBreakp {
	clear:initial;
}
table td#body-section h1 {
	margin-bottom: 18px!important;
	font-size: 3rem!important;
}
table td#body-section td {
	display:block;
	width:100%!important;
}
#news-panel table td {
	padding-top:10px!important;
	padding-bottom:10px!important;
}
#news-panel table td p {
	margin-left: 15px!important;
	margin-right: 15px!important;
}
#news-panel table td ul {
	margin-left: 15px!important;
	margin-right: 15px!important;
}
#news-panel table td>h1,
#news-panel table td>div {
	margin-left: 15px!important;
	margin-right: 15px!important;
}
/* ****************** */
/* forms  */
/* *****************  */
.required {
	color:#c1d72e;
}

#innerlogin {
	position:absolute;
	top:10%;
	left:50%;
	width: 320px;
	margin-left: -160px;
	height: auto;
}
#inputUsername,
#inputPasswd {
	background:rgba(255,255,255,1);
	padding-left: 30px;
	padding-right:30px;
	border: 1px solid #ccc;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	outline: 0;
	-webkit-appearance: none;
	
}
@media (min-width: 992px)  {
	#innerlogin {
		top:20%;
		width: 600px;
		margin-left: -300px;
	}
}
/* ****************** */
/* forms  */
/* *****************  */
.form-control {
	border-radius: 0px;
}
.form-control:focus {
	color:#888;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}
select.form-control {
	border-radius: 0px;
	padding: 0px 17px;
}
.error,
.red {
	color: #FF3D3D;
}
.required sup.
.red sup {
	font-size: 55%;
}
p.success {
	color: #00713D;
}
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100%;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #CCC;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 36px;
  border: 1px solid #CCC;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
  font-size: 1rem;
  
}

select {
  position: relative;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 36px;
  border: 1px solid #CCC;
  border-radius: 2px;
  background: #FFF url(images/chosen-sprite-v2.png) no-repeat;
  background-position: right -35px top 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
  font-size: 1rem;
  -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
   outline:0;
   outline:none;
}

.chosen-container-single .chosen-default {
  color: #444;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('images/chosen-sprite-v2.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('images/chosen-sprite-v2.png') no-repeat 0px 5px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #CCC;
  background: white url('images/chosen-sprite-v2.png') no-repeat 100% -20px;
  background: url('images/chosen-sprite-v2.png') no-repeat 100% -20px;
  font-size: 1rem;
  
  line-height: 22px;
  border-radius: 2px;
}
.chosen-container-single .chosen-search input[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.ptab UL.chosen-results {
	width: 540px;
}
.ptab UL.chosen-results li {
	width: 536px;

}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 280px;
  -webkit-overflow-scrolling: touch;

}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
   font-size: 0.8rem;
   border-bottom: 1px solid #EFEFEF;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.active-result.inactive {
  background-color:#D9534F;
  color:#FFF;
}
.chosen-container .chosen-results li.active-result.deleted {
  background-color:#CCC;
  color:#FFF;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #7B8790;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #CCC;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 1rem;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #CCC;
  max-width: 100%;
  border-radius: 2px;
  background-color: #FFF;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('images/chosen-sprite-v2.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #CCC;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 5px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #444 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 1!important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  background-color: #F5F5F5!important;
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 14px 5px 4px 20px;
  background: white url('images/chosen-sprite-v2.png') no-repeat -30px -20px;
  background: url('images/chosen-sprite-v2.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 5px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 5px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/* ****************** */
/* Footer  */
/* *****************  */
.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color:#FFF!important;
    text-decoration: none;
	background: #005B3C;
	border:1px solid #FFF;
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: none;
    z-index: 99999;
}
a.scrollToTop:hover {
	  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
	background-color: #232121;
   color:#FFF!important;
	text-decoration:none;
	opacity: 0.8;
}

  /*==========================

Cookie Panel

==========================*/
#cookies {
	width:100%;
	min-height:57px;
	position:fixed;
	left:0px;
	bottom: 0px;
	background: #c1d72e;
	/*border-top:2px solid #000;*/
	padding: 20px;
	color:#000;
	z-index:999;
	-webkit-box-shadow: 0px -5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -5px 10px rgba(0,0,0,0.3);
	box-shadow: 0px -5px 10px rgba(0,0,0,0.3);
}
#cookies a {
	color:#005B3C;
}
#cookies span.btn {
	border:1px solid #005B3C;
	background-color: #005B3C;
	color:#FFF;
	cursor:pointer;
}
#cookies span.btn:hover {
	background-color: #232121;
	border:1px solid #232121;
	color:#FFF;
	cursor:pointer;
}

/* ==========================================================================
   Color Box
   ========================================================================== */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:hidden; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
.cboxElement { outline: none!important; }
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url("images/overlay.png") repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url("images/cb-controls-sq.png") left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url("images/cb-controls-sq.png") right top repeat-y;}
    #cboxTopCenter{height:21px; background:url("images/border.png") 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url("images/border.png") 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:left; width:100%;color:#AAA;background:#FFF;padding-left:125px;padding-right: 30px;line-height:12px;font-size:1.1rem;display:block;padding-top:8px;padding-bottom:5px;font-family: "Roboto";text-transform:uppercase;}
		#cboxTitleSingle{position:absolute; bottom:0px; left:0; text-align:left; width:100%;color:#AAA;background:#FFF;text-align:center;line-height:12px;font-size:1.1rem;display:block;padding-top:8px;padding-bottom:5px;font-family: "Roboto";text-transform:uppercase;}
        #cboxCurrent{position:absolute; bottom:2px; left:58px; color:#AAA;text-transform:uppercase;font-size:1.1rem;}
        #cboxLoadingOverlay{background:url("images/loading_background.png") no-repeat center center;}
        #cboxLoadingGraphic{background:url("images/loading.gif") no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:2px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:-2px; left:0; background:url("images/cb-controls-sq.png") no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:-2px; left:27px; background:url("images/cb-controls-sq.png") no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:-2px; right:0; background:url("images/cb-controls-sq.png") no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

        #cboxPrevious,
        #cboxPrevious:hover,
        #cboxNext,
        #cboxNext:hover,
        #cboxClose,
        #cboxClos:hover {
		  outline:none;
		  -webkit-transition: none;
		  -moz-transition: none;
		  transition: none;
  		}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
		
		
	@media (max-width: 768px) {
		
		 #cboxTitle{}
		
	}
	
	
	

	
	

footer {
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    display: block;
    width: 100%;
    background-color: #00713d;
    a2: 100%;
}

footer h2.block-title {
    background-color: transparent;
}

.footer {
    margin-top: 0;
    padding: 0;
    border: 0;
    clear: both;
    background-color: #00713d;
}

.footer a {
    text-decoration: none;
}

.footer a.btn {
    background: #c1d72e;
    color: #232121;
}

.footer a.btn:hover {
    background: #232121;
    color: #fff;
}

.footflex {
    clear: both;
}

#footer .clearfix:after {
    display: inline;
    clear: none;
}

.footer-blocks {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 10px 10px 10px 10px;
}

.footer-blocks a.btn {
    color: #232121;
    transition: all 0.3s ease 0s;
}

.footer-blocks a.btn:hover {
    color: #fff;
}

.footer-blocks h2.block-title {
    font-size: 1.1em;
    color: #fff;
    padding: 0;
    background: transparent;
    text-align: left;
}

.footer-blocks .block:first-child h2.block-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

.logo-block {
    margin-top: 20px;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer a.active {
    color: #fff;
    text-decoration: underline;
}

.footer a.footer-logo {
    width: 100%;
    max-width: 140px;
    display: block;
    margin: 0 auto;
}

.footer a.footer-logo:hover {
    text-decoration: none;
    border: 0px none;
}

section#block-views-popular-block-1 .item-list ul li {
    border-bottom: none;
    padding: 0;
}

section#block-views-popular-block-1 a,section#block-views-popular-block-1 a:active,section#block-views-popular-block-1 a.active {
    display: block;
    border-bottom: 1px dotted #fff;
    padding: 3px 2px 2px 0px;
    text-decoration: none !important;
}

section#block-views-popular-block-1 a:hover,section#block-views-popular-block-1 a:active:hover,section#block-views-popular-block-1 a.active:hover {
    border-bottom: 1px solid #fff;
    padding: 3px 2px 2px 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-block-3 .view-mode-footer_block {
    position: relative;
    height: 150px;
}

.footer-block-3 .view-mode-footer_block .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-block-4 ul.share-links {
    padding: 0;
    margin-bottom: 10px;
    margin-top: 8px;
}

.footer-block-4 ul.share-links li {
    display: inline-block;
}

.footer-block-4 ul.share-links li a {
}

.footer-block-4 ul.share-links li a:hover {
}

.footer-block-4 ul.share-links i.fa {
    font-size: 1.5em;
    margin-right: 5px;
}

.footer-block-4 ul.share-links i.fa-youtube:before {
    content: "\f167";
}

.footer-block-4 p.signup {
    border-top: 1px solid;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-block-4 #form-newsletter {
    /*top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
    color: #888282 !important;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.footer-block-4 #form-newsletter input[type="email"] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px;
    width: 100%;
    font-size: 16px;
    outline: none;
    border: 0px;
    border-radius: 0;
	margin-top:0px;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.footer-block-4 #form-newsletter button {
    padding: 6px 10px 5px 2px;
    font-size: 25px;
    text-align: center;
    color: #888282;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-color: #fff;
    border: 0px solid;
}

.footer-block-4 #form-newsletter button a:hover {
    color: #c1d72e;
}

.footer-block-4 #form-newsletter .glyphicon {
    margin: 0;
    vertical-align: text-top;
    padding: 0;
}

.footer-block-4 #form-newsletter .glyphicon a:hover {
    color: #c1d72e;
}

.footer-menus {
    text-align: right;
    background-color: transparent;
    clear: both;
    display: inline-block;
    width: 100%;
    padding-right: 25px;
}

.footer-menus ul.menu.nav {
    padding-top: 0px;
}

.footer-menus .nav > li {
    display: inline-block;
    font-size: 9pt;
}

.footer-menus .nav > li > a {
    position: relative;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
}

@media (max-width: 992px) {
    .footer-menus .nav > li > a {
        padding:10px 0 10px 0px;
        margin-left: 15px;
        margin-right: 10px;
    }
}

.footer-menus .nav > li.leaf > a:hover {
    text-decoration: underline;
    color: #FFF;
    border-width: 0px;
}

.footer-copyright {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 9pt;
    padding: 0 25px 20px 0;
}

@media (max-width: 992px) {
    .footer-copyright {
        text-align:right;
    }
}

@media (min-width: 768px) {
    .footer-block-1 {
        padding-top:15px !important;
    }

    .footer-block-1 img.img-responsive {
        width: 100%;
    }

    .get-in-touch-block .view-mode-footer_block {
        height: 100px;
    }
}

@media (min-width: 992px) {
    .footflex {
        clear:both;
        flex: 1;
    }

    .get-in-touch-block .view-mode-footer_block {
        height: 164px;
    }

    .footer-menus {
        text-align: right;
    }

    .footer-copyright {
        text-align: right;
        padding: 0 25px 20px 0;
    }
}

@media (min-width: 1200px) {
    .footflex {
        clear:both;
        flex: 1;
    }

    .footer-menus {
        text-align: right;
    }

    .footer-copyright {
        text-align: right;
    }
}
	strong {
    font-weight: 600;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    min-height: 100%;
    display: block;
}

.page-content .content ul {
    margin: 0;
    padding: 5px 10px 10px 20px;
}

.page-content .content ul li:before {
    content: "\f105";
    font-family: Font Awesome 5 Free;
    font-style: normal;
    font-weight: normal;
    vertical-align: initial;
    margin: 0 10px 0 0px;
    padding: 0;
    font-size: 1.1em;
}

h1 {
    font-size: 2.3em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 0.9em;
}

h1,h2,h3,h4,h5,h6 {
    padding-bottom: 0px;
    color: #3E3F3A;
}

h1.fr-page-header {
    color: #00713d !important;
    text-align: center;
    background: none;
}

h1.page-header {
    color: #3E3F3A;
}

h1.page-title {
    font-size: 2em;
}

.title-under {
    border-bottom: 1px solid #c1d72e;
}

h2.block-title {
    background: #dbf4ad;
}

@media (min-width: 768px) {
    h1.page-title {
        color:#ffffff;
    }

    h2.block-title {
        background: #dbf4ad;
    }
}

@media (min-width: 992px) {
    h1.page-title {
        color:#ffffff;
    }

    h2.block-title {
        background: #dbf4ad;
    }
}


.logo {
}

.logo img {
    height: 110px;
}

.logo-hull-council {
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.logo-hull-council:hover {
    border-width: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {

    .logo-hull-council {
        width: 150px;
        float: left;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .logo-hull-council:hover {
        border-width: 0;
        padding-bottom: 0;
    }

}

@media (min-width: 992px) {

    .logo {
        margin-right: 0;
        padding-left: 0;
        padding-right: 15px;
        margin: 0;
    }

    .logo img {
        height: 130px;
    }

}	


section#block-bean-footer-get-in-touch,
section#block-bean-footer-social-links-news-letter {
    height: 150px;
}

section#block-bean-footer-get-in-touch a.center-block.btn,
	section#block-bean-footer-social-links-news-letter form {
    bottom: 0;
    /*line-height: 1.5em;*/
    width: 100%;
}

@media (min-width: 768px) {

    section#block-bean-footer-get-in-touch,
	section#block-bean-footer-social-links-news-letter {
        height: 227px;
        position: relative;
    }

    section#block-bean-footer-get-in-touch a.center-block.btn,
	section#block-bean-footer-social-links-news-letter form	{
        bottom: 0;
        /*line-height: 1.6em;*/
        position: absolute;
        width: 100%;
    }
}

@media (min-width: 992px) {
    section#block-bean-footer-get-in-touch,
	section#block-bean-footer-social-links-news-letter {
        height: 207px;
	}
}

@media (min-width: 1199.98px) {
    section#block-bean-footer-get-in-touch,
	section#block-bean-footer-social-links-news-letter {
        height: 217px;
	}
}


ul.menu.nav {
    float: right;
    padding-top: 20px;
}

ul.menu.nav li a:hover,ul.menu.nav li a:focus {
    text-decoration: none;
    background-color: transparent;
}

/* =========================================================================
   misc spacing
   ========================================================================== */
.hr {
  	margin-top: 15px;
   	margin-bottom: 15px;
	border-top: 1px solid #E9E9E9;
}
.gradient-line {
	clear:both;height:8px;overflow:hidden;
	background: rgb(24,127,69);
}
.gline
	{
	clear:both;height:1px;overflow:hidden;border-top:1px solid #E9E9E9;margin: 0 6%;
	}
.gline-full
	{
	margin: 0 -15px;
	width: calc(100% + 30px);
	}
.nm
	{
	margin: 0 0;
	}
.lineBreak
	{
	clear:both;overflow:hidden;
	}
.lineBreakp
	{
	clear:both;	height:1px;overflow:hidden;
	}
.lineBreak3p
	{
	clear:both;	height:3px;overflow:hidden;
	}
.lineBreak5p
	{
	clear:both;	height:5px;overflow:hidden;
	}
.lineBreak8p
	{
	clear:both;	height:8px;overflow:hidden;
	}
.lineBreak10p
	{
	clear:both;	height:10px;overflow:hidden;
	}
.lineBreak15p
	{
	clear:both;height:15px;overflow:hidden;
	}
.lineBreak20p
	{
	clear:both;height:20px;overflow:hidden;
	}
.lineBreak25p
	{
	clear:both;height:25px;overflow:hidden;
	}
.lineBreak35p
	{
	clear:both;height:35px;overflow:hidden;
	}
.lineBreak50p
	{
	clear:both;height:50px;overflow:hidden;
	}
.lineBreak100p
	{
	clear:both;height:100px;overflow:hidden;
	}
/* ==========================================================================
  Media devices sizing
   ========================================================================== */

   	/* Smallest devices (small screen, 767px and under) */
	@media (max-width: 767.98px) {

		
	}
	/* Smallest devices (small screen, 768px and over) */
	@media (min-width: 768px) {

		.container { 
			min-width: 738.98px;
			width: 100%;
		}

	}

	/* Smallest devices (small screen, 991px and under) */
	@media (max-width: 991.98px) {

	
		
	}
	/* Medium devices (med desktops, 992px and below) */
    @media (min-width: 992px){
		
		.container { 
			min-width: 962px;
			width: 100%;
		}
		
	}

    /* Large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
		
		.container { 
			min-width: 1160px;
			max-width: 1280px;
			width: 100%;
		}
		
    }

    /* Large devices (large desktops, 1330px and up) */
    @media (min-width: 1330px) {
		
		
		
    }
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection:
   ========================================================================== */

@media print {

    * {
        background: transparent !important;
        box-shadow:none !important;
        text-shadow: none !important;
    }
	
    a,
    a:visited {
        text-decoration: none;
    }

    a[href]:after {
        content: " ";
    }

    abbr[title]:after {
        content: "";
    }
	
    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; 
    }

	.footer-container,
	.used-block,
    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
   
}