﻿html {
    margin: 0;
    padding: 0;
    font-size: 18px;
    height: inherit;
    min-height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar
}

@media only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-device-pixel-ratio:1.25),only screen and (-webkit-min-device-pixel-ratio:2.0833333333333335),only screen and (min-resolution:200dpi),only screen and (min-resolution:1.25dppx) {
    html {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: Cabin;
    color: #333;
    font-style: normal;
    height: 100%;
    width: 100%
}

@font-face {
    font-family: Briberra;
    src: url(../fonts/Briberra.eot?#iefix) format("embedded-opentype"),url(../fonts/Briberra.woff) format("woff"),url(../fonts/Briberra.ttf) format("truetype"),url(../fonts/Briberra.svg#Briberra) format("svg");
    font-weight: 400;
    font-style: normal
}

#footer footer {
    width: 100%;
    background-color: #1a578a;
    min-height: 60px;
    padding-top: 50px;
    margin-top: 50px
}

    #footer footer a {
        text-decoration: none
    }

    #footer footer .row {
        padding: 0 15px
    }

    #footer footer .footer-content {
        padding-bottom: 40px;
        padding-bottom: 50px
    }

@media screen and (min-width:62em) {
    #footer footer {
        min-height: 100px;
        background-color: #1a578a;
        padding: 0;
        padding-top: 75px
    }
}

@media screen and (min-width:48em) {
    #footer footer .footer-col {
        margin-bottom: 40px
    }
}

@media screen and (min-width:62em) {
    #footer footer .footer-col {
        margin-bottom: 0
    }
}

#footer footer .footer-col .footer-link a {
    color: #fff !important
}

#footer footer .footer-col .footer-link:hover a {
    color: #fff !important;
    text-decoration: underline
}

#footer footer .footer-col .footer-link.footer-link-primary {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: brandon-grotesque
}

#footer footer .footer-col .footer-link.footer-link-secondary {
    font-size: 16px;
    margin-bottom: 18px;
    font-family: Cabin
}

#footer footer .footer-col .footer-links-col {
    padding-bottom: 20px
}

@media screen and (min-width:48em) {
    #footer footer .footer-col .footer-links-col {
        padding-bottom: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        #footer footer .footer-col .footer-links-col .footer-link {
            width: calc(50% - 30px)
        }

            #footer footer .footer-col .footer-links-col .footer-link:nth-child(1) {
                -webkit-order: 1;
                -ms-flex-order: 1;
                order: 1
            }

            #footer footer .footer-col .footer-links-col .footer-link:nth-child(2) {
                -webkit-order: 2;
                -ms-flex-order: 2;
                order: 2
            }

            #footer footer .footer-col .footer-links-col .footer-link:nth-child(3) {
                -webkit-order: 3;
                -ms-flex-order: 3;
                order: 3
            }

            #footer footer .footer-col .footer-links-col .footer-link:nth-child(4) {
                -webkit-order: 4;
                -ms-flex-order: 4;
                order: 4
            }

            #footer footer .footer-col .footer-links-col .footer-link:nth-child(5) {
                -webkit-order: 5;
                -ms-flex-order: 5;
                order: 5
            }

            #footer footer .footer-col .footer-links-col .footer-link#footer-news-link {
                -webkit-order: 1;
                -ms-flex-order: 1;
                order: 1
            }

            #footer footer .footer-col .footer-links-col .footer-link#footer-blog-link {
                -webkit-order: 2;
                -ms-flex-order: 2;
                order: 2
            }
}

#footer footer .footer-contact {
    text-align: center;
    clear: left;
    border-top: 1px solid #fff;
    padding-top: 40px;
    color: #fff
}

@media screen and (min-width:62em) {
    #footer footer .footer-contact {
        padding-top: 0;
        border: none;
        clear: none;
        text-align: right
    }
}

#footer footer .footer-contact p {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #fff !important
}

#footer footer .footer-contact .footer-contact-button {
    width: auto;
    background-color: #fff;
    font-family: brandon-grotesque;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 12px;
    display: inline-block;
    padding: 14px 12px
}

@media screen and (min-width:62em) {
    #footer footer .footer-contact .footer-contact-button {
        padding: 12px 12px
    }
}

#footer footer .footer-contact .footer-contact-button a {
    color: #1a578a !important
}

#footer footer .footer-contact .footer-contact-button:hover {
    background-color: rgba(255,255,255,.85)
}

    #footer footer .footer-contact .footer-contact-button:hover a {
        color: #104571 !important;
        text-decoration: none
    }

#footer footer .footer-bottom-container {
    background-color: #104571;
    padding: 20px 0
}

    #footer footer .footer-bottom-container .footer-row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

@media screen and (min-width:62em) {
    #footer footer .footer-bottom-container .footer-row {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

#footer footer .footer-bottom-container .footer-row div {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

@media screen and (min-width:62em) {
    #footer footer .footer-bottom-container .footer-row div {
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

#footer footer .footer-bottom-container .footer-row .footer-logo {
    text-align: center;
    margin-bottom: 10px
}

@media screen and (min-width:62em) {
    #footer footer .footer-bottom-container .footer-row .footer-logo {
        margin-bottom: 0;
        text-align: left
    }
}

#footer footer .footer-bottom-container .footer-row .footer-logo img {
    max-width: 260px !important;
    margin-bottom: 10px
}

#footer footer .footer-bottom-container .footer-row .mousetext {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-align-items: middle;
    -ms-flex-align: middle;
    align-items: middle;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 4px
}

@media screen and (min-width:62em) {
    #footer footer .footer-bottom-container .footer-row .mousetext {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
        padding-bottom: 0
    }
}

#footer footer .footer-bottom-container .footer-row .mousetext a, #footer footer .footer-bottom-container .footer-row .mousetext p {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-family: Cabin;
    line-height: 1.3;
    font-size: 15px;
    color: #fff !important
}

@media screen and (min-width:62em) {
    #footer footer .footer-bottom-container .footer-row .mousetext a, #footer footer .footer-bottom-container .footer-row .mousetext p {
        font-size: 16px
    }
}

#footer footer .footer-bottom-container .footer-row .mousetext p {
    border-right: 1px solid #fff;
    padding-right: 20px
}

@media screen and (min-width:62em) {
    #footer footer .footer-bottom-container .footer-row .mousetext p {
        padding-right: 30px
    }
}

#footer footer .footer-bottom-container .footer-row .mousetext a {
    padding-left: 20px;
    cursor: pointer
}

@media screen and (min-width:62em) {
    #footer footer .footer-bottom-container .footer-row .mousetext a {
        padding-left: 30px
    }
}

#footer footer .footer-bottom-container .footer-row .mousetext a:hover {
    text-decoration: underline
}

body {
    background-color: #fff;
    background-image: none
}

    body form > .container {
        box-shadow: none
    }

    body .container {
        box-shadow: none
    }

@media screen and (min-width:62em) {
    body .container {
        max-width: 940px
    }
}

@media screen and (min-width:75em) {
    body .container {
        max-width: 1140px
    }
}

