/* ===== ORIGINAL COLORS
Blue: #50b3ce;
Dark Slate: #4f6d7a;
Gray: #f4f9e9;
*/
/* ===== ALTERNATE COLORS
Blue: #50a5bd;
Dark Slate: #4f6d7a;
Ivory: #f8f8f2;
*/

/* Bootstrap reset */
.label {
  display: inherit;
  padding: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  white-space: inherit;
  vertical-align: inherit;
  border-radius: inherit;
}

/* Element styles */
html, body.naps {
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-size: 1.0em;
  line-height: 1.4;
  padding: 0;
}
@media only screen and (min-width : 480px) {
	body {
		padding-top: 30px;
	}
}
h1, h2, h3, h4, h5, h6, .headline, a.story-head {
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 10px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a.story-head {
  color: inherit;
}
a {
	color: #d74e46;
}

@media screen and (max-width: 480px) {
  .container .single-hero-head h2 {
    font-size: 1.5em;
  }
  .single-hero-head .when {
    display: none;
  }
}

.margin-bottom {
  margin-bottom: 25px;
}

/* Globals */
img.photo, .photo img {
	max-width: 100%;
}
.naps .content_bootstrap .large_photos img {
  max-height: unset;
}
.kicker, .overline, .title_header, .label, .header-bar h6 {
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 5px;
  font-size: 0.95rem;
  margin-bottom: 5px;
}
/*.container .container {
	margin: 0 !important;
	padding: 0 !important;
}*/

.container.header {
  position: relative;
}
.container.header img {
  max-width: 56%;
  padding-left: 20px;
  padding-right: 20px;
}
footer .short-footer {
  font-size: 0.85em;
  color: #888;
  /*margin: 50px 0 40px 0;*/
  padding: 10px 0;
  /*border-top: 1px solid #ddd;*/
}
footer .short-footer a {
  color: #aaa;
}
.naps footer a:visited,
.naps footer h1 a:visited,
.naps footer h2 a:visited,
.naps footer h3 a:visited,
.naps footer h4 a:visited,
.naps footer h5 a:visited,
.naps footer h6 a:visited {
  color: #ffffff;
}

/* ===== NAV ===== */
.navbar-default {
  background-color: unset;
  border-color: unset;
  border: 0px;
}
.top-level {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 10px;
}
.top-level a:hover {
  text-decoration: none;
}
.featurettes {
  padding: 0px 20px;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.dropdown-menu>li>a:hover {
  color: #c3122e;
}
.wtimes .dropdown .dropdown-menu {
  /*background: #cf001e;*/
  font-size: 100%;
}
.wtimes .dropdown:hover {
  /*background-color: #c3122e;*/
}
.wtimes .dropdown:hover .dropdown-menu {
  display: block;
  /*background-color: #c3122e;*/
}
@media screen and (max-width: 480px) {
  .wtimes .dropdown:hover {
    background-color: #ffffff;
  }
  .wtimes .dropdown:hover .dropdown-menu {
    background-color: #ffffff;
  }
}
.wtimes .navbar-default .dropdown:hover .dropdown-menu { /* Enable dropdown expand on hover. By default it expands on click */
  display: block;
}
.dropdown-menu.right {
  left: unset;
  right: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #555
}
.navbar-default li.dropdown:hover {
  /*background: #d3d3d3 !important;*/
}
.navbar-default .navbar-nav>li:hover>a {
    color: white;
}
@media screen and (max-width: 768px) {
  .navbar-default li.dropdown,
  .navbar-default li.dropdown:hover {
    border-top: 0;
  }
}
@media only screen and (max-width : 768px) {
  .wtimes .navbar-default {
    /*background: #cf001e !important;*/
  }
  .navbar-default .navbar-nav > li > a {
    color: #000000;
  }
  .wtimes .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wtimes .navbar-collapse .caret {
    display: none;
  }
  .navbar.navbar-default {
    border: 0px 0px 0px 0px !important;
    background-color: transparent;
    float: left;
    width: 100%;
  }
  .wtimes nav .navbar-brand {
    color: unset;
  }
}
.wtimes .nav > li.mobile-subnav > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
.naps .nav .top-level {
  padding: 5px 10px;
}
.nav .top-level a {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  @media screen and (min-width: 768px) {
    .naps .nav .top-level {
      /*padding: 30px 8px !important;*/
      padding: 10px 40px 0px 0px;
    }
    .navbar-default .navbar-nav li a {
      font-size: 1em;
    }
  }
}
@media screen and (max-width: 480px) {
  .nav .top-level {
    padding: 5px !important;
  }
}
@media only screen and (max-width : 480px) {
  .nav .main-option {
    width: 90%;
    float: left;
  }
}
.nav .mobile-subnav-toggle {
  width: 10%;
  float: right;
  color: #000000;
  cursor: pointer;
  text-align: right;
}
.nav .mobile-subnav-toggle i {
  font-size: 140%;
}
.nav .mobile-subnav-item {
  font-size: 95%;
  padding-left: 25px;
  display: none;
}

/* ===== NAPS SPECIFICS ===== */
.naps a,
.naps h1 a,
.naps h2 a,
.naps h3 a,
.naps h4 a,
.naps h5 a,
.naps h6 a {
  color: #50a5bd;
}
.naps a:hover,
.naps h1 a:hover,
.naps h2 a:hover,
.naps h3 a:hover,
.naps h4 a:hover,
.naps h5 a:hover,
.naps h6 a:hover {
  color: #4f6d7a;
}
.naps a:visited,
.naps h1 a:visited,
.naps h2 a:visited,
.naps h3 a:visited,
.naps h4 a:visited,
.naps h5 a:visited,
.naps h6 a:visited {
  color: #4f6d7a;
}
.naps h4 {
  font-size: 1.5em;
}
.naps h5 {
  font-size: 1.25em;
}
.naps h1, .naps h2, .naps h3, .naps h4, .naps h5, .naps h6, .naps .headline, .naps a.story-head {
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 10px 0;
}
.naps h1 {
  font-size: 30px; 
}
.naps h2 {
  font-size: 28px; 
}
.naps h3 {
  font-size: 24px; 
}
.naps h4 {
  font-size: 18px; 
}
.naps h5 {
  font-size: 18px; 
  font-weight: bold;
}
.naps h6 {
  font-size: 18px;
  font-style: oblique; 
}
.naps p a {
  color: #50a5bd;
}
.naps p a:hover {
  color: #4f6d7a;
}
.naps .content_bootstrap #published {
  display: none;
}
.naps .content_bootstrap #overline {
  font-size: 1.25em;
  font-weight: bold;
}
.naps .verytop{
  border-bottom: 2px solid #ffffff;
}
.naps .verytop.noborder{
  border-bottom: 0px;
}
.naps .gradient {
  background-image: linear-gradient(to right, #50a5bd, #4f6d7a);
  /*background-image: linear-gradient(to right, #50b3ce, #4f6d7a);*/
  /*margin-bottom: 20px;*/
}
.naps .verytop.gradient .name-plate img {
  max-height: 60px;
  padding: 10px 0;
}
.naps .verytop .upper {
  display: inline-block;
  padding: 23px 10px;
  color: #ffffff;
  font-size: 0.9em;
}
.naps .verytop .upper.release {
  background-color: #50a5bd;
}
@media screen and (max-width: 480px) {
  .naps .verytop.noborder .upper {
    padding: 23px 10px;
  }
  .naps .verytop .upper {
    padding: 10px 3px;
  }
  .naps .verytop .upper.release {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 18px 10px;
  }
}
.naps .verytop .upper.fa {
  padding: 19px 10px;
  font-size: 1.4em;
}
.naps .verytop .upper:hover {
  background-color: #4f6d7a;
}
.naps .verytop .upper.release:hover {
  background-color: #50a5bd;
}
.naps .verytop .upper.fa:hover {
  background-color: transparent;
}
.naps .verytop .upper a {
  color: #ffffff;
}
.naps .verytop .upper a:hover {
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .phone-nav {
    width: 100%;
    text-align: center;
  }
}
.naps .margin-bottom {
  margin-bottom: 10px;
}
.naps .nameplate {
  margin-right: 20px;
  float: left;
}
.naps .header .nameplate .logo {
  /*max-height: 50px;*/
  max-height: 60px;
  max-width: unset;
}

/* ADDITIONAL STYLES TO ACCOMDATE OLD LOGO */
.naps .nameplate {
  margin: 14px 20px 0 0
}
.container.header img {
  padding-left: 0px;
}


.naps .navbar,
.naps .nav > li {
  position: unset;
}
.naps .dropdown-menu {
  width: 100%;
  top: 69px;
}
.naps .header .new-navigation {
  display: inline-block;
  float: left;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .naps .header .new-navigation {
    display: block;
    float: unset;
  }
}
.naps .nav .top-level a {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
}
.naps .nav .top-level a:hover {
  color: #50a5bd;
}
.naps .nav .top-level .small {
  display: block;
  font-size: 14px;
}

.naps .dropdown-menu {
  background-color: #f8f8f2;
  font-size: 12px;
}
.naps .dropdown-menu .list-unstyled li {
  padding: 5px 5px 5px 10px;
}
.naps .dropdown-menu .list-unstyled li:hover {
  background-color: #f3f3e9;
}
.naps .dropdown-menu .list-unstyled a {
  text-decoration: none;
}
.naps .dropdown-menu .list-unstyled a:hover {
  color: #50a5bd;
}
.naps #browse_content .content_list .item .dateline {
  display: none;
}
.naps #browse_content .title_header .rss-link {
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  margin-left: 15px;
}
.naps #browse_content #category_select {
  margin-right: 20px;
}
.naps #browse_content .browse-header-form .search_input {
  margin-left: 15px;
}
.naps .pk-layer .box-content-default .photo {
  /*margin-bottom: 20px;*/
}
.naps .pk-layer .section-1col .box-content-default .photo img,
.naps .pk-layer .section-2col .box-content-default .photo img,
.naps .pk-layer .section-3col .box-content-default .photo img {
  max-height: unset;
}
.naps .railitem.downloads {
  padding: 10px;
  background-color: #f4f9e9;
}
.naps .container .reverse-bar {
  text-align: center;
}
.naps .reverse-bar {
  /*background-color: #50a5bd;*/
  background-color: transparent;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
}
.naps .reverse-bar.gray {
  background-color: #f8f8f2;
}
/*.naps .reverse-bar-label {
  color: #ffffff;
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 5px 0;
}*/
.naps .reverse-bar-label {
  color: #4f6d7a;
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0 5px 0;
  height: unset;
}

