/* REWRITE 08/24 */

.grid-container {max-width: 80rem;} /* 80=1280, 90=1440 */

/* Hold until we can update higher res photos ---

@media only screen and (min-width: 1728px) {
	.grid-container {max-width: 108rem;}
}

@media only screen and (min-width: 108rem) {
	.xl-up-1>.cell {width: 100%;}
	.grid-margin-x.xl-up-1>.cell {width:calc(100% - 1.875rem)}
	.xl-up-2>.cell {width: 50%;}
	.grid-margin-x.xl-up-2>.cell {width:calc(50% - 1.875rem)}
	.xl-up-3>.cell {width: 33.3333333333%;}
	.grid-margin-x.xl-up-3>.cell {width:calc(33.3333333333% - 1.875rem)}
	.xl-up-4>.cell {width: 25%;}
	.grid-margin-x.xl-up-4>.cell {width:calc(25% - 1.875rem)}
} */

section {padding: 5rem 0;}
section#headline {padding: 5rem 0 0 0;}
section.no-padding {padding: 0;}

section .grid-container,
header .grid-container,
footer .grid-container {
	padding-left: .9375rem;
	padding-right: .9375em;
}

#top-bar-wrapper {
	z-index: 9999;
}

.top-bar {
	padding: 1.5rem .9375rem;
	width: 100%;
}

.top-bar, .top-bar ul {
	background: #ffffff;
}

.title-bar {
	background: #ffffff;
	padding: 1.5rem .9375rem;
	color: #313131;
	position: relative;
	z-index: 999;
}

.menu-icon::after { /* Hamburger Menu Icon */
	background: #313131;
	box-shadow: 0 7px 0 #313131, 0 14px 0 #313131;
}

@media only screen and (min-width: 1024px) {
	.menu li:last-child a {
		padding-right: 0;
	}
}

.top-bar-logo {
	background: url('..img/dw-logo-grey80.png');
	background: url('../img/dw-logo.svg'), linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: contain;
	width: 220px;
	height: 30px;
	margin: 0;
}

a:has(.top-bar-logo) {
	display: block;
	max-width: 220px;
}