body h1, body h2, body h3, body h4, body h5 {
    line-height: 1.2;
    color: #333 !important;
    margin-bottom: 20px;
    margin-top: 20px
}

    body h1 a, body h2 a, body h3 a, body h4 a, body h5 a {
        color: #333 !important;
        text-decoration: none
    }

        body h1 a:hover, body h2 a:hover, body h3 a:hover, body h4 a:hover, body h5 a:hover {
            text-decoration: underline;
            color: #333 !important
        }

body h1 {
    font-size: 42px
}

body h2 {
    font-size: 32px
}

body h3 {
    line-height: 1.4;
    font-size: 20px
}

body li {
    color: #555 !important
}

body p {
    color: #555 !important;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px
}

body a {
    color: #1a578a !important;
    text-decoration: underline;
    cursor: pointer
}

    body a:hover {
        color: #104571 !important
    }

body label {
    font-family: Cabin !important
}

body.three-column h1 {
    margin-bottom: 30px
}

body.three-column .sidenav {
    display: none !important
}

body.three-column .col-sm-10 img {
    display: block
}

@media screen and (min-width:62em) {
    body.three-column .col-sm-10 {
        margin-left: 8.333333333333334%;
        padding-top: 30px
    }
}

body #nav .col-sm-10 {
    padding-top: 0;
    margin-left: 0
}

body a img {
    margin-bottom: 12px
}

@media screen and (min-width:62em) {
    body a img {
        margin-bottom: 20px
    }
}

body img {
    border: none !important
}

body .breadcrumbs {
    border-top: 0
}

body .bio-section h3 {
    font-weight: 800;
    border-bottom: 0
}

