body {
    background-image: url(../img/bg.jpg);
    background-color: #1a2d4f;
    background-color: transparent !important;
    font-family: 'GothamBook', sans-serif;
    font-weight: 400;
    font-size: 12px;
    width: 100%;
}

a {
 color: #d36028;
}

a:hover, a:focus {
  text-decoration: none;
}

a:visited {
 color: #d36028;;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

#header {
    height: 106px;
    width: 100%;
    background-image: url(../img/header_bg.png), url(../img/header_bg_right.png);
    background-position: left top, right top;
    background-repeat: no-repeat, repeat-x;
}

.inner-header {
    margin-top: -106px;
    padding-bottom: 20px;
}

.header-logo {
    margin-top: 20px;
    float:left;
}

.header-links {
    padding-top: 34px;
    padding-left: 20px;
    color: #feca74;
    font-family: "Oswald";
    font-weight: bold;
    float:left;
    display:block;
}

.header-links a{
    color: #fff;
    font-size: 12px;
    padding-left: 14px;
    padding-right: 14px;
}

.header-links a:hover {
    color: #feca74 !important;
    text-decoration: none;
}

.header-links a:visited {
    color: #fff;
    text-decoration: none;
}

.header-links a.active {
  color: #feca74 !important;
}

.header-links .dropdown {
  float:left;
}

.header-links .dropdown-menu {
  margin-top: 15px;
}

.dropdown-menu .menu-first-li {
  margin-top: -15px;
}

.dropdown-menu a {
  font-family: "GothamBook" !important;
  font-weight: bold !important;
  font-size: 14px !important;
  color: #ce5c24 !important;
  padding-left: 15px !important;
}

.dropdown-menu a:hover {
  color: #fff !important;
}


.dropdown-menu li a:hover {
  background: #cd5c24;
}

.menu-pointer {
  margin-top:-49px;
  height:18px;
}

.small-directory-listing-text {
  font-size: 12px;

}

.small-directory-listing a {
  font-weight: bold;
  color: #cd5c24;
  font-size: 14px;
}

.small-header {
   color: #d36028;
}

@media (min-width: 1300px) {
.header-logo {
  margin-left: -180px;

  }

.header-links {
  padding-left: 10px;
  }

.header-links a{
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.social-icon {
    float:left;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-top: 18px;
}

.social-icon img {
    width: 25px;
    height: 25px;
}

.header-search-form {
    margin-top: 23px;
    color: #fff;
    font-family: "Oswald";
    font-weight: bold;
    font-size: 10px;
    float:right;
}

.header-search-form input[type=text] {
    border-radius: 5px;
    width: 120px;
    color: #000;
    font-family: 'GothamBook', sans-serif;
    font-weight: normal;
    padding-left: 5px;
    margin-left: 5px;
}

.header-search-form input[type=image] {
    margin-left: 5px;
    margin-top: 0px;

}

.main-content {
  min-height: 600px;
}

.content-block {
    background: #fff;
    min-height: 20px;
}

.content-block p {
    padding: 10px;
}

.content-block-heading {
    width: 100%;
    height: 135px;
    background-size: cover;
    text-align:center;
    padding-top: 12px;
    font-family: "Oswald";
    font-size: 18px;
    color: #fff;
}

.content-block-heading h2 {
    font-family: "WisdomScript";
    color: #fec671;
    font-size: 48px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 0;
    line-height: 48px;
}

.content-block-body {
    padding: 20px 25px;
}

.content-block-body p {
    padding: 0;
}

.orange-heading {
    background: url(../img/orange_heading.jpg) repeat-x;
}

.blue-heading {
    background: url(../img/blue_heading.jpg) repeat-x;
}

.content-block .blue-separator {
    color: #fff;
    background-color: #1b2d48;
    margin: 0px 10px;
    padding: 5px 15px;
}

.footer {
    min-height: 227px;
    background: #1c3055 url(../img/footer_bg.jpg) repeat;
    color: #fff;
    padding-top: 40px;
    width: 100%;
}

.md p {
  padding: 0;
  margin-bottom: 10px;
}

.form-field {
    color: #d36028;
    border-radius: 4px;
    border: 2px solid #d36028;
    padding: 4px 8px;
    font-size: 14px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
}

.flat-field {
    background: #d36028;
    width: 100%;
    color: #fff;
    padding: 4px 8px;
    margin-bottom: 10px;
    font-size: 12px;
    border: none;
}

input.flat-field[type="checkbox"] {
    display:none;
    width: auto;
    background: none;
    margin: auto;
    padding: auto;
}

input.flat-field + label {
    position: relative;
    margin-left: 30px;
}

input.flat-field[type="checkbox"] + label span {
    display:inline-block;
    width: 18px;
    height: 17px;
    vertical-align:middle;
    background:url(../img/checkbox.png) no-repeat;
    cursor:pointer;
    position: absolute;
    left: -30px;
}
input.flat-field[type="checkbox"]:checked + label span {
    background:url(../img/checkbox_checked.png) no-repeat;
}

.flat-field::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
.flat-field:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity:  1;
}
.flat-field::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity:  1;
}
.flat-field:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

