h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar-brand {
  font-family: verdana, arial, sans-serif; /*this section is used for the text next to  tail*/
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #CB7E2B;
}

/*bootstrap 4 change*/
body {
	font-size: 0.88rem;   
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.43;
}

/*bootstrap 4 change*/
.card-body {
	margin-bottom: 1.2rem;
}

.well-lg h1 {
    font-size: 2.2rem;
    margin-top: 1rem;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
  white-space: normal; /*bootstrap 4 change*/
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.masthead-gradient .container, .masthead-gradient .col-lg-6 {
	padding: 0;	
}

/*bootstrap 4 change new item*/
.carousel-control-prev{
	    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
}

.carousel-control-next{
	    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
}

.carousel-inner > .carousel-item {
    text-align: center;    
}

.carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%%23222' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: 15px;
	font-size: 30px;}

.carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%%23222' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
	font-size: 30px;}

a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

#main-nav-ul > li {
    position: relative;
    display: block;
}

#main-nav-ul > li > a {
    color: #999999;
	font-weight: 500;
}

#main-nav {
	width:100%;
    margin-right:15px;
}

/*bootstrap 4 change new item end*/




@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;// to remove the offset in the brand nav bar
  }
  .navbar-brand{
	  width : 350px
  }
  .masthead {
	background: #000;
	color: #fff;
	margin-bottom: 20px;
}


#home .masthead {
	/*background: #000 url('/images_m/33-img_0445.jpg') bottom right no-repeat;*/
	background: #000 url('/images_m/eco-home-1.jpg') bottom right no-repeat;
	
}

