/* 
    Document   : News
    Created on : Jun 2, 2017, 9:25:09 AM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/

#MainNav li a#AboutLink {
  color: #ed1c24;
}

.NewsFeatures {
  margin: 0 auto;
  max-width: 1013px;
  }
.NewsFeatures h2 {
  text-align: left;
  }

.SWDLNewsDetail {
  margin: 20px 0 0 0;
  }

.FeaturedNews {
  float: left;
  width: 30%;
  max-width: 300px;
  min-height: 320px;
  background: #e6e6e6;
  margin: 45px 1.5% 35px 1.5%;
  box-sizing: border-box;
  border: 2px solid #747679;
  }
.FeaturedNews img {
  display: block;
  margin: 0;
  border: 0;
  }
.FeaturedNews span a {
  display: block;
	font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  margin: 15px 20px;
  height: 38px;
  overflow: hidden;
  }
.FeaturedNews span a:hover {
  text-decoration: underline;
  }

.ImageRight {
  float: right;
  clear: right;
  font-size: .8125em; /* 13px / 16px */
  font-style: italic;
  text-align: center;
  margin: 10px 0 15px 5%;
  display: table;
  }
.ImageRight img {
  display: block;
  margin: 0 auto;
  border: 0;
  }
.ImageRight p {
  display: table-caption;
  caption-side: bottom;
  font-style: italic;
  text-align: center;
  }

.ImageLeft {
  float: left;
  clear: left;
  font-size: .8125em; /* 13px / 16px */
  font-style: italic;
  text-align: center;
  margin: 10px 5% 15px 0;
  display: table;
  }
.ImageLeft img {
  display: block;
  margin: 0 auto;
  border: 0;
  }
.ImageLeft p {
  display: table-caption;
  caption-side: bottom;
  font-style: italic;
  text-align: center;
  }


.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 {
    border-left: 2px solid #0060a4;
    clear: both;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.no-image-news-list a {
    margin: 10px 10px 0 10px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-decoration: none;  
}

.no-image-news-list:hover {
    border-color: #003399;
}

.no-image-news-list a:hover {
    color: #005cab;
    text-decoration: underline;
}



.SWDLNewsDetail p.SWDLArchLinks {
  clear: both;
  font-size: .9em;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 50px 0;
  }

.SWDLNewsDetail div.Paragraph {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  }
.SWDLNewsDetail div.Paragraph div[style] {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  }
.SWDLNewsDetail div.Paragraph p[style] {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  }

/*.SWDLNewsDetail ul li {
  list-style-type: disc;
  margin: 0 0 5px 20px;
  }

.SWDLNewsDetail ol li {
  list-style-type: decimal;
  margin: 0 0 5px 20px;
  }*/
.SWDLNewsDetail ul {
  list-style-type: disc;
  margin: 10px 0 10px 25px;
  }
.SWDLNewsDetail ul > ul {
  list-style-type: square;
  }
.SWDLNewsDetail ul > ul > ul {
  list-style-type: disc;
  }
.SWDLNewsDetail ol {
  margin: 10px 0 10px 27px;
  list-style-type: decimal;
  }
.SWDLNewsDetail li {
  font-size: 16px;
  margin: 0 0 0 10px;
  padding: 0 0 5px 0;
  }
.SWDLNewsDetail p {
  margin: 0;
  }

.SWDLNewsDetail h2 {
  font-size: 22px;
  }

.SWDLNewsDetail font {
  line-height: 1.4em;
  }


@media screen and (max-width: 800px) {
.ImageLeft {
  float: none;
  width: 100%;
  margin: 20px 0;
  }
.ImageRight {
  float: none;
  width: 100%;
  margin: 20px 0;
  }
.ImageClearLeft img {
  float: none;
  margin: 20px auto;
  }
.ImageClearRight img {
  float: none;
  margin: 20px auto;
  }
}
@media screen and (max-width: 680px) {
.FeaturedNews {
  float: none;
  width: 100%;
  margin: 0 auto 16px auto;
  }
}
