/* TOC 

1.  Variables
2.  Global
3.  Modules
	a. Hero
	b. Card
	c. CTA
	d. Filter
	e. Calculator
	f. List View
	g. Details View
	h. Callout Combo
	i. Elements
*/
/*------------------------------------*
   1. Variables
*------------------------------------*/
.center-horizontal {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.animate-all {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*------------------------------------*
   2. Global
*------------------------------------*/
/*---*
Type
*----*/
body {
  background-color: #000;
  font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.condensed-type {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
}
.book-type {
  font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
h2.large {
  font-size: 54px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
h2.bordered {
  position: relative;
  padding: 0 0 34px;
  margin: 0 0 20px;
}
h2.bordered:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84px;
  height: 5px;
  background-color: #ffc325;
}
h6.label {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.08em;
  color: #828282;
}
/*---*
Animation
*----*/
/* ----------------------------------------------
 * Generated by Animista on 2020-6-18 16:43:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation bounce-right
 * ----------------------------------------
 */
@-webkit-keyframes bounce-right {
  0% {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateX(13px);
    transform: translateX(13px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(6.5px);
    transform: translateX(6.5px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87%,
  98% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-right {
  0% {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateX(13px);
    transform: translateX(13px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(6.5px);
    transform: translateX(6.5px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87%,
  98% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounceInRight {
  0% {
    -webkit-transform: translateY(2px);
    transform: translateX(2px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateX(-2px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/*---*
.caption-rep-bio
*----*/
.caption-rep-bio {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.caption-rep-bio h5 {
  font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
}
.caption-rep-bio p {
  font-size: 15px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #858585;
  margin: 0;
}
@media (max-width: 767px) {
  .caption-rep-bio h5,
  .caption-rep-bio p {
    font-size: 10px;
  }
}
/*---*
.share-block
*----*/
.share-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.share-block h4 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0;
}
.share-block .btn {
  color: #828282;
  padding: 8px;
}
.share-block .btn:hover {
  color: #000;
}
/*---*
.sidebar-anchor-nav
*----*/
.sidebar-anchor-nav li {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 168%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000;
}
.sidebar-anchor-nav li a {
  color: #000;
  text-decoration: none;
}
.sidebar-anchor-nav li a:hover {
  text-decoration: underline;
}
/*---*
.header-utility-block
*----*/
.header-utility-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/*---*
.breadcdrumb-block
*----*/
.breadcdrumb-block {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 90%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #828282;
  margin: 0 0 23px;
}
.breadcdrumb-block a {
  color: #828282;
}
/*---*
hybrid branding elements
*----*/
.hybrid-branding .text {
  border-right: 1px solid #C4C4C4;
  padding: 8px 24px 8px 0;
}
.hybrid-branding .text h4 {
  font-size: 24px;
  line-height: 100%;
  text-align: left;
  letter-spacing: -0.01em;
  color: #000;
  margin: 0;
}
.hybrid-branding .logo {
  padding: 6px 8px 8px 24px;
}
.hybrid-overview {
  padding: 16px 0;
}
.hybrid-overview p {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #000;
}
.hybrid-overview ul {
  padding-left: 5px;
  list-style: none;
}
.hybrid-overview ul li {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 130%;
  color: #000;
}
.hybrid-overview ul li:before {
  content: '\2022';
  display: inline-block;
  padding-right: 8px;
}
.hybrid-overview.hybrids-details-overview p {
  font-size: 20px;
}
/*---*
.video-icon
*----*/
.video-icon {
  display: inline-block;
  position: relative;
}
.video-icon:before {
  content: '';
  width: 74px;
  height: 74px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -36px;
  background: url('/assets/img/icn-th-video.png') 0 0 no-repeat;
}
/*---*
BS Overrides
*----*/
.btn {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 20px;
  text-align: center;
}
.btn.btn-outline-primary {
  border-color: #ffc325;
  color: #ffc325;
}
.btn.btn-outline-primary:hover {
  background-color: #ffc325;
  color: #fff;
}
.btn.btn-primary {
  border-color: #ffc325;
  background-color: #ffc325;
  color: #000;
}
.btn.btn-primary:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-primary:disabled {
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}
.btn.btn-primary:disabled:hover {
  background-color: #000;
  border-color: #000;
}
.btn.btn-outline-dark.btn-load-more .icon {
  width: 22px;
  height: 22px;
  stroke: #000;
  margin-top: -5px;
}
.btn.btn-outline-dark.btn-load-more:hover .icon {
  stroke: #fff;
}
.btn-arrow {
  padding-right: 42px !important;
  position: relative;
}
.btn-arrow.btn-arrow-left {
  padding-right: 20px !important;
  padding-left: 42px !important;
}
.btn-arrow.btn-arrow-left .icon {
  right: auto;
  left: 18px;
}
.btn-arrow.btn-arrow-left:hover .icon {
  right: auto;
  left: 20px;
}
.btn-arrow .icon {
  width: 20px;
  height: 20px;
  fill: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.btn-arrow:hover .icon {
  right: 16px;
}
.btn-arrow.btn-outline-primary .icon {
  stroke: #ffc325;
}
.btn-arrow.btn-outline-primary:hover .icon {
  stroke: #fff;
}
.btn-arrow.btn-outline-dark .icon {
  stroke: #000;
}
.btn-arrow.btn-outline-dark:hover .icon {
  stroke: #fff;
}
.btn-arrow.btn-outline-light .icon {
  stroke: #fff;
}
.btn-arrow.btn-outline-light:hover .icon {
  stroke: #000;
}
section.full-span {
  width: 100%;
  margin: 0 auto;
}
.custom-control.custom-checkbox {
  padding-left: 0;
}
label.custom-control-label {
  position: relative;
  padding-right: 1.5rem;
}
label.custom-control-label::before,
label.custom-control-label::after {
  right: 0;
  left: auto;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffc325;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url('/assets/svg/checkmark-custom.svg');
}
@media (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}
strong {
  font-weight: bold;
}
/* modals */
.modal {
  z-index: 3000;
}
.modal-content {
  border: none;
  border-radius: 0;
}
.modal-header {
  display: block;
  border: none;
  border-radius: 0;
  position: relative;
  padding: 50px 30px 15px;
  border-top: 5px solid #ffc325;
}
.modal-header .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal-title {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.02em;
  color: #000;
}
.modal-body {
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.modal-body label {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 98.5%;
  letter-spacing: -0.02em;
}
.modal-body input[type='email']::-webkit-input-placeholder,
.modal-body input[type='text']::-webkit-input-placeholder {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #DCDCDC;
}
.modal-body input[type='email']::-moz-placeholder,
.modal-body input[type='text']::-moz-placeholder {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #DCDCDC;
}
.modal-body input[type='email']:-ms-input-placeholder,
.modal-body input[type='text']:-ms-input-placeholder {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #DCDCDC;
}
.modal-body input[type='email'] :-moz-placeholder,
.modal-body input[type='text'] :-moz-placeholder {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #DCDCDC;
}
.modal-body .image img {
  display: block;
  margin: 0 auto;
}
.modal-body footer p {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 90%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #6D6E71;
}
.modal-body footer p a {
  color: #6D6E71;
  text-decoration: underline;
}
.modal-body footer p a:hover {
  text-decoration: none;
}
.modal-info-block .block-item {
  border-top: 1px solid #D1D1D1;
}
.modal-info-block .column p {
  font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
}
.modal-info-block .column .modal-info-data {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 16px;
}
.modal-info-block-footer {
  border-top: 1px solid #D1D1D1;
}
.modal-experience .modal-dialog {
  max-width: 100% !important;
  margin-top: 91px;
  height: 399px;
  border-bottom: 1px solid #828282;
  background-color: #fff;
  padding: 0;
}
.modal-experience .modal-dialog .close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  z-index: 100;
}
.modal-experience .modal-body {
  padding: 0;
}
.modal-experience .text-block {
  padding: 74px 15px 0 15px;
  height: 399px;
}
.modal-experience .text-block input[type='text'] {
  padding: 15px 20px;
  height: auto;
}
.modal-experience .text-block h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #000;
}
.modal-experience .text-block label {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #858585;
}
.modal-experience .sidebar {
  position: relative;
  background-color: #fff;
}
.modal-experience .sidebar h3 {
  font-size: 24px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #000;
}
.modal-experience .sidebar p {
  font-size: 15px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #858585;
}
.modal-experience .sidebar button {
  padding-top: .375rem;
  padding-bottom: .375rem;
}
.modal-experience .sidebar-block {
  padding-top: 54px;
  text-align: center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/assets/img/bg-experience-modal.jpg');
}
.modal-experience h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #181818;
}
@media (min-width: 992px) {
  .modal-experience .sidebar-block {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 405px;
    height: 398px;
  }
}
h6.modal-info-title {
  font-size: 14px;
  line-height: 107%;
  letter-spacing: 0.115em;
  color: #C4C4C4;
  padding: 0 0 10px;
  margin: 0;
}
h6.modal-info-title:first-child {
  padding-top: 10px;
}
/* bio-thumbnail */
.bio-thumbnail a {
  color: #000;
  text-decoration: none !important;
}
.bio-thumbnail img {
  display: block;
  margin: -4px auto 10px 0;
  width: 88px;
  clip-path: circle(43px at center);
}
.bio-thumbnail .bio-thumbnail-caption {
  display: block;
  font-weight: bold;
  font-size: 11.5267px;
  line-height: 73.5%;
  text-transform: uppercase;
}
/*---*
Primarynav
*----*/
#primarynav {
  background-color: #000 !important;
  border-bottom: 5px solid #ffc325;
  z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: top 0.3s;
}
#primarynav .navbar-brand {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-indent: -9999px;
  width: 137.08px;
  height: 54px;
  background: url('/assets/svg/WyffelsLogo_Rev.svg') 0 0 no-repeat;
  background-size: cover;
  margin-top: 16px;
  margin-bottom: 15px;
}
#primarynav .navbar-toggler {
  padding: 10px;
  border: none;
  border-radius: 0;
}
#primarynav .navbar-toggler .icon {
  stroke: #fff;
}
#primarynav .navbar-nav > li {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
#primarynav .navbar-nav > li > a {
  color: #fff !important;
  position: relative;
}
#primarynav .navbar-nav > li > a:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #ffc325;
}
#primarynav .navbar-nav > li > a:hover {
  background-color: #1A1A1A;
}
#primarynav .utility-block {
  position: relative;
}
#primarynav .utility-block .btn-link {
  color: #fff;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
}
#primarynav .utility-block .btn-link .icon {
  stroke: #fff;
}
#primarynav .utility-block .btn-link.location {
  color: #E5E5E5;
  text-decoration: underline;
}
#primarynav .utility-block .btn-link.location:hover {
  text-decoration: none;
}
#primarynav .utility-block .btn-link.location.ce-button-active {
  color: #ffc325;
}
#primarynav .utility-block .btn-link.search,
#primarynav .utility-block .btn-link.menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
}
#primarynav .utility-block .btn-outline-primary {
  border-color: #ffc325;
  color: #ffc325;
}
#primarynav .utility-block .btn-outline-primary:hover {
  background-color: #ffc325;
  color: #fff;
}
#primarynav .utility-block .search-form-container {
  transition: all 0.3s ease-in-out;
  width: 460px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 104px;
  background-color: #000;
}
#primarynav .utility-block .search-form-container.hidden {
  width: 0;
}
#primarynav .utility-block .search-form-container input[type='text'] {
  border: none;
  border-radius: 0;
}
#primarynav .utility-block .search-form-container input[type='text']::-webkit-input-placeholder {
  font-size: 17px;
  color: #757575;
}
#primarynav .utility-block .search-form-container input[type='text']::-moz-placeholder {
  font-size: 17px;
  color: #757575;
}
#primarynav .utility-block .search-form-container input[type='text']:-ms-input-placeholder {
  font-size: 17px;
  color: #757575;
}
#primarynav .utility-block .search-form-container input[type='text']:-moz-placeholder {
  font-size: 17px;
  color: #757575;
}
#primarynav .utility-block .search-form-container input[type='text']:focus {
  color: #222d66;
  background-color: #f6f9fc;
  border-color: #222d66;
  outline: 0;
  box-shadow: none;
}
#primarynav .utility-block-mobile {
  position: relative;
}
#primarynav .utility-block-mobile .btn-link {
  padding: 10px;
}
#primarynav .utility-block-mobile .btn-link .icon {
  stroke: #fff;
}
#primarynav .utility-block-mobile .search-form-container {
  transition: all 0.3s ease-in-out;
  width: calc(100vw - 270px);
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 104px;
  background-color: #000;
}
#primarynav .utility-block-mobile .search-form-container.hidden {
  width: 0;
}
#primarynav .utility-block-mobile .search-form-container input[type='text'] {
  border: none;
  border-radius: 0;
}
#primarynav .utility-block-mobile .search-form-container input[type='text']::-webkit-input-placeholder {
  font-size: 17px;
  color: #757575;
}
#primarynav .utility-block-mobile .search-form-container input[type='text']::-moz-placeholder {
  font-size: 17px;
  color: #757575;
}
#primarynav .utility-block-mobile .search-form-container input[type='text']:-ms-input-placeholder {
  font-size: 17px;
  color: #757575;
}
#primarynav .utility-block-mobile .search-form-container input[type='text']:-moz-placeholder {
  font-size: 17px;
  color: #757575;
}
#primarynav .utility-block-mobile .search-form-container input[type='text']:focus {
  color: #222d66;
  background-color: #f6f9fc;
  border-color: #222d66;
  outline: 0;
  box-shadow: none;
}
@media (min-width: 992px) {
  #primarynav {
    padding: 0;
  }
  #primarynav .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 8px;
    padding-right: 8px;
  }
  #primarynav .navbar-nav > li > a:hover:before {
    display: block;
  }
  #primarynav .navbar-nav > li:hover .mega-menu-primarynav {
    height: 399px;
    border-bottom: 1px solid #828282;
  }
  #primarynav .navbar-brand {
    margin-right: 15px;
  }
  #primarynav > .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1146px) {
  #primarynav .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  #primarynav .navbar-brand {
    margin-right: 47px;
  }
}
@media (min-width: 992px) and (max-width: 1146px) {
  #primarynav .navbar-nav > li {
    font-size: 18px;
    line-height: 26px;
  }
}
/*---*
Megamenu
*----*/
.mega-menu-primarynav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  text-align: left;
  text-transform: none;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-menu-primarynav .mega-menu-inner {
  margin: 0 auto;
  width: 100%;
}
.mega-menu-primarynav .image {
  position: relative;
}
.mega-menu-primarynav .image-block {
  width: 405px;
  height: 398px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mega-menu-primarynav .text-block {
  margin-top: 114px;
  padding: 0 15px;
}
.mega-menu-primarynav .text-block h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 90%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #181818;
}
.mega-menu-primarynav .text-block h2 a {
  display: inline-block;
  position: relative;
  padding-right: 34px;
  color: #181818;
  text-decoration: none;
}
.mega-menu-primarynav .text-block h2 a:after {
  position: absolute;
  right: 0;
  top: 9px;
  width: 24px;
  height: 24px;
  background: url('/assets/img/icn-chevron-right-dark.png') 0 0 no-repeat;
  content: '';
}
.mega-menu-primarynav .text-block h2 a span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-menu-primarynav .text-block h2 a span:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  border-top: 2px solid #000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-menu-primarynav .text-block h2 a:hover span:after {
  opacity: 1;
}
.mega-menu-primarynav .text-block p {
  font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #181818;
}
.mega-menu-primarynav nav li {
  font-weight: normal !important;
  text-align: left;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  padding: 16px 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-menu-primarynav nav li a {
  color: #000;
  display: block;
  padding-left: 46px;
  padding-right: 24px;
  position: relative;
  text-decoration: none;
}
.mega-menu-primarynav nav li a:before {
  position: absolute;
  right: 0;
  top: 7px;
  width: 6px;
  height: 12px;
  background: url('/assets/img/icn-chevron-right.png') 0 0 no-repeat;
  content: '';
  display: none;
}
.mega-menu-primarynav nav li a .icon {
  position: absolute;
  top: 4px;
  left: 0;
}
.mega-menu-primarynav nav li a .icon-chevron {
  position: absolute;
  right: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  stroke: #C4C4C4;
  fill: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-menu-primarynav nav li a span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-menu-primarynav nav li a span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  border-top: 1px solid #000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-menu-primarynav nav li a:hover span:after {
  opacity: 1;
}
.mega-menu-primarynav nav li:hover .icon-chevron {
  stroke: #000;
  -webkit-animation: bounceInRight 0.5s both;
  animation: bounceInRight 0.5s both;
}
/*
@media (min-width: 992px) {
	.mega-menu-primarynav {
		.mega-menu-inner {
			max-width: 960px;
		}
	}
}

@media (min-width: 1200px) {
	.mega-menu-primarynav {
		.mega-menu-inner {
			max-width: 1140px;
			//width: 100%;
		}
	}
}
*/
/*---*
Globamenu
*----*/
.globalmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  background-color: #fff;
  display: none;
  overflow-y: scroll;
  max-height: 100%;
}
.globalmenu.expanded {
  display: block;
}
.globalmenu .navbar-brand {
  text-indent: -9999px;
  width: 137.08px;
  height: 54px;
  background: url('/assets/img/wyffels-logo-global-menu.png') 0 0 no-repeat;
  background-size: cover;
  margin-top: 16px;
  margin-bottom: 15px;
}
.globalmenu .utility-block .btn.btn-link {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
}
.globalmenu .utility-block .btn.btn-link .icon {
  stroke: #000;
}
.globalmenu .utility-block .btn.btn-link.menu {
  padding: 10px;
}
.globalmenu .utility-block input[type='text'] {
  width: 232px;
  border: none;
  border-bottom: 1px solid #828282;
}
.globalmenu header {
  padding-bottom: 10px;
}
.globalmenu main {
  padding-bottom: 64px;
  border-bottom: 1px solid #D0D0D0;
}
.globalmenu footer {
  padding: 30px 0 50px;
}
.globalmenu h2 {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 90%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #181818;
  position: relative;
  margin-bottom: 23px;
}
.globalmenu h3 {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 90%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 12px;
}
.globalmenu h3 a {
  display: inline-block;
  color: #000;
  position: relative;
  padding-right: 34px;
}
.globalmenu h3 a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  background: url('/assets/svg/chevron-right-black.svg') 0 0 no-repeat;
}
.globalmenu .copyright {
  font-size: 12px;
  line-height: 22px;
}
.globalmenu nav {
  position: relative;
}
.globalmenu nav:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #ffc325;
  top: 0;
  left: 0;
}
.globalmenu nav li {
  font-weight: normal;
}
.globalmenu nav li a {
  display: block;
  color: #000;
}
.globalmenu .nav-block {
  margin-top: 30px;
}
.globalmenu .nav-block nav {
  padding-top: 23px;
}
.globalmenu .nav-block nav li {
  font-size: 16px;
  line-height: 173.5%;
}
.globalmenu .nav-block-sm {
  margin-top: 57px;
}
.globalmenu .nav-block-sm nav {
  padding-top: 16px;
}
.globalmenu .nav-block-sm nav li {
  font-size: 14px;
  line-height: 150%;
}
@media (min-width: 992px) {
  .globalmenu .nav-block {
    margin-top: 70px;
  }
  .globalmenu .nav-block-sm:first-child {
    margin-top: 70px;
  }
  .globalmenu > .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/*---*
Footer
*----*/
#footer {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 37px;
  border-top: 5px solid #ffc325;
}
#footer .footer-brand {
  margin-bottom: 18px;
}
#footer .footer-brand img {
  display: block;
  margin: 0 auto;
}
#footer address {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  letter-spacing: -0.01em;
}
#footer .social-nav-ftr {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .social-nav-ftr li a {
  color: #C4C4C4;
}
#footer .social-nav-ftr li a i {
  font-size: 1.25em;
}
#footer h3 {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
#footer .h3 {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
}
#footer .subnav-ftr li {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
}
#footer .subnav-ftr li a {
  color: #C4C4C4;
}
@media (min-width: 992px) {
  #footer address {
    margin-left: 40px;
    text-align: left;
  }
  #footer .footer-brand img {
    margin-left: 0;
  }
  #footer .social-nav-ftr {
    justify-content: flex-start;
    margin-left: 24px;
  }
  #footer > .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.nav-tabs .nav-link {
  color: #333;
}
.nav-tabs .nav-link:hover {
  text-decoration: underline;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000;
  font-weight: bold;
  background-color: #FCFCFC;
  border-color: #D1D1D1 #D1D1D1 #FCFCFC;
}
.tab-content {
  background-color: #FCFCFC;
  border: 1px solid;
  border-color: #FCFCFC #D1D1D1 #D1D1D1 #D1D1D1;
}
.tab-content a {
  color: #000;
  text-decoration: underline;
}
/*------------------------------------*
   3. Modules
*------------------------------------*/
/*---------------*
   a. Hero
*----------------*/
/*---*
.hero-block
*----*/
.hero-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  height: 712px;
  position: relative;
  overflow: hidden;
  /*---*
	variations
	*----*/
  /* billboard variation */
  /*---*
	video hero
	*----*/
}
.hero-block > .container {
  height: 100%;
}
.hero-block > .container > .row {
  height: 100%;
}
.hero-block h2 {
  font-size: 100px;
  line-height: 90px;
  letter-spacing: -0.025em;
  margin: 0 0 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hero-block h4 {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #858585;
  margin: 0 0 12px;
}
.hero-block .caption {
  padding-top: 30px;
  position: relative;
}
.hero-block .caption:before {
  position: absolute;
  content: '';
  width: 84px;
  height: 5px;
  background-color: #ffc325;
  top: 0;
  left: 0;
}
.hero-block p {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #6D6E71;
  margin-bottom: 2rem;
}
.hero-block .btn-outline-secondary {
  border-color: #000;
  color: #000;
}
.hero-block .btn-outline-secondary:hover {
  background-color: #000;
  color: #fff;
}
.hero-block.hero-block-billboard {
  height: 701px;
  border: 10px solid #fff;
  border-top: 5px solid #fff;
}
.hero-block.hero-block-billboard h2 {
  font-size: 72px;
  line-height: 95%;
}
.hero-block.hero-block-billboard p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #777777;
}
.hero-block video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.hero-block.hero-block-video p {
  color: #fff;
}
@media (max-width: 991px) {
  .hero-block {
    background-position: top 0% right 85%;
  }
  .hero-block h2 {
    font-size: 52px;
    line-height: 52px;
  }
  .hero-block h4 {
    font-size: 16px;
  }
  .hero-block p {
    font-size: 16px;
    line-height: 150%;
  }
  .hero-block.hero-block-billboard {
    background-position: top 0% right 56%;
  }
  .hero-block.hero-block-billboard h2 {
    font-size: 36px;
    line-height: 95%;
  }
}
@media (max-width: 767px) {
  .hero-block {
    background-position: bottom center;
    height: 588px;
    padding-top: 37px;
  }
  .hero-block h2,
  .hero-block h4 {
    text-align: center;
  }
  .hero-block .caption {
    text-align: center;
  }
  .hero-block .caption:before {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
  }
  .hero-block.hero-block-billboard {
    background-position: bottom center;
    height: 541px;
    padding-top: 49px;
  }
  .hero-block.hero-block-billboard p {
    display: none;
  }
  .hero-block.hero-block-video p {
    color: #777777;
  }
}
@media (max-width: 575px) {
  /*.hero-block {
		h2,
		h4 {
			text-align: center;
		}
		.caption {
			text-align: center;
			&:before {
				.center-horizontal();
				position: absolute;
			}
		}
	}*/
}
/*---*
.hero-block-interior
*----*/
.hero-block-interior {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  min-height: 250px;
}
.hero-block-interior h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 85%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffc325;
  margin: 52px 0 21px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hero-block-interior h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 95%;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  margin: 0 0 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hero-block-interior h2.tag-sm {
  font-size: 52px;
}
.hero-block-interior.details-hero > .container {
  height: 100%;
}
.hero-block-interior.details-hero > .container > .row {
  height: 100%;
}
.hero-block-interior.details-hero h1 {
  text-align: left;
  font-size: 80px;
  line-height: 85%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 15px;
}
.hero-block-interior.details-hero h3 {
  text-align: left;
  font-weight: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin: 0 0 15px;
}
.hero-block-interior.details-hero .breadcdrumb-block {
  color: #fff;
  margin: 23px 0 23px;
}
.hero-block-interior.details-hero .breadcdrumb-block a {
  color: #fff;
}
.hero-block-interior.details-hero p.location {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 991px) {
  .hero-block-interior h1 {
    margin-top: 42px;
  }
  .hero-block-interior.details-hero h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .hero-block-interior h2 {
    font-size: 42px !important;
  }
}
/*---*
.hero-block-interior-tall
*----*/
.hero-block-interior-tall {
  padding: 78px 0;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.hero-block-interior-tall h1 {
  font-size: 24px;
  line-height: 85%;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 23px;
  color: #ffc325;
}
.hero-block-interior-tall h2 {
  font-size: 54px;
  line-height: 95%;
  text-align: center;
  letter-spacing: -0.01em;
  margin: 0 0 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hero-block-interior-tall h2.event-headline {
  font-size: 68px;
}
.hero-block-interior-tall h3 {
  font-size: 24px;
  line-height: 85%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}
.hero-block-interior-tall p {
  font-size: 18px;
  line-height: 31px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #777777;
}
.hero-block-interior-tall p:last-of-type {
  margin: 0;
}
.hero-block-interior-tall .caption {
  position: relative;
  padding-top: 23px;
}
.hero-block-interior-tall .caption:before {
  content: '';
  width: 113px;
  height: 5px;
  background-color: #ffc325;
  top: 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.hero-block-interior-tall .caption.plain-caption {
  padding-top: 0;
}
.hero-block-interior-tall .caption.plain-caption:before {
  display: none;
}
.hero-block-interior-tall .caption.plain-caption p {
  font-size: 16px;
  line-height: 150%;
}
.hero-block-interior-tall.bg-right {
  background-position: top right;
}
.hero-block-interior-tall.bg-left {
  background-position: top left;
}
.hero-block-interior-tall.bg-dark h2 {
  color: #fff;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.hero-block-interior-tall.bg-dark p {
  color: #fff;
}
@media (max-width: 991px) {
  .hero-block-interior-tall h2 {
    font-size: 42px !important;
  }
}
/*---*
.hero-block-interior-short
*----*/
.hero-block-interior-short {
  padding: 62px 0 0;
  background-color: #fff;
}
.hero-block-interior-short header {
  border-bottom: 5px solid #ffc325;
}
.hero-block-interior-short header h1 {
  font-size: 48px;
  line-height: 90px;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .hero-block-interior-short header h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
/*---*
.hero-block-video
*----*/
.hero-block-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-block-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.hero-block-video .video-mobile-embed {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*---*
.hero-text-block
*----*/
.hero-text-block {
  padding: 78px 0;
  background-color: #fff;
  width: 100%;
  background-color: #f3f3f3;
}
.hero-text-block h5 {
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 23px;
  color: #858585;
}
.hero-text-block h2 {
  font-size: 54px;
  line-height: 95%;
  text-align: center;
  letter-spacing: -0.01em;
  margin: 0 0 30px;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hero-text-block p {
  font-size: 18px;
  line-height: 31px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #777777;
}
.hero-text-block p:last-of-type {
  margin: 0;
}
.hero-text-block ul {
  padding-left: 24px;
}
.hero-text-block ul li {
  font-size: 18px;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #777777;
}
.hero-text-block .caption {
  position: relative;
  padding-top: 23px;
}
.hero-text-block .caption:before {
  content: '';
  width: 113px;
  height: 5px;
  background-color: #ffc325;
  top: 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.hero-text-block.bg-right {
  background-position: top right;
}
.hero-text-block.bg-left {
  background-position: top left;
}
.hero-text-block.bg-dark h2 {
  color: #fff;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.hero-text-block.bg-dark p {
  color: #fff;
}
.hero-text-block.two-column h5,
.hero-text-block.two-column p {
  text-align: left;
}
.hero-text-block.two-column h2 {
  text-align: left;
  margin: 0;
  position: relative;
  padding-bottom: 36px;
}
.hero-text-block.two-column h2:after {
  content: '';
  width: 113px;
  height: 5px;
  background-color: #ffc325;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-text-block.two-column .caption {
  padding-top: 0;
}
.hero-text-block.two-column .caption:before {
  display: none;
}
@media (max-width: 991px) {
  .hero-block-interior-tall h2 {
    font-size: 42px !important;
  }
}
/*---------------*
   b. Card
*----------------*/
/*---*
.card-two-column
*----*/
.card-two-column {
  /*---*
	variations
	*----*/
  /* two-column-home */
}
.card-two-column .column {
  position: relative;
  overflow: hidden;
}
.card-two-column .column.bg-dark h2 {
  color: #fff;
}
.card-two-column .column.bg-dark h2 a {
  color: #fff;
  text-decoration: none;
}
.card-two-column .column.bg-light h2 {
  color: #000;
}
.card-two-column .column.bg-light h2 a {
  color: #000;
  text-decoration: none;
}
.card-two-column .caption {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-two-column h4 {
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #858585;
  margin: 0 0 16px;
}
.card-two-column h2 {
  font-size: 62px;
  line-height: 90%;
  text-align: center;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-two-column .btn {
  padding: 12px 21px;
}
.card-two-column.card-two-column-home {
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-top: 10px solid #fff;
}
.card-two-column.card-two-column-home .column {
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 10px solid #fff;
}
.card-two-column.card-two-column-home .caption-rep-bio {
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  right: 42px;
  bottom: 45px;
  width: 139px;
}
@media (max-width: 1199px) {
  .card-two-column .caption {
    top: 42px;
  }
}
@media (max-width: 991px) {
  .card-two-column h2 {
    font-size: 36px;
  }
  .card-two-column.card-two-column-home .caption-rep-bio {
    right: 24px;
  }
}
@media (max-width: 575px) {
  .card-two-column.card-two-column-home .caption-rep-bio {
    right: 0;
  }
}
/*---*
.card-three-column
*----*/
.card-three-column {
  /*---*
	variations
	*----*/
  /* three-column-home */
  /* three-column-interior */
}
.card-three-column .column {
  position: relative;
  overflow: hidden;
  height: 355px;
}
.card-three-column .column.bg-dark h3 {
  color: #fff !important;
}
.card-three-column .column.bg-light h3,
.card-three-column .column.bg-light h5 {
  color: #000 !important;
}
.card-three-column .column:hover .image-block {
  width: 110%;
  top: -5%;
  left: -5%;
  bottom: -5%;
}
.card-three-column .image-block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.card-three-column .caption {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-three-column h5 {
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  opacity: 0.7;
}
.card-three-column h3 {
  font-size: 52px;
  line-height: 90%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-three-column.card-three-column-home {
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  background-color: #fff;
}
.card-three-column.card-three-column-home .column {
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 10px solid #fff;
}
.card-three-column.card-three-column-interior {
  border-top: 10px solid #fff;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  background-color: #fff;
}
.card-three-column.card-three-column-interior .column {
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 10px solid #fff;
}
@media (min-width: 992px) {
  .card-three-column .column {
    height: 466px;
  }
}
@media (min-width: 1200px) {
  .card-three-column .column {
    height: 526px;
  }
}
@media (max-width: 1199px) {
  .card-three-column .caption {
    top: 40px;
  }
}
@media (max-width: 991px) {
  .card-three-column h3 {
    font-size: 36px;
  }
}
/*---*
.hybrid-card
*----*/
.hybrid-card {
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hybrid-card .body header {
  background-color: #000;
  padding: 20px;
}
.hybrid-card .body header h3 {
  font-size: 57px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
}
.hybrid-card .body header h3 small {
  font-size: 39px;
}
.hybrid-card .body header h3 .initial {
  color: #ffc325;
}
.hybrid-card .body header h3 a {
  color: #fff;
}
.hybrid-card .body header h3 a .initial {
  color: #ffc325;
}
.hybrid-card .body header h3 a:hover {
  text-decoration: none;
}
.hybrid-card .body .branding {
  border-bottom: 1px solid #C4C4C4;
}
.hybrid-card .body .branding .text {
  width: 121px;
  border-right: 1px solid #C4C4C4;
  padding: 16px 0;
}
.hybrid-card .body .branding .text h4 {
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000;
  margin: 0;
}
.hybrid-card .body .branding .logo {
  padding: 6px;
}
.hybrid-card .body .overview {
  padding: 16px 20px;
}
.hybrid-card .body .overview p {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #000;
}
.hybrid-card .body .overview ul {
  list-style: none;
  padding: 0;
}
.hybrid-card .body .overview ul li {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  padding-left: 14px;
  font-size: 15px;
  line-height: 130%;
  color: #000;
  position: relative;
}
.hybrid-card .body .overview ul li:before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 0;
}
.hybrid-card .graph {
  border-top: 1px solid #C4C4C4;
  margin: 0;
  padding-bottom: 20px;
}
.hybrid-card .footer-utility {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 20px;
}
.hybrid-card .footer-utility h5 {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.01em;
  margin: 0;
}
.hybrid-card .footer-utility h5 a {
  color: #000;
  text-decoration: none;
}
.hybrid-card .footer-utility h5 a:hover {
  text-decoration: underline;
}
.hybrid-card .footer-utility label {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  vertical-align: middle;
}
.hybrid-card .footer-utility label:before,
.hybrid-card .footer-utility label:after {
  top: 1px;
}
/*---*
.hybrid-card-sm
*----*/
.hybrid-card-sm h3 {
  font-size: 47.8393px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.hybrid-card-sm h3 small {
  font-size: 32.7321px;
}
.hybrid-card-sm h3 a {
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  padding-bottom: 16px;
}
.hybrid-card-sm h3 a .initial {
  color: #ffc325;
}
.hybrid-card-sm h3 a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-top: 1px solid #d6d6d6;
}
.hybrid-card-sm h3 a:hover:before {
  border-top: 1px solid #000;
}
/*---*
.grid-card-block
*----*/
.grid-card-block .block-item {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.grid-card-block .block-item-text {
  position: absolute;
  width: 100%;
  padding: 10px 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid-card-block .column {
  text-align: center;
  position: relative;
  background-color: #ffc325;
}
.grid-card-block .column h3 {
  font-size: 30px;
  line-height: 115%;
  text-align: center;
  text-transform: none;
  padding: 0 30px 30px 30px;
  margin: 0;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.grid-card-block .column h3:after {
  content: '';
  width: 118px;
  height: 5px;
  background-color: #fff;
  bottom: 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.grid-card-block .column h3 + .btn {
  margin-top: 40px;
}
.grid-card-block .column.bg-dark {
  background-color: #000000 !important;
}
.grid-card-block .column.bg-dark h3 {
  color: #fff;
}
.grid-card-block .column.bg-dark h3:after {
  background-color: #ffc325;
}
.grid-card-block .column.bg-light {
  background-color: #f3f3f3;
}
.grid-card-block .column.bg-light h3:after {
  background-color: #ffc325;
}
.grid-card-block.wyffels-way-grid-block {
  border: 10px solid #fff;
  background-color: #f3f3f3;
}
.grid-card-block .card-grid-footer {
  padding: 80px 0;
  background-color: #f3f3f3;
}
@media (max-width: 991px) {
  .grid-card-block .column h3 {
    font-size: 24px;
    line-height: 100%;
    padding: 0 15px 20px 15px;
  }
  .grid-card-block .column h3 + .btn {
    margin-top: 26px;
  }
}
@media (max-width: 575px) {
  .grid-card-block .column h3 {
    font-size: 18px;
    line-height: 100%;
    padding: 0 15px 15px 15px;
  }
  .grid-card-block .column h3 + .btn {
    margin-top: 26px;
  }
}
/*---------------*
   c. CTA
*----------------*/
/*---*
.cta-block
*----*/
.cta-block {
  padding: 60px;
  background-color: #fff;
  text-align: center;
}
.cta-block h2 {
  font-size: 45px;
  line-height: 98%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0 35px;
}
.cta-block input[type="text"] {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
}
.cta-block input[type="text"]::-webkit-input-placeholder {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  color: #DCDCDC;
}
.cta-block input[type="text"]::-moz-placeholder {
  text-transform: uppercase;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  color: #DCDCDC;
}
.cta-block input[type="text"]:-ms-input-placeholder {
  text-transform: uppercase;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  color: #DCDCDC;
}
.cta-block input[type="text"] :-moz-placeholder {
  text-transform: uppercase;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  color: #DCDCDC;
}
.cta-block.cta-block-home {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #000;
  background-position: top center;
  background-size: cover;
  height: 570px;
  border: 10px solid #fff;
}
.cta-block.cta-block-home h2 {
  font-size: 72px;
  color: #fff;
  text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
  margin: 0 0 83px;
}
.cta-block.cta-block-home > .container {
  height: 100%;
}
.cta-block.cta-block-home > .container > .row {
  height: 100%;
}
.cta-block.cta-block-hybrids-landing {
  padding-top: 100px;
  padding-bottom: 100px;
}
.cta-block.cta-block-dark {
  background-color: #000;
}
.cta-block.cta-block-dark h2 {
  color: #ffc325;
}
.cta-block.cta-block-dark .btn {
  color: #828282;
}
.cta-block.cta-block-dark .btn:hover {
  stroke: #000;
}
.cta-block.cta-block-dark .icon {
  stroke: #828282;
}
.cta-block.cta-block-newsletter-signup {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: left;
  background-color: #E5E5E5;
}
.cta-block.cta-block-newsletter-signup h2 {
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #000;
  text-align: left;
}
@media (max-width: 767px) {
  .cta-block h2 {
    font-size: 36px !important;
    margin: 0 0 35px;
  }
  .cta-block.cta-block-home {
    height: 345px;
  }
}
/*---*
.cta-seed-rep
*----*/
.cta-seed-rep {
  background-color: #000;
}
.cta-seed-rep .text {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cta-seed-rep .text p {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #858585;
  margin: 0 0 16px;
}
.cta-seed-rep h2 {
  font-size: 55px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0 0 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cta-seed-rep .image {
  position: relative;
}
.cta-seed-rep .image img {
  display: block;
  margin: 0 auto;
}
.cta-seed-rep .image .caption-rep-bio {
  position: absolute;
  right: 0;
  bottom: 143px;
}
@media (min-width: 768px) {
  .cta-seed-rep .text {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .cta-seed-rep .image {
    padding-top: 33px;
  }
}
@media (max-width: 767px) {
  .cta-seed-rep h2 {
    font-size: 34px;
  }
}
/*---------------*
   d. Filter
*----------------*/
/*---*
.filter-block
*----*/
.filter-block {
  border-bottom: 5px solid #ffc325;
  padding-bottom: 32px;
}
.filter-block header h2 {
  font-size: 48px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #333;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-block header h2 small {
  font-size: 24px;
  line-height: 90%;
}
.filter-block header h2 small a {
  color: #6D6E71;
  text-decoration: underline;
}
.filter-block header h2 small a:hover {
  text-decoration: none;
}
.filter-block header h2 a {
  color: #000;
  text-decoration: underline;
}
.filter-block header h2 a:hover {
  text-decoration: none;
}
.filter-block header h2.title-xl {
  font-size: 60px;
}
.filter-block .filter-toggle-block .btn {
  text-transform: uppercase;
  font-weight: 600;
}
.filter-block .filter-toggle-block .btn.toggle-filter {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-block .filter-toggle-block .btn .icon {
  stroke: #828282;
}
.filter-block .filter-toggle-block .btn:hover .icon,
.filter-block .filter-toggle-block .btn.active .icon {
  stroke: #000;
}
.filter-block .filter-toggle-block nav {
  display: inline-block;
}
.filter-block .filter-toggle-block nav button {
  display: inline-flex;
  align-items: center;
}
.filter-block .filter-body .inputs .btn {
  text-transform: none;
  color: #000;
  font-weight: normal;
}
.filter-block .filter-body .inputs .btn.btn-primary:hover {
  color: #fff;
}
.filter-block .filter-body .column {
  padding-top: 25px;
}
.filter-block .filter-body input[type='text'] {
  border-radius: 5px;
  padding: 15px 20px;
  border-color: #C4C4C4;
  font-size: 1rem;
  line-height: 1.5;
  height: auto;
}
.filter-block .btn-outline-dark {
  border-color: #828282;
  color: #828282;
}
.filter-block .btn-outline-dark:hover,
.filter-block .btn-outline-dark.active,
.filter-block .btn-outline-dark[aria-expanded='true'] {
  background-color: #ffc325 !important;
  border-color: #ffc325 !important;
  color: #000 !important;
}
.filter-block .btn-outline-dark:hover .icon stroke,
.filter-block .btn-outline-dark.active .icon stroke,
.filter-block .btn-outline-dark[aria-expanded='true'] .icon stroke {
  color: #000;
}
.filter-block h3.label {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000;
}
.filter-block label {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000;
  text-transform: uppercase;
}
.filter-block .noUi-target {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #f2f2f2;
  margin-top: 36px;
}
.filter-block .noUi-connects .noUi-connect {
  background: #D1D1D1;
}
.filter-block .noUi-horizontal {
  height: 5px;
}
.filter-block .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  top: -7px;
}
.filter-block .noUi-horizontal .noUi-handle.noUi-handle-upper {
  right: 0;
}
.filter-block .noUi-horizontal .noUi-tooltip {
  bottom: -30px;
}
.filter-block .noUi-handle {
  border: none;
  border-radius: 50%;
  background: #ffc325;
  box-shadow: none;
}
.filter-block .noUi-handle:after,
.filter-block .noUi-handle:before {
  display: none;
}
.filter-block .noUi-tooltip {
  border: none;
  border-radius: 0;
  background: transparent;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000000;
}
.filter-block.data-summary header h2 {
  font-size: 60px;
  line-height: 90%;
}
@media (max-width: 991px) {
  .filter-block .filter-toggle-block {
    padding-top: 25px;
  }
  .filter-block .filter-body .column.traits {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .filter-block .filter-toggle-block .btn.toggle-filter {
    width: auto;
  }
  .filter-block header h2 {
    font-size: 32px !important;
  }
}
/*---------------*
   e. Calculator
*----------------*/
.calculator-block {
  padding: 52px 0;
  background-color: #F7F7F7;
}
.calculator-block .description {
  padding: 0 0 52px;
}
.calculator-block .description p {
  font-size: 17px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #828282;
}
.calculator-block .description p:last-of-type {
  margin: 0;
}
.calculator-block .dropdown-toggle {
  background-color: #fff;
  border-color: #C4C4C4;
  color: #000;
}
.calculator-block .dropdown-toggle:hover {
  background-color: #000;
  color: #fff;
}
.calculator-block input[type='text'] {
  border-radius: 5px;
  padding: 15px 20px;
  border-color: #C4C4C4;
  font-size: 1rem;
  line-height: 1.5;
  height: auto;
}
.calculator-block input[type='text']::-webkit-input-placeholder {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #DCDCDC;
}
.calculator-block input[type='text']::-moz-placeholder {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #DCDCDC;
}
.calculator-block input[type='text']:-ms-input-placeholder {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #DCDCDC;
}
.calculator-block input[type='text'] :-moz-placeholder {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #DCDCDC;
}
.calculator-block input[type='date'] {
  border-radius: 5px;
  padding: 15px 20px;
  border-color: #C4C4C4;
  font-size: 1rem;
  line-height: 1.5;
  height: auto;
}
.calculator-block input[type='number'] {
  border-radius: 5px;
  padding: 15px 20px;
  border-color: #C4C4C4;
  font-size: 1rem;
  line-height: 1.5;
  height: auto;
}
.calculator-block label {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 98.5%;
  color: #000000;
  margin: 0 0 18px;
}
.calculator-block .block-item {
  position: relative;
}
.calculator-block .control-group-lower {
  margin: 26px 0 0;
  padding: 32px 0 0;
  border-top: 1px solid #D1D1D1;
}
.calculator-block .data-summary-results {
  min-height: 110px;
}
.calculator-block dt {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #858585;
}
.calculator-block dd {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #000000;
}
@media (min-width: 992px) {
  .calculator-block .block-item:before {
    content: '';
    position: absolute;
    left: -39px;
    top: 0;
    bottom: -1rem;
    width: 1px;
    background-color: #D1D1D1;
  }
  .column:first-child .block-item:before {
    display: none;
  }
}
/*---------------*
   Replant Calculator Tweaks
*----------------*/
@media (min-width: 992px) {
  .calculator-block form#replant_calc .block-item:before {
    left: -29px;
  }
}
.calculator-block input[type='text'].form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
}
/*---------------*
   f. List View
*----------------*/
.list-block .block-item {
  padding: 32px 0;
  border-bottom: 1px solid #C4C4C4;
}
.list-block h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 98.5%;
  letter-spacing: -0.02em;
  color: #000000;
  text-transform: none;
}
.list-block h3 a {
  color: #000;
  text-decoration: none;
}
.list-block h3 a:hover {
  text-decoration: underline;
}
.list-block h5.date {
  font-weight: 600;
  font-size: 14px;
  line-height: 107%;
  letter-spacing: 0.115em;
  color: #C4C4C4;
}
.list-block p {
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #6D6E71;
}
.list-block footer h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #AEAEAE;
}
.list-block footer li {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #AEAEAE;
  margin-right: 4px !important;
}
.list-block footer li a {
  color: #AEAEAE;
}
.list-block .image img {
  display: block;
  margin: 0 auto;
}
.list-feature-block {
  background-color: #fff;
  padding: 56px 0 0;
}
.list-feature-block .block-item {
  border-bottom: 5px solid #ffc325;
  padding: 0 0 56px;
}
.list-feature-block header h3 {
  font-size: 36px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #333333;
  margin: 0 0 34px;
}
.list-feature-block .text {
  border-top: 1px solid #C4C4C4;
  padding-top: 30px;
}
.list-feature-block h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 98.5%;
  letter-spacing: -0.02em;
  color: #000000;
  text-transform: none;
}
.list-feature-block h2 a {
  color: #000;
}
.list-feature-block h5.date {
  font-weight: 600;
  font-size: 14px;
  line-height: 107%;
  letter-spacing: 0.115em;
  color: #C4C4C4;
}
.list-feature-block p {
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #6D6E71;
}
.list-feature-block p:last-of-type {
  margin: 0;
}
.list-feature-block .btn {
  color: #000;
}
.list-feature-block .btn .icon {
  stroke: #000;
}
.list-filter-header {
  border-bottom: 1px solid #C4C4C4;
}
.list-filter-header h3 {
  font-size: 36px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #000000;
}
.list-filter-header p {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #6D6E71;
}
.list-filter-header p a {
  color: #6D6E71;
  text-decoration: underline;
}
.list-filter-header p a:hover {
  text-decoration: none;
}
.list-filter-header label {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #000000;
  text-transform: uppercase;
}
.list-filter-block header h3 {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #000000;
}
.list-filter-block .btn-outline-dark {
  border-color: #828282;
  color: #828282;
  text-transform: none;
  font-weight: normal;
}
.list-filter-block .btn-outline-dark:hover,
.list-filter-block .btn-outline-dark.active,
.list-filter-block .btn-outline-dark[aria-expanded='true'] {
  background-color: #ffc325 !important;
  border-color: #ffc325 !important;
  color: #000 !important;
}
.list-filter-block .btn-outline-dark:hover .icon stroke,
.list-filter-block .btn-outline-dark.active .icon stroke,
.list-filter-block .btn-outline-dark[aria-expanded='true'] .icon stroke {
  color: #000;
}
.list-filter-block .clear-filters {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}
.list-filter-block input[type="text"] {
  background-color: #E3E3E3;
  border: 1px solid #C4C4C4;
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
}
.list-filter-block input[type="text"]::-webkit-input-placeholder {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-style: italic;
  text-align: center;
  color: #939393;
}
.list-filter-block input[type="text"]::-moz-placeholder {
  text-transform: uppercase;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-style: italic;
  text-align: center;
  color: #939393;
}
.list-filter-block input[type="text"]:-ms-input-placeholder {
  text-transform: uppercase;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-style: italic;
  text-align: center;
  color: #939393;
}
.list-filter-block input[type="text"] :-moz-placeholder {
  text-transform: uppercase;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-style: italic;
  text-align: center;
  color: #939393;
}
@media (min-width: 992px) {
  .list-filter-block .btn {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.list-block-landing {
  background-color: #fff;
}
.list-block-landing header {
  border-bottom: 5px solid #FFC425;
  margin: 0 0 24px;
}
.list-block-landing header h2 {
  font-size: 45px;
  line-height: 90%;
  color: #333333;
  padding: 0 0 22px;
}
.list-block-landing footer {
  text-align: center;
  padding: 30px 0;
}
.list-block-landing footer .btn {
  color: #000;
}
.list-block-landing .block-item {
  padding: 26px 0;
  border-bottom: 1px solid #D1D1D1;
}
.list-block-landing h3 {
  font-size: 24px;
  line-height: 98.5%;
  text-transform: none;
  margin: 0;
}
.list-block-landing h3 a {
  color: #000;
  text-decoration: none;
}
.list-block-landing h3 a:hover {
  text-decoration: underline;
}
.list-block-landing h5.date {
  font-weight: 600;
  font-size: 14px;
  line-height: 107%;
  letter-spacing: 0.115em;
  color: #C4C4C4;
}
.list-block-landing figure {
  margin: 0 0 32px;
}
.list-block-landing.list-block-landing-photos h3 {
  font-size: 32px;
}
.list-block-columns {
  background-color: #fff;
}
.list-block-columns .block-item {
  border-top: 1px solid #C4C4C4;
  padding: 62px 0;
}
.list-block-columns .list-column-main {
  padding-bottom: 20px;
}
.list-block-columns .list-column-main h2 {
  font-size: 48px;
  line-height: 95%;
  letter-spacing: -0.01em;
  color: #000;
}
.list-block-columns .list-column-main h6.label {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #858585;
}
.list-block-columns .list-column-main h6.label.label-dark {
  color: #000;
}
.list-block-columns .list-column-sidebar .sidebar-block {
  border-top: 5px solid #ffc325;
  padding-top: 35px;
}
.list-block-columns .list-column-sidebar .sidebar-block .sidebar-block-detail {
  border-bottom: 1px solid #9F9F9F;
  margin: 0 0 27px;
  padding: 0 0 48px;
}
.list-block-columns .list-column-sidebar .sidebar-block .sidebar-block-detail:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.list-block-columns .list-column-sidebar .sidebar-block .sidebar-block-detail h5 {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0.005em;
  color: #000000;
  text-transform: uppercase;
}
.list-block-columns .list-column-sidebar .sidebar-block .sidebar-block-detail p {
  font-size: 18px;
  line-height: 31px;
  letter-spacing: -0.02em;
}
.list-block-columns .list-column-sidebar .sidebar-block .sidebar-block-detail p a {
  color: #777;
}
.list-block-columns .list-column-sidebar h5 {
  font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000000;
  text-transform: none;
}
.list-block-columns .list-column-sidebar h6.label {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #858585;
}
.list-block-columns .list-column-sidebar h6.label.label-dark {
  color: #000;
}
.list-block-columns p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #6D6E71;
}
.list-block-columns p a:not(.btn) {
  color: #000;
  text-decoration: underline;
}
.list-block-columns p a:not(.btn):hover {
  text-decoration: none;
}
.list-block-columns p.lead {
  font-size: 20px;
}
.list-block-columns ul {
  padding-left: 5px;
  list-style: none;
}
.list-block-columns ul li {
  font-size: 16px;
  line-height: 150%;
  color: #6D6E71;
  position: relative;
  padding-left: 14px;
}
.list-block-columns ul li:before {
  content: '\2022';
  position: absolute;
  top: 0;
  left: 0;
}
.list-block-columns ul li a {
  color: #000;
  text-decoration: underline;
}
.list-block-columns ul li a:hover {
  text-decoration: none;
}
.list-block-columns .data-summary h5.label {
  font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 22px;
  text-transform: none;
}
.list-block-columns .data-summary p.value {
  font-size: 64px;
  text-transform: uppercase;
  color: #ffc325;
}
@media (min-width: 768px) {
  .list-block-columns .list-column-main {
    padding-bottom: 0;
  }
}
/*---------------*
   g. Details View
*----------------*/
.article-header {
  padding: 62px 0;
  border-top: 5px solid #ffc325;
}
.article-header h1 {
  font-size: 68px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #333333;
}
.article-header .byline {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #6D6E71;
}
.article-header .btn {
  padding-left: 10px;
  padding-right: 10px;
}
.article-header .btn .icon {
  stroke: #828282;
}
.article-header .btn:hover .icon {
  stroke: #fff;
}
.article-header .share-block .btn {
  color: #828282;
}
.article-body {
  border-top: 1px solid #C4C4C4;
  position: relative;
  color: #6D6E71;
  font-size: 16px;
  /* 6/12/2020: backing out of this o&h styles: not consistent with wyffles content; */
  /*h3 {
		font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
		text-transform: none;
		font-size: 22px;
		line-height: 150%;
		letter-spacing: -0.02em;
		color: #6D6E71;
		margin: 0;
	}*/
}
.article-body p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #6D6E71;
}
.article-body p.lead {
  font-size: 20px;
}
.article-body hr {
  border: 0;
  height: 1px;
  background-color: #C4C4C4;
  margin: 48px 0;
}
.article-body img {
  max-width: 100% !important;
  height: auto !important;
}
.article-body a:not(.btn) {
  color: #ffc325;
}
.article-body-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
}
.article-body-overlay .overlay-body {
  position: absolute;
  width: 100%;
  top: 586px;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.article-body-overlay .overlay-body:before {
  content: '';
  width: 100%;
  height: 120px;
  position: absolute;
  top: -120px;
  left: 0;
  background: url('/assets/img/bg-overlay.png') 0 0 no-repeat;
}
.article-body-overlay h2 {
  font-size: 42px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #181818;
  text-align: center;
}
.article-body-overlay p {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 90%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #6D6E71;
  text-align: center;
}
.article-body-overlay input[type="text"] {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
}
.article-body-overlay input[type="text"]::-webkit-input-placeholder {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #DCDCDC;
}
.article-body-overlay input[type="text"]::-moz-placeholder {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #DCDCDC;
}
.article-body-overlay input[type="text"]:-ms-input-placeholder {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #DCDCDC;
}
.article-body-overlay input[type="text"] :-moz-placeholder {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #DCDCDC;
}
.article-sidebar {
  border-top: 1px solid #C4C4C4;
}
.article-sidebar .block-item {
  padding: 30px 0;
  border-top: 1px solid #C4C4C4;
}
.article-sidebar .block-item h4 {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 0 0 24px;
}
.article-sidebar .block-item:first-child {
  border-top: none;
  padding-top: 0;
}
.article-sidebar .tag-block p {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
.article-sidebar .tag-block p a {
  color: #000;
  text-decoration: none;
}
.article-sidebar .tag-block p a:hover {
  text-decoration: underline;
}
.article-sidebar ul li {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #6D6E71;
}
.article-sidebar ul li a {
  color: #6D6E71;
  text-decoration: underline;
}
.article-sidebar ul li a:hover {
  text-decoration: none;
}
.hybrids-header {
  background-color: #000;
}
.hybrids-header h1 {
  font-size: 93.0526px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #fff;
  border-bottom: 1px solid #D1D1D1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hybrids-header h1 .initial {
  color: #ffc325;
}
.hybrids-header h1 small {
  font-size: 65.6842px;
}
.hybrids-header h3 {
  font-size: 42px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hybrids-header .utility h4 {
  color: #fff;
}
.hybrids-header .share-block .btn:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .hybrids-header h1 {
    font-size: 79px;
  }
  .hybrids-header .text {
    padding: 15px 30px;
  }
}
@media (max-width: 575px) {
  .hybrids-header h1 {
    font-size: 60px;
  }
  .hybrids-header h3 {
    font-size: 32px;
  }
}
/*---------------*
   i. Callout Combo
*----------------*/
.callout-combo-block {
  background-color: #fff;
}
.callout-combo-block .combo-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 355px;
  width: 100%;
}
.callout-combo-block .combo-body {
  padding: 100px 0;
}
.callout-combo-block .combo-main h5 {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #858585;
}
.callout-combo-block .combo-main h2 {
  font-size: 72px;
  line-height: 95%;
  letter-spacing: -0.01em;
  color: #000;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 0 34px;
  margin: 0 0 20px;
}
.callout-combo-block .combo-main h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84px;
  height: 5px;
  background-color: #ffc325;
}
.callout-combo-block .combo-main p {
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #6D6E71;
}
.callout-combo-block .combo-main ul li {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #6D6E71;
}
.callout-combo-block .combo-sidebar .sidebar-block {
  border-top: 5px solid #ffc325;
  padding-top: 35px;
}
.callout-combo-block .combo-sidebar h5 {
  font-size: 18px;
  line-height: 85%;
  letter-spacing: 0.1em;
}
.callout-combo-block .combo-sidebar ul {
  padding-left: 0;
  list-style: none;
}
.callout-combo-block .combo-sidebar ul li {
  font-size: 18px;
  line-height: 31px;
  color: #777;
  letter-spacing: -0.02em;
  padding-left: 14px;
  position: relative;
}
.callout-combo-block .combo-sidebar ul li:before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 0;
}
.callout-combo-block .combo-sidebar ul li a {
  color: #777;
  text-decoration: underline;
}
.callout-combo-block .combo-sidebar ul li a:hover {
  text-decoration: none;
}
.callout-combo-block.photo-inset-block .combo-hero > .container {
  height: 100%;
  position: relative;
}
.callout-combo-block.photo-inset-block .photo-inset-block-item {
  position: absolute;
  display: table;
}
.callout-combo-block.photo-inset-block .photo-inset-block-item img {
  border: 10px solid #fff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
}
.callout-combo-block.photo-inset-block .photo-inset-block-item .inset-caption {
  padding: 20px;
  display: table-caption;
  caption-side: bottom;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.callout-combo-block.photo-inset-block .photo-inset-block-item .inset-caption p {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
}
.callout-combo-block.photo-inset-block .photo-inset-block-item.caption-only {
  display: block;
  width: 100%;
}
.callout-combo-block.photo-inset-block .photo-inset-block-item.caption-only .inset-caption {
  display: block;
}
.callout-combo-block.photo-inset-block .photo-inset-block-item.top-inset-photo {
  z-index: 100;
}
.callout-combo-block.photo-inset-block .photo-inset-block-item.bottom-inset-photo {
  z-index: 50;
}
.callout-combo-block.photo-inset-block .combo-block-caption {
  width: 300px;
  position: absolute;
  padding-left: 20px;
  bottom: 54px;
}
.callout-combo-block.photo-inset-block .combo-block-caption:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  background-color: #ffc325;
}
.callout-combo-block.photo-inset-block .combo-block-caption p {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
  margin: 0;
}
.callout-combo-block.photo-inset-block .combo-hero-overlay {
  text-align: center;
  padding-top: 150px;
}
.callout-combo-block.photo-inset-block .combo-hero-overlay h2 {
  font-size: 42px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.callout-combo-block.photo-inset-block .combo-hero-overlay h3 {
  font-size: 24px;
  line-height: 85%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.callout-combo-block.photo-inset-block .combo-hero-overlay h5 {
  font-size: 17px;
  line-height: 85%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.callout-combo-block .hero-text-block h2 {
  font-size: 48px;
  line-height: 100%;
}
.callout-combo-block .hero-text-block h5 {
  font-size: 24px;
  line-height: 85%;
  color: #ffc325;
}
.callout-combo-block .hero-text-block p {
  color: #828282;
}
.callout-combo-block .hero-text-block ul li {
  font-size: 18px;
  line-height: 31px%;
  letter-spacing: -0.01em;
  color: #6D6E71;
}
.callout-combo-block .hero-text-block.bg-transparent {
  background: transparent;
}
.callout-combo-block .hero-text-block.bg-dark {
  background-color: #000 !important;
}
.callout-combo-block .hero-text-block.bg-dark h2 {
  color: #fff;
}
.callout-combo-block .hero-text-block.pb-270 {
  padding-bottom: 270px;
}
@media (min-width: 767px) {
  .callout-combo-block.photo-inset-block .photo-inset-block-item.caption-only {
    width: 352px;
  }
  .callout-combo-block .combo-hero {
    height: 455px;
  }
}
@media (max-width: 575px) {
  .callout-combo-block .combo-main h2 {
    font-size: 58px;
    padding: 0 0 20px;
  }
}
/*---------------*
   i. Elements
*----------------*/
/*---*
.map-block 
*----*/
.map-block {
  margin-bottom: 30px;
  border: 1px solid #D1D1D1;
  max-height: 772px;
  overflow: hidden;
}
.map-block .list {
  padding: 20px;
  max-height: 772px;
  overflow-y: scroll;
}
.map-block .map {
  position: relative;
  max-height: 772px;
}
.map-block .map .placeholder-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/assets/img/map-bg-fpo.jpg') center no-repeat;
  background-size: cover;
}
.map-block .map p.value {
  font-size: 22px;
}
.map-block h4 {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #000;
  text-transform: none;
  font-weight: normal;
  margin: 0;
}
.map-block h4 a {
  color: #000;
}
.map-block h5.label {
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #858585;
  margin: 0;
}
.map-block p {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 150%;
  letter-spacing: -0.01em;
}
.map-block p.value {
  font-weight: 600;
  font-size: 36px;
  line-height: 90%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}
.map-block p a {
  color: #000;
}
.map-block ol.map-list {
  counter-reset: map-list-counter;
  list-style: none;
  margin: 0;
  padding: 0;
}
.map-block ol.map-list li {
  padding-left: 50px;
  counter-increment: map-list-counter;
  position: relative;
  padding-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #D1D1D1;
}
.map-block ol.map-list li:before {
  content: counter(map-list-counter);
  color: #000;
  background-color: #ffc325;
  position: absolute;
  left: 0;
  top: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  border-radius: 50%;
}
.map-block ol.map-list li:first-child {
  border-top: none;
  padding-top: 0;
}
.map-block ol.map-list li:first-child:before {
  top: 0;
}
.map-block ol.map-list li.bio-item:before {
  background-color: #000;
  color: #ffc325;
}
.map-block ol .bio-item-link {
  padding: 0 25px;
}
.map-block ol .bio-item-link a {
  display: block;
  color: #000;
}
.map-block ol .bio-item-link img {
  display: block;
  margin: -4px auto 10px 0;
  width: 88px;
  clip-path: circle(43px at center);
}
.map-block ol .bio-item-link span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 11.5267px;
  line-height: 73.5%;
  text-transform: uppercase;
}
.map-block.map-block-find-rep .map .placeholder-map {
  background-image: url('/assets/img/map-bg-fpo-seed-reps.jpg') center no-repeat;
}
.map-block.map-block-find-rep .list {
  padding: 0;
}
.map-block.map-block-find-rep ol.map-list li {
  padding-left: 67px;
  padding-bottom: 20px;
}
.map-block.map-block-find-rep ol.map-list li:before {
  left: 20px;
}
.map-block.map-block-find-rep ol.map-list li:first-child {
  padding-top: 20px;
}
.map-block.map-block-find-rep ol.map-list li:first-child:before {
  top: 20px;
}
@media (min-width: 768px) {
  .map-block .list {
    border-right: 1px solid #D1D1D1;
  }
}
/*---*
.data-summary
*----*/
.data-summary.page-top-summary-block {
  padding-top: 62px;
  background-color: #fff;
}
.data-summary.page-middle-summary-block {
  padding: 0 0 62px;
  background-color: #fff;
}
.data-summary.page-bottom-summary-block {
  padding: 62px 0;
  background-color: #fff;
}
.data-summary h2 {
  font-size: 60px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #333333;
}
.data-summary .title .meta {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 90%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
  color: #6D6E71;
}
.data-summary .title .meta a {
  color: #6D6E71;
}
.data-summary .title .meta span {
  display: inline-block;
  padding-left: 8px;
}
.data-summary .block-item {
  padding: 0 0 0 22px;
  border-left: 1px solid #D1D1D1;
}
.data-summary .block-item.single {
  padding: 0;
  border: none;
}
.data-summary .block-item-row {
  padding: 0 0 40px;
  margin: 0 0 22px;
  border-bottom: 1px solid #D1D1D1;
}
.data-summary .block-item-row:last-child {
  border-bottom: none;
}
.data-summary .block-item-wrapper {
  overflow: hidden;
}
.data-summary .block-item-wrapper .block-item {
  margin-left: -22px;
  margin-right: 22px;
}
.data-summary .block-item-sm h5.label {
  font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #828282;
  text-transform: none;
}
.data-summary .block-item-sm p.value {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #333333;
  font-weight: 600px;
}
.data-summary h3 {
  font-size: 2rem;
  line-height: 95%;
  letter-spacing: -0.01em;
  color: #333333;
}
.data-summary h3.column-title {
  border-bottom: 1px solid #D1D1D1;
}
.data-summary h5.label {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #828282;
}
.data-summary p.value {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-size: 80px;
  line-height: 90%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #333333;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.data-summary p.value-sm {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #333333;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.data-summary .column-caption p {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}
.data-summary .column-caption.placement p {
  font-size: 20px;
}
.data-summary .data-summary-block {
  padding: 52px 0 0;
  border-top: 2px solid #000;
}
@media (max-width: 767px) {
  .data-summary p.value {
    font-size: 66px;
  }
  .data-summary p.value-sm {
    font-size: 18px;
  }
}
/*---*
.results-table
*----*/
.results-table th {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #333333;
  padding: 26px;
  vertical-align: middle !important;
}
.results-table td {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #4f4f4f;
  padding: 26px;
}
.results-table td a {
  color: #000;
  text-decoration: underline;
}
.results-table td a:hover {
  text-decoration: none;
}
.results-table tbody tr:nth-of-type(odd) {
  background-color: #eee;
}
/*---*
.head-to-head-table
*----*/
.head-to-head-table {
  border: none !important;
}
.head-to-head-table th {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}
.head-to-head-table th[scope="row"] {
  border-left: none;
  background-color: #f7f7f7;
}
.head-to-head-table td {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  color: #000000;
  border-bottom: none;
}
.head-to-head-table td.highlight {
  background: rgba(143, 198, 73, 0.7);
}
.head-to-head-table thead th {
  border-top: none;
  border-bottom-width: 1px;
  text-align: center;
}
.head-to-head-table thead th a {
  color: #000;
  text-decoration: underline;
}
.head-to-head-table thead th a:hover {
  text-decoration: none;
}
.head-to-head-table thead th:first-child {
  border-left: none;
  text-align: left;
}
.head-to-head-table thead th:last-child {
  border-right: none;
}
.head-to-head-table tbody tr:nth-of-type(odd) {
  background-color: #eee;
}
.head-to-head-table tbody tr:last-child th,
.head-to-head-table tbody tr:last-child td {
  border-bottom: none;
}
.head-to-head-table tbody tr th:last-child {
  border-right: none;
}
.head-to-head-table .data-checked {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.head-to-head-table .data-checked.checked:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 10px;
  background: url('/assets/img/icn-check.png') 0 0 no-repeat;
}
/*---*
.soil-table
*----*/
.soil-table thead th {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #828282;
  border-top: none;
  border-bottom: 1px solid #d1d1d1;
}
.soil-table tbody th {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 68px;
  line-height: 90%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #d1d1d1;
}
.soil-table tbody td {
  border-bottom: 1px solid #d1d1d1;
}
.soil-table tbody tr:last-child th,
.soil-table tbody tr:last-child td {
  border-bottom: none;
}
.soil-table tbody h5 {
  font-size: 28px;
  line-height: 90%;
  letter-spacing: -0.02em;
}
.soil-table tbody h5.soil-light {
  color: #C7904F;
}
.soil-table tbody h5.soil-medium {
  color: #AB7B42;
}
.soil-table tbody h5.soil-heavy {
  color: #80592D;
}
.soil-table tbody h5.soil-poorly-drained {
  color: #000;
}
.soil-table tbody p {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #000000;
}
/*---*
.details-table
*----*/
.details-table {
  border: none;
}
.details-table tbody th,
.details-table tbody td {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #4F4F4F;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #d1d1d1;
}
.details-table tbody th {
  padding-left: 30px;
}
.details-table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.details-table tbody tr:nth-of-type(even) {
  background-color: #eee;
}
.details-table tbody tr:last-child th,
.details-table tbody tr:last-child td {
  border-bottom: none;
}
/*---*
.legend-table
*----*/
.legend-table thead th {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #828282;
  padding-left: 0;
}
.legend-table thead th em {
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #828282;
}
.legend-table tbody td {
  background-color: #eee;
  width: 20%;
  padding-left: 18px;
  padding-top: 26px;
  padding-bottom: 26px;
  position: relative;
  white-space: nowrap;
}
.legend-table tbody td:before {
  content: '';
  position: absolute;
  left: 0;
  top: 26px;
  bottom: 26px;
  border-right: 1px solid #fff;
}
.legend-table tbody td:first-child:before {
  display: none;
}
.legend-table h5 {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 90%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #858585;
  margin: 0 0 5px;
}
.legend-table p {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #858585;
  margin: 0;
}
.legend-table.auto-column tbody td {
  width: auto;
}
/*---*
.anchor-nav
*----*/
.anchor-nav {
  background-color: #fff;
}
.anchor-nav h5 {
  font-size: 12px;
  line-height: 22px;
  color: #828282;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
}
.anchor-nav nav {
  border-bottom: 1px solid #9F9F9F;
  padding: 0 0 30px;
}
.anchor-nav ul {
  margin: 0;
}
.anchor-nav ul li {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 85%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.anchor-nav ul li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
}
.anchor-nav ul li a:hover {
  text-decoration: underline;
}
/*---*
.resource-callout
*----*/
.resource-callout {
  padding: 130px 0;
  position: relative;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  background-color: #EBEBEB;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.resource-callout:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7px;
  background-color: #ffc325;
}
.resource-callout header.block-header {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
}
.resource-callout header.block-header:after {
  content: '';
  width: 84px;
  height: 5px;
  background-color: #ffc325;
  bottom: 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.resource-callout header.block-header h4 {
  font-size: 24px;
  line-height: 85%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffc325;
  margin: 0 0 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.resource-callout header.block-header h2 {
  font-size: 62px;
  line-height: 85%;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 42px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.resource-callout header.col-header {
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #C4C4C4;
}
.resource-callout header.col-header h3 {
  font-size: 36px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #000;
}
.resource-callout header.col-header h3 a {
  display: inline-block;
  color: #000;
  position: relative;
  padding-right: 34px;
}
.resource-callout header.col-header h3 a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  background: url('/assets/svg/chevron-right-black.svg') 0 0 no-repeat;
}
.resource-callout header.col-header .location {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 90%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.resource-callout header.col-header .location a {
  color: #6D6E71;
  text-decoration: underline;
}
.resource-callout header.col-header .location a:hover {
  text-decoration: none;
}
.resource-callout .resource-list-block .block-item {
  padding: 25px 0;
  border-bottom: 1px solid #C4C4C4;
}
.resource-callout .resource-list-block .block-item:last-child {
  border-bottom: none;
}
.resource-callout .resource-list-block h4 {
  font-size: 14px;
  line-height: 107%;
  letter-spacing: 0.115em;
  color: #C4C4C4;
  margin: 0 0 14px;
}
.resource-callout .resource-list-block h3 {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 98.5%;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #000;
  margin: 0 0 20px;
}
.resource-callout .resource-list-block h3 a {
  display: block;
  color: #000;
}
.resource-callout .resource-list-block p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #6D6E71;
}
.resource-callout .resource-list-block p:last-of-type {
  margin-bottom: 0;
}
.resource-callout .hybrids-card-block {
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .resource-callout .hybrids-card-block {
    padding: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .resource-callout {
    padding: 56px 0;
    border-left: none;
    border-right: none;
  }
  .resource-callout header.block-header h4 {
    font-size: 16px;
  }
  .resource-callout header.block-header h2 {
    font-size: 42px;
  }
  .resource-callout .hybrids-card-block {
    overflow-y: scroll;
  }
  .resource-callout .hybrids-card-block > .row {
    flex-wrap: nowrap;
  }
  .resource-callout .hybrids-card-block .column {
    flex: none;
    max-width: 100%;
    width: 297px;
  }
}
@media (max-width: 575px) {
  .resource-callout .hybrids-card-block {
    margin-right: -15px;
    margin-left: -15px;
  }
}
/*---*
.filter-results
*----*/
.filter-results {
  background-color: #fff;
  padding: 30px 0 0;
}
.filter-results .hybrid-card {
  margin: 0 0 30px;
}
/*---*
.filter-container
*----*/
.filter-container {
  background-color: #fff;
}
.filter-container.page-top-filter {
  padding-top: 62px;
}
/*---*
.section-header
*----*/
.section-header {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 5px solid #ffc325;
}
.section-header h2 {
  font-size: 60px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #333333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
}
.section-header h2.details-subhead {
  font-size: 48px;
}
.section-header h3 {
  font-size: 48px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #333333;
  margin: 0;
}
@media (max-width: 767px) {
  .section-header h2 {
    font-size: 46px;
  }
}
/*---*
.multi-column-block
*----*/
.multi-column-block {
  padding: 60px 0;
  background-color: #fff;
}
.multi-column-block .main h2 {
  font-size: 48px;
  line-height: 119%;
  letter-spacing: -0.01em;
  color: #000;
}
.multi-column-block .main h2 a {
  color: #000;
  text-decoration: none;
}
.multi-column-block .main h2 a:hover {
  text-decoration: underline;
}
.multi-column-block .main h3 {
  font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: none;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #6D6E71;
  margin: 0;
}
.multi-column-block .main p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #6D6E71;
}
.multi-column-block .main p.lead {
  font-size: 20px;
}
.multi-column-block .main hr {
  border: 0;
  height: 1px;
  background-color: #C4C4C4;
  margin: 48px 0;
}
.multi-column-block .sidebar > .share-block {
  border-bottom: 1px solid #C4C4C4;
}
/*---*
.header-block
*----*/
.header-block {
  padding: 60px 0 0;
  background-color: #fff;
}
/*---*
.collapse-block
*----*/
.collapse-block .collapse-toggle {
  font-family: "myriad-pro-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000;
  display: block;
  padding: 20px 20px 20px 0;
  position: relative;
  border-bottom: 1px solid #D1D1D1;
}
.collapse-block .collapse-toggle:after {
  content: '\f078';
  position: absolute;
  right: 0;
  top: 32px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.collapse-block .collapse-toggle[aria-expanded="true"]:after {
  content: '\f077';
}
.collapse-block .collapse-toggle:hover {
  text-decoration: none;
}
.collapse-block .collapse-panel {
  padding: 24px 0;
}
.collapse-block .collapse-panel p {
  font-size: 12px;
  line-height: 156%;
  color: #6D6E71;
}
/*---*
.accordion-block
*----*/
.accordion-block {
  border-top: 5px solid #ffc325;
}
.accordion-block h3.block-title {
  font-size: 36px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #333333;
}
.accordion-block .collapse-block .collapse-toggle {
  font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-transform: none;
}
.accordion-block .collapse-block .collapse-toggle:after {
  top: 25px;
}
.accordion-block .collapse-block .collapse-toggle[aria-expanded="true"] {
  border-bottom: none;
}
.accordion-block .collapse-block .collapse-panel {
  border-bottom: 1px solid #D1D1D1;
}
/*---*
.profile-block
*----*/
.profile-block {
  margin: 0 0 80px;
}
.profile-block:last-child {
  margin: 0;
}
.profile-block h3 {
  font-size: 48px;
  line-height: 95%;
  letter-spacing: -0.01em;
  color: #000;
}
.profile-block h6.title {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #777777;
}