.masthead-gradient {
		min-height: 250px;
	}
	
	.masthead-gradient {
		background: -moz-linear-gradient(left,  rgba(0,0,0,1) 50%, rgba(0,0,0,0) 75%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0,0,0,1)), color-stop(75%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 75%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 75%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, rgba(0,0,0,1) 530%, rgba(0,0,0,0) 75%); /* IE10+ */
		background: linear-gradient(to right, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 75%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
		min-height: 250px;
	}
}
.panel h3 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.breadcrumbs{ font-weight: normal; margin-top:-15px; color:#757575; text-transform:uppercase; font-size:10px; letter-spacing:4px; width:100% }

.colborder{padding-top: 10px; padding-bottom: 10px; border: 1px solid rgba(86,61,124,.2); }

a { color: #26bcd7; }

.navbar {
	margin-bottom: 0;
	padding: 0px;  /*bootstrap4 for change*/
}
.navbar-toggle { 
	margin-top: 11px;
}

.navbar-brand {
	height: auto;
	padding: 0px 10px;
}
	.navbar-brand a {
		color: #fff;
	}
	.navbar-brand a:hover {
		color: #fff;
		text-decoration: none;
	}

.navbar-form {
	margin-left: 0;
	margin-right: 0;
    padding: 10px 15px;	    /* need to add media query */
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 8px;
}
.logo-nav {
	width: 44px;
}

footer {
	font-size: 13px;
	margin: 0 auto;
}
footer ul {
	padding-left: 0;	
}
footer li {
	position: relative;
	display: inline-block;
	text-align: center;
	background: none;
	border-bottom: none;
	padding: 0 15px 0 0;
}

element.style {
}
.noaa {
min-height: 36px;
background: url(/images_m/noaa.png),url(/images_m/noaaflight.png);
background-repeat: no-repeat,no-repeat;
background-position: top left,right top;
background-color : #fff;
}

.noaa a {
float: left;
display: block;
width: 100%;
height: 36px;
text-indent: -9999px;
}

.jumbotron {
	background: #e1eefa
}

.light-bg {
	background: #ebeeed;
	/*padding: 40px 0;	*/
}
		
.white-bg {
	background: #fff;
	padding: 40px 0;	
}
		
	.light-bg .lead, .white-bg .lead {
		color: #222;
		}


/* FAQ */
	.faq-hero {
		background: url("/images/faq.jpg") center bottom no-repeat;
		height:300px;
	}

/* APPLY */
	.apply-hero {
		background: url("/images/apply.jpg") center bottom no-repeat;
		height:300px;
	}
	
/* SCHOLARS */
	.scholarship-hero {
		background: url("/images/nf-scholarship.jpg") center bottom no-repeat;
		height:300px;
		
	}
	
/* SCHOLARSHIP */
	.scholarship2-hero {
		background: url("/images/nf-scholarship2.jpg") center bottom no-repeat;
		height:300px;
		
	}	
	

/* Homepage */
	.home-hero {
		/*background: url("/images_m/whale-tail-768x500.jpg") right bottom no-repeat;*/
		background: url("/images_m/reef0490_1.png") right bottom no-repeat;
		
	}
		
		.home-hero-text { 
			color: #f8f8f8;
			background: rgb(0, 0, 0); /* Fallback */
    		background: rgba(0, 0, 0, 0.5);
			border-radius: 4px;
			padding: 1px 22px 12px;
		}

		.home-hero-text p {
			font-size:14px;
		}		
		
		.highlight {
			padding: 40px 0;	
		}
		.highlight-item {
			display: block;
			padding:15px 20px 15px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
			-moz-transition: all .4s;
			-webkit-transition: all .4s;
			-o-transition: all .4s;
			-ms-transition: all .4s;
			transition: all .4s;
			min-height:290px;
		}

		.highlight-item:hover { 
			background-color:#fafafa;  
			transform: translate(0,-4px);
			-webkit-transform: translate(0,-4px);
			-o-transform: translate(0,-4px);
			-moz-transform: translate(0,-4px);
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			-o-transition: all 0.5s ease-in-out;
			-ms-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out; 
			box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
		}
		.highlight-item h2 {
			font-size: 18px;
			border-bottom: #569fd3 1px solid;
			padding-bottom: 6px;
			margin: 0 0 20px;
			color: #975E20;
			
		}
		.highlight-item a {
			color: #222;
			/*color: #26bcd7;*/
		}
		
		h4.media-heading {
			font-size: 18px;
            color: #975E20;			
		}
		

.dropdown-menu {
	background: #222;
}

/*bootstaps 4 change */
	.dropdown-menu > li > a {
		color: #999;
		display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 500;
        line-height: 1.42857143;    
        white-space: nowrap;
		font-size: 0.88rem;
	}
	
	.dropdown-menu > li > a:hover {
		background: none;
		color: #fff;
	}
	
	.dropdown-submenu > li > a {
		color: #999;
		font-size: 0.88rem;
		font-weight: 500;
	}
	
	.dropdown-submenu > li > a:hover {
		background: none;
		color: #fff;
	}

@media screen and (max-width: 568px) {
.jumbotron, .jumbotron .container, .jumbotron .col-lg-6 {
	padding: 0;	
	}


.home-hero-text { 
	border-radius: 0;
}

h1 {
	font-size: 24px !important; /*boottrap 4 change*/
}

footer li {
	text-align: left;
	width: 100%;
}

.masthead {
	background: #000;
	color: #fff;
	margin-bottom: 20px;
}


#home .masthead {
	/*background: #000 url('/images_m/33-img_0445.jpg') bottom right no-repeat;*/
	background: #000 url('/images_m/eco-home-1.jpg') bottom right no-repeat;
}

.masthead-gradient {
		min-height: 250px;
	}
	
}

@media screen and (max-width: 768px) {
.navbar-brand{
	width: 200px;
}	

#glossaryform {margin-left:0px;}	

.breadcrumbs{padding-left:1% }
}


@media screen and (min-width: 768px) {
	.logo-nav {
		width: 64px;
	}
	.nav {
		margin-top: 28px;
	}
	.jumbotron {
		padding-top: 0;
		padding-bottom: 0;
	}
	#home .jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	
	#faq .jumbotron {
		padding-top: 88px;
		padding-bottom: 48px;
		margin-top:50 px;
	}
	
	#scholarship .jumbotron {
		padding-top: 88px;
		padding-bottom: 48px;
		margin-top:30 px;
	}
	
	#scholarship2 .jumbotron {
		padding-top: 88px;
		padding-bottom: 48px;
		margin-top:30 px;
	}
	
	/* SCHOLARS */
	.panel-title { font-size: 21px;}
	.panel-body img.pull-right { margin: 0 0 10px 10px; }
	
	.masthead {
	background: #000;
	color: #fff;
	margin-bottom: 20px;
}


#home .masthead {
	/*background: #000 url('/images_m/33-img_0445.jpg') bottom right no-repeat;*/
	background: #000 url('/images_m/eco-home-1.jpg') bottom right no-repeat;
	
}

.masthead-gradient {
		min-height: 250px;
	}