.top-bar .menu li a {
	color: #313131 !important;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}

.top-bar .menu a:hover {
	color: #fd4000 !important;
	text-decoration: underline !important;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after,
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
	border-color: #8a8a8a transparent transparent;
}

.dropdown.menu > li a {
    line-height: 1.333em !important;
}

.menu .active > a, .menu .active > a:hover {
	background: #f2f3f4;
}

@media only screen and (max-width: 64em) {
	.top-bar {
		padding: 0;
	}
	.top-bar-right {
		width: 100%;
		height: 100vh;
	}
}

.dropdown.menu .is-dropdown-submenu {
	padding: 0.8rem 0;
	border: none;
	border-top: 2px solid #fd4000;
	z-index: 100000;
}

.accordion-menu a {
	padding-top: 0.8rem !important;
	padding-bottom: 0.8rem !important;
}

.accordion-menu .is-accordion-submenu a {
	padding-top: 0.4rem !important;
	padding-bottom: 0.4rem !important;
}

.dropdown .is-dropdown-submenu a,
.accordion-menu .is-accordion-submenu a {
	font-size: 0.8rem;
}

.hero-wrapper {
	z-index: -1;
}

.hero-carousel {
	position: relative;
}

.hero-new {
	width: 100%;
	height: 60vh;
	min-height: 500px;
	overflow: hidden;
	background-image: linear-gradient(to right, rgba(0,0,0,.5), transparent), url('https://data.openasset.com/31cf5836/2161c1342e5aa2893004f3871768a410/00HoustonOffice_N7_tif/00HoustonOffice_N7_large.jpg');
	background-size: cover !important;
	background-position: center;
}

.hero-new::after {
	content: '\276F';
	font-size: 2.5em;
	display: block;
	position: absolute;
	top: 62vh;
	left: calc(50vw - .75rem);
	color: #ffffff;
	text-shadow: 0 1px 12px rgba(51,51,51,0.3);
	rotate: 90deg;
	z-index: 99;
}

.orbit-container .hero-new {
	height: calc(100vh - 78px);
/*
	padding-left: 1.5rem;
	padding-right: 1.5rem;
*/
}

@media only screen and (min-width: 1024px) {
	.orbit-container .hero-new {
		padding-left: 4rem !important;
		padding-right: 4rem !important;
	}
}

.orbit-container .hero-new::after {
	content: '' !important;
}

.orbit-container li {
	min-height: 100%;
}

.orbit-container h1 {
	font-size: 2.5rem !important;
	line-height: 3rem;
	font-weight: 500;
	text-shadow: 0 0 9px rgba(51,51,51,0.7);
	margin-bottom: 1.5rem;
}

@media only screen and (max-width: 639px) {
	.orbit-container h1 {
		font-size: 1.5rem !important;
		line-height: 2rem !important;
	}
}

.orbit-container h1.hero-eyebrow {
	font-size: 1.2rem !important;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 0;
}

.orbit-bullets {
	margin-top: -3rem;
	margin-bottom: 3rem;
}

.orbit-bullets button {
	background: #f2f2f2;
}

.orbit-bullets button.is-active {
	background: #fd4000;
	border: 3px solid #ffffff;
}

.height-100 {
	height: 100%;
}

.breadcrumbs li, .breadcrumbs a {
	color: #ffffff !important;
}

.breadcrumbs a:hover {
	text-decoration: none;
}

.hero-new h1 {
	color: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
	color: rgb(51,51,51);
}

h1 {
	font-size: 2.5rem !important;
	line-height: 3rem;
	font-weight: 400;
	letter-spacing: -.015em;
}

h2 {
	font-weight: 700;
}

h3 {
	font-size: 1.5rem;
	font-weight: 500;
}

h4 {
	font-size: 1.25rem !important;
	font-weight: 500;
}

h5 {
	font-size: 1.2rem !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
}

h6 {
	font-size: 1.2rem !important;
	font-weight: 500;
	color: rgb(131,131,131);
}

p.text-lg {
	font-size: 1.4em;
	font-weight: 300;
}

p {
	font-weight: 300;
	font-size: 1.05rem;
}

p.text-sm {
	font-weight: 400;
	font-size: 0.8rem;
	letter-spacing: 0.01em;
}

a, a:link {
	color: #ff4d00;
	text-decoration: underline;
}

a:hover, a:visited {
	color: #ff4d00; 
	text-decoration: none;
}

.button {
	background: #fd4000;
	font-weight: 500;
}

a.button {
	color: #ffffff;
	text-decoration: none;
}

.button:hover {
	background: #d02402;
}

.weight-light {font-weight: 300;}
.weight-regular {font-weight: 400;}
.weight-medium {font-weight: 500;}
.weight-bold {font-weight: 700;}
.weight-heavy {font-weight: 800;}

blockquote {
	font-size: 1.2em;
	border-color: #ff4d00;
}
.img-item img.grid-img {
	width: 100%;
}

section .grid-container img {
	padding-bottom: 2rem;
}


footer {
	background: #f2f2f2;
	padding: 5rem 0;
	margin-top: 5rem;
}

footer .top-bar-logo {
	margin-bottom: 1rem;
}

footer h5 {
	font-size: 1rem !important;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 639px) {
	footer h5 {
		margin-top: 2rem;
	}
}

footer h6 {
	font-size: 1rem !important;
	font-weight: 400;
}

footer h6 a {
	text-decoration: none !important;
}

footer h6 a:hover {
	text-decoration: underline !important;
}

footer p {
	font-size: 0.8rem;
	line-height: 1rem;
	margin-bottom: 0.5rem;
	color: #313131;
}

footer a {
	color: #313131 !important;
}

footer .footer-cta {
	margin-top: 1rem;
}

footer .footer-cta a {
	color: #fd4000 !important;
	font-weight: 500;
	text-decoration: none;
}

footer .footer-cta a:hover {
	text-decoration: underline;
}

ul.social-icons {
	list-style-type: none;
	margin-left: 0;
	margin-top: 1rem;
	margin-bottom: 0;
}

ul.social-icons li {
	display: inline;
	font-size: 1.5rem;
	padding-right: 0.5rem;
}

ul.social-icons a {
	color: #313131 !important;
}

ul.social-icons a:hover {
	color: #fd4000 !important;
}

.card {
    margin-bottom: 0 !important;
    height: 100%;
}

.card p {
    color: #0a0a0a;
    font-size: 1rem;
}

.tabs-content a, .tabs-content a:link,
.filter a, .filter a:link {
    text-decoration: none !important;
}

.card:hover h4 {
    color: #fd4000;
    text-decoration: underline;
}

.card-img {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}

.card-img.card-img-project,
.card-img.card-img-ideas {
    height: 420px;
}

.card-section {
    padding: 2rem 1rem;
}

.card-section p {
    overflow: hidden;
    display: -webkit-box;
    /*max-width: 200px;*/
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.card-project, .card-ideas {
    background-color: rgb(51,51,51);
    height: 420px;
    border: none;
    position: relative;
}

.card-project div.card-img-project,
.card-ideas div.card-img-ideas {
    transition: .2s ease;
}

a:hover .card-project div.card-img-project,
a:hover .card-ideas div.card-img-ideas {
    filter: opacity(.667);
}

.project-description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    width: 100%;
    padding: 5%;
}

.card-ideas-content {
    position: absolute;
    bottom: 0;
    z-index: 99;
    text-align: left;
    width: 100%;
    padding: 5%;
}

h3.project-title {
    color: #ffffff;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.0375em;
    text-shadow: 0 0 12px rgba(0,0,0, 0.9), 0 0 4px rgba(0,0,0,0.6);
}

h4.ideas-title {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 1.6rem !important;
    line-height: 2.125rem;
}

.card:hover h4.ideas-title {
    color: #ffffff;
    text-decoration: none;
}

h6.card-tags {
    color: #ffffff;
    font-size: 0.875rem !important;
}

p.ideas-post-description {
    color: #ffffff;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.card-tag {
    margin: 0.125rem;
    padding: 0.125rem 0.5rem 0.15rem 0.5rem;
    border-radius: 4px;
    background: rgba(51,51,51,0.8);
    display: inline-block;
}

.card h5 {
    color: rgb(131,131,131) !important;
    display: flex;
    justify-content: space-between;
    vertical-align: baseline;
}

.card h6.news-publication {
    font-style: italic;
    padding-bottom: 1rem;
}

.card .news-date {
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    top: .125rem;
}

/*
.ideas-hover-content {
    display: none;
}

.card:hover .ideas-hover-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
*/

.card:hover .card-img {
    transform: scale(1.05);
    max-height: 300px;
    overflow-y: hidden;
}

.card:hover .card-img.card-img-project,
.card:hover .card-img.card-img-ideas {
    max-height: 420px;
}

.card:hover .button {
    background: #d02402;
}

.card-img.card-img-publication {
    background-position: center top;
}

@media only screen and (max-width: 64em) { /* Adjust Mobile Project Card Height - Md */
    .card-img.card-img-project {
        height: 300px;
    }

    .card-img.card-img-ideas {
        height: 360px;
    }

    .card-project {
        height: 300px;
    }

    .card-ideas {
        height: 360px;
    }

    .card:hover .card-img.card-img-project {
        max-height: 300px;
    }

    .card:hover .card-img.card-img-ideas {
        max-height: 360px;
    }

    h3.project-title {
        font-size: 1.25rem;
        letter-spacing: 0.0625em;
    }
}

@media only screen and (max-width: 40em) { /* Adjust Mobile Project Card Height - Sm */
    .card-img.card-img-project {
        height: 240px;
    }

    .card-img.card-img-ideas {
        height: 300px;
    }

    .card-project {
        height: 240px;
    }

    .card-ideas {
        height: 300px;
    }

    .card:hover .card-img.card-img-project {
        max-height: 240px;
    }

    .card:hover .card-img.card-img-ideas {
        max-height: 300px;
    }
    h4.ideas-title {
        font-size: 1.375rem !important;
        line-height: 1.875rem !important;
    }
}

.split {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.split-img {
    background-image: url('https://data.openasset.com/31cf5836/d88dc55bfc06998c7607a6a22d1ca828/006075_00_N306_jpg/006075_00_N306_mediumweb.jpg');
    background-size: cover;
    padding: 0 !important;
    padding-bottom: 0 !important;
    min-height: 360px;
}

.split-content {
    background: #f1f2f3;
    padding: 2rem;
    min-height: 240px;
    align-content: center;
}

.split h3 {
    font-size: 2rem !important;
    line-height: 2.5rem;
    font-weight: 500;
}


.filter .filter-button.hollow {
    border: none;
    color: #fd4000;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    padding: 1rem;
}

.filter .filter-button.hollow:hover {
    background: rgba(51,51,51,0.1);
    text-decoration: underline;
    color: #d02402;
}

.filter .filter-button.hollow.is-active,
.filter .filter-button.hollow:focus,
.filter .filter-button.hollow:active {
    background-color: #fd4000;
    color: #ffffff;
}














/* OLD */

header {
  background: #fff;
  margin: 0;
  padding: 0; }

.mobile-wrap {
  position: relative;
  width: 100%; }

.reveal#mobile-nav {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #f2f2f2; }
span.pipe {margin: 0 0.5em;}

.visuallyhidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}
span.nowrap {white-space: nowrap;}
#logo {
  background: transparent url(../../img/dw-logo-gray.png) left center no-repeat;
  background-image: linear-gradient(transparent, transparent), url(../img/dw-logo.svg);
  background-position: left center;
  height: 30px;
  width: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 1em 0 0.75em 5vw;
  float: left; }



