/*================== Global CSS ==================*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@media (min-width: 1400px){
.container {
   max-width: 1400px;
}
}

@media screen and (min-width: 576px) and (max-width: 767.99px) {
  .container {
    max-width: 100%;
  }
}


body {
    font-family: interstate, sans-serif;
}
p {
    font-family: interstate,sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
        margin: 0 0 20px 0;
}

h1 {
    font-size: 3.125rem;
    font-family: interstate,sans-serif;
	line-height: 1.2;
	font-weight: 400;
    text-transform: none;
}
h2 {
    font-family: interstate,sans-serif;
    font-size: 1.5625rem;
    line-height: 1.688rem;
    font-weight: 500;
}

@media (min-width: 420px) {
    h2,.h2 {
        font-size:2.1875rem;
        line-height: 2.313rem;
    }
}

h3 {
    font-family: interstate,sans-serif;
    font-size: 1.4375rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5rem;
    text-transform: uppercase;
}
@media (min-width: 769px) {
    h3,.h3 {
        font-size:1.75rem;
        line-height: 1.875rem
    }
}

h4,.h4 {
    font-family: interstate,sans-serif;
    font-size: 1.250rem;
    font-weight: 700;
    line-height: 1.250rem
}

@media screen and (min-width: 420px) {
    h4,.h4 {
        font-size:1.375rem;
        line-height: 1.5rem
    }
}

h5 {
    font-family: interstate,sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.125rem
}

@media screen and (min-width: 420px) {
    h5 {
        line-height:1.25rem
    }
}

h6,.h6 {
    color: #2c2c2c;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
}

@media screen and (min-width: 420px) {
    h6,.h6 {
        line-height:1.5rem
    }
}

strong {
    font-weight: 600
}

strong em {
    font-weight: 600
}

em {
    color: inherit;
    font-family: interstate,sans-serif;
    font-style: italic;
    font-weight: 500
}

article p:last-child {
    margin-bottom: 0 !important;
}
li{
    font-family: interstate,sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

a.button {
    background: #f47e28;
    border: none;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-family: interstate, sans-serif;
    font-size: 0.6875em;
    font-weight: 700;
    letter-spacing: 0.0313rem;
    line-height: 1.5;
    padding: 0.825rem 1.9375rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 20px;
    cursor: pointer;
}
a.button:hover {
    background: #a94700;
    color: #ffffff;
    text-decoration: none;
}
.js-mainHeader {
    margin-bottom: 0 !important;
}
footer {
    margin-top: 0 !important;
}
/* ================== START => Single Column Block Generic CSS ==================*/
.single-column-block-slot-template .structure-box h3 {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
}
.single-column-block-slot-template .structure-box h3 strong {
    font-weight: 700 !important;
}
.single-column-block-slot-template .structure-box h3 a {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none !important;
}
.single-column-block-slot-template .structure-box p a {
    font-size: inherit;
    color: #FF7700;
    text-decoration: none !important;
}
.single-column-block-slot-template .structure-box p a:hover {
    text-decoration: underline !important;
}

/* ================== END => Single Column Block Generic CSS ==================*/



/* ================== START => 2 Column Block Generic CSS ==================*/

.two-column-block-slot-template .tcb-img img {
    /*max-width: 100%;*/
}
.two-column-block-slot-template .left-col {
    /*margin-right: auto;*/
}
.two-column-block-slot-template .right-col {
    /*margin-left: auto;*/
}
@media only screen and (max-width: 767px){ 
    .two-column-block-slot-template .right-col{
         padding-top: 0.9rem;
    }
}
/* ================== END => 2 Column Block Generic CSS ==================*/


/* ================== Start => Banner CSS ==================*/
.amp-banners {
    overflow: hidden;
    width: 100%;
}
.amp-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 75% 65%;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* float: left; */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100vw;
   padding: 2rem 0.9375rem 2rem 0.9375rem;
    position: relative;
    width: 100%;
   min-height: 24.875rem;
}
.amp-banners .amp-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 75% 65%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100vw;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 1023px) {
    .amp-banners .amp-banner {
        padding: 2.275rem 0;
        background-position: 50% 60% !important;
    }
}
.amp-banner-container:after {
    clear: both;
    content: "";
    display: table;
}
.amp-banner-container .row .col-md-12 {
    width: auto;
}
.amp-banner-text .amp-banner-title {
    background: rgba(99, 99, 99, 0.6);
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.125;
    color: #ffffff;
    padding: 1.125rem;
    position: relative;
    text-transform: uppercase;
}

