@media (min-width: 768px) {
    h1 {
        /*font-family: 'IBMPlexSans-Regular', sans-serif;*/
        font-family: 'NeutraTextTFDemiAlt', sans-serif;
        font-size: 28px;
        font-weight: 900;
        line-height: 1.5em;
        display: block;
    }

    h2 {
        /*font-family: 'IBMPlexSans-Regular', sans-serif;*/
        font-family: 'NeutraTextTFDemiAlt', sans-serif;
        font-size: 24px;
        font-weight: 900;
        line-height: 1.5em;
        display: block;
    }

    h3 {
        /*font-family: 'IBMPlexSans-Regular', sans-serif;*/
        font-family: 'NeutraTextTFDemiAlt', sans-serif;
        font-size: 22px;
        font-weight: 900;
        line-height: 1.5em;
        display: block;
    }

    h4 {
        font-family: 'IBMPlexSans-Regular', sans-serif;
        font-size: 18px;
        line-height: 24px;
        display: block;
    }

    button.EmptyButton {
        padding: 12px 0px 0px 5px;        
    }

    #PortalAlertSection .AlertList {
        font-size: 16px;
        line-height: 22px;
        width: calc(100% - 80px);
        padding: 0 38px 0 0;
    }

    #PortalAlertSection .AlertIcon {
        width: 72px;
    }

        #PortalAlertSection .AlertIcon img {
            width: 34px;
            height: 34px;
        }

    #PortalAlertSection .CloseBlock {
        right: 15px;
    }

    .HeaderRow1 {
        width: 90% !important;
        height: 64px;
        display: flex;
        flex-wrap: nowrap;
    }

    .HeaderRow2 {
        background-color: #00306b;
        background-image: url(../../Images/WrigleyScenic1.jpg);
        background-repeat: no-repeat;
        background-size: cover; /*100% 100%;*/
        background-position: center;
        /*background-attachment: fixed;*/
        max-width: 100% !important;
        padding: 50px 0;
        height: 350px;
        /*color: var(--inp-txt-color-secondary);*/
    }
    .HeaderTitleBlock {        
        padding-top: 3px;
    }
    .HeaderTitleBlock.Small {            
        padding: 7px 10px 0px 10px;
        max-width: 100%;
    }
    .HeaderTitle {
        font-size: 1.5em;
        padding: 0 20px 20px 40px;
    }
    .HeaderIcons {
        order: 3;
    }
    .HeaderLogoWrapper {
        /*width: 80px;*/
        width: 100%;
    }

    .HeaderLogoWrapper img {
        width: 175px;
    }

    .HeaderTitleBlock .HeaderLink {
        display: none;
    }

    .HeaderIcons .Header {
        display: inline-block;
    }

    .TabletHeaderLink {
        padding-left: 10px;
        padding-top: 11px; /*11px*/
        text-align: center;
    }

    .TopicBlockListHeader {
        padding-bottom: 20px;        
        text-align: left;
    }

    .HamburgerWrapper {
        display: none;
    }

    .HeaderIcons .Header.NoIcons {
        display: none;
    }

    .HamburgerWrapper.NoIcons {
        margin-right: 0px;
        display: inline-block !important;
    }
    .SearchResults {

    }
    .SearchResultLine a:link, .SearchResultLine a:visited, .SearchResultLine a:active, .SearchResultLine a:hover {
        font-size: 1.25em;
        line-height: 18px;
        padding: 5px 0;
        color: #fff;
        overflow: hidden;
        width: 100%;
        display: block;
        /* position: absolute; */
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .SearchBlockSmallWrapper {
        z-index: 99;
        order: 2;
        width: 100%;
    }

    .SearchBlockSmall {        
        padding: 7px 25px 0px 10px;
    }

    .SearchBlockSmall form {
        margin: 0; 
    }

    .HeroSearchInput {
        line-height: 1.5em;
        font-size: 1.75em;
        width: calc(100% - 40px);
        color: var(--secondary-txt-color);
        border: none;
        background-color: transparent;
        /*padding: 0 5px 0px 20px;*/
        padding-left: 10px;
    }

        .HeroSearchInput::-webkit-input-placeholder {
            /*padding-left: 10px;*/
            color: var(--secondary-txt-color);
            font-family: 'IBMPlexSans-Regular', sans-serif;
            font-size: 20px;
        }

        .HeroSearchInput::-moz-placeholder {
            /*padding-left: 10px;*/
            color: var(--secondary-txt-color);
            font-family: 'IBMPlexSans-Regular', sans-serif;
            font-size: 20px;
        }

        .HeroSearchInput:-ms-input-placeholder {
            /*padding-left: 10px;*/
            color: var(--secondary-txt-color);
            font-family: 'IBMPlexSans-Regular', sans-serif;
            font-size: 20px;
        }

        .HeroSearchInput:-moz-placeholder {
            /*padding-left: 10px;*/
            color: var(--secondary-txt-color);
            font-family: 'IBMPlexSans-Regular', sans-serif;
            font-size: 20px;
        }

    .HeroSearchInputSmall {
        line-height: 50px;
        font-size: 1.75em;
        width: calc(100% - 45px);
        color: var(--secondary-txt-color);
        border: none;
        background-color: transparent;
        /*padding: 0 5px 0 20px;*/
        padding-left: 10px;
    }

        .HeroSearchInputSmall::-webkit-input-placeholder {
            padding-left: 10px;
            color: var(--secondary-txt-color); /*rgba(255,255,255,.5);*/
            font-family: 'IBMPlexSans-Regular', sans-serif;
            font-size: 20px;
        }

        .HeroSearchInputSmall::-moz-placeholder {
            padding-left: 10px;
            color: var(--secondary-txt-color);
            font-family: 'IBMPlexSans-Regular', sans-serif;
            font-size: 20px;
        }

        .HeroSearchInputSmall:-ms-input-placeholder {
            padding-left: 10px;
            color: var(--secondary-txt-color);
            font-family: 'IBMPlexSans-Regular', sans-serif;
            font-size: 20px;
        }

        .HeroSearchInputSmall:-moz-placeholder {
            padding-left: 10px;
            color: var(--secondary-txt-color);
            font-family: 'IBMPlexSans-Regular', sans-serif;
            font-size: 20px;
        }

    .SearchResults {
        text-align: left;
        position: relative;
        background-color: var(--main-bg-color);
        padding: 0 10px;
        max-width: 550px; /*505px;*/
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        box-shadow: inset 0 -1px 0 0 var(--secondary-txt-color),inset 0 0 0 0 var(--secondary-txt-color),inset -1px 0 0 0 var(--secondary-txt-color),inset 1px 0 0 0 var(--secondary-txt-color);
        margin-top: -6px;
    }

    /*.SearchResultsSmall {
        width: calc(100% - 60px);
        margin-left: 29px;
    }*/

    .IconBarIcon {
        width: 50px;
    }
    .IconCircleWrapper {
        width: 80px;
    }

    .IconCircleText {
        font-size: 1.0em;
    }

    .ConnectIcon.Header {
        /*width: 50px;*/
    }


    .CategoryPageFrame {

    }

    .CategoryContentTitle {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        color: var(--secondary-txt-color);        
        padding-bottom: 9px;        
        padding-top: 20px;
        font-family: 'IBMPlexSans-Regular', sans-serif;
    }

    .CategoryMenu {
        padding: 0 50px 0 60px;
    }

    .CategoryButton {
        padding: 20px 20px 25px 20px;
    }

    .ContentSection {
        padding: 20px 20px;
    }

    .FormSectionFull {
        width: 100%;
    }

    .FormSection {
        width: 55%; /*45%;*/
        margin-bottom: 6px;
        vertical-align: top;
        display: inline-block;
    }

    .TeamSection{
        padding-top: 10px;
    }

    .FormSection.Full {
        width: 100%;
    }

    .FormSection.Left {        
        width: 45% !important;
    }

    .FormSection.Right {
        float: right;
        width: 45% !important;
    }

    .ZipCodeLookupSection{
        width: 90% !important;
    }

    .FormValidationSpacer {
        height: 33px;
    }

    .FormZipCodeLookupValidation{
        width: 40%;
    }

    textarea + .FormValidationSpacer {
    }

    .ContactUsFormButtonRow, .FeedbackFormButtonRow {
        text-align: right;
    }

    .ContactUsTextbox, .FeedbackTextbox, .ZipCodeLookupTextbox {
        height: 41px;
        font-size: 1.0em;
        line-height: 17px;
        padding: 17px 12px;
    }

    .ContactUsDropdown {
        height: 41px;
        font-size: 1.0em;
        line-height: 17px;
        padding: 0px 5px;
        width: 100%;
    }

    .ZipCodeLookupTextbox {
        width: 40%;
    }

    .ContactUsDropDown, .FeedbackDropDown, .ZipCodeDropDown {
        height: 41px;
        font-size: 1.0em;
        line-height: 17px;
    }

    .ContactUsTextArea, .FeedbackTextArea {
        padding: 17px 12px;
        resize: vertical;
    }

    .ContactUs.Header {
        text-align: center;
        padding-top: 4px;
        /*padding-left: 40px;*/
    }

    .SearchResultSummary {
        padding-left: 10px;
        font-size: 1.0em;
    }

    .ContentHeaderTitle.EmailConfirmation {
        font-size: 2.0em;
    }

    .PageFooterTitle {     
        padding: 20px 5px 0 5px;
        font-size: 1.25em;
        text-align: center;
    }

    .PageFooterTitleSub {
        padding: 0 10px 10px 0px;
        font-size: 1em;
        text-align: center;
    }
}
