@media only screen and (max-width: 1024px) {

    .page-wrapper {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .mobile-only {
        display: block !important;
    }

    .desktop-only {
        display: none !important;
    }

    .tablet-only {
        display: block !important;
    }

    header {
        width: 100%;
        height: 60px;
        margin: 0;
        padding: 0;
        border-bottom: none;
    }

    .header-content {
        padding: 0;
        position: fixed;
        transform: translateY(0) !important;
        left: 0;
        right: 0;
        top: 0;
    }

    header .container {
        display: table;
        padding-left: 8%;
    }

    header canvas.desktop-only {
        display: none !important;
    }

    header .container > * {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
    }

    header .siegel-logo {
        margin: 7px 0 0 0;
        width: 154px;
        height: 44px;
        max-width: none;
        background: url("../images/logos/mobile-logo.png") center center no-repeat;

        -webkit-background-size: contain;
                background-size: contain;
    }

    header .mobile-menu-toggle {
        position: absolute;
        right: 22px;
        width: 34px;
        height: 60px;
        background: url("../images/mobile-hamburger-icon.png") center center no-repeat;

        -webkit-background-size: contain;
                background-size: contain;
    }

    header .mobile-menu-toggle.active {
        right: 26px;
        width: 25px;
        height: 60px;
        background: url("../images/mobile-close-icon.png") center center no-repeat;
    }
    
    .mobile-menu {
        display: none !important;
        top: 60px;
        right: 0;
        left: 0;
        z-index: 2000;
    }

    .mobile-menu.active {
        display: block !important;
        position: fixed;
    }

    .mobile-menu .container {
        height: 100%;
        background: #1e1e1e;
    }

    .mobile-menu ul {
        height: inherit;
        font-family: 'Gotham-Bold', serif;
        font-size: 16px;
        line-height: 22px;
        padding: 10% 8%;
        margin: 0;
        list-style: none;
        text-align: left;
    }

    .mobile-menu li + li {
        margin-top: 30px;
    }

    .mobile-menu a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
    }

    .section.ideals {
        margin-top: 8px;
    }

    .section.ideals ul {
        height: 414px;
        overflow-y: hidden;
    }

    .section.ideals .slider-nav {
        background-color: #fff;
    }

    .section.about-us h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .section.about-us .relationships .content-bg-container .content {
        padding: 50% 0;
        padding-top: 65%;
    }

    .section.about-us .relationships .content-bg-container .content h2 {
        width: auto;
        max-width: 80%;
        font-size: 18px;
        line-height: 24px;
    }

    .section.about-us .relationships .content-bg-container .content li {
        font-size: 14px;
        line-height: 26px;
    }

    .section.about-us .relationships .content-bg-container .content ul {
        padding-left: 30%;
    }

    .section.about-us .relationships .content-bg-container .content ul {
        margin-top: 15px;
    }

    .section.clients .container {
        width: 100%;
        margin: 0;
        padding: 0 8%;
    }

    .section.clients h2 {
        font-size: 18px;
        line-height: 24px;
        margin: 0;
        padding-top: 50px;
    }


    .section.clients ul.clients-logos {
        width: 100%;
        margin-top: 40px
    }

    .section.clients ul.clients-logos li {
        display: block;
        margin: 0;
    }

    .section.clients ul.clients-other {
        width: 95%;
        padding-left: 5%;
        margin-top: 35px;
    }

    .section.clients ul.clients-other li {
        width: 100%;
    }

    .section.team .container {
        padding: 0;
    }

    .section.credentials .container {
        padding: 0 55px;
    }

    .section.credentials .container p {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }

    .section.motto {
        height: auto;
        padding: 45px 0;
    }

    .section.motto h2 {
        padding-top: 0;
        text-transform: lowercase;
        font-size: 17px;
        line-height: 23px;
    }

    .section.motto h2:first-letter {
        text-transform: capitalize;
    }

    .section.motto p {
        font-size: 35px;
        line-height: 37px;
    }

    .section.motto p span {
        line-height: 36px;
    }

    .section.ideals ul {
        height: auto;
    }
    
    .section.ideals li {
        margin: 0;
        width: auto;
        height: auto;
    }

    .section.ideals li::before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        padding-left: 100%;
        padding-top: 100%;

        -webkit-box-sizing: content-box;
           -moz-box-sizing: content-box;
                box-sizing: content-box;
    }


    .section.about-us h2 + p {
        margin-top: 35px;
    }
    .section.about-us p + p {
        margin-top: 25px;
    }

    .section.about-us h2 {
        margin: 55px 0 5px 0;
    }

    .section.about-us p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .section.about-us .about-us,
    .section.about-us .relationships {
        height: auto;
    }

    .section.about-us .relationships {
        margin-top: -1px;
    }

    .section.about-us .about-us > *,
    .section.about-us .relationships > * {
        display: block;
    }

    .section.about-us .about-us .content,
    .section.about-us .relationships .content {
        padding: 0 8% 8% 8%;
    }

    .section.about-us .relationships .content-bg-container {
        margin: 0;
        width: 100%;
    }

    .section.about-us .about-us .content-bg,
    .section.about-us .about-us .content-bg-container,
    .section.about-us .about-us .content-bg {
        margin: 0;
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .section.about-us .about-us .content-bg {
        background-position: bottom center;
    }

    .section.about-us .about-us .content-bg::before,
    .section.about-us .about-us .content-bg-container::before,
    .section.about-us .relationships .content-bg::before {
        content: "";
        display: block;
        height: 0;
        width: 0;

        -webkit-box-sizing: content-box;
           -moz-box-sizing: content-box;
                box-sizing: content-box;
    }

    .section.about-us .about-us .content-bg::before,
    .section.about-us .about-us .content-bg-container::before {
        width: 100%;
        padding-top: 86.875%;
    }

    .section.about-us .relationships .content-bg::before {
        padding-top: 154%;
        width: 100%;
    }

    .section.about-us .relationships .content-bg {
        min-height: 0;
        margin: 0;
        width: auto;
        height: auto;
    }

    .section.about-us .relationships .content-bg::after {
        content: none;
    }

    .section.about-us .relationships .content-bg-container .content-bg-image {
        -webkit-background-size: cover;
                background-size: cover;

        bottom: 0;
        height: auto;
    }

    .section.our-work h2 {
        font-size: 18px;
        line-height: 24px;
        margin: 50px auto 48px auto;
    }

    .section.our-work .youtube-videos {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .section.our-work .youtube-videos li {
        width: 100%;
        height: auto;
        margin: 0;
        padding-bottom: 30px;
    }

    .section.our-work .youtube-videos h3,
    .section.our-work .youtube-videos h4 {
        padding: 0 8%;
    }

    .section.our-work .youtube-videos h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .section.our-work .youtube-videos h4 {
        margin-top: 10px;
    }

    .section.our-work .show-more-work {
        max-width: 100%;
        width: 88%;
        height: 43px;
        font-size: 16px;
        line-height: 40px;
        margin: 0 auto 30px auto;
    }

    .section.our-work .show-more-work::before {
        margin-left: 63%;
    }

    .section.testimonials h2 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 54px;
    }

    .section.testimonials ul {
        margin: 0;
        overflow-y: hidden;
    }

    .section.testimonials li {
        margin-top: 65px;
        margin-right: 0;
        height: 485px;
        width: 90%;
    }

    .section.testimonials li::after {
        top: -55px;
        background: url("../images/testimonial-quotes-mobile.png") center center no-repeat;
    }

    .section.testimonials li .quote {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        padding: 60px 35px;
        overflow: auto;
        white-space: normal;
    }

    .section.testimonials .quote.daily-kos { font-size: 27px; line-height: 33px; }
    .section.testimonials .quote.politico { font-size: 19px; line-height: 25px; }
    .section.testimonials .quote.adweek { font-size: 24px; line-height: 30px; }
    .section.testimonials .quote.daily-news { font-size: 45px; line-height: 48px; }
    .section.testimonials .quote.the-new-york-times { font-size: 32px; line-height: 37px; }
    .section.testimonials li:last-child .quote { font-size: 19px; line-height: 25px; }

    .section.testimonials .logo {
        width: 230px;
        height: 60px;
        left: 35px;
    }

    .section.clients ul.clients-logos li {
        height: 72px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .section.clients ul.clients-logos .fsta { width: 104px;}
    .section.clients ul.clients-logos .uber {  width: 190px; }
    .section.clients ul.clients-logos .headstrong-project { width: 262px; }
    .section.clients ul.clients-logos .solarcity { width: 156px; }
    .section.clients ul.clients-logos .girls-who-code { width: 122px; }

    .section.clients ul.clients-logos li > * {
        max-width: 100%;
    }

    .section.clients ul.clients-other {
        margin-bottom: 35px;
    }

    .section.clients ul.clients-other li {
        font-size: 13px;
        line-height: 26px;
        width: 100% !important;
    }
    
    .section.clients ul.clients-other li.hide {
        display: none;
    }

    .section.clients .show-more-clients {
        border: none;
        width: 100%;
        height: 67px;
        margin-bottom: 30px;
        text-transform: uppercase;
        background: url("../images/email-us-btn-bg.png") center center no-repeat;
        position: relative;
        display: block;
        font-family: 'Gotham-Bold', serif;
        border-radius: 4px;

        -webkit-background-size: cover;
        background-size: cover;
    }

    .section.clients .show-more-clients::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding-right: 18px;
        margin-left: 14%;
        font-family: 'Gotham-Bold', serif;

        background: url("../images/arrow-down.png") center center no-repeat;

        -webkit-background-size: contain;
        background-size: contain;
    }

    .section.team h2 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 50px;
    }

    .section.team ul {
        padding: 0;
        margin: 40px auto 0 auto;
        overflow-y: hidden;
    }

    .section.team li {
        box-sizing: border-box;
        display: inline-block;
        margin-left: 3%;
        width: 90%;
    }

    .section.team h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section.team h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .section.team .photo {
        max-width: 100%;
        width: 100%;
        height: 250px;

        -webkit-background-size: contain !important;
                background-size: contain !important;
    }

    .section.team .info {
        margin-left: auto;
        margin-right: auto;
        max-width: 340px;
    }

    .section.team p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .section.team .email {
        width: 100%;
        font-size: 16px;
        padding: 0;

        -webkit-background-size: cover;
                background-size: cover;

        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
                border-radius: 4px;
    }

    .section.contact-us .container {
        max-width: 100%;

        -webkit-box-sizing: content-box;
           -moz-box-sizing: content-box;
                box-sizing: content-box;
    }

    .section.contact-us .map {
        position: relative;
    }

    .section.contact-us .map * {
        pointer-events: none !important;
    }

    .section.contact-us .map .open-map {
        position: absolute;
        pointer-events: auto !important;
        z-index: 10;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .section.contact-us .container > * {
        display: block;
        width: auto;
    }

    .section.contact-us .contact-us {
        padding: 45px 30px;
    }

    .section.contact-us .siegel-logo {
        /*background: url("../images/logos/siegel-contact-us-mobile.png") center center no-repeat;*/
        padding: 0;
        width: auto;
        /*height: 70px;*/
    }

    .section.contact-us .contact-us p {
        margin-top: 5px;
        font-size: 16px;
        line-height: 26px;
    }

    .section.contact-us .phone,
    .section.contact-us .email {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 44px;
        background: url("../images/email-us-btn-bg.png") center center no-repeat;
        border-radius: 4px;

        -webkit-background-size: cover;
                background-size: cover;
    }

    .section.contact-us .email,
    .section.contact-us .phone.mobile-only {
        display: block;
        height: 60px;
        line-height: 60px;
        box-sizing: border-box;
        padding: 0;
        width: 100%;
    }

    .section.contact-us .phone.mobile-only {
        margin: 0 0 17px 0;
    }

    .section.contact-us .map {
        height: 595px;
    }

    .section.team .sacha-haworth .email {
        margin-left: -25px;
    }
}

