/*
Theme Name: 914Digital
Theme URI: https://914digital.com
Description: Material design responsive theme
Author: 914Digital
Author URI: https://914digital.com
Version: 1.0
License: MIT License
License URI: http://opensource.org/licenses/MIT
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Prata&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap');

html, body {
	overflow-x:hidden;
	position:relative;
	scroll-behavior: smooth;
}

body {
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	border-right: 10px solid #fff;
    border-left: 10px solid #fff;
	border-bottom: 10px solid #fff;
	line-height:30px;
	overflow-x:hidden;
}

#wpadminbar {
	z-index: 9999999999;
}

a {
	color:#de2726;
	transition:all .3s ease;
	outline:0;
}

a:hover, a:focus, a:active {
	color:#de2726;
	text-decoration:none;
	opacity:.8;
	outline:0!important;
	box-shadow: none !important;
}

h1 {
	line-height: 45px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Prata', serif;
	text-transform: capitalize;
}

b, strong {
	font-weight: 700;
	
}

img {
	height: auto;
    max-width: 100%;
}

@media(max-width:1030px) {
	h2 {
		font-size:23px;
	}
}

blockquote {
	margin: 26px;
    border-left: 5px solid #ccc;
    padding: 25px;
    font-size: 20px;
}

.btn.btn-primary {
	background-color:transparent;
	border:2px solid #000;
	color:#000;
	border-radius:0;
	padding: 10px 15px;
	transition:all .3s ease;
}

.btn.btn-primary:hover, 
.btn.btn-primary:focus, 
.btn.btn-primary:active {
	outline: none;
	background-color:#000;
	color:#fff;
	outline:0!important;
	box-shadow: none !important;
}

button,
button:active,
button:focus, 
button:hover,
.btn,
.btn:active, 
.btn:focus, 
.btn:hover{   
	outline:0 !important;
	box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #de2726;
    border-color: #de2726;
}

.top-red {
	background-color: #fff;
    position: fixed;
    left: 0;
	right: 0;
	top:0;
	z-index: 99999999;
}

.top-nav {
	margin-right:25px;
    color: #333;
}

.top-nav a {
	color:#333;
	font-size:12px;
}

.covid-alert {
	color:#fff;
	background-color:#af1615;
	position:fixed;
	bottom:0;
	padding: 30px 15px;
	text-align:center;
	right:0;
	left:0;
	font-size: 20px;
	z-index: 99999;
}

.cv-btn {
	background-color:#fff;
	color: #af1615;
	padding: 2px 5px;
    font-size: 12px;
    margin-left: 5px;
    position: relative;
	top: -2px;
	transition:all .3s ease;
}

.cv-btn:hover,
.cv-btn:focus {
	opacity:.7;
	color:#eee;
}

.dismiss {
	font-size:30px;
	position:relative;
	top:-10px;
	cursor: pointer;
}

@media(max-width:1030px) {
	.top-nav {
		margin-right:0;
	}
}

.navbar {
	background-color:#fff;
	position: fixed;
    left: 0;
	right: 0;
	top:20px;
	z-index: 9999999;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}

.navbar-brand img {
	width:155px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 14px;
	color: #373536;
	letter-spacing: 1px;
	transition:all .3s ease;
}

.nav-link:hover {
	opacity:0.7;
	color: #373536;
}

.nav-link::before {
    content: "";
	display: block;
	position: relative;
    margin:3px 0;
	transform: scaleX(0);
	transition: transform 0.2s ease-in-out;
	box-shadow: 0 0px 0px 1px #de2726;
}

.nav-link:hover::before {
    content: "";
	transform: scaleX(1);
}

.dropdown-menu {
	top:30px;
}

@media(max-width:992px) {
	.navbar-nav .nav-link {
		text-align: center;
		font-size: 15px;
		margin-top: 10px;
	}
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #de2726;
}

.current_page_item .nav-link::before {
    content: "";
	transform: scaleX(1);
}

.sub-nav {
	padding:10px 0;
	background-color:#000;
	position:relative;
}

.sub-nav.careers-nav {
	background-color:#de2726;
}

.sub-nav ul {
	list-style:none;
	padding:0;
	margin:0;
}

.sub-nav ul li {
	float:left;
	padding-left:1rem;
	padding-right:1rem;
}

.sub-nav ul li::after {
	content: "|";
    display: inline-block;
    position: relative;
    color: #fff;
    left: 15px;
}

.sub-nav ul li:last-child::after {
	display:none;
}

.sub-nav ul li a {
	color:#fff;
}

.sub-nav .current-menu-item a {
	border-bottom:1px solid;
	color: #ee2d25;
}

.sub-nav.careers-nav .current-menu-item a {
	color:#fff;
	opacity:.7;
}

@media(max-width:1030px) {
	.sub-nav {
		margin-top:75px;
	}

	.sub-nav ul li {
		float:none;
		text-align:center;
	}

	.sub-nav ul li::after {
		display:none;
	}

	.sub-nav-width {
		width:100%!important;
	}
}

.carousel {
	margin: 30px 0;
   }

.carousel .item {
	overflow: hidden;
}

.carousel .item img {
	width:100%;
	margin: 0 auto; /* Align slide image horizontally center in Bootstrap v3 */
	object-fit: cover;
	height:700px;
}

