/* Custom Styles for Nuclear Site */

/* Header */
@media only screen and (min-width: 600px) {
  .site-logo {
	  height: 50px !important;
  }
  .site-logo-image {
	  height: 50px !important;
	  width: 380px !important;
  }
}

/* Navigation */

.category {
  max-height: inherit;
}
.category-list a {
  /*
  padding: 15px;
  height: inherit;
  */
  
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  
  line-height: 1;
}
.category-list a.is-active:after {
  border-bottom: none;
}
@media only screen and (min-width: 960px) {
  .site-nav-category {
    display: none; /* menu toggle hidden by default - desktop */
  }
  .category-list li {
	width: 20%;
  }
  .site-search {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 959px) {
  .site-nav-category {
    display: block; /* menu toggle show - mobile */
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: absolute;
    top: -12px;
    right: -10px;
    width: 35px;
    height: 51px;
    cursor: pointer;
	border: none;
  }
  .site-nav-category:before {
    top: 20px;
  }
  .site-nav-category:after {
    top: 27px;
  }
  .site-nav-category:before, 
  .site-nav-category:after {
    content: "" !important;
    position: absolute;
    right: 0;
    left: 10px;
    width: 15px;
    height: 2px;
    background-color: #005984;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
	border: none;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .site-search {
    position: absolute;
    top: 0;
    left: -9999em;
    visibility: hidden;
    float: left;
    display: inline-block;
    margin-left: 15px;
 }
 .category {
	max-height: 0; /* menu collapsed by default - mobile */
  }
 .category-list li {
	width: 100%;
 }
}

/* Banner */
.article-hero {
  min-height: 0;
}

/* Title */
@media only screen and (min-width: 900px) {
  .article-title {
	  font-size: 50px;
	  font-size: 5rem;
  }
}
@media only screen and (min-width: 740px) {
  .article-title {
	  font-size: 50px;
	  font-size: 5rem;
  }
}

/* Content */
.article-content-body {
    max-width: 1110px;
}
.featured .card-media {
  width: 99%;
}
.featured .card-text {
  margin-left: 20px;
}
@media only screen and (max-width: 600px) {
  .featured .card-media {
    float: none;
	width: 100%;
	margin-bottom: 20px;
  }
  .featured .card-block {
    border-top: none;
	border-bottom: 1px solid #e1e5e6;
  }
}
.article-content .card-title {
  margin: 0;
}
.card-date, .card-summary {
  color: #6D6D6D;
}
.card-date {
  font-size: 14px;
  margin: 10px 0;
}
@media only screen and (max-width: 959px) {
  .card-summary {
    display: none;
  }
  .featured .card-summary {
    display: block;
  }
}
.card-link {
  color: #005984;
}
.text-center {
  text-align: center;
}
.btn-link {
  display: inline-block;
  text-align: center;
  padding: 7px 12px 5px;
  border: 1px solid #e1e5e6;
  background-color: #fff;
  color: #005984;
}
.btn-link:hover {
  text-decoration: none;
  background-color: #f2f4f4
}
.post-list .post-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e5e6;
  margin-bottom: 20px;
  min-height: 100px;
}
.post-media {
  width: 40%;
  margin-right: 20px;
  margin-bottom: 0;
  float: left;
  position: relative;
}
.post-media img {
  border: 1px solid #e1e5e6;
}
.post-media a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: box-shadow .15s ease;
  transition: box-shadow .15s ease;
}
.post-media:hover a:after {
  box-shadow: 0 0 150px rgba(0, 89, 132, 0.8) inset;
}
.post-text {
  display: table;
}
.post-title {
  margin: 0 !important;
}
.post-meta {
  margin: 10px 0;
  padding: 0;
  opacity: .75;
  font-size: 16px;
}
.post-meta li {
  display: inline-block;
  vertical-align: baseline;
  padding-right: 10px;
}
.post-link {
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  .post-summary, .post-link, .post-categories, .post-categories li {
    display: none !important;
  }
  .post-title {
    font-size: 1.8rem;
  }
  .post-meta {
    font-size: 1.4rem;
  }
}
.post-filters {
  margin-bottom: 20px;
}
.form-inline .form-control {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border: 1px solid #e1e5e6;
  padding: 5px 25px;
  background-color: #fff;
  border-radius: 1px;
  min-width: 150px;
  height: 30px;
  line-height: 30px;
}
@media only screen and (max-width: 600px) {
  .form-inline .form-control {
    display: block;
	margin-right: 0;
	width: 100%;
	margin-bottom: 10px;
  }
}
.paging {
  text-align: center;
}
.paging ul {
  margin: 0;
  padding: 0;
}
.paging li {
  display: inline;
  padding: 0 5px;
}
.paging .selected a {
  color: #595959;
  font-weight: bold;
  cursor: default;
}
.paging .selected a:hover {
  cursor: default;
  text-decoration: none;
}
.article-main {
  max-width: 66.6666%;
  float: left;
  margin-right: 60px;
}
.article-aside {
  margin-left: 70%;
}
.article-section {
  margin-bottom: 60px;
}
.article-section h4, .article-section .h6 {
  margin-top: 0 !important;
  color: #595959 !important;
}
span.at-icon-wrapper {
  border-radius: 3px;
}
.article-info {
  margin-bottom: 20px;
}
.article-info span {
  padding-right: 10px;
}
.article-aside .post-title {
  font-size: 19px;
}
.comment-form {
  margin-bottom: 40px;
}
.comments-item {
  margin-bottom: 30px;
  font-size: 16px;
}
.comment-info {
  font-weight: bold;
}
#recaptcha_widget_div {
  margin-bottom: 20px;
}
@media only screen and (max-width: 959px) {
  .article-main {
    max-width: 100%;
	float: none;
	margin-right: 0;
  }
  .article-aside {
    margin-left: 0;
	clear: both;
  }
  .article-aside .post-list .post-item {
    clear:both;
  }
}