.naps .pk-layer.default {  }
.naps .pk-layer.container-fluid {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
}
.naps .pk-layer.container-fluid .col-sm-12 {
  padding: 0;
}
.naps .pk-layer.container-fluid.gradient {
  background-image: linear-gradient(to right, #50a5bd, #4f6d7a);
  padding: 10px 0px;
}
.naps .pk-layer.container-fluid.gradient a {
  color: #ffffff;
  text-decoration: none;
}
.naps .pk-layer.container-fluid.gradient a:hover {
  color: #c3c3c3;
  text-decoration: none;
}
.naps .pk-layer.container-fluid .container .row {
  margin-left: 0px;
  margin-right: 0px;
}
.naps .container-fluid .reverse-bar {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
}
.naps .container .reverse-bar {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 30px;
}
.naps .container.pk-layer.gray,
.naps .container-fluid.pk-layer.gray {
  padding: 20px 0 40px 0;
  background-color: #f8f8f2;
}
.naps .container.pk-layer.blue.noear {
  padding: 20px 0;
  background-color: #def5ff;
}
.naps .container.pk-layer {
  margin: 0 auto;
  padding-bottom: 40px;
}
.naps .pk-layer.container.no_top_padding,
.naps .pk-layer.container-fluid.no_top_padding {
  padding-top: 0px;
}
.naps .pk-section.section-3col .box-content-list .photo-container,
.naps .pk-section.section-4col .box-content-list .photo-container,
.naps .pk-section.section-5col .box-content-list .photo-container,
.naps .grid-item .photo-container {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 5px;
}
.naps .grid-item.col-3,
.naps .grid-item.col-4,
.naps .grid-item.col-5,
.naps .grid-item.col-6 {
  height: unset;
}
.nap .content-list-widget h3 {
  color: #50a5bd;
}
.naps .label {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 26px;
  text-transform: capitalize;
  color: #4f6d7a;
  border-bottom: 3px solid #4f6d7a;
  margin-bottom: 15px;
  padding: unset;
}
.naps .label.small {
  font-size: inherit;
  text-transform: uppercase;
  border-bottom: 0px;
  margin-bottom: 0px;
}
.naps .box .description {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #555555;
  margin-bottom: 15px;
}
.naps .when {
  color: #555555;
}
.naps .box .when {
  display: none;
}
.naps .box .label.small {
  font-size: unset;
  font-weight: 400;
  text-transform: uppercase;
  border: 0px;
}
.naps .box-link {
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #e3e3e3;
  background-color: #f8f8f2;
}
.naps .box-link:hover {
  background-color: #f1f0e7;
}
.naps a .box-link {
  color: #555555;
  text-decoration: none;
}
.naps .box-link:hover a {
  color: #50a5bd;
  text-decoration: none;
}
.naps .story-column .content-area-list .photo-container {
  width: 80px;
  margin-right: 10px;
  float: left;
}
.naps .story-column .content-area-list .photo-container img {
  max-width: 100%;
  max-height: 100px;
}
.naps .story-list-with-photo {
  margin-bottom: 25px;
}
.naps .pk-section.section-2col {
  font-size: unset;
}
.naps div.pk-section .box {
	margin-top: 0px;
}
.naps .container .pk-section .box {
  border-top: 0px;
}
.naps #browse_content .content_list .blog_list .item {
  padding-top: 50px;
}
.naps .box-content-columns-default .content-area-list li {
  margin-bottom: 10px;
}
.naps .box-content-columns-default .story-column .photo-container {
  margin-bottom: 0px;
}
.naps .box.box-content-columns-default h5 {
  margin-bottom: 0;
}