body .bio-section ul {
    padding-left: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    body .bio-section ul li {
        padding-right: 15px;
        padding-left: 15px;
        width: 50%;
        margin-bottom: 20px
    }

@media screen and (min-width:48em) {
    body .bio-section ul li {
        width: 20%
    }
}

body .bio-section ul li img {
    margin-bottom: 12px;
    width: 80px
}

body .bio-section ul .bio {
    line-height: 1.3
}

    body .bio-section ul .bio .bio-name {
        color: #333;
        margin-bottom: 2px
    }

body .bio-section .top-link {
    padding: 0 15px;
    margin-bottom: 30px;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

body .wb-entry-list section {
    overflow: auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc
}

    body .wb-entry-list section .thumbnail {
        margin: 15px 30px 20px 0
    }

@media screen and (min-width:48em) {
    body .wb-entry-list section .thumbnail {
        margin-bottom: 0
    }
}

body .wb-entry-list section h2 {
    font-size: 20px;
    text-decoration: none !important;
    color: #333 !important;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0
}

    body .wb-entry-list section h2 a {
        text-decoration: none !important;
        color: #333 !important
    }

        body .wb-entry-list section h2 a:hover {
            text-decoration: underline !important;
            color: #333 !important
        }

body .wb-entry-list section header {
    padding-top: 0
}

    body .wb-entry-list section header .wb-details {
        font-style: italic;
        font-size: 14px;
        color: #555 !important;
        margin-bottom: 10px
    }

@media screen and (min-width:48em) {
    body .wb-entry-list section header .wb-details {
        width: calc(100% - 350px);
        float: right
    }
}

@media screen and (min-width:48em) {
    body .wb-entry-list section .description .summary p {
        width: calc(100% - 350px);
        float: right
    }
}

body .wb-entry-list section .wb-read-more {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #1a578a !important
}

@media screen and (min-width:48em) {
    body .wb-entry-list section .wb-read-more {
        width: calc(100% - 350px);
        float: right
    }
}

body .wb-entry-list section:first-of-type h2 {
    margin-top: 0;
    border-top: 0
}

body .wb-entry-list .wb-view-more-wrapper {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
    margin: 0;
    padding-top: 30px;
    margin-bottom: 40px
}

    body .wb-entry-list .wb-view-more-wrapper .wb-view-more {
        width: auto;
        background-color: #1a578a;
        font-weight: 800;
        color: #fff !important;
        text-decoration: none;
        font-family: brandon-grotesque;
        margin: 0;
        padding: 12px 30px 13px;
        letter-spacing: 1.7px;
        font-size: 20px
    }

        body .wb-entry-list .wb-view-more-wrapper .wb-view-more .fas {
            margin-left: 8px;
            vertical-align: top;
            transition: -webkit-transform .2s ease;
            transition: transform .2s ease;
            transition: transform .2s ease,-webkit-transform .2s ease;
            font-size: 16px;
            margin-top: 2px
        }

        body .wb-entry-list .wb-view-more-wrapper .wb-view-more:hover {
            background-color: #104571
        }

            body .wb-entry-list .wb-view-more-wrapper .wb-view-more:hover .fas {
                -webkit-transform: translateX(5px);
                transform: translateX(5px)
            }

body .news-list .item h3 {
    font-size: 20px;
    text-decoration: none !important;
    color: #333 !important;
    margin: 6px 0 8px 0
}

    body .news-list .item h3 a {
        text-decoration: none !important;
        color: #333 !important
    }

        body .news-list .item h3 a:hover {
            text-decoration: underline !important;
            color: #333 !important
        }

body .news-list .item > p {
    color: #555 !important;
    font-size: 14px;
    font-style: italic
}

    body .news-list .item > p b {
        font-weight: 400
    }

body .news-list .item .item-text {
    width: 100% !important
}

    body .news-list .item .item-text p a {
        font-weight: 700;
        width: 100%;
        display: block;
        margin-top: 12px
    }

body .news-list .search-bar-top-right span .numericLink {
    padding: 10px 16px;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    border: 2px solid #d4d4d4;
    background-color: #fff;
    color: #555 !important;
    display: inline-block
}

    body .news-list .search-bar-top-right span .numericLink:hover {
        text-decoration: underline;
        color: #555 !important
    }

body .news-list .search-bar-top-right span span {
    display: inline-block;
    padding: 10px 16px;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    border: 2px solid #1a578a !important;
    background-color: #fff;
    color: #555 !important
}

body .news-list .top-link {
    margin-top: 12px;
    margin-bottom: 50px
}

    body .news-list .top-link a {
        font-weight: 700
    }

body .btn.btn-search {
    text-decoration: none !important;
    background-color: #1a578a;
    border: none
}

    body .btn.btn-search:hover {
        color: #fff !important;
        background-color: #104571;
        border: none
    }

@media screen and (max-width:47.9375em) {
    body .input-group.search-page {
        width: 200%
    }
}

body .input-group.search-page input {
    height: 36px;
    font-size: 12px
}

body .input-group.search-page .btn.btn-search {
    height: 36px;
    width: 50px;
    border-radius: 0 18px 18px 0;
    padding-top: 9px
}

body .search-bar-top-right {
    margin-top: 16px
}

@media screen and (min-width:48em) {
    body .search-bar-top-right {
        margin-top: 0
    }
}

body .scfValidationSummary ul li {
    color: red !important
}

body .container > .row:not(:first-child):not(:last-child) {
    padding: 0
}

.homepage #footer footer {
    margin-top: 0
}

.homepage h2 {
    color: #333;
    line-height: 1.3;
    text-align: center;
    border: 0;
    font-size: 40px;
    margin-bottom: 15px
}

@media screen and (min-width:62em) {
    .homepage h2 {
        font-size: 50px
    }
}

.homepage .button {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none
}

    .homepage .button:hover {
        text-decoration: none
    }

.homepage .hero {
    position: relative;
    margin-bottom: 50px
}

@media screen and (min-width:62em) {
    .homepage .hero {
        margin-bottom: 75px
    }
}

.homepage .hero .hero-blocks {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: calc(100% - 50px)
}

@media screen and (min-width:62em) {
    .homepage .hero .hero-blocks {
        height: calc(100% - 60px)
    }
}

.homepage .hero .hero-blocks .hero-pattern {
    background-color: #1a578a;
    background-image: url(/Dairy/images/new/dairy-org-header-blue-pattern@3x.png);
    background-position: center center;
    background-size: cover;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    height: calc(100% - 225px)
}

@media screen and (min-width:48em) {
    .homepage .hero .hero-blocks .hero-pattern {
        height: calc(100% - 450px)
    }
}

@media screen and (min-width:62em) {
    .homepage .hero .hero-blocks .hero-pattern {
        height: 100%;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%
    }
}

.homepage .hero .hero-blocks .hero-image {
    background-position: center center;
    background-size: cover;
    background-image: url(/Dairy/images/new/dairy-org-header-image-mobile@3x.jpg);
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    height: 225px
}

@media screen and (min-width:48em) {
    .homepage .hero .hero-blocks .hero-image {
        height: 450px
    }
}

@media screen and (min-width:62em) {
    .homepage .hero .hero-blocks .hero-image {
        height: 100%;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex: 0 0 67%;
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        background-image: url(/Dairy/images/new/dairy-org-header-image@3x.jpg)
    }
}

.homepage .hero .hero-content-wrapper {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 35px 0 rgba(70,92,136,.4);
    margin-top: 190px;
    padding: 30px 30px 0
}

@media screen and (min-width:48em) {
    .homepage .hero .hero-content-wrapper {
        margin-top: 415px
    }
}

@media screen and (min-width:62em) {
    .homepage .hero .hero-content-wrapper {
        margin-top: 60px;
        padding: 45px 50px 0 45px
    }
}

@media screen and (min-width:75em) {
    .homepage .hero .hero-content-wrapper {
        margin-top: 100px;
        padding: 60px 65px 0 60px
    }
}

.homepage .hero .hero-content-wrapper .hero-content {
    text-align: center
}

@media screen and (min-width:62em) {
    .homepage .hero .hero-content-wrapper .hero-content {
        text-align: left
    }
}

.homepage .hero .hero-content-wrapper .hero-content h1 {
    color: #1a578a;
    font-size: 46px;
    line-height: 1.15;
    margin-bottom: 20px
}

@media screen and (min-width:62em) {
    .homepage .hero .hero-content-wrapper .hero-content h1 {
        line-height: 1.06;
        margin-bottom: 32px;
        font-size: 55px
    }
}

@media screen and (min-width:75em) {
    .homepage .hero .hero-content-wrapper .hero-content h1 {
        font-size: 80px
    }
}

.homepage .hero .hero-content-wrapper .hero-content h1 span {
    font-family: Jakob;
    font-weight: 400
}

@media screen and (min-width:62em) {
    .homepage .hero .hero-content-wrapper .hero-content h1 span {
        font-size: 50px
    }
}

@media screen and (min-width:75em) {
    .homepage .hero .hero-content-wrapper .hero-content h1 span {
        font-size: 72px
    }
}

.homepage .hero .hero-content-wrapper .hero-content .subtext {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 50px;
    color: #555 !important
}

@media screen and (min-width:62em) {
    .homepage .hero .hero-content-wrapper .hero-content .subtext {
        font-size: 20px;
        margin-bottom: 40px
    }
}

@media screen and (min-width:75em) {
    .homepage .hero .hero-content-wrapper .hero-content .subtext {
        font-size: 24px;
        margin-bottom: 50px
    }
}

.homepage .hero .hero-content-wrapper .hero-content .hero-cta {
    background-color: #7cb82f;
    color: #fff !important;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    cursor: pointer;
    font-size: 24px;
    padding: 24px 36px
}

    .homepage .hero .hero-content-wrapper .hero-content .hero-cta .fas {
        margin-left: 6px;
        vertical-align: top;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease,-webkit-transform .2s ease;
        font-size: 16px;
        margin-top: 2px
    }

    .homepage .hero .hero-content-wrapper .hero-content .hero-cta:hover {
        background-color: #6ba71e
    }

        .homepage .hero .hero-content-wrapper .hero-content .hero-cta:hover .fas {
            -webkit-transform: translateX(5px);
            transform: translateX(5px)
        }

.homepage .connections {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 50px
}

@media screen and (min-width:62em) {
    .homepage .connections {
        margin-top: 75px
    }
}

.homepage .connections p {
    color: #555;
    font-size: 20px;
    padding: 0 15px
}

@media screen and (min-width:75em) {
    .homepage .connections p {
        padding: 0 40px
    }
}

.homepage .org-grid .org-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .homepage .org-grid .org-row::before {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .homepage .org-grid .org-row .org-card-wrapper {
        margin-bottom: 32px;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .homepage .org-grid .org-row .org-card-wrapper .org-logo-wrapper {
            width: 100%;
            border-radius: 10px 10px 0 0;
            box-shadow: 0 2px 15px 0 rgba(70,92,136,.2);
            text-align: center;
            position: relative;
            z-index: 2;
            min-height: 120px;
            padding: 30px
        }

@media screen and (min-width:48em) {
    .homepage .org-grid .org-row .org-card-wrapper .org-logo-wrapper {
        padding: 30px 60px
    }
}

@media screen and (min-width:75em) {
    .homepage .org-grid .org-row .org-card-wrapper .org-logo-wrapper {
        min-height: 155px
    }
}

.homepage .org-grid .org-row .org-card-wrapper .org-logo-wrapper .org-logo {
    width: 100%;
    height: auto
}

.homepage .org-grid .org-row .org-card-wrapper .org-content-wrapper {
    width: 100%;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 30px 30px 0;
    background-color: #eef0f4;
    border-radius: 0 0 10px 10px
}

    .homepage .org-grid .org-row .org-card-wrapper .org-content-wrapper p {
        margin-bottom: 30px;
        line-height: 1.5;
        font-size: 16px
    }

@media screen and (min-width:62em) {
    .homepage .org-grid .org-row .org-card-wrapper .org-content-wrapper p {
        font-size: 15px
    }
}

.homepage .org-grid .org-row .org-card-wrapper .org-content-wrapper .button {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    min-width: 80%;
    padding: 12px 30px;
    margin: 0 auto;
    font-size: 20px;
    background-color: #1a578a;
    letter-spacing: 1.7px
}

    .homepage .org-grid .org-row .org-card-wrapper .org-content-wrapper .button .fas {
        margin-left: 8px;
        vertical-align: top;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease,-webkit-transform .2s ease;
        font-size: 14px;
        margin-top: 2px
    }

    .homepage .org-grid .org-row .org-card-wrapper .org-content-wrapper .button:hover {
        background-color: #104571
    }

        .homepage .org-grid .org-row .org-card-wrapper .org-content-wrapper .button:hover .fas {
            -webkit-transform: translateX(5px);
            transform: translateX(5px)
        }

.homepage .promotion {
    padding-bottom: 50px;
    text-align: center;
    position: relative
}

@media screen and (min-width:48em) {
    .homepage .promotion {
        margin-top: 20px;
        padding-bottom: 30px
    }
}

@media screen and (min-width:62em) {
    .homepage .promotion {
        margin-top: 68px;
        padding-bottom: 85px
    }
}

.homepage .promotion .promotion-bg {
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    height: 80%;
    background-image: url(/Dairy/images/new/pattern-fade@3x.jpg);
    background-position: center center;
    background-size: cover;
    display: none
}

@media screen and (min-width:62em) {
    .homepage .promotion .promotion-bg {
        display: block
    }
}

.homepage .promotion p {
    color: #555;
    font-size: 20px;
    padding: 0 15px
}

@media screen and (min-width:75em) {
    .homepage .promotion p {
        padding: 0 15%
    }
}

.homepage .main-content-sections {
    background-color: #eef0f4;
    background-image: url(/Dairy/images/new/pattern-repeatable.png);
    background-repeat: repeat;
    background-size: auto;
    margin-top: 30px
}

@media screen and (min-width:62em) {
    .homepage .main-content-sections {
        margin-top: 0
    }
}

.homepage .main-content-sections .spacer {
    height: 60px
}

@media screen and (min-width:48em) {
    .homepage .main-content-sections .spacer {
        height: 40px
    }
}

@media screen and (min-width:62em) {
    .homepage .main-content-sections .spacer {
        height: 150px
    }
}

.homepage .main-content-sections .main-content {
    position: relative;
    margin-bottom: 300px
}

    .homepage .main-content-sections .main-content:first-of-type {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        margin-bottom: 280px
    }

@media screen and (min-width:62em) {
    .homepage .main-content-sections .main-content:first-of-type {
        -webkit-transform: none;
        transform: none;
        margin-bottom: -25px
    }
}

@media screen and (min-width:62em) {
    .homepage .main-content-sections .main-content {
        margin-top: -25px;
        margin-bottom: -25px
    }
}

.homepage .main-content-sections .main-content .content-blocks {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}

    .homepage .main-content-sections .main-content .content-blocks .content-bg-block {
        background-color: #fff;
        border-radius: 0 10px 10px 0;
        box-shadow: 0 0 25px 0 rgba(70,92,136,.2);
        height: 100%;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        position: relative;
        z-index: 1;
        -webkit-flex: 0 0 calc(100% - 30px);
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px)
    }

@media screen and (min-width:62em) {
    .homepage .main-content-sections .main-content .content-blocks .content-bg-block {
        -webkit-flex: 0 0 calc(50% + 15px);
        -ms-flex: 0 0 calc(50% + 15px);
        flex: 0 0 calc(50% + 15px)
    }
}

.homepage .main-content-sections .main-content .content-blocks .content-image-block {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    overflow: hidden;
    z-index: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: -50px;
    height: 350px
}

@media screen and (min-width:62em) {
    .homepage .main-content-sections .main-content .content-blocks .content-image-block {
        height: calc(100% - 50px);
        margin-top: 25px;
        -webkit-flex: 0 0 calc(50% - 15px);
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px)
    }
}

.homepage .main-content-sections .main-content .content-blocks .content-image-block .content-image {
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    margin: auto auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none !important;
    -webkit-transform: scale(.1);
    transform: scale(.1)
}

.homepage .main-content-sections .main-content .main-content-wrapper {
    position: relative;
    z-index: 2;
    padding: 90px 45px 36px 15px
}

@media screen and (min-width:48em) {
    .homepage .main-content-sections .main-content .main-content-wrapper {
        padding: 45px 45px 55px 75px
    }
}

@media screen and (min-width:62em) {
    .homepage .main-content-sections .main-content .main-content-wrapper {
        padding: 60px 50px 60px 55px
    }
}

@media screen and (min-width:75em) {
    .homepage .main-content-sections .main-content .main-content-wrapper {
        padding: 75px 55px 75px 60px
    }
}

.homepage .main-content-sections .main-content .main-content-wrapper .main-content-icon {
    position: absolute;
    left: 15px;
    top: 30px;
    width: 42px;
    height: auto
}

@media screen and (min-width:48em) {
    .homepage .main-content-sections .main-content .main-content-wrapper .main-content-icon {
        left: 15px;
        top: 45px
    }
}

@media screen and (min-width:62em) {
    .homepage .main-content-sections .main-content .main-content-wrapper .main-content-icon {
        width: 44px;
        top: 60px;
        left: 0
    }
}

@media screen and (min-width:75em) {
    .homepage .main-content-sections .main-content .main-content-wrapper .main-content-icon {
        width: 44px;
        top: 75px;
        left: 0
    }
}

.homepage .main-content-sections .main-content .main-content-wrapper h3 {
    margin-top: 0;
    color: #1a578a;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 18px
}

.homepage .main-content-sections .main-content .main-content-wrapper .subtext {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #555
}

.homepage .main-content-sections .main-content .main-content-wrapper .content-cta {
    text-decoration: underline;
    font-size: 20px;
    font-family: brandon-grotesque;
    font-weight: 700;
    color: #7cb82f !important;
    margin-top: 20px;
    display: block
}

@media screen and (min-width:62em) {
    .homepage .main-content-sections .main-content .main-content-wrapper .content-cta {
        white-space: nowrap
    }
}

.homepage .main-content-sections .main-content .main-content-wrapper .content-cta:hover {
    color: #6ba71e !important
}

    .homepage .main-content-sections .main-content .main-content-wrapper .content-cta:hover .fas {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

.homepage .main-content-sections .main-content .main-content-wrapper .content-cta .fas {
    margin-left: 6px;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    font-size: 12px;
    margin-top: 1px
}

@media screen and (min-width:48em) and (max-width:61.938em) {
    .homepage .main-content-sections .main-content.play-sixty .content-image-block .content-image {
        top: -9975%
    }
}

.homepage .main-content-sections .main-content.main-content-right .main-content-wrapper {
    padding: 90px 15px 36px 45px
}

@media screen and (min-width:48em) {
    .homepage .main-content-sections .main-content.main-content-right .main-content-wrapper {
        padding: 45px 45px 55px 120px
    }
}

@media screen and (min-width:62em) {
    .homepage .main-content-sections .main-content.main-content-right .main-content-wrapper {
        padding: 60px 20px 60px 60px
    }
}

@media screen and (min-width:75em) {
    .homepage .main-content-sections .main-content.main-content-right .main-content-wrapper {
        padding: 75px 55px 75px 60px
    }
}

.homepage .main-content-sections .main-content.main-content-right .main-content-wrapper .main-content-icon {
    left: 45px
}

@media screen and (min-width:48em) {
    .homepage .main-content-sections .main-content.main-content-right .main-content-wrapper .main-content-icon {
        top: 45px;
        left: 60px
    }
}

@media screen and (min-width:62em) {
    .homepage .main-content-sections .main-content.main-content-right .main-content-wrapper .main-content-icon {
        top: 60px;
        left: 5px
    }
}

@media screen and (min-width:75em) {
    .homepage .main-content-sections .main-content.main-content-right .main-content-wrapper .main-content-icon {
        top: 75px;
        left: 0
    }
}

.homepage .main-content-sections .main-content.main-content-right .content-blocks {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .homepage .main-content-sections .main-content.main-content-right .content-blocks .content-bg-block {
        background-color: #fff;
        border-radius: 10px 0 0 10px;
        float: right
    }

@media screen and (min-width:62em) {
    .homepage .main-content-sections .main-content.main-content-right .content-blocks .content-bg-block {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (min-width:62em) {
    .homepage .main-content-sections .main-content.main-content-right .content-blocks .content-image-block {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.homepage .main-content-sections .main-content.main-content-right .main-content-col {
    float: right
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .homepage .main-content-sections .main-content .content-blocks .content-bg-block {
        -webkit-flex: 0 0 96%;
        -ms-flex: 0 0 96%;
        flex: 0 0 96%
    }

    .homepage .main-content-sections .main-content .content-blocks .content-image-block {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.local-checkoff p {
    color: #555 !important
}

.local-checkoff .hero {
    padding-top: 30px
}

@media screen and (min-width:62em) {
    .local-checkoff .hero {
        padding-top: 50px
    }
}

@media screen and (min-width:48em) {
    .local-checkoff .hero .hero-text {
        margin-bottom: 30px
    }
}

.local-checkoff .hero .hero-text h1 {
    font-size: 42px
}

.local-checkoff .hero .hero-text p {
    margin-top: 20px
}

.local-checkoff .hero .local-checkoff-image-wrapper {
    display: none
}

@media screen and (min-width:48em) {
    .local-checkoff .hero .local-checkoff-image-wrapper {
        display: block
    }
}

.local-checkoff .hero .jump-to-wrapper {
    margin-top: 30px
}

    .local-checkoff .hero .jump-to-wrapper .jump-to-heading {
        font-weight: 900;
        font-family: brandon-grotesque;
        color: #333 !important;
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px
    }

    .local-checkoff .hero .jump-to-wrapper .jump-to-links {
        display: none
    }

@media screen and (min-width:48em) {
    .local-checkoff .hero .jump-to-wrapper .jump-to-links {
        margin-bottom: 50px;
        display: block
    }
}

.local-checkoff .hero .jump-to-wrapper .jump-to-links .jump-to-link {
    text-decoration: underline;
    color: #1a578a !important;
    font-weight: 700;
    display: inline-block
}

@media screen and (min-width:48em) {
    .local-checkoff .hero .jump-to-wrapper .jump-to-links .jump-to-link {
        font-size: 16px;
        margin-right: 30px;
        line-height: 2
    }

        .local-checkoff .hero .jump-to-wrapper .jump-to-links .jump-to-link:hover {
            color: #104571 !important
        }
}

.local-checkoff .hero .jump-to-wrapper .mobile-jump-to-links {
    display: block;
    margin-bottom: 44px
}

    .local-checkoff .hero .jump-to-wrapper .mobile-jump-to-links select {
        width: 100%;
        padding: 5px 12px
    }

    .local-checkoff .hero .jump-to-wrapper .mobile-jump-to-links .SumoSelect {
        width: 100%
    }

        .local-checkoff .hero .jump-to-wrapper .mobile-jump-to-links .SumoSelect .CaptionCont {
            border-radius: 3px;
            border: 1px solid rgba(0,0,0,.22);
            padding: 8px 12px;
            width: 100%
        }

            .local-checkoff .hero .jump-to-wrapper .mobile-jump-to-links .SumoSelect .CaptionCont label {
                margin-bottom: 0;
                width: 36px;
                background: linear-gradient(to top,#035fff,#4aa0f9);
                border-radius: 0 3px 3px 0
            }

                .local-checkoff .hero .jump-to-wrapper .mobile-jump-to-links .SumoSelect .CaptionCont label i {
                    background-image: url(/Dairy/images/new/arrow-down-white.svg);
                    background-position: center center;
                    background-size: cover;
                    background-repeat: no-repeat
                }

        .local-checkoff .hero .jump-to-wrapper .mobile-jump-to-links .SumoSelect.open .CaptionCont label i {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

@media screen and (min-width:48em) {
    .local-checkoff .hero .jump-to-wrapper .mobile-jump-to-links {
        display: none
    }
}

.local-checkoff .state-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .local-checkoff .state-grid::before {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .local-checkoff .state-grid .state-card {
        margin-bottom: 32px
    }

        .local-checkoff .state-grid .state-card h2 {
            font-size: 32px;
            line-height: 1.2;
            margin: 0;
            margin-bottom: 10px;
            font-weight: 700
        }

@media screen and (min-width:48em) {
    .local-checkoff .state-grid .state-card h2 {
        margin-bottom: 8px
    }
}

.local-checkoff .state-grid .state-card .checkoff-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #555
}

@media screen and (min-width:48em) {
    .local-checkoff .state-grid .state-card .checkoff-name {
        margin-bottom: 10px
    }
}

.local-checkoff .state-grid .state-card a, .local-checkoff .state-grid .state-card span {
    font-size: 16px;
    display: block;
    line-height: 1.15;
    margin-bottom: 6px
}

.local-checkoff .state-grid .state-card a {
    color: #1a578a !important
}

    .local-checkoff .state-grid .state-card a:hover {
        text-decoration: underline
    }

#nav header {
    width: 100%;
    background-color: #fff;
    transition: top .5s ease;
    position: fixed;
    z-index: 10;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    height: 60px
}

    #nav header a {
        text-decoration: none
    }

        #nav header a:hover {
            text-decoration: underline
        }

@media screen and (min-width:62em) {
    #nav header {
        height: 100px;
        background-color: #fff;
        padding: 0;
        transition: all .33s ease;
        box-shadow: 0 5px 20px 0 rgba(0,0,0,.15)
    }
}

#nav header .row-header {
    padding-top: 16px;
    height: 60px;
    position: relative;
    z-index: 2;
    background-color: #fff
}

@media screen and (min-width:62em) {
    #nav header .row-header {
        position: unset;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

#nav header .mobile-subnav {
    height: calc(100vh - 60px);
    width: 100%;
    background-color: #eff2f5;
    padding: 15px;
    padding-bottom: 60px;
    padding-top: 20px;
    position: relative
}

@media screen and (min-width:48em) {
    #nav header .mobile-subnav {
        height: calc(100vh - 58px);
        width: calc(100vw + 10px);
        margin-left: calc((100vw - 710px)/ -2);
        padding: 20px calc((100vw - 640px)/ 2) 20px
    }
}

#nav header .mobile-subnav::after {
    position: absolute;
    content: " ";
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    width: 120%;
    left: -10%;
    top: -60px;
    height: 60px;
    z-index: 1;
    bottom: 0
}

#nav header .mobile-subnav .search {
    padding: 0;
    font-size: 16px;
    margin-bottom: 20px
}

    #nav header .mobile-subnav .search input {
        padding: 10px 20px;
        height: 45px;
        border-radius: 25px 0 0 25px;
        padding-top: 11px;
        font-size: 16px
    }

        #nav header .mobile-subnav .search input::-webkit-input-placeholder {
            font-size: 16px;
            line-height: 1;
            overflow: visible
        }

        #nav header .mobile-subnav .search input:-ms-input-placeholder {
            font-size: 16px;
            line-height: 1;
            overflow: visible
        }

        #nav header .mobile-subnav .search input::placeholder {
            font-size: 16px;
            line-height: 1;
            overflow: visible
        }

    #nav header .mobile-subnav .search .input-group-btn .btn-search {
        border-radius: 0 25px 25px 0;
        width: 60px;
        background-color: #1a578a;
        border: 1px solid #1a578a;
        background-image: url(/Dairy/images/new/search-icon.png) !important;
        background-size: 23px
    }

        #nav header .mobile-subnav .search .input-group-btn .btn-search:hover {
            background-color: #104571;
            border: 1px solid #104571
        }

