@import url("https://use.typekit.net/kby5eot.css");
p,li, a, a:link, a:visited {
    font-family: futura-pt, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25em;
}
a:not(.corp-round), a:link:not(.corp-round), a:visited:not(.corp-round) {
    font-size: inherit;
}
h1,h2,h3,h4,h5,h6 {
    font-family: modesto-text, serif !important;
    font-weight: 500;
    font-style: italic;
}
.mod-upper {
    font-family: modesto-condensed, serif !important;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}
strong,
span {
    font-weight: inherit !important;
    font-family: inherit !important;
    font-style: inherit !important;
}
.pointer {
    cursor: pointer !important;
}
.txt-shadowed {
	text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}
.txt-shadowed.lg {
	text-shadow: 2px 2px 15px rgba(0,0,0,0.8);
}
#desktop-nav {
	background-image: none !important;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	background-color: rgba(0,0,0,0.5);
	height: 150px !important;
    border-bottom-color: transparent !important;
    grid-template: 1fr / auto 1fr !important;
}
.faq-wrapper-container #desktop-nav {
	background-color: rgba(0,0,0,0.8);
}
.corp-logo img {
	height: 112px;
	width: auto;
	margin: 1.15em 0.75em 0.75em 0.75em;
	display: inline-block;
}
@media all and (max-width: 830px) {
    .corp-logo img {
        height: 75px;
    }
}
@media all and (max-width: 655px) {
    #company-logo.align-middle {
        display: grid !important;
        grid-template: 1fr / auto auto;
    }
}
.button-deck {
	display: grid;
	grid-template: 1fr /1fr;
	align-items: start;
	justify-items: end;
}
#desktop-nav .button-deck a {
    align-self: stretch !important;
}
.button-deck > div {
	margin-top: 1em;
}
.button-deck > div a {
	border-color: #FFF !important;
    text-align: center;
}
.button-deck > div a span {
	color: #FFF !important;
	font-weight: normal !important;
	font-size: 1em !important;
}
.subhead {
    font-size: 1.2rem;
    color: #6c757d;
}
.section {
    display: block !important;
    margin: 0;
    padding: 1rem;
    border: 1px solid #e9ecef;
    border-radius: 4px;
}
.cta {
    /* background-color: rgba(126, 112, 93, 0.552); */
    /* border: 10px solid rgba(255,255,255, 0.5); */
    color: white;
    padding: 2rem;
    text-align: center;
    border-radius: 0.25em;
    margin-top: 3rem;
    /* backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    mix-blend-mode: hard-light !important;
    -webkit-mix-blend-mode: hard-light !important; */
}
.cta input {
    background-color: transparent !important;
    border-color: #FFF !important;
    border: 1px solid #FFF !important;
}
.cta input[type="submit"] {
    border-radius: 2em;
    padding: .75em 1.5em;
}
.cta input[type="text"] {
    font-size: 1.5em !important;
    padding: .75em 1em !important;
    color: #FFF !important;
}
.cta label {
    text-align: left !important;
    color: #FFF !important;
}
.cta button {
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.lax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.basic-hero,
.verified-platform-hero,
.usda-hero,
.homepage-hero {
	min-height: calc(100vh - 45px);
	background-image: url('/client/media/images/pexels-mehmet-cinar-307954698-13867103.jpg'); /* /client/media/images/cattle-patty-001.jpg */
	display: grid;
	grid-template: auto 1fr / 1fr;
}
.usda-hero {
    position: relative;
    background-image: url('/client/media/images/shutterstock_1298817169.jpg'); 
    background-position: center bottom;
	min-height: 50vh;
}
.verified-platform-hero {
    background-image: url('/client/media/images/cattle-patty-001.jpg'); /* /client/media/images/cpv-verified-002.jpg */
    background-position: center;
}
@media all and (max-width: 1200px) {
    .verified-platform-hero {
        background-image: url('/client/media/images/cattle-patty-001.jpg');  /* /client/media/images/cpv-verified-002-sm.jpg */
        background-position: center;
    }
    
}
.fx-overlay {
    position: relative;
}
.fx-overlay *,
.usda-hero * {
    z-index: 2;
    position: relative;
}
.fx-overlay::before,
.usda-hero::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-color: rgba(204, 194, 131, 0.608);
}
.fx-overlay::before {
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.fx-overlay.outlined {
    border: 1px solid #FFF;
}
p.display {
	font-size: 1.75em;
}
.red-pointer {
	display: grid;
	grid-template: 1fr / auto 1fr;
	gap: 4em;
}
.red-pointer > div:first-child {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: white;
    padding: 1rem;
    margin: 2rem 0;
    display: inline-block;
    background-color: red;
    position: relative;
    z-index: 1;
font-size: 1.35em;
}
.red-pointer > div:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -23px;
    width: 46px;
    height: 46px;
    background-color: red;
    transform: translateY(-50%) rotate(45deg);
    z-index: -1;
}
.red-pointer > div:last-child {
    text-align: left !important;
}
@media all and (max-width: 900px) {
    .red-pointer {
        grid-template: 1fr / 1fr;
        gap: 2em;
    }
    .red-pointer > div:first-child::before {
        content: "";
        position: absolute;
        top: initial;
        right: initial;
        left: calc(50% - 25px);
        bottom: -23px;
        width: 46px;
        height: 46px;
        background-color: red;
        transform: rotate(45deg);
        z-index: -1;
    }
    .red-pointer > div:last-child {
        text-align: center !important;
    }
    .red-pointer > div:first-child {
        justify-self: center;
    }
}
.new-calves {
    grid-template: 1fr / 1fr auto;
}
.new-calves > div {
    background-color: rgba(12, 93, 116, 0.8);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.new-calves > div:last-child img {
    max-height: 300px;
    width: auto;
    border-radius: 50%;
    border: 3px solid rgba(12, 93, 116, 0.8);
}
.new-calves > div:last-child {
    padding: 1rem;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.xlg-txt {
    font-size: 3em;
}
.lg-txt {
    font-size: 2.5em;
}
.md-txt {
    font-size: 2em;
}
.sm-txt {
    font-size: 1.5em;
}
@media screen and (max-width: 475px) {
    .sm-txt-sm {
        font-size: 1em !important;
    }
    .md-txt-sm {
        font-size: 1.5em !important;
    }
    .xlg-txt-sm {
        font-size: 2.5em !important;
    }
    .lg-txt-sm {
        font-size: 2em !important;
    }
}
@media all and (max-width: 900px) {
    .calve-001-bkg {
        background-image: url('/client/media/images/calve-001.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-width: 300px;
    }
    .calve-001-bkg img {
        display: none;
    }
    .new-calves > div:last-child {
        border-top-right-radius: 0%;
        border-bottom-right-radius: 0%;
    }
    .new-calves {
        box-shadow: 0 0 20px rgba(0,0,0,0.5);
    }
}
@media all and (max-width: 655px) {
    .new-calves {
        grid-template: 1fr  / 1fr;
    }
    .calve-001-bkg {
        min-width: none;
        min-height: 300px;
    }
}
.down-chev {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    color: #FFF;
    z-index: 2;
}
@media all and (max-height: 975px) {
    .down-chev {
        display: none !important;
    }
}
.bkg-darkest {
    background: linear-gradient(#333, #111);
}
.txt-corp-clr {
    color: rgb(22, 151, 187);
}
.txt-green-clr {
    color: rgb(6, 170, 121);
}
.txt-orange-clr {
    color: rgb(209, 174, 0);
}
.txt-purple-clr {
    color: rgb(123, 70, 163);
}
.txt-red {
    color: red;
}
.bkg-dark-blue {
    background-color: #0c5d74;
}
.oblique {
    font-style: oblique;
}
.rounded {
    border-radius: 1em !important;
}
.tans-grad {
    background: linear-gradient(rgba(255,255,255, 0), rgba(255,255,255, 0.1));
    text-shadow: 0 0 30px #000;
}
.border {
    border-top-color: #555 !important;
    border-left-color: #444 !important;
    border-right-color: #333 !important;
    border-bottom-color: #222 !important;
}
.cert-blocks {
    min-height: 350px;
    position: relative;
    background-position: center;
    border-radius: 1em;
    padding: 5em;
    background-color: transparent;
    border: 2px solid #FFF;
    background-color: rgba(140, 130, 87, 0.7);
    mix-blend-mode: overlay;
    -webkit-mix-blend-mode: overlay;
    overflow: hidden;
}
@media all and (max-width: 655px) {
    .cert-blocks {
        padding: 6em 2em 2em 2em;
    }
}
.cert-blocks * {
    z-index: 3;
    color: #FFF;
}
.ul-triangles,
.cert-blocks h1 {
    border-bottom: 1px solid #FFF;
    padding-bottom: 0.35em;
}
.ul-triangles::before,
.ul-triangles::after,
.cert-blocks h1::before,
.cert-blocks h1::after {
    background-color: #9c9264;
    display: inline-block;
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    left: calc(50% - 5px);
    border: 1px solid #FFF;
    bottom: -5px;
    transform: rotate(45deg);
}
.ul-triangles::before,
.cert-blocks h1::before {
    background-color: rgba(113, 105, 70, 0.52) !important;
    left: calc(50% - 10px);
    height: 20px;
    width: 20px;
    bottom: -10px;
}
.ul-triangles {
    position: relative;
    margin-top: 3em;
    margin-bottom: 3em;
    transform: scale(0.5);
}
.ul-triangles,
.ul-triangles::before,
.ul-triangles::after {
    border-color: rgba(113, 105, 70, 1) !important;
}
.ul-triangles::after {
    background-color: #FFF;
}
/* .cert-blocks::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: radial-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8), rgba(0,0,0,0.4));
    border-radius: 1em;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
} */
.nbr_sub_label {
    text-align: left !important;
}
a.corp-round {
    border-radius: 1.5em !important;
    padding: 0.75em 1.5em !important;
    background-color: rgb(22, 151, 187) !important;
    color: #FFF !important;
    text-align: center !important;
    display: inline-block !important;
    margin: 1em !important;
    text-shadow: 0 0 20px #000 !important;
    text-decoration: none;
}

a.corp-round.outlined {
    border: 1px solid rgb(22, 151, 187) !important;
    background-color: transparent !important;
    color: rgb(22, 151, 187) !important;
    text-shadow: none !important;

}
a.corp-round.outlined.btn-white {
    border: 1px solid#FFF !important;
    background-color: transparent !important;
    color: #FFF !important;
    text-shadow: none !important;

}

.drop-bottom-shadow {
    display: block;
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}
.screen-thumbs {
    max-width: 350px;
    border-radius: 4px;
    transform: perspective(1000px);
    
}
.screen-thumbs:first-child {
    transform: perspective(1000px) rotateY(15deg);
}
.screen-thumbs:last-child {
    transform: perspective(1000px) rotateY(-15deg);
}
.hover-zoom:hover {
    transform: scale(1.1);
    transition: transform 0.35s ease-in-out;
}
#company-logo {
    background-color: #FFF !important;
}
.alert-wrapper {
    position: absolute !important;
    left: 0;
    right: 0;
    top: calc(50vh - 3em);
    z-index: 10000000;
}
.faqs-container br {
    margin-top: 1.75em;
    display: block;
}
.triangle-mask {
    z-index: 1;
    width: 200px;
    height: 200px;
    overflow: hidden;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    position: absolute;
    /* top: -1em;
    right: -1em;
    border-top-left-radius: 3.5em;
    border-bottom-right-radius: 3.5em; */
    top: 0;
    right: 0;
    border-top-right-radius: 1em;
    filter: drop-shadow(0 20px rgba(0,0,0,0.5));
}
.faq-wrapper-container .contact-us-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url('/client/media/images/cpv-verified-platform-001a.jpg');
}
@media all and (max-width: 1430px) {
    .faq-wrapper-container .contact-us-container {
        background-image: url('/client/media/images/cpv-verified-platform-001b.jpg');
    }
    
}
.faq-wrapper-container .contact-us-container .cta {
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    background-color: rgba(20, 126, 40, 0.2);
    border-color: #FFF !important;
}
.faq-wrapper-container .contact-us-container .cta * {
    color: #FFF !important;
    text-shadow: none !important;
}
.lending-container {
    background-image: url('/client/media/images/auction-lending-001.jpg');
}
.splash-block {
    max-width: 900px;
}