.amp-banner-content {
    margin-top: 2rem;
    max-width: 600px;
    width: 100%;
    color: #ffffff;
    font-weight:500;
}
.amp-banner-text.default .amp-banner-title {
    color: #ffffff !important;
    padding: 1.125rem;
    margin-bottom: 0;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    font-size: 2rem;
    line-height: 1.125 !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}
@media screen and (min-width: 640px) {
    .amp-banner-text.default .amp-banner-title {
        font-size:3.125rem
    }
}
.amp-banners .amp-banner .container {
    padding-bottom: 1rem;
}
.amp-banners .amp-banner .container {
    padding-bottom: 0;
    padding-top: 0.625rem;
}
@media screen and (min-width: 1023px) {
    .amp-banners .amp-banner .container {
        padding-bottom: 0;
        padding-top: 0.625rem;
    }
}
/* ================== End => banner  ==================*/

/*******3-column-grid******/
@media only screen and (max-width: 767px){
    .three-column .right-col {
        padding-top: 0.9rem;
    }
    .three-column .center-col {
        padding-top: 0.9rem;
    }
}
/****iframe responsive code start here***/
@media (max-width: 900px){
    .iframe-mid-content{
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }
    .iframe-mid-content iframe{
        left: 0;
        top: 0;
        height: 100% !important;
        width: 100% !important;
        position: absolute;
    }
}

/* ================== Start => Accordian Generic CSS ==================*/

.accordion-button::after {
    display: none;
}
.accordion-button {
    display: flex !important;
    justify-content: space-between;
}
.fa-add:before,
.fa-plus:before {
    font-weight: 400;
    color: #a1a1a1;
}
.accordion-item {
    border: none !important;
    background: none !important;
}
.accordion-body {
    padding: 0 !important;
    /*padding-top: 20px !important;*/
    text-transform: none;
}
.accordion-button {
    padding: 0 !important;
    font-size: 1.375rem !important;
    font-weight: 700;
    margin-top: 20px;
    line-height:31px;
    color: #FF7700 !important;
    padding-bottom: 0.625rem !important;
    border-bottom: 1px #2C2C2C solid !important;
    border-radius: 0 !important;
    background: none !important;
}
.accordion-button i:before{
    font-size: 18px;
}
.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-header.h2.accordion-header{
    font-size: 1.1rem;
}

.accordion-html-content{
     margin-top:20px;
}
/* ================== End => Accordian Generic CSS ==================*/

/*=================== Start => slider generic ============*/
.splide__arrows{
    display: none;
 }
