body {
    font-family: 'Nunito', sans-serif;
}

.body-container-wrapper {
    display: none;
}

.footer-container-wrapper {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .header-container.container-fluid {
        margin-top: 75px;
    }
}

.lead {
    margin-bottom: 0;
}

.lead .vidContainer {
    position: relative;
    background-image: url(http://www.egcgroup.com/hubfs/craft_beverage/images/craft-bev-still.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    overflow: hidden;
    z-index: 1;
}

.lead .vidContainer .overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    text-align: center;
}

.lead .overlay h1 {
    color: #ffffff;
    font-size: 6vw;
    line-height: 1.3em;
    text-transform: uppercase;
}

.lead .overlay h1 > span {
    position: relative;
    display: inline-block;
    top: -0.7em;
    font-size: 0.3em;
    vertical-align: top;
}

.lead .vidContainer video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

@media screen and (max-width: 1199px) {
    .lead .vidContainer {
        height: auto;
        padding-top: 56.25%;
    }
}

.leadSect {
    background-color: #ececec;
    padding: 40px 0 0;
}

.leadSect p {
    margin-bottom: 30px;
    padding: 0 30px;
    font-size: 1.4em;
}

.leadSect h3 {
    margin-bottom: 30px;
    padding: 0 30px;
    font-size: 2em;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .leadSect {
        padding: 30px 0 0;
    }
    .leadSect p {
        margin-bottom: 20px;
        padding: 0 20px;
        font-size: 1.1em;
    }
    .leadSect h3 {
        margin-bottom: 20px;
        padding: 0 20px;
        font-size: 1.4em;
        line-height: 1.2em;
    }
}

.instagram {
    background-color: #ececec;
    padding: 30px 0;
}

.instagram .container {
    padding-top: 3px;
    padding-bottom: 3px;
}

#instafeed:after {
    clear: both;
    display: table;
    content: '';
}

.instagram .container h2 {
    margin-bottom: 30px;
    font-size: 2.5em;
    color: #FC3606;
    text-transform: uppercase;
}

.instagram .bottom {
    margin-top: 30px;
    margin-bottom: 0 !important;
}

#instafeed .box {
    float: left;
    width: 25%;
    border: 5px solid #ececec;
}

#instafeed .box.lg-left {
    width: 50%;
}

#instafeed .box.lg-right {
    float: right;
    width: 50%;
}

#instafeed .box img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .instagram {
        padding: 0 0 30px;
    }
    .instagram .container {
        padding: 3px;
    }
    .instagram .container .row {
        margin: 0;
    }
    .instagram .container h2 {
        margin-bottom: 20px;
        font-size: 1.6em;
    }
    #instafeed {
        max-width: 500px;
        margin: 0 auto;
    }
    #instafeed .box {
        width: 50% !important;
        border: 3px solid #ececec;
    }
}

.socialSect {
    background-color: #ececec;
    padding: 40px 0;
}

.socialSect h2 {
    margin-bottom: 30px;
    font-size: 2.5em;
    color: #FC3606;
    text-transform: uppercase;
}

.socialSect .socialBlock {
    position: relative;
    top: 0;
    padding: 0;
    border: 5px solid #ececec;
    color: #ffffff;
    font-size: 0.9em;
    text-transform: uppercase;
    -webkit-transition: top 0.2s;
    transition: top 0.2s;
}

.socialSect .socialBlock:hover {
    top: -5px;
}

.socialSect .socialBlock a {
    display: block;
    padding: 15px 20px;
}

.socialSect .socialBlock:hover a {
    color: #fff;
}

.socialSect .socialBlock span {
    display: inline-block;
    background-image: url(http://www.egcgroup.com/hubfs/craft_beverage/images/craft-bev-icons.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.socialSect .socialBlock:nth-of-type(1) {
    background-color: #d83428;
}

.socialSect .socialBlock:nth-of-type(1) span {
    background-position: 2px 0;
}

.socialSect .socialBlock:nth-of-type(2) {
    background-color: #6babe8;
}

.socialSect .socialBlock:nth-of-type(2) span {
    background-position: -25px 0;
}

.socialSect .socialBlock:nth-of-type(3) {
    background-color: #4c7197;
}

.socialSect .socialBlock:nth-of-type(3) span {
    background-position: -53px 0;
}

.socialSect .socialBlock:nth-of-type(4) {
    background-color: #3276b0;
}

.socialSect .socialBlock:nth-of-type(4) span {
    background-position: -81px -3px;
}

.socialSect .socialBlock:nth-of-type(5) {
    background-color: #e2b83f;
}

.socialSect .socialBlock:nth-of-type(5) span {
    background-position: -110px -2px;
    width: 28px;
}

.socialSect .socialBlock:nth-of-type(6) {
    background-color: #a1a1a1;
}

.socialSect .socialBlock:nth-of-type(6) span {
    background-position: -142px 0;
}

@media screen and (max-width: 767px) {
    .socialSect h2 {
        margin-bottom: 20px;
        font-size: 1.6em;
    }
    .socialSect .socialBlock {
        border-width: 1px;
    }
}

@media screen and (max-width: 400px) {
    .socialSect .socialBlock {
        font-size: 0.7em;
    }
    .socialSect .socialBlock a {
        padding: 10px 15px;
    }
}

.parallax {
    position: relative;
    background-image: url(http://www.egcgroup.com/hubfs/craft_beverage/images/craft-bev-background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    max-width: 100%;
    height: 500px;
}

.parallax h2 {
    color: #ffffff;
    font-size: 5em;
    line-height: 1.2em;
    text-transform: uppercase;
}

.parallax a {
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    margin-top: 20px;
    padding: 15px 40px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.parallax a:hover {
    background-color: #FC3606;
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .parallax {
        background-position: right center;
        height: 450px;
    }
    .parallax h2 {
        font-size: 4em;
    }
    .parallax a {
        padding: 15px 30px;
    }
}

@media screen and (max-width: 991px) {
    .parallax {
        height: 400px;
    }
    .parallax h2 {
        font-size: 3em;
    }
    .parallax a {
        padding: 12px 20px;
    }
}

@media screen and (max-width: 767px) {
    .parallax {
        background-position: center;
        background-attachment: scroll;
        height: 350px;
    }
    .parallax h2 {
        font-size: 1.8em;
    }
    .parallax a {
        padding: 10px 20px;
    }
}

.infographics {
    padding: 40px 0;
}

.infographics .container h3 {
    color: #FC3606;
}

.infographics .container img {
    display: block;
    max-width: 90%;
}

.hbspt-form .hs-form.stacked {
    max-width: 400px;
    margin: 0;
    padding: 0;
}

.hs-form.stacked .hs-form-field > label {
    display: none;
}

.hs-form.stacked input.hs-input {
    width: 100%;
    max-width: 100%;
    height: 35px;
    margin-bottom: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hs-form.stacked .inputs-list {
    padding: 0;
}

.hs-form.stacked .inputs-list > li label {
    margin-top: 5px;
    color: #FC3606;
}

.hs-form.stacked .hs-button {
    background-image: none;
    background-color: #FC3606;
    padding: 12px 20px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.hs-form.stacked .hs-button:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

@media screen and (max-width: 767px) {
    .infographics {
        padding: 30px 0;
    }
    .infographics .col-xs-12 {
        padding: 0 20px;
    }
    .infographics .container h3 {
        margin: 10px 0;
        text-align: center;
    }
    .infographics .container img {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .hbspt-form .hs-form.stacked {
        max-width: 500px;
        margin: 0 auto;
    }
    .hs-form.stacked .hs_submit {
        text-align: center;
    }
}