﻿/*********************************************************************
    MARRKETING BANNER
*********************************************************************/
#mkt-banner {
    margin-top: -21px;
    position: relative;
    background-color: transparent;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}


.mktb-standard .mktb-mobile-bk {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mktb-standard.mktb-default .mktb-mobile-bk {
    height: 250px;
}

.mktb-standard .mktb-bk {
    display: none;
}

.mktb-standard .container {
    position: relative;
    height: auto;
    margin-top: -400px;
}

.mktb-standard.mktb-default .container {
    margin-top: 0;
}

.mktb-standard .mktbs-call-out {
    background-color: rgba(255,255,255,1);
    margin: 250px 15px 0;
    padding: 15px 25px 25px;
}

    .mktb-standard .mktbs-call-out .mktbs-title {
        color: #000;
        font-size: 28px;
        line-height: 34px;
        font-weight: 600;
        display: block;
        margin-bottom: 25px;
    }

    .mktb-standard .mktbs-call-out p {
        color: #000;
        margin: 0;
    }

@media only screen and (min-width:768px) {
    .mktb-standard.mktb-default .container {
        margin-top: -50px;
        padding-bottom: 0;
    }

    .mktb-standard .mktb-mobile-bk {
        display: none;
    }

    .mktb-standard .mktb-bk {
        display: block;
        width: 100%;
        height: 450px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: transparent;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mktb-standard.mktb-animation .mktb-bk {
        height: 500px;
    }

    .mktb-standard.mktb-default .mktb-bk {
        height: 250px;
    }

    .mktb-standard .container {
        position: relative;
        height: 450px;
        margin-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }

    .mktb-standard.mktb-default .container {
        height: 250px;
        margin-top: 0;
    }

    .mktb-standard .mktbs-call-out {
        background-color: rgba(255,255,255,.90);
        width: 590px;
        margin: 0 0 0 15px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .mktb-standard .mktbs-call-out .mktbs-title {
            margin: 0 0 15px;
            font-size: 40px;
            line-height: 45px;
            font-weight: 400;
        }
}

@media only screen and (min-width:992px) {
    #mkt-banner {
        margin-top: -14px;
    }

    .mktb-standard .mktbs-call-out {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (min-width:1200px) {
}


/*********************************************************************
    GRIDS
*********************************************************************/

#acuron-gt-promo{
  background-color: #0857cc;
}

.grid {
    display: -ms-grid;
    display: grid;
    margin: 12px -6px 0;
}

    .grid > div {
        margin: 6px;
        overflow: hidden;
    }

    .grid .cell-img-cont {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

h2.grid-heading {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

h2.grid-mar-fix {
    margin-bottom: 0;
}

.grid p {
    color: #000;
    margin-bottom: 0;
}

.grid-heading {
    font-size: 24px;
    font-weight: 600;
}

.grid-video-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 225px;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .25s;
    cursor: pointer;
}

    .grid-video-cont .vid-info {
        width: 95%;
        background-color: rgba(255,255,255,.9);
        position: absolute;
        top: 60%;
        left: 0;
        height: 80px;
        -webkit-box-shadow: 0px 2px 11.04px 0.96px rgba(102, 102, 102, 0.5);
        box-shadow: 0px 2px 11.04px 0.96px rgba(102, 102, 102, 0.5);
        transition: all .5s;
    }

        .grid-video-cont .vid-info img {
            display: block;
            width: 60px;
            height: 60px;
            float: left;
            margin: 10px;
        }

        .grid-video-cont .vid-info span {
            font-size: 16px;
            font-weight: 600;
            display: block;
            margin-top: 12px;
        }

    .grid-video-cont:hover .vid-info {
        background-color: rgba(255,255,255,.7);
        transform: scale(1.1) translateX(20px);
    }

    .grid-video-cont .yt-video-cont {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

        .grid-video-cont .yt-video-cont.show {
            display: block;
        }

        .grid-video-cont .yt-video-cont iframe {
            width: 100%;
            height: 100%;
        }


@media only screen and (min-width:370px) {
    .grid-video-cont .vid-info span {
        font-size: 20px;
    }
}

@media only screen and (min-width:768px) {
    .grid-video-cont {
        height: 229px;
    }

        .grid-video-cont .vid-info {
            width: 80%;
        }

    h2.grid-heading {
        font-size: 48px;
        font-weight: 400;
    }

    h2.grid-mar-fix {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width:992px) {
    .grid-video-cont {
        height: 292px;
    }

        .grid-video-cont .vid-info {
            width: 70%;
            height: auto;
        }

            .grid-video-cont .vid-info img {
                width: 80px;
                height: 80px;
                margin: 25px;
            }

            .grid-video-cont .vid-info span {
                font-size: 24px;
                line-height: 28px;
                font-weight: 600;
                display: block;
                margin-top: 36px;
            }
}

@media only screen and (min-width:1200px) {
    .grid-video-cont {
        height: 367px;
    }
}

.callout {
    position: relative;
    background: rgba(255,255,255,0.9);
    width: 570px;
    z-index: 10;
    padding: 15px 25px 25px;
    margin: 30px 0;
    left: 100px;
}

.callout-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 2.5rem;
}
/* buttons */
a.grid-btn {
    display: inline-block;
    border: 2px solid #fff;
    background-color: #fff;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    -webkit-box-shadow: 0px 2px 11.04px 0.96px rgba(102, 102, 102, 0.5);
    box-shadow: 0px 2px 11.04px 0.96px rgba(102, 102, 102, 0.5);
    text-decoration: none;
    padding: 7px 18px;
    margin-top: 30px;
    -webkit-transition: all .25s;
    transition: all .25s;
}

/* made changes */

    a.grid-btn:hover {
        background-color: transparent;
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    a.grid-btn.gb-blue {
        background: #40bada;
        border: 2px solid #40bada;
    }

        a.grid-btn.gb-blue:hover {
            color: #40bada;
            background-color: transparent;
        }

    a.grid-btn.gb-yellow {
        background: #ffc440;
        border: 2px solid #ffc440;
    }

        a.grid-btn.gb-yellow:hover {
            color: #ffc440;
            background-color: transparent;
        }

    a.grid-btn.gb-green {
        background: #84973b;
        border: 2px solid #84973b;
    }

        a.grid-btn.gb-green:hover {
            color: #84973b;
            background-color: transparent;
        }

@media only screen and (min-width:768px) {
    .grid {
        margin: 0 -2px;
    }

        .grid > div {
            margin: 2px;
        }
}

/*********************************************************************
    GRIDS background colors
*********************************************************************/

.bkg-orange {
    background-color: #ffa333;
}

.bkg-green {
    background-color: #84973b;
}

.bkg-blue {
    background-color: #4ec8de;
}

.bkg-seeds-blue {
    background-color: #4ec8de;
}

/* .cell-2.bkg-seeds-blue:hover{
  background-color: #5F7800 !important;
}


.cell-5:hover{
  background-color: #dbae2c
}


.cell-4:hover,
.cell-3:hover{
  background-color: #00A0BE !important;
} */

/* intro */
#intro .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-top: 6px;
}
    #intro .cell-content {
        padding: 35px 30px;
    }
    #intro .grid .cell-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 110px;
        margin-top: 1px;
        background-color: #E6E6E6;
        transition: all .3s ease-in;
        overflow: visible;
    }
        #intro .grid .cell-1:hover {
            /* background-color: #bebebe; */
            cursor: pointer;
        }
        #intro .cell-1.cell-collapse {
            height: 0;
            margin-top: -3px;
        }
        #intro .cell-1 .input-cont {
            position: relative;
            width: 90%;
            max-width: 400px;
        }
        #intro .cell-1 img {
            height: 24px;
            width: 25px;
        }
        #intro .cell-1 .divider {
            display: inline-block;
            height: 50px;
            width: 3px;
            background-color: #fff;
            margin: -10px 10px;
        }
        #intro .cell-1 input[type="submit"] {
            width: 25px;
            height: 24px;
            background-color: transparent;
            background-image: url(../images/homepage/search-icon.svg);
            background-repeat: no-repeat;
            background-size: contain;
            border: none;
            font-size: 0;
            outline: none;
        }
        #intro .cell-1 input[type="text"] {
            width: 80%;
            max-width: 345px;
            background: none;
            border: none;
            border-bottom: 1px dashed rgba(0,0,0,0.2);
            font-size: 18px;
            font-weight: 600;
            outline: none;
            font-style: italic;
            margin-left: 15px;
        }
        #intro .cell-1 ::placeholder {
            color: #000;
            font-style: italic;
            opacity: 1;
        }
        #intro .cell-1 :-ms-input-placeholder {
            color: #000;
            font-style: italic;
        }
        #intro .cell-1 ::-ms-input-placeholder {
            color: #000;
            font-style: italic;
        }
        #intro .cell-1 .type-prompt {
            position: absolute;
            font-size: 18px;
            font-weight: 600;
            font-style: italic;
            overflow: hidden;
            border-right: 1px solid #000;
            white-space: nowrap;
            width: 0;
            top: 2px;
            left: 45px;
            opacity: 1;
        }