.carousel .carousel-caption-text {
	padding: 30px;
    min-height: 200px;
    text-align: left;
    position: absolute;
    right: 0;
    left: 0;
    top: 162px;
    width: 35%;
    opacity: .9;
}

.carousel .carousel-caption-text#car-text-1 {
	background-color:#f0d06d;
}

.carousel .carousel-caption-text#car-text-2 {
	background-color:#87b694;
	color:#fff;
}

.carousel .carousel-caption-text#car-text-3 {
	background-color:#3c6da8;
	color:#fff;
}

.carousel .carousel-caption-text#car-text-4 {
	background-color:#853656;
	color:#fff;
}

.carousel .carousel-caption-text#car-text-1 a {
	color:#000;
}

.carousel .carousel-caption-text#car-text-2 a,
.carousel .carousel-caption-text#car-text-3 a, 
.carousel .carousel-caption-text#car-text-4 a {
	color:#fff;
}

.carousel .carousel-control {
	width: 50px;
	height: 50px;
	background: #000;
	margin: auto 0;
	opacity: 0.8;
}

.carousel .carousel-control:hover {
	opacity: 0.9;
}
.carousel .carousel-control i {
	font-size: 41px;
	margin-top: 3px;
}

.carousel-caption h3, .carousel-caption p {
	color: #fff;
	display: inline-block;
	text-shadow: none;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}

.carousel-caption-text .sl-cat {
	margin-bottom:15px;
	border-bottom:1px solid;
	display:inline-block;
}

.carousel-caption-text h3 {
	font-size: 30px; 
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.carousel-caption-text p {
	font-size: 16px;
}

.btn.btn-primary.ca-btn {
	border:1px solid;
}

.btn.btn-primary.ca-btn:hover {
	background-color:transparent;
	opacity:.8;
}

.carousel-caption-text p a { 
	color:#000;
}

.carousel-indicators li, .carousel-indicators li.active {
	margin-left: 4px;
	margin-right: 4px;
}
.carousel-indicators li.active {
	background: #20b0b9;
	border-color: #20b0b9;
}
.carousel .nav { 
	background: #eee;
}

.carousel .nav-item.active {
	font-weight:700;
}

.carousel .nav #nav-item-dir-0 {
	background-color:#f0d06d;
}

.carousel .nav #nav-item-dir-0.nav-item.active a {
	background-color:#f0d06d;
	color: #333;
	opacity:1;
}

.carousel .nav #nav-item-dir-1 {
	background-color:#87b694;
}

.carousel .nav #nav-item-dir-1.nav-item.active a {
	background-color:#87b694;
	color: #333;
	opacity:1;
}

.carousel .nav #nav-item-dir-2 {
	background-color:#3c6da8;
}

.carousel .nav #nav-item-dir-2.nav-item.active a,
.carousel .nav #nav-item-dir-2.nav-item a:hover,
.carousel .nav #nav-item-dir-2.nav-item a:focus {
	background-color:#3c6da8;
	color: #fff;
	opacity:1;
}

.carousel .nav #nav-item-dir-3 {
	background-color:#853656;
}

.carousel .nav #nav-item-dir-3.nav-item.active a,
.carousel .nav #nav-item-dir-3.nav-item a:hover,
.carousel .nav #nav-item-dir-3.nav-item a:focus {
	background-color:#853656;
	color: #fff;
	opacity:1;
}