a[name=content] {
  position: relative;
  top: -75px; }
button.button {background-color: #ff4d00;}
button.button:hover {background-color: #d94100;}
/*nav.mobile {
  position: relative;
  padding: 2em 1.5em 1.5em;
  width: 100%;
  text-transform: uppercase;
  text-align: center; }
  nav.mobile ul > li {
    margin-top: 1em; }
  nav.mobile li li {
    font-size: 0.8em;
    margin-top: 0; }
  nav.mobile ul {
    margin-left: 0; }
  nav.mobile ul ul {
    margin-bottom: 1em;
    margin-top: 0.75em;}
  nav.mobile li a {
    color: #000;
    letter-spacing: 0.03em;
    font-size: 1.3em;
	text-decoration: none !important;}

nav.mobile li ul li a {
  color: #484848; }

nav.mobile li {
  list-style: none; }

ul.submenu-work, ul.submenu-about, ul.submenu-ideas {
  display: none; }

.nav-icon {
  color: #ff4d00;
  font-weight: bold; }

.nav-link-work .opened, .nav-link-about .opened, .nav-link-ideas .opened {
  display: none; }

.submenu-work, .submenu-about, .submenu-ideas {
  padding-left: 1.2em; }

.nav-link-work, .nav-link-about, .nav-link-ideas {
  margin-left: -1.2em; }

.nav-bar {
  position: fixed;
  width: 100%;
  background: #fff;
  padding-bottom: 0.15em;
  min-width: 350px;
	min-height: 5rem;
  z-index: 9999; }

.nav-bar-left {
  float: none; }

.nav-bar-right {
  display: none; } */

.menu-btn {
  width: 50px;
  padding: 1.25em 1.5em 0 0;
  float: right; }
a.search-link {
    padding: 0.25em 0 0 0 !important;
    max-width: 20px !important;
}
.consent {
  display: none;
  background: rgba(235, 235, 235, 0.9);
  padding: 1em;
  font-size: 1.1rem;
  line-height: 1.1em;
  position: fixed;
  bottom: 0;
  z-index: 999999; 
  width: 100%; }

.consent p {
  text-shadow: 1px 1px 2px #eee, -1px 1px 2px #eee, 1px -1px 2px #eee, -1px -1px 2px #eee;
  padding: 0 2em 0 0;
  line-height: 1.3em;
  width: 95%;
  margin-bottom: 0; }

.consent a {
  text-shadow: 1px 1px 2px #e7e7e7, -1px 1px 2px #e7e7e7, 1px -1px 2px #e7e7e7, -1px -1px 2px #e7e7e7; }

.consent button {
  background: #808080;
  color: #fff;
  padding: 0.5em;
  font-size: 1.3rem;
  position: relative;
  float: right;
  border: 2px solid white; }

.hero {
  width: 100%;
  height: 80vh !important;
  min-height: 500px;
  margin: 0 0 2em;
	padding: 0 !important;
  /* padding: 35vh 0 0 0; */
  background-size: cover !important;
  /* max-width: 1920px; */
  overflow: hidden; }

.hero h1 {
  padding: 0 0.5em 0 8vw;
  margin: 0;
  font-size: 3em;
  text-transform: uppercase;
  color: #ff4d00;
  left: 0;
  display: inline-block;
  font-weight: 300;
  background: white;
  position: absolute;
  bottom: 0; }

.hero h2, .slides-wrapper .slide h2 {
  background: #ff4d00;
  padding: 0.25em 1em 0.25em 2.5em;
  margin: 1.2em 0 2em;
  font-size: 1em;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #fff;
  left: 0;
  display: inline-block;
  font-weight: bold; }

.hero p, .slides-wrapper .slide p {
  font-weight: bold;
  padding-left: 5vw;
  /* previously 1 em */
  width: 90%;
  line-height: 1em;
  color: #fff;
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.8), 0px 2px 6px rgba(0,0,0,0.5); }

.content-box h1 {
  color: #000;
  margin: 1.5em 0 1.5em 0;
  padding-left: 0;
  font-size: 2em;
  letter-spacing: -0.02em;
  line-height: 1.1em; }

.content-box h2 {
  background: #ff4d00;
  padding: 0.35em 1em 0.25em 5vw;
  margin-bottom: 2em;
  font-size: 0.9em;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #fff;
  left: -5vw;
  display: inline-block;
  font-weight: bold;
  position: relative;
  z-index: 9; }

.link-carat-poppy {
  font-size: 0.9em;
  max-width: 0.9em; }

.carat {
  width: 25px;
  margin-top: 0.25em; }

.content-box-grid {
  margin: 0;
  background: url("../img/bg-sketch_narrow.jpg") no-repeat;
  background-position: top;
  background-size: contain; }

.content-wrapper {
  width: 100%;
  height: 100%;
  padding: 0 5vw; }

.content-block {
  clear: both;
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 2em; }

.content-box .content-block p {
  font-size: 1.5em;
  line-height: 1.4em;
  padding-left: 5vw; }

h3 {
  font-size: 1.3rem;
  font-weight: bold; }

.grid-home1 h3 {
  font-size: 1.1em; }

.content-box p.subhead {
  font-weight: bold;
  font-size: 1.6em;
  margin: 0 0 1.5em; }

.bordered {
  border: 1px solid #999; }

.secondary-header {
  font-size: 1rem; }

.content-box p.secondary-text {
  font-size: 1rem;
  line-height: 1.5rem; }

/*footer {
  margin: 3em 2em 2em;
  text-align: center;
  position: relative;
  clear: both; }

footer p {
  line-height: 1.1em;
  margin-bottom: 0.5em;
  text-align: center; }

footer .footer-a {
  font-size: 0.85em;
  float: none;
  margin-bottom: 1em; }

footer .footer-b {
  float: none;
  margin-bottom: 1.5em; }*/

.accessible-style-link {
  font-style: italic;
  font-weight: bold; }

.accessible-style-link a {
  color: #000 !important; }

#accessible-options {
  padding-top: 2.5em; }

#accessible-options p a {
  font-size: 2em;
  color: #000 !important; }

footer p.accessible-style-link a {
  color: #000; }

.readable-text {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.5em 0; }

.large-text {
  font-size: 20pt; }

img.social {
  margin: 0 0.75em; }

.imgLeft {
  float: none;
  margin-right: 0;
  margin-bottom: 1em;
  width: 100%; }

.imgRight {
  float: none;
  margin-left: 0;
  margin-bottom: 1em;
  width: 100%; }

*, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "supria-sans", sans-serif; }

.content-box p.intro {
  font-size: 1.4em;
  font-family: "supria-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 1em 0 1.5em 0;
  line-height: 1.6em;
  width: 100%; }

h4 {
  font-size: 1.2em; }

.riser {
  top: -3.9rem;
  z-index: 1;
  margin-bottom: -2em;
  position: relative; }

.riser.tight {
  top: -2em;
  margin-bottom: auto; }

.riser.full {
  left: -5vw;
  min-width: 100vw; }

.run-in-poppy {
  text-transform: uppercase;
  color: #ff4d00; }

.quote {
  font-style: italic; }

.width-constrain {
  max-width: none;
  margin: 0 auto; }
.content-box p.teaser {
	font-weight: bold;
	margin-bottom: 1em;}

/* ---------- ////////// METRICS ////////// ----------------------------------------------- */
.content-box .content-block .metrics-block {
  padding-left: 5vw;
  display: block; }

.content-box .content-block .metrics-block p {
  color: #ff4d00;
  padding-left: 0; }

.content-box .content-block p.metric-number {
  font-size: 6em;
  font-weight: 300;
  padding-bottom: 0;
  margin-top: 1.5rem;
  margin-bottom: 0;
  letter-spacing: -0.06em;
  line-height: 0.8em; }

.content-box .content-block p.metric-text {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 1em;
  max-width: 10em;
  line-height: 1em; }

/* ---------- ////////// SEARCH ////////// ----------------------------------------------- */
#searchBox {
  width: 96%;
  float: left;
  border: none;
  box-shadow: none !important;
  outline: none !important;
	border-bottom: 1px solid #ffffff;
	background: transparent;
	color: #ffffff;
	font-size: 2.5em;
	line-height: 2.5rem;
	font-weight: 200;
	padding-bottom: 0;
	height: auto;
}

input#searchBox::placeholder {
	color: rgba(255,255,255,0.9) !important;
}

.inline-icon {
 /*max-width: 20px;*/
  margin-right: 0.5em;
  margin-top: 1em;
  float: left; }

.search-wrapper button {
	color: #ffffff;
	font-size: 2.5rem;
	position: relative;
	float: right;
	position: relative;
	top: 1rem;
}

.search-wrapper button:hover {
	color: #ff4000;
	cursor: pointer;
}

.search-wrapper .close-button {
  margin-top: 0.3em;
  margin-left: 0.3em; }

.search-wrapper label {
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	display: block;
	color: #ffffff;
}

.search-wrapper .close-button, .search-wrapper .close-button.medium {
  right: 0;
  top: 0;
  position: relative;
  float: left;
  font-weight: 300;
  margin-top: 0.3em; }

.search-wrapper {
  width: 100%;
  min-width: 50vw;
  max-width: 1440px;
  margin: 0 auto;
  border: none;
  padding: 10em 1em;
	color: #ffffff !important;
	

}

.reveal#search-overlay {
  border: none;
  /*background: url("../img/bg-sketch_modal.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.8);*/
  background: transparent;
  width: 100vw;
  height: 100vh;
  padding: 1em;
	color: #ffffff !important;	
}

.reveal-overlay {
  background-color: rgba(31,31,31,0.8);
	backdrop-filter: blur(10px);
  border: none;
  z-index: 9999;
}

.reveal-overlay p {
	
}

/* ---------- ////////// MANUAL IMG GRIDS ////////// ----------------------------------------------- */
.grid-container {
  padding-left: 0;
  padding-right: 0; }

.img-grid {
  width: 100%; }

.img-item p, .img-item h3 {
  position: absolute;
  text-align: center;
  margin: 30% auto 0;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  text-shadow: 0px 0px 15px rgba(0,0,0, 0.9); }

.img-item h3 {
  padding: 0 0.5em; }

.img-grid .grid-img {
  width: 100%;
  margin: 5px 5px 5px 0;
  position: absolute; }

/* ---------- ////////// CSS GRIDS ////////// ----------------------------------------------- */
.grid-home1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  z-index: 1;
  grid-gap: 10px; }