.naps .box.box-content-default h3.small {
  font-size: 24px;
}
.naps .box.box-content-default h3,
.naps .box.box-content-grid h3 {
  font-size: 28px;
}
.naps .box.box-content-default h2.small {
  font-size: 32px;
}
.naps .box.box-content-default h2 {
  font-size: 36px;
}
.naps .box.box-content-default h1.small {
  font-size: 38px;
}
.naps .box.box-content-default h1 {
  font-size: 42px;
}

.naps .box.box-taxonomy-links-default li {
  padding: 5px;
}
.naps .box.box-taxonomy-links-default li:hover {
  background-color: #f4f9e9;
}
.naps .box.box-taxonomy-links-default a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .naps .box.box-taxonomy-links-default .col-md-12,
  .naps .box.box-taxonomy-links-default li {
    padding: 0px;
  }
}
.naps .box-hero-photo .hero-head {
  display: block;
  position: absolute;
  width: 100%;
  top: 35px;
  margin: 0 !important;
  padding-top: 25px;
  padding-bottom: 25px;
  /*background-color: rgba(0,0,0,0.65);*/
}
.naps .box-hero-photo .hero-head h2 {
  font-weight: 400;
  font-size: 3.0em;
  color: #ffffff;
  /*color: #4f6d7a;*/
  /*text-shadow: 5px 5px black;*/
  /*text-transform: uppercase;*/
}
.naps .box-hero-photo .hero-head h4 {
  font-weight: 400;
  font-size: 2.0em;
  color: #ffffff;
  /*color: #4f6d7a;*/
  /*text-shadow: 2px 2px black;*/
}
.naps .box-hero-photo .hero-photo {
  margin: 0px !important;
}
.naps .box.box-content-wide-centered .item h2,
.naps .box.box-content-wide-centered .item h3,
.naps .box.box-content-wide-centered .item h4 {
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
}
.naps .box.box-content-wide-centered .text-lead {
  font-size: 1.5em;
  width: 85%;
  margin: 0 auto;
}
.naps .box.box-content-video video {
  object-fit: cover;
}
.naps .featurettes .content-list-widget h3 {
  color: #000000;
}
.naps .widget-image.full-width {
  width: 100%;
}

