/*=== HEADER ===*/
.open .main-nav {
	display: block;
}
.logo-mobile {
	display: none;
}
.nav1 {
	color: #FFF;
	width: 150px;
}
.nav2 {
	color: #FFF;
	background-color: #5D9500;
}
.nav2 a {
		font-size: 16px;
		padding: 35px 30px 40px 30px;
		font-family: 'ubuntu', sans-serif;
		text-transform: uppercase;
}
.nav1 a {
		font-size: 16px;
		padding: 35px 5px 40px 5px;
		font-family: 'ubuntu', sans-serif;
		text-transform: uppercase;
}
#header {
    height: 0;
}
.dz-message {
	font-family: 'ubuntu', sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin: 5px;
}
.header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 120;
    background: #000000;
}
.header-menu .container {
    align-items: flex-start;
}
.logo-wrapper {
    max-width: 400px;
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 auto;
}
.logo-wrapper .logo {
    display: block;
    width: 100%;
    position: relative;
    top: 17px;
    padding: 0px 25px 0px 25px;
}
.logo-wrapper .logo img{
    display: block;
}
.logo-wrapper .logo img + img {
    display: none;
}
#nav-btn,
#nav-close-btn {
    display: none;
}
#nav-btn {
	position: absolute;
    right: 30px;
    color: #FFF;
    top: 30px;
    font-size: 30px;

}
.main-nav {
	margin: 0 auto;

}
.nav-menu {
    display: flex;
}
.nav-menu > li.has-child {
    position: relative;
}
.nav-menu > li.has-child:hover {
	background: #5D9500;
}
.nav-menu > li:first-child {
    padding-left: 0;
}
.nav-menu > li:last-child {
    padding-right: 0;
}
.nav-menu li {

}
.nav-menu > li > a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    padding: 33px 22px 30px 25px;
    font-family: 'ubuntu', sans-serif;
}
.nav-menu li:last-child a {
	background: #5D9500;
}
/*.nav-menu li a:hover,
.nav-menu li.active a,
.fixed .nav-menu > li > a:hover {
    color: #022339;
}*/
.sub-menu {
    width: 176px;
    text-align: left;
    position: absolute;
    top: 91px;
    left: 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    text-align: center;
    font-family: 'ubuntu', sans-serif; 
}
li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.sub-menu li a{
    display: block;
    font-size: 16px;
    color: #FFF;
    padding: 7px 0;
    position: relative;
}
.sub-menu li a:hover {
	font-weight: bold;
}
.header-sidebar {
    margin-left: 55px;
    font-weight: 500;
    background: #022339;
    color: #fff;
    padding: 9px 40px;
}
.header-sidebar .sep {
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    width: 1px;
    background: #fff;
    margin: 0 20px;
}
.search-btn {
    font-size: 14px;
}
/*=== FIXED AND INNER HEADER ===*/
.fixed .header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 120;
}
.fixed .logo-wrapper .logo img + img {
    display: block;
}
.fixed .header-menu .container {
    align-items: center;
}
.fixed .sub-menu {
    box-shadow: -1px 6px 6px rgb(0, 0, 0, 0.19);
}
/*=== SEARCH ===*/
.search-popup{                                 
    background-color: rgba(2, 35, 57, 0.9);
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 125;
    opacity: 0;
    visibility: hidden;
    align-items: center;
}
.search-popup.open{
    opacity: 1;
    visibility: visible;
}
.search-popup .container{
    width: 100%;
    text-align: center;
}
.search-box {
    max-width: 600px;
    padding: 10px;
    background: #022339;
    margin: 0 auto;
    position: relative;
}
.search-box input[type=text]{
    font-size: 20px;
    width: 100%;
    background-color: transparent;
    border: none;
    background: #ffffff;
    padding: 12px 20px;
}
.search-box button[type=submit]{
    font-size: 28px;
    color: #0064A6;
    background: none;
    border: none;
    margin-left: 15px;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.search-popup .close-btn{
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 35px;
    right: 35px;
}
/*=== TOP BANNER ===*/
.banner .single-banner:after,
.sub-banner:after {
    background: rgba(60,60,60,.7);
}
.banner{
    position: relative;
}
.banner .top-slider {
    height: 100%;
}
.banner .single-banner {
    height: 100%;
    border-radius: 0;
}
.banner .top-slider .container {
    height: 100%;
    padding-top: 220px;
    z-index: 2;
    align-items: center;
}
.banner-text{
    width: 90%;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center !important;
    margin: 0 auto;
    top: -60px;
}
.banner-text .small-text {
    font-weight: 500;
    margin-bottom: 40px;
    width: 70%;
    margin: 0 auto;
    font-size: 17px;
    font-family: 'ubuntu', sans-serif;
}
.banner-text .large-text {
    font-size: 55px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: 'ubuntu', sans-serif;
    font-weight: bold;
}
.banner-text .large-text,
.banner-text .large-text span {
    color: #fff;
}
.banner-content{
    font-weight: 500;
    margin-bottom: 40px;
    margin: 0 auto;
    font-size: 17px;
    font-family: 'ubuntu', sans-serif;
}
.banner-content p:last-child{
    margin-bottom: 0;
}
.banner .slick-list,
.banner .slick-track{
    height: 100%;
    -webkit-transform: none !important;
    transform: none !important;
}
.banner .slick-dots {
    height: auto;
    right: calc(50% - 880px);
    top: 35%;
    width: auto;
}
.banner .slick-dots li {
    display: block;
    margin: 8px auto;
}
.banner .slick-dots li:nth-child(1) {
    width: 16px;
    height: 16px;
}
.banner .slick-dots li:nth-child(2) {
    width: 14px;
    height: 14px;
}
/*=== ABOUT SECTION ===*/
.sectionImg:after {
	background-color: rgba(60,60,60,.7);
}
.sectionImg {
	position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}
.section-text {
	z-index: 100;
}
.section-text .flexbox {
	justify-content: center;
}
.sectionImg .section-content{
	text-align: center;
}
.sectionImg h2 {
	margin-top: 50px !important;
	font-size: 55px;
}
.sectionImg h2,
.sectionImg .section-content {
	margin: 0 auto;
	color: #FFF;
	font-family: 'ubuntu', sans-serif;
}
/*=== QUICK LINKS ===*/
.calloutBox {
	width: 33%;
	display: inline-block;
	text-align: center;
}
.bottomCallout {
	display: flex;
	justify-content: center;
}
.calloutImg {
	width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    margin-top: 50px;
    background-position: center;
    margin-bottom: 25px;
}
.calloutBox .calloutText {
	width: 80%;
    margin: 0 auto;
    text-align: left;
}
.calloutBox .calloutText p {
	margin-left:20px;
	font-size: 17px;
	font-family: 'ubuntu', sans-serif;
}
.calloutText h3 {
 	font-size: 25px;
 	font-family: 'ubuntu', sans-serif;
}
.bottomCalloutBtn {
	display: flex;
    margin-bottom: 50px;
    margin-top: 25px;
    justify-content: center;
}
.bottomCalloutBtn a {
	font-size: 20px;
	font-family: 'ubuntu', sans-serif;
	background-color: #5D9500;
	color: #FFF;
}
/*=== SECTION CONTENT===*/
.page-sections {
    background: #F0F0F0;
}
.info-section > div {
    width: 50%;
}
.section-photo {
    align-self: center;
}
.section-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 40%;
    padding-bottom: 50px;
}
.info-section .img-box {
    min-height: 650px;
    background-position: center top;
}
.info-section .inner-box {
    max-width: 760px;
    padding-right: 100px;
}
.info-section .inner-box P:last-child {
    margin-bottom: 0;
}
.info-section .text-box {
    margin-bottom: 60px;
}
.info-section  + .info-section {
    margin-top: 100px;
}
.page-sections .info-section:nth-child(even) {
    flex-direction: row-reverse;
}
.page-sections .info-section:nth-child(even) .section-content {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 70px;
}
.page-sections .info-section:nth-child(even) .inner-box {
    padding: 0 0 0 100px;
}
.greenBar {
	width: 100%;
	height: 50px;	
	background-color: #5D9500;
	text-align: center;
	position: relative;
	top: 0px;
	z-index: 119;
	
}
.fixed .greenBar {
	position: absolute;
}
.greenBar p {
	color: #FFF;
    font-family: 'ubuntu', sans-serif;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: bold;
    font-size: 18px;
}
/*=== Home Products ===*/
.prodInner {
	position: relative;
}
.homeProds {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 50px;
}
.prodCon {
	width: 30%;
	position: relative;
}
.prodContent h2 {
	font-size: 25px;
	font-family: 'ubuntu', sans-serif;
	/*min-height: 100px;*/
	margin-bottom: 20px;
	width: 225px;
}
.prodContent p {
	font-size: 17px;
	text-transform: none;
	font-weight: normal;
	font-family: 'ubuntu', sans-serif;
	min-height: 275px;
	padding-right: 25px;
}
.prodContent a {
	margin-bottom: 50px;
    background: #5D9500;
    color: #FFF;
    padding: 7px 15px 7px 15px;
    line-height: 22px;
    font-size: 15px;
    font-family: 'ubuntu', sans-serif;
    border-radius: 2px;
    width: auto !important;
}
.prodImg {
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 20px;
    position: relative;
}
.prodImgHov {
	background-color: rgba(39, 39, 39, .8);
	opacity: 0;
	height: 300px;
    width: 300px;
    position: absolute;
    z-index: 100;
    text-align: center;
    transition: all 0.3s ease 0s;
    margin-top: 7px;
}
.prodImgHov i {
	color: #5D9500;
    font-size: 65px;
    vertical-align: middle;
    position: relative;
    top: 110px;
}
.prodImgHov:hover {
	opacity: 1;
	transform: scale(1.03);
}