.cell-2 .cell-img-cont {
    width: 100%;
    height: 300px;
}
#intro .cell-3 {
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}
.cell-4 .cell-img-cont {
    width: 100%;
    height: 350px;
}
.cell-5 .cell-img-cont {
    width: 100%;
    height: 280px;
}

#intro .cell-5:hover,
#why .cell-2:hover{
  /* background-color: #edaa15 !important; */
}


.type-in {
    animation: typing 2s steps(20, end) forwards, blink-caret .75s step-end infinite;
}
/* The typing effect */
@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 80%;
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to {
        border-color: transparent
    }

    50% {
        border-color: #000;
    }
}

@media only screen and (min-width:600px) {
    #intro .cell-1 input[type="text"] {
        font-size: 24px;
    }

    #intro .cell-1 .divider {
        margin: 0 20px;
    }

    #intro .cell-1 .type-prompt {
        font-size: 24px;
        line-height: 30px;
    }

    @keyframes typing {
        from {
            width: 0;
        }

        to {
            width: 300px;
        }
    }
}

@media only screen and (min-width:768px) {
    #intro .grid {
        margin: 0 -2px;
    }
        #intro .cell-2 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
            #intro .cell-2 .cell-img-cont {
                width:40%;
                height:330px;
            }
            #intro .cell-2 .cell-content {
                width: 60%;
            }
        #intro .cell-4 {
            display:-webkit-box;
            display:-ms-flexbox;
            display:flex;
            flex-flow: row-reverse;
        }
            #intro .cell-4 .cell-img-cont {
                width: 40%;
            }
            #intro .cell-4 .cell-content {
                width: 60%;
            }
        #intro .cell-5 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
            #intro .cell-5 .cell-img-cont {
                width: 40%;
                height: 430px;
            }
            #intro .cell-5 .cell-content {
                width: 60%;
            }
}

