/* 
    Document   : News
    Created on : May 15, 2023, 5:30:07 PM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/

#MainNav li a#NewsLink {
  color: #00fc87;
  }

#Hero {
  position: relative;
  margin: 0;
  }

.Overlay {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  text-align: center;
  }
#Hero .Overlay p {
  font-size: 70px;
  color: #fff;
  letter-spacing: 0;
  margin: 0 0 20px 0;
  text-shadow: 0 0 10px #000;
  }

/**********************************************/
/* Thought Leadership Styles                  */
/**********************************************/

.Thought {
  margin: 20px 0;
  }

#Content ul.Stories {
  list-style-type: none;
  margin: 20px 0;
  }
#Content ul.Stories li {
  float: left;
  width: 32%;
  background: #efefef;
  margin: 0 2% 20px 0;
  border-radius: 10px;
  overflow: hidden;
  min-height: 315px;
  }
#Content ul.Stories li:nth-child(3n+3) {
  margin: 0 0 20px 0;
  }
#Content ul.Stories li h2 {
  text-transform: none;
  font-size: 18px;
  margin: 10px;
  }
#Content ul.Stories li img {
  display: block;
  margin: 0 auto;
  }
#Content ul.Stories li a {
  display: block;
  text-decoration: none;
  }
#Content ul.Stories li a:hover {
  color: #0ace7c;
  }

/**********************************************/
/* News Module Styles                         */
/**********************************************/

h3.NLtitle {
  font-size: 32px;
  text-align: center;
  margin: 10px 0 20px 0;
  }
.SWDLNewsDetail {
  padding: 0 0 20px 0;
  }

.NewsFeatures {
  clear: both;
  padding: 0 0 20px 0;
  }
.NewsFeatures h2 {
  clear: both;
  }

.FeaturedNews {
  float: left;
  width: 30.33333333333333%; /* 340px / 860px */
  max-width: 340px;
  min-height: 340px;
  background: #bfbfbf;
  margin: 0 3.5% 20px 0; /* 90px / 860px */
  padding: 20px 0 0 0;
  border-radius: 10px;
  overflow: hidden;
  }
.FeaturedNews:nth-child(4) {
  margin: 0 0 20px 0;
  }
.FeaturedNews img {
  display: block;
  margin: 0 auto;
  border: 0;
  }
.FeaturedNews span a {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  text-align: center;
  text-decoration: none;
  margin: 15px 20px;
  height: 36px;
  overflow: hidden;
  }
.FeaturedNews span a:hover {
  color: #044f30;
  text-decoration: underline;
  }



.ImageRight {
  float: right;
  clear: right;
  font-size: 15px;
  font-style: italic;
  margin: 10px 0 15px 5%;
  display: table;
  }
.ImageRight img {
  display: block;
  margin: 0 auto;
  border: 0;
  }
.ImageRight p {
	display: table-caption;
	caption-side: bottom;
	text-align: center;
	margin: 5px 0 0 0;
	}

.ImageLeft {
	float: left;
        clear: left;
	margin: 10px 5% 15px 0;
	display: table;
	}
.ImageLeft img {
	display: block;
	margin: 0 auto;
	border: 0;
	}
.ImageLeft p {
	display: table-caption;
	caption-side: bottom;
	text-align: center;
	margin: 5px 0 0 0;
	}


.ImageClearLeft {
  width: 100%;
  margin: 20px 0;
  clear: both;
  }
.ImageClearLeft:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
  }
.ImageClearLeft img {
  display: block;
  }

.ImageClearRight {
  width: 100%;
  margin: 10px 0;
  clear: both;
  }
.ImageClearRight:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
  }
.ImageClearRight img {
  float: right;
  display: block;
  border: 0;
  }


.no-image-news-list {
    display: block;
    border-left: 2px solid #044f30;
    background: #efefef;
    padding: 5px 0;
    clear: both;
    margin-bottom: 10px;
}

.no-image-news-list a {
    margin: 10px 10px 0 10px;
    font-size: 16px;
    line-height: 20px;
    color: #044f30;
    text-decoration: none;  
}

.no-image-news-list:hover {
    border-color: #0ace7c;
}

.no-image-news-list a:hover {
    color: #0ace7c;
    text-decoration: underline;
}



.SWDLArchLinks {
  clear: both;
	font-size: .9em;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin: 50px 0 20px 0;
	}

.SWDLNewsDetail h2 {
  font-size: 30px;
  line-height: 34px;
  }
.SWDLNewsDetail ul li {
  margin: 0 0 5px 10px;
  }
.SWDLNewsDetail ul {
  list-style-type: disc;
  margin: 0 0 0 25px;
  }
.SWDLNewsDetail ul > ul {
  list-style-type: square;
  }
.SWDLNewsDetail ul > ul > ul {
  list-style-type: disc;
  }

.SWDLNewsDetail ol {
  margin: 0 0 0 27px;
  }

.SWDLNewsDetail ol li {
  list-style-type: decimal;
  margin: 0 0 5px 10px;
  }

.SWDLNewsDetail font {
  line-height: 1.3em;
  }







@media screen and (max-width: 800px) {
#Content ul.Stories li {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
  }
.ImageRight {
  float: none;
  margin: 10px auto 15px auto;
  }
.ImageLeft {
  float: none;
  margin: 10px auto 15px auto;
  }
.ImageClearLeft img {
  float: none;
  margin: 0 auto;
  }
.ImageClearRight img {
  float: none;
  margin: 0 auto;
  }
}
@media screen and (max-width: 690px) {
.Overlay {
  position: static;
  margin: 0 0 0 5%;
  }
#Hero .Overlay p {
  font-size: 40px;
  color: #000;
  text-shadow: none;
  }
.NewsFeatures {
  float: none;
  clear: both;
  width: 100%;
  }
.FeaturedNews {
  float: none;
  width: 100%;
  margin: 0 auto 30px auto;
  }
}
