html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  width: 100%;
}

body {
  margin: 0;
  background: #2e2e2e;
  color: white;
  font-family: 'BrandonGrotesque', helvetica, sans-serif;
  width: 100%;
  height: 100%;
  line-height: 1;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,p {
    font-size: 16px;
    line-height: 1.3;
    margin: 10px 0;
    font-weight: normal;
}

.content-wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 800px;
}

a {
    text-decoration: none;
    color: #9b7f44;
}

@font-face {
  font-family: "BrandonGrotesque";
  src: url("/assets/fonts/2B3053_5_0.eot");
  src: url("/assets/fonts/2B3053_5_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/2B3053_5_0.woff") format("woff"), url("/assets/fonts/2B3053_5_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BrandonGrotesque";
  src: url("/assets/fonts/2B3053_3_0.eot");
  src: url("/assets/fonts/2B3053_3_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/2B3053_3_0.woff") format("woff"), url("/assets/fonts/2B3053_3_0.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "BrandonGrotesque";
  src: url("/assets/fonts/2B3053_4_0.eot");
  src: url("/assets/fonts/2B3053_4_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/2B3053_4_0.woff") format("woff"), url("/assets/fonts/2B3053_4_0.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "BrandonGrotesque";
  src: url("/assets/fonts/2B3053_7_0.eot");
  src: url("/assets/fonts/2B3053_7_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/2B3053_7_0.woff") format("woff"), url("/assets/fonts/2B3053_7_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "BrandonGrotesque";
  src: url("/assets/fonts/2B3053_9_0.eot");
  src: url("/assets/fonts/2B3053_9_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/2B3053_9_0.woff") format("woff"), url("/assets/fonts/2B3053_9_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "BrandonGrotesque";
  src: url("/assets/fonts/2B3053_B_0.eot");
  src: url("/assets/fonts/2B3053_B_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/2B3053_B_0.woff") format("woff"), url("/assets/fonts/2B3053_B_0.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
    font-family: 'MFred';
    src: url('/assets/fonts/MFred/MFred.eot');
    src: url('/assets/fonts/MFred/MFred.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/MFred/MFred.woff2') format('woff2'),
        url('/assets/fonts/MFred/MFred.woff') format('woff'),
        url('/assets/fonts/MFred/MFred.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Founders Grotesk X-Condensed';
    src: url('/assets/fonts/Founders/FoundersGroteskXCond-Reg.eot');
    src: url('/assets/fonts/Founders/FoundersGroteskXCond-Reg.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Founders/FoundersGroteskXCond-Reg.woff2') format('woff2'),
        url('/assets/fonts/Founders/FoundersGroteskXCond-Reg.woff') format('woff'),
        url('/assets/fonts/Founders/FoundersGroteskXCond-Reg.otf');
    font-weight: normal;
    font-style: normal;
}

.mfred {
    font-family: 'MFred', impact, sans-serif;
    text-transform: uppercase;
}
.founders {
    font-family: 'Founders Grotesk X-Condensed', impact, sans-serif;
    text-transform: uppercase;
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

img {
  border-style: none;
}

.goose-graphic path {
    stroke-linejoin: round;
    cursor: pointer;
}

#goose-bill {
    z-index: 99;
}

.desktop-only { display: none; }

#main {
    position: relative;
    min-height: 100%;
}

.main-title {
    font-size: 2.5em;
    letter-spacing: 3px;
    line-height: 1;
}

.main-headline {
    font-size: 3.5em;
    letter-spacing: 3px;
    line-height: 1;
}

.callout-button {
    font-size: 1.5em;
    padding: 15px 25px 10px;
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
    letter-spacing: 2px;
}

.image-headline {
    font-size: 3.5em;
    letter-spacing: 3px;
    line-height: 1;
}
.image-subhead {
    font-size: 1.5em;
    letter-spacing: 3px;
}

.content-wrapper p {
    line-height: 1.7;
}

@media (min-width:768px) {
    .main-headline {
        font-size: 5.5em;
    }
    
    .main-title {
        font-size: 3.5em;
    }
    
    .image-headline {
        font-size: 5.5em;
    }
    
    .content-wrapper p {
        line-height: 1.5;
    }
}

.border-link-wrapper {
    border: 2px solid;
    padding: 25px 15px 10px;
}

.border-link {
    font-size: 2em;
    letter-spacing: 2px;
    margin: 15px;
    text-decoration: none;
}

@media (min-width: 768px) {
    .mobile-only { display: none; }
    .desktop-only { display: block; }
}

/* CMS color stuff */
.cms-main-color,
.cms-color-stroke, 
.cms-color-fill,
.cms-color-hover,
.cms-color-border,
.cms-color-background {
    transition: .5s all;
}
.cms-color-hover {
    color: white;
}

/***** Navbar *****/
#navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #2e2e2e;
    z-index: 999;
}

.nav-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.nav-center {
    text-align: center;
    position: relative;
}
.nav-chicago-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    pointer-events: none;
}
#nav-chicago-graphic {
    height: 35px;
    margin: auto;
}

.mobile-nav-content {
    margin-bottom: 90px;
}

.nav-left {
    width: calc(100vw / 3);
}
.nav-left h1 {
    margin: 0;
    line-height: 0;
}
.nav-left .goose-graphic {
    padding-top: 10%;
    width: 100%;
    max-width: 200px;
}

.mobile-nav-dropdown {
    display: none;
    margin-left: 30px;
    font-size: .7em;
}

.nav-right {
    width: calc(100vw / 3);
}
.nav-find-beer-wrapper {
    width: 50px;
    height: 50px;
    font-size: 1em;
    letter-spacing: 1px;
    border: 2px solid #9b7f44;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 100%;
    float: right;
    margin-right: 10%;
}
.nav-find-beer-wrapper a {
    text-decoration: none;
}

@media (min-width: 768px) {
    #navigation {
        position: relative;
    }
    
    #nav-chicago-graphic {
        height: 4vw;
        max-height: 45px;
    }
    
    .nav-left, .nav-right {
        width: 20%;
    }
    .desktop-nav {
        padding-top: 15px;
        font-size: 1.5em;
    }
    
    .nav-link {
        color: white;
        text-decoration: none;
        padding: 0 15px;
        font-weight: bold;
        letter-spacing: 2px;
        display: inline-block;
    }
    .nav-link:hover {
        color: #9b7f44;
    }
    
    .nav-more {
        padding: 0 15px;
        display: inline-block;
        color: white;
    }
    .nav-more .nav-link {
        padding: 0;
    }
    
    .nav-find-beer-wrapper {
        width: 75px;
        height: 75px;
        font-size: 1.2em;
    }
    
    .nav-dropdown {
        display: none;
        position: absolute;
        text-align: left;
        margin-left: -40px;
    }
    
    .nav-dropdown .nav-link {
        padding: 15px 40px;
        background: #2e2e2e;
        display: block;
        font-size: .75em;
    }
    .nav-dropdown .nav-link:first-child {
        padding-top: 30px;
    }
    
    .nav-dropdown .nav-link:last-child {
        padding-bottom: 40px;
    }
    
    .nav-more:hover .nav-dropdown {
        display: block;
    }
    .nav-more {
        cursor: pointer;
    }
}

/***** Footer *****/
#footer {
    width: 100%;
    background: #2e2e2e;
    text-align: center;
    position: absolute;
    left: 0;
    padding: 34px 0 55px;
}

