@media (max-width: 767px) {
    header h1 span {
        display: block;
    }
    .partnership-info dl.row dd h3 {
        margin: 5% 0 7%;
        text-align: center;
    }
}
@media (min-width: 767px) {
    body {
        font-size: 17px;
        font-weight: 400;
    }
    header h1 {
        margin: 400px 0 0;
    }
    .container {
        max-width: 90%;
    }
    .min-d-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .brand {
        width: 216px;
    }
    section {
        padding: 5% 0;
    }
    .nav-wrap .nav-list li {
        padding-left: 50px;
    }
    .social a {
        margin: 0 15px;
        width: 50px;
        height: 50px;
    }
    h2 {
        font-size: 40px;
        line-height: normal;
    }
    .partnership-info dl.row dd h3 {
        font-size: 18px;
    }
    header h1 {
        font-size: 42px;
        margin: 0 auto 2%;
        max-width: 720px;
    }
    header nav {
        margin: 0 auto;
    }
    .nav-wrap .nav-list li a:hover {
        color: #ed1c24;
        font-weight: 300
    }
    ul.col-list.partnership-info li {
        margin-bottom: 0;
    }
    ul.col-list.partnership-info li div {}
    .acc__title {
        font-size: 21px
    }
    .social-paertners {
        bottom: 8px;
    }
    .social-paertners a:before, .social a:before {
        width: 30px;
        height: 28px;
    }
    .social-paertners a:hover, .social a:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        background-color: #111;
    }
    #fllow-us {
        padding: 2.5% 0;
    }
    .partnership-info dl.row dt {
        flex-basis: 300px;
    }
    .partnership-info dl.row dd {
        -ms-flex: 1;
        flex: 1;
    }
    .expect-from-you p {
        font-size: 21px;
    }
    .expect-from-you p strong {
        font-size: 21px;
    }
    .partnership-info dl.row dd h3 strong {
        font-size: 24px;
    }
    .partnership-info dl.row dd h3 {
        margin: 0 0 20px;
    }
    video {
        margin-top: -9%;
    }
}

@media (min-width: 1024px) {
	header {
    color: #fff;
}
	.hero-copy {
    position: absolute;
    bottom: 2.5%;
    left: 0;
    right: 0;
    z-index: 2;
    max-width: 900px;
    padding: 0;
}
header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    height: 50%;
}
}

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
    .expect-from-you .container {
        max-width: 1000px;
    }
}
@media (min-width: 1460px) {
    header nav {
        width: 1320px;
    }
}