a {
    border-bottom: 1px transparent solid;
    color: #c8d070;
    text-decoration: none;
    -webkit-transition: 0.2s border-bottom-color ease-in-out;
    transition: 0.2s border-bottom-color ease-in-out;
}

a:hover {
    border-bottom-color: #c8d070;
    color: #c8d070;
}

body {
    background-color: #3d271c;
    color: #ffffff;
    font-family: "Actor", sans-serif;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

li {
    clear: both;
    list-style-type: square;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
}

th {
    background: #eeeeee;
    font-family: "Droid Sans", sans-serif;
    text-align: left;
    font-size: 12px;
    vertical-align: bottom;
}

td {
    font-size: 12px;
}

ul {
    padding: 0 0 0 30px;
}

video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

video:focus {
    outline: none;
}

/* CALLOUTS
----------- */
.callout {
    border: none;
}

.callout.success {
    background-color: #006600;
    color: #fff;
}

/* BUTTONS
---------- */
.button,
button.submit {
    background-color: #c8d070;
    border: none;
    border-radius: 4px;
    color: #6f83c1;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    line-height: 22px;
    margin: 0;
    padding: 0 8px;
    text-transform: uppercase;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.button:hover,
button.submit:hover {
    background-color: #c8d070;
    color: #3b4666;
}

.button:focus,
button.submit:focus {
    background-color: #c8d070;
    color: #fff;
    outline: none;
}

/* PAGE STRUCTURE
----------------- */
.grid-container {
    max-width: 960px;
}

header {
    position: relative;
    background-color: #c8d070;
    background-position: center;
    background-repeat: repeat-x;
}

header .grid-container {
    height: 86px;
    position: relative;
}

.logo {
    border: none;
    display: block;
}

.logo img {
    border: none;
}

.desktop-nav .logo {
    top: 14px;
    left: 0.9375rem;
    position: absolute;
    z-index: 1;
}

/* NAVIGATION
------------- */
.desktop-nav nav {
    bottom: 6px;
    position: absolute;
    right: 0.9375rem;
}

.navItem {
    background-repeat: no-repeat;
    border: none;
    color: #6f83c1;
    display: block;
    font-family: "Actor", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    -webkit-transition: 0.2s color ease-in-out;
    transition: 0.2s color ease-in-out;
}

.navItem:focus {
    color: #6f83c1;
}

.navItem:hover,
.navItem.on,
.navItem.on:hover {
    color: #3b4666;
    text-decoration: none;
}

.button.contact {
    background-color: #c7d3f8;
    color: #6f83c1;
    margin: 0 0 20px 0;
}

.button.contact:hover {
    color: #3b4666;
}

.desktop-nav .contact {
    float: left;
    margin: 10px 10px 0 0;
}

.social-icon {
    border: none;
    height: 32px;
    width: 32px;
}

.social-icon img {
    height: 32px;
    width: 32px;
}

#hamburger {
    border: none;
    bottom: 20px;
    height: 44px;
    padding: 20px 0 22px 9px;
    position: absolute;
    right: 0.9375rem;
    width: 44px;
}

#hamburger span {
    background: #fff;
    border-radius: 1px;
    content: "";
    cursor: pointer;
    display: block;
    height: 3px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 28px;
}

#hamburger span::before,
#hamburger span::after {
    background: #fff;
    border-radius: 1px;
    content: "";
    cursor: pointer;
    display: block;
    height: 3px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 28px;
}

#hamburger span::before {
    top: -8px;
}

#hamburger span::after {
    bottom: -8px;
}

a#hamburger.active span {
    background: transparent;
}

#hamburger.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

button.menu-icon:focus {
    outline: none;
}

.mobile-nav {
    background-color: #c8d070;
    padding: 20px;
}

.mobile-nav .logo {
    margin-bottom: 20px;
}

.desktop-nav .navItem {
    float: left;
    font-size: 15px;
    margin: 0 16px 0 0;
}

.desktop-nav .navItem.button {
    font-size: 13px;
    height: auto;
    line-height: 18px;
    margin: 12px 16px 0 0;
}

.desktop-nav .social-icon {
    display: block;
    float: left;
    height: 24px;
    margin-top: 9px;
    width: 24px;
}

.desktop-nav .social-icon img {
    height: 24px;
    width: 24px;
}

