/*

Dk blue #549ad6
Lt blue #e4eff9
Clinton purple #af0069
Boonville green #00aa4f

*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700|Open+Sans:400,700');

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  line-height: 1.4;
  border-top: 3px solid black;
}
h1, h2, h3, h4, h5, h6, .headline, p.subheadline {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
}
h1 {
  font-size: 2.8em;
  margin-bottom: 15px;
}
h2 {
  font-size: 2.5em;
  margin-bottom: 10px;
}
h3 {
  font-size: 2.0em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.25em;
}
p {
  margin: 0 0 10px 0;
}
p.subheadline {
  font-size: 125%;
  margin-top: 20px;
}
a {
  color: #333;
}
.main-body p a {
  color: #23527C;
}
.main-body p a:hover {
  text-decoration: underline;
}
h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a,
.headline .a {
  color: #333;
}
button, .btn {
  border-radius: 0;
}
.btn-primary {
  background-color: black;
  border-color: black;
}
img, img.photo, .photo img {
  max-width: 100%;
  pointer-events: none;
}
ul.list-inline {
  margin-bottom: 0;
  padding-bottom: 0;
}
.margin-bottom {
  margin-bottom: 15px;
}
.headline {
  /*font-size: 1.5em !important;*/
  margin: 0;
}
.container .headspace {
  margin-bottom: 10px;
}
.centered {
  text-align: center;
}
.lead {
  /*font-size: 1.25em;*/
}
.when {
  color: #999;
  margin-bottom: 15px;
  margin-top: -8px;
}
.small-tile .when,
.large-tile .when {
  color: #ffffff;
  margin-top: 10px;
  margin-left: 10px;
  text-shadow: 2px 2px 5px #000000;
  z-index: 9999999999;
}
/* Bootstrap override */
.label {
  border-radius: inherit;
  color: inherit;
  display: inherit;
  line-height: inherit;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  text-align: inherit;
  vertical-align: inherit;
  white-space: inherit;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  opacity: 0.5;
  text-transform: uppercase;
}

/* Navs & containers */
@media (min-width: 1200px) {
  .container {
    width: 1320px;
  }
}
@media (max-width: 991px) {
  .container {
    margin: 0 auto;
    width: unset;
  }
}

/* Mobile nav */
nav.mobile {
  position: relative;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
nav.mobile .mobile-menu-kicker .default {
  color: white;
  font-size: 1.2em;
  opacity: 0.85;
  line-height: 37px;
}
body.stickyNav nav.mobile .mobile-menu-kicker .default {
  display: none; 
}
nav.mobile .mobile-menu-kicker img {
  max-height: 25px;
  margin-top: 7px;
  display: none;
  position: absolute;
  top: 0;
}
body.stickyNav nav.mobile .mobile-menu-kicker img {
  display: block;
}
nav.mobile .hamboorg {
  cursor: pointer;
  color: white;
  line-height: 37.5px;
  font-size: 1.5em;
}
nav.mobile .hamboorg:hover {
  opacity: 0.75;
}
nav.mobile .mobile-dropdown {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: black;
  display: none;
  z-index: 9999;
}
nav.mobile .mobile-dropdown a {
  color: white;
  display: block;
  padding: 4px 12px;
}
nav.mobile .mobile-dropdown form {
  position: relative;
  margin-bottom: 10px;
}
nav.mobile .mobile-dropdown input {
  width: 100%;
}
nav.mobile .mobile-dropdown .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 12px 4px 12px;
}
nav .mobile-subnav-toggle {
  width: 10%;
  float: right;
  color: #000000;
  cursor: pointer;
  text-align: right;
}
nav .mobile-subnav-toggle i {
  font-size: 140%;
  color: black;
  padding-right: 15px;
}
nav .mobile-subnav-item {
  font-size: 95%;
  padding-left: 25px;
  display: none;
}
.new-navigation .navbar {
  text-align: left;
  border-bottom: 2px solid #000000;
  border-top: none;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .new-navigation .navbar {
    border-top: 1px solid #000000;
  }
}
.navbar {
  padding: 0 0 0 0px !important;
}

