/* Fonts */
body {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400; /* Regular */
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6, input {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 300; /* Light */
}
h1 {
  font-size: 45px;
  font-family: Georgia, serif;
}
.highlight h1 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
nav.site-navigation,
nav.mobile-navigation {
  font-family: Georgia, serif;
  font-size: 15px;
}
footer.site-footer {
  font-size: 18px;
  font-weight: 600; /* Semi Bold */
}
a, a:hover, a:active, a:visited {
  color: #176b53;
}
h1.centered {
  font-family: Georgia, serif;
  font-size: 60px;
}
section.recipe h1.recipe-title {
  font-family: Georgia, serif;
}
/* Structure */
#page {
  position: relative;
}
.visible-print {
  display: none;
}
/* Header */
header.site-header {
  position: relative;
  background: #FFF;
  padding: 15px 0 0 0;
  width: 100%;
}
header.site-header h1 {
  margin: 0 0 15px 0;
  padding: 0;
}
header.site-header h1 img {
  width: auto;
  max-width: 100%;
  height: auto;
}
header.site-header.over {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 500;
}
header.site-header .searchbox {
  position: relative;
}
header.site-header .searchbox .glyphicon {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #bbb;
  font-size: 18px;
}
header.site-header .searchbox input.search-field {
  padding: 5px 0 5px 35px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background: #FFF;
}
header.site-header.over .searchbox .glyphicon {
  color: rgba(255, 255, 255, 0.5);
}
header.site-header.over .searchbox input.search-field {
  background: #bf0000;
  border: none;
  color: #FFF;
}
header.site-header .searchbox ::-webkit-input-placeholder {  
   color: #bbb;  
}
header.site-header .searchbox :-moz-placeholder {  
   color: #bbb;  
}
header.site-header .searchbox ::-moz-placeholder {  
   color: #bbb;  
}
header.site-header .searchbox :-ms-input-placeholder {  
   color: #bbb;  
}
header.site-header.over .searchbox ::-webkit-input-placeholder {  
   color: #FFF;  
}
header.site-header.over .searchbox :-moz-placeholder {  
   color: #FFF;  
}
header.site-header.over .searchbox ::-moz-placeholder {  
   color: #FFF;  
}
header.site-header.over .searchbox :-ms-input-placeholder {  
   color: #FFF;  
}
.mobile-social ul.social_media_icons {
  text-align: center;
}
.mobile-social ul.social_media_icons li {
  float: none;
  display: inline-block;
}
.select-toggle {
  width: 100%;
  padding: 5px 10px 5px 10px;
  height: 36px;
  line-height: 26px;
  border: 1px solid #e1e1e1;
  background: #FFF;
  color: #a7a7a7;
  border-radius: 4px;
  position: relative;
}
.select-toggle .glyphicon {
  position: absolute;
  right: 10px;
  top: 10px;
}
.select-toggle a.select-text {
  color: #a7a7a7;
}
.theme-home .select-toggle a.select-text.open .select-text-content,
.theme-chef .select-toggle a.select-text.open .select-text-content,
.theme-edu .select-toggle a.select-text.open .select-text-content,
.theme-school .select-toggle a.select-text.open .select-text-content {
  display: none;
}
.over .select-toggle {
  border: none;
  background: rgba(0,0,0,0.5);
}
.over .select-toggle a.select-text {
  color: #FFF;
}
.select-interest {
  display: none;
  position: absolute;
  z-index: 400;
  top: 36px;
  left: 0;
  width: 100%;
  background: #FFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #e1e1e1;
}
.select-interest ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select-interest li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select-interest a {
  display: block;
  padding: 10px 20px;
}
/* Site Navigation */
nav.navbar {
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav li {
  display: inline;
}
nav.site-navigation {
  min-height: 70px;
  background: #bf0000;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
nav.site-navigation .container {
  position: relative;
}
nav.site-navigation ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap: nowrap;
}
nav.site-navigation li {
  display: inline-block;
  padding: 15px 0;
  min-height: 70px;
}
nav.site-navigation a {
  display: inline-block;
  line-height: 18px;
  padding: 10px 10px;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 14px;
}
nav.site-navigation.subnavigation ul.secondary-navigation {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap: nowrap;
}
nav.site-navigation.subnavigation li {
  padding: 5px 0;
  min-height: 70px;
}
nav.site-navigation.subnavigation a {
  display: inline-block;
  height: auto;
  line-height: 16px;
  padding: 10px 10px;
  color: #FFF;
  text-transform: none;
}
nav.site-navigation a:hover {
  text-decoration: none;
  background: #e22626;
}
nav.site-navigation li.menu-item-has-children {
  position: relative;
}
nav.site-navigation .sub-menu {
  display: none;
  background: #e22626;
  position: absolute;
  top: 70px;
  left: 0;
  width: 300px;
  padding: 10px 0;
  z-index: 500;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
nav.site-navigation .sub-menu .sub-menu {
  top: 0;
  left: 300px;
}
nav.site-navigation .sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  min-height: 1px;
}
nav.site-navigation .sub-menu li a {
  height: auto;
  display: block;
  line-height: 20px;
  padding: 10px 20px;
  margin: 5px 0;
}
nav.site-navigation .sub-menu li a:hover {
  background: #bf0000;
}
/* Footer */
footer.site-footer {
  color: #3d3d3d;
  clear: both;
  text-align: center;
  padding: 30px 0 30px 0;
  line-height: 40px;
}
footer.site-footer div,
footer.site-footer ul#footer-menu {
  display: inline;
}
footer.site-footer li {
  padding: 0 0 0 20px;
}
footer.site-footer a {
  color: #3d3d3d;
  text-decoration: none;
}
/* Content */
section {
  position: relative;
}
section h1.centered {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin: -25px 0 0 0;
  color: #FFF;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  padding: 0 120px 0 120px;
}
/* Banner image */
section.banner {
  max-height: 450px;
  overflow: hidden;

}
section.banner img {
  width: 100%;
  height: auto;
}
/* Flex */
section.flex-row {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap: nowrap;
}
section.flex-row.flex-thirds {
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
.flex-item {
  min-width: 25%;
}
.archive .flex-row, .archive.flex-row {
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
.archive .flex-item {
  width: 25%;
  height: 300px;
  background-color: #bf0000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.archive .flex-item a {
  border: 2px solid #FFF;
  display: -webkit-flex;
  display: flex;
  padding: 20px;
  height: 300px;
  color: #FFF;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}
.archive .flex-item a:hover {
  text-decoration: none;
}
.archive .flex-item a span {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-transform: uppercase;
  font-size: 14px;
}
.archive .flex-item.shorter {
  height: 200px;
}
.archive .flex-item.shorter a {
  height: 200px;
}
section.flex-thirds .flex-item {
  width: 33.333333333%;
}
.section-landing .flex-item {
  height: 320px;
  background-size: cover;
}
.section-landing .flex-item a {
  display: -webkit-flex;
  display: flex;
  padding: 20px;
  height: 320px;
  color: #FFF;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.6) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}
.section-landing .flex-item a:hover {
  text-decoration: none;
}
.section-landing .flex-item a span {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.flex-item img {
  width: 100%;
  height: auto;
}
.table {
  display: table;
  width: 100%;
}
.table-cell {
  display: table-cell;
}
/* Home */
section.highlight {
  background: #9b0101;
  color: #FFF;
  padding: 20px 0 40px 0;
}
section.highlight-alt {
  background: #176b53;
  color: #FFF;
  padding: 20px 0 40px 0;
}
.subsections .description {
  text-align: center;
}
.subsections a {
  height: 50px;
  min-height: 50px;
  vertical-align: middle;
  border: 1px solid #FFF;
  border-radius: 25px;
  width: 100%;
  color: #FFF;
  padding: 10px 20px;
  text-align: center;
  line-height: 15px;
}
section.pagehead {
  background: #f6f6f6;
  padding: 20px 0 20px 0;
}
.recipeslanding h1,
.recipeslanding h5 {
  margin: 0;
}
.left-bordered {
  border-left: 2px solid #176b53;
}
/* Carousel */
.carousel img {
  width: 100%;
  height: auto;
}
.carousel.slick-slider {
  margin-bottom: 0;
}
.carousel.slick-slider .slick-slide {
  max-height: 550px;
}
section.with-title .carousel.slick-slider .slick-slide {
  max-height: 350px;
}
.carousel .slick-prev,
.carousel .slick-next,
.carousel .slick-prev:active,
.carousel .slick-next:active {
  z-index: 100;
  height: 80px;
  width: 80px;
  margin-top: -40px;
  background: none;
  border: none;
  padding: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.carousel .slick-prev {
  left: 50px;
}
.carousel .slick-next {
  right: 50px;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 50px;
}
.carousel .slick-prev:before {
  content: "\e257";
}
.carousel .slick-next:before {
  content: "\e258";
}
ul.social_media_icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.social_media_icons li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}
ul.social_media_icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -999em;
  overflow: hidden;
  background: url("../images/social.png") left top no-repeat;
}
ul.social_media_icons .facebook {
  background-position: 0 0;
}
ul.social_media_icons .twitter {
  background-position: -50px 0;
}
ul.social_media_icons .pinterest {
  background-position: -100px 0;
}
ul.social_media_icons .instagram {
  background-position: -150px 0;
}
/* Recipes */
section.recipe h1.recipe-title {
  color: #237960;
}
section.recipe-banner img {
  width: auto;
  max-width: 100%;
  height: auto;
}
section.recipe-banner {
  margin: 0 0 20px 0;
  max-height: 350px;
  overflow: hidden;
}
.print-button {
  
}
.print-button:hover {
  text-decoration: none;
}
section.recipe h3 {
  border-top: 1px solid #cbcbcb;
  margin: 40px 0 20px 0;
  padding: 20px 0 0 0;
}
section.recipe h3, section.recipe aside li.title h4 {
  text-transform: uppercase;
  font-size: 16px;
  color: #237960;
  line-height: 1.5em;
}
section.recipe aside {
  text-transform: uppercase;
  clear: both;
  padding-top: 50px;
  line-height: 1.5em;
}
section.recipe aside.categories {
  padding-top: 0;
}
section.recipe aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.recipe aside li {
  margin: 0;
  padding: 5px 0;
  width: 100%;
  float: left;
  border-bottom: 1px solid #cbcbcb;
  font-size: 14px;
}
section.recipe aside li.title p {
  font-weight: bold;
  font-size: 16px;
} 
section.recipe aside h4 {
  float: left;
  font-size: 14px;
  color: #ae8d5a;
  margin: 0;
  line-height: 1.5em;
}
section.recipe aside a {
  color: #ae8d5a;
}
section.recipe aside p {
  float: right;
  margin: 0;
}
section.recipe aside ul.panel {
  float: left;
  border: 1px solid #cbcbcb;
}
section.recipe aside ul.panel li {
  padding: 5px 10px 5px 10px;
}
section.recipe aside li.calories,
section.recipe aside li.calories h4 {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
section.recipe .reference {
  margin-top: 50px;
  font-size: 13px;
}
/* Recipe landing search form */
#search-form-recipes {
  width: 100%;
  height: 50px;
  padding: 30px 0 30px 0;
  border-top: 1px solid #cbcbcb;
  margin: 30px 0 20px 0;
}
#search-form-recipes form {
  position: relative;
}
#search-form-recipes label {
  display: none;
}
#search-form-recipes input {
  width: 100%;
  border: none;
  height: 50px;
  padding: 5px 50px 5px 10px;
  line-height: 50px;
  border: 1px solid #e2e2e2;
}
#search-form-recipes button.submit {
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 55px;
  text-align: center;
  background: #176b53;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
    font-size: 25px;
}
.filter-nav h5 {
  margin: 0;
}
.filter-nav a {
  display: block;
  font-size: 12px;
}
#recipeFilter {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#recipeFilter li {
  padding: 0;
  margin: 0;
  display: inline;
}
#recipeFilter a {
  display: block;
  float: left;
  background: #7a1500;
  padding: 5px 10px;
  word-wrap: nowrap;
  color: #FFF;
  font-size: 12px;
  margin: 1px;
}
#recipeFilter a:hover {
  text-decoration: none;
}
#recipeFilter a.active {
  background: #176b53;
}
#recipeFilter a.inactive {
  opacity: 0.5;
  cursor: default;
}
#recipeList .flex-item {
  display: none;
}
#recipeList .flex-item.active {
  display: block;
}
.catlist {
  background: #f6f6f6;
  padding: 5px 10px;
  margin: 0 0 20px 0;
}
.catlist h5 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}
.catlist ul {
  list-style: none;
  margin: 20px 0 20px 0;
  padding: 0;
}
.catlist li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Twitter */
section.twitter {
  padding: 15px 0;
  width: 100%;
}
section.twitter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.twitter li {
  margin: 0;
  padding: 0;
}
section.twitter p.tweet-text,
section.twitter p.tweet-details {
  margin: 0;
  font-size: 14px;
}
section.twitter .logo {
  float: left;
  margin: 0 20px 0 0;
}
section.twitter .twitter-content {
  float: left;
}
section.twitter .twitter-content h5,
section.twitter .twitter-content h5 a {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
section.twitter p.tweet-details a {
  color: #000;
  font-style: italic;
}
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
}
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
section.sitemap {

}
section.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.sitemap ul ul {
  margin: 0 0 0 40px;
}
section.sitemap li {
  list-style: none;
  border-bottom: 1px solid #e1e1e1;
}
section.sitemap ul ul li {
  border-bottom: none;
  border-top: 1px solid #e1e1e1;
}
section.sitemap a {
  display: block;
  padding: 10px;
}
/* Mobile */
@media (max-width: 767px) {
  header.site-header,
  header.site-header.over {
    background: #FFF;
    position: static;
    padding-bottom: 10px;
  }
  header.site-header h1 {
    text-align: center;
    padding-top: 50px;
  }
  nav.mobile-navigation .dropdown-toggle {
    position: absolute;
    left: 0;
    top: 20px;
    background: #bf0000;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
  nav.mobile-navigation .dropdown-toggle a {
    padding: 15px 20px;
    display: inline-block;
    color: #FFF;
  }
  nav.mobile-navigation .theme-toggle {
    position: absolute;
    right: 0;
    top: 10px;
    background: transparent;
    z-index: 10;
  }
  nav.mobile-navigation .theme-toggle a {
    padding: 15px 20px;
    display: inline-block;
    color: #bf0000;
    font-size: 30px;
  }
  nav.mobile-navigation .dropdown,
  nav.mobile-navigation .theme-dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #FFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    z-index: 9;
    padding: 80px 0 10px 0;
  }
  nav.mobile-navigation .dropdown li,
  nav.mobile-navigation .theme-dropdown li {
    display: block;
    padding: 0 10px;
  }
  nav.mobile-navigation .dropdown a,
  nav.mobile-navigation .theme-dropdown a {
    display: block;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 4px;
  }
  nav.mobile-navigation .dropdown a:active,
  nav.mobile-navigation .theme-dropdown a:active {
    background: rgba(0,0,0,0.1);
  }
  nav.mobile-navigation .dropdown a:hover,
  nav.mobile-navigation .theme-dropdown a:hover {
    text-decoration: none;
    color: inherit;
  }
  nav.mobile-navigation .dropdown .sub-menu,
  nav.mobile-navigation .theme-dropdown .sub-menu {
    display: none;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background: #f1f1f1;
    margin: 0 -10px 0 -10px;
  }
  nav.mobile-navigation .dropdown .sub-menu .sub-menu,
  nav.mobile-navigation .theme-dropdown .sub-menu .sub-menu {
    margin: 0;
  }
  nav.mobile-navigation .dropdown .current-menu-item .sub-menu,
  nav.mobile-navigation .theme-dropdown .current-menu-item .sub-menu {
    display: block;
  }

  nav.mobile-navigation .dropdown .sub-menu li a,
  nav.mobile-navigation .theme-dropdown .sub-menu li a {
    font-size: 13px;
  }
  header.site-header .searchbox label {
    width: 100%;
    display: block;
  }
  header.site-header .searchbox input.search-field {
    width: 100%;
    padding: 5px 0 5px 35px;
    border: 1px solid #e1e1e1 !important;
    color: #141412;
    background: none !important;
  }
  header.site-header .searchbox .glyphicon {
    color: #bbb !important;
  }
  header.site-header.over .searchbox ::-webkit-input-placeholder {  
   color: #bbb;
  }
  header.site-header.over .searchbox :-moz-placeholder {  
     color: #bbb;
  }
  header.site-header.over .searchbox ::-moz-placeholder {  
     color: #bbb;
  }
  header.site-header.over .searchbox :-ms-input-placeholder {  
     color: #bbb;
  }
  .over .select-toggle {
    border: none;
    background: #FFF;
    border: 1px solid #e1e1e1;
  }
  .over .select-toggle a.select-text {
    color: #a7a7a7;
  }
  footer.site-footer {
    line-height: 40px;
  }
  footer.site-footer li {
    padding: 0;
  }
  footer.site-footer a {
    display: block;
  }
  section h1.centered {
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0 0;
    color: #FFF;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    padding: 0 20px 0 20px;
    font-size: 40px;
  }
  section.with-title {
    height: 350px;
  }
  .with-title .carousel {
    max-height: 350px;
    overflow: hidden;
  }
  .with-title .carousel img {
    width: auto;
    height: auto;
  }
  section h1.centered {
    height: 100px;
    margin-top: -50px;
  }
  section.flex-row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  section.archive .flex-item {
    width: 100%;
  }
  section.flex-thirds .flex-item {
    width: 100%;
  }
  .carousel .slick-prev {
    left: 10px;
    width: 40px;
  }
  .carousel .slick-next {
    right: 10px;
    width: 40px;
  }
  .carousel .slick-prev:before, .carousel .slick-next:before {
    font-size: 40px;
  }
  .left-bordered {
    border: none;
  }
  .filter-nav h5, .filter-nav a {
    display: inline;
  }
  .filter-nav a {
    float: right;
    padding: 5px 10px;
  }
}