.grid-home2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-top: 5px;
  grid-gap: 10px;
  z-index: 1; }

.grid-box1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-rows: auto;
  grid-gap: 5px;
  position: relative; }

.grid-box2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-top: 5px;
  grid-template-rows: auto;
  grid-gap: 5px; }

.grid-home-text {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  z-index: 1;
  grid-gap: 10px; }

.grid-box1 p, .grid-box2 p, .grid-box1 h3, .grid-box2 h3, .grid-box3 p, .grid-box3 h3 {
  position: relative;
  text-align: center;
  margin: 1em 0.5em;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
  top: -100px; }

.grid-item {
  position: relative;
  max-height: 300px; }

.blank-home {
  width: 100%;
  height: 35%; }

.blank {
  padding-bottom: 53%; }

.videoWrapper {
  position: relative;
  width: 100%; }

.videoWrapper iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.content-box-home .grid-container {
  margin: 0 auto; }

.content-box p {
  max-width: 75em;
  padding: 0 5vw;
  font-weight: 300;
  font-size: 1.1rem;
  margin: 0 auto; }


/* ---------- ////////// HOVER STATES ////////// ----------------------------------------------- */

.img-item {
	background-color: rgb(51,51,51);
}

.img-item img.grid-img {
	transition: .2s ease;
}

