:root {
	--brand_color: #f27227;
	--brand_color_inverted: #FFF;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: var(--brand_color);
}

body {
	background-color: var(--background_color);
	color: var(--text_color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, legend {
	font-family: Bevan;
}

body, p, label, .paragraph {
	font-family: Suez One;
	font-size: 16px;
}

a {
	color: var(--link_color);
}

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #f27227;
	color: #FFF;
	border-color: #f27227;
}

.text-brand {
	color: #f27227;
}

.text-action {
	color: #f27227;
}

.brand-inverted {
	background-color: #FFF;
	color: #f27227;
	border-color: #FFF;
}

.action {
	background-color: #f27227;
	color: #141424;
	border-color: #f27227;
}

.action-inverted {
	background-color: #141424;
	color: #f27227;
	border-color: #141424;
}

/* SiteHeader */

.announcement_bar {
	background-color: #e7cdb0;
	color: #10161f;
}

.announcement_bar a {
	color: #3d3d3d;
}

.siteHeader {
	background-color: #141424;
	color: #f27227;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-bottom-color: #f5f5f5;
}

.siteHeader__container {
	max-width: 100%;
}

/* MainNavigation */

.mainNavigation, .mobileNav {
	background-color: #141424;
}

.mainNavigation__list {
	text-align: center !important;
}

.siteHeader__container--style4 {
	text-align: center;
}

.mainNavigation__list > li > a {
	font-size: 18px;
}

/*Mobile Nav*/
.mobileNav > li > a {
	color: #f27227;
	background-color: #2C5170;
}

.mobileNav > li > a:hover {
	background-color: #042948;
}

.mobileNav > li > a:focus {
	background-color: #042948;
}

	.mainNavigation__list > li > a {
		color: #f27227;
		background-color: #141424;
	}
	.mainNavigation__list > li > a:hover {
		color: #ffffff;
		background-color: #141424;
	}

	.mobileNav > li > a {
		color: #f27227;
		background-color: #141424;
	}

	.mobileNav > li > a:hover {
		color: #ffffff;
		background-color: #141424;
	}

	.mobileNav > li > a:focus {
		color: #ffffff;
		background-color: #141424;
	}

.mainNavigation__list > li > a {
	transition: all 0.2s ease-in-out;
}

/* Auxiliary Navigation (Use this for the account menu, sign up cta, cart, etc,) */

.auxiliaryMenu--block, .auxiliaryMenu__container {
	background-color: transparent;
		border-bottom: none;
	}

.auxiliaryMenu {
	max-width: 100%;
}

	.auxiliaryMenu > li > a {
		color: #3d3d3d;
	}
	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
		text-decoration: underline;
	}

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #f5f5f5;
    color: #a2a2a2;
}

/* OrderStatus */
.orderStatusBar {
	background-color: #f5f5f5;
}

.orderStatus__container {
	color: #a2a2a2;
}

.orderStatus__container a {
	border-bottom-color: #ffffff;
	color: #a2a2a2;
}

.orderStatus__container a:hover {
	border-bottom-color: #a2a2a2;
}

.orderStatus__mobileToggle {
	color: #a2a2a2;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #ffffff;
	color: #a2a2a2;
}

.orderStatus__mobileToggle a:hover {
	border-bottom-color: #a2a2a2;
}

/* Logo */

.logo {
	color: #f27227;
	font-size: 18px;
	padding: 26px;
}

.logo__img {
	max-height: 84px;
}

@media (max-width: 414px) {.logo {padding: 15px;}.logo__img {max-height: 75px;}}

.siteFooter {
	background-color: #141424;
	color: #f27227;
}

.siteFooter .tw-prose {
	--tw-prose-headings: #f27227;
	--tw-prose-body: #f27227;
	--tw-prose-p: #f27227;
	--tw-prose-a: #e7cdb0;
	--tw-prose-bullets: #f27227;
}

.siteFooter h1, .siteFooter h2, .siteFooter h3, .siteFooter h4, .siteFooter h5, .siteFooter h6 {
	color: #f27227;
}