.navbar-brand{
	width : 350px;
}
}
@media screen and (min-width: 992px){
	.home-hero {
			/*background: #e1eefa url("/images_m/33-img_0445.jpg") center bottom no-repeat;*/
			background: #e1eefa url("/images_m/eco-home-1.jpg") center bottom no-repeat;
		}
	#sidebar.affix-top {
  		width:228px;
  	}
  
  	#sidebar.affix {
    	width:228px;
  	}
	#seabass .masthead, #jellyfish .masthead, #shipwreck .masthead, #island .masthead, #whale-tail .masthead {
		background-position:right;
		background-size:auto;
	}
	.masthead-gradient {
		background: -moz-linear-gradient(left,  rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0,0,0,1)), color-stop(90%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, rgba(0,0,0,1) 530%, rgba(0,0,0,0) 90%); /* IE10+ */
		background: linear-gradient(to right, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
		min-height: 250px;
	}
  .navbar-brand{
	  width : 350px;
  }
	
.light-bg .col-md-push-8{ left: 66.66666667%; } /*bootstrap4*/
.light-bg .col-md-pull-4{ right: 33.33333333%; } /*bootstrap4*/
}
	
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 36px;
  }
  .navbar-right .dropdown-menu {
    /*left: auto;
    right: 0;*/
  }
  .navbar-brand{
	width : 350px;
}
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 200;
}
	
.faq-hero, .apply-hero, scholarship-hero, schoarship2-hero {
		margin-top:20px;	
	}
	
.navbar {
 border-radius: 0;
}
}

@media (min-width: 1200px){
/* Back To Top */
.top {
	position:fixed;
	bottom:0.5em; right: 0.5em;
	text-decoration: none;
	color:#fff;
	background-color: rgba(0, 0, 0, 0.3);
	padding:0.1em 0.3em 0.1em;
	display:none;
	border-radius:3px; z-index:500;
}
.top:hover { background-color:rgba(0, 0, 0, 0.6);}

.navbar-brand{
	width : 350px;
}
}

@media screen and (min-width: 1600px){
.home-hero {

}

.navbar-brand{
	width : 350px;
}
}