#nav header .mobile-subnav .mobile-subnav-links {
    padding-left: 15px;
    padding-right: 15px
}

    #nav header .mobile-subnav .mobile-subnav-links .nav-link {
        font-family: brandon-grotesque;
        font-size: 26px;
        padding: 18px 0;
        border-bottom: 2px solid #dad9d9;
        font-weight: 900;
        display: block;
        position: relative
    }

        #nav header .mobile-subnav .mobile-subnav-links .nav-link a {
            display: block;
            color: #333 !important
        }

        #nav header .mobile-subnav .mobile-subnav-links .nav-link .fas {
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-48%);
            transform: translateY(-48%);
            font-size: 18px
        }

#nav header .mobile-subnav-subnav {
    position: absolute;
    top: 60px
}

    #nav header .mobile-subnav-subnav::after {
        display: none
    }

    #nav header .mobile-subnav-subnav .about-back {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: #d5dbe1;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: -20px;
        padding: 18px 30px
    }

@media screen and (min-width:48em) {
    #nav header .mobile-subnav-subnav .about-back {
        width: calc(100vw + 10px);
        margin-left: calc((100vw - 645px)/ -2);
        padding: 18px calc((100vw - 610px)/ 2)
    }
}

#nav header .mobile-subnav-subnav .about-back div {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

    #nav header .mobile-subnav-subnav .about-back div .fas, #nav header .mobile-subnav-subnav .about-back div p {
        display: inline-block
    }

    #nav header .mobile-subnav-subnav .about-back div p {
        font-family: brandon-grotesque;
        font-size: 22px;
        color: #9da2a7 !important;
        border-bottom: 1px solid #dad9d9;
        font-weight: 700;
        margin: 0
    }

