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

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

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.page-wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

.page-body {
    position: relative;
}

.page-body::after, .section::after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    line-height: 0;
}

.section {
    position: relative;
    float: left;
    width: 100%;
    display: block;
}

.anchor {
    position: absolute;
    top: 0;
    left: 0;
}

.container {
    display: block;
    width: 100%;
    margin: -3px auto 0 auto;
    text-align: center;
    font-family: 'Gotham-Book', serif;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.section::after,
.container::after {
    content: "";
    clear: both;
    height: 0;
    line-height: 0;
    display: table;
}

h2, h3, h4, p {
    color: #1e1e1e;
}

.section + .section h2 {
    text-transform: uppercase;
}

p {
    text-align: left;
    word-break: break-word;
    white-space: normal;
}

header {
    height: 166px;
}

.header-content {
    height: inherit;
    background-color: #161616;
    padding: 0 126px;

    z-index: 4000;
}

@media only screen and (min-width: 1025px) {
    .header-fixed .header-content {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 112px;
    }

    .header-fixed nav li {
        height: 112px;
        line-height: 120px;
    }

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

    .header-fixed .header-content .container {
        position: relative;
    }

    .header-fixed .header-content .container::before {
        content: "";
        width: 303px;
        left: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        background: url("../images/logos/seigel_logo_compact_v1.png") no-repeat center left / contain;
    }
}

header .container,
header .container > * {
    height: inherit;
}

header .siegel-logo {
    display: inline-block;
    width: 310px;
    max-width: 18%;
    height: 114px;
    float: left;
    margin-top: 27px;
    background: url("../images/logos/siegel_logo_v1.png") center center no-repeat;

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

header canvas.desktop-only {
    float: left;
}

header nav {
    float: right;
    max-width: 59%;
    font-family: 'Gotham-Bold', serif;
}

header nav ul {
    margin: 0;
    padding: 0;
}

header nav li {
    display: inline-block;
    height: 166px;
    line-height: 166px;
}

header nav li a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    line-height: 23px;
    text-transform: uppercase;
    padding: 0 18px;
    height: inherit;
    position: relative;
}

header nav li:last-of-type a {
    padding-right: 0;
}

.section.motto {
    height: 910px;
    min-width: 100%;
    margin-top: -1px;
    margin-bottom: -5px;
    background: url("../images/motto-bg.png") center center no-repeat;

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

.section.motto video {
    width: 100%;
}

.section.motto p,
.section.motto h2 {
    color: #fff;
    margin: 0;
}

.section.motto h2 {
    font-size: 54px;
    line-height: 78px;
    padding-top: 310px;
    margin: 0;
}

.section.motto p {
    text-align: center;
    font-size: 121px;
    line-height: 127px;
    font-family: 'Gotham-Light', serif;
}

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

.section.ideals ul {
    list-style: none;
    height: 480px;
    margin: 0;
    padding: 0;
}

.section.ideals li {
    float: left;
}

.section.ideals .mobile-slider-active .slider-content {
    background: url("../images/four-squares/four-squares-left.jpg") no-repeat center left / auto 100%,
                url("../images/four-squares/four-squares-right.jpg") no-repeat center right / auto 100%;

    font-size: 0;
}

.section.ideals li div {
    display: none;
}

.section.ideals .creative {
    background: url("../images/four-squares/creative.png") center center no-repeat;
}

.section.ideals .messaging {
    background: url("../images/four-squares/messaging.png") center center no-repeat;
}

.section.ideals .logical {
    background: url("../images/four-squares/logical.png") center center no-repeat;
}

.section.ideals .winning {
    background: url("../images/four-squares/winning.png") center center no-repeat;
}

.section.ideals .creative,
.section.ideals .messaging,
.section.ideals .logical,
.section.ideals .winning {
    width: 25%;
    height: 100%;

    background-position: top center;

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

.section.about-us {
    min-height: 830px;
}

.section.about-us h2 {
    font-size: 28px;
    line-height: 26px;
    font-family: 'Gotham-Bold', serif;
}

.section.about-us p {
    font-size: 20px;
    line-height: 34px;
}

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

.section.about-us .container {
    min-height: 830px;
}

.section.about-us .about-us,
.section.about-us .relationships {
    display: table;
    height: 818px;
    background-color: #edecec;
}

.section.about-us .about-us > *,
.section.about-us .relationships > * {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.section.about-us .about-us .content {
    padding: 0 126px;
}

.section.about-us .about-us .content-bg {
    margin-left: 50%;
    width: 50%;
    background: url("../images/about-us-bg.jpg") top center no-repeat;

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

.section.about-us .relationships {
    float: right;
}

.section.about-us .relationships .content {
    padding: 0 108px 0 126px;
}

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

.section.about-us .relationships .content-bg {
    /*display: block;*/
    position: relative;
    /*min-height: 825px;*/


    background: url("../images/relationships-bg.png") no-repeat bottom center / cover,
                url("../images/bg-tile.png") repeat;

    -webkit-background-blend-mode: screen;
}

.section.about-us .relationships .content-bg-container .content-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 818px;

    background: url("../images/about-us-circle.png") center center no-repeat;

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

.section.about-us .relationships .content-bg-container .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 210px;
    z-index: 1000;
}

.section.about-us .relationships .content-bg-container .content h2 {
    width: 330px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 38px;
}

.section.about-us .relationships .content-bg-container .content ul {
    list-style: none;
    text-align: left;
    font-size: 24px;
    line-height: 44px;
    padding-left: 75px;
}

.section.about-us .relationships .content-bg-container .content li::before {
    content: '';
    padding-right: 60px;

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

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

/*.section.about-us .relationships .content-bg::after {*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 30%;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*z-index: 100;*/
    /*display: block;*/
    /*background: url("../images/campaigns-and-branding-services.png") top center no-repeat;*/
/*}*/

.section.our-work {
    background-color: #fff;
}

.section.our-work h2 {
    margin: 102px auto 92px auto;
    font-size: 28px;
    line-height: 26px;
    font-family: 'Gotham-Bold', serif;
}

.section.our-work ul {
    position: relative;
    display: block;
    list-style: none;
}

.section.our-work li {
    width: 31%;
    height: 428px;
    float: left;
}

.section.our-work li h3,
.section.our-work li h4 {
    text-align: left;
}

.section.our-work li h3 {
    margin: 20px 0 0 0;
    font-size: 34px;
    line-height: 26px;
}

.section.our-work li h4 {
    margin: 8px 0 0 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Gotham-Medium', serif;
}

.section.our-work li + li {
    margin-left: 3.5%;
}

.section.our-work li:nth-child(3n + 1) {
    clear: left;
    margin-left: 0;
}

.section.our-work li.hide {
    display: none;
}

.section.our-work .youtube-videos {
    width: 88%;
    padding: 0 6%;
}

.section.our-work .show-more-work {
    margin: 0 auto 125px auto;
    width: 27.5%;
    height: 63px;
    border: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-family: 'Gotham-Bold', serif;
    font-size: 20px;
    line-height: 63px;

    background: url("../images/email-us-btn-bg.png") center center no-repeat;

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

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

.section.our-work .show-more-work::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding-right: 19px;
    margin-left: 370px;
    font-family: 'Gotham-Bold', serif;

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

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

.section.testimonials {
    background: url("../images/testimonials-bg.png") center center no-repeat;

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

.section.testimonials h2 {
    font-size: 28px;
    line-height: 26px;
    margin-top: 96px;
    color: #fff;
    font-family: 'Gotham-Bold', serif;
}

.section.testimonials ul {
    display: block;
    list-style: none;
    margin: 15px 120px 130px 120px;
    padding: 0;
}

.section.testimonials li {
    position: relative;
    margin-top: 90px;
    margin-right: 3.5%; /* margin * 2 + width * 3 should be 100% */
    width: 31%;
    height: 600px;
    background-color: #fff;
    display: inline-block;
    float: left;

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

.section.testimonials li:nth-child(3n) {
    margin-right: 0;
}

.section.testimonials li::after {
    content: "";
    width: 84px;
    height: 132px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    z-index: 100;
    background: url("../images/testimonial-quotes.png") center center no-repeat;

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

.section.testimonials li .quote {
    padding: 58px;
    color: #1e1e1e;
}

.section.testimonials .quote.daily-kos { font-size: 42px; line-height: 55px; }
.section.testimonials .quote.politico { font-size: 30px; line-height: 42px; }
.section.testimonials .quote.adweek { font-size: 38px; line-height: 50px; }
.section.testimonials .quote.daily-news { font-size: 70px; line-height: 80px; font-family: 'Gotham-Light', serif; }
.section.testimonials .quote.the-new-york-times { font-size: 50px; line-height: 62px; }
.section.testimonials li:last-child .quote { font-size: 40px; line-height: 55px; }

.section.testimonials .logo {
    position: absolute;
    bottom: 50px;
    left: 60px;
    text-indent: -9999px;
    height: 50px;
    width: 200px;

    background-position: bottom left;
    background-repeat: no-repeat;

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

.section.testimonials .logo.daily-kos { background-image: url("../images/logos/testimonials/daily-kos-logo.png"); }
.section.testimonials .logo.politico { background-image: url("../images/logos/testimonials/politico-logo.png"); }
.section.testimonials .logo.adweek { background-image: url("../images/logos/testimonials/adweek-logo.png"); }
.section.testimonials .logo.daily-news { background-image: url("../images/logos/testimonials/daily-news-logo.png"); }
.section.testimonials .logo.the-new-york-times { background-image: url("../images/logos/testimonials/the-new-york-times-logo.png"); }

.section.testimonials p {
    word-break: break-word;
    margin: 0;
    padding-top: 45px;
}

.section.clients {
    color: #fff;
    margin-top: -1px;

    background: url("../images/clients-bg.png") no-repeat center center / 100% 100%,
                url("../images/bg-tile.png") repeat;

    background-blend-mode: multiply;
}

.section.clients .container {
    padding: 0 120px;
}

.section.clients h2 {
    color: #fff;
    margin-top: 115px;
    font-size: 28px;
    line-height: 26px;
    font-family: 'Gotham-Bold', serif;
}

.section.clients ul.clients-logos {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.section.clients ul.clients-logos li {
    display: inline-block;
    height: 131px; /* the highest logo in the ul */
    vertical-align: middle;
    margin: 0 50px;
    text-indent: -9999px;
    overflow: hidden;
}


.section.clients ul.clients-logos li.hide {
    display: none;
}

.section.clients ul.clients-logos .fsta { background: url("../images/logos/clients/fsta-logo.png") center center no-repeat; width: 193px;}
.section.clients ul.clients-logos .uber { background: url("../images/logos/clients/uber-logo.png") center center no-repeat; width: 341px; }
.section.clients ul.clients-logos .headstrong-project { background: url("../images/logos/clients/headstrong-project-logo.png") center center no-repeat; width: 470px; }
.section.clients ul.clients-logos .solarcity { background: url("../images/logos/clients/solarcity-logo.png") center center no-repeat; width: 280px; }
.section.clients ul.clients-logos .girls-who-code { background: url("../images/logos/clients/girls-who-code-logo.png") center center no-repeat; width: 219px; }

.section.clients ul.clients-logos .fsta,
.section.clients ul.clients-logos .uber,
.section.clients ul.clients-logos .headstrong-project,
.section.clients ul.clients-logos .solarcity,
.section.clients ul.clients-logos .girls-who-code {
    height: 100%;

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

.section.clients ul.clients-other {
    display: block;
    width: 100%;
    padding-left: 20px;
    text-align: left;
    margin-top: 78px;
    margin-bottom: 88px;
}

.section.clients ul.clients-other li {
    width: 50%;
    font-size: 24px;
    line-height: 44px;
    float: right;
    margin-left: 0;
}

.section.clients ul.clients-other li:nth-child(2n + 1) {
    width: 50%;
    float: left;
    margin-left: 0;
}

.section.team {
    background-color: #fff;
}

.section.team .container {
    padding: 0 120px 80px 120px;
}

.section.team h2 {
    font-size: 28px;
    line-height: 26px;
    margin-top: 105px;
    margin-bottom: 55px;
    font-family: 'Gotham-Bold', serif;
}

.section.team h3,
.section.team h4,
.section.team p {
    font-size: 20px;
    line-height: 34px;
    font-family: 'Gotham-Bold', serif;
}

.section.team h3 {
    font-size: 28px;
    margin: 0;
    text-transform: uppercase;
}

.section.team h4 {
    margin: 12px 0 0 0;
    font-family: 'Gotham-MediumItalic', serif;
}

.section.team p {
    margin: 12px 0 100px 0;
    font-family: 'Gotham-Book', serif;
}

.section.team ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.section.team li {
    position: relative;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

@media only screen and (min-width: 1025px) {
    .section.team ul {
        display: table;
        table-layout: fixed;
        margin-left: -30px;
        margin-right: -30px;
    }

    .section.team li {
        padding: 0 30px;
        width: 33%;
    }
}

.section.team .photo {
    height: 345px;

    background-repeat: no-repeat;
    background-position: top center;

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

.section.team .sacha-haworth.photo { background-image: url("../images/sacha-haworth.jpg"); }
.section.team .jimmy-siegel.photo { background-image: url("../images/jimmy-siegel.png"); }
.section.team .miriam-hess.photo { background-image: url("../images/miriam-hess.png"); }

.section.team .info {
    margin-top: 40px;
}

.section.team .email {
    display: block;
    padding: 12px 50px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 44px;
    font-family: 'Gotham-Medium', serif;
    background: url("../images/email-btn-bg.png") center center no-repeat;

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

.section.team .sacha-haworth .email {
    padding: 12px 20px;
}

@media only screen and (min-width: 1025px) {
    .section.team .email {
        position: absolute;
        bottom: 0;
        left: 27px;
    }
}

.section.contact-us .container {
    display: table;
}

.section.contact-us .contact-us {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    background-color: #222222;

}

.section.contact-us .contact-us > * {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.section.contact-us .siegel-logo {
    width: 440px;
    height: 162px;
    padding-left: 385px;
    background: url("../images/logos/siegel-contact-us.png") center center no-repeat;

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

.section.contact-us p {
    line-height: 34px;
    margin-top: -20px;
}

.section.contact-us .phone,
.section.contact-us .email {
    font-family: 'Gotham-Medium', serif;
    line-height: 44px;
}

.section.contact-us .phone {
    margin: 40px auto 30px auto;
}

.section.contact-us .email {
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 125px;
    background: url("../images/email-us-btn-bg.png") center center no-repeat;

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

.section.contact-us .map {
    display: table-cell;
    width: 50%;
    height: 862px;
    background-color: #CCC;
}

.section.credentials {
    background-color: #fff;
}

.section.credentials .container {
    padding: 0 125px;
    margin: 38px 0;
    text-align: left;
    font-size: 20px;
    line-height: 34px;
}

.siegel-video {
    position: relative;
    display: block;
    width: 100%;
    height: 288px;
    overflow: hidden;
    background-color: #000;
}