﻿
/**********
 * Global *
 **********/

html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4d4d4d;
    height: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    height: 100%;
}

.cell-hide-small {
    display: none !important;
}

/**********
 * Header *
 **********/

/* Desktop Navigation */

header .main-menu-wrapper {
    padding: 0px 30px;
    z-index: 10;
    width: 100%;
    /*background-color: #193449;*/
}

    header .main-menu-wrapper.fixed {
        position: fixed;
        top: 0;
        width: 100%;
    }

    header .main-menu-wrapper .logo-wrapper {
        position: relative;
    }

        header .main-menu-wrapper .logo-wrapper .logo {
            margin: 10px 0px 10px 0px;
            z-index: 10;
        }

            header .main-menu-wrapper .logo-wrapper .logo img {
                max-height: 50px;
            }

    header .main-menu-wrapper ul {
        list-style: none;
        padding: 0px 0px 20px 0px;
        margin: 0px;
    }

        header .main-menu-wrapper ul > li {
            display: inline-block;
            vertical-align: middle;
            padding: 0px 20px;
        }

            header .main-menu-wrapper ul > li a {
                display: table-cell;
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: 16px;
                line-height: 26px;
                font-weight: 500;
                color: #ffffff;
                text-transform: uppercase;
                text-decoration: none;
                padding: 0px !important;
                border-bottom: 2px solid #193449;
            }

                header .main-menu-wrapper ul li a.active,
                header .main-menu-wrapper ul > li a:hover {
                    border-bottom: 2px solid #ffffff;
                }

    /* Powered By */

    header .main-menu-wrapper .powered-by-table {
        display: table;
        margin: 0px 0 0 auto;
    }

        header .main-menu-wrapper .powered-by-table .powered-by-cell {
            display: table-cell;
            vertical-align: middle;
        }

            header .main-menu-wrapper .powered-by-table .powered-by-cell.text {
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: 14px;
                line-height: 24px;
                font-weight: normal;
                color: #7f8a95;
            }

            header .main-menu-wrapper .powered-by-table .powered-by-cell.image {
                padding: 0px 0px 0px 10px;
            }

                header .main-menu-wrapper .powered-by-table .powered-by-cell.image img {
                    max-height: 38px;
                }

/* Top Navigation */

.top-navigation {
    padding: 10px 0px;
}

    .top-navigation .nav-table {
        display: table;
        margin: 10px 0 0 auto;
    }

        .top-navigation .nav-table .nav-cell {
            display: table-cell;
            vertical-align: middle;
            padding: 20px;
        }

/*            .top-navigation .nav-table .nav-cell.padding {
                padding: 0px 0px 0px 10px;
            }*/

            .top-navigation .nav-table .nav-cell a.nav-link {
                display: inline-block;
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: 20px;
                line-height: 24px;
                font-weight: 500;
                color: #000;
                text-decoration: none;
                border-bottom: 4px solid transparent;
            }

                .top-navigation .nav-table .nav-cell a.nav-link:hover,
                .top-navigation .nav-table .nav-cell a.nav-link.active {
                    border-bottom: 4px solid #ce347b;
                }

            .top-navigation .nav-table .nav-cell .material-symbols-outlined.item-icon {
                vertical-align: top;
                color: #ffffff;
                font-size: 21px;
                padding: 0px 0px 0px 5px;
            }

            .top-navigation .nav-table .nav-cell a.nav-button {
                display: inline-block;
                border-radius: 10px;
                background-color: #ce347b;
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: 18px;
                line-height: 26px;
                font-weight: bold;
                text-transform: uppercase;
                color: #ffffff;
                padding: 15px 40px;
            }

                .top-navigation .nav-table .nav-cell a.nav-button:hover {
                    background-color: #F51F82;
                    text-decoration: none;
                }

.top-navigation-account-header {
    text-align: right;
    padding: 42px 50px;
    font-size: 18px;
    line-height: 42px;
    font-weight: bold;
}

    .top-navigation-account-header a.blue {
        color: #0572ba;
    }

/* Navigation */
.mobile-nav-wrapper {
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 100;
    height: 60px;
}

    .mobile-nav-wrapper .mobile-logo {
        position: relative;
    }

        .mobile-nav-wrapper .mobile-logo .logo {
            position: absolute;
            margin-top: 5px;
            left: 10px;
        }

            .mobile-nav-wrapper .mobile-logo .logo img {
                max-height: 50px;
            }

nav, .navbar-toggle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

nav {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: left;
    display: table;
    color: #000;
    background-color: #ffffff;
    padding: 60px 0px 0px 0px;
    margin-top: -10px;
}

    nav ul {
        display: table-cell;
        /*vertical-align: middle;*/
        padding: 30px 80px 30px 30px;
    }

        nav ul li {
            list-style: none;
            line-height: 20px;
            padding: 0px 0px 3px 0px;
        }

            nav ul li a {
                display: inline-block;
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: 32px;
                font-weight: bold;
                color: inherit;
                text-decoration: none;
                padding: 20px 0px;
            }

                nav ul li a:hover {
                    text-decoration: underline;
                    color: #ffffff;
                }