.splide__slide .card{
	border: none;
}
.splide .m-2{
	margin: 0 !important;
}
.splide img{
	max-width:100%;
}
.splide .card h2{
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    letter-spacing: 0px;
    line-height: 1.5rem !important;
    margin-bottom: 1.875rem;
    margin-top: 1.5625rem;
}
.splide .card h2 a{
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
.splide .card p{
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5625rem;
    margin-bottom: 0 !important;
}

.splide .card h2+p{
    color: #6A6A6A;
    font-size: 0.75rem !important;
	font-weight:500;
    letter-spacing: 0px;
    line-height: 0.9375rem;
    margin-bottom: 0.9375rem !important;
    text-transform: uppercase;
}
.splide__pagination__page{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}
.splide__pagination__page.is-active{
    background: #2c2c2c;
    transform: none;
}

@media (max-width: 768px){
    .splide .card p{
        display: none;
    }
    .splide .card h2+p{
        display: block;
    }
    /* 2nd card portion visible */
    .splide__slide{
        width: 85% !important;
    }
}
@media (min-width: 768px){
    .splide__pagination__page{
        display: none;
    }
}
/*=================== Ends => slider generic ============*/


/* ================== Start => Gallery Generic CSS ==================*/
  
/* ==========Gallery CSS================== */

.portfolio-item{
    padding-top: 13px;
}

.portfolio-item .item {
    padding: 0 13px;
}
.portfolio-item .gallery-ribbon {
    position: absolute;
    top: 0px;
    right: 13px;
   /* z-index: 10;*/
    background-color: #f47e28;
    color: #ffffff;
    min-width: 50px;
    text-align: center;
    padding: 5px 10px;
    font-weight: 500;
    visibility: hidden;
}
.gallery-title{
    padding-top: 6.5px;
}
.mfp-bottom-bar .mfp-counter {
    display: none;
}
.mfp-bottom-bar .mfp-title {
    opacity: 1;
    padding: 10px 10px;
    background: rgb(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.portfolio-menu{
      display: block;
    text-align: center;
}
.portfolio-menu .btn {
    padding: 6px 12px;
    margin: 6px 12px;
    border: 1px solid #ddd;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 0;
}
.portfolio-menu .btn:hover{
    border: 1px solid #ddd;
        color: #2c2c2c;;
  background-color:white
} 
.portfolio-menu .btn.active {
  color: #fff;
    background-color: #f47e28;
}
@media screen and (max-width: 600px){
.portfolio-menu ul li {
    display: flex;
}
}
.mfp-container {
    background: black;
}
.mfp-content {
    width: 100%;
}
.mfp-figure {
    background: black;
}
.mfp-figure figure img {
    width: auto;
    height: auto;
    margin-top: -47px
}
.portfolio-menu ul {
    padding: 0 !important;
}
.mfp-close {
    position: fixed;
    top: 10px; 
    margin-right: 10px; 
    z-index: 9999; 
}
/* ================== End => Gallery Generic CSS ==================*/

/* ================== start => anchor tags on page level ==================*/
.page--basic p>a{
	font-size:inherit;
	font-weight:inherit;
	line-height:inherit;
}
/* ================== End => anchor tags on page level ==================*/


/* ================== To Hide the page title at top of the page ==================*/
 #ufa-page-title {
    display: none;
 }

.p25{
	padding: 15px;
}
 
/* Two Column Block*/
 
.two-column-block-slot-template .button{
	margin-top: 20px;
	margin-bottom: 20px;
}
 
/* Article Thumbnail block*/
 
.article-thumbnails article:not(:last-child) {
    margin-right: 25px;
}
 
/* Button Container*/
 
.button-container-slot-template .btn-container{
	margin-top: 25px;
	margin-bottom: 25px;
}
 
/* Single Column Block*/
 
.single-column-block-slot-template .btn-container {
	margin-top: 40px;
	margin-bottom: 20px;
}
 
/* Hyperlink hover CSS*/
a {
	color: #f47e28;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
}
a:hover{
	text-decoration: underline;
	color: #ff7700;
}
 
/* Thumbnail Card CSS*/
 
.thumbnail-card-slot-template .thumbnail-title{
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.thumbnail-card-button-container{
    margin-top: auto;
}
 
.thumbnail-card-slot-template .button{
	margin-top: 20px;
	margin-bottom: 20px;
	width: fit-content;
}
.thumbnail-card-slot-template{
	display: flex;
	flex-direction: column;
	height: 100%;
}
 
.two-column-block-slot-template, .single-column-block-slot-template, .three-column, .four-columns{
	background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: block;
    -webkit-box-pack: center;
}

/*================== Tabs CSS ==================*/

#myTab{
	align-items: stretch;
	flex-direction: row;
    margin: 0 0 3.125rem !important;
	text-align: center;
}

.tab-select{
    margin-bottom: 2.5rem;
}

#myTab .nav-item {
	border: 0;
	border-bottom: 3px solid transparent;
	flex-grow: 1;
}

.nav-tabs .nav-link{
	/*text-transform: uppercase;*/
	padding: 10px 15px;
	font-size: 14px;
	/*font-weight: 500;*/
	line-height: 20px;
	color: #6A6A6A;
	/*min-width: 200px;*/
	display: inline;
	font-family: interstate, sans-serif;
	border: none;
}

.nav-tabs .nav-link.active{
	color: #f47e28;
	background-color: transparent;
	border-top: 3px solid #f47e28;
	border-radius: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 1em;
}
 
table td, table th {
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.9375rem 1.25rem;
    text-transform: none;
    background: none;
}
 
table th {
    min-width: 25%;
    width: 25%
}
 
table th:first-of-type {
    padding-left: 0
}
 
table td a:hover {
    color: #F47E28
}

/*================== Lightbox CSS ==================*/
.amp-lightbox .modal-header {
    background-color: #eee;
    padding: 15px 30px;
    border-bottom: 1px solid #e5e5e5;
}

.amp-lightbox .modal-title {
    font-size: 2rem;
    line-height: 1.3;
    color: #2C2C2C;
    font-family: interstate,sans-serif;
    font-weight: 500;
}

.amp-lightbox .modal-dialog {
    width: 100%;
}

.amp-lightbox .modal-footer {
    display: block;
    text-align: center;
}

/*================== Global CSS ==================*/
.modal.fade.show, .tab-pane.fade.show{
    opacity: 1;
}
img {
    max-width: 100%;
}

/*Content Carousel Dots CSS */

.carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    opacity: 0.25;
    border-radius: 50%;
    margin-right: 7px;
    margin-left: 7px;
    background-color: #333;
}

.carousel-indicators .active{
    width: 10px !important;
    height: 10px !important;
    background-color: #333 !important;
    opacity:1;
    margin-right: 7px !important;
    margin-left: 7px !important;
}