@media only screen and (min-width:992px) {
    #intro .grid {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 2px;
    }
        #intro .cell-1 {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            grid-area: 1 / 1 / 1 / 4;
        }
        #intro .cell-2 {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            grid-area: 2 / 1 / span 1 / span 3;
        }
            #intro .cell-2 .cell-img-cont {
                width: 35%;
                height: 350px;
            }
            #intro .cell-2 .cell-content {
                width: 65%;
            }
    #intro .cell-3 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-direction: row-reverse;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 4 / 1 / span 1 / span 2;
    }
    #intro .cell-4 {
        display: initial;
        -ms-grid-row: 3;
        -ms-grid-row-span: 2;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 3 / 3 / span 2 / span 1;
    }
        #intro .cell-4 .cell-img-cont {
            width: 100%;
            height: 400px;
        }
        #intro .cell-4 .cell-content {
            width: 100%;
        }
    #intro .cell-5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 3 / 1 / span 1 / span 2;
    }
        #intro .cell-5 .cell-img-cont {
            width: 40%;
            height: 480px;
        }
        #intro .cell-5 .cell-content {
            width: 60%;
        }
}

@media only screen and (min-width:1200px) {
    #intro .cell-5 .cell-img-cont {
        height: 400px;
    }
}

/* initiatives */
#initiatives .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

    #initiatives .grid > div {
        background-color: #00A0BE;
    }

#initiatives .cell-1 {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    background-image: url(../images/homepage/more-mic.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

    #initiatives .cell-1 img, #initiatives .cell-3 img, #initiatives .cell-4 img {
        width: 100%;
    }

#initiatives .cell-2 {
    /*background-image: url(../images/homepage/initiatives-video-bg.jpg);*/
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}

#initiatives .cell-content {
    padding: 35px 30px;
}

@media only screen and (min-width:768px) {
    #initiatives .mktb-standard {
        display: none;
    }

    #initiatives .grid {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: repeat(3, 1fr);
    }

    #initiatives .cell-1 {
        display: block;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-area: 1 / 1 / 2 / 4;
    }

    #initiatives .cell-2 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 2 / 1 / 3 / 3;
    }

    #initiatives .cell-3 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 2 / 3 / 3 / 4;
    }
#initiatives .cell-3:hover,
#initiatives .cell-4:hover{
    /* background-color: #00A0BE !important */
  }

    #initiatives .cell-4 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-area: 3 / 1 / 4 / 4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        #initiatives .cell-4 img {
            width: auto;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }
}

/* businesses */
#businesses .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

    #businesses .grid .cell-1 {
        background-color: #ffa333;
    }

  #businesses .grid .cell-1:hover{
      /* background-color: #EB8200; */
    }

#businesses .cell-1 img, #businesses .cell-2 img, #businesses .cell-3 img, #businesses .cell-4 img, #businesses .cell-5 img {
    width: 100%;
}

#businesses .grid .cell-2 {
    background-color: #a6dbed;
}

#businesses .grid .cell-2:hover{
    /* background-color: #4da2bf; */
}


#businesses .grid .cell-3 {
    background-color: #4ec8de;
}