.carousel .nav-item  {
	color: #333;
	border-radius: 0;
	transition:all .3s ease;
}

.carousel .nav-item:hover {
	opacity:.9;
}

.carousel .nav-link::before {
	display:none;
}

.carousel-control-next, 
.carousel-control-prev {
	color:#000;
}

.carousel-control-next:focus,
.carousel-control-next:hover, 
.carousel-control-prev:focus, 
.carousel-control-prev:hover {
	 color:#000;
 }

#mainCarousel .nav-link {
	padding:0;
}

@media(max-width:800px) {

	.carousel .item {
		height:600px;
	}

	.carousel .item img {
		height:400px;
	}
	.carousel .carousel-caption-text {
		width:100%;
		bottom:0;
		top:auto;
		opacity:1;
	}

	.carousel-caption-text h3 {
		font-size:25px;
	}

	.carousel-caption-text p {
		font-size: 14px;
	}

	#mainCarousel .nav-link {
		font-size:0;
	}
}

#AboutCarousel {
	min-height:500px;
	margin: 70px 0;
}

#AboutCarousel .carousel-inner {
	background-color:#fff;
}

#AboutCarousel .carousel-indicators li {
	width:10px;
	height:10px;
	border-radius:50%;
	background-color:#000;
	border-top:0;
	border-bottom:0;
}

#AboutCarousel .carousel-indicators li.active {
	background-color:#de2726!important;
	border-color:transparent;
}

#AboutCarousel .carousel-inner .coop-slide-text {
	padding:60px;
}

#AboutCarousel .carousel-inner img {
	object-fit: cover;
	height:450px;
}

#AboutCarousel .coop-slide-text-header {
	font-weight:300;
	font-size:30px;
	margin-bottom:15px;
}

#AboutCarousel .coop-slide-text-header::after {
	display: block;
    content: '';
    border-bottom: 2px solid #de2726;
    width: 120px;
	margin-top: 30px;
}

#AboutCarousel .coop-slide-text-subheader {
	font-weight:700;
	margin-bottom:20px;
}

@media(max-width:800px) {
	#AboutCarousel {
		min-height:500px;
	}

	#AboutCarousel img {
		display:none!important;
	}
}

.home-content {
	padding:60px 0 90px;
	background-color:#efefef;
}

.logo img {
    transition: all .3s ease;
    display: block;
	margin: 0 auto;
	position: relative;
}

.logo img#logo-2 {
	height: 115px;
    top: -15px;
}

.logo img#logo-3 {
    top: -37px;
}

.message {
	padding:60px 0 90px;
	background-color: #eee;
    position: relative;
    color: #333;
}

.message h2 {
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	margin-bottom:15px;
}

.message::before {
	width: 50px;
    height: 50px;
    background-color: #eee;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: -20px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f07a";
	color: #de2726;
	text-align: center;
    font-size: 20px;
    padding: 7px;
}

.page-header {
	background-size:cover;
	height:400px;
	position:relative;
	background-repeat:no-repeat;
	color:#fff;
	background-position: 0 50px;
    padding-top: 100px;
}

.page-header.home {
	height:650px;
	background-position: 0px 70px;
}

.page-header h1 {
	position:relative;
	z-index:999;
	top:130px;
	text-align: center;
	font-size: 3rem;
}

.page-banner-mask {
	background-color: #0000005e;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media(max-width:1030px) {
	.page-header {
		height:250px;
		top:75px;
		margin-bottom: 60px;
	}

	.page-header h1 {
		top: 30px;
		font-size: 1.5rem;
	}
}

.single-page-header {
	padding:190px 0 30px;
}

.single-post-header {
	padding:120px 0 30px;
}

.single-page-header h1 {
	font-size:35px;
	margin-bottom:15px;
	text-align: center;
}

.single-page-content {
	background-color:#fff;
	padding:0px 0 90px;
}

.single-page-content.vid-car-content {
	background-color: #efefef;
    padding: 60px 0 30px;
    color: #212121;
}

.single-page-content h2,
.single-page-content h3 {
	text-align:center;
	margin-bottom:30px;
}

.single-page-content h2::after, 
.single-page-content h3::after {
	display:block;
	content:'';
	border-bottom:2px solid #de2726;
	width:120px;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
}

