/*
COLORS:
Orange (Large Text):    #bf5500
Orange (Small Text):    #b95709
Orange Hover:           #da5a04
Green:                  #528002  (old replaced May 2020 #9aca3d for WCAG 2.0 AA)
Green Hover:            #528002  (old replaced May 2020 #5f9103 for WCAG 2.0 AA)
Gold:                   #f9dc00  (old replaced June 2018 #f6db09)
Gray BG:                #efefef
Gray Text:              #bfbfbf
Dark Gray Text:         #716f6f
Dark Gray Text Hover:   #6B6B6B
Green Icon:             #d7eab3
Green Icon Hover:       #bed19A
Maroon:                 #660000
*/

/**
 * Bootstrap 4
 */
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css");


/**
 * Media
 */
img {
  max-width: 100%;
  height: auto;
}
video {
  max-width: 100%;
  margin-bottom: 2rem;
}
/*
@font-face {
  font-family: 'jovialsansbld';
  src: url('jovialsansbld-webfont.woff2') format('woff2'), url('jovialsansbld-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
*/
@font-face {
  font-family: 'jovialsansbld';
  src: url('JovialSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* body {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; */
/*   background: #efefef; */
  /* background: #fff;
} */
/*
body.front {
  background: #fff;
}
*/

/**
 * Print button for recipes, or other things... relies on Bootstraph .btn styling
 */
button.btn-print {
  background-color: #da5a04;
  border-color: #da5a04;
}
button.btn-print:hover, button.btn-print.focus, button.btn-print:focus, button.btn-print:not(:disabled):not(.disabled).active, .btn-print:not(:disabled):not(.disabled):active {
  background-color: #bf5500;
  border-color: #da5a04;
}
button.btn-print::before {
  content: "\f02f";
  display: inline-block;
  margin-right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
}

/*Google Search Box Mods*/

#___gcse_0 {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
}

.gsc-control-wrapper-cse {
/*   margin-top: -51px; */
  border: 0px;
  background-color: transparent;
  border: #E56D0B;
}

.gsc-control-cse {
/*
  padding:0;
  margin-bottom: -10px;
*/
  background: #E56D0B !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 !important;
  margin: 0 !important;
  border-color: transparent !important;
}

form.gsc-search-box {
  margin: 0 !important;
}

table.gsc-search-box {
  margin: 0 !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
}
.gsc-results-wrapper-visible {
  background: #fff;
}

/**
 * HappyHealthy Logo
 */
.happyhealthy-logo {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/**
 * Extension County Offices
 */
.ext-cty-offices, .ext-cty-offices:hover, .ext-cty-offices:active, .ext-cty-offices:focus {
  padding: 0.5rem 0.5em;
  display: inline-block;
  background: #600;
  color: #fff;
  border-radius: 0 0px 5px 5px;
}

/*AM22 - To make google search box appear correct - START*/
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button
{
box-sizing: content-box;
line-height: 1px;
margin-right: auto;
margin-left: auto;
}

/* HELPERS */

h1+hr {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
h3+h4 {
  margin-top: 0;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a {
  color: #bf5500;
}
a:hover,
a:focus {
  color: #bf5500;
}
.aligner--mid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aligner--left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.aligner--right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .aligner--md--mid {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .aligner--md--left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .aligner--md--right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.aligner-item--mid {
  max-width: 100%;
}
.aligner-item--top {
    align-self: flex-start;
    padding-right: 1em;
}
.aligner-item--center {
    align-self: center;
    padding-right: 1em;
}
.aligner-item--bottom {
  align-self: flex-end;
}
.push-bottom {
  margin-bottom: 1rem;
}
.full-height {
  height: 100%;
}
.squeeze {
  padding: 2rem 20rem 4rem;
}

/* HEADER */

.hh_top {
  background-color: #fff;
/*   border-top: 34px solid #bf5500; */
  /* padding: 0rem 2rem 1.5rem 2rem; */
/*   padding: 0rem 2rem 0 2rem; */
}
.hh_main_logo {
  /* padding-right: 1.1rem; */
  /* border-right: 1px solid #9aca3d; */
  /* max-height: 160px; */
/*   max-height: 138px; */
  max-width: 100%;
}
.hh_ext_logo img {
/*   padding-left: 1.1rem; */
  /* border-left: 1px solid #9aca3d; */
/*
  height: 160px;
  max-height: 138px;
  max-width: 400px;
*/
  max-width: 100%;
}
.top-right-links {
/*   padding: 0.75rem 0 0; */
  display: flex;
  align-items: center;
  justify-content: end;
  gap: .5rem;
}
.top-right-links a {
  color: #504f50; /* #bfbebf */
  margin-right: 1rem;
  padding-right: 1rem;
  font-size: 1rem; /* 16px */
  /* margin-right: 0.5rem;
  padding-right: 0.5rem; */
  vertical-align: middle;
  }
.top-right-links a:hover,
.top-right-links a:focus {
  color: #383738; /* #A6A5A6 */
}
.top-right-links a.header-icon {
  color: #9aca3b;
  margin: 0;
  padding: 0;
  font-size: 1.25rem; /* 20px */
  display: inline-flex;
}
.top-right-links a.header-icon svg {
  max-width: 20px;
  max-height: 20px;
}
@media only screen and (min-width: 992px) {
  .top-right-links a {
    font-size: 1.25rem; /* 20px */
  }
  .top-right-links a.header-icon {
    font-size: 1.875rem; /* 30px */
  }
  .top-right-links a.header-icon svg {
    max-width: 30px;
    max-height: 30px;
  }
}
.top-right-links a:nth-child(n+5) {
  margin: 0 0 0 5px;
}
.top-right-links a.header-icon:hover,
.top-right-links a.header-icon:focus {
  color: #528002;
}
.right-grey-bar {
  border-right: 1px solid #bfbebf;
}

/* NAV */
.nav-link {
  line-height: 1.25rem; /* 20px */
}
.orange-bg a {
  padding: 7px 0 9px;
}
.green-bg a {
  padding: 10px 0;
  color: #1e2d01;
  background-color: #6da007; /* #9aca3d */
/*   border-top: 7px solid #fff; */
  font-size: 1.0625rem; /* 17px */
  font-weight: bold;
}
.green-bg a:hover {
  background-color: #86b32f; /*#5f9103;*/
}
.orange-bg a {
  background-color: #E56D0B;
}
.orange-bg a {
  font-family: 'jovialsansbld', Sans-Serif;
  text-transform: uppercase;
  font-size: 1.875rem; /* 30px */
}
.green-bg a,
.orange-bg a {
  color: #fff;
}
.green-bg a:hover,
.orange-bg a:hover {
  text-decoration: none;
  color: #fff;
}

.orange-bg a:hover, .orange-bg a:active, .orange-bg a:focus, .orange-bg a.active, .orange-bg a.active-trail {
  background-color: #da5a04 !important;
}
.right-vert-line-white {
  box-shadow: inset -1px 0 0 0 white
}
.z-forward {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .orange-bg a {
    padding-top: 1.25rem !important; /* 20px */
    padding-bottom: 1.09375rem !important; /* 17.5px */
    position: relative;
    z-index: 1;
    top: -3px;
    border-right: 1px solid #da5a04 !important;
  }
  /* .orange-bg:last-of-type a, */
  .menu.navbar-nav li:nth-last-child(2) a {
    border: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .orange-bg a {
    top: -4px;
  }
}

@media only screen and (min-width: 1200px) {
  .orange-bg a {
    top: -3px;
  }
}

/* INTERIOR HEADER */

.interior-header {
  position: relative;
/*   top: -8px; */
}
.interior-header .container {
  padding: 0;
}
@media only screen and (min-width: 768px) {
/*
  .interior-header {
    top: -19px;
  }
*/
}
.image {
  width: 100%;
  min-height: 175px;
  display: inline-block;
  color: white;
  position: relative;
  background-position: center;
  background-size: cover;
  filter: saturate(1.05);
/*   padding: 0 0 4rem 0; */
}
.image.compact-image {
  min-height: 200px;
  overflow: hidden;
/*   padding: 0 0 2.5rem 0; */ /* 0 0 40px 0 */
}

@media only screen and (min-width: 768px) {
  .image {
    min-height: 365px;
  }
}
@media only screen and (min-width: 992px) {
  .interior-header, .below-feature.container {
    top: -0.5rem; /* 8px */
  }
}
.overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.interior-title {
  font-family: 'jovialsansbld', Sans-Serif;
  font-size: 2.1875rem; /* 35px */
  text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
  margin-top: -0.5rem;
  color: #fff;
  margin-bottom: 0; /* 10px */
  line-height: 1;
}
.interior-tagline {
  font-family: 'Source Serif Pro', serif;
  font-size: 0.9375rem; /* 15px */
  text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
/*   margin-bottom: 0; */
  color: #fff;
}
.compact-image .interior-title {
  margin-top: 0;
}
.image * {
  position: relative;
}

/* SIDE NAV */

.book-navigation {
  border-top: 1px solid #fff;
}
.side-nav,
.print-nav {
  margin-bottom: 1rem;
  background-color: #eeeeee;
  font-size: 0.9375rem; /* 15px */
}
.side-nav-head {
  padding: 4px 0;
  background-color: #bb5b08;
  color: #fff;
  font-size: 1.375rem; /* 22px */
  font-family: 'jovialsansbld', Sans-Serif;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 4px solid #9aca3d;
}
.side-nav-head span {
  position: relative;
  top: -2px;
}
.side-nav-head-hat {
  height: 5px;
  background-color: #eeeeee;
  width: 100%;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}
.side-nav li a,
.book_printer a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  color: #333333;
}
.side-nav li a:hover,
.side-nav li a:focus,
.print-nav li a:hover,
.print-nav li a:focus {
  text-decoration: none;
  background-color: rgb(177, 84, 9);
  color: #fff;
  cursor: pointer;
}
.print-nav .list-inline>li {
  display: block;
  padding-left: 5px;
  padding-right: 0;
  position: relative;
}

.side-nav .book-navigation ul {
  margin-bottom: 0;
}

/* MOBILE NAV */
.navbar {
/*
  margin-bottom: 8px;
  border-radius: 0;
*/
  padding-top: 0;
  padding-bottom: 0
}
@media only screen and (min-width: 768px) {
  nav.primary-nav {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  padding-top: 0.9375rem; /* 15px */
  padding-bottom: 0.9375rem; /* 15px */
  color: #fff;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
  background-color: #528002;
  color: #ffffff;
}
/*
.navbar.container,
.navbar.container-fluid {
  margin-top: 0;
}
*/
/* .navbar.container {
  max-width: none;
  border: none;
} */
/*
.navbar .navbar-collapse {
  text-align: center;
  line-height: 0;
}
*/

.navbar-default {
  background-color: #9aca3d;
/*   border-color: #9aca3d; */
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  background-color: #86b32f; /* #5f9103; */
}
.navbar-default .navbar-nav>.active>a {
  background-color: #76a025;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #528002;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-nav {
/*   margin: 0 -15px; */
/*   width: 100%; */
}
@media only screen and (min-width: 768px) {
  .navbar-nav {
    width: 100%;
    margin: 0;
  }
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: #fff;
  margin: 0.5rem 0;
}

/* FEATURE */

.feature {
  position: relative;
/*   top: -8px; */
}
.feature .container {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .feature {
  /* top: -9px; */
/*     top: -15px; */
  }
}
@media only screen and (min-width: 992px) {
  .feature {
    top: -0.5rem; /* 8px */
  }
}
@media only screen and (min-width: 1200px) {
  .feature {
    top: -0.5rem; /* 8px */
  }
}

/* Carousel */
.carousel-caption {
  bottom: 50% !important;
  transform: translateY(50%) !important;
}
.carousel-caption h2 {
  text-transform: capitalize;
}

/*BREADCRUMB*/

.breadcrumb {
  padding: 8px 0;
  margin-bottom: -3px;
  margin-top: -7px;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
  font-size: 0.875rem; /* 14px */
/*   border-bottom: 1px solid #f9dc00; */
}
.breadcrumb .container {
    margin-right: auto;
    margin-left: auto;
}
#block-msues-path-breadcrumbs-block-msues-path-breadcrumbs-block {
  padding: 0 0 1rem 0;
}
.breadcrumb > .delimiter {
  padding: 0 0.2rem;
}

/* BELOW FEATURE*/

.below-feature.container {
  padding: 0;
  border-top: 5px solid #f9dc00;
  background-color: #fff;
  position: relative;
/*   top: -8px; */
/*   top: -19px; */
/*   height: 170px; */
/*   padding-bottom: 48px; */
}
.front .below-feature.container {
  border-bottom: 2px solid #9aca3d;
}
.below-feature-large-tag,
.below-feature-small-tag {
  position: relative;
  top: -15px;
}
.below-feature-large-tag a {
  font-family: 'jovialsansbld', Sans-Serif;
  text-transform: uppercase;
  font-size: 1.09375rem; /* 17.5px */
  color: #bf5500;
}
.below-feature-large-tag a:hover,
.below-feature-large-tag a:focus {
  color: #da5a04;
}
.below-feature-small-tag a {
  text-transform: uppercase;
  font-size: 1.09375rem; /* 17.5px */
  color: #528002;
}
.below-feature-small-tag a:hover,
.below-feature-small-tag a:focus {
  color: #528002;
}
.below-feature-hh-round {
  max-height: 57px;
  margin-bottom: 1.25rem; /* 20px */
}
.below-feature-hh-round img {
  position: relative;
  margin-top: -36px;
}
.region-below-feature {
  padding-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .below-feature-large-tag a {
    font-size: 1.5625; /* 25px */
  }
}

@media only screen and (min-width: 1200px) {
  .below-feature-large-tag a {
    font-size: 1.875rem; /* 30px */
  }
}

/* MAIN CONTENT */

.success_photos {
  float: right;
  width: 30%;
  margin-left: 3rem;
  margin-bottom: 1rem;
}
td, th {
  padding: 5px;
}
h2, .h2, h3, .h3, h4, .h4 {
  font-weight: normal;
  font-family: 'jovialsansbld', Sans-Serif;
  text-transform: uppercase;
}
h2, .h2 {
  color: #bf5500;
}
h3, .h3 {
  color: #6da007;
}

.field-items {
  padding: 0;
}
.home-about-title {
/*
  text-align: left;
  font-family: 'jovialsansbld', Sans-Serif;
*/
  color: #6da007;
/*
  font-size: 4rem;
  text-shadow: 0 0 20px #fff;
  margin-top: 2rem;
*/
/*   margin-bottom: 2rem; */
}
.home-about-text {
  font-size: 1.09375; /* 17.5px */
  line-height: 1.875rem; /* 30px */
}
.white {
  background-color: #fff;
  position: relative;
/*   margin-top: -12px; */
  margin-top: -19px;
/*   padding: 0 0 2rem 0; */
  margin-bottom: 1.25rem; /* 20px */
}
h1 {
  font-family: 'jovialsansbld', Sans-Serif;
  font-size: 3.5rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.node h1:not(:first-child) {
  margin-top: 2rem;
}

h2 {
  font-size: 2.75rem;
}

h3 {
  font-size: 2.25rem;
}

h4 {
  font-size: 1.9rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.1rem;
}

.node hr {
  border-top: 1px dashed #bfbfbf;
}
.node .orange {
  color: #bf5500;
}
.node .green {
  color: #528002;
}
body:not(.front) .node .field-item h1:nth-of-type(odd) {
  color: #e4741b;
}
body:not(.front) .node .field-item h1:nth-of-type(even) {
  color: #528002;
}
.node p,
.node .gray {
  color: #333333;
}
/*
.node .col-md-9 {
  padding: 20px 40px 20px 10px;
}
*/
/*
.node .col-md-3 {
  padding-left: 2rem;
}
*/
.node iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 712px;
  height: 400px;
  max-width: 100%;
}
.video-wrap {
  text-align: center;
}
.node iframe {
  margin-bottom: 2rem;
}
.book_add_child {
  display: none !important;
}
.dish-photo-wrapper {
  margin-top: 3rem;
  height: 600px;
}

/* BOXES */

.boxes-image {
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.boxes-image:hover:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .25);
}
.boxes-text {
  text-align: center;
  font-family: 'jovialsansbld', Sans-Serif;
  color: #fff;
  font-size: 3rem;
  height: 100px;
}
.green-text-bg {
  background-color: #528002;
}
.orange-text-bg {
  background-color: #da5a04;
}
.green-text-bg:hover {
  background-color: #528002;
}
.orange-text-bg:hover {
  background-color: #da5a04;
}
.first-box-row .col-sm-6 {
  border-bottom: 5px solid #fff;
}
.first-box-row .col-sm-6,
.second-box-row .col-sm-6 {
  padding: 0;
  margin: 0;
}
.first-box-row .col-sm-6:first-child,
.second-box-row .col-sm-6:first-child {
  border-right: 5px solid #fff;
}

/* NEWSLETTERS */
.newsletters-latest img {
  max-width: 200px;
}
.node-type-newsletter .pdfpreview img {
  max-width: 200px;
}
@media only screen and (min-width: 992px) {
  .node-type-newsletter .field-name-field-publication-file {
    float: right;
    margin: 0 0 1.25rem 1.25rem; /* 0 0 20px 20px */
  }
}
.newsletter-title {
  font-size: 1.625rem; /* 26px */
  line-height: 1.1;
  margin: 0.75rem 0; /* 12px 0 */
}


/* FOOTER */
#block-simplified-social-share-open-sharing {
  margin-bottom: -1.625rem; /* -26px */
}
.footer {
  margin-top: 0;
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fff;
/*   border-top: 5px solid #f9dc00; */
  border-top: 1px solid #f9dc00;
  position: relative;
/*   top: -8px; */
  font-size: 0.9375rem; /* 15px */
}
.copy {
  font-size: 0.75rem;
  color: #716f6f;
}
.copy a {
  text-decoration: underline;
}
.footer a {
  color: #716f6f;
}
.footer a:hover,
.footer a:focus {
  color: #6B6B6B;
}
/*.footer .col-sm-3:not(:first-child):not(:last-child) {*/
/* .footer .row div[class^="col"]:not(:first-child), .footer .row div[class^="col"]:not(:last-child) {
  border-left: 1px solid #bfbfbf;
} */

/* PRE FOOTER */

.pre_footer {
/*   padding: 3.5rem 0 3rem 0; */
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  font-family: 'jovialsansbld', Sans-Serif;
  text-transform: uppercase;
  color: #f56200;
  font-size: 2.5rem; /* 40px */
  text-shadow: 0 0 20px #fff;
}
.footer-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.pre_footer a.pre-footer-icon {
  color: #9aca3b;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 20px #fff;
  display: inline-flex;
}
.pre_footer a.pre-footer-icon:hover,
.pre_footer a.pre-footer-icon:focus {
  color: #528002;
}
.pre-footer-icon svg {
  max-width: 34px;
}

/* MEDIA QUIERIES */

@media (min-width: 1400px) {
  /* .container {
    width: 1400px;
  } */
  /*.hh_ext_logo {
    height: 110px;
  }*/
}
@media (min-width: 1200px) {
  .top-right-links a {
    font-size: 1.25rem; /* 20px */
    position: relative;
/*     top: -4px; */
  }
  .top-right-links a.header-icon {
    font-size: 1.875rem; /* 30px */
    position: initial;
  }
}

@media (max-width: 1199px) {
  .washing_hands_image {
    width: 100%;
  }

  .node h1 {
    font-size: 2.9rem;
  }
  .node iframe {
    width: 650px;
    height: 366px;
  }
  /* .hh_main_logo {
    max-height: 120px;
  } */
  /* .hh_ext_logo {
    height: 120px;
    max-height: 100px;
  } */
  .orange-bg a {
    font-size: 1.5625rem; /* 25px */
    padding: 12px 0;
  }
/*
  .below-feature-large-tag a {
    font-size: 2.5rem;
  }
*/
}

@media only screen and (min-width: 768px) {
  .squeeze {
    padding: 2rem 5rem 4rem;
  }
}

@media (max-width: 991px) {

  .dish-photo-wrapper {
    height: 400px;
  }
  .node .col-md-3 {
    padding: 0;
  }
  .node .col-md-9 {
    padding: 2rem;
  }
/*
  .below-feature-large-tag a {
    font-size: 2rem;
  }
*/
  .footer .col-sm-3:not(:first-child):not(:last-child) {
    border-left: 0;
  }
  .green-bg a {
    font-size: 0.8125rem; /* 13px */
  }
  .orange-bg a {
    font-size: 1.09375rem; /* 17.5px */
    padding: 14px 0;
  }
  .below-feature.container {
/*     top: -10px; */
/*     top: -19px; */
  }
  /* .hh_main_logo {
    max-height: 80px;
  } */
  /* .hh_ext_logo {
    height: 80px;
    max-height: 100px;
  } */
  /* .below-feature.container {
    height: 160px;
  } */
  .home-about-title {
    font-size: 4rem;
  }
  .boxes-text {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-title, .interior-tagline {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (min-width: 768px) {
  .interior-title {
    font-size: 3.125rem; /* 50px */
  }
  .interior-tagline {
    font-size: 1.25rem; /* 20px */
  }
}
@media only screen and (min-width: 960px) {
  .interior-title {
    font-size: 4.375rem; /* 70px */
  }
}


@media (max-width: 767px) {
  .home-about-text {
    font-size: 1.25rem;
  }
  .squeeze {
    padding: 2rem 2rem 4rem;
  }
  .image {
    min-height: 250px;
  }
/*
  .node-type-recipe .image {
    height: auto;
    padding: 0 0 4rem 0;
  }
*/

  .copy {
    margin-top: 1rem;
  }
  .right {
    text-align: right;
  }
  .footer .aligner--mid {
    display: inherit;
  }
  .footer .col-sm-3:not(:first-child):not(:last-child) {
    border-left: 0;
  }
  .non-mobile-nav {
    display: none;
  }

  /* .hh_main_logo {
    max-height: 63px;
  } */
  /* .hh_ext_logo {
    height: 63px;
    max-height: 100px;
  } */
  .home-about-title {
    font-size: 2.5rem;
  }
  .first-box-row .col-sm-6,
  .second-box-row .col-sm-6:first-child {
    border-right: 0 !important;
    border-bottom: 5px solid #fff;
  }
  .boxes-image {
    height: 300px;
  }
  .boxes-text {
    height: 75px;
  }
}
@media (min-width: 768px) {
/*
  .navbar {
    display: none;
  }
*/
}
@media (max-width: 726px) {
  /* .hh_main_logo {
    max-height: 40px;
  } */
  /* .hh_ext_logo {
    height: 40px;
  } */
/*
  .below-feature-large-tag a {
    font-size: 1.75rem;
  }
*/
}
@media (max-width: 571px) {
  .node h1 {
    font-size: 2.5rem;
  }
  .dish-photo-wrapper {
    height: 300px;
  }
/*
  .image {
    height: 175px;
  }
*/
/*
  .node-type-recipe .image {
    height: auto;
    padding: 0 0 4rem 0;
  }
*/


  .node iframe {
    height: 300px;
  }

  .hh_main_logo {
    border-right: 0;
  }
  .hh_ext_logo img {
    border-left: 0;
  }
  /* .below-feature.container {
    padding: 20px 5px;
  } */
/*
  .below-feature-hh-round {
    display: none;
  }
*/
  .below-feature-large-tag,
  .below-feature-small-tag {
    top: 0;
  }
  .below-feature.container {
    height: auto;
  }
  .boxes-image {
    height: 250px;
  }
  .boxes-text {
    height: 50px;
  }
}
@media (max-width: 705px) {
  .node iframe {
    width: 550px;
    height: 309px;
  }
}
@media (max-width: 607px) {
  .node iframe {
    width: 400px;
    height: 225px;
  }
  .success_photos {
    width: 160px;
  }
}
@media (max-width: 460px) {
  .node iframe {
    width: 100%;
    height: 225px;
  }
}
@media (max-width: 442px) {
  .node iframe {
    height: 200px;
  }
  .dish-photo-wrapper {
    height: 200px;
  }
  .pre_footer {
    font-size: 2.5rem;
  }
  .top-right-links a:nth-child(3) {
    margin-right: 0;
    padding-right: 0;
  }
  .boxes-image {
    height: 150px;
  }
}
@media (max-width: 420px) {
  .boxes-text {
    font-size: 3rem;
  }
  .success_photos {
    float: inherit;
    width: 100%;
    margin-left: 0;
  }
}

/**
 * HappyHealthy Lists
 */
.hh-list li {
  margin-bottom: 1rem; /* 16px */
  font-size: 0.875rem; /* 14px */
}
.hh-list li a {
  text-decoration: underline;
}

/**
 * Drupal Admin
 */
.admin-menu-search label {
  display: none;
}

/**
 * Ingredients List Page
 */
.ingredients-list {
  padding-left: 1rem;
  column-count: 2;
}
/*
@media only screen and (min-width: 576px) {
  .ingredients-list {
    column-count: 2;
  }
}
*/
@media only screen and (min-width: 768px) {
  .ingredients-list {
    column-count: 3;
  }
}
@media only screen and (min-width: 992px) {
  .ingredients-list {
    column-count: 4;
  }
}

/**
 * Views Customizations
 */
.views-exposed-widgets {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
}

/**
 * Related Recipes
*/
#block-views-recipes-block-1 {
  margin-top: 2rem;
}

/**
 * Chosen Bootstrap Fixes
 */
.btn-info, .btn-info:hover, .btn-info.focus, .btn-info:focus, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
  background-color: #137f90;
}
.chosen-container.form-control {
  height: auto;
  padding: 0;
  border: none;
}
.chosen-container-single .chosen-single {
  height: auto;
  padding: .375rem .75rem;
}
.chosen-container-single .chosen-drop {
  margin-top: -3px;
}
.chosen-container-single .chosen-single div b {
  background-position-y: 8px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 8px;
}

@media print {
  /* Hide ALL THE THINGS */
  #skip-link,
  .hh_top > .row:first-child,
  nav[aria-label="Primary Tabs"],
  #navbar,
  #___gcse_0,
  .top-right-links,
  .block-msues-path-breadcrumbs-block,
  .node-recipe .col-md-5,
  .node-book .order-md-1,
  .embed-responsive,
  .footer.container,
  .view-recipes .view-filters,
  .below-feature.container,
  .btn-print {
    display: none !important;
  }
  body {
    -webkit-print-color-adjust: exact !important;
  }
  .hh_top {
    margin-top: .125in;
    margin-bottom: .125in;
  }
  .hh_main_logo {
    width: 2in;
  }
  .interior-header .image {
    background: none !important;
    min-height: auto;
  }
  .interior-header .interior-title, .interior-header .interior-tagline {
    color: #000;
  }
  .interior-header .interior-title {
    font-size: 3rem;
  }
  .interior-header .overlay::before {
    display: none;
  }
  .happyhealthy-logo {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hh_ext_logo {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .hh_ext_logo img {
    width: 3in;
  }
  .node-book .order-md-2, .node-recipe .col-md-7 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .white {
    margin-top: 0;
  }
  .node-recipe hr {
    display: none;
  }
  html body.admin-menu {
    margin-top: 0 !important;
  }
  article h2 {
    margin-bottom: 0;
    color: #000;
    font-size: 2rem;
  }
  p.copy {
    color: #000;
  }
  p.copy::before {
    content: 'Recipe courtesy of Mississippi State University Extension Service and the Office of Nutrition Education';
    display: block;
    margin-bottom: 1rem;
  }
  p.copy::after {
    content: 'http://happyhealthy.extension.msstate.edu/';
    display: block;
    margin-top: 1rem;
    text-decoration: underline;
  }
}
