@font-face {
  font-family: 'Quicksand_Regular';
  src: url('../resources/fonts/Quicksand/Quicksand-Regular.ttf');
}

@font-face {
  font-family: 'Roboto';
  src: url('../resources/fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
	font-family:"WeblySleek UI Semilight";
	src:url("../../resources/fonts/WeblySleek_UI_Semilight/weblysleekuisl.eot?") format("eot"),
		url("../resources/fonts/WeblySleek_UI_Semilight/weblysleekuisl.woff") format("woff"),
		url("../resources/fonts/WeblySleek_UI_Semilight/weblysleekuisl.ttf") format("truetype"),
		url("../../resources/fonts/WeblySleek_UI_Semilight/weblysleekuisl.svg#WeblySleekUISemilight") format("svg");
	font-weight:normal;
	font-style:normal;
}

body,
.ui-widget {
  font-size: 16px;
  line-height: 1.375;
  /*line-height: 20px;*/
  color: #1c1c1c;
  /*padding-top: 120px;*/
  font-family: Quicksand_Regular, "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 83px;
}

.form-group.required label:after, 
.checkbox.required .col-form-label:after,
.col-lg-4.required label:after {
    content: " *";
    color: red;
    font-weight: bold;
}

a {
	/* color: #2d699e; */
	color: red;
    font-weight: bold;
}

a:hover {
	color: #6A0000;
	text-decoration: none;
}

.form-group.required label:after, 
.checkbox.required .col-form-label:after {
  content: " *";
  color: red;
  font-weight: bold;
}

@media (min-width: 768px) { 
	.no-pad-l-r .col-md-3 {
		border-right: dashed thin #D83B3A;
	}
}

.no-pad-l-r .col-md-3:last-child,
.news .col-md-3:first-child {
	border-right: none;
}

.marquee .no-pad-l-r {
  padding-right: 0px;
  padding-left: 0px;
}

#about .page-header,
#hse .page-header,
#services .page-header,
#projects .page-header,
#publications .page-header,
#equipment .page-header,
#training .page-header,
#gallery .page-header  {
	padding-bottom: 0px;
    margin: 0px 0 20px;
    border-bottom: 2px solid #6A0000;
}

#about .page-sub-header {
	font-weight: bold;
    border-bottom: solid thin #6A0000;
    margin-bottom: 20px;
}

#about .page-sub-header h3 {
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
}

#training .page-sub-header {
  font-weight: bold;
    border-bottom: solid thin bisque;
    border-left: solid 10px bisque;
    padding-left: 10px;
    padding-bottom: 4px;
    font-size: 20px;
}

.staff {
	float: left;
    border: solid thin #eee;
    margin: 0 16px 40px 0px;
    border-radius: 20px 0 0 0;
    padding: 4px;
    background-color: ghostwhite;
}

.staff img {
	height: 180px;
    display: block;
    border-radius: 10% 0;
    margin: 0 0 16px 0;
}

.staff p {
	margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}

.staff h5 {
	font-size: 12px;
    font-weight: bold;
	padding: 0 10px;	
    text-align: center;
}

.project-item {

}

.project-item h5 {
    font-weight: bold;
    font-size: 16px;
    border-bottom: solid thin #eee;
    margin: 10px 0;
    padding: 0 0 10px 0;
}

#accordion ul,
.project-item ul {
    list-style: none;
    padding: 0px;
    /* margin-bottom: 50px; */
}

#accordion li,
.project-item li {
    border-left: solid 5px red;
    padding: 5px 0 5px 10px;
    margin: 0px 0 14px 0;
    background-color: aliceblue;
    line-height: 18px;
}

.sidebar1 img {
	border: solid thin #eee;
    border-radius: 6%;
    padding: 2px;
    background-color: azure;
    margin-bottom: 12px;
    display: block;
}


/* nav */
.bg-light {
  background-color: #f8f9fa !important;
}

.navbar {
  padding: 1rem 1rem;
}

.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-nav {
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 14px;
    padding-left: 14px;
  }
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: red;
}

