.c-hamburger{margin-right:10px;float:left;display:block;position:relative;overflow:hidden;margin:0;padding:0;width:24px;height:20px;font-size:0;text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;border-radius:none;border:none;cursor:pointer;background:#fff;transition:background .3s;-webkit-transition:background .3s}.c-hamburger:focus{outline:none}.c-hamburger span{display:block;position:absolute;top:9px;left:0;right:0;height:2px;background:#6d6e71}.c-hamburger span::before,.c-hamburger span::after{position:absolute;display:block;left:0;width:100%;height:2px;background-color:#6d6e71;content:""}.c-hamburger span::before{top:-6px}.c-hamburger span::after{bottom:-6px}.c-hamburger--rot span{transition:transform .3s;-webkit-transition:transform .3s}.c-hamburger--rot.is-active span{transform:rotate(90deg);-webkit-transform:rotate(90deg)}.c-hamburger--htx span{transition:background 0s .3s;-webkit-transition:background 0s .3s}.c-hamburger--htx span::before,.c-hamburger--htx span::after{transition-duration:.3s,.3s;-webkit-transition-duration:.3s,.3s;transition-delay:.3s,0s;-webkit-transition-delay:.3s,0s}.c-hamburger--htx span::before{transition-property:top, transform;-webkit-transition-property:top, transform}.c-hamburger--htx span::after{transition-property:bottom, transform;-webkit-transition-property:bottom, transform}.c-hamburger--htx.is-active span{background:none}.c-hamburger--htx.is-active span::before{top:0;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.c-hamburger--htx.is-active span::after{bottom:0;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.c-hamburger--htx.is-active span::before,.c-hamburger--htx.is-active span::after{transition-delay:0s,.3s;-webkit-transition-delay:0s,.3s}.c-hamburger--htla span{transition:transform .3s;-webkit-transition:transform .3s}.c-hamburger--htla span::before{transform-origin:top right;-webkit-transform-origin:top right;transition:transform .3s,width .3s,top .3s;-webkit-transition:transform .3s,width .3s,top .3s}.c-hamburger--htla span::after{transform-origin:bottom right;-webkit-transform-origin:bottom right;transition:transform .3s,width .3s,bottom .3s;-webkit-transition:transform .3s,width .3s,bottom .3s}.c-hamburger--htla.is-active span{transform:rotate(180deg);-webkit-transform:rotate(180deg)}.c-hamburger--htla.is-active span::before,.c-hamburger--htla.is-active span::after{width:50%}.c-hamburger--htla.is-active span::before{top:0;transform:translateX(14px) translateY(1px) rotate(45deg);-webkit-transform:translateX(14px) translateY(1px) rotate(45deg)}.c-hamburger--htla.is-active span::after{bottom:0;transform:translateX(14px) translateY(-1px) rotate(-45deg);-webkit-transform:translateX(14px) translateY(-1px) rotate(-45deg)}.c-hamburger--htra span{transition:transform .3s;-webkit-transition:transform .3s}.c-hamburger--htra span::before{transform-origin:top left;-webkit-transform-origin:top left;transition:transform .3s,width .3s,top .3s;-webkit-transition:transform .3s,width .3s,top .3s}.c-hamburger--htra span::after{transform-origin:bottom left;-webkit-transform-origin:bottom left;transition:transform .3s,width .3s,bottom .3s}.c-hamburger--htra.is-active span{transform:rotate(180deg);-webkit-transform:rotate(180deg)}.c-hamburger--htra.is-active span::before,.c-hamburger--htra.is-active span::after{width:50%}.c-hamburger--htra.is-active span::before{top:0;transform:translateX(-2px) translateY(1px) rotate(-45deg);-webkit-transform:translateX(-2px) translateY(1px) rotate(-45deg)}.c-hamburger--htra.is-active span::after{bottom:0;transform:translateX(-2px) translateY(-1px) rotate(45deg);-webkit-transform:translateX(-2px) translateY(-1px) rotate(45deg)}
/*********************
To be in style.less
**********************/
#slider {
  background: #f5f5f5;
}
#slider img {
  border: 0;
}
#slider table {
  height: 670px;
  width: 100%;
}
#slider table td {
  vertical-align: middle;
}
#slider table td img {
  display: block;
  margin: 0 auto;
  max-height: 675px;
  max-width: 1190px;
  width: auto;
}
.picture #carousel {
  position: relative;
}
.picture #carousel .flex-direction-nav a {
  z-index: 9;
  opacity: 1;
  width: 24px;
}
.picture #carousel .flex-direction-nav a.flex-prev {
  left: -40px;
}
.picture #carousel .flex-direction-nav a.flex-prev:before {
  content: "\e801";
  font-family: 'fontello';
  font-size: 33px;
}
.picture #carousel .flex-direction-nav a.flex-next {
  right: -40px;
}
.picture #carousel .flex-direction-nav a.flex-next:before {
  content: "\e802";
  font-family: 'fontello';
  font-size: 33px;
}
.date-current:before {
  content: '\e80e';
  font-family: 'fontello';
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 26px;
}
.venues .venue-details {
  padding-bottom: 15px;
}
.slick-arrow {
  background: transparent;
  border: 0;
  position: absolute;
  margin-top: -32px;
  z-index: 10;
}
.slick-arrow:before {
  font-family: 'fontello';
  font-size: 33px;
}
.slick-prev {
  left: 14px;
}
.slick-prev:before {
  content: "\e801";
}
.slick-next {
  right: 14px;
}
.slick-next:before {
  content: "\e802";
}
.back-button button {
  background: transparent;
  border: 1px solid #c0c1c4;
  padding-left: 0;
  min-width: 66px;
  padding: 7px 0;
}
@media all and (min-width: 1200px) {
  .picture #slider li {
    max-height: 441px;
  }
  #slider table {
    height: 441px;
  }
  #slider table td img {
    height: 441px;
  }
}
@media all and (min-width: 1600px) {
  .picture #slider li {
    max-height: 675px;
  }
  #slider table {
    height: 675px;
  }
  #slider table td img {
    height: 675px;
  }
}
@media all and (max-width: 1200px) {
  .picture img {
    max-height: 443px;
    width: auto;
  }
  #slider table td img,
  #slider table {
    height: 440px;
  }
}
/*********************
////To be in style.less
**********************/
@media all and (max-width: 1024px) {
  #google-map {
    max-width: 623px;
    margin: 0 auto;
  }
}
@media all and (max-width: 991px) {
  .search-overlay {
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
  }
  .entry-body .entry-sidebar + .entry-content {
    padding-left: 0;
    border: 0;
  }
  .entry-body .entry-sidebar .listing-item {
    width: 50%;
    float: left;
  }
  .entry-body .entry-content {
    border: 0;
    padding: 0 8px;
    float: left;
    width: 100%;
  }
  #slider table {
    height: 442px;
  }
  #slider table td img {
    max-height: 442px;
  }
  .picture img {
    max-height: 407px;
  }
  #slider table td img,
  #slider table {
    height: 404px;
  }
  .venues .venue-details {
    width: 33.333333333%;
  }
  .listing .listing-item:nth-child(3n+1) {
    clear: none;
  }
  .listing .listing-item:nth-child(2n+1) {
    clear: both;
  }
}
@media all and (max-width: 768px) {
  .toggle-description {
    margin-right: 40px;
  }
  .picture .picture-description .picture-description-copy {
    padding: 60px 40px 40px 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .listing .listing-item:hover,
  .entry-sidebar .listing-item:hover,
  .listing .listing-item:focus,
  .entry-sidebar .listing-item:focus,
  .listing .listing-item:active,
  .entry-sidebar .listing-item:active {
    opacity: 1;
  }
  .mobile-carousel {
    margin-left: -8px;
    margin-right: -8px;
  }
  .mobile-carousel .listing-item-copy {
    padding: 10px 20px;
  }
  .mobile-carousel .slick-arrow {
    display: none !important;
  }
  .mobile-carousel .slick-dots {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    right: 14px;
    bottom: 10px;
  }
  .mobile-carousel .slick-dots li {
    float: left;
    margin-left: 5px;
  }
  .mobile-carousel .slick-dots li button {
    border: 0;
    background: #fff;
    border-radius: 100%;
    font-size: 1px;
    width: 12px;
    height: 12px;
  }
  .mobile-carousel .slick-dots li.slick-active button {
    background: #322f31;
  }
  .search-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #header-main #menu-header-menu li a,
  #sticky-menu-bar #menu-header-menu li a,
  #header-main #sticky-menu li a,
  #sticky-menu-bar #sticky-menu li a {
    font-family: "ITC Franklin Gothic LT W01 Bk";
    font-size: 26px;
    color: #6f6f6e;
    line-height: 30px;
    padding-bottom: 0;
  }
  #header-main #menu-header-menu li a:hover,
  #sticky-menu-bar #menu-header-menu li a:hover,
  #header-main #sticky-menu li a:hover,
  #sticky-menu-bar #sticky-menu li a:hover,
  #header-main #menu-header-menu li a:focus,
  #sticky-menu-bar #menu-header-menu li a:focus,
  #header-main #sticky-menu li a:focus,
  #sticky-menu-bar #sticky-menu li a:focus,
  #header-main #menu-header-menu li a:active,
  #sticky-menu-bar #menu-header-menu li a:active,
  #header-main #sticky-menu li a:active,
  #sticky-menu-bar #sticky-menu li a:active {
    font-family: "ITC Franklin Gothic LT W01 Dm";
    font-size: 26px;
    color: #272726;
    line-height: 30px;
    padding-bottom: 0;
    padding-bottom: inherit;
  }
  #header-main #menu-header-menu li.current-menu-item,
  #sticky-menu-bar #menu-header-menu li.current-menu-item,
  #header-main #sticky-menu li.current-menu-item,
  #sticky-menu-bar #sticky-menu li.current-menu-item,
  #header-main #menu-header-menu li.current-page-ancestor,
  #sticky-menu-bar #menu-header-menu li.current-page-ancestor,
  #header-main #sticky-menu li.current-page-ancestor,
  #sticky-menu-bar #sticky-menu li.current-page-ancestor,
  #header-main #menu-header-menu li:focus,
  #sticky-menu-bar #menu-header-menu li:focus,
  #header-main #sticky-menu li:focus,
  #sticky-menu-bar #sticky-menu li:focus,
  #header-main #menu-header-menu li:active,
  #sticky-menu-bar #menu-header-menu li:active,
  #header-main #sticky-menu li:active,
  #sticky-menu-bar #sticky-menu li:active,
  #header-main #menu-header-menu li:hover,
  #sticky-menu-bar #menu-header-menu li:hover,
  #header-main #sticky-menu li:hover,
  #sticky-menu-bar #sticky-menu li:hover {
    font-family: "ITC Franklin Gothic LT W01 Dm";
    font-size: 26px;
    color: #272726;
    line-height: 30px;
    padding-bottom: 0;
    padding-bottom: inherit;
  }
  #header-main #menu-header-menu li.current-menu-item a,
  #sticky-menu-bar #menu-header-menu li.current-menu-item a,
  #header-main #sticky-menu li.current-menu-item a,
  #sticky-menu-bar #sticky-menu li.current-menu-item a,
  #header-main #menu-header-menu li.current-page-ancestor a,
  #sticky-menu-bar #menu-header-menu li.current-page-ancestor a,
  #header-main #sticky-menu li.current-page-ancestor a,
  #sticky-menu-bar #sticky-menu li.current-page-ancestor a,
  #header-main #menu-header-menu li:focus a,
  #sticky-menu-bar #menu-header-menu li:focus a,
  #header-main #sticky-menu li:focus a,
  #sticky-menu-bar #sticky-menu li:focus a,
  #header-main #menu-header-menu li:active a,
  #sticky-menu-bar #menu-header-menu li:active a,
  #header-main #sticky-menu li:active a,
  #sticky-menu-bar #sticky-menu li:active a,
  #header-main #menu-header-menu li:hover a,
  #sticky-menu-bar #menu-header-menu li:hover a,
  #header-main #sticky-menu li:hover a,
  #sticky-menu-bar #sticky-menu li:hover a {
    font-family: "ITC Franklin Gothic LT W01 Dm";
    font-size: 26px;
    color: #272726;
    line-height: 30px;
    padding-bottom: 0;
    padding-bottom: inherit;
  }
  .entry-body .entry-sidebar {
    margin-left: 0;
    margin-right: 0;
  }
  #google-map {
    max-width: 720px;
  }
  .back-button {
    display: none;
  }
  #logo {
    opacity: 0;
  }
  #logo.active {
    z-index: 197;
    transition: all 300ms ease;
    opacity: 1;
  }
  #sticky-menu-bar {
    display: none !important;
  }
  #sticky-menu-bar .menu-toggle {
    display: block;
  }
  #logo {
    z-index: 97;
    transition: all 300ms ease;
  }
  #sticky-header {
    opacity: 0;
    transition: all 600ms ease;
    visibility: hidden;
    height: 0;
    overflow: visible;
    z-index: 9999;
  }
  #sticky-header.active {
    height: auto;
    transition: all 600ms ease;
    opacity: 1;
    visibility: visible;
    left: 0;
    right: 0;
  }
  #sticky-header a {
    margin: 24px 10px 0 8px;
    padding: 0;
    position: relative;
    z-index: 998;
  }
  #sticky-header a.open {
    font-family: "ITC Franklin Gothic LT W01 Dm";
  }
  #sticky-menu-bar {
    min-height: 42px;
  }
  .menu-toggle {
    float: left;
    display: block;
    padding: 14px 8px 13px 8px;
    text-indent: 9px;
    font-size: 20px;
    line-height: 20px;
    color: #6f6f6e;
    cursor: pointer;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
  }
  .menu-toggle:hover,
  .menu-toggle:focus {
    font-family: "ITC Franklin Gothic LT W01 Dm";
  }
  #header-main {
    opacity: 1;
    visibility: hidden;
    height: 0;
    z-index: 999;
    position: relative;
  }
  #header-main.active {
    opacity: 1;
    visibility: visible;
  }
  #header-main #menu-header-menu {
    text-align: left;
    position: relative;
    z-index: 99;
    padding-top: 35px;
  }
  #header-main #menu-header-menu li {
    display: block;
    padding: 0 8px 14px 8px;
  }
  #header-main #menu-header-menu li.current-menu-item a,
  #header-main #menu-header-menu li.current-page-ancestor a {
    font-size: 26px;
    line-height: 30px;
  }
  #header-main #menu-header-menu li a {
    font-size: 26px;
    line-height: 30px;
  }
  #header-main #menu-header-menu li a:hover {
    font-size: 26px;
    line-height: 30px;
  }
  .post-type-archive-opportunities #header-main #menu-header-menu .menu-item-opportunities a,
  .single-opportunities #header-main #menu-header-menu .menu-item-opportunities a {
    font-size: 26px;
    line-height: 30px;
  }
  h2.listing-header {
    margin: 0 17px;
  }
  footer {
    padding: 15px 0 0 0;
  }
  footer .footer-section {
    padding: 0 11px;
    width: 50%;
  }
  footer .footer-section.social ul {
    padding-top: 13px;
  }
  footer .footer-section.social form {
    max-width: 285px;
  }
  footer .contacts {
    padding-bottom: 27px;
  }
  footer .jcf i {
    font-size: 32px;
  }
  .bottom-navigation {
    padding: 20px 9px;
    margin-bottom: 20px;
  }
  .bottom-navigation .credits {
    margin-top: 0px;
    padding: 0 11px;
  }
  .bottom-navigation .menu-footer-menu-container {
    margin: 0 3px;
  }
  .menu-overlay {
    opacity: 0;
    transition: all 300ms ease;
  }
  .menu-overlay.active {
    opacity: 1;
    transition: all 300ms ease;
    z-index: 98;
  }
  .listing .listing-item {
    padding-left: 17px;
    padding-right: 17px;
  }
  /****************************
    Detail page
    *****************************/
  .picture #carousel {
    overflow: hidden;
  }
  #slider table td img,
  #slider table {
    height: 370px;
  }
  footer .input-group {
    margin: 10px 0 25px;
  }
  #content-area {
    margin-top: 45px;
    overflow: hidden;
  }
  #main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  #main-header.active {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    height: 100vh;
    overflow: auto;
  }
  #jcf-menu .menu-copy {
    width: 100%;
  }
  #jcf-menu .menu {
    width: 100%;
  }
  #jcf-menu {
    left: -100%;
    width: 100%;
    margin-left: 0;
    transition: all 300ms ease;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  #jcf-menu.jcf-open {
    height: 667px;
    left: 0;
    transition: all 300ms ease;
  }
  #jcf-menu .menu {
    padding-top: 240px;
    padding-bottom: 290px;
  }
  #jcf-menu .menu li {
    margin-left: 8px;
    margin-right: 8px;
  }
  #jcf-menu .menu li a {
    margin: 15px 0 0 0;
  }
  #jcf-menu .menu-copy {
    padding-left: 8px;
    padding-right: 8px;
  }
  .bottom-navigation .credits a {
    padding-left: 0;
    display: block;
  }
  .see-more {
    width: 100%;
    display: inline-block;
  }
}
/****************************
Mobile landscape
*****************************/
@media all and (max-width: 675px) {
  .entry-header .flex-direction-nav {
    display: none;
  }
  .press-release span {
    float: left;
    width: 85%;
  }
  .search-overlay form .search-box .input-group {
    width: 92%;
  }
  footer .footer-section {
    width: 100%;
  }
  .bottom-navigation .credits {
    margin-top: 10px;
  }
  .archive-header .archive-filters ul li a i {
    margin-right: 38px;
  }
  .archive-header .archive-filters ul li a i.icon-arrow_r {
    margin-right: 20px;
  }
  .archive-header .archive-filters ul li a i.reset-filter {
    margin-right: 28px;
  }
  .entry-body .entry-content {
    word-wrap: break-word;
  }
  .archive-header.partial-header {
    margin-top: 0;
  }
  .listing .listing-item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .slideshow-home .flex-control-paging {
    display: block;
  }
  .slideshow-home .flex-control-paging li {
    opacity: 1;
    margin: 0 3px;
  }
  .slideshow-home .flex-control-paging li:last-child {
    margin-right: 12px;
  }
  .slideshow-home .flex-control-paging li a {
    background: #666;
  }
  .slideshow-home .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
  }
  .slideshow-home .custom-navigation {
    display: none;
  }
  .entry-body .entry-sidebar + .entry-content {
    border: 0;
    padding: 0 8px;
  }
  .picture #slider .slides li {
    height: 272px;
  }
  #slider table {
    height: 272px;
  }
  #slider table td img {
    height: 272px;
  }
  .picture img {
    max-height: 308px;
  }
  .entry-header .picture {
    padding: 0;
    overflow: hidden;
  }
  .picture #carousel {
    padding: 10px 0;
  }
  .venues .venue-details {
    width: 100%;
  }
  .entry-header .entry-title h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .entry-header .entry-title span {
    font-size: 24px;
    line-height: 32px;
  }
  .entry-body .entry-sidebar .listing-item {
    width: 100%;
    padding: 0;
  }
  .listing .listing-item-label,
  .entry-sidebar .listing-item-label {
    font-size: 18px;
    line-height: 26px;
    background: #fff;
  }
  .flexslider-thumbs {
    position: relative;
  }
  .flexslider-thumbs .flex-direction-nav {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: 50%;
  }
  .flexslider-thumbs .flex-direction-nav a {
    text-shadow: none;
  }
  .flexslider-thumbs .flex-direction-nav .flex-prev {
    left: 20px;
    opacity: 1;
  }
  .flexslider-thumbs .flex-direction-nav .flex-prev:before {
    content: "\e801";
    font-family: 'fontello';
    font-size: 33px;
  }
  .flexslider-thumbs .flex-direction-nav .flex-next {
    right: 20px;
    opacity: 1;
  }
  .flexslider-thumbs .flex-direction-nav .flex-next:before {
    content: "\e802";
    font-family: 'fontello';
    font-size: 33px;
  }
  .single .flexslider-thumbs .flex-direction-nav .flex-next {
    right: 0;
  }
  .single .flexslider-thumbs .flex-direction-nav .flex-prev {
    left: 0;
  }
  .slideshow-home {
    padding: 0;
  }
  .slideshow-home .flexslider {
    width: 100%;
  }
  .slideshow-home .container {
    padding: 0;
  }
  .slideshow-home .slide-text {
    position: static !important;
    background: #fff;
  }
  .slideshow-home .custom-navigation .flex-prev,
  .slideshow-home .custom-navigation .flex-next {
    top: calc(33% - 34px);
  }
  .venues {
    margin: 0 4px;
    border: 0;
  }
  .entry-body {
    border: 0;
  }
  .related {
    padding: 0 7px 0 12px;
  }
  .entry-body .entry-sidebar {
    padding: 0;
  }
  .slideshow-home-text .flexslider {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .jcf {
    padding-top: 0;
  }
  #logo i {
    font-size: 200px;
  }
  .events-carousel .slick-arrow.slick-prev {
    left: -20px;
  }
  .events-carousel .slick-arrow.slick-next {
    right: -20px;
  }
}
@media all and (max-width: 480px) {
  #jcf-menu .menu li a {
    margin: 15px 3px 0 3px;
  }
  #header-main #menu-header-menu li {
    padding-left: 11px;
  }
  #jcf-menu .menu-copy {
    padding-left: 10px;
    padding-right: 10px;
  }
  #sticky-header a {
    font-size: 13px;
    margin-left: 5px;
  }
  #slider table {
    height: auto;
  }
  .picture #carousel .flex-direction-nav a.flex-next {
    right: -30px;
  }
  .picture #carousel .flex-direction-nav a.flex-prev {
    left: -30px;
  }
  .picture .picture-description {
    width: 75%;
  }
  .picture .picture-description i {
    right: 3px;
    bottom: 10px;
    top: initial;
  }
  .picture #slider li {
    max-height: 210px;
  }
  #slider table {
    height: 210px;
  }
  #slider table td img {
    height: 210px;
  }
  .slideshow-home-text .flexslider {
    padding-top: 20px;
  }
  .see-more .btn {
    width: 80%;
    margin: 0 auto;
  }
  #jcf-menu .menu-copy {
    width: 100%;
  }
  #jcf-menu .menu {
    width: 100%;
    padding: 340px 0 120px 0;
  }
  .type-page {
    padding-top: 25px;
  }
  .archive-title .header-content {
    margin-bottom: 0;
  }
  .archive-header .header-content {
    height: auto;
    padding-bottom: 20px;
  }
  .archive-filters .header-content {
    padding-bottom: 0px;
  }
  .archive-header .archive-filters ul {
    position: relative;
    padding-top: 0px;
  }
  .entry-sidebar .listing-item-type i {
    border: 2px solid #fff;
    font-size: 80px;
    line-height: 80px;
    height: 80px;
  }
  .listing.entry-sidebar .listing-item-label.media-label .listing-item-type,
  .entry-sidebar.entry-sidebar .listing-item-label.media-label .listing-item-type {
    margin-top: 16%;
  }
  .entry-header .entry-title {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .entry-header .entry-title h1 {
    padding-bottom: 20px;
  }
  .entry-header .entry-title span {
    font-size: 22px;
    line-height: 28px;
  }
  .venues {
    padding-bottom: 0;
  }
  .venues .venue-details {
    padding-bottom: 5px;
  }
  .venues .venue-details.date-current {
    padding-bottom: 5px;
  }
  .venues .venue-details:last-child {
    padding-bottom: 0;
  }
  .venues .venue-details:last-child .location {
    margin-bottom: 0;
  }
  .venues {
    padding-top: 10px;
  }
  .entry-body .entry-content .press-links {
    margin-top: 20px;
  }
  .entry-body .entry-content .downloads,
  .entry-body .entry-content .external-links {
    padding-bottom: 0;
  }
  .listing.logos .listing-item-image,
  .entry-sidebar.logos .listing-item-image {
    height: 135px;
  }
}
@media all and (max-width: 375px) {
  #slider table,
  #slider table td img,
  .picture #slider .slides li {
    height: auto;
  }
  #slider table td img {
    max-width: 100%;
  }
}
