.noMargins {
  padding: 0;
  margin: 0;
}
hr {
  padding: 0;
  margin: 0;
}
#news-content {
  position: relative;
  /* link reset */

  /*Subtitle of news article*/

  /* Layout 2 */

}
#news-content .linksHeading a,
#news-content .article a {
  color: #e3a426;
}
#news-content .news {
  position: relative;
  width: inherit;
}
#news-content.news div.hrLight {
  border-top: 1px solid rgba(225, 225, 225, 0);
}
#news-content img.square,
#news-content img.horizontal {
  width: 100%;
}
#news-content img.vertical {
  height: 100%;
}
#news-content a.active {
  font-weight: bold;
}
#news-content a.ellipsis,
#news-content div.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
#news-content a img {
  border-style: none;
}
#news-content span.datePub {
  font-size: 1.05em;
}
#news-content p.source {
  margin-top: 1em;
}
#news-content h2 a,
#news-content h1 a,
#news-content h3 a {
  color: inherit;
}
#news-content .news h4 {
  margin-bottom: 10px;
}
#news-content h2.normal {
  font-size: 1.25em;
  margin: 0 0 10px 0;
}
#news-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#news-content .article ul {
  list-style-type: inherit;
  margin: 10px 0 10px 15px;
}
#news-content .article ul li {
  padding: 0 0 6px 10px;
}
#news-content .article .news-downloads a {
  display: block;
}
#news-content.newsLayout2 {
  position: relative;
}
#news-content.newsLayout2 h2 {
  margin-bottom: 10px;
}
#news-content.newsLayout2 .newsThumb {
  position: relative;
  float: right;
  width: 100px;
  height: 100px;
  margin: 10px 10px 0 10px;
}
#news-content.newsLayout2 .newsThumb img {
  width: 98px;
  height: 98px;
  border-style: solid;
  border-width: 1px;
  object-fit: cover;
}
#news-content .newsSummary + .newsSummary {
  margin-top: 10px;
}
#news-content .newsSummary span.datePub {
  font-weight: bold;
}
#news-content .newsSummary .newsDetails {
  clear: right;
  text-align: right;
  margin-top: 10px;
}
#news-content .newsSummary .newsDetails a {
  display: inline;
  font-weight: bold;
}
#news-content div.hrLight {
  border-top: 1px solid #e6e6e6;
}
#news-content .linksHeading {
  line-height: 33px;
  height: 33px;
  /*border: 1px solid transparent; /*IE hack*/
  margin-bottom: 5px;
}
#news-content .linksHeading .buttons {
  position: absolute;
  top: 0;
  height: 33px;
  font-size: 25px;
}
#news-content .linksHeading .buttons .separator:before {
  color: #cccccc;
  content: '|';
  margin: 0 0.1em;
}
#news-content .linksHeading .right {
  right: 0;
}
#news-content .pagingNav {
  width: 100%;
  font-size: 1em;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px;
}
#news-content .pagingNav a {
  color: #e3a426;
}
#news-content .pagingNav .summary {
  float: left;
}
#news-content .pagingNav a,
#news-content .pagingNav span {
  /*Reset the default size for links*/
  font-size: 1em;
  margin-right: 0.2em;
}
#news-content #newsDates {
  clear: both;
  margin-bottom: 10px;
  padding-top: 6px;
}
#news-content #newsDates p {
  padding: 0;
  margin: 0;
}
#news-content .field-validation-valid {
  display: none;
}
#news-content .field-validation-error {
  color: red;
  display: block;
}
#news-content #newsReaction span.disabled {
  color: #afb7d5;
}
#news-content.newsLayout1 h2 {
  margin-bottom: 10px;
}
#news-content.newsLayout1 .newsSummary .newsThumb {
  position: relative;
  margin-bottom: 10px;
}
#news-content.newsLayout1 .newsSummary .newsThumb img {
  border: 1px solid transparent;
}
#news-content .slider-thumbnails {
  font-size: 0;
  margin-top: -6px;
}
#news-content .slider-thumbnails li {
  float: left;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
  overflow: hidden;
}
#news-content .slider-thumbnails li:nth-child(n-4) {
  margin-top: 5px;
}
#news-content .slider-thumbnails li:nth-child(4n+4) {
  margin-right: 0;
}
#news-content .slider-thumbnails li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#news-content .video-container {
  position: relative;
}
#news-content .video + .video-overlay {
  background: url("/Assets/images/playVideo.png") center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