@media(max-width:1030px) {
	.single-page-content h2 {
		font-size:23px;
	}
}

.card-header {
	background-color: #de2726;
	cursor: pointer;
}

.faq-btn {
	color:#fff;
}

.modal {
	z-index: 999999999;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: .3rem;
    outline: 0;
}

.modal-header {
	border:0;
}

.modal-header h5 {
	margin-top:20px;
}

.modal-header h5::after {
	display: block;
    content: '';
    border-bottom: 2px solid #de2726;
    width: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 6px;
}

.modal-header {
	padding: 0 10px;
}

@media (min-width: 576px) {
.modal-dialog {
	max-width: 700px;
	}
}

.close {
    float: right;
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    text-shadow: none;
	opacity: 1;
	transition:all .3s ease;
}

.close:hover {
    color: #ccc;
    text-decoration: none;
}

.about {
	background-color:#eee;
	padding:60px 0;
	text-align:center;
	line-height:30px;
}

.about h1 {
	text-align:center;
	padding-bottom:15px;
	margin-bottom:30px;
	line-height: 1.5;
}

.about h1::after {
	display:block;
	content:'';
	border-bottom:2px solid #de2726;
	width:120px;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
}

.about strong {
	font-size:20px;
}

.fp-brands {
	padding:30px 0 60px;
	text-align:center;
}

.fp-brands h2 {
	text-align:center;
	padding-bottom:15px;
	margin-bottom:30px;
	font-weight:300;
}

.fp-brands h2::after {
	display:block;
	content:'';
	border-bottom:2px solid #de2726;
	width:120px;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
}

.fp-brands-sub {
	font-size:20px;
	font-weight:600;
	margin-bottom:15px;
}

@media(max-width:1030px) {
	.fp-brands h2 {
		font-size:1.3rem;
	}
}

.fp-brands .fp-brand-img {
	position:relative;
}

.fp-brands #brand-logo-3 {
	top:25px;
}

.brand-box {
	background-size:cover;
	height:250px;
	background-position:center;
	background-repeat:no-repeat;
	display:block;
} 

.brand-box:hover .brand-box-overlay {
	opacity:1;
}

.brand-box-overlay {
	background: rgba(0, 0, 0, 0.75);
	text-align: center;
	height:100%;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	color:#fff;
	position:relative;
  }
  
  .brand-box img {
	padding: 60px 30px;
  }

  .brand-box-text-wrapper {
	  padding:50px;
	  text-align:left;
	  position: absolute;
	  left:0;
	  bottom:0;
  }

  .brand-box-header {
	font-size:24px;
	font-weight:700;
	margin-bottom:10px;
}


  .page-header.brands {
	  background-position:center;
  }

  @media(max-width:1030px) {
	.page-header.brands {
		margin-bottom:90px;
	}
  }

  .single-page-content.brands-content {
	  padding:0 0 30px;
	  margin-top:100px;
  }

  .grocery-brands {
	  padding:30px 0 60px;
  }

  .gb-text-header {
	  text-align:center;
	  margin-bottom:60px;
  }

  .gb-text-header h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 23px;
  }

  @media(max-width:1030px) {
	.gb-text-header h3 {
		font-size:18px;
	}
  }

.co-op {
	padding:60px 0;
	color:#fff;
	background-color: #de2627;
	text-align:center;
}

.co-op h3 {
	text-align:center;
	margin-bottom:30px;
}

.co-op h3::after {
	display:block;
	content:'';
	border-bottom:2px solid #fff;
	width:120px;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
}

.co-op strong {
	font-size:20px;
}

.co-op-box {
	padding: 15px;
	min-height: 430px;
    margin-bottom: 30px;
    border-radius: 5px;
	background-color: #fff;
	color:#000;
}

.co-op-icons {
	margin-top:30px;
}

.co-op-icons .co-op-icon {
	font-size:50px;
	margin-bottom:15px;
}

.co-op-icons .co-op-header {
}

.co-op-icons .co-op-text {
	font-size:13px;
	line-height:25px;
}

.btn.btn-primary.co-btn {
	color:#fff;
	border:2px solid #fff;
	margin:0 auto;
}

@media(max-width:1030px) {
	.co-op h3 {
		font-size:1.5rem;
	}
	.co-op-box {
		min-height:300px;
	}
}

