/*! Jensen Meat Company */

/* keep after bootstrap */

/*-------------------------------------*/
/*             Main Styles             */
/*-------------------------------------*/
html { font-size: 19px; } /* base */

body, h1, h2, h3, h4, h5, h6
{ line-height: 1.2em; }

/*           (desired px / base) */
h6 { font-size: calc(17rem / 19); }
h5 { font-size: calc(19rem / 19); }
h4 { font-size: calc(20rem / 19); }
h3 { font-size: calc(27rem / 19); }
h2 { font-size: calc(32rem / 19); }
h1 { font-size: calc(36rem / 19); }
/* ------------------------------ */

header.no_msg { margin-top: 54px!important; }

p { line-height: 1.5em; }

b, strong { font-weight: 500; }

a {
  font-weight: 400;
  cursor: pointer;
  color: #ff9632;
  color: var(--active_yellow, #ff9632);
}

h2 sup {
	font-weight: 300;
	font-size: 0.65em;
}

img {
  max-width: 100%;
  width: max-content;
}
.no_scale img {
  height: 100%;
  transform: none!important;
}

img.error { border: 2px solid #f00; }
.error {
  color: #f00!important;
  background-color: #fff!important;
}
#error,
.it_logo .svg_icon {
  background-color: #ed1d25;
  background-color: var(--jensen_red, #ed1d25);
}

/* --- keep vertical padding in decreasing order: --- */
.row {
  padding-top: 4em;
  padding-bottom: 4em;
}

.plant-based section {
  padding-top: 2em;
  padding-bottom: 2em;
}
.plant-based .row {
  padding-top: 2em;
  padding-bottom: 1em;
}

.head p,
.head h3 
{ padding-top: 1em; }

.article { padding-bottom: 4em; }

.head,
.article:last-child
{ padding-bottom: 0; }

.row.tight,
.tight p,
.tight h3,
.row.group
{ padding: 0 }

.row.after_group { padding-top: 0; }

.pad0-2 {
  padding-top: 0;
  padding-bottom: 2em;
}
/*---------------------------------------------------*/

.row.tight img {
  height: auto;
  transform: none;
}

.head h2,
.head h3
{ text-align: center; }

.head p { font-weight: 400; }

.pb0 { padding-bottom: 0!important; }
.pb { padding-bottom: 1em; }

ul.attention {
  padding-left: 0;
  list-style: none;
}
ul.attention li::before {
  content: "\200B"; /* screen reader fix */
}

.red {
  color: #ff4500;
  color: var(--active_red, #ff4500);
}

.star::before {
	content: "* ";
	font-weight: 700;
  vertical-align: middle;
}

.dashed { border: 2px dashed #a0a0a0; }

.center { text-align: center!important; }
/*---------------------------------------------------*/

/* ---- Main Colors ---- */
/*  menu anchor sections */

/* black text #333(bootstrap) on light-white background */
#about .container,
.contact_main,
.panel-body
{ background-color: #fefefe; }

/* white text on darkened, semi-transparent background */
#what .container,
#plant .container,
#quality .container,
#news .container,
#recipes .container {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65); /* black 45% transparent */
}

#sustain .container {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65); /* black 45% transparent */
}
/* END: Main Styles */


/*-------------------------------------*/
/*               Shared                */
/*-------------------------------------*/
.contact_main,
#lightbox_content,
.container
{ border-radius: 6px; }

#about   .article h3, #about_card h3, /* about_card: lightbox */
#quality .article h3, #quality .article h4,
#what    .article h3,
#plant   .article h3
{
  margin: 0;
  padding-top: 0.2em;
	padding-bottom: 0.2em;
}

#footer {
  margin: 0 auto;
  padding-top: 1.43em;
  padding-bottom: 5px;
  font-size: 12px;
  text-align: center;
}
.copyright {
	margin-left: -14px;
	margin-right: -14px;
  text-align: center!important;
  color: #777;
}

button { text-decoration: none; }

.btn-transparent {
  background-color: transparent;
  border-color: #fff;
}

/* dropdown-menu */
.navbar-collapse.in .nav,
.navbar-collapse.collapsing .nav {
  margin: 0;
  background-color: #fefefe;
  border: 1px solid #ccc;
}
/* --- END: Shared --- */


/*-------------------------------------*/
/*        Link & Button States         */
/*-------------------------------------*/
.svg_icon.static { transform: none; }

/*--------------{ focus }--------------*/
a:focus,
.btn:focus
{ outline-offset: 1px; }

:focus-visible,
.img_lnk:focus-visible img,
.navbar-toggle:focus-visible,
#nav_button:focus-visible .fallback {
  outline-offset: 1px;
  outline: 2px solid #ffc324;
  outline-color: var(--jensen_yellow, #ffc324);
}

.navbar-brand:focus,
.navbar-brand:focus-visible,
.nav > li > a:focus-visible,
.img_lnk:focus-visible,
.contact_social a:focus-visible
{ outline: none; }

a:focus-visible {
  color: #ff9632;
  color: var(--active_yellow, #ff9632);
  text-decoration: none;
}

a:focus {
  color: #ff4500;
  color: var(--active_red, #ff4500);
}

a:focus svg,
a:focus-visible svg,
#nav_button:focus-visible svg {
  fill: #ff9632;
  fill: var(--active_yellow, #ff9632);
}

/*----- plant-based focus -----*/
.plant-based :focus-visible,
.plant-based .img_lnk:focus-visible img,
.plant-based .navbar-toggle:focus-visible,
.plant-based #nav_button:focus-visible .fallback {
  outline-offset: 1px;
  outline: 2px solid #487629;
  outline-color: var(--jensen_green, #487629);
}

.plant-based a:focus-visible {
  color: #487629;
  color: var(--jensen_green, #487629);
  text-decoration: none;
}

.plant-based a:focus {
  color: #ff4500;
  color: var(--active_red, #ff4500);
}

.plant-based a:focus svg,
.plant-based a:focus-visible svg,
.plant-based #nav_button:focus-visible svg {
  fill: #487629;
  fill: var(--jensen_green, #487629);
}
/*------------------------------*/

#nav_button:focus { background-color: #fff; }

.navbar-default .navbar-nav > li > a:focus,
.dropdown-menu > li > a:focus
{ background-color: #efefef; }

.navbar-brand:focus #logo_txt,
.navbar-default .navbar-nav > li > a:focus-visible,
.dropdown-menu > li > a:focus-visible {
  color: #ff4500;
  color: var(--active_red, #ff4500);
}

.plant-based .navbar-brand:focus #logo_txt,
.plant-based .navbar-default .navbar-nav > li > a:focus-visible,
.plant-based .dropdown-menu > li > a:focus-visible {
  color: #487629;
  color: var(--jensen_green, #487629);
}

.cab_brand .img_lnk:focus img {
  transform: scale(1.02);
}

.it_logo:hover #jensen-j-logo,
.it_logo:focus #jensen-j-logo
{ background-color: transparent; }


/*--------------{ hover }--------------*/

/* override bootstrap hover */
#nav_button:hover { background-color: #fff; }

a:hover,
.navbar-default .navbar-nav > li > a:hover,
.dropdown-menu > li > a:hover {
  color: #ff4500;
  color: var(--active_red, #ff4500);
}
.navbar-default .navbar-nav > li > a:hover
{ background-color: #ddd; }

#recipes h6 a:hover {
  font-weight: 500;
  background-color: #000;
}
.panel-title a:hover {
  color: #ff9632;
  color: var(--active_yellow, #ff9632);
}

/*----- plant-based hover -----*/
a:hover,
.navbar-default .navbar-nav > li > a:hover,
.dropdown-menu > li > a:hover {
  color: #ff4500;
  color: var(--jensen_green, #ff4500);
}
.plant-based .panel-title a:hover {
  color: #ff4500;
  color: var(--jensen_green, #ff4500);
}


/* fix sticky hover on touch devices */
@media only screen and (min-width: 1024px) {
  a:focus svg,
  a:focus .fallback,
  a:focus-visible svg,
  #nav_button:focus-visible svg,
  #nav_button:focus .fallback
  { transform: scale(1.0625); }

  .lightbox_trigger:focus img
  { transform: scale(1.008, 1.006); }

  a:hover svg,
  #nav_button:hover svg,
  a:hover .fallback,
  #nav_button:hover .fallback
  { transform: scale(1.0625); }

  .lightbox_trigger:hover img
  { transform: scale(1.008, 1.006); }

  .cab_brand .img_lnk:hover img {
    transform: scale(1.02);
  }

  .img_1thumb .img_lnk:hover img,
  .img_1thumb .img_lnk:focus img,
  .img_thumbs .img_lnk:hover img,
  .img_thumbs .img_lnk:focus img
  { transform: scale(1.022, 1.016); }

  .btn:hover {
    outline: 0;
    border: 1px solid #ffc324;
    border-color: var(--jensen_yellow, #ffc324);
  }

  a:hover svg,
  #nav_button:hover svg {
    fill: #ff9632;
    fill: var(--active_yellow, #ff9632);
  }

  .navbar-brand:hover #logo_txt {
    color: #ff4500;
    color: var(--active_red, #ff4500);
  }

  #submit_form_button:hover {
    background-color: #ff9632;
    background-color: var(--active_yellow, #ff9632);
  }

/*----- plant-based -----*/
  .plant-based .btn:hover {
    outline: 0;
    border: 1px solid #487629;
    border-color: var(--jensen_green, #487629);
  }

  .plant-based a:hover svg,
  .plant-based #nav_button:hover svg {
    fill: #487629;
    fill: var(--jensen_green, #487629);
  }

  .plant-based .navbar-brand:hover #logo_txt {
    color: #487629;
    color: var(--jensen_green, #487629);
  }
}

/*--------------{ active }--------------*/
.btn:active { box-shadow: none; }

.navbar-brand:active #logo_txt {
  color: #ff4500;
  color: var(--active_red, #ff4500);
}

#nav-button:active svg {
  background-color: #fff;
  fill: #ff9632;
  fill: var(--active_yellow, #ff9632);
}

#msg_bar .btn:active,
#intro .btn:active {
  font-weight: 500;
  letter-spacing: -0.013em;
  background-color: #ff9632;
  background-color: var(--active_yellow, #ff9632);
}

#submit_form_button:active {
  background-color: #fff;
  color: #ff4500;
  border-color: #ff4500;
  border-color: var(--active_red, #ff4500);
}

/*----- plant-based active -----*/
.plant-based #nav-button:active svg {
  background-color: #fff;
  fill: #487629;
  fill: var(--jensen_green, #487629);
}

.plant-based #msg_bar .btn:active,
.plant-based #intro .btn:active {
  font-weight: 500;
  letter-spacing: -0.013em;
  background-color: #487629;
  background-color: var(--jensen_green, #487629);
}

/* END: Link & Button States */


/*-------------------------------------*/
/*               RETAIL                */
/*-------------------------------------*/
#story {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 4em;
}

#story h4 { text-align: left; }

#story p { padding-bottom: 2em; }

#sustain .article h3 {
	margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
}

#sustain p { text-align: justify; }

#sustain ul { text-align: left; }
#sustain li { padding-bottom: 5px; }


/*-------------------------------------*/
/*             PLANT-BASED             */
/*-------------------------------------*/
#pb-brands,
#pb-brands .container {
  background-color: #ffffff;
}

#plantb-carousel { display: none; }

#plantb-carousel .carousel-inner > .item { min-height: 700px; }

#plantb-carousel .carousel-caption {
	position: relative;
	left: auto;
	right: auto;
  padding-top: 40px;
  padding-bottom: 0;
  color: #333;
  text-shadow: none;
  text-align: justify;
}
#plantb-carousel .carousel-caption img { padding-top: 1em; }

/*-------------------------------------*/
/*              ABOUT US               */
/*-------------------------------------*/
#about {
  padding-top: 0;
  padding-bottom: 0;
}

#carousel h2 {
	margin: 0;
	line-height: 2.4em;
}

.meet_us .article {
	position: static; /* about_card js popup fix */
  padding-left: 0;
	padding-right: 0;
}

.meet_us .col3-1 { padding-right:5px; }
.meet_us .col3-2 {
  padding-left:2.5px;
  padding-right:2.5px;
}
.meet_us .col3-3 { padding-left:5px; }

.meet_us .article h3 { padding: 0.15em 0 0 0; }

.meet_us .article h3,
#about_card h3
{ font-weight: 500; }

.meet_us h4 {
	margin: 0;
	padding-bottom: 4px;
}
.meet_us h4,
#about_card h4
{ color: #808080; }

#about_card h3 { padding-bottom: 0; }
#about_card h4 { margin-top: 0; }

#about .slide {
  color: #fff;
  background-color: #4a4a4a;
  text-align: center;
  height: 4.2em;
  border-radius: 4px;
}
/*-------------------------------------*/

#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
  z-index: 9000;
}

#lightbox_content {
  position: absolute;
  top: calc(20% + 11px);
	padding: 0;
  background-color: #f9f9f9;
  overflow-y: scroll;
  box-shadow:
    0 0 0 4px #808080,
    0 10px 10px #999;
}

#about_card {
  padding: 1em;
	text-align: left;
}
/* END: ABOUT US */


/*-------------------------------------*/
/*             WHAT WE DO              */
/*-------------------------------------*/
#what { background-position-x: left; }

#what p { text-align: center; }

#what img {
  margin-top: 0.5em;
  margin-bottom: 2em;
}

/*-------------------------------------*/
/*              THE PLANT              */
/*-------------------------------------*/
#plant h3.wide {
	margin-left:  -8.333333333333332%;
	margin-right: -8.333333333333332%;
}

#plant p { text-align: justify; }

/*-------------------------------------*/
/*          QUALITY & SAFETY           */
/*-------------------------------------*/
#quality .article h4,
#quality .article h3
{ margin: 0; }

#quality .article h3 { display: none; }

.cab_brand p { text-align: justify; }

.cab_brand img {
  margin-top:0.5em;
  margin-bottom:0.5em;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
}

/*-------------------------------------*/
/*                NEWS                 */
/*-------------------------------------*/
#news.ios {
  background-size: contain;
  background-repeat: repeat-y;
}
#news h5 { padding-top: 1em; }

#news h5,
#news ul
{text-align: left; }

#news ul { padding-inline-start: 14px; }
#news li { padding-bottom: 1.25em; }

#news em {
  font-size: 0.95em;
  font-weight: 300;
  color: #efefef;
}

.ximgcap {
  padding-right: 0.5em;
  font-size: 0.875em;
  font-weight: 300;
  color: #eee;
}

.img_1thumb { margin-top: 0.25em; }

.img_1thumb,
.img_thumbs { margin-bottom: 0.5em; }

.img_thumbs {
  display: flex;
  flex-flow: row wrap;
  margin-top: 5px;
  align-items: baseline;
}
.img_thumbs img {
  min-width: fit-content;
  margin-top: 5px;
  margin-right: 5px;
  vertical-align: bottom;
  border: 1px solid #afafaf;
}

.img_1thumb img,
.img_thumbs img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
}

.video_wrap { margin-top: 6px; }

.youtube iframe {
  display: none;
  background-color: #222;
}

.youtube a {
	display: block;
  width: 448px;
  line-height: 2em;
}

video { background-color: #333; }

.video-problem {
	width: 110%;
	color: #e10f18;
	background-color: #222;
	font-style: italic;
}


/*-------------------------------------*/
/*               RECIPES               */
/*-------------------------------------*/
#recipes h6 { font-weight: 400; }

#accordion {
  text-align: left!important;
  color: #000;
}

.panel-heading { margin: 0; }

.panel-title { font-size: inherit; }

.panel-title a {
  padding: 0 3px 1px 3px;
  text-decoration: none;
}

.panel-body { background-color: #fefefe; }
/* END: RECIPES Section */




/*-------------------------------------*/
/*            COVID-19 page            */
/*-------------------------------------*/
#covid .row.cr { padding: 3em 0; }
#covid .row.sd { padding-top: 1.5em; }
#covid .row.head p { text-align: justify; }

#covid h3 { margin: 0; }

#covid h5 {
	margin-top: 0.6em;
	margin-bottom: 0.3em;
}

#covid ul { padding-left: 1em; }
#covid li { padding-bottom: 5px; }


/*-------------------------------------*/
/*              JOBS page              */
/*-------------------------------------*/
#jobs ul { padding-left: 1em; }

audio,
.audio_img {
  width: 240px;
  display: block;
  margin: 0 auto;
}

#jensen-logo-jobs { margin-bottom: 4px; }
#jensen-logo-jobs { display: flex; }
#jensen-logo-jobs svg { flex-basis: 100%; }
#jensen-logo-jobs .fallback { margin: 0 auto; }

.jobs_company_name {
  font-size: 1.35em;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
}
.jobs_company_info {
  font-size: 1.05em;
  line-height: normal;
  text-align: center;
}
.jobs_company_info .phone { margin-top: 5px; }


/*-------------------------------------*/
/*             ERROR page              */
/*-------------------------------------*/
.error-pg header {
margin-top: 54px;
text-align: center;
}
.error-pg header .row
{ min-height: 330px; } /* if img load fails */

.error-pg .text,
.error-pg .shdw {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 5.75vw;
  font-weight: 700;
}
.error-pg .text {
  top: calc(50px + 1.2em);
  color: #ffc324;
  color: var(--jensen_yellow, #ffc324);
  letter-spacing: 0.004em;
}
.error-pg .shdw {
  top: calc(50px + 1.25em);
  color: #000;
}
.error-pg .copyright { color: #999; }


/*-------------------------------------*/
/*               CONTACT               */
/*-------------------------------------*/
#contact { padding: 0; }

#contact .row.head p {
	margin: 0;
	padding: 0 5px;
	line-height: 1.35em;
	text-align: center;
}

.contact_main {
  margin-top: 1em;
  margin-bottom: 2em;
  padding-top: 1.5em;
  padding-bottom: 2em;
  border: 1px solid #ddd;
  background-color: #fcfcfc;
}
.contact_main .row {
	padding-top: 1em;
	padding-bottom: 2em;
}

/* ----- Contact FORM ----- */
.contact_main p {
  margin-top: 0.2em;
  font-size: 0.9em;
  line-height: 1.3em;
}

.form-group { margin-bottom: 15px; }
.form-group:last-child { margin-bottom: 0; }

.form-control { font-size: 1em; }
.form-control:focus {
  border-color: #ff9632;
  border-color: var(--active_yellow, #ff9632);
}

#contact_form { margin: 0; }
#contact_form input[type="text"],
#contact_form input[type="email"],
#contact_form textarea {
  box-shadow:none!important;
  border-radius: 4px;
}

#submit_form_button {
  margin-left: -14px;
  margin-right: -14px;
  padding: 5px 25px 4px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  border-color: #fcfcfc;
  background-color: #ffc324;
  background-color: var(--jensen_yellow, #ffc324);
}

#submit_form_button.sending {
	width: 100%;
	padding-left: 0;
  color: #008000;
	background-color: transparent;
	letter-spacing: normal;
	text-align: left;
  font-size: 16px;
}

.alert {
  width: 100%;
  margin: -2px 0 -1.2em 0;
  padding: 0 2px;
  line-height: 1.2em;
	font-size: 0.8rem;
  border-radius: 4px;
}
.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* ----- Contact INFO ----- */
.info_column {
  width:100%;
  margin: 0;
}

.contact_info {
  margin-top: 5em;
  margin-left: 0;
  padding-top: 5em;
  font-size: 1.05em;
  line-height: normal;
  border-top: 1px solid #ddd;
}
.contact_info .media { margin-top: 0.8em; }
.contact_info .media:first-child {
  margin-top: 0;
  font-weight: 400;
}

#location-outline,
#call-outline,
#mail-outline {
  /*display: none;*/
  float: left;
  margin-left: 128px;
  margin-right: -192px;
}

#contact hr {
display: none;
width: 65%;
margin-left: auto;
margin-right: auto;
border-width: 1px 1px 0;
border-style: solid;
border-color: #ccc; 
}