a:hover .img-item img.grid-img {
	filter: opacity(.667);
}




/* ---------- ////////// MEDIA QUERIES ////////// ----------------------------------------------- */
@media only screen and (min-width: 1024px) {
  /* nav.mobile, .menu-btn {
    display: none; }

  .menu li a {
    white-space: nowrap; }
	
	.dropdown.menu > li a {
		text-decoration: none !important;
	}

  .dropdown.menu > li a:hover {
    color: #ff4d00 !important; }

  .dropdown.menu > li li {
    font-weight: normal;
    font-size: 0.8em; }

  .nav-bar-right {
    float: right;
    padding-right: 5vw;
    display: block; }

  .nav-bar-left {
    float: left; }

  .nav-bar .is-dropdown-submenu-parent a::after {
    display: none !important; }

  .nav-bar {
    padding-top: 0.15em;
    background-color: #fff !important; }

  .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    left: 0.75em; }

  .is-dropdown-submenu-parent.opens-right.is-active > a {
    padding-bottom: 0;
    margin-bottom: 0; }

  .is-dropdown-submenu {
    border: none;
    border-top: 3px solid #fa4d09;
    background-color: #f3f3f3;
    padding-top: 1em;
    letter-spacing: 0;
    padding-bottom: 1em; }

  .is-dropdown-submenu a {
    padding-bottom: 0.15em !important; } } 
@media only screen and (min-width: 820px) {
  footer {
    margin-top: 3em;
    padding-bottom: 3em; }

  footer .footer-a {
    float: left; }

  footer .footer-b {
    float: right; }

  footer p {
    text-align: left; }

  img.social {
    max-width: 24px; } } */
@media only screen and (min-width: 620px) {
  img.social {
    margin: 0 0.5em; }

  .search-panel {
    right: 3em;
    top: -1em;
    max-width: 300px; }

  .hero {
    width: 100%;
    margin-bottom: 2em; } }
@media only screen and (min-width: 575px) and (max-width: 720px) {
  footer {
    margin: 3em 2em 2em; }
    footer img.social {
      margin-left: 0.5em;
      margin-right: 0.5em; } }
@media only screen and (min-width: 800px) {
  .hero p, .slides-wrapper .slide p {
    width: 50%;
    padding-left: 5vw; }

  /*footer, #logo {
    margin-left: 5vw; }

  footer {
    margin-right: 5vw; }*/

  #logo {
    margin-top: 1.25em; }

  .content-box h2 {
    padding-left: 5vw; }

  .hero h2 {
    padding-left: 5vw; }

  .metrics-block {
    padding-left: 5vw; }

  .content-box h1 {
    padding-left: 0; }

  content-box p.intro {
    margin: 1.5em 0 1.5em 0;
    width: 70%; } }