/*            nav ul li.outline a {
                margin: 25px 0px;
                padding: 2px 20px;
                border-radius: 20px;
                border: solid 1px #ffffff;
            }

            nav ul li.outline:hover a {
                color: #193449;
                background-color: #ffffff;
                text-decoration: none;
            }*/

            nav ul li p {
                display: inline-block;
                font-size: 14px;
                line-height: 14px;
                font-weight: normal;
                color: inherit;
                text-decoration: none;
                margin: 0;
            }

                nav ul li p a {
                    display: inline-block;
                    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                    font-size: 14px;
                    font-weight: normal;
                    color: #0572ba;
                    text-decoration: none;
                    padding: 0px;
                    margin: 0;
                }

.nav-hide {
    display: none;
}

.navbar-toggle {
    position: relative;
    top: 20px;
    right: 25px;
    width: 29px;
    height: 29px;
    z-index: 20;
    cursor: pointer;
    float: right;
}

.bar1, .bar2, .bar3 {
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

.navbar-on .bar1, .navbar-on .bar2, .navbar-on .bar3 {
    background-color: #000;
}

.navbar-on .bar1 {
    transform-origin: 10% 40%;
    transform: rotate(45deg);
}

.navbar-on .bar3 {
    transform-origin: 10% 40%;
    transform: rotate(-45deg);
}

.navbar-on .bar2 {
    background-color: transparent;
}

/* Powered By */

nav .powered-by {
    display: inline-block;
    margin: 50px auto 0px auto;
}

    nav .powered-by .text {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 24px;
        font-weight: normal;
        color: #7f8a95;
    }

    nav .powered-by .image {
        padding: 10px 0px 0px 0px;
    }

        nav .powered-by .image img {
            max-height: 38px;
        }

/**********
 * Footer *
 **********/

footer {
    padding: 20px 0px;
}

    footer img.beef-passport {
        max-height: 90px;
        margin: 0px 10px;
    }

    footer img.wfcf {
        margin: 0px 10px;
    }

.wfcf-image-map-wrapper {
    position: relative;
}
    .wfcf-image-map-wrapper .wfcf-image-map area {
        height: 125px;
        width: 112px;
        cursor: pointer;
        position: absolute;
    }

    .wfcf-image-map-wrapper .wfcf-image-map .image-map-area-imi {
        top: 0;
        left: 0;
    }

    .wfcf-image-map-wrapper .wfcf-image-map .image-map-area-wfcf {
        top: 0;
        left: 112px;
    }


    footer p {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 36px;
        color: #000;
        margin: 0px;
        padding: 10px 0px;
    }

        footer p a {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 14px;
            line-height: 36px;
            color: #000;
            text-decoration: none;
        }

            footer p a:hover {
                text-decoration: underline;
                color: #787878;
            }

/* Join Today */

.join-footer .bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 500px;
    background-image: url('/images/footer2.jpg');
    display: table;
}

.join-footer .content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

    .join-footer .content-wrapper .content {
        margin: 0 auto;
        text-align: center;
        padding: 0px 20px;
    }

        .join-footer .content-wrapper .content h2 {
            font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 500;
            color: #ffffff;
            margin: 0px;
            padding: 0px;
            font-size: 50px;
            line-height: 58px;
        }


        .join-footer .content-wrapper .content h4 {
            font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: bold;
            color: #ffffff;
            margin: 0px;
            padding: 0px;
            font-size: 14px;
            line-height: 24px;
        }

/********
 * Body *
 ********/

.main-body {
    /*margin-top: 60px;*/
}

/***********
 * Headers *
 ***********/

.second-level-header-wrapper {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    display: table;
}

    .second-level-header-wrapper .second-level-header-content {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 200px;
        padding: 0px 10px;
    }

        .second-level-header-wrapper .second-level-header-content h1 {
            font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: normal;
            /*color: #ffffff;*/
            text-align: center;
            padding: 0px;
            margin-top: 100px;
            font-size: 30px;
            line-height: 40px;
            padding: 10px 0px;
        }

    /* Page Images */

    .second-level-header-wrapper.about {
        background-image: url('/images/hdr-about2.jpg');
    }

    /*.second-level-header-wrapper.error,*/
    .second-level-header-wrapper.login,
    .second-level-header-wrapper.logout,
    .second-level-header-wrapper.forgot-password,
    .second-level-header-wrapper.reset-password {
        background-image: url('/images/bg-login.jpg');
        height: 100vh;
    }

    .second-level-header-wrapper.privacy {
        background-image: url('/images/bg-full.jpg');
        background-position: top 30% center;
    }

    .second-level-header-wrapper.register-program {
        background-image: url('/images/hdr-program-registration-2x.jpg');
    }

    .second-level-header-wrapper.news {
        background-image: url('/images/hdr-news2.jpg');
    }

    .second-level-header-wrapper.register-tag-tool {
       /* background-image: url('/images/hdr-tag-tool-registration-2x.jpg');*/
    }

    .second-level-header-wrapper.sign-up {
        background-image: url('/images/hdr-sign-up-2x.jpg');
    }

    .second-level-header-wrapper.tag-lookup {
        background-image: url('/images/hdr-tag-lookup2.jpg');
    }

    .second-level-header-wrapper.videos {
        background-image: url('/images/hdr-videos-2x.jpg');
    }