#jensen-logo-contact,
.contact_company_name,
.contact_social
{ margin-left: 0; }

.contact_company_name {
  font-size: 1.35em;
  font-weight: 500;
  line-height: 1.5em;
}

.phone { line-height: 1.6em; }

.e_m_a_i_l_s {
  display: inline-block;
  font-size: 1.05em;
  line-height: 1.8em;
  overflow-wrap: anywhere;
}
.emlnk { font-weight: 500; }

.contact_social { margin-top: 2em; }
  
.contact_social ul { margin-bottom: 0; }
.contact_social .list-inline > li {
  padding-right: 10px;
  padding-left: 10px;
}
.contact_social .list-inline > li:first-child {
  padding-left: 0;
}
.contact_social .list-inline > li:last-child {
  padding-right: 0;
}
/* END: CONTACT Section */


/******************************************************************************/
/*                                   MEDIA QRS
/******************************************************************************/
@media only screen and (min-width: 1200px) {
  .contact_main { padding-bottom: 0; }
	.contact_main p { font-size: .835em; }
	
	.form_column,
  .info_column { width: 44%; }
  
  .form-group { margin-bottom: 0.625em; }
  .form-control { font-size: 0.72em; }

  .contact_info {
    margin: 0;
		padding: 0;
    font-size: 0.9em;
    line-height: 1.2em;
    border: 0;
  }

  #location-outline,
  #call-outline,
  #mail-outline {
    margin-left: 48px;
    margin-right: -48px;
  }

  #location-outline,
  #call-outline
  { margin-top: 6px; }

  #mail-outline { margin-top: -2px; }

  #call-outline,
  #mail-outline
  { transform: scale(0.825); }
  
  .phone { line-height: 1.2em; }
  .e_m_a_i_l_s { line-height: 1.65em; }

  #jensen-logo-contact,
  .contact_company_name,
  .contact_social
  { margin-left: 32px; } /* largest left icon offset */
  
  .contact_social { margin-top: 0.72em; }
}

