@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url("https://use.typekit.net/iud8sjf.css");

body {
 /* background: url('../img/site-background.jpg');*/
 background-color: #f5f5f5;
   font-family: myriad-pro, sans-serif;
}


/*div {
  border: 1px dotted blue;
}*/
h1 {
  color: #101e8e;
  font-size: 43px;
  font-weight: 900;
  line-height: 53px;
  letter-spacing: 4px;
  padding-top: 60px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
h2 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 29px;
  line-height: 39px;
  color: #cf0a2c;
  text-transform: uppercase;
}
h3 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 33px;
  color: #353535;
  font-style: italic;
  text-transform: uppercase;
}
h4 {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #353535;
  text-transform: uppercase;
}
h5 {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #cf0a2c;
  text-transform: uppercase;
}
h6 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #cf0a2c;
}
p {
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #353535;
}
.btn {
  padding: 5px 15px;
  font-size: 1.3rem;
  background: #9c0820;
  color: white;
  border: #9c0820 1px solid;
  border-radius: 8px;
  font-family: Lato, sans-serif;
}
a {
  color: #cf0a2c;
  font-size: 20px;
  line-height: 26px;
  cursor: pointer;
}
a.btn:hover {
  cursor: pointer;
  color: white;
  background: #d8020f;
  border: #d8020f 1px solid;

}
.btn:hover {
  cursor: pointer;
  color: white;
  background: #d8020f;
  border: #d8020f 1px solid;

}
label {
  font-size: 18px;
  font-weight: 700;
  color: #101e8e;
}
.form-check label {
  font-weight: 400;
}
.red {
  color: #c70825;
}

li {
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  font-size: 20px;
  color: #363636;
  padding: 10px 0;
}

.read-more {
  text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #e51937;
    display: block;
    margin-top: 15px;
}
.row-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}
iframe {
  width: 100%;
  max-width: 560px;
}
/********************** FORM STYLES **********************/
input, select, textarea {
  display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    margin-bottom: 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #d7d7d7;
    border: 0;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

form label {
  color:#b1b1b1;
  font-size: 16px;
  font-weight: 400;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  color:#b1b1b1;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 0;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  font-size: 12px !important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 4px !important;
    padding-top: 0;
}
.gfield input[type='text'],
.gfield input[type='email'],    /* Add */
.gfield select,                 /* These */
.gfield textarea {              /* Selectors */
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #d7d7d7;
    border: 0;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
form li {
  list-style-type: none;
}
.form-check {
  padding-left: 0;
}
form .form-control, input {
  background-color: #d7d7d7;
  border: 0;
}
input:focus + label {
  color: #cf0a2c;
}
.gfield_checkbox li {
  position: relative;
  padding-left:40px;
}
.gfield_checkbox li label:after{
  content:"";
  background:#fff;
  border: 1px solid #cf0a2c;
  width:27px;
  height:26px;
  display:block;
  position: absolute;
  left:0;
  top:1px;
  border-radius:3px;
  z-index: 0;
}
.gfield_checkbox li label:before{
  content:"";
  display:block;
  position: absolute;
  width: 6px;
  height: 16px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  left: 10px;
  top: 6px;
  transform: rotate(45deg);
  opacity:0;
  z-index:1;
  transition:all 100ms;
}
input[type="checkbox"] {
  opacity:0;
    outline:none;
    z-index:100;
    width:27px;
    height:27px;
    top:0;
    left:0;
    position: absolute;
    appearance: none;
    cursor: pointer;
}

input[type="checkbox"]+ label {
  cursor: pointer;
}
input[type="checkbox"]:checked + label:before {
  opacity:1;
  top: 3px;
}   
input[type="checkbox"]:checked + label:after {
  background:#cf0a2c;
}  
form .btn {
  text-transform: uppercase;
  padding: 6px 30px;
}
form .btn:hover {
  background:#cf0a2c;
  border: 1px solid #cf0a2c;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 27px;
    border: 1px solid #cf0a2c;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 21px;
    height: 21px;
    background: #cf0a2c;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    padding-left: 40px;
    padding-bottom: 5px;
}

/********************** TOP MENU **********************/
div.top-menu {
  position: relative;
  z-index: 10;
  padding-left: 35px;
  padding-right: 30px;
}
.top-menu a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #777;
}
/**** TOP LEFT MENU ****/
div.top-left-menu {
  text-align: center;
  padding: 0;
  margin: 12px auto 0 0;
}
div.top-left-menu a {
  margin: 0 auto;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .05vw;
  color: #7c7c7c;
}
.top-left-menu a.active, .top-left-menu a:hover {
  border: #b7b7b7 1px solid;
  border-top: none;
  border-radius: 0 0 15px 15px;
  cursor: pointer;
  margin-left: -1px;
  margin-right: -1px;
}
#top-left-menu {
  text-align: center;
  padding: 0;
  margin: 12px auto 0 0;
  min-width: 340px;
}
#top-left-menu li {
  list-style-type: none;
  display: inline;
}
#top-left-menu a {
  margin: 0 auto;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .05vw;
  color: #7c7c7c;
  border: 1px solid transparent;
}
#top-left-menu a.active, #top-left-menu a:hover {
  border: #b7b7b7 1px solid;
  border-top: none;
  border-radius: 0 0 15px 15px;
  cursor: pointer;
  /*margin-left: -1px;
  margin-right: -1px;*/
}
.locator {
  display: none;
}
/**** TOP RIGHT MENU ****/
div.top-right-menu {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 0 auto;
    padding: 0;
}
div.top-right-menu img {
    margin: 0 2px;
    max-width: 115px;
    /*border: 1px solid transparent;
    border-top: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;*/
}
.top-right-menu a {
    border: 1px solid transparent;
    border-top: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 125px;
    height: 80px;
}
div.top-right-menu a:hover,
div.top-right-menu a:focus {
    border-color: #b7b7b7;
    cursor: pointer;
}
/*div.top-right-menu img:hover,
div.top-right-menu img:focus {
    border-color: #b7b7b7;
    cursor: pointer;
}*/
.top-right-company-img,
.top-right-express-img,
.top-right-smokehouse-img {
    filter: contrast(0%);
}
.top-right-company-link:hover>.top-right-company-img,
.top-right-company-link:hover>.top-right-company-img,
.top-right-smokehouse-link:hover>.top-right-smokehouse-img,
.top-right-smokehouse-link:focus>.top-right-smokehouse-img,
.top-right-express-link:hover>.top-right-express-img,
.top-right-express-link:focus>.top-right-express-img {
    filter: contrast(100%);
}
.brand {
    height: 114px;
    margin-top: 40px;
    /*background: url(../images/Header_Background_Home.png) no-repeat center bottom;*/
    background-size: auto;
    position: relative;
}
.brand img {
    width: 100%;
    display: block;
    max-width: 420px;
}
.brand .company-logo {
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 300;
}