/*@media only screen and (min-width: 737px) and (max-width: 1024px){*/
    /*.section.our-work .youtube-videos li {*/
        /*margin: 0 1%;*/
        /*width: 48%;*/
    /*}*/

    /*.section.our-work li:nth-child(3n + 1) {*/
        /*clear: none;*/
    /*}*/
/*}*/

@media only screen and (max-width: 736px) {
    .section.about-us .relationships .content-bg-container .content {
        padding-top: 50%;
    }


    .section.contact-us .map {
        height: 500px;
        width: 100%;
    }

    .section.contact-us .map > * {
        width: auto !important;
        height: auto !important;
    }

    .section.contact-us #gmap_canvas {
        width: auto !important;
        height: 500px !important;
    }
    
    .section.our-work .show-more-work::before {
        margin-left: 73%;
    }
}

@media only screen and (min-width: 737px) and  (max-width: 1024px) {
    .section.ideals .creative,
    .section.ideals .messaging,
    .section.ideals .logical,
    .section.ideals .winning {
        width: 50%;
    }

    .section.our-work .show-more-work {
        line-height: 43px;
    }
    
    .section.our-work .show-more-work::after {
        margin-left: 63%;
    }

    .section.testimonials li {
        max-width: 70%;
    }

    .section.about-us .relationships .content-bg {
        /*background: url("../images/relationships-bg.png") no-repeat bottom center / contain, url("../images/bg-tile.png") repeat;*/
        background: url("../images/relationships-bg.png") no-repeat bottom center / contain;
        background-blend-mode: unset;
    }

    .section.about-us .relationships .content-bg-container .content {
        padding-top: 33%;
    }

    .section.about-us .relationships .content-bg::before {
        padding-top: 86%;
    }
}

@media only screen and (min-width: 737px) and  (max-width: 1024px) and (orientation: landscape) {
    .section.about-us .relationships .content-bg-container .content {
        padding-top: 35%;
    }

    .section.about-us .relationships .content-bg-container .content ul {
        padding-left: 36%;
    }

    .section.our-work .show-more-work::after {
        margin-left: 60%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
    .section.about-us .relationships .content-bg-container .content {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
    }

    .section.about-us .relationships .content-bg-container .content ul {
        margin-bottom: 0;
        padding-left: 10%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 413px) {

    .section.our-work .show-more-work::before {
        margin-left: 11%;
    }

    .section.clients .show-more-clients::before {
        margin-left: 7%;
    }
}

@media only screen and (max-width: 736px) {

    .section.team p {
        margin-bottom: 50px;
    }

    .section.team .sacha-haworth .email {
        margin-left: 0;
        padding: 0;
    }

    .section.team .sacha-haworth p {
        margin-bottom: 25px;
    }

    .section .button {
        font-size: 16px !important;
        height: 60px !important;
        line-height: 60px !important;
    }
}