@media only screen and (min-width: 2048px) {
  html { font-size: 30px; }
  .container { width: 74%; }

  p {
    margin-bottom: 20px;
    line-height: 1.3em;
  }

  img,
  .svg_icon
  { transform: scale(1.485); }

  #jensen-logo-contact {
    margin-bottom: 40px;
    transform: scale(2);
  }

  #top-navigation,
  #msg_bar
  { font-size: 22px; }

  #msg_bar .btn { font-size: 18px; }
  .msg_bar_txt { flex: 0 1 82%; }

  #navbar .navbar-brand {
    padding-left: 30px;
    font-size: 28px;
  }
  #navbar-collapse-1 .navbar-nav > li:last-child > a {
    padding-right: 30px;
  }
  
  #jensen_j_logo {
    width: 36px;
    height: 36px;
    margin-top: -6px;
    margin-right: 8px;
  }
  
  #jensen-logo,
  #jensen-logo .fallback {
    margin-top: 28px;
    margin-left: 22px;
    transform: scale(1.25);
  }

  #intro {
    top: 300px;
    transform: scale(1.5);
  }
  #intro h1 { margin-top: 55px; }
  
  #intro h1,
  #intro .ticker { margin-left: 120px; }

  .meet_us .article h3 { padding: 0.3em 0 0 0; }
  .meet_us h4 { padding-bottom: 3em; }
  .meet_us img { margin-bottom: 3em; }
  
  #what img {
    margin-top: 1.5em;
    margin-bottom: 3em;
  }

  .cab_brand img {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

  .youtube img {
    transform: none;
    max-width: 150%;
  }
  .youtube a,
  .youtube img,
  .youtube iframe {
    width: 672px!important;
    height: 378px;
  }

  .ximgcap { margin-top: -0.5em; }

  .img_1thumb,
  .img_thumbs {
    margin-top: 1.1em;
    margin-bottom: 1.1em;
  }

  .img_1thumb { margin-left: 0.8em; }

  .img_thumbs a { flex-basis: 20%; }
  .img_thumbs img { margin-left: 30px; }

  #location-outline,
  #call-outline
  { margin-top: 18px; }
  
  #mail-outline { margin-top: 4px; }
  
  #location-outline
  { transform: scale(1.6875); }
  
  #call-outline,
  #mail-outline
  { transform: scale(1.3125); }

  .contact_social .list-inline > li {
    padding-left: 30px;
    padding-right: 30px;
    transform: scale(1.25);
  }

  .media { overflow: visible; }
  .contact_main p {
    font-size: 0.8em;
    text-align: left;
  }

  .form-group { margin-bottom: 0.68em; }
  .form-control { height: 45px; }
  #submit_form_button {
    font-size: 20px;
    line-height: 22px;
    border-radius: 6px;
  }
  #submit_form_button.sending { font-size: 22px; }

  #jensen-logo-jobs {
    margin-top: 21px;
    margin-bottom: 21px;
    /* 1/2 size diff. */
  }
  
  .lightbox_trigger:focus img,
  .lightbox_trigger:hover img
  { transform: scale(1.5); }

  .cab_brand .img_lnk:focus img,
  .cab_brand .img_lnk:hover img
  { transform: scale(1.5185); }

  .img_1thumb .img_lnk:hover img, .img_1thumb .img_lnk:focus img,
  .img_thumbs .img_lnk:hover img, .img_thumbs .img_lnk:focus img
  { transform: scale(1.5222, 1.5161); }
}