/* Headers */

h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 30px;
    line-height: 40px;
}

h2, h2 a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
}

    h2 a:hover {
        color: #000000;
        text-decoration: underline;
    }

h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

h5 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

/* Titles */

.section-title {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-align: center;
    color: #131313;
    padding: 0px 0px 50px 0px;
    font-size: 40px;
    line-height: 50px;
}

.section-sub-title {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #131313;
    padding: 0px 0px 10px 0px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
}

/************
 * Sections *
 ************/

.section-wrapper {
    padding: 50px 0px;
}

    .section-wrapper.no-top {
        padding: 0px 0px 50px 0px;
    }

    .section-wrapper.no-bottom {
        padding: 50px 0px 0px 0px;
    }

    .section-wrapper .section-separator {
        border-top: 1px solid #e4e4e4;
        margin: 30px auto 0px auto;
        padding: 20px 0px 30px 0px;
    }

/**********
* Buttons *
***********/
    .button, .button:link, .button:visited, .button:active, input[type="submit"] {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 10px 40px;
        display: inline-block;
        font-size: 18px;
        line-height: 28px;
        font-weight: bold;
        transition: all 0.5s ease;
        color: #ffffff;
        border: none;
        border-radius: 0px;
        text-shadow: none;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #3379a7;
    }

    .button a {
        color: #ffffff;
    }

    .button:hover, input[type="submit"]:hover {
        background-color: #0C49AC;
        text-decoration: none;
    }

    .button.pink {
        background-color: #cf357c;
    }

        .button.pink:hover {
            background-color: #F51F82;
        }

    /*
.tiny.button, .tiny.button:link, .tiny.button:visited, .tiny.button:active {
	padding: 8px 25px;
	font-size: 14px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
	background-color: transparent !important;
	border: 2px solid #ff8700;
	color: #06235a !important;
	border-radius: 0px !important;
}
.tiny.button:hover {
	background-color: #E06400 !important;
	border: 2px solid #E06400;
	color: #ffffff !important;
	text-decoration: none;
}
*/

    /* Rounded */

    .button.rounded {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 30px;
        margin: 25px 0px 0px 0px;
        padding: 15px 40px;
        background-color: #3379a7;
        font-size: 16px;
        line-height: 16px;
        cursor: pointer;
    }

        .button.rounded:hover {
            background-color: #0C49AC;
        }

        .button.rounded.pink {
            background-color: #cf357c;
        }

            .button.rounded.pink:hover {
                background-color: #F51F82;
            }

input[type="checkbox"], input[type="radio"] {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin: 0px 5px 0px 0px;
    top: 3px;
    right: 0px;
}

/***********
 * Layouts *
 ***********/

.layout-content .body-wrapper {
    padding: 50px 0px;
}

/***********
 * Content *
 ***********/

a {
    font-size: 18px;
    line-height: 30px;
    color: #cf357c;
    text-decoration: none;
    transition: all 0.5s ease;
}

    a:hover {
        color: #F51F82;
        text-decoration: underline;
    }

    a[href^="tel:"] {
        color: inherit !important;
        text-decoration: none !important;
        font-size: inherit !important;
        font-family: inherit !important;
        font-weight: inherit !important;
        line-height: inherit !important;
    }

p {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #000000;
}

ul {
    padding: 0px 0px 0px 30px;
}

    ul li {
        padding: 0px 0px 10px 0px;
        font-size: 18px;
        line-height: 30px;
    }

/* Videos */

.video-section {
    padding: 0px;
}

    .video-section .video-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
    }

        .video-section .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100% !important;
        }

/*********
 * Forms *
 *********/

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="search"],
form input[type="tel"],
form select,
form textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    color: #656565 !important;
    padding: 15px !important;
    display: block;
    width: 100%;
    margin: 0px 0px 30px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #979797;
    background-color: #ffffff;
    height: auto;
    line-height: initial;
    box-shadow: none;
}

form textarea {
    height: 120px !important;
    overflow: auto;
}

form input[type="submit"] {
    background-color: #3379a7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    padding: 15px 80px;
    cursor: pointer;
    text-transform: uppercase;
}

    form input[type="submit"]:hover {
        background-color: #0C49AC;
        text-decoration: none;
    }

form .field-notes {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: italic;
    background: #cdcdcd;
    color: #000000;
}

form small {
    color: #f04124;
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
}

form label {
    color: #000000;
    font-weight: bold;
}

label.error {
    color: #f04124;
}

    label.error a {
        text-decoration: underline;
        color: #f04124;
    }

        label.error a:hover {
            color: #487842;
        }

label.checkbox-label, label.radio-label {
    font-weight: normal !important;
    cursor: pointer;
}

p.error {
    color: #f04124;
}

.error-focus {
    -webkit-box-shadow: 0 0 5px #ff0000 !important;
    -moz-box-shadow: 0 0 5px #ff0000 !important;
    box-shadow: 0 0 5px #ff0000 !important;
    padding: 3px 0px 3px 3px !important;
    border: 1px solid #ff0000 !important;
}

