.homepage p:empty {
  display: none;
}

@media (min-width: 768px) {
  .browse-list__btn-wrap {
    display: block;
    text-align: left;
  }

  .browse-list__btn-wrap .btn {
    font-size: 24px;
    min-width: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.form-group {
  margin-bottom: 40px;
}

.menu-list {
  padding: 0;
  list-style: none;
  margin: 0 0 40px;
}

.menu-list li {
  margin: 0 0 5px;
}

.find-expert-section .search-box {
  margin-bottom: 0;
}

.field-legend, .form-group label, .menu-list label {
  font-family: freight-sans-pro, "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.field-legend {
  font-weight: 700;
}

#cats {
  padding-top: 0 !important;
  margin-top: 40px;
  border-top: 100px solid #f8f8f8;
}

#cats .field-legend {
  background-color: #f8f8f8;
  display:
}

#cats .menu-list {
  margin-bottom: 0;
}

/* Skippy Link */

.skippy:focus {
  background-color: #00284e;
  color: #fff;
  font-family: freight-sans-pro, "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  padding: 12px 0;
  text-decoration: none;
  display: block;
}

/* Alert banner */
.alert-banner {
  background-color: #FDB515;
  color: #003262;
  font-family: freight-sans-pro, "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
  padding: 12px 0;
}

.alert-banner a,
.alert-banner a:hover,
.alert-banner a:focus {
  color: #003262;
  text-decoration: underline;
}

.alert-banner__close {
  background-color: transparent;
  border: none;
  margin-left: auto;
  padding-left: 20px;
  color: #003262;
}

@media (max-width: 1006px) {
  .alert-banner {
    font-size: 16px;
    padding: 10px 0;
  }
}

.alert-banner--medium {
  background-color: #D9661F;
  color: #fff;
}

.alert-banner--medium a,
.alert-banner--medium a:hover,
.alert-banner--medium a:focus {
  color: #fff;
  text-decoration: underline;
}

.alert-banner--medium  .alert-banner__close {
  color: #fff;
}

.alert-banner__wrapper {
  display: flex;
}

.alert-banner__title {
  padding-left: 12px;
}

.alert-banner__content {
  order: 1;
}

.alert-banner__close {
  order: 2;
}

.alert-banner__title:after {
  content: ' - ';
}

/* Emergency top story */

.emergency-item {
  background-color: #ED4E33;
  color: #fff;
  font-family: freight-sans-pro, "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
  padding: 20px;
  margin-bottom: 25px;
}

.emergency-item a,
.emergency-item a:hover,
.emergency-item a:focus {
  color: #fff;
  text-decoration: none;
}

.emergency-item a:hover .emergency-item__description,
.emergency-item a:focus .emergency-item__description {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .emergency-item {
    grid-column-start: span 2;
    padding: 40px;
    font-size:24px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .emergency-item {
    grid-column-start: span 3;
    font-size: 36px;
    padding: 80px;
  }
}

.emergency-item__title, .emergency-item__description {
  text-align: center;
}

.emergency-item__title {
  font-size: 96px;
}

/* Experts */
@media (min-width: 768px) {
  .expert-card__name {
    margin-bottom: 0;
  }

  .expert-card__position {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .expert-card__name {
    margin-bottom: 0;
  }
}

.expert-card__contact {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: flex;
}

.expert-card__contact li {
  padding-right: 20px;
}

.expert-card__contact li:last-child {
  padding-right: 0;
}


/* Slideshow */

.cb-slideshow {
  position: relative;
  margin-bottom: 0;
}

.cb-slideshow .owl-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cb-slideshow .owl-next,
.cb-slideshow .owl-prev {
  width: 40px;
  height: 40px;
  background-color: #00284e !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cb-slideshow .owl-next span,
.cb-slideshow .owl-prev span {
  font-size: 30px;
  color: white;
  line-height: 1;
}

@media (min-width: 768px) {
  .cb-slideshow .owl-next,
  .cb-slideshow .owl-prev {
    width: 60px;
    height: 60px;
  }

  .cb-slideshow .owl-next span,
  .cb-slideshow .owl-prev span {
    font-size: 50px;
    line-height: inherit;
  }
}

@media (min-width: 1280px) {
  .cb-slideshow .owl-next,
  .cb-slideshow .owl-prev {
    width: 90px;
    height: 90px;
  }

  .cb-slideshow .owl-next span,
  .cb-slideshow .owl-prev span {
    font-size: 60px;
  }
}

.cb-image.cb-110w--lg .cb-img-credit {
  max-width: 1074px;
  margin: 0 auto;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 1280px) {
  .cb-image.cb-110w--lg .cb-img-credit {
    padding: 0 18px;
  }
}

/* Dark theme updates */

.dark-gray-bg, .dark-gray-bg a, .dark-gray-bg a:hover, .dark-gray-bg a:focus, .dark-gray-bg .btn.btn--link, .dark-gray-bg .news-item__category {
  color: #fff;
}

.dark-gray-bg .bordered-heading {
  border-color: #fff;
}

/* Section Heading */
.section-heading__content {
  margin: -20px 0 -30px;
}

/* Lists */
.cBuilder  ul, .cBuilder ol {
  margin-bottom: 20px !important;
}

@media (min-width: 1024px) {
  .cBuilder  ul, .cBuilder ol {
    margin-bottom: 36px !important;
  }
}

/* Editor */

.editor-helper {
  background-color: #fdb71b;
  color: white;
  padding: 20px;
  border-radius: 8px;
  font-family: freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: 700;
  max-width: 900px;
  margin: 20px auto;
}

.ipr_contentArea .ipr_contentArea-container {
  padding: 0;
}

.ipr_contentArea .ipr_contentArea-container .main {
  padding: 0 100px 100px;
}

#_cbhtml .is-modal.grideditor, .is-ui .is-modal.grideditor {
  height: auto !important;
}

.dark #_cbhtml .is-modal.is-modal-content svg, .dark #_cbhtml .is-modal .is-modal-content svg, .dark .is-ui .is-modal.is-modal-content svg, .dark .is-ui .is-modal .is-modal-content svg {
  width: 25px !important;
  height: 25px !important;
}

/* tables for data charts */
div.table th.response-header {
	padding-bottom:15px;
	text-align:left;
}
div.table th.response-header.pad-right {
	padding-right: 20px;
}
div.table td.response-rates {
	font-weight:600;
	font-size:110%;
	text-align:left;
	padding-bottom:10px;
	padding-top:10px;
	border-top: 1px solid #ddd;
}
div.table td.response-rates.percentage {
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size:130%;
	border-top: 1px solid #fff;
	border-bottom:1px solid #ddd;
}
div.table td.response-rates.percentage.berkeley-blue {
	color:#003262;
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size:170%;
}
div.table td.response-rates.web-soybean {
	color:#859438;
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size:170%;
}
div.table td.response-rates.web-laplane {
	color:#00a598;
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size:170%;
}
div.table td.response-rates.wellman-tile {
    color:#d9661f;
    	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size:150%;
}
div.table td.response-rates.lawrence {
	color:#00b0da;
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size:170%;
}
caption.svsh {
	font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size:130%;
}

.single-post p:last-child {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .single-post p:last-child {
    margin-bottom: 36px;
  }
}

/* bullet style overrides */

.main .cBuilder ul {
  list-style: disc !important;
}

.main .cBuilder ul li {
  padding-left: 0 !important;
}

.main .cBuilder li {
  margin-left: 40px;
  margin-bottom: 15px;
}

.main .cBuilder ul li:before {
  content: none !important;
}