.siteFooter a {
	--tw-prose-a: #e7cdb0;
	color: #e7cdb0;
}

.siteFooter a:hover, .siteFooter a:focus {
	color: #d3b99c;
}

.siteFooter img {
	margin-left: auto;
	margin-right: auto;
}

.backToTopLink__container {
	background-color: #282838;
}

.backToTopLink__container a {
	color: #e7cdb0;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #f27227 !important;
	border-color: #de5e13 !important;
	color: #FFF !important;
}

.btn-brand-inverted {
	background-color: #FFF;
	color: #f27227;
	border: solid 1px #f27227;
}

.btn-brand-inverted:hover {
	background-color: #f27227;
	color: #FFF;
	border: solid 1px #f27227;
}



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #ca4a00 !important;
	border-color: #ca4a00 !important;
		color: #FFF !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #f27227 !important;
	border-color: #de5e13 !important;
	color: #141424 !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #ca4a00 !important;
	border-color: #ca4a00 !important;
	
	color: #141424 !important;
}

.btn-action-inverted {
	background-color: #141424;
	color: #f27227;
	border: solid 1px #f27227;
}

.btn-action-inverted:hover {
	background-color: #f27227;
	color: #141424;
	border: solid 1px #f27227;
}

.bullet, .confirmation__step-number {
	background-color: #f27227;
	color: #FFF;
}

/* Store Menu */
.storeIndex__sideBarList--style2 {
	background-color: #f8f8f8 !important;
	border-color: #f8f8f8 !important;
	color: #777;
}

.storeSearch__input--style2 {
	border-color: #f8f8f8 !important;
}

.storeIndex__sideBarList--style2 > li > a {
	color: #777;
	border-color: #eeeeee !important;
}

.storeIndex__sideBarList--style2 > li > a:hover {
	color: #777;
	background-color: #eeeeee !important;
}

.storeSearch__button--style2 {
	color: #777;
}

.banner__protocols li:before {
    color: #f27227
}

/*Custom Styles*/
.shaded_rectangle {
    align-items: center !important;
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: 65%;
    background-color: white;
    border-radius:8px !important;
    box-shadow: 0px 0px 20px 0px #b6b1a6;
    margin-bottom: 50px !important;
    margin-top: 50px;
    margin: auto;
    height: 500px;
}
.photoGalleryWidget__photo{
    border-radius:8px!important;
}
.shaded_rectangle:last-of-type{
    margin-bottom: 50px !important;
}

.rectangle_text_half, .rectangle_photo_half {
    flex-basis: 50%;
    min-width: 50%;
}

.rectangle_text_half {
    align-items: center !important;
    justify-content: center !important;
    padding: 3% !important;
}
.rectangle_text_half h3, .rectangle_text_half ul {
    max-width: 400px !important;
    margin: auto !important;
}