/* Alerts */

.alert-message {
    padding: 10px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.alert-error {
    color: #ff0000;
    font-size: 18px;
    padding: 10px;
    text-align: center;
}

/* Fix the placeholder */

::-webkit-input-placeholder {
    color: #646464 !important;
    opacity: 1 !important;
}

:-moz-placeholder {
    color: #646464 !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    color: #646464 !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: #646464 !important;
    opacity: 1 !important;
}

/********
 * Home *
 ********/

/* Banner */

.home-hero-banner .hero-bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100vh;
    background-image: url('/images/hero.jpg');
    display: table;
}

.home-hero-banner .hero-content {
    display: table-cell;
    vertical-align: middle;
}

    .home-hero-banner .hero-content .second {
        /*border-top: solid 1px #ffffff;*/
        margin: 180px 0px 0px 0px;
        padding: 40px 0px 0px 0px;
    }

    .home-hero-banner .hero-content .content {
        margin: 0 auto;
        text-align: left;
        padding: 0px 20px;
        float: right;
    }

/*        .home-hero-banner .hero-content .content h2 {
            font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 300;
            color: #ffffff;
            margin: 0px;
            padding: 0px;
            font-size: 40px;
            line-height: 50px;
        }*/

        .home-hero-banner .hero-content .content .second-content-header-wrapper {
            font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 300;
            color: #ffffff;
            margin: 0px;
            padding: 0px;
            font-size: 24px;
            line-height: 32px;
            text-transform: uppercase;
        }

            .home-hero-banner .hero-content .content .second-content-header-wrapper .second-content-header {
                display: inline-block;
            }

            .home-hero-banner .hero-content .content .second-content-header-wrapper .pink-bar {
                width: 110px;
                height: 4px;
                margin-bottom: 6px;
                background-color: #ce347b;
                display: inline-block;
            }

        .home-hero-banner .hero-content .content .second-content-sub-header {
            font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: bold;
            color: #ffffff;
            font-size: 52px;
            line-height: 54px;
        }

        .home-hero-banner .hero-content .content .button {
            background-color: transparent;
            border: 2px solid #ffffff;
            padding: 15px 60px;
        }

            .home-hero-banner .hero-content .content .button:hover {
                background-color: #ffffff;
                color: #000;
            }

/* Home Introduction */

.section-introduction h1 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
}

.section-introduction h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0px;
}

.section-introduction p {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 18px;
    line-height: 30px;
}

/* Home Video */

.section-wrapper.home-video-section {
    background-color: #d8d8d8;
}

/* CTAs */
.home-cta-wrapper {
    padding: 25px 0px 0px 0px;
}

    .home-cta-wrapper .home-cta-entry {
        position: relative;
        z-index: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top right;
        width: 100%;
        padding: 50px;
    }

        .home-cta-wrapper .home-cta-entry.about {
            background-image: url('/images/cta-about-2x.jpg');
        }

        .home-cta-wrapper .home-cta-entry.buy {
            background-image: url('/images/cta-buy-2x.jpg');
        }

        .home-cta-wrapper .home-cta-entry h3 {
            font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 300;
            color: #ffffff;
            padding: 0px;
            margin: 0px;
            font-size: 45px;
            line-height: 65px;
        }

        .home-cta-wrapper .home-cta-entry a {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: bold;
            color: #ffffff;
            text-transform: uppercase;
            display: inline-block;
            padding: 25px 0px 0px 0px;
            border-bottom: 2px solid #ffffff;
            font-size: 18px;
            line-height: 28px;
        }

            .home-cta-wrapper .home-cta-entry a:hover {
                text-decoration: none;
                color: #b7d2e0;
                border-bottom: 2px solid #b7d2e0;
            }

/*******************
 * 2nd Level Pages *
 *******************/

.introduction {
    padding: 0px 25px;
}

    .introduction h3 {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 36px;
        line-height: 46px;
        font-weight: 500;
        color: #666666;
        margin: 0px 0px 25px 0px;
    }

    .introduction p {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 36px;
        font-weight: normal;
        color: #666666;
    }

/*********
 * About *
 *********/

.about-content {
}

    .about-content .section-introduction {
        padding: 20px;
    }


    .about-content p {
        font-size: 14px;
        line-height: 24px;
        padding: 20px;
    }

    .about-content .img-saunders-wrapper {
        position: relative;
    }

        .about-content .img-saunders-wrapper .img-saunders {
            height: auto;
            width: 100%;
            padding: 50px;            
        }

        .about-content .img-saunders-wrapper .john-leann-img-content {
            background-color: #ffffff;
            font-size: 14px;
            line-height: 24px;
            padding: 20px;
        }

        .about-content .img-saunders-wrapper .john-leann-img {
            background-image: url('/images/john-leann-2x.jpg');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top right;
            width: 100%;
            height: 300px;
            margin: 20px 0px;
        }


    .about-content .about-logo-img-wrapper {
        border-radius: 8px;
        border: solid 1px #ececec;
        text-align: center;
        margin: 40px;
    }

        .about-content .about-logo-img-wrapper .imi-logo {
            max-height: 90px;
            margin: 70px 0px;
        }

        .about-content .about-logo-img-wrapper .beef-passport-logo {
            max-height: 150px;
            margin: 40px 0px;
        }