.mfp-ready{
    overflow: hidden !important;
}

.carousel-indicators{
    bottom: 0 !important;
    margin-bottom: -3rem;
    width: auto;
}

.carousel{
    margin-bottom: 3.5rem !important;
    margin-top: 0px;
}

/*Resources page tile css class to handle h1 in page title*/

.resources_page_title {
    font-weight: 400 !important;
    text-transform: initial !important;
	line-height: 1.2;
	font-size: 2.23125rem;
	
}
@media (min-width: 960px){
    .resources_page_title {
    font-size: 2.625rem;
}
}

.tab-mobile-dropdown{
background-position: calc(100% - 1.25rem) 50% !important;
    padding: 0 0.9375rem;
    color: #2C2C2C;
    font-size: 0.875rem;
    border: 1px solid #F47E28;
    height: 40px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    padding-right: 20px;
    background-size: 18px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>');
    
}

/*News Article css*/

.new_article_title_wrap .news_article_title{
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 27px;
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
    max-width: 100%;
    width: 100%;
    font-weight: 500;
}

@media (min-width: 769px){
     .new_article_title_wrap .news_article_title{
        font-size: 2.1875rem;
        line-height: 2.3125rem;
        width: 60%;
    }
}
    
/* End of News Article css*/

/*********************************************/
/*                      SHOP
/*********************************************/
#primary-banner .btn {
    background: #F47E28;
    border: none;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-family: interstate, sans-serif;
    font-size: 0.6875em;
    font-weight: 700;
    letter-spacing: 0.0313rem;
    line-height:1.5;
    padding: 0.825rem 1.9375rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#primary-banner .btn:hover, #primary-banner.btn:focus {
    background: #A94700;
    color: #ffffff;
}
#primary-banner .btn p {
    font-family: interstate, sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    line-height: .9;
}
.banners.bopis {
}
.banners.bopis .banner__container {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
.banners.bopis .banner {
}
.banner-img img {
    height: 28vw;
}
#split-banners img {
    width: 100vw;
}
}
.card-banner {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}
@media screen and (max-width: 480px) {
.banners.bopis .banner__container {
    flex-direction: column;
}
.banners.bopis .banner__container .brand-done {
}
.banners.bopis .banner__container .banner-link {
    text-align: center;
}
#split-banners .split-banner.flyer .img-container img {
    width: 33vw;
    height: auto;
}
#split-banners .text-container .banner-title {
    font-size: 2rem;
    text-align: right;
}
#split-banners .split-banner.center a.text-container {
    padding: 0 10px;
}
#split-banners .img-container img:nth-child(n+2) {
    display: none;
}
.banner-img img {
    margin: 10px auto 30px;
    height: 40vw;
}
}
.banners.bopis .uk-container {
    align-items: center;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.banners.bopis .copy {
    position: relative;
}
.banners.bopis .copy .done:last-of-type {
    padding-top: 0;
}
.banners.bopis .copy h3, .banners.bopis .copy p {
    color: white !important;
    margin: 0.25rem 0 0 0;
    text-align: center !important;
    text-shadow: 0 0 5px black;
}
.banners.bopis .copy h3 {
    text-transform: uppercase;
}
.banners.bopis .copy h3 span {
    text-transform: none;
}
.banners.bopis .copy p {
    margin-top: 1rem;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.5), 1px -1px 0 rgba(0,0,0,0.5), -1px 1px 0 rgba(0,0,0,0.5), 1px 1px 0 rgba(0,0,0,0.5);
}
.banners.bopis .copy .main-copy {
    margin-top: 1rem;
}
.banners.bopis.ecomm {
}
.banners.bopis.ecomm .banner {
    overflow: hidden;
}
.banners.bopis .copy h2 {
    font-size: calc(3rem + 3.5vw);
}
.banner__container .brand-done {
    margin: 0 auto;
}
.banner__container .headline {
    margin-bottom: 0;
}
.banner-link {
    display: block;
    font-size: 2.6em;
    font-family: "Interstate-Compressed", sans-serif;
    font-weight: 700;
    text-align: right;
    color: #0a0a0a;
    text-shadow: none;
}
.banners.bopis .copy {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    z-index: 10;
}

@media screen and (min-width: 1024px) {
.banners.bopis.ecomm .banner {
}
}

