/* FONTS
Fonts: 
font-family: Roboto,sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
*/

/*




.body {
    overflow-x: hidden;
}



.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/*BOOTSTRAP*/
.col-lg-12, .in-down {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/* containers and fonts */
.my-container {
    width: 90%;
    margin: auto;
    
}

h1 {
    
}

h2 {
    
}

h3 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    font-weight: 400 !important;
    
}




/* NAV */

nav {
    
    position: fixed;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


@media screen and (max-width: 991px) {
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:before, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    padding: 8px 5px;

    }
}

@media screen and (max-width: 991px) {
.navbar-light .navbar-nav .active>.nav-link1, .navbar-light .navbar-nav .nav-link1.active, .navbar-light .navbar-nav .nav-link1.active:before, .navbar-light .navbar-nav .nav-link1.show, .navbar-light .navbar-nav .show>.nav-link1 {
    padding: 8px 5px;

    }
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #f59800;
    border-bottom: 3px solid #004d00;
    padding: 17.5px;
}






.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.7) !important;
}








.menu {
  display: flex;
  flex-direction: column;
}
.menu li {
  display: block;
  list-style-type: none;
  text-transform: uppercase;
}
.menu li a {
  display: flex;
  text-align: center;
  text-decoration: none;
  color: #004d00;

}
.menu li a:hover {
  background: #004d00;
  color: #fff;
}
@media (min-width: 800px) {
  .menu {
    flex-direction: row;
    justify-content: space-between;
  }
}

nav ul ul {
  display: none;
}
@media (min-width: 800px) {
  nav ul ul {
    display: none;
    position: absolute;
      z-index: 1;
  }
}
nav ul li:hover > ul {
  display: block;
    cursor: pointer;
}

  nav ul li:hover > ul {

    background: #004d00;
      color: black;
  }
  nav ul li:hover > ul a {
    color: #fff;

  }
  .sub-menu li {
    display: flex;

  }
  .sub-menu li:hover, .sub-menu li a:hover {
    background: white;
    color: #004d00;
      text-decoration: none;

  }
  nav ul ul ul {
    margin: 0 0 0 100%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  }







.search-box {
  width: 0px;
  margin-right: 10px; }



.navbar {
    padding: 0px !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

li.nav-item {
    line-height: 50px;
}

.navbar-brand {
	font-size: 1.75rem;
    padding-top: .9rem !important;
    padding-bottom: .48rem !important;
}


.navbar-light .navbar-nav .nav-link {
	color: white;
    border-bottom: 3px solid transparent;
    padding: 17.5px;
}





.navbar-light .navbar-nav .nav-link:hover {
    color: lightgray;
    line-height: 50px;
    border-bottom: 3px solid #004d00;

}


.nav-link1:hover {
    color: lightgray;
    line-height: 50px;
    border-bottom: 3px solid transparent;

}



/*div#navbarSupportedContent {
    margin-top: -75px;
}*/

.nav-link a:active,.nav-link a:focus,.nav-link a:hover {
	color: lightgray;   
}

.navbar-light .navbar-toggler {
	border: none;
}


button:focus {
    outline: none;
    outline: none;
}

/* NAV LOGO */
img.nav-logo {
    width: 200px;
    
}

.nav-container {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}



.centered {
    position: absolute;
    width: 90%;
    max-width: 1100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

#thehero {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("../images/header-banner.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.the-inner-1 {
    background-color: rgba(256,256,256,0.3);
    width: 90vw;
    padding: 1rem;
}

.the-inner-2 {
    /*width: 90%;
    margin: auto;
    padding: 1rem;*/
    margin-top: 200px;
}

.btn-primary {
    float:  left;
    background-color: #004d00 !important;
    border-color: #004d00 !important;
}

.btn-primary:hover {
    background-color: #003300 !important;
    border-color: #003300 !important;
}

.btn-primary:focus {
    box-shadow: none !important;
}





/* JOB LISTINGS */

.accordion {
    background-color: #004d00;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: all 0.5s;
}
.accordion:hover, .active1{
    background-color: #003300;
}
.accordion::after{
    content: "\02795";
    color: white;
    font-size: 13px;
    float: right;
    margin-left: 5px;
}

button.accordion {
    margin-bottom: 25px;
}

button:focus {
    outline: none !important;
}

.active1 {
    color: white;
}
.active1::after{
    content: "\2796";
    color: white;
}

.panel{
    padding: 0 10px;
    background-color: white;
    max-height: 0;
    transition: max-height 0.5s;
    overflow: hidden;
}

.panel-text {
    margin-bottom: 50px;
}


#more {display: none;}











/* CONTACT */

p.contact-text{
    color: #212529;
}








/* BACK TO TOP */
#return-to-top {
    position: fixed;
    bottom: 115px;
    right: 20px;
	background-color: rgba(219,219,219,0.5);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: rgba(76,76,76,0.4);
    margin: 0;
    position: relative;
    left: 13px;
    top: 13px;
    font-size: 22.5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #d7d7d7;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}










/* FOOTER */

.site-footer {
	background-color: #f2f2f2;
	padding: 35px 0 20px;
	line-height: 24px;
}

.site-footer hr {
	border-top-color: #bbb;
	opacity: 0.5;
}

.site-footer hr.small {
	margin: 20px 0;
}


.footer-container {
    padding-top: 30px;
    width: 90%; 
    margin: auto;
}



p.address-text{
    color: #595959;
}

@media (max-width:767px) {
    p.address-text{
	text-align:  center;
    }
}

a.phone-number {
    color: #003300;
    text-decoration: underline;
}

@media (max-width:767px) {
    a.phone-number{
	text-align:  center;
    }
}

a.phone-number:hover {
    color: #003300;
}

p.disclaimer-text {
    color: #212529;
}



a.footer-link-name {
    color: #595959;
}

a.footer-link-name:hover {
    color: black;
    text-decoration: none;
}

.quick-links {
    font-size: 14px; 
    color: #595959;
}

.quick-links:hover {
    color: #003300;
}

@media (max-width:767px) {
    ul.quick-links{
	text-align:  center;
    }
}







img.footer-logo {
    width: auto;
    height: 16px;
}




@media (max-width:991px) {
.site-footer [class^=col-]
  {
    margin-bottom: 30px;
  }
}

@media (max-width:767px) {
.site-footer {
    padding-bottom: 0;
  }
  
.site-footer .copyright-text,.site-footer .social-icons {
    text-align: center;
  }
}

.social-icons {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
    
}

.social-icons li {
	display: inline-block;
}

.social-icons li.title {
	margin-right: 15px;
	text-transform: uppercase;
	color: #96a2b2;
	font-weight: 700;
	font-size: 13px;
}

.social-icons a {
	color: #003300;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	margin-right: 8px;
	border-radius: 100%;
    transition: all .5s ease;
}

.social-icons a:hover {
    color: #004d00;
}




@media (max-width:767px) {
.social-icons li.title
  {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}