#footer-stripes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: center;
}
.footer-stripe {
    background: #1c1b1a;
    width: 8px;
    margin: 0 4px;
    height: 24px;
}

.footer-social-wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: 80%;
    max-width: 400px;
    margin: 35px auto;
    align-items: center;
}
.footer-social-icon-wrapper {
    width: 20%;
}
.footer-social-nav-icon {
    width: 80%;
    max-width: 48px;
    margin: auto;
}

.footer-logo {
    height: 65px;
    width: auto;
    padding: 0 0 10px 0;
}

/* icon svg styling */
.icon-circle {
    fill: none;
    stroke: #9b7f44;
    stroke-width: 3.21px;
}
.icon-image {
    fill: #9b7f44;
    stroke: #9b7f44;
}
.footer-social-nav-icon:hover .icon-circle {
    stroke: white !important;
}
.footer-social-nav-icon:hover .icon-image {
    fill: white !important;
    stroke: white !important;
}

.footer-nav-wrapper {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 2px;
}
.footer-nav-link {
    color: white;
    text-decoration: none;
    padding: 15px;
    line-height: 40px;
}
.footer-nav-link:hover {
    color: #9b7f44;
}

.footer-smallnav-wrapper {
    font-size: 2.5vw;
    letter-spacing: 1px;
    margin: 30px 0;
    color: #808285;
}
.footer-smallnav-link {
    color: #808285;
    text-decoration: none;
    padding: 0 8px;
}
.footer-smallnav-link:hover {
    color: #9b7f44;
}