@media screen and (max-width: 900px) {
.banners.bopis.ecomm {
}
.banners.bopis.ecomm .banner {
}
}
.banners.bopis .banner__container {
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
}
#split-banners {
    background: url("httpshttps://cdn.media.amplience.net/i/ufa/cta-bgd-02") #fff center center;
    background-size: cover;
}
#split-banners .split-banner {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;


    overflow: hidden;
    color: #fff !important;
    height: 150px;
    background-size: cover;
}
#split-banners .split-banner.left {
}
#split-banners .split-banner.right {
}
#split-banners .split-banner.center {
}
#split-banners .split-banner:hover, #split-banners .split-banner:focus {
    text-decoration: none;
}
#split-banners .split-banner h3 {
    color: #fff !important;
    text-align: center;
}
#split-banners .banner-content {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
#split-banners .split-banner.flyer .img-container {
    max-width: 180px;
    position: relative;
    width: 12rem;
    left: 8%;
}
#split-banners .split-banner.flyer .img-container img {
    top: 1rem;
    position: absolute;
    width: 100%;
    transform: rotate(-4deg);
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}
#split-banners .img-container img {
    height: 100%;
}
#split-banners .text-container {
    min-width: 48%;
    margin: 0 3%;
}
#split-banners .text-container .cta-link {
    font-size: 1em;
    text-align: right;
    margin: 10px 0;
    position: absolute;
    bottom: 6px;
    right: 26px;
}
#split-banners .text-container p {
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
#split-banners .text-container p:first-of-type {
    margin-top: .5rem;
}
#split-banners .text-container p strong {
    font-weight: 800;
}
#split-banners a.text-container {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-flow: column;
    text-align: center;
}
#split-banners .text-container .banner-title {
    margin: 10px 0 5px;
}
#split-banners .text-container .banner-title.sub-heading {
    margin: 0;
}
#split-banners .text-container .banner-title.sml {
    margin: 20px 0 5px;
}
#split-banners .text-container .banner-title.lrg {
    margin: 5px 0 0;
    padding: 0;
    height: 7rem;
}
.banner-title {
    font-weight: 700;
    width: 100%;
}
#split-banners .split-banner.center .img-container {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
#split-banners .split-banner.center a.text-container {
    min-width: 100%;
    margin: 0;
    z-index: 10;
}
.text-outline {
    font-family: "Interstate-Compressed", sans-serif;
    font-size: 1.6em;
    font-weight: 900;
    color: black;
    text-shadow: 2px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
span.banner-title {
}
.banner-title {
    font-size: 3rem;
    font-family: "Interstate-Compressed", sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    margin: 30px 0 20px;
}
.banner-title span {
    position: relative;
    background: url('https://ufadigmtg.blob.core.windows.net/default/ufa.com/images/general/done/1-white.png') 83% 55% black;
    padding: 0.1rem 0.5rem 0.15rem;
}
.banner-title span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 83% 55%;
    background-image: url('https://ufadigmtg.blob.core.windows.net/default/ufa.com/images/general/done/1-black.png');
}
.banner-title.sml {
    font-size: 2.5rem;
}
.banner-title.lrg {
    font-size: 5rem;
}
.sub-heading {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0;
}
.sub-heading.sml {
    font-size: 1.5rem;
    margin-top: 1rem;
}
.category-section {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 0;
}
.category-item {
    position: relative;
    display: flex;
    width: 200px;
    height: 200px;
    margin: 10px 20px 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: inset 2px 2px 10px #6a6a6a;
    align-items: flex-end;
}
.category-item:hover, .category-item:focus {
    text-decoration: none;

    outline: none;
}
.category-item img {
    display: block;
    height: 100%;
    border-radius: 0 0 50% 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.category-item.bdrs-rb img {
    border-bottom-right-radius: 0;
}
.category-item.bdrs-lb img {
    border-bottom-left-radius: 0;
}
.category-item.bdrs-rt img {
    border-top-right-radius: 50%;
}
.category-item.bdrs-lt img {
    border-top-left-radius: 50%;
}
.category-item .title {
    display: inline-flex;
    flex-direction: column;
    margin: 0 auto -25px;
    min-height: 60px;
}
.category-item .banner-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
}
#flyer-banner a {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}
.flyer-banner-cta {
    background: #f47e28;
    color: #fff;
    align-self: center;
}
.flyer-banner-text {
    font-size: 3rem;
    color: #333;
    font-weight: 700;
    font-family: "Interstate-Compressed", sans-serif;
    line-height: 1em;
    white-space: nowrap;
	text-align: center;
	padding: 10px 0 10px 0;
}
#flyer-banner {
    box-shadow: inset 0px 5px 8px -10px #ccc, inset 0px -11px 16px -10px #ddd;
}

@media screen and (max-width: 1200px) {
#split-banners .img-container {
    width: calc(6rem + 7vw);
}
}

@media screen and (max-width: 992px) and (min-width: 600px) {
}