.feat-news {
	padding:30px 0 0px
}

.feat-news.arch-news,
.feat-news.comm-news{
	padding:60px 0;
}

.feat-news h1 {
	text-align:center;
	margin-bottom:60px;
}

.feat-news h1::after {
	display:block;
	content:'';
	border-bottom:2px solid #de2726;
	width:120px;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
}

.feat-news h2 {
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-top: 10px;
}

.feat-news h2 a {
	color:#000;
}

.feat-news .feat-image img {
	margin-bottom:10px;
	object-fit: cover;
	height:200px;
	width:100%;
}

@media(max-width:1030px) {
	.feat-news h1 {
		font-size:2rem;
	}
	.feat-news .feat-image img {
		height:400px;
	}
}

.single-story {
	border:1px solid #ccc;
}

.single-story-img img {
	width:100%;
	height:200px;
	object-fit: cover;
}

.news-story-title {
	background-color: #fff;
    padding: 15px;
	min-height: 150px;
	font-family: 'Roboto Slab', serif;
}

.news-story-title a {
	color:#373536;
}

.page-header.services h1 {
	top:80px;
}

.page-header.services h2.serv-sub {
	top:80px;
}

@media(max-width:1030px) {
	.page-header.services h1 {
		top: 0px;
    	font-size: 30px;
	}

	.page-header.services h2.serv-sub {
		top: 0px;
		font-size: 16px;
		line-height: 1.5;
	}
}

.hist {
	padding:90px 0 60px;
}

.comm, 
.glance,
.whole,
.vendors  {
	padding:60px 0;
}

.comm {
	background:#fff;
	margin-top: 90px;
}

.wwa-carousel .fas {
	color:#fff;
	font-size:50px;
}

.wwa-carousel .carousel-item {
	transform: none;
    height: 600px;
    background-size: cover;
}

@media(max-width:768px) {
	.wwa-carousel .carousel-item {
		height:200px;
	}
}

.brands-blocks {
	padding: 60px 0 90px;
}

.brands-blocks.brands {
	background-color:#eee;
}

.brands-blocks h2::after {
	display:block;
	content:'';
	border-bottom:2px solid #de2726;
	width:120px;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
}

.brands-blocks img {
	object-fit:contain;
	height:100px;
}

.nav-tabs .nav-link::before {
	display:none;
}

h2.serv-sub {
	position: relative;
    text-align: center;
    top: 130px;
    color: #fff;
    z-index: 99;
    line-height: 39px;
}

.whole {
	background-color:#fff;
}

.community-link-img img {
	object-fit:cover;
	height:200px;
	width:100%;
}

.community-link-text h3::after {
	display:none;
}

.sust-blocks {
	margin-top:60px;
}

.sust-row-img {
	height:100%;
	background-size:cover;
	background-position:center;
}

.sust-row-text {
	padding:45px 30px 30px;
	min-height:400px;
	background-color:#f9f9f9;
}

.sust-row-text:nth-child(even) {
	background-color:#ddd;
}

.sponsors {
	padding:60px 0 30px;
	text-align: center;
}

.sponsors h4 {
	margin-bottom:30px;
}

.sponsors h4::after {
	display:block;
	content:'';
	border-bottom:2px solid #de2726;
	width:120px;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
}

.box-cover {
	background-size:contain;
	height:200px;
	background-repeat:no-repeat;
	display:block;
	width:100%;
}

@media(max-width:500px) {
	.box-cover {
		background-size: cover;
		height: 300px;
		background-repeat: no-repeat;
		display: block;
		width: 100%;
	}
}

.page-header.careers {
	height:700px;
}

.careers-banner-text {
	position: relative;
    color: #000;
	text-align: left;
	padding:60px;
}

.careers-banner-text h1 {
	font-size: 35px;
    text-align: left;
}

.careers-banner-text p {
	position: relative;
	top:130px;
}

.career-banner-img {
	height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width:1030px) {
	.page-header.careers.careers-home-header {
		height:700px;
		top:0;
	}

	.page-header.careers {
		height:700px;
		top:0;
	}

	.career-banner-img {
		height: 300px;
	}

	.careers-banner-text {
		padding:15px 50px;
	}

	.careers-banner-text h1 {
		margin-bottom:-70px;
	}

}
@media(max-width:1030px) {
	.page-header.careers {
		height:350px;
		top:0;
	}
}

