﻿@media (min-width: 992px) {
  .desktop-only {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .headersection {
    height: 80px !important;
  }
  .headersection .brandlogo {
    height: 80px !important;
    top: 0 !important;
    background-image: url('../images/pudseyttclogosmall.png') !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Baskerville", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #475C98;
}
body {
  background-color: #FFF9F0;
}
p {
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
  line-height: 1.4em;
  color: #586E75;
  padding: 0 2%;
}
.alert.alert-danger > p {
  color: #B94A48;
}
ul.copylist > li,
td,
dl {
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
  line-height: 1.4em;
  color: #586E75;
}
.headersection {
  height: 150px;
  background-image: url('../images/headback.png');
}
.headersection .brandlogo {
  height: 100px;
  top: 20px;
  background-image: url('../images/pudseyttclogo.png');
  background-repeat: no-repeat;
}
.headersection .brandimage {
  height: 150px;
  background-image: url('../images/junior.png');
  background-repeat: no-repeat;
}
.lead {
  font-size: 18px;
}
.badge {
  background-color: #FDAD22;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 80%;
  font-weight: normal;
}
.well {
  background-color: #fff5e6;
  border: 1px solid #ffe5bd;
}
legend {
  border-bottom: 1px solid #ffe5bd;
}
aside h2 {
  font-size: 1.8em;
  color: #FDAD22;
  border-bottom: 1px dotted #fed387;
}
.borderedpic {
  border: 1px solid #ffe5bd;
}
.date-banner {
  color: white;
  margin-top: 9px;
  margin-bottom: 0;
}
.nav .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.nav a:hover .caret {
  border-top-color: #c6cee5;
  border-bottom-color: #c6cee5;
}
.navbar-strip {
  background-color: #ea9502;
}
.navbar {
  margin-bottom: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
  background-color: #ea9502;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar .navbar-brand {
  color: #475C98;
}
.navbar .navbar-nav > .active > a {
  background-color: #475C98;
}
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: white;
  background-color: #475C98;
}
.navbar .navbar-nav > li > a {
  color: white;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #c6cee5;
  background-color: #475C98;
}
.navbar .navbar-nav > li > a > .active > a {
  background-color: #475C98;
}
.nav-tabs li a {
  color: #475C98;
}
.nav-tabs li.active a {
  background: #FFF9F0;
  color: #475C98;
  font-weight: bold;
}
.nav-tabs li.active a:hover {
  background: #ffefd7;
}
.nav-tabs li a:hover {
  background: #ffd08a;
  color: white;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.text-blogdate {
  color: #475C98;
}
.venue-wrapper .address p,
.venue-wrapper .directions p {
  line-height: 1em;
}
.venue-wrapper .address p span,
.venue-wrapper .directions p span {
  font-size: 1.6em;
  display: block;
  float: left;
  width: 33px;
  margin-top: -0.3em;
}
.venue-wrapper ul > li {
  margin-left: 16px;
}
.panel-heading .accordion-toggle:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}
#footer {
  margin-top: 10px;
  padding-top: 10px;
  background-color: #ffe5bd;
  border-top: 8px solid #ffd08a;
}
.footer-wrapper h4 {
  border-bottom: 1px dotted #fed387;
  color: #FDAD22;
  font-size: 18px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.footer-wrapper .address p {
  line-height: 1.2em;
  font-size: 0.9em;
}
.footer-wrapper .address p span {
  font-size: 1.6em;
  display: block;
  float: left;
  width: 33px;
  margin-top: -0.3em;
}
.footer-wrapper img.footerlogo {
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer-navigate {
  list-style: none;
  margin-left: -25px;
}
.footer-navigate li {
  padding: 2px 0;
}
.footer-bottom .container .row {
  margin-top: 10px;
  padding-top: 6px;
  border-top: 1px dotted #ffd08a;
}
#featuredstory {
  background-color: #ffefd7;
  border-radius: 6px;
  margin-top: 10px;
  padding: 15px 20px 15px 20px;
}
div .k-upload {
  border-width: 1px;
  border-color: #ffd08a;
}
/*.k-upload-status {
    color: green;
}*/
.k-grid-header th.k-header > .k-link {
  display: inline-block;
}
.k-notification-notification-unavailable.k-group {
  background: rgba(50, 50, 50, 0.9);
  border-color: transparent;
}
.glyph-wrapper {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  margin-right: 15px;
  color: #B94A48;
}
.notification-unavailable {
  width: 240px;
  height: 100px;
  padding: 0 30px;
  line-height: 100px;
}
.notification-unavailable h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.confirmemail {
  display: none;
}