.left-footer-links {
    padding-left: 8px;
    font-family: "Oswald";
    font-weight: bold;
}
.left-footer-links a{
    padding-right: 30px;
    color: #fff;
    font-size: 12px;
}

.left-footer-links a, .left-footer-links a:hover, .left-footer-links a:visited {
    color: #fff;
    text-decoration: none;
}

.left-footer-links a:hover {
    color: #feca74 !important;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-address {
    font-size: 12px;
    margin-bottom: 40px;
}

.footer-copyright {
    font-size: 12px;
    font-weight: bold;
}

.footer-copyright a, .footer-copyright a:hover, .footer-copyright a:visited {
    color: #fff;
    text-decoration: none;
}

.image-heading img {
  width: 100%;
}

h2.listings-header {
  font-family: "GothamBook";
  font-size: 24px;
  color: #1b2d48;
  margin-top:0;
  padding-bottom: 5px;
}

.content-block h3 {
  margin-left: 10px;
  font-size: 18px;
  color: #d36028;
  margin-bottom: 0;
}



.non-image-event-box {
  font-family: "Oswald";
  color: #fff;
  font-size: 14px;
  background: #1a2e4a;
  width: 138px;
  height: 138px;
  float:left;
  margin-left: 10px;
  text-align:center;
  display: table;
  overflow:hidden;
  margin-bottom: 10px;
}



.non-image-event-box-content {
  word-wrap: break-word;
  display: table-cell;
  vertical-align: middle;
  width: 138px;
}

.non-image-event-box-content-text {
  width: 138px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 auto;
}

.non-image-event-box.larger {
  width: 158px;
  height: 158px;
  margin:0 !important;
  background: #d36028;
  color: #fff;
}

.non-image-event-box-content.larger {
  width: 158px;
}

.non-image-event-box-content-text.larger {
  width: 158px;
}

.non-image-event-box span {
  color:#c65822;
}

.active-event-box {
   background: #1a2e4a;
}

.btn-orange {
  background: #d36028;
  color: #fff;
}

.btn-blue {
  background: #1d3156;
  color: #fff;
}

.btn-blue:hover,
.btn-blue:focus {
  color: #dfdfdf;
}

.directory-block {
  max-height: 984px;
}

.home-directory-map {
  margin-left: 10px;
  margin-top: 10px;
}

.events-directions-map {
  margin-left: 10px;
}

.content-block h4 {
  margin-left: 10px;
  margin-bottom: 0;
  margin-top:0;
  color: #cd5c24;
  font-size: 14px;
}

.directions-text p {

  margin-bottom: 5px;
  padding-top: 5px;
}

.ribbon {
  background: url(../img/event_ribbon.png) no-repeat;
  height: 60px;
  width: 237px;
  color: #fff;
  font-size: 18px;
  text-align:right;
  line-height: 49px;
}

.ribbon-text {
  width: 192px;
  float:right;
  text-align:center;
}

.ribbon a, .ribbon a:visited {
  color: #fff;
}

.dates-and-times .glyphicon {
  font-size: 16px;
  margin-top: 1px;
  color: #1d3156;
}

.dates-and-times label {
  color: #d36028;
}

.event-ribbon {
  position:absolute;
  top: 480px;
  left: -33px;
}

.parking-ribbon {
  position:relative;
  top: 20px;
  left: -48px;
  font-size: 15px;
  margin-bottom:20px;
}

.social-ribbon {
  position:relative;
  top: 20px;
  left: -48px;
  font-size: 15px;
  margin-bottom:20px;
}

.orange-ribbon {
  width: 197px;
  background: transparent url(../img/orange_ribbon.png);
}

.orange-ribbon .ribbon-text {
  width: 160px;
  line-height: 40px;
}

.faq-ribbon {
  position:relative;
  top: 8px;
  left: -48px;
}

.event-icon-box-container {
  margin-top: 25px;
}