@media only screen and (min-width: 4096px) {
  html { font-size: 40px; }
  .container { width: 60%; }

  img,
  .svg_icon
  { transform: scale(1.65); }

  #intro {
    top: 500px;
    width: 16%;
    transform: scale(2.0);
  }

  #submit_form_button {
    font-size: 30px;
    line-height: 32px;
  }
  #submit_form_button.sending { font-size: 32px; }
  .contact_main p { margin-top: 1.5em; }

  .lightbox_trigger:focus img,
  .lightbox_trigger:hover img
  { transform: scale(1.664); }

  .cab_brand .img_lnk:focus img,
  .cab_brand .img_lnk:hover img
  { transform: scale(1.6852); }

  .img_1thumb .img_lnk:hover img, .img_1thumb .img_lnk:focus img,
  .img_thumbs .img_lnk:hover img, .img_thumbs .img_lnk:focus img {
    transform: scale(1.7);
  }
}
/******************************************************************************/

/* .col-md */
@media only screen and max-width: 1200px) {
  html { font-size: 18px; }
  h6 { font-size: calc(16rem /18); }
  h5 { font-size: calc(18rem /18); }
  h4 { font-size: calc(19rem /18); }
  h3 { font-size: calc(26rem /18); }
  h2 { font-size: calc(31rem /18); }
  /* h1 reserved for Ticker */

  #quality li { text-align: left; }

  .md_nl::before {
    content: "\A";
    white-space: pre;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1060px) {
  #navbar-collapse-1 .navbar-nav > li > a,
  .dropdown-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #navbar-collapse-1 .navbar-nav > li:last-child > a {
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #navbar-collapse-1 .navbar-nav,
  .dropdown-menu
  { font-size: 13px; }

  #navbar-collapse-1 .navbar-nav > li > a,
  .dropdown-menu > li > a {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* .col-sm */
@media only screen and (max-width: 991px) {
  html { font-size: 17px; }
  h6 { font-size: calc(15rem /17); }
  h5 { font-size: calc(17rem /17); }
  h4 { font-size: calc(18rem /17); }
  h3 { font-size: calc(25rem /17); }
  h2 { font-size: calc(30rem /17); }

  .svg_icon { transform: scale(0.9375); }

  #location-outline { transform: scale(0.9); }
  #call-outline { transform: scale(0.8); }
  #mail-outline { transform: scale(0.75); }

  .video-problem { width: 100%; }

  .sm_nl::before {
    content: "\A";
    white-space: pre;
  }
}

@media only screen and (min-width: 768px) and (max-width: 936px) {
  #navbar-collapse-1 .navbar-nav,
  .dropdown-menu
  { font-size: 11.4px; }
}

/* only for when products menu active */
@media only screen and (min-width: 768px) and (max-width: 796px) {
  .nav.tight #quality_item::after {
    content: "";
  }
}

@media only screen and (max-width: 768px) {
  html { font-size: 16px; }
  h6 { font-size: calc(14rem /16); }
  h5 { font-size: calc(16rem /16); }
  h4 { font-size: calc(17rem /16); }
  h3 { font-size: calc(23rem /16); }
  h2 { font-size: calc(30rem /16); }

  #msg_bar .container { padding: 0 5px; }
  .msg_bar_txt {
    flex: 0 1 100%;
    line-height: 1.2em;
  }

  .row.group .article { padding-bottom: 4em; }

  #covid h3 { margin-top: 0; }
}

/* .col-xs */
@media only screen and (max-width: 767px) {
  img { height: auto; }

  #navbar-collapse-1 .navbar-nav,
  .dropdown-menu
  { font-size: 11.4px; }

  #navbar-collapse-1 .navbar-nav > li > a,
  .dropdown-menu > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.54em;
  }
  #contact_item::after {
    content: " US";
  }

  .meet_us .article {
    padding-left: 0!important;
    padding-right: 0!important;
  }

  #plant p { text-align: left; }
  
  #quality .article h4 { display: none; }
  #quality .article h3 { display: block; }
}