@media screen and (max-width: 600px) {
#split-banners {
}
#split-banners .img-container img {
    bottom: -3rem;
}
#split-banners .text-container p {
    font-size: 0.875rem;
}
#flyer-banner a {
    flex-flow: column;
    text-align: center;
}
.flyer-banner-text {
    font-size: 2.4em;
    white-space: inherit;
}
.flyer-banner-cta, .flyer-banner-text {
    margin-top: 20px;
}
}
/* Newcombe */
.main__inner-wrapper #split-banners {
    text-align: center;
}
#split-banners .col-md-6:first-of-type .split-banner {
}
#split-banners .col-md-6 img {
    max-width: 100%;
}

/* Desktop */
@media screen and (min-width: 1024px) {
.main__inner-wrapper #split-banners .container {
    padding: 0;
    width: auto;
}
.main__inner-wrapper #split-banners .container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
.main__inner-wrapper #split-banners .container .col-md-6.p-0 {
    max-width: 48%;
}
}

/* Tablet */
@media screen and (max-width: 1023px) and (min-width: 768px) {
.main__inner-wrapper #split-banners {
    background-image: none;
}
.main__inner-wrapper #split-banners .container .row {
    display: inline-flex;
    max-width: 100vw;
}
.main__inner-wrapper #split-banners .container .row .col-md-6.p-0 {
    width: inherit;
}
.main__inner-wrapper #split-banners .container .col-md-6.p-0:first-of-type {
    margin: 0 5px 0 0;
}
.main__inner-wrapper #split-banners .container .col-md-6.p-0:last-of-type {
    margin: 0 0 0 5px;
}
}

/* Mobile */
@media screen and (min-device-width : 480px) and (max-width: 767px) {
.main__inner-wrapper #split-banners .container .row {
    display: inline-flex;
}
.main__inner-wrapper #split-banners .container .col-md-6.p-0 {
    margin-left: 5px;
    margin-right: 5px;
}
.main__inner-wrapper #split-banners .container .col-md-6.p-0:first-of-type {
    margin-bottom: 15px;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 479px) {
.main__inner-wrapper #split-banners .container .row {
    display: block;
}
.main__inner-wrapper #split-banners .container .col-md-6.p-0 {
    margin-left: 0;
    margin-right: 0;
}
.main__inner-wrapper #split-banners .container .col-md-6.p-0:first-of-type{
margin-bottom: 15px;
}

}

/*********************************************/
/*                      SHOP
/*********************************************/

/*News and Media CSS Start*/

.article-date{
    text-transform: uppercase;
}

.event-date{
   text-transform: capitalize; 
}

.label{
    color: #818181;
    font-size: 0.875rem;
    font-family: 'InterstateRegular' sans-serif;
    font-weight:500;
    padding: 0;
}
.article_tags a {
    color: #2C2C2C;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 500;
}
@media screen and (min-width: 768px) {
.article_tags {
    margin-left:40px;
}
}

