:root {
   --swcoeh-blue: #004364;
   --swcoeh-dark:#353535;
   --swcoeh-orange: #c4481d;
   --white: #fff;
   --black: #000;
   --light-gray: #f8f8f8;
}

.whiteText {color: #fff;}
	#swcoeh-hero .grid-x {
		position: absolute;
		min-width: 100%;
		bottom: 0;
	}
	#swcoeh-hero .innerwrap h1 {
		font-size: 1.5rem;
		text-align: center;
	}
	#swcoeh-hero .innerwrap h2 {
		font-size: 1.2rem;
		text-align: center;
		margin-top: auto;
	}
	#swcoeh-hero {
		position: relative;
		min-height: 200px;}
	@media screen and (min-width: 40.063em) {
		#swcoeh-hero {min-height: 300px;}
	}
	@media screen and (min-width: 64.0625em) {
		#swcoeh-hero {min-height: 400px;}
	}
	#stickyWrapper #main-nav, #stickyWrapper .top-bar, #stickyWrapper .top-bar ul {
		background: #004364;
	}
	#stickyWrapper .top-bar {padding: 0;}
	#stickyWrapper #main-nav a {color: #fff;}
	#stickyWrapper #main-nav a:hover {background: #000;}
	#swchoe-hero .innerwrap .cell {
		background: rgba(0,0,0,0.5);
	}

#main-nav .grid-container {
  max-width: 90rem;
}

figure.float-left{
    padding-right:2rem;
}

.section-title {
   font-size:2.25rem;
   font-weight:900;
   text-align: left;
 }
 
#overview{
   position: relative;
   padding-block:3em;
  /* border-top:4px solid var(--swcoeh-orange); */
   margin-top: 0;
   z-index:-1;
}
#overview:after{
   content:"";
   width: 100%;
   height: 100%;
   position: absolute;
   top:0;
   z-index: -1;
   background-image: url('/research/centers/swcoeh/assets/img/background-overview.png');
   background-size: cover;
   transform: scaleY(-1);
}
#overview .button {
 background-color: var(--swcoeh-orange);
 border-radius: 20px;
 padding-block: 1em;
 padding-inline: 1em;
 text-decoration: none;
 font-weight: bold;
 
}

#overview .button:hover, #overview .button:focus{
 box-shadow: 7px 6px 5px -6px rgba(0,0,0,0.79);
 transform: scale(1.1);
}

#values, #mission-vision{
 position: relative;
/* border-bottom:4px solid var(--swcoeh-orange);*/
}

#values .inner {
 background-color: rgba(255, 255, 255, 0.9);
}


#mission-vision:after{
   content:"";
   width: 100%;
   height: 100%;
   position: absolute;
   top:0;
   z-index: -1;
   background-image: url('/research/centers/swcoeh/assets/img/background-overview.png');
   background-size: cover;
   transform: scaleX(-1);
}

#values:after{
   content:"";
   width: 100%;
   height: 100%;
   position: absolute;
   top:0;
   z-index: -1;
   background-image: url('/research/centers/swcoeh/assets/img/background-values.png'), linear-gradient(to top, rgba(0, 0, 0, 0.1), #fff);
   background-size: cover;
}

#history .inner p {
 padding-block: 1.1em;
}

#directors {
 margin-top: 0;
 padding-bottom: 10em;
 position:relative;
}
#directors h2{
 color:var(--white);
 text-shadow: 2px 3px 15px rgba(0, 0, 0, 0.9);
}

#directors:after{
 content: '';
 width: 70px;
 height: 70px;
 background-color: var(--swcoeh-orange);
 position: absolute;
 left:45%;
 top: -5%;
 transform: rotate(45deg);
 
}

#board p.cell.medium-6 > a {
 color: white;
}

#board p.cell.medium-6{
  padding-block: 3.5em;
}
#board h2.cell.medium-6{
 line-height: 2.5;
}
#board h2.cell.medium-6 i{
 font-size:2.1em;
}

#mission-vision .cell.medium-4, #values .cell.medium-4 {
 background-color: rgba(255, 255, 255, 0.95);
 border-radius: 25px;
}
#mission-vision .cell.medium-4 h2 i, #values .cell.medium-4 h3 i{
 color:var(--swcoeh-orange); 
 font-size:4rem;
 
}
#mission-vision div.cell.medium-4, #values div.cell.medium-4 {
 border-block:3px solid var(--swcoeh-orange);

}

#mission-vision{
padding-bottom:10%;
}

#values{
    padding-bottom:5%;
}

/*--------*/