@media only screen and (max-height: 640px) {
  #lightbox_content { top: 66px; }
}

@media only screen and (max-width: 600px) {
  html { font-size: 15px; }
  h6 { font-size: calc(13rem /15); }
  h5 { font-size: calc(15rem /15); }
  h4 { font-size: calc(16rem /15); }
  h3 { font-size: calc(21rem /15); }
  h2 { font-size: calc(28rem /15); }

  ul,
  ol
  { padding-left: 1em; }

  .msg_bar_txt { font-size: 14px; }
  #msg_bar .btn { padding: 6px; font-size: 12px; }

  #carousel h2 {
    font-size: 22px;
    line-height: 2.9em;
  }

  .contact_main p {
    font-size: 0.9em;
    text-align: left;
  }

  #location-outline,
  #call-outline,
  #mail-outline
  { display: none; }

  #covid h3 { margin-top: -1em; }

  #jobs p { padding: 0; }
  #jobs ul { padding: 0 1em; }
  #jobs li { padding: 0.1em 0 0.1em 0; }

  .copyright { font-size: 11px; }

  .md_nl::before { content: ""; }
}

@media only screen and (max-width: 480px) {
  .msg_bar_txt { font-size: 13px; }

  #intro .ticker h3 { font-size: 22px; }

  .video_wrap a,
  .video_wrap video,
  .video_wrap iframe {
    width: calc(100vw - 30px); /* - div margin */
    margin-left: -1em;         /* - .col padding */
  }

  .contact_main {
    width: 100%;
    margin: 0.5em 0 1em 0;
    padding: 0;
  }

  .contact_main p,
  #contact_form {
    margin-left: 1em;
    margin-right: 1em;
  }
}