@media (min-width:768px) {
    #footer {
        padding-top: 46px;
    }
    .footer-stripe {
        width: 12px;
        height: 36px;
        margin: 0 8px;
    }
    
    .footer-smallnav-wrapper {
        font-size: .8em;
    }
}

/***** Footer Icon Nav (mobile) *****/
#bottom-nav-wrapper {
    background: #231f20;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    box-sizing: border-box;
    align-items: stretch;
    color: #6d6e71;
    height: 10%;
    z-index: 1;
}

.bottom-icon-wrapper {
    flex: 1;
    text-align: center;
    border-left: 2px solid #222;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-icon-wrapper:first-child {
    border-left: 0;
}

.mobile-nav-svg {
    height: 50px;
}

.bar {
    width: 50%;
    height: 2px;
    background-color: #6d6e71;
    margin: 7px auto;
}

#mobile-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #231f20;
    display: none;
    top: 100vh;
    overflow-y: auto;
}

.mobile-nav-content {
    width: 80%;
    margin: 10px auto 50px;
}

.mobile-nav-close-wrapper {
    color: #6d6e71;
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-nav-close-logo {
    opacity: .35;
    width: 75%;
    height: auto;
}

.mobile-nav-top {
    font-size: 1.7em;
    letter-spacing: 2px;
}

.mobile-nav-link {
    line-height: 1;
    font-weight: 700;
    margin-bottom: 25px;
}

.mobile-nav-less-margin {
    margin-bottom: 17px;
}

.mobile-nav-link a,
.mobile-nav-link .mobile-more{
    color: white;
    text-decoration: none;
}

.mobile-more {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
}

.mobile-more-arrow {
    font-weight: 400;
    font-size: 1.3em;
    color: #6d6e71;
    transition: all .5s;
    position: absolute;
    top: -8px;
    right: 0;
}

.mobile-arrow-rotate {
    transform: rotate(90deg);
}

.mobile-nav-content .footer-social-wrapper {
    width: 100%;
    margin: 50px auto 25px;
}

@media (min-width: 768px) {
    #bottom-nav-wrapper {
        display: none;
        height: 0;
    }
    
    #mobile-nav {
        display: none !important;
    }
}

/*** Cookie alert ***/

#cookie-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #1a1b1c;
    width: 100%;
    z-index: 999;
}

#cookie-aler a {
    color:#b7975e;
}

.cookie-alert {
    padding: 15px;
    text-align: center;
}

#cookie-dismiss {
    cursor: pointer;
}

@media (min-width: 768px) {
    #cookie-alert {
        bottom: 0;
    }
    
    .cookie-alert {
        padding: 25px 10%;
    }
}

.plugin-header {
    visibility: hidden;
}

/*** Support Local popup ***/
.support-local-lb {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index:999;
}

.support-local-inner {
    background:#2e2e2e;
    border:5px white solid;
    text-transform: uppercase;
    width: 70vw;
}

.support-local-content {
    margin:10%;
}

.support-local-content p {
    font-size:2rem;
}

.sl-close {
    position: relative;
    float:right;
    cursor:pointer;
    width:30px;
    height:30px;
}

.sl-close span {
    position:absolute;
    width:50px;
    height: 5px;
    display: inline-block;
    background:white;
}

.sl-close span:first-child {
    transform:rotate(45deg);
}

.sl-close span:last-child {
    transform:rotate(-45deg);
}

.sl-button {
    display: inline-block;
    color: #2e2e2e;
    background:white;
    font-size:2rem;
    padding: 25px 35px 20px;;
}