.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link:focus {
  color: red;
}

/* banner */

.banner {
  /* background: url(../img/banner.png) no-repeat; */
  background: url(../img/FGT_49.png) no-repeat;
}

.jumbotron2 {
	margin-bottom: 0px;
    height: 400px;
	background: none;
	margin-bottom: 3%;
}

/* @media screen and (min-width: 768px) { */
	.jumbotron2 {
		padding-right: 25%;
		padding-left: 0;
		margin-left: 6%;
		padding-top: 5%;
		
	}

	/* .jumbotron h1, 
	.jumbotron .h1 {
	   	color: #FFFFFF;
    	font-weight: bold;
	}
} */

@media (max-width: 768px) { 
	.jumbotron2 h1, 
	.jumbotron2 .h1 {
	   	color: #000;
    	font-weight: bold;
    	margin-top: 0px;
	}
}

@media screen and (min-width: 768px) {
	.jumbotron2 h1, 
	.jumbotron2 .h1 {
	   	color: #FFFFFF;
    	font-weight: bold;
	}
}

@media (min-width: 992px) { 
	.jumbotron2 h1, 
	.jumbotron2 .h1 {
	   	color: #000;
    	font-weight: bold;
      margin-top: 0px;
      font-size: 48px;
      line-height: 60px;
      border-bottom: solid thin #ddd;
      padding-bottom: 10px;
      margin-bottom: 23px;
	}
}

.jumbotron2 p {
    color: #fff;
    font-size: 16px;
}

.jumbotron2 p.sub {  
  font-size: 20px;
  font-weight: bold;
  color: #D83B3A;
}


/* jumbotron */
.jumbotron-container {
	/* background: url(../img/FGT_03.jpg) no-repeat fixed; */
	/* background: url(../img/Fiber-Optic-Cable-3072x1728.jpg) no-repeat fixed; */
	/* background: url(../img/Fiber-Optic-Cable-3072x1728.png) no-repeat fixed; */
  /* background: url(../img/FGT_48.png) no-repeat fixed; */
  background: url(../img/FGT_50.png) no-repeat fixed;
}
	
@media (min-width: 1904px ) {
	.jumbotron-container {
		/* background: url(../img/FGT_03.jpg) repeat-x fixed; */
		/* background: url(../img/Fiber-Optic-Cable-3072x1728.jpg) no-repeat fixed; */
    /* background: url(../img/Fiber-Optic-Cable-3072x1728.png) no-repeat fixed; */
    /* background: url(../img/FGT_48.png) no-repeat fixed; */
    background: url(../img/FGT_50.png) no-repeat fixed;
	}
}

.jumbotron {
	margin-bottom: 0px;
    height: 820px;
    background: none;
}

@media (max-width: 767px) { 
	.jumbotron {
	    height: 400px;
	}
}

@media (min-width: 768px) { 
	.jumbotron {
	    height: 400px;
	}
}

@media (min-width: 992px) { 
	.jumbotron {
	    height: 500px;
	}
}

@media (min-width: 1200px) { 
	.jumbotron {
	    height: 820px;
	}
}

.container .jumbotron, 
.container-fluid .jumbotron {
	border-radius:0px;
}

@media (max-width: 768px) { 
	.jumbotron h1, 
	.jumbotron .h1 {
	   	color: #000;
    	font-weight: bold;
    	margin-top: 0px;
	}
}

@media screen and (min-width: 768px) {
	.container .jumbotron, .container-fluid .jumbotron {
		padding-right: 20%;
	    padding-left: 0;
/* 	    text-align: right; */
		margin-left: 6%;
		padding-top: 20%;
	}

	.jumbotron h1, 
	.jumbotron .h1 {
	   	color: #FFFFFF;
    	font-weight: bold;
	}
}

@media (min-width: 992px) { 
	.jumbotron h1, 
	.jumbotron .h1 {
	   	color: #000;
    	font-weight: bold;
      margin-top: 0px;
      font-size: 48px;
      line-height: 60px;
      border-bottom: solid thin #ddd;
      padding-bottom: 10px;
      margin-bottom: 23px;
	}
}