#values .grid-container {
  padding-inline: 6em;
}
#values .columns.cell.margin-medium-top.margin-medium-bottom.show-for-large.show-for-large-up.page-design-tabs {
  display: flex !important;
  margin-block: 3em;
}
#values .tabs {
  min-width:30%;
  border:none;
  min-height: 250px;
  background-color: transparent;
}
#values .tabs-content {
  position: relative;
  min-height: 350px;
  padding-inline: 3em;
  padding-block: 1em;
  border: none;
  min-width: 50%;
}
#values ul.tabs li{
  min-width:100%;  
}
#values ul.tabs li:last-of-type{
  width:100%;
}

#values .tabs-content:after{
  content:"";
  display: inline-block;
  position:absolute;
  bottom:0;
  right: 0;
  width:40px;
  height:40px;
  border: 1px solid var(--swcoeh-orange);
border-width: 0 6px 6px 0;
}

#values a[role="tab"] {
  background-color: var(--swcoeh-orange);
  color: var(--white);
  font-size: 1.1em;
}

#values .tab-title.is-active.tabs-title a {
  color: var(--white);
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 600;
  position: relative;
}

#values .tab-title.is-active.tab-title a:after{
  content:"";
  display: inline-block;
  position: absolute;
  top:30%;
  right:0;
  border-left: 15px solid white;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#values .tabs-content h3 i{
  color:var(--swcoeh-orange);
}
/*#values .tab-title.tabs-title.is-active:after {
 
  border-right: 5px solid var(--swcoeh-blue);
}*/

#values h2 {
  margin-top:-.25rem;
}
#values h2:after{
  content:"Three Core Values describe how the SWCOEH will accomplish its mission.";
  font-size:1rem;
  display: block;
}
#values .tabs-content {
  -webkit-box-shadow: -11px 9px 28px -17px rgba(0,0,0,0.75);
-moz-box-shadow: -11px 9px 28px -17px rgba(0,0,0,0.75);
box-shadow: -11px 9px 28px -17px rgba(0,0,0,0.75);
}
#values h3{
  text-align: center;
  font-size:2rem;
}

#values h3 i{
  font-size:3.5rem;
}
#diversity, #description {
    margin-block:0;
    padding-block:0;
}
#diversity .innerwrap{
    background-color:var(--swcoeh-blue);
    background-image:url('/research/centers/swcoeh/assets/img/gears-orange.png'), linear-gradient(to right, #004364, #555);
    background-size:contain;
    background-repeat: no-repeat;
    background-position-x:right; 
    padding-block: 6em;
}
#diversity h2, #diversity p{
  color:white;
}

#diversity p{
  font-size: 1.25rem;
}

#description, #description2{
  position: relative;
  padding-block: 3rem 5rem;
}
/*#description p:first-of-type{
    margin-bottom:5rem;
}*/
#description figure, #description2 figure {
  margin-bottom:-3em;
  z-index: 0;
}

#description h3, #description2 h3{
  background-color:var(--swcoeh-orange);
  display: inline-block; 
  padding:.5em;
  color:white;
}
#description h2, #description h2 + p, #description2 h2, #description2 h2 + p {
    color:white;
}
div#description:before {
  content:"";
  position:absolute;
  left:-4%;
  top:-15%;
  min-height: 55vh;
  min-width: 40000px;
  background-color:var(--swcoeh-blue);
  z-index: -1;
  overflow: hidden;
}

div#description2:before {
  content:"";
  position:absolute;
  left:-4%;
  top:-15%;
  min-height: 40vh;
  min-width: 40000px;
  background-color:var(--swcoeh-blue);
  z-index: -1;
  overflow: hidden;
}

#description h3 > a, #description2 h3 > a {
  color: white;
}


#our-work div.cell.medium-4 {
  background-image:linear-gradient(to bottom, #e1e1e1, transparent);
  color:white;
  position: relative;
  
}

#our-work div.cell.medium-4:after{
  content:"";
  position: absolute;
  border-right: 2px dashed var(--swcoeh-orange);
    top: 0;
    right: -2%;
    height: 105%;
    width: 0px;
    background: unset;
  z-index: -1;
}

#history {
  margin-bottom: 3em;
  /*background-image:url('/research/centers/swcoeh/assets/img/background-history.png');*/
  background-color:#f2f2f2;
  background-size: cover;
  position:relative;
  padding-block:3em;
}

#history .grid-container{
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 10px;

}
#board{
  position: relative;
  margin-bottom: 3rem;
  margin-top:0;
}
#board h2 {
  background-color:var(--swcoeh-blue);
  display: inline-block;
  color:white;
  padding:.5em;
  margin-left:-20%;
}

#board img{
  border-radius: 0 0 0 100%;
  border-left:10px solid #fff;
  border-bottom: 10px solid white;
}
#board .cell.medium-4{
  background-color: var(--swcoeh-blue);
}

#board p:after{
  content: "";
  display: block;
  height: 1px;
  width: 100%; 
  margin-top: 3rem;
  background-image: linear-gradient(to left, var(--swcoeh-blue), transparent); 
  
}