/* Nav */
.navbar {
  border: none;
  min-height: 0;
  /*margin-top: 10px;*/
  display: block;
  /*border-top: 1px solid #ccc;*/
}
/*.navbar-default li.dropdown {
  background-color: #25408f;
}*/
.navbar-default { /* Global type */
  padding: 0;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
}
.navbar-default .larger { /* Global type */
  font-size: 20px;
}
.navbar.navbar-default {
  border: 0px 0px 0px 0px !important;
  background-color: transparent;
}
.navbar-default {
  text-transform: uppercase;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.nav > li > a { 
  padding: 6px 8px;
  font-size: 0.95em;
}
@media screen and (max-width: 992px) {
  .nav > li > a { 
    font-size: 0.85em;
  }
}
.navbar-default .navbar-nav {
  display: block;
  float: unset;
  margin: 0 auto -8px auto;
}
.navbar-default .navbar-nav li a {
    color: #000000;
}
nav .divider {
  display: none;
}
.w-dropdown-toggle:hover .db-dropdown-text,
.w-dropdown-toggle:hover .db-dropdown-icon {
  color: white;
}
.navbar-default .navbar-toggle:hover {
  /*background: inherit;*/
  color: red;
}
.navbar-default .navbar-toggle .icon-bar {

}
@media only screen and (min-width : 768px) {
  .navbar-brand {
    display: none;
  }
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a { /* Resets for hover / active / dropdowns */
    /*background: #25408f;*/
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav a:hover {
  /*background: #25408f;*/
}

@media screen and (max-width: 480px) {
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav a:hover {
    background: #ffffff;
  }
}

/* nav, nav a, .navbar .nav > li > a { */
nav, .navbar .nav > li > a { /* Resets for links of various states */
  
}
.dropdown-menu>li>a {
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dropdown-menu>li>a:hover {
  color: #000000;
}
.dropdown .dropdown-menu {
  background: #ffffff;
  font-size: 100%;
  text-align: left;
}
.dropdown:hover {
  /*background-color: #25408f;*/
}
.dropdown:hover .dropdown-menu {
  display: block;
  /*background-color: #25408f;*/
}
@media screen and (max-width: 480px) {
  .dropdown:hover {
    background-color: #ffffff;
  }
  .dropdown:hover .dropdown-menu {
    background-color: #ffffff;
  }
}
.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: #000
}
.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) {
  .navbar-default {
    /*background: #25408f !important;*/
  }
  .navbar-default .navbar-nav > li > a {
    color: #f3f3f3;
  }
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-collapse .caret {
    display: none;
  }
  .navbar.navbar-default {
    border: 0px 0px 0px 0px !important;
    background-color: transparent;
    float: left;
    width: 100%;
  }
  nav .navbar-brand {
    color: unset;
  }
}
.nav > li.mobile-subnav > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
.nav .top-level {
  padding: 5px 10px !important;
}
.nav .top-level a {
  text-decoration: none;
}
.nav .top-level img {
  max-height: 25px;
  margin-right: -5px;
  z-index: 999;
}
.nav .top-level .temp {

}
@media screen and (max-width: 1200px) {
  @media screen and (min-width: 768px) {
    .nav .top-level {
      padding: 30px 8px !important;
    }
    .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: #f3f3f3;
  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;
}

.rome .content_bootstrap .carousel-control.left {
  bottom: 135px !important;
}

footer {
  background: black;
  padding: 20px 0 0 0;
  font-size: 1.0em;
  line-height: 1.3;
}
footer, footer a {
  color: white;
}
footer a {
  display: inline-block;
  padding: 4px 0;
}
footer h5 {
  font-size: 1.45em;
  text-transform: uppercase;
  border-bottom: 6px double #ffffff;
  padding-bottom: 7px;
  margin-bottom: 15px;
}
footer .credits img {
  max-width: 85%;
  display: inline-block;
  padding: 15px 0 0 0;
}
footer .main {
  margin-bottom: 25px;
}
footer .links ul {
  padding-left: 15px;
}
footer .bottom-bar {
  font-size: 0.85em;
  opacity: 0.9;
}
footer .social i {
  font-size: 2.25em;
}
footer hr {
  opacity: 0.25;
}
/* Marketplace adjustments */
.mktplce.v3.browse h5,
.mktplce.v3.detail h1 {
  display: none;
}
.mktplce.v3.browse .tile .photo {
  max-height: 350px !important;
}
.mktplce.v3.browse .tile .photo img {
  max-height: 350px !important;
}

/* Layers extras */
.pk-layer {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pk-layer {
    padding: 20px 0;
  }
}
.pk-layer.beige.noear {
  background-color: #f4efea;
}
.pk-layer.black.noear {
  background-color: black;
  color: white;
}
.pk-layer.gray.noear {
  background-color: #eaeaea;
}
.pk-layer.blue.noear {
  background-color: #e4eff9;
}


.rome .pk-layer.withear .ear-col .reverse-bar-label {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.rome .pk-layer.withear .ear-col .reverse-bar-label:before {
  background: unset;
}
.reverse-bar-label {
  border-bottom:1px solid #000;
  position: relative;
  padding-bottom: 10px;

  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;

}
.reverse-bar-label:before {
    content:""; 
    display:block; 
    position:absolute; 
    left:0; 
    bottom:2px; 
    width:100%; 
    height:1px;                          
    background:#000;
}


#browse_content .content_list .item .lead .morelink {
  font-size: unset;
}
.box-link {
  text-transform: uppercase;
  font-size: 85%;
  margin-top: 15px;
}
.pk-layer.rail div.railitem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.pk-layer.rail div.railitem:last-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.pk-layer.rail div.railitem img {
  max-width: 100%;
}
.content-column {
  padding-right: 20px;
}
@media (min-width: 768px) {
  aside.rail{
    /*padding-left: 20px;*/
    padding: unset;
  }
}
.box-eedition p.photo {
  max-height: 275px;
  overflow: hidden;
}
.box-content-displayads p.photo {
  max-height: 205px;
  overflow: hidden;
}
.pk-layer .box-content-gallery .thumbnails li:hover {
  opacity: 1.0;
  cursor: pointer;
}
.vjs-no-js {
  display: none;
}

/* ===== List Box Templates ===== */
.box-content-list .text-lede {

}
.story-list-with-photo {
  display: block;
  margin-bottom: 25px;
}

/* ===== Small Carousel ===== */
.container .pk-section.section-2col .box-content-carousel.small.photos .carousel-inner {
  height: 335px;
}
.box-content-carousel.small {
  font-size: 73%;
}
.box-content-carousel.small h1,
.box-content-carousel.small p {
  margin-bottom: 7px;
}
.box-content-grid-vert .photo-container.no-photo {
  background: none;
}

aside.rail.pk-layer .beige {
  background-color: #f4efea;
  padding: 5px 15px;
  margin-bottom: 15px;
}
aside.rail.pk-layer .blue {
  background-color: #e4eff9;
  padding: 5px 15px;
  margin-bottom: 15px;
}
aside.rail.pk-layer .black {
  background-color: #000000;
  color: #eaeaea;
  padding: 5px 15px;
  margin-bottom: 15px;
}
aside.rail.pk-layer .black a {
  color: #eaeaea;
}
aside.rail.pk-layer .black a:hover {
  color: #ffffff;
}
aside.rail.pk-layer .gray {
  background-color: #eaeaea;
  padding: 5px 15px;
  margin-bottom: 15px;
}

/* ===== REG. NAV ===== */
.navbar {
  border: 0px;
}
.navbar-default {
  background-color: unset;
  border-color: unset;
}
@media (max-width: 768px) {
  #div-gpt-ad-1534760792152-0,
  #div-gpt-ad-1543843187159-0,
  #div-gpt-ad-1543843364584-0,
  #div-gpt-ad-1534760969781-0,
  #div-gpt-ad-1534761184549-0,
  #div-gpt-ad-1534761374627-0,
  #div-gpt-ad-1534760940174-0,
  div.leaderboard {
    display: none !important;
  }
}

/* ===== SOCIAL MEDIA ===== */
#widget_detail_postlinks #twitter {
  padding-top: 3px;
}
.rome #widget_detail_postlinks #facebook {
  min-width: 58px;
  max-width: 70px;
}

/* Circ Notice */
.circ-notice-overlay {
  display: none;
}
.circ-notice-overlay .screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #999;
  z-index: 9998;
  opacity: 0.95;
}
.circ-notice-overlay .panel {
  position: fixed;
    top: 80px;
    left: 50%;
    width: 500px;
    border: 0;
    padding: 0;
    box-shadow: 0 0 10px #000;
    transform: translateX(-50%);
    z-index: 9999;
     background: white no-repeat url("https://cdn4.creativecirclemedia.com/rome/original/20191022-123157-rome-screen.jpg");
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position: top left;
    background-size: 100% auto;
    text-align: center; 
    font-size: 1.25em;
}
.circ-notice-overlay .panel .margins {
  padding: 10px;
  width: 50%;
  margin-left: 50%;
}
.circ-notice-overlay button {
  font-size: 1.0em;
}
.circ-notice-overlay section.subscribe {
  margin-bottom: 60px;
}
.circ-notice-overlay .panel h3 {
  text-transform: uppercase;
  font-size: 2.5em;
  color: #0167b1;
  letter-spacing: -2px;
  line-height: 0.9;
}
.circ-notice-overlay .panel p {
  margin: 20px 0;
}
.circ-notice-overlay .login {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #727272;
  font-size: 1.2em;
  letter-spacing: -1px;
  line-height: 1.25;
  margin: 30px 0;
}
.circ-notice-overlay .bottom-bar {
  background: #0167b1;
  color: white;
  padding: 3px 6px;
  font-size: 70%;
}
.circ-notice-overlay .bottom-bar a {
  color: white;
}
@media (max-width: 768px) {
  .circ-notice-overlay .panel {
    width: 90%;
    top: 10px;
    font-size: 0.95em;
  }
  .circ-notice-overlay section.subscribe {
    margin-bottom: 20px;
  }
  .circ-notice-overlay .panel p {
    margin: 10px 0;
  }
}
.circ-sticky-footer {
  background: black;
  color: white;
  position: fixed;
  height: 40px;
  line-height: 40px;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  font-size: 1.1em;
  padding: 0 30px 0 15px;
  display: none;
}
.circ-sticky-footer a {
  color: white;
  text-decoration: underline;
  font-weight: 700;
}
.circ-sticky-footer section.desktop .left-area {
  width: 33.33333%;
  float: left;
  font-weight: 700;
}
.circ-sticky-footer section.desktop .middle-area {
  width: 33.33333%;
  float: left;
  text-align: center;
}
.circ-sticky-footer section.desktop .right-area {
  width: 33.33333%;
  float: left;
  text-align: right;
}
.circ-sticky-footer section.mobile {
  display: none;
}
@media (max-width: 768px) {
  .circ-sticky-footer {
    padding-top: 5px;
    padding-right: 10px;
    line-height: 1.2;
  }
  .circ-sticky-footer section.desktop {
    display: none;
  }
  .circ-sticky-footer section.mobile {
    display: block;
    font-size: 0.8em;
  }
  .circ-sticky-footer section.mobile .left-area {
    width: 50%;
    float: left;
    font-weight: 700;
  }
  .circ-sticky-footer section.mobile .right-area {
    width: 50%;
    float: left;
    text-align: right;
  }
}
nav.rewrite .nav-items,
nav.rewrite .nav-items a {
  text-decoration: none;
  color: white;
}
nav.rewrite .nav-items .down-arrow {
  margin-top: 10px;
}
nav.rewrite .nav-items .nav-item {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin: 0;
  display: inline-block;
  position: relative;
}
nav.rewrite .nav-items > li:hover {
  background: #2168a3;
}
nav.rewrite .nav-items .subnav-area {
  position: absolute;
  background: white;
  margin-top: 40px;
  margin-left: -10px;
  z-index: 9998;
  font-size: 90%;
  width: 200px;
  padding: 5px 0;
  display: none;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
nav.rewrite .nav-items > li:hover .subnav-area {
  display: block;
}
nav.rewrite .nav-items .subnav-area,
nav.rewrite .nav-items .subnav-area a {
  color: black;
}
nav.rewrite .nav-items .subnav-item {
  padding: 4px 8px;
}
nav.rewrite .nav-items .subnav-item:hover {
  background: #f0f0f0;
  cursor: pointer;
}
nav.rewrite .nav-items .subnav-item .tertiary-area {
  position: absolute;
  background: white;
  margin-left: 185px;
  margin-top: -5px;
  z-index: 9999 !important;
  width: 200px;
  border: 1px solid #ddd;
  display: none;
}
nav.rewrite .nav-items .subnav-item:hover .tertiary-area {
  display: block;
}
nav.rewrite .nav-items .tertiary-item {
  padding: 4px 8px;
}
nav.rewrite .nav-items .tertiary-item:hover {
  background: #f0f0f0;
  cursor: pointer;
}


/* Rebrand 1/22 */
@media (max-width: 768px) {
  section.masthead {
    background: black;
    padding-top: 5px;
    padding-bottom: 7px;
  }
  section.masthead  img.photo {
    max-height: 25px;
  }
}
@media (min-width: 768px) {
  section.masthead {
    padding: 30px 0 10px 0;
    text-align: center;
  }
  section.masthead  img.photo {
    max-height: 85px;
  }
}
nav.top-buttons ul {
  margin: 0;
  padding: 0;
}
nav.top-buttons ul > li {
  float: left;
  margin: 0;
  font-size: 11px;
  font-weight: 200;
  text-transform: uppercase;
}
nav.top-buttons ul > li a {
  color: black;
  background: #e9e9e9;
  padding: 5px 10px;
  margin-right: 3px;
  display: inline-block;
}
nav.top-buttons ul > li:last-child a {
  margin-right: 0;
}
nav.top-buttons ul > li.login-button {
  font-weight: bold;
}
nav.top-buttons ul > li.login-button i {
  margin-right: 3px;
}
nav.top-buttons ul > li.subscribe-button a {
  font-weight: bold;
  background: rgb(206, 23, 30);
  color: white;
}
@media (max-width: 768px) {
  nav.top-buttons ul > li {
    display: none;
  }
  nav.top-buttons ul > li.login-button {
    display: block;
    position: absolute;
    top: 10px; 
    right: 5px;
  }
  nav.top-buttons ul > li a {
    background: black;
    color: #e9e9e9;
  }
}
.navbar-brand {
 color: black !important;
 font-size: 110% !important;
 line-height: inherit !important;
}
.pk-section.section-3col {
  font-size: inherit !important;
}
.pk-section.section-2col {
  font-size: inherit !important;
}
.pk-section.section-1col {
  font-size: inherit !important;
}
.content_bootstrap .large_photos .carousel-inner .photo-canvas,
#browse_content .content_list .item .img_container,
.pk-section.section-3col .box-content-list .photo-container,
.pk-section.section-4col .box-content-list .photo-container,
.pk-section.section-5col .box-content-list .photo-container,
.grid-item .photo-container {
  background: none !important;
}
.content_bootstrap .body {
  font-family: 'Lora', serif !important;
  font-size: 1.2em !important;
  line-height: 1.55;
}
.ba-stacked img,
#ba-carousel img {
  max-width: 100%;
}
.ba-stacked .label {
  display: block;
  background-color: #e3e3e3;
  color: #000000;
  font-family: 'Griffith Gothic Cond Black', sans-serif;
  font-size: 17px;
  padding: 5px 10px 2px 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #000000;
}
#ba-carousel .item .photo img {
}
#ba-carousel {
  overflow: hidden;
}
#ba-carousel .carousel-control {
  color: #000;
  font-size: 80px;
  top: 70px;
  width: 5%;
}
#ba-carousel .carousel-inner {
  margin-top: 10px;
  padding: 0;
}
#ba-carousel .carousel-inner>.item>a>img,
#ba-carousel .carousel-inner>.item>img,
#ba-carousel .img-responsive,
#ba-carousel .thumbnail a>img,
#ba-carousel .thumbnail>img {
  max-width: 100%;
}
#ba-carousel .carousel-inner>.item>a>img,
#ba-carousel .carousel-inner>.item>img,
#ba-carousel .img-responsive,
#ba-carousel .thumbnail a>img,
#ba-carousel .thumbnail>img {
  max-width: 100%;
}
.col-sm-10.content-column {
  width: 100%;
}
.col-sm-10.content-column #published,
.col-sm-10.content-column .fb-bar,
.col-sm-10.content-column .body.main-body,
.col-sm-10.content-column #widget_detail_postlinks,
.col-sm-10.content-column .large_photos.wide {
  width: 100%;
  padding: 0px 100px;
  font-size: 1.3em !important;
}
.col-sm-10.content-column .body.main-body p {
  margin-bottom: 20px;
}
.col-sm-10.content-column .large_photos.wide img {
  max-height: unset;
}
.col-sm-10.content-column .large_photos.wide.heads_below_pics,
.col-sm-10.content-column .large_photos.wide.heads_on_pics {
  padding: unset;
}
.col-sm-10.content-column .body.main-body {
  font-size: 1.2em;
}