.event-icon-box {
  float:left;
  width: 158px;
  height: 163px;
  margin-left: 25px;
  margin-bottom: 25px;
}

.event-icon-box img {
  width: 100%;
}

.event-calendar {
  min-height: 700px;
  margin: 20px;
}

#calendar {
  font-family: "Oswald" !important;
}


.fc-content {
  font-family: "GothamBook";
  font-size: 11px;

}

.fc-event {
  background: none !important;
  color: #1e3667 !important;
  border: none !important;
}

.fc-day-number {
  font-family: "GothamBook";
  font-size: 18px;
  font-weight:bold;
  color: #c75923;
  text-align: left !important;
}

.fc-center h2 {
  font-family: "Oswald" !important;
  margin-left: 65px !important;
  text-transform: uppercase;
  font-weight: bold;

}

.fc-toolbar {
  width: 850px;
  margin: 0 auto;
  padding-top: 10px !important;
}

.fc-time {
  display:block;
}

.press-release-box {
  margin-left: 10px;
  margin-bottom: 10px;
  min-height: 284px;
}

.press-release-box .press-release-date,
.news-entry-box .news-entry-date {
  color: #cd5c24;
  font-weight: bold;
}

.social-image {
  float:left;
  margin-left: 20px !important;
  margin-top: 20px;
  width: 210px;
}

.social-image img {
  width: 100%;
}


.event-date-time strong{
  color: #d36028;
}

.testimonial-bubble {
  background: #cd5c24;
  border-radius: 15px;
  height: 320px;
  overflow: hidden;
  padding: 10px;
  color: #fff;
  font-family: "Oswald";
}

.testimonial-left div {
  font-weight: bold;
  font-size: 26px;
}

.testimonial-left {
  font-size: 15px;
  font-weight: lighter;
}

.testimonial-right {
  font-family: "GothamBook";
  border-left: 1px dashed #f5dacc;
  min-height: 100%;
  font-size: 12px;
  font-weight: lighter;
  margin-bottom: 10px;
}

.testimonial-bottom {
  background: transparent url(../img/bubble_bottom.png) no-repeat;
  width: 46px;
  height: 19px;
  margin-left: 8px;
  margin-top: -1px;
}

.faq {
  padding-left: 10px;
}
.faq p {
  font-size: 14px;
}

.faq-letter p{
  font-family: "Oswald";
  font-size: 25px;
}

.faq span {
  color: #d36028;
}



/* Non-responsive overrides */

/* Reset the container */
.container {
  max-width: 970px !important;
}

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  visibility: visible !important;
}

.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}

/* Undo form expansion */
.navbar-form {
  float: left;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Copy-pasted from forms.less since we mixin the .form-inline styles. */
.navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.navbar-form .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.navbar-form .form-control-static {
  display: inline-block;
}

.navbar-form .input-group {
  display: inline-table;
  vertical-align: middle;
}

.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
  width: auto;
}

.navbar-form .input-group > .form-control {
  width: 100%;
}

.navbar-form .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}

.navbar-form .radio,
.navbar-form .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.navbar-form .radio label,
.navbar-form .checkbox label {
  padding-left: 0;
}

.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}

.navbar-form .has-feedback .form-control-feedback {
  top: 0;
}

.accordion {
  padding: 15px 10px;
}


#id_email_signup_form ul.errorlist {
  padding: 0;
  padding-left: 10px;
  text-transform: uppercase;
}

/** JQUERY-UI STYLES **/

.ui-widget-content {
    padding: 0 25px 10px;
}

.content-block .ui-accordion-header {
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
    background-color: #1b2d48;
    padding: 5px;
    cursor: pointer;
    position: relative;
}

.ui-accordion-header:focus {
    outline: none;
}

.content-block .ui-accordion-header-active {
    background-color: #d36028;
    cursor: default;
}

.ui-accordion-header-icon {
    display: inline-block;
    background: none;
}

.ui-accordion-header-icon::after {
    content: "+";
    font-size: 34px;
    vertical-align: top;
    position: absolute;
    right: 8px;
    top: -5px;
}


.ui-accordion-header-active .ui-accordion-header-icon::after {
    content: "-";
    right: 12px;
}

.ui-widget-content ul {
    list-style-type: none;
}

.ui-widget-content li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 10px;
}

.board-committee .ui-widget-content li {
  list-style-type: disc !important;
}

.search {
  padding-left: 15px;
}


.side-navigation .accordion {
  padding: 0;
}

.side-navigation .ui-widget-content {
  padding: 0;
}