.jumbotron p {
    color: #000;
    font-size: 16px;
}

.jumbotron p.sub {  
  font-size: 20px;
  font-weight: bold;
  color: #D83B3A;
}

.jumbotron-publication {
	background: url(../img/Untitled-11.png) repeat-x;
}

.jumbotron-publication .jumbotron {
    height: 370px;
    padding-top: 5%;
}


/* Services strip */
.services .items {
	padding: 100px 0
}

@media (max-width: 992px) { 	
	.services .items {
	    padding: 25px 0;
	}
}

.services,
.about,
.news,
.contact,
.MagicScroll {
	border-bottom: solid thin #D83B3A;
}

.services .items img {
	margin: 0 auto;
}

.services .items p {
	padding: 36px 15% 0px;
  font-size: 16px;
  font-weight: bold;
}

.services-item {
	display: block;
    float: left;
    padding: 0 0 32px 0;
}

.services-item img {
	/* float: left; */
    /* padding-right: 20px; */
}


/* ABOUT */
.logo_2 {
  height: 250px;
  margin: auto 30%;
}

.about .bullets {
	margin-left: 50%
}

@media (max-width: 768px) { 	
	.about .bullets {
	    margin-left: 10%;
	}
}

.about .bullets .page-header {
	border-bottom: none;
}

.about .bullets .page-header h1 {
	font-weight: bold;
  color: #D83B3A;
  line-height: 40px;
  font-size: 34px;
}

.about .bullets ul {
	padding: 0 0 0 18px;
}

.about .bullets li {
    margin: 0 0 10px;
}

.about .details {
	margin: 70px 0 60px;
  font-size: 16px;
}

@media (max-width: 768px) { 	
	.about .details {
	    margin: 70px 0 60px;
	}
}

@media (max-width: 992px) { 	
	.about .details {
	    margin: 70px 40px 60px;
	}
}

.page-header {
  padding-bottom: 9px;
  margin: 70px 0 20px;
}

/* NEWS */
.news img,
.blog-image {
	width: 100%
}

.blog-post-title {
  font-weight: bold;
  border-bottom: solid thin #6A0000;
  border-left: solid 16px #6A0000;
  padding-bottom: 8px;
  padding-left: 12px;
  margin-bottom: 20px;
  font-size: 30px;
  color: red;
}

#tbBlog th {
    border: none;
}

#tbBlog td {
    border-top: none;
}

#tbBlog_wrapper,
#tbProducts_wrapper,
.table-responsive .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

#tbBlog_wrapper {
	margin-bottom: 32px;
}

.publications-sidebar h3 {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  font-size: 26px;
}

.publications-sidebar h3 {
  padding-bottom: 5px
}

.publications-sidebar ul {
  list-style: none;
  padding: 0 0 30px;
}

.publications-sidebar li {
  border-bottom: solid thin #eee;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

.publications-sidebar li:last-child {
  border-bottom: none;
  height: auto;
}

.publications-sidebar li img {
  width: 100%;
  margin: 0px 0 8px 0px;
}

.publications-sidebar li img:hover {
  opacity: 0.6;
}

.publications-sidebar .btn-sm {
  padding: 2px 8px;
  font-size: 11px;
}

.publications-sidebar li > h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 21px;
  min-height: 60px;
}

.post-summary {
    border-bottom: solid thin #eee;
}

.post-summary,
.post {
    margin: 0 0 20px;
    border-color: rgba(240, 88, 39, .5);
}

.post-summary img {
    width: 100%;
}

.post-summary .post-img {
    /*background: url(img/source/black-baby-bathtub-2.jpg) no-repeat;*/
    height: 450px;
    width: 100%;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
}

.post-summary .heading {
    margin-top: -100px;
    height: 100px;
    background-color: rgba(52, 60, 150, .5);
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    padding: 20px 73px;
    line-height: 30px;
    text-align: left;
}