@media only screen and (min-width: 501px) and (max-width: 800px) {
  .img-item p {
    font-size: 1.5em; } }
@media only screen and (min-width: 501px) {
  .img-grid img {
    width: 45%;
    float: left; }

  .grid-box1 {
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: auto; }

  .grid-box2 {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto; }

  .grid-box1 p, .grid-box2 p, .grid-box1 h3, .grid-box2 h3 {
    top: 0; } }
@media only screen and (min-width: 575px) and (max-width: 900px) {
  .grid-home1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr; }

  .grid-home2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr; }

  .videoWrapper {
    height: 150px; } }
@media only screen and (min-width: 901px) {
  .grid-home1 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px; }

  .grid-home2 {
    grid-template-columns: 1fr 1fr; }

  .width-constrain {
    max-width: 70vw;
    margin: 0 auto; } }
@media only screen and (max-width: 1300px) {
  .content-box-grid .grid-container {
    margin: 0 5%; } }
/*@media only screen and (max-width: 1200px) {
  .dropdown.menu > li {
    margin: 1.2em 0 1em;
    font-size: 1em; }

  .dropdown.menu > li a {
    padding: 0.7rem; } }*/
@media only screen and (min-width: 1000px) {
  .img-item p, .img-item h3 {
    font-size: 1.5em; } }
@media only screen and (min-width: 575px) {
  .img-item p, .img-item h3 {
    position: absolute;
    text-align: center;
    margin: 15.5% auto 0;
    width: 49.5%;
	z-index: 5; } }
@media only screen and (min-width: 620px) {
  .content-box-grid {
    background: url("../img/bg-sketch_full2.jpg") no-repeat;
    background-position: top;
    background-size: cover; } }
@media only screen and (max-width: 640px) {
  .slide p {
    font-size: 2em; } }
@media only screen and (min-width: 640px) {
  .content-box h2 {
    font-size: 1em; }

  .imgLeft {
    float: left;
    width: 49%;
    margin-right: 0.5em; }

  .imgRight {
    float: right;
    width: 49%;
    margin-left: 0.5em; }

  .slide p {
    font-size: 2.5em; } }
@media only screen and (max-width: 380px) {
  img.social {
    margin-top: 0.75em; }

  #logo {
    width: 180px; }

  .menu-btn {
    margin: 0 1em 0 2.5em; } }