.side-navigation .ui-widget-content ul, .directory-navigation .ui-widget-content ul {
    margin: 0;
    padding: 0;
    max-height: 300px;
    overflow: scroll;
}

.directory-navigation .ui-widget-content ul {
  max-height:200px;
}

.side-navigation .ui-widget-content li, .directory-navigation .ui-widget-content li {
    color: #1d3156;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.side-navigation .ui-widget-content li a, .directory-navigation .ui-widget-content li a {
    color: #1d3156;
}

.side-navigation .ui-widget-content li.selected,
.side-navigation .ui-widget-content li.selected a,
.directory-navigation .ui-widget-content li.selected,
.directory-navigation .ui-widget-content li.selected a {
    color: #fff;
    background-color: #d36028;
}

.side-navigation .ui-accordion-header-icon::after,
.directory-navigation .ui-accordion-header-icon::after
 {
    top: -7px;
}

.side-navigation .controls, .directory-navigation .controls  {
    margin: 5px 0;
}

.side-navigation .up,
.side-navigation .down,
.directory-navigation .up,
.directory-navigation .down {
  cursor: pointer;
}

.side-navigation .down, .directory-navigation .down {
  margin-right: 15px;
}

.content-block .search-results-header {
    margin: 0;
    margin-bottom: 15px;
    color: #1d3156;
    font-weight: bold;
}

.video-grid {
  padding-left:10px;
  margin-right:40px;
}

.video-banner {
  color: #fff;
  background: #000;
  margin-top: -4px;
  margin-bottom: 10px;
  padding: 8px 24px;
  font-size: 16px;
}

.video-box {
  cursor: pointer;
}

.carousel .carousel-control {
  background: none;
  width: auto;
  color: #000;
}

.carousel .glyphicon-chevron-right {
  margin-right: 0;
  right: -10px;
}

.carousel .glyphicon-chevron-left {
  margin-left: 0;
  left: -10px;
}

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
}

.parking-map {
  width: 600px;
  overflow: hidden;
  height: 410px;
  background: #6e615c;
  margin: 0 auto;
}

.parking-map img {
  width: 1800px;
  position: relative;
  left: -285px;
}

.map-controls {
  color: #d36028;
  font-size: 25px;
  position: absolute;
  bottom: 30px;
  left: 38%;
  margin-left: 20px;
  line-height: 20px;
  width: 120px;
  opacity: 0.9;
  background: #650000;
  border-radius: 10px;
}

.map-controls .controller {
  text-align:center;
}

.map-controls .controller .glyphicon {
  cursor: pointer;
}

.mobile-menu > a {
  display: block;
  width: 100%;
  border-radius: 4px;
  background: #1d2f53;
  color: #fff;
  text-align: center;
  padding: 8px 8px;
  font-size: 14px;
}

.mobile-menu > a.open {
  background: #d46128;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.mobile-menu  {
  margin-bottom: 4px;
}

.mobile-menu ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  text-align: center;
  font-size: 14px;
  padding: 4px;
}

.mobile-menu {
  margin-top: 10px;
}

.mobile-nav-button {
  position: absolute;
  top: 0px;
  right: 20px;
}

#mobile-nav .search-area {
  margin-top: 10px;
}

#mobile-nav input[name='q'] {
  border:  2px solid #d36028;
  border-radius: 4px;
  width: 100%;
  font-size: 14px;
  padding: 4px;
}

.pagination-container {
  text-align: left;
}

#infographic {
  text-align: right;
}

/* Small Devices, Tablets */
  /* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .parking-map {
        width: 100%;
    }

    .content-block-heading {
      width: auto;
      margin-left: -15px;
      margin-right: -15px;
    }

    .non-image-event-box,
    .non-image-event-box.larger {
      width: 96%;
      margin-right: 15px;
    }

    .event-icon-box {
      width: 100%;
      margin-left: 0;
    }

    .content-block {
      padding: 0 15px;
    }

    .home-directory-map {
      margin-right: 10px;
    }

    #somerset-tourism-information {
      margin: 0 auto;
      white-space: normal;
    }

    .map-controls {
      left: 0;
      right: 0;
      margin: 0 auto;
    }

    .pagination-container {
      text-align: center;
    }

    ul.pagination li:nth-child(n+5) {
      display: none;
    }

    ul.pagination li:last-child {
      display: inline;
    }

    .content-block-heading h2 {
      font-size: 25px;
    }

    #infographic {
      text-align: center;
    }

    .board-committee .ui-widget-content {
      padding: 0 0 10px 0;
    }
}