/*********************
 * Register Tag Tool *
 *********************/

.section-wrapper.register-tag-tool-wrapper {
    margin-top: 80px;
    padding: 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

    .section-wrapper.register-tag-tool-wrapper .register-introduction-wrapper {
        background-color: #893b82;
        width: 100%;
        height: 100%;
        padding: 30px;
    }

        .section-wrapper.register-tag-tool-wrapper .register-introduction-wrapper h2 {
            color: #ffffff;
            font-size: 30px;
            line-height: 34px;
            font-weight: bold;
        }

        .section-wrapper.register-tag-tool-wrapper .register-introduction-wrapper ul {
            counter-reset: counter;
            list-style: none;
            padding: 20px;
        }

            .section-wrapper.register-tag-tool-wrapper .register-introduction-wrapper ul li {
                margin: 10px;
                counter-increment: counter;
                position: relative;
                color: #ffffff;
                font-size: 14px;
                line-height: 18px;
                font-weight: normal;
                vertical-align: middle;
            }

                .section-wrapper.register-tag-tool-wrapper .register-introduction-wrapper ul li::before {
                    content: counter(counter);
                    color: #ffffff;
                    position: absolute;
                    top: -5px;
                    left: -40px;
                    line-height: 30px;
                    width: 30px;
                    height: 30px;
                    background-color: #ce78a8;
                    border-radius: 50%;
                    text-align: center;
                }

        .section-wrapper.register-tag-tool-wrapper .register-introduction-wrapper p {
            color: #ffffff;
            font-size: 14px;
            line-height: 18px;
        }

            .section-wrapper.register-tag-tool-wrapper .register-introduction-wrapper p a {
                color: #ffffff;
                font-size: 14px;
                line-height: 18px;
            }

    .section-wrapper.register-tag-tool-wrapper .register-form-wrapper {
        max-width: 750px;
        margin: auto;
        text-align: center;
    }

    .section-wrapper.register-tag-tool-wrapper .register-form-wrapper .submit.rounded {
        width: 100%;
    }

.account-notes {
    padding: 20px;
    text-align: center;
    font-size: 14px;
   }

    .account-notes a {
        color: #0572ba;
        font-size: 14px;
    }

/* Checkbox List */

.checkbox-list {
    display: table;
    margin: 0px 0px 30px 0px;
}

    .checkbox-list .checkbox-row {
        display: table-row;
    }

        .checkbox-list .checkbox-row .checkbox-cell {
            display: table-cell;
            vertical-align: middle;
            padding: 0px 0px 15px 0px;
        }

            .checkbox-list .checkbox-row .checkbox-cell.input {
                display: table-cell;
                position: relative;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                width: 35px;
                min-width: 35px;
            }

                .checkbox-list .checkbox-row .checkbox-cell.input input {
                    position: absolute;
                    opacity: 0;
                    cursor: pointer;
                    height: 100%;
                    width: 100%;
                    z-index: 1;
                }

                .checkbox-list .checkbox-row .checkbox-cell.input.checkbox-input input {
                    position: inherit;
                }

                .checkbox-list .checkbox-row .checkbox-cell.input .checkbox-checkmark {
                    position: absolute;
                    top: 2px;
                    left: 0;
                    height: 25px;
                    width: 25px;
                    background-color: transparent;
                    border: 1px solid #979797;
                }

                .checkbox-list .checkbox-row .checkbox-cell.input input:checked ~ .checkbox-checkmark {
                    background-color: transparent;
                }

                .checkbox-list .checkbox-row .checkbox-cell.input .checkbox-checkmark:after {
                    content: "";
                    position: absolute;
                    display: none;
                }

                .checkbox-list .checkbox-row .checkbox-cell.input input:checked ~ .checkbox-checkmark:after {
                    display: block;
                }

                .checkbox-list .checkbox-row .checkbox-cell.input .checkbox-checkmark:after {
                    left: 9px;
                    top: 5px;
                    width: 5px;
                    height: 10px;
                    border: solid #cf357c;
                    border-width: 0 3px 3px 0;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

            .checkbox-list .checkbox-row .checkbox-cell label {
                font-size: 16px;
                font-weight: 300;
                color: #000000;
                cursor: pointer;
                padding: 0px 15px 0px 0px;
                word-break: break-word;
            }


                .checkbox-list .checkbox-row .checkbox-cell label a {
                    font-size: 16px;
                    font-weight: 300;
                    color: #000000;
                    text-decoration: underline;
                }

/************************
 * Program Registration *
 ************************/
/*.program-signup {
}

    .program-signup .claim-selection-wrapper {
        padding: 20px 0px 10px 0px;
    }

        .program-signup .claim-selection-wrapper .claim-selection {
            display: inline-block;
            border-radius: 3px;
            border: solid 3px #979797;
            background-color: #ffffff;
            cursor: pointer;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 24px;
            text-align: center;
            color: #000000;
            padding: 35px 50px;
            margin: 0px 10px 10px 0px;
            width: 100%;
        }

            .program-signup .claim-selection-wrapper .claim-selection.selected {
                border-radius: 3px;
                box-shadow: 0 0 10px 0 rgba(171, 171, 171, 0.5);
                border: solid 3px #cf357c;
            }

    .program-signup .additional-claim-selection-wrapper {
        display: table;
        padding: 20px 0px;
    }

        .program-signup .additional-claim-selection-wrapper .claim-row {
            display: table-row;
        }

            .program-signup .additional-claim-selection-wrapper .claim-row .claim-cell {
                display: table-cell;
                padding: 0px 0px 15px 0px;
            }

                .program-signup .additional-claim-selection-wrapper .claim-row .claim-cell.input {
                    display: table-cell;
                    position: relative;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    width: 35px;
                }

                    .program-signup .additional-claim-selection-wrapper .claim-row .claim-cell.input input {
                        position: absolute;
                        opacity: 0;
                        cursor: pointer;
                        height: 100%;
                        width: 100%;
                        z-index: 1;
                    }

                    .program-signup .additional-claim-selection-wrapper .claim-row .claim-cell.input .checkbox-checkmark {
                        position: absolute;
                        top: 0;
                        left: 0;
                        height: 25px;
                        width: 25px;
                        background-color: transparent;
                        border: 1px solid #979797;
                    }

                    .program-signup .additional-claim-selection-wrapper .claim-row .claim-cell.input input:checked ~ .checkbox-checkmark {
                        background-color: transparent;
                    }

                    .program-signup .additional-claim-selection-wrapper .claim-row .claim-cell.input .checkbox-checkmark:after {
                        content: "";
                        position: absolute;
                        display: none;
                    }

                    .program-signup .additional-claim-selection-wrapper .claim-row .claim-cell.input input:checked ~ .checkbox-checkmark:after {
                        display: block;
                    }

                    .program-signup .additional-claim-selection-wrapper .claim-row .claim-cell.input .checkbox-checkmark:after {
                        left: 9px;
                        top: 5px;
                        width: 5px;
                        height: 10px;
                        border: solid #cf357c;
                        border-width: 0 3px 3px 0;
                        -webkit-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        transform: rotate(45deg);
                    }

                .program-signup .additional-claim-selection-wrapper .claim-row .claim-cell label {
                    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                    font-size: 18px;
                    font-weight: 300;
                    color: #000000;
                    cursor: pointer;
                }*/

/********
* Login *
*********/

.login-password-wrapper {
    position: relative;
    height: 52px;
    margin-bottom: 30px;
}

    .login-password-wrapper .password {
        position: absolute;
        margin: 0px;
    }

    .login-password-wrapper .show-password {
        position: absolute;
        right: 10px;
        height: 52px;
    }

        .login-password-wrapper .show-password .material-symbols-outlined.item-icon {
            color: #787878;
            font-size: 24px;
            line-height: inherit;
            padding: 8px 0px 0px 0px;
            cursor: pointer;
        }

.login .section-wrapper,
.logout .section-wrapper {
    margin-top: 100px;
}

.section-wrapper .form-wrapper {
    background-color: #ffffff;
    padding: 20px 50px;
    border-radius: 4px;
    margin-top: 20px;
}

    .section-wrapper .form-wrapper h1 {
        text-transform: none;
        font-size: 28px;
        line-height: 30px;
        text-align: left;
    }

    .section-wrapper .form-wrapper h2 {
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
    }

    .section-wrapper .form-wrapper p {
        font-size: 14px;
        line-height: 16px;
    }

    .section-wrapper .form-wrapper a {
        color: #0572ba;
        font-size: 14px;
        line-height: 16px;
    }

    .section-wrapper .form-wrapper .submit.rounded {
        margin-bottom: 10px;
        width: 100%;
    }

    /* Forgot Password */

    .section-wrapper .form-wrapper .button.rounded {
        margin: 0 0 10px 0;
        width: 100%;
    }

    /* Logout */

.section-wrapper .logout-wrapper {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #007b5a;
}


    .section-wrapper .logout-wrapper p {
        margin: 0;
        color: #007b5a;
    }

        .section-wrapper .logout-wrapper .material-symbols-outlined {
            vertical-align: middle;
            padding: 0px 5px;
            font-size: 32px;
        }

/***********
 * Sign Up *
 ***********/

.sign-up-content {
}

    .sign-up-content .second {
        border-top: solid 1px #767676;
        margin: 40px 0px 0px 0px;
        padding: 40px 0px 0px 0px;
    }

    .sign-up-content .content {
        margin: 0 auto;
        text-align: center;
        padding: 0px 20px;
    }

        .sign-up-content .content h2 {
            font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 300;
            color: #000000;
            margin: 0px;
            padding: 0px;
            font-size: 40px;
            line-height: 50px;
        }

/**************
 * Tag Lookup *
 **************/

.tag-lookup-content {
}

    .tag-lookup-content.grey {
        background-color: #f2f2f2;
    }

    .tag-lookup-content .button:hover {
        color: #ffffff;
    }

    .tag-lookup-content .material-symbols-outlined.item-icon {
        vertical-align: top;
        color: #000000;
        font-size: 21px;
        padding: 4px 0px 0px 5px;
    }

    .tag-lookup-content .tag-lookup-img-content-wrapper {
        display: flex;
        align-items: baseline;
        justify-content: center;
        margin-top: 20px;
    }

        .tag-lookup-content .tag-lookup-img-content-wrapper .pink-circle {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #ce347b;
            margin: 0px 10px;
        }

        .tag-lookup-content .tag-lookup-img-content-wrapper h2 {
            font-size: 16px;
            line-height: 24px;
        }

    .tag-lookup-content .img-beef-passport-dashboard {
      max-height: 530px;
    }


    .tag-lookup-content .join-footer h2 {
        font-size: 50px;
        line-height: 58px;
    }

    .tag-lookup-content .join-footer h4 {
        font-size: 14px;
        line-height: 24px;
    }

    .tag-lookup-content .join-footer .account-notes a {
        color: #0572ba;
    }

        .tag-lookup-content .join-footer .account-notes a:hover {
            color: #0572ba;
        }

/********
 * News *
 ********/

.news-content {

}
    .news-content .card .card-body .card-title {
        color: #000000;
        font-size: 28px;
        line-height: 60px;
        text-transform: capitalize;
    }

    .news-content .card .card-body .card-text p {
        font-size: 16px;
        line-height: 20px;
    }

    .news-content .card .card-body a {
        font-size: 16px;
        line-height: 20px;
        color: #0572ba;
    }


/************************
 * Media Layout Changes *
 ************************/
/* Print */
@media print {
    a [href]:after {
        content: none !important;
    }
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {

    /* About */

    .about-content .img-saunders-wrapper .john-leann-img {
        height: 500px;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {

    /* Footer */

    footer p {
        margin: 0px;
    }

    .wfcf-image-map-wrapper .wfcf-image-map area {
        height: 150px;
        width: 130px;
    }

    .wfcf-image-map-wrapper .wfcf-image-map .image-map-area-wfcf {
        top: 0;
        left: 130px;
    }

    .join-footer .bg {
        height: 550px;
    }

    .join-footer .content-wrapper .content h2 {
        font-size: 72px;
        line-height: 74px;
    }

    .join-footer .content-wrapper .content h4 {
        font-size: 18px;
        line-height: 48px;
    }

    /* Hero Banner */

    .home-hero-banner .hero-content .second {
        border-top: none;
        /*border-left: solid 1px #ffffff;*/
        padding: 0px;
        margin: 250px 0px 0px 0px;
    }

    .home-hero-banner .hero-content .content h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .home-hero-banner .hero-content .content .second-content-header-wrapper {
        font-size: 28px;
        line-height: 46px;
    }

        .home-hero-banner .hero-content .content .second-content-header-wrapper .pink-bar {
            width: 200px;
        }

    .home-hero-banner .hero-content .content .second-content-sub-header {
        font-size: 72px;
        line-height: 82px;
    }

    /* Home Introduction */

    .section-introduction h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .section-introduction p {
        font-size: 20px;
        line-height: 32px;
    }

    /*  Home CTA */

    .home-cta-wrapper .home-cta-entry {
        padding: 50px;
    }

        .home-cta-wrapper .home-cta-entry h3 {
            font-size: 45px;
            line-height: 65px;
        }

        .home-cta-wrapper .home-cta-entry a {
            font-size: 18px;
            line-height: 28px;
        }

    /* Headers */

    .second-level-header-wrapper .second-level-header-content {
        height: 300px;
    }

    .second-level-header-wrapper .second-level-header-content {
        padding: 0px 10px;
    }

        .second-level-header-wrapper .second-level-header-content h1 {
            font-size: 36px;
            line-height: 46px;
            padding: 15px 0px;
        }

    h1 {
        font-size: 48px;
        line-height: 58px;
    }

    h2, h2 a {
        font-size: 36px;
        line-height: 56px;
    }

    .section-title {
        font-size: 50px;
        line-height: 60px;
    }

    .section-sub-title {
        font-size: 20px;
        line-height: 30px;
    }

    /* Sections */

    .section-wrapper {
        padding: 75px 0px;
    }

        .section-wrapper.no-top {
            padding: 0px 0px 75px 0px;
        }

        .section-wrapper.no-bottom {
            padding: 75px 0px 0px 0px;
        }

    /* Buttons */

    .button.rounded {
        font-size: 18px;
        line-height: 18px;
    }

    /* Registration Programs */

    .program-signup .claim-selection-wrapper .claim-selection {
        min-width: 254px;
        width: auto;
    }

    /* Sign Up */

    .sign-up-content .second {
        border-top: none;
        border-left: solid 1px #767676;
        padding: 0px;
    }

    .sign-up-content .content h2 {
        font-size: 50px;
        line-height: 60px;
    }

    /* Register Tag Tool */

    .section-wrapper.register-tag-tool-wrapper .register-introduction-wrapper {
        padding: 40px;
    }

        .section-wrapper.register-tag-tool-wrapper .register-introduction-wrapper h2 {
            font-size: 36px;
            line-height: 40px;
        }

        .section-wrapper.register-tag-tool-wrapper .register-introduction-wrapper ul li {
            font-size: 16px;
            line-height: 20px;
        }

        .section-wrapper.register-tag-tool-wrapper .register-introduction-wrapper p {
            font-size: 16px;
            line-height: 20px;
        }

            .section-wrapper.register-tag-tool-wrapper .register-introduction-wrapper p a {
                font-size: 16px;
                line-height: 20px;
            }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {

    /* Header */

    header .main-menu-wrapper .logo-wrapper .logo img {
        max-height: 50px;
    }

    .cell-hide-medium {
        display: none !important;
    }

    .cell-show-medium {
        display: block !important;
    }

    /* Body */

    .main-body {
        /*margin-top: 120px;*/
    }

    /* Headers */

    .section-title {
        font-size: 60px;
        line-height: 70px;
    }

    .section-sub-title {
        font-size: 24px;
        line-height: 34px;
    }

    /* Footer */

    footer img.beef-passport {
        max-height: 105px;
    }

    /* Hero Banner */

    .home-hero-banner .hero-content .content h2 {
        font-size: 60px;
        line-height: 70px;
    }

    /* Home Introduction */

    .section-introduction {
        width: 80%;
    }

    .section-introduction h1 {
        font-size: 48px;
        line-height: 60px;
    }

    .section-introduction h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .section-introduction p {
        font-size: 24px;
        line-height: 36px;
    }

/*        .section-introduction p a {
            font-size: 24px;
            line-height: 36px;
        }*/

    /*  Home CTA */

    .home-cta-wrapper .home-cta-entry {
        padding: 75px;
    }

        .home-cta-wrapper .home-cta-entry h3 {
            font-size: 60px;
            line-height: 80px;
        }

        .home-cta-wrapper .home-cta-entry a {
            font-size: 18px;
            line-height: 28px;
        }

    /* About */

    .about-content p {
        font-size: 1.5vw;
        line-height: 2vw;
    }

    .about-content .img-saunders-wrapper .john-leann-img-content {
        position: absolute;
        top: 100px;
        left: 70px;
        width: 45%;
        padding: 30px;
        font-size: 1.5vw;
        line-height: 2vw;
    }

    /* Tag Lookup */

    .tag-lookup-content .tag-lookup-img-content-wrapper {
        margin: 0;
    }

        .tag-lookup-content .tag-lookup-img-content-wrapper .pink-circle {
            width: 20px;
            height: 20px;
        }

        .tag-lookup-content .tag-lookup-img-content-wrapper h2 {
            font-size: 22px;
            line-height: 28px;
        }

    .tag-lookup-content .join-footer h2 {
        font-size: 72px;
        line-height: 82px;
    }

    .tag-lookup-content .join-footer h4 {
        font-size: 18px;
        line-height: 46px;
    }


    /* Login */

        .section-wrapper .form-wrapper h1 {
            font-size: 36px;
            line-height: 48px;
        }

        .section-wrapper .form-wrapper h2 {
            font-size: 24px;
            line-height: 34px;
        }

        .section-wrapper .form-wrapper p {
            font-size: 18px;
            line-height: 18px;
        }

        .section-wrapper .form-wrapper a {
            color: #0572ba;
            font-size: 18px;
            line-height: 36px;
        }

    /* Sign Up */

    .sign-up-content .content h2 {
        font-size: 60px;
        line-height: 70px;
    }

    /* Register Tag Tool */

    .section-wrapper.register-tag-tool-wrapper {
        border-top: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
        margin-top: 120px;
    }

        .section-wrapper.register-tag-tool-wrapper .register-introduction-wrapper h2 {
            font-size: 42px;
            line-height: 46px;
        }

        .section-wrapper.register-tag-tool-wrapper .register-form-wrapper {
            margin: 50px 0px 200px 50px;
            text-align: left;
        }
}

/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

    /* Headers */

    header .main-menu-wrapper .logo-wrapper .logo img {
        max-height: 65px;
    }

    .second-level-header-wrapper .second-level-header-content {
        height: 500px;
    }

        .second-level-header-wrapper .second-level-header-content h1 {
            font-size: 80px;
            line-height: 90px;
        }

    /* Home CTA */

    .home-cta-wrapper .home-cta-entry {
        padding: 100px;
    }

    .home-hero-banner .hero-content .content .second-content-header-wrapper {
        font-size: 32px;
        line-height: 46px;
    }

        .home-hero-banner .hero-content .content .second-content-header-wrapper .pink-bar {
            width: 250px;
        }


    .home-hero-banner .hero-content .content .second-content-sub-header {
        font-size: 86px;
        line-height: 90px;
    }

    /* About */

    .about-content .img-saunders-wrapper .john-leann-img-content {
        padding: 30px;
    }

    /* Tag Register Tool */

    .section-wrapper.register-tag-tool-wrapper {
        margin-top: 120px;
    }

        .section-wrapper.register-tag-tool-wrapper .register-introduction-wrapper {
            padding: 60px 90px;
        }

}

/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {

    /* About */

    .about-content .img-saunders-wrapper .john-leann-img-content {
        top: 130px;
        left: 110px;
    }

}