.accordion>.card {
  border: none;
  overflow: visible;
}
.card-header {
  padding: 20px 25px;
  border: none;
  background-color: white;
  -webkit-box-shadow: 0px 12px 13px 0px rgba(0,0,0,0.11);
  -moz-box-shadow: 0px 12px 13px 0px rgba(0,0,0,0.11);
  box-shadow: 0px 12px 13px 0px rgba(0,0,0,0.11);
  background: url('../images/card-up-arrow.png') no-repeat;
  background-position: 98% center;
}
.card-header.collapsed {
  background: url('../images/card-down-arrow.png') no-repeat;
  background-position: 98% center;
}
.card-header h2 {
  font-size: 20px;
  font-weight: 700;
  color: #101e8e;
  border: none;
  background-color: none;
  text-transform: uppercase;
}
.card-body {
  line-height: 2;
}
.card {
  margin-bottom: 40px;
}

.general-breadcrumbs {
  padding: 20px;
}
.general-breadcrumbs li{
  display: inline-block;
  list-style-type: none;
}
.general-breadcrumbs li a{
  color: #202d95;
  font-weight: 600;
}
.general-breadcrumbs li:after {
  content: ' \003E ';
  padding-right: 5px;
}
/********************** MAIN NAV **********************/
.navbar {
  padding: 0;
  /*margin-top: -20px;
  background: url('../images/BX-BlueDistressedLine.png') repeat-x left top;*/
  background-color: #cf0a2c;
  background-size: 100% 100%;
  z-index: 5;
}
.navbar .navbar-nav {
  margin-left: auto;
}
.navbar .nav-item {
  margin: 0;
  text-transform: uppercase;
  padding: 0;
  border: 0;
  /*border-bottom: none;*/
}
.navbar .nav-item .nav-link {
  padding: 10px 28px;
  font-size: 28px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item.active {
  color: #fff;
  background-color: #9c0820;
}
.navbar .navbar-nav .dropdown-menu {
  margin: 0;
  min-width: auto;
  top: calc(100%);
  background-color: #cf0a2c;
  border-top: none;
  border-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 50px 10px 20px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: white;
  text-align: left;
  font-size: 22px;
}
.navbar .navbar-nav .dropdown-menu a.dropdown-item:hover {
  background-color: #9c0820;
  color: white !important;
}

.navbar .navbar-nav .brands-dropdown {
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.navbar .navbar-nav .brands-dropdown .dropdown-item{
  font-size: 0;
}
.navbar .navbar-nav .brands-dropdown a.express-brand-dropdown:hover {
  background: url('images/brand-menu-broaster-express-image-hover.png') no-repeat center center;
  background-size: cover;
  color: white !important;
}
.navbar .navbar-nav .brands-dropdown a.genuine-brand-dropdown:hover {
  background: url('images/brand-menu-genuine-broaster-chicken-image-hover.png') no-repeat center center;
  background-size: cover;
  color: white !important;
}
.navbar .navbar-nav .brands-dropdown a.rock-brand-dropdown:hover {
  background: url('images/brand-menu-rock-county-smokehouse-image-hover.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: white !important;
}
.navbar .brands-dropdown-inner {
  display: flex;
  background-color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.navbar .brands-dropdown-inner .dropdown-item img{
  width: 125px;
}
.navbar .navbar-nav .brands-dropdown .dropdown-item {
  padding: 10px 10px 10px 10px;
  display: flex;
  height: auto;
  align-content: center;
  /* flex-basis: auto; */
  flex-flow: wrap;
}

/********************** HOME CONTENT **********************/
/***** HERO SLIDER *****/
#hero {
  height: auto;
  z-index: 3;
}
.home-banner {
  max-height: 640px;
}
.home-banner-inner {
  height: 100%;
}
.banner-item {
  padding: 0;
  max-height: 640px;
  display: flex;
}
.banner-item a {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: flex;
}
.banner-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.banner-item a:hover > img {
  visibility: hidden;
}
.mobile-banner-wrap .banner-item a:hover > img {
  visibility: visible;
}
.mobile-banner-wrap a{
 /* background-size: cover;*/
}
/***** BETTER BROASTED *****/
.better-broasted {
  text-align: left;
}
.better-broasted h1 {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    letter-spacing: 3px;
    font-weight: 700;
    margin: 0 auto 20px;
    color: #cf0a2c;
    text-transform: uppercase;
    padding: 0;
}
.better-broasted h2 {
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  letter-spacing: 3px;
  font-weight: 700;
  margin: 0 auto 20px;
  color: #cf0a2c;
  text-transform: uppercase;
}
.better-broasted h2 sup {
  font-size: 18px;
  margin-left: 4px;
}
.better-broasted p {
  text-align: left;
  font-size: 17px;
  letter-spacing: .05vw;
}
.better-broasted img {
  max-width: 100%;
}
.better-broasted .video-wrap {
  max-width: 100%;
}
/***** CTA BUTTONS *****/
.home-cta-buttons-new {
  margin-bottom: -18px;
}
.cta-buttons {
  min-height: 300px;
}
.home-cta-buttons-new .cta {
  /*padding: 15px 15px 0 15px;*/
  height: 100%;
  /*border: 2px solid #b6b6b6;*/
  /*border-top-left-radius: 15px;
  border-top-right-radius: 15px;*/
  display: block;
}
.home-cta-buttons-new .cta-box {
  padding: 0;
}
.home-cta-buttons-new .cta:hover, .home-cta-buttons-new .cta:focus {
  text-decoration: none;
  border-color: #e51937;
}
.home-cta-buttons-new .cta p {
  width: 37%;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #101e8e;
  position: absolute;
  padding: 60px 0 0 10px;
}
.home-cta-buttons-new .cta img {
  width: 100%;
}

.request-quote {
  min-height: 200px;
  text-align: center;
  background-image: url('images/Chicken_Tracks.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.request-quote-cta {
  width: 100%;
  height: 400px;
}
.request-quote-cta-button {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  z-index: 1;
  margin-bottom: 50px;
  margin-top: 100px;
}
.request-quote-cta-button img{
  
  width: 100%;
}
.form-submit-btn {
  text-transform: uppercase;
  font-size: 20px;
  padding: 8px 30px;
  background-color: #b00018;
  border: none;
}
.form-submit-btn:hover {
  background-color: #c80006;
}
.menu-detail-content-top{
  margin-top: 100px;
  margin-bottom: 60px;
}
.menu-detail-content-top h3 {
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.menu-detail-content-top img {
  width: 100%;
}
.image-caption {
  display: block;
  margin: 10px 0;
  text-align: center;
  color: #373737;
  letter-spacing: 1px;
  font-style: italic;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}
.menu-specs-title h3 {
  font-size: 30px;
  color: white;
  text-align: center;
  padding-top: 18px;
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
}
.menu-specs-heading {
  text-align: center;
  font-size: 20px;
  color: #b00018;
  display: block;

}
.menu-specs-title {
  background: url('images/BX-SpecHeaderBar.png') no-repeat;
  background-position: contain;
  height: 80px;
  margin-bottom: 50px;
}
.menu-detail-specs td {
  font-size: 20px;
   padding: 2px 10px;
  color: #666;
  font-weight: bold;

}
/*** Instagram **/
.feeds-instagram {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #cf0a2c;
  background-size: 100% 100%;
  color: white;
  width: 100%;
  /*z-index: 5;*/
}
.feeds-instagram-line {
  width: 100%;
  /*border: 0.5rem outset #fff; */
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
  border-right-width: 0px;
  border-left-width: 0px;
  background-color: #cf0a2c;
  padding-bottom: 30px;
}
.feeds-instagram h2 {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-style: italic;
  /*margin-left: 15%;*/
  color: #fff;
  text-transform: none;
}
.feeds-instagram-text {
  display: inline-block;
  width: 60%;
}
.feeds-instagram-stream {
  text-align: center;
}
.apps-cta {
  background-color: #101e8e;
  color: white;
  padding: 10px 0 6px;
}
.apps-cta h2{
  font-family: Lato, sans-serif;
  font-weight: bold;
  margin-left: 15%;
  color: #fff;
}
.apps-cta-text {
  display: inline-block;
  width: 60%;
}
.apps-cta-btns {
  text-align: center;
}
.app-store-btn {
  background-image: url('images/DownloadAppStoreBtn.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 40px;
  display: inline-block;
}
.google-play-btn {
  background-image: url('images/DownloadGooglePlayBtn.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 40px;
  display: inline-block;
}
.product-detail-wrap .general-content-left{
  padding: 40px;
  margin-bottom: 0;
}
.product-detail-wrap .general-content-left img{
  max-width: 100%;
}
.product-gallery {
  display: flex;
  flex-wrap: wrap;

  margin-bottom: 40px;
  margin-top: 40px;
}
.product-gallery-img {
  width: 20%;
  height: 200px;
  padding: 0px 5px;
  margin-bottom: 10px;
}
.product-gallery-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.site-content {
  background-color: #fff;
}
.distributor-search-wrap .columns {
  margin-bottom: 20px;
}
/********************** BLOG ARCHIVE CONTENT **********************/
.blog-archive-content {
  font-family: 'Lato', sans-serif;
  background-color: #fff;
  padding-bottom: 100px;
}
.blog-archive-title h1 {
  color: #101e8e;
  font-size: 47px;
  font-weight: 900;
  letter-spacing: 4px;
  padding-top: 50px;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.blog-archive-content .blog-post {
  margin-bottom: 40px;
}
.blog-archive-content .blog-teasers-wrap{
  margin-top: 80px;
}
.blog-archive-content .blog-teasers-wrap hr {
  border-bottom: 3px solid #9c0820;
  width: 100%;
}
.blog-archive-content .blog-teasers-wrap img {
  max-height: 250px;
  object-fit: cover;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}
.blog-archive-content .blog-teasers-wrap h3 a{
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 700;
  color: #353535;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.blog-teaser-img {
  margin-bottom: 30px;
}
.blog-archive-content .blog-teasers-wrap .blog-teaser-description {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.8px;
  line-height: 1.4;
  padding: 10px 0 15px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}
.blog-archive-content .blog-teasers-wrap .learn-more {
  color: #e51937;
  width: 100%;
}
.blog-archive-content .blog-teasers-wrap .learn-more .blog-archive-underline-red {
  float: left;
  border-bottom: #e51937 1px solid;
  padding-top: 7px;
  width: 68%;
}
.blog-archive-content .blog-teasers-wrap .learn-more .learn-more-text {
  float: left;
  margin: -15px 0 0 5px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.blog-archive-content .blog-teasers-wrap .learn-more span {
  font-size: 22px;
  font-weight: 300;
}
.blog-archive-content .blog-teasers-wrap .learn-more:hover {
  cursor: pointer!important;
  text-decoration: none;
  color: #101e8e;
}
.blog-archive-content .blog-teasers-wrap .learn-more:hover>.blog-archive-underline-red {
  border-bottom: #101e8e 1px solid!important;
}
.blog-archive-content .blog-learn-more {
  text-transform: uppercase;
  float: right;
  font-size: 21px;
}
.blog-archive-content .blog-filters {
  display: flex;
  flex-wrap: wrap;
 /* justify-content: space-around;*/
}
.blog-detail-content {
  padding-bottom: 20px;
  background: #fff;
  min-height: 50vh;
}
.blog-detail-content .blog-filters {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.blog-detail-wrap img{
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}
.filters {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-around;*/
}
.blog-filter-btn {
  margin-top: 1.5vw;
  font-weight: 700;
  padding: 6px 20px;
  font-size: 20px;
  margin-right: 1rem;
  background: transparent;
  color: #d81935;
  border: #d81935 2px solid;
  border-radius: 8px;
  text-transform: uppercase;
  text-decoration: none;
  font-style: italic;
}
.blog-filter-btn:hover, 
.blog-filter-btn.active {
  
  color: #9c0820;
  text-decoration: none;
  border: #9c0820 2px solid;
}

/***** BLOG ARCHIVE PAGINATION *****/
.pagination {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 3vw;
}
.pagination .page-item {
  font-size: 24px;
}
.page-item a.page-link,
.page-item.disabled a.page-link {
  color: #101e8e;
}
.page-item.active a.page-link {
  color: #101e8e;
  text-decoration: underline;
}
.pagination li:first-child {
  margin-right: 2vw;
}
.pagination li:last-child {
  margin-left: 2vw;
}
.page-numbers {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #101e8e;
}
.page-item .page-link {
  background-color: transparent!important;
  border: none;
}
.menu-buckets {
  margin-top: 60px;
  margin-bottom: 100px;
}
.menu-buckets img {
  width: 100%;
}
.menu-buckets h4 {
  color: #101e8e;
  font-size: 17px;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

/************************ FOOD PROGRAMS **************************/
.food-programs-content .food-programs-wrap.container .food-programs-bottom img {
  width: 100%;
  max-height: 182px;
  object-fit: cover;
}
.food-programs-content .food-programs-wrap.container .food-programs-bottom {
  margin-top: 30px;
}
.food-programs-wrap {
  margin-top: 30px;
}
.food-programs-content .food-programs-wrap.container .food-programs-top .food-programs-brand{
  text-align: center;
  margin-bottom: 20px;
}
.food-programs-content .food-programs-description {
  margin-top: 40px;
}
.food-programs-content .food-programs-wrap.container .food-programs-top .food-programs-brand h2{
  text-align: center;
  text-transform: initial;
}
.food-programs-content .food-programs-wrap.container .food-programs-top .food-programs-brand img{
  max-width: 100%;
}
.food-programs-content hr {
  background: #cf0a2c;
  height: 2px;
}
.food-programs-content a.learn-more{
  color: #101e8e;
  float: right;
  margin: 5px;
}

.food-programs-content .food-programs-wrap.container .food-programs-image {
  margin-bottom: 20px;
}
.food-recipes-wrap ul {
  padding-left: 0;
}
.food-recipes-wrap ul li{
  list-style-type: none;
  color: #101e8e;
  padding: 0;
}
.food-recipes-wrap ul li a{
  color: #101e8e;
  font-weight: 400;
}
.food-recipes-wrap img {
  max-width: 100%;
  max-height: 182px;
  object-fit: cover;
  margin-bottom: 20px;
}
.food-recipes-wrap h2 {
  margin-bottom: 20px;
}
.recipe-box {
  margin-bottom: 10px;
  padding-bottom: 40px;
}
.recipe-box h4  {
  color: #cf0a2c;
}
/********************** EQUIPMENT  **********************/
.equipment-cats-wrap {
  clear: both;
}
.equipment-cats-wrap .equipment-wrap img {
  max-width: 100%;
  max-height: 600px;
  margin: 0 auto;

  padding: 20px 50px 20px 0;
}
.equipment-nav {
  display: flex;
  background-color: #ececec;

}
.equipment-nav ul {
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.equipment-nav li{
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}
.equipment-nav li a {
  display: block;
  padding: 10px 20px;
  color: #353535;
}
.equipment-left {
  text-align: center;
}
.equipment-right {
  padding-top: 60px;
}
.equipment-wrap {
  margin-top: 80px; 
  margin-bottom: 80px;
}
.equipment-wrap .btn{
  text-transform: uppercase;
  margin-bottom: 20px;
}
.equipment-intro {
  font-size: 24px;
}
.content-404 h3{
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #414042;
}
.nav-404 {
  margin: 50px 0;
}
.nav-404 ul{
  margin: 0;
  padding: 0;
}
.nav-404 li {
  text-decoration: none;
  display: inline-block;
  color: #101e8e;
  font-weight: 700;
  font-size: 20px;
}
.nav-404 a {
  color: #101e8e;
  font-weight: 700;
  font-size: 20px;
}
.content-404 .search-btn {
  background: url('images/search_icon.png') no-repeat;
  background-size: contain;
  background-position: center center;
  border: none;
  height: 40px;
  width: 40px;
  margin-top: 5px;
  margin-left: 15px;
}
.general-content {
  background-color:#fff;
  padding-bottom: 100px;
  min-height: 600px;
}
.general-content-left {
  margin-bottom: 140px;
}
.general-content img {
  max-width: 100%;
}
.general-content .banner-text-wrap h1 {
    color: #cf0a2c;
    font-family: Lato, sans-serif;
    font-weight: 700;
    padding: 0;
    font-size: 29px;
    line-height: 39px;
    letter-spacing: 1px;
}
.general-content-right h1 {
    color: #cf0a2c;
    font-family: Lato, sans-serif;
    font-weight: 700;
    padding: 0;
    font-size: 29px;
    line-height: 39px;
    letter-spacing: 1px;
}
.general-content h2 {
  color: #cf0a2c;
  font-family: Lato, sans-serif;
  font-weight: 700;
}
.c-store-main {
  margin-top: 60px;
}
.c-store-main .general-content-left {
  margin-bottom: 0px;
}
.c-store-main .general-content-left img{
  padding-top: 40px;
}
.banner-image-wrap {
  width: 100%;
   position: relative;
}
.banner-image-wrap img{
  width: 100%;
  object-fit: cover;
  max-height: 700px;
}
.banner-image-overlay {
   position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: rgba(250, 250, 250, .85);
    /*display: block;*/
    /*background-color: #FFFFFF90;*/
    padding: 0px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  padding-right: 10px;
}
.alignright {
  float: right;
  padding-left: 10px;
}
#powered_by_simplemap {
  display: none;
}
#map_search {
  margin-bottom: 20px;
}
.operator-banner-btns {
  text-align: center;
}
.operator-banner-btns a{
  margin-bottom: 10px;
  width: 220px;
  max-width: 100%;
  text-transform: uppercase;
}
.operator-main-content {
  padding: 0 10%;
}
.operator-body-wrap {
  background-color: #ddd;
  padding: 20px;
}
.video-wrap {
  text-align: center;
  margin-bottom: 40px;
}
.video-wrap iframe {
  max-width: 100%;
}
.operator-mobile-cta {
  position: relative;
  margin-bottom: 10px;
}
.operator-mobile-cta a {
  display: block;
}
.operator-mobile-image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  margin: auto;
  text-transform: uppercase;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.operator-mobile-image-overlay span{
  color: #fff;
  font-size: 6vw;
  line-height: 6vw;
}
.operator-mobile-image-overlay h2{
  color: #fff;
  font-size: 10vw;
  line-height: 12vw;
}
input[type=submit] {
  font-size: 1.3rem;
  background: #9c0820;
  color: white;
  border: #9c0820 1px solid;
  border-radius: 8px;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  padding: 6px 30px;
}
input[type=submit]:hover {
   background:#cf0a2c;
  border: 1px solid #cf0a2c;
}
/********************** FOOTER **********************/
.site-footer {
  background-color: #f5f5f5;
  /*background-image: url('../images/BX-BlueDistressedLine2.png');
  background-size: 100% 100%;*/
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #353535;
  height: auto;
  z-index: 10;
  position: relative;
}
.footer-copyright {
  font-size: 1rem;
  margin-bottom: 0;
  text-align: left;
  color: #f9bf38;
  margin: auto;
}
.footer-link-container {
  text-align: center;
  margin: auto;
}

.footer-top-row {
  width: 90vw;
  text-align: center;
  padding: 4vw 0;
  margin: 0 auto!important;
}
.footer-column {
  text-align: left;
  margin-bottom: .5vw;
}
.footer-top-row h3 {
  margin-bottom: 30px;
}
.footer-top-row h4 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-size: 20px;
}
.footer-top-row p {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 400;
}
.footer-top-row .phone-number {
  margin-top: 1.2vw;
  font-size: 1rem;
  font-weight: 400;
  color: #353535;
}
.footer-top-row a {
  clear: both;
  float: left;
  font-size: 1.1rem;
  margin-top: .25vw;
  color: #101e8e;
  font-weight: 400;
}
.footer-top-row a.btn {
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 1.3em;
  width: 175px;
  color: white;
  /*background: #9c0820;
  border: #9c0820 1px solid;*/
  border-radius: 8px;
}
.footer-top-row ul {
  padding: 0;
}
.footer-top-row li {
  list-style-type: none;
  padding-top: 0;
}
.footer-contact span {
  display: inline-block;
}
.footer-contact a {
  float: none;
}
.upcoming-event {
  margin-bottom: 10px;
}
.footer-top-row .event-title{
  text-align: left;
}
.footer-top-row .event-date{
  text-align: left;
}
.footer-top-row .event-desc{
  text-align: left;
}
.footer-top-row .event-title p{
  font-size: 20px;
}
.footer-top-row .event-date p{
  font-size: 14px;
}
.footer-top-row .event-desc p{
  font-size: 12px;
  line-height: 18px;
}
.footer-bottom-row {
  background-color: #000c6d;
  border-top: 1px #101b83 solid;
  text-align: center;
  margin: 0 auto!important;
  padding: 20px 0;
}
.footer-bottom-row p {
  margin: 0 auto;
  padding: 0;
  font-size: .8rem;
}
.footer-bottom-row .container {
  display: flex;
  justify-content: space-between;
}
.footer-section {
  display: inline-block;
  margin: 0;

}
.footer-social a {
  margin-right: 10px;
  color: #fff;
}
.footer-bottom-row .footer-copyright {
  float: left;
  align-self: flex-start;
  color:#fff;
}
.footer-copyright p {
  color: #fff;
}
.footer-bottom-row .footer-link-container {
  align-self: flex-end;
}
.footer-bottom-row .footer-link-break,
.footer-bottom-row .footer-copyright-break {
  display: none;
}

@media screen and (max-width: 1200px) {
  .apps-cta h2 {
    margin: 0 auto 10px;
    text-align: center;
  }
  /********************** TOP MENU **********************/
  div.top-menu {
    padding: 0 0 0 15px;
    max-width: 960px;
  }
  div.top-left-menu a {
    padding: 25px 15px 20px;
  }
  /********************** MAIN NAV **********************/
  .navbar .nav-item .nav-link {
   
    font-size: 22px;
  }
  /*.navbar .navbar-nav .dropdown-menu .dropdown-item {
    padding: 5px 20px;
    font-size: 14.5px;
  }*/


}



@media (min-width: 992px) { /* 992 MINIMUM */

  .dropdown:hover > .dropdown-menu {
      display: block;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item:hover,
  .navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
      color: #cf0a2c !important;
      background-color: transparent;
  }
  .dropdown .dropdown-toggle::after {
      display: none;
  }
  .dropdown .dropdown-toggle:active {
      pointer-events: none;
  }
  

}



@media screen and (max-width: 991.98px) {
  .banner-image-overlay {
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  .menu-header-container {
      display: none;
  }
  .banner-text-wrap {
    margin: auto;
  }
  .banner-text-wrap h2 {
    color: #fff;
    margin: auto;
  }
  .banner-text-mobile {
    margin-top: 40px;
  }
  .banner-item a:hover > img {
    /*display: block;*/
  }
  .footer-bottom-row .container {
      display: flex;
      align-content: flex-start;
      flex-wrap: wrap;
  }
  .c-store-main {
    margin-top: 0;
  }
  .operator-main-content {
    padding: 0;
  }
  .apps-cta {
    padding: 10px 0 15px;
  }
  /********************** TOP MENU **********************/
  div.top-menu {
      max-width: 768px;
      padding-left: 0;
      padding-right: 0;
  }
  div.top-left-menu {
      display: none;
  }
  div.top-right-menu {
      margin: auto;
      padding: 0;
      align-items: baseline;
  }
  div.top-right-menu a {
    width: 125px;
    height: 50px;
  }
  div.top-right-menu img {
      max-width: 145px;
      max-width: 100%;
  }

  /********************** BRAND **********************/
  .brand .company-logo {
      top: 15px;
  }
  .brand .company-logo img {
      width: 325px;
  }
  .brand {
    margin-top: 25px;
  }
  /********************** MAIN NAV **********************/
  .navbar {
      padding: 7px 0 0 0;
      /*background-image: url('../img/bkg-navbar-mobile.gif');*/
      background-size: 100% 72px !important;
  }
  .navbar-toggler {
      margin: 10px 15px 14px auto;
      padding: 0;
      outline: none !important;
      color: #ffffff;
      border: none;
  }
  .navbar.bg-red {
      background-color: #cf0a2c !important;
  }
  .navbar .navbar-nav {
      padding: 0px;
  }
  .navbar .nav-item .nav-link {
      padding: 0;
      color: white;
      display: block;
  }
  .navbar .nav-item {
    margin: 0;
    padding: 5px 10px;
    display: block;
  }
  .navbar-collapse {
    padding-bottom: 10px;
  }
  .navbar .nav-item.active .nav-link, .navbar .nav-item.active .nav-link:hover, .navbar .nav-item.active .nav-link:focus {
      color: #fff;
  }
  .navbar .navbar-nav.navbar-utility {
      background-color: #cf0a2c;
  }
  .navbar .navbar-nav.navbar-utility .nav-item {
      
  }

.navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 5px 50px 5px 20px;
}
  .navbar .nav-item .nav-link {
    font-size: 15px;
  }
  .navbar .navbar-nav.navbar-utility .nav-item a {
      padding: 0;
      display: block;
      font-size: 15px;
      color: #ffffff;
  }
  .navbar .navbar-nav.navbar-utility li a:hover, .navbar .navbar-nav.navbar-utility li a:focus {
      text-decoration: none;
  }
  .navbar .nav-item .nav-link {
      float: left;
  }
  .navbar .nav-item .nav-link,
  .navbar .nav-item .nav-link:hover,
  .navbar .nav-item .nav-link:focus {
      color: #ffffff;
  }
  .navbar .dropdown .dropdown-toggle::after {
      content: "\203A";
      color: #ffffff;
      border: none;
  }
  .navbar .dropdown .dropdown-toggle[aria-expanded="true"] {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  .navbar .dropdown .dropdown-toggle[aria-expanded="false"] {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  .navbar .dropdown .dropdown-menu {
      margin-top: 0;
      padding: 0;
      background-color: transparent;
      border: none;
      border-radius: 0;
  }

  .navbar .dropdown .dropdown-toggle {
      padding: 0 10px;
      line-height: 30px;
      position: absolute;
      top: 0;
      right: 10px;
  }
  .navbar .dropdown .dropdown-menu .dropdown-item {
      font-size: 15px;
      color: #ffffff;
  }
  .navbar .dropdown .dropdown-menu .menu-item {
      font-size: 15px;
      color: #ffffff;
      padding: 0;
  }
  .navbar .dropdown .dropdown-menu .dropdown-item:hover, .navbar .dropdown .dropdown-menu .dropdown-item:focus {
      background-color: transparent;
  }
  .navbar .brands-dropdown .dropdown-item {
    font-size: initial;
  }
  .navbar .brands-dropdown .dropdown-item img{
    display: none;
  }
  .navbar .navbar-nav .brands-dropdown {
    
    margin: 0;
    padding: 0;
  }
  .navbar .navbar-nav .brands-dropdown-inner {
    display: block;
    background: none;
  }
  /************* MOBILE NAV ICON ANIMATION *************/
  #burger {
    width: 30px;
    height: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  #burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  #burger span:nth-child(1) {
    top: 0px;
  }
  #burger span:nth-child(2), #burger span:nth-child(3) {
    top: 10px;
  }
  #burger span:nth-child(4) {
    top: 20px;
  }
  #burger.open span:nth-child(1) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  #burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #burger.open span:nth-child(4) {
    top: 15px;
    width: 0;
    left: 50%;
  }

  .content-right-body {
    padding-top: 40px;
  }


  /********************** FOOTER **********************/
  .footer-top-row h4 {
    font-size: 1rem;
  }
  div.footer-column {
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer-column p br {
    display: none;
  }
  .footer-column .address-break {
    display: block;
  }

}



@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
    color: #101e8e;
  }
  h2 {
    font-size: 28px;
    line-height: 37px;
    color: #cf0a2c;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
    color: #353535;
  }
  h4 {
    font-size: 18px;
    line-height: 22px;
    color: #cf0a2c;
  }
  h5 {
    font-size: 18px;
    line-height: 22px;
    color: #cf0a2c;
  }
  .navbar .brands-dropdown-inner {
    display: inline-block;
  }
  .equipment-intro h1 {
    text-align: center;
  }
  .equipment-cats-wrap .equipment-wrap img {
    padding: 0;
  }
  .equipment-wrap h2 {
    text-align: center;
  }
  .equipment-right .btn {
    text-align: center;
    margin: 0 auto;
  }
  .equipment-wrap .learn-more {
    text-align: center;
  }
  .banner-image-overlay {
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    padding: 0 15px;
  }

  .brands-dropdown-inner {
    flex-direction: column;
    display: inline-block;
  }
  .banner-text-wrap {
    margin: auto;
  }
  .banner-text-wrap h2 {
    color: #fff;
    margin: auto;
  }
  .site-footer {
   
  }
  .request-quote-cta {
    height: 250px;
  }
  .blog-archive-content .blog-teasers-wrap hr {
    width: 90%;
  }
  .blog-archive-content .blog-post img{
    width: 75%;
  }
  /********************** HOME CONTENT **********************/
  /***** BETTER BROASTED *****/
  .better-broasted h2 {
    font-size: 29.7px;
    letter-spacing: .2vw;
    margin: 20px 0;
  }
  .better-broasted h2 sup {
    font-size: 18px;
  }
  .better-broasted p {
    font-size: 16px;
  }
  .banner-item {
    height: 250px;
  }
  .home-banner {
    max-height: 700px;
  }

  .apps-cta-text {
    width: 100%;
    display: block;
  }
  .apps-cta-text h2 {
    font-size: 4vw;
    margin: 10px auto;
    text-align: center;
  }
  .apps-cta-btns {
    margin: 0 auto;
    text-align: center;

  }

  .food-recipes-wrap img {
    width: 100%;
    max-height: 240px;
  } 
  .top-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
  .top-right-menu {
    margin: 0;
  }
  div.locator {
    display: block;
    padding: 20px;
  }
  div.locator a{
    font-size: 18px;
    color: #9d9d9d;
  }
  div.top-right-menu {
    margin: 0;
  }
  div.top-right-menu a {
    width: 78px;
    height: 50px;
  }

  /********************** FOOTER **********************/
  .footer-column {
    padding-top: 5vw;
  }
  .footer-top-row,
  .footer-bottom-row {
    padding: 4vw 0;
  }
  .footer-column:first-child,
  .footer-column:nth-child(2) {
    padding-top: 1vw;
  }
  div.footer-column {
    padding-left: 7vw;
    padding-right: 0;
  }
  .footer-top-row a.btn {
    margin-top: 3vw;
  }
  .footer-bottom-row p.footer-copyright {
    float: none;
  }
  .footer-bottom-row p.footer-copyright,
  .footer-bottom-row p.footer-link-container {
    float: none;
    text-align: center;
    margin: 1vw 0;
  }

}

@media (min-width: 480px) and (max-width: 767px) {
  .home-cta-buttons-new .cta p {
    width: 35%;
    font-size: 28px;
  }
}

@media screen and (max-width: 576px) {
  .footer-bottom-row .container {
      justify-content: center;
      flex-wrap: wrap;
  }
  .footer-bottom-row .footer-section {
    width: 100%;
    text-align: center;
  }
  .brand .company-logo img {
      width: 250px;
  }
  .brand {
    margin-top: 25px;
  }
  /********************** HOME CONTENT **********************/
  /***** BETTER BROASTED *****/
  .better-broasted {
    width: 90%!important;
  }
  .better-broasted h2 {
    font-size: 5vw;
    letter-spacing: .1vw;
    margin: 20px 0;
  }
  .better-broasted h2 sup {
    font-size: 3vw;
  }
  div.top-right-menu img {
    /*max-width: 120px;*/
    max-width: 100%;
  }

  /********************** FOOTER **********************/
  div.footer-column {
    text-align: center;
    padding: 3vw 0;
  }
  .footer-top-row h4 {
    font-size: 1.4rem;
  }
  .footer-top-row a {
    font-size: 1.25rem;
  }
  .footer-top-row .footer-column p {
    padding: 0 15vw;
  }
  .footer-column:first-child,
  .footer-column:nth-child(2) {
    padding-top: 4vw;
  }
  .site-footer a {
    float: none;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-top-row,
  .footer-link-container {
    padding: 6vw 0;
  }
  .footer-bottom-row .footer-copyright {
    padding: 1rem;
  }
  .footer-bottom-row .footer-link-slash {
    display: none;
  }
  .footer-bottom-row .footer-copyright-break,
  .footer-bottom-row .footer-link-break {
    display: block;
  }
  .footer-bottom-row p {
    font-size: 1.1rem;
  }

}



@media screen and (max-width: 450px) {


}



@media screen and (max-width: 320px) {


}


.page-id-41216 h1 {
	display: none;
}

.page-id-41216 .wp-block-image:nth-child(1){
	padding-top: 60px;
	padding-bottom: 15px;
}

.page-id-41216 p {
	font-weight: 600;
  line-height: 1.8;
  max-width: 43%;
  margin: 0 auto 30px auto;
  font-size: 16px;
  color: gray;
}

@media (max-width: 768px) {
  .page-id-41216 p {
    max-width: 90%;
  }
}