.news-grid__link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.news-grid__image {
    bottom: 0;
    font-family: 'object-fit: cover;';
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.news-grid__label {
    background-color: rgba(0, 0, 0, 0);
    color: #2C2C2C;
    content: '';
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    left: 0;
    padding: 0.5rem 1rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 1;
    color: #ffffff;
    top: 1.5625rem;
    z-index: 2;
}
.news-grid{
    display:flex;
     padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.news-grid__title {
    bottom: 1.5625rem;
    color: #ffffff;
    font-family: interstate, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    left: 2.1875rem;
    line-height: 1.25;
    margin-bottom: 0;
    position: absolute;
    right: 2.1875rem;
    z-index: 2;
}

.news-grid-item {
    display: block;
    margin-bottom: 1.5625rem;
    margin-right: 0.9375rem;
    padding-right: 0;
    padding-top: 120%;
    position: relative;
    width: 95%;
}

@media screen and (min-width: 550px) {
    .news-grid-item {
        padding-top:100%
    }
}

@media screen and (min-width: 640px) {
    .news-grid-item {
        margin-bottom:.625rem;
        margin-left: 0.3125rem;
        margin-right: 0.3125rem;
        padding-top: 40%;
        width: calc(50% - 0.6245rem)
    }
}

@media screen and (min-width: 1023px) {
    ..news-grid-item {
        padding-top:28%;
        width: calc(33.33% - 0.5rem)
    }

    ..news-grid-item:nth-of-type(3n) {
        margin-left: 0
    }

    ..news-grid-item:nth-of-type(5n),..news-grid-item:nth-of-type(8n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1023px) {
    .news-grid-item:nth-of-type(1),..news-grid-item:nth-of-type(2) {
        width:calc(50% - 5px)
    }

    .news-grid-item:nth-of-type(1):first-of-type,..news-grid-item:nth-of-type(2):first-of-type {
        margin-left: 0;
        margin-right: .3125rem
    }

    .news-grid-item:nth-of-type(1):nth-of-type(2),..news-grid-item:nth-of-type(2):nth-of-type(2) {
        margin-left: .3125rem;
        margin-right: 0
    }
}


@media screen and (min-width: 420px) and (max-width:639px) {
    .news-grid__title {
        font-size:1.875rem
    }
}

@media screen and (min-width: 1200px) {
    .news-grid__title {
        font-size:1.875rem
    }
}

.news-grid__label:hover {
    color: #2C2C2C
}

.news-grid__title a {
    color: #ffffff
}

.news-grid__title a:hover,.news-grid__title a:focus {
    color: #ffffff
}


/*News and Media CSS end*/


/* To overwrite style.css start*/
.flex-column > *{
    flex: initial;
-webkit-box-flex: initial; !important;
-webkit-flex: initial; !important;
}
/* To overwrite style.css start*/

/* Delegate CSS start*/

.delegate-container, .board-of-directors-container{
  margin-left: 0.665%; 
  margin-right: 0.665%;  
}

.delegates-filter{
    margin-bottom: 48px;
}

.delegate-field-container{
   margin: 0 0.5rem; 
}


.delegate-label{
    margin: 0 1rem;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}
.delegate-select{
    border-radius: 0px;
    height: 43px;
}

@media (max-width: 575.98px) {
    .delegate-container, .board-of-directors-container{
        margin-left: 0; 
        margin-right: 0;  
    }
    .delegate-field-container, .delegate-label{
       margin: 0.5rem 0; 
    }
}
/* Delegate CSS start*/

/* Nested Accordion start*/

.child-contents .col-md-12{
    padding-left: 24px;
    padding-right: 0px;
}

.child-contents .accordion-header button{
    font-size: 18px !important;
    line-height: 31px;
}

/* Nested Accordion end*/

/* Home page 4 Col Block CSS start*/

.UFA-header h2 {
    font-family: "Interstate-Compressed", sans-serif;
    color: #2c2c2c !important;
    font-weight: 600 !important;
    line-height: 37px !important;
    font-size: 32px;
}
.UFA-header h1 {
    font-family: "interstate";
    color: #2c2c2c !important;
    font-weight: 900 !important;
    line-height: 50px !important;
    font-size: 43px;
	padding-top: 40px;
	text-transform: uppercase; 
}

@media (max-width: 450px){
.UFA-header h2 {
    font-family: "Interstate-Compressed", sans-serif;
    color: #2c2c2c !important;
    font-weight: 600 !important;
    line-height: 37px !important;
    font-size: 29px;
    margin: 0;
}
}

@media (max-width: 450px){
.UFA-header h1 {
    font-family: "interstate";
    color: #2c2c2c !important;
    font-weight: 900 !important;
    line-height: 50px !important;
    font-size: 35px;
    margin: 0;
    line-height: 40px !important;
}
}
.content-4-column-block-row-of-boxes img {
    width: 160px;
}
.content-4-column-block-row-of-boxes .thumbnail-card-image {
    min-height: 100px;
}

.content-4-column-block-row-of-boxes .p25{
	padding:5px;
}
/* Home page 4 Col Block CSS end*/

/* Prostock page CSS start*/

.content-prostock-4-column-block .p25{
    padding:0px;
}


/* Prostock page CSS end*/

/*================== Seed Calculator Starts ==================*/


.ampliance-seed-calc-wrap .stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.ampliance-seed-calc-wrap .stepwizard-row {
    display: table-row;
}
.ampliance-seed-calc-wrap .stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.ampliance-seed-calc-wrap .stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.ampliance-seed-calc-wrap .btn-circle {
    padding: 6px 0;
    border-radius: 15px !important;
    background: #777 !important;
    border-color: #777 !important;
    color: #fff !important;
    opacity: 1;
    font-weight: 500;
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    pointer-events: none;
    cursor: default;
}
.ampliance-seed-calc-wrap .stepwizard-row {
    display: flex;
    justify-content: space-between;
}
.ampliance-seed-calc-wrap .stepwizard {
    width: 80%;
    margin: 0 auto;
}
.ampliance-seed-calc-wrap h2 {
    padding: 60px 0;
}
.ampliance-seed-calc-wrap .btn:hover {
    color: #fff;
    background-color: #A94700;
    text-decoration: none
}
.ampliance-seed-calc-wrap .btn-success {
    background-color: #F47E28 !important;
    color: #fff !important;
    border-color: #F47E28 !important;
}
.ampliance-seed-calc-wrap .stepwizard-step p {
    padding-top: 5px;
    padding-bottom: 0;
    color: #777;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}
.ampliance-seed-calc-wrap .form-select {
    border-color: #454545;
    color: #6A6A6A;
    font-weight: 500;
    width: 80%;
    margin: 20px 0;
}
.ampliance-seed-calc-wrap .form-select option {
    font-size: 16px !important;
}
.ampliance-seed-calc-wrap  label span {
    font-size: 16px;
    color: #818181;
    line-height: 1.5;
    font-weight: 500;
}

.ampliance-seed-calc-wrap .form-checkbox-group-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    color: #6a6a6a;
    margin: 20px 0 10px;
}

.ampliance-seed-calc-wrap input[type='checkbox']:checked {
    box-shadow: none;
    border: 1px solid #f27f29;
}
/* .ampliance-seed-calc-wrap input[type="checkbox"]:focus {
    background-color: #0e6dcd;
}
.ampliance-seed-calc-wrap input[type='checkbox']:focus::after {
    content: "✔";
    position: absolute;
    height: 20px;
    width: 20px;
	font-size: 10px;
	color: #fff;
	margin-left: 4px
} */
.ampliance-seed-calc-wrap input[type='checkbox']:checked::after {
    content: "✔";
    position: absolute;
    height: 20px;
    width: 20px;
	font-size: 10px;
	color: #fff;
	margin-left: 4px
}
.ampliance-seed-calc-wrap .panel-title {
    color: #666;
    font-weight: 500;
    margin-bottom: 25px;
}
.seed-calc-forage .calc-bottom-checks {
    display: grid;
    grid-template-columns: 50% 50%;
}
.ampliance-seed-calc-wrap .btn-primary {
    background: #F47E28;
    border: none;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-family: interstate, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.0313rem;
    line-height: 1;
    padding: 0.825rem 1.9375rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    min-width: 7.8125rem;
}
.ampliance-seed-calc-wrap .form-group {
    font-size: 1rem;
    line-height: 1.5;
    min-height: 96px;
    font-weight: 500;
}
.ampliance-seed-calc-wrap .panel-primary {
    box-shadow: none;
    border: none;
}
.stepwizard-step:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 12px;
    bottom: 12px;
    right: -14px;
    width: 100%;
    height: 4px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.stepwizard-row  .stepwizard-step::after{
    background-color: #777;
    right: -50%;
}
.ampliance-seed-calc-wrap .bushel-group-form {
    display: inline-grid;
}
@media (max-width: 768px) {
    .ampliance-seed-calc-wrap small {
        display: none;
    }
}

/*=================== Seed Calculator Results anchor links color ===================*/

.header-middle-right .form-control {
	height:43px;
}
.header-middle-right .mini-cart-icon {
	color:#f47e28;
}
.secondary-navigation .no-store-selected a {
	color:#f47e28;
}
.secondary-navigation .current-store-location a {
	color:#f47e28;
}
.content a{
	color:#f47e28;
	font-weight: 500;
    font-size: 14px;
}

/*=================== Seed Calculator Ends ===================*/

.contacts-desktop tr {
    border-bottom: 1px solid #eaeaea;
}

.contacts-desktop tr th {
    color: #2c2c2c;
    padding: 20px;
}

.contacts-desktop tr th:last-child {
    text-align: left;
}

.contacts-desktop tr th.contact-name-th,
.contacts-desktop tr th.contact-PetroleumFocus-th,
.contacts-desktop tr th.contact-PetroleumProducts-th {
    color: #2c2c2c;
}

.contacts-desktop tr td:first-child {
    color: #6A6A6A;
    background-color: #f8f8f8;
}

.contacts-mobile .col-sm-6 {
    float: left;
    border-bottom: 1px solid #2c2c2c;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    width:50%;
}

.contacts-mobile .col-sm-6n:nth-child(even) {
    padding-left: 10px;
}

.contacts-mobile .col-sm-6:nth-child(odd) {
    padding-right: 10px;
}

.contacts-mobile .col-sm-6 p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contacts-mobile .col-sm-6 .contact-mainphone-row {
    margin-top: 10px;
}

.content-dieselex-gold-content-carousel-2 {
    display: block;
}

.content-dieselex-gold-content-carousel-mobile {
    display:none;
}

@media (max-width: 767px) {
    .content-dieselex-gold-content-carousel-2 {
        display: none;
    }
    .content-dieselex-gold-content-carousel-mobile {
        display: block;
    }
}