@media only screen and (max-width: 460px) {
  #intro { padding-bottom: 20px; }
  #intro h1 { margin-top: 25px; }

  #jensen-logo { margin-right: 20px; }

  #intro .ticker h3 { font-size: 21px; }
  #intro .btn {	margin-left: 0; }

  .xs_nl::before {
    content: "\A";
    white-space: pre;
  }
}

@media only screen and (max-width: 422px) {
  html { font-size: 14px; }
  h6 { font-size: calc(12rem /14); }
  h5 { font-size: calc(14rem /14); }
  h4 { font-size: calc(15rem /14); }
  h3 { font-size: calc(21rem /14); }
  h2 { font-size: calc(26rem /14); }

  a { font-weight: 500; }

  .msg_bar_txt { font-size: 12px; }
  
  #navbar-collapse-1 .navbar-nav,
  .dropdown-menu
  { font-size: 12px; }

  #intro { padding-bottom: 15px; }

  #jensen-logo { margin-right: 20px; }
  #intro h1 {
    margin-top: 35px;
    font-size: 31px;
  }
  #intro .ticker h3 { font-size: 16px; }

  #about .slide { height: 2.75em; }

  #carousel h2 {
    font-size: 18px;
    line-height: 2.2em;
  }

  #plant h3.wide { margin: 0; }

  #accordion .panel-title a { outline: none; }

  .col-xs-10 { width: 100%; }
  .col-xs-offset-1 { margin: 0; }

  #lightbox_content {
    width: calc(100vw - 12px);
    margin-left: 6px;
  }

  .sm_nl::before { content: ""; }
  
  #plantb-carousel .carousel-caption { text-align: left; }
}