#nav header .mobile-subnav-subnav .about-back .back-text {
    text-align: right;
    color: #1a578a !important
}

    #nav header .mobile-subnav-subnav .about-back .back-text p {
        color: #1a578a !important
    }

    #nav header .mobile-subnav-subnav .about-back .back-text .fas {
        font-size: 16px;
        margin-right: 4px;
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

#nav header .mobile-subnav-subnav .mobile-subnav-links .nav-link {
    font-size: 24px;
    padding: 20px 0;
    font-weight: 900;
    display: block;
    position: relative
}

    #nav header .mobile-subnav-subnav .mobile-subnav-links .nav-link > a {
        display: block;
        color: #333 !important
    }

#nav header .mobile-subnav-subnav .mobile-subnav-links .subnav-secondary-link-wrapper {
    margin-top: 16px
}

    #nav header .mobile-subnav-subnav .mobile-subnav-links .subnav-secondary-link-wrapper .subnav-link {
        font-weight: 600;
        font-family: Cabin;
        font-size: 15px;
        color: #555 !important;
        position: relative;
        margin: 0;
        margin-bottom: 12px
    }

        #nav header .mobile-subnav-subnav .mobile-subnav-links .subnav-secondary-link-wrapper .subnav-link:last-of-type {
            margin-bottom: 0
        }

        #nav header .mobile-subnav-subnav .mobile-subnav-links .subnav-secondary-link-wrapper .subnav-link .fas {
            display: inline-block;
            position: relative;
            margin-left: 3px;
            font-size: 11px;
            margin-top: 6px;
            vertical-align: middle
        }