.naps footer .label {
  display: block;
  font-size: 18px;
  color: #e3e3e3;
  margin-bottom: 15px;
  border-bottom: 0px solid #e3e3e3;
}
.naps footer li {
  display: block;
}

.naps footer.medgray {
  background-color: #555555;
  color: #e3e3e3;
}
.naps footer .social {
  margin-top: 10px;
}
.naps footer a {
  color: #e3e3e3;
  text-decoration: none;
}
.naps footer a:hover {
  color: #ffffff;
}
.naps footer.darkgray {
  background-color: #333333;
  font-size: 0.85em;
  padding: 8px 0 10px 0;
}
.naps footer.darkgray li.policy {
  margin-right: 15px;
  float: left;
}
.naps footer.darkgray a {
  color: #969696;
}
.naps footer.darkgray a:hover {
  color: #f1f1f1;
}
.naps footer .contact-area {
  position: relative;
}
.naps footer .contact_menu {
  display: block;
  cursor: pointer;
}
.naps footer .menu {
  position: absolute;
  display: none;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #e3e3e3;
  bottom: 0;
  right: 0;
  padding: 10px 25px;
  margin-left: auto;
  margin-right: auto;
  z-index: 999999;
}
.naps footer .menu a {
  color: #000000;
  text-decoration: none;
}
.naps footer .menu a:hover {
  color: #50a5bd;
}
.naps footer .menu.show {
  display: block;
}

