@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://www.foodfortheplanet.org.uk/bootstrap/inter/Inter-Regular.woff2?v=3.15") format("woff2"),
       url("https://www.foodfortheplanet.org.uk/bootstrap/inter/Inter-Regular.woff?v=3.15") format("woff");
} 
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://www.foodfortheplanet.org.uk/bootstrap/inter/Inter-Italic.woff2?v=3.15") format("woff2"),
       url("https://www.foodfortheplanet.org.uk/bootstrap/inter/Inter-Italic.woff?v=3.15") format("woff");
} 
@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://www.foodfortheplanet.org.uk/bootstrap/inter/Inter-Bold.woff2?v=3.15") format("woff2"),
       url("https://www.foodfortheplanet.org.uk/bootstrap/inter/Inter-Bold.woff?v=3.15") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 700;
  font-display: swap;
  src: url("https://www.foodfortheplanet.org.uk/bootstrap/inter/Inter-BoldItalic.woff2?v=3.15") format("woff2"),
       url("https://www.foodfortheplanet.org.uk/bootstrap/inter/Inter-BoldItalic.woff?v=3.15") format("woff");
}


body { font-family: 'Inter', Fallback, sans-serif; font-weight: 400; color: #000; font-size: 16px; line-height:24px; background-image: url('/resources/images/bg_texture.png'); background-attachment: fixed; }
a {	color: #000; text-decoration: underline;	-webkit-text-decoration-color: #35B452;	text-decoration-color: #35B452; text-decoration-thickness: 2px; }
a:hover, a:focus { transition: all 0.3s; color: #35B452;  text-decoration-thickness: 2px; }
.blueLink:hover, .blueLink:focus { transition: all 0.3s; color: #406DB5;  text-decoration-thickness: 2px; }

.orangeLink {	color: #FF6C0A; text-decoration: underline;	-webkit-text-decoration-color: #fff;	text-decoration-color: #fff; text-decoration-thickness: 2px; }
.orangeLink:hover, .orangeLink:focus { transition: all 0.3s; color: #FF6C0A;  text-decoration-thickness: 2px; }

.whiteLink {	color: #fff; text-decoration: underline;	-webkit-text-decoration-color: #35B452 ;	text-decoration-color: #35B452 ; text-decoration-thickness: 2px; }
.whiteLink:hover, .whiteLink:focus { transition: all 0.3s; color: #fff; -webkit-text-decoration-color: #fff ;	text-decoration-color: #fff ; text-decoration-thickness: 2px; }



#peopleTable a { -webkit-text-decoration-color: #B15684;	text-decoration-color: #B15684; }
#peopleTable a:hover, #peopleTable a:focus { transition: all 0.3s; color: #B15684;  text-decoration-thickness: 2px; }

#assets_list a { -webkit-text-decoration-color: #F58720;	text-decoration-color: #F58720; }
#assets_list a:hover, #peopleTable a:focus { transition: all 0.3s; color: #F58720;  text-decoration-thickness: 2px; }

.text-muted > a { color: #777; } 
.text-muted > a:hover { transition: all 0.3s; color: #35B452;   }

.dropdown-menu > li > a { text-decoration: none; }

strong { font-weight: 700;  }

h1,h2,h3,h4,h5,h6 { font-weight: 700; }
h1 { font-size: 30px; } @media (min-width: 767px) { h1 { font-size: 34px; line-height:38px;  } }
h2 { font-size: 26px; } @media (min-width: 767px) { h2 { font-size: 28px;  } }
h3 { font-size: 22px; line-height:28px; } @media (min-width: 767px) { h3 { font-size: 24px;  } }
h4 { font-size: 20px; line-height:24px; }
h5 { font-size: 16px; line-height:20px; }
h6 { font-size: 16px; line-height:20px; }




#articleCopy h2 { margin-top: 40px; }
#articleCopy h3 { margin-top: 30px; }

blockquote {    border-left: 3px solid #35B452;  margin: 20px 0px 20px; }
img { display: inline-block; height: auto;  max-width: 100%; }
.keyblock img { width: 100%; }

.img_small { max-width: 150px; max-height: 150px; }
.img_medium { max-width: 300px; max-height: 300px; }
.img_large { max-width: 450px; max-height: 450px; } 


.lead {  font-size: 18px; }
 @media (min-width: 767px) { .lead {  font-size: 21px; } }

 /* FONT */
.light { font-weight: 400!important; }
.small, .text-small { font-size: 12px; line-height:16px !important; }
.lineheight20 { line-height: 20px; }


/* COLOURS */ 

.greenBlueBg { background: rgb(53,180,82); background: linear-gradient(90deg, rgba(53,180,82,1) 10%, rgba(64,109,181,1) 89%); }

.greenPurpleBg { background: rgb(53,180,82); background: linear-gradient(90deg, rgba(64,109,181,1) 10%, rgba(177,86,132,1) 89%); }




.white { color: #FFFFFF; } .whitebg { background-color: #FFFFFF !important; } .whitebd { border-color: #FFFFFF !important; }
.beige { color: #F4F0E7; } .beigebg { background-color: #F4F0E7 !important; } .beigebd { border-color: #F4F0E7 !important; }
.dark_beige { color: #ECE5D6; } .dark_beigebg { background-color: #ECE5D6 !important; } .dark_beigebd { border-color: #ECE5D6 !important; }
.orange { color: #F58720; } .orangebg { background-color: #F58720 !important; } .orangebd { border-color: #F58720 !important; }
.darkgrey { color: #3A3A3A; } .darkgreybg { background-color: #3A3A3A !important; } .darkgreybd { border-color: #3A3A3A !important; }
.black { color: #000000; } .blackbg { background-color: #000000 !important; } .blackbd { border-color: #000000 !important; }
.yellow { color: #FCB315; } .yellowbg { background-color: #FCB315 !important; } .yellowbd { border-color: #FCB315 !important; }
.green { color: #35B452; } .greenbg { background-color: #35B452 !important; } .greenbd { border-color: #35B452 !important; }
.blue { color: #406DB5; } .bluebg { background-color: #406DB5 !important; } .bluebd { border-color: #406DB5 !important; }
.red { color: #EC2D23; } .redbg { background-color: #EC2D23 !important; } .redbd { border-color: #EC2D23 !important; }
.purple { color: #B15684; } .purplebg { background-color: #B15684 !important; } .purplebd { border-color: #B15684 !important; }
.lightgreen { color: #4ec569; } .lightgreenbg { background-color: #4ec569 !important; } .lightgreenbd { border-color: #4ec569 !important; }
.lightblue { color: #668bc6; } .lightbluebg { background-color: #668bc6 !important; } .lightbluebd { border-color: #668bc6 !important; }
.lightpurple { color: #D6B6C8; } .lightpurplebg { background-color: #D6B6C8 !important; } .lightpurplebd { border-color: #D6B6C8 !important; }
.palegrey { color: #ccc; } .palegreybd { border-color:  #ccc !important; } .palegreybg { background-color: #f9f9f9 !important; }
.medgrey { color: #efefef; } .medgreybd { border-color:  #efefef !important; } .medgreybg { background-color: #efefef !important; }
.text-warning  { color: #F58720; }
.text-success  { color: #35B452; }
.text-danger  { color: #EC2D23; }
.text-white  { color: #ffffff; }
.text-grey  { color: #666;  }
.text-default  { color: #333;  }
 

/* PADDINGS SPACINGS WIDTH */
.notop { margin-top: 0px !important; padding-top: 0px !important; } .nobot { margin-bottom: 0px !important; padding-bottom: 0px !important; } 
.top25 { margin-top: 25px; } .top20 { margin-top: 20px; } .top15 { margin-top: 15px; }  .top5 { margin-top: 5px; }   .topminus5 { margin-top: -5px; } .topminus15 { margin-top: -15px; } .topminus25 { margin-top: -25px; } .topminus50 { margin-top: -50px; }
.bot25 { margin-bottom: 25px; } .bot15 { margin-bottom: 15px; } .bot5 { margin-bottom: 5px; }
.left25 { padding-left: 25px; } .left15 { padding-left: 15px; } .left5 { padding-left: 5px; }

.left0 { padding-left: 0px !important; }  

 
.marginall15 { margin: 15px; }
 
 .leftminus25 { padding-left: -25px !important; }
.right25 { padding-right: 25px; } .right15 { padding-right: 15px; } .right5 { padding-right: 5px; }  .right0 { padding-right: 0px !important;  }   .rightminus25 { padding-right: -25px !important; }
.mleft25 { margin-left: 25px; } .mleft15 { margin-left: 15px; }  .mleft5 { margin-left: 5px; } .mleft0 { margin-left: 0px; } 
.mright25 { margin-right: 25px; } .mright15 { margin-right: 15px; } .mright5 { margin-right: 5px; }  .mright0 { margin-right: 0px;  }  
.padall25 { padding: 25px; } .padall15 { padding: 15px; } .padall5 { padding: 5px; } 
.max300  { max-width: 300px; }.max200  { max-width: 200px; }.max150  { max-width: 150px; }.max100  { max-width: 100px; } .max75  { max-width: 75px; } .max50  { max-width: 50px; }  .max35  { max-width: 35px; }  
.top50 { margin-top: 50px; }.bot50 { margin-bottom: 50px; }.right50 { padding-right: 25px; }.left50 { padding-left: 25px; }
.ptop50 { padding-top: 25px !important; } .ptop25 { padding-top: 25px !important; } .ptop15 { padding-top: 15px !important; }  .ptop5 { padding-top: 5px !important; }
.pbot50 { padding-bottom: 25px !important; } .pbot25 { padding-bottom: 25px !important; } .pbot15 { padding-bottom: 15px !important; }  .pbot5 { padding-bottom: 5px !important; }
.mleft50 { margin-left: 25px; } .mright50 { margin-right: 25px; } 

@media (min-width: 767px) { 
	.ptop50 { padding-top: 50px !important; }  .pbot50 { padding-bottom: 50px !important; }
	.max900  { max-width: 900px; } .max800  { max-width: 800px; } .max700 { max-width: 700px; } .max600  { max-width: 600px; }.max400  { max-width: 400px; }
}

@media (min-width: 992px) {  
	.right50 { padding-right: 50px; }.left50 { padding-left: 50px; }
	.mleft50 { margin-left: 50px; } .mright50 { margin-right: 50px; } 
}



.height200 { height:200px; }
.height300 { height:300px; }
.height400 { height:400px; }
.height500 { height:500px; }
.height600 { height:600px; }





/* CONTAINERS */
.gpanel  { box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05); margin-bottom: 20px; background-color: #FFF; border: 1px solid #DDD; border-radius: 4px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05); -moz-box-sizing: border-box; padding: 15px; margin: 20px 0 20px 0; font-size: 16px; font-weight: 200; line-height: 1.4; }
.col_no_hpad { padding-left: 0px; padding-right: 0px; }
.col_no_hpad { padding-left: 10px; padding-right: 10px; } 

.container-heading  { background-color: #f9f9f9; } 



.container_dark { background-color: rgba(236, 229, 214, 0.6); }  
.container_med { background-color: rgba(244, 240, 231, 0.8); } 
.container_pale { background-color: rgba(244, 240, 231, 0.4); } 

.container_white90 {background-color: rgba(255, 255, 255, 0.9); } 


.container_foot { background-color: #3A3A3A; color: #fff;  }  
.container_foot a {	color: #35B452; text-decoration: underline;	-webkit-text-decoration-color: #3A3A3A;	text-decoration-color: #3A3A3A; text-decoration-thickness: 2px; }
.container_foot a:hover, .container_foot a:focus { transition: all 0.3s; color: #fff;  text-decoration-thickness: 2px; -webkit-text-decoration-color: #35B452;	text-decoration-color: #35B452; }

@media (max-width: 768px) { 
.container-fluid > .container { padding-left: 0px !important; padding-right: 0px !important; }
}

.right_bar h2 { font-weight: 400 !important; } 


/* BORDERS */
@media (min-width: 767px) { 
.border_left { border-left: 1px solid #ccc; padding-left: 15px; } 
.border_right { border-right: 1px solid #ccc; padding-right:15px; } 
}
.border_top {border-top: 1px solid #ECE5D6;}
.border_bot {border-bottom: 1px solid #ECE5D6;}
.border_rad_20 { border-radius: 20px !important; }

.border_tab { padding: 3px 5px 0px 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; border-style: solid; }
.notopleft { border-top-left-radius: 0px; }

.border_width0 { border-width: 0px !important; border-style: solid; } 
.border_width1 { border-width: 1px !important; border-style: solid; } 
.border_width2 { border-width: 2px !important; border-style: solid; } 
.border_width3 { border-width: 3px !important; border-style: solid; } 
.border_width5 { border-width: 5px !important; border-style: solid; } 
.border_width10 { border-width: 10px !important; border-style: solid; } 

/* BUTTONS */
.btn { border-radius: 24px; font-size: 16px; padding: 10px 28px; text-decoration: none; }
.btn-xs {  padding: 1px 5px;  font-size: 12px;  line-height: 1.5;   border-radius: 3px;} 
.btn-sm { border-radius: 20px; font-size: 16px; padding: 5px 22px; } 
.btn-lg { border-radius: 28px; font-size: 20px; padding: 14px 30px; } 

.input-group-btn > .btn-lg { border-radius: 24px; font-size: 18px; padding: 10px 14px; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0); } 
.input-group-btn > button {    height: 46px; }



.btn-planning { 
	background: rgb(53,180,82); background: linear-gradient(90deg, rgba(64,109,181,1) 10%, rgba(177,86,132,1) 89%); color: #fff; border-color: #B15684; 
 }
.btn-planning:hover { 
	transition: all 0.3s; background: rgb(177,86,132); background: linear-gradient(90deg, rgba(177,86,132,1) 10%, rgba(177,86,132,1) 89%); color: #fff; border-color: #B15684;    
 }

 .btn-emc { 
	background: rgb(53,180,82); background: linear-gradient(90deg, rgba(177,86,132,0.2) 10%, rgba(64,109,181,1) 89%); color: #fff; border-color: #B15684; 
 }
.btn-emc:hover { 
	transition: all 0.3s; background: rgb(177,86,132); background: linear-gradient(90deg, rgba(177,86,132,1) 10%, rgba(177,86,132,1) 89%); color: #fff; border-color: #B15684;    
 }
 

.btn-default { border-color: #35B452; color: #000000;  } 
.btn-default:hover, .btn-default.focus, .btn-default:focus { transition: all 0.3s; border-color: #35B452; background-color: #35B452; color: #fff;  } 

.input-group-btn > .btn-default:hover { background-color: #f9ece0; color: #fff }

.btn-danger { border-color: #B15684; background-color: #B15684; color: #fff;  } 
.btn-danger:hover, .btn-danger.focus, .btn-danger:focus { transition: all 0.3s; background-color: #913463;  } 

.btn-primary { border-color: #3A3A3A; background-color: #fff; color: #333;  } 
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus { transition: all 0.3s; background-color: #fff;  border-color: #35B452; color: #333;  }  

.btn-success { border-color: #35B452; background-color: #35B452; color: #fff;  } 
.btn-success:hover, .btn-success.focus, .btn-success:focus { transition: all 0.3s; background-color: #078c40; border-color: #078c40;  } 
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover, .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #078c40; border-color: #078c40; }


.btn-info { border-color: #406DB5; background-color: #406DB5; color: #fff;  } 
.btn-info:hover, .btn-info.focus, .btn-info:focus { transition: all 0.3s; background-color: #1339c5;  border-color: #1339c5;  } 

.btn-warning { border-color: #F58720; background-color: #F58720; color: #fff;  } 
.btn-warning:hover, .btn-warning.focus, .btn-warning:focus { transition: all 0.3s; background-color: #3A3A3A; border-color: #3A3A3A;  } 


.btn-transparent { background-color: transparent !important; } 
.btn-transparent:hover { background-color: #35B452 !important; }   


.btn-link  { color: #333333; text-decoration: underline; -webkit-text-decoration-color: #35B452; text-decoration-color: #35B452; text-decoration-thickness: 2px;  }
.btn-link:hover, .btn-link:focus { transition: all 0.3s; color: #35B452; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0); text-decoration-thickness: 2px; }

.btn-sq { border-radius: 6px !important; } 
.btn-sq-right { border-top-left-radius: 20px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 20px;
margin-right: 2px; } 

.btn-false-default {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
	background-color: #fff;
	border: 1px solid #35B452;
	cursor: pointer; 
}


/* BG IMAGES */
.bg_cover {background-size:cover !important;}
.bg_contain {background-size:contain !important;}
.bg_lefttop {background-position:left top !important;}
.bg_righttop {background-position:right top !important;}
.bg_center {background-position:center center !important;}
.bg_leftbot {background-position:left bottom !important;}
.bg_rightbot {background-position:right bottom !important;}


/* TEXT BLOCK BG */
.white_txt_bg h1 > span  { background-color: #fff; box-shadow: 5px 0 0 #fff, -5px 0 0 #fff; box-decoration-break: clone; padding-top: 1px; padding-bottom: 3px; color: #333; }
.white_txt_bg p { line-height: 1.3; } 
.white_txt_bg p > span { background-color: #fff; box-shadow: 5px 0 0 #fff, -5px 0 0 #fff; box-decoration-break: clone; padding-top: 2px; padding-bottom: 3px; color: #333;  }
.black_txt_bg h1 > span  { line-height: 1.2em; background-color: #333; box-shadow: 5px 0 0 #333, -5px 0 0 #333; box-decoration-break: clone; padding-top: 1px; padding-bottom: 3px; color: #fff; }
.black_txt_bg p { line-height: 1.3; } 
.black_txt_bg p > span { background-color: #333; box-shadow: 5px 0 0 #333, -5px 0 0 #333; box-decoration-break: clone; padding-top: 2px; padding-bottom: 3px; color: #fff;  }

.strong { font-weight: 700; } 



.dash_square { text-align: center; padding-bottom: 25px; border-radius: 4px; min-height: 135px; color: #fff;}
.dash_square p { color: #fff; padding-left: 20px; padding-right: 20px;  }
.dash_square h1 { font-style: normal;   -webkit-font-smoothing: antialiased; color:#fff; font-size: 50px; line-height: 0.3;  padding: 15px 0 5px 0; margin-top: 0px; }	
.dash_square h3 	{ font-style: normal;   -webkit-font-smoothing: antialiased; color:#fff; padding: 10px 0 10px 0; border-bottom: 1px solid #fff; }	 
.dash_square h4 	{ font-style: normal;   -webkit-font-smoothing: antialiased; color:#fff; padding: 10px 0 0 0;}	
.dash_square > .btn-group  {  margin: 0 0 0 0;}
.dash_square_center { overflow: hidden;  }





/* NAV */


.nav-tabs { border-bottom: 3px solid #ECE5D6; }

.tab-pane { padding-top: 15px; }


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #000;
	font-weight: 700;
    cursor: default;
    background-color: transparent;
    border: 3px solid #ECE5D6;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom: 3px solid #fff;
	padding-top: 9px;
}



.nav > li > a:focus, .nav > li > a:hover {
    color: #F58720;
	text-decoration: none;
    background-color: #eee;
}


.nav-tabs > li {  margin-bottom: -3px; }

a:focus {
    outline: none;
    outline-offset: -2px;
}



.navbar {
    position: relative;
    margin-bottom: 0px;
}
.navbar-nav { margin-top: 0px; margin-bottom: 0px; margin: 7.5px 0px 7.5px -15px; } 

    

.navbar-brand { max-width: 80px; padding: 5px 15px; }
.navbar-nav > li  {	padding: 0 14px 0 16px; border-bottom: 1px solid #efefef;  background-color: #fff; }
.navbar-nav > li:hover  { background-color: #406DB5;}

.navbar-nav > li > a {
    padding: 10px 0 10px 0;
    color: #35B452;
    text-decoration: none;
}
.navbar-nav > li > a:hover {
    color: #333;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-collapse {
 
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.0);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.0);
}

.navbar-btn {
    margin-top: 23px;
    margin-bottom: 10px;
	background-color: #35B452; 
	border-radius: 20px; 
	padding: 6px 30px !important; 
	border: 1px solid #35B452 !important;
}
.nav > li > .btn-success { 	border: 1px solid #35B452 !important; background-color: #35B452; color: #fff !important; }
.nav > li > .btn-success:hover {  transition: all 0.3s; color: #333 !important; } 

@media (min-width: 767px) { 

	.navbar-nav > li { padding: 0 8px 0 8px; border-bottom: none; background-color: transparent; }
	.navbar-nav > li:hover  { background-color: transparent;}
	.navbar-nav > li > a {
		font-size: 14px;
		padding: 30px 0 1px 0;
		margin-bottom: 16px;
		border-bottom: 3px solid transparent;
		color: #fff !important;
		text-decoration: none;
	}
	.navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > .active > a { border-bottom: 3px solid #fff;  background-color: transparent; }
	.navbar-nav { float:none;margin: 0 auto; display: table; table-layout: fixed;  }
	.navbar-btn { padding: 6px 15px !important;  }
	.navbar-brand { max-width: 110px; padding: 5px 15px 5px 15px;  } 
}
@media (min-width: 992px) {  
	.navbar-nav > li { padding: 0 10px 0 10px; }
	.navbar-nav > li > a { font-size: 16px; }
	.navbar-btn { padding: 6px 30px !important;  }
	.navbar-brand { max-width: 110px;  }
}
@media (min-width: 1200px) { 
	.navbar-nav > li { padding: 0 20px 0 20px; }  
	.navbar-nav > li > a { font-size: 16px; }
}
.navbar-default {background-color: transparent; border-color: transparent;}
.navbar-btn:hover, .navbar-btn.focus, .navbar-btn:focus { transition: all 0.3s; border-color: #35B452 !important;  }  
.navbar-toggle {
    border-color: transparent !important;
    padding: 6px 0 0 0;
    font-size: 18px;
    background-color: transparent;
	color: #fff;
}



.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}


.navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
    color: #35B452;
    transition: all 0.3s !important;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}
 	
.seedlings { background-image: url('/resources/images/seedlings.png'); background-position: right bottom; background-size: 20%; background-repeat: no-repeat; }
 @media (min-width: 767px) {
	.seedlings { background-image: url('/resources/images/seedlings.png'); background-position: right bottom; background-size: 25%; background-repeat: no-repeat; }
 }

.blueline50 { width: 50%; border: 2px solid #406DB5; }
.greenline50 { width: 50%; border: 2px solid #35B452; }
.borderWidth2 { border-style: solid; border-width: 2px; }

/* HERO */
.hero { width: 100%; height: 200px; padding: 15px; }
.hero_copy { bottom: 15px; position: absolute; }
.hero_copy > h1 > span {
    line-height: 1.3em;
    box-decoration-break: clone;
    padding-top: 4px;
    padding-bottom: 7px;
	font-size: 25px;
}
.hero_copy > p  > span {
    line-height: 1.2em;
    box-decoration-break: clone;
    padding-top: 3px;
    padding-bottom: 5px;
}
@media (min-width: 767px) { 
	.hero { height: 300px; padding: 25px; }
	.hero_copy { bottom: 25px; }
	.hero_copy > h1 > span { font-size:30px; }
}
@media (min-width: 992px) { 
	.hero { height: 350px; padding: 25px; }
}
@media (min-width: 1200px) { 
	.hero { height: 400px; padding: 25px; }
}

.hero_orange > h1 > span, .hero_orange > p > span {
    background-color: #F58720;
    box-shadow: 10px 0 0 #F58720, -10px 0 0 #F58720;
}
.hero_blue > h1 > span, .hero_blue > p > span  {
    background-color: #406DB5;
    box-shadow: 10px 0 0 #406DB5, -10px 0 0 #406DB5;
	color: #fff; 
}

.hero_credit { padding: 1px 5px 3px 5px;color: #efefef;background-color: #3A3A3A;position: absolute;bottom: 0;right: 0;  }
.image_credit { float: right; margin-top: -21px; padding: 1px 5px 3px 5px;color: #efefef;background-color: #3A3A3A; position: absolute; right: 15px; margin-left: 15px; } 

/* TRAIL */
.trail > a {text-decoration: none !important;   }
.trail > a:hover { transition: all 0.3s; color: #35B452;  text-decoration-thickness: 2px  !important;  text-decoration: underline  !important;	-webkit-text-decoration-color: #35B452	;	text-decoration-color: #35B452;  }





/* CONTENT BLOCKS */
@media (min-width: 767px) { .flex_container { display: flex; flex-wrap: wrap; }}
.flex_item .panelList { height: 100%; }
.panelList  { width: 100%;  color: #000; position: relative;  border-radius: 12px;}  

.panelList > .lead {
    line-height: 1.2;
}

.panelListBeige  { background-color: #F4F0E7; }
.panelListWhite  { background-color: #fff; }
.panelListMedGrey  { background-color: #efefef; border-bottom: 3px solid #efefef;}
.panelList:hover  { transition: all 0.3s;   color: #111; background-color: #ECE5D6; } 
.panelListImage {  border-top-left-radius: 12px; border-top-right-radius: 12px; object-fit: cover; opacity: 0.9; } 
 
 .panelList:hover > .panelListImageContainer > .panelListImage { transition: all 0.3s; opacity: 1; }
 
 
.panelListTitle { margin: 10px 10px 15px 10px;  }  
 
@media (max-width: 768px) {	.panelListTitle { padding-bottom: 10px ;  }  }
 
.panelListDesc { margin: 10px 10px 25px 10px;  }    
.panelListFoot { margin: 10px 10px 5px 10px;  }  
.panelListImageContainer { background-color: #ebe6db; border-top-left-radius: 12px; border-top-right-radius: 12px;  }

@media (min-width: 767px) { .col-sm-6 > a > .panelList > .panelListImageContainer > .panelListImage { height: 230px; width:345px;  }}
@media (min-width: 992px) { .col-sm-6 > a > .panelList > .panelListImageContainer > .panelListImage { height: 305px; width:455px; }}
@media (min-width: 1200px) { .col-sm-6 > a > .panelList > .panelListImageContainer > .panelListImage { height: 370px; width:555px;  }} 

@media (min-width: 767px) { .col-sm-4 > a > .panelList > .panelListImageContainer > .panelListImage { height: 147px; width:220px;  }}
@media (min-width: 992px) { .col-sm-4 > a > .panelList > .panelListImageContainer > .panelListImage { height: 195px; width:293.333px;  }}
@media (min-width: 1200px) { .col-sm-4 > a > .panelList > .panelListImageContainer > .panelListImage { height: 240px; width:360px;  }}

@media (min-width: 767px) { .col-sm-3 > a > .panelList > .panelListImageContainer > .panelListImage { height: 105px; width: 157.5px;  }}
@media (min-width: 992px) { .col-sm-3 > a > .panelList > .panelListImageContainer > .panelListImage { height: 142px; width: 212.5px;  }}
@media (min-width: 1200px) { .col-sm-3 > a > .panelList > .panelListImageContainer > .panelListImage { height: 175px; width: 262.5px;  }}

.panelListImage4Col {  width: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;  }
@media (min-width: 767px) { .panelListImage4Col { height: 85px;  width: 136.667px; object-fit: cover; }}
@media (min-width: 992px) { .panelListImage4Col { height: 120px;   width: 185.55px; object-fit: cover; }}
@media (min-width: 1200px) {.panelListImage4Col { height: 150px; width: 230px; object-fit: cover; }} 

.panelListImage3Col {  width: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;  }
@media (min-width: 767px) { .panelListImage3Col { height: 58px;  width: 87px; object-fit: cover; }}
@media (min-width: 992px) { .panelListImage3Col { height: 83px;   width: 124px; object-fit: cover; }}
@media (min-width: 1200px) {.panelListImage3Col { height: 105px; width: 157px; object-fit: cover; }} 



.panelListImage_RightBar {  width: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;  }
@media (min-width: 767px) { .panelListImage_RightBar { height: 142px; width: 87px; object-fit: cover; }}
@media (min-width: 992px) { .panelListImage_RightBar { height: 142px; width: 212.5px; object-fit: cover; }}
@media (min-width: 1200px) { .panelListImage_RightBar { height: 175px; width: 262.5px; object-fit: cover; }}

.panelList644 > .panelListTitle { margin: 10px 10px 10px 10px;  }   


.panelListFootBottom { padding-bottom: 5px; } 

@media (min-width: 767px) { 
	.panelList644 { height: 520px; }
	.panelList300 { height: 247px; } 
	.panelListTitle116 { height: 100px; overflow: hidden;  }
	.panelListFootBottom { position: absolute; bottom: 0; padding-bottom: 0px;  } 
}
@media (min-width: 992px) { 
	.panelList644 { height: 578px; }
	.panelList300 { height: 276px; }
	.panelListTitle116 { height: 80px;  overflow: hidden;  }
}
@media (min-width: 1200px) { 
	.panelList644 { height: 644px; }
	.panelList300 { height: 309px; } 
	.panelListTitle116 { height: 80px;  overflow: hidden;  }
}
.panelListImage > .label, .panelListImage4Col > .label, .panelListImageContainer > .label {
    padding: .4em .6em .4em;
    border-radius: 0;
	position: absolute;  
	font-weight: 300;
}


.pubListShort  { padding: 1px; height: 105px; width: 100%; border-bottom: 3px solid #fff; color: #000; position: relative; overflow: hidden;}  
.pubListShort > img{ height: 100px; width: 71px; float:left;  }  
.pubListShort:hover  { transition: all 0.3s;  border-bottom: 3px solid #F58720; color: #111; background-color: #ECE5D6; } 
.pubListShortCopy { margin-left: 70px; }
.pubListShortTitle { margin: 5px 10px 0px 10px; }
 
.pubList { padding: 1px; height: 155px; width: 106px; width: 100%; border-bottom: 3px solid #fff; color: #000; position: relative;  overflow: hidden; }  
.pubList > img{ height: 150px; width: 106px;  float:left;  }  
.pubList:hover  { transition: all 0.3s;  border-bottom: 3px solid #F58720; color: #111; background-color: #ECE5D6; } 
.pubListCopy { margin-left: 105px; }
.pubListTitle { margin: 5px 10px 0px 10px; }
 
 
.pubListLong { padding: 1px; height: 205px; width: 100%; border-bottom: 3px solid #fff; color: #000; position: relative;  overflow: hidden; }  
.pubListLong > img{ height: 200px; width: 142px; float:left; object-fit: cover; }  
.pubListLong:hover  { transition: all 0.3s;  border-bottom: 3px solid #F58720; color: #111; background-color: #ECE5D6; } 
.pubListLongCopy { margin-left: 141px; }
.pubListLongTitle { margin: 5px 10px 0px 10px; }
 
 
 
 /* blockList should be replaced by panelList */
.blockList { width: 100%; padding-bottom: 10px;  border-bottom: 3px solid #fff;  }
.blockListTitle { padding-left: 15px; padding-right: 15px; margin-top:10px; margin-bottom:5px; text-decoration: none !important;  }
.blockListDesc {  padding-left: 15px; padding-right: 15px; margin-bottom: 25px; text-decoration: none !important; } 
.blockListImage { width: 100%; height: 175px; background-repeat: no-repeat; background-position: center center; background-size: cover; border: 1px solid #efefef; }
.blockList:hover  { transition: all 0.3s;  border-bottom: 3px solid #F58720; color: #111; background-color: #ECE5D6; } 
@media (min-width: 767px) { 
	.blockList { padding: 5px; }
	.blockListTitle { padding-left: 0px; padding-right: 0px; margin-top: 10px; font-size: 18px; }
	.blockListDesc { padding-left: 0px; padding-right: 0px; margin-bottom: 25px;    }
	.blockListImage { height: 115px;  }
	.blockListImageTall { height: 160px;  }
	.blockListPubCover { height: 115px; }
}
@media (min-width: 992px) { 
	.blockListImage { height: 150px;  }
	.blockListImageTall { height: 200px;  }
	.blockListPubCover { height: 150px; }
	.blockListTitle { padding-left: 0px; padding-right: 0px; margin-top: 10px; font-size: 20px; }
}
@media (min-width: 1200px) { 
	.blockListImage { height: 175px;  }
	.blockListImageTall { height: 250px;  }
	.blockListPubCover { height: 175px; }
	.blockListTitle { padding-left: 0px; padding-right: 0px; margin-top: 10px; font-size: 20px; }
}
 
 
 /* ICON LIST */
.icon_flex_container { display: flex; flex-wrap: wrap; }
.flex_item .iconList { height: 100%;  }
.iconList  {  color: #000; position: relative; width: 100px; }  
.iconListWide  { margin: 0px 5px 0px 5px; }  
.iconListNarrow  { margin: 0px 5px 0px 5px; }  
.iconListVeryNarrow  { margin: 0px 5px 0px 5px; width: 150px !important; }  
.iconListVeryVeryNarrow  { margin: 0px 5px 0px 5px; width: 100px !important; }  
.iconListTitle { margin: 10px 5px 5px 5px;  }   
a > .iconList > .icon_theme_large  {  background-color: #fff; width: 80px; height: 80px; } 
a > .iconList > .icon_theme_medium  {  background-color: #fff; width: 80px; height: 80px; } 
@media (min-width: 767px) {
	.iconList  {  width: 180px; }
	.iconListWide  { margin: 0px 20px 0px 20px; }  
	.iconListNarrow  { margin: 0px 10px 0px 10px; }  
	a > .iconList > .icon_theme_large  {  width: 120px; height: 120px; } 
}
@media (min-width: 992px) { 
	.iconListWide  { margin: 0px 70px 0px 70px; }  
	.iconListNarrow  { margin: 0px 50px 0px 50px; }  
} 

a > .iconList:hover > .icon_theme_large, a > .iconList:active > .icon_theme_large, a > .iconList:hover > .icon_theme_medium, a > .iconList:active > .icon_theme_medium    {  transition: all 0.3s; border-color: #F58720;   } 


/* MENU LIST */
.menuList a { 
    padding-left: 7px;
    width: 100%;
    border-left: 2px solid #F58720;
    color: #000;
    position: relative;
    margin-bottom: 10px;
    margin-left: 2px;
	display: block; 
	text-decoration: none;
}
.menuList a:hover {
    transition: all 0.3s; color: #FF6C0A;
}
.menuList a.active {
   transition: all 0.3s; color: #FF6C0A;
}



/* SECTION BLOCKS */
.list-inline { margin-left: -15px; }
.list-inline > .section_blocks > a > div { margin-bottom: 0px; }
.list-inline > li { padding: 0px; }
@media (min-width: 767px) { 
	.list-inline > .section_blocks > a > div { margin-bottom: 0px; margin-right: 3px; }
	.list-inline > .section_blocks_grey > a > div { margin-bottom: 0px; margin-right: 3px; }
	.list-inline > li { padding-left: 5px;  padding-right: 5px; margin-right: -13px;}
	
}
.list-inline > .section_blocks > a > div { background-color: #fff; width: 160px; height: 75px; overflow: hidden; padding: 10px 10px 10px 10px;  color: #333; line-height: 20px;  }
@media (max-width: 768px) { .list-inline > .section_blocks > a > div { width: 100%; height: auto; } }

.list-inline > .section_blocks_grey > a > div { background-color: #fcfcfc; width: 160px; height: 75px; overflow: hidden; padding: 10px 10px 10px 10px; color: #333; }
@media (max-width: 768px) { .list-inline > .section_blocks_grey > a > div { width: 100%; height: auto; } }

.list-inline > .section_blocks_archived > a > div { background-color: #ccc; width: 78px; height: 75px; overflow: hidden; padding: 10px 10px 10px 10px; color: #333; font-size: 0.7em; margin-bottom: 0px; margin-right: 3px; line-height: 1.2em; }

@media (max-width: 768px) { .list-inline > .section_blocks_archived > a > div { width: 100%; height: auto; } }
.list-inline > li > a > div:hover { background-color: #F58720; }
.list-inline > li > a  { text-decoration: none; }
.pubs_list { text-align: center; } 

.list-inline > .section_blocks > label > div {  width: 150px; overflow: hidden; padding: 10px 10px 10px 10px; margin-bottom: 15px; color: #333; }
@media (max-width: 768px) { .list-inline > .section_blocks > label > div { width: 100px; height: auto; cursor: pinter; } }

.list-inline > .section_blocks_wide > label > div {  width: 315px; overflow: hidden; padding: 10px 10px 10px 10px; margin-bottom: 15px; color: #333; }
@media (max-width: 768px) { .list-inline > .section_blocks_wide > label > div { width: 215px; height: auto; cursor: pinter; } }




/* 2021 ICONS */
.icon_theme { width: 60px; height: 60px; display: inline-block; border-radius: 50%; border-color: transparent; border-width:1px; border-style: solid; }  
.icon_theme_very_small { width: 30px; height: 30px; display: inline-block; border-radius: 50%; border-color: transparent; border-width:1px; border-style: solid; } 
.icon_theme_small { width: 40px; height: 40px; display: inline-block; border-radius: 50%; border-color: transparent; border-width:1px; border-style: solid; } 
.icon_theme_large { width: 120px; height: 120px; display: inline-block; border-radius: 50%; border-color: transparent; border-width:1px; border-style: solid; } 
.icon_theme_medium { width: 80px; height: 80px; display: inline-block; border-radius: 50%; border-color: transparent; border-width:1px; border-style: solid; } 
.icon_brexit  { background-image: url('/resources/svg/brexit.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_climatechange  { background-image: url('/resources/svg/climate-change.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_coronavirus  { background-image: url('/resources/svg/coronavirus.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_foodpoverty  { background-image: url('/resources/svg/food-poverty.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_goodfoodeconomy  { background-image: url('/resources/svg/good-food-economy.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_localaction  { background-image: url('/resources/svg/local-action.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_susfarming  { background-image: url('/resources/svg/sus-farming.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_handshake  { background-image: url('/resources/svg/handshake.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_jobs  { background-image: url('/resources/svg/jobs.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_policypositions  { background-image: url('/resources/svg/policy-positions.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_publications  { background-image: url('/resources/svg/publications.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_events  { background-image: url('/resources/svg/events.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_whatwedo  { background-image: url('/resources/svg/what-we-do.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_whoweare  { background-image: url('/resources/svg/who-we-are.svg'); background-repeat: no-repeat; background-size: cover; }

.icon_theme_hover_orange:hover {  background-color: #F58720; }
.icon_theme_hover_white:hover {  background-color: #FFFFFF; } 
.icon_theme_beige_hover_orange {  background-color: #F4F0E7; }
.icon_theme_beige_hover_orange:hover  {  background-color: #F58720; }
.icon_theme_white_hover_orange {  background-color: #FFFFFF; }
.icon_theme_white_hover_orange:hover  {  background-color: #F58720; }

.icon_theme_orange_hover_beige {  background-color: #F58720; }  
.icon_theme_orange_hover_beige:hover  {  background-color: #3A3A3A; }


/* ICONS */
.icon_small { width: 30px; height: 30px; display: inline-block;  } 
.icon_medium { width: 40px; height: 40px; display: inline-block;  border-radius: 50%; border-color: #3A3A3A; border-width:1px; border-style: solid; } 
.icon_menu { width: 30px; height: 30px; margin-right: 8px; margin-bottom: 8px; } 
.icon_large { width: 50px; height: 50px; display: inline-block; }
@media (min-width: 992px) { .icon_large { width: 60px; height: 60px; display: inline-block; }}
.icon_verylarge { width: 120px; height: 120px; display: inline-block; }  
.icon_email_alt  { background-image: url('/resources/svg/Email_alt.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_fbook_alt  { background-image: url('/resources/svg/FaceBook_alt.svg'); background-repeat: no-repeat; background-size: cover;  }
.icon_utube_alt  { background-image: url('/resources/svg/YouTube_alt.svg'); background-repeat: no-repeat; background-size: cover;  }
.icon_twitter_alt  { background-image: url('/resources/svg/Twitter_alt.svg'); background-repeat: no-repeat; background-size: cover; }


.icon_email  { background-image: url('/resources/svg/Eel_Mailing.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_fbook  { background-image: url('/resources/svg/Eel_FaceBook.svg'); background-repeat: no-repeat; background-size: cover;  }
.icon_twitter  { background-image: url('/resources/svg/Eel_Twitter.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_instagram  { background-image: url('/resources/svg/Eel_Instagram.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_social  { background-image: url('/resources/svg/Eel_Social.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_social_small  { background-image: url('/resources/svg/Eel_Social_Small.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_joinus  { background-image: url('/resources/svg/Eel_JoinUs.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_instagram_alt  { background-image: url('/resources/svg/Eel_Instagram_alt.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_social_alt  { background-image: url('/resources/svg/Eel_Social_alt.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_social_small_alt  { background-image: url('/resources/svg/Eel_Social_Small_alt.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_email:hover, .icon_email_alt:hover, .icon_fbook:hover, .icon_fbook_alt:hover, .icon_utube_alt:hover, .icon_twitter:hover, .icon_twitter_alt:hover, .icon_instagram:hover, .icon_instagram_alt:hover, .icon_social:hover, .icon_social_alt:hover  {  transition: all 0.3s; background-color: #35B452;   } 
 
 /* BULLETS */
.tick_list > p { margin-left: 40px; }
.tick_list > p > .las { margin-left: -40px; float: left; } 
.tick_list_left { margin-left: -40px; float: left; }  
.tick_list > a > div  { margin-left: 40px; }
.tick_list > a > div  > .las { margin-left: -40px; float: left; } 

/* SCROLL */
.scroll-top { position:fixed; bottom:0; right:2%; z-index:100; background: #35B452; font-size:20px; border-top-left-radius:1px; border-bottom-left-radius:1px; }
.scroll-top a:link,.scroll-top a:visited { color:#222; background-color: notset; } 
@media (max-width: 1200px) { .scroll-top  { display: none; } body { padding-right: 0px; } }

 
/* MODAL */
.modal-header {border-bottom: none;color: #fff;} 
.modal-content {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1); 
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
	background-color: #35B452;
}

.modal-header > h3{ font-weight: 300; }


.modal-body {background-color: #fff;}
.modal_body_border {padding: 15px;border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;background-color: #efefef;}
.modal-footer {border-radius: 0px 0px 6px 6px;  background-color: #efefef; text-align: left; padding-bottom: 25px;}
.close_modal{ padding-top: 3px; color: #fff; font-size: 18px; float: right; }
.close_modal:hover { color: #333; cursor: pointer; } 
.modal-header .close { color: #fff; }

/* SLIDER */
.slider { padding: 25px;  }


@media (min-width: 992px) { 
	.slider { padding: 0px; margin: 0px 25px 0px 25px; }
} 
.slick-dots{ display: block;width: 100%;padding: 15px 0 0 0 ;margin: 0;list-style: none;text-align: center; }
.slick-dots li{position: relative;display: inline-block;margin: 0 5px;cursor: pointer;}
.sliderBlue .slick-dots li .btn{ border-color: #406DB5 !important;  font-size:4px; padding: 6px 0;width: 15px;height: 15px;  color: #fff; }
.sliderBlue .slick-dots li .btn:hover{ color: #F58720; }
.sliderBlue .slick-dots li.slick-active button{opacity: 1;background-color: #406DB5; color: #406DB5; }
.sliderGreen .slick-dots li .btn{ border-color: #35B452 !important;  font-size:4px; padding: 6px 0;width: 15px;height: 15px;  color: #fff; }
.sliderGreen .slick-dots li .btn:hover{ color: #35B452; }
.sliderGreen .slick-dots li.slick-active button{opacity: 1;background-color: #35B452; color: #35B452; }
.slick-slide img {    margin-left: auto;    margin-right: auto; }



/* OLD SQUARES */
.hpsquare { padding: 10px; border-radius: 0px;  background-repeat:no-repeat; position: relative;}
.hpsquare h1 { margin: 0px; padding-top: 0px; padding-bottom: 3px; }
.hpsquare p { margin: 0px; padding-top: 0px;  padding-bottom: 1px; }
.hpsquare > a {  cursor: pinter; text-decoration: none; }
.hpsquare > a:hover  {  cursor: pinter; text-decoration: none; }
.hpsquare:hover   { box-shadow:  0 0 2px #333; text-decoration: none; }
.text_btm   { position: absolute; bottom: 11px; padding-right: 10px; }
.masonary_item > .no_decoration { text-decoration: none; } 
.sq_small { width: 145px; height: 145px; overflow: auto; margin-bottom: 10px; }
.sq_small h1 { font-size: 22px;}
.sq_medium { width: 300px; height: 145px; overflow: auto; margin-bottom: 10px;  }
.sq_medium h1 { font-size: 22px; }
.sq_large { width: 300px; height: 300px; overflow: hidden; margin-bottom: 10px; }
.sq_large h1 { font-size: 26px; }
.sq_giant { width: 100%; height: 300px; overflow: hidden; margin-bottom: 10px; }
.sq_bg_cover {background-size:cover;}
.sq_bg_contain {background-size:contain;}
.sq_pos_lefttop {background-position:left top;}
.sq_pos_righttop {background-position:right top;}
.sq_pos_center {background-position:center center;}
.sq_pos_leftbot {background-position:left bottom;}
.sq_pos_rightbot {background-position:right bottom;}
.sq_bg_white {  background-color: #fff;  color: #333; }
.sq_bg_blue {  background-color: #3479BE; color: #fff; }
.sq_bg_red { background-color: #D93827; color: #fff; }
.sq_bg_yellow { background-color: #F0E00D; color: #333;  }
.sq_bg_grey { background-color: #ccc; color: #333;}
.sq_bg_black { background-color: #333; color: #fff;}
.sq_bg_green { background-color: #039A6F; color: #fff;}
.sq_bg_lightblue { background-color: #52C5D1; color: #fff;}
/* OLD SQUARES END */



/* ALERTS */
.alert {font-weight: 700;
	border-left: 3px solid transparent;
	border-right: 0px solid transparent;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-radius: 0px;
	padding: 5px 0 5px 15px;
}

.alert-success { 
    color: #35B452;
    background-color: #fff;
    border-color: #35B452;
}
.alert-danger { 
    color: #EC2D23;
    background-color: #fff;
    border-color: #EC2D23;
}
.alert-info { 
    color: #406DB5;
    background-color: #fff;
    border-color: #406DB5;
}

.alert-warning { 
    color: #F58720;
    background-color: #fff;
    border-color: #F58720;
}



/* FORM ALERTS */
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #EC2D23;
}
.has-error .form-control {border-color: #EC2D23;}
.form-control {   padding: 9px 12px; height: 37px; }


.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #35B452;
}
.has-success .form-control {border-color: #35B452;}

.has-success .form-control-feedback { color: #35B452;}

.has-error .form-control-feedback { color: #EC2D23;}


/* ODDS AND SODS */

.homemap { 
	width:100%; 
	height:300px;
	
}

@media (min-width: 992px) { 
	.homemap {  height:600px; }
} 



.mapLengend { 
border-radius: 20px;
background-color: rgba(255, 255, 255, 0.8);
color: #406DB5;
width: 200px; 
padding: 25px; 
position: absolute;  
bottom: 15px;
z-index: 999;
text-align: center;  
margin: 15px;
}

.mapInfoBlock {  
border-radius: 20px;
background-color: #406DB5;
color: #fff;
width: 250px; 
padding: 25px; 
position: absolute;  
right: 15px;
z-index: 1000; 
text-align: left;  
margin: 15px;
}


.mapInfoBlockGreen {  
border-radius: 20px;
background-color: #35B452;
color: #fff;
width: 250px; 
padding: 25px; 
position: absolute;  
left: 15px;
z-index: 1000; 
text-align: left;  
margin: 15px;
}



.nodecorate{text-decoration: none !important;}
@media (min-width: 767px) {
	.roundedTop{border-top-left-radius: 24px;border-top-right-radius: 24px;}
	.roundedBot{border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;}
}
.minus22{margin-top: -22px;}
.toggle_color_on { background-color: #F1B60C; }
.toggle_color_off { background-color: #fff; }
a[data-toggle="collapse"] .rotate, button[data-toggle="collapse"] .rotate  {
   -webkit-transition: all 0.2s ease-out;
   -moz-transition: all 0.2s ease-out;
   -ms-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
   -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
}
a[data-toggle="collapse"].collapsed .rotate, button[data-toggle="collapse"].collapsed .rotate  {
   -moz-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
}

a[data-toggle="collapse"] .rotate45, button[data-toggle="collapse"] .rotate45  {
   -webkit-transition: all 0.2s ease-out;
   -moz-transition: all 0.2s ease-out;
   -ms-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
   -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
}
a[data-toggle="collapse"].collapsed .rotate45, button[data-toggle="collapse"].collapsed .rotate45  {
   -moz-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
}


.input_search {
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: inset 0 1px 1px #fff;
}

.gradient_beige_trans { background: rgb(244,240,231); background: linear-gradient(180deg, rgba(244,240,231,1) 50%, rgba(255,255,255,0) 50%); }
.gradient_dark_beige_trans { background: rgb(220,206,177); background: linear-gradient(180deg, rgba(220,206,177,1) 50%, rgba(255,255,255,0) 50%); }
.gradient_medgrey_trans { background: rgb(239,239,239); background: linear-gradient(180deg, rgba(239,239,239,1) 50%, rgba(255,255,255,0) 50%); }


.gradient_trans_black_trans { background: rgb(255,255,255); background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(58,58,58,1) 53%, rgba(255,255,255,0) 53%); }
.gradient_trans_orange_trans { background: rgb(255,255,255); background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(245,135,32,1) 53%, rgba(255,255,255,0) 53%); }


.close {   float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-shadow: none;
    opacity: 1;
}


.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.form-control, .form-control:focus { box-shadow: none; }
.vertical_center {  position: absolute;  top: 50%;  -ms-transform: translateY(-50%);  transform: translateY(-50%);}
.label-warning {   background-color: #F58720;}
.lasMed { font-size: 30px;  } 
.lasSmall { font-size: 24px;  }
.expander_toggle_bar { display: block; text-decoration: none;  }


.pagination > li > a, .pagination > li > span {   color: #F58720;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fff;
    background-color: #F58720;
    border-color: #F58720;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #F58720;
	border: 1px solid #F58720;
}

.breadcrumb {
    padding: 0px;
    background-color: transparent;
   
}

.overlayLoading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9998;
}
.overlayLoadingContent {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.loader {
  border: 8px solid #3A3A3A;
  border-radius: 50%;
  border-top: 8px solid #F58720;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* CALENDAR STARTS */
table.calendar    { width: 100%; background-color:#ffffff; }
.calendar_link   { color: #333; }
.calendar-row > td { vertical-align: top; width: 14%; }
td.calendar-day  { position:relative;  } 
td.calendar-day:hover  { background:#fafafa; }
td.calendar-day-np  { background:#fafafa; } 
td.calendar-day-head { background-color: #5BC0DE;  text-align:center; padding:25px 5px 5px 5px; border-bottom:1px solid #efefef; border-top:1px solid #efefef; border-right:1px solid #efefef; color: #fff; }
div.day-number { background:#efefef; padding:2px 5px 3px 5px; color:#666; float:right; margin:-5px -5px 0 0; width:26px; text-align:center; }
td.calendar-day, td.calendar-day-np { padding:5px; border-bottom:1px solid #efefef; border-right:1px solid #efefef; }
.calendar-day > .calendar_square { min-height: 200px; }
.calendar-day > .calendar_square > .calendar_event { border-bottom: 1px dotted #eee; margin-bottom: 5px; line-height: 1.1em; }
.day_number_list { padding:4px 5px 2px 5px; color:#777; float:left; margin-right:10px; width:60px; text-align:right; }
.calender_container > .calendar_square { border-top: 1px solid #ccc; clear: both; min-height: 26px; margin-bottom: -1px }
.calender_container > .calendar_square > .calendar_event { margin-left: 70px;  border-bottom: 1px dotted #ccc; min-height: 26px; font-size: 1.2em; padding-top: 2px; padding-bottom: 2px; }
/* CALENDAR ENDS */


.toolkitHead > a { display: block; padding: 15px 5px 15px 5px; color: #000;  } 	
.toolkitHead > a:hover, .toolkitRowLink > a:focus { transition: all 0.3s; background-color: #f9f9f9 ; }
.toolkitRow > a { display: block; padding: 15px 5px 15px 5px;   } 	
.toolkitRow > a:hover, .toolkitRow > a:focus { transition: all 0.3s; background-color: #f9f9f9; color: #35B452; }
.toolkitText { padding: 5px 30px 15px 45px;   } 	
.toolkitTextLow { padding: 5px 30px 15px 30px;   } 	



.local_page_first > p, .local_page_first > ul, .local_page_first > ol  { display: none;}
.local_page_first > p:first-child {        
	font-size: 21px !important;
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 1.4;
	display: inline;
}
.local_page_rest > p:first-child {        
	display: none;
}

.message-item { 
position: relative;
}
.message-item .message-inner {
background: #fff;

border-radius: 2px;
padding: 10px;
position: relative;
}

.message-item  {
border: 1px solid #ddd;
border-radius: 4px;
}

.message-item .message-inner:before {
border-right: 10px solid #ddd;
border-style: solid;
border-width: 10px;
color: rgba(0,0,0,0);
content: "";
display: block;
height: 0;
position: absolute;
left: -20px;
top: 6px;
width: 0;
}
.message-item .message-inner:after {
border-right: 10px solid #fff;
border-style: solid;
border-width: 10px;
color: rgba(0,0,0,0);
content: "";
display: block;
height: 0;
position: absolute;
left: -18px;
top: 6px;
width: 0;
}
.message-item:before {
background: #fff;
border-radius: 2px;
bottom: -30px;
content: "";
height: 100%;
left: -30px;
position: absolute;
width: 3px;
}
.message-item:after {
background: #fff;

border-radius: 50%;
content: "";
height: 15px;
left: -36px;
position: absolute;
top: 10px;
width: 15px;
}

.clearfix:before, .clearfix:after {
content: " ";
display: table;
}

.message-item .message-head .avatar {
margin-right: 20px;
}
.message-item .message-head .user-detail {
overflow: hidden;
}