#nav header .logo {
    padding-left: 30px;
    margin-top: 3px
}

@media screen and (min-width:62em) {
    #nav header .logo {
        margin-top: 0;
        padding-left: 15px
    }
}

#nav header .logo a {
    display: block;
    line-height: 0
}

    #nav header .logo a .logo-mobile {
        margin-top: 2px;
        max-width: 280px !important
    }

@media screen and (min-width:48em) {
    #nav header .logo a .logo-mobile {
        max-width: 100% !important;
        margin-top: 0
    }
}

@media screen and (min-width:62em) {
    #nav header .logo a .logo-mobile {
        display: none
    }
}

#nav header .logo a .logo-desktop {
    display: none
}

@media screen and (min-width:62em) {
    #nav header .logo a .logo-desktop {
        display: block
    }
}

@media screen and (min-width:62em) {
    #nav header .logo {
        padding-right: 40px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

#nav header .logo img {
    width: 100%;
    margin-bottom: 0
}

@media screen and (min-width:62em) {
    #nav header .logo img {
        width: 165px;
        margin-right: 40px;
        margin-bottom: 0
    }
}

#nav header .container-nav-links {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    position: unset;
    display: none
}

@media screen and (min-width:62em) {
    #nav header .container-nav-links {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

#nav header .container-nav-links .nav-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100px
}

    #nav header .container-nav-links .nav-link a {
        color: #555 !important;
        cursor: pointer
    }

    #nav header .container-nav-links .nav-link:hover > a {
        color: #1a578a !important;
        text-decoration: underline
    }

    #nav header .container-nav-links .nav-link .search {
        padding: 0;
        font-size: 16px
    }

@media screen and (min-width:62em) {
    #nav header .container-nav-links .nav-link .search {
        width: 250px
    }
}

#nav header .container-nav-links .nav-link .search input {
    padding: 10px 20px;
    height: 45px;
    border-radius: 25px 0 0 25px;
    padding-top: 12px;
    font-size: 16px
}

    #nav header .container-nav-links .nav-link .search input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 1;
        overflow: visible
    }

    #nav header .container-nav-links .nav-link .search input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 1;
        overflow: visible
    }

    #nav header .container-nav-links .nav-link .search input::placeholder {
        font-size: 16px;
        line-height: 1;
        overflow: visible
    }

#nav header .container-nav-links .nav-link .search .input-group-btn .btn-search {
    border-radius: 0 25px 25px 0;
    width: 60px;
    background-color: #1a578a;
    border: 1px solid #1a578a;
    background-image: url(/Dairy/images/new/search-icon.png) !important;
    background-size: 23px
}

    #nav header .container-nav-links .nav-link .search .input-group-btn .btn-search:hover {
        background-color: #104571;
        border: 1px solid #104571
    }