/* PAGE CONTENT
--------------- */
main {
    background-color: #2b2b33;
    background-image: url("/objects/images/backgrounds/body.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    padding: 60px 0;
    position: relative;
}

.home main h2 {
    border: none;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: none;
}

.yellow-bar {
    background-color: #c8d070;
    height: 400px;
    margin: 60px 0;
    position: relative;
}

@media screen and (min-width: 1024px) {

    .yellow-bar {
        height: initial;
    }

}

a.order-button {
    background-position: 0 0;
    background-repeat: no-repeat;
    border: none;
    display: block;
    margin: 0 auto;
}

.home a.order-button {
    background-image: url("/objects/images/buttons/order_our_coffee.png");
    height: 200px;
    width: 482px;
}

.home a.order-button:hover {
    background-position: 0 -200px;
}

@media screen and (min-width: 1024px) {

    .home a.order-button {
        background-position: -54px 0;
    }

    .home a.order-button:hover {
        background-position: -54px -200px;
    }

}

.coffee a.order-button {
    aspect-ratio: 1.49038;
    background-image: url("/objects/images/buttons/place_an_order.png");
    background-size: cover;
    max-width: 100%;
}

.coffee a.order-button:hover {
    background-position: 0 100%;
}

.testimonials {
    padding-top: 180px;
}

@media screen and (min-width: 1024px) {

    .testimonials {
        padding: 0;
    }

}

.testimonial {
    height: auto !important;
    padding: 0 15px;
    text-align: center;
    top: 50% !important;
    transform: translateY(-50%);
    width: 100% !important;
}

@media screen and (min-width: 1024px) {

    .testimonial {
        padding: 0;
        text-align: left;
    }

}

.testimonial .quote {
    color: #3b4666;
    font-family: "Qwigley", cursive;
    font-size: 40px;
    line-height: 42px;
}

.testimonial .person {
    color: #3b4666;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}

.award {
    margin-bottom: 20px;
}

.award .plaque {
    float: left;
    text-align: right;
    width: 100px;
}

.award .plaque img {
    display: block;
    margin: 0;
    width: 100px;
}

.award .caption {
    color: #a1aedb;
    float: left;
    font-family: "Actor", sans-serif;
    font-size: 10px;
    line-height: 14px;
    margin-left: 10px;
    text-transform: uppercase;
    width: 185px;
}

.award .caption .name {
    font-weight: bold;
}

.award .caption .source {
    font-size: 9px;
    font-style: italic;
}

footer {
    background-color: #c8d070;
    color: #3b4666;
    font-size: 12px;
    height: 34px;
    line-height: normal;
    position: relative;
}

footer .grid-container {
    padding-top: 10px;
    position: relative;
}

footer p {
    font-size: 14px;
    line-height: 1;
    margin: 0;
}

.divider {
    border-top: 1px #999999 dashed;
    margin: 20px 0;
}

section iframe,
section img,
section video {
    border: 3px #533d2d solid;
    display: block;
    margin-bottom: 30px;
    max-width: 100%;
}

/* TEXT STYLES
-------------- */
h2 {
    border-bottom: 1px #ffffff solid;
    font-family: "Actor", sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 30px;
    margin: 50px 0 30px 0;
    padding: 0 0 2px 0;
    text-transform: uppercase;
}

h3 {
    font-family: "Actor", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    margin: 40px 0 20px 0;
    padding: 0;
}

h4 {
    font-family: "Actor", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 5px 0;
    padding: 0;
    text-transform: uppercase;
}


h2:first-of-type,
h3:first-of-type,
h4:first-of-type {
    margin-top: 0;
}

p + h3 {
    margin-top: 40px !important;
}

/* FORMS
-------- */
.formRow.error input,
.formRow.error textarea {
    background: #ffdddd !important;
    border: 1px #cc0000 solid !important;
}

.formLabel {
    font-family: "Actor", sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.formLabel .required {
    font-size: 11px;
    font-weight: normal;
}

.formError {
    color: #cc0000;
    display: none;
    font-family: "Actor", sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: -10px 0 10px 0;
}

.formButton {
    margin-top: 10px;
}

input[type="text"],
textarea {
    border: 1px #4e586e solid;
    font-family: "Actor", sans-serif;
    font-size: 12px;
    margin: 0 0 10px 0;
    padding: 2px;
    width: 100%;
}

.inputSelect {
    padding: 1px;
}

.inputSubmit.hidden {
    border: none;
    display: none;
    height: 0;
    overflow: hidden;
    width: 0;
}

p form {
    display: inline;
}

form img {
    border: none;
}

.grecaptcha-badge {
    display: none;
}

/* ORDER PAGE
------------- */
.product {
    margin-bottom: 20px;
    line-height: normal;
}

.product .photo {
    float: left;
    margin-right: 10px;
    position: relative;
}

.product .photo img {
    border: 1px #533d2d solid;
    width: 80px;
}

.product .info {
    float: left;
    position: relative;
    width: calc(100% - 90px);
}

.product .info .name {
    font-family: "Actor", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}

.product .info .description {
    font-style: italic;
    font-size: 12px;
    margin-bottom: 2px;
}

.product .info .price {
    font-size: 13px;
    margin-bottom: 2px;
}

.product .info .grind {
    font-size: 12px;
    font-weight: bold;
}

.product .info .grind select {
    font-size: 12px;
    height: 22px;
    width: auto;
}

.partner-logo {
    display: block;
    float: right;
}

.partner-logo img {
    border: none;
    margin: 0 0 5px 5px;
}

.pressListItem {
    line-height: normal;
    margin-bottom: 30px;
}

.pressListItem .date {
    font-size: 14px;
    font-style: italic;
}

.pressListItem .title {
    font-size: 20px;
}

.pressContainer {
    min-height: 770px;
    padding-bottom: 30px;
}

.pressContainer .pressItem {
    background: #ffffff;
    border: 3px #533d2d solid;
    color: #381b0b;
    line-height: normal;
    padding: 30px;
}

.pressContainer .pressItem .title {
    font-size: 26px;
    font-style: italic;
}

.pressContainer .pressItem .subtitle {
    font-size: 18px;
    font-style: italic;
}

.pressContainer .pressItem .date {
    font-style: italic;
}

.pressContainer .pressItem .body {
    margin-top: 30px;
}