.post-summary h6 {
    margin-top: 1rem;
    font-size: 12px;
    font-weight: bold;    
}

.post-summary p {
    text-align: left;
}

@media (max-width: 992px) and (min-width: 768px) { 
	.news {
		padding-left: 0px;
	    padding-right: 0px;
	}
	
	.news img {
		width: 100%
	}
	
	.news .page-header {
		padding-left: 15px;
	}
}

@media (max-width: 768px) { 	
	.news .page-header {
		border:none
	}
	
	.news .page-header h1 {
		font-weight: bold
	}
}

.news .items {
	margin-left: -15px;
    margin-right: -15px;    
    margin-bottom: 60px;
}

.news .items img:hover {
	opacity: 0.6;
}

.news .items h3 {
	font-weight: bold;
  font-size: 18px;
  margin: 20px;
}

@media (min-width: 768px) {
.news p {
	margin: 10px 40px 10px;
	display: block;
}
}

/* @media (max-width: 991.98px) { */
	.news p {
		display: none;
	}
/* } */

@media (max-width: 992px) { 
	.news p {
		font-size: 12px;
	    margin: 10px 10px 10px;
	}
}

/* partners */
.partners {
	padding: 3% 0;
    text-align: center;
}

.partners h2 {
	font-weight: bold;
    padding: 0 0 3%;
}

.partners img {
	margin: 0 30px;
    height: 75px;
}

/* CONTACT */

.contact {
  /*     margin-left: -15px; */
  /*     margin-right: -15px; */
	  padding: 0 15px 0 0px;
	  border-top: solid thin #D83B3A;
      /* border-bottom: solid thin #EEE; */
  }
  
  .contact address {
    
  }
  
  .contact address:last-child {
  /* 	margin-right: 60px; */
  }
  
  .contact-form .col {
    width: 50%;
      margin: 0 auto;
      padding: 15px 0;
  }
  
  #map {
    border-right: solid thin #eee;
    height: 100%;
    width: 100%;
  /*     margin-bottom: 20px; */
  }
  
  .contact .full-address {
  /* 	margin-bottom: 60px; */
  }
  
  @media (max-width: 768px) { 	
    .contact .full-address {
        padding-left: 15px;
        padding-right: 15px;
    }
  }

  .contact .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.contact a {
  color: black;
}

/* MARQUEE */
marquee {
  /* margin-left: -20px; */
}

marquee img {

}




/* FOOTER */
.footer {
	border-top: solid thin red;
}

#home .footer {
	border-top: none;
}
.footer p,
footer p {
	float: left;
  margin-top: 20px;
  font-weight: bold;
}

.footer ul {
	padding: 20px 0px 60px;
    list-style: none;
}

@media (max-width: 768px) { 
	.footer h3 {
	    margin: 20px 0 0;
	}
	
	.footer ul {
		padding: 20px 0px 0px;
	}
}

.footer ul.links,
footer ul.links {
	display: -webkit-box;
    padding-bottom: 0px;
    float: right;
}

@media (max-width: 991.98px) {
	.footer ul.links, 
	footer ul.links {
		display: none;
	}
}

.footer .links li,
footer .links li {
	margin: 0 20px 10px 0;
}

/* jQuery */
#accordion .ui-state-active, 
#accordion .ui-widget-content .ui-state-active, 
#accordion .ui-widget-header .ui-state-active, 
#accordion a.ui-button:active, 
#accordion .ui-button:active, 
#accordion .ui-button.ui-state-active:hover,

#accordion .ui-widget-content {
  border: solid thin #eee;
}

#accordion .ui-accordion .ui-accordion-content {
  padding: 1em 1em;
}

#accordion.ui-accordion .ui-accordion-header {
  font-weight: bold;
}

/* Gallery */
.gallery {

}

.gallery img {

}

.gallery h6 {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  margin: 10px 0 20px;
  max-height: 24px;
  overflow: hidden;
}


/* .MagicScroll > span, */
.MagicScroll a {
  /* margin: 0px 500000px 0px 0px; */
  font-size: 0px;
}