@media only screen and (max-width: 360px) {
  #story p,
  #sustain p { text-align: left; }
  
  #msg_bar .btn { font-weight: 400; }
  
  #jensen-logo {
    margin-right: 15px;
    margin-left: 5px;
  }
  
  #carousel h2 {
    font-size: 16px;
    line-height: 2.4em;
  }

  .video_wrap a,
  .video_wrap iframe {
    width: 100vw!important;
    margin-left: -29px; /* - (.col padding-left + ul margin-left) */
    border: 0;
  }

  #covid .row.head p { text-align: left; }
}

@media only screen and (max-width: 300px) {
  html { font-size: 13px; }
  h6 { font-size: calc(11rem /13); }
  h5 { font-size: calc(13rem /13); }
  h4 { font-size: calc(14rem /13); }
  h3 { font-size: calc(22rem /13); }
  h2 { font-size: calc(24rem /13); }

  .msg_bar_txt span { display: none; }
  #msg_bar .btn { padding: 5px; }
  
  #intro { padding-bottom: 10px; }

  #jensen-logo { margin-left: 0; }

  #jensen-logo svg { height: 64px; }
  #jensen-logo .fallback {
    width: 64px!important;
    height: 64px!important;
  }

  #intro h1 {
    margin-top: 35px;
    font-size: 25px;
    line-height: 1.1em;
  }
  #intro .ticker { margin: 0 -10px; }
  #intro .ticker h3 { font-size: 15px; }

  #carousel { display: none; }

  .meet_us { border-top: 2px solid #ccc; }

  .xx_nl::before {
    content: "\A";
    white-space: pre;
  }
}