#nav header .container-nav-links #about-nav-link .nav-link-text {
    position: relative
}

    #nav header .container-nav-links #about-nav-link .nav-link-text .fas {
        cursor: pointer;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -18px;
        color: #555 !important;
        transition: bottom .2s ease
    }

#nav header .container-nav-links #about-nav-link .subnav {
    display: none;
    width: 100%;
    z-index: 2;
    margin-top: 10px;
    padding-bottom: 20px
}

@media screen and (min-width:62em) {
    #nav header .container-nav-links #about-nav-link .subnav {
        background-color: #eff2f5;
        top: 100px;
        left: -20px;
        padding: 50px 0;
        margin-top: 0;
        cursor: default;
        box-shadow: inset 0 5px 20px 0 rgba(0,0,0,.15);
        position: fixed;
        width: calc(100% + 40px)
    }

        #nav header .container-nav-links #about-nav-link .subnav::after {
            position: absolute;
            content: " ";
            background-color: #eff2f5;
            width: 100%;
            height: 60px;
            z-index: -1;
            bottom: 0
        }

        #nav header .container-nav-links #about-nav-link .subnav .subnav-primary-link-wrapper, #nav header .container-nav-links #about-nav-link .subnav .subnav-secondary-link-wrapper {
            margin-bottom: 24px;
            display: block
        }

            #nav header .container-nav-links #about-nav-link .subnav .subnav-primary-link-wrapper .fas, #nav header .container-nav-links #about-nav-link .subnav .subnav-secondary-link-wrapper .fas {
                transition: -webkit-transform .2s ease;
                transition: transform .2s ease;
                transition: transform .2s ease,-webkit-transform .2s ease
            }

        #nav header .container-nav-links #about-nav-link .subnav .subnav-secondary-link-wrapper {
            margin-top: -10px
        }

        #nav header .container-nav-links #about-nav-link .subnav .subnav-link-primary {
            color: #1a578a !important;
            font-weight: 900;
            font-family: brandon-grotesque;
            font-size: 20px
        }

            #nav header .container-nav-links #about-nav-link .subnav .subnav-link-primary .fas {
                font-size: 13px;
                margin-left: 4px
            }

            #nav header .container-nav-links #about-nav-link .subnav .subnav-link-primary:hover .fas {
                -webkit-transform: translateX(4px);
                transform: translateX(4px)
            }

        #nav header .container-nav-links #about-nav-link .subnav .subnav-link-secondary {
            color: #555 !important;
            margin-bottom: 14px;
            display: block;
            font-weight: 600
        }

            #nav header .container-nav-links #about-nav-link .subnav .subnav-link-secondary .fas {
                font-size: 11px;
                margin-left: 2px
            }

            #nav header .container-nav-links #about-nav-link .subnav .subnav-link-secondary:hover .fas {
                -webkit-transform: translateX(3px);
                transform: translateX(3px)
            }

        #nav header .container-nav-links #about-nav-link .subnav .subnav-card {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            overflow: hidden;
            border-radius: 5px;
            box-shadow: 0 0 15px 0 rgba(70,92,136,.15);
            background-color: #fff
        }

            #nav header .container-nav-links #about-nav-link .subnav .subnav-card .subnav-card-content {
                -webkit-flex: 0 0 62%;
                -ms-flex: 0 0 62%;
                flex: 0 0 62%;
                margin-right: 20px;
                padding: 30px 10px 30px 30px
            }

                #nav header .container-nav-links #about-nav-link .subnav .subnav-card .subnav-card-content .subnav-content-header {
                    font-family: brandon-grotesque;
                    font-weight: 900;
                    color: #333 !important;
                    line-height: 1.2;
                    font-size: 24px;
                    margin-bottom: 12px
                }

                #nav header .container-nav-links #about-nav-link .subnav .subnav-card .subnav-card-content .subnav-content-body {
                    line-height: 1.5;
                    color: #555 !important
                }

                #nav header .container-nav-links #about-nav-link .subnav .subnav-card .subnav-card-content .subnav-card-link {
                    color: #1a578a !important;
                    margin-top: 12px;
                    display: block;
                    font-weight: 600
                }

                    #nav header .container-nav-links #about-nav-link .subnav .subnav-card .subnav-card-content .subnav-card-link .fas {
                        font-size: 11px;
                        margin-left: 3px;
                        transition: -webkit-transform .2s ease;
                        transition: transform .2s ease;
                        transition: transform .2s ease,-webkit-transform .2s ease
                    }

                    #nav header .container-nav-links #about-nav-link .subnav .subnav-card .subnav-card-content .subnav-card-link:hover {
                        text-decoration: underline
                    }

                        #nav header .container-nav-links #about-nav-link .subnav .subnav-card .subnav-card-content .subnav-card-link:hover .fas {
                            -webkit-transform: translateX(3px);
                            transform: translateX(3px)
                        }

            #nav header .container-nav-links #about-nav-link .subnav .subnav-card .subnav-card-image-wrapper {
                width: 36%;
                -webkit-flex: 0 0 calc(38% - 11px);
                -ms-flex: 0 0 calc(38% - 11px);
                flex: 0 0 calc(38% - 11px);
                overflow: hidden;
                background-image: url(/Dairy/images/new/subnav-card-image.jpg);
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat
            }
}

#nav header .container-nav-links #about-nav-link .nav-link-text a {
    text-decoration: none
}

#nav header .container-nav-links #about-nav-link:hover .subnav {
    display: block
}

#nav header .container-nav-links #about-nav-link:hover .nav-link-text > a {
    color: #1a578a !important;
    text-decoration: underline
}

#nav header .container-nav-links #about-nav-link:hover .nav-link-text .fas {
    bottom: -22px
}

#nav .nav-mobile-link .menu-toggle {
    cursor: pointer;
    text-align: right;
    width: 100%;
    padding-right: 30px
}

    #nav .nav-mobile-link .menu-toggle #nav-hamburger {
        width: 35px;
        height: 41px;
        position: relative;
        float: right;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transition: .3s ease-in-out;
        cursor: pointer
    }

        #nav .nav-mobile-link .menu-toggle #nav-hamburger span {
            display: block;
            position: absolute;
            height: 3px;
            border-radius: 6px;
            width: 100%;
            background-color: #333;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            transition: .25s ease-in-out
        }

            #nav .nav-mobile-link .menu-toggle #nav-hamburger span:nth-child(1) {
                top: 0;
                opacity: 1
            }

            #nav .nav-mobile-link .menu-toggle #nav-hamburger span:nth-child(2) {
                top: 12px
            }

            #nav .nav-mobile-link .menu-toggle #nav-hamburger span:nth-child(3) {
                top: 12px
            }

            #nav .nav-mobile-link .menu-toggle #nav-hamburger span:nth-child(4) {
                top: 24px;
                opacity: 1
            }

        #nav .nav-mobile-link .menu-toggle #nav-hamburger .menu-text:after {
            content: ' ';
            font-size: 12px;
            display: block;
            margin-top: 3px;
            text-align: center;
            width: 35px
        }

    #nav .nav-mobile-link .menu-toggle.open #nav-hamburger span:nth-child(1) {
        top: 12px;
        opacity: 0
    }

    #nav .nav-mobile-link .menu-toggle.open #nav-hamburger span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #nav .nav-mobile-link .menu-toggle.open #nav-hamburger span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #nav .nav-mobile-link .menu-toggle.open #nav-hamburger span:nth-child(4) {
        top: 12px;
        opacity: 0
    }

    #nav .nav-mobile-link .menu-toggle.open #nav-hamburger .menu-text:after {
        content: ' '
    }