.rectangle_text_half h3 {
    padding-bottom: 10px !important;
    
}
.rectangle_photo_half {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.rectangle_photo_half figure {
    height: 100%;
}
.right_image_float {
    width:30%;height:100%;margin-top:5%;margin-bottom:5%;
    float:right;
    margin-right:15%;
    margin-left:5%;
    border-radius:8px !important;
    overflow:hidden;
    box-shadow: 0px 0px 20px 5px #b6b1a6;
    }
.left_image_float {
    width: 20%;
    float:left;
    margin-right:5%;
    margin-left:15%;
    border-radius:8px !important;
    overflow:hidden;
    box-shadow: 0px 0px 20px 5px #b6b1a6;
}
.newsletterWidget__header{
    color:#141424;
    margin-bottom:30px;
}
.bannerWidget--19{
    text-shadow:0 0 0 !important;
}


@media ( min-width: 850px ) and ( max-width: 2000px ) {
    .image-fit-cover {
        height: 100%;
        max-width: none;
    }

    .image-fit-cover--square {
        height: auto;
        max-width: 100%;
    }
}
@media ( min-width: 850px ) and ( max-width: 1215px ) {
    .image-fit-cover--square {
        height: 100%;
        max-width: none;
    }
}
@media (min-width:850px) and (max-width:1115px) {
    .shaded_rectangle {
        height: calc(85vh - 80px) !important;
        padding-left:30px!important;
        
    }
}

@media ( max-width: 850px ) {
    .shaded_rectangle {
        height: calc(100vh - 100px) !important;
        max-width: 90% !important;
    }
    
    .rectangle_photo_half {
        flex-basis: 55%;
        min-width: 55%;
    }
    .rectangle_text_half {
        flex-basis: 45%;
        min-width: 45%;
        padding: 20px !important;
        padding-top: 30px !important;
    }
    .image-fit-cover {
        object-fit: cover !important;
        height: 100% !important;
        width: 100% !important;
    }
    
    .image-fit-cover--square {
        height: auto !important;
        width: 100% !important;
    }
    .shaded_rectangle-photo_left {
        display: flex !important;
        flex-direction: column !important;
    }
    .shaded_rectangle-photo_right {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .shaded_rectangle-photo_right .rectangle_photo_half,
    .shaded_rectangle-photo_left .rectangle_photo_half {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .rectangle_text_half h3, .rectangle_text_half ul {
        max-width: 300px !important;
        margin: auto !important;
    }
    .rectangle_text_half ul {line-height: 1.6 !important;}
    .rectangle_text_half h3 {font-size: 24px ; line-height: 1.2 !important;}
    .bannerWidget--36 {
        height: 200px!important;
        background-attachment: fixed;
        position:fixed;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        width:100%; 
       }
    .right_image_float {
        width:90%;
        float:none;
        margin-right:5%;
        margin-left:5%;
        align-items:center!important;
    }
    .left_image_float {
        width:90%;
        float:none;
        margin-right:5%;
        margin-left:5%;
        align-items:center!important;
    }
    .bannerWidget--92 .bannerWidget__subheading {
        font-size:60px!important;
    }
    
}

@media ( min-width: 851px ) {
    .shaded_rectangle-photo_right .rectangle_photo_half {
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

    .shaded_rectangle-photo_left .rectangle_photo_half {
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
    }
}

@media (max-width: 768px) {
    .bannerWidget--3562 .bannerWidget__innerContainer {
        padding-top: 6rem !important;
        padding-bottom: 24rem !important;
    }
}

.backToTopLink__container {
	background-color: #141424;
    padding-bottom: 50px !important;
}


.photoGridWidget__listItemContainer{
    box-shadow: 0px 0px 20px 5px #b6b1a6 !important;
}

.htmlWidget.htmlWidget--20 {
    background-image:url('https://s3.amazonaws.com/grazecart/rangelandrevival/images/1692832753_64e693f1dd0c2.jpg');
    background-size:contain;
    background-repeat:repeat;
    padding-bottom: 20px;
}
.htmlWidget.htmlWidget--18{
    background-color:#e7cdb0;
}
.htmlWidget.htmlWidget--01{
        background-color:#EFE9E3 !important;
        padding-bottom:5%;
        padding-top:5%;
}
.marquee-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align:center;
    -webkit-align-items: center;
    -moz-box-align-items: center;
    -ms-box-align-items:center;
    -ms-flex-align: center;
    align-items: center;
    background-color:#f27227;
    width:100%;
}
.contactPage__address {
    display: none;
}

.marquee-text {
    display: block;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    font-size: 20px;
    font-weight:lighter!important;
    color:#ffffff;
}
.teamWidget__listCaption {
    color: #E7CDB0;
}
.textWidget--90 {
    padding:60px 0px;
}
.teamWidget__listSubcaption {
    color:#E7CDB0;
}
.teamWidget__listCaption {
    color:#F27227;
}
.footerAccreditation {
    background-color: #141424;
    color: #E7CDB0;
}
.footerAccreditation a {
    color: #F27227;
}