.btn.btn-primary {
  background-color: #50a5bd;
  border-color: #50a5bd;
}
.btn.btn-primary:hover {
  background-color: #4997ad;
  border-color: #4997ad;
}
.browse_videos .tile .photo {
  height: 125px !important;
  overflow: hidden;
}

.SpellE {
  display: inline-block;
  font-size: 1.1em;
}
.naps .sitemap {
  font-size: 1.25em;
}
.naps .sitemap .heading {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #e3e3e3;
}
.naps .sitemap .large {
  font-weight: bold;
  font-size: 1.25em;
}
.naps .sitemap .list-unstyled .sublist-unstyled {
  list-style: none;
  font-weight: normal;
}
.naps .sitemap .list-unstyled .sublist-unstyled li {
  font-size: .8em;
}

/* ===== USER ACCOUNT & REPORTS ===== */
.naps #user_account #profile,
.naps #user_account #my_details {
  width: 100%;
}
.naps .user-content .list-item {
  width: 20%;
  padding: 10px 15px 10px 0px !important;
  float: left;
  font-size: 1.2em;
}
.naps .user-content .photo {
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}
.naps #my_details .toggle {
  cursor: pointer;
}
.naps #update_my_details {
  display: none;
}
.naps #update_my_details.show {
  display: block;
}
.audio-attachments {
  margin-top: 20px;
}
.audio-attachments audio {
  width: 100%;
}

/* ===== iFramed Client Sites ===== */
.naps .iframe-footer iframe {
  -ms-zoom: 0.78;
  -moz-transform: scale(0.78);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.78);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.78);
  -webkit-transform-origin: 0 0;
}

/* ===== GOOGLE TRANSLATE ===== */
.naps .goog-te-gadget-simple {
  padding-top: 2px;
  padding-bottom: 3px;
  border-radius: 4px;
}
.click-to-tweet {
  margin-bottom: 20px;
  color: #00CCFF;
  font-style: italic;
}
.click-to-tweet .tweet-button {
  margin-right: 10px;
}
.click-to-tweet .copy a {
  color: #00CCFF;
  margin-left: 10px;
}

/* ===== MOBILE ADJUSTMENTS ===== */
@media screen and (max-width: 480px){
  .naps h2,
  .naps .box.box-content-default h2,
  .naps .story_list .headline,
  .naps #browse_content .content_list .item .headline {
    font-size: 22px;
  }
  .naps h3,
  .naps .box.box-content-default h3,
  .naps .box.box-content-grid h3 {
    font-size: 20px;
  }
  .naps .container-fluid.pk-layer .section-margins {
    margin-bottom: 0px;
  }
  .naps .box-hero-photo .hero-head {
    top: 0px;
    padding-top: 10px;
  }
  .naps .box-hero-photo .hero-head h2 {
    font-size: 2.0em;
  }
  .naps .box-hero-photo .hero-head h4 {
    font-size: 1.5em;
  }
  .naps .hero-head #myBtn {
    margin: 10px auto;
  }
  .naps .container {
    padding-left: 0;
    padding-right: 0;
  }
  .naps .container .reverse-bar {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 5px
  }
  .naps .reverse-bar-label {
    padding: 5px 0;
    font-size: 24px;
  }
  .naps .box.box-content-wide-centered .text-lead {
    font-size: 1.15em;
    width: 100%;
  }
  .naps #browse_content .content_list .item .img_container {
    width: 100%;
  }
  .naps #browse_content .content_list .item .img_item img {
    max-width: 100%;
    max-height: 300px;
  }
  .naps .browse_videos .tile .photo {
    max-height: 300px;
    height: unset !important;
  }
  .naps .mid-footer.row {
    margin-left: 0;
    margin-right: 0;
  }
  .naps footer.darkgray {
    font-size: 1em;
  }
  .naps footer.darkgray li.policy {
    margin-bottom: 7px;
  }
  .naps .mid-footer .text-right {
    text-align: left;
  }
}
.hide-body .main-body {
  display: none;
}
.video-slug img {
  max-width: 100% !important;
  height: 220px !important;
}