.prodImg a {
	width: 100%;
	height: 100%;
}
.prodCon .sticker {
	background-image: url('../images/layout/tag-large.png');
	width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 33px;
}
/*=== CALLOUTS ===*/
.bar-callout-complex {
    width: 33.4%;;
    background: #0064A6;
    color: #fff;
    text-align: center;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
}
.bar-callout-complex .inner-box {
    max-width: 410px;
    margin: 0 auto;
}
.bar-callout-complex .medium-text {
    color: #fff;
     margin-bottom: 0;
}
.bar-callout-complex .text-box > div {
    font-size: 17px;
}
.bar-callout-complex .text-box {
    margin-bottom: 40px;
}
.bar-callout-complex p {
    color: #E1E1E1;
    margin-bottom: 15px;
}
.bar-callout-complex strong {
    font-weight: 500;
}
.bar-callout {
    background: #0064A6;
    color: #fff;
    padding: 40px 0;
    min-height: 240px;
    display: flex;
    align-items: center;
}
.bar-callout .container {
    width: 100%;
}
.bar-callout .inner-box {
    max-width: 1250px;
    flex-wrap: nowrap;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.bar-callout .inner-box > div:first-child {
    flex-grow: 1;
    padding-right: 30px;
    max-width: 970px;
}
.bar-callout .medium-text {
    font-size: 45px;
    color: #fff;
    margin-bottom: 20px;
}
.bar-callout .medium-text:only-child {
    margin-bottom: 0;
}
.bar-callout-image {
    color: #fff;
    text-align: center;
    height: 480px;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.blur-bg {
	filter: blur(7px);
}
.bar-callout-image .blur-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -2;
}
.bar-callout-image::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: -1;
}
.bar-callout-image .inner-box {
    max-width: 890px;
    margin: 0 auto;
}
.bar-callout-image .large-text,
.bar-callout-image .small-text {
    color: #fff;
}
.bar-callout-image .small-text {
    padding: 0;
}
.bar-callout-image .small-text:last-child {
    margin-bottom: 0;
}
/*=== PHOTO GALLERY ===*/
.photo-gallery {
    height: 450px;
    width: 66.6%;
}
.photo-gallery:only-child {
	width: 100%;
}
.photo-gallery .img-box {
    width: 25%;
    height: 100%;
    background-position: center top;
}
/*=== FOOTER ===*/
.footer-wrapper{
    height: auto;
    background: #000000;
    color: #fff;
    padding: 30px 0;
    font-size: 14px;
}
.footer-wrapper .flexbox{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.footer-wrapper p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: "ubuntu", sans-serif;
    color: #7A7A7A;
}
.footer-wrapper .logo {
    max-width: 260px;
    margin-right: 30px;
    flex-shrink: 0;
}
.footer-column a {
    color: #FFF; 
    margin-right: 25px;
    font-size: 16px;
    font-family: 'ubuntu', sans-serif;
    margin-bottom: 10px;
    
}
.footer-column {
	vertical-align: top; 
	height: 175px;
}
.footer-column .address a {
	margin-bottom: -10px;
	margin-right: 0px;
}
.footer-column .address {
	font-size: 16px;
	font-family: 'ubuntu', sans-serif;
	height: 100px;
	margin-top: 23%;
}
.footer-column .address a i {
	margin-right: 10px;
	position: relative;
	top: -1px;	
}
.footer-column:nth-child(3) {
    width: 430px;
    justify-content: space-between;
}
.footer-column .footer-text {
	height: 100px;
}
.footer-contact {
    font-size: 16px;
    margin-right: 20px;
}
.footer-contact a[href^=tel] {
    font-size: 20px;
    font-weight: 900;
}
.footer-contact i {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 8px;
}
.social {
    display: flex;
    font-size: 49px;
}
.social a:not(:last-child) {
    margin-right: 18px;
}
/*=== MAIN CONTENT ===*/
.inner-box h1 {
	font-family: 'ubuntu', sans-serif;
}
/* Sub Banner */