#stickyWrapper {
  z-index:999;
    -webkit-box-shadow: 14px 10px 44px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 14px 10px 44px -16px rgba(0,0,0,0.75);
box-shadow: 14px 10px 44px -16px rgba(0,0,0,0.75);
}

#swcoeh-footer {
    background-color: var(--swcoeh-dark);
    background-image: url('/research/centers/swcoeh/assets/img/swcoeh-engineer.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    margin: 0;
    padding-block: 3rem;
}

#swcoeh-footer figure {
    padding-block: .5rem;
    border-bottom: 2px solid var(--swcoeh-orange);
}

#swcoeh-footer p,
#swcoeh-footer a {
    color: var(--white);
    font-size: .90rem;
}

#swcoeh-footer .cell.medium-11.small-12.text-center {
   
  background-color:rgba(255, 255, 255, 0.055);
  padding-block: 1rem;
  border-bottom:1px dotted rgba(255, 255, 255, 0.5);
  margin-bottom: 3rem

}
#swcoeh-footer ul.social-icons li{
color:white;
}
#swcoeh-footer ul.social-icons li > a {
  border:none;
  font-size:1.25rem;
}
#swcoeh-footer ul.social-icons li > a:hover, #swcoeh-footer ul.social-icons li > a:focus{
color:#c4481d;
}

#swcoeh-quicklinks li {
    margin-block: .5em;
}


 #footer-links .h3 {
    color: var(--white);
    margin-top: 1em;
    border-bottom: 2px solid var(--swcoeh-orange);
    padding-bottom: .5em;
    letter-spacing: normal;
    font-size: 1.25rem;
    font-weight: 500 !important;
    margin-top: 4rem;
  }

#swcoeh-footer a {
    text-decoration: none;
    border-bottom: 1px solid var(--swcoeh-orange);
}

    .fixed-cta-nav.active.static {
  top: 25% !important;
}




#title {
  background-color: #f8f8f8;
  font-family: "Poppins", Arial !important;
  font-weight:900 !important;
  font-size: 3em;
  margin-top:0;
}
#title h2{
  font-family:"Poppins";
  font-weight: 900 !important;
  text-transform: uppercase;
  color:#c4481d;
  margin-top:0;
  padding-block:.5em;
}

ul.vertical.tabs:before {
  font-family: "Font Awesome 5 Pro", "Poppins";
  content: "\f0c9  Program Information: ";
  display: inline-block;
  font-weight: 900;
  font-size:1.2em;
  color:#004364;
  margin-bottom: .5em;
  border-bottom:1px solid #004364;
}

.tabs-wrapper h2{
  margin-top:-1.1em;
}
.program-img {
  border-radius: 0 0 100% 0;
  border-bottom: 10px solid #f8f8f8;
  border-right: 10px solid #f8f8f8;
}
#trainees .cell.medium-3, .cell.medium-9{
  border-bottom: 1px solid #f8f8f8;
  padding-block: 3em;
}

.pilot-projects-archive .is-active .accordion-title:before{
  content:'\f057';
  font-family: "Font Awesome 5 Pro";
  color:white;
  font-size:1rem;
  font-weight: bold;
}

.pilot-projects-archive .accordion-title:before{
    content:'\f055';
    font-family: "Font Awesome 5 Pro";
    color:#004364;
    font-size:1rem;
    font-weight:bold;
}

.pilot-projects-archive .is-active, .pilot-projects-archive .is-active a:hover, .pilot-projects-archive .is-active a:focus {
  background-color: #004364;
  color: white;
}

.pilot-projects-archive .is-active a > h3{
  color: white;
  
}
.pilot-projects-archive .is-active a{
  text-decoration-thickness: .2em;
  text-decoration-color: #fff;
  text-underline-offset: .25em;
}


/* =======  Media Queries ======= */ 

@media(min-width:1023px){
   ul#swcoeh-quicklinks, ul#data-sources {
   columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
}

@media only screen and (max-width:1023px){

#values .columns.cell.margin-medium-top.margin-medium-bottom.show-for-large.show-for-large-up.page-design-tabs{
    display:none !important;
}
#values{
    margin-top:0;
}
#values .grid-container {
    padding-inline:5%;
}
div#description:before {
    min-height:60%;
}

}


@media only screen and (max-width:640px){
    div#description:before {
    min-height:40%;
}
 #description h3, #description2 h3{
    font-size:1.8rem;
  }
   #board h2 {
  margin-left: 0;
}

#description p:first-of-type {
  margin-bottom: 2rem;
}
#overview {
    margin-top:-3rem;
}
.full-width h2 {
    font-size: 1.75rem;
  }
#swcoeh-hero {
  height: 40vh;
}
  
 .fixed-cta-nav.active.static {
  position: absolute;
  bottom: 5%;
  top:unset !important;
}
}