.latest-news-sub {
  margin-bottom: 12px;
}
.autoWidth {
  width: auto;
}
.autoHeight {
  height: auto;
}
/* Layout1 */

.newsLayout1 {
  position: relative;
}
/* Options for the news article */

#articleOptions {
  padding: 0;
  margin: 0;
}
#articleOptions li {
  list-style-type: none;
}
/* Reactions */

.reactionsNavigation span {
  /* I.E. quirksmode fix*/
  display: inline-block;
}
.reactionsNavigation span.spacer {
  margin: 0 2px;
}
#reactions .addComment {
  padding-right: 5px;
  vertical-align: bottom;
}
.reaction {
  position: relative;
  margin-bottom: 10px;
}
.reaction .reactionContent {
  overflow: hidden;
}
#newsArticleReactions .hrLight {
  margin: 2px 0 2px 0;
}
#newsArticleReactions .reactionsNavigation {
  margin-bottom: 10px;
}
.reactionHead {
  font-size: 0.8em;
  text-transform: uppercase;
}
.reactorName {
  font-weight: bold;
}
.section #reactionForm input {
  width: 250px;
}
#reactionForm .special {
  display: none;
}
/* Tags */

#newsArticleTags {
  margin: 0 0 10px 0;
}
#newsArticleTags .tags > span {
  margin-left: -4px;
}
/* Rules for the emailTo popup */

#email {
  height: 100%;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#email h1 {
  margin: 5px 0;
  font-size: 1.3em;
}
#email .links {
  clear: both;
}
#email .field-validation-error {
  color: red;
  font-weight: 300;
}
#email #lead {
  margin-bottom: 40px;
}
#email input {
  margin: 0;
  width: 250px;
}
#email .remarks {
  margin-right: 20px;
}
#email .remarks span {
  display: block;
}
#email .remarks,
#email table {
  float: left;
}
#email table {
  border-collapse: collapse;
}
#email table td {
  margin: 0;
  padding: 0 0 10px 0;
}
#email table th {
  text-align: left;
}
#email a {
  color: #e3a426;
  text-decoration: none;
}
#email a:hover {
  text-decoration: underline;
}
/* Rules for the print popup */

#print {
  margin: 0;
  padding: 0;
  color: black;
}
#print h1 {
  margin: 10px 0 5px 0;
}
#print #text {
  margin: 10px 0;
}
#print #reactionsHeader {
  text-align: center;
  width: 100%;
  font-size: 2em;
  font-weight: bold;
}
#print #reactionsHeader hr {
  margin: 10px 0;
}
#print .printMedia {
  margin: 5px 0;
}
#print .printMedia span {
  display: block;
}
#print .reactionDetails {
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 5px;
}
/* HR's */

div.hrLight {
  height: 0;
  margin: 5px 0;
  clear: both;
  overflow: hidden;
}
div.hrLight hr {
  display: none;
}
div.reset {
  clear: both;
}
.floatLeft {
  float: left;
}
.floatRight,
.right {
  float: right;
}
.bold {
  font-weight: bold;
}
#largeMediaWrapper {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
#largeMedia {
  position: relative;
  display: block;
}
#largeMedia .hasImage {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}
#largeMedia .hasImage .image {
  display: none;
}
#newReaction p {
  margin: 5px 0 0 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: medium none;
}
fieldset legend {
  display: none;
}
#searchForm input {
  margin-right: 5px;
  width: 100px;
}
#newsOther,
#newsReaction,
#newsTags,
#newsRelated {
  margin-top: 20px;
}
#newsOther a,
#newsReaction a,
#newsTags a,
#newsRelated a {
  color: #e3a426;
}
