.text-capitalize {
  text-transform: capitalize;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
@media print {
  section,
  #footer,
  header,
  .no-print,
  img,
  #livechat-compact-view,
  .nav-right {
    display: none !important;
  }
  article {
    display: block;
  }
}
@media (max-width: 1199px) {
  .tag-box {
    height: 220px;
  }
  .list-item {
    height: 290px;
  }
  .fmtv-film-lg {
    height: 450px;
  }
  .fmtv-film-small {
    height: 215px;
  }
  .article-preview-lg {
    height: 420px;
  }
  .article-preview-md {
    height: 285px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.5em;
  }
  .list-item .list-item--heading {
    height: 62px;
  }
  .tag-box {
    height: 160px;
    margin-bottom: 10px;
  }
  .article-preview-lg {
    height: 350px;
  }
  .article-preview-md {
    height: 265px;
  }
  .fmtv-film-lg {
    height: 390px;
  }
  .fmtv-film-small {
    height: 195px;
  }
  .fmtv-slider-poster {
    padding: 0 5px;
  }
  #author-profile .author-header {
    height: 200px;
    margin-bottom: 90px;
  }
  #author-profile .author-header .author-profile--img {
    width: 140px;
    margin-bottom: -70px;
  }
  #author-profile .author-header .author-profile--text {
    position: absolute;
    margin-left: 180px;
  }
  #author-profile .author-profile--summary {
    margin-left: 180px;
  }
}
@media (max-width: 767px) {
  .flickity-prev-next-button {
    display: none;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fixed-xs {
    position: fixed;
  }
  #signup_modal .modal-content,
  #signup_modal .modal-dialog {
    max-width: none;
    margin: 0;
    background: #fff;
  }
  .modal-tws2016--inner {
    padding: 60px  15px;
    background: #ddd url('/static/img/site/tws-modal-image.jpg') no-repeat right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .nav-margin-xs {
    padding-top: 77px !important;
  }
  #main-nav-border {
    height: 2px;
  }
  #main-nav-mobile {
    height: 55px;
  }
  #main-nav-mobile .logo-link {
    margin-left: 55px !important;
  }
  #main-nav-mobile .logo-link svg {
    max-width: 160px;
    height: 55px;
    padding-right: 0px;
  }
  #main-nav-mobile a.nav-link {
    height: 55px;
    line-height: 55px;
    padding: 0px 12px;
  }
  #main-nav-mobile .search-icon {
    width: 55px;
  }
  #main-nav-mobile .search-icon .circle {
    top: 16px;
    left: 3px;
  }
  #main-nav-mobile .search-icon .handle {
    top: 26px;
    left: 15px;
    height: 2px;
    width: 23px;
  }
  #main-nav-mobile .search-icon .handle:after {
    height: 2px;
    width: 23px;
  }
  #menu-main {
    padding-top: 55px;
  }
  form#nav-search input.nav_search {
    height: 70px;
    padding-right: 0;
    font-size: 1em;
  }
  form#nav-search .nav_search_btn {
    height: 70px;
    line-height: 70px;
  }
  .profile-picture {
    border-width: 1px;
  }
  .profile-picture.profile-picture-nav {
    margin-top: -5px;
    width: 30px;
    height: 30px;
  }
  .section-heading h2 {
    font-size: 2em;
  }
  .home-slider-wrap {
    height: 60vh;
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .home-slider,
  .home-hero {
    height: 60vh;
    max-height: 400px;
  }
  .home-slider .truncate,
  .home-hero .truncate {
    white-space: normal;
    overflow: visible;
  }
  .home-slider .text-overlay,
  .home-hero .text-overlay {
    padding: 0px;
    padding-bottom: 10px;
  }
  .home-slider p,
  .home-hero p {
    max-width: 100%;
  }
  .home-slider h2,
  .home-hero h2 {
    font-size: 1.7em;
  }
  .home-slider .btn,
  .home-hero .btn {
    position: relative;
    padding: 12px 25px;
    font-size: 0.9em;
  }
  .list-item-wide {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F8F8F8;
  }
  .list-item-wide .list-item--inner {
    padding: 0 5px;
  }
  .list-item {
    height: 100%;
  }
  .list-item i {
    display: none;
  }
  .col-sm-9 .list-item {
    height: 100%;
  }
  .list-item.list-item--recipes {
    height: 100%;
  }
  .list-item--class {
    margin-top: 10px;
  }
  .article-preview {
    margin-bottom: 20px;
  }
  .article-preview .list-item {
    margin-bottom: 0;
  }
  .article-preview h3.truncate--two {
    height: 40px;
    font-size: 16px;
  }
  .form-control {
    margin-bottom: 5px;
  }
  #sub-nav,
  .right-nav {
    display: none;
  }
  h1 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.1em;
  }
  .tag-box {
    height: 100px;
  }
  .tag-box .tag-box-inner {
    height: 90px;
  }
  .tag-box .tag-box-inner span {
    display: none;
  }
  .tag-box .tag-box-inner h2 {
    font-weight: 700;
    font-size: 1.2em;
    padding: 10px;
    text-align: left;
    padding-left: 10px;
  }
  .recipe-info-bar {
    margin-top: 0px;
    line-height: 1.2em;
  }
  .recipe-info-bar > span,
  .recipe-info-bar > a {
    text-transform: none;
    padding: 15px 15px;
  }
  .recipe-info-bar > span i,
  .recipe-info-bar > a i {
    font-size: 1.24em;
  }
  .recipe-info-bar > span p,
  .recipe-info-bar > a p {
    font-size: 0.8em;
    margin: 5px 0 0 0;
  }
  .recipe-info-bar .add-to-recipe-book {
    border-left: 4px solid #FFFFFF;
    float: right;
  }
  .article-content {
    margin-left: 0px;
  }
  .article-description {
    margin-right: 0;
  }
  article .article-hero {
    margin-left: -15px;
    margin-right: -15px;
  }
  article .article-share.vertical {
    display: none;
  }
  article .article-header a.content-type {
    display: none;
  }
  article .author img {
    display: none;
  }
  article .article-stats {
    padding: 15px 0px 5px;
  }
  article .article-stats .author {
    margin-right: 10px;
    padding-right: 0;
    border-right: 0px solid #ccc;
  }
  article .author-links a {
    display: inline !important;
    margin: 0 10px 0 0 !important;
  }
  article .author-links a.last-of-type {
    margin: 0;
  }
  .article-stats i {
    display: none;
  }
  .article-stats .views {
    display: none;
  }
  .article-stats .comments {
    display: none;
  }
  .sharrre-total,
  .sharrre-buttons {
    display: none;
  }
  .print-article-btn {
    display: none;
  }
  .article-preview .article-stats {
    position: relative;
  }
  .article-preview h2 {
    height: auto;
  }
  .article-preview-md,
  .article-preview-lg {
    height: 100%;
  }
  .articles-hero h2 {
    font-size: 2em;
  }
  .articles-hero h1 {
    font-size: 2em;
  }
  .at4-jumboshare .at4-count-container {
    max-width: 100px;
    padding-right: 10px !important;
    border-right: none !important;
  }
  .at4-jumboshare .at4-share-container {
    padding-left: 10px !important;
  }
  .at4-jumboshare .at4-title {
    font-size: 10px !important;
    line-height: 12px !important;
  }
  .at4-jumboshare .at-share-btn {
    margin-top: 4px;
  }
  .at4-jumboshare .at4-count {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .at4-jumboshare .at4-count span {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .article-buttons {
    margin-top: 0;
  }
  .article-buttons button,
  .article-buttons a {
    height: 47px;
  }
  .fmtv-film-lg,
  .fmtv-film-small {
    height: auto;
    margin-bottom: 10px;
  }
  .new-on-fmtv .fmtv-video-3,
  .new-on-fmtv .fmtv-video-4 {
    display: none;
  }
  .searchbar {
    height: auto;
    padding: 10px 0;
  }
  .full-width-nl-optin .fw-optin-inner {
    padding: 40px 0px;
  }
  .full-width-nl-optin h2 {
    font-size: 1.7em;
    font-weight: 600;
  }
  .full-width-nl-optin h3 {
    font-weight: 400;
  }
  .related-products .slick-arrow {
    display: none !important;
  }
  .author-preview .author-header {
    height: auto;
    margin-top: 50px;
  }
  .author-preview .author-header .author-profile--img {
    position: absolute;
    width: 80px;
    top: -40px;
  }
  .author-preview .author-header .author-header-text {
    padding: 50px 10px 10px 10px;
  }
  #author-profile .author-header {
    height: auto;
    background-position: top center;
    background-size: 100% 120px;
    margin-bottom: 20px;
  }
  #author-profile .author-header .author-header-color {
    height: 120px;
  }
  #author-profile .author-header .author-profile--img {
    width: 150px;
    position: relative;
    margin: 20px auto 15px;
  }
  #author-profile .author-header .author-profile--text {
    position: relative;
    margin-left: 0;
    bottom: auto;
    text-align: center;
  }
  #author-profile .author-header .author-profile--text h1 {
    color: inherit;
    margin: 0 0 15px 0;
  }
  #author-profile .author-profile--summary {
    margin-left: 0;
  }
  .author-links .follow-author {
    display: block;
    width: 140px;
    margin: 0 auto 20px;
  }
  .carousel {
    padding-bottom: 50%;
  }
  .carousel-cell {
    width: 89%;
  }
  .container.category-nav-container {
    padding: 0;
  }
  .profile_header {
    height: 180px;
  }
  .user_info p {
    margin: 6px 0;
  }
  .profile_img_wrap {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
  }
  .category-nav .btn-category {
    display: block;
    padding: 0 12px;
    text-align: center;
    height: 55px;
    line-height: 55px;
  }
  .category-nav-scroll {
    height: 55px;
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -o-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
  }
  .category-nav-scroll .flickity-viewport {
    height: 55px;
  }
  .category-nav-scroll:after {
    height: 55px;
  }
  .fmtv-modal h4 {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .fmtv-modal h3 {
    font-size: 1.2em;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .fmtv-modal .fmtv-cta {
    text-align: center;
  }
  .fmtv-modal .btn {
    position: relative;
    top: 0;
  }
  #gritter-notice-wrapper {
    bottom: 0;
    top: auto;
    width: 100%;
    right: 0;
  }
  #gritter-notice-wrapper .gritter-item-wrapper {
    margin-bottom: 0;
    -webkit-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.4);
  }
  #gritter-notice-wrapper.bottom-center {
    left: 0;
    margin: 0;
    bottom: 0;
  }
  #footerWrap_top {
    display: none;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .retreat-row {
    margin: 0;
  }
  .retreat-item {
    display: block;
    width: 100%;
    padding: 30px 0 0 0;
  }
  h2.retreat-region {
    padding: 0;
  }
  h1.page-heading--class {
    margin-bottom: 0px !important;
  }
  .w-essential--container .border-right:after {
    display: none;
  }
  .w-essential--container .section--type {
    margin-top: 25px;
  }
  .w-essential--container .w-essential--heading {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }
  .w-essential--container p.w-essential--summary {
    margin: 30px 0;
  }
  .w-essential--container a {
    font-size: 0.8em;
  }
}
@media (max-width: 320px) {
  #main-nav-mobile .logo-link svg {
    max-width: 130px;
  }
}