/* Pre-footer */
.article-related-inner {
  max-width: 1080px;
}
.article-related .card-2of3 .card-inner {
  border-right: 1px solid #e1e5e6;
  padding-right: 40px;
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  .article-related .card-2of3 .card-inner {
	border-right: none;
	border-bottom: 1px solid #e1e5e6;
	padding-right: 0;
	padding-bottom: 20px;
	margin-right: 0;
	margin-bottom: 20px;
  }
}
.article-related h4 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.article-related .form-group .form-control {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 77px);
  padding: 10px;
  border-color: #e1e5e6;
  font-size: 16px;
}
.article-related .form-group .site-nav-nc {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -6px; 
  position: static;
  visibility: visible;   
}
@media only screen and (max-width: 600px) {
  .article-related .form-group .form-control {
    width: 100%;
  }
  .article-related .form-group .site-nav-nc {
	margin-left: 0;
	margin-top: 10px;
  }
}

.article-info-author {
  overflow: hidden;
  margin: 0 0 15px;
}
.article-info-author-card {
}
.article-info-author-card-image {
  float: left;
  margin: 0 15px 0 0;
  border-radius: 40px 40px 40px 40px;
  overflow: hidden;
}
.article-info-author-card-image span {
  padding: 0 !important;
}
.article-info-author-card-image.default {
  border-radius: 0;
}
.article-info-author-card-image-link {
  display: block;
  margin: 6px 0 0 0 !important;
  padding: 0 !important;
}
.article-info-author + .article-date {
  clear: left;
}

.article-info-author-card-text-name {
  display: block;
  font-weight: 700;
  color: #00853f;
}




.twitter-user {
  float: left;
  margin-right: 15px;
  width: 33.33333%;
}
@media only screen and (max-width: 1060px) {
  .twitter-user {
	float: none;
	margin-right: 0;
	width: 100%;
  }
  .twitter-list {
    clear: both;
	padding-top: 20px;
  }
}
.twitter-user p {
  line-height: 1.2em;
}
.twitter-avatar {
  float: left;
  width: 90px;
  max-width: 100%;
  height: auto;
  margin-right: 15px;
}
.twitter-handle {
  color: #6D6D6D;
  font-size: 14px;
}
.twitter-list {
}
.article-section .addthis_sharing_toolbox {
  clear: none !important;
}

/* Utilities */
.sr-only {
  position: absolute;
  top: -99999em;
  left: -99999em;
}
.alignright {
  float: right;
  margin-left: 10px;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.size-medium {
  display: block;
}

.content-share {
  margin-top: 20px;
  display: flex;
  grid-gap: 10px;
}


.social-btn {
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background-color: #37414A;
  color: #fff;
  border-radius: 5px;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.social-btn:hover, .social-btn:focus {
  color: #fff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.social-btn__label {
  padding: 10px 15px;
  line-height: 1;
  order: 2;
  display: none;
}
@media (min-width: 768px) {
  .social-btn__label {
    display: none;
  }
}
.social-btn__icon {
  padding: 10px 15px;
  line-height: 1;
}
.social-btn--linkedin {
  background-color: #007BB6;
}
.social-btn--facebook {
  background-color: #3B5998;
}
.social-btn--twitter {
  background-color: #999;
}
.social-btn--email {
  background-color: #7B7B7B;
}

/* Screen Readers */
.screen-reader,
.screen-reader-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