@media(max-width:600px) {
	.page-header.careers {
		height:700px;
		top:0;
	}
}

.careers-video video:focus {
	outline:none;
}

.btn.btn-primary.car-btn {
	position:relative;
	top:130px;
	color:#de2726;
	border:2px solid #de2726;
}

.btn.btn-primary.car-btn:hover {
	background-color:#de2726;
	color:#fff;
}

.careers-home {
	padding:30px 0 90px;
}

.careers-home-bg {
	background-size:cover;
	background-repeat: no-repeat;
	height:350px;
}

.careers-home-text {
	background-color:#fff;
	padding:60px 30px 30px 120px;
	height:350px;
	text-align:left;
}

@media(max-width:1030px) {
	.careers-home-text {
		height:auto;
		padding:30px;
	}
}

.openings {
	padding:60px 0;
}

.timeline-wrapper {
	background-color: #fff;
	padding:0px 0 60px;
	margin-top:-60px;
}

.timeline-wrapper .tl-header {
	color:#000;
	text-align:center;
	margin-bottom:30px;
	font-size:37px;
	font-family: 'Prata', serif;
	line-height: 1.3;
}

.timeline-wrapper .tl-header::after {
	display: block;
    content: '';
    border-bottom: 2px solid #de2726;
    width: 120px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.tl-img img {
	object-fit: cover;
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
}

.tl-blurb {
	line-height: 1.5;
	border-top: 1px solid #e2e2e2;
    padding-top: 10px;
}

@media(max-width:1030px) {
	.timeline-wrapper .tl-header {
		font-size:23px;
	}
}

.culture-intro {
	background-color: #000;
    color: #ffffff;
}

.culture-intro-text {
	padding:45px;
}

.culture-intro-thumb img {
	height: 362px;
    object-fit: cover;
    width: 100%;
}

.culture-intro.mission-intro {
	background-color:#000;
}

.co-op-mission {
	padding:60px 0;
}

.co-op-mission h2 {
	text-align:center;
	margin-bottom:30px;
}

.co-op-mission-box {
	padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    background-color: #fff;
	color: #000;
	text-align:center;
	box-shadow: 1px 1px 10px #0000004d;
	font-size: 18px;
}

.co-op-mission-box .co-op-icon {
	font-size:40px;
	margin-bottom:15px;
}

.co-op-mission h2::after {
	display:block;
	content:'';
	border-bottom:2px solid #de2726;
	width:120px;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
}

.culture-intro-text.mission-intro-text {
	padding:45px;
}

.belong-text {
	padding: 30px 45px;
    color: #fff;
    background-color: rgb(0 0 0 / 62%);
    position: absolute;
    right: 0;
    font-size: 15px;
    bottom: 0;
}

.belong-image {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 781px;
}

@media(max-width:1030px) {

	.belong-image img {
		height:100%;
	}
}

@media(max-width:600px) {
	.belong-image {
		height:1500px;
	}
	
	.belong-text {
		height:auto;
	}
}

.spotlight {
	padding:60px 0;
}

.spotlight h2::after {
	display:block;
	content:'';
	border-bottom:2px solid #de2726;
	width:120px;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
}

.spotlight-box {
	text-align:center;
	padding: 15px;
    box-shadow: 1px 1px 10px #0000004d;
    margin-bottom: 30px;
    background-color: #fff;
}

.spotlight-box .spotlight-meta span {
	display:block;
}

.spotlight-box .spotlight-meta a span {
	color:#333;
}

.spotlight-box .spotlight-meta a span.sp-name {
	font-family: 'Prata', serif;
	padding: 5px 0;
    font-size: 20px;
}

.spotlight-box .spotlight-meta a span.sp-title {
	font-size:14px;
	color:#777;
	line-height:1.3;
}

.spotlight-box span.sp-quote {
	padding:10px 0;
}

.sp-meta {
	position:relative;
	top:15px;
	background-color: #eee;
    padding: 5px 10px;
}

.sp-thumb {
	float: left;
    width: 250px;
    margin-right: 15px;
}

.care {
	padding:60px 0;
	color:#fff;
	background-color: #464646;
	text-align:center;
}

.care h4 {
	text-align:center;
	margin-bottom:30px;
}

.care h4::after {
	display:block;
	content:'';
	border-bottom:2px solid #fff;
	width:120px;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
}

.care strong {
	font-size:20px;
}

.care-box {
	padding: 30px 15px;
	min-height: 545px;
    margin-bottom: 30px;
    border-radius: 5px;
	background-color: #fff;
	color:#333;
}

@media(max-width:1030px) {
	.care h4 {
		font-size:25px;
	}

	.care-box {
		min-height:auto;
	}
}

.care-icons {
	margin-top:30px;
}

.care-icons .care-icon {
	font-size:50px;
	margin-bottom:15px;
}

.care-icons .care-text {
	font-size:14px;
	line-height:25px;
}

.care-box ul {
	list-style:none;
	padding:0;
}

.innovation {
	background-color:#eee;
}

.innovation-text {
	padding:45px 30px;
}

.innovation-thumb img {
	object-fit:cover;
	height:550px;
	width:100%;
}

.nurture-image img {
	object-fit:cover;
	height:500px;
	width:100%;
}

.nurture-text {
	padding:45px;
}

.video-header {
	position:relative;
	top:96px;
}

#myVideo,
#membersVideo {
   width: 100%;
  }

  @media(max-width:1030px) {
	.video-header {
		height: 325px;
		top: 65px;
	}

	#myVideo,
	#membersVideo {
		height: 44vh;
	  }

	  .single-page-content.brands-content {
		  margin-top:60px;
	  }
  }