.col-sm-10.content-column .heads.wide {
  width: 100%;
  padding: 0px 200px;
}

@media (max-width: 768px) {
  .col-sm-10.content-column {
    padding: 0px 10px;
  }
  .col-sm-10.content-column #published, 
  .col-sm-10.content-column .fb-bar, 
  .col-sm-10.content-column .body.main-body, 
  .col-sm-10.content-column #widget_detail_postlinks, 
  .col-sm-10.content-column .large_photos.wide,
  .col-sm-10.content-column .heads.wide {
    padding: 0px 10px;
  }
}
.bannerad img {
  max-width: 90%;
}
#browse_content, #browse_content TD {
  font-size: inherit !important;
  line-height: inherit !important;
}
#browse_content .sort_options {
  display: none;
}
#browse_content .content_list .item {
  margin-bottom: 25px;
}
#browse_content .title_header {

  border-bottom:1px solid #000;
  position: relative;
  padding-bottom: 10px;
  
  margin: 7px 0px 2px 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  
}
#browse_content .title_header:before {
    content:""; 
    display:block; 
    position:absolute; 
    left:0; 
    bottom:2px; 
    width:100%; 
    height:1px;                          
    background:#000;
}
.dropdown-menu li:hover .tertiary-menu {
  display: block;
}
.container.pk-layer .when {
  display: none;
}
.tertiary-menu {
  position: absolute;
  display: none;
  margin-left: 155px;
  margin-top: -35px;
  min-width: 100px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgb(0,0,0,.175);
  list-style: none;
  text-align: left;
  /*padding: 0 0 5px 0 !important;*/
  padding: 0 0 5px 0;
}
.tertiary-menu ul {
  display: block;
  float: left;
}
.tertiary-menu>li {
  display: block;
  /*width: 100% !important;*/
  width: 100%;
  float: left;
  left: 0px;
}
.tertiary-menu>li>a {
  white-space: nowrap;
  padding: 3px 20px;
  margin: 0;
  display: block;
  clear: both;
  text-decoration: none;
}
.tertiary-menu li a:hover {
  background-color: #f5f5f5;
}