h2{color: #CB7E2B;  margin-top:1.05rem;}
h3{ color: #CB7E2B; text-decoration:none; margin-top:1.3rem;}
h3 a:link, h3 a:visited{color:#CB7E2B; /*font: bold 11pt  verdana, arial, sans-serif; */}
h3 a:hover{color: #606842;text-decoration:none;}
h4{
	font-style: sans-serif;
    font-weight: bold;
	font-size:14pt ; 
	color: #CB7E2B; 
	margin:0px 0px 15px 0px;
	}
h4 a:link, h4 a:visited{color: #CB7E2B; font: bold  14pt verdana, arial, sans-serif;/*text-decoration:underline;*/ }
h4 a:hover{color: #606842;text-decoration:none;}
h5{font: bold 10pt  verdana, arial, sans-serif; color: #A46623; margin-top:0.6rem;}

/**** Masthead ****/
.masthead {
	background: #000;
	color: #fff;
	margin-bottom: 20px;
}


#home .masthead {
	/*background: #000 url('/images_m/33-img_0445.jpg') bottom right no-repeat;*/
	background: #000 url('/images_m/eco-home-1.jpg') bottom right no-repeat;	
}

.masthead-gradient {
		min-height: 250px;
	}
	
.touch .top {
	display: none;
}

.logo{
	float:left; 
	/*margin-top:10px;*/
	margin-right:10px;
}
.logotxt{
	margin-top:5px;
	font: bold 14pt  verdana, arial, sans-serif; color: #CB7E2B; margin:15px;
}

aside{
	margin-top:60px;
}



/*define carousel indicators to align to left*/
.carousel-control {
  &.left, &.right {
    background-image: none;
    @include reset-filter();
  }
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 30%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}



/*to center the image in the carousel */


.carousel-inner > .item {
    text-align: center;
    img {
        margin: 0 auto;
    }
}
/*Carousel buttons*/
#carouselButtons {
    margin-left: 42%;
    position: absolute;
    bottom: -1px;
}




/*scroll to top button*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/*to grap figcaption to the width of the image*/
figure {
    background-color: #fff;
    padding: 5px;
    font-size: .875em;
    display: table;
}


figure img { display: block; }

figcaption {
    /*display: table-row;*/
    caption-side: bottom;
    background: #fff;
    padding: 0 5px 5px;
}

figcaptiongrant {
    display: table-caption;
    caption-side: bottom;
    background: #fff;
    padding: 0 5px 5px;
}

.mainpage section {
padding-top: 30px;
padding-bottom: 30px;
}

.light-grey-bg {
background: #f6f6f7;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}

.row {
	padding-top: 30px;
	padding-bottom: 30px;
}

.row.flat-row {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

.row.inline-row {padding-top:5px; padding-bottom:5px; margin-left:0px; margin-right:0px;display: inline-block;}

/* for the grey buttons in eco_essarys/welcome_m.html*/
.btn-default {
color: #333;
background-color: #e7e7e7;
border-color: #dadada;
}

/***************************************************
	09. FOOTER
 ***************************************************/
 #footer:before{ 
	bottom: 100%; 
  border:solid transparent;
  content: " ";
  height: 0; width: 0;
  position:absolute;
  pointer-events:none; }
 
#footer:before { 
  border-bottom-color:#222222;
  border-width:15px; 
  left:50%;
  margin-left:-15px;
}

#footer {
	position:relative;
	line-height:22px;	
	padding:20px 0 0; 
	opacity:1.0;
	background:#222222; 
	color:#E9E9E9;
	margin:30px 0 -10px; 
	/*padding-bottom:80px;*/
}

#footer li {
	padding:0px 15px 15px 0;
	margin:0px 0px 15px 0px;
	border-bottom: 1px #222222 solid;
	line-height:22px;	
}

#footer li:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }

#footer .span3 a { color:#8ebfc0; font-weight:bold;}
#footer .span3 a:hover { color:#fff; font-weight:bold; }
#footer h6 {
	font:12px 'Arvo', sans-serif;
	color: #CCC;
	letter-spacing:1px;
	text-transform:uppercase;
	/*margin-bottom:30px;*/
	border-bottom:1px solid #333;
	padding:0 0 10px;
}

.rowfooter{
	padding-top: 10px;
	padding-bottom: 10px;
	display:inline-block;  /*bootstrap4*/
}

.rowfooter .col-md-4, .light-bg .col-md-4{ float:left; } /*bootstrap4*/

/* #footer h7 {
	font:12px 'Arvo', sans-serif;
	color: #bab7b7;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:0 20px;
} */

/* Gradient transparent - color - transparent */
		
hr.fader {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(31,27,27,1), rgba(255,255,255,255.75), rgba(31,27,27,1)); 
    background-image:    -moz-linear-gradient(left, rgba(31,27,27,1), rgba(255,255,255,255.75), rgba(31,27,27,1)); 
    background-image:     -ms-linear-gradient(left, rgba(31,27,27,1), rgba(255,255,255,255.75)), rgba(31,27,27,1)); 
    background-image:      -o-linear-gradient(left, rgba(31,27,27,1), rgba(255,255,255,255.75), rgba(31,27,27,1)); 
}


#footer .footLinks-nav a { color:#8ebfc0; }

#footer .footLinks-nav a:hover { color:#fff; }

#footer .footLinks {
    /*margin: 0 auto;*/
    padding: 0;
    text-align:center;
}

#footer .footLinks-nav li {
    position: relative;
    display: inline-block;
    text-align: center;
    background: none;
    border-bottom: none;
    line-height: 1em;
 }


#footer .span3 { padding:20px 0 0px; color:#eee; }



.follow_us a:hover{  box-shadow: 0 0 0 2px #19C1C3, inset 0 0 0 2px #222222; background:#19C1C3; }
.copyright {color:#E9E9E9; margin-top:20px;}
#footer ul { padding:0; margin:0; list-style:none; }
#footer .icons { margin-left:20px; }
#footer .media-body .icon-time { color:#444;}

/*home page carousel right arrow allignment*/
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 30%;
}


/*to align carousel image center in regional pages*/
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
 /*display: block;*/
  max-width: 100%;
  width:100%;
  height: auto;
  margin: 0 auto;
}