@media screen and (min-width:62em) {
    #nav .nav-mobile-link {
        display: none
    }
}

.resources-page .container .row:not(:first-child):not(:last-child) {
    padding: 0
}

.resources-page p {
    color: #555
}

.resources-page .hero {
    padding-top: 30px
}

@media screen and (min-width:62em) {
    .resources-page .hero {
        padding-top: 50px
    }
}

.resources-page .hero .hero-text {
    margin-bottom: 30px
}

    .resources-page .hero .hero-text h1 {
        font-size: 42px
    }

    .resources-page .hero .hero-text p {
        margin-top: 20px
    }

.resources-page .hero .jump-to-wrapper .jump-to-heading {
    font-weight: 900;
    font-family: brandon-grotesque;
    color: #333;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px
}

.resources-page .hero .jump-to-wrapper .jump-to-links {
    margin-bottom: 30px
}

    .resources-page .hero .jump-to-wrapper .jump-to-links .jump-to-link {
        text-decoration: underline;
        color: #1a578a !important;
        font-weight: 700;
        display: inline-block;
        font-size: 19px;
        margin-right: 40px
    }

@media screen and (min-width:48em) {
    .resources-page .hero .jump-to-wrapper .jump-to-links .jump-to-link {
        margin-right: 30px;
        line-height: 2
    }

        .resources-page .hero .jump-to-wrapper .jump-to-links .jump-to-link:hover {
            color: #104571 !important
        }
}

.resources-page .resource-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

@media screen and (min-width:48em) {
    .resources-page .resource-grid {
        margin-bottom: 30px
    }
}

.resources-page .resource-grid .section-header h2 {
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 0
}

@media screen and (min-width:48em) {
    .resources-page .resource-grid .section-header h2 {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.resources-page .resource-grid .card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

    .resources-page .resource-grid .card .card-link {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        transition: all .7s ease;
        text-decoration: none !important
    }

        .resources-page .resource-grid .card .card-link .card-wrapper {
            width: 100%;
            height: auto;
            box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
            margin-bottom: 20px;
            transition: all .2s linear;
            padding: 20px 40px 50px 30px;
            position: relative;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto
        }

            .resources-page .resource-grid .card .card-link .card-wrapper.reports-card {
                border-left: 15px solid #1a578a !important
            }

                .resources-page .resource-grid .card .card-link .card-wrapper.reports-card .resource-link {
                    color: #1a578a !important
                }

            .resources-page .resource-grid .card .card-link .card-wrapper.financials-card {
                border-left: 15px solid #7cb82f !important
            }

                .resources-page .resource-grid .card .card-link .card-wrapper.financials-card .resource-link {
                    color: #7cb82f !important
                }

            .resources-page .resource-grid .card .card-link .card-wrapper.bylaws-card {
                border-left: 15px solid #b9b9b9 !important
            }

                .resources-page .resource-grid .card .card-link .card-wrapper.bylaws-card .resource-link {
                    color: #1a578a !important
                }

            .resources-page .resource-grid .card .card-link .card-wrapper.minutes-card {
                border-left: 15px solid #d9534f !important
            }

                .resources-page .resource-grid .card .card-link .card-wrapper.minutes-card .resource-link {
                    color: #1a578a !important
                }

            .resources-page .resource-grid .card .card-link .card-wrapper.facts-card {
                border-left: 15px solid #1a578a !important
            }

                .resources-page .resource-grid .card .card-link .card-wrapper.facts-card .resource-link {
                    color: #1a578a !important
                }

            .resources-page .resource-grid .card .card-link .card-wrapper .resource-title {
                font-size: 22px;
                line-height: 1.4;
                color: #333 !important;
                font-weight: 700;
                -webkit-flex: 1 0 auto;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto;
                text-decoration: none !important
            }

            .resources-page .resource-grid .card .card-link .card-wrapper .resource-link {
                text-decoration: underline;
                position: absolute;
                bottom: 20px;
                left: 30px;
                margin: 0
            }

@media screen and (min-width:62em) {
    .resources-page .resource-grid .card .card-link:hover {
        text-decoration: none;
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

        .resources-page .resource-grid .card .card-link:hover .card-wrapper {
            box-shadow: 0 0 15px 4 rgba(0,0,0,.15)
        }

            .resources-page .resource-grid .card .card-link:hover .card-wrapper.reports-card {
                border-left: 15px solid #104571 !important
            }

            .resources-page .resource-grid .card .card-link:hover .card-wrapper.financials-card {
                border-left: 15px solid #6ba71e !important
            }

            .resources-page .resource-grid .card .card-link:hover .card-wrapper.bylaws-card {
                border-left: 15px solid #8f8f8f !important
            }

            .resources-page .resource-grid .card .card-link:hover .card-wrapper.minutes-card {
                border-left: 15px solid #d9534f !important
            }

            .resources-page .resource-grid .card .card-link:hover .card-wrapper.facts-card {
                border-left: 15px solid #104571 !important
            }

        .resources-page .resource-grid .card .card-link:hover .resource-title {
            text-decoration: none;
            color: #333 !important
        }
}

body {
    background-color: #fff;
    background-image: none;
    display: block;
    height: auto;
    padding-top: 60px
}

    body form {
        padding-top: 60px
    }

        body form #nav {
            margin-top: -120px;
            margin-bottom: 60px
        }

@media screen and (min-width:62em) {
    body {
        padding-top: 100px
    }

        body form {
            padding-top: 100px
        }

            body form #nav {
                margin-top: -200px;
                margin-bottom: 100px
            }
}

@media (min-width:1010px) {
    body .container {
        max-width: 940px
    }
}

@media screen and (min-width:75em) {
    body .container {
        max-width: 1140px
    }
}

h1, h2, h3, h4, h5 {
    font-family: sans-serif;
    font-family: brandon-grotesque;
    text-transform: none;
    font-weight: 900
}

p {
    font-family: sans-serif;
    font-family: Cabin;
    font-weight: 400;
    line-height: 1.4
}

.button {
    font-family: sans-serif;
    font-family: brandon-grotesque;
    font-weight: 700
}

@media screen and (min-width:62em) and (-ms-high-contrast:active),screen and (min-width:62em) and (-ms-high-contrast:none) {
    .homepage .main-content-sections .main-content .content-blocks .content-bg-block {
        -webkit-flex: 0 0 51%;
        -ms-flex: 0 0 51%;
        flex: 0 0 51%
    }

    .homepage .main-content-sections .main-content .content-blocks .content-image-block {
        -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%
    }
}