/* #businesses .grid .cell-3:hover{
  background-color: #00A0BE;
} */


#businesses .grid .cell-4 {
    background-color: #ffd14e;
}

#businesses .grid .cell-4:hover{
  /* background-color: #dbae2c */

}

#businesses .grid .cell-5 {
    background-color: #bfc733;
}


#businesses .grid .cell-5:hover{
  /* background-color:#a6ad28 */
}

#businesses .cell-content {
    padding: 35px 30px;
}

@media only screen and (min-width:768px) {
    #businesses .grid {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: repeat(3, 1fr);
    }

    #businesses .cell-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 1 / 1 / 2 / 3;
    }

        #businesses .cell-1 img, #businesses .cell-2 img, #businesses .cell-5 img {
            width: auto;
        }

    #businesses .cell-2 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 2 / 1 / 3 / 3;
    }

    #businesses .cell-3 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 1 / 3 / 3 / 4;
    }

    #businesses .cell-4 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 3 / 1 / 4 / 2;
    }

    #businesses .cell-5 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-area: 3 / 2 / 4 / 4;
    }

    #businesses .cell-1, #businesses .cell-2, #businesses .cell-5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #businesses .cell-5 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

/* why syngenta */
#why .mktb-standard .mktb-mobile-bk {
    background-position: center right;
}

#why .mktb-standard a.grid-btn {
    background: #ffc440;
}

#why .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

    #why .grid > div {
        background-color: #ffc440;
    }

#why .cell-1 {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    background-image: url(../images/homepage/our-work-matters.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#why .cell-content {
    padding: 35px 30px;
}

#why .cell-2 img {
    width: 100%;
}

@media only screen and (min-width:768px) {
    #why .mktb-standard {
        display: none;
    }

    #why .grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #why .cell-1 {
        display: block;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-area: 1 / 1 / 2 / 4;
    }

    #why .cell-2 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 2 / 1 / 3 / 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        #why .cell-2 img {
            width: auto;
        }
}

/* social */
#social-posts .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto;
}

    #social-posts .grid > div {
        background-color: #c4e8f5;
    }

#social-posts .cell-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 1 / 1;
}

#social-posts .cell-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 2 / 1;
}

#social-posts .cell-3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 3 / 1;
}

#social-posts video {
    background: #000;
    display: block;
    width: 100%;
    max-height: 200px;
}

#social-posts .grid a {
    color: #000;
}

#social-posts .social-icon {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
}

#social-posts .facebook-post .social-icon {
    background-image: url(../images/homepage/facebook-icon.svg);
}

#social-posts .twitter-post .social-icon {
    background-image: url(../images/homepage/twitter-icon.svg);
}

#social-posts .instagram-post .social-icon {
    background-image: url(../images/homepage/instagram-icon.svg);
}

#social-posts span.date {
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 20px;
}

#social-posts .cell-content {
    position: relative;
    padding: 20px;
}

    #social-posts .cell-content p {
        margin-top: 25px;
    }

.social-links {
    margin: 70px 0 30px;
}
    .social-links .social-link-twitter {
        background-color: #3fbbd5;
        display: inline-block;
        border-radius: 50%;
        transition: all .25s;
    }
        .social-links .social-link-twitter img {
            width: 35%;
        }
        .social-links .social-link-twitter:hover,
        .social-links .social-link-twitter:focus {
            opacity: .8;
            transform: scale(.9);
        }
        .social-links .social-link-twitter:hover img {
            opacity: 1;
            transform: scale(1);
        }
    .social-links a {
        margin-left: 4px;
        display: inline-block;
        width: 55px;
        height: 55px;
    }

        .social-links a:first-child {
            margin-left: 0;
        }

        .social-links a img {
            width: 55px;
            height: 55px;
            opacity: 1;
            transition: all .25s;
        }

        .social-links a:hover img {
            opacity: .8;
            transform: scale(.9);
        }

@media only screen and (min-width:768px) {
    #social-posts .grid {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    #social-posts .cell-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1 / 1 / 1 / 1;
    }

    #social-posts .cell-2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1 / 2 / 1 / 2;
    }

    #social-posts .cell-3 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 1 / 3 / 1 / 3;
    }
}

@media only screen and (max-width: 768px) {
    .social-links a,
    .social-links a img {
        width: 45px;
        height: 45px;
    }
}

/* SEARCH SUGGESTIONS */
#unibox-suggest-box {
    position: absolute;
    top: 28px !important;
    background: #fff;
    z-index: 100;
    overflow: hidden;
}

    #unibox-suggest-box section {
        margin: 1em 0;
        padding: 0 15px;
    }

    #unibox-suggest-box h2 {
        color: #000;
        font-size: 20px;
        margin: 0 0 .5em;
    }