/*side bar for watershed page*/
	.affix-top,.affix{
		display:none;
	}

	@media (min-width: 768px){
			.affix-top,.affix{
				position: static;
				display:inherit;
				}

			  #sidebar.affix-top {
				position: static;
				margin-top:10px;
				width:200px;
			  }
			  
			  #sidebar.affix {
				position: fixed;
				top:10px;
				width:200px;
			  }
			  
			  #sidebar li.active a {
				border:0 #569fd3 solid;
				border-left-width:4px;
				}
			
			/*.nav > li > a:hover,
			.nav > li > a:focus {
			  background-color: #569fd3;
			  color: #fff;
			}*/
			/* hide sidebar sub menus by default */
			#sidebar.nav .nav {
				display: none;
				font-size: 12px;
			}
		
		    #sidebar.nav .nav.active {
			/*	display: block; */
				font-size: 12px;				
                position: relative;
                top: 0px;
				margin-top: 0px;
				margin-left: 1rem;
			}
			
			a.nav-link.active + ul.nav.nav-pills.flex-column.sublist {
				display: block !important; 
				font-size: 12px;				
                position: relative;
                top: 0px;
				margin-top: 0px;
				margin-left: 1rem;
			}
			/* show sub menu when parent is active */
			#sidebar.nav>.active>ul {
				display: block;
				margin:0 0 0 10px;
			}
		}
		
		@media (min-width: 992px){
			#sidebar.affix-top, #sidebar.affix {
				width: 240px;
			}
		}

/* aside bar for grants page*/
.more-info {
		
}
	.more-info h3, .more-info h4{
		border-bottom: #569fd3 1px solid;
		padding-bottom: 6px;
		margin: 0 0 10px;
	}
	
	.more-info .list-group {
		font-size: 14px;
	}
	
	.more-info .list-group-item {
		margin-bottom: 0;
		border: none;
	}
	
	.more-info section {
		margin-bottom: 30px;	
	}
	
	.more-info .btn-sm {
		padding: 8px 14px;
	}
.margin20 {
	margin-top: 20px;
	margin-bottom: 20px;	
}

a, a.list-group-item {
color: #177887;
word-wrap: break-word;
}


/* bootstrap4 changes*/
ul.dropdown-menu.show {
    margin-top: 0px;
}

ul.nav.nav-tabs {width:100%;}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
	text-decoration: none;
}

.nav-tabs > li > a:hover{
    color: #3276b1;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: pointer;
	text-decoration: none;
	
}

.nav-tabs > li > a.active {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
    text-decoration: none;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #177887;   
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	background: transparent;
	border: 1px solid transparent;
}

a.btn.btn-secondary.btn-md.active:hover {
    color: black;
}

.label-success {
    background-color: #5cb85c;
}

.nav-pills .nav-link.active {
	border: 0 #177887 solid;
    border-left-width: 4px;
	    color: #177887;
    background-color: white;
}

.nav-pills .nav-link.active>ul {
	display: block
}

/* css feeddback */
@media (min-width: 768px){
.navbar-expand-md {   
    flex-wrap: wrap;
}

.navbar-expand-md .navbar-collapse {    
    padding-left: 15px;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #ffffff;
}

.nav > .show > a:hover {
    
    color: #ffffff;
}

.container {
  width: 750px;
}


}

.btn-primary {
    color: #ffffff;
    background-color: #3174AF;
    border-color: #3174AF;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}



@media (min-width: 992px){
.container {
    width: 970px;
}
}

@media (min-width: 1200px){
.container {
    width: 1170px;
}
}

/*@media (min-width: 768px) and (max-width: 992px) {
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 100%; 
    max-width: 100%;
}
.col-md-8 {
    -ms-flex: 0 0 33.333333%;
    flex: 100%;
    max-width: 100%;
}
}*/

.bg-light {
    background-color: #f5f5f5!important;
}

@media (max-width: 425px){
figure.pull-right, figure.pull-left {
    float: none;
}
}

#glossary_bread{
	margin-left: -14px;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 575px){
/*.container > .row >.breadcrumbs {
	margin-left: 0.7rem;
}
/* #glossary_bread {margin-left: 0.2rem;}  */
#proexpheader {margin-left: 0.5rem;}
#geoform {margin-left: 0.5rem; margin-right:0.5rem;}
}

#footer a, .masthead a, .footer a {
    color: #8ebfc0;
}

#geoform h5{color: #975E20; }

.card.bg-light.card-body h5 {
    color: #9C6021;
}

.col-md-offset-2 {
    margin-left: 16.66666667%;
}

@media (max-width: 991px){
.col-md-offset-2 {
    margin-left: 0%;
}
}

.row.blockrow {
    padding-top: 0px;
    padding-bottom: 10px;
	display:block;
}

filter-menu > .row {padding-top: 0px;
padding-bottom: 10px;}

.label.label-info {
    background-color: #5bc0de;
}

.urlspan {
overflow-wrap: break-word; 
word-break: break-word; }

@media screen and (max-device-width:767px), screen and (max-width:767px) {
.col-sm-8, .col-sm-4 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.container {
    max-width: 738px;
}
}

.navbar-toggler {
    padding: .25rem .35rem;
    
}