@media only screen and (max-width: 260px) {
  .msg_bar_txt { font-size: 10.8px; overflow: hidden; }
  #msg_bar .btn { font-size: 11px; }

  #navbar { margin: 0 -5px; }

  .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    padding-left: 1em;
    padding-right: 1em;
  }

  #intro { top: 16%; }

  #jensen-logo {
    margin-top: 25px;
    margin-right: 10px;
  }

  #jensen-logo svg { height: 48px; }
  #jensen-logo .fallback {
    width: 48px!important;
    height: 48px!important;
  }

  #intro h1 {
    margin-top: 25px;
    font-size: 19px;
    line-height: 1.28em;
  }
  #intro .ticker h3 {
    font-size: 12px;
    line-height: 3em;
  }

  #logo_txt { font-size: 15px; }

  .cab_brand p { text-align: left; }

  .video_wrap video {
    width: calc(100vw - 2em); /* - .col padding */
  }
  .video_wrap iframe { height: auto; }

  #contact .container { padding: 0 2px; }
  .contact_main p,
  #contact_form {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  #contact .form-control { padding: 2px 4px; }
  .contact_social .list-inline > li { padding-left: 5px; }

  audio,
  .audio_img
  { width: 100%; }

  .xs_nl::before { content: ""; }
}

@media only screen and (max-width: 210px) {
  html { font-size: 12px; }
  h6 { font-size: calc(11rem /12); }
  h5 { font-size: calc(12rem /12); }
  h4 { font-size: calc(13rem /12); }
  h3 { font-size: calc(20rem /12); }
  h2 { font-size: calc(22rem /12); }

  .svg_icon { transform: scale(0.875); }

  #msg_bar { display: none!important; }

  #navbar-collapse-1 .navbar-nav,
  .dropdown-menu
  { font-size: 10px; }
  
  #navbar-collapse-1 .navbar-nav > li > a,
  .dropdown-menu > li > a {
    padding: 4px;
    font-size: 9px;
  }
  
  #logo_txt,
  #intro h1,
  #intro .ticker h3,
  #intro .btn
  { display: none; }

  header { margin-top: 54px; }

  #home, #retail, #plantb {
    height: 250px;
    min-height: auto;
    background-size: cover;
    background-attachment: unset;
  }
  #intro {
    top: 54px;
    padding: 0;
    background-color: transparent;
  }
  #jensen-logo { margin: 5px; }

  #news ul { padding-inline-start: 5px; }
  #news .img_thumbs { margin-left: -6px; }
  #news .img_thumbs img { box-sizing: content-box; }

  .video_wrap { margin-left: -1em; }

  .video_wrap a,
  .video_wrap iframe,
  .video_wrap video
  { margin-left: -5px; } /* - .col padding */

  .video_wrap video { width: 100vw; }

  .panel-heading { padding: 5px 10px; }
  .panel-body { padding: 10px 5px; }

  .contact_social .list-inline > li { padding-right: 0; }

  .xx_nl::before { content: ""; }
}