.box.box-content-sbs .item {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.enp .box.box-content-sbs img {
  max-height: 400px;
  width: auto;
  height: auto;
}
.box.box-content-sbs .caption.lower-right {
  margin-top: 5px;
}
.section-2col .box-content-headlines h2,
.section-2col .box-content-headlines h3,
.section-2col .box-content-headlines h4,
.section-1col .box-content-headlines h2,
.section-1col .box-content-headlines h3,
.section-1col .box-content-headlines h4 {
  font-weight: normal !important;
  font-size: 110% !important;
}
.rome .grid-item.col-5 {
  height: unset;
}
.rome .pk-section.section-6col .box-content-carousel.large .item.with-photo .photo,
.rome .pk-section.section-5col .box-content-carousel.large .item.with-photo .photo,
.rome .pk-section.section-4col .box-content-carousel.large .item.with-photo .photo,
.rome .pk-section.section-3col .box-content-carousel.large .item.with-photo .photo,
.rome .pk-section.section-2col .box-content-carousel.large .item.with-photo .photo,
.rome .pk-section.section-1col .box-content-carousel.large .item.with-photo .photo {
  text-align: center;
}
@media (max-width: 768px) {
  .rome .grid-item.col-5 {
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .rome .pk-section {
    padding-top: 10px;
  }
}
.rome .pk-layer.noear,
.rome .pk-layer.withear .layer-col {
  margin-bottom: 0;
}
.pk-layer.withear .layer-col {
  padding-bottom: 7px !important;
}
.rome .navbar-default .navbar-nav > li > a {
  color: black;
}
.grid-item .single-story-head,
.grid-item h3 {
  line-height: 1.0 !important;
}
@media (max-width: 991px) {
  .box-content-carousel.large .carousel-inner {
    height: 
  }
}