@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://www.goodtogrowuk.org/bootstrap/inter/Inter-Regular.woff2?v=3.15") format("woff2"),
       url("https://www.goodtogrowuk.org/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.goodtogrowuk.org/bootstrap/inter/Inter-Italic.woff2?v=3.15") format("woff2"),
       url("https://www.goodtogrowuk.org/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.goodtogrowuk.org/bootstrap/inter/Inter-Bold.woff2?v=3.15") format("woff2"),
       url("https://www.goodtogrowuk.org/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.goodtogrowuk.org/bootstrap/inter/Inter-BoldItalic.woff2?v=3.15") format("woff2"),
       url("https://www.goodtogrowuk.org/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'); }


.close{ padding-top: 3px; color: #fff; font-size: 18px; float: right; }
.close:hover { color: #333; cursor: pointer; } 

 
 
/* 2022 */

.text_one_line { max-width: 100%;overflow: hidden;text-overflow: ellipsis; white-space: nowrap; display:inline-block; line-height: normal; }
.text_two_line { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  overflow: hidden; }
.text_three_line { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden; }



 /* BULLETS */
.tick_list > p { margin-left: 40px; }
.tick_list > p > .las { margin-left: -40px; float: left; } 
.tick_list > p > .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; } 


.light { font-weight: 400!important; }
.image_credit { float: right; margin-top: -21px; padding: 1px 5px 3px 5px;color: #efefef;background-color: #3A3A3A; position: absolute; right: 15px; margin-left: 15px; }  
figcaption { float: right; margin-top: -21px; padding: 1px 5px 3px 5px;color: #efefef;background-color: #3A3A3A; position: absolute; right: 15px; margin-left: 15px; font-size: 12px; line-height: 16px !important;}  

.icon_theme { width: 60px; height: 60px; 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_very_small { width: 30px; height: 30px; 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_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; }

.small, .text-small {
    font-size: 12px;
    line-height: 16px !important;
}


.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;
}

.nodecorate{text-decoration: none !important;}

/* 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: #109E4D;
    background-color: #fff;
    border-color: #109E4D;
}
.alert-danger { 
    color: #EC2D23;
    background-color: #fff;
    border-color: #EC2D23;
}
.alert-info { 
    color: #2A51DE;
    background-color: #fff;
    border-color: #2A51DE;
}

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

.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;  } 

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: 28px; }
h3 { font-size: 24px; line-height:28px; }
h4 { font-size: 20px; line-height:24px; }
h5 { font-size: 16px; line-height:20px; }
h6 { font-size: 16px; line-height:20px; }





.red { color: #D82527; } .redbg { background-color: #D82527; } .redbd { border-color: #D82527 !important; }
.orange { color: #F58131; } .orangebg { background-color: #F58131 !important; } .orangebd { border-color: #F58131  !important; }
.yellow { color: #EFB51D; }  .yellowbg { background-color: #EFB51D; } .yellowbd { border: 1px solid #EFB51D !important; }
.green { color: #109E4D; } .greenbg { background-color: #109E4D; } .greenbd { border-color: #109E4D !important; }
.grey { color: #362F2F; } .greybd { border: 1px solid #362F2F !important; } .greybg { background-color: #362F2F; }
.teal { color: #F58720; } .tealbg { background-color: #F58720; } .tealbd { border: 1px solid #F58720 !important; }
.white { color: #ffffff; } .whitebg { background-color: #ffffff; } .whitebd { border-color: #ffffff !important; }
.palegrey { color: #F4F0E7; } .palegreybd { border: 1px solid #F4F0E7 !important; } .palegreybg { background-color: #F4F0E7 !important;   }
.medgrey { color: #efefef; } .medgreybd { border: 1px solid #efefef !important; } .medgreybg { background-color: #efefef !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; }



/* HERO */
.hero { width: 100%; height: 200px; padding: 15px; }
.hero_copy { bottom: 15px; position: absolute; }
.hero_copy > h1 > span {
    line-height: 1.3em;
	-webkit-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
    padding-top: 4px;
    padding-bottom: 7px;
	font-size: 25px;
}
.hero_copy > p  > span {
    line-height: 1.2em;
	-webkit-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	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_green > h1 > span, .hero_green > p > span {
    background-color: #009748;
    box-shadow: 10px 0 0 #009748, -10px 0 0 #009748;
	color: #fff; 
}

.hero_blue > h1 > span, .hero_blue > p > span  {
    background-color: #2A51DE;
    box-shadow: 10px 0 0 #2A51DE, -10px 0 0 #2A51DE;
	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; } 

/* 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;}


 /* 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;   } 

/* 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_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; }  


.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%); }


.border_top {border-top: 1px solid #ECE5D6;}
.border_bot {border-bottom: 1px solid #ECE5D6;}


.paleGreyTableRow { color: #ccc; }
.paleGreyTableRow > td > a { color: #ccc; }
.paleGreyTableRow > td > div > a { color: #ccc; }
.paleGreyTableRow > td > span { color: #ccc; }

.nowrap { white-space: nowrap; }

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.text-right {text-align: left;}
.pull-right { float: none !important;}

@media (min-width: 767px) { 
 .pull-right { float: right !important;}
 .text-right {text-align: right;}
}


.container_pale { background-color: rgba(244, 240, 231, 0.4); }  

.container-green { background-color: #109E4D; color: #fff; }
.container-linbot { border-bottom: 1px solid #efefef;  }
.container-lintop { border-top: 1px solid #efefef;  }
.container-white { background-color: #fff; color: #333; }
.container-blue { background-color: #2D3C8E }
.container-blue h1  { color: #fff;  }	
.container-blue .has-error .help-block  { color: #fff; }
.container-darkgreen { background-color: #055423 }
.container-darkgreen h1  { color: #fff; }	
.container-darkgreen .has-error .help-block  { color: #fff; }
.container-yellow { background-color: #EDC14C }
.container-yellow h1  { color: #fff;  }	
.container-orange { background-color: #F58131 }
.container-orange h1  { color: #fff;  }	
.container-dark { background-color: #333; color: #fff; } .container-dark a { color: #fff; } 
.container-grey { background: linear-gradient(#E2E8E3, #efefef); }


  
a {	color: #000;	text-decoration: underline;	-webkit-text-decoration-color: #F58720;	text-decoration-color: #F58720; text-decoration-thickness: 2px; }
a:hover, a:focus { transition: all 0.3s; color: #FF6C0A;  text-decoration-thickness: 2px; }
.nodecorate{text-decoration: none !important;}

img { display: inline-block; height: auto;  max-width: 100%; }
blockquote {    border-left: 1px solid #EEE;  margin: 20px 0px 20px; }
h1 { font-size: 26px; } @media (min-width: 767px) { h1 { font-size: 36px; } }
label {	font-weight: 600; }
  
  
.strong { font-weight: 700 !important;  }


  
  
  

/* CONTENT BLOCKS */
@media (min-width: 767px) { .flex_container { display: flex; flex-wrap: wrap; }}
.flex_item .panelList { height: 100%; }
.panelList  { width: 100%; border-bottom: 3px solid #F4F0E7; color: #000; position: relative; }  
.panelListBeige  { background-color: #F4F0E7; }
.panelListWhite  { background-color: #fff; }
.panelListMedGrey  { background-color: #efefef; border-bottom: 3px solid #efefef;}
.panelList:hover  { transition: all 0.3s;  border-bottom: 3px solid #F58720; color: #111; background-color: #ECE5D6; } 
.panelListImage { width: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; box-shadow: 1px 1px 20px -3px rgba(0,0,0,0.07) inset; -webkit-box-shadow: 1px 1px 20px -3px rgba(0,0,0,0.07) inset; -moz-box-shadow: 1px 1px 20px -3px rgba(0,0,0,0.07) inset; } 
 
.panelListTitle { margin: 10px 10px 15px 10px;  }    
.panelListDesc { margin: 10px 10px 25px 10px;  }    
.panelListFoot { margin: 10px 10px 5px 10px;  }  
.panelListImageContainer { background-color: #ebe6db;   }
.col-sm-6 > a > .panelList > .panelListImageContainer > .panelListImage { height: 240px; }
@media (min-width: 767px) { .col-sm-6 > a > .panelList > .panelListImageContainer > .panelListImage { height: 230px; }}
@media (min-width: 992px) { .col-sm-6 > a > .panelList > .panelListImageContainer > .panelListImage { height: 305px; }}
@media (min-width: 1200px) { .col-sm-6 > a > .panelList > .panelListImageContainer > .panelListImage { height: 370px; }} 
.col-sm-4 > a > .panelList > .panelListImageContainer > .panelListImage { height: 240px; }
@media (min-width: 767px) { .col-sm-4 > a > .panelList > .panelListImageContainer > .panelListImage { height: 147px; }}
@media (min-width: 992px) { .col-sm-4 > a > .panelList > .panelListImageContainer > .panelListImage { height: 195px; }}
@media (min-width: 1200px) { .col-sm-4 > a > .panelList > .panelListImageContainer > .panelListImage { height: 240px; }}
.col-sm-3 > a > .panelList > .panelListImageContainer > .panelListImage { height: 240px; }
@media (min-width: 767px) { .col-sm-3 > a > .panelList > .panelListImageContainer > .panelListImage { height: 105px; }}
@media (min-width: 992px) { .col-sm-3 > a > .panelList > .panelListImageContainer > .panelListImage { height: 142px; }}
@media (min-width: 1200px) { .col-sm-3 > a > .panelList > .panelListImageContainer > .panelListImage { height: 175px; }}

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


.panelListImage_RightBar { height: 166px; width: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;  }

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

@media (min-width: 767px) { 
	.panelList644 { height: 520px; }
	.panelList300 { height: 247px; } 
	.panelListTitle116 { height: 100px; overflow: hidden;  }
	.panelListFootBottom { position: absolute; bottom: 0; } 
}
@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 {
    padding: .4em .6em .4em;
    border-radius: 0;
	position: absolute;  
	font-weight: 300;
}
  

.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; } 


.btn-default { background-color: #fff; color: #666; border-color: #F58720; border-width: 2px;}
.btn-default:hover,.btn-default:active,.btn-default.active,.btn-default:focus  { 
 background-color: #F58720 !important; border-color: #F58720 !important; color: #fff; 
-webkit-box-shadow: none;
box-shadow: none;

 }
.btn-default.disabled{background-color: #fff; color: #ccc; }

.btn-danger { background-color: #F58720; color: #fff; border-color: #F58720; border-width: 2px;}
.btn-danger:hover { color: #666; background-color: #fff !important; border-color: #F58720 !important; }
.btn-danger:active,.btn-danger:focus  { color: #fff; background-color: #F58720 !important; border-color: #F58720 !important; }

.btn-warning { background-color: #F58720; color: #fff; border-color: #F58720; border-width: 2px;}
.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning:focus  { color: #666; background-color: #fff !important; border-color: #F58720 !important; }




.btn-info { background-color: #109E4D; color: #fff; border-color: #109E4D; border-width: 2px;}
.btn-info:hover,.btn-info:active,.btn-info:focus  { color: #666; background-color: #fff !important; border-color: #109E4D !important; }


.btn-danger.disabled{background-color: #fff; color: #ccc; }


.btn-link {	padding: 0px; color: #000;	text-decoration: underline;	-webkit-text-decoration-color: #F58720;	text-decoration-color: #F58720; text-decoration-thickness: 2px; }
.btn-link:hover, .btn-link:focus { transition: all 0.3s; color: #FF6C0A;  text-decoration-thickness: 2px; }


 


.shaddow-lg {text-shadow: 0px 0px 16px #333;}


.textBg  { background-image: url('/resources/images/bg_texture.png');}




 
.breadcrumb { background-color: transparent; padding: 5px 0 0 0; }
.breadcrumb > li + li::before {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
}

b, strong { font-weight: 600; }

 
/* PADDINGS AND SPACINGS */
.max800  { max-width: 800px; }
.max600  { max-width: 600px; }
.max400  { max-width: 400px; }
.max300  { max-width: 300px; }
.max200  { max-width: 200px; }
.max150  { max-width: 150px; }
.max140  { max-width: 140px; }
.max125  { max-width: 125px; } .maxheight125  { max-height: 125px; }
.max115  { max-width: 115px; }
.max100  { max-width: 100px; }
.notop { margin-top: 0px; padding-top: 0px; } .nobot { margin-bottom: 0px; padding-bottom: 0px; } 
.top50 { margin-top: 50px; } .top25 { margin-top: 25px; } .bot50 { margin-bottom: 50px; } .bot25 { margin-bottom: 25px; }  .top15 { margin-top: 15px; } .bot15 { margin-bottom: 15px; }  .top5 { margin-top: 5px; } .bot5 { margin-bottom: 5px; }
.left25 { padding-left: 25px; } .left15 { padding-left: 15px; }  .left5 { padding-left: 5px; } .left0 { padding-left: 0px; } .right25 { padding-right: 25px; } .right15 { padding-right: 15px; } .right5 { padding-right: 5px; }  .right0 { padding-right: 0px;  }  
.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; } 
/* PADDINGS AND SPACINGS ENDS */


@media (min-width: 767px) { 
.border_left_no_pad { border-left: 1px solid #efefef;}
.border_left { border-left: 1px solid #efefef; padding-left: 15px; } 
.border_right { border-right: 1px solid #efefef; padding-right:15px; } 
}
.borderTop0 {border-top: 1px solid #efefef; padding-top: 5px; margin-top: 0px;}
.borderTop5 {border-top: 1px solid #efefef; padding-top: 5px; margin-top: 5px;}
.borderTop15 {border-top: 1px solid #efefef; padding-top: 15px; margin-top: 15px;}



.border_top {border-top: 1px solid #ECE5D6;}
.border_bot {border-bottom: 1px solid #ECE5D6;}
.border_rad_20 { border-radius: 20px !important; }
.border_rad_5 { border-radius: 5px !important; }
.border { border: 1px solid #ccc; } 
.border2 { border: 2px solid #ccc; } 
.border3 { border: 3px solid #ccc; } 
.border_width0 { border-width: 0px !important; } 
.border_width1 { border-width: 1px !important; } 
.border_width2 { border-width: 2px !important; } 
.border_width3 { border-width: 3px !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;}
}


.List { width: 100%; padding: 4px 5px 4px 5px;  margin-bottom:10px }
.ListTitle { line-height: 1.3em; margin:0px; text-decoration: none !important; font-size: 20px; }
.ListDesc {  text-decoration: none !important;  margin:0px; } 
a > .List { color: #333;   text-decoration: none;  }
a:hover > .List { background-color: #F58720; transition: all 0.3s; text-decoration: none !important; color: #333;  }



.blockList { width: 100%; padding-bottom: 10px;  border-bottom: 3px solid transparent;  } 
.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; margin-left: -5px; margin-right: -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; }
}


.col_no_hpad {
	padding-left: 0px;
	padding-right: 0px;
}

@media (min-width: 767px) { 
	.col_no_hpad {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.panel {
    border-radius: 1px;
}

.hpopener { 
		margin-top: 10px;
		font-size: 24px;
}
	
@media (min-width: 992px) {  
	.hpopener { 
		margin-top: 25px;
		font-size: 24px;
	}
}
@media (min-width: 1200px) {  
	.hpopener { 
		margin-top: 30px;
		font-size: 32px;
	}
}

.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; }
.maincontent img { display: inline-block !important; height: auto !important;  max-width: 100% !important; }


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



#Gardens .form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #F58720;
    border-radius: 1px;
    -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;
}

.nav-tabs { font-weight: 600;}

.nav-tabs {    border-bottom: 2px solid #F58131;}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
background-color: #F58131;
border-color: #F58131;
color: #fff;

}

.nav-tabs > li > a {

}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
color: #F58131;
}




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



.close_modal{ padding-top: 3px; color: #fff; font-size: 18px; float: right; }
.close_modal:hover { color: #333; cursor: pointer; } 
.modal-header { border-bottom: none; } 

.modal-content {
    background-color: #F58720;
}

.modal-title {
	color: #fff; 
}

.modal-body {
    background-color: #fff;
}

.modal_body_border {
	padding: 15px;
	border-top: 1px solid #e5e5e5;
	 background-color: #efefef;
}

.modal-footer {
    background-color: #fff;
	border-radius: 0px 0px 6px 6px;
}





.input-lg { border-radius: 2px;  height: 47px; }


.lineheight20 { line-height: 20px; }
.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_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;}



/* INLINE LIST*/
.list-inline > .section_blocks > a > div { background-color: #fff; width: 160px; height: 75px; overflow: hidden; padding: 10px 5px 10px 10px; margin-bottom: 15px; color: #333; }
@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 5px 10px 10px; margin-bottom: 15px; 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: 73px; height: 75px; overflow: hidden; padding: 10px 5px 10px 6px; margin-bottom: 15px; color: #333; font-size: 0.7em }
@media (max-width: 768px) { .list-inline > .section_blocks_archived > a > div { width: 100%; height: auto; } }
.list-inline > li > a > div:hover { background-color: #FFDE17; }
.list-inline > li > a  { text-decoration: none; }
.pubs_list { text-align: center; } 

.list-inline > .section_blocks > label > div {  width: 150px; overflow: hidden; padding: 10px 5px 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 5px 10px 10px; margin-bottom: 15px; color: #333; }
@media (max-width: 768px) { .list-inline > .section_blocks_wide > label > div { width: 215px; height: auto; cursor: pinter; } }

.toggle_color_on { background-color: #F1B60C; }
.toggle_color_off { background-color: #fff; }
/* INLINE LIST ENDS */

/* SQUARES RIGHT COLUMN */
.square { width: 100%; padding: 15px; border-radius: 2px; }


.square_orange { background-color: #F58131; color: #fff !important;   }
.square_orange:hover { background-color: #C12E2A  !important;  transition: all 0.3s !important; color: #fff;  }

.square_red { background-color: #C12E2A; color: #fff !important;  }
.square_red:hover { background-color: #F58131  !important;  transition: all 0.3s !important; color: #fff;  }
 

.square_white { background-color: #fff;  color: #333 !important;  }
.square_white:hover { background-color: #F58131 !important;  transition: all 0.3s !important;  }

.square_grey { background-color: #362F2F;   color: #fff !important;  }
.square_grey:hover { background-color: #F58131 !important;  transition: all 0.3s !important; color: #fff; }


/* SQUARES ENDS */


/* LISTS */
.blocklink:hover, .blocklink:focus { display: block;  background-color: #eeeeee; transition: all 0.3s ease-in-out 0s; }
.blocklink a  {  padding: 10px; display: block; text-decoration: none; color: #333; }
.blocklink a:hover, .blocklink a:focus    { display: block; text-decoration: none;}
.blocklink a:hover h4 , .blocklink a:focus h4   { color: #333; transition: all 0.3s ease-in-out 0s;}
/* LISTS ENDS */
.specialblocklink > a  {  display: block; text-decoration: none; color: #333; }
.specialblocklink  > a:hover { background-color:rgba(255,255,255,0.4); border-radius: 3px;   transition: all 0.3s ease-in-out 0s; }

.blocklinkinv > a  {  display: block; text-decoration: none; color: #333; }
.blocklinkinv  > a:hover { background-color:#fff; border-radius: 0px;   transition: all 0.3s ease-in-out 0s; }


/* Scoll */
.scroll-top { position:fixed; bottom:0; right:2%; z-index:100; background: #5BC0DE; 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; } }
/* Scoll ends */


.logo { max-height: 40px; padding-top:2px;  }
@media (min-width: 767px) { .logo { max-height: 48px;padding-top:5px;  } } 
@media (min-width: 992px) { .logo { max-height: 48px; padding-top:5px; } }
@media (min-width: 1200px) { .logo { max-height: 50px; padding-top:5px; } }
.navbar-default {  box-shadow: none; border-bottom: 0px solid #fff; }


.navbar {

    margin-bottom: 0px;
}

.navbar-btn {
    margin-top: 20px;
    margin-bottom: 10px;
	border-color: #3A3A3A; background-color: transparent; 
	border-radius: 20px; padding: 6px 30px !important; 
	border: 1px solid #3A3A3A !important;
}
.nav > li > .btn-warning { 	border: 1px solid #F58720 !important; background-color: #F58720; color: #fff !important; }
.nav > li > .btn-warning:hover {  transition: all 0.3s; background-color: #FF6C0A;  } 

.navbar-brand { max-width: 180px; padding: 5px 15px 5px 15px;  }    

.navbar-nav > li {
    padding: 0 10px 0 5px;
    border-bottom: 1px solid #efefef;
}
.navbar-nav > li:hover {
    background-color: #F4F0E7;
}
.navbar-nav > li > a {
		text-decoration: none;
	}

@media (min-width: 767px) { 
	.navbar-nav > li { padding: 0 8px 0 8px; border-bottom: none; }
	.navbar-nav > li:hover  { background-color: transparent;}
	.navbar-nav > li > a {
		font-size: 14px;
		padding: 24px 0 4px 0;
		margin-bottom: 16px;
		border-bottom: 3px solid #fff;
		color: #333 !important;
		text-decoration: none;
	}
	.navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > .active > a { border-bottom: 3px solid #F58720;  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: 180px; 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: 180px;  }
}
@media (min-width: 1200px) { 
	.navbar-nav > li { padding: 0 20px 0 20px; }  
	.navbar-nav > li > a { font-size: 16px; }
}

.navbar-btn:hover, .navbar-btn.focus, .navbar-btn:focus { transition: all 0.3s; border-color: #F58720 !important;  }  
.navbar-toggle {
    border-color: transparent !important;
    padding: 6px 0 0 0;
    font-size: 18px;
    background-color: #fff;
}
.navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
    color: #F58720;
    transition: all 0.3s !important;
    background-color: #fff !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
} 

/* Nav Bar ENDS */


/* Section Bar  */
.section-bar-wrapper { background-color: #333; width: 100%; }
.section-bar > h2 { margin-top: 7px; color: #fff; font-size: 24px; }
@media (min-width: 767px) { 
.section-bar { min-height: 90px; }  
.section-bar > h2  { font-size: 32px; margin-top: 13px; } 
.section-bar .btn-lg { margin-top: 23px;  }
}

.section-bar > h2 > a { color: #fff; }
.section-bar > form { margin-top: 30px; margin-bottom: 15px; }
.section-bar .btn-lg {  margin-bottom: 10px; }
/* Section Bar ENDS */


 
 
  
.icon_small { width: 30px; height: 30px; display: inline-block; } 
.icon_medium { width: 40px; height: 40px; display: inline-block; } 
.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  { 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_link  { background-image: url('/resources/svg/Eel_Link.svg'); background-repeat: no-repeat; background-size: cover;  }
.icon_realbread  { background-image: url('/resources/svg/RBC_icon.svg'); background-repeat: no-repeat; background-size: cover;  }
.icon_realbread_alt  { background-image: url('/resources/svg/RBC_icon_alt.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_email_alt  { background-image: url('/resources/svg/Eel_Mailing_alt.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_fbook_alt  { background-image: url('/resources/svg/Eel_FaceBook_alt.svg'); background-repeat: no-repeat; background-size: cover;  }
.icon_flicr_alt  { background-image: url('/resources/svg/Eel_Flicr_alt.svg'); background-repeat: no-repeat; background-size: cover;  }
.icon_twitter_alt  { background-image: url('/resources/svg/Eel_Twitter_alt.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_link:hover, .icon_realbread:hover, .icon_fbook_alt:hover, .icon_flicr_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; opacity: 0.5;  } 



.footer { background-color: #3A3A3A; color: #fff; }

.footer a { color: #F58720; text-decoration: none;}
.footer a:hover, .footer a:focus {
    transition: all 0.3s;
    color: #F58720;
    text-decoration: underline;
	text-decoration-color: currentcolor;
	text-decoration-thickness: auto;
    -webkit-text-decoration-color: #F58720;
    text-decoration-color: #F58720;
    text-decoration-thickness: 2px;
}


.ias-noneleft { text-align: center;margin-top: 25px;color: #F58131;}

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

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {  background-color: #F4F0E7; } 