@import url('https://fonts.googleapis.com/css?family=PT Sans:400,600,700,800&display=swap&subset=greek,greek-ext');
@import url("/style/shared/fontawesome.css");


h1 {
    color: #000;
    font-family: "refrigerator-deluxe","Refrigerator Deluxe","Helvetica","Arial",sans-serif;
    font-size: 4.0625em;
    line-height: 1em;
    margin-bottom: .2571428571em;
}
h2 {
    color: #000;
    margin: 0 0 .275862069em;
    font-family: "refrigerator-deluxe","Refrigerator Deluxe","Helvetica","Arial",sans-serif;
    font-weight: 700;
    line-height: 1.3em;
    font-size: 2.5em;
    text-transform: uppercase;
}

h3 {
    color: #000;
    font-size: 1.75em;
    font-family: "pt-sans","PT Sans","Helvetica","Arial",sans-serif;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 1.3571428571em;
    margin-bottom: .2857142857em;
    text-transform: uppercase;
}
#browse h3 span {
    color: #0f663c;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 600;
    margin-left: 1em;
}
.decorated {
    align-items: center;
    display: flex;
}
.decorated::before, .decorated::after {
    background: currentColor;
    content: " ";
    display: block;
    flex: 1 1 0%;
    height: .125rem;
}
.decorated::before {
    margin-right: 1em;
}
.decorated::after {
    margin-left: 1em;
}

p, ul, ol, a {
    color: #4a3b2c;
    font-family: "pt-sans","PT Sans","Helvetica","Arial",sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.4375em;
    margin: 0 0 1.4375em;
}
p.__nomargin {
    margin: 0!important;
}
li {
    list-style: none;
    margin-left: 2em;
}
a { 
    font-weight: 600;
    color: #0d6aaa;
    cursor: pointer;
    text-decoration: none;
    transition: color .15s;
}
a:hover, a:focus {
    color: #094c7b; 
}
a.btn {
    margin-bottom: 0!important;
    font-size: 1.2222222222em;
    border: .125rem solid currentColor;
    color: #0d6aaa;
    background: 0 0;
    border-radius: .4545454545em;
    cursor: pointer;
    display: inline-block;
    font-family: "pt-sans-narrow","PT Sans Narrow","pt-sans","PT Sans","Helvetica","Arial",sans-serif;
    font-weight: 700;
    line-height: 1.3181818182em;
    margin: 0 0 1em;
    outline: 0;
    padding: .6818181818em 1.4545454545em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .15s;
}

.slideshow {
    height: 100%;
    display: flex;
    padding-bottom: 8em;
    background: url("/img/crops/2021am/hero-default.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.slideshow .caption {
    display: flex;
    z-index: 2;
    margin-top: 170px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.topsection {
    padding: 5rem 1.5625rem 0;
    margin: 0 auto;
    max-width: 90rem !important;
}


.slideshow .titlecontainer {
    background: rgba(255,255,255,.65);
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 3.4375rem 4.6875rem;
}

.slideshow .titlecontainer img { 
    margin: 0 auto 1.875em;
    display: block;
    width: 100%;
    max-width: 445px;
}