.sub-banner {
    height: 410px;
    margin-top: 90px;
}
.sub-banner .container{
    padding-top: 190px;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: center;
}
.sub-banner .banner-text{
    max-width: 810px;
    float: none;
}
.sub-banner .large-text {
    margin-bottom: 0;
}
/* Breadcrumbs */
.breadcrumbs{
    font-weight: 500;
    letter-spacing: 7.02px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    padding-bottom: 25px;
}
.breadcrumbs li{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-family: 'ubuntu', sans-serif;
}
.breadcrumbs li:after{
    content: "|";
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0px;
}
.breadcrumbs li:last-child {
    color: #5D9500;
}
.breadcrumbs li:last-child:after{
    content: none;
}
/* Main Content */
.main-content {
    padding: 0 0 60px;
    min-height: 500px;
}
.main-content .content,
.main-content .sidebar {
    width: 50%;
}
.main-content .container {
    max-width: 100%;
    padding: 0;
}
.main-content .content .inner-box {
    max-width: 760px;
    padding: 45px 100px 60px 0;
    float: right;
}
.main-content .content {
    padding-left: 70px;
}
.main-content.full-width .container {
    max-width: 1660px;
    padding: 0 70px;
}
.main-content.full-width .content {
    width: 100%;
    padding-left: 0;
}
.main-content.full-width .content .inner-box {
/*     max-width: 1100px; */
    max-width: 100%;
    float:  none;
    padding: 45px 0 0;
}
.main-content .content ul:not(:last-child),
.main-content .content ol:not(:last-child){
    margin-bottom: 30px;
    text-align: left;
}
.main-content .content p:last-of-type:not(:last-child) {
    margin-bottom: 30px;
}
.main-content .content .btn + .btn {
    margin-left: 35px;
}
.main-content .sidebar {
    padding-top: 160px;
}
.main-content .sidebar {
    padding-right: 70px;
}
.main-content .sidebar .inner-box {
    max-width: 760px;
    padding-left: 20px;
}
.main-content .sidebar.photo-sidebar {
    padding-top: 0;
    padding-right: 0;
}
.main-content .sidebar.photo-sidebar .inner-box {
    max-width: 100%;
}
.side-info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 100px;
}
.side-info-box .medium-text {
    color: rgba(0, 100, 166, 0.3);
    margin-bottom: 0;
}
.sidebar > *:not(:last-child){
    margin-bottom: 30px;
}
/* Secondary Content */
.secondary-content {
    padding: 60px 0 120px;
}
.secondary-content .inner-box {
    max-width: 1240px;
    margin: 0 auto;
}
.secondary-content .large-text {
    margin-bottom: 65px;
}
.secondary-content .flexbox {
    justify-content: space-between;
}
.secondary-content .flexbox ul {
    margin: 0 30px;
}
/* Toggle Styles */
.toggle-box {
    border: 1px solid #C8C8C8;
    margin-bottom: 30px;
}
.toggle-box:last-child {
    margin-bottom: 0;
}
.toggle-open.toggle-box {
    border-color: #0064A6;
}
.toggle-box:last-child {
    margin-bottom: 0;
}
.toggle-head {
    font-size: 26px;
    color: #000810;
    position: relative;
    padding: 17px 80px 14px 30px;
    cursor: pointer;
}
.toggle-open .toggle-head {
    color: #0064A6;
}
.toggle-ctrl{
    position: absolute;
    right: 21px;
    top: 13px;
}
.toggle-ctrl:after{
    content: '\f067';
    font-family: Font Awesome\ 5 Pro;
    font-size: 18px;
    font-weight: bold;
}
.toggle-open .toggle-ctrl:after{
    content: '\f068';
}
.toggle-content{
    line-height: 1.75;
    display: none;
    color: #202C38;
    padding: 0 25px 50px 30px;
}
.toggle-content p:last-child{
    margin-bottom: 0;
}
.employment-opportunities h3 {
	margin-bottom: 15px;
	text-transform: uppercase;
}
.employment-opportunities h3:not(:first-child) {
	margin-top: 45px;
}
.employment-opportunities .toggle-list {
	padding-left: 45px;
}

/* Content Slider */
.content-slider {
    height: 550px;
}
.content-slider .slick-arrow {
    top: auto;
    bottom: 30px;
    transform: none;
}
.slick-arrow.slick-prev {
    left: calc(50% - 76px);
}
.slick-arrow.slick-next {
    right: calc(50% - 76px);
}
.content-slider .slick-track,
.content-slider .slick-list,
.content-slider .slick-slide,
.content-slider .img-box {
    height: 100%;
}
.altCaption {
	display: none;
}