.community-link-text.vendor-link-text h3 {
	font-size:17px;
}

.intern-intro-img img {
	height:300px;
	object-fit: cover;
	width:100%;
}

.intern-intro-text {
	background-color:#000;
	color:#fff;
	padding:60px;
	height:300px;
}

.intern-programs {
	padding:60px 0;
	text-align:center;
	background-color:#fff;
}

.intern-programs:nth-child(even) {
	background-color:#eee;
}

.intern-programs h2::after {
	display:block;
	content:'';
	border-bottom:2px solid #000;
	width:120px;
	text-align:center;
	margin:0 auto;
	margin-top:15px;
}

.program-img {
	padding:30px 0;
}

.program-blurb {
	padding:10px 60px;
}

@media(max-width:1030px) {
	.intern-intro-text {
		height:auto;
	}
	.program-blurb {
		padding:10px 0px;
	}
}

.top-nav a.cov-link {
	color: #ee2d25;
}

.job-openings {
	padding:0px 0 90px;
	margin-top:-60px;
}

.job-listing {
	padding:30px 20px;
}

.job-listing:nth-child(even) {
	background-color:#eee;
}

.wwa-video {
	height:700px;
}

.carousel-item {
    transition-duration: .3s;
}

/* Lightbox */ 

.slbOverlay {
	z-index: 999999999!important;
}

.slbWrapOuter {
	z-index: 999999999!important;
}

.fof-page-content {
	padding:200px 0;
}

.post-header h1 {
	line-height:1.3;
}

.post-thumb img {
	display:block;
	margin:0 auto;
}

.com-news-card {
	min-height:600px;
}

footer {
	background-color:#373536;;
	padding:60px 0;
	color:#fff;
	font-size:12px;
}

footer a {
	color:#fff;
}

footer a:hover,
footer a:focus {
	color:#fff;
	opacity:.8;
}

.footer-header {
	font-family: 'Prata', serif;
	font-size:17px;
	text-align:center;
	margin-bottom:15px;
}

.footer-header::after {
	display:block;
	content:'';
	border-bottom:2px solid #de2726;
	width:40px;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
}

footer ul {
	list-style: none;
	padding:0;
	margin-left:0px;
}

footer li {
	text-align:center;
}

footer .social {
	text-align:center;
	font-size:25px;
}

footer .address {
	margin-left:35px;
	line-height:20px;
}

@media(max-width:1030px) {
	footer {
		padding:60px 0 0;
	}

	.footer-header {
		text-align:left;
	}

	.footer-header::after {
		text-align:left;
		margin:0;
	}

	footer ul {
		text-align:left;
		margin-left:0;
	}

	footer .social { 
		text-align:left;
	}
	
	footer .address {
		margin-left:0;
	} 
	
}

footer .credit {
	float:right;
}

footer .credit .site-by {
	font-size: 10px;
    position: relative;
    top: 2px;
}

