/* Colors
Yellow: #EAAC23
Green: #1E4122
Sage Green: #748771
*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap');

/*
font-family: 'Plus Jakarta Sans', sans-serif;
font-family: 'Oxanium', sans-serif;
*/

#sp-main-body {
	padding: 0px;
}

.article-details .article-can-edit {
	margin-bottom: 0px;
}

#sp-header {
	border-bottom: 3px solid #c1c0bb;
}

#sp-header.header-sticky {
	border-bottom: 3px solid #c1c0bb;
}

.slider-border-bottom {
	/*border-bottom: 3px solid #c1c0bb;*/
}

.footer-border {
	border-left: 2px solid #7a8b78;
}

body, p {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 18px;
	letter-spacing: -2%;
}

h1 {
	font-family: 'Oxanium', sans-serif;
	font-size: 55px;
	font-weight: 800;
	letter-spacing: -6%;
}

h2 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 35px;
	font-weight: 400;
	letter-spacing: -2%;
}

h3 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -6%;
}

h4 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -2%;
}

h5 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -2%;
}

h6 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -2%;
}

.btn-yellow {
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #EAAC23;
	border-radius: 5px;
	padding: 10px 15px 10px 15px;
	display: inline-flex;
}

.btn-yellow:hover {
	border: 1px solid #ffffff;
	color: #000000;
	background-color: #ffffff;
}

.btn-yellow img {
	display: inline;
	margin-left: 15px;
	vertical-align: middle;
}

.btn-yellow-slider {
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #EAAC23;
	border-radius: 5px;
	padding: 10px 15px 10px 15px;
	display: inline-block;
	font-weight: 600;
}

.btn-yellow-slider:hover {
	border: 1px solid #ffffff;
	color: #000000;
	background-color: #ffffff;
}

.btn-yellow-slider img {
	display: inline;
	margin-left: 15px;
	vertical-align: middle;
}

.btn-white-outline {
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #1E4122;
	border-radius: 5px;
	padding: 10px 15px 10px 15px;
	display: inline-flex;
}

.btn-white-outline:hover {
	border: 1px solid #ffffff;
	color: #ffffff !important;
	background-color: #EAAC23;
}

.btn-white-outline img {
	display: inline;
	margin-left: 15px;
	vertical-align: middle;
}

.nav-btn-white-outline {
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #1E4122;
	border-radius: 5px;
	padding: 10px 15px 15px 15px;
}

.nav-btn-white-outline:hover {
	border: 1px solid #ffffff;
	color: #ffffff !important;
	background-color: #EAAC23;
}

.sp-megamenu-parent > li > a {
	line-height: 50px;
	display: flex;
    flex-direction: row;
    align-items: center;
	font-size: 18px;
	font-weight: 600;
	padding: 0 16px;
}

.sp-megamenu-parent > li > .sp-menu-heading {
	line-height: 50px;
	display: flex;
    flex-direction: row;
    align-items: center;
	font-size: 18px;
	font-weight: 600;
	padding: 0 16px;
	color: #ffffff;
}

.sp-megamenu-parent > li > .sp-menu-heading:hover {
	color: #eaac23;
}

.sp-megamenu-parent > li.active > .sp-menu-heading {
	color: #eaac23;
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.sp-megamenu-parent > li > a {
		font-size: 15px;
		padding: 0 5px;
	}
	
	.sp-megamenu-parent > li > .sp-menu-heading {
		font-size: 15px;
		padding: 0 5px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.sp-megamenu-parent > li > a {
		font-size: 12px;
		padding: 0 5px;
	}
	
	.sp-megamenu-parent > li > .sp-menu-heading {
		font-size: 12px;
		padding: 0 5px;
	}
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-size: 18px;
	font-weight: 600;
	padding: 15px 0px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	border-bottom: 3px solid #EAAC23;
}

.sp-megamenu-parent > li:last-child > a {
	margin-left: 10px;
}

.sp-megamenu-parent > li > a img {
    order: 2;
	margin-left: 15px;
	margin-right: 15px;
}

.check-mark img {
	display: inline;
	vertical-align: bottom;
}

/* START TICKER CSS */

.ticker-main-container {
  display: flex;
  width: 100%;
}
.ticker-scroll-container {
  flex-grow: 1;
  overflow: hidden;
}
.ticker-text-row {
  white-space: nowrap;
  padding: 10px 0;
  display: flex;
  align-items: center;
  background-color: #1E4122;
}
.ticker-infinite-scroll {
  display: flex;
  animation: scroll 25s linear infinite;
}
.ticker-text-scroll {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.5);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.ticker-text-item {
  font-size: 2rem;
  font-weight: 800;
}

.ticker-scroll-divider {
  font-size: 2rem;
  margin: 10px 30px;
}

/* END TICKER CSS */

.ja-masthead .ja-masthead-detail {
	padding: 180px 0 150px 0 !important;
	max-width: 1300px !important;
	text-align: left !important;
}

.ja-masthead-title {
	font-size: 100px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.ja-masthead .ja-masthead-detail {
		padding: 80px 0 50px 0 !important;
	}

	.ja-masthead-title {
		font-size: 50px;
		text-transform: uppercase;
	}
}

.no-markers {
	list-style-type: none; /* Removes the bullet points/markers */
}

.industries-box {
	background-color: #ebebeb;
	border: 2px solid #ffffff;
	border-radius: 5px;
	padding: 60px 30px 10px 30px;
	min-height: 280px;
}

/* START Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,  
.vresponsive-iframe-container object, 
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* END Responsive iFrame */


.portfolio-items > .sppb-addon-overlay-image-content > .overlay-background-style:hover {
  cursor: pointer;
}
.portfolio-items > .sppb-addon-overlay-image-content > .overlay-image-title::before {
border: none;
cursor: pointer;
}

.sppb-gallery img {
	object-fit: cover;
}

